aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-03-12 01:01:24 +0000
committerdos-reis <gdr@axiomatics.org>2011-03-12 01:01:24 +0000
commit4a92a0cc2bca6807ea4362797cfe6939bad4889b (patch)
tree5394491ae9aa1433eb2d3d8971205875ec557750
parent6672aec6078bc810e4fb018168a8ea1d9959a186 (diff)
downloadopen-axiom-4a92a0cc2bca6807ea4362797cfe6939bad4889b.tar.gz
* algebra/catdef.spad.pamphlet (OrderedAbelianGroup): Export
negative?, abs, sign, with default implementations. (OrderedAbelianMonoid): Export positive?, with default. (OrderedRing): Don't export them.
-rw-r--r--src/ChangeLog7
-rw-r--r--src/algebra/Makefile.in10
-rw-r--r--src/algebra/catdef.spad.pamphlet55
-rw-r--r--src/share/algebra/browse.daase2374
-rw-r--r--src/share/algebra/category.daase4288
-rw-r--r--src/share/algebra/compress.daase1357
-rw-r--r--src/share/algebra/interp.daase10458
-rw-r--r--src/share/algebra/operation.daase33420
8 files changed, 25994 insertions, 25975 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8379f759..c303857e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-11 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * algebra/catdef.spad.pamphlet (OrderedAbelianGroup): Export
+ negative?, abs, sign, with default implementations.
+ (OrderedAbelianMonoid): Export positive?, with default.
+ (OrderedRing): Don't export them.
+
2011-03-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
* algebra/catdef.spad.pamphlet (CharacteristicNonZero)
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 554fbf18..2441b559 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -388,7 +388,8 @@ strap-1/TRANFUN.$(FASLEXT): strap-1/TRIGCAT.$(FASLEXT) \
strap-1/ATRIG.$(FASLEXT) strap-1/HYPCAT.$(FASLEXT) \
strap-1/AHYP.$(FASLEXT)
strap-1/INS.$(FASLEXT): strap-1/DFLOAT.$(FASLEXT)
-strap-1/DFLOAT.$(FASLEXT): strap-1/FPS.$(FASLEXT) strap-1/TRANFUN.$(FASLEXT)
+strap-1/DFLOAT.$(FASLEXT): strap-1/FPS.$(FASLEXT) \
+ strap-1/TRANFUN.$(FASLEXT)
strap-1/SEXCAT.$(FASLEXT): strap-1/KVTFROM.$(FASLEXT)
strap-1/POLYCAT.$(FASLEXT): strap-1/SEXCAT.$(FASLEXT)
strap-1/QFCAT.$(FASLEXT): strap-1/FEVALAB.$(FASLEXT) \
@@ -407,7 +408,7 @@ strap-1/FSAGG.$(FASLEXT): strap-1/DIAGG.$(FASLEXT)
strap-1/CHAR.$(FASLEXT): strap-1/FSAGG.$(FASLEXT)
strap-1/STRING.$(FASLEXT): strap-1/SRAGG.$(FASLEXT) strap-1/CHAR.$(FASLEXT) \
strap-1/ISTRING.$(FASLEXT)
-strap-1/INT.$(FASLEXT): strap-1/STRING.$(FASLEXT)
+strap-1/INT.$(FASLEXT): strap-1/STRING.$(FASLEXT) strap-1/ORDRING.$(FASLEXT)
strap-1/SINT.$(FASLEXT): strap-1/INT.$(FASLEXT) strap-1/ORDFIN.$(FASLEXT) \
strap-1/BOOLE.$(FASLEXT)
strap-1/LIST.$(FASLEXT): strap-1/ILIST.$(FASLEXT) strap-1/STRING.$(FASLEXT)
@@ -823,7 +824,8 @@ axiom_algebra_layer_0 = \
BMODULE BASTYPE BASTYPE- STEP LMODULE \
RMODULE ALGEBRA ALGEBRA- SGROUP SGROUP- ABELSG \
ABELSG- ORDSET OASGP FILECAT SEXCAT \
- MODULE MODULE- PID OAGROUP OCAMON OAMON \
+ MODULE MODULE- PID OAGROUP OAGROUP- OCAMON \
+ OAMON OAMON- \
RNG ORDFIN LLINSET RLINSET LINSET OAMONS \
MKBCFUNC MKRECORD MKUCFUNC DROPT1 PLOT1 ITFUN2 \
ITFUN3 STREAM1 STREAM2 STREAM3 ANY1 SEGBIND2 \
@@ -915,7 +917,7 @@ axiom_algebra_layer_1 = \
GCDDOM GCDDOM- UFD UFD- ES ES- \
PATAB PPCURVE PSCURVE CACHSET RESLATC \
IDENT OUTFORM BINDING BOOLEAN \
- ORDRING ORDRING- FEVALAB FEVALAB- IARRAY1 \
+ ORDRING FEVALAB FEVALAB- IARRAY1 \
OSGROUP MAYBE DATAARY PROPLOG HOMOTOP BYTEORD \
FIELD FIELD- VECTCAT VECTCAT- \
PROPERTY ARITY OPERCAT OPERCAT- PAIR STREAM \
diff --git a/src/algebra/catdef.spad.pamphlet b/src/algebra/catdef.spad.pamphlet
index 7dfc10fc..fdb915fa 100644
--- a/src/algebra/catdef.spad.pamphlet
+++ b/src/algebra/catdef.spad.pamphlet
@@ -1271,7 +1271,7 @@ Monoid(): Category == SemiGroup with
)abbrev category OAGROUP OrderedAbelianGroup
++ Author:
++ Date Created:
-++ Date Last Updated:
+++ Date Last Updated: March 10, 2011
++ Basic Functions:
++ Related Constructors:
++ Also See:
@@ -1283,9 +1283,26 @@ Monoid(): Category == SemiGroup with
++ the ordering.
OrderedAbelianGroup(): Category ==
- Join(OrderedCancellationAbelianMonoid, AbelianGroup)
-
+ Join(OrderedCancellationAbelianMonoid, AbelianGroup) with
+ negative?: % -> Boolean
+ ++ \spad{negative?(x)} holds when \spad{x} is less than \spad{0}.
+ sign: % -> Integer
+ ++ \spad{sign(x)} is \spad{1} if \spad{x} is positive,
+ ++ \spad{-1} if \spad{x} is negative, and \spad{0} otherwise.
+ abs: % -> %
+ ++ \spad{abs(x)} returns the absolute value of \spad{x}.
+ add
+ negative? x == x < 0
+ sign x ==
+ positive? x => 1
+ negative? x => -1
+ 0
+ abs x ==
+ positive? x => x
+ negative? x => -x
+ 0
@
+
\section{category OAMON OrderedAbelianMonoid}
<<category OAMON OrderedAbelianMonoid>>=
)abbrev category OAMON OrderedAbelianMonoid
@@ -1303,7 +1320,12 @@ OrderedAbelianGroup(): Category ==
++ preserves the ordering.
OrderedAbelianMonoid(): Category ==
- Join(OrderedAbelianSemiGroup, AbelianMonoid)
+ Join(OrderedAbelianSemiGroup, AbelianMonoid) with
+ positive?: % -> Boolean
+ ++ \spad{positive?(x)} holds when \spad{x} is greater
+ ++ than \spad{0}.
+ add
+ positive? x == 0 < x
@
\section{category OAMONS OrderedAbelianMonoidSup}
@@ -1456,7 +1478,7 @@ OrderedMonoid(): Category == Join(OrderedSemiGroup, Monoid)
)abbrev category ORDRING OrderedRing
++ Author:
++ Date Created:
-++ Date Last Updated:
+++ Date Last Updated: March 10, 2011
++ Basic Functions:
++ Related Constructors:
++ Also See:
@@ -1470,28 +1492,7 @@ OrderedMonoid(): Category == Join(OrderedSemiGroup, Monoid)
++ Axiom:
++ \spad{0<a and b<c => ab< ac}
-OrderedRing(): Category == Join(OrderedAbelianGroup,Ring,Monoid) with
- positive?: % -> Boolean
- ++ positive?(x) tests whether x is strictly greater than 0.
- negative?: % -> Boolean
- ++ negative?(x) tests whether x is strictly less than 0.
- sign : % -> Integer
- ++ sign(x) is 1 if x is positive, -1 if x is negative, 0 if x equals 0.
- abs : % -> %
- ++ abs(x) returns the absolute value of x.
- add
- positive? x == x>0
- negative? x == x<0
- sign x ==
- positive? x => 1
- negative? x => -1
- zero? x => 0
- error "x satisfies neither positive?, negative? or zero?"
- abs x ==
- positive? x => x
- negative? x => -x
- zero? x => 0
- error "x satisfies neither positive?, negative? or zero?"
+OrderedRing(): Category == Join(OrderedAbelianGroup,Ring,Monoid)
@
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index 1bdc25c0..2dc7e679 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,12 +1,12 @@
-(2294602 . 3508766236)
+(2294709 . 3508838145)
(-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.")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
(-20 S)
((|constructor| (NIL "The class of abelian groups,{} \\spadignore{i.e.} additive monoids where each element has an additive inverse. \\blankline")) (- (($ $ $) "\\spad{x-y} is the difference of \\spad{x} and \\spad{y} \\spadignore{i.e.} \\spad{x + (-y)}.") (($ $) "\\spad{-x} is the additive inverse of \\spad{x}")))
@@ -38,7 +38,7 @@ NIL
NIL
(-27)
((|constructor| (NIL "Model for algebraically closed fields.")) (|zerosOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible. Otherwise they are implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|zeroOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity which displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity.") (($ (|Polynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. If possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootsOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}.") (($ (|Polynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-28 S R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
@@ -46,7 +46,7 @@ NIL
NIL
(-29 R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-4506 . T) (-4504 . T) (-4503 . T) ((-4511 "*") . T) (-4502 . T) (-4507 . T) (-4501 . T))
+((-4507 . T) (-4505 . T) (-4504 . T) ((-4512 "*") . T) (-4503 . T) (-4508 . T) (-4502 . T))
NIL
(-30)
((|constructor| (NIL "\\indented{1}{Plot a NON-SINGULAR plane algebraic curve \\spad{p}(\\spad{x},{}\\spad{y}) = 0.} Author: Clifton \\spad{J}. Williamson Date Created: Fall 1988 Date Last Updated: 27 April 1990 Keywords: algebraic curve,{} non-singular,{} plot Examples: References:")) (|refine| (($ $ (|DoubleFloat|)) "\\spad{refine(p,x)} \\undocumented{}")) (|makeSketch| (($ (|Polynomial| (|Integer|)) (|Symbol|) (|Symbol|) (|Segment| (|Fraction| (|Integer|))) (|Segment| (|Fraction| (|Integer|)))) "\\spad{makeSketch(p,x,y,a..b,c..d)} creates an ACPLOT of the curve \\spad{p = 0} in the region {\\em a <= x <= b, c <= y <= d}. More specifically,{} 'makeSketch' plots a non-singular algebraic curve \\spad{p = 0} in an rectangular region {\\em xMin <= x <= xMax},{} {\\em yMin <= y <= yMax}. The user inputs \\spad{makeSketch(p,x,y,xMin..xMax,yMin..yMax)}. Here \\spad{p} is a polynomial in the variables \\spad{x} and \\spad{y} with integer coefficients (\\spad{p} belongs to the domain \\spad{Polynomial Integer}). The case where \\spad{p} is a polynomial in only one of the variables is allowed. The variables \\spad{x} and \\spad{y} are input to specify the the coordinate axes. The horizontal axis is the \\spad{x}-axis and the vertical axis is the \\spad{y}-axis. The rational numbers xMin,{}...,{}yMax specify the boundaries of the region in which the curve is to be plotted.")))
@@ -56,14 +56,14 @@ NIL
((|constructor| (NIL "This domain represents the syntax for an add-expression.")) (|body| (((|SpadAst|) $) "base(\\spad{d}) returns the actual body of the add-domain expression `d'.")) (|base| (((|SpadAst|) $) "\\spad{base(d)} returns the base domain(\\spad{s}) of the add-domain expression.")))
NIL
NIL
-(-32 R -1610)
+(-32 R -4346)
((|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 -1069) (QUOTE (-560)))))
+((|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))))
(-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} := empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u}]}.")) (|eq?| (((|Boolean|) $ $) "\\spad{eq?(u,v)} tests if \\spad{u} and \\spad{v} are same objects.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4509)))
+((|HasAttribute| |#1| (QUOTE -4510)))
(-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} := empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u}]}.")) (|eq?| (((|Boolean|) $ $) "\\spad{eq?(u,v)} tests if \\spad{u} and \\spad{v} are same objects.")))
NIL
@@ -74,7 +74,7 @@ NIL
NIL
(-36 |Key| |Entry|)
((|constructor| (NIL "An association list is a list of key entry pairs which may be viewed as a table. It is a poor mans version of a table: searching for a key is a linear operation.")) (|assoc| (((|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}.")))
-((-4509 . T) (-4510 . T))
+((-4510 . T) (-4511 . T))
NIL
(-37 S R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
@@ -82,20 +82,20 @@ NIL
NIL
(-38 R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-39 UP)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in \\spadtype{AlgebraicNumber}.")) (|doublyTransitive?| (((|Boolean|) |#1|) "\\spad{doublyTransitive?(p)} is \\spad{true} if \\spad{p} is irreducible over over the field \\spad{K} generated by its coefficients,{} and if \\spad{p(X) / (X - a)} is irreducible over \\spad{K(a)} where \\spad{p(a) = 0}.")) (|split| (((|Factored| |#1|) |#1|) "\\spad{split(p)} returns a prime factorisation of \\spad{p} over its splitting field.")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p} over the field generated by its coefficients.") (((|Factored| |#1|) |#1| (|List| (|AlgebraicNumber|))) "\\spad{factor(p, [a1,...,an])} returns a prime factorisation of \\spad{p} over the field generated by its coefficients and \\spad{a1},{}...,{}an.")))
NIL
NIL
-(-40 -1610 UP UPUP -3100)
+(-40 -4346 UP UPUP -3043)
((|constructor| (NIL "Function field defined by \\spad{f}(\\spad{x},{} \\spad{y}) = 0.")) (|knownInfBasis| (((|Void|) (|NonNegativeInteger|)) "\\spad{knownInfBasis(n)} \\undocumented{}")))
-((-4502 |has| (-421 |#2|) (-376)) (-4507 |has| (-421 |#2|) (-376)) (-4501 |has| (-421 |#2|) (-376)) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-421 |#2|) (QUOTE (-147))) (|HasCategory| (-421 |#2|) (QUOTE (-149))) (|HasCategory| (-421 |#2|) (QUOTE (-363))) (-2191 (|HasCategory| (-421 |#2|) (QUOTE (-376))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (|HasCategory| (-421 |#2|) (QUOTE (-376))) (|HasCategory| (-421 |#2|) (QUOTE (-381))) (-2191 (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (-2191 (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-239))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (-2191 (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-363))))) (-2191 (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376))))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -660) (QUOTE (-560)))) (-2191 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-239))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))))
-(-41 R -1610)
+((-4503 |has| (-421 |#2|) (-376)) (-4508 |has| (-421 |#2|) (-376)) (-4502 |has| (-421 |#2|) (-376)) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-421 |#2|) (QUOTE (-147))) (|HasCategory| (-421 |#2|) (QUOTE (-149))) (|HasCategory| (-421 |#2|) (QUOTE (-363))) (-2309 (|HasCategory| (-421 |#2|) (QUOTE (-376))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (|HasCategory| (-421 |#2|) (QUOTE (-376))) (|HasCategory| (-421 |#2|) (QUOTE (-381))) (-2309 (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (-2309 (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-239))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (-2309 (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-363))))) (-2309 (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376))))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -660) (QUOTE (-560)))) (-2309 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-239))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))))
+(-41 R -4346)
((|constructor| (NIL "AlgebraicManipulations provides functions to simplify and expand expressions involving algebraic operators.")) (|rootKerSimp| ((|#2| (|BasicOperator|) |#2| (|NonNegativeInteger|)) "\\spad{rootKerSimp(op,f,n)} should be local but conditional.")) (|rootSimp| ((|#2| |#2|) "\\spad{rootSimp(f)} transforms every radical of the form \\spad{(a * b**(q*n+r))**(1/n)} appearing in \\spad{f} into \\spad{b**q * (a * b**r)**(1/n)}. This transformation is not in general valid for all complex numbers \\spad{b}.")) (|rootProduct| ((|#2| |#2|) "\\spad{rootProduct(f)} combines every product of the form \\spad{(a**(1/n))**m * (a**(1/s))**t} into a single power of a root of \\spad{a},{} and transforms every radical power of the form \\spad{(a**(1/n))**m} into a simpler form.")) (|rootPower| ((|#2| |#2|) "\\spad{rootPower(f)} transforms every radical power of the form \\spad{(a**(1/n))**m} into a simpler form if \\spad{m} and \\spad{n} have a common factor.")) (|ratPoly| (((|SparseUnivariatePolynomial| |#2|) |#2|) "\\spad{ratPoly(f)} returns a polynomial \\spad{p} such that \\spad{p} has no algebraic coefficients,{} and \\spad{p(f) = 0}.")) (|ratDenom| ((|#2| |#2| (|List| (|Kernel| |#2|))) "\\spad{ratDenom(f, [a1,...,an])} removes the \\spad{ai}'s which are algebraic from the denominators in \\spad{f}.") ((|#2| |#2| (|List| |#2|)) "\\spad{ratDenom(f, [a1,...,an])} removes the \\spad{ai}'s which are algebraic kernels from the denominators in \\spad{f}.") ((|#2| |#2| |#2|) "\\spad{ratDenom(f, a)} removes \\spad{a} from the denominators in \\spad{f} if \\spad{a} is an algebraic kernel.") ((|#2| |#2|) "\\spad{ratDenom(f)} rationalizes the denominators appearing in \\spad{f} by moving all the algebraic quantities into the numerators.")) (|rootSplit| ((|#2| |#2|) "\\spad{rootSplit(f)} transforms every radical of the form \\spad{(a/b)**(1/n)} appearing in \\spad{f} into \\spad{a**(1/n) / b**(1/n)}. This transformation is not in general valid for all complex numbers \\spad{a} and \\spad{b}.")) (|coerce| (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{coerce(x)} \\undocumented")) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{denom(x)} \\undocumented")) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{numer(x)} \\undocumented")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -435) (|devaluate| |#1|)))))
+((-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -435) (|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 (-319))))
(-44 R |n| |ls| |gamma|)
((|constructor| (NIL "AlgebraGivenByStructuralConstants implements finite rank algebras over a commutative ring,{} given by the structural constants \\spad{gamma} with respect to a fixed basis \\spad{[a1,..,an]},{} where \\spad{gamma} is an \\spad{n}-vector of \\spad{n} by \\spad{n} matrices \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{ai * aj = gammaij1 * a1 + ... + gammaijn * an}. The symbols for the fixed basis have to be given as a list of symbols.")) (|coerce| (($ (|Vector| |#1|)) "\\spad{coerce(v)} converts a vector to a member of the algebra by forming a linear combination with the basis element. Note: the vector is assumed to have length equal to the dimension of the algebra.")))
-((-4506 |has| |#1| (-571)) (-4504 . T) (-4503 . T))
+((-4507 |has| |#1| (-571)) (-4505 . T) (-4504 . T))
((|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571))))
(-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.")))
-((-4509 . T) (-4510 . T))
-((-2191 (-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-871))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|))))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-871))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-871))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-871))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-871))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|)))))))
+((-4510 . T) (-4511 . T))
+((-2309 (-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-872))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|))))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-872))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-872))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-872))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-872))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|)))))))
(-46 S R E)
((|constructor| (NIL "Abelian monoid ring elements (not necessarily of finite support) of this ring are of the form formal SUM (r_i * e_i) where the r_i are coefficents and the e_i,{} elements of the ordered abelian monoid,{} are thought of as exponents or monomials. The monomials commute with each other,{} and with the coefficients (which themselves may or may not be commutative). See \\spadtype{FiniteAbelianMonoidRing} for the case of finite support a useful common model for polynomials and power series. Conceptually at least,{} only the non-zero terms are ever operated on.")) (/ (($ $ |#2|) "\\spad{p/c} divides \\spad{p} by the coefficient \\spad{c}.")) (|coefficient| ((|#2| $ |#3|) "\\spad{coefficient(p,e)} extracts the coefficient of the monomial with exponent \\spad{e} from polynomial \\spad{p},{} or returns zero if exponent is not present.")) (|reductum| (($ $) "\\spad{reductum(u)} returns \\spad{u} minus its leading monomial returns zero if handed the zero element.")) (|monomial| (($ |#2| |#3|) "\\spad{monomial(r,e)} makes a term from a coefficient \\spad{r} and an exponent \\spad{e}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(p)} tests if \\spad{p} is a single monomial.")) (|map| (($ (|Mapping| |#2| |#2|) $) "\\spad{map(fn,u)} maps function \\spad{fn} onto the coefficients of the non-zero monomials of \\spad{u}.")) (|degree| ((|#3| $) "\\spad{degree(p)} returns the maximum of the exponents of the terms of \\spad{p}.")) (|leadingMonomial| (($ $) "\\spad{leadingMonomial(p)} returns the monomial of \\spad{p} with the highest degree.")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(p)} returns the coefficient highest degree term of \\spad{p}.")))
NIL
((|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))))
(-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}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . 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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| $ (QUOTE (-1080))) (|HasCategory| $ (|%list| (QUOTE -1069) (QUOTE (-560)))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| $ (QUOTE (-1081))) (|HasCategory| $ (|%list| (QUOTE -1070) (QUOTE (-560)))))
(-49)
((|constructor| (NIL "This domain implements anonymous functions")) (|body| (((|Syntax|) $) "\\spad{body(f)} returns the body of the unnamed function `f'.")) (|parameters| (((|List| (|Identifier|)) $) "\\spad{parameters(f)} returns the list of parameters bound by `f'.")))
NIL
NIL
(-50 R |lVar|)
((|constructor| (NIL "The domain of antisymmetric polynomials.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,p)} changes each coefficient of \\spad{p} by the application of \\spad{f}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} returns the homogeneous degree of \\spad{p}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?(p)} tests if \\spad{p} is a 0-form,{} \\spadignore{i.e.} if degree(\\spad{p}) = 0.")) (|homogeneous?| (((|Boolean|) $) "\\spad{homogeneous?(p)} tests if all of the terms of \\spad{p} have the same degree.")) (|exp| (($ (|List| (|Integer|))) "\\spad{exp([i1,...in])} returns \\spad{u_1\\^{i_1} ... u_n\\^{i_n}}")) (|generator| (($ (|NonNegativeInteger|)) "\\spad{generator(n)} returns the \\spad{n}th multiplicative generator,{} a basis term.")) (|coefficient| ((|#1| $ $) "\\spad{coefficient(p,u)} returns the coefficient of the term in \\spad{p} containing the basis term \\spad{u} if such a term exists,{} and 0 otherwise. Error: if the second argument \\spad{u} is not a basis element.")) (|reductum| (($ $) "\\spad{reductum(p)},{} where \\spad{p} is an antisymmetric polynomial,{} returns \\spad{p} minus the leading term of \\spad{p} if \\spad{p} has at least two terms,{} and 0 otherwise.")) (|leadingBasisTerm| (($ $) "\\spad{leadingBasisTerm(p)} returns the leading basis term of antisymmetric polynomial \\spad{p}.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(p)} returns the leading coefficient of antisymmetric polynomial \\spad{p}.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-51)
((|constructor| (NIL "\\spadtype{Any} implements a type that packages up objects and their types in objects of \\spadtype{Any}. Roughly speaking that means that if \\spad{s : S} then when converted to \\spadtype{Any},{} the new object will include both the original object and its type. This is a way of converting arbitrary objects into a single type without losing any of the original information. Any object can be converted to one of \\spadtype{Any}. The original object can be recovered by `is-case' pattern matching as exemplified here and \\spad{AnyFunctions1}.")) (|obj| (((|None|) $) "\\spad{obj(a)} essentially returns the original object that was converted to \\spadtype{Any} except that the type is forced to be \\spadtype{None}.")) (|dom| (((|SExpression|) $) "\\spad{dom(a)} returns a \\spadgloss{LISP} form of the type of the original object that was converted to \\spadtype{Any}.")) (|any| (($ (|SExpression|) (|None|)) "\\spad{any(type,object)} is a technical function for creating an \\spad{object} of \\spadtype{Any}. Arugment \\spad{type} is a \\spadgloss{LISP} form for the \\spad{type} of \\spad{object}.")))
@@ -144,7 +144,7 @@ NIL
((|constructor| (NIL "\\spad{ApplyUnivariateSkewPolynomial} (internal) allows univariate skew polynomials to be applied to appropriate modules.")) (|apply| ((|#2| |#3| (|Mapping| |#2| |#2|) |#2|) "\\spad{apply(p, f, m)} returns \\spad{p(m)} where the action is given by \\spad{x m = f(m)}. \\spad{f} must be an \\spad{R}-pseudo linear map on \\spad{M}.")))
NIL
NIL
-(-54 |Base| R -1610)
+(-54 |Base| R -4346)
((|constructor| (NIL "This package apply rewrite rules to expressions,{} calling the pattern matcher.")) (|localUnquote| ((|#3| |#3| (|List| (|Symbol|))) "\\spad{localUnquote(f,ls)} is a local function.")) (|applyRules| ((|#3| (|List| (|RewriteRule| |#1| |#2| |#3|)) |#3| (|PositiveInteger|)) "\\spad{applyRules([r1,...,rn], expr, n)} applies the rules \\spad{r1},{}...,{}rn to \\spad{f} a most \\spad{n} times.") ((|#3| (|List| (|RewriteRule| |#1| |#2| |#3|)) |#3|) "\\spad{applyRules([r1,...,rn], expr)} applies the rules \\spad{r1},{}...,{}rn to \\spad{f} an unlimited number of times,{} \\spadignore{i.e.} until none of \\spad{r1},{}...,{}rn is applicable to the expression.")))
NIL
NIL
@@ -158,77 +158,77 @@ NIL
NIL
(-57 R |Row| |Col|)
((|constructor| (NIL "\\indented{1}{TwoDimensionalArrayCategory is a general array category which} allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and columns returned as objects of type Col. The index of the 'first' row may be obtained by calling the function 'minRowIndex'. The index of the 'first' column may be obtained by calling the function 'minColIndex'. The index of the first element of a 'Row' is the same as the index of the first column in an array and vice versa.")) (|map!| (($ (|Mapping| |#1| |#1|) $) "\\spad{map!(f,a)} assign \\spad{a(i,j)} to \\spad{f(a(i,j))} for all \\spad{i, j}")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $ |#1|) "\\spad{map(f,a,b,r)} returns \\spad{c},{} where \\spad{c(i,j) = f(a(i,j),b(i,j))} when both \\spad{a(i,j)} and \\spad{b(i,j)} exist; else \\spad{c(i,j) = f(r, b(i,j))} when \\spad{a(i,j)} does not exist; else \\spad{c(i,j) = f(a(i,j),r)} when \\spad{b(i,j)} does not exist; otherwise \\spad{c(i,j) = f(r,r)}.") (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,a,b)} returns \\spad{c},{} where \\spad{c(i,j) = f(a(i,j),b(i,j))} for all \\spad{i, j}") (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,a)} returns \\spad{b},{} where \\spad{b(i,j) = f(a(i,j))} for all \\spad{i, j}")) (|setColumn!| (($ $ (|Integer|) |#3|) "\\spad{setColumn!(m,j,v)} sets to \\spad{j}th column of \\spad{m} to \\spad{v}")) (|setRow!| (($ $ (|Integer|) |#2|) "\\spad{setRow!(m,i,v)} sets to \\spad{i}th row of \\spad{m} to \\spad{v}")) (|qsetelt!| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{qsetelt!(m,i,j,r)} sets the element in the \\spad{i}th row and \\spad{j}th column of \\spad{m} to \\spad{r} NO error check to determine if indices are in proper ranges")) (|setelt| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{setelt(m,i,j,r)} sets the element in the \\spad{i}th row and \\spad{j}th column of \\spad{m} to \\spad{r} error check to determine if indices are in proper ranges")) (|parts| (((|List| |#1|) $) "\\spad{parts(m)} returns a list of the elements of \\spad{m} in row major order")) (|column| ((|#3| $ (|Integer|)) "\\spad{column(m,j)} returns the \\spad{j}th column of \\spad{m} error check to determine if index is in proper ranges")) (|row| ((|#2| $ (|Integer|)) "\\spad{row(m,i)} returns the \\spad{i}th row of \\spad{m} error check to determine if index is in proper ranges")) (|qelt| ((|#1| $ (|Integer|) (|Integer|)) "\\spad{qelt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m} NO error check to determine if indices are in proper ranges")) (|elt| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{elt(m,i,j,r)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m},{} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,{} and returns \\spad{r} otherwise") ((|#1| $ (|Integer|) (|Integer|)) "\\spad{elt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m} error check to determine if indices are in proper ranges")) (|ncols| (((|NonNegativeInteger|) $) "\\spad{ncols(m)} returns the number of columns in the array \\spad{m}")) (|nrows| (((|NonNegativeInteger|) $) "\\spad{nrows(m)} returns the number of rows in the array \\spad{m}")) (|maxColIndex| (((|Integer|) $) "\\spad{maxColIndex(m)} returns the index of the 'last' column of the array \\spad{m}")) (|minColIndex| (((|Integer|) $) "\\spad{minColIndex(m)} returns the index of the 'first' column of the array \\spad{m}")) (|maxRowIndex| (((|Integer|) $) "\\spad{maxRowIndex(m)} returns the index of the 'last' row of the array \\spad{m}")) (|minRowIndex| (((|Integer|) $) "\\spad{minRowIndex(m)} returns the index of the 'first' row of the array \\spad{m}")) (|fill!| (($ $ |#1|) "\\spad{fill!(m,r)} fills \\spad{m} with \\spad{r}'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")))
-((-4509 . T) (-4510 . T))
+((-4510 . T) (-4511 . T))
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}")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-59 A B)
((|constructor| (NIL "\\indented{1}{This package provides tools for operating on one-dimensional arrays} with unary and binary functions involving different underlying types")) (|map| (((|OneDimensionalArray| |#2|) (|Mapping| |#2| |#1|) (|OneDimensionalArray| |#1|)) "\\spad{map(f,a)} applies function \\spad{f} to each member of one-dimensional array \\spad{a} resulting in a new one-dimensional array over a possibly different underlying domain.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|OneDimensionalArray| |#1|) |#2|) "\\spad{reduce(f,a,r)} applies function \\spad{f} to each successive element of the one-dimensional array \\spad{a} and an accumulant initialized to \\spad{r}. For example,{} \\spad{reduce(_+\\$Integer,[1,2,3],0)} does \\spad{3+(2+(1+0))}. Note: third argument \\spad{r} may be regarded as the identity element for the function \\spad{f}.")) (|scan| (((|OneDimensionalArray| |#2|) (|Mapping| |#2| |#1| |#2|) (|OneDimensionalArray| |#1|) |#2|) "\\spad{scan(f,a,r)} successively applies \\spad{reduce(f,x,r)} to more and more leading sub-arrays \\spad{x} of one-dimensional array \\spad{a}. More precisely,{} if \\spad{a} is \\spad{[a1,a2,...]},{} then \\spad{scan(f,a,r)} returns \\spad{[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.")))
NIL
NIL
(-60 R)
((|constructor| (NIL "\\indented{1}{A TwoDimensionalArray is a two dimensional array with} 1-based indexing for both rows and columns.")) (|shallowlyMutable| ((|attribute|) "One may destructively alter TwoDimensionalArray's.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-61 -3952)
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-61 -2187)
((|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
-(-62 -3952)
+(-62 -2187)
((|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
-(-63 -3952)
+(-63 -2187)
((|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
-(-64 -3952)
+(-64 -2187)
((|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
-(-65 -3952)
+(-65 -2187)
((|constructor| (NIL "\\spadtype{Asp20} produces Fortran for Type 20 ASPs,{} for example:\\begin{verbatim} SUBROUTINE QPHESS(N,NROWH,NCOLH,JTHCOL,HESS,X,HX) DOUBLE PRECISION HX(N),X(N),HESS(NROWH,NCOLH) INTEGER JTHCOL,N,NROWH,NCOLH HX(1)=2.0D0*X(1) HX(2)=2.0D0*X(2) HX(3)=2.0D0*X(4)+2.0D0*X(3) HX(4)=2.0D0*X(4)+2.0D0*X(3) HX(5)=2.0D0*X(5) HX(6)=(-2.0D0*X(7))+(-2.0D0*X(6)) HX(7)=(-2.0D0*X(7))+(-2.0D0*X(6)) RETURN END\\end{verbatim}")))
NIL
NIL
-(-66 -3952)
+(-66 -2187)
((|constructor| (NIL "\\spadtype{Asp24} produces Fortran for Type 24 ASPs which evaluate a multivariate function at a point (needed for NAG routine \\axiomOpFrom{e04jaf}{e04Package}),{} for example:\\begin{verbatim} SUBROUTINE FUNCT1(N,XC,FC) DOUBLE PRECISION FC,XC(N) INTEGER N FC=10.0D0*XC(4)**4+(-40.0D0*XC(1)*XC(4)**3)+(60.0D0*XC(1)**2+5 &.0D0)*XC(4)**2+((-10.0D0*XC(3))+(-40.0D0*XC(1)**3))*XC(4)+16.0D0*X &C(3)**4+(-32.0D0*XC(2)*XC(3)**3)+(24.0D0*XC(2)**2+5.0D0)*XC(3)**2+ &(-8.0D0*XC(2)**3*XC(3))+XC(2)**4+100.0D0*XC(2)**2+20.0D0*XC(1)*XC( &2)+10.0D0*XC(1)**4+XC(1)**2 RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct|) (|construct| (QUOTE XC)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-67 -3952)
+(-67 -2187)
((|constructor| (NIL "\\spadtype{Asp27} produces Fortran for Type 27 ASPs,{} needed for NAG routine \\axiomOpFrom{f02fjf}{f02Package} ,{}for example:\\begin{verbatim} FUNCTION DOT(IFLAG,N,Z,W,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION W(N),Z(N),RWORK(LRWORK) INTEGER N,LIWORK,IFLAG,LRWORK,IWORK(LIWORK) DOT=(W(16)+(-0.5D0*W(15)))*Z(16)+((-0.5D0*W(16))+W(15)+(-0.5D0*W(1 &4)))*Z(15)+((-0.5D0*W(15))+W(14)+(-0.5D0*W(13)))*Z(14)+((-0.5D0*W( &14))+W(13)+(-0.5D0*W(12)))*Z(13)+((-0.5D0*W(13))+W(12)+(-0.5D0*W(1 &1)))*Z(12)+((-0.5D0*W(12))+W(11)+(-0.5D0*W(10)))*Z(11)+((-0.5D0*W( &11))+W(10)+(-0.5D0*W(9)))*Z(10)+((-0.5D0*W(10))+W(9)+(-0.5D0*W(8)) &)*Z(9)+((-0.5D0*W(9))+W(8)+(-0.5D0*W(7)))*Z(8)+((-0.5D0*W(8))+W(7) &+(-0.5D0*W(6)))*Z(7)+((-0.5D0*W(7))+W(6)+(-0.5D0*W(5)))*Z(6)+((-0. &5D0*W(6))+W(5)+(-0.5D0*W(4)))*Z(5)+((-0.5D0*W(5))+W(4)+(-0.5D0*W(3 &)))*Z(4)+((-0.5D0*W(4))+W(3)+(-0.5D0*W(2)))*Z(3)+((-0.5D0*W(3))+W( &2)+(-0.5D0*W(1)))*Z(2)+((-0.5D0*W(2))+W(1))*Z(1) RETURN END\\end{verbatim}")))
NIL
NIL
-(-68 -3952)
+(-68 -2187)
((|constructor| (NIL "\\spadtype{Asp28} produces Fortran for Type 28 ASPs,{} used in NAG routine \\axiomOpFrom{f02fjf}{f02Package},{} for example:\\begin{verbatim} SUBROUTINE IMAGE(IFLAG,N,Z,W,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION Z(N),W(N),IWORK(LRWORK),RWORK(LRWORK) INTEGER N,LIWORK,IFLAG,LRWORK W(1)=0.01707454969713436D0*Z(16)+0.001747395874954051D0*Z(15)+0.00 &2106973900813502D0*Z(14)+0.002957434991769087D0*Z(13)+(-0.00700554 &0882865317D0*Z(12))+(-0.01219194009813166D0*Z(11))+0.0037230647365 &3087D0*Z(10)+0.04932374658377151D0*Z(9)+(-0.03586220812223305D0*Z( &8))+(-0.04723268012114625D0*Z(7))+(-0.02434652144032987D0*Z(6))+0. &2264766947290192D0*Z(5)+(-0.1385343580686922D0*Z(4))+(-0.116530050 &8238904D0*Z(3))+(-0.2803531651057233D0*Z(2))+1.019463911841327D0*Z &(1) W(2)=0.0227345011107737D0*Z(16)+0.008812321197398072D0*Z(15)+0.010 &94012210519586D0*Z(14)+(-0.01764072463999744D0*Z(13))+(-0.01357136 &72105995D0*Z(12))+0.00157466157362272D0*Z(11)+0.05258889186338282D &0*Z(10)+(-0.01981532388243379D0*Z(9))+(-0.06095390688679697D0*Z(8) &)+(-0.04153119955569051D0*Z(7))+0.2176561076571465D0*Z(6)+(-0.0532 &5555586632358D0*Z(5))+(-0.1688977368984641D0*Z(4))+(-0.32440166056 &67343D0*Z(3))+0.9128222941872173D0*Z(2)+(-0.2419652703415429D0*Z(1 &)) W(3)=0.03371198197190302D0*Z(16)+0.02021603150122265D0*Z(15)+(-0.0 &06607305534689702D0*Z(14))+(-0.03032392238968179D0*Z(13))+0.002033 &305231024948D0*Z(12)+0.05375944956767728D0*Z(11)+(-0.0163213312502 &9967D0*Z(10))+(-0.05483186562035512D0*Z(9))+(-0.04901428822579872D &0*Z(8))+0.2091097927887612D0*Z(7)+(-0.05760560341383113D0*Z(6))+(- &0.1236679206156403D0*Z(5))+(-0.3523683853026259D0*Z(4))+0.88929961 &32269974D0*Z(3)+(-0.2995429545781457D0*Z(2))+(-0.02986582812574917 &D0*Z(1)) W(4)=0.05141563713660119D0*Z(16)+0.005239165960779299D0*Z(15)+(-0. &01623427735779699D0*Z(14))+(-0.01965809746040371D0*Z(13))+0.054688 &97337339577D0*Z(12)+(-0.014224695935687D0*Z(11))+(-0.0505181779315 &6355D0*Z(10))+(-0.04353074206076491D0*Z(9))+0.2012230497530726D0*Z &(8)+(-0.06630874514535952D0*Z(7))+(-0.1280829963720053D0*Z(6))+(-0 &.305169742604165D0*Z(5))+0.8600427128450191D0*Z(4)+(-0.32415033802 &68184D0*Z(3))+(-0.09033531980693314D0*Z(2))+0.09089205517109111D0* &Z(1) W(5)=0.04556369767776375D0*Z(16)+(-0.001822737697581869D0*Z(15))+( &-0.002512226501941856D0*Z(14))+0.02947046460707379D0*Z(13)+(-0.014 &45079632086177D0*Z(12))+(-0.05034242196614937D0*Z(11))+(-0.0376966 &3291725935D0*Z(10))+0.2171103102175198D0*Z(9)+(-0.0824949256021352 &4D0*Z(8))+(-0.1473995209288945D0*Z(7))+(-0.315042193418466D0*Z(6)) &+0.9591623347824002D0*Z(5)+(-0.3852396953763045D0*Z(4))+(-0.141718 &5427288274D0*Z(3))+(-0.03423495461011043D0*Z(2))+0.319820917706851 &6D0*Z(1) W(6)=0.04015147277405744D0*Z(16)+0.01328585741341559D0*Z(15)+0.048 &26082005465965D0*Z(14)+(-0.04319641116207706D0*Z(13))+(-0.04931323 &319055762D0*Z(12))+(-0.03526886317505474D0*Z(11))+0.22295383396730 &01D0*Z(10)+(-0.07375317649315155D0*Z(9))+(-0.1589391311991561D0*Z( &8))+(-0.328001910890377D0*Z(7))+0.952576555482747D0*Z(6)+(-0.31583 &09975786731D0*Z(5))+(-0.1846882042225383D0*Z(4))+(-0.0703762046700 &4427D0*Z(3))+0.2311852964327382D0*Z(2)+0.04254083491825025D0*Z(1) W(7)=0.06069778964023718D0*Z(16)+0.06681263884671322D0*Z(15)+(-0.0 &2113506688615768D0*Z(14))+(-0.083996867458326D0*Z(13))+(-0.0329843 &8523869648D0*Z(12))+0.2276878326327734D0*Z(11)+(-0.067356038933017 &95D0*Z(10))+(-0.1559813965382218D0*Z(9))+(-0.3363262957694705D0*Z( &8))+0.9442791158560948D0*Z(7)+(-0.3199955249404657D0*Z(6))+(-0.136 &2463839920727D0*Z(5))+(-0.1006185171570586D0*Z(4))+0.2057504515015 &423D0*Z(3)+(-0.02065879269286707D0*Z(2))+0.03160990266745513D0*Z(1 &) W(8)=0.126386868896738D0*Z(16)+0.002563370039476418D0*Z(15)+(-0.05 &581757739455641D0*Z(14))+(-0.07777893205900685D0*Z(13))+0.23117338 &45834199D0*Z(12)+(-0.06031581134427592D0*Z(11))+(-0.14805474755869 &52D0*Z(10))+(-0.3364014128402243D0*Z(9))+0.9364014128402244D0*Z(8) &+(-0.3269452524413048D0*Z(7))+(-0.1396841886557241D0*Z(6))+(-0.056 &1733845834199D0*Z(5))+0.1777789320590069D0*Z(4)+(-0.04418242260544 &359D0*Z(3))+(-0.02756337003947642D0*Z(2))+0.07361313110326199D0*Z( &1) W(9)=0.07361313110326199D0*Z(16)+(-0.02756337003947642D0*Z(15))+(- &0.04418242260544359D0*Z(14))+0.1777789320590069D0*Z(13)+(-0.056173 &3845834199D0*Z(12))+(-0.1396841886557241D0*Z(11))+(-0.326945252441 &3048D0*Z(10))+0.9364014128402244D0*Z(9)+(-0.3364014128402243D0*Z(8 &))+(-0.1480547475586952D0*Z(7))+(-0.06031581134427592D0*Z(6))+0.23 &11733845834199D0*Z(5)+(-0.07777893205900685D0*Z(4))+(-0.0558175773 &9455641D0*Z(3))+0.002563370039476418D0*Z(2)+0.126386868896738D0*Z( &1) W(10)=0.03160990266745513D0*Z(16)+(-0.02065879269286707D0*Z(15))+0 &.2057504515015423D0*Z(14)+(-0.1006185171570586D0*Z(13))+(-0.136246 &3839920727D0*Z(12))+(-0.3199955249404657D0*Z(11))+0.94427911585609 &48D0*Z(10)+(-0.3363262957694705D0*Z(9))+(-0.1559813965382218D0*Z(8 &))+(-0.06735603893301795D0*Z(7))+0.2276878326327734D0*Z(6)+(-0.032 &98438523869648D0*Z(5))+(-0.083996867458326D0*Z(4))+(-0.02113506688 &615768D0*Z(3))+0.06681263884671322D0*Z(2)+0.06069778964023718D0*Z( &1) W(11)=0.04254083491825025D0*Z(16)+0.2311852964327382D0*Z(15)+(-0.0 &7037620467004427D0*Z(14))+(-0.1846882042225383D0*Z(13))+(-0.315830 &9975786731D0*Z(12))+0.952576555482747D0*Z(11)+(-0.328001910890377D &0*Z(10))+(-0.1589391311991561D0*Z(9))+(-0.07375317649315155D0*Z(8) &)+0.2229538339673001D0*Z(7)+(-0.03526886317505474D0*Z(6))+(-0.0493 &1323319055762D0*Z(5))+(-0.04319641116207706D0*Z(4))+0.048260820054 &65965D0*Z(3)+0.01328585741341559D0*Z(2)+0.04015147277405744D0*Z(1) W(12)=0.3198209177068516D0*Z(16)+(-0.03423495461011043D0*Z(15))+(- &0.1417185427288274D0*Z(14))+(-0.3852396953763045D0*Z(13))+0.959162 &3347824002D0*Z(12)+(-0.315042193418466D0*Z(11))+(-0.14739952092889 &45D0*Z(10))+(-0.08249492560213524D0*Z(9))+0.2171103102175198D0*Z(8 &)+(-0.03769663291725935D0*Z(7))+(-0.05034242196614937D0*Z(6))+(-0. &01445079632086177D0*Z(5))+0.02947046460707379D0*Z(4)+(-0.002512226 &501941856D0*Z(3))+(-0.001822737697581869D0*Z(2))+0.045563697677763 &75D0*Z(1) W(13)=0.09089205517109111D0*Z(16)+(-0.09033531980693314D0*Z(15))+( &-0.3241503380268184D0*Z(14))+0.8600427128450191D0*Z(13)+(-0.305169 &742604165D0*Z(12))+(-0.1280829963720053D0*Z(11))+(-0.0663087451453 &5952D0*Z(10))+0.2012230497530726D0*Z(9)+(-0.04353074206076491D0*Z( &8))+(-0.05051817793156355D0*Z(7))+(-0.014224695935687D0*Z(6))+0.05 &468897337339577D0*Z(5)+(-0.01965809746040371D0*Z(4))+(-0.016234277 &35779699D0*Z(3))+0.005239165960779299D0*Z(2)+0.05141563713660119D0 &*Z(1) W(14)=(-0.02986582812574917D0*Z(16))+(-0.2995429545781457D0*Z(15)) &+0.8892996132269974D0*Z(14)+(-0.3523683853026259D0*Z(13))+(-0.1236 &679206156403D0*Z(12))+(-0.05760560341383113D0*Z(11))+0.20910979278 &87612D0*Z(10)+(-0.04901428822579872D0*Z(9))+(-0.05483186562035512D &0*Z(8))+(-0.01632133125029967D0*Z(7))+0.05375944956767728D0*Z(6)+0 &.002033305231024948D0*Z(5)+(-0.03032392238968179D0*Z(4))+(-0.00660 &7305534689702D0*Z(3))+0.02021603150122265D0*Z(2)+0.033711981971903 &02D0*Z(1) W(15)=(-0.2419652703415429D0*Z(16))+0.9128222941872173D0*Z(15)+(-0 &.3244016605667343D0*Z(14))+(-0.1688977368984641D0*Z(13))+(-0.05325 &555586632358D0*Z(12))+0.2176561076571465D0*Z(11)+(-0.0415311995556 &9051D0*Z(10))+(-0.06095390688679697D0*Z(9))+(-0.01981532388243379D &0*Z(8))+0.05258889186338282D0*Z(7)+0.00157466157362272D0*Z(6)+(-0. &0135713672105995D0*Z(5))+(-0.01764072463999744D0*Z(4))+0.010940122 &10519586D0*Z(3)+0.008812321197398072D0*Z(2)+0.0227345011107737D0*Z &(1) W(16)=1.019463911841327D0*Z(16)+(-0.2803531651057233D0*Z(15))+(-0. &1165300508238904D0*Z(14))+(-0.1385343580686922D0*Z(13))+0.22647669 &47290192D0*Z(12)+(-0.02434652144032987D0*Z(11))+(-0.04723268012114 &625D0*Z(10))+(-0.03586220812223305D0*Z(9))+0.04932374658377151D0*Z &(8)+0.00372306473653087D0*Z(7)+(-0.01219194009813166D0*Z(6))+(-0.0 &07005540882865317D0*Z(5))+0.002957434991769087D0*Z(4)+0.0021069739 &00813502D0*Z(3)+0.001747395874954051D0*Z(2)+0.01707454969713436D0* &Z(1) RETURN END\\end{verbatim}")))
NIL
NIL
-(-69 -3952)
+(-69 -2187)
((|constructor| (NIL "\\spadtype{Asp29} produces Fortran for Type 29 ASPs,{} needed for NAG routine \\axiomOpFrom{f02fjf}{f02Package},{} for example:\\begin{verbatim} SUBROUTINE MONIT(ISTATE,NEXTIT,NEVALS,NEVECS,K,F,D) DOUBLE PRECISION D(K),F(K) INTEGER K,NEXTIT,NEVALS,NVECS,ISTATE CALL F02FJZ(ISTATE,NEXTIT,NEVALS,NEVECS,K,F,D) RETURN END\\end{verbatim}")) (|outputAsFortran| (((|Void|)) "\\spad{outputAsFortran()} generates the default code for \\spadtype{ASP29}.")))
NIL
NIL
-(-70 -3952)
+(-70 -2187)
((|constructor| (NIL "\\spadtype{Asp30} produces Fortran for Type 30 ASPs,{} needed for NAG routine \\axiomOpFrom{f04qaf}{f04Package},{} for example:\\begin{verbatim} SUBROUTINE APROD(MODE,M,N,X,Y,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION X(N),Y(M),RWORK(LRWORK) INTEGER M,N,LIWORK,IFAIL,LRWORK,IWORK(LIWORK),MODE DOUBLE PRECISION A(5,5) EXTERNAL F06PAF A(1,1)=1.0D0 A(1,2)=0.0D0 A(1,3)=0.0D0 A(1,4)=-1.0D0 A(1,5)=0.0D0 A(2,1)=0.0D0 A(2,2)=1.0D0 A(2,3)=0.0D0 A(2,4)=0.0D0 A(2,5)=-1.0D0 A(3,1)=0.0D0 A(3,2)=0.0D0 A(3,3)=1.0D0 A(3,4)=-1.0D0 A(3,5)=0.0D0 A(4,1)=-1.0D0 A(4,2)=0.0D0 A(4,3)=-1.0D0 A(4,4)=4.0D0 A(4,5)=-1.0D0 A(5,1)=0.0D0 A(5,2)=-1.0D0 A(5,3)=0.0D0 A(5,4)=-1.0D0 A(5,5)=4.0D0 IF(MODE.EQ.1)THEN CALL F06PAF('N',M,N,1.0D0,A,M,X,1,1.0D0,Y,1) ELSEIF(MODE.EQ.2)THEN CALL F06PAF('T',M,N,1.0D0,A,M,Y,1,1.0D0,X,1) ENDIF RETURN END\\end{verbatim}")))
NIL
NIL
-(-71 -3952)
+(-71 -2187)
((|constructor| (NIL "\\spadtype{Asp31} produces Fortran for Type 31 ASPs,{} needed for NAG routine \\axiomOpFrom{d02ejf}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE PEDERV(X,Y,PW) DOUBLE PRECISION X,Y(*) DOUBLE PRECISION PW(3,3) PW(1,1)=-0.03999999999999999D0 PW(1,2)=10000.0D0*Y(3) PW(1,3)=10000.0D0*Y(2) PW(2,1)=0.03999999999999999D0 PW(2,2)=(-10000.0D0*Y(3))+(-60000000.0D0*Y(2)) PW(2,3)=-10000.0D0*Y(2) PW(3,1)=0.0D0 PW(3,2)=60000000.0D0*Y(2) PW(3,3)=0.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X)) (|construct| (QUOTE Y)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-72 -3952)
+(-72 -2187)
((|constructor| (NIL "\\spadtype{Asp33} produces Fortran for Type 33 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package}. The code is a dummy ASP:\\begin{verbatim} SUBROUTINE REPORT(X,V,JINT) DOUBLE PRECISION V(3),X INTEGER JINT RETURN END\\end{verbatim}")) (|outputAsFortran| (((|Void|)) "\\spad{outputAsFortran()} generates the default code for \\spadtype{ASP33}.")))
NIL
NIL
-(-73 -3952)
+(-73 -2187)
((|constructor| (NIL "\\spadtype{Asp34} produces Fortran for Type 34 ASPs,{} needed for NAG routine \\axiomOpFrom{f04mbf}{f04Package},{} for example:\\begin{verbatim} SUBROUTINE MSOLVE(IFLAG,N,X,Y,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION RWORK(LRWORK),X(N),Y(N) INTEGER I,J,N,LIWORK,IFLAG,LRWORK,IWORK(LIWORK) DOUBLE PRECISION W1(3),W2(3),MS(3,3) IFLAG=-1 MS(1,1)=2.0D0 MS(1,2)=1.0D0 MS(1,3)=0.0D0 MS(2,1)=1.0D0 MS(2,2)=2.0D0 MS(2,3)=1.0D0 MS(3,1)=0.0D0 MS(3,2)=1.0D0 MS(3,3)=2.0D0 CALL F04ASF(MS,N,X,N,Y,W1,W2,IFLAG) IFLAG=-IFLAG RETURN END\\end{verbatim}")))
NIL
NIL
-(-74 -3952)
+(-74 -2187)
((|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
-(-75 -3952)
+(-75 -2187)
((|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
@@ -240,51 +240,51 @@ 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 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
-(-78 -3952)
+(-78 -2187)
((|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
-(-79 -3952)
+(-79 -2187)
((|constructor| (NIL "\\spadtype{Asp50} produces Fortran for Type 50 ASPs,{} needed for NAG routine \\axiomOpFrom{e04fdf}{e04Package},{} for example:\\begin{verbatim} SUBROUTINE LSFUN1(M,N,XC,FVECC) DOUBLE PRECISION FVECC(M),XC(N) INTEGER I,M,N FVECC(1)=((XC(1)-2.4D0)*XC(3)+(15.0D0*XC(1)-36.0D0)*XC(2)+1.0D0)/( &XC(3)+15.0D0*XC(2)) FVECC(2)=((XC(1)-2.8D0)*XC(3)+(7.0D0*XC(1)-19.6D0)*XC(2)+1.0D0)/(X &C(3)+7.0D0*XC(2)) FVECC(3)=((XC(1)-3.2D0)*XC(3)+(4.333333333333333D0*XC(1)-13.866666 &66666667D0)*XC(2)+1.0D0)/(XC(3)+4.333333333333333D0*XC(2)) FVECC(4)=((XC(1)-3.5D0)*XC(3)+(3.0D0*XC(1)-10.5D0)*XC(2)+1.0D0)/(X &C(3)+3.0D0*XC(2)) FVECC(5)=((XC(1)-3.9D0)*XC(3)+(2.2D0*XC(1)-8.579999999999998D0)*XC &(2)+1.0D0)/(XC(3)+2.2D0*XC(2)) FVECC(6)=((XC(1)-4.199999999999999D0)*XC(3)+(1.666666666666667D0*X &C(1)-7.0D0)*XC(2)+1.0D0)/(XC(3)+1.666666666666667D0*XC(2)) FVECC(7)=((XC(1)-4.5D0)*XC(3)+(1.285714285714286D0*XC(1)-5.7857142 &85714286D0)*XC(2)+1.0D0)/(XC(3)+1.285714285714286D0*XC(2)) FVECC(8)=((XC(1)-4.899999999999999D0)*XC(3)+(XC(1)-4.8999999999999 &99D0)*XC(2)+1.0D0)/(XC(3)+XC(2)) FVECC(9)=((XC(1)-4.699999999999999D0)*XC(3)+(XC(1)-4.6999999999999 &99D0)*XC(2)+1.285714285714286D0)/(XC(3)+XC(2)) FVECC(10)=((XC(1)-6.8D0)*XC(3)+(XC(1)-6.8D0)*XC(2)+1.6666666666666 &67D0)/(XC(3)+XC(2)) FVECC(11)=((XC(1)-8.299999999999999D0)*XC(3)+(XC(1)-8.299999999999 &999D0)*XC(2)+2.2D0)/(XC(3)+XC(2)) FVECC(12)=((XC(1)-10.6D0)*XC(3)+(XC(1)-10.6D0)*XC(2)+3.0D0)/(XC(3) &+XC(2)) FVECC(13)=((XC(1)-1.34D0)*XC(3)+(XC(1)-1.34D0)*XC(2)+4.33333333333 &3333D0)/(XC(3)+XC(2)) FVECC(14)=((XC(1)-2.1D0)*XC(3)+(XC(1)-2.1D0)*XC(2)+7.0D0)/(XC(3)+X &C(2)) FVECC(15)=((XC(1)-4.39D0)*XC(3)+(XC(1)-4.39D0)*XC(2)+15.0D0)/(XC(3 &)+XC(2)) END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE XC)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-80 -3952)
+(-80 -2187)
((|constructor| (NIL "\\spadtype{Asp55} produces Fortran for Type 55 ASPs,{} needed for NAG routines \\axiomOpFrom{e04dgf}{e04Package} and \\axiomOpFrom{e04ucf}{e04Package},{} for example:\\begin{verbatim} SUBROUTINE CONFUN(MODE,NCNLN,N,NROWJ,NEEDC,X,C,CJAC,NSTATE,IUSER &,USER) DOUBLE PRECISION C(NCNLN),X(N),CJAC(NROWJ,N),USER(*) INTEGER N,IUSER(*),NEEDC(NCNLN),NROWJ,MODE,NCNLN,NSTATE IF(NEEDC(1).GT.0)THEN C(1)=X(6)**2+X(1)**2 CJAC(1,1)=2.0D0*X(1) CJAC(1,2)=0.0D0 CJAC(1,3)=0.0D0 CJAC(1,4)=0.0D0 CJAC(1,5)=0.0D0 CJAC(1,6)=2.0D0*X(6) ENDIF IF(NEEDC(2).GT.0)THEN C(2)=X(2)**2+(-2.0D0*X(1)*X(2))+X(1)**2 CJAC(2,1)=(-2.0D0*X(2))+2.0D0*X(1) CJAC(2,2)=2.0D0*X(2)+(-2.0D0*X(1)) CJAC(2,3)=0.0D0 CJAC(2,4)=0.0D0 CJAC(2,5)=0.0D0 CJAC(2,6)=0.0D0 ENDIF IF(NEEDC(3).GT.0)THEN C(3)=X(3)**2+(-2.0D0*X(1)*X(3))+X(2)**2+X(1)**2 CJAC(3,1)=(-2.0D0*X(3))+2.0D0*X(1) CJAC(3,2)=2.0D0*X(2) CJAC(3,3)=2.0D0*X(3)+(-2.0D0*X(1)) CJAC(3,4)=0.0D0 CJAC(3,5)=0.0D0 CJAC(3,6)=0.0D0 ENDIF RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-81 -3952)
+(-81 -2187)
((|constructor| (NIL "\\spadtype{Asp6} produces Fortran for Type 6 ASPs,{} needed for NAG routines \\axiomOpFrom{c05nbf}{c05Package},{} \\axiomOpFrom{c05ncf}{c05Package}. These represent vectors of functions of \\spad{X}(\\spad{i}) and look like:\\begin{verbatim} SUBROUTINE FCN(N,X,FVEC,IFLAG) DOUBLE PRECISION X(N),FVEC(N) INTEGER N,IFLAG FVEC(1)=(-2.0D0*X(2))+(-2.0D0*X(1)**2)+3.0D0*X(1)+1.0D0 FVEC(2)=(-2.0D0*X(3))+(-2.0D0*X(2)**2)+3.0D0*X(2)+(-1.0D0*X(1))+1. &0D0 FVEC(3)=(-2.0D0*X(4))+(-2.0D0*X(3)**2)+3.0D0*X(3)+(-1.0D0*X(2))+1. &0D0 FVEC(4)=(-2.0D0*X(5))+(-2.0D0*X(4)**2)+3.0D0*X(4)+(-1.0D0*X(3))+1. &0D0 FVEC(5)=(-2.0D0*X(6))+(-2.0D0*X(5)**2)+3.0D0*X(5)+(-1.0D0*X(4))+1. &0D0 FVEC(6)=(-2.0D0*X(7))+(-2.0D0*X(6)**2)+3.0D0*X(6)+(-1.0D0*X(5))+1. &0D0 FVEC(7)=(-2.0D0*X(8))+(-2.0D0*X(7)**2)+3.0D0*X(7)+(-1.0D0*X(6))+1. &0D0 FVEC(8)=(-2.0D0*X(9))+(-2.0D0*X(8)**2)+3.0D0*X(8)+(-1.0D0*X(7))+1. &0D0 FVEC(9)=(-2.0D0*X(9)**2)+3.0D0*X(9)+(-1.0D0*X(8))+1.0D0 RETURN END\\end{verbatim}")))
NIL
NIL
-(-82 -3952)
+(-82 -2187)
((|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
-(-83 -3952)
+(-83 -2187)
((|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
-(-84 -3952)
+(-84 -2187)
((|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
-(-85 -3952)
+(-85 -2187)
((|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
-(-86 -3952)
+(-86 -2187)
((|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
-(-87 -3952)
+(-87 -2187)
((|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 -3952)
+(-88 -2187)
((|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
-(-89 -3952)
+(-89 -2187)
((|constructor| (NIL "\\spadtype{Asp9} produces Fortran for Type 9 ASPs,{} needed for NAG routines \\axiomOpFrom{d02bhf}{d02Package},{} \\axiomOpFrom{d02cjf}{d02Package},{} \\axiomOpFrom{d02ejf}{d02Package}. These ASPs represent a function of a scalar \\spad{X} and a vector \\spad{Y},{} for example:\\begin{verbatim} DOUBLE PRECISION FUNCTION G(X,Y) DOUBLE PRECISION X,Y(*) G=X+Y(1) RETURN END\\end{verbatim} If the user provides a constant value for \\spad{G},{} then extra information is added via COMMON blocks used by certain routines. This specifies that the value returned by \\spad{G} in this case is to be ignored.")) (|coerce| (($ (|FortranExpression| (|construct| (QUOTE X)) (|construct| (QUOTE Y)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
@@ -294,8 +294,8 @@ NIL
((|HasCategory| |#1| (QUOTE (-376))))
(-91 S)
((|constructor| (NIL "A stack represented as a flexible array.")) (|arrayStack| (($ (|List| |#1|)) "\\spad{arrayStack([x,y,...,z])} creates an array stack with first (top) element \\spad{x},{} second element \\spad{y},{}...,{}and last element \\spad{z}.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-92 S)
((|constructor| (NIL "This is the category of Spad abstract syntax trees.")))
NIL
@@ -318,15 +318,15 @@ NIL
NIL
(-97)
((|constructor| (NIL "\\axiomType{AttributeButtons} implements a database and associated adjustment mechanisms for a set of attributes. \\blankline For ODEs these attributes are \"stiffness\",{} \"stability\" (\\spadignore{i.e.} how much affect the cosine or sine component of the solution has on the stability of the result),{} \"accuracy\" and \"expense\" (\\spadignore{i.e.} how expensive is the evaluation of the ODE). All these have bearing on the cost of calculating the solution given that reducing the step-length to achieve greater accuracy requires considerable number of evaluations and calculations. \\blankline The effect of each of these attributes can be altered by increasing or decreasing the button value. \\blankline For Integration there is a button for increasing and decreasing the preset number of function evaluations for each method. This is automatically used by ANNA when a method fails due to insufficient workspace or where the limit of function evaluations has been reached before the required accuracy is achieved. \\blankline")) (|setButtonValue| (((|Float|) (|String|) (|String|) (|Float|)) "\\axiom{setButtonValue(attributeName,{}routineName,{}\\spad{n})} sets the value of the button of attribute \\spad{attributeName} to routine \\spad{routineName} to \\spad{n}. \\spad{n} must be in the range [0..1]. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|Float|)) "\\axiom{setButtonValue(attributeName,{}\\spad{n})} sets the value of all buttons of attribute \\spad{attributeName} to \\spad{n}. \\spad{n} must be in the range [0..1]. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|setAttributeButtonStep| (((|Float|) (|Float|)) "\\axiom{setAttributeButtonStep(\\spad{n})} sets the value of the steps for increasing and decreasing the button values. \\axiom{\\spad{n}} must be greater than 0 and less than 1. The preset value is 0.5.")) (|resetAttributeButtons| (((|Void|)) "\\axiom{resetAttributeButtons()} resets the Attribute buttons to a neutral level.")) (|getButtonValue| (((|Float|) (|String|) (|String|)) "\\axiom{getButtonValue(routineName,{}attributeName)} returns the current value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|decrease| (((|Float|) (|String|)) "\\axiom{decrease(attributeName)} decreases the value for the effect of the attribute \\axiom{attributeName} with all routines. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|String|)) "\\axiom{decrease(routineName,{}attributeName)} decreases the value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|increase| (((|Float|) (|String|)) "\\axiom{increase(attributeName)} increases the value for the effect of the attribute \\axiom{attributeName} with all routines. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|String|)) "\\axiom{increase(routineName,{}attributeName)} increases the value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")))
-((-4509 . T))
+((-4510 . T))
NIL
(-98)
((|constructor| (NIL "This category exports the attributes in the AXIOM Library")) (|canonical| ((|attribute|) "\\spad{canonical} is \\spad{true} if and only if distinct elements have distinct data structures. For example,{} a domain of mathematical objects which has the \\spad{canonical} attribute means that two objects are mathematically equal if and only if their data structures are equal.")) (|multiplicativeValuation| ((|attribute|) "\\spad{multiplicativeValuation} implies \\spad{euclideanSize(a*b)=euclideanSize(a)*euclideanSize(b)}.")) (|additiveValuation| ((|attribute|) "\\spad{additiveValuation} implies \\spad{euclideanSize(a*b)=euclideanSize(a)+euclideanSize(b)}.")) (|noetherian| ((|attribute|) "\\spad{noetherian} is \\spad{true} if all of its ideals are finitely generated.")) (|central| ((|attribute|) "\\spad{central} is \\spad{true} if,{} given an algebra over a ring \\spad{R},{} the image of \\spad{R} is the center of the algebra,{} \\spadignore{i.e.} the set of members of the algebra which commute with all others is precisely the image of \\spad{R} in the algebra.")) (|partiallyOrderedSet| ((|attribute|) "\\spad{partiallyOrderedSet} is \\spad{true} if a set with \\spadop{<} which is transitive,{} but \\spad{not(a < b or a = b)} does not necessarily imply \\spad{b<a}.")) (|arbitraryPrecision| ((|attribute|) "\\spad{arbitraryPrecision} means the user can set the precision for subsequent calculations.")) (|canonicalsClosed| ((|attribute|) "\\spad{canonicalsClosed} is \\spad{true} if \\spad{unitCanonical(a)*unitCanonical(b) = unitCanonical(a*b)}.")) (|canonicalUnitNormal| ((|attribute|) "\\spad{canonicalUnitNormal} is \\spad{true} if we can choose a canonical representative for each class of associate elements,{} that is \\spad{associates?(a,b)} returns \\spad{true} if and only if \\spad{unitCanonical(a) = unitCanonical(b)}.")) (|noZeroDivisors| ((|attribute|) "\\spad{noZeroDivisors} is \\spad{true} if \\spad{x * y \\~~= 0} implies both \\spad{x} and \\spad{y} are non-zero.")) (|rightUnitary| ((|attribute|) "\\spad{rightUnitary} is \\spad{true} if \\spad{x * 1 = x} for all \\spad{x}.")) (|leftUnitary| ((|attribute|) "\\spad{leftUnitary} is \\spad{true} if \\spad{1 * x = x} for all \\spad{x}.")) (|unitsKnown| ((|attribute|) "\\spad{unitsKnown} is \\spad{true} if a monoid (a multiplicative semigroup with a 1) has \\spad{unitsKnown} means that the operation \\spadfun{recip} can only return \"failed\" if its argument is not a unit.")) (|shallowlyMutable| ((|attribute|) "\\spad{shallowlyMutable} is \\spad{true} if its values have immediate components that are updateable (mutable). Note: the properties of any component domain are irrevelant to the \\spad{shallowlyMutable} proper.")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} is \\spad{true} if it has an operation \\spad{\"*\": (D,D) -> D} which is commutative.")) (|finiteAggregate| ((|attribute|) "\\spad{finiteAggregate} is \\spad{true} if it is an aggregate with a finite number of elements.")))
-((-4509 . T) ((-4511 "*") . T) (-4510 . T) (-4506 . T) (-4504 . T) (-4503 . T) (-4502 . T) (-4507 . T) (-4501 . T) (-4500 . T) (-4499 . T) (-4498 . T) (-4497 . T) (-4505 . T) (-4508 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4496 . T))
+((-4510 . T) ((-4512 "*") . T) (-4511 . T) (-4507 . T) (-4505 . T) (-4504 . T) (-4503 . T) (-4508 . T) (-4502 . T) (-4501 . T) (-4500 . T) (-4499 . T) (-4498 . T) (-4506 . T) (-4509 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4497 . T))
NIL
(-99 R)
((|constructor| (NIL "Automorphism \\spad{R} is the multiplicative group of automorphisms of \\spad{R}.")) (|morphism| (($ (|Mapping| |#1| |#1| (|Integer|))) "\\spad{morphism(f)} returns the morphism given by \\spad{f^n(x) = f(x,n)}.") (($ (|Mapping| |#1| |#1|) (|Mapping| |#1| |#1|)) "\\spad{morphism(f, g)} returns the invertible morphism given by \\spad{f},{} where \\spad{g} is the inverse of \\spad{f}..") (($ (|Mapping| |#1| |#1|)) "\\spad{morphism(f)} returns the non-invertible morphism given by \\spad{f}.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-100 R UP)
((|constructor| (NIL "This package provides balanced factorisations of polynomials.")) (|balancedFactorisation| (((|Factored| |#2|) |#2| (|List| |#2|)) "\\spad{balancedFactorisation(a, [b1,...,bn])} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{pi} is balanced with respect to \\spad{[b1,...,bm]}.") (((|Factored| |#2|) |#2| |#2|) "\\spad{balancedFactorisation(a, b)} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{pi} is balanced with respect to \\spad{b}.")))
@@ -342,15 +342,15 @@ NIL
NIL
(-103 S)
((|constructor| (NIL "\\spadtype{BalancedBinaryTree(S)} is the domain of balanced binary trees (bbtree). A balanced binary tree of \\spad{2**k} leaves,{} for some \\spad{k > 0},{} is symmetric,{} that is,{} the left and right subtree of each interior node have identical shape. In general,{} the left and right subtree of a given node can differ by at most leaf node.")) (|mapDown!| (($ $ |#1| (|Mapping| (|List| |#1|) |#1| |#1| |#1|)) "\\spad{mapDown!(t,p,f)} returns \\spad{t} after traversing \\spad{t} in \"preorder\" (node then left then right) fashion replacing the successive interior nodes as follows. Let \\spad{l} and \\spad{r} denote the left and right subtrees of \\spad{t}. The root value \\spad{x} of \\spad{t} is replaced by \\spad{p}. Then \\spad{f}(value \\spad{l},{} value \\spad{r},{} \\spad{p}),{} where \\spad{l} and \\spad{r} denote the left and right subtrees of \\spad{t},{} is evaluated producing two values pl and pr. Then \\spad{mapDown!(l,pl,f)} and \\spad{mapDown!(l,pr,f)} are evaluated.") (($ $ |#1| (|Mapping| |#1| |#1| |#1|)) "\\spad{mapDown!(t,p,f)} returns \\spad{t} after traversing \\spad{t} in \"preorder\" (node then left then right) fashion replacing the successive interior nodes as follows. The root value \\spad{x} is replaced by \\spad{q} := \\spad{f}(\\spad{p},{}\\spad{x}). The mapDown!(\\spad{l},{}\\spad{q},{}\\spad{f}) and mapDown!(\\spad{r},{}\\spad{q},{}\\spad{f}) are evaluated for the left and right subtrees \\spad{l} and \\spad{r} of \\spad{t}.")) (|mapUp!| (($ $ $ (|Mapping| |#1| |#1| |#1| |#1| |#1|)) "\\spad{mapUp!(t,t1,f)} traverses \\spad{t} in an \"endorder\" (left then right then node) fashion returning \\spad{t} with the value at each successive interior node of \\spad{t} replaced by \\spad{f}(\\spad{l},{}\\spad{r},{}\\spad{l1},{}\\spad{r1}) where \\spad{l} and \\spad{r} are the values at the immediate left and right nodes. Values \\spad{l1} and \\spad{r1} are values at the corresponding nodes of a balanced binary tree \\spad{t1},{} of identical shape at \\spad{t}.") ((|#1| $ (|Mapping| |#1| |#1| |#1|)) "\\spad{mapUp!(t,f)} traverses balanced binary tree \\spad{t} in an \"endorder\" (left then right then node) fashion returning \\spad{t} with the value at each successive interior node of \\spad{t} replaced by \\spad{f}(\\spad{l},{}\\spad{r}) where \\spad{l} and \\spad{r} are the values at the immediate left and right nodes.")) (|setleaves!| (($ $ (|List| |#1|)) "\\spad{setleaves!(t, ls)} sets the leaves of \\spad{t} in left-to-right order to the elements of ls.")) (|balancedBinaryTree| (($ (|NonNegativeInteger|) |#1|) "\\spad{balancedBinaryTree(n, s)} creates a balanced binary tree with \\spad{n} nodes each with value \\spad{s}.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-104 R UP M |Row| |Col|)
((|constructor| (NIL "\\spadtype{BezoutMatrix} contains functions for computing resultants and discriminants using Bezout matrices.")) (|bezoutDiscriminant| ((|#1| |#2|) "\\spad{bezoutDiscriminant(p)} computes the discriminant of a polynomial \\spad{p} by computing the determinant of a Bezout matrix.")) (|bezoutResultant| ((|#1| |#2| |#2|) "\\spad{bezoutResultant(p,q)} computes the resultant of the two polynomials \\spad{p} and \\spad{q} by computing the determinant of a Bezout matrix.")) (|bezoutMatrix| ((|#3| |#2| |#2|) "\\spad{bezoutMatrix(p,q)} returns the Bezout matrix for the two polynomials \\spad{p} and \\spad{q}.")) (|sylvesterMatrix| ((|#3| |#2| |#2|) "\\spad{sylvesterMatrix(p,q)} returns the Sylvester matrix for the two polynomials \\spad{p} and \\spad{q}.")))
NIL
-((|HasAttribute| |#1| (QUOTE (-4511 "*"))))
+((|HasAttribute| |#1| (QUOTE (-4512 "*"))))
(-105)
((|bfEntry| (((|Record| (|:| |zeros| (|Stream| (|DoubleFloat|))) (|:| |ones| (|Stream| (|DoubleFloat|))) (|:| |singularities| (|Stream| (|DoubleFloat|)))) (|Symbol|)) "\\spad{bfEntry(k)} returns the entry in the \\axiomType{BasicFunctions} table corresponding to \\spad{k}")) (|bfKeys| (((|List| (|Symbol|))) "\\spad{bfKeys()} returns the names of each function in the \\axiomType{BasicFunctions} table")))
-((-4509 . T))
+((-4510 . T))
NIL
(-106 A S)
((|constructor| (NIL "A bag aggregate is an aggregate for which one can insert and extract objects,{} and where the order in which objects are inserted determines the order of extraction. Examples of bags are stacks,{} queues,{} and dequeues.")) (|inspect| ((|#2| $) "\\spad{inspect(u)} returns an (random) element from a bag.")) (|insert!| (($ |#2| $) "\\spad{insert!(x,u)} inserts item \\spad{x} into bag \\spad{u}.")) (|extract!| ((|#2| $) "\\spad{extract!(u)} destructively removes a (random) item from bag \\spad{u}.")) (|bag| (($ (|List| |#2|)) "\\spad{bag([x,y,...,z])} creates a bag with elements \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.")) (|shallowlyMutable| ((|attribute|) "shallowlyMutable means that elements of bags may be destructively changed.")))
@@ -358,23 +358,23 @@ NIL
NIL
(-107 S)
((|constructor| (NIL "A bag aggregate is an aggregate for which one can insert and extract objects,{} and where the order in which objects are inserted determines the order of extraction. Examples of bags are stacks,{} queues,{} and dequeues.")) (|inspect| ((|#1| $) "\\spad{inspect(u)} returns an (random) element from a bag.")) (|insert!| (($ |#1| $) "\\spad{insert!(x,u)} inserts item \\spad{x} into bag \\spad{u}.")) (|extract!| ((|#1| $) "\\spad{extract!(u)} destructively removes a (random) item from bag \\spad{u}.")) (|bag| (($ (|List| |#1|)) "\\spad{bag([x,y,...,z])} creates a bag with elements \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.")) (|shallowlyMutable| ((|attribute|) "shallowlyMutable means that elements of bags may be destructively changed.")))
-((-4510 . T))
+((-4511 . T))
NIL
(-108)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating binary expansions.")) (|binary| (($ (|Fraction| (|Integer|))) "\\spad{binary(r)} converts a rational number to a binary expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(b)} returns the fractional part of a binary expansion.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-560) (QUOTE (-939))) (|HasCategory| (-560) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| (-560) (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-149))) (|HasCategory| (-560) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-1051))) (|HasCategory| (-560) (QUOTE (-842))) (|HasCategory| (-560) (QUOTE (-871))) (-2191 (|HasCategory| (-560) (QUOTE (-842))) (|HasCategory| (-560) (QUOTE (-871)))) (|HasCategory| (-560) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-1183))) (|HasCategory| (-560) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| (-560) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| (-560) (QUOTE (-239))) (|HasCategory| (-560) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-560) (QUOTE (-240))) (|HasCategory| (-560) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-560) (|%list| (QUOTE -528) (QUOTE (-1208)) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -321) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -298) (QUOTE (-560)) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-319))) (|HasCategory| (-560) (QUOTE (-559))) (|HasCategory| (-560) (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-939)))) (|HasCategory| (-560) (QUOTE (-147)))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-560) (QUOTE (-940))) (|HasCategory| (-560) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| (-560) (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-149))) (|HasCategory| (-560) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-1052))) (|HasCategory| (-560) (QUOTE (-844))) (|HasCategory| (-560) (QUOTE (-872))) (-2309 (|HasCategory| (-560) (QUOTE (-844))) (|HasCategory| (-560) (QUOTE (-872)))) (|HasCategory| (-560) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-1184))) (|HasCategory| (-560) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| (-560) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| (-560) (QUOTE (-239))) (|HasCategory| (-560) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-560) (QUOTE (-240))) (|HasCategory| (-560) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-560) (|%list| (QUOTE -528) (QUOTE (-1209)) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -321) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -298) (QUOTE (-560)) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-319))) (|HasCategory| (-560) (QUOTE (-559))) (|HasCategory| (-560) (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-940)))) (|HasCategory| (-560) (QUOTE (-147)))))
(-109)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Binding' is a name asosciated with a collection of properties.")) (|binding| (($ (|Identifier|) (|List| (|Property|))) "\\spad{binding(n,props)} constructs a binding with name `n' and property list `props'.")) (|properties| (((|List| (|Property|)) $) "\\spad{properties(b)} returns the properties associated with binding \\spad{b}.")) (|name| (((|Identifier|) $) "\\spad{name(b)} returns the name of binding \\spad{b}")))
NIL
NIL
(-110)
((|constructor| (NIL "\\spadtype{Bits} provides logical functions for Indexed Bits.")) (|bits| (($ (|NonNegativeInteger|) (|Boolean|)) "\\spad{bits(n,b)} creates bits with \\spad{n} values of \\spad{b}")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| (-114) (QUOTE (-1132))) (|HasCategory| (-114) (|%list| (QUOTE -321) (QUOTE (-114))))) (|HasCategory| (-114) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-114) (QUOTE (-871))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| (-114) (QUOTE (-1132))) (|HasCategory| (-114) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-114) (QUOTE (-102))))
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| (-114) (QUOTE (-1133))) (|HasCategory| (-114) (|%list| (QUOTE -321) (QUOTE (-114))))) (|HasCategory| (-114) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-114) (QUOTE (-872))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| (-114) (QUOTE (-1133))) (|HasCategory| (-114) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-114) (QUOTE (-102))))
(-111 R S)
((|constructor| (NIL "A \\spadtype{BiModule} is both a left and right module with respect to potentially different rings. \\blankline")) (|rightUnitary| ((|attribute|) "\\spad{x * 1 = x}")) (|leftUnitary| ((|attribute|) "\\spad{1 * x = x}")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
(-112 S)
((|constructor| (NIL "This is the category of Boolean logic structures.")) (|or| (($ $ $) "\\spad{x or y} returns the disjunction of \\spad{x} and \\spad{y}.")) (|and| (($ $ $) "\\spad{x and y} returns the conjunction of \\spad{x} and \\spad{y}.")) (|not| (($ $) "\\spad{not x} returns the complement or negation of \\spad{x}.")))
@@ -396,22 +396,22 @@ NIL
((|constructor| (NIL "This package exports functions to set some commonly used properties of operators,{} including properties which contain functions.")) (|constantOpIfCan| (((|Union| |#1| "failed") (|BasicOperator|)) "\\spad{constantOpIfCan(op)} returns \\spad{a} if \\spad{op} is the constant nullary operator always returning \\spad{a},{} \"failed\" otherwise.")) (|constantOperator| (((|BasicOperator|) |#1|) "\\spad{constantOperator(a)} returns a nullary operator op such that \\spad{op()} always evaluate to \\spad{a}.")) (|derivative| (((|Union| (|List| (|Mapping| |#1| (|List| |#1|))) "failed") (|BasicOperator|)) "\\spad{derivative(op)} returns the value of the \"\\%diff\" property of \\spad{op} if it has one,{} and \"failed\" otherwise.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| |#1|)) "\\spad{derivative(op, foo)} attaches foo as the \"\\%diff\" property of \\spad{op}. If \\spad{op} has an \"\\%diff\" property \\spad{f},{} then applying a derivation \\spad{D} to \\spad{op}(a) returns \\spad{f(a) * D(a)}. Argument \\spad{op} must be unary.") (((|BasicOperator|) (|BasicOperator|) (|List| (|Mapping| |#1| (|List| |#1|)))) "\\spad{derivative(op, [foo1,...,foon])} attaches [\\spad{foo1},{}...,{}foon] as the \"\\%diff\" property of \\spad{op}. If \\spad{op} has an \"\\%diff\" property \\spad{[f1,...,fn]} then applying a derivation \\spad{D} to \\spad{op(a1,...,an)} returns \\spad{f1(a1,...,an) * D(a1) + ... + fn(a1,...,an) * D(an)}.")) (|evaluate| (((|Union| (|Mapping| |#1| (|List| |#1|)) "failed") (|BasicOperator|)) "\\spad{evaluate(op)} returns the value of the \"\\%eval\" property of \\spad{op} if it has one,{} and \"failed\" otherwise.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| |#1|)) "\\spad{evaluate(op, foo)} attaches foo as the \"\\%eval\" property of \\spad{op}. If \\spad{op} has an \"\\%eval\" property \\spad{f},{} then applying \\spad{op} to a returns the result of \\spad{f(a)}. Argument \\spad{op} must be unary.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| (|List| |#1|))) "\\spad{evaluate(op, foo)} attaches foo as the \"\\%eval\" property of \\spad{op}. If \\spad{op} has an \"\\%eval\" property \\spad{f},{} then applying \\spad{op} to \\spad{(a1,...,an)} returns the result of \\spad{f(a1,...,an)}.") (((|Union| |#1| "failed") (|BasicOperator|) (|List| |#1|)) "\\spad{evaluate(op, [a1,...,an])} checks if \\spad{op} has an \"\\%eval\" property \\spad{f}. If it has,{} then \\spad{f(a1,...,an)} is returned,{} and \"failed\" otherwise.")))
NIL
NIL
-(-117 -1610 UP)
+(-117 -4346 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
(-118 |p|)
((|constructor| (NIL "Stream-based implementation of Zp: \\spad{p}-adic numbers are represented as sum(\\spad{i} = 0..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in -(\\spad{p} - 1)\\spad{/2},{}...,{}(\\spad{p} - 1)\\spad{/2}.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-119 |p|)
((|constructor| (NIL "Stream-based implementation of Qp: numbers are represented as sum(\\spad{i} = \\spad{k}..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in -(\\spad{p} - 1)\\spad{/2},{}...,{}(\\spad{p} - 1)\\spad{/2}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-118 |#1|) (QUOTE (-939))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| (-118 |#1|) (QUOTE (-147))) (|HasCategory| (-118 |#1|) (QUOTE (-149))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-118 |#1|) (QUOTE (-1051))) (|HasCategory| (-118 |#1|) (QUOTE (-842))) (|HasCategory| (-118 |#1|) (QUOTE (-871))) (-2191 (|HasCategory| (-118 |#1|) (QUOTE (-842))) (|HasCategory| (-118 |#1|) (QUOTE (-871)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-118 |#1|) (QUOTE (-1183))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| (-118 |#1|) (QUOTE (-239))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-118 |#1|) (QUOTE (-240))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -528) (QUOTE (-1208)) (|%list| (QUOTE -118) (|devaluate| |#1|)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -321) (|%list| (QUOTE -118) (|devaluate| |#1|)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -298) (|%list| (QUOTE -118) (|devaluate| |#1|)) (|%list| (QUOTE -118) (|devaluate| |#1|)))) (|HasCategory| (-118 |#1|) (QUOTE (-319))) (|HasCategory| (-118 |#1|) (QUOTE (-559))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-118 |#1|) (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-118 |#1|) (QUOTE (-939)))) (|HasCategory| (-118 |#1|) (QUOTE (-147)))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-118 |#1|) (QUOTE (-940))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| (-118 |#1|) (QUOTE (-147))) (|HasCategory| (-118 |#1|) (QUOTE (-149))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-118 |#1|) (QUOTE (-1052))) (|HasCategory| (-118 |#1|) (QUOTE (-844))) (|HasCategory| (-118 |#1|) (QUOTE (-872))) (-2309 (|HasCategory| (-118 |#1|) (QUOTE (-844))) (|HasCategory| (-118 |#1|) (QUOTE (-872)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-118 |#1|) (QUOTE (-1184))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| (-118 |#1|) (QUOTE (-239))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-118 |#1|) (QUOTE (-240))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -528) (QUOTE (-1209)) (|%list| (QUOTE -118) (|devaluate| |#1|)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -321) (|%list| (QUOTE -118) (|devaluate| |#1|)))) (|HasCategory| (-118 |#1|) (|%list| (QUOTE -298) (|%list| (QUOTE -118) (|devaluate| |#1|)) (|%list| (QUOTE -118) (|devaluate| |#1|)))) (|HasCategory| (-118 |#1|) (QUOTE (-319))) (|HasCategory| (-118 |#1|) (QUOTE (-559))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-118 |#1|) (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-118 |#1|) (QUOTE (-940)))) (|HasCategory| (-118 |#1|) (QUOTE (-147)))))
(-120 A S)
((|constructor| (NIL "A binary-recursive aggregate has 0,{} 1 or 2 children and serves as a model for a binary tree or a doubly-linked aggregate structure")) (|setright!| (($ $ $) "\\spad{setright!(a,x)} sets the right child of \\spad{t} to be \\spad{x}.")) (|setleft!| (($ $ $) "\\spad{setleft!(a,b)} sets the left child of \\axiom{a} to be \\spad{b}.")) (|setelt| (($ $ "right" $) "\\spad{setelt(a,\"right\",b)} (also written \\axiom{\\spad{b} . right := \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,\"left\",b)} (also written \\axiom{a . left := \\spad{b}}) is equivalent to \\axiom{setleft!(a,{}\\spad{b})}.")) (|right| (($ $) "\\spad{right(a)} returns the right child.")) (|elt| (($ $ "right") "\\spad{elt(a,\"right\")} (also written: \\axiom{a . right}) is equivalent to \\axiom{right(a)}.") (($ $ "left") "\\spad{elt(u,\"left\")} (also written: \\axiom{a . left}) is equivalent to \\axiom{left(a)}.")) (|left| (($ $) "\\spad{left(u)} returns the left child.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4510)))
+((|HasAttribute| |#1| (QUOTE -4511)))
(-121 S)
((|constructor| (NIL "A binary-recursive aggregate has 0,{} 1 or 2 children and serves as a model for a binary tree or a doubly-linked aggregate structure")) (|setright!| (($ $ $) "\\spad{setright!(a,x)} sets the right child of \\spad{t} to be \\spad{x}.")) (|setleft!| (($ $ $) "\\spad{setleft!(a,b)} sets the left child of \\axiom{a} to be \\spad{b}.")) (|setelt| (($ $ "right" $) "\\spad{setelt(a,\"right\",b)} (also written \\axiom{\\spad{b} . right := \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,\"left\",b)} (also written \\axiom{a . left := \\spad{b}}) is equivalent to \\axiom{setleft!(a,{}\\spad{b})}.")) (|right| (($ $) "\\spad{right(a)} returns the right child.")) (|elt| (($ $ "right") "\\spad{elt(a,\"right\")} (also written: \\axiom{a . right}) is equivalent to \\axiom{right(a)}.") (($ $ "left") "\\spad{elt(u,\"left\")} (also written: \\axiom{a . left}) is equivalent to \\axiom{left(a)}.")) (|left| (($ $) "\\spad{left(u)} returns the left child.")))
NIL
@@ -422,15 +422,15 @@ NIL
NIL
(-123 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")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-124 S)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")))
NIL
NIL
(-125)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
(-126 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")))
@@ -438,24 +438,24 @@ NIL
NIL
(-127 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")))
-((-4509 . T) (-4510 . T))
+((-4510 . T) (-4511 . T))
NIL
(-128 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.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-129 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.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-130)
((|constructor| (NIL "Byte is the datatype of 8-bit sized unsigned integer values.")) (|sample| (($) "\\spad{sample} gives a sample datum of type Byte.")) (|bitior| (($ $ $) "bitor(\\spad{x},{}\\spad{y}) returns the bitwise `inclusive or' of `x' and `y'.")) (|bitand| (($ $ $) "\\spad{bitand(x,y)} returns the bitwise `and' of `x' and `y'.")) (|byte| (($ (|NonNegativeInteger|)) "\\spad{byte(x)} injects the unsigned integer value `v' into the Byte algebra. `v' must be non-negative and less than 256.")))
NIL
NIL
(-131)
((|constructor| (NIL "ByteBuffer provides datatype for buffers of bytes. This domain differs from PrimitiveArray Byte in that it is not as rigid as PrimitiveArray Byte. That is,{} the typical use of ByteBuffer is to pre-allocate a vector of Byte of some capacity `n'. The array can then store up to `n' bytes. The actual interesting bytes count (the length of the buffer) is therefore different from the capacity. The length is no more than the capacity,{} but it can be set dynamically as needed. This functionality is used for example when reading bytes from input/output devices where we use buffers to transfer data in and out of the system. Note: a value of type ByteBuffer is 0-based indexed,{} as opposed \\indented{6}{Vector,{} but not unlike PrimitiveArray Byte.}")) (|finiteAggregate| ((|attribute|) "A ByteBuffer object is a finite aggregate")) (|setLength!| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{setLength!(buf,n)} sets the number of active bytes in the `buf'. Error if `n' is more than the capacity.")) (|capacity| (((|NonNegativeInteger|) $) "\\spad{capacity(buf)} returns the pre-allocated maximum size of `buf'.")) (|byteBuffer| (($ (|NonNegativeInteger|)) "\\spad{byteBuffer(n)} creates a buffer of capacity \\spad{n},{} and length 0.")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| (-130) (QUOTE (-871))) (|HasCategory| (-130) (|%list| (QUOTE -321) (QUOTE (-130))))) (-12 (|HasCategory| (-130) (QUOTE (-1132))) (|HasCategory| (-130) (|%list| (QUOTE -321) (QUOTE (-130)))))) (-2191 (-12 (|HasCategory| (-130) (QUOTE (-1132))) (|HasCategory| (-130) (|%list| (QUOTE -321) (QUOTE (-130))))) (|HasCategory| (-130) (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-130) (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| (-130) (QUOTE (-871))) (|HasCategory| (-130) (QUOTE (-1132)))) (|HasCategory| (-130) (QUOTE (-871))) (-2191 (|HasCategory| (-130) (QUOTE (-102))) (|HasCategory| (-130) (QUOTE (-871))) (|HasCategory| (-130) (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| (-130) (QUOTE (-1132))) (|HasCategory| (-130) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-130) (QUOTE (-102))) (-12 (|HasCategory| (-130) (QUOTE (-1132))) (|HasCategory| (-130) (|%list| (QUOTE -321) (QUOTE (-130))))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| (-130) (QUOTE (-872))) (|HasCategory| (-130) (|%list| (QUOTE -321) (QUOTE (-130))))) (-12 (|HasCategory| (-130) (QUOTE (-1133))) (|HasCategory| (-130) (|%list| (QUOTE -321) (QUOTE (-130)))))) (-2309 (-12 (|HasCategory| (-130) (QUOTE (-1133))) (|HasCategory| (-130) (|%list| (QUOTE -321) (QUOTE (-130))))) (|HasCategory| (-130) (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-130) (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| (-130) (QUOTE (-872))) (|HasCategory| (-130) (QUOTE (-1133)))) (|HasCategory| (-130) (QUOTE (-872))) (-2309 (|HasCategory| (-130) (QUOTE (-102))) (|HasCategory| (-130) (QUOTE (-872))) (|HasCategory| (-130) (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| (-130) (QUOTE (-1133))) (|HasCategory| (-130) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-130) (QUOTE (-102))) (-12 (|HasCategory| (-130) (QUOTE (-1133))) (|HasCategory| (-130) (|%list| (QUOTE -321) (QUOTE (-130))))))
(-132)
((|constructor| (NIL "This datatype describes byte order of machine values stored memory.")) (|unknownEndian| (($) "\\spad{unknownEndian} for none of the above.")) (|bigEndian| (($) "\\spad{bigEndian} describes big endian host")) (|littleEndian| (($) "\\spad{littleEndian} describes little endian host")))
NIL
@@ -474,13 +474,13 @@ NIL
NIL
(-136)
((|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.")))
-(((-4511 "*") . T))
+(((-4512 "*") . T))
NIL
-(-137 |minix| -4350 R)
+(-137 |minix| -3061 R)
((|constructor| (NIL "CartesianTensor(minix,{}dim,{}\\spad{R}) provides Cartesian tensors with components belonging to a commutative ring \\spad{R}. These tensors can have any number of indices. Each index takes values from \\spad{minix} to \\spad{minix + dim - 1}.")) (|sample| (($) "\\spad{sample()} returns an object of type \\%.")) (|unravel| (($ (|List| |#3|)) "\\spad{unravel(t)} produces a tensor from a list of components such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|ravel| (((|List| |#3|) $) "\\spad{ravel(t)} produces a list of components from a tensor such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|leviCivitaSymbol| (($) "\\spad{leviCivitaSymbol()} is the rank \\spad{dim} tensor defined by \\spad{leviCivitaSymbol()(i1,...idim) = +1/0/-1} if \\spad{i1,...,idim} is an even/is nota /is an odd permutation of \\spad{minix,...,minix+dim-1}.")) (|kroneckerDelta| (($) "\\spad{kroneckerDelta()} is the rank 2 tensor defined by \\indented{3}{\\spad{kroneckerDelta()(i,j)}} \\indented{6}{\\spad{= 1\\space{2}if i = j}} \\indented{6}{\\spad{= 0 if\\space{2}i \\~= j}}")) (|reindex| (($ $ (|List| (|Integer|))) "\\spad{reindex(t,[i1,...,idim])} permutes the indices of \\spad{t}. For example,{} if \\spad{r = reindex(t, [4,1,2,3])} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank for tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(l,i,j,k)}.}")) (|transpose| (($ $ (|Integer|) (|Integer|)) "\\spad{transpose(t,i,j)} exchanges the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices of \\spad{t}. For example,{} if \\spad{r = transpose(t,2,3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(i,k,j,l)}.}") (($ $) "\\spad{transpose(t)} exchanges the first and last indices of \\spad{t}. For example,{} if \\spad{r = transpose(t)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(l,j,k,i)}.}")) (|contract| (($ $ (|Integer|) (|Integer|)) "\\spad{contract(t,i,j)} is the contraction of tensor \\spad{t} which sums along the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices. For example,{} if \\spad{r = contract(t,1,3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 2 \\spad{(= 4 - 2)} tensor given by \\indented{4}{\\spad{r(i,j) = sum(h=1..dim,t(h,i,h,j))}.}") (($ $ (|Integer|) $ (|Integer|)) "\\spad{contract(t,i,s,j)} is the inner product of tenors \\spad{s} and \\spad{t} which sums along the \\spad{k1}\\spad{-}th index of \\spad{t} and the \\spad{k2}\\spad{-}th index of \\spad{s}. For example,{} if \\spad{r = contract(s,2,t,1)} for rank 3 tensors rank 3 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is the rank 4 \\spad{(= 3 + 3 - 2)} tensor given by \\indented{4}{\\spad{r(i,j,k,l) = sum(h=1..dim,s(i,h,j)*t(h,k,l))}.}")) (* (($ $ $) "\\spad{s*t} is the inner product of the tensors \\spad{s} and \\spad{t} which contracts the last index of \\spad{s} with the first index of \\spad{t},{} \\spadignore{i.e.} \\indented{4}{\\spad{t*s = contract(t,rank t, s, 1)}} \\indented{4}{\\spad{t*s = sum(k=1..N, t[i1,..,iN,k]*s[k,j1,..,jM])}} This is compatible with the use of \\spad{M*v} to denote the matrix-vector inner product.")) (|product| (($ $ $) "\\spad{product(s,t)} is the outer product of the tensors \\spad{s} and \\spad{t}. For example,{} if \\spad{r = product(s,t)} for rank 2 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is a rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = s(i,j)*t(k,l)}.}")) (|elt| ((|#3| $ (|List| (|Integer|))) "\\spad{elt(t,[i1,...,iN])} gives a component of a rank \\spad{N} tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,i,j,k,l)} gives a component of a rank 4 tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,i,j,k)} gives a component of a rank 3 tensor.") ((|#3| $ (|Integer|) (|Integer|)) "\\spad{elt(t,i,j)} gives a component of a rank 2 tensor.") ((|#3| $) "\\spad{elt(t)} gives the component of a rank 0 tensor.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(t)} returns the tensorial rank of \\spad{t} (that is,{} the number of indices). This is the same as the graded module degree.")) (|coerce| (($ (|List| $)) "\\spad{coerce([t_1,...,t_dim])} allows tensors to be constructed using lists.") (($ (|List| |#3|)) "\\spad{coerce([r_1,...,r_dim])} allows tensors to be constructed using lists.") (($ (|SquareMatrix| |#2| |#3|)) "\\spad{coerce(m)} views a matrix as a rank 2 tensor.") (($ (|DirectProduct| |#2| |#3|)) "\\spad{coerce(v)} views a vector as a rank 1 tensor.")))
NIL
NIL
-(-138 |minix| -4350 S T$)
+(-138 |minix| -3061 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
@@ -502,8 +502,8 @@ NIL
NIL
(-143)
((|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}.")))
-((-4509 . T) (-4499 . T) (-4510 . T))
-((-2191 (-12 (|HasCategory| (-146) (QUOTE (-381))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))) (-12 (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (|HasCategory| (-146) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-146) (QUOTE (-381))) (|HasCategory| (-146) (QUOTE (-871))) (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-146) (QUOTE (-102))) (-12 (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))))
+((-4510 . T) (-4500 . T) (-4511 . T))
+((-2309 (-12 (|HasCategory| (-146) (QUOTE (-381))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))) (-12 (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (|HasCategory| (-146) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-146) (QUOTE (-381))) (|HasCategory| (-146) (QUOTE (-872))) (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-146) (QUOTE (-102))) (-12 (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))))
(-144 R Q A)
((|constructor| (NIL "CommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator([q1,...,qn])} returns \\spad{[[p1,...,pn], d]} such that \\spad{qi = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}'s.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator([q1,...,qn])} returns \\spad{[p1,...,pn]} such that \\spad{qi = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}'s.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator([q1,...,qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}qn.")))
NIL
@@ -518,7 +518,7 @@ NIL
NIL
(-147)
((|constructor| (NIL "Rings of Characteristic Non Zero")) (|charthRoot| (((|Maybe| $) $) "\\spad{charthRoot(x)} returns the \\spad{p}th root of \\spad{x} where \\spad{p} is the characteristic of the ring.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-148 R)
((|constructor| (NIL "This package provides a characteristicPolynomial function for any matrix over a commutative ring.")) (|characteristicPolynomial| ((|#1| (|Matrix| |#1|) |#1|) "\\spad{characteristicPolynomial(m,r)} computes the characteristic polynomial of the matrix \\spad{m} evaluated at the point \\spad{r}. In particular,{} if \\spad{r} is the polynomial 'x,{} then it returns the characteristic polynomial expressed as a polynomial in 'x.")))
@@ -526,9 +526,9 @@ NIL
NIL
(-149)
((|constructor| (NIL "Rings of Characteristic Zero.")))
-((-4506 . T))
+((-4507 . T))
NIL
-(-150 -1610 UP UPUP)
+(-150 -4346 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
@@ -539,14 +539,14 @@ NIL
(-152 A S)
((|constructor| (NIL "A collection is a homogeneous aggregate which can built from list of members. The operation used to build the aggregate is generically named \\spadfun{construct}. However,{} each collection provides its own special function with the same name as the data type,{} except with an initial lower case letter,{} \\spadignore{e.g.} \\spadfun{list} for \\spadtype{List},{} \\spadfun{flexibleArray} for \\spadtype{FlexibleArray},{} and so on.")) (|removeDuplicates| (($ $) "\\spad{removeDuplicates(u)} returns a copy of \\spad{u} with all duplicates removed.")) (|select| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select(p,u)} returns a copy of \\spad{u} containing only those elements such \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{select(\\spad{p},{}\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})]}.")) (|remove| (($ |#2| $) "\\spad{remove(x,u)} returns a copy of \\spad{u} with all elements \\axiom{\\spad{y} = \\spad{x}} removed. Note: \\axiom{remove(\\spad{y},{}\\spad{c}) == [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} ~= \\spad{y}]}.") (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove(p,u)} returns a copy of \\spad{u} removing all elements \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{remove(\\spad{p},{}\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|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 -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasAttribute| |#1| (QUOTE -4509)))
+((|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasAttribute| |#1| (QUOTE -4510)))
(-153 S)
((|constructor| (NIL "A collection is a homogeneous aggregate which can built from list of members. The operation used to build the aggregate is generically named \\spadfun{construct}. However,{} each collection provides its own special function with the same name as the data type,{} except with an initial lower case letter,{} \\spadignore{e.g.} \\spadfun{list} for \\spadtype{List},{} \\spadfun{flexibleArray} for \\spadtype{FlexibleArray},{} and so on.")) (|removeDuplicates| (($ $) "\\spad{removeDuplicates(u)} returns a copy of \\spad{u} with all duplicates removed.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(p,u)} returns a copy of \\spad{u} containing only those elements such \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{select(\\spad{p},{}\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})]}.")) (|remove| (($ |#1| $) "\\spad{remove(x,u)} returns a copy of \\spad{u} with all elements \\axiom{\\spad{y} = \\spad{x}} removed. Note: \\axiom{remove(\\spad{y},{}\\spad{c}) == [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} ~= \\spad{y}]}.") (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove(p,u)} returns a copy of \\spad{u} removing all elements \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{remove(\\spad{p},{}\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) "\\spad{reduce(f,u,x,z)} reduces the binary operation \\spad{f} across \\spad{u},{} stopping when an \"absorbing element\" \\spad{z} is encountered. As for \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})},{} \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})} when \\spad{u} contains no element \\spad{z}. Thus the third argument \\spad{x} is returned when \\spad{u} is empty.") ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) "\\spad{reduce(f,u,x)} reduces the binary operation \\spad{f} across \\spad{u},{} where \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u})} if \\spad{u} has 2 or more elements. Returns \\axiom{\\spad{f}(\\spad{x},{}\\spad{y})} if \\spad{u} has one element \\spad{y},{} \\spad{x} if \\spad{u} is empty. For example,{} \\axiom{reduce(+,{}\\spad{u},{}0)} returns the sum of the elements of \\spad{u}.") ((|#1| (|Mapping| |#1| |#1| |#1|) $) "\\spad{reduce(f,u)} reduces the binary operation \\spad{f} across \\spad{u}. For example,{} if \\spad{u} is \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]} then \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\axiom{\\spad{f}(..\\spad{f}(\\spad{f}(\\spad{x},{}\\spad{y}),{}...),{}\\spad{z})}. Note: if \\spad{u} has one element \\spad{x},{} \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\spad{x}. Error: if \\spad{u} is empty.")) (|find| (((|Union| |#1| "failed") (|Mapping| (|Boolean|) |#1|) $) "\\spad{find(p,u)} returns the first \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \"failed\" otherwise.")) (|construct| (($ (|List| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y},{}...,{}\\spad{z})} returns the collection of elements \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}} ordered as given. Equivalently written as \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]\\$\\spad{D}},{} where \\spad{D} is the domain. \\spad{D} may be omitted for those of type List.")))
NIL
NIL
(-154 |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.")))
-((-4504 . T) (-4503 . T) (-4506 . T))
+((-4505 . T) (-4504 . T) (-4507 . T))
NIL
(-155)
((|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.")))
@@ -568,7 +568,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
-(-160 R -1610)
+(-160 R -4346)
((|constructor| (NIL "Provides combinatorial functions over an integral domain.")) (|ipow| ((|#2| (|List| |#2|)) "\\spad{ipow(l)} should be local but conditional.")) (|iidprod| ((|#2| (|List| |#2|)) "\\spad{iidprod(l)} should be local but conditional.")) (|iidsum| ((|#2| (|List| |#2|)) "\\spad{iidsum(l)} should be local but conditional.")) (|iipow| ((|#2| (|List| |#2|)) "\\spad{iipow(l)} should be local but conditional.")) (|iiperm| ((|#2| (|List| |#2|)) "\\spad{iiperm(l)} should be local but conditional.")) (|iibinom| ((|#2| (|List| |#2|)) "\\spad{iibinom(l)} should be local but conditional.")) (|iifact| ((|#2| |#2|) "\\spad{iifact(x)} should be local but conditional.")) (|product| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{product(f(n), n = a..b)} returns \\spad{f}(a) * ... * \\spad{f}(\\spad{b}) as a formal product.") ((|#2| |#2| (|Symbol|)) "\\spad{product(f(n), n)} returns the formal product \\spad{P}(\\spad{n}) which verifies \\spad{P}(\\spad{n+1})/P(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|summation| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{summation(f(n), n = a..b)} returns \\spad{f}(a) + ... + \\spad{f}(\\spad{b}) as a formal sum.") ((|#2| |#2| (|Symbol|)) "\\spad{summation(f(n), n)} returns the formal sum \\spad{S}(\\spad{n}) which verifies \\spad{S}(\\spad{n+1}) - \\spad{S}(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|factorials| ((|#2| |#2| (|Symbol|)) "\\spad{factorials(f, x)} rewrites the permutations and binomials in \\spad{f} involving \\spad{x} in terms of factorials.") ((|#2| |#2|) "\\spad{factorials(f)} rewrites the permutations and binomials in \\spad{f} in terms of factorials.")) (|factorial| ((|#2| |#2|) "\\spad{factorial(n)} returns the factorial of \\spad{n},{} \\spadignore{i.e.} n!.")) (|permutation| ((|#2| |#2| |#2|) "\\spad{permutation(n, r)} returns the number of permutations of \\spad{n} objects taken \\spad{r} at a time,{} \\spadignore{i.e.} n!/(\\spad{n}-\\spad{r})!.")) (|binomial| ((|#2| |#2| |#2|) "\\spad{binomial(n, r)} returns the number of subsets of \\spad{r} objects taken among \\spad{n} objects,{} \\spadignore{i.e.} n!/(r! * (\\spad{n}-\\spad{r})!).")) (** ((|#2| |#2| |#2|) "\\spad{a ** b} is the formal exponential a**b.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\spad{F}; error if \\spad{op} is not a combinatorial operator.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} is \\spad{true} if \\spad{op} is a combinatorial operator.")))
NIL
NIL
@@ -599,10 +599,10 @@ NIL
(-167 S R)
((|constructor| (NIL "This category represents the extension of a ring by a square root of \\spad{-1}.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(x)} returns \\spad{x} as a rational number,{} or \"failed\" if \\spad{x} is not a rational number.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(x)} returns \\spad{x} as a rational number. Error: if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(x)} tests if \\spad{x} is a rational number.")) (|polarCoordinates| (((|Record| (|:| |r| |#2|) (|:| |phi| |#2|)) $) "\\spad{polarCoordinates(x)} returns (\\spad{r},{} phi) such that \\spad{x} = \\spad{r} * exp(\\%\\spad{i} * phi).")) (|argument| ((|#2| $) "\\spad{argument(x)} returns the angle made by (0,{}1) and (0,{}\\spad{x}).")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x} = sqrt(norm(\\spad{x})).")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(x, r)} returns the exact quotient of \\spad{x} by \\spad{r},{} or \"failed\" if \\spad{r} does not divide \\spad{x} exactly.")) (|norm| ((|#2| $) "\\spad{norm(x)} returns \\spad{x} * conjugate(\\spad{x})")) (|real| ((|#2| $) "\\spad{real(x)} returns real part of \\spad{x}.")) (|imag| ((|#2| $) "\\spad{imag(x)} returns imaginary part of \\spad{x}.")) (|conjugate| (($ $) "\\spad{conjugate(x + \\%i y)} returns \\spad{x} - \\%\\spad{i} \\spad{y}.")) (|imaginary| (($) "\\spad{imaginary()} = sqrt(\\spad{-1}) = \\%\\spad{i}.")) (|complex| (($ |#2| |#2|) "\\spad{complex(x,y)} constructs \\spad{x} + \\%i*y.") ((|attribute|) "indicates that \\% has sqrt(\\spad{-1})")))
NIL
-((|HasCategory| |#2| (QUOTE (-939))) (|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (QUOTE (-1033))) (|HasCategory| |#2| (QUOTE (-1234))) (|HasCategory| |#2| (QUOTE (-1091))) (|HasCategory| |#2| (QUOTE (-1051))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4505)) (|HasAttribute| |#2| (QUOTE -4508)) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-571))))
+((|HasCategory| |#2| (QUOTE (-940))) (|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (QUOTE (-1034))) (|HasCategory| |#2| (QUOTE (-1235))) (|HasCategory| |#2| (QUOTE (-1092))) (|HasCategory| |#2| (QUOTE (-1052))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4506)) (|HasAttribute| |#2| (QUOTE -4509)) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-571))))
(-168 R)
((|constructor| (NIL "This category represents the extension of a ring by a square root of \\spad{-1}.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(x)} returns \\spad{x} as a rational number,{} or \"failed\" if \\spad{x} is not a rational number.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(x)} returns \\spad{x} as a rational number. Error: if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(x)} tests if \\spad{x} is a rational number.")) (|polarCoordinates| (((|Record| (|:| |r| |#1|) (|:| |phi| |#1|)) $) "\\spad{polarCoordinates(x)} returns (\\spad{r},{} phi) such that \\spad{x} = \\spad{r} * exp(\\%\\spad{i} * phi).")) (|argument| ((|#1| $) "\\spad{argument(x)} returns the angle made by (0,{}1) and (0,{}\\spad{x}).")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x} = sqrt(norm(\\spad{x})).")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(x, r)} returns the exact quotient of \\spad{x} by \\spad{r},{} or \"failed\" if \\spad{r} does not divide \\spad{x} exactly.")) (|norm| ((|#1| $) "\\spad{norm(x)} returns \\spad{x} * conjugate(\\spad{x})")) (|real| ((|#1| $) "\\spad{real(x)} returns real part of \\spad{x}.")) (|imag| ((|#1| $) "\\spad{imag(x)} returns imaginary part of \\spad{x}.")) (|conjugate| (($ $) "\\spad{conjugate(x + \\%i y)} returns \\spad{x} - \\%\\spad{i} \\spad{y}.")) (|imaginary| (($) "\\spad{imaginary()} = sqrt(\\spad{-1}) = \\%\\spad{i}.")) (|complex| (($ |#1| |#1|) "\\spad{complex(x,y)} constructs \\spad{x} + \\%i*y.") ((|attribute|) "indicates that \\% has sqrt(\\spad{-1})")))
-((-4502 -2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4505 |has| |#1| (-6 -4505)) (-4508 |has| |#1| (-6 -4508)) (-2953 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 -2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4506 |has| |#1| (-6 -4506)) (-4509 |has| |#1| (-6 -4509)) (-4437 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-169 RR PR)
((|constructor| (NIL "\\indented{1}{Author:} Date Created: Date Last Updated: Basic Functions: Related Constructors: Complex,{} UnivariatePolynomial Also See: AMS Classifications: Keywords: complex,{} polynomial factorization,{} factor References:")) (|factor| (((|Factored| |#2|) |#2|) "\\spad{factor(p)} factorizes the polynomial \\spad{p} with complex coefficients.")))
@@ -614,8 +614,8 @@ NIL
NIL
(-171 R)
((|constructor| (NIL "\\spadtype {Complex(R)} creates the domain of elements of the form \\spad{a + b * i} where \\spad{a} and \\spad{b} come from the ring \\spad{R},{} and \\spad{i} is a new element such that \\spad{i**2 = -1}.")))
-((-4502 -2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4505 |has| |#1| (-6 -4505)) (-4508 |has| |#1| (-6 -4508)) (-2953 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-363))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381))) (-2191 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-363)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-939))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-939)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-939)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-939))))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (QUOTE (-1033))) (|HasCategory| |#1| (QUOTE (-1234)))) (|HasCategory| |#1| (QUOTE (-1234))) (|HasCategory| |#1| (QUOTE (-1051))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-843))) (|HasCategory| |#1| (QUOTE (-1091))) (-12 (|HasCategory| |#1| (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-1234)))) (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-939))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-376)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-239)))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-240))) (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasAttribute| |#1| (QUOTE -4505)) (|HasAttribute| |#1| (QUOTE -4508)) (-12 (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208))))) (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-363)))))
+((-4503 -2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4506 |has| |#1| (-6 -4506)) (-4509 |has| |#1| (-6 -4509)) (-4437 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-363))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381))) (-2309 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-363)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-940))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-940)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-940)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-940))))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-1235)))) (|HasCategory| |#1| (QUOTE (-1235))) (|HasCategory| |#1| (QUOTE (-1052))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-845))) (|HasCategory| |#1| (QUOTE (-1092))) (-12 (|HasCategory| |#1| (QUOTE (-1092))) (|HasCategory| |#1| (QUOTE (-1235)))) (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-940))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-376)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-239)))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-240))) (-12 (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasAttribute| |#1| (QUOTE -4506)) (|HasAttribute| |#1| (QUOTE -4509)) (-12 (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209))))) (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-363)))))
(-172 R S)
((|constructor| (NIL "This package extends maps from underlying rings to maps between complex over those rings.")) (|map| (((|Complex| |#2|) (|Mapping| |#2| |#1|) (|Complex| |#1|)) "\\spad{map(f,u)} maps \\spad{f} onto real and imaginary parts of \\spad{u}.")))
NIL
@@ -630,7 +630,7 @@ NIL
NIL
(-175)
((|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.")))
-(((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-176)
((|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.")))
@@ -638,7 +638,7 @@ NIL
NIL
(-177 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}.")))
-(((-4511 "*") . T) (-4502 . T) (-4507 . T) (-4501 . T) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") . T) (-4503 . T) (-4508 . T) (-4502 . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-178)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Contour' a list of bindings making up a `virtual scope'.")) (|findBinding| (((|Maybe| (|Binding|)) (|Identifier|) $) "\\spad{findBinding(c,n)} returns the first binding associated with `n'. Otherwise `nothing.")) (|push| (($ (|Binding|) $) "\\spad{push(c,b)} augments the contour with binding `b'.")) (|bindings| (((|List| (|Binding|)) $) "\\spad{bindings(c)} returns the list of bindings in countour \\spad{c}.")))
@@ -655,7 +655,7 @@ NIL
(-181 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| (-975 |#2|) (|%list| (QUOTE -911) (|devaluate| |#1|))))
+((|HasCategory| (-976 |#2|) (|%list| (QUOTE -912) (|devaluate| |#1|))))
(-182 R)
((|constructor| (NIL "This package \\undocumented{}")) (|multiEuclideanTree| (((|List| |#1|) (|List| |#1|) |#1|) "\\spad{multiEuclideanTree(l,r)} \\undocumented{}")) (|chineseRemainder| (((|List| |#1|) (|List| (|List| |#1|)) (|List| |#1|)) "\\spad{chineseRemainder(llv,lm)} returns a list of values,{} each of which corresponds to the Chinese remainder of the associated element of \\axiom{\\spad{llv}} and axiom{\\spad{lm}}. This is more efficient than applying chineseRemainder several times.") ((|#1| (|List| |#1|) (|List| |#1|)) "\\spad{chineseRemainder(lv,lm)} returns a value \\axiom{\\spad{v}} such that,{} if \\spad{x} is \\axiom{\\spad{lv}.\\spad{i}} modulo \\axiom{\\spad{lm}.\\spad{i}} for all \\axiom{\\spad{i}},{} then \\spad{x} is \\axiom{\\spad{v}} modulo \\axiom{\\spad{lm}(1)*lm(2)*...*lm(\\spad{n})}.")) (|modTree| (((|List| |#1|) |#1| (|List| |#1|)) "\\spad{modTree(r,l)} \\undocumented{}")))
NIL
@@ -692,7 +692,7 @@ NIL
((|constructor| (NIL "This domain enumerates the three kinds of constructors available in OpenAxiom: category constructors,{} domain constructors,{} and package constructors.")) (|package| (($) "`package' is the kind of package constructors.")) (|domain| (($) "`domain' is the kind of domain constructors")) (|category| (($) "`category' is the kind of category constructors")))
NIL
NIL
-(-191 R -1610)
+(-191 R -4346)
((|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
@@ -804,23 +804,23 @@ NIL
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: July 2,{} 2010 Date Last Modified: July 2,{} 2010 Descrption: \\indented{2}{Representation of a dual vector space basis,{} given by symbols.}")) (|dual| (($ (|LinearBasis| |#1|)) "\\spad{dual x} constructs the dual vector of a linear element which is part of a basis.")))
NIL
NIL
-(-219 -1610 UP UPUP R)
+(-219 -4346 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
-(-220 -1610 FP)
+(-220 -4346 FP)
((|constructor| (NIL "Package for the factorization of a univariate polynomial with coefficients in a finite field. The algorithm used is the \"distinct degree\" algorithm of Cantor-Zassenhaus,{} modified to use trace instead of the norm and a table for computing Frobenius as suggested by Naudin and Quitte .")) (|irreducible?| (((|Boolean|) |#2|) "\\spad{irreducible?(p)} tests whether the polynomial \\spad{p} is irreducible.")) (|tracePowMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{tracePowMod(u,k,v)} produces the sum of \\spad{u**(q**i)} for \\spad{i} running and q= size \\spad{F}")) (|trace2PowMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{trace2PowMod(u,k,v)} produces the sum of \\spad{u**(2**i)} for \\spad{i} running from 1 to \\spad{k} all computed modulo the polynomial \\spad{v}.")) (|exptMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{exptMod(u,k,v)} raises the polynomial \\spad{u} to the \\spad{k}th power modulo the polynomial \\spad{v}.")) (|separateFactors| (((|List| |#2|) (|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |prod| |#2|)))) "\\spad{separateFactors(lfact)} takes the list produced by \\spadfunFrom{separateDegrees}{DistinctDegreeFactorization} and produces the complete list of factors.")) (|separateDegrees| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |prod| |#2|))) |#2|) "\\spad{separateDegrees(p)} splits the square free polynomial \\spad{p} into factors each of which is a product of irreducibles of the same degree.")) (|distdfact| (((|Record| (|:| |cont| |#1|) (|:| |factors| (|List| (|Record| (|:| |irr| |#2|) (|:| |pow| (|Integer|)))))) |#2| (|Boolean|)) "\\spad{distdfact(p,sqfrflag)} produces the complete factorization of the polynomial \\spad{p} returning an internal data structure. If argument \\spad{sqfrflag} is \\spad{true},{} the polynomial is assumed square free.")) (|factorSquareFree| (((|Factored| |#2|) |#2|) "\\spad{factorSquareFree(p)} produces the complete factorization of the square free polynomial \\spad{p}.")) (|factor| (((|Factored| |#2|) |#2|) "\\spad{factor(p)} produces the complete factorization of the polynomial \\spad{p}.")))
NIL
NIL
(-221)
((|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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-560) (QUOTE (-939))) (|HasCategory| (-560) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| (-560) (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-149))) (|HasCategory| (-560) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-1051))) (|HasCategory| (-560) (QUOTE (-842))) (|HasCategory| (-560) (QUOTE (-871))) (-2191 (|HasCategory| (-560) (QUOTE (-842))) (|HasCategory| (-560) (QUOTE (-871)))) (|HasCategory| (-560) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-1183))) (|HasCategory| (-560) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| (-560) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| (-560) (QUOTE (-239))) (|HasCategory| (-560) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-560) (QUOTE (-240))) (|HasCategory| (-560) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-560) (|%list| (QUOTE -528) (QUOTE (-1208)) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -321) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -298) (QUOTE (-560)) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-319))) (|HasCategory| (-560) (QUOTE (-559))) (|HasCategory| (-560) (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-939)))) (|HasCategory| (-560) (QUOTE (-147)))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-560) (QUOTE (-940))) (|HasCategory| (-560) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| (-560) (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-149))) (|HasCategory| (-560) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-1052))) (|HasCategory| (-560) (QUOTE (-844))) (|HasCategory| (-560) (QUOTE (-872))) (-2309 (|HasCategory| (-560) (QUOTE (-844))) (|HasCategory| (-560) (QUOTE (-872)))) (|HasCategory| (-560) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-1184))) (|HasCategory| (-560) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| (-560) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| (-560) (QUOTE (-239))) (|HasCategory| (-560) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-560) (QUOTE (-240))) (|HasCategory| (-560) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-560) (|%list| (QUOTE -528) (QUOTE (-1209)) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -321) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -298) (QUOTE (-560)) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-319))) (|HasCategory| (-560) (QUOTE (-559))) (|HasCategory| (-560) (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-940)))) (|HasCategory| (-560) (QUOTE (-147)))))
(-222)
((|constructor| (NIL "This domain represents the syntax of a definition.")) (|body| (((|SpadAst|) $) "\\spad{body(d)} returns the right hand side of the definition `d'.")) (|signature| (((|Signature|) $) "\\spad{signature(d)} returns the signature of the operation being defined. Note that this list may be partial in that it contains only the types actually specified in the definition.")) (|head| (((|HeadAst|) $) "\\spad{head(d)} returns the head of the definition `d'. This is a list of identifiers starting with the name of the operation followed by the name of the parameters,{} if any.")))
NIL
NIL
-(-223 R -1610)
+(-223 R -4346)
((|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
@@ -834,19 +834,19 @@ NIL
NIL
(-226 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}.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-227 |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}.")))
-((-4506 . T))
+((-4507 . T))
NIL
-(-228 R -1610)
+(-228 R -4346)
((|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
(-229)
((|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}.")))
-((-2941 . T) (-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4430 . T) (-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-230)
((|constructor| (NIL "This package provides special functions for double precision real and complex floating point.")) (|hypergeometric0F1| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{hypergeometric0F1(c,z)} is the hypergeometric function \\spad{0F1(; c; z)}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{hypergeometric0F1(c,z)} is the hypergeometric function \\spad{0F1(; c; z)}.")) (|airyBi| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Bi''(x) - x * Bi(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Bi''(x) - x * Bi(x) = 0}.}")) (|airyAi| (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Ai''(x) - x * Ai(x) = 0}.}") (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Ai''(x) - x * Ai(x) = 0}.}")) (|besselK| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselK(v,x)} is the modified Bessel function of the first kind,{} \\spad{K(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,x) = \\%pi/2*(I(-v,x) - I(v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselK(v,x)} is the modified Bessel function of the first kind,{} \\spad{K(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,x) = \\%pi/2*(I(-v,x) - I(v,x))/sin(v*\\%pi)}.} so is not valid for integer values of \\spad{v}.")) (|besselI| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselI(v,x)} is the modified Bessel function of the first kind,{} \\spad{I(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselI(v,x)} is the modified Bessel function of the first kind,{} \\spad{I(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}")) (|besselY| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselY(v,x)} is the Bessel function of the second kind,{} \\spad{Y(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,x) = (J(v,x) cos(v*\\%pi) - J(-v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselY(v,x)} is the Bessel function of the second kind,{} \\spad{Y(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,x) = (J(v,x) cos(v*\\%pi) - J(-v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.")) (|besselJ| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselJ(v,x)} is the Bessel function of the first kind,{} \\spad{J(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselJ(v,x)} is the Bessel function of the first kind,{} \\spad{J(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}")) (|polygamma| (((|Complex| (|DoubleFloat|)) (|NonNegativeInteger|) (|Complex| (|DoubleFloat|))) "\\spad{polygamma(n, x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.") (((|DoubleFloat|) (|NonNegativeInteger|) (|DoubleFloat|)) "\\spad{polygamma(n, x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.")) (|digamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}")) (|logGamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.")) (|Beta| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Beta(x, y)} is the Euler beta function,{} \\spad{B(x,y)},{} defined by \\indented{2}{\\spad{Beta(x,y) = integrate(t^(x-1)*(1-t)^(y-1), t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{Beta(x, y)} is the Euler beta function,{} \\spad{B(x,y)},{} defined by \\indented{2}{\\spad{Beta(x,y) = integrate(t^(x-1)*(1-t)^(y-1), t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}")) (|Gamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t), t=0..\\%infinity)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t), t=0..\\%infinity)}.}")))
@@ -854,19 +854,19 @@ NIL
NIL
(-231 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}")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-571))) (|HasAttribute| |#1| (QUOTE (-4511 "*"))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-571))) (|HasAttribute| |#1| (QUOTE (-4512 "*"))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-232 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
(-233 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.")))
-((-4510 . T))
+((-4511 . T))
NIL
(-234 R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-235 S T$)
((|constructor| (NIL "This category captures the interface of domains with a distinguished operation named \\spad{differentiate}. Usually,{} additional properties are wanted. For example,{} that it obeys the usual Leibniz identity of differentiation of product,{} in case of differential rings. One could also want \\spad{differentiate} to obey the chain rule when considering differential manifolds. The lack of specific requirement in this category is an implicit admission that currently \\Language{} is not expressive enough to express the most general notion of differentiation in an adequate manner,{} suitable for computational purposes.")) (D ((|#2| $) "\\spad{D x} is a shorthand for \\spad{differentiate x}")) (|differentiate| ((|#2| $) "\\spad{differentiate x} compute the derivative of \\spad{x}.")))
@@ -878,7 +878,7 @@ NIL
NIL
(-237 R)
((|constructor| (NIL "An \\spad{R}-module equipped with a distinguised differential operator. If \\spad{R} is a differential ring,{} then differentiation on the module should extend differentiation on the differential ring \\spad{R}. The latter can be the null operator. In that case,{} the differentiation operator on the module is just an \\spad{R}-linear operator. For that reason,{} we do not require that the ring \\spad{R} be a DifferentialRing; \\blankline")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
(-238 S)
((|constructor| (NIL "This category is like \\spadtype{DifferentialDomain} where the target of the differentiation operator is the same as its source.")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x, n)} returns the \\spad{n}\\spad{-}th derivative of \\spad{x}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,n)} returns the \\spad{n}\\spad{-}th derivative of \\spad{x}.")))
@@ -890,33 +890,33 @@ NIL
NIL
(-240)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")))
-((-4506 . T))
+((-4507 . T))
NIL
(-241 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 -4509)))
+((|HasAttribute| |#1| (QUOTE -4510)))
(-242 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}.")))
-((-4510 . T))
+((-4511 . T))
NIL
(-243)
((|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
-(-244 S -4350 R)
+(-244 S -3061 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (|dot| ((|#3| $ $) "\\spad{dot(x,y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#3|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
NIL
-((|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (QUOTE (-871))) (|HasAttribute| |#3| (QUOTE -4506)) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (QUOTE (-1132))))
-(-245 -4350 R)
+((|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (QUOTE (-872))) (|HasAttribute| |#3| (QUOTE -4507)) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (QUOTE (-1133))))
+(-245 -3061 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (|dot| ((|#2| $ $) "\\spad{dot(x,y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#2|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
-((-4503 |has| |#2| (-1080)) (-4504 |has| |#2| (-1080)) (-4506 |has| |#2| (-6 -4506)) (-4509 . T))
+((-4504 |has| |#2| (-1081)) (-4505 |has| |#2| (-1081)) (-4507 |has| |#2| (-6 -4507)) (-4510 . T))
NIL
-(-246 -4350 R)
+(-246 -3061 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.")))
-((-4503 |has| |#2| (-1080)) (-4504 |has| |#2| (-1080)) (-4506 |has| |#2| (-6 -4506)) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#2| (QUOTE (-376))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (-2191 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871)))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-381))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080))))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (|HasCategory| |#2| (QUOTE (-240))) (-2191 (|HasCategory| |#2| (QUOTE (-240))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1080))))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (|HasCategory| |#2| (QUOTE (-1132))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-381)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-815)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-871)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1080))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-871))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208))))) (-2191 (|HasCategory| |#2| (QUOTE (-1080))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132)))) (|HasAttribute| |#2| (QUOTE -4506)) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))))
-(-247 -4350 A B)
+((-4504 |has| |#2| (-1081)) (-4505 |has| |#2| (-1081)) (-4507 |has| |#2| (-6 -4507)) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#2| (QUOTE (-376))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (-2309 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872)))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-381))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081))))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (|HasCategory| |#2| (QUOTE (-240))) (-2309 (|HasCategory| |#2| (QUOTE (-240))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1081))))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (|HasCategory| |#2| (QUOTE (-1133))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-381)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-872)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1081))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-872))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209))))) (-2309 (|HasCategory| |#2| (QUOTE (-1081))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133)))) (|HasAttribute| |#2| (QUOTE -4507)) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))))
+(-247 -3061 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
@@ -930,7 +930,7 @@ NIL
NIL
(-250)
((|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}.")))
-((-4502 . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-251 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.")))
@@ -938,20 +938,20 @@ NIL
NIL
(-252 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}")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-253 M)
((|constructor| (NIL "DiscreteLogarithmPackage implements help functions for discrete logarithms in monoids using small cyclic groups.")) (|shanksDiscLogAlgorithm| (((|Union| (|NonNegativeInteger|) "failed") |#1| |#1| (|NonNegativeInteger|)) "\\spad{shanksDiscLogAlgorithm(b,a,p)} computes \\spad{s} with \\spad{b**s = a} for assuming that \\spad{a} and \\spad{b} are elements in a 'small' cyclic group of order \\spad{p} by Shank's algorithm. Note: this is a subroutine of the function \\spadfun{discreteLog}.")) (** ((|#1| |#1| (|Integer|)) "\\spad{x ** n} returns \\spad{x} raised to the integer power \\spad{n}")))
NIL
NIL
(-254 R)
((|constructor| (NIL "Category of modules that extend differential rings. \\blankline")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
(-255 |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")))
-(((-4511 "*") |has| |#2| (-175)) (-4502 |has| |#2| (-571)) (-4507 |has| |#2| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-939))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4507)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-147)))))
+(((-4512 "*") |has| |#2| (-175)) (-4503 |has| |#2| (-571)) (-4508 |has| |#2| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-940))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4508)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-147)))))
(-256)
((|showSummary| (((|Void|) $) "\\spad{showSummary(d)} prints out implementation detail information of domain `d'.")) (|reflect| (($ (|ConstructorCall| (|DomainConstructor|))) "\\spad{reflect cc} returns the domain object designated by the ConstructorCall syntax `cc'. The constructor implied by `cc' must be known to the system since it is instantiated.")) (|reify| (((|ConstructorCall| (|DomainConstructor|)) $) "\\spad{reify(d)} returns the abstract syntax for the domain `x'.")) (|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Create: October 18,{} 2007. Date Last Updated: December 20,{} 2008. Basic Operations: coerce,{} reify Related Constructors: Type,{} Syntax,{} OutputForm Also See: Type,{} ConstructorCall") (((|DomainConstructor|) $) "\\spad{constructor(d)} returns the domain constructor that is instantiated to the domain object `d'.")))
NIL
@@ -966,23 +966,23 @@ NIL
NIL
(-259 |n| R M S)
((|constructor| (NIL "This constructor provides a direct product type with a left matrix-module view.")))
-((-4506 -2191 (-1383 (|has| |#4| (-1080)) (|has| |#4| (-240))) (|has| |#4| (-6 -4506)) (-1383 (|has| |#4| (-1080)) (|has| |#4| (-927 (-1208))))) (-4503 |has| |#4| (-1080)) (-4504 |has| |#4| (-1080)) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-748))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-815))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-871))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1080))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|))) (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (|HasCategory| |#4| (QUOTE (-376))) (-2191 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (QUOTE (-1080)))) (-2191 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (QUOTE (-376)))) (|HasCategory| |#4| (QUOTE (-1080))) (|HasCategory| |#4| (QUOTE (-748))) (|HasCategory| |#4| (QUOTE (-815))) (-2191 (|HasCategory| |#4| (QUOTE (-815))) (|HasCategory| |#4| (QUOTE (-871)))) (|HasCategory| |#4| (QUOTE (-871))) (|HasCategory| |#4| (QUOTE (-381))) (-2191 (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-175)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-240)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-376)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-1080))))) (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (QUOTE (-1080)))) (|HasCategory| |#4| (QUOTE (-240))) (-2191 (|HasCategory| |#4| (QUOTE (-240))) (-12 (|HasCategory| |#4| (QUOTE (-239))) (|HasCategory| |#4| (QUOTE (-1080))))) (-2191 (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-12 (|HasCategory| |#4| (QUOTE (-1080))) (|HasCategory| |#4| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (|HasCategory| |#4| (QUOTE (-1132))) (-2191 (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-21)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-175)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-240)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-376)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-381)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-748)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-815)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-871)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-1080)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-1132))))) (-2191 (-12 (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-748))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-815))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-871))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-1080))) (-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-748))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-815))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-871))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-1080))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-871))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-1080)))) (-2191 (-12 (|HasCategory| |#4| (QUOTE (-1080))) (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#4| (QUOTE (-1080))) (|HasCategory| |#4| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (QUOTE (-1080)))) (-12 (|HasCategory| |#4| (QUOTE (-239))) (|HasCategory| |#4| (QUOTE (-1080))))) (-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-2191 (|HasCategory| |#4| (QUOTE (-1080))) (-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-1132)))) (-2191 (|HasAttribute| |#4| (QUOTE -4506)) (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (QUOTE (-1080)))) (-12 (|HasCategory| |#4| (QUOTE (-1080))) (|HasCategory| |#4| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (-12 (|HasCategory| |#4| (QUOTE (-239))) (|HasCategory| |#4| (QUOTE (-1080)))) (-12 (|HasCategory| |#4| (QUOTE (-1080))) (|HasCategory| |#4| (|%list| (QUOTE -929) (QUOTE (-1208))))) (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-23))) (|HasCategory| |#4| (QUOTE (-133))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#4| (QUOTE (-102))) (-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))))
+((-4507 -2309 (-2925 (|has| |#4| (-1081)) (|has| |#4| (-240))) (|has| |#4| (-6 -4507)) (-2925 (|has| |#4| (-1081)) (|has| |#4| (-928 (-1209))))) (-4504 |has| |#4| (-1081)) (-4505 |has| |#4| (-1081)) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-748))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-817))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-872))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1081))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|))) (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (|HasCategory| |#4| (QUOTE (-376))) (-2309 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (QUOTE (-1081)))) (-2309 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (QUOTE (-376)))) (|HasCategory| |#4| (QUOTE (-1081))) (|HasCategory| |#4| (QUOTE (-748))) (|HasCategory| |#4| (QUOTE (-817))) (-2309 (|HasCategory| |#4| (QUOTE (-817))) (|HasCategory| |#4| (QUOTE (-872)))) (|HasCategory| |#4| (QUOTE (-872))) (|HasCategory| |#4| (QUOTE (-381))) (-2309 (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-175)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-240)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-376)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-1081))))) (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (QUOTE (-1081)))) (|HasCategory| |#4| (QUOTE (-240))) (-2309 (|HasCategory| |#4| (QUOTE (-240))) (-12 (|HasCategory| |#4| (QUOTE (-239))) (|HasCategory| |#4| (QUOTE (-1081))))) (-2309 (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-12 (|HasCategory| |#4| (QUOTE (-1081))) (|HasCategory| |#4| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (|HasCategory| |#4| (QUOTE (-1133))) (-2309 (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-21)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-175)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-240)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-376)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-381)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-748)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-817)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-872)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-1081)))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-1133))))) (-2309 (-12 (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-748))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-817))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-872))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-1081))) (-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-748))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-817))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-872))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-1081))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-872))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#4| (QUOTE (-1081)))) (-2309 (-12 (|HasCategory| |#4| (QUOTE (-1081))) (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#4| (QUOTE (-1081))) (|HasCategory| |#4| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (QUOTE (-1081)))) (-12 (|HasCategory| |#4| (QUOTE (-239))) (|HasCategory| |#4| (QUOTE (-1081))))) (-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-2309 (|HasCategory| |#4| (QUOTE (-1081))) (-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-12 (|HasCategory| |#4| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (QUOTE (-1133)))) (-2309 (|HasAttribute| |#4| (QUOTE -4507)) (-12 (|HasCategory| |#4| (QUOTE (-240))) (|HasCategory| |#4| (QUOTE (-1081)))) (-12 (|HasCategory| |#4| (QUOTE (-1081))) (|HasCategory| |#4| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (-12 (|HasCategory| |#4| (QUOTE (-239))) (|HasCategory| |#4| (QUOTE (-1081)))) (-12 (|HasCategory| |#4| (QUOTE (-1081))) (|HasCategory| |#4| (|%list| (QUOTE -930) (QUOTE (-1209))))) (|HasCategory| |#4| (QUOTE (-175))) (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-23))) (|HasCategory| |#4| (QUOTE (-133))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#4| (QUOTE (-102))) (-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))))
(-260 |n| R S)
((|constructor| (NIL "This constructor provides a direct product of \\spad{R}-modules with an \\spad{R}-module view.")))
-((-4506 -2191 (-1383 (|has| |#3| (-1080)) (|has| |#3| (-240))) (|has| |#3| (-6 -4506)) (-1383 (|has| |#3| (-1080)) (|has| |#3| (-927 (-1208))))) (-4503 |has| |#3| (-1080)) (-4504 |has| |#3| (-1080)) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (|HasCategory| |#3| (QUOTE (-376))) (-2191 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1080)))) (-2191 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376)))) (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-815))) (-2191 (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (QUOTE (-871)))) (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (QUOTE (-381))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-175)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-240)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-376)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1080))))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1080)))) (|HasCategory| |#3| (QUOTE (-240))) (-2191 (|HasCategory| |#3| (QUOTE (-240))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1080))))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (|HasCategory| |#3| (QUOTE (-1132))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-21)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-175)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-240)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-376)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-381)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-748)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-815)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-871)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1132))))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1080))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-871))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1080)))) (-2191 (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1080))))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-2191 (|HasCategory| |#3| (QUOTE (-1080))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1132)))) (-2191 (|HasAttribute| |#3| (QUOTE -4506)) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -929) (QUOTE (-1208))))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#3| (QUOTE (-102))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))))
+((-4507 -2309 (-2925 (|has| |#3| (-1081)) (|has| |#3| (-240))) (|has| |#3| (-6 -4507)) (-2925 (|has| |#3| (-1081)) (|has| |#3| (-928 (-1209))))) (-4504 |has| |#3| (-1081)) (-4505 |has| |#3| (-1081)) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (|HasCategory| |#3| (QUOTE (-376))) (-2309 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1081)))) (-2309 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376)))) (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-817))) (-2309 (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (QUOTE (-872)))) (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (QUOTE (-381))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-175)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-240)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-376)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1081))))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1081)))) (|HasCategory| |#3| (QUOTE (-240))) (-2309 (|HasCategory| |#3| (QUOTE (-240))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1081))))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (|HasCategory| |#3| (QUOTE (-1133))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-21)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-175)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-240)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-376)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-381)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-748)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-817)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-872)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1133))))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1081))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-872))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1081)))) (-2309 (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1081))))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-2309 (|HasCategory| |#3| (QUOTE (-1081))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1133)))) (-2309 (|HasAttribute| |#3| (QUOTE -4507)) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -930) (QUOTE (-1209))))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#3| (QUOTE (-102))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))))
(-261 A R S V E)
((|constructor| (NIL "\\spadtype{DifferentialPolynomialCategory} is a category constructor specifying basic functions in an ordinary differential polynomial ring with a given ordered set of differential indeterminates. In addition,{} it implements defaults for the basic functions. The functions \\spadfun{order} and \\spadfun{weight} are extended from the set of derivatives of differential indeterminates to the set of differential polynomials. Other operations provided on differential polynomials are \\spadfun{leader},{} \\spadfun{initial},{} \\spadfun{separant},{} \\spadfun{differentialVariables},{} and \\spadfun{isobaric?}. Furthermore,{} if the ground ring is a differential ring,{} then evaluation (substitution of differential indeterminates by elements of the ground ring or by differential polynomials) is provided by \\spadfun{eval}. A convenient way of referencing derivatives is provided by the functions \\spadfun{makeVariable}. \\blankline To construct a domain using this constructor,{} one needs to provide a ground ring \\spad{R},{} an ordered set \\spad{S} of differential indeterminates,{} a ranking \\spad{V} on the set of derivatives of the differential indeterminates,{} and a set \\spad{E} of exponents in bijection with the set of differential monomials in the given differential indeterminates. \\blankline")) (|separant| (($ $) "\\spad{separant(p)} returns the partial derivative of the differential polynomial \\spad{p} with respect to its leader.")) (|initial| (($ $) "\\spad{initial(p)} returns the leading coefficient when the differential polynomial \\spad{p} is written as a univariate polynomial in its leader.")) (|leader| ((|#4| $) "\\spad{leader(p)} returns the derivative of the highest rank appearing in the differential polynomial \\spad{p} Note: an error occurs if \\spad{p} is in the ground ring.")) (|isobaric?| (((|Boolean|) $) "\\spad{isobaric?(p)} returns \\spad{true} if every differential monomial appearing in the differential polynomial \\spad{p} has same weight,{} and returns \\spad{false} otherwise.")) (|weight| (((|NonNegativeInteger|) $ |#3|) "\\spad{weight(p, s)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|NonNegativeInteger|) $) "\\spad{weight(p)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p}.")) (|weights| (((|List| (|NonNegativeInteger|)) $ |#3|) "\\spad{weights(p, s)} returns a list of weights of differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|List| (|NonNegativeInteger|)) $) "\\spad{weights(p)} returns a list of weights of differential monomials appearing in differential polynomial \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $ |#3|) "\\spad{degree(p, s)} returns the maximum degree of the differential polynomial \\spad{p} viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of the differential polynomial \\spad{p},{} which is the maximum number of differentiations of a differential indeterminate,{} among all those appearing in \\spad{p}.") (((|NonNegativeInteger|) $ |#3|) "\\spad{order(p,s)} returns the order of the differential polynomial \\spad{p} in differential indeterminate \\spad{s}.")) (|differentialVariables| (((|List| |#3|) $) "\\spad{differentialVariables(p)} returns a list of differential indeterminates occurring in a differential polynomial \\spad{p}.")) (|makeVariable| (((|Mapping| $ (|NonNegativeInteger|)) $) "\\spad{makeVariable(p)} views \\spad{p} as an element of a differential ring,{} in such a way that the \\spad{n}-th derivative of \\spad{p} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} := makeVariable(\\spad{p}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.") (((|Mapping| $ (|NonNegativeInteger|)) |#3|) "\\spad{makeVariable(s)} views \\spad{s} as a differential indeterminate,{} in such a way that the \\spad{n}-th derivative of \\spad{s} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} :=makeVariable(\\spad{s}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.")))
NIL
((|HasCategory| |#2| (QUOTE (-240))))
(-262 R S V E)
((|constructor| (NIL "\\spadtype{DifferentialPolynomialCategory} is a category constructor specifying basic functions in an ordinary differential polynomial ring with a given ordered set of differential indeterminates. In addition,{} it implements defaults for the basic functions. The functions \\spadfun{order} and \\spadfun{weight} are extended from the set of derivatives of differential indeterminates to the set of differential polynomials. Other operations provided on differential polynomials are \\spadfun{leader},{} \\spadfun{initial},{} \\spadfun{separant},{} \\spadfun{differentialVariables},{} and \\spadfun{isobaric?}. Furthermore,{} if the ground ring is a differential ring,{} then evaluation (substitution of differential indeterminates by elements of the ground ring or by differential polynomials) is provided by \\spadfun{eval}. A convenient way of referencing derivatives is provided by the functions \\spadfun{makeVariable}. \\blankline To construct a domain using this constructor,{} one needs to provide a ground ring \\spad{R},{} an ordered set \\spad{S} of differential indeterminates,{} a ranking \\spad{V} on the set of derivatives of the differential indeterminates,{} and a set \\spad{E} of exponents in bijection with the set of differential monomials in the given differential indeterminates. \\blankline")) (|separant| (($ $) "\\spad{separant(p)} returns the partial derivative of the differential polynomial \\spad{p} with respect to its leader.")) (|initial| (($ $) "\\spad{initial(p)} returns the leading coefficient when the differential polynomial \\spad{p} is written as a univariate polynomial in its leader.")) (|leader| ((|#3| $) "\\spad{leader(p)} returns the derivative of the highest rank appearing in the differential polynomial \\spad{p} Note: an error occurs if \\spad{p} is in the ground ring.")) (|isobaric?| (((|Boolean|) $) "\\spad{isobaric?(p)} returns \\spad{true} if every differential monomial appearing in the differential polynomial \\spad{p} has same weight,{} and returns \\spad{false} otherwise.")) (|weight| (((|NonNegativeInteger|) $ |#2|) "\\spad{weight(p, s)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|NonNegativeInteger|) $) "\\spad{weight(p)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p}.")) (|weights| (((|List| (|NonNegativeInteger|)) $ |#2|) "\\spad{weights(p, s)} returns a list of weights of differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|List| (|NonNegativeInteger|)) $) "\\spad{weights(p)} returns a list of weights of differential monomials appearing in differential polynomial \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $ |#2|) "\\spad{degree(p, s)} returns the maximum degree of the differential polynomial \\spad{p} viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of the differential polynomial \\spad{p},{} which is the maximum number of differentiations of a differential indeterminate,{} among all those appearing in \\spad{p}.") (((|NonNegativeInteger|) $ |#2|) "\\spad{order(p,s)} returns the order of the differential polynomial \\spad{p} in differential indeterminate \\spad{s}.")) (|differentialVariables| (((|List| |#2|) $) "\\spad{differentialVariables(p)} returns a list of differential indeterminates occurring in a differential polynomial \\spad{p}.")) (|makeVariable| (((|Mapping| $ (|NonNegativeInteger|)) $) "\\spad{makeVariable(p)} views \\spad{p} as an element of a differential ring,{} in such a way that the \\spad{n}-th derivative of \\spad{p} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} := makeVariable(\\spad{p}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.") (((|Mapping| $ (|NonNegativeInteger|)) |#2|) "\\spad{makeVariable(s)} views \\spad{s} as a differential indeterminate,{} in such a way that the \\spad{n}-th derivative of \\spad{s} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} :=makeVariable(\\spad{s}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
NIL
(-263 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}.")))
-((-4509 . T) (-4510 . T))
+((-4510 . T) (-4511 . T))
NIL
(-264 |Ex|)
((|constructor| (NIL "TopLevelDrawFunctions provides top level functions for drawing graphics of expressions.")) (|makeObject| (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSurface| |#1|) (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|))) "\\spad{makeObject(surface(f(u,v),g(u,v),h(u,v)),u = a..b,v = c..d)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{x = f(u,v)},{} \\spad{y = g(u,v)},{} \\spad{z = h(u,v)} as \\spad{u} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{v} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{h(t)} is the default title.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSurface| |#1|) (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(surface(f(u,v),g(u,v),h(u,v)),u = a..b,v = c..d,l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{x = f(u,v)},{} \\spad{y = g(u,v)},{} \\spad{z = h(u,v)} as \\spad{u} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{v} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{h(t)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) |#1| (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|))) "\\spad{makeObject(f(x,y),x = a..b,y = c..d)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of \\spad{z = f(x,y)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{y} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{f(x,y)} appears as the default title.") (((|ThreeSpace| (|DoubleFloat|)) |#1| (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(f(x,y),x = a..b,y = c..d,l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of \\spad{z = f(x,y)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{y} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{f(x,y)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSpaceCurve| |#1|) (|SegmentBinding| (|Float|))) "\\spad{makeObject(curve(f(t),g(t),h(t)),t = a..b)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{h(t)} is the default title.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSpaceCurve| |#1|) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(curve(f(t),g(t),h(t)),t = a..b,l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{h(t)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.")) (|draw| (((|ThreeDimensionalViewport|) (|ParametricSurface| |#1|) (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|))) "\\spad{draw(surface(f(u,v),g(u,v),h(u,v)),u = a..b,v = c..d)} draws the graph of the parametric surface \\spad{x = f(u,v)},{} \\spad{y = g(u,v)},{} \\spad{z = h(u,v)} as \\spad{u} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{v} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{h(t)} is the default title.") (((|ThreeDimensionalViewport|) (|ParametricSurface| |#1|) (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(surface(f(u,v),g(u,v),h(u,v)),u = a..b,v = c..d,l)} draws the graph of the parametric surface \\spad{x = f(u,v)},{} \\spad{y = g(u,v)},{} \\spad{z = h(u,v)} as \\spad{u} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{v} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{h(t)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) |#1| (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|))) "\\spad{draw(f(x,y),x = a..b,y = c..d)} draws the graph of \\spad{z = f(x,y)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{y} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{f(x,y)} appears in the title bar.") (((|ThreeDimensionalViewport|) |#1| (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f(x,y),x = a..b,y = c..d,l)} draws the graph of \\spad{z = f(x,y)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{y} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{f(x,y)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|ParametricSpaceCurve| |#1|) (|SegmentBinding| (|Float|))) "\\spad{draw(curve(f(t),g(t),h(t)),t = a..b)} draws the graph of the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{h(t)} is the default title.") (((|ThreeDimensionalViewport|) (|ParametricSpaceCurve| |#1|) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(curve(f(t),g(t),h(t)),t = a..b,l)} draws the graph of the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{h(t)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) (|ParametricPlaneCurve| |#1|) (|SegmentBinding| (|Float|))) "\\spad{draw(curve(f(t),g(t)),t = a..b)} draws the graph of the parametric curve \\spad{x = f(t), y = g(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{(f(t),g(t))} appears in the title bar.") (((|TwoDimensionalViewport|) (|ParametricPlaneCurve| |#1|) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(curve(f(t),g(t)),t = a..b,l)} draws the graph of the parametric curve \\spad{x = f(t), y = g(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{(f(t),g(t))} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) |#1| (|SegmentBinding| (|Float|))) "\\spad{draw(f(x),x = a..b)} draws the graph of \\spad{y = f(x)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{f(x)} appears in the title bar.") (((|TwoDimensionalViewport|) |#1| (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f(x),x = a..b,l)} draws the graph of \\spad{y = f(x)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{f(x)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.")))
@@ -1023,15 +1023,15 @@ NIL
(-273 S R)
((|constructor| (NIL "Extension of a base differential space with a derivation. \\blankline")) (D (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{D(x,d,n)} is a shorthand for \\spad{differentiate(x,d,n)}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{D(x,d)} is a shorthand for \\spad{differentiate(x,d)}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{differentiate(x,d,n)} computes the \\spad{n}\\spad{-}th derivative of \\spad{x} using a derivation extending \\spad{d} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x,d)} computes the derivative of \\spad{x},{} extending differentiation \\spad{d} on \\spad{R}.")))
NIL
-((|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-239))))
+((|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-239))))
(-274 R)
((|constructor| (NIL "Extension of a base differential space with a derivation. \\blankline")) (D (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{D(x,d,n)} is a shorthand for \\spad{differentiate(x,d,n)}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{D(x,d)} is a shorthand for \\spad{differentiate(x,d)}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{differentiate(x,d,n)} computes the \\spad{n}\\spad{-}th derivative of \\spad{x} using a derivation extending \\spad{d} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(x,d)} computes the derivative of \\spad{x},{} extending differentiation \\spad{d} on \\spad{R}.")))
NIL
NIL
(-275 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")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#3| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#3| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#3| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#3| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#3| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#3| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#3| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#3| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#3| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#3| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
(-276 A S)
((|constructor| (NIL "\\spadtype{DifferentialVariableCategory} constructs the set of derivatives of a given set of (ordinary) differential indeterminates. If \\spad{x},{}...,{}\\spad{y} is an ordered set of differential indeterminates,{} and the prime notation is used for differentiation,{} then the set of derivatives (including zero-th order) of the differential indeterminates is \\spad{x},{}\\spad{x'},{}\\spad{x''},{}...,{} \\spad{y},{}\\spad{y'},{}\\spad{y''},{}... (Note: in the interpreter,{} the \\spad{n}-th derivative of \\spad{y} is displayed as \\spad{y} with a subscript \\spad{n}.) This set is viewed as a set of algebraic indeterminates,{} totally ordered in a way compatible with differentiation and the given order on the differential indeterminates. Such a total order is called a ranking of the differential indeterminates. \\blankline A domain in this category is needed to construct a differential polynomial domain. Differential polynomials are ordered by a ranking on the derivatives,{} and by an order (extending the ranking) on on the set of differential monomials. One may thus associate a domain in this category with a ranking of the differential indeterminates,{} just as one associates a domain in the category \\spadtype{OrderedAbelianMonoidSup} with an ordering of the set of monomials in a set of algebraic indeterminates. The ranking is specified through the binary relation \\spadfun{<}. For example,{} one may define one derivative to be less than another by lexicographically comparing first the \\spadfun{order},{} then the given order of the differential indeterminates appearing in the derivatives. This is the default implementation. \\blankline The notion of weight generalizes that of degree. A polynomial domain may be made into a graded ring if a weight function is given on the set of indeterminates,{} Very often,{} a grading is the first step in ordering the set of monomials. For differential polynomial domains,{} this constructor provides a function \\spadfun{weight},{} which allows the assignment of a non-negative number to each derivative of a differential indeterminate. For example,{} one may define the weight of a derivative to be simply its \\spadfun{order} (this is the default assignment). This weight function can then be extended to the set of all differential polynomials,{} providing a graded ring structure.")) (|coerce| (($ |#2|) "\\spad{coerce(s)} returns \\spad{s},{} viewed as the zero-th order derivative of \\spad{s}.")) (|weight| (((|NonNegativeInteger|) $) "\\spad{weight(v)} returns the weight of the derivative \\spad{v}.")) (|variable| ((|#2| $) "\\spad{variable(v)} returns \\spad{s} if \\spad{v} is any derivative of the differential indeterminate \\spad{s}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(v)} returns \\spad{n} if \\spad{v} is the \\spad{n}-th derivative of any differential indeterminate.")) (|makeVariable| (($ |#2| (|NonNegativeInteger|)) "\\spad{makeVariable(s, n)} returns the \\spad{n}-th derivative of a differential indeterminate \\spad{s} as an algebraic indeterminate.")))
NIL
@@ -1076,11 +1076,11 @@ NIL
((|constructor| (NIL "A domain used in the construction of the exterior algebra on a set \\spad{X} over a ring \\spad{R}. This domain represents the set of all ordered subsets of the set \\spad{X},{} assumed to be in correspondance with {1,{}2,{}3,{} ...}. The ordered subsets are themselves ordered lexicographically and are in bijective correspondance with an ordered basis of the exterior algebra. In this domain we are dealing strictly with the exponents of basis elements which can only be 0 or 1. \\blankline The multiplicative identity element of the exterior algebra corresponds to the empty subset of \\spad{X}. A coerce from List Integer to an ordered basis element is provided to allow the convenient input of expressions. Another exported function forgets the ordered structure and simply returns the list corresponding to an ordered subset.")) (|Nul| (($ (|NonNegativeInteger|)) "\\spad{Nul()} gives the basis element 1 for the algebra generated by \\spad{n} generators.")) (|exponents| (((|List| (|Integer|)) $) "\\spad{exponents(x)} converts a domain element into a list of zeros and ones corresponding to the exponents in the basis element that \\spad{x} represents.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(x)} gives the numbers of 1's in \\spad{x},{} \\spadignore{i.e.} the number of non-zero exponents in the basis element that \\spad{x} represents.")) (|coerce| (($ (|List| (|Integer|))) "\\spad{coerce(l)} converts a list of 0's and 1's into a basis element,{} where 1 (respectively 0) designates that the variable of the corresponding index of \\spad{l} is (respectively,{} is not) present. Error: if an element of \\spad{l} is not 0 or 1.")))
NIL
NIL
-(-287 R -1610)
+(-287 R -4346)
((|constructor| (NIL "Provides elementary functions over an integral domain.")) (|localReal?| (((|Boolean|) |#2|) "\\spad{localReal?(x)} should be local but conditional")) (|specialTrigs| (((|Union| |#2| "failed") |#2| (|List| (|Record| (|:| |func| |#2|) (|:| |pole| (|Boolean|))))) "\\spad{specialTrigs(x,l)} should be local but conditional")) (|iiacsch| ((|#2| |#2|) "\\spad{iiacsch(x)} should be local but conditional")) (|iiasech| ((|#2| |#2|) "\\spad{iiasech(x)} should be local but conditional")) (|iiacoth| ((|#2| |#2|) "\\spad{iiacoth(x)} should be local but conditional")) (|iiatanh| ((|#2| |#2|) "\\spad{iiatanh(x)} should be local but conditional")) (|iiacosh| ((|#2| |#2|) "\\spad{iiacosh(x)} should be local but conditional")) (|iiasinh| ((|#2| |#2|) "\\spad{iiasinh(x)} should be local but conditional")) (|iicsch| ((|#2| |#2|) "\\spad{iicsch(x)} should be local but conditional")) (|iisech| ((|#2| |#2|) "\\spad{iisech(x)} should be local but conditional")) (|iicoth| ((|#2| |#2|) "\\spad{iicoth(x)} should be local but conditional")) (|iitanh| ((|#2| |#2|) "\\spad{iitanh(x)} should be local but conditional")) (|iicosh| ((|#2| |#2|) "\\spad{iicosh(x)} should be local but conditional")) (|iisinh| ((|#2| |#2|) "\\spad{iisinh(x)} should be local but conditional")) (|iiacsc| ((|#2| |#2|) "\\spad{iiacsc(x)} should be local but conditional")) (|iiasec| ((|#2| |#2|) "\\spad{iiasec(x)} should be local but conditional")) (|iiacot| ((|#2| |#2|) "\\spad{iiacot(x)} should be local but conditional")) (|iiatan| ((|#2| |#2|) "\\spad{iiatan(x)} should be local but conditional")) (|iiacos| ((|#2| |#2|) "\\spad{iiacos(x)} should be local but conditional")) (|iiasin| ((|#2| |#2|) "\\spad{iiasin(x)} should be local but conditional")) (|iicsc| ((|#2| |#2|) "\\spad{iicsc(x)} should be local but conditional")) (|iisec| ((|#2| |#2|) "\\spad{iisec(x)} should be local but conditional")) (|iicot| ((|#2| |#2|) "\\spad{iicot(x)} should be local but conditional")) (|iitan| ((|#2| |#2|) "\\spad{iitan(x)} should be local but conditional")) (|iicos| ((|#2| |#2|) "\\spad{iicos(x)} should be local but conditional")) (|iisin| ((|#2| |#2|) "\\spad{iisin(x)} should be local but conditional")) (|iilog| ((|#2| |#2|) "\\spad{iilog(x)} should be local but conditional")) (|iiexp| ((|#2| |#2|) "\\spad{iiexp(x)} should be local but conditional")) (|iisqrt3| ((|#2|) "\\spad{iisqrt3()} should be local but conditional")) (|iisqrt2| ((|#2|) "\\spad{iisqrt2()} should be local but conditional")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(p)} returns an elementary operator with the same symbol as \\spad{p}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(p)} returns \\spad{true} if operator \\spad{p} is elementary")) (|pi| ((|#2|) "\\spad{pi()} returns the \\spad{pi} operator")) (|acsch| ((|#2| |#2|) "\\spad{acsch(x)} applies the inverse hyperbolic cosecant operator to \\spad{x}")) (|asech| ((|#2| |#2|) "\\spad{asech(x)} applies the inverse hyperbolic secant operator to \\spad{x}")) (|acoth| ((|#2| |#2|) "\\spad{acoth(x)} applies the inverse hyperbolic cotangent operator to \\spad{x}")) (|atanh| ((|#2| |#2|) "\\spad{atanh(x)} applies the inverse hyperbolic tangent operator to \\spad{x}")) (|acosh| ((|#2| |#2|) "\\spad{acosh(x)} applies the inverse hyperbolic cosine operator to \\spad{x}")) (|asinh| ((|#2| |#2|) "\\spad{asinh(x)} applies the inverse hyperbolic sine operator to \\spad{x}")) (|csch| ((|#2| |#2|) "\\spad{csch(x)} applies the hyperbolic cosecant operator to \\spad{x}")) (|sech| ((|#2| |#2|) "\\spad{sech(x)} applies the hyperbolic secant operator to \\spad{x}")) (|coth| ((|#2| |#2|) "\\spad{coth(x)} applies the hyperbolic cotangent operator to \\spad{x}")) (|tanh| ((|#2| |#2|) "\\spad{tanh(x)} applies the hyperbolic tangent operator to \\spad{x}")) (|cosh| ((|#2| |#2|) "\\spad{cosh(x)} applies the hyperbolic cosine operator to \\spad{x}")) (|sinh| ((|#2| |#2|) "\\spad{sinh(x)} applies the hyperbolic sine operator to \\spad{x}")) (|acsc| ((|#2| |#2|) "\\spad{acsc(x)} applies the inverse cosecant operator to \\spad{x}")) (|asec| ((|#2| |#2|) "\\spad{asec(x)} applies the inverse secant operator to \\spad{x}")) (|acot| ((|#2| |#2|) "\\spad{acot(x)} applies the inverse cotangent operator to \\spad{x}")) (|atan| ((|#2| |#2|) "\\spad{atan(x)} applies the inverse tangent operator to \\spad{x}")) (|acos| ((|#2| |#2|) "\\spad{acos(x)} applies the inverse cosine operator to \\spad{x}")) (|asin| ((|#2| |#2|) "\\spad{asin(x)} applies the inverse sine operator to \\spad{x}")) (|csc| ((|#2| |#2|) "\\spad{csc(x)} applies the cosecant operator to \\spad{x}")) (|sec| ((|#2| |#2|) "\\spad{sec(x)} applies the secant operator to \\spad{x}")) (|cot| ((|#2| |#2|) "\\spad{cot(x)} applies the cotangent operator to \\spad{x}")) (|tan| ((|#2| |#2|) "\\spad{tan(x)} applies the tangent operator to \\spad{x}")) (|cos| ((|#2| |#2|) "\\spad{cos(x)} applies the cosine operator to \\spad{x}")) (|sin| ((|#2| |#2|) "\\spad{sin(x)} applies the sine operator to \\spad{x}")) (|log| ((|#2| |#2|) "\\spad{log(x)} applies the logarithm operator to \\spad{x}")) (|exp| ((|#2| |#2|) "\\spad{exp(x)} applies the exponential operator to \\spad{x}")))
NIL
NIL
-(-288 R -1610)
+(-288 R -4346)
((|constructor| (NIL "ElementaryFunctionStructurePackage provides functions to test the algebraic independence of various elementary functions,{} using the Risch structure theorem (real and complex versions). It also provides transformations on elementary functions which are not considered simplifications.")) (|tanQ| ((|#2| (|Fraction| (|Integer|)) |#2|) "\\spad{tanQ(q,a)} is a local function with a conditional implementation.")) (|rootNormalize| ((|#2| |#2| (|Kernel| |#2|)) "\\spad{rootNormalize(f, k)} returns \\spad{f} rewriting either \\spad{k} which must be an \\spad{n}th-root in terms of radicals already in \\spad{f},{} or some radicals in \\spad{f} in terms of \\spad{k}.")) (|validExponential| (((|Union| |#2| "failed") (|List| (|Kernel| |#2|)) |#2| (|Symbol|)) "\\spad{validExponential([k1,...,kn],f,x)} returns \\spad{g} if \\spad{exp(f)=g} and \\spad{g} involves only \\spad{k1...kn},{} and \"failed\" otherwise.")) (|realElementary| ((|#2| |#2| (|Symbol|)) "\\spad{realElementary(f,x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log, exp, tan, atan}.") ((|#2| |#2|) "\\spad{realElementary(f)} rewrites \\spad{f} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log, exp, tan, atan}.")) (|rischNormalize| (((|Record| (|:| |func| |#2|) (|:| |kers| (|List| (|Kernel| |#2|))) (|:| |vals| (|List| |#2|))) |#2| (|Symbol|)) "\\spad{rischNormalize(f, x)} returns \\spad{[g, [k1,...,kn], [h1,...,hn]]} such that \\spad{g = normalize(f, x)} and each \\spad{ki} was rewritten as \\spad{hi} during the normalization.")) (|normalize| ((|#2| |#2| (|Symbol|)) "\\spad{normalize(f, x)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{normalize(f)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels.")))
NIL
NIL
@@ -1103,10 +1103,10 @@ NIL
(-293 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 (-871))) (|HasCategory| |#2| (QUOTE (-1132))))
+((|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1133))))
(-294 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}.")))
-((-4510 . T))
+((-4511 . T))
NIL
(-295 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}.")))
@@ -1127,18 +1127,18 @@ NIL
(-299 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 -4510)))
+((|HasAttribute| |#1| (QUOTE -4511)))
(-300 |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
-(-301 S R |Mod| -4452 -4246 |exactQuo|)
+(-301 S R |Mod| -2533 -1762 |exactQuo|)
((|constructor| (NIL "These domains are used for the factorization and gcds of univariate polynomials over the integers in order to work modulo different primes. See \\spadtype{ModularRing},{} \\spadtype{ModularField}")) (|inv| (($ $) "\\spad{inv(x)} \\undocumented")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} \\undocumented")) (|exQuo| (((|Union| $ "failed") $ $) "\\spad{exQuo(x,y)} \\undocumented")) (|reduce| (($ |#2| |#3|) "\\spad{reduce(r,m)} \\undocumented")) (|coerce| ((|#2| $) "\\spad{coerce(x)} \\undocumented")) (|modulus| ((|#3| $) "\\spad{modulus(x)} \\undocumented")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-302)
((|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.")))
-((-4502 . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-303)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: March 18,{} 2010. An `Environment' is a stack of scope.")) (|categoryFrame| (($) "the current category environment in the interpreter.")) (|interactiveEnv| (($) "the current interactive environment in effect.")) (|currentEnv| (($) "the current normal environment in effect.")) (|putProperties| (($ (|Identifier|) (|List| (|Property|)) $) "\\spad{putProperties(n,props,e)} set the list of properties of \\spad{n} to \\spad{props} in \\spad{e}.")) (|getProperties| (((|List| (|Property|)) (|Identifier|) $) "\\spad{getBinding(n,e)} returns the list of properties of \\spad{n} in \\spad{e}.")) (|putProperty| (($ (|Identifier|) (|Identifier|) (|SExpression|) $) "\\spad{putProperty(n,p,v,e)} binds the property \\spad{(p,v)} to \\spad{n} in the topmost scope of \\spad{e}.")) (|getProperty| (((|Maybe| (|SExpression|)) (|Identifier|) (|Identifier|) $) "\\spad{getProperty(n,p,e)} returns the value of property with name \\spad{p} for the symbol \\spad{n} in environment \\spad{e}. Otherwise,{} \\spad{nothing}.")) (|scopes| (((|List| (|Scope|)) $) "\\spad{scopes(e)} returns the stack of scopes in environment \\spad{e}.")) (|empty| (($) "\\spad{empty()} constructs an empty environment")))
@@ -1150,16 +1150,16 @@ NIL
NIL
(-305 S)
((|constructor| (NIL "Equations as mathematical objects. All properties of the basis domain,{} \\spadignore{e.g.} being an abelian group are carried over the equation domain,{} by performing the structural operations on the left and on the right hand side.")) (|subst| (($ $ $) "\\spad{subst(eq1,eq2)} substitutes \\spad{eq2} into both sides of \\spad{eq1} the lhs of \\spad{eq2} should be a kernel")) (|inv| (($ $) "\\spad{inv(x)} returns the multiplicative inverse of \\spad{x}.")) (/ (($ $ $) "\\spad{e1/e2} produces a new equation by dividing the left and right hand sides of equations \\spad{e1} and \\spad{e2}.")) (|factorAndSplit| (((|List| $) $) "\\spad{factorAndSplit(eq)} make the right hand side 0 and factors the new left hand side. Each factor is equated to 0 and put into the resulting list without repetitions.")) (|rightOne| (((|Union| $ "failed") $) "\\spad{rightOne(eq)} divides by the right hand side.") (((|Union| $ "failed") $) "\\spad{rightOne(eq)} divides by the right hand side,{} if possible.")) (|leftOne| (((|Union| $ "failed") $) "\\spad{leftOne(eq)} divides by the left hand side.") (((|Union| $ "failed") $) "\\spad{leftOne(eq)} divides by the left hand side,{} if possible.")) (* (($ $ |#1|) "\\spad{eqn*x} produces a new equation by multiplying both sides of equation eqn by \\spad{x}.") (($ |#1| $) "\\spad{x*eqn} produces a new equation by multiplying both sides of equation eqn by \\spad{x}.")) (- (($ $ |#1|) "\\spad{eqn-x} produces a new equation by subtracting \\spad{x} from both sides of equation eqn.") (($ |#1| $) "\\spad{x-eqn} produces a new equation by subtracting both sides of equation eqn from \\spad{x}.")) (|rightZero| (($ $) "\\spad{rightZero(eq)} subtracts the right hand side.")) (|leftZero| (($ $) "\\spad{leftZero(eq)} subtracts the left hand side.")) (+ (($ $ |#1|) "\\spad{eqn+x} produces a new equation by adding \\spad{x} to both sides of equation eqn.") (($ |#1| $) "\\spad{x+eqn} produces a new equation by adding \\spad{x} to both sides of equation eqn.")) (|eval| (($ $ (|List| $)) "\\spad{eval(eqn, [x1=v1, ... xn=vn])} replaces \\spad{xi} by \\spad{vi} in equation \\spad{eqn}.") (($ $ $) "\\spad{eval(eqn, x=f)} replaces \\spad{x} by \\spad{f} in equation \\spad{eqn}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,eqn)} constructs a new equation by applying \\spad{f} to both sides of \\spad{eqn}.")) (|rhs| ((|#1| $) "\\spad{rhs(eqn)} returns the right hand side of equation \\spad{eqn}.")) (|lhs| ((|#1| $) "\\spad{lhs(eqn)} returns the left hand side of equation \\spad{eqn}.")) (|swap| (($ $) "\\spad{swap(eq)} interchanges left and right hand side of equation \\spad{eq}.")) (|equation| (($ |#1| |#1|) "\\spad{equation(a,b)} creates an equation.")) (= (($ |#1| |#1|) "\\spad{a=b} creates an equation.")))
-((-4506 -2191 (|has| |#1| (-1080)) (|has| |#1| (-487))) (-4503 |has| |#1| (-1080)) (-4504 |has| |#1| (-1080)))
-((|HasCategory| |#1| (QUOTE (-376))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-1080))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-748)))) (|HasCategory| |#1| (QUOTE (-487))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1080))) (|HasCategory| |#1| (QUOTE (-1143))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1143)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-310))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-487)))) (-2191 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-748)))) (-2191 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1143))) (|HasCategory| |#1| (QUOTE (-748))))
+((-4507 -2309 (|has| |#1| (-1081)) (|has| |#1| (-487))) (-4504 |has| |#1| (-1081)) (-4505 |has| |#1| (-1081)))
+((|HasCategory| |#1| (QUOTE (-376))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-748)))) (|HasCategory| |#1| (QUOTE (-487))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (QUOTE (-1144))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1144)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-310))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-487)))) (-2309 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-748)))) (-2309 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1144))) (|HasCategory| |#1| (QUOTE (-748))))
(-306 S R)
((|constructor| (NIL "This package provides operations for mapping the sides of equations.")) (|map| (((|Equation| |#2|) (|Mapping| |#2| |#1|) (|Equation| |#1|)) "\\spad{map(f,eq)} returns an equation where \\spad{f} is applied to the sides of \\spad{eq}")))
NIL
NIL
(-307 |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.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|)))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1132))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|)))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1133))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))))
(-308)
((|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
@@ -1167,16 +1167,16 @@ NIL
(-309 S)
((|constructor| (NIL "An expression space is a set which is closed under certain operators.")) (|odd?| (((|Boolean|) $) "\\spad{odd? x} is \\spad{true} if \\spad{x} is an odd integer.")) (|even?| (((|Boolean|) $) "\\spad{even? x} is \\spad{true} if \\spad{x} is an even integer.")) (|definingPolynomial| (($ $) "\\spad{definingPolynomial(x)} returns an expression \\spad{p} such that \\spad{p(x) = 0}.")) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{minPoly(k)} returns \\spad{p} such that \\spad{p(k) = 0}.")) (|eval| (($ $ (|BasicOperator|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.")) (|freeOf?| (((|Boolean|) $ (|Symbol|)) "\\spad{freeOf?(x, s)} tests if \\spad{x} does not contain any operator whose name is \\spad{s}.") (((|Boolean|) $ $) "\\spad{freeOf?(x, y)} tests if \\spad{x} does not contain any occurrence of \\spad{y},{} where \\spad{y} is a single kernel.")) (|map| (($ (|Mapping| $ $) (|Kernel| $)) "\\spad{map(f, k)} returns \\spad{op(f(x1),...,f(xn))} where \\spad{k = op(x1,...,xn)}.")) (|kernel| (($ (|BasicOperator|) (|List| $)) "\\spad{kernel(op, [f1,...,fn])} constructs \\spad{op(f1,...,fn)} without evaluating it.") (($ (|BasicOperator|) $) "\\spad{kernel(op, x)} constructs \\spad{op}(\\spad{x}) without evaluating it.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(x, s)} tests if \\spad{x} is a kernel and is the name of its operator is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(x, op)} tests if \\spad{x} is a kernel and is its operator is op.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} tests if \\% accepts \\spad{op} as applicable to its elements.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\%.")) (|operators| (((|List| (|BasicOperator|)) $) "\\spad{operators(f)} returns all the basic operators appearing in \\spad{f},{} no matter what their levels are.")) (|tower| (((|List| (|Kernel| $)) $) "\\spad{tower(f)} returns all the kernels appearing in \\spad{f},{} no matter what their levels are.")) (|kernels| (((|List| (|Kernel| $)) $) "\\spad{kernels(f)} returns the list of all the top-level kernels appearing in \\spad{f},{} but not the ones appearing in the arguments of the top-level kernels.")) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) "\\spad{mainKernel(f)} returns a kernel of \\spad{f} with maximum nesting level,{} or if \\spad{f} has no kernels (\\spadignore{i.e.} \\spad{f} is a constant).")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(f)} returns the highest nesting level appearing in \\spad{f}. Constants have height 0. Symbols have height 1. For any operator op and expressions \\spad{f1},{}...,{}fn,{} \\spad{op(f1,...,fn)} has height equal to \\spad{1 + max(height(f1),...,height(fn))}.")) (|distribute| (($ $ $) "\\spad{distribute(f, g)} expands all the kernels in \\spad{f} that contain \\spad{g} in their arguments and that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or a \\spadfunFrom{paren}{ExpressionSpace} expression.") (($ $) "\\spad{distribute(f)} expands all the kernels in \\spad{f} that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or \\spadfunFrom{paren}{ExpressionSpace} expression.")) (|paren| (($ (|List| $)) "\\spad{paren([f1,...,fn])} returns \\spad{(f1,...,fn)}. This prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(paren [x, 2])} returns the formal kernel \\spad{atan((x, 2))}.") (($ $) "\\spad{paren(f)} returns (\\spad{f}). This prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(paren 1)} returns the formal kernel log((1)).")) (|box| (($ (|List| $)) "\\spad{box([f1,...,fn])} returns \\spad{(f1,...,fn)} with a 'box' around them that prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(box [x, 2])} returns the formal kernel \\spad{atan(x, 2)}.") (($ $) "\\spad{box(f)} returns \\spad{f} with a 'box' around it that prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(box 1)} returns the formal kernel log(1).")) (|subst| (($ $ (|List| (|Kernel| $)) (|List| $)) "\\spad{subst(f, [k1...,kn], [g1,...,gn])} replaces the kernels \\spad{k1},{}...,{}kn by \\spad{g1},{}...,{}gn formally in \\spad{f}.") (($ $ (|List| (|Equation| $))) "\\spad{subst(f, [k1 = g1,...,kn = gn])} replaces the kernels \\spad{k1},{}...,{}kn by \\spad{g1},{}...,{}gn formally in \\spad{f}.") (($ $ (|Equation| $)) "\\spad{subst(f, k = g)} replaces the kernel \\spad{k} by \\spad{g} formally in \\spad{f}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,[x1,...,xn])} or \\spad{op}([\\spad{x1},{}...,{}xn]) applies the \\spad{n}-ary operator \\spad{op} to \\spad{x1},{}...,{}xn.") (($ (|BasicOperator|) $ $ $ $) "\\spad{elt(op,x,y,z,t)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z},{} \\spad{t}) applies the 4-ary operator \\spad{op} to \\spad{x},{} \\spad{y},{} \\spad{z} and \\spad{t}.") (($ (|BasicOperator|) $ $ $) "\\spad{elt(op,x,y,z)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z}) applies the ternary operator \\spad{op} to \\spad{x},{} \\spad{y} and \\spad{z}.") (($ (|BasicOperator|) $ $) "\\spad{elt(op,x,y)} or \\spad{op}(\\spad{x},{} \\spad{y}) applies the binary operator \\spad{op} to \\spad{x} and \\spad{y}.") (($ (|BasicOperator|) $) "\\spad{elt(op,x)} or \\spad{op}(\\spad{x}) applies the unary operator \\spad{op} to \\spad{x}.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1080))))
+((|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1081))))
(-310)
((|constructor| (NIL "An expression space is a set which is closed under certain operators.")) (|odd?| (((|Boolean|) $) "\\spad{odd? x} is \\spad{true} if \\spad{x} is an odd integer.")) (|even?| (((|Boolean|) $) "\\spad{even? x} is \\spad{true} if \\spad{x} is an even integer.")) (|definingPolynomial| (($ $) "\\spad{definingPolynomial(x)} returns an expression \\spad{p} such that \\spad{p(x) = 0}.")) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{minPoly(k)} returns \\spad{p} such that \\spad{p(k) = 0}.")) (|eval| (($ $ (|BasicOperator|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.")) (|freeOf?| (((|Boolean|) $ (|Symbol|)) "\\spad{freeOf?(x, s)} tests if \\spad{x} does not contain any operator whose name is \\spad{s}.") (((|Boolean|) $ $) "\\spad{freeOf?(x, y)} tests if \\spad{x} does not contain any occurrence of \\spad{y},{} where \\spad{y} is a single kernel.")) (|map| (($ (|Mapping| $ $) (|Kernel| $)) "\\spad{map(f, k)} returns \\spad{op(f(x1),...,f(xn))} where \\spad{k = op(x1,...,xn)}.")) (|kernel| (($ (|BasicOperator|) (|List| $)) "\\spad{kernel(op, [f1,...,fn])} constructs \\spad{op(f1,...,fn)} without evaluating it.") (($ (|BasicOperator|) $) "\\spad{kernel(op, x)} constructs \\spad{op}(\\spad{x}) without evaluating it.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(x, s)} tests if \\spad{x} is a kernel and is the name of its operator is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(x, op)} tests if \\spad{x} is a kernel and is its operator is op.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} tests if \\% accepts \\spad{op} as applicable to its elements.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\%.")) (|operators| (((|List| (|BasicOperator|)) $) "\\spad{operators(f)} returns all the basic operators appearing in \\spad{f},{} no matter what their levels are.")) (|tower| (((|List| (|Kernel| $)) $) "\\spad{tower(f)} returns all the kernels appearing in \\spad{f},{} no matter what their levels are.")) (|kernels| (((|List| (|Kernel| $)) $) "\\spad{kernels(f)} returns the list of all the top-level kernels appearing in \\spad{f},{} but not the ones appearing in the arguments of the top-level kernels.")) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) "\\spad{mainKernel(f)} returns a kernel of \\spad{f} with maximum nesting level,{} or if \\spad{f} has no kernels (\\spadignore{i.e.} \\spad{f} is a constant).")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(f)} returns the highest nesting level appearing in \\spad{f}. Constants have height 0. Symbols have height 1. For any operator op and expressions \\spad{f1},{}...,{}fn,{} \\spad{op(f1,...,fn)} has height equal to \\spad{1 + max(height(f1),...,height(fn))}.")) (|distribute| (($ $ $) "\\spad{distribute(f, g)} expands all the kernels in \\spad{f} that contain \\spad{g} in their arguments and that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or a \\spadfunFrom{paren}{ExpressionSpace} expression.") (($ $) "\\spad{distribute(f)} expands all the kernels in \\spad{f} that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or \\spadfunFrom{paren}{ExpressionSpace} expression.")) (|paren| (($ (|List| $)) "\\spad{paren([f1,...,fn])} returns \\spad{(f1,...,fn)}. This prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(paren [x, 2])} returns the formal kernel \\spad{atan((x, 2))}.") (($ $) "\\spad{paren(f)} returns (\\spad{f}). This prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(paren 1)} returns the formal kernel log((1)).")) (|box| (($ (|List| $)) "\\spad{box([f1,...,fn])} returns \\spad{(f1,...,fn)} with a 'box' around them that prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(box [x, 2])} returns the formal kernel \\spad{atan(x, 2)}.") (($ $) "\\spad{box(f)} returns \\spad{f} with a 'box' around it that prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(box 1)} returns the formal kernel log(1).")) (|subst| (($ $ (|List| (|Kernel| $)) (|List| $)) "\\spad{subst(f, [k1...,kn], [g1,...,gn])} replaces the kernels \\spad{k1},{}...,{}kn by \\spad{g1},{}...,{}gn formally in \\spad{f}.") (($ $ (|List| (|Equation| $))) "\\spad{subst(f, [k1 = g1,...,kn = gn])} replaces the kernels \\spad{k1},{}...,{}kn by \\spad{g1},{}...,{}gn formally in \\spad{f}.") (($ $ (|Equation| $)) "\\spad{subst(f, k = g)} replaces the kernel \\spad{k} by \\spad{g} formally in \\spad{f}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,[x1,...,xn])} or \\spad{op}([\\spad{x1},{}...,{}xn]) applies the \\spad{n}-ary operator \\spad{op} to \\spad{x1},{}...,{}xn.") (($ (|BasicOperator|) $ $ $ $) "\\spad{elt(op,x,y,z,t)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z},{} \\spad{t}) applies the 4-ary operator \\spad{op} to \\spad{x},{} \\spad{y},{} \\spad{z} and \\spad{t}.") (($ (|BasicOperator|) $ $ $) "\\spad{elt(op,x,y,z)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z}) applies the ternary operator \\spad{op} to \\spad{x},{} \\spad{y} and \\spad{z}.") (($ (|BasicOperator|) $ $) "\\spad{elt(op,x,y)} or \\spad{op}(\\spad{x},{} \\spad{y}) applies the binary operator \\spad{op} to \\spad{x} and \\spad{y}.") (($ (|BasicOperator|) $) "\\spad{elt(op,x)} or \\spad{op}(\\spad{x}) applies the unary operator \\spad{op} to \\spad{x}.")))
NIL
NIL
-(-311 -1610 S)
+(-311 -4346 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
-(-312 E -1610)
+(-312 E -4346)
((|constructor| (NIL "This package allows a mapping \\spad{E} -> \\spad{F} to be lifted to a kernel over \\spad{E}; This lifting can fail if the operator of the kernel cannot be applied in \\spad{F}; Do not use this package with \\spad{E} = \\spad{F},{} since this may drop some properties of the operators.")) (|map| ((|#2| (|Mapping| |#2| |#1|) (|Kernel| |#1|)) "\\spad{map(f, k)} returns \\spad{g = op(f(a1),...,f(an))} where \\spad{k = op(a1,...,an)}.")))
NIL
NIL
@@ -1206,7 +1206,7 @@ NIL
NIL
(-319)
((|constructor| (NIL "A constructive euclidean domain,{} \\spadignore{i.e.} one can divide producing a quotient and a remainder where the remainder is either zero or is smaller (\\spadfun{euclideanSize}) than the divisor. \\blankline Conditional attributes: \\indented{2}{multiplicativeValuation\\tab{25}\\spad{Size(a*b)=Size(a)*Size(b)}} \\indented{2}{additiveValuation\\tab{25}\\spad{Size(a*b)=Size(a)+Size(b)}}")) (|multiEuclidean| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{multiEuclidean([f1,...,fn],z)} returns a list of coefficients \\spad{[a1, ..., an]} such that \\spad{ z / prod fi = sum aj/fj}. If no such list of coefficients exists,{} \"failed\" is returned.")) (|extendedEuclidean| (((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) "\\spad{extendedEuclidean(x,y,z)} either returns a record rec where \\spad{rec.coef1*x+rec.coef2*y=z} or returns \"failed\" if \\spad{z} cannot be expressed as a linear combination of \\spad{x} and \\spad{y}.") (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{extendedEuclidean(x,y)} returns a record rec where \\spad{rec.coef1*x+rec.coef2*y = rec.generator} and rec.generator is a gcd of \\spad{x} and \\spad{y}. The gcd is unique only up to associates if \\spadatt{canonicalUnitNormal} is not asserted. \\spadfun{principalIdeal} provides a version of this operation which accepts an arbitrary length list of arguments.")) (|rem| (($ $ $) "\\spad{x rem y} is the same as \\spad{divide(x,y).remainder}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|quo| (($ $ $) "\\spad{x quo y} is the same as \\spad{divide(x,y).quotient}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{divide(x,y)} divides \\spad{x} by \\spad{y} producing a record containing a \\spad{quotient} and \\spad{remainder},{} where the remainder is smaller (see \\spadfunFrom{sizeLess?}{EuclideanDomain}) than the divisor \\spad{y}.")) (|euclideanSize| (((|NonNegativeInteger|) $) "\\spad{euclideanSize(x)} returns the euclidean size of the element \\spad{x}. Error: if \\spad{x} is zero.")) (|sizeLess?| (((|Boolean|) $ $) "\\spad{sizeLess?(x,y)} tests whether \\spad{x} is strictly smaller than \\spad{y} with respect to the \\spadfunFrom{euclideanSize}{EuclideanDomain}.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-320 S R)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation'' substitutions.")) (|eval| (($ $ (|List| (|Equation| |#2|))) "\\spad{eval(f, [x1 = v1,...,xn = vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ (|Equation| |#2|)) "\\spad{eval(f,x = v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
@@ -1216,7 +1216,7 @@ NIL
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation'' substitutions.")) (|eval| (($ $ (|List| (|Equation| |#1|))) "\\spad{eval(f, [x1 = v1,...,xn = vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ (|Equation| |#1|)) "\\spad{eval(f,x = v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-322 -1610)
+(-322 -4346)
((|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
@@ -1230,12 +1230,12 @@ NIL
NIL
(-325 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))}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-939))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-149))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-1051))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-842))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-871))) (-2191 (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-842))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-871)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-1183))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-239))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-240))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -528) (QUOTE (-1208)) (|%list| (QUOTE -1285) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -321) (|%list| (QUOTE -1285) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -298) (|%list| (QUOTE -1285) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (|%list| (QUOTE -1285) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-319))) (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-559))) (-12 (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-939))) (|HasCategory| $ (QUOTE (-147)))) (-2191 (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-147))) (-12 (|HasCategory| (-1285 |#1| |#2| |#3| |#4|) (QUOTE (-939))) (|HasCategory| $ (QUOTE (-147))))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-940))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-149))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-1052))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-844))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-872))) (-2309 (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-844))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-872)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-1184))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-239))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-240))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -528) (QUOTE (-1209)) (|%list| (QUOTE -1286) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -321) (|%list| (QUOTE -1286) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -298) (|%list| (QUOTE -1286) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (|%list| (QUOTE -1286) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-319))) (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-559))) (-12 (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-940))) (|HasCategory| $ (QUOTE (-147)))) (-2309 (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-147))) (-12 (|HasCategory| (-1286 |#1| |#2| |#3| |#4|) (QUOTE (-940))) (|HasCategory| $ (QUOTE (-147))))))
(-326 R)
((|constructor| (NIL "Expressions involving symbolic functions.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} \\undocumented{}")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} \\undocumented{}")) (|simplifyPower| (($ $ (|Integer|)) "simplifyPower?(\\spad{f},{}\\spad{n}) \\undocumented{}")) (|number?| (((|Boolean|) $) "\\spad{number?(f)} tests if \\spad{f} is rational")) (|reduce| (($ $) "\\spad{reduce(f)} simplifies all the unreduced algebraic quantities present in \\spad{f} by applying their defining relations.")))
-((-4506 -2191 (-12 (|has| |#1| (-571)) (-2191 (|has| |#1| (-1080)) (|has| |#1| (-487)))) (|has| |#1| (-1080)) (|has| |#1| (-487))) (-4504 |has| |#1| (-175)) (-4503 |has| |#1| (-175)) ((-4511 "*") |has| |#1| (-571)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-571)) (-4501 |has| |#1| (-571)))
-((-2191 (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (|HasCategory| |#1| (QUOTE (-571))) (-2191 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (QUOTE (-21))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (QUOTE (-1080))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-147)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-175)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1080))))) (-2191 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-1143)))) (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-1080))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-2191 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1080)))) (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (QUOTE (-21)))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1143)))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (QUOTE (-25)))) (-2191 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-1080)))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1143))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| $ (QUOTE (-1080))) (|HasCategory| $ (|%list| (QUOTE -1069) (QUOTE (-560)))))
+((-4507 -2309 (-12 (|has| |#1| (-571)) (-2309 (|has| |#1| (-1081)) (|has| |#1| (-487)))) (|has| |#1| (-1081)) (|has| |#1| (-487))) (-4505 |has| |#1| (-175)) (-4504 |has| |#1| (-175)) ((-4512 "*") |has| |#1| (-571)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-571)) (-4502 |has| |#1| (-571)))
+((-2309 (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (|HasCategory| |#1| (QUOTE (-571))) (-2309 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (QUOTE (-21))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (QUOTE (-1081))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-147)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-175)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1081))))) (-2309 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-1144)))) (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-2309 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1081)))) (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (QUOTE (-21)))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1144)))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (QUOTE (-25)))) (-2309 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#1| (QUOTE (-1081)))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1144))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| $ (QUOTE (-1081))) (|HasCategory| $ (|%list| (QUOTE -1070) (QUOTE (-560)))))
(-327 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
@@ -1244,7 +1244,7 @@ NIL
((|constructor| (NIL "This package provides functions to convert functional expressions to power series.")) (|series| (((|Any|) |#2| (|Equation| |#2|) (|Fraction| (|Integer|))) "\\spad{series(f,x = a,n)} expands the expression \\spad{f} as a series in powers of (\\spad{x} - a); terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2| (|Equation| |#2|)) "\\spad{series(f,x = a)} expands the expression \\spad{f} as a series in powers of (\\spad{x} - a).") (((|Any|) |#2| (|Fraction| (|Integer|))) "\\spad{series(f,n)} returns a series expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable and terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2|) "\\spad{series(f)} returns a series expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable.") (((|Any|) (|Symbol|)) "\\spad{series(x)} returns \\spad{x} viewed as a series.")) (|puiseux| (((|Any|) |#2| (|Equation| |#2|) (|Fraction| (|Integer|))) "\\spad{puiseux(f,x = a,n)} expands the expression \\spad{f} as a Puiseux series in powers of \\spad{(x - a)}; terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2| (|Equation| |#2|)) "\\spad{puiseux(f,x = a)} expands the expression \\spad{f} as a Puiseux series in powers of \\spad{(x - a)}.") (((|Any|) |#2| (|Fraction| (|Integer|))) "\\spad{puiseux(f,n)} returns a Puiseux expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable and terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2|) "\\spad{puiseux(f)} returns a Puiseux expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable.") (((|Any|) (|Symbol|)) "\\spad{puiseux(x)} returns \\spad{x} viewed as a Puiseux series.")) (|laurent| (((|Any|) |#2| (|Equation| |#2|) (|Integer|)) "\\spad{laurent(f,x = a,n)} expands the expression \\spad{f} as a Laurent series in powers of \\spad{(x - a)}; terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2| (|Equation| |#2|)) "\\spad{laurent(f,x = a)} expands the expression \\spad{f} as a Laurent series in powers of \\spad{(x - a)}.") (((|Any|) |#2| (|Integer|)) "\\spad{laurent(f,n)} returns a Laurent expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable and terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2|) "\\spad{laurent(f)} returns a Laurent expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable.") (((|Any|) (|Symbol|)) "\\spad{laurent(x)} returns \\spad{x} viewed as a Laurent series.")) (|taylor| (((|Any|) |#2| (|Equation| |#2|) (|NonNegativeInteger|)) "\\spad{taylor(f,x = a)} expands the expression \\spad{f} as a Taylor series in powers of \\spad{(x - a)}; terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2| (|Equation| |#2|)) "\\spad{taylor(f,x = a)} expands the expression \\spad{f} as a Taylor series in powers of \\spad{(x - a)}.") (((|Any|) |#2| (|NonNegativeInteger|)) "\\spad{taylor(f,n)} returns a Taylor expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable and terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2|) "\\spad{taylor(f)} returns a Taylor expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable.") (((|Any|) (|Symbol|)) "\\spad{taylor(x)} returns \\spad{x} viewed as a Taylor series.")))
NIL
NIL
-(-329 R -1610)
+(-329 R -4346)
((|constructor| (NIL "Taylor series solutions of explicit ODE's.")) (|seriesSolve| (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq, y, x = a, [b0,...,bn])} is equivalent to \\spad{seriesSolve(eq = 0, y, x = a, [b0,...,b(n-1)])}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq, y, x = a, y a = b)} is equivalent to \\spad{seriesSolve(eq=0, y, x=a, y a = b)}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq, y, x = a, b)} is equivalent to \\spad{seriesSolve(eq = 0, y, x = a, y a = b)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq,y, x=a, b)} is equivalent to \\spad{seriesSolve(eq, y, x=a, y a = b)}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x = a,[y1 a = b1,..., yn a = bn])} is equivalent to \\spad{seriesSolve([eq1=0,...,eqn=0], [y1,...,yn], x = a, [y1 a = b1,..., yn a = bn])}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x=a, [b1,...,bn])} is equivalent to \\spad{seriesSolve([eq1=0,...,eqn=0], [y1,...,yn], x=a, [b1,...,bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x=a, [b1,...,bn])} is equivalent to \\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x = a, [y1 a = b1,..., yn a = bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,...,eqn],[y1,...,yn],x = a,[y1 a = b1,...,yn a = bn])} returns a taylor series solution of \\spad{[eq1,...,eqn]} around \\spad{x = a} with initial conditions \\spad{yi(a) = bi}. Note: eqi must be of the form \\spad{fi(x, y1 x, y2 x,..., yn x) y1'(x) + gi(x, y1 x, y2 x,..., yn x) = h(x, y1 x, y2 x,..., yn x)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq,y,x=a,[b0,...,b(n-1)])} returns a Taylor series solution of \\spad{eq} around \\spad{x = a} with initial conditions \\spad{y(a) = b0},{} \\spad{y'(a) = b1},{} \\spad{y''(a) = b2},{} ...,{}\\spad{y(n-1)(a) = b(n-1)} \\spad{eq} must be of the form \\spad{f(x, y x, y'(x),..., y(n-1)(x)) y(n)(x) + g(x,y x,y'(x),...,y(n-1)(x)) = h(x,y x, y'(x),..., y(n-1)(x))}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq,y,x=a, y a = b)} returns a Taylor series solution of \\spad{eq} around \\spad{x} = a with initial condition \\spad{y(a) = b}. Note: \\spad{eq} must be of the form \\spad{f(x, y x) y'(x) + g(x, y x) = h(x, y x)}.")))
NIL
NIL
@@ -1254,8 +1254,8 @@ NIL
NIL
(-331 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.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1143))) (|HasCategory| |#1| (QUOTE (-376))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1144))) (|HasCategory| |#1| (QUOTE (-376))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))))
(-332 M)
((|constructor| (NIL "computes various functions on factored arguments.")) (|log| (((|List| (|Record| (|:| |coef| (|NonNegativeInteger|)) (|:| |logand| |#1|))) (|Factored| |#1|)) "\\spad{log(f)} returns \\spad{[(a1,b1),...,(am,bm)]} such that the logarithm of \\spad{f} is equal to \\spad{a1*log(b1) + ... + am*log(bm)}.")) (|nthRoot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#1|) (|:| |radicand| (|List| |#1|))) (|Factored| |#1|) (|NonNegativeInteger|)) "\\spad{nthRoot(f, n)} returns \\spad{(p, r, [r1,...,rm])} such that the \\spad{n}th-root of \\spad{f} is equal to \\spad{r * \\spad{p}th-root(r1 * ... * rm)},{} where \\spad{r1},{}...,{}rm are distinct factors of \\spad{f},{} each of which has an exponent smaller than \\spad{p} in \\spad{f}.")))
NIL
@@ -1266,8 +1266,8 @@ NIL
NIL
(-334 S)
((|constructor| (NIL "The free abelian group on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are integers. The operation is commutative.")))
-((-4504 . T) (-4503 . T))
-((|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| (-560) (QUOTE (-814))))
+((-4505 . T) (-4504 . T))
+((|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| (-560) (QUOTE (-816))))
(-335 S E)
((|constructor| (NIL "A free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are in a given abelian monoid. The operation is commutative.")) (|highCommonTerms| (($ $ $) "\\spad{highCommonTerms(e1 a1 + ... + en an, f1 b1 + ... + fm bm)} returns \\indented{2}{\\spad{reduce(+,[max(ei, fi) ci])}} where \\spad{ci} ranges in the intersection of \\spad{{a1,...,an}} and \\spad{{b1,...,bm}}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, e1 a1 +...+ en an)} returns \\spad{e1 f(a1) +...+ en f(an)}.")) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapCoef(f, e1 a1 +...+ en an)} returns \\spad{f(e1) a1 +...+ f(en) an}.")) (|coefficient| ((|#2| |#1| $) "\\spad{coefficient(s, e1 a1 + ... + en an)} returns \\spad{ei} such that \\spad{ai} = \\spad{s},{} or 0 if \\spad{s} is not one of the \\spad{ai}'s.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x, n)} returns the factor of the n^th term of \\spad{x}.")) (|nthCoef| ((|#2| $ (|Integer|)) "\\spad{nthCoef(x, n)} returns the coefficient of the n^th term of \\spad{x}.")) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) "\\spad{terms(e1 a1 + ... + en an)} returns \\spad{[[a1, e1],...,[an, en]]}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of terms in \\spad{x}. mapGen(\\spad{f},{} \\spad{a1}\\^\\spad{e1} ... an\\^en) returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (* (($ |#2| |#1|) "\\spad{e * s} returns \\spad{e} times \\spad{s}.")) (+ (($ |#1| $) "\\spad{s + x} returns the sum of \\spad{s} and \\spad{x}.")))
NIL
@@ -1275,26 +1275,26 @@ NIL
(-336 S)
((|constructor| (NIL "The free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are non-negative integers. The operation is commutative.")))
NIL
-((|HasCategory| (-793) (QUOTE (-814))))
+((|HasCategory| (-793) (QUOTE (-816))))
(-337 S R E)
((|constructor| (NIL "This category is similar to AbelianMonoidRing,{} except that the sum is assumed to be finite. It is a useful model for polynomials,{} but is somewhat more general.")) (|primitivePart| (($ $) "\\spad{primitivePart(p)} returns the unit normalized form of polynomial \\spad{p} divided by the content of \\spad{p}.")) (|content| ((|#2| $) "\\spad{content(p)} gives the gcd of the coefficients of polynomial \\spad{p}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(p,r)} returns the exact quotient of polynomial \\spad{p} by \\spad{r},{} or \"failed\" if none exists.")) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) "\\spad{binomThmExpt(p,q,n)} returns \\spad{(x+y)^n} by means of the binomial theorem trick.")) (|pomopo!| (($ $ |#2| |#3| $) "\\spad{pomopo!(p1,r,e,p2)} returns \\spad{p1 + monomial(e,r) * p2} and may use \\spad{p1} as workspace. The constaant \\spad{r} is assumed to be nonzero.")) (|mapExponents| (($ (|Mapping| |#3| |#3|) $) "\\spad{mapExponents(fn,u)} maps function \\spad{fn} onto the exponents of the non-zero monomials of polynomial \\spad{u}.")) (|minimumDegree| ((|#3| $) "\\spad{minimumDegree(p)} gives the least exponent of a non-zero term of polynomial \\spad{p}. Error: if applied to 0.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(p)} gives the number of non-zero monomials in polynomial \\spad{p}.")) (|coefficients| (((|List| |#2|) $) "\\spad{coefficients(p)} gives the list of non-zero coefficients of polynomial \\spad{p}.")) (|ground| ((|#2| $) "\\spad{ground(p)} retracts polynomial \\spad{p} to the coefficient ring.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(p)} tests if polynomial \\spad{p} is a member of the coefficient ring.")))
NIL
((|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))))
(-338 R E)
((|constructor| (NIL "This category is similar to AbelianMonoidRing,{} except that the sum is assumed to be finite. It is a useful model for polynomials,{} but is somewhat more general.")) (|primitivePart| (($ $) "\\spad{primitivePart(p)} returns the unit normalized form of polynomial \\spad{p} divided by the content of \\spad{p}.")) (|content| ((|#1| $) "\\spad{content(p)} gives the gcd of the coefficients of polynomial \\spad{p}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(p,r)} returns the exact quotient of polynomial \\spad{p} by \\spad{r},{} or \"failed\" if none exists.")) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) "\\spad{binomThmExpt(p,q,n)} returns \\spad{(x+y)^n} by means of the binomial theorem trick.")) (|pomopo!| (($ $ |#1| |#2| $) "\\spad{pomopo!(p1,r,e,p2)} returns \\spad{p1 + monomial(e,r) * p2} and may use \\spad{p1} as workspace. The constaant \\spad{r} is assumed to be nonzero.")) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapExponents(fn,u)} maps function \\spad{fn} onto the exponents of the non-zero monomials of polynomial \\spad{u}.")) (|minimumDegree| ((|#2| $) "\\spad{minimumDegree(p)} gives the least exponent of a non-zero term of polynomial \\spad{p}. Error: if applied to 0.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(p)} gives the number of non-zero monomials in polynomial \\spad{p}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(p)} gives the list of non-zero coefficients of polynomial \\spad{p}.")) (|ground| ((|#1| $) "\\spad{ground(p)} retracts polynomial \\spad{p} to the coefficient ring.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(p)} tests if polynomial \\spad{p} is a member of the coefficient ring.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-339 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.")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
-(-340 S -1610)
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+(-340 S -4346)
((|constructor| (NIL "FiniteAlgebraicExtensionField {\\em F} is the category of fields which are finite algebraic extensions of the field {\\em F}. If {\\em F} is finite then any finite algebraic extension of {\\em F} is finite,{} too. Let {\\em K} be a finite algebraic extension of the finite field {\\em F}. The exponentiation of elements of {\\em K} defines a \\spad{Z}-module structure on the multiplicative group of {\\em K}. The additive group of {\\em K} becomes a module over the ring of polynomials over {\\em F} via the operation \\spadfun{linearAssociatedExp}(a:K,{}f:SparseUnivariatePolynomial \\spad{F}) which is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em K},{} {\\em c,d} from {\\em F} and {\\em f,g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\$SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)} where {\\em q=size()\\$F}. The operations order and discreteLog associated with the multiplicative exponentiation have additive analogues associated to the operation \\spadfun{linearAssociatedExp}. These are the functions \\spadfun{linearAssociatedOrder} and \\spadfun{linearAssociatedLog},{} respectively.")) (|linearAssociatedLog| (((|Union| (|SparseUnivariatePolynomial| |#2|) "failed") $ $) "\\spad{linearAssociatedLog(b,a)} returns a polynomial {\\em g},{} such that the \\spadfun{linearAssociatedExp}(\\spad{b},{}\\spad{g}) equals {\\em a}. If there is no such polynomial {\\em g},{} then \\spadfun{linearAssociatedLog} fails.") (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{linearAssociatedLog(a)} returns a polynomial {\\em g},{} such that \\spadfun{linearAssociatedExp}(normalElement(),{}\\spad{g}) equals {\\em a}.")) (|linearAssociatedOrder| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{linearAssociatedOrder(a)} retruns the monic polynomial {\\em g} of least degree,{} such that \\spadfun{linearAssociatedExp}(a,{}\\spad{g}) is 0.")) (|linearAssociatedExp| (($ $ (|SparseUnivariatePolynomial| |#2|)) "\\spad{linearAssociatedExp(a,f)} is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em \\$},{} {\\em c,d} form {\\em F} and {\\em f,g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\$SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)},{} where {\\em q=size()\\$F}.")) (|generator| (($) "\\spad{generator()} returns a root of the defining polynomial. This element generates the field as an algebra over the ground field.")) (|normal?| (((|Boolean|) $) "\\spad{normal?(a)} tests whether the element \\spad{a} is normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i), 0 <= i <= extensionDegree()-1} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Implementation according to Lidl/Niederreiter: Theorem 2.39.")) (|normalElement| (($) "\\spad{normalElement()} returns a element,{} normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i), 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. At the first call,{} the element is computed by \\spadfunFrom{createNormalElement}{FiniteAlgebraicExtensionField} then cached in a global variable. On subsequent calls,{} the element is retrieved by referencing the global variable.")) (|createNormalElement| (($) "\\spad{createNormalElement()} computes a normal element over the ground field \\spad{F},{} that is,{} \\spad{a**(q**i), 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Reference: Such an element exists Lidl/Niederreiter: Theorem 2.35.")) (|trace| (($ $ (|PositiveInteger|)) "\\spad{trace(a,d)} computes the trace of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size \\spad{q}. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: \\spad{trace(a,d) = reduce(+,[a**(q**(d*i)) for i in 0..n/d])}.") ((|#2| $) "\\spad{trace(a)} computes the trace of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|norm| (($ $ (|PositiveInteger|)) "\\spad{norm(a,d)} computes the norm of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: norm(a,{}\\spad{d}) = reduce(*,{}[a**(q**(d*i)) for \\spad{i} in 0..n/d])") ((|#2| $) "\\spad{norm(a)} computes the norm of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|degree| (((|PositiveInteger|) $) "\\spad{degree(a)} returns the degree of the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|extensionDegree| (((|PositiveInteger|)) "\\spad{extensionDegree()} returns the degree of field extension.")) (|definingPolynomial| (((|SparseUnivariatePolynomial| |#2|)) "\\spad{definingPolynomial()} returns the polynomial used to define the field extension.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| $) $ (|PositiveInteger|)) "\\spad{minimalPolynomial(x,n)} computes the minimal polynomial of \\spad{x} over the field of extension degree \\spad{n} over the ground field \\spad{F}.") (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|represents| (($ (|Vector| |#2|)) "\\spad{represents([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{}...,{}vn are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([v1,...,vm])} returns the coordinates of the \\spad{vi}'s with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#2|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{F}-vectorspace basis.")) (|basis| (((|Vector| $) (|PositiveInteger|)) "\\spad{basis(n)} returns a fixed basis of a subfield of \\$ as \\spad{F}-vectorspace.") (((|Vector| $)) "\\spad{basis()} returns a fixed basis of \\$ as \\spad{F}-vectorspace.")))
NIL
((|HasCategory| |#2| (QUOTE (-381))))
-(-341 -1610)
+(-341 -4346)
((|constructor| (NIL "FiniteAlgebraicExtensionField {\\em F} is the category of fields which are finite algebraic extensions of the field {\\em F}. If {\\em F} is finite then any finite algebraic extension of {\\em F} is finite,{} too. Let {\\em K} be a finite algebraic extension of the finite field {\\em F}. The exponentiation of elements of {\\em K} defines a \\spad{Z}-module structure on the multiplicative group of {\\em K}. The additive group of {\\em K} becomes a module over the ring of polynomials over {\\em F} via the operation \\spadfun{linearAssociatedExp}(a:K,{}f:SparseUnivariatePolynomial \\spad{F}) which is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em K},{} {\\em c,d} from {\\em F} and {\\em f,g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\$SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)} where {\\em q=size()\\$F}. The operations order and discreteLog associated with the multiplicative exponentiation have additive analogues associated to the operation \\spadfun{linearAssociatedExp}. These are the functions \\spadfun{linearAssociatedOrder} and \\spadfun{linearAssociatedLog},{} respectively.")) (|linearAssociatedLog| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") $ $) "\\spad{linearAssociatedLog(b,a)} returns a polynomial {\\em g},{} such that the \\spadfun{linearAssociatedExp}(\\spad{b},{}\\spad{g}) equals {\\em a}. If there is no such polynomial {\\em g},{} then \\spadfun{linearAssociatedLog} fails.") (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{linearAssociatedLog(a)} returns a polynomial {\\em g},{} such that \\spadfun{linearAssociatedExp}(normalElement(),{}\\spad{g}) equals {\\em a}.")) (|linearAssociatedOrder| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{linearAssociatedOrder(a)} retruns the monic polynomial {\\em g} of least degree,{} such that \\spadfun{linearAssociatedExp}(a,{}\\spad{g}) is 0.")) (|linearAssociatedExp| (($ $ (|SparseUnivariatePolynomial| |#1|)) "\\spad{linearAssociatedExp(a,f)} is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em \\$},{} {\\em c,d} form {\\em F} and {\\em f,g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\$SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)},{} where {\\em q=size()\\$F}.")) (|generator| (($) "\\spad{generator()} returns a root of the defining polynomial. This element generates the field as an algebra over the ground field.")) (|normal?| (((|Boolean|) $) "\\spad{normal?(a)} tests whether the element \\spad{a} is normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i), 0 <= i <= extensionDegree()-1} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Implementation according to Lidl/Niederreiter: Theorem 2.39.")) (|normalElement| (($) "\\spad{normalElement()} returns a element,{} normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i), 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. At the first call,{} the element is computed by \\spadfunFrom{createNormalElement}{FiniteAlgebraicExtensionField} then cached in a global variable. On subsequent calls,{} the element is retrieved by referencing the global variable.")) (|createNormalElement| (($) "\\spad{createNormalElement()} computes a normal element over the ground field \\spad{F},{} that is,{} \\spad{a**(q**i), 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Reference: Such an element exists Lidl/Niederreiter: Theorem 2.35.")) (|trace| (($ $ (|PositiveInteger|)) "\\spad{trace(a,d)} computes the trace of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size \\spad{q}. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: \\spad{trace(a,d) = reduce(+,[a**(q**(d*i)) for i in 0..n/d])}.") ((|#1| $) "\\spad{trace(a)} computes the trace of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|norm| (($ $ (|PositiveInteger|)) "\\spad{norm(a,d)} computes the norm of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: norm(a,{}\\spad{d}) = reduce(*,{}[a**(q**(d*i)) for \\spad{i} in 0..n/d])") ((|#1| $) "\\spad{norm(a)} computes the norm of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|degree| (((|PositiveInteger|) $) "\\spad{degree(a)} returns the degree of the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|extensionDegree| (((|PositiveInteger|)) "\\spad{extensionDegree()} returns the degree of field extension.")) (|definingPolynomial| (((|SparseUnivariatePolynomial| |#1|)) "\\spad{definingPolynomial()} returns the polynomial used to define the field extension.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| $) $ (|PositiveInteger|)) "\\spad{minimalPolynomial(x,n)} computes the minimal polynomial of \\spad{x} over the field of extension degree \\spad{n} over the ground field \\spad{F}.") (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{}...,{}vn are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,...,vm])} returns the coordinates of the \\spad{vi}'s with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{F}-vectorspace basis.")) (|basis| (((|Vector| $) (|PositiveInteger|)) "\\spad{basis(n)} returns a fixed basis of a subfield of \\$ as \\spad{F}-vectorspace.") (((|Vector| $)) "\\spad{basis()} returns a fixed basis of \\$ as \\spad{F}-vectorspace.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-342)
((|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.")))
@@ -1312,7 +1312,7 @@ NIL
((|constructor| (NIL "Represntation of data needed to instantiate a domain constructor.")) (|lookupFunction| (((|Identifier|) $) "\\spad{lookupFunction x} returns the name of the lookup function associated with the functor data \\spad{x}.")) (|categories| (((|PrimitiveArray| (|ConstructorCall| (|CategoryConstructor|))) $) "\\spad{categories x} returns the list of categories forms each domain object obtained from the domain data \\spad{x} belongs to.")) (|encodingDirectory| (((|PrimitiveArray| (|NonNegativeInteger|)) $) "\\spad{encodintDirectory x} returns the directory of domain-wide entity description.")) (|attributeData| (((|List| (|Pair| (|Syntax|) (|NonNegativeInteger|))) $) "\\spad{attributeData x} returns the list of attribute-predicate bit vector index pair associated with the functor data \\spad{x}.")) (|domainTemplate| (((|DomainTemplate|) $) "\\spad{domainTemplate x} returns the domain template vector associated with the functor data \\spad{x}.")))
NIL
NIL
-(-346 -1610 UP UPUP R)
+(-346 -4346 UP UPUP R)
((|constructor| (NIL "This domains implements finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}'s are integers and the \\spad{P}'s are finite rational points on the curve.")) (|lSpaceBasis| (((|Vector| |#4|) $) "\\spad{lSpaceBasis(d)} returns a basis for \\spad{L(d) = {f | (f) >= -d}} as a module over \\spad{K[x]}.")) (|finiteBasis| (((|Vector| |#4|) $) "\\spad{finiteBasis(d)} returns a basis for \\spad{d} as a module over {\\em K[x]}.")))
NIL
NIL
@@ -1320,37 +1320,37 @@ 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
-(-348 S -1610 UP UPUP R)
+(-348 S -4346 UP UPUP R)
((|constructor| (NIL "This category describes finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}'s are integers and the \\spad{P}'s are finite rational points on the curve.")) (|generator| (((|Union| |#5| "failed") $) "\\spad{generator(d)} returns \\spad{f} if \\spad{(f) = d},{} \"failed\" if \\spad{d} is not principal.")) (|principal?| (((|Boolean|) $) "\\spad{principal?(D)} tests if the argument is the divisor of a function.")) (|reduce| (($ $) "\\spad{reduce(D)} converts \\spad{D} to some reduced form (the reduced forms can be differents in different implementations).")) (|decompose| (((|Record| (|:| |id| (|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|)) (|:| |principalPart| |#5|)) $) "\\spad{decompose(d)} returns \\spad{[id, f]} where \\spad{d = (id) + div(f)}.")) (|divisor| (($ |#5| |#3| |#3| |#3| |#2|) "\\spad{divisor(h, d, d', g, r)} returns the sum of all the finite points where \\spad{h/d} has residue \\spad{r}. \\spad{h} must be integral. \\spad{d} must be squarefree. \\spad{d'} is some derivative of \\spad{d} (not necessarily dd/dx). \\spad{g = gcd(d,discriminant)} contains the ramified zeros of \\spad{d}") (($ |#2| |#2| (|Integer|)) "\\spad{divisor(a, b, n)} makes the divisor \\spad{nP} where P: \\spad{(x = a, y = b)}. \\spad{P} is allowed to be singular if \\spad{n} is a multiple of the rank.") (($ |#2| |#2|) "\\spad{divisor(a, b)} makes the divisor P: \\spad{(x = a, y = b)}. Error: if \\spad{P} is singular.") (($ |#5|) "\\spad{divisor(g)} returns the divisor of the function \\spad{g}.") (($ (|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|)) "\\spad{divisor(I)} makes a divisor \\spad{D} from an ideal \\spad{I}.")) (|ideal| (((|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|) $) "\\spad{ideal(D)} returns the ideal corresponding to a divisor \\spad{D}.")))
NIL
NIL
-(-349 -1610 UP UPUP R)
+(-349 -4346 UP UPUP R)
((|constructor| (NIL "This category describes finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}'s are integers and the \\spad{P}'s are finite rational points on the curve.")) (|generator| (((|Union| |#4| "failed") $) "\\spad{generator(d)} returns \\spad{f} if \\spad{(f) = d},{} \"failed\" if \\spad{d} is not principal.")) (|principal?| (((|Boolean|) $) "\\spad{principal?(D)} tests if the argument is the divisor of a function.")) (|reduce| (($ $) "\\spad{reduce(D)} converts \\spad{D} to some reduced form (the reduced forms can be differents in different implementations).")) (|decompose| (((|Record| (|:| |id| (|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) "\\spad{decompose(d)} returns \\spad{[id, f]} where \\spad{d = (id) + div(f)}.")) (|divisor| (($ |#4| |#2| |#2| |#2| |#1|) "\\spad{divisor(h, d, d', g, r)} returns the sum of all the finite points where \\spad{h/d} has residue \\spad{r}. \\spad{h} must be integral. \\spad{d} must be squarefree. \\spad{d'} is some derivative of \\spad{d} (not necessarily dd/dx). \\spad{g = gcd(d,discriminant)} contains the ramified zeros of \\spad{d}") (($ |#1| |#1| (|Integer|)) "\\spad{divisor(a, b, n)} makes the divisor \\spad{nP} where P: \\spad{(x = a, y = b)}. \\spad{P} is allowed to be singular if \\spad{n} is a multiple of the rank.") (($ |#1| |#1|) "\\spad{divisor(a, b)} makes the divisor P: \\spad{(x = a, y = b)}. Error: if \\spad{P} is singular.") (($ |#4|) "\\spad{divisor(g)} returns the divisor of the function \\spad{g}.") (($ (|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|)) "\\spad{divisor(I)} makes a divisor \\spad{D} from an ideal \\spad{I}.")) (|ideal| (((|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|) $) "\\spad{ideal(D)} returns the ideal corresponding to a divisor \\spad{D}.")))
NIL
NIL
(-350 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 -528) (QUOTE (-1208)) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|))))
+((|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|))))
(-351 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
(-352 |basicSymbols| |subscriptedSymbols| R)
((|constructor| (NIL "A domain of expressions involving functions which can be translated into standard Fortran-77,{} with some extra extensions from the NAG Fortran Library.")) (|useNagFunctions| (((|Boolean|) (|Boolean|)) "\\spad{useNagFunctions(v)} sets the flag which controls whether NAG functions \\indented{1}{are being used for mathematical and machine constants.\\space{2}The previous} \\indented{1}{value is returned.}") (((|Boolean|)) "\\spad{useNagFunctions()} indicates whether NAG functions are being used \\indented{1}{for mathematical and machine constants.}")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(e)} return a list of all the variables in \\spad{e}.")) (|pi| (($) "\\spad{pi(x)} represents the NAG Library function X01AAF which returns \\indented{1}{an approximation to the value of \\spad{pi}}")) (|tanh| (($ $) "\\spad{tanh(x)} represents the Fortran intrinsic function TANH")) (|cosh| (($ $) "\\spad{cosh(x)} represents the Fortran intrinsic function COSH")) (|sinh| (($ $) "\\spad{sinh(x)} represents the Fortran intrinsic function SINH")) (|atan| (($ $) "\\spad{atan(x)} represents the Fortran intrinsic function ATAN")) (|acos| (($ $) "\\spad{acos(x)} represents the Fortran intrinsic function ACOS")) (|asin| (($ $) "\\spad{asin(x)} represents the Fortran intrinsic function ASIN")) (|tan| (($ $) "\\spad{tan(x)} represents the Fortran intrinsic function TAN")) (|cos| (($ $) "\\spad{cos(x)} represents the Fortran intrinsic function COS")) (|sin| (($ $) "\\spad{sin(x)} represents the Fortran intrinsic function SIN")) (|log10| (($ $) "\\spad{log10(x)} represents the Fortran intrinsic function \\spad{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.}")))
-((-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-391)))) (|HasCategory| $ (QUOTE (-1080))) (|HasCategory| $ (|%list| (QUOTE -1069) (QUOTE (-560)))))
+((-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-391)))) (|HasCategory| $ (QUOTE (-1081))) (|HasCategory| $ (|%list| (QUOTE -1070) (QUOTE (-560)))))
(-353 |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}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| (-935 |#1|) (QUOTE (-147))) (|HasCategory| (-935 |#1|) (QUOTE (-381)))) (|HasCategory| (-935 |#1|) (QUOTE (-149))) (|HasCategory| (-935 |#1|) (QUOTE (-381))) (|HasCategory| (-935 |#1|) (QUOTE (-147))))
-(-354 S -1610 UP UPUP)
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| (-936 |#1|) (QUOTE (-147))) (|HasCategory| (-936 |#1|) (QUOTE (-381)))) (|HasCategory| (-936 |#1|) (QUOTE (-149))) (|HasCategory| (-936 |#1|) (QUOTE (-381))) (|HasCategory| (-936 |#1|) (QUOTE (-147))))
+(-354 S -4346 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#2|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#2|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in \\spad{u1},{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (|Mapping| |#3| |#3|)) "\\spad{algSplitSimple(f, D)} returns \\spad{[h,d,d',g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d, discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#3| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#3| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#2| $ |#2| |#2|) "\\spad{elt(f,a,b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a, y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#3| |#3|)) "\\spad{differentiate(x, d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#3|)) (|:| |den| |#3|)) (|Mapping| |#3| |#3|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(wi)} with respect to \\spad{(w1,...,wn)} where \\spad{(w1,...,wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#3|) |#3|) "\\spad{integralRepresents([A1,...,An], D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,...,wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,...,wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#3|) |#3|) "\\spad{represents([A0,...,A(n-1)],D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#3|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,...,vn) = (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#3|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,...,vn) = M (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#3|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,...,wn) = (1, y, ..., y**(n-1))} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#3|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,...,wn) = M (1, y, ..., y**(n-1))},{} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,...,bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,...,bn)} returns the complementary basis \\spad{(b1',...,bn')} of \\spad{(b1,...,bn)}.")) (|integral?| (((|Boolean|) $ |#3|) "\\spad{integral?(f, p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#2|) "\\spad{integral?(f, a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#3|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#2|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#3|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#2|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#3|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#2|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#2| |#2|) "\\spad{rationalPoint?(a, b)} tests if \\spad{(x=a,y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
NIL
((|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-376))))
-(-355 -1610 UP UPUP)
+(-355 -4346 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#1|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in \\spad{u1},{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (|Mapping| |#2| |#2|)) "\\spad{algSplitSimple(f, D)} returns \\spad{[h,d,d',g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d, discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#2| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#2| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#1| $ |#1| |#1|) "\\spad{elt(f,a,b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a, y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x, d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) (|:| |den| |#2|)) (|Mapping| |#2| |#2|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(wi)} with respect to \\spad{(w1,...,wn)} where \\spad{(w1,...,wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#2|) |#2|) "\\spad{integralRepresents([A1,...,An], D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,...,wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,...,wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#2|) |#2|) "\\spad{represents([A0,...,A(n-1)],D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,...,vn) = (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,...,vn) = M (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,...,wn) = (1, y, ..., y**(n-1))} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,...,wn) = M (1, y, ..., y**(n-1))},{} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,...,bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,...,bn)} returns the complementary basis \\spad{(b1',...,bn')} of \\spad{(b1,...,bn)}.")) (|integral?| (((|Boolean|) $ |#2|) "\\spad{integral?(f, p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#1|) "\\spad{integral?(f, a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#2|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#1|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#2|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#1|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#2|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#1|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#1| |#1|) "\\spad{rationalPoint?(a, b)} tests if \\spad{(x=a,y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
-((-4502 |has| (-421 |#2|) (-376)) (-4507 |has| (-421 |#2|) (-376)) (-4501 |has| (-421 |#2|) (-376)) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 |has| (-421 |#2|) (-376)) (-4508 |has| (-421 |#2|) (-376)) (-4502 |has| (-421 |#2|) (-376)) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-356 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}.")))
@@ -1358,16 +1358,16 @@ NIL
NIL
(-357 |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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| (-935 |#1|) (QUOTE (-147))) (|HasCategory| (-935 |#1|) (QUOTE (-381)))) (|HasCategory| (-935 |#1|) (QUOTE (-149))) (|HasCategory| (-935 |#1|) (QUOTE (-381))) (|HasCategory| (-935 |#1|) (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| (-936 |#1|) (QUOTE (-147))) (|HasCategory| (-936 |#1|) (QUOTE (-381)))) (|HasCategory| (-936 |#1|) (QUOTE (-149))) (|HasCategory| (-936 |#1|) (QUOTE (-381))) (|HasCategory| (-936 |#1|) (QUOTE (-147))))
(-358 GF |defpol|)
((|constructor| (NIL "FiniteFieldCyclicGroupExtensionByPolynomial(GF,{}defpol) implements a finite extension field of the ground field {\\em GF}. Its elements are represented by powers of a primitive element,{} \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial {\\em defpol},{} which MUST be primitive (user responsibility). Zech logarithms are stored in a table of size half of the field size,{} and use \\spadtype{SingleInteger} for representing field elements,{} hence,{} there are restrictions on the size of the field.")) (|getZechTable| (((|PrimitiveArray| (|SingleInteger|))) "\\spad{getZechTable()} returns the zech logarithm table of the field it is used to perform additions in the field quickly.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
(-359 GF |extdeg|)
((|constructor| (NIL "FiniteFieldCyclicGroupExtension(GF,{}\\spad{n}) implements a extension of degree \\spad{n} over the ground field {\\em GF}. Its elements are represented by powers of a primitive element,{} \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial,{} which is created by {\\em createPrimitivePoly} from \\spadtype{FiniteFieldPolynomialPackage}. Zech logarithms are stored in a table of size half of the field size,{} and use \\spadtype{SingleInteger} for representing field elements,{} hence,{} there are restrictions on the size of the field.")) (|getZechTable| (((|PrimitiveArray| (|SingleInteger|))) "\\spad{getZechTable()} returns the zech logarithm table of the field. This table is used to perform additions in the field quickly.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
(-360 GF)
((|constructor| (NIL "FiniteFieldFunctions(GF) is a package with functions concerning finite extension fields of the finite ground field {\\em GF},{} \\spadignore{e.g.} Zech logarithms.")) (|createLowComplexityNormalBasis| (((|Union| (|SparseUnivariatePolynomial| |#1|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) (|PositiveInteger|)) "\\spad{createLowComplexityNormalBasis(n)} tries to find a a low complexity normal basis of degree {\\em n} over {\\em GF} and returns its multiplication matrix If no low complexity basis is found it calls \\axiomFunFrom{createNormalPoly}{FiniteFieldPolynomialPackage}(\\spad{n}) to produce a normal polynomial of degree {\\em n} over {\\em GF}")) (|createLowComplexityTable| (((|Union| (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) "failed") (|PositiveInteger|)) "\\spad{createLowComplexityTable(n)} tries to find a low complexity normal basis of degree {\\em n} over {\\em GF} and returns its multiplication matrix Fails,{} if it does not find a low complexity basis")) (|sizeMultiplication| (((|NonNegativeInteger|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{sizeMultiplication(m)} returns the number of entries of the multiplication table {\\em m}.")) (|createMultiplicationMatrix| (((|Matrix| |#1|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{createMultiplicationMatrix(m)} forms the multiplication table {\\em m} into a matrix over the ground field.")) (|createMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) (|SparseUnivariatePolynomial| |#1|)) "\\spad{createMultiplicationTable(f)} generates a multiplication table for the normal basis of the field extension determined by {\\em f}. This is needed to perform multiplications between elements represented as coordinate vectors to this basis. See \\spadtype{FFNBP},{} \\spadtype{FFNBX}.")) (|createZechTable| (((|PrimitiveArray| (|SingleInteger|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{createZechTable(f)} generates a Zech logarithm table for the cyclic group representation of a extension of the ground field by the primitive polynomial {\\em f(x)},{} \\spadignore{i.e.} \\spad{Z(i)},{} defined by {\\em x**Z(i) = 1+x**i} is stored at index \\spad{i}. This is needed in particular to perform addition of field elements in finite fields represented in this way. See \\spadtype{FFCGP},{} \\spadtype{FFCGX}.")))
NIL
@@ -1382,51 +1382,51 @@ NIL
NIL
(-363)
((|constructor| (NIL "FiniteFieldCategory is the category of finite fields")) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) "\\spad{representationType()} returns the type of the representation,{} one of: \\spad{prime},{} \\spad{polynomial},{} \\spad{normal},{} or \\spad{cyclic}.")) (|order| (((|PositiveInteger|) $) "\\spad{order(b)} computes the order of an element \\spad{b} in the multiplicative group of the field. Error: if \\spad{b} equals 0.")) (|discreteLog| (((|NonNegativeInteger|) $) "\\spad{discreteLog(a)} computes the discrete logarithm of \\spad{a} with respect to \\spad{primitiveElement()} of the field.")) (|primitive?| (((|Boolean|) $) "\\spad{primitive?(b)} tests whether the element \\spad{b} is a generator of the (cyclic) multiplicative group of the field,{} \\spadignore{i.e.} is a primitive element. Implementation Note: see ch.IX.1.3,{} th.2 in \\spad{D}. Lipson.")) (|primitiveElement| (($) "\\spad{primitiveElement()} returns a primitive element stored in a global variable in the domain. At first call,{} the primitive element is computed by calling \\spadfun{createPrimitiveElement}.")) (|createPrimitiveElement| (($) "\\spad{createPrimitiveElement()} computes a generator of the (cyclic) multiplicative group of the field.")) (|tableForDiscreteLogarithm| (((|Table| (|PositiveInteger|) (|NonNegativeInteger|)) (|Integer|)) "\\spad{tableForDiscreteLogarithm(a,n)} returns a table of the discrete logarithms of \\spad{a**0} up to \\spad{a**(n-1)} which,{} called with key \\spad{lookup(a**i)} returns \\spad{i} for \\spad{i} in \\spad{0..n-1}. Error: if not called for prime divisors of order of \\indented{7}{multiplicative group.}")) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| (|Integer|)) (|:| |exponent| (|Integer|))))) "\\spad{factorsOfCyclicGroupSize()} returns the factorization of size()\\spad{-1}")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(mat)},{} given a matrix representing a homogeneous system of equations,{} returns a vector whose characteristic'th powers is a non-trivial solution,{} or \"failed\" if no such vector exists.")) (|charthRoot| (($ $) "\\spad{charthRoot(a)} takes the characteristic'th root of {\\em a}. Note: such a root is alway defined in finite fields.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-364 R UP -1610)
+(-364 R UP -4346)
((|constructor| (NIL "In this package \\spad{R} is a Euclidean domain and \\spad{F} is a framed algebra over \\spad{R}. The package provides functions to compute the integral closure of \\spad{R} in the quotient field of \\spad{F}. It is assumed that \\spad{char(R/P) = char(R)} for any prime \\spad{P} of \\spad{R}. A typical instance of this is when \\spad{R = K[x]} and \\spad{F} is a function field over \\spad{R}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) |#1|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
(-365 |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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| (-935 |#1|) (QUOTE (-147))) (|HasCategory| (-935 |#1|) (QUOTE (-381)))) (|HasCategory| (-935 |#1|) (QUOTE (-149))) (|HasCategory| (-935 |#1|) (QUOTE (-381))) (|HasCategory| (-935 |#1|) (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| (-936 |#1|) (QUOTE (-147))) (|HasCategory| (-936 |#1|) (QUOTE (-381)))) (|HasCategory| (-936 |#1|) (QUOTE (-149))) (|HasCategory| (-936 |#1|) (QUOTE (-381))) (|HasCategory| (-936 |#1|) (QUOTE (-147))))
(-366 GF |uni|)
((|constructor| (NIL "FiniteFieldNormalBasisExtensionByPolynomial(GF,{}uni) implements a finite extension of the ground field {\\em GF}. The elements are represented by coordinate vectors with respect to. a normal basis,{} \\spadignore{i.e.} a basis consisting of the conjugates (\\spad{q}-powers) of an element,{} in this case called normal element,{} where \\spad{q} is the size of {\\em GF}. The normal element is chosen as a root of the extension polynomial,{} which MUST be normal over {\\em GF} (user responsibility)")) (|sizeMultiplication| (((|NonNegativeInteger|)) "\\spad{sizeMultiplication()} returns the number of entries in the multiplication table of the field. Note: the time of multiplication of field elements depends on this size.")) (|getMultiplicationMatrix| (((|Matrix| |#1|)) "\\spad{getMultiplicationMatrix()} returns the multiplication table in form of a matrix.")) (|getMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{getMultiplicationTable()} returns the multiplication table for the normal basis of the field. This table is used to perform multiplications between field elements.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
(-367 GF |extdeg|)
((|constructor| (NIL "FiniteFieldNormalBasisExtensionByPolynomial(GF,{}\\spad{n}) implements a finite extension field of degree \\spad{n} over the ground field {\\em GF}. The elements are represented by coordinate vectors with respect to a normal basis,{} \\spadignore{i.e.} a basis consisting of the conjugates (\\spad{q}-powers) of an element,{} in this case called normal element. This is chosen as a root of the extension polynomial,{} created by {\\em createNormalPoly} from \\spadtype{FiniteFieldPolynomialPackage}")) (|sizeMultiplication| (((|NonNegativeInteger|)) "\\spad{sizeMultiplication()} returns the number of entries in the multiplication table of the field. Note: the time of multiplication of field elements depends on this size.")) (|getMultiplicationMatrix| (((|Matrix| |#1|)) "\\spad{getMultiplicationMatrix()} returns the multiplication table in form of a matrix.")) (|getMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{getMultiplicationTable()} returns the multiplication table for the normal basis of the field. This table is used to perform multiplications between field elements.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
(-368 GF |defpol|)
((|constructor| (NIL "FiniteFieldExtensionByPolynomial(GF,{} defpol) implements the extension of the finite field {\\em GF} generated by the extension polynomial {\\em defpol} which MUST be irreducible. Note: the user has the responsibility to ensure that {\\em defpol} is irreducible.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
(-369 GF)
((|constructor| (NIL "This package provides a number of functions for generating,{} counting and testing irreducible,{} normal,{} primitive,{} random polynomials over finite fields.")) (|reducedQPowers| (((|PrimitiveArray| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{reducedQPowers(f)} generates \\spad{[x,x**q,x**(q**2),...,x**(q**(n-1))]} reduced modulo \\spad{f} where \\spad{q = size()\\$GF} and \\spad{n = degree f}.")) (|leastAffineMultiple| (((|SparseUnivariatePolynomial| |#1|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{leastAffineMultiple(f)} computes the least affine polynomial which is divisible by the polynomial \\spad{f} over the finite field {\\em GF},{} \\spadignore{i.e.} a polynomial whose exponents are 0 or a power of \\spad{q},{} the size of {\\em GF}.")) (|random| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{random(m,n)}\\$FFPOLY(GF) generates a random monic polynomial of degree \\spad{d} over the finite field {\\em GF},{} \\spad{d} between \\spad{m} and \\spad{n}.") (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{random(n)}\\$FFPOLY(GF) generates a random monic polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|nextPrimitiveNormalPoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextPrimitiveNormalPoly(f)} yields the next primitive normal polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g} or,{} in case these numbers are equal,{} if the {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than this number for \\spad{g}. If these numbers are equals,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than that for \\spad{g},{} or if the lists of exponents for \\spad{f} are lexicographically less than those for \\spad{g}. If these lists are also equal,{} the lists of coefficients are coefficients according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}. This operation is equivalent to nextNormalPrimitivePoly(\\spad{f}).")) (|nextNormalPrimitivePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextNormalPrimitivePoly(f)} yields the next normal primitive polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g} or if {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than this number for \\spad{g}. Otherwise,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than that for \\spad{g} or if the lists of exponents for \\spad{f} are lexicographically less than those for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}. This operation is equivalent to nextPrimitiveNormalPoly(\\spad{f}).")) (|nextNormalPoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextNormalPoly(f)} yields the next normal polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than that for \\spad{g}. In case these numbers are equal,{} \\spad{f < g} if if the number of monomials of \\spad{f} is less that for \\spad{g} or if the list of exponents of \\spad{f} are lexicographically less than the corresponding list for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|nextPrimitivePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextPrimitivePoly(f)} yields the next primitive polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g}. If these values are equal,{} then \\spad{f < g} if if the number of monomials of \\spad{f} is less than that for \\spad{g} or if the lists of exponents of \\spad{f} are lexicographically less than the corresponding list for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|nextIrreduciblePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextIrreduciblePoly(f)} yields the next monic irreducible polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than this number for \\spad{g}. If \\spad{f} and \\spad{g} have the same number of monomials,{} the lists of exponents are compared lexicographically. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|createPrimitiveNormalPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitiveNormalPoly(n)}\\$FFPOLY(GF) generates a normal and primitive polynomial of degree \\spad{n} over the field {\\em GF}. polynomial of degree \\spad{n} over the field {\\em GF}.")) (|createNormalPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createNormalPrimitivePoly(n)}\\$FFPOLY(GF) generates a normal and primitive polynomial of degree \\spad{n} over the field {\\em GF}. Note: this function is equivalent to createPrimitiveNormalPoly(\\spad{n})")) (|createNormalPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createNormalPoly(n)}\\$FFPOLY(GF) generates a normal polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitivePoly(n)}\\$FFPOLY(GF) generates a primitive polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createIrreduciblePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createIrreduciblePoly(n)}\\$FFPOLY(GF) generates a monic irreducible univariate polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfNormalPoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfNormalPoly(n)}\\$FFPOLY(GF) yields the number of normal polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfPrimitivePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfPrimitivePoly(n)}\\$FFPOLY(GF) yields the number of primitive polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfIrreduciblePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfIrreduciblePoly(n)}\\$FFPOLY(GF) yields the number of monic irreducible univariate polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|normal?| (((|Boolean|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{normal?(f)} tests whether the polynomial \\spad{f} over a finite field is normal,{} \\spadignore{i.e.} its roots are linearly independent over the field.")) (|primitive?| (((|Boolean|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{primitive?(f)} tests whether the polynomial \\spad{f} over a finite field is primitive,{} \\spadignore{i.e.} all its roots are primitive.")))
NIL
NIL
-(-370 -1610 GF)
+(-370 -4346 GF)
((|constructor| (NIL "\\spad{FiniteFieldPolynomialPackage2}(\\spad{F},{}GF) exports some functions concerning finite fields,{} which depend on a finite field {\\em GF} and an algebraic extension \\spad{F} of {\\em GF},{} \\spadignore{e.g.} a zero of a polynomial over {\\em GF} in \\spad{F}.")) (|rootOfIrreduciblePoly| ((|#1| (|SparseUnivariatePolynomial| |#2|)) "\\spad{rootOfIrreduciblePoly(f)} computes one root of the monic,{} irreducible polynomial \\spad{f},{} which degree must divide the extension degree of {\\em F} over {\\em GF},{} \\spadignore{i.e.} \\spad{f} splits into linear factors over {\\em F}.")) (|Frobenius| ((|#1| |#1|) "\\spad{Frobenius(x)} \\undocumented{}")) (|basis| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{basis(n)} \\undocumented{}")) (|lookup| (((|PositiveInteger|) |#1|) "\\spad{lookup(x)} \\undocumented{}")) (|coerce| ((|#1| |#2|) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-371 -1610 FP FPP)
+(-371 -4346 FP FPP)
((|constructor| (NIL "This package solves linear diophantine equations for Bivariate polynomials over finite fields")) (|solveLinearPolynomialEquation| (((|Union| (|List| |#3|) "failed") (|List| |#3|) |#3|) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}'s exists.")))
NIL
NIL
(-372 GF |n|)
((|constructor| (NIL "FiniteFieldExtensionByPolynomial(GF,{} \\spad{n}) implements an extension of the finite field {\\em GF} of degree \\spad{n} generated by the extension polynomial constructed by \\spadfunFrom{createIrreduciblePoly}{FiniteFieldPolynomialPackage} from \\spadtype{FiniteFieldPolynomialPackage}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-147))))
(-373 R |ls|)
((|constructor| (NIL "This is just an interface between several packages and domains. The goal is to compute lexicographical Groebner bases of sets of polynomial with type \\spadtype{Polynomial R} by the {\\em FGLM} algorithm if this is possible (\\spadignore{i.e.} if the input system generates a zero-dimensional ideal).")) (|groebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|))) "\\axiom{groebner(\\spad{lq1})} returns the lexicographical Groebner basis of \\axiom{\\spad{lq1}}. If \\axiom{\\spad{lq1}} generates a zero-dimensional ideal then the {\\em FGLM} strategy is used,{} otherwise the {\\em Sugar} strategy is used.")) (|fglmIfCan| (((|Union| (|List| (|Polynomial| |#1|)) "failed") (|List| (|Polynomial| |#1|))) "\\axiom{fglmIfCan(\\spad{lq1})} returns the lexicographical Groebner basis of \\axiom{\\spad{lq1}} by using the {\\em FGLM} strategy,{} if \\axiom{zeroDimensional?(\\spad{lq1})} holds.")) (|zeroDimensional?| (((|Boolean|) (|List| (|Polynomial| |#1|))) "\\axiom{zeroDimensional?(\\spad{lq1})} returns \\spad{true} iff \\axiom{\\spad{lq1}} generates a zero-dimensional ideal \\spad{w}.\\spad{r}.\\spad{t}. the variables of \\axiom{ls}.")))
NIL
NIL
(-374 S)
((|constructor| (NIL "The free group on a set \\spad{S} is the group of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are integers. The multiplication is not commutative.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|Integer|)))) $) "\\spad{factors(a1\\^e1,...,an\\^en)} returns \\spad{[[a1, e1],...,[an, en]]}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| (|Integer|) (|Integer|)) $) "\\spad{mapExpon(f, a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x, n)} returns the factor of the n^th monomial of \\spad{x}.")) (|nthExpon| (((|Integer|) $ (|Integer|)) "\\spad{nthExpon(x, n)} returns the exponent of the n^th monomial of \\spad{x}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (** (($ |#1| (|Integer|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-375 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.")))
@@ -1434,7 +1434,7 @@ NIL
NIL
(-376)
((|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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-377 S)
((|constructor| (NIL "This domain provides a basic model of files to save arbitrary values. The operations provide sequential access to the contents.")) (|readIfCan!| (((|Union| |#1| "failed") $) "\\spad{readIfCan!(f)} returns a value from the file \\spad{f},{} if possible. If \\spad{f} is not open for reading,{} or if \\spad{f} is at the end of file then \\spad{\"failed\"} is the result.")))
@@ -1450,7 +1450,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-571))))
(-380 R)
((|constructor| (NIL "A FiniteRankNonAssociativeAlgebra is a non associative algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|unitsKnown| ((|attribute|) "unitsKnown means that \\spadfun{recip} truly yields reciprocal or \\spad{\"failed\"} if not a unit,{} similarly for \\spadfun{leftRecip} and \\spadfun{rightRecip}. The reason is that we use left,{} respectively right,{} minimal polynomials to decide this question.")) (|unit| (((|Union| $ "failed")) "\\spad{unit()} returns a unit of the algebra (necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnit| (((|Union| $ "failed")) "\\spad{rightUnit()} returns a right unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|leftUnit| (((|Union| $ "failed")) "\\spad{leftUnit()} returns a left unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of right powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of left powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|associatorDependence| (((|List| (|Vector| |#1|))) "\\spad{associatorDependence()} looks for the associator identities,{} \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,b,c)} which yield 0,{} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}.")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|lieAlgebra?| (((|Boolean|)) "\\spad{lieAlgebra?()} tests if the algebra is anticommutative and \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jacobi identity). Example: for every associative algebra \\spad{(A,+,@)} we can construct a Lie algebra \\spad{(A,+,*)},{} where \\spad{a*b := a@b-b@a}.")) (|jordanAlgebra?| (((|Boolean|)) "\\spad{jordanAlgebra?()} tests if the algebra is commutative,{} characteristic is not 2,{} and \\spad{(a*b)*a**2 - a*(b*a**2) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jordan identity). Example: for every associative algebra \\spad{(A,+,@)} we can construct a Jordan algebra \\spad{(A,+,*)},{} where \\spad{a*b := (a@b+b@a)/2}.")) (|noncommutativeJordanAlgebra?| (((|Boolean|)) "\\spad{noncommutativeJordanAlgebra?()} tests if the algebra is flexible and Jordan admissible.")) (|jordanAdmissible?| (((|Boolean|)) "\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra,{} \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\"*\")} follows from by definition.")) (|lieAdmissible?| (((|Boolean|)) "\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra,{} \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition.")) (|jacobiIdentity?| (((|Boolean|)) "\\spad{jacobiIdentity?()} tests if \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. For example,{} this holds for crossed products of 3-dimensional vectors.")) (|powerAssociative?| (((|Boolean|)) "\\spad{powerAssociative?()} tests if all subalgebras generated by a single element are associative.")) (|alternative?| (((|Boolean|)) "\\spad{alternative?()} tests if \\spad{2*associator(a,a,b) = 0 = 2*associator(a,b,b)} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|flexible?| (((|Boolean|)) "\\spad{flexible?()} tests if \\spad{2*associator(a,b,a) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|rightAlternative?| (((|Boolean|)) "\\spad{rightAlternative?()} tests if \\spad{2*associator(a,b,b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|leftAlternative?| (((|Boolean|)) "\\spad{leftAlternative?()} tests if \\spad{2*associator(a,a,b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|antiAssociative?| (((|Boolean|)) "\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative,{} \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra.")) (|associative?| (((|Boolean|)) "\\spad{associative?()} tests if multiplication in algebra is associative.")) (|antiCommutative?| (((|Boolean|)) "\\spad{antiCommutative?()} tests if \\spad{a*a = 0} for all \\spad{a} in the algebra. Note: this implies \\spad{a*b + b*a = 0} for all \\spad{a} and \\spad{b}.")) (|commutative?| (((|Boolean|)) "\\spad{commutative?()} tests if multiplication in the algebra is commutative.")) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightCharacteristicPolynomial(a)} returns the characteristic polynomial of the right regular representation of \\spad{a} with respect to any basis.")) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftCharacteristicPolynomial(a)} returns the characteristic polynomial of the left regular representation of \\spad{a} with respect to any basis.")) (|rightTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{rightTraceMatrix([v1,...,vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}.")) (|leftTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{leftTraceMatrix([v1,...,vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}.")) (|rightDiscriminant| ((|#1| (|Vector| $)) "\\spad{rightDiscriminant([v1,...,vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(rightTraceMatrix([v1,...,vn]))}.")) (|leftDiscriminant| ((|#1| (|Vector| $)) "\\spad{leftDiscriminant([v1,...,vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(leftTraceMatrix([v1,...,vn]))}.")) (|represents| (($ (|Vector| |#1|) (|Vector| $)) "\\spad{represents([a1,...,am],[v1,...,vm])} returns the linear combination \\spad{a1*vm + ... + an*vm}.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([a1,...,am],[v1,...,vn])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{ai} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,[v1,...,vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#1| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#1| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#1| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#1| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|Vector| $)) "\\spad{structuralConstants([v1,v2,...,vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{vi * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,...,vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,...,vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
-((-4506 |has| |#1| (-571)) (-4504 . T) (-4503 . T))
+((-4507 |has| |#1| (-571)) (-4505 . T) (-4504 . T))
NIL
(-381)
((|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.")))
@@ -1462,15 +1462,15 @@ NIL
((|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-376))))
(-383 R UP)
((|constructor| (NIL "A FiniteRankAlgebra is an algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|minimalPolynomial| ((|#2| $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of \\spad{a}.")) (|characteristicPolynomial| ((|#2| $) "\\spad{characteristicPolynomial(a)} returns the characteristic polynomial of the regular representation of \\spad{a} with respect to any basis.")) (|traceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{traceMatrix([v1,..,vn])} is the \\spad{n}-by-\\spad{n} matrix ( Tr(\\spad{vi} * vj) )")) (|discriminant| ((|#1| (|Vector| $)) "\\spad{discriminant([v1,..,vn])} returns \\spad{determinant(traceMatrix([v1,..,vn]))}.")) (|represents| (($ (|Vector| |#1|) (|Vector| $)) "\\spad{represents([a1,..,an],[v1,..,vn])} returns \\spad{a1*v1 + ... + an*vn}.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([v1,...,vm], basis)} returns the coordinates of the \\spad{vi}'s with to the basis \\spad{basis}. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,basis)} returns the coordinates of \\spad{a} with respect to the \\spad{basis} \\spad{basis}.")) (|norm| ((|#1| $) "\\spad{norm(a)} returns the determinant of the regular representation of \\spad{a} with respect to any basis.")) (|trace| ((|#1| $) "\\spad{trace(a)} returns the trace of the regular representation of \\spad{a} with respect to any basis.")) (|regularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{regularRepresentation(a,basis)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{basis} \\spad{basis}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-384 A S)
((|constructor| (NIL "A finite linear aggregate is a linear aggregate of finite length. The finite property of the aggregate adds several exports to the list of exports from \\spadtype{LinearAggregate} such as \\spadfun{reverse},{} \\spadfun{sort},{} and so on.")) (|sort!| (($ $) "\\spad{sort!(u)} returns \\spad{u} with its elements in ascending order.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sort!(p,u)} returns \\spad{u} with its elements ordered by \\spad{p}.")) (|reverse!| (($ $) "\\spad{reverse!(u)} returns \\spad{u} with its elements in reverse order.")) (|copyInto!| (($ $ $ (|Integer|)) "\\spad{copyInto!(u,v,i)} returns aggregate \\spad{u} containing a copy of \\spad{v} inserted at element \\spad{i}.")) (|position| (((|Integer|) |#2| $ (|Integer|)) "\\spad{position(x,a,n)} returns the index \\spad{i} of the first occurrence of \\spad{x} in \\axiom{a} where \\axiom{\\spad{i} >= \\spad{n}},{} and \\axiom{minIndex(a) - 1} if no such \\spad{x} is found.") (((|Integer|) |#2| $) "\\spad{position(x,a)} returns the index \\spad{i} of the first occurrence of \\spad{x} in a,{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.") (((|Integer|) (|Mapping| (|Boolean|) |#2|) $) "\\spad{position(p,a)} returns the index \\spad{i} of the first \\spad{x} in \\axiom{a} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.")) (|sorted?| (((|Boolean|) $) "\\spad{sorted?(u)} tests if the elements of \\spad{u} are in ascending order.") (((|Boolean|) (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sorted?(p,a)} tests if \\axiom{a} is sorted according to predicate \\spad{p}.")) (|sort| (($ $) "\\spad{sort(u)} returns an \\spad{u} with elements in ascending order. Note: \\axiom{sort(\\spad{u}) = sort(<=,{}\\spad{u})}.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sort(p,a)} returns a copy of \\axiom{a} sorted using total ordering predicate \\spad{p}.")) (|reverse| (($ $) "\\spad{reverse(a)} returns a copy of \\axiom{a} with elements in reverse order.")) (|merge| (($ $ $) "\\spad{merge(u,v)} merges \\spad{u} and \\spad{v} in ascending order. Note: \\axiom{merge(\\spad{u},{}\\spad{v}) = merge(<=,{}\\spad{u},{}\\spad{v})}.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $ $) "\\spad{merge(p,a,b)} returns an aggregate \\spad{c} which merges \\axiom{a} and \\spad{b}. The result is produced by examining each element \\spad{x} of \\axiom{a} and \\spad{y} of \\spad{b} successively. If \\axiom{\\spad{p}(\\spad{x},{}\\spad{y})} is \\spad{true},{} then \\spad{x} is inserted into the result; otherwise \\spad{y} is inserted. If \\spad{x} is chosen,{} the next element of \\axiom{a} is examined,{} and so on. When all the elements of one aggregate are examined,{} the remaining elements of the other are appended. For example,{} \\axiom{merge(<,{}[1,{}3],{}[2,{}7,{}5])} returns \\axiom{[1,{}2,{}3,{}7,{}5]}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4510)) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1132))))
+((|HasAttribute| |#1| (QUOTE -4511)) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1133))))
(-385 S)
((|constructor| (NIL "A finite linear aggregate is a linear aggregate of finite length. The finite property of the aggregate adds several exports to the list of exports from \\spadtype{LinearAggregate} such as \\spadfun{reverse},{} \\spadfun{sort},{} and so on.")) (|sort!| (($ $) "\\spad{sort!(u)} returns \\spad{u} with its elements in ascending order.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sort!(p,u)} returns \\spad{u} with its elements ordered by \\spad{p}.")) (|reverse!| (($ $) "\\spad{reverse!(u)} returns \\spad{u} with its elements in reverse order.")) (|copyInto!| (($ $ $ (|Integer|)) "\\spad{copyInto!(u,v,i)} returns aggregate \\spad{u} containing a copy of \\spad{v} inserted at element \\spad{i}.")) (|position| (((|Integer|) |#1| $ (|Integer|)) "\\spad{position(x,a,n)} returns the index \\spad{i} of the first occurrence of \\spad{x} in \\axiom{a} where \\axiom{\\spad{i} >= \\spad{n}},{} and \\axiom{minIndex(a) - 1} if no such \\spad{x} is found.") (((|Integer|) |#1| $) "\\spad{position(x,a)} returns the index \\spad{i} of the first occurrence of \\spad{x} in a,{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.") (((|Integer|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{position(p,a)} returns the index \\spad{i} of the first \\spad{x} in \\axiom{a} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.")) (|sorted?| (((|Boolean|) $) "\\spad{sorted?(u)} tests if the elements of \\spad{u} are in ascending order.") (((|Boolean|) (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sorted?(p,a)} tests if \\axiom{a} is sorted according to predicate \\spad{p}.")) (|sort| (($ $) "\\spad{sort(u)} returns an \\spad{u} with elements in ascending order. Note: \\axiom{sort(\\spad{u}) = sort(<=,{}\\spad{u})}.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sort(p,a)} returns a copy of \\axiom{a} sorted using total ordering predicate \\spad{p}.")) (|reverse| (($ $) "\\spad{reverse(a)} returns a copy of \\axiom{a} with elements in reverse order.")) (|merge| (($ $ $) "\\spad{merge(u,v)} merges \\spad{u} and \\spad{v} in ascending order. Note: \\axiom{merge(\\spad{u},{}\\spad{v}) = merge(<=,{}\\spad{u},{}\\spad{v})}.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $ $) "\\spad{merge(p,a,b)} returns an aggregate \\spad{c} which merges \\axiom{a} and \\spad{b}. The result is produced by examining each element \\spad{x} of \\axiom{a} and \\spad{y} of \\spad{b} successively. If \\axiom{\\spad{p}(\\spad{x},{}\\spad{y})} is \\spad{true},{} then \\spad{x} is inserted into the result; otherwise \\spad{y} is inserted. If \\spad{x} is chosen,{} the next element of \\axiom{a} is examined,{} and so on. When all the elements of one aggregate are examined,{} the remaining elements of the other are appended. For example,{} \\axiom{merge(<,{}[1,{}3],{}[2,{}7,{}5])} returns \\axiom{[1,{}2,{}3,{}7,{}5]}.")))
-((-4509 . T))
+((-4510 . T))
NIL
(-386 S A R B)
((|constructor| (NIL "\\spad{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.")))
@@ -1478,7 +1478,7 @@ NIL
NIL
(-387 |VarSet| R)
((|constructor| (NIL "The category of free Lie algebras. It is used by domains of non-commutative algebra: \\spadtype{LiePolynomial} and \\spadtype{XPBWPolynomial}. \\newline Author: Michel Petitot (petitot@lifl.fr)")) (|eval| (($ $ (|List| |#1|) (|List| $)) "\\axiom{eval(\\spad{p},{} [\\spad{x1},{}...,{}xn],{} [\\spad{v1},{}...,{}vn])} replaces \\axiom{\\spad{xi}} by \\axiom{\\spad{vi}} in \\axiom{\\spad{p}}.") (($ $ |#1| $) "\\axiom{eval(\\spad{p},{} \\spad{x},{} \\spad{v})} replaces \\axiom{\\spad{x}} by \\axiom{\\spad{v}} in \\axiom{\\spad{p}}.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|trunc| (($ $ (|NonNegativeInteger|)) "\\axiom{trunc(\\spad{p},{}\\spad{n})} returns the polynomial \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{x})} returns \\axiom{Sum(r_i mirror(w_i))} if \\axiom{\\spad{x}} is \\axiom{Sum(r_i w_i)}.")) (|LiePoly| (($ (|LyndonWord| |#1|)) "\\axiom{LiePoly(\\spad{l})} returns the bracketed form of \\axiom{\\spad{l}} as a Lie polynomial.")) (|rquo| (((|XRecursivePolynomial| |#1| |#2|) (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{rquo(\\spad{x},{}\\spad{y})} returns the right simplification of \\axiom{\\spad{x}} by \\axiom{\\spad{y}}.")) (|lquo| (((|XRecursivePolynomial| |#1| |#2|) (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{lquo(\\spad{x},{}\\spad{y})} returns the left simplification of \\axiom{\\spad{x}} by \\axiom{\\spad{y}}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(\\spad{x})} returns the greatest length of a word in the support of \\axiom{\\spad{x}}.")) (|coerce| (((|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as a recursive polynomial.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as distributed polynomial.") (($ |#1|) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as a Lie polynomial.")) (|coef| ((|#2| (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coef(\\spad{x},{}\\spad{y})} returns the scalar product of \\axiom{\\spad{x}} by \\axiom{\\spad{y}},{} the set of words being regarded as an orthogonal basis.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-4504 . T) (-4503 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4505 . T) (-4504 . T))
NIL
(-388 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.")))
@@ -1494,7 +1494,7 @@ NIL
NIL
(-391)
((|constructor| (NIL "\\spadtype{Float} implements arbitrary precision floating point arithmetic. The number of significant digits of each operation can be set to an arbitrary value (the default is 20 decimal digits). The operation \\spad{float(mantissa,exponent,\\spadfunFrom{base}{FloatingPointSystem})} for integer \\spad{mantissa},{} \\spad{exponent} specifies the number \\spad{mantissa * \\spadfunFrom{base}{FloatingPointSystem} ** exponent} The underlying representation for floats is binary not decimal. The implications of this are described below. \\blankline The model adopted is that arithmetic operations are rounded to to nearest unit in the last place,{} that is,{} accurate to within \\spad{2**(-\\spadfunFrom{bits}{FloatingPointSystem})}. Also,{} the elementary functions and constants are accurate to one unit in the last place. A float is represented as a record of two integers,{} the mantissa and the exponent. The \\spadfunFrom{base}{FloatingPointSystem} of the representation is binary,{} hence a \\spad{Record(m:mantissa,e:exponent)} represents the number \\spad{m * 2 ** e}. Though it is not assumed that the underlying integers are represented with a binary \\spadfunFrom{base}{FloatingPointSystem},{} the code will be most efficient when this is the the case (this is \\spad{true} in most implementations of Lisp). The decision to choose the \\spadfunFrom{base}{FloatingPointSystem} to be binary has some unfortunate consequences. First,{} decimal numbers like 0.3 cannot be represented exactly. Second,{} there is a further loss of accuracy during conversion to decimal for output. To compensate for this,{} if \\spad{d} digits of precision are specified,{} \\spad{1 + ceiling(log2 d)} bits are used. Two numbers that are displayed identically may therefore be not equal. On the other hand,{} a significant efficiency loss would be incurred if we chose to use a decimal \\spadfunFrom{base}{FloatingPointSystem} when the underlying integer base is binary. \\blankline Algorithms used: For the elementary functions,{} the general approach is to apply identities so that the taylor series can be used,{} and,{} so that it will converge within \\spad{O( sqrt n )} steps. For example,{} using the identity \\spad{exp(x) = exp(x/2)**2},{} we can compute \\spad{exp(1/3)} to \\spad{n} digits of precision as follows. We have \\spad{exp(1/3) = exp(2 ** (-sqrt s) / 3) ** (2 ** sqrt s)}. The taylor series will converge in less than sqrt \\spad{n} steps and the exponentiation requires sqrt \\spad{n} multiplications for a total of \\spad{2 sqrt n} multiplications. Assuming integer multiplication costs \\spad{O( n**2 )} the overall running time is \\spad{O( sqrt(n) n**2 )}. This approach is the best known approach for precisions up to about 10,{}000 digits at which point the methods of Brent which are \\spad{O( log(n) n**2 )} become competitive. Note also that summing the terms of the taylor series for the elementary functions is done using integer operations. This avoids the overhead of floating point operations and results in efficient code at low precisions. This implementation makes no attempt to reuse storage,{} relying on the underlying system to do \\spadgloss{garbage collection}. \\spad{I} estimate that the efficiency of this package at low precisions could be improved by a factor of 2 if in-place operations were available. \\blankline Running times: in the following,{} \\spad{n} is the number of bits of precision \\indented{5}{\\spad{*},{} \\spad{/},{} \\spad{sqrt},{} \\spad{pi},{} \\spad{exp1},{} \\spad{log2},{} \\spad{log10}: \\spad{ O( n**2 )}} \\indented{5}{\\spad{exp},{} \\spad{log},{} \\spad{sin},{} \\spad{atan}:\\space{2}\\spad{ O( sqrt(n) n**2 )}} The other elementary functions are coded in terms of the ones above.")) (|outputSpacing| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputSpacing(n)} inserts a space after \\spad{n} (default 10) digits on output; outputSpacing(0) means no spaces are inserted.")) (|outputGeneral| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputGeneral(n)} sets the output mode to general notation with \\spad{n} significant digits displayed.") (((|Void|)) "\\spad{outputGeneral()} sets the output mode (default mode) to general notation; numbers will be displayed in either fixed or floating (scientific) notation depending on the magnitude.")) (|outputFixed| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFixed(n)} sets the output mode to fixed point notation,{} with \\spad{n} digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFixed()} sets the output mode to fixed point notation; the output will contain a decimal point.")) (|outputFloating| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFloating(n)} sets the output mode to floating (scientific) notation with \\spad{n} significant digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFloating()} sets the output mode to floating (scientific) notation,{} \\spadignore{i.e.} \\spad{mantissa * 10 exponent} is displayed as \\spad{0.mantissa E exponent}.")) (|atan| (($ $ $) "\\spad{atan(x,y)} computes the arc tangent from \\spad{x} with phase \\spad{y}.")) (|exp1| (($) "\\spad{exp1()} returns exp 1: \\spad{2.7182818284...}.")) (|log10| (($ $) "\\spad{log10(x)} computes the logarithm for \\spad{x} to base 10.") (($) "\\spad{log10()} returns \\spad{ln 10}: \\spad{2.3025809299...}.")) (|log2| (($ $) "\\spad{log2(x)} computes the logarithm for \\spad{x} to base 2.") (($) "\\spad{log2()} returns \\spad{ln 2},{} \\spadignore{i.e.} \\spad{0.6931471805...}.")) (|rationalApproximation| (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n, b)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< b**(-n)},{} that is \\spad{|(r-f)/f| < b**(-n)}.") (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< 10**(-n)}.")) (|shift| (($ $ (|Integer|)) "\\spad{shift(x,n)} adds \\spad{n} to the exponent of float \\spad{x}.")) (|relerror| (((|Integer|) $ $) "\\spad{relerror(x,y)} computes the absolute value of \\spad{x - y} divided by \\spad{y},{} when \\spad{y \\~= 0}.")) (|normalize| (($ $) "\\spad{normalize(x)} normalizes \\spad{x} at current precision.")) (** (($ $ $) "\\spad{x ** y} computes \\spad{exp(y log x)} where \\spad{x >= 0}.")) (/ (($ $ (|Integer|)) "\\spad{x / i} computes the division from \\spad{x} by an integer \\spad{i}.")))
-((-4492 . T) (-4500 . T) (-2941 . T) (-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4493 . T) (-4501 . T) (-4430 . T) (-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-392 |Par|)
((|constructor| (NIL "\\indented{3}{This is a package for the approximation of complex solutions for} systems of equations of rational functions with complex rational coefficients. The results are expressed as either complex rational numbers or complex floats depending on the type of the precision parameter which can be either a rational number or a floating point number.")) (|complexRoots| (((|List| (|List| (|Complex| |#1|))) (|List| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) (|List| (|Symbol|)) |#1|) "\\spad{complexRoots(lrf, lv, eps)} finds all the complex solutions of a list of rational functions with rational number coefficients with respect the the variables appearing in \\spad{lv}. Each solution is computed to precision eps and returned as list corresponding to the order of variables in \\spad{lv}.") (((|List| (|Complex| |#1|)) (|Fraction| (|Polynomial| (|Complex| (|Integer|)))) |#1|) "\\spad{complexRoots(rf, eps)} finds all the complex solutions of a univariate rational function with rational number coefficients. The solutions are computed to precision eps.")) (|complexSolve| (((|List| (|Equation| (|Polynomial| (|Complex| |#1|)))) (|Equation| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) |#1|) "\\spad{complexSolve(eq,eps)} finds all the complex solutions of the equation \\spad{eq} of rational functions with rational rational coefficients with respect to all the variables appearing in \\spad{eq},{} with precision \\spad{eps}.") (((|List| (|Equation| (|Polynomial| (|Complex| |#1|)))) (|Fraction| (|Polynomial| (|Complex| (|Integer|)))) |#1|) "\\spad{complexSolve(p,eps)} find all the complex solutions of the rational function \\spad{p} with complex rational coefficients with respect to all the variables appearing in \\spad{p},{} with precision \\spad{eps}.") (((|List| (|List| (|Equation| (|Polynomial| (|Complex| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| (|Complex| (|Integer|)))))) |#1|) "\\spad{complexSolve(leq,eps)} finds all the complex solutions to precision \\spad{eps} of the system \\spad{leq} of equations of rational functions over complex rationals with respect to all the variables appearing in lp.") (((|List| (|List| (|Equation| (|Polynomial| (|Complex| |#1|))))) (|List| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) |#1|) "\\spad{complexSolve(lp,eps)} finds all the complex solutions to precision \\spad{eps} of the system \\spad{lp} of rational functions over the complex rationals with respect to all the variables appearing in \\spad{lp}.")))
@@ -1506,11 +1506,11 @@ NIL
NIL
(-394 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.")))
-((-4504 . T) (-4503 . T))
-((|HasCategory| |#1| (QUOTE (-175))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))))
+((-4505 . T) (-4504 . T))
+((|HasCategory| |#1| (QUOTE (-175))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))))
(-395 R S)
((|constructor| (NIL "This domain implements linear combinations of elements from the domain \\spad{S} with coefficients in the domain \\spad{R} where \\spad{S} is an ordered set and \\spad{R} is a ring (which may be non-commutative). This domain is used by domains of non-commutative algebra such as: \\indented{4}{\\spadtype{XDistributedPolynomial},{}} \\indented{4}{\\spadtype{XRecursivePolynomial}.} Author: Michel Petitot (petitot@lifl.fr)")) (* (($ |#2| |#1|) "\\spad{s*r} returns the product \\spad{r*s} used by \\spadtype{XRecursivePolynomial}")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
((|HasCategory| |#1| (QUOTE (-175))))
(-396)
((|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}.")))
@@ -1518,7 +1518,7 @@ NIL
NIL
(-397 R |Basis|)
((|constructor| (NIL "A domain of this category implements formal linear combinations of elements from a domain \\spad{Basis} with coefficients in a domain \\spad{R}. The domain \\spad{Basis} needs only to belong to the category \\spadtype{SetCategory} and \\spad{R} to the category \\spadtype{Ring}. Thus the coefficient ring may be non-commutative. See the \\spadtype{XDistributedPolynomial} constructor for examples of domains built with the \\spadtype{FreeModuleCat} category constructor. Author: Michel Petitot (petitot@lifl.fr)")) (|reductum| (($ $) "\\spad{reductum(x)} returns \\spad{x} minus its leading term.")) (|leadingTerm| (((|Record| (|:| |k| |#2|) (|:| |c| |#1|)) $) "\\spad{leadingTerm(x)} returns the first term which appears in \\spad{ListOfTerms(x)}.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(x)} returns the first coefficient which appears in \\spad{ListOfTerms(x)}.")) (|leadingMonomial| ((|#2| $) "\\spad{leadingMonomial(x)} returns the first element from \\spad{Basis} which appears in \\spad{ListOfTerms(x)}.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(x)} returns the number of monomials of \\spad{x}.")) (|monomials| (((|List| $) $) "\\spad{monomials(x)} returns the list of \\spad{r_i*b_i} whose sum is \\spad{x}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(x)} returns the list of coefficients of \\spad{x}.")) (|ListOfTerms| (((|List| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) "\\spad{ListOfTerms(x)} returns a list \\spad{lt} of terms with type \\spad{Record(k: Basis, c: R)} such that \\spad{x} equals \\spad{reduce(+, map(x +-> monom(x.k, x.c), lt))}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(x)} returns \\spad{true} if \\spad{x} contains a single monomial.")) (|monom| (($ |#2| |#1|) "\\spad{monom(b,r)} returns the element with the single monomial \\indented{1}{\\spad{b} and coefficient \\spad{r}.}")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,u)} maps function \\spad{fn} onto the coefficients \\indented{1}{of the non-zero monomials of \\spad{u}.}")) (|coefficient| ((|#1| $ |#2|) "\\spad{coefficient(x,b)} returns the coefficient of \\spad{b} in \\spad{x}.")) (* (($ |#1| |#2|) "\\spad{r*b} returns the product of \\spad{r} by \\spad{b}.")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
(-398)
((|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.}")))
@@ -1531,10 +1531,10 @@ NIL
(-400 S)
((|constructor| (NIL "The free monoid on a set \\spad{S} is the monoid of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are nonnegative integers. The multiplication is not commutative.")))
NIL
-((|HasCategory| |#1| (QUOTE (-871))))
+((|HasCategory| |#1| (QUOTE (-872))))
(-401)
((|constructor| (NIL "A category of domains which model machine arithmetic used by machines in the AXIOM-NAG link.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-402)
((|constructor| (NIL "This domain provides an interface to names in the file system.")))
@@ -1546,13 +1546,13 @@ NIL
NIL
(-404 |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")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
(-405)
((|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
-(-406 -1610 UP UPUP R)
+(-406 -4346 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
@@ -1576,11 +1576,11 @@ NIL
((|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.}")))
NIL
NIL
-(-412 -3952 |returnType| -4118 |symbols|)
+(-412 -2187 |returnType| -4401 |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
-(-413 -1610 UP)
+(-413 -4346 UP)
((|constructor| (NIL "\\indented{1}{Full partial fraction expansion of rational functions} Author: Manuel Bronstein Date Created: 9 December 1992 Date Last Updated: June 18,{} 2010 References: \\spad{M}.Bronstein & \\spad{B}.Salvy,{} \\indented{12}{Full Partial Fraction Decomposition of Rational Functions,{}} \\indented{12}{in Proceedings of \\spad{ISSAC'93},{} Kiev,{} ACM Press.}")) (|construct| (($ (|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|)))) "\\spad{construct(l)} is the inverse of fracPart.")) (|fracPart| (((|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|))) $) "\\spad{fracPart(f)} returns the list of summands of the fractional part of \\spad{f}.")) (|polyPart| ((|#2| $) "\\spad{polyPart(f)} returns the polynomial part of \\spad{f}.")) (|fullPartialFraction| (($ (|Fraction| |#2|)) "\\spad{fullPartialFraction(f)} returns \\spad{[p, [[j, Dj, Hj]...]]} such that \\spad{f = p(x) + \\sum_{[j,Dj,Hj] in l} \\sum_{Dj(a)=0} Hj(a)/(x - a)\\^j}.")) (+ (($ |#2| $) "\\spad{p + x} returns the sum of \\spad{p} and \\spad{x}")))
NIL
NIL
@@ -1594,28 +1594,28 @@ NIL
NIL
(-416)
((|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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-417 S)
((|constructor| (NIL "This category is intended as a model for floating point systems. A floating point system is a model for the real numbers. In fact,{} it is an approximation in the sense that not all real numbers are exactly representable by floating point numbers. A floating point system is characterized by the following: \\blankline \\indented{2}{1: \\spadfunFrom{base}{FloatingPointSystem} of the \\spadfunFrom{exponent}{FloatingPointSystem}.} \\indented{9}{(actual implemenations are usually binary or decimal)} \\indented{2}{2: \\spadfunFrom{precision}{FloatingPointSystem} of the \\spadfunFrom{mantissa}{FloatingPointSystem} (arbitrary or fixed)} \\indented{2}{3: rounding error for operations} \\blankline Because a Float is an approximation to the real numbers,{} even though it is defined to be a join of a Field and OrderedRing,{} some of the attributes do not hold. In particular associative(\"+\") does not hold. Algorithms defined over a field need special considerations when the field is a floating point system.")) (|max| (($) "\\spad{max()} returns the maximum floating point number.")) (|min| (($) "\\spad{min()} returns the minimum floating point number.")) (|decreasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{decreasePrecision(n)} decreases the current \\spadfunFrom{precision}{FloatingPointSystem} precision by \\spad{n} decimal digits.")) (|increasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{increasePrecision(n)} increases the current \\spadfunFrom{precision}{FloatingPointSystem} by \\spad{n} decimal digits.")) (|precision| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{precision(n)} set the precision in the base to \\spad{n} decimal digits.") (((|PositiveInteger|)) "\\spad{precision()} returns the precision in digits base.")) (|digits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{digits(d)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{d} digits.") (((|PositiveInteger|)) "\\spad{digits()} returns ceiling's precision in decimal digits.")) (|bits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{bits(n)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{n} bits.") (((|PositiveInteger|)) "\\spad{bits()} returns ceiling's precision in bits.")) (|mantissa| (((|Integer|) $) "\\spad{mantissa(x)} returns the mantissa part of \\spad{x}.")) (|exponent| (((|Integer|) $) "\\spad{exponent(x)} returns the \\spadfunFrom{exponent}{FloatingPointSystem} part of \\spad{x}.")) (|base| (((|PositiveInteger|)) "\\spad{base()} returns the base of the \\spadfunFrom{exponent}{FloatingPointSystem}.")) (|order| (((|Integer|) $) "\\spad{order x} is the order of magnitude of \\spad{x}. Note: \\spad{base ** order x <= |x| < base ** (1 + order x)}.")) (|float| (($ (|Integer|) (|Integer|) (|PositiveInteger|)) "\\spad{float(a,e,b)} returns \\spad{a * b ** e}.") (($ (|Integer|) (|Integer|)) "\\spad{float(a,e)} returns \\spad{a * base() ** e}.")) (|approximate| ((|attribute|) "\\spad{approximate} means \"is an approximation to the real numbers\".")))
NIL
-((|HasAttribute| |#1| (QUOTE -4492)) (|HasAttribute| |#1| (QUOTE -4500)))
+((|HasAttribute| |#1| (QUOTE -4493)) (|HasAttribute| |#1| (QUOTE -4501)))
(-418)
((|constructor| (NIL "This category is intended as a model for floating point systems. A floating point system is a model for the real numbers. In fact,{} it is an approximation in the sense that not all real numbers are exactly representable by floating point numbers. A floating point system is characterized by the following: \\blankline \\indented{2}{1: \\spadfunFrom{base}{FloatingPointSystem} of the \\spadfunFrom{exponent}{FloatingPointSystem}.} \\indented{9}{(actual implemenations are usually binary or decimal)} \\indented{2}{2: \\spadfunFrom{precision}{FloatingPointSystem} of the \\spadfunFrom{mantissa}{FloatingPointSystem} (arbitrary or fixed)} \\indented{2}{3: rounding error for operations} \\blankline Because a Float is an approximation to the real numbers,{} even though it is defined to be a join of a Field and OrderedRing,{} some of the attributes do not hold. In particular associative(\"+\") does not hold. Algorithms defined over a field need special considerations when the field is a floating point system.")) (|max| (($) "\\spad{max()} returns the maximum floating point number.")) (|min| (($) "\\spad{min()} returns the minimum floating point number.")) (|decreasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{decreasePrecision(n)} decreases the current \\spadfunFrom{precision}{FloatingPointSystem} precision by \\spad{n} decimal digits.")) (|increasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{increasePrecision(n)} increases the current \\spadfunFrom{precision}{FloatingPointSystem} by \\spad{n} decimal digits.")) (|precision| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{precision(n)} set the precision in the base to \\spad{n} decimal digits.") (((|PositiveInteger|)) "\\spad{precision()} returns the precision in digits base.")) (|digits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{digits(d)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{d} digits.") (((|PositiveInteger|)) "\\spad{digits()} returns ceiling's precision in decimal digits.")) (|bits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{bits(n)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{n} bits.") (((|PositiveInteger|)) "\\spad{bits()} returns ceiling's precision in bits.")) (|mantissa| (((|Integer|) $) "\\spad{mantissa(x)} returns the mantissa part of \\spad{x}.")) (|exponent| (((|Integer|) $) "\\spad{exponent(x)} returns the \\spadfunFrom{exponent}{FloatingPointSystem} part of \\spad{x}.")) (|base| (((|PositiveInteger|)) "\\spad{base()} returns the base of the \\spadfunFrom{exponent}{FloatingPointSystem}.")) (|order| (((|Integer|) $) "\\spad{order x} is the order of magnitude of \\spad{x}. Note: \\spad{base ** order x <= |x| < base ** (1 + order x)}.")) (|float| (($ (|Integer|) (|Integer|) (|PositiveInteger|)) "\\spad{float(a,e,b)} returns \\spad{a * b ** e}.") (($ (|Integer|) (|Integer|)) "\\spad{float(a,e)} returns \\spad{a * base() ** e}.")) (|approximate| ((|attribute|) "\\spad{approximate} means \"is an approximation to the real numbers\".")))
-((-2941 . T) (-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4430 . T) (-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-419 R)
((|constructor| (NIL "\\spadtype{Factored} creates a domain whose objects are kept in factored form as long as possible. Thus certain operations like multiplication and gcd are relatively easy to do. Others,{} like addition require somewhat more work,{} and unless the argument domain provides a factor function,{} the result may not be completely factored. Each object consists of a unit and a list of factors,{} where a factor has a member of \\spad{R} (the \"base\"),{} and exponent and a flag indicating what is known about the base. A flag may be one of \"nil\",{} \"sqfr\",{} \"irred\" or \"prime\",{} which respectively mean that nothing is known about the base,{} it is square-free,{} it is irreducible,{} or it is prime. The current restriction to integral domains allows simplification to be performed without worrying about multiplication order.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(u)} returns a rational number if \\spad{u} really is one,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(u)} assumes spadvar{\\spad{u}} is actually a rational number and does the conversion to rational number (see \\spadtype{Fraction Integer}).")) (|rational?| (((|Boolean|) $) "\\spad{rational?(u)} tests if \\spadvar{\\spad{u}} is actually a rational number (see \\spadtype{Fraction Integer}).")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,u)} maps the function \\userfun{\\spad{fn}} across the factors of \\spadvar{\\spad{u}} and creates a new factored object. Note: this clears the information flags (sets them to \"nil\") because the effect of \\userfun{\\spad{fn}} is clearly not known in general.")) (|unitNormalize| (($ $) "\\spad{unitNormalize(u)} normalizes the unit part of the factorization. For example,{} when working with factored integers,{} this operation will ensure that the bases are all positive integers.")) (|unit| ((|#1| $) "\\spad{unit(u)} extracts the unit part of the factorization.")) (|flagFactor| (($ |#1| (|Integer|) (|Union| "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.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1208)) (QUOTE $))) (|HasCategory| |#1| (|%list| (QUOTE -321) (QUOTE $))) (|HasCategory| |#1| (|%list| (QUOTE -298) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-1253))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-1253)))) (|HasCategory| |#1| (QUOTE (-1051))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-466))))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1209)) (QUOTE $))) (|HasCategory| |#1| (|%list| (QUOTE -321) (QUOTE $))) (|HasCategory| |#1| (|%list| (QUOTE -298) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-1254))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-1254)))) (|HasCategory| |#1| (QUOTE (-1052))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-466))))
(-420 R S)
((|constructor| (NIL "\\spadtype{FactoredFunctions2} contains functions that involve factored objects whose underlying domains may not be the same. For example,{} \\spadfun{map} might be used to coerce an object of type \\spadtype{Factored(Integer)} to \\spadtype{Factored(Complex(Integer))}.")) (|map| (((|Factored| |#2|) (|Mapping| |#2| |#1|) (|Factored| |#1|)) "\\spad{map(fn,u)} is used to apply the function \\userfun{\\spad{fn}} to every factor of \\spadvar{\\spad{u}}. The new factored object will have all its information flags set to \"nil\". This function is used,{} for example,{} to coerce every factor base to another type.")))
NIL
NIL
(-421 S)
((|constructor| (NIL "Fraction takes an IntegralDomain \\spad{S} and produces the domain of Fractions with numerators and denominators from \\spad{S}. If \\spad{S} is also a GcdDomain,{} then gcd's between numerator and denominator will be cancelled during all operations.")) (|canonical| ((|attribute|) "\\spad{canonical} means that equal elements are in fact identical.")))
-((-4496 -12 (|has| |#1| (-6 -4507)) (|has| |#1| (-466)) (|has| |#1| (-6 -4496))) (-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-843)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (QUOTE (-1051))) (|HasCategory| |#1| (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-871)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-843)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-1183))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-843)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-843))))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-843))))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-843)))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-559))) (-12 (|HasAttribute| |#1| (QUOTE -4507)) (|HasAttribute| |#1| (QUOTE -4496)) (|HasCategory| |#1| (QUOTE (-466)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
+((-4497 -12 (|has| |#1| (-6 -4508)) (|has| |#1| (-466)) (|has| |#1| (-6 -4497))) (-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-845)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (QUOTE (-1052))) (|HasCategory| |#1| (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-872)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-845)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-1184))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-845)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-845))))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-845))))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-845)))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-559))) (-12 (|HasAttribute| |#1| (QUOTE -4508)) (|HasAttribute| |#1| (QUOTE -4497)) (|HasCategory| |#1| (QUOTE (-466)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
(-422 A B)
((|constructor| (NIL "This package extends a map between integral domains to a map between Fractions over those domains by applying the map to the numerators and denominators.")) (|map| (((|Fraction| |#2|) (|Mapping| |#2| |#1|) (|Fraction| |#1|)) "\\spad{map(func,frac)} applies the function \\spad{func} to the numerator and denominator of the fraction \\spad{frac}.")))
NIL
@@ -1626,28 +1626,28 @@ NIL
NIL
(-424 R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#1|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#1|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#1|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(vi * vj)} ),{} where \\spad{v1},{} ...,{} vn are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} vn are the elements of the fixed basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} vn are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,...,vm])} returns the coordinates of the \\spad{vi}'s with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-425 A S)
((|constructor| (NIL "\\indented{2}{A is fully retractable to \\spad{B} means that A is retractable to \\spad{B},{} and,{}} \\indented{2}{in addition,{} if \\spad{B} is retractable to the integers or rational} \\indented{2}{numbers then so is A.} \\indented{2}{In particular,{} what we are asserting is that there are no integers} \\indented{2}{(rationals) in A which don't retract into \\spad{B}.} Date Created: March 1990 Date Last Updated: 9 April 1991")))
NIL
-((|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))
+((|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))
(-426 S)
((|constructor| (NIL "\\indented{2}{A is fully retractable to \\spad{B} means that A is retractable to \\spad{B},{} and,{}} \\indented{2}{in addition,{} if \\spad{B} is retractable to the integers or rational} \\indented{2}{numbers then so is A.} \\indented{2}{In particular,{} what we are asserting is that there are no integers} \\indented{2}{(rationals) in A which don't retract into \\spad{B}.} Date Created: March 1990 Date Last Updated: 9 April 1991")))
NIL
NIL
-(-427 R -1610 UP A)
+(-427 R -4346 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)}.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-428 R1 F1 U1 A1 R2 F2 U2 A2)
((|constructor| (NIL "\\indented{1}{Lifting of morphisms to fractional ideals.} Author: Manuel Bronstein Date Created: 1 Feb 1989 Date Last Updated: 27 Feb 1990 Keywords: ideal,{} algebra,{} module.")) (|map| (((|FractionalIdeal| |#5| |#6| |#7| |#8|) (|Mapping| |#5| |#1|) (|FractionalIdeal| |#1| |#2| |#3| |#4|)) "\\spad{map(f,i)} \\undocumented{}")))
NIL
NIL
-(-429 R -1610 UP A |ibasis|)
+(-429 R -4346 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 -1069) (|devaluate| |#2|))))
+((|HasCategory| |#4| (|%list| (QUOTE -1070) (|devaluate| |#2|))))
(-430 AR R AS S)
((|constructor| (NIL "\\spad{FramedNonAssociativeAlgebraFunctions2} implements functions between two framed non associative algebra domains defined over different rings. The function map is used to coerce between algebras over different domains having the same structural constants.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,u)} maps \\spad{f} onto the coordinates of \\spad{u} to get an element in \\spad{AS} via identification of the basis of \\spad{AR} as beginning part of the basis of \\spad{AS}.")))
NIL
@@ -1658,7 +1658,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-376))))
(-432 R)
((|constructor| (NIL "FramedNonAssociativeAlgebra(\\spad{R}) is a \\spadtype{FiniteRankNonAssociativeAlgebra} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank) over a commutative ring \\spad{R} together with a fixed \\spad{R}-module basis.")) (|apply| (($ (|Matrix| |#1|) $) "\\spad{apply(m,a)} defines a left operation of \\spad{n} by \\spad{n} matrices where \\spad{n} is the rank of the algebra in terms of matrix-vector multiplication,{} this is a substitute for a left module structure. Error: if shape of matrix doesn't fit.")) (|rightRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{rightRankPolynomial()} calculates the right minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|leftRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{leftRankPolynomial()} calculates the left minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{rightRegularRepresentation(a)} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{leftRegularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|rightTraceMatrix| (((|Matrix| |#1|)) "\\spad{rightTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|leftTraceMatrix| (((|Matrix| |#1|)) "\\spad{leftTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|rightDiscriminant| ((|#1|) "\\spad{rightDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(rightTraceMatrix())}.")) (|leftDiscriminant| ((|#1|) "\\spad{leftDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(leftTraceMatrix())}.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,...,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,...,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|))) "\\spad{conditionsForIdempotents()} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the fixed \\spad{R}-module basis.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|))) "\\spad{structuralConstants()} calculates the structural constants \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{vi * vj = gammaij1 * v1 + ... + gammaijn * vn},{} where \\spad{v1},{}...,{}\\spad{vn} is the fixed \\spad{R}-module basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([a1,...,am])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{ai} with respect to the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-4506 |has| |#1| (-571)) (-4504 . T) (-4503 . T))
+((-4507 |has| |#1| (-571)) (-4505 . T) (-4504 . T))
NIL
(-433 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)}.")))
@@ -1667,10 +1667,10 @@ NIL
(-434 S R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f, k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#2| (|Kernel| $)) (|SparseMultivariatePolynomial| |#2| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#2| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#2| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#2|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#2|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#2|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#2| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n, x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,f)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,op)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a1,...,am)**n} in \\spad{x} by \\spad{f(a1,...,am)} for any \\spad{a1},{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)**ni} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a)**ni} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x, [s1,...,sm], [f1,...,fm], y)} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x, s, f, y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f, [foo1,...,foon])} unquotes all the \\spad{fooi}'s in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f, foo)} unquotes all the foo's in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo, [x1,...,xn])} returns \\spad{'foo(x1,...,xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo, x, y, z, t)} returns \\spad{'foo(x,y,z,t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo, x, y, z)} returns \\spad{'foo(x,y,z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo, x, y)} returns \\spad{'foo(x,y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo, x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#2| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
NIL
-((|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-487))) (|HasCategory| |#2| (QUOTE (-1143))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))))
+((|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-487))) (|HasCategory| |#2| (QUOTE (-1144))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))))
(-435 R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f, k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $)) (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#1|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#1|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#1|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n, x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,f)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,op)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a1,...,am)**n} in \\spad{x} by \\spad{f(a1,...,am)} for any \\spad{a1},{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)**ni} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a)**ni} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x, [s1,...,sm], [f1,...,fm], y)} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x, s, f, y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f, [foo1,...,foon])} unquotes all the \\spad{fooi}'s in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f, foo)} unquotes all the foo's in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo, [x1,...,xn])} returns \\spad{'foo(x1,...,xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo, x, y, z, t)} returns \\spad{'foo(x,y,z,t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo, x, y, z)} returns \\spad{'foo(x,y,z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo, x, y)} returns \\spad{'foo(x,y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo, x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#1| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
-((-4506 -2191 (|has| |#1| (-1080)) (|has| |#1| (-487))) (-4504 |has| |#1| (-175)) (-4503 |has| |#1| (-175)) ((-4511 "*") |has| |#1| (-571)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-571)) (-4501 |has| |#1| (-571)))
+((-4507 -2309 (|has| |#1| (-1081)) (|has| |#1| (-487))) (-4505 |has| |#1| (-175)) (-4504 |has| |#1| (-175)) ((-4512 "*") |has| |#1| (-571)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-571)) (-4502 |has| |#1| (-571)))
NIL
(-436 R A S B)
((|constructor| (NIL "This package allows a mapping \\spad{R} -> \\spad{S} to be lifted to a mapping from a function space over \\spad{R} to a function space over \\spad{S}.")) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) "\\spad{map(f, a)} applies \\spad{f} to all the constants in \\spad{R} appearing in \\spad{a}.")))
@@ -1687,36 +1687,36 @@ NIL
(-439 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 (-871))) (|HasCategory| |#2| (QUOTE (-381))))
+((|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-381))))
(-440 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}.")))
-((-4509 . T) (-4499 . T) (-4510 . T))
+((-4510 . T) (-4500 . T) (-4511 . T))
NIL
(-441 S A R B)
((|constructor| (NIL "\\spad{FiniteSetAggregateFunctions2} provides functions involving two finite set aggregates where the underlying domains might be different. An example of this is to create a set of rational numbers by mapping a function across a set of integers,{} where the function divides each integer by 1000.")) (|scan| ((|#4| (|Mapping| |#3| |#1| |#3|) |#2| |#3|) "\\spad{scan(f,a,r)} successively applies \\spad{reduce(f,x,r)} to more and more leading sub-aggregates \\spad{x} of aggregate \\spad{a}. More precisely,{} if \\spad{a} is \\spad{[a1,a2,...]},{} then \\spad{scan(f,a,r)} returns \\spad {[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.")) (|reduce| ((|#3| (|Mapping| |#3| |#1| |#3|) |#2| |#3|) "\\spad{reduce(f,a,r)} applies function \\spad{f} to each successive element of the aggregate \\spad{a} and an accumulant initialised to \\spad{r}. For example,{} \\spad{reduce(_+\\$Integer,[1,2,3],0)} does a \\spad{3+(2+(1+0))}. Note: third argument \\spad{r} may be regarded as an identity element for the function.")) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) "\\spad{map(f,a)} applies function \\spad{f} to each member of aggregate \\spad{a},{} creating a new aggregate with a possibly different underlying domain.")))
NIL
NIL
-(-442 R -1610)
+(-442 R -4346)
((|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
(-443 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")))
-((-4496 -12 (|has| |#1| (-6 -4496)) (|has| |#2| (-6 -4496))) (-4503 . T) (-4504 . T) (-4506 . T))
-((-12 (|HasAttribute| |#1| (QUOTE -4496)) (|HasAttribute| |#2| (QUOTE -4496))))
-(-444 R -1610)
+((-4497 -12 (|has| |#1| (-6 -4497)) (|has| |#2| (-6 -4497))) (-4504 . T) (-4505 . T) (-4507 . T))
+((-12 (|HasAttribute| |#1| (QUOTE -4497)) (|HasAttribute| |#2| (QUOTE -4497))))
+(-444 R -4346)
((|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
-(-445 R -1610)
+(-445 R -4346)
((|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
-(-446 R -1610)
+(-446 R -4346)
((|constructor| (NIL "FunctionsSpacePrimitiveElement provides functions to compute primitive elements in functions spaces.")) (|primitiveElement| (((|Record| (|:| |primelt| |#2|) (|:| |pol1| (|SparseUnivariatePolynomial| |#2|)) (|:| |pol2| (|SparseUnivariatePolynomial| |#2|)) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) |#2| |#2|) "\\spad{primitiveElement(a1, a2)} returns \\spad{[a, q1, q2, q]} such that \\spad{k(a1, a2) = k(a)},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The minimal polynomial for \\spad{a2} may involve \\spad{a1},{} but the minimal polynomial for \\spad{a1} may not involve \\spad{a2}; This operations uses \\spadfun{resultant}.") (((|Record| (|:| |primelt| |#2|) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#2|))) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) (|List| |#2|)) "\\spad{primitiveElement([a1,...,an])} returns \\spad{[a, [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.")))
NIL
((|HasCategory| |#2| (QUOTE (-27))))
-(-447 R -1610)
+(-447 R -4346)
((|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
@@ -1724,10 +1724,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
-(-449 R -1610 UP)
+(-449 R -4346 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 -1069) (QUOTE (-48)))))
+((|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-48)))))
(-450)
((|constructor| (NIL "Creates and manipulates objects which correspond to FORTRAN data types,{} including array dimensions.")) (|fortranCharacter| (($) "\\spad{fortranCharacter()} returns CHARACTER,{} an element of FortranType")) (|fortranDoubleComplex| (($) "\\spad{fortranDoubleComplex()} returns DOUBLE COMPLEX,{} an element of FortranType")) (|fortranComplex| (($) "\\spad{fortranComplex()} returns COMPLEX,{} an element of FortranType")) (|fortranLogical| (($) "\\spad{fortranLogical()} returns LOGICAL,{} an element of FortranType")) (|fortranInteger| (($) "\\spad{fortranInteger()} returns INTEGER,{} an element of FortranType")) (|fortranDouble| (($) "\\spad{fortranDouble()} returns DOUBLE PRECISION,{} an element of FortranType")) (|fortranReal| (($) "\\spad{fortranReal()} returns REAL,{} an element of FortranType")) (|construct| (($ (|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| "void")) (|List| (|Polynomial| (|Integer|))) (|Boolean|)) "\\spad{construct(type,dims)} creates an element of FortranType") (($ (|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| "void")) (|List| (|Symbol|)) (|Boolean|)) "\\spad{construct(type,dims)} creates an element of FortranType")) (|external?| (((|Boolean|) $) "\\spad{external?(u)} returns \\spad{true} if \\spad{u} is declared to be EXTERNAL")) (|dimensionsOf| (((|List| (|Polynomial| (|Integer|))) $) "\\spad{dimensionsOf(t)} returns the dimensions of \\spad{t}")) (|scalarTypeOf| (((|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| "void")) $) "\\spad{scalarTypeOf(t)} returns the FORTRAN data type of \\spad{t}")) (|coerce| (($ (|FortranScalarType|)) "\\spad{coerce(t)} creates an element from a scalar type")))
NIL
@@ -1756,7 +1756,7 @@ NIL
((|constructor| (NIL "\\spadtype{GaloisGroupFactorizer} provides functions to factor resolvents.")) (|btwFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|) (|Set| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{btwFact(p,sqf,pd,r)} returns the factorization of \\spad{p},{} the result is a Record such that \\spad{contp=}content \\spad{p},{} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors). \\spad{pd} is the \\spadtype{Set} of possible degrees. \\spad{r} is a lower bound for the number of factors of \\spad{p}. Please do not use this function in your code because its design may change.")) (|henselFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|)) "\\spad{henselFact(p,sqf)} returns the factorization of \\spad{p},{} the result is a Record such that \\spad{contp=}content \\spad{p},{} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors).")) (|factorOfDegree| (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|) (|Boolean|)) "\\spad{factorOfDegree(d,p,listOfDegrees,r,sqf)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees},{} and that \\spad{p} has at least \\spad{r} factors. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors).") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factorOfDegree(d,p,listOfDegrees,r)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees},{} and that \\spad{p} has at least \\spad{r} factors.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factorOfDegree(d,p,listOfDegrees)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|NonNegativeInteger|)) "\\spad{factorOfDegree(d,p,r)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has at least \\spad{r} factors.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1|) "\\spad{factorOfDegree(d,p)} returns a factor of \\spad{p} of degree \\spad{d}.")) (|factorSquareFree| (((|Factored| |#1|) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,d,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{d} divides the degree of all factors of \\spad{p} and that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,listOfDegrees,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees} and that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factorSquareFree(p,listOfDegrees)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1|) "\\spad{factorSquareFree(p)} returns the factorization of \\spad{p} which is supposed not having any repeated factor (this is not checked).")) (|factor| (((|Factored| |#1|) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factor(p,d,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{d} divides the degree of all factors of \\spad{p} and that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factor(p,listOfDegrees,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees} and that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factor(p,listOfDegrees)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}.") (((|Factored| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{factor(p,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns the factorization of \\spad{p} over the integers.")) (|tryFunctionalDecomposition| (((|Boolean|) (|Boolean|)) "\\spad{tryFunctionalDecomposition(b)} chooses whether factorizers have to look for functional decomposition of polynomials (\\spad{true}) or not (\\spad{false}). Returns the previous value.")) (|tryFunctionalDecomposition?| (((|Boolean|)) "\\spad{tryFunctionalDecomposition?()} returns \\spad{true} if factorizers try functional decomposition of polynomials before factoring them.")) (|eisensteinIrreducible?| (((|Boolean|) |#1|) "\\spad{eisensteinIrreducible?(p)} returns \\spad{true} if \\spad{p} can be shown to be irreducible by Eisenstein's criterion,{} \\spad{false} is inconclusive.")) (|useEisensteinCriterion| (((|Boolean|) (|Boolean|)) "\\spad{useEisensteinCriterion(b)} chooses whether factorizers check Eisenstein's criterion before factoring: \\spad{true} for using it,{} \\spad{false} else. Returns the previous value.")) (|useEisensteinCriterion?| (((|Boolean|)) "\\spad{useEisensteinCriterion?()} returns \\spad{true} if factorizers check Eisenstein's criterion before factoring.")) (|useSingleFactorBound| (((|Boolean|) (|Boolean|)) "\\spad{useSingleFactorBound(b)} chooses the algorithm to be used by the factorizers: \\spad{true} for algorithm with single factor bound,{} \\spad{false} for algorithm with overall bound. Returns the previous value.")) (|useSingleFactorBound?| (((|Boolean|)) "\\spad{useSingleFactorBound?()} returns \\spad{true} if algorithm with single factor bound is used for factorization,{} \\spad{false} for algorithm with overall bound.")) (|modularFactor| (((|Record| (|:| |prime| (|Integer|)) (|:| |factors| (|List| |#1|))) |#1|) "\\spad{modularFactor(f)} chooses a \"good\" prime and returns the factorization of \\spad{f} modulo this prime in a form that may be used by \\spadfunFrom{completeHensel}{GeneralHenselPackage}. If prime is zero it means that \\spad{f} has been proved to be irreducible over the integers or that \\spad{f} is a unit (\\spadignore{i.e.} 1 or \\spad{-1}). \\spad{f} shall be primitive (\\spadignore{i.e.} content(\\spad{p})\\spad{=1}) and square free (\\spadignore{i.e.} without repeated factors).")) (|numberOfFactors| (((|NonNegativeInteger|) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|))))) "\\spad{numberOfFactors(ddfactorization)} returns the number of factors of the polynomial \\spad{f} modulo \\spad{p} where \\spad{ddfactorization} is the distinct degree factorization of \\spad{f} computed by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} for some prime \\spad{p}.")) (|stopMusserTrials| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{stopMusserTrials(n)} sets to \\spad{n} the bound on the number of factors for which \\spadfun{modularFactor} stops to look for an other prime. You will have to remember that the step of recombining the extraneous factors may take up to \\spad{2**n} trials. Returns the previous value.") (((|PositiveInteger|)) "\\spad{stopMusserTrials()} returns the bound on the number of factors for which \\spadfun{modularFactor} stops to look for an other prime. You will have to remember that the step of recombining the extraneous factors may take up to \\spad{2**stopMusserTrials()} trials.")) (|musserTrials| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{musserTrials(n)} sets to \\spad{n} the number of primes to be tried in \\spadfun{modularFactor} and returns the previous value.") (((|PositiveInteger|)) "\\spad{musserTrials()} returns the number of primes that are tried in \\spadfun{modularFactor}.")) (|degreePartition| (((|Multiset| (|NonNegativeInteger|)) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|))))) "\\spad{degreePartition(ddfactorization)} returns the degree partition of the polynomial \\spad{f} modulo \\spad{p} where \\spad{ddfactorization} is the distinct degree factorization of \\spad{f} computed by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} for some prime \\spad{p}.")) (|makeFR| (((|Factored| |#1|) (|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|))))))) "\\spad{makeFR(flist)} turns the final factorization of henselFact into a \\spadtype{Factored} object.")))
NIL
NIL
-(-457 R UP -1610)
+(-457 R UP -4346)
((|constructor| (NIL "\\spadtype{GaloisGroupFactorizationUtilities} provides functions that will be used by the factorizer.")) (|length| ((|#3| |#2|) "\\spad{length(p)} returns the sum of the absolute values of the coefficients of the polynomial \\spad{p}.")) (|height| ((|#3| |#2|) "\\spad{height(p)} returns the maximal absolute value of the coefficients of the polynomial \\spad{p}.")) (|infinityNorm| ((|#3| |#2|) "\\spad{infinityNorm(f)} returns the maximal absolute value of the coefficients of the polynomial \\spad{f}.")) (|quadraticNorm| ((|#3| |#2|) "\\spad{quadraticNorm(f)} returns the \\spad{l2} norm of the polynomial \\spad{f}.")) (|norm| ((|#3| |#2| (|PositiveInteger|)) "\\spad{norm(f,p)} returns the lp norm of the polynomial \\spad{f}.")) (|singleFactorBound| (((|Integer|) |#2|) "\\spad{singleFactorBound(p,r)} returns a bound on the infinite norm of the factor of \\spad{p} with smallest Bombieri's norm. \\spad{p} shall be of degree higher or equal to 2.") (((|Integer|) |#2| (|NonNegativeInteger|)) "\\spad{singleFactorBound(p,r)} returns a bound on the infinite norm of the factor of \\spad{p} with smallest Bombieri's norm. \\spad{r} is a lower bound for the number of factors of \\spad{p}. \\spad{p} shall be of degree higher or equal to 2.")) (|rootBound| (((|Integer|) |#2|) "\\spad{rootBound(p)} returns a bound on the largest norm of the complex roots of \\spad{p}.")) (|bombieriNorm| ((|#3| |#2| (|PositiveInteger|)) "\\spad{bombieriNorm(p,n)} returns the \\spad{n}th Bombieri's norm of \\spad{p}.") ((|#3| |#2|) "\\spad{bombieriNorm(p)} returns quadratic Bombieri's norm of \\spad{p}.")) (|beauzamyBound| (((|Integer|) |#2|) "\\spad{beauzamyBound(p)} returns a bound on the larger coefficient of any factor of \\spad{p}.")))
NIL
NIL
@@ -1794,16 +1794,16 @@ NIL
NIL
(-466)
((|constructor| (NIL "This category describes domains where \\spadfun{gcd} can be computed but where there is no guarantee of the existence of \\spadfun{factor} operation for factorisation into irreducibles. However,{} if such a \\spadfun{factor} operation exist,{} factorization will be unique up to order and units.")) (|lcm| (($ (|List| $)) "\\spad{lcm(l)} returns the least common multiple of the elements of the list \\spad{l}.") (($ $ $) "\\spad{lcm(x,y)} returns the least common multiple of \\spad{x} and \\spad{y}.")) (|gcd| (($ (|List| $)) "\\spad{gcd(l)} returns the common gcd of the elements in the list \\spad{l}.") (($ $ $) "\\spad{gcd(x,y)} returns the greatest common divisor of \\spad{x} and \\spad{y}.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-467 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")))
-((-4506 |has| (-421 (-975 |#1|)) (-571)) (-4504 . T) (-4503 . T))
-((|HasCategory| (-421 (-975 |#1|)) (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| (-421 (-975 |#1|)) (QUOTE (-571))))
+((-4507 |has| (-421 (-976 |#1|)) (-571)) (-4505 . T) (-4504 . T))
+((|HasCategory| (-421 (-976 |#1|)) (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| (-421 (-976 |#1|)) (QUOTE (-571))))
(-468 |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")))
-(((-4511 "*") |has| |#2| (-175)) (-4502 |has| |#2| (-571)) (-4507 |has| |#2| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-939))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4507)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-147)))))
+(((-4512 "*") |has| |#2| (-175)) (-4503 |has| |#2| (-571)) (-4508 |has| |#2| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-940))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4508)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-147)))))
(-469 R BP)
((|constructor| (NIL "\\indented{1}{Author : \\spad{P}.Gianni.} January 1990 The equation \\spad{Af+Bg=h} and its generalization to \\spad{n} polynomials is solved for solutions over the \\spad{R},{} euclidean domain. A table containing the solutions of \\spad{Af+Bg=x**k} is used. The operations are performed modulus a prime which are in principle big enough,{} but the solutions are tested and,{} in case of failure,{} a hensel lifting process is used to get to the right solutions. It will be used in the factorization of multivariate polynomials over finite field,{} with \\spad{R=F[x]}.")) (|testModulus| (((|Boolean|) |#1| (|List| |#2|)) "\\spad{testModulus(p,lp)} returns \\spad{true} if the the prime \\spad{p} is valid for the list of polynomials \\spad{lp},{} \\spadignore{i.e.} preserves the degree and they remain relatively prime.")) (|solveid| (((|Union| (|List| |#2|) "failed") |#2| |#1| (|Vector| (|List| |#2|))) "\\spad{solveid(h,table)} computes the coefficients of the extended euclidean algorithm for a list of polynomials whose tablePow is \\spad{table} and with right side \\spad{h}.")) (|tablePow| (((|Union| (|Vector| (|List| |#2|)) "failed") (|NonNegativeInteger|) |#1| (|List| |#2|)) "\\spad{tablePow(maxdeg,prime,lpol)} constructs the table with the coefficients of the Extended Euclidean Algorithm for \\spad{lpol}. Here the right side is \\spad{x**k},{} for \\spad{k} less or equal to \\spad{maxdeg}. The operation returns \"failed\" when the elements are not coprime modulo \\spad{prime}.")) (|compBound| (((|NonNegativeInteger|) |#2| (|List| |#2|)) "\\spad{compBound(p,lp)} computes a bound for the coefficients of the solution polynomials. Given a polynomial right hand side \\spad{p},{} and a list \\spad{lp} of left hand side polynomials. Exported because it depends on the valuation.")) (|reduction| ((|#2| |#2| |#1|) "\\spad{reduction(p,prime)} reduces the polynomial \\spad{p} modulo \\spad{prime} of \\spad{R}. Note: this function is exported only because it's conditional.")))
NIL
@@ -1830,7 +1830,7 @@ NIL
NIL
(-475 |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")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
(-476 E V R P Q)
((|constructor| (NIL "Gosper's summation algorithm.")) (|GospersMethod| (((|Union| |#5| "failed") |#5| |#2| (|Mapping| |#2|)) "\\spad{GospersMethod(b, n, new)} returns a rational function \\spad{rf(n)} such that \\spad{a(n) * rf(n)} is the indefinite sum of \\spad{a(n)} with respect to upward difference on \\spad{n},{} \\spadignore{i.e.} \\spad{a(n+1) * rf(n+1) - a(n) * rf(n) = a(n)},{} where \\spad{b(n) = a(n)/a(n-1)} is a rational function. Returns \"failed\" if no such rational function \\spad{rf(n)} exists. Note: \\spad{new} is a nullary function returning a new \\spad{V} every time. The condition on \\spad{a(n)} is that \\spad{a(n)/a(n-1)} is a rational function of \\spad{n}.")))
@@ -1838,8 +1838,8 @@ NIL
NIL
(-477 R E |VarSet| P)
((|constructor| (NIL "A domain for polynomial sets.")) (|convert| (($ (|List| |#4|)) "\\axiom{convert(lp)} returns the polynomial set whose members are the polynomials of \\axiom{lp}.")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#4| (QUOTE (-102))))
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#4| (QUOTE (-102))))
(-478 S R E)
((|constructor| (NIL "GradedAlgebra(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-algebra''. A graded algebra is a graded module together with a degree preserving \\spad{R}-linear map,{} called the {\\em product}. \\blankline The name ``product'' is written out in full so inner and outer products with the same mapping type can be distinguished by name.")) (|product| (($ $ $) "\\spad{product(a,b)} is the degree-preserving \\spad{R}-linear product: \\blankline \\indented{2}{\\spad{degree product(a,b) = degree a + degree b}} \\indented{2}{\\spad{product(a1+a2,b) = product(a1,b) + product(a2,b)}} \\indented{2}{\\spad{product(a,b1+b2) = product(a,b1) + product(a,b2)}} \\indented{2}{\\spad{product(r*a,b) = product(a,r*b) = r*product(a,b)}} \\indented{2}{\\spad{product(a,product(b,c)) = product(product(a,b),c)}}")) ((|One|) (($) "1 is the identity for \\spad{product}.")))
NIL
@@ -1868,7 +1868,7 @@ NIL
((|constructor| (NIL "GradedModule(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-module'',{} \\spadignore{i.e.} collection of \\spad{R}-modules indexed by an abelian monoid \\spad{E}. An element \\spad{g} of \\spad{G[s]} for some specific \\spad{s} in \\spad{E} is said to be an element of \\spad{G} with {\\em degree} \\spad{s}. Sums are defined in each module \\spad{G[s]} so two elements of \\spad{G} have a sum if they have the same degree. \\blankline Morphisms can be defined and composed by degree to give the mathematical category of graded modules.")) (+ (($ $ $) "\\spad{g+h} is the sum of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.")) (- (($ $ $) "\\spad{g-h} is the difference of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.") (($ $) "\\spad{-g} is the additive inverse of \\spad{g} in the module of elements of the same grade as \\spad{g}.")) (* (($ $ |#1|) "\\spad{g*r} is right module multiplication.") (($ |#1| $) "\\spad{r*g} is left module multiplication.")) ((|Zero|) (($) "0 denotes the zero of degree 0.")) (|degree| ((|#2| $) "\\spad{degree(g)} names the degree of \\spad{g}. The set of all elements of a given degree form an \\spad{R}-module.")))
NIL
NIL
-(-485 |lv| -1610 R)
+(-485 |lv| -4346 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
@@ -1878,23 +1878,23 @@ NIL
NIL
(-487)
((|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}.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-488 |Coef| |var| |cen|)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x\\^r)}.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|)) "\\spad{coerce(f)} converts a Puiseux series to a general power series.") (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1143))) (|HasCategory| |#1| (QUOTE (-376))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1144))) (|HasCategory| |#1| (QUOTE (-376))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))))
(-489 |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.")))
-((-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|)))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))))
+((-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|)))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))))
(-490 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)}")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#4| (QUOTE (-102))))
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#4| (QUOTE (-102))))
(-491)
((|constructor| (NIL "\\indented{1}{Symbolic fractions in \\%\\spad{pi} with integer coefficients;} \\indented{1}{The point for using \\spad{Pi} as the default domain for those fractions} \\indented{1}{is that \\spad{Pi} is coercible to the float types,{} and not Expression.} Date Created: 21 Feb 1990 Date Last Updated: 12 Mai 1992")) (|pi| (($) "\\spad{pi()} returns the symbolic \\%\\spad{pi}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-492)
((|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'.")))
@@ -1902,29 +1902,29 @@ NIL
NIL
(-493 |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.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|)))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1132))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|)))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1133))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))))
(-494)
((|constructor| (NIL "\\indented{1}{Author : Larry Lambe} Date Created : August 1988 Date Last Updated : March 9 1990 Related Constructors: OrderedSetInts,{} Commutator,{} FreeNilpotentLie AMS Classification: Primary 17B05,{} 17B30; Secondary 17A50 Keywords: free Lie algebra,{} Hall basis,{} basic commutators Description : Generate a basis for the free Lie algebra on \\spad{n} generators over a ring \\spad{R} with identity up to basic commutators of length \\spad{c} using the algorithm of \\spad{P}. Hall as given in Serre's book Lie Groups -- Lie Algebras")) (|generate| (((|Vector| (|List| (|Integer|))) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{generate(numberOfGens, maximalWeight)} generates a vector of elements of the form [left,{}weight,{}right] which represents a \\spad{P}. Hall basis element for the free lie algebra on \\spad{numberOfGens} generators. We only generate those basis elements of weight less than or equal to maximalWeight")) (|inHallBasis?| (((|Boolean|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{inHallBasis?(numberOfGens, leftCandidate, rightCandidate, left)} tests to see if a new element should be added to the \\spad{P}. Hall basis being constructed. The list \\spad{[leftCandidate,wt,rightCandidate]} is included in the basis if in the unique factorization of \\spad{rightCandidate},{} we have left factor leftOfRight,{} and leftOfRight <= \\spad{leftCandidate}")) (|lfunc| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{lfunc(d,n)} computes the rank of the \\spad{n}th factor in the lower central series of the free \\spad{d}-generated free Lie algebra; This rank is \\spad{d} if \\spad{n} = 1 and binom(\\spad{d},{}2) if \\spad{n} = 2")))
NIL
NIL
(-495 |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")))
-(((-4511 "*") |has| |#2| (-175)) (-4502 |has| |#2| (-571)) (-4507 |has| |#2| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-939))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4507)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-147)))))
-(-496 -4350 S)
+(((-4512 "*") |has| |#2| (-175)) (-4503 |has| |#2| (-571)) (-4508 |has| |#2| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-940))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4508)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-147)))))
+(-496 -3061 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}.")))
-((-4503 |has| |#2| (-1080)) (-4504 |has| |#2| (-1080)) (-4506 |has| |#2| (-6 -4506)) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#2| (QUOTE (-376))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (-2191 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871)))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-381))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080))))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (|HasCategory| |#2| (QUOTE (-240))) (-2191 (|HasCategory| |#2| (QUOTE (-240))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1080))))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (|HasCategory| |#2| (QUOTE (-1132))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-381)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-815)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-871)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1080))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-871))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208))))) (-2191 (|HasCategory| |#2| (QUOTE (-1080))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132)))) (|HasAttribute| |#2| (QUOTE -4506)) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))))
+((-4504 |has| |#2| (-1081)) (-4505 |has| |#2| (-1081)) (-4507 |has| |#2| (-6 -4507)) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#2| (QUOTE (-376))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (-2309 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872)))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-381))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081))))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (|HasCategory| |#2| (QUOTE (-240))) (-2309 (|HasCategory| |#2| (QUOTE (-240))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1081))))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (|HasCategory| |#2| (QUOTE (-1133))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-381)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-872)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1081))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-872))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209))))) (-2309 (|HasCategory| |#2| (QUOTE (-1081))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133)))) (|HasAttribute| |#2| (QUOTE -4507)) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))))
(-497)
((|constructor| (NIL "This domain represents the header of a definition.")) (|parameters| (((|List| (|ParameterAst|)) $) "\\spad{parameters(h)} gives the parameters specified in the definition header `h'.")) (|name| (((|Identifier|) $) "\\spad{name(h)} returns the name of the operation defined defined.")) (|headAst| (($ (|Identifier|) (|List| (|ParameterAst|))) "\\spad{headAst(f,[x1,..,xn])} constructs a function definition header.")))
NIL
NIL
(-498 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}.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-499 -1610 UP UPUP R)
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-499 -4346 UP UPUP R)
((|constructor| (NIL "This domains implements finite rational divisors on an hyperelliptic curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}'s are integers and the \\spad{P}'s are finite rational points on the curve. The equation of the curve must be \\spad{y^2} = \\spad{f}(\\spad{x}) and \\spad{f} must have odd degree.")))
NIL
NIL
@@ -1934,12 +1934,12 @@ NIL
NIL
(-501)
((|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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-560) (QUOTE (-939))) (|HasCategory| (-560) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| (-560) (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-149))) (|HasCategory| (-560) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-1051))) (|HasCategory| (-560) (QUOTE (-842))) (|HasCategory| (-560) (QUOTE (-871))) (-2191 (|HasCategory| (-560) (QUOTE (-842))) (|HasCategory| (-560) (QUOTE (-871)))) (|HasCategory| (-560) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-1183))) (|HasCategory| (-560) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| (-560) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| (-560) (QUOTE (-239))) (|HasCategory| (-560) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-560) (QUOTE (-240))) (|HasCategory| (-560) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-560) (|%list| (QUOTE -528) (QUOTE (-1208)) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -321) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -298) (QUOTE (-560)) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-319))) (|HasCategory| (-560) (QUOTE (-559))) (|HasCategory| (-560) (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-939)))) (|HasCategory| (-560) (QUOTE (-147)))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-560) (QUOTE (-940))) (|HasCategory| (-560) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| (-560) (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-149))) (|HasCategory| (-560) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-1052))) (|HasCategory| (-560) (QUOTE (-844))) (|HasCategory| (-560) (QUOTE (-872))) (-2309 (|HasCategory| (-560) (QUOTE (-844))) (|HasCategory| (-560) (QUOTE (-872)))) (|HasCategory| (-560) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-1184))) (|HasCategory| (-560) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| (-560) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| (-560) (QUOTE (-239))) (|HasCategory| (-560) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-560) (QUOTE (-240))) (|HasCategory| (-560) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-560) (|%list| (QUOTE -528) (QUOTE (-1209)) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -321) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -298) (QUOTE (-560)) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-319))) (|HasCategory| (-560) (QUOTE (-559))) (|HasCategory| (-560) (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-940)))) (|HasCategory| (-560) (QUOTE (-147)))))
(-502 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 -4509)) (|HasAttribute| |#1| (QUOTE -4510)) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))))
+((|HasAttribute| |#1| (QUOTE -4510)) (|HasAttribute| |#1| (QUOTE -4511)) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))))
(-503 S)
((|constructor| (NIL "A homogeneous aggregate is an aggregate of elements all of the same type. In the current system,{} all aggregates are homogeneous. Two attributes characterize classes of aggregates. Aggregates from domains with attribute \\spadatt{finiteAggregate} have a finite number of members. Those with attribute \\spadatt{shallowlyMutable} allow an element to be modified or updated without changing its overall value.")) (|member?| (((|Boolean|) |#1| $) "\\spad{member?(x,u)} tests if \\spad{x} is a member of \\spad{u}. For collections,{} \\axiom{member?(\\spad{x},{}\\spad{u}) = reduce(or,{}[x=y for \\spad{y} in \\spad{u}],{}\\spad{false})}.")) (|members| (((|List| |#1|) $) "\\spad{members(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{parts([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = (\\spad{x},{}\\spad{y},{}...,{}\\spad{z})}.")) (|parts| (((|List| |#1|) $) "\\spad{parts(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{parts([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = (\\spad{x},{}\\spad{y},{}...,{}\\spad{z})}.")) (|count| (((|NonNegativeInteger|) |#1| $) "\\spad{count(x,u)} returns the number of occurrences of \\spad{x} in \\spad{u}. For collections,{} \\axiom{count(\\spad{x},{}\\spad{u}) = reduce(+,{}[x=y for \\spad{y} in \\spad{u}],{}0)}.") (((|NonNegativeInteger|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{count(p,u)} returns the number of elements \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. For collections,{} \\axiom{count(\\spad{p},{}\\spad{u}) = reduce(+,{}[1 for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})],{}0)}.")) (|every?| (((|Boolean|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{every?(f,u)} tests if \\spad{p}(\\spad{x}) is \\spad{true} for all elements \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{every?(\\spad{p},{}\\spad{u}) = reduce(and,{}map(\\spad{f},{}\\spad{u}),{}\\spad{true},{}\\spad{false})}.")) (|any?| (((|Boolean|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{any?(p,u)} tests if \\axiom{\\spad{p}(\\spad{x})} is \\spad{true} for any element \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{any?(\\spad{p},{}\\spad{u}) = reduce(or,{}map(\\spad{f},{}\\spad{u}),{}\\spad{false},{}\\spad{true})}.")) (|map!| (($ (|Mapping| |#1| |#1|) $) "\\spad{map!(f,u)} destructively replaces each element \\spad{x} of \\spad{u} by \\axiom{\\spad{f}(\\spad{x})}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,u)} returns a copy of \\spad{u} with each element \\spad{x} replaced by \\spad{f}(\\spad{x}). For collections,{} \\axiom{map(\\spad{f},{}\\spad{u}) = [\\spad{f}(\\spad{x}) for \\spad{x} in \\spad{u}]}.")))
NIL
@@ -1960,34 +1960,34 @@ NIL
((|constructor| (NIL "Category for the hyperbolic trigonometric functions.")) (|tanh| (($ $) "\\spad{tanh(x)} returns the hyperbolic tangent of \\spad{x}.")) (|sinh| (($ $) "\\spad{sinh(x)} returns the hyperbolic sine of \\spad{x}.")) (|sech| (($ $) "\\spad{sech(x)} returns the hyperbolic secant of \\spad{x}.")) (|csch| (($ $) "\\spad{csch(x)} returns the hyperbolic cosecant of \\spad{x}.")) (|coth| (($ $) "\\spad{coth(x)} returns the hyperbolic cotangent of \\spad{x}.")) (|cosh| (($ $) "\\spad{cosh(x)} returns the hyperbolic cosine of \\spad{x}.")))
NIL
NIL
-(-508 -1610 UP |AlExt| |AlPol|)
+(-508 -4346 UP |AlExt| |AlPol|)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in an algebraic extension of a field over which we can factor UP's.")) (|factor| (((|Factored| |#4|) |#4| (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{factor(p, f)} returns a prime factorisation of \\spad{p}; \\spad{f} is a factorisation map for elements of UP.")))
NIL
NIL
(-509)
((|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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| $ (QUOTE (-1080))) (|HasCategory| $ (|%list| (QUOTE -1069) (QUOTE (-560)))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| $ (QUOTE (-1081))) (|HasCategory| $ (|%list| (QUOTE -1070) (QUOTE (-560)))))
(-510 S |mn|)
((|constructor| (NIL "\\indented{1}{Author Micheal Monagan \\spad{Aug/87}} This is the basic one dimensional array data type.")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-511 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'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.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-512 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
-(-513 R UP -1610)
+(-513 R UP -4346)
((|constructor| (NIL "This package contains functions used in the packages FunctionFieldIntegralBasis and NumberFieldIntegralBasis.")) (|moduleSum| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{moduleSum(m1,m2)} returns the sum of two modules in the framed algebra \\spad{F}. Each module \\spad{mi} is represented as follows: \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn} and \\spad{mi} is a record \\spad{[basis,basisDen,basisInv]}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then a basis \\spad{v1,...,vn} for \\spad{mi} is given by \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|idealiserMatrix| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiserMatrix(m1, m2)} returns the matrix representing the linear conditions on the Ring associatied with an ideal defined by \\spad{m1} and \\spad{m2}.")) (|idealiser| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{idealiser(m1,m2,d)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2} where \\spad{d} is the known part of the denominator") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiser(m1,m2)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2}")) (|leastPower| (((|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{leastPower(p,n)} returns \\spad{e},{} where \\spad{e} is the smallest integer such that \\spad{p **e >= n}")) (|divideIfCan!| ((|#1| (|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Integer|)) "\\spad{divideIfCan!(matrix,matrixOut,prime,n)} attempts to divide the entries of \\spad{matrix} by \\spad{prime} and store the result in \\spad{matrixOut}. If it is successful,{} 1 is returned and if not,{} \\spad{prime} is returned. Here both \\spad{matrix} and \\spad{matrixOut} are \\spad{n}-by-\\spad{n} upper triangular matrices.")) (|matrixGcd| ((|#1| (|Matrix| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{matrixGcd(mat,sing,n)} is \\spad{gcd(sing,g)} where \\spad{g} is the gcd of the entries of the \\spad{n}-by-\\spad{n} upper-triangular matrix \\spad{mat}.")) (|diagonalProduct| ((|#1| (|Matrix| |#1|)) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
(-514 |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}.")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| (-114) (QUOTE (-1132))) (|HasCategory| (-114) (|%list| (QUOTE -321) (QUOTE (-114))))) (|HasCategory| (-114) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-114) (QUOTE (-871))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| (-114) (QUOTE (-1132))) (|HasCategory| (-114) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-114) (QUOTE (-102))))
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| (-114) (QUOTE (-1133))) (|HasCategory| (-114) (|%list| (QUOTE -321) (QUOTE (-114))))) (|HasCategory| (-114) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-114) (QUOTE (-872))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| (-114) (QUOTE (-1133))) (|HasCategory| (-114) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-114) (QUOTE (-102))))
(-515 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
@@ -2000,10 +2000,10 @@ NIL
((|constructor| (NIL "InnerCommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) "\\spad{splitDenominator([q1,...,qn])} returns \\spad{[[p1,...,pn], d]} such that \\spad{qi = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}'s.")) (|clearDenominator| ((|#3| |#4|) "\\spad{clearDenominator([q1,...,qn])} returns \\spad{[p1,...,pn]} such that \\spad{qi = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}'s.")) (|commonDenominator| ((|#1| |#4|) "\\spad{commonDenominator([q1,...,qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}qn.")))
NIL
NIL
-(-518 -1610 |Expon| |VarSet| |DPoly|)
+(-518 -4346 |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 -633) (QUOTE (-1208)))))
+((|HasCategory| |#3| (|%list| (QUOTE -633) (QUOTE (-1209)))))
(-519 |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
@@ -2015,11 +2015,11 @@ NIL
(-521 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of abelian groups over an abelian group \\spad{A} of} generators indexed by the ordered set \\spad{S}. All items have finite support: only non-zero terms are stored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))))
(-522 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of abelian monoids over an abelian monoid \\spad{A} of} generators indexed by the ordered set \\spad{S}. All items have finite support. Only non-zero terms are stored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))))
(-523 A S)
((|constructor| (NIL "This category represents the direct product of some set with respect to an ordered indexing set.")) (|terms| (((|List| (|Pair| |#2| |#1|)) $) "\\spad{terms x} returns the list of terms in \\spad{x}. Each term is a pair of a support (the first component) and the corresponding value (the second component).")) (|reductum| (($ $) "\\spad{reductum(z)} returns a new element created by removing the leading coefficient/support pair from the element \\spad{z}. Error: if \\spad{z} has no support.")) (|leadingSupport| ((|#2| $) "\\spad{leadingSupport(z)} returns the index of leading (with respect to the ordering on the indexing set) monomial of \\spad{z}. Error: if \\spad{z} has no support.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(z)} returns the coefficient of the leading (with respect to the ordering on the indexing set) monomial of \\spad{z}. Error: if \\spad{z} has no support.")) (|monomial| (($ |#1| |#2|) "\\spad{monomial(a,s)} constructs a direct product element with the \\spad{s} component set to \\spad{a}")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,z)} returns the new element created by applying the function \\spad{f} to each component of the direct product element \\spad{z}.")))
NIL
@@ -2027,15 +2027,15 @@ NIL
(-524 A S)
((|constructor| (NIL "Indexed direct products of objects over a set \\spad{A} of generators indexed by an ordered set \\spad{S}. All items have finite support.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))))
(-525 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of ordered abelian monoids \\spad{A} of} generators indexed by the ordered set \\spad{S}. The inherited order is lexicographical. All items have finite support: only non-zero terms are stored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))))
(-526 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of ordered abelian monoid sups \\spad{A},{}} generators indexed by the ordered set \\spad{S}. All items have finite support: only non-zero terms are stored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))))
(-527 S A B)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation'' substitutions. The difference between this and \\spadtype{Evalable} is that the operations in this category specify the substitution as a pair of arguments rather than as an equation.")) (|eval| (($ $ (|List| |#2|) (|List| |#3|)) "\\spad{eval(f, [x1,...,xn], [v1,...,vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ |#2| |#3|) "\\spad{eval(f, x, v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
@@ -2047,39 +2047,39 @@ NIL
(-529 S E |un|)
((|constructor| (NIL "Internal implementation of a free abelian monoid.")))
NIL
-((|HasCategory| |#2| (QUOTE (-814))))
+((|HasCategory| |#2| (QUOTE (-816))))
(-530 S |mn|)
((|constructor| (NIL "\\indented{1}{Author: Michael Monagan \\spad{July/87},{} modified SMW \\spad{June/91}} A FlexibleArray is the notion of an array intended to allow for growth at the end only. Hence the following efficient operations \\indented{2}{\\spad{append(x,a)} meaning append item \\spad{x} at the end of the array \\spad{a}} \\indented{2}{\\spad{delete(a,n)} meaning delete the last item from the array \\spad{a}} Flexible arrays support the other operations inherited from \\spadtype{ExtensibleLinearAggregate}. However,{} these are not efficient. Flexible arrays combine the \\spad{O(1)} access time property of arrays with growing and shrinking at the end in \\spad{O(1)} (average) time. This is done by using an ordinary array which may have zero or more empty slots at the end. When the array becomes full it is copied into a new larger (50\\% larger) array. Conversely,{} when the array becomes less than 1/2 full,{} it is copied into a smaller array. Flexible arrays provide for an efficient implementation of many data structures in particular heaps,{} stacks and sets.")) (|shrinkable| (((|Boolean|) (|Boolean|)) "\\spad{shrinkable(b)} sets the shrinkable attribute of flexible arrays to \\spad{b} and returns the previous value")) (|physicalLength!| (($ $ (|Integer|)) "\\spad{physicalLength!(x,n)} changes the physical length of \\spad{x} to be \\spad{n} and returns the new array.")) (|physicalLength| (((|NonNegativeInteger|) $) "\\spad{physicalLength(x)} returns the number of elements \\spad{x} can accomodate before growing")) (|flexibleArray| (($ (|List| |#1|)) "\\spad{flexibleArray(l)} creates a flexible array from the list of elements \\spad{l}")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-531)
((|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
(-532 |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}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| (-595 |#1|) (QUOTE (-147))) (|HasCategory| (-595 |#1|) (QUOTE (-381)))) (|HasCategory| (-595 |#1|) (QUOTE (-149))) (|HasCategory| (-595 |#1|) (QUOTE (-381))) (|HasCategory| (-595 |#1|) (QUOTE (-147))))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| (-595 |#1|) (QUOTE (-147))) (|HasCategory| (-595 |#1|) (QUOTE (-381)))) (|HasCategory| (-595 |#1|) (QUOTE (-149))) (|HasCategory| (-595 |#1|) (QUOTE (-381))) (|HasCategory| (-595 |#1|) (QUOTE (-147))))
(-533 R |mnRow| |mnCol| |Row| |Col|)
((|constructor| (NIL "\\indented{1}{This is an internal type which provides an implementation of} 2-dimensional arrays as PrimitiveArray's of PrimitiveArray's.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-534 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.")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-535 R |Row| |Col| M)
((|constructor| (NIL "\\spadtype{InnerMatrixLinearAlgebraFunctions} is an internal package which provides standard linear algebra functions on domains in \\spad{MatrixCategory}")) (|inverse| (((|Union| |#4| "failed") |#4|) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|generalizedInverse| ((|#4| |#4|) "\\spad{generalizedInverse(m)} returns the generalized (Moore--Penrose) inverse of the matrix \\spad{m},{} \\spadignore{i.e.} the matrix \\spad{h} such that m*h*m=h,{} h*m*h=m,{} m*h and h*m are both symmetric matrices.")) (|determinant| ((|#1| |#4|) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. an error message is returned if the matrix is not square.")) (|nullSpace| (((|List| |#3|) |#4|) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) |#4|) "\\spad{nullity(m)} returns the mullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) |#4|) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| ((|#4| |#4|) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")))
NIL
-((|HasAttribute| |#3| (QUOTE -4510)))
+((|HasAttribute| |#3| (QUOTE -4511)))
(-536 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 -4510)))
+((|HasAttribute| |#7| (QUOTE -4511)))
(-537 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.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-571))) (|HasAttribute| |#1| (QUOTE (-4511 "*"))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-571))) (|HasAttribute| |#1| (QUOTE (-4512 "*"))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-538)
((|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
@@ -2111,8 +2111,8 @@ NIL
(-545 |Varset|)
((|constructor| (NIL "\\indented{2}{IndexedExponents of an ordered set of variables gives a representation} for the degree of polynomials in commuting variables. It gives an ordered pairing of non negative integer exponents with variables")))
NIL
-((-12 (|HasCategory| (-793) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-1132)))))
-(-546 K -1610 |Par|)
+((-12 (|HasCategory| (-793) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-1133)))))
+(-546 K -4346 |Par|)
((|constructor| (NIL "This package is the inner package to be used by NumericRealEigenPackage and NumericComplexEigenPackage for the computation of numeric eigenvalues and eigenvectors.")) (|innerEigenvectors| (((|List| (|Record| (|:| |outval| |#2|) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| |#2|))))) (|Matrix| |#1|) |#3| (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|))) "\\spad{innerEigenvectors(m,eps,factor)} computes explicitly the eigenvalues and the correspondent eigenvectors of the matrix \\spad{m}. The parameter \\spad{eps} determines the type of the output,{} \\spad{factor} is the univariate factorizer to br used to reduce the characteristic polynomial into irreducible factors.")) (|solve1| (((|List| |#2|) (|SparseUnivariatePolynomial| |#1|) |#3|) "\\spad{solve1(pol, eps)} finds the roots of the univariate polynomial polynomial \\spad{pol} to precision eps. If \\spad{K} is \\spad{Fraction Integer} then only the real roots are returned,{} if \\spad{K} is \\spad{Complex Fraction Integer} then all roots are found.")) (|charpol| (((|SparseUnivariatePolynomial| |#1|) (|Matrix| |#1|)) "\\spad{charpol(m)} computes the characteristic polynomial of a matrix \\spad{m} with entries in \\spad{K}. This function returns a polynomial over \\spad{K},{} while the general one (that is in EiegenPackage) returns Fraction \\spad{P} \\spad{K}")))
NIL
NIL
@@ -2136,7 +2136,7 @@ NIL
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over an integral domain of characteristic 0.")) (|generalInfiniteProduct| ((|#2| |#2| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),a,d)} computes \\spad{product(n=a,a+d,a+2*d,...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#2| |#2|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,3,5...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#2| |#2|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,4,6...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#2| |#2|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,2,3...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-552 K -1610 |Par|)
+(-552 K -4346 |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
@@ -2166,11 +2166,11 @@ NIL
NIL
(-559)
((|constructor| (NIL "An \\spad{IntegerNumberSystem} is a model for the integers.")) (|invmod| (($ $ $) "\\spad{invmod(a,b)},{} \\spad{0<=a<b>1},{} \\spad{(a,b)=1} means \\spad{1/a mod b}.")) (|powmod| (($ $ $ $) "\\spad{powmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a**b mod p}.")) (|mulmod| (($ $ $ $) "\\spad{mulmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a*b mod p}.")) (|submod| (($ $ $ $) "\\spad{submod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a-b mod p}.")) (|addmod| (($ $ $ $) "\\spad{addmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a+b mod p}.")) (|mask| (($ $) "\\spad{mask(n)} returns \\spad{2**n-1} (an \\spad{n} bit mask).")) (|dec| (($ $) "\\spad{dec(x)} returns \\spad{x - 1}.")) (|inc| (($ $) "\\spad{inc(x)} returns \\spad{x + 1}.")) (|copy| (($ $) "\\spad{copy(n)} gives a copy of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{a-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
-((-4507 . T) (-4508 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4508 . T) (-4509 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-560)
((|constructor| (NIL "\\spadtype{Integer} provides the domain of arbitrary precision integers.")) (|infinite| ((|attribute|) "nextItem never returns \\spad{nothing}.")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")))
-((-4491 . T) (-4497 . T) (-4501 . T) (-4496 . T) (-4507 . T) (-4508 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4492 . T) (-4498 . T) (-4502 . T) (-4497 . T) (-4508 . T) (-4509 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-561)
((|constructor| (NIL "This domain is a datatype for (signed) integer values of precision 16 bits.")))
@@ -2190,13 +2190,13 @@ NIL
NIL
(-565 |Key| |Entry| |addDom|)
((|constructor| (NIL "This domain is used to provide a conditional \"add\" domain for the implementation of \\spadtype{Table}.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|)))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1132))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))))
-(-566 R -1610)
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|)))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1133))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))))
+(-566 R -4346)
((|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
-(-567 R0 -1610 UP UPUP R)
+(-567 R0 -4346 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
@@ -2206,7 +2206,7 @@ NIL
NIL
(-569 R)
((|constructor| (NIL "\\indented{1}{+ Author: Mike Dewar} + Date Created: November 1996 + Date Last Updated: + Basic Functions: + Related Constructors: + Also See: + AMS Classifications: + Keywords: + References: + Description: + This category implements of interval arithmetic and transcendental + functions over intervals.")) (|contains?| (((|Boolean|) $ |#1|) "\\spad{contains?(i,f)} returns \\spad{true} if \\axiom{\\spad{f}} is contained within the interval \\axiom{\\spad{i}},{} \\spad{false} otherwise.")) (|negative?| (((|Boolean|) $) "\\spad{negative?(u)} returns \\axiom{\\spad{true}} if every element of \\spad{u} is negative,{} \\axiom{\\spad{false}} otherwise.")) (|positive?| (((|Boolean|) $) "\\spad{positive?(u)} returns \\axiom{\\spad{true}} if every element of \\spad{u} is positive,{} \\axiom{\\spad{false}} otherwise.")) (|width| ((|#1| $) "\\spad{width(u)} returns \\axiom{sup(\\spad{u}) - inf(\\spad{u})}.")) (|sup| ((|#1| $) "\\spad{sup(u)} returns the supremum of \\axiom{\\spad{u}}.")) (|inf| ((|#1| $) "\\spad{inf(u)} returns the infinum of \\axiom{\\spad{u}}.")) (|qinterval| (($ |#1| |#1|) "\\spad{qinterval(inf,sup)} creates a new interval \\axiom{[\\spad{inf},{}\\spad{sup}]},{} without checking the ordering on the elements.")) (|interval| (($ (|Fraction| (|Integer|))) "\\spad{interval(f)} creates a new interval around \\spad{f}.") (($ |#1|) "\\spad{interval(f)} creates a new interval around \\spad{f}.") (($ |#1| |#1|) "\\spad{interval(inf,sup)} creates a new interval,{} either \\axiom{[\\spad{inf},{}\\spad{sup}]} if \\axiom{\\spad{inf} <= \\spad{sup}} or \\axiom{[\\spad{sup},{}in]} otherwise.")))
-((-2941 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4430 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-570 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.")))
@@ -2214,9 +2214,9 @@ NIL
NIL
(-571)
((|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.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-572 R -1610)
+(-572 R -4346)
((|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},{}...,{}kn (the \\spad{ki}'s must be logs).")) (|lfintegrate| (((|IntegrationResult| |#2|) |#2| (|Symbol|)) "\\spad{lfintegrate(f, x)} = \\spad{g} such that \\spad{dg/dx = f}.")) (|lfinfieldint| (((|Union| |#2| "failed") |#2| (|Symbol|)) "\\spad{lfinfieldint(f, x)} returns a function \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|lflimitedint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Symbol|) (|List| |#2|)) "\\spad{lflimitedint(f,x,[g1,...,gn])} returns functions \\spad{[h,[[ci, gi]]]} such that the \\spad{gi}'s are among \\spad{[g1,...,gn]},{} and \\spad{d(h+sum(ci log(gi)))/dx = f},{} if possible,{} \"failed\" otherwise.")) (|lfextendedint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "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
@@ -2228,7 +2228,7 @@ NIL
((|constructor| (NIL "\\blankline")) (|entry| (((|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{entry(n)} \\undocumented{}")) (|entries| (((|List| (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) "\\spad{entries(x)} \\undocumented{}")) (|showAttributes| (((|Union| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{showAttributes(x)} \\undocumented{}")) (|insert!| (($ (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) "\\spad{insert!(r)} inserts an entry \\spad{r} into theIFTable")) (|fTable| (($ (|List| (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) "\\spad{fTable(l)} creates a functions table from the elements of \\spad{l}.")) (|keys| (((|List| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) $) "\\spad{keys(f)} returns the list of keys of \\spad{f}")) (|clearTheFTable| (((|Void|)) "\\spad{clearTheFTable()} clears the current table of functions.")) (|showTheFTable| (($) "\\spad{showTheFTable()} returns the current table of functions.")))
NIL
NIL
-(-575 R -1610 L)
+(-575 R -4346 L)
((|constructor| (NIL "This internal package rationalises integrands on curves of the form: \\indented{2}{\\spad{y\\^2 = a x\\^2 + b x + c}} \\indented{2}{\\spad{y\\^2 = (a x + b) / (c x + d)}} \\indented{2}{\\spad{f(x, y) = 0} where \\spad{f} has degree 1 in \\spad{x}} The rationalization is done for integration,{} limited integration,{} extended integration and the risch differential equation.")) (|palgLODE0| (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgLODE0(op,g,x,y,z,t,c)} returns the solution of \\spad{op f = g} Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgLODE0(op, g, x, y, d, p)} returns the solution of \\spad{op f = g}. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|lift| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|SparseUnivariatePolynomial| |#2|) (|Kernel| |#2|)) "\\spad{lift(u,k)} \\undocumented")) (|multivariate| ((|#2| (|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|Kernel| |#2|) |#2|) "\\spad{multivariate(u,k,f)} \\undocumented")) (|univariate| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|SparseUnivariatePolynomial| |#2|)) "\\spad{univariate(f,k,k,p)} \\undocumented")) (|palgRDE0| (((|Union| |#2| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|)) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgRDE0(f, g, x, y, foo, t, c)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{foo},{} called by \\spad{foo(a, b, x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.") (((|Union| |#2| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|)) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgRDE0(f, g, x, y, foo, d, p)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}. Argument \\spad{foo},{} called by \\spad{foo(a, b, x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.")) (|palglimint0| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palglimint0(f, x, y, [u1,...,un], z, t, c)} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}'s are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palglimint0(f, x, y, [u1,...,un], d, p)} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}'s are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|palgextint0| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgextint0(f, x, y, g, z, t, c)} returns functions \\spad{[h, d]} such that \\spad{dh/dx = f(x,y) - d g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy},{} and \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,y)}. The operation returns \"failed\" if no such functions exist.") (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgextint0(f, x, y, g, d, p)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f(x,y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)},{} or \"failed\" if no such functions exist.")) (|palgint0| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgint0(f, x, y, z, t, c)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,y)}.") (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgint0(f, x, y, d, p)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)}.")))
NIL
((|HasCategory| |#3| (|%list| (QUOTE -680) (|devaluate| |#2|))))
@@ -2236,11 +2236,11 @@ NIL
((|constructor| (NIL "This package provides various number theoretic functions on the integers.")) (|sumOfKthPowerDivisors| (((|Integer|) (|Integer|) (|NonNegativeInteger|)) "\\spad{sumOfKthPowerDivisors(n,k)} returns the sum of the \\spad{k}th powers of the integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. the sum of the \\spad{k}th powers of the divisors of \\spad{n} is often denoted by \\spad{sigma_k(n)}.")) (|sumOfDivisors| (((|Integer|) (|Integer|)) "\\spad{sumOfDivisors(n)} returns the sum of the integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. The sum of the divisors of \\spad{n} is often denoted by \\spad{sigma(n)}.")) (|numberOfDivisors| (((|Integer|) (|Integer|)) "\\spad{numberOfDivisors(n)} returns the number of integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. The number of divisors of \\spad{n} is often denoted by \\spad{tau(n)}.")) (|moebiusMu| (((|Integer|) (|Integer|)) "\\spad{moebiusMu(n)} returns the Moebius function \\spad{mu(n)}. \\spad{mu(n)} is either \\spad{-1},{}0 or 1 as follows: \\spad{mu(n) = 0} if \\spad{n} is divisible by a square > 1,{} \\spad{mu(n) = (-1)^k} if \\spad{n} is square-free and has \\spad{k} distinct prime divisors.")) (|legendre| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{legendre(a,p)} returns the Legendre symbol \\spad{L(a/p)}. \\spad{L(a/p) = (-1)**((p-1)/2) mod p} (\\spad{p} prime),{} which is 0 if \\spad{a} is 0,{} 1 if \\spad{a} is a quadratic residue \\spad{mod p} and \\spad{-1} otherwise. Note: because the primality test is expensive,{} if it is known that \\spad{p} is prime then use \\spad{jacobi(a,p)}.")) (|jacobi| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{jacobi(a,b)} returns the Jacobi symbol \\spad{J(a/b)}. When \\spad{b} is odd,{} \\spad{J(a/b) = product(L(a/p) for p in factor b )}. Note: by convention,{} 0 is returned if \\spad{gcd(a,b) ~= 1}. Iterative \\spad{O(log(b)^2)} version coded by Michael Monagan June 1987.")) (|harmonic| (((|Fraction| (|Integer|)) (|Integer|)) "\\spad{harmonic(n)} returns the \\spad{n}th harmonic number. This is \\spad{H[n] = sum(1/k,k=1..n)}.")) (|fibonacci| (((|Integer|) (|Integer|)) "\\spad{fibonacci(n)} returns the \\spad{n}th Fibonacci number. the Fibonacci numbers \\spad{F[n]} are defined by \\spad{F[0] = F[1] = 1} and \\spad{F[n] = F[n-1] + F[n-2]}. The algorithm has running time \\spad{O(log(n)^3)}. Reference: Knuth,{} The Art of Computer Programming Vol 2,{} Semi-Numerical Algorithms.")) (|eulerPhi| (((|Integer|) (|Integer|)) "\\spad{eulerPhi(n)} returns the number of integers between 1 and \\spad{n} (including 1) which are relatively prime to \\spad{n}. This is the Euler phi function \\spad{\\phi(n)} is also called the totient function.")) (|euler| (((|Integer|) (|Integer|)) "\\spad{euler(n)} returns the \\spad{n}th Euler number. This is \\spad{2^n E(n,1/2)},{} where \\spad{E(n,x)} is the \\spad{n}th Euler polynomial.")) (|divisors| (((|List| (|Integer|)) (|Integer|)) "\\spad{divisors(n)} returns a list of the divisors of \\spad{n}.")) (|chineseRemainder| (((|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{chineseRemainder(x1,m1,x2,m2)} returns \\spad{w},{} where \\spad{w} is such that \\spad{w = x1 mod m1} and \\spad{w = x2 mod m2}. Note: \\spad{m1} and \\spad{m2} must be relatively prime.")) (|bernoulli| (((|Fraction| (|Integer|)) (|Integer|)) "\\spad{bernoulli(n)} returns the \\spad{n}th Bernoulli number. this is \\spad{B(n,0)},{} where \\spad{B(n,x)} is the \\spad{n}th Bernoulli polynomial.")))
NIL
NIL
-(-577 -1610 UP UPUP R)
+(-577 -4346 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
-(-578 -1610 UP)
+(-578 -4346 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
@@ -2248,15 +2248,15 @@ NIL
((|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,{} {\\tt \\spad{exp}},{} over a given range,{} {\\tt a} to {\\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 {\\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,{} {\\tt \\spad{exp}},{} over a given range,{} {\\tt a} to {\\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 {\\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,{} {\\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,{} {\\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,{} {\\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,{} {\\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,{} {\\tt \\spad{exp}},{} over a given range {\\tt a} to {\\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,{} {\\tt \\spad{exp}},{} over a given range {\\tt a} to {\\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,{} {\\tt \\spad{exp}},{} over a given range {\\tt a} to {\\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,{} {\\tt \\spad{exp}},{} over a given range {\\tt a} to {\\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
-(-580 R -1610 L)
+(-580 R -4346 L)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for pure algebraic integrands.")) (|palgLODE| (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Symbol|)) "\\spad{palgLODE(op, g, kx, y, x)} returns the solution of \\spad{op f = g}. \\spad{y} is an algebraic function of \\spad{x}.")) (|palgRDE| (((|Union| |#2| "failed") |#2| |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|))) "\\spad{palgRDE(nfp, f, g, x, y, foo)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}; \\spad{foo(a, b, x)} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}. \\spad{nfp} is \\spad{n * df/dx}.")) (|palglimint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|)) "\\spad{palglimint(f, x, y, [u1,...,un])} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}'s are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}.")) (|palgextint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2|) "\\spad{palgextint(f, x, y, g)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f(x,y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x}; returns \"failed\" if no such functions exist.")) (|palgint| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|)) "\\spad{palgint(f, x, y)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x}.")))
NIL
((|HasCategory| |#3| (|%list| (QUOTE -680) (|devaluate| |#2|))))
-(-581 R -1610)
+(-581 R -4346)
((|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 -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1170)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-649)))))
-(-582 -1610 UP)
+((-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1171)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-649)))))
+(-582 -4346 UP)
((|constructor| (NIL "This package provides functions for the base case of the Risch algorithm.")) (|limitedint| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|List| (|Fraction| |#2|))) "\\spad{limitedint(f, [g1,...,gn])} returns fractions \\spad{[h,[[ci, gi]]]} such that the \\spad{gi}'s are among \\spad{[g1,...,gn]},{} \\spad{ci' = 0},{} and \\spad{(h+sum(ci log(gi)))' = f},{} if possible,{} \"failed\" otherwise.")) (|extendedint| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{extendedint(f, g)} returns fractions \\spad{[h, c]} such that \\spad{c' = 0} and \\spad{h' = f - cg},{} if \\spad{(h, c)} exist,{} \"failed\" otherwise.")) (|infieldint| (((|Union| (|Fraction| |#2|) "failed") (|Fraction| |#2|)) "\\spad{infieldint(f)} returns \\spad{g} such that \\spad{g' = f} or \"failed\" if the integral of \\spad{f} is not a rational function.")) (|integrate| (((|IntegrationResult| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{integrate(f)} returns \\spad{g} such that \\spad{g' = f}.")))
NIL
NIL
@@ -2264,27 +2264,27 @@ NIL
((|constructor| (NIL "Provides integer testing and retraction functions. Date Created: March 1990 Date Last Updated: 9 April 1991")) (|integerIfCan| (((|Union| (|Integer|) "failed") |#1|) "\\spad{integerIfCan(x)} returns \\spad{x} as an integer,{} \"failed\" if \\spad{x} is not an integer.")) (|integer?| (((|Boolean|) |#1|) "\\spad{integer?(x)} is \\spad{true} if \\spad{x} is an integer,{} \\spad{false} otherwise.")) (|integer| (((|Integer|) |#1|) "\\spad{integer(x)} returns \\spad{x} as an integer; error if \\spad{x} is not an integer.")))
NIL
NIL
-(-584 -1610)
+(-584 -4346)
((|constructor| (NIL "This package provides functions for the integration of rational functions.")) (|extendedIntegrate| (((|Union| (|Record| (|:| |ratpart| (|Fraction| (|Polynomial| |#1|))) (|:| |coeff| (|Fraction| (|Polynomial| |#1|)))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{extendedIntegrate(f, x, g)} returns fractions \\spad{[h, c]} such that \\spad{dc/dx = 0} and \\spad{dh/dx = f - cg},{} if \\spad{(h, c)} exist,{} \"failed\" otherwise.")) (|limitedIntegrate| (((|Union| (|Record| (|:| |mainpart| (|Fraction| (|Polynomial| |#1|))) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| (|Polynomial| |#1|))) (|:| |logand| (|Fraction| (|Polynomial| |#1|))))))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limitedIntegrate(f, x, [g1,...,gn])} returns fractions \\spad{[h, [[ci,gi]]]} such that the \\spad{gi}'s are among \\spad{[g1,...,gn]},{} \\spad{dci/dx = 0},{} and \\spad{d(h + sum(ci log(gi)))/dx = f} if possible,{} \"failed\" otherwise.")) (|infieldIntegrate| (((|Union| (|Fraction| (|Polynomial| |#1|)) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{infieldIntegrate(f, x)} returns a fraction \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|internalIntegrate| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{internalIntegrate(f, x)} returns \\spad{g} such that \\spad{dg/dx = f}.")))
NIL
NIL
(-585 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.")))
-((-2941 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4430 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-586)
((|constructor| (NIL "This package provides the implementation for the \\spadfun{solveLinearPolynomialEquation} operation over the integers. It uses a lifting technique from the package GenExEuclid")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| (|Integer|))) "failed") (|List| (|SparseUnivariatePolynomial| (|Integer|))) (|SparseUnivariatePolynomial| (|Integer|))) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}'s exists.")))
NIL
NIL
-(-587 R -1610)
+(-587 R -4346)
((|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 -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-296))) (|HasCategory| |#2| (QUOTE (-649))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208))))) (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-296)))) (|HasCategory| |#1| (QUOTE (-571))))
-(-588 -1610 UP)
+((-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-296))) (|HasCategory| |#2| (QUOTE (-649))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209))))) (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-296)))) (|HasCategory| |#1| (QUOTE (-571))))
+(-588 -4346 UP)
((|constructor| (NIL "This package provides functions for the transcendental case of the Risch algorithm.")) (|monomialIntPoly| (((|Record| (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (|Mapping| |#2| |#2|)) "\\spad{monomialIntPoly(p, ')} returns [\\spad{q},{} \\spad{r}] such that \\spad{p = q' + r} and \\spad{degree(r) < degree(t')}. Error if \\spad{degree(t') < 2}.")) (|monomialIntegrate| (((|Record| (|:| |ir| (|IntegrationResult| (|Fraction| |#2|))) (|:| |specpart| (|Fraction| |#2|)) (|:| |polypart| |#2|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{monomialIntegrate(f, ')} returns \\spad{[ir, s, p]} such that \\spad{f = ir' + s + p} and all the squarefree factors of the denominator of \\spad{s} are special \\spad{w}.\\spad{r}.\\spad{t} the derivation '.")) (|expintfldpoly| (((|Union| (|LaurentPolynomial| |#1| |#2|) "failed") (|LaurentPolynomial| |#1| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintfldpoly(p, foo)} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument foo is a Risch differential equation function on \\spad{F}.")) (|primintfldpoly| (((|Union| |#2| "failed") |#2| (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) "\\spad{primintfldpoly(p, ', t')} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument \\spad{t'} is the derivative of the primitive generating the extension.")) (|primlimintfrac| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|List| (|Fraction| |#2|))) "\\spad{primlimintfrac(f, ', [u1,...,un])} returns \\spad{[v, [c1,...,cn]]} such that \\spad{ci' = 0} and \\spad{f = v' + +/[ci * ui'/ui]}. Error: if \\spad{degree numer f >= degree denom f}.")) (|primextintfrac| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Fraction| |#2|)) "\\spad{primextintfrac(f, ', g)} returns \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0}. Error: if \\spad{degree numer f >= degree denom f} or if \\spad{degree numer g >= degree denom g} or if \\spad{denom g} is not squarefree.")) (|explimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|List| (|Fraction| |#2|))) "\\spad{explimitedint(f, ', foo, [u1,...,un])} returns \\spad{[v, [c1,...,cn], a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,[ci * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primlimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (|List| (|Fraction| |#2|))) "\\spad{primlimitedint(f, ', foo, [u1,...,un])} returns \\spad{[v, [c1,...,cn], a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,[ci * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|expextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|Fraction| |#2|)) "\\spad{expextendedint(f, ', foo, g)} returns either \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (|Fraction| |#2|)) "\\spad{primextendedint(f, ', foo, g)} returns either \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|tanintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|List| |#1|) "failed") (|Integer|) |#1| |#1|)) "\\spad{tanintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential system solver on \\spad{F}.")) (|expintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential equation solver on \\spad{F}.")) (|primintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) "\\spad{primintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Argument foo is an extended integration function on \\spad{F}.")))
NIL
NIL
-(-589 R -1610)
+(-589 R -4346)
((|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
@@ -2306,25 +2306,25 @@ NIL
NIL
(-594 |p| |unBalanced?|)
((|constructor| (NIL "This domain implements Zp,{} the \\spad{p}-adic completion of the integers. This is an internal domain.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-595 |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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
((|HasCategory| $ (QUOTE (-149))) (|HasCategory| $ (QUOTE (-147))) (|HasCategory| $ (QUOTE (-381))))
(-596)
((|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
-(-597 -1610)
+(-597 -4346)
((|constructor| (NIL "If a function \\spad{f} has an elementary integral \\spad{g},{} then \\spad{g} can be written in the form \\spad{g = h + c1 log(u1) + c2 log(u2) + ... + cn log(un)} where \\spad{h},{} which is in the same field than \\spad{f},{} is called the rational part of the integral,{} and \\spad{c1 log(u1) + ... cn log(un)} is called the logarithmic part of the integral. This domain manipulates integrals represented in that form,{} by keeping both parts separately. The logs are not explicitly computed.")) (|differentiate| ((|#1| $ (|Symbol|)) "\\spad{differentiate(ir,x)} differentiates \\spad{ir} with respect to \\spad{x}") ((|#1| $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(ir,D)} differentiates \\spad{ir} with respect to the derivation \\spad{D}.")) (|integral| (($ |#1| (|Symbol|)) "\\spad{integral(f,x)} returns the formal integral of \\spad{f} with respect to \\spad{x}") (($ |#1| |#1|) "\\spad{integral(f,x)} returns the formal integral of \\spad{f} with respect to \\spad{x}")) (|elem?| (((|Boolean|) $) "\\spad{elem?(ir)} tests if an integration result is elementary over F?")) (|notelem| (((|List| (|Record| (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) "\\spad{notelem(ir)} returns the non-elementary part of an integration result")) (|logpart| (((|List| (|Record| (|:| |scalar| (|Fraction| (|Integer|))) (|:| |coeff| (|SparseUnivariatePolynomial| |#1|)) (|:| |logand| (|SparseUnivariatePolynomial| |#1|)))) $) "\\spad{logpart(ir)} returns the logarithmic part of an integration result")) (|ratpart| ((|#1| $) "\\spad{ratpart(ir)} returns the rational part of an integration result")) (|mkAnswer| (($ |#1| (|List| (|Record| (|:| |scalar| (|Fraction| (|Integer|))) (|:| |coeff| (|SparseUnivariatePolynomial| |#1|)) (|:| |logand| (|SparseUnivariatePolynomial| |#1|)))) (|List| (|Record| (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) "\\spad{mkAnswer(r,l,ne)} creates an integration result from a rational part \\spad{r},{} a logarithmic part \\spad{l},{} and a non-elementary part \\spad{ne}.")))
-((-4504 . T) (-4503 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-1208)))))
-(-598 E -1610)
+((-4505 . T) (-4504 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-1209)))))
+(-598 E -4346)
((|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
-(-599 R -1610)
+(-599 R -4346)
((|constructor| (NIL "This package allows a sum of logs over the roots of a polynomial to be expressed as explicit logarithms and arc tangents,{} provided that the indexing polynomial can be factored into quadratics.")) (|complexExpand| ((|#2| (|IntegrationResult| |#2|)) "\\spad{complexExpand(i)} returns the expanded complex function corresponding to \\spad{i}.")) (|expand| (((|List| |#2|) (|IntegrationResult| |#2|)) "\\spad{expand(i)} returns the list of possible real functions corresponding to \\spad{i}.")) (|split| (((|IntegrationResult| |#2|) (|IntegrationResult| |#2|)) "\\spad{split(u(x) + sum_{P(a)=0} Q(a,x))} returns \\spad{u(x) + sum_{P1(a)=0} Q(a,x) + ... + sum_{Pn(a)=0} Q(a,x)} where \\spad{P1},{}...,{}Pn are the factors of \\spad{P}.")))
NIL
NIL
@@ -2358,19 +2358,19 @@ NIL
NIL
(-607 |mn|)
((|constructor| (NIL "This domain implements low-level strings")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| (-146) (QUOTE (-871))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))) (-12 (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (-2191 (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-887)))) (-12 (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (|HasCategory| (-146) (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| (-146) (QUOTE (-871))) (|HasCategory| (-146) (QUOTE (-1132)))) (|HasCategory| (-146) (QUOTE (-871))) (-2191 (|HasCategory| (-146) (QUOTE (-102))) (|HasCategory| (-146) (QUOTE (-871))) (|HasCategory| (-146) (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-146) (QUOTE (-102))) (-12 (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| (-146) (QUOTE (-872))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))) (-12 (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (-2309 (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-888)))) (-12 (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (|HasCategory| (-146) (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| (-146) (QUOTE (-872))) (|HasCategory| (-146) (QUOTE (-1133)))) (|HasCategory| (-146) (QUOTE (-872))) (-2309 (|HasCategory| (-146) (QUOTE (-102))) (|HasCategory| (-146) (QUOTE (-872))) (|HasCategory| (-146) (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-146) (QUOTE (-102))) (-12 (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))))
(-608 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
(-609 |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}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))) (|HasCategory| (-560) (QUOTE (-1143))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))) (|HasCategory| (-560) (QUOTE (-1144))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))))
(-610 |Coef|)
((|constructor| (NIL "Internal package for dense Taylor series. This is an internal Taylor series type in which Taylor series are represented by a \\spadtype{Stream} of \\spadtype{Ring} elements. For univariate series,{} the \\spad{Stream} elements are the Taylor coefficients. For multivariate series,{} the \\spad{n}th Stream element is a form of degree \\spad{n} in the power series variables.")) (* (($ $ (|Integer|)) "\\spad{x*i} returns the product of integer \\spad{i} and the series \\spad{x}.")) (|order| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{order(x,n)} returns the minimum of \\spad{n} and the order of \\spad{x}.") (((|NonNegativeInteger|) $) "\\spad{order(x)} returns the order of a power series \\spad{x},{} \\indented{1}{\\spadignore{i.e.} the degree of the first non-zero term of the series.}")) (|pole?| (((|Boolean|) $) "\\spad{pole?(x)} tests if the series \\spad{x} has a pole. \\indented{1}{Note: this is \\spad{false} when \\spad{x} is a Taylor series.}")) (|series| (($ (|Stream| |#1|)) "\\spad{series(s)} creates a power series from a stream of \\indented{1}{ring elements.} \\indented{1}{For univariate series types,{} the stream \\spad{s} should be a stream} \\indented{1}{of Taylor coefficients. For multivariate series types,{} the} \\indented{1}{stream \\spad{s} should be a stream of forms the \\spad{n}th element} \\indented{1}{of which is a} \\indented{1}{form of degree \\spad{n} in the power series variables.}")) (|coefficients| (((|Stream| |#1|) $) "\\spad{coefficients(x)} returns a stream of ring elements. \\indented{1}{When \\spad{x} is a univariate series,{} this is a stream of Taylor} \\indented{1}{coefficients. When \\spad{x} is a multivariate series,{} the} \\indented{1}{\\spad{n}th element of the stream is a form of} \\indented{1}{degree \\spad{n} in the power series variables.}")))
-(((-4511 "*") |has| |#1| (-571)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-571)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
((|HasCategory| |#1| (QUOTE (-571))))
(-611)
((|constructor| (NIL "This domain provides representations for internal type form.")) (|mappingMode| (($ $ (|List| $)) "\\spad{mappingMode(r,ts)} returns a mapping mode with return mode \\spad{r},{} and parameter modes \\spad{ts}.")) (|categoryMode| (($) "\\spad{categoryMode} is a constant mode denoting Category.")) (|voidMode| (($) "\\spad{voidMode} is a constant mode denoting Void.")) (|noValueMode| (($) "\\spad{noValueMode} is a constant mode that indicates that the value of an expression is to be ignored.")) (|jokerMode| (($) "\\spad{jokerMode} is a constant that stands for any mode in a type inference context")))
@@ -2384,7 +2384,7 @@ NIL
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|map| (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|Stream| |#2|)) "\\spad{map(f,a,b)} \\undocumented") (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|Stream| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,a,b)} \\undocumented") (((|InfiniteTuple| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,a,b)} \\undocumented")))
NIL
NIL
-(-614 R -1610 FG)
+(-614 R -4346 FG)
((|constructor| (NIL "This package provides transformations from trigonometric functions to exponentials and logarithms,{} and back. \\spad{F} and FG should be the same type of function space.")) (|trigs2explogs| ((|#3| |#3| (|List| (|Kernel| |#3|)) (|List| (|Symbol|))) "\\spad{trigs2explogs(f, [k1,...,kn], [x1,...,xm])} rewrites all the trigonometric functions appearing in \\spad{f} and involving one of the \\spad{xi's} in terms of complex logarithms and exponentials. A kernel of the form \\spad{tan(u)} is expressed using \\spad{exp(u)**2} if it is one of the \\spad{ki's},{} in terms of \\spad{exp(2*u)} otherwise.")) (|explogs2trigs| (((|Complex| |#2|) |#3|) "\\spad{explogs2trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (F2FG ((|#3| |#2|) "\\spad{F2FG(a + sqrt(-1) b)} returns \\spad{a + i b}.")) (FG2F ((|#2| |#3|) "\\spad{FG2F(a + i b)} returns \\spad{a + sqrt(-1) b}.")) (GF2FG ((|#3| (|Complex| |#2|)) "\\spad{GF2FG(a + i b)} returns \\spad{a + i b} viewed as a function with the \\spad{i} pushed down into the coefficient domain.")))
NIL
NIL
@@ -2394,12 +2394,12 @@ NIL
NIL
(-616 R |mn|)
((|constructor| (NIL "\\indented{2}{This type represents vector like objects with varying lengths} and a user-specified initial index.")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1080))) (-12 (|HasCategory| |#1| (QUOTE (-1033))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1081))) (-12 (|HasCategory| |#1| (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-617 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 -4510)) (|HasCategory| |#2| (QUOTE (-871))) (|HasAttribute| |#1| (QUOTE -4509)) (|HasCategory| |#3| (QUOTE (-1132))))
+((|HasAttribute| |#1| (QUOTE -4511)) (|HasCategory| |#2| (QUOTE (-872))) (|HasAttribute| |#1| (QUOTE -4510)) (|HasCategory| |#3| (QUOTE (-1133))))
(-618 |Index| |Entry|)
((|constructor| (NIL "An indexed aggregate is a many-to-one mapping of indices to entries. For example,{} a one-dimensional-array is an indexed aggregate where the index is an integer. Also,{} a table is an indexed aggregate where the indices and entries may have any type.")) (|swap!| (((|Void|) $ |#1| |#1|) "\\spad{swap!(u,i,j)} interchanges elements \\spad{i} and \\spad{j} of aggregate \\spad{u}. No meaningful value is returned.")) (|fill!| (($ $ |#2|) "\\spad{fill!(u,x)} replaces each entry in aggregate \\spad{u} by \\spad{x}. The modified \\spad{u} is returned as value.")) (|first| ((|#2| $) "\\spad{first(u)} returns the first element \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{first([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = \\spad{x}}. Error: if \\spad{u} is empty.")) (|minIndex| ((|#1| $) "\\spad{minIndex(u)} returns the minimum index \\spad{i} of aggregate \\spad{u}. Note: in general,{} \\axiom{minIndex(a) = reduce(min,{}[\\spad{i} for \\spad{i} in indices a])}; for lists,{} \\axiom{minIndex(a) = 1}.")) (|maxIndex| ((|#1| $) "\\spad{maxIndex(u)} returns the maximum index \\spad{i} of aggregate \\spad{u}. Note: in general,{} \\axiom{maxIndex(\\spad{u}) = reduce(max,{}[\\spad{i} for \\spad{i} in indices \\spad{u}])}; if \\spad{u} is a list,{} \\axiom{maxIndex(\\spad{u}) = \\#u}.")) (|entry?| (((|Boolean|) |#2| $) "\\spad{entry?(x,u)} tests if \\spad{x} equals \\axiom{\\spad{u} . \\spad{i}} for some index \\spad{i}.")) (|indices| (((|List| |#1|) $) "\\spad{indices(u)} returns a list of indices of aggregate \\spad{u} in no particular order.")) (|index?| (((|Boolean|) |#1| $) "\\spad{index?(i,u)} tests if \\spad{i} is an index of aggregate \\spad{u}.")) (|entries| (((|List| |#2|) $) "\\spad{entries(u)} returns a list of all the entries of aggregate \\spad{u} in no assumed order.")))
NIL
@@ -2410,8 +2410,8 @@ NIL
NIL
(-620 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).")))
-((-4506 -2191 (-1383 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) (-4504 . T) (-4503 . T))
-((-2191 (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|))))) (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|))))
+((-4507 -2309 (-2925 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) (-4505 . T) (-4504 . T))
+((-2309 (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|))))) (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|))))
(-621)
((|constructor| (NIL "This is the datatype for the JVM bytecodes.")))
NIL
@@ -2438,20 +2438,20 @@ NIL
NIL
(-627 |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.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (QUOTE (-1190))) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| (-1190) (QUOTE (-871))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (QUOTE (-1191))) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| (-1191) (QUOTE (-872))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-102))))
(-628 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
(-629 |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}.")))
-((-4510 . T))
+((-4511 . T))
NIL
(-630 S)
((|constructor| (NIL "A kernel over a set \\spad{S} is an operator applied to a given list of arguments from \\spad{S}.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(op(a1,...,an), s)} tests if the name of op is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(op(a1,...,an), f)} tests if op = \\spad{f}.")) (|symbolIfCan| (((|Union| (|Symbol|) "failed") $) "\\spad{symbolIfCan(k)} returns \\spad{k} viewed as a symbol if \\spad{k} is a symbol,{} and \"failed\" otherwise.")) (|kernel| (($ (|Symbol|)) "\\spad{kernel(x)} returns \\spad{x} viewed as a kernel.") (($ (|BasicOperator|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{kernel(op, [a1,...,an], m)} returns the kernel \\spad{op(a1,...,an)} of nesting level \\spad{m}. Error: if \\spad{op} is \\spad{k}-ary for some \\spad{k} not equal to \\spad{m}.")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(k)} returns the nesting level of \\spad{k}.")) (|argument| (((|List| |#1|) $) "\\spad{argument(op(a1,...,an))} returns \\spad{[a1,...,an]}.")) (|operator| (((|BasicOperator|) $) "\\spad{operator(op(a1,...,an))} returns the operator op.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))))
+((|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))))
(-631 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
@@ -2464,7 +2464,7 @@ NIL
((|constructor| (NIL "A is convertible to \\spad{B} means any element of A can be converted into an element of \\spad{B},{} but not automatically by the interpreter.")) (|convert| ((|#1| $) "\\spad{convert(a)} transforms a into an element of \\spad{S}.")))
NIL
NIL
-(-634 -1610 UP)
+(-634 -4346 UP)
((|constructor| (NIL "\\spadtype{Kovacic} provides a modified Kovacic's algorithm for solving explicitely irreducible 2nd order linear ordinary differential equations.")) (|kovacic| (((|Union| (|SparseUnivariatePolynomial| (|Fraction| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Fraction| |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{kovacic(a_0,a_1,a_2,ezfactor)} returns either \"failed\" or \\spad{P}(\\spad{u}) such that \\spad{\\$e^{\\int(-a_1/2a_2)} e^{\\int u}\\$} is a solution of \\indented{5}{\\spad{\\$a_2 y'' + a_1 y' + a0 y = 0\\$}} whenever \\spad{u} is a solution of \\spad{P u = 0}. The equation must be already irreducible over the rational functions. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|Union| (|SparseUnivariatePolynomial| (|Fraction| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{kovacic(a_0,a_1,a_2)} returns either \"failed\" or \\spad{P}(\\spad{u}) such that \\spad{\\$e^{\\int(-a_1/2a_2)} e^{\\int u}\\$} is a solution of \\indented{5}{\\spad{a_2 y'' + a_1 y' + a0 y = 0}} whenever \\spad{u} is a solution of \\spad{P u = 0}. The equation must be already irreducible over the rational functions.")))
NIL
NIL
@@ -2482,24 +2482,24 @@ NIL
NIL
(-638 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}.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-870))))
+((-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-871))))
(-639 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
(-640 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.")))
-((-4506 . T))
+((-4507 . T))
NIL
-(-641 R -1610)
+(-641 R -4346)
((|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
(-642 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")))
-((-4504 . T) (-4503 . T) ((-4511 "*") . T) (-4502 . T) (-4506 . T))
-((|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))))
+((-4505 . T) (-4504 . T) ((-4512 "*") . T) (-4503 . T) (-4507 . T))
+((|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))))
(-643 R E V P TS ST)
((|constructor| (NIL "A package for solving polynomial systems by means of Lazard triangular sets [1]. This package provides two operations. One for solving in the sense of the regular zeros,{} and the other for solving in the sense of the Zariski closure. Both produce square-free regular sets. Moreover,{} the decompositions do not contain any redundant component. However,{} only zero-dimensional regular sets are normalized,{} since normalization may be time consumming in positive dimension. The decomposition process is that of [2].\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| |#6|) (|List| |#4|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}clos?)} has the same specifications as \\axiomOpFrom{zeroSetSplit(lp,{}clos?)}{RegularTriangularSetCategory}.")) (|normalizeIfCan| ((|#6| |#6|) "\\axiom{normalizeIfCan(ts)} returns \\axiom{ts} in an normalized shape if \\axiom{ts} is zero-dimensional.")))
NIL
@@ -2514,13 +2514,13 @@ NIL
NIL
(-646 |VarSet| R |Order|)
((|constructor| (NIL "Management of the Lie Group associated with a free nilpotent Lie algebra. Every Lie bracket with length greater than \\axiom{Order} are assumed to be null. The implementation inherits from the \\spadtype{XPBWPolynomial} domain constructor: Lyndon coordinates are exponential coordinates of the second kind. \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|identification| (((|List| (|Equation| |#2|)) $ $) "\\axiom{identification(\\spad{g},{}\\spad{h})} returns the list of equations \\axiom{g_i = h_i},{} where \\axiom{g_i} (resp. \\axiom{h_i}) are exponential coordinates of \\axiom{\\spad{g}} (resp. \\axiom{\\spad{h}}).")) (|LyndonCoordinates| (((|List| (|Record| (|:| |k| (|LyndonWord| |#1|)) (|:| |c| |#2|))) $) "\\axiom{LyndonCoordinates(\\spad{g})} returns the exponential coordinates of \\axiom{\\spad{g}}.")) (|LyndonBasis| (((|List| (|LiePolynomial| |#1| |#2|)) (|List| |#1|)) "\\axiom{LyndonBasis(lv)} returns the Lyndon basis of the nilpotent free Lie algebra.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{g})} returns the list of variables of \\axiom{\\spad{g}}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{g})} is the mirror of the internal representation of \\axiom{\\spad{g}}.")) (|coerce| (((|XPBWPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{g})} returns the internal representation of \\axiom{\\spad{g}}.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{g})} returns the internal representation of \\axiom{\\spad{g}}.")) (|ListOfTerms| (((|List| (|Record| (|:| |k| (|PoincareBirkhoffWittLyndonBasis| |#1|)) (|:| |c| |#2|))) $) "\\axiom{ListOfTerms(\\spad{p})} returns the internal representation of \\axiom{\\spad{p}}.")) (|log| (((|LiePolynomial| |#1| |#2|) $) "\\axiom{log(\\spad{p})} returns the logarithm of \\axiom{\\spad{p}}.")) (|exp| (($ (|LiePolynomial| |#1| |#2|)) "\\axiom{exp(\\spad{p})} returns the exponential of \\axiom{\\spad{p}}.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-647 R |ls|)
((|constructor| (NIL "A package for solving polynomial systems with finitely many solutions. The decompositions are given by means of regular triangular sets. The computations use lexicographical Groebner bases. The main operations are \\axiomOpFrom{lexTriangular}{LexTriangularPackage} and \\axiomOpFrom{squareFreeLexTriangular}{LexTriangularPackage}. The second one provide decompositions by means of square-free regular triangular sets. Both are based on the {\\em lexTriangular} method described in [1]. They differ from the algorithm described in [2] by the fact that multiciplities of the roots are not kept. With the \\axiomOpFrom{squareFreeLexTriangular}{LexTriangularPackage} operation all multiciplities are removed. With the other operation some multiciplities may remain. Both operations admit an optional argument to produce normalized triangular sets. \\newline")) (|zeroSetSplit| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#2|)) (|OrderedVariableList| |#2|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{} norm?)} decomposes the variety associated with \\axiom{lp} into square-free regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{lp} needs to generate a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{} norm?)} decomposes the variety associated with \\axiom{lp} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{lp} needs to generate a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|squareFreeLexTriangular| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#2|)) (|OrderedVariableList| |#2|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{squareFreeLexTriangular(base,{} norm?)} decomposes the variety associated with \\axiom{base} into square-free regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{base} needs to be a lexicographical Groebner basis of a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|lexTriangular| (((|List| (|RegularChain| |#1| |#2|)) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{lexTriangular(base,{} norm?)} decomposes the variety associated with \\axiom{base} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{base} needs to be a lexicographical Groebner basis of a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|groebner| (((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{groebner(lp)} returns the lexicographical Groebner basis of \\axiom{lp}. If \\axiom{lp} generates a zero-dimensional ideal then the {\\em FGLM} strategy is used,{} otherwise the {\\em Sugar} strategy is used.")) (|fglmIfCan| (((|Union| (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) "failed") (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{fglmIfCan(lp)} returns the lexicographical Groebner basis of \\axiom{lp} by using the {\\em FGLM} strategy,{} if \\axiom{zeroDimensional?(lp)} holds .")) (|zeroDimensional?| (((|Boolean|) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{zeroDimensional?(lp)} returns \\spad{true} iff \\axiom{lp} generates a zero-dimensional ideal \\spad{w}.\\spad{r}.\\spad{t}. the variables involved in \\axiom{lp}.")))
NIL
NIL
-(-648 R -1610)
+(-648 R -4346)
((|constructor| (NIL "This package provides liouvillian functions over an integral domain.")) (|integral| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{integral(f,x = a..b)} denotes the definite integral of \\spad{f} with respect to \\spad{x} from \\spad{a} to \\spad{b}.") ((|#2| |#2| (|Symbol|)) "\\spad{integral(f,x)} indefinite integral of \\spad{f} with respect to \\spad{x}.")) (|dilog| ((|#2| |#2|) "\\spad{dilog(f)} denotes the dilogarithm")) (|erf| ((|#2| |#2|) "\\spad{erf(f)} denotes the error function")) (|li| ((|#2| |#2|) "\\spad{li(f)} denotes the logarithmic integral")) (|Ci| ((|#2| |#2|) "\\spad{Ci(f)} denotes the cosine integral")) (|Si| ((|#2| |#2|) "\\spad{Si(f)} denotes the sine integral")) (|Ei| ((|#2| |#2|) "\\spad{Ei(f)} denotes the exponential integral")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns the Liouvillian operator based on \\spad{op}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} checks if \\spad{op} is Liouvillian")))
NIL
NIL
@@ -2528,25 +2528,25 @@ NIL
((|constructor| (NIL "Category for the transcendental Liouvillian functions.")) (|erf| (($ $) "\\spad{erf(x)} returns the error function of \\spad{x},{} \\spadignore{i.e.} \\spad{2 / sqrt(\\%pi)} times the integral of \\spad{exp(-x**2) dx}.")) (|dilog| (($ $) "\\spad{dilog(x)} returns the dilogarithm of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{log(x) / (1 - x) dx}.")) (|li| (($ $) "\\spad{li(x)} returns the logarithmic integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{dx / log(x)}.")) (|Ci| (($ $) "\\spad{Ci(x)} returns the cosine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{cos(x) / x dx}.")) (|Si| (($ $) "\\spad{Si(x)} returns the sine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{sin(x) / x dx}.")) (|Ei| (($ $) "\\spad{Ei(x)} returns the exponential integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{exp(x)/x dx}.")))
NIL
NIL
-(-650 |lv| -1610)
+(-650 |lv| -4346)
((|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
(-651)
((|constructor| (NIL "This domain provides a simple way to save values in files.")) (|setelt| (((|Any|) $ (|Symbol|) (|Any|)) "\\spad{lib.k := v} saves the value \\spad{v} in the library \\spad{lib}. It can later be extracted using the key \\spad{k}.")) (|pack!| (($ $) "\\spad{pack!(f)} reorganizes the file \\spad{f} on disk to recover unused space.")) (|library| (($ (|FileName|)) "\\spad{library(ln)} creates a new library file.")))
-((-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (QUOTE (-1190))) (|%list| (QUOTE |:|) (QUOTE -2660) (QUOTE (-51))))))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-51) (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-51) (QUOTE (-1132))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| (-51) (QUOTE (-1132))) (|HasCategory| (-51) (|%list| (QUOTE -321) (QUOTE (-51))))) (|HasCategory| (-1190) (QUOTE (-871))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-102)))) (|HasCategory| (-51) (QUOTE (-1132))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (QUOTE (-1132))))
+((-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (QUOTE (-1191))) (|%list| (QUOTE |:|) (QUOTE -3529) (QUOTE (-51))))))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-51) (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-51) (QUOTE (-1133))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| (-51) (QUOTE (-1133))) (|HasCategory| (-51) (|%list| (QUOTE -321) (QUOTE (-51))))) (|HasCategory| (-1191) (QUOTE (-872))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-102)))) (|HasCategory| (-51) (QUOTE (-1133))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (QUOTE (-1133))))
(-652 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).")))
-((-4506 -2191 (-1383 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) (-4504 . T) (-4503 . T))
-((-2191 (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|))))) (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|))))
+((-4507 -2309 (-2925 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) (-4505 . T) (-4504 . T))
+((-2309 (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -432) (|devaluate| |#1|))))) (|HasCategory| |#2| (|%list| (QUOTE -380) (|devaluate| |#1|))))
(-653 S R)
((|constructor| (NIL "\\axiom{JacobiIdentity} means that \\axiom{[\\spad{x},{}[\\spad{y},{}\\spad{z}]]+[\\spad{y},{}[\\spad{z},{}\\spad{x}]]+[\\spad{z},{}[\\spad{x},{}\\spad{y}]] = 0} holds.")) (/ (($ $ |#2|) "\\axiom{x/r} returns the division of \\axiom{\\spad{x}} by \\axiom{\\spad{r}}.")) (|construct| (($ $ $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket of \\axiom{\\spad{x}} and \\axiom{\\spad{y}}.")))
NIL
((|HasCategory| |#2| (QUOTE (-376))))
(-654 R)
((|constructor| (NIL "\\axiom{JacobiIdentity} means that \\axiom{[\\spad{x},{}[\\spad{y},{}\\spad{z}]]+[\\spad{y},{}[\\spad{z},{}\\spad{x}]]+[\\spad{z},{}[\\spad{x},{}\\spad{y}]] = 0} holds.")) (/ (($ $ |#1|) "\\axiom{x/r} returns the division of \\axiom{\\spad{x}} by \\axiom{\\spad{r}}.")) (|construct| (($ $ $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket of \\axiom{\\spad{x}} and \\axiom{\\spad{y}}.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-4504 . T) (-4503 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4505 . T) (-4504 . T))
NIL
(-655 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))}.")))
@@ -2563,18 +2563,18 @@ NIL
(-658 S R)
((|constructor| (NIL "Test for linear dependence.")) (|solveLinear| (((|Union| (|Vector| (|Fraction| |#1|)) "failed") (|Vector| |#2|) |#2|) "\\spad{solveLinear([v1,...,vn], u)} returns \\spad{[c1,...,cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such \\spad{ci}'s exist in the quotient field of \\spad{S}.") (((|Union| (|Vector| |#1|) "failed") (|Vector| |#2|) |#2|) "\\spad{solveLinear([v1,...,vn], u)} returns \\spad{[c1,...,cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such \\spad{ci}'s exist in \\spad{S}.")) (|linearDependence| (((|Union| (|Vector| |#1|) "failed") (|Vector| |#2|)) "\\spad{linearDependence([v1,...,vn])} returns \\spad{[c1,...,cn]} if \\spad{c1*v1 + ... + cn*vn = 0} and not all the \\spad{ci}'s are 0,{} \"failed\" if the \\spad{vi}'s are linearly independent over \\spad{S}.")) (|linearlyDependent?| (((|Boolean|) (|Vector| |#2|)) "\\spad{linearlyDependent?([v1,...,vn])} returns \\spad{true} if the \\spad{vi}'s are linearly dependent over \\spad{S},{} \\spad{false} otherwise.")))
NIL
-((-1372 (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-376))))
+((-2912 (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-376))))
(-659 K B)
((|constructor| (NIL "A simple data structure for elements that form a vector space of finite dimension over a given field,{} with a given symbolic basis.")) (|coordinates| (((|Vector| |#1|) $) "\\spad{coordinates x} returns the coordinates of the linear element with respect to the basis \\spad{B}.")) (|linearElement| (($ (|List| |#1|)) "\\spad{linearElement [x1,..,xn]} returns a linear element \\indented{1}{with coordinates \\spad{[x1,..,xn]} with respect to} the basis elements \\spad{B}.")))
-((-4504 . T) (-4503 . T))
-((-12 (|HasCategory| (-657 |#2|) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-1132)))))
+((-4505 . T) (-4504 . T))
+((-12 (|HasCategory| (-657 |#2|) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-1133)))))
(-660 R)
((|constructor| (NIL "An extension of left-module with an explicit linear dependence test.")) (|reducedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Matrix| $) (|Vector| $)) "\\spad{reducedSystem(A, v)} returns a matrix \\spad{B} and a vector \\spad{w} such that \\spad{A x = v} and \\spad{B x = w} have the same solutions in \\spad{R}.") (((|Matrix| |#1|) (|Matrix| $)) "\\spad{reducedSystem(A)} returns a matrix \\spad{B} such that \\spad{A x = 0} and \\spad{B x = 0} have the same solutions in \\spad{R}.")) (|leftReducedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Vector| $) $) "\\spad{reducedSystem([v1,...,vn],u)} returns a matrix \\spad{M} with coefficients in \\spad{R} and a vector \\spad{w} such that the system of equations \\spad{c1*v1 + ... + cn*vn = u} has the same solution as \\spad{c * M = w} where \\spad{c} is the row vector \\spad{[c1,...cn]}.") (((|Matrix| |#1|) (|Vector| $)) "\\spad{leftReducedSystem [v1,...,vn]} returns a matrix \\spad{M} with coefficients in \\spad{R} such that the system of equations \\spad{c1*v1 + ... + cn*vn = 0\\$\\%} has the same solution as \\spad{c * M = 0} where \\spad{c} is the row vector \\spad{[c1,...cn]}.")))
NIL
NIL
(-661 K B)
((|constructor| (NIL "A simple data structure for linear forms on a vector space of finite dimension over a given field,{} with a given symbolic basis.")) (|coordinates| (((|Vector| |#1|) $) "\\spad{coordinates x} returns the coordinates of the linear form with respect to the basis \\spad{DualBasis B}.")) (|linearForm| (($ (|List| |#1|)) "\\spad{linearForm [x1,..,xn]} constructs a linear form with coordinates \\spad{[x1,..,xn]} with respect to the basis elements \\spad{DualBasis B}.")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
(-662 S)
((|constructor| (NIL "\\indented{2}{A set is an \\spad{S}-linear set if it is stable by dilation} \\indented{2}{by elements in the semigroup \\spad{S}.} See Also: LeftLinearSet,{} RightLinearSet.")))
@@ -2582,8 +2582,8 @@ NIL
NIL
(-663 S)
((|constructor| (NIL "\\spadtype{List} implements singly-linked lists that are addressable by indices; the index of the first element is 1. In addition to the operations provided by \\spadtype{IndexedList},{} this constructor provides some LISP-like functions such as \\spadfun{null} and \\spadfun{cons}.")) (|setDifference| (($ $ $) "\\spad{setDifference(u1,u2)} returns a list of the elements of \\spad{u1} that are not also in \\spad{u2}. The order of elements in the resulting list is unspecified.")) (|setIntersection| (($ $ $) "\\spad{setIntersection(u1,u2)} returns a list of the elements that lists \\spad{u1} and \\spad{u2} have in common. The order of elements in the resulting list is unspecified.")) (|setUnion| (($ $ $) "\\spad{setUnion(u1,u2)} appends the two lists \\spad{u1} and \\spad{u2},{} then removes all duplicates. The order of elements in the resulting list is unspecified.")) (|append| (($ $ $) "\\spad{append(u1,u2)} appends the elements of list \\spad{u1} onto the front of list \\spad{u2}. This new list and \\spad{u2} will share some structure.")) (|cons| (($ |#1| $) "\\spad{cons(element,u)} appends \\spad{element} onto the front of list \\spad{u} and returns the new list. This new list and the old one will share some structure.")) (|null| (((|Boolean|) $) "\\spad{null(u)} tests if list \\spad{u} is the empty list.")) (|nil| (($) "\\spad{nil} is the empty list.")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-843))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-845))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-664 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
@@ -2606,8 +2606,8 @@ NIL
NIL
(-669 S)
((|substitute| (($ |#1| |#1| $) "\\spad{substitute(x,y,d)} replace \\spad{x}'s with \\spad{y}'s in dictionary \\spad{d}.")) (|duplicates?| (((|Boolean|) $) "\\spad{duplicates?(d)} tests if dictionary \\spad{d} has duplicate entries.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-670 R)
((|constructor| (NIL "The category of left modules over an rng (ring not necessarily with unit). This is an abelian group which supports left multiplation by elements of the rng. \\blankline")))
NIL
@@ -2619,40 +2619,40 @@ NIL
(-672 A S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#2| $ (|UniversalSegment| (|Integer|)) |#2|) "\\spad{setelt(u,i..j,x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) := \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} := \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,u,k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#2| $ (|Integer|)) "\\spad{insert(x,u,i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) == concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|map| (($ (|Mapping| |#2| |#2| |#2|) $ $) "\\spad{map(f,u,v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#2| $) "\\spad{concat(x,u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) == concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#2|) "\\spad{concat(u,x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) == concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#2|) "\\spad{new(n,x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4510)))
+((|HasAttribute| |#1| (QUOTE -4511)))
(-673 S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#1| $ (|UniversalSegment| (|Integer|)) |#1|) "\\spad{setelt(u,i..j,x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) := \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} := \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,u,k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#1| $ (|Integer|)) "\\spad{insert(x,u,i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) == concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,u,v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#1| $) "\\spad{concat(x,u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) == concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#1|) "\\spad{concat(u,x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) == concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#1|) "\\spad{new(n,x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
NIL
(-674 M R S)
((|constructor| (NIL "Localize(\\spad{M},{}\\spad{R},{}\\spad{S}) produces fractions with numerators from an \\spad{R} module \\spad{M} and denominators from some multiplicative subset \\spad{D} of \\spad{R}.")) (|denom| ((|#3| $) "\\spad{denom x} returns the denominator of \\spad{x}.")) (|numer| ((|#1| $) "\\spad{numer x} returns the numerator of \\spad{x}.")) (/ (($ |#1| |#3|) "\\spad{m / d} divides the element \\spad{m} by \\spad{d}.") (($ $ |#3|) "\\spad{x / d} divides the element \\spad{x} by \\spad{d}.")))
-((-4504 . T) (-4503 . T))
-((|HasCategory| |#1| (QUOTE (-813))))
-(-675 R -1610 L)
+((-4505 . T) (-4504 . T))
+((|HasCategory| |#1| (QUOTE (-814))))
+(-675 R -4346 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
-(-676 A -2018)
+(-676 A -4463)
((|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}}")))
-((-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-376))))
+((-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-376))))
(-677 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}}")))
-((-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-376))))
+((-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-376))))
(-678 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}")))
-((-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-376))))
+((-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-376))))
(-679 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 (-376))))
(-680 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}.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-681 -1610 UP)
+(-681 -4346 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))))
@@ -2674,7 +2674,7 @@ NIL
NIL
(-686 |VarSet| R)
((|constructor| (NIL "This type supports Lie polynomials in Lyndon basis see Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|construct| (($ $ (|LyndonWord| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.") (($ (|LyndonWord| |#1|) $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.") (($ (|LyndonWord| |#1|) (|LyndonWord| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.")) (|LiePolyIfCan| (((|Union| $ "failed") (|XDistributedPolynomial| |#1| |#2|)) "\\axiom{LiePolyIfCan(\\spad{p})} returns \\axiom{\\spad{p}} in Lyndon basis if \\axiom{\\spad{p}} is a Lie polynomial,{} otherwise \\axiom{\"failed\"} is returned.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-4504 . T) (-4503 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4505 . T) (-4504 . T))
((|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-175))))
(-687 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}.")))
@@ -2682,13 +2682,13 @@ NIL
NIL
(-688 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}.")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
-(-689 -1610 |Row| |Col| M)
+(-689 -4346 |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
-(-690 -1610)
+(-690 -4346)
((|constructor| (NIL "This package solves linear system in the matrix form \\spad{AX = B}. It is essentially a particular instantiation of the package \\spadtype{LinearSystemMatrixPackage} for Matrix and Vector. This package's existence makes it easier to use \\spadfun{solve} in the AXIOM interpreter.")) (|rank| (((|NonNegativeInteger|) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{rank(A,B)} computes the rank of the complete matrix \\spad{(A|B)} of the linear system \\spad{AX = B}.")) (|hasSolution?| (((|Boolean|) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{hasSolution?(A,B)} tests if the linear system \\spad{AX = B} has a solution.")) (|particularSolution| (((|Union| (|Vector| |#1|) "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
@@ -2698,8 +2698,8 @@ NIL
NIL
(-692 |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.")))
-((-4506 . T) (-4509 . T) (-4503 . T) (-4504 . T))
-((|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-239))) (|HasAttribute| |#2| (QUOTE (-4511 "*"))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-571))) (-2191 (|HasAttribute| |#2| (QUOTE (-4511 "*"))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-175))))
+((-4507 . T) (-4510 . T) (-4504 . T) (-4505 . T))
+((|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-239))) (|HasAttribute| |#2| (QUOTE (-4512 "*"))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-571))) (-2309 (|HasAttribute| |#2| (QUOTE (-4512 "*"))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-175))))
(-693)
((|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
@@ -2719,7 +2719,7 @@ NIL
(-697 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
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-1080))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (QUOTE (-1080))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-698)
((|constructor| (NIL "This domain represents the syntax of a macro definition.")) (|body| (((|SpadAst|) $) "\\spad{body(m)} returns the right hand side of the definition `m'.")) (|head| (((|HeadAst|) $) "\\spad{head(m)} returns the head of the macro definition `m'. This is a list of identifiers starting with the name of the macro followed by the name of the parameters,{} if any.")))
NIL
@@ -2759,10 +2759,10 @@ NIL
(-707 S R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#4|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#2|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#2|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#2| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for \\spad{i = i1,...,i1-1+nrows y} and \\spad{j = j1,...,j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix \\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then \\spad{x(i<k>,j<l>)} is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,rowList,colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then the \\spad{(k,l)}th entry of \\spad{elt(x,rowList,colList)} is \\spad{x(i<k>,j<l>)}.")) (|listOfLists| (((|List| (|List| |#2|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#3|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#4|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{ri := nrows mi},{} \\spad{ci := ncols mi},{} then \\spad{m} is an (r1+..+rk) by (c1+..+ck) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#2|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#2|) "\\spad{scalarMatrix(n,r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}'s on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|Mapping| |#2| (|Integer|) (|Integer|))) "\\spad{matrix(n,m,f)} construcys and \\spad{n * m} matrix with the \\spad{(i,j)} entry equal to \\spad{f(i,j)}.") (($ (|List| (|List| |#2|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
NIL
-((|HasAttribute| |#2| (QUOTE (-4511 "*"))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-571))))
+((|HasAttribute| |#2| (QUOTE (-4512 "*"))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-571))))
(-708 R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#1| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#1| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#3|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#1|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#2| |#2| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#3| $ |#3|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#1|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#1| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for \\spad{i = i1,...,i1-1+nrows y} and \\spad{j = j1,...,j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix \\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then \\spad{x(i<k>,j<l>)} is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,rowList,colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then the \\spad{(k,l)}th entry of \\spad{elt(x,rowList,colList)} is \\spad{x(i<k>,j<l>)}.")) (|listOfLists| (((|List| (|List| |#1|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#2|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#3|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{ri := nrows mi},{} \\spad{ci := ncols mi},{} then \\spad{m} is an (r1+..+rk) by (c1+..+ck) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#1|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#1|) "\\spad{scalarMatrix(n,r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}'s on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|Mapping| |#1| (|Integer|) (|Integer|))) "\\spad{matrix(n,m,f)} construcys and \\spad{n * m} matrix with the \\spad{(i,j)} entry equal to \\spad{f(i,j)}.") (($ (|List| (|List| |#1|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
-((-4509 . T) (-4510 . T))
+((-4510 . T) (-4511 . T))
NIL
(-709 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}.")))
@@ -2774,8 +2774,8 @@ NIL
((|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-571))))
(-711 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.")))
-((-4509 . T) (-4510 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-571))) (|HasAttribute| |#1| (QUOTE (-4511 "*"))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+((-4510 . T) (-4511 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-571))) (|HasAttribute| |#1| (QUOTE (-4512 "*"))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
(-712 R)
((|constructor| (NIL "This package provides standard arithmetic operations on matrices. The functions in this package store the results of computations in existing matrices,{} rather than creating new matrices. This package works only for matrices of type Matrix and uses the internal representation of this type.")) (** (((|Matrix| |#1|) (|Matrix| |#1|) (|NonNegativeInteger|)) "\\spad{x ** n} computes the \\spad{n}-th power of a square matrix. The power \\spad{n} is assumed greater than 1.")) (|power!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|NonNegativeInteger|)) "\\spad{power!(a,b,c,m,n)} computes \\spad{m} ** \\spad{n} and stores the result in \\spad{a}. The matrices \\spad{b} and \\spad{c} are used to store intermediate results. Error: if \\spad{a},{} \\spad{b},{} \\spad{c},{} and \\spad{m} are not square and of the same dimensions.")) (|times!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{times!(c,a,b)} computes the matrix product \\spad{a * b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have compatible dimensions.")) (|rightScalarTimes!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rightScalarTimes!(c,a,r)} computes the scalar product \\spad{a * r} and stores the result in the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")) (|leftScalarTimes!| (((|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Matrix| |#1|)) "\\spad{leftScalarTimes!(c,r,a)} computes the scalar product \\spad{r * a} and stores the result in the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")) (|minus!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{!minus!(c,a,b)} computes the matrix difference \\spad{a - b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have the same dimensions.") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{minus!(c,a)} computes \\spad{-a} and stores the result in the matrix \\spad{c}. Error: if a and \\spad{c} do not have the same dimensions.")) (|plus!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{plus!(c,a,b)} computes the matrix sum \\spad{a + b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have the same dimensions.")) (|copy!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{copy!(c,a)} copies the matrix \\spad{a} into the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")))
NIL
@@ -2784,7 +2784,7 @@ NIL
((|constructor| (NIL "This domain implements the notion of optional value,{} where a computation may fail to produce expected value.")) (|nothing| (($) "\\spad{nothing} represents failure or absence of value.")) (|autoCoerce| ((|#1| $) "\\spad{autoCoerce} is a courtesy coercion function used by the compiler in case it knows that `x' really is a \\spadtype{T}.")) (|case| (((|Boolean|) $ (|[\|\|]| |nothing|)) "\\spad{x case nothing} holds if the value for \\spad{x} is missing.") (((|Boolean|) $ (|[\|\|]| |#1|)) "\\spad{x case T} returns \\spad{true} if \\spad{x} is actually a data of type \\spad{T}.")) (|just| (($ |#1|) "\\spad{just x} injects the value `x' into \\%.")))
NIL
NIL
-(-714 S -1610 FLAF FLAS)
+(-714 S -4346 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,{} \\spad{kl+ku+1} being actual bandwidth. Stores the nonzero band in a matrix,{} dimensions \\spad{kl+ku+1} by \\#xlist. The upper triangle is in the top \\spad{ku} rows,{} the diagonal is in row \\spad{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
@@ -2794,11 +2794,11 @@ NIL
NIL
(-716)
((|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")))
-((-4502 . T) (-4507 |has| (-721) (-376)) (-4501 |has| (-721) (-376)) (-2953 . T) (-4508 |has| (-721) (-6 -4508)) (-4505 |has| (-721) (-6 -4505)) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-721) (QUOTE (-149))) (|HasCategory| (-721) (QUOTE (-147))) (|HasCategory| (-721) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-721) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| (-721) (QUOTE (-381))) (|HasCategory| (-721) (QUOTE (-376))) (-2191 (|HasCategory| (-721) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-721) (QUOTE (-376)))) (|HasCategory| (-721) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-721) (QUOTE (-240))) (|HasCategory| (-721) (QUOTE (-239))) (-2191 (-12 (|HasCategory| (-721) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-721) (QUOTE (-376)))) (|HasCategory| (-721) (|%list| (QUOTE -929) (QUOTE (-1208))))) (-2191 (|HasCategory| (-721) (QUOTE (-376))) (|HasCategory| (-721) (QUOTE (-363)))) (|HasCategory| (-721) (QUOTE (-363))) (|HasCategory| (-721) (|%list| (QUOTE -298) (QUOTE (-721)) (QUOTE (-721)))) (|HasCategory| (-721) (|%list| (QUOTE -321) (QUOTE (-721)))) (|HasCategory| (-721) (|%list| (QUOTE -528) (QUOTE (-1208)) (QUOTE (-721)))) (|HasCategory| (-721) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| (-721) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| (-721) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| (-721) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (-2191 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-376))) (|HasCategory| (-721) (QUOTE (-363)))) (|HasCategory| (-721) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-721) (QUOTE (-1051))) (|HasCategory| (-721) (QUOTE (-1234))) (-12 (|HasCategory| (-721) (QUOTE (-1033))) (|HasCategory| (-721) (QUOTE (-1234)))) (-2191 (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-939)))) (|HasCategory| (-721) (QUOTE (-376))) (-12 (|HasCategory| (-721) (QUOTE (-363))) (|HasCategory| (-721) (QUOTE (-939))))) (-2191 (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-939)))) (-12 (|HasCategory| (-721) (QUOTE (-376))) (|HasCategory| (-721) (QUOTE (-939)))) (-12 (|HasCategory| (-721) (QUOTE (-363))) (|HasCategory| (-721) (QUOTE (-939))))) (|HasCategory| (-721) (QUOTE (-559))) (-12 (|HasCategory| (-721) (QUOTE (-1091))) (|HasCategory| (-721) (QUOTE (-1234)))) (|HasCategory| (-721) (QUOTE (-1091))) (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-939))) (-2191 (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-939)))) (|HasCategory| (-721) (QUOTE (-376)))) (-2191 (-12 (|HasCategory| (-721) (QUOTE (-240))) (|HasCategory| (-721) (QUOTE (-376)))) (|HasCategory| (-721) (QUOTE (-239)))) (-2191 (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-939)))) (|HasCategory| (-721) (QUOTE (-571)))) (-12 (|HasCategory| (-721) (QUOTE (-239))) (|HasCategory| (-721) (QUOTE (-376)))) (-12 (|HasCategory| (-721) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-721) (QUOTE (-376)))) (-12 (|HasCategory| (-721) (QUOTE (-240))) (|HasCategory| (-721) (QUOTE (-376)))) (-12 (|HasCategory| (-721) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-721) (QUOTE (-376)))) (|HasCategory| (-721) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-721) (QUOTE (-571))) (|HasAttribute| (-721) (QUOTE -4508)) (|HasAttribute| (-721) (QUOTE -4505)) (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-939)))) (|HasCategory| (-721) (|%list| (QUOTE -929) (QUOTE (-1208)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-939)))) (|HasCategory| (-721) (QUOTE (-147)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-939)))) (|HasCategory| (-721) (QUOTE (-363)))))
+((-4503 . T) (-4508 |has| (-721) (-376)) (-4502 |has| (-721) (-376)) (-4437 . T) (-4509 |has| (-721) (-6 -4509)) (-4506 |has| (-721) (-6 -4506)) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-721) (QUOTE (-149))) (|HasCategory| (-721) (QUOTE (-147))) (|HasCategory| (-721) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-721) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| (-721) (QUOTE (-381))) (|HasCategory| (-721) (QUOTE (-376))) (-2309 (|HasCategory| (-721) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-721) (QUOTE (-376)))) (|HasCategory| (-721) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-721) (QUOTE (-240))) (|HasCategory| (-721) (QUOTE (-239))) (-2309 (-12 (|HasCategory| (-721) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-721) (QUOTE (-376)))) (|HasCategory| (-721) (|%list| (QUOTE -930) (QUOTE (-1209))))) (-2309 (|HasCategory| (-721) (QUOTE (-376))) (|HasCategory| (-721) (QUOTE (-363)))) (|HasCategory| (-721) (QUOTE (-363))) (|HasCategory| (-721) (|%list| (QUOTE -298) (QUOTE (-721)) (QUOTE (-721)))) (|HasCategory| (-721) (|%list| (QUOTE -321) (QUOTE (-721)))) (|HasCategory| (-721) (|%list| (QUOTE -528) (QUOTE (-1209)) (QUOTE (-721)))) (|HasCategory| (-721) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| (-721) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| (-721) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| (-721) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (-2309 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-376))) (|HasCategory| (-721) (QUOTE (-363)))) (|HasCategory| (-721) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-721) (QUOTE (-1052))) (|HasCategory| (-721) (QUOTE (-1235))) (-12 (|HasCategory| (-721) (QUOTE (-1034))) (|HasCategory| (-721) (QUOTE (-1235)))) (-2309 (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-940)))) (|HasCategory| (-721) (QUOTE (-376))) (-12 (|HasCategory| (-721) (QUOTE (-363))) (|HasCategory| (-721) (QUOTE (-940))))) (-2309 (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-940)))) (-12 (|HasCategory| (-721) (QUOTE (-376))) (|HasCategory| (-721) (QUOTE (-940)))) (-12 (|HasCategory| (-721) (QUOTE (-363))) (|HasCategory| (-721) (QUOTE (-940))))) (|HasCategory| (-721) (QUOTE (-559))) (-12 (|HasCategory| (-721) (QUOTE (-1092))) (|HasCategory| (-721) (QUOTE (-1235)))) (|HasCategory| (-721) (QUOTE (-1092))) (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-940))) (-2309 (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-940)))) (|HasCategory| (-721) (QUOTE (-376)))) (-2309 (-12 (|HasCategory| (-721) (QUOTE (-240))) (|HasCategory| (-721) (QUOTE (-376)))) (|HasCategory| (-721) (QUOTE (-239)))) (-2309 (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-940)))) (|HasCategory| (-721) (QUOTE (-571)))) (-12 (|HasCategory| (-721) (QUOTE (-239))) (|HasCategory| (-721) (QUOTE (-376)))) (-12 (|HasCategory| (-721) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-721) (QUOTE (-376)))) (-12 (|HasCategory| (-721) (QUOTE (-240))) (|HasCategory| (-721) (QUOTE (-376)))) (-12 (|HasCategory| (-721) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-721) (QUOTE (-376)))) (|HasCategory| (-721) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-721) (QUOTE (-571))) (|HasAttribute| (-721) (QUOTE -4509)) (|HasAttribute| (-721) (QUOTE -4506)) (-12 (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-940)))) (|HasCategory| (-721) (|%list| (QUOTE -930) (QUOTE (-1209)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-940)))) (|HasCategory| (-721) (QUOTE (-147)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-721) (QUOTE (-319))) (|HasCategory| (-721) (QUOTE (-940)))) (|HasCategory| (-721) (QUOTE (-363)))))
(-717 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}.")))
-((-4510 . T))
+((-4511 . T))
NIL
(-718 U)
((|constructor| (NIL "This package supports factorization and gcds of univariate polynomials over the integers modulo different primes. The inputs are given as polynomials over the integers with the prime passed explicitly as an extra argument.")) (|exptMod| ((|#1| |#1| (|Integer|) |#1| (|Integer|)) "\\spad{exptMod(f,n,g,p)} raises the univariate polynomial \\spad{f} to the \\spad{n}th power modulo the polynomial \\spad{g} and the prime \\spad{p}.")) (|separateFactors| (((|List| |#1|) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|)))) (|Integer|)) "\\spad{separateFactors(ddl, p)} refines the distinct degree factorization produced by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} to give a complete list of factors.")) (|ddFact| (((|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|)))) |#1| (|Integer|)) "\\spad{ddFact(f,p)} computes a distinct degree factorization of the polynomial \\spad{f} modulo the prime \\spad{p},{} \\spadignore{i.e.} such that each factor is a product of irreducibles of the same degrees. The input polynomial \\spad{f} is assumed to be square-free modulo \\spad{p}.")) (|factor| (((|List| |#1|) |#1| (|Integer|)) "\\spad{factor(f1,p)} returns the list of factors of the univariate polynomial \\spad{f1} modulo the integer prime \\spad{p}. Error: if \\spad{f1} is not square-free modulo \\spad{p}.")) (|linears| ((|#1| |#1| (|Integer|)) "\\spad{linears(f,p)} returns the product of all the linear factors of \\spad{f} modulo \\spad{p}. Potentially incorrect result if \\spad{f} is not square-free modulo \\spad{p}.")) (|gcd| ((|#1| |#1| |#1| (|Integer|)) "\\spad{gcd(f1,f2,p)} computes the gcd of the univariate polynomials \\spad{f1} and \\spad{f2} modulo the integer prime \\spad{p}.")))
@@ -2808,13 +2808,13 @@ NIL
((|constructor| (NIL "\\indented{1}{<description of package>} Author: Jim Wen Date Created: ?? Date Last Updated: October 1991 by Jon Steinbach Keywords: Examples: References:")) (|ptFunc| (((|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) "\\spad{ptFunc(a,b,c,d)} is an internal function exported in order to compile packages.")) (|meshPar1Var| (((|ThreeSpace| (|DoubleFloat|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar1Var(s,t,u,f,s1,l)} \\undocumented")) (|meshFun2Var| (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Union| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "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
-(-720 OV E -1610 PG)
+(-720 OV E -4346 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
(-721)
((|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}")))
-((-2941 . T) (-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4430 . T) (-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-722 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.")))
@@ -2822,7 +2822,7 @@ NIL
NIL
(-723)
((|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}")))
-((-4508 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4509 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-724 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")))
@@ -2840,7 +2840,7 @@ NIL
((|constructor| (NIL "MakeRecord is used internally by the interpreter to create record types which are used for doing parallel iterations on streams.")) (|makeRecord| (((|Record| (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) "\\spad{makeRecord(a,b)} creates a record object with type Record(part1:S,{} part2:R),{} where \\spad{part1} is \\spad{a} and \\spad{part2} is \\spad{b}.")))
NIL
NIL
-(-728 S -4324 I)
+(-728 S -3095 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
@@ -2850,7 +2850,7 @@ NIL
NIL
(-730 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)}.}")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-731 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}.")))
@@ -2860,25 +2860,25 @@ NIL
((|constructor| (NIL "\\spadtype{MathMLFormat} provides a coercion from \\spadtype{OutputForm} to MathML format.")) (|display| (((|Void|) (|String|)) "prints the string returned by coerce,{} adding <math ...> tags.")) (|exprex| (((|String|) (|OutputForm|)) "coverts \\spadtype{OutputForm} to \\spadtype{String} with the structure preserved with braces. Actually this is not quite accurate. The function \\spadfun{precondition} is first applied to the \\spadtype{OutputForm} expression before \\spadfun{exprex}. The raw \\spadtype{OutputForm} and the nature of the \\spadfun{precondition} function is still obscure to me at the time of this writing (2007-02-14).")) (|coerceL| (((|String|) (|OutputForm|)) "coerceS(\\spad{o}) changes \\spad{o} in the standard output format to MathML format and displays result as one long string.")) (|coerceS| (((|String|) (|OutputForm|)) "\\spad{coerceS(o)} changes \\spad{o} in the standard output format to MathML format and displays formatted result.")) (|coerce| (((|String|) (|OutputForm|)) "coerceS(\\spad{o}) changes \\spad{o} in the standard output format to MathML format.")))
NIL
NIL
-(-733 R |Mod| -4452 -4246 |exactQuo|)
+(-733 R |Mod| -2533 -1762 |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")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-734 R |Rep|)
((|constructor| (NIL "This package \\undocumented")) (|frobenius| (($ $) "\\spad{frobenius(x)} \\undocumented")) (|computePowers| (((|PrimitiveArray| $)) "\\spad{computePowers()} \\undocumented")) (|pow| (((|PrimitiveArray| $)) "\\spad{pow()} \\undocumented")) (|An| (((|Vector| |#1|) $) "\\spad{An(x)} \\undocumented")) (|UnVectorise| (($ (|Vector| |#1|)) "\\spad{UnVectorise(v)} \\undocumented")) (|Vectorise| (((|Vector| |#1|) $) "\\spad{Vectorise(x)} \\undocumented")) (|lift| ((|#2| $) "\\spad{lift(x)} \\undocumented")) (|reduce| (($ |#2|) "\\spad{reduce(x)} \\undocumented")) (|modulus| ((|#2|) "\\spad{modulus()} \\undocumented")) (|setPoly| ((|#2| |#2|) "\\spad{setPoly(x)} \\undocumented")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4505 |has| |#1| (-376)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1183))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-240))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4506 |has| |#1| (-376)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1184))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-240))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
(-735 IS E |ff|)
((|constructor| (NIL "This package \\undocumented")) (|construct| (($ |#1| |#2|) "\\spad{construct(i,e)} \\undocumented")) (|index| ((|#1| $) "\\spad{index(x)} \\undocumented")) (|exponent| ((|#2| $) "\\spad{exponent(x)} \\undocumented")))
NIL
NIL
(-736 R M)
((|constructor| (NIL "Algebra of ADDITIVE operators on a module.")) (|makeop| (($ |#1| (|FreeGroup| (|BasicOperator|))) "\\spad{makeop should} be local but conditional")) (|opeval| ((|#2| (|BasicOperator|) |#2|) "\\spad{opeval should} be local but conditional")) (** (($ $ (|Integer|)) "\\spad{op**n} \\undocumented") (($ (|BasicOperator|) (|Integer|)) "\\spad{op**n} \\undocumented")) (|evaluateInverse| (($ $ (|Mapping| |#2| |#2|)) "\\spad{evaluateInverse(x,f)} \\undocumented")) (|evaluate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{evaluate(f, u +-> g u)} attaches the map \\spad{g} to \\spad{f}. \\spad{f} must be a basic operator \\spad{g} MUST be additive,{} \\spadignore{i.e.} \\spad{g(a + b) = g(a) + g(b)} for any \\spad{a},{} \\spad{b} in \\spad{M}. This implies that \\spad{g(n a) = n g(a)} for any \\spad{a} in \\spad{M} and integer \\spad{n > 0}.")) (|conjug| ((|#1| |#1|) "\\spad{conjug(x)}should be local but conditional")) (|adjoint| (($ $ $) "\\spad{adjoint(op1, op2)} sets the adjoint of \\spad{op1} to be \\spad{op2}. \\spad{op1} must be a basic operator") (($ $) "\\spad{adjoint(op)} returns the adjoint of the operator \\spad{op}.")))
-((-4504 |has| |#1| (-175)) (-4503 |has| |#1| (-175)) (-4506 . T))
+((-4505 |has| |#1| (-175)) (-4504 |has| |#1| (-175)) (-4507 . T))
((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))))
-(-737 R |Mod| -4452 -4246 |exactQuo|)
+(-737 R |Mod| -2533 -1762 |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")))
-((-4506 . T))
+((-4507 . T))
NIL
(-738 S R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
@@ -2886,11 +2886,11 @@ NIL
NIL
(-739 R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
-(-740 -1610)
+(-740 -4346)
((|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]]}.")))
-((-4506 . T))
+((-4507 . T))
NIL
(-741 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.")))
@@ -2914,7 +2914,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))))
(-746 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.")))
-((-4502 |has| |#1| (-376)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 |has| |#1| (-376)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
(-747 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.")))
@@ -2924,7 +2924,7 @@ NIL
((|constructor| (NIL "The class of multiplicative monoids,{} \\spadignore{i.e.} semigroups with a multiplicative identity element. \\blankline")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} tries to compute the multiplicative inverse for \\spad{x} or \"failed\" if it cannot find the inverse (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (|one?| (((|Boolean|) $) "\\spad{one?(x)} tests if \\spad{x} is equal to 1.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) ((|One|) (($) "1 is the multiplicative identity.")))
NIL
NIL
-(-749 -1610 UP)
+(-749 -4346 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
@@ -2942,8 +2942,8 @@ NIL
NIL
(-753 |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.")))
-(((-4511 "*") |has| |#2| (-175)) (-4502 |has| |#2| (-571)) (-4507 |has| |#2| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-939))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-888 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4507)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-147)))))
+(((-4512 "*") |has| |#2| (-175)) (-4503 |has| |#2| (-571)) (-4508 |has| |#2| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-940))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-889 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasAttribute| |#2| (QUOTE -4508)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-147)))))
(-754 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
@@ -2958,15 +2958,15 @@ NIL
NIL
(-757 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}.")))
-((-4504 |has| |#1| (-175)) (-4503 |has| |#1| (-175)) (-4506 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-871))))
+((-4505 |has| |#1| (-175)) (-4504 |has| |#1| (-175)) (-4507 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-872))))
(-758 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}.")))
-((-4509 . T) (-4499 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
+((-4510 . T) (-4500 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
(-759 S)
((|constructor| (NIL "A multi-set aggregate is a set which keeps track of the multiplicity of its elements.")))
-((-4499 . T) (-4510 . T))
+((-4500 . T) (-4511 . T))
NIL
(-760)
((|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.")))
@@ -2978,7 +2978,7 @@ NIL
NIL
(-762 |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}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4504 . T) (-4503 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4505 . T) (-4504 . T) (-4507 . T))
NIL
(-763 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")))
@@ -2994,7 +2994,7 @@ NIL
NIL
(-766 R)
((|constructor| (NIL "NonAssociativeAlgebra is the category of non associative algebras (modules which are themselves non associative rngs). Axioms \\indented{3}{r*(a*b) = (r*a)*b = a*(r*b)}")) (|plenaryPower| (($ $ (|PositiveInteger|)) "\\spad{plenaryPower(a,n)} is recursively defined to be \\spad{plenaryPower(a,n-1)*plenaryPower(a,n-1)} for \\spad{n>1} and \\spad{a} for \\spad{n=1}.")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
(-767)
((|constructor| (NIL "This package uses the NAG Library to compute the zeros of a polynomial with real or complex coefficients. See \\downlink{Manual Page}{\\spad{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'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's Method. See \\downlink{Manual Page}{manpageXXc02aff}.")))
@@ -3076,11 +3076,11 @@ NIL
((|constructor| (NIL "This package computes explicitly eigenvalues and eigenvectors of matrices with entries over the complex rational numbers. The results are expressed either as complex floating numbers or as complex rational numbers depending on the type of the precision parameter.")) (|complexEigenvectors| (((|List| (|Record| (|:| |outval| (|Complex| |#1|)) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| (|Complex| |#1|)))))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvectors(m,eps)} returns a list of records each one containing a complex eigenvalue,{} its algebraic multiplicity,{} and a list of associated eigenvectors. All these results are computed to precision \\spad{eps} and are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|complexEigenvalues| (((|List| (|Complex| |#1|)) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvalues(m,eps)} computes the eigenvalues of the matrix \\spad{m} to precision \\spad{eps}. The eigenvalues are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|characteristicPolynomial| (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) (|Symbol|)) "\\spad{characteristicPolynomial(m,x)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over Complex Rationals with variable \\spad{x}.") (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|))))) "\\spad{characteristicPolynomial(m)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over complex rationals with a new symbol as variable.")))
NIL
NIL
-(-787 -1610)
+(-787 -4346)
((|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
-(-788 P -1610)
+(-788 P -4346)
((|constructor| (NIL "This package provides a division and related operations for \\spadtype{MonogenicLinearOperator}\\spad{s} over a \\spadtype{Field}. Since the multiplication is in general non-commutative,{} these operations all have left- and right-hand versions. This package provides the operations based on left-division.")) (|leftLcm| ((|#1| |#1| |#1|) "\\spad{leftLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftGcd| ((|#1| |#1| |#1|) "\\spad{leftGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| |#1| "failed") |#1| |#1|) "\\spad{leftExactQuotient(a,b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| ((|#1| |#1| |#1|) "\\spad{leftRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| ((|#1| |#1| |#1|) "\\spad{leftQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) "\\spad{leftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division''.")))
NIL
NIL
@@ -3088,7 +3088,7 @@ NIL
NIL
NIL
NIL
-(-790 UP -1610)
+(-790 UP -4346)
((|constructor| (NIL "In this package \\spad{F} is a framed algebra over the integers (typically \\spad{F = Z[a]} for some algebraic integer a). The package provides functions to compute the integral closure of \\spad{Z} in the quotient quotient field of \\spad{F}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|)))) (|Integer|)) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{Z} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|))))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{Z} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|discriminant| (((|Integer|)) "\\spad{discriminant()} returns the discriminant of the integral closure of \\spad{Z} in the quotient field of the framed algebra \\spad{F}.")))
NIL
NIL
@@ -3102,9 +3102,9 @@ NIL
NIL
(-793)
((|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.")))
-(((-4511 "*") . T))
+(((-4512 "*") . T))
NIL
-(-794 R -1610)
+(-794 R -4346)
((|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
@@ -3124,7 +3124,7 @@ NIL
((|constructor| (NIL "A package for computing normalized assocites of univariate polynomials with coefficients in a tower of simple extensions of a field.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of gcd over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of \\spad{AAECC11}} \\indented{5}{Paris,{} 1995.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.}")) (|normInvertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normInvertible?(\\spad{p},{}ts)} is an internal subroutine,{} exported only for developement.")) (|outputArgs| (((|Void|) (|String|) (|String|) |#4| |#5|) "\\axiom{outputArgs(\\spad{s1},{}\\spad{s2},{}\\spad{p},{}ts)} is an internal subroutine,{} exported only for developement.")) (|normalize| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normalize(\\spad{p},{}ts)} normalizes \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|normalizedAssociate| ((|#4| |#4| |#5|) "\\axiom{normalizedAssociate(\\spad{p},{}ts)} returns a normalized polynomial \\axiom{\\spad{n}} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts} such that \\axiom{\\spad{n}} and \\axiom{\\spad{p}} are associates \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts} and assuming that \\axiom{\\spad{p}} is invertible \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|recip| (((|Record| (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) "\\axiom{recip(\\spad{p},{}ts)} returns the inverse of \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts} assuming that \\axiom{\\spad{p}} is invertible \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")))
NIL
NIL
-(-799 -1610 |ExtF| |SUEx| |ExtP| |n|)
+(-799 -4346 |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
@@ -3138,12 +3138,12 @@ NIL
NIL
(-802 R |VarSet|)
((|constructor| (NIL "A post-facto extension for \\axiomType{SMP} in order to speed up operations related to pseudo-division and gcd. This domain is based on the \\axiomType{NSUP} constructor which is itself a post-facto extension of the \\axiomType{SUP} constructor.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1208))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1208))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1208)))) (-1372 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1208)))) (-1372 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-1372 (|HasCategory| |#1| (QUOTE (-559))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1208)))) (-1372 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-1372 (|HasCategory| |#1| (|%list| (QUOTE -38) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1208)))) (-1372 (|HasCategory| |#1| (|%list| (QUOTE -1022) (QUOTE (-560))))))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1209))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1209))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1209)))) (-2912 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1209)))) (-2912 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2912 (|HasCategory| |#1| (QUOTE (-559))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1209)))) (-2912 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2912 (|HasCategory| |#1| (|%list| (QUOTE -38) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-1209)))) (-2912 (|HasCategory| |#1| (|%list| (QUOTE -1023) (QUOTE (-560))))))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
(-803 R)
((|constructor| (NIL "A post-facto extension for \\axiomType{SUP} in order to speed up operations related to pseudo-division and gcd for both \\axiomType{SUP} and,{} consequently,{} \\axiomType{NSMP}.")) (|halfExtendedResultant2| (((|Record| (|:| |resultant| |#1|) (|:| |coef2| $)) $ $) "\\axiom{\\spad{halfExtendedResultant2}(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca]} such that \\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{} cb]}")) (|halfExtendedResultant1| (((|Record| (|:| |resultant| |#1|) (|:| |coef1| $)) $ $) "\\axiom{\\spad{halfExtendedResultant1}(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca]} such that \\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{} cb]}")) (|extendedResultant| (((|Record| (|:| |resultant| |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{}cb]} such that \\axiom{\\spad{r}} is the resultant of \\axiom{a} and \\axiom{\\spad{b}} and \\axiom{\\spad{r} = ca * a + cb * \\spad{b}}")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd2}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}cb]} such that \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} cb]}")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd1}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} such that \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} cb]}")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} cb]} such that \\axiom{\\spad{g}} is a gcd of \\axiom{a} and \\axiom{\\spad{b}} in \\axiom{R^(\\spad{-1}) \\spad{P}} and \\axiom{\\spad{g} = ca * a + cb * \\spad{b}}")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns \\axiom{resultant(a,{}\\spad{b})} if \\axiom{a} and \\axiom{\\spad{b}} has no non-trivial gcd in \\axiom{R^(\\spad{-1}) \\spad{P}} otherwise the non-zero sub-resultant with smallest index.")) (|subResultantsChain| (((|List| $) $ $) "\\axiom{subResultantsChain(a,{}\\spad{b})} returns the list of the non-zero sub-resultants of \\axiom{a} and \\axiom{\\spad{b}} sorted by increasing degree.")) (|lazyPseudoQuotient| (($ $ $) "\\axiom{lazyPseudoQuotient(a,{}\\spad{b})} returns \\axiom{\\spad{q}} if \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}")) (|lazyPseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{c^n * a = q*b +r} and \\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]} where \\axiom{\\spad{n} + \\spad{g} = max(0,{} degree(\\spad{b}) - degree(a) + 1)}.")) (|lazyPseudoRemainder| (($ $ $) "\\axiom{lazyPseudoRemainder(a,{}\\spad{b})} returns \\axiom{\\spad{r}} if \\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]}. This lazy pseudo-remainder is computed by means of the \\axiomOpFrom{fmecg}{NewSparseUnivariatePolynomial} operation.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| |#1|) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]} such that \\axiom{\\spad{r}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{b}} divides \\axiom{c^n * a - \\spad{r}} where \\axiom{\\spad{c}} is \\axiom{leadingCoefficient(\\spad{b})} and \\axiom{\\spad{n}} is as small as possible with the previous properties.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} returns \\axiom{\\spad{r}} such that \\axiom{\\spad{r}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{b}} divides \\axiom{a -r} where \\axiom{\\spad{b}} is monic.")) (|fmecg| (($ $ (|NonNegativeInteger|) |#1| $) "\\axiom{fmecg(\\spad{p1},{}\\spad{e},{}\\spad{r},{}\\spad{p2})} returns \\axiom{\\spad{p1} - \\spad{r} * X**e * \\spad{p2}} where \\axiom{\\spad{X}} is \\axiom{monomial(1,{}1)}")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4505 |has| |#1| (-376)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1183))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-240))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4506 |has| |#1| (-376)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1184))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-240))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
(-804 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
@@ -3154,12 +3154,12 @@ NIL
((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))))
(-806 R E V P)
((|constructor| (NIL "The category of normalized triangular sets. A triangular set \\spad{ts} is said normalized if for every algebraic variable \\spad{v} of \\spad{ts} the polynomial \\spad{select(ts,v)} is normalized \\spad{w}.\\spad{r}.\\spad{t}. every polynomial in \\spad{collectUnder(ts,v)}. A polynomial \\spad{p} is said normalized \\spad{w}.\\spad{r}.\\spad{t}. a non-constant polynomial \\spad{q} if \\spad{p} is constant or \\spad{degree(p,mdeg(q)) = 0} and \\spad{init(p)} is normalized \\spad{w}.\\spad{r}.\\spad{t}. \\spad{q}. One of the important features of normalized triangular sets is that they are regular sets.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[3] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of gcd over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of \\spad{AAECC11}} \\indented{5}{Paris,{} 1995.} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.}")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
(-807 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 (-571))) (|HasCategory| |#1| (QUOTE (-871)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1080))) (|HasCategory| |#1| (QUOTE (-175))))
+((-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-872)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-1081))) (|HasCategory| |#1| (QUOTE (-175))))
(-808)
((|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
@@ -3180,2069 +3180,2073 @@ NIL
((|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
-(-813)
-((|constructor| (NIL "Ordered sets which are also abelian groups,{} such that the addition preserves the ordering.")))
+(-813 S)
+((|constructor| (NIL "Ordered sets which are also abelian groups,{} such that the addition preserves the ordering.")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")) (|sign| (((|Integer|) $) "\\spad{sign(x)} is \\spad{1} if \\spad{x} is positive,{} \\spad{-1} if \\spad{x} is negative,{} and \\spad{0} otherwise.")) (|negative?| (((|Boolean|) $) "\\spad{negative?(x)} holds when \\spad{x} is less than \\spad{0}.")))
NIL
NIL
(-814)
-((|constructor| (NIL "Ordered sets which are also abelian monoids,{} such that the addition preserves the ordering.")))
+((|constructor| (NIL "Ordered sets which are also abelian groups,{} such that the addition preserves the ordering.")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")) (|sign| (((|Integer|) $) "\\spad{sign(x)} is \\spad{1} if \\spad{x} is positive,{} \\spad{-1} if \\spad{x} is negative,{} and \\spad{0} otherwise.")) (|negative?| (((|Boolean|) $) "\\spad{negative?(x)} holds when \\spad{x} is less than \\spad{0}.")))
NIL
NIL
-(-815)
-((|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.")))
+(-815 S)
+((|constructor| (NIL "Ordered sets which are also abelian monoids,{} such that the addition preserves the ordering.")) (|positive?| (((|Boolean|) $) "\\spad{positive?(x)} holds when \\spad{x} is greater than \\spad{0}.")))
NIL
NIL
(-816)
+((|constructor| (NIL "Ordered sets which are also abelian monoids,{} such that the addition preserves the ordering.")) (|positive?| (((|Boolean|) $) "\\spad{positive?(x)} holds when \\spad{x} is greater than \\spad{0}.")))
+NIL
+NIL
+(-817)
+((|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
+(-818)
((|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
-(-817 S R)
+(-819 S R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#2| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#2| |#2| |#2| |#2| |#2| |#2| |#2| |#2|) "\\spad{octon(re,ri,rj,rk,rE,rI,rJ,rK)} constructs an octonion from scalars.")) (|norm| ((|#2| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#2| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#2| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#2| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#2| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#2| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#2| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#2| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#2| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (QUOTE (-1091))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-381))))
-(-818 R)
+((|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (QUOTE (-1092))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-381))))
+(-820 R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#1| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) "\\spad{octon(re,ri,rj,rk,rE,rI,rJ,rK)} constructs an octonion from scalars.")) (|norm| ((|#1| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#1| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#1| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#1| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#1| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#1| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#1| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#1| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#1| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-819)
+(-821)
((|constructor| (NIL "Ordered sets which are also abelian cancellation monoids,{} such that the addition preserves the ordering.")))
NIL
NIL
-(-820 R)
+(-822 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}.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (-2191 (|HasCategory| (-1027 |#1|) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2191 (|HasCategory| (-1027 |#1|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| (-1027 |#1|) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-1027 |#1|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))))
-(-821 -2191 R OS S)
+((-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (-2309 (|HasCategory| (-1028 |#1|) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2309 (|HasCategory| (-1028 |#1|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-1092))) (|HasCategory| |#1| (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| (-1028 |#1|) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-1028 |#1|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))))
+(-823 -2309 R OS S)
((|constructor| (NIL "\\spad{OctonionCategoryFunctions2} implements functions between two octonion domains defined over different rings. The function map is used to coerce between octonion types.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,u)} maps \\spad{f} onto the component parts of the octonion \\spad{u}.")))
NIL
NIL
-(-822)
+(-824)
((|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
-(-823 R -1610 L)
+(-825 R -4346 L)
((|constructor| (NIL "Solution of linear ordinary differential equations,{} constant coefficient case.")) (|constDsolve| (((|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Symbol|)) "\\spad{constDsolve(op, g, x)} returns \\spad{[f, [y1,...,ym]]} where \\spad{f} is a particular solution of the equation \\spad{op y = g},{} and the \\spad{yi}'s form a basis for the solutions of \\spad{op y = 0}.")))
NIL
NIL
-(-824 R -1610)
+(-826 R -4346)
((|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
-(-825)
+(-827)
((|constructor| (NIL "\\axiom{ODEIntensityFunctionsTable()} provides a dynamic table and a set of functions to store details found out about sets of ODE'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
-(-826 R -1610)
+(-828 R -4346)
((|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
-(-827)
+(-829)
((|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'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'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'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'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'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'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'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's and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.")))
NIL
NIL
-(-828 -1610 UP UPUP R)
+(-830 -4346 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
-(-829 -1610 UP L LQ)
+(-831 -4346 UP L LQ)
((|constructor| (NIL "\\spad{PrimitiveRatDE} provides functions for in-field solutions of linear \\indented{1}{ordinary differential equations,{} in the transcendental case.} \\indented{1}{The derivation to use is given by the parameter \\spad{L}.}")) (|splitDenominator| (((|Record| (|:| |eq| |#3|) (|:| |rh| (|List| (|Fraction| |#2|)))) |#4| (|List| (|Fraction| |#2|))) "\\spad{splitDenominator(op, [g1,...,gm])} returns \\spad{op0, [h1,...,hm]} such that the equations \\spad{op y = c1 g1 + ... + cm gm} and \\spad{op0 y = c1 h1 + ... + cm hm} have the same solutions.")) (|indicialEquation| ((|#2| |#4| |#1|) "\\spad{indicialEquation(op, a)} returns the indicial equation of \\spad{op} at \\spad{a}.") ((|#2| |#3| |#1|) "\\spad{indicialEquation(op, a)} returns the indicial equation of \\spad{op} at \\spad{a}.")) (|indicialEquations| (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#4| |#2|) "\\spad{indicialEquations(op, p)} returns \\spad{[[d1,e1],...,[dq,eq]]} where the \\spad{d_i}'s are the affine singularities of \\spad{op} above the roots of \\spad{p},{} and the \\spad{e_i}'s are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#4|) "\\spad{indicialEquations op} returns \\spad{[[d1,e1],...,[dq,eq]]} where the \\spad{d_i}'s are the affine singularities of \\spad{op},{} and the \\spad{e_i}'s are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#3| |#2|) "\\spad{indicialEquations(op, p)} returns \\spad{[[d1,e1],...,[dq,eq]]} where the \\spad{d_i}'s are the affine singularities of \\spad{op} above the roots of \\spad{p},{} and the \\spad{e_i}'s are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#3|) "\\spad{indicialEquations op} returns \\spad{[[d1,e1],...,[dq,eq]]} where the \\spad{d_i}'s are the affine singularities of \\spad{op},{} and the \\spad{e_i}'s are the indicial equations at each \\spad{d_i}.")) (|denomLODE| ((|#2| |#3| (|List| (|Fraction| |#2|))) "\\spad{denomLODE(op, [g1,...,gm])} returns a polynomial \\spad{d} such that any rational solution of \\spad{op y = c1 g1 + ... + cm gm} is of the form \\spad{p/d} for some polynomial \\spad{p}.") (((|Union| |#2| "failed") |#3| (|Fraction| |#2|)) "\\spad{denomLODE(op, g)} returns a polynomial \\spad{d} such that any rational solution of \\spad{op y = g} is of the form \\spad{p/d} for some polynomial \\spad{p},{} and \"failed\",{} if the equation has no rational solution.")))
NIL
NIL
-(-830)
+(-832)
((|retract| (((|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (($ (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-831 -1610 UP L LQ)
+(-833 -4346 UP L LQ)
((|constructor| (NIL "In-field solution of Riccati equations,{} primitive case.")) (|changeVar| ((|#3| |#3| (|Fraction| |#2|)) "\\spad{changeVar(+/[ai D^i], a)} returns the operator \\spad{+/[ai (D+a)^i]}.") ((|#3| |#3| |#2|) "\\spad{changeVar(+/[ai D^i], a)} returns the operator \\spad{+/[ai (D+a)^i]}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op, zeros, ezfactor)} returns \\spad{[[f1, L1], [f2, L2], ... , [fk, Lk]]} such that the singular part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{fi}'s (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{Li z=0}. \\spad{zeros(C(x),H(x,y))} returns all the \\spad{P_i(x)}'s such that \\spad{H(x,P_i(x)) = 0 modulo C(x)}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op, zeros)} returns \\spad{[[p1, L1], [p2, L2], ... , [pk, Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{pi}'s (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{Li z =0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|constantCoefficientRicDE| (((|List| (|Record| (|:| |constant| |#1|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{constantCoefficientRicDE(op, ric)} returns \\spad{[[a1, L1], [a2, L2], ... , [ak, Lk]]} such that any rational solution with no polynomial part of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{ai}'s in which case the equation for \\spad{z = y e^{-int ai}} is \\spad{Li z = 0}. \\spad{ric} is a Riccati equation solver over \\spad{F},{} whose input is the associated linear equation.")) (|leadingCoefficientRicDE| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |eq| |#2|))) |#3|) "\\spad{leadingCoefficientRicDE(op)} returns \\spad{[[m1, p1], [m2, p2], ... , [mk, pk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must have degree mj for some \\spad{j},{} and its leading coefficient is then a zero of pj. In addition,{}\\spad{m1>m2> ... >mk}.")) (|denomRicDE| ((|#2| |#3|) "\\spad{denomRicDE(op)} returns a polynomial \\spad{d} such that any rational solution of the associated Riccati equation of \\spad{op y = 0} is of the form \\spad{p/d + q'/q + r} for some polynomials \\spad{p} and \\spad{q} and a reduced \\spad{r}. Also,{} \\spad{deg(p) < deg(d)} and {gcd(\\spad{d},{}\\spad{q}) = 1}.")))
NIL
NIL
-(-832 -1610 UP)
+(-834 -4346 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}'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}'s form a basis for the rational solutions of the homogeneous equation.")))
NIL
NIL
-(-833 -1610 L UP A LO)
+(-835 -4346 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
-(-834 -1610 UP)
+(-836 -4346 UP)
((|constructor| (NIL "In-field solution of Riccati equations,{} rational case.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op, zeros)} returns \\spad{[[p1, L1], [p2, L2], ... , [pk,Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{pi}'s (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int p}} is \\spad{Li z = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op, ezfactor)} returns \\spad{[[f1,L1], [f2,L2],..., [fk,Lk]]} such that the singular ++ part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{fi}'s (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int ai}} is \\spad{Li z = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|ricDsolve| (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, zeros, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op, zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, zeros, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op, zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")))
NIL
((|HasCategory| |#1| (QUOTE (-27))))
-(-835 -1610 LO)
+(-837 -4346 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
-(-836 -1610 LODO)
+(-838 -4346 LODO)
((|constructor| (NIL "\\spad{ODETools} provides tools for the linear ODE solver.")) (|particularSolution| (((|Union| |#1| "failed") |#2| |#1| (|List| |#1|) (|Mapping| |#1| |#1|)) "\\spad{particularSolution(op, g, [f1,...,fm], I)} returns a particular solution \\spad{h} of the equation \\spad{op y = g} where \\spad{[f1,...,fm]} are linearly independent and \\spad{op(fi)=0}. The value \"failed\" is returned if no particular solution is found. Note: the method of variations of parameters is used.")) (|variationOfParameters| (((|Union| (|Vector| |#1|) "failed") |#2| |#1| (|List| |#1|)) "\\spad{variationOfParameters(op, g, [f1,...,fm])} returns \\spad{[u1,...,um]} such that a particular solution of the equation \\spad{op y = g} is \\spad{f1 int(u1) + ... + fm int(um)} where \\spad{[f1,...,fm]} are linearly independent and \\spad{op(fi)=0}. The value \"failed\" is returned if \\spad{m < n} and no particular solution is found.")) (|wronskianMatrix| (((|Matrix| |#1|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{wronskianMatrix([f1,...,fn], q, D)} returns the \\spad{q x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),...,fn^(i-1)]}.") (((|Matrix| |#1|) (|List| |#1|)) "\\spad{wronskianMatrix([f1,...,fn])} returns the \\spad{n x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),...,fn^(i-1)]}.")))
NIL
NIL
-(-837 -4350 S |f|)
+(-839 -3061 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}.")))
-((-4503 |has| |#2| (-1080)) (-4504 |has| |#2| (-1080)) (-4506 |has| |#2| (-6 -4506)) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#2| (QUOTE (-376))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (-2191 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871)))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-381))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080))))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1080)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (|HasCategory| |#2| (QUOTE (-240))) (-2191 (|HasCategory| |#2| (QUOTE (-240))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1080))))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (|HasCategory| |#2| (QUOTE (-1132))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-381)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-815)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-871)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1080))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-815))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-871))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208))))) (-2191 (|HasCategory| |#2| (QUOTE (-1080))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1132)))) (|HasAttribute| |#2| (QUOTE -4506)) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1080)))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))))
-(-838 R)
+((-4504 |has| |#2| (-1081)) (-4505 |has| |#2| (-1081)) (-4507 |has| |#2| (-6 -4507)) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#2| (QUOTE (-376))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (-2309 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872)))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-381))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081))))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1081)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (|HasCategory| |#2| (QUOTE (-240))) (-2309 (|HasCategory| |#2| (QUOTE (-240))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1081))))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (|HasCategory| |#2| (QUOTE (-1133))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-175)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-381)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-872)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1081))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-381))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-872))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209))))) (-2309 (|HasCategory| |#2| (QUOTE (-1081))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-1133)))) (|HasAttribute| |#2| (QUOTE -4507)) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-1081)))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))))
+(-840 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")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-840 (-1208)) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-840 (-1208)) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-840 (-1208)) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-840 (-1208)) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-840 (-1208)) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
-(-839 |Kernels| R |var|)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-842 (-1209)) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-842 (-1209)) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-842 (-1209)) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-842 (-1209)) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-842 (-1209)) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(-841 |Kernels| R |var|)
((|constructor| (NIL "This constructor produces an ordinary differential ring from a partial differential ring by specifying a variable.")))
-(((-4511 "*") |has| |#2| (-376)) (-4502 |has| |#2| (-376)) (-4507 |has| |#2| (-376)) (-4501 |has| |#2| (-376)) (-4506 . T) (-4504 . T) (-4503 . T))
+(((-4512 "*") |has| |#2| (-376)) (-4503 |has| |#2| (-376)) (-4508 |has| |#2| (-376)) (-4502 |has| |#2| (-376)) (-4507 . T) (-4505 . T) (-4504 . T))
((|HasCategory| |#2| (QUOTE (-376))))
-(-840 S)
+(-842 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
-(-841 S)
+(-843 S)
((|constructor| (NIL "\\indented{3}{The free monoid on a set \\spad{S} is the monoid of finite products of} the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are non-negative integers. The multiplication is not commutative. For two elements \\spad{x} and \\spad{y} the relation \\spad{x < y} holds if either \\spad{length(x) < length(y)} holds or if these lengths are equal and if \\spad{x} is smaller than \\spad{y} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\spad{S}. This domain inherits implementation from \\spadtype{FreeMonoid}.")) (|varList| (((|List| |#1|) $) "\\spad{varList(x)} returns the list of variables of \\spad{x}.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(x)} returns the length of \\spad{x}.")) (|div| (((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $) "\\spad{x div y} returns the left and right exact quotients of \\spad{x} by \\spad{y},{} that is \\spad{[l, r]} such that \\spad{x = l * y * r}. \"failed\" is returned iff \\spad{x} is not of the form \\spad{l * y * r}. monomial of \\spad{x}.")) (|rquo| (((|Union| $ "failed") $ |#1|) "\\spad{rquo(x, s)} returns the exact right quotient of \\spad{x} by \\spad{s}.")) (|lquo| (((|Union| $ "failed") $ |#1|) "\\spad{lquo(x, s)} returns the exact left quotient of \\spad{x} by \\spad{s}.")) (|lexico| (((|Boolean|) $ $) "\\spad{lexico(x,y)} returns \\spad{true} iff \\spad{x} is smaller than \\spad{y} \\spad{w}.\\spad{r}.\\spad{t}. the pure lexicographical ordering induced by \\spad{S}.")) (|mirror| (($ $) "\\spad{mirror(x)} returns the reversed word of \\spad{x}.")) (|rest| (($ $) "\\spad{rest(x)} returns \\spad{x} except the first letter.")) (|first| ((|#1| $) "\\spad{first(x)} returns the first letter of \\spad{x}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-871))))
-(-842)
+((|HasCategory| |#1| (QUOTE (-872))))
+(-844)
((|constructor| (NIL "The category of ordered commutative integral domains,{} where ordering and the arithmetic operations are compatible \\blankline")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-843)
+(-845)
((|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 XML encoding of \\axiom{\\spad{u}} as a complete OpenMath object; OMwrite(\\spad{u},{} \\spad{false}) returns the OpenMath XML encoding of \\axiom{\\spad{u}} as an OpenMath fragment.") (((|String|) $) "\\spad{OMwrite(u)} returns the OpenMath XML encoding of \\axiom{\\spad{u}} as a complete OpenMath object.")))
NIL
NIL
-(-844)
+(-846)
((|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
-(-845)
+(-847)
((|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 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 \"r\",{} \"w\" or \"a\" for read,{} write and append respectively),{} in the encoding \\axiom{\\spad{enc}}.")))
NIL
NIL
-(-846)
+(-848)
((|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 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
-(-847)
+(-849)
((|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
-(-848)
+(-850)
((|constructor| (NIL "\\spadtype{OpenMathErrorKind} represents different kinds of OpenMath errors: specifically parse errors,{} unknown 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 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
-(-849 R)
+(-851 R)
((|constructor| (NIL "\\spadtype{ExpressionToOpenMath} provides support for converting objects of type \\spadtype{Expression} into OpenMath.")))
NIL
NIL
-(-850 P R)
+(-852 P R)
((|constructor| (NIL "This constructor creates the \\spadtype{MonogenicLinearOperator} domain which is ``opposite'' in the ring sense to \\spad{P}. That is,{} as sets \\spad{P = \\$} but \\spad{a * b} in \\spad{\\$} is equal to \\spad{b * a} in \\spad{P}.")) (|po| ((|#1| $) "\\spad{po(q)} creates a value in \\spad{P} equal to \\spad{q} in \\$.")) (|op| (($ |#1|) "\\spad{op(p)} creates a value in \\$ equal to \\spad{p} in \\spad{P}.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
((|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-240))))
-(-851)
+(-853)
((|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 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 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
-(-852 S)
+(-854 S)
((|constructor| (NIL "to become an in order iterator")) (|min| ((|#1| $) "\\spad{min(u)} returns the smallest entry in the multiset aggregate \\spad{u}.")))
-((-4509 . T) (-4499 . T) (-4510 . T))
+((-4510 . T) (-4500 . T) (-4511 . T))
NIL
-(-853)
+(-855)
((|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
-(-854 R)
+(-856 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.")))
-((-4506 |has| |#1| (-870)))
-((|HasCategory| |#1| (QUOTE (-870))) (|HasCategory| |#1| (QUOTE (-21))) (-2191 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-870)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2191 (|HasCategory| |#1| (QUOTE (-870))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-559))))
-(-855 R S)
+((-4507 |has| |#1| (-871)))
+((|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-21))) (-2309 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-871)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2309 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-559))))
+(-857 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
-(-856 R)
+(-858 R)
((|constructor| (NIL "Algebra of ADDITIVE operators over a ring.")))
-((-4504 |has| |#1| (-175)) (-4503 |has| |#1| (-175)) (-4506 . T))
+((-4505 |has| |#1| (-175)) (-4504 |has| |#1| (-175)) (-4507 . T))
((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))))
-(-857 A S)
+(-859 A S)
((|constructor| (NIL "This category specifies the interface for operators used to build terms,{} in the sense of Universal Algebra. The domain parameter \\spad{S} provides representation for the `external name' of an operator.")) (|is?| (((|Boolean|) $ |#2|) "\\spad{is?(op,n)} holds if the name of the operator \\spad{op} is \\spad{n}.")) (|arity| (((|Arity|) $) "\\spad{arity(op)} returns the arity of the operator \\spad{op}.")) (|name| ((|#2| $) "\\spad{name(op)} returns the externam name of \\spad{op}.")))
NIL
NIL
-(-858 S)
+(-860 S)
((|constructor| (NIL "This category specifies the interface for operators used to build terms,{} in the sense of Universal Algebra. The domain parameter \\spad{S} provides representation for the `external name' of an operator.")) (|is?| (((|Boolean|) $ |#1|) "\\spad{is?(op,n)} holds if the name of the operator \\spad{op} is \\spad{n}.")) (|arity| (((|Arity|) $) "\\spad{arity(op)} returns the arity of the operator \\spad{op}.")) (|name| ((|#1| $) "\\spad{name(op)} returns the externam name of \\spad{op}.")))
NIL
NIL
-(-859)
+(-861)
((|constructor| (NIL "This package exports tools to create AXIOM Library information databases.")) (|getDatabase| (((|Database| (|IndexCard|)) (|String|)) "\\spad{getDatabase(\"char\")} returns a list of appropriate entries in the browser database. The legal values for \\spad{\"char\"} are \"o\" (operations),{} \"k\" (constructors),{} \"d\" (domains),{} \"c\" (categories) or \"p\" (packages).")))
NIL
NIL
-(-860)
+(-862)
((|constructor| (NIL "This the datatype for an operator-signature pair.")) (|construct| (($ (|Identifier|) (|Signature|)) "\\spad{construct(op,sig)} construct a signature-operator with operator name `op',{} and signature `sig'.")) (|signature| (((|Signature|) $) "\\spad{signature(x)} returns the signature of `x'.")))
NIL
NIL
-(-861)
+(-863)
((|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
-(-862)
+(-864)
((|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
-(-863)
+(-865)
((|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| (($ (|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
-(-864 R)
+(-866 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.")))
-((-4506 |has| |#1| (-870)))
-((|HasCategory| |#1| (QUOTE (-870))) (|HasCategory| |#1| (QUOTE (-21))) (-2191 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-870)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2191 (|HasCategory| |#1| (QUOTE (-870))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-559))))
-(-865 R S)
+((-4507 |has| |#1| (-871)))
+((|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-21))) (-2309 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-871)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2309 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-559))))
+(-867 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
-(-866)
+(-868)
((|constructor| (NIL "Ordered finite sets.")) (|max| (($) "\\spad{max} is the maximum value of \\%.")) (|min| (($) "\\spad{min} is the minimum value of \\%.")))
NIL
NIL
-(-867 -4350 S)
+(-869 -3061 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
-(-868)
+(-870)
((|constructor| (NIL "Ordered sets which are also monoids,{} such that multiplication preserves the ordering. \\blankline")))
NIL
NIL
-(-869 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
-(-870)
-((|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.")))
-((-4506 . T))
-NIL
(-871)
+((|constructor| (NIL "Ordered sets which are also rings,{} that is,{} domains where the ring operations are compatible with the ordering. \\blankline")))
+((-4507 . T))
+NIL
+(-872)
((|constructor| (NIL "The class of totally ordered sets,{} that is,{} sets such that for each pair of elements \\spad{(a,b)} exactly one of the following relations holds \\spad{a<b or a=b or b<a} and the relation is transitive,{} \\spadignore{i.e.} \\spad{a<b and b<c => a<c}.")))
NIL
NIL
-(-872 T$ |f|)
+(-873 T$ |f|)
((|constructor| (NIL "This domain turns any total ordering \\spad{f} on a type \\spad{T} into a model of the category \\spadtype{OrderedType}.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))))
-(-873 S)
+((|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))))
+(-874 S)
((|constructor| (NIL "Category of types equipped with a total ordering.")) (|min| (($ $ $) "\\spad{min(x,y)} returns the minimum of \\spad{x} and \\spad{y} relative to the ordering.")) (|max| (($ $ $) "\\spad{max(x,y)} returns the maximum of \\spad{x} and \\spad{y} relative to the ordering.")) (>= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is greater or equal than \\spad{y} in the current domain.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is less or equal than \\spad{y} in the current domain.")) (> (((|Boolean|) $ $) "\\spad{x > y} holds if \\spad{x} is greater than \\spad{y} in the current domain.")) (< (((|Boolean|) $ $) "\\spad{x < y} holds if \\spad{x} is less than \\spad{y} in the current domain.")))
NIL
NIL
-(-874)
+(-875)
((|constructor| (NIL "Category of types equipped with a total ordering.")) (|min| (($ $ $) "\\spad{min(x,y)} returns the minimum of \\spad{x} and \\spad{y} relative to the ordering.")) (|max| (($ $ $) "\\spad{max(x,y)} returns the maximum of \\spad{x} and \\spad{y} relative to the ordering.")) (>= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is greater or equal than \\spad{y} in the current domain.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is less or equal than \\spad{y} in the current domain.")) (> (((|Boolean|) $ $) "\\spad{x > y} holds if \\spad{x} is greater than \\spad{y} in the current domain.")) (< (((|Boolean|) $ $) "\\spad{x < y} holds if \\spad{x} is less than \\spad{y} in the current domain.")))
NIL
NIL
-(-875 S R)
+(-876 S R)
((|constructor| (NIL "This is the category of univariate skew polynomials over an Ore coefficient ring. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}. This category is an evolution of the types \\indented{2}{MonogenicLinearOperator,{} OppositeMonogenicLinearOperator,{} and} \\indented{2}{NonCommutativeOperatorDivision} developped by Jean Della Dora and Stephen \\spad{M}. Watt.")) (|leftLcm| (($ $ $) "\\spad{leftLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = aa*a = bb*b} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using right-division.")) (|rightExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{rightExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = c * a + d * b = rightGcd(a, b)}.")) (|rightGcd| (($ $ $) "\\spad{rightGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using right-division.")) (|rightExactQuotient| (((|Union| $ "failed") $ $) "\\spad{rightExactQuotient(a,b)} computes the value \\spad{q},{} if it exists such that \\spad{a = q*b}.")) (|rightRemainder| (($ $ $) "\\spad{rightRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|rightQuotient| (($ $ $) "\\spad{rightQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|rightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{rightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division''.")) (|rightLcm| (($ $ $) "\\spad{rightLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{leftExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = a * c + b * d = leftGcd(a, b)}.")) (|leftGcd| (($ $ $) "\\spad{leftGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = g*aa}} \\indented{3}{\\spad{b = g*bb}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| $ "failed") $ $) "\\spad{leftExactQuotient(a,b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| (($ $ $) "\\spad{leftRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| (($ $ $) "\\spad{leftQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{leftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division''.")) (|primitivePart| (($ $) "\\spad{primitivePart(l)} returns \\spad{l0} such that \\spad{l = a * l0} for some a in \\spad{R},{} and \\spad{content(l0) = 1}.")) (|content| ((|#2| $) "\\spad{content(l)} returns the gcd of all the coefficients of \\spad{l}.")) (|monicRightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicRightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division''.")) (|monicLeftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicLeftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division''.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(l, a)} returns the exact quotient of \\spad{l} by a,{} returning \\axiom{\"failed\"} if this is not possible.")) (|apply| ((|#2| $ |#2| |#2|) "\\spad{apply(p, c, m)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|coefficients| (((|List| |#2|) $) "\\spad{coefficients(l)} returns the list of all the nonzero coefficients of \\spad{l}.")) (|monomial| (($ |#2| (|NonNegativeInteger|)) "\\spad{monomial(c,k)} produces \\spad{c} times the \\spad{k}-th power of the generating operator,{} \\spad{monomial(1,1)}.")) (|coefficient| ((|#2| $ (|NonNegativeInteger|)) "\\spad{coefficient(l,k)} is \\spad{a(k)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|reductum| (($ $) "\\spad{reductum(l)} is \\spad{l - monomial(a(n),n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(l)} is \\spad{a(n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|minimumDegree| (((|NonNegativeInteger|) $) "\\spad{minimumDegree(l)} is the smallest \\spad{k} such that \\spad{a(k) ~= 0} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(l)} is \\spad{n} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")))
NIL
((|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))))
-(-876 R)
+(-877 R)
((|constructor| (NIL "This is the category of univariate skew polynomials over an Ore coefficient ring. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}. This category is an evolution of the types \\indented{2}{MonogenicLinearOperator,{} OppositeMonogenicLinearOperator,{} and} \\indented{2}{NonCommutativeOperatorDivision} developped by Jean Della Dora and Stephen \\spad{M}. Watt.")) (|leftLcm| (($ $ $) "\\spad{leftLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = aa*a = bb*b} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using right-division.")) (|rightExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{rightExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = c * a + d * b = rightGcd(a, b)}.")) (|rightGcd| (($ $ $) "\\spad{rightGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using right-division.")) (|rightExactQuotient| (((|Union| $ "failed") $ $) "\\spad{rightExactQuotient(a,b)} computes the value \\spad{q},{} if it exists such that \\spad{a = q*b}.")) (|rightRemainder| (($ $ $) "\\spad{rightRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|rightQuotient| (($ $ $) "\\spad{rightQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|rightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{rightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division''.")) (|rightLcm| (($ $ $) "\\spad{rightLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{leftExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = a * c + b * d = leftGcd(a, b)}.")) (|leftGcd| (($ $ $) "\\spad{leftGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = g*aa}} \\indented{3}{\\spad{b = g*bb}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| $ "failed") $ $) "\\spad{leftExactQuotient(a,b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| (($ $ $) "\\spad{leftRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| (($ $ $) "\\spad{leftQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{leftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division''.")) (|primitivePart| (($ $) "\\spad{primitivePart(l)} returns \\spad{l0} such that \\spad{l = a * l0} for some a in \\spad{R},{} and \\spad{content(l0) = 1}.")) (|content| ((|#1| $) "\\spad{content(l)} returns the gcd of all the coefficients of \\spad{l}.")) (|monicRightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicRightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division''.")) (|monicLeftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicLeftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division''.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(l, a)} returns the exact quotient of \\spad{l} by a,{} returning \\axiom{\"failed\"} if this is not possible.")) (|apply| ((|#1| $ |#1| |#1|) "\\spad{apply(p, c, m)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(l)} returns the list of all the nonzero coefficients of \\spad{l}.")) (|monomial| (($ |#1| (|NonNegativeInteger|)) "\\spad{monomial(c,k)} produces \\spad{c} times the \\spad{k}-th power of the generating operator,{} \\spad{monomial(1,1)}.")) (|coefficient| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coefficient(l,k)} is \\spad{a(k)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|reductum| (($ $) "\\spad{reductum(l)} is \\spad{l - monomial(a(n),n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(l)} is \\spad{a(n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|minimumDegree| (((|NonNegativeInteger|) $) "\\spad{minimumDegree(l)} is the smallest \\spad{k} such that \\spad{a(k) ~= 0} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(l)} is \\spad{n} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-877 R C)
+(-878 R C)
((|constructor| (NIL "\\spad{UnivariateSkewPolynomialCategoryOps} provides products and \\indented{1}{divisions of univariate skew polynomials.}")) (|rightDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{rightDivide(a, b, sigma)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division''. \\spad{\\sigma} is the morphism to use.")) (|leftDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{leftDivide(a, b, sigma)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division''. \\spad{\\sigma} is the morphism to use.")) (|monicRightDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{monicRightDivide(a, b, sigma)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division''. \\spad{\\sigma} is the morphism to use.")) (|monicLeftDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{monicLeftDivide(a, b, sigma)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division''. \\spad{\\sigma} is the morphism to use.")) (|apply| ((|#1| |#2| |#1| |#1| (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{apply(p, c, m, sigma, delta)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|times| ((|#2| |#2| |#2| (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{times(p, q, sigma, delta)} returns \\spad{p * q}. \\spad{\\sigma} and \\spad{\\delta} are the maps to use.")))
NIL
((|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571))))
-(-878 R |sigma| -3708)
+(-879 R |sigma| -3286)
((|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.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-376))))
-(-879 |x| R |sigma| -3708)
+((-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-376))))
+(-880 |x| R |sigma| -3286)
((|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}.")))
-((-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-376))))
-(-880 R)
+((-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-376))))
+(-881 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 -421) (QUOTE (-560))))))
-(-881)
+(-882)
((|constructor| (NIL "Semigroups with compatible ordering.")))
NIL
NIL
-(-882)
+(-883)
((|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
-(-883)
+(-884)
((|constructor| (NIL "OutPackage allows pretty-printing from programs.")) (|outputList| (((|Void|) (|List| (|Any|))) "\\spad{outputList(l)} displays the concatenated components of the list \\spad{l} on the ``algebra output'' stream,{} as defined by \\spadsyscom{set output algebra}; quotes are stripped from strings.")) (|output| (((|Void|) (|String|) (|OutputForm|)) "\\spad{output(s,x)} displays the string \\spad{s} followed by the form \\spad{x} on the ``algebra output'' stream,{} as defined by \\spadsyscom{set output algebra}.") (((|Void|) (|OutputForm|)) "\\spad{output(x)} displays the output form \\spad{x} on the ``algebra output'' stream,{} as defined by \\spadsyscom{set output algebra}.") (((|Void|) (|String|)) "\\spad{output(s)} displays the string \\spad{s} on the ``algebra output'' stream,{} as defined by \\spadsyscom{set output algebra}.")))
NIL
NIL
-(-884 S)
+(-885 S)
((|constructor| (NIL "This category describes output byte stream conduits.")) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) "\\spad{writeBytes!(c,b)} write bytes from buffer `b' onto the conduit `c'. The actual number of written bytes is returned.")) (|writeUInt8!| (((|Maybe| (|UInt8|)) $ (|UInt8|)) "\\spad{writeUInt8!(c,b)} attempts to write the unsigned 8-bit value `v' on the conduit `c'. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeInt8!| (((|Maybe| (|Int8|)) $ (|Int8|)) "\\spad{writeInt8!(c,b)} attempts to write the 8-bit value `v' on the conduit `c'. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeByte!| (((|Maybe| (|Byte|)) $ (|Byte|)) "\\spad{writeByte!(c,b)} attempts to write the byte `b' on the conduit `c'. Returns the written byte if successful,{} otherwise,{} returns \\spad{nothing}.")))
NIL
NIL
-(-885)
+(-886)
((|constructor| (NIL "This category describes output byte stream conduits.")) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) "\\spad{writeBytes!(c,b)} write bytes from buffer `b' onto the conduit `c'. The actual number of written bytes is returned.")) (|writeUInt8!| (((|Maybe| (|UInt8|)) $ (|UInt8|)) "\\spad{writeUInt8!(c,b)} attempts to write the unsigned 8-bit value `v' on the conduit `c'. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeInt8!| (((|Maybe| (|Int8|)) $ (|Int8|)) "\\spad{writeInt8!(c,b)} attempts to write the 8-bit value `v' on the conduit `c'. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeByte!| (((|Maybe| (|Byte|)) $ (|Byte|)) "\\spad{writeByte!(c,b)} attempts to write the byte `b' on the conduit `c'. Returns the written byte if successful,{} otherwise,{} returns \\spad{nothing}.")))
NIL
NIL
-(-886)
+(-887)
((|constructor| (NIL "This domain provides representation for binary files open for output operations. `Binary' here means that the conduits do not interpret their contents.")) (|isOpen?| (((|Boolean|) $) "open?(ifile) holds if `ifile' is in open state.")) (|outputBinaryFile| (($ (|String|)) "\\spad{outputBinaryFile(f)} returns an output conduit obtained by opening the file named by `f' as a binary file.") (($ (|FileName|)) "\\spad{outputBinaryFile(f)} returns an output conduit obtained by opening the file named by `f' as a binary file.")))
NIL
NIL
-(-887)
+(-888)
((|constructor| (NIL "This domain is used to create and manipulate mathematical expressions for output. It is intended to provide an insulating layer between the expression rendering software (\\spadignore{e.g.} TeX,{} or Script) and the output coercions in the various domains.")) (SEGMENT (($ $) "\\spad{SEGMENT(x)} creates the prefix form: \\spad{x..}.") (($ $ $) "\\spad{SEGMENT(x,y)} creates the infix form: \\spad{x..y}.")) (|not| (($ $) "\\spad{not f} creates the equivalent prefix form.")) (|or| (($ $ $) "\\spad{f or g} creates the equivalent infix form.")) (|and| (($ $ $) "\\spad{f and g} creates the equivalent infix form.")) (|exquo| (($ $ $) "\\spad{exquo(f,g)} creates the equivalent infix form.")) (|quo| (($ $ $) "\\spad{f quo g} creates the equivalent infix form.")) (|rem| (($ $ $) "\\spad{f rem g} creates the equivalent infix form.")) (|div| (($ $ $) "\\spad{f div g} creates the equivalent infix form.")) (** (($ $ $) "\\spad{f ** g} creates the equivalent infix form.")) (/ (($ $ $) "\\spad{f / g} creates the equivalent infix form.")) (* (($ $ $) "\\spad{f * g} creates the equivalent infix form.")) (- (($ $) "\\spad{- f} creates the equivalent prefix form.") (($ $ $) "\\spad{f - g} creates the equivalent infix form.")) (+ (($ $ $) "\\spad{f + g} creates the equivalent infix form.")) (>= (($ $ $) "\\spad{f >= g} creates the equivalent infix form.")) (<= (($ $ $) "\\spad{f <= g} creates the equivalent infix form.")) (> (($ $ $) "\\spad{f > g} creates the equivalent infix form.")) (< (($ $ $) "\\spad{f < g} creates the equivalent infix form.")) (~= (($ $ $) "\\spad{f ~= g} creates the equivalent infix form.")) (= (($ $ $) "\\spad{f = g} creates the equivalent infix form.")) (|blankSeparate| (($ (|List| $)) "\\spad{blankSeparate(l)} creates the form separating the elements of \\spad{l} by blanks.")) (|semicolonSeparate| (($ (|List| $)) "\\spad{semicolonSeparate(l)} creates the form separating the elements of \\spad{l} by semicolons.")) (|commaSeparate| (($ (|List| $)) "\\spad{commaSeparate(l)} creates the form separating the elements of \\spad{l} by commas.")) (|pile| (($ (|List| $)) "\\spad{pile(l)} creates the form consisting of the elements of \\spad{l} which displays as a pile,{} \\spadignore{i.e.} the elements begin on a new line and are indented right to the same margin.")) (|paren| (($ (|List| $)) "\\spad{paren(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in parentheses.") (($ $) "\\spad{paren(f)} creates the form enclosing \\spad{f} in parentheses.")) (|bracket| (($ (|List| $)) "\\spad{bracket(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in square brackets.") (($ $) "\\spad{bracket(f)} creates the form enclosing \\spad{f} in square brackets.")) (|brace| (($ (|List| $)) "\\spad{brace(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in curly brackets.") (($ $) "\\spad{brace(f)} creates the form enclosing \\spad{f} in braces (curly brackets).")) (|int| (($ $ $ $) "\\spad{int(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by an integral sign with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{int(expr,lowerlimit)} creates the form prefixing \\spad{expr} by an integral sign with a \\spad{lowerlimit}.") (($ $) "\\spad{int(expr)} creates the form prefixing \\spad{expr} with an integral sign.")) (|prod| (($ $ $ $) "\\spad{prod(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by a capital \\spad{pi} with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{prod(expr,lowerlimit)} creates the form prefixing \\spad{expr} by a capital \\spad{pi} with a \\spad{lowerlimit}.") (($ $) "\\spad{prod(expr)} creates the form prefixing \\spad{expr} by a capital \\spad{pi}.")) (|sum| (($ $ $ $) "\\spad{sum(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by a capital sigma with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{sum(expr,lowerlimit)} creates the form prefixing \\spad{expr} by a capital sigma with a \\spad{lowerlimit}.") (($ $) "\\spad{sum(expr)} creates the form prefixing \\spad{expr} by a capital sigma.")) (|overlabel| (($ $ $) "\\spad{overlabel(x,f)} creates the form \\spad{f} with \"x overbar\" over the top.")) (|overbar| (($ $) "\\spad{overbar(f)} creates the form \\spad{f} with an overbar.")) (|prime| (($ $ (|NonNegativeInteger|)) "\\spad{prime(f,n)} creates the form \\spad{f} followed by \\spad{n} primes.") (($ $) "\\spad{prime(f)} creates the form \\spad{f} followed by a suffix prime (single quote).")) (|dot| (($ $ (|NonNegativeInteger|)) "\\spad{dot(f,n)} creates the form \\spad{f} with \\spad{n} dots overhead.") (($ $) "\\spad{dot(f)} creates the form with a one dot overhead.")) (|quote| (($ $) "\\spad{quote(f)} creates the form \\spad{f} with a prefix quote.")) (|supersub| (($ $ (|List| $)) "\\spad{supersub(a,[sub1,super1,sub2,super2,...])} creates a form with each subscript aligned under each superscript.")) (|scripts| (($ $ (|List| $)) "\\spad{scripts(f, [sub, super, presuper, presub])} \\indented{1}{creates a form for \\spad{f} with scripts on all 4 corners.}")) (|presuper| (($ $ $) "\\spad{presuper(f,n)} creates a form for \\spad{f} presuperscripted by \\spad{n}.")) (|presub| (($ $ $) "\\spad{presub(f,n)} creates a form for \\spad{f} presubscripted by \\spad{n}.")) (|super| (($ $ $) "\\spad{super(f,n)} creates a form for \\spad{f} superscripted by \\spad{n}.")) (|sub| (($ $ $) "\\spad{sub(f,n)} creates a form for \\spad{f} subscripted by \\spad{n}.")) (|binomial| (($ $ $) "\\spad{binomial(n,m)} creates a form for the binomial coefficient of \\spad{n} and \\spad{m}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(f,n)} creates a form for the \\spad{n}th derivative of \\spad{f},{} \\spadignore{e.g.} \\spad{f'},{} \\spad{f''},{} \\spad{f'''},{} \"f super \\spad{iv}\".")) (|rarrow| (($ $ $) "\\spad{rarrow(f,g)} creates a form for the mapping \\spad{f -> g}.")) (|assign| (($ $ $) "\\spad{assign(f,g)} creates a form for the assignment \\spad{f := g}.")) (|slash| (($ $ $) "\\spad{slash(f,g)} creates a form for the horizontal fraction of \\spad{f} over \\spad{g}.")) (|over| (($ $ $) "\\spad{over(f,g)} creates a form for the vertical fraction of \\spad{f} over \\spad{g}.")) (|root| (($ $ $) "\\spad{root(f,n)} creates a form for the \\spad{n}th root of form \\spad{f}.") (($ $) "\\spad{root(f)} creates a form for the square root of form \\spad{f}.")) (|zag| (($ $ $) "\\spad{zag(f,g)} creates a form for the continued fraction form for \\spad{f} over \\spad{g}.")) (|matrix| (($ (|List| (|List| $))) "\\spad{matrix(llf)} makes \\spad{llf} (a list of lists of forms) into a form which displays as a matrix.")) (|box| (($ $) "\\spad{box(f)} encloses \\spad{f} in a box.")) (|label| (($ $ $) "\\spad{label(n,f)} gives form \\spad{f} an equation label \\spad{n}.")) (|string| (($ $) "\\spad{string(f)} creates \\spad{f} with string quotes.")) (|elt| (($ $ (|List| $)) "\\spad{elt(op,l)} creates a form for application of \\spad{op} to list of arguments \\spad{l}.")) (|infix?| (((|Boolean|) $) "\\spad{infix?(op)} returns \\spad{true} if \\spad{op} is an infix operator,{} and \\spad{false} otherwise.")) (|postfix| (($ $ $) "\\spad{postfix(op, a)} creates a form which prints as: a \\spad{op}.")) (|infix| (($ $ $ $) "\\spad{infix(op, a, b)} creates a form which prints as: a \\spad{op} \\spad{b}.") (($ $ (|List| $)) "\\spad{infix(f,l)} creates a form depicting the \\spad{n}-ary application of infix operation \\spad{f} to a tuple of arguments \\spad{l}.")) (|prefix| (($ $ (|List| $)) "\\spad{prefix(f,l)} creates a form depicting the \\spad{n}-ary prefix application of \\spad{f} to a tuple of arguments given by list \\spad{l}.")) (|vconcat| (($ (|List| $)) "\\spad{vconcat(u)} vertically concatenates all forms in list \\spad{u}.") (($ $ $) "\\spad{vconcat(f,g)} vertically concatenates forms \\spad{f} and \\spad{g}.")) (|hconcat| (($ (|List| $)) "\\spad{hconcat(u)} horizontally concatenates all forms in list \\spad{u}.") (($ $ $) "\\spad{hconcat(f,g)} horizontally concatenate forms \\spad{f} and \\spad{g}.")) (|center| (($ $) "\\spad{center(f)} centers form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{center(f,n)} centers form \\spad{f} within space of width \\spad{n}.")) (|right| (($ $) "\\spad{right(f)} right-justifies form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{right(f,n)} right-justifies form \\spad{f} within space of width \\spad{n}.")) (|left| (($ $) "\\spad{left(f)} left-justifies form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{left(f,n)} left-justifies form \\spad{f} within space of width \\spad{n}.")) (|rspace| (($ (|Integer|) (|Integer|)) "\\spad{rspace(n,m)} creates rectangular white space,{} \\spad{n} wide by \\spad{m} high.")) (|vspace| (($ (|Integer|)) "\\spad{vspace(n)} creates white space of height \\spad{n}.")) (|hspace| (($ (|Integer|)) "\\spad{hspace(n)} creates white space of width \\spad{n}.")) (|superHeight| (((|Integer|) $) "\\spad{superHeight(f)} returns the height of form \\spad{f} above the base line.")) (|subHeight| (((|Integer|) $) "\\spad{subHeight(f)} returns the height of form \\spad{f} below the base line.")) (|height| (((|Integer|)) "\\spad{height()} returns the height of the display area (an integer).") (((|Integer|) $) "\\spad{height(f)} returns the height of form \\spad{f} (an integer).")) (|width| (((|Integer|)) "\\spad{width()} returns the width of the display area (an integer).") (((|Integer|) $) "\\spad{width(f)} returns the width of form \\spad{f} (an integer).")) (|doubleFloatFormat| (((|String|) (|String|)) "change the output format for doublefloats using lisp format strings")) (|empty| (($) "\\spad{empty()} creates an empty form.")) (|outputForm| (($ (|DoubleFloat|)) "\\spad{outputForm(sf)} creates an form for small float \\spad{sf}.") (($ (|String|)) "\\spad{outputForm(s)} creates an form for string \\spad{s}.") (($ (|Symbol|)) "\\spad{outputForm(s)} creates an form for symbol \\spad{s}.") (($ (|Integer|)) "\\spad{outputForm(n)} creates an form for integer \\spad{n}.")) (|messagePrint| (((|Void|) (|String|)) "\\spad{messagePrint(s)} prints \\spad{s} without string quotes. Note: \\spad{messagePrint(s)} is equivalent to \\spad{print message(s)}.")) (|message| (($ (|String|)) "\\spad{message(s)} creates an form with no string quotes from string \\spad{s}.")) (|print| (((|Void|) $) "\\spad{print(u)} prints the form \\spad{u}.")))
NIL
NIL
-(-888 |VariableList|)
+(-889 |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
-(-889)
+(-890)
((|constructor| (NIL "This domain represents set of overloaded operators (in fact operator descriptors).")) (|members| (((|List| (|FunctionDescriptor|)) $) "\\spad{members(x)} returns the list of operator descriptors,{} \\spadignore{e.g.} signature and implementation slots,{} of the overload set \\spad{x}.")) (|name| (((|Identifier|) $) "\\spad{name(x)} returns the name of the overload set \\spad{x}.")))
NIL
NIL
-(-890 R |vl| |wl| |wtlevel|)
+(-891 R |vl| |wl| |wtlevel|)
((|constructor| (NIL "This domain represents truncated weighted polynomials over the \"Polynomial\" type. The variables must be specified,{} as must the weights. The representation is sparse in the sense that only non-zero terms are represented.")) (|changeWeightLevel| (((|Void|) (|NonNegativeInteger|)) "\\spad{changeWeightLevel(n)} This changes the weight level to the new value given: NB: previously calculated terms are not affected")) (/ (((|Union| $ "failed") $ $) "\\spad{x/y} division (only works if minimum weight of divisor is zero,{} and if \\spad{R} is a Field)")))
-((-4504 |has| |#1| (-175)) (-4503 |has| |#1| (-175)) (-4506 . T))
+((-4505 |has| |#1| (-175)) (-4504 |has| |#1| (-175)) (-4507 . T))
((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))))
-(-891 R PS UP)
+(-892 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
-(-892 R |x| |pt|)
+(-893 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
-(-893 |p|)
+(-894 |p|)
((|constructor| (NIL "Stream-based implementation of Zp: \\spad{p}-adic numbers are represented as sum(\\spad{i} = 0..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in 0,{}1,{}...,{}(\\spad{p} - 1).")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-894 |p|)
+(-895 |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}.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-895 |p|)
+(-896 |p|)
((|constructor| (NIL "Stream-based implementation of Qp: numbers are represented as sum(\\spad{i} = \\spad{k}..,{} a[\\spad{i}] * p^i) where the a[\\spad{i}] lie in 0,{}1,{}...,{}(\\spad{p} - 1).")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-893 |#1|) (QUOTE (-939))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| (-893 |#1|) (QUOTE (-147))) (|HasCategory| (-893 |#1|) (QUOTE (-149))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-893 |#1|) (QUOTE (-1051))) (|HasCategory| (-893 |#1|) (QUOTE (-842))) (|HasCategory| (-893 |#1|) (QUOTE (-871))) (-2191 (|HasCategory| (-893 |#1|) (QUOTE (-842))) (|HasCategory| (-893 |#1|) (QUOTE (-871)))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-893 |#1|) (QUOTE (-1183))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| (-893 |#1|) (QUOTE (-239))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-893 |#1|) (QUOTE (-240))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -528) (QUOTE (-1208)) (|%list| (QUOTE -893) (|devaluate| |#1|)))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -321) (|%list| (QUOTE -893) (|devaluate| |#1|)))) (|HasCategory| (-893 |#1|) (|%list| (QUOTE -298) (|%list| (QUOTE -893) (|devaluate| |#1|)) (|%list| (QUOTE -893) (|devaluate| |#1|)))) (|HasCategory| (-893 |#1|) (QUOTE (-319))) (|HasCategory| (-893 |#1|) (QUOTE (-559))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-893 |#1|) (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-893 |#1|) (QUOTE (-939)))) (|HasCategory| (-893 |#1|) (QUOTE (-147)))))
-(-896 |p| PADIC)
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-894 |#1|) (QUOTE (-940))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| (-894 |#1|) (QUOTE (-147))) (|HasCategory| (-894 |#1|) (QUOTE (-149))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-894 |#1|) (QUOTE (-1052))) (|HasCategory| (-894 |#1|) (QUOTE (-844))) (|HasCategory| (-894 |#1|) (QUOTE (-872))) (-2309 (|HasCategory| (-894 |#1|) (QUOTE (-844))) (|HasCategory| (-894 |#1|) (QUOTE (-872)))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-894 |#1|) (QUOTE (-1184))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| (-894 |#1|) (QUOTE (-239))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-894 |#1|) (QUOTE (-240))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -528) (QUOTE (-1209)) (|%list| (QUOTE -894) (|devaluate| |#1|)))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -321) (|%list| (QUOTE -894) (|devaluate| |#1|)))) (|HasCategory| (-894 |#1|) (|%list| (QUOTE -298) (|%list| (QUOTE -894) (|devaluate| |#1|)) (|%list| (QUOTE -894) (|devaluate| |#1|)))) (|HasCategory| (-894 |#1|) (QUOTE (-319))) (|HasCategory| (-894 |#1|) (QUOTE (-559))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-894 |#1|) (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-894 |#1|) (QUOTE (-940)))) (|HasCategory| (-894 |#1|) (QUOTE (-147)))))
+(-897 |p| PADIC)
((|constructor| (NIL "This is the category of stream-based representations of Qp.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,x)} removes up to \\spad{n} leading zeroes from the \\spad{p}-adic rational \\spad{x}.") (($ $) "\\spad{removeZeroes(x)} removes leading zeroes from the representation of the \\spad{p}-adic rational \\spad{x}. A \\spad{p}-adic rational is represented by (1) an exponent and (2) a \\spad{p}-adic integer which may have leading zero digits. When the \\spad{p}-adic integer has a leading zero digit,{} a 'leading zero' is removed from the \\spad{p}-adic rational as follows: the number is rewritten by increasing the exponent by 1 and dividing the \\spad{p}-adic integer by \\spad{p}. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}.")) (|continuedFraction| (((|ContinuedFraction| (|Fraction| (|Integer|))) $) "\\spad{continuedFraction(x)} converts the \\spad{p}-adic rational number \\spad{x} to a continued fraction.")) (|approximate| (((|Fraction| (|Integer|)) $ (|Integer|)) "\\spad{approximate(x,n)} returns a rational number \\spad{y} such that \\spad{y = x (mod p^n)}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-939))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-1051))) (|HasCategory| |#2| (QUOTE (-842))) (|HasCategory| |#2| (QUOTE (-871))) (-2191 (|HasCategory| |#2| (QUOTE (-842))) (|HasCategory| |#2| (QUOTE (-871)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1183))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-559))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-147)))))
-(-897 S T$)
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-940))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-1052))) (|HasCategory| |#2| (QUOTE (-844))) (|HasCategory| |#2| (QUOTE (-872))) (-2309 (|HasCategory| |#2| (QUOTE (-844))) (|HasCategory| |#2| (QUOTE (-872)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1184))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-559))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-147)))))
+(-898 S T$)
((|constructor| (NIL "\\indented{1}{This domain provides a very simple representation} of the notion of `pair of objects'. It does not try to achieve all possible imaginable things.")) (|second| ((|#2| $) "\\spad{second(p)} extracts the second components of `p'.")) (|first| ((|#1| $) "\\spad{first(p)} extracts the first component of `p'.")) (|construct| (($ |#1| |#2|) "\\spad{construct(s,t)} is same as pair(\\spad{s},{}\\spad{t}),{} with syntactic sugar.")) (|pair| (($ |#1| |#2|) "\\spad{pair(s,t)} returns a pair object composed of `s' and `t'.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))))
-(-898)
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))))
+(-899)
((|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's highest value.")) (|pastel| (($ (|Color|)) "\\spad{pastel(c)} sets the shade of a hue,{} \\spad{c},{} above bright,{} but below light.")) (|bright| (($ (|Color|)) "\\spad{bright(c)} sets the shade of a hue,{} \\spad{c},{} above dim,{} but below pastel.")) (|dim| (($ (|Color|)) "\\spad{dim(c)} sets the shade of a hue,{} \\spad{c},{} above dark,{} but below bright.")) (|dark| (($ (|Color|)) "\\spad{dark(c)} sets the shade of the indicated hue of \\spad{c} to it's lowest value.")))
NIL
NIL
-(-899)
+(-900)
((|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
-(-900)
+(-901)
((|constructor| (NIL "Representation of parameters to functions or constructors. For the most part,{} they are Identifiers. However,{} in very cases,{} they are \"flags\",{} \\spadignore{e.g.} string literals.")) (|autoCoerce| (((|String|) $) "\\spad{autoCoerce(x)@String} implicitly coerce the object \\spad{x} to \\spadtype{String}. This function is left at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(x)@Identifier} implicitly coerce the object \\spad{x} to \\spadtype{Identifier}. This function is left at the discretion of the compiler.")) (|case| (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{x case String} if the parameter AST object \\spad{x} designates a flag.") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{x case Identifier} if the parameter AST object \\spad{x} designates an \\spadtype{Identifier}.")))
NIL
NIL
-(-901 CF1 CF2)
+(-902 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricPlaneCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricPlaneCurve| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-902 |ComponentFunction|)
+(-903 |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
-(-903 CF1 CF2)
+(-904 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSpaceCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricSpaceCurve| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-904 |ComponentFunction|)
+(-905 |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
-(-905)
+(-906)
((|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
-(-906 CF1 CF2)
+(-907 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSurface| |#2|) (|Mapping| |#2| |#1|) (|ParametricSurface| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-907 |ComponentFunction|)
+(-908 |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
-(-908)
+(-909)
((|constructor| (NIL "PartitionsAndPermutations contains functions for generating streams of integer partitions,{} and streams of sequences of integers composed from a multi-set.")) (|permutations| (((|Stream| (|List| (|Integer|))) (|Integer|)) "\\spad{permutations(n)} is the stream of permutations \\indented{1}{formed from \\spad{1,2,3,...,n}.}")) (|sequences| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|))) "\\spad{sequences([l0,l1,l2,..,ln])} is the set of \\indented{1}{all sequences formed from} \\spad{l0} 0's,{}\\spad{l1} 1's,{}\\spad{l2} 2's,{}...,{}\\spad{ln} \\spad{n}'s.") (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{sequences(l1,l2)} is the stream of all sequences that \\indented{1}{can be composed from the multiset defined from} \\indented{1}{two lists of integers \\spad{l1} and \\spad{l2}.} \\indented{1}{For example,{}the pair \\spad{([1,2,4],[2,3,5])} represents} \\indented{1}{multi-set with 1 \\spad{2},{} 2 \\spad{3}'s,{} and 4 \\spad{5}'s.}")) (|shufflein| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|Stream| (|List| (|Integer|)))) "\\spad{shufflein(l,st)} maps shuffle(\\spad{l},{}\\spad{u}) on to all \\indented{1}{members \\spad{u} of \\spad{st},{} concatenating the results.}")) (|shuffle| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{shuffle(l1,l2)} forms the stream of all shuffles of \\spad{l1} \\indented{1}{and \\spad{l2},{} \\spadignore{i.e.} all sequences that can be formed from} \\indented{1}{merging \\spad{l1} and \\spad{l2}.}")) (|conjugates| (((|Stream| (|List| (|PositiveInteger|))) (|Stream| (|List| (|PositiveInteger|)))) "\\spad{conjugates(lp)} is the stream of conjugates of a stream \\indented{1}{of partitions \\spad{lp}.}")) (|conjugate| (((|List| (|PositiveInteger|)) (|List| (|PositiveInteger|))) "\\spad{conjugate(pt)} is the conjugate of the partition \\spad{pt}.")))
NIL
NIL
-(-909 R)
+(-910 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
-(-910 R S L)
+(-911 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
-(-911 S)
+(-912 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
-(-912 |Base| |Subject| |Pat|)
+(-913 |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 (-1372 (|HasCategory| |#2| (QUOTE (-1080)))) (-1372 (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208)))))) (-12 (|HasCategory| |#2| (QUOTE (-1080))) (-1372 (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208)))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208)))))
-(-913 R S)
+((-12 (-2912 (|HasCategory| |#2| (QUOTE (-1081)))) (-2912 (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209)))))) (-12 (|HasCategory| |#2| (QUOTE (-1081))) (-2912 (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209)))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209)))))
+(-914 R S)
((|constructor| (NIL "A PatternMatchResult is an object internally returned by the pattern matcher; It is either a failed match,{} or a list of matches of the form (var,{} expr) meaning that the variable var matches the expression expr.")) (|satisfy?| (((|Union| (|Boolean|) "failed") $ (|Pattern| |#1|)) "\\spad{satisfy?(r, p)} returns \\spad{true} if the matches satisfy the top-level predicate of \\spad{p},{} \\spad{false} if they don't,{} and \"failed\" if not enough variables of \\spad{p} are matched in \\spad{r} to decide.")) (|construct| (($ (|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| |#2|)))) "\\spad{construct([v1,e1],...,[vn,en])} returns the match result containing the matches (\\spad{v1},{}\\spad{e1}),{}...,{}(vn,{}en).")) (|destruct| (((|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| |#2|))) $) "\\spad{destruct(r)} returns the list of matches (var,{} expr) in \\spad{r}. Error: if \\spad{r} is a failed match.")) (|addMatchRestricted| (($ (|Pattern| |#1|) |#2| $ |#2|) "\\spad{addMatchRestricted(var, expr, r, val)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} provided that \\spad{expr} satisfies the predicates attached to \\spad{var},{} that \\spad{var} is not matched to another expression already,{} and that either \\spad{var} is an optional pattern variable or that \\spad{expr} is not equal to val (usually an identity).")) (|insertMatch| (($ (|Pattern| |#1|) |#2| $) "\\spad{insertMatch(var, expr, r)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} without checking predicates or previous matches for \\spad{var}.")) (|addMatch| (($ (|Pattern| |#1|) |#2| $) "\\spad{addMatch(var, expr, r)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} provided that \\spad{expr} satisfies the predicates attached to \\spad{var},{} and that \\spad{var} is not matched to another expression already.")) (|getMatch| (((|Union| |#2| "failed") (|Pattern| |#1|) $) "\\spad{getMatch(var, r)} returns the expression that \\spad{var} matches in the result \\spad{r},{} and \"failed\" if \\spad{var} is not matched in \\spad{r}.")) (|union| (($ $ $) "\\spad{union(a, b)} makes the set-union of two match results.")) (|new| (($) "\\spad{new()} returns a new empty match result.")) (|failed| (($) "\\spad{failed()} returns a failed match.")) (|failed?| (((|Boolean|) $) "\\spad{failed?(r)} tests if \\spad{r} is a failed match.")))
NIL
NIL
-(-914 R A B)
+(-915 R A B)
((|constructor| (NIL "Lifts maps to pattern matching results.")) (|map| (((|PatternMatchResult| |#1| |#3|) (|Mapping| |#3| |#2|) (|PatternMatchResult| |#1| |#2|)) "\\spad{map(f, [(v1,a1),...,(vn,an)])} returns the matching result [(\\spad{v1},{}\\spad{f}(\\spad{a1})),{}...,{}(vn,{}\\spad{f}(an))].")))
NIL
NIL
-(-915 R)
+(-916 R)
((|constructor| (NIL "Patterns for use by the pattern matcher.")) (|optpair| (((|Union| (|List| $) "failed") (|List| $)) "\\spad{optpair(l)} returns \\spad{l} has the form \\spad{[a, b]} and a is optional,{} and \"failed\" otherwise.")) (|variables| (((|List| $) $) "\\spad{variables(p)} returns the list of matching variables appearing in \\spad{p}.")) (|getBadValues| (((|List| (|Any|)) $) "\\spad{getBadValues(p)} returns the list of \"bad values\" for \\spad{p}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|addBadValue| (($ $ (|Any|)) "\\spad{addBadValue(p, v)} adds \\spad{v} to the list of \"bad values\" for \\spad{p}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|resetBadValues| (($ $) "\\spad{resetBadValues(p)} initializes the list of \"bad values\" for \\spad{p} to \\spad{[]}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|hasTopPredicate?| (((|Boolean|) $) "\\spad{hasTopPredicate?(p)} tests if \\spad{p} has a top-level predicate.")) (|topPredicate| (((|Record| (|:| |var| (|List| (|Symbol|))) (|:| |pred| (|Any|))) $) "\\spad{topPredicate(x)} returns \\spad{[[a1,...,an], f]} where the top-level predicate of \\spad{x} is \\spad{f(a1,...,an)}. Note: \\spad{n} is 0 if \\spad{x} has no top-level predicate.")) (|setTopPredicate| (($ $ (|List| (|Symbol|)) (|Any|)) "\\spad{setTopPredicate(x, [a1,...,an], f)} returns \\spad{x} with the top-level predicate set to \\spad{f(a1,...,an)}.")) (|patternVariable| (($ (|Symbol|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{patternVariable(x, c?, o?, m?)} creates a pattern variable \\spad{x},{} which is constant if \\spad{c? = true},{} optional if \\spad{o? = true},{} and multiple if \\spad{m? = true}.")) (|withPredicates| (($ $ (|List| (|Any|))) "\\spad{withPredicates(p, [p1,...,pn])} makes a copy of \\spad{p} and attaches the predicate \\spad{p1} and ... and pn to the copy,{} which is returned.")) (|setPredicates| (($ $ (|List| (|Any|))) "\\spad{setPredicates(p, [p1,...,pn])} attaches the predicate \\spad{p1} and ... and pn to \\spad{p}.")) (|predicates| (((|List| (|Any|)) $) "\\spad{predicates(p)} returns \\spad{[p1,...,pn]} such that the predicate attached to \\spad{p} is \\spad{p1} and ... and pn.")) (|hasPredicate?| (((|Boolean|) $) "\\spad{hasPredicate?(p)} tests if \\spad{p} has predicates attached to it.")) (|optional?| (((|Boolean|) $) "\\spad{optional?(p)} tests if \\spad{p} is a single matching variable which can match an identity.")) (|multiple?| (((|Boolean|) $) "\\spad{multiple?(p)} tests if \\spad{p} is a single matching variable allowing list matching or multiple term matching in a sum or product.")) (|generic?| (((|Boolean|) $) "\\spad{generic?(p)} tests if \\spad{p} is a single matching variable.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(p)} tests if \\spad{p} contains no matching variables.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(p)} tests if \\spad{p} is a symbol.")) (|quoted?| (((|Boolean|) $) "\\spad{quoted?(p)} tests if \\spad{p} is of the form 's for a symbol \\spad{s}.")) (|inR?| (((|Boolean|) $) "\\spad{inR?(p)} tests if \\spad{p} is an atom (\\spadignore{i.e.} an element of \\spad{R}).")) (|copy| (($ $) "\\spad{copy(p)} returns a recursive copy of \\spad{p}.")) (|convert| (($ (|List| $)) "\\spad{convert([a1,...,an])} returns the pattern \\spad{[a1,...,an]}.")) (|depth| (((|NonNegativeInteger|) $) "\\spad{depth(p)} returns the nesting level of \\spad{p}.")) (/ (($ $ $) "\\spad{a / b} returns the pattern \\spad{a / b}.")) (** (($ $ $) "\\spad{a ** b} returns the pattern \\spad{a ** b}.") (($ $ (|NonNegativeInteger|)) "\\spad{a ** n} returns the pattern \\spad{a ** n}.")) (* (($ $ $) "\\spad{a * b} returns the pattern \\spad{a * b}.")) (+ (($ $ $) "\\spad{a + b} returns the pattern \\spad{a + b}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op, [a1,...,an])} returns \\spad{op(a1,...,an)}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| $)) "failed") $) "\\spad{isPower(p)} returns \\spad{[a, b]} if \\spad{p = a ** b},{} and \"failed\" otherwise.")) (|isList| (((|Union| (|List| $) "failed") $) "\\spad{isList(p)} returns \\spad{[a1,...,an]} if \\spad{p = [a1,...,an]},{} \"failed\" otherwise.")) (|isQuotient| (((|Union| (|Record| (|:| |num| $) (|:| |den| $)) "failed") $) "\\spad{isQuotient(p)} returns \\spad{[a, b]} if \\spad{p = a / b},{} and \"failed\" otherwise.")) (|isExpt| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[q, n]} if \\spad{n > 0} and \\spad{p = q ** n},{} and \"failed\" otherwise.")) (|isOp| (((|Union| (|Record| (|:| |op| (|BasicOperator|)) (|:| |arg| (|List| $))) "failed") $) "\\spad{isOp(p)} returns \\spad{[op, [a1,...,an]]} if \\spad{p = op(a1,...,an)},{} and \"failed\" otherwise.") (((|Union| (|List| $) "failed") $ (|BasicOperator|)) "\\spad{isOp(p, op)} returns \\spad{[a1,...,an]} if \\spad{p = op(a1,...,an)},{} and \"failed\" otherwise.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{n > 1} and \\spad{p = a1 * ... * an},{} and \"failed\" otherwise.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[a1,...,an]} if \\spad{n > 1} \\indented{1}{and \\spad{p = a1 + ... + an},{}} and \"failed\" otherwise.")) ((|One|) (($) "1")) ((|Zero|) (($) "0")))
NIL
NIL
-(-916 R -4324)
+(-917 R -3095)
((|constructor| (NIL "Tools for patterns.")) (|badValues| (((|List| |#2|) (|Pattern| |#1|)) "\\spad{badValues(p)} returns the list of \"bad values\" for \\spad{p}; \\spad{p} is not allowed to match any of its \"bad values\".")) (|addBadValue| (((|Pattern| |#1|) (|Pattern| |#1|) |#2|) "\\spad{addBadValue(p, v)} adds \\spad{v} to the list of \"bad values\" for \\spad{p}; \\spad{p} is not allowed to match any of its \"bad values\".")) (|satisfy?| (((|Boolean|) (|List| |#2|) (|Pattern| |#1|)) "\\spad{satisfy?([v1,...,vn], p)} returns \\spad{f(v1,...,vn)} where \\spad{f} is the top-level predicate attached to \\spad{p}.") (((|Boolean|) |#2| (|Pattern| |#1|)) "\\spad{satisfy?(v, p)} returns \\spad{f}(\\spad{v}) where \\spad{f} is the predicate attached to \\spad{p}.")) (|predicate| (((|Mapping| (|Boolean|) |#2|) (|Pattern| |#1|)) "\\spad{predicate(p)} returns the predicate attached to \\spad{p},{} the constant function \\spad{true} if \\spad{p} has no predicates attached to it.")) (|suchThat| (((|Pattern| |#1|) (|Pattern| |#1|) (|List| (|Symbol|)) (|Mapping| (|Boolean|) (|List| |#2|))) "\\spad{suchThat(p, [a1,...,an], f)} returns a copy of \\spad{p} with the top-level predicate set to \\spad{f(a1,...,an)}.") (((|Pattern| |#1|) (|Pattern| |#1|) (|List| (|Mapping| (|Boolean|) |#2|))) "\\spad{suchThat(p, [f1,...,fn])} makes a copy of \\spad{p} and adds the predicate \\spad{f1} and ... and fn to the copy,{} which is returned.") (((|Pattern| |#1|) (|Pattern| |#1|) (|Mapping| (|Boolean|) |#2|)) "\\spad{suchThat(p, f)} makes a copy of \\spad{p} and adds the predicate \\spad{f} to the copy,{} which is returned.")))
NIL
NIL
-(-917 R S)
+(-918 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
-(-918 |VarSet|)
+(-919 |VarSet|)
((|constructor| (NIL "This domain provides the internal representation of polynomials in non-commutative variables written over the Poincare-Birkhoff-Witt basis. See the \\spadtype{XPBWPolynomial} domain constructor. See Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|varList| (((|List| |#1|) $) "\\spad{varList([l1]*[l2]*...[ln])} returns the list of variables in the word \\spad{l1*l2*...*ln}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?([l1]*[l2]*...[ln])} returns \\spad{true} iff \\spad{n} equals \\spad{1}.")) (|rest| (($ $) "\\spad{rest([l1]*[l2]*...[ln])} returns the list \\spad{l2, .... ln}.")) (|ListOfTerms| (((|List| (|LyndonWord| |#1|)) $) "\\spad{ListOfTerms([l1]*[l2]*...[ln])} returns the list of words \\spad{l1, l2, .... ln}.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length([l1]*[l2]*...[ln])} returns the length of the word \\spad{l1*l2*...*ln}.")) (|first| (((|LyndonWord| |#1|) $) "\\spad{first([l1]*[l2]*...[ln])} returns the Lyndon word \\spad{l1}.")) (|coerce| (($ |#1|) "\\spad{coerce(v)} return \\spad{v}") (((|OrderedFreeMonoid| |#1|) $) "\\spad{coerce([l1]*[l2]*...[ln])} returns the word \\spad{l1*l2*...*ln},{} where \\spad{[l_i]} is the backeted form of the Lyndon word \\spad{l_i}.")) ((|One|) (($) "\\spad{1} returns the empty list.")))
NIL
NIL
-(-919 UP R)
+(-920 UP R)
((|constructor| (NIL "This package \\undocumented")) (|compose| ((|#1| |#1| |#1|) "\\spad{compose(p,q)} \\undocumented")))
NIL
NIL
-(-920 A T$ S)
+(-921 A T$ S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains with a distinguished} \\indented{2}{operation named \\spad{differentiate} for partial differentiation with} \\indented{2}{respect to some domain of variables.} See Also: \\indented{2}{DifferentialDomain,{} PartialDifferentialSpace}")) (D ((|#2| $ |#3|) "\\spad{D(x,v)} is a shorthand for \\spad{differentiate(x,v)}")) (|differentiate| ((|#2| $ |#3|) "\\spad{differentiate(x,v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
NIL
NIL
-(-921 T$ S)
+(-922 T$ S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains with a distinguished} \\indented{2}{operation named \\spad{differentiate} for partial differentiation with} \\indented{2}{respect to some domain of variables.} See Also: \\indented{2}{DifferentialDomain,{} PartialDifferentialSpace}")) (D ((|#1| $ |#2|) "\\spad{D(x,v)} is a shorthand for \\spad{differentiate(x,v)}")) (|differentiate| ((|#1| $ |#2|) "\\spad{differentiate(x,v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
NIL
NIL
-(-922)
+(-923)
((|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
-(-923 UP -1610)
+(-924 UP -4346)
((|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
-(-924)
+(-925)
((|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's and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline ** At the moment,{} only Second Order Elliptic Partial Differential Equations are solved **") (((|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's and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline ** At the moment,{} only Second Order Elliptic Partial Differential Equations are solved **") (((|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's and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline ** At the moment,{} only Second Order Elliptic Partial Differential Equations are solved **") (((|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's and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline ** At the moment,{} only Second Order Elliptic Partial Differential Equations are solved **")))
NIL
NIL
-(-925)
+(-926)
((|retract| (((|Record| (|:| |pde| (|List| (|Expression| (|DoubleFloat|)))) (|:| |constraints| (|List| (|Record| (|:| |start| (|DoubleFloat|)) (|:| |finish| (|DoubleFloat|)) (|:| |grid| (|NonNegativeInteger|)) (|:| |boundaryType| (|Integer|)) (|:| |dStart| (|Matrix| (|DoubleFloat|))) (|:| |dFinish| (|Matrix| (|DoubleFloat|)))))) (|:| |f| (|List| (|List| (|Expression| (|DoubleFloat|))))) (|:| |st| (|String|)) (|:| |tol| (|DoubleFloat|))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (($ (|Record| (|:| |pde| (|List| (|Expression| (|DoubleFloat|)))) (|:| |constraints| (|List| (|Record| (|:| |start| (|DoubleFloat|)) (|:| |finish| (|DoubleFloat|)) (|:| |grid| (|NonNegativeInteger|)) (|:| |boundaryType| (|Integer|)) (|:| |dStart| (|Matrix| (|DoubleFloat|))) (|:| |dFinish| (|Matrix| (|DoubleFloat|)))))) (|:| |f| (|List| (|List| (|Expression| (|DoubleFloat|))))) (|:| |st| (|String|)) (|:| |tol| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-926 R S)
+(-927 R S)
((|constructor| (NIL "A partial differential \\spad{R}-module with differentiations indexed by a parameter type \\spad{S}. \\blankline")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
-(-927 S)
+(-928 S)
((|constructor| (NIL "A partial differential ring with differentiations indexed by a parameter type \\spad{S}. \\blankline")))
-((-4506 . T))
+((-4507 . T))
NIL
-(-928 A S)
+(-929 A S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains stable by partial} \\indented{2}{differentiation with respect to variables from some domain.} See Also: \\indented{2}{PartialDifferentialDomain}")) (D (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,[s1,...,sn],[n1,...,nn])} is a shorthand for \\spad{differentiate(x,[s1,...,sn],[n1,...,nn])}.") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{D(x,s,n)} is a shorthand for \\spad{differentiate(x,s,n)}.") (($ $ (|List| |#2|)) "\\spad{D(x,[s1,...sn])} is a shorthand for \\spad{differentiate(x,[s1,...sn])}.")) (|differentiate| (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,[s1,...,sn],[n1,...,nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{differentiate(x,s,n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}\\spad{-}th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#2|)) "\\spad{differentiate(x,[s1,...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x, s1)..., sn)}.")))
NIL
NIL
-(-929 S)
+(-930 S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains stable by partial} \\indented{2}{differentiation with respect to variables from some domain.} See Also: \\indented{2}{PartialDifferentialDomain}")) (D (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,[s1,...,sn],[n1,...,nn])} is a shorthand for \\spad{differentiate(x,[s1,...,sn],[n1,...,nn])}.") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{D(x,s,n)} is a shorthand for \\spad{differentiate(x,s,n)}.") (($ $ (|List| |#1|)) "\\spad{D(x,[s1,...sn])} is a shorthand for \\spad{differentiate(x,[s1,...sn])}.")) (|differentiate| (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,[s1,...,sn],[n1,...,nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{differentiate(x,s,n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}\\spad{-}th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#1|)) "\\spad{differentiate(x,[s1,...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x, s1)..., sn)}.")))
NIL
NIL
-(-930 S)
+(-931 S)
((|constructor| (NIL "\\indented{1}{A PendantTree(\\spad{S})is either a leaf? and is an \\spad{S} or has} a left and a right both PendantTree(\\spad{S})'s")) (|ptree| (($ $ $) "\\spad{ptree(x,y)} \\undocumented") (($ |#1|) "\\spad{ptree(s)} is a leaf? pendant tree")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-931 S)
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-932 S)
((|constructor| (NIL "Permutation(\\spad{S}) implements the group of all bijections \\indented{2}{on a set \\spad{S},{} which move only a finite number of points.} \\indented{2}{A permutation is considered as a map from \\spad{S} into \\spad{S}. In particular} \\indented{2}{multiplication is defined as composition of maps:} \\indented{2}{{\\em pi1 * pi2 = pi1 o pi2}.} \\indented{2}{The internal representation of permuatations are two lists} \\indented{2}{of equal length representing preimages and images.}")) (|coerceImages| (($ (|List| |#1|)) "\\spad{coerceImages(ls)} coerces the list {\\em ls} to a permutation whose image is given by {\\em ls} and the preimage is fixed to be {\\em [1,...,n]}. Note: {coerceImages(\\spad{ls})=coercePreimagesImages([1,{}...,{}\\spad{n}],{}\\spad{ls})}. We assume that both preimage and image do not contain repetitions.")) (|fixedPoints| (((|Set| |#1|) $) "\\spad{fixedPoints(p)} returns the points fixed by the permutation \\spad{p}.")) (|sort| (((|List| $) (|List| $)) "\\spad{sort(lp)} sorts a list of permutations {\\em lp} according to cycle structure first according to length of cycles,{} second,{} if \\spad{S} has \\spadtype{Finite} or \\spad{S} has \\spadtype{OrderedSet} according to lexicographical order of entries in cycles of equal length.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(p)} returns \\spad{true} if and only if \\spad{p} is an odd permutation \\spadignore{i.e.} {\\em sign(p)} is {\\em -1}.")) (|even?| (((|Boolean|) $) "\\spad{even?(p)} returns \\spad{true} if and only if \\spad{p} is an even permutation,{} \\spadignore{i.e.} {\\em sign(p)} is 1.")) (|sign| (((|Integer|) $) "\\spad{sign(p)} returns the signum of the permutation \\spad{p},{} \\spad{+1} or \\spad{-1}.")) (|numberOfCycles| (((|NonNegativeInteger|) $) "\\spad{numberOfCycles(p)} returns the number of non-trivial cycles of the permutation \\spad{p}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of a permutation \\spad{p} as a group element.")) (|cyclePartition| (((|Partition|) $) "\\spad{cyclePartition(p)} returns the cycle structure of a permutation \\spad{p} including cycles of length 1 only if \\spad{S} is finite.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} retuns the number of points moved by the permutation \\spad{p}.")) (|coerceListOfPairs| (($ (|List| (|List| |#1|))) "\\spad{coerceListOfPairs(lls)} coerces a list of pairs {\\em lls} to a permutation. Error: if not consistent,{} \\spadignore{i.e.} the set of the first elements coincides with the set of second elements. coerce(\\spad{p}) generates output of the permutation \\spad{p} with domain OutputForm.")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.") (($ (|List| (|List| |#1|))) "\\spad{coerce(lls)} coerces a list of cycles {\\em lls} to a permutation,{} each cycle being a list with no repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|coercePreimagesImages| (($ (|List| (|List| |#1|))) "\\spad{coercePreimagesImages(lls)} coerces the representation {\\em lls} of a permutation as a list of preimages and images to a permutation. We assume that both preimage and image do not contain repetitions.")) (|listRepresentation| (((|Record| (|:| |preimage| (|List| |#1|)) (|:| |image| (|List| |#1|))) $) "\\spad{listRepresentation(p)} produces a representation {\\em rep} of the permutation \\spad{p} as a list of preimages and images,{} \\spad{i}.\\spad{e} \\spad{p} maps {\\em (rep.preimage).k} to {\\em (rep.image).k} for all indices \\spad{k}. Elements of \\spad{S} not in {\\em (rep.preimage).k} are fixed points,{} and these are the only fixed points of the permutation.")))
-((-4506 . T))
-((-2191 (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-871)))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-871))))
-(-932 |n| R)
+((-4507 . T))
+((-2309 (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-872)))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-872))))
+(-933 |n| R)
((|constructor| (NIL "Permanent implements the functions {\\em permanent},{} the permanent for square matrices.")) (|permanent| ((|#2| (|SquareMatrix| |#1| |#2|)) "\\spad{permanent(x)} computes the permanent of a square matrix \\spad{x}. The {\\em permanent} is equivalent to the \\spadfun{determinant} except that coefficients have no change of sign. This function is much more difficult to compute than the {\\em determinant}. The formula used is by \\spad{H}.\\spad{J}. Ryser,{} improved by [Nijenhuis and Wilf,{} Ch. 19]. Note: permanent(\\spad{x}) choose one of three algorithms,{} depending on the underlying ring \\spad{R} and on \\spad{n},{} the number of rows (and columns) of x:\\begin{items} \\item 1. if 2 has an inverse in \\spad{R} we can use the algorithm of \\indented{3}{[Nijenhuis and Wilf,{} ch.19,{}\\spad{p}.158]; if 2 has no inverse,{}} \\indented{3}{some modifications are necessary:} \\item 2. if {\\em n > 6} and \\spad{R} is an integral domain with characteristic \\indented{3}{different from 2 (the algorithm works if and only 2 is not a} \\indented{3}{zero-divisor of \\spad{R} and {\\em characteristic()\\$R ~= 2},{}} \\indented{3}{but how to check that for any given \\spad{R} ?),{}} \\indented{3}{the local function {\\em permanent2} is called;} \\item 3. else,{} the local function {\\em permanent3} is called \\indented{3}{(works for all commutative rings \\spad{R}).} \\end{items}")))
NIL
NIL
-(-933 S)
+(-934 S)
((|constructor| (NIL "PermutationCategory provides a categorial environment \\indented{1}{for subgroups of bijections of a set (\\spadignore{i.e.} permutations)}")) (< (((|Boolean|) $ $) "\\spad{p < q} is an order relation on permutations. Note: this order is only total if and only if \\spad{S} is totally ordered or \\spad{S} is finite.")) (|orbit| (((|Set| |#1|) $ |#1|) "\\spad{orbit(p, el)} returns the orbit of {\\em el} under the permutation \\spad{p},{} \\spadignore{i.e.} the set which is given by applications of the powers of \\spad{p} to {\\em el}.")) (|support| (((|Set| |#1|) $) "\\spad{support p} returns the set of points not fixed by the permutation \\spad{p}.")) (|cycles| (($ (|List| (|List| |#1|))) "\\spad{cycles(lls)} coerces a list list of cycles {\\em lls} to a permutation,{} each cycle being a list with not repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|cycle| (($ (|List| |#1|)) "\\spad{cycle(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.")))
-((-4506 . T))
+((-4507 . T))
NIL
-(-934 S)
+(-935 S)
((|constructor| (NIL "PermutationGroup implements permutation groups acting on a set \\spad{S},{} \\spadignore{i.e.} all subgroups of the symmetric group of \\spad{S},{} represented as a list of permutations (generators). Note that therefore the objects are not members of the \\Language category \\spadtype{Group}. Using the idea of base and strong generators by Sims,{} basic routines and algorithms are implemented so that the word problem for permutation groups can be solved.")) (|initializeGroupForWordProblem| (((|Void|) $ (|Integer|) (|Integer|)) "\\spad{initializeGroupForWordProblem(gp,m,n)} initializes the group {\\em gp} for the word problem. Notes: (1) with a small integer you get shorter words,{} but the routine takes longer than the standard routine for longer words. (2) be careful: invoking this routine will destroy the possibly stored information about your group (but will recompute it again). (3) users need not call this function normally for the soultion of the word problem.") (((|Void|) $) "\\spad{initializeGroupForWordProblem(gp)} initializes the group {\\em gp} for the word problem. Notes: it calls the other function of this name with parameters 0 and 1: {\\em initializeGroupForWordProblem(gp,0,1)}. Notes: (1) be careful: invoking this routine will destroy the possibly information about your group (but will recompute it again) (2) users need not call this function normally for the soultion of the word problem.")) (<= (((|Boolean|) $ $) "\\spad{gp1 <= gp2} returns \\spad{true} if and only if {\\em gp1} is a subgroup of {\\em gp2}. Note: because of a bug in the parser you have to call this function explicitly by {\\em gp1 <=\\$(PERMGRP S) gp2}.")) (< (((|Boolean|) $ $) "\\spad{gp1 < gp2} returns \\spad{true} if and only if {\\em gp1} is a proper subgroup of {\\em gp2}.")) (|support| (((|Set| |#1|) $) "\\spad{support(gp)} returns the points moved by the group {\\em gp}.")) (|wordInGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInGenerators(p,gp)} returns the word for the permutation \\spad{p} in the original generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em generators}.")) (|wordInStrongGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInStrongGenerators(p,gp)} returns the word for the permutation \\spad{p} in the strong generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em strongGenerators}.")) (|member?| (((|Boolean|) (|Permutation| |#1|) $) "\\spad{member?(pp,gp)} answers the question,{} whether the permutation {\\em pp} is in the group {\\em gp} or not.")) (|orbits| (((|Set| (|Set| |#1|)) $) "\\spad{orbits(gp)} returns the orbits of the group {\\em gp},{} \\spadignore{i.e.} it partitions the (finite) of all moved points.")) (|orbit| (((|Set| (|List| |#1|)) $ (|List| |#1|)) "\\spad{orbit(gp,ls)} returns the orbit of the ordered list {\\em ls} under the group {\\em gp}. Note: return type is \\spad{L} \\spad{L} \\spad{S} temporarily because FSET \\spad{L} \\spad{S} has an error.") (((|Set| (|Set| |#1|)) $ (|Set| |#1|)) "\\spad{orbit(gp,els)} returns the orbit of the unordered set {\\em els} under the group {\\em gp}.") (((|Set| |#1|) $ |#1|) "\\spad{orbit(gp,el)} returns the orbit of the element {\\em el} under the group {\\em gp},{} \\spadignore{i.e.} the set of all points gained by applying each group element to {\\em el}.")) (|permutationGroup| (($ (|List| (|Permutation| |#1|))) "\\spad{permutationGroup(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.")) (|wordsForStrongGenerators| (((|List| (|List| (|NonNegativeInteger|))) $) "\\spad{wordsForStrongGenerators(gp)} returns the words for the strong generators of the group {\\em gp} in the original generators of {\\em gp},{} represented by their indices in the list,{} given by {\\em generators}.")) (|strongGenerators| (((|List| (|Permutation| |#1|)) $) "\\spad{strongGenerators(gp)} returns strong generators for the group {\\em gp}.")) (|base| (((|List| |#1|) $) "\\spad{base(gp)} returns a base for the group {\\em gp}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(gp)} returns the number of points moved by all permutations of the group {\\em gp}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(gp)} returns the order of the group {\\em gp}.")) (|random| (((|Permutation| |#1|) $) "\\spad{random(gp)} returns a random product of maximal 20 generators of the group {\\em gp}. Note: {\\em random(gp)=random(gp,20)}.") (((|Permutation| |#1|) $ (|Integer|)) "\\spad{random(gp,i)} returns a random product of maximal \\spad{i} generators of the group {\\em gp}.")) (|elt| (((|Permutation| |#1|) $ (|NonNegativeInteger|)) "\\spad{elt(gp,i)} returns the \\spad{i}-th generator of the group {\\em gp}.")) (|generators| (((|List| (|Permutation| |#1|)) $) "\\spad{generators(gp)} returns the generators of the group {\\em gp}.")) (|coerce| (($ (|List| (|Permutation| |#1|))) "\\spad{coerce(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.") (((|List| (|Permutation| |#1|)) $) "\\spad{coerce(gp)} returns the generators of the group {\\em gp}.")))
NIL
NIL
-(-935 |p|)
+(-936 |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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
((|HasCategory| $ (QUOTE (-149))) (|HasCategory| $ (QUOTE (-147))) (|HasCategory| $ (QUOTE (-381))))
-(-936 R E |VarSet| S)
+(-937 R E |VarSet| S)
((|constructor| (NIL "PolynomialFactorizationByRecursion(\\spad{R},{}\\spad{E},{}\\spad{VarSet},{}\\spad{S}) is used for factorization of sparse univariate polynomials over a domain \\spad{S} of multivariate polynomials over \\spad{R}.")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|bivariateSLPEBR| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) |#3|) "\\spad{bivariateSLPEBR(lp,p,v)} implements the bivariate case of \\spadfunFrom{solveLinearPolynomialEquationByRecursion}{PolynomialFactorizationByRecursionUnivariate}; its implementation depends on \\spad{R}")) (|randomR| ((|#1|) "\\spad{randomR produces} a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,...,pn],p)} returns the list of polynomials \\spad{[q1,...,qn]} such that \\spad{sum qi/pi = p / prod pi},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-937 R S)
+(-938 R S)
((|constructor| (NIL "\\indented{1}{PolynomialFactorizationByRecursionUnivariate} \\spad{R} is a \\spadfun{PolynomialFactorizationExplicit} domain,{} \\spad{S} is univariate polynomials over \\spad{R} We are interested in handling SparseUnivariatePolynomials over \\spad{S},{} is a variable we shall call \\spad{z}")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|randomR| ((|#1|) "\\spad{randomR()} produces a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#2|)) "failed") (|List| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,...,pn],p)} returns the list of polynomials \\spad{[q1,...,qn]} such that \\spad{sum qi/pi = p / prod pi},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-938 S)
+(-939 S)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|Maybe| $) $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \\spad{nothing} if none exists in the domain.")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(m)} returns a vector of elements,{} not all zero,{} whose \\spad{p}\\spad{-}th powers (\\spad{p} is the characteristic of the domain) are a solution of the homogenous linear system represented by \\spad{m},{} or \"failed\" is there is no such vector.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}'s exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,q)} returns the gcd of the univariate polynomials \\spad{p} qnd \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
NIL
((|HasCategory| |#1| (QUOTE (-147))))
-(-939)
+(-940)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|Maybe| $) $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \\spad{nothing} if none exists in the domain.")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(m)} returns a vector of elements,{} not all zero,{} whose \\spad{p}\\spad{-}th powers (\\spad{p} is the characteristic of the domain) are a solution of the homogenous linear system represented by \\spad{m},{} or \"failed\" is there is no such vector.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}'s exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,q)} returns the gcd of the univariate polynomials \\spad{p} qnd \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-940 R0 -1610 UP UPUP R)
+(-941 R0 -4346 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
-(-941 UP UPUP R)
+(-942 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
-(-942 UP UPUP)
+(-943 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
-(-943 R)
+(-944 R)
((|constructor| (NIL "The domain \\spadtype{PartialFraction} implements partial fractions over a euclidean domain \\spad{R}. This requirement on the argument domain allows us to normalize the fractions. Of particular interest are the 2 forms for these fractions. The ``compact'' form has only one fractional term per prime in the denominator,{} while the ``p-adic'' form expands each numerator \\spad{p}-adically via the prime \\spad{p} in the denominator. For computational efficiency,{} the compact form is used,{} though the \\spad{p}-adic form may be gotten by calling the function \\spadfunFrom{padicFraction}{PartialFraction}. For a general euclidean domain,{} it is not known how to factor the denominator. Thus the function \\spadfunFrom{partialFraction}{PartialFraction} takes as its second argument an element of \\spadtype{Factored(R)}.")) (|wholePart| ((|#1| $) "\\spad{wholePart(p)} extracts the whole part of the partial fraction \\spad{p}.")) (|partialFraction| (($ |#1| (|Factored| |#1|)) "\\spad{partialFraction(numer,denom)} is the main function for constructing partial fractions. The second argument is the denominator and should be factored.")) (|padicFraction| (($ $) "\\spad{padicFraction(q)} expands the fraction \\spad{p}-adically in the primes \\spad{p} in the denominator of \\spad{q}. For example,{} \\spad{padicFraction(3/(2**2)) = 1/2 + 1/(2**2)}. Use \\spadfunFrom{compactFraction}{PartialFraction} to return to compact form.")) (|padicallyExpand| (((|SparseUnivariatePolynomial| |#1|) |#1| |#1|) "\\spad{padicallyExpand(p,x)} is a utility function that expands the second argument \\spad{x} ``p-adically'' in the first.")) (|numberOfFractionalTerms| (((|Integer|) $) "\\spad{numberOfFractionalTerms(p)} computes the number of fractional terms in \\spad{p}. This returns 0 if there is no fractional part.")) (|nthFractionalTerm| (($ $ (|Integer|)) "\\spad{nthFractionalTerm(p,n)} extracts the \\spad{n}th fractional term from the partial fraction \\spad{p}. This returns 0 if the index \\spad{n} is out of range.")) (|firstNumer| ((|#1| $) "\\spad{firstNumer(p)} extracts the numerator of the first fractional term. This returns 0 if there is no fractional part (use \\spadfunFrom{wholePart}{PartialFraction} to get the whole part).")) (|firstDenom| (((|Factored| |#1|) $) "\\spad{firstDenom(p)} extracts the denominator of the first fractional term. This returns 1 if there is no fractional part (use \\spadfunFrom{wholePart}{PartialFraction} to get the whole part).")) (|compactFraction| (($ $) "\\spad{compactFraction(p)} normalizes the partial fraction \\spad{p} to the compact representation. In this form,{} the partial fraction has only one fractional term per prime in the denominator.")) (|coerce| (($ (|Fraction| (|Factored| |#1|))) "\\spad{coerce(f)} takes a fraction with numerator and denominator in factored form and creates a partial fraction. It is necessary for the parts to be factored because it is not known in general how to factor elements of \\spad{R} and this is needed to decompose into partial fractions.") (((|Fraction| |#1|) $) "\\spad{coerce(p)} sums up the components of the partial fraction and returns a single fraction.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-944 R)
+(-945 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
-(-945 E OV R P)
+(-946 E OV R P)
((|gcdPrimitive| ((|#4| (|List| |#4|)) "\\spad{gcdPrimitive lp} computes the gcd of the list of primitive polynomials lp.") (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcdPrimitive(p,q)} computes the gcd of the primitive polynomials \\spad{p} and \\spad{q}.") ((|#4| |#4| |#4|) "\\spad{gcdPrimitive(p,q)} computes the gcd of the primitive polynomials \\spad{p} and \\spad{q}.")) (|gcd| (((|SparseUnivariatePolynomial| |#4|) (|List| (|SparseUnivariatePolynomial| |#4|))) "\\spad{gcd(lp)} computes the gcd of the list of polynomials \\spad{lp}.") (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcd(p,q)} computes the gcd of the two polynomials \\spad{p} and \\spad{q}.") ((|#4| (|List| |#4|)) "\\spad{gcd(lp)} computes the gcd of the list of polynomials \\spad{lp}.") ((|#4| |#4| |#4|) "\\spad{gcd(p,q)} computes the gcd of the two polynomials \\spad{p} and \\spad{q}.")))
NIL
NIL
-(-946)
+(-947)
((|constructor| (NIL "PermutationGroupExamples provides permutation groups for some classes of groups: symmetric,{} alternating,{} dihedral,{} cyclic,{} direct products of cyclic,{} which are in fact the finite abelian groups of symmetric groups called Young subgroups. Furthermore,{} Rubik's group as permutation group of 48 integers and a list of sporadic simple groups derived from the atlas of finite groups.")) (|youngGroup| (((|PermutationGroup| (|Integer|)) (|Partition|)) "\\spad{youngGroup(lambda)} constructs the direct product of the symmetric groups given by the parts of the partition {\\em lambda}.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{youngGroup([n1,...,nk])} constructs the direct product of the symmetric groups {\\em Sn1},{}...,{}{\\em Snk}.")) (|rubiksGroup| (((|PermutationGroup| (|Integer|))) "\\spad{rubiksGroup constructs} the permutation group representing Rubic's Cube acting on integers {\\em 10*i+j} for {\\em 1 <= i <= 6},{} {\\em 1 <= j <= 8}. The faces of Rubik's Cube are labelled in the obvious way Front,{} Right,{} Up,{} Down,{} Left,{} Back and numbered from 1 to 6 in this given ordering,{} the pieces on each face (except the unmoveable center piece) are clockwise numbered from 1 to 8 starting with the piece in the upper left corner. The moves of the cube are represented as permutations on these pieces,{} represented as a two digit integer {\\em ij} where \\spad{i} is the numer of theface (1 to 6) and \\spad{j} is the number of the piece on this face. The remaining ambiguities are resolved by looking at the 6 generators,{} which represent a 90 degree turns of the faces,{} or from the following pictorial description. Permutation group representing Rubic's Cube acting on integers 10*i+j for 1 <= \\spad{i} <= 6,{} 1 <= \\spad{j} \\spad{<=8}. \\blankline\\begin{verbatim}Rubik's Cube: +-----+ +-- B where: marks Side # : / U /|/ / / | F(ront) <-> 1 L --> +-----+ R| R(ight) <-> 2 | | + U(p) <-> 3 | F | / D(own) <-> 4 | |/ L(eft) <-> 5 +-----+ B(ack) <-> 6 ^ | DThe Cube's surface: The pieces on each side +---+ (except the unmoveable center |567| piece) are clockwise numbered |4U8| from 1 to 8 starting with the |321| piece in the upper left +---+---+---+ corner (see figure on the |781|123|345| left). The moves of the cube |6L2|8F4|2R6| are represented as |543|765|187| permutations on these pieces. +---+---+---+ Each of the pieces is |123| represented as a two digit |8D4| integer ij where i is the |765| # of the side ( 1 to 6 for +---+ F to B (see table above )) |567| and j is the # of the piece. |4B8| |321| +---+\\end{verbatim}")) (|janko2| (((|PermutationGroup| (|Integer|))) "\\spad{janko2 constructs} the janko group acting on the integers 1,{}...,{}100.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{janko2(li)} constructs the janko group acting on the 100 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 100 different entries")) (|mathieu24| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu24 constructs} the mathieu group acting on the integers 1,{}...,{}24.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu24(li)} constructs the mathieu group acting on the 24 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 24 different entries.")) (|mathieu23| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu23 constructs} the mathieu group acting on the integers 1,{}...,{}23.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu23(li)} constructs the mathieu group acting on the 23 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 23 different entries.")) (|mathieu22| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu22 constructs} the mathieu group acting on the integers 1,{}...,{}22.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu22(li)} constructs the mathieu group acting on the 22 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 22 different entries.")) (|mathieu12| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu12 constructs} the mathieu group acting on the integers 1,{}...,{}12.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu12(li)} constructs the mathieu group acting on the 12 integers given in the list {\\em li}. Note: duplicates in the list will be removed Error: if {\\em li} has less or more than 12 different entries.")) (|mathieu11| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu11 constructs} the mathieu group acting on the integers 1,{}...,{}11.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu11(li)} constructs the mathieu group acting on the 11 integers given in the list {\\em li}. Note: duplicates in the list will be removed. error,{} if {\\em li} has less or more than 11 different entries.")) (|dihedralGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{dihedralGroup([i1,...,ik])} constructs the dihedral group of order 2k acting on the integers out of {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{dihedralGroup(n)} constructs the dihedral group of order 2n acting on integers 1,{}...,{}\\spad{N}.")) (|cyclicGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{cyclicGroup([i1,...,ik])} constructs the cyclic group of order \\spad{k} acting on the integers {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{cyclicGroup(n)} constructs the cyclic group of order \\spad{n} acting on the integers 1,{}...,{}\\spad{n}.")) (|abelianGroup| (((|PermutationGroup| (|Integer|)) (|List| (|PositiveInteger|))) "\\spad{abelianGroup([n1,...,nk])} constructs the abelian group that is the direct product of cyclic groups with order {\\em ni}.")) (|alternatingGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{alternatingGroup(li)} constructs the alternating group acting on the integers in the list {\\em li},{} generators are in general the {\\em n-2}-cycle {\\em (li.3,...,li.n)} and the 3-cycle {\\em (li.1,li.2,li.3)},{} if \\spad{n} is odd and product of the 2-cycle {\\em (li.1,li.2)} with {\\em n-2}-cycle {\\em (li.3,...,li.n)} and the 3-cycle {\\em (li.1,li.2,li.3)},{} if \\spad{n} is even. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{alternatingGroup(n)} constructs the alternating group {\\em An} acting on the integers 1,{}...,{}\\spad{n},{} generators are in general the {\\em n-2}-cycle {\\em (3,...,n)} and the 3-cycle {\\em (1,2,3)} if \\spad{n} is odd and the product of the 2-cycle {\\em (1,2)} with {\\em n-2}-cycle {\\em (3,...,n)} and the 3-cycle {\\em (1,2,3)} if \\spad{n} is even.")) (|symmetricGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{symmetricGroup(li)} constructs the symmetric group acting on the integers in the list {\\em li},{} generators are the cycle given by {\\em li} and the 2-cycle {\\em (li.1,li.2)}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{symmetricGroup(n)} constructs the symmetric group {\\em Sn} acting on the integers 1,{}...,{}\\spad{n},{} generators are the {\\em n}-cycle {\\em (1,...,n)} and the 2-cycle {\\em (1,2)}.")))
NIL
NIL
-(-947 -1610)
+(-948 -4346)
((|constructor| (NIL "Groebner functions for \\spad{P} \\spad{F} \\indented{2}{This package is an interface package to the groebner basis} package which allows you to compute groebner bases for polynomials in either lexicographic ordering or total degree ordering refined by reverse lex. The input is the ordinary polynomial type which is internally converted to a type with the required ordering. The resulting grobner basis is converted back to ordinary polynomials. The ordering among the variables is controlled by an explicit list of variables which is passed as a second argument. The coefficient domain is allowed to be any gcd domain,{} but the groebner basis is computed as if the polynomials were over a field.")) (|totalGroebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{totalGroebner(lp,lv)} computes Groebner basis for the list of polynomials \\spad{lp} with the terms ordered first by total degree and then refined by reverse lexicographic ordering. The variables are ordered by their position in the list \\spad{lv}.")) (|lexGroebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{lexGroebner(lp,lv)} computes Groebner basis for the list of polynomials \\spad{lp} in lexicographic order. The variables are ordered by their position in the list \\spad{lv}.")))
NIL
NIL
-(-948)
+(-949)
((|constructor| (NIL "\\spadtype{PositiveInteger} provides functions for \\indented{2}{positive integers.}")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} means multiplication is commutative : x*y = y*x")) (|gcd| (($ $ $) "\\spad{gcd(a,b)} computes the greatest common divisor of two positive integers \\spad{a} and \\spad{b}.")))
-(((-4511 "*") . T))
+(((-4512 "*") . T))
NIL
-(-949 R)
+(-950 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
-(-950)
+(-951)
((|constructor| (NIL "The category of constructive principal ideal domains,{} \\spadignore{i.e.} where a single generator can be constructively found for any ideal given by a finite set of generators. Note that this constructive definition only implies that finitely generated ideals are principal. It is not clear what we would mean by an infinitely generated ideal.")) (|expressIdealMember| (((|Maybe| (|List| $)) (|List| $) $) "\\spad{expressIdealMember([f1,...,fn],h)} returns a representation of \\spad{h} as a linear combination of the \\spad{fi} or \\spad{nothing} if \\spad{h} is not in the ideal generated by the \\spad{fi}.")) (|principalIdeal| (((|Record| (|:| |coef| (|List| $)) (|:| |generator| $)) (|List| $)) "\\spad{principalIdeal([f1,...,fn])} returns a record whose generator component is a generator of the ideal generated by \\spad{[f1,...,fn]} whose coef component satisfies \\spad{generator = sum (input.i * coef.i)}")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-951 |xx| -1610)
+(-952 |xx| -4346)
((|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
-(-952 -1610 P)
+(-953 -4346 P)
((|constructor| (NIL "This package exports interpolation algorithms")) (|LagrangeInterpolation| ((|#2| (|List| |#1|) (|List| |#1|)) "\\spad{LagrangeInterpolation(l1,l2)} \\undocumented")))
NIL
NIL
-(-953 R |Var| |Expon| GR)
+(-954 R |Var| |Expon| GR)
((|constructor| (NIL "Author: William Sit,{} spring 89")) (|inconsistent?| (((|Boolean|) (|List| (|Polynomial| |#1|))) "inconsistant?(pl) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in pl is inconsistent. It is assumed that pl is a groebner basis.") (((|Boolean|) (|List| |#4|)) "inconsistant?(pl) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in pl is inconsistent. It is assumed that pl is a groebner basis.")) (|sqfree| ((|#4| |#4|) "\\spad{sqfree(p)} returns the product of square free factors of \\spad{p}")) (|regime| (((|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))))) (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))) (|Matrix| |#4|) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|List| |#4|)) (|NonNegativeInteger|) (|NonNegativeInteger|) (|Integer|)) "\\spad{regime(y,c, w, p, r, rm, m)} returns a regime,{} a list of polynomials specifying the consistency conditions,{} a particular solution and basis representing the general solution of the parametric linear system \\spad{c} \\spad{z} = \\spad{w} on that regime. The regime returned depends on the subdeterminant \\spad{y}.det and the row and column indices. The solutions are simplified using the assumption that the system has rank \\spad{r} and maximum rank \\spad{rm}. The list \\spad{p} represents a list of list of factors of polynomials in a groebner basis of the ideal generated by higher order subdeterminants,{} and ius used for the simplification. The mode \\spad{m} distinguishes the cases when the system is homogeneous,{} or the right hand side is arbitrary,{} or when there is no new right hand side variables.")) (|redmat| (((|Matrix| |#4|) (|Matrix| |#4|) (|List| |#4|)) "\\spad{redmat(m,g)} returns a matrix whose entries are those of \\spad{m} modulo the ideal generated by the groebner basis \\spad{g}")) (|ParCond| (((|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|))))) (|Matrix| |#4|) (|NonNegativeInteger|)) "\\spad{ParCond(m,k)} returns the list of all \\spad{k} by \\spad{k} subdeterminants in the matrix \\spad{m}")) (|overset?| (((|Boolean|) (|List| |#4|) (|List| (|List| |#4|))) "\\spad{overset?(s,sl)} returns \\spad{true} if \\spad{s} properly a sublist of a member of \\spad{sl}; otherwise it returns \\spad{false}")) (|nextSublist| (((|List| (|List| (|Integer|))) (|Integer|) (|Integer|)) "\\spad{nextSublist(n,k)} returns a list of \\spad{k}-subsets of {1,{} ...,{} \\spad{n}}.")) (|minset| (((|List| (|List| |#4|)) (|List| (|List| |#4|))) "\\spad{minset(sl)} returns the sublist of \\spad{sl} consisting of the minimal lists (with respect to inclusion) in the list \\spad{sl} of lists")) (|minrank| (((|NonNegativeInteger|) (|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|))))) "\\spad{minrank(r)} returns the minimum rank in the list \\spad{r} of regimes")) (|maxrank| (((|NonNegativeInteger|) (|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|))))) "\\spad{maxrank(r)} returns the maximum rank in the list \\spad{r} of regimes")) (|factorset| (((|List| |#4|) |#4|) "\\spad{factorset(p)} returns the set of irreducible factors of \\spad{p}.")) (|B1solve| (((|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|Record| (|:| |mat| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|:| |vec| (|List| (|Fraction| (|Polynomial| |#1|)))) (|:| |rank| (|NonNegativeInteger|)) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|))))) "\\spad{B1solve(s)} solves the system (\\spad{s}.mat) \\spad{z} = \\spad{s}.vec for the variables given by the column indices of \\spad{s}.cols in terms of the other variables and the right hand side \\spad{s}.vec by assuming that the rank is \\spad{s}.rank,{} that the system is consistent,{} with the linearly independent equations indexed by the given row indices \\spad{s}.rows; the coefficients in \\spad{s}.mat involving parameters are treated as polynomials. B1solve(\\spad{s}) returns a particular solution to the system and a basis of the homogeneous system (\\spad{s}.mat) \\spad{z} = 0.")) (|redpps| (((|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|List| |#4|)) "\\spad{redpps(s,g)} returns the simplified form of \\spad{s} after reducing modulo a groebner basis \\spad{g}")) (|ParCondList| (((|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|)))) (|Matrix| |#4|) (|NonNegativeInteger|)) "\\spad{ParCondList(c,r)} computes a list of subdeterminants of each rank >= \\spad{r} of the matrix \\spad{c} and returns a groebner basis for the ideal they generate")) (|hasoln| (((|Record| (|:| |sysok| (|Boolean|)) (|:| |z0| (|List| |#4|)) (|:| |n0| (|List| |#4|))) (|List| |#4|) (|List| |#4|)) "\\spad{hasoln(g, l)} tests whether the quasi-algebraic set defined by \\spad{p} = 0 for \\spad{p} in \\spad{g} and \\spad{q} ~= 0 for \\spad{q} in \\spad{l} is empty or not and returns a simplified definition of the quasi-algebraic set")) (|pr2dmp| ((|#4| (|Polynomial| |#1|)) "\\spad{pr2dmp(p)} converts \\spad{p} to target domain")) (|se2rfi| (((|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{se2rfi(l)} converts \\spad{l} to target domain")) (|dmp2rfi| (((|List| (|Fraction| (|Polynomial| |#1|))) (|List| |#4|)) "\\spad{dmp2rfi(l)} converts \\spad{l} to target domain") (((|Matrix| (|Fraction| (|Polynomial| |#1|))) (|Matrix| |#4|)) "\\spad{dmp2rfi(m)} converts \\spad{m} to target domain") (((|Fraction| (|Polynomial| |#1|)) |#4|) "\\spad{dmp2rfi(p)} converts \\spad{p} to target domain")) (|bsolve| (((|Record| (|:| |rgl| (|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))))))) (|:| |rgsz| (|Integer|))) (|Matrix| |#4|) (|List| (|Fraction| (|Polynomial| |#1|))) (|NonNegativeInteger|) (|String|) (|Integer|)) "\\spad{bsolve(c, w, r, s, m)} returns a list of regimes and solutions of the system \\spad{c} \\spad{z} = \\spad{w} for ranks at least \\spad{r}; depending on the mode \\spad{m} chosen,{} it writes the output to a file given by the string \\spad{s}.")) (|rdregime| (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|String|)) "\\spad{rdregime(s)} reads in a list from a file with name \\spad{s}")) (|wrregime| (((|Integer|) (|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|String|)) "\\spad{wrregime(l,s)} writes a list of regimes to a file named \\spad{s} and returns the number of regimes written")) (|psolve| (((|Integer|) (|Matrix| |#4|) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,k,s)} solves \\spad{c} \\spad{z} = 0 for all possible ranks >= \\spad{k} of the matrix \\spad{c},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| (|Symbol|)) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,w,k,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks >= \\spad{k} of the matrix \\spad{c} and indeterminate right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| |#4|) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,w,k,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks >= \\spad{k} of the matrix \\spad{c} and given right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|String|)) "\\spad{psolve(c,s)} solves \\spad{c} \\spad{z} = 0 for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| (|Symbol|)) (|String|)) "\\spad{psolve(c,w,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and indeterminate right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| |#4|) (|String|)) "\\spad{psolve(c,w,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|PositiveInteger|)) "\\spad{psolve(c)} solves the homogeneous linear system \\spad{c} \\spad{z} = 0 for all possible ranks >= \\spad{k} of the matrix \\spad{c}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| (|Symbol|)) (|PositiveInteger|)) "\\spad{psolve(c,w,k)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks >= \\spad{k} of the matrix \\spad{c} and indeterminate right hand side \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| |#4|) (|PositiveInteger|)) "\\spad{psolve(c,w,k)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks >= \\spad{k} of the matrix \\spad{c} and given right hand side vector \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|)) "\\spad{psolve(c)} solves the homogeneous linear system \\spad{c} \\spad{z} = 0 for all possible ranks of the matrix \\spad{c}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| (|Symbol|))) "\\spad{psolve(c,w)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and indeterminate right hand side \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| |#4|)) "\\spad{psolve(c,w)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w}")))
NIL
NIL
-(-954)
+(-955)
((|constructor| (NIL "The Plot domain supports plotting of functions defined over a real number system. A real number system is a model for the real numbers and as such may be an approximation. For example floating point numbers and infinite continued fractions. The facilities at this point are limited to 2-dimensional plots or either a single function or a parametric function.")) (|debug| (((|Boolean|) (|Boolean|)) "\\spad{debug(true)} turns debug mode on \\spad{debug(false)} turns debug mode off")) (|numFunEvals| (((|Integer|)) "\\spad{numFunEvals()} returns the number of points computed")) (|setAdaptive| (((|Boolean|) (|Boolean|)) "\\spad{setAdaptive(true)} turns adaptive plotting on \\spad{setAdaptive(false)} turns adaptive plotting off")) (|adaptive?| (((|Boolean|)) "\\spad{adaptive?()} determines whether plotting be done adaptively")) (|setScreenResolution| (((|Integer|) (|Integer|)) "\\spad{setScreenResolution(i)} sets the screen resolution to \\spad{i}")) (|screenResolution| (((|Integer|)) "\\spad{screenResolution()} returns the screen resolution")) (|setMaxPoints| (((|Integer|) (|Integer|)) "\\spad{setMaxPoints(i)} sets the maximum number of points in a plot to \\spad{i}")) (|maxPoints| (((|Integer|)) "\\spad{maxPoints()} returns the maximum number of points in a plot")) (|setMinPoints| (((|Integer|) (|Integer|)) "\\spad{setMinPoints(i)} sets the minimum number of points in a plot to \\spad{i}")) (|minPoints| (((|Integer|)) "\\spad{minPoints()} returns the minimum number of points in a plot")) (|tRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{tRange(p)} returns the range of the parameter in a parametric plot \\spad{p}")) (|refine| (($ $) "\\spad{refine(p)} performs a refinement on the plot \\spad{p}") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{refine(x,r)} \\undocumented")) (|zoom| (($ $ (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,r,s)} \\undocumented") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,r)} \\undocumented")) (|parametric?| (((|Boolean|) $) "\\spad{parametric? determines} whether it is a parametric plot?")) (|plotPolar| (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) "\\spad{plotPolar(f)} plots the polar curve \\spad{r = f(theta)} as theta ranges over the interval \\spad{[0,2*\\%pi]}; this is the same as the parametric curve \\spad{x = f(t) * cos(t)},{} \\spad{y = f(t) * sin(t)}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plotPolar(f,a..b)} plots the polar curve \\spad{r = f(theta)} as theta ranges over the interval \\spad{[a,b]}; this is the same as the parametric curve \\spad{x = f(t) * cos(t)},{} \\spad{y = f(t) * sin(t)}.")) (|pointPlot| (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(t +-> (f(t),g(t)),a..b,c..d,e..f)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}; \\spad{x}-range of \\spad{[c,d]} and \\spad{y}-range of \\spad{[e,f]} are noted in Plot object.") (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(t +-> (f(t),g(t)),a..b)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}.")) (|plot| (($ $ (|Segment| (|DoubleFloat|))) "\\spad{plot(x,r)} \\undocumented") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,a..b,c..d,e..f)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}; \\spad{x}-range of \\spad{[c,d]} and \\spad{y}-range of \\spad{[e,f]} are noted in Plot object.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,a..b)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}.") (($ (|List| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot([f1,...,fm],a..b,c..d)} plots the functions \\spad{y = f1(x)},{}...,{} \\spad{y = fm(x)} on the interval \\spad{a..b}; \\spad{y}-range of \\spad{[c,d]} is noted in Plot object.") (($ (|List| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|DoubleFloat|))) "\\spad{plot([f1,...,fm],a..b)} plots the functions \\spad{y = f1(x)},{}...,{} \\spad{y = fm(x)} on the interval \\spad{a..b}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,a..b,c..d)} plots the function \\spad{f(x)} on the interval \\spad{[a,b]}; \\spad{y}-range of \\spad{[c,d]} is noted in Plot object.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,a..b)} plots the function \\spad{f(x)} on the interval \\spad{[a,b]}.")))
NIL
NIL
-(-955 S)
+(-956 S)
((|constructor| (NIL "\\spad{PlotFunctions1} provides facilities for plotting curves where functions SF -> SF are specified by giving an expression")) (|plotPolar| (((|Plot|) |#1| (|Symbol|)) "\\spad{plotPolar(f,theta)} plots the graph of \\spad{r = f(theta)} as \\spad{theta} ranges from 0 to 2 \\spad{pi}") (((|Plot|) |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plotPolar(f,theta,seg)} plots the graph of \\spad{r = f(theta)} as \\spad{theta} ranges over an interval")) (|plot| (((|Plot|) |#1| |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,t,seg)} plots the graph of \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over an interval.") (((|Plot|) |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plot(fcn,x,seg)} plots the graph of \\spad{y = f(x)} on a interval")))
NIL
NIL
-(-956)
+(-957)
((|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
-(-957)
+(-958)
((|constructor| (NIL "This package exports plotting tools")) (|calcRanges| (((|List| (|Segment| (|DoubleFloat|))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{calcRanges(l)} \\undocumented")))
NIL
NIL
-(-958)
+(-959)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list.")) (|optional| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation)..")) (|constant| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol 'x and no other quantity.")) (|assert| (((|Expression| (|Integer|)) (|Symbol|) (|Identifier|)) "\\spad{assert(x, s)} makes the assertion \\spad{s} about \\spad{x}.")))
NIL
NIL
-(-959 R -1610)
+(-960 R -4346)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching; Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| ((|#2| |#2|) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list. Error: if \\spad{x} is not a symbol.")) (|optional| ((|#2| |#2|) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation). Error: if \\spad{x} is not a symbol.")) (|constant| ((|#2| |#2|) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol 'x and no other quantity. Error: if \\spad{x} is not a symbol.")) (|assert| ((|#2| |#2| (|Identifier|)) "\\spad{assert(x, s)} makes the assertion \\spad{s} about \\spad{x}. Error: if \\spad{x} is not a symbol.")))
NIL
NIL
-(-960 S A B)
+(-961 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
-(-961 S R -1610)
+(-962 S R -4346)
((|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
-(-962 I)
+(-963 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
-(-963 S E)
+(-964 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
-(-964 S R L)
+(-965 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
-(-965 S E V R P)
+(-966 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 -911) (|devaluate| |#1|))))
-(-966 -4324)
+((|HasCategory| |#3| (|%list| (QUOTE -912) (|devaluate| |#1|))))
+(-967 -3095)
((|constructor| (NIL "Attaching predicates to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|suchThat| (((|Expression| (|Integer|)) (|Symbol|) (|List| (|Mapping| (|Boolean|) |#1|))) "\\spad{suchThat(x, [f1, f2, ..., fn])} attaches the predicate \\spad{f1} and \\spad{f2} and ... and fn to \\spad{x}.") (((|Expression| (|Integer|)) (|Symbol|) (|Mapping| (|Boolean|) |#1|)) "\\spad{suchThat(x, foo)} attaches the predicate foo to \\spad{x}.")))
NIL
NIL
-(-967 R -1610 -4324)
+(-968 R -4346 -3095)
((|constructor| (NIL "Attaching predicates to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|suchThat| ((|#2| |#2| (|List| (|Mapping| (|Boolean|) |#3|))) "\\spad{suchThat(x, [f1, f2, ..., fn])} attaches the predicate \\spad{f1} and \\spad{f2} and ... and fn to \\spad{x}. Error: if \\spad{x} is not a symbol.") ((|#2| |#2| (|Mapping| (|Boolean|) |#3|)) "\\spad{suchThat(x, foo)} attaches the predicate foo to \\spad{x}; error if \\spad{x} is not a symbol.")))
NIL
NIL
-(-968 S R Q)
+(-969 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
-(-969 S)
+(-970 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
-(-970 S R P)
+(-971 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
-(-971)
+(-972)
((|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
-(-972 R)
+(-973 R)
((|constructor| (NIL "This domain implements points in coordinate space")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1080))) (-12 (|HasCategory| |#1| (QUOTE (-1033))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
-(-973 |lv| R)
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1081))) (-12 (|HasCategory| |#1| (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+(-974 |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
-(-974 |TheField| |ThePols|)
+(-975 |TheField| |ThePols|)
((|constructor| (NIL "\\axiomType{RealPolynomialUtilitiesPackage} provides common functions used by interval coding.")) (|lazyVariations| (((|NonNegativeInteger|) (|List| |#1|) (|Integer|) (|Integer|)) "\\axiom{lazyVariations(\\spad{l},{}\\spad{s1},{}sn)} is the number of sign variations in the list of non null numbers [s1::l]@sn,{}")) (|sturmVariationsOf| (((|NonNegativeInteger|) (|List| |#1|)) "\\axiom{sturmVariationsOf(\\spad{l})} is the number of sign variations in the list of numbers \\spad{l},{} note that the first term counts as a sign")) (|boundOfCauchy| ((|#1| |#2|) "\\axiom{boundOfCauchy(\\spad{p})} bounds the roots of \\spad{p}")) (|sturmSequence| (((|List| |#2|) |#2|) "\\axiom{sturmSequence(\\spad{p}) = sylvesterSequence(\\spad{p},{}p')}")) (|sylvesterSequence| (((|List| |#2|) |#2| |#2|) "\\axiom{sylvesterSequence(\\spad{p},{}\\spad{q})} is the negated remainder sequence of \\spad{p} and \\spad{q} divided by the last computed term")))
NIL
-((|HasCategory| |#1| (QUOTE (-870))))
-(-975 R)
+((|HasCategory| |#1| (QUOTE (-871))))
+(-976 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}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1208) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-1208) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-1208) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-1208) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-1208) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
-(-976 R S)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1209) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-1209) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-1209) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-1209) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-1209) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(-977 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
-(-977 |x| R)
+(-978 |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
-(-978 S R E |VarSet|)
+(-979 S R E |VarSet|)
((|constructor| (NIL "The category for general multi-variate polynomials over a ring \\spad{R},{} in variables from VarSet,{} with exponents from the \\spadtype{OrderedAbelianMonoidSup}.")) (|canonicalUnitNormal| ((|attribute|) "we can choose a unique representative for each associate class. This normalization is chosen to be normalization of leading coefficient (by default).")) (|squareFreePart| (($ $) "\\spad{squareFreePart(p)} returns product of all the irreducible factors of polynomial \\spad{p} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(p)} returns the square free factorization of the polynomial \\spad{p}.")) (|primitivePart| (($ $ |#4|) "\\spad{primitivePart(p,v)} returns the unitCanonical associate of the polynomial \\spad{p} with its content with respect to the variable \\spad{v} divided out.") (($ $) "\\spad{primitivePart(p)} returns the unitCanonical associate of the polynomial \\spad{p} with its content divided out.")) (|content| (($ $ |#4|) "\\spad{content(p,v)} is the gcd of the coefficients of the polynomial \\spad{p} when \\spad{p} is viewed as a univariate polynomial with respect to the variable \\spad{v}. Thus,{} for polynomial 7*x**2*y + 14*x*y**2,{} the gcd of the coefficients with respect to \\spad{x} is 7*y.")) (|discriminant| (($ $ |#4|) "\\spad{discriminant(p,v)} returns the disriminant of the polynomial \\spad{p} with respect to the variable \\spad{v}.")) (|resultant| (($ $ $ |#4|) "\\spad{resultant(p,q,v)} returns the resultant of the polynomials \\spad{p} and \\spad{q} with respect to the variable \\spad{v}.")) (|primitiveMonomials| (((|List| $) $) "\\spad{primitiveMonomials(p)} gives the list of monomials of the polynomial \\spad{p} with their coefficients removed. Note: \\spad{primitiveMonomials(sum(a_(i) X^(i))) = [X^(1),...,X^(n)]}.")) (|variables| (((|List| |#4|) $) "\\spad{variables(p)} returns the list of those variables actually appearing in the polynomial \\spad{p}.")) (|totalDegree| (((|NonNegativeInteger|) $ (|List| |#4|)) "\\spad{totalDegree(p, lv)} returns the maximum sum (over all monomials of polynomial \\spad{p}) of the variables in the list lv.") (((|NonNegativeInteger|) $) "\\spad{totalDegree(p)} returns the largest sum over all monomials of all exponents of a monomial.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#4|) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if polynomial \\spad{p} has the form \\spad{x**n} and \\spad{n > 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if polynomial \\spad{p = a1 ... an} and \\spad{n >= 2},{} and,{} for each \\spad{i},{} \\spad{ai} is either a nontrivial constant in \\spad{R} or else of the form \\spad{x**e},{} where \\spad{e > 0} is an integer and \\spad{x} in a member of VarSet.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if polynomial \\spad{p = m1 + ... + mn} and \\spad{n >= 2} and each \\spad{mi} is a nonzero monomial.")) (|multivariate| (($ (|SparseUnivariatePolynomial| $) |#4|) "\\spad{multivariate(sup,v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.") (($ (|SparseUnivariatePolynomial| |#2|) |#4|) "\\spad{multivariate(sup,v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.")) (|monomial| (($ $ (|List| |#4|) (|List| (|NonNegativeInteger|))) "\\spad{monomial(a,[v1..vn],[e1..en])} returns \\spad{a*prod(vi**ei)}.") (($ $ |#4| (|NonNegativeInteger|)) "\\spad{monomial(a,x,n)} creates the monomial \\spad{a*x**n} where \\spad{a} is a polynomial,{} \\spad{x} is a variable and \\spad{n} is a nonnegative integer.")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#4|) "\\spad{monicDivide(a,b,v)} divides the polynomial a by the polynomial \\spad{b},{} with each viewed as a univariate polynomial in \\spad{v} returning both the quotient and remainder. Error: if \\spad{b} is not monic with respect to \\spad{v}.")) (|minimumDegree| (((|List| (|NonNegativeInteger|)) $ (|List| |#4|)) "\\spad{minimumDegree(p, lv)} gives the list of minimum degrees of the polynomial \\spad{p} with respect to each of the variables in the list lv") (((|NonNegativeInteger|) $ |#4|) "\\spad{minimumDegree(p,v)} gives the minimum degree of polynomial \\spad{p} with respect to \\spad{v},{} \\spadignore{i.e.} viewed a univariate polynomial in \\spad{v}")) (|mainVariable| (((|Union| |#4| "failed") $) "\\spad{mainVariable(p)} returns the biggest variable which actually occurs in the polynomial \\spad{p},{} or \"failed\" if no variables are present. fails precisely if polynomial satisfies ground?")) (|univariate| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{univariate(p)} converts the multivariate polynomial \\spad{p},{} which should actually involve only one variable,{} into a univariate polynomial in that variable,{} whose coefficients are in the ground ring. Error: if polynomial is genuinely multivariate") (((|SparseUnivariatePolynomial| $) $ |#4|) "\\spad{univariate(p,v)} converts the multivariate polynomial \\spad{p} into a univariate polynomial in \\spad{v},{} whose coefficients are still multivariate polynomials (in all the other variables).")) (|monomials| (((|List| $) $) "\\spad{monomials(p)} returns the list of non-zero monomials of polynomial \\spad{p},{} \\spadignore{i.e.} \\spad{monomials(sum(a_(i) X^(i))) = [a_(1) X^(1),...,a_(n) X^(n)]}.")) (|coefficient| (($ $ (|List| |#4|) (|List| (|NonNegativeInteger|))) "\\spad{coefficient(p, lv, ln)} views the polynomial \\spad{p} as a polynomial in the variables of \\spad{lv} and returns the coefficient of the term \\spad{lv**ln},{} \\spadignore{i.e.} \\spad{prod(lv_i ** ln_i)}.") (($ $ |#4| (|NonNegativeInteger|)) "\\spad{coefficient(p,v,n)} views the polynomial \\spad{p} as a univariate polynomial in \\spad{v} and returns the coefficient of the \\spad{v**n} term.")) (|degree| (((|List| (|NonNegativeInteger|)) $ (|List| |#4|)) "\\spad{degree(p,lv)} gives the list of degrees of polynomial \\spad{p} with respect to each of the variables in the list \\spad{lv}.") (((|NonNegativeInteger|) $ |#4|) "\\spad{degree(p,v)} gives the degree of polynomial \\spad{p} with respect to the variable \\spad{v}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-939))) (|HasAttribute| |#2| (QUOTE -4507)) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#4| (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#4| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#4| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))))
-(-979 R E |VarSet|)
+((|HasCategory| |#2| (QUOTE (-940))) (|HasAttribute| |#2| (QUOTE -4508)) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#4| (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#4| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#4| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))))
+(-980 R E |VarSet|)
((|constructor| (NIL "The category for general multi-variate polynomials over a ring \\spad{R},{} in variables from VarSet,{} with exponents from the \\spadtype{OrderedAbelianMonoidSup}.")) (|canonicalUnitNormal| ((|attribute|) "we can choose a unique representative for each associate class. This normalization is chosen to be normalization of leading coefficient (by default).")) (|squareFreePart| (($ $) "\\spad{squareFreePart(p)} returns product of all the irreducible factors of polynomial \\spad{p} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(p)} returns the square free factorization of the polynomial \\spad{p}.")) (|primitivePart| (($ $ |#3|) "\\spad{primitivePart(p,v)} returns the unitCanonical associate of the polynomial \\spad{p} with its content with respect to the variable \\spad{v} divided out.") (($ $) "\\spad{primitivePart(p)} returns the unitCanonical associate of the polynomial \\spad{p} with its content divided out.")) (|content| (($ $ |#3|) "\\spad{content(p,v)} is the gcd of the coefficients of the polynomial \\spad{p} when \\spad{p} is viewed as a univariate polynomial with respect to the variable \\spad{v}. Thus,{} for polynomial 7*x**2*y + 14*x*y**2,{} the gcd of the coefficients with respect to \\spad{x} is 7*y.")) (|discriminant| (($ $ |#3|) "\\spad{discriminant(p,v)} returns the disriminant of the polynomial \\spad{p} with respect to the variable \\spad{v}.")) (|resultant| (($ $ $ |#3|) "\\spad{resultant(p,q,v)} returns the resultant of the polynomials \\spad{p} and \\spad{q} with respect to the variable \\spad{v}.")) (|primitiveMonomials| (((|List| $) $) "\\spad{primitiveMonomials(p)} gives the list of monomials of the polynomial \\spad{p} with their coefficients removed. Note: \\spad{primitiveMonomials(sum(a_(i) X^(i))) = [X^(1),...,X^(n)]}.")) (|variables| (((|List| |#3|) $) "\\spad{variables(p)} returns the list of those variables actually appearing in the polynomial \\spad{p}.")) (|totalDegree| (((|NonNegativeInteger|) $ (|List| |#3|)) "\\spad{totalDegree(p, lv)} returns the maximum sum (over all monomials of polynomial \\spad{p}) of the variables in the list lv.") (((|NonNegativeInteger|) $) "\\spad{totalDegree(p)} returns the largest sum over all monomials of all exponents of a monomial.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if polynomial \\spad{p} has the form \\spad{x**n} and \\spad{n > 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if polynomial \\spad{p = a1 ... an} and \\spad{n >= 2},{} and,{} for each \\spad{i},{} \\spad{ai} is either a nontrivial constant in \\spad{R} or else of the form \\spad{x**e},{} where \\spad{e > 0} is an integer and \\spad{x} in a member of VarSet.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if polynomial \\spad{p = m1 + ... + mn} and \\spad{n >= 2} and each \\spad{mi} is a nonzero monomial.")) (|multivariate| (($ (|SparseUnivariatePolynomial| $) |#3|) "\\spad{multivariate(sup,v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.") (($ (|SparseUnivariatePolynomial| |#1|) |#3|) "\\spad{multivariate(sup,v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.")) (|monomial| (($ $ (|List| |#3|) (|List| (|NonNegativeInteger|))) "\\spad{monomial(a,[v1..vn],[e1..en])} returns \\spad{a*prod(vi**ei)}.") (($ $ |#3| (|NonNegativeInteger|)) "\\spad{monomial(a,x,n)} creates the monomial \\spad{a*x**n} where \\spad{a} is a polynomial,{} \\spad{x} is a variable and \\spad{n} is a nonnegative integer.")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) "\\spad{monicDivide(a,b,v)} divides the polynomial a by the polynomial \\spad{b},{} with each viewed as a univariate polynomial in \\spad{v} returning both the quotient and remainder. Error: if \\spad{b} is not monic with respect to \\spad{v}.")) (|minimumDegree| (((|List| (|NonNegativeInteger|)) $ (|List| |#3|)) "\\spad{minimumDegree(p, lv)} gives the list of minimum degrees of the polynomial \\spad{p} with respect to each of the variables in the list lv") (((|NonNegativeInteger|) $ |#3|) "\\spad{minimumDegree(p,v)} gives the minimum degree of polynomial \\spad{p} with respect to \\spad{v},{} \\spadignore{i.e.} viewed a univariate polynomial in \\spad{v}")) (|mainVariable| (((|Union| |#3| "failed") $) "\\spad{mainVariable(p)} returns the biggest variable which actually occurs in the polynomial \\spad{p},{} or \"failed\" if no variables are present. fails precisely if polynomial satisfies ground?")) (|univariate| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{univariate(p)} converts the multivariate polynomial \\spad{p},{} which should actually involve only one variable,{} into a univariate polynomial in that variable,{} whose coefficients are in the ground ring. Error: if polynomial is genuinely multivariate") (((|SparseUnivariatePolynomial| $) $ |#3|) "\\spad{univariate(p,v)} converts the multivariate polynomial \\spad{p} into a univariate polynomial in \\spad{v},{} whose coefficients are still multivariate polynomials (in all the other variables).")) (|monomials| (((|List| $) $) "\\spad{monomials(p)} returns the list of non-zero monomials of polynomial \\spad{p},{} \\spadignore{i.e.} \\spad{monomials(sum(a_(i) X^(i))) = [a_(1) X^(1),...,a_(n) X^(n)]}.")) (|coefficient| (($ $ (|List| |#3|) (|List| (|NonNegativeInteger|))) "\\spad{coefficient(p, lv, ln)} views the polynomial \\spad{p} as a polynomial in the variables of \\spad{lv} and returns the coefficient of the term \\spad{lv**ln},{} \\spadignore{i.e.} \\spad{prod(lv_i ** ln_i)}.") (($ $ |#3| (|NonNegativeInteger|)) "\\spad{coefficient(p,v,n)} views the polynomial \\spad{p} as a univariate polynomial in \\spad{v} and returns the coefficient of the \\spad{v**n} term.")) (|degree| (((|List| (|NonNegativeInteger|)) $ (|List| |#3|)) "\\spad{degree(p,lv)} gives the list of degrees of polynomial \\spad{p} with respect to each of the variables in the list \\spad{lv}.") (((|NonNegativeInteger|) $ |#3|) "\\spad{degree(p,v)} gives the degree of polynomial \\spad{p} with respect to the variable \\spad{v}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
NIL
-(-980 E V R P -1610)
+(-981 E V R P -4346)
((|constructor| (NIL "This package transforms multivariate polynomials or fractions into univariate polynomials or fractions,{} and back.")) (|isPower| (((|Union| (|Record| (|:| |val| |#5|) (|:| |exponent| (|Integer|))) "failed") |#5|) "\\spad{isPower(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0},{} \"failed\" otherwise.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#2|) (|:| |exponent| (|Integer|))) "failed") |#5|) "\\spad{isExpt(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0},{} \"failed\" otherwise.")) (|isTimes| (((|Union| (|List| |#5|) "failed") |#5|) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{p = a1 ... an} and \\spad{n > 1},{} \"failed\" otherwise.")) (|isPlus| (((|Union| (|List| |#5|) "failed") |#5|) "\\spad{isPlus(p)} returns [\\spad{m1},{}...,{}mn] if \\spad{p = m1 + ... + mn} and \\spad{n > 1},{} \"failed\" otherwise.")) (|multivariate| ((|#5| (|Fraction| (|SparseUnivariatePolynomial| |#5|)) |#2|) "\\spad{multivariate(f, v)} applies both the numerator and denominator of \\spad{f} to \\spad{v}.")) (|univariate| (((|SparseUnivariatePolynomial| |#5|) |#5| |#2| (|SparseUnivariatePolynomial| |#5|)) "\\spad{univariate(f, x, p)} returns \\spad{f} viewed as a univariate polynomial in \\spad{x},{} using the side-condition \\spad{p(x) = 0}.") (((|Fraction| (|SparseUnivariatePolynomial| |#5|)) |#5| |#2|) "\\spad{univariate(f, v)} returns \\spad{f} viewed as a univariate rational function in \\spad{v}.")) (|mainVariable| (((|Union| |#2| "failed") |#5|) "\\spad{mainVariable(f)} returns the highest variable appearing in the numerator or the denominator of \\spad{f},{} \"failed\" if \\spad{f} has no variables.")) (|variables| (((|List| |#2|) |#5|) "\\spad{variables(f)} returns the list of variables appearing in the numerator or the denominator of \\spad{f}.")))
NIL
NIL
-(-981 E |Vars| R P S)
+(-982 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
-(-982 E V R P -1610)
+(-983 E V R P -4346)
((|constructor| (NIL "computes \\spad{n}-th roots of quotients of multivariate polynomials")) (|nthr| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#4|) (|:| |radicand| (|List| |#4|))) |#4| (|NonNegativeInteger|)) "\\spad{nthr(p,n)} should be local but conditional")) (|froot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) |#5| (|NonNegativeInteger|)) "\\spad{froot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|qroot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) (|Fraction| (|Integer|)) (|NonNegativeInteger|)) "\\spad{qroot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|rroot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) |#3| (|NonNegativeInteger|)) "\\spad{rroot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|denom| ((|#4| $) "\\spad{denom(x)} \\undocumented")) (|numer| ((|#4| $) "\\spad{numer(x)} \\undocumented")))
NIL
((|HasCategory| |#3| (QUOTE (-466))))
-(-983)
+(-984)
((|constructor| (NIL "This domain represents network port numbers (notable TCP and UDP).")) (|port| (($ (|SingleInteger|)) "\\spad{port(n)} constructs a PortNumber from the integer `n'.")))
NIL
NIL
-(-984)
+(-985)
((|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
-(-985 R E)
+(-986 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}")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-133)))) (|HasAttribute| |#1| (QUOTE -4507)))
-(-986 R L)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-133)))) (|HasAttribute| |#1| (QUOTE -4508)))
+(-987 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
-(-987 S)
+(-988 S)
((|constructor| (NIL "\\indented{1}{This provides a fast array type with no bound checking on elt's.} Minimum index is 0 in this type,{} cannot be changed")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
-(-988 A B)
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+(-989 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
-(-989)
+(-990)
((|constructor| (NIL "Category for the functions defined by integrals.")) (|integral| (($ $ (|SegmentBinding| $)) "\\spad{integral(f, x = a..b)} returns the formal definite integral of \\spad{f} dx for \\spad{x} between \\spad{a} and \\spad{b}.") (($ $ (|Symbol|)) "\\spad{integral(f, x)} returns the formal integral of \\spad{f} dx.")))
NIL
NIL
-(-990 -1610)
+(-991 -4346)
((|constructor| (NIL "PrimitiveElement provides functions to compute primitive elements in algebraic extensions.")) (|primitiveElement| (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|Symbol|)) "\\spad{primitiveElement([p1,...,pn], [a1,...,an], a)} returns \\spad{[[c1,...,cn], [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}'s are the defining polynomials for the \\spad{ai}'s. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{primitiveElement([p1,...,pn], [a1,...,an])} returns \\spad{[[c1,...,cn], [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}'s are the defining polynomials for the \\spad{ai}'s. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef1| (|Integer|)) (|:| |coef2| (|Integer|)) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|Polynomial| |#1|) (|Symbol|) (|Polynomial| |#1|) (|Symbol|)) "\\spad{primitiveElement(p1, a1, p2, a2)} returns \\spad{[c1, c2, q]} such that \\spad{k(a1, a2) = k(a)} where \\spad{a = c1 a1 + c2 a2, and q(a) = 0}. The \\spad{pi}'s are the defining polynomials for the \\spad{ai}'s. The \\spad{p2} may involve \\spad{a1},{} but \\spad{p1} must not involve \\spad{a2}. This operation uses \\spadfun{resultant}.")))
NIL
NIL
-(-991 I)
+(-992 I)
((|constructor| (NIL "The \\spadtype{IntegerPrimesPackage} implements a modification of Rabin's probabilistic primality test and the utility functions \\spadfun{nextPrime},{} \\spadfun{prevPrime} and \\spadfun{primes}.")) (|primes| (((|List| |#1|) |#1| |#1|) "\\spad{primes(a,b)} returns a list of all primes \\spad{p} with \\spad{a <= p <= b}")) (|prevPrime| ((|#1| |#1|) "\\spad{prevPrime(n)} returns the largest prime strictly smaller than \\spad{n}")) (|nextPrime| ((|#1| |#1|) "\\spad{nextPrime(n)} returns the smallest prime strictly larger than \\spad{n}")) (|prime?| (((|Boolean|) |#1|) "\\spad{prime?(n)} returns \\spad{true} if \\spad{n} is prime and \\spad{false} if not. The algorithm used is Rabin's probabilistic primality test (reference: Knuth Volume 2 Semi Numerical Algorithms). If \\spad{prime? n} returns \\spad{false},{} \\spad{n} is proven composite. If \\spad{prime? n} returns \\spad{true},{} prime? may be in error however,{} the probability of error is very low. and is zero below 25*10**9 (due to a result of Pomerance et al),{} below 10**12 and 10**13 due to results of Pinch,{} and below 341550071728321 due to a result of Jaeschke. Specifically,{} this implementation does at least 10 pseudo prime tests and so the probability of error is \\spad{< 4**(-10)}. The running time of this method is cubic in the length of the input \\spad{n},{} that is \\spad{O( (log n)**3 )},{} for \\spad{n<10**20}. beyond that,{} the algorithm is quartic,{} \\spad{O( (log n)**4 )}. Two improvements due to Davenport have been incorporated which catches some trivial strong pseudo-primes,{} such as [Jaeschke,{} 1991] 1377161253229053 * 413148375987157,{} which the original algorithm regards as prime")))
NIL
NIL
-(-992)
+(-993)
((|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
-(-993 A B)
+(-994 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")))
-((-4506 -12 (|has| |#2| (-487)) (|has| |#1| (-487))))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-815)))) (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-871))))) (-12 (|HasCategory| |#1| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-815)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#1| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-815))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#1| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-815))))) (-12 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#2| (QUOTE (-487)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#2| (QUOTE (-487)))) (-12 (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-748))))) (-12 (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-381)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#2| (QUOTE (-487)))) (-12 (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#1| (QUOTE (-815))) (|HasCategory| |#2| (QUOTE (-815))))) (-12 (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-871)))))
-(-994)
+((-4507 -12 (|has| |#2| (-487)) (|has| |#1| (-487))))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-872))))) (-12 (|HasCategory| |#1| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-817)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#1| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-817))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#1| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-817))))) (-12 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#2| (QUOTE (-487)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#2| (QUOTE (-487)))) (-12 (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-748))))) (-12 (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#2| (QUOTE (-381)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#1| (QUOTE (-487))) (|HasCategory| |#2| (QUOTE (-487)))) (-12 (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#1| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-817))))) (-12 (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-748)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-133))) (|HasCategory| |#2| (QUOTE (-133)))) (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-872)))))
+(-995)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. An `Property' is a pair of name and value.")) (|property| (($ (|Identifier|) (|SExpression|)) "\\spad{property(n,val)} constructs a property with name `n' and value `val'.")) (|value| (((|SExpression|) $) "\\spad{value(p)} returns value of property \\spad{p}")) (|name| (((|Identifier|) $) "\\spad{name(p)} returns the name of property \\spad{p}")))
NIL
NIL
-(-995 T$)
+(-996 T$)
((|constructor| (NIL "This domain implements propositional formula build over a term domain,{} that itself belongs to PropositionalLogic")) (|disjunction| (($ $ $) "\\spad{disjunction(p,q)} returns a formula denoting the disjunction of \\spad{p} and \\spad{q}.")) (|conjunction| (($ $ $) "\\spad{conjunction(p,q)} returns a formula denoting the conjunction of \\spad{p} and \\spad{q}.")) (|isEquiv| (((|Maybe| (|Pair| $ $)) $) "\\spad{isEquiv f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is an equivalence formula.")) (|isImplies| (((|Maybe| (|Pair| $ $)) $) "\\spad{isImplies f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is an implication formula.")) (|isOr| (((|Maybe| (|Pair| $ $)) $) "\\spad{isOr f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is a disjunction formula.")) (|isAnd| (((|Maybe| (|Pair| $ $)) $) "\\spad{isAnd f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is a conjunction formula.")) (|isNot| (((|Maybe| $) $) "\\spad{isNot f} returns a value \\spad{v} such that \\spad{v case \\%} holds if the formula \\spad{f} is a negation.")) (|isAtom| (((|Maybe| |#1|) $) "\\spad{isAtom f} returns a value \\spad{v} such that \\spad{v case T} holds if the formula \\spad{f} is a term.")))
NIL
NIL
-(-996 T$)
+(-997 T$)
((|constructor| (NIL "This package collects unary functions operating on propositional formulae.")) (|simplify| (((|PropositionalFormula| |#1|) (|PropositionalFormula| |#1|)) "\\spad{simplify f} returns a formula logically equivalent to \\spad{f} where obvious tautologies have been removed.")) (|atoms| (((|Set| |#1|) (|PropositionalFormula| |#1|)) "\\spad{atoms f} ++ returns the set of atoms appearing in the formula \\spad{f}.")) (|dual| (((|PropositionalFormula| |#1|) (|PropositionalFormula| |#1|)) "\\spad{dual f} returns the dual of the proposition \\spad{f}.")))
NIL
NIL
-(-997 S T$)
+(-998 S T$)
((|constructor| (NIL "This package collects binary functions operating on propositional formulae.")) (|map| (((|PropositionalFormula| |#2|) (|Mapping| |#2| |#1|) (|PropositionalFormula| |#1|)) "\\spad{map(f,x)} returns a propositional formula where all atoms in \\spad{x} have been replaced by the result of applying the function \\spad{f} to them.")))
NIL
NIL
-(-998)
+(-999)
((|constructor| (NIL "This category declares the connectives of Propositional Logic.")) (|equiv| (($ $ $) "\\spad{equiv(p,q)} returns the logical equivalence of `p',{} `q'.")) (|implies| (($ $ $) "\\spad{implies(p,q)} returns the logical implication of `q' by `p'.")) (|false| (($) "\\spad{false} is a logical constant.")) (|true| (($) "\\spad{true} is a logical constant.")))
NIL
NIL
-(-999 S)
+(-1000 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}.")))
-((-4509 . T) (-4510 . T))
+((-4510 . T) (-4511 . T))
NIL
-(-1000 R |polR|)
+(-1001 R |polR|)
((|constructor| (NIL "This package contains some functions: \\axiomOpFrom{discriminant}{PseudoRemainderSequence},{} \\axiomOpFrom{resultant}{PseudoRemainderSequence},{} \\axiomOpFrom{subResultantGcd}{PseudoRemainderSequence},{} \\axiomOpFrom{chainSubResultants}{PseudoRemainderSequence},{} \\axiomOpFrom{degreeSubResultant}{PseudoRemainderSequence},{} \\axiomOpFrom{lastSubResultant}{PseudoRemainderSequence},{} \\axiomOpFrom{resultantEuclidean}{PseudoRemainderSequence},{} \\axiomOpFrom{subResultantGcdEuclidean}{PseudoRemainderSequence},{} \\axiomOpFrom{\\spad{semiSubResultantGcdEuclidean1}}{PseudoRemainderSequence},{} \\axiomOpFrom{\\spad{semiSubResultantGcdEuclidean2}}{PseudoRemainderSequence},{} etc. This procedures are coming from improvements of the subresultants algorithm. \\indented{2}{Version : 7} \\indented{2}{References : Lionel Ducos \"Optimizations of the subresultant algorithm\"} \\indented{2}{to appear in the Journal of Pure and Applied Algebra.} \\indented{2}{Author : Ducos Lionel \\axiom{Lionel.Ducos@mathlabo.univ-poitiers.fr}}")) (|semiResultantEuclideannaif| (((|Record| (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the semi-extended resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|resultantEuclideannaif| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the extended resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|resultantnaif| ((|#1| |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|nextsousResultant2| ((|#2| |#2| |#2| |#2| |#1|) "\\axiom{\\spad{nextsousResultant2}(\\spad{P},{} \\spad{Q},{} \\spad{Z},{} \\spad{s})} returns the subresultant \\axiom{S_{\\spad{e}-1}} where \\axiom{\\spad{P} ~ S_d,{} \\spad{Q} = S_{\\spad{d}-1},{} \\spad{Z} = S_e,{} \\spad{s} = lc(S_d)}")) (|Lazard2| ((|#2| |#2| |#1| |#1| (|NonNegativeInteger|)) "\\axiom{\\spad{Lazard2}(\\spad{F},{} \\spad{x},{} \\spad{y},{} \\spad{n})} computes \\axiom{(x/y)**(\\spad{n}-1) * \\spad{F}}")) (|Lazard| ((|#1| |#1| |#1| (|NonNegativeInteger|)) "\\axiom{Lazard(\\spad{x},{} \\spad{y},{} \\spad{n})} computes \\axiom{x**n/y**(\\spad{n}-1)}")) (|divide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2|) "\\axiom{divide(\\spad{F},{}\\spad{G})} computes quotient and rest of the exact euclidean division of \\axiom{\\spad{F}} by \\axiom{\\spad{G}}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2|) "\\axiom{pseudoDivide(\\spad{P},{}\\spad{Q})} computes the pseudoDivide of \\axiom{\\spad{P}} by \\axiom{\\spad{Q}}.")) (|exquo| (((|Vector| |#2|) (|Vector| |#2|) |#1|) "\\axiom{\\spad{v} exquo \\spad{r}} computes the exact quotient of \\axiom{\\spad{v}} by \\axiom{\\spad{r}}")) (* (((|Vector| |#2|) |#1| (|Vector| |#2|)) "\\axiom{\\spad{r} * \\spad{v}} computes the product of \\axiom{\\spad{r}} and \\axiom{\\spad{v}}")) (|gcd| ((|#2| |#2| |#2|) "\\axiom{gcd(\\spad{P},{} \\spad{Q})} returns the gcd of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiResultantReduitEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |resultantReduit| |#1|)) |#2| |#2|) "\\axiom{semiResultantReduitEuclidean(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" and carries out the equality \\axiom{...\\spad{P} + coef2*Q = resultantReduit(\\spad{P},{}\\spad{Q})}.")) (|resultantReduitEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultantReduit| |#1|)) |#2| |#2|) "\\axiom{resultantReduitEuclidean(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" and carries out the equality \\axiom{coef1*P + coef2*Q = resultantReduit(\\spad{P},{}\\spad{Q})}.")) (|resultantReduit| ((|#1| |#2| |#2|) "\\axiom{resultantReduit(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|schema| (((|List| (|NonNegativeInteger|)) |#2| |#2|) "\\axiom{schema(\\spad{P},{}\\spad{Q})} returns the list of degrees of non zero subresultants of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|chainSubResultants| (((|List| |#2|) |#2| |#2|) "\\axiom{chainSubResultants(\\spad{P},{} \\spad{Q})} computes the list of non zero subresultants of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiDiscriminantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |discriminant| |#1|)) |#2|) "\\axiom{discriminantEuclidean(\\spad{P})} carries out the equality \\axiom{...\\spad{P} + \\spad{coef2} * \\spad{D}(\\spad{P}) = discriminant(\\spad{P})}. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|discriminantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |discriminant| |#1|)) |#2|) "\\axiom{discriminantEuclidean(\\spad{P})} carries out the equality \\axiom{\\spad{coef1} * \\spad{P} + \\spad{coef2} * \\spad{D}(\\spad{P}) = discriminant(\\spad{P})}.")) (|discriminant| ((|#1| |#2|) "\\axiom{discriminant(\\spad{P},{} \\spad{Q})} returns the discriminant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiSubResultantGcdEuclidean1| (((|Record| (|:| |coef1| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{\\spad{semiSubResultantGcdEuclidean1}(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + ? \\spad{Q} = +/- S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible.")) (|semiSubResultantGcdEuclidean2| (((|Record| (|:| |coef2| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{\\spad{semiSubResultantGcdEuclidean2}(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{...\\spad{P} + coef2*Q = +/- S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|subResultantGcdEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{subResultantGcdEuclidean(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + coef2*Q = +/- S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible.")) (|subResultantGcd| ((|#2| |#2| |#2|) "\\axiom{subResultantGcd(\\spad{P},{} \\spad{Q})} returns the gcd of two primitive polynomials \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiLastSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) "\\axiom{semiLastSubResultantEuclidean(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant \\axiom{\\spad{S}} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = \\spad{S}}. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|lastSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) "\\axiom{lastSubResultantEuclidean(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant \\axiom{\\spad{S}} and carries out the equality \\axiom{coef1*P + coef2*Q = \\spad{S}}.")) (|lastSubResultant| ((|#2| |#2| |#2|) "\\axiom{lastSubResultant(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}")) (|semiDegreeSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns a subresultant \\axiom{\\spad{S}} of degree \\axiom{\\spad{d}} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = S_i}. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|degreeSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns a subresultant \\axiom{\\spad{S}} of degree \\axiom{\\spad{d}} and carries out the equality \\axiom{coef1*P + coef2*Q = S_i}.")) (|degreeSubResultant| ((|#2| |#2| |#2| (|NonNegativeInteger|)) "\\axiom{degreeSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{d})} computes a subresultant of degree \\axiom{\\spad{d}}.")) (|semiIndiceSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{semiIndiceSubResultantEuclidean(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = S_i(\\spad{P},{}\\spad{Q})} Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|indiceSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} and carries out the equality \\axiom{coef1*P + coef2*Q = S_i(\\spad{P},{}\\spad{Q})}")) (|indiceSubResultant| ((|#2| |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant of indice \\axiom{\\spad{i}}")) (|semiResultantEuclidean1| (((|Record| (|:| |coef1| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{\\spad{semiResultantEuclidean1}(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{\\spad{coef1}.\\spad{P} + ? \\spad{Q} = resultant(\\spad{P},{}\\spad{Q})}.")) (|semiResultantEuclidean2| (((|Record| (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{\\spad{semiResultantEuclidean2}(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{...\\spad{P} + coef2*Q = resultant(\\spad{P},{}\\spad{Q})}. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|resultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + coef2*Q = resultant(\\spad{P},{}\\spad{Q})}")) (|resultant| ((|#1| |#2| |#2|) "\\axiom{resultant(\\spad{P},{} \\spad{Q})} returns the resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}")))
NIL
((|HasCategory| |#1| (QUOTE (-466))))
-(-1001)
+(-1002)
((|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
-(-1002)
+(-1003)
((|constructor| (NIL "Partition is an OrderedCancellationAbelianMonoid which is used as the basis for symmetric polynomial representation of the sums of powers in SymmetricPolynomial. Thus,{} \\spad{(5 2 2 1)} will represent \\spad{s5 * s2**2 * s1}.")) (|conjugate| (($ $) "\\spad{conjugate(p)} returns the conjugate partition of a partition \\spad{p}")) (|pdct| (((|PositiveInteger|) $) "\\spad{pdct(a1**n1 a2**n2 ...)} returns \\spad{n1! * a1**n1 * n2! * a2**n2 * ...}. This function is used in the package \\spadtype{CycleIndicators}.")) (|powers| (((|List| (|Pair| (|PositiveInteger|) (|PositiveInteger|))) $) "\\spad{powers(x)} returns a list of pairs. The second component of each pair is the multiplicity with which the first component occurs in \\spad{li}.")) (|partitions| (((|Stream| $) (|NonNegativeInteger|)) "\\spad{partitions n} returns the stream of all partitions of size \\spad{n}.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\#x} returns the sum of all parts of the partition \\spad{x}.")) (|parts| (((|List| (|PositiveInteger|)) $) "\\spad{parts x} returns the list of decreasing integer sequence making up the partition \\spad{x}.")) (|partition| (($ (|List| (|PositiveInteger|))) "\\spad{partition(li)} converts a list of integers \\spad{li} to a partition")))
NIL
NIL
-(-1003 S |Coef| |Expon| |Var|)
+(-1004 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
-(-1004 |Coef| |Expon| |Var|)
+(-1005 |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}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1005)
+(-1006)
((|constructor| (NIL "PlottableSpaceCurveCategory is the category of curves in 3-space which may be plotted via the graphics facilities. Functions are provided for obtaining lists of lists of points,{} representing the branches of the curve,{} and for determining the ranges of the x-,{} y-,{} and \\spad{z}-coordinates of the points on the curve.")) (|zRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{zRange(c)} returns the range of the \\spad{z}-coordinates of the points on the curve \\spad{c}.")) (|yRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{yRange(c)} returns the range of the \\spad{y}-coordinates of the points on the curve \\spad{c}.")) (|xRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{xRange(c)} returns the range of the \\spad{x}-coordinates of the points on the curve \\spad{c}.")) (|listBranches| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{listBranches(c)} returns a list of lists of points,{} representing the branches of the curve \\spad{c}.")))
NIL
NIL
-(-1006 S R E |VarSet| P)
+(-1007 S R E |VarSet| P)
((|constructor| (NIL "A category for finite subsets of a polynomial ring. Such a set is only regarded as a set of polynomials and not identified to the ideal it generates. So two distinct sets may generate the same the ideal. Furthermore,{} for \\spad{R} being an integral domain,{} a set of polynomials may be viewed as a representation of the ideal it generates in the polynomial ring \\spad{(R)^(-1) P},{} or the set of its zeros (described for instance by the radical of the previous ideal,{} or a split of the associated affine variety) and so on. So this category provides operations about those different notions.")) (|triangular?| (((|Boolean|) $) "\\axiom{triangular?(ps)} returns \\spad{true} iff \\axiom{ps} is a triangular set,{} \\spadignore{i.e.} two distinct polynomials have distinct main variables and no constant lies in \\axiom{ps}.")) (|rewriteIdealWithRemainder| (((|List| |#5|) (|List| |#5|) $) "\\axiom{rewriteIdealWithRemainder(lp,{}cs)} returns \\axiom{lr} such that every polynomial in \\axiom{lr} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{cs} and \\axiom{(lp,{}cs)} and \\axiom{(lr,{}cs)} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|rewriteIdealWithHeadRemainder| (((|List| |#5|) (|List| |#5|) $) "\\axiom{rewriteIdealWithHeadRemainder(lp,{}cs)} returns \\axiom{lr} such that the leading monomial of every polynomial in \\axiom{lr} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{cs} and \\axiom{(lp,{}cs)} and \\axiom{(lr,{}cs)} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|remainder| (((|Record| (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) "\\axiom{remainder(a,{}ps)} returns \\axiom{[\\spad{c},{}\\spad{b},{}\\spad{r}]} such that \\axiom{\\spad{b}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ps},{} \\axiom{r*a - c*b} lies in the ideal generated by \\axiom{ps}. Furthermore,{} if \\axiom{\\spad{R}} is a gcd-domain,{} \\axiom{\\spad{b}} is primitive.")) (|headRemainder| (((|Record| (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) "\\axiom{headRemainder(a,{}ps)} returns \\axiom{[\\spad{b},{}\\spad{r}]} such that the leading monomial of \\axiom{\\spad{b}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ps} and \\axiom{r*a - \\spad{b}} lies in the ideal generated by \\axiom{ps}.")) (|roughUnitIdeal?| (((|Boolean|) $) "\\axiom{roughUnitIdeal?(ps)} returns \\spad{true} iff \\axiom{ps} contains some non null element lying in the base ring \\axiom{\\spad{R}}.")) (|roughEqualIdeals?| (((|Boolean|) $ $) "\\axiom{roughEqualIdeals?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that \\axiom{\\spad{ps1}} and \\axiom{\\spad{ps2}} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}} without computing Groebner bases.")) (|roughSubIdeal?| (((|Boolean|) $ $) "\\axiom{roughSubIdeal?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that all polynomials in \\axiom{\\spad{ps1}} lie in the ideal generated by \\axiom{\\spad{ps2}} in \\axiom{\\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}} without computing Groebner bases.")) (|roughBase?| (((|Boolean|) $) "\\axiom{roughBase?(ps)} returns \\spad{true} iff for every pair \\axiom{{\\spad{p},{}\\spad{q}}} of polynomials in \\axiom{ps} their leading monomials are relatively prime.")) (|trivialIdeal?| (((|Boolean|) $) "\\axiom{trivialIdeal?(ps)} returns \\spad{true} iff \\axiom{ps} does not contain non-zero elements.")) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#4|) "\\axiom{sort(\\spad{v},{}ps)} returns \\axiom{us,{}vs,{}ws} such that \\axiom{us} is \\axiom{collectUnder(ps,{}\\spad{v})},{} \\axiom{vs} is \\axiom{collect(ps,{}\\spad{v})} and \\axiom{ws} is \\axiom{collectUpper(ps,{}\\spad{v})}.")) (|collectUpper| (($ $ |#4|) "\\axiom{collectUpper(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with main variable greater than \\axiom{\\spad{v}}.")) (|collect| (($ $ |#4|) "\\axiom{collect(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with \\axiom{\\spad{v}} as main variable.")) (|collectUnder| (($ $ |#4|) "\\axiom{collectUnder(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with main variable less than \\axiom{\\spad{v}}.")) (|mainVariable?| (((|Boolean|) |#4| $) "\\axiom{mainVariable?(\\spad{v},{}ps)} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{ps}.")) (|mainVariables| (((|List| |#4|) $) "\\axiom{mainVariables(ps)} returns the decreasingly sorted list of the variables which are main variables of some polynomial in \\axiom{ps}.")) (|variables| (((|List| |#4|) $) "\\axiom{variables(ps)} returns the decreasingly sorted list of the variables which are variables of some polynomial in \\axiom{ps}.")) (|mvar| ((|#4| $) "\\axiom{mvar(ps)} returns the main variable of the non constant polynomial with the greatest main variable,{} if any,{} else an error is returned.")) (|retract| (($ (|List| |#5|)) "\\axiom{retract(lp)} returns an element of the domain whose elements are the members of \\axiom{lp} if such an element exists,{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|List| |#5|)) "\\axiom{retractIfCan(lp)} returns an element of the domain whose elements are the members of \\axiom{lp} if such an element exists,{} otherwise \\axiom{\"failed\"} is returned.")))
NIL
((|HasCategory| |#2| (QUOTE (-571))))
-(-1007 R E |VarSet| P)
+(-1008 R E |VarSet| P)
((|constructor| (NIL "A category for finite subsets of a polynomial ring. Such a set is only regarded as a set of polynomials and not identified to the ideal it generates. So two distinct sets may generate the same the ideal. Furthermore,{} for \\spad{R} being an integral domain,{} a set of polynomials may be viewed as a representation of the ideal it generates in the polynomial ring \\spad{(R)^(-1) P},{} or the set of its zeros (described for instance by the radical of the previous ideal,{} or a split of the associated affine variety) and so on. So this category provides operations about those different notions.")) (|triangular?| (((|Boolean|) $) "\\axiom{triangular?(ps)} returns \\spad{true} iff \\axiom{ps} is a triangular set,{} \\spadignore{i.e.} two distinct polynomials have distinct main variables and no constant lies in \\axiom{ps}.")) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) $) "\\axiom{rewriteIdealWithRemainder(lp,{}cs)} returns \\axiom{lr} such that every polynomial in \\axiom{lr} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{cs} and \\axiom{(lp,{}cs)} and \\axiom{(lr,{}cs)} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) $) "\\axiom{rewriteIdealWithHeadRemainder(lp,{}cs)} returns \\axiom{lr} such that the leading monomial of every polynomial in \\axiom{lr} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{cs} and \\axiom{(lp,{}cs)} and \\axiom{(lr,{}cs)} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) "\\axiom{remainder(a,{}ps)} returns \\axiom{[\\spad{c},{}\\spad{b},{}\\spad{r}]} such that \\axiom{\\spad{b}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ps},{} \\axiom{r*a - c*b} lies in the ideal generated by \\axiom{ps}. Furthermore,{} if \\axiom{\\spad{R}} is a gcd-domain,{} \\axiom{\\spad{b}} is primitive.")) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) "\\axiom{headRemainder(a,{}ps)} returns \\axiom{[\\spad{b},{}\\spad{r}]} such that the leading monomial of \\axiom{\\spad{b}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ps} and \\axiom{r*a - \\spad{b}} lies in the ideal generated by \\axiom{ps}.")) (|roughUnitIdeal?| (((|Boolean|) $) "\\axiom{roughUnitIdeal?(ps)} returns \\spad{true} iff \\axiom{ps} contains some non null element lying in the base ring \\axiom{\\spad{R}}.")) (|roughEqualIdeals?| (((|Boolean|) $ $) "\\axiom{roughEqualIdeals?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that \\axiom{\\spad{ps1}} and \\axiom{\\spad{ps2}} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}} without computing Groebner bases.")) (|roughSubIdeal?| (((|Boolean|) $ $) "\\axiom{roughSubIdeal?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that all polynomials in \\axiom{\\spad{ps1}} lie in the ideal generated by \\axiom{\\spad{ps2}} in \\axiom{\\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}} without computing Groebner bases.")) (|roughBase?| (((|Boolean|) $) "\\axiom{roughBase?(ps)} returns \\spad{true} iff for every pair \\axiom{{\\spad{p},{}\\spad{q}}} of polynomials in \\axiom{ps} their leading monomials are relatively prime.")) (|trivialIdeal?| (((|Boolean|) $) "\\axiom{trivialIdeal?(ps)} returns \\spad{true} iff \\axiom{ps} does not contain non-zero elements.")) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) "\\axiom{sort(\\spad{v},{}ps)} returns \\axiom{us,{}vs,{}ws} such that \\axiom{us} is \\axiom{collectUnder(ps,{}\\spad{v})},{} \\axiom{vs} is \\axiom{collect(ps,{}\\spad{v})} and \\axiom{ws} is \\axiom{collectUpper(ps,{}\\spad{v})}.")) (|collectUpper| (($ $ |#3|) "\\axiom{collectUpper(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with main variable greater than \\axiom{\\spad{v}}.")) (|collect| (($ $ |#3|) "\\axiom{collect(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with \\axiom{\\spad{v}} as main variable.")) (|collectUnder| (($ $ |#3|) "\\axiom{collectUnder(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with main variable less than \\axiom{\\spad{v}}.")) (|mainVariable?| (((|Boolean|) |#3| $) "\\axiom{mainVariable?(\\spad{v},{}ps)} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{ps}.")) (|mainVariables| (((|List| |#3|) $) "\\axiom{mainVariables(ps)} returns the decreasingly sorted list of the variables which are main variables of some polynomial in \\axiom{ps}.")) (|variables| (((|List| |#3|) $) "\\axiom{variables(ps)} returns the decreasingly sorted list of the variables which are variables of some polynomial in \\axiom{ps}.")) (|mvar| ((|#3| $) "\\axiom{mvar(ps)} returns the main variable of the non constant polynomial with the greatest main variable,{} if any,{} else an error is returned.")) (|retract| (($ (|List| |#4|)) "\\axiom{retract(lp)} returns an element of the domain whose elements are the members of \\axiom{lp} if such an element exists,{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{retractIfCan(lp)} returns an element of the domain whose elements are the members of \\axiom{lp} if such an element exists,{} otherwise \\axiom{\"failed\"} is returned.")))
-((-4509 . T))
+((-4510 . T))
NIL
-(-1008 R E V P)
+(-1009 R E V P)
((|constructor| (NIL "This package provides modest routines for polynomial system solving. The aim of many of the operations of this package is to remove certain factors in some polynomials in order to avoid unnecessary computations in algorithms involving splitting techniques by partial factorization.")) (|removeIrreducibleRedundantFactors| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeIrreducibleRedundantFactors(lp,{}lq)} returns the same as \\axiom{irreducibleFactors(concat(lp,{}lq))} assuming that \\axiom{irreducibleFactors(lp)} returns \\axiom{lp} up to replacing some polynomial \\axiom{pj} in \\axiom{lp} by some polynomial \\axiom{qj} associated to \\axiom{pj}.")) (|lazyIrreducibleFactors| (((|List| |#4|) (|List| |#4|)) "\\axiom{lazyIrreducibleFactors(lp)} returns \\axiom{lf} such that if \\axiom{lp = [\\spad{p1},{}...,{}pn]} and \\axiom{lf = [\\spad{f1},{}...,{}fm]} then \\axiom{p1*p2*...\\spad{*pn=0}} means \\axiom{f1*f2*...\\spad{*fm=0}},{} and the \\axiom{\\spad{fi}} are irreducible over \\axiom{\\spad{R}} and are pairwise distinct. The algorithm tries to avoid factorization into irreducible factors as far as possible and makes previously use of gcd techniques over \\axiom{\\spad{R}}.")) (|irreducibleFactors| (((|List| |#4|) (|List| |#4|)) "\\axiom{irreducibleFactors(lp)} returns \\axiom{lf} such that if \\axiom{lp = [\\spad{p1},{}...,{}pn]} and \\axiom{lf = [\\spad{f1},{}...,{}fm]} then \\axiom{p1*p2*...\\spad{*pn=0}} means \\axiom{f1*f2*...\\spad{*fm=0}},{} and the \\axiom{\\spad{fi}} are irreducible over \\axiom{\\spad{R}} and are pairwise distinct.")) (|removeRedundantFactorsInPols| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactorsInPols(lp,{}lf)} returns \\axiom{newlp} where \\axiom{newlp} is obtained from \\axiom{lp} by removing in every polynomial \\axiom{\\spad{p}} of \\axiom{lp} any non trivial factor of any polynomial \\axiom{\\spad{f}} in \\axiom{lf}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in every polynomial \\axiom{lp}.")) (|removeRedundantFactorsInContents| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactorsInContents(lp,{}lf)} returns \\axiom{newlp} where \\axiom{newlp} is obtained from \\axiom{lp} by removing in the content of every polynomial of \\axiom{lp} any non trivial factor of any polynomial \\axiom{\\spad{f}} in \\axiom{lf}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in the content of every polynomial of \\axiom{lp}.")) (|removeRoughlyRedundantFactorsInContents| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInContents(lp,{}lf)} returns \\axiom{newlp}where \\axiom{newlp} is obtained from \\axiom{lp} by removing in the content of every polynomial of \\axiom{lp} any occurence of a polynomial \\axiom{\\spad{f}} in \\axiom{lf}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in the content of every polynomial of \\axiom{lp}.")) (|univariatePolynomialsGcds| (((|List| |#4|) (|List| |#4|) (|Boolean|)) "\\axiom{univariatePolynomialsGcds(lp,{}opt)} returns the same as \\axiom{univariatePolynomialsGcds(lp)} if \\axiom{opt} is \\axiom{\\spad{false}} and if the previous operation does not return any non null and constant polynomial,{} else return \\axiom{[1]}.") (((|List| |#4|) (|List| |#4|)) "\\axiom{univariatePolynomialsGcds(lp)} returns \\axiom{lg} where \\axiom{lg} is a list of the gcds of every pair in \\axiom{lp} of univariate polynomials in the same main variable.")) (|squareFreeFactors| (((|List| |#4|) |#4|) "\\axiom{squareFreeFactors(\\spad{p})} returns the square-free factors of \\axiom{\\spad{p}} over \\axiom{\\spad{R}}")) (|rewriteIdealWithQuasiMonicGenerators| (((|List| |#4|) (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{rewriteIdealWithQuasiMonicGenerators(lp,{}redOp?,{}redOp)} returns \\axiom{lq} where \\axiom{lq} and \\axiom{lp} generate the same ideal in \\axiom{R^(\\spad{-1}) \\spad{P}} and \\axiom{lq} has rank not higher than the one of \\axiom{lp}. Moreover,{} \\axiom{lq} is computed by reducing \\axiom{lp} \\spad{w}.\\spad{r}.\\spad{t}. some basic set of the ideal generated by the quasi-monic polynomials in \\axiom{lp}.")) (|rewriteSetByReducingWithParticularGenerators| (((|List| |#4|) (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{rewriteSetByReducingWithParticularGenerators(lp,{}pred?,{}redOp?,{}redOp)} returns \\axiom{lq} where \\axiom{lq} is computed by the following algorithm. Chose a basic set \\spad{w}.\\spad{r}.\\spad{t}. the reduction-test \\axiom{redOp?} among the polynomials satisfying property \\axiom{pred?},{} if it is empty then leave,{} else reduce the other polynomials by this basic set \\spad{w}.\\spad{r}.\\spad{t}. the reduction-operation \\axiom{redOp}. Repeat while another basic set with smaller rank can be computed. See code. If \\axiom{pred?} is \\axiom{quasiMonic?} the ideal is unchanged.")) (|crushedSet| (((|List| |#4|) (|List| |#4|)) "\\axiom{crushedSet(lp)} returns \\axiom{lq} such that \\axiom{lp} and and \\axiom{lq} generate the same ideal and no rough basic sets reduce (in the sense of Groebner bases) the other polynomials in \\axiom{lq}.")) (|roughBasicSet| (((|Union| (|Record| (|:| |bas| (|GeneralTriangularSet| |#1| |#2| |#3| |#4|)) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|)) "\\axiom{roughBasicSet(lp)} returns the smallest (with Ritt-Wu ordering) triangular set contained in \\axiom{lp}.")) (|interReduce| (((|List| |#4|) (|List| |#4|)) "\\axiom{interReduce(lp)} returns \\axiom{lq} such that \\axiom{lp} and \\axiom{lq} generate the same ideal and no polynomial in \\axiom{lq} is reducuble by the others in the sense of Groebner bases. Since no assumptions are required the result may depend on the ordering the reductions are performed.")) (|removeRoughlyRedundantFactorsInPol| ((|#4| |#4| (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInPol(\\spad{p},{}lf)} returns the same as removeRoughlyRedundantFactorsInPols([\\spad{p}],{}lf,{}\\spad{true})")) (|removeRoughlyRedundantFactorsInPols| (((|List| |#4|) (|List| |#4|) (|List| |#4|) (|Boolean|)) "\\axiom{removeRoughlyRedundantFactorsInPols(lp,{}lf,{}opt)} returns the same as \\axiom{removeRoughlyRedundantFactorsInPols(lp,{}lf)} if \\axiom{opt} is \\axiom{\\spad{false}} and if the previous operation does not return any non null and constant polynomial,{} else return \\axiom{[1]}.") (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInPols(lp,{}lf)} returns \\axiom{newlp}where \\axiom{newlp} is obtained from \\axiom{lp} by removing in every polynomial \\axiom{\\spad{p}} of \\axiom{lp} any occurence of a polynomial \\axiom{\\spad{f}} in \\axiom{lf}. This may involve a lot of exact-quotients computations.")) (|bivariatePolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{bivariatePolynomials(lp)} returns \\axiom{bps,{}nbps} where \\axiom{bps} is a list of the bivariate polynomials,{} and \\axiom{nbps} are the other ones.")) (|bivariate?| (((|Boolean|) |#4|) "\\axiom{bivariate?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} involves two and only two variables.")) (|linearPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{linearPolynomials(lp)} returns \\axiom{lps,{}nlps} where \\axiom{lps} is a list of the linear polynomials in lp,{} and \\axiom{nlps} are the other ones.")) (|linear?| (((|Boolean|) |#4|) "\\axiom{linear?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} does not lie in the base ring \\axiom{\\spad{R}} and has main degree \\axiom{1}.")) (|univariatePolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{univariatePolynomials(lp)} returns \\axiom{ups,{}nups} where \\axiom{ups} is a list of the univariate polynomials,{} and \\axiom{nups} are the other ones.")) (|univariate?| (((|Boolean|) |#4|) "\\axiom{univariate?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} involves one and only one variable.")) (|quasiMonicPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{quasiMonicPolynomials(lp)} returns \\axiom{qmps,{}nqmps} where \\axiom{qmps} is a list of the quasi-monic polynomials in \\axiom{lp} and \\axiom{nqmps} are the other ones.")) (|selectAndPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| (|Mapping| (|Boolean|) |#4|)) (|List| |#4|)) "\\axiom{selectAndPolynomials(lpred?,{}ps)} returns \\axiom{gps,{}bps} where \\axiom{gps} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{ps} such that \\axiom{pred?(\\spad{p})} holds for every \\axiom{pred?} in \\axiom{lpred?} and \\axiom{bps} are the other ones.")) (|selectOrPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| (|Mapping| (|Boolean|) |#4|)) (|List| |#4|)) "\\axiom{selectOrPolynomials(lpred?,{}ps)} returns \\axiom{gps,{}bps} where \\axiom{gps} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{ps} such that \\axiom{pred?(\\spad{p})} holds for some \\axiom{pred?} in \\axiom{lpred?} and \\axiom{bps} are the other ones.")) (|selectPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|Mapping| (|Boolean|) |#4|) (|List| |#4|)) "\\axiom{selectPolynomials(pred?,{}ps)} returns \\axiom{gps,{}bps} where \\axiom{gps} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{ps} such that \\axiom{pred?(\\spad{p})} holds and \\axiom{bps} are the other ones.")) (|probablyZeroDim?| (((|Boolean|) (|List| |#4|)) "\\axiom{probablyZeroDim?(lp)} returns \\spad{true} iff the number of polynomials in \\axiom{lp} is not smaller than the number of variables occurring in these polynomials.")) (|possiblyNewVariety?| (((|Boolean|) (|List| |#4|) (|List| (|List| |#4|))) "\\axiom{possiblyNewVariety?(newlp,{}llp)} returns \\spad{true} iff for every \\axiom{lp} in \\axiom{llp} certainlySubVariety?(newlp,{}lp) does not hold.")) (|certainlySubVariety?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{certainlySubVariety?(newlp,{}lp)} returns \\spad{true} iff for every \\axiom{\\spad{p}} in \\axiom{lp} the remainder of \\axiom{\\spad{p}} by \\axiom{newlp} using the division algorithm of Groebner techniques is zero.")) (|unprotectedRemoveRedundantFactors| (((|List| |#4|) |#4| |#4|) "\\axiom{unprotectedRemoveRedundantFactors(\\spad{p},{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors(\\spad{p},{}\\spad{q})} but does assume that neither \\axiom{\\spad{p}} nor \\axiom{\\spad{q}} lie in the base ring \\axiom{\\spad{R}} and assumes that \\axiom{infRittWu?(\\spad{p},{}\\spad{q})} holds. Moreover,{} if \\axiom{\\spad{R}} is gcd-domain,{} then \\axiom{\\spad{p}} and \\axiom{\\spad{q}} are assumed to be square free.")) (|removeSquaresIfCan| (((|List| |#4|) (|List| |#4|)) "\\axiom{removeSquaresIfCan(lp)} returns \\axiom{removeDuplicates [squareFreePart(\\spad{p})\\$\\spad{P} for \\spad{p} in lp]} if \\axiom{\\spad{R}} is gcd-domain else returns \\axiom{lp}.")) (|removeRedundantFactors| (((|List| |#4|) (|List| |#4|) (|List| |#4|) (|Mapping| (|List| |#4|) (|List| |#4|))) "\\axiom{removeRedundantFactors(lp,{}lq,{}remOp)} returns the same as \\axiom{concat(remOp(removeRoughlyRedundantFactorsInPols(lp,{}lq)),{}lq)} assuming that \\axiom{remOp(lq)} returns \\axiom{lq} up to similarity.") (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactors(lp,{}lq)} returns the same as \\axiom{removeRedundantFactors(concat(lp,{}lq))} assuming that \\axiom{removeRedundantFactors(lp)} returns \\axiom{lp} up to replacing some polynomial \\axiom{pj} in \\axiom{lp} by some polynomial \\axiom{qj} associated to \\axiom{pj}.") (((|List| |#4|) (|List| |#4|) |#4|) "\\axiom{removeRedundantFactors(lp,{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors(cons(\\spad{q},{}lp))} assuming that \\axiom{removeRedundantFactors(lp)} returns \\axiom{lp} up to replacing some polynomial \\axiom{pj} in \\axiom{lp} by some some polynomial \\axiom{qj} associated to \\axiom{pj}.") (((|List| |#4|) |#4| |#4|) "\\axiom{removeRedundantFactors(\\spad{p},{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors([\\spad{p},{}\\spad{q}])}") (((|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactors(lp)} returns \\axiom{lq} such that if \\axiom{lp = [\\spad{p1},{}...,{}pn]} and \\axiom{lq = [\\spad{q1},{}...,{}qm]} then the product \\axiom{p1*p2*...*pn} vanishes iff the product \\axiom{q1*q2*...*qm} vanishes,{} and the product of degrees of the \\axiom{\\spad{qi}} is not greater than the one of the \\axiom{pj},{} and no polynomial in \\axiom{lq} divides another polynomial in \\axiom{lq}. In particular,{} polynomials lying in the base ring \\axiom{\\spad{R}} are removed. Moreover,{} \\axiom{lq} is sorted \\spad{w}.\\spad{r}.\\spad{t} \\axiom{infRittWu?}. Furthermore,{} if \\spad{R} is gcd-domain,{} the polynomials in \\axiom{lq} are pairwise without common non trivial factor.")))
NIL
((-12 (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-319)))) (|HasCategory| |#1| (QUOTE (-466))))
-(-1009 K)
+(-1010 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
-(-1010 |VarSet| E RC P)
+(-1011 |VarSet| E RC P)
((|constructor| (NIL "This package computes square-free decomposition of multivariate polynomials over a coefficient ring which is an arbitrary gcd domain. The requirement on the coefficient domain guarantees that the \\spadfun{content} can be removed so that factors will be primitive as well as square-free. Over an infinite ring of finite characteristic,{}it may not be possible to guarantee that the factors are square-free.")) (|squareFree| (((|Factored| |#4|) |#4|) "\\spad{squareFree(p)} returns the square-free factorization of the polynomial \\spad{p}. Each factor has no repeated roots,{} and the factors are pairwise relatively prime.")))
NIL
NIL
-(-1011 R)
+(-1012 R)
((|constructor| (NIL "PointCategory is the category of points in space which may be plotted via the graphics facilities. Functions are provided for defining points and handling elements of points.")) (|extend| (($ $ (|List| |#1|)) "\\spad{extend(x,l,r)} \\undocumented")) (|cross| (($ $ $) "\\spad{cross(p,q)} computes the cross product of the two points \\spad{p} and \\spad{q}. Error if the \\spad{p} and \\spad{q} are not 3 dimensional")) (|dimension| (((|PositiveInteger|) $) "\\spad{dimension(s)} returns the dimension of the point category \\spad{s}.")) (|point| (($ (|List| |#1|)) "\\spad{point(l)} returns a point category defined by a list \\spad{l} of elements from the domain \\spad{R}.")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
-(-1012 R1 R2)
+(-1013 R1 R2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)) "\\spad{map(f,p)} \\undocumented")))
NIL
NIL
-(-1013 R)
+(-1014 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
-(-1014 K)
+(-1015 K)
((|constructor| (NIL "This is the description of any package which provides partial functions on a domain belonging to TranscendentalFunctionCategory.")) (|acschIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acschIfCan(z)} returns acsch(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asechIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asechIfCan(z)} returns asech(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acothIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acothIfCan(z)} returns acoth(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|atanhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{atanhIfCan(z)} returns atanh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acoshIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acoshIfCan(z)} returns acosh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asinhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asinhIfCan(z)} returns asinh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cschIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cschIfCan(z)} returns csch(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sechIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sechIfCan(z)} returns sech(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cothIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cothIfCan(z)} returns coth(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|tanhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{tanhIfCan(z)} returns tanh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|coshIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{coshIfCan(z)} returns cosh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sinhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sinhIfCan(z)} returns sinh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acscIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acscIfCan(z)} returns acsc(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asecIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asecIfCan(z)} returns asec(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acotIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acotIfCan(z)} returns acot(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|atanIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{atanIfCan(z)} returns atan(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acosIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acosIfCan(z)} returns acos(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asinIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asinIfCan(z)} returns asin(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cscIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cscIfCan(z)} returns csc(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|secIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{secIfCan(z)} returns sec(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cotIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cotIfCan(z)} returns cot(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|tanIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{tanIfCan(z)} returns tan(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cosIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cosIfCan(z)} returns cos(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sinIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sinIfCan(z)} returns sin(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|logIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{logIfCan(z)} returns log(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|expIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{expIfCan(z)} returns exp(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|nthRootIfCan| (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) "\\spad{nthRootIfCan(z,n)} returns the \\spad{n}th root of \\spad{z} if possible,{} and \"failed\" otherwise.")))
NIL
NIL
-(-1015 R E OV PPR)
+(-1016 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
-(-1016 K R UP -1610)
+(-1017 K R UP -4346)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a monogenic algebra over \\spad{R}. We require that \\spad{F} is monogenic,{} \\spadignore{i.e.} that \\spad{F = K[x,y]/(f(x,y))},{} because the integral basis algorithm used will factor the polynomial \\spad{f(x,y)}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|reducedDiscriminant| ((|#2| |#3|) "\\spad{reducedDiscriminant(up)} \\undocumented")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv] } containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If 'basis' is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if 'basisInv' is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv] } containing information regarding the integral closure of \\spad{R} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If 'basis' is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if 'basisInv' is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")))
NIL
NIL
-(-1017 R |Var| |Expon| |Dpoly|)
+(-1018 R |Var| |Expon| |Dpoly|)
((|constructor| (NIL "\\spadtype{QuasiAlgebraicSet} constructs a domain representing quasi-algebraic sets,{} which is the intersection of a Zariski closed set,{} defined as the common zeros of a given list of polynomials (the defining polynomials for equations),{} and a principal Zariski open set,{} defined as the complement of the common zeros of a polynomial \\spad{f} (the defining polynomial for the inequation). This domain provides simplification of a user-given representation using groebner basis computations. There are two simplification routines: the first function \\spadfun{idealSimplify} uses groebner basis of ideals alone,{} while the second,{} \\spadfun{simplify} uses both groebner basis and factorization. The resulting defining equations \\spad{L} always form a groebner basis,{} and the resulting defining inequation \\spad{f} is always reduced. The function \\spadfun{simplify} may be applied several times if desired. A third simplification routine \\spadfun{radicalSimplify} is provided in \\spadtype{QuasiAlgebraicSet2} for comparison study only,{} as it is inefficient compared to the other two,{} as well as is restricted to only certain coefficient domains. For detail analysis and a comparison of the three methods,{} please consult the reference cited. \\blankline A polynomial function \\spad{q} defined on the quasi-algebraic set is equivalent to its reduced form with respect to \\spad{L}. While this may be obtained using the usual normal form algorithm,{} there is no canonical form for \\spad{q}. \\blankline The ordering in groebner basis computation is determined by the data type of the input polynomials. If it is possible we suggest to use refinements of total degree orderings.")) (|simplify| (($ $) "\\spad{simplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using a heuristic algorithm based on factoring.")) (|idealSimplify| (($ $) "\\spad{idealSimplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using Buchberger's algorithm.")) (|definingInequation| ((|#4| $) "\\spad{definingInequation(s)} returns a single defining polynomial for the inequation,{} that is,{} the Zariski open part of \\spad{s}.")) (|definingEquations| (((|List| |#4|) $) "\\spad{definingEquations(s)} returns a list of defining polynomials for equations,{} that is,{} for the Zariski closed part of \\spad{s}.")) (|empty?| (((|Boolean|) $) "\\spad{empty?(s)} returns \\spad{true} if the quasialgebraic set \\spad{s} has no points,{} and \\spad{false} otherwise.")) (|setStatus| (($ $ (|Union| (|Boolean|) "failed")) "\\spad{setStatus(s,t)} returns the same representation for \\spad{s},{} but asserts the following: if \\spad{t} is \\spad{true},{} then \\spad{s} is empty,{} if \\spad{t} is \\spad{false},{} then \\spad{s} is non-empty,{} and if \\spad{t} = \"failed\",{} then no assertion is made (that is,{} \"don't know\"). Note: for internal use only,{} with care.")) (|status| (((|Union| (|Boolean|) "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} ~= 0.")) (|empty| (($) "\\spad{empty()} returns the empty quasi-algebraic set")))
NIL
((-12 (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-319)))))
-(-1018 |vl| |nv|)
+(-1019 |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
-(-1019 R E V P TS)
+(-1020 R E V P TS)
((|constructor| (NIL "A package for removing redundant quasi-components and redundant branches when decomposing a variety by means of quasi-components of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|branchIfCan| (((|Union| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|))) "failed") (|List| |#4|) |#5| (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{branchIfCan(leq,{}ts,{}lineq,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")) (|prepareDecompose| (((|List| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|)))) (|List| |#4|) (|List| |#5|) (|Boolean|) (|Boolean|)) "\\axiom{prepareDecompose(lp,{}lts,{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousCases| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)))) "\\axiom{removeSuperfluousCases(llpwt)} is an internal subroutine,{} exported only for developement.")) (|subCase?| (((|Boolean|) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) "\\axiom{subCase?(\\spad{lpwt1},{}\\spad{lpwt2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousQuasiComponents| (((|List| |#5|) (|List| |#5|)) "\\axiom{removeSuperfluousQuasiComponents(lts)} removes from \\axiom{lts} any \\spad{ts} such that \\axiom{subQuasiComponent?(ts,{}us)} holds for another \\spad{us} in \\axiom{lts}.")) (|subQuasiComponent?| (((|Boolean|) |#5| (|List| |#5|)) "\\axiom{subQuasiComponent?(ts,{}lus)} returns \\spad{true} iff \\axiom{subQuasiComponent?(ts,{}us)} holds for one \\spad{us} in \\spad{lus}.") (((|Boolean|) |#5| |#5|) "\\axiom{subQuasiComponent?(ts,{}us)} returns \\spad{true} iff \\axiomOpFrom{internalSubQuasiComponent?}{QuasiComponentPackage} returs \\spad{true}.")) (|internalSubQuasiComponent?| (((|Union| (|Boolean|) "failed") |#5| |#5|) "\\axiom{internalSubQuasiComponent?(ts,{}us)} returns a boolean \\spad{b} value if the fact that the regular zero set of \\axiom{us} contains that of \\axiom{ts} can be decided (and in that case \\axiom{\\spad{b}} gives this inclusion) otherwise returns \\axiom{\"failed\"}.")) (|infRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{infRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalInfRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalInfRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalSubPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalSubPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}} assuming that these lists are sorted increasingly \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{infRittWu?}{RecursivePolynomialCategory}.")) (|subPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{subPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}}.")) (|subTriSet?| (((|Boolean|) |#5| |#5|) "\\axiom{subTriSet?(ts,{}us)} returns \\spad{true} iff \\axiom{ts} is a sub-set of \\axiom{us}.")) (|moreAlgebraic?| (((|Boolean|) |#5| |#5|) "\\axiom{moreAlgebraic?(ts,{}us)} returns \\spad{false} iff \\axiom{ts} and \\axiom{us} are both empty,{} or \\axiom{ts} has less elements than \\axiom{us},{} or some variable is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{us} and is not \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|algebraicSort| (((|List| |#5|) (|List| |#5|)) "\\axiom{algebraicSort(lts)} sorts \\axiom{lts} \\spad{w}.\\spad{r}.\\spad{t} \\axiomOpFrom{supDimElseRittWu?}{QuasiComponentPackage}.")) (|supDimElseRittWu?| (((|Boolean|) |#5| |#5|) "\\axiom{supDimElseRittWu(ts,{}us)} returns \\spad{true} iff \\axiom{ts} has less elements than \\axiom{us} otherwise if \\axiom{ts} has higher rank than \\axiom{us} \\spad{w}.\\spad{r}.\\spad{t}. Riit and Wu ordering.")) (|stopTable!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTable!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-1020)
+(-1021)
((|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
-(-1021 A S)
+(-1022 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 (-939))) (|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-1051))) (|HasCategory| |#2| (QUOTE (-842))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1183))))
-(-1022 S)
+((|HasCategory| |#2| (QUOTE (-940))) (|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-1052))) (|HasCategory| |#2| (QUOTE (-844))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-1184))))
+(-1023 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}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1023 A B R S)
+(-1024 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
-(-1024 |n| K)
+(-1025 |n| K)
((|constructor| (NIL "This domain provides modest support for quadratic forms.")) (|matrix| (((|SquareMatrix| |#1| |#2|) $) "\\spad{matrix(qf)} creates a square matrix from the quadratic form \\spad{qf}.")) (|quadraticForm| (($ (|SquareMatrix| |#1| |#2|)) "\\spad{quadraticForm(m)} creates a quadratic form from a symmetric,{} square matrix \\spad{m}.")))
NIL
NIL
-(-1025)
+(-1026)
((|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
-(-1026 S)
+(-1027 S)
((|constructor| (NIL "A queue is a bag where the first item inserted is the first item extracted.")) (|back| ((|#1| $) "\\spad{back(q)} returns the element at the back of the queue. The queue \\spad{q} is unchanged by this operation. Error: if \\spad{q} is empty.")) (|front| ((|#1| $) "\\spad{front(q)} returns the element at the front of the queue. The queue \\spad{q} is unchanged by this operation. Error: if \\spad{q} is empty.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(q)} returns the number of elements in the queue. Note: \\axiom{length(\\spad{q}) = \\#q}.")) (|rotate!| (($ $) "\\spad{rotate! q} rotates queue \\spad{q} so that the element at the front of the queue goes to the back of the queue. Note: rotate! \\spad{q} is equivalent to enqueue!(dequeue!(\\spad{q})).")) (|dequeue!| ((|#1| $) "\\spad{dequeue! s} destructively extracts the first (top) element from queue \\spad{q}. The element previously second in the queue becomes the first element. Error: if \\spad{q} is empty.")) (|enqueue!| ((|#1| |#1| $) "\\spad{enqueue!(x,q)} inserts \\spad{x} into the queue \\spad{q} at the back end.")))
-((-4509 . T) (-4510 . T))
+((-4510 . T) (-4511 . T))
NIL
-(-1027 R)
+(-1028 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.}")))
-((-4502 |has| |#1| (-302)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376))) (-2191 (|HasCategory| |#1| (QUOTE (-302))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-302))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-559))))
-(-1028 S R)
+((-4503 |has| |#1| (-302)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376))) (-2309 (|HasCategory| |#1| (QUOTE (-302))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-302))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -298) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-1092))) (|HasCategory| |#1| (QUOTE (-559))))
+(-1029 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 (-559))) (|HasCategory| |#2| (QUOTE (-1091))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-302))))
-(-1029 R)
+((|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (QUOTE (-1092))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-302))))
+(-1030 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}.")))
-((-4502 |has| |#1| (-302)) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 |has| |#1| (-302)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1030 QR R QS S)
+(-1031 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
-(-1031 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}.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
(-1032 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}.")))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-1033 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
-(-1033)
+(-1034)
((|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
-(-1034 -1610 UP UPUP |radicnd| |n|)
+(-1035 -4346 UP UPUP |radicnd| |n|)
((|constructor| (NIL "Function field defined by y**n = \\spad{f}(\\spad{x}).")))
-((-4502 |has| (-421 |#2|) (-376)) (-4507 |has| (-421 |#2|) (-376)) (-4501 |has| (-421 |#2|) (-376)) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-421 |#2|) (QUOTE (-147))) (|HasCategory| (-421 |#2|) (QUOTE (-149))) (|HasCategory| (-421 |#2|) (QUOTE (-363))) (-2191 (|HasCategory| (-421 |#2|) (QUOTE (-376))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (|HasCategory| (-421 |#2|) (QUOTE (-376))) (|HasCategory| (-421 |#2|) (QUOTE (-381))) (-2191 (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (-2191 (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-239))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (-2191 (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-363))))) (-2191 (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376))))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -660) (QUOTE (-560)))) (-2191 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-239))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))))
-(-1035 |bb|)
+((-4503 |has| (-421 |#2|) (-376)) (-4508 |has| (-421 |#2|) (-376)) (-4502 |has| (-421 |#2|) (-376)) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-421 |#2|) (QUOTE (-147))) (|HasCategory| (-421 |#2|) (QUOTE (-149))) (|HasCategory| (-421 |#2|) (QUOTE (-363))) (-2309 (|HasCategory| (-421 |#2|) (QUOTE (-376))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (|HasCategory| (-421 |#2|) (QUOTE (-376))) (|HasCategory| (-421 |#2|) (QUOTE (-381))) (-2309 (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (-2309 (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-239))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (QUOTE (-363)))) (-2309 (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-363))))) (-2309 (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376))))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -660) (QUOTE (-560)))) (-2309 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 |#2|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-239))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (QUOTE (-240))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))) (-12 (|HasCategory| (-421 |#2|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-421 |#2|) (QUOTE (-376)))))
+(-1036 |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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-560) (QUOTE (-939))) (|HasCategory| (-560) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| (-560) (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-149))) (|HasCategory| (-560) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-1051))) (|HasCategory| (-560) (QUOTE (-842))) (|HasCategory| (-560) (QUOTE (-871))) (-2191 (|HasCategory| (-560) (QUOTE (-842))) (|HasCategory| (-560) (QUOTE (-871)))) (|HasCategory| (-560) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-1183))) (|HasCategory| (-560) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| (-560) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| (-560) (QUOTE (-239))) (|HasCategory| (-560) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| (-560) (QUOTE (-240))) (|HasCategory| (-560) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| (-560) (|%list| (QUOTE -528) (QUOTE (-1208)) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -321) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -298) (QUOTE (-560)) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-319))) (|HasCategory| (-560) (QUOTE (-559))) (|HasCategory| (-560) (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-939)))) (|HasCategory| (-560) (QUOTE (-147)))))
-(-1036)
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-560) (QUOTE (-940))) (|HasCategory| (-560) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| (-560) (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-149))) (|HasCategory| (-560) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-1052))) (|HasCategory| (-560) (QUOTE (-844))) (|HasCategory| (-560) (QUOTE (-872))) (-2309 (|HasCategory| (-560) (QUOTE (-844))) (|HasCategory| (-560) (QUOTE (-872)))) (|HasCategory| (-560) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-1184))) (|HasCategory| (-560) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| (-560) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| (-560) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| (-560) (QUOTE (-239))) (|HasCategory| (-560) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| (-560) (QUOTE (-240))) (|HasCategory| (-560) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| (-560) (|%list| (QUOTE -528) (QUOTE (-1209)) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -321) (QUOTE (-560)))) (|HasCategory| (-560) (|%list| (QUOTE -298) (QUOTE (-560)) (QUOTE (-560)))) (|HasCategory| (-560) (QUOTE (-319))) (|HasCategory| (-560) (QUOTE (-559))) (|HasCategory| (-560) (|%list| (QUOTE -660) (QUOTE (-560)))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-560) (QUOTE (-940)))) (|HasCategory| (-560) (QUOTE (-147)))))
+(-1037)
((|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
-(-1037)
+(-1038)
((|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
-(-1038 RP)
+(-1039 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
-(-1039 S)
+(-1040 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
-(-1040 A S)
+(-1041 A S)
((|constructor| (NIL "A recursive aggregate over a type \\spad{S} is a model for a a directed graph containing values of type \\spad{S}. Recursively,{} a recursive aggregate is a {\\em node} consisting of a \\spadfun{value} from \\spad{S} and 0 or more \\spadfun{children} which are recursive aggregates. A node with no children is called a \\spadfun{leaf} node. A recursive aggregate may be cyclic for which some operations as noted may go into an infinite loop.")) (|setvalue!| ((|#2| $ |#2|) "\\spad{setvalue!(u,x)} sets the value of node \\spad{u} to \\spad{x}.")) (|setelt| ((|#2| $ "value" |#2|) "\\spad{setelt(a,\"value\",x)} (also written \\axiom{a . value := \\spad{x}}) is equivalent to \\axiom{setvalue!(a,{}\\spad{x})}")) (|setchildren!| (($ $ (|List| $)) "\\spad{setchildren!(u,v)} replaces the current children of node \\spad{u} with the members of \\spad{v} in left-to-right order.")) (|node?| (((|Boolean|) $ $) "\\spad{node?(u,v)} tests if node \\spad{u} is contained in node \\spad{v} (either as a child,{} a child of a child,{} etc.).")) (|child?| (((|Boolean|) $ $) "\\spad{child?(u,v)} tests if node \\spad{u} is a child of node \\spad{v}.")) (|distance| (((|Integer|) $ $) "\\spad{distance(u,v)} returns the path length (an integer) from node \\spad{u} to \\spad{v}.")) (|leaves| (((|List| |#2|) $) "\\spad{leaves(t)} returns the list of values in obtained by visiting the nodes of tree \\axiom{\\spad{t}} in left-to-right order.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(u)} tests if \\spad{u} has a cycle.")) (|elt| ((|#2| $ "value") "\\spad{elt(u,\"value\")} (also written: \\axiom{a. value}) is equivalent to \\axiom{value(a)}.")) (|value| ((|#2| $) "\\spad{value(u)} returns the value of the node \\spad{u}.")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(u)} tests if \\spad{u} is a terminal node.")) (|nodes| (((|List| $) $) "\\spad{nodes(u)} returns a list of all of the nodes of aggregate \\spad{u}.")) (|children| (((|List| $) $) "\\spad{children(u)} returns a list of the children of aggregate \\spad{u}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4510)) (|HasCategory| |#2| (QUOTE (-1132))))
-(-1041 S)
+((|HasAttribute| |#1| (QUOTE -4511)) (|HasCategory| |#2| (QUOTE (-1133))))
+(-1042 S)
((|constructor| (NIL "A recursive aggregate over a type \\spad{S} is a model for a a directed graph containing values of type \\spad{S}. Recursively,{} a recursive aggregate is a {\\em node} consisting of a \\spadfun{value} from \\spad{S} and 0 or more \\spadfun{children} which are recursive aggregates. A node with no children is called a \\spadfun{leaf} node. A recursive aggregate may be cyclic for which some operations as noted may go into an infinite loop.")) (|setvalue!| ((|#1| $ |#1|) "\\spad{setvalue!(u,x)} sets the value of node \\spad{u} to \\spad{x}.")) (|setelt| ((|#1| $ "value" |#1|) "\\spad{setelt(a,\"value\",x)} (also written \\axiom{a . value := \\spad{x}}) is equivalent to \\axiom{setvalue!(a,{}\\spad{x})}")) (|setchildren!| (($ $ (|List| $)) "\\spad{setchildren!(u,v)} replaces the current children of node \\spad{u} with the members of \\spad{v} in left-to-right order.")) (|node?| (((|Boolean|) $ $) "\\spad{node?(u,v)} tests if node \\spad{u} is contained in node \\spad{v} (either as a child,{} a child of a child,{} etc.).")) (|child?| (((|Boolean|) $ $) "\\spad{child?(u,v)} tests if node \\spad{u} is a child of node \\spad{v}.")) (|distance| (((|Integer|) $ $) "\\spad{distance(u,v)} returns the path length (an integer) from node \\spad{u} to \\spad{v}.")) (|leaves| (((|List| |#1|) $) "\\spad{leaves(t)} returns the list of values in obtained by visiting the nodes of tree \\axiom{\\spad{t}} in left-to-right order.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(u)} tests if \\spad{u} has a cycle.")) (|elt| ((|#1| $ "value") "\\spad{elt(u,\"value\")} (also written: \\axiom{a. value}) is equivalent to \\axiom{value(a)}.")) (|value| ((|#1| $) "\\spad{value(u)} returns the value of the node \\spad{u}.")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(u)} tests if \\spad{u} is a terminal node.")) (|nodes| (((|List| $) $) "\\spad{nodes(u)} returns a list of all of the nodes of aggregate \\spad{u}.")) (|children| (((|List| $) $) "\\spad{children(u)} returns a list of the children of aggregate \\spad{u}.")))
NIL
NIL
-(-1042 S)
+(-1043 S)
((|constructor| (NIL "\\axiomType{RealClosedField} provides common acces functions for all real closed fields.")) (|approximate| (((|Fraction| (|Integer|)) $ $) "\\axiom{approximate(\\spad{n},{}\\spad{p})} gives an approximation of \\axiom{\\spad{n}} that has precision \\axiom{\\spad{p}}")) (|rename| (($ $ (|OutputForm|)) "\\axiom{rename(\\spad{x},{}name)} gives a new number that prints as name")) (|rename!| (($ $ (|OutputForm|)) "\\axiom{rename!(\\spad{x},{}name)} changes the way \\axiom{\\spad{x}} is printed")) (|sqrt| (($ (|Integer|)) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ (|Fraction| (|Integer|))) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ $) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ $ (|PositiveInteger|)) "\\axiom{sqrt(\\spad{x},{}\\spad{n})} is \\axiom{\\spad{x} ** (1/n)}")) (|allRootsOf| (((|List| $) (|Polynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely")) (|rootOf| (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} creates the \\spad{n}th root for the order of \\axiom{pol} and gives it unique name") (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|) (|OutputForm|)) "\\axiom{rootOf(pol,{}\\spad{n},{}name)} creates the \\spad{n}th root for the order of \\axiom{pol} and names it \\axiom{name}")) (|mainValue| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainValue(\\spad{x})} is the expression of \\axiom{\\spad{x}} in terms of \\axiom{SparseUnivariatePolynomial(\\$)}")) (|mainDefiningPolynomial| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainDefiningPolynomial(\\spad{x})} is the defining polynomial for the main algebraic quantity of \\axiom{\\spad{x}}")) (|mainForm| (((|Union| (|OutputForm|) "failed") $) "\\axiom{mainForm(\\spad{x})} is the main algebraic quantity name of \\axiom{\\spad{x}}")))
NIL
NIL
-(-1043)
+(-1044)
((|constructor| (NIL "\\axiomType{RealClosedField} provides common acces functions for all real closed fields.")) (|approximate| (((|Fraction| (|Integer|)) $ $) "\\axiom{approximate(\\spad{n},{}\\spad{p})} gives an approximation of \\axiom{\\spad{n}} that has precision \\axiom{\\spad{p}}")) (|rename| (($ $ (|OutputForm|)) "\\axiom{rename(\\spad{x},{}name)} gives a new number that prints as name")) (|rename!| (($ $ (|OutputForm|)) "\\axiom{rename!(\\spad{x},{}name)} changes the way \\axiom{\\spad{x}} is printed")) (|sqrt| (($ (|Integer|)) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ (|Fraction| (|Integer|))) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ $) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ $ (|PositiveInteger|)) "\\axiom{sqrt(\\spad{x},{}\\spad{n})} is \\axiom{\\spad{x} ** (1/n)}")) (|allRootsOf| (((|List| $) (|Polynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely")) (|rootOf| (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} creates the \\spad{n}th root for the order of \\axiom{pol} and gives it unique name") (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|) (|OutputForm|)) "\\axiom{rootOf(pol,{}\\spad{n},{}name)} creates the \\spad{n}th root for the order of \\axiom{pol} and names it \\axiom{name}")) (|mainValue| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainValue(\\spad{x})} is the expression of \\axiom{\\spad{x}} in terms of \\axiom{SparseUnivariatePolynomial(\\$)}")) (|mainDefiningPolynomial| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainDefiningPolynomial(\\spad{x})} is the defining polynomial for the main algebraic quantity of \\axiom{\\spad{x}}")) (|mainForm| (((|Union| (|OutputForm|) "failed") $) "\\axiom{mainForm(\\spad{x})} is the main algebraic quantity name of \\axiom{\\spad{x}}")))
-((-4502 . T) (-4507 . T) (-4501 . T) (-4504 . T) (-4503 . T) ((-4511 "*") . T) (-4506 . T))
+((-4503 . T) (-4508 . T) (-4502 . T) (-4505 . T) (-4504 . T) ((-4512 "*") . T) (-4507 . T))
NIL
-(-1044 R -1610)
+(-1045 R -4346)
((|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
-(-1045 R -1610)
+(-1046 R -4346)
((|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
-(-1046 -1610 UP)
+(-1047 -4346 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
-(-1047 -1610 UP)
+(-1048 -4346 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
-(-1048 S)
+(-1049 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
-(-1049 F1 UP UPUP R F2)
+(-1050 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
-(-1050)
+(-1051)
((|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
-(-1051)
+(-1052)
((|constructor| (NIL "The category of real numeric domains,{} \\spadignore{i.e.} convertible to floats.")))
NIL
NIL
-(-1052 |Pol|)
+(-1053 |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
-(-1053 |Pol|)
+(-1054 |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
-(-1054)
+(-1055)
((|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
-(-1055 |TheField|)
+(-1056 |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")))
-((-4502 . T) (-4507 . T) (-4501 . T) (-4504 . T) (-4503 . T) ((-4511 "*") . T) (-4506 . T))
-((-2191 (|HasCategory| (-421 (-560)) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-421 (-560)) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 (-560)) (|%list| (QUOTE -1069) (QUOTE (-560)))))
-(-1056 -1610 L)
+((-4503 . T) (-4508 . T) (-4502 . T) (-4505 . T) (-4504 . T) ((-4512 "*") . T) (-4507 . T))
+((-2309 (|HasCategory| (-421 (-560)) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-421 (-560)) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-421 (-560)) (|%list| (QUOTE -1070) (QUOTE (-560)))))
+(-1057 -4346 L)
((|constructor| (NIL "\\spadtype{ReductionOfOrder} provides functions for reducing the order of linear ordinary differential equations once some solutions are known.")) (|ReduceOrder| (((|Record| (|:| |eq| |#2|) (|:| |op| (|List| |#1|))) |#2| (|List| |#1|)) "\\spad{ReduceOrder(op, [f1,...,fk])} returns \\spad{[op1,[g1,...,gk]]} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = gk \\int(g_{k-1} \\int(... \\int(g1 \\int z)...)} is a solution of \\spad{op y = 0}. Each \\spad{fi} must satisfy \\spad{op fi = 0}.") ((|#2| |#2| |#1|) "\\spad{ReduceOrder(op, s)} returns \\spad{op1} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = s \\int z} is a solution of \\spad{op y = 0}. \\spad{s} must satisfy \\spad{op s = 0}.")))
NIL
NIL
-(-1057 S)
+(-1058 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 (-1132))))
-(-1058 R E V P)
+((|HasCategory| |#1| (QUOTE (-1133))))
+(-1059 R E V P)
((|constructor| (NIL "This domain provides an implementation of regular chains. Moreover,{} the operation \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory} is an implementation of a new algorithm for solving polynomial systems by means of regular chains.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|preprocess| (((|Record| (|:| |val| (|List| |#4|)) (|:| |towers| (|List| $))) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{pre_process(lp,{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|internalZeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalZeroSetSplit(lp,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3})} is an internal subroutine,{} exported only for developement.")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}\\spad{b1},{}\\spad{b2}.\\spad{b3},{}\\spad{b4})} is an internal subroutine,{} exported only for developement.") (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}clos?,{}info?)} has the same specifications as \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory}. Moreover,{} if \\axiom{clos?} then solves in the sense of the Zariski closure else solves in the sense of the regular zeros. If \\axiom{info?} then do print messages during the computations.")) (|internalAugment| (((|List| $) |#4| $ (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalAugment(\\spad{p},{}ts,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#4| (QUOTE (-102))))
-(-1059)
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#4| (QUOTE (-102))))
+(-1060)
((|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
-(-1060 R)
+(-1061 R)
((|constructor| (NIL "\\spad{RepresentationPackage1} provides functions for representation theory for finite groups and algebras. The package creates permutation representations and uses tensor products and its symmetric and antisymmetric components to create new representations of larger degree from given ones. Note: instead of having parameters from \\spadtype{Permutation} this package allows list notation of permutations as well: \\spadignore{e.g.} \\spad{[1,4,3,2]} denotes permutes 2 and 4 and fixes 1 and 3.")) (|permutationRepresentation| (((|List| (|Matrix| (|Integer|))) (|List| (|List| (|Integer|)))) "\\spad{permutationRepresentation([pi1,...,pik],n)} returns the list of matrices {\\em [(deltai,pi1(i)),...,(deltai,pik(i))]} if the permutations {\\em pi1},{}...,{}{\\em pik} are in list notation and are permuting {\\em {1,2,...,n}}.") (((|List| (|Matrix| (|Integer|))) (|List| (|Permutation| (|Integer|))) (|Integer|)) "\\spad{permutationRepresentation([pi1,...,pik],n)} returns the list of matrices {\\em [(deltai,pi1(i)),...,(deltai,pik(i))]} (Kronecker delta) for the permutations {\\em pi1,...,pik} of {\\em {1,2,...,n}}.") (((|Matrix| (|Integer|)) (|List| (|Integer|))) "\\spad{permutationRepresentation(pi,n)} returns the matrix {\\em (deltai,pi(i))} (Kronecker delta) if the permutation {\\em pi} is in list notation and permutes {\\em {1,2,...,n}}.") (((|Matrix| (|Integer|)) (|Permutation| (|Integer|)) (|Integer|)) "\\spad{permutationRepresentation(pi,n)} returns the matrix {\\em (deltai,pi(i))} (Kronecker delta) for a permutation {\\em pi} of {\\em {1,2,...,n}}.")) (|tensorProduct| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,...ak])} calculates the list of Kronecker products of each matrix {\\em ai} with itself for {1 <= \\spad{i} <= \\spad{k}}. Note: If the list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the representation with itself.") (((|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a)} calculates the Kronecker product of the matrix {\\em a} with itself.") (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,...,ak],[b1,...,bk])} calculates the list of Kronecker products of the matrices {\\em ai} and {\\em bi} for {1 <= \\spad{i} <= \\spad{k}}. Note: If each list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a,b)} calculates the Kronecker product of the matrices {\\em a} and \\spad{b}. Note: if each matrix corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.")) (|symmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{symmetricTensors(la,n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,0,...,0)} of \\spad{n}. Error: if the matrices in {\\em la} are not square matrices. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{symmetricTensors(a,n)} applies to the \\spad{m}-by-\\spad{m} square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,0,...,0)} of \\spad{n}. Error: if {\\em a} is not a square matrix. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.")) (|createGenericMatrix| (((|Matrix| (|Polynomial| |#1|)) (|NonNegativeInteger|)) "\\spad{createGenericMatrix(m)} creates a square matrix of dimension \\spad{k} whose entry at the \\spad{i}-th row and \\spad{j}-th column is the indeterminate {\\em x[i,j]} (double subscripted).")) (|antisymmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{antisymmetricTensors(la,n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (1,1,...,1,0,0,...,0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{antisymmetricTensors(a,n)} applies to the square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm},{} where \\spad{m} is the number of rows of {\\em a},{} which corresponds to the partition {\\em (1,1,...,1,0,0,...,0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.")))
NIL
-((|HasAttribute| |#1| (QUOTE (-4511 "*"))))
-(-1061 R)
+((|HasAttribute| |#1| (QUOTE (-4512 "*"))))
+(-1062 R)
((|constructor| (NIL "\\spad{RepresentationPackage2} provides functions for working with modular representations of finite groups and algebra. The routines in this package are created,{} using ideas of \\spad{R}. Parker,{} (the meat-Axe) to get smaller representations from bigger ones,{} \\spadignore{i.e.} finding sub- and factormodules,{} or to show,{} that such the representations are irreducible. Note: most functions are randomized functions of Las Vegas type \\spadignore{i.e.} every answer is correct,{} but with small probability the algorithm fails to get an answer.")) (|scanOneDimSubspaces| (((|Vector| |#1|) (|List| (|Vector| |#1|)) (|Integer|)) "\\spad{scanOneDimSubspaces(basis,n)} gives a canonical representative of the {\\em n}\\spad{-}th one-dimensional subspace of the vector space generated by the elements of {\\em basis},{} all from {\\em R**n}. The coefficients of the representative are of shape {\\em (0,...,0,1,*,...,*)},{} {\\em *} in \\spad{R}. If the size of \\spad{R} is \\spad{q},{} then there are {\\em (q**n-1)/(q-1)} of them. We first reduce \\spad{n} modulo this number,{} then find the largest \\spad{i} such that {\\em +/[q**i for i in 0..i-1] <= n}. Subtracting this sum of powers from \\spad{n} results in an \\spad{i}-digit number to \\spad{basis} \\spad{q}. This fills the positions of the stars.")) (|meatAxe| (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{meatAxe(aG, numberOfTries)} calls {\\em meatAxe(aG,true,numberOfTries,7)}. Notes: 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Boolean|)) "\\spad{meatAxe(aG, randomElements)} calls {\\em meatAxe(aG,false,6,7)},{} only using Parker's fingerprints,{} if {\\em randomElemnts} is \\spad{false}. If it is \\spad{true},{} it calls {\\em meatAxe(aG,true,25,7)},{} only using random elements. Note: the choice of 25 was rather arbitrary. Also,{} 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|))) "\\spad{meatAxe(aG)} calls {\\em meatAxe(aG,false,25,7)} returns a 2-list of representations as follows. All matrices of argument \\spad{aG} are assumed to be square and of equal size. Then \\spad{aG} generates a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an A-module in the usual way. meatAxe(\\spad{aG}) creates at most 25 random elements of the algebra,{} tests them for singularity. If singular,{} it tries at most 7 elements of its kernel to generate a proper submodule. If successful a list which contains first the list of the representations of the submodule,{} then a list of the representations of the factor module is returned. Otherwise,{} if we know that all the kernel is already scanned,{} Norton's irreducibility test can be used either to prove irreducibility or to find the splitting. Notes: the first 6 tries use Parker's fingerprints. Also,{} 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Boolean|) (|Integer|) (|Integer|)) "\\spad{meatAxe(aG,randomElements,numberOfTries, maxTests)} returns a 2-list of representations as follows. All matrices of argument \\spad{aG} are assumed to be square and of equal size. Then \\spad{aG} generates a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an A-module in the usual way. meatAxe(\\spad{aG},{}\\spad{numberOfTries},{} maxTests) creates at most {\\em numberOfTries} random elements of the algebra,{} tests them for singularity. If singular,{} it tries at most {\\em maxTests} elements of its kernel to generate a proper submodule. If successful,{} a 2-list is returned: first,{} a list containing first the list of the representations of the submodule,{} then a list of the representations of the factor module. Otherwise,{} if we know that all the kernel is already scanned,{} Norton's irreducibility test can be used either to prove irreducibility or to find the splitting. If {\\em randomElements} is {\\em false},{} the first 6 tries use Parker's fingerprints.")) (|split| (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Vector| (|Vector| |#1|))) "\\spad{split(aG,submodule)} uses a proper \\spad{submodule} of {\\em R**n} to create the representations of the \\spad{submodule} and of the factor module.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{split(aG, vector)} returns a subalgebra \\spad{A} of all square matrix of dimension \\spad{n} as a list of list of matrices,{} generated by the list of matrices \\spad{aG},{} where \\spad{n} denotes both the size of vector as well as the dimension of each of the square matrices. {\\em V R} is an A-module in the natural way. split(\\spad{aG},{} vector) then checks whether the cyclic submodule generated by {\\em vector} is a proper submodule of {\\em V R}. If successful,{} it returns a two-element list,{} which contains first the list of the representations of the submodule,{} then the list of the representations of the factor module. If the vector generates the whole module,{} a one-element list of the old representation is given. Note: a later version this should call the other split.")) (|isAbsolutelyIrreducible?| (((|Boolean|) (|List| (|Matrix| |#1|))) "\\spad{isAbsolutelyIrreducible?(aG)} calls {\\em isAbsolutelyIrreducible?(aG,25)}. Note: the choice of 25 was rather arbitrary.") (((|Boolean|) (|List| (|Matrix| |#1|)) (|Integer|)) "\\spad{isAbsolutelyIrreducible?(aG, numberOfTries)} uses Norton's irreducibility test to check for absolute irreduciblity,{} assuming if a one-dimensional kernel is found. As no field extension changes create \"new\" elements in a one-dimensional space,{} the criterium stays \\spad{true} for every extension. The method looks for one-dimensionals only by creating random elements (no fingerprints) since a run of {\\em meatAxe} would have proved absolute irreducibility anyway.")) (|areEquivalent?| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|Integer|)) "\\spad{areEquivalent?(aG0,aG1,numberOfTries)} calls {\\em areEquivalent?(aG0,aG1,true,25)}. Note: the choice of 25 was rather arbitrary.") (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{areEquivalent?(aG0,aG1)} calls {\\em areEquivalent?(aG0,aG1,true,25)}. Note: the choice of 25 was rather arbitrary.") (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|Boolean|) (|Integer|)) "\\spad{areEquivalent?(aG0,aG1,randomelements,numberOfTries)} tests whether the two lists of matrices,{} all assumed of same square shape,{} can be simultaneously conjugated by a non-singular matrix. If these matrices represent the same group generators,{} the representations are equivalent. The algorithm tries {\\em numberOfTries} times to create elements in the generated algebras in the same fashion. If their ranks differ,{} they are not equivalent. If an isomorphism is assumed,{} then the kernel of an element of the first algebra is mapped to the kernel of the corresponding element in the second algebra. Now consider the one-dimensional ones. If they generate the whole space (\\spadignore{e.g.} irreducibility !) we use {\\em standardBasisOfCyclicSubmodule} to create the only possible transition matrix. The method checks whether the matrix conjugates all corresponding matrices from {\\em aGi}. The way to choose the singular matrices is as in {\\em meatAxe}. If the two representations are equivalent,{} this routine returns the transformation matrix {\\em TM} with {\\em aG0.i * TM = TM * aG1.i} for all \\spad{i}. If the representations are not equivalent,{} a small 0-matrix is returned. Note: the case with different sets of group generators cannot be handled.")) (|standardBasisOfCyclicSubmodule| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{standardBasisOfCyclicSubmodule(lm,v)} returns a matrix as follows. It is assumed that the size \\spad{n} of the vector equals the number of rows and columns of the matrices. Then the matrices generate a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an \\spad{A}-module in the natural way. standardBasisOfCyclicSubmodule(\\spad{lm},{}\\spad{v}) calculates a matrix whose non-zero column vectors are the \\spad{R}-Basis of {\\em Av} achieved in the way as described in section 6 of \\spad{R}. A. Parker's \"The Meat-Axe\". Note: in contrast to {\\em cyclicSubmodule},{} the result is not in echelon form.")) (|cyclicSubmodule| (((|Vector| (|Vector| |#1|)) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{cyclicSubmodule(lm,v)} generates a basis as follows. It is assumed that the size \\spad{n} of the vector equals the number of rows and columns of the matrices. Then the matrices generate a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an \\spad{A}-module in the natural way. cyclicSubmodule(\\spad{lm},{}\\spad{v}) generates the \\spad{R}-Basis of {\\em Av} as described in section 6 of \\spad{R}. A. Parker's \"The Meat-Axe\". Note: in contrast to the description in \"The Meat-Axe\" and to {\\em standardBasisOfCyclicSubmodule} the result is in echelon form.")) (|createRandomElement| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|Matrix| |#1|)) "\\spad{createRandomElement(aG,x)} creates a random element of the group algebra generated by {\\em aG}.")) (|completeEchelonBasis| (((|Matrix| |#1|) (|Vector| (|Vector| |#1|))) "\\spad{completeEchelonBasis(lv)} completes the basis {\\em lv} assumed to be in echelon form of a subspace of {\\em R**n} (\\spad{n} the length of all the vectors in {\\em lv}) with unit vectors to a basis of {\\em R**n}. It is assumed that the argument is not an empty vector and that it is not the basis of the 0-subspace. Note: the rows of the result correspond to the vectors of the basis.")))
NIL
((-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-319))))
-(-1062 S)
+(-1063 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
-(-1063 S)
+(-1064 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
-(-1064 S)
+(-1065 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
-(-1065 -1610 |Expon| |VarSet| |FPol| |LFPol|)
+(-1066 -4346 |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")))
-(((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1066)
-((|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.}")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (QUOTE (-1208))) (|%list| (QUOTE |:|) (QUOTE -2660) (QUOTE (-51))))))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-51) (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-51) (QUOTE (-1132))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| (-51) (QUOTE (-1132))) (|HasCategory| (-51) (|%list| (QUOTE -321) (QUOTE (-51))))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-1208) (QUOTE (-871))) (|HasCategory| (-51) (QUOTE (-1132))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-102)))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-102))))
(-1067)
+((|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.}")))
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (QUOTE (-1209))) (|%list| (QUOTE |:|) (QUOTE -3529) (QUOTE (-51))))))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-51) (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-51) (QUOTE (-1133))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| (-51) (QUOTE (-1133))) (|HasCategory| (-51) (|%list| (QUOTE -321) (QUOTE (-51))))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-1209) (QUOTE (-872))) (|HasCategory| (-51) (QUOTE (-1133))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-102)))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-102))))
+(-1068)
((|constructor| (NIL "This domain represents `return' expressions.")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression returned by `e'.")))
NIL
NIL
-(-1068 A S)
+(-1069 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
-(-1069 S)
+(-1070 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
-(-1070 Q R)
+(-1071 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
-(-1071 R)
+(-1072 R)
((|constructor| (NIL "Utilities that provide the same top-level manipulations on fractions than on polynomials.")) (|coerce| (((|Fraction| (|Polynomial| |#1|)) |#1|) "\\spad{coerce(r)} returns \\spad{r} viewed as a rational function over \\spad{R}.")) (|eval| (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{eval(f, [v1 = g1,...,vn = gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel,{} \\spadignore{i.e.} \\spad{vi}'s appearing inside the \\spad{gi}'s are not replaced. Error: if any \\spad{vi} is not a symbol.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eval(f, v = g)} returns \\spad{f} with \\spad{v} replaced by \\spad{g}. Error: if \\spad{v} is not a symbol.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eval(f, [v1,...,vn], [g1,...,gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel,{} \\spadignore{i.e.} \\spad{vi}'s appearing inside the \\spad{gi}'s are not replaced.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{eval(f, v, g)} returns \\spad{f} with \\spad{v} replaced by \\spad{g}.")) (|multivariate| (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) (|Symbol|)) "\\spad{multivariate(f, v)} applies both the numerator and denominator of \\spad{f} to \\spad{v}.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{univariate(f, v)} returns \\spad{f} viewed as a univariate rational function in \\spad{v}.")) (|mainVariable| (((|Union| (|Symbol|) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{mainVariable(f)} returns the highest variable appearing in the numerator or the denominator of \\spad{f},{} \"failed\" if \\spad{f} has no variables.")) (|variables| (((|List| (|Symbol|)) (|Fraction| (|Polynomial| |#1|))) "\\spad{variables(f)} returns the list of variables appearing in the numerator or the denominator of \\spad{f}.")))
NIL
NIL
-(-1072)
+(-1073)
((|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
-(-1073 UP)
+(-1074 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
-(-1074 R)
+(-1075 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
-(-1075 T$)
+(-1076 T$)
((|constructor| (NIL "This category defines the common interface for RGB color models.")) (|componentUpperBound| ((|#1|) "componentUpperBound is an upper bound for all component values.")) (|blue| ((|#1| $) "\\spad{blue(c)} returns the `blue' component of `c'.")) (|green| ((|#1| $) "\\spad{green(c)} returns the `green' component of `c'.")) (|red| ((|#1| $) "\\spad{red(c)} returns the `red' component of `c'.")))
NIL
NIL
-(-1076 T$)
+(-1077 T$)
((|constructor| (NIL "This category defines the common interface for RGB color spaces.")) (|whitePoint| (($) "whitePoint is the contant indicating the white point of this color space.")))
NIL
NIL
-(-1077 R |ls|)
+(-1078 R |ls|)
((|constructor| (NIL "A domain for regular chains (\\spadignore{i.e.} regular triangular sets) over a Gcd-Domain and with a fix list of variables. This is just a front-end for the \\spadtype{RegularTriangularSet} domain constructor.")) (|zeroSetSplit| (((|List| $) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|) (|Boolean|)) "\\spad{zeroSetSplit(lp,clos?,info?)} returns a list \\spad{lts} of regular chains such that the union of the closures of their regular zero sets equals the affine variety associated with \\spad{lp}. Moreover,{} if \\spad{clos?} is \\spad{false} then the union of the regular zero set of the \\spad{ts} (for \\spad{ts} in \\spad{lts}) equals this variety. If \\spad{info?} is \\spad{true} then some information is displayed during the computations. See \\axiomOpFrom{zeroSetSplit}{RegularTriangularSet}.")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| (-802 |#1| (-888 |#2|)) (QUOTE (-1132))) (|HasCategory| (-802 |#1| (-888 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -802) (|devaluate| |#1|) (|%list| (QUOTE -888) (|devaluate| |#2|)))))) (|HasCategory| (-802 |#1| (-888 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-802 |#1| (-888 |#2|)) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| (-888 |#2|) (QUOTE (-381))) (|HasCategory| (-802 |#1| (-888 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-802 |#1| (-888 |#2|)) (QUOTE (-102))))
-(-1078)
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| (-802 |#1| (-889 |#2|)) (QUOTE (-1133))) (|HasCategory| (-802 |#1| (-889 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -802) (|devaluate| |#1|) (|%list| (QUOTE -889) (|devaluate| |#2|)))))) (|HasCategory| (-802 |#1| (-889 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-802 |#1| (-889 |#2|)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| (-889 |#2|) (QUOTE (-381))) (|HasCategory| (-802 |#1| (-889 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-802 |#1| (-889 |#2|)) (QUOTE (-102))))
+(-1079)
((|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
-(-1079 S)
+(-1080 S)
((|constructor| (NIL "The category of rings with unity,{} always associative,{} but not necessarily commutative.")) (|unitsKnown| ((|attribute|) "recip truly yields reciprocal or \"failed\" if not a unit. Note: \\spad{recip(0) = \"failed\"}.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring this is the smallest positive integer \\spad{n} such that \\spad{n*x=0} for all \\spad{x} in the ring,{} or zero if no such \\spad{n} exists.")))
NIL
NIL
-(-1080)
+(-1081)
((|constructor| (NIL "The category of rings with unity,{} always associative,{} but not necessarily commutative.")) (|unitsKnown| ((|attribute|) "recip truly yields reciprocal or \"failed\" if not a unit. Note: \\spad{recip(0) = \"failed\"}.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring this is the smallest positive integer \\spad{n} such that \\spad{n*x=0} for all \\spad{x} in the ring,{} or zero if no such \\spad{n} exists.")))
-((-4506 . T))
+((-4507 . T))
NIL
-(-1081 |xx| -1610)
+(-1082 |xx| -4346)
((|constructor| (NIL "This package exports rational interpolation algorithms")))
NIL
NIL
-(-1082 S)
+(-1083 S)
((|constructor| (NIL "\\indented{2}{A set is an \\spad{S}-right linear set if it is stable by right-dilation} \\indented{2}{by elements in the semigroup \\spad{S}.} See Also: LeftLinearSet.")) (* (($ $ |#1|) "\\spad{x*s} is the right-dilation of \\spad{x} by \\spad{s}.")))
NIL
NIL
-(-1083 S |m| |n| R |Row| |Col|)
+(-1084 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 (-319))) (|HasCategory| |#4| (QUOTE (-376))) (|HasCategory| |#4| (QUOTE (-571))) (|HasCategory| |#4| (QUOTE (-175))))
-(-1084 |m| |n| R |Row| |Col|)
+(-1085 |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")))
-((-4509 . T) (-4504 . T) (-4503 . T))
+((-4510 . T) (-4505 . T) (-4504 . T))
NIL
-(-1085 |m| |n| R)
+(-1086 |m| |n| R)
((|constructor| (NIL "\\spadtype{RectangularMatrix} is a matrix domain where the number of rows and the number of columns are parameters of the domain.")) (|rectangularMatrix| (($ (|Matrix| |#3|)) "\\spad{rectangularMatrix(m)} converts a matrix of type \\spadtype{Matrix} to a matrix of type \\spad{RectangularMatrix}.")))
-((-4509 . T) (-4504 . T) (-4503 . T))
-((|HasCategory| |#3| (QUOTE (-175))) (-2191 (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|))))) (|HasCategory| |#3| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376)))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (QUOTE (-319))) (|HasCategory| |#3| (QUOTE (-571))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (|HasCategory| |#3| (QUOTE (-102))) (|HasCategory| |#3| (|%list| (QUOTE -632) (QUOTE (-887)))))
-(-1086 |m| |n| R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
+((-4510 . T) (-4505 . T) (-4504 . T))
+((|HasCategory| |#3| (QUOTE (-175))) (-2309 (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|))))) (|HasCategory| |#3| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376)))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (QUOTE (-319))) (|HasCategory| |#3| (QUOTE (-571))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (|HasCategory| |#3| (QUOTE (-102))) (|HasCategory| |#3| (|%list| (QUOTE -632) (QUOTE (-888)))))
+(-1087 |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
-(-1087 R)
+(-1088 R)
((|constructor| (NIL "The category of right modules over an rng (ring not necessarily with unit). This is an abelian group which supports right multiplation by elements of the rng. \\blankline")))
NIL
NIL
-(-1088)
+(-1089)
((|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
-(-1089 S T$)
+(-1090 S T$)
((|constructor| (NIL "This domain represents the notion of binding a variable to range over a specific segment (either bounded,{} or half bounded).")) (|segment| ((|#1| $) "\\spad{segment(x)} returns the segment from the right hand side of the \\spadtype{RangeBinding}. For example,{} if \\spad{x} is \\spad{v=s},{} then \\spad{segment(x)} returns \\spad{s}.")) (|variable| (((|Symbol|) $) "\\spad{variable(x)} returns the variable from the left hand side of the \\spadtype{RangeBinding}. For example,{} if \\spad{x} is \\spad{v=s},{} then \\spad{variable(x)} returns \\spad{v}.")) (|equation| (($ (|Symbol|) |#1|) "\\spad{equation(v,s)} creates a segment binding value with variable \\spad{v} and segment \\spad{s}. Note that the interpreter parses \\spad{v=s} to this form.")))
NIL
-((|HasCategory| |#1| (QUOTE (-1132))))
-(-1090 S)
+((|HasCategory| |#1| (QUOTE (-1133))))
+(-1091 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
-(-1091)
+(-1092)
((|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.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1092 |TheField| |ThePolDom|)
+(-1093 |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
-(-1093)
+(-1094)
((|constructor| (NIL "\\spadtype{RomanNumeral} provides functions for converting \\indented{1}{integers to roman numerals.}")) (|roman| (($ (|Integer|)) "\\spad{roman(n)} creates a roman numeral for \\spad{n}.") (($ (|Symbol|)) "\\spad{roman(n)} creates a roman numeral for symbol \\spad{n}.")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")))
-((-4497 . T) (-4501 . T) (-4496 . T) (-4507 . T) (-4508 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4498 . T) (-4502 . T) (-4497 . T) (-4508 . T) (-4509 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1094)
+(-1095)
((|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's")) (|selectPDERoutines| (($ $) "\\spad{selectPDERoutines(R)} chooses only those routines from the database which are for the solution of PDE'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}")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (QUOTE (-1208))) (|%list| (QUOTE |:|) (QUOTE -2660) (QUOTE (-51))))))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-51) (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-51) (QUOTE (-1132))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| (-51) (QUOTE (-1132))) (|HasCategory| (-51) (|%list| (QUOTE -321) (QUOTE (-51))))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-1132))) (|HasCategory| (-1208) (QUOTE (-871))) (|HasCategory| (-51) (QUOTE (-1132))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-102)))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (QUOTE (-102))))
-(-1095 S R E V)
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (QUOTE (-1209))) (|%list| (QUOTE |:|) (QUOTE -3529) (QUOTE (-51))))))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-51) (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-51) (QUOTE (-1133))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| (-51) (QUOTE (-1133))) (|HasCategory| (-51) (|%list| (QUOTE -321) (QUOTE (-51))))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-1133))) (|HasCategory| (-1209) (QUOTE (-872))) (|HasCategory| (-51) (QUOTE (-1133))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-102))) (|HasCategory| (-51) (QUOTE (-102)))) (|HasCategory| (-51) (QUOTE (-102))) (|HasCategory| (-51) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (QUOTE (-102))))
+(-1096 S R E V)
((|constructor| (NIL "A category for general multi-variate polynomials with coefficients in a ring,{} variables in an ordered set,{} and exponents from an ordered abelian monoid,{} with a \\axiomOp{sup} operation. When not constant,{} such a polynomial is viewed as a univariate polynomial in its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in the ordered set,{} so that some operations usually defined for univariate polynomials make sense here.")) (|mainSquareFreePart| (($ $) "\\axiom{mainSquareFreePart(\\spad{p})} returns the square free part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainPrimitivePart| (($ $) "\\axiom{mainPrimitivePart(\\spad{p})} returns the primitive part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainContent| (($ $) "\\axiom{mainContent(\\spad{p})} returns the content of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|primitivePart!| (($ $) "\\axiom{primitivePart!(\\spad{p})} replaces \\axiom{\\spad{p}} by its primitive part.")) (|gcd| ((|#2| |#2| $) "\\axiom{gcd(\\spad{r},{}\\spad{p})} returns the gcd of \\axiom{\\spad{r}} and the content of \\axiom{\\spad{p}}.")) (|nextsubResultant2| (($ $ $ $ $) "\\axiom{\\spad{nextsubResultant2}(\\spad{p},{}\\spad{q},{}\\spad{z},{}\\spad{s})} is the multivariate version of the operation \\axiomOpFrom{\\spad{next_sousResultant2}}{PseudoRemainderSequence} from the \\axiomType{PseudoRemainderSequence} constructor.")) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) "\\axiom{\\spad{LazardQuotient2}(\\spad{p},{}a,{}\\spad{b},{}\\spad{n})} returns \\axiom{(a**(\\spad{n}-1) * \\spad{p}) exquo b**(\\spad{n}-1)} assuming that this quotient does not fail.")) (|LazardQuotient| (($ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a**n exquo b**(\\spad{n}-1)} assuming that this quotient does not fail.")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns the last non-zero subresultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|subResultantChain| (((|List| $) $ $) "\\axiom{subResultantChain(a,{}\\spad{b})},{} where \\axiom{a} and \\axiom{\\spad{b}} are not contant polynomials with the same main variable,{} returns the subresultant chain of \\axiom{a} and \\axiom{\\spad{b}}.")) (|resultant| (($ $ $) "\\axiom{resultant(a,{}\\spad{b})} computes the resultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd2}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}cb]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}cb]} otherwise produces an error.")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd1}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}cb]} otherwise produces an error.")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[ca,{}cb,{}\\spad{r}]} such that \\axiom{\\spad{r}} is \\axiom{subResultantGcd(a,{}\\spad{b})} and we have \\axiom{ca * a + cb * cb = \\spad{r}} .")) (|subResultantGcd| (($ $ $) "\\axiom{subResultantGcd(a,{}\\spad{b})} computes a gcd of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}} with coefficients in the fraction field of the polynomial ring generated by their other variables over \\axiom{\\spad{R}}.")) (|exactQuotient!| (($ $ $) "\\axiom{exactQuotient!(a,{}\\spad{b})} replaces \\axiom{a} by \\axiom{exactQuotient(a,{}\\spad{b})}") (($ $ |#2|) "\\axiom{exactQuotient!(\\spad{p},{}\\spad{r})} replaces \\axiom{\\spad{p}} by \\axiom{exactQuotient(\\spad{p},{}\\spad{r})}.")) (|exactQuotient| (($ $ $) "\\axiom{exactQuotient(a,{}\\spad{b})} computes the exact quotient of \\axiom{a} by \\axiom{\\spad{b}},{} which is assumed to be a divisor of \\axiom{a}. No error is returned if this exact quotient fails!") (($ $ |#2|) "\\axiom{exactQuotient(\\spad{p},{}\\spad{r})} computes the exact quotient of \\axiom{\\spad{p}} by \\axiom{\\spad{r}},{} which is assumed to be a divisor of \\axiom{\\spad{p}}. No error is returned if this exact quotient fails!")) (|primPartElseUnitCanonical!| (($ $) "\\axiom{primPartElseUnitCanonical!(\\spad{p})} replaces \\axiom{\\spad{p}} by \\axiom{primPartElseUnitCanonical(\\spad{p})}.")) (|primPartElseUnitCanonical| (($ $) "\\axiom{primPartElseUnitCanonical(\\spad{p})} returns \\axiom{primitivePart(\\spad{p})} if \\axiom{\\spad{R}} is a gcd-domain,{} otherwise \\axiom{unitCanonical(\\spad{p})}.")) (|convert| (($ (|Polynomial| |#2|)) "\\axiom{convert(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}},{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.")) (|retract| (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.")) (|initiallyReduce| (($ $ $) "\\axiom{initiallyReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|headReduce| (($ $ $) "\\axiom{headReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{p},{}\\spad{q},{}\\spad{n}]} where \\axiom{\\spad{p} / q**n} represents the residue class of \\axiom{a} modulo \\axiom{\\spad{b}} and \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{q}} is \\axiom{init(\\spad{b})}.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} computes \\axiom{a mod \\spad{b}},{} if \\axiom{\\spad{b}} is monic as univariate polynomial in its main variable.")) (|pseudoDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{pseudoDivide(a,{}\\spad{b})} computes \\axiom{[pquo(a,{}\\spad{b}),{}prem(a,{}\\spad{b})]},{} both polynomials viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}},{} if \\axiom{\\spad{b}} is not a constant polynomial.")) (|lazyPseudoDivide| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $ |#4|) "\\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})},{} \\axiom{(c**g)*r = prem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}] = lazyPremWithDefault(a,{}\\spad{b})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.")) (|lazyPremWithDefault| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $ |#4|) "\\axiom{lazyPremWithDefault(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{(c**g)*r = prem(a,{}\\spad{b},{}\\spad{v})}.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $) "\\axiom{lazyPremWithDefault(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b})} and \\axiom{(c**g)*r = prem(a,{}\\spad{b})}.")) (|lazyPquo| (($ $ $ |#4|) "\\axiom{lazyPquo(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.") (($ $ $) "\\axiom{lazyPquo(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.")) (|lazyPrem| (($ $ $ |#4|) "\\axiom{lazyPrem(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} viewed as univariate polynomials in the variable \\axiom{\\spad{v}} such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.") (($ $ $) "\\axiom{lazyPrem(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.")) (|pquo| (($ $ $ |#4|) "\\axiom{pquo(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{pquo(a,{}\\spad{b})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|prem| (($ $ $ |#4|) "\\axiom{prem(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{prem(a,{}\\spad{b})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|normalized?| (((|Boolean|) $ (|List| $)) "\\axiom{normalized?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{normalized?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{normalized?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{a} and its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variable of \\axiom{\\spad{b}}")) (|initiallyReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{initiallyReduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{initiallyReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{initiallyReduced?(a,{}\\spad{b})} returns \\spad{false} iff there exists an iterated initial of \\axiom{a} which is not reduced \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{b}}.")) (|headReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{headReduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{headReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{headReduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(head(a),{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|reduced?| (((|Boolean|) $ (|List| $)) "\\axiom{reduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{reduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{reduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(a,{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|supRittWu?| (((|Boolean|) $ $) "\\axiom{supRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is greater than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is less than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|RittWuCompare| (((|Union| (|Boolean|) "failed") $ $) "\\axiom{RittWuCompare(a,{}\\spad{b})} returns \\axiom{\"failed\"} if \\axiom{a} and \\axiom{\\spad{b}} have same rank \\spad{w}.\\spad{r}.\\spad{t}. Ritt and Wu Wen Tsun ordering using the refinement of Lazard,{} otherwise returns \\axiom{infRittWu?(a,{}\\spad{b})}.")) (|mainMonomials| (((|List| $) $) "\\axiom{mainMonomials(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [1],{} otherwise returns the list of the monomials of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainCoefficients| (((|List| $) $) "\\axiom{mainCoefficients(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [\\spad{p}],{} otherwise returns the list of the coefficients of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|leastMonomial| (($ $) "\\axiom{leastMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} the monomial of \\axiom{\\spad{p}} with lowest degree,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainMonomial| (($ $) "\\axiom{mainMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} \\axiom{mvar(\\spad{p})} raised to the power \\axiom{mdeg(\\spad{p})}.")) (|quasiMonic?| (((|Boolean|) $) "\\axiom{quasiMonic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff the initial of \\axiom{\\spad{p}} lies in the base ring \\axiom{\\spad{R}}.")) (|monic?| (((|Boolean|) $) "\\axiom{monic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff \\axiom{\\spad{p}} is monic as a univariate polynomial in its main variable.")) (|reductum| (($ $ |#4|) "\\axiom{reductum(\\spad{p},{}\\spad{v})} returns the reductum of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in \\axiom{\\spad{v}}.")) (|leadingCoefficient| (($ $ |#4|) "\\axiom{leadingCoefficient(\\spad{p},{}\\spad{v})} returns the leading coefficient of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as A univariate polynomial in \\axiom{\\spad{v}}.")) (|deepestInitial| (($ $) "\\axiom{deepestInitial(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the last term of \\axiom{iteratedInitials(\\spad{p})}.")) (|iteratedInitials| (((|List| $) $) "\\axiom{iteratedInitials(\\spad{p})} returns \\axiom{[]} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the list of the iterated initials of \\axiom{\\spad{p}}.")) (|deepestTail| (($ $) "\\axiom{deepestTail(\\spad{p})} returns \\axiom{0} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns tail(\\spad{p}),{} if \\axiom{tail(\\spad{p})} belongs to \\axiom{\\spad{R}} or \\axiom{mvar(tail(\\spad{p})) < mvar(\\spad{p})},{} otherwise returns \\axiom{deepestTail(tail(\\spad{p}))}.")) (|tail| (($ $) "\\axiom{tail(\\spad{p})} returns its reductum,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|head| (($ $) "\\axiom{head(\\spad{p})} returns \\axiom{\\spad{p}} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading term (monomial in the AXIOM sense),{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|init| (($ $) "\\axiom{init(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading coefficient,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mdeg| (((|NonNegativeInteger|) $) "\\axiom{mdeg(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{0},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{0},{} otherwise,{} returns the degree of \\axiom{\\spad{p}} in its main variable.")) (|mvar| ((|#4| $) "\\axiom{mvar(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in \\axiom{\\spad{V}}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (|%list| (QUOTE -38) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -1022) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-1208)))))
-(-1096 R E V)
+((|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-559))) (|HasCategory| |#2| (|%list| (QUOTE -38) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -1023) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-1209)))))
+(-1097 R E V)
((|constructor| (NIL "A category for general multi-variate polynomials with coefficients in a ring,{} variables in an ordered set,{} and exponents from an ordered abelian monoid,{} with a \\axiomOp{sup} operation. When not constant,{} such a polynomial is viewed as a univariate polynomial in its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in the ordered set,{} so that some operations usually defined for univariate polynomials make sense here.")) (|mainSquareFreePart| (($ $) "\\axiom{mainSquareFreePart(\\spad{p})} returns the square free part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainPrimitivePart| (($ $) "\\axiom{mainPrimitivePart(\\spad{p})} returns the primitive part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainContent| (($ $) "\\axiom{mainContent(\\spad{p})} returns the content of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|primitivePart!| (($ $) "\\axiom{primitivePart!(\\spad{p})} replaces \\axiom{\\spad{p}} by its primitive part.")) (|gcd| ((|#1| |#1| $) "\\axiom{gcd(\\spad{r},{}\\spad{p})} returns the gcd of \\axiom{\\spad{r}} and the content of \\axiom{\\spad{p}}.")) (|nextsubResultant2| (($ $ $ $ $) "\\axiom{\\spad{nextsubResultant2}(\\spad{p},{}\\spad{q},{}\\spad{z},{}\\spad{s})} is the multivariate version of the operation \\axiomOpFrom{\\spad{next_sousResultant2}}{PseudoRemainderSequence} from the \\axiomType{PseudoRemainderSequence} constructor.")) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) "\\axiom{\\spad{LazardQuotient2}(\\spad{p},{}a,{}\\spad{b},{}\\spad{n})} returns \\axiom{(a**(\\spad{n}-1) * \\spad{p}) exquo b**(\\spad{n}-1)} assuming that this quotient does not fail.")) (|LazardQuotient| (($ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a**n exquo b**(\\spad{n}-1)} assuming that this quotient does not fail.")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns the last non-zero subresultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|subResultantChain| (((|List| $) $ $) "\\axiom{subResultantChain(a,{}\\spad{b})},{} where \\axiom{a} and \\axiom{\\spad{b}} are not contant polynomials with the same main variable,{} returns the subresultant chain of \\axiom{a} and \\axiom{\\spad{b}}.")) (|resultant| (($ $ $) "\\axiom{resultant(a,{}\\spad{b})} computes the resultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd2}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}cb]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}cb]} otherwise produces an error.")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd1}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}cb]} otherwise produces an error.")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[ca,{}cb,{}\\spad{r}]} such that \\axiom{\\spad{r}} is \\axiom{subResultantGcd(a,{}\\spad{b})} and we have \\axiom{ca * a + cb * cb = \\spad{r}} .")) (|subResultantGcd| (($ $ $) "\\axiom{subResultantGcd(a,{}\\spad{b})} computes a gcd of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}} with coefficients in the fraction field of the polynomial ring generated by their other variables over \\axiom{\\spad{R}}.")) (|exactQuotient!| (($ $ $) "\\axiom{exactQuotient!(a,{}\\spad{b})} replaces \\axiom{a} by \\axiom{exactQuotient(a,{}\\spad{b})}") (($ $ |#1|) "\\axiom{exactQuotient!(\\spad{p},{}\\spad{r})} replaces \\axiom{\\spad{p}} by \\axiom{exactQuotient(\\spad{p},{}\\spad{r})}.")) (|exactQuotient| (($ $ $) "\\axiom{exactQuotient(a,{}\\spad{b})} computes the exact quotient of \\axiom{a} by \\axiom{\\spad{b}},{} which is assumed to be a divisor of \\axiom{a}. No error is returned if this exact quotient fails!") (($ $ |#1|) "\\axiom{exactQuotient(\\spad{p},{}\\spad{r})} computes the exact quotient of \\axiom{\\spad{p}} by \\axiom{\\spad{r}},{} which is assumed to be a divisor of \\axiom{\\spad{p}}. No error is returned if this exact quotient fails!")) (|primPartElseUnitCanonical!| (($ $) "\\axiom{primPartElseUnitCanonical!(\\spad{p})} replaces \\axiom{\\spad{p}} by \\axiom{primPartElseUnitCanonical(\\spad{p})}.")) (|primPartElseUnitCanonical| (($ $) "\\axiom{primPartElseUnitCanonical(\\spad{p})} returns \\axiom{primitivePart(\\spad{p})} if \\axiom{\\spad{R}} is a gcd-domain,{} otherwise \\axiom{unitCanonical(\\spad{p})}.")) (|convert| (($ (|Polynomial| |#1|)) "\\axiom{convert(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}},{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.")) (|retract| (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.")) (|initiallyReduce| (($ $ $) "\\axiom{initiallyReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|headReduce| (($ $ $) "\\axiom{headReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{p},{}\\spad{q},{}\\spad{n}]} where \\axiom{\\spad{p} / q**n} represents the residue class of \\axiom{a} modulo \\axiom{\\spad{b}} and \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{q}} is \\axiom{init(\\spad{b})}.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} computes \\axiom{a mod \\spad{b}},{} if \\axiom{\\spad{b}} is monic as univariate polynomial in its main variable.")) (|pseudoDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{pseudoDivide(a,{}\\spad{b})} computes \\axiom{[pquo(a,{}\\spad{b}),{}prem(a,{}\\spad{b})]},{} both polynomials viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}},{} if \\axiom{\\spad{b}} is not a constant polynomial.")) (|lazyPseudoDivide| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) "\\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})},{} \\axiom{(c**g)*r = prem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}] = lazyPremWithDefault(a,{}\\spad{b})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.")) (|lazyPremWithDefault| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $ |#3|) "\\axiom{lazyPremWithDefault(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{(c**g)*r = prem(a,{}\\spad{b},{}\\spad{v})}.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $) "\\axiom{lazyPremWithDefault(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b})} and \\axiom{(c**g)*r = prem(a,{}\\spad{b})}.")) (|lazyPquo| (($ $ $ |#3|) "\\axiom{lazyPquo(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.") (($ $ $) "\\axiom{lazyPquo(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.")) (|lazyPrem| (($ $ $ |#3|) "\\axiom{lazyPrem(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} viewed as univariate polynomials in the variable \\axiom{\\spad{v}} such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.") (($ $ $) "\\axiom{lazyPrem(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.")) (|pquo| (($ $ $ |#3|) "\\axiom{pquo(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{pquo(a,{}\\spad{b})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|prem| (($ $ $ |#3|) "\\axiom{prem(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{prem(a,{}\\spad{b})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|normalized?| (((|Boolean|) $ (|List| $)) "\\axiom{normalized?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{normalized?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{normalized?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{a} and its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variable of \\axiom{\\spad{b}}")) (|initiallyReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{initiallyReduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{initiallyReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{initiallyReduced?(a,{}\\spad{b})} returns \\spad{false} iff there exists an iterated initial of \\axiom{a} which is not reduced \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{b}}.")) (|headReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{headReduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{headReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{headReduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(head(a),{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|reduced?| (((|Boolean|) $ (|List| $)) "\\axiom{reduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{reduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{reduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(a,{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|supRittWu?| (((|Boolean|) $ $) "\\axiom{supRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is greater than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is less than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|RittWuCompare| (((|Union| (|Boolean|) "failed") $ $) "\\axiom{RittWuCompare(a,{}\\spad{b})} returns \\axiom{\"failed\"} if \\axiom{a} and \\axiom{\\spad{b}} have same rank \\spad{w}.\\spad{r}.\\spad{t}. Ritt and Wu Wen Tsun ordering using the refinement of Lazard,{} otherwise returns \\axiom{infRittWu?(a,{}\\spad{b})}.")) (|mainMonomials| (((|List| $) $) "\\axiom{mainMonomials(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [1],{} otherwise returns the list of the monomials of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainCoefficients| (((|List| $) $) "\\axiom{mainCoefficients(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [\\spad{p}],{} otherwise returns the list of the coefficients of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|leastMonomial| (($ $) "\\axiom{leastMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} the monomial of \\axiom{\\spad{p}} with lowest degree,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainMonomial| (($ $) "\\axiom{mainMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} \\axiom{mvar(\\spad{p})} raised to the power \\axiom{mdeg(\\spad{p})}.")) (|quasiMonic?| (((|Boolean|) $) "\\axiom{quasiMonic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff the initial of \\axiom{\\spad{p}} lies in the base ring \\axiom{\\spad{R}}.")) (|monic?| (((|Boolean|) $) "\\axiom{monic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff \\axiom{\\spad{p}} is monic as a univariate polynomial in its main variable.")) (|reductum| (($ $ |#3|) "\\axiom{reductum(\\spad{p},{}\\spad{v})} returns the reductum of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in \\axiom{\\spad{v}}.")) (|leadingCoefficient| (($ $ |#3|) "\\axiom{leadingCoefficient(\\spad{p},{}\\spad{v})} returns the leading coefficient of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as A univariate polynomial in \\axiom{\\spad{v}}.")) (|deepestInitial| (($ $) "\\axiom{deepestInitial(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the last term of \\axiom{iteratedInitials(\\spad{p})}.")) (|iteratedInitials| (((|List| $) $) "\\axiom{iteratedInitials(\\spad{p})} returns \\axiom{[]} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the list of the iterated initials of \\axiom{\\spad{p}}.")) (|deepestTail| (($ $) "\\axiom{deepestTail(\\spad{p})} returns \\axiom{0} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns tail(\\spad{p}),{} if \\axiom{tail(\\spad{p})} belongs to \\axiom{\\spad{R}} or \\axiom{mvar(tail(\\spad{p})) < mvar(\\spad{p})},{} otherwise returns \\axiom{deepestTail(tail(\\spad{p}))}.")) (|tail| (($ $) "\\axiom{tail(\\spad{p})} returns its reductum,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|head| (($ $) "\\axiom{head(\\spad{p})} returns \\axiom{\\spad{p}} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading term (monomial in the AXIOM sense),{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|init| (($ $) "\\axiom{init(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading coefficient,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mdeg| (((|NonNegativeInteger|) $) "\\axiom{mdeg(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{0},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{0},{} otherwise,{} returns the degree of \\axiom{\\spad{p}} in its main variable.")) (|mvar| ((|#3| $) "\\axiom{mvar(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in \\axiom{\\spad{V}}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
NIL
-(-1097)
+(-1098)
((|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
-(-1098 S |TheField| |ThePols|)
+(-1099 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
-(-1099 |TheField| |ThePols|)
+(-1100 |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
-(-1100 R E V P TS)
+(-1101 R E V P TS)
((|constructor| (NIL "A package providing a new algorithm for solving polynomial systems by means of regular chains. Two ways of solving are proposed: in the sense of Zariski closure (like in Kalkbrener's algorithm) or in the sense of the regular zeros (like in Wu,{} Wang or Lazard methods). This algorithm is valid for nay type of regular set. It does not care about the way a polynomial is added in an regular set,{} or how two quasi-components are compared (by an inclusion-test),{} or how the invertibility test is made in the tower of simple extensions associated with a regular set. These operations are realized respectively by the domain \\spad{TS} and the packages \\axiomType{QCMPACK}(\\spad{R},{}\\spad{E},{}\\spad{V},{}\\spad{P},{}TS) and \\axiomType{RSETGCD}(\\spad{R},{}\\spad{E},{}\\spad{V},{}\\spad{P},{}TS). The same way it does not care about the way univariate polynomial gcd (with coefficients in the tower of simple extensions associated with a regular set) are computed. The only requirement is that these gcd need to have invertible initials (normalized or not). WARNING. There is no need for a user to call diectly any operation of this package since they can be accessed by the domain \\axiom{TS}. Thus,{} the operations of this package are not documented.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-1101 S R E V P)
+(-1102 S R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,...,xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,...,tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,...,ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,...,Ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(Ti)} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,...,Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{Phd Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#5|) (|Boolean|)) "\\spad{zeroSetSplit(lp,clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#5|) (|List| $)) "\\spad{extend(lp,lts)} returns the same as \\spad{concat([extend(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#5|) $) "\\spad{extend(lp,ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,ts)} if \\spad{lp = [p]} else \\spad{extend(first lp, extend(rest lp, ts))}") (((|List| $) |#5| (|List| $)) "\\spad{extend(p,lts)} returns the same as \\spad{concat([extend(p,ts) for ts in lts])|}") (((|List| $) |#5| $) "\\spad{extend(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#5|) $) "\\spad{internalAugment(lp,ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp, internalAugment(first lp, ts))}") (($ |#5| $) "\\spad{internalAugment(p,ts)} assumes that \\spad{augment(p,ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#5|) (|List| $)) "\\spad{augment(lp,lts)} returns the same as \\spad{concat([augment(lp,ts) for ts in lts])}") (((|List| $) (|List| |#5|) $) "\\spad{augment(lp,ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp, augment(rest lp, ts))}") (((|List| $) |#5| (|List| $)) "\\spad{augment(p,lts)} returns the same as \\spad{concat([augment(p,ts) for ts in lts])}") (((|List| $) |#5| $) "\\spad{augment(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#5| (|List| $)) "\\spad{intersect(p,lts)} returns the same as \\spad{intersect([p],lts)}") (((|List| $) (|List| |#5|) (|List| $)) "\\spad{intersect(lp,lts)} returns the same as \\spad{concat([intersect(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#5|) $) "\\spad{intersect(lp,ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#5| $) "\\spad{intersect(p,ts)} returns the same as \\spad{intersect([p],ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#5|) (|:| |tower| $))) |#5| $) "\\spad{squareFreePart(p,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#5|) (|:| |tower| $))) |#5| |#5| $) "\\spad{lastSubResultant(p1,p2,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic gcd of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} for every \\spad{i},{} and such that the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. Moreover,{} if \\spad{p1} and \\spad{p2} do not have a non-trivial gcd \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower} then \\spad{lpwt.i.val} is the resultant of these polynomials \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|lastSubResultantElseSplit| (((|Union| |#5| (|List| $)) |#5| |#5| $) "\\spad{lastSubResultantElseSplit(p1,p2,ts)} returns either \\spad{g} a quasi-monic gcd of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. the \\spad{ts} or a split of Kalkbrener of \\spad{ts}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|invertibleSet| (((|List| $) |#5| $) "\\spad{invertibleSet(p,ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#5| $) "\\spad{invertible?(p,ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#5| $) "\\spad{invertible?(p,ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#5| $) "\\spad{invertibleElseSplit?(p,ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#5| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#5| $) "\\spad{algebraicCoefficients?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#5| $) "\\spad{purelyTranscendental?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#5| $) "\\spad{purelyAlgebraic?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
NIL
NIL
-(-1102 R E V P)
+(-1103 R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,...,xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,...,tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,...,ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,...,Ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(Ti)} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,...,Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{Phd Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|)) "\\spad{zeroSetSplit(lp,clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{extend(lp,lts)} returns the same as \\spad{concat([extend(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{extend(lp,ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,ts)} if \\spad{lp = [p]} else \\spad{extend(first lp, extend(rest lp, ts))}") (((|List| $) |#4| (|List| $)) "\\spad{extend(p,lts)} returns the same as \\spad{concat([extend(p,ts) for ts in lts])|}") (((|List| $) |#4| $) "\\spad{extend(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#4|) $) "\\spad{internalAugment(lp,ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp, internalAugment(first lp, ts))}") (($ |#4| $) "\\spad{internalAugment(p,ts)} assumes that \\spad{augment(p,ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{augment(lp,lts)} returns the same as \\spad{concat([augment(lp,ts) for ts in lts])}") (((|List| $) (|List| |#4|) $) "\\spad{augment(lp,ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp, augment(rest lp, ts))}") (((|List| $) |#4| (|List| $)) "\\spad{augment(p,lts)} returns the same as \\spad{concat([augment(p,ts) for ts in lts])}") (((|List| $) |#4| $) "\\spad{augment(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#4| (|List| $)) "\\spad{intersect(p,lts)} returns the same as \\spad{intersect([p],lts)}") (((|List| $) (|List| |#4|) (|List| $)) "\\spad{intersect(lp,lts)} returns the same as \\spad{concat([intersect(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{intersect(lp,ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#4| $) "\\spad{intersect(p,ts)} returns the same as \\spad{intersect([p],ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| $) "\\spad{squareFreePart(p,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| |#4| $) "\\spad{lastSubResultant(p1,p2,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic gcd of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} for every \\spad{i},{} and such that the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. Moreover,{} if \\spad{p1} and \\spad{p2} do not have a non-trivial gcd \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower} then \\spad{lpwt.i.val} is the resultant of these polynomials \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|lastSubResultantElseSplit| (((|Union| |#4| (|List| $)) |#4| |#4| $) "\\spad{lastSubResultantElseSplit(p1,p2,ts)} returns either \\spad{g} a quasi-monic gcd of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. the \\spad{ts} or a split of Kalkbrener of \\spad{ts}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|invertibleSet| (((|List| $) |#4| $) "\\spad{invertibleSet(p,ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#4| $) "\\spad{invertible?(p,ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#4| $) "\\spad{invertible?(p,ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#4| $) "\\spad{invertibleElseSplit?(p,ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#4| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#4| $) "\\spad{algebraicCoefficients?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#4| $) "\\spad{purelyTranscendental?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#4| $) "\\spad{purelyAlgebraic?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
-(-1103 R E V P TS)
+(-1104 R E V P TS)
((|constructor| (NIL "An internal package for computing gcds and resultants of univariate polynomials with coefficients in a tower of simple extensions of a field.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of gcd over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of \\spad{AAECC11}} \\indented{5}{Paris,{} 1995.} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|toseSquareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{toseSquareFreePart(\\spad{p},{}ts)} has the same specifications as \\axiomOpFrom{squareFreePart}{RegularTriangularSetCategory}.")) (|toseInvertibleSet| (((|List| |#5|) |#4| |#5|) "\\axiom{toseInvertibleSet(\\spad{p1},{}\\spad{p2},{}ts)} has the same specifications as \\axiomOpFrom{invertibleSet}{RegularTriangularSetCategory}.")) (|toseInvertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{toseInvertible?(\\spad{p1},{}\\spad{p2},{}ts)} has the same specifications as \\axiomOpFrom{invertible?}{RegularTriangularSetCategory}.") (((|Boolean|) |#4| |#5|) "\\axiom{toseInvertible?(\\spad{p1},{}\\spad{p2},{}ts)} has the same specifications as \\axiomOpFrom{invertible?}{RegularTriangularSetCategory}.")) (|toseLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{toseLastSubResultant(\\spad{p1},{}\\spad{p2},{}ts)} has the same specifications as \\axiomOpFrom{lastSubResultant}{RegularTriangularSetCategory}.")) (|integralLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{integralLastSubResultant(\\spad{p1},{}\\spad{p2},{}ts)} is an internal subroutine,{} exported only for developement.")) (|internalLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) |#3| (|Boolean|)) "\\axiom{internalLastSubResultant(lpwt,{}\\spad{v},{}flag)} is an internal subroutine,{} exported only for developement.") (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5| (|Boolean|) (|Boolean|)) "\\axiom{internalLastSubResultant(\\spad{p1},{}\\spad{p2},{}ts,{}inv?,{}break?)} is an internal subroutine,{} exported only for developement.")) (|prepareSubResAlgo| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{prepareSubResAlgo(\\spad{p1},{}\\spad{p2},{}ts)} is an internal subroutine,{} exported only for developement.")) (|stopTableInvSet!| (((|Void|)) "\\axiom{stopTableInvSet!()} is an internal subroutine,{} exported only for developement.")) (|startTableInvSet!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableInvSet!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")) (|stopTableGcd!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTableGcd!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-1104)
+(-1105)
((|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
-(-1105)
+(-1106)
((|constructor| (NIL "This is the datatype of OpenAxiom runtime values. It exists solely for internal purposes.")) (|eq| (((|Boolean|) $ $) "\\spad{eq(x,y)} holds if both values \\spad{x} and \\spad{y} resides at the same address in memory.")))
NIL
NIL
-(-1106 |Base| R -1610)
+(-1107 |Base| R -4346)
((|constructor| (NIL "\\indented{1}{Rules for the pattern matcher} Author: Manuel Bronstein Date Created: 24 Oct 1988 Date Last Updated: 26 October 1993 Keywords: pattern,{} matching,{} rule.")) (|quotedOperators| (((|List| (|Symbol|)) $) "\\spad{quotedOperators(r)} returns the list of operators on the right hand side of \\spad{r} that are considered quoted,{} that is they are not evaluated during any rewrite,{} but just applied formally to their arguments.")) (|elt| ((|#3| $ |#3| (|PositiveInteger|)) "\\spad{elt(r,f,n)} or \\spad{r}(\\spad{f},{} \\spad{n}) applies the rule \\spad{r} to \\spad{f} at most \\spad{n} times.")) (|rhs| ((|#3| $) "\\spad{rhs(r)} returns the right hand side of the rule \\spad{r}.")) (|lhs| ((|#3| $) "\\spad{lhs(r)} returns the left hand side of the rule \\spad{r}.")) (|pattern| (((|Pattern| |#1|) $) "\\spad{pattern(r)} returns the pattern corresponding to the left hand side of the rule \\spad{r}.")) (|suchThat| (($ $ (|List| (|Symbol|)) (|Mapping| (|Boolean|) (|List| |#3|))) "\\spad{suchThat(r, [a1,...,an], f)} returns the rewrite rule \\spad{r} with the predicate \\spad{f(a1,...,an)} attached to it.")) (|rule| (($ |#3| |#3| (|List| (|Symbol|))) "\\spad{rule(f, g, [f1,...,fn])} creates the rewrite rule \\spad{f == eval(eval(g, g is f), [f1,...,fn])},{} that is a rule with left-hand side \\spad{f} and right-hand side \\spad{g}; The symbols \\spad{f1},{}...,{}fn are the operators that are considered quoted,{} that is they are not evaluated during any rewrite,{} but just applied formally to their arguments.") (($ |#3| |#3|) "\\spad{rule(f, g)} creates the rewrite rule: \\spad{f == eval(g, g is f)},{} with left-hand side \\spad{f} and right-hand side \\spad{g}.")))
NIL
NIL
-(-1107 |f|)
+(-1108 |f|)
((|constructor| (NIL "This domain implements named rules")) (|name| (((|Symbol|) $) "\\spad{name(x)} returns the symbol")))
NIL
NIL
-(-1108 |Base| R -1610)
+(-1109 |Base| R -4346)
((|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
-(-1109 R |ls|)
+(-1110 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
-(-1110 R UP M)
+(-1111 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.")))
-((-4502 |has| |#1| (-376)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-363))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-363)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-363)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208))))) (-12 (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208))))))
-(-1111 UP SAE UPA)
+((-4503 |has| |#1| (-376)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-363))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-381))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-363)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-363)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209))))) (-12 (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209))))))
+(-1112 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
-(-1112 UP SAE UPA)
+(-1113 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
-(-1113)
+(-1114)
((|constructor| (NIL "This trivial domain lets us build Univariate Polynomials in an anonymous variable")))
NIL
NIL
-(-1114)
+(-1115)
((|constructor| (NIL "This is the category of Spad syntax objects.")))
NIL
NIL
-(-1115 S)
+(-1116 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
-(-1116)
+(-1117)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Scope' is a sequence of contours.")) (|currentCategoryFrame| (($) "\\spad{currentCategoryFrame()} returns the category frame currently in effect.")) (|currentScope| (($) "\\spad{currentScope()} returns the scope currently in effect")) (|pushNewContour| (($ (|Binding|) $) "\\spad{pushNewContour(b,s)} pushs a new contour with sole binding `b'.")) (|findBinding| (((|Maybe| (|Binding|)) (|Identifier|) $) "\\spad{findBinding(n,s)} returns the first binding of `n' in `s'; otherwise `nothing'.")) (|contours| (((|List| (|Contour|)) $) "\\spad{contours(s)} returns the list of contours in scope \\spad{s}.")) (|empty| (($) "\\spad{empty()} returns an empty scope.")))
NIL
NIL
-(-1117 R)
+(-1118 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
-(-1118 R)
+(-1119 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")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1119 (-1208)) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-1119 (-1208)) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-1119 (-1208)) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-1119 (-1208)) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-1119 (-1208)) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
-(-1119 S)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1120 (-1209)) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-1120 (-1209)) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-1120 (-1209)) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-1120 (-1209)) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-1120 (-1209)) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(-1120 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
-(-1120 S)
+(-1121 S)
((|constructor| (NIL "This type is used to specify a range of values from type \\spad{S}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-870))) (|HasCategory| |#1| (QUOTE (-1132))))
-(-1121 R S)
+((|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1133))))
+(-1122 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 (-870))))
-(-1122)
+((|HasCategory| |#1| (QUOTE (-871))))
+(-1123)
((|constructor| (NIL "This domain represents segement expressions.")) (|bounds| (((|List| (|SpadAst|)) $) "\\spad{bounds(s)} returns the bounds of the segment `s'. If `s' designates an infinite interval,{} then the returns list a singleton list.")))
NIL
NIL
-(-1123 S)
+(-1124 S)
((|constructor| (NIL "This domain is used to provide the function argument syntax \\spad{v=a..b}. This is used,{} for example,{} by the top-level \\spadfun{draw} functions.")))
NIL
-((|HasCategory| (-1120 |#1|) (QUOTE (-1132))))
-(-1124 R S)
+((|HasCategory| (-1121 |#1|) (QUOTE (-1133))))
+(-1125 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
-(-1125 S)
+(-1126 S)
((|constructor| (NIL "This category provides operations on ranges,{} or {\\em segments} as they are called.")) (|segment| (($ |#1| |#1|) "\\spad{segment(i,j)} is an alternate way to create the segment \\spad{i..j}.")) (|incr| (((|Integer|) $) "\\spad{incr(s)} returns \\spad{n},{} where \\spad{s} is a segment in which every \\spad{n}\\spad{-}th element is used. Note: \\spad{incr(l..h by n) = n}.")) (|high| ((|#1| $) "\\spad{high(s)} returns the second endpoint of \\spad{s}. Note: \\spad{high(l..h) = h}.")) (|low| ((|#1| $) "\\spad{low(s)} returns the first endpoint of \\spad{s}. Note: \\spad{low(l..h) = l}.")) (|hi| ((|#1| $) "\\spad{hi(s)} returns the second endpoint of \\spad{s}. Note: \\spad{hi(l..h) = h}.")) (|lo| ((|#1| $) "\\spad{lo(s)} returns the first endpoint of \\spad{s}. Note: \\spad{lo(l..h) = l}.")) (BY (($ $ (|Integer|)) "\\spad{s by n} creates a new segment in which only every \\spad{n}\\spad{-}th element is used.")) (SEGMENT (($ |#1| |#1|) "\\spad{l..h} creates a segment with \\spad{l} and \\spad{h} as the endpoints.")))
NIL
NIL
-(-1126 S L)
+(-1127 S L)
((|constructor| (NIL "This category provides an interface for expanding segments to a stream of elements.")) (|map| ((|#2| (|Mapping| |#1| |#1|) $) "\\spad{map(f,l..h by k)} produces a value of type \\spad{L} by applying \\spad{f} to each of the succesive elements of the segment,{} that is,{} \\spad{[f(l), f(l+k), ..., f(lN)]},{} where \\spad{lN <= h < lN+k}.")) (|expand| ((|#2| $) "\\spad{expand(l..h by k)} creates value of type \\spad{L} with elements \\spad{l, l+k, ... lN} where \\spad{lN <= h < lN+k}. For example,{} \\spad{expand(1..5 by 2) = [1,3,5]}.") ((|#2| (|List| $)) "\\spad{expand(l)} creates a new value of type \\spad{L} in which each segment \\spad{l..h by k} is replaced with \\spad{l, l+k, ... lN},{} where \\spad{lN <= h < lN+k}. For example,{} \\spad{expand [1..4, 7..9] = [1,2,3,4,7,8,9]}.")))
NIL
NIL
-(-1127)
+(-1128)
((|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
-(-1128 S)
+(-1129 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)}}")))
-((-4509 . T) (-4499 . T) (-4510 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
-(-1129 A S)
+((-4510 . T) (-4500 . T) (-4511 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-381))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+(-1130 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
-(-1130 S)
+(-1131 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}.")))
-((-4499 . T))
+((-4500 . T))
NIL
-(-1131 S)
+(-1132 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
-(-1132)
+(-1133)
((|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
-(-1133 |m| |n|)
+(-1134 |m| |n|)
((|constructor| (NIL "\\spadtype{SetOfMIntegersInOneToN} implements the subsets of \\spad{M} integers in the interval \\spad{[1..n]}")) (|delta| (((|NonNegativeInteger|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{delta(S,k,p)} returns the number of elements of \\spad{S} which are strictly between \\spad{p} and the k^{th} element of \\spad{S}.")) (|member?| (((|Boolean|) (|PositiveInteger|) $) "\\spad{member?(p, s)} returns \\spad{true} is \\spad{p} is in \\spad{s},{} \\spad{false} otherwise.")) (|enumerate| (((|Vector| $)) "\\spad{enumerate()} returns a vector of all the sets of \\spad{M} integers in \\spad{1..n}.")) (|setOfMinN| (($ (|List| (|PositiveInteger|))) "\\spad{setOfMinN([a_1,...,a_m])} returns the set {\\spad{a_1},{}...,{}a_m}. Error if {\\spad{a_1},{}...,{}a_m} is not a set of \\spad{M} integers in \\spad{1..n}.")) (|elements| (((|List| (|PositiveInteger|)) $) "\\spad{elements(S)} returns the list of the elements of \\spad{S} in increasing order.")) (|replaceKthElement| (((|Union| $ "failed") $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{replaceKthElement(S,k,p)} replaces the k^{th} element of \\spad{S} by \\spad{p},{} and returns \"failed\" if the result is not a set of \\spad{M} integers in \\spad{1..n} any more.")) (|incrementKthElement| (((|Union| $ "failed") $ (|PositiveInteger|)) "\\spad{incrementKthElement(S,k)} increments the k^{th} element of \\spad{S},{} and returns \"failed\" if the result is not a set of \\spad{M} integers in \\spad{1..n} any more.")))
NIL
NIL
-(-1134)
+(-1135)
((|constructor| (NIL "This domain allows the manipulation of the usual Lisp values.")))
NIL
NIL
-(-1135 |Str| |Sym| |Int| |Flt| |Expr|)
+(-1136 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This category allows the manipulation of Lisp values while keeping the grunge fairly localized.")) (|#| (((|Integer|) $) "\\spad{\\#((a1,...,an))} returns \\spad{n}.")) (|cdr| (($ $) "\\spad{cdr((a1,...,an))} returns \\spad{(a2,...,an)}.")) (|car| (($ $) "\\spad{car((a1,...,an))} returns \\spad{a1}.")) (|expr| ((|#5| $) "\\spad{expr(s)} returns \\spad{s} as an element of Expr; Error: if \\spad{s} is not an atom that also belongs to Expr.")) (|float| ((|#4| $) "\\spad{float(s)} returns \\spad{s} as an element of Flt; Error: if \\spad{s} is not an atom that also belongs to Flt.")) (|integer| ((|#3| $) "\\spad{integer(s)} returns \\spad{s} as an element of Int. Error: if \\spad{s} is not an atom that also belongs to Int.")) (|symbol| ((|#2| $) "\\spad{symbol(s)} returns \\spad{s} as an element of Sym. Error: if \\spad{s} is not an atom that also belongs to Sym.")) (|string| ((|#1| $) "\\spad{string(s)} returns \\spad{s} as an element of Str. Error: if \\spad{s} is not an atom that also belongs to Str.")) (|destruct| (((|List| $) $) "\\spad{destruct((a1,...,an))} returns the list [\\spad{a1},{}...,{}an].")) (|float?| (((|Boolean|) $) "\\spad{float?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Flt.")) (|integer?| (((|Boolean|) $) "\\spad{integer?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Int.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Sym.")) (|string?| (((|Boolean|) $) "\\spad{string?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Str.")) (|list?| (((|Boolean|) $) "\\spad{list?(s)} is \\spad{true} if \\spad{s} is a Lisp list,{} possibly ().")) (|pair?| (((|Boolean|) $) "\\spad{pair?(s)} is \\spad{true} if \\spad{s} has is a non-null Lisp list.")) (|atom?| (((|Boolean|) $) "\\spad{atom?(s)} is \\spad{true} if \\spad{s} is a Lisp atom.")) (|null?| (((|Boolean|) $) "\\spad{null?(s)} is \\spad{true} if \\spad{s} is the \\spad{S}-expression ().")) (|eq| (((|Boolean|) $ $) "\\spad{eq(s, t)} is \\spad{true} if \\%peq(\\spad{s},{}\\spad{t}) is \\spad{true} for pointers.")))
NIL
NIL
-(-1136 |Str| |Sym| |Int| |Flt| |Expr|)
+(-1137 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This domain allows the manipulation of Lisp values over arbitrary atomic types.")))
NIL
NIL
-(-1137 R FS)
+(-1138 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
-(-1138 R E V P TS)
+(-1139 R E V P TS)
((|constructor| (NIL "\\indented{2}{A internal package for removing redundant quasi-components and redundant} \\indented{2}{branches when decomposing a variety by means of quasi-components} \\indented{2}{of regular triangular sets. \\newline} References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{5}{Tech. Report (PoSSo project)} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|branchIfCan| (((|Union| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|))) "failed") (|List| |#4|) |#5| (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{branchIfCan(leq,{}ts,{}lineq,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")) (|prepareDecompose| (((|List| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|)))) (|List| |#4|) (|List| |#5|) (|Boolean|) (|Boolean|)) "\\axiom{prepareDecompose(lp,{}lts,{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousCases| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)))) "\\axiom{removeSuperfluousCases(llpwt)} is an internal subroutine,{} exported only for developement.")) (|subCase?| (((|Boolean|) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) "\\axiom{subCase?(\\spad{lpwt1},{}\\spad{lpwt2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousQuasiComponents| (((|List| |#5|) (|List| |#5|)) "\\axiom{removeSuperfluousQuasiComponents(lts)} removes from \\axiom{lts} any \\spad{ts} such that \\axiom{subQuasiComponent?(ts,{}us)} holds for another \\spad{us} in \\axiom{lts}.")) (|subQuasiComponent?| (((|Boolean|) |#5| (|List| |#5|)) "\\axiom{subQuasiComponent?(ts,{}lus)} returns \\spad{true} iff \\axiom{subQuasiComponent?(ts,{}us)} holds for one \\spad{us} in \\spad{lus}.") (((|Boolean|) |#5| |#5|) "\\axiom{subQuasiComponent?(ts,{}us)} returns \\spad{true} iff \\axiomOpFrom{internalSubQuasiComponent?(ts,{}us)}{QuasiComponentPackage} returs \\spad{true}.")) (|internalSubQuasiComponent?| (((|Union| (|Boolean|) "failed") |#5| |#5|) "\\axiom{internalSubQuasiComponent?(ts,{}us)} returns a boolean \\spad{b} value if the fact the regular zero set of \\axiom{us} contains that of \\axiom{ts} can be decided (and in that case \\axiom{\\spad{b}} gives this inclusion) otherwise returns \\axiom{\"failed\"}.")) (|infRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{infRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalInfRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalInfRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalSubPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalSubPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}} assuming that these lists are sorted increasingly \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{infRittWu?}{RecursivePolynomialCategory}.")) (|subPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{subPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}}.")) (|subTriSet?| (((|Boolean|) |#5| |#5|) "\\axiom{subTriSet?(ts,{}us)} returns \\spad{true} iff \\axiom{ts} is a sub-set of \\axiom{us}.")) (|moreAlgebraic?| (((|Boolean|) |#5| |#5|) "\\axiom{moreAlgebraic?(ts,{}us)} returns \\spad{false} iff \\axiom{ts} and \\axiom{us} are both empty,{} or \\axiom{ts} has less elements than \\axiom{us},{} or some variable is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{us} and is not \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|algebraicSort| (((|List| |#5|) (|List| |#5|)) "\\axiom{algebraicSort(lts)} sorts \\axiom{lts} \\spad{w}.\\spad{r}.\\spad{t} \\axiomOpFrom{supDimElseRittWu}{QuasiComponentPackage}.")) (|supDimElseRittWu?| (((|Boolean|) |#5| |#5|) "\\axiom{supDimElseRittWu(ts,{}us)} returns \\spad{true} iff \\axiom{ts} has less elements than \\axiom{us} otherwise if \\axiom{ts} has higher rank than \\axiom{us} \\spad{w}.\\spad{r}.\\spad{t}. Riit and Wu ordering.")) (|stopTable!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTable!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-1139 R E V P TS)
+(-1140 R E V P TS)
((|constructor| (NIL "A internal package for computing gcds and resultants of univariate polynomials with coefficients in a tower of simple extensions of a field. There is no need to use directly this package since its main operations are available from \\spad{TS}. \\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of gcd over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of \\spad{AAECC11}} \\indented{5}{Paris,{} 1995.} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-1140 R E V P)
+(-1141 R E V P)
((|constructor| (NIL "The category of square-free regular triangular sets. A regular triangular set \\spad{ts} is square-free if the gcd of any polynomial \\spad{p} in \\spad{ts} and \\spad{differentiate(p,mvar(p))} \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{collectUnder}{TriangularSetCategory}(ts,{}\\axiomOpFrom{mvar}{RecursivePolynomialCategory}(\\spad{p})) has degree zero \\spad{w}.\\spad{r}.\\spad{t}. \\spad{mvar(p)}. Thus any square-free regular set defines a tower of square-free simple extensions.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Habilitation Thesis,{} ETZH,{} Zurich,{} 1995.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
-(-1141)
+(-1142)
((|constructor| (NIL "SymmetricGroupCombinatoricFunctions contains combinatoric functions concerning symmetric groups and representation theory: list young tableaus,{} improper partitions,{} subsets bijection of Coleman.")) (|unrankImproperPartitions1| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions1(n,m,k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in at most \\spad{m} nonnegative parts ordered as follows: first,{} in reverse lexicographically according to their non-zero parts,{} then according to their positions (\\spadignore{i.e.} lexicographical order using {\\em subSet}: {\\em [3,0,0] < [0,3,0] < [0,0,3] < [2,1,0] < [2,0,1] < [0,2,1] < [1,2,0] < [1,0,2] < [0,1,2] < [1,1,1]}). Note: counting of subtrees is done by {\\em numberOfImproperPartitionsInternal}.")) (|unrankImproperPartitions0| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions0(n,m,k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in \\spad{m} nonnegative parts in reverse lexicographical order. Example: {\\em [0,0,3] < [0,1,2] < [0,2,1] < [0,3,0] < [1,0,2] < [1,1,1] < [1,2,0] < [2,0,1] < [2,1,0] < [3,0,0]}. Error: if \\spad{k} is negative or too big. Note: counting of subtrees is done by \\spadfunFrom{numberOfImproperPartitions}{SymmetricGroupCombinatoricFunctions}.")) (|subSet| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subSet(n,m,k)} calculates the {\\em k}\\spad{-}th {\\em m}-subset of the set {\\em 0,1,...,(n-1)} in the lexicographic order considered as a decreasing map from {\\em 0,...,(m-1)} into {\\em 0,...,(n-1)}. See \\spad{S}.\\spad{G}. Williamson: Theorem 1.60. Error: if not {\\em (0 <= m <= n and 0 < = k < (n choose m))}.")) (|numberOfImproperPartitions| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{numberOfImproperPartitions(n,m)} computes the number of partitions of the nonnegative integer \\spad{n} in \\spad{m} nonnegative parts with regarding the order (improper partitions). Example: {\\em numberOfImproperPartitions (3,3)} is 10,{} since {\\em [0,0,3], [0,1,2], [0,2,1], [0,3,0], [1,0,2], [1,1,1], [1,2,0], [2,0,1], [2,1,0], [3,0,0]} are the possibilities. Note: this operation has a recursive implementation.")) (|nextPartition| (((|Vector| (|Integer|)) (|List| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,part,number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. the first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.") (((|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,part,number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. The first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.")) (|nextLatticePermutation| (((|List| (|Integer|)) (|List| (|PositiveInteger|)) (|List| (|Integer|)) (|Boolean|)) "\\spad{nextLatticePermutation(lambda,lattP,constructNotFirst)} generates the lattice permutation according to the proper partition {\\em lambda} succeeding the lattice permutation {\\em lattP} in lexicographical order as long as {\\em constructNotFirst} is \\spad{true}. If {\\em constructNotFirst} is \\spad{false},{} the first lattice permutation is returned. The result {\\em nil} indicates that {\\em lattP} has no successor.")) (|nextColeman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{nextColeman(alpha,beta,C)} generates the next Coleman matrix of column sums {\\em alpha} and row sums {\\em beta} according to the lexicographical order from bottom-to-top. The first Coleman matrix is achieved by {\\em C=new(1,1,0)}. Also,{} {\\em new(1,1,0)} indicates that \\spad{C} is the last Coleman matrix.")) (|makeYoungTableau| (((|Matrix| (|Integer|)) (|List| (|PositiveInteger|)) (|List| (|Integer|))) "\\spad{makeYoungTableau(lambda,gitter)} computes for a given lattice permutation {\\em gitter} and for an improper partition {\\em lambda} the corresponding standard tableau of shape {\\em lambda}. Notes: see {\\em listYoungTableaus}. The entries are from {\\em 0,...,n-1}.")) (|listYoungTableaus| (((|List| (|Matrix| (|Integer|))) (|List| (|PositiveInteger|))) "\\spad{listYoungTableaus(lambda)} where {\\em lambda} is a proper partition generates the list of all standard tableaus of shape {\\em lambda} by means of lattice permutations. The numbers of the lattice permutation are interpreted as column labels. Hence the contents of these lattice permutations are the conjugate of {\\em lambda}. Notes: the functions {\\em nextLatticePermutation} and {\\em makeYoungTableau} are used. The entries are from {\\em 0,...,n-1}.")) (|inverseColeman| (((|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{inverseColeman(alpha,beta,C)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For such a matrix \\spad{C},{} inverseColeman(\\spad{alpha},{}\\spad{beta},{}\\spad{C}) calculates the lexicographical smallest {\\em pi} in the corresponding double coset. Note: the resulting permutation {\\em pi} of {\\em {1,2,...,n}} is given in list form. Notes: the inverse of this map is {\\em coleman}. For details,{} see James/Kerber.")) (|coleman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{coleman(alpha,beta,pi)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For a representing element {\\em pi} of such a double coset,{} coleman(\\spad{alpha},{}\\spad{beta},{}\\spad{pi}) generates the Coleman-matrix corresponding to {\\em alpha, beta, pi}. Note: The permutation {\\em pi} of {\\em {1,2,...,n}} has to be given in list form. Note: the inverse of this map is {\\em inverseColeman} (if {\\em pi} is the lexicographical smallest permutation in the coset). For details see James/Kerber.")))
NIL
NIL
-(-1142 S)
+(-1143 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
-(-1143)
+(-1144)
((|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
-(-1144 |dimtot| |dim1| S)
+(-1145 |dimtot| |dim1| S)
((|constructor| (NIL "\\indented{2}{This type represents the finite direct or cartesian product of an} underlying ordered component type. The vectors are ordered as if they were split into two blocks. The \\spad{dim1} parameter specifies the length of the first block. The ordering is lexicographic between the blocks but acts like \\spadtype{HomogeneousDirectProduct} within each block. This type is a suitable third argument for \\spadtype{GeneralDistributedMultivariatePolynomial}.")))
-((-4503 |has| |#3| (-1080)) (-4504 |has| |#3| (-1080)) (-4506 |has| |#3| (-6 -4506)) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1132)))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#3| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#3| (QUOTE (-376))) (-2191 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1080)))) (-2191 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-815))) (-2191 (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (QUOTE (-871)))) (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (QUOTE (-381))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-175)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-240)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-376)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1080))))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-102))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (QUOTE (-1132)))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (QUOTE (-1132)))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1080)))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1080)))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1080)))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1080)))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1080)))) (|HasCategory| |#3| (QUOTE (-240))) (-2191 (|HasCategory| |#3| (QUOTE (-240))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1080))))) (-2191 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (|HasCategory| |#3| (QUOTE (-1132))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-21)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-23)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-133)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-175)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-240)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-376)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-381)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-748)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-815)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-871)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1132))))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1080))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-815))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-871))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-871))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -929) (QUOTE (-1208))))) (-2191 (|HasCategory| |#3| (QUOTE (-1080))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560)))))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1132)))) (|HasAttribute| |#3| (QUOTE -4506)) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1080)))) (-12 (|HasCategory| |#3| (QUOTE (-1080))) (|HasCategory| |#3| (|%list| (QUOTE -927) (QUOTE (-1208))))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#3| (QUOTE (-102))) (-12 (|HasCategory| |#3| (QUOTE (-1132))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))))
-(-1145 R |x|)
+((-4504 |has| |#3| (-1081)) (-4505 |has| |#3| (-1081)) (-4507 |has| |#3| (-6 -4507)) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1133)))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#3| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#3| (QUOTE (-376))) (-2309 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1081)))) (-2309 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-376)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-817))) (-2309 (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (QUOTE (-872)))) (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (QUOTE (-381))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-175)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-240)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-376)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1081))))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-102))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (QUOTE (-1133)))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (QUOTE (-1133)))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1081)))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1081)))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1081)))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (QUOTE (-1081)))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1081)))) (|HasCategory| |#3| (QUOTE (-240))) (-2309 (|HasCategory| |#3| (QUOTE (-240))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1081))))) (-2309 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (|HasCategory| |#3| (QUOTE (-1133))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-21)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-23)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-133)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-175)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-240)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-376)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-381)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-748)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-817)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-872)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1133))))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1081))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-376))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-748))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-817))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-872))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (|HasCategory| (-560) (QUOTE (-872))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (QUOTE (-239))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -930) (QUOTE (-1209))))) (-2309 (|HasCategory| |#3| (QUOTE (-1081))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560)))))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#3| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#3| (QUOTE (-1133)))) (|HasAttribute| |#3| (QUOTE -4507)) (-12 (|HasCategory| |#3| (QUOTE (-240))) (|HasCategory| |#3| (QUOTE (-1081)))) (-12 (|HasCategory| |#3| (QUOTE (-1081))) (|HasCategory| |#3| (|%list| (QUOTE -928) (QUOTE (-1209))))) (|HasCategory| |#3| (QUOTE (-175))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-133))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#3| (QUOTE (-102))) (-12 (|HasCategory| |#3| (QUOTE (-1133))) (|HasCategory| |#3| (|%list| (QUOTE -321) (|devaluate| |#3|)))))
+(-1146 R |x|)
((|constructor| (NIL "This package produces functions for counting etc. real roots of univariate polynomials in \\spad{x} over \\spad{R},{} which must be an OrderedIntegralDomain")) (|countRealRootsMultiple| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{countRealRootsMultiple(p)} says how many real roots \\spad{p} has,{} counted with multiplicity")) (|SturmHabichtMultiple| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtMultiple(p1,p2)} computes c_{+}-c_{-} where c_{+} is the number of real roots of \\spad{p1} with \\spad{p2>0} and c_{-} is the number of real roots of \\spad{p1} with \\spad{p2<0}. If \\spad{p2=1} what you get is the number of real roots of \\spad{p1}.")) (|countRealRoots| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{countRealRoots(p)} says how many real roots \\spad{p} has")) (|SturmHabicht| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabicht(p1,p2)} computes c_{+}-c_{-} where c_{+} is the number of real roots of \\spad{p1} with \\spad{p2>0} and c_{-} is the number of real roots of \\spad{p1} with \\spad{p2<0}. If \\spad{p2=1} what you get is the number of real roots of \\spad{p1}.")) (|SturmHabichtCoefficients| (((|List| |#1|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtCoefficients(p1,p2)} computes the principal Sturm-Habicht coefficients of \\spad{p1} and \\spad{p2}")) (|SturmHabichtSequence| (((|List| (|UnivariatePolynomial| |#2| |#1|)) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtSequence(p1,p2)} computes the Sturm-Habicht sequence of \\spad{p1} and \\spad{p2}")) (|subresultantSequence| (((|List| (|UnivariatePolynomial| |#2| |#1|)) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{subresultantSequence(p1,p2)} computes the (standard) subresultant sequence of \\spad{p1} and \\spad{p2}")))
NIL
((|HasCategory| |#1| (QUOTE (-466))))
-(-1146)
+(-1147)
((|constructor| (NIL "This is the datatype for operation signatures as \\indented{2}{used by the compiler and the interpreter.\\space{2}Note that this domain} \\indented{2}{differs from SignatureAst.} See also: ConstructorCall,{} Domain.")) (|source| (((|List| (|Syntax|)) $) "\\spad{source(s)} returns the list of parameter types of `s'.")) (|target| (((|Syntax|) $) "\\spad{target(s)} returns the target type of the signature `s'.")) (|signature| (($ (|List| (|Syntax|)) (|Syntax|)) "\\spad{signature(s,t)} constructs a Signature object with parameter types indicaded by `s',{} and return type indicated by `t'.")))
NIL
NIL
-(-1147)
+(-1148)
((|constructor| (NIL "This domain represents a signature AST. A signature AST \\indented{2}{is a description of an exported operation,{} \\spadignore{e.g.} its name,{} result} \\indented{2}{type,{} and the list of its argument types.}")) (|signature| (((|Signature|) $) "\\spad{signature(s)} returns AST of the declared signature for `s'.")) (|name| (((|Identifier|) $) "\\spad{name(s)} returns the name of the signature `s'.")) (|signatureAst| (($ (|Identifier|) (|Signature|)) "\\spad{signatureAst(n,s,t)} builds the signature AST n: \\spad{s} -> \\spad{t}")))
NIL
NIL
-(-1148 R -1610)
+(-1149 R -4346)
((|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
-(-1149 R)
+(-1150 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
-(-1150)
+(-1151)
((|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
-(-1151)
+(-1152)
((|constructor| (NIL "SingleInteger is intended to support machine integer arithmetic.")) (|Or| (($ $ $) "\\spad{Or(n,m)} returns the bit-by-bit logical {\\em or} of the single integers \\spad{n} and \\spad{m}.")) (|And| (($ $ $) "\\spad{And(n,m)} returns the bit-by-bit logical {\\em and} of the single integers \\spad{n} and \\spad{m}.")) (|Not| (($ $) "\\spad{Not(n)} returns the bit-by-bit logical {\\em not} of the single integer \\spad{n}.")) (|xor| (($ $ $) "\\spad{xor(n,m)} returns the bit-by-bit logical {\\em xor} of the single integers \\spad{n} and \\spad{m}.")) (|noetherian| ((|attribute|) "\\spad{noetherian} all ideals are finitely generated (in fact principal).")) (|canonicalsClosed| ((|attribute|) "\\spad{canonicalClosed} means two positives multiply to give positive.")) (|canonical| ((|attribute|) "\\spad{canonical} means that mathematical equality is implied by data structure equality.")))
-((-4497 . T) (-4501 . T) (-4496 . T) (-4507 . T) (-4508 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4498 . T) (-4502 . T) (-4497 . T) (-4508 . T) (-4509 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1152 S)
+(-1153 S)
((|constructor| (NIL "A stack is a bag where the last item inserted is the first item extracted.")) (|depth| (((|NonNegativeInteger|) $) "\\spad{depth(s)} returns the number of elements of stack \\spad{s}. Note: \\axiom{depth(\\spad{s}) = \\#s}.")) (|top| ((|#1| $) "\\spad{top(s)} returns the top element \\spad{x} from \\spad{s}; \\spad{s} remains unchanged. Note: Use \\axiom{pop!(\\spad{s})} to obtain \\spad{x} and remove it from \\spad{s}.")) (|pop!| ((|#1| $) "\\spad{pop!(s)} returns the top element \\spad{x},{} destructively removing \\spad{x} from \\spad{s}. Note: Use \\axiom{top(\\spad{s})} to obtain \\spad{x} without removing it from \\spad{s}. Error: if \\spad{s} is empty.")) (|push!| ((|#1| |#1| $) "\\spad{push!(x,s)} pushes \\spad{x} onto stack \\spad{s},{} \\spadignore{i.e.} destructively changing \\spad{s} so as to have a new first (top) element \\spad{x}. Afterwards,{} pop!(\\spad{s}) produces \\spad{x} and pop!(\\spad{s}) produces the original \\spad{s}.")))
-((-4509 . T) (-4510 . T))
+((-4510 . T) (-4511 . T))
NIL
-(-1153 S |ndim| R |Row| |Col|)
+(-1154 S |ndim| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{SquareMatrixCategory} is a general square matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if the matrix is not invertible.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m},{} if that matrix is invertible and returns \"failed\" otherwise.")) (|minordet| ((|#3| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors.")) (|determinant| ((|#3| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}.")) (* ((|#4| |#4| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#5| $ |#5|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.")) (|diagonalProduct| ((|#3| $) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}.")) (|trace| ((|#3| $) "\\spad{trace(m)} returns the trace of the matrix \\spad{m}. this is the sum of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonal| ((|#4| $) "\\spad{diagonal(m)} returns a row consisting of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonalMatrix| (($ (|List| |#3|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ |#3|) "\\spad{scalarMatrix(r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}'s on the diagonal and zeroes elsewhere.")))
NIL
-((|HasCategory| |#3| (QUOTE (-376))) (|HasAttribute| |#3| (QUOTE (-4511 "*"))) (|HasCategory| |#3| (QUOTE (-175))))
-(-1154 |ndim| R |Row| |Col|)
+((|HasCategory| |#3| (QUOTE (-376))) (|HasAttribute| |#3| (QUOTE (-4512 "*"))) (|HasCategory| |#3| (QUOTE (-175))))
+(-1155 |ndim| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{SquareMatrixCategory} is a general square matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if the matrix is not invertible.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m},{} if that matrix is invertible and returns \"failed\" otherwise.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.")) (|diagonalProduct| ((|#2| $) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}.")) (|trace| ((|#2| $) "\\spad{trace(m)} returns the trace of the matrix \\spad{m}. this is the sum of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonal| ((|#3| $) "\\spad{diagonal(m)} returns a row consisting of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonalMatrix| (($ (|List| |#2|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ |#2|) "\\spad{scalarMatrix(r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}'s on the diagonal and zeroes elsewhere.")))
-((-4509 . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4510 . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1155 R |Row| |Col| M)
+(-1156 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
-(-1156 R |VarSet|)
+(-1157 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.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
-(-1157 |Coef| |Var| SMP)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(-1158 |Coef| |Var| SMP)
((|constructor| (NIL "This domain provides multivariate Taylor series with variables from an arbitrary ordered set. A Taylor series is represented by a stream of polynomials from the polynomial domain SMP. The \\spad{n}th element of the stream is a form of degree \\spad{n}. SMTS is an internal domain.")) (|fintegrate| (($ (|Mapping| $) |#2| |#1|) "\\spad{fintegrate(f,v,c)} is the integral of \\spad{f()} with respect \\indented{1}{to \\spad{v} and having \\spad{c} as the constant of integration.} \\indented{1}{The evaluation of \\spad{f()} is delayed.}")) (|integrate| (($ $ |#2| |#1|) "\\spad{integrate(s,v,c)} is the integral of \\spad{s} with respect \\indented{1}{to \\spad{v} and having \\spad{c} as the constant of integration.}")) (|csubst| (((|Mapping| (|Stream| |#3|) |#3|) (|List| |#2|) (|List| (|Stream| |#3|))) "\\spad{csubst(a,b)} is for internal use only")) (* (($ |#3| $) "\\spad{smp*ts} multiplies a TaylorSeries by a monomial SMP.")) (|coerce| (($ |#3|) "\\spad{coerce(poly)} regroups the terms by total degree and forms a series.") (($ |#2|) "\\spad{coerce(var)} converts a variable to a Taylor series")) (|coefficient| ((|#3| $ (|NonNegativeInteger|)) "\\spad{coefficient(s, n)} gives the terms of total degree \\spad{n}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-376))))
-(-1158 R E V P)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-376))))
+(-1159 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}")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
-(-1159 UP -1610)
+(-1160 UP -4346)
((|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
-(-1160 R)
+(-1161 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
-(-1161 R)
+(-1162 R)
((|constructor| (NIL "This package finds the function \\spad{func3} where \\spad{func1} and \\spad{func2} \\indented{1}{are given and\\space{2}\\spad{func1} = \\spad{func3}(\\spad{func2}) .\\space{2}If there is no solution then} \\indented{1}{function \\spad{func1} will be returned.} \\indented{1}{An example would be\\space{2}\\spad{func1:= 8*X**3+32*X**2-14*X ::EXPR INT} and} \\indented{1}{\\spad{func2:=2*X ::EXPR INT} convert them via univariate} \\indented{1}{to FRAC SUP EXPR INT and then the solution is \\spad{func3:=X**3+X**2-X}} \\indented{1}{of type FRAC SUP EXPR INT}")) (|unvectorise| (((|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Vector| (|Expression| |#1|)) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Integer|)) "\\spad{unvectorise(vect, var, n)} returns \\spad{vect(1) + vect(2)*var + ... + vect(n+1)*var**(n)} where \\spad{vect} is the vector of the coefficients of the polynomail ,{} \\spad{var} the new variable and \\spad{n} the degree.")) (|decomposeFunc| (((|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|)))) "\\spad{decomposeFunc(func1, func2, newvar)} returns a function \\spad{func3} where \\spad{func1} = \\spad{func3}(\\spad{func2}) and expresses it in the new variable newvar. If there is no solution then \\spad{func1} will be returned.")))
NIL
NIL
-(-1162 R)
+(-1163 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
-(-1163 S A)
+(-1164 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 (-871))))
-(-1164 R)
+((|HasCategory| |#1| (QUOTE (-872))))
+(-1165 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
-(-1165 R)
+(-1166 R)
((|constructor| (NIL "The category ThreeSpaceCategory is used for creating three dimensional objects using functions for defining points,{} curves,{} polygons,{} constructs and the subspaces containing them.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(s)} returns the \\spadtype{ThreeSpace} \\spad{s} to Output format.")) (|subspace| (((|SubSpace| 3 |#1|) $) "\\spad{subspace(s)} returns the \\spadtype{SubSpace} which holds all the point information in the \\spadtype{ThreeSpace},{} \\spad{s}.")) (|check| (($ $) "\\spad{check(s)} returns lllpt,{} list of lists of lists of point information about the \\spadtype{ThreeSpace} \\spad{s}.")) (|objects| (((|Record| (|:| |points| (|NonNegativeInteger|)) (|:| |curves| (|NonNegativeInteger|)) (|:| |polygons| (|NonNegativeInteger|)) (|:| |constructs| (|NonNegativeInteger|))) $) "\\spad{objects(s)} returns the \\spadtype{ThreeSpace},{} \\spad{s},{} in the form of a 3D object record containing information on the number of points,{} curves,{} polygons and constructs comprising the \\spadtype{ThreeSpace}..")) (|lprop| (((|List| (|SubSpaceComponentProperty|)) $) "\\spad{lprop(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of subspace component properties,{} and if so,{} returns the list; An error is signaled otherwise.")) (|llprop| (((|List| (|List| (|SubSpaceComponentProperty|))) $) "\\spad{llprop(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of curves which are lists of the subspace component properties of the curves,{} and if so,{} returns the list of lists; An error is signaled otherwise.")) (|lllp| (((|List| (|List| (|List| (|Point| |#1|)))) $) "\\spad{lllp(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of components,{} which are lists of curves,{} which are lists of points,{} and if so,{} returns the list of lists of lists; An error is signaled otherwise.")) (|lllip| (((|List| (|List| (|List| (|NonNegativeInteger|)))) $) "\\spad{lllip(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of components,{} which are lists of curves,{} which are lists of indices to points,{} and if so,{} returns the list of lists of lists; An error is signaled otherwise.")) (|lp| (((|List| (|Point| |#1|)) $) "\\spad{lp(s)} returns the list of points component which the \\spadtype{ThreeSpace},{} \\spad{s},{} contains; these points are used by reference,{} \\spadignore{i.e.} the component holds indices referring to the points rather than the points themselves. This allows for sharing of the points.")) (|mesh?| (((|Boolean|) $) "\\spad{mesh?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} is composed of one component,{} a mesh comprising a list of curves which are lists of points,{} or returns \\spad{false} if otherwise")) (|mesh| (((|List| (|List| (|Point| |#1|))) $) "\\spad{mesh(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single surface component defined by a list curves which contain lists of points,{} and if so,{} returns the list of lists of points; An error is signaled otherwise.") (($ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh([[p0],[p1],...,[pn]], close1, close2)} creates a surface defined over a list of curves,{} \\spad{p0} through pn,{} which are lists of points; the booleans \\spad{close1} and \\spad{close2} indicate how the surface is to be closed: \\spad{close1} set to \\spad{true} means that each individual list (a curve) is to be closed (that is,{} the last point of the list is to be connected to the first point); \\spad{close2} set to \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve)); the \\spadtype{ThreeSpace} containing this surface is returned.") (($ (|List| (|List| (|Point| |#1|)))) "\\spad{mesh([[p0],[p1],...,[pn]])} creates a surface defined by a list of curves which are lists,{} \\spad{p0} through pn,{} of points,{} and returns a \\spadtype{ThreeSpace} whose component is the surface.") (($ $ (|List| (|List| (|List| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh(s,[ [[r10]...,[r1m]], [[r20]...,[r2m]],..., [[rn0]...,[rnm]] ], close1, close2)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s},{} which is defined over a rectangular domain of size WxH where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; the booleans \\spad{close1} and \\spad{close2} indicate how the surface is to be closed: if \\spad{close1} is \\spad{true} this means that each individual list (a curve) is to be closed (\\spadignore{i.e.} the last point of the list is to be connected to the first point); if \\spad{close2} is \\spad{true},{} this means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve)).") (($ $ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh(s,[[p0],[p1],...,[pn]], close1, close2)} adds a surface component to the \\spadtype{ThreeSpace},{} which is defined over a list of curves,{} in which each of these curves is a list of points. The boolean arguments \\spad{close1} and \\spad{close2} indicate how the surface is to be closed. Argument \\spad{close1} equal \\spad{true} means that each individual list (a curve) is to be closed,{} \\spadignore{i.e.} the last point of the list is to be connected to the first point. Argument \\spad{close2} equal \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end,{} \\spadignore{i.e.} the boundaries are defined as the first list of points (curve) and the last list of points (curve).") (($ $ (|List| (|List| (|List| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) "\\spad{mesh(s,[ [[r10]...,[r1m]], [[r20]...,[r2m]],..., [[rn0]...,[rnm]] ], [props], prop)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s},{} which is defined over a rectangular domain of size WxH where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; lprops is the list of the subspace component properties for each curve list,{} and prop is the subspace component property by which the points are defined.") (($ $ (|List| (|List| (|Point| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) "\\spad{mesh(s,[[p0],[p1],...,[pn]],[props],prop)} adds a surface component,{} defined over a list curves which contains lists of points,{} to the \\spadtype{ThreeSpace} \\spad{s}; props is a list which contains the subspace component properties for each surface parameter,{} and \\spad{prop} is the subspace component property by which the points are defined.")) (|polygon?| (((|Boolean|) $) "\\spad{polygon?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single polygon component,{} or \\spad{false} otherwise.")) (|polygon| (((|List| (|Point| |#1|)) $) "\\spad{polygon(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single polygon component defined by a list of points,{} and if so,{} returns the list of points; An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{polygon([p0,p1,...,pn])} creates a polygon defined by a list of points,{} \\spad{p0} through pn,{} and returns a \\spadtype{ThreeSpace} whose component is the polygon.") (($ $ (|List| (|List| |#1|))) "\\spad{polygon(s,[[r0],[r1],...,[rn]])} adds a polygon component defined by a list of points \\spad{r0} through \\spad{rn},{} which are lists of elements from the domain \\spad{PointDomain(m,R)} to the \\spadtype{ThreeSpace} \\spad{s},{} where \\spad{m} is the dimension of the points and \\spad{R} is the \\spadtype{Ring} over which the points are defined.") (($ $ (|List| (|Point| |#1|))) "\\spad{polygon(s,[p0,p1,...,pn])} adds a polygon component defined by a list of points,{} \\spad{p0} throught pn,{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|closedCurve?| (((|Boolean|) $) "\\spad{closedCurve?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single closed curve component,{} \\spadignore{i.e.} the first element of the curve is also the last element,{} or \\spad{false} otherwise.")) (|closedCurve| (((|List| (|Point| |#1|)) $) "\\spad{closedCurve(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single closed curve component defined by a list of points in which the first point is also the last point,{} all of which are from the domain \\spad{PointDomain(m,R)} and if so,{} returns the list of points. An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{closedCurve(lp)} sets a list of points defined by the first element of \\spad{lp} through the last element of \\spad{lp} and back to the first elelment again and returns a \\spadtype{ThreeSpace} whose component is the closed curve defined by \\spad{lp}.") (($ $ (|List| (|List| |#1|))) "\\spad{closedCurve(s,[[lr0],[lr1],...,[lrn],[lr0]])} adds a closed curve component defined by a list of points \\spad{lr0} through \\spad{lrn},{} which are lists of elements from the domain \\spad{PointDomain(m,R)},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined and \\spad{m} is the dimension of the points,{} in which the last element of the list of points contains a copy of the first element list,{} \\spad{lr0}. The closed curve is added to the \\spadtype{ThreeSpace},{} \\spad{s}.") (($ $ (|List| (|Point| |#1|))) "\\spad{closedCurve(s,[p0,p1,...,pn,p0])} adds a closed curve component which is a list of points defined by the first element \\spad{p0} through the last element \\spad{pn} and back to the first element \\spad{p0} again,{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|curve?| (((|Boolean|) $) "\\spad{curve?(s)} queries whether the \\spadtype{ThreeSpace},{} \\spad{s},{} is a curve,{} \\spadignore{i.e.} has one component,{} a list of list of points,{} and returns \\spad{true} if it is,{} or \\spad{false} otherwise.")) (|curve| (((|List| (|Point| |#1|)) $) "\\spad{curve(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single curve defined by a list of points and if so,{} returns the curve,{} \\spadignore{i.e.} list of points. An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{curve([p0,p1,p2,...,pn])} creates a space curve defined by the list of points \\spad{p0} through \\spad{pn},{} and returns the \\spadtype{ThreeSpace} whose component is the curve.") (($ $ (|List| (|List| |#1|))) "\\spad{curve(s,[[p0],[p1],...,[pn]])} adds a space curve which is a list of points \\spad{p0} through pn defined by lists of elements from the domain \\spad{PointDomain(m,R)},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined and \\spad{m} is the dimension of the points,{} to the \\spadtype{ThreeSpace} \\spad{s}.") (($ $ (|List| (|Point| |#1|))) "\\spad{curve(s,[p0,p1,...,pn])} adds a space curve component defined by a list of points \\spad{p0} through \\spad{pn},{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|point?| (((|Boolean|) $) "\\spad{point?(s)} queries whether the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single component which is a point and returns the boolean result.")) (|point| (((|Point| |#1|) $) "\\spad{point(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of only a single point and if so,{} returns the point. An error is signaled otherwise.") (($ (|Point| |#1|)) "\\spad{point(p)} returns a \\spadtype{ThreeSpace} object which is composed of one component,{} the point \\spad{p}.") (($ $ (|NonNegativeInteger|)) "\\spad{point(s,i)} adds a point component which is placed into a component list of the \\spadtype{ThreeSpace},{} \\spad{s},{} at the index given by \\spad{i}.") (($ $ (|List| |#1|)) "\\spad{point(s,[x,y,z])} adds a point component defined by a list of elements which are from the \\spad{PointDomain(R)} to the \\spadtype{ThreeSpace},{} \\spad{s},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined.") (($ $ (|Point| |#1|)) "\\spad{point(s,p)} adds a point component defined by the point,{} \\spad{p},{} specified as a list from \\spad{List(R)},{} to the \\spadtype{ThreeSpace},{} \\spad{s},{} where \\spad{R} is the \\spadtype{Ring} over which the point is defined.")) (|modifyPointData| (($ $ (|NonNegativeInteger|) (|Point| |#1|)) "\\spad{modifyPointData(s,i,p)} changes the point at the indexed location \\spad{i} in the \\spadtype{ThreeSpace},{} \\spad{s},{} to that of point \\spad{p}. This is useful for making changes to a point which has been transformed.")) (|enterPointData| (((|NonNegativeInteger|) $ (|List| (|Point| |#1|))) "\\spad{enterPointData(s,[p0,p1,...,pn])} adds a list of points from \\spad{p0} through pn to the \\spadtype{ThreeSpace},{} \\spad{s},{} and returns the index,{} to the starting point of the list.")) (|copy| (($ $) "\\spad{copy(s)} returns a new \\spadtype{ThreeSpace} that is an exact copy of \\spad{s}.")) (|composites| (((|List| $) $) "\\spad{composites(s)} takes the \\spadtype{ThreeSpace} \\spad{s},{} and creates a list containing a unique \\spadtype{ThreeSpace} for each single composite of \\spad{s}. If \\spad{s} has no composites defined (composites need to be explicitly created),{} the list returned is empty. Note that not all the components need to be part of a composite.")) (|components| (((|List| $) $) "\\spad{components(s)} takes the \\spadtype{ThreeSpace} \\spad{s},{} and creates a list containing a unique \\spadtype{ThreeSpace} for each single component of \\spad{s}. If \\spad{s} has no components defined,{} the list returned is empty.")) (|composite| (($ (|List| $)) "\\spad{composite([s1,s2,...,sn])} will create a new \\spadtype{ThreeSpace} that is a union of all the components from each \\spadtype{ThreeSpace} in the parameter list,{} grouped as a composite.")) (|merge| (($ $ $) "\\spad{merge(s1,s2)} will create a new \\spadtype{ThreeSpace} that has the components of \\spad{s1} and \\spad{s2}; Groupings of components into composites are maintained.") (($ (|List| $)) "\\spad{merge([s1,s2,...,sn])} will create a new \\spadtype{ThreeSpace} that has the components of all the ones in the list; Groupings of components into composites are maintained.")) (|numberOfComposites| (((|NonNegativeInteger|) $) "\\spad{numberOfComposites(s)} returns the number of supercomponents,{} or composites,{} in the \\spadtype{ThreeSpace},{} \\spad{s}; Composites are arbitrary groupings of otherwise distinct and unrelated components; A \\spadtype{ThreeSpace} need not have any composites defined at all and,{} outside of the requirement that no component can belong to more than one composite at a time,{} the definition and interpretation of composites are unrestricted.")) (|numberOfComponents| (((|NonNegativeInteger|) $) "\\spad{numberOfComponents(s)} returns the number of distinct object components in the indicated \\spadtype{ThreeSpace},{} \\spad{s},{} such as points,{} curves,{} polygons,{} and constructs.")) (|create3Space| (($ (|SubSpace| 3 |#1|)) "\\spad{create3Space(s)} creates a \\spadtype{ThreeSpace} object containing objects pre-defined within some \\spadtype{SubSpace} \\spad{s}.") (($) "\\spad{create3Space()} creates a \\spadtype{ThreeSpace} object capable of holding point,{} curve,{} mesh components and any combination.")))
NIL
NIL
-(-1166)
+(-1167)
((|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
-(-1167)
+(-1168)
((|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
-(-1168)
+(-1169)
((|constructor| (NIL "This category describes the exported \\indented{2}{signatures of the SpadAst domain.}")) (|autoCoerce| (((|Integer|) $) "\\spad{autoCoerce(s)} returns the Integer view of `s'. Left at the discretion of the compiler.") (((|String|) $) "\\spad{autoCoerce(s)} returns the String view of `s'. Left at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(s)} returns the Identifier view of `s'. Left at the discretion of the compiler.") (((|IsAst|) $) "\\spad{autoCoerce(s)} returns the IsAst view of `s'. Left at the discretion of the compiler.") (((|HasAst|) $) "\\spad{autoCoerce(s)} returns the HasAst view of `s'. Left at the discretion of the compiler.") (((|CaseAst|) $) "\\spad{autoCoerce(s)} returns the CaseAst view of `s'. Left at the discretion of the compiler.") (((|ColonAst|) $) "\\spad{autoCoerce(s)} returns the ColoonAst view of `s'. Left at the discretion of the compiler.") (((|SuchThatAst|) $) "\\spad{autoCoerce(s)} returns the SuchThatAst view of `s'. Left at the discretion of the compiler.") (((|LetAst|) $) "\\spad{autoCoerce(s)} returns the LetAst view of `s'. Left at the discretion of the compiler.") (((|SequenceAst|) $) "\\spad{autoCoerce(s)} returns the SequenceAst view of `s'. Left at the discretion of the compiler.") (((|SegmentAst|) $) "\\spad{autoCoerce(s)} returns the SegmentAst view of `s'. Left at the discretion of the compiler.") (((|RestrictAst|) $) "\\spad{autoCoerce(s)} returns the RestrictAst view of `s'. Left at the discretion of the compiler.") (((|PretendAst|) $) "\\spad{autoCoerce(s)} returns the PretendAst view of `s'. Left at the discretion of the compiler.") (((|CoerceAst|) $) "\\spad{autoCoerce(s)} returns the CoerceAst view of `s'. Left at the discretion of the compiler.") (((|ReturnAst|) $) "\\spad{autoCoerce(s)} returns the ReturnAst view of `s'. Left at the discretion of the compiler.") (((|ExitAst|) $) "\\spad{autoCoerce(s)} returns the ExitAst view of `s'. Left at the discretion of the compiler.") (((|ConstructAst|) $) "\\spad{autoCoerce(s)} returns the ConstructAst view of `s'. Left at the discretion of the compiler.") (((|CollectAst|) $) "\\spad{autoCoerce(s)} returns the CollectAst view of `s'. Left at the discretion of the compiler.") (((|StepAst|) $) "\\spad{autoCoerce(s)} returns the InAst view of \\spad{s}. Left at the discretion of the compiler.") (((|InAst|) $) "\\spad{autoCoerce(s)} returns the InAst view of `s'. Left at the discretion of the compiler.") (((|WhileAst|) $) "\\spad{autoCoerce(s)} returns the WhileAst view of `s'. Left at the discretion of the compiler.") (((|RepeatAst|) $) "\\spad{autoCoerce(s)} returns the RepeatAst view of `s'. Left at the discretion of the compiler.") (((|IfAst|) $) "\\spad{autoCoerce(s)} returns the IfAst view of `s'. Left at the discretion of the compiler.") (((|MappingAst|) $) "\\spad{autoCoerce(s)} returns the MappingAst view of `s'. Left at the discretion of the compiler.") (((|AttributeAst|) $) "\\spad{autoCoerce(s)} returns the AttributeAst view of `s'. Left at the discretion of the compiler.") (((|SignatureAst|) $) "\\spad{autoCoerce(s)} returns the SignatureAst view of `s'. Left at the discretion of the compiler.") (((|CapsuleAst|) $) "\\spad{autoCoerce(s)} returns the CapsuleAst view of `s'. Left at the discretion of the compiler.") (((|JoinAst|) $) "\\spad{autoCoerce(s)} returns the \\spadype{JoinAst} view of of the AST object \\spad{s}. Left at the discretion of the compiler.") (((|CategoryAst|) $) "\\spad{autoCoerce(s)} returns the CategoryAst view of `s'. Left at the discretion of the compiler.") (((|WhereAst|) $) "\\spad{autoCoerce(s)} returns the WhereAst view of `s'. Left at the discretion of the compiler.") (((|MacroAst|) $) "\\spad{autoCoerce(s)} returns the MacroAst view of `s'. Left at the discretion of the compiler.") (((|DefinitionAst|) $) "\\spad{autoCoerce(s)} returns the DefinitionAst view of `s'. Left at the discretion of the compiler.") (((|ImportAst|) $) "\\spad{autoCoerce(s)} returns the ImportAst view of `s'. Left at the discretion of the compiler.")) (|case| (((|Boolean|) $ (|[\|\|]| (|Integer|))) "\\spad{s case Integer} holds if `s' represents an integer literal.") (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{s case String} holds if `s' represents a string literal.") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{s case Identifier} holds if `s' represents an identifier.") (((|Boolean|) $ (|[\|\|]| (|IsAst|))) "\\spad{s case IsAst} holds if `s' represents an is-expression.") (((|Boolean|) $ (|[\|\|]| (|HasAst|))) "\\spad{s case HasAst} holds if `s' represents a has-expression.") (((|Boolean|) $ (|[\|\|]| (|CaseAst|))) "\\spad{s case CaseAst} holds if `s' represents a case-expression.") (((|Boolean|) $ (|[\|\|]| (|ColonAst|))) "\\spad{s case ColonAst} holds if `s' represents a colon-expression.") (((|Boolean|) $ (|[\|\|]| (|SuchThatAst|))) "\\spad{s case SuchThatAst} holds if `s' represents a qualified-expression.") (((|Boolean|) $ (|[\|\|]| (|LetAst|))) "\\spad{s case LetAst} holds if `s' represents an assignment-expression.") (((|Boolean|) $ (|[\|\|]| (|SequenceAst|))) "\\spad{s case SequenceAst} holds if `s' represents a sequence-of-statements.") (((|Boolean|) $ (|[\|\|]| (|SegmentAst|))) "\\spad{s case SegmentAst} holds if `s' represents a segment-expression.") (((|Boolean|) $ (|[\|\|]| (|RestrictAst|))) "\\spad{s case RestrictAst} holds if `s' represents a restrict-expression.") (((|Boolean|) $ (|[\|\|]| (|PretendAst|))) "\\spad{s case PretendAst} holds if `s' represents a pretend-expression.") (((|Boolean|) $ (|[\|\|]| (|CoerceAst|))) "\\spad{s case ReturnAst} holds if `s' represents a coerce-expression.") (((|Boolean|) $ (|[\|\|]| (|ReturnAst|))) "\\spad{s case ReturnAst} holds if `s' represents a return-statement.") (((|Boolean|) $ (|[\|\|]| (|ExitAst|))) "\\spad{s case ExitAst} holds if `s' represents an exit-expression.") (((|Boolean|) $ (|[\|\|]| (|ConstructAst|))) "\\spad{s case ConstructAst} holds if `s' represents a list-expression.") (((|Boolean|) $ (|[\|\|]| (|CollectAst|))) "\\spad{s case CollectAst} holds if `s' represents a list-comprehension.") (((|Boolean|) $ (|[\|\|]| (|StepAst|))) "\\spad{s case StepAst} holds if \\spad{s} represents an arithmetic progression iterator.") (((|Boolean|) $ (|[\|\|]| (|InAst|))) "\\spad{s case InAst} holds if `s' represents a in-iterator") (((|Boolean|) $ (|[\|\|]| (|WhileAst|))) "\\spad{s case WhileAst} holds if `s' represents a while-iterator") (((|Boolean|) $ (|[\|\|]| (|RepeatAst|))) "\\spad{s case RepeatAst} holds if `s' represents an repeat-loop.") (((|Boolean|) $ (|[\|\|]| (|IfAst|))) "\\spad{s case IfAst} holds if `s' represents an if-statement.") (((|Boolean|) $ (|[\|\|]| (|MappingAst|))) "\\spad{s case MappingAst} holds if `s' represents a mapping type.") (((|Boolean|) $ (|[\|\|]| (|AttributeAst|))) "\\spad{s case AttributeAst} holds if `s' represents an attribute.") (((|Boolean|) $ (|[\|\|]| (|SignatureAst|))) "\\spad{s case SignatureAst} holds if `s' represents a signature export.") (((|Boolean|) $ (|[\|\|]| (|CapsuleAst|))) "\\spad{s case CapsuleAst} holds if `s' represents a domain capsule.") (((|Boolean|) $ (|[\|\|]| (|JoinAst|))) "\\spad{s case JoinAst} holds is the syntax object \\spad{s} denotes the join of several categories.") (((|Boolean|) $ (|[\|\|]| (|CategoryAst|))) "\\spad{s case CategoryAst} holds if `s' represents an unnamed category.") (((|Boolean|) $ (|[\|\|]| (|WhereAst|))) "\\spad{s case WhereAst} holds if `s' represents an expression with local definitions.") (((|Boolean|) $ (|[\|\|]| (|MacroAst|))) "\\spad{s case MacroAst} holds if `s' represents a macro definition.") (((|Boolean|) $ (|[\|\|]| (|DefinitionAst|))) "\\spad{s case DefinitionAst} holds if `s' represents a definition.") (((|Boolean|) $ (|[\|\|]| (|ImportAst|))) "\\spad{s case ImportAst} holds if `s' represents an `import' statement.")))
NIL
NIL
-(-1169)
+(-1170)
((|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
-(-1170)
+(-1171)
((|constructor| (NIL "Category for the other special functions.")) (|airyBi| (($ $) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}.")) (|airyAi| (($ $) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}.")) (|besselK| (($ $ $) "\\spad{besselK(v,z)} is the modified Bessel function of the second kind.")) (|besselI| (($ $ $) "\\spad{besselI(v,z)} is the modified Bessel function of the first kind.")) (|besselY| (($ $ $) "\\spad{besselY(v,z)} is the Bessel function of the second kind.")) (|besselJ| (($ $ $) "\\spad{besselJ(v,z)} is the Bessel function of the first kind.")) (|polygamma| (($ $ $) "\\spad{polygamma(k,x)} is the \\spad{k-th} derivative of \\spad{digamma(x)},{} (often written \\spad{psi(k,x)} in the literature).")) (|digamma| (($ $) "\\spad{digamma(x)} is the logarithmic derivative of \\spad{Gamma(x)} (often written \\spad{psi(x)} in the literature).")) (|Beta| (($ $ $) "\\spad{Beta(x,y)} is \\spad{Gamma(x) * Gamma(y)/Gamma(x+y)}.")) (|Gamma| (($ $ $) "\\spad{Gamma(a,x)} is the incomplete Gamma function.") (($ $) "\\spad{Gamma(x)} is the Euler Gamma function.")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")))
NIL
NIL
-(-1171 V C)
+(-1172 V C)
((|constructor| (NIL "This domain exports a modest implementation for the vertices of splitting trees. These vertices are called here splitting nodes. Every of these nodes store 3 informations. The first one is its value,{} that is the current expression to evaluate. The second one is its condition,{} that is the hypothesis under which the value has to be evaluated. The last one is its status,{} that is a boolean flag which is \\spad{true} iff the value is the result of its evaluation under its condition. Two splitting vertices are equal iff they have the sane values and the same conditions (so their status do not matter).")) (|subNode?| (((|Boolean|) $ $ (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{subNode?(\\spad{n1},{}\\spad{n2},{}\\spad{o2})} returns \\spad{true} iff \\axiom{value(\\spad{n1}) = value(\\spad{n2})} and \\axiom{\\spad{o2}(condition(\\spad{n1}),{}condition(\\spad{n2}))}")) (|infLex?| (((|Boolean|) $ $ (|Mapping| (|Boolean|) |#1| |#1|) (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{infLex?(\\spad{n1},{}\\spad{n2},{}\\spad{o1},{}\\spad{o2})} returns \\spad{true} iff \\axiom{\\spad{o1}(value(\\spad{n1}),{}value(\\spad{n2}))} or \\axiom{value(\\spad{n1}) = value(\\spad{n2})} and \\axiom{\\spad{o2}(condition(\\spad{n1}),{}condition(\\spad{n2}))}.")) (|setEmpty!| (($ $) "\\axiom{setEmpty!(\\spad{n})} replaces \\spad{n} by \\axiom{empty()\\$\\%}.")) (|setStatus!| (($ $ (|Boolean|)) "\\axiom{setStatus!(\\spad{n},{}\\spad{b})} returns \\spad{n} whose status has been replaced by \\spad{b} if it is not empty,{} else an error is produced.")) (|setCondition!| (($ $ |#2|) "\\axiom{setCondition!(\\spad{n},{}\\spad{t})} returns \\spad{n} whose condition has been replaced by \\spad{t} if it is not empty,{} else an error is produced.")) (|setValue!| (($ $ |#1|) "\\axiom{setValue!(\\spad{n},{}\\spad{v})} returns \\spad{n} whose value has been replaced by \\spad{v} if it is not empty,{} else an error is produced.")) (|copy| (($ $) "\\axiom{copy(\\spad{n})} returns a copy of \\spad{n}.")) (|construct| (((|List| $) |#1| (|List| |#2|)) "\\axiom{construct(\\spad{v},{}lt)} returns the same as \\axiom{[construct(\\spad{v},{}\\spad{t}) for \\spad{t} in lt]}") (((|List| $) (|List| (|Record| (|:| |val| |#1|) (|:| |tower| |#2|)))) "\\axiom{construct(lvt)} returns the same as \\axiom{[construct(vt.val,{}vt.tower) for vt in lvt]}") (($ (|Record| (|:| |val| |#1|) (|:| |tower| |#2|))) "\\axiom{construct(vt)} returns the same as \\axiom{construct(vt.val,{}vt.tower)}") (($ |#1| |#2|) "\\axiom{construct(\\spad{v},{}\\spad{t})} returns the same as \\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{false})}") (($ |#1| |#2| (|Boolean|)) "\\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{b})} returns the non-empty node with value \\spad{v},{} condition \\spad{t} and flag \\spad{b}")) (|status| (((|Boolean|) $) "\\axiom{status(\\spad{n})} returns the status of the node \\spad{n}.")) (|condition| ((|#2| $) "\\axiom{condition(\\spad{n})} returns the condition of the node \\spad{n}.")) (|value| ((|#1| $) "\\axiom{value(\\spad{n})} returns the value of the node \\spad{n}.")) (|empty?| (((|Boolean|) $) "\\axiom{empty?(\\spad{n})} returns \\spad{true} iff the node \\spad{n} is \\axiom{empty()\\$\\%}.")) (|empty| (($) "\\axiom{empty()} returns the same as \\axiom{[empty()\\$\\spad{V},{}empty()\\$\\spad{C},{}\\spad{false}]\\$\\%}")))
NIL
NIL
-(-1172 V C)
+(-1173 V C)
((|constructor| (NIL "This domain exports a modest implementation of splitting trees. Spliiting trees are needed when the evaluation of some quantity under some hypothesis requires to split the hypothesis into sub-cases. For instance by adding some new hypothesis on one hand and its negation on another hand. The computations are terminated is a splitting tree \\axiom{a} when \\axiom{status(value(a))} is \\axiom{\\spad{true}}. Thus,{} if for the splitting tree \\axiom{a} the flag \\axiom{status(value(a))} is \\axiom{\\spad{true}},{} then \\axiom{status(value(\\spad{d}))} is \\axiom{\\spad{true}} for any subtree \\axiom{\\spad{d}} of \\axiom{a}. This property of splitting trees is called the termination condition. If no vertex in a splitting tree \\axiom{a} is equal to another,{} \\axiom{a} is said to satisfy the no-duplicates condition. The splitting tree \\axiom{a} will satisfy this condition if nodes are added to \\axiom{a} by mean of \\axiom{splitNodeOf!} and if \\axiom{construct} is only used to create the root of \\axiom{a} with no children.")) (|splitNodeOf!| (($ $ $ (|List| (|SplittingNode| |#1| |#2|)) (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{splitNodeOf!(\\spad{l},{}a,{}ls,{}sub?)} returns \\axiom{a} where the children list of \\axiom{\\spad{l}} has been set to \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in ls | not subNodeOf?(\\spad{s},{}a,{}sub?)]}. Thus,{} if \\axiom{\\spad{l}} is not a node of \\axiom{a},{} this latter splitting tree is unchanged.") (($ $ $ (|List| (|SplittingNode| |#1| |#2|))) "\\axiom{splitNodeOf!(\\spad{l},{}a,{}ls)} returns \\axiom{a} where the children list of \\axiom{\\spad{l}} has been set to \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in ls | not nodeOf?(\\spad{s},{}a)]}. Thus,{} if \\axiom{\\spad{l}} is not a node of \\axiom{a},{} this latter splitting tree is unchanged.")) (|remove!| (($ (|SplittingNode| |#1| |#2|) $) "\\axiom{remove!(\\spad{s},{}a)} replaces a by remove(\\spad{s},{}a)")) (|remove| (($ (|SplittingNode| |#1| |#2|) $) "\\axiom{remove(\\spad{s},{}a)} returns the splitting tree obtained from a by removing every sub-tree \\axiom{\\spad{b}} such that \\axiom{value(\\spad{b})} and \\axiom{\\spad{s}} have the same value,{} condition and status.")) (|subNodeOf?| (((|Boolean|) (|SplittingNode| |#1| |#2|) $ (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{subNodeOf?(\\spad{s},{}a,{}sub?)} returns \\spad{true} iff for some node \\axiom{\\spad{n}} in \\axiom{a} we have \\axiom{\\spad{s} = \\spad{n}} or \\axiom{status(\\spad{n})} and \\axiom{subNode?(\\spad{s},{}\\spad{n},{}sub?)}.")) (|nodeOf?| (((|Boolean|) (|SplittingNode| |#1| |#2|) $) "\\axiom{nodeOf?(\\spad{s},{}a)} returns \\spad{true} iff some node of \\axiom{a} is equal to \\axiom{\\spad{s}}")) (|result| (((|List| (|Record| (|:| |val| |#1|) (|:| |tower| |#2|))) $) "\\axiom{result(a)} where \\axiom{ls} is the leaves list of \\axiom{a} returns \\axiom{[[value(\\spad{s}),{}condition(\\spad{s})]\\$VT for \\spad{s} in ls]} if the computations are terminated in \\axiom{a} else an error is produced.")) (|conditions| (((|List| |#2|) $) "\\axiom{conditions(a)} returns the list of the conditions of the leaves of a")) (|construct| (($ |#1| |#2| |#1| (|List| |#2|)) "\\axiom{construct(\\spad{v1},{}\\spad{t},{}\\spad{v2},{}lt)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with children list given by \\axiom{[[[\\spad{v},{}\\spad{t}]\\$\\spad{S}]\\$\\% for \\spad{s} in ls]}.") (($ |#1| |#2| (|List| (|SplittingNode| |#1| |#2|))) "\\axiom{construct(\\spad{v},{}\\spad{t},{}ls)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with children list given by \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in ls]}.") (($ |#1| |#2| (|List| $)) "\\axiom{construct(\\spad{v},{}\\spad{t},{}la)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with \\axiom{la} as children list.") (($ (|SplittingNode| |#1| |#2|)) "\\axiom{construct(\\spad{s})} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{\\spad{s}} and no children. Thus,{} if the status of \\axiom{\\spad{s}} is \\spad{false},{} \\axiom{[\\spad{s}]} represents the starting point of the evaluation \\axiom{value(\\spad{s})} under the hypothesis \\axiom{condition(\\spad{s})}.")) (|updateStatus!| (($ $) "\\axiom{updateStatus!(a)} returns a where the status of the vertices are updated to satisfy the \"termination condition\".")) (|extractSplittingLeaf| (((|Union| $ "failed") $) "\\axiom{extractSplittingLeaf(a)} returns the left most leaf (as a tree) whose status is \\spad{false} if any,{} else \"failed\" is returned.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-1171 |#1| |#2|) (|%list| (QUOTE -321) (|%list| (QUOTE -1171) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1171 |#1| |#2|) (QUOTE (-1132)))) (|HasCategory| (-1171 |#1| |#2|) (QUOTE (-1132))) (-2191 (|HasCategory| (-1171 |#1| |#2|) (QUOTE (-102))) (|HasCategory| (-1171 |#1| |#2|) (QUOTE (-1132)))) (-2191 (|HasCategory| (-1171 |#1| |#2|) (|%list| (QUOTE -632) (QUOTE (-887)))) (-12 (|HasCategory| (-1171 |#1| |#2|) (|%list| (QUOTE -321) (|%list| (QUOTE -1171) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1171 |#1| |#2|) (QUOTE (-1132))))) (|HasCategory| (-1171 |#1| |#2|) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-1171 |#1| |#2|) (QUOTE (-102))))
-(-1173 |ndim| R)
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-1172 |#1| |#2|) (|%list| (QUOTE -321) (|%list| (QUOTE -1172) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1172 |#1| |#2|) (QUOTE (-1133)))) (|HasCategory| (-1172 |#1| |#2|) (QUOTE (-1133))) (-2309 (|HasCategory| (-1172 |#1| |#2|) (QUOTE (-102))) (|HasCategory| (-1172 |#1| |#2|) (QUOTE (-1133)))) (-2309 (|HasCategory| (-1172 |#1| |#2|) (|%list| (QUOTE -632) (QUOTE (-888)))) (-12 (|HasCategory| (-1172 |#1| |#2|) (|%list| (QUOTE -321) (|%list| (QUOTE -1172) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1172 |#1| |#2|) (QUOTE (-1133))))) (|HasCategory| (-1172 |#1| |#2|) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-1172 |#1| |#2|) (QUOTE (-102))))
+(-1174 |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}.")))
-((-4506 . T) (-4498 |has| |#2| (-6 (-4511 "*"))) (-4509 . T) (-4503 . T) (-4504 . T))
-((|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-239))) (|HasAttribute| |#2| (QUOTE (-4511 "*"))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-376))) (-2191 (|HasAttribute| |#2| (QUOTE (-4511 "*"))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-240)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-175))))
-(-1174 S)
+((-4507 . T) (-4499 |has| |#2| (-6 (-4512 "*"))) (-4510 . T) (-4504 . T) (-4505 . T))
+((|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (QUOTE (-239))) (|HasAttribute| |#2| (QUOTE (-4512 "*"))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (-12 (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-240))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (QUOTE (-319))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-376))) (-2309 (|HasAttribute| |#2| (QUOTE (-4512 "*"))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-240)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-102))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-175))))
+(-1175 S)
((|constructor| (NIL "A string aggregate is a category for strings,{} that is,{} one dimensional arrays of characters.")) (|elt| (($ $ $) "\\spad{elt(s,t)} returns the concatenation of \\spad{s} and \\spad{t}. It is provided to allow juxtaposition of strings to work as concatenation. For example,{} \\axiom{\"smoo\" \"shed\"} returns \\axiom{\"smooshed\"}.")) (|rightTrim| (($ $ (|CharacterClass|)) "\\spad{rightTrim(s,cc)} returns \\spad{s} with all trailing occurences of characters in \\spad{cc} deleted. For example,{} \\axiom{rightTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"(abc\"}.") (($ $ (|Character|)) "\\spad{rightTrim(s,c)} returns \\spad{s} with all trailing occurrences of \\spad{c} deleted. For example,{} \\axiom{rightTrim(\" abc \",{} char \" \")} returns \\axiom{\" abc\"}.")) (|leftTrim| (($ $ (|CharacterClass|)) "\\spad{leftTrim(s,cc)} returns \\spad{s} with all leading characters in \\spad{cc} deleted. For example,{} \\axiom{leftTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc)\"}.") (($ $ (|Character|)) "\\spad{leftTrim(s,c)} returns \\spad{s} with all leading characters \\spad{c} deleted. For example,{} \\axiom{leftTrim(\" abc \",{} char \" \")} returns \\axiom{\"abc \"}.")) (|trim| (($ $ (|CharacterClass|)) "\\spad{trim(s,cc)} returns \\spad{s} with all characters in \\spad{cc} deleted from right and left ends. For example,{} \\axiom{trim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc\"}.") (($ $ (|Character|)) "\\spad{trim(s,c)} returns \\spad{s} with all characters \\spad{c} deleted from right and left ends. For example,{} \\axiom{trim(\" abc \",{} char \" \")} returns \\axiom{\"abc\"}.")) (|split| (((|List| $) $ (|CharacterClass|)) "\\spad{split(s,cc)} returns a list of substrings delimited by characters in \\spad{cc}.") (((|List| $) $ (|Character|)) "\\spad{split(s,c)} returns a list of substrings delimited by character \\spad{c}.")) (|coerce| (($ (|Character|)) "\\spad{coerce(c)} returns \\spad{c} as a string \\spad{s} with the character \\spad{c}.")) (|position| (((|Integer|) (|CharacterClass|) $ (|Integer|)) "\\spad{position(cc,t,i)} returns the position \\axiom{\\spad{j} >= \\spad{i}} in \\spad{t} of the first character belonging to \\spad{cc}.") (((|Integer|) $ $ (|Integer|)) "\\spad{position(s,t,i)} returns the position \\spad{j} of the substring \\spad{s} in string \\spad{t},{} where \\axiom{\\spad{j} >= \\spad{i}} is required.")) (|replace| (($ $ (|UniversalSegment| (|Integer|)) $) "\\spad{replace(s,i..j,t)} replaces the substring \\axiom{\\spad{s}(\\spad{i}..\\spad{j})} of \\spad{s} by string \\spad{t}.")) (|match?| (((|Boolean|) $ $ (|Character|)) "\\spad{match?(s,t,c)} tests if \\spad{s} matches \\spad{t} except perhaps for multiple and consecutive occurrences of character \\spad{c}. Typically \\spad{c} is the blank character.")) (|match| (((|NonNegativeInteger|) $ $ (|Character|)) "\\spad{match(p,s,wc)} tests if pattern \\axiom{\\spad{p}} matches subject \\axiom{\\spad{s}} where \\axiom{\\spad{wc}} is a wild card character. If no match occurs,{} the index \\axiom{0} is returned; otheriwse,{} the value returned is the first index of the first character in the subject matching the subject (excluding that matched by an initial wild-card). For example,{} \\axiom{match(\"*to*\",{}\"yorktown\",{}\"*\")} returns \\axiom{5} indicating a successful match starting at index \\axiom{5} of \\axiom{\"yorktown\"}.")) (|substring?| (((|Boolean|) $ $ (|Integer|)) "\\spad{substring?(s,t,i)} tests if \\spad{s} is a substring of \\spad{t} beginning at index \\spad{i}. Note: \\axiom{substring?(\\spad{s},{}\\spad{t},{}0) = prefix?(\\spad{s},{}\\spad{t})}.")) (|suffix?| (((|Boolean|) $ $) "\\spad{suffix?(s,t)} tests if the string \\spad{s} is the final substring of \\spad{t}. Note: \\axiom{suffix?(\\spad{s},{}\\spad{t}) == reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.(\\spad{n} - \\spad{m} + \\spad{i}) for \\spad{i} in 0..maxIndex \\spad{s}])} where \\spad{m} and \\spad{n} denote the maxIndex of \\spad{s} and \\spad{t} respectively.")) (|prefix?| (((|Boolean|) $ $) "\\spad{prefix?(s,t)} tests if the string \\spad{s} is the initial substring of \\spad{t}. Note: \\axiom{prefix?(\\spad{s},{}\\spad{t}) == reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.\\spad{i} for \\spad{i} in 0..maxIndex \\spad{s}])}.")) (|upperCase!| (($ $) "\\spad{upperCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by upper case characters.")) (|upperCase| (($ $) "\\spad{upperCase(s)} returns the string with all characters in upper case.")) (|lowerCase!| (($ $) "\\spad{lowerCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by lower case.")) (|lowerCase| (($ $) "\\spad{lowerCase(s)} returns the string with all characters in lower case.")))
NIL
NIL
-(-1175)
+(-1176)
((|constructor| (NIL "A string aggregate is a category for strings,{} that is,{} one dimensional arrays of characters.")) (|elt| (($ $ $) "\\spad{elt(s,t)} returns the concatenation of \\spad{s} and \\spad{t}. It is provided to allow juxtaposition of strings to work as concatenation. For example,{} \\axiom{\"smoo\" \"shed\"} returns \\axiom{\"smooshed\"}.")) (|rightTrim| (($ $ (|CharacterClass|)) "\\spad{rightTrim(s,cc)} returns \\spad{s} with all trailing occurences of characters in \\spad{cc} deleted. For example,{} \\axiom{rightTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"(abc\"}.") (($ $ (|Character|)) "\\spad{rightTrim(s,c)} returns \\spad{s} with all trailing occurrences of \\spad{c} deleted. For example,{} \\axiom{rightTrim(\" abc \",{} char \" \")} returns \\axiom{\" abc\"}.")) (|leftTrim| (($ $ (|CharacterClass|)) "\\spad{leftTrim(s,cc)} returns \\spad{s} with all leading characters in \\spad{cc} deleted. For example,{} \\axiom{leftTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc)\"}.") (($ $ (|Character|)) "\\spad{leftTrim(s,c)} returns \\spad{s} with all leading characters \\spad{c} deleted. For example,{} \\axiom{leftTrim(\" abc \",{} char \" \")} returns \\axiom{\"abc \"}.")) (|trim| (($ $ (|CharacterClass|)) "\\spad{trim(s,cc)} returns \\spad{s} with all characters in \\spad{cc} deleted from right and left ends. For example,{} \\axiom{trim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc\"}.") (($ $ (|Character|)) "\\spad{trim(s,c)} returns \\spad{s} with all characters \\spad{c} deleted from right and left ends. For example,{} \\axiom{trim(\" abc \",{} char \" \")} returns \\axiom{\"abc\"}.")) (|split| (((|List| $) $ (|CharacterClass|)) "\\spad{split(s,cc)} returns a list of substrings delimited by characters in \\spad{cc}.") (((|List| $) $ (|Character|)) "\\spad{split(s,c)} returns a list of substrings delimited by character \\spad{c}.")) (|coerce| (($ (|Character|)) "\\spad{coerce(c)} returns \\spad{c} as a string \\spad{s} with the character \\spad{c}.")) (|position| (((|Integer|) (|CharacterClass|) $ (|Integer|)) "\\spad{position(cc,t,i)} returns the position \\axiom{\\spad{j} >= \\spad{i}} in \\spad{t} of the first character belonging to \\spad{cc}.") (((|Integer|) $ $ (|Integer|)) "\\spad{position(s,t,i)} returns the position \\spad{j} of the substring \\spad{s} in string \\spad{t},{} where \\axiom{\\spad{j} >= \\spad{i}} is required.")) (|replace| (($ $ (|UniversalSegment| (|Integer|)) $) "\\spad{replace(s,i..j,t)} replaces the substring \\axiom{\\spad{s}(\\spad{i}..\\spad{j})} of \\spad{s} by string \\spad{t}.")) (|match?| (((|Boolean|) $ $ (|Character|)) "\\spad{match?(s,t,c)} tests if \\spad{s} matches \\spad{t} except perhaps for multiple and consecutive occurrences of character \\spad{c}. Typically \\spad{c} is the blank character.")) (|match| (((|NonNegativeInteger|) $ $ (|Character|)) "\\spad{match(p,s,wc)} tests if pattern \\axiom{\\spad{p}} matches subject \\axiom{\\spad{s}} where \\axiom{\\spad{wc}} is a wild card character. If no match occurs,{} the index \\axiom{0} is returned; otheriwse,{} the value returned is the first index of the first character in the subject matching the subject (excluding that matched by an initial wild-card). For example,{} \\axiom{match(\"*to*\",{}\"yorktown\",{}\"*\")} returns \\axiom{5} indicating a successful match starting at index \\axiom{5} of \\axiom{\"yorktown\"}.")) (|substring?| (((|Boolean|) $ $ (|Integer|)) "\\spad{substring?(s,t,i)} tests if \\spad{s} is a substring of \\spad{t} beginning at index \\spad{i}. Note: \\axiom{substring?(\\spad{s},{}\\spad{t},{}0) = prefix?(\\spad{s},{}\\spad{t})}.")) (|suffix?| (((|Boolean|) $ $) "\\spad{suffix?(s,t)} tests if the string \\spad{s} is the final substring of \\spad{t}. Note: \\axiom{suffix?(\\spad{s},{}\\spad{t}) == reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.(\\spad{n} - \\spad{m} + \\spad{i}) for \\spad{i} in 0..maxIndex \\spad{s}])} where \\spad{m} and \\spad{n} denote the maxIndex of \\spad{s} and \\spad{t} respectively.")) (|prefix?| (((|Boolean|) $ $) "\\spad{prefix?(s,t)} tests if the string \\spad{s} is the initial substring of \\spad{t}. Note: \\axiom{prefix?(\\spad{s},{}\\spad{t}) == reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.\\spad{i} for \\spad{i} in 0..maxIndex \\spad{s}])}.")) (|upperCase!| (($ $) "\\spad{upperCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by upper case characters.")) (|upperCase| (($ $) "\\spad{upperCase(s)} returns the string with all characters in upper case.")) (|lowerCase!| (($ $) "\\spad{lowerCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by lower case.")) (|lowerCase| (($ $) "\\spad{lowerCase(s)} returns the string with all characters in lower case.")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
-(-1176 R E V P TS)
+(-1177 R E V P TS)
((|constructor| (NIL "A package providing a new algorithm for solving polynomial systems by means of regular chains. Two ways of solving are provided: in the sense of Zariski closure (like in Kalkbrener's algorithm) or in the sense of the regular zeros (like in Wu,{} Wang or Lazard- Moreno methods). This algorithm is valid for nay type of regular set. It does not care about the way a polynomial is added in an regular set,{} or how two quasi-components are compared (by an inclusion-test),{} or how the invertibility test is made in the tower of simple extensions associated with a regular set. These operations are realized respectively by the domain \\spad{TS} and the packages \\spad{QCMPPK(R,E,V,P,TS)} and \\spad{RSETGCD(R,E,V,P,TS)}. The same way it does not care about the way univariate polynomial gcds (with coefficients in the tower of simple extensions associated with a regular set) are computed. The only requirement is that these gcds need to have invertible initials (normalized or not). WARNING. There is no need for a user to call diectly any operation of this package since they can be accessed by the domain \\axiomType{TS}. Thus,{} the operations of this package are not documented.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-1177 R E V P)
+(-1178 R E V P)
((|constructor| (NIL "This domain provides an implementation of square-free regular chains. Moreover,{} the operation \\axiomOpFrom{zeroSetSplit}{SquareFreeRegularTriangularSetCategory} is an implementation of a new algorithm for solving polynomial systems by means of regular chains.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.} \\indented{2}{Version: 2}")) (|preprocess| (((|Record| (|:| |val| (|List| |#4|)) (|:| |towers| (|List| $))) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{pre_process(lp,{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|internalZeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalZeroSetSplit(lp,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3})} is an internal subroutine,{} exported only for developement.")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}\\spad{b1},{}\\spad{b2}.\\spad{b3},{}\\spad{b4})} is an internal subroutine,{} exported only for developement.") (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}clos?,{}info?)} has the same specifications as \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory} from \\spadtype{RegularTriangularSetCategory} Moreover,{} if \\axiom{clos?} then solves in the sense of the Zariski closure else solves in the sense of the regular zeros. If \\axiom{info?} then do print messages during the computations.")) (|internalAugment| (((|List| $) |#4| $ (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalAugment(\\spad{p},{}ts,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#4| (QUOTE (-102))))
-(-1178)
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#4| (QUOTE (-102))))
+(-1179)
((|constructor| (NIL "The category of all semiring structures,{} \\spadignore{e.g.} triples (\\spad{D},{}+,{}*) such that (\\spad{D},{}+) is an Abelian monoid and (\\spad{D},{}*) is a monoid with the following laws:")))
NIL
NIL
-(-1179 S)
+(-1180 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}.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
-(-1180 A S)
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-1181 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
-(-1181 S)
+(-1182 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
-(-1182 |Key| |Ent| |dent|)
+(-1183 |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.")))
-((-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|)))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))))
-(-1183)
+((-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|)))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))))
+(-1184)
((|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}'s are never \\spad{nothing}.}")) (|nextItem| (((|Maybe| $) $) "\\spad{nextItem(x)} returns the next item,{} or \\spad{failed} if domain is exhausted.")) (|init| (($) "\\spad{init()} chooses an initial object for stepping.")))
NIL
NIL
-(-1184)
+(-1185)
((|constructor| (NIL "This domain represents an arithmetic progression iterator syntax.")) (|step| (((|SpadAst|) $) "\\spad{step(i)} returns the Spad AST denoting the step of the arithmetic progression represented by the iterator \\spad{i}.")) (|upperBound| (((|Maybe| (|SpadAst|)) $) "If the set of values assumed by the iteration variable is bounded from above,{} \\spad{upperBound(i)} returns the upper bound. Otherwise,{} its returns \\spad{nothing}.")) (|lowerBound| (((|SpadAst|) $) "\\spad{lowerBound(i)} returns the lower bound on the values assumed by the iteration variable.")) (|iterationVar| (((|Identifier|) $) "\\spad{iterationVar(i)} returns the name of the iterating variable of the arithmetic progression iterator \\spad{i}.")))
NIL
NIL
-(-1185 |Coef|)
+(-1186 |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
-(-1186 S)
-((|constructor| (NIL "A stream is an implementation of an infinite sequence using a list of terms that have been computed and a function closure to compute additional terms when needed.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,s)} returns \\spad{[x0,x1,...,x(n)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = true}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,s)} returns \\spad{[x0,x1,...,x(n-1)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = false}.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,x)} creates an infinite stream whose first element is \\spad{x} and whose \\spad{n}th element (\\spad{n > 1}) is \\spad{f} applied to the previous element. Note: \\spad{generate(f,x) = [x,f(x),f(f(x)),...]}.") (($ (|Mapping| |#1|)) "\\spad{generate(f)} creates an infinite stream all of whose elements are equal to \\spad{f()}. Note: \\spad{generate(f) = [f(),f(),f(),...]}.")) (|setrest!| (($ $ (|Integer|) $) "\\spad{setrest!(x,n,y)} sets rest(\\spad{x},{}\\spad{n}) to \\spad{y}. The function will expand cycles if necessary.")) (|showAll?| (((|Boolean|)) "\\spad{showAll?()} returns \\spad{true} if all computed entries of streams will be displayed.")) (|showAllElements| (((|OutputForm|) $) "\\spad{showAllElements(s)} creates an output form which displays all computed elements.")) (|output| (((|Void|) (|Integer|) $) "\\spad{output(n,st)} computes and displays the first \\spad{n} entries of \\spad{st}.")) (|cons| (($ |#1| $) "\\spad{cons(a,s)} returns a stream whose \\spad{first} is \\spad{a} and whose \\spad{rest} is \\spad{s}. Note: \\spad{cons(a,s) = concat(a,s)}.")) (|delay| (($ (|Mapping| $)) "\\spad{delay(f)} creates a stream with a lazy evaluation defined by function \\spad{f}. Caution: This function can only be called in compiled code.")) (|findCycle| (((|Record| (|:| |cycle?| (|Boolean|)) (|:| |prefix| (|NonNegativeInteger|)) (|:| |period| (|NonNegativeInteger|))) (|NonNegativeInteger|) $) "\\spad{findCycle(n,st)} determines if \\spad{st} is periodic within \\spad{n}.")) (|repeating?| (((|Boolean|) (|List| |#1|) $) "\\spad{repeating?(l,s)} returns \\spad{true} if a stream \\spad{s} is periodic with period \\spad{l},{} and \\spad{false} otherwise.")) (|repeating| (($ (|List| |#1|)) "\\spad{repeating(l)} is a repeating stream whose period is the list \\spad{l}.")) (|shallowlyMutable| ((|attribute|) "one may destructively alter a stream by assigning new values to its entries.")))
-((-4510 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
(-1187 S)
+((|constructor| (NIL "A stream is an implementation of an infinite sequence using a list of terms that have been computed and a function closure to compute additional terms when needed.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,s)} returns \\spad{[x0,x1,...,x(n)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = true}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,s)} returns \\spad{[x0,x1,...,x(n-1)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = false}.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,x)} creates an infinite stream whose first element is \\spad{x} and whose \\spad{n}th element (\\spad{n > 1}) is \\spad{f} applied to the previous element. Note: \\spad{generate(f,x) = [x,f(x),f(f(x)),...]}.") (($ (|Mapping| |#1|)) "\\spad{generate(f)} creates an infinite stream all of whose elements are equal to \\spad{f()}. Note: \\spad{generate(f) = [f(),f(),f(),...]}.")) (|setrest!| (($ $ (|Integer|) $) "\\spad{setrest!(x,n,y)} sets rest(\\spad{x},{}\\spad{n}) to \\spad{y}. The function will expand cycles if necessary.")) (|showAll?| (((|Boolean|)) "\\spad{showAll?()} returns \\spad{true} if all computed entries of streams will be displayed.")) (|showAllElements| (((|OutputForm|) $) "\\spad{showAllElements(s)} creates an output form which displays all computed elements.")) (|output| (((|Void|) (|Integer|) $) "\\spad{output(n,st)} computes and displays the first \\spad{n} entries of \\spad{st}.")) (|cons| (($ |#1| $) "\\spad{cons(a,s)} returns a stream whose \\spad{first} is \\spad{a} and whose \\spad{rest} is \\spad{s}. Note: \\spad{cons(a,s) = concat(a,s)}.")) (|delay| (($ (|Mapping| $)) "\\spad{delay(f)} creates a stream with a lazy evaluation defined by function \\spad{f}. Caution: This function can only be called in compiled code.")) (|findCycle| (((|Record| (|:| |cycle?| (|Boolean|)) (|:| |prefix| (|NonNegativeInteger|)) (|:| |period| (|NonNegativeInteger|))) (|NonNegativeInteger|) $) "\\spad{findCycle(n,st)} determines if \\spad{st} is periodic within \\spad{n}.")) (|repeating?| (((|Boolean|) (|List| |#1|) $) "\\spad{repeating?(l,s)} returns \\spad{true} if a stream \\spad{s} is periodic with period \\spad{l},{} and \\spad{false} otherwise.")) (|repeating| (($ (|List| |#1|)) "\\spad{repeating(l)} is a repeating stream whose period is the list \\spad{l}.")) (|shallowlyMutable| ((|attribute|) "one may destructively alter a stream by assigning new values to its entries.")))
+((-4511 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-1188 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
-(-1188 A B)
+(-1189 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
-(-1189 A B C)
+(-1190 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
-(-1190)
+(-1191)
((|string| (($ (|DoubleFloat|)) "\\spad{string f} returns the decimal representation of \\spad{f} in a string") (($ (|Integer|)) "\\spad{string i} returns the decimal representation of \\spad{i} in a string")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| (-146) (QUOTE (-871))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))) (-12 (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (-2191 (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-887)))) (-12 (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (|HasCategory| (-146) (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| (-146) (QUOTE (-871))) (|HasCategory| (-146) (QUOTE (-1132)))) (|HasCategory| (-146) (QUOTE (-871))) (-2191 (|HasCategory| (-146) (QUOTE (-102))) (|HasCategory| (-146) (QUOTE (-871))) (|HasCategory| (-146) (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-146) (QUOTE (-102))) (-12 (|HasCategory| (-146) (QUOTE (-1132))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))))
-(-1191 |Entry|)
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| (-146) (QUOTE (-872))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))) (-12 (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (-2309 (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-888)))) (-12 (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146)))))) (|HasCategory| (-146) (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| (-146) (QUOTE (-872))) (|HasCategory| (-146) (QUOTE (-1133)))) (|HasCategory| (-146) (QUOTE (-872))) (-2309 (|HasCategory| (-146) (QUOTE (-102))) (|HasCategory| (-146) (QUOTE (-872))) (|HasCategory| (-146) (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-146) (QUOTE (-102))) (-12 (|HasCategory| (-146) (QUOTE (-1133))) (|HasCategory| (-146) (|%list| (QUOTE -321) (QUOTE (-146))))))
+(-1192 |Entry|)
((|constructor| (NIL "This domain provides tables where the keys are strings. A specialized hash function for strings is used.")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (QUOTE (-1190))) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#1|)))))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-1132))) (|HasCategory| (-1190) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-102)))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (QUOTE (-102))))
-(-1192 A)
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (QUOTE (-1191))) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#1|)))))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-1133))) (|HasCategory| (-1191) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-102)))) (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (QUOTE (-102))))
+(-1193 A)
((|constructor| (NIL "StreamTaylorSeriesOperations implements Taylor series arithmetic,{} where a Taylor series is represented by a stream of its coefficients.")) (|power| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{power(a,f)} returns the power series \\spad{f} raised to the power \\spad{a}.")) (|lazyGintegrate| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyGintegrate(f,r,g)} is used for fixed point computations.")) (|mapdiv| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapdiv([a0,a1,..],[b0,b1,..])} returns \\spad{[a0/b0,a1/b1,..]}.")) (|powern| (((|Stream| |#1|) (|Fraction| (|Integer|)) (|Stream| |#1|)) "\\spad{powern(r,f)} raises power series \\spad{f} to the power \\spad{r}.")) (|nlde| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{nlde(u)} solves a first order non-linear differential equation described by \\spad{u} of the form \\spad{[[b<0,0>,b<0,1>,...],[b<1,0>,b<1,1>,.],...]}. the differential equation has the form \\spad{y' = sum(i=0 to infinity,j=0 to infinity,b<i,j>*(x**i)*(y**j))}.")) (|lazyIntegrate| (((|Stream| |#1|) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyIntegrate(r,f)} is a local function used for fixed point computations.")) (|integrate| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{integrate(r,a)} returns the integral of the power series \\spad{a} with respect to the power series variableintegration where \\spad{r} denotes the constant of integration. Thus \\spad{integrate(a,[a0,a1,a2,...]) = [a,a0,a1/2,a2/3,...]}.")) (|invmultisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{invmultisect(a,b,st)} substitutes \\spad{x**((a+b)*n)} for \\spad{x**n} and multiplies by \\spad{x**b}.")) (|multisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{multisect(a,b,st)} selects the coefficients of \\spad{x**((a+b)*n+a)},{} and changes them to \\spad{x**n}.")) (|generalLambert| (((|Stream| |#1|) (|Stream| |#1|) (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),a,d)} returns \\spad{f(x**a) + f(x**(a + d)) + f(x**(a + 2 d)) + ...}. \\spad{f(x)} should have zero constant coefficient and \\spad{a} and \\spad{d} should be positive.")) (|evenlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{evenlambert(st)} computes \\spad{f(x**2) + f(x**4) + f(x**6) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1,{} then \\spad{prod(f(x**(2*n)),n=1..infinity) = exp(evenlambert(log(f(x))))}.")) (|oddlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{oddlambert(st)} computes \\spad{f(x) + f(x**3) + f(x**5) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f}(\\spad{x}) is a power series with constant coefficient 1 then \\spad{prod(f(x**(2*n-1)),n=1..infinity) = exp(oddlambert(log(f(x))))}.")) (|lambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lambert(st)} computes \\spad{f(x) + f(x**2) + f(x**3) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1 then \\spad{prod(f(x**n),n = 1..infinity) = exp(lambert(log(f(x))))}.")) (|addiag| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{addiag(x)} performs diagonal addition of a stream of streams. if \\spad{x} = \\spad{[[a<0,0>,a<0,1>,..],[a<1,0>,a<1,1>,..],[a<2,0>,a<2,1>,..],..]} and \\spad{addiag(x) = [b<0,b<1>,...], then b<k> = sum(i+j=k,a<i,j>)}.")) (|revert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{revert(a)} computes the inverse of a power series \\spad{a} with respect to composition. the series should have constant coefficient 0 and first order coefficient should be invertible.")) (|lagrange| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lagrange(g)} produces the power series for \\spad{f} where \\spad{f} is implicitly defined as \\spad{f(z) = z*g(f(z))}.")) (|compose| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{compose(a,b)} composes the power series \\spad{a} with the power series \\spad{b}.")) (|eval| (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{eval(a,r)} returns a stream of partial sums of the power series \\spad{a} evaluated at the power series variable equal to \\spad{r}.")) (|coerce| (((|Stream| |#1|) |#1|) "\\spad{coerce(r)} converts a ring element \\spad{r} to a stream with one element.")) (|gderiv| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) (|Stream| |#1|)) "\\spad{gderiv(f,[a0,a1,a2,..])} returns \\spad{[f(0)*a0,f(1)*a1,f(2)*a2,..]}.")) (|deriv| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{deriv(a)} returns the derivative of the power series with respect to the power series variable. Thus \\spad{deriv([a0,a1,a2,...])} returns \\spad{[a1,2 a2,3 a3,...]}.")) (|mapmult| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapmult([a0,a1,..],[b0,b1,..])} returns \\spad{[a0*b0,a1*b1,..]}.")) (|int| (((|Stream| |#1|) |#1|) "\\spad{int(r)} returns [\\spad{r},{}\\spad{r+1},{}\\spad{r+2},{}...],{} where \\spad{r} is a ring element.")) (|oddintegers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{oddintegers(n)} returns \\spad{[n,n+2,n+4,...]}.")) (|integers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{integers(n)} returns \\spad{[n,n+1,n+2,...]}.")) (|monom| (((|Stream| |#1|) |#1| (|Integer|)) "\\spad{monom(deg,coef)} is a monomial of degree \\spad{deg} with coefficient \\spad{coef}.")) (|recip| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|)) "\\spad{recip(a)} returns the power series reciprocal of \\spad{a},{} or \"failed\" if not possible.")) (/ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a / b} returns the power series quotient of \\spad{a} by \\spad{b}. An error message is returned if \\spad{b} is not invertible. This function is used in fixed point computations.")) (|exquo| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|) (|Stream| |#1|)) "\\spad{exquo(a,b)} returns the power series quotient of \\spad{a} by \\spad{b},{} if the quotient exists,{} and \"failed\" otherwise")) (* (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{a * r} returns the power series scalar multiplication of \\spad{a} by r: \\spad{[a0,a1,...] * r = [a0 * r,a1 * r,...]}") (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{r * a} returns the power series scalar multiplication of \\spad{r} by \\spad{a}: \\spad{r * [a0,a1,...] = [r * a0,r * a1,...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a * b} returns the power series (Cauchy) product of \\spad{a} and b: \\spad{[a0,a1,...] * [b0,b1,...] = [c0,c1,...]} where \\spad{ck = sum(i + j = k,ai * bk)}.")) (- (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{- a} returns the power series negative of \\spad{a}: \\spad{- [a0,a1,...] = [- a0,- a1,...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a - b} returns the power series difference of \\spad{a} and \\spad{b}: \\spad{[a0,a1,..] - [b0,b1,..] = [a0 - b0,a1 - b1,..]}")) (+ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a + b} returns the power series sum of \\spad{a} and \\spad{b}: \\spad{[a0,a1,..] + [b0,b1,..] = [a0 + b0,a1 + b1,..]}")))
NIL
((|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))))
-(-1193 |Coef|)
+(-1194 |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
-(-1194 |Coef|)
+(-1195 |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
-(-1195 R UP)
+(-1196 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 (-319))))
-(-1196 |n| R)
+(-1197 |n| R)
((|constructor| (NIL "This domain \\undocumented")) (|pointData| (((|List| (|Point| |#2|)) $) "\\spad{pointData(s)} returns the list of points from the point data field of the 3 dimensional subspace \\spad{s}.")) (|parent| (($ $) "\\spad{parent(s)} returns the subspace which is the parent of the indicated 3 dimensional subspace \\spad{s}. If \\spad{s} is the top level subspace an error message is returned.")) (|level| (((|NonNegativeInteger|) $) "\\spad{level(s)} returns a non negative integer which is the current level field of the indicated 3 dimensional subspace \\spad{s}.")) (|extractProperty| (((|SubSpaceComponentProperty|) $) "\\spad{extractProperty(s)} returns the property of domain \\spadtype{SubSpaceComponentProperty} of the indicated 3 dimensional subspace \\spad{s}.")) (|extractClosed| (((|Boolean|) $) "\\spad{extractClosed(s)} returns the \\spadtype{Boolean} value of the closed property for the indicated 3 dimensional subspace \\spad{s}. If the property is closed,{} \\spad{True} is returned,{} otherwise \\spad{False} is returned.")) (|extractIndex| (((|NonNegativeInteger|) $) "\\spad{extractIndex(s)} returns a non negative integer which is the current index of the 3 dimensional subspace \\spad{s}.")) (|extractPoint| (((|Point| |#2|) $) "\\spad{extractPoint(s)} returns the point which is given by the current index location into the point data field of the 3 dimensional subspace \\spad{s}.")) (|traverse| (($ $ (|List| (|NonNegativeInteger|))) "\\spad{traverse(s,li)} follows the branch list of the 3 dimensional subspace,{} \\spad{s},{} along the path dictated by the list of non negative integers,{} \\spad{li},{} which points to the component which has been traversed to. The subspace,{} \\spad{s},{} is returned,{} where \\spad{s} is now the subspace pointed to by \\spad{li}.")) (|defineProperty| (($ $ (|List| (|NonNegativeInteger|)) (|SubSpaceComponentProperty|)) "\\spad{defineProperty(s,li,p)} defines the component property in the 3 dimensional subspace,{} \\spad{s},{} to be that of \\spad{p},{} where \\spad{p} is of the domain \\spadtype{SubSpaceComponentProperty}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component whose property is being defined. The subspace,{} \\spad{s},{} is returned with the component property definition.")) (|closeComponent| (($ $ (|List| (|NonNegativeInteger|)) (|Boolean|)) "\\spad{closeComponent(s,li,b)} sets the property of the component in the 3 dimensional subspace,{} \\spad{s},{} to be closed if \\spad{b} is \\spad{true},{} or open if \\spad{b} is \\spad{false}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component whose closed property is to be set. The subspace,{} \\spad{s},{} is returned with the component property modification.")) (|modifyPoint| (($ $ (|NonNegativeInteger|) (|Point| |#2|)) "\\spad{modifyPoint(s,ind,p)} modifies the point referenced by the index location,{} \\spad{ind},{} by replacing it with the point,{} \\spad{p} in the 3 dimensional subspace,{} \\spad{s}. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.") (($ $ (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{modifyPoint(s,li,i)} replaces an existing point in the 3 dimensional subspace,{} \\spad{s},{} with the 4 dimensional point indicated by the index location,{} \\spad{i}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the existing point is to be modified. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.") (($ $ (|List| (|NonNegativeInteger|)) (|Point| |#2|)) "\\spad{modifyPoint(s,li,p)} replaces an existing point in the 3 dimensional subspace,{} \\spad{s},{} with the 4 dimensional point,{} \\spad{p}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the existing point is to be modified. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.")) (|addPointLast| (($ $ $ (|Point| |#2|) (|NonNegativeInteger|)) "\\spad{addPointLast(s,s2,li,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. \\spad{s2} point to the end of the subspace \\spad{s}. \\spad{n} is the path in the \\spad{s2} component. The subspace \\spad{s} is returned with the additional point.")) (|addPoint2| (($ $ (|Point| |#2|)) "\\spad{addPoint2(s,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. The subspace \\spad{s} is returned with the additional point.")) (|addPoint| (((|NonNegativeInteger|) $ (|Point| |#2|)) "\\spad{addPoint(s,p)} adds the point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s},{} and returns the new total number of points in \\spad{s}.") (($ $ (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{addPoint(s,li,i)} adds the 4 dimensional point indicated by the index location,{} \\spad{i},{} to the 3 dimensional subspace,{} \\spad{s}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the point is to be added. It's length should range from 0 to \\spad{n - 1} where \\spad{n} is the dimension of the subspace. If the length is \\spad{n - 1},{} then a specific lowest level component is being referenced. If it is less than \\spad{n - 1},{} then some higher level component (0 indicates top level component) is being referenced and a component of that level with the desired point is created. The subspace \\spad{s} is returned with the additional point.") (($ $ (|List| (|NonNegativeInteger|)) (|Point| |#2|)) "\\spad{addPoint(s,li,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the point is to be added. It's length should range from 0 to \\spad{n - 1} where \\spad{n} is the dimension of the subspace. If the length is \\spad{n - 1},{} then a specific lowest level component is being referenced. If it is less than \\spad{n - 1},{} then some higher level component (0 indicates top level component) is being referenced and a component of that level with the desired point is created. The subspace \\spad{s} is returned with the additional point.")) (|separate| (((|List| $) $) "\\spad{separate(s)} makes each of the components of the \\spadtype{SubSpace},{} \\spad{s},{} into a list of separate and distinct subspaces and returns the list.")) (|merge| (($ (|List| $)) "\\spad{merge(ls)} a list of subspaces,{} \\spad{ls},{} into one subspace.") (($ $ $) "\\spad{merge(s1,s2)} the subspaces \\spad{s1} and \\spad{s2} into a single subspace.")) (|deepCopy| (($ $) "\\spad{deepCopy(x)} \\undocumented")) (|shallowCopy| (($ $) "\\spad{shallowCopy(x)} \\undocumented")) (|numberOfChildren| (((|NonNegativeInteger|) $) "\\spad{numberOfChildren(x)} \\undocumented")) (|children| (((|List| $) $) "\\spad{children(x)} \\undocumented")) (|child| (($ $ (|NonNegativeInteger|)) "\\spad{child(x,n)} \\undocumented")) (|birth| (($ $) "\\spad{birth(x)} \\undocumented")) (|subspace| (($) "\\spad{subspace()} \\undocumented")) (|new| (($) "\\spad{new()} \\undocumented")) (|internal?| (((|Boolean|) $) "\\spad{internal?(x)} \\undocumented")) (|root?| (((|Boolean|) $) "\\spad{root?(x)} \\undocumented")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(x)} \\undocumented")))
NIL
NIL
-(-1197 S1 S2)
+(-1198 S1 S2)
((|constructor| (NIL "This domain implements \"such that\" forms")) (|rhs| ((|#2| $) "\\spad{rhs(f)} returns the right side of \\spad{f}")) (|lhs| ((|#1| $) "\\spad{lhs(f)} returns the left side of \\spad{f}")) (|construct| (($ |#1| |#2|) "\\spad{construct(s,t)} makes a form s:t")))
NIL
NIL
-(-1198)
+(-1199)
((|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
-(-1199 |Coef| |var| |cen|)
+(-1200 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Laurent series in one variable \\indented{2}{\\spadtype{SparseUnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariateLaurentSeries(Integer,x,3)} represents Laurent} \\indented{2}{series in \\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4511 "*") -2191 (-1383 (|has| |#1| (-376)) (|has| (-1206 |#1| |#2| |#3|) (-842))) (|has| |#1| (-175)) (-1383 (|has| |#1| (-376)) (|has| (-1206 |#1| |#2| |#3|) (-939)))) (-4502 -2191 (-1383 (|has| |#1| (-376)) (|has| (-1206 |#1| |#2| |#3|) (-842))) (|has| |#1| (-571)) (-1383 (|has| |#1| (-376)) (|has| (-1206 |#1| |#2| |#3|) (-939)))) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-1051))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-1183))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -298) (|%list| (QUOTE -1206) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1206) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -321) (|%list| (QUOTE -1206) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -528) (QUOTE (-1208)) (|%list| (QUOTE -1206) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-149)))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (|HasCategory| (-560) (QUOTE (-1143))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-1051))) (|HasCategory| |#1| (QUOTE (-376)))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-376))))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-1183))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -298) (|%list| (QUOTE -1206) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1206) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -321) (|%list| (QUOTE -1206) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -528) (QUOTE (-1208)) (|%list| (QUOTE -1206) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-147))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-175)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1206 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-147)))))
-(-1200 R -1610)
+(((-4512 "*") -2309 (-2925 (|has| |#1| (-376)) (|has| (-1207 |#1| |#2| |#3|) (-844))) (|has| |#1| (-175)) (-2925 (|has| |#1| (-376)) (|has| (-1207 |#1| |#2| |#3|) (-940)))) (-4503 -2309 (-2925 (|has| |#1| (-376)) (|has| (-1207 |#1| |#2| |#3|) (-844))) (|has| |#1| (-571)) (-2925 (|has| |#1| (-376)) (|has| (-1207 |#1| |#2| |#3|) (-940)))) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-1052))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-1184))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -298) (|%list| (QUOTE -1207) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1207) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -321) (|%list| (QUOTE -1207) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -528) (QUOTE (-1209)) (|%list| (QUOTE -1207) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-149)))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (|HasCategory| (-560) (QUOTE (-1144))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-1052))) (|HasCategory| |#1| (QUOTE (-376)))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-376))))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-1184))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -298) (|%list| (QUOTE -1207) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1207) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -321) (|%list| (QUOTE -1207) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -528) (QUOTE (-1209)) (|%list| (QUOTE -1207) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-147))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-175)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1207 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(-1201 R -4346)
((|constructor| (NIL "computes sums of top-level expressions.")) (|sum| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{sum(f(n), n = a..b)} returns \\spad{f}(a) + \\spad{f}(\\spad{a+1}) + ... + \\spad{f}(\\spad{b}).") ((|#2| |#2| (|Symbol|)) "\\spad{sum(a(n), n)} returns A(\\spad{n}) such that A(\\spad{n+1}) - A(\\spad{n}) = a(\\spad{n}).")))
NIL
NIL
-(-1201 R)
+(-1202 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
-(-1202 R)
+(-1203 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.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4505 |has| |#1| (-376)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1183))) (|HasCategory| |#1| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-240))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147)))))
-(-1203 R S)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4506 |has| |#1| (-376)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#1| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-1184))) (|HasCategory| |#1| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-240))) (|HasAttribute| |#1| (QUOTE -4508)) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(-1204 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
-(-1204 E OV R P)
+(-1205 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
-(-1205 |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.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1143))) (|HasCategory| |#1| (QUOTE (-376))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))))
(-1206 |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.")))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1144))) (|HasCategory| |#1| (QUOTE (-376))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))))
+(-1207 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Taylor series in one variable \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries} is a domain representing Taylor} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-793)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-793)) (|devaluate| |#1|)))) (|HasCategory| (-793) (QUOTE (-1143))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-793))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-793))))) (|HasCategory| |#1| (QUOTE (-376))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))))
-(-1207)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-793)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-793)) (|devaluate| |#1|)))) (|HasCategory| (-793) (QUOTE (-1144))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-793))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-793))))) (|HasCategory| |#1| (QUOTE (-376))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))))
+(-1208)
((|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
-(-1208)
+(-1209)
((|constructor| (NIL "Basic and scripted symbols.")) (|sample| (($) "\\spad{sample()} returns a sample of \\%")) (|list| (((|List| $) $) "\\spad{list(sy)} takes a scripted symbol and produces a list of the name followed by the scripts.")) (|string| (((|String|) $) "\\spad{string(s)} converts the symbol \\spad{s} to a string. Error: if the symbol is subscripted.")) (|elt| (($ $ (|List| (|OutputForm|))) "\\spad{elt(s,[a1,...,an])} or \\spad{s}([\\spad{a1},{}...,{}an]) returns \\spad{s} subscripted by \\spad{[a1,...,an]}.")) (|argscript| (($ $ (|List| (|OutputForm|))) "\\spad{argscript(s, [a1,...,an])} returns \\spad{s} arg-scripted by \\spad{[a1,...,an]}.")) (|superscript| (($ $ (|List| (|OutputForm|))) "\\spad{superscript(s, [a1,...,an])} returns \\spad{s} superscripted by \\spad{[a1,...,an]}.")) (|subscript| (($ $ (|List| (|OutputForm|))) "\\spad{subscript(s, [a1,...,an])} returns \\spad{s} subscripted by \\spad{[a1,...,an]}.")) (|script| (($ $ (|Record| (|:| |sub| (|List| (|OutputForm|))) (|:| |sup| (|List| (|OutputForm|))) (|:| |presup| (|List| (|OutputForm|))) (|:| |presub| (|List| (|OutputForm|))) (|:| |args| (|List| (|OutputForm|))))) "\\spad{script(s, [a,b,c,d,e])} returns \\spad{s} with subscripts a,{} superscripts \\spad{b},{} pre-superscripts \\spad{c},{} pre-subscripts \\spad{d},{} and argument-scripts \\spad{e}.") (($ $ (|List| (|List| (|OutputForm|)))) "\\spad{script(s, [a,b,c,d,e])} returns \\spad{s} with subscripts a,{} superscripts \\spad{b},{} pre-superscripts \\spad{c},{} pre-subscripts \\spad{d},{} and argument-scripts \\spad{e}. Omitted components are taken to be empty. For example,{} \\spad{script(s, [a,b,c])} is equivalent to \\spad{script(s,[a,b,c,[],[]])}.")) (|scripts| (((|Record| (|:| |sub| (|List| (|OutputForm|))) (|:| |sup| (|List| (|OutputForm|))) (|:| |presup| (|List| (|OutputForm|))) (|:| |presub| (|List| (|OutputForm|))) (|:| |args| (|List| (|OutputForm|)))) $) "\\spad{scripts(s)} returns all the scripts of \\spad{s}.")) (|scripted?| (((|Boolean|) $) "\\spad{scripted?(s)} is \\spad{true} if \\spad{s} has been given any scripts.")) (|name| (($ $) "\\spad{name(s)} returns \\spad{s} without its scripts.")) (|resetNew| (((|Void|)) "\\spad{resetNew()} resets the internals counters that new() and new(\\spad{s}) use to return distinct symbols every time.")) (|new| (($ $) "\\spad{new(s)} returns a new symbol whose name starts with \\%\\spad{s}.") (($) "\\spad{new()} returns a new symbol whose name starts with \\%.")))
NIL
NIL
-(-1209 R)
+(-1210 R)
((|constructor| (NIL "Computes all the symmetric functions in \\spad{n} variables.")) (|symFunc| (((|Vector| |#1|) |#1| (|PositiveInteger|)) "\\spad{symFunc(r, n)} returns the vector of the elementary symmetric functions in \\spad{[r,r,...,r]} \\spad{n} times.") (((|Vector| |#1|) (|List| |#1|)) "\\spad{symFunc([r1,...,rn])} returns the vector of the elementary symmetric functions in the \\spad{ri's}: \\spad{[r1 + ... + rn, r1 r2 + ... + r(n-1) rn, ..., r1 r2 ... rn]}.")))
NIL
NIL
-(-1210 R)
+(-1211 R)
((|constructor| (NIL "This domain implements symmetric polynomial")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-6 -4507)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| (-1002) (QUOTE (-133))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasAttribute| |#1| (QUOTE -4507)))
-(-1211)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-6 -4508)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-466))) (-12 (|HasCategory| (-1003) (QUOTE (-133))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasAttribute| |#1| (QUOTE -4508)))
+(-1212)
((|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
-(-1212)
+(-1213)
((|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
-(-1213)
+(-1214)
((|constructor| (NIL "\\indented{1}{This domain provides a simple domain,{} general enough for} \\indented{2}{building complete representation of Spad programs as objects} \\indented{2}{of a term algebra built from ground terms of type integers,{} foats,{}} \\indented{2}{identifiers,{} and strings.} \\indented{2}{This domain differs from InputForm in that it represents} \\indented{2}{any entity in a Spad program,{} not just expressions.\\space{2}Furthermore,{}} \\indented{2}{while InputForm may contain atoms like vectors and other Lisp} \\indented{2}{objects,{} the Syntax domain is supposed to contain only that} \\indented{2}{initial algebra build from the primitives listed above.} Related Constructors: \\indented{2}{Integer,{} DoubleFloat,{} Identifier,{} String,{} SExpression.} See Also: SExpression,{} InputForm. The equality supported by this domain is structural.")) (|case| (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{x case String} is \\spad{true} if `x' really is a String") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{x case Identifier} is \\spad{true} if `x' really is an Identifier") (((|Boolean|) $ (|[\|\|]| (|DoubleFloat|))) "\\spad{x case DoubleFloat} is \\spad{true} if `x' really is a DoubleFloat") (((|Boolean|) $ (|[\|\|]| (|Integer|))) "\\spad{x case Integer} is \\spad{true} if `x' really is an Integer")) (|compound?| (((|Boolean|) $) "\\spad{compound? x} is \\spad{true} when `x' is not an atomic syntax.")) (|getOperands| (((|List| $) $) "\\spad{getOperands(x)} returns the list of operands to the operator in `x'.")) (|getOperator| (((|Union| (|Integer|) (|DoubleFloat|) (|Identifier|) (|String|) $) $) "\\spad{getOperator(x)} returns the operator,{} or tag,{} of the syntax `x'. The value returned is itself a syntax if `x' really is an application of a function symbol as opposed to being an atomic ground term.")) (|nil?| (((|Boolean|) $) "\\spad{nil?(s)} is \\spad{true} when `s' is a syntax for the constant nil.")) (|buildSyntax| (($ $ (|List| $)) "\\spad{buildSyntax(op, [a1, ..., an])} builds a syntax object for \\spad{op}(\\spad{a1},{}...,{}an).") (($ (|Identifier|) (|List| $)) "\\spad{buildSyntax(op, [a1, ..., an])} builds a syntax object for \\spad{op}(\\spad{a1},{}...,{}an).")) (|autoCoerce| (((|String|) $) "\\spad{autoCoerce(s)} forcibly extracts a string value from the syntax `s'; no check performed. To be called only at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(s)} forcibly extracts an identifier from the Syntax domain `s'; no check performed. To be called only at at the discretion of the compiler.") (((|DoubleFloat|) $) "\\spad{autoCoerce(s)} forcibly extracts a float value from the syntax `s'; no check performed. To be called only at the discretion of the compiler") (((|Integer|) $) "\\spad{autoCoerce(s)} forcibly extracts an integer value from the syntax `s'; no check performed. To be called only at the discretion of the compiler.")) (|coerce| (((|String|) $) "\\spad{coerce(s)} extracts a string value from the syntax `s'.") (((|Identifier|) $) "\\spad{coerce(s)} extracts an identifier from the syntax `s'.") (((|DoubleFloat|) $) "\\spad{coerce(s)} extracts a float value from the syntax `s'.") (((|Integer|) $) "\\spad{coerce(s)} extracts and integer value from the syntax `s'")) (|convert| (($ (|SExpression|)) "\\spad{convert(s)} converts an \\spad{s}-expression to Syntax. Note,{} when `s' is not an atom,{} it is expected that it designates a proper list,{} \\spadignore{e.g.} a sequence of cons cells ending with nil.") (((|SExpression|) $) "\\spad{convert(s)} returns the \\spad{s}-expression representation of a syntax.")))
NIL
NIL
-(-1214 N)
+(-1215 N)
((|constructor| (NIL "This domain implements sized (signed) integer datatypes parameterized by the precision (or width) of the underlying representation. The intent is that they map directly to the hosting hardware natural integer datatypes. Consequently,{} natural values for \\spad{N} are: 8,{} 16,{} 32,{} 64,{} etc. These datatypes are mostly useful for system programming tasks,{} \\spadignore{i.e.} interfacting with the hosting operating system,{} reading/writing external binary format files.")) (|sample| (($) "\\spad{sample} gives a sample datum of this type.")))
NIL
NIL
-(-1215 N)
+(-1216 N)
((|constructor| (NIL "This domain implements sized (unsigned) integer datatypes parameterized by the precision (or width) of the underlying representation. The intent is that they map directly to the hosting hardware natural integer datatypes. Consequently,{} natural values for \\spad{N} are: 8,{} 16,{} 32,{} 64,{} etc. These datatypes are mostly useful for system programming tasks,{} \\spadignore{i.e.} interfacting with the hosting operating system,{} reading/writing external binary format files.")) (|sample| (($) "\\spad{sample} gives a sample datum of type Byte.")) (|bitior| (($ $ $) "\\spad{bitior(x,y)} returns the bitwise `inclusive or' of `x' and `y'.")) (|bitand| (($ $ $) "\\spad{bitand(x,y)} returns the bitwise `and' of `x' and `y'.")))
NIL
NIL
-(-1216)
+(-1217)
((|constructor| (NIL "This domain is a datatype system-level pointer values.")))
NIL
NIL
-(-1217 R)
+(-1218 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
-(-1218)
+(-1219)
((|constructor| (NIL "The package \\spadtype{System} provides information about the runtime system and its characteristics.")) (|loadNativeModule| (((|Void|) (|String|)) "\\spad{loadNativeModule(path)} loads the native modile designated by \\spadvar{\\spad{path}}.")) (|nativeModuleExtension| (((|String|)) "\\spad{nativeModuleExtension} is a string representation of a filename extension for native modules.")) (|hostByteOrder| (((|ByteOrder|)) "\\sapd{hostByteOrder}")) (|hostPlatform| (((|String|)) "\\spad{hostPlatform} is a string `triplet' description of the platform hosting the running OpenAxiom system.")) (|rootDirectory| (((|String|)) "\\spad{rootDirectory()} returns the pathname of the root directory for the running OpenAxiom system.")))
NIL
NIL
-(-1219 S)
+(-1220 S)
((|constructor| (NIL "TableauBumpers implements the Schenstead-Knuth correspondence between sequences and pairs of Young tableaux. The 2 Young tableaux are represented as a single tableau with pairs as components.")) (|mr| (((|Record| (|:| |f1| (|List| |#1|)) (|:| |f2| (|List| (|List| (|List| |#1|)))) (|:| |f3| (|List| (|List| |#1|))) (|:| |f4| (|List| (|List| (|List| |#1|))))) (|List| (|List| (|List| |#1|)))) "\\spad{mr(t)} is an auxiliary function which finds the position of the maximum element of a tableau \\spad{t} which is in the lowest row,{} producing a record of results")) (|maxrow| (((|Record| (|:| |f1| (|List| |#1|)) (|:| |f2| (|List| (|List| (|List| |#1|)))) (|:| |f3| (|List| (|List| |#1|))) (|:| |f4| (|List| (|List| (|List| |#1|))))) (|List| |#1|) (|List| (|List| (|List| |#1|))) (|List| (|List| |#1|)) (|List| (|List| (|List| |#1|))) (|List| (|List| (|List| |#1|))) (|List| (|List| (|List| |#1|)))) "\\spad{maxrow(a,b,c,d,e)} is an auxiliary function for mr")) (|inverse| (((|List| |#1|) (|List| |#1|)) "\\spad{inverse(ls)} forms the inverse of a sequence \\spad{ls}")) (|slex| (((|List| (|List| |#1|)) (|List| |#1|)) "\\spad{slex(ls)} sorts the argument sequence \\spad{ls},{} then zips (see \\spadfunFrom{map}{\\spad{ListFunctions3}}) the original argument sequence with the sorted result to a list of pairs")) (|lex| (((|List| (|List| |#1|)) (|List| (|List| |#1|))) "\\spad{lex(ls)} sorts a list of pairs to lexicographic order")) (|tab| (((|Tableau| (|List| |#1|)) (|List| |#1|)) "\\spad{tab(ls)} creates a tableau from \\spad{ls} by first creating a list of pairs using \\spadfunFrom{slex}{TableauBumpers},{} then creating a tableau using \\spadfunFrom{\\spad{tab1}}{TableauBumpers}.")) (|tab1| (((|List| (|List| (|List| |#1|))) (|List| (|List| |#1|))) "\\spad{tab1(lp)} creates a tableau from a list of pairs \\spad{lp}")) (|bat| (((|List| (|List| |#1|)) (|Tableau| (|List| |#1|))) "\\spad{bat(ls)} unbumps a tableau \\spad{ls}")) (|bat1| (((|List| (|List| |#1|)) (|List| (|List| (|List| |#1|)))) "\\spad{bat1(llp)} unbumps a tableau \\spad{llp}. Operation \\spad{bat1} is the inverse of \\spad{tab1}.")) (|untab| (((|List| (|List| |#1|)) (|List| (|List| |#1|)) (|List| (|List| (|List| |#1|)))) "\\spad{untab(lp,llp)} is an auxiliary function which unbumps a tableau \\spad{llp},{} using \\spad{lp} to accumulate pairs")) (|bumptab1| (((|List| (|List| (|List| |#1|))) (|List| |#1|) (|List| (|List| (|List| |#1|)))) "\\spad{bumptab1(pr,t)} bumps a tableau \\spad{t} with a pair \\spad{pr} using comparison function \\spadfun{<},{} returning a new tableau")) (|bumptab| (((|List| (|List| (|List| |#1|))) (|Mapping| (|Boolean|) |#1| |#1|) (|List| |#1|) (|List| (|List| (|List| |#1|)))) "\\spad{bumptab(cf,pr,t)} bumps a tableau \\spad{t} with a pair \\spad{pr} using comparison function \\spad{cf},{} returning a new tableau")) (|bumprow| (((|Record| (|:| |fs| (|Boolean|)) (|:| |sd| (|List| |#1|)) (|:| |td| (|List| (|List| |#1|)))) (|Mapping| (|Boolean|) |#1| |#1|) (|List| |#1|) (|List| (|List| |#1|))) "\\spad{bumprow(cf,pr,r)} is an auxiliary function which bumps a row \\spad{r} with a pair \\spad{pr} using comparison function \\spad{cf},{} and returns a record")))
NIL
NIL
-(-1220 |Key| |Entry|)
+(-1221 |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}")))
-((-4509 . T) (-4510 . T))
-((-12 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3818) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -2660) (|devaluate| |#2|)))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1132)))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1132))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1132))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887))))) (-2191 (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (QUOTE (-102))))
-(-1221 S)
+((-4510 . T) (-4511 . T))
+((-12 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -321) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -1919) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE -3529) (|devaluate| |#2|)))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-1133)))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -633) (QUOTE (-549)))) (-12 (|HasCategory| |#2| (QUOTE (-1133))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1133))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888))))) (-2309 (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))) (|HasCategory| |#2| (QUOTE (-102)))) (|HasCategory| |#2| (QUOTE (-102))) (|HasCategory| |#2| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (QUOTE (-102))))
+(-1222 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
-(-1222 S)
+(-1223 S)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: April 17,{} 2010 Date Last Modified: April 17,{} 2010")) (|operator| (($ |#1| (|Arity|)) "\\spad{operator(n,a)} returns an operator named \\spad{n} and with arity \\spad{a}.")))
NIL
NIL
-(-1223 R)
+(-1224 R)
((|constructor| (NIL "Expands tangents of sums and scalar products.")) (|tanNa| ((|#1| |#1| (|Integer|)) "\\spad{tanNa(a, n)} returns \\spad{f(a)} such that if \\spad{a = tan(u)} then \\spad{f(a) = tan(n * u)}.")) (|tanAn| (((|SparseUnivariatePolynomial| |#1|) |#1| (|PositiveInteger|)) "\\spad{tanAn(a, n)} returns \\spad{P(x)} such that if \\spad{a = tan(u)} then \\spad{P(tan(u/n)) = 0}.")) (|tanSum| ((|#1| (|List| |#1|)) "\\spad{tanSum([a1,...,an])} returns \\spad{f(a1,...,an)} such that if \\spad{ai = tan(ui)} then \\spad{f(a1,...,an) = tan(u1 + ... + un)}.")))
NIL
NIL
-(-1224 S |Key| |Entry|)
+(-1225 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{e}}) is equivalent to \\axiom{(insert([\\spad{k},{}\\spad{e}],{}\\spad{t}); \\spad{e})}.")))
NIL
NIL
-(-1225 |Key| |Entry|)
+(-1226 |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{e}}) is equivalent to \\axiom{(insert([\\spad{k},{}\\spad{e}],{}\\spad{t}); \\spad{e})}.")))
-((-4510 . T))
+((-4511 . T))
NIL
-(-1226 |Key| |Entry|)
+(-1227 |Key| |Entry|)
((|constructor| (NIL "\\axiom{TabulatedComputationPackage(Key ,{}Entry)} provides some modest support for dealing with operations with type \\axiom{Key -> Entry}. The result of such operations can be stored and retrieved with this package by using a hash-table. The user does not need to worry about the management of this hash-table. However,{} onnly one hash-table is built by calling \\axiom{TabulatedComputationPackage(Key ,{}Entry)}.")) (|insert!| (((|Void|) |#1| |#2|) "\\axiom{insert!(\\spad{x},{}\\spad{y})} stores the item whose key is \\axiom{\\spad{x}} and whose entry is \\axiom{\\spad{y}}.")) (|extractIfCan| (((|Union| |#2| "failed") |#1|) "\\axiom{extractIfCan(\\spad{x})} searches the item whose key is \\axiom{\\spad{x}}.")) (|makingStats?| (((|Boolean|)) "\\axiom{makingStats?()} returns \\spad{true} iff the statisitics process is running.")) (|printingInfo?| (((|Boolean|)) "\\axiom{printingInfo?()} returns \\spad{true} iff messages are printed when manipulating items from the hash-table.")) (|usingTable?| (((|Boolean|)) "\\axiom{usingTable?()} returns \\spad{true} iff the hash-table is used")) (|clearTable!| (((|Void|)) "\\axiom{clearTable!()} clears the hash-table and assumes that it will no longer be used.")) (|printStats!| (((|Void|)) "\\axiom{printStats!()} prints the statistics.")) (|startStats!| (((|Void|) (|String|)) "\\axiom{startStats!(\\spad{x})} initializes the statisitics process and sets the comments to display when statistics are printed")) (|printInfo!| (((|Void|) (|String|) (|String|)) "\\axiom{printInfo!(\\spad{x},{}\\spad{y})} initializes the mesages to be printed when manipulating items from the hash-table. If a key is retrieved then \\axiom{\\spad{x}} is displayed. If an item is stored then \\axiom{\\spad{y}} is displayed.")) (|initTable!| (((|Void|)) "\\axiom{initTable!()} initializes the hash-table.")))
NIL
NIL
-(-1227)
+(-1228)
((|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
-(-1228)
+(-1229)
((|constructor| (NIL "\\spadtype{TexFormat} provides a coercion from \\spadtype{OutputForm} to \\TeX{} format. The particular dialect of \\TeX{} used is \\LaTeX{}. The basic object consists of three parts: a prologue,{} a tex part and an epilogue. The functions \\spadfun{prologue},{} \\spadfun{tex} and \\spadfun{epilogue} extract these parts,{} respectively. The main guts of the expression go into the tex part. The other parts can be set (\\spadfun{setPrologue!},{} \\spadfun{setEpilogue!}) so that contain the appropriate tags for printing. For example,{} the prologue and epilogue might simply contain ``\\verb+\\[+'' and ``\\verb+\\]+'',{} respectively,{} so that the TeX section will be printed in LaTeX display math mode.")) (|setPrologue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setPrologue!(t,strings)} sets the prologue section of a TeX form \\spad{t} to \\spad{strings}.")) (|setTex!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setTex!(t,strings)} sets the TeX section of a TeX form \\spad{t} to \\spad{strings}.")) (|setEpilogue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setEpilogue!(t,strings)} sets the epilogue section of a TeX form \\spad{t} to \\spad{strings}.")) (|prologue| (((|List| (|String|)) $) "\\spad{prologue(t)} extracts the prologue section of a TeX form \\spad{t}.")) (|new| (($) "\\spad{new()} create a new,{} empty object. Use \\spadfun{setPrologue!},{} \\spadfun{setTex!} and \\spadfun{setEpilogue!} to set the various components of this object.")) (|tex| (((|List| (|String|)) $) "\\spad{tex(t)} extracts the TeX section of a TeX form \\spad{t}.")) (|epilogue| (((|List| (|String|)) $) "\\spad{epilogue(t)} extracts the epilogue section of a TeX form \\spad{t}.")) (|display| (((|Void|) $) "\\spad{display(t)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to the value set by the system command \\spadsyscom{set output length}.") (((|Void|) $ (|Integer|)) "\\spad{display(t,width)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to \\spadvar{\\spad{width}}.")) (|convert| (($ (|OutputForm|) (|Integer|) (|OutputForm|)) "\\spad{convert(o,step,type)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number and \\spad{type}. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.") (($ (|OutputForm|) (|Integer|)) "\\spad{convert(o,step)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.")))
NIL
NIL
-(-1229 S)
+(-1230 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
-(-1230)
+(-1231)
((|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
-(-1231 R)
+(-1232 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
-(-1232)
+(-1233)
((|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
-(-1233 S)
+(-1234 S)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{pi()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1234)
+(-1235)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{pi()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1235 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}.")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1132)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))))
(-1236 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}.")))
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1133))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-1133)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))))
+(-1237 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
-(-1237)
+(-1238)
((|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
-(-1238 R -1610)
+(-1239 R -4346)
((|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
-(-1239 R |Row| |Col| M)
+(-1240 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
-(-1240 R -1610)
+(-1241 R -4346)
((|constructor| (NIL "TranscendentalManipulations provides functions to simplify and expand expressions involving transcendental operators.")) (|expandTrigProducts| ((|#2| |#2|) "\\spad{expandTrigProducts(e)} replaces \\axiom{sin(\\spad{x})*sin(\\spad{y})} by \\spad{(cos(x-y)-cos(x+y))/2},{} \\axiom{cos(\\spad{x})*cos(\\spad{y})} by \\spad{(cos(x-y)+cos(x+y))/2},{} and \\axiom{sin(\\spad{x})*cos(\\spad{y})} by \\spad{(sin(x-y)+sin(x+y))/2}. Note that this operation uses the pattern matcher and so is relatively expensive. To avoid getting into an infinite loop the transformations are applied at most ten times.")) (|removeSinhSq| ((|#2| |#2|) "\\spad{removeSinhSq(f)} converts every \\spad{sinh(u)**2} appearing in \\spad{f} into \\spad{1 - cosh(x)**2},{} and also reduces higher powers of \\spad{sinh(u)} with that formula.")) (|removeCoshSq| ((|#2| |#2|) "\\spad{removeCoshSq(f)} converts every \\spad{cosh(u)**2} appearing in \\spad{f} into \\spad{1 - sinh(x)**2},{} and also reduces higher powers of \\spad{cosh(u)} with that formula.")) (|removeSinSq| ((|#2| |#2|) "\\spad{removeSinSq(f)} converts every \\spad{sin(u)**2} appearing in \\spad{f} into \\spad{1 - cos(x)**2},{} and also reduces higher powers of \\spad{sin(u)} with that formula.")) (|removeCosSq| ((|#2| |#2|) "\\spad{removeCosSq(f)} converts every \\spad{cos(u)**2} appearing in \\spad{f} into \\spad{1 - sin(x)**2},{} and also reduces higher powers of \\spad{cos(u)} with that formula.")) (|coth2tanh| ((|#2| |#2|) "\\spad{coth2tanh(f)} converts every \\spad{coth(u)} appearing in \\spad{f} into \\spad{1/tanh(u)}.")) (|cot2tan| ((|#2| |#2|) "\\spad{cot2tan(f)} converts every \\spad{cot(u)} appearing in \\spad{f} into \\spad{1/tan(u)}.")) (|tanh2coth| ((|#2| |#2|) "\\spad{tanh2coth(f)} converts every \\spad{tanh(u)} appearing in \\spad{f} into \\spad{1/coth(u)}.")) (|tan2cot| ((|#2| |#2|) "\\spad{tan2cot(f)} converts every \\spad{tan(u)} appearing in \\spad{f} into \\spad{1/cot(u)}.")) (|tanh2trigh| ((|#2| |#2|) "\\spad{tanh2trigh(f)} converts every \\spad{tanh(u)} appearing in \\spad{f} into \\spad{sinh(u)/cosh(u)}.")) (|tan2trig| ((|#2| |#2|) "\\spad{tan2trig(f)} converts every \\spad{tan(u)} appearing in \\spad{f} into \\spad{sin(u)/cos(u)}.")) (|sinh2csch| ((|#2| |#2|) "\\spad{sinh2csch(f)} converts every \\spad{sinh(u)} appearing in \\spad{f} into \\spad{1/csch(u)}.")) (|sin2csc| ((|#2| |#2|) "\\spad{sin2csc(f)} converts every \\spad{sin(u)} appearing in \\spad{f} into \\spad{1/csc(u)}.")) (|sech2cosh| ((|#2| |#2|) "\\spad{sech2cosh(f)} converts every \\spad{sech(u)} appearing in \\spad{f} into \\spad{1/cosh(u)}.")) (|sec2cos| ((|#2| |#2|) "\\spad{sec2cos(f)} converts every \\spad{sec(u)} appearing in \\spad{f} into \\spad{1/cos(u)}.")) (|csch2sinh| ((|#2| |#2|) "\\spad{csch2sinh(f)} converts every \\spad{csch(u)} appearing in \\spad{f} into \\spad{1/sinh(u)}.")) (|csc2sin| ((|#2| |#2|) "\\spad{csc2sin(f)} converts every \\spad{csc(u)} appearing in \\spad{f} into \\spad{1/sin(u)}.")) (|coth2trigh| ((|#2| |#2|) "\\spad{coth2trigh(f)} converts every \\spad{coth(u)} appearing in \\spad{f} into \\spad{cosh(u)/sinh(u)}.")) (|cot2trig| ((|#2| |#2|) "\\spad{cot2trig(f)} converts every \\spad{cot(u)} appearing in \\spad{f} into \\spad{cos(u)/sin(u)}.")) (|cosh2sech| ((|#2| |#2|) "\\spad{cosh2sech(f)} converts every \\spad{cosh(u)} appearing in \\spad{f} into \\spad{1/sech(u)}.")) (|cos2sec| ((|#2| |#2|) "\\spad{cos2sec(f)} converts every \\spad{cos(u)} appearing in \\spad{f} into \\spad{1/sec(u)}.")) (|expandLog| ((|#2| |#2|) "\\spad{expandLog(f)} converts every \\spad{log(a/b)} appearing in \\spad{f} into \\spad{log(a) - log(b)},{} and every \\spad{log(a*b)} into \\spad{log(a) + log(b)}..")) (|expandPower| ((|#2| |#2|) "\\spad{expandPower(f)} converts every power \\spad{(a/b)**c} appearing in \\spad{f} into \\spad{a**c * b**(-c)}.")) (|simplifyLog| ((|#2| |#2|) "\\spad{simplifyLog(f)} converts every \\spad{log(a) - log(b)} appearing in \\spad{f} into \\spad{log(a/b)},{} every \\spad{log(a) + log(b)} into \\spad{log(a*b)} and every \\spad{n*log(a)} into \\spad{log(a^n)}.")) (|simplifyExp| ((|#2| |#2|) "\\spad{simplifyExp(f)} converts every product \\spad{exp(a)*exp(b)} appearing in \\spad{f} into \\spad{exp(a+b)}.")) (|htrigs| ((|#2| |#2|) "\\spad{htrigs(f)} converts all the exponentials in \\spad{f} into hyperbolic sines and cosines.")) (|simplify| ((|#2| |#2|) "\\spad{simplify(f)} performs the following simplifications on f:\\begin{items} \\item 1. rewrites trigs and hyperbolic trigs in terms of \\spad{sin} ,{}\\spad{cos},{} \\spad{sinh},{} \\spad{cosh}. \\item 2. rewrites \\spad{sin**2} and \\spad{sinh**2} in terms of \\spad{cos} and \\spad{cosh},{} \\item 3. rewrites \\spad{exp(a)*exp(b)} as \\spad{exp(a+b)}. \\item 4. rewrites \\spad{(a**(1/n))**m * (a**(1/s))**t} as a single power of a single radical of \\spad{a}. \\end{items}")) (|expand| ((|#2| |#2|) "\\spad{expand(f)} performs the following expansions on f:\\begin{items} \\item 1. logs of products are expanded into sums of logs,{} \\item 2. trigonometric and hyperbolic trigonometric functions of sums are expanded into sums of products of trigonometric and hyperbolic trigonometric functions. \\item 3. formal powers of the form \\spad{(a/b)**c} are expanded into \\spad{a**c * b**(-c)}. \\end{items}")))
NIL
-((-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -911) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (|devaluate| |#1|)))))
-(-1241 |Coef|)
+((-12 (|HasCategory| |#1| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -912) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (|devaluate| |#1|)))))
+(-1242 |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}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-376))))
-(-1242 S R E V P)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-147))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-376))))
+(-1243 S R E V P)
((|constructor| (NIL "The category of triangular sets of multivariate polynomials with coefficients in an integral domain. Let \\axiom{\\spad{R}} be an integral domain and \\axiom{\\spad{V}} a finite ordered set of variables,{} say \\axiom{\\spad{X1} < \\spad{X2} < ... < Xn}. A set \\axiom{\\spad{S}} of polynomials in \\axiom{\\spad{R}[\\spad{X1},{}\\spad{X2},{}...,{}Xn]} is triangular if no elements of \\axiom{\\spad{S}} lies in \\axiom{\\spad{R}},{} and if two distinct elements of \\axiom{\\spad{S}} have distinct main variables. Note that the empty set is a triangular set. A triangular set is not necessarily a (lexicographical) Groebner basis and the notion of reduction related to triangular sets is based on the recursive view of polynomials. We recall this notion here and refer to [1] for more details. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a non-constant polynomial \\axiom{\\spad{Q}} if the degree of \\axiom{\\spad{P}} in the main variable of \\axiom{\\spad{Q}} is less than the main degree of \\axiom{\\spad{Q}}. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a triangular set \\axiom{\\spad{T}} if it is reduced \\spad{w}.\\spad{r}.\\spad{t}. every polynomial of \\axiom{\\spad{T}}. \\newline References : \\indented{1}{[1] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)}")) (|coHeight| (((|NonNegativeInteger|) $) "\\axiom{coHeight(ts)} returns \\axiom{size()\\$\\spad{V}} minus \\axiom{\\#ts}.")) (|extend| (($ $ |#5|) "\\axiom{extend(ts,{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{ts},{} according to the properties of triangular sets of the current category If the required properties do not hold an error is returned.")) (|extendIfCan| (((|Union| $ "failed") $ |#5|) "\\axiom{extendIfCan(ts,{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{ts},{} according to the properties of triangular sets of the current domain. If the required properties do not hold then \"failed\" is returned. This operation encodes in some sense the properties of the triangular sets of the current category. Is is used to implement the \\axiom{construct} operation to guarantee that every triangular set build from a list of polynomials has the required properties.")) (|select| (((|Union| |#5| "failed") $ |#4|) "\\axiom{select(ts,{}\\spad{v})} returns the polynomial of \\axiom{ts} with \\axiom{\\spad{v}} as main variable,{} if any.")) (|algebraic?| (((|Boolean|) |#4| $) "\\axiom{algebraic?(\\spad{v},{}ts)} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{ts}.")) (|algebraicVariables| (((|List| |#4|) $) "\\axiom{algebraicVariables(ts)} returns the decreasingly sorted list of the main variables of the polynomials of \\axiom{ts}.")) (|rest| (((|Union| $ "failed") $) "\\axiom{rest(ts)} returns the polynomials of \\axiom{ts} with smaller main variable than \\axiom{mvar(ts)} if \\axiom{ts} is not empty,{} otherwise returns \"failed\"")) (|last| (((|Union| |#5| "failed") $) "\\axiom{last(ts)} returns the polynomial of \\axiom{ts} with smallest main variable if \\axiom{ts} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|first| (((|Union| |#5| "failed") $) "\\axiom{first(ts)} returns the polynomial of \\axiom{ts} with greatest main variable if \\axiom{ts} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#5|)))) (|List| |#5|)) "\\axiom{zeroSetSplitIntoTriangularSystems(lp)} returns a list of triangular systems \\axiom{[[\\spad{ts1},{}\\spad{qs1}],{}...,{}[tsn,{}qsn]]} such that the zero set of \\axiom{lp} is the union of the closures of the \\axiom{W_i} where \\axiom{W_i} consists of the zeros of \\axiom{ts} which do not cancel any polynomial in \\axiom{qsi}.")) (|zeroSetSplit| (((|List| $) (|List| |#5|)) "\\axiom{zeroSetSplit(lp)} returns a list \\axiom{lts} of triangular sets such that the zero set of \\axiom{lp} is the union of the closures of the regular zero sets of the members of \\axiom{lts}.")) (|reduceByQuasiMonic| ((|#5| |#5| $) "\\axiom{reduceByQuasiMonic(\\spad{p},{}ts)} returns the same as \\axiom{remainder(\\spad{p},{}collectQuasiMonic(ts)).polnum}.")) (|collectQuasiMonic| (($ $) "\\axiom{collectQuasiMonic(ts)} returns the subset of \\axiom{ts} consisting of the polynomials with initial in \\axiom{\\spad{R}}.")) (|removeZero| ((|#5| |#5| $) "\\axiom{removeZero(\\spad{p},{}ts)} returns \\axiom{0} if \\axiom{\\spad{p}} reduces to \\axiom{0} by pseudo-division \\spad{w}.\\spad{r}.\\spad{t} \\axiom{ts} otherwise returns a polynomial \\axiom{\\spad{q}} computed from \\axiom{\\spad{p}} by removing any coefficient in \\axiom{\\spad{p}} reducing to \\axiom{0}.")) (|initiallyReduce| ((|#5| |#5| $) "\\axiom{initiallyReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|headReduce| ((|#5| |#5| $) "\\axiom{headReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduce?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|stronglyReduce| ((|#5| |#5| $) "\\axiom{stronglyReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{stronglyReduced?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|rewriteSetWithReduction| (((|List| |#5|) (|List| |#5|) $ (|Mapping| |#5| |#5| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{rewriteSetWithReduction(lp,{}ts,{}redOp,{}redOp?)} returns a list \\axiom{lq} of polynomials such that \\axiom{[reduce(\\spad{p},{}ts,{}redOp,{}redOp?) for \\spad{p} in lp]} and \\axiom{lp} have the same zeros inside the regular zero set of \\axiom{ts}. Moreover,{} for every polynomial \\axiom{\\spad{q}} in \\axiom{lq} and every polynomial \\axiom{\\spad{t}} in \\axiom{ts} \\axiom{redOp?(\\spad{q},{}\\spad{t})} holds and there exists a polynomial \\axiom{\\spad{p}} in the ideal generated by \\axiom{lp} and a product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|reduce| ((|#5| |#5| $ (|Mapping| |#5| |#5| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{reduce(\\spad{p},{}ts,{}redOp,{}redOp?)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{redOp?(\\spad{r},{}\\spad{p})} holds for every \\axiom{\\spad{p}} of \\axiom{ts} and there exists some product \\axiom{\\spad{h}} of the initials of the members of \\axiom{ts} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|autoReduced?| (((|Boolean|) $ (|Mapping| (|Boolean|) |#5| (|List| |#5|))) "\\axiom{autoReduced?(ts,{}redOp?)} returns \\spad{true} iff every element of \\axiom{ts} is reduced \\spad{w}.\\spad{r}.\\spad{t} to every other in the sense of \\axiom{redOp?}")) (|initiallyReduced?| (((|Boolean|) $) "\\spad{initiallyReduced?(ts)} returns \\spad{true} iff for every element \\axiom{\\spad{p}} of \\axiom{\\spad{ts}} \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the other elements of \\axiom{\\spad{ts}} with the same main variable.") (((|Boolean|) |#5| $) "\\axiom{initiallyReduced?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the elements of \\axiom{ts} with the same main variable.")) (|headReduced?| (((|Boolean|) $) "\\spad{headReduced?(ts)} returns \\spad{true} iff the head of every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{\\spad{ts}}.") (((|Boolean|) |#5| $) "\\axiom{headReduced?(\\spad{p},{}ts)} returns \\spad{true} iff the head of \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|stronglyReduced?| (((|Boolean|) $) "\\axiom{stronglyReduced?(ts)} returns \\spad{true} iff every element of \\axiom{ts} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{ts}.") (((|Boolean|) |#5| $) "\\axiom{stronglyReduced?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|reduced?| (((|Boolean|) |#5| $ (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{reduced?(\\spad{p},{}ts,{}redOp?)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. in the sense of the operation \\axiom{redOp?},{} that is if for every \\axiom{\\spad{t}} in \\axiom{ts} \\axiom{redOp?(\\spad{p},{}\\spad{t})} holds.")) (|normalized?| (((|Boolean|) $) "\\axiom{normalized?(ts)} returns \\spad{true} iff for every axiom{\\spad{p}} in axiom{ts} we have \\axiom{normalized?(\\spad{p},{}us)} where \\axiom{us} is \\axiom{collectUnder(ts,{}mvar(\\spad{p}))}.") (((|Boolean|) |#5| $) "\\axiom{normalized?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variables of the polynomials of \\axiom{ts}")) (|quasiComponent| (((|Record| (|:| |close| (|List| |#5|)) (|:| |open| (|List| |#5|))) $) "\\axiom{quasiComponent(ts)} returns \\axiom{[lp,{}lq]} where \\axiom{lp} is the list of the members of \\axiom{ts} and \\axiom{lq}is \\axiom{initials(ts)}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(ts)} returns the product of main degrees of the members of \\axiom{ts}.")) (|initials| (((|List| |#5|) $) "\\axiom{initials(ts)} returns the list of the non-constant initials of the members of \\axiom{ts}.")) (|basicSet| (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#5|))) "failed") (|List| |#5|) (|Mapping| (|Boolean|) |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{basicSet(ps,{}pred?,{}redOp?)} returns the same as \\axiom{basicSet(qs,{}redOp?)} where \\axiom{qs} consists of the polynomials of \\axiom{ps} satisfying property \\axiom{pred?}.") (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#5|))) "failed") (|List| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{basicSet(ps,{}redOp?)} returns \\axiom{[bs,{}ts]} where \\axiom{concat(bs,{}ts)} is \\axiom{ps} and \\axiom{bs} is a basic set in Wu Wen Tsun sense of \\axiom{ps} \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?},{} if no non-zero constant polynomial lie in \\axiom{ps},{} otherwise \\axiom{\"failed\"} is returned.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(\\spad{ts1},{}\\spad{ts2})} returns \\spad{true} iff \\axiom{\\spad{ts2}} has higher rank than \\axiom{\\spad{ts1}} in Wu Wen Tsun sense.")))
NIL
((|HasCategory| |#4| (QUOTE (-381))))
-(-1243 R E V P)
+(-1244 R E V P)
((|constructor| (NIL "The category of triangular sets of multivariate polynomials with coefficients in an integral domain. Let \\axiom{\\spad{R}} be an integral domain and \\axiom{\\spad{V}} a finite ordered set of variables,{} say \\axiom{\\spad{X1} < \\spad{X2} < ... < Xn}. A set \\axiom{\\spad{S}} of polynomials in \\axiom{\\spad{R}[\\spad{X1},{}\\spad{X2},{}...,{}Xn]} is triangular if no elements of \\axiom{\\spad{S}} lies in \\axiom{\\spad{R}},{} and if two distinct elements of \\axiom{\\spad{S}} have distinct main variables. Note that the empty set is a triangular set. A triangular set is not necessarily a (lexicographical) Groebner basis and the notion of reduction related to triangular sets is based on the recursive view of polynomials. We recall this notion here and refer to [1] for more details. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a non-constant polynomial \\axiom{\\spad{Q}} if the degree of \\axiom{\\spad{P}} in the main variable of \\axiom{\\spad{Q}} is less than the main degree of \\axiom{\\spad{Q}}. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a triangular set \\axiom{\\spad{T}} if it is reduced \\spad{w}.\\spad{r}.\\spad{t}. every polynomial of \\axiom{\\spad{T}}. \\newline References : \\indented{1}{[1] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)}")) (|coHeight| (((|NonNegativeInteger|) $) "\\axiom{coHeight(ts)} returns \\axiom{size()\\$\\spad{V}} minus \\axiom{\\#ts}.")) (|extend| (($ $ |#4|) "\\axiom{extend(ts,{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{ts},{} according to the properties of triangular sets of the current category If the required properties do not hold an error is returned.")) (|extendIfCan| (((|Union| $ "failed") $ |#4|) "\\axiom{extendIfCan(ts,{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{ts},{} according to the properties of triangular sets of the current domain. If the required properties do not hold then \"failed\" is returned. This operation encodes in some sense the properties of the triangular sets of the current category. Is is used to implement the \\axiom{construct} operation to guarantee that every triangular set build from a list of polynomials has the required properties.")) (|select| (((|Union| |#4| "failed") $ |#3|) "\\axiom{select(ts,{}\\spad{v})} returns the polynomial of \\axiom{ts} with \\axiom{\\spad{v}} as main variable,{} if any.")) (|algebraic?| (((|Boolean|) |#3| $) "\\axiom{algebraic?(\\spad{v},{}ts)} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{ts}.")) (|algebraicVariables| (((|List| |#3|) $) "\\axiom{algebraicVariables(ts)} returns the decreasingly sorted list of the main variables of the polynomials of \\axiom{ts}.")) (|rest| (((|Union| $ "failed") $) "\\axiom{rest(ts)} returns the polynomials of \\axiom{ts} with smaller main variable than \\axiom{mvar(ts)} if \\axiom{ts} is not empty,{} otherwise returns \"failed\"")) (|last| (((|Union| |#4| "failed") $) "\\axiom{last(ts)} returns the polynomial of \\axiom{ts} with smallest main variable if \\axiom{ts} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|first| (((|Union| |#4| "failed") $) "\\axiom{first(ts)} returns the polynomial of \\axiom{ts} with greatest main variable if \\axiom{ts} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) "\\axiom{zeroSetSplitIntoTriangularSystems(lp)} returns a list of triangular systems \\axiom{[[\\spad{ts1},{}\\spad{qs1}],{}...,{}[tsn,{}qsn]]} such that the zero set of \\axiom{lp} is the union of the closures of the \\axiom{W_i} where \\axiom{W_i} consists of the zeros of \\axiom{ts} which do not cancel any polynomial in \\axiom{qsi}.")) (|zeroSetSplit| (((|List| $) (|List| |#4|)) "\\axiom{zeroSetSplit(lp)} returns a list \\axiom{lts} of triangular sets such that the zero set of \\axiom{lp} is the union of the closures of the regular zero sets of the members of \\axiom{lts}.")) (|reduceByQuasiMonic| ((|#4| |#4| $) "\\axiom{reduceByQuasiMonic(\\spad{p},{}ts)} returns the same as \\axiom{remainder(\\spad{p},{}collectQuasiMonic(ts)).polnum}.")) (|collectQuasiMonic| (($ $) "\\axiom{collectQuasiMonic(ts)} returns the subset of \\axiom{ts} consisting of the polynomials with initial in \\axiom{\\spad{R}}.")) (|removeZero| ((|#4| |#4| $) "\\axiom{removeZero(\\spad{p},{}ts)} returns \\axiom{0} if \\axiom{\\spad{p}} reduces to \\axiom{0} by pseudo-division \\spad{w}.\\spad{r}.\\spad{t} \\axiom{ts} otherwise returns a polynomial \\axiom{\\spad{q}} computed from \\axiom{\\spad{p}} by removing any coefficient in \\axiom{\\spad{p}} reducing to \\axiom{0}.")) (|initiallyReduce| ((|#4| |#4| $) "\\axiom{initiallyReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|headReduce| ((|#4| |#4| $) "\\axiom{headReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduce?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|stronglyReduce| ((|#4| |#4| $) "\\axiom{stronglyReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{stronglyReduced?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{rewriteSetWithReduction(lp,{}ts,{}redOp,{}redOp?)} returns a list \\axiom{lq} of polynomials such that \\axiom{[reduce(\\spad{p},{}ts,{}redOp,{}redOp?) for \\spad{p} in lp]} and \\axiom{lp} have the same zeros inside the regular zero set of \\axiom{ts}. Moreover,{} for every polynomial \\axiom{\\spad{q}} in \\axiom{lq} and every polynomial \\axiom{\\spad{t}} in \\axiom{ts} \\axiom{redOp?(\\spad{q},{}\\spad{t})} holds and there exists a polynomial \\axiom{\\spad{p}} in the ideal generated by \\axiom{lp} and a product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|reduce| ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{reduce(\\spad{p},{}ts,{}redOp,{}redOp?)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{redOp?(\\spad{r},{}\\spad{p})} holds for every \\axiom{\\spad{p}} of \\axiom{ts} and there exists some product \\axiom{\\spad{h}} of the initials of the members of \\axiom{ts} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|autoReduced?| (((|Boolean|) $ (|Mapping| (|Boolean|) |#4| (|List| |#4|))) "\\axiom{autoReduced?(ts,{}redOp?)} returns \\spad{true} iff every element of \\axiom{ts} is reduced \\spad{w}.\\spad{r}.\\spad{t} to every other in the sense of \\axiom{redOp?}")) (|initiallyReduced?| (((|Boolean|) $) "\\spad{initiallyReduced?(ts)} returns \\spad{true} iff for every element \\axiom{\\spad{p}} of \\axiom{\\spad{ts}} \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the other elements of \\axiom{\\spad{ts}} with the same main variable.") (((|Boolean|) |#4| $) "\\axiom{initiallyReduced?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the elements of \\axiom{ts} with the same main variable.")) (|headReduced?| (((|Boolean|) $) "\\spad{headReduced?(ts)} returns \\spad{true} iff the head of every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{\\spad{ts}}.") (((|Boolean|) |#4| $) "\\axiom{headReduced?(\\spad{p},{}ts)} returns \\spad{true} iff the head of \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|stronglyReduced?| (((|Boolean|) $) "\\axiom{stronglyReduced?(ts)} returns \\spad{true} iff every element of \\axiom{ts} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{ts}.") (((|Boolean|) |#4| $) "\\axiom{stronglyReduced?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|reduced?| (((|Boolean|) |#4| $ (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{reduced?(\\spad{p},{}ts,{}redOp?)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. in the sense of the operation \\axiom{redOp?},{} that is if for every \\axiom{\\spad{t}} in \\axiom{ts} \\axiom{redOp?(\\spad{p},{}\\spad{t})} holds.")) (|normalized?| (((|Boolean|) $) "\\axiom{normalized?(ts)} returns \\spad{true} iff for every axiom{\\spad{p}} in axiom{ts} we have \\axiom{normalized?(\\spad{p},{}us)} where \\axiom{us} is \\axiom{collectUnder(ts,{}mvar(\\spad{p}))}.") (((|Boolean|) |#4| $) "\\axiom{normalized?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variables of the polynomials of \\axiom{ts}")) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) "\\axiom{quasiComponent(ts)} returns \\axiom{[lp,{}lq]} where \\axiom{lp} is the list of the members of \\axiom{ts} and \\axiom{lq}is \\axiom{initials(ts)}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(ts)} returns the product of main degrees of the members of \\axiom{ts}.")) (|initials| (((|List| |#4|) $) "\\axiom{initials(ts)} returns the list of the non-constant initials of the members of \\axiom{ts}.")) (|basicSet| (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{basicSet(ps,{}pred?,{}redOp?)} returns the same as \\axiom{basicSet(qs,{}redOp?)} where \\axiom{qs} consists of the polynomials of \\axiom{ps} satisfying property \\axiom{pred?}.") (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{basicSet(ps,{}redOp?)} returns \\axiom{[bs,{}ts]} where \\axiom{concat(bs,{}ts)} is \\axiom{ps} and \\axiom{bs} is a basic set in Wu Wen Tsun sense of \\axiom{ps} \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?},{} if no non-zero constant polynomial lie in \\axiom{ps},{} otherwise \\axiom{\"failed\"} is returned.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(\\spad{ts1},{}\\spad{ts2})} returns \\spad{true} iff \\axiom{\\spad{ts2}} has higher rank than \\axiom{\\spad{ts1}} in Wu Wen Tsun sense.")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
-(-1244 |Curve|)
+(-1245 |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
-(-1245)
+(-1246)
((|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
-(-1246 S)
+(-1247 S)
((|constructor| (NIL "\\indented{1}{This domain is used to interface with the interpreter's notion} of comma-delimited sequences of values.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(x)} returns the number of elements in tuple \\spad{x}")) (|select| ((|#1| $ (|NonNegativeInteger|)) "\\spad{select(x,n)} returns the \\spad{n}-th element of tuple \\spad{x}. tuples are 0-based")))
NIL
-((|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))))
-(-1247 -1610)
+((|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))))
+(-1248 -4346)
((|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
-(-1248)
+(-1249)
((|constructor| (NIL "The fundamental Type.")))
NIL
NIL
-(-1249)
+(-1250)
((|constructor| (NIL "This domain represents a type AST.")))
NIL
NIL
-(-1250 S)
+(-1251 S)
((|constructor| (NIL "Provides functions to force a partial ordering on any set.")) (|more?| (((|Boolean|) |#1| |#1|) "\\spad{more?(a, b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and uses the ordering on \\spad{S} if \\spad{a} and \\spad{b} are not comparable in the partial ordering.")) (|userOrdered?| (((|Boolean|)) "\\spad{userOrdered?()} tests if the partial ordering induced by \\spadfunFrom{setOrder}{UserDefinedPartialOrdering} is not empty.")) (|largest| ((|#1| (|List| |#1|)) "\\spad{largest l} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by the ordering on \\spad{S}.") ((|#1| (|List| |#1|) (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{largest(l, fn)} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by fn.")) (|less?| (((|Boolean|) |#1| |#1| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{less?(a, b, fn)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and returns \\spad{fn(a, b)} if \\spad{a} and \\spad{b} are not comparable in that ordering.") (((|Union| (|Boolean|) "failed") |#1| |#1|) "\\spad{less?(a, b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder.")) (|getOrder| (((|Record| (|:| |low| (|List| |#1|)) (|:| |high| (|List| |#1|)))) "\\spad{getOrder()} returns \\spad{[[b1,...,bm], [a1,...,an]]} such that the partial ordering on \\spad{S} was given by \\spad{setOrder([b1,...,bm],[a1,...,an])}.")) (|setOrder| (((|Void|) (|List| |#1|) (|List| |#1|)) "\\spad{setOrder([b1,...,bm], [a1,...,an])} defines a partial ordering on \\spad{S} given by: \\indented{3}{(1)\\space{2}\\spad{b1 < b2 < ... < bm < a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{bj < c < ai}\\space{2}for \\spad{c} not among the \\spad{ai}'s and bj's.} \\indented{3}{(3)\\space{2}undefined on \\spad{(c,d)} if neither is among the \\spad{ai}'s,{}bj's.}") (((|Void|) (|List| |#1|)) "\\spad{setOrder([a1,...,an])} defines a partial ordering on \\spad{S} given by: \\indented{3}{(1)\\space{2}\\spad{a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{b < ai\\space{3}for i = 1..n} and \\spad{b} not among the \\spad{ai}'s.} \\indented{3}{(3)\\space{2}undefined on \\spad{(b, c)} if neither is among the \\spad{ai}'s.}")))
NIL
-((|HasCategory| |#1| (QUOTE (-871))))
-(-1251)
+((|HasCategory| |#1| (QUOTE (-872))))
+(-1252)
((|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
-(-1252 S)
+(-1253 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
-(-1253)
+(-1254)
((|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.")))
-((-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1254)
+(-1255)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 16 bits.")))
NIL
NIL
-(-1255)
+(-1256)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 32 bits.")))
NIL
NIL
-(-1256)
+(-1257)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 64 bits.")))
NIL
NIL
-(-1257)
+(-1258)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 8 bits.")))
NIL
NIL
-(-1258 |Coef| |var| |cen|)
+(-1259 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Laurent series in one variable \\indented{2}{\\spadtype{UnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{UnivariateLaurentSeries(Integer,x,3)} represents Laurent series in} \\indented{2}{\\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4511 "*") -2191 (-1383 (|has| |#1| (-376)) (|has| (-1288 |#1| |#2| |#3|) (-842))) (|has| |#1| (-175)) (-1383 (|has| |#1| (-376)) (|has| (-1288 |#1| |#2| |#3|) (-939)))) (-4502 -2191 (-1383 (|has| |#1| (-376)) (|has| (-1288 |#1| |#2| |#3|) (-842))) (|has| |#1| (-571)) (-1383 (|has| |#1| (-376)) (|has| (-1288 |#1| |#2| |#3|) (-939)))) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-1051))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-1183))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -298) (|%list| (QUOTE -1288) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1288) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -321) (|%list| (QUOTE -1288) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -528) (QUOTE (-1208)) (|%list| (QUOTE -1288) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-149)))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (|HasCategory| (-560) (QUOTE (-1143))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-1051))) (|HasCategory| |#1| (QUOTE (-376)))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-376))))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-1183))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -298) (|%list| (QUOTE -1288) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1288) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -321) (|%list| (QUOTE -1288) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -528) (QUOTE (-1208)) (|%list| (QUOTE -1288) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-147))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-842))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-175)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-939))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1288 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-147)))))
-(-1259 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(((-4512 "*") -2309 (-2925 (|has| |#1| (-376)) (|has| (-1289 |#1| |#2| |#3|) (-844))) (|has| |#1| (-175)) (-2925 (|has| |#1| (-376)) (|has| (-1289 |#1| |#2| |#3|) (-940)))) (-4503 -2309 (-2925 (|has| |#1| (-376)) (|has| (-1289 |#1| |#2| |#3|) (-844))) (|has| |#1| (-571)) (-2925 (|has| |#1| (-376)) (|has| (-1289 |#1| |#2| |#3|) (-940)))) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-1052))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-1184))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -298) (|%list| (QUOTE -1289) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1289) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -321) (|%list| (QUOTE -1289) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -528) (QUOTE (-1209)) (|%list| (QUOTE -1289) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-149))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-149)))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|)))))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-240))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (|HasCategory| (-560) (QUOTE (-1144))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-1052))) (|HasCategory| |#1| (QUOTE (-376)))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-376))))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-1184))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -298) (|%list| (QUOTE -1289) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1289) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -321) (|%list| (QUOTE -1289) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -528) (QUOTE (-1209)) (|%list| (QUOTE -1289) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-559))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-319))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-147))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-175)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-239))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-376)))) (-12 (|HasCategory| (-1289 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376)))) (|HasCategory| |#1| (QUOTE (-147)))))
+(-1260 |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
-(-1260 |Coef|)
+(-1261 |Coef|)
((|constructor| (NIL "\\spadtype{UnivariateLaurentSeriesCategory} is the category of Laurent series in one variable.")) (|integrate| (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 1. We may integrate a series when we can divide coefficients by integers.")) (|rationalFunction| (((|Fraction| (|Polynomial| |#1|)) $ (|Integer|) (|Integer|)) "\\spad{rationalFunction(f,k1,k2)} returns a rational function consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (((|Fraction| (|Polynomial| |#1|)) $ (|Integer|)) "\\spad{rationalFunction(f,k)} returns a rational function consisting of the sum of all terms of \\spad{f} of degree <= \\spad{k}.")) (|multiplyCoefficients| (($ (|Mapping| |#1| (|Integer|)) $) "\\spad{multiplyCoefficients(f,sum(n = n0..infinity,a[n] * x**n)) = sum(n = 0..infinity,f(n) * a[n] * x**n)}. This function is used when Puiseux series are represented by a Laurent series and an exponent.")) (|series| (($ (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)))) "\\spad{series(st)} creates a series from a stream of non-zero terms,{} where a term is an exponent-coefficient pair. The terms in the stream should be ordered by increasing order of exponents.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1261 S |Coef| UTS)
+(-1262 S |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#3| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#3| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#3| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#3|) "\\spad{laurent(n,f(x))} returns \\spad{x**n * f(x)}.")))
NIL
((|HasCategory| |#2| (QUOTE (-376))))
-(-1262 |Coef| UTS)
+(-1263 |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#2| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#2| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#2| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#2|) "\\spad{laurent(n,f(x))} returns \\spad{x**n * f(x)}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1263 |Coef| UTS)
+(-1264 |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)}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
-((-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-842)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-871)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-939)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1051)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1183)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208)))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-147))))) (-2191 (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-149))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-240)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-239)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (|HasCategory| (-560) (QUOTE (-1143))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-939)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1051)))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-842)))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-842)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-871))))) (-2191 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-842)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-871)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-939)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1051)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1183)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-1208)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1183)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1208)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-871)))) (|HasCategory| |#2| (QUOTE (-939))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-559)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-319)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-147))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-239)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-239)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-147))))))
-(-1264 ZP)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
+((-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-844)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-872)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-940)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1052)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1184)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209)))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-147))))) (-2309 (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-149))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-240)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-240)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-239)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (|HasCategory| (-560) (QUOTE (-1144))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-376))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-940)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1052)))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-844)))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-844)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-872))))) (-2309 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-844)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-872)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-940)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1052)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1184)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-1209)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1184)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -298) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -321) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -528) (QUOTE (-1209)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-560))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-872)))) (|HasCategory| |#2| (QUOTE (-940))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-559)))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-319)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-147))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-239)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-560)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209))))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-239)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-147))))))
+(-1265 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
-(-1265 S)
+(-1266 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 (-870))) (|HasCategory| |#1| (QUOTE (-1132))))
-(-1266 R S)
+((|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1133))))
+(-1267 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 (-870))))
-(-1267 |x| R)
+((|HasCategory| |#1| (QUOTE (-871))))
+(-1268 |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}")))
-(((-4511 "*") |has| |#2| (-175)) (-4502 |has| |#2| (-571)) (-4505 |has| |#2| (-376)) (-4507 |has| |#2| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-939))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -911) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-391))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -911) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -911) (QUOTE (-560))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-391)))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -915) (QUOTE (-560)))))) (-12 (|HasCategory| (-1113) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (QUOTE (-560)))) (-2191 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2191 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1183))) (|HasCategory| |#2| (|%list| (QUOTE -929) (QUOTE (-1208)))) (|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-240))) (|HasAttribute| |#2| (QUOTE -4507)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (-2191 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-939)))) (|HasCategory| |#2| (QUOTE (-147)))))
-(-1268 |x| R |y| S)
+(((-4512 "*") |has| |#2| (-175)) (-4503 |has| |#2| (-571)) (-4506 |has| |#2| (-376)) (-4508 |has| |#2| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-940))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-571)))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -912) (QUOTE (-391)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-391))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -912) (QUOTE (-560)))) (|HasCategory| |#2| (|%list| (QUOTE -912) (QUOTE (-560))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-391)))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -633) (|%list| (QUOTE -916) (QUOTE (-560)))))) (-12 (|HasCategory| (-1114) (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#2| (|%list| (QUOTE -633) (QUOTE (-549))))) (|HasCategory| |#2| (|%list| (QUOTE -660) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-149))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (QUOTE (-560)))) (-2309 (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| |#2| (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (-2309 (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-1184))) (|HasCategory| |#2| (|%list| (QUOTE -930) (QUOTE (-1209)))) (|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-240))) (|HasAttribute| |#2| (QUOTE -4508)) (|HasCategory| |#2| (QUOTE (-466))) (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (-2309 (-12 (|HasCategory| $ (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-940)))) (|HasCategory| |#2| (QUOTE (-147)))))
+(-1269 |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
-(-1269 R Q UP)
+(-1270 R Q UP)
((|constructor| (NIL "UnivariatePolynomialCommonDenominator provides functions to compute the common denominator of the coefficients of univariate polynomials over the quotient field of a gcd domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator(q)} returns \\spad{[p, d]} such that \\spad{q = p/d} and \\spad{d} is a common denominator for the coefficients of \\spad{q}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator(q)} returns \\spad{p} such that \\spad{q = p/d} where \\spad{d} is a common denominator for the coefficients of \\spad{q}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator(q)} returns a common denominator \\spad{d} for the coefficients of \\spad{q}.")))
NIL
NIL
-(-1270 R UP)
+(-1271 R UP)
((|constructor| (NIL "UnivariatePolynomialDecompositionPackage implements functional decomposition of univariate polynomial with coefficients in an \\spad{IntegralDomain} of \\spad{CharacteristicZero}.")) (|monicCompleteDecompose| (((|List| |#2|) |#2|) "\\spad{monicCompleteDecompose(f)} returns a list of factors of \\spad{f} for the functional decomposition ([ \\spad{f1},{} ...,{} fn ] means \\spad{f} = \\spad{f1} \\spad{o} ... \\spad{o} fn).")) (|monicDecomposeIfCan| (((|Union| (|Record| (|:| |left| |#2|) (|:| |right| |#2|)) "failed") |#2|) "\\spad{monicDecomposeIfCan(f)} returns a functional decomposition of the monic polynomial \\spad{f} of \"failed\" if it has not found any.")) (|leftFactorIfCan| (((|Union| |#2| "failed") |#2| |#2|) "\\spad{leftFactorIfCan(f,h)} returns the left factor (\\spad{g} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of the functional decomposition of the polynomial \\spad{f} with given \\spad{h} or \\spad{\"failed\"} if \\spad{g} does not exist.")) (|rightFactorIfCan| (((|Union| |#2| "failed") |#2| (|NonNegativeInteger|) |#1|) "\\spad{rightFactorIfCan(f,d,c)} returns a candidate to be the right factor (\\spad{h} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of degree \\spad{d} with leading coefficient \\spad{c} of a functional decomposition of the polynomial \\spad{f} or \\spad{\"failed\"} if no such candidate.")) (|monicRightFactorIfCan| (((|Union| |#2| "failed") |#2| (|NonNegativeInteger|)) "\\spad{monicRightFactorIfCan(f,d)} returns a candidate to be the monic right factor (\\spad{h} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of degree \\spad{d} of a functional decomposition of the polynomial \\spad{f} or \\spad{\"failed\"} if no such candidate.")))
NIL
NIL
-(-1271 R UP)
+(-1272 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
-(-1272 R U)
+(-1273 R U)
((|constructor| (NIL "This package implements Karatsuba's trick for multiplying (large) univariate polynomials. It could be improved with a version doing the work on place and also with a special case for squares. We've done this in Basicmath,{} but we believe that this out of the scope of AXIOM.")) (|karatsuba| ((|#2| |#2| |#2| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{karatsuba(a,b,l,k)} returns \\spad{a*b} by applying Karatsuba's trick provided that both \\spad{a} and \\spad{b} have at least \\spad{l} terms and \\spad{k > 0} holds and by calling \\spad{noKaratsuba} otherwise. The other multiplications are performed by recursive calls with the same third argument and \\spad{k-1} as fourth argument.")) (|karatsubaOnce| ((|#2| |#2| |#2|) "\\spad{karatsuba(a,b)} returns \\spad{a*b} by applying Karatsuba's trick once. The other multiplications are performed by calling \\spad{*} from \\spad{U}.")) (|noKaratsuba| ((|#2| |#2| |#2|) "\\spad{noKaratsuba(a,b)} returns \\spad{a*b} without using Karatsuba's trick at all.")))
NIL
NIL
-(-1273 S R)
+(-1274 S R)
((|constructor| (NIL "The category of univariate polynomials over a ring \\spad{R}. No particular model is assumed - implementations can be either sparse or dense.")) (|integrate| (($ $) "\\spad{integrate(p)} integrates the univariate polynomial \\spad{p} with respect to its distinguished variable.")) (|additiveValuation| ((|attribute|) "euclideanSize(a*b) = euclideanSize(a) + euclideanSize(\\spad{b})")) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) "\\spad{separate(p, q)} returns \\spad{[a, b]} such that polynomial \\spad{p = a b} and \\spad{a} is relatively prime to \\spad{q}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#2|) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{pseudoDivide(p,q)} returns \\spad{[c, q, r]},{} when \\spad{p' := p*lc(q)**(deg p - deg q + 1) = c * p} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|pseudoQuotient| (($ $ $) "\\spad{pseudoQuotient(p,q)} returns \\spad{r},{} the quotient when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|composite| (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) "\\spad{composite(f, q)} returns \\spad{h} if \\spad{f} = \\spad{h}(\\spad{q}),{} and \"failed\" is no such \\spad{h} exists.") (((|Union| $ "failed") $ $) "\\spad{composite(p, q)} returns \\spad{h} if \\spad{p = h(q)},{} and \"failed\" no such \\spad{h} exists.")) (|subResultantGcd| (($ $ $) "\\spad{subResultantGcd(p,q)} computes the gcd of the polynomials \\spad{p} and \\spad{q} using the SubResultant GCD algorithm.")) (|order| (((|NonNegativeInteger|) $ $) "\\spad{order(p, q)} returns the largest \\spad{n} such that \\spad{q**n} divides polynomial \\spad{p} \\spadignore{i.e.} the order of \\spad{p(x)} at \\spad{q(x)=0}.")) (|elt| ((|#2| (|Fraction| $) |#2|) "\\spad{elt(a,r)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by the constant \\spad{r}.") (((|Fraction| $) (|Fraction| $) (|Fraction| $)) "\\spad{elt(a,b)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by \\spad{b}.")) (|resultant| ((|#2| $ $) "\\spad{resultant(p,q)} returns the resultant of the polynomials \\spad{p} and \\spad{q}.")) (|discriminant| ((|#2| $) "\\spad{discriminant(p)} returns the discriminant of the polynomial \\spad{p}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) $) "\\spad{differentiate(p, d, x')} extends the \\spad{R}-derivation \\spad{d} to an extension \\spad{D} in \\spad{R[x]} where Dx is given by x',{} and returns \\spad{Dp}.")) (|pseudoRemainder| (($ $ $) "\\spad{pseudoRemainder(p,q)} = \\spad{r},{} for polynomials \\spad{p} and \\spad{q},{} returns the remainder when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|shiftLeft| (($ $ (|NonNegativeInteger|)) "\\spad{shiftLeft(p,n)} returns \\spad{p * monomial(1,n)}")) (|shiftRight| (($ $ (|NonNegativeInteger|)) "\\spad{shiftRight(p,n)} returns \\spad{monicDivide(p,monomial(1,n)).quotient}")) (|karatsubaDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|)) "\\spad{karatsubaDivide(p,n)} returns the same as \\spad{monicDivide(p,monomial(1,n))}")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicDivide(p,q)} divide the polynomial \\spad{p} by the monic polynomial \\spad{q},{} returning the pair \\spad{[quotient, remainder]}. Error: if \\spad{q} isn't monic.")) (|divideExponents| (((|Union| $ "failed") $ (|NonNegativeInteger|)) "\\spad{divideExponents(p,n)} returns a new polynomial resulting from dividing all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n},{} or \"failed\" if some exponent is not exactly divisible by \\spad{n}.")) (|multiplyExponents| (($ $ (|NonNegativeInteger|)) "\\spad{multiplyExponents(p,n)} returns a new polynomial resulting from multiplying all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n}.")) (|unmakeSUP| (($ (|SparseUnivariatePolynomial| |#2|)) "\\spad{unmakeSUP(sup)} converts \\spad{sup} of type \\spadtype{SparseUnivariatePolynomial(R)} to be a member of the given type. Note: converse of makeSUP.")) (|makeSUP| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{makeSUP(p)} converts the polynomial \\spad{p} to be of type SparseUnivariatePolynomial over the same coefficients.")) (|vectorise| (((|Vector| |#2|) $ (|NonNegativeInteger|)) "\\spad{vectorise(p, n)} returns \\spad{[a0,...,a(n-1)]} where \\spad{p = a0 + a1*x + ... + a(n-1)*x**(n-1)} + higher order terms. The degree of polynomial \\spad{p} can be different from \\spad{n-1}.")))
NIL
-((|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-1183))))
-(-1274 R)
+((|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-571))) (|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (QUOTE (-1184))))
+(-1275 R)
((|constructor| (NIL "The category of univariate polynomials over a ring \\spad{R}. No particular model is assumed - implementations can be either sparse or dense.")) (|integrate| (($ $) "\\spad{integrate(p)} integrates the univariate polynomial \\spad{p} with respect to its distinguished variable.")) (|additiveValuation| ((|attribute|) "euclideanSize(a*b) = euclideanSize(a) + euclideanSize(\\spad{b})")) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) "\\spad{separate(p, q)} returns \\spad{[a, b]} such that polynomial \\spad{p = a b} and \\spad{a} is relatively prime to \\spad{q}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{pseudoDivide(p,q)} returns \\spad{[c, q, r]},{} when \\spad{p' := p*lc(q)**(deg p - deg q + 1) = c * p} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|pseudoQuotient| (($ $ $) "\\spad{pseudoQuotient(p,q)} returns \\spad{r},{} the quotient when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|composite| (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) "\\spad{composite(f, q)} returns \\spad{h} if \\spad{f} = \\spad{h}(\\spad{q}),{} and \"failed\" is no such \\spad{h} exists.") (((|Union| $ "failed") $ $) "\\spad{composite(p, q)} returns \\spad{h} if \\spad{p = h(q)},{} and \"failed\" no such \\spad{h} exists.")) (|subResultantGcd| (($ $ $) "\\spad{subResultantGcd(p,q)} computes the gcd of the polynomials \\spad{p} and \\spad{q} using the SubResultant GCD algorithm.")) (|order| (((|NonNegativeInteger|) $ $) "\\spad{order(p, q)} returns the largest \\spad{n} such that \\spad{q**n} divides polynomial \\spad{p} \\spadignore{i.e.} the order of \\spad{p(x)} at \\spad{q(x)=0}.")) (|elt| ((|#1| (|Fraction| $) |#1|) "\\spad{elt(a,r)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by the constant \\spad{r}.") (((|Fraction| $) (|Fraction| $) (|Fraction| $)) "\\spad{elt(a,b)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by \\spad{b}.")) (|resultant| ((|#1| $ $) "\\spad{resultant(p,q)} returns the resultant of the polynomials \\spad{p} and \\spad{q}.")) (|discriminant| ((|#1| $) "\\spad{discriminant(p)} returns the discriminant of the polynomial \\spad{p}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) $) "\\spad{differentiate(p, d, x')} extends the \\spad{R}-derivation \\spad{d} to an extension \\spad{D} in \\spad{R[x]} where Dx is given by x',{} and returns \\spad{Dp}.")) (|pseudoRemainder| (($ $ $) "\\spad{pseudoRemainder(p,q)} = \\spad{r},{} for polynomials \\spad{p} and \\spad{q},{} returns the remainder when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|shiftLeft| (($ $ (|NonNegativeInteger|)) "\\spad{shiftLeft(p,n)} returns \\spad{p * monomial(1,n)}")) (|shiftRight| (($ $ (|NonNegativeInteger|)) "\\spad{shiftRight(p,n)} returns \\spad{monicDivide(p,monomial(1,n)).quotient}")) (|karatsubaDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|)) "\\spad{karatsubaDivide(p,n)} returns the same as \\spad{monicDivide(p,monomial(1,n))}")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicDivide(p,q)} divide the polynomial \\spad{p} by the monic polynomial \\spad{q},{} returning the pair \\spad{[quotient, remainder]}. Error: if \\spad{q} isn't monic.")) (|divideExponents| (((|Union| $ "failed") $ (|NonNegativeInteger|)) "\\spad{divideExponents(p,n)} returns a new polynomial resulting from dividing all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n},{} or \"failed\" if some exponent is not exactly divisible by \\spad{n}.")) (|multiplyExponents| (($ $ (|NonNegativeInteger|)) "\\spad{multiplyExponents(p,n)} returns a new polynomial resulting from multiplying all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n}.")) (|unmakeSUP| (($ (|SparseUnivariatePolynomial| |#1|)) "\\spad{unmakeSUP(sup)} converts \\spad{sup} of type \\spadtype{SparseUnivariatePolynomial(R)} to be a member of the given type. Note: converse of makeSUP.")) (|makeSUP| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{makeSUP(p)} converts the polynomial \\spad{p} to be of type SparseUnivariatePolynomial over the same coefficients.")) (|vectorise| (((|Vector| |#1|) $ (|NonNegativeInteger|)) "\\spad{vectorise(p, n)} returns \\spad{[a0,...,a(n-1)]} where \\spad{p = a0 + a1*x + ... + a(n-1)*x**(n-1)} + higher order terms. The degree of polynomial \\spad{p} can be different from \\spad{n-1}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4505 |has| |#1| (-376)) (-4507 |has| |#1| (-6 -4507)) (-4504 . T) (-4503 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4506 |has| |#1| (-376)) (-4508 |has| |#1| (-6 -4508)) (-4505 . T) (-4504 . T) (-4507 . T))
NIL
-(-1275 R PR S PS)
+(-1276 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
-(-1276 S |Coef| |Expon|)
+(-1277 S |Coef| |Expon|)
((|constructor| (NIL "\\spadtype{UnivariatePowerSeriesCategory} is the most general univariate power series category with exponents in an ordered abelian monoid. Note: this category exports a substitution function if it is possible to multiply exponents. Note: this category exports a derivative operation if it is possible to multiply coefficients by exponents.")) (|eval| (((|Stream| |#2|) $ |#2|) "\\spad{eval(f,a)} evaluates a power series at a value in the ground ring by returning a stream of partial sums.")) (|extend| (($ $ |#3|) "\\spad{extend(f,n)} causes all terms of \\spad{f} of degree <= \\spad{n} to be computed.")) (|approximate| ((|#2| $ |#3|) "\\spad{approximate(f)} returns a truncated power series with the series variable viewed as an element of the coefficient domain.")) (|truncate| (($ $ |#3| |#3|) "\\spad{truncate(f,k1,k2)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (($ $ |#3|) "\\spad{truncate(f,k)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| ((|#3| $ |#3|) "\\spad{order(f,n) = min(m,n)},{} where \\spad{m} is the degree of the lowest order non-zero term in \\spad{f}.") ((|#3| $) "\\spad{order(f)} is the degree of the lowest order non-zero term in \\spad{f}. This will result in an infinite loop if \\spad{f} has no non-zero terms.")) (|multiplyExponents| (($ $ (|PositiveInteger|)) "\\spad{multiplyExponents(f,n)} multiplies all exponents of the power series \\spad{f} by the positive integer \\spad{n}.")) (|center| ((|#2| $) "\\spad{center(f)} returns the point about which the series \\spad{f} is expanded.")) (|variable| (((|Symbol|) $) "\\spad{variable(f)} returns the (unique) power series variable of the power series \\spad{f}.")) (|terms| (((|Stream| (|Record| (|:| |k| |#3|) (|:| |c| |#2|))) $) "\\spad{terms(f(x))} returns a stream of non-zero terms,{} where a a term is an exponent-coefficient pair. The terms in the stream are ordered by increasing order of exponents.")))
NIL
-((|HasCategory| |#2| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#2| (|%list| (QUOTE *) (|%list| (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1143))) (|HasSignature| |#2| (|%list| (QUOTE **) (|%list| (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#2|) (QUOTE (-1208))))))
-(-1277 |Coef| |Expon|)
+((|HasCategory| |#2| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#2| (|%list| (QUOTE *) (|%list| (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1144))) (|HasSignature| |#2| (|%list| (QUOTE **) (|%list| (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#2|) (QUOTE (-1209))))))
+(-1278 |Coef| |Expon|)
((|constructor| (NIL "\\spadtype{UnivariatePowerSeriesCategory} is the most general univariate power series category with exponents in an ordered abelian monoid. Note: this category exports a substitution function if it is possible to multiply exponents. Note: this category exports a derivative operation if it is possible to multiply coefficients by exponents.")) (|eval| (((|Stream| |#1|) $ |#1|) "\\spad{eval(f,a)} evaluates a power series at a value in the ground ring by returning a stream of partial sums.")) (|extend| (($ $ |#2|) "\\spad{extend(f,n)} causes all terms of \\spad{f} of degree <= \\spad{n} to be computed.")) (|approximate| ((|#1| $ |#2|) "\\spad{approximate(f)} returns a truncated power series with the series variable viewed as an element of the coefficient domain.")) (|truncate| (($ $ |#2| |#2|) "\\spad{truncate(f,k1,k2)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (($ $ |#2|) "\\spad{truncate(f,k)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| ((|#2| $ |#2|) "\\spad{order(f,n) = min(m,n)},{} where \\spad{m} is the degree of the lowest order non-zero term in \\spad{f}.") ((|#2| $) "\\spad{order(f)} is the degree of the lowest order non-zero term in \\spad{f}. This will result in an infinite loop if \\spad{f} has no non-zero terms.")) (|multiplyExponents| (($ $ (|PositiveInteger|)) "\\spad{multiplyExponents(f,n)} multiplies all exponents of the power series \\spad{f} by the positive integer \\spad{n}.")) (|center| ((|#1| $) "\\spad{center(f)} returns the point about which the series \\spad{f} is expanded.")) (|variable| (((|Symbol|) $) "\\spad{variable(f)} returns the (unique) power series variable of the power series \\spad{f}.")) (|terms| (((|Stream| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) "\\spad{terms(f(x))} returns a stream of non-zero terms,{} where a a term is an exponent-coefficient pair. The terms in the stream are ordered by increasing order of exponents.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1278 RC P)
+(-1279 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
-(-1279 |Coef| |var| |cen|)
+(-1280 |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.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1143))) (|HasCategory| |#1| (QUOTE (-376))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))))
-(-1280 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1144))) (|HasCategory| |#1| (QUOTE (-376))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))))
+(-1281 |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
-(-1281 |Coef|)
+(-1282 |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.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1282 S |Coef| ULS)
+(-1283 S |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#3| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#3| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#3| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#3|) "\\spad{puiseux(r,f(x))} returns \\spad{f(x^r)}.")))
NIL
NIL
-(-1283 |Coef| ULS)
+(-1284 |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#2| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#2| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#2| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#2|) "\\spad{puiseux(r,f(x))} returns \\spad{f(x^r)}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1284 |Coef| ULS)
+(-1285 |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)}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4507 |has| |#1| (-376)) (-4501 |has| |#1| (-376)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1143))) (|HasCategory| |#1| (QUOTE (-376))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2191 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))))
-(-1285 R FE |var| |cen|)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4508 |has| |#1| (-376)) (-4502 |has| |#1| (-376)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#1| (QUOTE (-175))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560))) (|devaluate| |#1|)))) (|HasCategory| (-421 (-560)) (QUOTE (-1144))) (|HasCategory| |#1| (QUOTE (-376))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-2309 (|HasCategory| |#1| (QUOTE (-376))) (|HasCategory| |#1| (QUOTE (-571)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -421) (QUOTE (-560)))))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))))
+(-1286 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))}.")))
-(((-4511 "*") |has| (-1279 |#2| |#3| |#4|) (-175)) (-4502 |has| (-1279 |#2| |#3| |#4|) (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| (-1279 |#2| |#3| |#4|) (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-1279 |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1279 |#2| |#3| |#4|) (QUOTE (-149))) (|HasCategory| (-1279 |#2| |#3| |#4|) (QUOTE (-175))) (-2191 (|HasCategory| (-1279 |#2| |#3| |#4|) (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-1279 |#2| |#3| |#4|) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| (-1279 |#2| |#3| |#4|) (|%list| (QUOTE -1069) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-1279 |#2| |#3| |#4|) (|%list| (QUOTE -1069) (QUOTE (-560)))) (|HasCategory| (-1279 |#2| |#3| |#4|) (QUOTE (-376))) (|HasCategory| (-1279 |#2| |#3| |#4|) (QUOTE (-466))) (|HasCategory| (-1279 |#2| |#3| |#4|) (QUOTE (-571))))
-(-1286 A S)
+(((-4512 "*") |has| (-1280 |#2| |#3| |#4|) (-175)) (-4503 |has| (-1280 |#2| |#3| |#4|) (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| (-1280 |#2| |#3| |#4|) (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-1280 |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1280 |#2| |#3| |#4|) (QUOTE (-149))) (|HasCategory| (-1280 |#2| |#3| |#4|) (QUOTE (-175))) (-2309 (|HasCategory| (-1280 |#2| |#3| |#4|) (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-1280 |#2| |#3| |#4|) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560)))))) (|HasCategory| (-1280 |#2| |#3| |#4|) (|%list| (QUOTE -1070) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| (-1280 |#2| |#3| |#4|) (|%list| (QUOTE -1070) (QUOTE (-560)))) (|HasCategory| (-1280 |#2| |#3| |#4|) (QUOTE (-376))) (|HasCategory| (-1280 |#2| |#3| |#4|) (QUOTE (-466))) (|HasCategory| (-1280 |#2| |#3| |#4|) (QUOTE (-571))))
+(-1287 A S)
((|constructor| (NIL "A unary-recursive aggregate is a one where nodes may have either 0 or 1 children. This aggregate models,{} though not precisely,{} a linked list possibly with a single cycle. A node with one children models a non-empty list,{} with the \\spadfun{value} of the list designating the head,{} or \\spadfun{first},{} of the list,{} and the child designating the tail,{} or \\spadfun{rest},{} of the list. A node with no child then designates the empty list. Since these aggregates are recursive aggregates,{} they may be cyclic.")) (|split!| (($ $ (|Integer|)) "\\spad{split!(u,n)} splits \\spad{u} into two aggregates: \\axiom{\\spad{v} = rest(\\spad{u},{}\\spad{n})} and \\axiom{\\spad{w} = first(\\spad{u},{}\\spad{n})},{} returning \\axiom{\\spad{v}}. Note: afterwards \\axiom{rest(\\spad{u},{}\\spad{n})} returns \\axiom{empty()}.")) (|setlast!| ((|#2| $ |#2|) "\\spad{setlast!(u,x)} destructively changes the last element of \\spad{u} to \\spad{x}.")) (|setrest!| (($ $ $) "\\spad{setrest!(u,v)} destructively changes the rest of \\spad{u} to \\spad{v}.")) (|setelt| ((|#2| $ "last" |#2|) "\\spad{setelt(u,\"last\",x)} (also written: \\axiom{\\spad{u}.last := \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,\"rest\",v)} (also written: \\axiom{\\spad{u}.rest := \\spad{v}}) is equivalent to \\axiom{setrest!(\\spad{u},{}\\spad{v})}.") ((|#2| $ "first" |#2|) "\\spad{setelt(u,\"first\",x)} (also written: \\axiom{\\spad{u}.first := \\spad{x}}) is equivalent to \\axiom{setfirst!(\\spad{u},{}\\spad{x})}.")) (|setfirst!| ((|#2| $ |#2|) "\\spad{setfirst!(u,x)} destructively changes the first element of a to \\spad{x}.")) (|cycleSplit!| (($ $) "\\spad{cycleSplit!(u)} splits the aggregate by dropping off the cycle. The value returned is the cycle entry,{} or nil if none exists. For example,{} if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} is the cyclic list where \\spad{v} is the head of the cycle,{} \\axiom{cycleSplit!(\\spad{w})} will drop \\spad{v} off \\spad{w} thus destructively changing \\spad{w} to \\spad{u},{} and returning \\spad{v}.")) (|concat!| (($ $ |#2|) "\\spad{concat!(u,x)} destructively adds element \\spad{x} to the end of \\spad{u}. Note: \\axiom{concat!(a,{}\\spad{x}) = setlast!(a,{}[\\spad{x}])}.") (($ $ $) "\\spad{concat!(u,v)} destructively concatenates \\spad{v} to the end of \\spad{u}. Note: \\axiom{concat!(\\spad{u},{}\\spad{v}) = setlast!(\\spad{u},{}\\spad{v})}.")) (|cycleTail| (($ $) "\\spad{cycleTail(u)} returns the last node in the cycle,{} or empty if none exists.")) (|cycleLength| (((|NonNegativeInteger|) $) "\\spad{cycleLength(u)} returns the length of a top-level cycle contained in aggregate \\spad{u},{} or 0 is \\spad{u} has no such cycle.")) (|cycleEntry| (($ $) "\\spad{cycleEntry(u)} returns the head of a top-level cycle contained in aggregate \\spad{u},{} or \\axiom{empty()} if none exists.")) (|third| ((|#2| $) "\\spad{third(u)} returns the third element of \\spad{u}. Note: \\axiom{third(\\spad{u}) = first(rest(rest(\\spad{u})))}.")) (|second| ((|#2| $) "\\spad{second(u)} returns the second element of \\spad{u}. Note: \\axiom{second(\\spad{u}) = first(rest(\\spad{u}))}.")) (|tail| (($ $) "\\spad{tail(u)} returns the last node of \\spad{u}. Note: if \\spad{u} is \\axiom{shallowlyMutable},{} \\axiom{setrest(tail(\\spad{u}),{}\\spad{v}) = concat(\\spad{u},{}\\spad{v})}.")) (|last| (($ $ (|NonNegativeInteger|)) "\\spad{last(u,n)} returns a copy of the last \\spad{n} (\\axiom{\\spad{n} >= 0}) nodes of \\spad{u}. Note: \\axiom{last(\\spad{u},{}\\spad{n})} is a list of \\spad{n} elements.") ((|#2| $) "\\spad{last(u)} resturn the last element of \\spad{u}. Note: for lists,{} \\axiom{last(\\spad{u}) = \\spad{u} . (maxIndex \\spad{u}) = \\spad{u} . (\\# \\spad{u} - 1)}.")) (|rest| (($ $ (|NonNegativeInteger|)) "\\spad{rest(u,n)} returns the \\axiom{\\spad{n}}th (\\spad{n} >= 0) node of \\spad{u}. Note: \\axiom{rest(\\spad{u},{}0) = \\spad{u}}.") (($ $) "\\spad{rest(u)} returns an aggregate consisting of all but the first element of \\spad{u} (equivalently,{} the next node of \\spad{u}).")) (|elt| ((|#2| $ "last") "\\spad{elt(u,\"last\")} (also written: \\axiom{\\spad{u} . last}) is equivalent to last \\spad{u}.") (($ $ "rest") "\\spad{elt(\\%,\"rest\")} (also written: \\axiom{\\spad{u}.rest}) is equivalent to \\axiom{rest \\spad{u}}.") ((|#2| $ "first") "\\spad{elt(u,\"first\")} (also written: \\axiom{\\spad{u} . first}) is equivalent to first \\spad{u}.")) (|first| (($ $ (|NonNegativeInteger|)) "\\spad{first(u,n)} returns a copy of the first \\spad{n} (\\axiom{\\spad{n} >= 0}) elements of \\spad{u}.") ((|#2| $) "\\spad{first(u)} returns the first element of \\spad{u} (equivalently,{} the value at the current node).")) (|concat| (($ |#2| $) "\\spad{concat(x,u)} returns aggregate consisting of \\spad{x} followed by the elements of \\spad{u}. Note: if \\axiom{\\spad{v} = concat(\\spad{x},{}\\spad{u})} then \\axiom{\\spad{x} = first \\spad{v}} and \\axiom{\\spad{u} = rest \\spad{v}}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate \\spad{w} consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: \\axiom{\\spad{v} = rest(\\spad{w},{}\\#a)}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4510)))
-(-1287 S)
+((|HasAttribute| |#1| (QUOTE -4511)))
+(-1288 S)
((|constructor| (NIL "A unary-recursive aggregate is a one where nodes may have either 0 or 1 children. This aggregate models,{} though not precisely,{} a linked list possibly with a single cycle. A node with one children models a non-empty list,{} with the \\spadfun{value} of the list designating the head,{} or \\spadfun{first},{} of the list,{} and the child designating the tail,{} or \\spadfun{rest},{} of the list. A node with no child then designates the empty list. Since these aggregates are recursive aggregates,{} they may be cyclic.")) (|split!| (($ $ (|Integer|)) "\\spad{split!(u,n)} splits \\spad{u} into two aggregates: \\axiom{\\spad{v} = rest(\\spad{u},{}\\spad{n})} and \\axiom{\\spad{w} = first(\\spad{u},{}\\spad{n})},{} returning \\axiom{\\spad{v}}. Note: afterwards \\axiom{rest(\\spad{u},{}\\spad{n})} returns \\axiom{empty()}.")) (|setlast!| ((|#1| $ |#1|) "\\spad{setlast!(u,x)} destructively changes the last element of \\spad{u} to \\spad{x}.")) (|setrest!| (($ $ $) "\\spad{setrest!(u,v)} destructively changes the rest of \\spad{u} to \\spad{v}.")) (|setelt| ((|#1| $ "last" |#1|) "\\spad{setelt(u,\"last\",x)} (also written: \\axiom{\\spad{u}.last := \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,\"rest\",v)} (also written: \\axiom{\\spad{u}.rest := \\spad{v}}) is equivalent to \\axiom{setrest!(\\spad{u},{}\\spad{v})}.") ((|#1| $ "first" |#1|) "\\spad{setelt(u,\"first\",x)} (also written: \\axiom{\\spad{u}.first := \\spad{x}}) is equivalent to \\axiom{setfirst!(\\spad{u},{}\\spad{x})}.")) (|setfirst!| ((|#1| $ |#1|) "\\spad{setfirst!(u,x)} destructively changes the first element of a to \\spad{x}.")) (|cycleSplit!| (($ $) "\\spad{cycleSplit!(u)} splits the aggregate by dropping off the cycle. The value returned is the cycle entry,{} or nil if none exists. For example,{} if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} is the cyclic list where \\spad{v} is the head of the cycle,{} \\axiom{cycleSplit!(\\spad{w})} will drop \\spad{v} off \\spad{w} thus destructively changing \\spad{w} to \\spad{u},{} and returning \\spad{v}.")) (|concat!| (($ $ |#1|) "\\spad{concat!(u,x)} destructively adds element \\spad{x} to the end of \\spad{u}. Note: \\axiom{concat!(a,{}\\spad{x}) = setlast!(a,{}[\\spad{x}])}.") (($ $ $) "\\spad{concat!(u,v)} destructively concatenates \\spad{v} to the end of \\spad{u}. Note: \\axiom{concat!(\\spad{u},{}\\spad{v}) = setlast!(\\spad{u},{}\\spad{v})}.")) (|cycleTail| (($ $) "\\spad{cycleTail(u)} returns the last node in the cycle,{} or empty if none exists.")) (|cycleLength| (((|NonNegativeInteger|) $) "\\spad{cycleLength(u)} returns the length of a top-level cycle contained in aggregate \\spad{u},{} or 0 is \\spad{u} has no such cycle.")) (|cycleEntry| (($ $) "\\spad{cycleEntry(u)} returns the head of a top-level cycle contained in aggregate \\spad{u},{} or \\axiom{empty()} if none exists.")) (|third| ((|#1| $) "\\spad{third(u)} returns the third element of \\spad{u}. Note: \\axiom{third(\\spad{u}) = first(rest(rest(\\spad{u})))}.")) (|second| ((|#1| $) "\\spad{second(u)} returns the second element of \\spad{u}. Note: \\axiom{second(\\spad{u}) = first(rest(\\spad{u}))}.")) (|tail| (($ $) "\\spad{tail(u)} returns the last node of \\spad{u}. Note: if \\spad{u} is \\axiom{shallowlyMutable},{} \\axiom{setrest(tail(\\spad{u}),{}\\spad{v}) = concat(\\spad{u},{}\\spad{v})}.")) (|last| (($ $ (|NonNegativeInteger|)) "\\spad{last(u,n)} returns a copy of the last \\spad{n} (\\axiom{\\spad{n} >= 0}) nodes of \\spad{u}. Note: \\axiom{last(\\spad{u},{}\\spad{n})} is a list of \\spad{n} elements.") ((|#1| $) "\\spad{last(u)} resturn the last element of \\spad{u}. Note: for lists,{} \\axiom{last(\\spad{u}) = \\spad{u} . (maxIndex \\spad{u}) = \\spad{u} . (\\# \\spad{u} - 1)}.")) (|rest| (($ $ (|NonNegativeInteger|)) "\\spad{rest(u,n)} returns the \\axiom{\\spad{n}}th (\\spad{n} >= 0) node of \\spad{u}. Note: \\axiom{rest(\\spad{u},{}0) = \\spad{u}}.") (($ $) "\\spad{rest(u)} returns an aggregate consisting of all but the first element of \\spad{u} (equivalently,{} the next node of \\spad{u}).")) (|elt| ((|#1| $ "last") "\\spad{elt(u,\"last\")} (also written: \\axiom{\\spad{u} . last}) is equivalent to last \\spad{u}.") (($ $ "rest") "\\spad{elt(\\%,\"rest\")} (also written: \\axiom{\\spad{u}.rest}) is equivalent to \\axiom{rest \\spad{u}}.") ((|#1| $ "first") "\\spad{elt(u,\"first\")} (also written: \\axiom{\\spad{u} . first}) is equivalent to first \\spad{u}.")) (|first| (($ $ (|NonNegativeInteger|)) "\\spad{first(u,n)} returns a copy of the first \\spad{n} (\\axiom{\\spad{n} >= 0}) elements of \\spad{u}.") ((|#1| $) "\\spad{first(u)} returns the first element of \\spad{u} (equivalently,{} the value at the current node).")) (|concat| (($ |#1| $) "\\spad{concat(x,u)} returns aggregate consisting of \\spad{x} followed by the elements of \\spad{u}. Note: if \\axiom{\\spad{v} = concat(\\spad{x},{}\\spad{u})} then \\axiom{\\spad{x} = first \\spad{v}} and \\axiom{\\spad{u} = rest \\spad{v}}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate \\spad{w} consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: \\axiom{\\spad{v} = rest(\\spad{w},{}\\#a)}.")))
NIL
NIL
-(-1288 |Coef| |var| |cen|)
+(-1289 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Taylor series in one variable \\spadtype{UnivariateTaylorSeries} is a domain representing Taylor series in one variable with coefficients in an arbitrary ring. The parameters of the type specify the coefficient ring,{} the power series variable,{} and the center of the power series expansion. For example,{} \\spadtype{UnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|invmultisect| (($ (|Integer|) (|Integer|) $) "\\spad{invmultisect(a,b,f(x))} substitutes \\spad{x^((a+b)*n)} \\indented{1}{for \\spad{x^n} and multiples by \\spad{x^b}.}")) (|multisect| (($ (|Integer|) (|Integer|) $) "\\spad{multisect(a,b,f(x))} selects the coefficients of \\indented{1}{\\spad{x^((a+b)*n+a)},{} and changes this monomial to \\spad{x^n}.}")) (|revert| (($ $) "\\spad{revert(f(x))} returns a Taylor series \\spad{g(x)} such that \\spad{f(g(x)) = g(f(x)) = x}. Series \\spad{f(x)} should have constant coefficient 0 and invertible 1st order coefficient.")) (|generalLambert| (($ $ (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),a,d)} returns \\spad{f(x^a) + f(x^(a + d)) + \\indented{1}{f(x^(a + 2 d)) + ... }. \\spad{f(x)} should have zero constant} \\indented{1}{coefficient and \\spad{a} and \\spad{d} should be positive.}")) (|evenlambert| (($ $) "\\spad{evenlambert(f(x))} returns \\spad{f(x^2) + f(x^4) + f(x^6) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,f(x^(2*n))) = exp(log(evenlambert(f(x))))}.}")) (|oddlambert| (($ $) "\\spad{oddlambert(f(x))} returns \\spad{f(x) + f(x^3) + f(x^5) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,f(x^(2*n-1)))=exp(log(oddlambert(f(x))))}.}")) (|lambert| (($ $) "\\spad{lambert(f(x))} returns \\spad{f(x) + f(x^2) + f(x^3) + ...}. \\indented{1}{This function is used for computing infinite products.} \\indented{1}{\\spad{f(x)} should have zero constant coefficient.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n = 1..infinity,f(x^n)) = exp(log(lambert(f(x))))}.}")) (|lagrange| (($ $) "\\spad{lagrange(g(x))} produces the Taylor series for \\spad{f(x)} \\indented{1}{where \\spad{f(x)} is implicitly defined as \\spad{f(x) = x*g(f(x))}.}")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
-((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2191 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -927) (QUOTE (-1208)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-793)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-793)) (|devaluate| |#1|)))) (|HasCategory| (-793) (QUOTE (-1143))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-793))))) (|HasSignature| |#1| (|%list| (QUOTE -2539) (|%list| (|devaluate| |#1|) (QUOTE (-1208)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-793))))) (|HasCategory| |#1| (QUOTE (-376))) (-2191 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-989))) (|HasCategory| |#1| (QUOTE (-1234)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1208))))) (|HasSignature| |#1| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#1|)))))))
-(-1289 |Coef1| |Coef2| UTS1 UTS2)
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
+((|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-571))) (-2309 (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-571)))) (|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-149))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -928) (QUOTE (-1209)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-793)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-793)) (|devaluate| |#1|)))) (|HasCategory| (-793) (QUOTE (-1144))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-793))))) (|HasSignature| |#1| (|%list| (QUOTE -3834) (|%list| (|devaluate| |#1|) (QUOTE (-1209)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-793))))) (|HasCategory| |#1| (QUOTE (-376))) (-2309 (-12 (|HasCategory| |#1| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#1| (QUOTE (-990))) (|HasCategory| |#1| (QUOTE (-1235)))) (-12 (|HasCategory| |#1| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasSignature| |#1| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1209))))) (|HasSignature| |#1| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#1|)))))))
+(-1290 |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
-(-1290 S |Coef|)
+(-1291 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 (-560)))) (|HasCategory| |#2| (QUOTE (-989))) (|HasCategory| |#2| (QUOTE (-1234))) (|HasSignature| |#2| (|%list| (QUOTE -3557) (|%list| (|%list| (QUOTE -663) (QUOTE (-1208))) (|devaluate| |#2|)))) (|HasSignature| |#2| (|%list| (QUOTE -3071) (|%list| (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1208))))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))))
-(-1291 |Coef|)
+((|HasCategory| |#2| (|%list| (QUOTE -29) (QUOTE (-560)))) (|HasCategory| |#2| (QUOTE (-990))) (|HasCategory| |#2| (QUOTE (-1235))) (|HasSignature| |#2| (|%list| (QUOTE -2712) (|%list| (|%list| (QUOTE -663) (QUOTE (-1209))) (|devaluate| |#2|)))) (|HasSignature| |#2| (|%list| (QUOTE -3671) (|%list| (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1209))))) (|HasCategory| |#2| (|%list| (QUOTE -38) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasCategory| |#2| (QUOTE (-376))))
+(-1292 |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.")))
-(((-4511 "*") |has| |#1| (-175)) (-4502 |has| |#1| (-571)) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") |has| |#1| (-175)) (-4503 |has| |#1| (-571)) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1292 |Coef| UTS)
+(-1293 |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
-(-1293 -1610 UP L UTS)
+(-1294 -4346 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 (-571))))
-(-1294)
+(-1295)
((|constructor| (NIL "The category of domains that act like unions. UnionType,{} like Type or Category,{} acts mostly as a take that communicates `union-like' intended semantics to the compiler. A domain \\spad{D} that satifies UnionType should provide definitions for `case' operators,{} with corresponding `autoCoerce' operators.")))
NIL
NIL
-(-1295 |sym|)
+(-1296 |sym|)
((|constructor| (NIL "This domain implements variables")) (|variable| (((|Symbol|)) "\\spad{variable()} returns the symbol")) (|coerce| (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol")))
NIL
NIL
-(-1296 S R)
+(-1297 S R)
((|constructor| (NIL "\\spadtype{VectorCategory} represents the type of vector like objects,{} \\spadignore{i.e.} finite sequences indexed by some finite segment of the integers. The operations available on vectors depend on the structure of the underlying components. Many operations from the component domain are defined for vectors componentwise. It can by assumed that extraction or updating components can be done in constant time.")) (|magnitude| ((|#2| $) "\\spad{magnitude(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the length")) (|length| ((|#2| $) "\\spad{length(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the magnitude")) (|cross| (($ $ $) "vectorProduct(\\spad{u},{}\\spad{v}) constructs the cross product of \\spad{u} and \\spad{v}. Error: if \\spad{u} and \\spad{v} are not of length 3.")) (|outerProduct| (((|Matrix| |#2|) $ $) "\\spad{outerProduct(u,v)} constructs the matrix whose (\\spad{i},{}\\spad{j})\\spad{'}th element is \\spad{u}(\\spad{i})*v(\\spad{j}).")) (|dot| ((|#2| $ $) "\\spad{dot(x,y)} computes the inner product of the two vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")) (* (($ $ |#2|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#2| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.") (($ (|Integer|) $) "\\spad{n * y} multiplies each component of the vector \\spad{y} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x - y} returns the component-wise difference of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.") (($ $) "\\spad{-x} negates all components of the vector \\spad{x}.")) (|zero| (($ (|NonNegativeInteger|)) "\\spad{zero(n)} creates a zero vector of length \\spad{n}.")) (+ (($ $ $) "\\spad{x + y} returns the component-wise sum of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")))
NIL
-((|HasCategory| |#2| (QUOTE (-1033))) (|HasCategory| |#2| (QUOTE (-1080))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
-(-1297 R)
+((|HasCategory| |#2| (QUOTE (-1034))) (|HasCategory| |#2| (QUOTE (-1081))) (|HasCategory| |#2| (QUOTE (-748))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
+(-1298 R)
((|constructor| (NIL "\\spadtype{VectorCategory} represents the type of vector like objects,{} \\spadignore{i.e.} finite sequences indexed by some finite segment of the integers. The operations available on vectors depend on the structure of the underlying components. Many operations from the component domain are defined for vectors componentwise. It can by assumed that extraction or updating components can be done in constant time.")) (|magnitude| ((|#1| $) "\\spad{magnitude(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the length")) (|length| ((|#1| $) "\\spad{length(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the magnitude")) (|cross| (($ $ $) "vectorProduct(\\spad{u},{}\\spad{v}) constructs the cross product of \\spad{u} and \\spad{v}. Error: if \\spad{u} and \\spad{v} are not of length 3.")) (|outerProduct| (((|Matrix| |#1|) $ $) "\\spad{outerProduct(u,v)} constructs the matrix whose (\\spad{i},{}\\spad{j})\\spad{'}th element is \\spad{u}(\\spad{i})*v(\\spad{j}).")) (|dot| ((|#1| $ $) "\\spad{dot(x,y)} computes the inner product of the two vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")) (* (($ $ |#1|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#1| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.") (($ (|Integer|) $) "\\spad{n * y} multiplies each component of the vector \\spad{y} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x - y} returns the component-wise difference of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.") (($ $) "\\spad{-x} negates all components of the vector \\spad{x}.")) (|zero| (($ (|NonNegativeInteger|)) "\\spad{zero(n)} creates a zero vector of length \\spad{n}.")) (+ (($ $ $) "\\spad{x + y} returns the component-wise sum of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")))
-((-4510 . T) (-4509 . T))
+((-4511 . T) (-4510 . T))
NIL
-(-1298 R)
+(-1299 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.")))
-((-4510 . T) (-4509 . T))
-((-2191 (-12 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2191 (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2191 (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-871))) (-2191 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| (-560) (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1080))) (-12 (|HasCategory| |#1| (QUOTE (-1033))) (|HasCategory| |#1| (QUOTE (-1080)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1132))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
-(-1299 A B)
+((-4511 . T) (-4510 . T))
+((-2309 (-12 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|))))) (-2309 (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888))))) (|HasCategory| |#1| (|%list| (QUOTE -633) (QUOTE (-549)))) (-2309 (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| |#1| (QUOTE (-872))) (-2309 (|HasCategory| |#1| (QUOTE (-102))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133)))) (|HasCategory| (-560) (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-748))) (|HasCategory| |#1| (QUOTE (-1081))) (-12 (|HasCategory| |#1| (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-1081)))) (|HasCategory| |#1| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#1| (QUOTE (-102))) (-12 (|HasCategory| |#1| (QUOTE (-1133))) (|HasCategory| |#1| (|%list| (QUOTE -321) (|devaluate| |#1|)))))
+(-1300 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
-(-1300)
+(-1301)
((|constructor| (NIL "ViewportPackage provides functions for creating GraphImages and TwoDimensionalViewports from lists of lists of points.")) (|coerce| (((|TwoDimensionalViewport|) (|GraphImage|)) "\\spad{coerce(gi)} converts the indicated \\spadtype{GraphImage},{} \\spad{gi},{} into the \\spadtype{TwoDimensionalViewport} form.")) (|drawCurves| (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],[p1],...,[pn]],[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught pn,{} using the options specified in the list \\spad{options}.") (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],[p1],...,[pn]],ptColor,lineColor,ptSize,[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught pn,{} using the options specified in the list \\spad{options}. The point color is specified by \\spad{ptColor},{} the line color is specified by \\spad{lineColor},{} and the point size is specified by \\spad{ptSize}.")) (|graphCurves| (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],[p1],...,[pn]],[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught pn,{} using the options specified in the list \\spad{options}.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{graphCurves([[p0],[p1],...,[pn]])} creates a \\spadtype{GraphImage} from the list of lists of points indicated by \\spad{p0} through pn.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],[p1],...,[pn]],ptColor,lineColor,ptSize,[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught pn,{} using the options specified in the list \\spad{options}. The graph point color is specified by \\spad{ptColor},{} the graph line color is specified by \\spad{lineColor},{} and the size of the points is specified by \\spad{ptSize}.")))
NIL
NIL
-(-1301)
+(-1302)
((|constructor| (NIL "TwoDimensionalViewport creates viewports to display graphs.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(v)} returns the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport} as output of the domain \\spadtype{OutputForm}.")) (|key| (((|Integer|) $) "\\spad{key(v)} returns the process ID number of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|reset| (((|Void|) $) "\\spad{reset(v)} sets the current state of the graph characteristics of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} back to their initial settings.")) (|write| (((|String|) $ (|String|) (|List| (|String|))) "\\spad{write(v,s,lf)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and the optional file types indicated by the list \\spad{lf}.") (((|String|) $ (|String|) (|String|)) "\\spad{write(v,s,f)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and an optional file type \\spad{f}.") (((|String|) $ (|String|)) "\\spad{write(v,s)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v}.")) (|resize| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{resize(v,w,h)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with a width of \\spad{w} and a height of \\spad{h},{} keeping the upper left-hand corner position unchanged.")) (|update| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{update(v,gr,n)} drops the graph \\spad{gr} in slot \\spad{n} of viewport \\spad{v}. The graph \\spad{gr} must have been transmitted already and acquired an integer key.")) (|move| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{move(v,x,y)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the upper left-hand corner of the viewport window at the screen coordinate position \\spad{x},{} \\spad{y}.")) (|show| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{show(v,n,s)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the graph if \\spad{s} is \"off\".")) (|translate| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{translate(v,n,dx,dy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} translated by \\spad{dx} in the \\spad{x}-coordinate direction from the center of the viewport,{} and by \\spad{dy} in the \\spad{y}-coordinate direction from the center. Setting \\spad{dx} and \\spad{dy} to \\spad{0} places the center of the graph at the center of the viewport.")) (|scale| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{scale(v,n,sx,sy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} scaled by the factor \\spad{sx} in the \\spad{x}-coordinate direction and by the factor \\spad{sy} in the \\spad{y}-coordinate direction.")) (|dimensions| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{dimensions(v,x,y,width,height)} sets the position of the upper left-hand corner of the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to the window coordinate \\spad{x},{} \\spad{y},{} and sets the dimensions of the window to that of \\spad{width},{} \\spad{height}. The new dimensions are not displayed until the function \\spadfun{makeViewport2D} is executed again for \\spad{v}.")) (|close| (((|Void|) $) "\\spad{close(v)} closes the viewport window of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and terminates the corresponding process ID.")) (|controlPanel| (((|Void|) $ (|String|)) "\\spad{controlPanel(v,s)} displays the control panel of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or hides the control panel if \\spad{s} is \"off\".")) (|connect| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{connect(v,n,s)} displays the lines connecting the graph points in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the lines if \\spad{s} is \"off\".")) (|region| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{region(v,n,s)} displays the bounding box of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the bounding box if \\spad{s} is \"off\".")) (|points| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{points(v,n,s)} displays the points of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the points if \\spad{s} is \"off\".")) (|units| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{units(v,n,c)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the units color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{units(v,n,s)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the units if \\spad{s} is \"off\".")) (|axes| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{axes(v,n,c)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the axes color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{axes(v,n,s)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the axes if \\spad{s} is \"off\".")) (|getGraph| (((|GraphImage|) $ (|PositiveInteger|)) "\\spad{getGraph(v,n)} returns the graph which is of the domain \\spadtype{GraphImage} which is located in graph field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of the domain \\spadtype{TwoDimensionalViewport}.")) (|putGraph| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{putGraph(v,gi,n)} sets the graph field indicated by \\spad{n},{} of the indicated two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to be the graph,{} \\spad{gi} of domain \\spadtype{GraphImage}. The contents of viewport,{} \\spad{v},{} will contain \\spad{gi} when the function \\spadfun{makeViewport2D} is called to create the an updated viewport \\spad{v}.")) (|title| (((|Void|) $ (|String|)) "\\spad{title(v,s)} changes the title which is shown in the two-dimensional viewport window,{} \\spad{v} of domain \\spadtype{TwoDimensionalViewport}.")) (|graphs| (((|Vector| (|Union| (|GraphImage|) "undefined")) $) "\\spad{graphs(v)} returns a vector,{} or list,{} which is a union of all the graphs,{} of the domain \\spadtype{GraphImage},{} which are allocated for the two-dimensional viewport,{} \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport}. Those graphs which have no data are labeled \"undefined\",{} otherwise their contents are shown.")) (|graphStates| (((|Vector| (|Record| (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)) (|:| |points| (|Integer|)) (|:| |connect| (|Integer|)) (|:| |spline| (|Integer|)) (|:| |axes| (|Integer|)) (|:| |axesColor| (|Palette|)) (|:| |units| (|Integer|)) (|:| |unitsColor| (|Palette|)) (|:| |showing| (|Integer|)))) $) "\\spad{graphStates(v)} returns and shows a listing of a record containing the current state of the characteristics of each of the ten graph records in the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|graphState| (((|Void|) $ (|PositiveInteger|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Palette|) (|Integer|) (|Palette|) (|Integer|)) "\\spad{graphState(v,num,sX,sY,dX,dY,pts,lns,box,axes,axesC,un,unC,cP)} sets the state of the characteristics for the graph indicated by \\spad{num} in the given two-dimensional viewport \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport},{} to the values given as parameters. The scaling of the graph in the \\spad{x} and \\spad{y} component directions is set to be \\spad{sX} and \\spad{sY}; the window translation in the \\spad{x} and \\spad{y} component directions is set to be \\spad{dX} and \\spad{dY}; The graph points,{} lines,{} bounding \\spad{box},{} \\spad{axes},{} or units will be shown in the viewport if their given parameters \\spad{pts},{} \\spad{lns},{} \\spad{box},{} \\spad{axes} or \\spad{un} are set to be \\spad{1},{} but will not be shown if they are set to \\spad{0}. The color of the \\spad{axes} and the color of the units are indicated by the palette colors \\spad{axesC} and \\spad{unC} respectively. To display the control panel when the viewport window is displayed,{} set \\spad{cP} to \\spad{1},{} otherwise set it to \\spad{0}.")) (|options| (($ $ (|List| (|DrawOption|))) "\\spad{options(v,lopt)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns \\spad{v} with it's draw options modified to be those which are indicated in the given list,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (((|List| (|DrawOption|)) $) "\\spad{options(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns a list containing the draw options from the domain \\spadtype{DrawOption} for \\spad{v}.")) (|makeViewport2D| (($ (|GraphImage|) (|List| (|DrawOption|))) "\\spad{makeViewport2D(gi,lopt)} creates and displays a viewport window of the domain \\spadtype{TwoDimensionalViewport} whose graph field is assigned to be the given graph,{} \\spad{gi},{} of domain \\spadtype{GraphImage},{} and whose options field is set to be the list of options,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (($ $) "\\spad{makeViewport2D(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and displays a viewport window on the screen which contains the contents of \\spad{v}.")) (|viewport2D| (($) "\\spad{viewport2D()} returns an undefined two-dimensional viewport of the domain \\spadtype{TwoDimensionalViewport} whose contents are empty.")) (|getPickedPoints| (((|List| (|Point| (|DoubleFloat|))) $) "\\spad{getPickedPoints(x)} returns a list of small floats for the points the user interactively picked on the viewport for full integration into the system,{} some design issues need to be addressed: \\spadignore{e.g.} how to go through the GraphImage interface,{} how to default to graphs,{} etc.")))
NIL
NIL
-(-1302)
+(-1303)
((|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
-(-1303)
+(-1304)
((|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
-(-1304)
+(-1305)
((|constructor| (NIL "This type is used when no value is needed,{} \\spadignore{e.g.} in the \\spad{then} part of a one armed \\spad{if}. All values can be coerced to type Void. Once a value has been coerced to Void,{} it cannot be recovered.")) (|void| (($) "\\spad{void()} produces a void object.")))
NIL
NIL
-(-1305 A S)
+(-1306 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
-(-1306 S)
+(-1307 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}.")))
-((-4504 . T) (-4503 . T))
+((-4505 . T) (-4504 . T))
NIL
-(-1307 R)
+(-1308 R)
((|constructor| (NIL "This package implements the Weierstrass preparation theorem \\spad{f} or multivariate power series. weierstrass(\\spad{v},{}\\spad{p}) where \\spad{v} is a variable,{} and \\spad{p} is a TaylorSeries(\\spad{R}) in which the terms of lowest degree \\spad{s} must include c*v**s where \\spad{c} is a constant,{}\\spad{s>0},{} is a list of TaylorSeries coefficients A[\\spad{i}] of the equivalent polynomial A = A[0] + A[1]*v + A[2]\\spad{*v**2} + ... + A[\\spad{s}-1]*v**(\\spad{s}-1) + v**s such that p=A*B ,{} \\spad{B} being a TaylorSeries of minimum degree 0")) (|qqq| (((|Mapping| (|Stream| (|TaylorSeries| |#1|)) (|Stream| (|TaylorSeries| |#1|))) (|NonNegativeInteger|) (|TaylorSeries| |#1|) (|Stream| (|TaylorSeries| |#1|))) "\\spad{qqq(n,s,st)} is used internally.")) (|weierstrass| (((|List| (|TaylorSeries| |#1|)) (|Symbol|) (|TaylorSeries| |#1|)) "\\spad{weierstrass(v,ts)} where \\spad{v} is a variable and \\spad{ts} is \\indented{1}{a TaylorSeries,{} impements the Weierstrass Preparation} \\indented{1}{Theorem. The result is a list of TaylorSeries that} \\indented{1}{are the coefficients of the equivalent series.}")) (|clikeUniv| (((|Mapping| (|SparseUnivariatePolynomial| (|Polynomial| |#1|)) (|Polynomial| |#1|)) (|Symbol|)) "\\spad{clikeUniv(v)} is used internally.")) (|sts2stst| (((|Stream| (|Stream| (|Polynomial| |#1|))) (|Symbol|) (|Stream| (|Polynomial| |#1|))) "\\spad{sts2stst(v,s)} is used internally.")) (|cfirst| (((|Mapping| (|Stream| (|Polynomial| |#1|)) (|Stream| (|Polynomial| |#1|))) (|NonNegativeInteger|)) "\\spad{cfirst n} is used internally.")) (|crest| (((|Mapping| (|Stream| (|Polynomial| |#1|)) (|Stream| (|Polynomial| |#1|))) (|NonNegativeInteger|)) "\\spad{crest n} is used internally.")))
NIL
NIL
-(-1308 K R UP -1610)
+(-1309 K R UP -4346)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a framed algebra over \\spad{R}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")))
NIL
NIL
-(-1309)
+(-1310)
((|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
-(-1310)
+(-1311)
((|constructor| (NIL "This domain represents the `while' iterator syntax.")) (|condition| (((|SpadAst|) $) "\\spad{condition(i)} returns the condition of the while iterator `i'.")))
NIL
NIL
-(-1311 R |VarSet| E P |vl| |wl| |wtlevel|)
+(-1312 R |VarSet| E P |vl| |wl| |wtlevel|)
((|constructor| (NIL "This domain represents truncated weighted polynomials over a general (not necessarily commutative) polynomial type. The variables must be specified,{} as must the weights. The representation is sparse in the sense that only non-zero terms are represented.")) (|changeWeightLevel| (((|Void|) (|NonNegativeInteger|)) "\\spad{changeWeightLevel(n)} changes the weight level to the new value given: NB: previously calculated terms are not affected")) (/ (((|Union| $ "failed") $ $) "\\spad{x/y} division (only works if minimum weight of divisor is zero,{} and if \\spad{R} is a Field)")))
-((-4504 |has| |#1| (-175)) (-4503 |has| |#1| (-175)) (-4506 . T))
+((-4505 |has| |#1| (-175)) (-4504 |has| |#1| (-175)) (-4507 . T))
((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))))
-(-1312 R E V P)
+(-1313 R E V P)
((|constructor| (NIL "A domain constructor of the category \\axiomType{GeneralTriangularSet}. The only requirement for a list of polynomials to be a member of such a domain is the following: no polynomial is constant and two distinct polynomials have distinct main variables. Such a triangular set may not be auto-reduced or consistent. The \\axiomOpFrom{construct}{WuWenTsunTriangularSet} operation does not check the previous requirement. Triangular sets are stored as sorted lists \\spad{w}.\\spad{r}.\\spad{t}. the main variables of their members. Furthermore,{} this domain exports operations dealing with the characteristic set method of Wu Wen Tsun and some optimizations mainly proposed by Dong Ming Wang.\\newline References : \\indented{1}{[1] \\spad{W}. \\spad{T}. WU \"A Zero Structure Theorem for polynomial equations solving\"} \\indented{6}{MM Research Preprints,{} 1987.} \\indented{1}{[2] \\spad{D}. \\spad{M}. WANG \"An implementation of the characteristic set method in Maple\"} \\indented{6}{Proc. \\spad{DISCO'92}. Bath,{} England.}")) (|characteristicSerie| (((|List| $) (|List| |#4|)) "\\axiom{characteristicSerie(ps)} returns the same as \\axiom{characteristicSerie(ps,{}initiallyReduced?,{}initiallyReduce)}.") (((|List| $) (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{characteristicSerie(ps,{}redOp?,{}redOp)} returns a list \\axiom{lts} of triangular sets such that the zero set of \\axiom{ps} is the union of the regular zero sets of the members of \\axiom{lts}. This is made by the Ritt and Wu Wen Tsun process applying the operation \\axiom{characteristicSet(ps,{}redOp?,{}redOp)} to compute characteristic sets in Wu Wen Tsun sense.")) (|characteristicSet| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{characteristicSet(ps)} returns the same as \\axiom{characteristicSet(ps,{}initiallyReduced?,{}initiallyReduce)}.") (((|Union| $ "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{characteristicSet(ps,{}redOp?,{}redOp)} returns a non-contradictory characteristic set of \\axiom{ps} in Wu Wen Tsun sense \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?} (using \\axiom{redOp} to reduce polynomials \\spad{w}.\\spad{r}.\\spad{t} a \\axiom{redOp?} basic set),{} if no non-zero constant polynomial appear during those reductions,{} else \\axiom{\"failed\"} is returned. The operations \\axiom{redOp} and \\axiom{redOp?} must satisfy the following conditions: \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} holds for every polynomials \\axiom{\\spad{p},{}\\spad{q}} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that we have \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|medialSet| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{medial(ps)} returns the same as \\axiom{medialSet(ps,{}initiallyReduced?,{}initiallyReduce)}.") (((|Union| $ "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{medialSet(ps,{}redOp?,{}redOp)} returns \\axiom{bs} a basic set (in Wu Wen Tsun sense \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?}) of some set generating the same ideal as \\axiom{ps} (with rank not higher than any basic set of \\axiom{ps}),{} if no non-zero constant polynomials appear during the computatioms,{} else \\axiom{\"failed\"} is returned. In the former case,{} \\axiom{bs} has to be understood as a candidate for being a characteristic set of \\axiom{ps}. In the original algorithm,{} \\axiom{bs} is simply a basic set of \\axiom{ps}.")))
-((-4510 . T) (-4509 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1132))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-887)))) (|HasCategory| |#4| (QUOTE (-102))))
-(-1313 R)
+((-4511 . T) (-4510 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#4| (|%list| (QUOTE -321) (|devaluate| |#4|)))) (|HasCategory| |#4| (|%list| (QUOTE -633) (QUOTE (-549)))) (|HasCategory| |#4| (QUOTE (-1133))) (|HasCategory| |#1| (QUOTE (-571))) (|HasCategory| |#3| (QUOTE (-381))) (|HasCategory| |#4| (|%list| (QUOTE -632) (QUOTE (-888)))) (|HasCategory| |#4| (QUOTE (-102))))
+(-1314 R)
((|constructor| (NIL "This is the category of algebras over non-commutative rings. It is used by constructors of non-commutative algebras such as: \\indented{4}{\\spadtype{XPolynomialRing}.} \\indented{4}{\\spadtype{XFreeAlgebra}} Author: Michel Petitot (petitot@lifl.fr)")))
-((-4503 . T) (-4504 . T) (-4506 . T))
+((-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1314 |vl| R)
+(-1315 |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.")))
-((-4506 . T) (-4502 |has| |#2| (-6 -4502)) (-4504 . T) (-4503 . T))
-((|HasCategory| |#2| (QUOTE (-175))) (|HasAttribute| |#2| (QUOTE -4502)))
-(-1315 R |VarSet| XPOLY)
+((-4507 . T) (-4503 |has| |#2| (-6 -4503)) (-4505 . T) (-4504 . T))
+((|HasCategory| |#2| (QUOTE (-175))) (|HasAttribute| |#2| (QUOTE -4503)))
+(-1316 R |VarSet| XPOLY)
((|constructor| (NIL "This package provides computations of logarithms and exponentials for polynomials in non-commutative variables. \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|Hausdorff| ((|#3| |#3| |#3| (|NonNegativeInteger|)) "\\axiom{Hausdorff(a,{}\\spad{b},{}\\spad{n})} returns log(exp(a)*exp(\\spad{b})) truncated at order \\axiom{\\spad{n}}.")) (|log| ((|#3| |#3| (|NonNegativeInteger|)) "\\axiom{log(\\spad{p},{} \\spad{n})} returns the logarithm of \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")) (|exp| ((|#3| |#3| (|NonNegativeInteger|)) "\\axiom{exp(\\spad{p},{} \\spad{n})} returns the exponential of \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")))
NIL
NIL
-(-1316 S -1610)
+(-1317 S -4346)
((|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 (-381))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-149))))
-(-1317 -1610)
+(-1318 -4346)
((|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}.")))
-((-4501 . T) (-4507 . T) (-4502 . T) ((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+((-4502 . T) (-4508 . T) (-4503 . T) ((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
-(-1318 |vl| R)
+(-1319 |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}.")))
-((-4502 |has| |#2| (-6 -4502)) (-4504 . T) (-4503 . T) (-4506 . T))
+((-4503 |has| |#2| (-6 -4503)) (-4505 . T) (-4504 . T) (-4507 . T))
NIL
-(-1319 |VarSet| R)
+(-1320 |VarSet| R)
((|constructor| (NIL "This domain constructor implements polynomials in non-commutative variables written in the Poincare-Birkhoff-Witt basis from the Lyndon basis. These polynomials can be used to compute Baker-Campbell-Hausdorff relations. \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|log| (($ $ (|NonNegativeInteger|)) "\\axiom{log(\\spad{p},{}\\spad{n})} returns the logarithm of \\axiom{\\spad{p}} (truncated up to order \\axiom{\\spad{n}}).")) (|exp| (($ $ (|NonNegativeInteger|)) "\\axiom{exp(\\spad{p},{}\\spad{n})} returns the exponential of \\axiom{\\spad{p}} (truncated up to order \\axiom{\\spad{n}}).")) (|product| (($ $ $ (|NonNegativeInteger|)) "\\axiom{product(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a*b} (truncated up to order \\axiom{\\spad{n}}).")) (|LiePolyIfCan| (((|Union| (|LiePolynomial| |#1| |#2|) "failed") $) "\\axiom{LiePolyIfCan(\\spad{p})} return \\axiom{\\spad{p}} if \\axiom{\\spad{p}} is a Lie polynomial.")) (|coerce| (((|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}} as a recursive polynomial.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}} as a distributed polynomial.") (($ (|LiePolynomial| |#1| |#2|)) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}}.")))
-((-4502 |has| |#2| (-6 -4502)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -739) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasAttribute| |#2| (QUOTE -4502)))
-(-1320 R)
+((-4503 |has| |#2| (-6 -4503)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-175))) (|HasCategory| |#2| (|%list| (QUOTE -739) (|%list| (QUOTE -421) (QUOTE (-560))))) (|HasAttribute| |#2| (QUOTE -4503)))
+(-1321 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.")))
-((-4502 |has| |#1| (-6 -4502)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#1| (QUOTE (-175))) (|HasAttribute| |#1| (QUOTE -4502)))
-(-1321 |vl| R)
+((-4503 |has| |#1| (-6 -4503)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#1| (QUOTE (-175))) (|HasAttribute| |#1| (QUOTE -4503)))
+(-1322 |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}.")))
-((-4502 |has| |#2| (-6 -4502)) (-4504 . T) (-4503 . T) (-4506 . T))
+((-4503 |has| |#2| (-6 -4503)) (-4505 . T) (-4504 . T) (-4507 . T))
NIL
-(-1322 R E)
+(-1323 R E)
((|constructor| (NIL "This domain represents generalized polynomials with coefficients (from a not necessarily commutative ring),{} and words belonging to an arbitrary \\spadtype{OrderedMonoid}. This type is used,{} for instance,{} by the \\spadtype{XDistributedPolynomial} domain constructor where the Monoid is free.")) (|canonicalUnitNormal| ((|attribute|) "canonicalUnitNormal guarantees that the function unitCanonical returns the same representative for all associates of any particular element.")) (/ (($ $ |#1|) "\\spad{p/r} returns \\spad{p*(1/r)}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,x)} returns \\spad{Sum(fn(r_i) w_i)} if \\spad{x} writes \\spad{Sum(r_i w_i)}.")) (|quasiRegular| (($ $) "\\spad{quasiRegular(x)} return \\spad{x} minus its constant term.")) (|quasiRegular?| (((|Boolean|) $) "\\spad{quasiRegular?(x)} return \\spad{true} if \\spad{constant(p)} is zero.")) (|constant| ((|#1| $) "\\spad{constant(p)} return the constant term of \\spad{p}.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(p)} tests whether the polynomial \\spad{p} belongs to the coefficient ring.")) (|coef| ((|#1| $ |#2|) "\\spad{coef(p,e)} extracts the coefficient of the monomial \\spad{e}. Returns zero if \\spad{e} is not present.")) (|reductum| (($ $) "\\spad{reductum(p)} returns \\spad{p} minus its leading term. An error is produced if \\spad{p} is zero.")) (|mindeg| ((|#2| $) "\\spad{mindeg(p)} returns the smallest word occurring in the polynomial \\spad{p} with a non-zero coefficient. An error is produced if \\spad{p} is zero.")) (|maxdeg| ((|#2| $) "\\spad{maxdeg(p)} returns the greatest word occurring in the polynomial \\spad{p} with a non-zero coefficient. An error is produced if \\spad{p} is zero.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# p} returns the number of terms in \\spad{p}.")) (* (($ $ |#1|) "\\spad{p*r} returns the product of \\spad{p} by \\spad{r}.")))
-((-4506 . T) (-4507 |has| |#1| (-6 -4507)) (-4502 |has| |#1| (-6 -4502)) (-4504 . T) (-4503 . T))
-((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4506)) (|HasAttribute| |#1| (QUOTE -4507)) (|HasAttribute| |#1| (QUOTE -4502)))
-(-1323 |VarSet| R)
+((-4507 . T) (-4508 |has| |#1| (-6 -4508)) (-4503 |has| |#1| (-6 -4503)) (-4505 . T) (-4504 . T))
+((|HasCategory| |#1| (QUOTE (-175))) (|HasCategory| |#1| (QUOTE (-376))) (|HasAttribute| |#1| (QUOTE -4507)) (|HasAttribute| |#1| (QUOTE -4508)) (|HasAttribute| |#1| (QUOTE -4503)))
+(-1324 |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.")))
-((-4502 |has| |#2| (-6 -4502)) (-4504 . T) (-4503 . T) (-4506 . T))
-((|HasCategory| |#2| (QUOTE (-175))) (|HasAttribute| |#2| (QUOTE -4502)))
-(-1324)
+((-4503 |has| |#2| (-6 -4503)) (-4505 . T) (-4504 . T) (-4507 . T))
+((|HasCategory| |#2| (QUOTE (-175))) (|HasAttribute| |#2| (QUOTE -4503)))
+(-1325)
((|constructor| (NIL "This domain provides representations of Young diagrams.")) (|shape| (((|Partition|) $) "\\spad{shape x} returns the partition shaping \\spad{x}.")) (|youngDiagram| (($ (|List| (|PositiveInteger|))) "\\spad{youngDiagram l} returns an object representing a Young diagram with shape given by the list of integers \\spad{l}")))
NIL
NIL
-(-1325 A)
+(-1326 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
-(-1326 R |ls| |ls2|)
+(-1327 R |ls| |ls2|)
((|constructor| (NIL "A package for computing symbolically the complex and real roots of zero-dimensional algebraic systems over the integer or rational numbers. Complex roots are given by means of univariate representations of irreducible regular chains. Real roots are given by means of tuples of coordinates lying in the \\spadtype{RealClosure} of the coefficient ring. This constructor takes three arguments. The first one \\spad{R} is the coefficient ring. The second one \\spad{ls} is the list of variables involved in the systems to solve. The third one must be \\spad{concat(ls,s)} where \\spad{s} is an additional symbol used for the univariate representations. WARNING: The third argument is not checked. All operations are based on triangular decompositions. The default is to compute these decompositions directly from the input system by using the \\spadtype{RegularChain} domain constructor. The lexTriangular algorithm can also be used for computing these decompositions (see the \\spadtype{LexTriangularPackage} package constructor). For that purpose,{} the operations \\axiomOpFrom{univariateSolve}{ZeroDimensionalSolvePackage},{} \\axiomOpFrom{realSolve}{ZeroDimensionalSolvePackage} and \\axiomOpFrom{positiveSolve}{ZeroDimensionalSolvePackage} admit an optional argument. \\newline Author: Marc Moreno Maza.")) (|convert| (((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|))) (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#3|)) (|OrderedVariableList| |#3|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)))) "\\spad{convert(st)} returns the members of \\spad{st}. ") (((|SparseUnivariatePolynomial| (|RealClosure| (|Fraction| |#1|))) (|SparseUnivariatePolynomial| |#1|)) "\\spad{convert(u)} converts \\spad{u}.") (((|Polynomial| (|RealClosure| (|Fraction| |#1|))) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|))) "\\spad{convert(q)} converts \\spad{q}.") (((|Polynomial| (|RealClosure| (|Fraction| |#1|))) (|Polynomial| |#1|)) "\\spad{convert(p)} converts \\spad{p}.") (((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) "\\spad{convert(q)} converts \\spad{q}.")) (|squareFree| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#3|)) (|OrderedVariableList| |#3|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)))) (|RegularChain| |#1| |#2|)) "\\spad{squareFree(ts)} returns the square-free factorization of \\spad{ts}. Moreover,{} each factor is a Lazard triangular set and the decomposition is a Kalkbrener split of \\spad{ts},{} which is enough here for the matter of solving zero-dimensional algebraic systems. WARNING: \\spad{ts} is not checked to be zero-dimensional.")) (|positiveSolve| (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|))) "\\spad{positiveSolve(lp)} returns the same as \\spad{positiveSolve(lp,false,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{positiveSolve(lp)} returns the same as \\spad{positiveSolve(lp,info?,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{positiveSolve(lp,info?,lextri?)} returns the set of the points in the variety associated with \\spad{lp} whose coordinates are (real) strictly positive. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during decomposition into regular chains. If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}. WARNING: For each set of coordinates given by \\spad{positiveSolve(lp,info?,lextri?)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|RegularChain| |#1| |#2|)) "\\spad{positiveSolve(ts)} returns the points of the regular set of \\spad{ts} with (real) strictly positive coordinates.")) (|realSolve| (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|))) "\\spad{realSolve(lp)} returns the same as \\spad{realSolve(ts,false,false,false)}") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{realSolve(ts,info?)} returns the same as \\spad{realSolve(ts,info?,false,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{realSolve(ts,info?,check?)} returns the same as \\spad{realSolve(ts,info?,check?,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{realSolve(ts,info?,check?,lextri?)} returns the set of the points in the variety associated with \\spad{lp} whose coordinates are all real. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during decomposition into regular chains. If \\spad{check?} is \\spad{true} then the result is checked. If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(lp,{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}. WARNING: For each set of coordinates given by \\spad{realSolve(ts,info?,check?,lextri?)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|RegularChain| |#1| |#2|)) "\\spad{realSolve(ts)} returns the set of the points in the regular zero set of \\spad{ts} whose coordinates are all real. WARNING: For each set of coordinates given by \\spad{realSolve(ts)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.")) (|univariateSolve| (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{univariateSolve(lp)} returns the same as \\spad{univariateSolve(lp,false,false,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{univariateSolve(lp,info?)} returns the same as \\spad{univariateSolve(lp,info?,false,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{univariateSolve(lp,info?,check?)} returns the same as \\spad{univariateSolve(lp,info?,check?,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{univariateSolve(lp,info?,check?,lextri?)} returns a univariate representation of the variety associated with \\spad{lp}. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during the decomposition into regular chains. If \\spad{check?} is \\spad{true} then the result is checked. See \\axiomOpFrom{rur}{RationalUnivariateRepresentationPackage}(\\spad{lp},{}\\spad{true}). If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|RegularChain| |#1| |#2|)) "\\spad{univariateSolve(ts)} returns a univariate representation of \\spad{ts}. See \\axiomOpFrom{rur}{RationalUnivariateRepresentationPackage}(lp,{}\\spad{true}).")) (|triangSolve| (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|))) "\\spad{triangSolve(lp)} returns the same as \\spad{triangSolve(lp,false,false)}") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{triangSolve(lp,info?)} returns the same as \\spad{triangSolve(lp,false)}") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{triangSolve(lp,info?,lextri?)} decomposes the variety associated with \\axiom{\\spad{lp}} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{\\spad{lp}} needs to generate a zero-dimensional ideal. If \\axiom{\\spad{lp}} is not zero-dimensional then the result is only a decomposition of its zero-set in the sense of the closure (\\spad{w}.\\spad{r}.\\spad{t}. Zarisky topology). Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during the computations. See \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory}(\\spad{lp},{}\\spad{true},{}\\spad{info?}). If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}.")))
NIL
NIL
-(-1327 R)
+(-1328 R)
((|constructor| (NIL "Test for linear dependence over the integers.")) (|solveLinearlyOverQ| (((|Union| (|Vector| (|Fraction| (|Integer|))) "failed") (|Vector| |#1|) |#1|) "\\spad{solveLinearlyOverQ([v1,...,vn], u)} returns \\spad{[c1,...,cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such rational numbers \\spad{ci}'s exist.")) (|linearDependenceOverZ| (((|Union| (|Vector| (|Integer|)) "failed") (|Vector| |#1|)) "\\spad{linearlyDependenceOverZ([v1,...,vn])} returns \\spad{[c1,...,cn]} if \\spad{c1*v1 + ... + cn*vn = 0} and not all the \\spad{ci}'s are 0,{} \"failed\" if the \\spad{vi}'s are linearly independent over the integers.")) (|linearlyDependentOverZ?| (((|Boolean|) (|Vector| |#1|)) "\\spad{linearlyDependentOverZ?([v1,...,vn])} returns \\spad{true} if the \\spad{vi}'s are linearly dependent over the integers,{} \\spad{false} otherwise.")))
NIL
NIL
-(-1328 |p|)
+(-1329 |p|)
((|constructor| (NIL "IntegerMod(\\spad{n}) creates the ring of integers reduced modulo the integer \\spad{n}.")))
-(((-4511 "*") . T) (-4503 . T) (-4504 . T) (-4506 . T))
+(((-4512 "*") . T) (-4504 . T) (-4505 . T) (-4507 . T))
NIL
NIL
NIL
@@ -5260,4 +5264,4 @@ NIL
NIL
NIL
NIL
-((-3 NIL 2294582 2294587 2294592 2294597) (-2 NIL 2294562 2294567 2294572 2294577) (-1 NIL 2294542 2294547 2294552 2294557) (0 NIL 2294522 2294527 2294532 2294537) (-1328 "ZMOD.spad" 2294331 2294344 2294460 2294517) (-1327 "ZLINDEP.spad" 2293429 2293440 2294321 2294326) (-1326 "ZDSOLVE.spad" 2283389 2283411 2293419 2293424) (-1325 "YSTREAM.spad" 2282884 2282895 2283379 2283384) (-1324 "YDIAGRAM.spad" 2282518 2282527 2282874 2282879) (-1323 "XRPOLY.spad" 2281738 2281758 2282374 2282443) (-1322 "XPR.spad" 2279533 2279546 2281456 2281555) (-1321 "XPOLYC.spad" 2278852 2278868 2279459 2279528) (-1320 "XPOLY.spad" 2278407 2278418 2278708 2278777) (-1319 "XPBWPOLY.spad" 2276846 2276866 2278181 2278250) (-1318 "XFALG.spad" 2273894 2273910 2276772 2276841) (-1317 "XF.spad" 2272357 2272372 2273796 2273889) (-1316 "XF.spad" 2270800 2270817 2272241 2272246) (-1315 "XEXPPKG.spad" 2270059 2270085 2270790 2270795) (-1314 "XDPOLY.spad" 2269673 2269689 2269915 2269984) (-1313 "XALG.spad" 2269341 2269352 2269629 2269668) (-1312 "WUTSET.spad" 2265311 2265328 2268942 2268969) (-1311 "WP.spad" 2264518 2264562 2265169 2265236) (-1310 "WHILEAST.spad" 2264316 2264325 2264508 2264513) (-1309 "WHEREAST.spad" 2263987 2263996 2264306 2264311) (-1308 "WFFINTBS.spad" 2261650 2261672 2263977 2263982) (-1307 "WEIER.spad" 2259872 2259883 2261640 2261645) (-1306 "VSPACE.spad" 2259545 2259556 2259840 2259867) (-1305 "VSPACE.spad" 2259238 2259251 2259535 2259540) (-1304 "VOID.spad" 2258915 2258924 2259228 2259233) (-1303 "VIEWDEF.spad" 2254116 2254125 2258905 2258910) (-1302 "VIEW3D.spad" 2238077 2238086 2254106 2254111) (-1301 "VIEW2D.spad" 2225976 2225985 2238067 2238072) (-1300 "VIEW.spad" 2223696 2223705 2225966 2225971) (-1299 "VECTOR2.spad" 2222335 2222348 2223686 2223691) (-1298 "VECTOR.spad" 2220835 2220846 2221086 2221113) (-1297 "VECTCAT.spad" 2218747 2218758 2220803 2220830) (-1296 "VECTCAT.spad" 2216466 2216479 2218524 2218529) (-1295 "VARIABLE.spad" 2216246 2216261 2216456 2216461) (-1294 "UTYPE.spad" 2215890 2215899 2216236 2216241) (-1293 "UTSODETL.spad" 2215185 2215209 2215846 2215851) (-1292 "UTSODE.spad" 2213401 2213421 2215175 2215180) (-1291 "UTSCAT.spad" 2210880 2210896 2213299 2213396) (-1290 "UTSCAT.spad" 2207979 2207997 2210400 2210405) (-1289 "UTS2.spad" 2207574 2207609 2207969 2207974) (-1288 "UTS.spad" 2202452 2202480 2205972 2206069) (-1287 "URAGG.spad" 2197173 2197184 2202442 2202447) (-1286 "URAGG.spad" 2191858 2191871 2197129 2197134) (-1285 "UPXSSING.spad" 2189476 2189502 2190912 2191045) (-1284 "UPXSCONS.spad" 2187154 2187174 2187527 2187676) (-1283 "UPXSCCA.spad" 2185725 2185745 2187000 2187149) (-1282 "UPXSCCA.spad" 2184438 2184460 2185715 2185720) (-1281 "UPXSCAT.spad" 2183027 2183043 2184284 2184433) (-1280 "UPXS2.spad" 2182570 2182623 2183017 2183022) (-1279 "UPXS.spad" 2179785 2179813 2180621 2180770) (-1278 "UPSQFREE.spad" 2178199 2178213 2179775 2179780) (-1277 "UPSCAT.spad" 2175994 2176018 2178097 2178194) (-1276 "UPSCAT.spad" 2173474 2173500 2175579 2175584) (-1275 "UPOLYC2.spad" 2172945 2172964 2173464 2173469) (-1274 "UPOLYC.spad" 2168025 2168036 2172787 2172940) (-1273 "UPOLYC.spad" 2162991 2163004 2167755 2167760) (-1272 "UPMP.spad" 2161923 2161936 2162981 2162986) (-1271 "UPDIVP.spad" 2161488 2161502 2161913 2161918) (-1270 "UPDECOMP.spad" 2159749 2159763 2161478 2161483) (-1269 "UPCDEN.spad" 2158966 2158982 2159739 2159744) (-1268 "UP2.spad" 2158330 2158351 2158956 2158961) (-1267 "UP.spad" 2155358 2155373 2155745 2155898) (-1266 "UNISEG2.spad" 2154855 2154868 2155314 2155319) (-1265 "UNISEG.spad" 2154208 2154219 2154774 2154779) (-1264 "UNIFACT.spad" 2153311 2153323 2154198 2154203) (-1263 "ULSCONS.spad" 2144223 2144243 2144593 2144742) (-1262 "ULSCCAT.spad" 2141960 2141980 2144069 2144218) (-1261 "ULSCCAT.spad" 2139805 2139827 2141916 2141921) (-1260 "ULSCAT.spad" 2138045 2138061 2139651 2139800) (-1259 "ULS2.spad" 2137559 2137612 2138035 2138040) (-1258 "ULS.spad" 2127130 2127158 2128075 2128504) (-1257 "UINT8.spad" 2127007 2127016 2127120 2127125) (-1256 "UINT64.spad" 2126883 2126892 2126997 2127002) (-1255 "UINT32.spad" 2126759 2126768 2126873 2126878) (-1254 "UINT16.spad" 2126635 2126644 2126749 2126754) (-1253 "UFD.spad" 2125700 2125709 2126561 2126630) (-1252 "UFD.spad" 2124827 2124838 2125690 2125695) (-1251 "UDVO.spad" 2123708 2123717 2124817 2124822) (-1250 "UDPO.spad" 2121289 2121300 2123664 2123669) (-1249 "TYPEAST.spad" 2121208 2121217 2121279 2121284) (-1248 "TYPE.spad" 2121140 2121149 2121198 2121203) (-1247 "TWOFACT.spad" 2119792 2119807 2121130 2121135) (-1246 "TUPLE.spad" 2119283 2119294 2119688 2119693) (-1245 "TUBETOOL.spad" 2116150 2116159 2119273 2119278) (-1244 "TUBE.spad" 2114797 2114814 2116140 2116145) (-1243 "TSETCAT.spad" 2102868 2102885 2114765 2114792) (-1242 "TSETCAT.spad" 2090925 2090944 2102824 2102829) (-1241 "TS.spad" 2089518 2089534 2090484 2090581) (-1240 "TRMANIP.spad" 2083882 2083899 2089206 2089211) (-1239 "TRIMAT.spad" 2082845 2082870 2083872 2083877) (-1238 "TRIGMNIP.spad" 2081372 2081389 2082835 2082840) (-1237 "TRIGCAT.spad" 2080884 2080893 2081362 2081367) (-1236 "TRIGCAT.spad" 2080394 2080405 2080874 2080879) (-1235 "TREE.spad" 2078840 2078851 2079872 2079899) (-1234 "TRANFUN.spad" 2078679 2078688 2078830 2078835) (-1233 "TRANFUN.spad" 2078516 2078527 2078669 2078674) (-1232 "TOPSP.spad" 2078190 2078199 2078506 2078511) (-1231 "TOOLSIGN.spad" 2077853 2077864 2078180 2078185) (-1230 "TEXTFILE.spad" 2076414 2076423 2077843 2077848) (-1229 "TEX1.spad" 2075970 2075981 2076404 2076409) (-1228 "TEX.spad" 2073164 2073173 2075960 2075965) (-1227 "TEMUTL.spad" 2072719 2072728 2073154 2073159) (-1226 "TBCMPPK.spad" 2070820 2070843 2072709 2072714) (-1225 "TBAGG.spad" 2069878 2069901 2070800 2070815) (-1224 "TBAGG.spad" 2068944 2068969 2069868 2069873) (-1223 "TANEXP.spad" 2068352 2068363 2068934 2068939) (-1222 "TALGOP.spad" 2068076 2068087 2068342 2068347) (-1221 "TABLEAU.spad" 2067557 2067568 2068066 2068071) (-1220 "TABLE.spad" 2065490 2065513 2065760 2065787) (-1219 "TABLBUMP.spad" 2062269 2062280 2065480 2065485) (-1218 "SYSTEM.spad" 2061497 2061506 2062259 2062264) (-1217 "SYSSOLP.spad" 2058980 2058991 2061487 2061492) (-1216 "SYSPTR.spad" 2058879 2058888 2058970 2058975) (-1215 "SYSNNI.spad" 2058102 2058113 2058869 2058874) (-1214 "SYSINT.spad" 2057506 2057517 2058092 2058097) (-1213 "SYNTAX.spad" 2053840 2053849 2057496 2057501) (-1212 "SYMTAB.spad" 2051908 2051917 2053830 2053835) (-1211 "SYMS.spad" 2047931 2047940 2051898 2051903) (-1210 "SYMPOLY.spad" 2046910 2046921 2046992 2047119) (-1209 "SYMFUNC.spad" 2046411 2046422 2046900 2046905) (-1208 "SYMBOL.spad" 2043906 2043915 2046401 2046406) (-1207 "SWITCH.spad" 2040677 2040686 2043896 2043901) (-1206 "SUTS.spad" 2037656 2037684 2039075 2039172) (-1205 "SUPXS.spad" 2034858 2034886 2035707 2035856) (-1204 "SUPFRACF.spad" 2033963 2033981 2034848 2034853) (-1203 "SUP2.spad" 2033355 2033368 2033953 2033958) (-1202 "SUP.spad" 2029997 2030008 2030770 2030923) (-1201 "SUMRF.spad" 2028971 2028982 2029987 2029992) (-1200 "SUMFS.spad" 2028600 2028617 2028961 2028966) (-1199 "SULS.spad" 2018158 2018186 2019116 2019545) (-1198 "SUCHTAST.spad" 2017927 2017936 2018148 2018153) (-1197 "SUCH.spad" 2017617 2017632 2017917 2017922) (-1196 "SUBSPACE.spad" 2009748 2009763 2017607 2017612) (-1195 "SUBRESP.spad" 2008918 2008932 2009704 2009709) (-1194 "STTFNC.spad" 2005386 2005402 2008908 2008913) (-1193 "STTF.spad" 2001485 2001501 2005376 2005381) (-1192 "STTAYLOR.spad" 1994130 1994141 2001360 2001365) (-1191 "STRTBL.spad" 1992145 1992162 1992294 1992321) (-1190 "STRING.spad" 1990911 1990920 1991132 1991159) (-1189 "STREAM3.spad" 1990484 1990499 1990901 1990906) (-1188 "STREAM2.spad" 1989612 1989625 1990474 1990479) (-1187 "STREAM1.spad" 1989318 1989329 1989602 1989607) (-1186 "STREAM.spad" 1986104 1986115 1988711 1988726) (-1185 "STINPROD.spad" 1985040 1985056 1986094 1986099) (-1184 "STEPAST.spad" 1984274 1984283 1985030 1985035) (-1183 "STEP.spad" 1983483 1983492 1984264 1984269) (-1182 "STBL.spad" 1981531 1981559 1981698 1981713) (-1181 "STAGG.spad" 1980606 1980617 1981521 1981526) (-1180 "STAGG.spad" 1979679 1979692 1980596 1980601) (-1179 "STACK.spad" 1978907 1978918 1979157 1979184) (-1178 "SRING.spad" 1978667 1978676 1978897 1978902) (-1177 "SREGSET.spad" 1976366 1976383 1978268 1978295) (-1176 "SRDCMPK.spad" 1974943 1974963 1976356 1976361) (-1175 "SRAGG.spad" 1970126 1970135 1974911 1974938) (-1174 "SRAGG.spad" 1965329 1965340 1970116 1970121) (-1173 "SQMATRIX.spad" 1962824 1962842 1963740 1963827) (-1172 "SPLTREE.spad" 1957290 1957303 1962086 1962113) (-1171 "SPLNODE.spad" 1953910 1953923 1957280 1957285) (-1170 "SPFCAT.spad" 1952719 1952728 1953900 1953905) (-1169 "SPECOUT.spad" 1951271 1951280 1952709 1952714) (-1168 "SPADXPT.spad" 1943362 1943371 1951261 1951266) (-1167 "spad-parser.spad" 1942827 1942836 1943352 1943357) (-1166 "SPADAST.spad" 1942528 1942537 1942817 1942822) (-1165 "SPACEC.spad" 1926743 1926754 1942518 1942523) (-1164 "SPACE3.spad" 1926519 1926530 1926733 1926738) (-1163 "SORTPAK.spad" 1926068 1926081 1926475 1926480) (-1162 "SOLVETRA.spad" 1923831 1923842 1926058 1926063) (-1161 "SOLVESER.spad" 1922287 1922298 1923821 1923826) (-1160 "SOLVERAD.spad" 1918313 1918324 1922277 1922282) (-1159 "SOLVEFOR.spad" 1916775 1916793 1918303 1918308) (-1158 "SNTSCAT.spad" 1916375 1916392 1916743 1916770) (-1157 "SMTS.spad" 1914657 1914683 1915934 1916031) (-1156 "SMP.spad" 1912060 1912080 1912450 1912577) (-1155 "SMITH.spad" 1910905 1910930 1912050 1912055) (-1154 "SMATCAT.spad" 1909023 1909053 1910849 1910900) (-1153 "SMATCAT.spad" 1907073 1907105 1908901 1908906) (-1152 "SKAGG.spad" 1906042 1906053 1907041 1907068) (-1151 "SINT.spad" 1904982 1904991 1905908 1906037) (-1150 "SIMPAN.spad" 1904710 1904719 1904972 1904977) (-1149 "SIGNRF.spad" 1903828 1903839 1904700 1904705) (-1148 "SIGNEF.spad" 1903107 1903124 1903818 1903823) (-1147 "SIGAST.spad" 1902524 1902533 1903097 1903102) (-1146 "SIG.spad" 1901886 1901895 1902514 1902519) (-1145 "SHP.spad" 1899830 1899845 1901842 1901847) (-1144 "SHDP.spad" 1887185 1887212 1887702 1887801) (-1143 "SGROUP.spad" 1886793 1886802 1887175 1887180) (-1142 "SGROUP.spad" 1886399 1886410 1886783 1886788) (-1141 "SGCF.spad" 1879538 1879547 1886389 1886394) (-1140 "SFRTCAT.spad" 1878484 1878501 1879506 1879533) (-1139 "SFRGCD.spad" 1877547 1877567 1878474 1878479) (-1138 "SFQCMPK.spad" 1872360 1872380 1877537 1877542) (-1137 "SFORT.spad" 1871799 1871813 1872350 1872355) (-1136 "SEXOF.spad" 1871642 1871682 1871789 1871794) (-1135 "SEXCAT.spad" 1869470 1869510 1871632 1871637) (-1134 "SEX.spad" 1869362 1869371 1869460 1869465) (-1133 "SETMN.spad" 1867820 1867837 1869352 1869357) (-1132 "SETCAT.spad" 1867305 1867314 1867810 1867815) (-1131 "SETCAT.spad" 1866788 1866799 1867295 1867300) (-1130 "SETAGG.spad" 1863337 1863348 1866768 1866783) (-1129 "SETAGG.spad" 1859894 1859907 1863327 1863332) (-1128 "SET.spad" 1858167 1858178 1859264 1859303) (-1127 "SEQAST.spad" 1857870 1857879 1858157 1858162) (-1126 "SEGXCAT.spad" 1857026 1857039 1857860 1857865) (-1125 "SEGCAT.spad" 1855951 1855962 1857016 1857021) (-1124 "SEGBIND2.spad" 1855649 1855662 1855941 1855946) (-1123 "SEGBIND.spad" 1855407 1855418 1855596 1855601) (-1122 "SEGAST.spad" 1855137 1855146 1855397 1855402) (-1121 "SEG2.spad" 1854572 1854585 1855093 1855098) (-1120 "SEG.spad" 1854385 1854396 1854491 1854496) (-1119 "SDVAR.spad" 1853661 1853672 1854375 1854380) (-1118 "SDPOL.spad" 1850916 1850927 1851207 1851334) (-1117 "SCPKG.spad" 1849005 1849016 1850906 1850911) (-1116 "SCOPE.spad" 1848182 1848191 1848995 1849000) (-1115 "SCACHE.spad" 1846878 1846889 1848172 1848177) (-1114 "SASTCAT.spad" 1846787 1846796 1846868 1846873) (-1113 "SAOS.spad" 1846659 1846668 1846777 1846782) (-1112 "SAERFFC.spad" 1846372 1846392 1846649 1846654) (-1111 "SAEFACT.spad" 1846073 1846093 1846362 1846367) (-1110 "SAE.spad" 1843507 1843523 1844118 1844253) (-1109 "RURPK.spad" 1841166 1841182 1843497 1843502) (-1108 "RULESET.spad" 1840619 1840643 1841156 1841161) (-1107 "RULECOLD.spad" 1840471 1840484 1840609 1840614) (-1106 "RULE.spad" 1838719 1838743 1840461 1840466) (-1105 "RTVALUE.spad" 1838454 1838463 1838709 1838714) (-1104 "RSTRCAST.spad" 1838171 1838180 1838444 1838449) (-1103 "RSETGCD.spad" 1834613 1834633 1838161 1838166) (-1102 "RSETCAT.spad" 1824581 1824598 1834581 1834608) (-1101 "RSETCAT.spad" 1814569 1814588 1824571 1824576) (-1100 "RSDCMPK.spad" 1813069 1813089 1814559 1814564) (-1099 "RRCC.spad" 1811453 1811483 1813059 1813064) (-1098 "RRCC.spad" 1809835 1809867 1811443 1811448) (-1097 "RPTAST.spad" 1809537 1809546 1809825 1809830) (-1096 "RPOLCAT.spad" 1789041 1789056 1809405 1809532) (-1095 "RPOLCAT.spad" 1768240 1768257 1788606 1788611) (-1094 "ROUTINE.spad" 1763641 1763650 1766389 1766416) (-1093 "ROMAN.spad" 1762969 1762978 1763507 1763636) (-1092 "ROIRC.spad" 1762049 1762081 1762959 1762964) (-1091 "RNS.spad" 1760952 1760961 1761951 1762044) (-1090 "RNS.spad" 1759941 1759952 1760942 1760947) (-1089 "RNGBIND.spad" 1759101 1759115 1759896 1759901) (-1088 "RNG.spad" 1758836 1758845 1759091 1759096) (-1087 "RMODULE.spad" 1758617 1758628 1758826 1758831) (-1086 "RMCAT2.spad" 1758037 1758094 1758607 1758612) (-1085 "RMATRIX.spad" 1756807 1756826 1757150 1757189) (-1084 "RMATCAT.spad" 1752386 1752417 1756763 1756802) (-1083 "RMATCAT.spad" 1747855 1747888 1752234 1752239) (-1082 "RLINSET.spad" 1747559 1747570 1747845 1747850) (-1081 "RINTERP.spad" 1747447 1747467 1747549 1747554) (-1080 "RING.spad" 1746917 1746926 1747427 1747442) (-1079 "RING.spad" 1746395 1746406 1746907 1746912) (-1078 "RIDIST.spad" 1745787 1745796 1746385 1746390) (-1077 "RGCHAIN.spad" 1744308 1744324 1745202 1745229) (-1076 "RGBCSPC.spad" 1744097 1744109 1744298 1744303) (-1075 "RGBCMDL.spad" 1743659 1743671 1744087 1744092) (-1074 "RFFACTOR.spad" 1743121 1743132 1743649 1743654) (-1073 "RFFACT.spad" 1742856 1742868 1743111 1743116) (-1072 "RFDIST.spad" 1741852 1741861 1742846 1742851) (-1071 "RF.spad" 1739526 1739537 1741842 1741847) (-1070 "RETSOL.spad" 1738945 1738958 1739516 1739521) (-1069 "RETRACT.spad" 1738373 1738384 1738935 1738940) (-1068 "RETRACT.spad" 1737799 1737812 1738363 1738368) (-1067 "RETAST.spad" 1737611 1737620 1737789 1737794) (-1066 "RESULT.spad" 1735173 1735182 1735760 1735787) (-1065 "RESRING.spad" 1734520 1734567 1735111 1735168) (-1064 "RESLATC.spad" 1733844 1733855 1734510 1734515) (-1063 "REPSQ.spad" 1733575 1733586 1733834 1733839) (-1062 "REPDB.spad" 1733282 1733293 1733565 1733570) (-1061 "REP2.spad" 1722996 1723007 1733124 1733129) (-1060 "REP1.spad" 1717216 1717227 1722946 1722951) (-1059 "REP.spad" 1714770 1714779 1717206 1717211) (-1058 "REGSET.spad" 1712562 1712579 1714371 1714398) (-1057 "REF.spad" 1711897 1711908 1712517 1712522) (-1056 "REDORDER.spad" 1711103 1711120 1711887 1711892) (-1055 "RECLOS.spad" 1709862 1709882 1710566 1710659) (-1054 "REALSOLV.spad" 1709002 1709011 1709852 1709857) (-1053 "REAL0Q.spad" 1706300 1706315 1708992 1708997) (-1052 "REAL0.spad" 1703144 1703159 1706290 1706295) (-1051 "REAL.spad" 1703016 1703025 1703134 1703139) (-1050 "RDUCEAST.spad" 1702737 1702746 1703006 1703011) (-1049 "RDIV.spad" 1702392 1702417 1702727 1702732) (-1048 "RDIST.spad" 1701959 1701970 1702382 1702387) (-1047 "RDETRS.spad" 1700823 1700841 1701949 1701954) (-1046 "RDETR.spad" 1698962 1698980 1700813 1700818) (-1045 "RDEEFS.spad" 1698061 1698078 1698952 1698957) (-1044 "RDEEF.spad" 1697071 1697088 1698051 1698056) (-1043 "RCFIELD.spad" 1694289 1694298 1696973 1697066) (-1042 "RCFIELD.spad" 1691593 1691604 1694279 1694284) (-1041 "RCAGG.spad" 1689529 1689540 1691583 1691588) (-1040 "RCAGG.spad" 1687392 1687405 1689448 1689453) (-1039 "RATRET.spad" 1686752 1686763 1687382 1687387) (-1038 "RATFACT.spad" 1686444 1686456 1686742 1686747) (-1037 "RANDSRC.spad" 1685763 1685772 1686434 1686439) (-1036 "RADUTIL.spad" 1685519 1685528 1685753 1685758) (-1035 "RADIX.spad" 1682298 1682312 1683844 1683937) (-1034 "RADFF.spad" 1680001 1680038 1680120 1680276) (-1033 "RADCAT.spad" 1679596 1679605 1679991 1679996) (-1032 "RADCAT.spad" 1679189 1679200 1679586 1679591) (-1031 "QUEUE.spad" 1678408 1678419 1678667 1678694) (-1030 "QUATCT2.spad" 1678028 1678047 1678398 1678403) (-1029 "QUATCAT.spad" 1676198 1676209 1677958 1678023) (-1028 "QUATCAT.spad" 1674116 1674129 1675878 1675883) (-1027 "QUAT.spad" 1672568 1672579 1672911 1672976) (-1026 "QUAGG.spad" 1671401 1671412 1672536 1672563) (-1025 "QQUTAST.spad" 1671169 1671178 1671391 1671396) (-1024 "QFORM.spad" 1670787 1670802 1671159 1671164) (-1023 "QFCAT2.spad" 1670479 1670496 1670777 1670782) (-1022 "QFCAT.spad" 1669181 1669192 1670381 1670474) (-1021 "QFCAT.spad" 1667465 1667478 1668667 1668672) (-1020 "QEQUAT.spad" 1667023 1667032 1667455 1667460) (-1019 "QCMPACK.spad" 1661937 1661957 1667013 1667018) (-1018 "QALGSET2.spad" 1659932 1659951 1661927 1661932) (-1017 "QALGSET.spad" 1656034 1656067 1659846 1659851) (-1016 "PWFFINTB.spad" 1653449 1653471 1656024 1656029) (-1015 "PUSHVAR.spad" 1652787 1652807 1653439 1653444) (-1014 "PTRANFN.spad" 1648922 1648933 1652777 1652782) (-1013 "PTPACK.spad" 1646009 1646020 1648912 1648917) (-1012 "PTFUNC2.spad" 1645831 1645846 1645999 1646004) (-1011 "PTCAT.spad" 1645085 1645096 1645799 1645826) (-1010 "PSQFR.spad" 1644399 1644424 1645075 1645080) (-1009 "PSEUDLIN.spad" 1643284 1643295 1644389 1644394) (-1008 "PSETPK.spad" 1629988 1630005 1643162 1643167) (-1007 "PSETCAT.spad" 1624387 1624411 1629968 1629983) (-1006 "PSETCAT.spad" 1618760 1618786 1624343 1624348) (-1005 "PSCURVE.spad" 1617758 1617767 1618750 1618755) (-1004 "PSCAT.spad" 1616540 1616570 1617656 1617753) (-1003 "PSCAT.spad" 1615412 1615444 1616530 1616535) (-1002 "PRTITION.spad" 1614109 1614118 1615402 1615407) (-1001 "PRTDAST.spad" 1613827 1613836 1614099 1614104) (-1000 "PRS.spad" 1603444 1603462 1613783 1613788) (-999 "PRQAGG.spad" 1602879 1602889 1603412 1603439) (-998 "PROPLOG.spad" 1602483 1602491 1602869 1602874) (-997 "PROPFUN2.spad" 1602106 1602119 1602473 1602478) (-996 "PROPFUN1.spad" 1601512 1601523 1602096 1602101) (-995 "PROPFRML.spad" 1600080 1600091 1601502 1601507) (-994 "PROPERTY.spad" 1599576 1599584 1600070 1600075) (-993 "PRODUCT.spad" 1597258 1597270 1597542 1597597) (-992 "PRINT.spad" 1597010 1597018 1597248 1597253) (-991 "PRIMES.spad" 1595271 1595281 1597000 1597005) (-990 "PRIMELT.spad" 1593392 1593406 1595261 1595266) (-989 "PRIMCAT.spad" 1593035 1593043 1593382 1593387) (-988 "PRIMARR2.spad" 1591802 1591814 1593025 1593030) (-987 "PRIMARR.spad" 1590641 1590651 1590811 1590838) (-986 "PREASSOC.spad" 1590023 1590035 1590631 1590636) (-985 "PR.spad" 1588388 1588400 1589087 1589214) (-984 "PPCURVE.spad" 1587525 1587533 1588378 1588383) (-983 "PORTNUM.spad" 1587316 1587324 1587515 1587520) (-982 "POLYROOT.spad" 1586165 1586187 1587272 1587277) (-981 "POLYLIFT.spad" 1585430 1585453 1586155 1586160) (-980 "POLYCATQ.spad" 1583556 1583578 1585420 1585425) (-979 "POLYCAT.spad" 1577058 1577079 1583424 1583551) (-978 "POLYCAT.spad" 1569856 1569879 1576224 1576229) (-977 "POLY2UP.spad" 1569308 1569322 1569846 1569851) (-976 "POLY2.spad" 1568905 1568917 1569298 1569303) (-975 "POLY.spad" 1566168 1566178 1566683 1566810) (-974 "POLUTIL.spad" 1565133 1565162 1566124 1566129) (-973 "POLTOPOL.spad" 1563881 1563896 1565123 1565128) (-972 "POINT.spad" 1562545 1562555 1562632 1562659) (-971 "PNTHEORY.spad" 1559247 1559255 1562535 1562540) (-970 "PMTOOLS.spad" 1558022 1558036 1559237 1559242) (-969 "PMSYM.spad" 1557571 1557581 1558012 1558017) (-968 "PMQFCAT.spad" 1557162 1557176 1557561 1557566) (-967 "PMPREDFS.spad" 1556624 1556646 1557152 1557157) (-966 "PMPRED.spad" 1556111 1556125 1556614 1556619) (-965 "PMPLCAT.spad" 1555188 1555206 1556040 1556045) (-964 "PMLSAGG.spad" 1554773 1554787 1555178 1555183) (-963 "PMKERNEL.spad" 1554352 1554364 1554763 1554768) (-962 "PMINS.spad" 1553932 1553942 1554342 1554347) (-961 "PMFS.spad" 1553509 1553527 1553922 1553927) (-960 "PMDOWN.spad" 1552799 1552813 1553499 1553504) (-959 "PMASSFS.spad" 1551774 1551790 1552789 1552794) (-958 "PMASS.spad" 1550792 1550800 1551764 1551769) (-957 "PLOTTOOL.spad" 1550572 1550580 1550782 1550787) (-956 "PLOT3D.spad" 1547036 1547044 1550562 1550567) (-955 "PLOT1.spad" 1546209 1546219 1547026 1547031) (-954 "PLOT.spad" 1541132 1541140 1546199 1546204) (-953 "PLEQN.spad" 1528534 1528561 1541122 1541127) (-952 "PINTERPA.spad" 1528318 1528334 1528524 1528529) (-951 "PINTERP.spad" 1527940 1527959 1528308 1528313) (-950 "PID.spad" 1526914 1526922 1527866 1527935) (-949 "PICOERCE.spad" 1526571 1526581 1526904 1526909) (-948 "PI.spad" 1526188 1526196 1526545 1526566) (-947 "PGROEB.spad" 1524797 1524811 1526178 1526183) (-946 "PGE.spad" 1516470 1516478 1524787 1524792) (-945 "PGCD.spad" 1515424 1515441 1516460 1516465) (-944 "PFRPAC.spad" 1514573 1514583 1515414 1515419) (-943 "PFR.spad" 1511276 1511286 1514475 1514568) (-942 "PFOTOOLS.spad" 1510534 1510550 1511266 1511271) (-941 "PFOQ.spad" 1509904 1509922 1510524 1510529) (-940 "PFO.spad" 1509323 1509350 1509894 1509899) (-939 "PFECAT.spad" 1507033 1507041 1509249 1509318) (-938 "PFECAT.spad" 1504771 1504781 1506989 1506994) (-937 "PFBRU.spad" 1502659 1502671 1504761 1504766) (-936 "PFBR.spad" 1500219 1500242 1502649 1502654) (-935 "PF.spad" 1499793 1499805 1500024 1500117) (-934 "PERMGRP.spad" 1494563 1494573 1499783 1499788) (-933 "PERMCAT.spad" 1493224 1493234 1494543 1494558) (-932 "PERMAN.spad" 1491780 1491794 1493214 1493219) (-931 "PERM.spad" 1487587 1487597 1491610 1491625) (-930 "PENDTREE.spad" 1486807 1486817 1487087 1487092) (-929 "PDSPC.spad" 1485620 1485630 1486797 1486802) (-928 "PDSPC.spad" 1484431 1484443 1485610 1485615) (-927 "PDRING.spad" 1484273 1484283 1484411 1484426) (-926 "PDMOD.spad" 1484089 1484101 1484241 1484268) (-925 "PDEPROB.spad" 1483104 1483112 1484079 1484084) (-924 "PDEPACK.spad" 1477240 1477248 1483094 1483099) (-923 "PDECOMP.spad" 1476710 1476727 1477230 1477235) (-922 "PDECAT.spad" 1475066 1475074 1476700 1476705) (-921 "PDDOM.spad" 1474504 1474517 1475056 1475061) (-920 "PDDOM.spad" 1473940 1473955 1474494 1474499) (-919 "PCOMP.spad" 1473793 1473806 1473930 1473935) (-918 "PBWLB.spad" 1472389 1472406 1473783 1473788) (-917 "PATTERN2.spad" 1472127 1472139 1472379 1472384) (-916 "PATTERN1.spad" 1470471 1470487 1472117 1472122) (-915 "PATTERN.spad" 1465042 1465052 1470461 1470466) (-914 "PATRES2.spad" 1464714 1464728 1465032 1465037) (-913 "PATRES.spad" 1462297 1462309 1464704 1464709) (-912 "PATMATCH.spad" 1460485 1460516 1461996 1462001) (-911 "PATMAB.spad" 1459914 1459924 1460475 1460480) (-910 "PATLRES.spad" 1459000 1459014 1459904 1459909) (-909 "PATAB.spad" 1458764 1458774 1458990 1458995) (-908 "PARTPERM.spad" 1456820 1456828 1458754 1458759) (-907 "PARSURF.spad" 1456254 1456282 1456810 1456815) (-906 "PARSU2.spad" 1456051 1456067 1456244 1456249) (-905 "script-parser.spad" 1455571 1455579 1456041 1456046) (-904 "PARSCURV.spad" 1455005 1455033 1455561 1455566) (-903 "PARSC2.spad" 1454796 1454812 1454995 1455000) (-902 "PARPCURV.spad" 1454258 1454286 1454786 1454791) (-901 "PARPC2.spad" 1454049 1454065 1454248 1454253) (-900 "PARAMAST.spad" 1453177 1453185 1454039 1454044) (-899 "PAN2EXPR.spad" 1452589 1452597 1453167 1453172) (-898 "PALETTE.spad" 1451575 1451583 1452579 1452584) (-897 "PAIR.spad" 1450582 1450595 1451151 1451156) (-896 "PADICRC.spad" 1447786 1447804 1448949 1449042) (-895 "PADICRAT.spad" 1445645 1445657 1445858 1445951) (-894 "PADICCT.spad" 1444194 1444206 1445571 1445640) (-893 "PADIC.spad" 1443897 1443909 1444120 1444189) (-892 "PADEPAC.spad" 1442586 1442605 1443887 1443892) (-891 "PADE.spad" 1441338 1441354 1442576 1442581) (-890 "OWP.spad" 1440586 1440616 1441196 1441263) (-889 "OVERSET.spad" 1440159 1440167 1440576 1440581) (-888 "OVAR.spad" 1439940 1439963 1440149 1440154) (-887 "OUTFORM.spad" 1429348 1429356 1439930 1439935) (-886 "OUTBFILE.spad" 1428782 1428790 1429338 1429343) (-885 "OUTBCON.spad" 1427852 1427860 1428772 1428777) (-884 "OUTBCON.spad" 1426920 1426930 1427842 1427847) (-883 "OUT.spad" 1426038 1426046 1426910 1426915) (-882 "OSI.spad" 1425513 1425521 1426028 1426033) (-881 "OSGROUP.spad" 1425431 1425439 1425503 1425508) (-880 "ORTHPOL.spad" 1423910 1423920 1425342 1425347) (-879 "OREUP.spad" 1423354 1423382 1423581 1423620) (-878 "ORESUP.spad" 1422646 1422670 1423025 1423064) (-877 "OREPCTO.spad" 1420535 1420547 1422566 1422571) (-876 "OREPCAT.spad" 1414722 1414732 1420491 1420530) (-875 "OREPCAT.spad" 1408799 1408811 1414570 1414575) (-874 "ORDTYPE.spad" 1408036 1408044 1408789 1408794) (-873 "ORDTYPE.spad" 1407271 1407281 1408026 1408031) (-872 "ORDSTRCT.spad" 1407041 1407056 1407204 1407209) (-871 "ORDSET.spad" 1406741 1406749 1407031 1407036) (-870 "ORDRING.spad" 1406131 1406139 1406721 1406736) (-869 "ORDRING.spad" 1405529 1405539 1406121 1406126) (-868 "ORDMON.spad" 1405384 1405392 1405519 1405524) (-867 "ORDFUNS.spad" 1404516 1404532 1405374 1405379) (-866 "ORDFIN.spad" 1404336 1404344 1404506 1404511) (-865 "ORDCOMP2.spad" 1403629 1403641 1404326 1404331) (-864 "ORDCOMP.spad" 1402082 1402092 1403164 1403193) (-863 "OPTPROB.spad" 1400720 1400728 1402072 1402077) (-862 "OPTPACK.spad" 1393129 1393137 1400710 1400715) (-861 "OPTCAT.spad" 1390808 1390816 1393119 1393124) (-860 "OPSIG.spad" 1390470 1390478 1390798 1390803) (-859 "OPQUERY.spad" 1390051 1390059 1390460 1390465) (-858 "OPERCAT.spad" 1389517 1389527 1390041 1390046) (-857 "OPERCAT.spad" 1388981 1388993 1389507 1389512) (-856 "OP.spad" 1388723 1388733 1388803 1388870) (-855 "ONECOMP2.spad" 1388147 1388159 1388713 1388718) (-854 "ONECOMP.spad" 1386880 1386890 1387682 1387711) (-853 "OMSERVER.spad" 1385886 1385894 1386870 1386875) (-852 "OMSAGG.spad" 1385674 1385684 1385842 1385881) (-851 "OMPKG.spad" 1384306 1384314 1385664 1385669) (-850 "OMLO.spad" 1383739 1383751 1384192 1384231) (-849 "OMEXPR.spad" 1383573 1383583 1383729 1383734) (-848 "OMERRK.spad" 1382623 1382631 1383563 1383568) (-847 "OMERR.spad" 1382168 1382176 1382613 1382618) (-846 "OMENC.spad" 1381520 1381528 1382158 1382163) (-845 "OMDEV.spad" 1375853 1375861 1381510 1381515) (-844 "OMCONN.spad" 1375262 1375270 1375843 1375848) (-843 "OM.spad" 1374259 1374267 1375252 1375257) (-842 "OINTDOM.spad" 1374022 1374030 1374185 1374254) (-841 "OFMONOID.spad" 1372161 1372171 1373978 1373983) (-840 "ODVAR.spad" 1371422 1371432 1372151 1372156) (-839 "ODR.spad" 1371066 1371092 1371234 1371383) (-838 "ODPOL.spad" 1368277 1368287 1368617 1368744) (-837 "ODP.spad" 1355776 1355796 1356149 1356248) (-836 "ODETOOLS.spad" 1354425 1354444 1355766 1355771) (-835 "ODESYS.spad" 1352119 1352136 1354415 1354420) (-834 "ODERTRIC.spad" 1348152 1348169 1352076 1352081) (-833 "ODERED.spad" 1347551 1347575 1348142 1348147) (-832 "ODERAT.spad" 1345182 1345199 1347541 1347546) (-831 "ODEPRRIC.spad" 1342275 1342297 1345172 1345177) (-830 "ODEPROB.spad" 1341532 1341540 1342265 1342270) (-829 "ODEPRIM.spad" 1338930 1338952 1341522 1341527) (-828 "ODEPAL.spad" 1338316 1338340 1338920 1338925) (-827 "ODEPACK.spad" 1325046 1325054 1338306 1338311) (-826 "ODEINT.spad" 1324481 1324497 1325036 1325041) (-825 "ODEIFTBL.spad" 1321884 1321892 1324471 1324476) (-824 "ODEEF.spad" 1317375 1317391 1321874 1321879) (-823 "ODECONST.spad" 1316920 1316938 1317365 1317370) (-822 "ODECAT.spad" 1315518 1315526 1316910 1316915) (-821 "OCTCT2.spad" 1315156 1315177 1315508 1315513) (-820 "OCT.spad" 1313244 1313254 1313958 1313997) (-819 "OCAMON.spad" 1313092 1313100 1313234 1313239) (-818 "OC.spad" 1310888 1310898 1313048 1313087) (-817 "OC.spad" 1308406 1308418 1310568 1310573) (-816 "OASGP.spad" 1308221 1308229 1308396 1308401) (-815 "OAMONS.spad" 1307743 1307751 1308211 1308216) (-814 "OAMON.spad" 1307604 1307612 1307733 1307738) (-813 "OAGROUP.spad" 1307466 1307474 1307594 1307599) (-812 "NUMTUBE.spad" 1307057 1307073 1307456 1307461) (-811 "NUMQUAD.spad" 1295033 1295041 1307047 1307052) (-810 "NUMODE.spad" 1286385 1286393 1295023 1295028) (-809 "NUMINT.spad" 1283951 1283959 1286375 1286380) (-808 "NUMFMT.spad" 1282791 1282799 1283941 1283946) (-807 "NUMERIC.spad" 1274905 1274915 1282596 1282601) (-806 "NTSCAT.spad" 1273413 1273429 1274873 1274900) (-805 "NTPOLFN.spad" 1272958 1272968 1273324 1273329) (-804 "NSUP2.spad" 1272350 1272362 1272948 1272953) (-803 "NSUP.spad" 1265345 1265355 1269765 1269918) (-802 "NSMP.spad" 1261444 1261463 1261736 1261863) (-801 "NREP.spad" 1259846 1259860 1261434 1261439) (-800 "NPCOEF.spad" 1259092 1259112 1259836 1259841) (-799 "NORMRETR.spad" 1258690 1258729 1259082 1259087) (-798 "NORMPK.spad" 1256632 1256651 1258680 1258685) (-797 "NORMMA.spad" 1256320 1256346 1256622 1256627) (-796 "NONE1.spad" 1255996 1256006 1256310 1256315) (-795 "NONE.spad" 1255737 1255745 1255986 1255991) (-794 "NODE1.spad" 1255224 1255240 1255727 1255732) (-793 "NNI.spad" 1254119 1254127 1255198 1255219) (-792 "NLINSOL.spad" 1252745 1252755 1254109 1254114) (-791 "NIPROB.spad" 1251286 1251294 1252735 1252740) (-790 "NFINTBAS.spad" 1248846 1248863 1251276 1251281) (-789 "NETCLT.spad" 1248820 1248831 1248836 1248841) (-788 "NCODIV.spad" 1247044 1247060 1248810 1248815) (-787 "NCNTFRAC.spad" 1246686 1246700 1247034 1247039) (-786 "NCEP.spad" 1244852 1244866 1246676 1246681) (-785 "NASRING.spad" 1244456 1244464 1244842 1244847) (-784 "NASRING.spad" 1244058 1244068 1244446 1244451) (-783 "NARNG.spad" 1243458 1243466 1244048 1244053) (-782 "NARNG.spad" 1242856 1242866 1243448 1243453) (-781 "NAGSP.spad" 1241933 1241941 1242846 1242851) (-780 "NAGS.spad" 1231650 1231658 1241923 1241928) (-779 "NAGF07.spad" 1230081 1230089 1231640 1231645) (-778 "NAGF04.spad" 1224483 1224491 1230071 1230076) (-777 "NAGF02.spad" 1218576 1218584 1224473 1224478) (-776 "NAGF01.spad" 1214345 1214353 1218566 1218571) (-775 "NAGE04.spad" 1208053 1208061 1214335 1214340) (-774 "NAGE02.spad" 1198705 1198713 1208043 1208048) (-773 "NAGE01.spad" 1194699 1194707 1198695 1198700) (-772 "NAGD03.spad" 1192695 1192703 1194689 1194694) (-771 "NAGD02.spad" 1185426 1185434 1192685 1192690) (-770 "NAGD01.spad" 1179711 1179719 1185416 1185421) (-769 "NAGC06.spad" 1175578 1175586 1179701 1179706) (-768 "NAGC05.spad" 1174071 1174079 1175568 1175573) (-767 "NAGC02.spad" 1173346 1173354 1174061 1174066) (-766 "NAALG.spad" 1172911 1172921 1173314 1173341) (-765 "NAALG.spad" 1172496 1172508 1172901 1172906) (-764 "MULTSQFR.spad" 1169454 1169471 1172486 1172491) (-763 "MULTFACT.spad" 1168837 1168854 1169444 1169449) (-762 "MTSCAT.spad" 1166931 1166952 1168735 1168832) (-761 "MTHING.spad" 1166590 1166600 1166921 1166926) (-760 "MSYSCMD.spad" 1166024 1166032 1166580 1166585) (-759 "MSETAGG.spad" 1165869 1165879 1165992 1166019) (-758 "MSET.spad" 1163782 1163792 1165530 1165569) (-757 "MRING.spad" 1160759 1160771 1163490 1163557) (-756 "MRF2.spad" 1160321 1160335 1160749 1160754) (-755 "MRATFAC.spad" 1159867 1159884 1160311 1160316) (-754 "MPRFF.spad" 1157907 1157926 1159857 1159862) (-753 "MPOLY.spad" 1155306 1155321 1155665 1155792) (-752 "MPCPF.spad" 1154570 1154589 1155296 1155301) (-751 "MPC3.spad" 1154387 1154427 1154560 1154565) (-750 "MPC2.spad" 1154040 1154073 1154377 1154382) (-749 "MONOTOOL.spad" 1152391 1152408 1154030 1154035) (-748 "MONOID.spad" 1151710 1151718 1152381 1152386) (-747 "MONOID.spad" 1151027 1151037 1151700 1151705) (-746 "MONOGEN.spad" 1149775 1149788 1150887 1151022) (-745 "MONOGEN.spad" 1148545 1148560 1149659 1149664) (-744 "MONADWU.spad" 1146623 1146631 1148535 1148540) (-743 "MONADWU.spad" 1144699 1144709 1146613 1146618) (-742 "MONAD.spad" 1143859 1143867 1144689 1144694) (-741 "MONAD.spad" 1143017 1143027 1143849 1143854) (-740 "MOEBIUS.spad" 1141753 1141767 1142997 1143012) (-739 "MODULE.spad" 1141623 1141633 1141721 1141748) (-738 "MODULE.spad" 1141513 1141525 1141613 1141618) (-737 "MODRING.spad" 1140848 1140887 1141493 1141508) (-736 "MODOP.spad" 1139505 1139517 1140670 1140737) (-735 "MODMONOM.spad" 1139236 1139254 1139495 1139500) (-734 "MODMON.spad" 1135860 1135876 1136579 1136732) (-733 "MODFIELD.spad" 1135222 1135261 1135762 1135855) (-732 "MMLFORM.spad" 1134082 1134090 1135212 1135217) (-731 "MMAP.spad" 1133824 1133858 1134072 1134077) (-730 "MLO.spad" 1132283 1132293 1133780 1133819) (-729 "MLIFT.spad" 1130895 1130912 1132273 1132278) (-728 "MKUCFUNC.spad" 1130430 1130448 1130885 1130890) (-727 "MKRECORD.spad" 1130018 1130031 1130420 1130425) (-726 "MKFUNC.spad" 1129425 1129435 1130008 1130013) (-725 "MKFLCFN.spad" 1128393 1128403 1129415 1129420) (-724 "MKBCFUNC.spad" 1127888 1127906 1128383 1128388) (-723 "MINT.spad" 1127327 1127335 1127790 1127883) (-722 "MHROWRED.spad" 1125838 1125848 1127317 1127322) (-721 "MFLOAT.spad" 1124358 1124366 1125728 1125833) (-720 "MFINFACT.spad" 1123758 1123780 1124348 1124353) (-719 "MESH.spad" 1121548 1121556 1123748 1123753) (-718 "MDDFACT.spad" 1119767 1119777 1121538 1121543) (-717 "MDAGG.spad" 1119058 1119068 1119747 1119762) (-716 "MCMPLX.spad" 1114423 1114431 1115037 1115238) (-715 "MCDEN.spad" 1113633 1113645 1114413 1114418) (-714 "MCALCFN.spad" 1110731 1110757 1113623 1113628) (-713 "MAYBE.spad" 1110031 1110042 1110721 1110726) (-712 "MATSTOR.spad" 1107347 1107357 1110021 1110026) (-711 "MATRIX.spad" 1105913 1105923 1106397 1106424) (-710 "MATLIN.spad" 1103281 1103305 1105797 1105802) (-709 "MATCAT2.spad" 1102563 1102611 1103271 1103276) (-708 "MATCAT.spad" 1094125 1094147 1102531 1102558) (-707 "MATCAT.spad" 1085559 1085583 1093967 1093972) (-706 "MAPPKG3.spad" 1084474 1084488 1085549 1085554) (-705 "MAPPKG2.spad" 1083812 1083824 1084464 1084469) (-704 "MAPPKG1.spad" 1082640 1082650 1083802 1083807) (-703 "MAPPAST.spad" 1081979 1081987 1082630 1082635) (-702 "MAPHACK3.spad" 1081791 1081805 1081969 1081974) (-701 "MAPHACK2.spad" 1081560 1081572 1081781 1081786) (-700 "MAPHACK1.spad" 1081204 1081214 1081550 1081555) (-699 "MAGMA.spad" 1079010 1079027 1081194 1081199) (-698 "MACROAST.spad" 1078605 1078613 1079000 1079005) (-697 "M3D.spad" 1076190 1076200 1077848 1077853) (-696 "LZSTAGG.spad" 1073444 1073454 1076180 1076185) (-695 "LZSTAGG.spad" 1070696 1070708 1073434 1073439) (-694 "LWORD.spad" 1067441 1067458 1070686 1070691) (-693 "LSTAST.spad" 1067225 1067233 1067431 1067436) (-692 "LSQM.spad" 1065337 1065351 1065731 1065782) (-691 "LSPP.spad" 1064872 1064889 1065327 1065332) (-690 "LSMP1.spad" 1062698 1062712 1064862 1064867) (-689 "LSMP.spad" 1061548 1061576 1062688 1062693) (-688 "LSAGG.spad" 1061217 1061227 1061516 1061543) (-687 "LSAGG.spad" 1060906 1060918 1061207 1061212) (-686 "LPOLY.spad" 1059868 1059887 1060762 1060831) (-685 "LPEFRAC.spad" 1059139 1059149 1059858 1059863) (-684 "LOGIC.spad" 1058741 1058749 1059129 1059134) (-683 "LOGIC.spad" 1058341 1058351 1058731 1058736) (-682 "LODOOPS.spad" 1057271 1057283 1058331 1058336) (-681 "LODOF.spad" 1056317 1056334 1057228 1057233) (-680 "LODOCAT.spad" 1054983 1054993 1056273 1056312) (-679 "LODOCAT.spad" 1053647 1053659 1054939 1054944) (-678 "LODO2.spad" 1052911 1052923 1053318 1053357) (-677 "LODO1.spad" 1052302 1052312 1052582 1052621) (-676 "LODO.spad" 1051677 1051693 1051973 1052012) (-675 "LODEEF.spad" 1050479 1050497 1051667 1051672) (-674 "LO.spad" 1049880 1049894 1050413 1050440) (-673 "LNAGG.spad" 1046067 1046077 1049870 1049875) (-672 "LNAGG.spad" 1042218 1042230 1046023 1046028) (-671 "LMOPS.spad" 1038986 1039003 1042208 1042213) (-670 "LMODULE.spad" 1038770 1038780 1038976 1038981) (-669 "LMDICT.spad" 1037941 1037951 1038189 1038216) (-668 "LLINSET.spad" 1037648 1037658 1037931 1037936) (-667 "LITERAL.spad" 1037554 1037565 1037638 1037643) (-666 "LIST3.spad" 1036865 1036879 1037544 1037549) (-665 "LIST2MAP.spad" 1033792 1033804 1036855 1036860) (-664 "LIST2.spad" 1032494 1032506 1033782 1033787) (-663 "LIST.spad" 1030055 1030065 1031467 1031494) (-662 "LINSET.spad" 1029834 1029844 1030045 1030050) (-661 "LINFORM.spad" 1029297 1029309 1029802 1029829) (-660 "LINEXP.spad" 1028040 1028050 1029287 1029292) (-659 "LINELT.spad" 1027411 1027423 1027923 1027950) (-658 "LINDEP.spad" 1026260 1026272 1027323 1027328) (-657 "LINBASIS.spad" 1025896 1025911 1026250 1026255) (-656 "LIMITRF.spad" 1023824 1023834 1025886 1025891) (-655 "LIMITPS.spad" 1022727 1022740 1023814 1023819) (-654 "LIECAT.spad" 1022211 1022221 1022653 1022722) (-653 "LIECAT.spad" 1021723 1021735 1022167 1022172) (-652 "LIE.spad" 1019718 1019730 1020992 1021137) (-651 "LIB.spad" 1017433 1017441 1017879 1017894) (-650 "LGROBP.spad" 1014786 1014805 1017423 1017428) (-649 "LFCAT.spad" 1013845 1013853 1014776 1014781) (-648 "LF.spad" 1012800 1012816 1013835 1013840) (-647 "LEXTRIPK.spad" 1008423 1008438 1012790 1012795) (-646 "LEXP.spad" 1006442 1006469 1008403 1008418) (-645 "LETAST.spad" 1006141 1006149 1006432 1006437) (-644 "LEADCDET.spad" 1004547 1004564 1006131 1006136) (-643 "LAZM3PK.spad" 1003291 1003313 1004537 1004542) (-642 "LAUPOL.spad" 1001876 1001889 1002776 1002845) (-641 "LAPLACE.spad" 1001459 1001475 1001866 1001871) (-640 "LALG.spad" 1001235 1001245 1001439 1001454) (-639 "LALG.spad" 1001019 1001031 1001225 1001230) (-638 "LA.spad" 1000459 1000473 1000941 1000980) (-637 "KVTFROM.spad" 1000202 1000212 1000449 1000454) (-636 "KTVLOGIC.spad" 999746 999754 1000192 1000197) (-635 "KRCFROM.spad" 999492 999502 999736 999741) (-634 "KOVACIC.spad" 998223 998240 999482 999487) (-633 "KONVERT.spad" 997945 997955 998213 998218) (-632 "KOERCE.spad" 997682 997692 997935 997940) (-631 "KERNEL2.spad" 997385 997397 997672 997677) (-630 "KERNEL.spad" 996025 996035 997154 997159) (-629 "KDAGG.spad" 995134 995156 996005 996020) (-628 "KDAGG.spad" 994251 994275 995124 995129) (-627 "KAFILE.spad" 993081 993097 993316 993343) (-626 "JVMOP.spad" 992994 993002 993071 993076) (-625 "JVMMDACC.spad" 992048 992056 992984 992989) (-624 "JVMFDACC.spad" 991364 991372 992038 992043) (-623 "JVMCSTTG.spad" 990093 990101 991354 991359) (-622 "JVMCFACC.spad" 989539 989547 990083 990088) (-621 "JVMBCODE.spad" 989450 989458 989529 989534) (-620 "JORDAN.spad" 987258 987270 988719 988864) (-619 "JOINAST.spad" 986960 986968 987248 987253) (-618 "IXAGG.spad" 985093 985117 986950 986955) (-617 "IXAGG.spad" 983081 983107 984940 984945) (-616 "IVECTOR.spad" 981677 981692 981832 981859) (-615 "ITUPLE.spad" 980853 980863 981667 981672) (-614 "ITRIGMNP.spad" 979700 979719 980843 980848) (-613 "ITFUN3.spad" 979206 979220 979690 979695) (-612 "ITFUN2.spad" 978950 978962 979196 979201) (-611 "ITFORM.spad" 978305 978313 978940 978945) (-610 "ITAYLOR.spad" 976299 976314 978169 978266) (-609 "ISUPS.spad" 968697 968712 975234 975331) (-608 "ISUMP.spad" 968198 968214 968687 968692) (-607 "ISTRING.spad" 967104 967117 967185 967212) (-606 "ISAST.spad" 966823 966831 967094 967099) (-605 "IRURPK.spad" 965540 965559 966813 966818) (-604 "IRSN.spad" 963544 963552 965530 965535) (-603 "IRRF2F.spad" 962037 962047 963500 963505) (-602 "IRREDFFX.spad" 961638 961649 962027 962032) (-601 "IROOT.spad" 959977 959987 961628 961633) (-600 "IRFORM.spad" 959301 959309 959967 959972) (-599 "IR2F.spad" 958515 958531 959291 959296) (-598 "IR2.spad" 957543 957559 958505 958510) (-597 "IR.spad" 955346 955360 957392 957419) (-596 "IPRNTPK.spad" 955106 955114 955336 955341) (-595 "IPF.spad" 954671 954683 954911 955004) (-594 "IPADIC.spad" 954440 954466 954597 954666) (-593 "IP4ADDR.spad" 953997 954005 954430 954435) (-592 "IOMODE.spad" 953519 953527 953987 953992) (-591 "IOBFILE.spad" 952904 952912 953509 953514) (-590 "IOBCON.spad" 952769 952777 952894 952899) (-589 "INVLAPLA.spad" 952418 952434 952759 952764) (-588 "INTTR.spad" 945800 945817 952408 952413) (-587 "INTTOOLS.spad" 943543 943559 945362 945367) (-586 "INTSLPE.spad" 942871 942879 943533 943538) (-585 "INTRVL.spad" 942437 942447 942785 942866) (-584 "INTRF.spad" 940869 940883 942427 942432) (-583 "INTRET.spad" 940301 940311 940859 940864) (-582 "INTRAT.spad" 939036 939053 940291 940296) (-581 "INTPM.spad" 937403 937419 938661 938666) (-580 "INTPAF.spad" 935272 935290 937332 937337) (-579 "INTPACK.spad" 925838 925846 935262 935267) (-578 "INTHERTR.spad" 925112 925129 925828 925833) (-577 "INTHERAL.spad" 924782 924806 925102 925107) (-576 "INTHEORY.spad" 921221 921229 924772 924777) (-575 "INTG0.spad" 914967 914985 921150 921155) (-574 "INTFTBL.spad" 908996 909004 914957 914962) (-573 "INTFACT.spad" 908063 908073 908986 908991) (-572 "INTEF.spad" 906472 906488 908053 908058) (-571 "INTDOM.spad" 905095 905103 906398 906467) (-570 "INTDOM.spad" 903780 903790 905085 905090) (-569 "INTCAT.spad" 902047 902057 903694 903775) (-568 "INTBIT.spad" 901554 901562 902037 902042) (-567 "INTALG.spad" 900742 900769 901544 901549) (-566 "INTAF.spad" 900242 900258 900732 900737) (-565 "INTABL.spad" 898282 898313 898445 898472) (-564 "INT8.spad" 898162 898170 898272 898277) (-563 "INT64.spad" 898041 898049 898152 898157) (-562 "INT32.spad" 897920 897928 898031 898036) (-561 "INT16.spad" 897799 897807 897910 897915) (-560 "INT.spad" 897242 897250 897653 897794) (-559 "INS.spad" 894745 894753 897144 897237) (-558 "INS.spad" 892334 892344 894735 894740) (-557 "INPSIGN.spad" 891782 891795 892324 892329) (-556 "INPRODPF.spad" 890878 890897 891772 891777) (-555 "INPRODFF.spad" 889966 889990 890868 890873) (-554 "INNMFACT.spad" 888941 888958 889956 889961) (-553 "INMODGCD.spad" 888445 888475 888931 888936) (-552 "INFSP.spad" 886742 886764 888435 888440) (-551 "INFPROD0.spad" 885822 885841 886732 886737) (-550 "INFORM1.spad" 885447 885457 885812 885817) (-549 "INFORM.spad" 882654 882662 885437 885442) (-548 "INFINITY.spad" 882206 882214 882644 882649) (-547 "INETCLTS.spad" 882183 882191 882196 882201) (-546 "INEP.spad" 880729 880751 882173 882178) (-545 "INDE.spad" 880378 880395 880639 880644) (-544 "INCRMAPS.spad" 879815 879825 880368 880373) (-543 "INBFILE.spad" 878911 878919 879805 879810) (-542 "INBFF.spad" 874761 874772 878901 878906) (-541 "INBCON.spad" 873027 873035 874751 874756) (-540 "INBCON.spad" 871291 871301 873017 873022) (-539 "INAST.spad" 870952 870960 871281 871286) (-538 "IMPTAST.spad" 870660 870668 870942 870947) (-537 "IMATRIX.spad" 869476 869502 869988 870015) (-536 "IMATQF.spad" 868570 868614 869432 869437) (-535 "IMATLIN.spad" 867191 867215 868526 868531) (-534 "ILIST.spad" 865675 865690 866200 866227) (-533 "IIARRAY2.spad" 864950 864988 865153 865180) (-532 "IFF.spad" 864360 864376 864631 864724) (-531 "IFAST.spad" 863974 863982 864350 864355) (-530 "IFARRAY.spad" 861285 861300 862983 863010) (-529 "IFAMON.spad" 861147 861164 861241 861246) (-528 "IEVALAB.spad" 860560 860572 861137 861142) (-527 "IEVALAB.spad" 859971 859985 860550 860555) (-526 "IDPOAMS.spad" 859649 859661 859883 859888) (-525 "IDPOAM.spad" 859291 859303 859561 859566) (-524 "IDPO.spad" 859026 859038 859203 859208) (-523 "IDPC.spad" 857755 857767 859016 859021) (-522 "IDPAM.spad" 857422 857434 857667 857672) (-521 "IDPAG.spad" 857091 857103 857334 857339) (-520 "IDENT.spad" 856741 856749 857081 857086) (-519 "IDECOMP.spad" 853980 853998 856731 856736) (-518 "IDEAL.spad" 848926 848965 853912 853917) (-517 "ICDEN.spad" 848139 848155 848916 848921) (-516 "ICARD.spad" 847330 847338 848129 848134) (-515 "IBPTOOLS.spad" 845937 845954 847320 847325) (-514 "IBITS.spad" 845093 845106 845526 845553) (-513 "IBATOOL.spad" 842078 842097 845083 845088) (-512 "IBACHIN.spad" 840585 840600 842068 842073) (-511 "IARRAY2.spad" 839452 839478 840063 840090) (-510 "IARRAY1.spad" 838315 838330 838461 838488) (-509 "IAN.spad" 836535 836543 838128 838221) (-508 "IALGFACT.spad" 836146 836179 836525 836530) (-507 "HYPCAT.spad" 835570 835578 836136 836141) (-506 "HYPCAT.spad" 834992 835002 835560 835565) (-505 "HOSTNAME.spad" 834808 834816 834982 834987) (-504 "HOMOTOP.spad" 834551 834561 834798 834803) (-503 "HOAGG.spad" 831833 831843 834541 834546) (-502 "HOAGG.spad" 828848 828860 831558 831563) (-501 "HEXADEC.spad" 826808 826816 827173 827266) (-500 "HEUGCD.spad" 825899 825910 826798 826803) (-499 "HELLFDIV.spad" 825505 825529 825889 825894) (-498 "HEAP.spad" 824768 824778 824983 825010) (-497 "HEADAST.spad" 824309 824317 824758 824763) (-496 "HDP.spad" 811804 811820 812181 812280) (-495 "HDMP.spad" 808946 808961 809562 809689) (-494 "HB.spad" 807221 807229 808936 808941) (-493 "HASHTBL.spad" 805213 805244 805424 805451) (-492 "HASAST.spad" 804929 804937 805203 805208) (-491 "HACKPI.spad" 804420 804428 804831 804924) (-490 "GTSET.spad" 803314 803330 804021 804048) (-489 "GSTBL.spad" 801355 801390 801529 801544) (-488 "GSERIES.spad" 798587 798614 799406 799555) (-487 "GROUP.spad" 797860 797868 798567 798582) (-486 "GROUP.spad" 797141 797151 797850 797855) (-485 "GROEBSOL.spad" 795635 795656 797131 797136) (-484 "GRMOD.spad" 794214 794226 795625 795630) (-483 "GRMOD.spad" 792791 792805 794204 794209) (-482 "GRIMAGE.spad" 785704 785712 792781 792786) (-481 "GRDEF.spad" 784083 784091 785694 785699) (-480 "GRAY.spad" 782554 782562 784073 784078) (-479 "GRALG.spad" 781647 781659 782544 782549) (-478 "GRALG.spad" 780738 780752 781637 781642) (-477 "GPOLSET.spad" 780163 780186 780375 780402) (-476 "GOSPER.spad" 779440 779458 780153 780158) (-475 "GMODPOL.spad" 778588 778615 779408 779435) (-474 "GHENSEL.spad" 777671 777685 778578 778583) (-473 "GENUPS.spad" 773964 773977 777661 777666) (-472 "GENUFACT.spad" 773541 773551 773954 773959) (-471 "GENPGCD.spad" 773143 773160 773531 773536) (-470 "GENMFACT.spad" 772595 772614 773133 773138) (-469 "GENEEZ.spad" 770554 770567 772585 772590) (-468 "GDMP.spad" 767538 767555 768312 768439) (-467 "GCNAALG.spad" 761461 761488 767332 767399) (-466 "GCDDOM.spad" 760653 760661 761387 761456) (-465 "GCDDOM.spad" 759907 759917 760643 760648) (-464 "GBINTERN.spad" 755927 755965 759897 759902) (-463 "GBF.spad" 751710 751748 755917 755922) (-462 "GBEUCLID.spad" 749592 749630 751700 751705) (-461 "GB.spad" 747118 747156 749548 749553) (-460 "GAUSSFAC.spad" 746431 746439 747108 747113) (-459 "GALUTIL.spad" 744757 744767 746387 746392) (-458 "GALPOLYU.spad" 743211 743224 744747 744752) (-457 "GALFACTU.spad" 741424 741443 743201 743206) (-456 "GALFACT.spad" 731637 731648 741414 741419) (-455 "FVFUN.spad" 728660 728668 731627 731632) (-454 "FVC.spad" 727712 727720 728650 728655) (-453 "FUNDESC.spad" 727390 727398 727702 727707) (-452 "FUNCTION.spad" 727239 727251 727380 727385) (-451 "FTEM.spad" 726404 726412 727229 727234) (-450 "FT.spad" 724701 724709 726394 726399) (-449 "FSUPFACT.spad" 723598 723617 724634 724639) (-448 "FST.spad" 721684 721692 723588 723593) (-447 "FSRED.spad" 721164 721180 721674 721679) (-446 "FSPRMELT.spad" 720030 720046 721121 721126) (-445 "FSPECF.spad" 718121 718137 720020 720025) (-444 "FSINT.spad" 717781 717797 718111 718116) (-443 "FSERIES.spad" 716972 716984 717601 717700) (-442 "FSCINT.spad" 716289 716305 716962 716967) (-441 "FSAGG2.spad" 715024 715040 716279 716284) (-440 "FSAGG.spad" 714141 714151 714980 715019) (-439 "FSAGG.spad" 713220 713232 714061 714066) (-438 "FS2UPS.spad" 707735 707769 713210 713215) (-437 "FS2EXPXP.spad" 706876 706899 707725 707730) (-436 "FS2.spad" 706531 706547 706866 706871) (-435 "FS.spad" 700799 700809 706306 706526) (-434 "FS.spad" 694839 694851 700348 700353) (-433 "FRUTIL.spad" 693793 693803 694829 694834) (-432 "FRNAALG.spad" 689070 689080 693735 693788) (-431 "FRNAALG.spad" 684359 684371 689026 689031) (-430 "FRNAAF2.spad" 683807 683825 684349 684354) (-429 "FRMOD.spad" 683214 683244 683735 683740) (-428 "FRIDEAL2.spad" 682818 682850 683204 683209) (-427 "FRIDEAL.spad" 682043 682064 682798 682813) (-426 "FRETRCT.spad" 681562 681572 682033 682038) (-425 "FRETRCT.spad" 680938 680950 681411 681416) (-424 "FRAMALG.spad" 679318 679331 680894 680933) (-423 "FRAMALG.spad" 677730 677745 679308 679313) (-422 "FRAC2.spad" 677335 677347 677720 677725) (-421 "FRAC.spad" 674294 674304 674681 674854) (-420 "FR2.spad" 673630 673642 674284 674289) (-419 "FR.spad" 667225 667235 672525 672594) (-418 "FPS.spad" 664064 664072 667115 667220) (-417 "FPS.spad" 660931 660941 663984 663989) (-416 "FPC.spad" 659977 659985 660833 660926) (-415 "FPC.spad" 659109 659119 659967 659972) (-414 "FPATMAB.spad" 658871 658881 659099 659104) (-413 "FPARFRAC.spad" 657713 657730 658861 658866) (-412 "FORTRAN.spad" 656219 656262 657703 657708) (-411 "FORTFN.spad" 653389 653397 656209 656214) (-410 "FORTCAT.spad" 653073 653081 653379 653384) (-409 "FORT.spad" 652022 652030 653063 653068) (-408 "FORMULA1.spad" 651501 651511 652012 652017) (-407 "FORMULA.spad" 648975 648983 651491 651496) (-406 "FORDER.spad" 648666 648690 648965 648970) (-405 "FOP.spad" 647867 647875 648656 648661) (-404 "FNLA.spad" 647291 647313 647835 647862) (-403 "FNCAT.spad" 645886 645894 647281 647286) (-402 "FNAME.spad" 645778 645786 645876 645881) (-401 "FMTC.spad" 645576 645584 645704 645773) (-400 "FMONOID.spad" 645257 645267 645532 645537) (-399 "FMONCAT.spad" 642426 642436 645247 645252) (-398 "FMFUN.spad" 639456 639464 642416 642421) (-397 "FMCAT.spad" 637132 637150 639424 639451) (-396 "FMC.spad" 636184 636192 637122 637127) (-395 "FM1.spad" 635549 635561 636118 636145) (-394 "FM.spad" 635164 635176 635403 635430) (-393 "FLOATRP.spad" 632907 632921 635154 635159) (-392 "FLOATCP.spad" 630346 630360 632897 632902) (-391 "FLOAT.spad" 623660 623668 630212 630341) (-390 "FLINEXP.spad" 623382 623392 623650 623655) (-389 "FLINEXP.spad" 623045 623057 623315 623320) (-388 "FLASORT.spad" 622371 622383 623035 623040) (-387 "FLALG.spad" 620041 620060 622297 622366) (-386 "FLAGG2.spad" 618758 618774 620031 620036) (-385 "FLAGG.spad" 615824 615834 618738 618753) (-384 "FLAGG.spad" 612791 612803 615707 615712) (-383 "FINRALG.spad" 610876 610889 612747 612786) (-382 "FINRALG.spad" 608887 608902 610760 610765) (-381 "FINITE.spad" 608039 608047 608877 608882) (-380 "FINAALG.spad" 597224 597234 607981 608034) (-379 "FINAALG.spad" 586421 586433 597180 597185) (-378 "FILECAT.spad" 584955 584972 586411 586416) (-377 "FILE.spad" 584538 584548 584945 584950) (-376 "FIELD.spad" 583944 583952 584440 584533) (-375 "FIELD.spad" 583436 583446 583934 583939) (-374 "FGROUP.spad" 582099 582109 583416 583431) (-373 "FGLMICPK.spad" 580894 580909 582089 582094) (-372 "FFX.spad" 580277 580292 580610 580703) (-371 "FFSLPE.spad" 579788 579809 580267 580272) (-370 "FFPOLY2.spad" 578848 578865 579778 579783) (-369 "FFPOLY.spad" 570190 570201 578838 578843) (-368 "FFP.spad" 569595 569615 569906 569999) (-367 "FFNBX.spad" 568115 568135 569311 569404) (-366 "FFNBP.spad" 566636 566653 567831 567924) (-365 "FFNB.spad" 565101 565122 566317 566410) (-364 "FFINTBAS.spad" 562615 562634 565091 565096) (-363 "FFIELDC.spad" 560200 560208 562517 562610) (-362 "FFIELDC.spad" 557871 557881 560190 560195) (-361 "FFHOM.spad" 556643 556660 557861 557866) (-360 "FFF.spad" 554086 554097 556633 556638) (-359 "FFCGX.spad" 552941 552961 553802 553895) (-358 "FFCGP.spad" 551838 551858 552657 552750) (-357 "FFCG.spad" 550630 550651 551519 551612) (-356 "FFCAT2.spad" 550377 550417 550620 550625) (-355 "FFCAT.spad" 543542 543564 550216 550372) (-354 "FFCAT.spad" 536786 536810 543462 543467) (-353 "FF.spad" 536234 536250 536467 536560) (-352 "FEXPR.spad" 527934 527980 535981 536020) (-351 "FEVALAB.spad" 527642 527652 527924 527929) (-350 "FEVALAB.spad" 527126 527138 527410 527415) (-349 "FDIVCAT.spad" 525222 525246 527116 527121) (-348 "FDIVCAT.spad" 523316 523342 525212 525217) (-347 "FDIV2.spad" 522972 523012 523306 523311) (-346 "FDIV.spad" 522430 522454 522962 522967) (-345 "FCTRDATA.spad" 521438 521446 522420 522425) (-344 "FCPAK1.spad" 519973 519981 521428 521433) (-343 "FCOMP.spad" 519352 519362 519963 519968) (-342 "FC.spad" 509359 509367 519342 519347) (-341 "FAXF.spad" 502394 502408 509261 509354) (-340 "FAXF.spad" 495481 495497 502350 502355) (-339 "FARRAY.spad" 493457 493467 494490 494517) (-338 "FAMR.spad" 491601 491613 493355 493452) (-337 "FAMR.spad" 489729 489743 491485 491490) (-336 "FAMONOID.spad" 489413 489423 489683 489688) (-335 "FAMONC.spad" 487733 487745 489403 489408) (-334 "FAGROUP.spad" 487373 487383 487629 487656) (-333 "FACUTIL.spad" 485585 485602 487363 487368) (-332 "FACTFUNC.spad" 484787 484797 485575 485580) (-331 "EXPUPXS.spad" 481539 481562 482838 482987) (-330 "EXPRTUBE.spad" 478827 478835 481529 481534) (-329 "EXPRODE.spad" 475995 476011 478817 478822) (-328 "EXPR2UPS.spad" 472117 472130 475985 475990) (-327 "EXPR2.spad" 471822 471834 472107 472112) (-326 "EXPR.spad" 466907 466917 467621 467916) (-325 "EXPEXPAN.spad" 463651 463676 464283 464376) (-324 "EXITAST.spad" 463387 463395 463641 463646) (-323 "EXIT.spad" 463058 463066 463377 463382) (-322 "EVALCYC.spad" 462518 462532 463048 463053) (-321 "EVALAB.spad" 462098 462108 462508 462513) (-320 "EVALAB.spad" 461676 461688 462088 462093) (-319 "EUCDOM.spad" 459266 459274 461602 461671) (-318 "EUCDOM.spad" 456918 456928 459256 459261) (-317 "ESTOOLS2.spad" 456513 456527 456908 456913) (-316 "ESTOOLS1.spad" 456190 456201 456503 456508) (-315 "ESTOOLS.spad" 448068 448076 456180 456185) (-314 "ESCONT1.spad" 447809 447821 448058 448063) (-313 "ESCONT.spad" 444602 444610 447799 447804) (-312 "ES2.spad" 444115 444131 444592 444597) (-311 "ES1.spad" 443685 443701 444105 444110) (-310 "ES.spad" 436556 436564 443675 443680) (-309 "ES.spad" 429330 429340 436451 436456) (-308 "ERROR.spad" 426657 426665 429320 429325) (-307 "EQTBL.spad" 424651 424673 424860 424887) (-306 "EQ2.spad" 424369 424381 424641 424646) (-305 "EQ.spad" 419145 419155 421940 422052) (-304 "EP.spad" 415471 415481 419135 419140) (-303 "ENV.spad" 414149 414157 415461 415466) (-302 "ENTIRER.spad" 413817 413825 414093 414144) (-301 "EMR.spad" 413105 413146 413743 413812) (-300 "ELTAGG.spad" 411359 411378 413095 413100) (-299 "ELTAGG.spad" 409577 409598 411315 411320) (-298 "ELTAB.spad" 409052 409065 409567 409572) (-297 "ELFUTS.spad" 408487 408506 409042 409047) (-296 "ELEMFUN.spad" 408176 408184 408477 408482) (-295 "ELEMFUN.spad" 407863 407873 408166 408171) (-294 "ELAGG.spad" 405834 405844 407843 407858) (-293 "ELAGG.spad" 403742 403754 405753 405758) (-292 "ELABOR.spad" 403088 403096 403732 403737) (-291 "ELABEXPR.spad" 402020 402028 403078 403083) (-290 "EFUPXS.spad" 398796 398826 401976 401981) (-289 "EFULS.spad" 395632 395655 398752 398757) (-288 "EFSTRUC.spad" 393647 393663 395622 395627) (-287 "EF.spad" 388423 388439 393637 393642) (-286 "EAB.spad" 386723 386731 388413 388418) (-285 "E04UCFA.spad" 386259 386267 386713 386718) (-284 "E04NAFA.spad" 385836 385844 386249 386254) (-283 "E04MBFA.spad" 385416 385424 385826 385831) (-282 "E04JAFA.spad" 384952 384960 385406 385411) (-281 "E04GCFA.spad" 384488 384496 384942 384947) (-280 "E04FDFA.spad" 384024 384032 384478 384483) (-279 "E04DGFA.spad" 383560 383568 384014 384019) (-278 "E04AGNT.spad" 379434 379442 383550 383555) (-277 "DVARCAT.spad" 376324 376334 379424 379429) (-276 "DVARCAT.spad" 373212 373224 376314 376319) (-275 "DSMP.spad" 370508 370522 370813 370940) (-274 "DSEXT.spad" 369810 369820 370498 370503) (-273 "DSEXT.spad" 369016 369028 369706 369711) (-272 "DROPT1.spad" 368681 368691 369006 369011) (-271 "DROPT0.spad" 363546 363554 368671 368676) (-270 "DROPT.spad" 357505 357513 363536 363541) (-269 "DRAWPT.spad" 355678 355686 357495 357500) (-268 "DRAWHACK.spad" 354986 354996 355668 355673) (-267 "DRAWCX.spad" 352464 352472 354976 354981) (-266 "DRAWCURV.spad" 352011 352026 352454 352459) (-265 "DRAWCFUN.spad" 341543 341551 352001 352006) (-264 "DRAW.spad" 334419 334432 341533 341538) (-263 "DQAGG.spad" 332597 332607 334387 334414) (-262 "DPOLCAT.spad" 327954 327970 332465 332592) (-261 "DPOLCAT.spad" 323397 323415 327910 327915) (-260 "DPMO.spad" 314920 314936 315058 315271) (-259 "DPMM.spad" 306456 306474 306581 306794) (-258 "DOMTMPLT.spad" 306227 306235 306446 306451) (-257 "DOMCTOR.spad" 305982 305990 306217 306222) (-256 "DOMAIN.spad" 305093 305101 305972 305977) (-255 "DMP.spad" 302281 302296 302851 302978) (-254 "DMEXT.spad" 302148 302158 302249 302276) (-253 "DLP.spad" 301508 301518 302138 302143) (-252 "DLIST.spad" 299913 299923 300517 300544) (-251 "DLAGG.spad" 298330 298340 299903 299908) (-250 "DIVRING.spad" 297872 297880 298274 298325) (-249 "DIVRING.spad" 297458 297468 297862 297867) (-248 "DISPLAY.spad" 295648 295656 297448 297453) (-247 "DIRPROD2.spad" 294466 294484 295638 295643) (-246 "DIRPROD.spad" 281698 281714 282338 282437) (-245 "DIRPCAT.spad" 280891 280907 281594 281693) (-244 "DIRPCAT.spad" 279711 279729 280416 280421) (-243 "DIOSP.spad" 278536 278544 279701 279706) (-242 "DIOPS.spad" 277532 277542 278516 278531) (-241 "DIOPS.spad" 276502 276514 277488 277493) (-240 "DIFRING.spad" 276340 276348 276482 276497) (-239 "DIFFSPC.spad" 275919 275927 276330 276335) (-238 "DIFFSPC.spad" 275496 275506 275909 275914) (-237 "DIFFMOD.spad" 274985 274995 275464 275491) (-236 "DIFFDOM.spad" 274150 274161 274975 274980) (-235 "DIFFDOM.spad" 273313 273326 274140 274145) (-234 "DIFEXT.spad" 273132 273142 273293 273308) (-233 "DIAGG.spad" 272762 272772 273112 273127) (-232 "DIAGG.spad" 272400 272412 272752 272757) (-231 "DHMATRIX.spad" 270583 270593 271728 271755) (-230 "DFSFUN.spad" 264223 264231 270573 270578) (-229 "DFLOAT.spad" 260954 260962 264113 264218) (-228 "DFINTTLS.spad" 259185 259201 260944 260949) (-227 "DERHAM.spad" 257099 257131 259165 259180) (-226 "DEQUEUE.spad" 256294 256304 256577 256604) (-225 "DEGRED.spad" 255911 255925 256284 256289) (-224 "DEFINTRF.spad" 253448 253458 255901 255906) (-223 "DEFINTEF.spad" 251958 251974 253438 253443) (-222 "DEFAST.spad" 251342 251350 251948 251953) (-221 "DECIMAL.spad" 249306 249314 249667 249760) (-220 "DDFACT.spad" 247127 247144 249296 249301) (-219 "DBLRESP.spad" 246727 246751 247117 247122) (-218 "DBASIS.spad" 246353 246368 246717 246722) (-217 "DBASE.spad" 245017 245027 246343 246348) (-216 "DATAARY.spad" 244503 244516 245007 245012) (-215 "D03FAFA.spad" 244331 244339 244493 244498) (-214 "D03EEFA.spad" 244151 244159 244321 244326) (-213 "D03AGNT.spad" 243237 243245 244141 244146) (-212 "D02EJFA.spad" 242699 242707 243227 243232) (-211 "D02CJFA.spad" 242177 242185 242689 242694) (-210 "D02BHFA.spad" 241667 241675 242167 242172) (-209 "D02BBFA.spad" 241157 241165 241657 241662) (-208 "D02AGNT.spad" 236027 236035 241147 241152) (-207 "D01WGTS.spad" 234346 234354 236017 236022) (-206 "D01TRNS.spad" 234323 234331 234336 234341) (-205 "D01GBFA.spad" 233845 233853 234313 234318) (-204 "D01FCFA.spad" 233367 233375 233835 233840) (-203 "D01ASFA.spad" 232835 232843 233357 233362) (-202 "D01AQFA.spad" 232289 232297 232825 232830) (-201 "D01APFA.spad" 231729 231737 232279 232284) (-200 "D01ANFA.spad" 231223 231231 231719 231724) (-199 "D01AMFA.spad" 230733 230741 231213 231218) (-198 "D01ALFA.spad" 230273 230281 230723 230728) (-197 "D01AKFA.spad" 229799 229807 230263 230268) (-196 "D01AJFA.spad" 229322 229330 229789 229794) (-195 "D01AGNT.spad" 225389 225397 229312 229317) (-194 "CYCLOTOM.spad" 224895 224903 225379 225384) (-193 "CYCLES.spad" 221687 221695 224885 224890) (-192 "CVMP.spad" 221104 221114 221677 221682) (-191 "CTRIGMNP.spad" 219604 219620 221094 221099) (-190 "CTORKIND.spad" 219207 219215 219594 219599) (-189 "CTORCAT.spad" 218448 218456 219197 219202) (-188 "CTORCAT.spad" 217687 217697 218438 218443) (-187 "CTORCALL.spad" 217276 217286 217677 217682) (-186 "CTOR.spad" 216967 216975 217266 217271) (-185 "CSTTOOLS.spad" 216212 216225 216957 216962) (-184 "CRFP.spad" 209984 209997 216202 216207) (-183 "CRCEAST.spad" 209704 209712 209974 209979) (-182 "CRAPACK.spad" 208771 208781 209694 209699) (-181 "CPMATCH.spad" 208272 208287 208693 208698) (-180 "CPIMA.spad" 207977 207996 208262 208267) (-179 "COORDSYS.spad" 202986 202996 207967 207972) (-178 "CONTOUR.spad" 202413 202421 202976 202981) (-177 "CONTFRAC.spad" 198163 198173 202315 202408) (-176 "CONDUIT.spad" 197921 197929 198153 198158) (-175 "COMRING.spad" 197595 197603 197859 197916) (-174 "COMPPROP.spad" 197113 197121 197585 197590) (-173 "COMPLPAT.spad" 196880 196895 197103 197108) (-172 "COMPLEX2.spad" 196595 196607 196870 196875) (-171 "COMPLEX.spad" 191906 191916 192150 192411) (-170 "COMPILER.spad" 191455 191463 191896 191901) (-169 "COMPFACT.spad" 191057 191071 191445 191450) (-168 "COMPCAT.spad" 189129 189139 190791 191052) (-167 "COMPCAT.spad" 186926 186938 188590 188595) (-166 "COMMUPC.spad" 186674 186692 186916 186921) (-165 "COMMONOP.spad" 186207 186215 186664 186669) (-164 "COMMAAST.spad" 185970 185978 186197 186202) (-163 "COMM.spad" 185781 185789 185960 185965) (-162 "COMBOPC.spad" 184704 184712 185771 185776) (-161 "COMBINAT.spad" 183471 183481 184694 184699) (-160 "COMBF.spad" 180893 180909 183461 183466) (-159 "COLOR.spad" 179730 179738 180883 180888) (-158 "COLONAST.spad" 179396 179404 179720 179725) (-157 "CMPLXRT.spad" 179107 179124 179386 179391) (-156 "CLLCTAST.spad" 178769 178777 179097 179102) (-155 "CLIP.spad" 174877 174885 178759 178764) (-154 "CLIF.spad" 173532 173548 174833 174872) (-153 "CLAGG.spad" 170069 170079 173522 173527) (-152 "CLAGG.spad" 166474 166486 169929 169934) (-151 "CINTSLPE.spad" 165829 165842 166464 166469) (-150 "CHVAR.spad" 163967 163989 165819 165824) (-149 "CHARZ.spad" 163882 163890 163947 163962) (-148 "CHARPOL.spad" 163408 163418 163872 163877) (-147 "CHARNZ.spad" 163170 163178 163388 163403) (-146 "CHAR.spad" 160538 160546 163160 163165) (-145 "CFCAT.spad" 159866 159874 160528 160533) (-144 "CDEN.spad" 159086 159100 159856 159861) (-143 "CCLASS.spad" 157182 157190 158444 158483) (-142 "CATEGORY.spad" 156256 156264 157172 157177) (-141 "CATCTOR.spad" 156147 156155 156246 156251) (-140 "CATAST.spad" 155773 155781 156137 156142) (-139 "CASEAST.spad" 155487 155495 155763 155768) (-138 "CARTEN2.spad" 154877 154904 155477 155482) (-137 "CARTEN.spad" 150244 150268 154867 154872) (-136 "CARD.spad" 147539 147547 150218 150239) (-135 "CAPSLAST.spad" 147321 147329 147529 147534) (-134 "CACHSET.spad" 146945 146953 147311 147316) (-133 "CABMON.spad" 146500 146508 146935 146940) (-132 "BYTEORD.spad" 146175 146183 146490 146495) (-131 "BYTEBUF.spad" 143876 143884 145162 145189) (-130 "BYTE.spad" 143351 143359 143866 143871) (-129 "BTREE.spad" 142295 142305 142829 142856) (-128 "BTOURN.spad" 141171 141181 141773 141800) (-127 "BTCAT.spad" 140563 140573 141139 141166) (-126 "BTCAT.spad" 139975 139987 140553 140558) (-125 "BTAGG.spad" 139441 139449 139943 139970) (-124 "BTAGG.spad" 138927 138937 139431 139436) (-123 "BSTREE.spad" 137539 137549 138405 138432) (-122 "BRILL.spad" 135744 135755 137529 137534) (-121 "BRAGG.spad" 134700 134710 135734 135739) (-120 "BRAGG.spad" 133620 133632 134656 134661) (-119 "BPADICRT.spad" 131445 131457 131692 131785) (-118 "BPADIC.spad" 131117 131129 131371 131440) (-117 "BOUNDZRO.spad" 130773 130790 131107 131112) (-116 "BOP1.spad" 128231 128241 130763 130768) (-115 "BOP.spad" 123365 123373 128221 128226) (-114 "BOOLEAN.spad" 122803 122811 123355 123360) (-113 "BOOLE.spad" 122453 122461 122793 122798) (-112 "BOOLE.spad" 122101 122111 122443 122448) (-111 "BMODULE.spad" 121813 121825 122069 122096) (-110 "BITS.spad" 121187 121195 121402 121429) (-109 "BINDING.spad" 120608 120616 121177 121182) (-108 "BINARY.spad" 118577 118585 118933 119026) (-107 "BGAGG.spad" 117782 117792 118557 118572) (-106 "BGAGG.spad" 116995 117007 117772 117777) (-105 "BFUNCT.spad" 116559 116567 116975 116990) (-104 "BEZOUT.spad" 115699 115726 116509 116514) (-103 "BBTREE.spad" 112447 112457 115177 115204) (-102 "BASTYPE.spad" 111946 111954 112437 112442) (-101 "BASTYPE.spad" 111443 111453 111936 111941) (-100 "BALFACT.spad" 110902 110915 111433 111438) (-99 "AUTOMOR.spad" 110353 110362 110882 110897) (-98 "ATTREG.spad" 107076 107083 110105 110348) (-97 "ATTRBUT.spad" 103099 103106 107056 107071) (-96 "ATTRAST.spad" 102816 102823 103089 103094) (-95 "ATRIG.spad" 102286 102293 102806 102811) (-94 "ATRIG.spad" 101754 101763 102276 102281) (-93 "ASTCAT.spad" 101658 101665 101744 101749) (-92 "ASTCAT.spad" 101560 101569 101648 101653) (-91 "ASTACK.spad" 100770 100779 101038 101065) (-90 "ASSOCEQ.spad" 99604 99615 100726 100731) (-89 "ASP9.spad" 98685 98698 99594 99599) (-88 "ASP80.spad" 98007 98020 98675 98680) (-87 "ASP8.spad" 97050 97063 97997 98002) (-86 "ASP78.spad" 96501 96514 97040 97045) (-85 "ASP77.spad" 95870 95883 96491 96496) (-84 "ASP74.spad" 94962 94975 95860 95865) (-83 "ASP73.spad" 94233 94246 94952 94957) (-82 "ASP7.spad" 93393 93406 94223 94228) (-81 "ASP6.spad" 92260 92273 93383 93388) (-80 "ASP55.spad" 90769 90782 92250 92255) (-79 "ASP50.spad" 88586 88599 90759 90764) (-78 "ASP49.spad" 87585 87598 88576 88581) (-77 "ASP42.spad" 86000 86039 87575 87580) (-76 "ASP41.spad" 84587 84626 85990 85995) (-75 "ASP4.spad" 83882 83895 84577 84582) (-74 "ASP35.spad" 82870 82883 83872 83877) (-73 "ASP34.spad" 82171 82184 82860 82865) (-72 "ASP33.spad" 81731 81744 82161 82166) (-71 "ASP31.spad" 80871 80884 81721 81726) (-70 "ASP30.spad" 79763 79776 80861 80866) (-69 "ASP29.spad" 79229 79242 79753 79758) (-68 "ASP28.spad" 70502 70515 79219 79224) (-67 "ASP27.spad" 69399 69412 70492 70497) (-66 "ASP24.spad" 68486 68499 69389 69394) (-65 "ASP20.spad" 67950 67963 68476 68481) (-64 "ASP19.spad" 62636 62649 67940 67945) (-63 "ASP12.spad" 62050 62063 62626 62631) (-62 "ASP10.spad" 61321 61334 62040 62045) (-61 "ASP1.spad" 60702 60715 61311 61316) (-60 "ARRAY2.spad" 59941 59950 60180 60207) (-59 "ARRAY12.spad" 58654 58665 59931 59936) (-58 "ARRAY1.spad" 57317 57326 57663 57690) (-57 "ARR2CAT.spad" 53099 53120 57285 57312) (-56 "ARR2CAT.spad" 48901 48924 53089 53094) (-55 "ARITY.spad" 48273 48280 48891 48896) (-54 "APPRULE.spad" 47557 47579 48263 48268) (-53 "APPLYORE.spad" 47176 47189 47547 47552) (-52 "ANY1.spad" 46247 46256 47166 47171) (-51 "ANY.spad" 45098 45105 46237 46242) (-50 "ANTISYM.spad" 43543 43559 45078 45093) (-49 "ANON.spad" 43252 43259 43533 43538) (-48 "AN.spad" 41558 41565 43065 43158) (-47 "AMR.spad" 39743 39754 41456 41553) (-46 "AMR.spad" 37759 37772 39474 39479) (-45 "ALIST.spad" 34599 34620 34949 34976) (-44 "ALGSC.spad" 33734 33760 34471 34524) (-43 "ALGPKG.spad" 29517 29528 33690 33695) (-42 "ALGMFACT.spad" 28710 28724 29507 29512) (-41 "ALGMANIP.spad" 26194 26209 28537 28542) (-40 "ALGFF.spad" 23799 23826 24016 24172) (-39 "ALGFACT.spad" 22918 22928 23789 23794) (-38 "ALGEBRA.spad" 22751 22760 22874 22913) (-37 "ALGEBRA.spad" 22616 22627 22741 22746) (-36 "ALAGG.spad" 22128 22149 22584 22611) (-35 "AHYP.spad" 21509 21516 22118 22123) (-34 "AGG.spad" 19842 19849 21499 21504) (-33 "AGG.spad" 18139 18148 19798 19803) (-32 "AF.spad" 16567 16582 18071 18076) (-31 "ADDAST.spad" 16253 16260 16557 16562) (-30 "ACPLOT.spad" 14844 14851 16243 16248) (-29 "ACFS.spad" 12701 12710 14746 14839) (-28 "ACFS.spad" 10644 10655 12691 12696) (-27 "ACF.spad" 7398 7405 10546 10639) (-26 "ACF.spad" 4238 4247 7388 7393) (-25 "ABELSG.spad" 3779 3786 4228 4233) (-24 "ABELSG.spad" 3318 3327 3769 3774) (-23 "ABELMON.spad" 2861 2868 3308 3313) (-22 "ABELMON.spad" 2402 2411 2851 2856) (-21 "ABELGRP.spad" 2067 2074 2392 2397) (-20 "ABELGRP.spad" 1730 1739 2057 2062) (-19 "A1AGG.spad" 870 879 1698 1725) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
+((-3 NIL 2294689 2294694 2294699 2294704) (-2 NIL 2294669 2294674 2294679 2294684) (-1 NIL 2294649 2294654 2294659 2294664) (0 NIL 2294629 2294634 2294639 2294644) (-1329 "ZMOD.spad" 2294438 2294451 2294567 2294624) (-1328 "ZLINDEP.spad" 2293536 2293547 2294428 2294433) (-1327 "ZDSOLVE.spad" 2283496 2283518 2293526 2293531) (-1326 "YSTREAM.spad" 2282991 2283002 2283486 2283491) (-1325 "YDIAGRAM.spad" 2282625 2282634 2282981 2282986) (-1324 "XRPOLY.spad" 2281845 2281865 2282481 2282550) (-1323 "XPR.spad" 2279640 2279653 2281563 2281662) (-1322 "XPOLYC.spad" 2278959 2278975 2279566 2279635) (-1321 "XPOLY.spad" 2278514 2278525 2278815 2278884) (-1320 "XPBWPOLY.spad" 2276953 2276973 2278288 2278357) (-1319 "XFALG.spad" 2274001 2274017 2276879 2276948) (-1318 "XF.spad" 2272464 2272479 2273903 2273996) (-1317 "XF.spad" 2270907 2270924 2272348 2272353) (-1316 "XEXPPKG.spad" 2270166 2270192 2270897 2270902) (-1315 "XDPOLY.spad" 2269780 2269796 2270022 2270091) (-1314 "XALG.spad" 2269448 2269459 2269736 2269775) (-1313 "WUTSET.spad" 2265418 2265435 2269049 2269076) (-1312 "WP.spad" 2264625 2264669 2265276 2265343) (-1311 "WHILEAST.spad" 2264423 2264432 2264615 2264620) (-1310 "WHEREAST.spad" 2264094 2264103 2264413 2264418) (-1309 "WFFINTBS.spad" 2261757 2261779 2264084 2264089) (-1308 "WEIER.spad" 2259979 2259990 2261747 2261752) (-1307 "VSPACE.spad" 2259652 2259663 2259947 2259974) (-1306 "VSPACE.spad" 2259345 2259358 2259642 2259647) (-1305 "VOID.spad" 2259022 2259031 2259335 2259340) (-1304 "VIEWDEF.spad" 2254223 2254232 2259012 2259017) (-1303 "VIEW3D.spad" 2238184 2238193 2254213 2254218) (-1302 "VIEW2D.spad" 2226083 2226092 2238174 2238179) (-1301 "VIEW.spad" 2223803 2223812 2226073 2226078) (-1300 "VECTOR2.spad" 2222442 2222455 2223793 2223798) (-1299 "VECTOR.spad" 2220942 2220953 2221193 2221220) (-1298 "VECTCAT.spad" 2218854 2218865 2220910 2220937) (-1297 "VECTCAT.spad" 2216573 2216586 2218631 2218636) (-1296 "VARIABLE.spad" 2216353 2216368 2216563 2216568) (-1295 "UTYPE.spad" 2215997 2216006 2216343 2216348) (-1294 "UTSODETL.spad" 2215292 2215316 2215953 2215958) (-1293 "UTSODE.spad" 2213508 2213528 2215282 2215287) (-1292 "UTSCAT.spad" 2210987 2211003 2213406 2213503) (-1291 "UTSCAT.spad" 2208086 2208104 2210507 2210512) (-1290 "UTS2.spad" 2207681 2207716 2208076 2208081) (-1289 "UTS.spad" 2202559 2202587 2206079 2206176) (-1288 "URAGG.spad" 2197280 2197291 2202549 2202554) (-1287 "URAGG.spad" 2191965 2191978 2197236 2197241) (-1286 "UPXSSING.spad" 2189583 2189609 2191019 2191152) (-1285 "UPXSCONS.spad" 2187261 2187281 2187634 2187783) (-1284 "UPXSCCA.spad" 2185832 2185852 2187107 2187256) (-1283 "UPXSCCA.spad" 2184545 2184567 2185822 2185827) (-1282 "UPXSCAT.spad" 2183134 2183150 2184391 2184540) (-1281 "UPXS2.spad" 2182677 2182730 2183124 2183129) (-1280 "UPXS.spad" 2179892 2179920 2180728 2180877) (-1279 "UPSQFREE.spad" 2178306 2178320 2179882 2179887) (-1278 "UPSCAT.spad" 2176101 2176125 2178204 2178301) (-1277 "UPSCAT.spad" 2173581 2173607 2175686 2175691) (-1276 "UPOLYC2.spad" 2173052 2173071 2173571 2173576) (-1275 "UPOLYC.spad" 2168132 2168143 2172894 2173047) (-1274 "UPOLYC.spad" 2163098 2163111 2167862 2167867) (-1273 "UPMP.spad" 2162030 2162043 2163088 2163093) (-1272 "UPDIVP.spad" 2161595 2161609 2162020 2162025) (-1271 "UPDECOMP.spad" 2159856 2159870 2161585 2161590) (-1270 "UPCDEN.spad" 2159073 2159089 2159846 2159851) (-1269 "UP2.spad" 2158437 2158458 2159063 2159068) (-1268 "UP.spad" 2155465 2155480 2155852 2156005) (-1267 "UNISEG2.spad" 2154962 2154975 2155421 2155426) (-1266 "UNISEG.spad" 2154315 2154326 2154881 2154886) (-1265 "UNIFACT.spad" 2153418 2153430 2154305 2154310) (-1264 "ULSCONS.spad" 2144330 2144350 2144700 2144849) (-1263 "ULSCCAT.spad" 2142067 2142087 2144176 2144325) (-1262 "ULSCCAT.spad" 2139912 2139934 2142023 2142028) (-1261 "ULSCAT.spad" 2138152 2138168 2139758 2139907) (-1260 "ULS2.spad" 2137666 2137719 2138142 2138147) (-1259 "ULS.spad" 2127237 2127265 2128182 2128611) (-1258 "UINT8.spad" 2127114 2127123 2127227 2127232) (-1257 "UINT64.spad" 2126990 2126999 2127104 2127109) (-1256 "UINT32.spad" 2126866 2126875 2126980 2126985) (-1255 "UINT16.spad" 2126742 2126751 2126856 2126861) (-1254 "UFD.spad" 2125807 2125816 2126668 2126737) (-1253 "UFD.spad" 2124934 2124945 2125797 2125802) (-1252 "UDVO.spad" 2123815 2123824 2124924 2124929) (-1251 "UDPO.spad" 2121396 2121407 2123771 2123776) (-1250 "TYPEAST.spad" 2121315 2121324 2121386 2121391) (-1249 "TYPE.spad" 2121247 2121256 2121305 2121310) (-1248 "TWOFACT.spad" 2119899 2119914 2121237 2121242) (-1247 "TUPLE.spad" 2119390 2119401 2119795 2119800) (-1246 "TUBETOOL.spad" 2116257 2116266 2119380 2119385) (-1245 "TUBE.spad" 2114904 2114921 2116247 2116252) (-1244 "TSETCAT.spad" 2102975 2102992 2114872 2114899) (-1243 "TSETCAT.spad" 2091032 2091051 2102931 2102936) (-1242 "TS.spad" 2089625 2089641 2090591 2090688) (-1241 "TRMANIP.spad" 2083989 2084006 2089313 2089318) (-1240 "TRIMAT.spad" 2082952 2082977 2083979 2083984) (-1239 "TRIGMNIP.spad" 2081479 2081496 2082942 2082947) (-1238 "TRIGCAT.spad" 2080991 2081000 2081469 2081474) (-1237 "TRIGCAT.spad" 2080501 2080512 2080981 2080986) (-1236 "TREE.spad" 2078947 2078958 2079979 2080006) (-1235 "TRANFUN.spad" 2078786 2078795 2078937 2078942) (-1234 "TRANFUN.spad" 2078623 2078634 2078776 2078781) (-1233 "TOPSP.spad" 2078297 2078306 2078613 2078618) (-1232 "TOOLSIGN.spad" 2077960 2077971 2078287 2078292) (-1231 "TEXTFILE.spad" 2076521 2076530 2077950 2077955) (-1230 "TEX1.spad" 2076077 2076088 2076511 2076516) (-1229 "TEX.spad" 2073271 2073280 2076067 2076072) (-1228 "TEMUTL.spad" 2072826 2072835 2073261 2073266) (-1227 "TBCMPPK.spad" 2070927 2070950 2072816 2072821) (-1226 "TBAGG.spad" 2069985 2070008 2070907 2070922) (-1225 "TBAGG.spad" 2069051 2069076 2069975 2069980) (-1224 "TANEXP.spad" 2068459 2068470 2069041 2069046) (-1223 "TALGOP.spad" 2068183 2068194 2068449 2068454) (-1222 "TABLEAU.spad" 2067664 2067675 2068173 2068178) (-1221 "TABLE.spad" 2065597 2065620 2065867 2065894) (-1220 "TABLBUMP.spad" 2062376 2062387 2065587 2065592) (-1219 "SYSTEM.spad" 2061604 2061613 2062366 2062371) (-1218 "SYSSOLP.spad" 2059087 2059098 2061594 2061599) (-1217 "SYSPTR.spad" 2058986 2058995 2059077 2059082) (-1216 "SYSNNI.spad" 2058209 2058220 2058976 2058981) (-1215 "SYSINT.spad" 2057613 2057624 2058199 2058204) (-1214 "SYNTAX.spad" 2053947 2053956 2057603 2057608) (-1213 "SYMTAB.spad" 2052015 2052024 2053937 2053942) (-1212 "SYMS.spad" 2048038 2048047 2052005 2052010) (-1211 "SYMPOLY.spad" 2047017 2047028 2047099 2047226) (-1210 "SYMFUNC.spad" 2046518 2046529 2047007 2047012) (-1209 "SYMBOL.spad" 2044013 2044022 2046508 2046513) (-1208 "SWITCH.spad" 2040784 2040793 2044003 2044008) (-1207 "SUTS.spad" 2037763 2037791 2039182 2039279) (-1206 "SUPXS.spad" 2034965 2034993 2035814 2035963) (-1205 "SUPFRACF.spad" 2034070 2034088 2034955 2034960) (-1204 "SUP2.spad" 2033462 2033475 2034060 2034065) (-1203 "SUP.spad" 2030104 2030115 2030877 2031030) (-1202 "SUMRF.spad" 2029078 2029089 2030094 2030099) (-1201 "SUMFS.spad" 2028707 2028724 2029068 2029073) (-1200 "SULS.spad" 2018265 2018293 2019223 2019652) (-1199 "SUCHTAST.spad" 2018034 2018043 2018255 2018260) (-1198 "SUCH.spad" 2017724 2017739 2018024 2018029) (-1197 "SUBSPACE.spad" 2009855 2009870 2017714 2017719) (-1196 "SUBRESP.spad" 2009025 2009039 2009811 2009816) (-1195 "STTFNC.spad" 2005493 2005509 2009015 2009020) (-1194 "STTF.spad" 2001592 2001608 2005483 2005488) (-1193 "STTAYLOR.spad" 1994237 1994248 2001467 2001472) (-1192 "STRTBL.spad" 1992252 1992269 1992401 1992428) (-1191 "STRING.spad" 1991018 1991027 1991239 1991266) (-1190 "STREAM3.spad" 1990591 1990606 1991008 1991013) (-1189 "STREAM2.spad" 1989719 1989732 1990581 1990586) (-1188 "STREAM1.spad" 1989425 1989436 1989709 1989714) (-1187 "STREAM.spad" 1986211 1986222 1988818 1988833) (-1186 "STINPROD.spad" 1985147 1985163 1986201 1986206) (-1185 "STEPAST.spad" 1984381 1984390 1985137 1985142) (-1184 "STEP.spad" 1983590 1983599 1984371 1984376) (-1183 "STBL.spad" 1981638 1981666 1981805 1981820) (-1182 "STAGG.spad" 1980713 1980724 1981628 1981633) (-1181 "STAGG.spad" 1979786 1979799 1980703 1980708) (-1180 "STACK.spad" 1979014 1979025 1979264 1979291) (-1179 "SRING.spad" 1978774 1978783 1979004 1979009) (-1178 "SREGSET.spad" 1976473 1976490 1978375 1978402) (-1177 "SRDCMPK.spad" 1975050 1975070 1976463 1976468) (-1176 "SRAGG.spad" 1970233 1970242 1975018 1975045) (-1175 "SRAGG.spad" 1965436 1965447 1970223 1970228) (-1174 "SQMATRIX.spad" 1962931 1962949 1963847 1963934) (-1173 "SPLTREE.spad" 1957397 1957410 1962193 1962220) (-1172 "SPLNODE.spad" 1954017 1954030 1957387 1957392) (-1171 "SPFCAT.spad" 1952826 1952835 1954007 1954012) (-1170 "SPECOUT.spad" 1951378 1951387 1952816 1952821) (-1169 "SPADXPT.spad" 1943469 1943478 1951368 1951373) (-1168 "spad-parser.spad" 1942934 1942943 1943459 1943464) (-1167 "SPADAST.spad" 1942635 1942644 1942924 1942929) (-1166 "SPACEC.spad" 1926850 1926861 1942625 1942630) (-1165 "SPACE3.spad" 1926626 1926637 1926840 1926845) (-1164 "SORTPAK.spad" 1926175 1926188 1926582 1926587) (-1163 "SOLVETRA.spad" 1923938 1923949 1926165 1926170) (-1162 "SOLVESER.spad" 1922394 1922405 1923928 1923933) (-1161 "SOLVERAD.spad" 1918420 1918431 1922384 1922389) (-1160 "SOLVEFOR.spad" 1916882 1916900 1918410 1918415) (-1159 "SNTSCAT.spad" 1916482 1916499 1916850 1916877) (-1158 "SMTS.spad" 1914764 1914790 1916041 1916138) (-1157 "SMP.spad" 1912167 1912187 1912557 1912684) (-1156 "SMITH.spad" 1911012 1911037 1912157 1912162) (-1155 "SMATCAT.spad" 1909130 1909160 1910956 1911007) (-1154 "SMATCAT.spad" 1907180 1907212 1909008 1909013) (-1153 "SKAGG.spad" 1906149 1906160 1907148 1907175) (-1152 "SINT.spad" 1905089 1905098 1906015 1906144) (-1151 "SIMPAN.spad" 1904817 1904826 1905079 1905084) (-1150 "SIGNRF.spad" 1903935 1903946 1904807 1904812) (-1149 "SIGNEF.spad" 1903214 1903231 1903925 1903930) (-1148 "SIGAST.spad" 1902631 1902640 1903204 1903209) (-1147 "SIG.spad" 1901993 1902002 1902621 1902626) (-1146 "SHP.spad" 1899937 1899952 1901949 1901954) (-1145 "SHDP.spad" 1887292 1887319 1887809 1887908) (-1144 "SGROUP.spad" 1886900 1886909 1887282 1887287) (-1143 "SGROUP.spad" 1886506 1886517 1886890 1886895) (-1142 "SGCF.spad" 1879645 1879654 1886496 1886501) (-1141 "SFRTCAT.spad" 1878591 1878608 1879613 1879640) (-1140 "SFRGCD.spad" 1877654 1877674 1878581 1878586) (-1139 "SFQCMPK.spad" 1872467 1872487 1877644 1877649) (-1138 "SFORT.spad" 1871906 1871920 1872457 1872462) (-1137 "SEXOF.spad" 1871749 1871789 1871896 1871901) (-1136 "SEXCAT.spad" 1869577 1869617 1871739 1871744) (-1135 "SEX.spad" 1869469 1869478 1869567 1869572) (-1134 "SETMN.spad" 1867927 1867944 1869459 1869464) (-1133 "SETCAT.spad" 1867412 1867421 1867917 1867922) (-1132 "SETCAT.spad" 1866895 1866906 1867402 1867407) (-1131 "SETAGG.spad" 1863444 1863455 1866875 1866890) (-1130 "SETAGG.spad" 1860001 1860014 1863434 1863439) (-1129 "SET.spad" 1858274 1858285 1859371 1859410) (-1128 "SEQAST.spad" 1857977 1857986 1858264 1858269) (-1127 "SEGXCAT.spad" 1857133 1857146 1857967 1857972) (-1126 "SEGCAT.spad" 1856058 1856069 1857123 1857128) (-1125 "SEGBIND2.spad" 1855756 1855769 1856048 1856053) (-1124 "SEGBIND.spad" 1855514 1855525 1855703 1855708) (-1123 "SEGAST.spad" 1855244 1855253 1855504 1855509) (-1122 "SEG2.spad" 1854679 1854692 1855200 1855205) (-1121 "SEG.spad" 1854492 1854503 1854598 1854603) (-1120 "SDVAR.spad" 1853768 1853779 1854482 1854487) (-1119 "SDPOL.spad" 1851023 1851034 1851314 1851441) (-1118 "SCPKG.spad" 1849112 1849123 1851013 1851018) (-1117 "SCOPE.spad" 1848289 1848298 1849102 1849107) (-1116 "SCACHE.spad" 1846985 1846996 1848279 1848284) (-1115 "SASTCAT.spad" 1846894 1846903 1846975 1846980) (-1114 "SAOS.spad" 1846766 1846775 1846884 1846889) (-1113 "SAERFFC.spad" 1846479 1846499 1846756 1846761) (-1112 "SAEFACT.spad" 1846180 1846200 1846469 1846474) (-1111 "SAE.spad" 1843614 1843630 1844225 1844360) (-1110 "RURPK.spad" 1841273 1841289 1843604 1843609) (-1109 "RULESET.spad" 1840726 1840750 1841263 1841268) (-1108 "RULECOLD.spad" 1840578 1840591 1840716 1840721) (-1107 "RULE.spad" 1838826 1838850 1840568 1840573) (-1106 "RTVALUE.spad" 1838561 1838570 1838816 1838821) (-1105 "RSTRCAST.spad" 1838278 1838287 1838551 1838556) (-1104 "RSETGCD.spad" 1834720 1834740 1838268 1838273) (-1103 "RSETCAT.spad" 1824688 1824705 1834688 1834715) (-1102 "RSETCAT.spad" 1814676 1814695 1824678 1824683) (-1101 "RSDCMPK.spad" 1813176 1813196 1814666 1814671) (-1100 "RRCC.spad" 1811560 1811590 1813166 1813171) (-1099 "RRCC.spad" 1809942 1809974 1811550 1811555) (-1098 "RPTAST.spad" 1809644 1809653 1809932 1809937) (-1097 "RPOLCAT.spad" 1789148 1789163 1809512 1809639) (-1096 "RPOLCAT.spad" 1768347 1768364 1788713 1788718) (-1095 "ROUTINE.spad" 1763748 1763757 1766496 1766523) (-1094 "ROMAN.spad" 1763076 1763085 1763614 1763743) (-1093 "ROIRC.spad" 1762156 1762188 1763066 1763071) (-1092 "RNS.spad" 1761059 1761068 1762058 1762151) (-1091 "RNS.spad" 1760048 1760059 1761049 1761054) (-1090 "RNGBIND.spad" 1759208 1759222 1760003 1760008) (-1089 "RNG.spad" 1758943 1758952 1759198 1759203) (-1088 "RMODULE.spad" 1758724 1758735 1758933 1758938) (-1087 "RMCAT2.spad" 1758144 1758201 1758714 1758719) (-1086 "RMATRIX.spad" 1756914 1756933 1757257 1757296) (-1085 "RMATCAT.spad" 1752493 1752524 1756870 1756909) (-1084 "RMATCAT.spad" 1747962 1747995 1752341 1752346) (-1083 "RLINSET.spad" 1747666 1747677 1747952 1747957) (-1082 "RINTERP.spad" 1747554 1747574 1747656 1747661) (-1081 "RING.spad" 1747024 1747033 1747534 1747549) (-1080 "RING.spad" 1746502 1746513 1747014 1747019) (-1079 "RIDIST.spad" 1745894 1745903 1746492 1746497) (-1078 "RGCHAIN.spad" 1744415 1744431 1745309 1745336) (-1077 "RGBCSPC.spad" 1744204 1744216 1744405 1744410) (-1076 "RGBCMDL.spad" 1743766 1743778 1744194 1744199) (-1075 "RFFACTOR.spad" 1743228 1743239 1743756 1743761) (-1074 "RFFACT.spad" 1742963 1742975 1743218 1743223) (-1073 "RFDIST.spad" 1741959 1741968 1742953 1742958) (-1072 "RF.spad" 1739633 1739644 1741949 1741954) (-1071 "RETSOL.spad" 1739052 1739065 1739623 1739628) (-1070 "RETRACT.spad" 1738480 1738491 1739042 1739047) (-1069 "RETRACT.spad" 1737906 1737919 1738470 1738475) (-1068 "RETAST.spad" 1737718 1737727 1737896 1737901) (-1067 "RESULT.spad" 1735280 1735289 1735867 1735894) (-1066 "RESRING.spad" 1734627 1734674 1735218 1735275) (-1065 "RESLATC.spad" 1733951 1733962 1734617 1734622) (-1064 "REPSQ.spad" 1733682 1733693 1733941 1733946) (-1063 "REPDB.spad" 1733389 1733400 1733672 1733677) (-1062 "REP2.spad" 1723103 1723114 1733231 1733236) (-1061 "REP1.spad" 1717323 1717334 1723053 1723058) (-1060 "REP.spad" 1714877 1714886 1717313 1717318) (-1059 "REGSET.spad" 1712669 1712686 1714478 1714505) (-1058 "REF.spad" 1712004 1712015 1712624 1712629) (-1057 "REDORDER.spad" 1711210 1711227 1711994 1711999) (-1056 "RECLOS.spad" 1709969 1709989 1710673 1710766) (-1055 "REALSOLV.spad" 1709109 1709118 1709959 1709964) (-1054 "REAL0Q.spad" 1706407 1706422 1709099 1709104) (-1053 "REAL0.spad" 1703251 1703266 1706397 1706402) (-1052 "REAL.spad" 1703123 1703132 1703241 1703246) (-1051 "RDUCEAST.spad" 1702844 1702853 1703113 1703118) (-1050 "RDIV.spad" 1702499 1702524 1702834 1702839) (-1049 "RDIST.spad" 1702066 1702077 1702489 1702494) (-1048 "RDETRS.spad" 1700930 1700948 1702056 1702061) (-1047 "RDETR.spad" 1699069 1699087 1700920 1700925) (-1046 "RDEEFS.spad" 1698168 1698185 1699059 1699064) (-1045 "RDEEF.spad" 1697178 1697195 1698158 1698163) (-1044 "RCFIELD.spad" 1694396 1694405 1697080 1697173) (-1043 "RCFIELD.spad" 1691700 1691711 1694386 1694391) (-1042 "RCAGG.spad" 1689636 1689647 1691690 1691695) (-1041 "RCAGG.spad" 1687499 1687512 1689555 1689560) (-1040 "RATRET.spad" 1686859 1686870 1687489 1687494) (-1039 "RATFACT.spad" 1686551 1686563 1686849 1686854) (-1038 "RANDSRC.spad" 1685870 1685879 1686541 1686546) (-1037 "RADUTIL.spad" 1685626 1685635 1685860 1685865) (-1036 "RADIX.spad" 1682405 1682419 1683951 1684044) (-1035 "RADFF.spad" 1680108 1680145 1680227 1680383) (-1034 "RADCAT.spad" 1679703 1679712 1680098 1680103) (-1033 "RADCAT.spad" 1679296 1679307 1679693 1679698) (-1032 "QUEUE.spad" 1678515 1678526 1678774 1678801) (-1031 "QUATCT2.spad" 1678135 1678154 1678505 1678510) (-1030 "QUATCAT.spad" 1676305 1676316 1678065 1678130) (-1029 "QUATCAT.spad" 1674223 1674236 1675985 1675990) (-1028 "QUAT.spad" 1672675 1672686 1673018 1673083) (-1027 "QUAGG.spad" 1671508 1671519 1672643 1672670) (-1026 "QQUTAST.spad" 1671276 1671285 1671498 1671503) (-1025 "QFORM.spad" 1670894 1670909 1671266 1671271) (-1024 "QFCAT2.spad" 1670586 1670603 1670884 1670889) (-1023 "QFCAT.spad" 1669288 1669299 1670488 1670581) (-1022 "QFCAT.spad" 1667572 1667585 1668774 1668779) (-1021 "QEQUAT.spad" 1667130 1667139 1667562 1667567) (-1020 "QCMPACK.spad" 1662044 1662064 1667120 1667125) (-1019 "QALGSET2.spad" 1660039 1660058 1662034 1662039) (-1018 "QALGSET.spad" 1656141 1656174 1659953 1659958) (-1017 "PWFFINTB.spad" 1653556 1653578 1656131 1656136) (-1016 "PUSHVAR.spad" 1652894 1652914 1653546 1653551) (-1015 "PTRANFN.spad" 1649029 1649040 1652884 1652889) (-1014 "PTPACK.spad" 1646116 1646127 1649019 1649024) (-1013 "PTFUNC2.spad" 1645938 1645953 1646106 1646111) (-1012 "PTCAT.spad" 1645192 1645203 1645906 1645933) (-1011 "PSQFR.spad" 1644506 1644531 1645182 1645187) (-1010 "PSEUDLIN.spad" 1643391 1643402 1644496 1644501) (-1009 "PSETPK.spad" 1630095 1630112 1643269 1643274) (-1008 "PSETCAT.spad" 1624494 1624518 1630075 1630090) (-1007 "PSETCAT.spad" 1618867 1618893 1624450 1624455) (-1006 "PSCURVE.spad" 1617865 1617874 1618857 1618862) (-1005 "PSCAT.spad" 1616647 1616677 1617763 1617860) (-1004 "PSCAT.spad" 1615519 1615551 1616637 1616642) (-1003 "PRTITION.spad" 1614216 1614225 1615509 1615514) (-1002 "PRTDAST.spad" 1613934 1613943 1614206 1614211) (-1001 "PRS.spad" 1603551 1603569 1613890 1613895) (-1000 "PRQAGG.spad" 1602985 1602996 1603519 1603546) (-999 "PROPLOG.spad" 1602589 1602597 1602975 1602980) (-998 "PROPFUN2.spad" 1602212 1602225 1602579 1602584) (-997 "PROPFUN1.spad" 1601618 1601629 1602202 1602207) (-996 "PROPFRML.spad" 1600186 1600197 1601608 1601613) (-995 "PROPERTY.spad" 1599682 1599690 1600176 1600181) (-994 "PRODUCT.spad" 1597364 1597376 1597648 1597703) (-993 "PRINT.spad" 1597116 1597124 1597354 1597359) (-992 "PRIMES.spad" 1595377 1595387 1597106 1597111) (-991 "PRIMELT.spad" 1593498 1593512 1595367 1595372) (-990 "PRIMCAT.spad" 1593141 1593149 1593488 1593493) (-989 "PRIMARR2.spad" 1591908 1591920 1593131 1593136) (-988 "PRIMARR.spad" 1590747 1590757 1590917 1590944) (-987 "PREASSOC.spad" 1590129 1590141 1590737 1590742) (-986 "PR.spad" 1588494 1588506 1589193 1589320) (-985 "PPCURVE.spad" 1587631 1587639 1588484 1588489) (-984 "PORTNUM.spad" 1587422 1587430 1587621 1587626) (-983 "POLYROOT.spad" 1586271 1586293 1587378 1587383) (-982 "POLYLIFT.spad" 1585536 1585559 1586261 1586266) (-981 "POLYCATQ.spad" 1583662 1583684 1585526 1585531) (-980 "POLYCAT.spad" 1577164 1577185 1583530 1583657) (-979 "POLYCAT.spad" 1569962 1569985 1576330 1576335) (-978 "POLY2UP.spad" 1569414 1569428 1569952 1569957) (-977 "POLY2.spad" 1569011 1569023 1569404 1569409) (-976 "POLY.spad" 1566274 1566284 1566789 1566916) (-975 "POLUTIL.spad" 1565239 1565268 1566230 1566235) (-974 "POLTOPOL.spad" 1563987 1564002 1565229 1565234) (-973 "POINT.spad" 1562651 1562661 1562738 1562765) (-972 "PNTHEORY.spad" 1559353 1559361 1562641 1562646) (-971 "PMTOOLS.spad" 1558128 1558142 1559343 1559348) (-970 "PMSYM.spad" 1557677 1557687 1558118 1558123) (-969 "PMQFCAT.spad" 1557268 1557282 1557667 1557672) (-968 "PMPREDFS.spad" 1556730 1556752 1557258 1557263) (-967 "PMPRED.spad" 1556217 1556231 1556720 1556725) (-966 "PMPLCAT.spad" 1555294 1555312 1556146 1556151) (-965 "PMLSAGG.spad" 1554879 1554893 1555284 1555289) (-964 "PMKERNEL.spad" 1554458 1554470 1554869 1554874) (-963 "PMINS.spad" 1554038 1554048 1554448 1554453) (-962 "PMFS.spad" 1553615 1553633 1554028 1554033) (-961 "PMDOWN.spad" 1552905 1552919 1553605 1553610) (-960 "PMASSFS.spad" 1551880 1551896 1552895 1552900) (-959 "PMASS.spad" 1550898 1550906 1551870 1551875) (-958 "PLOTTOOL.spad" 1550678 1550686 1550888 1550893) (-957 "PLOT3D.spad" 1547142 1547150 1550668 1550673) (-956 "PLOT1.spad" 1546315 1546325 1547132 1547137) (-955 "PLOT.spad" 1541238 1541246 1546305 1546310) (-954 "PLEQN.spad" 1528640 1528667 1541228 1541233) (-953 "PINTERPA.spad" 1528424 1528440 1528630 1528635) (-952 "PINTERP.spad" 1528046 1528065 1528414 1528419) (-951 "PID.spad" 1527020 1527028 1527972 1528041) (-950 "PICOERCE.spad" 1526677 1526687 1527010 1527015) (-949 "PI.spad" 1526294 1526302 1526651 1526672) (-948 "PGROEB.spad" 1524903 1524917 1526284 1526289) (-947 "PGE.spad" 1516576 1516584 1524893 1524898) (-946 "PGCD.spad" 1515530 1515547 1516566 1516571) (-945 "PFRPAC.spad" 1514679 1514689 1515520 1515525) (-944 "PFR.spad" 1511382 1511392 1514581 1514674) (-943 "PFOTOOLS.spad" 1510640 1510656 1511372 1511377) (-942 "PFOQ.spad" 1510010 1510028 1510630 1510635) (-941 "PFO.spad" 1509429 1509456 1510000 1510005) (-940 "PFECAT.spad" 1507139 1507147 1509355 1509424) (-939 "PFECAT.spad" 1504877 1504887 1507095 1507100) (-938 "PFBRU.spad" 1502765 1502777 1504867 1504872) (-937 "PFBR.spad" 1500325 1500348 1502755 1502760) (-936 "PF.spad" 1499899 1499911 1500130 1500223) (-935 "PERMGRP.spad" 1494669 1494679 1499889 1499894) (-934 "PERMCAT.spad" 1493330 1493340 1494649 1494664) (-933 "PERMAN.spad" 1491886 1491900 1493320 1493325) (-932 "PERM.spad" 1487693 1487703 1491716 1491731) (-931 "PENDTREE.spad" 1486913 1486923 1487193 1487198) (-930 "PDSPC.spad" 1485726 1485736 1486903 1486908) (-929 "PDSPC.spad" 1484537 1484549 1485716 1485721) (-928 "PDRING.spad" 1484379 1484389 1484517 1484532) (-927 "PDMOD.spad" 1484195 1484207 1484347 1484374) (-926 "PDEPROB.spad" 1483210 1483218 1484185 1484190) (-925 "PDEPACK.spad" 1477346 1477354 1483200 1483205) (-924 "PDECOMP.spad" 1476816 1476833 1477336 1477341) (-923 "PDECAT.spad" 1475172 1475180 1476806 1476811) (-922 "PDDOM.spad" 1474610 1474623 1475162 1475167) (-921 "PDDOM.spad" 1474046 1474061 1474600 1474605) (-920 "PCOMP.spad" 1473899 1473912 1474036 1474041) (-919 "PBWLB.spad" 1472495 1472512 1473889 1473894) (-918 "PATTERN2.spad" 1472233 1472245 1472485 1472490) (-917 "PATTERN1.spad" 1470577 1470593 1472223 1472228) (-916 "PATTERN.spad" 1465148 1465158 1470567 1470572) (-915 "PATRES2.spad" 1464820 1464834 1465138 1465143) (-914 "PATRES.spad" 1462403 1462415 1464810 1464815) (-913 "PATMATCH.spad" 1460591 1460622 1462102 1462107) (-912 "PATMAB.spad" 1460020 1460030 1460581 1460586) (-911 "PATLRES.spad" 1459106 1459120 1460010 1460015) (-910 "PATAB.spad" 1458870 1458880 1459096 1459101) (-909 "PARTPERM.spad" 1456926 1456934 1458860 1458865) (-908 "PARSURF.spad" 1456360 1456388 1456916 1456921) (-907 "PARSU2.spad" 1456157 1456173 1456350 1456355) (-906 "script-parser.spad" 1455677 1455685 1456147 1456152) (-905 "PARSCURV.spad" 1455111 1455139 1455667 1455672) (-904 "PARSC2.spad" 1454902 1454918 1455101 1455106) (-903 "PARPCURV.spad" 1454364 1454392 1454892 1454897) (-902 "PARPC2.spad" 1454155 1454171 1454354 1454359) (-901 "PARAMAST.spad" 1453283 1453291 1454145 1454150) (-900 "PAN2EXPR.spad" 1452695 1452703 1453273 1453278) (-899 "PALETTE.spad" 1451681 1451689 1452685 1452690) (-898 "PAIR.spad" 1450688 1450701 1451257 1451262) (-897 "PADICRC.spad" 1447892 1447910 1449055 1449148) (-896 "PADICRAT.spad" 1445751 1445763 1445964 1446057) (-895 "PADICCT.spad" 1444300 1444312 1445677 1445746) (-894 "PADIC.spad" 1444003 1444015 1444226 1444295) (-893 "PADEPAC.spad" 1442692 1442711 1443993 1443998) (-892 "PADE.spad" 1441444 1441460 1442682 1442687) (-891 "OWP.spad" 1440692 1440722 1441302 1441369) (-890 "OVERSET.spad" 1440265 1440273 1440682 1440687) (-889 "OVAR.spad" 1440046 1440069 1440255 1440260) (-888 "OUTFORM.spad" 1429454 1429462 1440036 1440041) (-887 "OUTBFILE.spad" 1428888 1428896 1429444 1429449) (-886 "OUTBCON.spad" 1427958 1427966 1428878 1428883) (-885 "OUTBCON.spad" 1427026 1427036 1427948 1427953) (-884 "OUT.spad" 1426144 1426152 1427016 1427021) (-883 "OSI.spad" 1425619 1425627 1426134 1426139) (-882 "OSGROUP.spad" 1425537 1425545 1425609 1425614) (-881 "ORTHPOL.spad" 1424016 1424026 1425448 1425453) (-880 "OREUP.spad" 1423460 1423488 1423687 1423726) (-879 "ORESUP.spad" 1422752 1422776 1423131 1423170) (-878 "OREPCTO.spad" 1420641 1420653 1422672 1422677) (-877 "OREPCAT.spad" 1414828 1414838 1420597 1420636) (-876 "OREPCAT.spad" 1408905 1408917 1414676 1414681) (-875 "ORDTYPE.spad" 1408142 1408150 1408895 1408900) (-874 "ORDTYPE.spad" 1407377 1407387 1408132 1408137) (-873 "ORDSTRCT.spad" 1407147 1407162 1407310 1407315) (-872 "ORDSET.spad" 1406847 1406855 1407137 1407142) (-871 "ORDRING.spad" 1406664 1406672 1406827 1406842) (-870 "ORDMON.spad" 1406519 1406527 1406654 1406659) (-869 "ORDFUNS.spad" 1405651 1405667 1406509 1406514) (-868 "ORDFIN.spad" 1405471 1405479 1405641 1405646) (-867 "ORDCOMP2.spad" 1404764 1404776 1405461 1405466) (-866 "ORDCOMP.spad" 1403217 1403227 1404299 1404328) (-865 "OPTPROB.spad" 1401855 1401863 1403207 1403212) (-864 "OPTPACK.spad" 1394264 1394272 1401845 1401850) (-863 "OPTCAT.spad" 1391943 1391951 1394254 1394259) (-862 "OPSIG.spad" 1391605 1391613 1391933 1391938) (-861 "OPQUERY.spad" 1391186 1391194 1391595 1391600) (-860 "OPERCAT.spad" 1390652 1390662 1391176 1391181) (-859 "OPERCAT.spad" 1390116 1390128 1390642 1390647) (-858 "OP.spad" 1389858 1389868 1389938 1390005) (-857 "ONECOMP2.spad" 1389282 1389294 1389848 1389853) (-856 "ONECOMP.spad" 1388015 1388025 1388817 1388846) (-855 "OMSERVER.spad" 1387021 1387029 1388005 1388010) (-854 "OMSAGG.spad" 1386809 1386819 1386977 1387016) (-853 "OMPKG.spad" 1385441 1385449 1386799 1386804) (-852 "OMLO.spad" 1384874 1384886 1385327 1385366) (-851 "OMEXPR.spad" 1384708 1384718 1384864 1384869) (-850 "OMERRK.spad" 1383758 1383766 1384698 1384703) (-849 "OMERR.spad" 1383303 1383311 1383748 1383753) (-848 "OMENC.spad" 1382655 1382663 1383293 1383298) (-847 "OMDEV.spad" 1376988 1376996 1382645 1382650) (-846 "OMCONN.spad" 1376397 1376405 1376978 1376983) (-845 "OM.spad" 1375394 1375402 1376387 1376392) (-844 "OINTDOM.spad" 1375157 1375165 1375320 1375389) (-843 "OFMONOID.spad" 1373296 1373306 1375113 1375118) (-842 "ODVAR.spad" 1372557 1372567 1373286 1373291) (-841 "ODR.spad" 1372201 1372227 1372369 1372518) (-840 "ODPOL.spad" 1369412 1369422 1369752 1369879) (-839 "ODP.spad" 1356911 1356931 1357284 1357383) (-838 "ODETOOLS.spad" 1355560 1355579 1356901 1356906) (-837 "ODESYS.spad" 1353254 1353271 1355550 1355555) (-836 "ODERTRIC.spad" 1349287 1349304 1353211 1353216) (-835 "ODERED.spad" 1348686 1348710 1349277 1349282) (-834 "ODERAT.spad" 1346317 1346334 1348676 1348681) (-833 "ODEPRRIC.spad" 1343410 1343432 1346307 1346312) (-832 "ODEPROB.spad" 1342667 1342675 1343400 1343405) (-831 "ODEPRIM.spad" 1340065 1340087 1342657 1342662) (-830 "ODEPAL.spad" 1339451 1339475 1340055 1340060) (-829 "ODEPACK.spad" 1326181 1326189 1339441 1339446) (-828 "ODEINT.spad" 1325616 1325632 1326171 1326176) (-827 "ODEIFTBL.spad" 1323019 1323027 1325606 1325611) (-826 "ODEEF.spad" 1318510 1318526 1323009 1323014) (-825 "ODECONST.spad" 1318055 1318073 1318500 1318505) (-824 "ODECAT.spad" 1316653 1316661 1318045 1318050) (-823 "OCTCT2.spad" 1316291 1316312 1316643 1316648) (-822 "OCT.spad" 1314379 1314389 1315093 1315132) (-821 "OCAMON.spad" 1314227 1314235 1314369 1314374) (-820 "OC.spad" 1312023 1312033 1314183 1314222) (-819 "OC.spad" 1309541 1309553 1311703 1311708) (-818 "OASGP.spad" 1309356 1309364 1309531 1309536) (-817 "OAMONS.spad" 1308878 1308886 1309346 1309351) (-816 "OAMON.spad" 1308636 1308644 1308868 1308873) (-815 "OAMON.spad" 1308392 1308402 1308626 1308631) (-814 "OAGROUP.spad" 1307930 1307938 1308382 1308387) (-813 "OAGROUP.spad" 1307466 1307476 1307920 1307925) (-812 "NUMTUBE.spad" 1307057 1307073 1307456 1307461) (-811 "NUMQUAD.spad" 1295033 1295041 1307047 1307052) (-810 "NUMODE.spad" 1286385 1286393 1295023 1295028) (-809 "NUMINT.spad" 1283951 1283959 1286375 1286380) (-808 "NUMFMT.spad" 1282791 1282799 1283941 1283946) (-807 "NUMERIC.spad" 1274905 1274915 1282596 1282601) (-806 "NTSCAT.spad" 1273413 1273429 1274873 1274900) (-805 "NTPOLFN.spad" 1272958 1272968 1273324 1273329) (-804 "NSUP2.spad" 1272350 1272362 1272948 1272953) (-803 "NSUP.spad" 1265345 1265355 1269765 1269918) (-802 "NSMP.spad" 1261444 1261463 1261736 1261863) (-801 "NREP.spad" 1259846 1259860 1261434 1261439) (-800 "NPCOEF.spad" 1259092 1259112 1259836 1259841) (-799 "NORMRETR.spad" 1258690 1258729 1259082 1259087) (-798 "NORMPK.spad" 1256632 1256651 1258680 1258685) (-797 "NORMMA.spad" 1256320 1256346 1256622 1256627) (-796 "NONE1.spad" 1255996 1256006 1256310 1256315) (-795 "NONE.spad" 1255737 1255745 1255986 1255991) (-794 "NODE1.spad" 1255224 1255240 1255727 1255732) (-793 "NNI.spad" 1254119 1254127 1255198 1255219) (-792 "NLINSOL.spad" 1252745 1252755 1254109 1254114) (-791 "NIPROB.spad" 1251286 1251294 1252735 1252740) (-790 "NFINTBAS.spad" 1248846 1248863 1251276 1251281) (-789 "NETCLT.spad" 1248820 1248831 1248836 1248841) (-788 "NCODIV.spad" 1247044 1247060 1248810 1248815) (-787 "NCNTFRAC.spad" 1246686 1246700 1247034 1247039) (-786 "NCEP.spad" 1244852 1244866 1246676 1246681) (-785 "NASRING.spad" 1244456 1244464 1244842 1244847) (-784 "NASRING.spad" 1244058 1244068 1244446 1244451) (-783 "NARNG.spad" 1243458 1243466 1244048 1244053) (-782 "NARNG.spad" 1242856 1242866 1243448 1243453) (-781 "NAGSP.spad" 1241933 1241941 1242846 1242851) (-780 "NAGS.spad" 1231650 1231658 1241923 1241928) (-779 "NAGF07.spad" 1230081 1230089 1231640 1231645) (-778 "NAGF04.spad" 1224483 1224491 1230071 1230076) (-777 "NAGF02.spad" 1218576 1218584 1224473 1224478) (-776 "NAGF01.spad" 1214345 1214353 1218566 1218571) (-775 "NAGE04.spad" 1208053 1208061 1214335 1214340) (-774 "NAGE02.spad" 1198705 1198713 1208043 1208048) (-773 "NAGE01.spad" 1194699 1194707 1198695 1198700) (-772 "NAGD03.spad" 1192695 1192703 1194689 1194694) (-771 "NAGD02.spad" 1185426 1185434 1192685 1192690) (-770 "NAGD01.spad" 1179711 1179719 1185416 1185421) (-769 "NAGC06.spad" 1175578 1175586 1179701 1179706) (-768 "NAGC05.spad" 1174071 1174079 1175568 1175573) (-767 "NAGC02.spad" 1173346 1173354 1174061 1174066) (-766 "NAALG.spad" 1172911 1172921 1173314 1173341) (-765 "NAALG.spad" 1172496 1172508 1172901 1172906) (-764 "MULTSQFR.spad" 1169454 1169471 1172486 1172491) (-763 "MULTFACT.spad" 1168837 1168854 1169444 1169449) (-762 "MTSCAT.spad" 1166931 1166952 1168735 1168832) (-761 "MTHING.spad" 1166590 1166600 1166921 1166926) (-760 "MSYSCMD.spad" 1166024 1166032 1166580 1166585) (-759 "MSETAGG.spad" 1165869 1165879 1165992 1166019) (-758 "MSET.spad" 1163782 1163792 1165530 1165569) (-757 "MRING.spad" 1160759 1160771 1163490 1163557) (-756 "MRF2.spad" 1160321 1160335 1160749 1160754) (-755 "MRATFAC.spad" 1159867 1159884 1160311 1160316) (-754 "MPRFF.spad" 1157907 1157926 1159857 1159862) (-753 "MPOLY.spad" 1155306 1155321 1155665 1155792) (-752 "MPCPF.spad" 1154570 1154589 1155296 1155301) (-751 "MPC3.spad" 1154387 1154427 1154560 1154565) (-750 "MPC2.spad" 1154040 1154073 1154377 1154382) (-749 "MONOTOOL.spad" 1152391 1152408 1154030 1154035) (-748 "MONOID.spad" 1151710 1151718 1152381 1152386) (-747 "MONOID.spad" 1151027 1151037 1151700 1151705) (-746 "MONOGEN.spad" 1149775 1149788 1150887 1151022) (-745 "MONOGEN.spad" 1148545 1148560 1149659 1149664) (-744 "MONADWU.spad" 1146623 1146631 1148535 1148540) (-743 "MONADWU.spad" 1144699 1144709 1146613 1146618) (-742 "MONAD.spad" 1143859 1143867 1144689 1144694) (-741 "MONAD.spad" 1143017 1143027 1143849 1143854) (-740 "MOEBIUS.spad" 1141753 1141767 1142997 1143012) (-739 "MODULE.spad" 1141623 1141633 1141721 1141748) (-738 "MODULE.spad" 1141513 1141525 1141613 1141618) (-737 "MODRING.spad" 1140848 1140887 1141493 1141508) (-736 "MODOP.spad" 1139505 1139517 1140670 1140737) (-735 "MODMONOM.spad" 1139236 1139254 1139495 1139500) (-734 "MODMON.spad" 1135860 1135876 1136579 1136732) (-733 "MODFIELD.spad" 1135222 1135261 1135762 1135855) (-732 "MMLFORM.spad" 1134082 1134090 1135212 1135217) (-731 "MMAP.spad" 1133824 1133858 1134072 1134077) (-730 "MLO.spad" 1132283 1132293 1133780 1133819) (-729 "MLIFT.spad" 1130895 1130912 1132273 1132278) (-728 "MKUCFUNC.spad" 1130430 1130448 1130885 1130890) (-727 "MKRECORD.spad" 1130018 1130031 1130420 1130425) (-726 "MKFUNC.spad" 1129425 1129435 1130008 1130013) (-725 "MKFLCFN.spad" 1128393 1128403 1129415 1129420) (-724 "MKBCFUNC.spad" 1127888 1127906 1128383 1128388) (-723 "MINT.spad" 1127327 1127335 1127790 1127883) (-722 "MHROWRED.spad" 1125838 1125848 1127317 1127322) (-721 "MFLOAT.spad" 1124358 1124366 1125728 1125833) (-720 "MFINFACT.spad" 1123758 1123780 1124348 1124353) (-719 "MESH.spad" 1121548 1121556 1123748 1123753) (-718 "MDDFACT.spad" 1119767 1119777 1121538 1121543) (-717 "MDAGG.spad" 1119058 1119068 1119747 1119762) (-716 "MCMPLX.spad" 1114423 1114431 1115037 1115238) (-715 "MCDEN.spad" 1113633 1113645 1114413 1114418) (-714 "MCALCFN.spad" 1110731 1110757 1113623 1113628) (-713 "MAYBE.spad" 1110031 1110042 1110721 1110726) (-712 "MATSTOR.spad" 1107347 1107357 1110021 1110026) (-711 "MATRIX.spad" 1105913 1105923 1106397 1106424) (-710 "MATLIN.spad" 1103281 1103305 1105797 1105802) (-709 "MATCAT2.spad" 1102563 1102611 1103271 1103276) (-708 "MATCAT.spad" 1094125 1094147 1102531 1102558) (-707 "MATCAT.spad" 1085559 1085583 1093967 1093972) (-706 "MAPPKG3.spad" 1084474 1084488 1085549 1085554) (-705 "MAPPKG2.spad" 1083812 1083824 1084464 1084469) (-704 "MAPPKG1.spad" 1082640 1082650 1083802 1083807) (-703 "MAPPAST.spad" 1081979 1081987 1082630 1082635) (-702 "MAPHACK3.spad" 1081791 1081805 1081969 1081974) (-701 "MAPHACK2.spad" 1081560 1081572 1081781 1081786) (-700 "MAPHACK1.spad" 1081204 1081214 1081550 1081555) (-699 "MAGMA.spad" 1079010 1079027 1081194 1081199) (-698 "MACROAST.spad" 1078605 1078613 1079000 1079005) (-697 "M3D.spad" 1076190 1076200 1077848 1077853) (-696 "LZSTAGG.spad" 1073444 1073454 1076180 1076185) (-695 "LZSTAGG.spad" 1070696 1070708 1073434 1073439) (-694 "LWORD.spad" 1067441 1067458 1070686 1070691) (-693 "LSTAST.spad" 1067225 1067233 1067431 1067436) (-692 "LSQM.spad" 1065337 1065351 1065731 1065782) (-691 "LSPP.spad" 1064872 1064889 1065327 1065332) (-690 "LSMP1.spad" 1062698 1062712 1064862 1064867) (-689 "LSMP.spad" 1061548 1061576 1062688 1062693) (-688 "LSAGG.spad" 1061217 1061227 1061516 1061543) (-687 "LSAGG.spad" 1060906 1060918 1061207 1061212) (-686 "LPOLY.spad" 1059868 1059887 1060762 1060831) (-685 "LPEFRAC.spad" 1059139 1059149 1059858 1059863) (-684 "LOGIC.spad" 1058741 1058749 1059129 1059134) (-683 "LOGIC.spad" 1058341 1058351 1058731 1058736) (-682 "LODOOPS.spad" 1057271 1057283 1058331 1058336) (-681 "LODOF.spad" 1056317 1056334 1057228 1057233) (-680 "LODOCAT.spad" 1054983 1054993 1056273 1056312) (-679 "LODOCAT.spad" 1053647 1053659 1054939 1054944) (-678 "LODO2.spad" 1052911 1052923 1053318 1053357) (-677 "LODO1.spad" 1052302 1052312 1052582 1052621) (-676 "LODO.spad" 1051677 1051693 1051973 1052012) (-675 "LODEEF.spad" 1050479 1050497 1051667 1051672) (-674 "LO.spad" 1049880 1049894 1050413 1050440) (-673 "LNAGG.spad" 1046067 1046077 1049870 1049875) (-672 "LNAGG.spad" 1042218 1042230 1046023 1046028) (-671 "LMOPS.spad" 1038986 1039003 1042208 1042213) (-670 "LMODULE.spad" 1038770 1038780 1038976 1038981) (-669 "LMDICT.spad" 1037941 1037951 1038189 1038216) (-668 "LLINSET.spad" 1037648 1037658 1037931 1037936) (-667 "LITERAL.spad" 1037554 1037565 1037638 1037643) (-666 "LIST3.spad" 1036865 1036879 1037544 1037549) (-665 "LIST2MAP.spad" 1033792 1033804 1036855 1036860) (-664 "LIST2.spad" 1032494 1032506 1033782 1033787) (-663 "LIST.spad" 1030055 1030065 1031467 1031494) (-662 "LINSET.spad" 1029834 1029844 1030045 1030050) (-661 "LINFORM.spad" 1029297 1029309 1029802 1029829) (-660 "LINEXP.spad" 1028040 1028050 1029287 1029292) (-659 "LINELT.spad" 1027411 1027423 1027923 1027950) (-658 "LINDEP.spad" 1026260 1026272 1027323 1027328) (-657 "LINBASIS.spad" 1025896 1025911 1026250 1026255) (-656 "LIMITRF.spad" 1023824 1023834 1025886 1025891) (-655 "LIMITPS.spad" 1022727 1022740 1023814 1023819) (-654 "LIECAT.spad" 1022211 1022221 1022653 1022722) (-653 "LIECAT.spad" 1021723 1021735 1022167 1022172) (-652 "LIE.spad" 1019718 1019730 1020992 1021137) (-651 "LIB.spad" 1017433 1017441 1017879 1017894) (-650 "LGROBP.spad" 1014786 1014805 1017423 1017428) (-649 "LFCAT.spad" 1013845 1013853 1014776 1014781) (-648 "LF.spad" 1012800 1012816 1013835 1013840) (-647 "LEXTRIPK.spad" 1008423 1008438 1012790 1012795) (-646 "LEXP.spad" 1006442 1006469 1008403 1008418) (-645 "LETAST.spad" 1006141 1006149 1006432 1006437) (-644 "LEADCDET.spad" 1004547 1004564 1006131 1006136) (-643 "LAZM3PK.spad" 1003291 1003313 1004537 1004542) (-642 "LAUPOL.spad" 1001876 1001889 1002776 1002845) (-641 "LAPLACE.spad" 1001459 1001475 1001866 1001871) (-640 "LALG.spad" 1001235 1001245 1001439 1001454) (-639 "LALG.spad" 1001019 1001031 1001225 1001230) (-638 "LA.spad" 1000459 1000473 1000941 1000980) (-637 "KVTFROM.spad" 1000202 1000212 1000449 1000454) (-636 "KTVLOGIC.spad" 999746 999754 1000192 1000197) (-635 "KRCFROM.spad" 999492 999502 999736 999741) (-634 "KOVACIC.spad" 998223 998240 999482 999487) (-633 "KONVERT.spad" 997945 997955 998213 998218) (-632 "KOERCE.spad" 997682 997692 997935 997940) (-631 "KERNEL2.spad" 997385 997397 997672 997677) (-630 "KERNEL.spad" 996025 996035 997154 997159) (-629 "KDAGG.spad" 995134 995156 996005 996020) (-628 "KDAGG.spad" 994251 994275 995124 995129) (-627 "KAFILE.spad" 993081 993097 993316 993343) (-626 "JVMOP.spad" 992994 993002 993071 993076) (-625 "JVMMDACC.spad" 992048 992056 992984 992989) (-624 "JVMFDACC.spad" 991364 991372 992038 992043) (-623 "JVMCSTTG.spad" 990093 990101 991354 991359) (-622 "JVMCFACC.spad" 989539 989547 990083 990088) (-621 "JVMBCODE.spad" 989450 989458 989529 989534) (-620 "JORDAN.spad" 987258 987270 988719 988864) (-619 "JOINAST.spad" 986960 986968 987248 987253) (-618 "IXAGG.spad" 985093 985117 986950 986955) (-617 "IXAGG.spad" 983081 983107 984940 984945) (-616 "IVECTOR.spad" 981677 981692 981832 981859) (-615 "ITUPLE.spad" 980853 980863 981667 981672) (-614 "ITRIGMNP.spad" 979700 979719 980843 980848) (-613 "ITFUN3.spad" 979206 979220 979690 979695) (-612 "ITFUN2.spad" 978950 978962 979196 979201) (-611 "ITFORM.spad" 978305 978313 978940 978945) (-610 "ITAYLOR.spad" 976299 976314 978169 978266) (-609 "ISUPS.spad" 968697 968712 975234 975331) (-608 "ISUMP.spad" 968198 968214 968687 968692) (-607 "ISTRING.spad" 967104 967117 967185 967212) (-606 "ISAST.spad" 966823 966831 967094 967099) (-605 "IRURPK.spad" 965540 965559 966813 966818) (-604 "IRSN.spad" 963544 963552 965530 965535) (-603 "IRRF2F.spad" 962037 962047 963500 963505) (-602 "IRREDFFX.spad" 961638 961649 962027 962032) (-601 "IROOT.spad" 959977 959987 961628 961633) (-600 "IRFORM.spad" 959301 959309 959967 959972) (-599 "IR2F.spad" 958515 958531 959291 959296) (-598 "IR2.spad" 957543 957559 958505 958510) (-597 "IR.spad" 955346 955360 957392 957419) (-596 "IPRNTPK.spad" 955106 955114 955336 955341) (-595 "IPF.spad" 954671 954683 954911 955004) (-594 "IPADIC.spad" 954440 954466 954597 954666) (-593 "IP4ADDR.spad" 953997 954005 954430 954435) (-592 "IOMODE.spad" 953519 953527 953987 953992) (-591 "IOBFILE.spad" 952904 952912 953509 953514) (-590 "IOBCON.spad" 952769 952777 952894 952899) (-589 "INVLAPLA.spad" 952418 952434 952759 952764) (-588 "INTTR.spad" 945800 945817 952408 952413) (-587 "INTTOOLS.spad" 943543 943559 945362 945367) (-586 "INTSLPE.spad" 942871 942879 943533 943538) (-585 "INTRVL.spad" 942437 942447 942785 942866) (-584 "INTRF.spad" 940869 940883 942427 942432) (-583 "INTRET.spad" 940301 940311 940859 940864) (-582 "INTRAT.spad" 939036 939053 940291 940296) (-581 "INTPM.spad" 937403 937419 938661 938666) (-580 "INTPAF.spad" 935272 935290 937332 937337) (-579 "INTPACK.spad" 925838 925846 935262 935267) (-578 "INTHERTR.spad" 925112 925129 925828 925833) (-577 "INTHERAL.spad" 924782 924806 925102 925107) (-576 "INTHEORY.spad" 921221 921229 924772 924777) (-575 "INTG0.spad" 914967 914985 921150 921155) (-574 "INTFTBL.spad" 908996 909004 914957 914962) (-573 "INTFACT.spad" 908063 908073 908986 908991) (-572 "INTEF.spad" 906472 906488 908053 908058) (-571 "INTDOM.spad" 905095 905103 906398 906467) (-570 "INTDOM.spad" 903780 903790 905085 905090) (-569 "INTCAT.spad" 902047 902057 903694 903775) (-568 "INTBIT.spad" 901554 901562 902037 902042) (-567 "INTALG.spad" 900742 900769 901544 901549) (-566 "INTAF.spad" 900242 900258 900732 900737) (-565 "INTABL.spad" 898282 898313 898445 898472) (-564 "INT8.spad" 898162 898170 898272 898277) (-563 "INT64.spad" 898041 898049 898152 898157) (-562 "INT32.spad" 897920 897928 898031 898036) (-561 "INT16.spad" 897799 897807 897910 897915) (-560 "INT.spad" 897242 897250 897653 897794) (-559 "INS.spad" 894745 894753 897144 897237) (-558 "INS.spad" 892334 892344 894735 894740) (-557 "INPSIGN.spad" 891782 891795 892324 892329) (-556 "INPRODPF.spad" 890878 890897 891772 891777) (-555 "INPRODFF.spad" 889966 889990 890868 890873) (-554 "INNMFACT.spad" 888941 888958 889956 889961) (-553 "INMODGCD.spad" 888445 888475 888931 888936) (-552 "INFSP.spad" 886742 886764 888435 888440) (-551 "INFPROD0.spad" 885822 885841 886732 886737) (-550 "INFORM1.spad" 885447 885457 885812 885817) (-549 "INFORM.spad" 882654 882662 885437 885442) (-548 "INFINITY.spad" 882206 882214 882644 882649) (-547 "INETCLTS.spad" 882183 882191 882196 882201) (-546 "INEP.spad" 880729 880751 882173 882178) (-545 "INDE.spad" 880378 880395 880639 880644) (-544 "INCRMAPS.spad" 879815 879825 880368 880373) (-543 "INBFILE.spad" 878911 878919 879805 879810) (-542 "INBFF.spad" 874761 874772 878901 878906) (-541 "INBCON.spad" 873027 873035 874751 874756) (-540 "INBCON.spad" 871291 871301 873017 873022) (-539 "INAST.spad" 870952 870960 871281 871286) (-538 "IMPTAST.spad" 870660 870668 870942 870947) (-537 "IMATRIX.spad" 869476 869502 869988 870015) (-536 "IMATQF.spad" 868570 868614 869432 869437) (-535 "IMATLIN.spad" 867191 867215 868526 868531) (-534 "ILIST.spad" 865675 865690 866200 866227) (-533 "IIARRAY2.spad" 864950 864988 865153 865180) (-532 "IFF.spad" 864360 864376 864631 864724) (-531 "IFAST.spad" 863974 863982 864350 864355) (-530 "IFARRAY.spad" 861285 861300 862983 863010) (-529 "IFAMON.spad" 861147 861164 861241 861246) (-528 "IEVALAB.spad" 860560 860572 861137 861142) (-527 "IEVALAB.spad" 859971 859985 860550 860555) (-526 "IDPOAMS.spad" 859649 859661 859883 859888) (-525 "IDPOAM.spad" 859291 859303 859561 859566) (-524 "IDPO.spad" 859026 859038 859203 859208) (-523 "IDPC.spad" 857755 857767 859016 859021) (-522 "IDPAM.spad" 857422 857434 857667 857672) (-521 "IDPAG.spad" 857091 857103 857334 857339) (-520 "IDENT.spad" 856741 856749 857081 857086) (-519 "IDECOMP.spad" 853980 853998 856731 856736) (-518 "IDEAL.spad" 848926 848965 853912 853917) (-517 "ICDEN.spad" 848139 848155 848916 848921) (-516 "ICARD.spad" 847330 847338 848129 848134) (-515 "IBPTOOLS.spad" 845937 845954 847320 847325) (-514 "IBITS.spad" 845093 845106 845526 845553) (-513 "IBATOOL.spad" 842078 842097 845083 845088) (-512 "IBACHIN.spad" 840585 840600 842068 842073) (-511 "IARRAY2.spad" 839452 839478 840063 840090) (-510 "IARRAY1.spad" 838315 838330 838461 838488) (-509 "IAN.spad" 836535 836543 838128 838221) (-508 "IALGFACT.spad" 836146 836179 836525 836530) (-507 "HYPCAT.spad" 835570 835578 836136 836141) (-506 "HYPCAT.spad" 834992 835002 835560 835565) (-505 "HOSTNAME.spad" 834808 834816 834982 834987) (-504 "HOMOTOP.spad" 834551 834561 834798 834803) (-503 "HOAGG.spad" 831833 831843 834541 834546) (-502 "HOAGG.spad" 828848 828860 831558 831563) (-501 "HEXADEC.spad" 826808 826816 827173 827266) (-500 "HEUGCD.spad" 825899 825910 826798 826803) (-499 "HELLFDIV.spad" 825505 825529 825889 825894) (-498 "HEAP.spad" 824768 824778 824983 825010) (-497 "HEADAST.spad" 824309 824317 824758 824763) (-496 "HDP.spad" 811804 811820 812181 812280) (-495 "HDMP.spad" 808946 808961 809562 809689) (-494 "HB.spad" 807221 807229 808936 808941) (-493 "HASHTBL.spad" 805213 805244 805424 805451) (-492 "HASAST.spad" 804929 804937 805203 805208) (-491 "HACKPI.spad" 804420 804428 804831 804924) (-490 "GTSET.spad" 803314 803330 804021 804048) (-489 "GSTBL.spad" 801355 801390 801529 801544) (-488 "GSERIES.spad" 798587 798614 799406 799555) (-487 "GROUP.spad" 797860 797868 798567 798582) (-486 "GROUP.spad" 797141 797151 797850 797855) (-485 "GROEBSOL.spad" 795635 795656 797131 797136) (-484 "GRMOD.spad" 794214 794226 795625 795630) (-483 "GRMOD.spad" 792791 792805 794204 794209) (-482 "GRIMAGE.spad" 785704 785712 792781 792786) (-481 "GRDEF.spad" 784083 784091 785694 785699) (-480 "GRAY.spad" 782554 782562 784073 784078) (-479 "GRALG.spad" 781647 781659 782544 782549) (-478 "GRALG.spad" 780738 780752 781637 781642) (-477 "GPOLSET.spad" 780163 780186 780375 780402) (-476 "GOSPER.spad" 779440 779458 780153 780158) (-475 "GMODPOL.spad" 778588 778615 779408 779435) (-474 "GHENSEL.spad" 777671 777685 778578 778583) (-473 "GENUPS.spad" 773964 773977 777661 777666) (-472 "GENUFACT.spad" 773541 773551 773954 773959) (-471 "GENPGCD.spad" 773143 773160 773531 773536) (-470 "GENMFACT.spad" 772595 772614 773133 773138) (-469 "GENEEZ.spad" 770554 770567 772585 772590) (-468 "GDMP.spad" 767538 767555 768312 768439) (-467 "GCNAALG.spad" 761461 761488 767332 767399) (-466 "GCDDOM.spad" 760653 760661 761387 761456) (-465 "GCDDOM.spad" 759907 759917 760643 760648) (-464 "GBINTERN.spad" 755927 755965 759897 759902) (-463 "GBF.spad" 751710 751748 755917 755922) (-462 "GBEUCLID.spad" 749592 749630 751700 751705) (-461 "GB.spad" 747118 747156 749548 749553) (-460 "GAUSSFAC.spad" 746431 746439 747108 747113) (-459 "GALUTIL.spad" 744757 744767 746387 746392) (-458 "GALPOLYU.spad" 743211 743224 744747 744752) (-457 "GALFACTU.spad" 741424 741443 743201 743206) (-456 "GALFACT.spad" 731637 731648 741414 741419) (-455 "FVFUN.spad" 728660 728668 731627 731632) (-454 "FVC.spad" 727712 727720 728650 728655) (-453 "FUNDESC.spad" 727390 727398 727702 727707) (-452 "FUNCTION.spad" 727239 727251 727380 727385) (-451 "FTEM.spad" 726404 726412 727229 727234) (-450 "FT.spad" 724701 724709 726394 726399) (-449 "FSUPFACT.spad" 723598 723617 724634 724639) (-448 "FST.spad" 721684 721692 723588 723593) (-447 "FSRED.spad" 721164 721180 721674 721679) (-446 "FSPRMELT.spad" 720030 720046 721121 721126) (-445 "FSPECF.spad" 718121 718137 720020 720025) (-444 "FSINT.spad" 717781 717797 718111 718116) (-443 "FSERIES.spad" 716972 716984 717601 717700) (-442 "FSCINT.spad" 716289 716305 716962 716967) (-441 "FSAGG2.spad" 715024 715040 716279 716284) (-440 "FSAGG.spad" 714141 714151 714980 715019) (-439 "FSAGG.spad" 713220 713232 714061 714066) (-438 "FS2UPS.spad" 707735 707769 713210 713215) (-437 "FS2EXPXP.spad" 706876 706899 707725 707730) (-436 "FS2.spad" 706531 706547 706866 706871) (-435 "FS.spad" 700799 700809 706306 706526) (-434 "FS.spad" 694839 694851 700348 700353) (-433 "FRUTIL.spad" 693793 693803 694829 694834) (-432 "FRNAALG.spad" 689070 689080 693735 693788) (-431 "FRNAALG.spad" 684359 684371 689026 689031) (-430 "FRNAAF2.spad" 683807 683825 684349 684354) (-429 "FRMOD.spad" 683214 683244 683735 683740) (-428 "FRIDEAL2.spad" 682818 682850 683204 683209) (-427 "FRIDEAL.spad" 682043 682064 682798 682813) (-426 "FRETRCT.spad" 681562 681572 682033 682038) (-425 "FRETRCT.spad" 680938 680950 681411 681416) (-424 "FRAMALG.spad" 679318 679331 680894 680933) (-423 "FRAMALG.spad" 677730 677745 679308 679313) (-422 "FRAC2.spad" 677335 677347 677720 677725) (-421 "FRAC.spad" 674294 674304 674681 674854) (-420 "FR2.spad" 673630 673642 674284 674289) (-419 "FR.spad" 667225 667235 672525 672594) (-418 "FPS.spad" 664064 664072 667115 667220) (-417 "FPS.spad" 660931 660941 663984 663989) (-416 "FPC.spad" 659977 659985 660833 660926) (-415 "FPC.spad" 659109 659119 659967 659972) (-414 "FPATMAB.spad" 658871 658881 659099 659104) (-413 "FPARFRAC.spad" 657713 657730 658861 658866) (-412 "FORTRAN.spad" 656219 656262 657703 657708) (-411 "FORTFN.spad" 653389 653397 656209 656214) (-410 "FORTCAT.spad" 653073 653081 653379 653384) (-409 "FORT.spad" 652022 652030 653063 653068) (-408 "FORMULA1.spad" 651501 651511 652012 652017) (-407 "FORMULA.spad" 648975 648983 651491 651496) (-406 "FORDER.spad" 648666 648690 648965 648970) (-405 "FOP.spad" 647867 647875 648656 648661) (-404 "FNLA.spad" 647291 647313 647835 647862) (-403 "FNCAT.spad" 645886 645894 647281 647286) (-402 "FNAME.spad" 645778 645786 645876 645881) (-401 "FMTC.spad" 645576 645584 645704 645773) (-400 "FMONOID.spad" 645257 645267 645532 645537) (-399 "FMONCAT.spad" 642426 642436 645247 645252) (-398 "FMFUN.spad" 639456 639464 642416 642421) (-397 "FMCAT.spad" 637132 637150 639424 639451) (-396 "FMC.spad" 636184 636192 637122 637127) (-395 "FM1.spad" 635549 635561 636118 636145) (-394 "FM.spad" 635164 635176 635403 635430) (-393 "FLOATRP.spad" 632907 632921 635154 635159) (-392 "FLOATCP.spad" 630346 630360 632897 632902) (-391 "FLOAT.spad" 623660 623668 630212 630341) (-390 "FLINEXP.spad" 623382 623392 623650 623655) (-389 "FLINEXP.spad" 623045 623057 623315 623320) (-388 "FLASORT.spad" 622371 622383 623035 623040) (-387 "FLALG.spad" 620041 620060 622297 622366) (-386 "FLAGG2.spad" 618758 618774 620031 620036) (-385 "FLAGG.spad" 615824 615834 618738 618753) (-384 "FLAGG.spad" 612791 612803 615707 615712) (-383 "FINRALG.spad" 610876 610889 612747 612786) (-382 "FINRALG.spad" 608887 608902 610760 610765) (-381 "FINITE.spad" 608039 608047 608877 608882) (-380 "FINAALG.spad" 597224 597234 607981 608034) (-379 "FINAALG.spad" 586421 586433 597180 597185) (-378 "FILECAT.spad" 584955 584972 586411 586416) (-377 "FILE.spad" 584538 584548 584945 584950) (-376 "FIELD.spad" 583944 583952 584440 584533) (-375 "FIELD.spad" 583436 583446 583934 583939) (-374 "FGROUP.spad" 582099 582109 583416 583431) (-373 "FGLMICPK.spad" 580894 580909 582089 582094) (-372 "FFX.spad" 580277 580292 580610 580703) (-371 "FFSLPE.spad" 579788 579809 580267 580272) (-370 "FFPOLY2.spad" 578848 578865 579778 579783) (-369 "FFPOLY.spad" 570190 570201 578838 578843) (-368 "FFP.spad" 569595 569615 569906 569999) (-367 "FFNBX.spad" 568115 568135 569311 569404) (-366 "FFNBP.spad" 566636 566653 567831 567924) (-365 "FFNB.spad" 565101 565122 566317 566410) (-364 "FFINTBAS.spad" 562615 562634 565091 565096) (-363 "FFIELDC.spad" 560200 560208 562517 562610) (-362 "FFIELDC.spad" 557871 557881 560190 560195) (-361 "FFHOM.spad" 556643 556660 557861 557866) (-360 "FFF.spad" 554086 554097 556633 556638) (-359 "FFCGX.spad" 552941 552961 553802 553895) (-358 "FFCGP.spad" 551838 551858 552657 552750) (-357 "FFCG.spad" 550630 550651 551519 551612) (-356 "FFCAT2.spad" 550377 550417 550620 550625) (-355 "FFCAT.spad" 543542 543564 550216 550372) (-354 "FFCAT.spad" 536786 536810 543462 543467) (-353 "FF.spad" 536234 536250 536467 536560) (-352 "FEXPR.spad" 527934 527980 535981 536020) (-351 "FEVALAB.spad" 527642 527652 527924 527929) (-350 "FEVALAB.spad" 527126 527138 527410 527415) (-349 "FDIVCAT.spad" 525222 525246 527116 527121) (-348 "FDIVCAT.spad" 523316 523342 525212 525217) (-347 "FDIV2.spad" 522972 523012 523306 523311) (-346 "FDIV.spad" 522430 522454 522962 522967) (-345 "FCTRDATA.spad" 521438 521446 522420 522425) (-344 "FCPAK1.spad" 519973 519981 521428 521433) (-343 "FCOMP.spad" 519352 519362 519963 519968) (-342 "FC.spad" 509359 509367 519342 519347) (-341 "FAXF.spad" 502394 502408 509261 509354) (-340 "FAXF.spad" 495481 495497 502350 502355) (-339 "FARRAY.spad" 493457 493467 494490 494517) (-338 "FAMR.spad" 491601 491613 493355 493452) (-337 "FAMR.spad" 489729 489743 491485 491490) (-336 "FAMONOID.spad" 489413 489423 489683 489688) (-335 "FAMONC.spad" 487733 487745 489403 489408) (-334 "FAGROUP.spad" 487373 487383 487629 487656) (-333 "FACUTIL.spad" 485585 485602 487363 487368) (-332 "FACTFUNC.spad" 484787 484797 485575 485580) (-331 "EXPUPXS.spad" 481539 481562 482838 482987) (-330 "EXPRTUBE.spad" 478827 478835 481529 481534) (-329 "EXPRODE.spad" 475995 476011 478817 478822) (-328 "EXPR2UPS.spad" 472117 472130 475985 475990) (-327 "EXPR2.spad" 471822 471834 472107 472112) (-326 "EXPR.spad" 466907 466917 467621 467916) (-325 "EXPEXPAN.spad" 463651 463676 464283 464376) (-324 "EXITAST.spad" 463387 463395 463641 463646) (-323 "EXIT.spad" 463058 463066 463377 463382) (-322 "EVALCYC.spad" 462518 462532 463048 463053) (-321 "EVALAB.spad" 462098 462108 462508 462513) (-320 "EVALAB.spad" 461676 461688 462088 462093) (-319 "EUCDOM.spad" 459266 459274 461602 461671) (-318 "EUCDOM.spad" 456918 456928 459256 459261) (-317 "ESTOOLS2.spad" 456513 456527 456908 456913) (-316 "ESTOOLS1.spad" 456190 456201 456503 456508) (-315 "ESTOOLS.spad" 448068 448076 456180 456185) (-314 "ESCONT1.spad" 447809 447821 448058 448063) (-313 "ESCONT.spad" 444602 444610 447799 447804) (-312 "ES2.spad" 444115 444131 444592 444597) (-311 "ES1.spad" 443685 443701 444105 444110) (-310 "ES.spad" 436556 436564 443675 443680) (-309 "ES.spad" 429330 429340 436451 436456) (-308 "ERROR.spad" 426657 426665 429320 429325) (-307 "EQTBL.spad" 424651 424673 424860 424887) (-306 "EQ2.spad" 424369 424381 424641 424646) (-305 "EQ.spad" 419145 419155 421940 422052) (-304 "EP.spad" 415471 415481 419135 419140) (-303 "ENV.spad" 414149 414157 415461 415466) (-302 "ENTIRER.spad" 413817 413825 414093 414144) (-301 "EMR.spad" 413105 413146 413743 413812) (-300 "ELTAGG.spad" 411359 411378 413095 413100) (-299 "ELTAGG.spad" 409577 409598 411315 411320) (-298 "ELTAB.spad" 409052 409065 409567 409572) (-297 "ELFUTS.spad" 408487 408506 409042 409047) (-296 "ELEMFUN.spad" 408176 408184 408477 408482) (-295 "ELEMFUN.spad" 407863 407873 408166 408171) (-294 "ELAGG.spad" 405834 405844 407843 407858) (-293 "ELAGG.spad" 403742 403754 405753 405758) (-292 "ELABOR.spad" 403088 403096 403732 403737) (-291 "ELABEXPR.spad" 402020 402028 403078 403083) (-290 "EFUPXS.spad" 398796 398826 401976 401981) (-289 "EFULS.spad" 395632 395655 398752 398757) (-288 "EFSTRUC.spad" 393647 393663 395622 395627) (-287 "EF.spad" 388423 388439 393637 393642) (-286 "EAB.spad" 386723 386731 388413 388418) (-285 "E04UCFA.spad" 386259 386267 386713 386718) (-284 "E04NAFA.spad" 385836 385844 386249 386254) (-283 "E04MBFA.spad" 385416 385424 385826 385831) (-282 "E04JAFA.spad" 384952 384960 385406 385411) (-281 "E04GCFA.spad" 384488 384496 384942 384947) (-280 "E04FDFA.spad" 384024 384032 384478 384483) (-279 "E04DGFA.spad" 383560 383568 384014 384019) (-278 "E04AGNT.spad" 379434 379442 383550 383555) (-277 "DVARCAT.spad" 376324 376334 379424 379429) (-276 "DVARCAT.spad" 373212 373224 376314 376319) (-275 "DSMP.spad" 370508 370522 370813 370940) (-274 "DSEXT.spad" 369810 369820 370498 370503) (-273 "DSEXT.spad" 369016 369028 369706 369711) (-272 "DROPT1.spad" 368681 368691 369006 369011) (-271 "DROPT0.spad" 363546 363554 368671 368676) (-270 "DROPT.spad" 357505 357513 363536 363541) (-269 "DRAWPT.spad" 355678 355686 357495 357500) (-268 "DRAWHACK.spad" 354986 354996 355668 355673) (-267 "DRAWCX.spad" 352464 352472 354976 354981) (-266 "DRAWCURV.spad" 352011 352026 352454 352459) (-265 "DRAWCFUN.spad" 341543 341551 352001 352006) (-264 "DRAW.spad" 334419 334432 341533 341538) (-263 "DQAGG.spad" 332597 332607 334387 334414) (-262 "DPOLCAT.spad" 327954 327970 332465 332592) (-261 "DPOLCAT.spad" 323397 323415 327910 327915) (-260 "DPMO.spad" 314920 314936 315058 315271) (-259 "DPMM.spad" 306456 306474 306581 306794) (-258 "DOMTMPLT.spad" 306227 306235 306446 306451) (-257 "DOMCTOR.spad" 305982 305990 306217 306222) (-256 "DOMAIN.spad" 305093 305101 305972 305977) (-255 "DMP.spad" 302281 302296 302851 302978) (-254 "DMEXT.spad" 302148 302158 302249 302276) (-253 "DLP.spad" 301508 301518 302138 302143) (-252 "DLIST.spad" 299913 299923 300517 300544) (-251 "DLAGG.spad" 298330 298340 299903 299908) (-250 "DIVRING.spad" 297872 297880 298274 298325) (-249 "DIVRING.spad" 297458 297468 297862 297867) (-248 "DISPLAY.spad" 295648 295656 297448 297453) (-247 "DIRPROD2.spad" 294466 294484 295638 295643) (-246 "DIRPROD.spad" 281698 281714 282338 282437) (-245 "DIRPCAT.spad" 280891 280907 281594 281693) (-244 "DIRPCAT.spad" 279711 279729 280416 280421) (-243 "DIOSP.spad" 278536 278544 279701 279706) (-242 "DIOPS.spad" 277532 277542 278516 278531) (-241 "DIOPS.spad" 276502 276514 277488 277493) (-240 "DIFRING.spad" 276340 276348 276482 276497) (-239 "DIFFSPC.spad" 275919 275927 276330 276335) (-238 "DIFFSPC.spad" 275496 275506 275909 275914) (-237 "DIFFMOD.spad" 274985 274995 275464 275491) (-236 "DIFFDOM.spad" 274150 274161 274975 274980) (-235 "DIFFDOM.spad" 273313 273326 274140 274145) (-234 "DIFEXT.spad" 273132 273142 273293 273308) (-233 "DIAGG.spad" 272762 272772 273112 273127) (-232 "DIAGG.spad" 272400 272412 272752 272757) (-231 "DHMATRIX.spad" 270583 270593 271728 271755) (-230 "DFSFUN.spad" 264223 264231 270573 270578) (-229 "DFLOAT.spad" 260954 260962 264113 264218) (-228 "DFINTTLS.spad" 259185 259201 260944 260949) (-227 "DERHAM.spad" 257099 257131 259165 259180) (-226 "DEQUEUE.spad" 256294 256304 256577 256604) (-225 "DEGRED.spad" 255911 255925 256284 256289) (-224 "DEFINTRF.spad" 253448 253458 255901 255906) (-223 "DEFINTEF.spad" 251958 251974 253438 253443) (-222 "DEFAST.spad" 251342 251350 251948 251953) (-221 "DECIMAL.spad" 249306 249314 249667 249760) (-220 "DDFACT.spad" 247127 247144 249296 249301) (-219 "DBLRESP.spad" 246727 246751 247117 247122) (-218 "DBASIS.spad" 246353 246368 246717 246722) (-217 "DBASE.spad" 245017 245027 246343 246348) (-216 "DATAARY.spad" 244503 244516 245007 245012) (-215 "D03FAFA.spad" 244331 244339 244493 244498) (-214 "D03EEFA.spad" 244151 244159 244321 244326) (-213 "D03AGNT.spad" 243237 243245 244141 244146) (-212 "D02EJFA.spad" 242699 242707 243227 243232) (-211 "D02CJFA.spad" 242177 242185 242689 242694) (-210 "D02BHFA.spad" 241667 241675 242167 242172) (-209 "D02BBFA.spad" 241157 241165 241657 241662) (-208 "D02AGNT.spad" 236027 236035 241147 241152) (-207 "D01WGTS.spad" 234346 234354 236017 236022) (-206 "D01TRNS.spad" 234323 234331 234336 234341) (-205 "D01GBFA.spad" 233845 233853 234313 234318) (-204 "D01FCFA.spad" 233367 233375 233835 233840) (-203 "D01ASFA.spad" 232835 232843 233357 233362) (-202 "D01AQFA.spad" 232289 232297 232825 232830) (-201 "D01APFA.spad" 231729 231737 232279 232284) (-200 "D01ANFA.spad" 231223 231231 231719 231724) (-199 "D01AMFA.spad" 230733 230741 231213 231218) (-198 "D01ALFA.spad" 230273 230281 230723 230728) (-197 "D01AKFA.spad" 229799 229807 230263 230268) (-196 "D01AJFA.spad" 229322 229330 229789 229794) (-195 "D01AGNT.spad" 225389 225397 229312 229317) (-194 "CYCLOTOM.spad" 224895 224903 225379 225384) (-193 "CYCLES.spad" 221687 221695 224885 224890) (-192 "CVMP.spad" 221104 221114 221677 221682) (-191 "CTRIGMNP.spad" 219604 219620 221094 221099) (-190 "CTORKIND.spad" 219207 219215 219594 219599) (-189 "CTORCAT.spad" 218448 218456 219197 219202) (-188 "CTORCAT.spad" 217687 217697 218438 218443) (-187 "CTORCALL.spad" 217276 217286 217677 217682) (-186 "CTOR.spad" 216967 216975 217266 217271) (-185 "CSTTOOLS.spad" 216212 216225 216957 216962) (-184 "CRFP.spad" 209984 209997 216202 216207) (-183 "CRCEAST.spad" 209704 209712 209974 209979) (-182 "CRAPACK.spad" 208771 208781 209694 209699) (-181 "CPMATCH.spad" 208272 208287 208693 208698) (-180 "CPIMA.spad" 207977 207996 208262 208267) (-179 "COORDSYS.spad" 202986 202996 207967 207972) (-178 "CONTOUR.spad" 202413 202421 202976 202981) (-177 "CONTFRAC.spad" 198163 198173 202315 202408) (-176 "CONDUIT.spad" 197921 197929 198153 198158) (-175 "COMRING.spad" 197595 197603 197859 197916) (-174 "COMPPROP.spad" 197113 197121 197585 197590) (-173 "COMPLPAT.spad" 196880 196895 197103 197108) (-172 "COMPLEX2.spad" 196595 196607 196870 196875) (-171 "COMPLEX.spad" 191906 191916 192150 192411) (-170 "COMPILER.spad" 191455 191463 191896 191901) (-169 "COMPFACT.spad" 191057 191071 191445 191450) (-168 "COMPCAT.spad" 189129 189139 190791 191052) (-167 "COMPCAT.spad" 186926 186938 188590 188595) (-166 "COMMUPC.spad" 186674 186692 186916 186921) (-165 "COMMONOP.spad" 186207 186215 186664 186669) (-164 "COMMAAST.spad" 185970 185978 186197 186202) (-163 "COMM.spad" 185781 185789 185960 185965) (-162 "COMBOPC.spad" 184704 184712 185771 185776) (-161 "COMBINAT.spad" 183471 183481 184694 184699) (-160 "COMBF.spad" 180893 180909 183461 183466) (-159 "COLOR.spad" 179730 179738 180883 180888) (-158 "COLONAST.spad" 179396 179404 179720 179725) (-157 "CMPLXRT.spad" 179107 179124 179386 179391) (-156 "CLLCTAST.spad" 178769 178777 179097 179102) (-155 "CLIP.spad" 174877 174885 178759 178764) (-154 "CLIF.spad" 173532 173548 174833 174872) (-153 "CLAGG.spad" 170069 170079 173522 173527) (-152 "CLAGG.spad" 166474 166486 169929 169934) (-151 "CINTSLPE.spad" 165829 165842 166464 166469) (-150 "CHVAR.spad" 163967 163989 165819 165824) (-149 "CHARZ.spad" 163882 163890 163947 163962) (-148 "CHARPOL.spad" 163408 163418 163872 163877) (-147 "CHARNZ.spad" 163170 163178 163388 163403) (-146 "CHAR.spad" 160538 160546 163160 163165) (-145 "CFCAT.spad" 159866 159874 160528 160533) (-144 "CDEN.spad" 159086 159100 159856 159861) (-143 "CCLASS.spad" 157182 157190 158444 158483) (-142 "CATEGORY.spad" 156256 156264 157172 157177) (-141 "CATCTOR.spad" 156147 156155 156246 156251) (-140 "CATAST.spad" 155773 155781 156137 156142) (-139 "CASEAST.spad" 155487 155495 155763 155768) (-138 "CARTEN2.spad" 154877 154904 155477 155482) (-137 "CARTEN.spad" 150244 150268 154867 154872) (-136 "CARD.spad" 147539 147547 150218 150239) (-135 "CAPSLAST.spad" 147321 147329 147529 147534) (-134 "CACHSET.spad" 146945 146953 147311 147316) (-133 "CABMON.spad" 146500 146508 146935 146940) (-132 "BYTEORD.spad" 146175 146183 146490 146495) (-131 "BYTEBUF.spad" 143876 143884 145162 145189) (-130 "BYTE.spad" 143351 143359 143866 143871) (-129 "BTREE.spad" 142295 142305 142829 142856) (-128 "BTOURN.spad" 141171 141181 141773 141800) (-127 "BTCAT.spad" 140563 140573 141139 141166) (-126 "BTCAT.spad" 139975 139987 140553 140558) (-125 "BTAGG.spad" 139441 139449 139943 139970) (-124 "BTAGG.spad" 138927 138937 139431 139436) (-123 "BSTREE.spad" 137539 137549 138405 138432) (-122 "BRILL.spad" 135744 135755 137529 137534) (-121 "BRAGG.spad" 134700 134710 135734 135739) (-120 "BRAGG.spad" 133620 133632 134656 134661) (-119 "BPADICRT.spad" 131445 131457 131692 131785) (-118 "BPADIC.spad" 131117 131129 131371 131440) (-117 "BOUNDZRO.spad" 130773 130790 131107 131112) (-116 "BOP1.spad" 128231 128241 130763 130768) (-115 "BOP.spad" 123365 123373 128221 128226) (-114 "BOOLEAN.spad" 122803 122811 123355 123360) (-113 "BOOLE.spad" 122453 122461 122793 122798) (-112 "BOOLE.spad" 122101 122111 122443 122448) (-111 "BMODULE.spad" 121813 121825 122069 122096) (-110 "BITS.spad" 121187 121195 121402 121429) (-109 "BINDING.spad" 120608 120616 121177 121182) (-108 "BINARY.spad" 118577 118585 118933 119026) (-107 "BGAGG.spad" 117782 117792 118557 118572) (-106 "BGAGG.spad" 116995 117007 117772 117777) (-105 "BFUNCT.spad" 116559 116567 116975 116990) (-104 "BEZOUT.spad" 115699 115726 116509 116514) (-103 "BBTREE.spad" 112447 112457 115177 115204) (-102 "BASTYPE.spad" 111946 111954 112437 112442) (-101 "BASTYPE.spad" 111443 111453 111936 111941) (-100 "BALFACT.spad" 110902 110915 111433 111438) (-99 "AUTOMOR.spad" 110353 110362 110882 110897) (-98 "ATTREG.spad" 107076 107083 110105 110348) (-97 "ATTRBUT.spad" 103099 103106 107056 107071) (-96 "ATTRAST.spad" 102816 102823 103089 103094) (-95 "ATRIG.spad" 102286 102293 102806 102811) (-94 "ATRIG.spad" 101754 101763 102276 102281) (-93 "ASTCAT.spad" 101658 101665 101744 101749) (-92 "ASTCAT.spad" 101560 101569 101648 101653) (-91 "ASTACK.spad" 100770 100779 101038 101065) (-90 "ASSOCEQ.spad" 99604 99615 100726 100731) (-89 "ASP9.spad" 98685 98698 99594 99599) (-88 "ASP80.spad" 98007 98020 98675 98680) (-87 "ASP8.spad" 97050 97063 97997 98002) (-86 "ASP78.spad" 96501 96514 97040 97045) (-85 "ASP77.spad" 95870 95883 96491 96496) (-84 "ASP74.spad" 94962 94975 95860 95865) (-83 "ASP73.spad" 94233 94246 94952 94957) (-82 "ASP7.spad" 93393 93406 94223 94228) (-81 "ASP6.spad" 92260 92273 93383 93388) (-80 "ASP55.spad" 90769 90782 92250 92255) (-79 "ASP50.spad" 88586 88599 90759 90764) (-78 "ASP49.spad" 87585 87598 88576 88581) (-77 "ASP42.spad" 86000 86039 87575 87580) (-76 "ASP41.spad" 84587 84626 85990 85995) (-75 "ASP4.spad" 83882 83895 84577 84582) (-74 "ASP35.spad" 82870 82883 83872 83877) (-73 "ASP34.spad" 82171 82184 82860 82865) (-72 "ASP33.spad" 81731 81744 82161 82166) (-71 "ASP31.spad" 80871 80884 81721 81726) (-70 "ASP30.spad" 79763 79776 80861 80866) (-69 "ASP29.spad" 79229 79242 79753 79758) (-68 "ASP28.spad" 70502 70515 79219 79224) (-67 "ASP27.spad" 69399 69412 70492 70497) (-66 "ASP24.spad" 68486 68499 69389 69394) (-65 "ASP20.spad" 67950 67963 68476 68481) (-64 "ASP19.spad" 62636 62649 67940 67945) (-63 "ASP12.spad" 62050 62063 62626 62631) (-62 "ASP10.spad" 61321 61334 62040 62045) (-61 "ASP1.spad" 60702 60715 61311 61316) (-60 "ARRAY2.spad" 59941 59950 60180 60207) (-59 "ARRAY12.spad" 58654 58665 59931 59936) (-58 "ARRAY1.spad" 57317 57326 57663 57690) (-57 "ARR2CAT.spad" 53099 53120 57285 57312) (-56 "ARR2CAT.spad" 48901 48924 53089 53094) (-55 "ARITY.spad" 48273 48280 48891 48896) (-54 "APPRULE.spad" 47557 47579 48263 48268) (-53 "APPLYORE.spad" 47176 47189 47547 47552) (-52 "ANY1.spad" 46247 46256 47166 47171) (-51 "ANY.spad" 45098 45105 46237 46242) (-50 "ANTISYM.spad" 43543 43559 45078 45093) (-49 "ANON.spad" 43252 43259 43533 43538) (-48 "AN.spad" 41558 41565 43065 43158) (-47 "AMR.spad" 39743 39754 41456 41553) (-46 "AMR.spad" 37759 37772 39474 39479) (-45 "ALIST.spad" 34599 34620 34949 34976) (-44 "ALGSC.spad" 33734 33760 34471 34524) (-43 "ALGPKG.spad" 29517 29528 33690 33695) (-42 "ALGMFACT.spad" 28710 28724 29507 29512) (-41 "ALGMANIP.spad" 26194 26209 28537 28542) (-40 "ALGFF.spad" 23799 23826 24016 24172) (-39 "ALGFACT.spad" 22918 22928 23789 23794) (-38 "ALGEBRA.spad" 22751 22760 22874 22913) (-37 "ALGEBRA.spad" 22616 22627 22741 22746) (-36 "ALAGG.spad" 22128 22149 22584 22611) (-35 "AHYP.spad" 21509 21516 22118 22123) (-34 "AGG.spad" 19842 19849 21499 21504) (-33 "AGG.spad" 18139 18148 19798 19803) (-32 "AF.spad" 16567 16582 18071 18076) (-31 "ADDAST.spad" 16253 16260 16557 16562) (-30 "ACPLOT.spad" 14844 14851 16243 16248) (-29 "ACFS.spad" 12701 12710 14746 14839) (-28 "ACFS.spad" 10644 10655 12691 12696) (-27 "ACF.spad" 7398 7405 10546 10639) (-26 "ACF.spad" 4238 4247 7388 7393) (-25 "ABELSG.spad" 3779 3786 4228 4233) (-24 "ABELSG.spad" 3318 3327 3769 3774) (-23 "ABELMON.spad" 2861 2868 3308 3313) (-22 "ABELMON.spad" 2402 2411 2851 2856) (-21 "ABELGRP.spad" 2067 2074 2392 2397) (-20 "ABELGRP.spad" 1730 1739 2057 2062) (-19 "A1AGG.spad" 870 879 1698 1725) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
diff --git a/src/share/algebra/category.daase b/src/share/algebra/category.daase
index 2ab83e9f..3c47c0ae 100644
--- a/src/share/algebra/category.daase
+++ b/src/share/algebra/category.daase
@@ -1,114 +1,114 @@
-(205732 . 3508766241)
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((#0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) #0#) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
-((((-560)) . T) (($) -2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-1069 (-421 (-560))))) ((|#1|) . T))
+(205732 . 3508838151)
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((#0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) #0#) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
+((((-560)) . T) (($) -2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-1070 (-421 (-560))))) ((|#1|) . T))
(((|#2| |#2|) . T))
((((-560)) . T))
-((($ $) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) ((|#2| |#2|) . T) ((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))))
+((($ $) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) ((|#2| |#2|) . T) ((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))))
((($) . T))
(((|#1|) . T))
((($) . T) (((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#2|) . T))
-((($) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
-(|has| |#1| (-939))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+((($) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
+(|has| |#1| (-940))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1|) . T) (((-560)) . T))
((($) . T) (((-421 (-560))) . T))
((($) . T))
((($) . T))
(((|#2| |#2|) . T))
((((-146)) . T))
-((((-549)) . T) (((-1190)) . T) (((-229)) . T) (((-391)) . T) (((-915 (-391))) . T))
-(((|#1|) . T))
-((((-229)) . T) (((-887)) . T))
-(-2191 (|has| |#2| (-815)) (|has| |#2| (-871)))
-(-2191 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) (-12 (|has| |#1| (-871)) (|has| |#2| (-871))))
-(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-870)))
-((($ $) . T) ((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1| |#1|) . T))
-(-2191 (|has| |#1| (-842)) (|has| |#1| (-871)))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T))
-((((-887)) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-(|has| |#1| (-870))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+((((-549)) . T) (((-1191)) . T) (((-229)) . T) (((-391)) . T) (((-916 (-391))) . T))
+(((|#1|) . T))
+((((-229)) . T) (((-888)) . T))
+(-2309 (|has| |#2| (-817)) (|has| |#2| (-872)))
+(-2309 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) (-12 (|has| |#1| (-872)) (|has| |#2| (-872))))
+(((|#1|) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-871)))
+((($ $) . T) ((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1| |#1|) . T))
+(-2309 (|has| |#1| (-844)) (|has| |#1| (-872)))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T))
+((((-888)) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(|has| |#1| (-871))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((((-326 |#1|)) . T) (((-560)) . T) (($) . T))
(((|#1| |#2| |#3|) . T))
-((((-560)) . T) (((-893 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
-((($) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+((((-560)) . T) (((-894 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+((($) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
((((-421 (-560))) . T) (((-721)) . T) (($) . T))
-((((-887)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
+((((-888)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
(((|#4|) . T))
((((-421 (-560))) . T) (((-721)) . T) (($) . T))
-((((-887)) . T))
-((((-887)) |has| (-1120 |#1|) (-1132)))
-((((-887)) . T) (((-1213)) . T))
+((((-888)) . T))
+((((-888)) |has| (-1121 |#1|) (-1133)))
+((((-888)) . T) (((-1214)) . T))
(((|#1|) . T) ((|#2|) . T))
-((((-1213)) . T))
-(((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-(-2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(((|#2| (-496 (-2305 |#1|) (-793))) . T))
-((((-1208)) -2191 (|has| (-421 |#2|) (-927 (-1208))) (|has| (-421 |#2|) (-929 (-1208)))))
-(((|#1| (-545 (-1208))) . T))
-((((-1190)) . T) (((-987 (-130))) . T) (((-887)) . T))
-((((-887)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-(((#0=(-893 |#1|) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
+((((-1214)) . T))
+(((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+(-2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(((|#2| (-496 (-3819 |#1|) (-793))) . T))
+((((-1209)) -2309 (|has| (-421 |#2|) (-928 (-1209))) (|has| (-421 |#2|) (-930 (-1209)))))
+(((|#1| (-545 (-1209))) . T))
+((((-1191)) . T) (((-988 (-130))) . T) (((-888)) . T))
+((((-888)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+(((#0=(-894 |#1|) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
(|has| |#4| (-381))
(|has| |#3| (-381))
(((|#1|) . T))
-((((-1208)) . T))
+((((-1209)) . T))
((((-520)) . T))
-((((-893 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-894 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1| |#2|) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T))
(|has| |#1| (-147))
(|has| |#1| (-149))
(|has| |#1| (-571))
-((((-560)) . T) (((-421 (-560))) -2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ((|#2|) . T) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) (((-888 |#1|)) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-((((-2 (|:| -3998 |#1|) (|:| -3881 |#2|))) . T))
+((((-560)) . T) (((-421 (-560))) -2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ((|#2|) . T) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) (((-889 |#1|)) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+((((-2 (|:| -2081 |#1|) (|:| -2909 |#2|))) . T))
((($) . T))
-((((-887)) |has| |#1| (-632 (-887))) ((|#1|) . T))
-((((-560)) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ((|#1|) . T) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) (((-1208)) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+((((-888)) |has| |#1| (-632 (-888))) ((|#1|) . T))
+((((-560)) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ((|#1|) . T) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) (((-1209)) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
-((((-1208)) . T))
+((((-1209)) . T))
(((|#1|) . T))
((((-560)) . T) (($) . T))
((((-595 |#1|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
((($) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T))
(((|#1|) . T) (($) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#1|) . T) (((-560)) . T) (($) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1|) . T))
((((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))) ((|#2| |#2|) . T) (($ $) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-(|has| |#1| (-1132))
+(((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))) ((|#2| |#2|) . T) (($ $) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+(|has| |#1| (-1133))
(((|#1|) . T))
((((-118 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
((((-118 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
@@ -116,14 +116,14 @@
((((-421 (-560))) . T) (($) . T) (((-560)) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T))
(((|#2|) . T) (((-560)) . T) ((|#6|) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
((($) . T))
((($) . T))
(((|#2|) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (((-560)) . T) (($) . T))
((((-560)) . T) (($) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
-(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
+(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
((($ $) . T))
((($) . T))
((((-560)) . T) (($) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
@@ -131,454 +131,454 @@
(((|#1|) . T))
(|has| |#1| (-381))
(((|#1|) . T))
-((((-887)) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)) (($) . T) ((|#1|) . T))
+((((-888)) . T))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)) (($) . T) ((|#1|) . T))
(((|#1|) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-(((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+(((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (($) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
((((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1| |#2|) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)))
-((($) -2191 (|has| |#1| (-240)) (|has| |#1| (-239))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)))
+((($) -2309 (|has| |#1| (-240)) (|has| |#1| (-239))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(|has| |#1| (-571))
(((|#1|) . T) (((-560)) . T) (($) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-870)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-871)))
((($ $) . T) ((#0=(-421 (-560)) #0#) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
-(|has| |#1| (-1132))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
-(|has| |#1| (-1132))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
-(|has| |#1| (-870))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
+(|has| |#1| (-1133))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
+(|has| |#1| (-1133))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
+(|has| |#1| (-871))
(((|#1| |#1|) . T))
((($) . T) (((-421 (-560))) . T))
(((|#1|) . T))
((((-421 (-560))) . T) (($) . T))
((((-560) (-130)) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T) (((-421 (-560))) . T))
((((-130)) . T))
-(|has| |#4| (-815))
-(|has| |#4| (-815))
-(|has| |#3| (-815))
-(|has| |#3| (-815))
+(|has| |#4| (-817))
+(|has| |#4| (-817))
+(|has| |#3| (-817))
+(|has| |#3| (-817))
(((|#1| |#2|) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
-((((-1213)) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
+((((-1214)) . T))
(((|#1| |#2|) . T))
-(((|#2| |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-321 |#2|))) (((-1208) |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-528 (-1208) |#2|))))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
+(((|#2| |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-321 |#2|))) (((-1209) |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-528 (-1209) |#2|))))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
((((-560)) . T) (((-421 (-560))) . T))
-(((|#1| (-1208) (-1119 (-1208)) (-545 (-1119 (-1208)))) . T))
+(((|#1| (-1209) (-1120 (-1209)) (-545 (-1120 (-1209)))) . T))
((((-560) |#1|) . T))
((((-560)) . T))
((((-560)) . T))
-((((-935 |#1|)) . T))
+((((-936 |#1|)) . T))
(((|#1| (-545 |#2|)) . T))
((((-560)) . T))
((((-560)) . T))
(((|#1|) . T))
-(|has| |#2| (-1080))
+(|has| |#2| (-1081))
(((|#1| (-793)) . T))
-(|has| |#2| (-815))
-(|has| |#2| (-815))
+(|has| |#2| (-817))
+(|has| |#2| (-817))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
-((((-1190) |#1|) . T))
-((((-1265 (-560)) $) . T) (((-560) (-130)) . T))
+((((-1191) |#1|) . T))
+((((-1266 (-560)) $) . T) (((-560) (-130)) . T))
(((|#1|) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
(((|#3| (-793)) . T))
(|has| |#1| (-149))
(|has| |#1| (-147))
((($) . T) (((-421 (-560))) . T))
((($) . T))
((($) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
((((-421 (-560))) . T) (($) . T))
((($) . T))
((($) . T))
-(|has| |#1| (-1132))
+(|has| |#1| (-1133))
((((-421 (-560))) . T) (((-560)) . T))
-((((-560)) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-((((-560)) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ((|#1|) . T) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#2|) . T))
-((((-1208) |#2|) |has| |#2| (-528 (-1208) |#2|)) ((|#2| |#2|) |has| |#2| (-321 |#2|)))
+((((-560)) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+((((-560)) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ((|#1|) . T) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#2|) . T))
+((((-1209) |#2|) |has| |#2| (-528 (-1209) |#2|)) ((|#2| |#2|) |has| |#2| (-321 |#2|)))
((((-421 (-560))) . T) (((-560)) . T))
-((((-560)) . T) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) (((-1113)) . T) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))))
+((((-560)) . T) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) (((-1114)) . T) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))))
(((|#1|) . T) (($) . T))
((((-560)) . T))
((((-560)) . T))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
((((-560)) . T))
((((-560)) . T))
((((-421 (-560))) . T) (($) . T))
-(((#0=(-721) (-1202 #0#)) . T))
+(((#0=(-721) (-1203 #0#)) . T))
((((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#2| (-376))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
-((($) -2191 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-239))))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
+((($) -2309 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-239))))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
(((|#1| |#2|) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
-((((-1190) |#1|) . T))
+((((-1191) |#1|) . T))
(((|#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T))
(((|#3| |#3|) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1| |#1|) . T))
-(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))) (($) |has| |#2| (-1080)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))) (($) |has| |#2| (-1081)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
((((-560) |#1|) . T))
-((((-887)) . T))
-((((-171 (-229))) |has| |#1| (-1051)) (((-171 (-391))) |has| |#1| (-1051)) (((-549)) |has| |#1| (-633 (-549))) (((-1202 |#1|)) . T) (((-915 (-560))) |has| |#1| (-633 (-915 (-560)))) (((-915 (-391))) |has| |#1| (-633 (-915 (-391)))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1|) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-870)))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-870)))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#2|) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+((((-888)) . T))
+((((-171 (-229))) |has| |#1| (-1052)) (((-171 (-391))) |has| |#1| (-1052)) (((-549)) |has| |#1| (-633 (-549))) (((-1203 |#1|)) . T) (((-916 (-560))) |has| |#1| (-633 (-916 (-560)))) (((-916 (-391))) |has| |#1| (-633 (-916 (-391)))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1|) . T))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-871)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-871)))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#2|) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
(|has| |#1| (-376))
-((((-887)) . T))
+((((-888)) . T))
((($) . T))
((($) . T))
((((-130)) . T))
-(-12 (|has| |#4| (-240)) (|has| |#4| (-1080)))
-(-12 (|has| |#3| (-240)) (|has| |#3| (-1080)))
-((($) -2191 (|has| |#2| (-240)) (|has| |#2| (-239))))
-(|has| |#4| (-1080))
-(|has| |#3| (-1080))
-((((-887)) . T) (((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T))
-(((|#1|) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T))
+(-12 (|has| |#4| (-240)) (|has| |#4| (-1081)))
+(-12 (|has| |#3| (-240)) (|has| |#3| (-1081)))
+((($) -2309 (|has| |#2| (-240)) (|has| |#2| (-239))))
+(|has| |#4| (-1081))
+(|has| |#3| (-1081))
+((((-888)) . T) (((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T))
+(((|#1|) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T))
(((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
-(((|#2|) . T) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-(((|#1|) . T) (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
+(((|#2|) . T) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
(|has| |#1| (-571))
-((((-560)) -2191 (-12 (|has| |#4| (-1069 (-560))) (|has| |#4| (-1132))) (|has| |#4| (-1080))) ((|#4|) |has| |#4| (-1132)) (((-421 (-560))) -12 (|has| |#4| (-1069 (-421 (-560)))) (|has| |#4| (-1132))))
-((((-560)) -2191 (-12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) (|has| |#3| (-1080))) ((|#3|) |has| |#3| (-1132)) (((-421 (-560))) -12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+((((-560)) -2309 (-12 (|has| |#4| (-1070 (-560))) (|has| |#4| (-1133))) (|has| |#4| (-1081))) ((|#4|) |has| |#4| (-1133)) (((-421 (-560))) -12 (|has| |#4| (-1070 (-421 (-560)))) (|has| |#4| (-1133))))
+((((-560)) -2309 (-12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) (|has| |#3| (-1081))) ((|#3|) |has| |#3| (-1133)) (((-421 (-560))) -12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(|has| |#1| (-571))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
(((|#1|) . T))
(|has| |#1| (-571))
-((((-888 |#1|)) . T))
+((((-889 |#1|)) . T))
(|has| |#1| (-571))
(|has| |#1| (-571))
(((|#2|) . T))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (((-1113)) . T))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (((-1114)) . T))
((((-721)) . T))
(((|#1|) . T))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (((-1119 (-1208))) . T))
-(-12 (|has| |#1| (-1033)) (|has| |#1| (-1234)))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (((-1120 (-1209))) . T))
+(-12 (|has| |#1| (-1034)) (|has| |#1| (-1235)))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
(((|#2|) . T) (($) . T) (((-421 (-560))) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
-(-12 (|has| |#1| (-1132)) (|has| |#2| (-1132)))
+(-12 (|has| |#1| (-1133)) (|has| |#2| (-1133)))
((($) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) . T))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (($) . T))
-(((|#4| |#4|) -2191 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-1080))))
-(((|#3| |#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1080))))
+(((|#4| |#4|) -2309 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-1081))))
+(((|#3| |#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1081))))
(((|#2|) . T))
(((|#1|) . T))
-((((-549)) |has| |#2| (-633 (-549))) (((-915 (-391))) |has| |#2| (-633 (-915 (-391)))) (((-915 (-560))) |has| |#2| (-633 (-915 (-560)))))
-((((-887)) . T))
+((((-549)) |has| |#2| (-633 (-549))) (((-916 (-391))) |has| |#2| (-633 (-916 (-391)))) (((-916 (-560))) |has| |#2| (-633 (-916 (-560)))))
+((((-888)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-2 (|:| -3998 |#1|) (|:| -3881 |#2|))) . T) (((-887)) . T))
-((((-549)) |has| |#1| (-633 (-549))) (((-915 (-391))) |has| |#1| (-633 (-915 (-391)))) (((-915 (-560))) |has| |#1| (-633 (-915 (-560)))))
-(((|#4|) -2191 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-1080))))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1080))))
-((((-2 (|:| -3998 |#1|) (|:| -3881 |#2|))) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-549)) . T) (((-560)) . T) (((-915 (-560))) . T) (((-391)) . T) (((-229)) . T))
+((((-2 (|:| -2081 |#1|) (|:| -2909 |#2|))) . T) (((-888)) . T))
+((((-549)) |has| |#1| (-633 (-549))) (((-916 (-391))) |has| |#1| (-633 (-916 (-391)))) (((-916 (-560))) |has| |#1| (-633 (-916 (-560)))))
+(((|#4|) -2309 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-1081))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1081))))
+((((-2 (|:| -2081 |#1|) (|:| -2909 |#2|))) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-549)) . T) (((-560)) . T) (((-916 (-560))) . T) (((-391)) . T) (((-229)) . T))
((((-663 |#1|)) . T))
-(((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
+(((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
((($) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
((((-421 $) (-421 $)) |has| |#2| (-571)) (($ $) . T) ((|#2| |#2|) . T))
-((($ (-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) . T))
+((($ (-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) . T))
(((|#1|) . T))
-(|has| |#2| (-939))
-((((-1190) (-51)) . T))
+(|has| |#2| (-940))
+((((-1191) (-51)) . T))
((((-560)) |has| #0=(-421 |#2|) (-660 (-560))) ((#0#) . T))
-((((-549)) . T) (((-229)) . T) (((-391)) . T) (((-915 (-391))) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)))
+((((-549)) . T) (((-229)) . T) (((-391)) . T) (((-916 (-391))) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)))
(((|#1|) |has| |#1| (-175)))
(((|#1| $) |has| |#1| (-298 |#1| |#1|)))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
((((-421 (-560))) . T) (($) . T))
((((-421 (-560))) . T) (($) . T))
(((|#1|) . T))
-((((-887)) . T))
-(|has| |#1| (-871))
-(((|#2|) . T) (((-560)) . T) (((-841 |#1|)) . T))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-(|has| |#1| (-1132))
-((((-935 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-888)) . T))
+(|has| |#1| (-872))
+(((|#2|) . T) (((-560)) . T) (((-843 |#1|)) . T))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+(|has| |#1| (-1133))
+((((-936 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) . T) (((-1213)) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((((-1213)) . T))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-888)) . T) (((-1214)) . T))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((((-1214)) . T))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(|has| |#1| (-240))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#1| (-545 (-840 (-1208)))) . T))
-(((|#1| (-1002)) . T))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(((|#1| (-545 (-842 (-1209)))) . T))
+(((|#1| (-1003)) . T))
((((-560)) . T) ((|#2|) . T))
-(|has| |#1| (-870))
-((((-1208)) . T))
-(((#0=(-893 |#1|) $) |has| #0# (-298 #0# #0#)))
+(|has| |#1| (-871))
+((((-1209)) . T))
+(((#0=(-894 |#1|) $) |has| #0# (-298 #0# #0#)))
((((-560) |#4|) . T))
((((-560) |#3|) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
-(|has| |#1| (-1183))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
-(|has| (-1285 |#1| |#2| |#3| |#4|) (-147))
-(|has| (-1285 |#1| |#2| |#3| |#4|) (-149))
+(|has| |#1| (-1184))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
+(|has| (-1286 |#1| |#2| |#3| |#4|) (-147))
+(|has| (-1286 |#1| |#2| |#3| |#4|) (-149))
(|has| |#1| (-147))
(|has| |#1| (-149))
-((((-1208)) -12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))))
+((((-1209)) -12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))))
(((|#1|) |has| |#1| (-175)))
-(|has| |#1| (-1132))
-((((-1190) |#1|) . T))
+(|has| |#1| (-1133))
+((((-1191) |#1|) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
-((((-1156 |#1| (-1208))) . T) (((-560)) . T) (((-840 (-1208))) . T) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) (((-1208)) . T))
+((((-1157 |#1| (-1209))) . T) (((-560)) . T) (((-842 (-1209))) . T) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) (((-1209)) . T))
(|has| |#2| (-381))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((($) . T) ((|#1|) . T))
-(((|#2|) |has| |#2| (-1080)))
-((((-887)) . T))
-(|has| |#1| (-870))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((#0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) #0#) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
-(((|#1|) . T))
-((((-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((#0=(-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) #0#) |has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))))
-((((-887)) . T))
+(((|#2|) |has| |#2| (-1081)))
+((((-888)) . T))
+(|has| |#1| (-871))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((#0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) #0#) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
+(((|#1|) . T))
+((((-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((#0=(-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) #0#) |has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))))
+((((-888)) . T))
((((-560) |#1|) . T))
-((((-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#2| (-633 (-549)))) (((-915 (-391))) -12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) (((-915 (-560))) -12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))))
+((((-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#2| (-633 (-549)))) (((-916 (-391))) -12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) (((-916 (-560))) -12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))))
((($) . T))
-((((-887)) . T))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) . T))
+((((-888)) . T))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+((((-888)) . T))
((($) . T))
((($) . T))
((($) . T))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) . T))
-((((-887)) . T))
-(|has| (-1279 |#2| |#3| |#4|) (-149))
-(|has| (-1279 |#2| |#3| |#4|) (-147))
-(((|#2|) |has| |#2| (-1132)) (((-560)) -12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (((-421 (-560))) -12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-888)) . T))
+((((-888)) . T))
+(|has| (-1280 |#2| |#3| |#4|) (-149))
+(|has| (-1280 |#2| |#3| |#4|) (-147))
+(((|#2|) |has| |#2| (-1133)) (((-560)) -12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (((-421 (-560))) -12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))))
(((|#1|) . T))
-(|has| |#1| (-1132))
-((((-887)) . T))
+(|has| |#1| (-1133))
+((((-888)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)))
(((|#1|) . T))
((($) . T))
((((-560) |#1|) . T))
(((|#2|) |has| |#2| (-175)))
(((|#1|) . T))
(((|#1|) |has| |#1| (-175)))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-870)))
-((((-887)) |has| |#1| (-1132)))
-((($) -2191 (|has| |#1| (-240)) (|has| |#1| (-239))))
-(-2191 (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)) (|has| |#1| (-1143)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
-((((-935 |#1|)) . T))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-871)))
+((((-888)) |has| |#1| (-1133)))
+((($) -2309 (|has| |#1| (-240)) (|has| |#1| (-239))))
+(-2309 (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)) (|has| |#1| (-1144)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
+((((-936 |#1|)) . T))
((((-421 |#2|) |#3|) . T))
(|has| |#1| (-15 * (|#1| (-560) |#1|)))
((((-421 (-560))) . T) (($) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
((((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
(|has| |#1| (-376))
-(-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))
+(-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
(|has| |#1| (-376))
(|has| |#1| (-15 * (|#1| (-793) |#1|)))
((((-560)) . T))
((((-560)) . T))
-((((-1173 |#2| (-421 (-975 |#1|)))) . T) (((-421 (-975 |#1|))) . T))
+((((-1174 |#2| (-421 (-976 |#1|)))) . T) (((-421 (-976 |#1|))) . T))
((($) . T))
(((|#1|) |has| |#1| (-175)) (($) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (($) . T))
(((|#1|) . T))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
-((((-887)) . T))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
+((((-888)) . T))
(((|#2|) . T))
-(-2191 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
+(-2309 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
((((-560)) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
((($) |has| |#1| (-571)) (((-560)) . T))
-(|has| |#2| (-815))
-(|has| |#2| (-815))
-((((-1288 |#1| |#2| |#3|)) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) ((|#1|) |has| |#1| (-175)))
-((((-1295 |#2|)) . T) (((-1288 |#1| |#2| |#3|)) . T) (((-1258 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+(|has| |#2| (-817))
+(|has| |#2| (-817))
+((((-1289 |#1| |#2| |#3|)) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) ((|#1|) |has| |#1| (-175)))
+((((-1296 |#2|)) . T) (((-1289 |#1| |#2| |#3|)) . T) (((-1259 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (((-560)) . T))
(((|#1|) . T))
-((((-1208)) -12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))))
+((((-1209)) -12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))))
(((|#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-842)))
-(-2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571)))
-(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-844)))
+(-2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571)))
+(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
((($ $) |has| |#1| (-571)) ((|#1| |#1|) . T))
-((($ (-1208)) -2191 (|has| (-421 |#2|) (-927 (-1208))) (|has| (-421 |#2|) (-929 (-1208)))))
-(((#0=(-721) (-1202 #0#)) . T))
+((($ (-1209)) -2309 (|has| (-421 |#2|) (-928 (-1209))) (|has| (-421 |#2|) (-930 (-1209)))))
+(((#0=(-721) (-1203 #0#)) . T))
((((-595 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
((((-421 (-560))) . T) (($) . T))
-((((-887)) . T) (((-1298 |#4|)) . T))
-((((-887)) . T) (((-1298 |#3|)) . T))
+((((-888)) . T) (((-1299 |#4|)) . T))
+((((-888)) . T) (((-1299 |#3|)) . T))
((((-595 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
((($) . T) (((-421 (-560))) . T))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
((($) |has| |#1| (-571)) ((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
((($) . T))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((#1=(-1288 |#1| |#2| |#3|) #1#) |has| |#1| (-376)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) . T))
-(((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
-(((|#3|) |has| |#3| (-1080)))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
-(|has| (-1120 |#1|) (-1132))
-(((|#2| (-841 |#1|)) . T))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((#1=(-1289 |#1| |#2| |#3|) #1#) |has| |#1| (-376)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) . T))
+(((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+(((|#3|) |has| |#3| (-1081)))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+(|has| (-1121 |#1|) (-1133))
+(((|#2| (-843 |#1|)) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T))
((((-560)) . T) (($) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
(((|#2|) . T) ((|#6|) . T))
(|has| |#1| (-376))
((((-560)) . T) ((|#2|) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
(((|#2|) . T) ((|#6|) . T))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) . T))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
((((-421 $) (-421 $)) |has| |#1| (-571)) (($ $) . T) ((|#1| |#1|) . T))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((#0=(-1113) |#2|) . T) ((#0# $) . T) (($ $) . T))
-((((-887)) . T))
-((((-935 |#1|)) . T))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(((#0=(-1114) |#2|) . T) ((#0# $) . T) (($ $) . T))
+((((-888)) . T))
+((((-936 |#1|)) . T))
((((-146)) . T))
((((-146)) . T))
((((-246 |#1| |#2|) |#2|) . T))
-((((-887)) . T))
-(((|#3|) |has| |#3| (-1132)) (((-560)) -12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) (((-421 (-560))) -12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-888)) . T))
+(((|#3|) |has| |#3| (-1133)) (((-560)) -12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) (((-421 (-560))) -12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1|) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
(((|#1|) |has| |#1| (-175)))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) . T))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) . T))
(|has| |#1| (-376))
-((((-1213)) . T))
+((((-1214)) . T))
(((|#1|) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-870)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-871)))
((($) . T))
-((((-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((|#1| |#1|) |has| |#1| (-321 |#1|)))
-(|has| |#2| (-842))
+((((-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((|#1| |#1|) |has| |#1| (-321 |#1|)))
+(|has| |#2| (-844))
(|has| |#1| (-38 (-421 (-560))))
-(|has| |#1| (-870))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+(|has| |#1| (-871))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1| |#2| |#3| (-545 |#3|)) . T))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-381))
((((-421 (-560))) . T))
(((|#1|) . T))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
((((-421 (-560))) . T))
-((((-1190) |#1|) . T))
+((((-1191) |#1|) . T))
(|has| |#1| (-381))
((((-560)) . T))
((((-560)) . T))
(((|#1|) . T) (((-560)) . T))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
-((((-887)) . T))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
+((((-888)) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
-((((-1208)) -12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))))
+((((-1209)) -12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
-((((-887)) . T))
-(-12 (|has| |#2| (-240)) (|has| |#2| (-1080)))
-((((-1208) #0=(-893 |#1|)) |has| #0# (-528 (-1208) #0#)) ((#0# #0#) |has| #0# (-321 #0#)))
+((((-888)) . T))
+(-12 (|has| |#2| (-240)) (|has| |#2| (-1081)))
+((((-1209) #0=(-894 |#1|)) |has| #0# (-528 (-1209) #0#)) ((#0# #0#) |has| #0# (-321 #0#)))
(((|#1|) . T))
((((-549)) |has| |#1| (-633 (-549))))
((((-560) |#4|) . T))
((((-560) |#3|) . T))
(((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
-(|has| |#2| (-1080))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-(-2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-((((-887)) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T))
+(|has| |#2| (-1081))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+(-2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+((((-888)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T))
((((-421 (-560))) . T) (((-560)) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#1|) . T))
(((|#1|) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
((((-560)) . T))
((((-560)) . T))
-((($) . T) (((-560)) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) . T))
+((($) . T) (((-560)) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
-((((-560)) -2191 (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (|has| |#2| (-1080))) ((|#2|) |has| |#2| (-1132)) (((-421 (-560))) -12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))))
+((((-560)) -2309 (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (|has| |#2| (-1081))) ((|#2|) |has| |#2| (-1133)) (((-421 (-560))) -12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -592,119 +592,119 @@
(((|#1|) |has| |#1| (-571)))
((((-560) |#4|) . T))
((((-560) |#3|) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
-(((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
-((((-887)) . T))
+(((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
+((((-888)) . T))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
((((-560) |#1|) . T))
(((|#1|) . T))
-((($ $) . T) ((#0=(-888 |#1|) $) . T) ((#0# |#2|) . T))
+((($ $) . T) ((#0=(-889 |#1|) $) . T) ((#0# |#2|) . T))
((($) . T))
-((($ $) . T) ((#0=(-1208) $) . T) ((#0# |#1|) . T))
+((($ $) . T) ((#0=(-1209) $) . T) ((#0# |#1|) . T))
(((|#2|) |has| |#2| (-175)))
-((($) -2191 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) ((|#2|) |has| |#2| (-175)) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
-(((|#2| |#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))))
+((($) -2309 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) ((|#2|) |has| |#2| (-175)) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
+(((|#2| |#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))))
((((-146)) . T))
(((|#1|) . T))
(-12 (|has| |#1| (-381)) (|has| |#2| (-381)))
-((((-887)) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))))
+((((-888)) . T))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))))
(((|#1|) . T))
-((((-887)) . T))
-(|has| |#1| (-1132))
+((((-888)) . T))
+(|has| |#1| (-1133))
(|has| $ (-149))
-((((-1213)) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2|) |has| |#1| (-376)) (((-560)) . T) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) . T))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
-((($) -2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
+((((-1214)) . T))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2|) |has| |#1| (-376)) (((-560)) . T) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) . T))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
+((($) -2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
(|has| |#1| (-376))
-(-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))
+(-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
(|has| |#1| (-376))
(|has| |#1| (-15 * (|#1| (-793) |#1|)))
(((|#1|) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
-((((-887)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(-2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-(((|#2| (-545 (-888 |#1|))) . T))
-((((-887)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1|) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
+((((-888)) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(-2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+(((|#2| (-545 (-889 |#1|))) . T))
+((((-888)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1|) . T))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
((((-595 |#1|)) . T))
((($) . T))
((((-560)) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
(((|#1|) . T) (($) . T))
((((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T))
-((((-1206 |#1| |#2| |#3|)) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) ((|#1|) |has| |#1| (-175)))
-((((-1295 |#2|)) . T) (((-1206 |#1| |#2| |#3|)) . T) (((-1199 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+((((-1207 |#1| |#2| |#3|)) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) ((|#1|) |has| |#1| (-175)))
+((((-1296 |#2|)) . T) (((-1207 |#1| |#2| |#3|)) . T) (((-1200 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
(((|#4|) . T))
(((|#3|) . T))
-((((-893 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-894 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (((-560)) . T))
-((((-1208)) -12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))))
-(-2191 (|has| |#2| (-240)) (|has| |#2| (-239)))
+((((-1209)) -12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))))
+(-2309 (|has| |#2| (-240)) (|has| |#2| (-239)))
(((|#1|) . T))
-((((-888 |#1|)) . T))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) ((|#3|) . T))
+((((-889 |#1|)) . T))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) ((|#3|) . T))
((($) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-560)) . T) (((-421 (-560))) -2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ((|#2|) . T) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) (((-888 |#1|)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-560)) . T) (((-421 (-560))) -2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ((|#2|) . T) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) (((-889 |#1|)) . T))
((((-560) |#2|) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T) (((-560)) . T) ((|#2|) . T) (((-421 (-560))) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1| |#2| |#3| |#4| |#5|) . T))
-(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((#1=(-1206 |#1| |#2| |#3|) #1#) |has| |#1| (-376)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) . T))
-(((|#2|) |has| |#2| (-1080)))
-(|has| |#1| (-1132))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) . T))
-(((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((#1=(-1207 |#1| |#2| |#3|) #1#) |has| |#1| (-376)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+((((-888)) . T))
+(((|#2|) |has| |#2| (-1081)))
+(|has| |#1| (-1133))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) . T))
+(((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) |has| |#1| (-175)) (($) . T))
(((|#1|) . T))
-(((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))) ((|#2| |#2|) . T) (($ $) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((((-887)) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($ (-888 |#1|)) . T))
+(((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))) ((|#2| |#2|) . T) (($ $) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((((-888)) . T))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($ (-889 |#1|)) . T))
((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
((($ |#2|) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (($ (-1113)) . T))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (($ (-1114)) . T))
((($) . T))
-(((#0=(-1113) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (($ (-1119 (-1208))) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
+(((#0=(-1114) |#1|) . T) ((#0# $) . T) (($ $) . T))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (($ (-1120 (-1209))) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
(((|#1|) . T))
-(((|#2|) |has| |#2| (-1132)) (((-560)) -12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (((-421 (-560))) -12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))))
+(((|#2|) |has| |#2| (-1133)) (((-560)) -12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (((-421 (-560))) -12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (($) . T))
-(|has| |#1| (-1132))
+(|has| |#1| (-1133))
(((|#2|) |has| |#1| (-376)))
(((|#2|) |has| |#1| (-376)))
((((-560) |#1|) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
(((|#1|) |has| |#1| (-175)) (($) . T) (((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-421 |#2|) |#3|) . T))
(((|#1| (-421 (-560))) . T))
(((|#1|) . T) (((-560)) . T))
@@ -713,179 +713,179 @@
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-((((-887)) . T) (((-1213)) . T))
+((((-888)) . T) (((-1214)) . T))
(|has| |#1| (-147))
(|has| |#1| (-149))
-((((-1213)) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-1214)) . T))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
((((-421 (-560))) . T) (($) . T))
((((-421 (-560))) . T) (($) . T))
((((-421 (-560))) . T) (($) . T))
-(((|#2| |#3| (-888 |#1|)) . T))
-((((-1208)) |has| |#2| (-927 (-1208))))
+(((|#2| |#3| (-889 |#1|)) . T))
+((((-1209)) |has| |#2| (-928 (-1209))))
(((|#1|) . T))
(((|#1| (-545 |#2|) |#2|) . T))
-(((|#1| (-793) (-1113)) . T))
+(((|#1| (-793) (-1114)) . T))
((((-421 (-560))) |has| |#2| (-376)) (($) . T))
-(((|#1| (-545 (-1119 (-1208))) (-1119 (-1208))) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
+(((|#1| (-545 (-1120 (-1209))) (-1120 (-1209))) . T))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
(((|#2|) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
(((|#1|) . T))
(((|#2|) . T))
-((((-1027 |#1|)) . T) (((-560)) . T) ((|#1|) . T) (((-421 (-560))) -2191 (|has| (-1027 |#1|) (-1069 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))))
-(|has| |#2| (-1080))
-(|has| |#2| (-815))
-(|has| |#2| (-815))
+((((-1028 |#1|)) . T) (((-560)) . T) ((|#1|) . T) (((-421 (-560))) -2309 (|has| (-1028 |#1|) (-1070 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))))
+(|has| |#2| (-1081))
+(|has| |#2| (-817))
+(|has| |#2| (-817))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-381))
-((((-918 |#1|)) . T) (((-841 |#1|)) . T))
-((((-841 (-1208))) . T))
+((((-919 |#1|)) . T) (((-843 |#1|)) . T))
+((((-843 (-1209))) . T))
(((|#1|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-663 (-948))) . T) (((-887)) . T))
-((((-421 (-560))) . T) (((-887)) . T))
-((((-549)) . T) (((-915 (-560))) . T) (((-391)) . T) (((-229)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-663 (-949))) . T) (((-888)) . T))
+((((-421 (-560))) . T) (((-888)) . T))
+((((-549)) . T) (((-916 (-560))) . T) (((-391)) . T) (((-229)) . T))
(|has| |#1| (-240))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((($ $) . T) (((-560) |#1|) . T))
(((|#1| |#1|) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-1288 |#1| |#2| |#3|) $) -12 (|has| (-1288 |#1| |#2| |#3|) (-298 (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) (($ $) . T) (((-560) |#1|) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-1289 |#1| |#2| |#3|) $) -12 (|has| (-1289 |#1| |#2| |#3|) (-298 (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) (($ $) . T) (((-560) |#1|) . T))
((($ $) . T) (((-421 (-560)) |#1|) . T))
((((-793) |#1|) . T) (($ $) . T))
(((|#1|) . T))
-((($ (-1208)) . T))
-(-2191 (|has| |#1| (-842)) (|has| |#1| (-871)))
-((((-1171 |#1| |#2|)) |has| (-1171 |#1| |#2|) (-321 (-1171 |#1| |#2|))))
-(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-(((|#3| |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
-(((|#2|) . T) (((-560)) |has| |#2| (-1069 (-560))) (((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))))
-(|has| |#1| (-870))
+((($ (-1209)) . T))
+(-2309 (|has| |#1| (-844)) (|has| |#1| (-872)))
+((((-1172 |#1| |#2|)) |has| (-1172 |#1| |#2|) (-321 (-1172 |#1| |#2|))))
+(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+(((|#3| |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
+(((|#2|) . T) (((-560)) |has| |#2| (-1070 (-560))) (((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))))
+(|has| |#1| (-871))
(((|#1|) . T))
-((((-1208)) -2191 (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-927 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-929 (-1208))))))
+((((-1209)) -2309 (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-928 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-930 (-1209))))))
(((|#1| |#2|) . T))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
((($) . T))
((($) . T))
(((|#2|) . T))
(((|#3|) . T))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
(((|#2|) . T))
-((((-887)) -2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-632 (-887))) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132))) (((-1298 |#2|)) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((|#1|) . T) (((-560)) . T) (($) . T))
+((((-888)) -2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-632 (-888))) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133))) (((-1299 |#2|)) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((|#1|) . T) (((-560)) . T) (($) . T))
(((|#1|) |has| |#1| (-175)))
((((-560)) . T))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
-(|has| |#1| (-1132))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
+(|has| |#1| (-1133))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
((((-560) (-146)) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))) (($) |has| |#2| (-1080)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))) (($) |has| |#2| (-1081)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))))
((((-560)) . T))
(((|#1|) . T) ((|#2|) . T) (((-560)) . T))
-((($) |has| |#1| (-571)) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) (((-560)) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080)))
+((($) |has| |#1| (-571)) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) (((-560)) . T))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081)))
(((|#1|) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081)))
((($) . T) (((-560)) . T) ((|#2|) . T))
(((|#1|) |has| |#1| (-175)) (($) . T) (((-560)) . T))
(((|#2|) |has| |#1| (-376)))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#1| |#1|) . T) (($ $) . T))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-1213)) . T))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-1214)) . T))
((((-421 (-560))) . T) (((-560)) . T) (($) . T))
-(((|#1| (-545 #0=(-1208)) #0#) . T))
+(((|#1| (-545 #0=(-1209)) #0#) . T))
(((|#1|) . T) (($) . T))
((((-560)) . T))
-(((#0=(-421 (-975 |#1|)) #0#) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+(((#0=(-421 (-976 |#1|)) #0#) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
(((|#1| |#1|) |has| |#1| (-175)))
-(-2191 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-239)))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-421 (-975 |#1|))) . T))
+(-2309 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-239)))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-421 (-976 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T) (((-560)) . T) (($) . T))
(((|#1|) |has| |#1| (-175)))
-((((-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-((((-887)) . T))
-((((-887)) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) |has| |#1| (-1080)) (((-560)) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))))
+((((-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+((((-888)) . T))
+((((-888)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) |has| |#1| (-1081)) (((-560)) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))))
(((|#1| |#2|) . T))
-(|has| |#3| (-1080))
-(|has| |#3| (-815))
-(|has| |#3| (-815))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#2|) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+(|has| |#3| (-1081))
+(|has| |#3| (-817))
+(|has| |#3| (-817))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#2|) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
(((|#2|) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-(((|#1| (-1186 |#1|)) |has| |#1| (-870)))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+(((|#1| (-1187 |#1|)) |has| |#1| (-871)))
((((-560) |#2|) . T))
-(|has| |#1| (-1132))
+(|has| |#1| (-1133))
(((|#1|) . T))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-1183)))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-1184)))
((((-421 (-560))) . T) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((($) . T) (((-421 (-560))) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
(((|#2|) . T))
-((((-549)) |has| |#2| (-633 (-549))) (((-915 (-391))) |has| |#2| (-633 (-915 (-391)))) (((-915 (-560))) |has| |#2| (-633 (-915 (-560)))))
-(((|#4|) -2191 (|has| |#4| (-175)) (|has| |#4| (-376))))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376))))
-((((-887)) . T))
-(((|#1|) . T))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-939)))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-549)) |has| |#2| (-633 (-549))) (((-916 (-391))) |has| |#2| (-633 (-916 (-391)))) (((-916 (-560))) |has| |#2| (-633 (-916 (-560)))))
+(((|#4|) -2309 (|has| |#4| (-175)) (|has| |#4| (-376))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376))))
+((((-888)) . T))
+(((|#1|) . T))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-940)))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-939)))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-940)))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#2|) . T))
(((|#2|) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-939)))
-((($ $) . T) ((#0=(-1208) $) |has| |#1| (-240)) ((#0# |#1|) |has| |#1| (-240)) ((#1=(-840 (-1208)) |#1|) . T) ((#1# $) . T))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-939)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-940)))
+((($ $) . T) ((#0=(-1209) $) |has| |#1| (-240)) ((#0# |#1|) |has| |#1| (-240)) ((#1=(-842 (-1209)) |#1|) . T) ((#1# $) . T))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-940)))
((((-560) |#2|) . T))
-((((-887)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1080))) (($) |has| |#3| (-1080)) (((-560)) -12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))))
+((((-888)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1081))) (($) |has| |#3| (-1081)) (((-560)) -12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))))
((((-560) |#1|) . T))
(|has| (-421 |#2|) (-149))
(|has| (-421 |#2|) (-147))
@@ -893,46 +893,46 @@
(|has| |#1| (-38 (-421 (-560))))
(((|#1|) . T))
(((|#2|) . T) (($) . T) (((-421 (-560))) . T))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#1| (-571))
(|has| |#1| (-571))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-887)) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-888)) . T))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
(|has| |#1| (-38 (-421 (-560))))
-((((-402) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
+((((-402) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
(|has| |#1| (-38 (-421 (-560))))
-(|has| |#2| (-1183))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-((((-887)) . T) (((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-1249)) . T) (((-887)) . T) (((-1213)) . T))
+(|has| |#2| (-1184))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+((((-888)) . T) (((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-1250)) . T) (((-888)) . T) (((-1214)) . T))
((((-118 |#1|)) . T))
-((((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
+((((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
(((|#1|) . T))
-((((-402) (-1190)) . T))
+((((-402) (-1191)) . T))
(|has| |#1| (-571))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
(((|#2|) . T))
-((((-793) (-1213)) . T))
-((((-887)) . T))
-((((-841 |#1|)) . T))
+((((-793) (-1214)) . T))
+((((-888)) . T))
+((((-843 |#1|)) . T))
((($) . T))
-((((-1208) (-51)) . T))
+((((-1209) (-51)) . T))
(((|#1|) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
@@ -940,48 +940,48 @@
(((|#1|) |has| |#1| (-175)))
(((|#2|) |has| |#2| (-175)))
((((-663 |#1|)) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-549)) |has| |#1| (-633 (-549))))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
(((|#2|) |has| |#2| (-321 |#2|)))
(((#0=(-560) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
(((|#1|) . T))
-(((|#1| (-1202 |#1|)) . T))
+(((|#1| (-1203 |#1|)) . T))
((($) . T))
(((|#2|) . T))
(|has| $ (-149))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
(|has| |#2| (-381))
(((#0=(-560) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
(((|#1| |#2|) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1|) . T))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1|) . T))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
(((|#1| |#2|) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-((($) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
-((((-887)) . T))
-((((-1206 |#1| |#2| |#3|) $) -12 (|has| (-1206 |#1| |#2| |#3|) (-298 (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) (($ $) . T) (((-560) |#1|) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+((($) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
+((((-888)) . T))
+((((-1207 |#1| |#2| |#3|) $) -12 (|has| (-1207 |#1| |#2| |#3|) (-298 (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) (($ $) . T) (((-560) |#1|) . T))
((($ $) . T) (((-421 (-560)) |#1|) . T))
((((-793) |#1|) . T) (($ $) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((#0=(-1288 |#1| |#2| |#3|) #0#) -12 (|has| (-1288 |#1| |#2| |#3|) (-321 (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) (((-1208) #0#) -12 (|has| (-1288 |#1| |#2| |#3|) (-528 (-1208) (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))))
-(-12 (|has| |#1| (-1132)) (|has| |#2| (-1132)))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((#0=(-1289 |#1| |#2| |#3|) #0#) -12 (|has| (-1289 |#1| |#2| |#3|) (-321 (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) (((-1209) #0#) -12 (|has| (-1289 |#1| |#2| |#3|) (-528 (-1209) (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))))
+(-12 (|has| |#1| (-1133)) (|has| |#2| (-1133)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-560)) . T) (($) . T))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
((($) . T) (((-560)) . T) ((|#2|) . T))
((((-560)) . T) (($) . T) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
((((-421 (-560))) . T) (((-560)) . T))
@@ -989,173 +989,173 @@
((((-146)) . T))
(((|#1|) . T))
((((-114)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080)))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081)))
((((-114)) . T))
-((((-549)) |has| |#1| (-633 (-549))) (((-229)) . #0=(|has| |#1| (-1051))) (((-391)) . #0#))
-((((-887)) . T))
-(((|#1|) . T))
-((((-1213)) . T))
-(|has| |#1| (-842))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2|) |has| |#1| (-376)) ((|#1|) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#2|) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-571)))
+((((-549)) |has| |#1| (-633 (-549))) (((-229)) . #0=(|has| |#1| (-1052))) (((-391)) . #0#))
+((((-888)) . T))
+(((|#1|) . T))
+((((-1214)) . T))
+(|has| |#1| (-844))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2|) |has| |#1| (-376)) ((|#1|) . T))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#2|) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-571)))
(|has| |#1| (-571))
-(((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
-((($) . T) (((-560)) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((|#1|) . T) (((-560)) . T))
-(|has| |#1| (-939))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
-(((|#1|) . T))
-(|has| |#1| (-1132))
-((((-887)) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-571)))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-(|has| |#1| (-871))
-(((|#1| (-1298 |#1|) (-1298 |#1|)) . T))
-((((-560) (-146)) . T) (((-1265 (-560)) $) . T))
+(((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+((($) . T) (((-560)) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((|#1|) . T) (((-560)) . T))
+(|has| |#1| (-940))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
+(((|#1|) . T))
+(|has| |#1| (-1133))
+((((-888)) . T))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-571)))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+(|has| |#1| (-872))
+(((|#1| (-1299 |#1|) (-1299 |#1|)) . T))
+((((-560) (-146)) . T) (((-1266 (-560)) $) . T))
((($) . T))
-(|has| |#4| (-1080))
-(|has| |#3| (-1080))
-((((-1213)) . T) (((-887)) . T))
-((((-1213)) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(((|#1| (-1002)) . T))
+(|has| |#4| (-1081))
+(|has| |#3| (-1081))
+((((-1214)) . T) (((-888)) . T))
+((((-1214)) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(((|#1| (-1003)) . T))
(((|#1| |#1|) . T))
((($) . T))
-(|has| |#2| (-815))
-(|has| |#2| (-815))
+(|has| |#2| (-817))
+(|has| |#2| (-817))
(-12 (|has| |#1| (-487)) (|has| |#2| (-487)))
-(|has| |#2| (-1080))
-((($) . T) (((-560)) . T) (((-893 |#1|)) . T) (((-421 (-560))) . T))
+(|has| |#2| (-1081))
+((($) . T) (((-560)) . T) (((-894 |#1|)) . T) (((-421 (-560))) . T))
(((|#1|) . T))
-(|has| |#2| (-815))
-(|has| |#2| (-815))
+(|has| |#2| (-817))
+(|has| |#2| (-817))
(((|#1| |#2|) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(-12 (|has| |#1| (-815)) (|has| |#2| (-815)))
-(-12 (|has| |#1| (-815)) (|has| |#2| (-815)))
-(-2191 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(-12 (|has| |#1| (-817)) (|has| |#2| (-817)))
+(-12 (|has| |#1| (-817)) (|has| |#2| (-817)))
+(-2309 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748))))
(((|#1| |#2|) . T))
(((|#1|) |has| |#1| (-175)) ((|#4|) . T) (((-560)) . T))
(((|#2|) |has| |#2| (-175)))
(((|#1|) |has| |#1| (-175)))
-((((-887)) . T))
-(-2191 (|has| |#1| (-240)) (|has| |#1| (-239)))
+((((-888)) . T))
+(-2309 (|has| |#1| (-240)) (|has| |#1| (-239)))
(|has| |#1| (-363))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-421 (-560))) . T) (($) . T))
(((|#2|) . T) (($) . T) (((-421 (-560))) . T))
-((($) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) . T))
-(|has| |#1| (-843))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
+((($) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) . T))
+(|has| |#1| (-845))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
(((|#1| $) |has| |#1| (-298 |#1| |#1|)))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
((($) |has| |#1| (-571)))
(((|#2|) . T) (((-421 (-560))) . T) (($) . T))
-(((|#4|) |has| |#4| (-1132)))
-(((|#3|) |has| |#3| (-1132)))
+(((|#4|) |has| |#4| (-1133)))
+(((|#3|) |has| |#3| (-1133)))
(|has| |#3| (-381))
-((($) |has| |#1| (-571)) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) (((-560)) . T))
-((((-887)) . T))
+((($) |has| |#1| (-571)) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) (((-560)) . T))
+((((-888)) . T))
(((|#1| |#2|) . T))
-((((-887)) . T))
-(|has| |#1| (-871))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+((((-888)) . T))
+(|has| |#1| (-872))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
(((|#2|) . T))
(|has| |#2| (-376))
((((-421 (-560))) . T) (((-560)) . T))
-((($) -2191 (|has| |#2| (-240)) (|has| |#2| (-239))))
-((($ (-888 |#1|)) . T))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (($ |#3|) . T))
+((($) -2309 (|has| |#2| (-240)) (|has| |#2| (-239))))
+((($ (-889 |#1|)) . T))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (($ |#3|) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T))
(((|#1|) . T))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
(((|#2|) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
((($) . T) (((-560)) . T))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) |has| |#1| (-175)))
(((|#1| |#1|) |has| |#1| (-175)))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
((((-146)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))) (($) |has| |#2| (-1080)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))) (($) |has| |#2| (-1081)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))))
((((-146)) . T))
((((-146)) . T))
((((-421 (-560))) . #0=(|has| |#2| (-376))) (($) . #0#) ((|#2|) . T) (((-560)) . T))
(((|#1| |#2| |#3|) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081)))
(((|#1|) |has| |#1| (-175)))
(|has| $ (-149))
(|has| $ (-149))
-((((-1213)) . T))
+((((-1214)) . T))
(((|#1|) |has| |#1| (-175)))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-((((-887)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+((((-888)) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-487)) (|has| |#1| (-571)) (|has| |#1| (-1080)) (|has| |#1| (-1143)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-487)) (|has| |#1| (-571)) (|has| |#1| (-1081)) (|has| |#1| (-1144)))
((($ $) |has| |#1| (-298 $ $)) ((|#1| $) |has| |#1| (-298 |#1| |#1|)))
(((|#1| (-421 (-560))) . T))
(((|#1|) . T))
((((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-1208)) . T))
+((((-1209)) . T))
(|has| |#1| (-571))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
(|has| |#1| (-571))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#2| (-147))
(|has| |#2| (-149))
-((((-560) (-421 (-975 |#1|))) . T))
+((((-560) (-421 (-976 |#1|))) . T))
(((|#2|) . T) (($) . T))
(|has| |#1| (-149))
(|has| |#1| (-147))
(|has| |#1| (-149))
-(((|#2| (-246 (-2305 |#1|) (-793)) (-888 |#1|)) . T))
+(((|#2| (-246 (-3819 |#1|) (-793)) (-889 |#1|)) . T))
(((|#1| (-545 |#3|) |#3|) . T))
(|has| |#1| (-147))
(((#0=(-421 (-560)) #0#) |has| |#2| (-376)) (($ $) . T))
-((((-893 |#1|)) . T))
-((((-893 |#1|)) . T))
+((((-894 |#1|)) . T))
+((((-894 |#1|)) . T))
(|has| |#1| (-149))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-381))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#1| (-147))
((((-421 (-560))) |has| |#2| (-376)) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-(-2191 (|has| |#1| (-363)) (|has| |#1| (-381)))
-((((-1173 |#2| |#1|)) . T) ((|#1|) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+(-2309 (|has| |#1| (-363)) (|has| |#1| (-381)))
+((((-1174 |#2| |#1|)) . T) ((|#1|) . T))
(((|#1| |#2|) . T))
-(-12 (|has| |#2| (-240)) (|has| |#2| (-1080)))
-(((|#2|) . T) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-(|has| |#3| (-815))
-(|has| |#3| (-815))
-((((-887)) . T))
+(-12 (|has| |#2| (-240)) (|has| |#2| (-1081)))
+(((|#2|) . T) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+(|has| |#3| (-817))
+(|has| |#3| (-817))
+((((-888)) . T))
(((|#1|) . T))
(((|#2|) . T) (($) . T))
((((-721)) . T))
-(|has| |#2| (-1080))
+(|has| |#2| (-1081))
(|has| |#1| (-571))
(((|#1|) . T))
(((|#1|) . T))
@@ -1166,65 +1166,65 @@
(((|#1|) . T))
((($) . T))
(((|#1|) . T))
-((((-1208) (-51)) . T))
-((((-1035 10)) . T) (((-421 (-560))) . T) (((-887)) . T))
-((((-549)) . T) (((-915 (-560))) . T) (((-391)) . T) (((-229)) . T))
+((((-1209) (-51)) . T))
+((((-1036 10)) . T) (((-421 (-560))) . T) (((-888)) . T))
+((((-549)) . T) (((-916 (-560))) . T) (((-391)) . T) (((-229)) . T))
(((|#1|) . T))
-((((-1035 16)) . T) (((-421 (-560))) . T) (((-887)) . T))
-((((-549)) . T) (((-915 (-560))) . T) (((-391)) . T) (((-229)) . T))
+((((-1036 16)) . T) (((-421 (-560))) . T) (((-888)) . T))
+((((-549)) . T) (((-916 (-560))) . T) (((-391)) . T) (((-229)) . T))
(((|#1| (-560)) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1| |#2|) . T))
-((((-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))) (((-1113)) . T))
+((((-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))) (((-1114)) . T))
(((|#1|) . T))
(((|#3|) . T) (((-630 $)) . T))
(((|#1| (-421 (-560))) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((($ (-1295 |#2|)) . T) (($ (-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-560)) -2191 (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (|has| |#2| (-1080))) ((|#2|) |has| |#2| (-1132)) (((-421 (-560))) -12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((($ (-1296 |#2|)) . T) (($ (-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-560)) -2309 (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (|has| |#2| (-1081))) ((|#2|) |has| |#2| (-1133)) (((-421 (-560))) -12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
((($ $) . T) ((|#2| $) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
-(((#0=(-1206 |#1| |#2| |#3|) #0#) -12 (|has| (-1206 |#1| |#2| |#3|) (-321 (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) (((-1208) #0#) -12 (|has| (-1206 |#1| |#2| |#3|) (-528 (-1208) (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))))
-((((-887)) . T))
-((((-887)) . T))
+(((#0=(-1207 |#1| |#2| |#3|) #0#) -12 (|has| (-1207 |#1| |#2| |#3|) (-321 (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) (((-1209) #0#) -12 (|has| (-1207 |#1| |#2| |#3|) (-528 (-1209) (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))))
+((((-888)) . T))
+((((-888)) . T))
(((|#1| |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) |has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))))
-((((-887)) . T))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) |has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))))
+((((-888)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
(((|#1|) . T))
((($) . T) ((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
-((((-1208) (-51)) . T))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))))
+((((-1209) (-51)) . T))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))))
(((|#3|) . T))
-((($ $) . T) ((#0=(-888 |#1|) $) . T) ((#0# |#2|) . T))
-(|has| |#1| (-843))
+((($ $) . T) ((#0=(-889 |#1|) $) . T) ((#0# |#2|) . T))
+(|has| |#1| (-845))
((($) . T) (((-560)) . T) ((|#1|) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T))
((((-560)) . T) (($) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(|has| (-1120 |#1|) (-1132))
-(((|#2| |#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376))))
-((((-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T) ((|#1| |#2|) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))))
+(|has| (-1121 |#1|) (-1133))
+(((|#2| |#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376))))
+((((-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T) ((|#1| |#2|) . T))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))))
((((-560)) . T))
-((((-1213)) . T))
+((((-1214)) . T))
((((-793)) . T))
(((|#2|) |has| |#2| (-175)))
(((|#1|) |has| |#1| (-175)))
(|has| |#1| (-571))
((((-560)) . T))
(((|#2|) . T))
-((((-887)) . T))
-(((|#1| (-421 (-560)) (-1113)) . T))
+((((-888)) . T))
+(((|#1| (-421 (-560)) (-1114)) . T))
(((|#1|) |has| |#1| (-175)))
(((|#1|) . T))
(|has| |#1| (-571))
@@ -1233,117 +1233,117 @@
(((|#1|) . T))
((((-421 (-560))) . T) (($) . T))
((($) . T) (((-421 (-560))) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-571)))
-((((-1213)) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-571)))
+((((-1214)) . T))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
((((-560)) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-571)))
(|has| |#1| (-147))
((((-560)) . T))
(|has| |#1| (-149))
-((($ (-1208)) -2191 (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-927 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-929 (-1208))))))
-((($ (-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-((((-915 (-560))) . T) (((-915 (-391))) . T) (((-549)) . T) (((-1208)) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
+((($ (-1209)) -2309 (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-928 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-930 (-1209))))))
+((($ (-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+((((-916 (-560))) . T) (((-916 (-391))) . T) (((-549)) . T) (((-1209)) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
((($) . T))
(((|#1|) . T))
-((((-887)) . T))
-(-2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
+((((-888)) . T))
+(-2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
(((|#1|) . T) (($) . T))
(((|#2|) |has| |#2| (-175)))
-((($) -2191 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) ((|#2|) |has| |#2| (-175)) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
-((((-893 |#1|)) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132)))
-(-12 (|has| |#3| (-240)) (|has| |#3| (-1080)))
-(|has| |#2| (-1183))
-(((#0=(-51)) . T) (((-2 (|:| -3818 (-1208)) (|:| -2660 #0#))) . T))
+((($) -2309 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) ((|#2|) |has| |#2| (-175)) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
+((((-894 |#1|)) . T))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133)))
+(-12 (|has| |#3| (-240)) (|has| |#3| (-1081)))
+(|has| |#2| (-1184))
+(((#0=(-51)) . T) (((-2 (|:| -1919 (-1209)) (|:| -3529 #0#))) . T))
(((|#1| |#2|) . T))
(((|#1| (-657 |#2|)) . T))
-(|has| |#3| (-1080))
-((((-888 |#1|)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1| (-560) (-1113)) . T))
-(((|#1| (-421 (-560)) (-1113)) . T))
-((((-1208)) . T))
-((($) -2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
-((($) -2191 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-239))))
+(|has| |#3| (-1081))
+((((-889 |#1|)) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1| (-560) (-1114)) . T))
+(((|#1| (-421 (-560)) (-1114)) . T))
+((((-1209)) . T))
+((($) -2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+((($) -2309 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-239))))
((((-560) |#2|) . T))
-((($ (-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))))
+((($ (-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(|has| |#2| (-381))
(((|#1| |#1|) . T))
-((((-887)) . T))
-((((-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((|#1| |#1|) |has| |#1| (-321 |#1|)))
+((((-888)) . T))
+((((-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((|#1| |#1|) |has| |#1| (-321 |#1|)))
(-12 (|has| |#1| (-381)) (|has| |#2| (-381)))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
(|has| |#1| (-363))
-((((-560)) -2191 (-12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) (|has| |#3| (-1080))) ((|#3|) |has| |#3| (-1132)) (((-421 (-560))) -12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))))
+((((-560)) -2309 (-12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) (|has| |#3| (-1081))) ((|#3|) |has| |#3| (-1133)) (((-421 (-560))) -12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))))
(((|#1|) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#4|) . T))
-(((|#3|) . T) ((|#2|) . T) (((-560)) . T) ((|#4|) -2191 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-748)) (|has| |#4| (-1080))) (($) |has| |#4| (-1080)))
-(((|#2|) . T) (((-560)) . T) ((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748)) (|has| |#3| (-1080))) (($) |has| |#3| (-1080)))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((#0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) #0#) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
-(((|#4|) . T) (((-887)) . T))
+(((|#3|) . T) ((|#2|) . T) (((-560)) . T) ((|#4|) -2309 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-748)) (|has| |#4| (-1081))) (($) |has| |#4| (-1081)))
+(((|#2|) . T) (((-560)) . T) ((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748)) (|has| |#3| (-1081))) (($) |has| |#3| (-1081)))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((#0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) #0#) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
+(((|#4|) . T) (((-888)) . T))
(|has| |#1| (-571))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-887)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-888)) . T))
(((|#1| |#2|) . T))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-939)))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-939)))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-940)))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-940)))
(((|#1|) . T))
((((-421 (-560))) . T) (((-560)) . T))
((((-560)) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
((($) . T))
-((((-887)) -12 (|has| |#1| (-1132)) (|has| |#2| (-1132))))
-(((|#1|) . T))
-((((-893 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
-((((-887)) . T))
-(((|#3| |#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1080))))
-(|has| |#1| (-1051))
-((((-887)) . T))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1080))))
+((((-888)) -12 (|has| |#1| (-1133)) (|has| |#2| (-1133))))
+(((|#1|) . T))
+((((-894 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-888)) . T))
+(((|#3| |#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1081))))
+(|has| |#1| (-1052))
+((((-888)) . T))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1081))))
((((-560) (-114)) . T))
-((((-1213)) . T))
+((((-1214)) . T))
(((|#1|) |has| |#1| (-321 |#1|)))
-((((-1213)) . T))
+((((-1214)) . T))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-381))
-((((-1208) $) |has| |#1| (-528 (-1208) $)) (($ $) |has| |#1| (-321 $)) ((|#1| |#1|) |has| |#1| (-321 |#1|)) (((-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)))
-((((-1208)) |has| |#1| (-927 (-1208))))
-(-2191 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-363)))
+((((-1209) $) |has| |#1| (-528 (-1209) $)) (($ $) |has| |#1| (-321 $)) ((|#1| |#1|) |has| |#1| (-321 |#1|)) (((-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)))
+((((-1209)) |has| |#1| (-928 (-1209))))
+(-2309 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-363)))
(((|#1| |#4|) . T))
(((|#1| |#3|) . T))
((($) . T))
((((-402) |#1|) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(((|#2|) . T) (((-887)) . T))
-((((-887)) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(((|#2|) . T) (((-888)) . T))
+((((-888)) . T))
(((|#2|) . T))
-((((-935 |#1|)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
+((((-936 |#1|)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
(((|#1| |#2|) . T))
((($) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
@@ -1351,250 +1351,250 @@
(((|#1|) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
(((|#1| |#1|) . T))
-(((#0=(-893 |#1|)) |has| #0# (-321 #0#)))
-((((-560)) . T) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-1069 (-421 (-560))))) ((|#1|) . T))
+(((#0=(-894 |#1|)) |has| #0# (-321 #0#)))
+((((-560)) . T) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-1070 (-421 (-560))))) ((|#1|) . T))
(((|#1| |#2|) . T))
-(|has| |#2| (-815))
-(|has| |#2| (-815))
+(|has| |#2| (-817))
+(|has| |#2| (-817))
(((|#1|) . T))
-(-12 (|has| |#1| (-815)) (|has| |#2| (-815)))
-(-12 (|has| |#1| (-815)) (|has| |#2| (-815)))
-(|has| |#2| (-1080))
+(-12 (|has| |#1| (-817)) (|has| |#2| (-817)))
+(-12 (|has| |#1| (-817)) (|has| |#2| (-817)))
+(|has| |#2| (-1081))
((($) . T) (((-560)) . T) ((|#2|) . T))
-(((|#2|) . T) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#2|) . T) (($) . T))
-(|has| |#1| (-1234))
+(|has| |#1| (-1235))
(((#0=(-560) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
((((-421 (-560))) . T) (($) . T))
-(((|#4|) |has| |#4| (-1080)))
-(((|#4|) |has| |#4| (-1080)))
-(((|#3|) |has| |#3| (-1080)))
-(((|#3|) |has| |#3| (-1080)))
+(((|#4|) |has| |#4| (-1081)))
+(((|#4|) |has| |#4| (-1081)))
+(((|#3|) |has| |#3| (-1081)))
+(((|#3|) |has| |#3| (-1081)))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-421 (-560)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-421 (-560)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-421 (-560)) #0#) . T))
(|has| |#1| (-376))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T))
-((((-887)) . T))
-((($ $) . T) ((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1| |#1|) . T))
+((((-888)) . T))
+((($ $) . T) ((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1| |#1|) . T))
((((-549)) |has| |#3| (-633 (-549))))
(((|#1| |#2|) . T))
-(|has| |#1| (-870))
-(|has| |#1| (-870))
-((((-711 |#3|)) . T) (((-887)) . T))
-((($) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+(|has| |#1| (-871))
+(|has| |#1| (-871))
+((((-711 |#3|)) . T) (((-888)) . T))
+((($) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
(((|#1|) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-571)))
((($) . T))
-(((#0=(-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) #0#) |has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))))
+(((#0=(-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) #0#) |has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))))
((((-560) |#3|) . T))
(((|#2|) . T))
((($) . T))
((($) . T))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (((-1113)) . T))
-(((|#2|) |has| |#2| (-1132)))
-((((-887)) -2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-632 (-887))) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132))) (((-1298 |#2|)) . T))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (((-1114)) . T))
+(((|#2|) |has| |#2| (-1133)))
+((((-888)) -2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-632 (-888))) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133))) (((-1299 |#2|)) . T))
((($) . T))
((((-560)) . T) (($) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-1190) (-51)) . T))
+((((-1191) (-51)) . T))
(((|#2|) |has| |#2| (-175)))
-((($) -2191 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) ((|#2|) |has| |#2| (-175)) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
-((((-887)) . T))
+((($) -2309 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) ((|#2|) |has| |#2| (-175)) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
+((((-888)) . T))
(((|#2|) . T))
-((($) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
((((-560)) |has| #0=(-421 |#2|) (-660 (-560))) ((#0#) . T))
((($) . T) (((-560)) . T))
((((-560) (-146)) . T))
-((((-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T) ((|#1| |#2|) . T))
+((((-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T) ((|#1| |#2|) . T))
((((-421 (-560))) . T) (($) . T))
(((|#1|) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-887)) . T))
-((((-935 |#1|)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-888)) . T))
+((((-936 |#1|)) . T))
(|has| |#1| (-376))
(|has| |#1| (-376))
(|has| |#1| (-376))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
-(|has| |#1| (-870))
-((($) -2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+(|has| |#1| (-871))
+((($) -2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
(|has| |#1| (-376))
(((|#1|) . T) (($) . T))
-(|has| |#1| (-870))
-((($) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
-((((-1208)) |has| |#1| (-927 (-1208))))
-(|has| |#1| (-870))
+(|has| |#1| (-871))
+((($) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+((((-1209)) |has| |#1| (-928 (-1209))))
+(|has| |#1| (-871))
((((-520)) . T))
-(((|#1| (-1208)) . T))
-(((|#1| (-1298 |#1|) (-1298 |#1|)) . T))
-((((-887)) . T) (((-1213)) . T))
+(((|#1| (-1209)) . T))
+(((|#1| (-1299 |#1|) (-1299 |#1|)) . T))
+((((-888)) . T) (((-1214)) . T))
(((|#1| |#2|) . T))
((($ $) . T))
-((((-1213)) . T))
-(|has| |#1| (-1132))
-(((|#1| (-1208) (-840 (-1208)) (-545 (-840 (-1208)))) . T))
-((((-421 (-975 |#1|))) . T))
+((((-1214)) . T))
+(|has| |#1| (-1133))
+(((|#1| (-1209) (-842 (-1209)) (-545 (-842 (-1209)))) . T))
+((((-421 (-976 |#1|))) . T))
((((-549)) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T))
-((((-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T) (((-1265 (-560)) $) . T) ((|#1| |#2|) . T))
+((((-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T) (((-1266 (-560)) $) . T) ((|#1| |#2|) . T))
(((|#1|) . T))
(((|#2|) . T) (($) . T))
(((|#1|) |has| |#1| (-175)))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#3|) . T))
(((|#1|) |has| |#1| (-175)))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) . T))
(((|#1|) . T))
-((((-549)) |has| |#1| (-633 (-549))) (((-915 (-391))) |has| |#1| (-633 (-915 (-391)))) (((-915 (-560))) |has| |#1| (-633 (-915 (-560)))))
-((((-887)) . T))
-((((-893 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
-(((|#2|) . T) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-549)) |has| |#1| (-633 (-549))) (((-916 (-391))) |has| |#1| (-633 (-916 (-391)))) (((-916 (-560))) |has| |#1| (-633 (-916 (-560)))))
+((((-888)) . T))
+((((-894 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+(((|#2|) . T) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
((((-520)) . T))
((((-520)) . T))
-((((-1208)) -2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))))
-((((-1208)) -2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))))
+((((-1209)) -2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))))
+((((-1209)) -2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))))
(|has| |#1| (-571))
-(-12 (|has| |#2| (-240)) (|has| |#2| (-1080)))
-(-2191 (|has| |#1| (-240)) (|has| |#1| (-239)))
-((((-893 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+(-12 (|has| |#2| (-240)) (|has| |#2| (-1081)))
+(-2309 (|has| |#1| (-240)) (|has| |#1| (-239)))
+((((-894 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-381))
-(|has| |#2| (-1080))
-((((-1190) |#1|) . T))
-(|has| |#1| (-1183))
-((((-987 |#1|)) . T))
-(((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1| |#1|) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-560))) (((-560)) |has| |#1| (-1069 (-560))) (((-1208)) |has| |#1| (-1069 (-1208))) ((|#1|) . T))
+(|has| |#2| (-1081))
+((((-1191) |#1|) . T))
+(|has| |#1| (-1184))
+((((-988 |#1|)) . T))
+(((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1| |#1|) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-560))) (((-560)) |has| |#1| (-1070 (-560))) (((-1209)) |has| |#1| (-1070 (-1209))) ((|#1|) . T))
((($) . T))
((($) . T))
((((-560) |#2|) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T))
-((((-560)) |has| |#1| (-911 (-560))) (((-391)) |has| |#1| (-911 (-391))))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1|) . T))
+((((-560)) |has| |#1| (-912 (-560))) (((-391)) |has| |#1| (-912 (-391))))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T) (((-560)) . T))
-((((-663 |#4|)) . T) (((-887)) . T))
+((((-663 |#4|)) . T) (((-888)) . T))
((((-549)) |has| |#4| (-633 (-549))))
((((-549)) |has| |#4| (-633 (-549))))
-((((-887)) . T) (((-663 |#4|)) . T))
-((($) |has| |#1| (-870)))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)) (((-560)) . T) (($) . T) ((|#1|) . T))
-((((-560)) -2191 (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (|has| |#2| (-1080))) ((|#2|) |has| |#2| (-1132)) (((-421 (-560))) -12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))))
+((((-888)) . T) (((-663 |#4|)) . T))
+((($) |has| |#1| (-871)))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)) (((-560)) . T) (($) . T) ((|#1|) . T))
+((((-560)) -2309 (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (|has| |#2| (-1081))) ((|#2|) |has| |#2| (-1133)) (((-421 (-560))) -12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))))
(((|#1|) . T))
(((|#1|) . T))
-((((-663 |#4|)) . T) (((-887)) . T))
+((((-663 |#4|)) . T) (((-888)) . T))
((((-549)) |has| |#4| (-633 (-549))))
(((|#1|) . T))
-(((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) . T))
+(((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (((-560)) . T) (($) . T))
-((((-1208)) |has| (-421 |#2|) (-927 (-1208))))
+((((-1209)) |has| (-421 |#2|) (-928 (-1209))))
(((|#2|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((#0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) #0#) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((#0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) #0#) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
((($) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($) -2191 (|has| |#1| (-240)) (|has| |#1| (-239))))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($) -2309 (|has| |#1| (-240)) (|has| |#1| (-239))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
((($) . T))
((($) . T))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
((($) . T))
((($) . T))
-((((-887)) -2191 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-133)) (|has| |#3| (-632 (-887))) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-381)) (|has| |#3| (-748)) (|has| |#3| (-815)) (|has| |#3| (-871)) (|has| |#3| (-1080)) (|has| |#3| (-1132))) (((-1298 |#3|)) . T))
+((((-888)) -2309 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-133)) (|has| |#3| (-632 (-888))) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-381)) (|has| |#3| (-748)) (|has| |#3| (-817)) (|has| |#3| (-872)) (|has| |#3| (-1081)) (|has| |#3| (-1133))) (((-1299 |#3|)) . T))
(((|#2|) . T))
((((-560) |#2|) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
-(((|#2| |#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
+(((|#2| |#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))))
(((|#2|) . T) (((-560)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T) ((|#2|) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-1190) (-1208) (-560) (-229) (-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T) ((|#2|) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-1191) (-1209) (-560) (-229) (-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-((((-887)) . T))
+((((-888)) . T))
((((-560) (-114)) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-114)) . T))
((((-114)) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
((((-114)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
((((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
((($) . T) (((-421 (-560))) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))))
(|has| $ (-149))
((((-421 |#2|)) . T))
-((((-421 (-560))) |has| #0=(-421 |#2|) (-1069 (-421 (-560)))) (((-560)) |has| #0# (-1069 (-560))) ((#0#) . T))
+((((-421 (-560))) |has| #0=(-421 |#2|) (-1070 (-421 (-560)))) (((-560)) |has| #0# (-1070 (-560))) ((#0#) . T))
(((|#2| |#2|) . T))
(|has| |#2| (-147))
(|has| |#2| (-149))
(|has| |#1| (-149))
(|has| |#1| (-147))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
(|has| |#1| (-149))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
(|has| |#1| (-149))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
(|has| |#1| (-149))
(((|#1|) . T))
(|has| |#2| (-240))
-((((-887)) . T) (((-1213)) . T))
+((((-888)) . T) (((-1214)) . T))
(((|#2|) . T))
-((((-1213)) . T))
-((((-1208) (-51)) . T))
+((((-1214)) . T))
+((((-1209) (-51)) . T))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
-((((-887)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
+((((-888)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
(((|#1| |#1|) . T))
-((((-1208)) |has| |#2| (-927 (-1208))))
+((((-1209)) |has| |#2| (-928 (-1209))))
((((-130)) . T))
-((((-560) (-114)) . T) (((-1265 (-560)) $) . T))
+((((-560) (-114)) . T) (((-1266 (-560)) $) . T))
(|has| |#1| (-571))
(((|#2|) . T))
(((|#2|) . T))
-((((-918 |#1|)) . T) ((|#2|) . T) (((-560)) . T) (((-841 |#1|)) . T))
-(((|#1|) . T) (((-560)) . T) (((-841 (-1208))) . T))
+((((-919 |#1|)) . T) ((|#2|) . T) (((-560)) . T) (((-843 |#1|)) . T))
+(((|#1|) . T) (((-560)) . T) (((-843 (-1209))) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
(((|#1| |#1|) . T))
@@ -1603,69 +1603,69 @@
(|has| |#1| (-38 (-421 (-560))))
(((|#3|) . T))
(|has| |#1| (-38 (-421 (-560))))
-((((-560)) . T) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))))
-(((|#1|) . T))
-((((-1035 2)) . T) (((-421 (-560))) . T) (((-887)) . T))
-((((-549)) . T) (((-915 (-560))) . T) (((-391)) . T) (((-229)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-1027 |#1|)) . T) ((|#1|) . T))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (((-840 (-1208))) . T))
-((((-887)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-560)) . T) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))))
+(((|#1|) . T))
+((((-1036 2)) . T) (((-421 (-560))) . T) (((-888)) . T))
+((((-549)) . T) (((-916 (-560))) . T) (((-391)) . T) (((-229)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-1028 |#1|)) . T) ((|#1|) . T))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (((-842 (-1209))) . T))
+((((-888)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
((((-421 (-560))) . T) (((-421 |#1|)) . T) ((|#1|) . T) (($) . T))
-(((|#1| (-1202 |#1|)) . T))
+(((|#1| (-1203 |#1|)) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
(((|#3|) . T) (($) . T))
-(|has| |#1| (-871))
+(|has| |#1| (-872))
(((|#1|) . T) (((-560)) . T) (($) . T))
(((|#2|) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
((((-560) |#2|) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#2|) . T))
((((-560) |#3|) . T))
(((|#2|) . T))
-((((-887)) . T))
-(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-(((|#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))))
-((((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)))
-((((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((#0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) #0#) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
+((((-888)) . T))
+(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+(((|#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))))
+((((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((#0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) #0#) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
(((|#2| |#2|) . T))
-(-2191 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (-12 (|has| |#1| (-376)) (|has| |#2| (-239))))
+(-2309 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (-12 (|has| |#1| (-376)) (|has| |#2| (-239))))
(|has| |#2| (-376))
-(((|#2|) . T) (((-560)) |has| |#2| (-1069 (-560))) (((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))))
+(((|#2|) . T) (((-560)) |has| |#2| (-1070 (-560))) (((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))))
(|has| |#1| (-38 (-421 (-560))))
(((|#2|) . T))
(|has| |#1| (-38 (-421 (-560))))
(((|#1|) |has| |#1| (-175)))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(|has| |#1| (-1132))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(|has| |#1| (-1133))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
(|has| |#1| (-38 (-421 (-560))))
-((((-1190) (-51)) . T))
+((((-1191) (-51)) . T))
(((|#1|) . T))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($ (-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))) (($ (-1113)) . T))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($ (-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))) (($ (-1114)) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(((|#2|) |has| |#2| (-175)))
(((|#2|) . T))
-((((-560)) -2191 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))) ((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1080))) (($) |has| |#2| (-1080)))
+((((-560)) -2309 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))) ((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1081))) (($) |has| |#2| (-1081)))
(((|#1|) . T))
((((-560) |#3|) . T))
((((-560) (-146)) . T))
((((-146)) . T))
-((((-887)) . T))
-((((-1213)) . T))
+((((-888)) . T))
+((((-1214)) . T))
((((-114)) . T))
(|has| |#1| (-149))
(((|#1|) . T))
@@ -1673,127 +1673,127 @@
((($) . T))
(|has| |#1| (-571))
((((-560)) . T) (($) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#1|) . T))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))))
(((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
((((-146)) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T))
((((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T))
((((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T))
-((((-1208) (-51)) . T) (((-1190) (-51)) . T))
+((((-1209) (-51)) . T) (((-1191) (-51)) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#1| |#2|) . T))
-(-2191 (|has| |#2| (-240)) (|has| |#2| (-239)))
-((((-560) (-146)) . T) (((-1265 (-560)) $) . T))
-(((#0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) #0#) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(|has| |#1| (-871))
-(((|#2| (-793) (-1113)) . T))
+(-2309 (|has| |#2| (-240)) (|has| |#2| (-239)))
+((((-560) (-146)) . T) (((-1266 (-560)) $) . T))
+(((#0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) #0#) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(|has| |#1| (-872))
+(((|#2| (-793) (-1114)) . T))
(((|#1| |#2|) . T))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))))
-(|has| |#1| (-813))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-571)))
-((((-1208)) -2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))))
+(|has| |#1| (-814))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-571)))
+((((-1209)) -2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))))
(((|#1|) |has| |#1| (-175)))
(((|#4|) . T))
(((|#4|) . T))
(((|#1| |#2|) . T))
-(-2191 (|has| |#1| (-149)) (-12 (|has| |#1| (-376)) (|has| |#2| (-149))))
+(-2309 (|has| |#1| (-149)) (-12 (|has| |#1| (-376)) (|has| |#2| (-149))))
(((|#4|) . T))
-(-2191 (|has| |#1| (-147)) (-12 (|has| |#1| (-376)) (|has| |#2| (-147))))
-((((-1190) |#1|) . T))
+(-2309 (|has| |#1| (-147)) (-12 (|has| |#1| (-376)) (|has| |#2| (-147))))
+((((-1191) |#1|) . T))
(|has| |#1| (-147))
(|has| |#1| (-149))
(((|#1|) . T))
((((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-560)) . T))
(((|#1| |#2|) . T))
-((((-887)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+((((-888)) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#3|) . T))
-((((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)) (((-560)) . T) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)) (((-560)) . T) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
(((|#1|) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (((-560)) . T) (($) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))) (((-987 |#1|)) . T))
-(|has| |#1| (-870))
-(|has| |#1| (-870))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-987 |#1|)) . T))
-(((|#4|) -2191 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-748))))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))) (((-988 |#1|)) . T))
+(|has| |#1| (-871))
+(|has| |#1| (-871))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-988 |#1|)) . T))
+(((|#4|) -2309 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-748))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748))))
(|has| |#2| (-376))
(((|#1|) |has| |#1| (-175)))
-(((|#4|) -2191 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-748)) (|has| |#4| (-1080))))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748)) (|has| |#3| (-1080))))
-(((|#2|) |has| |#2| (-1080)))
-(((|#2|) |has| |#2| (-1080)))
-((((-1190) |#1|) . T))
-(((|#3| |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))))
-(((|#2| (-918 |#1|)) . T))
+(((|#4|) -2309 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-748)) (|has| |#4| (-1081))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748)) (|has| |#3| (-1081))))
+(((|#2|) |has| |#2| (-1081)))
+(((|#2|) |has| |#2| (-1081)))
+((((-1191) |#1|) . T))
+(((|#3| |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))))
+(((|#2| (-919 |#1|)) . T))
((($) . T))
-((($ (-888 |#1|)) . T))
+((($ (-889 |#1|)) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T))
-((((-402) (-1190)) . T))
-((($ (-1208)) . T))
+((((-402) (-1191)) . T))
+((($ (-1209)) . T))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) -2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-632 (-887))) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132))) (((-1298 |#2|)) . T))
-(((#0=(-51)) . T) (((-2 (|:| -3818 (-1190)) (|:| -2660 #0#))) . T))
+((((-888)) -2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-632 (-888))) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133))) (((-1299 |#2|)) . T))
+(((#0=(-51)) . T) (((-2 (|:| -1919 (-1191)) (|:| -3529 #0#))) . T))
(((|#1|) . T))
-((((-887)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
+((((-888)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
((((-146)) . T))
(|has| |#2| (-147))
((((-560)) . T))
(|has| |#2| (-149))
(|has| |#1| (-487))
-(-2191 (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)))
+(-2309 (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)))
(|has| |#1| (-376))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#1| (-38 (-421 (-560))))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
((($) |has| |#1| (-571)))
-((((-1213)) . T))
-(|has| |#1| (-870))
-(|has| |#1| (-870))
-((((-887)) . T))
+((((-1214)) . T))
+(|has| |#1| (-871))
+(|has| |#1| (-871))
+((((-888)) . T))
(((|#2|) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#2|) . T) (((-560)) . T) (((-841 |#1|)) . T))
+(((|#2|) . T) (((-560)) . T) (((-843 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-1208)) |has| |#1| (-927 (-1208))))
+((((-1209)) |has| |#1| (-928 (-1209))))
(((|#2| |#2|) . T))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(((|#2| (-496 (-2305 |#1|) (-793)) (-888 |#1|)) . T))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+((((-888)) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(((|#2| (-496 (-3819 |#1|) (-793)) (-889 |#1|)) . T))
((((-421 (-560))) . #0=(|has| |#2| (-376))) (($) . #0#))
-(((|#1| (-545 (-1208)) (-1208)) . T))
+(((|#1| (-545 (-1209)) (-1209)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#3|) . T))
(((|#3|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
-(-12 (|has| |#1| (-1132)) (|has| |#2| (-1132)))
+(-12 (|has| |#1| (-1133)) (|has| |#2| (-1133)))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(|has| |#1| (-147))
@@ -1801,81 +1801,81 @@
(((|#2|) |has| |#2| (-175)))
(((|#1|) . T))
(((|#2|) . T))
-(((|#1|) . T) (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#2|) . T))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) . T))
-((((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)))
-((((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-1208) (-51)) . T))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) . T))
+((((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-1209) (-51)) . T))
((((-421 (-560)) |#1|) . T) (($ $) . T))
(((|#1| (-560)) . T))
-((((-935 |#1|)) . T))
-(((|#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1080))) (($) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080))))
-((((-1208)) -2191 (-12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))) (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080)))))
-(((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-(|has| |#1| (-871))
-(|has| |#1| (-871))
+((((-936 |#1|)) . T))
+(((|#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1081))) (($) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081))))
+((((-1209)) -2309 (-12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))) (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081)))))
+(((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+(|has| |#1| (-872))
+(|has| |#1| (-872))
((((-560) |#2|) . T))
((($) . T) (((-560)) . T) ((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-560)) . T))
-(|has| |#1| (-871))
-((((-711 |#2|)) . T) (((-887)) . T))
-((((-1288 |#1| |#2| |#3|)) -12 (|has| (-1288 |#1| |#2| |#3|) (-321 (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))))
+(|has| |#1| (-872))
+((((-711 |#2|)) . T) (((-888)) . T))
+((((-1289 |#1| |#2| |#3|)) -12 (|has| (-1289 |#1| |#2| |#3|) (-321 (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))))
((((-421 (-560))) . T) (((-560)) . T) (($) . T))
(|has| |#1| (-240))
-(|has| |#1| (-871))
+(|has| |#1| (-872))
(((|#1| |#2|) . T))
-((((-421 (-975 |#1|))) . T))
-((((-1002)) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
+((((-421 (-976 |#1|))) . T))
+((((-1003)) . T))
+(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
(((|#1|) |has| |#1| (-175)))
-(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376))))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(-2191 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-939)))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(-2309 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-940)))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
((($ |#2|) . T))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (($ (-1113)) . T))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (($ (-1114)) . T))
((($ $) . T) ((#0=(-421 (-560)) #0#) . T))
((((-560) |#2|) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376))))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376))))
(|has| |#1| (-363))
-(((|#3| |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))))
+(((|#3| |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))))
(((|#2|) . T) (((-560)) . T))
((($) . T) (((-421 (-560))) . T))
((((-560) (-114)) . T))
-(|has| |#1| (-842))
-(|has| |#1| (-842))
+(|has| |#1| (-844))
+(|has| |#1| (-844))
(((|#1|) . T))
-(-2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)))
-(|has| |#1| (-870))
-(|has| |#1| (-870))
-(|has| |#1| (-870))
+(-2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)))
+(|has| |#1| (-871))
+(|has| |#1| (-871))
+(|has| |#1| (-871))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-560)) . T) (($) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-1208)) |has| |#1| (-927 (-1208))) (((-1113)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-1209)) |has| |#1| (-928 (-1209))) (((-1114)) . T))
(((|#1|) . T))
-(|has| |#1| (-870))
-(((#0=(-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) #0#) |has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(|has| |#1| (-1132))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
+(|has| |#1| (-871))
+(((#0=(-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) #0#) |has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(|has| |#1| (-1133))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
(((|#1|) . T))
-((((-1173 |#2| (-421 (-975 |#1|)))) . T) (((-421 (-975 |#1|))) . T) (((-560)) . T))
+((((-1174 |#2| (-421 (-976 |#1|)))) . T) (((-421 (-976 |#1|))) . T) (((-560)) . T))
(((|#1| |#2| |#3| (-246 |#2| |#3|) (-246 |#1| |#3|)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
@@ -1884,21 +1884,21 @@
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (((-560)) . T) (($) . T))
(((|#2|) . T))
(((|#1|) . T))
-((((-887)) . T))
-((((-146)) . T) (((-887)) . T))
+((((-888)) . T))
+((((-146)) . T) (((-888)) . T))
((((-560) |#1|) . T))
(((|#1| (-545 |#2|) |#2|) . T))
(((|#3|) . T))
-(((|#1| (-793) (-1113)) . T))
+(((|#1| (-793) (-1114)) . T))
((((-146)) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) -2191 (|has| |#1| (-870)) (|has| |#1| (-1069 (-560)))) ((|#1|) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) -2309 (|has| |#1| (-871)) (|has| |#1| (-1070 (-560)))) ((|#1|) . T))
(((|#1|) . T))
(((|#2|) . T))
((((-146)) . T))
-((((-1208)) -2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132)))
+((((-1209)) -2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133)))
(((|#1|) . T))
(|has| |#1| (-147))
(|has| |#1| (-149))
@@ -1906,91 +1906,91 @@
(((|#3|) |has| |#3| (-376)))
(((|#1|) . T))
(((|#2|) |has| |#1| (-376)))
-((((-887)) . T))
-((((-887)) . T))
-((((-888 |#1|)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-889 |#1|)) . T))
(((|#2|) . T))
-(((|#1| (-1202 |#1|)) . T))
-((((-1113)) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
+(((|#1| (-1203 |#1|)) . T))
+((((-1114)) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
((($) . T) ((|#1|) . T) (((-421 (-560))) . T) (((-560)) |has| |#1| (-660 (-560))))
((($) . T))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
((($) |has| |#1| (-571)))
(((|#2|) . T))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
((($) |has| |#1| (-571)) ((|#1|) . T))
-((($) |has| |#1| (-870)))
-((((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)))
-(|has| |#1| (-939))
-((((-1208)) . T))
-((((-887)) . T))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
-(((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+((($) |has| |#1| (-871)))
+((((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)))
+(|has| |#1| (-940))
+((((-1209)) . T))
+((((-888)) . T))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) . T))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+(((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((((-560) |#2|) . T))
-((($ (-1208)) -2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))))
-((($ (-1208)) -2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))))
-((($) -2191 (|has| |#1| (-240)) (|has| |#1| (-239))))
+((($ (-1209)) -2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))))
+((($ (-1209)) -2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))))
+((($) -2309 (|has| |#1| (-240)) (|has| |#1| (-239))))
((($) |has| |#1| (-381)))
((($) |has| |#1| (-381)))
((($) |has| |#1| (-381)))
(((|#1| |#2|) . T))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-939)))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((#0=(-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) #0#) |has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-939)))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-940)))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((#0=(-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) #0#) |has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-940)))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376))))
-(|has| |#1| (-871))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376))))
+(|has| |#1| (-872))
(|has| |#1| (-571))
((((-595 |#1|)) . T))
((($) . T))
(((|#2|) . T))
-(-2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-842))) (-12 (|has| |#1| (-376)) (|has| |#2| (-871))))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-((((-935 |#1|)) . T))
+(-2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-844))) (-12 (|has| |#1| (-376)) (|has| |#2| (-872))))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+((((-936 |#1|)) . T))
(((|#1| (-510 |#1| |#3|) (-510 |#1| |#2|)) . T))
(((|#1| |#4| |#5|) . T))
(((|#1| (-793)) . T))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) . T))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) . T))
((((-560)) |has| #0=(-421 |#2|) (-660 (-560))) ((#0#) . T) (((-421 (-560))) . T) (($) . T))
((((-694 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-887)) . T) (((-1213)) . T))
+((((-888)) . T) (((-1214)) . T))
((((-549)) . T))
-((((-887)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-887)) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((((-1213)) . T))
+((((-888)) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-888)) . T))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((((-1214)) . T))
((((-421 (-560))) . T) (($) . T) (((-421 |#1|)) . T) ((|#1|) . T) (((-560)) . T))
(((|#3|) . T) (((-560)) . T) (((-630 $)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#2|) . T))
-(-2191 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-381)) (|has| |#3| (-748)) (|has| |#3| (-815)) (|has| |#3| (-871)) (|has| |#3| (-1080)) (|has| |#3| (-1132)))
-(|has| |#2| (-1080))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T))
-(|has| |#1| (-1234))
-(|has| |#1| (-1234))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132)))
-(|has| |#1| (-1234))
-(|has| |#1| (-1234))
+(-2309 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-381)) (|has| |#3| (-748)) (|has| |#3| (-817)) (|has| |#3| (-872)) (|has| |#3| (-1081)) (|has| |#3| (-1133)))
+(|has| |#2| (-1081))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T))
+(|has| |#1| (-1235))
+(|has| |#1| (-1235))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133)))
+(|has| |#1| (-1235))
+(|has| |#1| (-1235))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
((($ $) . T) ((#0=(-421 (-560)) #0#) . T) ((#1=(-421 |#1|) #1#) . T) ((|#1| |#1|) . T))
@@ -2004,61 +2004,61 @@
(((|#1|) . T))
((($) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
-((((-1190) (-51)) . T))
-(|has| |#1| (-1132))
+((((-1191) (-51)) . T))
+(|has| |#1| (-1133))
(((|#1|) |has| |#1| (-175)) (($) . T))
-(-2191 (|has| |#2| (-842)) (|has| |#2| (-871)))
+(-2309 (|has| |#2| (-844)) (|has| |#2| (-872)))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
((((-560)) . T) (($) . T))
((((-793)) . T))
-(-2191 (|has| |#1| (-240)) (|has| |#1| (-239)) (|has| |#1| (-363)))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-((((-887)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(|has| |#2| (-939))
+(-2309 (|has| |#1| (-240)) (|has| |#1| (-239)) (|has| |#1| (-363)))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+((((-888)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(|has| |#2| (-940))
(|has| |#1| (-376))
-(((|#2|) |has| |#2| (-1132)))
+(((|#2|) |has| |#2| (-1133)))
((($) . T) (((-560)) . T))
((($) . T))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-((((-549)) . T) (((-421 (-1202 (-560)))) . T) (((-229)) . T) (((-391)) . T))
-((((-391)) . T) (((-229)) . T) (((-887)) . T))
-(|has| |#1| (-939))
-(|has| |#1| (-939))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (($ (-840 (-1208))) . T))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+((((-549)) . T) (((-421 (-1203 (-560)))) . T) (((-229)) . T) (((-391)) . T))
+((((-391)) . T) (((-229)) . T) (((-888)) . T))
+(|has| |#1| (-940))
+(|has| |#1| (-940))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (($ (-842 (-1209))) . T))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-871)) (|has| |#1| (-1132)))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
-(|has| |#1| (-939))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748))))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-939)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-872)) (|has| |#1| (-1133)))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+(|has| |#1| (-940))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748))))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-940)))
((($) . T))
(((|#1|) . T))
((($) . T) ((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1080))))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
-((((-1206 |#1| |#2| |#3|)) -12 (|has| (-1206 |#1| |#2| |#3|) (-321 (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-939)))
-((((-887)) . T))
-((((-887)) . T))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1081))))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
+((((-1207 |#1| |#2| |#3|)) -12 (|has| (-1207 |#1| |#2| |#3|) (-321 (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-940)))
+((((-888)) . T))
+((((-888)) . T))
((($ $) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((($) -2191 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (-12 (|has| |#1| (-376)) (|has| |#2| (-239)))))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((($) -2309 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (-12 (|has| |#1| (-376)) (|has| |#2| (-239)))))
((($) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))))
-((((-1002)) . T))
-((((-1002)) . T) (((-887)) . T))
+((((-1003)) . T))
+((((-1003)) . T) (((-888)) . T))
((($ $) . T))
((((-560) (-114)) . T))
((($) . T))
(((|#1|) . T))
((((-114)) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571)))
((((-560)) . T))
(((|#1| (-560)) . T))
((($) . T))
@@ -2066,151 +2066,151 @@
((((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
-((((-1208)) |has| |#1| (-1080)))
+((((-1209)) |has| |#1| (-1081)))
((((-560)) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#1| (-38 (-421 (-560))))
(((|#1|) . T))
(((|#1| (-560)) . T))
-(((|#1| (-1288 |#1| |#2| |#3|)) . T))
+(((|#1| (-1289 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
(((|#1| (-421 (-560))) . T))
-(((|#1| (-1258 |#1| |#2| |#3|)) . T))
-((((-887)) . T))
-(|has| |#1| (-1132))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+(((|#1| (-1259 |#1| |#2| |#3|)) . T))
+((((-888)) . T))
+(|has| |#1| (-1133))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1| (-793)) . T))
-((((-1190) |#1|) . T))
+((((-1191) |#1|) . T))
(((|#1|) . T))
((($) . T))
(|has| |#2| (-149))
(|has| |#2| (-147))
-(((|#1| (-545 (-840 (-1208))) (-840 (-1208))) . T))
-((((-887)) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) |has| |#1| (-1080)))
-((((-560) (-114)) . T) (((-1265 (-560)) $) . T))
-((((-887)) |has| |#1| (-1132)))
+(((|#1| (-545 (-842 (-1209))) (-842 (-1209))) . T))
+((((-888)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) |has| |#1| (-1081)))
+((((-560) (-114)) . T) (((-1266 (-560)) $) . T))
+((((-888)) |has| |#1| (-1133)))
(((|#1|) . T) (((-560)) . T) (($) . T))
((((-560)) . T))
((((-560)) . T))
(((|#1|) . T))
((((-560)) . T))
((((-560)) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-363)))
-((((-887)) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-363)))
+((((-888)) . T))
(|has| |#1| (-149))
(((|#3|) . T))
-((((-887)) . T))
-(|has| |#3| (-1080))
-((($) -2191 (|has| |#2| (-240)) (|has| |#2| (-239))))
-((((-1279 |#2| |#3| |#4|)) . T) (((-1285 |#1| |#2| |#3| |#4|)) . T))
-((((-887)) . T))
-((((-48)) -12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560)))) (((-630 $)) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) -2191 (-12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) (((-421 (-975 |#1|))) |has| |#1| (-571)) (((-975 |#1|)) |has| |#1| (-1080)) (((-1208)) . T))
+((((-888)) . T))
+(|has| |#3| (-1081))
+((($) -2309 (|has| |#2| (-240)) (|has| |#2| (-239))))
+((((-1280 |#2| |#3| |#4|)) . T) (((-1286 |#1| |#2| |#3| |#4|)) . T))
+((((-888)) . T))
+((((-48)) -12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560)))) (((-630 $)) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) -2309 (-12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) (((-421 (-976 |#1|))) |has| |#1| (-571)) (((-976 |#1|)) |has| |#1| (-1081)) (((-1209)) . T))
(((|#1|) . T) (($) . T))
(((|#1| (-793)) . T))
(((|#1|) . T))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
(((|#1|) |has| |#1| (-321 |#1|)))
-((((-1285 |#1| |#2| |#3| |#4|)) . T))
-((((-560)) |has| |#1| (-911 (-560))) (((-391)) |has| |#1| (-911 (-391))))
+((((-1286 |#1| |#2| |#3| |#4|)) . T))
+((((-560)) |has| |#1| (-912 (-560))) (((-391)) |has| |#1| (-912 (-391))))
(((|#1|) . T))
-((($ (-1208)) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))))
+((($ (-1209)) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))))
(((|#1|) . T))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
(((|#1|) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
-(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) |has| |#1| (-175)))
+(((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) . T))
-(((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)) ((|#1|) . T))
+(((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
(((|#1|) |has| |#1| (-175)))
-((((-887)) . T))
+((((-888)) . T))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(|has| |#1| (-571))
-((($ (-1295 |#2|)) . T) (($ (-1208)) -2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
-((($ (-1295 |#2|)) . T) (($ (-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-((($ (-1295 |#2|)) . T) (($ (-1208)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))))
+((($ (-1296 |#2|)) . T) (($ (-1209)) -2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
+((($ (-1296 |#2|)) . T) (($ (-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+((($ (-1296 |#2|)) . T) (($ (-1209)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))))
(((|#1|) |has| |#1| (-175)) (($) . T) (((-560)) . T))
(((|#1|) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (((-560)) . T) (($) . T))
-(((|#3|) |has| |#3| (-1132)))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376))))
-((((-888 |#1|)) . T))
-((((-1279 |#2| |#3| |#4|)) . T))
+(((|#3|) |has| |#3| (-1133)))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376))))
+((((-889 |#1|)) . T))
+((((-1280 |#2| |#3| |#4|)) . T))
((((-114)) . T))
-(|has| |#1| (-842))
-(|has| |#1| (-842))
-(((|#1| (-560) (-1113)) . T))
+(|has| |#1| (-844))
+(|has| |#1| (-844))
+(((|#1| (-560) (-1114)) . T))
((($) |has| |#1| (-321 $)) ((|#1|) |has| |#1| (-321 |#1|)))
-(|has| |#1| (-870))
-(|has| |#1| (-870))
-(((|#1| (-560) (-1113)) . T))
-(-2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-(((|#1| (-421 (-560)) (-1113)) . T))
-(((|#1| (-793) (-1113)) . T))
(|has| |#1| (-871))
-(((#0=(-935 |#1|) #0#) . T) (($ $) . T) ((#1=(-421 (-560)) #1#) . T))
+(|has| |#1| (-871))
+(((|#1| (-560) (-1114)) . T))
+(-2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+(((|#1| (-421 (-560)) (-1114)) . T))
+(((|#1| (-793) (-1114)) . T))
+(|has| |#1| (-872))
+(((#0=(-936 |#1|) #0#) . T) (($ $) . T) ((#1=(-421 (-560)) #1#) . T))
(|has| |#2| (-147))
(|has| |#2| (-149))
(((|#2|) . T))
(|has| |#1| (-147))
(|has| |#1| (-149))
-(|has| |#1| (-1132))
-((((-935 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
-(|has| |#1| (-1132))
+(|has| |#1| (-1133))
+((((-936 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+(|has| |#1| (-1133))
((((-421 (-560))) |has| |#2| (-376)) (($) . T) (((-560)) . T))
-((((-560)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080))))
+((((-560)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081))))
(((|#1|) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
((((-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-660 (-560)))) ((|#2|) |has| |#1| (-376)))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132)))
-((((-711 (-352 (-2548) (-2548 (QUOTE X) (QUOTE HESS)) (-721)))) . T))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133)))
+((((-711 (-352 (-3845) (-3845 (QUOTE X) (QUOTE HESS)) (-721)))) . T))
(((|#2|) |has| |#2| (-175)))
(((|#1|) |has| |#1| (-175)))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-1279 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) . T))
-(((|#1| |#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1080))))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-1280 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) . T))
+(((|#1| |#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1081))))
(((|#1|) . T))
((((-560)) . T))
((((-560)) . T))
-(((|#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1080))))
+(((|#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1081))))
(((|#2|) |has| |#2| (-376)))
(((|#1|) . T))
((($) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-376)) (((-560)) |has| |#1| (-660 (-560))))
-(|has| |#1| (-871))
+(|has| |#1| (-872))
(((|#1|) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1|) . T) (((-560)) . T))
(((|#2|) . T))
((((-560)) . T) ((|#3|) . T))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) |has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-939)))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) |has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-940)))
(((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
-((((-887)) . T))
-((((-887)) . T))
-((($ (-1208)) -2191 (-12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))) (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080)))))
-((((-560)) -2191 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))) ((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1080))) (($) |has| |#2| (-1080)))
-((((-549)) . T) (((-560)) . T) (((-915 (-560))) . T) (((-391)) . T) (((-229)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((($ (-1209)) -2309 (-12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))) (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081)))))
+((((-560)) -2309 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))) ((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1081))) (($) |has| |#2| (-1081)))
+((((-549)) . T) (((-560)) . T) (((-916 (-560))) . T) (((-391)) . T) (((-229)) . T))
+((((-888)) . T))
((($) |has| |#1| (-240)))
(|has| |#1| (-38 (-421 (-560))))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
@@ -2220,158 +2220,158 @@
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T))
-(|has| |#1| (-870))
+(|has| |#1| (-871))
(((|#1| (-560)) . T))
(((|#1| |#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(((|#1| (-1206 |#1| |#2| |#3|)) . T))
+(((|#1| (-1207 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
(((|#1| (-421 (-560))) . T))
(((|#1| |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) . T))
-(((|#1| (-1199 |#1| |#2| |#3|)) . T))
+(((|#1| (-1200 |#1| |#2| |#3|)) . T))
(((|#1| (-793)) . T))
(((|#1|) . T))
-((((-421 (-975 |#1|))) . T))
+((((-421 (-976 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-147))
(|has| |#1| (-149))
(|has| |#1| (-149))
-((((-421 (-975 |#1|))) . T))
+((((-421 (-976 |#1|))) . T))
(((|#1|) |has| |#1| (-175)))
(|has| |#1| (-147))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) |has| |#1| (-175)))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-560)) . T) ((|#1|) . T) (($) . T) (((-421 (-560))) . T) (((-1208)) |has| |#1| (-1069 (-1208))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-560)) . T) ((|#1|) . T) (($) . T) (((-421 (-560))) . T) (((-1209)) |has| |#1| (-1070 (-1209))))
(((|#1| |#2|) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) -2191 (|has| |#1| (-870)) (|has| |#1| (-1069 (-560)))) ((|#1|) . T))
-(-2191 (-12 (|has| |#4| (-240)) (|has| |#4| (-1080))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1080))))
-(-2191 (-12 (|has| |#3| (-240)) (|has| |#3| (-1080))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1080))))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) -2309 (|has| |#1| (-871)) (|has| |#1| (-1070 (-560)))) ((|#1|) . T))
+(-2309 (-12 (|has| |#4| (-240)) (|has| |#4| (-1081))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1081))))
+(-2309 (-12 (|has| |#3| (-240)) (|has| |#3| (-1081))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1081))))
((((-146)) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(((|#1|) . T))
-(|has| |#2| (-1080))
+(|has| |#2| (-1081))
(((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) . T) (($ $) . T))
(((|#2|) . T) ((|#1|) . T) (((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
((($) . T) (((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
(|has| |#1| (-376))
(|has| |#1| (-376))
((($ |#2|) . T))
(|has| (-421 |#2|) (-240))
((((-663 |#1|)) . T))
-((($ (-1295 |#2|)) . T) (($ (-1208)) -2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))))
-((($ (-1295 |#2|)) . T) (($ (-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-((($ (-1295 |#2|)) . T) (($ (-1208)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))))
-(|has| |#1| (-939))
-(((|#2|) |has| |#2| (-1080)))
-(((|#2|) |has| |#2| (-1080)))
+((($ (-1296 |#2|)) . T) (($ (-1209)) -2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))))
+((($ (-1296 |#2|)) . T) (($ (-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+((($ (-1296 |#2|)) . T) (($ (-1209)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))))
+(|has| |#1| (-940))
+(((|#2|) |has| |#2| (-1081)))
+(((|#2|) |has| |#2| (-1081)))
(|has| |#1| (-376))
((($) . T))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
(((|#1|) |has| |#1| (-175)))
-((($ (-888 |#1|)) . T))
+((($ (-889 |#1|)) . T))
(((|#1| |#1|) . T))
-((((-893 |#1|)) . T))
-((((-887)) . T))
+((((-894 |#1|)) . T))
+((((-888)) . T))
(((|#1|) . T))
-(((|#2|) |has| |#2| (-1132)))
+(((|#2|) |has| |#2| (-1133)))
(((|#1|) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
-((((-663 $)) . T) (((-1190)) . T) (((-1208)) . T) (((-560)) . T) (((-229)) . T) (((-887)) . T))
-((((-560)) -2191 (|has| |#3| (-21)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1080))) ((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748)) (|has| |#3| (-1080))) (($) |has| |#3| (-1080)))
+((((-663 $)) . T) (((-1191)) . T) (((-1209)) . T) (((-560)) . T) (((-229)) . T) (((-888)) . T))
+((((-560)) -2309 (|has| |#3| (-21)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1081))) ((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748)) (|has| |#3| (-1081))) (($) |has| |#3| (-1081)))
((((-421 (-560))) . T) (((-560)) . T) (((-630 $)) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T))
(((|#1| (-545 |#2|) |#2|) . T))
-((((-887)) . T))
-(((|#1| (-560) (-1113)) . T))
-((((-935 |#1|)) . T))
-((((-887)) . T))
+((((-888)) . T))
+(((|#1| (-560) (-1114)) . T))
+((((-936 |#1|)) . T))
+((((-888)) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(((|#1| (-421 (-560)) (-1113)) . T))
-(((|#1| (-793) (-1113)) . T))
-((((-887)) . T))
+(((|#1| (-421 (-560)) (-1114)) . T))
+(((|#1| (-793) (-1114)) . T))
+((((-888)) . T))
(((#0=(-421 |#2|) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
-(((|#1|) . T) (((-560)) -2191 (|has| (-421 (-560)) (-1069 (-560))) (|has| |#1| (-1069 (-560)))) (((-421 (-560))) . T))
+(((|#1|) . T) (((-560)) -2309 (|has| (-421 (-560)) (-1070 (-560))) (|has| |#1| (-1070 (-560)))) (((-421 (-560))) . T))
(((|#1| (-616 |#1| |#3|) (-616 |#1| |#2|)) . T))
(((|#1|) |has| |#1| (-175)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-871))
+(|has| |#1| (-872))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
(|has| |#2| (-240))
-(((|#2| (-545 (-888 |#1|)) (-888 |#1|)) . T))
-((((-887)) . T))
+(((|#2| (-545 (-889 |#1|)) (-889 |#1|)) . T))
+((((-888)) . T))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) . T))
+((((-888)) . T))
(((|#1| |#3|) . T))
-((((-887)) . T))
-(((|#1|) |has| |#1| (-175)) (((-975 |#1|)) . T) (((-560)) . T))
+((((-888)) . T))
+(((|#1|) |has| |#1| (-175)) (((-976 |#1|)) . T) (((-560)) . T))
(((|#1|) |has| |#1| (-175)))
((((-721)) . T))
((((-721)) . T))
(((|#2|) |has| |#2| (-175)))
-(-2191 (|has| |#1| (-240)) (|has| |#1| (-239)))
-((((-560)) . T) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))))
-((((-114)) |has| |#1| (-1132)) (((-887)) -2191 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)) (|has| |#1| (-1143)) (|has| |#1| (-1132))))
+(-2309 (|has| |#1| (-240)) (|has| |#1| (-239)))
+((((-560)) . T) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))))
+((((-114)) |has| |#1| (-1133)) (((-888)) -2309 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)) (|has| |#1| (-1144)) (|has| |#1| (-1133))))
(((|#1|) . T) (($) . T))
(((|#1| |#2|) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) . T))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
-((((-1208)) -2191 (-12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))) (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080)))))
+((((-888)) . T))
+((((-1209)) -2309 (-12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))) (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081)))))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-721)) . T) (((-421 (-560))) . T) (((-560)) . T))
(((|#1| |#1|) |has| |#1| (-175)))
(((|#2|) . T))
-((($) . T) (((-560)) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+((($) . T) (((-560)) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
((((-560) |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
((((-391)) . T))
((((-721)) . T))
((((-421 (-560))) . #0=(|has| |#2| (-376))) (($) . #0#))
(((|#1|) |has| |#1| (-175)))
-((((-421 (-975 |#1|))) . T))
+((((-421 (-976 |#1|))) . T))
(((|#2| |#2|) . T))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
(((|#1|) . T))
(((|#2|) . T))
-(((|#3|) |has| |#3| (-1080)))
-(|has| |#2| (-939))
-(|has| |#1| (-939))
+(((|#3|) |has| |#3| (-1081)))
+(|has| |#2| (-940))
+(|has| |#1| (-940))
(|has| |#1| (-376))
-(((|#3|) |has| |#3| (-1080)))
+(((|#3|) |has| |#3| (-1081)))
((($) . T))
-((((-1208)) |has| |#2| (-927 (-1208))))
-(|has| |#1| (-871))
-((((-887)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-(|has| |#1| (-813))
+((((-1209)) |has| |#2| (-928 (-1209))))
+(|has| |#1| (-872))
+((((-888)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+(|has| |#1| (-814))
((((-421 (-560))) . T) (($) . T))
(|has| |#1| (-487))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-376))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-487)) (|has| |#1| (-571)) (|has| |#1| (-1080)) (|has| |#1| (-1143)))
-((($) -2191 (|has| |#1| (-240)) (|has| |#1| (-239)) (|has| |#1| (-363))))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-487)) (|has| |#1| (-571)) (|has| |#1| (-1081)) (|has| |#1| (-1144)))
+((($) -2309 (|has| |#1| (-240)) (|has| |#1| (-239)) (|has| |#1| (-363))))
((((-118 |#1|)) . T))
((((-118 |#1|)) . T))
(|has| |#1| (-363))
@@ -2381,9 +2381,9 @@
((($) . T) (((-560)) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-(((|#2|) . T) (((-887)) . T))
-(((|#2|) . T) (((-887)) . T))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))))
+(((|#2|) . T) (((-888)) . T))
+(((|#2|) . T) (((-888)) . T))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
@@ -2392,22 +2392,22 @@
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-(|has| |#1| (-871))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
+(|has| |#1| (-872))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
(((|#1| |#2|) . T))
((($) . T) (((-560)) . T))
(|has| |#1| (-149))
(|has| |#1| (-147))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) ((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) ((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
(((|#2|) . T))
(|has| |#1| (-15 * (|#1| (-560) |#1|)))
(((|#3|) . T))
((((-118 |#1|)) . T))
(|has| |#1| (-381))
-(-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))
+(-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
-(|has| |#1| (-871))
-(((|#2|) . T) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T))
+(|has| |#1| (-872))
+(((|#2|) . T) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T))
(|has| |#1| (-15 * (|#1| (-793) |#1|)))
((((-118 |#1|)) . T))
(((|#1|) |has| |#1| (-175)))
@@ -2417,56 +2417,56 @@
((((-560)) . T))
(|has| |#1| (-376))
(|has| |#1| (-376))
-((((-887)) . T))
-((((-887)) . T))
-((((-549)) |has| |#1| (-633 (-549))) (((-915 (-560))) |has| |#1| (-633 (-915 (-560)))) (((-915 (-391))) |has| |#1| (-633 (-915 (-391)))) (((-391)) . #0=(|has| |#1| (-1051))) (((-229)) . #0#))
+((((-888)) . T))
+((((-888)) . T))
+((((-549)) |has| |#1| (-633 (-549))) (((-916 (-560))) |has| |#1| (-633 (-916 (-560)))) (((-916 (-391))) |has| |#1| (-633 (-916 (-391)))) (((-391)) . #0=(|has| |#1| (-1052))) (((-229)) . #0#))
(((|#1|) |has| |#1| (-376)))
(((|#1|) |has| |#1| (-376)))
-((((-887)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-888)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
((($ $) . T) (((-630 $) $) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-((($) . T) (((-1285 |#1| |#2| |#3| |#4|)) . T) (((-421 (-560))) . T))
-((($) -2191 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080))) ((|#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-1080))) (((-421 (-560))) |has| |#1| (-571)) (((-560)) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))))
-((($) . T) (((-560)) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+((($) . T) (((-1286 |#1| |#2| |#3| |#4|)) . T) (((-421 (-560))) . T))
+((($) -2309 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081))) ((|#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-1081))) (((-421 (-560))) |has| |#1| (-571)) (((-560)) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))))
+((($) . T) (((-560)) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) . T))
(|has| |#1| (-376))
(|has| |#1| (-376))
(|has| |#1| (-376))
((((-391)) . T) (((-560)) . T) (((-421 (-560))) . T))
-((((-1208)) -2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))))
-((((-663 (-802 |#1| (-888 |#2|)))) . T) (((-887)) . T))
-((((-549)) |has| (-802 |#1| (-888 |#2|)) (-633 (-549))))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+((((-1209)) -2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))))
+((((-663 (-802 |#1| (-889 |#2|)))) . T) (((-888)) . T))
+((((-549)) |has| (-802 |#1| (-889 |#2|)) (-633 (-549))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((((-391)) . T))
(((|#1|) |has| |#1| (-175)))
-(((|#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))))
+(((|#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))))
(((|#1|) |has| |#1| (-175)))
-((((-887)) . T))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-939)))
+((((-888)) . T))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-940)))
(((|#1|) . T))
((($) . T))
((($) |has| |#1| (-571)) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
((((-793)) . T))
-(|has| |#1| (-1132))
-((((-560)) -2191 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080))) ((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1080))) (($) |has| |#2| (-1080)))
-((((-887)) . T))
-((((-1190)) . T) (((-1208)) . T) (((-887)) . T))
+(|has| |#1| (-1133))
+((((-560)) -2309 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081))) ((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1081))) (($) |has| |#2| (-1081)))
+((((-888)) . T))
+((((-1191)) . T) (((-1209)) . T) (((-888)) . T))
((((-560)) -12 (|has| |#1| (-21)) (|has| |#2| (-21))))
((((-421 (-560))) . T) (((-560)) . T) (((-630 $)) . T))
(|has| |#1| (-147))
(|has| |#1| (-149))
((((-560)) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-(((#0=(-1279 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))) (($) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(((#0=(-1280 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))) (($) . T))
((((-560)) . T))
((($) . T))
-(-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-149)) (|has| |#1| (-376))) (|has| |#1| (-149)))
-(-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-147)) (|has| |#1| (-376))) (|has| |#1| (-147)))
+(-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-149)) (|has| |#1| (-376))) (|has| |#1| (-149)))
+(-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-147)) (|has| |#1| (-376))) (|has| |#1| (-147)))
(|has| |#1| (-376))
(|has| |#1| (-147))
(|has| |#1| (-149))
@@ -2475,87 +2475,87 @@
(|has| |#1| (-240))
(|has| |#1| (-376))
(((|#3|) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
((((-560)) |has| |#2| (-660 (-560))) ((|#2|) . T))
(|has| |#1| (-147))
((((-560) |#1|) |has| |#2| (-432 |#1|)))
((((-560) |#1|) |has| |#2| (-432 |#1|)))
(((|#2|) . T) (($) . T) (((-560)) . T))
(((|#2|) . T))
-(|has| |#1| (-871))
-(|has| |#1| (-871))
+(|has| |#1| (-872))
+(|has| |#1| (-872))
((((-421 (-560))) . #0=(|has| |#2| (-376))) (($) . #0#))
-(|has| |#1| (-871))
+(|has| |#1| (-872))
((((-421 (-560))) |has| |#2| (-376)) (($) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-((((-1173 |#2| |#1|)) . T) ((|#1|) . T) (((-560)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+((((-1174 |#2| |#1|)) . T) ((|#1|) . T) (((-560)) . T))
(((|#1| |#2|) . T))
-((((-560)) . T) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-1069 (-421 (-560))))))
-((((-1208)) -2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208))))))
+((((-560)) . T) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-1070 (-421 (-560))))))
+((((-1209)) -2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209))))))
(((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
(((|#2|) . T) (($) . T) (((-560)) . T))
(((|#1|) . T) (($) . T) (((-560)) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132)))
-((((-887)) . T))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133)))
+((((-888)) . T))
((((-560)) . T))
-(-2191 (-12 (|has| |#2| (-240)) (|has| |#2| (-1080))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))))
+(-2309 (-12 (|has| |#2| (-240)) (|has| |#2| (-1081))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))))
(((|#1| $) |has| |#1| (-298 |#1| |#1|)))
((((-421 (-560))) . T) (($) . T) (((-421 |#1|)) . T) ((|#1|) . T))
-((((-975 |#1|)) . T) (((-887)) . T))
+((((-976 |#1|)) . T) (((-888)) . T))
(((|#3|) . T))
-(((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-302)) (|has| |#1| (-376))) ((#0=(-421 (-560)) #0#) |has| |#1| (-376)))
-((((-975 |#1|)) . T))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) . T))
+(((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-302)) (|has| |#1| (-376))) ((#0=(-421 (-560)) #0#) |has| |#1| (-376)))
+((((-976 |#1|)) . T))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) . T))
((($) . T))
((((-560) |#1|) . T))
-((((-1208)) |has| (-421 |#2|) (-927 (-1208))))
-(((|#1|) . T) (($) -2191 (|has| |#1| (-302)) (|has| |#1| (-376))) (((-421 (-560))) |has| |#1| (-376)))
+((((-1209)) |has| (-421 |#2|) (-928 (-1209))))
+(((|#1|) . T) (($) -2309 (|has| |#1| (-302)) (|has| |#1| (-376))) (((-421 (-560))) |has| |#1| (-376)))
((((-549)) |has| |#2| (-633 (-549))))
-((((-711 |#2|)) . T) (((-887)) . T))
+((((-711 |#2|)) . T) (((-888)) . T))
(((|#1|) . T))
-(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-((((-893 |#1|)) . T))
+(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+((((-894 |#1|)) . T))
(((|#1|) |has| |#1| (-175)))
-(-2191 (|has| |#4| (-815)) (|has| |#4| (-871)))
-(-2191 (|has| |#3| (-815)) (|has| |#3| (-871)))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-887)) . T))
+(-2309 (|has| |#4| (-817)) (|has| |#4| (-872)))
+(-2309 (|has| |#3| (-817)) (|has| |#3| (-872)))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-888)) . T))
(((|#1|) . T))
((($) . T) (((-560)) . T) ((|#2|) . T))
-((((-887)) . T))
-(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376))))
-(((|#2|) |has| |#2| (-1080)))
-(((|#2|) |has| |#2| (-1080)))
+((((-888)) . T))
+(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376))))
+(((|#2|) |has| |#2| (-1081)))
+(((|#2|) |has| |#2| (-1081)))
(((|#3|) . T))
((($) . T))
(((|#1|) . T))
((((-421 |#2|)) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748))))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748))))
(((|#1|) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1080))))
-(((|#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1081))))
+(((|#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
(((|#1|) . T))
((($) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
((((-421 (-560))) . T) (($) . T))
((((-421 (-560))) . T) (($) . T))
((((-421 (-560))) . T) (($) . T))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-1253)))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-1254)))
((($) . T))
-((((-421 (-560))) |has| #0=(-421 |#2|) (-1069 (-421 (-560)))) (((-560)) |has| #0# (-1069 (-560))) ((#0#) . T))
+((((-421 (-560))) |has| #0=(-421 |#2|) (-1070 (-421 (-560)))) (((-560)) |has| #0# (-1070 (-560))) ((#0#) . T))
(((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
(((|#1| (-793)) . T))
-(|has| |#1| (-871))
+(|has| |#1| (-872))
(((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
((((-560)) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) |has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(|has| |#1| (-870))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) |has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(|has| |#1| (-871))
((((-560) $) . T) (((-663 (-560)) $) . T))
(|has| |#1| (-381))
(|has| |#1| (-381))
@@ -2577,90 +2577,90 @@
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-(-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+(-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
(|has| |#1| (-15 * (|#1| (-793) |#1|)))
-((((-1190)) . T) (((-520)) . T) (((-229)) . T) (((-560)) . T))
-((((-887)) . T))
-(((|#2|) . T) (((-560)) . T) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) (((-1113)) . T) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))))
+((((-1191)) . T) (((-520)) . T) (((-229)) . T) (((-560)) . T))
+((((-888)) . T))
+(((|#2|) . T) (((-560)) . T) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) (((-1114)) . T) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))))
(((|#1| |#2|) . T))
((((-146)) . T))
-((((-802 |#1| (-888 |#2|))) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-(|has| |#1| (-1234))
-((((-887)) . T))
+((((-802 |#1| (-889 |#2|))) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+(|has| |#1| (-1235))
+((((-888)) . T))
(((|#1|) . T))
-(-2191 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-102)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-381)) (|has| |#3| (-748)) (|has| |#3| (-815)) (|has| |#3| (-871)) (|has| |#3| (-1080)) (|has| |#3| (-1132)))
-((((-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)))
+(-2309 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-102)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-381)) (|has| |#3| (-748)) (|has| |#3| (-817)) (|has| |#3| (-872)) (|has| |#3| (-1081)) (|has| |#3| (-1133)))
+((((-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)))
(((|#2|) . T))
(((|#2|) . T))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
-((((-935 |#1|)) . T))
-((($) -2191 (-12 (|has| |#4| (-240)) (|has| |#4| (-1080))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1080)))))
-((($) -2191 (-12 (|has| |#3| (-240)) (|has| |#3| (-1080))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1080)))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+((((-936 |#1|)) . T))
+((($) -2309 (-12 (|has| |#4| (-240)) (|has| |#4| (-1081))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1081)))))
+((($) -2309 (-12 (|has| |#3| (-240)) (|has| |#3| (-1081))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1081)))))
((($) . T))
-((((-421 (-975 |#1|))) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+((((-421 (-976 |#1|))) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(|has| |#1| (-872))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-1209)) -2309 (-12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))) (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081)))))
(|has| |#1| (-871))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-1208)) -2191 (-12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))) (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080)))))
-(|has| |#1| (-870))
((((-549)) |has| |#4| (-633 (-549))))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-((((-887)) . T) (((-663 |#4|)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+((((-888)) . T) (((-663 |#4|)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1|) . T))
(|has| |#1| (-376))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) |has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))))
-(-2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-842))) (-12 (|has| |#1| (-376)) (|has| |#2| (-871))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) |has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))))
+(-2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-844))) (-12 (|has| |#1| (-376)) (|has| |#2| (-872))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748))))
((((-694 |#1|)) . T))
-(((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748)) (|has| |#3| (-1080))))
+(((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-748)) (|has| |#3| (-1081))))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
(|has| |#1| (-147))
(|has| |#1| (-149))
-(-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-149)) (|has| |#1| (-376))) (|has| |#1| (-149)))
-(-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-147)) (|has| |#1| (-376))) (|has| |#1| (-147)))
+(-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-149)) (|has| |#1| (-376))) (|has| |#1| (-149)))
+(-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-147)) (|has| |#1| (-376))) (|has| |#1| (-147)))
(|has| |#1| (-147))
(|has| |#1| (-149))
(|has| |#1| (-149))
(|has| |#1| (-147))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-((((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)))
-(|has| |#1| (-870))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+((((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)))
+(|has| |#1| (-871))
(((|#1| |#2|) . T))
(((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
((((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-(|has| |#1| (-1132))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+(|has| |#1| (-1133))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T) (((-560)) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((|#1|) . T) (((-560)) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((|#1|) . T) (((-560)) . T))
(|has| |#2| (-147))
(|has| |#2| (-149))
-(-2191 (|has| |#2| (-842)) (|has| |#2| (-871)))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
+(-2309 (|has| |#2| (-844)) (|has| |#2| (-872)))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
((((-560)) . T) ((|#1|) . T))
(((|#2|) . T) (($) . T) (((-560)) . T))
(((|#2|) . T))
-((((-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))))
+((((-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))))
(((|#1| |#1|) . T))
(((|#3|) |has| |#3| (-376)))
((((-421 |#2|)) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
((((-549)) |has| |#1| (-633 (-549))))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
-((((-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((|#1| |#1|) |has| |#1| (-321 |#1|)))
-(((|#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-376))))
+((((-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((|#1| |#1|) |has| |#1| (-321 |#1|)))
+(((|#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-376))))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
@@ -2670,47 +2670,47 @@
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#2|) |has| |#2| (-376)))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
(((|#2|) . T))
((((-421 (-560))) . T) (((-721)) . T) (($) . T))
-((($) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(-2191 (|has| |#1| (-240)) (|has| |#1| (-239)))
-(((#0=(-802 |#1| (-888 |#2|)) #0#) |has| (-802 |#1| (-888 |#2|)) (-321 (-802 |#1| (-888 |#2|)))))
-((($) -2191 (|has| |#1| (-240)) (|has| |#1| (-239))))
+((($) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(-2309 (|has| |#1| (-240)) (|has| |#1| (-239)))
+(((#0=(-802 |#1| (-889 |#2|)) #0#) |has| (-802 |#1| (-889 |#2|)) (-321 (-802 |#1| (-889 |#2|)))))
+((($) -2309 (|has| |#1| (-240)) (|has| |#1| (-239))))
((((-560)) . T) (($) . T))
-((((-888 |#1|)) . T))
+((((-889 |#1|)) . T))
(((|#2|) |has| |#2| (-175)))
(((|#1|) |has| |#1| (-175)))
(((|#2|) . T))
-((((-1208)) |has| |#1| (-927 (-1208))) (((-1113)) . T))
-((((-1208)) |has| |#1| (-927 (-1208))) (((-1119 (-1208))) . T))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
-((($ (-1208)) -2191 (-12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))) (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080)))))
+((((-1209)) |has| |#1| (-928 (-1209))) (((-1114)) . T))
+((((-1209)) |has| |#1| (-928 (-1209))) (((-1120 (-1209))) . T))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
+((($ (-1209)) -2309 (-12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))) (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081)))))
((((-421 (-560))) . T) (((-560)) . T) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(|has| |#1| (-38 (-421 (-560))))
-(((|#4|) |has| |#4| (-1080)) (((-560)) -12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1080))))
-(((|#3|) |has| |#3| (-1080)) (((-560)) -12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))))
+(((|#4|) |has| |#4| (-1081)) (((-560)) -12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1081))))
+(((|#3|) |has| |#3| (-1081)) (((-560)) -12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))))
(|has| |#1| (-147))
(|has| |#1| (-149))
((($ $) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)) (|has| |#1| (-1143)) (|has| |#1| (-1132)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)) (|has| |#1| (-1144)) (|has| |#1| (-1133)))
(|has| |#1| (-571))
(((|#2|) . T))
((((-560)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1|) . T))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081)))
((((-595 |#1|)) . T))
((($) . T))
(((|#1| (-58 |#1|) (-58 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T))
-(((|#2|) |has| |#2| (-6 (-4511 "*"))))
+(((|#2|) |has| |#2| (-6 (-4512 "*"))))
(((|#1|) . T))
(((|#1|) . T))
((($) . T))
@@ -2720,38 +2720,38 @@
(((|#1|) . T))
(((|#1|) . T))
(((|#3|) . T) (((-560)) . T))
-((((-1279 |#2| |#3| |#4|)) . T) (((-560)) . T) (((-1285 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-421 (-560))) . T))
-((((-48)) -12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560)))) (((-560)) -2191 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1069 (-560))) (|has| |#1| (-1080))) ((|#1|) . T) (((-630 $)) . T) (($) |has| |#1| (-571)) (((-421 (-560))) -2191 (|has| |#1| (-571)) (|has| |#1| (-1069 (-421 (-560))))) (((-421 (-975 |#1|))) |has| |#1| (-571)) (((-975 |#1|)) |has| |#1| (-1080)) (((-1208)) . T))
-((((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))) (((-560)) |has| |#2| (-1069 (-560))) ((|#2|) . T) (((-888 |#1|)) . T))
+((((-1280 |#2| |#3| |#4|)) . T) (((-560)) . T) (((-1286 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-48)) -12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560)))) (((-560)) -2309 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1070 (-560))) (|has| |#1| (-1081))) ((|#1|) . T) (((-630 $)) . T) (($) |has| |#1| (-571)) (((-421 (-560))) -2309 (|has| |#1| (-571)) (|has| |#1| (-1070 (-421 (-560))))) (((-421 (-976 |#1|))) |has| |#1| (-571)) (((-976 |#1|)) |has| |#1| (-1081)) (((-1209)) . T))
+((((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))) (((-560)) |has| |#2| (-1070 (-560))) ((|#2|) . T) (((-889 |#1|)) . T))
((($) . T) (((-118 |#1|)) . T) (((-421 (-560))) . T))
-((((-1156 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-((((-1202 |#1|)) . T) (((-1113)) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-((((-1156 |#1| (-1208))) . T) (((-1119 (-1208))) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-1208)) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
+((((-1157 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+((((-1203 |#1|)) . T) (((-1114)) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+((((-1157 |#1| (-1209))) . T) (((-1120 (-1209))) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-1209)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
((($) . T))
-(|has| |#1| (-1132))
-((((-560)) -12 (|has| |#1| (-911 (-560))) (|has| |#2| (-911 (-560)))) (((-391)) -12 (|has| |#1| (-911 (-391))) (|has| |#2| (-911 (-391)))))
+(|has| |#1| (-1133))
+((((-560)) -12 (|has| |#1| (-912 (-560))) (|has| |#2| (-912 (-560)))) (((-391)) -12 (|has| |#1| (-912 (-391))) (|has| |#2| (-912 (-391)))))
(((|#1| |#2|) . T))
-((((-1208) |#1|) . T))
+((((-1209) |#1|) . T))
(((|#4|) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
-((((-1208) (-51)) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T))
-((((-1279 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) . T))
-((((-887)) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-815)) (|has| |#2| (-871)) (|has| |#2| (-1080)) (|has| |#2| (-1132)))
-(((#0=(-1285 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
+((((-1209) (-51)) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T))
+((((-1280 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) . T))
+((((-888)) . T))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-102)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-381)) (|has| |#2| (-748)) (|has| |#2| (-817)) (|has| |#2| (-872)) (|has| |#2| (-1081)) (|has| |#2| (-1133)))
+(((#0=(-1286 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
(((|#1| |#1|) |has| |#1| (-175)) ((#0=(-421 (-560)) #0#) |has| |#1| (-571)) (($ $) |has| |#1| (-571)))
((($) |has| |#1| (-15 * (|#1| (-560) |#1|))))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1| $) |has| |#1| (-298 |#1| |#1|)))
-((((-1285 |#1| |#2| |#3| |#4|)) . T) (((-421 (-560))) . T) (($) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-571)) (($) |has| |#1| (-571)))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1|) . T))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1|) . T))
(|has| |#1| (-376))
-((($) |has| |#1| (-870)) (((-560)) -2191 (|has| |#1| (-21)) (|has| |#1| (-870))))
-((($) -2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))))
+((($) |has| |#1| (-871)) (((-560)) -2309 (|has| |#1| (-21)) (|has| |#1| (-871))))
+((($) -2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))))
((($) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))))
(|has| |#1| (-147))
(|has| |#1| (-149))
@@ -2760,200 +2760,200 @@
((((-421 (-560))) . T) (($) . T))
(((|#3|) |has| |#3| (-376)))
((($) |has| |#1| (-15 * (|#1| (-793) |#1|))))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
-((((-1208)) . T))
-((($) . T) (((-1279 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| (-1279 |#2| |#3| |#4|) (-38 (-421 (-560)))) (((-560)) . T))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
+((((-1209)) . T))
+((($) . T) (((-1280 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| (-1280 |#2| |#3| |#4|) (-38 (-421 (-560)))) (((-560)) . T))
(((|#1|) . T))
-((((-130)) . T) (((-887)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
-(|has| |#1| (-871))
+((((-130)) . T) (((-888)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
+(|has| |#1| (-872))
(((|#2| |#3|) . T))
(((|#1| (-545 |#2|)) . T))
(((|#1| (-793)) . T))
-(-2191 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-(((|#1| (-545 (-1119 (-1208)))) . T))
+(-2309 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+(((|#1| (-545 (-1120 (-1209)))) . T))
(((|#1|) |has| |#1| (-175)))
(((|#1|) . T))
-(|has| |#2| (-939))
-(-2191 (|has| |#2| (-815)) (|has| |#2| (-871)))
-((((-887)) . T))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748))))
-(((|#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1080))))
-((($ (-1208)) -2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))))
-((($ $) . T) ((#0=(-1279 |#2| |#3| |#4|) #0#) . T) ((#1=(-421 (-560)) #1#) |has| #0# (-38 (-421 (-560)))))
-((((-935 |#1|)) . T))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-842)))
+(|has| |#2| (-940))
+(-2309 (|has| |#2| (-817)) (|has| |#2| (-872)))
+((((-888)) . T))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748))))
+(((|#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-748)) (|has| |#2| (-1081))))
+((($ (-1209)) -2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))))
+((($ $) . T) ((#0=(-1280 |#2| |#3| |#4|) #0#) . T) ((#1=(-421 (-560)) #1#) |has| #0# (-38 (-421 (-560)))))
+((((-936 |#1|)) . T))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-844)))
((((-560)) . T) (($) . T) (((-421 (-560))) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T) (((-560)) . T))
((($) . T))
-(-2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)) (|has| |#1| (-571)))
(|has| |#1| (-376))
(|has| |#1| (-376))
(((|#1| |#2|) . T))
-((($) . T) ((#0=(-1279 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
-((((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)))
-(-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376)) (|has| |#1| (-363)))
-(-2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)))
+((($) . T) ((#0=(-1280 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
+((((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)))
+(-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376)) (|has| |#1| (-363)))
+(-2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)))
((((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T))
(((|#1| |#2|) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
((((-114)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#2|) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((|#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|))) . T))
+(((|#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|))) . T))
(((|#2|) . T))
(|has| |#2| (-376))
-(|has| |#1| (-871))
-(|has| |#1| (-871))
+(|has| |#1| (-872))
+(|has| |#1| (-872))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-560)) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#2|) |has| |#2| (-175)))
-(|has| |#1| (-1132))
+(|has| |#1| (-1133))
(((|#1|) |has| |#1| (-175)))
(((|#2|) . T))
(((|#1|) . T))
(((|#4|) . T))
(((|#4|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((((-421 (-560))) . T) (((-421 |#1|)) . T) ((|#1|) . T) (((-560)) . T) (($) . T))
(((|#3|) . T) (((-560)) . T) (($) . T))
((((-421 $) (-421 $)) |has| |#1| (-571)) (($ $) . T) ((|#1| |#1|) . T))
-(|has| |#2| (-842))
+(|has| |#2| (-844))
((($) . T))
(((|#4|) . T))
((($) . T))
-((($ (-1208)) -2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208))))))
-((((-887)) . T))
-(((|#1| (-545 (-1208))) . T))
+((($ (-1209)) -2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209))))))
+((((-888)) . T))
+(((|#1| (-545 (-1209))) . T))
((($ $) . T))
(((|#1|) |has| |#1| (-175)))
((($) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#2|) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
+(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
(((|#2|) . T))
-(((|#2|) -2191 (|has| |#2| (-6 (-4511 "*"))) (|has| |#2| (-175))))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(|has| |#2| (-939))
-(|has| |#1| (-939))
-((($) -2191 (-12 (|has| |#2| (-240)) (|has| |#2| (-1080))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1080)))))
+(((|#2|) -2309 (|has| |#2| (-6 (-4512 "*"))) (|has| |#2| (-175))))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(|has| |#2| (-940))
+(|has| |#1| (-940))
+((($) -2309 (-12 (|has| |#2| (-240)) (|has| |#2| (-1081))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1081)))))
(((|#2|) |has| |#2| (-175)))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)))
-((((-887)) . T))
-((((-887)) . T))
-((((-549)) . T) (((-560)) . T) (((-915 (-560))) . T) (((-391)) . T) (((-229)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-888)) . T))
+((((-888)) . T))
+((((-549)) . T) (((-560)) . T) (((-916 (-560))) . T) (((-391)) . T) (((-229)) . T))
(((|#1| |#2|) . T))
((($) . T) (((-560)) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) . T))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) . T))
(((|#1|) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-887)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-888)) . T))
(((|#1| |#2|) . T))
((($) . T) (((-560)) . T))
(((|#1| (-421 (-560))) . T))
(((|#1|) . T))
-(-2191 (|has| |#1| (-302)) (|has| |#1| (-376)))
+(-2309 (|has| |#1| (-302)) (|has| |#1| (-376)))
((((-146)) . T))
((((-560)) |has| #0=(-421 |#2|) (-660 (-560))) ((#0#) . T) (((-421 (-560))) . T) (($) . T))
-(|has| |#1| (-870))
-((((-887)) . T))
-((((-887)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(|has| |#1| (-871))
+((((-888)) . T))
+((((-888)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#1| |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
((((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-186)) . T) (((-887)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-186)) . T) (((-888)) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#2| |#2|) . T) ((|#1| |#1|) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-549)) |has| |#1| (-633 (-549))) (((-915 (-560))) |has| |#1| (-633 (-915 (-560)))) (((-915 (-391))) |has| |#1| (-633 (-915 (-391)))))
-((((-1208) (-51)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-549)) |has| |#1| (-633 (-549))) (((-916 (-560))) |has| |#1| (-633 (-916 (-560)))) (((-916 (-391))) |has| |#1| (-633 (-916 (-391)))))
+((((-1209) (-51)) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((($ (-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-((((-663 (-146))) . T) (((-1190)) . T))
-((((-887)) . T))
-((((-1190)) . T))
-((((-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((|#1| |#1|) |has| |#1| (-321 |#1|)))
-(|has| |#1| (-871))
-((((-887)) . T))
+((($ (-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+((((-663 (-146))) . T) (((-1191)) . T))
+((((-888)) . T))
+((((-1191)) . T))
+((((-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((|#1| |#1|) |has| |#1| (-321 |#1|)))
+(|has| |#1| (-872))
+((((-888)) . T))
((((-549)) |has| |#1| (-633 (-549))))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
-((($) -2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))))
-((((-887)) . T))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
+((($) -2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))))
+((((-888)) . T))
(((|#2|) |has| |#2| (-376)))
-((((-887)) . T))
+((((-888)) . T))
((($) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))))
((($) |has| |#1| (-15 * (|#1| (-793) |#1|))))
(((|#2|) . T))
((((-549)) |has| |#4| (-633 (-549))))
-((((-887)) . T) (((-663 |#4|)) . T))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+((((-888)) . T) (((-663 |#4|)) . T))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T) (((-630 $)) . T))
-(|has| |#4| (-1080))
-(|has| |#3| (-1080))
-(|has| |#1| (-1132))
-((((-1208) (-51)) . T))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
+(|has| |#4| (-1081))
+(|has| |#3| (-1081))
+(|has| |#1| (-1133))
+((((-1209) (-51)) . T))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080)))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
-(|has| |#1| (-939))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
-(|has| |#1| (-939))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081)))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
+(|has| |#1| (-940))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
+(|has| |#1| (-940))
(((|#1|) . T) (((-560)) . T) (((-421 (-560))) . T) (($) . T))
(((|#2|) . T))
-((($ (-1208)) -2191 (-12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))) (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080)))))
+((($ (-1209)) -2309 (-12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))) (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081)))))
(((#0=(-421 (-560)) #0#) . T) (($ $) . T))
((((-560)) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-421 (-560))) . T) (($) . T))
-(((|#1| (-421 (-560)) (-1113)) . T))
-(|has| |#1| (-1132))
+(((|#1| (-421 (-560)) (-1114)) . T))
+(|has| |#1| (-1133))
(|has| |#1| (-571))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(|has| |#1| (-842))
-(((#0=(-935 |#1|) #0#) . T) (($ $) . T) ((#1=(-421 (-560)) #1#) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(|has| |#1| (-844))
+(((#0=(-936 |#1|) #0#) . T) (($ $) . T) ((#1=(-421 (-560)) #1#) . T))
((((-421 |#2|)) . T))
-(|has| |#1| (-870))
-((((-1235 |#1|)) . T) (((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+(|has| |#1| (-871))
+((((-1236 |#1|)) . T) (((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
(((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) . T) ((#1=(-560) #1#) . T) (($ $) . T))
-((((-935 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
-(((|#2|) |has| |#2| (-1080)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
+((((-936 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+(((|#2|) |has| |#2| (-1081)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
(|has| |#1| (-149))
(|has| |#1| (-147))
(((|#2|) . T))
-((((-887)) . T))
-((((-1208)) . T))
+((((-888)) . T))
+((((-1209)) . T))
((((-130)) . T))
((((-130)) . T) (((-621)) . T))
((((-421 (-560))) . T) (((-721)) . T) (($) . T) (((-560)) . T))
@@ -2961,60 +2961,60 @@
(((|#2|) |has| |#2| (-175)))
(((|#1|) . T))
(((|#2|) . T))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) . T))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) . T))
((((-560) |#3|) . T))
(((|#1|) . T))
-(((#0=(-51)) . T) (((-2 (|:| -3818 (-1208)) (|:| -2660 #0#))) . T))
+(((#0=(-51)) . T) (((-2 (|:| -1919 (-1209)) (|:| -3529 #0#))) . T))
(|has| |#1| (-363))
((((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
-(((#0=(-1285 |#1| |#2| |#3| |#4|) $) |has| #0# (-298 #0# #0#)))
+(((#0=(-1286 |#1| |#2| |#3| |#4|) $) |has| #0# (-298 #0# #0#)))
(|has| |#1| (-376))
-(-2191 (-12 (|has| |#2| (-240)) (|has| |#2| (-1080))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))))
-(((|#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1080))) (($) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080))) (((-560)) -2191 (|has| |#1| (-21)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080))))
-(((#0=(-1113) |#1|) . T) ((#0# $) . T) (($ $) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
+(-2309 (-12 (|has| |#2| (-240)) (|has| |#2| (-1081))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))))
+(((|#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1081))) (($) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081))) (((-560)) -2309 (|has| |#1| (-21)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081))))
+(((#0=(-1114) |#1|) . T) ((#0# $) . T) (($ $) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
(((#0=(-421 (-560)) #0#) . T) ((#1=(-721) #1#) . T) (($ $) . T))
((((-326 |#1|)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-376)))
-((((-887)) . T))
-(|has| |#1| (-1132))
+((((-888)) . T))
+(|has| |#1| (-1133))
(((|#1|) . T))
-(((|#1|) -2191 (|has| |#2| (-380 |#1|)) (|has| |#2| (-432 |#1|))))
-(((|#1|) -2191 (|has| |#2| (-380 |#1|)) (|has| |#2| (-432 |#1|))))
+(((|#1|) -2309 (|has| |#2| (-380 |#1|)) (|has| |#2| (-432 |#1|))))
+(((|#1|) -2309 (|has| |#2| (-380 |#1|)) (|has| |#2| (-432 |#1|))))
(((|#2|) . T))
((((-421 (-560))) . T) (((-721)) . T) (($) . T))
((((-593)) . T))
(((|#3| |#3|) . T))
-((($ (-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))))
-(|has| |#1| (-871))
+((($ (-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))))
+(|has| |#1| (-872))
(|has| |#2| (-240))
-((((-888 |#1|)) . T))
-((((-1208)) |has| |#1| (-927 (-1208))) ((|#3|) . T))
+((((-889 |#1|)) . T))
+((((-1209)) |has| |#1| (-928 (-1209))) ((|#3|) . T))
((((-663 $)) . T) ((|#1|) . T) ((|#2|) . T) ((|#3|) . T) ((|#4|) . T) ((|#5|) . T))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-1051)))
-(|has| |#1| (-871))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-1052)))
+(|has| |#1| (-872))
((((-421 (-560))) . T) (($) . T))
-((((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)))
((($) . T) (((-421 (-560))) . T))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#1| (-376))
(|has| |#1| (-376))
((((-421 (-560))) . T) (($) . T) (((-421 |#1|)) . T) ((|#1|) . T))
((((-560)) . T) (((-118 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
((((-560)) . T))
(((|#3|) . T))
-(|has| |#1| (-1132))
+(|has| |#1| (-1133))
(((|#2|) . T))
(((|#1|) . T))
-((($) -2191 (|has| |#1| (-240)) (|has| |#1| (-239))))
+((($) -2309 (|has| |#1| (-240)) (|has| |#1| (-239))))
((((-560)) . T))
-(((|#2|) . T) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((|#1|) . T) (($) . T) (((-560)) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
+(((|#2|) . T) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((|#1|) . T) (($) . T) (((-560)) . T))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
(((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
(((|#1| |#2|) . T))
((($) . T))
@@ -3024,16 +3024,16 @@
(((|#1|) . T) (($) . T))
(((|#1|) . T) (((-560)) . T))
(((|#1|) . T) (((-560)) . T))
-(((|#1| (-1298 |#1|) (-1298 |#1|)) . T))
+(((|#1| (-1299 |#1|) (-1299 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#2|) . T))
-((((-887)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#2|) . T))
(((|#3|) . T))
(((#0=(-118 |#1|) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
-((((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))) (((-560)) |has| |#2| (-1069 (-560))) ((|#2|) . T) (((-888 |#1|)) . T))
-((((-1156 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((|#2|) . T))
+((((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))) (((-560)) |has| |#2| (-1070 (-560))) ((|#2|) . T) (((-889 |#1|)) . T))
+((((-1157 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -3042,7 +3042,7 @@
((((-694 |#1|)) . T))
((($) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
((((-118 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-((((-560)) -12 (|has| |#1| (-911 (-560))) (|has| |#3| (-911 (-560)))) (((-391)) -12 (|has| |#1| (-911 (-391))) (|has| |#3| (-911 (-391)))))
+((((-560)) -12 (|has| |#1| (-912 (-560))) (|has| |#3| (-912 (-560)))) (((-391)) -12 (|has| |#1| (-912 (-391))) (|has| |#3| (-912 (-391)))))
(((|#2|) . T) ((|#6|) . T))
((((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) (($) . T))
((((-146)) . T))
@@ -3051,13 +3051,13 @@
((((-391)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
((($) . T) (((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) . T))
-(|has| |#2| (-939))
-(|has| |#1| (-939))
-(|has| |#1| (-939))
-(|has| |#2| (-1051))
+(|has| |#2| (-940))
+(|has| |#1| (-940))
+(|has| |#1| (-940))
+(|has| |#2| (-1052))
((($) . T))
-(|has| |#1| (-939))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+(|has| |#1| (-940))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#4|) . T))
((($) . T))
(((|#2|) . T))
@@ -3065,43 +3065,43 @@
(((|#1|) . T) (($) . T))
((($) . T))
(|has| |#1| (-376))
-((((-935 |#1|)) . T))
+((((-936 |#1|)) . T))
((($) . T) (((-560)) . T) ((|#1|) . T) (((-421 (-560))) . T))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($) |has| |#1| (-870)) (((-560)) -2191 (|has| |#1| (-21)) (|has| |#1| (-870))))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) |has| |#1| (-871)) (((-560)) -2309 (|has| |#1| (-21)) (|has| |#1| (-871))))
((($ $) . T) ((#0=(-421 (-560)) #0#) . T))
-(-2191 (|has| |#1| (-381)) (|has| |#1| (-871)))
+(-2309 (|has| |#1| (-381)) (|has| |#1| (-872)))
(((|#1|) . T))
((((-793)) . T))
-((((-887)) . T))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
+((((-888)) . T))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
((((-421 |#2|) |#3|) . T))
-(-2191 (-12 (|has| |#3| (-240)) (|has| |#3| (-1080))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1080))))
+(-2309 (-12 (|has| |#3| (-240)) (|has| |#3| (-1081))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1081))))
((($) . T) (((-421 (-560))) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T) (((-630 $)) . T))
((((-560)) . T) (($) . T))
((((-560)) . T) (($) . T))
((((-793) |#1|) . T))
-(((|#2| (-246 (-2305 |#1|) (-793))) . T))
+(((|#2| (-246 (-3819 |#1|) (-793))) . T))
(((|#1| (-545 |#3|)) . T))
((((-421 (-560))) . T))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-((((-1190)) . T) (((-887)) . T))
-(((#0=(-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) #0#) |has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))))
-((((-1190)) . T))
-(|has| |#1| (-939))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+((((-1191)) . T) (((-888)) . T))
+(((#0=(-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) #0#) |has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))))
+((((-1191)) . T))
+(|has| |#1| (-940))
(|has| |#2| (-376))
(((|#1|) . T) (($) . T) (((-560)) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
((((-171 (-391))) . T) (((-229)) . T) (((-391)) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
((((-391)) . T) (((-560)) . T))
(((#0=(-421 (-560)) #0#) . T) (($ $) . T))
((($ $) . T))
((($ $) . T))
(((|#1| |#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#1| (-571))
((((-421 (-560))) . T) (($) . T))
((($) . T))
@@ -3109,14 +3109,14 @@
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-(-2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)))
+(-2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)))
(|has| |#1| (-38 (-421 (-560))))
-(-12 (|has| |#1| (-559)) (|has| |#1| (-843)))
-((((-887)) . T))
+(-12 (|has| |#1| (-559)) (|has| |#1| (-845)))
+((((-888)) . T))
(|has| |#1| (-376))
-((((-1208)) -2191 (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-927 (-1208))))))
+((((-1209)) -2309 (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-928 (-1209))))))
(|has| |#1| (-376))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
((((-421 (-560))) . T) (($) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
((($) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T))
@@ -3124,31 +3124,31 @@
(|has| |#1| (-381))
(|has| |#1| (-381))
((((-560) |#1|) . T))
-((((-1208)) |has| |#1| (-927 (-1208))))
+((((-1209)) |has| |#1| (-928 (-1209))))
(((|#1|) . T))
-(-2191 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363)))
+(-2309 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363)))
(((|#2|) |has| |#1| (-376)))
(((|#2|) |has| |#1| (-376)))
-(-2191 (|has| |#4| (-815)) (|has| |#4| (-871)))
-(-2191 (|has| |#3| (-815)) (|has| |#3| (-871)))
+(-2309 (|has| |#4| (-817)) (|has| |#4| (-872)))
+(-2309 (|has| |#3| (-817)) (|has| |#3| (-872)))
((((-560)) . T) (($) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-175)))
-((((-130)) . T) (((-887)) . T))
-((((-130)) . T) (((-621)) . T) (((-887)) . T))
+((((-130)) . T) (((-888)) . T))
+((((-130)) . T) (((-621)) . T) (((-888)) . T))
((((-130)) . T))
((((-130)) . T) (((-621)) . T))
((($) . T))
(((|#1|) . T))
-(((|#2|) . T) (((-1208)) -12 (|has| |#1| (-376)) (|has| |#2| (-1069 (-1208)))) (((-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-1069 (-560)))) (((-421 (-560))) -12 (|has| |#1| (-376)) (|has| |#2| (-1069 (-560)))))
+(((|#2|) . T) (((-1209)) -12 (|has| |#1| (-376)) (|has| |#2| (-1070 (-1209)))) (((-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-1070 (-560)))) (((-421 (-560))) -12 (|has| |#1| (-376)) (|has| |#2| (-1070 (-560)))))
(((|#2|) . T))
((($) . T))
-((((-1208) #0=(-1285 |#1| |#2| |#3| |#4|)) |has| #0# (-528 (-1208) #0#)) ((#0# #0#) |has| #0# (-321 #0#)))
+((((-1209) #0=(-1286 |#1| |#2| |#3| |#4|)) |has| #0# (-528 (-1209) #0#)) ((#0# #0#) |has| #0# (-321 #0#)))
((((-421 (-560))) . T) (($) . T) (((-421 |#1|)) . T) ((|#1|) . T))
((((-630 $) $) . T) (($ $) . T))
-((((-171 (-229))) . T) (((-171 (-391))) . T) (((-1202 (-721))) . T) (((-915 (-391))) . T))
+((((-171 (-229))) . T) (((-171 (-391))) . T) (((-1203 (-721))) . T) (((-916 (-391))) . T))
(((|#3|) . T))
(|has| |#1| (-571))
(|has| (-421 |#2|) (-240))
@@ -3156,52 +3156,52 @@
((($) . T) (((-421 (-560))) . T) (((-421 |#1|)) . T) ((|#1|) . T))
(((|#3|) . T))
(|has| |#1| (-571))
-((((-887)) . T))
+((((-888)) . T))
((($ $) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T))
((((-421 (-560))) . T) (($) . T))
-((((-1208)) |has| |#2| (-927 (-1208))))
+((((-1209)) |has| |#2| (-928 (-1209))))
(((|#1|) |has| |#1| (-175)) (($) . T) (((-560)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(|has| |#1| (-871))
-((((-887)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(|has| |#1| (-872))
+((((-888)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
(|has| |#1| (-376))
(((|#1|) . T))
((($) . T) (((-560)) . T) ((|#2|) . T))
(((|#2|) |has| |#1| (-376)))
-((((-391)) -12 (|has| |#1| (-376)) (|has| |#2| (-911 (-391)))) (((-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-911 (-560)))))
+((((-391)) -12 (|has| |#1| (-376)) (|has| |#2| (-912 (-391)))) (((-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-912 (-560)))))
(((|#3|) . T))
-((((-1190)) . T) (((-520)) . T) (((-229)) . T) (((-560)) . T))
+((((-1191)) . T) (((-520)) . T) (((-229)) . T) (((-560)) . T))
(((|#1|) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
(|has| |#1| (-376))
(|has| |#1| (-571))
-(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
+(((|#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
(((|#2|) . T))
(((|#2|) . T))
-(|has| |#2| (-1080))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+(|has| |#2| (-1081))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(|has| |#1| (-38 (-421 (-560))))
(((|#1| |#2|) . T))
(|has| |#1| (-38 (-421 (-560))))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
((($) . T))
(|has| |#1| (-149))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
(|has| |#1| (-149))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-381)))
(|has| |#1| (-149))
((($) . T))
((((-595 |#1|)) . T))
((($) . T))
-((((-1190) |#1|) . T))
+((((-1191) |#1|) . T))
(|has| |#1| (-571))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
@@ -3209,104 +3209,104 @@
((($) . T))
((((-421 |#2|)) . T))
((((-421 |#2|)) . T))
-((((-421 (-560))) |has| |#2| (-1069 (-560))) (((-560)) |has| |#2| (-1069 (-560))) (((-1208)) |has| |#2| (-1069 (-1208))) ((|#2|) . T))
+((((-421 (-560))) |has| |#2| (-1070 (-560))) (((-560)) |has| |#2| (-1070 (-560))) (((-1209)) |has| |#2| (-1070 (-1209))) ((|#2|) . T))
(((#0=(-421 |#2|) #0#) . T) ((#1=(-421 (-560)) #1#) . T) (($ $) . T))
(((|#1|) . T))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-363)))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-363)))
(|has| |#1| (-149))
-((((-887)) . T))
+((((-888)) . T))
((($) . T))
-((((-1171 |#1| |#2|)) . T))
+((((-1172 |#1| |#2|)) . T))
(((|#1| (-560)) . T))
(((|#1| (-421 (-560))) . T))
-((((-560)) |has| |#2| (-911 (-560))) (((-391)) |has| |#2| (-911 (-391))))
+((((-560)) |has| |#2| (-912 (-560))) (((-391)) |has| |#2| (-912 (-391))))
(((|#2|) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
((((-114)) . T))
(((|#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) . T))
(((|#2|) . T))
-((((-887)) . T))
+((((-888)) . T))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-1208) (-51)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-1209) (-51)) . T))
((((-421 |#2|)) . T))
-((((-887)) . T))
-(((|#1|) . T))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(|has| |#1| (-813))
-(|has| |#1| (-813))
-((((-887)) . T))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
+(((|#1|) . T))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(|has| |#1| (-814))
+(|has| |#1| (-814))
+((((-888)) . T))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
+((((-888)) . T))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-115)) . T) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-229)) . T) (((-391)) . T) (((-915 (-391))) . T))
-((((-887)) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-229)) . T) (((-391)) . T) (((-916 (-391))) . T))
+((((-888)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)) (((-421 (-560))) |has| |#1| (-571)))
-((((-887)) . T))
-((((-887)) . T))
-(-2191 (-12 (|has| |#2| (-240)) (|has| |#2| (-1080))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))))
-(((#0=(-935 |#1|) #0#) . T) (($ $) . T) ((#1=(-421 (-560)) #1#) . T))
+((((-888)) . T))
+((((-888)) . T))
+(-2309 (-12 (|has| |#2| (-240)) (|has| |#2| (-1081))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))))
+(((#0=(-936 |#1|) #0#) . T) (($ $) . T) ((#1=(-421 (-560)) #1#) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#2|) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
-((((-935 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-936 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
(|has| |#1| (-376))
-((((-887)) . T))
+((((-888)) . T))
(((|#2|) . T))
((((-560)) . T))
-((((-1208)) -2191 (|has| (-421 |#2|) (-927 (-1208))) (|has| (-421 |#2|) (-929 (-1208)))))
-((((-887)) . T))
+((((-1209)) -2309 (|has| (-421 |#2|) (-928 (-1209))) (|has| (-421 |#2|) (-930 (-1209)))))
+((((-888)) . T))
((((-560)) . T))
-(-2191 (|has| |#2| (-815)) (|has| |#2| (-871)))
+(-2309 (|has| |#2| (-817)) (|has| |#2| (-872)))
((((-171 (-391))) . T) (((-229)) . T) (((-391)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-1190)) . T) (((-549)) . T) (((-560)) . T) (((-915 (-560))) . T) (((-391)) . T) (((-229)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-1191)) . T) (((-549)) . T) (((-560)) . T) (((-916 (-560))) . T) (((-391)) . T) (((-229)) . T))
+((((-888)) . T))
(|has| |#1| (-149))
(|has| |#1| (-147))
-((($) . T) ((#0=(-1279 |#2| |#3| |#4|)) |has| #0# (-175)) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
+((($) . T) ((#0=(-1280 |#2| |#3| |#4|)) |has| #0# (-175)) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(|has| |#1| (-376))
(|has| |#1| (-376))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-((((-887)) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+((((-888)) . T))
((((-560) $) . T) (((-663 (-560)) $) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-927 (-1208))) (|has| |#1| (-1080)) (|has| |#1| (-1143)) (|has| |#1| (-1132)))
-(|has| |#1| (-1183))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-487)) (|has| |#1| (-748)) (|has| |#1| (-928 (-1209))) (|has| |#1| (-1081)) (|has| |#1| (-1144)) (|has| |#1| (-1133)))
+(|has| |#1| (-1184))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
((($) . T))
-((((-935 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-936 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
((((-560) |#1|) . T))
(((|#1|) . T))
(((#0=(-118 |#1|) $) |has| #0# (-298 #0# #0#)))
(((|#1|) |has| |#1| (-175)))
((((-326 |#1|)) . T) (((-560)) . T))
-(-2191 (|has| |#2| (-240)) (|has| |#2| (-239)))
+(-2309 (|has| |#2| (-240)) (|has| |#2| (-239)))
(((|#1|) . T))
(((|#1| |#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
((((-115)) . T) ((|#1|) . T))
-((((-887)) . T))
-((((-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))))
+((((-888)) . T))
+((((-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))))
(((|#1|) |has| |#1| (-321 |#1|)))
-((((-560) |#1|) . T) (((-1265 (-560)) $) . T))
+((((-560) |#1|) . T) (((-1266 (-560)) $) . T))
(((|#1| |#2|) . T))
-((((-1208) |#1|) . T))
-(((|#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-376))))
+((((-1209) |#1|) . T))
+(((|#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-376))))
(((|#1|) . T))
-((($ (-1208)) . T))
-(((|#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1080))))
+((($ (-1209)) . T))
+(((|#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-1081))))
((((-560)) . T) (((-421 (-560))) . T))
(((|#1|) . T))
(|has| |#1| (-571))
@@ -3315,54 +3315,54 @@
(((|#1|) . T))
(((|#1|) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
(|has| |#1| (-376))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
(|has| |#1| (-376))
(|has| |#1| (-571))
((($) . T))
-(|has| |#1| (-1132))
-((((-802 |#1| (-888 |#2|))) |has| (-802 |#1| (-888 |#2|)) (-321 (-802 |#1| (-888 |#2|)))))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
+(|has| |#1| (-1133))
+((((-802 |#1| (-889 |#2|))) |has| (-802 |#1| (-889 |#2|)) (-321 (-802 |#1| (-889 |#2|)))))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
(((|#1|) . T))
(((|#2| |#3|) . T))
(((|#1|) . T))
-(|has| |#2| (-939))
+(|has| |#2| (-940))
(((|#1| (-545 |#2|)) . T))
(((|#1| (-793)) . T))
(|has| |#1| (-240))
-(((|#1| (-545 (-1119 (-1208)))) . T))
-((($) -2191 (-12 (|has| |#2| (-240)) (|has| |#2| (-1080))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1080)))))
+(((|#1| (-545 (-1120 (-1209)))) . T))
+((($) -2309 (-12 (|has| |#2| (-240)) (|has| |#2| (-1081))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1081)))))
((((-595 |#1|)) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) . T))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) . T))
(((|#1|) . T))
(((|#1|) . T) (((-560)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(|has| |#2| (-376))
-((((-887)) . T))
-((((-887)) . T))
-(-2191 (|has| |#3| (-815)) (|has| |#3| (-871)))
-((((-887)) . T))
-((((-1151)) . T) (((-887)) . T))
-((((-549)) . T) (((-887)) . T))
+((((-888)) . T))
+((((-888)) . T))
+(-2309 (|has| |#3| (-817)) (|has| |#3| (-872)))
+((((-888)) . T))
+((((-1152)) . T) (((-888)) . T))
+((((-549)) . T) (((-888)) . T))
(((|#1|) . T))
((($ $) . T) (((-630 $) $) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-560)) . T))
(((|#3|) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)))
-((((-560)) . T) (((-421 (-560))) -2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ((|#2|) . T) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) (((-888 |#1|)) . T))
-((((-1156 |#1| |#2|)) . T) ((|#2|) . T) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) (((-560)) . T))
-((((-1202 |#1|)) . T) (((-560)) . T) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) (((-1113)) . T) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))))
-(-2191 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080)))
+((((-888)) . T))
+(-2309 (|has| |#1| (-319)) (|has| |#1| (-376)) (|has| |#1| (-363)))
+((((-560)) . T) (((-421 (-560))) -2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ((|#2|) . T) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) (((-889 |#1|)) . T))
+((((-1157 |#1| |#2|)) . T) ((|#2|) . T) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) (((-560)) . T))
+((((-1203 |#1|)) . T) (((-560)) . T) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) (((-1114)) . T) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))))
+(-2309 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081)))
(((#0=(-595 |#1|) #0#) . T) (($ $) . T) ((#1=(-421 (-560)) #1#) . T))
((($ $) . T) ((#0=(-421 (-560)) #0#) . T))
-((((-1156 |#1| (-1208))) . T) (((-560)) . T) (((-1119 (-1208))) . T) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) (((-1208)) . T))
+((((-1157 |#1| (-1209))) . T) (((-560)) . T) (((-1120 (-1209))) . T) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) (((-1209)) . T))
(((|#1|) |has| |#1| (-175)))
-(((|#1| (-1298 |#1|) (-1298 |#1|)) . T))
+(((|#1| (-1299 |#1|) (-1299 |#1|)) . T))
((((-595 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
((($) . T) (((-421 (-560))) . T))
(((|#1|) . T))
@@ -3370,12 +3370,12 @@
(((|#1|) . T))
(((|#1|) . T))
((($) . T) (((-421 (-560))) . T))
-(((|#2|) |has| |#2| (-6 (-4511 "*"))))
+(((|#2|) |has| |#2| (-6 (-4512 "*"))))
(((|#1|) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((|#1|) . T) (((-560)) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((|#1|) . T) (((-560)) . T))
(((|#1|) . T))
-((((-887)) . T))
-(((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))) ((|#2| |#2|) . T) (($ $) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
+((((-888)) . T))
+(((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))) ((|#2| |#2|) . T) (($ $) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
(((|#2| |#2|) . T) ((|#6| |#6|) . T))
((((-305 |#3|)) . T))
(((|#1|) . T))
@@ -3384,85 +3384,85 @@
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
(((|#2|) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
(((|#2|) . T) ((|#6|) . T))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) . T))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(|has| |#2| (-939))
-(|has| |#1| (-939))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) . T))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+((((-888)) . T))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(|has| |#2| (-940))
+(|has| |#1| (-940))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-888)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) . T))
+((((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2191 (|has| |#2| (-815)) (|has| |#2| (-871)))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
+(-2309 (|has| |#2| (-817)) (|has| |#2| (-872)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
(((|#1|) . T))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
-((((-1208)) . T) ((|#1|) . T))
-((((-887)) . T))
+((((-1209)) . T) ((|#1|) . T))
+((((-888)) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-560)) . T) (($) . T) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))))
+(((|#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))))
(((#0=(-421 (-560)) #0#) . T))
((((-421 (-560))) . T))
(((|#1|) |has| |#1| (-175)))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080)))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081)))
(((|#1|) . T))
(((|#1|) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
(((|#1|) . T))
((((-421 (-560))) . T) (((-560)) . T) (($) . T))
((((-549)) . T))
-((((-887)) . T))
-((($) -2191 (-12 (|has| |#3| (-240)) (|has| |#3| (-1080))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1080)))))
-(|has| |#1| (-871))
-((((-887)) . T))
+((((-888)) . T))
+((($) -2309 (-12 (|has| |#3| (-240)) (|has| |#3| (-1081))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1081)))))
+(|has| |#1| (-872))
+((((-888)) . T))
((((-560)) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
-((((-935 |#1|)) . T))
-((((-1208)) |has| |#2| (-927 (-1208))) (((-1113)) . T))
-((((-1279 |#2| |#3| |#4|)) . T))
+((((-936 |#1|)) . T))
+((((-1209)) |has| |#2| (-928 (-1209))) (((-1114)) . T))
+((((-1280 |#2| |#3| |#4|)) . T))
((($) . T) (((-421 (-560))) . T))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-842)))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-842)))
-((((-887)) . T))
-(|has| |#1| (-1253))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-844)))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-844)))
+((((-888)) . T))
+(|has| |#1| (-1254))
(((|#2|) . T))
((($ $) . T) ((#0=(-421 (-560)) #0#) . T))
-((((-1208)) |has| |#1| (-927 (-1208))))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-((($) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) . T))
-(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
+((((-1209)) |has| |#1| (-928 (-1209))))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+((($) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) . T))
+(((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))) ((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
((($) . T) (((-421 (-560))) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
-(((|#2|) |has| |#2| (-1080)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))))
+(((|#2|) |has| |#2| (-1081)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
-((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-571))))
+((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-571))))
(|has| |#1| (-571))
(((|#1|) |has| |#1| (-376)))
((((-560)) . T))
-((((-1208) #0=(-118 |#1|)) |has| #0# (-528 (-1208) #0#)) ((#0# #0#) |has| #0# (-321 #0#)))
-(|has| |#1| (-813))
-(|has| |#1| (-813))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))))
-(((|#2|) . T) (((-560)) |has| |#2| (-1069 (-560))) (((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))))
-((((-1113)) . T) ((|#2|) . T) (((-560)) |has| |#2| (-1069 (-560))) (((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))))
+((((-1209) #0=(-118 |#1|)) |has| #0# (-528 (-1209) #0#)) ((#0# #0#) |has| #0# (-321 #0#)))
+(|has| |#1| (-814))
+(|has| |#1| (-814))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))))
+(((|#2|) . T) (((-560)) |has| |#2| (-1070 (-560))) (((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))))
+((((-1114)) . T) ((|#2|) . T) (((-560)) |has| |#2| (-1070 (-560))) (((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))))
(((|#1|) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T) (((-560)) . T) (($) . T))
@@ -3470,33 +3470,33 @@
(((|#1|) . T))
(((|#1| |#2|) . T))
((($) . T))
-((((-887)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+((((-888)) . T))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((($) |has| |#1| (-381)))
((($) |has| |#1| (-381)))
((($) |has| |#1| (-381)))
-(|has| |#2| (-842))
-(|has| |#2| (-842))
-((((-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-660 (-560)))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2|) |has| |#1| (-376)) (($) . T) ((|#1|) . T))
-((($ (-1208)) |has| |#1| (-927 (-1208))))
-(((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-((($) -2191 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))))
-(((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-560)) |has| |#1| (-911 (-560))) (((-391)) |has| |#1| (-911 (-391))))
-(((|#1|) . T))
-((((-893 |#1|)) . T))
-((((-893 |#1|)) . T))
+(|has| |#2| (-844))
+(|has| |#2| (-844))
+((((-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-660 (-560)))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2|) |has| |#1| (-376)) (($) . T) ((|#1|) . T))
+((($ (-1209)) |has| |#1| (-928 (-1209))))
+(((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+((($) -2309 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))))
+(((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-560)) |has| |#1| (-912 (-560))) (((-391)) |has| |#1| (-912 (-391))))
+(((|#1|) . T))
+((((-894 |#1|)) . T))
+((((-894 |#1|)) . T))
((((-421 (-560))) . T) (((-721)) . T) (($) . T))
(((|#1|) |has| |#1| (-175)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-175)))
(|has| |#1| (-376))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-939)))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-940)))
(|has| |#1| (-376))
-(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-(((|#2|) -2191 (|has| |#2| (-6 (-4511 "*"))) (|has| |#2| (-175))))
+(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+(((|#2|) -2309 (|has| |#2| (-6 (-4512 "*"))) (|has| |#2| (-175))))
(((|#2|) . T))
(|has| |#1| (-376))
(((|#2|) . T))
@@ -3504,455 +3504,455 @@
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-888 |#1|)) . T))
+((((-889 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#2| (-793)) . T))
-((((-1208)) . T))
-((((-893 |#1|)) . T))
-(-2191 (|has| |#3| (-21)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1080)))
-(-2191 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-815)) (|has| |#3| (-1080)))
-((((-887)) . T))
+((((-1209)) . T))
+((((-894 |#1|)) . T))
+(-2309 (|has| |#3| (-21)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1081)))
+(-2309 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-817)) (|has| |#3| (-1081)))
+((((-888)) . T))
(((|#1|) . T))
-(-2191 (|has| |#2| (-815)) (|has| |#2| (-871)))
-(-2191 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) (-12 (|has| |#1| (-871)) (|has| |#2| (-871))))
-((((-893 |#1|)) . T))
+(-2309 (|has| |#2| (-817)) (|has| |#2| (-872)))
+(-2309 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) (-12 (|has| |#1| (-872)) (|has| |#2| (-872))))
+((((-894 |#1|)) . T))
(((|#1|) . T))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-381))
((($ $) . T) (((-630 $) $) . T))
((($) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-560)) . T))
(((|#2|) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-376)))
((($) . T) (((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T) ((|#2|) . T) (((-421 (-560))) . T) (((-560)) |has| |#2| (-660 (-560))))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-887)) . T))
-(|has| |#2| (-939))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) . T))
-((((-549)) |has| |#2| (-633 (-549))) (((-915 (-391))) |has| |#2| (-633 (-915 (-391)))) (((-915 (-560))) |has| |#2| (-633 (-915 (-560)))))
-((((-887)) . T))
-((((-887)) . T))
-(|has| |#1| (-871))
-(((|#3|) |has| |#3| (-1080)) (((-560)) -12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))))
-((((-1156 |#1| |#2|)) . T) (((-975 |#1|)) |has| |#2| (-633 (-1208))) (((-887)) . T))
-((((-975 |#1|)) |has| |#2| (-633 (-1208))) (((-1190)) -12 (|has| |#1| (-1069 (-560))) (|has| |#2| (-633 (-1208)))) (((-915 (-560))) -12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))) (((-915 (-391))) -12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) (((-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#2| (-633 (-549)))))
-((((-1202 |#1|)) . T) (((-887)) . T))
-((((-887)) . T))
-((((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))) (((-560)) |has| |#2| (-1069 (-560))) ((|#2|) . T) (((-888 |#1|)) . T))
-((((-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (((-1113)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-888)) . T))
+(|has| |#2| (-940))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) . T))
+((((-549)) |has| |#2| (-633 (-549))) (((-916 (-391))) |has| |#2| (-633 (-916 (-391)))) (((-916 (-560))) |has| |#2| (-633 (-916 (-560)))))
+((((-888)) . T))
+((((-888)) . T))
+(|has| |#1| (-872))
+(((|#3|) |has| |#3| (-1081)) (((-560)) -12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))))
+((((-1157 |#1| |#2|)) . T) (((-976 |#1|)) |has| |#2| (-633 (-1209))) (((-888)) . T))
+((((-976 |#1|)) |has| |#2| (-633 (-1209))) (((-1191)) -12 (|has| |#1| (-1070 (-560))) (|has| |#2| (-633 (-1209)))) (((-916 (-560))) -12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))) (((-916 (-391))) -12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) (((-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#2| (-633 (-549)))))
+((((-1203 |#1|)) . T) (((-888)) . T))
+((((-888)) . T))
+((((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))) (((-560)) |has| |#2| (-1070 (-560))) ((|#2|) . T) (((-889 |#1|)) . T))
+((((-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (((-1114)) . T))
((((-118 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T) (((-1208)) . T))
-((((-887)) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T) (((-1209)) . T))
+((((-888)) . T))
((((-560)) . T))
(((|#1|) . T))
((($) . T))
-((((-391)) |has| |#1| (-911 (-391))) (((-560)) |has| |#1| (-911 (-560))))
+((((-391)) |has| |#1| (-912 (-391))) (((-560)) |has| |#1| (-912 (-560))))
((((-560)) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-659 |#1| |#2|) |#1|) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
((((-663 |#1|)) . T))
((($) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))))
-((($) . T) (((-560)) . T) (((-1285 |#1| |#2| |#3| |#4|)) . T) (((-421 (-560))) . T))
-((((-560)) -2191 (|has| |#1| (-21)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080))) (($) -2191 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1080))) ((|#1|) -2191 (|has| |#1| (-175)) (|has| |#1| (-1080))) (((-421 (-560))) |has| |#1| (-571)))
-((((-1213)) . T))
+((($) . T) (((-560)) . T) (((-1286 |#1| |#2| |#3| |#4|)) . T) (((-421 (-560))) . T))
+((((-560)) -2309 (|has| |#1| (-21)) (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081))) (($) -2309 (|has| |#1| (-147)) (|has| |#1| (-149)) (|has| |#1| (-175)) (|has| |#1| (-571)) (|has| |#1| (-1081))) ((|#1|) -2309 (|has| |#1| (-175)) (|has| |#1| (-1081))) (((-421 (-560))) |has| |#1| (-571)))
+((((-1214)) . T))
((((-560)) . T) (((-421 (-560))) . T))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))))
(((|#1|) . T))
-((((-1213)) . T))
-((((-1213)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
(((|#1|) |has| |#1| (-175)) (($) . T))
-((((-1213)) . T))
+((((-1214)) . T))
(((|#1|) |has| |#1| (-321 |#1|)))
((((-391)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-421 (-560))) . T) (($) . T))
((((-421 |#2|) |#3|) . T))
(((|#1|) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(((|#2| (-496 (-2305 |#1|) (-793))) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(((|#2| (-496 (-3819 |#1|) (-793))) . T))
((((-560) |#1|) . T))
-((((-1190)) . T) (((-887)) . T))
+((((-1191)) . T) (((-888)) . T))
(((|#2| |#2|) . T))
-(((|#1| (-545 (-1208))) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
+(((|#1| (-545 (-1209))) . T))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
((((-560)) . T))
(((|#2|) . T))
-((($) -2191 (-12 (|has| |#2| (-240)) (|has| |#2| (-1080))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1080)))))
+((($) -2309 (-12 (|has| |#2| (-240)) (|has| |#2| (-1081))) (-12 (|has| |#2| (-239)) (|has| |#2| (-1081)))))
(((|#2|) . T))
-((((-1208)) |has| |#1| (-927 (-1208))) (((-1113)) . T))
+((((-1209)) |has| |#1| (-928 (-1209))) (((-1114)) . T))
(((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
(|has| |#1| (-571))
-(((#0=(-1279 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))) (((-560)) . T) (($) . T))
+(((#0=(-1280 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))) (((-560)) . T) (($) . T))
((($) . T) (((-421 (-560))) . T))
((($) . T))
((($) . T))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
(((|#1|) . T))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-887)) . T))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-888)) . T))
((((-146)) . T))
(((|#1|) . T) (((-421 (-560))) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
-(|has| |#1| (-1183))
-((($ (-1208)) -2191 (|has| (-421 |#2|) (-927 (-1208))) (|has| (-421 |#2|) (-929 (-1208)))))
+(|has| |#1| (-1184))
+((($ (-1209)) -2309 (|has| (-421 |#2|) (-928 (-1209))) (|has| (-421 |#2|) (-930 (-1209)))))
(((|#1|) . T))
-(((|#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|))) . T))
+(((|#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|))) . T))
((((-421 $) (-421 $)) |has| |#1| (-571)) (($ $) . T) ((|#1| |#1|) . T))
-(((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-((((-887)) . T))
-((((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-560)) |has| |#1| (-1069 (-560))) ((|#1|) . T) ((|#2|) . T))
-((((-1113)) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))))
-((((-391)) -12 (|has| |#1| (-911 (-391))) (|has| |#2| (-911 (-391)))) (((-560)) -12 (|has| |#1| (-911 (-560))) (|has| |#2| (-911 (-560)))))
-((((-1285 |#1| |#2| |#3| |#4|)) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+((((-888)) . T))
+((((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-560)) |has| |#1| (-1070 (-560))) ((|#1|) . T) ((|#2|) . T))
+((((-1114)) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))))
+((((-391)) -12 (|has| |#1| (-912 (-391))) (|has| |#2| (-912 (-391)))) (((-560)) -12 (|has| |#1| (-912 (-560))) (|has| |#2| (-912 (-560)))))
+((((-1286 |#1| |#2| |#3| |#4|)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T))
((((-560) |#1|) . T))
(((|#1| |#1|) . T))
((($) . T) ((|#2|) . T))
(((|#1|) |has| |#1| (-175)) (($) . T))
((($) . T))
((((-721)) . T))
-((((-802 |#1| (-888 |#2|))) . T))
+((((-802 |#1| (-889 |#2|))) . T))
((((-560)) . T) (($) . T))
((($) . T))
(((|#1|) . T) (((-421 (-560))) |has| |#1| (-376)))
((((-421 (-560))) . T) (($) . T))
-(|has| |#1| (-1132))
-(|has| |#1| (-1132))
+(|has| |#1| (-1133))
+(|has| |#1| (-1133))
(|has| |#2| (-376))
-(((|#1|) . T) (($) -2191 (|has| |#1| (-302)) (|has| |#1| (-376))) (((-421 (-560))) |has| |#1| (-376)))
+(((|#1|) . T) (($) -2309 (|has| |#1| (-302)) (|has| |#1| (-376))) (((-421 (-560))) |has| |#1| (-376)))
(|has| |#1| (-376))
(|has| |#1| (-376))
-((($) -2191 (|has| |#2| (-240)) (|has| |#2| (-239))))
+((($) -2309 (|has| |#2| (-240)) (|has| |#2| (-239))))
((((-560)) . T))
(|has| |#1| (-38 (-421 (-560))))
-(|has| |#1| (-1132))
-((($ (-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))))
-((((-1208)) -12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))))
-((((-1208)) -12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))))
+(|has| |#1| (-1133))
+((($ (-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))))
+((((-1209)) -12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))))
+((((-1209)) -12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))))
(((|#1|) . T))
(|has| |#1| (-240))
-(((|#2| (-246 (-2305 |#1|) (-793))) . T))
+(((|#2| (-246 (-3819 |#1|) (-793))) . T))
(((|#1| (-545 |#3|)) . T))
(|has| |#1| (-381))
(|has| |#1| (-381))
(|has| |#1| (-381))
(((|#1|) . T) (($) . T))
(((|#1| (-545 |#2|)) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
(((|#1| (-793)) . T))
(|has| |#1| (-571))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1080)))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-1081)))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
(-12 (|has| |#1| (-21)) (|has| |#2| (-21)))
-((((-887)) . T))
+((((-888)) . T))
((((-560)) . T) (((-421 (-560))) . T) (($) . T))
-(-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815))))
-(-2191 (|has| |#3| (-21)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-815)) (|has| |#3| (-1080)))
-(|has| |#2| (-1080))
+(-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817))))
+(-2309 (|has| |#3| (-21)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-817)) (|has| |#3| (-1081)))
+(|has| |#2| (-1081))
(((|#1|) |has| |#1| (-175)))
-(((|#4|) |has| |#4| (-1080)))
-(((|#3|) |has| |#3| (-1080)))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-842)))
-(-12 (|has| |#1| (-376)) (|has| |#2| (-842)))
-((((-560)) . T) (((-421 (-560))) -2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ((|#2|) . T) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) (((-888 |#1|)) . T))
-((((-1156 |#1| |#2|)) . T) (((-560)) . T) ((|#3|) . T) (($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ((|#2|) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+(((|#4|) |has| |#4| (-1081)))
+(((|#3|) |has| |#3| (-1081)))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-844)))
+(-12 (|has| |#1| (-376)) (|has| |#2| (-844)))
+((((-560)) . T) (((-421 (-560))) -2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ((|#2|) . T) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) (((-889 |#1|)) . T))
+((((-1157 |#1| |#2|)) . T) (((-560)) . T) ((|#3|) . T) (($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ((|#2|) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
(((|#1|) . T) (((-421 (-560))) . T) (($) . T) (((-560)) . T))
-((((-1213)) . T))
+((((-1214)) . T))
((((-694 |#1|)) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (($) . T))
((($ $) . T) ((#0=(-421 (-560)) #0#) . T))
-((((-887)) . T))
-((((-663 $)) . T) (((-1190)) . T) (((-1208)) . T) (((-560)) . T) (((-229)) . T) (((-887)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
+((((-888)) . T))
+((((-663 $)) . T) (((-1191)) . T) (((-1209)) . T) (((-560)) . T) (((-229)) . T) (((-888)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
((($) . T) (((-421 (-560))) . T))
(((|#1|) . T))
-(((|#4|) |has| |#4| (-1132)) (((-560)) -12 (|has| |#4| (-1069 (-560))) (|has| |#4| (-1132))) (((-421 (-560))) -12 (|has| |#4| (-1069 (-421 (-560)))) (|has| |#4| (-1132))))
-(((|#3|) |has| |#3| (-1132)) (((-560)) -12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) (((-421 (-560))) -12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))))
+(((|#4|) |has| |#4| (-1133)) (((-560)) -12 (|has| |#4| (-1070 (-560))) (|has| |#4| (-1133))) (((-421 (-560))) -12 (|has| |#4| (-1070 (-421 (-560)))) (|has| |#4| (-1133))))
+(((|#3|) |has| |#3| (-1133)) (((-560)) -12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) (((-421 (-560))) -12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))))
(|has| |#2| (-376))
-(((|#2|) |has| |#2| (-1080)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))))
-(-2191 (|has| |#1| (-381)) (|has| |#1| (-871)))
+(((|#2|) |has| |#2| (-1081)) (((-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))))
+(-2309 (|has| |#1| (-381)) (|has| |#1| (-872)))
(((|#1|) . T))
-(((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))) ((|#2| |#2|) . T) (($ $) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
+(((#0=(-421 (-560)) #0#) |has| |#2| (-38 (-421 (-560)))) ((|#2| |#2|) . T) (($ $) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1| |#1|) . T) ((#0=(-421 (-560)) #0#) |has| |#1| (-38 (-421 (-560)))))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-421 (-560)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-421 (-560)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-421 (-560)) #0#) . T))
-((((-1208)) |has| |#1| (-1080)))
+((((-1209)) |has| |#1| (-1081)))
(|has| |#2| (-376))
(((|#2| |#2|) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (($) -2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) . T) (($) . T) (((-421 (-560))) . T))
(((|#2|) . T))
-((((-887)) |has| |#1| (-1132)))
+((((-888)) |has| |#1| (-1133)))
((($) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#2| (-842))
-(|has| |#2| (-842))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(|has| |#2| (-844))
+(|has| |#2| (-844))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(|has| |#1| (-376))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
(|has| |#1| (-376))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
(|has| |#1| (-376))
(((|#1|) |has| |#2| (-432 |#1|)))
(((|#1|) |has| |#2| (-432 |#1|)))
-((((-1190)) . T))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-663 |#1|)) . T) (((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
+((((-1191)) . T))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-663 |#1|)) . T) (((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
((((-663 |#1|)) . T))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1249)) . T) (((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) |has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1250)) . T) (((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) |has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
((((-560) |#1|) . T))
((((-560) |#1|) . T))
((((-560) |#1|) . T))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
((((-560) |#1|) . T))
(((|#1|) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
-((((-1208)) |has| |#1| (-927 (-1208))) (((-840 (-1208))) . T))
-(-2191 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-815)) (|has| |#3| (-1080)))
-((((-841 |#1|)) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#1|) |has| |#1| (-175)))
+((((-1209)) |has| |#1| (-928 (-1209))) (((-842 (-1209))) . T))
+(-2309 (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-133)) (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-817)) (|has| |#3| (-1081)))
+((((-843 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-887)) . T))
-(|has| |#3| (-1080))
+((((-888)) . T))
+(|has| |#3| (-1081))
(((|#1| |#2|) . T))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
(|has| |#1| (-38 (-421 (-560))))
-((((-887)) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-888)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)) (((-421 (-560))) |has| |#1| (-571)))
(((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
(|has| |#1| (-376))
-(-2191 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))))
+(-2309 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))))
(|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))
(|has| |#1| (-376))
(((|#1|) . T))
-(((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1| |#1|) . T))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
+(((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1| |#1|) . T))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
((((-326 |#1|)) . T))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
-(((#0=(-721) (-1202 #0#)) . T))
-((((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1|) . T))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
+(((#0=(-721) (-1203 #0#)) . T))
+((((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((|#1|) . T))
(((|#1|) . T) (($) . T) (((-560)) . T) (((-421 (-560))) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(|has| |#1| (-870))
-(((|#2|) . T) (((-1208)) -12 (|has| |#1| (-376)) (|has| |#2| (-1069 (-1208)))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) ((|#1|) |has| |#1| (-175)))
-(((|#2|) . T) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) -2191 (|has| |#1| (-376)) (|has| |#1| (-571))))
-((($ $) . T) ((#0=(-888 |#1|) $) . T) ((#0# |#2|) . T))
-((((-1156 |#1| (-1208))) . T) (((-840 (-1208))) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1069 (-560))) (((-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) (((-1208)) . T))
+(|has| |#1| (-871))
+(((|#2|) . T) (((-1209)) -12 (|has| |#1| (-376)) (|has| |#2| (-1070 (-1209)))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))) (((-560)) . T) ((|#1|) |has| |#1| (-175)))
+(((|#2|) . T) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) (((-560)) . T) (($) -2309 (|has| |#1| (-376)) (|has| |#1| (-571))))
+((($ $) . T) ((#0=(-889 |#1|) $) . T) ((#0# |#2|) . T))
+((((-1157 |#1| (-1209))) . T) (((-842 (-1209))) . T) ((|#1|) . T) (((-560)) |has| |#1| (-1070 (-560))) (((-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) (((-1209)) . T))
((($) . T))
(((|#2| |#1|) . T) ((|#2| $) . T) (($ $) . T))
-(((#0=(-1113) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((($ $) . T) ((#0=(-1208) $) |has| |#1| (-240)) ((#0# |#1|) |has| |#1| (-240)) ((#1=(-1119 (-1208)) |#1|) . T) ((#1# $) . T))
+(((#0=(-1114) |#1|) . T) ((#0# $) . T) (($ $) . T))
+((($ $) . T) ((#0=(-1209) $) |has| |#1| (-240)) ((#0# |#1|) |has| |#1| (-240)) ((#1=(-1120 (-1209)) |#1|) . T) ((#1# $) . T))
((($) . T) ((|#2|) . T))
((($) . T) (((-560)) |has| |#2| (-660 (-560))) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))))
-(|has| |#2| (-939))
-((($) . T) ((#0=(-1279 |#2| |#3| |#4|)) |has| #0# (-175)) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
+(|has| |#2| (-940))
+((($) . T) ((#0=(-1280 |#2| |#3| |#4|)) |has| #0# (-175)) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
(((|#1|) |has| |#1| (-175)))
(((|#1|) . T))
((((-560) |#1|) . T))
(((|#1|) . T))
-((((-1213)) . T))
-(((#0=(-1285 |#1| |#2| |#3| |#4|)) |has| #0# (-321 #0#)))
+((((-1214)) . T))
+(((#0=(-1286 |#1| |#2| |#3| |#4|)) |has| #0# (-321 #0#)))
((($) . T))
(((|#1|) . T))
-((($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2| |#2|) |has| |#1| (-376)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+((($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2| |#2|) |has| |#1| (-376)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) ((#0=(-421 (-560)) #0#) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
(|has| |#2| (-240))
(|has| $ (-149))
-((((-887)) . T))
-((($) . T) (((-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
-((((-887)) . T))
-(|has| |#1| (-870))
+((((-888)) . T))
+((($) . T) (((-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-363))) ((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
+((((-888)) . T))
+(|has| |#1| (-871))
((((-130)) . T))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))))
((((-421 (-560))) . T) (((-721)) . T) (($) . T) (((-560)) . T))
(((|#1|) . T))
((((-130)) . T))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))))
-((((-887)) . T))
-(-12 (|has| |#1| (-319)) (|has| |#1| (-939)))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))))
+((((-888)) . T))
+(-12 (|has| |#1| (-319)) (|has| |#1| (-940)))
(((|#2| (-694 |#1|)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
((((-421 |#2|) |#3|) . T))
-((((-887)) |has| |#1| (-1132)))
+((((-888)) |has| |#1| (-1133)))
(((|#4|) . T))
(|has| |#1| (-571))
-((((-1208)) -2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))))
-((($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2|) |has| |#1| (-376)) ((|#1|) . T))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-(((|#1|) . T) (($) -2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
-(-2191 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))))
-(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))))
-(((|#1|) . T))
-(((|#1| (-545 (-840 (-1208)))) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-((((-560)) . T) ((|#2|) . T) (($) . T) (((-421 (-560))) . T) (((-1208)) |has| |#2| (-1069 (-1208))))
-(((|#1|) . T))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
-(((|#1|) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
-(-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815))))
-((((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)))
-((($) . T) (((-893 |#1|)) . T) (((-421 (-560))) . T))
-((((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-1209)) -2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))))
+((($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))) ((|#2|) |has| |#1| (-376)) ((|#1|) . T))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+(((|#1|) . T) (($) -2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-571))) (((-421 (-560))) -2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-376))))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
+(-2309 (|has| |#2| (-175)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))))
+(((|#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))))
+(((|#1|) . T))
+(((|#1| (-545 (-842 (-1209)))) . T))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+((((-560)) . T) ((|#2|) . T) (($) . T) (((-421 (-560))) . T) (((-1209)) |has| |#2| (-1070 (-1209))))
+(((|#1|) . T))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
+(((|#1|) . T))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
+(-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817))))
+((((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((($) . T) (((-894 |#1|)) . T) (((-421 (-560))) . T))
+((((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)))
(|has| |#1| (-571))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-421 |#2|)) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
(((|#1|) . T))
(((|#2| |#2|) . T) ((#0=(-421 (-560)) #0#) . T) (($ $) . T))
(((|#2|) . T) (((-421 (-560))) . T) (($) . T))
((((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-595 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-421 (-560))) . T) (($) . T))
((((-560) |#1|) . T))
((($) . T))
((($) . T))
-((((-887)) . T))
-((((-549)) |has| |#2| (-633 (-549))) (((-915 (-391))) |has| |#2| (-633 (-915 (-391)))) (((-915 (-560))) |has| |#2| (-633 (-915 (-560)))))
-((((-887)) . T))
-((((-887)) . T))
-((((-915 (-560))) -12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#3| (-633 (-915 (-560))))) (((-915 (-391))) -12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#3| (-633 (-915 (-391))))) (((-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-(-2191 (|has| |#1| (-240)) (|has| |#1| (-239)))
-(((|#1|) . T) (((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T))
+((((-888)) . T))
+((((-549)) |has| |#2| (-633 (-549))) (((-916 (-391))) |has| |#2| (-633 (-916 (-391)))) (((-916 (-560))) |has| |#2| (-633 (-916 (-560)))))
+((((-888)) . T))
+((((-888)) . T))
+((((-916 (-560))) -12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#3| (-633 (-916 (-560))))) (((-916 (-391))) -12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#3| (-633 (-916 (-391))))) (((-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+(-2309 (|has| |#1| (-240)) (|has| |#1| (-239)))
+(((|#1|) . T) (((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T))
((((-115)) . T) ((|#1|) . T) (((-560)) . T))
((($) . T) (((-560)) . T) (((-118 |#1|)) . T) (((-421 (-560))) . T))
((((-657 |#2|)) . T))
-(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|))) . T))
-((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))))
+(((|#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|))) . T))
+((((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) |has| |#2| (-175)) (($) -2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))))
(((|#2|) . T) ((|#6|) . T))
((($) . T) (((-421 (-560))) |has| |#2| (-38 (-421 (-560)))) ((|#2|) . T) (((-560)) |has| |#2| (-660 (-560))))
((($) . T) (((-560)) . T))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-((((-1134)) . T))
-((((-887)) . T))
-((((-1213)) . T) (((-887)) . T))
-((((-1213)) . T) (((-887)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((($) -2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+((((-1135)) . T))
+((((-888)) . T))
+((((-1214)) . T) (((-888)) . T))
+((((-1214)) . T) (((-888)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((($) -2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
((($) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
((($) . T) (((-560)) . T))
-((($) -2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(|has| |#2| (-939))
+((($) -2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940))) ((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
+(|has| |#2| (-940))
(((|#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) . T))
-((((-887)) . T))
+((((-888)) . T))
(((|#1|) . T))
-((($ $) . T) (((-1208) $) . T))
-((((-1288 |#1| |#2| |#3|)) . T))
-((((-1288 |#1| |#2| |#3|)) |has| |#1| (-376)))
-(|has| |#1| (-939))
-((((-1288 |#1| |#2| |#3|)) . T) (((-1258 |#1| |#2| |#3|)) . T))
+((($ $) . T) (((-1209) $) . T))
+((((-1289 |#1| |#2| |#3|)) . T))
+((((-1289 |#1| |#2| |#3|)) |has| |#1| (-376)))
+(|has| |#1| (-940))
+((((-1289 |#1| |#2| |#3|)) . T) (((-1259 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
-((((-1208)) . T) (((-887)) . T))
+((((-1209)) . T) (((-888)) . T))
(((|#1|) . T))
(((|#1| |#1|) |has| |#1| (-175)))
((((-721)) . T))
((((-721)) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-((((-1213)) . T))
-(-2191 (|has| |#2| (-815)) (|has| |#2| (-871)))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+((((-1214)) . T))
+(-2309 (|has| |#2| (-817)) (|has| |#2| (-872)))
(((|#1|) |has| |#1| (-175)))
-((((-1213)) . T))
+((((-1214)) . T))
(((|#1| |#1|) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-421 (-560))) . T))
(((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)) (((-421 (-560))) |has| |#1| (-571)))
-((((-1213)) . T))
-((((-1285 |#1| |#2| |#3| |#4|)) . T) (((-421 (-560))) . T) (($) . T))
+((((-1214)) . T))
+((((-1286 |#1| |#2| |#3| |#4|)) . T) (((-421 (-560))) . T) (($) . T))
(((|#1|) |has| |#1| (-175)) (((-421 (-560))) |has| |#1| (-571)) (($) |has| |#1| (-571)))
((((-421 (-560))) . T) (($) . T))
(((|#1| (-560)) . T))
(((|#1|) . T))
((((-421 (-560))) . T) (((-560)) . T) (($) . T))
-((($ (-1208)) -2191 (|has| |#1| (-927 (-1208))) (|has| |#1| (-929 (-1208)))) (($ (-1113)) . T))
+((($ (-1209)) -2309 (|has| |#1| (-928 (-1209))) (|has| |#1| (-930 (-1209)))) (($ (-1114)) . T))
(((|#1|) |has| |#1| (-175)))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-((((-1213)) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
-((((-1213)) . T))
-((((-1213)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+((((-1214)) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
+((((-1214)) . T))
+((((-1214)) . T))
(|has| |#1| (-376))
(|has| |#1| (-376))
-(-2191 (|has| |#1| (-175)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-175)) (|has| |#1| (-571)))
(((|#1| (-560)) . T))
(((|#1| (-421 (-560))) . T))
(((|#1| (-793)) . T))
@@ -3960,44 +3960,44 @@
(((|#1| (-545 |#2|) |#2|) . T))
((((-560) |#1|) . T))
((((-560) |#1|) . T))
-(-2191 (|has| |#1| (-102)) (|has| |#1| (-1132)))
-(-2191 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-239)))
+(-2309 (|has| |#1| (-102)) (|has| |#1| (-1133)))
+(-2309 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-239)))
((((-560) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-915 (-391))) . T) (((-915 (-560))) . T) (((-1208)) . T) (((-549)) . T))
-(-2191 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-815)) (|has| |#2| (-1080)))
-(-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815))))
-((((-887)) . T))
+((((-916 (-391))) . T) (((-916 (-560))) . T) (((-1209)) . T) (((-549)) . T))
+(-2309 (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-133)) (|has| |#2| (-175)) (|has| |#2| (-376)) (|has| |#2| (-817)) (|has| |#2| (-1081)))
+(-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817))))
+((((-888)) . T))
((((-560)) . T))
((((-560)) . T))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-((((-1208)) -12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))))
-(|has| |#2| (-1080))
-(-2191 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748))))
+((((-1209)) -12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))))
+(|has| |#2| (-1081))
+(-2309 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748))))
(|has| |#1| (-147))
(|has| |#1| (-149))
(|has| |#1| (-376))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((($) . T) ((#0=(-1279 |#2| |#3| |#4|)) |has| #0# (-175)) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
+((($) . T) ((#0=(-1280 |#2| |#3| |#4|)) |has| #0# (-175)) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
(|has| |#1| (-240))
((($) . T) (((-560)) . T) (((-421 (-560))) . T))
((($) . T) (((-560)) . T))
((($) . T) (((-560)) . T))
-((($) . T) ((#0=(-1279 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
-((((-887)) . T))
-(((|#1| (-793) (-1113)) . T))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
-((((-1265 (-560)) $) . T) (((-560) |#1|) . T))
+((($) . T) ((#0=(-1280 |#2| |#3| |#4|)) . T) (((-421 (-560))) |has| #0# (-38 (-421 (-560)))))
+((((-888)) . T))
+(((|#1| (-793) (-1114)) . T))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
+((((-1266 (-560)) $) . T) (((-560) |#1|) . T))
((((-118 |#1|)) . T))
((((-118 |#1|)) . T))
-(((|#2|) |has| |#2| (-1080)))
+(((|#2|) |has| |#2| (-1081)))
((((-421 (-560))) . T) (($) . T))
((((-421 (-560))) . T) (((-560)) . T))
(((|#2|) . T))
@@ -4005,44 +4005,44 @@
((((-560)) . T))
((((-560)) . T))
((((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) |has| |#1| (-175)) (($) |has| |#1| (-571)))
-((((-1190) (-1208) (-560) (-229) (-887)) . T))
+((((-1191) (-1209) (-560) (-229) (-888)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
((((-560)) . T) ((|#2|) |has| |#2| (-175)))
((((-115)) . T) ((|#1|) . T) (((-560)) . T))
-(-2191 (|has| |#1| (-363)) (|has| |#1| (-381)))
+(-2309 (|has| |#1| (-363)) (|has| |#1| (-381)))
(((|#1| |#2|) . T))
((((-229)) . T))
((((-421 (-560))) . T) (($) . T) (((-560)) . T))
-((((-887)) . T))
+((((-888)) . T))
((($) . T) ((|#1|) . T))
((($) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((|#1|) . T) (((-560)) |has| |#1| (-660 (-560))))
((($) . T) (((-560)) |has| |#1| (-660 (-560))) ((|#1|) . T) (((-421 (-560))) |has| |#1| (-38 (-421 (-560)))))
-(((|#2|) |has| |#2| (-1132)) (((-560)) -12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (((-421 (-560))) -12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))))
-(-2191 (|has| |#2| (-240)) (|has| |#2| (-239)))
+(((|#2|) |has| |#2| (-1133)) (((-560)) -12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (((-421 (-560))) -12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))))
+(-2309 (|has| |#2| (-240)) (|has| |#2| (-239)))
(((|#1|) . T))
(((|#1|) . T))
((((-549)) |has| |#1| (-633 (-549))))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-871)) (|has| |#1| (-1132))))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-872)) (|has| |#1| (-1133))))
((((-560) $) . T) (((-663 (-560)) $) . T))
((($) . T) (((-421 (-560))) . T))
-(|has| |#1| (-939))
-(|has| |#1| (-939))
-((((-229)) -12 (|has| |#1| (-376)) (|has| |#2| (-1051))) (((-391)) -12 (|has| |#1| (-376)) (|has| |#2| (-1051))) (((-915 (-391))) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-915 (-391))))) (((-915 (-560))) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-915 (-560))))) (((-549)) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-549)))))
-((((-887)) . T))
-((((-887)) . T))
+(|has| |#1| (-940))
+(|has| |#1| (-940))
+((((-229)) -12 (|has| |#1| (-376)) (|has| |#2| (-1052))) (((-391)) -12 (|has| |#1| (-376)) (|has| |#2| (-1052))) (((-916 (-391))) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-916 (-391))))) (((-916 (-560))) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-916 (-560))))) (((-549)) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-549)))))
+((((-888)) . T))
+((((-888)) . T))
(((|#2| |#2|) . T))
(((|#1| |#1|) |has| |#1| (-175)))
(((|#1|) . T) (((-560)) . T))
-((((-1213)) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-571)))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-870)))
+((((-1214)) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-571)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-871)))
(((|#2|) . T))
-(-2191 (|has| |#1| (-21)) (|has| |#1| (-870)))
+(-2309 (|has| |#1| (-21)) (|has| |#1| (-871)))
(((|#1|) |has| |#1| (-175)))
(((|#1|) . T))
(((|#1|) . T))
-((((-887)) -2191 (-12 (|has| |#1| (-632 (-887))) (|has| |#2| (-632 (-887)))) (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132)))))
+((((-888)) -2309 (-12 (|has| |#1| (-632 (-888))) (|has| |#2| (-632 (-888)))) (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133)))))
((((-421 |#2|) |#3|) . T))
((((-421 (-560))) . T) (($) . T))
(|has| |#1| (-38 (-421 (-560))))
@@ -4051,138 +4051,138 @@
((($) . T) (((-560)) . T))
(|has| (-421 |#2|) (-149))
(|has| (-421 |#2|) (-147))
-(-2191 (|has| |#3| (-815)) (|has| |#3| (-871)))
+(-2309 (|has| |#3| (-817)) (|has| |#3| (-872)))
((($) . T))
((((-721)) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((#0=(-560) #0#) . T))
((($) . T) (((-421 (-560))) . T))
-(|has| |#4| (-1080))
-(|has| |#3| (-1080))
-((((-887)) . T) (((-1213)) . T))
-(|has| |#4| (-815))
-(|has| |#4| (-815))
-(|has| |#3| (-815))
-(|has| |#3| (-815))
-((((-1213)) . T))
+(|has| |#4| (-1081))
+(|has| |#3| (-1081))
+((((-888)) . T) (((-1214)) . T))
+(|has| |#4| (-817))
+(|has| |#4| (-817))
+(|has| |#3| (-817))
+(|has| |#3| (-817))
+((((-1214)) . T))
((((-560)) . T))
(((|#2|) . T))
-((((-1208)) -2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))))
-((((-1208)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))))
+((((-1209)) -2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))))
+((((-1209)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))))
(((|#1| |#1|) . T) (($ $) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T))
-((((-888 |#1|)) . T))
+((((-889 |#1|)) . T))
(((|#1|) . T))
-((((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)))
-((((-1171 |#1| |#2|)) . T))
-((((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)))
-(((|#2|) . T) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) . T))
+((((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-1172 |#1| |#2|)) . T))
+((((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)))
+(((|#2|) . T) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) . T))
((($) . T))
-(|has| |#1| (-1051))
-(((|#2|) . T) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+(|has| |#1| (-1052))
+(((|#2|) . T) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
((($) . T))
-((((-887)) . T))
-((((-549)) |has| |#2| (-633 (-549))) (((-915 (-560))) |has| |#2| (-633 (-915 (-560)))) (((-915 (-391))) |has| |#2| (-633 (-915 (-391)))) (((-391)) . #0=(|has| |#2| (-1051))) (((-229)) . #0#))
+((((-888)) . T))
+((((-549)) |has| |#2| (-633 (-549))) (((-916 (-560))) |has| |#2| (-633 (-916 (-560)))) (((-916 (-391))) |has| |#2| (-633 (-916 (-391)))) (((-391)) . #0=(|has| |#2| (-1052))) (((-229)) . #0#))
((((-305 |#3|)) . T))
-((((-1208) (-51)) . T))
+((((-1209) (-51)) . T))
(((|#1|) . T))
(|has| |#1| (-38 (-421 (-560))))
(|has| |#1| (-38 (-421 (-560))))
-((((-1208)) -2191 (|has| |#2| (-927 (-1208))) (|has| |#2| (-929 (-1208)))))
-((((-887)) . T))
+((((-1209)) -2309 (|has| |#2| (-928 (-1209))) (|has| |#2| (-930 (-1209)))))
+((((-888)) . T))
(((|#2|) . T))
-((((-887)) . T))
+((((-888)) . T))
((((-421 (-560)) |#1|) . T) (($ $) . T))
((((-421 |#2|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
((((-421 (-560))) . T) (((-721)) . T) (($) . T))
-((((-1206 |#1| |#2| |#3|)) . T))
-((((-1206 |#1| |#2| |#3|)) . T) (((-1199 |#1| |#2| |#3|)) . T))
-((((-887)) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-1207 |#1| |#2| |#3|)) . T))
+((((-1207 |#1| |#2| |#3|)) . T) (((-1200 |#1| |#2| |#3|)) . T))
+((((-888)) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
((((-560) |#1|) . T))
-((((-1206 |#1| |#2| |#3|)) |has| |#1| (-376)))
+((((-1207 |#1| |#2| |#3|)) |has| |#1| (-376)))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(((|#2|) . T))
(|has| |#2| (-376))
-(((|#3|) . T) ((|#2|) . T) ((|#4|) -2191 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-1080))) (($) |has| |#4| (-1080)) (((-560)) -12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1080))))
-(((|#2|) . T) ((|#3|) -2191 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1080))) (($) |has| |#3| (-1080)) (((-560)) -12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))))
+(((|#3|) . T) ((|#2|) . T) ((|#4|) -2309 (|has| |#4| (-175)) (|has| |#4| (-376)) (|has| |#4| (-1081))) (($) |has| |#4| (-1081)) (((-560)) -12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1081))))
+(((|#2|) . T) ((|#3|) -2309 (|has| |#3| (-175)) (|has| |#3| (-376)) (|has| |#3| (-1081))) (($) |has| |#3| (-1081)) (((-560)) -12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))))
(((|#1|) . T))
(((|#1|) . T))
((((-118 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))) (((-560)) |has| |#2| (-1069 (-560))) ((|#2|) . T) (((-888 |#1|)) . T))
-((((-1208)) . T) ((|#1|) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
-((((-186)) . T) (((-887)) . T))
-((((-887)) . T))
+((((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))) (((-560)) |has| |#2| (-1070 (-560))) ((|#2|) . T) (((-889 |#1|)) . T))
+((((-1209)) . T) ((|#1|) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
+((((-186)) . T) (((-888)) . T))
+((((-888)) . T))
(((|#1|) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
-((((-560) |#1|) . T) (((-1265 (-560)) $) . T))
-((((-887)) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
+((((-560) |#1|) . T) (((-1266 (-560)) $) . T))
+((((-888)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#2| $) -12 (|has| |#1| (-376)) (|has| |#2| (-298 |#2| |#2|))) (($ $) . T) (((-560) |#1|) . T))
((($ $) . T) (((-421 (-560)) |#1|) . T))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-939)))
-((($ (-1208)) |has| |#1| (-1080)))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
-((((-887)) . T))
-((((-887)) . T))
-((((-887)) . T))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-466)) (|has| |#1| (-940)))
+((($ (-1209)) |has| |#1| (-1081)))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
+((((-888)) . T))
+((((-888)) . T))
+((((-888)) . T))
(((|#1| (-545 |#2|)) . T))
-((((-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) . T))
+((((-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) . T))
((((-560) (-130)) . T))
(((|#1| (-560)) . T))
(((|#1| (-421 (-560))) . T))
(((|#1| (-793)) . T))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
((((-118 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
-((((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-(-2191 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939)))
-(-2191 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-939)))
+((((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+(-2309 (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940)))
+(-2309 (|has| |#1| (-466)) (|has| |#1| (-571)) (|has| |#1| (-940)))
((($) . T))
-(((|#2| (-545 (-888 |#1|))) . T))
-((((-1213)) . T))
-((((-1213)) . T))
+(((|#2| (-545 (-889 |#1|))) . T))
+((((-1214)) . T))
+((((-1214)) . T))
((((-560) |#1|) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
(((|#2|) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-887)) . T) (((-1213)) . T))
-((((-1213)) . T))
-((((-887)) -2191 (|has| |#1| (-632 (-887))) (|has| |#1| (-1132))))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-888)) . T) (((-1214)) . T))
+((((-1214)) . T))
+((((-888)) -2309 (|has| |#1| (-632 (-888))) (|has| |#1| (-1133))))
(((|#1| |#2|) . T))
(((|#1|) . T))
-((((-1190) |#1|) . T))
+((((-1191) |#1|) . T))
((((-421 |#2|)) . T))
((((-421 |#2|)) . T))
(|has| |#1| (-571))
(|has| |#1| (-571))
-((((-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T))
+((((-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T))
(((|#2| (-793)) . T))
((($) . T) ((|#2|) . T))
((($) . T) (((-421 (-560))) . T))
@@ -4191,36 +4191,36 @@
(((|#1| |#2|) . T))
((((-560)) . T) (($) . T))
(((|#2| $) |has| |#2| (-298 |#2| |#2|)))
-(((|#1| (-663 |#1|)) |has| |#1| (-870)))
-(-2191 (|has| |#1| (-240)) (|has| |#1| (-363)))
-(-2191 (|has| |#1| (-376)) (|has| |#1| (-363)))
-((((-1295 |#1|)) . T) (((-560)) . T) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-1069 (-421 (-560)))))
-(|has| |#1| (-1132))
+(((|#1| (-663 |#1|)) |has| |#1| (-871)))
+(-2309 (|has| |#1| (-240)) (|has| |#1| (-363)))
+(-2309 (|has| |#1| (-376)) (|has| |#1| (-363)))
+((((-1296 |#1|)) . T) (((-560)) . T) ((|#2|) . T) (((-421 (-560))) |has| |#2| (-1070 (-421 (-560)))))
+(|has| |#1| (-1133))
(((|#1|) . T))
((((-421 (-560))) . T) (($) . T))
-((((-1295 |#1|)) . T) (((-560)) . T) (($) -2191 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-939))) (((-1113)) . T) ((|#2|) . T) (((-421 (-560))) -2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))))
-((((-1027 |#1|)) . T) ((|#1|) . T) (((-560)) -2191 (|has| (-1027 |#1|) (-1069 (-560))) (|has| |#1| (-1069 (-560)))) (((-421 (-560))) -2191 (|has| (-1027 |#1|) (-1069 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))))
-((((-935 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-1208)) |has| |#1| (-927 (-1208))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
-((((-935 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
+((((-1296 |#1|)) . T) (((-560)) . T) (($) -2309 (|has| |#2| (-376)) (|has| |#2| (-466)) (|has| |#2| (-571)) (|has| |#2| (-940))) (((-1114)) . T) ((|#2|) . T) (((-421 (-560))) -2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))))
+((((-1028 |#1|)) . T) ((|#1|) . T) (((-560)) -2309 (|has| (-1028 |#1|) (-1070 (-560))) (|has| |#1| (-1070 (-560)))) (((-421 (-560))) -2309 (|has| (-1028 |#1|) (-1070 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))))
+((((-936 |#1|)) . T) (((-421 (-560))) . T) (($) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-1209)) |has| |#1| (-928 (-1209))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
+((((-936 |#1|)) . T) (($) . T) (((-421 (-560))) . T))
((($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))))
+(((|#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))))
(((|#1| (-616 |#1| |#3|) (-616 |#1| |#2|)) . T))
(((|#1|) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1|) . T) (((-421 (-560))) . T) (((-560)) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((#0=(-1171 |#1| |#2|) #0#) |has| (-1171 |#1| |#2|) (-321 (-1171 |#1| |#2|))))
+(((#0=(-1172 |#1| |#2|) #0#) |has| (-1172 |#1| |#2|) (-321 (-1172 |#1| |#2|))))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((#0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) #0#) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))))
-(-2191 (|has| |#1| (-240)) (|has| |#1| (-239)))
+(((|#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((#0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) #0#) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))))
+(-2309 (|has| |#1| (-240)) (|has| |#1| (-239)))
(((#0=(-118 |#1|)) |has| #0# (-321 #0#)))
((($ $) . T))
-(-2191 (|has| |#1| (-871)) (|has| |#1| (-1132)))
-((($ $) . T) ((#0=(-888 |#1|) $) . T) ((#0# |#2|) . T))
+(-2309 (|has| |#1| (-872)) (|has| |#1| (-1133)))
+((($ $) . T) ((#0=(-889 |#1|) $) . T) ((#0# |#2|) . T))
((($ $) . T) ((|#2| $) |has| |#1| (-240)) ((|#2| |#1|) |has| |#1| (-240)) ((|#3| |#1|) . T) ((|#3| $) . T))
-(((-492 . -1132) T) ((-275 . -528) 205623) ((-255 . -528) 205566) ((-252 . -1132) 205516) ((-585 . -111) 205501) ((-545 . -23) T) ((-140 . -1132) T) ((-139 . -1132) T) ((-119 . -321) 205458) ((-135 . -1132) T) ((-1027 . -239) 205409) ((-820 . -1248) T) ((-493 . -528) 205201) ((-699 . -635) 205185) ((-716 . -102) T) ((-1172 . -528) 205104) ((-413 . -239) T) ((-404 . -133) T) ((-1312 . -1007) 205073) ((-1055 . -1082) 205010) ((-331 . -874) T) ((-1055 . -662) 204947) ((-31 . -93) T) ((-616 . -503) 204931) ((-841 . -868) T) ((-638 . -133) T) ((-626 . -102) T) ((-537 . -57) 204881) ((-621 . -102) T) ((-533 . -528) 204814) ((-365 . -236) 204801) ((-353 . -1082) 204746) ((-58 . -528) 204679) ((-530 . -528) 204612) ((-419 . -927) 204571) ((-171 . -1080) T) ((-511 . -528) 204504) ((-510 . -528) 204437) ((-353 . -662) 204382) ((-820 . -1069) 204162) ((-1267 . -635) 203910) ((-721 . -38) 203875) ((-1120 . -1125) 203859) ((-357 . -363) T) ((-482 . -1248) T) ((-1120 . -1132) 203837) ((-879 . -635) 203734) ((-171 . -250) 203685) ((-171 . -240) 203636) ((-1120 . -1126) 203594) ((-896 . -298) 203552) ((-229 . -819) T) ((-229 . -814) T) ((-716 . -296) NIL) ((-585 . -635) 203524) ((-1182 . -1225) 203503) ((-421 . -1022) 203487) ((-48 . -1082) 203452) ((-723 . -21) T) ((-723 . -25) T) ((-48 . -662) 203417) ((-1314 . -670) 203391) ((-1267 . -338) 203368) ((-1182 . -107) 203318) ((-326 . -162) 203297) ((-326 . -145) 203276) ((-118 . -21) T) ((-40 . -234) 203253) ((-40 . -274) 203230) ((-136 . -25) T) ((-118 . -25) T) ((-1267 . -240) T) ((-1267 . -1080) T) ((-627 . -300) 203206) ((-879 . -1080) T) ((-619 . -1248) T) ((-820 . -351) 203190) ((-489 . -300) 203169) ((-693 . -1248) T) ((-183 . -1248) T) ((-164 . -1248) T) ((-158 . -1248) T) ((-156 . -1248) T) ((-141 . -189) T) ((-119 . -1183) NIL) ((-91 . -632) 203101) ((-491 . -133) T) ((-1197 . -1248) T) ((-1127 . -504) 203082) ((-1127 . -632) 203048) ((-1122 . -504) 203029) ((-1122 . -632) 202995) ((-607 . -1248) T) ((-1104 . -504) 202976) ((-585 . -1080) T) ((-1104 . -632) 202942) ((-674 . -739) 202926) ((-1097 . -504) 202907) ((-1097 . -632) 202873) ((-987 . -300) 202850) ((-60 . -34) T) ((-1093 . -819) T) ((-1093 . -814) T) ((-1067 . -504) 202831) ((-1050 . -504) 202812) ((-838 . -748) T) ((-753 . -47) 202777) ((-642 . -38) 202764) ((-368 . -302) T) ((-366 . -302) T) ((-358 . -302) T) ((-275 . -302) 202695) ((-255 . -302) 202626) ((-1067 . -632) 202592) ((-1055 . -102) T) ((-1050 . -632) 202558) ((-645 . -504) 202539) ((-427 . -748) T) ((-119 . -38) 202484) ((-497 . -504) 202465) ((-645 . -632) 202431) ((-427 . -487) T) ((-222 . -504) 202412) ((-497 . -632) 202378) ((-353 . -102) T) ((-222 . -632) 202344) ((-1241 . -1088) T) ((-357 . -668) 202274) ((-733 . -1088) T) ((-1206 . -47) 202251) ((-1205 . -47) 202221) ((-1199 . -47) 202198) ((-131 . -300) 202173) ((-1066 . -153) 202119) ((-935 . -302) T) ((-1157 . -47) 202091) ((-716 . -321) NIL) ((-529 . -632) 202073) ((-525 . -632) 202055) ((-522 . -632) 202037) ((-499 . -1248) T) ((-339 . -1132) 201987) ((-326 . -921) 201951) ((-325 . -921) NIL) ((-734 . -466) 201882) ((-48 . -102) T) ((-1284 . -298) 201840) ((-1263 . -298) 201740) ((-663 . -688) 201724) ((-663 . -673) 201708) ((-352 . -21) T) ((-352 . -25) T) ((-40 . -363) NIL) ((-177 . -21) T) ((-177 . -25) T) ((-663 . -385) 201692) ((-659 . -632) 201674) ((-616 . -298) 201626) ((-402 . -102) T) ((-1151 . -145) T) ((-128 . -632) 201558) ((-898 . -1132) T) ((-676 . -426) 201542) ((-753 . -1248) T) ((-736 . -632) 201524) ((-257 . -632) 201491) ((-186 . -632) 201473) ((-163 . -632) 201455) ((-159 . -632) 201437) ((-1314 . -748) T) ((-1128 . -34) T) ((-895 . -819) NIL) ((-895 . -814) NIL) ((-882 . -871) T) ((-753 . -911) NIL) ((-1323 . -133) T) ((-395 . -133) T) ((-915 . -635) 201405) ((-934 . -102) T) ((-753 . -1069) 201281) ((-1206 . -1248) T) ((-1205 . -1248) T) ((-545 . -133) T) ((-1199 . -1248) T) ((-1118 . -426) 201265) ((-1031 . -503) 201249) ((-119 . -414) 201226) ((-1157 . -1248) T) ((-803 . -426) 201210) ((-802 . -426) 201194) ((-972 . -34) T) ((-716 . -1183) NIL) ((-260 . -670) 201014) ((-259 . -670) 200821) ((-839 . -950) 200800) ((-468 . -426) 200784) ((-657 . -871) T) ((-616 . -19) 200768) ((-1177 . -1243) 200737) ((-1199 . -911) NIL) ((-1199 . -909) 200689) ((-616 . -618) 200666) ((-108 . -874) T) ((-1235 . -632) 200598) ((-1207 . -632) 200580) ((-63 . -410) T) ((-1205 . -1069) 200515) ((-1199 . -1069) 200481) ((-716 . -38) 200431) ((-40 . -668) 200361) ((-488 . -298) 200319) ((-1255 . -632) 200301) ((-753 . -390) 200285) ((-860 . -632) 200267) ((-676 . -1088) T) ((-642 . -929) 200190) ((-1284 . -1033) 200156) ((-451 . -1248) T) ((-1263 . -1033) 200122) ((-258 . -1248) T) ((-1119 . -635) 200106) ((-1094 . -1225) 200081) ((-1106 . -635) 200058) ((-896 . -633) 199865) ((-896 . -632) 199847) ((-119 . -929) NIL) ((-723 . -236) 199834) ((-1220 . -503) 199771) ((-419 . -1051) 199749) ((-48 . -321) 199736) ((-1094 . -107) 199682) ((-493 . -503) 199619) ((-539 . -1248) T) ((-534 . -1248) T) ((-1199 . -351) 199571) ((-1172 . -503) 199542) ((-1199 . -390) 199494) ((-1118 . -1088) T) ((-450 . -102) T) ((-187 . -1132) T) ((-260 . -34) T) ((-259 . -34) T) ((-1190 . -874) T) ((-872 . -635) 199478) ((-803 . -1088) T) ((-802 . -1088) T) ((-753 . -927) 199455) ((-468 . -1088) T) ((-58 . -503) 199439) ((-1065 . -1087) 199413) ((-533 . -503) 199397) ((-530 . -503) 199381) ((-511 . -503) 199365) ((-510 . -503) 199349) ((-252 . -528) 199282) ((-1065 . -111) 199249) ((-1206 . -927) 199162) ((-1205 . -927) 199068) ((-692 . -1143) T) ((-1199 . -927) 198901) ((-667 . -93) T) ((-1157 . -927) 198885) ((-353 . -1183) T) ((-334 . -1087) 198867) ((-31 . -504) 198848) ((-260 . -816) 198827) ((-260 . -815) 198806) ((-259 . -816) 198785) ((-259 . -815) 198764) ((-31 . -632) 198730) ((-50 . -1088) T) ((-260 . -748) 198708) ((-259 . -748) 198686) ((-1241 . -1132) T) ((-692 . -23) T) ((-595 . -1088) T) ((-532 . -1088) T) ((-391 . -1087) 198651) ((-334 . -111) 198626) ((-73 . -396) T) ((-73 . -410) T) ((-1055 . -38) 198563) ((-716 . -414) 198545) ((-99 . -102) T) ((-1328 . -1082) 198532) ((-733 . -1132) T) ((-1144 . -874) 198483) ((-1034 . -147) 198455) ((-1034 . -149) 198427) ((-893 . -668) 198399) ((-391 . -111) 198355) ((-331 . -1253) 198334) ((-488 . -1033) 198300) ((-353 . -38) 198265) ((-40 . -383) 198237) ((-897 . -632) 198109) ((-129 . -127) 198093) ((-123 . -127) 198077) ((-856 . -1087) 198047) ((-854 . -21) 197999) ((-850 . -1087) 197983) ((-854 . -25) 197935) ((-331 . -571) 197886) ((-531 . -635) 197867) ((-560 . -843) T) ((-246 . -1248) T) ((-1065 . -635) 197836) ((-856 . -111) 197801) ((-850 . -111) 197780) ((-1284 . -632) 197762) ((-1263 . -632) 197744) ((-1263 . -633) 197415) ((-1202 . -939) 197394) ((-1156 . -939) 197373) ((-48 . -38) 197338) ((-1320 . -1143) T) ((-549 . -298) 197294) ((-616 . -632) 197206) ((-616 . -633) 197167) ((-1319 . -1143) T) ((-374 . -635) 197151) ((-334 . -635) 197135) ((-1173 . -239) 197086) ((-246 . -1069) 196913) ((-1202 . -670) 196802) ((-1156 . -670) 196691) ((-878 . -670) 196665) ((-740 . -632) 196647) ((-561 . -381) T) ((-1320 . -23) T) ((-716 . -929) NIL) ((-1319 . -23) T) ((-505 . -1132) T) ((-391 . -635) 196597) ((-391 . -637) 196579) ((-1065 . -1080) T) ((-889 . -102) T) ((-1220 . -298) 196558) ((-171 . -381) 196509) ((-1035 . -1248) T) ((-1002 . -1248) T) ((-943 . -1248) T) ((-856 . -635) 196463) ((-850 . -635) 196418) ((-44 . -23) T) ((-1328 . -102) T) ((-493 . -298) 196397) ((-597 . -1132) T) ((-1177 . -1140) 196366) ((-443 . -1248) T) ((-1134 . -1135) 196318) ((-404 . -21) T) ((-404 . -25) T) ((-154 . -1143) T) ((-1241 . -739) 196215) ((-1228 . -1132) T) ((-1035 . -909) 196197) ((-1035 . -911) 196179) ((-642 . -234) 196163) ((-642 . -274) 196147) ((-638 . -21) T) ((-301 . -571) T) ((-638 . -25) T) ((-1035 . -1069) 196107) ((-733 . -739) 196072) ((-246 . -390) 196041) ((-391 . -1080) T) ((-227 . -1088) T) ((-119 . -274) 196018) ((-119 . -234) 195995) ((-58 . -298) 195947) ((-154 . -23) T) ((-530 . -298) 195899) ((-339 . -528) 195832) ((-510 . -298) 195784) ((-391 . -250) T) ((-391 . -240) T) ((-856 . -1080) T) ((-850 . -1080) T) ((-734 . -979) 195753) ((-723 . -871) T) ((-630 . -874) T) ((-488 . -632) 195735) ((-1285 . -1082) 195640) ((-594 . -668) 195612) ((-560 . -668) 195584) ((-509 . -668) 195534) ((-850 . -240) 195513) ((-136 . -871) T) ((-1285 . -662) 195405) ((-676 . -1132) T) ((-1220 . -618) 195384) ((-565 . -1225) 195363) ((-346 . -1132) T) ((-331 . -376) 195342) ((-421 . -149) 195321) ((-421 . -147) 195300) ((-993 . -1143) 195199) ((-837 . -1143) 195177) ((-246 . -927) 195109) ((-678 . -876) 195093) ((-493 . -618) 195072) ((-110 . -874) T) ((-538 . -1248) T) ((-565 . -107) 195022) ((-1035 . -390) 195004) ((-1035 . -351) 194986) ((-1208 . -632) 194968) ((-97 . -1132) T) ((-993 . -23) 194779) ((-491 . -21) T) ((-491 . -25) T) ((-837 . -23) 194631) ((-1208 . -633) 194553) ((-58 . -19) 194537) ((-1202 . -748) T) ((-1156 . -748) T) ((-1118 . -1132) T) ((-530 . -19) 194521) ((-510 . -19) 194505) ((-58 . -618) 194482) ((-1034 . -239) 194419) ((-930 . -102) 194369) ((-878 . -748) T) ((-803 . -1132) T) ((-530 . -618) 194346) ((-510 . -618) 194323) ((-802 . -1132) T) ((-802 . -1096) 194290) ((-475 . -1132) T) ((-468 . -1132) T) ((-597 . -739) 194265) ((-671 . -1132) T) ((-1288 . -47) 194242) ((-1285 . -102) T) ((-1279 . -47) 194212) ((-1258 . -47) 194189) ((-1241 . -175) 194140) ((-1205 . -319) 194119) ((-1199 . -319) 194098) ((-1127 . -635) 194079) ((-1122 . -635) 194060) ((-1110 . -571) 194011) ((-1110 . -1253) 193962) ((-1104 . -635) 193943) ((-1035 . -927) NIL) ((-1097 . -635) 193924) ((-692 . -133) T) ((-646 . -1143) T) ((-1067 . -635) 193905) ((-1050 . -635) 193886) ((-736 . -1087) 193856) ((-734 . -921) 193759) ((-721 . -668) 193709) ((-286 . -1132) T) ((-86 . -455) T) ((-86 . -410) T) ((-733 . -175) T) ((-659 . -1087) 193693) ((-50 . -1132) T) ((-609 . -47) 193670) ((-229 . -670) 193635) ((-595 . -1132) T) ((-532 . -1132) T) ((-501 . -842) T) ((-501 . -950) T) ((-372 . -1253) T) ((-367 . -1253) T) ((-359 . -1253) T) ((-331 . -1143) T) ((-326 . -1082) 193545) ((-325 . -1082) 193474) ((-108 . -1253) T) ((-645 . -635) 193455) ((-372 . -571) T) ((-221 . -950) T) ((-221 . -842) T) ((-326 . -662) 193365) ((-325 . -662) 193294) ((-367 . -571) T) ((-359 . -571) T) ((-659 . -111) 193273) ((-497 . -635) 193254) ((-108 . -571) T) ((-1199 . -1051) NIL) ((-676 . -739) 193224) ((-496 . -874) 193175) ((-222 . -635) 193156) ((-331 . -23) T) ((-67 . -1248) T) ((-1031 . -632) 193088) ((-1328 . -1183) T) ((-716 . -274) 193070) ((-716 . -234) 193052) ((-1323 . -21) T) ((-736 . -111) 193017) ((-1323 . -25) T) ((-663 . -34) T) ((-252 . -503) 193001) ((-1320 . -133) T) ((-1319 . -133) T) ((-1312 . -102) T) ((-1295 . -632) 192967) ((-1128 . -1130) 192951) ((-174 . -1132) T) ((-1288 . -1248) T) ((-1279 . -1248) T) ((-1279 . -1069) 192886) ((-1258 . -1248) T) ((-1258 . -911) NIL) ((-975 . -939) 192865) ((-1258 . -909) 192817) ((-1258 . -1069) 192783) ((-1241 . -528) 192750) ((-529 . -635) 192734) ((-1220 . -633) NIL) ((-1220 . -632) 192716) ((-1173 . -1154) 192661) ((-495 . -939) 192640) ((-1118 . -739) 192489) ((-1093 . -670) 192461) ((-975 . -670) 192350) ((-840 . -874) T) ((-803 . -739) 192179) ((-611 . -504) 192160) ((-600 . -504) 192141) ((-611 . -632) 192107) ((-600 . -632) 192073) ((-549 . -632) 192055) ((-593 . -1248) T) ((-549 . -633) 192036) ((-802 . -739) 191885) ((-1108 . -102) T) ((-642 . -668) 191857) ((-395 . -25) T) ((-395 . -21) T) ((-495 . -670) 191746) ((-475 . -739) 191717) ((-468 . -739) 191566) ((-1017 . -102) T) ((-1077 . -1243) 191495) ((-930 . -321) 191433) ((-758 . -102) T) ((-659 . -635) 191410) ((-119 . -668) 191340) ((-900 . -93) T) ((-736 . -635) 191294) ((-703 . -93) T) ((-545 . -25) T) ((-698 . -93) T) ((-686 . -632) 191276) ((-667 . -504) 191257) ((-667 . -632) 191210) ((-143 . -102) T) ((-44 . -133) T) ((-610 . -1248) T) ((-609 . -1248) T) ((-357 . -1088) T) ((-301 . -1143) T) ((-492 . -93) T) ((-421 . -239) 191161) ((-368 . -632) 191143) ((-366 . -632) 191125) ((-358 . -632) 191107) ((-275 . -633) 190855) ((-275 . -632) 190837) ((-255 . -632) 190819) ((-255 . -633) 190680) ((-140 . -93) T) ((-139 . -93) T) ((-135 . -93) T) ((-1172 . -632) 190662) ((-1151 . -662) 190649) ((-1151 . -1082) 190636) ((-841 . -748) T) ((-841 . -881) T) ((-616 . -300) 190613) ((-595 . -739) 190578) ((-493 . -633) NIL) ((-493 . -632) 190560) ((-532 . -739) 190505) ((-326 . -102) T) ((-325 . -102) T) ((-301 . -23) T) ((-154 . -133) T) ((-935 . -632) 190487) ((-935 . -633) 190469) ((-400 . -748) T) ((-896 . -1087) 190421) ((-896 . -111) 190359) ((-736 . -1080) T) ((-734 . -1274) 190343) ((-716 . -363) NIL) ((-115 . -102) T) ((-141 . -102) T) ((-137 . -102) T) ((-533 . -632) 190275) ((-391 . -819) T) ((-170 . -1248) T) ((-227 . -1132) T) ((-391 . -814) T) ((-58 . -633) 190236) ((-229 . -816) T) ((-229 . -813) T) ((-58 . -632) 190148) ((-229 . -748) T) ((-530 . -633) 190109) ((-530 . -632) 190021) ((-511 . -632) 189953) ((-510 . -633) 189914) ((-510 . -632) 189826) ((-1110 . -376) 189777) ((-40 . -426) 189754) ((-78 . -1248) T) ((-895 . -939) NIL) ((-372 . -341) 189738) ((-372 . -376) T) ((-367 . -341) 189722) ((-367 . -376) T) ((-359 . -341) 189706) ((-359 . -376) T) ((-326 . -296) 189685) ((-108 . -376) T) ((-70 . -1248) T) ((-661 . -1132) T) ((-1258 . -351) 189637) ((-895 . -670) 189582) ((-1258 . -390) 189534) ((-993 . -133) 189389) ((-837 . -133) 189260) ((-45 . -874) NIL) ((-987 . -673) 189244) ((-1257 . -684) T) ((-1118 . -175) 189155) ((-987 . -385) 189139) ((-1093 . -816) T) ((-1093 . -813) T) ((-896 . -635) 189037) ((-803 . -175) 188928) ((-802 . -175) 188839) ((-838 . -47) 188801) ((-1093 . -748) T) ((-339 . -503) 188785) ((-975 . -748) T) ((-1312 . -321) 188723) ((-1288 . -927) 188636) ((-468 . -175) 188547) ((-252 . -298) 188499) ((-1284 . -1087) 188334) ((-1279 . -927) 188240) ((-1263 . -1087) 188048) ((-495 . -748) T) ((-1258 . -927) 187881) ((-1241 . -302) 187860) ((-1218 . -1248) T) ((-1215 . -381) T) ((-1214 . -381) T) ((-1177 . -153) 187844) ((-1151 . -102) T) ((-1146 . -1132) T) ((-1110 . -23) T) ((-1110 . -1143) T) ((-1107 . -102) T) ((-1089 . -632) 187811) ((-1034 . -424) 187783) ((-954 . -984) T) ((-758 . -321) 187721) ((-76 . -1248) T) ((-686 . -397) 187693) ((-171 . -939) 187646) ((-30 . -984) T) ((-114 . -866) T) ((-1 . -632) 187628) ((-1027 . -921) 187549) ((-131 . -673) 187531) ((-50 . -640) 187515) ((-716 . -668) 187450) ((-609 . -927) 187363) ((-452 . -102) T) ((-143 . -321) NIL) ((-131 . -385) 187345) ((-896 . -1080) T) ((-854 . -871) 187324) ((-81 . -1248) T) ((-733 . -302) T) ((-40 . -1088) T) ((-595 . -175) T) ((-532 . -175) T) ((-526 . -632) 187306) ((-171 . -670) 187180) ((-521 . -632) 187162) ((-365 . -149) 187144) ((-365 . -147) T) ((-372 . -1143) T) ((-367 . -1143) T) ((-359 . -1143) T) ((-1035 . -319) T) ((-943 . -319) T) ((-896 . -250) T) ((-108 . -1143) T) ((-896 . -240) 187123) ((-1284 . -111) 186944) ((-1263 . -111) 186733) ((-252 . -1287) 186717) ((-560 . -870) T) ((-372 . -23) T) ((-353 . -363) T) ((-326 . -321) 186704) ((-325 . -321) 186645) ((-367 . -23) T) ((-331 . -133) T) ((-359 . -23) T) ((-1035 . -1051) T) ((-31 . -635) 186626) ((-108 . -23) T) ((-678 . -1082) 186610) ((-252 . -618) 186587) ((-661 . -739) 186571) ((-345 . -1132) T) ((-678 . -662) 186541) ((-1285 . -38) 186433) ((-1267 . -939) 186412) ((-114 . -1132) T) ((-838 . -1248) T) ((-427 . -1248) T) ((-1066 . -102) T) ((-1267 . -670) 186301) ((-895 . -816) NIL) ((-879 . -670) 186275) ((-895 . -813) NIL) ((-838 . -911) NIL) ((-895 . -748) T) ((-1118 . -528) 186148) ((-803 . -528) 186095) ((-802 . -528) 186047) ((-585 . -670) 186034) ((-838 . -1069) 185862) ((-468 . -528) 185805) ((-402 . -403) T) ((-1284 . -635) 185618) ((-1263 . -635) 185366) ((-60 . -1248) T) ((-638 . -871) 185345) ((-514 . -684) T) ((-1177 . -1007) 185314) ((-1055 . -668) 185251) ((-1034 . -466) T) ((-721 . -870) T) ((-525 . -814) T) ((-488 . -1087) 185086) ((-514 . -113) T) ((-357 . -1132) T) ((-325 . -1183) NIL) ((-301 . -133) T) ((-407 . -1132) T) ((-893 . -1088) T) ((-716 . -383) 185053) ((-353 . -668) 184983) ((-227 . -640) 184960) ((-339 . -298) 184912) ((-488 . -111) 184733) ((-1284 . -1080) T) ((-1263 . -1080) T) ((-838 . -390) 184717) ((-848 . -1248) T) ((-171 . -748) T) ((-1314 . -1248) T) ((-678 . -102) T) ((-1284 . -250) 184696) ((-1284 . -240) 184648) ((-1263 . -240) 184553) ((-1263 . -250) 184532) ((-1034 . -416) NIL) ((-692 . -660) 184480) ((-326 . -38) 184390) ((-325 . -38) 184319) ((-69 . -632) 184301) ((-331 . -507) 184267) ((-48 . -668) 184217) ((-1220 . -300) 184196) ((-1257 . -871) T) ((-1144 . -1143) 184174) ((-84 . -1248) T) ((-62 . -632) 184156) ((-888 . -874) T) ((-493 . -300) 184135) ((-1314 . -1069) 184112) ((-1196 . -1132) T) ((-1144 . -23) 183964) ((-838 . -927) 183900) ((-1267 . -748) T) ((-1128 . -1248) T) ((-488 . -635) 183726) ((-365 . -239) T) ((-1118 . -302) 183657) ((-995 . -1132) T) ((-918 . -102) T) ((-803 . -302) 183568) ((-339 . -19) 183552) ((-58 . -300) 183529) ((-802 . -302) 183460) ((-879 . -748) T) ((-119 . -870) NIL) ((-530 . -300) 183437) ((-339 . -618) 183414) ((-510 . -300) 183391) ((-468 . -302) 183322) ((-1066 . -321) 183173) ((-900 . -504) 183154) ((-900 . -632) 183120) ((-703 . -504) 183101) ((-585 . -748) T) ((-698 . -504) 183082) ((-703 . -632) 183032) ((-698 . -632) 182998) ((-674 . -632) 182980) ((-492 . -504) 182961) ((-492 . -632) 182927) ((-252 . -633) 182888) ((-252 . -504) 182865) ((-140 . -504) 182846) ((-139 . -504) 182827) ((-135 . -504) 182808) ((-252 . -632) 182700) ((-216 . -102) T) ((-140 . -632) 182666) ((-139 . -632) 182632) ((-135 . -632) 182598) ((-1179 . -34) T) ((-972 . -1248) T) ((-357 . -739) 182543) ((-692 . -25) T) ((-692 . -21) T) ((-1208 . -635) 182524) ((-343 . -1248) T) ((-488 . -1080) T) ((-652 . -432) 182489) ((-620 . -432) 182454) ((-1151 . -1183) T) ((-1279 . -319) 182433) ((-734 . -1082) 182256) ((-595 . -302) T) ((-532 . -302) T) ((-1258 . -319) 182235) ((-488 . -240) 182187) ((-488 . -250) 182166) ((-453 . -1248) T) ((-734 . -662) 181995) ((-1258 . -1051) NIL) ((-1110 . -133) T) ((-896 . -819) 181974) ((-146 . -102) T) ((-40 . -1132) T) ((-896 . -814) 181953) ((-663 . -1041) 181937) ((-594 . -1088) T) ((-560 . -1088) T) ((-509 . -1088) T) ((-421 . -466) T) ((-372 . -133) T) ((-326 . -414) 181921) ((-325 . -414) 181882) ((-367 . -133) T) ((-359 . -133) T) ((-1213 . -1132) T) ((-1151 . -38) 181869) ((-1120 . -632) 181836) ((-108 . -133) T) ((-983 . -1132) T) ((-948 . -1132) T) ((-793 . -1132) T) ((-694 . -1132) T) ((-723 . -149) T) ((-623 . -102) T) ((-118 . -149) T) ((-1320 . -21) T) ((-1320 . -25) T) ((-1319 . -21) T) ((-1319 . -25) T) ((-686 . -1087) 181820) ((-545 . -871) T) ((-514 . -871) T) ((-377 . -1248) T) ((-368 . -1087) 181772) ((-366 . -1087) 181724) ((-358 . -1087) 181676) ((-260 . -1248) T) ((-259 . -1248) T) ((-275 . -1087) 181519) ((-255 . -1087) 181362) ((-686 . -111) 181341) ((-839 . -1253) 181320) ((-562 . -866) T) ((-326 . -929) 181286) ((-368 . -111) 181224) ((-366 . -111) 181162) ((-358 . -111) 181100) ((-275 . -111) 180929) ((-255 . -111) 180758) ((-325 . -929) NIL) ((-642 . -426) 180742) ((-44 . -21) T) ((-44 . -25) T) ((-931 . -874) 180693) ((-130 . -684) T) ((-837 . -660) 180599) ((-839 . -571) 180578) ((-501 . -874) T) ((-260 . -1069) 180405) ((-259 . -1069) 180232) ((-128 . -121) 180216) ((-221 . -874) T) ((-935 . -1087) 180181) ((-734 . -102) T) ((-721 . -1088) T) ((-611 . -635) 180162) ((-600 . -635) 180143) ((-549 . -637) 180046) ((-357 . -175) T) ((-154 . -21) T) ((-154 . -25) T) ((-87 . -632) 180028) ((-935 . -111) 179984) ((-40 . -739) 179929) ((-893 . -1132) T) ((-686 . -635) 179906) ((-667 . -635) 179887) ((-368 . -635) 179824) ((-366 . -635) 179761) ((-358 . -635) 179698) ((-562 . -1132) T) ((-339 . -633) 179659) ((-339 . -632) 179571) ((-275 . -635) 179324) ((-255 . -635) 179109) ((-190 . -1248) T) ((-1263 . -814) 179062) ((-1263 . -819) 179015) ((-260 . -390) 178984) ((-259 . -390) 178953) ((-564 . -874) T) ((-678 . -38) 178923) ((-627 . -34) T) ((-496 . -1143) 178901) ((-489 . -34) T) ((-1144 . -133) 178772) ((-993 . -25) 178583) ((-935 . -635) 178533) ((-898 . -632) 178515) ((-218 . -866) T) ((-993 . -21) 178470) ((-837 . -25) 178303) ((-837 . -21) 178214) ((-1255 . -381) T) ((-642 . -1088) T) ((-1210 . -571) 178193) ((-1202 . -47) 178170) ((-368 . -1080) T) ((-366 . -1080) T) ((-496 . -23) 178022) ((-358 . -1080) T) ((-275 . -1080) T) ((-255 . -1080) T) ((-1156 . -47) 177994) ((-119 . -1088) T) ((-1065 . -670) 177968) ((-987 . -34) T) ((-368 . -240) 177947) ((-368 . -250) T) ((-366 . -240) 177926) ((-366 . -250) T) ((-358 . -240) 177905) ((-358 . -250) T) ((-275 . -338) 177877) ((-255 . -338) 177834) ((-275 . -240) 177813) ((-1186 . -153) 177797) ((-260 . -927) 177729) ((-259 . -927) 177661) ((-1173 . -921) 177582) ((-1113 . -871) T) ((-1265 . -1248) 177560) ((-429 . -1143) T) ((-1241 . -1033) 177526) ((-1085 . -23) T) ((-1055 . -870) T) ((-935 . -1080) T) ((-334 . -670) 177508) ((-723 . -239) T) ((-692 . -236) 177453) ((-1205 . -950) 177432) ((-1199 . -950) 177411) ((-1199 . -842) NIL) ((-1027 . -1082) 177307) ((-996 . -1248) T) ((-935 . -250) T) ((-839 . -376) 177286) ((-218 . -1132) T) ((-394 . -23) T) ((-129 . -1132) 177264) ((-123 . -1132) 177242) ((-935 . -240) T) ((-131 . -34) T) ((-391 . -670) 177207) ((-1027 . -662) 177155) ((-893 . -739) 177142) ((-1328 . -668) 177114) ((-1077 . -153) 177079) ((-1024 . -1248) T) ((-887 . -1248) T) ((-40 . -175) T) ((-716 . -426) 177061) ((-734 . -321) 177048) ((-856 . -670) 177008) ((-850 . -670) 176982) ((-331 . -25) T) ((-331 . -21) T) ((-676 . -298) 176961) ((-594 . -1132) T) ((-560 . -1132) T) ((-509 . -1132) T) ((-1202 . -1248) T) ((-252 . -300) 176938) ((-1156 . -1248) T) ((-878 . -1248) T) ((-325 . -274) 176899) ((-325 . -234) 176860) ((-1254 . -874) T) ((-1202 . -911) NIL) ((-55 . -1132) T) ((-1156 . -911) 176719) ((-130 . -871) T) ((-1202 . -1069) 176599) ((-1156 . -1069) 176482) ((-187 . -632) 176464) ((-878 . -1069) 176360) ((-803 . -298) 176287) ((-839 . -1143) T) ((-1065 . -748) T) ((-1077 . -1007) 176216) ((-616 . -673) 176200) ((-1034 . -921) 176107) ((-1027 . -102) T) ((-839 . -23) T) ((-734 . -1183) 176085) ((-716 . -1088) T) ((-616 . -385) 176069) ((-365 . -466) T) ((-357 . -302) T) ((-1301 . -1132) T) ((-256 . -1132) T) ((-413 . -102) T) ((-301 . -21) T) ((-301 . -25) T) ((-374 . -748) T) ((-732 . -1132) T) ((-721 . -1132) T) ((-374 . -487) T) ((-1241 . -632) 176051) ((-1202 . -390) 176035) ((-1156 . -390) 176019) ((-1055 . -426) 175981) ((-143 . -233) 175963) ((-391 . -816) T) ((-391 . -813) T) ((-893 . -175) T) ((-391 . -748) T) ((-733 . -632) 175945) ((-734 . -38) 175774) ((-1298 . -1297) 175758) ((-365 . -416) T) ((-1298 . -1132) 175708) ((-1222 . -1132) T) ((-594 . -739) 175695) ((-560 . -739) 175682) ((-509 . -739) 175647) ((-1285 . -668) 175537) ((-326 . -649) 175516) ((-856 . -748) T) ((-850 . -748) T) ((-1147 . -1248) T) ((-663 . -1248) T) ((-1110 . -660) 175464) ((-1202 . -927) 175407) ((-1156 . -927) 175391) ((-837 . -236) 175282) ((-674 . -1087) 175266) ((-108 . -660) 175248) ((-496 . -133) 175119) ((-1210 . -1143) T) ((-841 . -1248) T) ((-975 . -47) 175088) ((-642 . -1132) T) ((-674 . -111) 175067) ((-505 . -632) 175033) ((-339 . -300) 175010) ((-400 . -1248) T) ((-336 . -1248) T) ((-495 . -47) 174967) ((-1210 . -23) T) ((-119 . -1132) T) ((-103 . -102) 174917) ((-1311 . -1143) T) ((-563 . -871) T) ((-229 . -1248) T) ((-1085 . -133) T) ((-1055 . -1088) T) ((-1311 . -23) T) ((-1228 . -632) 174899) ((-841 . -1069) 174883) ((-1151 . -843) T) ((-1034 . -746) 174855) ((-1136 . -1132) T) ((-721 . -739) 174820) ((-597 . -632) 174802) ((-400 . -1069) 174786) ((-353 . -1088) T) ((-394 . -133) T) ((-336 . -1069) 174770) ((-1110 . -21) T) ((-1110 . -25) T) ((-1035 . -842) T) ((-229 . -911) 174752) ((-1035 . -950) T) ((-91 . -34) T) ((-1027 . -321) 174717) ((-943 . -950) T) ((-900 . -635) 174698) ((-736 . -670) 174658) ((-501 . -1253) T) ((-703 . -635) 174639) ((-698 . -635) 174620) ((-659 . -670) 174604) ((-221 . -1253) T) ((-421 . -921) 174525) ((-229 . -1069) 174485) ((-40 . -302) T) ((-501 . -571) T) ((-492 . -635) 174466) ((-372 . -25) T) ((-326 . -668) 174121) ((-325 . -668) 174035) ((-372 . -21) T) ((-367 . -25) T) ((-367 . -21) T) ((-221 . -571) T) ((-359 . -25) T) ((-359 . -21) T) ((-331 . -236) 173981) ((-252 . -635) 173958) ((-140 . -635) 173939) ((-139 . -635) 173920) ((-135 . -635) 173901) ((-108 . -25) T) ((-108 . -21) T) ((-48 . -1088) T) ((-594 . -175) T) ((-560 . -175) T) ((-509 . -175) T) ((-1093 . -1248) T) ((-975 . -1248) T) ((-735 . -1248) T) ((-661 . -298) 173868) ((-676 . -632) 173850) ((-495 . -1248) T) ((-758 . -759) 173834) ((-346 . -632) 173816) ((-68 . -396) T) ((-68 . -410) T) ((-1128 . -107) 173800) ((-1093 . -911) 173782) ((-975 . -911) 173707) ((-677 . -1143) T) ((-642 . -739) 173694) ((-495 . -911) NIL) ((-1177 . -102) T) ((-1120 . -637) 173678) ((-1093 . -1069) 173660) ((-97 . -632) 173642) ((-491 . -149) T) ((-975 . -1069) 173522) ((-119 . -739) 173467) ((-734 . -929) 173374) ((-677 . -23) T) ((-495 . -1069) 173250) ((-1118 . -633) NIL) ((-1118 . -632) 173232) ((-803 . -633) NIL) ((-803 . -632) 173193) ((-802 . -633) 172827) ((-802 . -632) 172741) ((-1144 . -660) 172647) ((-820 . -874) 172626) ((-475 . -632) 172608) ((-468 . -632) 172590) ((-468 . -633) 172451) ((-1066 . -233) 172397) ((-896 . -939) 172376) ((-128 . -34) T) ((-839 . -133) T) ((-671 . -632) 172358) ((-592 . -102) T) ((-368 . -1317) 172342) ((-366 . -1317) 172326) ((-358 . -1317) 172310) ((-123 . -528) 172243) ((-129 . -528) 172176) ((-526 . -814) T) ((-526 . -819) T) ((-525 . -816) T) ((-103 . -321) 172114) ((-226 . -102) 172064) ((-721 . -175) T) ((-716 . -1132) T) ((-896 . -670) 171980) ((-65 . -398) T) ((-286 . -632) 171962) ((-65 . -410) T) ((-975 . -390) 171946) ((-893 . -302) T) ((-50 . -632) 171928) ((-1151 . -668) 171900) ((-1027 . -38) 171848) ((-626 . -1132) T) ((-621 . -1132) T) ((-595 . -632) 171830) ((-495 . -390) 171814) ((-595 . -633) 171796) ((-532 . -632) 171778) ((-935 . -1317) 171765) ((-895 . -1248) T) ((-723 . -466) T) ((-509 . -528) 171731) ((-1310 . -1248) T) ((-1309 . -1248) T) ((-501 . -376) T) ((-368 . -381) 171710) ((-366 . -381) 171689) ((-358 . -381) 171668) ((-736 . -748) T) ((-221 . -376) T) ((-118 . -466) T) ((-1322 . -1313) 171652) ((-895 . -909) 171629) ((-895 . -911) NIL) ((-993 . -871) 171528) ((-837 . -871) 171479) ((-1256 . -102) T) ((-678 . -680) 171463) ((-1235 . -34) T) ((-174 . -632) 171445) ((-1144 . -25) 171278) ((-1144 . -21) 171189) ((-895 . -1069) 171166) ((-975 . -927) 171147) ((-1267 . -47) 171124) ((-935 . -381) T) ((-607 . -874) T) ((-58 . -673) 171108) ((-530 . -673) 171092) ((-495 . -927) 171069) ((-71 . -455) T) ((-71 . -410) T) ((-510 . -673) 171053) ((-58 . -385) 171037) ((-642 . -175) T) ((-530 . -385) 171021) ((-510 . -385) 171005) ((-561 . -1248) T) ((-850 . -730) 170989) ((-1202 . -319) 170968) ((-1210 . -133) T) ((-1173 . -1082) 170952) ((-119 . -175) T) ((-1173 . -662) 170884) ((-1177 . -321) 170822) ((-171 . -1248) T) ((-1311 . -133) T) ((-1279 . -950) 170801) ((-1263 . -939) 170754) ((-1258 . -950) 170733) ((-890 . -1082) 170703) ((-652 . -766) 170687) ((-620 . -766) 170671) ((-1258 . -842) NIL) ((-1055 . -1132) T) ((-931 . -1143) T) ((-890 . -662) 170641) ((-716 . -739) 170591) ((-925 . -1248) T) ((-895 . -390) 170568) ((-895 . -351) 170545) ((-863 . -1248) T) ((-830 . -1248) T) ((-171 . -909) 170529) ((-171 . -911) 170454) ((-791 . -1248) T) ((-699 . -1248) T) ((-1298 . -528) 170387) ((-1284 . -670) 170284) ((-1110 . -236) 170157) ((-501 . -1143) T) ((-353 . -1132) T) ((-221 . -1143) T) ((-77 . -455) T) ((-77 . -410) T) ((-171 . -1069) 170053) ((-305 . -921) 170010) ((-331 . -871) T) ((-1263 . -670) 169818) ((-896 . -816) 169797) ((-896 . -813) 169776) ((-896 . -748) T) ((-501 . -23) T) ((-372 . -236) 169749) ((-367 . -236) 169722) ((-359 . -236) 169695) ((-177 . -466) T) ((-82 . -455) T) ((-226 . -321) 169633) ((-82 . -410) T) ((-227 . -632) 169615) ((-108 . -236) 169602) ((-221 . -23) T) ((-1323 . -1318) 169581) ((-699 . -1069) 169565) ((-594 . -302) T) ((-560 . -302) T) ((-509 . -302) T) ((-1267 . -1248) T) ((-137 . -484) 169520) ((-879 . -1248) T) ((-678 . -668) 169479) ((-48 . -1132) T) ((-734 . -274) 169463) ((-734 . -234) 169447) ((-895 . -927) NIL) ((-585 . -1248) T) ((-1267 . -911) NIL) ((-913 . -102) T) ((-910 . -102) T) ((-661 . -632) 169429) ((-402 . -1132) T) ((-171 . -390) 169413) ((-171 . -351) 169397) ((-1267 . -1069) 169277) ((-879 . -1069) 169173) ((-1173 . -102) T) ((-1027 . -929) 169096) ((-677 . -133) T) ((-674 . -814) 169075) ((-674 . -819) 169054) ((-119 . -528) 168962) ((-585 . -1069) 168944) ((-305 . -1306) 168914) ((-1199 . -874) NIL) ((-890 . -102) T) ((-985 . -571) 168893) ((-1241 . -1087) 168776) ((-1034 . -1082) 168721) ((-496 . -660) 168627) ((-934 . -1132) T) ((-1055 . -739) 168564) ((-733 . -1087) 168529) ((-1034 . -662) 168474) ((-636 . -102) T) ((-616 . -34) T) ((-1179 . -1248) T) ((-1241 . -111) 168343) ((-488 . -670) 168240) ((-353 . -739) 168185) ((-171 . -927) 168144) ((-721 . -302) T) ((-716 . -175) T) ((-733 . -111) 168100) ((-1328 . -1088) T) ((-1267 . -390) 168084) ((-419 . -1253) 168062) ((-1146 . -632) 168044) ((-325 . -870) NIL) ((-419 . -571) T) ((-229 . -319) T) ((-1263 . -813) 167997) ((-1263 . -816) 167950) ((-1284 . -748) T) ((-1263 . -748) T) ((-48 . -739) 167915) ((-229 . -1051) T) ((-1285 . -426) 167881) ((-1267 . -927) 167824) ((-365 . -1306) 167801) ((-1241 . -635) 167683) ((-740 . -748) T) ((-345 . -632) 167665) ((-534 . -874) 167644) ((-1144 . -236) 167535) ((-114 . -632) 167517) ((-114 . -633) 167499) ((-740 . -487) T) ((-733 . -635) 167449) ((-1322 . -1082) 167433) ((-496 . -25) 167266) ((-129 . -503) 167250) ((-123 . -503) 167234) ((-496 . -21) 167145) ((-1322 . -662) 167115) ((-642 . -302) T) ((-597 . -1087) 167090) ((-450 . -1132) T) ((-1093 . -319) T) ((-119 . -302) T) ((-1134 . -102) T) ((-1034 . -102) T) ((-597 . -111) 167058) ((-1241 . -1080) T) ((-1173 . -321) 166996) ((-1093 . -1051) T) ((-1085 . -25) T) ((-66 . -1248) T) ((-915 . -1248) T) ((-1085 . -21) T) ((-733 . -1080) T) ((-394 . -21) T) ((-394 . -25) T) ((-716 . -528) NIL) ((-1055 . -175) T) ((-733 . -250) T) ((-1093 . -559) T) ((-734 . -668) 166906) ((-520 . -102) T) ((-516 . -102) T) ((-357 . -632) 166888) ((-353 . -175) T) ((-421 . -1082) 166840) ((-407 . -632) 166822) ((-1151 . -870) T) ((-488 . -748) T) ((-915 . -1069) 166790) ((-421 . -662) 166742) ((-108 . -871) T) ((-676 . -1087) 166726) ((-501 . -133) T) ((-1285 . -1088) T) ((-221 . -133) T) ((-1186 . -102) 166676) ((-99 . -1132) T) ((-246 . -874) 166627) ((-252 . -688) 166611) ((-252 . -673) 166595) ((-676 . -111) 166574) ((-597 . -635) 166558) ((-326 . -426) 166542) ((-252 . -385) 166526) ((-1191 . -242) 166473) ((-1027 . -274) 166457) ((-1027 . -234) 166441) ((-74 . -1248) T) ((-48 . -175) T) ((-723 . -401) T) ((-723 . -145) T) ((-1322 . -102) T) ((-1230 . -1248) T) ((-1228 . -635) 166423) ((-1119 . -1248) T) ((-1118 . -1087) 166266) ((-1106 . -1248) T) ((-275 . -939) 166245) ((-255 . -939) 166224) ((-803 . -1087) 166047) ((-802 . -1087) 165890) ((-627 . -1248) T) ((-1196 . -632) 165872) ((-1118 . -111) 165701) ((-1077 . -102) T) ((-489 . -1248) T) ((-475 . -1087) 165672) ((-468 . -1087) 165515) ((-686 . -670) 165499) ((-895 . -319) T) ((-803 . -111) 165308) ((-802 . -111) 165137) ((-368 . -670) 165089) ((-366 . -670) 165041) ((-358 . -670) 164993) ((-275 . -670) 164882) ((-255 . -670) 164771) ((-1190 . -871) T) ((-1119 . -1069) 164755) ((-1106 . -1069) 164732) ((-1035 . -874) T) ((-1031 . -34) T) ((-475 . -111) 164693) ((-468 . -111) 164522) ((-1002 . -874) T) ((-995 . -632) 164504) ((-987 . -1248) T) ((-985 . -1143) T) ((-128 . -1041) 164488) ((-872 . -1248) T) ((-895 . -1051) NIL) ((-757 . -1143) T) ((-737 . -1143) T) ((-676 . -635) 164406) ((-1298 . -503) 164390) ((-1216 . -1248) T) ((-1215 . -1248) T) ((-1173 . -38) 164350) ((-985 . -23) T) ((-935 . -670) 164315) ((-889 . -1132) T) ((-864 . -102) T) ((-839 . -21) T) ((-652 . -1082) 164299) ((-620 . -1082) 164283) ((-839 . -25) T) ((-757 . -23) T) ((-737 . -23) T) ((-652 . -662) 164267) ((-110 . -684) T) ((-620 . -662) 164251) ((-595 . -1087) 164216) ((-532 . -1087) 164161) ((-231 . -57) 164119) ((-467 . -23) T) ((-421 . -102) T) ((-1214 . -1248) T) ((-270 . -102) T) ((-110 . -113) T) ((-716 . -302) T) ((-890 . -38) 164089) ((-1118 . -635) 163825) ((-595 . -111) 163781) ((-532 . -111) 163710) ((-419 . -1143) T) ((-326 . -1088) 163600) ((-325 . -1088) T) ((-132 . -1248) T) ((-131 . -1248) T) ((-803 . -635) 163348) ((-802 . -635) 163114) ((-676 . -1080) T) ((-1328 . -1132) T) ((-468 . -635) 162899) ((-171 . -319) 162830) ((-419 . -23) T) ((-40 . -632) 162812) ((-40 . -633) 162796) ((-108 . -1022) 162778) ((-118 . -894) 162762) ((-671 . -635) 162746) ((-48 . -528) 162712) ((-1235 . -1041) 162696) ((-1213 . -632) 162663) ((-1220 . -34) T) ((-983 . -632) 162629) ((-948 . -632) 162611) ((-1144 . -871) 162562) ((-793 . -632) 162544) ((-694 . -632) 162526) ((-531 . -1248) T) ((-1267 . -319) 162505) ((-1186 . -321) 162443) ((-1172 . -34) T) ((-493 . -34) T) ((-1123 . -1248) T) ((-491 . -466) T) ((-1065 . -1248) T) ((-1118 . -1080) T) ((-50 . -635) 162412) ((-803 . -1080) T) ((-802 . -1080) T) ((-669 . -242) 162396) ((-651 . -242) 162342) ((-1210 . -21) T) ((-595 . -635) 162292) ((-532 . -635) 162222) ((-496 . -236) 162113) ((-1210 . -25) T) ((-1118 . -338) 162074) ((-468 . -1080) T) ((-1118 . -240) 162053) ((-803 . -338) 162030) ((-803 . -240) T) ((-802 . -338) 162002) ((-753 . -1253) 161981) ((-533 . -34) T) ((-339 . -673) 161965) ((-530 . -34) T) ((-58 . -34) T) ((-511 . -34) T) ((-510 . -34) T) ((-468 . -338) 161944) ((-339 . -385) 161928) ((-374 . -1248) T) ((-334 . -1248) T) ((-1034 . -1183) NIL) ((-753 . -571) 161859) ((-652 . -102) T) ((-620 . -102) T) ((-368 . -748) T) ((-366 . -748) T) ((-358 . -748) T) ((-275 . -748) T) ((-255 . -748) T) ((-391 . -1248) T) ((-1311 . -21) T) ((-1077 . -321) 161767) ((-1311 . -25) T) ((-930 . -1132) 161745) ((-840 . -236) 161732) ((-50 . -1080) T) ((-1206 . -571) 161711) ((-1205 . -1253) 161690) ((-1205 . -571) 161641) ((-1199 . -1253) 161620) ((-1199 . -571) 161571) ((-1055 . -302) T) ((-595 . -1080) T) ((-532 . -1080) T) ((-1034 . -38) 161516) ((-374 . -1069) 161500) ((-334 . -1069) 161484) ((-1027 . -668) 161407) ((-391 . -911) 161389) ((-856 . -1248) T) ((-850 . -1248) T) ((-847 . -1248) T) ((-820 . -1143) T) ((-935 . -748) T) ((-595 . -250) T) ((-595 . -240) T) ((-532 . -240) T) ((-532 . -250) T) ((-1157 . -571) 161368) ((-353 . -302) T) ((-669 . -717) 161352) ((-391 . -1069) 161312) ((-305 . -1082) 161233) ((-352 . -921) 161212) ((-1151 . -1088) T) ((-103 . -127) 161196) ((-305 . -662) 161138) ((-820 . -23) T) ((-1320 . -1318) 161114) ((-1319 . -1318) 161093) ((-1298 . -298) 161045) ((-1285 . -1132) T) ((-421 . -321) 161010) ((-1173 . -929) 160933) ((-893 . -632) 160915) ((-856 . -1069) 160884) ((-661 . -1087) 160868) ((-206 . -809) T) ((-205 . -809) T) ((-204 . -809) T) ((-203 . -809) T) ((-202 . -809) T) ((-201 . -809) T) ((-200 . -809) T) ((-199 . -809) T) ((-198 . -809) T) ((-197 . -809) T) ((-562 . -632) 160850) ((-509 . -1033) T) ((-285 . -861) T) ((-284 . -861) T) ((-283 . -861) T) ((-282 . -861) T) ((-48 . -302) T) ((-281 . -861) T) ((-280 . -861) T) ((-279 . -861) T) ((-196 . -809) T) ((-661 . -111) 160829) ((-630 . -871) T) ((-678 . -426) 160813) ((-692 . -239) 160764) ((-227 . -635) 160726) ((-110 . -871) T) ((-677 . -21) T) ((-677 . -25) T) ((-1322 . -38) 160696) ((-119 . -298) 160647) ((-1298 . -19) 160631) ((-1258 . -874) NIL) ((-1298 . -618) 160608) ((-1312 . -1132) T) ((-365 . -1082) 160553) ((-1108 . -1132) T) ((-1017 . -1132) T) ((-985 . -133) T) ((-839 . -236) 160540) ((-758 . -1132) T) ((-365 . -662) 160485) ((-757 . -133) T) ((-737 . -133) T) ((-526 . -815) T) ((-526 . -816) T) ((-467 . -133) T) ((-421 . -1183) 160463) ((-227 . -1080) T) ((-305 . -102) 160245) ((-143 . -1132) T) ((-721 . -1033) T) ((-1136 . -298) 160201) ((-91 . -1248) T) ((-218 . -632) 160183) ((-129 . -632) 160115) ((-123 . -632) 160047) ((-1328 . -175) T) ((-1205 . -376) 160026) ((-1199 . -376) 160005) ((-326 . -1132) T) ((-419 . -133) T) ((-325 . -1132) T) ((-421 . -38) 159957) ((-1164 . -102) T) ((-1285 . -739) 159849) ((-1166 . -1294) T) ((-1127 . -1248) T) ((-1122 . -1248) T) ((-678 . -1088) T) ((-1104 . -1248) T) ((-1097 . -1248) T) ((-1067 . -1248) T) ((-1050 . -1248) T) ((-331 . -147) 159828) ((-331 . -149) 159807) ((-141 . -1132) T) ((-137 . -1132) T) ((-115 . -1132) T) ((-882 . -102) T) ((-645 . -1248) T) ((-497 . -1248) T) ((-594 . -632) 159789) ((-560 . -633) 159688) ((-560 . -632) 159670) ((-509 . -632) 159652) ((-509 . -633) 159597) ((-499 . -23) T) ((-222 . -1248) T) ((-496 . -871) 159548) ((-501 . -660) 159530) ((-994 . -632) 159512) ((-1034 . -929) 159421) ((-221 . -660) 159403) ((-229 . -418) T) ((-674 . -670) 159387) ((-55 . -632) 159369) ((-1202 . -950) 159348) ((-753 . -1143) T) ((-657 . -102) T) ((-529 . -1248) T) ((-525 . -1248) T) ((-522 . -1248) T) ((-365 . -102) T) ((-1249 . -1114) T) ((-1151 . -866) T) ((-840 . -871) T) ((-753 . -23) T) ((-357 . -1087) 159293) ((-1179 . -107) 159277) ((-1301 . -632) 159259) ((-1206 . -23) T) ((-1206 . -1143) T) ((-1205 . -1143) T) ((-659 . -1248) T) ((-1205 . -23) T) ((-1199 . -1143) T) ((-1199 . -23) T) ((-1173 . -274) 159243) ((-529 . -1069) 159227) ((-1173 . -234) 159211) ((-1157 . -1143) T) ((-357 . -111) 159140) ((-1035 . -1253) T) ((-128 . -1248) T) ((-943 . -1253) T) ((-1157 . -23) T) ((-1107 . -1132) T) ((-716 . -298) NIL) ((-736 . -1248) T) ((-1035 . -571) T) ((-943 . -571) T) ((-837 . -239) 159037) ((-625 . -684) T) ((-624 . -684) T) ((-257 . -1248) T) ((-186 . -1248) T) ((-163 . -1248) T) ((-159 . -1248) T) ((-256 . -632) 159019) ((-622 . -684) T) ((-820 . -133) T) ((-732 . -632) 159001) ((-326 . -739) 158911) ((-325 . -739) 158840) ((-721 . -632) 158822) ((-721 . -633) 158767) ((-421 . -414) 158751) ((-452 . -1132) T) ((-501 . -25) T) ((-501 . -21) T) ((-1151 . -1132) T) ((-221 . -25) T) ((-221 . -21) T) ((-734 . -426) 158735) ((-736 . -1069) 158704) ((-1298 . -632) 158616) ((-1298 . -633) 158577) ((-1285 . -175) T) ((-1222 . -632) 158559) ((-252 . -34) T) ((-357 . -635) 158489) ((-407 . -635) 158471) ((-956 . -1005) T) ((-1235 . -1248) T) ((-674 . -813) 158450) ((-674 . -816) 158429) ((-412 . -410) T) ((-537 . -102) 158379) ((-1255 . -1248) T) ((-1066 . -1132) T) ((-421 . -929) 158302) ((-226 . -1026) 158286) ((-860 . -1248) T) ((-518 . -102) T) ((-642 . -632) 158268) ((-45 . -871) NIL) ((-642 . -633) 158245) ((-1066 . -629) 158220) ((-930 . -528) 158153) ((-331 . -239) 158105) ((-357 . -1080) T) ((-119 . -633) NIL) ((-119 . -632) 158087) ((-896 . -1248) T) ((-692 . -432) 158071) ((-692 . -1154) 158016) ((-514 . -153) 157998) ((-357 . -240) T) ((-357 . -250) T) ((-40 . -1087) 157943) ((-896 . -909) 157927) ((-896 . -911) 157852) ((-734 . -1088) T) ((-716 . -1033) NIL) ((-1284 . -47) 157822) ((-1263 . -47) 157799) ((-1172 . -1041) 157770) ((-1151 . -739) 157757) ((-3 . |UnionCategory|) T) ((-1136 . -632) 157739) ((-1110 . -149) 157718) ((-1110 . -147) 157669) ((-1035 . -376) T) ((-995 . -635) 157653) ((-229 . -950) T) ((-40 . -111) 157582) ((-896 . -1069) 157446) ((-1034 . -234) 157423) ((-1034 . -274) 157400) ((-723 . -1082) 157387) ((-943 . -376) T) ((-723 . -662) 157374) ((-331 . -1237) 157340) ((-391 . -319) T) ((-331 . -1234) 157306) ((-326 . -175) 157285) ((-325 . -175) T) ((-627 . -1225) 157261) ((-595 . -1317) 157248) ((-532 . -1317) 157225) ((-118 . -1082) 157212) ((-372 . -149) 157191) ((-372 . -147) 157142) ((-367 . -149) 157121) ((-367 . -147) 157072) ((-359 . -149) 157051) ((-118 . -662) 157038) ((-359 . -147) 156989) ((-331 . -35) 156955) ((-489 . -1225) 156934) ((0 . |EnumerationCategory|) T) ((-331 . -95) 156900) ((-391 . -1051) T) ((-108 . -149) T) ((-108 . -147) NIL) ((-45 . -242) 156850) ((-678 . -1132) T) ((-627 . -107) 156797) ((-499 . -133) T) ((-489 . -107) 156747) ((-246 . -1143) 156725) ((-31 . -1248) T) ((-896 . -390) 156709) ((-896 . -351) 156693) ((-246 . -23) 156545) ((-40 . -635) 156475) ((-1312 . -528) 156408) ((-1093 . -950) T) ((-1093 . -842) T) ((-595 . -381) T) ((-532 . -381) T) ((-1288 . -571) 156387) ((-1284 . -1248) T) ((-1279 . -1253) 156366) ((-1279 . -571) 156317) ((-1263 . -1248) T) ((-365 . -1183) T) ((-339 . -34) T) ((-44 . -432) 156301) ((-1213 . -635) 156237) ((-897 . -1248) T) ((-404 . -766) 156221) ((-1263 . -911) 156094) ((-1263 . -909) 156064) ((-1173 . -668) 156023) ((-753 . -133) T) ((-694 . -635) 156007) ((-1258 . -1253) 155986) ((-1258 . -571) 155937) ((-1206 . -133) T) ((-1205 . -133) T) ((-1199 . -133) T) ((-1157 . -133) T) ((-324 . -1114) T) ((-1055 . -1033) T) ((-758 . -528) 155870) ((-1035 . -23) T) ((-1035 . -1143) T) ((-918 . -1132) T) ((-146 . -866) T) ((-1034 . -363) NIL) ((-713 . -632) 155852) ((-972 . -874) 155831) ((-537 . -321) 155769) ((-1002 . -23) T) ((-143 . -528) NIL) ((-890 . -668) 155714) ((-943 . -1143) T) ((-943 . -23) T) ((-896 . -927) 155673) ((-365 . -38) 155638) ((-893 . -1087) 155625) ((-343 . -874) T) ((-83 . -632) 155607) ((-40 . -1080) T) ((-893 . -111) 155592) ((-740 . -1248) T) ((-723 . -102) T) ((-716 . -632) 155574) ((-616 . -1248) T) ((-610 . -571) 155553) ((-443 . -1143) T) ((-352 . -1082) 155537) ((-216 . -1132) T) ((-177 . -1082) 155469) ((-488 . -47) 155439) ((-40 . -240) 155411) ((-40 . -250) T) ((-136 . -102) T) ((-118 . -102) T) ((-609 . -571) 155390) ((-352 . -662) 155374) ((-716 . -633) 155282) ((-326 . -528) 155248) ((-177 . -662) 155180) ((-325 . -528) 155072) ((-501 . -236) 155059) ((-1284 . -1069) 155043) ((-1263 . -1069) 154829) ((-1027 . -426) 154813) ((-221 . -236) 154800) ((-443 . -23) T) ((-1151 . -175) T) ((-626 . -504) 154767) ((-621 . -504) 154749) ((-626 . -632) 154701) ((-621 . -632) 154668) ((-1285 . -302) T) ((-678 . -739) 154638) ((-146 . -1132) T) ((-48 . -1033) T) ((-421 . -274) 154622) ((-421 . -234) 154606) ((-307 . -242) 154556) ((-895 . -950) T) ((-895 . -842) NIL) ((-893 . -635) 154528) ((-260 . -874) 154479) ((-259 . -874) 154430) ((-888 . -871) T) ((-623 . -1132) T) ((-1263 . -351) 154400) ((-1263 . -390) 154370) ((-1110 . -239) 154249) ((-226 . -1152) 154233) ((-305 . -929) 154192) ((-1298 . -300) 154169) ((-372 . -239) 154148) ((-367 . -239) 154127) ((-488 . -1248) T) ((-359 . -239) 154106) ((-108 . -239) T) ((-1241 . -670) 154031) ((-1034 . -668) 153961) ((-985 . -21) T) ((-985 . -25) T) ((-757 . -21) T) ((-757 . -25) T) ((-737 . -21) T) ((-737 . -25) T) ((-733 . -670) 153926) ((-467 . -21) T) ((-467 . -25) T) ((-352 . -102) T) ((-177 . -102) T) ((-1027 . -1088) T) ((-893 . -1080) T) ((-795 . -102) T) ((-1284 . -927) 153832) ((-1279 . -376) 153811) ((-1263 . -927) 153662) ((-1258 . -376) 153641) ((-1208 . -1248) T) ((-1055 . -632) 153623) ((-421 . -843) 153576) ((-1206 . -507) 153542) ((-171 . -950) 153473) ((-1205 . -507) 153439) ((-1199 . -507) 153405) ((-734 . -1132) T) ((-1157 . -507) 153371) ((-594 . -1087) 153358) ((-560 . -1087) 153345) ((-509 . -1087) 153310) ((-326 . -302) 153289) ((-325 . -302) T) ((-353 . -632) 153271) ((-419 . -25) T) ((-419 . -21) T) ((-99 . -298) 153250) ((-594 . -111) 153235) ((-560 . -111) 153220) ((-509 . -111) 153176) ((-1208 . -911) 153143) ((-930 . -503) 153127) ((-48 . -632) 153109) ((-48 . -633) 153054) ((-246 . -133) 152925) ((-1322 . -668) 152884) ((-1267 . -950) 152863) ((-838 . -1253) 152842) ((-402 . -504) 152823) ((-1066 . -528) 152667) ((-402 . -632) 152633) ((-838 . -571) 152564) ((-597 . -670) 152539) ((-275 . -47) 152511) ((-255 . -47) 152468) ((-545 . -523) 152445) ((-594 . -635) 152417) ((-560 . -635) 152389) ((-509 . -635) 152322) ((-1288 . -23) T) ((-1105 . -1248) T) ((-1031 . -1248) T) ((-1288 . -1143) T) ((-1279 . -1143) T) ((-1279 . -23) T) ((-1258 . -1143) T) ((-1258 . -23) T) ((-721 . -1087) 152287) ((-1254 . -684) T) ((-1241 . -748) T) ((-1151 . -302) T) ((-1144 . -239) 152184) ((-1035 . -133) T) ((-1034 . -383) 152156) ((-114 . -381) T) ((-488 . -927) 152062) ((-1002 . -133) T) ((-934 . -632) 152044) ((-55 . -635) 152026) ((-91 . -107) 152010) ((-943 . -133) T) ((-931 . -871) 151961) ((-723 . -1183) T) ((-721 . -111) 151917) ((-864 . -668) 151834) ((-610 . -1143) T) ((-609 . -1143) T) ((-734 . -739) 151663) ((-733 . -748) T) ((-820 . -25) T) ((-820 . -21) T) ((-501 . -871) T) ((-611 . -1248) T) ((-610 . -23) T) ((-600 . -1248) T) ((-221 . -871) T) ((-421 . -668) 151600) ((-594 . -1080) T) ((-560 . -1080) T) ((-549 . -1248) T) ((-509 . -1080) T) ((-357 . -1317) 151577) ((-331 . -466) 151556) ((-352 . -321) 151543) ((-609 . -23) T) ((-443 . -133) T) ((-676 . -670) 151517) ((-252 . -1041) 151501) ((-896 . -319) T) ((-1323 . -1313) 151485) ((-793 . -814) T) ((-793 . -819) T) ((-723 . -38) 151472) ((-560 . -240) T) ((-509 . -250) T) ((-509 . -240) T) ((-1312 . -503) 151456) ((-1295 . -1248) T) ((-1182 . -242) 151406) ((-1118 . -939) 151385) ((-118 . -38) 151372) ((-212 . -822) T) ((-211 . -822) T) ((-210 . -822) T) ((-209 . -822) T) ((-896 . -1051) 151350) ((-686 . -1248) T) ((-667 . -1248) T) ((-803 . -939) 151329) ((-802 . -939) 151308) ((-1220 . -1248) T) ((-368 . -1248) T) ((-366 . -1248) T) ((-358 . -1248) T) ((-275 . -1248) T) ((-255 . -1248) T) ((-468 . -939) 151287) ((-758 . -503) 151271) ((-1118 . -670) 151160) ((-721 . -635) 151095) ((-803 . -670) 150984) ((-642 . -1087) 150971) ((-493 . -1248) T) ((-357 . -381) T) ((-143 . -503) 150953) ((-802 . -670) 150842) ((-1172 . -1248) T) ((-564 . -871) T) ((-475 . -670) 150813) ((-275 . -911) 150672) ((-255 . -911) NIL) ((-119 . -1087) 150617) ((-468 . -670) 150506) ((-686 . -1069) 150483) ((-642 . -111) 150468) ((-404 . -1082) 150452) ((-368 . -1069) 150436) ((-366 . -1069) 150420) ((-358 . -1069) 150404) ((-275 . -1069) 150248) ((-255 . -1069) 150124) ((-935 . -1248) T) ((-119 . -111) 150053) ((-58 . -1248) T) ((-404 . -662) 150037) ((-638 . -1082) 150021) ((-533 . -1248) T) ((-530 . -1248) T) ((-511 . -1248) T) ((-510 . -1248) T) ((-450 . -632) 150003) ((-448 . -632) 149985) ((-638 . -662) 149969) ((-3 . -102) T) ((-1058 . -1243) 149938) ((-854 . -102) T) ((-711 . -57) 149896) ((-721 . -1080) T) ((-652 . -668) 149865) ((-620 . -668) 149834) ((-50 . -670) 149808) ((-301 . -466) T) ((-490 . -1243) 149777) ((0 . -102) T) ((-595 . -670) 149742) ((-532 . -670) 149687) ((-49 . -102) T) ((-935 . -1069) 149674) ((-721 . -250) T) ((-1110 . -424) 149653) ((-753 . -660) 149601) ((-1027 . -1132) T) ((-734 . -175) 149492) ((-642 . -635) 149387) ((-501 . -1022) 149369) ((-419 . -236) 149314) ((-275 . -390) 149298) ((-255 . -390) 149282) ((-413 . -1132) T) ((-1057 . -102) 149260) ((-352 . -38) 149244) ((-221 . -1022) 149226) ((-119 . -635) 149156) ((-177 . -38) 149088) ((-1284 . -319) 149067) ((-1263 . -319) 149046) ((-676 . -748) T) ((-99 . -632) 149028) ((-491 . -1082) 148993) ((-1199 . -660) 148945) ((-491 . -662) 148910) ((-663 . -874) 148889) ((-499 . -25) T) ((-499 . -21) T) ((-1263 . -1051) 148841) ((-1089 . -1248) T) ((-1 . -1248) T) ((-642 . -1080) T) ((-391 . -418) T) ((-404 . -102) T) ((-1136 . -637) 148756) ((-275 . -927) 148702) ((-255 . -927) 148679) ((-119 . -1080) T) ((-1118 . -748) T) ((-838 . -1143) T) ((-841 . -874) T) ((-642 . -240) 148658) ((-638 . -102) T) ((-526 . -1248) T) ((-521 . -1248) T) ((-803 . -748) T) ((-802 . -748) T) ((-1254 . -871) T) ((-427 . -1143) T) ((-119 . -250) T) ((-40 . -381) NIL) ((-119 . -240) NIL) ((-400 . -874) 148637) ((-468 . -748) T) ((-838 . -23) T) ((-753 . -25) T) ((-753 . -21) T) ((-692 . -921) 148558) ((-1108 . -298) 148537) ((-75 . -411) T) ((-75 . -410) T) ((-547 . -789) 148519) ((-229 . -874) T) ((-716 . -1087) 148469) ((-1324 . -102) T) ((-1288 . -133) T) ((-1279 . -133) T) ((-1258 . -133) T) ((-1206 . -25) T) ((-1173 . -426) 148453) ((-652 . -380) 148385) ((-620 . -380) 148317) ((-1186 . -1181) 148301) ((-103 . -1132) 148279) ((-1206 . -21) T) ((-1205 . -21) T) ((-889 . -632) 148261) ((-1027 . -739) 148209) ((-227 . -670) 148176) ((-716 . -111) 148110) ((-50 . -748) T) ((-1205 . -25) T) ((-365 . -363) T) ((-1199 . -21) T) ((-1110 . -466) 148061) ((-1199 . -25) T) ((-734 . -528) 148008) ((-595 . -748) T) ((-532 . -748) T) ((-1157 . -21) T) ((-1157 . -25) T) ((-610 . -133) T) ((-609 . -133) T) ((-305 . -668) 147743) ((-496 . -239) 147640) ((-372 . -466) T) ((-367 . -466) T) ((-359 . -466) T) ((-488 . -319) 147619) ((-1257 . -102) T) ((-325 . -298) 147554) ((-108 . -466) T) ((-79 . -455) T) ((-79 . -410) T) ((-491 . -102) T) ((-713 . -635) 147538) ((-1328 . -632) 147520) ((-1328 . -633) 147502) ((-1110 . -416) 147481) ((-1066 . -503) 147412) ((-661 . -670) 147396) ((-137 . -298) 147373) ((-560 . -819) T) ((-560 . -814) T) ((-1094 . -242) 147319) ((-1093 . -874) T) ((-735 . -874) T) ((-372 . -416) 147270) ((-367 . -416) 147221) ((-359 . -416) 147172) ((-1314 . -1143) T) ((-1323 . -1082) 147156) ((-395 . -1082) 147140) ((-1323 . -662) 147110) ((-840 . -239) T) ((-395 . -662) 147080) ((-716 . -635) 147015) ((-1314 . -23) T) ((-626 . -635) 146982) ((-621 . -635) 146964) ((-1302 . -102) T) ((-352 . -929) 146945) ((-178 . -632) 146927) ((-1173 . -1088) T) ((-562 . -381) T) ((-692 . -766) 146911) ((-1210 . -147) 146890) ((-1210 . -149) 146869) ((-1177 . -1132) T) ((-1177 . -1102) 146838) ((-69 . -1248) T) ((-1055 . -1087) 146775) ((-365 . -668) 146705) ((-890 . -1088) T) ((-246 . -660) 146611) ((-716 . -1080) T) ((-353 . -1087) 146556) ((-62 . -1248) T) ((-1055 . -111) 146472) ((-930 . -632) 146383) ((-716 . -250) T) ((-716 . -240) NIL) ((-864 . -870) 146362) ((-721 . -819) T) ((-721 . -814) T) ((-1034 . -426) 146339) ((-353 . -111) 146268) ((-391 . -950) T) ((-421 . -870) 146247) ((-734 . -302) 146158) ((-227 . -748) T) ((-1288 . -507) 146124) ((-1279 . -507) 146090) ((-1258 . -507) 146056) ((-592 . -1132) T) ((-326 . -1033) 146035) ((-226 . -1132) 146013) ((-1256 . -866) T) ((-331 . -1004) 145975) ((-105 . -102) T) ((-48 . -1087) 145940) ((-895 . -874) NIL) ((-1323 . -102) T) ((-395 . -102) T) ((-1285 . -632) 145922) ((-1164 . -1165) 145906) ((-1035 . -660) 145888) ((-900 . -1248) T) ((-48 . -111) 145844) ((-703 . -1248) T) ((-698 . -1248) T) ((-674 . -1248) T) ((-837 . -921) 145711) ((-492 . -1248) T) ((-252 . -1248) T) ((-545 . -102) T) ((-514 . -102) T) ((-154 . -1306) 145695) ((-140 . -1248) T) ((-139 . -1248) T) ((-135 . -1248) T) ((-1249 . -102) T) ((-1055 . -635) 145632) ((-839 . -239) T) ((-1202 . -1253) 145611) ((-218 . -381) T) ((-353 . -635) 145541) ((-1156 . -1253) 145520) ((-246 . -25) 145353) ((-246 . -21) 145264) ((-129 . -121) 145248) ((-123 . -121) 145232) ((-44 . -766) 145216) ((-1202 . -571) 145127) ((-1156 . -571) 145058) ((-1256 . -1132) T) ((-561 . -874) T) ((-1066 . -298) 145033) ((-1198 . -1114) T) ((-1025 . -1114) T) ((-838 . -133) T) ((-119 . -819) NIL) ((-119 . -814) NIL) ((-368 . -319) T) ((-366 . -319) T) ((-358 . -319) T) ((-1120 . -1248) 145011) ((-260 . -1143) 144989) ((-259 . -1143) 144967) ((-1055 . -1080) T) ((-1034 . -1088) T) ((-48 . -635) 144900) ((-357 . -670) 144845) ((-1312 . -632) 144807) ((-1312 . -633) 144768) ((-638 . -38) 144752) ((-1206 . -236) 144705) ((-1205 . -236) 144651) ((-1108 . -632) 144633) ((-1055 . -250) T) ((-353 . -1080) T) ((-837 . -1306) 144603) ((-260 . -23) T) ((-259 . -23) T) ((-1017 . -632) 144585) ((-1199 . -236) 144402) ((-1191 . -153) 144349) ((-758 . -633) 144310) ((-758 . -632) 144292) ((-1035 . -25) T) ((-820 . -871) 144271) ((-1027 . -528) 144183) ((-699 . -874) T) ((-353 . -240) T) ((-353 . -250) T) ((-402 . -635) 144164) ((-935 . -319) T) ((-143 . -632) 144146) ((-143 . -633) 144105) ((-331 . -921) 144009) ((-1035 . -21) T) ((-1002 . -25) T) ((-943 . -21) T) ((-943 . -25) T) ((-443 . -21) T) ((-443 . -25) T) ((-864 . -426) 143993) ((-48 . -1080) T) ((-1320 . -1313) 143977) ((-1319 . -1313) 143961) ((-1066 . -618) 143936) ((-326 . -633) 143797) ((-326 . -632) 143779) ((-325 . -633) NIL) ((-325 . -632) 143761) ((-48 . -250) T) ((-48 . -240) T) ((-678 . -298) 143722) ((-565 . -242) 143672) ((-585 . -874) T) ((-141 . -632) 143639) ((-137 . -632) 143621) ((-115 . -632) 143603) ((-491 . -38) 143568) ((-1323 . -1321) 143547) ((-1314 . -133) T) ((-1322 . -1088) T) ((-1113 . -102) T) ((-87 . -1248) T) ((-514 . -321) NIL) ((-1031 . -107) 143531) ((-913 . -1132) T) ((-910 . -1132) T) ((-1298 . -673) 143515) ((-1298 . -385) 143499) ((-339 . -1248) T) ((-607 . -871) T) ((-1173 . -1132) T) ((-1173 . -1084) 143439) ((-103 . -528) 143372) ((-954 . -632) 143354) ((-357 . -748) T) ((-30 . -632) 143336) ((-890 . -1132) T) ((-864 . -1088) 143315) ((-40 . -670) 143222) ((-229 . -1253) T) ((-421 . -1088) T) ((-1190 . -153) 143204) ((-1027 . -302) 143155) ((-898 . -1248) T) ((-636 . -1132) T) ((-229 . -571) T) ((-331 . -1281) 143139) ((-331 . -1277) 143109) ((-723 . -668) 143081) ((-1220 . -1225) 143060) ((-1107 . -632) 143042) ((-1220 . -107) 142992) ((-669 . -153) 142976) ((-651 . -153) 142922) ((-118 . -668) 142894) ((-493 . -1225) 142873) ((-501 . -149) T) ((-501 . -147) NIL) ((-1151 . -633) 142788) ((-452 . -632) 142770) ((-221 . -149) T) ((-221 . -147) NIL) ((-1151 . -632) 142752) ((-130 . -102) T) ((-51 . -102) T) ((-1258 . -660) 142704) ((-493 . -107) 142654) ((-1024 . -23) T) ((-1323 . -38) 142624) ((-1202 . -1143) T) ((-1156 . -1143) T) ((-1093 . -1253) T) ((-246 . -236) 142515) ((-324 . -102) T) ((-878 . -1143) T) ((-975 . -1253) 142494) ((-495 . -1253) 142473) ((-1093 . -571) T) ((-975 . -571) 142404) ((-1202 . -23) T) ((-1184 . -1114) T) ((-1156 . -23) T) ((-878 . -23) T) ((-495 . -571) 142335) ((-1173 . -739) 142267) ((-692 . -1082) 142251) ((-1177 . -528) 142184) ((-692 . -662) 142168) ((-1066 . -633) NIL) ((-1066 . -632) 142150) ((-96 . -1114) T) ((-1328 . -1087) 142137) ((-890 . -739) 142107) ((-1328 . -111) 142092) ((-1241 . -47) 142061) ((-1199 . -871) NIL) ((-260 . -133) T) ((-259 . -133) T) ((-1134 . -1132) T) ((-1034 . -1132) T) ((-63 . -632) 142043) ((-1110 . -921) 141912) ((-1055 . -814) T) ((-1055 . -819) T) ((-1288 . -25) T) ((-1288 . -21) T) ((-1279 . -21) T) ((-1279 . -25) T) ((-893 . -670) 141899) ((-1258 . -21) T) ((-1258 . -25) T) ((-1058 . -153) 141883) ((-1035 . -236) 141870) ((-896 . -842) 141849) ((-896 . -950) T) ((-734 . -298) 141776) ((-610 . -21) T) ((-352 . -668) 141735) ((-108 . -921) NIL) ((-610 . -25) T) ((-609 . -21) T) ((-177 . -668) 141652) ((-40 . -748) T) ((-226 . -528) 141585) ((-609 . -25) T) ((-490 . -153) 141569) ((-477 . -153) 141553) ((-187 . -1248) T) ((-948 . -816) T) ((-948 . -748) T) ((-793 . -815) T) ((-793 . -816) T) ((-520 . -1132) T) ((-516 . -1132) T) ((-793 . -748) T) ((-229 . -376) T) ((-1320 . -1082) 141537) ((-1319 . -1082) 141521) ((-1320 . -662) 141491) ((-1186 . -1132) 141469) ((-895 . -1253) T) ((-1319 . -662) 141439) ((-1119 . -874) T) ((-678 . -632) 141421) ((-895 . -571) T) ((-716 . -381) NIL) ((-44 . -1082) 141405) ((-1328 . -635) 141387) ((-1322 . -1132) T) ((-692 . -102) T) ((-372 . -1306) 141371) ((-367 . -1306) 141355) ((-44 . -662) 141339) ((-359 . -1306) 141323) ((-563 . -102) T) ((-1241 . -1248) T) ((-534 . -871) 141302) ((-733 . -1248) T) ((-987 . -874) 141281) ((-872 . -874) T) ((-501 . -239) T) ((-221 . -239) T) ((-1077 . -1132) T) ((-839 . -466) 141260) ((-154 . -1082) 141244) ((-1077 . -1102) 141173) ((-1058 . -1007) 141142) ((-841 . -1143) T) ((-1034 . -739) 141087) ((-154 . -662) 141071) ((-400 . -1143) T) ((-490 . -1007) 141040) ((-477 . -1007) 141009) ((-1215 . -874) T) ((-110 . -153) 140991) ((-73 . -632) 140973) ((-918 . -632) 140955) ((-1214 . -874) T) ((-1110 . -746) 140934) ((-1328 . -1080) T) ((-838 . -660) 140882) ((-305 . -1088) 140824) ((-171 . -1253) 140729) ((-229 . -1143) T) ((-336 . -23) T) ((-1199 . -1022) 140681) ((-1285 . -1087) 140586) ((-864 . -1132) T) ((-131 . -874) T) ((-1157 . -762) 140565) ((-1284 . -950) 140544) ((-1263 . -950) 140523) ((-893 . -748) T) ((-171 . -571) 140434) ((-594 . -670) 140421) ((-560 . -670) 140393) ((-421 . -1132) T) ((-270 . -1132) T) ((-216 . -632) 140375) ((-509 . -670) 140325) ((-229 . -23) T) ((-1263 . -842) 140278) ((-1320 . -102) T) ((-505 . -1248) T) ((-353 . -1317) 140255) ((-1319 . -102) T) ((-1285 . -111) 140147) ((-1144 . -921) 140014) ((-837 . -1082) 139915) ((-837 . -662) 139837) ((-146 . -632) 139819) ((-1024 . -133) T) ((-44 . -102) T) ((-246 . -871) 139770) ((-597 . -1248) T) ((-1267 . -1253) 139749) ((-103 . -503) 139733) ((-1322 . -739) 139703) ((-1118 . -47) 139664) ((-1093 . -1143) T) ((-975 . -1143) T) ((-129 . -34) T) ((-123 . -34) T) ((-1267 . -571) 139575) ((-803 . -47) 139552) ((-802 . -47) 139524) ((-1228 . -1248) T) ((-1202 . -133) T) ((-353 . -381) T) ((-495 . -1143) T) ((-1156 . -133) T) ((-895 . -376) T) ((-468 . -47) 139503) ((-878 . -133) T) ((-334 . -874) 139482) ((-154 . -102) T) ((-1093 . -23) T) ((-975 . -23) T) ((-585 . -571) T) ((-838 . -25) T) ((-838 . -21) T) ((-1173 . -528) 139415) ((-623 . -632) 139382) ((-606 . -1114) T) ((-597 . -1069) 139366) ((-1285 . -635) 139240) ((-495 . -23) T) ((-365 . -1088) T) ((-391 . -874) T) ((-1241 . -927) 139221) ((-692 . -321) 139159) ((-1288 . -236) 139112) ((-1144 . -1306) 139082) ((-721 . -670) 139047) ((-1035 . -871) T) ((-1034 . -175) T) ((-985 . -147) 139026) ((-652 . -1132) T) ((-620 . -1132) T) ((-985 . -149) 139005) ((-757 . -149) 138984) ((-757 . -147) 138963) ((-676 . -1248) T) ((-1002 . -871) T) ((-1279 . -236) 138909) ((-1258 . -236) 138726) ((-854 . -668) 138643) ((-488 . -950) 138622) ((-346 . -1248) T) ((-331 . -1082) 138457) ((-326 . -1087) 138367) ((-325 . -1087) 138296) ((-1027 . -298) 138254) ((-421 . -739) 138206) ((-331 . -662) 138047) ((-609 . -236) 138000) ((-723 . -870) T) ((-1285 . -1080) T) ((-326 . -111) 137896) ((-325 . -111) 137809) ((-97 . -1248) T) ((-993 . -102) T) ((-837 . -102) 137541) ((-734 . -633) NIL) ((-734 . -632) 137523) ((-1285 . -338) 137467) ((-676 . -1069) 137363) ((-1118 . -1248) T) ((-1066 . -300) 137338) ((-594 . -748) T) ((-560 . -816) T) ((-171 . -376) 137289) ((-560 . -813) T) ((-560 . -748) T) ((-509 . -748) T) ((-803 . -1248) T) ((-802 . -1248) T) ((-1177 . -503) 137273) ((-475 . -1248) T) ((-468 . -1248) T) ((-1320 . -1321) 137249) ((-1118 . -911) NIL) ((-895 . -1143) T) ((-119 . -939) NIL) ((-1319 . -1321) 137228) ((-671 . -1248) T) ((-803 . -911) NIL) ((-802 . -911) 137087) ((-1314 . -25) T) ((-1314 . -21) T) ((-1246 . -102) 137065) ((-1137 . -410) T) ((-642 . -670) 137052) ((-468 . -911) NIL) ((-697 . -102) 137002) ((-1118 . -1069) 136829) ((-895 . -23) T) ((-803 . -1069) 136688) ((-802 . -1069) 136545) ((-119 . -670) 136490) ((-468 . -1069) 136366) ((-286 . -1248) T) ((-326 . -635) 135930) ((-325 . -635) 135813) ((-50 . -1248) T) ((-404 . -668) 135782) ((-671 . -1069) 135766) ((-646 . -102) T) ((-595 . -1248) T) ((-532 . -1248) T) ((-226 . -503) 135750) ((-1298 . -34) T) ((-638 . -668) 135709) ((-301 . -1082) 135696) ((-137 . -635) 135680) ((-301 . -662) 135667) ((-652 . -739) 135651) ((-620 . -739) 135635) ((-692 . -38) 135595) ((-331 . -102) T) ((-1151 . -1087) 135582) ((-86 . -632) 135564) ((-50 . -1069) 135548) ((-1118 . -390) 135532) ((-803 . -390) 135516) ((-721 . -748) T) ((-721 . -816) T) ((-721 . -813) T) ((-60 . -57) 135478) ((-595 . -1069) 135465) ((-532 . -1069) 135442) ((-174 . -1248) T) ((-336 . -133) T) ((-326 . -1080) 135332) ((-325 . -1080) T) ((-171 . -1143) T) ((-802 . -390) 135316) ((-45 . -153) 135266) ((-1035 . -1022) 135248) ((-468 . -390) 135232) ((-421 . -175) T) ((-326 . -250) 135211) ((-325 . -250) T) ((-325 . -240) NIL) ((-305 . -1132) 134993) ((-229 . -133) T) ((-1151 . -111) 134978) ((-171 . -23) T) ((-820 . -149) 134957) ((-820 . -147) 134936) ((-260 . -660) 134842) ((-259 . -660) 134748) ((-331 . -296) 134714) ((-1186 . -528) 134647) ((-491 . -668) 134597) ((-657 . -866) T) ((-496 . -921) 134464) ((-1164 . -1132) T) ((-229 . -1091) T) ((-837 . -321) 134402) ((-1118 . -927) 134337) ((-803 . -927) 134280) ((-802 . -927) 134264) ((-1320 . -38) 134234) ((-1319 . -38) 134204) ((-1267 . -1143) T) ((-879 . -1143) T) ((-468 . -927) 134181) ((-882 . -1132) T) ((-1267 . -23) T) ((-1151 . -635) 134153) ((-1093 . -133) T) ((-879 . -23) T) ((-585 . -1143) T) ((-642 . -748) T) ((-525 . -874) T) ((-368 . -950) T) ((-366 . -950) T) ((-301 . -102) T) ((-358 . -950) T) ((-1001 . -1114) T) ((-975 . -133) T) ((-838 . -236) 134098) ((-119 . -816) NIL) ((-119 . -813) NIL) ((-119 . -748) T) ((-1077 . -528) 133999) ((-716 . -939) NIL) ((-585 . -23) T) ((-495 . -133) T) ((-419 . -239) 133950) ((-697 . -321) 133888) ((-227 . -1248) T) ((-657 . -1132) T) ((-652 . -783) T) ((-620 . -783) T) ((-1258 . -871) NIL) ((-1110 . -1082) 133798) ((-1034 . -302) T) ((-716 . -670) 133748) ((-260 . -25) T) ((-365 . -1132) T) ((-260 . -21) T) ((-259 . -25) T) ((-259 . -21) T) ((-154 . -38) 133732) ((-2 . -102) T) ((-935 . -950) T) ((-1110 . -662) 133600) ((-496 . -1306) 133570) ((-1151 . -1080) T) ((-733 . -319) T) ((-723 . -1088) T) ((-372 . -1082) 133522) ((-367 . -1082) 133474) ((-359 . -1082) 133426) ((-372 . -662) 133378) ((-227 . -1069) 133355) ((-367 . -662) 133307) ((-108 . -1082) 133257) ((-359 . -662) 133209) ((-305 . -739) 133151) ((-661 . -1248) T) ((-501 . -466) T) ((-421 . -528) 133063) ((-108 . -662) 133013) ((-221 . -466) T) ((-1151 . -240) T) ((-307 . -153) 132963) ((-1027 . -633) 132924) ((-1027 . -632) 132906) ((-1020 . -632) 132888) ((-118 . -1088) T) ((-678 . -1087) 132872) ((-229 . -507) T) ((-413 . -632) 132854) ((-413 . -633) 132831) ((-1085 . -1306) 132801) ((-678 . -111) 132780) ((-692 . -929) 132703) ((-1173 . -503) 132687) ((-1323 . -668) 132646) ((-395 . -668) 132615) ((-64 . -455) T) ((-64 . -410) T) ((-1191 . -102) T) ((-895 . -133) T) ((-498 . -102) 132565) ((-1146 . -1248) T) ((-1255 . -874) T) ((-1328 . -381) T) ((-1110 . -102) T) ((-1092 . -102) T) ((-365 . -739) 132510) ((-896 . -874) 132461) ((-753 . -149) 132440) ((-753 . -147) 132419) ((-678 . -635) 132337) ((-1055 . -670) 132274) ((-537 . -1132) 132252) ((-372 . -102) T) ((-367 . -102) T) ((-359 . -102) T) ((-108 . -102) T) ((-518 . -1132) T) ((-353 . -670) 132197) ((-1202 . -660) 132145) ((-1156 . -660) 132093) ((-394 . -523) 132072) ((-854 . -870) 132051) ((-716 . -748) T) ((-391 . -1253) T) ((-345 . -1248) T) ((-1258 . -1022) 132003) ((-352 . -1088) T) ((-114 . -1248) T) ((-177 . -1088) T) ((-103 . -632) 131935) ((-1206 . -147) 131914) ((-1206 . -149) 131893) ((-391 . -571) T) ((-1205 . -149) 131872) ((-1205 . -147) 131851) ((-1199 . -147) 131758) ((-421 . -302) T) ((-1199 . -149) 131665) ((-1157 . -149) 131644) ((-1157 . -147) 131623) ((-331 . -38) 131464) ((-171 . -133) T) ((-325 . -819) NIL) ((-325 . -814) NIL) ((-678 . -1080) T) ((-48 . -670) 131414) ((-1144 . -1082) 131315) ((-918 . -635) 131292) ((-1144 . -662) 131214) ((-1198 . -102) T) ((-1025 . -102) T) ((-1024 . -21) T) ((-129 . -1041) 131198) ((-123 . -1041) 131182) ((-1024 . -25) T) ((-930 . -121) 131166) ((-1190 . -102) T) ((-1267 . -133) T) ((-1263 . -874) 131065) ((-1202 . -25) T) ((-1202 . -21) T) ((-1191 . -321) 130860) ((-357 . -1248) T) ((-1156 . -25) T) ((-879 . -133) T) ((-407 . -1248) T) ((-1156 . -21) T) ((-878 . -25) T) ((-878 . -21) T) ((-803 . -319) 130839) ((-1186 . -503) 130823) ((-1182 . -153) 130773) ((-1177 . -632) 130735) ((-669 . -102) 130685) ((-651 . -102) T) ((-1177 . -633) 130646) ((-585 . -133) T) ((-638 . -870) 130625) ((-1055 . -813) T) ((-1055 . -816) T) ((-1055 . -748) T) ((-837 . -929) 130494) ((-734 . -1087) 130317) ((-616 . -874) 130296) ((-498 . -321) 130234) ((-467 . -432) 130204) ((-365 . -175) T) ((-301 . -38) 130191) ((-260 . -236) 130082) ((-259 . -236) 129973) ((-285 . -102) T) ((-284 . -102) T) ((-283 . -102) T) ((-282 . -102) T) ((-281 . -102) T) ((-280 . -102) T) ((-357 . -1069) 129950) ((-279 . -102) T) ((-215 . -102) T) ((-214 . -102) T) ((-212 . -102) T) ((-211 . -102) T) ((-210 . -102) T) ((-209 . -102) T) ((-206 . -102) T) ((-205 . -102) T) ((-204 . -102) T) ((-203 . -102) T) ((-202 . -102) T) ((-201 . -102) T) ((-200 . -102) T) ((-199 . -102) T) ((-198 . -102) T) ((-197 . -102) T) ((-196 . -102) T) ((-734 . -111) 129759) ((-353 . -748) T) ((-692 . -274) 129743) ((-692 . -234) 129727) ((-595 . -319) T) ((-532 . -319) T) ((-305 . -528) 129676) ((-1196 . -1248) T) ((-108 . -321) NIL) ((-72 . -410) T) ((-1144 . -102) 129408) ((-854 . -426) 129392) ((-1151 . -819) T) ((-1151 . -814) T) ((-723 . -1132) T) ((-592 . -632) 129374) ((-391 . -376) T) ((-171 . -507) 129352) ((-226 . -632) 129284) ((-136 . -1132) T) ((-118 . -1132) T) ((-995 . -1248) T) ((-48 . -748) T) ((-1077 . -503) 129249) ((-143 . -440) 129231) ((-143 . -381) T) ((-1058 . -102) T) ((-524 . -523) 129210) ((-734 . -635) 128966) ((-1256 . -632) 128948) ((-1213 . -1248) T) ((-1213 . -1069) 128884) ((-1206 . -239) 128843) ((-490 . -102) T) ((-477 . -102) T) ((-1205 . -239) 128795) ((-1199 . -239) 128618) ((-1065 . -1143) T) ((-331 . -929) 128524) ((-1208 . -874) T) ((-1206 . -35) 128490) ((-1206 . -95) 128456) ((-1206 . -1237) 128422) ((-1206 . -1234) 128388) ((-1205 . -1234) 128354) ((-1205 . -1237) 128320) ((-1205 . -95) 128286) ((-1205 . -35) 128252) ((-1199 . -1234) 128218) ((-1199 . -1237) 128184) ((-1190 . -321) NIL) ((-89 . -411) T) ((-89 . -410) T) ((-1110 . -1183) 128163) ((-40 . -1248) T) ((-1199 . -95) 128129) ((-1065 . -23) T) ((-1199 . -35) 128095) ((-585 . -507) T) ((-1157 . -35) 128061) ((-1157 . -95) 128027) ((-1157 . -1237) 127993) ((-1157 . -1234) 127959) ((-374 . -1143) T) ((-372 . -1183) 127938) ((-367 . -1183) 127917) ((-359 . -1183) 127896) ((-1134 . -298) 127852) ((-983 . -1248) T) ((-948 . -1248) T) ((-108 . -1183) T) ((-854 . -1088) 127831) ((-793 . -1248) T) ((-669 . -321) 127769) ((-651 . -321) 127620) ((-694 . -1248) T) ((-734 . -1080) T) ((-1093 . -660) 127602) ((-1110 . -38) 127470) ((-975 . -660) 127418) ((-1035 . -149) T) ((-1035 . -147) NIL) ((-391 . -1143) T) ((-336 . -25) T) ((-334 . -23) T) ((-972 . -871) 127397) ((-734 . -338) 127374) ((-495 . -660) 127322) ((-40 . -1069) 127210) ((-734 . -240) T) ((-723 . -739) 127197) ((-352 . -1132) T) ((-177 . -1132) T) ((-343 . -871) T) ((-419 . -466) 127147) ((-391 . -23) T) ((-372 . -38) 127112) ((-367 . -38) 127077) ((-359 . -38) 127042) ((-80 . -455) T) ((-80 . -410) T) ((-229 . -25) T) ((-229 . -21) T) ((-856 . -1143) T) ((-108 . -38) 126992) ((-850 . -1143) T) ((-795 . -1132) T) ((-118 . -739) 126979) ((-694 . -1069) 126963) ((-630 . -102) T) ((-856 . -23) T) ((-850 . -23) T) ((-1186 . -298) 126915) ((-1144 . -321) 126853) ((-496 . -1082) 126754) ((-1128 . -242) 126738) ((-61 . -411) T) ((-61 . -410) T) ((-1184 . -102) T) ((-110 . -102) T) ((-496 . -662) 126660) ((-40 . -390) 126637) ((-96 . -102) T) ((-677 . -876) 126621) ((-1202 . -236) 126608) ((-1166 . -1114) T) ((-1093 . -21) T) ((-1093 . -25) T) ((-1085 . -1082) 126592) ((-837 . -274) 126561) ((-837 . -234) 126530) ((-975 . -25) T) ((-975 . -21) T) ((-1151 . -381) T) ((-1085 . -662) 126472) ((-638 . -1088) T) ((-1058 . -321) 126410) ((-913 . -632) 126392) ((-692 . -668) 126351) ((-495 . -25) T) ((-495 . -21) T) ((-394 . -1082) 126335) ((-910 . -632) 126317) ((-893 . -1248) T) ((-537 . -528) 126250) ((-260 . -871) 126201) ((-259 . -871) 126152) ((-394 . -662) 126122) ((-895 . -660) 126099) ((-490 . -321) 126037) ((-562 . -1248) T) ((-477 . -321) 125975) ((-365 . -302) T) ((-1186 . -1287) 125959) ((-1173 . -632) 125921) ((-1173 . -633) 125882) ((-1171 . -102) T) ((-1027 . -1087) 125778) ((-40 . -927) 125730) ((-1186 . -618) 125707) ((-1328 . -670) 125694) ((-1094 . -153) 125640) ((-501 . -921) NIL) ((-890 . -504) 125617) ((-1027 . -111) 125499) ((-896 . -1253) T) ((-221 . -921) NIL) ((-352 . -739) 125483) ((-890 . -632) 125445) ((-177 . -739) 125377) ((-896 . -571) T) ((-421 . -298) 125335) ((-246 . -239) 125232) ((-108 . -414) 125214) ((-85 . -398) T) ((-85 . -410) T) ((-723 . -175) T) ((-636 . -632) 125196) ((-99 . -748) T) ((-496 . -102) 124928) ((-99 . -487) T) ((-118 . -175) T) ((-1320 . -668) 124887) ((-1319 . -668) 124846) ((-171 . -660) 124794) ((-1110 . -929) 124665) ((-1085 . -102) T) ((-1027 . -635) 124555) ((-895 . -25) T) ((-837 . -245) 124534) ((-895 . -21) T) ((-840 . -102) T) ((-1035 . -239) T) ((-44 . -668) 124477) ((-429 . -102) T) ((-394 . -102) T) ((-110 . -321) NIL) ((-231 . -102) 124427) ((-218 . -1248) T) ((-129 . -1248) T) ((-123 . -1248) T) ((-108 . -929) NIL) ((-839 . -1082) 124378) ((-58 . -874) 124357) ((-839 . -662) 124299) ((-530 . -874) 124278) ((-510 . -874) 124257) ((-1065 . -133) T) ((-692 . -380) 124241) ((-154 . -668) 124200) ((-1328 . -748) T) ((-652 . -298) 124158) ((-620 . -298) 124116) ((-1288 . -147) 124095) ((-1267 . -660) 124043) ((-1027 . -1080) T) ((-1134 . -632) 124025) ((-1034 . -632) 124007) ((-594 . -1248) T) ((-560 . -1248) T) ((-509 . -1248) T) ((-529 . -23) T) ((-525 . -23) T) ((-357 . -319) T) ((-522 . -23) T) ((-334 . -133) T) ((-3 . -1132) T) ((-1034 . -633) 123991) ((-1027 . -250) 123970) ((-1027 . -240) 123949) ((-1288 . -149) 123928) ((-1284 . -1253) 123907) ((-854 . -1132) T) ((-1279 . -149) 123886) ((-1279 . -147) 123865) ((-1263 . -1253) 123844) ((-1258 . -147) 123751) ((-1258 . -149) 123658) ((-391 . -133) T) ((-229 . -236) 123645) ((-177 . -175) T) ((-560 . -911) 123627) ((0 . -1132) T) ((-171 . -21) T) ((-171 . -25) T) ((-55 . -1248) T) ((-49 . -1132) T) ((-1285 . -670) 123532) ((-1284 . -571) 123483) ((-1263 . -571) 123434) ((-736 . -1143) T) ((-659 . -23) T) ((-560 . -1069) 123416) ((-609 . -149) 123395) ((-609 . -147) 123374) ((-509 . -1069) 123317) ((-1166 . -1168) T) ((-88 . -398) T) ((-88 . -410) T) ((-896 . -376) T) ((-856 . -133) T) ((-850 . -133) T) ((-993 . -668) 123261) ((-736 . -23) T) ((-520 . -632) 123211) ((-516 . -632) 123193) ((-837 . -668) 122972) ((-1323 . -1088) T) ((-391 . -1091) T) ((-1057 . -1132) 122950) ((-55 . -1069) 122932) ((-930 . -34) T) ((-496 . -321) 122870) ((-606 . -102) T) ((-1186 . -633) 122831) ((-1186 . -632) 122763) ((-1210 . -1082) 122646) ((-45 . -102) T) ((-839 . -102) T) ((-1210 . -662) 122543) ((-1301 . -1248) T) ((-1267 . -25) T) ((-1267 . -21) T) ((-1093 . -236) 122530) ((-879 . -25) T) ((-526 . -874) T) ((-256 . -1248) T) ((-44 . -380) 122514) ((-879 . -21) T) ((-753 . -466) 122465) ((-1322 . -632) 122447) ((-732 . -1248) T) ((-721 . -1248) T) ((-1311 . -1082) 122417) ((-1085 . -321) 122355) ((-693 . -1114) T) ((-619 . -1114) T) ((-404 . -1132) T) ((-585 . -25) T) ((-585 . -21) T) ((-183 . -1114) T) ((-164 . -1114) T) ((-158 . -1114) T) ((-156 . -1114) T) ((-1311 . -662) 122325) ((-638 . -1132) T) ((-721 . -911) 122307) ((-1298 . -1248) T) ((-231 . -321) 122245) ((-146 . -381) T) ((-1222 . -1248) T) ((-1077 . -633) 122187) ((-1077 . -632) 122130) ((-325 . -939) NIL) ((-1257 . -866) T) ((-1144 . -929) 121999) ((-721 . -1069) 121944) ((-733 . -950) T) ((-488 . -1253) 121923) ((-1205 . -466) 121902) ((-1199 . -466) 121881) ((-342 . -102) T) ((-896 . -1143) T) ((-331 . -668) 121763) ((-326 . -670) 121492) ((-325 . -670) 121421) ((-488 . -571) 121372) ((-352 . -528) 121338) ((-565 . -153) 121288) ((-40 . -319) T) ((-864 . -632) 121270) ((-723 . -302) T) ((-896 . -23) T) ((-391 . -507) T) ((-1110 . -274) 121240) ((-1110 . -234) 121210) ((-524 . -102) T) ((-421 . -633) 121017) ((-421 . -632) 120999) ((-270 . -632) 120981) ((-118 . -302) T) ((-1285 . -748) T) ((-642 . -1248) T) ((-1324 . -1132) T) ((-1284 . -376) 120960) ((-1263 . -376) 120939) ((-1312 . -34) T) ((-1257 . -1132) T) ((-119 . -1248) T) ((-108 . -274) 120921) ((-108 . -234) 120903) ((-1210 . -102) T) ((-491 . -1132) T) ((-537 . -503) 120887) ((-758 . -34) T) ((-677 . -1082) 120871) ((-677 . -662) 120841) ((-895 . -236) NIL) ((-143 . -34) T) ((-119 . -909) 120818) ((-119 . -911) NIL) ((-1311 . -102) T) ((-1288 . -239) 120777) ((-642 . -1069) 120660) ((-625 . -102) T) ((-624 . -102) T) ((-622 . -102) T) ((-663 . -871) 120639) ((-1279 . -239) 120591) ((-1258 . -239) 120414) ((-307 . -102) T) ((-734 . -381) 120393) ((-119 . -1069) 120370) ((-404 . -739) 120354) ((-609 . -239) 120313) ((-638 . -739) 120297) ((-1136 . -1248) T) ((-45 . -321) 120101) ((-838 . -147) 120080) ((-838 . -149) 120059) ((-301 . -668) 120031) ((-1322 . -397) 120010) ((-841 . -871) T) ((-1302 . -1132) T) ((-1191 . -233) 119957) ((-400 . -871) 119936) ((-1288 . -35) 119902) ((-1288 . -1237) 119868) ((-1288 . -1234) 119834) ((-1279 . -1234) 119800) ((-529 . -133) T) ((-1279 . -1237) 119766) ((-1258 . -1234) 119732) ((-1258 . -1237) 119698) ((-1288 . -95) 119664) ((-1284 . -1143) T) ((-419 . -921) 119585) ((-652 . -632) 119554) ((-620 . -632) 119523) ((-229 . -871) T) ((-1279 . -95) 119489) ((-1279 . -35) 119455) ((-1263 . -1143) T) ((-1151 . -670) 119427) ((-1258 . -95) 119393) ((-1258 . -35) 119359) ((-607 . -153) 119341) ((-1110 . -363) 119320) ((-177 . -302) T) ((-119 . -390) 119297) ((-119 . -351) 119274) ((-171 . -236) 119199) ((-893 . -319) T) ((-325 . -816) NIL) ((-325 . -813) NIL) ((-326 . -748) 119048) ((-325 . -748) T) ((-659 . -133) T) ((-488 . -376) 119027) ((-372 . -363) 119006) ((-367 . -363) 118985) ((-359 . -363) 118964) ((-326 . -487) 118943) ((-1284 . -23) T) ((-1263 . -23) T) ((-740 . -1143) T) ((-736 . -133) T) ((-677 . -102) T) ((-491 . -739) 118908) ((-674 . -874) 118887) ((-45 . -294) 118837) ((-105 . -1132) T) ((-68 . -632) 118819) ((-252 . -874) 118798) ((-1001 . -102) T) ((-888 . -102) T) ((-642 . -927) 118757) ((-1323 . -1132) T) ((-395 . -1132) T) ((-1267 . -236) 118744) ((-1249 . -1132) T) ((-83 . -1248) T) ((-1144 . -274) 118713) ((-1093 . -871) T) ((-119 . -927) NIL) ((-803 . -950) 118692) ((-735 . -871) T) ((-545 . -1132) T) ((-514 . -1132) T) ((-368 . -1253) T) ((-366 . -1253) T) ((-358 . -1253) T) ((-275 . -1253) 118671) ((-255 . -1253) 118650) ((-547 . -885) T) ((-1144 . -234) 118619) ((-1190 . -843) T) ((-1173 . -1087) 118603) ((-404 . -783) T) ((-716 . -1248) T) ((-713 . -1069) 118587) ((-368 . -571) T) ((-366 . -571) T) ((-358 . -571) T) ((-275 . -571) 118518) ((-255 . -571) 118449) ((-539 . -1114) T) ((-1173 . -111) 118428) ((-467 . -766) 118398) ((-890 . -1087) 118368) ((-839 . -38) 118310) ((-716 . -909) 118292) ((-626 . -1248) T) ((-621 . -1248) T) ((-716 . -911) 118274) ((-307 . -321) 118078) ((-1186 . -300) 118055) ((-935 . -1253) T) ((-1110 . -668) 117950) ((-1035 . -466) T) ((-692 . -426) 117934) ((-890 . -111) 117899) ((-943 . -466) T) ((-716 . -1069) 117844) ((-935 . -571) T) ((-547 . -632) 117826) ((-595 . -950) T) ((-501 . -1082) 117776) ((-488 . -1143) T) ((-532 . -950) T) ((-496 . -929) 117645) ((-65 . -632) 117627) ((-221 . -1082) 117577) ((-501 . -662) 117527) ((-372 . -668) 117464) ((-367 . -668) 117401) ((-359 . -668) 117338) ((-651 . -233) 117284) ((-221 . -662) 117234) ((-108 . -668) 117184) ((-488 . -23) T) ((-1151 . -816) T) ((-896 . -133) T) ((-1151 . -813) T) ((-1314 . -1318) 117163) ((-1151 . -748) T) ((-678 . -670) 117137) ((-305 . -632) 116878) ((-1173 . -635) 116796) ((-1066 . -34) T) ((-838 . -239) 116747) ((-594 . -319) T) ((-560 . -319) T) ((-509 . -319) T) ((-1323 . -739) 116717) ((-716 . -390) 116699) ((-716 . -351) 116681) ((-491 . -175) T) ((-395 . -739) 116651) ((-890 . -635) 116586) ((-895 . -871) NIL) ((-560 . -1051) T) ((-509 . -1051) T) ((-1164 . -632) 116568) ((-1144 . -245) 116547) ((-217 . -102) T) ((-1182 . -102) T) ((-71 . -632) 116529) ((-1055 . -1248) T) ((-1173 . -1080) T) ((-1210 . -38) 116426) ((-882 . -632) 116408) ((-560 . -559) T) ((-692 . -1088) T) ((-753 . -979) 116361) ((-1173 . -240) 116340) ((-353 . -1248) T) ((-1113 . -1132) T) ((-1065 . -25) T) ((-1065 . -21) T) ((-1034 . -1087) 116285) ((-339 . -874) 116264) ((-931 . -102) T) ((-890 . -1080) T) ((-716 . -927) NIL) ((-368 . -341) 116248) ((-368 . -376) T) ((-366 . -341) 116232) ((-366 . -376) T) ((-358 . -341) 116216) ((-358 . -376) T) ((-501 . -102) T) ((-1311 . -38) 116186) ((-561 . -871) T) ((-537 . -708) 116136) ((-221 . -102) T) ((-1055 . -1069) 116016) ((-1034 . -111) 115945) ((-657 . -632) 115927) ((-1206 . -1004) 115896) ((-1205 . -1004) 115858) ((-534 . -153) 115842) ((-1110 . -383) 115821) ((-365 . -632) 115803) ((-334 . -21) T) ((-353 . -1069) 115780) ((-334 . -25) T) ((-1199 . -1004) 115749) ((-48 . -1248) T) ((-77 . -632) 115731) ((-1157 . -1004) 115698) ((-721 . -319) T) ((-130 . -866) T) ((-935 . -376) T) ((-391 . -25) T) ((-391 . -21) T) ((-935 . -341) 115685) ((-82 . -632) 115667) ((-721 . -1051) T) ((-699 . -871) T) ((-402 . -1248) T) ((-1284 . -133) T) ((-1263 . -133) T) ((-930 . -1041) 115651) ((-856 . -21) T) ((-48 . -1069) 115594) ((-856 . -25) T) ((-850 . -25) T) ((-850 . -21) T) ((-1144 . -668) 115373) ((-1320 . -1088) T) ((-564 . -102) T) ((-1319 . -1088) T) ((-678 . -748) T) ((-1134 . -637) 115276) ((-1034 . -635) 115206) ((-1322 . -1087) 115190) ((-934 . -1248) T) ((-837 . -426) 115159) ((-103 . -121) 115143) ((-130 . -1132) T) ((-51 . -1132) T) ((-956 . -632) 115125) ((-895 . -1022) 115102) ((-846 . -102) T) ((-1322 . -111) 115081) ((-753 . -921) 115056) ((-677 . -38) 115026) ((-585 . -871) T) ((-368 . -1143) T) ((-366 . -1143) T) ((-358 . -1143) T) ((-275 . -1143) T) ((-255 . -1143) T) ((-1182 . -321) 114830) ((-1119 . -236) 114817) ((-642 . -319) 114796) ((-686 . -23) T) ((-538 . -1114) T) ((-324 . -1132) T) ((-496 . -274) 114765) ((-496 . -234) 114734) ((-154 . -1088) T) ((-368 . -23) T) ((-366 . -23) T) ((-358 . -23) T) ((-119 . -319) T) ((-275 . -23) T) ((-255 . -23) T) ((-1034 . -1080) T) ((-734 . -939) 114713) ((-1206 . -921) 114601) ((-1205 . -921) 114482) ((-1199 . -921) 114218) ((-1186 . -635) 114195) ((-1034 . -240) 114167) ((-1034 . -250) T) ((-1157 . -921) 114149) ((-119 . -1051) NIL) ((-935 . -1143) T) ((-1279 . -466) 114128) ((-1258 . -466) 114107) ((-537 . -632) 114039) ((-734 . -670) 113928) ((-421 . -1087) 113880) ((-518 . -632) 113862) ((-935 . -23) T) ((-501 . -321) NIL) ((-1322 . -635) 113818) ((-488 . -133) T) ((-221 . -321) NIL) ((-421 . -111) 113756) ((-837 . -1088) 113734) ((-758 . -1130) 113718) ((-1284 . -507) 113684) ((-1263 . -507) 113650) ((-450 . -1248) T) ((-563 . -866) T) ((-143 . -1130) 113632) ((-491 . -302) T) ((-1215 . -684) T) ((-1322 . -1080) T) ((-260 . -239) 113529) ((-259 . -239) 113426) ((-1254 . -102) T) ((-1094 . -102) T) ((-864 . -635) 113294) ((-514 . -528) NIL) ((-496 . -245) 113273) ((-421 . -635) 113171) ((-985 . -1082) 113054) ((-757 . -1082) 113024) ((-985 . -662) 112921) ((-1202 . -147) 112900) ((-757 . -662) 112870) ((-467 . -1082) 112840) ((-1202 . -149) 112819) ((-1156 . -149) 112798) ((-1156 . -147) 112777) ((-652 . -1087) 112761) ((-620 . -1087) 112745) ((-467 . -662) 112715) ((-1206 . -1291) 112699) ((-1206 . -1277) 112676) ((-1205 . -1283) 112637) ((-692 . -1132) T) ((-692 . -1084) 112577) ((-1205 . -1277) 112547) ((-563 . -1132) T) ((-501 . -1183) T) ((-1205 . -1281) 112531) ((-1199 . -1262) 112492) ((-840 . -277) 112476) ((-221 . -1183) T) ((-357 . -950) T) ((-99 . -1248) T) ((-652 . -111) 112455) ((-620 . -111) 112434) ((-1199 . -1277) 112411) ((-864 . -1080) 112390) ((-1199 . -1260) 112374) ((-529 . -25) T) ((-509 . -310) T) ((-526 . -23) T) ((-525 . -25) T) ((-522 . -25) T) ((-521 . -23) T) ((-421 . -1080) T) ((-419 . -1082) 112348) ((-331 . -1088) T) ((-716 . -319) T) ((-419 . -662) 112322) ((-108 . -870) T) ((-734 . -748) T) ((-421 . -250) T) ((-421 . -240) 112301) ((-391 . -236) 112288) ((-501 . -38) 112238) ((-221 . -38) 112188) ((-488 . -507) 112154) ((-659 . -21) T) ((-659 . -25) T) ((-1256 . -381) T) ((-1190 . -1175) T) ((-1133 . -102) T) ((-850 . -236) 112127) ((-723 . -632) 112109) ((-723 . -633) 112024) ((-736 . -21) T) ((-736 . -25) T) ((-1166 . -102) T) ((-496 . -668) 111803) ((-246 . -921) 111670) ((-136 . -632) 111652) ((-118 . -632) 111634) ((-159 . -25) T) ((-1320 . -1132) T) ((-896 . -660) 111582) ((-1319 . -1132) T) ((-889 . -1248) T) ((-985 . -102) T) ((-757 . -102) T) ((-737 . -102) T) ((-467 . -102) T) ((-838 . -466) 111533) ((-44 . -1132) T) ((-1119 . -871) T) ((-1094 . -321) 111384) ((-686 . -133) T) ((-1085 . -668) 111353) ((-692 . -739) 111337) ((-301 . -1088) T) ((-368 . -133) T) ((-366 . -133) T) ((-358 . -133) T) ((-275 . -133) T) ((-255 . -133) T) ((-394 . -668) 111306) ((-1328 . -1248) T) ((-419 . -102) T) ((-154 . -1132) T) ((-45 . -233) 111256) ((-1035 . -921) NIL) ((-820 . -1082) 111240) ((-987 . -871) 111219) ((-1027 . -670) 111121) ((-820 . -662) 111105) ((-246 . -1306) 111075) ((-1055 . -319) T) ((-305 . -1087) 110996) ((-935 . -133) T) ((-40 . -950) T) ((-501 . -414) 110978) ((-353 . -319) T) ((-221 . -414) 110960) ((-1110 . -426) 110944) ((-305 . -111) 110860) ((-1215 . -871) T) ((-1214 . -871) T) ((-896 . -25) T) ((-896 . -21) T) ((-1285 . -47) 110804) ((-352 . -632) 110786) ((-1202 . -239) T) ((-229 . -149) T) ((-177 . -632) 110768) ((-795 . -632) 110750) ((-131 . -871) T) ((-627 . -242) 110697) ((-489 . -242) 110647) ((-1320 . -739) 110617) ((-48 . -319) T) ((-1319 . -739) 110587) ((-65 . -635) 110516) ((-993 . -1132) T) ((-837 . -1132) 110268) ((-323 . -102) T) ((-930 . -1248) T) ((-48 . -1051) T) ((-1263 . -660) 110176) ((-711 . -102) 110126) ((-44 . -739) 110110) ((-565 . -102) T) ((-305 . -635) 110041) ((-67 . -396) T) ((-501 . -929) NIL) ((-67 . -410) T) ((-286 . -874) T) ((-221 . -929) NIL) ((-674 . -23) T) ((-839 . -668) 109977) ((-692 . -783) T) ((-1246 . -1132) 109955) ((-365 . -1087) 109900) ((-697 . -1132) 109878) ((-1093 . -149) T) ((-975 . -149) 109857) ((-975 . -147) 109836) ((-820 . -102) T) ((-154 . -739) 109820) ((-495 . -149) 109799) ((-495 . -147) 109778) ((-365 . -111) 109707) ((-1110 . -1088) T) ((-334 . -871) 109686) ((-1288 . -1004) 109655) ((-1285 . -1248) T) ((-646 . -1132) T) ((-1279 . -1004) 109617) ((-526 . -133) T) ((-521 . -133) T) ((-307 . -233) 109567) ((-372 . -1088) T) ((-367 . -1088) T) ((-359 . -1088) T) ((-305 . -1080) 109509) ((-1258 . -1004) 109478) ((-391 . -871) T) ((-108 . -1088) T) ((-1027 . -748) T) ((-893 . -950) T) ((-864 . -819) 109457) ((-864 . -814) 109436) ((-419 . -321) 109375) ((-482 . -102) T) ((-609 . -1004) 109344) ((-331 . -1132) T) ((-421 . -819) 109323) ((-421 . -814) 109302) ((-514 . -503) 109284) ((-1285 . -1069) 109250) ((-1284 . -21) T) ((-1284 . -25) T) ((-1263 . -21) T) ((-1263 . -25) T) ((-657 . -635) 109227) ((-837 . -739) 109169) ((-365 . -635) 109099) ((-721 . -418) T) ((-1312 . -1248) T) ((-1144 . -426) 109068) ((-1108 . -1248) T) ((-619 . -102) T) ((-1034 . -381) NIL) ((-1017 . -1248) T) ((-693 . -102) T) ((-183 . -102) T) ((-164 . -102) T) ((-158 . -102) T) ((-156 . -102) T) ((-103 . -34) T) ((-1210 . -668) 108978) ((-758 . -1248) T) ((-753 . -1082) 108821) ((-44 . -783) T) ((-753 . -662) 108670) ((-607 . -102) T) ((-677 . -680) 108654) ((-78 . -411) T) ((-78 . -410) T) ((-143 . -1248) T) ((-895 . -149) T) ((-895 . -147) NIL) ((-1311 . -668) 108599) ((-1288 . -921) 108487) ((-1279 . -921) 108368) ((-1249 . -93) T) ((-365 . -1080) T) ((-229 . -239) T) ((-70 . -396) T) ((-70 . -410) T) ((-1197 . -102) T) ((-692 . -528) 108301) ((-1258 . -921) 108037) ((-1241 . -571) 108016) ((-711 . -321) 107954) ((-985 . -38) 107851) ((-1212 . -632) 107833) ((-757 . -38) 107803) ((-565 . -321) 107607) ((-1206 . -1082) 107490) ((-326 . -1248) T) ((-365 . -240) T) ((-365 . -250) T) ((-325 . -1248) T) ((-301 . -1132) T) ((-1205 . -1082) 107325) ((-1199 . -1082) 107115) ((-1157 . -1082) 106998) ((-1206 . -662) 106895) ((-1205 . -662) 106736) ((-733 . -1253) T) ((-1199 . -662) 106532) ((-1186 . -673) 106516) ((-1157 . -662) 106413) ((-841 . -399) 106397) ((-733 . -571) T) ((-609 . -921) 106308) ((-326 . -909) 106292) ((-326 . -911) 106217) ((-325 . -909) 106178) ((-141 . -1248) T) ((-137 . -1248) T) ((-115 . -1248) T) ((-325 . -911) NIL) ((-820 . -321) 106143) ((-1255 . -684) T) ((-331 . -739) 105984) ((-400 . -399) 105968) ((-336 . -335) 105945) ((-499 . -102) T) ((-488 . -25) T) ((-488 . -21) T) ((-419 . -38) 105919) ((-326 . -1069) 105582) ((-229 . -1234) T) ((-229 . -1237) T) ((-3 . -632) 105564) ((-325 . -1069) 105494) ((-896 . -236) 105439) ((-2 . -1132) T) ((-2 . |RecordCategory|) T) ((-1144 . -1088) 105417) ((-854 . -632) 105399) ((-1093 . -239) T) ((-594 . -950) T) ((-560 . -842) T) ((-560 . -950) T) ((-509 . -950) T) ((-137 . -1069) 105383) ((-229 . -95) T) ((-171 . -149) 105362) ((-76 . -455) T) ((0 . -632) 105344) ((-76 . -410) T) ((-171 . -147) 105295) ((-229 . -35) T) ((-49 . -632) 105277) ((-491 . -1088) T) ((-501 . -274) 105259) ((-501 . -234) 105241) ((-498 . -999) 105225) ((-221 . -274) 105207) ((-221 . -234) 105189) ((-81 . -455) T) ((-81 . -410) T) ((-1177 . -34) T) ((-753 . -102) T) ((-677 . -668) 105148) ((-1057 . -632) 105115) ((-514 . -298) 105065) ((-326 . -390) 105034) ((-325 . -390) 104995) ((-325 . -351) 104956) ((-1116 . -632) 104938) ((-838 . -979) 104885) ((-674 . -133) T) ((-1267 . -147) 104864) ((-1267 . -149) 104843) ((-1206 . -102) T) ((-1205 . -102) T) ((-1199 . -102) T) ((-1191 . -1132) T) ((-1157 . -102) T) ((-1107 . -1248) T) ((-226 . -34) T) ((-301 . -739) 104830) ((-1288 . -1291) 104814) ((-1191 . -629) 104790) ((-607 . -321) NIL) ((-1288 . -1277) 104767) ((-1182 . -233) 104717) ((-498 . -1132) 104695) ((-452 . -1248) T) ((-404 . -632) 104677) ((-525 . -871) T) ((-1151 . -1248) T) ((-1279 . -1283) 104638) ((-1279 . -1277) 104608) ((-1279 . -1281) 104592) ((-1258 . -1262) 104553) ((-1258 . -1277) 104530) ((-1258 . -1260) 104514) ((-1206 . -296) 104480) ((-638 . -632) 104462) ((-1205 . -296) 104428) ((-721 . -950) T) ((-1199 . -296) 104394) ((-1157 . -296) 104360) ((-1151 . -911) 104342) ((-1110 . -1132) T) ((-1092 . -1132) T) ((-48 . -310) T) ((-326 . -927) 104308) ((-325 . -927) NIL) ((-1092 . -1099) 104287) ((-820 . -38) 104271) ((-275 . -660) 104219) ((-114 . -874) T) ((-255 . -660) 104167) ((-723 . -1087) 104154) ((-609 . -1277) 104131) ((-1151 . -1069) 104113) ((-331 . -175) 104044) ((-372 . -1132) T) ((-367 . -1132) T) ((-359 . -1132) T) ((-514 . -19) 104026) ((-1128 . -153) 104010) ((-895 . -239) NIL) ((-108 . -1132) T) ((-118 . -1087) 103997) ((-733 . -376) T) ((-514 . -618) 103972) ((-723 . -111) 103957) ((-1324 . -632) 103923) ((-1324 . -504) 103904) ((-1284 . -236) 103850) ((-1263 . -236) 103703) ((-451 . -102) T) ((-900 . -1294) T) ((-258 . -102) T) ((-45 . -1181) 103653) ((-118 . -111) 103638) ((-1302 . -632) 103620) ((-1267 . -239) T) ((-1257 . -632) 103602) ((-1255 . -871) T) ((-652 . -742) T) ((-620 . -742) T) ((-1241 . -1143) T) ((-1241 . -23) T) ((-1202 . -466) 103533) ((-1199 . -321) 103418) ((-1198 . -1132) T) ((-837 . -528) 103351) ((-1066 . -1248) T) ((-246 . -1082) 103252) ((-1190 . -1132) T) ((-1173 . -670) 103190) ((-972 . -153) 103174) ((-1157 . -321) 103161) ((-1156 . -466) 103112) ((-246 . -662) 103034) ((-1118 . -571) 102965) ((-1118 . -1253) 102944) ((-1110 . -739) 102812) ((-539 . -102) T) ((-534 . -102) 102742) ((-1035 . -1082) 102692) ((-1025 . -1132) T) ((-838 . -921) 102588) ((-803 . -1253) 102567) ((-802 . -1253) 102546) ((-63 . -1248) T) ((-491 . -632) 102498) ((-491 . -633) 102420) ((-803 . -571) 102331) ((-802 . -571) 102262) ((-753 . -321) 102249) ((-723 . -635) 102221) ((-496 . -426) 102190) ((-642 . -950) 102169) ((-468 . -1253) 102148) ((-697 . -528) 102081) ((-686 . -25) T) ((-412 . -632) 102063) ((-686 . -21) T) ((-468 . -571) 101994) ((-419 . -929) 101917) ((-368 . -25) T) ((-368 . -21) T) ((-366 . -25) T) ((-119 . -950) T) ((-119 . -842) NIL) ((-366 . -21) T) ((-358 . -25) T) ((-358 . -21) T) ((-275 . -25) T) ((-275 . -21) T) ((-255 . -25) T) ((-255 . -21) T) ((-171 . -239) 101848) ((-84 . -398) T) ((-84 . -410) T) ((-136 . -635) 101830) ((-118 . -635) 101802) ((-1035 . -662) 101752) ((-972 . -1011) 101736) ((-943 . -662) 101688) ((-943 . -1082) 101640) ((-935 . -21) T) ((-935 . -25) T) ((-896 . -871) 101591) ((-890 . -670) 101551) ((-733 . -1143) T) ((-733 . -23) T) ((-723 . -1080) T) ((-723 . -240) T) ((-301 . -175) T) ((-678 . -1248) T) ((-324 . -93) T) ((-669 . -1132) 101529) ((-651 . -629) 101504) ((-651 . -1132) T) ((-595 . -1253) T) ((-595 . -571) T) ((-532 . -1253) T) ((-532 . -571) T) ((-501 . -668) 101454) ((-488 . -236) 101400) ((-443 . -1082) 101384) ((-443 . -662) 101368) ((-372 . -739) 101320) ((-367 . -739) 101272) ((-352 . -1087) 101256) ((-359 . -739) 101208) ((-352 . -111) 101187) ((-177 . -1087) 101119) ((-177 . -111) 101030) ((-108 . -739) 100980) ((-221 . -668) 100930) ((-285 . -1132) T) ((-284 . -1132) T) ((-283 . -1132) T) ((-282 . -1132) T) ((-281 . -1132) T) ((-280 . -1132) T) ((-279 . -1132) T) ((-215 . -1132) T) ((-214 . -1132) T) ((-171 . -1237) 100908) ((-171 . -1234) 100886) ((-212 . -1132) T) ((-211 . -1132) T) ((-118 . -1080) T) ((-210 . -1132) T) ((-209 . -1132) T) ((-206 . -1132) T) ((-205 . -1132) T) ((-204 . -1132) T) ((-203 . -1132) T) ((-202 . -1132) T) ((-201 . -1132) T) ((-200 . -1132) T) ((-199 . -1132) T) ((-198 . -1132) T) ((-197 . -1132) T) ((-196 . -1132) T) ((-246 . -102) 100618) ((-171 . -35) 100596) ((-171 . -95) 100574) ((-678 . -1069) 100470) ((-496 . -1088) 100448) ((-1144 . -1132) 100200) ((-1173 . -34) T) ((-692 . -503) 100184) ((-73 . -1248) T) ((-105 . -632) 100166) ((-918 . -1248) T) ((-1323 . -632) 100148) ((-395 . -632) 100130) ((-352 . -635) 100082) ((-177 . -635) 99999) ((-1249 . -504) 99980) ((-753 . -38) 99829) ((-585 . -1237) T) ((-585 . -1234) T) ((-545 . -632) 99811) ((-534 . -321) 99749) ((-514 . -632) 99731) ((-514 . -633) 99713) ((-1249 . -632) 99679) ((-1199 . -1183) NIL) ((-216 . -1248) T) ((-1058 . -1102) 99648) ((-1058 . -1132) T) ((-1035 . -102) T) ((-1002 . -102) T) ((-943 . -102) T) ((-918 . -1069) 99625) ((-1173 . -748) T) ((-1034 . -670) 99532) ((-490 . -1132) T) ((-477 . -1132) T) ((-597 . -23) T) ((-585 . -35) T) ((-585 . -95) T) ((-443 . -102) T) ((-1094 . -233) 99478) ((-1206 . -38) 99375) ((-1205 . -38) 99216) ((-948 . -874) T) ((-890 . -748) T) ((-793 . -874) T) ((-716 . -950) T) ((-694 . -874) T) ((-526 . -25) T) ((-521 . -21) T) ((-521 . -25) T) ((-1199 . -38) 99012) ((-352 . -1080) T) ((-146 . -1248) T) ((-1110 . -175) T) ((-177 . -1080) T) ((-1157 . -38) 98909) ((-734 . -47) 98886) ((-372 . -175) T) ((-367 . -175) T) ((-533 . -57) 98860) ((-511 . -57) 98810) ((-365 . -1317) 98787) ((-229 . -466) T) ((-331 . -302) 98738) ((-359 . -175) T) ((-177 . -250) T) ((-1263 . -871) 98637) ((-108 . -175) T) ((-896 . -1022) 98621) ((-676 . -1143) T) ((-595 . -376) T) ((-595 . -341) 98608) ((-532 . -341) 98585) ((-532 . -376) T) ((-326 . -319) 98564) ((-325 . -319) T) ((-616 . -871) 98543) ((-1144 . -739) 98485) ((-623 . -1248) T) ((-534 . -294) 98469) ((-676 . -23) T) ((-419 . -234) 98453) ((-419 . -274) 98437) ((-325 . -1051) NIL) ((-346 . -23) T) ((-103 . -1041) 98421) ((-657 . -381) T) ((-45 . -36) 98400) ((-630 . -1132) T) ((-365 . -381) T) ((-538 . -102) T) ((-509 . -27) T) ((-246 . -321) 98338) ((-1118 . -1143) T) ((-1322 . -670) 98312) ((-803 . -1143) T) ((-802 . -1143) T) ((-1210 . -426) 98296) ((-468 . -1143) T) ((-1093 . -466) T) ((-1184 . -1132) T) ((-975 . -466) 98247) ((-1147 . -1114) T) ((-110 . -1132) T) ((-1118 . -23) T) ((-1191 . -528) 98030) ((-839 . -1088) T) ((-803 . -23) T) ((-802 . -23) T) ((-495 . -466) 97981) ((-475 . -23) T) ((-395 . -397) 97960) ((-368 . -236) 97933) ((-366 . -236) 97906) ((-358 . -236) 97879) ((-468 . -23) T) ((-275 . -236) 97824) ((-260 . -921) 97691) ((-259 . -921) 97558) ((-96 . -1132) T) ((-734 . -1248) T) ((-692 . -298) 97535) ((-498 . -528) 97468) ((-1288 . -1082) 97351) ((-1288 . -662) 97248) ((-1279 . -662) 97089) ((-1279 . -1082) 96924) ((-1258 . -662) 96720) ((-1258 . -1082) 96510) ((-301 . -302) T) ((-1113 . -632) 96492) ((-562 . -874) T) ((-1113 . -633) 96473) ((-421 . -939) 96452) ((-1241 . -133) T) ((-50 . -1143) T) ((-1199 . -414) 96404) ((-1055 . -950) T) ((-1034 . -748) T) ((-864 . -670) 96377) ((-734 . -911) NIL) ((-610 . -1082) 96337) ((-595 . -1143) T) ((-532 . -1143) T) ((-609 . -1082) 96220) ((-1186 . -34) T) ((-1035 . -321) NIL) ((-837 . -503) 96204) ((-610 . -662) 96177) ((-353 . -950) T) ((-609 . -662) 96074) ((-935 . -236) 96061) ((-421 . -670) 95977) ((-50 . -23) T) ((-733 . -133) T) ((-734 . -1069) 95857) ((-595 . -23) T) ((-108 . -528) NIL) ((-532 . -23) T) ((-171 . -424) 95828) ((-1171 . -1132) T) ((-1314 . -1313) 95812) ((-753 . -929) 95789) ((-723 . -819) T) ((-723 . -814) T) ((-1151 . -319) T) ((-391 . -149) T) ((-292 . -632) 95771) ((-291 . -632) 95753) ((-1263 . -1022) 95723) ((-48 . -950) T) ((-697 . -503) 95707) ((-260 . -1306) 95677) ((-259 . -1306) 95647) ((-1119 . -239) T) ((-1208 . -871) T) ((-1151 . -1051) T) ((-1077 . -34) T) ((-856 . -149) 95626) ((-856 . -147) 95605) ((-758 . -107) 95589) ((-630 . -134) T) ((-1210 . -1088) T) ((-496 . -1132) 95341) ((-1206 . -929) 95254) ((-1205 . -929) 95160) ((-1199 . -929) 94921) ((-895 . -466) T) ((-86 . -1248) T) ((-143 . -107) 94903) ((-1157 . -929) 94887) ((-734 . -390) 94871) ((-854 . -635) 94739) ((-1322 . -748) T) ((-1311 . -1088) T) ((-1288 . -102) T) ((-1279 . -102) T) ((-1151 . -559) T) ((-593 . -102) T) ((-130 . -504) 94721) ((-1202 . -979) 94690) ((-404 . -1087) 94674) ((-1156 . -979) 94641) ((-44 . -298) 94618) ((-130 . -632) 94585) ((-51 . -632) 94567) ((-218 . -874) T) ((-677 . -426) 94551) ((-1258 . -102) T) ((-1190 . -528) NIL) ((-674 . -25) T) ((-638 . -1087) 94535) ((-674 . -21) T) ((-985 . -668) 94445) ((-757 . -668) 94390) ((-737 . -668) 94362) ((-404 . -111) 94341) ((-226 . -263) 94325) ((-1085 . -1084) 94265) ((-1085 . -1132) T) ((-1035 . -1183) T) ((-840 . -1132) T) ((-467 . -668) 94180) ((-652 . -670) 94164) ((-638 . -111) 94143) ((-620 . -670) 94127) ((-610 . -102) T) ((-357 . -1253) T) ((-324 . -504) 94108) ((-597 . -133) T) ((-609 . -102) T) ((-429 . -1132) T) ((-394 . -1132) T) ((-324 . -632) 94074) ((-231 . -1132) 94052) ((-669 . -528) 93985) ((-651 . -528) 93829) ((-854 . -1080) 93808) ((-663 . -153) 93792) ((-357 . -571) T) ((-734 . -927) 93735) ((-565 . -233) 93685) ((-1288 . -296) 93651) ((-1279 . -296) 93617) ((-1110 . -302) 93568) ((-560 . -874) T) ((-501 . -870) T) ((-227 . -1143) T) ((-1258 . -296) 93534) ((-1241 . -507) 93500) ((-1035 . -38) 93450) ((-221 . -870) T) ((-419 . -668) 93409) ((-943 . -38) 93361) ((-864 . -816) 93340) ((-864 . -813) 93319) ((-864 . -748) 93298) ((-372 . -302) T) ((-367 . -302) T) ((-359 . -302) T) ((-171 . -466) 93229) ((-443 . -38) 93213) ((-227 . -23) T) ((-108 . -302) T) ((-421 . -816) 93192) ((-421 . -813) 93171) ((-421 . -748) T) ((-514 . -300) 93146) ((-491 . -1087) 93111) ((-676 . -133) T) ((-638 . -635) 93080) ((-1144 . -528) 93013) ((-346 . -133) T) ((-171 . -416) 92992) ((-496 . -739) 92934) ((-837 . -298) 92911) ((-491 . -111) 92867) ((-677 . -1088) T) ((-661 . -23) T) ((-1202 . -921) 92770) ((-1156 . -921) 92752) ((-838 . -1082) 92595) ((-1310 . -1114) T) ((-1267 . -466) 92526) ((-838 . -662) 92375) ((-1309 . -1114) T) ((-1118 . -133) T) ((-1085 . -739) 92317) ((-1058 . -528) 92250) ((-803 . -133) T) ((-802 . -133) T) ((-721 . -874) T) ((-585 . -466) T) ((-638 . -1080) T) ((-606 . -1132) T) ((-547 . -176) T) ((-475 . -133) T) ((-468 . -133) T) ((-391 . -239) T) ((-1027 . -1248) T) ((-45 . -1132) T) ((-394 . -739) 92220) ((-839 . -1132) T) ((-490 . -528) 92153) ((-477 . -528) 92086) ((-1324 . -635) 92067) ((-467 . -380) 92037) ((-45 . -629) 92016) ((-413 . -1248) T) ((-326 . -310) T) ((-1298 . -874) 91995) ((-850 . -239) 91974) ((-491 . -635) 91924) ((-1258 . -321) 91809) ((-692 . -632) 91771) ((-58 . -871) 91750) ((-1035 . -414) 91732) ((-563 . -632) 91714) ((-820 . -668) 91673) ((-837 . -618) 91650) ((-530 . -871) 91629) ((-510 . -871) 91608) ((-1027 . -1069) 91504) ((-40 . -1253) T) ((-246 . -929) 91373) ((-50 . -133) T) ((-595 . -133) T) ((-532 . -133) T) ((-305 . -670) 91233) ((-357 . -341) 91210) ((-357 . -376) T) ((-334 . -335) 91187) ((-331 . -298) 91145) ((-40 . -571) T) ((-391 . -1234) T) ((-391 . -1237) T) ((-1066 . -1225) 91120) ((-1220 . -242) 91070) ((-1199 . -234) 91022) ((-1199 . -274) 90974) ((-342 . -1132) T) ((-391 . -95) T) ((-391 . -35) T) ((-1066 . -107) 90920) ((-491 . -1080) T) ((-1323 . -1087) 90904) ((-493 . -242) 90854) ((-1191 . -503) 90788) ((-1314 . -1082) 90772) ((-395 . -1087) 90756) ((-1314 . -662) 90726) ((-838 . -102) T) ((-491 . -250) T) ((-736 . -149) 90705) ((-736 . -147) 90684) ((-119 . -874) NIL) ((-498 . -503) 90668) ((-499 . -349) 90637) ((-524 . -1132) 90588) ((-1323 . -111) 90567) ((-1027 . -390) 90551) ((-427 . -102) T) ((-395 . -111) 90530) ((-1027 . -351) 90514) ((-290 . -1014) 90498) ((-289 . -1014) 90482) ((-1035 . -929) NIL) ((-1320 . -632) 90464) ((-1319 . -632) 90446) ((-110 . -528) NIL) ((-1202 . -1274) 90430) ((-878 . -876) 90414) ((-1210 . -1132) T) ((-103 . -1248) T) ((-975 . -979) 90375) ((-839 . -739) 90317) ((-1258 . -1183) NIL) ((-495 . -979) 90262) ((-1093 . -145) T) ((-60 . -102) 90212) ((-44 . -632) 90194) ((-75 . -632) 90176) ((-365 . -670) 90121) ((-625 . -1132) T) ((-624 . -1132) T) ((-622 . -1132) T) ((-1311 . -1132) T) ((-526 . -871) T) ((-301 . -298) 90100) ((-357 . -1143) T) ((-307 . -1132) T) ((-1027 . -927) 90059) ((-307 . -629) 90038) ((-1323 . -635) 89987) ((-1288 . -38) 89884) ((-1279 . -38) 89725) ((-1258 . -38) 89521) ((-501 . -1088) T) ((-395 . -635) 89505) ((-221 . -1088) T) ((-357 . -23) T) ((-154 . -632) 89487) ((-854 . -819) 89466) ((-854 . -814) 89445) ((-1249 . -635) 89426) ((-610 . -38) 89399) ((-609 . -38) 89296) ((-893 . -571) T) ((-227 . -133) T) ((-331 . -1033) 89262) ((-79 . -632) 89244) ((-734 . -319) 89223) ((-305 . -748) 89125) ((-848 . -102) T) ((-888 . -866) T) ((-305 . -487) 89104) ((-1314 . -102) T) ((-40 . -376) T) ((-896 . -149) 89083) ((-499 . -668) 89065) ((-896 . -147) 89044) ((-1190 . -503) 89026) ((-1323 . -1080) T) ((-496 . -528) 88959) ((-661 . -133) T) ((-1177 . -1248) T) ((-993 . -632) 88941) ((-669 . -503) 88925) ((-651 . -503) 88856) ((-837 . -632) 88549) ((-48 . -27) T) ((-1210 . -739) 88446) ((-975 . -921) 88425) ((-677 . -1132) T) ((-886 . -885) T) ((-451 . -378) 88399) ((-753 . -668) 88309) ((-495 . -921) 88284) ((-1128 . -102) T) ((-1001 . -1132) T) ((-888 . -1132) T) ((-838 . -321) 88271) ((-547 . -541) T) ((-547 . -590) T) ((-1319 . -397) 88243) ((-716 . -874) T) ((-1085 . -528) 88176) ((-1191 . -298) 88152) ((-246 . -274) 88121) ((-246 . -234) 88090) ((-260 . -1082) 87991) ((-259 . -1082) 87892) ((-1311 . -739) 87862) ((-1198 . -93) T) ((-1025 . -93) T) ((-839 . -175) 87841) ((-260 . -662) 87763) ((-259 . -662) 87685) ((-1246 . -504) 87662) ((-592 . -1248) T) ((-231 . -528) 87595) ((-638 . -819) 87574) ((-638 . -814) 87553) ((-1246 . -632) 87465) ((-226 . -1248) T) ((-697 . -632) 87397) ((-1206 . -668) 87307) ((-1186 . -1041) 87291) ((-972 . -102) 87221) ((-365 . -748) T) ((-886 . -632) 87203) ((-1205 . -668) 87085) ((-1199 . -668) 86922) ((-1157 . -668) 86832) ((-1258 . -414) 86784) ((-1144 . -503) 86768) ((-60 . -321) 86706) ((-343 . -102) T) ((-1241 . -21) T) ((-1241 . -25) T) ((-40 . -1143) T) ((-733 . -21) T) ((-646 . -632) 86688) ((-529 . -335) 86667) ((-733 . -25) T) ((-453 . -102) T) ((-108 . -298) NIL) ((-948 . -1143) T) ((-40 . -23) T) ((-793 . -1143) T) ((-560 . -1253) T) ((-509 . -1253) T) ((-1035 . -274) 86649) ((-331 . -632) 86631) ((-1035 . -234) 86613) ((-171 . -168) 86597) ((-594 . -571) T) ((-560 . -571) T) ((-509 . -571) T) ((-793 . -23) T) ((-1284 . -149) 86576) ((-1284 . -147) 86555) ((-1191 . -618) 86531) ((-1263 . -147) 86456) ((-1058 . -503) 86440) ((-1256 . -1248) T) ((-1263 . -149) 86365) ((-1314 . -1321) 86344) ((-895 . -921) NIL) ((-490 . -503) 86328) ((-477 . -503) 86312) ((-537 . -34) T) ((-677 . -739) 86282) ((-1288 . -929) 86195) ((-1279 . -929) 86101) ((-1258 . -929) 85862) ((-114 . -998) T) ((-1210 . -175) 85813) ((-674 . -871) 85792) ((-377 . -102) T) ((-609 . -929) 85705) ((-246 . -245) 85684) ((-260 . -102) T) ((-259 . -102) T) ((-1267 . -979) 85653) ((-252 . -871) 85632) ((-1055 . -874) T) ((-838 . -38) 85481) ((-45 . -528) 85273) ((-1190 . -298) 85223) ((-217 . -1132) T) ((-1182 . -1132) T) ((-896 . -239) 85174) ((-1182 . -629) 85153) ((-597 . -25) T) ((-597 . -21) T) ((-1128 . -321) 85091) ((-985 . -426) 85075) ((-721 . -1253) T) ((-651 . -298) 85028) ((-1118 . -660) 84976) ((-931 . -1132) T) ((-803 . -660) 84924) ((-802 . -660) 84872) ((-357 . -133) T) ((-301 . -632) 84854) ((-893 . -1143) T) ((-721 . -571) T) ((-130 . -635) 84836) ((-468 . -660) 84784) ((-171 . -921) 84705) ((-931 . -933) 84689) ((-391 . -466) T) ((-501 . -1132) T) ((-972 . -321) 84627) ((-723 . -670) 84599) ((-564 . -866) T) ((-221 . -1132) T) ((-326 . -950) 84578) ((-325 . -950) T) ((-325 . -842) NIL) ((-404 . -742) T) ((-893 . -23) T) ((-118 . -670) 84565) ((-488 . -147) 84544) ((-419 . -426) 84528) ((-488 . -149) 84507) ((-110 . -503) 84489) ((-324 . -635) 84470) ((-2 . -632) 84452) ((-190 . -102) T) ((-1190 . -19) 84434) ((-1190 . -618) 84409) ((-676 . -21) T) ((-676 . -25) T) ((-607 . -1175) T) ((-1144 . -298) 84386) ((-346 . -25) T) ((-346 . -21) T) ((-913 . -1248) T) ((-910 . -1248) T) ((-1320 . -1087) 84370) ((-246 . -668) 84149) ((-509 . -376) T) ((-1319 . -1087) 84133) ((-1314 . -38) 84103) ((-1284 . -1234) 84069) ((-1284 . -1237) 84035) ((-1267 . -921) 83938) ((-1202 . -1082) 83761) ((-1173 . -1248) T) ((-1156 . -1082) 83604) ((-878 . -1082) 83588) ((-651 . -618) 83563) ((-1284 . -95) 83529) ((-1284 . -239) 83481) ((-1265 . -102) 83459) ((-1202 . -662) 83288) ((-1156 . -662) 83137) ((-878 . -662) 83107) ((-1263 . -1234) 83073) ((-1118 . -25) T) ((-564 . -1132) T) ((-1118 . -21) T) ((-985 . -1088) T) ((-545 . -814) T) ((-545 . -819) T) ((-119 . -1253) T) ((-890 . -1248) T) ((-642 . -571) T) ((-803 . -25) T) ((-803 . -21) T) ((-802 . -21) T) ((-802 . -25) T) ((-757 . -1088) T) ((-737 . -1088) T) ((-692 . -1087) 83057) ((-531 . -1114) T) ((-475 . -25) T) ((-119 . -571) T) ((-475 . -21) T) ((-468 . -25) T) ((-468 . -21) T) ((-1263 . -1237) 83023) ((-1184 . -93) T) ((-1173 . -1069) 82919) ((-839 . -302) 82898) ((-1263 . -239) 82757) ((-846 . -1132) T) ((-995 . -998) T) ((-692 . -111) 82736) ((-636 . -1248) T) ((-307 . -528) 82528) ((-1258 . -234) 82480) ((-1258 . -274) 82432) ((-1257 . -381) T) ((-260 . -321) 82370) ((-259 . -321) 82308) ((-1254 . -866) T) ((-1191 . -633) NIL) ((-1191 . -632) 82290) ((-1173 . -390) 82274) ((-1151 . -842) T) ((-1151 . -950) T) ((-96 . -93) T) ((-1144 . -618) 82251) ((-1110 . -633) 82235) ((-1110 . -632) 82217) ((-1035 . -668) 82167) ((-943 . -668) 82104) ((-837 . -300) 82081) ((-498 . -632) 82013) ((-627 . -153) 81960) ((-501 . -739) 81910) ((-419 . -1088) T) ((-496 . -503) 81894) ((-443 . -668) 81853) ((-339 . -871) 81832) ((-352 . -670) 81806) ((-50 . -21) T) ((-50 . -25) T) ((-221 . -739) 81756) ((-171 . -746) 81727) ((-177 . -670) 81659) ((-595 . -21) T) ((-595 . -25) T) ((-532 . -25) T) ((-532 . -21) T) ((-489 . -153) 81609) ((-1092 . -632) 81591) ((-1024 . -102) T) ((-887 . -102) T) ((-838 . -929) 81491) ((-820 . -426) 81454) ((-40 . -133) T) ((-721 . -376) T) ((-723 . -748) T) ((-723 . -816) T) ((-723 . -813) T) ((-215 . -922) T) ((-594 . -1143) T) ((-560 . -1143) T) ((-509 . -1143) T) ((-372 . -632) 81436) ((-367 . -632) 81418) ((-359 . -632) 81400) ((-66 . -411) T) ((-66 . -410) T) ((-108 . -633) 81330) ((-108 . -632) 81272) ((-214 . -922) T) ((-987 . -153) 81256) ((-793 . -133) T) ((-692 . -635) 81174) ((-136 . -748) T) ((-118 . -748) T) ((-1284 . -35) 81140) ((-1085 . -503) 81124) ((-594 . -23) T) ((-560 . -23) T) ((-509 . -23) T) ((-1263 . -95) 81090) ((-1263 . -35) 81056) ((-1202 . -102) T) ((-1156 . -102) T) ((-878 . -102) T) ((-231 . -503) 81040) ((-1320 . -111) 81019) ((-1319 . -111) 80998) ((-44 . -1087) 80982) ((-1322 . -1248) T) ((-1320 . -635) 80928) ((-1320 . -1080) T) ((-1319 . -635) 80857) ((-1319 . -1080) T) ((-1267 . -1274) 80841) ((-879 . -876) 80825) ((-1210 . -302) 80804) ((-1134 . -1248) T) ((-110 . -298) 80754) ((-1034 . -1248) T) ((-131 . -153) 80736) ((-1173 . -927) 80695) ((-44 . -111) 80674) ((-1254 . -1132) T) ((-1213 . -1294) T) ((-1199 . -870) NIL) ((-1198 . -504) 80655) ((-692 . -1080) T) ((-1198 . -632) 80621) ((-1190 . -632) 80603) ((-488 . -239) 80555) ((-1094 . -629) 80530) ((-1025 . -504) 80511) ((-74 . -455) T) ((-74 . -410) T) ((-1094 . -1132) T) ((-154 . -1087) 80495) ((-1025 . -632) 80461) ((-692 . -240) 80440) ((-585 . -569) 80424) ((-368 . -149) 80403) ((-368 . -147) 80354) ((-366 . -149) 80333) ((-366 . -147) 80284) ((-358 . -149) 80263) ((-358 . -147) 80214) ((-275 . -147) 80193) ((-275 . -149) 80172) ((-255 . -149) 80151) ((-119 . -376) T) ((-255 . -147) 80130) ((-1190 . -633) NIL) ((-154 . -111) 80109) ((-1034 . -1069) 79997) ((-1186 . -1248) T) ((-716 . -1253) T) ((-820 . -1088) T) ((-721 . -1143) T) ((-1034 . -390) 79974) ((-520 . -1248) T) ((-516 . -1248) T) ((-935 . -147) T) ((-935 . -149) 79956) ((-893 . -133) T) ((-837 . -1087) 79877) ((-721 . -23) T) ((-716 . -571) T) ((-229 . -1082) 79842) ((-669 . -632) 79774) ((-669 . -633) 79735) ((-651 . -633) NIL) ((-651 . -632) 79717) ((-501 . -175) T) ((-229 . -662) 79682) ((-221 . -175) T) ((-227 . -21) T) ((-227 . -25) T) ((-488 . -1237) 79648) ((-488 . -1234) 79614) ((-285 . -632) 79596) ((-284 . -632) 79578) ((-283 . -632) 79560) ((-282 . -632) 79542) ((-281 . -632) 79524) ((-514 . -673) 79506) ((-280 . -632) 79488) ((-352 . -748) T) ((-279 . -632) 79470) ((-110 . -19) 79452) ((-177 . -748) T) ((-514 . -385) 79434) ((-215 . -632) 79416) ((-534 . -1181) 79400) ((-514 . -125) T) ((-110 . -618) 79375) ((-214 . -632) 79357) ((-488 . -35) 79323) ((-488 . -95) 79289) ((-212 . -632) 79271) ((-211 . -632) 79253) ((-210 . -632) 79235) ((-209 . -632) 79217) ((-206 . -632) 79199) ((-205 . -632) 79181) ((-204 . -632) 79163) ((-203 . -632) 79145) ((-202 . -632) 79127) ((-201 . -632) 79109) ((-200 . -632) 79091) ((-549 . -1135) 79043) ((-199 . -632) 79025) ((-198 . -632) 79007) ((-45 . -503) 78944) ((-197 . -632) 78926) ((-196 . -632) 78908) ((-154 . -635) 78877) ((-1147 . -102) T) ((-837 . -111) 78793) ((-663 . -102) 78723) ((-661 . -21) T) ((-661 . -25) T) ((-496 . -298) 78700) ((-1322 . -1069) 78684) ((-1144 . -632) 78377) ((-1133 . -1132) T) ((-1077 . -1248) T) ((-1202 . -321) 78364) ((-1093 . -1082) 78351) ((-1166 . -1132) T) ((-975 . -1082) 78194) ((-1156 . -321) 78181) ((-1127 . -1114) T) ((-642 . -1143) T) ((-1093 . -662) 78168) ((-1122 . -1114) T) ((-975 . -662) 78017) ((-1118 . -236) 77962) ((-495 . -1082) 77805) ((-1104 . -1114) T) ((-1097 . -1114) T) ((-1067 . -1114) T) ((-1050 . -1114) T) ((-119 . -1143) T) ((-495 . -662) 77654) ((-803 . -236) 77641) ((-841 . -102) T) ((-645 . -1114) T) ((-642 . -23) T) ((-1182 . -528) 77433) ((-497 . -1114) T) ((-985 . -1132) T) ((-400 . -102) T) ((-336 . -102) T) ((-222 . -1114) T) ((-864 . -1248) T) ((-154 . -1080) T) ((-753 . -426) 77417) ((-119 . -23) T) ((-1034 . -927) 77369) ((-757 . -1132) T) ((-737 . -1132) T) ((-1288 . -668) 77279) ((-1279 . -668) 77161) ((-467 . -1132) T) ((-421 . -1248) T) ((-326 . -435) 77145) ((-606 . -93) T) ((-1058 . -633) 77106) ((-270 . -1248) T) ((-1055 . -1253) T) ((-229 . -102) T) ((-1058 . -632) 77068) ((-838 . -274) 77052) ((-838 . -234) 77036) ((-837 . -635) 76834) ((-1258 . -668) 76671) ((-1055 . -571) T) ((-854 . -670) 76644) ((-353 . -1253) T) ((-490 . -632) 76606) ((-490 . -633) 76567) ((-477 . -633) 76528) ((-477 . -632) 76490) ((-610 . -668) 76449) ((-421 . -909) 76433) ((-331 . -1087) 76268) ((-421 . -911) 76193) ((-609 . -668) 76103) ((-864 . -1069) 75999) ((-501 . -528) NIL) ((-496 . -618) 75976) ((-595 . -236) 75963) ((-353 . -571) T) ((-532 . -236) 75950) ((-221 . -528) NIL) ((-896 . -466) T) ((-419 . -1132) T) ((-421 . -1069) 75814) ((-331 . -111) 75635) ((-716 . -376) T) ((-229 . -296) T) ((-1246 . -635) 75612) ((-48 . -1253) T) ((-1202 . -1183) 75590) ((-1191 . -300) 75566) ((-1093 . -102) T) ((-975 . -102) T) ((-837 . -1080) 75544) ((-594 . -133) T) ((-560 . -133) T) ((-509 . -133) T) ((-368 . -239) 75523) ((-366 . -239) 75502) ((-358 . -239) 75481) ((-48 . -571) T) ((-895 . -1082) 75426) ((-275 . -239) 75377) ((-837 . -240) 75329) ((-326 . -27) 75308) ((-260 . -929) 75177) ((-259 . -929) 75046) ((-257 . -858) 75028) ((-186 . -858) 75010) ((-735 . -102) T) ((-307 . -503) 74947) ((-895 . -662) 74892) ((-495 . -102) T) ((-753 . -1088) T) ((-630 . -632) 74874) ((-630 . -633) 74735) ((-421 . -390) 74719) ((-421 . -351) 74703) ((-1202 . -38) 74532) ((-1156 . -38) 74381) ((-331 . -635) 74207) ((-935 . -239) T) ((-652 . -1248) T) ((-620 . -1248) T) ((-878 . -38) 74177) ((-404 . -670) 74161) ((-663 . -321) 74099) ((-1184 . -504) 74080) ((-1184 . -632) 74046) ((-985 . -739) 73943) ((-757 . -739) 73913) ((-638 . -670) 73887) ((-226 . -107) 73871) ((-45 . -298) 73771) ((-323 . -1132) T) ((-301 . -1087) 73758) ((-110 . -632) 73740) ((-110 . -633) 73722) ((-467 . -739) 73692) ((-838 . -262) 73631) ((-711 . -1132) 73609) ((-565 . -1132) T) ((-1206 . -1088) T) ((-1205 . -1088) T) ((-96 . -504) 73590) ((-1199 . -1088) T) ((-301 . -111) 73575) ((-1157 . -1088) T) ((-565 . -629) 73554) ((-96 . -632) 73520) ((-1035 . -870) T) ((-231 . -708) 73478) ((-716 . -1143) T) ((-1241 . -762) 73454) ((-1055 . -376) T) ((-860 . -858) 73436) ((-854 . -816) 73415) ((-421 . -927) 73374) ((-331 . -1080) T) ((-357 . -25) T) ((-357 . -21) T) ((-171 . -1082) 73284) ((-68 . -1248) T) ((-854 . -813) 73263) ((-419 . -739) 73237) ((-820 . -1132) T) ((-734 . -950) 73216) ((-721 . -133) T) ((-171 . -662) 73044) ((-716 . -23) T) ((-501 . -302) T) ((-854 . -748) 73023) ((-331 . -240) 72975) ((-331 . -250) 72954) ((-221 . -302) T) ((-130 . -381) T) ((-1284 . -466) 72933) ((-1263 . -466) 72912) ((-353 . -341) 72889) ((-353 . -376) T) ((-1171 . -632) 72871) ((-45 . -1287) 72821) ((-895 . -102) T) ((-663 . -294) 72805) ((-721 . -1091) T) ((-1310 . -102) T) ((-1309 . -102) T) ((-491 . -670) 72770) ((-482 . -1132) T) ((-45 . -618) 72695) ((-1190 . -300) 72670) ((-301 . -635) 72642) ((-40 . -660) 72581) ((-1267 . -1082) 72404) ((-879 . -1082) 72388) ((-48 . -376) T) ((-1137 . -632) 72370) ((-1267 . -662) 72199) ((-879 . -662) 72169) ((-651 . -300) 72144) ((-838 . -668) 72054) ((-585 . -1082) 72041) ((-496 . -632) 71734) ((-246 . -426) 71703) ((-1202 . -929) 71610) ((-1197 . -1132) T) ((-975 . -321) 71597) ((-585 . -662) 71584) ((-65 . -1248) T) ((-1164 . -1248) T) ((-1156 . -929) 71568) ((-1144 . -300) 71545) ((-1094 . -528) 71389) ((-693 . -1132) T) ((-642 . -133) T) ((-619 . -1132) T) ((-495 . -321) 71376) ((-561 . -102) T) ((-119 . -133) T) ((-301 . -1080) T) ((-183 . -1132) T) ((-164 . -1132) T) ((-158 . -1132) T) ((-156 . -1132) T) ((-467 . -783) T) ((-31 . -1114) T) ((-985 . -175) 71327) ((-1128 . -233) 71311) ((-1001 . -93) T) ((-1110 . -1087) 71221) ((-1085 . -632) 71183) ((-638 . -748) T) ((-638 . -816) 71162) ((-607 . -1132) T) ((-638 . -813) 71141) ((-307 . -298) 71120) ((-305 . -1248) T) ((-1085 . -633) 71081) ((-1055 . -1143) T) ((-325 . -874) NIL) ((-171 . -102) T) ((-286 . -871) T) ((-1110 . -111) 70977) ((-840 . -632) 70959) ((-1055 . -23) T) ((-1034 . -319) T) ((-925 . -102) T) ((-820 . -739) 70943) ((-372 . -1087) 70895) ((-367 . -1087) 70847) ((-353 . -1143) T) ((-429 . -632) 70829) ((-394 . -632) 70811) ((-359 . -1087) 70763) ((-231 . -632) 70695) ((-863 . -102) T) ((-830 . -102) T) ((-108 . -1087) 70645) ((-791 . -102) T) ((-699 . -102) T) ((-115 . -874) T) ((-488 . -466) 70624) ((-419 . -175) T) ((-372 . -111) 70562) ((-367 . -111) 70500) ((-359 . -111) 70438) ((-260 . -274) 70407) ((-260 . -234) 70376) ((-259 . -274) 70345) ((-259 . -234) 70314) ((-353 . -23) T) ((-71 . -1248) T) ((-229 . -38) 70279) ((-108 . -111) 70213) ((-40 . -25) T) ((-40 . -21) T) ((-692 . -742) T) ((-171 . -296) 70191) ((-48 . -1143) T) ((-882 . -1248) T) ((-948 . -25) T) ((-793 . -25) T) ((-1323 . -670) 70165) ((-1182 . -503) 70102) ((-499 . -1132) T) ((-1314 . -668) 70061) ((-1267 . -102) T) ((-1093 . -1183) T) ((-879 . -102) T) ((-246 . -1088) 70039) ((-993 . -814) 69992) ((-993 . -819) 69945) ((-395 . -670) 69929) ((-48 . -23) T) ((-837 . -819) 69908) ((-837 . -814) 69887) ((-563 . -381) T) ((-307 . -618) 69866) ((-491 . -748) T) ((-585 . -102) T) ((-1110 . -635) 69684) ((-257 . -189) T) ((-186 . -189) T) ((-895 . -321) 69641) ((-677 . -298) 69620) ((-657 . -1248) T) ((-114 . -684) T) ((-365 . -1248) T) ((-372 . -635) 69557) ((-367 . -635) 69494) ((-359 . -635) 69431) ((-77 . -1248) T) ((-108 . -635) 69381) ((-114 . -113) T) ((-1093 . -38) 69368) ((-686 . -387) 69347) ((-975 . -38) 69196) ((-753 . -1132) T) ((-495 . -38) 69045) ((-82 . -1248) T) ((-606 . -504) 69026) ((-1258 . -870) NIL) ((-1206 . -1132) T) ((-585 . -296) T) ((-1205 . -1132) T) ((-606 . -632) 68992) ((-1199 . -1132) T) ((-1151 . -874) T) ((-1110 . -1080) T) ((-365 . -1069) 68969) ((-839 . -504) 68953) ((-1035 . -1088) T) ((-45 . -632) 68935) ((-45 . -633) NIL) ((-943 . -1088) T) ((-839 . -632) 68904) ((-1179 . -102) 68854) ((-1110 . -250) 68805) ((-443 . -1088) T) ((-372 . -1080) T) ((-367 . -1080) T) ((-377 . -378) 68782) ((-359 . -1080) T) ((-357 . -236) 68769) ((-260 . -245) 68748) ((-259 . -245) 68727) ((-1110 . -240) 68652) ((-1157 . -1132) T) ((-305 . -927) 68611) ((-108 . -1080) T) ((-716 . -133) T) ((-419 . -528) 68453) ((-372 . -240) 68432) ((-372 . -250) T) ((-44 . -742) T) ((-367 . -240) 68411) ((-367 . -250) T) ((-359 . -240) 68390) ((-359 . -250) T) ((-1198 . -635) 68371) ((-171 . -321) 68336) ((-108 . -250) T) ((-108 . -240) T) ((-1025 . -635) 68317) ((-331 . -814) T) ((-893 . -21) T) ((-893 . -25) T) ((-421 . -319) T) ((-514 . -34) T) ((-110 . -300) 68292) ((-1144 . -1087) 68213) ((-895 . -1183) NIL) ((-342 . -632) 68195) ((-421 . -1051) 68173) ((-1144 . -111) 68089) ((-713 . -1294) T) ((-451 . -1132) T) ((-258 . -1132) T) ((-1323 . -748) T) ((-64 . -632) 68071) ((-895 . -38) 68016) ((-616 . -153) 68000) ((-537 . -1248) T) ((-524 . -632) 67940) ((-1267 . -321) 67927) ((-753 . -739) 67776) ((-545 . -815) T) ((-545 . -816) T) ((-560 . -660) 67758) ((-509 . -660) 67718) ((-518 . -1248) T) ((-659 . -1306) 67702) ((-368 . -466) T) ((-366 . -466) T) ((-358 . -466) T) ((-275 . -466) 67653) ((-539 . -1132) T) ((-534 . -1132) 67603) ((-255 . -466) 67554) ((-1182 . -298) 67533) ((-1210 . -632) 67515) ((-711 . -528) 67448) ((-985 . -302) 67427) ((-1311 . -632) 67396) ((-565 . -528) 67188) ((-260 . -668) 67036) ((-259 . -668) 66871) ((-1311 . -504) 66855) ((-1206 . -739) 66752) ((-1205 . -739) 66593) ((-995 . -684) T) ((-1202 . -274) 66577) ((-1202 . -234) 66561) ((-1199 . -739) 66357) ((-1186 . -696) 66341) ((-1144 . -635) 66139) ((-171 . -1183) 66118) ((-1157 . -739) 66015) ((-1055 . -133) T) ((-995 . -113) T) ((-915 . -102) T) ((-625 . -632) 65997) ((-624 . -632) 65979) ((-622 . -632) 65961) ((-368 . -416) 65912) ((-366 . -416) 65863) ((-358 . -416) 65814) ((-993 . -381) 65767) ((-820 . -528) 65679) ((-307 . -633) NIL) ((-307 . -632) 65661) ((-935 . -466) T) ((-931 . -298) 65640) ((-837 . -381) 65619) ((-525 . -523) 65598) ((-522 . -523) 65577) ((-896 . -921) 65498) ((-501 . -298) NIL) ((-496 . -300) 65475) ((-419 . -302) T) ((-353 . -133) T) ((-221 . -298) NIL) ((-716 . -507) NIL) ((-99 . -1143) T) ((-40 . -236) 65406) ((-171 . -38) 65234) ((-975 . -929) 65215) ((-1284 . -1004) 65177) ((-1263 . -1004) 65146) ((-1179 . -321) 65084) ((-495 . -929) 65061) ((-1144 . -1080) 65039) ((-935 . -416) T) ((-659 . -523) 65011) ((-1285 . -571) T) ((-1182 . -618) 64990) ((-114 . -871) T) ((-1094 . -503) 64921) ((-594 . -21) T) ((-594 . -25) T) ((-560 . -21) T) ((-560 . -25) T) ((-509 . -25) T) ((-509 . -21) T) ((-1267 . -1183) 64899) ((-1144 . -240) 64851) ((-48 . -133) T) ((-1230 . -102) T) ((-246 . -1132) 64603) ((-895 . -414) 64580) ((-1119 . -102) T) ((-1106 . -102) T) ((-918 . -874) T) ((-627 . -102) T) ((-489 . -102) T) ((-1267 . -38) 64409) ((-879 . -38) 64379) ((-1065 . -1082) 64353) ((-753 . -175) 64264) ((-677 . -632) 64246) ((-667 . -1114) T) ((-1065 . -662) 64230) ((-585 . -38) 64217) ((-1001 . -504) 64198) ((-1001 . -632) 64164) ((-987 . -102) 64094) ((-888 . -632) 64076) ((-888 . -633) 63998) ((-607 . -528) NIL) ((-872 . -102) T) ((-1328 . -1143) T) ((-1288 . -1088) T) ((-1284 . -921) 63902) ((-1279 . -1088) T) ((-1263 . -921) 63697) ((-1258 . -1088) T) ((-1241 . -149) 63676) ((-334 . -1082) 63658) ((-1241 . -147) 63637) ((-1216 . -102) T) ((-1215 . -102) T) ((-1214 . -102) T) ((-1206 . -175) 63588) ((-334 . -662) 63570) ((-723 . -1248) T) ((-1205 . -175) 63501) ((-1199 . -175) 63432) ((-1184 . -635) 63413) ((-1157 . -175) 63364) ((-610 . -1088) T) ((-609 . -1088) T) ((-1035 . -1132) T) ((-1002 . -1132) T) ((-391 . -1082) 63329) ((-136 . -1248) T) ((-118 . -1248) T) ((-943 . -1132) T) ((-895 . -929) NIL) ((-391 . -662) 63294) ((-146 . -874) T) ((-820 . -818) 63278) ((-721 . -25) T) ((-721 . -21) T) ((-119 . -660) 63255) ((-723 . -911) 63237) ((-443 . -1132) T) ((-326 . -1253) 63216) ((-325 . -1253) T) ((-171 . -414) 63200) ((-856 . -1082) 63170) ((-488 . -1004) 63132) ((-72 . -632) 63114) ((-132 . -102) T) ((-131 . -102) T) ((-850 . -1082) 63098) ((-108 . -819) T) ((-108 . -814) T) ((-723 . -1069) 63080) ((-326 . -571) 63059) ((-325 . -571) T) ((-856 . -662) 63029) ((-850 . -662) 62999) ((-1328 . -23) T) ((-136 . -1069) 62981) ((-96 . -635) 62962) ((-1024 . -668) 62944) ((-496 . -1087) 62865) ((-45 . -300) 62790) ((-246 . -739) 62732) ((-531 . -102) T) ((-496 . -111) 62648) ((-1123 . -102) 62618) ((-1065 . -102) T) ((-1202 . -668) 62528) ((-1156 . -668) 62438) ((-878 . -668) 62397) ((-663 . -843) 62376) ((-753 . -528) 62319) ((-1085 . -1087) 62303) ((-171 . -929) 62226) ((-1166 . -93) T) ((-1094 . -298) 62201) ((-642 . -21) T) ((-642 . -25) T) ((-538 . -1132) T) ((-692 . -670) 62139) ((-374 . -102) T) ((-334 . -102) T) ((-394 . -1087) 62123) ((-1085 . -111) 62102) ((-838 . -426) 62086) ((-119 . -25) T) ((-89 . -632) 62068) ((-119 . -21) T) ((-627 . -321) 61863) ((-1182 . -633) NIL) ((-489 . -321) 61667) ((-352 . -1248) T) ((-177 . -1248) T) ((-394 . -111) 61646) ((-391 . -102) T) ((-217 . -632) 61628) ((-1182 . -632) 61610) ((-795 . -1248) T) ((-1199 . -528) 61379) ((-1035 . -739) 61329) ((-1157 . -528) 61299) ((-943 . -739) 61251) ((-496 . -635) 61049) ((-365 . -319) T) ((-1220 . -153) 60999) ((-488 . -921) 60880) ((-987 . -321) 60818) ((-856 . -102) T) ((-443 . -739) 60802) ((-229 . -843) T) ((-850 . -102) T) ((-847 . -102) T) ((-1320 . -670) 60776) ((-1284 . -1283) 60755) ((-493 . -153) 60705) ((-1284 . -1277) 60675) ((-1151 . -1253) T) ((-352 . -1069) 60642) ((-1284 . -1281) 60626) ((-1267 . -929) 60533) ((-1263 . -1262) 60512) ((-80 . -632) 60494) ((-931 . -632) 60476) ((-1263 . -1277) 60453) ((-1151 . -571) T) ((-948 . -871) T) ((-793 . -871) T) ((-694 . -871) T) ((-501 . -633) 60383) ((-501 . -632) 60324) ((-391 . -296) T) ((-1263 . -1260) 60308) ((-1285 . -1143) T) ((-221 . -633) 60238) ((-221 . -632) 60179) ((-1094 . -618) 60154) ((-840 . -635) 60138) ((-560 . -236) 60125) ((-530 . -153) 60109) ((-58 . -153) 60093) ((-510 . -153) 60077) ((-509 . -236) 60064) ((-372 . -1317) 60048) ((-367 . -1317) 60032) ((-359 . -1317) 60016) ((-326 . -376) 59995) ((-325 . -376) T) ((-496 . -1080) 59973) ((-716 . -660) 59955) ((-1319 . -670) 59929) ((-131 . -321) NIL) ((-1285 . -23) T) ((-711 . -503) 59913) ((-61 . -632) 59895) ((-1144 . -819) 59874) ((-1144 . -814) 59853) ((-565 . -503) 59790) ((-692 . -34) T) ((-496 . -240) 59742) ((-307 . -300) 59721) ((-838 . -1088) T) ((-44 . -670) 59679) ((-1110 . -381) 59630) ((-753 . -302) 59561) ((-534 . -528) 59494) ((-839 . -1087) 59445) ((-1118 . -147) 59424) ((-564 . -632) 59406) ((-372 . -381) 59385) ((-367 . -381) 59364) ((-359 . -381) 59343) ((-1118 . -149) 59322) ((-997 . -1248) T) ((-895 . -274) 59299) ((-895 . -234) 59276) ((-839 . -111) 59218) ((-803 . -147) 59197) ((-275 . -979) 59164) ((-255 . -979) 59109) ((-803 . -149) 59088) ((-802 . -147) 59067) ((-802 . -149) 59046) ((-154 . -670) 59020) ((-593 . -1132) T) ((-467 . -298) 58983) ((-468 . -149) 58962) ((-468 . -147) 58941) ((-692 . -748) T) ((-846 . -632) 58923) ((-1288 . -1132) T) ((-1279 . -1132) T) ((-1258 . -1132) T) ((-1241 . -1237) 58889) ((-1241 . -1234) 58855) ((-1206 . -302) 58834) ((-1205 . -302) 58785) ((-1199 . -302) 58736) ((-1157 . -302) 58715) ((-1035 . -175) T) ((-352 . -927) 58696) ((-943 . -175) T) ((-716 . -21) T) ((-716 . -25) T) ((-659 . -1082) 58680) ((-659 . -662) 58664) ((-229 . -668) 58614) ((-610 . -1132) T) ((-609 . -1132) T) ((-488 . -1281) 58598) ((-488 . -1277) 58568) ((-419 . -298) 58496) ((-562 . -871) T) ((-326 . -1143) 58345) ((-325 . -1143) T) ((-1241 . -35) 58311) ((-1241 . -95) 58277) ((-85 . -632) 58259) ((-91 . -102) 58209) ((-1328 . -133) T) ((-736 . -1082) 58179) ((-606 . -635) 58160) ((-595 . -147) T) ((-595 . -149) 58142) ((-532 . -149) 58124) ((-532 . -147) T) ((-736 . -662) 58094) ((-326 . -23) 57946) ((-40 . -355) 57920) ((-325 . -23) T) ((-839 . -635) 57834) ((-1190 . -673) 57816) ((-1314 . -1088) T) ((-1190 . -385) 57798) ((-1127 . -102) T) ((-837 . -670) 57631) ((-1122 . -102) T) ((-1104 . -102) T) ((-171 . -274) 57615) ((-171 . -234) 57599) ((-1097 . -102) T) ((-1067 . -102) T) ((-1050 . -102) T) ((-607 . -503) 57581) ((-645 . -102) T) ((-246 . -528) 57514) ((-497 . -102) T) ((-1320 . -748) T) ((-1319 . -748) T) ((-222 . -102) T) ((-1210 . -1087) 57397) ((-1311 . -111) 57362) ((-1311 . -1087) 57332) ((-1288 . -739) 57229) ((-1093 . -668) 57201) ((-1279 . -739) 57042) ((-975 . -668) 56952) ((-1267 . -274) 56936) ((-1210 . -111) 56805) ((-1065 . -38) 56789) ((-900 . -1114) T) ((-886 . -176) T) ((-495 . -668) 56699) ((-275 . -921) 56605) ((-255 . -921) 56580) ((-839 . -1080) T) ((-703 . -1114) T) ((-698 . -1114) T) ((-642 . -236) 56525) ((-529 . -102) T) ((-525 . -102) T) ((-48 . -660) 56485) ((-522 . -102) T) ((-492 . -1114) T) ((-119 . -236) NIL) ((-3 . -1248) T) ((-140 . -1114) T) ((-139 . -1114) T) ((-135 . -1114) T) ((-854 . -1248) T) ((-839 . -240) T) ((-839 . -250) 56464) ((-1267 . -234) 56448) ((-1258 . -739) 56244) ((-1027 . -874) 56223) ((-1254 . -632) 56205) ((-565 . -298) 56184) ((-1094 . -633) NIL) ((-1094 . -632) 56166) ((-619 . -93) T) ((-693 . -93) T) ((0 . -1248) T) ((-49 . -1248) T) ((-183 . -93) T) ((-164 . -93) T) ((-158 . -93) T) ((-156 . -93) T) ((-218 . -871) T) ((-1034 . -950) T) ((-1210 . -635) 56019) ((-154 . -748) T) ((-1144 . -381) 55998) ((-659 . -102) T) ((-1055 . -25) T) ((-1035 . -528) NIL) ((-260 . -426) 55967) ((-259 . -426) 55936) ((-1055 . -21) T) ((-896 . -1082) 55888) ((-610 . -739) 55861) ((-609 . -739) 55758) ((-820 . -298) 55716) ((-128 . -102) 55666) ((-854 . -1069) 55562) ((-171 . -843) 55541) ((-331 . -670) 55438) ((-837 . -34) T) ((-736 . -102) T) ((-1151 . -1143) T) ((-1057 . -1248) T) ((-896 . -662) 55390) ((-391 . -38) 55355) ((-353 . -25) T) ((-353 . -21) T) ((-186 . -102) T) ((-163 . -102) T) ((-257 . -102) T) ((-159 . -102) T) ((-368 . -1306) 55339) ((-366 . -1306) 55323) ((-358 . -1306) 55307) ((-171 . -363) 55286) ((-560 . -871) T) ((-1118 . -239) 55237) ((-1151 . -23) T) ((-88 . -632) 55219) ((-803 . -239) T) ((-723 . -319) T) ((-856 . -38) 55189) ((-850 . -38) 55159) ((-1311 . -635) 55101) ((-1285 . -133) T) ((-1182 . -300) 55080) ((-993 . -748) 54979) ((-993 . -815) 54932) ((-993 . -816) 54885) ((-118 . -319) T) ((-91 . -321) 54823) ((-697 . -34) T) ((-565 . -618) 54802) ((-48 . -25) T) ((-48 . -21) T) ((-837 . -816) 54781) ((-837 . -815) 54760) ((-723 . -1051) T) ((-677 . -1087) 54744) ((-895 . -668) 54674) ((-837 . -748) 54652) ((-404 . -1248) T) ((-993 . -487) 54605) ((-496 . -819) 54584) ((-496 . -814) 54563) ((-935 . -1306) 54550) ((-1210 . -1080) T) ((-638 . -1248) T) ((-677 . -111) 54529) ((-1210 . -338) 54505) ((-1235 . -102) 54455) ((-1133 . -632) 54437) ((-723 . -559) T) ((-838 . -1132) T) ((-595 . -239) T) ((-532 . -239) T) ((-1311 . -1080) T) ((-1166 . -504) 54418) ((-1255 . -102) T) ((-427 . -1132) T) ((-1166 . -632) 54384) ((-260 . -1088) 54362) ((-259 . -1088) 54340) ((-860 . -102) T) ((-301 . -670) 54327) ((-607 . -298) 54277) ((-711 . -708) 54235) ((-1324 . -1248) T) ((-1298 . -871) 54214) ((-985 . -632) 54196) ((-896 . -102) T) ((-757 . -632) 54178) ((-737 . -632) 54160) ((-1288 . -175) 54111) ((-1279 . -175) 54042) ((-1258 . -175) 53973) ((-721 . -871) T) ((-1035 . -302) T) ((-467 . -632) 53955) ((-646 . -748) T) ((-60 . -1132) 53933) ((-252 . -153) 53917) ((-1284 . -662) 53758) ((-943 . -302) T) ((-1055 . -1043) T) ((-646 . -487) T) ((-734 . -1253) 53737) ((-716 . -236) NIL) ((-677 . -635) 53655) ((-171 . -668) 53550) ((-1284 . -1082) 53385) ((-610 . -175) 53364) ((-609 . -175) 53315) ((-1263 . -662) 53129) ((-1263 . -1082) 52937) ((-1257 . -1248) T) ((-734 . -571) 52848) ((-421 . -842) 52827) ((-421 . -950) T) ((-331 . -816) T) ((-491 . -1248) T) ((-1001 . -635) 52808) ((-331 . -748) T) ((-663 . -1181) 52792) ((-419 . -632) 52774) ((-419 . -633) 52681) ((-110 . -673) 52663) ((-326 . -133) 52534) ((-177 . -319) T) ((-128 . -321) 52472) ((-412 . -1248) T) ((-110 . -385) 52454) ((-325 . -133) T) ((-69 . -410) T) ((-110 . -125) T) ((-534 . -503) 52438) ((-678 . -1143) T) ((-607 . -19) 52420) ((-62 . -455) T) ((-62 . -410) T) ((-848 . -1132) T) ((-607 . -618) 52395) ((-491 . -1069) 52355) ((-677 . -1080) T) ((-678 . -23) T) ((-1314 . -1132) T) ((-31 . -102) T) ((-1267 . -668) 52265) ((-879 . -668) 52224) ((-838 . -739) 52073) ((-1302 . -1248) T) ((-591 . -885) T) ((-585 . -668) 52045) ((-119 . -871) NIL) ((-1202 . -426) 52029) ((-1156 . -426) 52013) ((-878 . -426) 51997) ((-897 . -102) 51948) ((-1284 . -102) T) ((-1263 . -102) T) ((-1258 . -528) 51717) ((-1235 . -321) 51655) ((-1206 . -298) 51620) ((-1205 . -298) 51578) ((-539 . -93) T) ((-1199 . -298) 51406) ((-323 . -632) 51388) ((-1128 . -1132) T) ((-1110 . -670) 51262) ((-733 . -466) T) ((-711 . -632) 51194) ((-301 . -748) T) ((-108 . -939) NIL) ((-711 . -633) 51155) ((-615 . -632) 51137) ((-591 . -632) 51119) ((-565 . -633) NIL) ((-565 . -632) 51101) ((-543 . -632) 51083) ((-526 . -523) 51062) ((-501 . -1087) 51012) ((-488 . -1082) 50847) ((-521 . -523) 50826) ((-488 . -662) 50667) ((-221 . -1087) 50617) ((-372 . -670) 50569) ((-367 . -670) 50521) ((-229 . -870) T) ((-359 . -670) 50473) ((-616 . -102) 50403) ((-501 . -111) 50337) ((-496 . -381) 50316) ((-108 . -670) 50266) ((-357 . -149) 50248) ((-246 . -503) 50232) ((-357 . -147) T) ((-353 . -236) 50219) ((-171 . -383) 50190) ((-972 . -1297) 50174) ((-105 . -1248) T) ((-221 . -111) 50108) ((-896 . -321) 50073) ((-972 . -1132) 50023) ((-820 . -633) 49984) ((-820 . -632) 49966) ((-740 . -102) T) ((-1323 . -1248) T) ((-395 . -1248) T) ((-343 . -1132) T) ((-217 . -635) 49943) ((-1151 . -133) T) ((-1314 . -739) 49913) ((-736 . -38) 49883) ((-326 . -507) 49862) ((-545 . -1248) T) ((-514 . -1248) T) ((-1284 . -296) 49828) ((-1263 . -296) 49794) ((-339 . -153) 49778) ((-453 . -1132) T) ((-1249 . -1248) T) ((-1094 . -300) 49753) ((-1256 . -874) T) ((-48 . -236) 49740) ((-1191 . -34) T) ((-1323 . -1069) 49717) ((-498 . -34) T) ((-482 . -632) 49699) ((-258 . -298) 49673) ((-395 . -1069) 49657) ((-1202 . -1088) T) ((-1156 . -1088) T) ((-878 . -1088) T) ((-1093 . -870) T) ((-501 . -635) 49607) ((-221 . -635) 49557) ((-838 . -175) 49468) ((-534 . -298) 49420) ((-1288 . -302) 49399) ((-1230 . -378) 49373) ((-1119 . -277) 49357) ((-693 . -504) 49338) ((-693 . -632) 49304) ((-619 . -504) 49285) ((-119 . -1022) 49262) ((-619 . -632) 49212) ((-488 . -102) T) ((-183 . -504) 49193) ((-183 . -632) 49159) ((-164 . -504) 49140) ((-164 . -632) 49106) ((-158 . -504) 49087) ((-156 . -504) 49068) ((-158 . -632) 49034) ((-377 . -1132) T) ((-260 . -1132) T) ((-259 . -1132) T) ((-156 . -632) 49000) ((-1279 . -302) 48951) ((-1258 . -302) 48902) ((-896 . -1183) 48880) ((-1206 . -1033) 48846) ((-627 . -378) 48786) ((-1205 . -1033) 48752) ((-627 . -233) 48699) ((-716 . -871) T) ((-607 . -632) 48681) ((-607 . -633) NIL) ((-489 . -233) 48631) ((-501 . -1080) T) ((-1199 . -1033) 48597) ((-87 . -454) T) ((-87 . -410) T) ((-221 . -1080) T) ((-1157 . -1033) 48563) ((-1110 . -748) T) ((-734 . -1143) T) ((-610 . -302) 48542) ((-609 . -302) 48521) ((-501 . -250) T) ((-501 . -240) T) ((-221 . -250) T) ((-221 . -240) T) ((-1197 . -632) 48503) ((-896 . -38) 48455) ((-372 . -748) T) ((-367 . -748) T) ((-359 . -748) T) ((-108 . -816) T) ((-108 . -813) T) ((-734 . -23) T) ((-108 . -748) T) ((-534 . -1287) 48439) ((-1328 . -25) T) ((-488 . -296) 48405) ((-1328 . -21) T) ((-1263 . -321) 48344) ((-1208 . -102) T) ((-40 . -147) 48316) ((-40 . -149) 48288) ((-534 . -618) 48265) ((-1144 . -670) 48098) ((-616 . -321) 48036) ((-45 . -673) 47986) ((-45 . -688) 47936) ((-45 . -385) 47886) ((-1190 . -34) T) ((-895 . -870) NIL) ((-678 . -133) T) ((-499 . -632) 47868) ((-246 . -298) 47845) ((-1113 . -1248) T) ((-190 . -1132) T) ((-1118 . -466) 47796) ((-838 . -528) 47670) ((-803 . -466) 47601) ((-686 . -1082) 47585) ((-669 . -34) T) ((-651 . -34) T) ((-686 . -662) 47569) ((-368 . -1082) 47521) ((-357 . -239) T) ((-366 . -1082) 47473) ((-358 . -1082) 47425) ((-275 . -1082) 47268) ((-255 . -1082) 47111) ((-802 . -466) 47062) ((-368 . -662) 47014) ((-366 . -662) 46966) ((-358 . -662) 46918) ((-275 . -662) 46767) ((-255 . -662) 46616) ((-468 . -466) 46567) ((-975 . -426) 46551) ((-753 . -632) 46533) ((-260 . -739) 46475) ((-259 . -739) 46417) ((-753 . -633) 46278) ((-495 . -426) 46262) ((-352 . -310) T) ((-538 . -93) T) ((-365 . -950) T) ((-1031 . -102) 46212) ((-935 . -1082) 46177) ((-1055 . -871) T) ((-60 . -528) 46110) ((-935 . -662) 46075) ((-1263 . -1183) 46027) ((-1035 . -298) NIL) ((-229 . -1088) T) ((-391 . -843) T) ((-1144 . -34) T) ((-595 . -466) T) ((-532 . -466) T) ((-1265 . -1125) 46011) ((-1265 . -1132) 45989) ((-246 . -618) 45966) ((-1265 . -1126) 45923) ((-1206 . -632) 45905) ((-1205 . -632) 45887) ((-1199 . -632) 45869) ((-1199 . -633) NIL) ((-1157 . -632) 45851) ((-896 . -414) 45835) ((-611 . -102) T) ((-600 . -102) T) ((-549 . -102) T) ((-1284 . -38) 45676) ((-1263 . -38) 45490) ((-130 . -1248) T) ((-51 . -1248) T) ((-893 . -149) T) ((-595 . -416) T) ((-532 . -416) T) ((-1295 . -102) T) ((-1285 . -21) T) ((-1285 . -25) T) ((-1220 . -102) T) ((-1144 . -816) 45469) ((-1144 . -815) 45448) ((-1024 . -1132) T) ((-1058 . -34) T) ((-887 . -1132) T) ((-1144 . -748) 45426) ((-686 . -102) T) ((-667 . -102) T) ((-565 . -300) 45405) ((-490 . -34) T) ((-477 . -34) T) ((-368 . -102) T) ((-366 . -102) T) ((-324 . -1248) T) ((-358 . -102) T) ((-275 . -102) T) ((-255 . -102) T) ((-491 . -319) T) ((-1093 . -1088) T) ((-975 . -1088) T) ((-326 . -660) 45311) ((-325 . -660) 45272) ((-1202 . -1132) T) ((-495 . -1088) T) ((-493 . -102) T) ((-451 . -632) 45254) ((-1156 . -1132) T) ((-258 . -632) 45236) ((-878 . -1132) T) ((-1172 . -102) T) ((-838 . -302) 45167) ((-985 . -1087) 45050) ((-491 . -1051) T) ((-896 . -929) 44973) ((-757 . -1087) 44943) ((-1065 . -668) 44902) ((-1179 . -1152) 44886) ((-467 . -1087) 44856) ((-1128 . -528) 44789) ((-985 . -111) 44658) ((-935 . -102) T) ((-40 . -239) 44595) ((-757 . -111) 44560) ((-539 . -504) 44541) ((-539 . -632) 44507) ((-58 . -102) 44437) ((-534 . -633) 44398) ((-534 . -632) 44310) ((-533 . -102) 44260) ((-530 . -102) 44190) ((-511 . -102) 44140) ((-510 . -102) 44070) ((-467 . -111) 44033) ((-334 . -668) 44015) ((-516 . -874) T) ((-419 . -1087) 43989) ((-1241 . -1004) 43951) ((-1027 . -1143) T) ((-391 . -668) 43901) ((-1166 . -635) 43882) ((-972 . -528) 43815) ((-501 . -819) T) ((-488 . -38) 43656) ((-419 . -111) 43623) ((-501 . -814) T) ((-1031 . -321) 43561) ((-221 . -819) T) ((-221 . -814) T) ((-1027 . -23) T) ((-734 . -133) T) ((-1263 . -414) 43531) ((-856 . -668) 43476) ((-850 . -668) 43435) ((-326 . -25) 43287) ((-171 . -426) 43271) ((-326 . -21) 43142) ((-325 . -25) T) ((-325 . -21) T) ((-888 . -381) T) ((-985 . -635) 42995) ((-110 . -34) T) ((-757 . -635) 42951) ((-737 . -635) 42933) ((-496 . -670) 42766) ((-895 . -1088) T) ((-607 . -300) 42741) ((-594 . -149) T) ((-560 . -149) T) ((-509 . -149) T) ((-1202 . -739) 42570) ((-1089 . -102) 42548) ((-1156 . -739) 42397) ((-1151 . -660) 42379) ((-878 . -739) 42349) ((-692 . -1248) T) ((-1 . -102) T) ((-563 . -1248) T) ((-419 . -635) 42257) ((-246 . -632) 41950) ((-1147 . -1132) T) ((-1267 . -426) 41934) ((-1220 . -321) 41738) ((-985 . -1080) T) ((-757 . -1080) T) ((-737 . -1080) T) ((-663 . -1132) 41688) ((-1085 . -670) 41672) ((-879 . -426) 41656) ((-526 . -102) T) ((-521 . -102) T) ((-275 . -321) 41643) ((-255 . -321) 41630) ((-1284 . -929) 41536) ((-985 . -338) 41515) ((-1263 . -929) 41312) ((-394 . -670) 41296) ((-864 . -874) 41275) ((-692 . -1069) 41171) ((-493 . -321) 40975) ((-260 . -528) 40908) ((-259 . -528) 40841) ((-1172 . -321) 40767) ((-421 . -874) 40718) ((-1241 . -921) 40697) ((-841 . -1132) T) ((-820 . -1087) 40681) ((-1288 . -298) 40646) ((-1279 . -298) 40604) ((-1258 . -298) 40432) ((-400 . -1132) T) ((-336 . -1132) T) ((-419 . -1080) T) ((-171 . -1088) T) ((-58 . -321) 40370) ((-820 . -111) 40349) ((-609 . -298) 40314) ((-533 . -321) 40252) ((-530 . -321) 40190) ((-511 . -321) 40128) ((-510 . -321) 40066) ((-419 . -240) 40045) ((-496 . -34) T) ((-229 . -1132) T) ((-1035 . -633) 39975) ((-1035 . -632) 39935) ((-1002 . -632) 39895) ((-943 . -632) 39877) ((-721 . -149) T) ((-1320 . -1248) T) ((-1319 . -1248) T) ((-723 . -950) T) ((-723 . -842) T) ((-443 . -632) 39859) ((-1151 . -21) T) ((-1151 . -25) T) ((-692 . -390) 39843) ((-118 . -950) T) ((-896 . -274) 39827) ((-896 . -234) 39811) ((-44 . -1248) T) ((-75 . -1248) T) ((-128 . -127) 39795) ((-1085 . -34) T) ((-1320 . -1069) 39769) ((-1319 . -1069) 39726) ((-1267 . -1088) T) ((-879 . -1088) T) ((-368 . -1183) 39705) ((-366 . -1183) 39684) ((-358 . -1183) 39663) ((-496 . -816) 39642) ((-496 . -815) 39621) ((-231 . -34) T) ((-496 . -748) 39599) ((-820 . -635) 39445) ((-674 . -1082) 39429) ((-60 . -503) 39413) ((-585 . -1088) T) ((-1202 . -175) 39304) ((-674 . -662) 39288) ((-488 . -929) 39194) ((-154 . -1248) T) ((-1156 . -175) 39105) ((-1093 . -1132) T) ((-1118 . -979) 39050) ((-975 . -1132) T) ((-839 . -670) 39001) ((-803 . -979) 38970) ((-735 . -1132) T) ((-802 . -979) 38937) ((-530 . -294) 38921) ((-692 . -927) 38880) ((-495 . -1132) T) ((-468 . -979) 38847) ((-79 . -1248) T) ((-368 . -38) 38812) ((-366 . -38) 38777) ((-358 . -38) 38742) ((-275 . -38) 38591) ((-255 . -38) 38440) ((-935 . -1183) T) ((-538 . -504) 38421) ((-642 . -149) 38400) ((-642 . -147) 38379) ((-612 . -1248) T) ((-538 . -632) 38345) ((-119 . -149) T) ((-119 . -147) NIL) ((-429 . -748) T) ((-820 . -1080) T) ((-560 . -239) T) ((-509 . -239) T) ((-357 . -466) T) ((-1288 . -1033) 38311) ((-1279 . -1033) 38277) ((-1258 . -1033) 38243) ((-935 . -38) 38208) ((-229 . -739) 38173) ((-1027 . -133) T) ((-659 . -668) 38142) ((-331 . -47) 38112) ((-40 . -424) 38084) ((-142 . -632) 38066) ((-993 . -1248) T) ((-837 . -1248) T) ((-177 . -950) T) ((-564 . -381) T) ((-736 . -668) 38011) ((-619 . -635) 37992) ((-357 . -416) T) ((-693 . -635) 37973) ((-325 . -236) NIL) ((-183 . -635) 37954) ((-164 . -635) 37935) ((-158 . -635) 37916) ((-156 . -635) 37897) ((-534 . -300) 37874) ((-1263 . -234) 37844) ((-1263 . -274) 37814) ((-1246 . -1248) 37792) ((-1210 . -670) 37717) ((-900 . -102) T) ((-837 . -1069) 37544) ((-45 . -34) T) ((-703 . -102) T) ((-698 . -102) T) ((-678 . -21) T) ((-674 . -102) T) ((-678 . -25) T) ((-1128 . -503) 37528) ((-697 . -1248) T) ((-492 . -102) T) ((-252 . -102) 37458) ((-561 . -866) T) ((-140 . -102) T) ((-139 . -102) T) ((-135 . -102) T) ((-1118 . -921) 37353) ((-895 . -1132) T) ((-1202 . -528) 37300) ((-1093 . -739) 37287) ((-803 . -921) 37190) ((-753 . -1087) 37033) ((-802 . -921) 37015) ((-975 . -739) 36864) ((-1156 . -528) 36816) ((-1310 . -1132) T) ((-1309 . -1132) T) ((-468 . -921) 36791) ((-495 . -739) 36640) ((-67 . -632) 36622) ((-646 . -1248) T) ((-753 . -111) 36451) ((-972 . -503) 36435) ((-1311 . -670) 36395) ((-1206 . -1087) 36278) ((-839 . -748) T) ((-1205 . -1087) 36113) ((-1199 . -1087) 35903) ((-331 . -1248) T) ((-1157 . -1087) 35786) ((-1034 . -1253) T) ((-1120 . -102) 35764) ((-837 . -390) 35733) ((-593 . -632) 35715) ((-561 . -1132) T) ((-1034 . -571) T) ((-1206 . -111) 35584) ((-1205 . -111) 35405) ((-1199 . -111) 35174) ((-1157 . -111) 35043) ((-1136 . -1135) 35007) ((-391 . -870) T) ((-1288 . -632) 34989) ((-1279 . -632) 34971) ((-896 . -668) 34908) ((-1258 . -632) 34890) ((-1258 . -633) NIL) ((-246 . -300) 34867) ((-40 . -466) T) ((-229 . -175) T) ((-171 . -1132) T) ((-753 . -635) 34652) ((-716 . -149) T) ((-716 . -147) NIL) ((-610 . -632) 34634) ((-609 . -632) 34616) ((-1151 . -236) 34603) ((-925 . -1132) T) ((-863 . -1132) T) ((-830 . -1132) T) ((-275 . -929) 34513) ((-255 . -929) 34490) ((-791 . -1132) T) ((-699 . -1132) T) ((-676 . -876) 34474) ((-642 . -239) 34425) ((-837 . -927) 34357) ((-882 . -874) T) ((-1254 . -381) T) ((-40 . -416) NIL) ((-119 . -239) NIL) ((-1206 . -635) 34239) ((-1151 . -684) T) ((-895 . -739) 34184) ((-260 . -503) 34168) ((-259 . -503) 34152) ((-1205 . -635) 33895) ((-1199 . -635) 33690) ((-734 . -660) 33638) ((-677 . -670) 33612) ((-1157 . -635) 33494) ((-307 . -34) T) ((-1151 . -113) T) ((-753 . -1080) T) ((-595 . -1306) 33481) ((-532 . -1306) 33458) ((-1267 . -1132) T) ((-1202 . -302) 33369) ((-1156 . -302) 33300) ((-657 . -874) T) ((-1093 . -175) T) ((-301 . -1248) T) ((-879 . -1132) T) ((-975 . -175) 33211) ((-803 . -1274) 33195) ((-663 . -528) 33128) ((-78 . -632) 33110) ((-753 . -338) 33075) ((-1210 . -748) T) ((-585 . -1132) T) ((-495 . -175) 32986) ((-252 . -321) 32924) ((-1173 . -1143) T) ((-70 . -632) 32906) ((-1311 . -748) T) ((-1206 . -1080) T) ((-1205 . -1080) T) ((-1199 . -1080) T) ((-339 . -102) 32836) ((-1173 . -23) T) ((-2 . -1248) T) ((-1157 . -1080) T) ((-91 . -1152) 32820) ((-890 . -1143) T) ((-1206 . -240) 32779) ((-1205 . -250) 32758) ((-1205 . -240) 32710) ((-1199 . -240) 32597) ((-1199 . -250) 32576) ((-331 . -927) 32482) ((-890 . -23) T) ((-171 . -739) 32310) ((-421 . -1253) T) ((-1133 . -381) T) ((-1034 . -376) T) ((-893 . -466) T) ((-1055 . -149) T) ((-972 . -298) 32262) ((-325 . -871) NIL) ((-1284 . -668) 32144) ((-898 . -102) T) ((-1263 . -668) 31999) ((-734 . -25) T) ((-421 . -571) T) ((-734 . -21) T) ((-539 . -635) 31980) ((-353 . -149) 31962) ((-353 . -147) T) ((-1179 . -1132) 31940) ((-467 . -742) T) ((-76 . -632) 31922) ((-115 . -871) T) ((-252 . -294) 31906) ((-246 . -1087) 31827) ((-81 . -632) 31809) ((-757 . -381) 31762) ((-1208 . -843) T) ((-758 . -242) 31746) ((-1191 . -1248) T) ((-143 . -242) 31728) ((-246 . -111) 31644) ((-1267 . -739) 31473) ((-48 . -149) T) ((-895 . -175) T) ((-879 . -739) 31443) ((-498 . -1248) T) ((-975 . -528) 31390) ((-677 . -748) T) ((-585 . -739) 31377) ((-1065 . -1088) T) ((-716 . -239) NIL) ((-495 . -528) 31320) ((-972 . -19) 31304) ((-972 . -618) 31281) ((-1110 . -1248) T) ((-1092 . -1248) T) ((-1241 . -662) 31178) ((-838 . -633) NIL) ((-838 . -632) 31160) ((-1241 . -1082) 31043) ((-1110 . -1069) 30939) ((-1035 . -1087) 30889) ((-427 . -632) 30871) ((-260 . -298) 30848) ((-372 . -1248) T) ((-367 . -1248) T) ((-359 . -1248) T) ((-259 . -298) 30825) ((-501 . -939) NIL) ((-326 . -29) 30795) ((-108 . -1248) T) ((-1034 . -1143) T) ((-221 . -939) NIL) ((-943 . -1087) 30747) ((-661 . -1306) 30731) ((-1035 . -111) 30665) ((-1034 . -23) T) ((-733 . -1082) 30630) ((-943 . -111) 30568) ((-758 . -717) 30552) ((-733 . -662) 30517) ((-275 . -274) 30501) ((-275 . -234) 30485) ((-443 . -1087) 30469) ((-391 . -1088) T) ((-246 . -635) 30267) ((-716 . -1237) NIL) ((-501 . -670) 30217) ((-488 . -668) 30099) ((-108 . -909) 30081) ((-108 . -911) 30063) ((-716 . -1234) NIL) ((-221 . -670) 30013) ((-372 . -1069) 29997) ((-367 . -1069) 29981) ((-339 . -321) 29919) ((-359 . -1069) 29903) ((-229 . -302) T) ((-443 . -111) 29882) ((-60 . -632) 29814) ((-171 . -175) T) ((-1151 . -871) T) ((-108 . -1069) 29774) ((-915 . -1132) T) ((-856 . -1088) T) ((-850 . -1088) T) ((-716 . -35) NIL) ((-716 . -95) NIL) ((-325 . -1022) 29735) ((-187 . -102) T) ((-1322 . -1143) T) ((-1322 . -23) T) ((-594 . -466) T) ((-560 . -466) T) ((-509 . -466) T) ((-1314 . -632) 29717) ((-1267 . -175) 29608) ((-1241 . -102) T) ((-421 . -376) T) ((-1230 . -1132) T) ((-1220 . -233) 29558) ((-1215 . -866) T) ((-1214 . -866) T) ((-1198 . -1248) T) ((-246 . -1080) 29536) ((-1025 . -1248) T) ((-1182 . -34) T) ((-1199 . -814) NIL) ((-1199 . -819) NIL) ((-1190 . -1248) T) ((-491 . -950) T) ((-1027 . -660) 29484) ((-260 . -618) 29461) ((-259 . -618) 29438) ((-1173 . -133) T) ((-1128 . -633) 29399) ((-1110 . -390) 29383) ((-895 . -528) 29291) ((-246 . -240) 29243) ((-1128 . -632) 29225) ((-1119 . -1132) T) ((-1035 . -635) 29175) ((-1110 . -927) 29108) ((-943 . -635) 29045) ((-848 . -632) 29027) ((-1106 . -1132) T) ((-1093 . -302) T) ((-1035 . -250) T) ((-1035 . -240) T) ((-1035 . -1080) T) ((-987 . -1132) 28977) ((-975 . -302) 28908) ((-443 . -635) 28877) ((-108 . -390) 28859) ((-108 . -351) 28841) ((-943 . -1080) T) ((-943 . -250) T) ((-820 . -381) 28820) ((-733 . -102) T) ((-723 . -874) T) ((-669 . -1248) T) ((-651 . -1248) T) ((-627 . -1132) T) ((-627 . -629) 28796) ((-597 . -1082) 28771) ((-495 . -302) 28702) ((-585 . -175) T) ((-339 . -294) 28686) ((-353 . -239) T) ((-597 . -662) 28661) ((-368 . -363) 28640) ((-366 . -363) 28619) ((-358 . -363) 28598) ((-215 . -1248) T) ((-84 . -632) 28580) ((-214 . -1248) T) ((-212 . -1248) T) ((-211 . -1248) T) ((-210 . -1248) T) ((-209 . -1248) T) ((-206 . -1248) T) ((-205 . -1248) T) ((-204 . -1248) T) ((-203 . -1248) T) ((-489 . -1132) T) ((-202 . -1248) T) ((-275 . -262) 28542) ((-201 . -1248) T) ((-200 . -1248) T) ((-199 . -1248) T) ((-198 . -1248) T) ((-197 . -1248) T) ((-489 . -629) 28521) ((-196 . -1248) T) ((-285 . -1248) T) ((-284 . -1248) T) ((-283 . -1248) T) ((-282 . -1248) T) ((-493 . -233) 28471) ((-281 . -1248) T) ((-280 . -1248) T) ((-279 . -1248) T) ((-443 . -1080) T) ((-890 . -133) T) ((-864 . -1143) 28450) ((-48 . -239) T) ((-721 . -466) T) ((-108 . -927) NIL) ((-136 . -874) T) ((-1241 . -296) 28416) ((-1144 . -1248) T) ((-896 . -870) 28395) ((-1027 . -25) T) ((-931 . -748) T) ((-171 . -528) 28307) ((-1027 . -21) T) ((-931 . -487) T) ((-421 . -1143) T) ((-501 . -816) T) ((-501 . -813) T) ((-935 . -363) T) ((-501 . -748) T) ((-221 . -816) T) ((-221 . -813) T) ((-734 . -236) 28294) ((-221 . -748) T) ((-864 . -23) 28246) ((-1216 . -1132) T) ((-676 . -1082) 28230) ((-1215 . -1132) T) ((-538 . -635) 28211) ((-1214 . -1132) T) ((-331 . -319) 28190) ((-1066 . -242) 28136) ((-676 . -662) 28106) ((-421 . -23) T) ((-972 . -633) 28067) ((-972 . -632) 27979) ((-663 . -503) 27963) ((-45 . -1041) 27913) ((-1144 . -1069) 27740) ((-636 . -998) T) ((-505 . -102) T) ((-343 . -632) 27722) ((-1024 . -298) 27689) ((-607 . -673) 27671) ((-132 . -1132) T) ((-131 . -1132) T) ((-607 . -385) 27653) ((-357 . -1306) 27630) ((-453 . -632) 27612) ((-1267 . -528) 27559) ((-1118 . -1082) 27402) ((-1058 . -1248) T) ((-895 . -302) T) ((-1202 . -298) 27329) ((-1118 . -662) 27178) ((-1031 . -1026) 27162) ((-803 . -1082) 26985) ((-802 . -1082) 26828) ((-803 . -662) 26657) ((-802 . -662) 26506) ((-490 . -1248) T) ((-477 . -1248) T) ((-597 . -102) T) ((-475 . -1082) 26477) ((-468 . -1082) 26320) ((-686 . -668) 26289) ((-642 . -466) 26268) ((-475 . -662) 26239) ((-468 . -662) 26088) ((-368 . -668) 26025) ((-366 . -668) 25962) ((-358 . -668) 25899) ((-275 . -668) 25809) ((-255 . -668) 25719) ((-1314 . -397) 25691) ((-531 . -1132) T) ((-119 . -466) T) ((-1228 . -102) T) ((-1123 . -1132) 25661) ((-1065 . -1132) T) ((-1147 . -93) T) ((-918 . -871) T) ((-1288 . -111) 25530) ((-365 . -1253) T) ((-1288 . -1087) 25413) ((-1144 . -390) 25382) ((-1279 . -1087) 25217) ((-1258 . -1087) 25007) ((-1279 . -111) 24828) ((-1258 . -111) 24597) ((-1241 . -321) 24584) ((-1034 . -133) T) ((-935 . -668) 24534) ((-377 . -632) 24516) ((-365 . -571) T) ((-301 . -319) T) ((-610 . -1087) 24476) ((-609 . -1087) 24359) ((-595 . -1082) 24324) ((-532 . -1082) 24269) ((-374 . -1132) T) ((-334 . -1132) T) ((-260 . -632) 24230) ((-259 . -632) 24191) ((-595 . -662) 24156) ((-532 . -662) 24101) ((-716 . -424) 24068) ((-652 . -23) T) ((-620 . -23) T) ((-40 . -921) 23975) ((-676 . -102) T) ((-610 . -111) 23928) ((-609 . -111) 23797) ((-391 . -1132) T) ((-346 . -102) T) ((-171 . -302) 23708) ((-1263 . -870) 23661) ((-736 . -1088) T) ((-630 . -1248) T) ((-1179 . -528) 23594) ((-1222 . -858) 23578) ((-1144 . -927) 23510) ((-856 . -1132) T) ((-850 . -1132) T) ((-847 . -1132) T) ((-97 . -102) T) ((-146 . -871) T) ((-630 . -909) 23494) ((-1184 . -1248) T) ((-110 . -1248) T) ((-1118 . -102) T) ((-1094 . -34) T) ((-803 . -102) T) ((-802 . -102) T) ((-1288 . -635) 23376) ((-1279 . -635) 23119) ((-475 . -102) T) ((-468 . -102) T) ((-1258 . -635) 22914) ((-96 . -1248) T) ((-246 . -819) 22893) ((-246 . -814) 22872) ((-671 . -102) T) ((-610 . -635) 22830) ((-609 . -635) 22712) ((-1267 . -302) 22623) ((-686 . -654) 22607) ((-190 . -632) 22589) ((-663 . -298) 22541) ((-1065 . -739) 22525) ((-585 . -302) T) ((-985 . -670) 22450) ((-1322 . -133) T) ((-757 . -670) 22410) ((-737 . -670) 22397) ((-286 . -102) T) ((-467 . -670) 22327) ((-50 . -102) T) ((-595 . -102) T) ((-532 . -102) T) ((-1288 . -1080) T) ((-1279 . -1080) T) ((-1258 . -1080) T) ((-1171 . -1248) T) ((-521 . -668) 22309) ((-334 . -739) 22291) ((-1288 . -240) 22250) ((-1279 . -250) 22229) ((-1279 . -240) 22181) ((-1258 . -240) 22068) ((-1258 . -250) 22047) ((-1241 . -38) 21944) ((-610 . -1080) T) ((-609 . -1080) T) ((-1035 . -819) T) ((-1035 . -814) T) ((-1002 . -819) T) ((-1002 . -814) T) ((-896 . -1088) T) ((-109 . -632) 21926) ((-716 . -466) T) ((-391 . -739) 21891) ((-419 . -670) 21865) ((-893 . -894) 21849) ((-733 . -38) 21814) ((-609 . -240) 21773) ((-40 . -746) 21745) ((-365 . -341) 21722) ((-365 . -376) T) ((-1110 . -319) 21673) ((-305 . -1143) 21554) ((-1137 . -1248) T) ((-1027 . -236) 21499) ((-174 . -102) T) ((-1265 . -632) 21466) ((-864 . -133) 21418) ((-856 . -739) 21388) ((-663 . -1287) 21372) ((-850 . -739) 21342) ((-663 . -618) 21319) ((-496 . -1248) T) ((-372 . -319) T) ((-367 . -319) T) ((-359 . -319) T) ((-413 . -236) 21306) ((-421 . -133) T) ((-534 . -688) 21290) ((-108 . -319) T) ((-305 . -23) 21173) ((-534 . -673) 21157) ((-716 . -416) NIL) ((-534 . -385) 21141) ((-661 . -1082) 21125) ((-661 . -662) 21109) ((-303 . -632) 21091) ((-91 . -1132) 21069) ((-108 . -1051) T) ((-560 . -145) T) ((-1298 . -153) 21053) ((-496 . -1069) 20880) ((-1285 . -147) 20841) ((-1285 . -149) 20802) ((-1085 . -1248) T) ((-1310 . -93) T) ((-1024 . -632) 20784) ((-840 . -1248) T) ((-887 . -632) 20766) ((-838 . -1087) 20609) ((-1309 . -93) T) ((-1202 . -633) NIL) ((-1127 . -1132) T) ((-1122 . -1132) T) ((-1118 . -321) 20596) ((-429 . -1248) T) ((-394 . -1248) T) ((-1104 . -1132) T) ((-231 . -1248) T) ((-1097 . -1132) T) ((-1067 . -1132) T) ((-1050 . -1132) T) ((-803 . -321) 20583) ((-802 . -321) 20570) ((-1202 . -632) 20552) ((-838 . -111) 20381) ((-1156 . -632) 20363) ((-645 . -1132) T) ((-591 . -176) T) ((-543 . -176) T) ((-468 . -321) 20350) ((-497 . -1132) T) ((-1156 . -633) 20098) ((-1065 . -175) T) ((-972 . -300) 20075) ((-222 . -1132) T) ((-878 . -632) 20057) ((-627 . -528) 19840) ((-81 . -635) 19781) ((-840 . -1069) 19765) ((-489 . -528) 19557) ((-854 . -874) 19536) ((-985 . -748) T) ((-757 . -748) T) ((-737 . -748) T) ((-365 . -1143) T) ((-1211 . -632) 19518) ((-227 . -102) T) ((-496 . -390) 19487) ((-529 . -1132) T) ((-525 . -1132) T) ((-522 . -1132) T) ((-820 . -670) 19461) ((-1055 . -466) T) ((-987 . -528) 19394) ((-365 . -23) T) ((-652 . -133) T) ((-620 . -133) T) ((-353 . -466) T) ((-246 . -381) 19373) ((-391 . -175) T) ((-1284 . -1088) T) ((-1263 . -1088) T) ((-229 . -1033) T) ((-838 . -635) 19110) ((-721 . -401) T) ((-419 . -748) T) ((-723 . -1253) T) ((-1173 . -660) 19058) ((-659 . -1132) T) ((-661 . -102) T) ((-594 . -894) 19042) ((-1314 . -1087) 19026) ((-1191 . -1225) 19002) ((-723 . -571) T) ((-128 . -1132) 18980) ((-736 . -1132) T) ((-676 . -38) 18950) ((-496 . -927) 18882) ((-257 . -1132) T) ((-186 . -1132) T) ((-353 . -416) T) ((-326 . -149) 18861) ((-326 . -147) 18840) ((-118 . -571) T) ((-131 . -528) NIL) ((-325 . -149) 18796) ((-325 . -147) 18752) ((-48 . -466) T) ((-163 . -1132) T) ((-159 . -1132) T) ((-1191 . -107) 18699) ((-803 . -1183) 18677) ((-1314 . -111) 18656) ((-711 . -34) T) ((-606 . -1248) T) ((-565 . -34) T) ((-498 . -107) 18640) ((-260 . -300) 18617) ((-259 . -300) 18594) ((-1255 . -866) T) ((-895 . -298) 18545) ((-45 . -1248) T) ((-1241 . -929) 18526) ((-839 . -1248) T) ((-838 . -1080) T) ((-638 . -874) 18505) ((-674 . -668) 18474) ((-1210 . -47) 18450) ((-838 . -338) 18412) ((-1118 . -38) 18261) ((-838 . -240) 18240) ((-803 . -38) 18069) ((-802 . -38) 17918) ((-1147 . -504) 17899) ((-468 . -38) 17748) ((-1147 . -632) 17714) ((-1146 . -102) T) ((-663 . -633) 17675) ((-663 . -632) 17587) ((-595 . -1183) T) ((-532 . -1183) T) ((-1179 . -503) 17571) ((-357 . -1082) 17516) ((-1235 . -1132) 17494) ((-1173 . -25) T) ((-1173 . -21) T) ((-357 . -662) 17439) ((-1314 . -635) 17388) ((-342 . -1248) T) ((-488 . -1088) T) ((-1255 . -1132) T) ((-1258 . -814) NIL) ((-1258 . -819) NIL) ((-1027 . -871) 17367) ((-890 . -21) T) ((-860 . -1132) T) ((-841 . -632) 17349) ((-890 . -25) T) ((-820 . -748) T) ((-659 . -739) 17333) ((-177 . -1253) T) ((-595 . -38) 17298) ((-532 . -38) 17263) ((-400 . -632) 17245) ((-345 . -102) T) ((-336 . -632) 17227) ((-171 . -298) 17185) ((-1257 . -874) T) ((-64 . -1248) T) ((-114 . -102) T) ((-896 . -1132) T) ((-524 . -1248) T) ((-177 . -571) T) ((-736 . -739) 17155) ((-305 . -133) 17038) ((-229 . -632) 17020) ((-229 . -633) 16950) ((-1034 . -660) 16889) ((-1314 . -1080) T) ((-1210 . -1248) T) ((-1151 . -149) T) ((-651 . -1225) 16864) ((-753 . -939) 16843) ((-607 . -34) T) ((-669 . -107) 16827) ((-651 . -107) 16773) ((-625 . -1248) T) ((-624 . -1248) T) ((-622 . -1248) T) ((-1311 . -1248) T) ((-642 . -921) 16694) ((-1267 . -298) 16621) ((-753 . -670) 16510) ((-307 . -1248) T) ((-1210 . -1069) 16406) ((-972 . -637) 16383) ((-591 . -590) T) ((-591 . -541) T) ((-543 . -541) T) ((-119 . -921) NIL) ((-1199 . -939) NIL) ((-1093 . -633) 16298) ((-1093 . -632) 16280) ((-975 . -632) 16262) ((-735 . -504) 16212) ((-357 . -102) T) ((-260 . -1087) 16133) ((-259 . -1087) 16054) ((-407 . -102) T) ((-31 . -1132) T) ((-975 . -633) 15915) ((-735 . -632) 15850) ((-1312 . -1243) 15819) ((-495 . -632) 15801) ((-495 . -633) 15662) ((-275 . -426) 15646) ((-255 . -426) 15630) ((-325 . -239) NIL) ((-260 . -111) 15546) ((-259 . -111) 15462) ((-1256 . -684) T) ((-1206 . -670) 15387) ((-1205 . -670) 15284) ((-1199 . -670) 15136) ((-1157 . -670) 15061) ((-365 . -133) T) ((-83 . -455) T) ((-83 . -410) T) ((-1034 . -25) T) ((-1034 . -21) T) ((-897 . -1132) 15012) ((-40 . -1082) 14957) ((-896 . -739) 14909) ((-40 . -662) 14854) ((-391 . -302) T) ((-171 . -1033) 14805) ((-1118 . -929) 14704) ((-716 . -401) T) ((-1027 . -1029) 14688) ((-723 . -1143) T) ((-716 . -168) 14670) ((-803 . -929) 14577) ((-802 . -929) 14561) ((-1284 . -1132) T) ((-1263 . -1132) T) ((-1196 . -102) T) ((-326 . -1234) 14540) ((-326 . -1237) 14519) ((-468 . -929) 14496) ((-326 . -989) 14475) ((-136 . -1143) T) ((-118 . -1143) T) ((-1001 . -1248) T) ((-888 . -1248) T) ((-723 . -23) T) ((-677 . -1248) T) ((-616 . -1297) 14459) ((-616 . -1132) 14409) ((-545 . -874) T) ((-514 . -874) T) ((-326 . -95) 14388) ((-91 . -528) 14321) ((-177 . -376) T) ((-260 . -635) 14119) ((-259 . -635) 13917) ((-326 . -35) 13896) ((-627 . -503) 13830) ((-136 . -23) T) ((-118 . -23) T) ((-995 . -102) T) ((-740 . -1132) T) ((-489 . -503) 13767) ((-421 . -660) 13715) ((-677 . -1069) 13611) ((-987 . -503) 13595) ((-368 . -1088) T) ((-366 . -1088) T) ((-358 . -1088) T) ((-275 . -1088) T) ((-255 . -1088) T) ((-895 . -633) NIL) ((-895 . -632) 13577) ((-1310 . -504) 13558) ((-1309 . -504) 13539) ((-1322 . -21) T) ((-1310 . -632) 13505) ((-1309 . -632) 13471) ((-585 . -1033) T) ((-753 . -748) T) ((-1322 . -25) T) ((-260 . -1080) 13449) ((-259 . -1080) 13427) ((-72 . -1248) T) ((-1173 . -236) 13372) ((-260 . -240) 13324) ((-259 . -240) 13276) ((-1151 . -239) T) ((-40 . -102) T) ((-935 . -1088) T) ((-716 . -921) NIL) ((-1213 . -102) T) ((-131 . -503) 13258) ((-1206 . -748) T) ((-1205 . -748) T) ((-1199 . -748) T) ((-1199 . -813) NIL) ((-1199 . -816) NIL) ((-983 . -102) T) ((-948 . -102) T) ((-893 . -1082) 13245) ((-1157 . -748) T) ((-793 . -102) T) ((-694 . -102) T) ((-893 . -662) 13232) ((-561 . -632) 13214) ((-488 . -1132) T) ((-352 . -1143) T) ((-177 . -1143) T) ((-331 . -950) 13193) ((-1284 . -739) 13034) ((-896 . -175) T) ((-1263 . -739) 12848) ((-864 . -21) 12800) ((-864 . -25) 12752) ((-252 . -1181) 12736) ((-128 . -528) 12669) ((-421 . -25) T) ((-421 . -21) T) ((-352 . -23) T) ((-171 . -633) 12435) ((-171 . -632) 12417) ((-177 . -23) T) ((-663 . -300) 12394) ((-534 . -34) T) ((-636 . -684) T) ((-925 . -632) 12376) ((-89 . -1248) T) ((-863 . -632) 12358) ((-830 . -632) 12340) ((-791 . -632) 12322) ((-699 . -632) 12304) ((-246 . -670) 12137) ((-636 . -113) T) ((-1208 . -1132) T) ((-1202 . -1087) 11960) ((-217 . -1248) T) ((-1182 . -1248) T) ((-1156 . -1087) 11803) ((-878 . -1087) 11787) ((-1113 . -874) T) ((-1265 . -637) 11771) ((-1202 . -111) 11580) ((-1156 . -111) 11409) ((-878 . -111) 11388) ((-1256 . -871) T) ((-1267 . -633) NIL) ((-1267 . -632) 11370) ((-357 . -1183) T) ((-879 . -632) 11352) ((-1106 . -298) 11331) ((-1241 . -668) 11241) ((-80 . -1248) T) ((-931 . -1248) T) ((-1235 . -528) 11174) ((-1035 . -939) NIL) ((-1118 . -274) 11158) ((-627 . -298) 11134) ((-1118 . -234) 11118) ((-501 . -1248) T) ((-585 . -632) 11100) ((-489 . -298) 11079) ((-1035 . -670) 11029) ((-531 . -93) T) ((-1034 . -236) 10960) ((-221 . -1248) T) ((-987 . -298) 10912) ((-893 . -102) T) ((-301 . -950) T) ((-839 . -319) 10891) ((-803 . -274) 10875) ((-803 . -234) 10859) ((-943 . -670) 10811) ((-733 . -668) 10761) ((-716 . -746) 10728) ((-652 . -21) T) ((-652 . -25) T) ((-620 . -21) T) ((-562 . -102) T) ((-357 . -38) 10693) ((-501 . -909) 10675) ((-501 . -911) 10657) ((-488 . -739) 10498) ((-61 . -1248) T) ((-221 . -909) 10480) ((-221 . -911) 10462) ((-620 . -25) T) ((-443 . -670) 10436) ((-1202 . -635) 10205) ((-501 . -1069) 10165) ((-896 . -528) 10077) ((-1156 . -635) 9869) ((-878 . -635) 9787) ((-221 . -1069) 9747) ((-246 . -34) T) ((-1031 . -1132) 9725) ((-594 . -1082) 9712) ((-560 . -1082) 9699) ((-509 . -1082) 9664) ((-1284 . -175) 9595) ((-1263 . -175) 9526) ((-594 . -662) 9513) ((-560 . -662) 9500) ((-509 . -662) 9465) ((-734 . -147) 9444) ((-734 . -149) 9423) ((-130 . -874) T) ((-723 . -133) T) ((-564 . -1248) T) ((-137 . -479) 9400) ((-1179 . -632) 9332) ((-676 . -680) 9316) ((-131 . -298) 9266) ((-118 . -133) T) ((-491 . -1253) T) ((-627 . -618) 9242) ((-489 . -618) 9221) ((-611 . -1132) T) ((-346 . -349) 9190) ((-600 . -1132) T) ((-549 . -1132) T) ((-491 . -571) T) ((-1202 . -1080) T) ((-1156 . -1080) T) ((-878 . -1080) T) ((-846 . -1248) T) ((-246 . -816) 9169) ((-246 . -815) 9148) ((-1202 . -338) 9125) ((-246 . -748) 9103) ((-987 . -19) 9087) ((-501 . -390) 9069) ((-501 . -351) 9051) ((-1156 . -338) 9023) ((-353 . -1306) 9000) ((-221 . -390) 8982) ((-221 . -351) 8964) ((-987 . -618) 8941) ((-1202 . -240) T) ((-1295 . -1132) T) ((-1220 . -1132) T) ((-686 . -1132) T) ((-667 . -1132) T) ((-1118 . -262) 8878) ((-597 . -668) 8838) ((-368 . -1132) T) ((-366 . -1132) T) ((-358 . -1132) T) ((-275 . -1132) T) ((-255 . -1132) T) ((-85 . -1248) T) ((-218 . -102) T) ((-129 . -102) 8788) ((-123 . -102) 8738) ((-1263 . -528) 8598) ((-1220 . -629) 8577) ((-1172 . -1132) T) ((-1147 . -635) 8558) ((-1110 . -950) 8509) ((-493 . -1132) T) ((-1035 . -816) T) ((-1035 . -813) T) ((-493 . -629) 8488) ((-260 . -819) 8467) ((-260 . -814) 8446) ((-259 . -819) 8425) ((-40 . -1183) NIL) ((-259 . -814) 8404) ((-1035 . -748) T) ((-131 . -19) 8386) ((-1002 . -816) T) ((-721 . -1082) 8351) ((-943 . -748) T) ((-935 . -1132) T) ((-915 . -632) 8333) ((-131 . -618) 8308) ((-721 . -662) 8273) ((-91 . -503) 8257) ((-501 . -927) NIL) ((-896 . -302) T) ((-229 . -1087) 8222) ((-856 . -298) 8201) ((-221 . -927) NIL) ((-854 . -1143) 8180) ((-58 . -1132) 8130) ((-533 . -1132) 8108) ((-530 . -1132) 8058) ((-511 . -1132) 8036) ((-510 . -1132) 7986) ((-594 . -102) T) ((-560 . -102) T) ((-509 . -102) T) ((-488 . -175) 7917) ((-372 . -950) T) ((-367 . -950) T) ((-359 . -950) T) ((-229 . -111) 7873) ((-854 . -23) 7825) ((-443 . -748) T) ((-108 . -950) T) ((-40 . -38) 7770) ((-108 . -842) T) ((-595 . -363) T) ((-532 . -363) T) ((-676 . -668) 7729) ((-326 . -466) 7708) ((-325 . -466) T) ((-616 . -528) 7641) ((-421 . -236) 7586) ((-352 . -133) T) ((-177 . -133) T) ((-305 . -25) 7450) ((-305 . -21) 7333) ((-45 . -1225) 7312) ((-66 . -632) 7294) ((-55 . -102) T) ((-346 . -668) 7276) ((-1301 . -102) T) ((-1298 . -102) 7206) ((-1288 . -670) 7131) ((-1279 . -670) 7028) ((-45 . -107) 6978) ((-841 . -635) 6962) ((-1258 . -670) 6814) ((-1258 . -939) NIL) ((-1254 . -1248) T) ((-1230 . -632) 6796) ((-1222 . -102) T) ((-1128 . -440) 6780) ((-1128 . -381) 6759) ((-400 . -635) 6743) ((-336 . -635) 6727) ((-1127 . -93) T) ((-1118 . -668) 6637) ((-1094 . -1248) T) ((-1093 . -1087) 6624) ((-1093 . -111) 6609) ((-975 . -111) 6438) ((-975 . -1087) 6281) ((-803 . -668) 6191) ((-802 . -668) 6101) ((-686 . -739) 6085) ((-642 . -1082) 6072) ((-642 . -662) 6059) ((-563 . -874) T) ((-495 . -1087) 5902) ((-491 . -376) T) ((-475 . -668) 5858) ((-468 . -668) 5768) ((-229 . -635) 5718) ((-368 . -739) 5670) ((-366 . -739) 5622) ((-119 . -1082) 5567) ((-358 . -739) 5519) ((-275 . -739) 5368) ((-255 . -739) 5217) ((-1122 . -93) T) ((-1104 . -93) T) ((-119 . -662) 5162) ((-1097 . -93) T) ((-972 . -673) 5146) ((-1089 . -1132) 5124) ((-495 . -111) 4953) ((-1067 . -93) T) ((-1050 . -93) T) ((-972 . -385) 4937) ((-256 . -102) T) ((-985 . -47) 4916) ((-74 . -632) 4898) ((-734 . -239) T) ((-732 . -102) T) ((-721 . -102) T) ((-1 . -1132) T) ((-638 . -1143) T) ((-1119 . -632) 4880) ((-645 . -93) T) ((-1106 . -632) 4862) ((-935 . -739) 4827) ((-128 . -503) 4811) ((-497 . -93) T) ((-638 . -23) T) ((-404 . -23) T) ((-88 . -1248) T) ((-222 . -93) T) ((-627 . -632) 4793) ((-627 . -633) NIL) ((-489 . -633) NIL) ((-489 . -632) 4775) ((-365 . -25) T) ((-365 . -21) T) ((-50 . -668) 4734) ((-526 . -1132) T) ((-521 . -1132) T) ((-123 . -321) 4672) ((-129 . -321) 4610) ((-610 . -670) 4584) ((-609 . -670) 4509) ((-595 . -668) 4459) ((-229 . -1080) T) ((-532 . -668) 4389) ((-1093 . -635) 4361) ((-391 . -1033) T) ((-229 . -250) T) ((-229 . -240) T) ((-872 . -504) 4345) ((-1093 . -637) 4326) ((-987 . -633) 4287) ((-987 . -632) 4199) ((-975 . -635) 3988) ((-872 . -632) 3936) ((-893 . -38) 3923) ((-735 . -635) 3873) ((-1284 . -302) 3824) ((-1263 . -302) 3775) ((-495 . -635) 3560) ((-1151 . -466) T) ((-516 . -871) T) ((-326 . -1170) 3539) ((-1133 . -1248) T) ((-1027 . -149) 3518) ((-1027 . -147) 3497) ((-509 . -321) 3484) ((-1216 . -632) 3466) ((-307 . -1225) 3445) ((-1215 . -632) 3427) ((-1166 . -1248) T) ((-1214 . -632) 3409) ((-895 . -1087) 3354) ((-491 . -1143) T) ((-141 . -858) 3336) ((-115 . -858) 3317) ((-1235 . -503) 3301) ((-1093 . -1080) T) ((-642 . -102) T) ((-985 . -1248) T) ((-975 . -1080) T) ((-260 . -381) 3280) ((-259 . -381) 3259) ((-895 . -111) 3188) ((-307 . -107) 3138) ((-132 . -632) 3120) ((-131 . -633) NIL) ((-131 . -632) 3064) ((-119 . -102) T) ((-757 . -1248) T) ((-737 . -1248) T) ((-491 . -23) T) ((-467 . -1248) T) ((-495 . -1080) T) ((-1093 . -240) T) ((-975 . -338) 3033) ((-40 . -929) 2942) ((-495 . -338) 2899) ((-368 . -175) T) ((-366 . -175) T) ((-358 . -175) T) ((-275 . -175) 2810) ((-255 . -175) 2721) ((-985 . -1069) 2617) ((-531 . -504) 2598) ((-757 . -1069) 2569) ((-531 . -632) 2535) ((-419 . -1248) T) ((-1136 . -102) T) ((-1123 . -632) 2494) ((-1065 . -632) 2476) ((-716 . -1082) 2426) ((-1312 . -153) 2410) ((-1310 . -635) 2391) ((-1309 . -635) 2372) ((-1304 . -632) 2354) ((-1288 . -748) T) ((-716 . -662) 2304) ((-1279 . -748) T) ((-1258 . -813) NIL) ((-1258 . -816) NIL) ((-171 . -1087) 2214) ((-935 . -175) T) ((-895 . -635) 2144) ((-1258 . -748) T) ((-1034 . -355) 2118) ((-227 . -668) 2070) ((-1031 . -528) 2003) ((-864 . -871) 1982) ((-560 . -1183) T) ((-488 . -302) 1933) ((-610 . -748) T) ((-374 . -632) 1915) ((-334 . -632) 1897) ((-419 . -1069) 1793) ((-609 . -748) T) ((-421 . -871) 1744) ((-171 . -111) 1640) ((-854 . -133) 1592) ((-1298 . -321) 1530) ((-758 . -153) 1514) ((-993 . -874) 1413) ((-837 . -874) 1364) ((-501 . -319) T) ((-391 . -632) 1331) ((-534 . -1041) 1315) ((-391 . -633) 1229) ((-221 . -319) T) ((-143 . -153) 1211) ((-736 . -298) 1190) ((-501 . -1051) T) ((-594 . -38) 1177) ((-560 . -38) 1164) ((-509 . -38) 1129) ((-661 . -668) 1098) ((-221 . -1051) T) ((-895 . -1080) T) ((-856 . -632) 1080) ((-850 . -632) 1062) ((-847 . -632) 1044) ((-838 . -939) 1023) ((-1323 . -1143) T) ((-323 . -1248) T) ((-1267 . -1087) 846) ((-879 . -1087) 830) ((-895 . -250) T) ((-895 . -240) NIL) ((-711 . -1248) T) ((-1323 . -23) T) ((-838 . -670) 719) ((-565 . -1248) T) ((-419 . -351) 703) ((-585 . -1087) 690) ((-1267 . -111) 499) ((-723 . -660) 481) ((-879 . -111) 460) ((-395 . -23) T) ((-171 . -635) 238) ((-1220 . -528) 30) ((-900 . -1132) T) ((-703 . -1132) T) ((-698 . -1132) T) ((-674 . -1132) T)) \ No newline at end of file
+(((-492 . -1133) T) ((-275 . -528) 205623) ((-255 . -528) 205566) ((-252 . -1133) 205516) ((-585 . -111) 205501) ((-545 . -23) T) ((-140 . -1133) T) ((-139 . -1133) T) ((-119 . -321) 205458) ((-135 . -1133) T) ((-1028 . -239) 205409) ((-822 . -1249) T) ((-493 . -528) 205201) ((-699 . -635) 205185) ((-716 . -102) T) ((-1173 . -528) 205104) ((-413 . -239) T) ((-404 . -133) T) ((-1313 . -1008) 205073) ((-1056 . -1083) 205010) ((-331 . -875) T) ((-1056 . -662) 204947) ((-31 . -93) T) ((-616 . -503) 204931) ((-843 . -870) T) ((-638 . -133) T) ((-626 . -102) T) ((-537 . -57) 204881) ((-621 . -102) T) ((-533 . -528) 204814) ((-365 . -236) 204801) ((-353 . -1083) 204746) ((-58 . -528) 204679) ((-530 . -528) 204612) ((-419 . -928) 204571) ((-171 . -1081) T) ((-511 . -528) 204504) ((-510 . -528) 204437) ((-353 . -662) 204382) ((-822 . -1070) 204162) ((-1268 . -635) 203910) ((-721 . -38) 203875) ((-1121 . -1126) 203859) ((-357 . -363) T) ((-482 . -1249) T) ((-1121 . -1133) 203837) ((-880 . -635) 203734) ((-171 . -250) 203685) ((-171 . -240) 203636) ((-1121 . -1127) 203594) ((-897 . -298) 203552) ((-229 . -821) T) ((-229 . -816) T) ((-716 . -296) NIL) ((-585 . -635) 203524) ((-1183 . -1226) 203503) ((-421 . -1023) 203487) ((-48 . -1083) 203452) ((-723 . -21) T) ((-723 . -25) T) ((-48 . -662) 203417) ((-1315 . -670) 203391) ((-1268 . -338) 203368) ((-1183 . -107) 203318) ((-326 . -162) 203297) ((-326 . -145) 203276) ((-118 . -21) T) ((-40 . -234) 203253) ((-40 . -274) 203230) ((-136 . -25) T) ((-118 . -25) T) ((-1268 . -240) T) ((-1268 . -1081) T) ((-627 . -300) 203206) ((-880 . -1081) T) ((-619 . -1249) T) ((-822 . -351) 203190) ((-489 . -300) 203169) ((-693 . -1249) T) ((-183 . -1249) T) ((-164 . -1249) T) ((-158 . -1249) T) ((-156 . -1249) T) ((-141 . -189) T) ((-119 . -1184) NIL) ((-91 . -632) 203101) ((-491 . -133) T) ((-1198 . -1249) T) ((-1128 . -504) 203082) ((-1128 . -632) 203048) ((-1123 . -504) 203029) ((-1123 . -632) 202995) ((-607 . -1249) T) ((-1105 . -504) 202976) ((-585 . -1081) T) ((-1105 . -632) 202942) ((-674 . -739) 202926) ((-1098 . -504) 202907) ((-1098 . -632) 202873) ((-988 . -300) 202850) ((-60 . -34) T) ((-1094 . -821) T) ((-1094 . -816) T) ((-1068 . -504) 202831) ((-1051 . -504) 202812) ((-840 . -748) T) ((-753 . -47) 202777) ((-642 . -38) 202764) ((-368 . -302) T) ((-366 . -302) T) ((-358 . -302) T) ((-275 . -302) 202695) ((-255 . -302) 202626) ((-1068 . -632) 202592) ((-1056 . -102) T) ((-1051 . -632) 202558) ((-645 . -504) 202539) ((-427 . -748) T) ((-119 . -38) 202484) ((-497 . -504) 202465) ((-645 . -632) 202431) ((-427 . -487) T) ((-222 . -504) 202412) ((-497 . -632) 202378) ((-353 . -102) T) ((-222 . -632) 202344) ((-1242 . -1089) T) ((-357 . -668) 202274) ((-733 . -1089) T) ((-1207 . -47) 202251) ((-1206 . -47) 202221) ((-1200 . -47) 202198) ((-131 . -300) 202173) ((-1067 . -153) 202119) ((-936 . -302) T) ((-1158 . -47) 202091) ((-716 . -321) NIL) ((-529 . -632) 202073) ((-525 . -632) 202055) ((-522 . -632) 202037) ((-499 . -1249) T) ((-339 . -1133) 201987) ((-326 . -922) 201951) ((-325 . -922) NIL) ((-734 . -466) 201882) ((-48 . -102) T) ((-1285 . -298) 201840) ((-1264 . -298) 201740) ((-663 . -688) 201724) ((-663 . -673) 201708) ((-352 . -21) T) ((-352 . -25) T) ((-40 . -363) NIL) ((-177 . -21) T) ((-177 . -25) T) ((-663 . -385) 201692) ((-659 . -632) 201674) ((-616 . -298) 201626) ((-402 . -102) T) ((-1152 . -145) T) ((-128 . -632) 201558) ((-899 . -1133) T) ((-676 . -426) 201542) ((-753 . -1249) T) ((-736 . -632) 201524) ((-257 . -632) 201491) ((-186 . -632) 201473) ((-163 . -632) 201455) ((-159 . -632) 201437) ((-1315 . -748) T) ((-1129 . -34) T) ((-896 . -821) NIL) ((-896 . -816) NIL) ((-883 . -872) T) ((-753 . -912) NIL) ((-1324 . -133) T) ((-395 . -133) T) ((-916 . -635) 201405) ((-935 . -102) T) ((-753 . -1070) 201281) ((-1207 . -1249) T) ((-1206 . -1249) T) ((-545 . -133) T) ((-1200 . -1249) T) ((-1119 . -426) 201265) ((-1032 . -503) 201249) ((-119 . -414) 201226) ((-1158 . -1249) T) ((-803 . -426) 201210) ((-802 . -426) 201194) ((-973 . -34) T) ((-716 . -1184) NIL) ((-260 . -670) 201014) ((-259 . -670) 200821) ((-841 . -951) 200800) ((-468 . -426) 200784) ((-657 . -872) T) ((-616 . -19) 200768) ((-1178 . -1244) 200737) ((-1200 . -912) NIL) ((-1200 . -910) 200689) ((-616 . -618) 200666) ((-108 . -875) T) ((-1236 . -632) 200598) ((-1208 . -632) 200580) ((-63 . -410) T) ((-1206 . -1070) 200515) ((-1200 . -1070) 200481) ((-716 . -38) 200431) ((-40 . -668) 200361) ((-488 . -298) 200319) ((-1256 . -632) 200301) ((-753 . -390) 200285) ((-862 . -632) 200267) ((-676 . -1089) T) ((-642 . -930) 200190) ((-1285 . -1034) 200156) ((-451 . -1249) T) ((-1264 . -1034) 200122) ((-258 . -1249) T) ((-1120 . -635) 200106) ((-1095 . -1226) 200081) ((-1107 . -635) 200058) ((-897 . -633) 199865) ((-897 . -632) 199847) ((-119 . -930) NIL) ((-723 . -236) 199834) ((-1221 . -503) 199771) ((-419 . -1052) 199749) ((-48 . -321) 199736) ((-1095 . -107) 199682) ((-493 . -503) 199619) ((-539 . -1249) T) ((-534 . -1249) T) ((-1200 . -351) 199571) ((-1173 . -503) 199542) ((-1200 . -390) 199494) ((-1119 . -1089) T) ((-450 . -102) T) ((-187 . -1133) T) ((-260 . -34) T) ((-259 . -34) T) ((-1191 . -875) T) ((-873 . -635) 199478) ((-803 . -1089) T) ((-802 . -1089) T) ((-753 . -928) 199455) ((-468 . -1089) T) ((-58 . -503) 199439) ((-1066 . -1088) 199413) ((-533 . -503) 199397) ((-530 . -503) 199381) ((-511 . -503) 199365) ((-510 . -503) 199349) ((-252 . -528) 199282) ((-1066 . -111) 199249) ((-1207 . -928) 199162) ((-1206 . -928) 199068) ((-692 . -1144) T) ((-1200 . -928) 198901) ((-667 . -93) T) ((-1158 . -928) 198885) ((-353 . -1184) T) ((-334 . -1088) 198867) ((-31 . -504) 198848) ((-260 . -818) 198827) ((-260 . -817) 198806) ((-259 . -818) 198785) ((-259 . -817) 198764) ((-31 . -632) 198730) ((-50 . -1089) T) ((-260 . -748) 198708) ((-259 . -748) 198686) ((-1242 . -1133) T) ((-692 . -23) T) ((-595 . -1089) T) ((-532 . -1089) T) ((-391 . -1088) 198651) ((-334 . -111) 198626) ((-73 . -396) T) ((-73 . -410) T) ((-1056 . -38) 198563) ((-716 . -414) 198545) ((-99 . -102) T) ((-1329 . -1083) 198532) ((-733 . -1133) T) ((-1145 . -875) 198483) ((-1035 . -147) 198455) ((-1035 . -149) 198427) ((-894 . -668) 198399) ((-391 . -111) 198355) ((-331 . -1254) 198334) ((-488 . -1034) 198300) ((-353 . -38) 198265) ((-40 . -383) 198237) ((-898 . -632) 198109) ((-129 . -127) 198093) ((-123 . -127) 198077) ((-858 . -1088) 198047) ((-856 . -21) 197999) ((-852 . -1088) 197983) ((-856 . -25) 197935) ((-331 . -571) 197886) ((-531 . -635) 197867) ((-560 . -845) T) ((-246 . -1249) T) ((-1066 . -635) 197836) ((-858 . -111) 197801) ((-852 . -111) 197780) ((-1285 . -632) 197762) ((-1264 . -632) 197744) ((-1264 . -633) 197415) ((-1203 . -940) 197394) ((-1157 . -940) 197373) ((-48 . -38) 197338) ((-1321 . -1144) T) ((-549 . -298) 197294) ((-616 . -632) 197206) ((-616 . -633) 197167) ((-1320 . -1144) T) ((-374 . -635) 197151) ((-334 . -635) 197135) ((-1174 . -239) 197086) ((-246 . -1070) 196913) ((-1203 . -670) 196802) ((-1157 . -670) 196691) ((-879 . -670) 196665) ((-740 . -632) 196647) ((-561 . -381) T) ((-1321 . -23) T) ((-716 . -930) NIL) ((-1320 . -23) T) ((-505 . -1133) T) ((-391 . -635) 196597) ((-391 . -637) 196579) ((-1066 . -1081) T) ((-890 . -102) T) ((-1221 . -298) 196558) ((-171 . -381) 196509) ((-1036 . -1249) T) ((-1003 . -1249) T) ((-944 . -1249) T) ((-858 . -635) 196463) ((-852 . -635) 196418) ((-44 . -23) T) ((-1329 . -102) T) ((-493 . -298) 196397) ((-597 . -1133) T) ((-1178 . -1141) 196366) ((-443 . -1249) T) ((-1135 . -1136) 196318) ((-404 . -21) T) ((-404 . -25) T) ((-154 . -1144) T) ((-1242 . -739) 196215) ((-1229 . -1133) T) ((-1036 . -910) 196197) ((-1036 . -912) 196179) ((-642 . -234) 196163) ((-642 . -274) 196147) ((-638 . -21) T) ((-301 . -571) T) ((-638 . -25) T) ((-1036 . -1070) 196107) ((-733 . -739) 196072) ((-246 . -390) 196041) ((-391 . -1081) T) ((-227 . -1089) T) ((-119 . -274) 196018) ((-119 . -234) 195995) ((-58 . -298) 195947) ((-154 . -23) T) ((-530 . -298) 195899) ((-339 . -528) 195832) ((-510 . -298) 195784) ((-391 . -250) T) ((-391 . -240) T) ((-858 . -1081) T) ((-852 . -1081) T) ((-734 . -980) 195753) ((-723 . -872) T) ((-630 . -875) T) ((-488 . -632) 195735) ((-1286 . -1083) 195640) ((-594 . -668) 195612) ((-560 . -668) 195584) ((-509 . -668) 195534) ((-852 . -240) 195513) ((-136 . -872) T) ((-1286 . -662) 195405) ((-676 . -1133) T) ((-1221 . -618) 195384) ((-565 . -1226) 195363) ((-346 . -1133) T) ((-331 . -376) 195342) ((-421 . -149) 195321) ((-421 . -147) 195300) ((-994 . -1144) 195199) ((-839 . -1144) 195177) ((-246 . -928) 195109) ((-678 . -877) 195093) ((-493 . -618) 195072) ((-110 . -875) T) ((-538 . -1249) T) ((-565 . -107) 195022) ((-1036 . -390) 195004) ((-1036 . -351) 194986) ((-1209 . -632) 194968) ((-97 . -1133) T) ((-994 . -23) 194779) ((-491 . -21) T) ((-491 . -25) T) ((-839 . -23) 194631) ((-1209 . -633) 194553) ((-58 . -19) 194537) ((-1203 . -748) T) ((-1157 . -748) T) ((-1119 . -1133) T) ((-530 . -19) 194521) ((-510 . -19) 194505) ((-58 . -618) 194482) ((-1035 . -239) 194419) ((-931 . -102) 194369) ((-879 . -748) T) ((-803 . -1133) T) ((-530 . -618) 194346) ((-510 . -618) 194323) ((-802 . -1133) T) ((-802 . -1097) 194290) ((-475 . -1133) T) ((-468 . -1133) T) ((-597 . -739) 194265) ((-671 . -1133) T) ((-1289 . -47) 194242) ((-1286 . -102) T) ((-1280 . -47) 194212) ((-1259 . -47) 194189) ((-1242 . -175) 194140) ((-1206 . -319) 194119) ((-1200 . -319) 194098) ((-1128 . -635) 194079) ((-1123 . -635) 194060) ((-1111 . -571) 194011) ((-1111 . -1254) 193962) ((-1105 . -635) 193943) ((-1036 . -928) NIL) ((-1098 . -635) 193924) ((-692 . -133) T) ((-646 . -1144) T) ((-1068 . -635) 193905) ((-1051 . -635) 193886) ((-736 . -1088) 193856) ((-734 . -922) 193759) ((-721 . -668) 193709) ((-286 . -1133) T) ((-86 . -455) T) ((-86 . -410) T) ((-733 . -175) T) ((-659 . -1088) 193693) ((-50 . -1133) T) ((-609 . -47) 193670) ((-229 . -670) 193635) ((-595 . -1133) T) ((-532 . -1133) T) ((-501 . -844) T) ((-501 . -951) T) ((-372 . -1254) T) ((-367 . -1254) T) ((-359 . -1254) T) ((-331 . -1144) T) ((-326 . -1083) 193545) ((-325 . -1083) 193474) ((-108 . -1254) T) ((-645 . -635) 193455) ((-372 . -571) T) ((-221 . -951) T) ((-221 . -844) T) ((-326 . -662) 193365) ((-325 . -662) 193294) ((-367 . -571) T) ((-359 . -571) T) ((-659 . -111) 193273) ((-497 . -635) 193254) ((-108 . -571) T) ((-1200 . -1052) NIL) ((-676 . -739) 193224) ((-496 . -875) 193175) ((-222 . -635) 193156) ((-331 . -23) T) ((-67 . -1249) T) ((-1032 . -632) 193088) ((-1329 . -1184) T) ((-716 . -274) 193070) ((-716 . -234) 193052) ((-1324 . -21) T) ((-736 . -111) 193017) ((-1324 . -25) T) ((-663 . -34) T) ((-252 . -503) 193001) ((-1321 . -133) T) ((-1320 . -133) T) ((-1313 . -102) T) ((-1296 . -632) 192967) ((-1129 . -1131) 192951) ((-174 . -1133) T) ((-1289 . -1249) T) ((-1280 . -1249) T) ((-1280 . -1070) 192886) ((-1259 . -1249) T) ((-1259 . -912) NIL) ((-976 . -940) 192865) ((-1259 . -910) 192817) ((-1259 . -1070) 192783) ((-1242 . -528) 192750) ((-529 . -635) 192734) ((-1221 . -633) NIL) ((-1221 . -632) 192716) ((-1174 . -1155) 192661) ((-495 . -940) 192640) ((-1119 . -739) 192489) ((-1094 . -670) 192461) ((-976 . -670) 192350) ((-842 . -875) T) ((-803 . -739) 192179) ((-611 . -504) 192160) ((-600 . -504) 192141) ((-611 . -632) 192107) ((-600 . -632) 192073) ((-549 . -632) 192055) ((-593 . -1249) T) ((-549 . -633) 192036) ((-802 . -739) 191885) ((-1109 . -102) T) ((-642 . -668) 191857) ((-395 . -25) T) ((-395 . -21) T) ((-495 . -670) 191746) ((-475 . -739) 191717) ((-468 . -739) 191566) ((-1018 . -102) T) ((-1078 . -1244) 191495) ((-931 . -321) 191433) ((-758 . -102) T) ((-659 . -635) 191410) ((-119 . -668) 191340) ((-901 . -93) T) ((-736 . -635) 191294) ((-703 . -93) T) ((-545 . -25) T) ((-698 . -93) T) ((-686 . -632) 191276) ((-667 . -504) 191257) ((-667 . -632) 191210) ((-143 . -102) T) ((-44 . -133) T) ((-610 . -1249) T) ((-609 . -1249) T) ((-357 . -1089) T) ((-301 . -1144) T) ((-492 . -93) T) ((-421 . -239) 191161) ((-368 . -632) 191143) ((-366 . -632) 191125) ((-358 . -632) 191107) ((-275 . -633) 190855) ((-275 . -632) 190837) ((-255 . -632) 190819) ((-255 . -633) 190680) ((-140 . -93) T) ((-139 . -93) T) ((-135 . -93) T) ((-1173 . -632) 190662) ((-1152 . -662) 190649) ((-1152 . -1083) 190636) ((-843 . -748) T) ((-843 . -882) T) ((-616 . -300) 190613) ((-595 . -739) 190578) ((-493 . -633) NIL) ((-493 . -632) 190560) ((-532 . -739) 190505) ((-326 . -102) T) ((-325 . -102) T) ((-301 . -23) T) ((-154 . -133) T) ((-936 . -632) 190487) ((-936 . -633) 190469) ((-400 . -748) T) ((-897 . -1088) 190421) ((-897 . -111) 190359) ((-736 . -1081) T) ((-734 . -1275) 190343) ((-716 . -363) NIL) ((-115 . -102) T) ((-141 . -102) T) ((-137 . -102) T) ((-533 . -632) 190275) ((-391 . -821) T) ((-170 . -1249) T) ((-227 . -1133) T) ((-391 . -816) T) ((-58 . -633) 190236) ((-229 . -818) T) ((-229 . -814) T) ((-58 . -632) 190148) ((-229 . -748) T) ((-530 . -633) 190109) ((-530 . -632) 190021) ((-511 . -632) 189953) ((-510 . -633) 189914) ((-510 . -632) 189826) ((-1111 . -376) 189777) ((-40 . -426) 189754) ((-78 . -1249) T) ((-896 . -940) NIL) ((-372 . -341) 189738) ((-372 . -376) T) ((-367 . -341) 189722) ((-367 . -376) T) ((-359 . -341) 189706) ((-359 . -376) T) ((-326 . -296) 189685) ((-108 . -376) T) ((-70 . -1249) T) ((-661 . -1133) T) ((-1259 . -351) 189637) ((-896 . -670) 189582) ((-1259 . -390) 189534) ((-994 . -133) 189389) ((-839 . -133) 189260) ((-45 . -875) NIL) ((-988 . -673) 189244) ((-1258 . -684) T) ((-1119 . -175) 189155) ((-988 . -385) 189139) ((-1094 . -818) T) ((-1094 . -814) T) ((-897 . -635) 189037) ((-803 . -175) 188928) ((-802 . -175) 188839) ((-840 . -47) 188801) ((-1094 . -748) T) ((-339 . -503) 188785) ((-976 . -748) T) ((-1313 . -321) 188723) ((-1289 . -928) 188636) ((-468 . -175) 188547) ((-252 . -298) 188499) ((-1285 . -1088) 188334) ((-1280 . -928) 188240) ((-1264 . -1088) 188048) ((-495 . -748) T) ((-1259 . -928) 187881) ((-1242 . -302) 187860) ((-1219 . -1249) T) ((-1216 . -381) T) ((-1215 . -381) T) ((-1178 . -153) 187844) ((-1152 . -102) T) ((-1147 . -1133) T) ((-1111 . -23) T) ((-1111 . -1144) T) ((-1108 . -102) T) ((-1090 . -632) 187811) ((-1035 . -424) 187783) ((-955 . -985) T) ((-758 . -321) 187721) ((-76 . -1249) T) ((-686 . -397) 187693) ((-171 . -940) 187646) ((-30 . -985) T) ((-114 . -868) T) ((-1 . -632) 187628) ((-1028 . -922) 187549) ((-131 . -673) 187531) ((-50 . -640) 187515) ((-716 . -668) 187450) ((-609 . -928) 187363) ((-452 . -102) T) ((-143 . -321) NIL) ((-131 . -385) 187345) ((-897 . -1081) T) ((-856 . -872) 187324) ((-81 . -1249) T) ((-733 . -302) T) ((-40 . -1089) T) ((-595 . -175) T) ((-532 . -175) T) ((-526 . -632) 187306) ((-171 . -670) 187180) ((-521 . -632) 187162) ((-365 . -149) 187144) ((-365 . -147) T) ((-372 . -1144) T) ((-367 . -1144) T) ((-359 . -1144) T) ((-1036 . -319) T) ((-944 . -319) T) ((-897 . -250) T) ((-108 . -1144) T) ((-897 . -240) 187123) ((-1285 . -111) 186944) ((-1264 . -111) 186733) ((-252 . -1288) 186717) ((-560 . -871) T) ((-372 . -23) T) ((-353 . -363) T) ((-326 . -321) 186704) ((-325 . -321) 186645) ((-367 . -23) T) ((-331 . -133) T) ((-359 . -23) T) ((-1036 . -1052) T) ((-31 . -635) 186626) ((-108 . -23) T) ((-678 . -1083) 186610) ((-252 . -618) 186587) ((-661 . -739) 186571) ((-345 . -1133) T) ((-678 . -662) 186541) ((-1286 . -38) 186433) ((-1268 . -940) 186412) ((-114 . -1133) T) ((-840 . -1249) T) ((-427 . -1249) T) ((-1067 . -102) T) ((-1268 . -670) 186301) ((-896 . -818) NIL) ((-880 . -670) 186275) ((-896 . -814) NIL) ((-840 . -912) NIL) ((-896 . -748) T) ((-1119 . -528) 186148) ((-803 . -528) 186095) ((-802 . -528) 186047) ((-585 . -670) 186034) ((-840 . -1070) 185862) ((-468 . -528) 185805) ((-402 . -403) T) ((-1285 . -635) 185618) ((-1264 . -635) 185366) ((-60 . -1249) T) ((-638 . -872) 185345) ((-514 . -684) T) ((-1178 . -1008) 185314) ((-1056 . -668) 185251) ((-1035 . -466) T) ((-721 . -871) T) ((-525 . -816) T) ((-488 . -1088) 185086) ((-514 . -113) T) ((-357 . -1133) T) ((-325 . -1184) NIL) ((-301 . -133) T) ((-407 . -1133) T) ((-894 . -1089) T) ((-716 . -383) 185053) ((-353 . -668) 184983) ((-227 . -640) 184960) ((-339 . -298) 184912) ((-488 . -111) 184733) ((-1285 . -1081) T) ((-1264 . -1081) T) ((-840 . -390) 184717) ((-850 . -1249) T) ((-171 . -748) T) ((-1315 . -1249) T) ((-678 . -102) T) ((-1285 . -250) 184696) ((-1285 . -240) 184648) ((-1264 . -240) 184553) ((-1264 . -250) 184532) ((-1035 . -416) NIL) ((-692 . -660) 184480) ((-326 . -38) 184390) ((-325 . -38) 184319) ((-69 . -632) 184301) ((-331 . -507) 184267) ((-48 . -668) 184217) ((-1221 . -300) 184196) ((-1258 . -872) T) ((-1145 . -1144) 184174) ((-84 . -1249) T) ((-62 . -632) 184156) ((-889 . -875) T) ((-493 . -300) 184135) ((-1315 . -1070) 184112) ((-1197 . -1133) T) ((-1145 . -23) 183964) ((-840 . -928) 183900) ((-1268 . -748) T) ((-1129 . -1249) T) ((-488 . -635) 183726) ((-365 . -239) T) ((-1119 . -302) 183657) ((-996 . -1133) T) ((-919 . -102) T) ((-803 . -302) 183568) ((-339 . -19) 183552) ((-58 . -300) 183529) ((-802 . -302) 183460) ((-880 . -748) T) ((-119 . -871) NIL) ((-530 . -300) 183437) ((-339 . -618) 183414) ((-510 . -300) 183391) ((-468 . -302) 183322) ((-1067 . -321) 183173) ((-901 . -504) 183154) ((-901 . -632) 183120) ((-703 . -504) 183101) ((-585 . -748) T) ((-698 . -504) 183082) ((-703 . -632) 183032) ((-698 . -632) 182998) ((-674 . -632) 182980) ((-492 . -504) 182961) ((-492 . -632) 182927) ((-252 . -633) 182888) ((-252 . -504) 182865) ((-140 . -504) 182846) ((-139 . -504) 182827) ((-135 . -504) 182808) ((-252 . -632) 182700) ((-216 . -102) T) ((-140 . -632) 182666) ((-139 . -632) 182632) ((-135 . -632) 182598) ((-1180 . -34) T) ((-973 . -1249) T) ((-357 . -739) 182543) ((-692 . -25) T) ((-692 . -21) T) ((-1209 . -635) 182524) ((-343 . -1249) T) ((-488 . -1081) T) ((-652 . -432) 182489) ((-620 . -432) 182454) ((-1152 . -1184) T) ((-1280 . -319) 182433) ((-734 . -1083) 182256) ((-595 . -302) T) ((-532 . -302) T) ((-1259 . -319) 182235) ((-488 . -240) 182187) ((-488 . -250) 182166) ((-453 . -1249) T) ((-734 . -662) 181995) ((-1259 . -1052) NIL) ((-1111 . -133) T) ((-897 . -821) 181974) ((-146 . -102) T) ((-40 . -1133) T) ((-897 . -816) 181953) ((-663 . -1042) 181937) ((-594 . -1089) T) ((-560 . -1089) T) ((-509 . -1089) T) ((-421 . -466) T) ((-372 . -133) T) ((-326 . -414) 181921) ((-325 . -414) 181882) ((-367 . -133) T) ((-359 . -133) T) ((-1214 . -1133) T) ((-1152 . -38) 181869) ((-1121 . -632) 181836) ((-108 . -133) T) ((-984 . -1133) T) ((-949 . -1133) T) ((-793 . -1133) T) ((-694 . -1133) T) ((-723 . -149) T) ((-623 . -102) T) ((-118 . -149) T) ((-1321 . -21) T) ((-1321 . -25) T) ((-1320 . -21) T) ((-1320 . -25) T) ((-686 . -1088) 181820) ((-545 . -872) T) ((-514 . -872) T) ((-377 . -1249) T) ((-368 . -1088) 181772) ((-366 . -1088) 181724) ((-358 . -1088) 181676) ((-260 . -1249) T) ((-259 . -1249) T) ((-275 . -1088) 181519) ((-255 . -1088) 181362) ((-686 . -111) 181341) ((-841 . -1254) 181320) ((-562 . -868) T) ((-326 . -930) 181286) ((-368 . -111) 181224) ((-366 . -111) 181162) ((-358 . -111) 181100) ((-275 . -111) 180929) ((-255 . -111) 180758) ((-325 . -930) NIL) ((-642 . -426) 180742) ((-44 . -21) T) ((-44 . -25) T) ((-932 . -875) 180693) ((-130 . -684) T) ((-839 . -660) 180599) ((-841 . -571) 180578) ((-501 . -875) T) ((-260 . -1070) 180405) ((-259 . -1070) 180232) ((-128 . -121) 180216) ((-221 . -875) T) ((-936 . -1088) 180181) ((-734 . -102) T) ((-721 . -1089) T) ((-611 . -635) 180162) ((-600 . -635) 180143) ((-549 . -637) 180046) ((-357 . -175) T) ((-154 . -21) T) ((-154 . -25) T) ((-87 . -632) 180028) ((-936 . -111) 179984) ((-40 . -739) 179929) ((-894 . -1133) T) ((-686 . -635) 179906) ((-667 . -635) 179887) ((-368 . -635) 179824) ((-366 . -635) 179761) ((-358 . -635) 179698) ((-562 . -1133) T) ((-339 . -633) 179659) ((-339 . -632) 179571) ((-275 . -635) 179324) ((-255 . -635) 179109) ((-190 . -1249) T) ((-1264 . -816) 179062) ((-1264 . -821) 179015) ((-260 . -390) 178984) ((-259 . -390) 178953) ((-564 . -875) T) ((-678 . -38) 178923) ((-627 . -34) T) ((-496 . -1144) 178901) ((-489 . -34) T) ((-1145 . -133) 178772) ((-994 . -25) 178583) ((-936 . -635) 178533) ((-899 . -632) 178515) ((-218 . -868) T) ((-994 . -21) 178470) ((-839 . -25) 178303) ((-839 . -21) 178214) ((-1256 . -381) T) ((-642 . -1089) T) ((-1211 . -571) 178193) ((-1203 . -47) 178170) ((-368 . -1081) T) ((-366 . -1081) T) ((-496 . -23) 178022) ((-358 . -1081) T) ((-275 . -1081) T) ((-255 . -1081) T) ((-1157 . -47) 177994) ((-119 . -1089) T) ((-1066 . -670) 177968) ((-988 . -34) T) ((-368 . -240) 177947) ((-368 . -250) T) ((-366 . -240) 177926) ((-366 . -250) T) ((-358 . -240) 177905) ((-358 . -250) T) ((-275 . -338) 177877) ((-255 . -338) 177834) ((-275 . -240) 177813) ((-1187 . -153) 177797) ((-260 . -928) 177729) ((-259 . -928) 177661) ((-1174 . -922) 177582) ((-1114 . -872) T) ((-1266 . -1249) 177560) ((-429 . -1144) T) ((-1242 . -1034) 177526) ((-1086 . -23) T) ((-1056 . -871) T) ((-936 . -1081) T) ((-334 . -670) 177508) ((-723 . -239) T) ((-692 . -236) 177453) ((-1206 . -951) 177432) ((-1200 . -951) 177411) ((-1200 . -844) NIL) ((-1028 . -1083) 177307) ((-997 . -1249) T) ((-936 . -250) T) ((-841 . -376) 177286) ((-218 . -1133) T) ((-394 . -23) T) ((-129 . -1133) 177264) ((-123 . -1133) 177242) ((-936 . -240) T) ((-131 . -34) T) ((-391 . -670) 177207) ((-1028 . -662) 177155) ((-894 . -739) 177142) ((-1329 . -668) 177114) ((-1078 . -153) 177079) ((-1025 . -1249) T) ((-888 . -1249) T) ((-40 . -175) T) ((-716 . -426) 177061) ((-734 . -321) 177048) ((-858 . -670) 177008) ((-852 . -670) 176982) ((-331 . -25) T) ((-331 . -21) T) ((-676 . -298) 176961) ((-594 . -1133) T) ((-560 . -1133) T) ((-509 . -1133) T) ((-1203 . -1249) T) ((-252 . -300) 176938) ((-1157 . -1249) T) ((-879 . -1249) T) ((-325 . -274) 176899) ((-325 . -234) 176860) ((-1255 . -875) T) ((-1203 . -912) NIL) ((-55 . -1133) T) ((-1157 . -912) 176719) ((-130 . -872) T) ((-1203 . -1070) 176599) ((-1157 . -1070) 176482) ((-187 . -632) 176464) ((-879 . -1070) 176360) ((-803 . -298) 176287) ((-841 . -1144) T) ((-1066 . -748) T) ((-1078 . -1008) 176216) ((-616 . -673) 176200) ((-1035 . -922) 176107) ((-1028 . -102) T) ((-841 . -23) T) ((-734 . -1184) 176085) ((-716 . -1089) T) ((-616 . -385) 176069) ((-365 . -466) T) ((-357 . -302) T) ((-1302 . -1133) T) ((-256 . -1133) T) ((-413 . -102) T) ((-301 . -21) T) ((-301 . -25) T) ((-374 . -748) T) ((-732 . -1133) T) ((-721 . -1133) T) ((-374 . -487) T) ((-1242 . -632) 176051) ((-1203 . -390) 176035) ((-1157 . -390) 176019) ((-1056 . -426) 175981) ((-143 . -233) 175963) ((-391 . -818) T) ((-391 . -814) T) ((-894 . -175) T) ((-391 . -748) T) ((-733 . -632) 175945) ((-734 . -38) 175774) ((-1299 . -1298) 175758) ((-365 . -416) T) ((-1299 . -1133) 175708) ((-1223 . -1133) T) ((-594 . -739) 175695) ((-560 . -739) 175682) ((-509 . -739) 175647) ((-1286 . -668) 175537) ((-326 . -649) 175516) ((-858 . -748) T) ((-852 . -748) T) ((-1148 . -1249) T) ((-663 . -1249) T) ((-1111 . -660) 175464) ((-1203 . -928) 175407) ((-1157 . -928) 175391) ((-839 . -236) 175282) ((-674 . -1088) 175266) ((-108 . -660) 175248) ((-496 . -133) 175119) ((-1211 . -1144) T) ((-843 . -1249) T) ((-976 . -47) 175088) ((-642 . -1133) T) ((-674 . -111) 175067) ((-505 . -632) 175033) ((-339 . -300) 175010) ((-400 . -1249) T) ((-336 . -1249) T) ((-495 . -47) 174967) ((-1211 . -23) T) ((-119 . -1133) T) ((-103 . -102) 174917) ((-1312 . -1144) T) ((-563 . -872) T) ((-229 . -1249) T) ((-1086 . -133) T) ((-1056 . -1089) T) ((-1312 . -23) T) ((-1229 . -632) 174899) ((-843 . -1070) 174883) ((-1152 . -845) T) ((-1035 . -746) 174855) ((-1137 . -1133) T) ((-721 . -739) 174820) ((-597 . -632) 174802) ((-400 . -1070) 174786) ((-353 . -1089) T) ((-394 . -133) T) ((-336 . -1070) 174770) ((-1111 . -21) T) ((-1111 . -25) T) ((-1036 . -844) T) ((-229 . -912) 174752) ((-1036 . -951) T) ((-91 . -34) T) ((-1028 . -321) 174717) ((-944 . -951) T) ((-901 . -635) 174698) ((-736 . -670) 174658) ((-501 . -1254) T) ((-703 . -635) 174639) ((-698 . -635) 174620) ((-659 . -670) 174604) ((-221 . -1254) T) ((-421 . -922) 174525) ((-229 . -1070) 174485) ((-40 . -302) T) ((-501 . -571) T) ((-492 . -635) 174466) ((-372 . -25) T) ((-326 . -668) 174121) ((-325 . -668) 174035) ((-372 . -21) T) ((-367 . -25) T) ((-367 . -21) T) ((-221 . -571) T) ((-359 . -25) T) ((-359 . -21) T) ((-331 . -236) 173981) ((-252 . -635) 173958) ((-140 . -635) 173939) ((-139 . -635) 173920) ((-135 . -635) 173901) ((-108 . -25) T) ((-108 . -21) T) ((-48 . -1089) T) ((-594 . -175) T) ((-560 . -175) T) ((-509 . -175) T) ((-1094 . -1249) T) ((-976 . -1249) T) ((-735 . -1249) T) ((-661 . -298) 173868) ((-676 . -632) 173850) ((-495 . -1249) T) ((-758 . -759) 173834) ((-346 . -632) 173816) ((-68 . -396) T) ((-68 . -410) T) ((-1129 . -107) 173800) ((-1094 . -912) 173782) ((-976 . -912) 173707) ((-677 . -1144) T) ((-642 . -739) 173694) ((-495 . -912) NIL) ((-1178 . -102) T) ((-1121 . -637) 173678) ((-1094 . -1070) 173660) ((-97 . -632) 173642) ((-491 . -149) T) ((-976 . -1070) 173522) ((-119 . -739) 173467) ((-734 . -930) 173374) ((-677 . -23) T) ((-495 . -1070) 173250) ((-1119 . -633) NIL) ((-1119 . -632) 173232) ((-803 . -633) NIL) ((-803 . -632) 173193) ((-802 . -633) 172827) ((-802 . -632) 172741) ((-1145 . -660) 172647) ((-822 . -875) 172626) ((-475 . -632) 172608) ((-468 . -632) 172590) ((-468 . -633) 172451) ((-1067 . -233) 172397) ((-897 . -940) 172376) ((-128 . -34) T) ((-841 . -133) T) ((-671 . -632) 172358) ((-592 . -102) T) ((-368 . -1318) 172342) ((-366 . -1318) 172326) ((-358 . -1318) 172310) ((-123 . -528) 172243) ((-129 . -528) 172176) ((-526 . -816) T) ((-526 . -821) T) ((-525 . -818) T) ((-103 . -321) 172114) ((-226 . -102) 172064) ((-721 . -175) T) ((-716 . -1133) T) ((-897 . -670) 171980) ((-65 . -398) T) ((-286 . -632) 171962) ((-65 . -410) T) ((-976 . -390) 171946) ((-894 . -302) T) ((-50 . -632) 171928) ((-1152 . -668) 171900) ((-1028 . -38) 171848) ((-626 . -1133) T) ((-621 . -1133) T) ((-595 . -632) 171830) ((-495 . -390) 171814) ((-595 . -633) 171796) ((-532 . -632) 171778) ((-936 . -1318) 171765) ((-896 . -1249) T) ((-723 . -466) T) ((-509 . -528) 171731) ((-1311 . -1249) T) ((-1310 . -1249) T) ((-501 . -376) T) ((-368 . -381) 171710) ((-366 . -381) 171689) ((-358 . -381) 171668) ((-736 . -748) T) ((-221 . -376) T) ((-118 . -466) T) ((-1323 . -1314) 171652) ((-896 . -910) 171629) ((-896 . -912) NIL) ((-994 . -872) 171528) ((-839 . -872) 171479) ((-1257 . -102) T) ((-678 . -680) 171463) ((-1236 . -34) T) ((-174 . -632) 171445) ((-1145 . -25) 171278) ((-1145 . -21) 171189) ((-896 . -1070) 171166) ((-976 . -928) 171147) ((-1268 . -47) 171124) ((-936 . -381) T) ((-607 . -875) T) ((-58 . -673) 171108) ((-530 . -673) 171092) ((-495 . -928) 171069) ((-71 . -455) T) ((-71 . -410) T) ((-510 . -673) 171053) ((-58 . -385) 171037) ((-642 . -175) T) ((-530 . -385) 171021) ((-510 . -385) 171005) ((-561 . -1249) T) ((-852 . -730) 170989) ((-1203 . -319) 170968) ((-1211 . -133) T) ((-1174 . -1083) 170952) ((-119 . -175) T) ((-1174 . -662) 170884) ((-1178 . -321) 170822) ((-171 . -1249) T) ((-1312 . -133) T) ((-1280 . -951) 170801) ((-1264 . -940) 170754) ((-1259 . -951) 170733) ((-891 . -1083) 170703) ((-652 . -766) 170687) ((-620 . -766) 170671) ((-1259 . -844) NIL) ((-1056 . -1133) T) ((-932 . -1144) T) ((-891 . -662) 170641) ((-716 . -739) 170591) ((-926 . -1249) T) ((-896 . -390) 170568) ((-896 . -351) 170545) ((-865 . -1249) T) ((-832 . -1249) T) ((-171 . -910) 170529) ((-171 . -912) 170454) ((-791 . -1249) T) ((-699 . -1249) T) ((-1299 . -528) 170387) ((-1285 . -670) 170284) ((-1111 . -236) 170157) ((-501 . -1144) T) ((-353 . -1133) T) ((-221 . -1144) T) ((-77 . -455) T) ((-77 . -410) T) ((-171 . -1070) 170053) ((-305 . -922) 170010) ((-331 . -872) T) ((-1264 . -670) 169818) ((-897 . -818) 169797) ((-897 . -814) 169776) ((-897 . -748) T) ((-501 . -23) T) ((-372 . -236) 169749) ((-367 . -236) 169722) ((-359 . -236) 169695) ((-177 . -466) T) ((-82 . -455) T) ((-226 . -321) 169633) ((-82 . -410) T) ((-227 . -632) 169615) ((-108 . -236) 169602) ((-221 . -23) T) ((-1324 . -1319) 169581) ((-699 . -1070) 169565) ((-594 . -302) T) ((-560 . -302) T) ((-509 . -302) T) ((-1268 . -1249) T) ((-137 . -484) 169520) ((-880 . -1249) T) ((-678 . -668) 169479) ((-48 . -1133) T) ((-734 . -274) 169463) ((-734 . -234) 169447) ((-896 . -928) NIL) ((-585 . -1249) T) ((-1268 . -912) NIL) ((-914 . -102) T) ((-911 . -102) T) ((-661 . -632) 169429) ((-402 . -1133) T) ((-171 . -390) 169413) ((-171 . -351) 169397) ((-1268 . -1070) 169277) ((-880 . -1070) 169173) ((-1174 . -102) T) ((-1028 . -930) 169096) ((-677 . -133) T) ((-674 . -816) 169075) ((-674 . -821) 169054) ((-119 . -528) 168962) ((-585 . -1070) 168944) ((-305 . -1307) 168914) ((-1200 . -875) NIL) ((-891 . -102) T) ((-986 . -571) 168893) ((-1242 . -1088) 168776) ((-1035 . -1083) 168721) ((-496 . -660) 168627) ((-935 . -1133) T) ((-1056 . -739) 168564) ((-733 . -1088) 168529) ((-1035 . -662) 168474) ((-636 . -102) T) ((-616 . -34) T) ((-1180 . -1249) T) ((-1242 . -111) 168343) ((-488 . -670) 168240) ((-353 . -739) 168185) ((-171 . -928) 168144) ((-721 . -302) T) ((-716 . -175) T) ((-733 . -111) 168100) ((-1329 . -1089) T) ((-1268 . -390) 168084) ((-419 . -1254) 168062) ((-1147 . -632) 168044) ((-325 . -871) NIL) ((-419 . -571) T) ((-229 . -319) T) ((-1264 . -814) 167997) ((-1264 . -818) 167950) ((-1285 . -748) T) ((-1264 . -748) T) ((-48 . -739) 167915) ((-229 . -1052) T) ((-1286 . -426) 167881) ((-1268 . -928) 167824) ((-365 . -1307) 167801) ((-1242 . -635) 167683) ((-740 . -748) T) ((-345 . -632) 167665) ((-534 . -875) 167644) ((-1145 . -236) 167535) ((-114 . -632) 167517) ((-114 . -633) 167499) ((-740 . -487) T) ((-733 . -635) 167449) ((-1323 . -1083) 167433) ((-496 . -25) 167266) ((-129 . -503) 167250) ((-123 . -503) 167234) ((-496 . -21) 167145) ((-1323 . -662) 167115) ((-642 . -302) T) ((-597 . -1088) 167090) ((-450 . -1133) T) ((-1094 . -319) T) ((-119 . -302) T) ((-1135 . -102) T) ((-1035 . -102) T) ((-597 . -111) 167058) ((-1242 . -1081) T) ((-1174 . -321) 166996) ((-1094 . -1052) T) ((-1086 . -25) T) ((-66 . -1249) T) ((-916 . -1249) T) ((-1086 . -21) T) ((-733 . -1081) T) ((-394 . -21) T) ((-394 . -25) T) ((-716 . -528) NIL) ((-1056 . -175) T) ((-733 . -250) T) ((-1094 . -559) T) ((-734 . -668) 166906) ((-520 . -102) T) ((-516 . -102) T) ((-357 . -632) 166888) ((-353 . -175) T) ((-421 . -1083) 166840) ((-407 . -632) 166822) ((-1152 . -871) T) ((-488 . -748) T) ((-916 . -1070) 166790) ((-421 . -662) 166742) ((-108 . -872) T) ((-676 . -1088) 166726) ((-501 . -133) T) ((-1286 . -1089) T) ((-221 . -133) T) ((-1187 . -102) 166676) ((-99 . -1133) T) ((-246 . -875) 166627) ((-252 . -688) 166611) ((-252 . -673) 166595) ((-676 . -111) 166574) ((-597 . -635) 166558) ((-326 . -426) 166542) ((-252 . -385) 166526) ((-1192 . -242) 166473) ((-1028 . -274) 166457) ((-1028 . -234) 166441) ((-74 . -1249) T) ((-48 . -175) T) ((-723 . -401) T) ((-723 . -145) T) ((-1323 . -102) T) ((-1231 . -1249) T) ((-1229 . -635) 166423) ((-1120 . -1249) T) ((-1119 . -1088) 166266) ((-1107 . -1249) T) ((-275 . -940) 166245) ((-255 . -940) 166224) ((-803 . -1088) 166047) ((-802 . -1088) 165890) ((-627 . -1249) T) ((-1197 . -632) 165872) ((-1119 . -111) 165701) ((-1078 . -102) T) ((-489 . -1249) T) ((-475 . -1088) 165672) ((-468 . -1088) 165515) ((-686 . -670) 165499) ((-896 . -319) T) ((-803 . -111) 165308) ((-802 . -111) 165137) ((-368 . -670) 165089) ((-366 . -670) 165041) ((-358 . -670) 164993) ((-275 . -670) 164882) ((-255 . -670) 164771) ((-1191 . -872) T) ((-1120 . -1070) 164755) ((-1107 . -1070) 164732) ((-1036 . -875) T) ((-1032 . -34) T) ((-475 . -111) 164693) ((-468 . -111) 164522) ((-1003 . -875) T) ((-996 . -632) 164504) ((-988 . -1249) T) ((-986 . -1144) T) ((-128 . -1042) 164488) ((-873 . -1249) T) ((-896 . -1052) NIL) ((-757 . -1144) T) ((-737 . -1144) T) ((-676 . -635) 164406) ((-1299 . -503) 164390) ((-1217 . -1249) T) ((-1216 . -1249) T) ((-1174 . -38) 164350) ((-986 . -23) T) ((-936 . -670) 164315) ((-890 . -1133) T) ((-866 . -102) T) ((-841 . -21) T) ((-652 . -1083) 164299) ((-620 . -1083) 164283) ((-841 . -25) T) ((-757 . -23) T) ((-737 . -23) T) ((-652 . -662) 164267) ((-110 . -684) T) ((-620 . -662) 164251) ((-595 . -1088) 164216) ((-532 . -1088) 164161) ((-231 . -57) 164119) ((-467 . -23) T) ((-421 . -102) T) ((-1215 . -1249) T) ((-270 . -102) T) ((-110 . -113) T) ((-716 . -302) T) ((-891 . -38) 164089) ((-1119 . -635) 163825) ((-595 . -111) 163781) ((-532 . -111) 163710) ((-419 . -1144) T) ((-326 . -1089) 163600) ((-325 . -1089) T) ((-132 . -1249) T) ((-131 . -1249) T) ((-803 . -635) 163348) ((-802 . -635) 163114) ((-676 . -1081) T) ((-1329 . -1133) T) ((-468 . -635) 162899) ((-171 . -319) 162830) ((-419 . -23) T) ((-40 . -632) 162812) ((-40 . -633) 162796) ((-108 . -1023) 162778) ((-118 . -895) 162762) ((-671 . -635) 162746) ((-48 . -528) 162712) ((-1236 . -1042) 162696) ((-1214 . -632) 162663) ((-1221 . -34) T) ((-984 . -632) 162629) ((-949 . -632) 162611) ((-1145 . -872) 162562) ((-793 . -632) 162544) ((-694 . -632) 162526) ((-531 . -1249) T) ((-1268 . -319) 162505) ((-1187 . -321) 162443) ((-1173 . -34) T) ((-493 . -34) T) ((-1124 . -1249) T) ((-491 . -466) T) ((-1066 . -1249) T) ((-1119 . -1081) T) ((-50 . -635) 162412) ((-803 . -1081) T) ((-802 . -1081) T) ((-669 . -242) 162396) ((-651 . -242) 162342) ((-1211 . -21) T) ((-595 . -635) 162292) ((-532 . -635) 162222) ((-496 . -236) 162113) ((-1211 . -25) T) ((-1119 . -338) 162074) ((-468 . -1081) T) ((-1119 . -240) 162053) ((-803 . -338) 162030) ((-803 . -240) T) ((-802 . -338) 162002) ((-753 . -1254) 161981) ((-533 . -34) T) ((-339 . -673) 161965) ((-530 . -34) T) ((-58 . -34) T) ((-511 . -34) T) ((-510 . -34) T) ((-468 . -338) 161944) ((-339 . -385) 161928) ((-374 . -1249) T) ((-334 . -1249) T) ((-1035 . -1184) NIL) ((-753 . -571) 161859) ((-652 . -102) T) ((-620 . -102) T) ((-368 . -748) T) ((-366 . -748) T) ((-358 . -748) T) ((-275 . -748) T) ((-255 . -748) T) ((-391 . -1249) T) ((-1312 . -21) T) ((-1078 . -321) 161767) ((-1312 . -25) T) ((-931 . -1133) 161745) ((-842 . -236) 161732) ((-50 . -1081) T) ((-1207 . -571) 161711) ((-1206 . -1254) 161690) ((-1206 . -571) 161641) ((-1200 . -1254) 161620) ((-1200 . -571) 161571) ((-1056 . -302) T) ((-595 . -1081) T) ((-532 . -1081) T) ((-1035 . -38) 161516) ((-374 . -1070) 161500) ((-334 . -1070) 161484) ((-1028 . -668) 161407) ((-391 . -912) 161389) ((-858 . -1249) T) ((-852 . -1249) T) ((-849 . -1249) T) ((-822 . -1144) T) ((-936 . -748) T) ((-595 . -250) T) ((-595 . -240) T) ((-532 . -240) T) ((-532 . -250) T) ((-1158 . -571) 161368) ((-353 . -302) T) ((-669 . -717) 161352) ((-391 . -1070) 161312) ((-305 . -1083) 161233) ((-352 . -922) 161212) ((-1152 . -1089) T) ((-103 . -127) 161196) ((-305 . -662) 161138) ((-822 . -23) T) ((-1321 . -1319) 161114) ((-1320 . -1319) 161093) ((-1299 . -298) 161045) ((-1286 . -1133) T) ((-421 . -321) 161010) ((-1174 . -930) 160933) ((-894 . -632) 160915) ((-858 . -1070) 160884) ((-661 . -1088) 160868) ((-206 . -809) T) ((-205 . -809) T) ((-204 . -809) T) ((-203 . -809) T) ((-202 . -809) T) ((-201 . -809) T) ((-200 . -809) T) ((-199 . -809) T) ((-198 . -809) T) ((-197 . -809) T) ((-562 . -632) 160850) ((-509 . -1034) T) ((-285 . -863) T) ((-284 . -863) T) ((-283 . -863) T) ((-282 . -863) T) ((-48 . -302) T) ((-281 . -863) T) ((-280 . -863) T) ((-279 . -863) T) ((-196 . -809) T) ((-661 . -111) 160829) ((-630 . -872) T) ((-678 . -426) 160813) ((-692 . -239) 160764) ((-227 . -635) 160726) ((-110 . -872) T) ((-677 . -21) T) ((-677 . -25) T) ((-1323 . -38) 160696) ((-119 . -298) 160647) ((-1299 . -19) 160631) ((-1259 . -875) NIL) ((-1299 . -618) 160608) ((-1313 . -1133) T) ((-365 . -1083) 160553) ((-1109 . -1133) T) ((-1018 . -1133) T) ((-986 . -133) T) ((-841 . -236) 160540) ((-758 . -1133) T) ((-365 . -662) 160485) ((-757 . -133) T) ((-737 . -133) T) ((-526 . -817) T) ((-526 . -818) T) ((-467 . -133) T) ((-421 . -1184) 160463) ((-227 . -1081) T) ((-305 . -102) 160245) ((-143 . -1133) T) ((-721 . -1034) T) ((-1137 . -298) 160201) ((-91 . -1249) T) ((-218 . -632) 160183) ((-129 . -632) 160115) ((-123 . -632) 160047) ((-1329 . -175) T) ((-1206 . -376) 160026) ((-1200 . -376) 160005) ((-326 . -1133) T) ((-419 . -133) T) ((-325 . -1133) T) ((-421 . -38) 159957) ((-1165 . -102) T) ((-1286 . -739) 159849) ((-1167 . -1295) T) ((-1128 . -1249) T) ((-1123 . -1249) T) ((-678 . -1089) T) ((-1105 . -1249) T) ((-1098 . -1249) T) ((-1068 . -1249) T) ((-1051 . -1249) T) ((-331 . -147) 159828) ((-331 . -149) 159807) ((-141 . -1133) T) ((-137 . -1133) T) ((-115 . -1133) T) ((-883 . -102) T) ((-645 . -1249) T) ((-497 . -1249) T) ((-594 . -632) 159789) ((-560 . -633) 159688) ((-560 . -632) 159670) ((-509 . -632) 159652) ((-509 . -633) 159597) ((-499 . -23) T) ((-222 . -1249) T) ((-496 . -872) 159548) ((-501 . -660) 159530) ((-995 . -632) 159512) ((-1035 . -930) 159421) ((-221 . -660) 159403) ((-229 . -418) T) ((-674 . -670) 159387) ((-55 . -632) 159369) ((-1203 . -951) 159348) ((-753 . -1144) T) ((-657 . -102) T) ((-529 . -1249) T) ((-525 . -1249) T) ((-522 . -1249) T) ((-365 . -102) T) ((-1250 . -1115) T) ((-1152 . -868) T) ((-842 . -872) T) ((-753 . -23) T) ((-357 . -1088) 159293) ((-1180 . -107) 159277) ((-1302 . -632) 159259) ((-1207 . -23) T) ((-1207 . -1144) T) ((-1206 . -1144) T) ((-659 . -1249) T) ((-1206 . -23) T) ((-1200 . -1144) T) ((-1200 . -23) T) ((-1174 . -274) 159243) ((-529 . -1070) 159227) ((-1174 . -234) 159211) ((-1158 . -1144) T) ((-357 . -111) 159140) ((-1036 . -1254) T) ((-128 . -1249) T) ((-944 . -1254) T) ((-1158 . -23) T) ((-1108 . -1133) T) ((-716 . -298) NIL) ((-736 . -1249) T) ((-1036 . -571) T) ((-944 . -571) T) ((-839 . -239) 159037) ((-625 . -684) T) ((-624 . -684) T) ((-257 . -1249) T) ((-186 . -1249) T) ((-163 . -1249) T) ((-159 . -1249) T) ((-256 . -632) 159019) ((-622 . -684) T) ((-822 . -133) T) ((-732 . -632) 159001) ((-326 . -739) 158911) ((-325 . -739) 158840) ((-721 . -632) 158822) ((-721 . -633) 158767) ((-421 . -414) 158751) ((-452 . -1133) T) ((-501 . -25) T) ((-501 . -21) T) ((-1152 . -1133) T) ((-221 . -25) T) ((-221 . -21) T) ((-734 . -426) 158735) ((-736 . -1070) 158704) ((-1299 . -632) 158616) ((-1299 . -633) 158577) ((-1286 . -175) T) ((-1223 . -632) 158559) ((-252 . -34) T) ((-357 . -635) 158489) ((-407 . -635) 158471) ((-957 . -1006) T) ((-1236 . -1249) T) ((-674 . -814) 158450) ((-674 . -818) 158429) ((-412 . -410) T) ((-537 . -102) 158379) ((-1256 . -1249) T) ((-1067 . -1133) T) ((-421 . -930) 158302) ((-226 . -1027) 158286) ((-862 . -1249) T) ((-518 . -102) T) ((-642 . -632) 158268) ((-45 . -872) NIL) ((-642 . -633) 158245) ((-1067 . -629) 158220) ((-931 . -528) 158153) ((-331 . -239) 158105) ((-357 . -1081) T) ((-119 . -633) NIL) ((-119 . -632) 158087) ((-897 . -1249) T) ((-692 . -432) 158071) ((-692 . -1155) 158016) ((-514 . -153) 157998) ((-357 . -240) T) ((-357 . -250) T) ((-40 . -1088) 157943) ((-897 . -910) 157927) ((-897 . -912) 157852) ((-734 . -1089) T) ((-716 . -1034) NIL) ((-1285 . -47) 157822) ((-1264 . -47) 157799) ((-1173 . -1042) 157770) ((-1152 . -739) 157757) ((-3 . |UnionCategory|) T) ((-1137 . -632) 157739) ((-1111 . -149) 157718) ((-1111 . -147) 157669) ((-1036 . -376) T) ((-996 . -635) 157653) ((-229 . -951) T) ((-40 . -111) 157582) ((-897 . -1070) 157446) ((-1035 . -234) 157423) ((-1035 . -274) 157400) ((-723 . -1083) 157387) ((-944 . -376) T) ((-723 . -662) 157374) ((-331 . -1238) 157340) ((-391 . -319) T) ((-331 . -1235) 157306) ((-326 . -175) 157285) ((-325 . -175) T) ((-627 . -1226) 157261) ((-595 . -1318) 157248) ((-532 . -1318) 157225) ((-118 . -1083) 157212) ((-372 . -149) 157191) ((-372 . -147) 157142) ((-367 . -149) 157121) ((-367 . -147) 157072) ((-359 . -149) 157051) ((-118 . -662) 157038) ((-359 . -147) 156989) ((-331 . -35) 156955) ((-489 . -1226) 156934) ((0 . |EnumerationCategory|) T) ((-331 . -95) 156900) ((-391 . -1052) T) ((-108 . -149) T) ((-108 . -147) NIL) ((-45 . -242) 156850) ((-678 . -1133) T) ((-627 . -107) 156797) ((-499 . -133) T) ((-489 . -107) 156747) ((-246 . -1144) 156725) ((-31 . -1249) T) ((-897 . -390) 156709) ((-897 . -351) 156693) ((-246 . -23) 156545) ((-40 . -635) 156475) ((-1313 . -528) 156408) ((-1094 . -951) T) ((-1094 . -844) T) ((-595 . -381) T) ((-532 . -381) T) ((-1289 . -571) 156387) ((-1285 . -1249) T) ((-1280 . -1254) 156366) ((-1280 . -571) 156317) ((-1264 . -1249) T) ((-365 . -1184) T) ((-339 . -34) T) ((-44 . -432) 156301) ((-1214 . -635) 156237) ((-898 . -1249) T) ((-404 . -766) 156221) ((-1264 . -912) 156094) ((-1264 . -910) 156064) ((-1174 . -668) 156023) ((-753 . -133) T) ((-694 . -635) 156007) ((-1259 . -1254) 155986) ((-1259 . -571) 155937) ((-1207 . -133) T) ((-1206 . -133) T) ((-1200 . -133) T) ((-1158 . -133) T) ((-324 . -1115) T) ((-1056 . -1034) T) ((-758 . -528) 155870) ((-1036 . -23) T) ((-1036 . -1144) T) ((-919 . -1133) T) ((-146 . -868) T) ((-1035 . -363) NIL) ((-713 . -632) 155852) ((-973 . -875) 155831) ((-537 . -321) 155769) ((-1003 . -23) T) ((-143 . -528) NIL) ((-891 . -668) 155714) ((-944 . -1144) T) ((-944 . -23) T) ((-897 . -928) 155673) ((-365 . -38) 155638) ((-894 . -1088) 155625) ((-343 . -875) T) ((-83 . -632) 155607) ((-40 . -1081) T) ((-894 . -111) 155592) ((-740 . -1249) T) ((-723 . -102) T) ((-716 . -632) 155574) ((-616 . -1249) T) ((-610 . -571) 155553) ((-443 . -1144) T) ((-352 . -1083) 155537) ((-216 . -1133) T) ((-177 . -1083) 155469) ((-488 . -47) 155439) ((-40 . -240) 155411) ((-40 . -250) T) ((-136 . -102) T) ((-118 . -102) T) ((-609 . -571) 155390) ((-352 . -662) 155374) ((-716 . -633) 155282) ((-326 . -528) 155248) ((-177 . -662) 155180) ((-325 . -528) 155072) ((-501 . -236) 155059) ((-1285 . -1070) 155043) ((-1264 . -1070) 154829) ((-1028 . -426) 154813) ((-221 . -236) 154800) ((-443 . -23) T) ((-1152 . -175) T) ((-626 . -504) 154767) ((-621 . -504) 154749) ((-626 . -632) 154701) ((-621 . -632) 154668) ((-1286 . -302) T) ((-678 . -739) 154638) ((-146 . -1133) T) ((-48 . -1034) T) ((-421 . -274) 154622) ((-421 . -234) 154606) ((-307 . -242) 154556) ((-896 . -951) T) ((-896 . -844) NIL) ((-894 . -635) 154528) ((-260 . -875) 154479) ((-259 . -875) 154430) ((-889 . -872) T) ((-623 . -1133) T) ((-1264 . -351) 154400) ((-1264 . -390) 154370) ((-1111 . -239) 154249) ((-226 . -1153) 154233) ((-305 . -930) 154192) ((-1299 . -300) 154169) ((-372 . -239) 154148) ((-367 . -239) 154127) ((-488 . -1249) T) ((-359 . -239) 154106) ((-108 . -239) T) ((-1242 . -670) 154031) ((-1035 . -668) 153961) ((-986 . -21) T) ((-986 . -25) T) ((-757 . -21) T) ((-757 . -25) T) ((-737 . -21) T) ((-737 . -25) T) ((-733 . -670) 153926) ((-467 . -21) T) ((-467 . -25) T) ((-352 . -102) T) ((-177 . -102) T) ((-1028 . -1089) T) ((-894 . -1081) T) ((-795 . -102) T) ((-1285 . -928) 153832) ((-1280 . -376) 153811) ((-1264 . -928) 153662) ((-1259 . -376) 153641) ((-1209 . -1249) T) ((-1056 . -632) 153623) ((-421 . -845) 153576) ((-1207 . -507) 153542) ((-171 . -951) 153473) ((-1206 . -507) 153439) ((-1200 . -507) 153405) ((-734 . -1133) T) ((-1158 . -507) 153371) ((-594 . -1088) 153358) ((-560 . -1088) 153345) ((-509 . -1088) 153310) ((-326 . -302) 153289) ((-325 . -302) T) ((-353 . -632) 153271) ((-419 . -25) T) ((-419 . -21) T) ((-99 . -298) 153250) ((-594 . -111) 153235) ((-560 . -111) 153220) ((-509 . -111) 153176) ((-1209 . -912) 153143) ((-931 . -503) 153127) ((-48 . -632) 153109) ((-48 . -633) 153054) ((-246 . -133) 152925) ((-1323 . -668) 152884) ((-1268 . -951) 152863) ((-840 . -1254) 152842) ((-402 . -504) 152823) ((-1067 . -528) 152667) ((-402 . -632) 152633) ((-840 . -571) 152564) ((-597 . -670) 152539) ((-275 . -47) 152511) ((-255 . -47) 152468) ((-545 . -523) 152445) ((-594 . -635) 152417) ((-560 . -635) 152389) ((-509 . -635) 152322) ((-1289 . -23) T) ((-1106 . -1249) T) ((-1032 . -1249) T) ((-1289 . -1144) T) ((-1280 . -1144) T) ((-1280 . -23) T) ((-1259 . -1144) T) ((-1259 . -23) T) ((-721 . -1088) 152287) ((-1255 . -684) T) ((-1242 . -748) T) ((-1152 . -302) T) ((-1145 . -239) 152184) ((-1036 . -133) T) ((-1035 . -383) 152156) ((-114 . -381) T) ((-488 . -928) 152062) ((-1003 . -133) T) ((-935 . -632) 152044) ((-55 . -635) 152026) ((-91 . -107) 152010) ((-944 . -133) T) ((-932 . -872) 151961) ((-723 . -1184) T) ((-721 . -111) 151917) ((-866 . -668) 151834) ((-610 . -1144) T) ((-609 . -1144) T) ((-734 . -739) 151663) ((-733 . -748) T) ((-822 . -25) T) ((-822 . -21) T) ((-501 . -872) T) ((-611 . -1249) T) ((-610 . -23) T) ((-600 . -1249) T) ((-221 . -872) T) ((-421 . -668) 151600) ((-594 . -1081) T) ((-560 . -1081) T) ((-549 . -1249) T) ((-509 . -1081) T) ((-357 . -1318) 151577) ((-331 . -466) 151556) ((-352 . -321) 151543) ((-609 . -23) T) ((-443 . -133) T) ((-676 . -670) 151517) ((-252 . -1042) 151501) ((-897 . -319) T) ((-1324 . -1314) 151485) ((-793 . -816) T) ((-793 . -821) T) ((-723 . -38) 151472) ((-560 . -240) T) ((-509 . -250) T) ((-509 . -240) T) ((-1313 . -503) 151456) ((-1296 . -1249) T) ((-1183 . -242) 151406) ((-1119 . -940) 151385) ((-118 . -38) 151372) ((-212 . -824) T) ((-211 . -824) T) ((-210 . -824) T) ((-209 . -824) T) ((-897 . -1052) 151350) ((-686 . -1249) T) ((-667 . -1249) T) ((-803 . -940) 151329) ((-802 . -940) 151308) ((-1221 . -1249) T) ((-368 . -1249) T) ((-366 . -1249) T) ((-358 . -1249) T) ((-275 . -1249) T) ((-255 . -1249) T) ((-468 . -940) 151287) ((-758 . -503) 151271) ((-1119 . -670) 151160) ((-721 . -635) 151095) ((-803 . -670) 150984) ((-642 . -1088) 150971) ((-493 . -1249) T) ((-357 . -381) T) ((-143 . -503) 150953) ((-802 . -670) 150842) ((-1173 . -1249) T) ((-564 . -872) T) ((-475 . -670) 150813) ((-275 . -912) 150672) ((-255 . -912) NIL) ((-119 . -1088) 150617) ((-468 . -670) 150506) ((-686 . -1070) 150483) ((-642 . -111) 150468) ((-404 . -1083) 150452) ((-368 . -1070) 150436) ((-366 . -1070) 150420) ((-358 . -1070) 150404) ((-275 . -1070) 150248) ((-255 . -1070) 150124) ((-936 . -1249) T) ((-119 . -111) 150053) ((-58 . -1249) T) ((-404 . -662) 150037) ((-638 . -1083) 150021) ((-533 . -1249) T) ((-530 . -1249) T) ((-511 . -1249) T) ((-510 . -1249) T) ((-450 . -632) 150003) ((-448 . -632) 149985) ((-638 . -662) 149969) ((-3 . -102) T) ((-1059 . -1244) 149938) ((-856 . -102) T) ((-711 . -57) 149896) ((-721 . -1081) T) ((-652 . -668) 149865) ((-620 . -668) 149834) ((-50 . -670) 149808) ((-301 . -466) T) ((-490 . -1244) 149777) ((0 . -102) T) ((-595 . -670) 149742) ((-532 . -670) 149687) ((-49 . -102) T) ((-936 . -1070) 149674) ((-721 . -250) T) ((-1111 . -424) 149653) ((-753 . -660) 149601) ((-1028 . -1133) T) ((-734 . -175) 149492) ((-642 . -635) 149387) ((-501 . -1023) 149369) ((-419 . -236) 149314) ((-275 . -390) 149298) ((-255 . -390) 149282) ((-413 . -1133) T) ((-1058 . -102) 149260) ((-352 . -38) 149244) ((-221 . -1023) 149226) ((-119 . -635) 149156) ((-177 . -38) 149088) ((-1285 . -319) 149067) ((-1264 . -319) 149046) ((-676 . -748) T) ((-99 . -632) 149028) ((-491 . -1083) 148993) ((-1200 . -660) 148945) ((-491 . -662) 148910) ((-663 . -875) 148889) ((-499 . -25) T) ((-499 . -21) T) ((-1264 . -1052) 148841) ((-1090 . -1249) T) ((-1 . -1249) T) ((-642 . -1081) T) ((-391 . -418) T) ((-404 . -102) T) ((-1137 . -637) 148756) ((-275 . -928) 148702) ((-255 . -928) 148679) ((-119 . -1081) T) ((-1119 . -748) T) ((-840 . -1144) T) ((-843 . -875) T) ((-642 . -240) 148658) ((-638 . -102) T) ((-526 . -1249) T) ((-521 . -1249) T) ((-803 . -748) T) ((-802 . -748) T) ((-1255 . -872) T) ((-427 . -1144) T) ((-119 . -250) T) ((-40 . -381) NIL) ((-119 . -240) NIL) ((-400 . -875) 148637) ((-468 . -748) T) ((-840 . -23) T) ((-753 . -25) T) ((-753 . -21) T) ((-692 . -922) 148558) ((-1109 . -298) 148537) ((-75 . -411) T) ((-75 . -410) T) ((-547 . -789) 148519) ((-229 . -875) T) ((-716 . -1088) 148469) ((-1325 . -102) T) ((-1289 . -133) T) ((-1280 . -133) T) ((-1259 . -133) T) ((-1207 . -25) T) ((-1174 . -426) 148453) ((-652 . -380) 148385) ((-620 . -380) 148317) ((-1187 . -1182) 148301) ((-103 . -1133) 148279) ((-1207 . -21) T) ((-1206 . -21) T) ((-890 . -632) 148261) ((-1028 . -739) 148209) ((-227 . -670) 148176) ((-716 . -111) 148110) ((-50 . -748) T) ((-1206 . -25) T) ((-365 . -363) T) ((-1200 . -21) T) ((-1111 . -466) 148061) ((-1200 . -25) T) ((-734 . -528) 148008) ((-595 . -748) T) ((-532 . -748) T) ((-1158 . -21) T) ((-1158 . -25) T) ((-610 . -133) T) ((-609 . -133) T) ((-305 . -668) 147743) ((-496 . -239) 147640) ((-372 . -466) T) ((-367 . -466) T) ((-359 . -466) T) ((-488 . -319) 147619) ((-1258 . -102) T) ((-325 . -298) 147554) ((-108 . -466) T) ((-79 . -455) T) ((-79 . -410) T) ((-491 . -102) T) ((-713 . -635) 147538) ((-1329 . -632) 147520) ((-1329 . -633) 147502) ((-1111 . -416) 147481) ((-1067 . -503) 147412) ((-661 . -670) 147396) ((-137 . -298) 147373) ((-560 . -821) T) ((-560 . -816) T) ((-1095 . -242) 147319) ((-1094 . -875) T) ((-735 . -875) T) ((-372 . -416) 147270) ((-367 . -416) 147221) ((-359 . -416) 147172) ((-1315 . -1144) T) ((-1324 . -1083) 147156) ((-395 . -1083) 147140) ((-1324 . -662) 147110) ((-842 . -239) T) ((-395 . -662) 147080) ((-716 . -635) 147015) ((-1315 . -23) T) ((-626 . -635) 146982) ((-621 . -635) 146964) ((-1303 . -102) T) ((-352 . -930) 146945) ((-178 . -632) 146927) ((-1174 . -1089) T) ((-562 . -381) T) ((-692 . -766) 146911) ((-1211 . -147) 146890) ((-1211 . -149) 146869) ((-1178 . -1133) T) ((-1178 . -1103) 146838) ((-69 . -1249) T) ((-1056 . -1088) 146775) ((-365 . -668) 146705) ((-891 . -1089) T) ((-246 . -660) 146611) ((-716 . -1081) T) ((-353 . -1088) 146556) ((-62 . -1249) T) ((-1056 . -111) 146472) ((-931 . -632) 146383) ((-716 . -250) T) ((-716 . -240) NIL) ((-866 . -871) 146362) ((-721 . -821) T) ((-721 . -816) T) ((-1035 . -426) 146339) ((-353 . -111) 146268) ((-391 . -951) T) ((-421 . -871) 146247) ((-734 . -302) 146158) ((-227 . -748) T) ((-1289 . -507) 146124) ((-1280 . -507) 146090) ((-1259 . -507) 146056) ((-592 . -1133) T) ((-326 . -1034) 146035) ((-226 . -1133) 146013) ((-1257 . -868) T) ((-331 . -1005) 145975) ((-105 . -102) T) ((-48 . -1088) 145940) ((-896 . -875) NIL) ((-1324 . -102) T) ((-395 . -102) T) ((-1286 . -632) 145922) ((-1165 . -1166) 145906) ((-1036 . -660) 145888) ((-901 . -1249) T) ((-48 . -111) 145844) ((-703 . -1249) T) ((-698 . -1249) T) ((-674 . -1249) T) ((-839 . -922) 145711) ((-492 . -1249) T) ((-252 . -1249) T) ((-545 . -102) T) ((-514 . -102) T) ((-154 . -1307) 145695) ((-140 . -1249) T) ((-139 . -1249) T) ((-135 . -1249) T) ((-1250 . -102) T) ((-1056 . -635) 145632) ((-841 . -239) T) ((-1203 . -1254) 145611) ((-218 . -381) T) ((-353 . -635) 145541) ((-1157 . -1254) 145520) ((-246 . -25) 145353) ((-246 . -21) 145264) ((-129 . -121) 145248) ((-123 . -121) 145232) ((-44 . -766) 145216) ((-1203 . -571) 145127) ((-1157 . -571) 145058) ((-1257 . -1133) T) ((-561 . -875) T) ((-1067 . -298) 145033) ((-1199 . -1115) T) ((-1026 . -1115) T) ((-840 . -133) T) ((-119 . -821) NIL) ((-119 . -816) NIL) ((-368 . -319) T) ((-366 . -319) T) ((-358 . -319) T) ((-1121 . -1249) 145011) ((-260 . -1144) 144989) ((-259 . -1144) 144967) ((-1056 . -1081) T) ((-1035 . -1089) T) ((-48 . -635) 144900) ((-357 . -670) 144845) ((-1313 . -632) 144807) ((-1313 . -633) 144768) ((-638 . -38) 144752) ((-1207 . -236) 144705) ((-1206 . -236) 144651) ((-1109 . -632) 144633) ((-1056 . -250) T) ((-353 . -1081) T) ((-839 . -1307) 144603) ((-260 . -23) T) ((-259 . -23) T) ((-1018 . -632) 144585) ((-1200 . -236) 144402) ((-1192 . -153) 144349) ((-758 . -633) 144310) ((-758 . -632) 144292) ((-1036 . -25) T) ((-822 . -872) 144271) ((-1028 . -528) 144183) ((-699 . -875) T) ((-353 . -240) T) ((-353 . -250) T) ((-402 . -635) 144164) ((-936 . -319) T) ((-143 . -632) 144146) ((-143 . -633) 144105) ((-331 . -922) 144009) ((-1036 . -21) T) ((-1003 . -25) T) ((-944 . -21) T) ((-944 . -25) T) ((-443 . -21) T) ((-443 . -25) T) ((-866 . -426) 143993) ((-48 . -1081) T) ((-1321 . -1314) 143977) ((-1320 . -1314) 143961) ((-1067 . -618) 143936) ((-326 . -633) 143797) ((-326 . -632) 143779) ((-325 . -633) NIL) ((-325 . -632) 143761) ((-48 . -250) T) ((-48 . -240) T) ((-678 . -298) 143722) ((-565 . -242) 143672) ((-585 . -875) T) ((-141 . -632) 143639) ((-137 . -632) 143621) ((-115 . -632) 143603) ((-491 . -38) 143568) ((-1324 . -1322) 143547) ((-1315 . -133) T) ((-1323 . -1089) T) ((-1114 . -102) T) ((-87 . -1249) T) ((-514 . -321) NIL) ((-1032 . -107) 143531) ((-914 . -1133) T) ((-911 . -1133) T) ((-1299 . -673) 143515) ((-1299 . -385) 143499) ((-339 . -1249) T) ((-607 . -872) T) ((-1174 . -1133) T) ((-1174 . -1085) 143439) ((-103 . -528) 143372) ((-955 . -632) 143354) ((-357 . -748) T) ((-30 . -632) 143336) ((-891 . -1133) T) ((-866 . -1089) 143315) ((-40 . -670) 143222) ((-229 . -1254) T) ((-421 . -1089) T) ((-1191 . -153) 143204) ((-1028 . -302) 143155) ((-899 . -1249) T) ((-636 . -1133) T) ((-229 . -571) T) ((-331 . -1282) 143139) ((-331 . -1278) 143109) ((-723 . -668) 143081) ((-1221 . -1226) 143060) ((-1108 . -632) 143042) ((-1221 . -107) 142992) ((-669 . -153) 142976) ((-651 . -153) 142922) ((-118 . -668) 142894) ((-493 . -1226) 142873) ((-501 . -149) T) ((-501 . -147) NIL) ((-1152 . -633) 142788) ((-452 . -632) 142770) ((-221 . -149) T) ((-221 . -147) NIL) ((-1152 . -632) 142752) ((-130 . -102) T) ((-51 . -102) T) ((-1259 . -660) 142704) ((-493 . -107) 142654) ((-1025 . -23) T) ((-1324 . -38) 142624) ((-1203 . -1144) T) ((-1157 . -1144) T) ((-1094 . -1254) T) ((-246 . -236) 142515) ((-324 . -102) T) ((-879 . -1144) T) ((-976 . -1254) 142494) ((-495 . -1254) 142473) ((-1094 . -571) T) ((-976 . -571) 142404) ((-1203 . -23) T) ((-1185 . -1115) T) ((-1157 . -23) T) ((-879 . -23) T) ((-495 . -571) 142335) ((-1174 . -739) 142267) ((-692 . -1083) 142251) ((-1178 . -528) 142184) ((-692 . -662) 142168) ((-1067 . -633) NIL) ((-1067 . -632) 142150) ((-96 . -1115) T) ((-1329 . -1088) 142137) ((-891 . -739) 142107) ((-1329 . -111) 142092) ((-1242 . -47) 142061) ((-1200 . -872) NIL) ((-260 . -133) T) ((-259 . -133) T) ((-1135 . -1133) T) ((-1035 . -1133) T) ((-63 . -632) 142043) ((-1111 . -922) 141912) ((-1056 . -816) T) ((-1056 . -821) T) ((-1289 . -25) T) ((-1289 . -21) T) ((-1280 . -21) T) ((-1280 . -25) T) ((-894 . -670) 141899) ((-1259 . -21) T) ((-1259 . -25) T) ((-1059 . -153) 141883) ((-1036 . -236) 141870) ((-897 . -844) 141849) ((-897 . -951) T) ((-734 . -298) 141776) ((-610 . -21) T) ((-352 . -668) 141735) ((-108 . -922) NIL) ((-610 . -25) T) ((-609 . -21) T) ((-177 . -668) 141652) ((-40 . -748) T) ((-226 . -528) 141585) ((-609 . -25) T) ((-490 . -153) 141569) ((-477 . -153) 141553) ((-187 . -1249) T) ((-949 . -818) T) ((-949 . -748) T) ((-793 . -817) T) ((-793 . -818) T) ((-520 . -1133) T) ((-516 . -1133) T) ((-793 . -748) T) ((-229 . -376) T) ((-1321 . -1083) 141537) ((-1320 . -1083) 141521) ((-1321 . -662) 141491) ((-1187 . -1133) 141469) ((-896 . -1254) T) ((-1320 . -662) 141439) ((-1120 . -875) T) ((-678 . -632) 141421) ((-896 . -571) T) ((-716 . -381) NIL) ((-44 . -1083) 141405) ((-1329 . -635) 141387) ((-1323 . -1133) T) ((-692 . -102) T) ((-372 . -1307) 141371) ((-367 . -1307) 141355) ((-44 . -662) 141339) ((-359 . -1307) 141323) ((-563 . -102) T) ((-1242 . -1249) T) ((-534 . -872) 141302) ((-733 . -1249) T) ((-988 . -875) 141281) ((-873 . -875) T) ((-501 . -239) T) ((-221 . -239) T) ((-1078 . -1133) T) ((-841 . -466) 141260) ((-154 . -1083) 141244) ((-1078 . -1103) 141173) ((-1059 . -1008) 141142) ((-843 . -1144) T) ((-1035 . -739) 141087) ((-154 . -662) 141071) ((-400 . -1144) T) ((-490 . -1008) 141040) ((-477 . -1008) 141009) ((-1216 . -875) T) ((-110 . -153) 140991) ((-73 . -632) 140973) ((-919 . -632) 140955) ((-1215 . -875) T) ((-1111 . -746) 140934) ((-1329 . -1081) T) ((-840 . -660) 140882) ((-305 . -1089) 140824) ((-171 . -1254) 140729) ((-229 . -1144) T) ((-336 . -23) T) ((-1200 . -1023) 140681) ((-1286 . -1088) 140586) ((-866 . -1133) T) ((-131 . -875) T) ((-1158 . -762) 140565) ((-1285 . -951) 140544) ((-1264 . -951) 140523) ((-894 . -748) T) ((-171 . -571) 140434) ((-594 . -670) 140421) ((-560 . -670) 140393) ((-421 . -1133) T) ((-270 . -1133) T) ((-216 . -632) 140375) ((-509 . -670) 140325) ((-229 . -23) T) ((-1264 . -844) 140278) ((-1321 . -102) T) ((-505 . -1249) T) ((-353 . -1318) 140255) ((-1320 . -102) T) ((-1286 . -111) 140147) ((-1145 . -922) 140014) ((-839 . -1083) 139915) ((-839 . -662) 139837) ((-146 . -632) 139819) ((-1025 . -133) T) ((-44 . -102) T) ((-246 . -872) 139770) ((-597 . -1249) T) ((-1268 . -1254) 139749) ((-103 . -503) 139733) ((-1323 . -739) 139703) ((-1119 . -47) 139664) ((-1094 . -1144) T) ((-976 . -1144) T) ((-129 . -34) T) ((-123 . -34) T) ((-1268 . -571) 139575) ((-803 . -47) 139552) ((-802 . -47) 139524) ((-1229 . -1249) T) ((-1203 . -133) T) ((-353 . -381) T) ((-495 . -1144) T) ((-1157 . -133) T) ((-896 . -376) T) ((-468 . -47) 139503) ((-879 . -133) T) ((-334 . -875) 139482) ((-154 . -102) T) ((-1094 . -23) T) ((-976 . -23) T) ((-585 . -571) T) ((-840 . -25) T) ((-840 . -21) T) ((-1174 . -528) 139415) ((-623 . -632) 139382) ((-606 . -1115) T) ((-597 . -1070) 139366) ((-1286 . -635) 139240) ((-495 . -23) T) ((-365 . -1089) T) ((-391 . -875) T) ((-1242 . -928) 139221) ((-692 . -321) 139159) ((-1289 . -236) 139112) ((-1145 . -1307) 139082) ((-721 . -670) 139047) ((-1036 . -872) T) ((-1035 . -175) T) ((-986 . -147) 139026) ((-652 . -1133) T) ((-620 . -1133) T) ((-986 . -149) 139005) ((-757 . -149) 138984) ((-757 . -147) 138963) ((-676 . -1249) T) ((-1003 . -872) T) ((-1280 . -236) 138909) ((-1259 . -236) 138726) ((-856 . -668) 138643) ((-488 . -951) 138622) ((-346 . -1249) T) ((-331 . -1083) 138457) ((-326 . -1088) 138367) ((-325 . -1088) 138296) ((-1028 . -298) 138254) ((-421 . -739) 138206) ((-331 . -662) 138047) ((-609 . -236) 138000) ((-723 . -871) T) ((-1286 . -1081) T) ((-326 . -111) 137896) ((-325 . -111) 137809) ((-97 . -1249) T) ((-994 . -102) T) ((-839 . -102) 137541) ((-734 . -633) NIL) ((-734 . -632) 137523) ((-1286 . -338) 137467) ((-676 . -1070) 137363) ((-1119 . -1249) T) ((-1067 . -300) 137338) ((-594 . -748) T) ((-560 . -818) T) ((-171 . -376) 137289) ((-560 . -814) T) ((-560 . -748) T) ((-509 . -748) T) ((-803 . -1249) T) ((-802 . -1249) T) ((-1178 . -503) 137273) ((-475 . -1249) T) ((-468 . -1249) T) ((-1321 . -1322) 137249) ((-1119 . -912) NIL) ((-896 . -1144) T) ((-119 . -940) NIL) ((-1320 . -1322) 137228) ((-671 . -1249) T) ((-803 . -912) NIL) ((-802 . -912) 137087) ((-1315 . -25) T) ((-1315 . -21) T) ((-1247 . -102) 137065) ((-1138 . -410) T) ((-642 . -670) 137052) ((-468 . -912) NIL) ((-697 . -102) 137002) ((-1119 . -1070) 136829) ((-896 . -23) T) ((-803 . -1070) 136688) ((-802 . -1070) 136545) ((-119 . -670) 136490) ((-468 . -1070) 136366) ((-286 . -1249) T) ((-326 . -635) 135930) ((-325 . -635) 135813) ((-50 . -1249) T) ((-404 . -668) 135782) ((-671 . -1070) 135766) ((-646 . -102) T) ((-595 . -1249) T) ((-532 . -1249) T) ((-226 . -503) 135750) ((-1299 . -34) T) ((-638 . -668) 135709) ((-301 . -1083) 135696) ((-137 . -635) 135680) ((-301 . -662) 135667) ((-652 . -739) 135651) ((-620 . -739) 135635) ((-692 . -38) 135595) ((-331 . -102) T) ((-1152 . -1088) 135582) ((-86 . -632) 135564) ((-50 . -1070) 135548) ((-1119 . -390) 135532) ((-803 . -390) 135516) ((-721 . -748) T) ((-721 . -818) T) ((-721 . -814) T) ((-60 . -57) 135478) ((-595 . -1070) 135465) ((-532 . -1070) 135442) ((-174 . -1249) T) ((-336 . -133) T) ((-326 . -1081) 135332) ((-325 . -1081) T) ((-171 . -1144) T) ((-802 . -390) 135316) ((-45 . -153) 135266) ((-1036 . -1023) 135248) ((-468 . -390) 135232) ((-421 . -175) T) ((-326 . -250) 135211) ((-325 . -250) T) ((-325 . -240) NIL) ((-305 . -1133) 134993) ((-229 . -133) T) ((-1152 . -111) 134978) ((-171 . -23) T) ((-822 . -149) 134957) ((-822 . -147) 134936) ((-260 . -660) 134842) ((-259 . -660) 134748) ((-331 . -296) 134714) ((-1187 . -528) 134647) ((-491 . -668) 134597) ((-657 . -868) T) ((-496 . -922) 134464) ((-1165 . -1133) T) ((-229 . -1092) T) ((-839 . -321) 134402) ((-1119 . -928) 134337) ((-803 . -928) 134280) ((-802 . -928) 134264) ((-1321 . -38) 134234) ((-1320 . -38) 134204) ((-1268 . -1144) T) ((-880 . -1144) T) ((-468 . -928) 134181) ((-883 . -1133) T) ((-1268 . -23) T) ((-1152 . -635) 134153) ((-1094 . -133) T) ((-880 . -23) T) ((-585 . -1144) T) ((-642 . -748) T) ((-525 . -875) T) ((-368 . -951) T) ((-366 . -951) T) ((-301 . -102) T) ((-358 . -951) T) ((-1002 . -1115) T) ((-976 . -133) T) ((-840 . -236) 134098) ((-119 . -818) NIL) ((-119 . -814) NIL) ((-119 . -748) T) ((-1078 . -528) 133999) ((-716 . -940) NIL) ((-585 . -23) T) ((-495 . -133) T) ((-419 . -239) 133950) ((-697 . -321) 133888) ((-227 . -1249) T) ((-657 . -1133) T) ((-652 . -783) T) ((-620 . -783) T) ((-1259 . -872) NIL) ((-1111 . -1083) 133798) ((-1035 . -302) T) ((-716 . -670) 133748) ((-260 . -25) T) ((-365 . -1133) T) ((-260 . -21) T) ((-259 . -25) T) ((-259 . -21) T) ((-154 . -38) 133732) ((-2 . -102) T) ((-936 . -951) T) ((-1111 . -662) 133600) ((-496 . -1307) 133570) ((-1152 . -1081) T) ((-733 . -319) T) ((-723 . -1089) T) ((-372 . -1083) 133522) ((-367 . -1083) 133474) ((-359 . -1083) 133426) ((-372 . -662) 133378) ((-227 . -1070) 133355) ((-367 . -662) 133307) ((-108 . -1083) 133257) ((-359 . -662) 133209) ((-305 . -739) 133151) ((-661 . -1249) T) ((-501 . -466) T) ((-421 . -528) 133063) ((-108 . -662) 133013) ((-221 . -466) T) ((-1152 . -240) T) ((-307 . -153) 132963) ((-1028 . -633) 132924) ((-1028 . -632) 132906) ((-1021 . -632) 132888) ((-118 . -1089) T) ((-678 . -1088) 132872) ((-229 . -507) T) ((-413 . -632) 132854) ((-413 . -633) 132831) ((-1086 . -1307) 132801) ((-678 . -111) 132780) ((-692 . -930) 132703) ((-1174 . -503) 132687) ((-1324 . -668) 132646) ((-395 . -668) 132615) ((-64 . -455) T) ((-64 . -410) T) ((-1192 . -102) T) ((-896 . -133) T) ((-498 . -102) 132565) ((-1147 . -1249) T) ((-1256 . -875) T) ((-1329 . -381) T) ((-1111 . -102) T) ((-1093 . -102) T) ((-365 . -739) 132510) ((-897 . -875) 132461) ((-753 . -149) 132440) ((-753 . -147) 132419) ((-678 . -635) 132337) ((-1056 . -670) 132274) ((-537 . -1133) 132252) ((-372 . -102) T) ((-367 . -102) T) ((-359 . -102) T) ((-108 . -102) T) ((-518 . -1133) T) ((-353 . -670) 132197) ((-1203 . -660) 132145) ((-1157 . -660) 132093) ((-394 . -523) 132072) ((-856 . -871) 132051) ((-716 . -748) T) ((-391 . -1254) T) ((-345 . -1249) T) ((-1259 . -1023) 132003) ((-352 . -1089) T) ((-114 . -1249) T) ((-177 . -1089) T) ((-103 . -632) 131935) ((-1207 . -147) 131914) ((-1207 . -149) 131893) ((-391 . -571) T) ((-1206 . -149) 131872) ((-1206 . -147) 131851) ((-1200 . -147) 131758) ((-421 . -302) T) ((-1200 . -149) 131665) ((-1158 . -149) 131644) ((-1158 . -147) 131623) ((-331 . -38) 131464) ((-171 . -133) T) ((-325 . -821) NIL) ((-325 . -816) NIL) ((-678 . -1081) T) ((-48 . -670) 131414) ((-1145 . -1083) 131315) ((-919 . -635) 131292) ((-1145 . -662) 131214) ((-1199 . -102) T) ((-1026 . -102) T) ((-1025 . -21) T) ((-129 . -1042) 131198) ((-123 . -1042) 131182) ((-1025 . -25) T) ((-931 . -121) 131166) ((-1191 . -102) T) ((-1268 . -133) T) ((-1264 . -875) 131065) ((-1203 . -25) T) ((-1203 . -21) T) ((-1192 . -321) 130860) ((-357 . -1249) T) ((-1157 . -25) T) ((-880 . -133) T) ((-407 . -1249) T) ((-1157 . -21) T) ((-879 . -25) T) ((-879 . -21) T) ((-803 . -319) 130839) ((-1187 . -503) 130823) ((-1183 . -153) 130773) ((-1178 . -632) 130735) ((-669 . -102) 130685) ((-651 . -102) T) ((-1178 . -633) 130646) ((-585 . -133) T) ((-638 . -871) 130625) ((-1056 . -814) T) ((-1056 . -818) T) ((-1056 . -748) T) ((-839 . -930) 130494) ((-734 . -1088) 130317) ((-616 . -875) 130296) ((-498 . -321) 130234) ((-467 . -432) 130204) ((-365 . -175) T) ((-301 . -38) 130191) ((-260 . -236) 130082) ((-259 . -236) 129973) ((-285 . -102) T) ((-284 . -102) T) ((-283 . -102) T) ((-282 . -102) T) ((-281 . -102) T) ((-280 . -102) T) ((-357 . -1070) 129950) ((-279 . -102) T) ((-215 . -102) T) ((-214 . -102) T) ((-212 . -102) T) ((-211 . -102) T) ((-210 . -102) T) ((-209 . -102) T) ((-206 . -102) T) ((-205 . -102) T) ((-204 . -102) T) ((-203 . -102) T) ((-202 . -102) T) ((-201 . -102) T) ((-200 . -102) T) ((-199 . -102) T) ((-198 . -102) T) ((-197 . -102) T) ((-196 . -102) T) ((-734 . -111) 129759) ((-353 . -748) T) ((-692 . -274) 129743) ((-692 . -234) 129727) ((-595 . -319) T) ((-532 . -319) T) ((-305 . -528) 129676) ((-1197 . -1249) T) ((-108 . -321) NIL) ((-72 . -410) T) ((-1145 . -102) 129408) ((-856 . -426) 129392) ((-1152 . -821) T) ((-1152 . -816) T) ((-723 . -1133) T) ((-592 . -632) 129374) ((-391 . -376) T) ((-171 . -507) 129352) ((-226 . -632) 129284) ((-136 . -1133) T) ((-118 . -1133) T) ((-996 . -1249) T) ((-48 . -748) T) ((-1078 . -503) 129249) ((-143 . -440) 129231) ((-143 . -381) T) ((-1059 . -102) T) ((-524 . -523) 129210) ((-734 . -635) 128966) ((-1257 . -632) 128948) ((-1214 . -1249) T) ((-1214 . -1070) 128884) ((-1207 . -239) 128843) ((-490 . -102) T) ((-477 . -102) T) ((-1206 . -239) 128795) ((-1200 . -239) 128618) ((-1066 . -1144) T) ((-331 . -930) 128524) ((-1209 . -875) T) ((-1207 . -35) 128490) ((-1207 . -95) 128456) ((-1207 . -1238) 128422) ((-1207 . -1235) 128388) ((-1206 . -1235) 128354) ((-1206 . -1238) 128320) ((-1206 . -95) 128286) ((-1206 . -35) 128252) ((-1200 . -1235) 128218) ((-1200 . -1238) 128184) ((-1191 . -321) NIL) ((-89 . -411) T) ((-89 . -410) T) ((-1111 . -1184) 128163) ((-40 . -1249) T) ((-1200 . -95) 128129) ((-1066 . -23) T) ((-1200 . -35) 128095) ((-585 . -507) T) ((-1158 . -35) 128061) ((-1158 . -95) 128027) ((-1158 . -1238) 127993) ((-1158 . -1235) 127959) ((-374 . -1144) T) ((-372 . -1184) 127938) ((-367 . -1184) 127917) ((-359 . -1184) 127896) ((-1135 . -298) 127852) ((-984 . -1249) T) ((-949 . -1249) T) ((-108 . -1184) T) ((-856 . -1089) 127831) ((-793 . -1249) T) ((-669 . -321) 127769) ((-651 . -321) 127620) ((-694 . -1249) T) ((-734 . -1081) T) ((-1094 . -660) 127602) ((-1111 . -38) 127470) ((-976 . -660) 127418) ((-1036 . -149) T) ((-1036 . -147) NIL) ((-391 . -1144) T) ((-336 . -25) T) ((-334 . -23) T) ((-973 . -872) 127397) ((-734 . -338) 127374) ((-495 . -660) 127322) ((-40 . -1070) 127210) ((-734 . -240) T) ((-723 . -739) 127197) ((-352 . -1133) T) ((-177 . -1133) T) ((-343 . -872) T) ((-419 . -466) 127147) ((-391 . -23) T) ((-372 . -38) 127112) ((-367 . -38) 127077) ((-359 . -38) 127042) ((-80 . -455) T) ((-80 . -410) T) ((-229 . -25) T) ((-229 . -21) T) ((-858 . -1144) T) ((-108 . -38) 126992) ((-852 . -1144) T) ((-795 . -1133) T) ((-118 . -739) 126979) ((-694 . -1070) 126963) ((-630 . -102) T) ((-858 . -23) T) ((-852 . -23) T) ((-1187 . -298) 126915) ((-1145 . -321) 126853) ((-496 . -1083) 126754) ((-1129 . -242) 126738) ((-61 . -411) T) ((-61 . -410) T) ((-1185 . -102) T) ((-110 . -102) T) ((-496 . -662) 126660) ((-40 . -390) 126637) ((-96 . -102) T) ((-677 . -877) 126621) ((-1203 . -236) 126608) ((-1167 . -1115) T) ((-1094 . -21) T) ((-1094 . -25) T) ((-1086 . -1083) 126592) ((-839 . -274) 126561) ((-839 . -234) 126530) ((-976 . -25) T) ((-976 . -21) T) ((-1152 . -381) T) ((-1086 . -662) 126472) ((-638 . -1089) T) ((-1059 . -321) 126410) ((-914 . -632) 126392) ((-692 . -668) 126351) ((-495 . -25) T) ((-495 . -21) T) ((-394 . -1083) 126335) ((-911 . -632) 126317) ((-894 . -1249) T) ((-537 . -528) 126250) ((-260 . -872) 126201) ((-259 . -872) 126152) ((-394 . -662) 126122) ((-896 . -660) 126099) ((-490 . -321) 126037) ((-562 . -1249) T) ((-477 . -321) 125975) ((-365 . -302) T) ((-1187 . -1288) 125959) ((-1174 . -632) 125921) ((-1174 . -633) 125882) ((-1172 . -102) T) ((-1028 . -1088) 125778) ((-40 . -928) 125730) ((-1187 . -618) 125707) ((-1329 . -670) 125694) ((-1095 . -153) 125640) ((-501 . -922) NIL) ((-891 . -504) 125617) ((-1028 . -111) 125499) ((-897 . -1254) T) ((-221 . -922) NIL) ((-352 . -739) 125483) ((-891 . -632) 125445) ((-177 . -739) 125377) ((-897 . -571) T) ((-421 . -298) 125335) ((-246 . -239) 125232) ((-108 . -414) 125214) ((-85 . -398) T) ((-85 . -410) T) ((-723 . -175) T) ((-636 . -632) 125196) ((-99 . -748) T) ((-496 . -102) 124928) ((-99 . -487) T) ((-118 . -175) T) ((-1321 . -668) 124887) ((-1320 . -668) 124846) ((-171 . -660) 124794) ((-1111 . -930) 124665) ((-1086 . -102) T) ((-1028 . -635) 124555) ((-896 . -25) T) ((-839 . -245) 124534) ((-896 . -21) T) ((-842 . -102) T) ((-1036 . -239) T) ((-44 . -668) 124477) ((-429 . -102) T) ((-394 . -102) T) ((-110 . -321) NIL) ((-231 . -102) 124427) ((-218 . -1249) T) ((-129 . -1249) T) ((-123 . -1249) T) ((-108 . -930) NIL) ((-841 . -1083) 124378) ((-58 . -875) 124357) ((-841 . -662) 124299) ((-530 . -875) 124278) ((-510 . -875) 124257) ((-1066 . -133) T) ((-692 . -380) 124241) ((-154 . -668) 124200) ((-1329 . -748) T) ((-652 . -298) 124158) ((-620 . -298) 124116) ((-1289 . -147) 124095) ((-1268 . -660) 124043) ((-1028 . -1081) T) ((-1135 . -632) 124025) ((-1035 . -632) 124007) ((-594 . -1249) T) ((-560 . -1249) T) ((-509 . -1249) T) ((-529 . -23) T) ((-525 . -23) T) ((-357 . -319) T) ((-522 . -23) T) ((-334 . -133) T) ((-3 . -1133) T) ((-1035 . -633) 123991) ((-1028 . -250) 123970) ((-1028 . -240) 123949) ((-1289 . -149) 123928) ((-1285 . -1254) 123907) ((-856 . -1133) T) ((-1280 . -149) 123886) ((-1280 . -147) 123865) ((-1264 . -1254) 123844) ((-1259 . -147) 123751) ((-1259 . -149) 123658) ((-391 . -133) T) ((-229 . -236) 123645) ((-177 . -175) T) ((-560 . -912) 123627) ((0 . -1133) T) ((-171 . -21) T) ((-171 . -25) T) ((-55 . -1249) T) ((-49 . -1133) T) ((-1286 . -670) 123532) ((-1285 . -571) 123483) ((-1264 . -571) 123434) ((-736 . -1144) T) ((-659 . -23) T) ((-560 . -1070) 123416) ((-609 . -149) 123395) ((-609 . -147) 123374) ((-509 . -1070) 123317) ((-1167 . -1169) T) ((-88 . -398) T) ((-88 . -410) T) ((-897 . -376) T) ((-858 . -133) T) ((-852 . -133) T) ((-994 . -668) 123261) ((-736 . -23) T) ((-520 . -632) 123211) ((-516 . -632) 123193) ((-839 . -668) 122972) ((-1324 . -1089) T) ((-391 . -1092) T) ((-1058 . -1133) 122950) ((-55 . -1070) 122932) ((-931 . -34) T) ((-496 . -321) 122870) ((-606 . -102) T) ((-1187 . -633) 122831) ((-1187 . -632) 122763) ((-1211 . -1083) 122646) ((-45 . -102) T) ((-841 . -102) T) ((-1211 . -662) 122543) ((-1302 . -1249) T) ((-1268 . -25) T) ((-1268 . -21) T) ((-1094 . -236) 122530) ((-880 . -25) T) ((-526 . -875) T) ((-256 . -1249) T) ((-44 . -380) 122514) ((-880 . -21) T) ((-753 . -466) 122465) ((-1323 . -632) 122447) ((-732 . -1249) T) ((-721 . -1249) T) ((-1312 . -1083) 122417) ((-1086 . -321) 122355) ((-693 . -1115) T) ((-619 . -1115) T) ((-404 . -1133) T) ((-585 . -25) T) ((-585 . -21) T) ((-183 . -1115) T) ((-164 . -1115) T) ((-158 . -1115) T) ((-156 . -1115) T) ((-1312 . -662) 122325) ((-638 . -1133) T) ((-721 . -912) 122307) ((-1299 . -1249) T) ((-231 . -321) 122245) ((-146 . -381) T) ((-1223 . -1249) T) ((-1078 . -633) 122187) ((-1078 . -632) 122130) ((-325 . -940) NIL) ((-1258 . -868) T) ((-1145 . -930) 121999) ((-721 . -1070) 121944) ((-733 . -951) T) ((-488 . -1254) 121923) ((-1206 . -466) 121902) ((-1200 . -466) 121881) ((-342 . -102) T) ((-897 . -1144) T) ((-331 . -668) 121763) ((-326 . -670) 121492) ((-325 . -670) 121421) ((-488 . -571) 121372) ((-352 . -528) 121338) ((-565 . -153) 121288) ((-40 . -319) T) ((-866 . -632) 121270) ((-723 . -302) T) ((-897 . -23) T) ((-391 . -507) T) ((-1111 . -274) 121240) ((-1111 . -234) 121210) ((-524 . -102) T) ((-421 . -633) 121017) ((-421 . -632) 120999) ((-270 . -632) 120981) ((-118 . -302) T) ((-1286 . -748) T) ((-642 . -1249) T) ((-1325 . -1133) T) ((-1285 . -376) 120960) ((-1264 . -376) 120939) ((-1313 . -34) T) ((-1258 . -1133) T) ((-119 . -1249) T) ((-108 . -274) 120921) ((-108 . -234) 120903) ((-1211 . -102) T) ((-491 . -1133) T) ((-537 . -503) 120887) ((-758 . -34) T) ((-677 . -1083) 120871) ((-677 . -662) 120841) ((-896 . -236) NIL) ((-143 . -34) T) ((-119 . -910) 120818) ((-119 . -912) NIL) ((-1312 . -102) T) ((-1289 . -239) 120777) ((-642 . -1070) 120660) ((-625 . -102) T) ((-624 . -102) T) ((-622 . -102) T) ((-663 . -872) 120639) ((-1280 . -239) 120591) ((-1259 . -239) 120414) ((-307 . -102) T) ((-734 . -381) 120393) ((-119 . -1070) 120370) ((-404 . -739) 120354) ((-609 . -239) 120313) ((-638 . -739) 120297) ((-1137 . -1249) T) ((-45 . -321) 120101) ((-840 . -147) 120080) ((-840 . -149) 120059) ((-301 . -668) 120031) ((-1323 . -397) 120010) ((-843 . -872) T) ((-1303 . -1133) T) ((-1192 . -233) 119957) ((-400 . -872) 119936) ((-1289 . -35) 119902) ((-1289 . -1238) 119868) ((-1289 . -1235) 119834) ((-1280 . -1235) 119800) ((-529 . -133) T) ((-1280 . -1238) 119766) ((-1259 . -1235) 119732) ((-1259 . -1238) 119698) ((-1289 . -95) 119664) ((-1285 . -1144) T) ((-419 . -922) 119585) ((-652 . -632) 119554) ((-620 . -632) 119523) ((-229 . -872) T) ((-1280 . -95) 119489) ((-1280 . -35) 119455) ((-1264 . -1144) T) ((-1152 . -670) 119427) ((-1259 . -95) 119393) ((-1259 . -35) 119359) ((-607 . -153) 119341) ((-1111 . -363) 119320) ((-177 . -302) T) ((-119 . -390) 119297) ((-119 . -351) 119274) ((-171 . -236) 119199) ((-894 . -319) T) ((-325 . -818) NIL) ((-325 . -814) NIL) ((-326 . -748) 119048) ((-325 . -748) T) ((-659 . -133) T) ((-488 . -376) 119027) ((-372 . -363) 119006) ((-367 . -363) 118985) ((-359 . -363) 118964) ((-326 . -487) 118943) ((-1285 . -23) T) ((-1264 . -23) T) ((-740 . -1144) T) ((-736 . -133) T) ((-677 . -102) T) ((-491 . -739) 118908) ((-674 . -875) 118887) ((-45 . -294) 118837) ((-105 . -1133) T) ((-68 . -632) 118819) ((-252 . -875) 118798) ((-1002 . -102) T) ((-889 . -102) T) ((-642 . -928) 118757) ((-1324 . -1133) T) ((-395 . -1133) T) ((-1268 . -236) 118744) ((-1250 . -1133) T) ((-83 . -1249) T) ((-1145 . -274) 118713) ((-1094 . -872) T) ((-119 . -928) NIL) ((-803 . -951) 118692) ((-735 . -872) T) ((-545 . -1133) T) ((-514 . -1133) T) ((-368 . -1254) T) ((-366 . -1254) T) ((-358 . -1254) T) ((-275 . -1254) 118671) ((-255 . -1254) 118650) ((-547 . -886) T) ((-1145 . -234) 118619) ((-1191 . -845) T) ((-1174 . -1088) 118603) ((-404 . -783) T) ((-716 . -1249) T) ((-713 . -1070) 118587) ((-368 . -571) T) ((-366 . -571) T) ((-358 . -571) T) ((-275 . -571) 118518) ((-255 . -571) 118449) ((-539 . -1115) T) ((-1174 . -111) 118428) ((-467 . -766) 118398) ((-891 . -1088) 118368) ((-841 . -38) 118310) ((-716 . -910) 118292) ((-626 . -1249) T) ((-621 . -1249) T) ((-716 . -912) 118274) ((-307 . -321) 118078) ((-1187 . -300) 118055) ((-936 . -1254) T) ((-1111 . -668) 117950) ((-1036 . -466) T) ((-692 . -426) 117934) ((-891 . -111) 117899) ((-944 . -466) T) ((-716 . -1070) 117844) ((-936 . -571) T) ((-547 . -632) 117826) ((-595 . -951) T) ((-501 . -1083) 117776) ((-488 . -1144) T) ((-532 . -951) T) ((-496 . -930) 117645) ((-65 . -632) 117627) ((-221 . -1083) 117577) ((-501 . -662) 117527) ((-372 . -668) 117464) ((-367 . -668) 117401) ((-359 . -668) 117338) ((-651 . -233) 117284) ((-221 . -662) 117234) ((-108 . -668) 117184) ((-488 . -23) T) ((-1152 . -818) T) ((-897 . -133) T) ((-1152 . -814) T) ((-1315 . -1319) 117163) ((-1152 . -748) T) ((-678 . -670) 117137) ((-305 . -632) 116878) ((-1174 . -635) 116796) ((-1067 . -34) T) ((-840 . -239) 116747) ((-594 . -319) T) ((-560 . -319) T) ((-509 . -319) T) ((-1324 . -739) 116717) ((-716 . -390) 116699) ((-716 . -351) 116681) ((-491 . -175) T) ((-395 . -739) 116651) ((-891 . -635) 116586) ((-896 . -872) NIL) ((-560 . -1052) T) ((-509 . -1052) T) ((-1165 . -632) 116568) ((-1145 . -245) 116547) ((-217 . -102) T) ((-1183 . -102) T) ((-71 . -632) 116529) ((-1056 . -1249) T) ((-1174 . -1081) T) ((-1211 . -38) 116426) ((-883 . -632) 116408) ((-560 . -559) T) ((-692 . -1089) T) ((-753 . -980) 116361) ((-1174 . -240) 116340) ((-353 . -1249) T) ((-1114 . -1133) T) ((-1066 . -25) T) ((-1066 . -21) T) ((-1035 . -1088) 116285) ((-339 . -875) 116264) ((-932 . -102) T) ((-891 . -1081) T) ((-716 . -928) NIL) ((-368 . -341) 116248) ((-368 . -376) T) ((-366 . -341) 116232) ((-366 . -376) T) ((-358 . -341) 116216) ((-358 . -376) T) ((-501 . -102) T) ((-1312 . -38) 116186) ((-561 . -872) T) ((-537 . -708) 116136) ((-221 . -102) T) ((-1056 . -1070) 116016) ((-1035 . -111) 115945) ((-657 . -632) 115927) ((-1207 . -1005) 115896) ((-1206 . -1005) 115858) ((-534 . -153) 115842) ((-1111 . -383) 115821) ((-365 . -632) 115803) ((-334 . -21) T) ((-353 . -1070) 115780) ((-334 . -25) T) ((-1200 . -1005) 115749) ((-48 . -1249) T) ((-77 . -632) 115731) ((-1158 . -1005) 115698) ((-721 . -319) T) ((-130 . -868) T) ((-936 . -376) T) ((-391 . -25) T) ((-391 . -21) T) ((-936 . -341) 115685) ((-82 . -632) 115667) ((-721 . -1052) T) ((-699 . -872) T) ((-402 . -1249) T) ((-1285 . -133) T) ((-1264 . -133) T) ((-931 . -1042) 115651) ((-858 . -21) T) ((-48 . -1070) 115594) ((-858 . -25) T) ((-852 . -25) T) ((-852 . -21) T) ((-1145 . -668) 115373) ((-1321 . -1089) T) ((-564 . -102) T) ((-1320 . -1089) T) ((-678 . -748) T) ((-1135 . -637) 115276) ((-1035 . -635) 115206) ((-1323 . -1088) 115190) ((-935 . -1249) T) ((-839 . -426) 115159) ((-103 . -121) 115143) ((-130 . -1133) T) ((-51 . -1133) T) ((-957 . -632) 115125) ((-896 . -1023) 115102) ((-848 . -102) T) ((-1323 . -111) 115081) ((-753 . -922) 115056) ((-677 . -38) 115026) ((-585 . -872) T) ((-368 . -1144) T) ((-366 . -1144) T) ((-358 . -1144) T) ((-275 . -1144) T) ((-255 . -1144) T) ((-1183 . -321) 114830) ((-1120 . -236) 114817) ((-642 . -319) 114796) ((-686 . -23) T) ((-538 . -1115) T) ((-324 . -1133) T) ((-496 . -274) 114765) ((-496 . -234) 114734) ((-154 . -1089) T) ((-368 . -23) T) ((-366 . -23) T) ((-358 . -23) T) ((-119 . -319) T) ((-275 . -23) T) ((-255 . -23) T) ((-1035 . -1081) T) ((-734 . -940) 114713) ((-1207 . -922) 114601) ((-1206 . -922) 114482) ((-1200 . -922) 114218) ((-1187 . -635) 114195) ((-1035 . -240) 114167) ((-1035 . -250) T) ((-1158 . -922) 114149) ((-119 . -1052) NIL) ((-936 . -1144) T) ((-1280 . -466) 114128) ((-1259 . -466) 114107) ((-537 . -632) 114039) ((-734 . -670) 113928) ((-421 . -1088) 113880) ((-518 . -632) 113862) ((-936 . -23) T) ((-501 . -321) NIL) ((-1323 . -635) 113818) ((-488 . -133) T) ((-221 . -321) NIL) ((-421 . -111) 113756) ((-839 . -1089) 113734) ((-758 . -1131) 113718) ((-1285 . -507) 113684) ((-1264 . -507) 113650) ((-450 . -1249) T) ((-563 . -868) T) ((-143 . -1131) 113632) ((-491 . -302) T) ((-1216 . -684) T) ((-1323 . -1081) T) ((-260 . -239) 113529) ((-259 . -239) 113426) ((-1255 . -102) T) ((-1095 . -102) T) ((-866 . -635) 113294) ((-514 . -528) NIL) ((-496 . -245) 113273) ((-421 . -635) 113171) ((-986 . -1083) 113054) ((-757 . -1083) 113024) ((-986 . -662) 112921) ((-1203 . -147) 112900) ((-757 . -662) 112870) ((-467 . -1083) 112840) ((-1203 . -149) 112819) ((-1157 . -149) 112798) ((-1157 . -147) 112777) ((-652 . -1088) 112761) ((-620 . -1088) 112745) ((-467 . -662) 112715) ((-1207 . -1292) 112699) ((-1207 . -1278) 112676) ((-1206 . -1284) 112637) ((-692 . -1133) T) ((-692 . -1085) 112577) ((-1206 . -1278) 112547) ((-563 . -1133) T) ((-501 . -1184) T) ((-1206 . -1282) 112531) ((-1200 . -1263) 112492) ((-842 . -277) 112476) ((-221 . -1184) T) ((-357 . -951) T) ((-99 . -1249) T) ((-652 . -111) 112455) ((-620 . -111) 112434) ((-1200 . -1278) 112411) ((-866 . -1081) 112390) ((-1200 . -1261) 112374) ((-529 . -25) T) ((-509 . -310) T) ((-526 . -23) T) ((-525 . -25) T) ((-522 . -25) T) ((-521 . -23) T) ((-421 . -1081) T) ((-419 . -1083) 112348) ((-331 . -1089) T) ((-716 . -319) T) ((-419 . -662) 112322) ((-108 . -871) T) ((-734 . -748) T) ((-421 . -250) T) ((-421 . -240) 112301) ((-391 . -236) 112288) ((-501 . -38) 112238) ((-221 . -38) 112188) ((-488 . -507) 112154) ((-659 . -21) T) ((-659 . -25) T) ((-1257 . -381) T) ((-1191 . -1176) T) ((-1134 . -102) T) ((-852 . -236) 112127) ((-723 . -632) 112109) ((-723 . -633) 112024) ((-736 . -21) T) ((-736 . -25) T) ((-1167 . -102) T) ((-496 . -668) 111803) ((-246 . -922) 111670) ((-136 . -632) 111652) ((-118 . -632) 111634) ((-159 . -25) T) ((-1321 . -1133) T) ((-897 . -660) 111582) ((-1320 . -1133) T) ((-890 . -1249) T) ((-986 . -102) T) ((-757 . -102) T) ((-737 . -102) T) ((-467 . -102) T) ((-840 . -466) 111533) ((-44 . -1133) T) ((-1120 . -872) T) ((-1095 . -321) 111384) ((-686 . -133) T) ((-1086 . -668) 111353) ((-692 . -739) 111337) ((-301 . -1089) T) ((-368 . -133) T) ((-366 . -133) T) ((-358 . -133) T) ((-275 . -133) T) ((-255 . -133) T) ((-394 . -668) 111306) ((-1329 . -1249) T) ((-419 . -102) T) ((-154 . -1133) T) ((-45 . -233) 111256) ((-1036 . -922) NIL) ((-822 . -1083) 111240) ((-988 . -872) 111219) ((-1028 . -670) 111121) ((-822 . -662) 111105) ((-246 . -1307) 111075) ((-1056 . -319) T) ((-305 . -1088) 110996) ((-936 . -133) T) ((-40 . -951) T) ((-501 . -414) 110978) ((-353 . -319) T) ((-221 . -414) 110960) ((-1111 . -426) 110944) ((-305 . -111) 110860) ((-1216 . -872) T) ((-1215 . -872) T) ((-897 . -25) T) ((-897 . -21) T) ((-1286 . -47) 110804) ((-352 . -632) 110786) ((-1203 . -239) T) ((-229 . -149) T) ((-177 . -632) 110768) ((-795 . -632) 110750) ((-131 . -872) T) ((-627 . -242) 110697) ((-489 . -242) 110647) ((-1321 . -739) 110617) ((-48 . -319) T) ((-1320 . -739) 110587) ((-65 . -635) 110516) ((-994 . -1133) T) ((-839 . -1133) 110268) ((-323 . -102) T) ((-931 . -1249) T) ((-48 . -1052) T) ((-1264 . -660) 110176) ((-711 . -102) 110126) ((-44 . -739) 110110) ((-565 . -102) T) ((-305 . -635) 110041) ((-67 . -396) T) ((-501 . -930) NIL) ((-67 . -410) T) ((-286 . -875) T) ((-221 . -930) NIL) ((-674 . -23) T) ((-841 . -668) 109977) ((-692 . -783) T) ((-1247 . -1133) 109955) ((-365 . -1088) 109900) ((-697 . -1133) 109878) ((-1094 . -149) T) ((-976 . -149) 109857) ((-976 . -147) 109836) ((-822 . -102) T) ((-154 . -739) 109820) ((-495 . -149) 109799) ((-495 . -147) 109778) ((-365 . -111) 109707) ((-1111 . -1089) T) ((-334 . -872) 109686) ((-1289 . -1005) 109655) ((-1286 . -1249) T) ((-646 . -1133) T) ((-1280 . -1005) 109617) ((-526 . -133) T) ((-521 . -133) T) ((-307 . -233) 109567) ((-372 . -1089) T) ((-367 . -1089) T) ((-359 . -1089) T) ((-305 . -1081) 109509) ((-1259 . -1005) 109478) ((-391 . -872) T) ((-108 . -1089) T) ((-1028 . -748) T) ((-894 . -951) T) ((-866 . -821) 109457) ((-866 . -816) 109436) ((-419 . -321) 109375) ((-482 . -102) T) ((-609 . -1005) 109344) ((-331 . -1133) T) ((-421 . -821) 109323) ((-421 . -816) 109302) ((-514 . -503) 109284) ((-1286 . -1070) 109250) ((-1285 . -21) T) ((-1285 . -25) T) ((-1264 . -21) T) ((-1264 . -25) T) ((-657 . -635) 109227) ((-839 . -739) 109169) ((-365 . -635) 109099) ((-721 . -418) T) ((-1313 . -1249) T) ((-1145 . -426) 109068) ((-1109 . -1249) T) ((-619 . -102) T) ((-1035 . -381) NIL) ((-1018 . -1249) T) ((-693 . -102) T) ((-183 . -102) T) ((-164 . -102) T) ((-158 . -102) T) ((-156 . -102) T) ((-103 . -34) T) ((-1211 . -668) 108978) ((-758 . -1249) T) ((-753 . -1083) 108821) ((-44 . -783) T) ((-753 . -662) 108670) ((-607 . -102) T) ((-677 . -680) 108654) ((-78 . -411) T) ((-78 . -410) T) ((-143 . -1249) T) ((-896 . -149) T) ((-896 . -147) NIL) ((-1312 . -668) 108599) ((-1289 . -922) 108487) ((-1280 . -922) 108368) ((-1250 . -93) T) ((-365 . -1081) T) ((-229 . -239) T) ((-70 . -396) T) ((-70 . -410) T) ((-1198 . -102) T) ((-692 . -528) 108301) ((-1259 . -922) 108037) ((-1242 . -571) 108016) ((-711 . -321) 107954) ((-986 . -38) 107851) ((-1213 . -632) 107833) ((-757 . -38) 107803) ((-565 . -321) 107607) ((-1207 . -1083) 107490) ((-326 . -1249) T) ((-365 . -240) T) ((-365 . -250) T) ((-325 . -1249) T) ((-301 . -1133) T) ((-1206 . -1083) 107325) ((-1200 . -1083) 107115) ((-1158 . -1083) 106998) ((-1207 . -662) 106895) ((-1206 . -662) 106736) ((-733 . -1254) T) ((-1200 . -662) 106532) ((-1187 . -673) 106516) ((-1158 . -662) 106413) ((-843 . -399) 106397) ((-733 . -571) T) ((-609 . -922) 106308) ((-326 . -910) 106292) ((-326 . -912) 106217) ((-325 . -910) 106178) ((-141 . -1249) T) ((-137 . -1249) T) ((-115 . -1249) T) ((-325 . -912) NIL) ((-822 . -321) 106143) ((-1256 . -684) T) ((-331 . -739) 105984) ((-400 . -399) 105968) ((-336 . -335) 105945) ((-499 . -102) T) ((-488 . -25) T) ((-488 . -21) T) ((-419 . -38) 105919) ((-326 . -1070) 105582) ((-229 . -1235) T) ((-229 . -1238) T) ((-3 . -632) 105564) ((-325 . -1070) 105494) ((-897 . -236) 105439) ((-2 . -1133) T) ((-2 . |RecordCategory|) T) ((-1145 . -1089) 105417) ((-856 . -632) 105399) ((-1094 . -239) T) ((-594 . -951) T) ((-560 . -844) T) ((-560 . -951) T) ((-509 . -951) T) ((-137 . -1070) 105383) ((-229 . -95) T) ((-171 . -149) 105362) ((-76 . -455) T) ((0 . -632) 105344) ((-76 . -410) T) ((-171 . -147) 105295) ((-229 . -35) T) ((-49 . -632) 105277) ((-491 . -1089) T) ((-501 . -274) 105259) ((-501 . -234) 105241) ((-498 . -1000) 105225) ((-221 . -274) 105207) ((-221 . -234) 105189) ((-81 . -455) T) ((-81 . -410) T) ((-1178 . -34) T) ((-753 . -102) T) ((-677 . -668) 105148) ((-1058 . -632) 105115) ((-514 . -298) 105065) ((-326 . -390) 105034) ((-325 . -390) 104995) ((-325 . -351) 104956) ((-1117 . -632) 104938) ((-840 . -980) 104885) ((-674 . -133) T) ((-1268 . -147) 104864) ((-1268 . -149) 104843) ((-1207 . -102) T) ((-1206 . -102) T) ((-1200 . -102) T) ((-1192 . -1133) T) ((-1158 . -102) T) ((-1108 . -1249) T) ((-226 . -34) T) ((-301 . -739) 104830) ((-1289 . -1292) 104814) ((-1192 . -629) 104790) ((-607 . -321) NIL) ((-1289 . -1278) 104767) ((-1183 . -233) 104717) ((-498 . -1133) 104695) ((-452 . -1249) T) ((-404 . -632) 104677) ((-525 . -872) T) ((-1152 . -1249) T) ((-1280 . -1284) 104638) ((-1280 . -1278) 104608) ((-1280 . -1282) 104592) ((-1259 . -1263) 104553) ((-1259 . -1278) 104530) ((-1259 . -1261) 104514) ((-1207 . -296) 104480) ((-638 . -632) 104462) ((-1206 . -296) 104428) ((-721 . -951) T) ((-1200 . -296) 104394) ((-1158 . -296) 104360) ((-1152 . -912) 104342) ((-1111 . -1133) T) ((-1093 . -1133) T) ((-48 . -310) T) ((-326 . -928) 104308) ((-325 . -928) NIL) ((-1093 . -1100) 104287) ((-822 . -38) 104271) ((-275 . -660) 104219) ((-114 . -875) T) ((-255 . -660) 104167) ((-723 . -1088) 104154) ((-609 . -1278) 104131) ((-1152 . -1070) 104113) ((-331 . -175) 104044) ((-372 . -1133) T) ((-367 . -1133) T) ((-359 . -1133) T) ((-514 . -19) 104026) ((-1129 . -153) 104010) ((-896 . -239) NIL) ((-108 . -1133) T) ((-118 . -1088) 103997) ((-733 . -376) T) ((-514 . -618) 103972) ((-723 . -111) 103957) ((-1325 . -632) 103923) ((-1325 . -504) 103904) ((-1285 . -236) 103850) ((-1264 . -236) 103703) ((-451 . -102) T) ((-901 . -1295) T) ((-258 . -102) T) ((-45 . -1182) 103653) ((-118 . -111) 103638) ((-1303 . -632) 103620) ((-1268 . -239) T) ((-1258 . -632) 103602) ((-1256 . -872) T) ((-652 . -742) T) ((-620 . -742) T) ((-1242 . -1144) T) ((-1242 . -23) T) ((-1203 . -466) 103533) ((-1200 . -321) 103418) ((-1199 . -1133) T) ((-839 . -528) 103351) ((-1067 . -1249) T) ((-246 . -1083) 103252) ((-1191 . -1133) T) ((-1174 . -670) 103190) ((-973 . -153) 103174) ((-1158 . -321) 103161) ((-1157 . -466) 103112) ((-246 . -662) 103034) ((-1119 . -571) 102965) ((-1119 . -1254) 102944) ((-1111 . -739) 102812) ((-539 . -102) T) ((-534 . -102) 102742) ((-1036 . -1083) 102692) ((-1026 . -1133) T) ((-840 . -922) 102588) ((-803 . -1254) 102567) ((-802 . -1254) 102546) ((-63 . -1249) T) ((-491 . -632) 102498) ((-491 . -633) 102420) ((-803 . -571) 102331) ((-802 . -571) 102262) ((-753 . -321) 102249) ((-723 . -635) 102221) ((-496 . -426) 102190) ((-642 . -951) 102169) ((-468 . -1254) 102148) ((-697 . -528) 102081) ((-686 . -25) T) ((-412 . -632) 102063) ((-686 . -21) T) ((-468 . -571) 101994) ((-419 . -930) 101917) ((-368 . -25) T) ((-368 . -21) T) ((-366 . -25) T) ((-119 . -951) T) ((-119 . -844) NIL) ((-366 . -21) T) ((-358 . -25) T) ((-358 . -21) T) ((-275 . -25) T) ((-275 . -21) T) ((-255 . -25) T) ((-255 . -21) T) ((-171 . -239) 101848) ((-84 . -398) T) ((-84 . -410) T) ((-136 . -635) 101830) ((-118 . -635) 101802) ((-1036 . -662) 101752) ((-973 . -1012) 101736) ((-944 . -662) 101688) ((-944 . -1083) 101640) ((-936 . -21) T) ((-936 . -25) T) ((-897 . -872) 101591) ((-891 . -670) 101551) ((-733 . -1144) T) ((-733 . -23) T) ((-723 . -1081) T) ((-723 . -240) T) ((-301 . -175) T) ((-678 . -1249) T) ((-324 . -93) T) ((-669 . -1133) 101529) ((-651 . -629) 101504) ((-651 . -1133) T) ((-595 . -1254) T) ((-595 . -571) T) ((-532 . -1254) T) ((-532 . -571) T) ((-501 . -668) 101454) ((-488 . -236) 101400) ((-443 . -1083) 101384) ((-443 . -662) 101368) ((-372 . -739) 101320) ((-367 . -739) 101272) ((-352 . -1088) 101256) ((-359 . -739) 101208) ((-352 . -111) 101187) ((-177 . -1088) 101119) ((-177 . -111) 101030) ((-108 . -739) 100980) ((-221 . -668) 100930) ((-285 . -1133) T) ((-284 . -1133) T) ((-283 . -1133) T) ((-282 . -1133) T) ((-281 . -1133) T) ((-280 . -1133) T) ((-279 . -1133) T) ((-215 . -1133) T) ((-214 . -1133) T) ((-171 . -1238) 100908) ((-171 . -1235) 100886) ((-212 . -1133) T) ((-211 . -1133) T) ((-118 . -1081) T) ((-210 . -1133) T) ((-209 . -1133) T) ((-206 . -1133) T) ((-205 . -1133) T) ((-204 . -1133) T) ((-203 . -1133) T) ((-202 . -1133) T) ((-201 . -1133) T) ((-200 . -1133) T) ((-199 . -1133) T) ((-198 . -1133) T) ((-197 . -1133) T) ((-196 . -1133) T) ((-246 . -102) 100618) ((-171 . -35) 100596) ((-171 . -95) 100574) ((-678 . -1070) 100470) ((-496 . -1089) 100448) ((-1145 . -1133) 100200) ((-1174 . -34) T) ((-692 . -503) 100184) ((-73 . -1249) T) ((-105 . -632) 100166) ((-919 . -1249) T) ((-1324 . -632) 100148) ((-395 . -632) 100130) ((-352 . -635) 100082) ((-177 . -635) 99999) ((-1250 . -504) 99980) ((-753 . -38) 99829) ((-585 . -1238) T) ((-585 . -1235) T) ((-545 . -632) 99811) ((-534 . -321) 99749) ((-514 . -632) 99731) ((-514 . -633) 99713) ((-1250 . -632) 99679) ((-1200 . -1184) NIL) ((-216 . -1249) T) ((-1059 . -1103) 99648) ((-1059 . -1133) T) ((-1036 . -102) T) ((-1003 . -102) T) ((-944 . -102) T) ((-919 . -1070) 99625) ((-1174 . -748) T) ((-1035 . -670) 99532) ((-490 . -1133) T) ((-477 . -1133) T) ((-597 . -23) T) ((-585 . -35) T) ((-585 . -95) T) ((-443 . -102) T) ((-1095 . -233) 99478) ((-1207 . -38) 99375) ((-1206 . -38) 99216) ((-949 . -875) T) ((-891 . -748) T) ((-793 . -875) T) ((-716 . -951) T) ((-694 . -875) T) ((-526 . -25) T) ((-521 . -21) T) ((-521 . -25) T) ((-1200 . -38) 99012) ((-352 . -1081) T) ((-146 . -1249) T) ((-1111 . -175) T) ((-177 . -1081) T) ((-1158 . -38) 98909) ((-734 . -47) 98886) ((-372 . -175) T) ((-367 . -175) T) ((-533 . -57) 98860) ((-511 . -57) 98810) ((-365 . -1318) 98787) ((-229 . -466) T) ((-331 . -302) 98738) ((-359 . -175) T) ((-177 . -250) T) ((-1264 . -872) 98637) ((-108 . -175) T) ((-897 . -1023) 98621) ((-676 . -1144) T) ((-595 . -376) T) ((-595 . -341) 98608) ((-532 . -341) 98585) ((-532 . -376) T) ((-326 . -319) 98564) ((-325 . -319) T) ((-616 . -872) 98543) ((-1145 . -739) 98485) ((-623 . -1249) T) ((-534 . -294) 98469) ((-676 . -23) T) ((-419 . -234) 98453) ((-419 . -274) 98437) ((-325 . -1052) NIL) ((-346 . -23) T) ((-103 . -1042) 98421) ((-657 . -381) T) ((-45 . -36) 98400) ((-630 . -1133) T) ((-365 . -381) T) ((-538 . -102) T) ((-509 . -27) T) ((-246 . -321) 98338) ((-1119 . -1144) T) ((-1323 . -670) 98312) ((-803 . -1144) T) ((-802 . -1144) T) ((-1211 . -426) 98296) ((-468 . -1144) T) ((-1094 . -466) T) ((-1185 . -1133) T) ((-976 . -466) 98247) ((-1148 . -1115) T) ((-110 . -1133) T) ((-1119 . -23) T) ((-1192 . -528) 98030) ((-841 . -1089) T) ((-803 . -23) T) ((-802 . -23) T) ((-495 . -466) 97981) ((-475 . -23) T) ((-395 . -397) 97960) ((-368 . -236) 97933) ((-366 . -236) 97906) ((-358 . -236) 97879) ((-468 . -23) T) ((-275 . -236) 97824) ((-260 . -922) 97691) ((-259 . -922) 97558) ((-96 . -1133) T) ((-734 . -1249) T) ((-692 . -298) 97535) ((-498 . -528) 97468) ((-1289 . -1083) 97351) ((-1289 . -662) 97248) ((-1280 . -662) 97089) ((-1280 . -1083) 96924) ((-1259 . -662) 96720) ((-1259 . -1083) 96510) ((-301 . -302) T) ((-1114 . -632) 96492) ((-562 . -875) T) ((-1114 . -633) 96473) ((-421 . -940) 96452) ((-1242 . -133) T) ((-50 . -1144) T) ((-1200 . -414) 96404) ((-1056 . -951) T) ((-1035 . -748) T) ((-866 . -670) 96377) ((-734 . -912) NIL) ((-610 . -1083) 96337) ((-595 . -1144) T) ((-532 . -1144) T) ((-609 . -1083) 96220) ((-1187 . -34) T) ((-1036 . -321) NIL) ((-839 . -503) 96204) ((-610 . -662) 96177) ((-353 . -951) T) ((-609 . -662) 96074) ((-936 . -236) 96061) ((-421 . -670) 95977) ((-50 . -23) T) ((-733 . -133) T) ((-734 . -1070) 95857) ((-595 . -23) T) ((-108 . -528) NIL) ((-532 . -23) T) ((-171 . -424) 95828) ((-1172 . -1133) T) ((-1315 . -1314) 95812) ((-753 . -930) 95789) ((-723 . -821) T) ((-723 . -816) T) ((-1152 . -319) T) ((-391 . -149) T) ((-292 . -632) 95771) ((-291 . -632) 95753) ((-1264 . -1023) 95723) ((-48 . -951) T) ((-697 . -503) 95707) ((-260 . -1307) 95677) ((-259 . -1307) 95647) ((-1120 . -239) T) ((-1209 . -872) T) ((-1152 . -1052) T) ((-1078 . -34) T) ((-858 . -149) 95626) ((-858 . -147) 95605) ((-758 . -107) 95589) ((-630 . -134) T) ((-1211 . -1089) T) ((-496 . -1133) 95341) ((-1207 . -930) 95254) ((-1206 . -930) 95160) ((-1200 . -930) 94921) ((-896 . -466) T) ((-86 . -1249) T) ((-143 . -107) 94903) ((-1158 . -930) 94887) ((-734 . -390) 94871) ((-856 . -635) 94739) ((-1323 . -748) T) ((-1312 . -1089) T) ((-1289 . -102) T) ((-1280 . -102) T) ((-1152 . -559) T) ((-593 . -102) T) ((-130 . -504) 94721) ((-1203 . -980) 94690) ((-404 . -1088) 94674) ((-1157 . -980) 94641) ((-44 . -298) 94618) ((-130 . -632) 94585) ((-51 . -632) 94567) ((-218 . -875) T) ((-677 . -426) 94551) ((-1259 . -102) T) ((-1191 . -528) NIL) ((-674 . -25) T) ((-638 . -1088) 94535) ((-674 . -21) T) ((-986 . -668) 94445) ((-757 . -668) 94390) ((-737 . -668) 94362) ((-404 . -111) 94341) ((-226 . -263) 94325) ((-1086 . -1085) 94265) ((-1086 . -1133) T) ((-1036 . -1184) T) ((-842 . -1133) T) ((-467 . -668) 94180) ((-652 . -670) 94164) ((-638 . -111) 94143) ((-620 . -670) 94127) ((-610 . -102) T) ((-357 . -1254) T) ((-324 . -504) 94108) ((-597 . -133) T) ((-609 . -102) T) ((-429 . -1133) T) ((-394 . -1133) T) ((-324 . -632) 94074) ((-231 . -1133) 94052) ((-669 . -528) 93985) ((-651 . -528) 93829) ((-856 . -1081) 93808) ((-663 . -153) 93792) ((-357 . -571) T) ((-734 . -928) 93735) ((-565 . -233) 93685) ((-1289 . -296) 93651) ((-1280 . -296) 93617) ((-1111 . -302) 93568) ((-560 . -875) T) ((-501 . -871) T) ((-227 . -1144) T) ((-1259 . -296) 93534) ((-1242 . -507) 93500) ((-1036 . -38) 93450) ((-221 . -871) T) ((-419 . -668) 93409) ((-944 . -38) 93361) ((-866 . -818) 93340) ((-866 . -814) 93319) ((-866 . -748) 93298) ((-372 . -302) T) ((-367 . -302) T) ((-359 . -302) T) ((-171 . -466) 93229) ((-443 . -38) 93213) ((-227 . -23) T) ((-108 . -302) T) ((-421 . -818) 93192) ((-421 . -814) 93171) ((-421 . -748) T) ((-514 . -300) 93146) ((-491 . -1088) 93111) ((-676 . -133) T) ((-638 . -635) 93080) ((-1145 . -528) 93013) ((-346 . -133) T) ((-171 . -416) 92992) ((-496 . -739) 92934) ((-839 . -298) 92911) ((-491 . -111) 92867) ((-677 . -1089) T) ((-661 . -23) T) ((-1203 . -922) 92770) ((-1157 . -922) 92752) ((-840 . -1083) 92595) ((-1311 . -1115) T) ((-1268 . -466) 92526) ((-840 . -662) 92375) ((-1310 . -1115) T) ((-1119 . -133) T) ((-1086 . -739) 92317) ((-1059 . -528) 92250) ((-803 . -133) T) ((-802 . -133) T) ((-721 . -875) T) ((-585 . -466) T) ((-638 . -1081) T) ((-606 . -1133) T) ((-547 . -176) T) ((-475 . -133) T) ((-468 . -133) T) ((-391 . -239) T) ((-1028 . -1249) T) ((-45 . -1133) T) ((-394 . -739) 92220) ((-841 . -1133) T) ((-490 . -528) 92153) ((-477 . -528) 92086) ((-1325 . -635) 92067) ((-467 . -380) 92037) ((-45 . -629) 92016) ((-413 . -1249) T) ((-326 . -310) T) ((-1299 . -875) 91995) ((-852 . -239) 91974) ((-491 . -635) 91924) ((-1259 . -321) 91809) ((-692 . -632) 91771) ((-58 . -872) 91750) ((-1036 . -414) 91732) ((-563 . -632) 91714) ((-822 . -668) 91673) ((-839 . -618) 91650) ((-530 . -872) 91629) ((-510 . -872) 91608) ((-1028 . -1070) 91504) ((-40 . -1254) T) ((-246 . -930) 91373) ((-50 . -133) T) ((-595 . -133) T) ((-532 . -133) T) ((-305 . -670) 91233) ((-357 . -341) 91210) ((-357 . -376) T) ((-334 . -335) 91187) ((-331 . -298) 91145) ((-40 . -571) T) ((-391 . -1235) T) ((-391 . -1238) T) ((-1067 . -1226) 91120) ((-1221 . -242) 91070) ((-1200 . -234) 91022) ((-1200 . -274) 90974) ((-342 . -1133) T) ((-391 . -95) T) ((-391 . -35) T) ((-1067 . -107) 90920) ((-491 . -1081) T) ((-1324 . -1088) 90904) ((-493 . -242) 90854) ((-1192 . -503) 90788) ((-1315 . -1083) 90772) ((-395 . -1088) 90756) ((-1315 . -662) 90726) ((-840 . -102) T) ((-491 . -250) T) ((-736 . -149) 90705) ((-736 . -147) 90684) ((-119 . -875) NIL) ((-498 . -503) 90668) ((-499 . -349) 90637) ((-524 . -1133) 90588) ((-1324 . -111) 90567) ((-1028 . -390) 90551) ((-427 . -102) T) ((-395 . -111) 90530) ((-1028 . -351) 90514) ((-290 . -1015) 90498) ((-289 . -1015) 90482) ((-1036 . -930) NIL) ((-1321 . -632) 90464) ((-1320 . -632) 90446) ((-110 . -528) NIL) ((-1203 . -1275) 90430) ((-879 . -877) 90414) ((-1211 . -1133) T) ((-103 . -1249) T) ((-976 . -980) 90375) ((-841 . -739) 90317) ((-1259 . -1184) NIL) ((-495 . -980) 90262) ((-1094 . -145) T) ((-60 . -102) 90212) ((-44 . -632) 90194) ((-75 . -632) 90176) ((-365 . -670) 90121) ((-625 . -1133) T) ((-624 . -1133) T) ((-622 . -1133) T) ((-1312 . -1133) T) ((-526 . -872) T) ((-301 . -298) 90100) ((-357 . -1144) T) ((-307 . -1133) T) ((-1028 . -928) 90059) ((-307 . -629) 90038) ((-1324 . -635) 89987) ((-1289 . -38) 89884) ((-1280 . -38) 89725) ((-1259 . -38) 89521) ((-501 . -1089) T) ((-395 . -635) 89505) ((-221 . -1089) T) ((-357 . -23) T) ((-154 . -632) 89487) ((-856 . -821) 89466) ((-856 . -816) 89445) ((-1250 . -635) 89426) ((-610 . -38) 89399) ((-609 . -38) 89296) ((-894 . -571) T) ((-227 . -133) T) ((-331 . -1034) 89262) ((-79 . -632) 89244) ((-734 . -319) 89223) ((-305 . -748) 89125) ((-850 . -102) T) ((-889 . -868) T) ((-305 . -487) 89104) ((-1315 . -102) T) ((-40 . -376) T) ((-897 . -149) 89083) ((-499 . -668) 89065) ((-897 . -147) 89044) ((-1191 . -503) 89026) ((-1324 . -1081) T) ((-496 . -528) 88959) ((-661 . -133) T) ((-1178 . -1249) T) ((-994 . -632) 88941) ((-669 . -503) 88925) ((-651 . -503) 88856) ((-839 . -632) 88549) ((-48 . -27) T) ((-1211 . -739) 88446) ((-976 . -922) 88425) ((-677 . -1133) T) ((-887 . -886) T) ((-451 . -378) 88399) ((-753 . -668) 88309) ((-495 . -922) 88284) ((-1129 . -102) T) ((-1002 . -1133) T) ((-889 . -1133) T) ((-840 . -321) 88271) ((-547 . -541) T) ((-547 . -590) T) ((-1320 . -397) 88243) ((-716 . -875) T) ((-1086 . -528) 88176) ((-1192 . -298) 88152) ((-246 . -274) 88121) ((-246 . -234) 88090) ((-260 . -1083) 87991) ((-259 . -1083) 87892) ((-1312 . -739) 87862) ((-1199 . -93) T) ((-1026 . -93) T) ((-841 . -175) 87841) ((-260 . -662) 87763) ((-259 . -662) 87685) ((-1247 . -504) 87662) ((-592 . -1249) T) ((-231 . -528) 87595) ((-638 . -821) 87574) ((-638 . -816) 87553) ((-1247 . -632) 87465) ((-226 . -1249) T) ((-697 . -632) 87397) ((-1207 . -668) 87307) ((-1187 . -1042) 87291) ((-973 . -102) 87221) ((-365 . -748) T) ((-887 . -632) 87203) ((-1206 . -668) 87085) ((-1200 . -668) 86922) ((-1158 . -668) 86832) ((-1259 . -414) 86784) ((-1145 . -503) 86768) ((-60 . -321) 86706) ((-343 . -102) T) ((-1242 . -21) T) ((-1242 . -25) T) ((-40 . -1144) T) ((-733 . -21) T) ((-646 . -632) 86688) ((-529 . -335) 86667) ((-733 . -25) T) ((-453 . -102) T) ((-108 . -298) NIL) ((-949 . -1144) T) ((-40 . -23) T) ((-793 . -1144) T) ((-560 . -1254) T) ((-509 . -1254) T) ((-1036 . -274) 86649) ((-331 . -632) 86631) ((-1036 . -234) 86613) ((-171 . -168) 86597) ((-594 . -571) T) ((-560 . -571) T) ((-509 . -571) T) ((-793 . -23) T) ((-1285 . -149) 86576) ((-1285 . -147) 86555) ((-1192 . -618) 86531) ((-1264 . -147) 86456) ((-1059 . -503) 86440) ((-1257 . -1249) T) ((-1264 . -149) 86365) ((-1315 . -1322) 86344) ((-896 . -922) NIL) ((-490 . -503) 86328) ((-477 . -503) 86312) ((-537 . -34) T) ((-677 . -739) 86282) ((-1289 . -930) 86195) ((-1280 . -930) 86101) ((-1259 . -930) 85862) ((-114 . -999) T) ((-1211 . -175) 85813) ((-674 . -872) 85792) ((-377 . -102) T) ((-609 . -930) 85705) ((-246 . -245) 85684) ((-260 . -102) T) ((-259 . -102) T) ((-1268 . -980) 85653) ((-252 . -872) 85632) ((-1056 . -875) T) ((-840 . -38) 85481) ((-45 . -528) 85273) ((-1191 . -298) 85223) ((-217 . -1133) T) ((-1183 . -1133) T) ((-897 . -239) 85174) ((-1183 . -629) 85153) ((-597 . -25) T) ((-597 . -21) T) ((-1129 . -321) 85091) ((-986 . -426) 85075) ((-721 . -1254) T) ((-651 . -298) 85028) ((-1119 . -660) 84976) ((-932 . -1133) T) ((-803 . -660) 84924) ((-802 . -660) 84872) ((-357 . -133) T) ((-301 . -632) 84854) ((-894 . -1144) T) ((-721 . -571) T) ((-130 . -635) 84836) ((-468 . -660) 84784) ((-171 . -922) 84705) ((-932 . -934) 84689) ((-391 . -466) T) ((-501 . -1133) T) ((-973 . -321) 84627) ((-723 . -670) 84599) ((-564 . -868) T) ((-221 . -1133) T) ((-326 . -951) 84578) ((-325 . -951) T) ((-325 . -844) NIL) ((-404 . -742) T) ((-894 . -23) T) ((-118 . -670) 84565) ((-488 . -147) 84544) ((-419 . -426) 84528) ((-488 . -149) 84507) ((-110 . -503) 84489) ((-324 . -635) 84470) ((-2 . -632) 84452) ((-190 . -102) T) ((-1191 . -19) 84434) ((-1191 . -618) 84409) ((-676 . -21) T) ((-676 . -25) T) ((-607 . -1176) T) ((-1145 . -298) 84386) ((-346 . -25) T) ((-346 . -21) T) ((-914 . -1249) T) ((-911 . -1249) T) ((-1321 . -1088) 84370) ((-246 . -668) 84149) ((-509 . -376) T) ((-1320 . -1088) 84133) ((-1315 . -38) 84103) ((-1285 . -1235) 84069) ((-1285 . -1238) 84035) ((-1268 . -922) 83938) ((-1203 . -1083) 83761) ((-1174 . -1249) T) ((-1157 . -1083) 83604) ((-879 . -1083) 83588) ((-651 . -618) 83563) ((-1285 . -95) 83529) ((-1285 . -239) 83481) ((-1266 . -102) 83459) ((-1203 . -662) 83288) ((-1157 . -662) 83137) ((-879 . -662) 83107) ((-1264 . -1235) 83073) ((-1119 . -25) T) ((-564 . -1133) T) ((-1119 . -21) T) ((-986 . -1089) T) ((-545 . -816) T) ((-545 . -821) T) ((-119 . -1254) T) ((-891 . -1249) T) ((-642 . -571) T) ((-803 . -25) T) ((-803 . -21) T) ((-802 . -21) T) ((-802 . -25) T) ((-757 . -1089) T) ((-737 . -1089) T) ((-692 . -1088) 83057) ((-531 . -1115) T) ((-475 . -25) T) ((-119 . -571) T) ((-475 . -21) T) ((-468 . -25) T) ((-468 . -21) T) ((-1264 . -1238) 83023) ((-1185 . -93) T) ((-1174 . -1070) 82919) ((-841 . -302) 82898) ((-1264 . -239) 82757) ((-848 . -1133) T) ((-996 . -999) T) ((-692 . -111) 82736) ((-636 . -1249) T) ((-307 . -528) 82528) ((-1259 . -234) 82480) ((-1259 . -274) 82432) ((-1258 . -381) T) ((-260 . -321) 82370) ((-259 . -321) 82308) ((-1255 . -868) T) ((-1192 . -633) NIL) ((-1192 . -632) 82290) ((-1174 . -390) 82274) ((-1152 . -844) T) ((-1152 . -951) T) ((-96 . -93) T) ((-1145 . -618) 82251) ((-1111 . -633) 82235) ((-1111 . -632) 82217) ((-1036 . -668) 82167) ((-944 . -668) 82104) ((-839 . -300) 82081) ((-498 . -632) 82013) ((-627 . -153) 81960) ((-501 . -739) 81910) ((-419 . -1089) T) ((-496 . -503) 81894) ((-443 . -668) 81853) ((-339 . -872) 81832) ((-352 . -670) 81806) ((-50 . -21) T) ((-50 . -25) T) ((-221 . -739) 81756) ((-171 . -746) 81727) ((-177 . -670) 81659) ((-595 . -21) T) ((-595 . -25) T) ((-532 . -25) T) ((-532 . -21) T) ((-489 . -153) 81609) ((-1093 . -632) 81591) ((-1025 . -102) T) ((-888 . -102) T) ((-840 . -930) 81491) ((-822 . -426) 81454) ((-40 . -133) T) ((-721 . -376) T) ((-723 . -748) T) ((-723 . -818) T) ((-723 . -814) T) ((-215 . -923) T) ((-594 . -1144) T) ((-560 . -1144) T) ((-509 . -1144) T) ((-372 . -632) 81436) ((-367 . -632) 81418) ((-359 . -632) 81400) ((-66 . -411) T) ((-66 . -410) T) ((-108 . -633) 81330) ((-108 . -632) 81272) ((-214 . -923) T) ((-988 . -153) 81256) ((-793 . -133) T) ((-692 . -635) 81174) ((-136 . -748) T) ((-118 . -748) T) ((-1285 . -35) 81140) ((-1086 . -503) 81124) ((-594 . -23) T) ((-560 . -23) T) ((-509 . -23) T) ((-1264 . -95) 81090) ((-1264 . -35) 81056) ((-1203 . -102) T) ((-1157 . -102) T) ((-879 . -102) T) ((-231 . -503) 81040) ((-1321 . -111) 81019) ((-1320 . -111) 80998) ((-44 . -1088) 80982) ((-1323 . -1249) T) ((-1321 . -635) 80928) ((-1321 . -1081) T) ((-1320 . -635) 80857) ((-1320 . -1081) T) ((-1268 . -1275) 80841) ((-880 . -877) 80825) ((-1211 . -302) 80804) ((-1135 . -1249) T) ((-110 . -298) 80754) ((-1035 . -1249) T) ((-131 . -153) 80736) ((-1174 . -928) 80695) ((-44 . -111) 80674) ((-1255 . -1133) T) ((-1214 . -1295) T) ((-1200 . -871) NIL) ((-1199 . -504) 80655) ((-692 . -1081) T) ((-1199 . -632) 80621) ((-1191 . -632) 80603) ((-488 . -239) 80555) ((-1095 . -629) 80530) ((-1026 . -504) 80511) ((-74 . -455) T) ((-74 . -410) T) ((-1095 . -1133) T) ((-154 . -1088) 80495) ((-1026 . -632) 80461) ((-692 . -240) 80440) ((-585 . -569) 80424) ((-368 . -149) 80403) ((-368 . -147) 80354) ((-366 . -149) 80333) ((-366 . -147) 80284) ((-358 . -149) 80263) ((-358 . -147) 80214) ((-275 . -147) 80193) ((-275 . -149) 80172) ((-255 . -149) 80151) ((-119 . -376) T) ((-255 . -147) 80130) ((-1191 . -633) NIL) ((-154 . -111) 80109) ((-1035 . -1070) 79997) ((-1187 . -1249) T) ((-716 . -1254) T) ((-822 . -1089) T) ((-721 . -1144) T) ((-1035 . -390) 79974) ((-520 . -1249) T) ((-516 . -1249) T) ((-936 . -147) T) ((-936 . -149) 79956) ((-894 . -133) T) ((-839 . -1088) 79877) ((-721 . -23) T) ((-716 . -571) T) ((-229 . -1083) 79842) ((-669 . -632) 79774) ((-669 . -633) 79735) ((-651 . -633) NIL) ((-651 . -632) 79717) ((-501 . -175) T) ((-229 . -662) 79682) ((-221 . -175) T) ((-227 . -21) T) ((-227 . -25) T) ((-488 . -1238) 79648) ((-488 . -1235) 79614) ((-285 . -632) 79596) ((-284 . -632) 79578) ((-283 . -632) 79560) ((-282 . -632) 79542) ((-281 . -632) 79524) ((-514 . -673) 79506) ((-280 . -632) 79488) ((-352 . -748) T) ((-279 . -632) 79470) ((-110 . -19) 79452) ((-177 . -748) T) ((-514 . -385) 79434) ((-215 . -632) 79416) ((-534 . -1182) 79400) ((-514 . -125) T) ((-110 . -618) 79375) ((-214 . -632) 79357) ((-488 . -35) 79323) ((-488 . -95) 79289) ((-212 . -632) 79271) ((-211 . -632) 79253) ((-210 . -632) 79235) ((-209 . -632) 79217) ((-206 . -632) 79199) ((-205 . -632) 79181) ((-204 . -632) 79163) ((-203 . -632) 79145) ((-202 . -632) 79127) ((-201 . -632) 79109) ((-200 . -632) 79091) ((-549 . -1136) 79043) ((-199 . -632) 79025) ((-198 . -632) 79007) ((-45 . -503) 78944) ((-197 . -632) 78926) ((-196 . -632) 78908) ((-154 . -635) 78877) ((-1148 . -102) T) ((-839 . -111) 78793) ((-663 . -102) 78723) ((-661 . -21) T) ((-661 . -25) T) ((-496 . -298) 78700) ((-1323 . -1070) 78684) ((-1145 . -632) 78377) ((-1134 . -1133) T) ((-1078 . -1249) T) ((-1203 . -321) 78364) ((-1094 . -1083) 78351) ((-1167 . -1133) T) ((-976 . -1083) 78194) ((-1157 . -321) 78181) ((-1128 . -1115) T) ((-642 . -1144) T) ((-1094 . -662) 78168) ((-1123 . -1115) T) ((-976 . -662) 78017) ((-1119 . -236) 77962) ((-495 . -1083) 77805) ((-1105 . -1115) T) ((-1098 . -1115) T) ((-1068 . -1115) T) ((-1051 . -1115) T) ((-119 . -1144) T) ((-495 . -662) 77654) ((-803 . -236) 77641) ((-843 . -102) T) ((-645 . -1115) T) ((-642 . -23) T) ((-1183 . -528) 77433) ((-497 . -1115) T) ((-986 . -1133) T) ((-400 . -102) T) ((-336 . -102) T) ((-222 . -1115) T) ((-866 . -1249) T) ((-154 . -1081) T) ((-753 . -426) 77417) ((-119 . -23) T) ((-1035 . -928) 77369) ((-757 . -1133) T) ((-737 . -1133) T) ((-1289 . -668) 77279) ((-1280 . -668) 77161) ((-467 . -1133) T) ((-421 . -1249) T) ((-326 . -435) 77145) ((-606 . -93) T) ((-1059 . -633) 77106) ((-270 . -1249) T) ((-1056 . -1254) T) ((-229 . -102) T) ((-1059 . -632) 77068) ((-840 . -274) 77052) ((-840 . -234) 77036) ((-839 . -635) 76834) ((-1259 . -668) 76671) ((-1056 . -571) T) ((-856 . -670) 76644) ((-353 . -1254) T) ((-490 . -632) 76606) ((-490 . -633) 76567) ((-477 . -633) 76528) ((-477 . -632) 76490) ((-610 . -668) 76449) ((-421 . -910) 76433) ((-331 . -1088) 76268) ((-421 . -912) 76193) ((-609 . -668) 76103) ((-866 . -1070) 75999) ((-501 . -528) NIL) ((-496 . -618) 75976) ((-595 . -236) 75963) ((-353 . -571) T) ((-532 . -236) 75950) ((-221 . -528) NIL) ((-897 . -466) T) ((-419 . -1133) T) ((-421 . -1070) 75814) ((-331 . -111) 75635) ((-716 . -376) T) ((-229 . -296) T) ((-1247 . -635) 75612) ((-48 . -1254) T) ((-1203 . -1184) 75590) ((-1192 . -300) 75566) ((-1094 . -102) T) ((-976 . -102) T) ((-839 . -1081) 75544) ((-594 . -133) T) ((-560 . -133) T) ((-509 . -133) T) ((-368 . -239) 75523) ((-366 . -239) 75502) ((-358 . -239) 75481) ((-48 . -571) T) ((-896 . -1083) 75426) ((-275 . -239) 75377) ((-839 . -240) 75329) ((-326 . -27) 75308) ((-260 . -930) 75177) ((-259 . -930) 75046) ((-257 . -860) 75028) ((-186 . -860) 75010) ((-735 . -102) T) ((-307 . -503) 74947) ((-896 . -662) 74892) ((-495 . -102) T) ((-753 . -1089) T) ((-630 . -632) 74874) ((-630 . -633) 74735) ((-421 . -390) 74719) ((-421 . -351) 74703) ((-1203 . -38) 74532) ((-1157 . -38) 74381) ((-331 . -635) 74207) ((-936 . -239) T) ((-652 . -1249) T) ((-620 . -1249) T) ((-879 . -38) 74177) ((-404 . -670) 74161) ((-663 . -321) 74099) ((-1185 . -504) 74080) ((-1185 . -632) 74046) ((-986 . -739) 73943) ((-757 . -739) 73913) ((-638 . -670) 73887) ((-226 . -107) 73871) ((-45 . -298) 73771) ((-323 . -1133) T) ((-301 . -1088) 73758) ((-110 . -632) 73740) ((-110 . -633) 73722) ((-467 . -739) 73692) ((-840 . -262) 73631) ((-711 . -1133) 73609) ((-565 . -1133) T) ((-1207 . -1089) T) ((-1206 . -1089) T) ((-96 . -504) 73590) ((-1200 . -1089) T) ((-301 . -111) 73575) ((-1158 . -1089) T) ((-565 . -629) 73554) ((-96 . -632) 73520) ((-1036 . -871) T) ((-231 . -708) 73478) ((-716 . -1144) T) ((-1242 . -762) 73454) ((-1056 . -376) T) ((-862 . -860) 73436) ((-856 . -818) 73415) ((-421 . -928) 73374) ((-331 . -1081) T) ((-357 . -25) T) ((-357 . -21) T) ((-171 . -1083) 73284) ((-68 . -1249) T) ((-856 . -814) 73263) ((-419 . -739) 73237) ((-822 . -1133) T) ((-734 . -951) 73216) ((-721 . -133) T) ((-171 . -662) 73044) ((-716 . -23) T) ((-501 . -302) T) ((-856 . -748) 73023) ((-331 . -240) 72975) ((-331 . -250) 72954) ((-221 . -302) T) ((-130 . -381) T) ((-1285 . -466) 72933) ((-1264 . -466) 72912) ((-353 . -341) 72889) ((-353 . -376) T) ((-1172 . -632) 72871) ((-45 . -1288) 72821) ((-896 . -102) T) ((-663 . -294) 72805) ((-721 . -1092) T) ((-1311 . -102) T) ((-1310 . -102) T) ((-491 . -670) 72770) ((-482 . -1133) T) ((-45 . -618) 72695) ((-1191 . -300) 72670) ((-301 . -635) 72642) ((-40 . -660) 72581) ((-1268 . -1083) 72404) ((-880 . -1083) 72388) ((-48 . -376) T) ((-1138 . -632) 72370) ((-1268 . -662) 72199) ((-880 . -662) 72169) ((-651 . -300) 72144) ((-840 . -668) 72054) ((-585 . -1083) 72041) ((-496 . -632) 71734) ((-246 . -426) 71703) ((-1203 . -930) 71610) ((-1198 . -1133) T) ((-976 . -321) 71597) ((-585 . -662) 71584) ((-65 . -1249) T) ((-1165 . -1249) T) ((-1157 . -930) 71568) ((-1145 . -300) 71545) ((-1095 . -528) 71389) ((-693 . -1133) T) ((-642 . -133) T) ((-619 . -1133) T) ((-495 . -321) 71376) ((-561 . -102) T) ((-119 . -133) T) ((-301 . -1081) T) ((-183 . -1133) T) ((-164 . -1133) T) ((-158 . -1133) T) ((-156 . -1133) T) ((-467 . -783) T) ((-31 . -1115) T) ((-986 . -175) 71327) ((-1129 . -233) 71311) ((-1002 . -93) T) ((-1111 . -1088) 71221) ((-1086 . -632) 71183) ((-638 . -748) T) ((-638 . -818) 71162) ((-607 . -1133) T) ((-638 . -814) 71141) ((-307 . -298) 71120) ((-305 . -1249) T) ((-1086 . -633) 71081) ((-1056 . -1144) T) ((-325 . -875) NIL) ((-171 . -102) T) ((-286 . -872) T) ((-1111 . -111) 70977) ((-842 . -632) 70959) ((-1056 . -23) T) ((-1035 . -319) T) ((-926 . -102) T) ((-822 . -739) 70943) ((-372 . -1088) 70895) ((-367 . -1088) 70847) ((-353 . -1144) T) ((-429 . -632) 70829) ((-394 . -632) 70811) ((-359 . -1088) 70763) ((-231 . -632) 70695) ((-865 . -102) T) ((-832 . -102) T) ((-108 . -1088) 70645) ((-791 . -102) T) ((-699 . -102) T) ((-115 . -875) T) ((-488 . -466) 70624) ((-419 . -175) T) ((-372 . -111) 70562) ((-367 . -111) 70500) ((-359 . -111) 70438) ((-260 . -274) 70407) ((-260 . -234) 70376) ((-259 . -274) 70345) ((-259 . -234) 70314) ((-353 . -23) T) ((-71 . -1249) T) ((-229 . -38) 70279) ((-108 . -111) 70213) ((-40 . -25) T) ((-40 . -21) T) ((-692 . -742) T) ((-171 . -296) 70191) ((-48 . -1144) T) ((-883 . -1249) T) ((-949 . -25) T) ((-793 . -25) T) ((-1324 . -670) 70165) ((-1183 . -503) 70102) ((-499 . -1133) T) ((-1315 . -668) 70061) ((-1268 . -102) T) ((-1094 . -1184) T) ((-880 . -102) T) ((-246 . -1089) 70039) ((-994 . -816) 69992) ((-994 . -821) 69945) ((-395 . -670) 69929) ((-48 . -23) T) ((-839 . -821) 69908) ((-839 . -816) 69887) ((-563 . -381) T) ((-307 . -618) 69866) ((-491 . -748) T) ((-585 . -102) T) ((-1111 . -635) 69684) ((-257 . -189) T) ((-186 . -189) T) ((-896 . -321) 69641) ((-677 . -298) 69620) ((-657 . -1249) T) ((-114 . -684) T) ((-365 . -1249) T) ((-372 . -635) 69557) ((-367 . -635) 69494) ((-359 . -635) 69431) ((-77 . -1249) T) ((-108 . -635) 69381) ((-114 . -113) T) ((-1094 . -38) 69368) ((-686 . -387) 69347) ((-976 . -38) 69196) ((-753 . -1133) T) ((-495 . -38) 69045) ((-82 . -1249) T) ((-606 . -504) 69026) ((-1259 . -871) NIL) ((-1207 . -1133) T) ((-585 . -296) T) ((-1206 . -1133) T) ((-606 . -632) 68992) ((-1200 . -1133) T) ((-1152 . -875) T) ((-1111 . -1081) T) ((-365 . -1070) 68969) ((-841 . -504) 68953) ((-1036 . -1089) T) ((-45 . -632) 68935) ((-45 . -633) NIL) ((-944 . -1089) T) ((-841 . -632) 68904) ((-1180 . -102) 68854) ((-1111 . -250) 68805) ((-443 . -1089) T) ((-372 . -1081) T) ((-367 . -1081) T) ((-377 . -378) 68782) ((-359 . -1081) T) ((-357 . -236) 68769) ((-260 . -245) 68748) ((-259 . -245) 68727) ((-1111 . -240) 68652) ((-1158 . -1133) T) ((-305 . -928) 68611) ((-108 . -1081) T) ((-716 . -133) T) ((-419 . -528) 68453) ((-372 . -240) 68432) ((-372 . -250) T) ((-44 . -742) T) ((-367 . -240) 68411) ((-367 . -250) T) ((-359 . -240) 68390) ((-359 . -250) T) ((-1199 . -635) 68371) ((-171 . -321) 68336) ((-108 . -250) T) ((-108 . -240) T) ((-1026 . -635) 68317) ((-331 . -816) T) ((-894 . -21) T) ((-894 . -25) T) ((-421 . -319) T) ((-514 . -34) T) ((-110 . -300) 68292) ((-1145 . -1088) 68213) ((-896 . -1184) NIL) ((-342 . -632) 68195) ((-421 . -1052) 68173) ((-1145 . -111) 68089) ((-713 . -1295) T) ((-451 . -1133) T) ((-258 . -1133) T) ((-1324 . -748) T) ((-64 . -632) 68071) ((-896 . -38) 68016) ((-616 . -153) 68000) ((-537 . -1249) T) ((-524 . -632) 67940) ((-1268 . -321) 67927) ((-753 . -739) 67776) ((-545 . -817) T) ((-545 . -818) T) ((-560 . -660) 67758) ((-509 . -660) 67718) ((-518 . -1249) T) ((-659 . -1307) 67702) ((-368 . -466) T) ((-366 . -466) T) ((-358 . -466) T) ((-275 . -466) 67653) ((-539 . -1133) T) ((-534 . -1133) 67603) ((-255 . -466) 67554) ((-1183 . -298) 67533) ((-1211 . -632) 67515) ((-711 . -528) 67448) ((-986 . -302) 67427) ((-1312 . -632) 67396) ((-565 . -528) 67188) ((-260 . -668) 67036) ((-259 . -668) 66871) ((-1312 . -504) 66855) ((-1207 . -739) 66752) ((-1206 . -739) 66593) ((-996 . -684) T) ((-1203 . -274) 66577) ((-1203 . -234) 66561) ((-1200 . -739) 66357) ((-1187 . -696) 66341) ((-1145 . -635) 66139) ((-171 . -1184) 66118) ((-1158 . -739) 66015) ((-1056 . -133) T) ((-996 . -113) T) ((-916 . -102) T) ((-625 . -632) 65997) ((-624 . -632) 65979) ((-622 . -632) 65961) ((-368 . -416) 65912) ((-366 . -416) 65863) ((-358 . -416) 65814) ((-994 . -381) 65767) ((-822 . -528) 65679) ((-307 . -633) NIL) ((-307 . -632) 65661) ((-936 . -466) T) ((-932 . -298) 65640) ((-839 . -381) 65619) ((-525 . -523) 65598) ((-522 . -523) 65577) ((-897 . -922) 65498) ((-501 . -298) NIL) ((-496 . -300) 65475) ((-419 . -302) T) ((-353 . -133) T) ((-221 . -298) NIL) ((-716 . -507) NIL) ((-99 . -1144) T) ((-40 . -236) 65406) ((-171 . -38) 65234) ((-976 . -930) 65215) ((-1285 . -1005) 65177) ((-1264 . -1005) 65146) ((-1180 . -321) 65084) ((-495 . -930) 65061) ((-1145 . -1081) 65039) ((-936 . -416) T) ((-659 . -523) 65011) ((-1286 . -571) T) ((-1183 . -618) 64990) ((-114 . -872) T) ((-1095 . -503) 64921) ((-594 . -21) T) ((-594 . -25) T) ((-560 . -21) T) ((-560 . -25) T) ((-509 . -25) T) ((-509 . -21) T) ((-1268 . -1184) 64899) ((-1145 . -240) 64851) ((-48 . -133) T) ((-1231 . -102) T) ((-246 . -1133) 64603) ((-896 . -414) 64580) ((-1120 . -102) T) ((-1107 . -102) T) ((-919 . -875) T) ((-627 . -102) T) ((-489 . -102) T) ((-1268 . -38) 64409) ((-880 . -38) 64379) ((-1066 . -1083) 64353) ((-753 . -175) 64264) ((-677 . -632) 64246) ((-667 . -1115) T) ((-1066 . -662) 64230) ((-585 . -38) 64217) ((-1002 . -504) 64198) ((-1002 . -632) 64164) ((-988 . -102) 64094) ((-889 . -632) 64076) ((-889 . -633) 63998) ((-607 . -528) NIL) ((-873 . -102) T) ((-1329 . -1144) T) ((-1289 . -1089) T) ((-1285 . -922) 63902) ((-1280 . -1089) T) ((-1264 . -922) 63697) ((-1259 . -1089) T) ((-1242 . -149) 63676) ((-334 . -1083) 63658) ((-1242 . -147) 63637) ((-1217 . -102) T) ((-1216 . -102) T) ((-1215 . -102) T) ((-1207 . -175) 63588) ((-334 . -662) 63570) ((-723 . -1249) T) ((-1206 . -175) 63501) ((-1200 . -175) 63432) ((-1185 . -635) 63413) ((-1158 . -175) 63364) ((-610 . -1089) T) ((-609 . -1089) T) ((-1036 . -1133) T) ((-1003 . -1133) T) ((-391 . -1083) 63329) ((-136 . -1249) T) ((-118 . -1249) T) ((-944 . -1133) T) ((-896 . -930) NIL) ((-391 . -662) 63294) ((-146 . -875) T) ((-822 . -820) 63278) ((-721 . -25) T) ((-721 . -21) T) ((-119 . -660) 63255) ((-723 . -912) 63237) ((-443 . -1133) T) ((-326 . -1254) 63216) ((-325 . -1254) T) ((-171 . -414) 63200) ((-858 . -1083) 63170) ((-488 . -1005) 63132) ((-72 . -632) 63114) ((-132 . -102) T) ((-131 . -102) T) ((-852 . -1083) 63098) ((-108 . -821) T) ((-108 . -816) T) ((-723 . -1070) 63080) ((-326 . -571) 63059) ((-325 . -571) T) ((-858 . -662) 63029) ((-852 . -662) 62999) ((-1329 . -23) T) ((-136 . -1070) 62981) ((-96 . -635) 62962) ((-1025 . -668) 62944) ((-496 . -1088) 62865) ((-45 . -300) 62790) ((-246 . -739) 62732) ((-531 . -102) T) ((-496 . -111) 62648) ((-1124 . -102) 62618) ((-1066 . -102) T) ((-1203 . -668) 62528) ((-1157 . -668) 62438) ((-879 . -668) 62397) ((-663 . -845) 62376) ((-753 . -528) 62319) ((-1086 . -1088) 62303) ((-171 . -930) 62226) ((-1167 . -93) T) ((-1095 . -298) 62201) ((-642 . -21) T) ((-642 . -25) T) ((-538 . -1133) T) ((-692 . -670) 62139) ((-374 . -102) T) ((-334 . -102) T) ((-394 . -1088) 62123) ((-1086 . -111) 62102) ((-840 . -426) 62086) ((-119 . -25) T) ((-89 . -632) 62068) ((-119 . -21) T) ((-627 . -321) 61863) ((-1183 . -633) NIL) ((-489 . -321) 61667) ((-352 . -1249) T) ((-177 . -1249) T) ((-394 . -111) 61646) ((-391 . -102) T) ((-217 . -632) 61628) ((-1183 . -632) 61610) ((-795 . -1249) T) ((-1200 . -528) 61379) ((-1036 . -739) 61329) ((-1158 . -528) 61299) ((-944 . -739) 61251) ((-496 . -635) 61049) ((-365 . -319) T) ((-1221 . -153) 60999) ((-488 . -922) 60880) ((-988 . -321) 60818) ((-858 . -102) T) ((-443 . -739) 60802) ((-229 . -845) T) ((-852 . -102) T) ((-849 . -102) T) ((-1321 . -670) 60776) ((-1285 . -1284) 60755) ((-493 . -153) 60705) ((-1285 . -1278) 60675) ((-1152 . -1254) T) ((-352 . -1070) 60642) ((-1285 . -1282) 60626) ((-1268 . -930) 60533) ((-1264 . -1263) 60512) ((-80 . -632) 60494) ((-932 . -632) 60476) ((-1264 . -1278) 60453) ((-1152 . -571) T) ((-949 . -872) T) ((-793 . -872) T) ((-694 . -872) T) ((-501 . -633) 60383) ((-501 . -632) 60324) ((-391 . -296) T) ((-1264 . -1261) 60308) ((-1286 . -1144) T) ((-221 . -633) 60238) ((-221 . -632) 60179) ((-1095 . -618) 60154) ((-842 . -635) 60138) ((-560 . -236) 60125) ((-530 . -153) 60109) ((-58 . -153) 60093) ((-510 . -153) 60077) ((-509 . -236) 60064) ((-372 . -1318) 60048) ((-367 . -1318) 60032) ((-359 . -1318) 60016) ((-326 . -376) 59995) ((-325 . -376) T) ((-496 . -1081) 59973) ((-716 . -660) 59955) ((-1320 . -670) 59929) ((-131 . -321) NIL) ((-1286 . -23) T) ((-711 . -503) 59913) ((-61 . -632) 59895) ((-1145 . -821) 59874) ((-1145 . -816) 59853) ((-565 . -503) 59790) ((-692 . -34) T) ((-496 . -240) 59742) ((-307 . -300) 59721) ((-840 . -1089) T) ((-44 . -670) 59679) ((-1111 . -381) 59630) ((-753 . -302) 59561) ((-534 . -528) 59494) ((-841 . -1088) 59445) ((-1119 . -147) 59424) ((-564 . -632) 59406) ((-372 . -381) 59385) ((-367 . -381) 59364) ((-359 . -381) 59343) ((-1119 . -149) 59322) ((-998 . -1249) T) ((-896 . -274) 59299) ((-896 . -234) 59276) ((-841 . -111) 59218) ((-803 . -147) 59197) ((-275 . -980) 59164) ((-255 . -980) 59109) ((-803 . -149) 59088) ((-802 . -147) 59067) ((-802 . -149) 59046) ((-154 . -670) 59020) ((-593 . -1133) T) ((-467 . -298) 58983) ((-468 . -149) 58962) ((-468 . -147) 58941) ((-692 . -748) T) ((-848 . -632) 58923) ((-1289 . -1133) T) ((-1280 . -1133) T) ((-1259 . -1133) T) ((-1242 . -1238) 58889) ((-1242 . -1235) 58855) ((-1207 . -302) 58834) ((-1206 . -302) 58785) ((-1200 . -302) 58736) ((-1158 . -302) 58715) ((-1036 . -175) T) ((-352 . -928) 58696) ((-944 . -175) T) ((-716 . -21) T) ((-716 . -25) T) ((-659 . -1083) 58680) ((-659 . -662) 58664) ((-229 . -668) 58614) ((-610 . -1133) T) ((-609 . -1133) T) ((-488 . -1282) 58598) ((-488 . -1278) 58568) ((-419 . -298) 58496) ((-562 . -872) T) ((-326 . -1144) 58345) ((-325 . -1144) T) ((-1242 . -35) 58311) ((-1242 . -95) 58277) ((-85 . -632) 58259) ((-91 . -102) 58209) ((-1329 . -133) T) ((-736 . -1083) 58179) ((-606 . -635) 58160) ((-595 . -147) T) ((-595 . -149) 58142) ((-532 . -149) 58124) ((-532 . -147) T) ((-736 . -662) 58094) ((-326 . -23) 57946) ((-40 . -355) 57920) ((-325 . -23) T) ((-841 . -635) 57834) ((-1191 . -673) 57816) ((-1315 . -1089) T) ((-1191 . -385) 57798) ((-1128 . -102) T) ((-839 . -670) 57631) ((-1123 . -102) T) ((-1105 . -102) T) ((-171 . -274) 57615) ((-171 . -234) 57599) ((-1098 . -102) T) ((-1068 . -102) T) ((-1051 . -102) T) ((-607 . -503) 57581) ((-645 . -102) T) ((-246 . -528) 57514) ((-497 . -102) T) ((-1321 . -748) T) ((-1320 . -748) T) ((-222 . -102) T) ((-1211 . -1088) 57397) ((-1312 . -111) 57362) ((-1312 . -1088) 57332) ((-1289 . -739) 57229) ((-1094 . -668) 57201) ((-1280 . -739) 57042) ((-976 . -668) 56952) ((-1268 . -274) 56936) ((-1211 . -111) 56805) ((-1066 . -38) 56789) ((-901 . -1115) T) ((-887 . -176) T) ((-495 . -668) 56699) ((-275 . -922) 56605) ((-255 . -922) 56580) ((-841 . -1081) T) ((-703 . -1115) T) ((-698 . -1115) T) ((-642 . -236) 56525) ((-529 . -102) T) ((-525 . -102) T) ((-48 . -660) 56485) ((-522 . -102) T) ((-492 . -1115) T) ((-119 . -236) NIL) ((-3 . -1249) T) ((-140 . -1115) T) ((-139 . -1115) T) ((-135 . -1115) T) ((-856 . -1249) T) ((-841 . -240) T) ((-841 . -250) 56464) ((-1268 . -234) 56448) ((-1259 . -739) 56244) ((-1028 . -875) 56223) ((-1255 . -632) 56205) ((-565 . -298) 56184) ((-1095 . -633) NIL) ((-1095 . -632) 56166) ((-619 . -93) T) ((-693 . -93) T) ((0 . -1249) T) ((-49 . -1249) T) ((-183 . -93) T) ((-164 . -93) T) ((-158 . -93) T) ((-156 . -93) T) ((-218 . -872) T) ((-1035 . -951) T) ((-1211 . -635) 56019) ((-154 . -748) T) ((-1145 . -381) 55998) ((-659 . -102) T) ((-1056 . -25) T) ((-1036 . -528) NIL) ((-260 . -426) 55967) ((-259 . -426) 55936) ((-1056 . -21) T) ((-897 . -1083) 55888) ((-610 . -739) 55861) ((-609 . -739) 55758) ((-822 . -298) 55716) ((-128 . -102) 55666) ((-856 . -1070) 55562) ((-171 . -845) 55541) ((-331 . -670) 55438) ((-839 . -34) T) ((-736 . -102) T) ((-1152 . -1144) T) ((-1058 . -1249) T) ((-897 . -662) 55390) ((-391 . -38) 55355) ((-353 . -25) T) ((-353 . -21) T) ((-186 . -102) T) ((-163 . -102) T) ((-257 . -102) T) ((-159 . -102) T) ((-368 . -1307) 55339) ((-366 . -1307) 55323) ((-358 . -1307) 55307) ((-171 . -363) 55286) ((-560 . -872) T) ((-1119 . -239) 55237) ((-1152 . -23) T) ((-88 . -632) 55219) ((-803 . -239) T) ((-723 . -319) T) ((-858 . -38) 55189) ((-852 . -38) 55159) ((-1312 . -635) 55101) ((-1286 . -133) T) ((-1183 . -300) 55080) ((-994 . -748) 54979) ((-994 . -817) 54932) ((-994 . -818) 54885) ((-118 . -319) T) ((-91 . -321) 54823) ((-697 . -34) T) ((-565 . -618) 54802) ((-48 . -25) T) ((-48 . -21) T) ((-839 . -818) 54781) ((-839 . -817) 54760) ((-723 . -1052) T) ((-677 . -1088) 54744) ((-896 . -668) 54674) ((-839 . -748) 54652) ((-404 . -1249) T) ((-994 . -487) 54605) ((-496 . -821) 54584) ((-496 . -816) 54563) ((-936 . -1307) 54550) ((-1211 . -1081) T) ((-638 . -1249) T) ((-677 . -111) 54529) ((-1211 . -338) 54505) ((-1236 . -102) 54455) ((-1134 . -632) 54437) ((-723 . -559) T) ((-840 . -1133) T) ((-595 . -239) T) ((-532 . -239) T) ((-1312 . -1081) T) ((-1167 . -504) 54418) ((-1256 . -102) T) ((-427 . -1133) T) ((-1167 . -632) 54384) ((-260 . -1089) 54362) ((-259 . -1089) 54340) ((-862 . -102) T) ((-301 . -670) 54327) ((-607 . -298) 54277) ((-711 . -708) 54235) ((-1325 . -1249) T) ((-1299 . -872) 54214) ((-986 . -632) 54196) ((-897 . -102) T) ((-757 . -632) 54178) ((-737 . -632) 54160) ((-1289 . -175) 54111) ((-1280 . -175) 54042) ((-1259 . -175) 53973) ((-721 . -872) T) ((-1036 . -302) T) ((-467 . -632) 53955) ((-646 . -748) T) ((-60 . -1133) 53933) ((-252 . -153) 53917) ((-1285 . -662) 53758) ((-944 . -302) T) ((-1056 . -1044) T) ((-646 . -487) T) ((-734 . -1254) 53737) ((-716 . -236) NIL) ((-677 . -635) 53655) ((-171 . -668) 53550) ((-1285 . -1083) 53385) ((-610 . -175) 53364) ((-609 . -175) 53315) ((-1264 . -662) 53129) ((-1264 . -1083) 52937) ((-1258 . -1249) T) ((-734 . -571) 52848) ((-421 . -844) 52827) ((-421 . -951) T) ((-331 . -818) T) ((-491 . -1249) T) ((-1002 . -635) 52808) ((-331 . -748) T) ((-663 . -1182) 52792) ((-419 . -632) 52774) ((-419 . -633) 52681) ((-110 . -673) 52663) ((-326 . -133) 52534) ((-177 . -319) T) ((-128 . -321) 52472) ((-412 . -1249) T) ((-110 . -385) 52454) ((-325 . -133) T) ((-69 . -410) T) ((-110 . -125) T) ((-534 . -503) 52438) ((-678 . -1144) T) ((-607 . -19) 52420) ((-62 . -455) T) ((-62 . -410) T) ((-850 . -1133) T) ((-607 . -618) 52395) ((-491 . -1070) 52355) ((-677 . -1081) T) ((-678 . -23) T) ((-1315 . -1133) T) ((-31 . -102) T) ((-1268 . -668) 52265) ((-880 . -668) 52224) ((-840 . -739) 52073) ((-1303 . -1249) T) ((-591 . -886) T) ((-585 . -668) 52045) ((-119 . -872) NIL) ((-1203 . -426) 52029) ((-1157 . -426) 52013) ((-879 . -426) 51997) ((-898 . -102) 51948) ((-1285 . -102) T) ((-1264 . -102) T) ((-1259 . -528) 51717) ((-1236 . -321) 51655) ((-1207 . -298) 51620) ((-1206 . -298) 51578) ((-539 . -93) T) ((-1200 . -298) 51406) ((-323 . -632) 51388) ((-1129 . -1133) T) ((-1111 . -670) 51262) ((-733 . -466) T) ((-711 . -632) 51194) ((-301 . -748) T) ((-108 . -940) NIL) ((-711 . -633) 51155) ((-615 . -632) 51137) ((-591 . -632) 51119) ((-565 . -633) NIL) ((-565 . -632) 51101) ((-543 . -632) 51083) ((-526 . -523) 51062) ((-501 . -1088) 51012) ((-488 . -1083) 50847) ((-521 . -523) 50826) ((-488 . -662) 50667) ((-221 . -1088) 50617) ((-372 . -670) 50569) ((-367 . -670) 50521) ((-229 . -871) T) ((-359 . -670) 50473) ((-616 . -102) 50403) ((-501 . -111) 50337) ((-496 . -381) 50316) ((-108 . -670) 50266) ((-357 . -149) 50248) ((-246 . -503) 50232) ((-357 . -147) T) ((-353 . -236) 50219) ((-171 . -383) 50190) ((-973 . -1298) 50174) ((-105 . -1249) T) ((-221 . -111) 50108) ((-897 . -321) 50073) ((-973 . -1133) 50023) ((-822 . -633) 49984) ((-822 . -632) 49966) ((-740 . -102) T) ((-1324 . -1249) T) ((-395 . -1249) T) ((-343 . -1133) T) ((-217 . -635) 49943) ((-1152 . -133) T) ((-1315 . -739) 49913) ((-736 . -38) 49883) ((-326 . -507) 49862) ((-545 . -1249) T) ((-514 . -1249) T) ((-1285 . -296) 49828) ((-1264 . -296) 49794) ((-339 . -153) 49778) ((-453 . -1133) T) ((-1250 . -1249) T) ((-1095 . -300) 49753) ((-1257 . -875) T) ((-48 . -236) 49740) ((-1192 . -34) T) ((-1324 . -1070) 49717) ((-498 . -34) T) ((-482 . -632) 49699) ((-258 . -298) 49673) ((-395 . -1070) 49657) ((-1203 . -1089) T) ((-1157 . -1089) T) ((-879 . -1089) T) ((-1094 . -871) T) ((-501 . -635) 49607) ((-221 . -635) 49557) ((-840 . -175) 49468) ((-534 . -298) 49420) ((-1289 . -302) 49399) ((-1231 . -378) 49373) ((-1120 . -277) 49357) ((-693 . -504) 49338) ((-693 . -632) 49304) ((-619 . -504) 49285) ((-119 . -1023) 49262) ((-619 . -632) 49212) ((-488 . -102) T) ((-183 . -504) 49193) ((-183 . -632) 49159) ((-164 . -504) 49140) ((-164 . -632) 49106) ((-158 . -504) 49087) ((-156 . -504) 49068) ((-158 . -632) 49034) ((-377 . -1133) T) ((-260 . -1133) T) ((-259 . -1133) T) ((-156 . -632) 49000) ((-1280 . -302) 48951) ((-1259 . -302) 48902) ((-897 . -1184) 48880) ((-1207 . -1034) 48846) ((-627 . -378) 48786) ((-1206 . -1034) 48752) ((-627 . -233) 48699) ((-716 . -872) T) ((-607 . -632) 48681) ((-607 . -633) NIL) ((-489 . -233) 48631) ((-501 . -1081) T) ((-1200 . -1034) 48597) ((-87 . -454) T) ((-87 . -410) T) ((-221 . -1081) T) ((-1158 . -1034) 48563) ((-1111 . -748) T) ((-734 . -1144) T) ((-610 . -302) 48542) ((-609 . -302) 48521) ((-501 . -250) T) ((-501 . -240) T) ((-221 . -250) T) ((-221 . -240) T) ((-1198 . -632) 48503) ((-897 . -38) 48455) ((-372 . -748) T) ((-367 . -748) T) ((-359 . -748) T) ((-108 . -818) T) ((-108 . -814) T) ((-734 . -23) T) ((-108 . -748) T) ((-534 . -1288) 48439) ((-1329 . -25) T) ((-488 . -296) 48405) ((-1329 . -21) T) ((-1264 . -321) 48344) ((-1209 . -102) T) ((-40 . -147) 48316) ((-40 . -149) 48288) ((-534 . -618) 48265) ((-1145 . -670) 48098) ((-616 . -321) 48036) ((-45 . -673) 47986) ((-45 . -688) 47936) ((-45 . -385) 47886) ((-1191 . -34) T) ((-896 . -871) NIL) ((-678 . -133) T) ((-499 . -632) 47868) ((-246 . -298) 47845) ((-1114 . -1249) T) ((-190 . -1133) T) ((-1119 . -466) 47796) ((-840 . -528) 47670) ((-803 . -466) 47601) ((-686 . -1083) 47585) ((-669 . -34) T) ((-651 . -34) T) ((-686 . -662) 47569) ((-368 . -1083) 47521) ((-357 . -239) T) ((-366 . -1083) 47473) ((-358 . -1083) 47425) ((-275 . -1083) 47268) ((-255 . -1083) 47111) ((-802 . -466) 47062) ((-368 . -662) 47014) ((-366 . -662) 46966) ((-358 . -662) 46918) ((-275 . -662) 46767) ((-255 . -662) 46616) ((-468 . -466) 46567) ((-976 . -426) 46551) ((-753 . -632) 46533) ((-260 . -739) 46475) ((-259 . -739) 46417) ((-753 . -633) 46278) ((-495 . -426) 46262) ((-352 . -310) T) ((-538 . -93) T) ((-365 . -951) T) ((-1032 . -102) 46212) ((-936 . -1083) 46177) ((-1056 . -872) T) ((-60 . -528) 46110) ((-936 . -662) 46075) ((-1264 . -1184) 46027) ((-1036 . -298) NIL) ((-229 . -1089) T) ((-391 . -845) T) ((-1145 . -34) T) ((-595 . -466) T) ((-532 . -466) T) ((-1266 . -1126) 46011) ((-1266 . -1133) 45989) ((-246 . -618) 45966) ((-1266 . -1127) 45923) ((-1207 . -632) 45905) ((-1206 . -632) 45887) ((-1200 . -632) 45869) ((-1200 . -633) NIL) ((-1158 . -632) 45851) ((-897 . -414) 45835) ((-611 . -102) T) ((-600 . -102) T) ((-549 . -102) T) ((-1285 . -38) 45676) ((-1264 . -38) 45490) ((-130 . -1249) T) ((-51 . -1249) T) ((-894 . -149) T) ((-595 . -416) T) ((-532 . -416) T) ((-1296 . -102) T) ((-1286 . -21) T) ((-1286 . -25) T) ((-1221 . -102) T) ((-1145 . -818) 45469) ((-1145 . -817) 45448) ((-1025 . -1133) T) ((-1059 . -34) T) ((-888 . -1133) T) ((-1145 . -748) 45426) ((-686 . -102) T) ((-667 . -102) T) ((-565 . -300) 45405) ((-490 . -34) T) ((-477 . -34) T) ((-368 . -102) T) ((-366 . -102) T) ((-324 . -1249) T) ((-358 . -102) T) ((-275 . -102) T) ((-255 . -102) T) ((-491 . -319) T) ((-1094 . -1089) T) ((-976 . -1089) T) ((-326 . -660) 45311) ((-325 . -660) 45272) ((-1203 . -1133) T) ((-495 . -1089) T) ((-493 . -102) T) ((-451 . -632) 45254) ((-1157 . -1133) T) ((-258 . -632) 45236) ((-879 . -1133) T) ((-1173 . -102) T) ((-840 . -302) 45167) ((-986 . -1088) 45050) ((-491 . -1052) T) ((-897 . -930) 44973) ((-757 . -1088) 44943) ((-1066 . -668) 44902) ((-1180 . -1153) 44886) ((-467 . -1088) 44856) ((-1129 . -528) 44789) ((-986 . -111) 44658) ((-936 . -102) T) ((-40 . -239) 44595) ((-757 . -111) 44560) ((-539 . -504) 44541) ((-539 . -632) 44507) ((-58 . -102) 44437) ((-534 . -633) 44398) ((-534 . -632) 44310) ((-533 . -102) 44260) ((-530 . -102) 44190) ((-511 . -102) 44140) ((-510 . -102) 44070) ((-467 . -111) 44033) ((-334 . -668) 44015) ((-516 . -875) T) ((-419 . -1088) 43989) ((-1242 . -1005) 43951) ((-1028 . -1144) T) ((-391 . -668) 43901) ((-1167 . -635) 43882) ((-973 . -528) 43815) ((-501 . -821) T) ((-488 . -38) 43656) ((-419 . -111) 43623) ((-501 . -816) T) ((-1032 . -321) 43561) ((-221 . -821) T) ((-221 . -816) T) ((-1028 . -23) T) ((-734 . -133) T) ((-1264 . -414) 43531) ((-858 . -668) 43476) ((-852 . -668) 43435) ((-326 . -25) 43287) ((-171 . -426) 43271) ((-326 . -21) 43142) ((-325 . -25) T) ((-325 . -21) T) ((-889 . -381) T) ((-986 . -635) 42995) ((-110 . -34) T) ((-757 . -635) 42951) ((-737 . -635) 42933) ((-496 . -670) 42766) ((-896 . -1089) T) ((-607 . -300) 42741) ((-594 . -149) T) ((-560 . -149) T) ((-509 . -149) T) ((-1203 . -739) 42570) ((-1090 . -102) 42548) ((-1157 . -739) 42397) ((-1152 . -660) 42379) ((-879 . -739) 42349) ((-692 . -1249) T) ((-1 . -102) T) ((-563 . -1249) T) ((-419 . -635) 42257) ((-246 . -632) 41950) ((-1148 . -1133) T) ((-1268 . -426) 41934) ((-1221 . -321) 41738) ((-986 . -1081) T) ((-757 . -1081) T) ((-737 . -1081) T) ((-663 . -1133) 41688) ((-1086 . -670) 41672) ((-880 . -426) 41656) ((-526 . -102) T) ((-521 . -102) T) ((-275 . -321) 41643) ((-255 . -321) 41630) ((-1285 . -930) 41536) ((-986 . -338) 41515) ((-1264 . -930) 41312) ((-394 . -670) 41296) ((-866 . -875) 41275) ((-692 . -1070) 41171) ((-493 . -321) 40975) ((-260 . -528) 40908) ((-259 . -528) 40841) ((-1173 . -321) 40767) ((-421 . -875) 40718) ((-1242 . -922) 40697) ((-843 . -1133) T) ((-822 . -1088) 40681) ((-1289 . -298) 40646) ((-1280 . -298) 40604) ((-1259 . -298) 40432) ((-400 . -1133) T) ((-336 . -1133) T) ((-419 . -1081) T) ((-171 . -1089) T) ((-58 . -321) 40370) ((-822 . -111) 40349) ((-609 . -298) 40314) ((-533 . -321) 40252) ((-530 . -321) 40190) ((-511 . -321) 40128) ((-510 . -321) 40066) ((-419 . -240) 40045) ((-496 . -34) T) ((-229 . -1133) T) ((-1036 . -633) 39975) ((-1036 . -632) 39935) ((-1003 . -632) 39895) ((-944 . -632) 39877) ((-721 . -149) T) ((-1321 . -1249) T) ((-1320 . -1249) T) ((-723 . -951) T) ((-723 . -844) T) ((-443 . -632) 39859) ((-1152 . -21) T) ((-1152 . -25) T) ((-692 . -390) 39843) ((-118 . -951) T) ((-897 . -274) 39827) ((-897 . -234) 39811) ((-44 . -1249) T) ((-75 . -1249) T) ((-128 . -127) 39795) ((-1086 . -34) T) ((-1321 . -1070) 39769) ((-1320 . -1070) 39726) ((-1268 . -1089) T) ((-880 . -1089) T) ((-368 . -1184) 39705) ((-366 . -1184) 39684) ((-358 . -1184) 39663) ((-496 . -818) 39642) ((-496 . -817) 39621) ((-231 . -34) T) ((-496 . -748) 39599) ((-822 . -635) 39445) ((-674 . -1083) 39429) ((-60 . -503) 39413) ((-585 . -1089) T) ((-1203 . -175) 39304) ((-674 . -662) 39288) ((-488 . -930) 39194) ((-154 . -1249) T) ((-1157 . -175) 39105) ((-1094 . -1133) T) ((-1119 . -980) 39050) ((-976 . -1133) T) ((-841 . -670) 39001) ((-803 . -980) 38970) ((-735 . -1133) T) ((-802 . -980) 38937) ((-530 . -294) 38921) ((-692 . -928) 38880) ((-495 . -1133) T) ((-468 . -980) 38847) ((-79 . -1249) T) ((-368 . -38) 38812) ((-366 . -38) 38777) ((-358 . -38) 38742) ((-275 . -38) 38591) ((-255 . -38) 38440) ((-936 . -1184) T) ((-538 . -504) 38421) ((-642 . -149) 38400) ((-642 . -147) 38379) ((-612 . -1249) T) ((-538 . -632) 38345) ((-119 . -149) T) ((-119 . -147) NIL) ((-429 . -748) T) ((-822 . -1081) T) ((-560 . -239) T) ((-509 . -239) T) ((-357 . -466) T) ((-1289 . -1034) 38311) ((-1280 . -1034) 38277) ((-1259 . -1034) 38243) ((-936 . -38) 38208) ((-229 . -739) 38173) ((-1028 . -133) T) ((-659 . -668) 38142) ((-331 . -47) 38112) ((-40 . -424) 38084) ((-142 . -632) 38066) ((-994 . -1249) T) ((-839 . -1249) T) ((-177 . -951) T) ((-564 . -381) T) ((-736 . -668) 38011) ((-619 . -635) 37992) ((-357 . -416) T) ((-693 . -635) 37973) ((-325 . -236) NIL) ((-183 . -635) 37954) ((-164 . -635) 37935) ((-158 . -635) 37916) ((-156 . -635) 37897) ((-534 . -300) 37874) ((-1264 . -234) 37844) ((-1264 . -274) 37814) ((-1247 . -1249) 37792) ((-1211 . -670) 37717) ((-901 . -102) T) ((-839 . -1070) 37544) ((-45 . -34) T) ((-703 . -102) T) ((-698 . -102) T) ((-678 . -21) T) ((-674 . -102) T) ((-678 . -25) T) ((-1129 . -503) 37528) ((-697 . -1249) T) ((-492 . -102) T) ((-252 . -102) 37458) ((-561 . -868) T) ((-140 . -102) T) ((-139 . -102) T) ((-135 . -102) T) ((-1119 . -922) 37353) ((-896 . -1133) T) ((-1203 . -528) 37300) ((-1094 . -739) 37287) ((-803 . -922) 37190) ((-753 . -1088) 37033) ((-802 . -922) 37015) ((-976 . -739) 36864) ((-1157 . -528) 36816) ((-1311 . -1133) T) ((-1310 . -1133) T) ((-468 . -922) 36791) ((-495 . -739) 36640) ((-67 . -632) 36622) ((-646 . -1249) T) ((-753 . -111) 36451) ((-973 . -503) 36435) ((-1312 . -670) 36395) ((-1207 . -1088) 36278) ((-841 . -748) T) ((-1206 . -1088) 36113) ((-1200 . -1088) 35903) ((-331 . -1249) T) ((-1158 . -1088) 35786) ((-1035 . -1254) T) ((-1121 . -102) 35764) ((-839 . -390) 35733) ((-593 . -632) 35715) ((-561 . -1133) T) ((-1035 . -571) T) ((-1207 . -111) 35584) ((-1206 . -111) 35405) ((-1200 . -111) 35174) ((-1158 . -111) 35043) ((-1137 . -1136) 35007) ((-391 . -871) T) ((-1289 . -632) 34989) ((-1280 . -632) 34971) ((-897 . -668) 34908) ((-1259 . -632) 34890) ((-1259 . -633) NIL) ((-246 . -300) 34867) ((-40 . -466) T) ((-229 . -175) T) ((-171 . -1133) T) ((-753 . -635) 34652) ((-716 . -149) T) ((-716 . -147) NIL) ((-610 . -632) 34634) ((-609 . -632) 34616) ((-1152 . -236) 34603) ((-926 . -1133) T) ((-865 . -1133) T) ((-832 . -1133) T) ((-275 . -930) 34513) ((-255 . -930) 34490) ((-791 . -1133) T) ((-699 . -1133) T) ((-676 . -877) 34474) ((-642 . -239) 34425) ((-839 . -928) 34357) ((-883 . -875) T) ((-1255 . -381) T) ((-40 . -416) NIL) ((-119 . -239) NIL) ((-1207 . -635) 34239) ((-1152 . -684) T) ((-896 . -739) 34184) ((-260 . -503) 34168) ((-259 . -503) 34152) ((-1206 . -635) 33895) ((-1200 . -635) 33690) ((-734 . -660) 33638) ((-677 . -670) 33612) ((-1158 . -635) 33494) ((-307 . -34) T) ((-1152 . -113) T) ((-753 . -1081) T) ((-595 . -1307) 33481) ((-532 . -1307) 33458) ((-1268 . -1133) T) ((-1203 . -302) 33369) ((-1157 . -302) 33300) ((-657 . -875) T) ((-1094 . -175) T) ((-301 . -1249) T) ((-880 . -1133) T) ((-976 . -175) 33211) ((-803 . -1275) 33195) ((-663 . -528) 33128) ((-78 . -632) 33110) ((-753 . -338) 33075) ((-1211 . -748) T) ((-585 . -1133) T) ((-495 . -175) 32986) ((-252 . -321) 32924) ((-1174 . -1144) T) ((-70 . -632) 32906) ((-1312 . -748) T) ((-1207 . -1081) T) ((-1206 . -1081) T) ((-1200 . -1081) T) ((-339 . -102) 32836) ((-1174 . -23) T) ((-2 . -1249) T) ((-1158 . -1081) T) ((-91 . -1153) 32820) ((-891 . -1144) T) ((-1207 . -240) 32779) ((-1206 . -250) 32758) ((-1206 . -240) 32710) ((-1200 . -240) 32597) ((-1200 . -250) 32576) ((-331 . -928) 32482) ((-891 . -23) T) ((-171 . -739) 32310) ((-421 . -1254) T) ((-1134 . -381) T) ((-1035 . -376) T) ((-894 . -466) T) ((-1056 . -149) T) ((-973 . -298) 32262) ((-325 . -872) NIL) ((-1285 . -668) 32144) ((-899 . -102) T) ((-1264 . -668) 31999) ((-734 . -25) T) ((-421 . -571) T) ((-734 . -21) T) ((-539 . -635) 31980) ((-353 . -149) 31962) ((-353 . -147) T) ((-1180 . -1133) 31940) ((-467 . -742) T) ((-76 . -632) 31922) ((-115 . -872) T) ((-252 . -294) 31906) ((-246 . -1088) 31827) ((-81 . -632) 31809) ((-757 . -381) 31762) ((-1209 . -845) T) ((-758 . -242) 31746) ((-1192 . -1249) T) ((-143 . -242) 31728) ((-246 . -111) 31644) ((-1268 . -739) 31473) ((-48 . -149) T) ((-896 . -175) T) ((-880 . -739) 31443) ((-498 . -1249) T) ((-976 . -528) 31390) ((-677 . -748) T) ((-585 . -739) 31377) ((-1066 . -1089) T) ((-716 . -239) NIL) ((-495 . -528) 31320) ((-973 . -19) 31304) ((-973 . -618) 31281) ((-1111 . -1249) T) ((-1093 . -1249) T) ((-1242 . -662) 31178) ((-840 . -633) NIL) ((-840 . -632) 31160) ((-1242 . -1083) 31043) ((-1111 . -1070) 30939) ((-1036 . -1088) 30889) ((-427 . -632) 30871) ((-260 . -298) 30848) ((-372 . -1249) T) ((-367 . -1249) T) ((-359 . -1249) T) ((-259 . -298) 30825) ((-501 . -940) NIL) ((-326 . -29) 30795) ((-108 . -1249) T) ((-1035 . -1144) T) ((-221 . -940) NIL) ((-944 . -1088) 30747) ((-661 . -1307) 30731) ((-1036 . -111) 30665) ((-1035 . -23) T) ((-733 . -1083) 30630) ((-944 . -111) 30568) ((-758 . -717) 30552) ((-733 . -662) 30517) ((-275 . -274) 30501) ((-275 . -234) 30485) ((-443 . -1088) 30469) ((-391 . -1089) T) ((-246 . -635) 30267) ((-716 . -1238) NIL) ((-501 . -670) 30217) ((-488 . -668) 30099) ((-108 . -910) 30081) ((-108 . -912) 30063) ((-716 . -1235) NIL) ((-221 . -670) 30013) ((-372 . -1070) 29997) ((-367 . -1070) 29981) ((-339 . -321) 29919) ((-359 . -1070) 29903) ((-229 . -302) T) ((-443 . -111) 29882) ((-60 . -632) 29814) ((-171 . -175) T) ((-1152 . -872) T) ((-108 . -1070) 29774) ((-916 . -1133) T) ((-858 . -1089) T) ((-852 . -1089) T) ((-716 . -35) NIL) ((-716 . -95) NIL) ((-325 . -1023) 29735) ((-187 . -102) T) ((-1323 . -1144) T) ((-1323 . -23) T) ((-594 . -466) T) ((-560 . -466) T) ((-509 . -466) T) ((-1315 . -632) 29717) ((-1268 . -175) 29608) ((-1242 . -102) T) ((-421 . -376) T) ((-1231 . -1133) T) ((-1221 . -233) 29558) ((-1216 . -868) T) ((-1215 . -868) T) ((-1199 . -1249) T) ((-246 . -1081) 29536) ((-1026 . -1249) T) ((-1183 . -34) T) ((-1200 . -816) NIL) ((-1200 . -821) NIL) ((-1191 . -1249) T) ((-491 . -951) T) ((-1028 . -660) 29484) ((-260 . -618) 29461) ((-259 . -618) 29438) ((-1174 . -133) T) ((-1129 . -633) 29399) ((-1111 . -390) 29383) ((-896 . -528) 29291) ((-246 . -240) 29243) ((-1129 . -632) 29225) ((-1120 . -1133) T) ((-1036 . -635) 29175) ((-1111 . -928) 29108) ((-944 . -635) 29045) ((-850 . -632) 29027) ((-1107 . -1133) T) ((-1094 . -302) T) ((-1036 . -250) T) ((-1036 . -240) T) ((-1036 . -1081) T) ((-988 . -1133) 28977) ((-976 . -302) 28908) ((-443 . -635) 28877) ((-108 . -390) 28859) ((-108 . -351) 28841) ((-944 . -1081) T) ((-944 . -250) T) ((-822 . -381) 28820) ((-733 . -102) T) ((-723 . -875) T) ((-669 . -1249) T) ((-651 . -1249) T) ((-627 . -1133) T) ((-627 . -629) 28796) ((-597 . -1083) 28771) ((-495 . -302) 28702) ((-585 . -175) T) ((-339 . -294) 28686) ((-353 . -239) T) ((-597 . -662) 28661) ((-368 . -363) 28640) ((-366 . -363) 28619) ((-358 . -363) 28598) ((-215 . -1249) T) ((-84 . -632) 28580) ((-214 . -1249) T) ((-212 . -1249) T) ((-211 . -1249) T) ((-210 . -1249) T) ((-209 . -1249) T) ((-206 . -1249) T) ((-205 . -1249) T) ((-204 . -1249) T) ((-203 . -1249) T) ((-489 . -1133) T) ((-202 . -1249) T) ((-275 . -262) 28542) ((-201 . -1249) T) ((-200 . -1249) T) ((-199 . -1249) T) ((-198 . -1249) T) ((-197 . -1249) T) ((-489 . -629) 28521) ((-196 . -1249) T) ((-285 . -1249) T) ((-284 . -1249) T) ((-283 . -1249) T) ((-282 . -1249) T) ((-493 . -233) 28471) ((-281 . -1249) T) ((-280 . -1249) T) ((-279 . -1249) T) ((-443 . -1081) T) ((-891 . -133) T) ((-866 . -1144) 28450) ((-48 . -239) T) ((-721 . -466) T) ((-108 . -928) NIL) ((-136 . -875) T) ((-1242 . -296) 28416) ((-1145 . -1249) T) ((-897 . -871) 28395) ((-1028 . -25) T) ((-932 . -748) T) ((-171 . -528) 28307) ((-1028 . -21) T) ((-932 . -487) T) ((-421 . -1144) T) ((-501 . -818) T) ((-501 . -814) T) ((-936 . -363) T) ((-501 . -748) T) ((-221 . -818) T) ((-221 . -814) T) ((-734 . -236) 28294) ((-221 . -748) T) ((-866 . -23) 28246) ((-1217 . -1133) T) ((-676 . -1083) 28230) ((-1216 . -1133) T) ((-538 . -635) 28211) ((-1215 . -1133) T) ((-331 . -319) 28190) ((-1067 . -242) 28136) ((-676 . -662) 28106) ((-421 . -23) T) ((-973 . -633) 28067) ((-973 . -632) 27979) ((-663 . -503) 27963) ((-45 . -1042) 27913) ((-1145 . -1070) 27740) ((-636 . -999) T) ((-505 . -102) T) ((-343 . -632) 27722) ((-1025 . -298) 27689) ((-607 . -673) 27671) ((-132 . -1133) T) ((-131 . -1133) T) ((-607 . -385) 27653) ((-357 . -1307) 27630) ((-453 . -632) 27612) ((-1268 . -528) 27559) ((-1119 . -1083) 27402) ((-1059 . -1249) T) ((-896 . -302) T) ((-1203 . -298) 27329) ((-1119 . -662) 27178) ((-1032 . -1027) 27162) ((-803 . -1083) 26985) ((-802 . -1083) 26828) ((-803 . -662) 26657) ((-802 . -662) 26506) ((-490 . -1249) T) ((-477 . -1249) T) ((-597 . -102) T) ((-475 . -1083) 26477) ((-468 . -1083) 26320) ((-686 . -668) 26289) ((-642 . -466) 26268) ((-475 . -662) 26239) ((-468 . -662) 26088) ((-368 . -668) 26025) ((-366 . -668) 25962) ((-358 . -668) 25899) ((-275 . -668) 25809) ((-255 . -668) 25719) ((-1315 . -397) 25691) ((-531 . -1133) T) ((-119 . -466) T) ((-1229 . -102) T) ((-1124 . -1133) 25661) ((-1066 . -1133) T) ((-1148 . -93) T) ((-919 . -872) T) ((-1289 . -111) 25530) ((-365 . -1254) T) ((-1289 . -1088) 25413) ((-1145 . -390) 25382) ((-1280 . -1088) 25217) ((-1259 . -1088) 25007) ((-1280 . -111) 24828) ((-1259 . -111) 24597) ((-1242 . -321) 24584) ((-1035 . -133) T) ((-936 . -668) 24534) ((-377 . -632) 24516) ((-365 . -571) T) ((-301 . -319) T) ((-610 . -1088) 24476) ((-609 . -1088) 24359) ((-595 . -1083) 24324) ((-532 . -1083) 24269) ((-374 . -1133) T) ((-334 . -1133) T) ((-260 . -632) 24230) ((-259 . -632) 24191) ((-595 . -662) 24156) ((-532 . -662) 24101) ((-716 . -424) 24068) ((-652 . -23) T) ((-620 . -23) T) ((-40 . -922) 23975) ((-676 . -102) T) ((-610 . -111) 23928) ((-609 . -111) 23797) ((-391 . -1133) T) ((-346 . -102) T) ((-171 . -302) 23708) ((-1264 . -871) 23661) ((-736 . -1089) T) ((-630 . -1249) T) ((-1180 . -528) 23594) ((-1223 . -860) 23578) ((-1145 . -928) 23510) ((-858 . -1133) T) ((-852 . -1133) T) ((-849 . -1133) T) ((-97 . -102) T) ((-146 . -872) T) ((-630 . -910) 23494) ((-1185 . -1249) T) ((-110 . -1249) T) ((-1119 . -102) T) ((-1095 . -34) T) ((-803 . -102) T) ((-802 . -102) T) ((-1289 . -635) 23376) ((-1280 . -635) 23119) ((-475 . -102) T) ((-468 . -102) T) ((-1259 . -635) 22914) ((-96 . -1249) T) ((-246 . -821) 22893) ((-246 . -816) 22872) ((-671 . -102) T) ((-610 . -635) 22830) ((-609 . -635) 22712) ((-1268 . -302) 22623) ((-686 . -654) 22607) ((-190 . -632) 22589) ((-663 . -298) 22541) ((-1066 . -739) 22525) ((-585 . -302) T) ((-986 . -670) 22450) ((-1323 . -133) T) ((-757 . -670) 22410) ((-737 . -670) 22397) ((-286 . -102) T) ((-467 . -670) 22327) ((-50 . -102) T) ((-595 . -102) T) ((-532 . -102) T) ((-1289 . -1081) T) ((-1280 . -1081) T) ((-1259 . -1081) T) ((-1172 . -1249) T) ((-521 . -668) 22309) ((-334 . -739) 22291) ((-1289 . -240) 22250) ((-1280 . -250) 22229) ((-1280 . -240) 22181) ((-1259 . -240) 22068) ((-1259 . -250) 22047) ((-1242 . -38) 21944) ((-610 . -1081) T) ((-609 . -1081) T) ((-1036 . -821) T) ((-1036 . -816) T) ((-1003 . -821) T) ((-1003 . -816) T) ((-897 . -1089) T) ((-109 . -632) 21926) ((-716 . -466) T) ((-391 . -739) 21891) ((-419 . -670) 21865) ((-894 . -895) 21849) ((-733 . -38) 21814) ((-609 . -240) 21773) ((-40 . -746) 21745) ((-365 . -341) 21722) ((-365 . -376) T) ((-1111 . -319) 21673) ((-305 . -1144) 21554) ((-1138 . -1249) T) ((-1028 . -236) 21499) ((-174 . -102) T) ((-1266 . -632) 21466) ((-866 . -133) 21418) ((-858 . -739) 21388) ((-663 . -1288) 21372) ((-852 . -739) 21342) ((-663 . -618) 21319) ((-496 . -1249) T) ((-372 . -319) T) ((-367 . -319) T) ((-359 . -319) T) ((-413 . -236) 21306) ((-421 . -133) T) ((-534 . -688) 21290) ((-108 . -319) T) ((-305 . -23) 21173) ((-534 . -673) 21157) ((-716 . -416) NIL) ((-534 . -385) 21141) ((-661 . -1083) 21125) ((-661 . -662) 21109) ((-303 . -632) 21091) ((-91 . -1133) 21069) ((-108 . -1052) T) ((-560 . -145) T) ((-1299 . -153) 21053) ((-496 . -1070) 20880) ((-1286 . -147) 20841) ((-1286 . -149) 20802) ((-1086 . -1249) T) ((-1311 . -93) T) ((-1025 . -632) 20784) ((-842 . -1249) T) ((-888 . -632) 20766) ((-840 . -1088) 20609) ((-1310 . -93) T) ((-1203 . -633) NIL) ((-1128 . -1133) T) ((-1123 . -1133) T) ((-1119 . -321) 20596) ((-429 . -1249) T) ((-394 . -1249) T) ((-1105 . -1133) T) ((-231 . -1249) T) ((-1098 . -1133) T) ((-1068 . -1133) T) ((-1051 . -1133) T) ((-803 . -321) 20583) ((-802 . -321) 20570) ((-1203 . -632) 20552) ((-840 . -111) 20381) ((-1157 . -632) 20363) ((-645 . -1133) T) ((-591 . -176) T) ((-543 . -176) T) ((-468 . -321) 20350) ((-497 . -1133) T) ((-1157 . -633) 20098) ((-1066 . -175) T) ((-973 . -300) 20075) ((-222 . -1133) T) ((-879 . -632) 20057) ((-627 . -528) 19840) ((-81 . -635) 19781) ((-842 . -1070) 19765) ((-489 . -528) 19557) ((-856 . -875) 19536) ((-986 . -748) T) ((-757 . -748) T) ((-737 . -748) T) ((-365 . -1144) T) ((-1212 . -632) 19518) ((-227 . -102) T) ((-496 . -390) 19487) ((-529 . -1133) T) ((-525 . -1133) T) ((-522 . -1133) T) ((-822 . -670) 19461) ((-1056 . -466) T) ((-988 . -528) 19394) ((-365 . -23) T) ((-652 . -133) T) ((-620 . -133) T) ((-353 . -466) T) ((-246 . -381) 19373) ((-391 . -175) T) ((-1285 . -1089) T) ((-1264 . -1089) T) ((-229 . -1034) T) ((-840 . -635) 19110) ((-721 . -401) T) ((-419 . -748) T) ((-723 . -1254) T) ((-1174 . -660) 19058) ((-659 . -1133) T) ((-661 . -102) T) ((-594 . -895) 19042) ((-1315 . -1088) 19026) ((-1192 . -1226) 19002) ((-723 . -571) T) ((-128 . -1133) 18980) ((-736 . -1133) T) ((-676 . -38) 18950) ((-496 . -928) 18882) ((-257 . -1133) T) ((-186 . -1133) T) ((-353 . -416) T) ((-326 . -149) 18861) ((-326 . -147) 18840) ((-118 . -571) T) ((-131 . -528) NIL) ((-325 . -149) 18796) ((-325 . -147) 18752) ((-48 . -466) T) ((-163 . -1133) T) ((-159 . -1133) T) ((-1192 . -107) 18699) ((-803 . -1184) 18677) ((-1315 . -111) 18656) ((-711 . -34) T) ((-606 . -1249) T) ((-565 . -34) T) ((-498 . -107) 18640) ((-260 . -300) 18617) ((-259 . -300) 18594) ((-1256 . -868) T) ((-896 . -298) 18545) ((-45 . -1249) T) ((-1242 . -930) 18526) ((-841 . -1249) T) ((-840 . -1081) T) ((-638 . -875) 18505) ((-674 . -668) 18474) ((-1211 . -47) 18450) ((-840 . -338) 18412) ((-1119 . -38) 18261) ((-840 . -240) 18240) ((-803 . -38) 18069) ((-802 . -38) 17918) ((-1148 . -504) 17899) ((-468 . -38) 17748) ((-1148 . -632) 17714) ((-1147 . -102) T) ((-663 . -633) 17675) ((-663 . -632) 17587) ((-595 . -1184) T) ((-532 . -1184) T) ((-1180 . -503) 17571) ((-357 . -1083) 17516) ((-1236 . -1133) 17494) ((-1174 . -25) T) ((-1174 . -21) T) ((-357 . -662) 17439) ((-1315 . -635) 17388) ((-342 . -1249) T) ((-488 . -1089) T) ((-1256 . -1133) T) ((-1259 . -816) NIL) ((-1259 . -821) NIL) ((-1028 . -872) 17367) ((-891 . -21) T) ((-862 . -1133) T) ((-843 . -632) 17349) ((-891 . -25) T) ((-822 . -748) T) ((-659 . -739) 17333) ((-177 . -1254) T) ((-595 . -38) 17298) ((-532 . -38) 17263) ((-400 . -632) 17245) ((-345 . -102) T) ((-336 . -632) 17227) ((-171 . -298) 17185) ((-1258 . -875) T) ((-64 . -1249) T) ((-114 . -102) T) ((-897 . -1133) T) ((-524 . -1249) T) ((-177 . -571) T) ((-736 . -739) 17155) ((-305 . -133) 17038) ((-229 . -632) 17020) ((-229 . -633) 16950) ((-1035 . -660) 16889) ((-1315 . -1081) T) ((-1211 . -1249) T) ((-1152 . -149) T) ((-651 . -1226) 16864) ((-753 . -940) 16843) ((-607 . -34) T) ((-669 . -107) 16827) ((-651 . -107) 16773) ((-625 . -1249) T) ((-624 . -1249) T) ((-622 . -1249) T) ((-1312 . -1249) T) ((-642 . -922) 16694) ((-1268 . -298) 16621) ((-753 . -670) 16510) ((-307 . -1249) T) ((-1211 . -1070) 16406) ((-973 . -637) 16383) ((-591 . -590) T) ((-591 . -541) T) ((-543 . -541) T) ((-119 . -922) NIL) ((-1200 . -940) NIL) ((-1094 . -633) 16298) ((-1094 . -632) 16280) ((-976 . -632) 16262) ((-735 . -504) 16212) ((-357 . -102) T) ((-260 . -1088) 16133) ((-259 . -1088) 16054) ((-407 . -102) T) ((-31 . -1133) T) ((-976 . -633) 15915) ((-735 . -632) 15850) ((-1313 . -1244) 15819) ((-495 . -632) 15801) ((-495 . -633) 15662) ((-275 . -426) 15646) ((-255 . -426) 15630) ((-325 . -239) NIL) ((-260 . -111) 15546) ((-259 . -111) 15462) ((-1257 . -684) T) ((-1207 . -670) 15387) ((-1206 . -670) 15284) ((-1200 . -670) 15136) ((-1158 . -670) 15061) ((-365 . -133) T) ((-83 . -455) T) ((-83 . -410) T) ((-1035 . -25) T) ((-1035 . -21) T) ((-898 . -1133) 15012) ((-40 . -1083) 14957) ((-897 . -739) 14909) ((-40 . -662) 14854) ((-391 . -302) T) ((-171 . -1034) 14805) ((-1119 . -930) 14704) ((-716 . -401) T) ((-1028 . -1030) 14688) ((-723 . -1144) T) ((-716 . -168) 14670) ((-803 . -930) 14577) ((-802 . -930) 14561) ((-1285 . -1133) T) ((-1264 . -1133) T) ((-1197 . -102) T) ((-326 . -1235) 14540) ((-326 . -1238) 14519) ((-468 . -930) 14496) ((-326 . -990) 14475) ((-136 . -1144) T) ((-118 . -1144) T) ((-1002 . -1249) T) ((-889 . -1249) T) ((-723 . -23) T) ((-677 . -1249) T) ((-616 . -1298) 14459) ((-616 . -1133) 14409) ((-545 . -875) T) ((-514 . -875) T) ((-326 . -95) 14388) ((-91 . -528) 14321) ((-177 . -376) T) ((-260 . -635) 14119) ((-259 . -635) 13917) ((-326 . -35) 13896) ((-627 . -503) 13830) ((-136 . -23) T) ((-118 . -23) T) ((-996 . -102) T) ((-740 . -1133) T) ((-489 . -503) 13767) ((-421 . -660) 13715) ((-677 . -1070) 13611) ((-988 . -503) 13595) ((-368 . -1089) T) ((-366 . -1089) T) ((-358 . -1089) T) ((-275 . -1089) T) ((-255 . -1089) T) ((-896 . -633) NIL) ((-896 . -632) 13577) ((-1311 . -504) 13558) ((-1310 . -504) 13539) ((-1323 . -21) T) ((-1311 . -632) 13505) ((-1310 . -632) 13471) ((-585 . -1034) T) ((-753 . -748) T) ((-1323 . -25) T) ((-260 . -1081) 13449) ((-259 . -1081) 13427) ((-72 . -1249) T) ((-1174 . -236) 13372) ((-260 . -240) 13324) ((-259 . -240) 13276) ((-1152 . -239) T) ((-40 . -102) T) ((-936 . -1089) T) ((-716 . -922) NIL) ((-1214 . -102) T) ((-131 . -503) 13258) ((-1207 . -748) T) ((-1206 . -748) T) ((-1200 . -748) T) ((-1200 . -814) NIL) ((-1200 . -818) NIL) ((-984 . -102) T) ((-949 . -102) T) ((-894 . -1083) 13245) ((-1158 . -748) T) ((-793 . -102) T) ((-694 . -102) T) ((-894 . -662) 13232) ((-561 . -632) 13214) ((-488 . -1133) T) ((-352 . -1144) T) ((-177 . -1144) T) ((-331 . -951) 13193) ((-1285 . -739) 13034) ((-897 . -175) T) ((-1264 . -739) 12848) ((-866 . -21) 12800) ((-866 . -25) 12752) ((-252 . -1182) 12736) ((-128 . -528) 12669) ((-421 . -25) T) ((-421 . -21) T) ((-352 . -23) T) ((-171 . -633) 12435) ((-171 . -632) 12417) ((-177 . -23) T) ((-663 . -300) 12394) ((-534 . -34) T) ((-636 . -684) T) ((-926 . -632) 12376) ((-89 . -1249) T) ((-865 . -632) 12358) ((-832 . -632) 12340) ((-791 . -632) 12322) ((-699 . -632) 12304) ((-246 . -670) 12137) ((-636 . -113) T) ((-1209 . -1133) T) ((-1203 . -1088) 11960) ((-217 . -1249) T) ((-1183 . -1249) T) ((-1157 . -1088) 11803) ((-879 . -1088) 11787) ((-1114 . -875) T) ((-1266 . -637) 11771) ((-1203 . -111) 11580) ((-1157 . -111) 11409) ((-879 . -111) 11388) ((-1257 . -872) T) ((-1268 . -633) NIL) ((-1268 . -632) 11370) ((-357 . -1184) T) ((-880 . -632) 11352) ((-1107 . -298) 11331) ((-1242 . -668) 11241) ((-80 . -1249) T) ((-932 . -1249) T) ((-1236 . -528) 11174) ((-1036 . -940) NIL) ((-1119 . -274) 11158) ((-627 . -298) 11134) ((-1119 . -234) 11118) ((-501 . -1249) T) ((-585 . -632) 11100) ((-489 . -298) 11079) ((-1036 . -670) 11029) ((-531 . -93) T) ((-1035 . -236) 10960) ((-221 . -1249) T) ((-988 . -298) 10912) ((-894 . -102) T) ((-301 . -951) T) ((-841 . -319) 10891) ((-803 . -274) 10875) ((-803 . -234) 10859) ((-944 . -670) 10811) ((-733 . -668) 10761) ((-716 . -746) 10728) ((-652 . -21) T) ((-652 . -25) T) ((-620 . -21) T) ((-562 . -102) T) ((-357 . -38) 10693) ((-501 . -910) 10675) ((-501 . -912) 10657) ((-488 . -739) 10498) ((-61 . -1249) T) ((-221 . -910) 10480) ((-221 . -912) 10462) ((-620 . -25) T) ((-443 . -670) 10436) ((-1203 . -635) 10205) ((-501 . -1070) 10165) ((-897 . -528) 10077) ((-1157 . -635) 9869) ((-879 . -635) 9787) ((-221 . -1070) 9747) ((-246 . -34) T) ((-1032 . -1133) 9725) ((-594 . -1083) 9712) ((-560 . -1083) 9699) ((-509 . -1083) 9664) ((-1285 . -175) 9595) ((-1264 . -175) 9526) ((-594 . -662) 9513) ((-560 . -662) 9500) ((-509 . -662) 9465) ((-734 . -147) 9444) ((-734 . -149) 9423) ((-130 . -875) T) ((-723 . -133) T) ((-564 . -1249) T) ((-137 . -479) 9400) ((-1180 . -632) 9332) ((-676 . -680) 9316) ((-131 . -298) 9266) ((-118 . -133) T) ((-491 . -1254) T) ((-627 . -618) 9242) ((-489 . -618) 9221) ((-611 . -1133) T) ((-346 . -349) 9190) ((-600 . -1133) T) ((-549 . -1133) T) ((-491 . -571) T) ((-1203 . -1081) T) ((-1157 . -1081) T) ((-879 . -1081) T) ((-848 . -1249) T) ((-246 . -818) 9169) ((-246 . -817) 9148) ((-1203 . -338) 9125) ((-246 . -748) 9103) ((-988 . -19) 9087) ((-501 . -390) 9069) ((-501 . -351) 9051) ((-1157 . -338) 9023) ((-353 . -1307) 9000) ((-221 . -390) 8982) ((-221 . -351) 8964) ((-988 . -618) 8941) ((-1203 . -240) T) ((-1296 . -1133) T) ((-1221 . -1133) T) ((-686 . -1133) T) ((-667 . -1133) T) ((-1119 . -262) 8878) ((-597 . -668) 8838) ((-368 . -1133) T) ((-366 . -1133) T) ((-358 . -1133) T) ((-275 . -1133) T) ((-255 . -1133) T) ((-85 . -1249) T) ((-218 . -102) T) ((-129 . -102) 8788) ((-123 . -102) 8738) ((-1264 . -528) 8598) ((-1221 . -629) 8577) ((-1173 . -1133) T) ((-1148 . -635) 8558) ((-1111 . -951) 8509) ((-493 . -1133) T) ((-1036 . -818) T) ((-1036 . -814) T) ((-493 . -629) 8488) ((-260 . -821) 8467) ((-260 . -816) 8446) ((-259 . -821) 8425) ((-40 . -1184) NIL) ((-259 . -816) 8404) ((-1036 . -748) T) ((-131 . -19) 8386) ((-1003 . -818) T) ((-721 . -1083) 8351) ((-944 . -748) T) ((-936 . -1133) T) ((-916 . -632) 8333) ((-131 . -618) 8308) ((-721 . -662) 8273) ((-91 . -503) 8257) ((-501 . -928) NIL) ((-897 . -302) T) ((-229 . -1088) 8222) ((-858 . -298) 8201) ((-221 . -928) NIL) ((-856 . -1144) 8180) ((-58 . -1133) 8130) ((-533 . -1133) 8108) ((-530 . -1133) 8058) ((-511 . -1133) 8036) ((-510 . -1133) 7986) ((-594 . -102) T) ((-560 . -102) T) ((-509 . -102) T) ((-488 . -175) 7917) ((-372 . -951) T) ((-367 . -951) T) ((-359 . -951) T) ((-229 . -111) 7873) ((-856 . -23) 7825) ((-443 . -748) T) ((-108 . -951) T) ((-40 . -38) 7770) ((-108 . -844) T) ((-595 . -363) T) ((-532 . -363) T) ((-676 . -668) 7729) ((-326 . -466) 7708) ((-325 . -466) T) ((-616 . -528) 7641) ((-421 . -236) 7586) ((-352 . -133) T) ((-177 . -133) T) ((-305 . -25) 7450) ((-305 . -21) 7333) ((-45 . -1226) 7312) ((-66 . -632) 7294) ((-55 . -102) T) ((-346 . -668) 7276) ((-1302 . -102) T) ((-1299 . -102) 7206) ((-1289 . -670) 7131) ((-1280 . -670) 7028) ((-45 . -107) 6978) ((-843 . -635) 6962) ((-1259 . -670) 6814) ((-1259 . -940) NIL) ((-1255 . -1249) T) ((-1231 . -632) 6796) ((-1223 . -102) T) ((-1129 . -440) 6780) ((-1129 . -381) 6759) ((-400 . -635) 6743) ((-336 . -635) 6727) ((-1128 . -93) T) ((-1119 . -668) 6637) ((-1095 . -1249) T) ((-1094 . -1088) 6624) ((-1094 . -111) 6609) ((-976 . -111) 6438) ((-976 . -1088) 6281) ((-803 . -668) 6191) ((-802 . -668) 6101) ((-686 . -739) 6085) ((-642 . -1083) 6072) ((-642 . -662) 6059) ((-563 . -875) T) ((-495 . -1088) 5902) ((-491 . -376) T) ((-475 . -668) 5858) ((-468 . -668) 5768) ((-229 . -635) 5718) ((-368 . -739) 5670) ((-366 . -739) 5622) ((-119 . -1083) 5567) ((-358 . -739) 5519) ((-275 . -739) 5368) ((-255 . -739) 5217) ((-1123 . -93) T) ((-1105 . -93) T) ((-119 . -662) 5162) ((-1098 . -93) T) ((-973 . -673) 5146) ((-1090 . -1133) 5124) ((-495 . -111) 4953) ((-1068 . -93) T) ((-1051 . -93) T) ((-973 . -385) 4937) ((-256 . -102) T) ((-986 . -47) 4916) ((-74 . -632) 4898) ((-734 . -239) T) ((-732 . -102) T) ((-721 . -102) T) ((-1 . -1133) T) ((-638 . -1144) T) ((-1120 . -632) 4880) ((-645 . -93) T) ((-1107 . -632) 4862) ((-936 . -739) 4827) ((-128 . -503) 4811) ((-497 . -93) T) ((-638 . -23) T) ((-404 . -23) T) ((-88 . -1249) T) ((-222 . -93) T) ((-627 . -632) 4793) ((-627 . -633) NIL) ((-489 . -633) NIL) ((-489 . -632) 4775) ((-365 . -25) T) ((-365 . -21) T) ((-50 . -668) 4734) ((-526 . -1133) T) ((-521 . -1133) T) ((-123 . -321) 4672) ((-129 . -321) 4610) ((-610 . -670) 4584) ((-609 . -670) 4509) ((-595 . -668) 4459) ((-229 . -1081) T) ((-532 . -668) 4389) ((-1094 . -635) 4361) ((-391 . -1034) T) ((-229 . -250) T) ((-229 . -240) T) ((-873 . -504) 4345) ((-1094 . -637) 4326) ((-988 . -633) 4287) ((-988 . -632) 4199) ((-976 . -635) 3988) ((-873 . -632) 3936) ((-894 . -38) 3923) ((-735 . -635) 3873) ((-1285 . -302) 3824) ((-1264 . -302) 3775) ((-495 . -635) 3560) ((-1152 . -466) T) ((-516 . -872) T) ((-326 . -1171) 3539) ((-1134 . -1249) T) ((-1028 . -149) 3518) ((-1028 . -147) 3497) ((-509 . -321) 3484) ((-1217 . -632) 3466) ((-307 . -1226) 3445) ((-1216 . -632) 3427) ((-1167 . -1249) T) ((-1215 . -632) 3409) ((-896 . -1088) 3354) ((-491 . -1144) T) ((-141 . -860) 3336) ((-115 . -860) 3317) ((-1236 . -503) 3301) ((-1094 . -1081) T) ((-642 . -102) T) ((-986 . -1249) T) ((-976 . -1081) T) ((-260 . -381) 3280) ((-259 . -381) 3259) ((-896 . -111) 3188) ((-307 . -107) 3138) ((-132 . -632) 3120) ((-131 . -633) NIL) ((-131 . -632) 3064) ((-119 . -102) T) ((-757 . -1249) T) ((-737 . -1249) T) ((-491 . -23) T) ((-467 . -1249) T) ((-495 . -1081) T) ((-1094 . -240) T) ((-976 . -338) 3033) ((-40 . -930) 2942) ((-495 . -338) 2899) ((-368 . -175) T) ((-366 . -175) T) ((-358 . -175) T) ((-275 . -175) 2810) ((-255 . -175) 2721) ((-986 . -1070) 2617) ((-531 . -504) 2598) ((-757 . -1070) 2569) ((-531 . -632) 2535) ((-419 . -1249) T) ((-1137 . -102) T) ((-1124 . -632) 2494) ((-1066 . -632) 2476) ((-716 . -1083) 2426) ((-1313 . -153) 2410) ((-1311 . -635) 2391) ((-1310 . -635) 2372) ((-1305 . -632) 2354) ((-1289 . -748) T) ((-716 . -662) 2304) ((-1280 . -748) T) ((-1259 . -814) NIL) ((-1259 . -818) NIL) ((-171 . -1088) 2214) ((-936 . -175) T) ((-896 . -635) 2144) ((-1259 . -748) T) ((-1035 . -355) 2118) ((-227 . -668) 2070) ((-1032 . -528) 2003) ((-866 . -872) 1982) ((-560 . -1184) T) ((-488 . -302) 1933) ((-610 . -748) T) ((-374 . -632) 1915) ((-334 . -632) 1897) ((-419 . -1070) 1793) ((-609 . -748) T) ((-421 . -872) 1744) ((-171 . -111) 1640) ((-856 . -133) 1592) ((-1299 . -321) 1530) ((-758 . -153) 1514) ((-994 . -875) 1413) ((-839 . -875) 1364) ((-501 . -319) T) ((-391 . -632) 1331) ((-534 . -1042) 1315) ((-391 . -633) 1229) ((-221 . -319) T) ((-143 . -153) 1211) ((-736 . -298) 1190) ((-501 . -1052) T) ((-594 . -38) 1177) ((-560 . -38) 1164) ((-509 . -38) 1129) ((-661 . -668) 1098) ((-221 . -1052) T) ((-896 . -1081) T) ((-858 . -632) 1080) ((-852 . -632) 1062) ((-849 . -632) 1044) ((-840 . -940) 1023) ((-1324 . -1144) T) ((-323 . -1249) T) ((-1268 . -1088) 846) ((-880 . -1088) 830) ((-896 . -250) T) ((-896 . -240) NIL) ((-711 . -1249) T) ((-1324 . -23) T) ((-840 . -670) 719) ((-565 . -1249) T) ((-419 . -351) 703) ((-585 . -1088) 690) ((-1268 . -111) 499) ((-723 . -660) 481) ((-880 . -111) 460) ((-395 . -23) T) ((-171 . -635) 238) ((-1221 . -528) 30) ((-901 . -1133) T) ((-703 . -1133) T) ((-698 . -1133) T) ((-674 . -1133) T)) \ No newline at end of file
diff --git a/src/share/algebra/compress.daase b/src/share/algebra/compress.daase
index 55712c75..d5d46f0c 100644
--- a/src/share/algebra/compress.daase
+++ b/src/share/algebra/compress.daase
@@ -1,6 +1,6 @@
-(30 . 3508766235)
-(4512 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
+(30 . 3508838143)
+(4513 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
ATTRIBUTE |package| |domain| |category| CATEGORY |nobranch| AND |Join|
|ofType| SIGNATURE "failed" "algebra" |OneDimensionalArrayAggregate&|
|OneDimensionalArrayAggregate| |AbelianGroup&| |AbelianGroup|
@@ -290,7 +290,8 @@
|NumberTheoreticPolynomialFunctions| |NormalizedTriangularSetCategory|
|Numeric| |NumberFormats| |NumericalIntegrationCategory|
|NumericalOrdinaryDifferentialEquations| |NumericalQuadrature|
- |NumericTubePlot| |OrderedAbelianGroup| |OrderedAbelianMonoid|
+ |NumericTubePlot| |OrderedAbelianGroup&| |OrderedAbelianGroup|
+ |OrderedAbelianMonoid&| |OrderedAbelianMonoid|
|OrderedAbelianMonoidSup| |OrderedAbelianSemiGroup|
|OctonionCategory&| |OctonionCategory|
|OrderedCancellationAbelianMonoid| |Octonion|
@@ -313,8 +314,8 @@
|OperatorSignature| |NumericalOptimizationCategory|
|AnnaNumericalOptimizationPackage| |NumericalOptimizationProblem|
|OrderedCompletion| |OrderedCompletionFunctions2| |OrderedFinite|
- |OrderingFunctions| |OrderedMonoid| |OrderedRing&| |OrderedRing|
- |OrderedSet| |OrderedStructure| |OrderedType&| |OrderedType|
+ |OrderingFunctions| |OrderedMonoid| |OrderedRing| |OrderedSet|
+ |OrderedStructure| |OrderedType&| |OrderedType|
|UnivariateSkewPolynomialCategory&| |UnivariateSkewPolynomialCategory|
|UnivariateSkewPolynomialCategoryOps| |SparseUnivariateSkewPolynomial|
|UnivariateSkewPolynomial| |OrthogonalPolynomialFunctions|
@@ -488,676 +489,676 @@
|XPolynomialsCat| |XPolynomialRing| |XRecursivePolynomial|
|YoungDiagram| |ParadoxicalCombinatorsForStreams|
|ZeroDimensionalSolvePackage| |IntegerLinearDependence| |IntegerMod|
- |Enumeration| |Mapping| |Record| |Union| |constantLeft| |mathieu22|
- |list| |parametersOf| |setchildren!| |revert| |tubePointsDefault|
- |swap| |whileLoop| |draw| |atanIfCan| |jacobi| |cyclicEqual?|
- |monomRDE| |leviCivitaSymbol| |horizontalTab| |flexible?| |rightTrace|
- |bright| |buildSyntax| |lazyIntegrate| |ocf2ocdf| |chebyshevU|
- |mapDown!| |tracePowMod| |irVar| |rightMinimalPolynomial| |f07adf|
- |iisin| |null| |laplace| |ptFunc| |iFTable| |euler| |Ci| |insert!|
- |startPolynomial| |stronglyReduce| |cAtan| |not| |iicoth| |cache|
- |acotIfCan| |untab| |interpretString| |taylorRep| |resize| |sinIfCan|
- |SturmHabichtCoefficients| |atrapezoidal| |and| |makeObject|
- |listOfLists| |host| |ddFact| |OMgetEndAttr| |cAtanh| |ParCond|
- |functorData| |cAsinh| |or| |primPartElseUnitCanonical!|
- |exprToGenUPS| |showTheRoutinesTable| |printHeader| |coef|
- |controlPanel| |wreath| |lfunc| |symmetricSquare| |distance| |xor|
- |decompose| |quasiComponent| |finiteBound| |write!| |nthr|
- |taylorQuoByVar| |legendre| |makeSketch| |laguerreL| |iterationVar|
- |case| |list?| |extension| |squareFreeLexTriangular| |categoryMode|
- |isAbsolutelyIrreducible?| |outlineRender| |supRittWu?| |empty|
- |e02akf| |mesh?| |expintfldpoly| |Zero| |homogeneous?| |testModulus|
- |rur| |monicModulo| |left| |lintgcd| |in?| |c05adf| |torsion?|
- |splitLinear| |over| |One| |isEquiv| |shift| |retractIfCan|
- |bernoulli| |mainDefiningPolynomial| |scripted?| |bag| |infinite?|
- |right| |coshIfCan| |size| |primes| |curve?| |reindex|
- |measure2Result| |splitSquarefree| |more?| |OMputEndError|
- |setEpilogue!| |selectfirst| |cardinality| |sumOfDivisors| |exprToUPS|
- |OMwrite| |concat!| |viewWriteAvailable| |insertBottom!| |aLinear|
- |lyndonIfCan| |mat| |aspFilename| |OMgetEndBind| |leadingBasisTerm|
- |listexp| |f01mcf| |mathieu11| |normalForm| |cdr| |distdfact| |f02ajf|
- |s17ajf| |tanhIfCan| |resetBadValues| |isTimes| |monomRDEsys|
- |underscore| |OMputAttr| |recoverAfterFail| |headReduce|
- |mapUnivariate| |OMputInteger| |LiePolyIfCan| |sayLength| |frobenius|
- |makeCos| |elt| |OMconnOutDevice| |primeFrobenius| |setlast!| |prem|
- EQ |applyRules| |inconsistent?| |bottom!| |partition| |cAcos|
- |signature| |someBasis| |makeSin| |gcdprim| |prime?| |scopes|
- |palglimint| |iiatanh| |changeBase| |fractionFreeGauss!|
- |intcompBasis| |ratPoly| |rarrow| |inverseIntegralMatrix| |curryRight|
- |conjugate| |basisOfRightNucleus| |po| |pomopo!| |f01maf| |matrixGcd|
- |sinhcosh| |complexRoots| |isAtom| |viewPhiDefault| |musserTrials|
- |dual| |jvmVolatile| |OMgetBind| |iiacot| |composite| |d02ejf| |node|
- |minset| |root?| |double?| |pushup| |Hausdorff| |jvmPublic| |zeroDim?|
- |f07fef| |setMinPoints3D| |evenInfiniteProduct| |viewWriteDefault|
- |stirling2| |retractable?| |lex| |denominator| |singular?| |leftMult|
- |printStats!| |symbol| |eof?| |parts| |decomposeFunc| |eigenvalues|
- |mergeFactors| |viewDefaults| |d02raf| SEGMENT |algint| |returnTypeOf|
- |meshFun2Var| |expression| |minGbasis| |schema| |d01amf|
- |viewZoomDefault| |sncndn| |unknown| |badValues| |bandedHessian|
- |radicalSimplify| |exponents| |integer| |integral?| |implies| |f2df|
- |exprex| |s21bcf| |magnitude| |c06ebf| |internalInfRittWu?|
- |linearElement| |dn| |parametric?| |genericPosition|
- |irreducibleFactors| |c06ekf| |matrixConcat3D| |cothIfCan|
- |selectOptimizationRoutines| |irreducible?| |cExp| |removeCoshSq|
- |simpsono| |messagePrint| |eyeDistance| |eulerE| |getlo|
- |mapBivariate| |currentCategoryFrame| |constantOperator|
- |nextIrreduciblePoly| F |hcrf| |shrinkable| |OMgetAttr| |putProperty|
- |linefeed| |semiDiscriminantEuclidean| |youngGroup| |upperBound|
- |hitherPlane| |curveColorPalette| |sumSquares| |dmpToHdmp| |cond|
- |linearAssociatedOrder| |irreducibleFactor| |linearForm|
- |factorFraction| |leadingExponent| |SturmHabichtSequence|
- |modularFactor| |infinityNorm| |primitiveElement| |toseSquareFreePart|
- |iicsch| |setClosed| |addPointLast| |interReduce| |symbolTable|
- |dimensions| |cscIfCan| |stripCommentsAndBlanks| |midpoint|
- |jvmPrivate| |f2st| |squareTop| |exprToXXP| |LyndonBasis| |mirror|
- |dihedral| GF2FG |key?| |genus| |vedf2vef| |floor| |internalIntegrate|
- |pushFortranOutputStack| |any?| |updateStatus!| |repeatUntilLoop|
- |zeroMatrix| |outputForm| |redPol| |swapRows!| |laurentRep|
- |extendedResultant| |generalizedEigenvectors| |equation|
- |popFortranOutputStack| |primextendedint| |inputBinaryFile| |e04dgf|
- |conical| |failed?| |paren| |eigenMatrix| |tanintegrate|
- |createPrimitiveElement| |isNot| |outputAsFortran| |diagonalProduct|
- |expandPower| |quasiMonicPolynomials| |RemainderList| |graeffe|
- |dmp2rfi| |root| |weight| |inspect| |aQuartic| |makeCrit| |d01alf|
- |OMputEndObject| |SturmHabicht| |kroneckerDelta| |rischDEsys|
- |extractTop!| |minPol| |explimitedint| |notelem| |xCoord|
- |completeHermite| |printInfo!| |initiallyReduce| |highCommonTerms|
- |fractRagits| |physicalLength!| |mainKernel| |integer?| |elementary|
- |OMgetBVar| |OMmakeConn| |Gamma| |thetaCoord| |univariatePolynomial|
- |computeInt| |testDim| |iiasech| |unrankImproperPartitions0|
- |deepExpand| |mainValue| |typeList| |closed?|
- |reducedContinuedFraction| |innerSolve| |s19abf| |insert| |nlde|
- |multisect| |mapExponents| |palgint0| |column|
- |integralLastSubResultant| |rk4| |OMopenFile| |symFunc| |rightRank|
- |realSolve| |generalizedContinuumHypothesisAssumed?|
- |mainCoefficients| |rootProduct| |elliptic| |jacobian| |totalLex|
- |oneDimensionalArray| |makeUnit| |basisOfRightNucloid| |pdf2df|
- |expressIdealMember| |algebraic?| |bit?| |besselI| |assert|
- |clearTheSymbolTable| |iilog| |continuedFraction| |iprint|
- |perfectNthPower?| |push| |stop| |anticoord|
- |solveLinearPolynomialEquationByFractions| |mainVariable|
- |numberOfHues| |f04asf| |isOp| |generalizedContinuumHypothesisAssumed|
- |tab| |thenBranch| |uniform01| |findConstructor| |countRealRoots|
- |explogs2trigs| |systemCommand| |readBytes!| |OMParseError?|
- |property| |e01saf| |gcdcofactprim| |OMsend| |mdeg| |cCos|
- |normalizeIfCan| |OMreceive| |remove!| |nextPrimitivePoly|
- |tanh2trigh| |head| |argumentListOf| |iiacosh| |normal| |open|
- |OMgetAtp| |redmat| |imagi| |endSubProgram| |iidprod| |deleteRoutine!|
- |singleFactorBound| |clipWithRanges| |internalSubPolSet?| |nullity|
- |adjoint| |superHeight| |makeVariable| |oddlambert|
- |replaceKthElement| |tanAn| |zCoord| |integerBound| |generic|
- |atanhIfCan| |lazyPremWithDefault| |trace2PowMod| |epilogue|
- |shellSort| |arity| |listConjugateBases| |showTheFTable| |move|
- |graphStates| |invertIfCan| |setImagSteps| |hasSolution?|
- |totalDifferential| |partitions| |listYoungTableaus| |edf2fi|
- |solveid| |preprocess| |frst| |operations| |cRationalPower| |updatF|
- |iExquo| |createNormalElement| |karatsubaDivide| |eq| |compBound|
- |c06frf| |rdregime| |minRowIndex| |log| |triangSolve| |e02daf|
- |dequeue!| |iter| |f02aef| |removeSinSq| |pastel| |cap| |fortranReal|
- |alphabetic?| |close| |getBadValues| |subPolSet?| |quatern| |refine|
- |noValueMode| |inR?| |collect| |tanIfCan| |pol| |asimpson|
- |numericalIntegration| |randnum| |possiblyInfinite?| |iitanh| |basis|
- |setScreenResolution3D| |radicalRoots| |one?| |roman| |traceMatrix|
- |positiveSolve| |iifact| |display| |var2Steps| |karatsuba| |e02bcf|
- |child| |belong?| |normalizedAssociate| |lexGroebner| |extractBottom!|
- |sequence| |matrixDimensions| |toseInvertible?| |parseString|
- |coth2tanh| |ignore?| |capacity| |leader| |divisors|
- |localIntegralBasis| |coHeight| |critT| |getGoodPrime| |lhs| |unary?|
- |jordanAdmissible?| |unaryFunction| |leftExtendedGcd| |iiacsc|
- |linear| |reduceBasisAtInfinity| |integralBasis| |asecIfCan|
- |rightUnits| |toseLastSubResultant| |rhs| |s17dhf| |quasiRegular?|
- |recur| |connectTo| |constantOpIfCan| |prime| |fortranComplex|
- |normalElement| |multiEuclideanTree| |exp| |point| |consnewpol|
- |OMgetString| |pleskenSplit| |palgRDE0| |subscriptedVariables| |arg1|
- |polynomial| LODO2FUN |iiacos| |rk4f| |lambda| |screenResolution|
- |drawComplex| |currentEnv| |indices| |width| |complexForm|
- |OMgetEndAtp| |leaves| |intPatternMatch| |pushdterm|
- |generalizedEigenvector| |arg2| |cyclotomic| |jvmLongConstantTag|
- |f02xef| |minimumExponent| |output| |extract!| |psolve|
- |zeroDimPrimary?| |charpol| |transcendent?| |OMconnInDevice|
- |fractionPart| |positive?| |test| |leadingCoefficientRicDE| |series|
- |true| |doubleDisc| |largest| |row| |basicSet| |numberOfDivisors| |li|
- |isPower| |conditions| |approximants| |cTanh| |mainVariables|
- |isConnected?| |permutations| |hasTopPredicate?|
- |lastSubResultantEuclidean| |extendedSubResultantGcd| |varselect|
- |match| |taylorIfCan| |f04arf| |roughEqualIdeals?|
- |indiceSubResultantEuclidean| |factorial| |adaptive?|
- |semiIndiceSubResultantEuclidean| |ScanArabic| |superscript| |Beta|
- |zeroOf| |iisqrt2| |selectPolynomials| |e04mbf| |dualSignature|
- |edf2efi| |linGenPos| |loadNativeModule| |asinhIfCan| |invertibleSet|
- |nonSingularModel| |characteristicSerie| |definingEquations|
- |LowTriBddDenomInv| |message| |closedCurve| |min| |s17dcf| |optional|
- |setrest!| |quotient| |endOfFile?| |bivariate?|
- |cyclotomicFactorization| |pointColorPalette| |getOrder|
- |factorGroebnerBasis| |idealiserMatrix| |diff| |newTypeLists| |less?|
- |setProperties| |genericLeftDiscriminant| |moduloP| |nextItem|
- |remove| |vspace| |newSubProgram| |setTex!| |powerAssociative?|
- |tanh2coth| |dioSolve| |result| |setnext!| |HermiteIntegrate|
- |complexElementary| |startTableInvSet!| |att2Result|
- |subQuasiComponent?| |e02bbf| |addPoint2| |fi2df| |elaborate|
- |exptMod| |categoryFrame| |last| |linearAssociatedLog|
- |topFortranOutputStack| |enterPointData| |brillhartIrreducible?|
- |leastPower| |readUInt16!| |assoc| |representationType| |mkPrim|
- |extractProperty| |halfExtendedSubResultantGcd2| |logical?| |exists?|
- |factorPolynomial| |invmod| |cAcot| |choosemon| |OMputEndAtp|
- |ip4Address| |initials| |makeSeries| |map| |reflect| |scale|
- |realEigenvectors| |semicolonSeparate| |e01baf| |iiasin| |coefChoose|
- |primitivePart| |resultant| |expr| |reducedQPowers| UTS2UP
- |tubeRadiusDefault| |stoseLastSubResultant| |squareFreePart| |diag|
- |symmetricProduct| |iisinh| |coordinates| |deepCopy| |e02zaf|
- |shufflein| |equiv| |OMputFloat| |chebyshevT| |leftOne| |lift| |label|
- |dec| |bubbleSort!| |imagJ| |readIfCan!| |parabolic|
- |binaryTournament| |iisech| |semiResultantEuclideannaif|
- |monicLeftDivide| |getOperator| |cAsin| BY |reduce| |condition|
- |createNormalPrimitivePoly| |numeric| |lp| |position!|
- |transcendentalDecompose| |d01apf| |sylvesterMatrix| |depth| |d01gaf|
- |argscript| |rules| |showRegion| |bernoulliB| |prefix| |radical|
- |cSin| |pmComplexintegrate| |mightHaveRoots| |hasPredicate?|
- |variable| |prindINFO| |imagk| |range| |curveColor| |poisson|
- |cotIfCan| |primitive?| |rightScalarTimes!| |bumprow| |iterators|
- |nextsousResultant2| |prefixRagits| |fglmIfCan| |cycleLength|
- |setOfMinN| |realEigenvalues| |meatAxe| |open?| |e02agf|
- |bipolarCylindrical| |simpleBounds?| |functionIsOscillatory|
- |rightOne| |optAttributes| |OMsupportsSymbol?|
- |exprHasWeightCosWXorSinWX| |d03faf| |setPosition|
- |genericRightMinimalPolynomial| |numerator| |f04atf| |janko2| |repSq|
- |screenResolution3D| |outputFixed| |paraboloidal| |shuffle|
- |setMaxPoints| |next| |selectIntegrationRoutines| |tab1|
- |leftExactQuotient| |moreAlgebraic?| |ode| |option| |rightExtendedGcd|
- |tanQ| |triangulate| |acosIfCan| NOT |sup| |OMencodingBinary| |tube|
- |radicalEigenvector| |exponential1| |lprop| |read!| |OMgetFloat|
- |center| |low| |edf2ef| OR |printCode| |setColumn!| |lifting1|
- |moduleSum| |listLoops| |multiEuclidean| |primlimitedint| |orbit|
- |update| |reverseLex| |sub| AND |components| |radPoly| |removeZero|
- |leftReducedSystem| |explicitlyEmpty?| |pushuconst| |leftDivide|
- |d03eef| |setEmpty!| |hconcat| |basisOfCenter| |writeBytes!|
- |acoshIfCan| |e01daf| |f01rcf| |predicates|
- |zeroSetSplitIntoTriangularSystems| |rational?| |viewPosDefault|
- |cCot| |oddInfiniteProduct| |diagonals| |infieldIntegrate|
- |createGenericMatrix| |invmultisect| |delete!| |byteBuffer|
- |ramified?| |shade| |factorSFBRlcUnit| |returnType!| |setright!|
- |subNode?| |yellow| |interpolate| |getConstant| |prevPrime|
- |roughBase?| |rem| |iipow| |roughUnitIdeal?| |knownInfBasis|
- |conditionsForIdempotents| |byte| |finiteBasis| |headAst| |mantissa|
- |lazyPquo| |order| |quasiAlgebraicSet| |quo| |zeroDimensional?|
- |conjunction| |simplifyPower| |genericRightNorm| |overbar|
- |linearPart| |iiacsch| RF2UTS |ridHack1| |totalfract| |zoom|
- |elaborateFile| |diagonal?| |subTriSet?| |generators| |hyperelliptic|
- |resultantEuclidean| |countable?| |div| |substitute| |abelianGroup|
- |rroot| |coefficients| |createZechTable| |orthonormalBasis| |sorted?|
- |addBadValue| |partialNumerators| |exquo| |bringDown|
- |lazyIrreducibleFactors| |inrootof| |crest| |SturmHabichtMultiple|
- |qqq| |sdf2lst| |nthCoef| |raisePolynomial| * ~= |doublyTransitive?|
- |rk4qc| |operators| |FormatRoman| |qroot| |polygon| |integralMatrix|
- |lineColorDefault| |chainSubResultants| |sin2csc| |#| |makeEq|
- |sts2stst| |mapGen| |cschIfCan| |ode2| |binomThmExpt| |e01bef|
- |function| |stFunc2| |qPot| |primlimintfrac| ~ |iidsum| |e01sbf|
- |rotatey| |fullDisplay| |airyAi| |int| |sizePascalTriangle|
- |outputAsScript| |squareFree| |certainlySubVariety?| |dimension| =
- |leadingSupport| |leftRemainder| |rationalPoints| |OMencodingXML|
- |linearDependence| FG2F |reducedSystem| |isAnd| |meshPar2Var| |f04adf|
- |phiCoord| |lieAdmissible?| |jvmDoubleConstantTag| |iiabs|
- |constantKernel| |deleteProperty!| |showIntensityFunctions| |s15aef|
- |/\\| < |problemPoints| |symmetricDifference| |eulerPhi| |integral|
- |OMputEndApp| |times!| |OMputBVar| |laguerre| |queue| |\\/| >
- |hexDigit| |orbits| |perfectNthRoot| |typeLists| |linearAssociatedExp|
- |generalInfiniteProduct| |useNagFunctions| |super| |flagFactor|
- |monicRightFactorIfCan| |initTable!| <= |unitVector|
- |commonDenominator| |basisOfLeftAnnihilator|
- |inverseIntegralMatrixAtInfinity| |algSplitSimple| |infix| |number?|
- |deepestTail| |setStatus!| |OMunhandledSymbol| >= |groebnerFactorize|
- |f04mcf| |genericRightTrace| |pop!| |perfectSquare?| |content|
- |combineFeatureCompatibility| |badNum| |prinb| |resetAttributeButtons|
- |alternating| |normalized?| |particularSolution| |tablePow|
- |readInt8!| |s18aef| |weakBiRank| |cons| |inv|
- |primPartElseUnitCanonical| |mapSolve| |subresultantVector| |vark|
- |abs| |declare| |setDifference| |nsqfree| |OMUnknownCD?| |ground?| +
- |fortranInteger| |numberOfVariables| |minus!| |lazyPseudoRemainder|
- |cyclicSubmodule| |s18aff| |ravel| |goto| |upperCase| |lowerCase?|
- |discreteLog| |ground| - |flatten| |s13aaf| |isExpt| |bounds|
- |generic?| |rombergo| |lcm| |cLog| |reshape| /
- |getSyntaxFormsFromFile| |hdmpToP| |leadingMonomial| |cAcosh|
- |mainForm| |s17dlf| |alphabetic| |totalGroebner| |vector| |viewpoint|
- |drawCurves| |iiexp| |leftTrace| |leadingCoefficient| |cup|
- |viewport3D| |coefficient| |rightTraceMatrix|
- |factorSquareFreePolynomial| |nextSubsetGray| |differentiate| |append|
- |mix| |maximumExponent| |source| |primitiveMonomials| |cyclicParents|
- |isobaric?| |numberOfComponents| |create3Space| |sqfrFactor|
- |wordInGenerators| |check| |gcd| |var1StepsDefault| |front|
- |pointColorDefault| |reductum| |ffactor| |getButtonValue|
- |quadraticNorm| |augment| |false| |ran| |set| |commaSeparate|
- |quoByVar| |checkForZero| |rewriteIdealWithRemainder| |eigenvectors|
- |factorsOfDegree| |maxrank| |subResultantGcd| |OMencodingUnknown|
- |target| |partialQuotients| |safeCeiling| |subtractIfCan|
- |nextLatticePermutation| |exponentialOrder| |space| |bigEndian|
- |ListOfTerms| |basisOfCommutingElements| |select!| |reduced?|
- |permutation| |ReduceOrder| |linear?| |explicitEntries?| |mkcomm|
- |f01qdf| |eigenvector| |areEquivalent?| |drawComplexVectorField|
- |stFunc1| |Frobenius| |isOpen?| |innerSolve1| |fixedPoints| |ideal|
- |intermediateResultsIF| |component| |table| |approxSqrt|
- |outerProduct| |square?| |printInfo| |OMputObject| |UP2ifCan|
- |resultantnaif| |setIntersection| |predicate| |rational| |new|
- |addMatchRestricted| |position| |clearTable!| |digit| |gramschmidt|
- |has?| |domainTemplate| |coerce| |inputOutputBinaryFile|
- |numberOfMonomials| |dimensionsOf| |pdf2ef| |branchPoint?| |solid|
- |cycles| |nextNormalPoly| |construct| |red| |getGraph| |sign|
- |getMultiplicationMatrix| |selectAndPolynomials| |hermite| |twoFactor|
- |multinomial| |df2mf| |SFunction| |members| |pdct| |virtualDegree|
- |redpps| |dominantTerm| |internal?| |void| |appendPoint| |An| |zag|
- |bumptab1| |second| |stirling1| |symbolIfCan| |isList| |lexTriangular|
- |makingStats?| |subSet| |duplicates?| |stopTableGcd!| |meshPar1Var|
- |third| |jvmMethodrefConstantTag| |jacobiIdentity?| |sturmSequence|
- |listRepresentation| |symmetricGroup| |readLineIfCan!| |makeMulti|
- |computePowers| |firstUncouplingMatrix| |goodnessOfFit| |zero|
- |singRicDE| |removeRedundantFactorsInPols| |removeSquaresIfCan|
- |solveRetract| |userOrdered?| |OMsetEncoding| |rootOfIrreduciblePoly|
- |pushNewContour| |inHallBasis?| |unitNormalize| |node?| |localReal?|
- |nextPartition| |pseudoRemainder| |currentSubProgram| |outputSpacing|
- |lookup| |atoms| |And| |comment| |bitLength| |OMcloseConn|
- |fortranLogical| |prinshINFO|
- |solveLinearPolynomialEquationByRecursion| |presub| |eq?| |parameters|
- |extractSplittingLeaf| |laurentIfCan| |ratDenom| |Or| |index?|
- |selectsecond| |contours| |shape| |coth2trigh| |bezoutDiscriminant|
- |BasicMethod| |palglimint0| |complexEigenvectors| |unitsColorDefault|
- |Not| |equality| |lieAlgebra?| |d02kef| |infRittWu?| |cycleElt|
- |symmetricPower| |nodes| |specialTrigs|
- |semiSubResultantGcdEuclidean1| |leftNorm| |exp1| |s17adf|
- |groebnerIdeal| |chiSquare| |limit| |yCoordinates| |c05pbf| |car|
- |palgRDE| |erf| |explicitlyFinite?| |extractPoint| |iroot| |nodeOf?|
- |f04maf| |entry| |numberOfIrreduciblePoly|
- |tryFunctionalDecomposition| |nthRoot| |prod| |failed| |match?|
- |every?| |nextSublist| |nand| |infiniteProduct| |subResultantsChain|
- |cAcsc| |OMputApp| |extend| |limitPlus| |minimize| |exQuo| |pointData|
- |mergeDifference| |lazyVariations| |axesColorDefault| |directory|
- |inc| |lyndon?| |setPredicates| |coerceL| |determinant| |s19adf|
- |dilog| |mapUp!| |safetyMargin| |romberg| |cot2tan| |dictionary|
- |usingTable?| |setelt| |leftRankPolynomial| |yCoord| |negative?| |sin|
- |decreasePrecision| |resetNew| |factorOfDegree| |elRow1!|
- |ScanFloatIgnoreSpacesIfCan| |nonLinearPart| |error|
- |rightDiscriminant| |fortranDouble| |s18adf| |outputArgs| |cos|
- |rootSimp| |coerceP| |hostPlatform| |errorKind| |real?| |max| |c06gqf|
- |numberOfOperations| |copy| |cSech| |rowEchelon| |cyclePartition|
- |tan| |rootKerSimp| |physicalLength| |complexEigenvalues| |palgint|
- |complexLimit| |definingPolynomial| |numerators| |block| |pointColor|
- |wrregime| |numberOfPrimitivePoly| |cot| |Nul| |primintegrate|
- |cyclicEntries| |ratDsolve| |permanent| |binomial| |showTheIFTable|
- |autoCoerce| |FormatArabic| |sinhIfCan| |comparison| |sec|
- |lowerPolynomial| |opeval| |leftCharacteristicPolynomial| |f01brf|
- |expPot| |build| |genericLeftTraceForm| |indicialEquationAtInfinity|
- |generalPosition| |csc| |leftUnits| |univcase| |iiatan| |c06gbf|
- |leftQuotient| |top| |companionBlocks| |minimalPolynomial| |polCase|
- |f02akf| |asin| |normDeriv2| |pushdown| |coerceListOfPairs| |se2rfi|
- |firstDenom| |continue| |graphState| |getMultiplicationTable|
- |OMputBind| |createRandomElement| |acos| |boundOfCauchy| |upperCase!|
- |mkIntegral| |trapezoidalo| |seed| |basisOfCentroid|
- |splitDenominator| |quasiRegular| |t| |member?| |atan|
- |jvmStringConstantTag| |makeResult| |rootDirectory| |algDsolve|
- |getMatch| |mapExpon| |eval| |verticalTab| |rootSplit| |module|
- |PollardSmallFactor| |acot| |ranges| |expt| |pointSizeDefault|
- |writeByte!| |green| |rightFactorCandidate| |multMonom| |denomLODE|
- |removeDuplicates!| |init| |jvmProtected| |asec| |polyRDE| |sin?|
- |imagj| |hspace| |tan2cot| |printingInfo?| |f07aef|
- |factorsOfCyclicGroupSize| |s19acf| |acscIfCan| |acsc| |rename!|
- |stosePrepareSubResAlgo| |power| |loopPoints| |mainExpression| |leaf?|
- |exteriorDifferential| |e02gaf| |generateIrredPoly| |sinh|
- |quotedOperators| |startStats!| |universe| |cycleSplit!| |terms|
- |nil?| |differentialVariables| |logIfCan| |indiceSubResultant| |comp|
- |cosh| |lflimitedint| |f01qef| |setClipValue| |groebner|
- |balancedBinaryTree| |readInt32!| |iiasinh| |rationalPower|
- |stiffnessAndStabilityOfODEIF| |factorials| |evaluate|
- |permutationRepresentation| |associatorDependence| |interpret| |plus!|
- |presuper| |functionIsFracPolynomial?| |xn| |df2fi| |push!| |split!|
- |colorDef| |removeRoughlyRedundantFactorsInContents|
- |initiallyReduced?| |Lazard2| |symbolTableOf| |seriesToOutputForm|
- |semiResultantEuclidean1| |copyInto!| |numFunEvals| |binarySearchTree|
- |diophantineSystem| |dimensionOfIrreducibleRepresentation|
- |roughSubIdeal?| |bivariatePolynomials| |separant| |removeDuplicates|
- |viewport2D| |extractClosed| |nthFactor| |macroExpand| |d01asf|
- |polygon?| |ldf2lst| |support| |skewSFunction| |outputFloating|
- |drawToScale| |exactQuotient!| |trigs| |lepol| |children|
- |separateDegrees| |regularRepresentation| |duplicates| |tValues|
- |subResultantChain| |rewriteSetWithReduction| |OMgetSymbol| |nil|
- |iitan| |e01bff| |newReduc| |halfExtendedSubResultantGcd1|
- |categories| |string?| |jvmFieldrefConstantTag| |OMopenString| |cCsc|
- |lighting| |Vectorise| |fortranTypeOf|
- |functionIsContinuousAtEndPoints| |genericRightDiscriminant|
- |rightUnit| |stoseInvertibleSetreg| |scanOneDimSubspaces|
- |expenseOfEvaluationIF| |antiCommutator| |errorInfo| |s18acf|
- |alphanumeric?| |level| |minIndex| |s14aaf| |lifting|
- |normInvertible?| |cycleTail| |setScreenResolution| |rightRemainder|
- |lastSubResultant| |enumerate| |approximate| |nary?| |subst| |closed|
- |normFactors| |modularGcd| |numericIfCan| |OMgetError|
- |linearDependenceOverZ| |e01bhf| |structuralConstants| |d02cjf|
- |complex| |seriesSolve| |leadingTerm| |internalZeroSetSplit| |f01rdf|
- |OMputAtp| |traverse| |fixedPointExquo| |high| |removeCosSq| |f04jgf|
- |dom| |basisOfRightAnnihilator| |reopen!|
- |rewriteIdealWithHeadRemainder| |outputAsTex| |ScanFloatIgnoreSpaces|
- |rangePascalTriangle| |lllip| |OMputEndBVar| |obj| |putProperties|
- |trailingCoefficient| |gbasis| |dmpToP| |powers| |acsch| |drawStyle|
- |OMgetType| |divideExponents| |palginfieldint| |objects|
- |insertionSort!| |expandTrigProducts| |multiple?| |blue|
- |splitConstant| |localUnquote| |cn| |addiag| |d01aqf| |op| |base|
- |mathieu24| |parent| |limitedint| |s17ahf| |chiSquare1|
- |bezoutResultant| |tubePoints| |leftUnit| |uniform| |findCycle|
- |computeBasis| |polynomialZeros| |tan2trig| |hasHi|
- |indicialEquations| |mainCharacterization| |powerSum| |represents|
- |leastMonomial| |f02wef| |iomode| |OMconnectTCP| |nextPrime| |moebius|
- |scalarMatrix| |complexSolve| |withPredicates| |autoReduced?|
- |semiSubResultantGcdEuclidean2| |linearMatrix| |separate| |setleft!|
- |trigs2explogs| |viewThetaDefault| |algebraicOf| |cosh2sech|
- |ellipticCylindrical| |carriageReturn| |palgintegrate| |digits|
- |doubleComplex?| |symmetricRemainder| |algebraicCoefficients?|
- |monomialIntegrate| |f02fjf| |createPrimitivePoly| |optimize|
- |modularGcdPrimitive| |plotPolar| |indicialEquation| |subNodeOf?|
- |reciprocalPolynomial| |exprHasLogarithmicWeights| |latex|
- |rewriteIdealWithQuasiMonicGenerators| |nthFractionalTerm|
- |subResultantGcdEuclidean| |hMonic| |conjugates| |henselFact|
- |retract| |odd?| |unvectorise| |var2StepsDefault| |bindings|
- |genericRightTraceForm| |closedCurve?| |nthExpon| |getMeasure| |scan|
- |child?| |size?| |lazyPseudoQuotient| |prolateSpheroidal| |polyRicDE|
- |integrate| |encodingDirectory| |stoseInternalLastSubResultant|
- |mindegTerm| |iflist2Result| |countRealRootsMultiple| |constDsolve|
- |coercePreimagesImages| |halfExtendedResultant1| |LyndonWordsList|
- |jvmInterface| |partialFraction| |OMgetObject| |previous|
- |patternMatch| |axes| |rightZero| |selectMultiDimensionalRoutines|
- |signatureAst| |elRow2!| |reorder| |asinIfCan| |sn|
- |nextPrimitiveNormalPoly| |divide| |removeRedundantFactors| |maxrow|
- |crushedSet| |cosIfCan| |modulus| |generalSqFr| |factorList|
- |asechIfCan| |merge!| |simplifyLog| |copies|
- |setLegalFortranSourceExtensions| |prinpolINFO| |innerEigenvectors|
- |anfactor| |e02def| |lowerCase| |forLoop| |leadingIdeal|
- |integralAtInfinity?| |isImplies| |setLabelValue| |assign| |sort!|
- |expextendedint| |e02adf| |cSinh| |leftFactor| |c06gsf| |solveInField|
- |beauzamyBound| |geometric| |OMgetVariable| |reducedDiscriminant|
- |showAll?| |lfintegrate| |var1Steps| |reseed| |nextColeman| |points|
- |palgextint| |normalize| |norm| |hash| |reify| |complementaryBasis|
- |leastAffineMultiple| |basisOfMiddleNucleus| |medialSet| |variable?|
- |connect| |tubeRadius| |pToHdmp| |oblateSpheroidal| |count| |corrPoly|
- |randomR| |resultantReduitEuclidean| |stoseIntegralLastSubResultant|
- |entries| |category| |irCtor| |OMbindTCP| |resetVariableOrder|
- |factorAndSplit| |mappingAst| |rightNorm| |factorset| |currentScope|
- |rootPoly| |float?| |realElementary| |cylindrical| |domain| |mindeg|
- |writeUInt8!| |besselY| |mvar| |lambert| |element?| |setVariableOrder|
- |rotate| |generator| |lowerCase!| |readUInt8!| |package| |minrank|
- |firstSubsetGray| |fixPredicate| |systemSizeIF| |validExponential|
- |charthRoot| |fortranCharacter| |palgextint0| |s17dgf| |headReduced?|
- |coord| |char| |algintegrate| |quickSort| |even?| |maxint| |bsolve|
- |prefix?| |besselK| |rightTrim| |writeLine!| |localAbs| |getCurve|
- |properties| |accuracyIF| |outputBinaryFile| |cAcoth| |rischDE|
- |central?| |getDatabase| |purelyAlgebraic?| |maxIndex|
- |identification| |leftTrim| |f02agf| |f02bjf| |trapezoidal|
- |translate| |imports| |aromberg| |stoseSquareFreePart| |deriv|
- |subCase?| |mpsode| |zerosOf| |tower| |fortranCarriageReturn|
- |leftGcd| |s14abf| |clearDenominator| |debug3D| |acothIfCan| |cyclic|
- |pushucoef| |overlabel| |bivariateSLPEBR| |multiplyCoefficients|
- |rightPower| |c06fpf| |setStatus| |f07fdf|
- |factorSquareFreeByRecursion| |perfectSqrt| |setPoly|
- |integralDerivationMatrix| |simpson| |addmod| |part?| |rst| |float|
- |degreeSubResultant| |mainVariable?| |mathieu12| |generalLambert|
- |imagK| |closeComponent| |qualifier| |showScalarValues|
- |createThreeSpace| |signAround| |pile| |commutativeEquality|
- |numberOfImproperPartitions| |OMgetApp| |baseRDE| |makeFloatFunction|
- |rowEchelonLocal| |createPrimitiveNormalPoly| |numberOfChildren|
- |basisOfLeftNucloid| |d01gbf| |infix?| |directSum| |hexDigit?| |cycle|
- |colorFunction| |f04mbf| |patternVariable| |infLex?| |readByte!|
- |topPredicate| |OMsupportsCD?| |expIfCan| |mask| |units| |matrix|
- |divisorCascade| |logpart| |s20acf| |minordet| |numericalOptimization|
- |decrease| |weights| |ef2edf| |gcdPolynomial| |idealSimplify| |radix|
- |biRank| |lookupFunction| |complexNumeric| |totalDegree| |swap!|
- |incr| |pointLists| |numFunEvals3D| |summation| |lazy?|
- |primextintfrac| |f01ref| |returns| |hessian| |sturmVariationsOf| |hi|
- |overset?| |lexico| |startTable!| |iteratedInitials| |fmecg|
- |euclideanSize| |vectorise| |kernels| |gcdcofact| |infieldint|
- |vconcat| |subset?| |find| |useEisensteinCriterion|
- |invertibleElseSplit?| |changeWeightLevel| |rightAlternative?|
- |viewDeltaXDefault| |evaluateInverse| |sort| |smith| |operator|
- |regime| |csc2sin| |identity| |derivative| |iiasec| |keys|
- |trivialIdeal?| |birth| |OMlistCDs| GE |code| |associative?|
- |univariate| |airyBi| |OMgetEndError| |null?| |extendedEuclidean|
- |options| |clip| |voidMode| |rationalFunction| |modifyPointData|
- |trunc| GT |constructor| |random| |pmintegrate| |cAsech| |subHeight|
- |sample| |associatedSystem| |lSpaceBasis| |setFieldInfo| |fixedPoint|
- |s20adf| |coordinate| LE |kovacic| |cyclicGroup| |tubePlot| |unexpand|
- |monic?| |string| |exprHasAlgebraicWeight| |c06ecf| |ldf2vmf|
- |stoseInvertible?| |c06fuf| LT |squareFreePolynomial| |torsionIfCan|
- |factor| |divergence| |linearlyDependentOverZ?| |slash|
- |rootNormalize| |qelt| |OMputString| |stoseInvertible?reg|
- |collectQuasiMonic| |gethi| |definingInequation| |changeNameToObjf|
- |removeRoughlyRedundantFactorsInPols| |sqrt| |antiAssociative?|
- |stoseInvertibleSetsqfreg| |operation| |region| |qsetelt|
- |euclideanNormalForm| |randomLC| |rotate!| |cfirst|
- |fortranDoubleComplex| |HenselLift| |environment|
- |unrankImproperPartitions1| |real| |linkToFortran|
- |algebraicDecompose| |characteristic| |xRange| |perspective| |polar|
- |outputMeasure| |monicRightDivide| |tableau| |unparse| |nonQsign|
- |mapMatrixIfCan| |pToDmp| |imag| |expintegrate| |wholePart|
- |denominators| |approxNthRoot| |yRange| |delete| |back| |univariate?|
- |exactQuotient| |halfExtendedResultant2| |cyclicCopy| |directProduct|
- |identityMatrix| |pow| |packageCall| |e04jaf| |bitTruth| |zRange|
- |rightMult| |identitySquareMatrix| |sizeMultiplication|
- |numberOfNormalPoly| |purelyTranscendental?| |cubic| |d01anf| |d01bbf|
- |polyred| |secIfCan| |c02aff| |map!| |insertTop!| |tree| |nthFlag|
- |whitePoint| |makeViewport2D| |showClipRegion| |rename| |brace|
- |removeSinhSq| |realZeros| |readLine!| |littleEndian| |qsetelt!|
- |jvmUTF8ConstantTag| |isMult| |midpoints| |backspace|
- |monomialIntPoly| |vertConcat| |ParCondList| |destruct| |rspace|
- |normal01| |maxPoints3D| |isQuotient| |changeVar| |algebraicVariables|
- |jvmFinal| |semiLastSubResultantEuclidean| |sum| |lowerBound| |dot|
- |zeroSquareMatrix| |squareMatrix| |conditionP| |jvmIntegerConstantTag|
- |e01sff| |symbol?| |variationOfParameters| |stopMusserTrials|
- |firstNumer| |printStatement| |LazardQuotient2| |jvmStatic|
- |squareFreePrim| |top!| |setButtonValue| |leftAlternative?| |overlap|
- |zeroSetSplit| |polarCoordinates| |complexNumericIfCan| |call|
- |calcRanges| |normalise| |backOldPos| |defineProperty| |realRoots|
- |nullary?| |edf2df| |internalAugment| |setPrologue!| |leftTraceMatrix|
- |generate| |froot| |branchIfCan| |kmax|
- |initializeGroupForWordProblem| |monomial| |fprindINFO|
- |setTopPredicate| |pascalTriangle| |linears| |surface| |swapColumns!|
- |d01akf| |createMultiplicationTable| |alternatingGroup| |quadratic?|
- |jvmClassConstantTag| |triangular?| |multivariate| |leftFactorIfCan|
- |rquo| |mainPrimitivePart| |incrementBy| |intChoose| |height|
- |monomials| |standardBasisOfCyclicSubmodule| |stoseInvertibleSet|
- |completeHensel| |principalIdeal| |writable?| |factor1| |id|
- |sequences| |variables| |lfextlimint| |factorSquareFree| |trim|
- |useSingleFactorBound| |bothWays| |expand| |processTemplate|
- |mappingMode| |nothing| |elseBranch| |lo| |light| |lazyResidueClass|
- |makeprod| |lagrange| |atom?| |integralMatrixAtInfinity| |interval|
- |filterWhile| |externalList| |cot2trig| |compile| |compactFraction|
- |step| |trueEqual| |fibonacci| |balancedFactorisation|
- |supDimElseRittWu?| |rowEchLocal| |sumOfSquares| |f02abf|
- |diagonalMatrix| |filterUntil| |transcendenceDegree| |tRange|
- |nthRootIfCan| |tanh| |critpOrder| |mainMonomials| |double|
- |symmetricTensors| |stack| |bat1| |stoseInvertible?sqfreg| |log10|
- |mulmod| |rightRecip| |acschIfCan| |select| |viewSizeDefault| |copy!|
- |c02agf| |coth| |fractRadix| |LagrangeInterpolation|
- |resultantEuclideannaif| |f04faf| |aCubic| |probablyZeroDim?|
- |normal?| |compdegd| |finite?| |bitand| |inverseColeman|
- |discriminant| |sech| |createMultiplicationMatrix|
- |tableForDiscreteLogarithm| |zero?| |taylor| |schwerpunkt|
- |OMreadFile| |showSummary| |sincos| |s01eaf| |fortranCompilerName|
- |bitior| |rootsOf| |singularAtInfinity?| |csch| |parabolicCylindrical|
- |minPoints3D| |selectSumOfSquaresRoutines| |laurent| |coerceImages|
- |showAllElements| |separateFactors| |generalTwoFactor| |putGraph|
- |groebgen| |setMinPoints| |asinh| |innerint| |setprevious!| |puiseux|
- |newLine| |getCode| |showAttributes| |numberOfFractionalTerms|
- |binding| |viewDeltaYDefault| |optional?| |deref| |acosh| |tanNa|
- |stronglyReduced?| |integerIfCan| |headRemainder| |linearPolynomials|
- |groebner?| |quasiMonic?| |updatD| |delay| |atanh| |gradient|
- |RittWuCompare| |jvmAbstract| |makeRecord| |d02gbf|
- |semiDegreeSubResultantEuclidean| |eisensteinIrreducible?|
- |inRadical?| |Aleph| |acoth| |OMclose| |omError| |declare!| |escape|
- |compiledFunction| |Lazard| |e02aef| |changeMeasure| |readInt16!|
- |pair?| |s13acf| |asech| |pureLex| |UpTriBddDenomInv| |typeForm|
- |bits| |incrementKthElement| |extensionDegree| |dihedralGroup|
- |selectODEIVPRoutines| |addPoint| |slex| |setRealSteps| |figureUnits|
- |rk4a| |OMputEndAttr| |delta| |lllp| |internalIntegrate0| |coleman|
- |formula| |unknownEndian| |degreePartition| |multiple| |contract|
- |constantCoefficientRicDE| |contains?| |padicallyExpand| |diagonal|
- |constant| |setCondition!| |leftLcm| |getOperands|
- |branchPointAtInfinity?| |minColIndex| |applyQuote| |heapSort|
- |submod| |tail| |Ei| |expandLog| |toseInvertibleSet| |tanSum|
- |ratpart| |llprop| |distribute| |Si| |associatedEquations|
- |relativeApprox| |credPol| |invertible?| |option?| |fixedDivisor|
- |makeTerm| |setfirst!| |initial| |npcoef| |OMencodingSGML| |style|
- |e02bdf| |lazyGintegrate| |droot| |extendedint| |f01bsf| |pquo|
- |normalDenom| |nrows| |OMserve| |substring?| |f02axf| |ruleset|
- |unmakeSUP| |fortran| |solveLinearPolynomialEquation| |segment|
- |clearTheIFTable| |conjug| |selectOrPolynomials| |digamma| |ncols|
- |coerceS| |primitivePart!| |neglist| |d02bbf| |getProperties|
- |ricDsolve| |interactiveEnv| |clearTheFTable| |apply| |clipBoolean|
- |e02ahf| |polyPart| |s17akf| |suffix?| |readable?| |whatInfinity|
- |optpair| |Is| Y |digit?| |irDef| |point?| |first| |rank|
- |maxRowIndex| |varList| |noncommutativeJordanAlgebra?| |suchThat|
- |e02bef| |split| |elColumn2!| |reduceLODE| |sPol| |mesh| |rest|
- |leftRank| |flexibleArray| |brillhartTrials| |shallowExpand| |ipow|
- |palgLODE| |lyndon| |complex?| |unprotectedRemoveRedundantFactors|
- |LyndonCoordinates| |rangeIsFinite| |key| |f02aff| |minPoints|
- |multiset| |tensorProduct| |increment| |solve| |ode1| |leftRecip|
- |setOrder| |wordsForStrongGenerators| |attributeData| |df2ef|
- |primaryDecomp| |LiePoly| |middle| |normalDeriv| |normalizedDivide|
- |increase| |f02adf| |filename| |monicCompleteDecompose| |associates?|
- |OMreadStr| |commutative?| |constantIfCan| |binaryTree| |f02aaf|
- |bipolar| |pack!| |complement| |binary| |csch2sinh| |e04ucf|
- |OMReadError?| |ksec| |addMatch| |dequeue| |lazyPseudoDivide|
- |useSingleFactorBound?| |postfix| |OMgetInteger| |before?|
- |computeCycleEntry| |parse| |iicos| |B1solve| |quoted?| |pade|
- |relationsIdeal| |empty?| |minPoly| |leftRegularRepresentation|
- |ScanRoman| |logGamma| |unit?| |dark| |lists|
- |internalLastSubResultant| |fullPartialFraction| |fTable| |legendreP|
- |is?| |exponent| |selectPDERoutines| |monicDivide| |rischNormalize|
- |rewriteSetByReducingWithParticularGenerators| |KrullNumber| |makeFR|
- |compose| |OMgetEndApp| |getZechTable| |htrigs| |decimal|
- |radicalSolve| |ord| |input| |transpose| |curve| |karatsubaOnce|
- |integralBasisAtInfinity| |GospersMethod| |internalDecompose|
- |jvmStrict| |c06eaf| |script| |showArrayValues| |status|
- |jvmTransient| |library| |unravel| |extendedIntegrate| |plus|
- |collectUnder| |rationalPoint?| |graphs| |mkAnswer| |rCoord|
- |getVariableOrder| |jvmNative| |PDESolve| |fortranLinkerArgs| |df2st|
- |upDateBranches| |weierstrass| |character?| |rowEch|
- |changeThreshhold| |singularitiesOf| |iCompose| |value| |compound?|
- |BumInSepFFE| |isPlus| |curryLeft| |newline| |jvmFloatConstantTag|
- |repeating| |argumentList!| |replace| |expenseOfEvaluation|
- |clearFortranOutputStack| |tex| |safeFloor| |OMputEndBind| |bitCoef|
- |critB| |cTan| |s17aef| |stFuncN| |box| |times| |power!| |name|
- |LyndonWordsList1| |reset| |mr| |nativeModuleExtension| |cycleEntry|
- |sparsityIF| |solve1| |cCosh| |setLength!| |alphanumeric| |hclf|
- |direction| |bandedJacobian| |body| |e04ycf| |basisOfLeftNucleus|
- |outputGeneral| |f04axf| |makeSUP| |rootPower| |csubst| |makeop|
- |showTheSymbolTable| |leftMinimalPolynomial| |positiveRemainder|
- |write| |removeRedundantFactorsInContents| |factors| |s17acf|
- |derivationCoordinates| |numberOfComposites| |nor|
- |jvmNameAndTypeConstantTag| |elements| |getPickedPoints| |sizeLess?|
- |saturate| |save| |setFormula!| |useEisensteinCriterion?|
- |primintfldpoly| |symmetric?| |deepestInitial| |cross| |kind| |index|
- |round| |fintegrate| |truncate| |monom| |radicalOfLeftTraceForm|
- |extractIndex| |color| |d02bhf| |componentUpperBound| |gderiv|
- |complexNormalize| |rightCharacteristicPolynomial| |gensym|
- |createLowComplexityTable| |youngDiagram| |setAttributeButtonStep|
- |palgLODE0| |getStream| |doubleRank| |routines| |getIdentifier|
- |rightExactQuotient| |setValue!| |cyclotomicDecomposition| |cAcsch|
- |pair| |integralRepresents| |printTypes| |increasePrecision| **
- |padicFraction| |leftDiscriminant| |setUnion| |padecf| |sqfree|
- |removeSuperfluousCases| |common| UP2UTS |elem?| |hdmpToDmp| |setelt!|
- |hermiteH| |rotatez| |morphism| |curry| |rotatex| |monomial?|
- |clikeUniv| |create| |complexExpand| |mainSquareFreePart|
- |uncouplingMatrices| |entry?| |besselJ| |s21baf| |cycleRagits|
- |doubleResultant| |nextsubResultant2| |convergents| |modTree|
- |lfextendedint| |bombieriNorm| |generalizedInverse| |shiftLeft| |port|
- |ramifiedAtInfinity?| |factorByRecursion| |intensity| |listOfMonoms|
- |wholeRadix| |quadratic| |show| |reverse| |bytes| |c06gcf|
- |repeating?| |d03edf| |selectNonFiniteRoutines| |rootBound| |ODESolve|
- |degreeSubResultantEuclidean| |jordanAlgebra?| |stopTable!| |s19aaf|
- |basisOfNucleus| |rightDivide| |OMgetEndBVar| |prologue| |say|
- |patternMatchTimes| |leadingIndex| |listBranches| |prepareDecompose|
- |divisor| |rightRegularRepresentation| |wholeRagits| |trace|
- |selectFiniteRoutines| |OMputVariable| |univariateSolve| |imaginary|
- |multiplyExponents| |irreducibleRepresentation| |measure|
- |antisymmetricTensors| |zeroDimPrime?| |stopTableInvSet!| |groebSolve|
- |algebraicSort| |just| |f04qaf| |critMonD1| |chineseRemainder|
- |radicalEigenvectors| |arbitrary| |setref| |bracket|
- |squareFreeFactors| |graphCurves| |arguments| |shallowCopy|
- |nilFactor| |internalSubQuasiComponent?| |s15adf| |mainMonomial|
- |graphImage| |exponential| |sinh2csch| |s13adf| |nullSpace|
- |makeViewport3D| |adaptive3D?| |imagE| |mapmult| |divideIfCan!|
- |solveLinear| |removeConstantTerm| |removeSuperfluousQuasiComponents|
- |quartic| |dflist| |relerror| |gcdPrimitive| |subspace| |moebiusMu|
- |modifyPoint| |principalAncestors| |LazardQuotient| |OMread| |parents|
- |search| |f02awf| |simplifyExp| |e01sef| |setAdaptive|
- |removeRoughlyRedundantFactorsInPol| |radicalEigenvalues|
- |stiffnessAndStabilityFactor| |iicosh| |wronskianMatrix|
- |createNormalPoly| |isOr| |ref| |fortranLiteral| |fortranLiteralLine|
- |quote| |purelyAlgebraicLeadingMonomial?| |qfactor| |enterInCache|
- |union| |clipSurface| |adaptive| |roughBasicSet| |external?|
- |commutator| |spherical| |powmod| |lfinfieldint| |precision|
- |computeCycleLength| |nextNormalPrimitivePoly| |createIrreduciblePoly|
- |partialDenominators| |changeName| |hasoln| |critM| |distFact|
- |d02gaf| |numberOfCycles| |characteristicSet| |nthExponent|
- |wordInStrongGenerators| |associator| |checkRur| |nullary| |maxdeg|
- |sortConstraints| |clipPointsDefault| |constantToUnaryFunction|
- |arrayStack| |datalist| |inverseLaplace| |iiacoth| |lazyEvaluate|
- |completeEchelonBasis| |iiperm| |rightLcm| |plot| |unit| |heap|
- |f01qcf| |iicsc| |expint| |setMaxPoints3D| |removeZeroes| |close!|
- |setProperty| |e02baf| |lquo| |log2| |leftScalarTimes!| |btwFact|
- |powern| |mapdiv| |setErrorBound| |rightQuotient| |pointPlot|
- |putColorInfo| |insertRoot!| |linearlyDependent?| |freeOf?| |sec2cos|
- |e02ajf| |rule| |complexZeros| |difference|
- |createLowComplexityNormalBasis| |cyclic?| |chvar|
- |shanksDiscLogAlgorithm| |toScale| |rightFactorIfCan|
- |numberOfComputedEntries| |s14baf| |jokerMode| |reducedForm| |cos2sec|
- |e02ddf| |merge| |recolor| |sh| |elliptic?| |noKaratsuba|
- |jvmInterfaceMethodConstantTag| |hostByteOrder| |getRef| |setRow!|
- |composites| |setAdaptive3D| |resultantReduit| |constantRight|
- |rationalApproximation| |e02dcf| |plusInfinity| |OMputSymbol|
- |callForm?| |showFortranOutputStack| |principal?| |sylvesterSequence|
- |bat| |baseRDEsys| |reduceByQuasiMonic| |dfRange| |hypergeometric0F1|
- |fillPascalTriangle| |totolex| |minusInfinity| |jvmSynchronized|
- |semiResultantReduitEuclidean| |quadraticForm| |solid?| |getProperty|
- |octon| |iisqrt3| |cAsec| |degree| |scaleRoots| |critBonD| |sechIfCan|
- |disjunction| |imagI| |mathieu23| |normalizeAtInfinity| |harmonic|
- |e04fdf| |elaboration| |linSolve| |cCsch| |startTableGcd!| |f02bbf|
- |solveLinearlyOverQ| |collectUpper| |extendIfCan| |pseudoDivide|
- |makeGraphImage| |d01ajf| |OMgetEndObject| |bfEntry| |setsubMatrix!|
- |product| |integralCoordinates| |inGroundField?| |recip| |inverse|
- |pattern| |debug| |exportedOperators| |cSec| |upperCase?| |myDegree|
- |reverse!| |iisec| |checkPrecision| |doubleFloatFormat| |redPo|
- |twist| D |any| |socf2socdf| |e04gcf| |dAndcExp| |s21bdf|
- |rationalIfCan| |type| |laplacian| |cosSinInfo| |insertMatch|
- |monicDecomposeIfCan| |e04naf| |rightGcd| |readUInt32!|
- |semiResultantEuclidean2| |intersect| |euclideanGroebner| |aQuadratic|
- |scalarTypeOf| |genericLeftTrace| |critMTonD1| |maxColIndex|
- |subresultantSequence| |completeEval| |rightRankPolynomial| |dim|
- |maxPoints| |discriminantEuclidean| |UnVectorise| |rdHack1| |lazyPrem|
- |univariatePolynomials| |concat| |complexIntegrate|
- |rectangularMatrix| |leftPower| |rootOf| |satisfy?| |hex|
- |strongGenerators| |alternative?| |shiftRoots| |pr2dmp| |plenaryPower|
- |blankSeparate| |goodPoint| |getExplanations| |completeSmith|
- |OMputError| |mapUnivariateIfCan| |denomRicDE| |clearCache| |iicot|
- |bezoutMatrix| |integers| |qinterval| |bfKeys| |const| |setleaves!|
- |sech2cosh| F2FG |irForm| |OMUnknownSymbol?| |d01fcf| |charClass|
- |unitCanonical| |noLinearFactor?| |cartesian| |limitedIntegrate|
- |clipParametric| |antisymmetric?| |weighted| |absolutelyIrreducible?|
- |genericLeftNorm| |s21bbf| |oddintegers| |print| |s17agf| |jvmSuper|
- |inf| |pole?| |formfeed| |OMlistSymbols| |resolve| |subMatrix|
- |rubiksGroup| |setvalue!| |writeInt8!| |iiGamma| |extractIfCan|
- |remainder| |removeIrreducibleRedundantFactors| |convert| |toroidal|
- |characteristicPolynomial| |numer| |subscript| |unitNormal| |mapCoef|
- |evenlambert| |transform| |horizConcat| |leftZero| |complete| |denom|
- |allRootsOf| |s17def| |ptree| |zeroVector| |binaryFunction| |s17aff|
- |primeFactor| |findBinding| |e01bgf| |cPower| |enqueue!| |c05nbf|
- |splitNodeOf!| |genericLeftMinimalPolynomial| |supersub| |title|
- |fill!| |pi| |iibinom| |argument| |outputList| |makeYoungTableau|
- |reduction| |shiftRight| |cCoth| |infinity| |bumptab| |simplify|
- |triangularSystems| |possiblyNewVariety?| |prepareSubResAlgo|
- |idealiser| |permutationGroup| |univariatePolynomialsGcds| |fracPart|
- |e02dff| |numberOfFactors| |polygamma| |rootRadius| |s18dcf| |e|
- |tryFunctionalDecomposition?| |lastSubResultantElseSplit| |ceiling|
- |length| |quotientByP| |sumOfKthPowerDivisors| |contractSolve|
- |restorePrecision| |hue| |antiCommutative?| |kernel| |c06fqf|
- |pseudoQuotient| |scripts| |mainContent| |minimumDegree| |divideIfCan|
- |s18def| |constant?| |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
+ |Enumeration| |Mapping| |Record| |Union| |e01daf| |postfix|
+ |jokerMode| |monicRightFactorIfCan| |Si| |mapUnivariateIfCan| |lexico|
+ |numericIfCan| |leftTrim| |sayLength| |setValue!| |alphanumeric|
+ |numberOfFactors| |rquo| |ip4Address| |showClipRegion| |d02kef| |kind|
+ |copyInto!| |physicalLength!| |minRowIndex| |conjugates| |shiftRight|
+ |makeGraphImage| |redmat| |chineseRemainder|
+ |resultantReduitEuclidean| |maxPoints| |positiveRemainder|
+ |safeCeiling| FG2F |OMsend| |positive?| |leftTraceMatrix|
+ |fractionFreeGauss!| |expenseOfEvaluation| |complementaryBasis|
+ |graeffe| |asecIfCan| |compactFraction| |pToDmp| |localReal?| |minus!|
+ |rightScalarTimes!| |rombergo| |representationType|
+ |viewWriteAvailable| |antiAssociative?| |setProperty|
+ |isAbsolutelyIrreducible?| |dimensionsOf|
+ |degreeSubResultantEuclidean| |slex| |zeroSetSplit| |qfactor|
+ |aromberg| |yCoord| |nil?| |cschIfCan| |anfactor| |leastMonomial|
+ |jvmPublic| |myDegree| |removeRoughlyRedundantFactorsInPol|
+ |resultantReduit| |bsolve| |subResultantChain| |mesh| |taylorRep|
+ |cycleRagits| |binding| |systemSizeIF| |rst| |newTypeLists| |optimize|
+ |operation| |key?| |transcendentalDecompose| |complexNormalize|
+ |OMlistSymbols| |algebraic?| |rightZero| |tryFunctionalDecomposition|
+ |pdct| |shuffle| |union| |associatedSystem| |bubbleSort!| |cCsc|
+ |indicialEquationAtInfinity| |generalizedContinuumHypothesisAssumed?|
+ |reducedForm| |e04mbf| |semiResultantReduitEuclidean|
+ |extendedIntegrate| |clearTheIFTable| |pack!| |rroot| |OMgetInteger|
+ |lazyPremWithDefault| |constantLeft| |rename| |associatedEquations|
+ |nextIrreduciblePoly| |denomLODE| |denomRicDE|
+ |cyclotomicDecomposition| |binomial| |mix| |polygamma|
+ |stoseIntegralLastSubResultant| |initTable!| |infRittWu?| |shade|
+ |mainKernel| |OMgetError| |extension| |cCoth| |imagi|
+ |mainPrimitivePart| |radicalEigenvectors| |initials| |reverse|
+ |discriminantEuclidean| |startTable!| |expintegrate| |triangSolve|
+ |frobenius| |leadingCoefficientRicDE| |cLog| |d01ajf|
+ |differentialVariables| |leastAffineMultiple| |dmp2rfi| |numFunEvals|
+ |subtractIfCan| |reducedSystem| |mdeg| |SturmHabichtCoefficients|
+ |hash| |intcompBasis| |froot| |insertBottom!| |mkPrim|
+ |stoseInvertibleSetsqfreg| |li| |removeRedundantFactorsInContents|
+ |jordanAlgebra?| |trueEqual| |polarCoordinates| |henselFact| |count|
+ |rank| |super| |enterInCache| |stoseSquareFreePart| |leftRank|
+ |clearFortranOutputStack| |ode2| |rightUnits| |e02baf| |e02def|
+ |setRealSteps| |lazyPseudoRemainder| |d01apf| |bumprow| |bit?|
+ |negative?| |doubleResultant| |constructor| |f02wef| |zeroDim?|
+ |less?| |radicalEigenvalues| |nextPartition|
+ |rightCharacteristicPolynomial| |besselK| |subMatrix| |f04mcf|
+ |flexible?| |scripted?| |conjug| |setMaxPoints| |validExponential|
+ |reverse!| |before?| |rewriteSetWithReduction| |rspace|
+ |mainCoefficients| |cycleElt| |virtualDegree| |degreeSubResultant|
+ |nthRoot| |genus| |imagJ| |trace2PowMod| |generalPosition| |cos2sec|
+ |removeSinhSq| |dualSignature| |viewDeltaYDefault| |iicot|
+ |removeDuplicates!| |lSpaceBasis| |complement| EQ |rootRadius|
+ |lighting| |makeSeries| |unitVector| |selectMultiDimensionalRoutines|
+ |category| |cCosh| |quadraticForm| |collectUnder| |integer?|
+ |showTheIFTable| |coefficients| |maximumExponent| |endSubProgram|
+ |arbitrary| |mathieu22| |relativeApprox| |domain| |hcrf| |e02daf|
+ |apply| |isAnd| |permutationRepresentation| |makeCos| |cAcsch|
+ |associatorDependence| |intChoose| |getSyntaxFormsFromFile| |lists|
+ |basisOfMiddleNucleus| |entries| |UnVectorise| |package| |wholePart|
+ |first| |factorSFBRlcUnit| |linearDependenceOverZ| |series|
+ |squareFreeLexTriangular| |bumptab| |s17ahf| |OMgetEndObject|
+ |branchIfCan| |safeFloor| |extractProperty| |binomThmExpt| |rest|
+ |iteratedInitials| |fibonacci| |stopTable!| |cCos| |atrapezoidal|
+ |ratPoly| |bezoutResultant| |clipSurface| |decreasePrecision|
+ |aLinear| |region| |binarySearchTree| |setProperties|
+ |nextLatticePermutation| |complexNumericIfCan| |odd?|
+ |sylvesterMatrix| |capacity| |nextsousResultant2| |flexibleArray|
+ |logIfCan| |rightTrace| |factors| |lowerCase| |lquo| |doubleDisc|
+ |cyclicSubmodule| |deriv| |writeLine!| |rubiksGroup| |besselI|
+ |nextsubResultant2| |bag| |rationalPoint?| |prod| |min|
+ |stiffnessAndStabilityFactor| |figureUnits| |computeCycleEntry|
+ |Vectorise| |rootProduct| |genericRightTrace| |edf2efi| |iomode|
+ |f07fef| |selectOrPolynomials| |charthRoot| |pseudoRemainder|
+ |leftUnits| |epilogue| |realZeros| |normal01| |signatureAst| |prefix|
+ |toseLastSubResultant| |bezoutMatrix| |outlineRender| |iisec|
+ |readIfCan!| |arg1| |s18dcf| |monomials| |reflect| |commonDenominator|
+ |credPol| |optional?| |elementary| |mainVariable?| |vedf2vef| |binary|
+ |iidprod| |predicate| |arg2| |cyclicParents| |e02ddf| |setref|
+ |symmetricPower| |denominators| |createZechTable| |redpps|
+ |parseString| |selectIntegrationRoutines| |FormatArabic| |outputList|
+ |bfEntry| |kmax| |irCtor| |halfExtendedSubResultantGcd2| |rdHack1|
+ |solid?| |limitedint| |jvmProtected| |meshPar2Var| |setFieldInfo|
+ |simplify| |next| |conditions| |rarrow| |hdmpToP| |parametersOf|
+ |medialSet| |viewDefaults| |shrinkable| |e01bhf| |s19aaf|
+ |integralRepresents| |OMconnOutDevice| |adaptive| |match|
+ |prefixRagits| |brillhartTrials| |lyndonIfCan| |euclideanNormalForm|
+ |returnType!| |forLoop| |dequeue!| |normalizeIfCan| |unvectorise|
+ |localAbs| |subCase?| |OMputEndBind| |resetNew| |sn| |e01bef| |fmecg|
+ |balancedFactorisation| |genericLeftDiscriminant| |s18aff| |largest|
+ |d01gaf| |selectPDERoutines| |indiceSubResultant| |setvalue!|
+ |bernoulli| |s17acf| |exponentialOrder| |every?| |rk4a| |calcRanges|
+ |pattern| |iicos| |upperCase!| |elliptic| |clearTheSymbolTable|
+ |convergents| |log2| |diophantineSystem| |digamma| |rationalPower|
+ |iicosh| |currentSubProgram| |shellSort| |univcase|
+ |basisOfLeftAnnihilator| |maxPoints3D| |linGenPos| |extractBottom!|
+ |setMinPoints3D| |integers| |parabolic| |doubleFloatFormat|
+ |tryFunctionalDecomposition?| |fortranTypeOf| |pop!| |readLine!|
+ |elRow2!| |bat| |OMgetBVar| |laguerreL| |fortranCharacter|
+ |fixedPoint| |parameters| |isobaric?| |deleteRoutine!| |bracket|
+ |merge| |nodes| |simpsono| |ravel| |approxNthRoot| |true| |supRittWu?|
+ |sinhIfCan| |floor| |cAcosh| |standardBasisOfCyclicSubmodule|
+ |variable?| |setchildren!| |invertible?| |lazy?| |reshape| |f04adf|
+ |mathieu12| |orthonormalBasis| |csch2sinh| |logical?| |OMbindTCP|
+ |lazyPrem| |oddInfiniteProduct| |basisOfNucleus| |pdf2ef| |tab1|
+ |primeFrobenius| |printTypes| |comparison| |makeSin| |map|
+ |shallowExpand| |scale| |d02raf| |fortranCompilerName| |f04axf|
+ |singularAtInfinity?| |leadingIdeal| |polyRDE| |row|
+ |triangularSystems| |makeSketch| |e04ucf| |mat| |factorOfDegree|
+ |randomLC| |cycles| |colorDef| |moduloP| |graphs| |goto|
+ |var2StepsDefault| |identity| |parametric?| |possiblyNewVariety?|
+ |iilog| |writeInt8!| |setAdaptive3D| |selectSumOfSquaresRoutines|
+ |mainDefiningPolynomial| |unary?| |outputSpacing| |OMreceive| |wreath|
+ |zeroDimensional?| |setlast!| |basisOfCenter| |convert|
+ |perfectSquare?| |jacobian| |OMputSymbol| |stFunc2| |polynomialZeros|
+ |rightRemainder| |list?| |OMputEndAttr| |normalise| |backOldPos|
+ |trigs| |littleEndian| |changeVar| |modTree| |cothIfCan| |groebgen|
+ |makeprod| |generalSqFr| |redPo| |buildSyntax| |remove!| |truncate|
+ |recolor| |inverseIntegralMatrixAtInfinity| |option?| |log10|
+ |selectAndPolynomials| |droot| |rewriteIdealWithRemainder| |sorted?|
+ |id| |wronskianMatrix| |iitan| |upperCase| |reorder| |baseRDEsys|
+ |bitand| |heap| |c05pbf| |binaryTournament| |internalIntegrate| |lo|
+ |lazyIntegrate| |oddlambert| |genericLeftNorm| |viewSizeDefault|
+ |asinhIfCan| |messagePrint| |bitior| |explimitedint| |composite|
+ |cAtan| |s20adf| |step| |Aleph| |createNormalPoly| |palgint0|
+ |Frobenius| |specialTrigs| |primextintfrac|
+ |factorSquareFreeByRecursion| |perspective| |increasePrecision|
+ |palgextint0| |iicoth| |sturmSequence| |orbits| |cyclic?|
+ |univariatePolynomials| |second| |diagonals| |numerator| |squareFree|
+ |iisech| |infinite?| |basisOfLeftNucloid| |polyred| |algint|
+ |removeRoughlyRedundantFactorsInContents| |third| |ranges| |checkRur|
+ |splitLinear| |OMputAttr| |systemCommand| |s17dgf| |stack|
+ |startTableGcd!| |key| |edf2ef| |zeroDimPrime?| |qPot| |makeSUP|
+ |factorList| |internalDecompose| |supersub| |UpTriBddDenomInv|
+ |lowerPolynomial| |gcdprim| |categoryFrame| |e02gaf| |rotate!|
+ |jordanAdmissible?| |iExquo| |endOfFile?| |explogs2trigs|
+ |userOrdered?| |derivative| |filename| |normal| |OMReadError?|
+ |reseed| |setEpilogue!| |tan2trig| |extendedint| |lastSubResultant|
+ |integralCoordinates| |jvmStatic| |conjunction| |prepareSubResAlgo|
+ |mapUp!| |isPlus| |halfExtendedResultant1| |setMinPoints|
+ |eigenvectors| |car| |f2st| |abs| |radicalOfLeftTraceForm| |prem|
+ |parse| |acotIfCan| |maxRowIndex| |semiIndiceSubResultantEuclidean|
+ |notelem| |hermite| |lagrange| |LazardQuotient| |eq| |subTriSet?|
+ |nextPrimitivePoly| |lepol| |copy!| |s21bbf| |BasicMethod| |polar|
+ |reduceByQuasiMonic| |iter| |f01qcf| |e02zaf| |rationalFunction|
+ |lowerCase?| |e01bff| |lift| |isOpen?| |column| |expandLog|
+ |palgLODE0| |perfectSqrt| |eyeDistance| |certainlySubVariety?| |value|
+ |cycleEntry| |rotate| |reduce| |ParCond| |defineProperty| |chvar|
+ |perfectNthRoot| |genericLeftTrace| |exprHasLogarithmicWeights|
+ |infieldIntegrate| |d02ejf| |bivariate?| |numberOfPrimitivePoly|
+ |sequence| |isOr| |replaceKthElement| |printCode| |secIfCan|
+ |createPrimitiveElement| |f01ref| |f04atf| |asechIfCan| |OMreadStr|
+ |psolve| |f02bbf| |semiResultantEuclideannaif| |generateIrredPoly|
+ |stopTableInvSet!| |stoseInvertible?reg| |rootPower| |palgRDE| |fill!|
+ |jvmStrict| |linear| |monicModulo| |OMclose| |headReduced?|
+ |linearAssociatedLog| |d01gbf| |lineColorDefault| |initiallyReduced?|
+ |f01bsf| |expt| |bits| |recoverAfterFail| |ksec| |listRepresentation|
+ |noncommutativeJordanAlgebra?| |curryLeft| |complexExpand|
+ |outputMeasure| |createNormalElement| |unaryFunction| |readBytes!|
+ |rule| |polynomial| |OMsetEncoding| Y |OMgetEndAttr| |opeval|
+ |selectfirst| |nextColeman| |LyndonWordsList| |hasHi| |xCoord|
+ |enumerate| |setDifference| |inGroundField?| |applyRules| |coshIfCan|
+ |safetyMargin| |untab| |ScanArabic| |innerint| |factorsOfDegree|
+ |dimension| |squareTop| |squareFreePrim| |idealiser| |prime?|
+ |totalLex| |oddintegers| |palglimint0| |twoFactor| |c06gcf| |atom?|
+ |OMread| |generators| |index| |extractIndex| |tanh2trigh|
+ |innerSolve1| |integralLastSubResultant| |toseInvertibleSet| |dfRange|
+ |cyclotomicFactorization| |iicsc| |shufflein| |modifyPointData|
+ |units| |realRoots| |children| |c02aff| |c02agf| |critMTonD1| |eulerE|
+ |minset| |merge!| |getStream| |lowerCase!| |functorData| |discreteLog|
+ |pair| |shanksDiscLogAlgorithm| |typeLists| |isNot| |qelt| |returns|
+ |tan| |setPoly| |pquo| |Nul| |zeroDimPrimary?| |newReduc| |ref|
+ |setColumn!| |groebSolve| |chainSubResultants| |qsetelt|
+ |createGenericMatrix| |janko2| |cot| |sort| |explicitlyFinite?|
+ |commutative?| |latex| |coord| |tanAn| |newline|
+ |topFortranOutputStack| |collectQuasiMonic| |xRange| |Lazard2| |sec|
+ |c06eaf| |completeHermite| |iibinom| |rootOfIrreduciblePoly| |cAtanh|
+ |monicLeftDivide| |directSum| |e02bef| |mainSquareFreePart|
+ |leadingSupport| |yRange| |csubst| |csc| |random| |pointSizeDefault|
+ |incrementKthElement| |headReduce| |code|
+ |leftCharacteristicPolynomial| |omError| |cardinality| |points|
+ |jvmInterface| |nary?| |zRange| |indicialEquations| |asin| |top!|
+ |monicRightDivide| |result| |recip| |addMatch| |symmetricGroup|
+ |romberg| |quotedOperators| |superscript| |map!| |leftExtendedGcd|
+ |acos| |repeating?| |karatsubaDivide| |exprToXXP| |OMParseError?|
+ |permutationGroup| |primes| |oneDimensionalArray| |s17agf|
+ |complexEigenvectors| |multinomial| |qsetelt!| |name| |atan|
+ |pointColorPalette| |integralMatrixAtInfinity| |hyperelliptic|
+ |nsqfree| |inconsistent?| |solveLinearlyOverQ| |rk4| |fixedPoints|
+ |tanSum| |setprevious!| |search| |body| |acot| |maxrank| |simplifyLog|
+ |exprToGenUPS| |trunc| |nullary?| |reset| |scopes| |input|
+ |insertTop!| |fractRadix| |maxColIndex| |hypergeometric0F1| |asec|
+ |normalDenom| |expint| |doubleRank| |f02awf| |curveColor| |library|
+ |head| |toScale| |linearAssociatedExp| |gethi| BY |getlo|
+ |integralDerivationMatrix| |acsc| |coth2tanh| |readUInt8!|
+ |extractPoint| |charpol| |size| |write| |f02agf| |s13aaf| |hexDigit?|
+ |algebraicSort| |diagonalProduct| |parabolicCylindrical|
+ |constantRight| |hessian| |sinh| |root?| |printInfo!| |primintegrate|
+ |rewriteIdealWithQuasiMonicGenerators| |save| |separateDegrees|
+ |decompose| |sumOfDivisors| |palgextint| |sin2csc| |acsch|
+ |invmultisect| |cosh| |repSq| |leftRemainder| |equiv| |pushNewContour|
+ |fortranLiteral| |color| |jvmFloatConstantTag| |enterPointData|
+ |uncouplingMatrices| |makeop| |tanh| |writeByte!| |tableau|
+ |constantIfCan| |extensionDegree| |algintegrate| |zCoord| |lifting1|
+ |split| |partialFraction| |symbolTableOf| |coth| |d03edf|
+ |showArrayValues| |mapUnivariate| |inverse|
+ |halfExtendedSubResultantGcd1| |getOperator| |startStats!| |cot2tan|
+ |Beta| |copies| |iiacsc| |sech| |compBound| |constant| |argument|
+ |LyndonBasis| NOT |escape| |dequeue| |jvmSuper| |makeUnit|
+ |gcdPolynomial| |ratpart| |port| |mainCharacterization| |csch|
+ |closed| |getOrder| |setButtonValue| |pmintegrate| OR |ideal| |f01brf|
+ |readLineIfCan!| |solve1| |OMopenFile| |unitsColorDefault| |newLine|
+ |asinh| |iroot| |interval| |property| |resultantEuclidean| AND
+ |univariatePolynomialsGcds| |curve?| |nthFlag| |LagrangeInterpolation|
+ |subresultantSequence| |df2mf| |genericPosition| |acosh| |OMserve|
+ |subResultantGcd| |OMUnknownCD?| |routines| |node| |edf2df|
+ |collectUpper| |generalInfiniteProduct| |rightFactorIfCan|
+ |fillPascalTriangle| |expandPower| |lfunc| |t| |signature| |atanh|
+ |setMaxPoints3D| |initiallyReduce| |nthFractionalTerm| |simplifyExp|
+ |palglimint| |argumentListOf| |exprToUPS| |just| |makeEq|
+ |finiteBound| |acoth| |rationalPoints| |double?|
+ |showTheRoutinesTable| |transcendent?| |nothing|
+ |brillhartIrreducible?| |f02bjf| |isExpt| |universe| |assert|
+ |definingInequation| |inHallBasis?| |mapBivariate| |asech| |unparse|
+ |green| |categories| |minrank| |poisson| |quasiComponent| |normalize|
+ |repeating| |entry?| |delete!| |simpson| |selectNonFiniteRoutines|
+ |OMputFloat| |dihedralGroup| |regularRepresentation|
+ |fortranLiteralLine| |show| |basisOfRightNucloid| |dictionary|
+ |zeroOf| |binaryTree| |sturmVariationsOf| |multiple|
+ |setLegalFortranSourceExtensions| |screenResolution3D|
+ |exportedOperators| |predicates| |quickSort| |d02bhf|
+ |intermediateResultsIF| |elColumn2!| |mesh?| |applyQuote|
+ |factorGroebnerBasis| |seriesToOutputForm| |cyclicEntries| |status|
+ |mirror| |totalDegree| |integerBound| |cAsin| |trace| |inf|
+ |resultantEuclideannaif| |equality| |countable?| |tower| |c06frf|
+ |f02axf| |functionIsFracPolynomial?| |makeYoungTableau| |expPot|
+ |string?| |useNagFunctions| |numberOfComputedEntries| |OMgetObject|
+ |cAsech| |normFactors| |nodeOf?| |OMputInteger| |direction| *
+ |makeMulti| |lazyPseudoDivide| |choosemon| |symFunc| |llprop|
+ |tubePoints| |ruleset| |OMencodingUnknown| |completeSmith|
+ |getIdentifier| |e01saf| |fracPart| |compiledFunction| |corrPoly|
+ |f04qaf| |completeEval| |highCommonTerms| |leftAlternative?|
+ |externalList| |divisors| |OMconnInDevice| |s01eaf| |OMwrite|
+ |whitePoint| |quasiMonicPolynomials| |nextNormalPoly| |OMencodingXML|
+ |removeZeroes| |fortranInteger| |subResultantGcdEuclidean|
+ |composites| |primintfldpoly| |concat| |leastPower| |argumentList!|
+ |changeNameToObjf| |unitNormalize| |loadNativeModule| |complexNumeric|
+ |suchThat| |pushup| |nonQsign| |e01sef| |coerceImages| |pleskenSplit|
+ = |macroExpand| |norm| |cycleSplit!| |sts2stst| |callForm?| |cond|
+ |outputFixed| |rootBound| |firstSubsetGray| |selectODEIVPRoutines|
+ |equation| |trigs2explogs| |pdf2df| |reduceLODE| |besselJ| |kernels|
+ |cSec| |selectOptimizationRoutines| |chebyshevT| |RittWuCompare| <
+ |component| |usingTable?| |expintfldpoly| |ord| |operator|
+ |graphState| |dihedral| |swap!| |f02aaf| |subSet| > |f04faf| |pole?|
+ |optAttributes| |iisqrt2| |plusInfinity| |varList| |univariate|
+ |divideIfCan| |substitute| |symbolTable|
+ |zeroSetSplitIntoTriangularSystems| |ratDsolve| |dn|
+ |normalizeAtInfinity| <= |rightRank| |s14baf| |patternMatch|
+ |minusInfinity| |d01alf| |viewPhiDefault| |xn| |reduction| |subHeight|
+ |ef2edf| |finiteBasis| >= |distribute| |bivariateSLPEBR|
+ |factorSquareFreePolynomial| |pushFortranOutputStack| |bandedJacobian|
+ |rightExactQuotient| |LiePolyIfCan| |rightMinimalPolynomial| |rowEch|
+ |lazyVariations| |lieAlgebra?| |factor| |getMatch| |leftFactorIfCan|
+ |leftUnit| |popFortranOutputStack| |hMonic| |gcdcofactprim|
+ |viewDeltaXDefault| |cartesian| |stosePrepareSubResAlgo| |edf2fi|
+ |rightRankPolynomial| |splitConstant| |distFact| |sqrt| |title|
+ |overlap| |outputAsFortran| |localIntegralBasis| |fractionPart|
+ |reducedContinuedFraction| |support| + |f04jgf| |fortran|
+ |RemainderList| |s14aaf| |normalizedAssociate| |real| |iFTable| |red|
+ |symmetric?| - |sizeMultiplication| |inR?| |schwerpunkt| |mapGen|
+ |type| |processTemplate| |imag| |divide| |f02fjf| |symbol?|
+ |showAllElements| |palgRDE0| / |f01qdf| |OMputEndApp| |e|
+ |removeRoughlyRedundantFactorsInPols| |directProduct| |gramschmidt|
+ |augment| |characteristicSerie| |relerror| |e02aef|
+ |showFortranOutputStack| |viewThetaDefault| |sinIfCan| |bat1| |s21baf|
+ |hostByteOrder| |getMultiplicationTable| |completeEchelonBasis|
+ |writeUInt8!| |firstUncouplingMatrix| |irreducible?| |jvmAbstract|
+ |sec2cos| |univariateSolve| |musserTrials| |c06ebf| |fTable| |brace|
+ |complete| |squareFreePart| |pointLists| |formula| |duplicates?|
+ |reindex| |geometric| |squareFreePolynomial| |erf| |plus| |s18def|
+ |leftDivide| |destruct| |OMsupportsSymbol?| |normalDeriv| |airyBi|
+ |rational?| |char| |harmonic| |eigenvalues| |subQuasiComponent?|
+ |rotatez| |numericalOptimization| |OMputEndObject|
+ |multiplyCoefficients| |complexLimit| |interReduce| |df2fi| |bottom!|
+ |baseRDE| |axesColorDefault| |stoseInternalLastSubResultant| |iiasinh|
+ |mapExpon| |d02gaf| |cPower| RF2UTS |e04ycf| |headAst| |whatInfinity|
+ |exponential1| |taylorIfCan| |dilog| |LyndonWordsList1| |times|
+ |euler| |transpose| |imagE| |tanhIfCan| |uniform| |inverseColeman|
+ |localUnquote| |evaluateInverse| |limitedIntegrate| |changeThreshhold|
+ |radPoly| |index?| |generalizedEigenvector| |solveid| |monomial| |sin|
+ |tab| |removeRedundantFactors| |vector| |options| |coHeight| |init|
+ |skewSFunction| |innerSolve| |float| |power| |weakBiRank|
+ |getOperands| |branchPoint?| |testModulus| |lifting| |cos|
+ |multivariate| |definingEquations| |createPrimitivePoly|
+ |differentiate| |goodPoint| |separateFactors| |deepestInitial|
+ |basisOfRightAnnihilator| |numberOfNormalPoly| |readUInt32!| |ran|
+ |rationalApproximation| |variables| |variationOfParameters|
+ |OMputBind| |goodnessOfFit| |string| |getGraph| |implies|
+ |subscriptedVariables| |times!| |collect| |script| |e04dgf| |monom|
+ |mappingMode| |legendreP| |gcdPrimitive| |changeMeasure| |principal?|
+ |critB| |algebraicOf| |imaginary| |eigenvector| |rk4qc| |iiperm|
+ |constant?| |diag| |allRootsOf| |cExp| |expIfCan| |d02gbf| |e02bbf|
+ |stoseInvertible?sqfreg| |torsionIfCan| |dual| |SturmHabicht|
+ |besselY| |dimensions| |f01qef| |numFunEvals3D| |e02ajf|
+ |stopTableGcd!| |OMgetVariable| |tex| |morphism| |common|
+ |exprHasWeightCosWXorSinWX| |rotatey| |normalizedDivide|
+ |OMgetEndError| |viewPosDefault| |printHeader| |e04fdf|
+ |singularitiesOf| |lyndon?| |f04arf| |environment| |rightPower|
+ |taylor| |over| |definingPolynomial| |basisOfLeftNucleus|
+ |insertionSort!| |partition| |mergeFactors| |optpair| |mindegTerm|
+ |leaves| |verticalTab| |laurent| |resetBadValues| |ridHack1|
+ |numberOfCycles| |exp| |level| |push!| |karatsuba| |clipParametric|
+ |makeFloatFunction| |lazyPquo| |keys| GE |branchPointAtInfinity?|
+ |curve| |maxrow| |modularGcdPrimitive| |enqueue!| |critT| |rational|
+ |s19abf| |smith| |lprop| GT |selectsecond| |normInvertible?|
+ |LowTriBddDenomInv| |thenBranch| |cyclotomic| |findCycle|
+ |discriminant| |measure2Result| |outputFloating| |OMputBVar| LE
+ |semiResultantEuclidean2| |evaluate| |stopMusserTrials| |nrows|
+ |bright| |is?| |preprocess| |readInt16!| |mr| |sign| |getExplanations|
+ |label| |cross| |purelyTranscendental?| LT |loopPoints| |conical|
+ |toseInvertible?| |ncols| |elseBranch| |createRandomElement|
+ |singRicDE| |primPartElseUnitCanonical| |divisorCascade|
+ |generalTwoFactor| |cosh2sech| |reopen!| |multiplyExponents|
+ |operators| |kroneckerDelta| |commaSeparate| |s17def| |subspace|
+ |f2df| |sylvesterSequence| LODO2FUN |tanIfCan| |reducedDiscriminant|
+ |divergence| |fullDisplay| |rightLcm| |symmetricProduct| |totalfract|
+ |setClipValue| |removeCoshSq| |meshPar1Var| |mulmod| |addPoint2|
+ |curry| |jvmVolatile| |unrankImproperPartitions1| |cscIfCan| |mvar|
+ |summation| |removeZero| |semiDegreeSubResultantEuclidean| |Is|
+ |areEquivalent?| |iflist2Result| |c06fpf| SEGMENT |characteristicSet|
+ |increase| |isEquiv| |cCot| |cTan| |elaboration| |complexZeros|
+ |setPredicates| |roughEqualIdeals?| |numerators| |d03faf| |crushedSet|
+ |cn| |null?| |outputGeneral| |controlPanel| |cAcos| |read!|
+ |antisymmetric?| |minColIndex| |rootSplit| |null| |closedCurve|
+ |gensym| |c05nbf| |e02bcf| |split!| |option| |iCompose| |regime|
+ |OMreadFile| |nlde| |contours| |exponent| |d01aqf| |karatsubaOnce|
+ |not| |jvmLongConstantTag| |isTimes| |computeBasis|
+ |expandTrigProducts| |getRef| |order| |rowEchelonLocal| |laguerre|
+ |intersect| |inputOutputBinaryFile| |frst| |boundOfCauchy| |and|
+ |plotPolar| |uniform01| |createMultiplicationMatrix| |getGoodPrime|
+ |drawToScale| |splitSquarefree| |cubic| |failed?| |rischDEsys|
+ |cycleTail| |or| |firstNumer| |removeRedundantFactorsInPols|
+ |getMultiplicationMatrix| |addMatchRestricted| |interpret| |round|
+ |irreducibleRepresentation| |mainExpression| |FormatRoman|
+ |linkToFortran| |light| |xor| |pair?| |mapSolve| |exprex| |putGraph|
+ |digit?| |eisensteinIrreducible?| |pol| |writeBytes!|
+ |linearlyDependentOverZ?| |airyAi| |quoByVar| |case| |zeroVector|
+ |moebiusMu| |logpart| |fi2df| |jvmMethodrefConstantTag|
+ |rewriteIdealWithHeadRemainder| |idealSimplify| |rotatex|
+ |nthExponent| |plot| |Zero| |iisinh| |stripCommentsAndBlanks|
+ |leftReducedSystem| |drawComplexVectorField| |linSolve| |comp|
+ |showAll?| |heapSort| |showSummary| |s17dcf| |OMgetBind| |One|
+ |extendedEuclidean| |lambert| |groebner| |someBasis| |function|
+ |coerceL| |rightRecip| |indiceSubResultantEuclidean| |setPosition|
+ |cosIfCan| |block| |zoom| |s17aef| |legendre| |weighted| |difference|
+ |countRealRootsMultiple| |extractTop!| |showAttributes| |setStatus|
+ |createLowComplexityTable| |f02adf| |multiple?| |condition|
+ |quasiAlgebraicSet| |createPrimitiveNormalPoly| |multisect| |shape|
+ |integralBasisAtInfinity| |sizePascalTriangle| |f02xef| |monomRDEsys|
+ |child| |csc2sin| |d01anf| |leaf?| |euclideanGroebner| |module|
+ |algebraicDecompose| |indicialEquation| |splitNodeOf!|
+ |tableForDiscreteLogarithm| |leader| |exactQuotient!| |OMgetFloat|
+ |queue| |paren| |cRationalPower| |delete| |wordInStrongGenerators|
+ |elt| |findConstructor| |rur| |clearTable!| |fintegrate| |measure|
+ |compound?| |slash| |printStatement| |modulus| |setScreenResolution|
+ |s13acf| |sum| |noKaratsuba| |makeVariable| |elaborate| |more?|
+ |qroot| |checkForZero| |iterationVar| |removeSquaresIfCan|
+ |subresultantVector| |explicitlyEmpty?| |OMgetSymbol| |lfintegrate|
+ |asimpson| |monomial?| |dim| |lazyResidueClass| |setrest!|
+ |binaryFunction| |modifyPoint| |s21bcf| |jacobiIdentity?| |irDef|
+ |outputAsTex| |factorial| |yCoordinates| |unit| |element?| |midpoint|
+ |s20acf| |inRadical?| |acschIfCan| |determinant| |constDsolve|
+ |balancedBinaryTree| |iiacot| |lazyGintegrate| |elaborateFile|
+ |coordinates| |debug| |parts| |cCsch| |absolutelyIrreducible?|
+ |stFunc1| |submod| |genericRightMinimalPolynomial| |minPol|
+ |pointColor| |clip| D |stFuncN| |mapExponents| |ddFact|
+ |createLowComplexityNormalBasis| |lcm| |coth2trigh| |f07fdf|
+ |characteristic| |monicCompleteDecompose| |youngDiagram| |belong?|
+ |hexDigit| |exteriorDifferential| |aQuadratic| |GospersMethod|
+ |outputAsScript| |underscore| |minimumExponent| |blue|
+ |taylorQuoByVar| |append| |d01bbf| |low| |eigenMatrix|
+ |PollardSmallFactor| |associator| |genericLeftMinimalPolynomial|
+ |subNodeOf?| |digit| |numer| |upperBound| |antisymmetricTensors| |gcd|
+ |numberOfChildren| |rootNormalize| |updatF| |quotient| |d03eef|
+ |pureLex| |countRealRoots| |zero?| |prevPrime| |denom| |var1Steps|
+ |false| |BumInSepFFE| |polygon| |vark| |solveRetract|
+ |nativeModuleExtension| |jvmInterfaceMethodConstantTag| |subset?|
+ |exptMod| |OMputEndError| |clikeUniv| |invertIfCan| |getDatabase|
+ |jvmPrivate| |LazardQuotient2| |compile| |pushuconst| |pi|
+ |viewport2D| |s19adf| |ScanFloatIgnoreSpaces| |coercePreimagesImages|
+ |sequences| |hasPredicate?| |principalAncestors| |voidMode|
+ |magnitude| |infinity| |getPickedPoints| |inc| |numericalIntegration|
+ |point?| |adaptive?| |linearElement| |leftRegularRepresentation|
+ |var1StepsDefault| |associates?| |diagonal?| |minordet|
+ |fortranComplex| |bezoutDiscriminant| |weights| |clipPointsDefault|
+ |f02akf| |setAttributeButtonStep| |wrregime| |readInt32!| |print|
+ |autoReduced?| |interactiveEnv| |rightQuotient| |Ei| |startPolynomial|
+ |hue| |extract!| |deepCopy| |resolve| |power!| |stirling1| |kernel|
+ |denominator| |extend| |scalarTypeOf| |iiexp| |e02agf|
+ |reciprocalPolynomial| |setVariableOrder| |homogeneous?| |groebner?|
+ |list| |irForm| |triangulate| |tanintegrate| |d01akf| |f01maf| |draw|
+ |critBonD| |iiasech| |createThreeSpace| |integralMatrix| |setLength!|
+ |nextNormalPrimitivePoly| |debug3D| |alternating| |subscript| |pow|
+ |hitherPlane| |f07aef| |lhs| |call| |OMputString| |prindINFO|
+ |OMgetEndApp| |acoshIfCan| |zeroSquareMatrix| |modularFactor| |center|
+ |find| |fortranLinkerArgs| |showIntensityFunctions| |rhs| |create|
+ |purelyAlgebraic?| |member?| |groebnerFactorize| |solveLinear|
+ |roughBase?| |OMputAtp| |prepareDecompose| |setImagSteps| |normDeriv2|
+ |ParCondList| |cyclicEqual?| |dioSolve| |makeObject| |sizeLess?|
+ |width| |getBadValues| |host| |rootPoly| |antiCommutator| |ScanRoman|
+ |graphImage| |declare| |extractClosed| |coef| |permutation| |e02adf|
+ |subst| |isConnected?| |antiCommutative?| |lfextlimint|
+ |palgintegrate| |resultant| |normalElement| |clearTheFTable| |tRange|
+ |constantCoefficientRicDE| |root| |front| |attributeData|
+ |screenResolution| |semiSubResultantGcdEuclidean2| |pointPlot|
+ |limitPlus| |solveLinearPolynomialEquationByRecursion| |delta|
+ |constantToUnaryFunction| |createMultiplicationTable| |rootSimp|
+ |cyclePartition| |e02bdf| |initial| |symbolIfCan| |singular?|
+ |OMUnknownSymbol?| |laplacian| |shift| |bipolarCylindrical|
+ |leftTrace| |f02aff| |normalForm| |strongGenerators| |quasiMonic?|
+ |signAround| |unrankImproperPartitions0| |swapRows!| |objects|
+ |createIrreduciblePoly| |matrixGcd| |unitNormal| |mainVariable|
+ |sncndn| |packageCall| |sechIfCan| |symmetricSquare| |optional|
+ |exprHasAlgebraicWeight| |base| |getZechTable| |maxIndex|
+ |infinityNorm| |squareMatrix| |multiEuclidean| |curveColorPalette|
+ |s15aef| |acosIfCan| |SturmHabichtMultiple| |imagk| |acothIfCan|
+ |exponential| |normalized?| |f04mbf| |iipow| |df2st| |divisor| UP2UTS
+ |logGamma| |drawComplex| |jvmStringConstantTag| |removeConstantTerm|
+ |lp| |listOfMonoms| |log| |useEisensteinCriterion| |setnext!|
+ |factorsOfCyclicGroupSize| |lazyPseudoQuotient| |pushdown|
+ |stronglyReduce| |digits| |monomRDE| |laplace| |saturate| |cSinh|
+ |subPolSet?| |permutations| |printInfo| |lambda| |hasSolution?|
+ |c06fqf| |coerceP| |reducedQPowers| |one?| |say| |nthFactor|
+ |clipBoolean| |traverse| |contains?| |left| |weight| |errorInfo|
+ |minPoints| |float?| |dmpToP| |multiEuclideanTree| |minimize|
+ |nthRootIfCan| |presub| |right| |rootKerSimp| |cup| |factorSquareFree|
+ |point| |mapCoef| |minPoints3D| |alternative?| |linearMatrix| |d01fcf|
+ |ReduceOrder| |cosSinInfo| |df2ef| |e02dcf| |alternatingGroup|
+ |pointColorDefault| |cache| |primitiveElement| |badValues|
+ |deepExpand| |updatD| |putColorInfo| |close| |laurentRep| |arrayStack|
+ |partialDenominators| |iiasec| |s17aff| |primlimitedint| |isList|
+ |problemPoints| |leftMult| |c06ecf| |mapDown!| |sinhcosh|
+ |simplifyPower| |cdr| |patternVariable| |e04jaf| |disjunction|
+ |distance| |display| |qqq| |cyclic| |range| |leviCivitaSymbol|
+ |sinh2csch| |wholeRadix| |sumSquares| |rightRegularRepresentation|
+ |sup| |previous| |elem?| |simpleBounds?| |identification|
+ |numberOfHues| |doubleComplex?| |ptFunc| |unknown| |roughUnitIdeal?|
+ |HermiteIntegrate| |pile| |Ci| |unit?| |makeResult| |indices|
+ |conditionP| |powers| |parents| |invertibleElseSplit?| |s19acf|
+ |leftFactor| |prolateSpheroidal| |coerceListOfPairs| |htrigs|
+ |multiset| |particularSolution| |roman| |setFormula!| |exQuo|
+ |upDateBranches| |hasTopPredicate?| |currentEnv| |totalDifferential|
+ |pseudoQuotient| |distdfact| |hostPlatform| |probablyZeroDim?|
+ |d01asf| |e02ahf| |quatern| |eq?| |inspect| |s18acf|
+ |removeSuperfluousQuasiComponents| |evenlambert| |square?|
+ |properties| |consnewpol| |charClass| |fixedPointExquo| |hconcat|
+ |padicallyExpand| |symbol| |quadratic?| |ffactor| |realElementary|
+ |toseSquareFreePart| |shiftRoots| |translate| |output| |separate|
+ |critpOrder| |mainValue| |factorials| |insertMatch| |expression|
+ |trim| |viewport3D| |genericRightNorm| |primaryDecomp| |bandedHessian|
+ |test| |lexTriangular| |bitTruth| |linear?| |generator|
+ |extendedResultant| |integer| |changeName| |inverseLaplace|
+ |physicalLength| |trivialIdeal?| |orbit| |remove| |delay|
+ |insertRoot!| |symmetricDifference| |ldf2vmf| |functionIsOscillatory|
+ |tracePowMod| |s13adf| UTS2UP |infLex?| |imagI| |wholeRagits|
+ |printStats!| |sdf2lst| |complexRoots| |primeFactor| |entry| |dark|
+ |symmetricRemainder| |expr| |quadratic| |last| |dmpToHdmp|
+ |commutativeEquality| |c06gsf| |hdmpToDmp| |decimal| |se2rfi|
+ |tablePow| |complexForm| |traceMatrix| |assoc| |knownInfBasis|
+ |message| |OMencodingBinary| |complexElementary| |insert!| |pushucoef|
+ |mainContent| |f04asf| |errorKind| |drawStyle| |changeWeightLevel|
+ |polyPart| |acscIfCan| |polyRicDE| |aQuartic| |rootDirectory|
+ |jvmIntegerConstantTag| |tensorProduct| |normal?|
+ |useEisensteinCriterion?| |pointData| |weierstrass|
+ |lastSubResultantEuclidean| |alphanumeric?| |horizontalTab|
+ |jvmClassConstantTag| |transform| |variable| |OMputObject| |polygon?|
+ |unitCanonical| |explicitEntries?| |diagonal| |iicsch| |partitions|
+ |coefficient| |iterators| |quartic| |pr2dmp| |setleft!| |refine|
+ |typeList| |extractSplittingLeaf| |substring?| |getButtonValue|
+ |hasoln| |cylindrical| |overbar| |radicalSimplify| |OMgetString|
+ |eulerPhi| |high| |monicDecomposeIfCan| |useSingleFactorBound|
+ |asinIfCan| |LiePoly| |birth| |readByte!| |generalizedEigenvectors|
+ |gradient| |rightMult| |mainMonomials| |checkPrecision| |incr|
+ |iiacoth| |suffix?| |invertibleSet| |top| |nullSpace| |empty|
+ |reverseLex| |makingStats?| |linearlyDependent?|
+ |selectFiniteRoutines| |ocf2ocdf| |hi| |continue| |rules| |firstDenom|
+ |isAtom| |OMgetEndAtp| |tubeRadiusDefault| |bytes| |mathieu23|
+ |character?| |solveInField| |nthCoef| |numeric| |prefix?| |rightOne|
+ |internalLastSubResultant| |complexEigenvalues|
+ |algebraicCoefficients?| |OMgetType| |linearAssociatedOrder| |eof?|
+ |startTableInvSet!| |radical| |stoseInvertible?| |makeCrit|
+ |overlabel| |horizConcat| |f02ajf| |positiveSolve| |rightAlternative?|
+ |mergeDifference| |numberOfImproperPartitions| |setelt!| |algDsolve|
+ |minimumDegree| |findBinding| |setClosed| |UP2ifCan|
+ |conditionsForIdempotents| |s17akf| |tube| |extendedSubResultantGcd|
+ |rightTraceMatrix| |radicalSolve| |linearPart| |isOp| |compdegd|
+ |irVar| |precision| |noLinearFactor?| |rename!| |integrate| |minIndex|
+ |triangular?| |readInt8!| |OMlistCDs| |plenaryPower| |ldf2lst|
+ |noValueMode| |closed?| |setCondition!| |critM| |listYoungTableaus|
+ |e01sff| |makeViewport3D| |exponents| |identitySquareMatrix|
+ |removeCosSq| |laurentIfCan| |infix?| |nonSingularModel|
+ |quadraticNorm| |dflist| |intPatternMatch| |sub| |s17dhf| |mkcomm|
+ |integral| |e04naf| |nextPrimitiveNormalPoly| |mask| |bothWays|
+ |ptree| |palgint| |monomialIntegrate| |topPredicate| |OMconnectTCP|
+ |OMputVariable| |symmetricTensors| |primextendedint|
+ |fullPartialFraction| |lazyEvaluate| |computePowers| |e02akf| |f07adf|
+ |deref| |freeOf?| |resize| |chebyshevU| |Lazard|
+ |stoseLastSubResultant| |iifact| |cons| |dominantTerm| |att2Result|
+ |decomposeFunc| |raisePolynomial| |setsubMatrix!|
+ |initializeGroupForWordProblem| |iiacsch| |mindeg| |divideExponents|
+ |getProperty| |beauzamyBound| |OMgetApp| |c06fuf| |generate|
+ |inverseIntegralMatrix| |roughBasicSet| |leftZero| |middle| |finite?|
+ |setright!| |readable?| |radicalEigenvector| |hermiteH| |iiatan|
+ |fglmIfCan| |e01bgf| |addPointLast| |resultantnaif| |OMgetAttr| |rem|
+ |encodingDirectory| |incrementBy| |argscript| |mpsode| |associative?|
+ |s17ajf| |iisin| |euclideanSize| |coerceS| |f02aef| |quo| |varselect|
+ |expand| |mkIntegral| |getCurve|
+ |generalizedContinuumHypothesisAssumed| |adaptive3D?| |integral?|
+ |dimensionOfIrreducibleRepresentation| |source| |nextSublist|
+ |structuralConstants| |ratDenom| |filterWhile| |B1solve| |monicDivide|
+ |pushdterm| |s18aef| |blankSeparate| |derivationCoordinates| |space|
+ |qinterval| |div| |leftLcm| |filterUntil|
+ |functionIsContinuousAtEndPoints| |lastSubResultantElseSplit|
+ |bitCoef| |any| |nextPrime| |OMmakeConn| |supDimElseRittWu?| |exquo|
+ |rightGcd| |select| |singleFactorBound| |arity| |realEigenvectors|
+ |squareFreeFactors| |directory| |OMsupportsCD?| |target|
+ |quasiRegular?| |leftScalarTimes!| |phiCoord| ~= |doublyTransitive?|
+ |fprindINFO| |stoseInvertibleSet| |exists?| |revert| |components|
+ |back| |internal?| |position| |evenInfiniteProduct| |#|
+ |inputBinaryFile| |mainForm| |numberOfComponents| |resetVariableOrder|
+ |connect| |lflimitedint| |lookupFunction| |tanNa| |leftExactQuotient|
+ |rightDivide| ~ |external?| |isQuotient| |product| |coerce| |ipow|
+ |increment| |var2Steps| |integralAtInfinity?| |octon| |f01rcf|
+ |generalLambert| |genericRightTraceForm| |accuracyIF| |curryRight|
+ |construct| |elRow1!| |real?| |palginfieldint| |putProperty| |sin?|
+ |nextItem| |basicSet| |zerosOf| |plus!| |showRegion| |iiGamma|
+ |aspFilename| |setIntersection| |subNode?| |nand| |mkAnswer| |lookup|
+ |/\\| |c06gbf| |cycleLength| |algSplitSimple| |continuedFraction|
+ |vectorise| |update| |d02cjf| |primitivePart!| |\\/| |lllp|
+ |rischNormalize| |jvmUTF8ConstantTag| |quoted?| |matrixConcat3D|
+ |content| |lfextendedint| |roughSubIdeal?| |bfKeys| |removeSinSq|
+ |twist| |ignore?| |trapezoidalo| |height| |ceiling|
+ |algebraicVariables| |graphCurves| |fixedDivisor| |numberOfComposites|
+ |bigEndian| |Gamma| |any?| |clipWithRanges| |genericRightDiscriminant|
+ |tubeRadius| |sh| |semiSubResultantGcdEuclidean1| |recur|
+ |lieAdmissible?| |rowEchLocal| |coordinate| |listConjugateBases|
+ |s17dlf| |factorPolynomial| |tubePointsDefault| |complexIntegrate|
+ |moebius| |btwFact| |univariate?| |addBadValue| |completeHensel|
+ |setTopPredicate| |factorAndSplit| |palgLODE| |returnTypeOf|
+ |appendPoint| |mantissa| |OMgetEndBVar| |viewWriteDefault|
+ |padicFraction| |commutator| |create3Space|
+ |ScanFloatIgnoreSpacesIfCan| |semicolonSeparate| |primlimintfrac|
+ |stronglyReduced?| |neglist| |imagK| |numberOfDivisors| |bernoulliB|
+ |conjugate| |max| |extractIfCan| |cfirst| |iisqrt3| |vspace|
+ |moreAlgebraic?| |closedCurve?| |fortranCarriageReturn|
+ |outputBinaryFile| |irreducibleFactor| |solve| |bombieriNorm|
+ |linefeed| |imagj| |isImplies| |internalIntegrate0| |sparsityIF|
+ |leftQuotient| |irreducibleFactors| |setOfMinN| |isMult|
+ |OMgetEndBind| |rangePascalTriangle| |yellow| |c05adf| |rCoord|
+ |atoms| |matrixDimensions| |pade|
+ |rewriteSetByReducingWithParticularGenerators| |radix| |iprint|
+ |infix| |randnum| |seriesSolve| |gcdcofact| |length| |infiniteProduct|
+ |socf2socdf| |quotientByP| |seed| |combineFeatureCompatibility|
+ |shallowCopy| |leftNorm| |nor| |const| |match?| |scripts| |pastel|
+ |updateStatus!| |rightUnit| |internalSubPolSet?| |setelt| |invmod|
+ |jvmFinal| |makeTerm| |sumOfSquares| |bivariatePolynomials| |set|
+ |thetaCoord| |partialNumerators| |alphabetic| |showTheFTable|
+ |elliptic?| |pToHdmp| |rectangularMatrix| |jvmDoubleConstantTag|
+ |connectTo| |ListOfTerms| |depth| |kovacic| |sqfrFactor|
+ |pascalTriangle| |copy| |nonLinearPart| |swap| |meshFun2Var|
+ |scalarMatrix| |exactQuotient| |powern| |leftDiscriminant| |spherical|
+ |principalIdeal| |lyndon| |mappingAst| |iidsum| |datalist|
+ |integerIfCan| |stirling2| |prologue| |nthExpon| |cAcoth| |nullary|
+ |autoCoerce| |e01baf| |remainder| |fortranDoubleComplex|
+ |setLabelValue| |An| |closeComponent| |tail| |isPower|
+ |basisOfRightNucleus| |cSin| |linearForm| |c06gqf|
+ |generalizedInverse| |cAsec| |d02bbf| |ode| |bitLength|
+ |relationsIdeal| |realEigenvalues| |mathieu24| |number?| |ode1|
+ |lllip| |semiDiscriminantEuclidean| |subResultantsChain| |hspace|
+ |coleman| |numberOfMonomials| |void| |leftGcd| |companionBlocks|
+ |leadingBasisTerm| |midpoints| |possiblyInfinite?| |infieldint|
+ |newSubProgram| |getVariableOrder| |e04gcf| |basisOfCentroid|
+ |sumOfKthPowerDivisors| |nilFactor| |perfectNthPower?| |exp1|
+ |interpolate| |retract| |cap| |torsion?| |repeatUntilLoop| |setEmpty!|
+ |nullity| |KrullNumber| |oblateSpheroidal| |badNum| ** |setfirst!|
+ |separant| |setleaves!| |leadingTerm| |bringDown|
+ |stiffnessAndStabilityOfODEIF| |linears| |stoseInvertibleSetreg|
+ |cAcot| |semiLastSubResultantEuclidean| |leftPower| |decrease|
+ |jvmNameAndTypeConstantTag| |basisOfCommutingElements| |iiabs|
+ |cyclicGroup| |totalGroebner| |move| |iiasin| |rightDiscriminant|
+ |minGbasis| |constantOpIfCan| |internalInfRittWu?| |f02abf|
+ |univariatePolynomial| |setUnion| |writable?| |powmod| |whileLoop|
+ |complex?| |HenselLift| |complexSolve| |flatten|
+ |halfExtendedResultant2| |mapdiv| |approximants| |minimalPolynomial|
+ |wordInGenerators| |rightNorm| |removeIrreducibleRedundantFactors|
+ |e01sbf| |zag| |retractable?| |patternMatchTimes| |getMeasure|
+ |pmComplexintegrate| |maxdeg| |box| |numberOfOperations|
+ |factorFraction| |shiftLeft| |bindings| |headRemainder|
+ |rightExtendedGcd| |assign| |unknownEndian| |backspace| |makeFR|
+ |rischDE| |leftRecip| |retractIfCan| |iitanh| |degree| |setTex!|
+ |qualifier| |OMcloseConn| |listexp| |po| |empty?| |double|
+ |deepestTail| |OMputEndBVar| |removeDuplicates| |getProperties|
+ |jvmNative| |dAndcExp| |s14abf| |contractSolve| |push|
+ |internalSubQuasiComponent?| |s17adf| |getConstant| |cAcsc| |tan2cot|
+ |tubePlot| |adjoint| |meatAxe| |fortranDouble| |prinb| |npcoef|
+ |failed| |youngGroup| |select!| |sech2cosh| |zeroMatrix| |error|
+ |surface| |splitDenominator| |unprotectedRemoveRedundantFactors|
+ |lowerBound| |rootOf| |computeInt| |vconcat| |fortranReal| |dec|
+ |lazyIrreducibleFactors| |scanOneDimSubspaces| |viewpoint| |toroidal|
+ |mapmult| |schema| |nthr| |constantKernel| |internalZeroSetSplit|
+ |padecf| |lfinfieldint| |graphStates| |leadingExponent| |coefChoose|
+ |ramifiedAtInfinity?| |cAsinh| |elements| |outerProduct| |cyclicCopy|
+ |cTanh| |central?| |factor1| |monomialIntPoly| |atanIfCan|
+ |putProperties| |prime| |leadingIndex| |diagonalMatrix| |scan|
+ |biRank| |mightHaveRoots| |check| |factorset| |setStatus!| |declare!|
+ |basis| |withPredicates| |setErrorBound| |powerAssociative?|
+ |fortranLogical| |c06ekf| |sortConstraints| |minPoly| |cSech| |s15adf|
+ |groebnerIdeal| |insert| |linearPolynomials| |sort!| |lex| |byte|
+ |degreePartition| |puiseux| |pomopo!| |polCase| |ellipticCylindrical|
+ |setOrder| |OMencodingSGML| |bumptab1| |tanQ| |ricDsolve| |s21bdf|
+ |stop| |restorePrecision| |open?| |iiacos| |f01mcf| |lintgcd|
+ |scaleRoots| |OMputApp| |showScalarValues| |lexGroebner| |outputForm|
+ |inv| |resetAttributeButtons| |superHeight| |clearDenominator|
+ |LyndonCoordinates| |eval| |satisfy?| F2FG |PDESolve| |inrootof|
+ |has?| |ground?| |zero| |swapColumns!| |compose| |anticoord| |s18adf|
+ |d01amf| |showTheSymbolTable| |deleteProperty!| |hclf| |printingInfo?|
+ |unexpand| |ground| |drawCurves| |quasiRegular|
+ |characteristicPolynomial| |dot| |moduleSum| |powerSum| |alphabetic?|
+ |typeForm| |testDim| |presuper| |sqfree| |leadingMonomial|
+ |computeCycleLength| |And| |expenseOfEvaluationIF| |divideIfCan!|
+ |SturmHabichtSequence| |segment| |cycle| |reduceBasisAtInfinity|
+ |identityMatrix| |f01rdf| |mainVariables| |leadingCoefficient| |Or|
+ |jacobi| |vertConcat| |factorByRecursion| |SFunction| |listBranches|
+ |primPartElseUnitCanonical!| |int| |child?| |iiacosh|
+ |primitiveMonomials| |extendIfCan| |Not| |OMunhandledSymbol|
+ |currentScope| |trailingCoefficient| |getCode| |expextendedint|
+ |reduced?| |listOfLists| |reductum| |iiatanh| |bounds| |mainMonomial|
+ |primitivePart| |setScreenResolution3D| |totolex| |matrix| |tanh2coth|
+ |transcendenceDegree| |prinshINFO| |trapezoidal| |internalAugment|
+ |carriageReturn| |wordsForStrongGenerators| |style| |byteBuffer|
+ |contract| F |quote| |cotIfCan| |rk4f| |rowEchelon| |chiSquare|
+ |chiSquare1| |currentCategoryFrame| |prinpolINFO| |addmod|
+ |rationalIfCan| |createNormalPrimitivePoly| |duplicates|
+ |rangeIsFinite| |mathieu11| |solid| |hex| |write!| |idealiserMatrix|
+ |jvmTransient| |redPol| |even?| |componentUpperBound|
+ |solveLinearPolynomialEquationByFractions| |outputArgs| |in?|
+ |overset?| |f04maf| |rightFactorCandidate| |monic?| |open|
+ |useSingleFactorBound?| |generic| |sincos| |viewZoomDefault|
+ |leftMinimalPolynomial| |modularGcd| |unmakeSUP| |crest| |setRow!|
+ |build| |jvmFieldrefConstantTag| |flagFactor| |OMputEndAtp|
+ |colorFunction| |semiResultantEuclidean1| |OMputError| |rdregime|
+ |nil| |removeSuperfluousCases| |e02dff| |pseudoDivide| |randomR|
+ |makeViewport2D| |listLoops| |arguments| |represents|
+ |partialQuotients| |fractRagits| |size?| |OMgetAtp| |changeBase|
+ |critMonD1| |concat!| |intensity| |comment| |categoryMode|
+ |mapMatrixIfCan| |cot2trig| |addiag| |operations| |reify| |primitive?|
+ |generic?| |makeRecord| |replace| |domainTemplate| |close!| |gbasis|
+ |linearDependence| |integralBasis| |tree| |node?| |numberOfVariables|
+ |approximate| |dom| |table| |imports| |setPrologue!| |readUInt16!|
+ |terms| |complex| |radicalRoots| |members| |setAdaptive| |ODESolve|
+ |Hausdorff| |addPoint| |parent| |obj| |new| |tValues|
+ |purelyAlgebraicLeadingMonomial?| |sPol| |interpretString| |limit|
+ |rootsOf| |numberOfFractionalTerms| |paraboloidal| |innerEigenvectors|
+ |upperCase?| |leftOne| |position!| |gderiv| |leftRankPolynomial|
+ |expressIdealMember| |jvmSynchronized| |diff| |part?| GF2FG
+ |fixPredicate| |op| |maxint| |OMopenString| |formfeed| |approxSqrt|
+ |selectPolynomials| |constantOperator| |unravel|
+ |numberOfIrreduciblePoly| |clearCache| |bipolar| |abelianGroup|
+ |genericLeftTraceForm| |atanhIfCan| |aCubic| |realSolve| |axes|
+ |ramified?| |multMonom| |solveLinearPolynomialEquation| |rightTrim|
+ |permanent| |sample| |nextSubsetGray| |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 22a184dd..3cd9c6c9 100644
--- a/src/share/algebra/interp.daase
+++ b/src/share/algebra/interp.daase
@@ -1,5489 +1,5493 @@
-(3471998 . 3508766252)
-((-2280 (((-114) (-1 (-114) |#2| |#2|) $) 86 T ELT) (((-114) $) NIL T ELT)) (-3119 (($ (-1 (-114) |#2| |#2|) $) 18 T ELT) (($ $) NIL T ELT)) (-2696 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-1265 (-560)) |#2|) 44 T ELT)) (-4318 (($ $) 80 T ELT)) (-2108 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 52 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 50 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) 49 T ELT)) (-2533 (((-560) (-1 (-114) |#2|) $) 27 T ELT) (((-560) |#2| $) NIL T ELT) (((-560) |#2| $ (-560)) 96 T ELT)) (-1559 (((-663 |#2|) $) 13 T ELT)) (-4246 (($ (-1 (-114) |#2| |#2|) $ $) 64 T ELT) (($ $ $) NIL T ELT)) (-3459 (($ (-1 |#2| |#2|) $) 37 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 60 T ELT)) (-1726 (($ |#2| $ (-560)) NIL T ELT) (($ $ $ (-560)) 67 T ELT)) (-3327 (((-3 |#2| "failed") (-1 (-114) |#2|) $) 29 T ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 23 T ELT)) (-1495 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) 66 T ELT)) (-3435 (($ $ (-560)) 76 T ELT) (($ $ (-1265 (-560))) 75 T ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) 34 T ELT) (((-793) |#2| $) NIL T ELT)) (-2877 (($ $ $ (-560)) 69 T ELT)) (-2721 (($ $) 68 T ELT)) (-2548 (($ (-663 |#2|)) 73 T ELT)) (-4357 (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ $) 87 T ELT) (($ (-663 $)) 85 T ELT)) (-2539 (((-887) $) 92 T ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) 22 T ELT)) (-2329 (((-114) $ $) 95 T ELT)) (-2349 (((-114) $ $) 99 T ELT)))
-(((-18 |#1| |#2|) (-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2349 ((-114) |#1| |#1|)) (-15 -3119 (|#1| |#1|)) (-15 -3119 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -4318 (|#1| |#1|)) (-15 -2877 (|#1| |#1| |#1| (-560))) (-15 -2280 ((-114) |#1|)) (-15 -4246 (|#1| |#1| |#1|)) (-15 -2533 ((-560) |#2| |#1| (-560))) (-15 -2533 ((-560) |#2| |#1|)) (-15 -2533 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -2280 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -4246 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -2696 (|#2| |#1| (-1265 (-560)) |#2|)) (-15 -1726 (|#1| |#1| |#1| (-560))) (-15 -1726 (|#1| |#2| |#1| (-560))) (-15 -3435 (|#1| |#1| (-1265 (-560)))) (-15 -3435 (|#1| |#1| (-560))) (-15 -2067 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4357 (|#1| (-663 |#1|))) (-15 -4357 (|#1| |#1| |#1|)) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#2|)) (-15 -1495 (|#1| |#1| (-1265 (-560)))) (-15 -2548 (|#1| (-663 |#2|))) (-15 -3327 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1495 (|#2| |#1| (-560))) (-15 -1495 (|#2| |#1| (-560) |#2|)) (-15 -2696 (|#2| |#1| (-560) |#2|)) (-15 -3150 ((-793) |#2| |#1|)) (-15 -1559 ((-663 |#2|) |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3459 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2721 (|#1| |#1|))) (-19 |#2|) (-1248)) (T -18))
+(3473074 . 3508838164)
+((-1860 (((-114) (-1 (-114) |#2| |#2|) $) 86 T ELT) (((-114) $) NIL T ELT)) (-4235 (($ (-1 (-114) |#2| |#2|) $) 18 T ELT) (($ $) NIL T ELT)) (-3986 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-1266 (-560)) |#2|) 44 T ELT)) (-1518 (($ $) 80 T ELT)) (-1995 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 52 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 50 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) 49 T ELT)) (-3817 (((-560) (-1 (-114) |#2|) $) 27 T ELT) (((-560) |#2| $) NIL T ELT) (((-560) |#2| $ (-560)) 96 T ELT)) (-3086 (((-663 |#2|) $) 13 T ELT)) (-1762 (($ (-1 (-114) |#2| |#2|) $ $) 64 T ELT) (($ $ $) NIL T ELT)) (-2173 (($ (-1 |#2| |#2|) $) 37 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 60 T ELT)) (-4233 (($ |#2| $ (-560)) NIL T ELT) (($ $ $ (-560)) 67 T ELT)) (-3237 (((-3 |#2| "failed") (-1 (-114) |#2|) $) 29 T ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 23 T ELT)) (-3034 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) 66 T ELT)) (-3032 (($ $ (-560)) 76 T ELT) (($ $ (-1266 (-560))) 75 T ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) 34 T ELT) (((-793) |#2| $) NIL T ELT)) (-1352 (($ $ $ (-560)) 69 T ELT)) (-4007 (($ $) 68 T ELT)) (-3845 (($ (-663 |#2|)) 73 T ELT)) (-2465 (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ $) 87 T ELT) (($ (-663 $)) 85 T ELT)) (-3834 (((-888) $) 92 T ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) 22 T ELT)) (-2478 (((-114) $ $) 95 T ELT)) (-2499 (((-114) $ $) 99 T ELT)))
+(((-18 |#1| |#2|) (-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -2499 ((-114) |#1| |#1|)) (-15 -4235 (|#1| |#1|)) (-15 -4235 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -1518 (|#1| |#1|)) (-15 -1352 (|#1| |#1| |#1| (-560))) (-15 -1860 ((-114) |#1|)) (-15 -1762 (|#1| |#1| |#1|)) (-15 -3817 ((-560) |#2| |#1| (-560))) (-15 -3817 ((-560) |#2| |#1|)) (-15 -3817 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -1860 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -1762 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -3986 (|#2| |#1| (-1266 (-560)) |#2|)) (-15 -4233 (|#1| |#1| |#1| (-560))) (-15 -4233 (|#1| |#2| |#1| (-560))) (-15 -3032 (|#1| |#1| (-1266 (-560)))) (-15 -3032 (|#1| |#1| (-560))) (-15 -1793 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2465 (|#1| (-663 |#1|))) (-15 -2465 (|#1| |#1| |#1|)) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#2|)) (-15 -3034 (|#1| |#1| (-1266 (-560)))) (-15 -3845 (|#1| (-663 |#2|))) (-15 -3237 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3034 (|#2| |#1| (-560))) (-15 -3034 (|#2| |#1| (-560) |#2|)) (-15 -3986 (|#2| |#1| (-560) |#2|)) (-15 -1485 ((-793) |#2| |#1|)) (-15 -3086 ((-663 |#2|) |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2173 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4007 (|#1| |#1|))) (-19 |#2|) (-1249)) (T -18))
NIL
-(-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2349 ((-114) |#1| |#1|)) (-15 -3119 (|#1| |#1|)) (-15 -3119 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -4318 (|#1| |#1|)) (-15 -2877 (|#1| |#1| |#1| (-560))) (-15 -2280 ((-114) |#1|)) (-15 -4246 (|#1| |#1| |#1|)) (-15 -2533 ((-560) |#2| |#1| (-560))) (-15 -2533 ((-560) |#2| |#1|)) (-15 -2533 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -2280 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -4246 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -2696 (|#2| |#1| (-1265 (-560)) |#2|)) (-15 -1726 (|#1| |#1| |#1| (-560))) (-15 -1726 (|#1| |#2| |#1| (-560))) (-15 -3435 (|#1| |#1| (-1265 (-560)))) (-15 -3435 (|#1| |#1| (-560))) (-15 -2067 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4357 (|#1| (-663 |#1|))) (-15 -4357 (|#1| |#1| |#1|)) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#2|)) (-15 -1495 (|#1| |#1| (-1265 (-560)))) (-15 -2548 (|#1| (-663 |#2|))) (-15 -3327 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1495 (|#2| |#1| (-560))) (-15 -1495 (|#2| |#1| (-560) |#2|)) (-15 -2696 (|#2| |#1| (-560) |#2|)) (-15 -3150 ((-793) |#2| |#1|)) (-15 -1559 ((-663 |#2|) |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3459 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2721 (|#1| |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) 47 (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) 110 T ELT) (((-114) $) 104 (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) 101 (|has| $ (-6 -4510)) ELT) (($ $) 100 (-12 (|has| |#1| (-871)) (|has| $ (-6 -4510))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) 111 T ELT) (($ $) 105 (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-4318 (($ $) 102 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 112 T ELT)) (-2885 (($ $) 87 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#1| $) 86 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 58 T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) 109 T ELT) (((-560) |#1| $) 108 (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) 107 (|has| |#1| (-1132)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) |#1|) 77 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 50 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 94 (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) 113 T ELT) (($ $ $) 106 (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 51 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 95 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-1936 (((-663 (-560)) $) 53 T ELT)) (-2624 (((-114) (-560) $) 54 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 49 (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-4446 (($ $ |#1|) 48 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1265 (-560))) 78 T ELT)) (-3435 (($ $ (-560)) 71 T ELT) (($ $ (-1265 (-560))) 70 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2877 (($ $ $ (-560)) 103 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 79 T ELT)) (-4357 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) 96 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 98 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) 97 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 99 (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-19 |#1|) (-142) (-1248)) (T -19))
+(-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -2499 ((-114) |#1| |#1|)) (-15 -4235 (|#1| |#1|)) (-15 -4235 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -1518 (|#1| |#1|)) (-15 -1352 (|#1| |#1| |#1| (-560))) (-15 -1860 ((-114) |#1|)) (-15 -1762 (|#1| |#1| |#1|)) (-15 -3817 ((-560) |#2| |#1| (-560))) (-15 -3817 ((-560) |#2| |#1|)) (-15 -3817 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -1860 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -1762 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -3986 (|#2| |#1| (-1266 (-560)) |#2|)) (-15 -4233 (|#1| |#1| |#1| (-560))) (-15 -4233 (|#1| |#2| |#1| (-560))) (-15 -3032 (|#1| |#1| (-1266 (-560)))) (-15 -3032 (|#1| |#1| (-560))) (-15 -1793 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2465 (|#1| (-663 |#1|))) (-15 -2465 (|#1| |#1| |#1|)) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#2|)) (-15 -3034 (|#1| |#1| (-1266 (-560)))) (-15 -3845 (|#1| (-663 |#2|))) (-15 -3237 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3034 (|#2| |#1| (-560))) (-15 -3034 (|#2| |#1| (-560) |#2|)) (-15 -3986 (|#2| |#1| (-560) |#2|)) (-15 -1485 ((-793) |#2| |#1|)) (-15 -3086 ((-663 |#2|) |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2173 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4007 (|#1| |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) 47 (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) 110 T ELT) (((-114) $) 104 (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) 101 (|has| $ (-6 -4511)) ELT) (($ $) 100 (-12 (|has| |#1| (-872)) (|has| $ (-6 -4511))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) 111 T ELT) (($ $) 105 (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-1518 (($ $) 102 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 112 T ELT)) (-4154 (($ $) 87 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#1| $) 86 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 58 T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) 109 T ELT) (((-560) |#1| $) 108 (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) 107 (|has| |#1| (-1133)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) |#1|) 77 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 50 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 94 (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) 113 T ELT) (($ $ $) 106 (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 51 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 95 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-3444 (((-663 (-560)) $) 53 T ELT)) (-2679 (((-114) (-560) $) 54 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 49 (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-2024 (($ $ |#1|) 48 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1266 (-560))) 78 T ELT)) (-3032 (($ $ (-560)) 71 T ELT) (($ $ (-1266 (-560))) 70 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1352 (($ $ $ (-560)) 103 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 79 T ELT)) (-2465 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) 96 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 98 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) 97 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 99 (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-19 |#1|) (-142) (-1249)) (T -19))
NIL
-(-13 (-385 |t#1|) (-10 -7 (-6 -4510)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-385 |#1|) . T) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-673 |#1|) . T) ((-871) |has| |#1| (-871)) ((-874) |has| |#1| (-871)) ((-1132) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871))) ((-1248) . T))
-((-2494 (((-3 $ "failed") $ $) 12 T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) 9 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) 16 T ELT) (($ (-560) $) 26 T ELT)))
-(((-20 |#1|) (-10 -8 (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -2494 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|))) (-21)) (T -20))
+(-13 (-385 |t#1|) (-10 -7 (-6 -4511)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-385 |#1|) . T) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-673 |#1|) . T) ((-872) |has| |#1| (-872)) ((-875) |has| |#1| (-872)) ((-1133) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872))) ((-1249) . T))
+((-1469 (((-3 $ "failed") $ $) 12 T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) 9 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) 16 T ELT) (($ (-560) $) 26 T ELT)))
+(((-20 |#1|) (-10 -8 (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -1469 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|))) (-21)) (T -20))
NIL
-(-10 -8 (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -2494 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT)))
+(-10 -8 (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -1469 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT)))
(((-21) (-142)) (T -21))
-((-2426 (*1 *1 *1) (-4 *1 (-21))) (-2426 (*1 *1 *1 *1) (-4 *1 (-21))))
-(-13 (-133) (-668 (-560)) (-10 -8 (-15 -2426 ($ $)) (-15 -2426 ($ $ $))))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-1132) . T) ((-1248) . T))
-((-3626 (((-114) $) 10 T ELT)) (-3366 (($) 15 T ELT)) (* (($ (-948) $) 14 T ELT) (($ (-793) $) 19 T ELT)))
-(((-22 |#1|) (-10 -8 (-15 * (|#1| (-793) |#1|)) (-15 -3626 ((-114) |#1|)) (-15 -3366 (|#1|)) (-15 * (|#1| (-948) |#1|))) (-23)) (T -22))
-NIL
-(-10 -8 (-15 * (|#1| (-793) |#1|)) (-15 -3626 ((-114) |#1|)) (-15 -3366 (|#1|)) (-15 * (|#1| (-948) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT)))
+((-2581 (*1 *1 *1) (-4 *1 (-21))) (-2581 (*1 *1 *1 *1) (-4 *1 (-21))))
+(-13 (-133) (-668 (-560)) (-10 -8 (-15 -2581 ($ $)) (-15 -2581 ($ $ $))))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-1133) . T) ((-1249) . T))
+((-3136 (((-114) $) 10 T ELT)) (-4489 (($) 15 T ELT)) (* (($ (-949) $) 14 T ELT) (($ (-793) $) 19 T ELT)))
+(((-22 |#1|) (-10 -8 (-15 * (|#1| (-793) |#1|)) (-15 -3136 ((-114) |#1|)) (-15 -4489 (|#1|)) (-15 * (|#1| (-949) |#1|))) (-23)) (T -22))
+NIL
+(-10 -8 (-15 * (|#1| (-793) |#1|)) (-15 -3136 ((-114) |#1|)) (-15 -4489 (|#1|)) (-15 * (|#1| (-949) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT)))
(((-23) (-142)) (T -23))
-((-1427 (*1 *1) (-4 *1 (-23))) (-3366 (*1 *1) (-4 *1 (-23))) (-3626 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-114)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-793)))))
-(-13 (-25) (-10 -8 (-15 (-1427) ($) -3721) (-15 -3366 ($) -3721) (-15 -3626 ((-114) $)) (-15 * ($ (-793) $))))
-(((-25) . T) ((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((* (($ (-948) $) 10 T ELT)))
-(((-24 |#1|) (-10 -8 (-15 * (|#1| (-948) |#1|))) (-25)) (T -24))
-NIL
-(-10 -8 (-15 * (|#1| (-948) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT)))
+((-2971 (*1 *1) (-4 *1 (-23))) (-4489 (*1 *1) (-4 *1 (-23))) (-3136 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-114)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-793)))))
+(-13 (-25) (-10 -8 (-15 (-2971) ($) -2292) (-15 -4489 ($) -2292) (-15 -3136 ((-114) $)) (-15 * ($ (-793) $))))
+(((-25) . T) ((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((* (($ (-949) $) 10 T ELT)))
+(((-24 |#1|) (-10 -8 (-15 * (|#1| (-949) |#1|))) (-25)) (T -24))
+NIL
+(-10 -8 (-15 * (|#1| (-949) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT)))
(((-25) (-142)) (T -25))
-((-2413 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-948)))))
-(-13 (-1132) (-10 -8 (-15 -2413 ($ $ $)) (-15 * ($ (-948) $))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-3226 (((-663 $) (-975 $)) 32 T ELT) (((-663 $) (-1202 $)) 16 T ELT) (((-663 $) (-1202 $) (-1208)) 20 T ELT)) (-1990 (($ (-975 $)) 30 T ELT) (($ (-1202 $)) 11 T ELT) (($ (-1202 $) (-1208)) 60 T ELT)) (-3635 (((-663 $) (-975 $)) 33 T ELT) (((-663 $) (-1202 $)) 18 T ELT) (((-663 $) (-1202 $) (-1208)) 19 T ELT)) (-4361 (($ (-975 $)) 31 T ELT) (($ (-1202 $)) 13 T ELT) (($ (-1202 $) (-1208)) NIL T ELT)))
-(((-26 |#1|) (-10 -8 (-15 -3226 ((-663 |#1|) (-1202 |#1|) (-1208))) (-15 -3226 ((-663 |#1|) (-1202 |#1|))) (-15 -3226 ((-663 |#1|) (-975 |#1|))) (-15 -1990 (|#1| (-1202 |#1|) (-1208))) (-15 -1990 (|#1| (-1202 |#1|))) (-15 -1990 (|#1| (-975 |#1|))) (-15 -3635 ((-663 |#1|) (-1202 |#1|) (-1208))) (-15 -3635 ((-663 |#1|) (-1202 |#1|))) (-15 -3635 ((-663 |#1|) (-975 |#1|))) (-15 -4361 (|#1| (-1202 |#1|) (-1208))) (-15 -4361 (|#1| (-1202 |#1|))) (-15 -4361 (|#1| (-975 |#1|)))) (-27)) (T -26))
-NIL
-(-10 -8 (-15 -3226 ((-663 |#1|) (-1202 |#1|) (-1208))) (-15 -3226 ((-663 |#1|) (-1202 |#1|))) (-15 -3226 ((-663 |#1|) (-975 |#1|))) (-15 -1990 (|#1| (-1202 |#1|) (-1208))) (-15 -1990 (|#1| (-1202 |#1|))) (-15 -1990 (|#1| (-975 |#1|))) (-15 -3635 ((-663 |#1|) (-1202 |#1|) (-1208))) (-15 -3635 ((-663 |#1|) (-1202 |#1|))) (-15 -3635 ((-663 |#1|) (-975 |#1|))) (-15 -4361 (|#1| (-1202 |#1|) (-1208))) (-15 -4361 (|#1| (-1202 |#1|))) (-15 -4361 (|#1| (-975 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3226 (((-663 $) (-975 $)) 95 T ELT) (((-663 $) (-1202 $)) 94 T ELT) (((-663 $) (-1202 $) (-1208)) 93 T ELT)) (-1990 (($ (-975 $)) 98 T ELT) (($ (-1202 $)) 97 T ELT) (($ (-1202 $) (-1208)) 96 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3401 (($ $) 107 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-3366 (($) 22 T CONST)) (-3635 (((-663 $) (-975 $)) 101 T ELT) (((-663 $) (-1202 $)) 100 T ELT) (((-663 $) (-1202 $) (-1208)) 99 T ELT)) (-4361 (($ (-975 $)) 104 T ELT) (($ (-1202 $)) 103 T ELT) (($ (-1202 $) (-1208)) 102 T ELT)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1510 (((-114) $) 86 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 106 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 80 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT) (($ $ (-421 (-560))) 105 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
+((-2571 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-949)))))
+(-13 (-1133) (-10 -8 (-15 -2571 ($ $ $)) (-15 * ($ (-949) $))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3853 (((-663 $) (-976 $)) 32 T ELT) (((-663 $) (-1203 $)) 16 T ELT) (((-663 $) (-1203 $) (-1209)) 20 T ELT)) (-2390 (($ (-976 $)) 30 T ELT) (($ (-1203 $)) 11 T ELT) (($ (-1203 $) (-1209)) 60 T ELT)) (-4452 (((-663 $) (-976 $)) 33 T ELT) (((-663 $) (-1203 $)) 18 T ELT) (((-663 $) (-1203 $) (-1209)) 19 T ELT)) (-4182 (($ (-976 $)) 31 T ELT) (($ (-1203 $)) 13 T ELT) (($ (-1203 $) (-1209)) NIL T ELT)))
+(((-26 |#1|) (-10 -8 (-15 -3853 ((-663 |#1|) (-1203 |#1|) (-1209))) (-15 -3853 ((-663 |#1|) (-1203 |#1|))) (-15 -3853 ((-663 |#1|) (-976 |#1|))) (-15 -2390 (|#1| (-1203 |#1|) (-1209))) (-15 -2390 (|#1| (-1203 |#1|))) (-15 -2390 (|#1| (-976 |#1|))) (-15 -4452 ((-663 |#1|) (-1203 |#1|) (-1209))) (-15 -4452 ((-663 |#1|) (-1203 |#1|))) (-15 -4452 ((-663 |#1|) (-976 |#1|))) (-15 -4182 (|#1| (-1203 |#1|) (-1209))) (-15 -4182 (|#1| (-1203 |#1|))) (-15 -4182 (|#1| (-976 |#1|)))) (-27)) (T -26))
+NIL
+(-10 -8 (-15 -3853 ((-663 |#1|) (-1203 |#1|) (-1209))) (-15 -3853 ((-663 |#1|) (-1203 |#1|))) (-15 -3853 ((-663 |#1|) (-976 |#1|))) (-15 -2390 (|#1| (-1203 |#1|) (-1209))) (-15 -2390 (|#1| (-1203 |#1|))) (-15 -2390 (|#1| (-976 |#1|))) (-15 -4452 ((-663 |#1|) (-1203 |#1|) (-1209))) (-15 -4452 ((-663 |#1|) (-1203 |#1|))) (-15 -4452 ((-663 |#1|) (-976 |#1|))) (-15 -4182 (|#1| (-1203 |#1|) (-1209))) (-15 -4182 (|#1| (-1203 |#1|))) (-15 -4182 (|#1| (-976 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3853 (((-663 $) (-976 $)) 95 T ELT) (((-663 $) (-1203 $)) 94 T ELT) (((-663 $) (-1203 $) (-1209)) 93 T ELT)) (-2390 (($ (-976 $)) 98 T ELT) (($ (-1203 $)) 97 T ELT) (($ (-1203 $) (-1209)) 96 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-2563 (($ $) 107 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-4489 (($) 22 T CONST)) (-4452 (((-663 $) (-976 $)) 101 T ELT) (((-663 $) (-1203 $)) 100 T ELT) (((-663 $) (-1203 $) (-1209)) 99 T ELT)) (-4182 (($ (-976 $)) 104 T ELT) (($ (-1203 $)) 103 T ELT) (($ (-1203 $) (-1209)) 102 T ELT)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-2072 (((-114) $) 86 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 106 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 80 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT) (($ $ (-421 (-560))) 105 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
(((-27) (-142)) (T -27))
-((-4361 (*1 *1 *2) (-12 (-5 *2 (-975 *1)) (-4 *1 (-27)))) (-4361 (*1 *1 *2) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-27)))) (-4361 (*1 *1 *2 *3) (-12 (-5 *2 (-1202 *1)) (-5 *3 (-1208)) (-4 *1 (-27)))) (-3635 (*1 *2 *3) (-12 (-5 *3 (-975 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-3635 (*1 *2 *3) (-12 (-5 *3 (-1202 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-3635 (*1 *2 *3 *4) (-12 (-5 *3 (-1202 *1)) (-5 *4 (-1208)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-1990 (*1 *1 *2) (-12 (-5 *2 (-975 *1)) (-4 *1 (-27)))) (-1990 (*1 *1 *2) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-27)))) (-1990 (*1 *1 *2 *3) (-12 (-5 *2 (-1202 *1)) (-5 *3 (-1208)) (-4 *1 (-27)))) (-3226 (*1 *2 *3) (-12 (-5 *3 (-975 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-3226 (*1 *2 *3) (-12 (-5 *3 (-1202 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-3226 (*1 *2 *3 *4) (-12 (-5 *3 (-1202 *1)) (-5 *4 (-1208)) (-4 *1 (-27)) (-5 *2 (-663 *1)))))
-(-13 (-376) (-1033) (-10 -8 (-15 -4361 ($ (-975 $))) (-15 -4361 ($ (-1202 $))) (-15 -4361 ($ (-1202 $) (-1208))) (-15 -3635 ((-663 $) (-975 $))) (-15 -3635 ((-663 $) (-1202 $))) (-15 -3635 ((-663 $) (-1202 $) (-1208))) (-15 -1990 ($ (-975 $))) (-15 -1990 ($ (-1202 $))) (-15 -1990 ($ (-1202 $) (-1208))) (-15 -3226 ((-663 $) (-975 $))) (-15 -3226 ((-663 $) (-1202 $))) (-15 -3226 ((-663 $) (-1202 $) (-1208)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-950) . T) ((-1033) . T) ((-1082 #0#) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T))
-((-3226 (((-663 $) (-975 $)) NIL T ELT) (((-663 $) (-1202 $)) NIL T ELT) (((-663 $) (-1202 $) (-1208)) 55 T ELT) (((-663 $) $) 22 T ELT) (((-663 $) $ (-1208)) 46 T ELT)) (-1990 (($ (-975 $)) NIL T ELT) (($ (-1202 $)) NIL T ELT) (($ (-1202 $) (-1208)) 57 T ELT) (($ $) 20 T ELT) (($ $ (-1208)) 40 T ELT)) (-3635 (((-663 $) (-975 $)) NIL T ELT) (((-663 $) (-1202 $)) NIL T ELT) (((-663 $) (-1202 $) (-1208)) 53 T ELT) (((-663 $) $) 18 T ELT) (((-663 $) $ (-1208)) 48 T ELT)) (-4361 (($ (-975 $)) NIL T ELT) (($ (-1202 $)) NIL T ELT) (($ (-1202 $) (-1208)) NIL T ELT) (($ $) 15 T ELT) (($ $ (-1208)) 42 T ELT)))
-(((-28 |#1| |#2|) (-10 -8 (-15 -3226 ((-663 |#1|) |#1| (-1208))) (-15 -1990 (|#1| |#1| (-1208))) (-15 -3226 ((-663 |#1|) |#1|)) (-15 -1990 (|#1| |#1|)) (-15 -3635 ((-663 |#1|) |#1| (-1208))) (-15 -4361 (|#1| |#1| (-1208))) (-15 -3635 ((-663 |#1|) |#1|)) (-15 -4361 (|#1| |#1|)) (-15 -3226 ((-663 |#1|) (-1202 |#1|) (-1208))) (-15 -3226 ((-663 |#1|) (-1202 |#1|))) (-15 -3226 ((-663 |#1|) (-975 |#1|))) (-15 -1990 (|#1| (-1202 |#1|) (-1208))) (-15 -1990 (|#1| (-1202 |#1|))) (-15 -1990 (|#1| (-975 |#1|))) (-15 -3635 ((-663 |#1|) (-1202 |#1|) (-1208))) (-15 -3635 ((-663 |#1|) (-1202 |#1|))) (-15 -3635 ((-663 |#1|) (-975 |#1|))) (-15 -4361 (|#1| (-1202 |#1|) (-1208))) (-15 -4361 (|#1| (-1202 |#1|))) (-15 -4361 (|#1| (-975 |#1|)))) (-29 |#2|) (-571)) (T -28))
-NIL
-(-10 -8 (-15 -3226 ((-663 |#1|) |#1| (-1208))) (-15 -1990 (|#1| |#1| (-1208))) (-15 -3226 ((-663 |#1|) |#1|)) (-15 -1990 (|#1| |#1|)) (-15 -3635 ((-663 |#1|) |#1| (-1208))) (-15 -4361 (|#1| |#1| (-1208))) (-15 -3635 ((-663 |#1|) |#1|)) (-15 -4361 (|#1| |#1|)) (-15 -3226 ((-663 |#1|) (-1202 |#1|) (-1208))) (-15 -3226 ((-663 |#1|) (-1202 |#1|))) (-15 -3226 ((-663 |#1|) (-975 |#1|))) (-15 -1990 (|#1| (-1202 |#1|) (-1208))) (-15 -1990 (|#1| (-1202 |#1|))) (-15 -1990 (|#1| (-975 |#1|))) (-15 -3635 ((-663 |#1|) (-1202 |#1|) (-1208))) (-15 -3635 ((-663 |#1|) (-1202 |#1|))) (-15 -3635 ((-663 |#1|) (-975 |#1|))) (-15 -4361 (|#1| (-1202 |#1|) (-1208))) (-15 -4361 (|#1| (-1202 |#1|))) (-15 -4361 (|#1| (-975 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3226 (((-663 $) (-975 $)) 95 T ELT) (((-663 $) (-1202 $)) 94 T ELT) (((-663 $) (-1202 $) (-1208)) 93 T ELT) (((-663 $) $) 145 T ELT) (((-663 $) $ (-1208)) 143 T ELT)) (-1990 (($ (-975 $)) 98 T ELT) (($ (-1202 $)) 97 T ELT) (($ (-1202 $) (-1208)) 96 T ELT) (($ $) 146 T ELT) (($ $ (-1208)) 144 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 (-1208)) $) 214 T ELT)) (-3349 (((-421 (-1202 $)) $ (-630 $)) 246 (|has| |#1| (-571)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-3227 (((-663 (-630 $)) $) 177 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2943 (($ $ (-663 (-630 $)) (-663 $)) 167 T ELT) (($ $ (-663 (-305 $))) 166 T ELT) (($ $ (-305 $)) 165 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3401 (($ $) 107 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-3366 (($) 22 T CONST)) (-3635 (((-663 $) (-975 $)) 101 T ELT) (((-663 $) (-1202 $)) 100 T ELT) (((-663 $) (-1202 $) (-1208)) 99 T ELT) (((-663 $) $) 149 T ELT) (((-663 $) $ (-1208)) 147 T ELT)) (-4361 (($ (-975 $)) 104 T ELT) (($ (-1202 $)) 103 T ELT) (($ (-1202 $) (-1208)) 102 T ELT) (($ $) 150 T ELT) (($ $ (-1208)) 148 T ELT)) (-1442 (((-3 (-975 |#1|) "failed") $) 265 (|has| |#1| (-1080)) ELT) (((-3 (-421 (-975 |#1|)) "failed") $) 248 (|has| |#1| (-571)) ELT) (((-3 |#1| "failed") $) 210 T ELT) (((-3 (-560) "failed") $) 207 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-1208) "failed") $) 201 T ELT) (((-3 (-630 $) "failed") $) 152 T ELT) (((-3 (-421 (-560)) "failed") $) 140 (-2191 (-12 (|has| |#1| (-1069 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3056 (((-975 |#1|) $) 264 (|has| |#1| (-1080)) ELT) (((-421 (-975 |#1|)) $) 247 (|has| |#1| (-571)) ELT) ((|#1| $) 209 T ELT) (((-560) $) 208 (|has| |#1| (-1069 (-560))) ELT) (((-1208) $) 200 T ELT) (((-630 $) $) 151 T ELT) (((-421 (-560)) $) 141 (-2191 (-12 (|has| |#1| (-1069 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-2242 (($ $ $) 68 T ELT)) (-2336 (((-711 |#1|) (-711 $)) 253 (|has| |#1| (-1080)) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 252 (|has| |#1| (-1080)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 139 (-2191 (-1383 (|has| |#1| (-1080)) (|has| |#1| (-660 (-560)))) (-1383 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT) (((-711 (-560)) (-711 $)) 138 (-2191 (-1383 (|has| |#1| (-1080)) (|has| |#1| (-660 (-560)))) (-1383 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1510 (((-114) $) 86 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 206 (|has| |#1| (-911 (-391))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 205 (|has| |#1| (-911 (-560))) ELT)) (-1674 (($ (-663 $)) 171 T ELT) (($ $) 170 T ELT)) (-2297 (((-663 (-115)) $) 178 T ELT)) (-3336 (((-115) (-115)) 179 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3057 (((-114) $) 199 (|has| $ (-1069 (-560))) ELT)) (-2159 (($ $) 231 (|has| |#1| (-1080)) ELT)) (-4420 (((-1156 |#1| (-630 $)) $) 230 (|has| |#1| (-1080)) ELT)) (-2663 (($ $ (-560)) 106 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3869 (((-1202 $) (-630 $)) 196 (|has| $ (-1080)) ELT)) (-2067 (($ (-1 $ $) (-630 $)) 185 T ELT)) (-1707 (((-3 (-630 $) "failed") $) 175 T ELT)) (-2207 (((-711 |#1|) (-1298 $)) 255 (|has| |#1| (-1080)) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 254 (|has| |#1| (-1080)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 137 (-2191 (-1383 (|has| |#1| (-1080)) (|has| |#1| (-660 (-560)))) (-1383 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT) (((-711 (-560)) (-1298 $)) 136 (-2191 (-1383 (|has| |#1| (-1080)) (|has| |#1| (-660 (-560)))) (-1383 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3322 (((-663 (-630 $)) $) 176 T ELT)) (-4481 (($ (-115) (-663 $)) 184 T ELT) (($ (-115) $) 183 T ELT)) (-1483 (((-3 (-663 $) "failed") $) 225 (|has| |#1| (-1143)) ELT)) (-1968 (((-3 (-2 (|:| |val| $) (|:| -3881 (-560))) "failed") $) 234 (|has| |#1| (-1080)) ELT)) (-3932 (((-3 (-663 $) "failed") $) 227 (|has| |#1| (-25)) ELT)) (-3474 (((-3 (-2 (|:| -1398 (-560)) (|:| |var| (-630 $))) "failed") $) 228 (|has| |#1| (-25)) ELT)) (-2429 (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-1208)) 233 (|has| |#1| (-1080)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-115)) 232 (|has| |#1| (-1080)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $) 226 (|has| |#1| (-1143)) ELT)) (-3880 (((-114) $ (-1208)) 182 T ELT) (((-114) $ (-115)) 181 T ELT)) (-2402 (($ $) 85 T ELT)) (-3547 (((-793) $) 174 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2412 (((-114) $) 212 T ELT)) (-2425 ((|#1| $) 213 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-4228 (((-114) $ (-1208)) 187 T ELT) (((-114) $ $) 186 T ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3196 (((-114) $) 198 (|has| $ (-1069 (-560))) ELT)) (-2799 (($ $ (-1208) (-793) (-1 $ $)) 238 (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793) (-1 $ (-663 $))) 237 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ (-663 $)))) 236 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ $))) 235 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-115)) (-663 $) (-1208)) 224 (|has| |#1| (-633 (-549))) ELT) (($ $ (-115) $ (-1208)) 223 (|has| |#1| (-633 (-549))) ELT) (($ $) 222 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1208))) 221 (|has| |#1| (-633 (-549))) ELT) (($ $ (-1208)) 220 (|has| |#1| (-633 (-549))) ELT) (($ $ (-115) (-1 $ $)) 195 T ELT) (($ $ (-115) (-1 $ (-663 $))) 194 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) 193 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 192 T ELT) (($ $ (-1208) (-1 $ $)) 191 T ELT) (($ $ (-1208) (-1 $ (-663 $))) 190 T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) 189 T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) 188 T ELT) (($ $ (-663 $) (-663 $)) 159 T ELT) (($ $ $ $) 158 T ELT) (($ $ (-305 $)) 157 T ELT) (($ $ (-663 (-305 $))) 156 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 155 T ELT) (($ $ (-630 $) $) 154 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-1495 (($ (-115) (-663 $)) 164 T ELT) (($ (-115) $ $ $ $) 163 T ELT) (($ (-115) $ $ $) 162 T ELT) (($ (-115) $ $) 161 T ELT) (($ (-115) $) 160 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-3737 (($ $ $) 173 T ELT) (($ $) 172 T ELT)) (-2457 (($ $ (-663 (-1208)) (-663 (-793))) 260 (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793)) 259 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208))) 258 (|has| |#1| (-1080)) ELT) (($ $ (-1208)) 256 (|has| |#1| (-1080)) ELT)) (-1553 (($ $) 241 (|has| |#1| (-571)) ELT)) (-4429 (((-1156 |#1| (-630 $)) $) 240 (|has| |#1| (-571)) ELT)) (-2731 (($ $) 197 (|has| $ (-1080)) ELT)) (-4417 (((-549) $) 269 (|has| |#1| (-633 (-549))) ELT) (($ (-419 $)) 239 (|has| |#1| (-571)) ELT) (((-915 (-391)) $) 204 (|has| |#1| (-633 (-915 (-391)))) ELT) (((-915 (-560)) $) 203 (|has| |#1| (-633 (-915 (-560)))) ELT)) (-1521 (($ $ $) 268 (|has| |#1| (-487)) ELT)) (-4172 (($ $ $) 267 (|has| |#1| (-487)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ (-975 |#1|)) 266 (|has| |#1| (-1080)) ELT) (($ (-421 (-975 |#1|))) 249 (|has| |#1| (-571)) ELT) (($ (-421 (-975 (-421 |#1|)))) 245 (|has| |#1| (-571)) ELT) (($ (-975 (-421 |#1|))) 244 (|has| |#1| (-571)) ELT) (($ (-421 |#1|)) 243 (|has| |#1| (-571)) ELT) (($ (-1156 |#1| (-630 $))) 229 (|has| |#1| (-1080)) ELT) (($ |#1|) 211 T ELT) (($ (-1208)) 202 T ELT) (($ (-630 $)) 153 T ELT)) (-3187 (((-713 $) $) 251 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-3949 (($ (-663 $)) 169 T ELT) (($ $) 168 T ELT)) (-1881 (((-114) (-115)) 180 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-3727 (($ (-1208) (-663 $)) 219 T ELT) (($ (-1208) $ $ $ $) 218 T ELT) (($ (-1208) $ $ $) 217 T ELT) (($ (-1208) $ $) 216 T ELT) (($ (-1208) $) 215 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-663 (-1208)) (-663 (-793))) 263 (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793)) 262 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208))) 261 (|has| |#1| (-1080)) ELT) (($ $ (-1208)) 257 (|has| |#1| (-1080)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 80 T ELT) (($ (-1156 |#1| (-630 $)) (-1156 |#1| (-630 $))) 242 (|has| |#1| (-571)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT) (($ $ (-421 (-560))) 105 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT) (($ $ |#1|) 250 (|has| |#1| (-175)) ELT) (($ |#1| $) 142 (|has| |#1| (-1080)) ELT)))
+((-4182 (*1 *1 *2) (-12 (-5 *2 (-976 *1)) (-4 *1 (-27)))) (-4182 (*1 *1 *2) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-27)))) (-4182 (*1 *1 *2 *3) (-12 (-5 *2 (-1203 *1)) (-5 *3 (-1209)) (-4 *1 (-27)))) (-4452 (*1 *2 *3) (-12 (-5 *3 (-976 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-4452 (*1 *2 *3) (-12 (-5 *3 (-1203 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-4452 (*1 *2 *3 *4) (-12 (-5 *3 (-1203 *1)) (-5 *4 (-1209)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-2390 (*1 *1 *2) (-12 (-5 *2 (-976 *1)) (-4 *1 (-27)))) (-2390 (*1 *1 *2) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-27)))) (-2390 (*1 *1 *2 *3) (-12 (-5 *2 (-1203 *1)) (-5 *3 (-1209)) (-4 *1 (-27)))) (-3853 (*1 *2 *3) (-12 (-5 *3 (-976 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-3853 (*1 *2 *3) (-12 (-5 *3 (-1203 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1)))) (-3853 (*1 *2 *3 *4) (-12 (-5 *3 (-1203 *1)) (-5 *4 (-1209)) (-4 *1 (-27)) (-5 *2 (-663 *1)))))
+(-13 (-376) (-1034) (-10 -8 (-15 -4182 ($ (-976 $))) (-15 -4182 ($ (-1203 $))) (-15 -4182 ($ (-1203 $) (-1209))) (-15 -4452 ((-663 $) (-976 $))) (-15 -4452 ((-663 $) (-1203 $))) (-15 -4452 ((-663 $) (-1203 $) (-1209))) (-15 -2390 ($ (-976 $))) (-15 -2390 ($ (-1203 $))) (-15 -2390 ($ (-1203 $) (-1209))) (-15 -3853 ((-663 $) (-976 $))) (-15 -3853 ((-663 $) (-1203 $))) (-15 -3853 ((-663 $) (-1203 $) (-1209)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-951) . T) ((-1034) . T) ((-1083 #0#) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T))
+((-3853 (((-663 $) (-976 $)) NIL T ELT) (((-663 $) (-1203 $)) NIL T ELT) (((-663 $) (-1203 $) (-1209)) 55 T ELT) (((-663 $) $) 22 T ELT) (((-663 $) $ (-1209)) 46 T ELT)) (-2390 (($ (-976 $)) NIL T ELT) (($ (-1203 $)) NIL T ELT) (($ (-1203 $) (-1209)) 57 T ELT) (($ $) 20 T ELT) (($ $ (-1209)) 40 T ELT)) (-4452 (((-663 $) (-976 $)) NIL T ELT) (((-663 $) (-1203 $)) NIL T ELT) (((-663 $) (-1203 $) (-1209)) 53 T ELT) (((-663 $) $) 18 T ELT) (((-663 $) $ (-1209)) 48 T ELT)) (-4182 (($ (-976 $)) NIL T ELT) (($ (-1203 $)) NIL T ELT) (($ (-1203 $) (-1209)) NIL T ELT) (($ $) 15 T ELT) (($ $ (-1209)) 42 T ELT)))
+(((-28 |#1| |#2|) (-10 -8 (-15 -3853 ((-663 |#1|) |#1| (-1209))) (-15 -2390 (|#1| |#1| (-1209))) (-15 -3853 ((-663 |#1|) |#1|)) (-15 -2390 (|#1| |#1|)) (-15 -4452 ((-663 |#1|) |#1| (-1209))) (-15 -4182 (|#1| |#1| (-1209))) (-15 -4452 ((-663 |#1|) |#1|)) (-15 -4182 (|#1| |#1|)) (-15 -3853 ((-663 |#1|) (-1203 |#1|) (-1209))) (-15 -3853 ((-663 |#1|) (-1203 |#1|))) (-15 -3853 ((-663 |#1|) (-976 |#1|))) (-15 -2390 (|#1| (-1203 |#1|) (-1209))) (-15 -2390 (|#1| (-1203 |#1|))) (-15 -2390 (|#1| (-976 |#1|))) (-15 -4452 ((-663 |#1|) (-1203 |#1|) (-1209))) (-15 -4452 ((-663 |#1|) (-1203 |#1|))) (-15 -4452 ((-663 |#1|) (-976 |#1|))) (-15 -4182 (|#1| (-1203 |#1|) (-1209))) (-15 -4182 (|#1| (-1203 |#1|))) (-15 -4182 (|#1| (-976 |#1|)))) (-29 |#2|) (-571)) (T -28))
+NIL
+(-10 -8 (-15 -3853 ((-663 |#1|) |#1| (-1209))) (-15 -2390 (|#1| |#1| (-1209))) (-15 -3853 ((-663 |#1|) |#1|)) (-15 -2390 (|#1| |#1|)) (-15 -4452 ((-663 |#1|) |#1| (-1209))) (-15 -4182 (|#1| |#1| (-1209))) (-15 -4452 ((-663 |#1|) |#1|)) (-15 -4182 (|#1| |#1|)) (-15 -3853 ((-663 |#1|) (-1203 |#1|) (-1209))) (-15 -3853 ((-663 |#1|) (-1203 |#1|))) (-15 -3853 ((-663 |#1|) (-976 |#1|))) (-15 -2390 (|#1| (-1203 |#1|) (-1209))) (-15 -2390 (|#1| (-1203 |#1|))) (-15 -2390 (|#1| (-976 |#1|))) (-15 -4452 ((-663 |#1|) (-1203 |#1|) (-1209))) (-15 -4452 ((-663 |#1|) (-1203 |#1|))) (-15 -4452 ((-663 |#1|) (-976 |#1|))) (-15 -4182 (|#1| (-1203 |#1|) (-1209))) (-15 -4182 (|#1| (-1203 |#1|))) (-15 -4182 (|#1| (-976 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3853 (((-663 $) (-976 $)) 95 T ELT) (((-663 $) (-1203 $)) 94 T ELT) (((-663 $) (-1203 $) (-1209)) 93 T ELT) (((-663 $) $) 145 T ELT) (((-663 $) $ (-1209)) 143 T ELT)) (-2390 (($ (-976 $)) 98 T ELT) (($ (-1203 $)) 97 T ELT) (($ (-1203 $) (-1209)) 96 T ELT) (($ $) 146 T ELT) (($ $ (-1209)) 144 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 (-1209)) $) 214 T ELT)) (-2517 (((-421 (-1203 $)) $ (-630 $)) 246 (|has| |#1| (-571)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-2417 (((-663 (-630 $)) $) 177 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3268 (($ $ (-663 (-630 $)) (-663 $)) 167 T ELT) (($ $ (-663 (-305 $))) 166 T ELT) (($ $ (-305 $)) 165 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-2563 (($ $) 107 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-4489 (($) 22 T CONST)) (-4452 (((-663 $) (-976 $)) 101 T ELT) (((-663 $) (-1203 $)) 100 T ELT) (((-663 $) (-1203 $) (-1209)) 99 T ELT) (((-663 $) $) 149 T ELT) (((-663 $) $ (-1209)) 147 T ELT)) (-4182 (($ (-976 $)) 104 T ELT) (($ (-1203 $)) 103 T ELT) (($ (-1203 $) (-1209)) 102 T ELT) (($ $) 150 T ELT) (($ $ (-1209)) 148 T ELT)) (-4142 (((-3 (-976 |#1|) "failed") $) 265 (|has| |#1| (-1081)) ELT) (((-3 (-421 (-976 |#1|)) "failed") $) 248 (|has| |#1| (-571)) ELT) (((-3 |#1| "failed") $) 210 T ELT) (((-3 (-560) "failed") $) 207 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-1209) "failed") $) 201 T ELT) (((-3 (-630 $) "failed") $) 152 T ELT) (((-3 (-421 (-560)) "failed") $) 140 (-2309 (-12 (|has| |#1| (-1070 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-4072 (((-976 |#1|) $) 264 (|has| |#1| (-1081)) ELT) (((-421 (-976 |#1|)) $) 247 (|has| |#1| (-571)) ELT) ((|#1| $) 209 T ELT) (((-560) $) 208 (|has| |#1| (-1070 (-560))) ELT) (((-1209) $) 200 T ELT) (((-630 $) $) 151 T ELT) (((-421 (-560)) $) 141 (-2309 (-12 (|has| |#1| (-1070 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-3752 (($ $ $) 68 T ELT)) (-1470 (((-711 |#1|) (-711 $)) 253 (|has| |#1| (-1081)) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 252 (|has| |#1| (-1081)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 139 (-2309 (-2925 (|has| |#1| (-1081)) (|has| |#1| (-660 (-560)))) (-2925 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT) (((-711 (-560)) (-711 $)) 138 (-2309 (-2925 (|has| |#1| (-1081)) (|has| |#1| (-660 (-560)))) (-2925 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-2072 (((-114) $) 86 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 206 (|has| |#1| (-912 (-391))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 205 (|has| |#1| (-912 (-560))) ELT)) (-3030 (($ (-663 $)) 171 T ELT) (($ $) 170 T ELT)) (-2843 (((-663 (-115)) $) 178 T ELT)) (-2504 (((-115) (-115)) 179 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1602 (((-114) $) 199 (|has| $ (-1070 (-560))) ELT)) (-1902 (($ $) 231 (|has| |#1| (-1081)) ELT)) (-3125 (((-1157 |#1| (-630 $)) $) 230 (|has| |#1| (-1081)) ELT)) (-1526 (($ $ (-560)) 106 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-4229 (((-1203 $) (-630 $)) 196 (|has| $ (-1081)) ELT)) (-1793 (($ (-1 $ $) (-630 $)) 185 T ELT)) (-1448 (((-3 (-630 $) "failed") $) 175 T ELT)) (-2974 (((-711 |#1|) (-1299 $)) 255 (|has| |#1| (-1081)) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 254 (|has| |#1| (-1081)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 137 (-2309 (-2925 (|has| |#1| (-1081)) (|has| |#1| (-660 (-560)))) (-2925 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT) (((-711 (-560)) (-1299 $)) 136 (-2309 (-2925 (|has| |#1| (-1081)) (|has| |#1| (-660 (-560)))) (-2925 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2494 (((-663 (-630 $)) $) 176 T ELT)) (-3199 (($ (-115) (-663 $)) 184 T ELT) (($ (-115) $) 183 T ELT)) (-2914 (((-3 (-663 $) "failed") $) 225 (|has| |#1| (-1144)) ELT)) (-4035 (((-3 (-2 (|:| |val| $) (|:| -2909 (-560))) "failed") $) 234 (|has| |#1| (-1081)) ELT)) (-1952 (((-3 (-663 $) "failed") $) 227 (|has| |#1| (-25)) ELT)) (-3954 (((-3 (-2 (|:| -3265 (-560)) (|:| |var| (-630 $))) "failed") $) 228 (|has| |#1| (-25)) ELT)) (-2364 (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-1209)) 233 (|has| |#1| (-1081)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-115)) 232 (|has| |#1| (-1081)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $) 226 (|has| |#1| (-1144)) ELT)) (-2820 (((-114) $ (-1209)) 182 T ELT) (((-114) $ (-115)) 181 T ELT)) (-4260 (($ $) 85 T ELT)) (-3886 (((-793) $) 174 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4271 (((-114) $) 212 T ELT)) (-4283 ((|#1| $) 213 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3716 (((-114) $ (-1209)) 187 T ELT) (((-114) $ $) 186 T ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-4367 (((-114) $) 198 (|has| $ (-1070 (-560))) ELT)) (-4265 (($ $ (-1209) (-793) (-1 $ $)) 238 (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793) (-1 $ (-663 $))) 237 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ (-663 $)))) 236 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ $))) 235 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-115)) (-663 $) (-1209)) 224 (|has| |#1| (-633 (-549))) ELT) (($ $ (-115) $ (-1209)) 223 (|has| |#1| (-633 (-549))) ELT) (($ $) 222 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1209))) 221 (|has| |#1| (-633 (-549))) ELT) (($ $ (-1209)) 220 (|has| |#1| (-633 (-549))) ELT) (($ $ (-115) (-1 $ $)) 195 T ELT) (($ $ (-115) (-1 $ (-663 $))) 194 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) 193 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 192 T ELT) (($ $ (-1209) (-1 $ $)) 191 T ELT) (($ $ (-1209) (-1 $ (-663 $))) 190 T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) 189 T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) 188 T ELT) (($ $ (-663 $) (-663 $)) 159 T ELT) (($ $ $ $) 158 T ELT) (($ $ (-305 $)) 157 T ELT) (($ $ (-663 (-305 $))) 156 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 155 T ELT) (($ $ (-630 $) $) 154 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-3034 (($ (-115) (-663 $)) 164 T ELT) (($ (-115) $ $ $ $) 163 T ELT) (($ (-115) $ $ $) 162 T ELT) (($ (-115) $ $) 161 T ELT) (($ (-115) $) 160 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-2538 (($ $ $) 173 T ELT) (($ $) 172 T ELT)) (-2703 (($ $ (-663 (-1209)) (-663 (-793))) 260 (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793)) 259 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209))) 258 (|has| |#1| (-1081)) ELT) (($ $ (-1209)) 256 (|has| |#1| (-1081)) ELT)) (-3200 (($ $) 241 (|has| |#1| (-571)) ELT)) (-3138 (((-1157 |#1| (-630 $)) $) 240 (|has| |#1| (-571)) ELT)) (-2771 (($ $) 197 (|has| $ (-1081)) ELT)) (-1830 (((-549) $) 269 (|has| |#1| (-633 (-549))) ELT) (($ (-419 $)) 239 (|has| |#1| (-571)) ELT) (((-916 (-391)) $) 204 (|has| |#1| (-633 (-916 (-391)))) ELT) (((-916 (-560)) $) 203 (|has| |#1| (-633 (-916 (-560)))) ELT)) (-3933 (($ $ $) 268 (|has| |#1| (-487)) ELT)) (-3923 (($ $ $) 267 (|has| |#1| (-487)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ (-976 |#1|)) 266 (|has| |#1| (-1081)) ELT) (($ (-421 (-976 |#1|))) 249 (|has| |#1| (-571)) ELT) (($ (-421 (-976 (-421 |#1|)))) 245 (|has| |#1| (-571)) ELT) (($ (-976 (-421 |#1|))) 244 (|has| |#1| (-571)) ELT) (($ (-421 |#1|)) 243 (|has| |#1| (-571)) ELT) (($ (-1157 |#1| (-630 $))) 229 (|has| |#1| (-1081)) ELT) (($ |#1|) 211 T ELT) (($ (-1209)) 202 T ELT) (($ (-630 $)) 153 T ELT)) (-1633 (((-713 $) $) 251 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-4129 (($ (-663 $)) 169 T ELT) (($ $) 168 T ELT)) (-3106 (((-114) (-115)) 180 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2403 (($ (-1209) (-663 $)) 219 T ELT) (($ (-1209) $ $ $ $) 218 T ELT) (($ (-1209) $ $ $) 217 T ELT) (($ (-1209) $ $) 216 T ELT) (($ (-1209) $) 215 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-663 (-1209)) (-663 (-793))) 263 (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793)) 262 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209))) 261 (|has| |#1| (-1081)) ELT) (($ $ (-1209)) 257 (|has| |#1| (-1081)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 80 T ELT) (($ (-1157 |#1| (-630 $)) (-1157 |#1| (-630 $))) 242 (|has| |#1| (-571)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT) (($ $ (-421 (-560))) 105 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT) (($ $ |#1|) 250 (|has| |#1| (-175)) ELT) (($ |#1| $) 142 (|has| |#1| (-1081)) ELT)))
(((-29 |#1|) (-142) (-571)) (T -29))
-((-4361 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-571)))) (-3635 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *3)))) (-4361 (*1 *1 *1 *2) (-12 (-5 *2 (-1208)) (-4 *1 (-29 *3)) (-4 *3 (-571)))) (-3635 (*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *4)))) (-1990 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-571)))) (-3226 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *3)))) (-1990 (*1 *1 *1 *2) (-12 (-5 *2 (-1208)) (-4 *1 (-29 *3)) (-4 *3 (-571)))) (-3226 (*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *4)))))
-(-13 (-27) (-435 |t#1|) (-10 -8 (-15 -4361 ($ $)) (-15 -3635 ((-663 $) $)) (-15 -4361 ($ $ (-1208))) (-15 -3635 ((-663 $) $ (-1208))) (-15 -1990 ($ $)) (-15 -3226 ((-663 $) $)) (-15 -1990 ($ $ (-1208))) (-15 -3226 ((-663 $) $ (-1208)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) . T) ((-27) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) |has| |#1| (-175)) ((-111 $ $) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) . T) ((-635 #1=(-421 (-975 |#1|))) |has| |#1| (-571)) ((-635 (-560)) . T) ((-635 #2=(-630 $)) . T) ((-635 #3=(-975 |#1|)) |has| |#1| (-1080)) ((-635 #4=(-1208)) . T) ((-635 |#1|) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-633 (-915 (-391))) |has| |#1| (-633 (-915 (-391)))) ((-633 (-915 (-560))) |has| |#1| (-633 (-915 (-560)))) ((-250) . T) ((-302) . T) ((-319) . T) ((-321 $) . T) ((-310) . T) ((-376) . T) ((-390 |#1|) |has| |#1| (-1080)) ((-414 |#1|) . T) ((-426 |#1|) . T) ((-435 |#1|) . T) ((-466) . T) ((-487) |has| |#1| (-487)) ((-528 (-630 $) $) . T) ((-528 $ $) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 |#1|) -2191 (|has| |#1| (-1080)) (|has| |#1| (-175))) ((-668 $) . T) ((-670 #0#) . T) ((-670 #5=(-560)) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ((-670 |#1|) -2191 (|has| |#1| (-1080)) (|has| |#1| (-175))) ((-670 $) . T) ((-662 #0#) . T) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) . T) ((-660 #5#) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ((-660 |#1|) |has| |#1| (-1080)) ((-739 #0#) . T) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) . T) ((-748) . T) ((-921 $ #6=(-1208)) |has| |#1| (-1080)) ((-927 #6#) |has| |#1| (-1080)) ((-929 #6#) |has| |#1| (-1080)) ((-911 (-391)) |has| |#1| (-911 (-391))) ((-911 (-560)) |has| |#1| (-911 (-560))) ((-909 |#1|) . T) ((-950) . T) ((-1033) . T) ((-1069 (-421 (-560))) -2191 (|has| |#1| (-1069 (-421 (-560)))) (-12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560))))) ((-1069 #1#) |has| |#1| (-571)) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 #2#) . T) ((-1069 #3#) |has| |#1| (-1080)) ((-1069 #4#) . T) ((-1069 |#1|) . T) ((-1082 #0#) . T) ((-1082 |#1|) |has| |#1| (-175)) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 |#1|) |has| |#1| (-175)) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T))
-((-3434 (((-1120 (-229)) $) NIL T ELT)) (-3419 (((-1120 (-229)) $) NIL T ELT)) (-1857 (($ $ (-229)) 164 T ELT)) (-1412 (($ (-975 (-560)) (-1208) (-1208) (-1120 (-421 (-560))) (-1120 (-421 (-560)))) 103 T ELT)) (-4090 (((-663 (-663 (-972 (-229)))) $) 181 T ELT)) (-2539 (((-887) $) 195 T ELT)))
-(((-30) (-13 (-984) (-10 -8 (-15 -1412 ($ (-975 (-560)) (-1208) (-1208) (-1120 (-421 (-560))) (-1120 (-421 (-560))))) (-15 -1857 ($ $ (-229)))))) (T -30))
-((-1412 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-975 (-560))) (-5 *3 (-1208)) (-5 *4 (-1120 (-421 (-560)))) (-5 *1 (-30)))) (-1857 (*1 *1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-30)))))
-(-13 (-984) (-10 -8 (-15 -1412 ($ (-975 (-560)) (-1208) (-1208) (-1120 (-421 (-560))) (-1120 (-421 (-560))))) (-15 -1857 ($ $ (-229)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 17 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-1166) $) 11 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (((-1166) $) 9 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-31) (-13 (-1114) (-10 -8 (-15 -2995 ((-1166) $)) (-15 -3966 ((-1166) $))))) (T -31))
-((-2995 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-31)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-31)))))
-(-13 (-1114) (-10 -8 (-15 -2995 ((-1166) $)) (-15 -3966 ((-1166) $))))
-((-4361 ((|#2| (-1202 |#2|) (-1208)) 41 T ELT)) (-3336 (((-115) (-115)) 55 T ELT)) (-3869 (((-1202 |#2|) (-630 |#2|)) 150 (|has| |#1| (-1069 (-560))) ELT)) (-2657 ((|#2| |#1| (-560)) 138 (|has| |#1| (-1069 (-560))) ELT)) (-2286 ((|#2| (-1202 |#2|) |#2|) 29 T ELT)) (-3753 (((-887) (-663 |#2|)) 87 T ELT)) (-2731 ((|#2| |#2|) 145 (|has| |#1| (-1069 (-560))) ELT)) (-1881 (((-114) (-115)) 17 T ELT)) (** ((|#2| |#2| (-421 (-560))) 104 (|has| |#1| (-1069 (-560))) ELT)))
-(((-32 |#1| |#2|) (-10 -7 (-15 -4361 (|#2| (-1202 |#2|) (-1208))) (-15 -3336 ((-115) (-115))) (-15 -1881 ((-114) (-115))) (-15 -2286 (|#2| (-1202 |#2|) |#2|)) (-15 -3753 ((-887) (-663 |#2|))) (IF (|has| |#1| (-1069 (-560))) (PROGN (-15 ** (|#2| |#2| (-421 (-560)))) (-15 -3869 ((-1202 |#2|) (-630 |#2|))) (-15 -2731 (|#2| |#2|)) (-15 -2657 (|#2| |#1| (-560)))) |%noBranch|)) (-571) (-435 |#1|)) (T -32))
-((-2657 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-4 *2 (-435 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1069 *4)) (-4 *3 (-571)))) (-2731 (*1 *2 *2) (-12 (-4 *3 (-1069 (-560))) (-4 *3 (-571)) (-5 *1 (-32 *3 *2)) (-4 *2 (-435 *3)))) (-3869 (*1 *2 *3) (-12 (-5 *3 (-630 *5)) (-4 *5 (-435 *4)) (-4 *4 (-1069 (-560))) (-4 *4 (-571)) (-5 *2 (-1202 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-421 (-560))) (-4 *4 (-1069 (-560))) (-4 *4 (-571)) (-5 *1 (-32 *4 *2)) (-4 *2 (-435 *4)))) (-3753 (*1 *2 *3) (-12 (-5 *3 (-663 *5)) (-4 *5 (-435 *4)) (-4 *4 (-571)) (-5 *2 (-887)) (-5 *1 (-32 *4 *5)))) (-2286 (*1 *2 *3 *2) (-12 (-5 *3 (-1202 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571)) (-5 *1 (-32 *4 *2)))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-32 *4 *5)) (-4 *5 (-435 *4)))) (-3336 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-32 *3 *4)) (-4 *4 (-435 *3)))) (-4361 (*1 *2 *3 *4) (-12 (-5 *3 (-1202 *2)) (-5 *4 (-1208)) (-4 *2 (-435 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-571)))))
-(-10 -7 (-15 -4361 (|#2| (-1202 |#2|) (-1208))) (-15 -3336 ((-115) (-115))) (-15 -1881 ((-114) (-115))) (-15 -2286 (|#2| (-1202 |#2|) |#2|)) (-15 -3753 ((-887) (-663 |#2|))) (IF (|has| |#1| (-1069 (-560))) (PROGN (-15 ** (|#2| |#2| (-421 (-560)))) (-15 -3869 ((-1202 |#2|) (-630 |#2|))) (-15 -2731 (|#2| |#2|)) (-15 -2657 (|#2| |#1| (-560)))) |%noBranch|))
-((-3067 (((-114) $ (-793)) 20 T ELT)) (-3366 (($) 10 T ELT)) (-1456 (((-114) $ (-793)) 19 T ELT)) (-2020 (((-114) $ (-793)) 17 T ELT)) (-2618 (((-114) $ $) 8 T ELT)) (-3868 (((-114) $) 15 T ELT)))
-(((-33 |#1|) (-10 -8 (-15 -3366 (|#1|)) (-15 -3067 ((-114) |#1| (-793))) (-15 -1456 ((-114) |#1| (-793))) (-15 -2020 ((-114) |#1| (-793))) (-15 -3868 ((-114) |#1|)) (-15 -2618 ((-114) |#1| |#1|))) (-34)) (T -33))
-NIL
-(-10 -8 (-15 -3366 (|#1|)) (-15 -3067 ((-114) |#1| (-793))) (-15 -1456 ((-114) |#1| (-793))) (-15 -2020 ((-114) |#1| (-793))) (-15 -3868 ((-114) |#1|)) (-15 -2618 ((-114) |#1| |#1|)))
-((-3067 (((-114) $ (-793)) 8 T ELT)) (-3366 (($) 7 T CONST)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-2721 (($ $) 13 T ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
+((-4182 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-571)))) (-4452 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *3)))) (-4182 (*1 *1 *1 *2) (-12 (-5 *2 (-1209)) (-4 *1 (-29 *3)) (-4 *3 (-571)))) (-4452 (*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *4)))) (-2390 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-571)))) (-3853 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *3)))) (-2390 (*1 *1 *1 *2) (-12 (-5 *2 (-1209)) (-4 *1 (-29 *3)) (-4 *3 (-571)))) (-3853 (*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *4)))))
+(-13 (-27) (-435 |t#1|) (-10 -8 (-15 -4182 ($ $)) (-15 -4452 ((-663 $) $)) (-15 -4182 ($ $ (-1209))) (-15 -4452 ((-663 $) $ (-1209))) (-15 -2390 ($ $)) (-15 -3853 ((-663 $) $)) (-15 -2390 ($ $ (-1209))) (-15 -3853 ((-663 $) $ (-1209)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) . T) ((-27) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) |has| |#1| (-175)) ((-111 $ $) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) . T) ((-635 #1=(-421 (-976 |#1|))) |has| |#1| (-571)) ((-635 (-560)) . T) ((-635 #2=(-630 $)) . T) ((-635 #3=(-976 |#1|)) |has| |#1| (-1081)) ((-635 #4=(-1209)) . T) ((-635 |#1|) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-633 (-916 (-391))) |has| |#1| (-633 (-916 (-391)))) ((-633 (-916 (-560))) |has| |#1| (-633 (-916 (-560)))) ((-250) . T) ((-302) . T) ((-319) . T) ((-321 $) . T) ((-310) . T) ((-376) . T) ((-390 |#1|) |has| |#1| (-1081)) ((-414 |#1|) . T) ((-426 |#1|) . T) ((-435 |#1|) . T) ((-466) . T) ((-487) |has| |#1| (-487)) ((-528 (-630 $) $) . T) ((-528 $ $) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 |#1|) -2309 (|has| |#1| (-1081)) (|has| |#1| (-175))) ((-668 $) . T) ((-670 #0#) . T) ((-670 #5=(-560)) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ((-670 |#1|) -2309 (|has| |#1| (-1081)) (|has| |#1| (-175))) ((-670 $) . T) ((-662 #0#) . T) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) . T) ((-660 #5#) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ((-660 |#1|) |has| |#1| (-1081)) ((-739 #0#) . T) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) . T) ((-748) . T) ((-922 $ #6=(-1209)) |has| |#1| (-1081)) ((-928 #6#) |has| |#1| (-1081)) ((-930 #6#) |has| |#1| (-1081)) ((-912 (-391)) |has| |#1| (-912 (-391))) ((-912 (-560)) |has| |#1| (-912 (-560))) ((-910 |#1|) . T) ((-951) . T) ((-1034) . T) ((-1070 (-421 (-560))) -2309 (|has| |#1| (-1070 (-421 (-560)))) (-12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560))))) ((-1070 #1#) |has| |#1| (-571)) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 #2#) . T) ((-1070 #3#) |has| |#1| (-1081)) ((-1070 #4#) . T) ((-1070 |#1|) . T) ((-1083 #0#) . T) ((-1083 |#1|) |has| |#1| (-175)) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 |#1|) |has| |#1| (-175)) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T))
+((-2147 (((-1121 (-229)) $) NIL T ELT)) (-2134 (((-1121 (-229)) $) NIL T ELT)) (-3585 (($ $ (-229)) 164 T ELT)) (-1804 (($ (-976 (-560)) (-1209) (-1209) (-1121 (-421 (-560))) (-1121 (-421 (-560)))) 103 T ELT)) (-4313 (((-663 (-663 (-973 (-229)))) $) 181 T ELT)) (-3834 (((-888) $) 195 T ELT)))
+(((-30) (-13 (-985) (-10 -8 (-15 -1804 ($ (-976 (-560)) (-1209) (-1209) (-1121 (-421 (-560))) (-1121 (-421 (-560))))) (-15 -3585 ($ $ (-229)))))) (T -30))
+((-1804 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-976 (-560))) (-5 *3 (-1209)) (-5 *4 (-1121 (-421 (-560)))) (-5 *1 (-30)))) (-3585 (*1 *1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-30)))))
+(-13 (-985) (-10 -8 (-15 -1804 ($ (-976 (-560)) (-1209) (-1209) (-1121 (-421 (-560))) (-1121 (-421 (-560))))) (-15 -3585 ($ $ (-229)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 17 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-1167) $) 11 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (((-1167) $) 9 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-31) (-13 (-1115) (-10 -8 (-15 -3318 ((-1167) $)) (-15 -2200 ((-1167) $))))) (T -31))
+((-3318 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-31)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-31)))))
+(-13 (-1115) (-10 -8 (-15 -3318 ((-1167) $)) (-15 -2200 ((-1167) $))))
+((-4182 ((|#2| (-1203 |#2|) (-1209)) 41 T ELT)) (-2504 (((-115) (-115)) 55 T ELT)) (-4229 (((-1203 |#2|) (-630 |#2|)) 150 (|has| |#1| (-1070 (-560))) ELT)) (-2318 ((|#2| |#1| (-560)) 138 (|has| |#1| (-1070 (-560))) ELT)) (-4269 ((|#2| (-1203 |#2|) |#2|) 29 T ELT)) (-1858 (((-888) (-663 |#2|)) 87 T ELT)) (-2771 ((|#2| |#2|) 145 (|has| |#1| (-1070 (-560))) ELT)) (-3106 (((-114) (-115)) 17 T ELT)) (** ((|#2| |#2| (-421 (-560))) 104 (|has| |#1| (-1070 (-560))) ELT)))
+(((-32 |#1| |#2|) (-10 -7 (-15 -4182 (|#2| (-1203 |#2|) (-1209))) (-15 -2504 ((-115) (-115))) (-15 -3106 ((-114) (-115))) (-15 -4269 (|#2| (-1203 |#2|) |#2|)) (-15 -1858 ((-888) (-663 |#2|))) (IF (|has| |#1| (-1070 (-560))) (PROGN (-15 ** (|#2| |#2| (-421 (-560)))) (-15 -4229 ((-1203 |#2|) (-630 |#2|))) (-15 -2771 (|#2| |#2|)) (-15 -2318 (|#2| |#1| (-560)))) |%noBranch|)) (-571) (-435 |#1|)) (T -32))
+((-2318 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-4 *2 (-435 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1070 *4)) (-4 *3 (-571)))) (-2771 (*1 *2 *2) (-12 (-4 *3 (-1070 (-560))) (-4 *3 (-571)) (-5 *1 (-32 *3 *2)) (-4 *2 (-435 *3)))) (-4229 (*1 *2 *3) (-12 (-5 *3 (-630 *5)) (-4 *5 (-435 *4)) (-4 *4 (-1070 (-560))) (-4 *4 (-571)) (-5 *2 (-1203 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-421 (-560))) (-4 *4 (-1070 (-560))) (-4 *4 (-571)) (-5 *1 (-32 *4 *2)) (-4 *2 (-435 *4)))) (-1858 (*1 *2 *3) (-12 (-5 *3 (-663 *5)) (-4 *5 (-435 *4)) (-4 *4 (-571)) (-5 *2 (-888)) (-5 *1 (-32 *4 *5)))) (-4269 (*1 *2 *3 *2) (-12 (-5 *3 (-1203 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571)) (-5 *1 (-32 *4 *2)))) (-3106 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-32 *4 *5)) (-4 *5 (-435 *4)))) (-2504 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-32 *3 *4)) (-4 *4 (-435 *3)))) (-4182 (*1 *2 *3 *4) (-12 (-5 *3 (-1203 *2)) (-5 *4 (-1209)) (-4 *2 (-435 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-571)))))
+(-10 -7 (-15 -4182 (|#2| (-1203 |#2|) (-1209))) (-15 -2504 ((-115) (-115))) (-15 -3106 ((-114) (-115))) (-15 -4269 (|#2| (-1203 |#2|) |#2|)) (-15 -1858 ((-888) (-663 |#2|))) (IF (|has| |#1| (-1070 (-560))) (PROGN (-15 ** (|#2| |#2| (-421 (-560)))) (-15 -4229 ((-1203 |#2|) (-630 |#2|))) (-15 -2771 (|#2| |#2|)) (-15 -2318 (|#2| |#1| (-560)))) |%noBranch|))
+((-4405 (((-114) $ (-793)) 20 T ELT)) (-4489 (($) 10 T ELT)) (-3050 (((-114) $ (-793)) 19 T ELT)) (-1506 (((-114) $ (-793)) 17 T ELT)) (-3470 (((-114) $ $) 8 T ELT)) (-4150 (((-114) $) 15 T ELT)))
+(((-33 |#1|) (-10 -8 (-15 -4489 (|#1|)) (-15 -4405 ((-114) |#1| (-793))) (-15 -3050 ((-114) |#1| (-793))) (-15 -1506 ((-114) |#1| (-793))) (-15 -4150 ((-114) |#1|)) (-15 -3470 ((-114) |#1| |#1|))) (-34)) (T -33))
+NIL
+(-10 -8 (-15 -4489 (|#1|)) (-15 -4405 ((-114) |#1| (-793))) (-15 -3050 ((-114) |#1| (-793))) (-15 -1506 ((-114) |#1| (-793))) (-15 -4150 ((-114) |#1|)) (-15 -3470 ((-114) |#1| |#1|)))
+((-4405 (((-114) $ (-793)) 8 T ELT)) (-4489 (($) 7 T CONST)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-4007 (($ $) 13 T ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
(((-34) (-142)) (T -34))
-((-2618 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-114)))) (-2721 (*1 *1 *1) (-4 *1 (-34))) (-1423 (*1 *1) (-4 *1 (-34))) (-3868 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-114)))) (-2020 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114)))) (-1456 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114)))) (-3067 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114)))) (-3366 (*1 *1) (-4 *1 (-34))) (-2305 (*1 *2 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-34)) (-5 *2 (-793)))))
-(-13 (-1248) (-10 -8 (-15 -2618 ((-114) $ $)) (-15 -2721 ($ $)) (-15 -1423 ($)) (-15 -3868 ((-114) $)) (-15 -2020 ((-114) $ (-793))) (-15 -1456 ((-114) $ (-793))) (-15 -3067 ((-114) $ (-793))) (-15 -3366 ($) -3721) (IF (|has| $ (-6 -4509)) (-15 -2305 ((-793) $)) |%noBranch|)))
-(((-1248) . T))
-((-3671 (($ $) 11 T ELT)) (-3649 (($ $) 10 T ELT)) (-3693 (($ $) 9 T ELT)) (-2979 (($ $) 8 T ELT)) (-3681 (($ $) 7 T ELT)) (-3661 (($ $) 6 T ELT)))
+((-3470 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-114)))) (-4007 (*1 *1 *1) (-4 *1 (-34))) (-3614 (*1 *1) (-4 *1 (-34))) (-4150 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-114)))) (-1506 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114)))) (-3050 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114)))) (-4405 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114)))) (-4489 (*1 *1) (-4 *1 (-34))) (-3819 (*1 *2 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-34)) (-5 *2 (-793)))))
+(-13 (-1249) (-10 -8 (-15 -3470 ((-114) $ $)) (-15 -4007 ($ $)) (-15 -3614 ($)) (-15 -4150 ((-114) $)) (-15 -1506 ((-114) $ (-793))) (-15 -3050 ((-114) $ (-793))) (-15 -4405 ((-114) $ (-793))) (-15 -4489 ($) -2292) (IF (|has| $ (-6 -4510)) (-15 -3819 ((-793) $)) |%noBranch|)))
+(((-1249) . T))
+((-2345 (($ $) 11 T ELT)) (-2317 (($ $) 10 T ELT)) (-2370 (($ $) 9 T ELT)) (-2254 (($ $) 8 T ELT)) (-2356 (($ $) 7 T ELT)) (-2330 (($ $) 6 T ELT)))
(((-35) (-142)) (T -35))
-((-3671 (*1 *1 *1) (-4 *1 (-35))) (-3649 (*1 *1 *1) (-4 *1 (-35))) (-3693 (*1 *1 *1) (-4 *1 (-35))) (-2979 (*1 *1 *1) (-4 *1 (-35))) (-3681 (*1 *1 *1) (-4 *1 (-35))) (-3661 (*1 *1 *1) (-4 *1 (-35))))
-(-13 (-10 -8 (-15 -3661 ($ $)) (-15 -3681 ($ $)) (-15 -2979 ($ $)) (-15 -3693 ($ $)) (-15 -3649 ($ $)) (-15 -3671 ($ $))))
-((-2294 (((-114) $ $) 22 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ELT)) (-3929 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 136 T ELT)) (-2580 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 159 T ELT)) (-3730 (($ $) 157 T ELT)) (-2520 (($) 80 T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 79 T ELT)) (-3303 (((-1304) $ |#1| |#1|) 107 (|has| $ (-6 -4510)) ELT) (((-1304) $ (-560) (-560)) 189 (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) 170 (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 220 T ELT) (((-114) $) 214 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-3119 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 211 (|has| $ (-6 -4510)) ELT) (($ $) 210 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) (|has| $ (-6 -4510))) ELT)) (-3334 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 221 T ELT) (($ $) 215 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 145 (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) 166 (|has| $ (-6 -4510)) ELT)) (-1498 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 168 (|has| $ (-6 -4510)) ELT)) (-3746 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 164 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#2| $ |#1| |#2|) 81 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 200 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-1265 (-560)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 171 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "last" (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 169 (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) 167 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "first" (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 165 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "value" (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 144 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 143 (|has| $ (-6 -4510)) ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 52 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 227 T ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 62 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 186 (|has| $ (-6 -4509)) ELT)) (-2570 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 158 T ELT)) (-4148 (((-3 |#2| "failed") |#1| $) 68 T ELT)) (-3366 (($) 7 T CONST)) (-4318 (($ $) 212 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 222 T ELT)) (-3806 (($ $ (-793)) 153 T ELT) (($ $) 151 T ELT)) (-2813 (($ $) 225 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-2885 (($ $) 65 (-2191 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509)))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 53 (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) 69 T ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 231 T ELT) (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 226 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 64 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 61 (|has| $ (-6 -4509)) ELT) (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 188 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 185 (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 63 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 60 (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 59 (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 187 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 184 (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 183 (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) 95 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 201 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) 96 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) 199 T ELT)) (-1866 (((-114) $) 203 T ELT)) (-2533 (((-560) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 219 T ELT) (((-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 218 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT) (((-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) 217 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 33 (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) 87 (|has| $ (-6 -4509)) ELT) (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 125 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 134 T ELT)) (-2602 (((-114) $ $) 142 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-2531 (($ (-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 179 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 ((|#1| $) 104 (|has| |#1| (-871)) ELT) (((-560) $) 191 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 204 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-3104 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ $) 228 T ELT) (($ $ $) 224 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-4246 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ $) 223 T ELT) (($ $ $) 216 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 32 (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) 88 (|has| $ (-6 -4509)) ELT) (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 126 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 30 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-114) |#2| $) 90 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT) (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 128 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 ((|#1| $) 103 (|has| |#1| (-871)) ELT) (((-560) $) 192 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 205 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 37 (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) 83 (|has| $ (-6 -4510)) ELT) (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 121 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 38 T ELT) (($ (-1 |#2| |#2|) $) 82 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 78 T ELT) (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ $) 176 T ELT) (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 120 T ELT)) (-1335 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 236 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1940 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 139 T ELT)) (-2833 (((-114) $) 135 T ELT)) (-3049 (((-1190) $) 25 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-2045 (($ $ (-793)) 156 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 154 T ELT)) (-3342 (((-663 |#1|) $) 70 T ELT)) (-1651 (((-114) |#1| $) 71 T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 46 T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 47 T ELT) (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) 230 T ELT) (($ $ $ (-560)) 229 T ELT)) (-1726 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) 173 T ELT) (($ $ $ (-560)) 172 T ELT)) (-1936 (((-663 |#1|) $) 101 T ELT) (((-663 (-560)) $) 194 T ELT)) (-2624 (((-114) |#1| $) 100 T ELT) (((-114) (-560) $) 195 T ELT)) (-3139 (((-1151) $) 24 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-3794 ((|#2| $) 105 (|has| |#1| (-871)) ELT) (($ $ (-793)) 150 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 148 T ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 58 T ELT) (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 182 T ELT)) (-4446 (($ $ |#2|) 106 (|has| $ (-6 -4510)) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 190 (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 48 T ELT)) (-2655 (((-114) $) 202 T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 35 (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) 85 (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 123 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) 29 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 28 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 27 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 26 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 94 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) 93 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) 92 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) 91 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 132 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 131 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 130 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) 129 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#2| $) 102 (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 193 (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-3155 (((-663 |#2|) $) 99 T ELT) (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 196 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#2| $ |#1|) 98 T ELT) ((|#2| $ |#1| |#2|) 97 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 198 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) 197 T ELT) (($ $ (-1265 (-560))) 180 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "last") 155 T ELT) (($ $ "rest") 152 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "first") 149 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "value") 137 T ELT)) (-1403 (((-560) $ $) 140 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 55 T ELT)) (-2229 (($ $ (-560)) 233 T ELT) (($ $ (-1265 (-560))) 232 T ELT)) (-3435 (($ $ (-560)) 175 T ELT) (($ $ (-1265 (-560))) 174 T ELT)) (-4235 (((-114) $) 138 T ELT)) (-2936 (($ $) 162 T ELT)) (-2841 (($ $) 163 (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) 161 T ELT)) (-3957 (($ $) 160 T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 31 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) |#2| $) 89 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#2|) $) 86 (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 127 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 124 (|has| $ (-6 -4509)) ELT)) (-2877 (($ $ $ (-560)) 213 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549)))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 57 T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 181 T ELT)) (-1464 (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 235 T ELT) (($ $ $) 234 T ELT)) (-4357 (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 178 T ELT) (($ (-663 $)) 177 T ELT) (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 147 T ELT) (($ $ $) 146 T ELT)) (-2539 (((-887) $) 20 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) (|has| |#2| (-632 (-887))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887)))) ELT)) (-2900 (((-663 $) $) 133 T ELT)) (-3066 (((-114) $ $) 141 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-3860 (((-114) $ $) 23 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 49 T ELT)) (-2052 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") |#1| $) 119 T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 36 (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) 84 (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 122 (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) 206 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2360 (((-114) $ $) 208 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2329 (((-114) $ $) 21 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ELT)) (-2372 (((-114) $ $) 207 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2349 (((-114) $ $) 209 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-36 |#1| |#2|) (-142) (-1132) (-1132)) (T -36))
-((-2052 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-5 *2 (-2 (|:| -3818 *3) (|:| -2660 *4))))))
-(-13 (-1225 |t#1| |t#2|) (-688 (-2 (|:| -3818 |t#1|) (|:| -2660 |t#2|))) (-10 -8 (-15 -2052 ((-3 (-2 (|:| -3818 |t#1|) (|:| -2660 |t#2|)) "failed") |t#1| $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T) ((-102) -2191 (|has| |#2| (-1132)) (|has| |#2| (-102)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ((-632 (-887)) -2191 (|has| |#2| (-1132)) (|has| |#2| (-632 (-887))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887)))) ((-153 #1=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T) ((-633 (-549)) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ((-233 #0#) . T) ((-242 #0#) . T) ((-298 #2=(-560) #1#) . T) ((-298 (-1265 (-560)) $) . T) ((-298 |#1| |#2|) . T) ((-300 #2# #1#) . T) ((-300 |#1| |#2|) . T) ((-321 #1#) -12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-294 #1#) . T) ((-385 #1#) . T) ((-503 #1#) . T) ((-503 |#2|) . T) ((-618 #2# #1#) . T) ((-618 |#1| |#2|) . T) ((-528 #1# #1#) -12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-629 |#1| |#2|) . T) ((-673 #1#) . T) ((-688 #1#) . T) ((-871) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ((-874) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ((-1041 #1#) . T) ((-1132) -2191 (|has| |#2| (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871))) ((-1181 #1#) . T) ((-1225 |#1| |#2|) . T) ((-1248) . T) ((-1287 #1#) . T))
-((-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 10 T ELT)))
-(((-37 |#1| |#2|) (-10 -8 (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-38 |#2|) (-175)) (T -37))
-NIL
-(-10 -8 (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT)))
+((-2345 (*1 *1 *1) (-4 *1 (-35))) (-2317 (*1 *1 *1) (-4 *1 (-35))) (-2370 (*1 *1 *1) (-4 *1 (-35))) (-2254 (*1 *1 *1) (-4 *1 (-35))) (-2356 (*1 *1 *1) (-4 *1 (-35))) (-2330 (*1 *1 *1) (-4 *1 (-35))))
+(-13 (-10 -8 (-15 -2330 ($ $)) (-15 -2356 ($ $)) (-15 -2254 ($ $)) (-15 -2370 ($ $)) (-15 -2317 ($ $)) (-15 -2345 ($ $))))
+((-3808 (((-114) $ $) 22 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ELT)) (-1992 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 136 T ELT)) (-1910 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 159 T ELT)) (-4034 (($ $) 157 T ELT)) (-4432 (($) 80 T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 79 T ELT)) (-2507 (((-1305) $ |#1| |#1|) 107 (|has| $ (-6 -4511)) ELT) (((-1305) $ (-560) (-560)) 189 (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) 170 (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 220 T ELT) (((-114) $) 214 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-4235 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 211 (|has| $ (-6 -4511)) ELT) (($ $) 210 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) (|has| $ (-6 -4511))) ELT)) (-2125 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 221 T ELT) (($ $) 215 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 145 (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) 166 (|has| $ (-6 -4511)) ELT)) (-1828 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 168 (|has| $ (-6 -4511)) ELT)) (-4082 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 164 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#2| $ |#1| |#2|) 81 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 200 (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-1266 (-560)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 171 (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "last" (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 169 (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) 167 (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "first" (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 165 (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "value" (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 144 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 143 (|has| $ (-6 -4511)) ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 52 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 227 T ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 62 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 186 (|has| $ (-6 -4510)) ELT)) (-1900 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 158 T ELT)) (-2199 (((-3 |#2| "failed") |#1| $) 68 T ELT)) (-4489 (($) 7 T CONST)) (-1518 (($ $) 212 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 222 T ELT)) (-1586 (($ $ (-793)) 153 T ELT) (($ $) 151 T ELT)) (-1536 (($ $) 225 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-4154 (($ $) 65 (-2309 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510)))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 53 (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) 69 T ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 231 T ELT) (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 226 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 64 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 61 (|has| $ (-6 -4510)) ELT) (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 188 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 185 (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 63 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 60 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 59 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 187 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 184 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 183 (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) 95 (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 201 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) 96 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) 199 T ELT)) (-4061 (((-114) $) 203 T ELT)) (-3817 (((-560) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 219 T ELT) (((-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 218 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT) (((-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) 217 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 33 (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) 87 (|has| $ (-6 -4510)) ELT) (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 125 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 134 T ELT)) (-4428 (((-114) $ $) 142 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-4446 (($ (-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 179 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 ((|#1| $) 104 (|has| |#1| (-872)) ELT) (((-560) $) 191 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 204 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2100 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ $) 228 T ELT) (($ $ $) 224 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-1762 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ $) 223 T ELT) (($ $ $) 216 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 32 (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) 88 (|has| $ (-6 -4510)) ELT) (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 126 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 30 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-114) |#2| $) 90 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT) (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 128 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 ((|#1| $) 103 (|has| |#1| (-872)) ELT) (((-560) $) 192 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 205 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 37 (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) 83 (|has| $ (-6 -4511)) ELT) (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 121 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 38 T ELT) (($ (-1 |#2| |#2|) $) 82 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 78 T ELT) (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ $) 176 T ELT) (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 120 T ELT)) (-3209 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 236 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2778 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 139 T ELT)) (-3019 (((-114) $) 135 T ELT)) (-2128 (((-1191) $) 25 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-3534 (($ $ (-793)) 156 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 154 T ELT)) (-2791 (((-663 |#1|) $) 70 T ELT)) (-1410 (((-114) |#1| $) 71 T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 46 T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 47 T ELT) (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) 230 T ELT) (($ $ $ (-560)) 229 T ELT)) (-4233 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) 173 T ELT) (($ $ $ (-560)) 172 T ELT)) (-3444 (((-663 |#1|) $) 101 T ELT) (((-663 (-560)) $) 194 T ELT)) (-2679 (((-114) |#1| $) 100 T ELT) (((-114) (-560) $) 195 T ELT)) (-1473 (((-1152) $) 24 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1574 ((|#2| $) 105 (|has| |#1| (-872)) ELT) (($ $ (-793)) 150 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 148 T ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 58 T ELT) (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 182 T ELT)) (-2024 (($ $ |#2|) 106 (|has| $ (-6 -4511)) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 190 (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 48 T ELT)) (-2126 (((-114) $) 202 T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 35 (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) 85 (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 123 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) 29 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 28 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 27 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 26 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 94 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) 93 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) 92 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) 91 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 132 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 131 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 130 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) 129 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#2| $) 102 (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 193 (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1570 (((-663 |#2|) $) 99 T ELT) (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 196 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#2| $ |#1|) 98 T ELT) ((|#2| $ |#1| |#2|) 97 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 198 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) 197 T ELT) (($ $ (-1266 (-560))) 180 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "last") 155 T ELT) (($ $ "rest") 152 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "first") 149 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "value") 137 T ELT)) (-3419 (((-560) $ $) 140 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 55 T ELT)) (-2380 (($ $ (-560)) 233 T ELT) (($ $ (-1266 (-560))) 232 T ELT)) (-3032 (($ $ (-560)) 175 T ELT) (($ $ (-1266 (-560))) 174 T ELT)) (-1898 (((-114) $) 138 T ELT)) (-2935 (($ $) 162 T ELT)) (-2481 (($ $) 163 (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) 161 T ELT)) (-1993 (($ $) 160 T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 31 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) |#2| $) 89 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#2|) $) 86 (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 127 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 124 (|has| $ (-6 -4510)) ELT)) (-1352 (($ $ $ (-560)) 213 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549)))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 57 T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 181 T ELT)) (-4409 (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 235 T ELT) (($ $ $) 234 T ELT)) (-2465 (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 178 T ELT) (($ (-663 $)) 177 T ELT) (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 147 T ELT) (($ $ $) 146 T ELT)) (-3834 (((-888) $) 20 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) (|has| |#2| (-632 (-888))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888)))) ELT)) (-2094 (((-663 $) $) 133 T ELT)) (-4316 (((-114) $ $) 141 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-1519 (((-114) $ $) 23 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 49 T ELT)) (-3544 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") |#1| $) 119 T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 36 (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) 84 (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 122 (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) 206 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2510 (((-114) $ $) 208 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2478 (((-114) $ $) 21 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ELT)) (-2525 (((-114) $ $) 207 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2499 (((-114) $ $) 209 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-36 |#1| |#2|) (-142) (-1133) (-1133)) (T -36))
+((-3544 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-5 *2 (-2 (|:| -1919 *3) (|:| -3529 *4))))))
+(-13 (-1226 |t#1| |t#2|) (-688 (-2 (|:| -1919 |t#1|) (|:| -3529 |t#2|))) (-10 -8 (-15 -3544 ((-3 (-2 (|:| -1919 |t#1|) (|:| -3529 |t#2|)) "failed") |t#1| $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T) ((-102) -2309 (|has| |#2| (-1133)) (|has| |#2| (-102)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ((-632 (-888)) -2309 (|has| |#2| (-1133)) (|has| |#2| (-632 (-888))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888)))) ((-153 #1=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T) ((-633 (-549)) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ((-233 #0#) . T) ((-242 #0#) . T) ((-298 #2=(-560) #1#) . T) ((-298 (-1266 (-560)) $) . T) ((-298 |#1| |#2|) . T) ((-300 #2# #1#) . T) ((-300 |#1| |#2|) . T) ((-321 #1#) -12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-294 #1#) . T) ((-385 #1#) . T) ((-503 #1#) . T) ((-503 |#2|) . T) ((-618 #2# #1#) . T) ((-618 |#1| |#2|) . T) ((-528 #1# #1#) -12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-629 |#1| |#2|) . T) ((-673 #1#) . T) ((-688 #1#) . T) ((-872) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ((-875) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ((-1042 #1#) . T) ((-1133) -2309 (|has| |#2| (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872))) ((-1182 #1#) . T) ((-1226 |#1| |#2|) . T) ((-1249) . T) ((-1288 #1#) . T))
+((-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 10 T ELT)))
+(((-37 |#1| |#2|) (-10 -8 (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-38 |#2|) (-175)) (T -37))
+NIL
+(-10 -8 (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT)))
(((-38 |#1|) (-142) (-175)) (T -38))
NIL
-(-13 (-1080) (-739 |t#1|) (-635 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-748) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-3801 (((-419 |#1|) |#1|) 41 T ELT)) (-3388 (((-419 |#1|) |#1|) 30 T ELT) (((-419 |#1|) |#1| (-663 (-48))) 33 T ELT)) (-2295 (((-114) |#1|) 59 T ELT)))
-(((-39 |#1|) (-10 -7 (-15 -3388 ((-419 |#1|) |#1| (-663 (-48)))) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3801 ((-419 |#1|) |#1|)) (-15 -2295 ((-114) |#1|))) (-1274 (-48))) (T -39))
-((-2295 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-39 *3)) (-4 *3 (-1274 (-48))))) (-3801 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1274 (-48))))) (-3388 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1274 (-48))))) (-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-48))) (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1274 (-48))))))
-(-10 -7 (-15 -3388 ((-419 |#1|) |#1| (-663 (-48)))) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3801 ((-419 |#1|) |#1|)) (-15 -2295 ((-114) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2650 (((-2 (|:| |num| (-1298 |#2|)) (|:| |den| |#2|)) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4390 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3873 (((-114) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1873 (((-711 (-421 |#2|)) (-1298 $)) NIL T ELT) (((-711 (-421 |#2|))) NIL T ELT)) (-4095 (((-421 |#2|) $) NIL T ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3988 (((-114) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1450 (((-793)) NIL (|has| (-421 |#2|) (-381)) ELT)) (-3636 (((-114)) NIL T ELT)) (-1554 (((-114) |#1|) NIL T ELT) (((-114) |#2|) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| (-421 |#2|) (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-421 |#2|) (-1069 (-421 (-560)))) ELT) (((-3 (-421 |#2|) "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| (-421 |#2|) (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| (-421 |#2|) (-1069 (-421 (-560)))) ELT) (((-421 |#2|) $) NIL T ELT)) (-3013 (($ (-1298 (-421 |#2|)) (-1298 $)) NIL T ELT) (($ (-1298 (-421 |#2|))) 61 T ELT) (($ (-1298 |#2|) |#2|) 131 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2242 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2902 (((-711 (-421 |#2|)) $ (-1298 $)) NIL T ELT) (((-711 (-421 |#2|)) $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-421 |#2|))) (|:| |vec| (-1298 (-421 |#2|)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-421 |#2|)) (-711 $)) NIL T ELT)) (-1905 (((-1298 $) (-1298 $)) NIL T ELT)) (-2108 (($ |#3|) NIL T ELT) (((-3 $ "failed") (-421 |#3|)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2332 (((-663 (-663 |#1|))) NIL (|has| |#1| (-381)) ELT)) (-3913 (((-114) |#1| |#1|) NIL T ELT)) (-3795 (((-948)) NIL T ELT)) (-3362 (($) NIL (|has| (-421 |#2|) (-381)) ELT)) (-4064 (((-114)) NIL T ELT)) (-2231 (((-114) |#1|) NIL T ELT) (((-114) |#2|) NIL T ELT)) (-2254 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2075 (($ $) NIL T ELT)) (-1632 (($) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2136 (((-114) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1497 (($ $ (-793)) NIL (|has| (-421 |#2|) (-363)) ELT) (($ $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1510 (((-114) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2252 (((-948) $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-854 (-948)) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2465 (((-793)) NIL T ELT)) (-4290 (((-1298 $) (-1298 $)) 106 T ELT)) (-3138 (((-421 |#2|) $) NIL T ELT)) (-2000 (((-663 (-975 |#1|)) (-1208)) NIL (|has| |#1| (-376)) ELT)) (-2024 (((-713 $) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2767 ((|#3| $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2608 (((-948) $) NIL (|has| (-421 |#2|) (-381)) ELT)) (-2094 ((|#3| $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-421 |#2|))) (|:| |vec| (-1298 (-421 |#2|)))) (-1298 $) $) NIL T ELT) (((-711 (-421 |#2|)) (-1298 $)) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2245 (((-1304) (-793)) 84 T ELT)) (-2376 (((-711 (-421 |#2|))) 56 T ELT)) (-1519 (((-711 (-421 |#2|))) 49 T ELT)) (-2402 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4025 (($ (-1298 |#2|) |#2|) 132 T ELT)) (-3574 (((-711 (-421 |#2|))) 50 T ELT)) (-2301 (((-711 (-421 |#2|))) 48 T ELT)) (-3246 (((-2 (|:| |num| (-711 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 130 T ELT)) (-4308 (((-2 (|:| |num| (-1298 |#2|)) (|:| |den| |#2|)) $) 68 T ELT)) (-3899 (((-1298 $)) 47 T ELT)) (-1906 (((-1298 $)) 46 T ELT)) (-3115 (((-114) $) NIL T ELT)) (-1581 (((-114) $) NIL T ELT) (((-114) $ |#1|) NIL T ELT) (((-114) $ |#2|) NIL T ELT)) (-2814 (($) NIL (|has| (-421 |#2|) (-363)) CONST)) (-3998 (($ (-948)) NIL (|has| (-421 |#2|) (-381)) ELT)) (-2270 (((-3 |#2| "failed")) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1652 (((-793)) NIL T ELT)) (-3178 (($) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3388 (((-419 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-421 |#2|) (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3320 (((-793) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1495 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1741 (((-3 |#2| "failed")) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3622 (((-421 |#2|) (-1298 $)) NIL T ELT) (((-421 |#2|)) 44 T ELT)) (-2424 (((-793) $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-3 (-793) "failed") $ $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2457 (($ $ (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 |#2| |#2|)) 126 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) NIL (-2191 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-3982 (((-711 (-421 |#2|)) (-1298 $) (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2731 ((|#3|) 55 T ELT)) (-1677 (($) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2086 (((-1298 (-421 |#2|)) $ (-1298 $)) NIL T ELT) (((-711 (-421 |#2|)) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 (-421 |#2|)) $) 62 T ELT) (((-711 (-421 |#2|)) (-1298 $)) 107 T ELT)) (-4417 (((-1298 (-421 |#2|)) $) NIL T ELT) (($ (-1298 (-421 |#2|))) NIL T ELT) ((|#3| $) NIL T ELT) (($ |#3|) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3141 (((-1298 $) (-1298 $)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 |#2|)) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| (-421 |#2|) (-1069 (-421 (-560)))) (|has| (-421 |#2|) (-376))) ELT) (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3187 (($ $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-713 $) $) NIL (|has| (-421 |#2|) (-147)) ELT)) (-4419 ((|#3| $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3725 (((-114)) 42 T ELT)) (-2544 (((-114) |#1|) 54 T ELT) (((-114) |#2|) 138 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2377 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL T ELT)) (-4397 (((-114)) NIL T ELT)) (-1427 (($) 17 T CONST)) (-1439 (($) 27 T CONST)) (-4324 (($ $ (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) NIL (-2191 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| (-421 |#2|) (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 |#2|)) NIL T ELT) (($ (-421 |#2|) $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| (-421 |#2|) (-376)) ELT)))
-(((-40 |#1| |#2| |#3| |#4|) (-13 (-355 |#1| |#2| |#3|) (-10 -7 (-15 -2245 ((-1304) (-793))))) (-376) (-1274 |#1|) (-1274 (-421 |#2|)) |#3|) (T -40))
-((-2245 (*1 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-376)) (-4 *5 (-1274 *4)) (-5 *2 (-1304)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1274 (-421 *5))) (-14 *7 *6))))
-(-13 (-355 |#1| |#2| |#3|) (-10 -7 (-15 -2245 ((-1304) (-793)))))
-((-2801 ((|#2| |#2|) 47 T ELT)) (-2713 ((|#2| |#2|) 139 (-12 (|has| |#2| (-435 |#1|)) (|has| |#1| (-13 (-466) (-1069 (-560))))) ELT)) (-1740 ((|#2| |#2|) 100 (-12 (|has| |#2| (-435 |#1|)) (|has| |#1| (-13 (-466) (-1069 (-560))))) ELT)) (-3972 ((|#2| |#2|) 101 (-12 (|has| |#2| (-435 |#1|)) (|has| |#1| (-13 (-466) (-1069 (-560))))) ELT)) (-2726 ((|#2| (-115) |#2| (-793)) 135 (-12 (|has| |#2| (-435 |#1|)) (|has| |#1| (-13 (-466) (-1069 (-560))))) ELT)) (-1517 (((-1202 |#2|) |#2|) 44 T ELT)) (-2622 ((|#2| |#2| (-663 (-630 |#2|))) 18 T ELT) ((|#2| |#2| (-663 |#2|)) 20 T ELT) ((|#2| |#2| |#2|) 21 T ELT) ((|#2| |#2|) 16 T ELT)))
-(((-41 |#1| |#2|) (-10 -7 (-15 -2801 (|#2| |#2|)) (-15 -2622 (|#2| |#2|)) (-15 -2622 (|#2| |#2| |#2|)) (-15 -2622 (|#2| |#2| (-663 |#2|))) (-15 -2622 (|#2| |#2| (-663 (-630 |#2|)))) (-15 -1517 ((-1202 |#2|) |#2|)) (IF (|has| |#1| (-13 (-466) (-1069 (-560)))) (IF (|has| |#2| (-435 |#1|)) (PROGN (-15 -3972 (|#2| |#2|)) (-15 -1740 (|#2| |#2|)) (-15 -2713 (|#2| |#2|)) (-15 -2726 (|#2| (-115) |#2| (-793)))) |%noBranch|) |%noBranch|)) (-571) (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 |#1| (-630 $)) $)) (-15 -4429 ((-1156 |#1| (-630 $)) $)) (-15 -2539 ($ (-1156 |#1| (-630 $))))))) (T -41))
-((-2726 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-115)) (-5 *4 (-793)) (-4 *5 (-13 (-466) (-1069 (-560)))) (-4 *5 (-571)) (-5 *1 (-41 *5 *2)) (-4 *2 (-435 *5)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *5 (-630 $)) $)) (-15 -4429 ((-1156 *5 (-630 $)) $)) (-15 -2539 ($ (-1156 *5 (-630 $))))))))) (-2713 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)))) (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $)) (-15 -4429 ((-1156 *3 (-630 $)) $)) (-15 -2539 ($ (-1156 *3 (-630 $))))))))) (-1740 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)))) (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $)) (-15 -4429 ((-1156 *3 (-630 $)) $)) (-15 -2539 ($ (-1156 *3 (-630 $))))))))) (-3972 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)))) (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $)) (-15 -4429 ((-1156 *3 (-630 $)) $)) (-15 -2539 ($ (-1156 *3 (-630 $))))))))) (-1517 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-1202 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *4 (-630 $)) $)) (-15 -4429 ((-1156 *4 (-630 $)) $)) (-15 -2539 ($ (-1156 *4 (-630 $))))))))) (-2622 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-630 *2))) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *4 (-630 $)) $)) (-15 -4429 ((-1156 *4 (-630 $)) $)) (-15 -2539 ($ (-1156 *4 (-630 $))))))) (-4 *4 (-571)) (-5 *1 (-41 *4 *2)))) (-2622 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *4 (-630 $)) $)) (-15 -4429 ((-1156 *4 (-630 $)) $)) (-15 -2539 ($ (-1156 *4 (-630 $))))))) (-4 *4 (-571)) (-5 *1 (-41 *4 *2)))) (-2622 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $)) (-15 -4429 ((-1156 *3 (-630 $)) $)) (-15 -2539 ($ (-1156 *3 (-630 $))))))))) (-2622 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $)) (-15 -4429 ((-1156 *3 (-630 $)) $)) (-15 -2539 ($ (-1156 *3 (-630 $))))))))) (-2801 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $)) (-15 -4429 ((-1156 *3 (-630 $)) $)) (-15 -2539 ($ (-1156 *3 (-630 $))))))))))
-(-10 -7 (-15 -2801 (|#2| |#2|)) (-15 -2622 (|#2| |#2|)) (-15 -2622 (|#2| |#2| |#2|)) (-15 -2622 (|#2| |#2| (-663 |#2|))) (-15 -2622 (|#2| |#2| (-663 (-630 |#2|)))) (-15 -1517 ((-1202 |#2|) |#2|)) (IF (|has| |#1| (-13 (-466) (-1069 (-560)))) (IF (|has| |#2| (-435 |#1|)) (PROGN (-15 -3972 (|#2| |#2|)) (-15 -1740 (|#2| |#2|)) (-15 -2713 (|#2| |#2|)) (-15 -2726 (|#2| (-115) |#2| (-793)))) |%noBranch|) |%noBranch|))
-((-3388 (((-419 (-1202 |#3|)) (-1202 |#3|) (-663 (-48))) 23 T ELT) (((-419 |#3|) |#3| (-663 (-48))) 19 T ELT)))
-(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -3388 ((-419 |#3|) |#3| (-663 (-48)))) (-15 -3388 ((-419 (-1202 |#3|)) (-1202 |#3|) (-663 (-48))))) (-871) (-815) (-979 (-48) |#2| |#1|)) (T -42))
-((-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-48))) (-4 *5 (-871)) (-4 *6 (-815)) (-4 *7 (-979 (-48) *6 *5)) (-5 *2 (-419 (-1202 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1202 *7)))) (-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-48))) (-4 *5 (-871)) (-4 *6 (-815)) (-5 *2 (-419 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-979 (-48) *6 *5)))))
-(-10 -7 (-15 -3388 ((-419 |#3|) |#3| (-663 (-48)))) (-15 -3388 ((-419 (-1202 |#3|)) (-1202 |#3|) (-663 (-48)))))
-((-2400 (((-793) |#2|) 70 T ELT)) (-1736 (((-793) |#2|) 74 T ELT)) (-4003 (((-663 |#2|)) 37 T ELT)) (-3807 (((-793) |#2|) 73 T ELT)) (-4017 (((-793) |#2|) 69 T ELT)) (-3299 (((-793) |#2|) 72 T ELT)) (-1746 (((-663 (-711 |#1|))) 65 T ELT)) (-1522 (((-663 |#2|)) 60 T ELT)) (-2965 (((-663 |#2|) |#2|) 48 T ELT)) (-4083 (((-663 |#2|)) 62 T ELT)) (-3143 (((-663 |#2|)) 61 T ELT)) (-3271 (((-663 (-711 |#1|))) 53 T ELT)) (-3968 (((-663 |#2|)) 59 T ELT)) (-2375 (((-663 |#2|) |#2|) 47 T ELT)) (-2500 (((-663 |#2|)) 55 T ELT)) (-2787 (((-663 (-711 |#1|))) 66 T ELT)) (-2214 (((-663 |#2|)) 64 T ELT)) (-1868 (((-1298 |#2|) (-1298 |#2|)) 99 (|has| |#1| (-319)) ELT)))
-(((-43 |#1| |#2|) (-10 -7 (-15 -3807 ((-793) |#2|)) (-15 -1736 ((-793) |#2|)) (-15 -4017 ((-793) |#2|)) (-15 -2400 ((-793) |#2|)) (-15 -3299 ((-793) |#2|)) (-15 -2500 ((-663 |#2|))) (-15 -2375 ((-663 |#2|) |#2|)) (-15 -2965 ((-663 |#2|) |#2|)) (-15 -3968 ((-663 |#2|))) (-15 -1522 ((-663 |#2|))) (-15 -3143 ((-663 |#2|))) (-15 -4083 ((-663 |#2|))) (-15 -2214 ((-663 |#2|))) (-15 -3271 ((-663 (-711 |#1|)))) (-15 -1746 ((-663 (-711 |#1|)))) (-15 -2787 ((-663 (-711 |#1|)))) (-15 -4003 ((-663 |#2|))) (IF (|has| |#1| (-319)) (-15 -1868 ((-1298 |#2|) (-1298 |#2|))) |%noBranch|)) (-571) (-432 |#1|)) (T -43))
-((-1868 (*1 *2 *2) (-12 (-5 *2 (-1298 *4)) (-4 *4 (-432 *3)) (-4 *3 (-319)) (-4 *3 (-571)) (-5 *1 (-43 *3 *4)))) (-4003 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-2787 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-1746 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-3271 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-2214 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-4083 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-3143 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-1522 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-3968 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-2965 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-2375 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-2500 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-3299 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-2400 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-4017 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-1736 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-3807 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))))
-(-10 -7 (-15 -3807 ((-793) |#2|)) (-15 -1736 ((-793) |#2|)) (-15 -4017 ((-793) |#2|)) (-15 -2400 ((-793) |#2|)) (-15 -3299 ((-793) |#2|)) (-15 -2500 ((-663 |#2|))) (-15 -2375 ((-663 |#2|) |#2|)) (-15 -2965 ((-663 |#2|) |#2|)) (-15 -3968 ((-663 |#2|))) (-15 -1522 ((-663 |#2|))) (-15 -3143 ((-663 |#2|))) (-15 -4083 ((-663 |#2|))) (-15 -2214 ((-663 |#2|))) (-15 -3271 ((-663 (-711 |#1|)))) (-15 -1746 ((-663 (-711 |#1|)))) (-15 -2787 ((-663 (-711 |#1|)))) (-15 -4003 ((-663 |#2|))) (IF (|has| |#1| (-319)) (-15 -1868 ((-1298 |#2|) (-1298 |#2|))) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4206 (((-3 $ "failed")) NIL (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2951 (((-1298 (-711 |#1|)) (-1298 $)) NIL T ELT) (((-1298 (-711 |#1|))) 24 T ELT)) (-1507 (((-1298 $)) 52 T ELT)) (-3366 (($) NIL T CONST)) (-1908 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL (|has| |#1| (-571)) ELT)) (-2923 (((-3 $ "failed")) NIL (|has| |#1| (-571)) ELT)) (-2454 (((-711 |#1|) (-1298 $)) NIL T ELT) (((-711 |#1|)) NIL T ELT)) (-1350 ((|#1| $) NIL T ELT)) (-4093 (((-711 |#1|) $ (-1298 $)) NIL T ELT) (((-711 |#1|) $) NIL T ELT)) (-3604 (((-3 $ "failed") $) NIL (|has| |#1| (-571)) ELT)) (-4349 (((-1202 (-975 |#1|))) NIL (|has| |#1| (-376)) ELT)) (-3239 (($ $ (-948)) NIL T ELT)) (-3162 ((|#1| $) NIL T ELT)) (-1359 (((-1202 |#1|) $) NIL (|has| |#1| (-571)) ELT)) (-2708 ((|#1| (-1298 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-4010 (((-1202 |#1|) $) NIL T ELT)) (-3331 (((-114)) 99 T ELT)) (-3013 (($ (-1298 |#1|) (-1298 $)) NIL T ELT) (($ (-1298 |#1|)) NIL T ELT)) (-4310 (((-3 $ "failed") $) 14 (|has| |#1| (-571)) ELT)) (-3795 (((-948)) 53 T ELT)) (-2029 (((-114)) NIL T ELT)) (-4368 (($ $ (-948)) NIL T ELT)) (-3798 (((-114)) NIL T ELT)) (-2636 (((-114)) NIL T ELT)) (-2341 (((-114)) 101 T ELT)) (-2760 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL (|has| |#1| (-571)) ELT)) (-3003 (((-3 $ "failed")) NIL (|has| |#1| (-571)) ELT)) (-3522 (((-711 |#1|) (-1298 $)) NIL T ELT) (((-711 |#1|)) NIL T ELT)) (-2449 ((|#1| $) NIL T ELT)) (-3870 (((-711 |#1|) $ (-1298 $)) NIL T ELT) (((-711 |#1|) $) NIL T ELT)) (-3826 (((-3 $ "failed") $) NIL (|has| |#1| (-571)) ELT)) (-2697 (((-1202 (-975 |#1|))) NIL (|has| |#1| (-376)) ELT)) (-4360 (($ $ (-948)) NIL T ELT)) (-2644 ((|#1| $) NIL T ELT)) (-3976 (((-1202 |#1|) $) NIL (|has| |#1| (-571)) ELT)) (-4030 ((|#1| (-1298 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-2752 (((-1202 |#1|) $) NIL T ELT)) (-3507 (((-114)) 98 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4080 (((-114)) 106 T ELT)) (-1900 (((-114)) 105 T ELT)) (-2582 (((-114)) 107 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1349 (((-114)) 100 T ELT)) (-1495 ((|#1| $ (-560)) 55 T ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) 48 T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 |#1|) $) 28 T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-4417 (((-1298 |#1|) $) NIL T ELT) (($ (-1298 |#1|)) NIL T ELT)) (-2246 (((-663 (-975 |#1|)) (-1298 $)) NIL T ELT) (((-663 (-975 |#1|))) NIL T ELT)) (-4172 (($ $ $) NIL T ELT)) (-3842 (((-114)) 95 T ELT)) (-2539 (((-887) $) 71 T ELT) (($ (-1298 |#1|)) 22 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) 51 T ELT)) (-2861 (((-663 (-1298 |#1|))) NIL (|has| |#1| (-571)) ELT)) (-4190 (($ $ $ $) NIL T ELT)) (-3348 (((-114)) 91 T ELT)) (-3780 (($ (-711 |#1|) $) 18 T ELT)) (-2927 (($ $ $) NIL T ELT)) (-4480 (((-114)) 97 T ELT)) (-3402 (((-114)) 92 T ELT)) (-4365 (((-114)) 90 T ELT)) (-1427 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-1173 |#2| |#1|) $) 19 T ELT)))
-(((-44 |#1| |#2| |#3| |#4|) (-13 (-432 |#1|) (-670 (-1173 |#2| |#1|)) (-10 -8 (-15 -2539 ($ (-1298 |#1|))))) (-376) (-948) (-663 (-1208)) (-1298 (-711 |#1|))) (T -44))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-376)) (-14 *6 (-1298 (-711 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))))))
-(-13 (-432 |#1|) (-670 (-1173 |#2| |#1|)) (-10 -8 (-15 -2539 ($ (-1298 |#1|)))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-3929 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-2580 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-3730 (($ $) NIL T ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3303 (((-1304) $ |#1| |#1|) NIL (|has| $ (-6 -4510)) ELT) (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (((-114) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-3119 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871))) ELT)) (-3334 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) 33 (|has| $ (-6 -4510)) ELT)) (-1498 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT)) (-3746 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 35 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#2| $ |#1| |#2|) 53 T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-1265 (-560)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "last" (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "first" (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "value" (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2570 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-4148 (((-3 |#2| "failed") |#1| $) 43 T ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-3806 (($ $ (-793)) NIL T ELT) (($ $) 29 T ELT)) (-2813 (($ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) 56 T ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) NIL T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) NIL T ELT)) (-1866 (((-114) $) NIL T ELT)) (-2533 (((-560) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (((-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT) (((-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 20 (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 20 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-2531 (($ (-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 ((|#1| $) NIL (|has| |#1| (-871)) ELT) (((-560) $) 38 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-3104 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ $) NIL T ELT) (($ $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-4246 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ $) NIL T ELT) (($ $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-3213 ((|#1| $) NIL (|has| |#1| (-871)) ELT) (((-560) $) 40 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ $) NIL T ELT) (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-1335 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1940 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-2833 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) 49 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-2045 (($ $ (-793)) NIL T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-3342 (((-663 |#1|) $) 22 T ELT)) (-1651 (((-114) |#1| $) NIL T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT) (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1726 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 |#1|) $) NIL T ELT) (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) |#1| $) NIL T ELT) (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3794 ((|#2| $) NIL (|has| |#1| (-871)) ELT) (($ $ (-793)) NIL T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 27 T ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-2655 (((-114) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT) (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 19 T ELT)) (-3868 (((-114) $) 18 T ELT)) (-1423 (($) 14 T ELT)) (-1495 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "last") NIL T ELT) (($ $ "rest") NIL T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "first") NIL T ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $ "value") NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-2694 (($) 13 T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-2229 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-4235 (((-114) $) NIL T ELT)) (-2936 (($ $) NIL T ELT)) (-2841 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) NIL T ELT)) (-3957 (($ $) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-1464 (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL T ELT) (($ $ $) NIL T ELT)) (-4357 (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL T ELT) (($ (-663 $)) NIL T ELT) (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 31 T ELT) (($ $ $) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) (|has| |#2| (-632 (-887)))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-2052 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") |#1| $) 51 T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2372 (((-114) $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-871)) ELT)) (-2305 (((-793) $) 25 (|has| $ (-6 -4509)) ELT)))
-(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1132) (-1132)) (T -45))
+(-13 (-1081) (-739 |t#1|) (-635 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-748) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2275 (((-419 |#1|) |#1|) 41 T ELT)) (-2549 (((-419 |#1|) |#1|) 30 T ELT) (((-419 |#1|) |#1| (-663 (-48))) 33 T ELT)) (-3809 (((-114) |#1|) 59 T ELT)))
+(((-39 |#1|) (-10 -7 (-15 -2549 ((-419 |#1|) |#1| (-663 (-48)))) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -2275 ((-419 |#1|) |#1|)) (-15 -3809 ((-114) |#1|))) (-1275 (-48))) (T -39))
+((-3809 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-39 *3)) (-4 *3 (-1275 (-48))))) (-2275 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1275 (-48))))) (-2549 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1275 (-48))))) (-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-48))) (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1275 (-48))))))
+(-10 -7 (-15 -2549 ((-419 |#1|) |#1| (-663 (-48)))) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -2275 ((-419 |#1|) |#1|)) (-15 -3809 ((-114) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3071 (((-2 (|:| |num| (-1299 |#2|)) (|:| |den| |#2|)) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3575 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3442 (((-114) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3543 (((-711 (-421 |#2|)) (-1299 $)) NIL T ELT) (((-711 (-421 |#2|))) NIL T ELT)) (-2412 (((-421 |#2|) $) NIL T ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3255 (((-114) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2233 (((-793)) NIL (|has| (-421 |#2|) (-381)) ELT)) (-1799 (((-114)) NIL T ELT)) (-3294 (((-114) |#1|) NIL T ELT) (((-114) |#2|) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| (-421 |#2|) (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-421 |#2|) (-1070 (-421 (-560)))) ELT) (((-3 (-421 |#2|) "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| (-421 |#2|) (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| (-421 |#2|) (-1070 (-421 (-560)))) ELT) (((-421 |#2|) $) NIL T ELT)) (-4402 (($ (-1299 (-421 |#2|)) (-1299 $)) NIL T ELT) (($ (-1299 (-421 |#2|))) 61 T ELT) (($ (-1299 |#2|) |#2|) 131 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3752 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2385 (((-711 (-421 |#2|)) $ (-1299 $)) NIL T ELT) (((-711 (-421 |#2|)) $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-421 |#2|))) (|:| |vec| (-1299 (-421 |#2|)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-421 |#2|)) (-711 $)) NIL T ELT)) (-4303 (((-1299 $) (-1299 $)) NIL T ELT)) (-1995 (($ |#3|) NIL T ELT) (((-3 $ "failed") (-421 |#3|)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2357 (((-663 (-663 |#1|))) NIL (|has| |#1| (-381)) ELT)) (-1620 (((-114) |#1| |#1|) NIL T ELT)) (-1486 (((-949)) NIL T ELT)) (-2150 (($) NIL (|has| (-421 |#2|) (-381)) ELT)) (-4201 (((-114)) NIL T ELT)) (-4484 (((-114) |#1|) NIL T ELT) (((-114) |#2|) NIL T ELT)) (-3763 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4332 (($ $) NIL T ELT)) (-3396 (($) NIL (|has| (-421 |#2|) (-363)) ELT)) (-4418 (((-114) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1789 (($ $ (-793)) NIL (|has| (-421 |#2|) (-363)) ELT) (($ $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2072 (((-114) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2918 (((-949) $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-856 (-949)) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3822 (((-793)) NIL T ELT)) (-2524 (((-1299 $) (-1299 $)) 106 T ELT)) (-2480 (((-421 |#2|) $) NIL T ELT)) (-3690 (((-663 (-976 |#1|)) (-1209)) NIL (|has| |#1| (-376)) ELT)) (-3851 (((-713 $) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4118 ((|#3| $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3862 (((-949) $) NIL (|has| (-421 |#2|) (-381)) ELT)) (-1984 ((|#3| $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-421 |#2|))) (|:| |vec| (-1299 (-421 |#2|)))) (-1299 $) $) NIL T ELT) (((-711 (-421 |#2|)) (-1299 $)) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3545 (((-1305) (-793)) 84 T ELT)) (-1854 (((-711 (-421 |#2|))) 56 T ELT)) (-3737 (((-711 (-421 |#2|))) 49 T ELT)) (-4260 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1692 (($ (-1299 |#2|) |#2|) 132 T ELT)) (-2190 (((-711 (-421 |#2|))) 50 T ELT)) (-3219 (((-711 (-421 |#2|))) 48 T ELT)) (-2227 (((-2 (|:| |num| (-711 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 130 T ELT)) (-1947 (((-2 (|:| |num| (-1299 |#2|)) (|:| |den| |#2|)) $) 68 T ELT)) (-3012 (((-1299 $)) 47 T ELT)) (-4426 (((-1299 $)) 46 T ELT)) (-3838 (((-114) $) NIL T ELT)) (-3770 (((-114) $) NIL T ELT) (((-114) $ |#1|) NIL T ELT) (((-114) $ |#2|) NIL T ELT)) (-2689 (($) NIL (|has| (-421 |#2|) (-363)) CONST)) (-2081 (($ (-949)) NIL (|has| (-421 |#2|) (-381)) ELT)) (-2191 (((-3 |#2| "failed")) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1527 (((-793)) NIL T ELT)) (-3505 (($) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2549 (((-419 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-421 |#2|) (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3760 (((-793) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3034 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1729 (((-3 |#2| "failed")) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2810 (((-421 |#2|) (-1299 $)) NIL T ELT) (((-421 |#2|)) 44 T ELT)) (-2104 (((-793) $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-3 (-793) "failed") $ $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2703 (($ $ (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 |#2| |#2|)) 126 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) NIL (-2309 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-3782 (((-711 (-421 |#2|)) (-1299 $) (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2771 ((|#3|) 55 T ELT)) (-2011 (($) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3084 (((-1299 (-421 |#2|)) $ (-1299 $)) NIL T ELT) (((-711 (-421 |#2|)) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 (-421 |#2|)) $) 62 T ELT) (((-711 (-421 |#2|)) (-1299 $)) 107 T ELT)) (-1830 (((-1299 (-421 |#2|)) $) NIL T ELT) (($ (-1299 (-421 |#2|))) NIL T ELT) ((|#3| $) NIL T ELT) (($ |#3|) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1370 (((-1299 $) (-1299 $)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 |#2|)) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| (-421 |#2|) (-1070 (-421 (-560)))) (|has| (-421 |#2|) (-376))) ELT) (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1633 (($ $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-713 $) $) NIL (|has| (-421 |#2|) (-147)) ELT)) (-4286 ((|#3| $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-2793 (((-114)) 42 T ELT)) (-2696 (((-114) |#1|) 54 T ELT) (((-114) |#2|) 138 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3866 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL T ELT)) (-3088 (((-114)) NIL T ELT)) (-2971 (($) 17 T CONST)) (-2983 (($) 27 T CONST)) (-3095 (($ $ (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) NIL (-2309 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| (-421 |#2|) (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 |#2|)) NIL T ELT) (($ (-421 |#2|) $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| (-421 |#2|) (-376)) ELT)))
+(((-40 |#1| |#2| |#3| |#4|) (-13 (-355 |#1| |#2| |#3|) (-10 -7 (-15 -3545 ((-1305) (-793))))) (-376) (-1275 |#1|) (-1275 (-421 |#2|)) |#3|) (T -40))
+((-3545 (*1 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-376)) (-4 *5 (-1275 *4)) (-5 *2 (-1305)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1275 (-421 *5))) (-14 *7 *6))))
+(-13 (-355 |#1| |#2| |#3|) (-10 -7 (-15 -3545 ((-1305) (-793)))))
+((-2896 ((|#2| |#2|) 47 T ELT)) (-3289 ((|#2| |#2|) 139 (-12 (|has| |#2| (-435 |#1|)) (|has| |#1| (-13 (-466) (-1070 (-560))))) ELT)) (-1627 ((|#2| |#2|) 100 (-12 (|has| |#2| (-435 |#1|)) (|has| |#1| (-13 (-466) (-1070 (-560))))) ELT)) (-2022 ((|#2| |#2|) 101 (-12 (|has| |#2| (-435 |#1|)) (|has| |#1| (-13 (-466) (-1070 (-560))))) ELT)) (-3380 ((|#2| (-115) |#2| (-793)) 135 (-12 (|has| |#2| (-435 |#1|)) (|has| |#1| (-13 (-466) (-1070 (-560))))) ELT)) (-1592 (((-1203 |#2|) |#2|) 44 T ELT)) (-3775 ((|#2| |#2| (-663 (-630 |#2|))) 18 T ELT) ((|#2| |#2| (-663 |#2|)) 20 T ELT) ((|#2| |#2| |#2|) 21 T ELT) ((|#2| |#2|) 16 T ELT)))
+(((-41 |#1| |#2|) (-10 -7 (-15 -2896 (|#2| |#2|)) (-15 -3775 (|#2| |#2|)) (-15 -3775 (|#2| |#2| |#2|)) (-15 -3775 (|#2| |#2| (-663 |#2|))) (-15 -3775 (|#2| |#2| (-663 (-630 |#2|)))) (-15 -1592 ((-1203 |#2|) |#2|)) (IF (|has| |#1| (-13 (-466) (-1070 (-560)))) (IF (|has| |#2| (-435 |#1|)) (PROGN (-15 -2022 (|#2| |#2|)) (-15 -1627 (|#2| |#2|)) (-15 -3289 (|#2| |#2|)) (-15 -3380 (|#2| (-115) |#2| (-793)))) |%noBranch|) |%noBranch|)) (-571) (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 |#1| (-630 $)) $)) (-15 -3138 ((-1157 |#1| (-630 $)) $)) (-15 -3834 ($ (-1157 |#1| (-630 $))))))) (T -41))
+((-3380 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-115)) (-5 *4 (-793)) (-4 *5 (-13 (-466) (-1070 (-560)))) (-4 *5 (-571)) (-5 *1 (-41 *5 *2)) (-4 *2 (-435 *5)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *5 (-630 $)) $)) (-15 -3138 ((-1157 *5 (-630 $)) $)) (-15 -3834 ($ (-1157 *5 (-630 $))))))))) (-3289 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)))) (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $)) (-15 -3138 ((-1157 *3 (-630 $)) $)) (-15 -3834 ($ (-1157 *3 (-630 $))))))))) (-1627 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)))) (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $)) (-15 -3138 ((-1157 *3 (-630 $)) $)) (-15 -3834 ($ (-1157 *3 (-630 $))))))))) (-2022 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)))) (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $)) (-15 -3138 ((-1157 *3 (-630 $)) $)) (-15 -3834 ($ (-1157 *3 (-630 $))))))))) (-1592 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-1203 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *4 (-630 $)) $)) (-15 -3138 ((-1157 *4 (-630 $)) $)) (-15 -3834 ($ (-1157 *4 (-630 $))))))))) (-3775 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-630 *2))) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *4 (-630 $)) $)) (-15 -3138 ((-1157 *4 (-630 $)) $)) (-15 -3834 ($ (-1157 *4 (-630 $))))))) (-4 *4 (-571)) (-5 *1 (-41 *4 *2)))) (-3775 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *4 (-630 $)) $)) (-15 -3138 ((-1157 *4 (-630 $)) $)) (-15 -3834 ($ (-1157 *4 (-630 $))))))) (-4 *4 (-571)) (-5 *1 (-41 *4 *2)))) (-3775 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $)) (-15 -3138 ((-1157 *3 (-630 $)) $)) (-15 -3834 ($ (-1157 *3 (-630 $))))))))) (-3775 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $)) (-15 -3138 ((-1157 *3 (-630 $)) $)) (-15 -3834 ($ (-1157 *3 (-630 $))))))))) (-2896 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-376) (-310) (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $)) (-15 -3138 ((-1157 *3 (-630 $)) $)) (-15 -3834 ($ (-1157 *3 (-630 $))))))))))
+(-10 -7 (-15 -2896 (|#2| |#2|)) (-15 -3775 (|#2| |#2|)) (-15 -3775 (|#2| |#2| |#2|)) (-15 -3775 (|#2| |#2| (-663 |#2|))) (-15 -3775 (|#2| |#2| (-663 (-630 |#2|)))) (-15 -1592 ((-1203 |#2|) |#2|)) (IF (|has| |#1| (-13 (-466) (-1070 (-560)))) (IF (|has| |#2| (-435 |#1|)) (PROGN (-15 -2022 (|#2| |#2|)) (-15 -1627 (|#2| |#2|)) (-15 -3289 (|#2| |#2|)) (-15 -3380 (|#2| (-115) |#2| (-793)))) |%noBranch|) |%noBranch|))
+((-2549 (((-419 (-1203 |#3|)) (-1203 |#3|) (-663 (-48))) 23 T ELT) (((-419 |#3|) |#3| (-663 (-48))) 19 T ELT)))
+(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -2549 ((-419 |#3|) |#3| (-663 (-48)))) (-15 -2549 ((-419 (-1203 |#3|)) (-1203 |#3|) (-663 (-48))))) (-872) (-817) (-980 (-48) |#2| |#1|)) (T -42))
+((-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-48))) (-4 *5 (-872)) (-4 *6 (-817)) (-4 *7 (-980 (-48) *6 *5)) (-5 *2 (-419 (-1203 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1203 *7)))) (-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-48))) (-4 *5 (-872)) (-4 *6 (-817)) (-5 *2 (-419 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-980 (-48) *6 *5)))))
+(-10 -7 (-15 -2549 ((-419 |#3|) |#3| (-663 (-48)))) (-15 -2549 ((-419 (-1203 |#3|)) (-1203 |#3|) (-663 (-48)))))
+((-2694 (((-793) |#2|) 70 T ELT)) (-2526 (((-793) |#2|) 74 T ELT)) (-1959 (((-663 |#2|)) 37 T ELT)) (-1490 (((-793) |#2|) 73 T ELT)) (-2217 (((-793) |#2|) 69 T ELT)) (-4216 (((-793) |#2|) 72 T ELT)) (-2388 (((-663 (-711 |#1|))) 65 T ELT)) (-4036 (((-663 |#2|)) 60 T ELT)) (-2707 (((-663 |#2|) |#2|) 48 T ELT)) (-1786 (((-663 |#2|)) 62 T ELT)) (-1569 (((-663 |#2|)) 61 T ELT)) (-1906 (((-663 (-711 |#1|))) 53 T ELT)) (-2772 (((-663 |#2|)) 59 T ELT)) (-1740 (((-663 |#2|) |#2|) 47 T ELT)) (-4095 (((-663 |#2|)) 55 T ELT)) (-4066 (((-663 (-711 |#1|))) 66 T ELT)) (-1829 (((-663 |#2|)) 64 T ELT)) (-4222 (((-1299 |#2|) (-1299 |#2|)) 99 (|has| |#1| (-319)) ELT)))
+(((-43 |#1| |#2|) (-10 -7 (-15 -1490 ((-793) |#2|)) (-15 -2526 ((-793) |#2|)) (-15 -2217 ((-793) |#2|)) (-15 -2694 ((-793) |#2|)) (-15 -4216 ((-793) |#2|)) (-15 -4095 ((-663 |#2|))) (-15 -1740 ((-663 |#2|) |#2|)) (-15 -2707 ((-663 |#2|) |#2|)) (-15 -2772 ((-663 |#2|))) (-15 -4036 ((-663 |#2|))) (-15 -1569 ((-663 |#2|))) (-15 -1786 ((-663 |#2|))) (-15 -1829 ((-663 |#2|))) (-15 -1906 ((-663 (-711 |#1|)))) (-15 -2388 ((-663 (-711 |#1|)))) (-15 -4066 ((-663 (-711 |#1|)))) (-15 -1959 ((-663 |#2|))) (IF (|has| |#1| (-319)) (-15 -4222 ((-1299 |#2|) (-1299 |#2|))) |%noBranch|)) (-571) (-432 |#1|)) (T -43))
+((-4222 (*1 *2 *2) (-12 (-5 *2 (-1299 *4)) (-4 *4 (-432 *3)) (-4 *3 (-319)) (-4 *3 (-571)) (-5 *1 (-43 *3 *4)))) (-1959 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-4066 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-2388 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-1906 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-1829 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-1786 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-1569 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-4036 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-2772 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-2707 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-1740 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-4095 (*1 *2) (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-432 *3)))) (-4216 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-2694 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-2217 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-2526 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))) (-1490 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3)) (-4 *3 (-432 *4)))))
+(-10 -7 (-15 -1490 ((-793) |#2|)) (-15 -2526 ((-793) |#2|)) (-15 -2217 ((-793) |#2|)) (-15 -2694 ((-793) |#2|)) (-15 -4216 ((-793) |#2|)) (-15 -4095 ((-663 |#2|))) (-15 -1740 ((-663 |#2|) |#2|)) (-15 -2707 ((-663 |#2|) |#2|)) (-15 -2772 ((-663 |#2|))) (-15 -4036 ((-663 |#2|))) (-15 -1569 ((-663 |#2|))) (-15 -1786 ((-663 |#2|))) (-15 -1829 ((-663 |#2|))) (-15 -1906 ((-663 (-711 |#1|)))) (-15 -2388 ((-663 (-711 |#1|)))) (-15 -4066 ((-663 (-711 |#1|)))) (-15 -1959 ((-663 |#2|))) (IF (|has| |#1| (-319)) (-15 -4222 ((-1299 |#2|) (-1299 |#2|))) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3072 (((-3 $ "failed")) NIL (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3774 (((-1299 (-711 |#1|)) (-1299 $)) NIL T ELT) (((-1299 (-711 |#1|))) 24 T ELT)) (-2987 (((-1299 $)) 52 T ELT)) (-4489 (($) NIL T CONST)) (-1493 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL (|has| |#1| (-571)) ELT)) (-3984 (((-3 $ "failed")) NIL (|has| |#1| (-571)) ELT)) (-3662 (((-711 |#1|) (-1299 $)) NIL T ELT) (((-711 |#1|)) NIL T ELT)) (-1608 ((|#1| $) NIL T ELT)) (-3428 (((-711 |#1|) $ (-1299 $)) NIL T ELT) (((-711 |#1|) $) NIL T ELT)) (-2990 (((-3 $ "failed") $) NIL (|has| |#1| (-571)) ELT)) (-2560 (((-1203 (-976 |#1|))) NIL (|has| |#1| (-376)) ELT)) (-2768 (($ $ (-949)) NIL T ELT)) (-4120 ((|#1| $) NIL T ELT)) (-2545 (((-1203 |#1|) $) NIL (|has| |#1| (-571)) ELT)) (-4101 ((|#1| (-1299 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-1509 (((-1203 |#1|) $) NIL T ELT)) (-3649 (((-114)) 99 T ELT)) (-4402 (($ (-1299 |#1|) (-1299 $)) NIL T ELT) (($ (-1299 |#1|)) NIL T ELT)) (-2167 (((-3 $ "failed") $) 14 (|has| |#1| (-571)) ELT)) (-1486 (((-949)) 53 T ELT)) (-4225 (((-114)) NIL T ELT)) (-3676 (($ $ (-949)) NIL T ELT)) (-2040 (((-114)) NIL T ELT)) (-2548 (((-114)) NIL T ELT)) (-3901 (((-114)) 101 T ELT)) (-1635 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL (|has| |#1| (-571)) ELT)) (-2552 (((-3 $ "failed")) NIL (|has| |#1| (-571)) ELT)) (-1367 (((-711 |#1|) (-1299 $)) NIL T ELT) (((-711 |#1|)) NIL T ELT)) (-3299 ((|#1| $) NIL T ELT)) (-3174 (((-711 |#1|) $ (-1299 $)) NIL T ELT) (((-711 |#1|) $) NIL T ELT)) (-4141 (((-3 $ "failed") $) NIL (|has| |#1| (-571)) ELT)) (-4460 (((-1203 (-976 |#1|))) NIL (|has| |#1| (-376)) ELT)) (-4092 (($ $ (-949)) NIL T ELT)) (-3977 ((|#1| $) NIL T ELT)) (-4381 (((-1203 |#1|) $) NIL (|has| |#1| (-571)) ELT)) (-4014 ((|#1| (-1299 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-2155 (((-1203 |#1|) $) NIL T ELT)) (-2450 (((-114)) 98 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1481 (((-114)) 106 T ELT)) (-1933 (((-114)) 105 T ELT)) (-3067 (((-114)) 107 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1513 (((-114)) 100 T ELT)) (-3034 ((|#1| $ (-560)) 55 T ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) 48 T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 |#1|) $) 28 T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-1830 (((-1299 |#1|) $) NIL T ELT) (($ (-1299 |#1|)) NIL T ELT)) (-3658 (((-663 (-976 |#1|)) (-1299 $)) NIL T ELT) (((-663 (-976 |#1|))) NIL T ELT)) (-3923 (($ $ $) NIL T ELT)) (-2127 (((-114)) 95 T ELT)) (-3834 (((-888) $) 71 T ELT) (($ (-1299 |#1|)) 22 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) 51 T ELT)) (-1565 (((-663 (-1299 |#1|))) NIL (|has| |#1| (-571)) ELT)) (-3121 (($ $ $ $) NIL T ELT)) (-3757 (((-114)) 91 T ELT)) (-1560 (($ (-711 |#1|) $) 18 T ELT)) (-3260 (($ $ $) NIL T ELT)) (-3270 (((-114)) 97 T ELT)) (-1381 (((-114)) 92 T ELT)) (-3386 (((-114)) 90 T ELT)) (-2971 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-1174 |#2| |#1|) $) 19 T ELT)))
+(((-44 |#1| |#2| |#3| |#4|) (-13 (-432 |#1|) (-670 (-1174 |#2| |#1|)) (-10 -8 (-15 -3834 ($ (-1299 |#1|))))) (-376) (-949) (-663 (-1209)) (-1299 (-711 |#1|))) (T -44))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-376)) (-14 *6 (-1299 (-711 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))))))
+(-13 (-432 |#1|) (-670 (-1174 |#2| |#1|)) (-10 -8 (-15 -3834 ($ (-1299 |#1|)))))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1992 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-1910 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-4034 (($ $) NIL T ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-2507 (((-1305) $ |#1| |#1|) NIL (|has| $ (-6 -4511)) ELT) (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (((-114) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-4235 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872))) ELT)) (-2125 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) 33 (|has| $ (-6 -4511)) ELT)) (-1828 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT)) (-4082 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 35 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#2| $ |#1| |#2|) 53 T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-1266 (-560)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "last" (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) NIL (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "first" (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "value" (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1900 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-2199 (((-3 |#2| "failed") |#1| $) 43 T ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-1586 (($ $ (-793)) NIL T ELT) (($ $) 29 T ELT)) (-1536 (($ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) 56 T ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4511)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) NIL T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) NIL T ELT)) (-4061 (((-114) $) NIL T ELT)) (-3817 (((-560) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (((-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT) (((-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 20 (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 20 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-4446 (($ (-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 ((|#1| $) NIL (|has| |#1| (-872)) ELT) (((-560) $) 38 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2100 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ $) NIL T ELT) (($ $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-1762 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ $) NIL T ELT) (($ $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-3320 ((|#1| $) NIL (|has| |#1| (-872)) ELT) (((-560) $) 40 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ $) NIL T ELT) (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-3209 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2778 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-3019 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) 49 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-3534 (($ $ (-793)) NIL T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-2791 (((-663 |#1|) $) 22 T ELT)) (-1410 (((-114) |#1| $) NIL T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT) (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-4233 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 |#1|) $) NIL T ELT) (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) |#1| $) NIL T ELT) (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-1574 ((|#2| $) NIL (|has| |#1| (-872)) ELT) (($ $ (-793)) NIL T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 27 T ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-2126 (((-114) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT) (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 19 T ELT)) (-4150 (((-114) $) 18 T ELT)) (-3614 (($) 14 T ELT)) (-3034 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "last") NIL T ELT) (($ $ "rest") NIL T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "first") NIL T ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $ "value") NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-2389 (($) 13 T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-2380 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1898 (((-114) $) NIL T ELT)) (-2935 (($ $) NIL T ELT)) (-2481 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) NIL T ELT)) (-1993 (($ $) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-4409 (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL T ELT) (($ $ $) NIL T ELT)) (-2465 (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL T ELT) (($ (-663 $)) NIL T ELT) (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 31 T ELT) (($ $ $) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) (|has| |#2| (-632 (-888)))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3544 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") |#1| $) 51 T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2525 (((-114) $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-872)) ELT)) (-3819 (((-793) $) 25 (|has| $ (-6 -4510)) ELT)))
+(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1133) (-1133)) (T -45))
NIL
(-36 |#1| |#2|)
-((-4045 (((-114) $) 12 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 21 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ (-421 (-560)) $) 25 T ELT) (($ $ (-421 (-560))) NIL T ELT)))
-(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -4045 ((-114) |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|))) (-47 |#2| |#3|) (-1080) (-814)) (T -46))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -4045 ((-114) |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2474 (($ $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| |#2|) 78 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4283 ((|#2| $) 81 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT)) (-2453 ((|#1| $ |#2|) 76 T ELT)) (-3187 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-47 |#1| |#2|) (-142) (-1080) (-814)) (T -47))
-((-2450 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080)))) (-2439 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))) (-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)))) (-4045 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)) (-5 *2 (-114)))) (-3528 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814)))) (-2474 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814)))) (-2453 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080)))) (-2436 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814)) (-4 *2 (-376)))))
-(-13 (-1080) (-111 |t#1| |t#1|) (-10 -8 (-15 -2450 (|t#1| $)) (-15 -2439 ($ $)) (-15 -4283 (|t#2| $)) (-15 -2067 ($ (-1 |t#1| |t#1|) $)) (-15 -4045 ((-114) $)) (-15 -3528 ($ |t#1| |t#2|)) (-15 -2474 ($ $)) (-15 -2453 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-376)) (-15 -2436 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-175)) (PROGN (-6 (-175)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-571)) (-6 (-571)) |%noBranch|) (IF (|has| |t#1| (-38 (-421 (-560)))) (-6 (-38 (-421 (-560)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-302) |has| |#1| (-571)) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-1082 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1087 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3226 (((-663 $) (-1202 $) (-1208)) NIL T ELT) (((-663 $) (-1202 $)) NIL T ELT) (((-663 $) (-975 $)) NIL T ELT)) (-1990 (($ (-1202 $) (-1208)) NIL T ELT) (($ (-1202 $)) NIL T ELT) (($ (-975 $)) NIL T ELT)) (-3626 (((-114) $) 9 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-3227 (((-663 (-630 $)) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2943 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3635 (((-663 $) (-1202 $) (-1208)) NIL T ELT) (((-663 $) (-1202 $)) NIL T ELT) (((-663 $) (-975 $)) NIL T ELT)) (-4361 (($ (-1202 $) (-1208)) NIL T ELT) (($ (-1202 $)) NIL T ELT) (($ (-975 $)) NIL T ELT)) (-1442 (((-3 (-630 $) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-3056 (((-630 $) $) NIL T ELT) (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-421 (-560)))) (|:| |vec| (-1298 (-421 (-560))))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-421 (-560))) (-711 $)) NIL T ELT)) (-2108 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1674 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2297 (((-663 (-115)) $) NIL T ELT)) (-3336 (((-115) (-115)) NIL T ELT)) (-1871 (((-114) $) 11 T ELT)) (-3057 (((-114) $) NIL (|has| $ (-1069 (-560))) ELT)) (-4420 (((-1156 (-560) (-630 $)) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL T ELT)) (-3138 (((-1202 $) (-1202 $) (-630 $)) NIL T ELT) (((-1202 $) (-1202 $) (-663 (-630 $))) NIL T ELT) (($ $ (-630 $)) NIL T ELT) (($ $ (-663 (-630 $))) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3869 (((-1202 $) (-630 $)) NIL (|has| $ (-1080)) ELT)) (-2067 (($ (-1 $ $) (-630 $)) NIL T ELT)) (-1707 (((-3 (-630 $) "failed") $) NIL T ELT)) (-2207 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-421 (-560)))) (|:| |vec| (-1298 (-421 (-560))))) (-1298 $) $) NIL T ELT) (((-711 (-421 (-560))) (-1298 $)) NIL T ELT)) (-2433 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3322 (((-663 (-630 $)) $) NIL T ELT)) (-4481 (($ (-115) $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-3880 (((-114) $ (-115)) NIL T ELT) (((-114) $ (-1208)) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-3547 (((-793) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-4228 (((-114) $ $) NIL T ELT) (((-114) $ (-1208)) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3196 (((-114) $) NIL (|has| $ (-1069 (-560))) ELT)) (-2799 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1208) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1208) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3737 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2457 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4429 (((-1156 (-560) (-630 $)) $) NIL T ELT)) (-2731 (($ $) NIL (|has| $ (-1080)) ELT)) (-4417 (((-391) $) NIL T ELT) (((-229) $) NIL T ELT) (((-171 (-391)) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-630 $)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-1156 (-560) (-630 $))) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3949 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1881 (((-114) (-115)) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) 6 T CONST)) (-1439 (($) 10 T CONST)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2329 (((-114) $ $) 13 T ELT)) (-2436 (($ $ $) NIL T ELT)) (-2426 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-421 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-948)) NIL T ELT)) (* (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ $ $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-948) $) NIL T ELT)))
-(((-48) (-13 (-310) (-27) (-1069 (-560)) (-1069 (-421 (-560))) (-660 (-560)) (-1051) (-660 (-421 (-560))) (-149) (-633 (-171 (-391))) (-240) (-10 -8 (-15 -2539 ($ (-1156 (-560) (-630 $)))) (-15 -4420 ((-1156 (-560) (-630 $)) $)) (-15 -4429 ((-1156 (-560) (-630 $)) $)) (-15 -2108 ($ $)) (-15 -3138 ((-1202 $) (-1202 $) (-630 $))) (-15 -3138 ((-1202 $) (-1202 $) (-663 (-630 $)))) (-15 -3138 ($ $ (-630 $))) (-15 -3138 ($ $ (-663 (-630 $))))))) (T -48))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1156 (-560) (-630 (-48)))) (-5 *1 (-48)))) (-4420 (*1 *2 *1) (-12 (-5 *2 (-1156 (-560) (-630 (-48)))) (-5 *1 (-48)))) (-4429 (*1 *2 *1) (-12 (-5 *2 (-1156 (-560) (-630 (-48)))) (-5 *1 (-48)))) (-2108 (*1 *1 *1) (-5 *1 (-48))) (-3138 (*1 *2 *2 *3) (-12 (-5 *2 (-1202 (-48))) (-5 *3 (-630 (-48))) (-5 *1 (-48)))) (-3138 (*1 *2 *2 *3) (-12 (-5 *2 (-1202 (-48))) (-5 *3 (-663 (-630 (-48)))) (-5 *1 (-48)))) (-3138 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-48))) (-5 *1 (-48)))) (-3138 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-630 (-48)))) (-5 *1 (-48)))))
-(-13 (-310) (-27) (-1069 (-560)) (-1069 (-421 (-560))) (-660 (-560)) (-1051) (-660 (-421 (-560))) (-149) (-633 (-171 (-391))) (-240) (-10 -8 (-15 -2539 ($ (-1156 (-560) (-630 $)))) (-15 -4420 ((-1156 (-560) (-630 $)) $)) (-15 -4429 ((-1156 (-560) (-630 $)) $)) (-15 -2108 ($ $)) (-15 -3138 ((-1202 $) (-1202 $) (-630 $))) (-15 -3138 ((-1202 $) (-1202 $) (-663 (-630 $)))) (-15 -3138 ($ $ (-630 $))) (-15 -3138 ($ $ (-663 (-630 $))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2619 (((-663 (-520)) $) 17 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 7 T ELT)) (-3966 (((-1213) $) 18 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-49) (-13 (-1132) (-10 -8 (-15 -2619 ((-663 (-520)) $)) (-15 -3966 ((-1213) $))))) (T -49))
-((-2619 (*1 *2 *1) (-12 (-5 *2 (-663 (-520))) (-5 *1 (-49)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-49)))))
-(-13 (-1132) (-10 -8 (-15 -2619 ((-663 (-520)) $)) (-15 -3966 ((-1213) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 85 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1551 (((-114) $) 30 T ELT)) (-1442 (((-3 |#1| "failed") $) 33 T ELT)) (-3056 ((|#1| $) 34 T ELT)) (-2474 (($ $) 40 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2450 ((|#1| $) 31 T ELT)) (-1472 (($ $) 74 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1428 (((-114) $) 43 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($ (-793)) 72 T ELT)) (-1920 (($ (-663 (-560))) 73 T ELT)) (-4283 (((-793) $) 44 T ELT)) (-2539 (((-887) $) 91 T ELT) (($ (-560)) 69 T ELT) (($ |#1|) 67 T ELT)) (-2453 ((|#1| $ $) 28 T ELT)) (-3418 (((-793)) 71 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 45 T CONST)) (-1439 (($) 17 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 64 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 65 T ELT) (($ |#1| $) 58 T ELT)))
-(((-50 |#1| |#2|) (-13 (-640 |#1|) (-1069 |#1|) (-10 -8 (-15 -2450 (|#1| $)) (-15 -1472 ($ $)) (-15 -2474 ($ $)) (-15 -2453 (|#1| $ $)) (-15 -3178 ($ (-793))) (-15 -1920 ($ (-663 (-560)))) (-15 -1428 ((-114) $)) (-15 -1551 ((-114) $)) (-15 -4283 ((-793) $)) (-15 -2067 ($ (-1 |#1| |#1|) $)))) (-1080) (-663 (-1208))) (T -50))
-((-2450 (*1 *2 *1) (-12 (-4 *2 (-1080)) (-5 *1 (-50 *2 *3)) (-14 *3 (-663 (-1208))))) (-1472 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1080)) (-14 *3 (-663 (-1208))))) (-2474 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1080)) (-14 *3 (-663 (-1208))))) (-2453 (*1 *2 *1 *1) (-12 (-4 *2 (-1080)) (-5 *1 (-50 *2 *3)) (-14 *3 (-663 (-1208))))) (-3178 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080)) (-14 *4 (-663 (-1208))))) (-1920 (*1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080)) (-14 *4 (-663 (-1208))))) (-1428 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080)) (-14 *4 (-663 (-1208))))) (-1551 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080)) (-14 *4 (-663 (-1208))))) (-4283 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080)) (-14 *4 (-663 (-1208))))) (-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-50 *3 *4)) (-14 *4 (-663 (-1208))))))
-(-13 (-640 |#1|) (-1069 |#1|) (-10 -8 (-15 -2450 (|#1| $)) (-15 -1472 ($ $)) (-15 -2474 ($ $)) (-15 -2453 (|#1| $ $)) (-15 -3178 ($ (-793))) (-15 -1920 ($ (-663 (-560)))) (-15 -1428 ((-114) $)) (-15 -1551 ((-114) $)) (-15 -4283 ((-793) $)) (-15 -2067 ($ (-1 |#1| |#1|) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2973 (((-795) $) 8 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2964 (((-1134) $) 10 T ELT)) (-2539 (((-887) $) 15 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4325 (($ (-1134) (-795)) 16 T ELT)) (-2329 (((-114) $ $) 12 T ELT)))
-(((-51) (-13 (-1132) (-10 -8 (-15 -4325 ($ (-1134) (-795))) (-15 -2964 ((-1134) $)) (-15 -2973 ((-795) $))))) (T -51))
-((-4325 (*1 *1 *2 *3) (-12 (-5 *2 (-1134)) (-5 *3 (-795)) (-5 *1 (-51)))) (-2964 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-51)))) (-2973 (*1 *2 *1) (-12 (-5 *2 (-795)) (-5 *1 (-51)))))
-(-13 (-1132) (-10 -8 (-15 -4325 ($ (-1134) (-795))) (-15 -2964 ((-1134) $)) (-15 -2973 ((-795) $))))
-((-1551 (((-114) (-51)) 18 T ELT)) (-1442 (((-3 |#1| "failed") (-51)) 20 T ELT)) (-3056 ((|#1| (-51)) 21 T ELT)) (-2539 (((-51) |#1|) 14 T ELT)))
-(((-52 |#1|) (-10 -7 (-15 -2539 ((-51) |#1|)) (-15 -1442 ((-3 |#1| "failed") (-51))) (-15 -1551 ((-114) (-51))) (-15 -3056 (|#1| (-51)))) (-1248)) (T -52))
-((-3056 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1248)))) (-1551 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *2 (-114)) (-5 *1 (-52 *4)) (-4 *4 (-1248)))) (-1442 (*1 *2 *3) (|partial| -12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1248)))) (-2539 (*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-52 *3)) (-4 *3 (-1248)))))
-(-10 -7 (-15 -2539 ((-51) |#1|)) (-15 -1442 ((-3 |#1| "failed") (-51))) (-15 -1551 ((-114) (-51))) (-15 -3056 (|#1| (-51))))
-((-3780 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16 T ELT)))
-(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -3780 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1080) (-670 |#1|) (-876 |#1|)) (T -53))
-((-3780 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-670 *5)) (-4 *5 (-1080)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-876 *5)))))
-(-10 -7 (-15 -3780 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
-((-2990 ((|#3| |#3| (-663 (-1208))) 44 T ELT)) (-1501 ((|#3| (-663 (-1106 |#1| |#2| |#3|)) |#3| (-948)) 32 T ELT) ((|#3| (-663 (-1106 |#1| |#2| |#3|)) |#3|) 31 T ELT)))
-(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -1501 (|#3| (-663 (-1106 |#1| |#2| |#3|)) |#3|)) (-15 -1501 (|#3| (-663 (-1106 |#1| |#2| |#3|)) |#3| (-948))) (-15 -2990 (|#3| |#3| (-663 (-1208))))) (-1132) (-13 (-1080) (-911 |#1|) (-633 (-915 |#1|))) (-13 (-435 |#2|) (-911 |#1|) (-633 (-915 |#1|)))) (T -54))
-((-2990 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-1208))) (-4 *4 (-1132)) (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4)))))) (-1501 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-663 (-1106 *5 *6 *2))) (-5 *4 (-948)) (-4 *5 (-1132)) (-4 *6 (-13 (-1080) (-911 *5) (-633 (-915 *5)))) (-4 *2 (-13 (-435 *6) (-911 *5) (-633 (-915 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-1501 (*1 *2 *3 *2) (-12 (-5 *3 (-663 (-1106 *4 *5 *2))) (-4 *4 (-1132)) (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4)))) (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4)))) (-5 *1 (-54 *4 *5 *2)))))
-(-10 -7 (-15 -1501 (|#3| (-663 (-1106 |#1| |#2| |#3|)) |#3|)) (-15 -1501 (|#3| (-663 (-1106 |#1| |#2| |#3|)) |#3| (-948))) (-15 -2990 (|#3| |#3| (-663 (-1208)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 14 T ELT)) (-1442 (((-3 (-793) "failed") $) 34 T ELT)) (-3056 (((-793) $) NIL T ELT)) (-1871 (((-114) $) 16 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) 18 T ELT)) (-2539 (((-887) $) 23 T ELT) (($ (-793)) 29 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4113 (($) 11 T CONST)) (-2329 (((-114) $ $) 20 T ELT)))
-(((-55) (-13 (-1132) (-1069 (-793)) (-10 -8 (-15 -4113 ($) -3721) (-15 -3626 ((-114) $)) (-15 -1871 ((-114) $))))) (T -55))
-((-4113 (*1 *1) (-5 *1 (-55))) (-3626 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-55)))) (-1871 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-55)))))
-(-13 (-1132) (-1069 (-793)) (-10 -8 (-15 -4113 ($) -3721) (-15 -3626 ((-114) $)) (-15 -1871 ((-114) $))))
-((-3067 (((-114) $ (-793)) 27 T ELT)) (-4254 (($ $ (-560) |#3|) 66 T ELT)) (-2193 (($ $ (-560) |#4|) 70 T ELT)) (-1964 ((|#3| $ (-560)) 79 T ELT)) (-1559 (((-663 |#2|) $) 47 T ELT)) (-1456 (((-114) $ (-793)) 31 T ELT)) (-2791 (((-114) |#2| $) 74 T ELT)) (-3459 (($ (-1 |#2| |#2|) $) 55 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 54 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 58 T ELT) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 62 T ELT)) (-2020 (((-114) $ (-793)) 29 T ELT)) (-4446 (($ $ |#2|) 52 T ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 21 T ELT)) (-1495 ((|#2| $ (-560) (-560)) NIL T ELT) ((|#2| $ (-560) (-560) |#2|) 35 T ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) 41 T ELT) (((-793) |#2| $) 76 T ELT)) (-2721 (($ $) 51 T ELT)) (-1731 ((|#4| $ (-560)) 82 T ELT)) (-2539 (((-887) $) 88 T ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) 20 T ELT)) (-2329 (((-114) $ $) 73 T ELT)) (-2305 (((-793) $) 32 T ELT)))
-(((-56 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2067 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3459 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2193 (|#1| |#1| (-560) |#4|)) (-15 -4254 (|#1| |#1| (-560) |#3|)) (-15 -1559 ((-663 |#2|) |#1|)) (-15 -1731 (|#4| |#1| (-560))) (-15 -1964 (|#3| |#1| (-560))) (-15 -1495 (|#2| |#1| (-560) (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560) (-560))) (-15 -4446 (|#1| |#1| |#2|)) (-15 -2791 ((-114) |#2| |#1|)) (-15 -3150 ((-793) |#2| |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2305 ((-793) |#1|)) (-15 -3067 ((-114) |#1| (-793))) (-15 -1456 ((-114) |#1| (-793))) (-15 -2020 ((-114) |#1| (-793))) (-15 -2721 (|#1| |#1|))) (-57 |#2| |#3| |#4|) (-1248) (-385 |#2|) (-385 |#2|)) (T -56))
-NIL
-(-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2067 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3459 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2193 (|#1| |#1| (-560) |#4|)) (-15 -4254 (|#1| |#1| (-560) |#3|)) (-15 -1559 ((-663 |#2|) |#1|)) (-15 -1731 (|#4| |#1| (-560))) (-15 -1964 (|#3| |#1| (-560))) (-15 -1495 (|#2| |#1| (-560) (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560) (-560))) (-15 -4446 (|#1| |#1| |#2|)) (-15 -2791 ((-114) |#2| |#1|)) (-15 -3150 ((-793) |#2| |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2305 ((-793) |#1|)) (-15 -3067 ((-114) |#1| (-793))) (-15 -1456 ((-114) |#1| (-793))) (-15 -2020 ((-114) |#1| (-793))) (-15 -2721 (|#1| |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#1| $ (-560) (-560) |#1|) 51 T ELT)) (-4254 (($ $ (-560) |#2|) 49 T ELT)) (-2193 (($ $ (-560) |#3|) 48 T ELT)) (-3366 (($) 7 T CONST)) (-1964 ((|#2| $ (-560)) 53 T ELT)) (-3472 ((|#1| $ (-560) (-560) |#1|) 50 T ELT)) (-3393 ((|#1| $ (-560) (-560)) 55 T ELT)) (-1559 (((-663 |#1|) $) 33 T ELT)) (-3758 (((-793) $) 58 T ELT)) (-2531 (($ (-793) (-793) |#1|) 64 T ELT)) (-3771 (((-793) $) 57 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-1841 (((-560) $) 62 T ELT)) (-3726 (((-560) $) 60 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3796 (((-560) $) 61 T ELT)) (-4346 (((-560) $) 59 T ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 47 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 46 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-4446 (($ $ |#1|) 63 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ (-560) (-560)) 56 T ELT) ((|#1| $ (-560) (-560) |#1|) 54 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-1731 ((|#3| $ (-560)) 52 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-57 |#1| |#2| |#3|) (-142) (-1248) (-385 |t#1|) (-385 |t#1|)) (T -57))
-((-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2531 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-793)) (-4 *3 (-1248)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4446 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1248)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-1841 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-560)))) (-3796 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-560)))) (-3726 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-560)))) (-4346 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-560)))) (-3758 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-793)))) (-3771 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-793)))) (-1495 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-1248)))) (-3393 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-1248)))) (-1495 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1248)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)))) (-1964 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1248)) (-4 *5 (-385 *4)) (-4 *2 (-385 *4)))) (-1731 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1248)) (-4 *5 (-385 *4)) (-4 *2 (-385 *4)))) (-1559 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-663 *3)))) (-2696 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1248)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)))) (-3472 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1248)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)))) (-4254 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-560)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1248)) (-4 *3 (-385 *4)) (-4 *5 (-385 *4)))) (-2193 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-560)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1248)) (-4 *5 (-385 *4)) (-4 *3 (-385 *4)))) (-3459 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2067 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2067 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
-(-13 (-503 |t#1|) (-10 -8 (-6 -4510) (-6 -4509) (-15 -2531 ($ (-793) (-793) |t#1|)) (-15 -4446 ($ $ |t#1|)) (-15 -1841 ((-560) $)) (-15 -3796 ((-560) $)) (-15 -3726 ((-560) $)) (-15 -4346 ((-560) $)) (-15 -3758 ((-793) $)) (-15 -3771 ((-793) $)) (-15 -1495 (|t#1| $ (-560) (-560))) (-15 -3393 (|t#1| $ (-560) (-560))) (-15 -1495 (|t#1| $ (-560) (-560) |t#1|)) (-15 -1964 (|t#2| $ (-560))) (-15 -1731 (|t#3| $ (-560))) (-15 -1559 ((-663 |t#1|) $)) (-15 -2696 (|t#1| $ (-560) (-560) |t#1|)) (-15 -3472 (|t#1| $ (-560) (-560) |t#1|)) (-15 -4254 ($ $ (-560) |t#2|)) (-15 -2193 ($ $ (-560) |t#3|)) (-15 -2067 ($ (-1 |t#1| |t#1|) $)) (-15 -3459 ($ (-1 |t#1| |t#1|) $)) (-15 -2067 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2067 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1744 (($ (-663 |#1|)) 11 T ELT) (($ (-793) |#1|) 14 T ELT)) (-2531 (($ (-793) |#1|) 13 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 10 T ELT)) (-4357 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-58 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -1744 ($ (-663 |#1|))) (-15 -1744 ($ (-793) |#1|)))) (-1248)) (T -58))
-((-1744 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-58 *3)))) (-1744 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *1 (-58 *3)) (-4 *3 (-1248)))))
-(-13 (-19 |#1|) (-10 -8 (-15 -1744 ($ (-663 |#1|))) (-15 -1744 ($ (-793) |#1|))))
-((-3065 (((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 16 T ELT)) (-2108 ((|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 18 T ELT)) (-2067 (((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)) 13 T ELT)))
-(((-59 |#1| |#2|) (-10 -7 (-15 -3065 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -2108 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -2067 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)))) (-1248) (-1248)) (T -59))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-58 *6)) (-5 *1 (-59 *5 *6)))) (-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1248)) (-4 *2 (-1248)) (-5 *1 (-59 *5 *2)))) (-3065 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1248)) (-4 *5 (-1248)) (-5 *2 (-58 *5)) (-5 *1 (-59 *6 *5)))))
-(-10 -7 (-15 -3065 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -2108 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -2067 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-4254 (($ $ (-560) (-58 |#1|)) NIL T ELT)) (-2193 (($ $ (-560) (-58 |#1|)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1964 (((-58 |#1|) $ (-560)) NIL T ELT)) (-3472 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-3393 ((|#1| $ (-560) (-560)) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL T ELT)) (-3758 (((-793) $) NIL T ELT)) (-2531 (($ (-793) (-793) |#1|) NIL T ELT)) (-3771 (((-793) $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-1841 (((-560) $) NIL T ELT)) (-3726 (((-560) $) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3796 (((-560) $) NIL T ELT)) (-4346 (((-560) $) NIL T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-4446 (($ $ |#1|) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-1731 (((-58 |#1|) $ (-560)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-60 |#1|) (-13 (-57 |#1| (-58 |#1|) (-58 |#1|)) (-10 -7 (-6 -4510))) (-1248)) (T -60))
-NIL
-(-13 (-57 |#1| (-58 |#1|) (-58 |#1|)) (-10 -7 (-6 -4510)))
-((-1442 (((-3 $ "failed") (-326 (-391))) 41 T ELT) (((-3 $ "failed") (-326 (-560))) 46 T ELT) (((-3 $ "failed") (-975 (-391))) 50 T ELT) (((-3 $ "failed") (-975 (-560))) 54 T ELT) (((-3 $ "failed") (-421 (-975 (-391)))) 36 T ELT) (((-3 $ "failed") (-421 (-975 (-560)))) 29 T ELT)) (-3056 (($ (-326 (-391))) 39 T ELT) (($ (-326 (-560))) 44 T ELT) (($ (-975 (-391))) 48 T ELT) (($ (-975 (-560))) 52 T ELT) (($ (-421 (-975 (-391)))) 34 T ELT) (($ (-421 (-975 (-560)))) 26 T ELT)) (-1679 (((-1304) $) 76 T ELT)) (-2539 (((-887) $) 69 T ELT) (($ (-663 (-342))) 61 T ELT) (($ (-342)) 66 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 64 T ELT) (($ (-352 (-2548 (QUOTE X)) (-2548) (-721))) 25 T ELT)))
-(((-61 |#1|) (-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548 (QUOTE X)) (-2548) (-721)))))) (-1208)) (T -61))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-352 (-2548 (QUOTE X)) (-2548) (-721))) (-5 *1 (-61 *3)) (-14 *3 (-1208)))))
-(-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548 (QUOTE X)) (-2548) (-721))))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 74 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 63 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 94 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 84 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 52 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 39 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 70 T ELT) (($ (-1298 (-326 (-560)))) 59 T ELT) (($ (-1298 (-975 (-391)))) 90 T ELT) (($ (-1298 (-975 (-560)))) 80 T ELT) (($ (-1298 (-421 (-975 (-391))))) 48 T ELT) (($ (-1298 (-421 (-975 (-560))))) 32 T ELT)) (-1679 (((-1304) $) 124 T ELT)) (-2539 (((-887) $) 118 T ELT) (($ (-663 (-342))) 103 T ELT) (($ (-342)) 97 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 101 T ELT) (($ (-1298 (-352 (-2548 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-2548) (-721)))) 31 T ELT)))
-(((-62 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-2548) (-721))))))) (-1208)) (T -62))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-2548) (-721)))) (-5 *1 (-62 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-2548) (-721)))))))
-((-1679 (((-1304) $) 54 T ELT) (((-1304)) 55 T ELT)) (-2539 (((-887) $) 51 T ELT)))
-(((-63 |#1|) (-13 (-410) (-10 -7 (-15 -1679 ((-1304))))) (-1208)) (T -63))
-((-1679 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-63 *3)) (-14 *3 (-1208)))))
-(-13 (-410) (-10 -7 (-15 -1679 ((-1304)))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 150 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 140 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 170 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 160 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 129 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 117 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 146 T ELT) (($ (-1298 (-326 (-560)))) 136 T ELT) (($ (-1298 (-975 (-391)))) 166 T ELT) (($ (-1298 (-975 (-560)))) 156 T ELT) (($ (-1298 (-421 (-975 (-391))))) 125 T ELT) (($ (-1298 (-421 (-975 (-560))))) 110 T ELT)) (-1679 (((-1304) $) 103 T ELT)) (-2539 (((-887) $) 97 T ELT) (($ (-663 (-342))) 30 T ELT) (($ (-342)) 35 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 33 T ELT) (($ (-1298 (-352 (-2548) (-2548 (QUOTE XC)) (-721)))) 95 T ELT)))
-(((-64 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548) (-2548 (QUOTE XC)) (-721))))))) (-1208)) (T -64))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548) (-2548 (QUOTE XC)) (-721)))) (-5 *1 (-64 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548) (-2548 (QUOTE XC)) (-721)))))))
-((-1442 (((-3 $ "failed") (-711 (-326 (-391)))) 111 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 99 T ELT) (((-3 $ "failed") (-711 (-975 (-391)))) 133 T ELT) (((-3 $ "failed") (-711 (-975 (-560)))) 122 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-391))))) 87 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-560))))) 73 T ELT)) (-3056 (($ (-711 (-326 (-391)))) 107 T ELT) (($ (-711 (-326 (-560)))) 95 T ELT) (($ (-711 (-975 (-391)))) 129 T ELT) (($ (-711 (-975 (-560)))) 118 T ELT) (($ (-711 (-421 (-975 (-391))))) 83 T ELT) (($ (-711 (-421 (-975 (-560))))) 66 T ELT)) (-1679 (((-1304) $) 141 T ELT)) (-2539 (((-887) $) 135 T ELT) (($ (-663 (-342))) 29 T ELT) (($ (-342)) 34 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 32 T ELT) (($ (-711 (-352 (-2548) (-2548 (QUOTE X) (QUOTE HESS)) (-721)))) 56 T ELT)))
-(((-65 |#1|) (-13 (-398) (-635 (-711 (-352 (-2548) (-2548 (QUOTE X) (QUOTE HESS)) (-721))))) (-1208)) (T -65))
-NIL
-(-13 (-398) (-635 (-711 (-352 (-2548) (-2548 (QUOTE X) (QUOTE HESS)) (-721)))))
-((-1442 (((-3 $ "failed") (-326 (-391))) 60 T ELT) (((-3 $ "failed") (-326 (-560))) 65 T ELT) (((-3 $ "failed") (-975 (-391))) 69 T ELT) (((-3 $ "failed") (-975 (-560))) 73 T ELT) (((-3 $ "failed") (-421 (-975 (-391)))) 55 T ELT) (((-3 $ "failed") (-421 (-975 (-560)))) 48 T ELT)) (-3056 (($ (-326 (-391))) 58 T ELT) (($ (-326 (-560))) 63 T ELT) (($ (-975 (-391))) 67 T ELT) (($ (-975 (-560))) 71 T ELT) (($ (-421 (-975 (-391)))) 53 T ELT) (($ (-421 (-975 (-560)))) 45 T ELT)) (-1679 (((-1304) $) 82 T ELT)) (-2539 (((-887) $) 76 T ELT) (($ (-663 (-342))) 29 T ELT) (($ (-342)) 34 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 32 T ELT) (($ (-352 (-2548) (-2548 (QUOTE XC)) (-721))) 40 T ELT)))
-(((-66 |#1|) (-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548) (-2548 (QUOTE XC)) (-721)))))) (-1208)) (T -66))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-352 (-2548) (-2548 (QUOTE XC)) (-721))) (-5 *1 (-66 *3)) (-14 *3 (-1208)))))
-(-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548) (-2548 (QUOTE XC)) (-721))))))
-((-1679 (((-1304) $) 65 T ELT)) (-2539 (((-887) $) 59 T ELT) (($ (-711 (-721))) 51 T ELT) (($ (-663 (-342))) 50 T ELT) (($ (-342)) 57 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 55 T ELT)))
-(((-67 |#1|) (-396) (-1208)) (T -67))
+((-3060 (((-114) $) 12 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 21 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ (-421 (-560)) $) 25 T ELT) (($ $ (-421 (-560))) NIL T ELT)))
+(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -3060 ((-114) |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|))) (-47 |#2| |#3|) (-1081) (-816)) (T -46))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -3060 ((-114) |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4328 (($ $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| |#2|) 78 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4144 ((|#2| $) 81 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT)) (-3580 ((|#1| $ |#2|) 76 T ELT)) (-1633 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-47 |#1| |#2|) (-142) (-1081) (-816)) (T -47))
+((-4307 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081)))) (-4295 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816)))) (-4144 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)))) (-3060 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)) (-5 *2 (-114)))) (-2682 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816)))) (-4328 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816)))) (-3580 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081)))) (-2594 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816)) (-4 *2 (-376)))))
+(-13 (-1081) (-111 |t#1| |t#1|) (-10 -8 (-15 -4307 (|t#1| $)) (-15 -4295 ($ $)) (-15 -4144 (|t#2| $)) (-15 -1793 ($ (-1 |t#1| |t#1|) $)) (-15 -3060 ((-114) $)) (-15 -2682 ($ |t#1| |t#2|)) (-15 -4328 ($ $)) (-15 -3580 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-376)) (-15 -2594 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-175)) (PROGN (-6 (-175)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-571)) (-6 (-571)) |%noBranch|) (IF (|has| |t#1| (-38 (-421 (-560)))) (-6 (-38 (-421 (-560)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-302) |has| |#1| (-571)) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-1083 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1088 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3853 (((-663 $) (-1203 $) (-1209)) NIL T ELT) (((-663 $) (-1203 $)) NIL T ELT) (((-663 $) (-976 $)) NIL T ELT)) (-2390 (($ (-1203 $) (-1209)) NIL T ELT) (($ (-1203 $)) NIL T ELT) (($ (-976 $)) NIL T ELT)) (-3136 (((-114) $) 9 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2417 (((-663 (-630 $)) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3268 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2563 (($ $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4452 (((-663 $) (-1203 $) (-1209)) NIL T ELT) (((-663 $) (-1203 $)) NIL T ELT) (((-663 $) (-976 $)) NIL T ELT)) (-4182 (($ (-1203 $) (-1209)) NIL T ELT) (($ (-1203 $)) NIL T ELT) (($ (-976 $)) NIL T ELT)) (-4142 (((-3 (-630 $) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-4072 (((-630 $) $) NIL T ELT) (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-421 (-560)))) (|:| |vec| (-1299 (-421 (-560))))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-421 (-560))) (-711 $)) NIL T ELT)) (-1995 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-3030 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2843 (((-663 (-115)) $) NIL T ELT)) (-2504 (((-115) (-115)) NIL T ELT)) (-3363 (((-114) $) 11 T ELT)) (-1602 (((-114) $) NIL (|has| $ (-1070 (-560))) ELT)) (-3125 (((-1157 (-560) (-630 $)) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL T ELT)) (-2480 (((-1203 $) (-1203 $) (-630 $)) NIL T ELT) (((-1203 $) (-1203 $) (-663 (-630 $))) NIL T ELT) (($ $ (-630 $)) NIL T ELT) (($ $ (-663 (-630 $))) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4229 (((-1203 $) (-630 $)) NIL (|has| $ (-1081)) ELT)) (-1793 (($ (-1 $ $) (-630 $)) NIL T ELT)) (-1448 (((-3 (-630 $) "failed") $) NIL T ELT)) (-2974 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-421 (-560)))) (|:| |vec| (-1299 (-421 (-560))))) (-1299 $) $) NIL T ELT) (((-711 (-421 (-560))) (-1299 $)) NIL T ELT)) (-3100 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2494 (((-663 (-630 $)) $) NIL T ELT)) (-3199 (($ (-115) $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-2820 (((-114) $ (-115)) NIL T ELT) (((-114) $ (-1209)) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-3886 (((-793) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3716 (((-114) $ $) NIL T ELT) (((-114) $ (-1209)) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4367 (((-114) $) NIL (|has| $ (-1070 (-560))) ELT)) (-4265 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1209) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1209) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2538 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2703 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-3138 (((-1157 (-560) (-630 $)) $) NIL T ELT)) (-2771 (($ $) NIL (|has| $ (-1081)) ELT)) (-1830 (((-391) $) NIL T ELT) (((-229) $) NIL T ELT) (((-171 (-391)) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-630 $)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-1157 (-560) (-630 $))) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-4129 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3106 (((-114) (-115)) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) 6 T CONST)) (-2983 (($) 10 T CONST)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2478 (((-114) $ $) 13 T ELT)) (-2594 (($ $ $) NIL T ELT)) (-2581 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-421 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-949)) NIL T ELT)) (* (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ $ $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-949) $) NIL T ELT)))
+(((-48) (-13 (-310) (-27) (-1070 (-560)) (-1070 (-421 (-560))) (-660 (-560)) (-1052) (-660 (-421 (-560))) (-149) (-633 (-171 (-391))) (-240) (-10 -8 (-15 -3834 ($ (-1157 (-560) (-630 $)))) (-15 -3125 ((-1157 (-560) (-630 $)) $)) (-15 -3138 ((-1157 (-560) (-630 $)) $)) (-15 -1995 ($ $)) (-15 -2480 ((-1203 $) (-1203 $) (-630 $))) (-15 -2480 ((-1203 $) (-1203 $) (-663 (-630 $)))) (-15 -2480 ($ $ (-630 $))) (-15 -2480 ($ $ (-663 (-630 $))))))) (T -48))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1157 (-560) (-630 (-48)))) (-5 *1 (-48)))) (-3125 (*1 *2 *1) (-12 (-5 *2 (-1157 (-560) (-630 (-48)))) (-5 *1 (-48)))) (-3138 (*1 *2 *1) (-12 (-5 *2 (-1157 (-560) (-630 (-48)))) (-5 *1 (-48)))) (-1995 (*1 *1 *1) (-5 *1 (-48))) (-2480 (*1 *2 *2 *3) (-12 (-5 *2 (-1203 (-48))) (-5 *3 (-630 (-48))) (-5 *1 (-48)))) (-2480 (*1 *2 *2 *3) (-12 (-5 *2 (-1203 (-48))) (-5 *3 (-663 (-630 (-48)))) (-5 *1 (-48)))) (-2480 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-48))) (-5 *1 (-48)))) (-2480 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-630 (-48)))) (-5 *1 (-48)))))
+(-13 (-310) (-27) (-1070 (-560)) (-1070 (-421 (-560))) (-660 (-560)) (-1052) (-660 (-421 (-560))) (-149) (-633 (-171 (-391))) (-240) (-10 -8 (-15 -3834 ($ (-1157 (-560) (-630 $)))) (-15 -3125 ((-1157 (-560) (-630 $)) $)) (-15 -3138 ((-1157 (-560) (-630 $)) $)) (-15 -1995 ($ $)) (-15 -2480 ((-1203 $) (-1203 $) (-630 $))) (-15 -2480 ((-1203 $) (-1203 $) (-663 (-630 $)))) (-15 -2480 ($ $ (-630 $))) (-15 -2480 ($ $ (-663 (-630 $))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-1758 (((-663 (-520)) $) 17 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 7 T ELT)) (-2200 (((-1214) $) 18 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-49) (-13 (-1133) (-10 -8 (-15 -1758 ((-663 (-520)) $)) (-15 -2200 ((-1214) $))))) (T -49))
+((-1758 (*1 *2 *1) (-12 (-5 *2 (-663 (-520))) (-5 *1 (-49)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-49)))))
+(-13 (-1133) (-10 -8 (-15 -1758 ((-663 (-520)) $)) (-15 -2200 ((-1214) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 85 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4124 (((-114) $) 30 T ELT)) (-4142 (((-3 |#1| "failed") $) 33 T ELT)) (-4072 ((|#1| $) 34 T ELT)) (-4328 (($ $) 40 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-4307 ((|#1| $) 31 T ELT)) (-4059 (($ $) 74 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3207 (((-114) $) 43 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($ (-793)) 72 T ELT)) (-2784 (($ (-663 (-560))) 73 T ELT)) (-4144 (((-793) $) 44 T ELT)) (-3834 (((-888) $) 91 T ELT) (($ (-560)) 69 T ELT) (($ |#1|) 67 T ELT)) (-3580 ((|#1| $ $) 28 T ELT)) (-3103 (((-793)) 71 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 45 T CONST)) (-2983 (($) 17 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 64 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 65 T ELT) (($ |#1| $) 58 T ELT)))
+(((-50 |#1| |#2|) (-13 (-640 |#1|) (-1070 |#1|) (-10 -8 (-15 -4307 (|#1| $)) (-15 -4059 ($ $)) (-15 -4328 ($ $)) (-15 -3580 (|#1| $ $)) (-15 -3505 ($ (-793))) (-15 -2784 ($ (-663 (-560)))) (-15 -3207 ((-114) $)) (-15 -4124 ((-114) $)) (-15 -4144 ((-793) $)) (-15 -1793 ($ (-1 |#1| |#1|) $)))) (-1081) (-663 (-1209))) (T -50))
+((-4307 (*1 *2 *1) (-12 (-4 *2 (-1081)) (-5 *1 (-50 *2 *3)) (-14 *3 (-663 (-1209))))) (-4059 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1081)) (-14 *3 (-663 (-1209))))) (-4328 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1081)) (-14 *3 (-663 (-1209))))) (-3580 (*1 *2 *1 *1) (-12 (-4 *2 (-1081)) (-5 *1 (-50 *2 *3)) (-14 *3 (-663 (-1209))))) (-3505 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081)) (-14 *4 (-663 (-1209))))) (-2784 (*1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081)) (-14 *4 (-663 (-1209))))) (-3207 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081)) (-14 *4 (-663 (-1209))))) (-4124 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081)) (-14 *4 (-663 (-1209))))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081)) (-14 *4 (-663 (-1209))))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-50 *3 *4)) (-14 *4 (-663 (-1209))))))
+(-13 (-640 |#1|) (-1070 |#1|) (-10 -8 (-15 -4307 (|#1| $)) (-15 -4059 ($ $)) (-15 -4328 ($ $)) (-15 -3580 (|#1| $ $)) (-15 -3505 ($ (-793))) (-15 -2784 ($ (-663 (-560)))) (-15 -3207 ((-114) $)) (-15 -4124 ((-114) $)) (-15 -4144 ((-793) $)) (-15 -1793 ($ (-1 |#1| |#1|) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4445 (((-795) $) 8 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4431 (((-1135) $) 10 T ELT)) (-3834 (((-888) $) 15 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3791 (($ (-1135) (-795)) 16 T ELT)) (-2478 (((-114) $ $) 12 T ELT)))
+(((-51) (-13 (-1133) (-10 -8 (-15 -3791 ($ (-1135) (-795))) (-15 -4431 ((-1135) $)) (-15 -4445 ((-795) $))))) (T -51))
+((-3791 (*1 *1 *2 *3) (-12 (-5 *2 (-1135)) (-5 *3 (-795)) (-5 *1 (-51)))) (-4431 (*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-51)))) (-4445 (*1 *2 *1) (-12 (-5 *2 (-795)) (-5 *1 (-51)))))
+(-13 (-1133) (-10 -8 (-15 -3791 ($ (-1135) (-795))) (-15 -4431 ((-1135) $)) (-15 -4445 ((-795) $))))
+((-4124 (((-114) (-51)) 18 T ELT)) (-4142 (((-3 |#1| "failed") (-51)) 20 T ELT)) (-4072 ((|#1| (-51)) 21 T ELT)) (-3834 (((-51) |#1|) 14 T ELT)))
+(((-52 |#1|) (-10 -7 (-15 -3834 ((-51) |#1|)) (-15 -4142 ((-3 |#1| "failed") (-51))) (-15 -4124 ((-114) (-51))) (-15 -4072 (|#1| (-51)))) (-1249)) (T -52))
+((-4072 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1249)))) (-4124 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *2 (-114)) (-5 *1 (-52 *4)) (-4 *4 (-1249)))) (-4142 (*1 *2 *3) (|partial| -12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1249)))) (-3834 (*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-52 *3)) (-4 *3 (-1249)))))
+(-10 -7 (-15 -3834 ((-51) |#1|)) (-15 -4142 ((-3 |#1| "failed") (-51))) (-15 -4124 ((-114) (-51))) (-15 -4072 (|#1| (-51))))
+((-1560 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16 T ELT)))
+(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -1560 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1081) (-670 |#1|) (-877 |#1|)) (T -53))
+((-1560 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-670 *5)) (-4 *5 (-1081)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-877 *5)))))
+(-10 -7 (-15 -1560 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
+((-2674 ((|#3| |#3| (-663 (-1209))) 44 T ELT)) (-2061 ((|#3| (-663 (-1107 |#1| |#2| |#3|)) |#3| (-949)) 32 T ELT) ((|#3| (-663 (-1107 |#1| |#2| |#3|)) |#3|) 31 T ELT)))
+(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -2061 (|#3| (-663 (-1107 |#1| |#2| |#3|)) |#3|)) (-15 -2061 (|#3| (-663 (-1107 |#1| |#2| |#3|)) |#3| (-949))) (-15 -2674 (|#3| |#3| (-663 (-1209))))) (-1133) (-13 (-1081) (-912 |#1|) (-633 (-916 |#1|))) (-13 (-435 |#2|) (-912 |#1|) (-633 (-916 |#1|)))) (T -54))
+((-2674 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-1209))) (-4 *4 (-1133)) (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4)))))) (-2061 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-663 (-1107 *5 *6 *2))) (-5 *4 (-949)) (-4 *5 (-1133)) (-4 *6 (-13 (-1081) (-912 *5) (-633 (-916 *5)))) (-4 *2 (-13 (-435 *6) (-912 *5) (-633 (-916 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-2061 (*1 *2 *3 *2) (-12 (-5 *3 (-663 (-1107 *4 *5 *2))) (-4 *4 (-1133)) (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4)))) (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4)))) (-5 *1 (-54 *4 *5 *2)))))
+(-10 -7 (-15 -2061 (|#3| (-663 (-1107 |#1| |#2| |#3|)) |#3|)) (-15 -2061 (|#3| (-663 (-1107 |#1| |#2| |#3|)) |#3| (-949))) (-15 -2674 (|#3| |#3| (-663 (-1209)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 14 T ELT)) (-4142 (((-3 (-793) "failed") $) 34 T ELT)) (-4072 (((-793) $) NIL T ELT)) (-3363 (((-114) $) 16 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) 18 T ELT)) (-3834 (((-888) $) 23 T ELT) (($ (-793)) 29 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-1554 (($) 11 T CONST)) (-2478 (((-114) $ $) 20 T ELT)))
+(((-55) (-13 (-1133) (-1070 (-793)) (-10 -8 (-15 -1554 ($) -2292) (-15 -3136 ((-114) $)) (-15 -3363 ((-114) $))))) (T -55))
+((-1554 (*1 *1) (-5 *1 (-55))) (-3136 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-55)))) (-3363 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-55)))))
+(-13 (-1133) (-1070 (-793)) (-10 -8 (-15 -1554 ($) -2292) (-15 -3136 ((-114) $)) (-15 -3363 ((-114) $))))
+((-4405 (((-114) $ (-793)) 27 T ELT)) (-4385 (($ $ (-560) |#3|) 66 T ELT)) (-2118 (($ $ (-560) |#4|) 70 T ELT)) (-1802 ((|#3| $ (-560)) 79 T ELT)) (-3086 (((-663 |#2|) $) 47 T ELT)) (-3050 (((-114) $ (-793)) 31 T ELT)) (-3243 (((-114) |#2| $) 74 T ELT)) (-2173 (($ (-1 |#2| |#2|) $) 55 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 54 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 58 T ELT) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 62 T ELT)) (-1506 (((-114) $ (-793)) 29 T ELT)) (-2024 (($ $ |#2|) 52 T ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 21 T ELT)) (-3034 ((|#2| $ (-560) (-560)) NIL T ELT) ((|#2| $ (-560) (-560) |#2|) 35 T ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) 41 T ELT) (((-793) |#2| $) 76 T ELT)) (-4007 (($ $) 51 T ELT)) (-1986 ((|#4| $ (-560)) 82 T ELT)) (-3834 (((-888) $) 88 T ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) 20 T ELT)) (-2478 (((-114) $ $) 73 T ELT)) (-3819 (((-793) $) 32 T ELT)))
+(((-56 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1793 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2173 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2118 (|#1| |#1| (-560) |#4|)) (-15 -4385 (|#1| |#1| (-560) |#3|)) (-15 -3086 ((-663 |#2|) |#1|)) (-15 -1986 (|#4| |#1| (-560))) (-15 -1802 (|#3| |#1| (-560))) (-15 -3034 (|#2| |#1| (-560) (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560) (-560))) (-15 -2024 (|#1| |#1| |#2|)) (-15 -3243 ((-114) |#2| |#1|)) (-15 -1485 ((-793) |#2| |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3819 ((-793) |#1|)) (-15 -4405 ((-114) |#1| (-793))) (-15 -3050 ((-114) |#1| (-793))) (-15 -1506 ((-114) |#1| (-793))) (-15 -4007 (|#1| |#1|))) (-57 |#2| |#3| |#4|) (-1249) (-385 |#2|) (-385 |#2|)) (T -56))
+NIL
+(-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1793 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2173 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2118 (|#1| |#1| (-560) |#4|)) (-15 -4385 (|#1| |#1| (-560) |#3|)) (-15 -3086 ((-663 |#2|) |#1|)) (-15 -1986 (|#4| |#1| (-560))) (-15 -1802 (|#3| |#1| (-560))) (-15 -3034 (|#2| |#1| (-560) (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560) (-560))) (-15 -2024 (|#1| |#1| |#2|)) (-15 -3243 ((-114) |#2| |#1|)) (-15 -1485 ((-793) |#2| |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3819 ((-793) |#1|)) (-15 -4405 ((-114) |#1| (-793))) (-15 -3050 ((-114) |#1| (-793))) (-15 -1506 ((-114) |#1| (-793))) (-15 -4007 (|#1| |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#1| $ (-560) (-560) |#1|) 51 T ELT)) (-4385 (($ $ (-560) |#2|) 49 T ELT)) (-2118 (($ $ (-560) |#3|) 48 T ELT)) (-4489 (($) 7 T CONST)) (-1802 ((|#2| $ (-560)) 53 T ELT)) (-2186 ((|#1| $ (-560) (-560) |#1|) 50 T ELT)) (-2109 ((|#1| $ (-560) (-560)) 55 T ELT)) (-3086 (((-663 |#1|) $) 33 T ELT)) (-2818 (((-793) $) 58 T ELT)) (-4446 (($ (-793) (-793) |#1|) 64 T ELT)) (-2833 (((-793) $) 57 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-1354 (((-560) $) 62 T ELT)) (-2895 (((-560) $) 60 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1963 (((-560) $) 61 T ELT)) (-2212 (((-560) $) 59 T ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 47 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 46 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-2024 (($ $ |#1|) 63 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ (-560) (-560)) 56 T ELT) ((|#1| $ (-560) (-560) |#1|) 54 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1986 ((|#3| $ (-560)) 52 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-57 |#1| |#2| |#3|) (-142) (-1249) (-385 |t#1|) (-385 |t#1|)) (T -57))
+((-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4446 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-793)) (-4 *3 (-1249)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2024 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1249)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-1354 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-560)))) (-1963 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-560)))) (-2895 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-560)))) (-2212 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-560)))) (-2818 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-793)))) (-2833 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-793)))) (-3034 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-1249)))) (-2109 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-1249)))) (-3034 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1249)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)))) (-1802 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1249)) (-4 *5 (-385 *4)) (-4 *2 (-385 *4)))) (-1986 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1249)) (-4 *5 (-385 *4)) (-4 *2 (-385 *4)))) (-3086 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-663 *3)))) (-3986 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1249)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)))) (-2186 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1249)) (-4 *4 (-385 *2)) (-4 *5 (-385 *2)))) (-4385 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-560)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1249)) (-4 *3 (-385 *4)) (-4 *5 (-385 *4)))) (-2118 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-560)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1249)) (-4 *5 (-385 *4)) (-4 *3 (-385 *4)))) (-2173 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-1793 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-1793 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
+(-13 (-503 |t#1|) (-10 -8 (-6 -4511) (-6 -4510) (-15 -4446 ($ (-793) (-793) |t#1|)) (-15 -2024 ($ $ |t#1|)) (-15 -1354 ((-560) $)) (-15 -1963 ((-560) $)) (-15 -2895 ((-560) $)) (-15 -2212 ((-560) $)) (-15 -2818 ((-793) $)) (-15 -2833 ((-793) $)) (-15 -3034 (|t#1| $ (-560) (-560))) (-15 -2109 (|t#1| $ (-560) (-560))) (-15 -3034 (|t#1| $ (-560) (-560) |t#1|)) (-15 -1802 (|t#2| $ (-560))) (-15 -1986 (|t#3| $ (-560))) (-15 -3086 ((-663 |t#1|) $)) (-15 -3986 (|t#1| $ (-560) (-560) |t#1|)) (-15 -2186 (|t#1| $ (-560) (-560) |t#1|)) (-15 -4385 ($ $ (-560) |t#2|)) (-15 -2118 ($ $ (-560) |t#3|)) (-15 -1793 ($ (-1 |t#1| |t#1|) $)) (-15 -2173 ($ (-1 |t#1| |t#1|) $)) (-15 -1793 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -1793 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2182 (($ (-663 |#1|)) 11 T ELT) (($ (-793) |#1|) 14 T ELT)) (-4446 (($ (-793) |#1|) 13 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 10 T ELT)) (-2465 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-58 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -2182 ($ (-663 |#1|))) (-15 -2182 ($ (-793) |#1|)))) (-1249)) (T -58))
+((-2182 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-58 *3)))) (-2182 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *1 (-58 *3)) (-4 *3 (-1249)))))
+(-13 (-19 |#1|) (-10 -8 (-15 -2182 ($ (-663 |#1|))) (-15 -2182 ($ (-793) |#1|))))
+((-4215 (((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 16 T ELT)) (-1995 ((|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 18 T ELT)) (-1793 (((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)) 13 T ELT)))
+(((-59 |#1| |#2|) (-10 -7 (-15 -4215 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -1995 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -1793 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)))) (-1249) (-1249)) (T -59))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-58 *6)) (-5 *1 (-59 *5 *6)))) (-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1249)) (-4 *2 (-1249)) (-5 *1 (-59 *5 *2)))) (-4215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1249)) (-4 *5 (-1249)) (-5 *2 (-58 *5)) (-5 *1 (-59 *6 *5)))))
+(-10 -7 (-15 -4215 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -1995 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -1793 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-4385 (($ $ (-560) (-58 |#1|)) NIL T ELT)) (-2118 (($ $ (-560) (-58 |#1|)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1802 (((-58 |#1|) $ (-560)) NIL T ELT)) (-2186 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-2109 ((|#1| $ (-560) (-560)) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL T ELT)) (-2818 (((-793) $) NIL T ELT)) (-4446 (($ (-793) (-793) |#1|) NIL T ELT)) (-2833 (((-793) $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-1354 (((-560) $) NIL T ELT)) (-2895 (((-560) $) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1963 (((-560) $) NIL T ELT)) (-2212 (((-560) $) NIL T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-2024 (($ $ |#1|) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-1986 (((-58 |#1|) $ (-560)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-60 |#1|) (-13 (-57 |#1| (-58 |#1|) (-58 |#1|)) (-10 -7 (-6 -4511))) (-1249)) (T -60))
+NIL
+(-13 (-57 |#1| (-58 |#1|) (-58 |#1|)) (-10 -7 (-6 -4511)))
+((-4142 (((-3 $ "failed") (-326 (-391))) 41 T ELT) (((-3 $ "failed") (-326 (-560))) 46 T ELT) (((-3 $ "failed") (-976 (-391))) 50 T ELT) (((-3 $ "failed") (-976 (-560))) 54 T ELT) (((-3 $ "failed") (-421 (-976 (-391)))) 36 T ELT) (((-3 $ "failed") (-421 (-976 (-560)))) 29 T ELT)) (-4072 (($ (-326 (-391))) 39 T ELT) (($ (-326 (-560))) 44 T ELT) (($ (-976 (-391))) 48 T ELT) (($ (-976 (-560))) 52 T ELT) (($ (-421 (-976 (-391)))) 34 T ELT) (($ (-421 (-976 (-560)))) 26 T ELT)) (-2566 (((-1305) $) 76 T ELT)) (-3834 (((-888) $) 69 T ELT) (($ (-663 (-342))) 61 T ELT) (($ (-342)) 66 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 64 T ELT) (($ (-352 (-3845 (QUOTE X)) (-3845) (-721))) 25 T ELT)))
+(((-61 |#1|) (-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845 (QUOTE X)) (-3845) (-721)))))) (-1209)) (T -61))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-352 (-3845 (QUOTE X)) (-3845) (-721))) (-5 *1 (-61 *3)) (-14 *3 (-1209)))))
+(-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845 (QUOTE X)) (-3845) (-721))))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 74 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 63 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 94 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 84 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 52 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 39 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 70 T ELT) (($ (-1299 (-326 (-560)))) 59 T ELT) (($ (-1299 (-976 (-391)))) 90 T ELT) (($ (-1299 (-976 (-560)))) 80 T ELT) (($ (-1299 (-421 (-976 (-391))))) 48 T ELT) (($ (-1299 (-421 (-976 (-560))))) 32 T ELT)) (-2566 (((-1305) $) 124 T ELT)) (-3834 (((-888) $) 118 T ELT) (($ (-663 (-342))) 103 T ELT) (($ (-342)) 97 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 101 T ELT) (($ (-1299 (-352 (-3845 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3845) (-721)))) 31 T ELT)))
+(((-62 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3845) (-721))))))) (-1209)) (T -62))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3845) (-721)))) (-5 *1 (-62 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3845) (-721)))))))
+((-2566 (((-1305) $) 54 T ELT) (((-1305)) 55 T ELT)) (-3834 (((-888) $) 51 T ELT)))
+(((-63 |#1|) (-13 (-410) (-10 -7 (-15 -2566 ((-1305))))) (-1209)) (T -63))
+((-2566 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-63 *3)) (-14 *3 (-1209)))))
+(-13 (-410) (-10 -7 (-15 -2566 ((-1305)))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 150 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 140 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 170 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 160 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 129 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 117 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 146 T ELT) (($ (-1299 (-326 (-560)))) 136 T ELT) (($ (-1299 (-976 (-391)))) 166 T ELT) (($ (-1299 (-976 (-560)))) 156 T ELT) (($ (-1299 (-421 (-976 (-391))))) 125 T ELT) (($ (-1299 (-421 (-976 (-560))))) 110 T ELT)) (-2566 (((-1305) $) 103 T ELT)) (-3834 (((-888) $) 97 T ELT) (($ (-663 (-342))) 30 T ELT) (($ (-342)) 35 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 33 T ELT) (($ (-1299 (-352 (-3845) (-3845 (QUOTE XC)) (-721)))) 95 T ELT)))
+(((-64 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845) (-3845 (QUOTE XC)) (-721))))))) (-1209)) (T -64))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845) (-3845 (QUOTE XC)) (-721)))) (-5 *1 (-64 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845) (-3845 (QUOTE XC)) (-721)))))))
+((-4142 (((-3 $ "failed") (-711 (-326 (-391)))) 111 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 99 T ELT) (((-3 $ "failed") (-711 (-976 (-391)))) 133 T ELT) (((-3 $ "failed") (-711 (-976 (-560)))) 122 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-391))))) 87 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-560))))) 73 T ELT)) (-4072 (($ (-711 (-326 (-391)))) 107 T ELT) (($ (-711 (-326 (-560)))) 95 T ELT) (($ (-711 (-976 (-391)))) 129 T ELT) (($ (-711 (-976 (-560)))) 118 T ELT) (($ (-711 (-421 (-976 (-391))))) 83 T ELT) (($ (-711 (-421 (-976 (-560))))) 66 T ELT)) (-2566 (((-1305) $) 141 T ELT)) (-3834 (((-888) $) 135 T ELT) (($ (-663 (-342))) 29 T ELT) (($ (-342)) 34 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 32 T ELT) (($ (-711 (-352 (-3845) (-3845 (QUOTE X) (QUOTE HESS)) (-721)))) 56 T ELT)))
+(((-65 |#1|) (-13 (-398) (-635 (-711 (-352 (-3845) (-3845 (QUOTE X) (QUOTE HESS)) (-721))))) (-1209)) (T -65))
+NIL
+(-13 (-398) (-635 (-711 (-352 (-3845) (-3845 (QUOTE X) (QUOTE HESS)) (-721)))))
+((-4142 (((-3 $ "failed") (-326 (-391))) 60 T ELT) (((-3 $ "failed") (-326 (-560))) 65 T ELT) (((-3 $ "failed") (-976 (-391))) 69 T ELT) (((-3 $ "failed") (-976 (-560))) 73 T ELT) (((-3 $ "failed") (-421 (-976 (-391)))) 55 T ELT) (((-3 $ "failed") (-421 (-976 (-560)))) 48 T ELT)) (-4072 (($ (-326 (-391))) 58 T ELT) (($ (-326 (-560))) 63 T ELT) (($ (-976 (-391))) 67 T ELT) (($ (-976 (-560))) 71 T ELT) (($ (-421 (-976 (-391)))) 53 T ELT) (($ (-421 (-976 (-560)))) 45 T ELT)) (-2566 (((-1305) $) 82 T ELT)) (-3834 (((-888) $) 76 T ELT) (($ (-663 (-342))) 29 T ELT) (($ (-342)) 34 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 32 T ELT) (($ (-352 (-3845) (-3845 (QUOTE XC)) (-721))) 40 T ELT)))
+(((-66 |#1|) (-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845) (-3845 (QUOTE XC)) (-721)))))) (-1209)) (T -66))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-352 (-3845) (-3845 (QUOTE XC)) (-721))) (-5 *1 (-66 *3)) (-14 *3 (-1209)))))
+(-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845) (-3845 (QUOTE XC)) (-721))))))
+((-2566 (((-1305) $) 65 T ELT)) (-3834 (((-888) $) 59 T ELT) (($ (-711 (-721))) 51 T ELT) (($ (-663 (-342))) 50 T ELT) (($ (-342)) 57 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 55 T ELT)))
+(((-67 |#1|) (-396) (-1209)) (T -67))
NIL
(-396)
-((-1679 (((-1304) $) 66 T ELT)) (-2539 (((-887) $) 60 T ELT) (($ (-711 (-721))) 52 T ELT) (($ (-663 (-342))) 51 T ELT) (($ (-342)) 54 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 57 T ELT)))
-(((-68 |#1|) (-396) (-1208)) (T -68))
+((-2566 (((-1305) $) 66 T ELT)) (-3834 (((-888) $) 60 T ELT) (($ (-711 (-721))) 52 T ELT) (($ (-663 (-342))) 51 T ELT) (($ (-342)) 54 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 57 T ELT)))
+(((-68 |#1|) (-396) (-1209)) (T -68))
NIL
(-396)
-((-1679 (((-1304) $) NIL T ELT) (((-1304)) 33 T ELT)) (-2539 (((-887) $) NIL T ELT)))
-(((-69 |#1|) (-13 (-410) (-10 -7 (-15 -1679 ((-1304))))) (-1208)) (T -69))
-((-1679 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-69 *3)) (-14 *3 (-1208)))))
-(-13 (-410) (-10 -7 (-15 -1679 ((-1304)))))
-((-1679 (((-1304) $) 75 T ELT)) (-2539 (((-887) $) 69 T ELT) (($ (-711 (-721))) 61 T ELT) (($ (-663 (-342))) 63 T ELT) (($ (-342)) 66 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 60 T ELT)))
-(((-70 |#1|) (-396) (-1208)) (T -70))
+((-2566 (((-1305) $) NIL T ELT) (((-1305)) 33 T ELT)) (-3834 (((-888) $) NIL T ELT)))
+(((-69 |#1|) (-13 (-410) (-10 -7 (-15 -2566 ((-1305))))) (-1209)) (T -69))
+((-2566 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-69 *3)) (-14 *3 (-1209)))))
+(-13 (-410) (-10 -7 (-15 -2566 ((-1305)))))
+((-2566 (((-1305) $) 75 T ELT)) (-3834 (((-888) $) 69 T ELT) (($ (-711 (-721))) 61 T ELT) (($ (-663 (-342))) 63 T ELT) (($ (-342)) 66 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 60 T ELT)))
+(((-70 |#1|) (-396) (-1209)) (T -70))
NIL
(-396)
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 109 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 98 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 129 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 119 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 87 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 74 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 105 T ELT) (($ (-1298 (-326 (-560)))) 94 T ELT) (($ (-1298 (-975 (-391)))) 125 T ELT) (($ (-1298 (-975 (-560)))) 115 T ELT) (($ (-1298 (-421 (-975 (-391))))) 83 T ELT) (($ (-1298 (-421 (-975 (-560))))) 67 T ELT)) (-1679 (((-1304) $) 142 T ELT)) (-2539 (((-887) $) 136 T ELT) (($ (-663 (-342))) 131 T ELT) (($ (-342)) 134 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 59 T ELT) (($ (-1298 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721)))) 60 T ELT)))
-(((-71 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721))))))) (-1208)) (T -71))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721)))) (-5 *1 (-71 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721)))))))
-((-1679 (((-1304) $) 33 T ELT) (((-1304)) 32 T ELT)) (-2539 (((-887) $) 36 T ELT)))
-(((-72 |#1|) (-13 (-410) (-10 -7 (-15 -1679 ((-1304))))) (-1208)) (T -72))
-((-1679 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-72 *3)) (-14 *3 (-1208)))))
-(-13 (-410) (-10 -7 (-15 -1679 ((-1304)))))
-((-1679 (((-1304) $) 65 T ELT)) (-2539 (((-887) $) 59 T ELT) (($ (-711 (-721))) 51 T ELT) (($ (-663 (-342))) 53 T ELT) (($ (-342)) 56 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 50 T ELT)))
-(((-73 |#1|) (-396) (-1208)) (T -73))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 109 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 98 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 129 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 119 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 87 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 74 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 105 T ELT) (($ (-1299 (-326 (-560)))) 94 T ELT) (($ (-1299 (-976 (-391)))) 125 T ELT) (($ (-1299 (-976 (-560)))) 115 T ELT) (($ (-1299 (-421 (-976 (-391))))) 83 T ELT) (($ (-1299 (-421 (-976 (-560))))) 67 T ELT)) (-2566 (((-1305) $) 142 T ELT)) (-3834 (((-888) $) 136 T ELT) (($ (-663 (-342))) 131 T ELT) (($ (-342)) 134 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 59 T ELT) (($ (-1299 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721)))) 60 T ELT)))
+(((-71 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721))))))) (-1209)) (T -71))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721)))) (-5 *1 (-71 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721)))))))
+((-2566 (((-1305) $) 33 T ELT) (((-1305)) 32 T ELT)) (-3834 (((-888) $) 36 T ELT)))
+(((-72 |#1|) (-13 (-410) (-10 -7 (-15 -2566 ((-1305))))) (-1209)) (T -72))
+((-2566 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-72 *3)) (-14 *3 (-1209)))))
+(-13 (-410) (-10 -7 (-15 -2566 ((-1305)))))
+((-2566 (((-1305) $) 65 T ELT)) (-3834 (((-888) $) 59 T ELT) (($ (-711 (-721))) 51 T ELT) (($ (-663 (-342))) 53 T ELT) (($ (-342)) 56 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 50 T ELT)))
+(((-73 |#1|) (-396) (-1209)) (T -73))
NIL
(-396)
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 127 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 117 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 147 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 137 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 107 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 95 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 123 T ELT) (($ (-1298 (-326 (-560)))) 113 T ELT) (($ (-1298 (-975 (-391)))) 143 T ELT) (($ (-1298 (-975 (-560)))) 133 T ELT) (($ (-1298 (-421 (-975 (-391))))) 103 T ELT) (($ (-1298 (-421 (-975 (-560))))) 88 T ELT)) (-1679 (((-1304) $) 80 T ELT)) (-2539 (((-887) $) 28 T ELT) (($ (-663 (-342))) 70 T ELT) (($ (-342)) 66 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 73 T ELT) (($ (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))) 67 T ELT)))
-(((-74 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721))))))) (-1208)) (T -74))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))) (-5 *1 (-74 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))))))
-((-1442 (((-3 $ "failed") (-326 (-391))) 47 T ELT) (((-3 $ "failed") (-326 (-560))) 52 T ELT) (((-3 $ "failed") (-975 (-391))) 56 T ELT) (((-3 $ "failed") (-975 (-560))) 60 T ELT) (((-3 $ "failed") (-421 (-975 (-391)))) 42 T ELT) (((-3 $ "failed") (-421 (-975 (-560)))) 35 T ELT)) (-3056 (($ (-326 (-391))) 45 T ELT) (($ (-326 (-560))) 50 T ELT) (($ (-975 (-391))) 54 T ELT) (($ (-975 (-560))) 58 T ELT) (($ (-421 (-975 (-391)))) 40 T ELT) (($ (-421 (-975 (-560)))) 32 T ELT)) (-1679 (((-1304) $) 81 T ELT)) (-2539 (((-887) $) 75 T ELT) (($ (-663 (-342))) 67 T ELT) (($ (-342)) 72 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 70 T ELT) (($ (-352 (-2548) (-2548 (QUOTE X)) (-721))) 31 T ELT)))
-(((-75 |#1|) (-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548) (-2548 (QUOTE X)) (-721)))))) (-1208)) (T -75))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-352 (-2548) (-2548 (QUOTE X)) (-721))) (-5 *1 (-75 *3)) (-14 *3 (-1208)))))
-(-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548) (-2548 (QUOTE X)) (-721))))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 132 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 121 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 152 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 142 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 110 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 97 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 128 T ELT) (($ (-1298 (-326 (-560)))) 117 T ELT) (($ (-1298 (-975 (-391)))) 148 T ELT) (($ (-1298 (-975 (-560)))) 138 T ELT) (($ (-1298 (-421 (-975 (-391))))) 106 T ELT) (($ (-1298 (-421 (-975 (-560))))) 90 T ELT)) (-1679 (((-1304) $) 82 T ELT)) (-2539 (((-887) $) 74 T ELT) (($ (-663 (-342))) NIL T ELT) (($ (-342)) NIL T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) NIL T ELT) (($ (-1298 (-352 (-2548 (QUOTE X) (QUOTE EPS)) (-2548 (QUOTE -3790)) (-721)))) 69 T ELT)))
-(((-76 |#1| |#2| |#3|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X) (QUOTE EPS)) (-2548 (QUOTE -3790)) (-721))))))) (-1208) (-1208) (-1208)) (T -76))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548 (QUOTE X) (QUOTE EPS)) (-2548 (QUOTE -3790)) (-721)))) (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1208)) (-14 *4 (-1208)) (-14 *5 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X) (QUOTE EPS)) (-2548 (QUOTE -3790)) (-721)))))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 138 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 127 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 158 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 148 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 116 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 103 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 134 T ELT) (($ (-1298 (-326 (-560)))) 123 T ELT) (($ (-1298 (-975 (-391)))) 154 T ELT) (($ (-1298 (-975 (-560)))) 144 T ELT) (($ (-1298 (-421 (-975 (-391))))) 112 T ELT) (($ (-1298 (-421 (-975 (-560))))) 96 T ELT)) (-1679 (((-1304) $) 88 T ELT)) (-2539 (((-887) $) 80 T ELT) (($ (-663 (-342))) NIL T ELT) (($ (-342)) NIL T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) NIL T ELT) (($ (-1298 (-352 (-2548 (QUOTE EPS)) (-2548 (QUOTE YA) (QUOTE YB)) (-721)))) 75 T ELT)))
-(((-77 |#1| |#2| |#3|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE EPS)) (-2548 (QUOTE YA) (QUOTE YB)) (-721))))))) (-1208) (-1208) (-1208)) (T -77))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548 (QUOTE EPS)) (-2548 (QUOTE YA) (QUOTE YB)) (-721)))) (-5 *1 (-77 *3 *4 *5)) (-14 *3 (-1208)) (-14 *4 (-1208)) (-14 *5 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE EPS)) (-2548 (QUOTE YA) (QUOTE YB)) (-721)))))))
-((-1442 (((-3 $ "failed") (-326 (-391))) 83 T ELT) (((-3 $ "failed") (-326 (-560))) 88 T ELT) (((-3 $ "failed") (-975 (-391))) 92 T ELT) (((-3 $ "failed") (-975 (-560))) 96 T ELT) (((-3 $ "failed") (-421 (-975 (-391)))) 78 T ELT) (((-3 $ "failed") (-421 (-975 (-560)))) 71 T ELT)) (-3056 (($ (-326 (-391))) 81 T ELT) (($ (-326 (-560))) 86 T ELT) (($ (-975 (-391))) 90 T ELT) (($ (-975 (-560))) 94 T ELT) (($ (-421 (-975 (-391)))) 76 T ELT) (($ (-421 (-975 (-560)))) 68 T ELT)) (-1679 (((-1304) $) 63 T ELT)) (-2539 (((-887) $) 51 T ELT) (($ (-663 (-342))) 47 T ELT) (($ (-342)) 57 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 55 T ELT) (($ (-352 (-2548) (-2548 (QUOTE X)) (-721))) 48 T ELT)))
-(((-78 |#1|) (-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548) (-2548 (QUOTE X)) (-721)))))) (-1208)) (T -78))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-352 (-2548) (-2548 (QUOTE X)) (-721))) (-5 *1 (-78 *3)) (-14 *3 (-1208)))))
-(-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548) (-2548 (QUOTE X)) (-721))))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 90 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 79 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 110 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 100 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 68 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 55 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 86 T ELT) (($ (-1298 (-326 (-560)))) 75 T ELT) (($ (-1298 (-975 (-391)))) 106 T ELT) (($ (-1298 (-975 (-560)))) 96 T ELT) (($ (-1298 (-421 (-975 (-391))))) 64 T ELT) (($ (-1298 (-421 (-975 (-560))))) 48 T ELT)) (-1679 (((-1304) $) 126 T ELT)) (-2539 (((-887) $) 120 T ELT) (($ (-663 (-342))) 113 T ELT) (($ (-342)) 38 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 116 T ELT) (($ (-1298 (-352 (-2548) (-2548 (QUOTE XC)) (-721)))) 39 T ELT)))
-(((-79 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548) (-2548 (QUOTE XC)) (-721))))))) (-1208)) (T -79))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548) (-2548 (QUOTE XC)) (-721)))) (-5 *1 (-79 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548) (-2548 (QUOTE XC)) (-721)))))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 151 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 141 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 171 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 161 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 131 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 119 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 147 T ELT) (($ (-1298 (-326 (-560)))) 137 T ELT) (($ (-1298 (-975 (-391)))) 167 T ELT) (($ (-1298 (-975 (-560)))) 157 T ELT) (($ (-1298 (-421 (-975 (-391))))) 127 T ELT) (($ (-1298 (-421 (-975 (-560))))) 112 T ELT)) (-1679 (((-1304) $) 105 T ELT)) (-2539 (((-887) $) 99 T ELT) (($ (-663 (-342))) 90 T ELT) (($ (-342)) 97 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 95 T ELT) (($ (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))) 91 T ELT)))
-(((-80 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721))))))) (-1208)) (T -80))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))) (-5 *1 (-80 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 79 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 68 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 99 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 89 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 57 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 44 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 75 T ELT) (($ (-1298 (-326 (-560)))) 64 T ELT) (($ (-1298 (-975 (-391)))) 95 T ELT) (($ (-1298 (-975 (-560)))) 85 T ELT) (($ (-1298 (-421 (-975 (-391))))) 53 T ELT) (($ (-1298 (-421 (-975 (-560))))) 37 T ELT)) (-1679 (((-1304) $) 125 T ELT)) (-2539 (((-887) $) 119 T ELT) (($ (-663 (-342))) 110 T ELT) (($ (-342)) 116 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 114 T ELT) (($ (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))) 36 T ELT)))
-(((-81 |#1|) (-13 (-455) (-635 (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721))))) (-1208)) (T -81))
-NIL
-(-13 (-455) (-635 (-1298 (-352 (-2548) (-2548 (QUOTE X)) (-721)))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 80 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 69 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 100 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 90 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 58 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 45 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 76 T ELT) (($ (-1298 (-326 (-560)))) 65 T ELT) (($ (-1298 (-975 (-391)))) 96 T ELT) (($ (-1298 (-975 (-560)))) 86 T ELT) (($ (-1298 (-421 (-975 (-391))))) 54 T ELT) (($ (-1298 (-421 (-975 (-560))))) 38 T ELT)) (-1679 (((-1304) $) 126 T ELT)) (-2539 (((-887) $) 120 T ELT) (($ (-663 (-342))) 111 T ELT) (($ (-342)) 117 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 115 T ELT) (($ (-1298 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721)))) 37 T ELT)))
-(((-82 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721))))))) (-1208)) (T -82))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721)))) (-5 *1 (-82 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721)))))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 98 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 87 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 118 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 108 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 76 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 63 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 94 T ELT) (($ (-1298 (-326 (-560)))) 83 T ELT) (($ (-1298 (-975 (-391)))) 114 T ELT) (($ (-1298 (-975 (-560)))) 104 T ELT) (($ (-1298 (-421 (-975 (-391))))) 72 T ELT) (($ (-1298 (-421 (-975 (-560))))) 56 T ELT)) (-1679 (((-1304) $) 48 T ELT)) (-2539 (((-887) $) 42 T ELT) (($ (-663 (-342))) 32 T ELT) (($ (-342)) 35 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 38 T ELT) (($ (-1298 (-352 (-2548 (QUOTE X) (QUOTE -3790)) (-2548) (-721)))) 33 T ELT)))
-(((-83 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X) (QUOTE -3790)) (-2548) (-721))))))) (-1208)) (T -83))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548 (QUOTE X) (QUOTE -3790)) (-2548) (-721)))) (-5 *1 (-83 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X) (QUOTE -3790)) (-2548) (-721)))))))
-((-1442 (((-3 $ "failed") (-711 (-326 (-391)))) 118 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 107 T ELT) (((-3 $ "failed") (-711 (-975 (-391)))) 140 T ELT) (((-3 $ "failed") (-711 (-975 (-560)))) 129 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-391))))) 96 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-560))))) 83 T ELT)) (-3056 (($ (-711 (-326 (-391)))) 114 T ELT) (($ (-711 (-326 (-560)))) 103 T ELT) (($ (-711 (-975 (-391)))) 136 T ELT) (($ (-711 (-975 (-560)))) 125 T ELT) (($ (-711 (-421 (-975 (-391))))) 92 T ELT) (($ (-711 (-421 (-975 (-560))))) 76 T ELT)) (-1679 (((-1304) $) 66 T ELT)) (-2539 (((-887) $) 53 T ELT) (($ (-663 (-342))) 60 T ELT) (($ (-342)) 49 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 58 T ELT) (($ (-711 (-352 (-2548 (QUOTE X) (QUOTE -3790)) (-2548) (-721)))) 50 T ELT)))
-(((-84 |#1|) (-13 (-398) (-10 -8 (-15 -2539 ($ (-711 (-352 (-2548 (QUOTE X) (QUOTE -3790)) (-2548) (-721))))))) (-1208)) (T -84))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-711 (-352 (-2548 (QUOTE X) (QUOTE -3790)) (-2548) (-721)))) (-5 *1 (-84 *3)) (-14 *3 (-1208)))))
-(-13 (-398) (-10 -8 (-15 -2539 ($ (-711 (-352 (-2548 (QUOTE X) (QUOTE -3790)) (-2548) (-721)))))))
-((-1442 (((-3 $ "failed") (-711 (-326 (-391)))) 113 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 101 T ELT) (((-3 $ "failed") (-711 (-975 (-391)))) 135 T ELT) (((-3 $ "failed") (-711 (-975 (-560)))) 124 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-391))))) 89 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-560))))) 75 T ELT)) (-3056 (($ (-711 (-326 (-391)))) 109 T ELT) (($ (-711 (-326 (-560)))) 97 T ELT) (($ (-711 (-975 (-391)))) 131 T ELT) (($ (-711 (-975 (-560)))) 120 T ELT) (($ (-711 (-421 (-975 (-391))))) 85 T ELT) (($ (-711 (-421 (-975 (-560))))) 68 T ELT)) (-1679 (((-1304) $) 60 T ELT)) (-2539 (((-887) $) 54 T ELT) (($ (-663 (-342))) 48 T ELT) (($ (-342)) 51 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 45 T ELT) (($ (-711 (-352 (-2548 (QUOTE X)) (-2548) (-721)))) 46 T ELT)))
-(((-85 |#1|) (-13 (-398) (-10 -8 (-15 -2539 ($ (-711 (-352 (-2548 (QUOTE X)) (-2548) (-721))))))) (-1208)) (T -85))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-711 (-352 (-2548 (QUOTE X)) (-2548) (-721)))) (-5 *1 (-85 *3)) (-14 *3 (-1208)))))
-(-13 (-398) (-10 -8 (-15 -2539 ($ (-711 (-352 (-2548 (QUOTE X)) (-2548) (-721)))))))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 105 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 94 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 125 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 115 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 83 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 70 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 101 T ELT) (($ (-1298 (-326 (-560)))) 90 T ELT) (($ (-1298 (-975 (-391)))) 121 T ELT) (($ (-1298 (-975 (-560)))) 111 T ELT) (($ (-1298 (-421 (-975 (-391))))) 79 T ELT) (($ (-1298 (-421 (-975 (-560))))) 63 T ELT)) (-1679 (((-1304) $) 47 T ELT)) (-2539 (((-887) $) 41 T ELT) (($ (-663 (-342))) 50 T ELT) (($ (-342)) 37 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 53 T ELT) (($ (-1298 (-352 (-2548 (QUOTE X)) (-2548) (-721)))) 38 T ELT)))
-(((-86 |#1|) (-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X)) (-2548) (-721))))))) (-1208)) (T -86))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-352 (-2548 (QUOTE X)) (-2548) (-721)))) (-5 *1 (-86 *3)) (-14 *3 (-1208)))))
-(-13 (-455) (-10 -8 (-15 -2539 ($ (-1298 (-352 (-2548 (QUOTE X)) (-2548) (-721)))))))
-((-1679 (((-1304) $) 45 T ELT)) (-2539 (((-887) $) 39 T ELT) (($ (-1298 (-721))) 100 T ELT) (($ (-663 (-342))) 31 T ELT) (($ (-342)) 36 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 34 T ELT)))
-(((-87 |#1|) (-454) (-1208)) (T -87))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 127 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 117 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 147 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 137 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 107 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 95 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 123 T ELT) (($ (-1299 (-326 (-560)))) 113 T ELT) (($ (-1299 (-976 (-391)))) 143 T ELT) (($ (-1299 (-976 (-560)))) 133 T ELT) (($ (-1299 (-421 (-976 (-391))))) 103 T ELT) (($ (-1299 (-421 (-976 (-560))))) 88 T ELT)) (-2566 (((-1305) $) 80 T ELT)) (-3834 (((-888) $) 28 T ELT) (($ (-663 (-342))) 70 T ELT) (($ (-342)) 66 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 73 T ELT) (($ (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))) 67 T ELT)))
+(((-74 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721))))))) (-1209)) (T -74))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))) (-5 *1 (-74 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))))))
+((-4142 (((-3 $ "failed") (-326 (-391))) 47 T ELT) (((-3 $ "failed") (-326 (-560))) 52 T ELT) (((-3 $ "failed") (-976 (-391))) 56 T ELT) (((-3 $ "failed") (-976 (-560))) 60 T ELT) (((-3 $ "failed") (-421 (-976 (-391)))) 42 T ELT) (((-3 $ "failed") (-421 (-976 (-560)))) 35 T ELT)) (-4072 (($ (-326 (-391))) 45 T ELT) (($ (-326 (-560))) 50 T ELT) (($ (-976 (-391))) 54 T ELT) (($ (-976 (-560))) 58 T ELT) (($ (-421 (-976 (-391)))) 40 T ELT) (($ (-421 (-976 (-560)))) 32 T ELT)) (-2566 (((-1305) $) 81 T ELT)) (-3834 (((-888) $) 75 T ELT) (($ (-663 (-342))) 67 T ELT) (($ (-342)) 72 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 70 T ELT) (($ (-352 (-3845) (-3845 (QUOTE X)) (-721))) 31 T ELT)))
+(((-75 |#1|) (-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845) (-3845 (QUOTE X)) (-721)))))) (-1209)) (T -75))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-352 (-3845) (-3845 (QUOTE X)) (-721))) (-5 *1 (-75 *3)) (-14 *3 (-1209)))))
+(-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845) (-3845 (QUOTE X)) (-721))))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 132 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 121 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 152 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 142 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 110 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 97 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 128 T ELT) (($ (-1299 (-326 (-560)))) 117 T ELT) (($ (-1299 (-976 (-391)))) 148 T ELT) (($ (-1299 (-976 (-560)))) 138 T ELT) (($ (-1299 (-421 (-976 (-391))))) 106 T ELT) (($ (-1299 (-421 (-976 (-560))))) 90 T ELT)) (-2566 (((-1305) $) 82 T ELT)) (-3834 (((-888) $) 74 T ELT) (($ (-663 (-342))) NIL T ELT) (($ (-342)) NIL T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) NIL T ELT) (($ (-1299 (-352 (-3845 (QUOTE X) (QUOTE EPS)) (-3845 (QUOTE -2050)) (-721)))) 69 T ELT)))
+(((-76 |#1| |#2| |#3|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X) (QUOTE EPS)) (-3845 (QUOTE -2050)) (-721))))))) (-1209) (-1209) (-1209)) (T -76))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845 (QUOTE X) (QUOTE EPS)) (-3845 (QUOTE -2050)) (-721)))) (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1209)) (-14 *4 (-1209)) (-14 *5 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X) (QUOTE EPS)) (-3845 (QUOTE -2050)) (-721)))))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 138 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 127 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 158 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 148 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 116 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 103 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 134 T ELT) (($ (-1299 (-326 (-560)))) 123 T ELT) (($ (-1299 (-976 (-391)))) 154 T ELT) (($ (-1299 (-976 (-560)))) 144 T ELT) (($ (-1299 (-421 (-976 (-391))))) 112 T ELT) (($ (-1299 (-421 (-976 (-560))))) 96 T ELT)) (-2566 (((-1305) $) 88 T ELT)) (-3834 (((-888) $) 80 T ELT) (($ (-663 (-342))) NIL T ELT) (($ (-342)) NIL T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) NIL T ELT) (($ (-1299 (-352 (-3845 (QUOTE EPS)) (-3845 (QUOTE YA) (QUOTE YB)) (-721)))) 75 T ELT)))
+(((-77 |#1| |#2| |#3|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE EPS)) (-3845 (QUOTE YA) (QUOTE YB)) (-721))))))) (-1209) (-1209) (-1209)) (T -77))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845 (QUOTE EPS)) (-3845 (QUOTE YA) (QUOTE YB)) (-721)))) (-5 *1 (-77 *3 *4 *5)) (-14 *3 (-1209)) (-14 *4 (-1209)) (-14 *5 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE EPS)) (-3845 (QUOTE YA) (QUOTE YB)) (-721)))))))
+((-4142 (((-3 $ "failed") (-326 (-391))) 83 T ELT) (((-3 $ "failed") (-326 (-560))) 88 T ELT) (((-3 $ "failed") (-976 (-391))) 92 T ELT) (((-3 $ "failed") (-976 (-560))) 96 T ELT) (((-3 $ "failed") (-421 (-976 (-391)))) 78 T ELT) (((-3 $ "failed") (-421 (-976 (-560)))) 71 T ELT)) (-4072 (($ (-326 (-391))) 81 T ELT) (($ (-326 (-560))) 86 T ELT) (($ (-976 (-391))) 90 T ELT) (($ (-976 (-560))) 94 T ELT) (($ (-421 (-976 (-391)))) 76 T ELT) (($ (-421 (-976 (-560)))) 68 T ELT)) (-2566 (((-1305) $) 63 T ELT)) (-3834 (((-888) $) 51 T ELT) (($ (-663 (-342))) 47 T ELT) (($ (-342)) 57 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 55 T ELT) (($ (-352 (-3845) (-3845 (QUOTE X)) (-721))) 48 T ELT)))
+(((-78 |#1|) (-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845) (-3845 (QUOTE X)) (-721)))))) (-1209)) (T -78))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-352 (-3845) (-3845 (QUOTE X)) (-721))) (-5 *1 (-78 *3)) (-14 *3 (-1209)))))
+(-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845) (-3845 (QUOTE X)) (-721))))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 90 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 79 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 110 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 100 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 68 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 55 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 86 T ELT) (($ (-1299 (-326 (-560)))) 75 T ELT) (($ (-1299 (-976 (-391)))) 106 T ELT) (($ (-1299 (-976 (-560)))) 96 T ELT) (($ (-1299 (-421 (-976 (-391))))) 64 T ELT) (($ (-1299 (-421 (-976 (-560))))) 48 T ELT)) (-2566 (((-1305) $) 126 T ELT)) (-3834 (((-888) $) 120 T ELT) (($ (-663 (-342))) 113 T ELT) (($ (-342)) 38 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 116 T ELT) (($ (-1299 (-352 (-3845) (-3845 (QUOTE XC)) (-721)))) 39 T ELT)))
+(((-79 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845) (-3845 (QUOTE XC)) (-721))))))) (-1209)) (T -79))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845) (-3845 (QUOTE XC)) (-721)))) (-5 *1 (-79 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845) (-3845 (QUOTE XC)) (-721)))))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 151 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 141 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 171 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 161 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 131 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 119 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 147 T ELT) (($ (-1299 (-326 (-560)))) 137 T ELT) (($ (-1299 (-976 (-391)))) 167 T ELT) (($ (-1299 (-976 (-560)))) 157 T ELT) (($ (-1299 (-421 (-976 (-391))))) 127 T ELT) (($ (-1299 (-421 (-976 (-560))))) 112 T ELT)) (-2566 (((-1305) $) 105 T ELT)) (-3834 (((-888) $) 99 T ELT) (($ (-663 (-342))) 90 T ELT) (($ (-342)) 97 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 95 T ELT) (($ (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))) 91 T ELT)))
+(((-80 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721))))))) (-1209)) (T -80))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))) (-5 *1 (-80 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 79 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 68 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 99 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 89 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 57 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 44 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 75 T ELT) (($ (-1299 (-326 (-560)))) 64 T ELT) (($ (-1299 (-976 (-391)))) 95 T ELT) (($ (-1299 (-976 (-560)))) 85 T ELT) (($ (-1299 (-421 (-976 (-391))))) 53 T ELT) (($ (-1299 (-421 (-976 (-560))))) 37 T ELT)) (-2566 (((-1305) $) 125 T ELT)) (-3834 (((-888) $) 119 T ELT) (($ (-663 (-342))) 110 T ELT) (($ (-342)) 116 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 114 T ELT) (($ (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))) 36 T ELT)))
+(((-81 |#1|) (-13 (-455) (-635 (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721))))) (-1209)) (T -81))
+NIL
+(-13 (-455) (-635 (-1299 (-352 (-3845) (-3845 (QUOTE X)) (-721)))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 80 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 69 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 100 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 90 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 58 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 45 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 76 T ELT) (($ (-1299 (-326 (-560)))) 65 T ELT) (($ (-1299 (-976 (-391)))) 96 T ELT) (($ (-1299 (-976 (-560)))) 86 T ELT) (($ (-1299 (-421 (-976 (-391))))) 54 T ELT) (($ (-1299 (-421 (-976 (-560))))) 38 T ELT)) (-2566 (((-1305) $) 126 T ELT)) (-3834 (((-888) $) 120 T ELT) (($ (-663 (-342))) 111 T ELT) (($ (-342)) 117 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 115 T ELT) (($ (-1299 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721)))) 37 T ELT)))
+(((-82 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721))))))) (-1209)) (T -82))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721)))) (-5 *1 (-82 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721)))))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 98 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 87 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 118 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 108 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 76 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 63 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 94 T ELT) (($ (-1299 (-326 (-560)))) 83 T ELT) (($ (-1299 (-976 (-391)))) 114 T ELT) (($ (-1299 (-976 (-560)))) 104 T ELT) (($ (-1299 (-421 (-976 (-391))))) 72 T ELT) (($ (-1299 (-421 (-976 (-560))))) 56 T ELT)) (-2566 (((-1305) $) 48 T ELT)) (-3834 (((-888) $) 42 T ELT) (($ (-663 (-342))) 32 T ELT) (($ (-342)) 35 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 38 T ELT) (($ (-1299 (-352 (-3845 (QUOTE X) (QUOTE -2050)) (-3845) (-721)))) 33 T ELT)))
+(((-83 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X) (QUOTE -2050)) (-3845) (-721))))))) (-1209)) (T -83))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845 (QUOTE X) (QUOTE -2050)) (-3845) (-721)))) (-5 *1 (-83 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X) (QUOTE -2050)) (-3845) (-721)))))))
+((-4142 (((-3 $ "failed") (-711 (-326 (-391)))) 118 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 107 T ELT) (((-3 $ "failed") (-711 (-976 (-391)))) 140 T ELT) (((-3 $ "failed") (-711 (-976 (-560)))) 129 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-391))))) 96 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-560))))) 83 T ELT)) (-4072 (($ (-711 (-326 (-391)))) 114 T ELT) (($ (-711 (-326 (-560)))) 103 T ELT) (($ (-711 (-976 (-391)))) 136 T ELT) (($ (-711 (-976 (-560)))) 125 T ELT) (($ (-711 (-421 (-976 (-391))))) 92 T ELT) (($ (-711 (-421 (-976 (-560))))) 76 T ELT)) (-2566 (((-1305) $) 66 T ELT)) (-3834 (((-888) $) 53 T ELT) (($ (-663 (-342))) 60 T ELT) (($ (-342)) 49 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 58 T ELT) (($ (-711 (-352 (-3845 (QUOTE X) (QUOTE -2050)) (-3845) (-721)))) 50 T ELT)))
+(((-84 |#1|) (-13 (-398) (-10 -8 (-15 -3834 ($ (-711 (-352 (-3845 (QUOTE X) (QUOTE -2050)) (-3845) (-721))))))) (-1209)) (T -84))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-711 (-352 (-3845 (QUOTE X) (QUOTE -2050)) (-3845) (-721)))) (-5 *1 (-84 *3)) (-14 *3 (-1209)))))
+(-13 (-398) (-10 -8 (-15 -3834 ($ (-711 (-352 (-3845 (QUOTE X) (QUOTE -2050)) (-3845) (-721)))))))
+((-4142 (((-3 $ "failed") (-711 (-326 (-391)))) 113 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 101 T ELT) (((-3 $ "failed") (-711 (-976 (-391)))) 135 T ELT) (((-3 $ "failed") (-711 (-976 (-560)))) 124 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-391))))) 89 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-560))))) 75 T ELT)) (-4072 (($ (-711 (-326 (-391)))) 109 T ELT) (($ (-711 (-326 (-560)))) 97 T ELT) (($ (-711 (-976 (-391)))) 131 T ELT) (($ (-711 (-976 (-560)))) 120 T ELT) (($ (-711 (-421 (-976 (-391))))) 85 T ELT) (($ (-711 (-421 (-976 (-560))))) 68 T ELT)) (-2566 (((-1305) $) 60 T ELT)) (-3834 (((-888) $) 54 T ELT) (($ (-663 (-342))) 48 T ELT) (($ (-342)) 51 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 45 T ELT) (($ (-711 (-352 (-3845 (QUOTE X)) (-3845) (-721)))) 46 T ELT)))
+(((-85 |#1|) (-13 (-398) (-10 -8 (-15 -3834 ($ (-711 (-352 (-3845 (QUOTE X)) (-3845) (-721))))))) (-1209)) (T -85))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-711 (-352 (-3845 (QUOTE X)) (-3845) (-721)))) (-5 *1 (-85 *3)) (-14 *3 (-1209)))))
+(-13 (-398) (-10 -8 (-15 -3834 ($ (-711 (-352 (-3845 (QUOTE X)) (-3845) (-721)))))))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 105 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 94 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 125 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 115 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 83 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 70 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 101 T ELT) (($ (-1299 (-326 (-560)))) 90 T ELT) (($ (-1299 (-976 (-391)))) 121 T ELT) (($ (-1299 (-976 (-560)))) 111 T ELT) (($ (-1299 (-421 (-976 (-391))))) 79 T ELT) (($ (-1299 (-421 (-976 (-560))))) 63 T ELT)) (-2566 (((-1305) $) 47 T ELT)) (-3834 (((-888) $) 41 T ELT) (($ (-663 (-342))) 50 T ELT) (($ (-342)) 37 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 53 T ELT) (($ (-1299 (-352 (-3845 (QUOTE X)) (-3845) (-721)))) 38 T ELT)))
+(((-86 |#1|) (-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X)) (-3845) (-721))))))) (-1209)) (T -86))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-352 (-3845 (QUOTE X)) (-3845) (-721)))) (-5 *1 (-86 *3)) (-14 *3 (-1209)))))
+(-13 (-455) (-10 -8 (-15 -3834 ($ (-1299 (-352 (-3845 (QUOTE X)) (-3845) (-721)))))))
+((-2566 (((-1305) $) 45 T ELT)) (-3834 (((-888) $) 39 T ELT) (($ (-1299 (-721))) 100 T ELT) (($ (-663 (-342))) 31 T ELT) (($ (-342)) 36 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 34 T ELT)))
+(((-87 |#1|) (-454) (-1209)) (T -87))
NIL
(-454)
-((-1442 (((-3 $ "failed") (-711 (-326 (-391)))) 117 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 105 T ELT) (((-3 $ "failed") (-711 (-975 (-391)))) 139 T ELT) (((-3 $ "failed") (-711 (-975 (-560)))) 128 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-391))))) 93 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-560))))) 79 T ELT)) (-3056 (($ (-711 (-326 (-391)))) 113 T ELT) (($ (-711 (-326 (-560)))) 101 T ELT) (($ (-711 (-975 (-391)))) 135 T ELT) (($ (-711 (-975 (-560)))) 124 T ELT) (($ (-711 (-421 (-975 (-391))))) 89 T ELT) (($ (-711 (-421 (-975 (-560))))) 72 T ELT)) (-1679 (((-1304) $) 63 T ELT)) (-2539 (((-887) $) 57 T ELT) (($ (-663 (-342))) 47 T ELT) (($ (-342)) 54 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 52 T ELT) (($ (-711 (-352 (-2548 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-2548) (-721)))) 48 T ELT)))
-(((-88 |#1|) (-13 (-398) (-10 -8 (-15 -2539 ($ (-711 (-352 (-2548 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-2548) (-721))))))) (-1208)) (T -88))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-711 (-352 (-2548 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-2548) (-721)))) (-5 *1 (-88 *3)) (-14 *3 (-1208)))))
-(-13 (-398) (-10 -8 (-15 -2539 ($ (-711 (-352 (-2548 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-2548) (-721)))))))
-((-1442 (((-3 $ "failed") (-326 (-391))) 48 T ELT) (((-3 $ "failed") (-326 (-560))) 53 T ELT) (((-3 $ "failed") (-975 (-391))) 57 T ELT) (((-3 $ "failed") (-975 (-560))) 61 T ELT) (((-3 $ "failed") (-421 (-975 (-391)))) 43 T ELT) (((-3 $ "failed") (-421 (-975 (-560)))) 36 T ELT)) (-3056 (($ (-326 (-391))) 46 T ELT) (($ (-326 (-560))) 51 T ELT) (($ (-975 (-391))) 55 T ELT) (($ (-975 (-560))) 59 T ELT) (($ (-421 (-975 (-391)))) 41 T ELT) (($ (-421 (-975 (-560)))) 33 T ELT)) (-1679 (((-1304) $) 91 T ELT)) (-2539 (((-887) $) 85 T ELT) (($ (-663 (-342))) 79 T ELT) (($ (-342)) 82 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 77 T ELT) (($ (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721))) 32 T ELT)))
-(((-89 |#1|) (-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721)))))) (-1208)) (T -89))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721))) (-5 *1 (-89 *3)) (-14 *3 (-1208)))))
-(-13 (-411) (-10 -8 (-15 -2539 ($ (-352 (-2548 (QUOTE X)) (-2548 (QUOTE -3790)) (-721))))))
-((-4050 (((-1298 (-711 |#1|)) (-711 |#1|)) 61 T ELT)) (-3367 (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 (-663 (-948))))) |#2| (-948)) 49 T ELT)) (-3739 (((-2 (|:| |minor| (-663 (-948))) (|:| -1837 |#2|) (|:| |minors| (-663 (-663 (-948)))) (|:| |ops| (-663 |#2|))) |#2| (-948)) 72 (|has| |#1| (-376)) ELT)))
-(((-90 |#1| |#2|) (-10 -7 (-15 -3367 ((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 (-663 (-948))))) |#2| (-948))) (-15 -4050 ((-1298 (-711 |#1|)) (-711 |#1|))) (IF (|has| |#1| (-376)) (-15 -3739 ((-2 (|:| |minor| (-663 (-948))) (|:| -1837 |#2|) (|:| |minors| (-663 (-663 (-948)))) (|:| |ops| (-663 |#2|))) |#2| (-948))) |%noBranch|)) (-571) (-680 |#1|)) (T -90))
-((-3739 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |minor| (-663 (-948))) (|:| -1837 *3) (|:| |minors| (-663 (-663 (-948)))) (|:| |ops| (-663 *3)))) (-5 *1 (-90 *5 *3)) (-5 *4 (-948)) (-4 *3 (-680 *5)))) (-4050 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-1298 (-711 *4))) (-5 *1 (-90 *4 *5)) (-5 *3 (-711 *4)) (-4 *5 (-680 *4)))) (-3367 (*1 *2 *3 *4) (-12 (-4 *5 (-571)) (-5 *2 (-2 (|:| -1469 (-711 *5)) (|:| |vec| (-1298 (-663 (-948)))))) (-5 *1 (-90 *5 *3)) (-5 *4 (-948)) (-4 *3 (-680 *5)))))
-(-10 -7 (-15 -3367 ((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 (-663 (-948))))) |#2| (-948))) (-15 -4050 ((-1298 (-711 |#1|)) (-711 |#1|))) (IF (|has| |#1| (-376)) (-15 -3739 ((-2 (|:| |minor| (-663 (-948))) (|:| -1837 |#2|) (|:| |minors| (-663 (-663 (-948)))) (|:| |ops| (-663 |#2|))) |#2| (-948))) |%noBranch|))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2765 ((|#1| $) 40 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2868 ((|#1| |#1| $) 35 T ELT)) (-2387 ((|#1| $) 33 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) NIL T ELT)) (-1368 (($ |#1| $) 36 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-1950 ((|#1| $) 34 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 18 T ELT)) (-1423 (($) 45 T ELT)) (-2117 (((-793) $) 31 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) 17 T ELT)) (-2539 (((-887) $) 30 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) NIL T ELT)) (-4197 (($ (-663 |#1|)) 42 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 15 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 12 (|has| $ (-6 -4509)) ELT)))
-(((-91 |#1|) (-13 (-1152 |#1|) (-10 -8 (-15 -4197 ($ (-663 |#1|))))) (-1132)) (T -91))
-((-4197 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-91 *3)))))
-(-13 (-1152 |#1|) (-10 -8 (-15 -4197 ($ (-663 |#1|)))))
-((-2539 (((-887) $) 13 T ELT) (($ (-1213)) 9 T ELT) (((-1213) $) 8 T ELT)))
-(((-92 |#1|) (-10 -8 (-15 -2539 ((-1213) |#1|)) (-15 -2539 (|#1| (-1213))) (-15 -2539 ((-887) |#1|))) (-93)) (T -92))
-NIL
-(-10 -8 (-15 -2539 ((-1213) |#1|)) (-15 -2539 (|#1| (-1213))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-1213)) 20 T ELT) (((-1213) $) 19 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
+((-4142 (((-3 $ "failed") (-711 (-326 (-391)))) 117 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 105 T ELT) (((-3 $ "failed") (-711 (-976 (-391)))) 139 T ELT) (((-3 $ "failed") (-711 (-976 (-560)))) 128 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-391))))) 93 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-560))))) 79 T ELT)) (-4072 (($ (-711 (-326 (-391)))) 113 T ELT) (($ (-711 (-326 (-560)))) 101 T ELT) (($ (-711 (-976 (-391)))) 135 T ELT) (($ (-711 (-976 (-560)))) 124 T ELT) (($ (-711 (-421 (-976 (-391))))) 89 T ELT) (($ (-711 (-421 (-976 (-560))))) 72 T ELT)) (-2566 (((-1305) $) 63 T ELT)) (-3834 (((-888) $) 57 T ELT) (($ (-663 (-342))) 47 T ELT) (($ (-342)) 54 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 52 T ELT) (($ (-711 (-352 (-3845 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3845) (-721)))) 48 T ELT)))
+(((-88 |#1|) (-13 (-398) (-10 -8 (-15 -3834 ($ (-711 (-352 (-3845 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3845) (-721))))))) (-1209)) (T -88))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-711 (-352 (-3845 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3845) (-721)))) (-5 *1 (-88 *3)) (-14 *3 (-1209)))))
+(-13 (-398) (-10 -8 (-15 -3834 ($ (-711 (-352 (-3845 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3845) (-721)))))))
+((-4142 (((-3 $ "failed") (-326 (-391))) 48 T ELT) (((-3 $ "failed") (-326 (-560))) 53 T ELT) (((-3 $ "failed") (-976 (-391))) 57 T ELT) (((-3 $ "failed") (-976 (-560))) 61 T ELT) (((-3 $ "failed") (-421 (-976 (-391)))) 43 T ELT) (((-3 $ "failed") (-421 (-976 (-560)))) 36 T ELT)) (-4072 (($ (-326 (-391))) 46 T ELT) (($ (-326 (-560))) 51 T ELT) (($ (-976 (-391))) 55 T ELT) (($ (-976 (-560))) 59 T ELT) (($ (-421 (-976 (-391)))) 41 T ELT) (($ (-421 (-976 (-560)))) 33 T ELT)) (-2566 (((-1305) $) 91 T ELT)) (-3834 (((-888) $) 85 T ELT) (($ (-663 (-342))) 79 T ELT) (($ (-342)) 82 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 77 T ELT) (($ (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721))) 32 T ELT)))
+(((-89 |#1|) (-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721)))))) (-1209)) (T -89))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721))) (-5 *1 (-89 *3)) (-14 *3 (-1209)))))
+(-13 (-411) (-10 -8 (-15 -3834 ($ (-352 (-3845 (QUOTE X)) (-3845 (QUOTE -2050)) (-721))))))
+((-2265 (((-1299 (-711 |#1|)) (-711 |#1|)) 61 T ELT)) (-1420 (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 (-663 (-949))))) |#2| (-949)) 49 T ELT)) (-1436 (((-2 (|:| |minor| (-663 (-949))) (|:| -1969 |#2|) (|:| |minors| (-663 (-663 (-949)))) (|:| |ops| (-663 |#2|))) |#2| (-949)) 72 (|has| |#1| (-376)) ELT)))
+(((-90 |#1| |#2|) (-10 -7 (-15 -1420 ((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 (-663 (-949))))) |#2| (-949))) (-15 -2265 ((-1299 (-711 |#1|)) (-711 |#1|))) (IF (|has| |#1| (-376)) (-15 -1436 ((-2 (|:| |minor| (-663 (-949))) (|:| -1969 |#2|) (|:| |minors| (-663 (-663 (-949)))) (|:| |ops| (-663 |#2|))) |#2| (-949))) |%noBranch|)) (-571) (-680 |#1|)) (T -90))
+((-1436 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |minor| (-663 (-949))) (|:| -1969 *3) (|:| |minors| (-663 (-663 (-949)))) (|:| |ops| (-663 *3)))) (-5 *1 (-90 *5 *3)) (-5 *4 (-949)) (-4 *3 (-680 *5)))) (-2265 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-1299 (-711 *4))) (-5 *1 (-90 *4 *5)) (-5 *3 (-711 *4)) (-4 *5 (-680 *4)))) (-1420 (*1 *2 *3 *4) (-12 (-4 *5 (-571)) (-5 *2 (-2 (|:| -1806 (-711 *5)) (|:| |vec| (-1299 (-663 (-949)))))) (-5 *1 (-90 *5 *3)) (-5 *4 (-949)) (-4 *3 (-680 *5)))))
+(-10 -7 (-15 -1420 ((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 (-663 (-949))))) |#2| (-949))) (-15 -2265 ((-1299 (-711 |#1|)) (-711 |#1|))) (IF (|has| |#1| (-376)) (-15 -1436 ((-2 (|:| |minor| (-663 (-949))) (|:| -1969 |#2|) (|:| |minors| (-663 (-663 (-949)))) (|:| |ops| (-663 |#2|))) |#2| (-949))) |%noBranch|))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3612 ((|#1| $) 40 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2786 ((|#1| |#1| $) 35 T ELT)) (-1750 ((|#1| $) 33 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) NIL T ELT)) (-3549 (($ |#1| $) 36 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3194 ((|#1| $) 34 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 18 T ELT)) (-3614 (($) 45 T ELT)) (-4003 (((-793) $) 31 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) 17 T ELT)) (-3834 (((-888) $) 30 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) NIL T ELT)) (-3403 (($ (-663 |#1|)) 42 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 15 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 12 (|has| $ (-6 -4510)) ELT)))
+(((-91 |#1|) (-13 (-1153 |#1|) (-10 -8 (-15 -3403 ($ (-663 |#1|))))) (-1133)) (T -91))
+((-3403 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-91 *3)))))
+(-13 (-1153 |#1|) (-10 -8 (-15 -3403 ($ (-663 |#1|)))))
+((-3834 (((-888) $) 13 T ELT) (($ (-1214)) 9 T ELT) (((-1214) $) 8 T ELT)))
+(((-92 |#1|) (-10 -8 (-15 -3834 ((-1214) |#1|)) (-15 -3834 (|#1| (-1214))) (-15 -3834 ((-888) |#1|))) (-93)) (T -92))
+NIL
+(-10 -8 (-15 -3834 ((-1214) |#1|)) (-15 -3834 (|#1| (-1214))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-1214)) 20 T ELT) (((-1214) $) 19 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
(((-93) (-142)) (T -93))
NIL
-(-13 (-1132) (-504 (-1213)))
-(((-102) . T) ((-635 #0=(-1213)) . T) ((-632 (-887)) . T) ((-632 #0#) . T) ((-504 #0#) . T) ((-1132) . T) ((-1248) . T))
-((-2816 (($ $) 10 T ELT)) (-2827 (($ $) 12 T ELT)))
-(((-94 |#1|) (-10 -8 (-15 -2827 (|#1| |#1|)) (-15 -2816 (|#1| |#1|))) (-95)) (T -94))
+(-13 (-1133) (-504 (-1214)))
+(((-102) . T) ((-635 #0=(-1214)) . T) ((-632 (-888)) . T) ((-632 #0#) . T) ((-504 #0#) . T) ((-1133) . T) ((-1249) . T))
+((-2214 (($ $) 10 T ELT)) (-2228 (($ $) 12 T ELT)))
+(((-94 |#1|) (-10 -8 (-15 -2228 (|#1| |#1|)) (-15 -2214 (|#1| |#1|))) (-95)) (T -94))
NIL
-(-10 -8 (-15 -2827 (|#1| |#1|)) (-15 -2816 (|#1| |#1|)))
-((-2792 (($ $) 11 T ELT)) (-2770 (($ $) 10 T ELT)) (-2816 (($ $) 9 T ELT)) (-2827 (($ $) 8 T ELT)) (-2804 (($ $) 7 T ELT)) (-2781 (($ $) 6 T ELT)))
+(-10 -8 (-15 -2228 (|#1| |#1|)) (-15 -2214 (|#1| |#1|)))
+((-2188 (($ $) 11 T ELT)) (-2163 (($ $) 10 T ELT)) (-2214 (($ $) 9 T ELT)) (-2228 (($ $) 8 T ELT)) (-2201 (($ $) 7 T ELT)) (-2175 (($ $) 6 T ELT)))
(((-95) (-142)) (T -95))
-((-2792 (*1 *1 *1) (-4 *1 (-95))) (-2770 (*1 *1 *1) (-4 *1 (-95))) (-2816 (*1 *1 *1) (-4 *1 (-95))) (-2827 (*1 *1 *1) (-4 *1 (-95))) (-2804 (*1 *1 *1) (-4 *1 (-95))) (-2781 (*1 *1 *1) (-4 *1 (-95))))
-(-13 (-10 -8 (-15 -2781 ($ $)) (-15 -2804 ($ $)) (-15 -2827 ($ $)) (-15 -2816 ($ $)) (-15 -2770 ($ $)) (-15 -2792 ($ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3952 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 15 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-96) (-13 (-1114) (-10 -8 (-15 -3952 ((-1166) $))))) (T -96))
-((-3952 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-96)))))
-(-13 (-1114) (-10 -8 (-15 -3952 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3506 (((-391) (-1190) (-391)) 46 T ELT) (((-391) (-1190) (-1190) (-391)) 44 T ELT)) (-4014 (((-391) (-391)) 35 T ELT)) (-2393 (((-1304)) 37 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3836 (((-391) (-1190) (-1190)) 50 T ELT) (((-391) (-1190)) 52 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2476 (((-391) (-1190) (-1190)) 51 T ELT)) (-3293 (((-391) (-1190) (-1190)) 53 T ELT) (((-391) (-1190)) 54 T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-97) (-13 (-1132) (-10 -7 (-15 -3836 ((-391) (-1190) (-1190))) (-15 -3836 ((-391) (-1190))) (-15 -3293 ((-391) (-1190) (-1190))) (-15 -3293 ((-391) (-1190))) (-15 -2476 ((-391) (-1190) (-1190))) (-15 -2393 ((-1304))) (-15 -4014 ((-391) (-391))) (-15 -3506 ((-391) (-1190) (-391))) (-15 -3506 ((-391) (-1190) (-1190) (-391))) (-6 -4509)))) (T -97))
-((-3836 (*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97)))) (-3836 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97)))) (-3293 (*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97)))) (-3293 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97)))) (-2476 (*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97)))) (-2393 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-97)))) (-4014 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-97)))) (-3506 (*1 *2 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-1190)) (-5 *1 (-97)))) (-3506 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-1190)) (-5 *1 (-97)))))
-(-13 (-1132) (-10 -7 (-15 -3836 ((-391) (-1190) (-1190))) (-15 -3836 ((-391) (-1190))) (-15 -3293 ((-391) (-1190) (-1190))) (-15 -3293 ((-391) (-1190))) (-15 -2476 ((-391) (-1190) (-1190))) (-15 -2393 ((-1304))) (-15 -4014 ((-391) (-391))) (-15 -3506 ((-391) (-1190) (-391))) (-15 -3506 ((-391) (-1190) (-1190) (-391))) (-6 -4509)))
+((-2188 (*1 *1 *1) (-4 *1 (-95))) (-2163 (*1 *1 *1) (-4 *1 (-95))) (-2214 (*1 *1 *1) (-4 *1 (-95))) (-2228 (*1 *1 *1) (-4 *1 (-95))) (-2201 (*1 *1 *1) (-4 *1 (-95))) (-2175 (*1 *1 *1) (-4 *1 (-95))))
+(-13 (-10 -8 (-15 -2175 ($ $)) (-15 -2201 ($ $)) (-15 -2228 ($ $)) (-15 -2214 ($ $)) (-15 -2163 ($ $)) (-15 -2188 ($ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2187 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 15 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-96) (-13 (-1115) (-10 -8 (-15 -2187 ((-1167) $))))) (T -96))
+((-2187 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-96)))))
+(-13 (-1115) (-10 -8 (-15 -2187 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2307 (((-391) (-1191) (-391)) 46 T ELT) (((-391) (-1191) (-1191) (-391)) 44 T ELT)) (-3184 (((-391) (-391)) 35 T ELT)) (-4261 (((-1305)) 37 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2877 (((-391) (-1191) (-1191)) 50 T ELT) (((-391) (-1191)) 52 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3589 (((-391) (-1191) (-1191)) 51 T ELT)) (-4093 (((-391) (-1191) (-1191)) 53 T ELT) (((-391) (-1191)) 54 T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-97) (-13 (-1133) (-10 -7 (-15 -2877 ((-391) (-1191) (-1191))) (-15 -2877 ((-391) (-1191))) (-15 -4093 ((-391) (-1191) (-1191))) (-15 -4093 ((-391) (-1191))) (-15 -3589 ((-391) (-1191) (-1191))) (-15 -4261 ((-1305))) (-15 -3184 ((-391) (-391))) (-15 -2307 ((-391) (-1191) (-391))) (-15 -2307 ((-391) (-1191) (-1191) (-391))) (-6 -4510)))) (T -97))
+((-2877 (*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97)))) (-2877 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97)))) (-4093 (*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97)))) (-4093 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97)))) (-3589 (*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97)))) (-4261 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-97)))) (-3184 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-97)))) (-2307 (*1 *2 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-1191)) (-5 *1 (-97)))) (-2307 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-1191)) (-5 *1 (-97)))))
+(-13 (-1133) (-10 -7 (-15 -2877 ((-391) (-1191) (-1191))) (-15 -2877 ((-391) (-1191))) (-15 -4093 ((-391) (-1191) (-1191))) (-15 -4093 ((-391) (-1191))) (-15 -3589 ((-391) (-1191) (-1191))) (-15 -4261 ((-1305))) (-15 -3184 ((-391) (-391))) (-15 -2307 ((-391) (-1191) (-391))) (-15 -2307 ((-391) (-1191) (-1191) (-391))) (-6 -4510)))
NIL
(((-98) (-142)) (T -98))
NIL
-(-13 (-10 -7 (-6 -4509) (-6 (-4511 "*")) (-6 -4510) (-6 -4506) (-6 -4504) (-6 -4503) (-6 -4502) (-6 -4507) (-6 -4501) (-6 -4500) (-6 -4499) (-6 -4498) (-6 -4497) (-6 -4505) (-6 -4508) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4496)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-4042 (($ (-1 |#1| |#1|)) 27 T ELT) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26 T ELT) (($ (-1 |#1| |#1| (-560))) 24 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 16 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1495 ((|#1| $ |#1|) 13 T ELT)) (-1521 (($ $ $) NIL T ELT)) (-4172 (($ $ $) NIL T ELT)) (-2539 (((-887) $) 22 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) 8 T CONST)) (-2329 (((-114) $ $) 10 T ELT)) (-2436 (($ $ $) NIL T ELT)) (** (($ $ (-948)) 32 T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 18 T ELT)) (* (($ $ $) 33 T ELT)))
-(((-99 |#1|) (-13 (-487) (-298 |#1| |#1|) (-10 -8 (-15 -4042 ($ (-1 |#1| |#1|))) (-15 -4042 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -4042 ($ (-1 |#1| |#1| (-560)))))) (-1080)) (T -99))
-((-4042 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-99 *3)))) (-4042 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-99 *3)))) (-4042 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-560))) (-4 *3 (-1080)) (-5 *1 (-99 *3)))))
-(-13 (-487) (-298 |#1| |#1|) (-10 -8 (-15 -4042 ($ (-1 |#1| |#1|))) (-15 -4042 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -4042 ($ (-1 |#1| |#1| (-560))))))
-((-3584 (((-419 |#2|) |#2| (-663 |#2|)) 10 T ELT) (((-419 |#2|) |#2| |#2|) 11 T ELT)))
-(((-100 |#1| |#2|) (-10 -7 (-15 -3584 ((-419 |#2|) |#2| |#2|)) (-15 -3584 ((-419 |#2|) |#2| (-663 |#2|)))) (-13 (-466) (-149)) (-1274 |#1|)) (T -100))
-((-3584 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-13 (-466) (-149))) (-5 *2 (-419 *3)) (-5 *1 (-100 *5 *3)))) (-3584 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-466) (-149))) (-5 *2 (-419 *3)) (-5 *1 (-100 *4 *3)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -3584 ((-419 |#2|) |#2| |#2|)) (-15 -3584 ((-419 |#2|) |#2| (-663 |#2|))))
-((-2294 (((-114) $ $) 13 T ELT)) (-3860 (((-114) $ $) 14 T ELT)) (-2329 (((-114) $ $) 11 T ELT)))
-(((-101 |#1|) (-10 -8 (-15 -3860 ((-114) |#1| |#1|)) (-15 -2294 ((-114) |#1| |#1|)) (-15 -2329 ((-114) |#1| |#1|))) (-102)) (T -101))
-NIL
-(-10 -8 (-15 -3860 ((-114) |#1| |#1|)) (-15 -2294 ((-114) |#1| |#1|)) (-15 -2329 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
+(-13 (-10 -7 (-6 -4510) (-6 (-4512 "*")) (-6 -4511) (-6 -4507) (-6 -4505) (-6 -4504) (-6 -4503) (-6 -4508) (-6 -4502) (-6 -4501) (-6 -4500) (-6 -4499) (-6 -4498) (-6 -4506) (-6 -4509) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4497)))
+((-3808 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2755 (($ (-1 |#1| |#1|)) 27 T ELT) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26 T ELT) (($ (-1 |#1| |#1| (-560))) 24 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 16 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3034 ((|#1| $ |#1|) 13 T ELT)) (-3933 (($ $ $) NIL T ELT)) (-3923 (($ $ $) NIL T ELT)) (-3834 (((-888) $) 22 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) 8 T CONST)) (-2478 (((-114) $ $) 10 T ELT)) (-2594 (($ $ $) NIL T ELT)) (** (($ $ (-949)) 32 T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 18 T ELT)) (* (($ $ $) 33 T ELT)))
+(((-99 |#1|) (-13 (-487) (-298 |#1| |#1|) (-10 -8 (-15 -2755 ($ (-1 |#1| |#1|))) (-15 -2755 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2755 ($ (-1 |#1| |#1| (-560)))))) (-1081)) (T -99))
+((-2755 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-99 *3)))) (-2755 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-99 *3)))) (-2755 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-560))) (-4 *3 (-1081)) (-5 *1 (-99 *3)))))
+(-13 (-487) (-298 |#1| |#1|) (-10 -8 (-15 -2755 ($ (-1 |#1| |#1|))) (-15 -2755 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2755 ($ (-1 |#1| |#1| (-560))))))
+((-1712 (((-419 |#2|) |#2| (-663 |#2|)) 10 T ELT) (((-419 |#2|) |#2| |#2|) 11 T ELT)))
+(((-100 |#1| |#2|) (-10 -7 (-15 -1712 ((-419 |#2|) |#2| |#2|)) (-15 -1712 ((-419 |#2|) |#2| (-663 |#2|)))) (-13 (-466) (-149)) (-1275 |#1|)) (T -100))
+((-1712 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-13 (-466) (-149))) (-5 *2 (-419 *3)) (-5 *1 (-100 *5 *3)))) (-1712 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-466) (-149))) (-5 *2 (-419 *3)) (-5 *1 (-100 *4 *3)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -1712 ((-419 |#2|) |#2| |#2|)) (-15 -1712 ((-419 |#2|) |#2| (-663 |#2|))))
+((-3808 (((-114) $ $) 13 T ELT)) (-1519 (((-114) $ $) 14 T ELT)) (-2478 (((-114) $ $) 11 T ELT)))
+(((-101 |#1|) (-10 -8 (-15 -1519 ((-114) |#1| |#1|)) (-15 -3808 ((-114) |#1| |#1|)) (-15 -2478 ((-114) |#1| |#1|))) (-102)) (T -101))
+NIL
+(-10 -8 (-15 -1519 ((-114) |#1| |#1|)) (-15 -3808 ((-114) |#1| |#1|)) (-15 -2478 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
(((-102) (-142)) (T -102))
-((-2329 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114)))) (-2294 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114)))) (-3860 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114)))))
-(-13 (-1248) (-10 -8 (-15 -2329 ((-114) $ $)) (-15 -2294 ((-114) $ $)) (-15 -3860 ((-114) $ $))))
-(((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 ((|#1| $ |#1|) 24 (|has| $ (-6 -4510)) ELT)) (-2235 (($ $ $) NIL (|has| $ (-6 -4510)) ELT)) (-3027 (($ $ $) NIL (|has| $ (-6 -4510)) ELT)) (-4383 (($ $ (-663 |#1|)) 30 T ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4510)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1448 (($ $) 12 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-1538 (($ $ |#1| $) 32 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2690 ((|#1| $ (-1 |#1| |#1| |#1|)) 40 T ELT) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 45 T ELT)) (-1356 (($ $ |#1| (-1 |#1| |#1| |#1|)) 46 T ELT) (($ $ |#1| (-1 (-663 |#1|) |#1| |#1| |#1|)) 49 T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1432 (($ $) 11 T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) 13 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 9 T ELT)) (-1423 (($) 31 T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-4235 (((-114) $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2853 (($ (-793) |#1|) 33 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-103 |#1|) (-13 (-127 |#1|) (-10 -8 (-6 -4509) (-6 -4510) (-15 -2853 ($ (-793) |#1|)) (-15 -4383 ($ $ (-663 |#1|))) (-15 -2690 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2690 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1356 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1356 ($ $ |#1| (-1 (-663 |#1|) |#1| |#1| |#1|))))) (-1132)) (T -103))
-((-2853 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *1 (-103 *3)) (-4 *3 (-1132)))) (-4383 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-103 *3)))) (-2690 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1132)))) (-2690 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1132)) (-5 *1 (-103 *3)))) (-1356 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1132)) (-5 *1 (-103 *2)))) (-1356 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-663 *2) *2 *2 *2)) (-4 *2 (-1132)) (-5 *1 (-103 *2)))))
-(-13 (-127 |#1|) (-10 -8 (-6 -4509) (-6 -4510) (-15 -2853 ($ (-793) |#1|)) (-15 -4383 ($ $ (-663 |#1|))) (-15 -2690 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2690 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1356 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1356 ($ $ |#1| (-1 (-663 |#1|) |#1| |#1| |#1|)))))
-((-2116 ((|#3| |#2| |#2|) 34 T ELT)) (-3001 ((|#1| |#2| |#2|) 51 (|has| |#1| (-6 (-4511 "*"))) ELT)) (-4378 ((|#3| |#2| |#2|) 36 T ELT)) (-2629 ((|#1| |#2|) 54 (|has| |#1| (-6 (-4511 "*"))) ELT)))
-(((-104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2116 (|#3| |#2| |#2|)) (-15 -4378 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4511 "*"))) (PROGN (-15 -3001 (|#1| |#2| |#2|)) (-15 -2629 (|#1| |#2|))) |%noBranch|)) (-1080) (-1274 |#1|) (-708 |#1| |#4| |#5|) (-385 |#1|) (-385 |#1|)) (T -104))
-((-2629 (*1 *2 *3) (-12 (|has| *2 (-6 (-4511 "*"))) (-4 *5 (-385 *2)) (-4 *6 (-385 *2)) (-4 *2 (-1080)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1274 *2)) (-4 *4 (-708 *2 *5 *6)))) (-3001 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4511 "*"))) (-4 *5 (-385 *2)) (-4 *6 (-385 *2)) (-4 *2 (-1080)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1274 *2)) (-4 *4 (-708 *2 *5 *6)))) (-4378 (*1 *2 *3 *3) (-12 (-4 *4 (-1080)) (-4 *2 (-708 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1274 *4)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)))) (-2116 (*1 *2 *3 *3) (-12 (-4 *4 (-1080)) (-4 *2 (-708 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1274 *4)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)))))
-(-10 -7 (-15 -2116 (|#3| |#2| |#2|)) (-15 -4378 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4511 "*"))) (PROGN (-15 -3001 (|#1| |#2| |#2|)) (-15 -2629 (|#1| |#2|))) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-4381 (((-663 (-1208))) 37 T ELT)) (-4305 (((-2 (|:| |zeros| (-1186 (-229))) (|:| |ones| (-1186 (-229))) (|:| |singularities| (-1186 (-229)))) (-1208)) 39 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-105) (-13 (-1132) (-10 -7 (-15 -4381 ((-663 (-1208)))) (-15 -4305 ((-2 (|:| |zeros| (-1186 (-229))) (|:| |ones| (-1186 (-229))) (|:| |singularities| (-1186 (-229)))) (-1208))) (-6 -4509)))) (T -105))
-((-4381 (*1 *2) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-105)))) (-4305 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-2 (|:| |zeros| (-1186 (-229))) (|:| |ones| (-1186 (-229))) (|:| |singularities| (-1186 (-229))))) (-5 *1 (-105)))))
-(-13 (-1132) (-10 -7 (-15 -4381 ((-663 (-1208)))) (-15 -4305 ((-2 (|:| |zeros| (-1186 (-229))) (|:| |ones| (-1186 (-229))) (|:| |singularities| (-1186 (-229)))) (-1208))) (-6 -4509)))
-((-1446 (($ (-663 |#2|)) 11 T ELT)))
-(((-106 |#1| |#2|) (-10 -8 (-15 -1446 (|#1| (-663 |#2|)))) (-107 |#2|) (-1248)) (T -106))
-NIL
-(-10 -8 (-15 -1446 (|#1| (-663 |#2|))))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-3366 (($) 7 T CONST)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-107 |#1|) (-142) (-1248)) (T -107))
-((-1446 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-4 *1 (-107 *3)))) (-1950 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1248)))) (-1368 (*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1248)))) (-1688 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1248)))))
-(-13 (-503 |t#1|) (-10 -8 (-6 -4510) (-15 -1446 ($ (-663 |t#1|))) (-15 -1950 (|t#1| $)) (-15 -1368 ($ |t#1| $)) (-15 -1688 (|t#1| $))))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 (((-560) $) NIL (|has| (-560) (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| (-560) (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-560) (-1069 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-560) (-1069 (-560))) ELT)) (-3056 (((-560) $) NIL T ELT) (((-1208) $) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL (|has| (-560) (-1069 (-560))) ELT) (((-560) $) NIL (|has| (-560) (-1069 (-560))) ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-560) (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| (-560) (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| (-560) (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| (-560) (-911 (-391))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 (((-560) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| (-560) (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| (-560) (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-560) (-871)) ELT)) (-2067 (($ (-1 (-560) (-560)) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-560) (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| (-560) (-319)) ELT) (((-421 (-560)) $) NIL T ELT)) (-1654 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 (-560)) (-663 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-560) (-560)) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-305 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-305 (-560)))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-1208)) (-663 (-560))) NIL (|has| (-560) (-528 (-1208) (-560))) ELT) (($ $ (-1208) (-560)) NIL (|has| (-560) (-528 (-1208) (-560))) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ (-560)) NIL (|has| (-560) (-298 (-560) (-560))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 (((-560) $) NIL T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| (-560) (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| (-560) (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| (-560) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-560) (-1051)) ELT) (((-229) $) NIL (|has| (-560) (-1051)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-560) (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 8 T ELT) (($ (-560)) NIL T ELT) (($ (-1208)) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL T ELT) (((-1035 2) $) 10 T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-560) (-939))) (|has| (-560) (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-3849 (($ (-421 (-560))) 9 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL (|has| (-560) (-842)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2436 (($ $ $) NIL T ELT) (($ (-560) (-560)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ (-560)) NIL T ELT)))
-(((-108) (-13 (-1022 (-560)) (-632 (-421 (-560))) (-632 (-1035 2)) (-10 -8 (-15 -1956 ((-421 (-560)) $)) (-15 -3849 ($ (-421 (-560))))))) (T -108))
-((-1956 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-108)))) (-3849 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-108)))))
-(-13 (-1022 (-560)) (-632 (-421 (-560))) (-632 (-1035 2)) (-10 -8 (-15 -1956 ((-421 (-560)) $)) (-15 -3849 ($ (-421 (-560))))))
-((-3205 (((-663 (-994)) $) 13 T ELT)) (-3952 (((-520) $) 9 T ELT)) (-2539 (((-887) $) 20 T ELT)) (-3657 (($ (-520) (-663 (-994))) 15 T ELT)))
-(((-109) (-13 (-632 (-887)) (-10 -8 (-15 -3952 ((-520) $)) (-15 -3205 ((-663 (-994)) $)) (-15 -3657 ($ (-520) (-663 (-994))))))) (T -109))
-((-3952 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-109)))) (-3205 (*1 *2 *1) (-12 (-5 *2 (-663 (-994))) (-5 *1 (-109)))) (-3657 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-663 (-994))) (-5 *1 (-109)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -3952 ((-520) $)) (-15 -3205 ((-663 (-994)) $)) (-15 -3657 ($ (-520) (-663 (-994))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-1404 (($ $ $) NIL T ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) $) NIL (|has| (-114) (-871)) ELT) (((-114) (-1 (-114) (-114) (-114)) $) NIL T ELT)) (-3119 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-871))) ELT) (($ (-1 (-114) (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3334 (($ $) NIL (|has| (-114) (-871)) ELT) (($ (-1 (-114) (-114) (-114)) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 (((-114) $ (-1265 (-560)) (-114)) NIL (|has| $ (-6 -4510)) ELT) (((-114) $ (-560) (-114)) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-2025 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-114) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-2108 (((-114) (-1 (-114) (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114)) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114) (-114)) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-3472 (((-114) $ (-560) (-114)) NIL (|has| $ (-6 -4510)) ELT)) (-3393 (((-114) $ (-560)) NIL T ELT)) (-2533 (((-560) (-114) $ (-560)) NIL (|has| (-114) (-1132)) ELT) (((-560) (-114) $) NIL (|has| (-114) (-1132)) ELT) (((-560) (-1 (-114) (-114)) $) NIL T ELT)) (-1559 (((-663 (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-1393 (($ $ $) NIL T ELT)) (-1372 (($ $) NIL T ELT)) (-3984 (($ $ $) NIL T ELT)) (-2531 (($ (-793) (-114)) 10 T ELT)) (-2669 (($ $ $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL T ELT)) (-4246 (($ $ $) NIL (|has| (-114) (-871)) ELT) (($ (-1 (-114) (-114) (-114)) $ $) NIL T ELT)) (-2559 (((-663 (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-114) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL T ELT)) (-3459 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-114) (-114) (-114)) $ $) NIL T ELT) (($ (-1 (-114) (-114)) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1726 (($ $ $ (-560)) NIL T ELT) (($ (-114) $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 (((-114) $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 (-114) "failed") (-1 (-114) (-114)) $) NIL T ELT)) (-4446 (($ $ (-114)) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-114)) (-663 (-114))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-114) (-114)) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-305 (-114))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-663 (-305 (-114)))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) (-114) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-3155 (((-663 (-114)) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 (($ $ (-1265 (-560))) NIL T ELT) (((-114) $ (-560)) NIL T ELT) (((-114) $ (-560) (-114)) NIL T ELT)) (-3435 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3150 (((-793) (-114) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT) (((-793) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-114) (-633 (-549))) ELT)) (-2548 (($ (-663 (-114))) NIL T ELT)) (-4357 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT) (($ (-114) $) NIL T ELT) (($ $ (-114)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3697 (($ (-793) (-114)) 11 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-1383 (($ $ $) NIL T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-110) (-13 (-125) (-10 -8 (-15 -3697 ($ (-793) (-114)))))) (T -110))
-((-3697 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-114)) (-5 *1 (-110)))))
-(-13 (-125) (-10 -8 (-15 -3697 ($ (-793) (-114)))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#2|) 36 T ELT)))
-(((-111 |#1| |#2|) (-142) (-1080) (-1080)) (T -111))
-NIL
-(-13 (-670 |t#1|) (-1087 |t#2|) (-10 -7 (-6 -4504) (-6 -4503)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-1082 |#2|) . T) ((-1087 |#2|) . T) ((-1132) . T) ((-1248) . T))
-((-2317 (($ $) 8 T ELT)))
-(((-112 |#1|) (-10 -8 (-15 -2317 (|#1| |#1|))) (-113)) (T -112))
-NIL
-(-10 -8 (-15 -2317 (|#1| |#1|)))
-((-2317 (($ $) 8 T ELT)) (-1393 (($ $ $) 9 T ELT)) (-1372 (($ $) 11 T ELT)) (-1383 (($ $ $) 10 T ELT)) (-2359 (($ $ $) 6 T ELT)) (-2348 (($ $ $) 7 T ELT)))
+((-2478 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114)))) (-3808 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114)))) (-1519 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114)))))
+(-13 (-1249) (-10 -8 (-15 -2478 ((-114) $ $)) (-15 -3808 ((-114) $ $)) (-15 -1519 ((-114) $ $))))
+(((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 ((|#1| $ |#1|) 24 (|has| $ (-6 -4511)) ELT)) (-3742 (($ $ $) NIL (|has| $ (-6 -4511)) ELT)) (-3584 (($ $ $) NIL (|has| $ (-6 -4511)) ELT)) (-4084 (($ $ (-663 |#1|)) 30 T ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4511)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-3379 (($ $) 12 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2335 (($ $ |#1| $) 32 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1951 ((|#1| $ (-1 |#1| |#1| |#1|)) 40 T ELT) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 45 T ELT)) (-3412 (($ $ |#1| (-1 |#1| |#1| |#1|)) 46 T ELT) (($ $ |#1| (-1 (-663 |#1|) |#1| |#1| |#1|)) 49 T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3369 (($ $) 11 T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) 13 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 9 T ELT)) (-3614 (($) 31 T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-1898 (((-114) $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3080 (($ (-793) |#1|) 33 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-103 |#1|) (-13 (-127 |#1|) (-10 -8 (-6 -4510) (-6 -4511) (-15 -3080 ($ (-793) |#1|)) (-15 -4084 ($ $ (-663 |#1|))) (-15 -1951 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -1951 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -3412 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -3412 ($ $ |#1| (-1 (-663 |#1|) |#1| |#1| |#1|))))) (-1133)) (T -103))
+((-3080 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *1 (-103 *3)) (-4 *3 (-1133)))) (-4084 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-103 *3)))) (-1951 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1133)))) (-1951 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1133)) (-5 *1 (-103 *3)))) (-3412 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1133)) (-5 *1 (-103 *2)))) (-3412 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-663 *2) *2 *2 *2)) (-4 *2 (-1133)) (-5 *1 (-103 *2)))))
+(-13 (-127 |#1|) (-10 -8 (-6 -4510) (-6 -4511) (-15 -3080 ($ (-793) |#1|)) (-15 -4084 ($ $ (-663 |#1|))) (-15 -1951 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -1951 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -3412 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -3412 ($ $ |#1| (-1 (-663 |#1|) |#1| |#1| |#1|)))))
+((-1603 ((|#3| |#2| |#2|) 34 T ELT)) (-1593 ((|#1| |#2| |#2|) 51 (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1642 ((|#3| |#2| |#2|) 36 T ELT)) (-3180 ((|#1| |#2|) 54 (|has| |#1| (-6 (-4512 "*"))) ELT)))
+(((-104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1603 (|#3| |#2| |#2|)) (-15 -1642 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4512 "*"))) (PROGN (-15 -1593 (|#1| |#2| |#2|)) (-15 -3180 (|#1| |#2|))) |%noBranch|)) (-1081) (-1275 |#1|) (-708 |#1| |#4| |#5|) (-385 |#1|) (-385 |#1|)) (T -104))
+((-3180 (*1 *2 *3) (-12 (|has| *2 (-6 (-4512 "*"))) (-4 *5 (-385 *2)) (-4 *6 (-385 *2)) (-4 *2 (-1081)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1275 *2)) (-4 *4 (-708 *2 *5 *6)))) (-1593 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4512 "*"))) (-4 *5 (-385 *2)) (-4 *6 (-385 *2)) (-4 *2 (-1081)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1275 *2)) (-4 *4 (-708 *2 *5 *6)))) (-1642 (*1 *2 *3 *3) (-12 (-4 *4 (-1081)) (-4 *2 (-708 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1275 *4)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)))) (-1603 (*1 *2 *3 *3) (-12 (-4 *4 (-1081)) (-4 *2 (-708 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1275 *4)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)))))
+(-10 -7 (-15 -1603 (|#3| |#2| |#2|)) (-15 -1642 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4512 "*"))) (PROGN (-15 -1593 (|#1| |#2| |#2|)) (-15 -3180 (|#1| |#2|))) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-3881 (((-663 (-1209))) 37 T ELT)) (-1671 (((-2 (|:| |zeros| (-1187 (-229))) (|:| |ones| (-1187 (-229))) (|:| |singularities| (-1187 (-229)))) (-1209)) 39 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-105) (-13 (-1133) (-10 -7 (-15 -3881 ((-663 (-1209)))) (-15 -1671 ((-2 (|:| |zeros| (-1187 (-229))) (|:| |ones| (-1187 (-229))) (|:| |singularities| (-1187 (-229)))) (-1209))) (-6 -4510)))) (T -105))
+((-3881 (*1 *2) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-105)))) (-1671 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-2 (|:| |zeros| (-1187 (-229))) (|:| |ones| (-1187 (-229))) (|:| |singularities| (-1187 (-229))))) (-5 *1 (-105)))))
+(-13 (-1133) (-10 -7 (-15 -3881 ((-663 (-1209)))) (-15 -1671 ((-2 (|:| |zeros| (-1187 (-229))) (|:| |ones| (-1187 (-229))) (|:| |singularities| (-1187 (-229)))) (-1209))) (-6 -4510)))
+((-1619 (($ (-663 |#2|)) 11 T ELT)))
+(((-106 |#1| |#2|) (-10 -8 (-15 -1619 (|#1| (-663 |#2|)))) (-107 |#2|) (-1249)) (T -106))
+NIL
+(-10 -8 (-15 -1619 (|#1| (-663 |#2|))))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4489 (($) 7 T CONST)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-107 |#1|) (-142) (-1249)) (T -107))
+((-1619 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-4 *1 (-107 *3)))) (-3194 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1249)))) (-3549 (*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1249)))) (-3471 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1249)))))
+(-13 (-503 |t#1|) (-10 -8 (-6 -4511) (-15 -1619 ($ (-663 |t#1|))) (-15 -3194 (|t#1| $)) (-15 -3549 ($ |t#1| $)) (-15 -3471 (|t#1| $))))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 (((-560) $) NIL (|has| (-560) (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| (-560) (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-560) (-1070 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-560) (-1070 (-560))) ELT)) (-4072 (((-560) $) NIL T ELT) (((-1209) $) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL (|has| (-560) (-1070 (-560))) ELT) (((-560) $) NIL (|has| (-560) (-1070 (-560))) ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-560) (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| (-560) (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| (-560) (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| (-560) (-912 (-391))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 (((-560) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| (-560) (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| (-560) (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-560) (-872)) ELT)) (-1793 (($ (-1 (-560) (-560)) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-560) (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| (-560) (-319)) ELT) (((-421 (-560)) $) NIL T ELT)) (-1770 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 (-560)) (-663 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-560) (-560)) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-305 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-305 (-560)))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-1209)) (-663 (-560))) NIL (|has| (-560) (-528 (-1209) (-560))) ELT) (($ $ (-1209) (-560)) NIL (|has| (-560) (-528 (-1209) (-560))) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ (-560)) NIL (|has| (-560) (-298 (-560) (-560))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 (((-560) $) NIL T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| (-560) (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| (-560) (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| (-560) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-560) (-1052)) ELT) (((-229) $) NIL (|has| (-560) (-1052)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-560) (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 8 T ELT) (($ (-560)) NIL T ELT) (($ (-1209)) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL T ELT) (((-1036 2) $) 10 T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-560) (-940))) (|has| (-560) (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-1656 (($ (-421 (-560))) 9 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL (|has| (-560) (-844)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2594 (($ $ $) NIL T ELT) (($ (-560) (-560)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ (-560)) NIL T ELT)))
+(((-108) (-13 (-1023 (-560)) (-632 (-421 (-560))) (-632 (-1036 2)) (-10 -8 (-15 -2568 ((-421 (-560)) $)) (-15 -1656 ($ (-421 (-560))))))) (T -108))
+((-2568 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-108)))) (-1656 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-108)))))
+(-13 (-1023 (-560)) (-632 (-421 (-560))) (-632 (-1036 2)) (-10 -8 (-15 -2568 ((-421 (-560)) $)) (-15 -1656 ($ (-421 (-560))))))
+((-3476 (((-663 (-995)) $) 13 T ELT)) (-2187 (((-520) $) 9 T ELT)) (-3834 (((-888) $) 20 T ELT)) (-1404 (($ (-520) (-663 (-995))) 15 T ELT)))
+(((-109) (-13 (-632 (-888)) (-10 -8 (-15 -2187 ((-520) $)) (-15 -3476 ((-663 (-995)) $)) (-15 -1404 ($ (-520) (-663 (-995))))))) (T -109))
+((-2187 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-109)))) (-3476 (*1 *2 *1) (-12 (-5 *2 (-663 (-995))) (-5 *1 (-109)))) (-1404 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-663 (-995))) (-5 *1 (-109)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -2187 ((-520) $)) (-15 -3476 ((-663 (-995)) $)) (-15 -1404 ($ (-520) (-663 (-995))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2948 (($ $ $) NIL T ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) $) NIL (|has| (-114) (-872)) ELT) (((-114) (-1 (-114) (-114) (-114)) $) NIL T ELT)) (-4235 (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| (-114) (-872))) ELT) (($ (-1 (-114) (-114) (-114)) $) NIL (|has| $ (-6 -4511)) ELT)) (-2125 (($ $) NIL (|has| (-114) (-872)) ELT) (($ (-1 (-114) (-114) (-114)) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 (((-114) $ (-1266 (-560)) (-114)) NIL (|has| $ (-6 -4511)) ELT) (((-114) $ (-560) (-114)) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-3513 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-114) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-1995 (((-114) (-1 (-114) (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114)) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114) (-114)) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-2186 (((-114) $ (-560) (-114)) NIL (|has| $ (-6 -4511)) ELT)) (-2109 (((-114) $ (-560)) NIL T ELT)) (-3817 (((-560) (-114) $ (-560)) NIL (|has| (-114) (-1133)) ELT) (((-560) (-114) $) NIL (|has| (-114) (-1133)) ELT) (((-560) (-1 (-114) (-114)) $) NIL T ELT)) (-3086 (((-663 (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2936 (($ $ $) NIL T ELT)) (-2912 (($ $) NIL T ELT)) (-3978 (($ $ $) NIL T ELT)) (-4446 (($ (-793) (-114)) 10 T ELT)) (-3860 (($ $ $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL T ELT)) (-1762 (($ $ $) NIL (|has| (-114) (-872)) ELT) (($ (-1 (-114) (-114) (-114)) $ $) NIL T ELT)) (-4439 (((-663 (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-114) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL T ELT)) (-2173 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-114) (-114) (-114)) $ $) NIL T ELT) (($ (-1 (-114) (-114)) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4233 (($ $ $ (-560)) NIL T ELT) (($ (-114) $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 (((-114) $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 (-114) "failed") (-1 (-114) (-114)) $) NIL T ELT)) (-2024 (($ $ (-114)) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-114)) (-663 (-114))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-114) (-114)) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-305 (-114))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-663 (-305 (-114)))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) (-114) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-1570 (((-663 (-114)) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 (($ $ (-1266 (-560))) NIL T ELT) (((-114) $ (-560)) NIL T ELT) (((-114) $ (-560) (-114)) NIL T ELT)) (-3032 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-1485 (((-793) (-114) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT) (((-793) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-114) (-633 (-549))) ELT)) (-3845 (($ (-663 (-114))) NIL T ELT)) (-2465 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT) (($ (-114) $) NIL T ELT) (($ $ (-114)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-2036 (($ (-793) (-114)) 11 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2925 (($ $ $) NIL T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-110) (-13 (-125) (-10 -8 (-15 -2036 ($ (-793) (-114)))))) (T -110))
+((-2036 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-114)) (-5 *1 (-110)))))
+(-13 (-125) (-10 -8 (-15 -2036 ($ (-793) (-114)))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#2|) 36 T ELT)))
+(((-111 |#1| |#2|) (-142) (-1081) (-1081)) (T -111))
+NIL
+(-13 (-670 |t#1|) (-1088 |t#2|) (-10 -7 (-6 -4505) (-6 -4504)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-1083 |#2|) . T) ((-1088 |#2|) . T) ((-1133) . T) ((-1249) . T))
+((-3830 (($ $) 8 T ELT)))
+(((-112 |#1|) (-10 -8 (-15 -3830 (|#1| |#1|))) (-113)) (T -112))
+NIL
+(-10 -8 (-15 -3830 (|#1| |#1|)))
+((-3830 (($ $) 8 T ELT)) (-2936 (($ $ $) 9 T ELT)) (-2912 (($ $) 11 T ELT)) (-2925 (($ $ $) 10 T ELT)) (-3872 (($ $ $) 6 T ELT)) (-3863 (($ $ $) 7 T ELT)))
(((-113) (-142)) (T -113))
-((-1372 (*1 *1 *1) (-4 *1 (-113))) (-1383 (*1 *1 *1 *1) (-4 *1 (-113))) (-1393 (*1 *1 *1 *1) (-4 *1 (-113))))
-(-13 (-684) (-10 -8 (-15 -1372 ($ $)) (-15 -1383 ($ $ $)) (-15 -1393 ($ $ $))))
-(((-684) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) 10 T ELT)) (-1404 (($ $ $) 15 T ELT)) (-1961 (($) 7 T CONST)) (-1958 (($ $) 6 T ELT)) (-1450 (((-793)) 24 T ELT)) (-3362 (($) 32 T ELT)) (-1393 (($ $ $) 13 T ELT)) (-1372 (($ $) 9 T ELT)) (-3984 (($ $ $) 16 T ELT)) (-2669 (($ $ $) 17 T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) 30 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) 28 T ELT)) (-1582 (($ $ $) 20 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2479 (($) 8 T CONST)) (-2090 (($ $ $) 21 T ELT)) (-4417 (((-549) $) 34 T ELT)) (-2539 (((-887) $) 36 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1383 (($ $ $) 11 T ELT)) (-2359 (($ $ $) 14 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 19 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 22 T ELT)) (-2348 (($ $ $) 12 T ELT)))
-(((-114) (-13 (-866) (-998) (-633 (-549)) (-10 -8 (-15 -1404 ($ $ $)) (-15 -2669 ($ $ $)) (-15 -3984 ($ $ $)) (-15 -1958 ($ $))))) (T -114))
-((-1404 (*1 *1 *1 *1) (-5 *1 (-114))) (-2669 (*1 *1 *1 *1) (-5 *1 (-114))) (-3984 (*1 *1 *1 *1) (-5 *1 (-114))) (-1958 (*1 *1 *1) (-5 *1 (-114))))
-(-13 (-866) (-998) (-633 (-549)) (-10 -8 (-15 -1404 ($ $ $)) (-15 -2669 ($ $ $)) (-15 -3984 ($ $ $)) (-15 -1958 ($ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1687 (((-793) $) 92 T ELT) (($ $ (-793)) 37 T ELT)) (-1899 (((-114) $) 41 T ELT)) (-4214 (($ $ (-1190) (-795)) 59 T ELT) (($ $ (-520) (-795)) 33 T ELT)) (-2021 (($ $ (-45 (-1190) (-795))) 16 T ELT)) (-1776 (((-3 (-795) "failed") $ (-1190)) 27 T ELT) (((-713 (-795)) $ (-520)) 32 T ELT)) (-3205 (((-45 (-1190) (-795)) $) 15 T ELT)) (-3336 (($ (-1208)) 20 T ELT) (($ (-1208) (-793)) 23 T ELT) (($ (-1208) (-55)) 24 T ELT)) (-3518 (((-114) $) 39 T ELT)) (-2942 (((-114) $) 43 T ELT)) (-3952 (((-1208) $) 8 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3880 (((-114) $ (-1208)) 11 T ELT)) (-3895 (($ $ (-1 (-549) (-663 (-549)))) 65 T ELT) (((-3 (-1 (-549) (-663 (-549))) "failed") $) 72 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2537 (((-114) $ (-520)) 36 T ELT)) (-2635 (($ $ (-1 (-114) $ $)) 45 T ELT)) (-1876 (((-3 (-1 (-887) (-663 (-887))) "failed") $) 70 T ELT) (($ $ (-1 (-887) (-663 (-887)))) 51 T ELT) (($ $ (-1 (-887) (-887))) 53 T ELT)) (-2345 (($ $ (-1190)) 55 T ELT) (($ $ (-520)) 57 T ELT)) (-2721 (($ $) 78 T ELT)) (-2748 (($ $ (-1 (-114) $ $)) 46 T ELT)) (-2539 (((-887) $) 61 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1752 (($ $ (-520)) 34 T ELT)) (-1816 (((-55) $) 73 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 90 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 104 T ELT)))
-(((-115) (-13 (-871) (-858 (-1208)) (-10 -8 (-15 -3205 ((-45 (-1190) (-795)) $)) (-15 -2721 ($ $)) (-15 -3336 ($ (-1208))) (-15 -3336 ($ (-1208) (-793))) (-15 -3336 ($ (-1208) (-55))) (-15 -3518 ((-114) $)) (-15 -1899 ((-114) $)) (-15 -2942 ((-114) $)) (-15 -1687 ((-793) $)) (-15 -1687 ($ $ (-793))) (-15 -2635 ($ $ (-1 (-114) $ $))) (-15 -2748 ($ $ (-1 (-114) $ $))) (-15 -1876 ((-3 (-1 (-887) (-663 (-887))) "failed") $)) (-15 -1876 ($ $ (-1 (-887) (-663 (-887))))) (-15 -1876 ($ $ (-1 (-887) (-887)))) (-15 -3895 ($ $ (-1 (-549) (-663 (-549))))) (-15 -3895 ((-3 (-1 (-549) (-663 (-549))) "failed") $)) (-15 -2537 ((-114) $ (-520))) (-15 -1752 ($ $ (-520))) (-15 -2345 ($ $ (-1190))) (-15 -2345 ($ $ (-520))) (-15 -1776 ((-3 (-795) "failed") $ (-1190))) (-15 -1776 ((-713 (-795)) $ (-520))) (-15 -4214 ($ $ (-1190) (-795))) (-15 -4214 ($ $ (-520) (-795))) (-15 -2021 ($ $ (-45 (-1190) (-795))))))) (T -115))
-((-3205 (*1 *2 *1) (-12 (-5 *2 (-45 (-1190) (-795))) (-5 *1 (-115)))) (-2721 (*1 *1 *1) (-5 *1 (-115))) (-3336 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-115)))) (-3336 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-793)) (-5 *1 (-115)))) (-3336 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-55)) (-5 *1 (-115)))) (-3518 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))) (-1899 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))) (-2942 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))) (-1687 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-115)))) (-1687 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-115)))) (-2635 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-114) (-115) (-115))) (-5 *1 (-115)))) (-2748 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-114) (-115) (-115))) (-5 *1 (-115)))) (-1876 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-887) (-663 (-887)))) (-5 *1 (-115)))) (-1876 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-887) (-663 (-887)))) (-5 *1 (-115)))) (-1876 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-887) (-887))) (-5 *1 (-115)))) (-3895 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-549) (-663 (-549)))) (-5 *1 (-115)))) (-3895 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-549) (-663 (-549)))) (-5 *1 (-115)))) (-2537 (*1 *2 *1 *3) (-12 (-5 *3 (-520)) (-5 *2 (-114)) (-5 *1 (-115)))) (-1752 (*1 *1 *1 *2) (-12 (-5 *2 (-520)) (-5 *1 (-115)))) (-2345 (*1 *1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-115)))) (-2345 (*1 *1 *1 *2) (-12 (-5 *2 (-520)) (-5 *1 (-115)))) (-1776 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1190)) (-5 *2 (-795)) (-5 *1 (-115)))) (-1776 (*1 *2 *1 *3) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-795))) (-5 *1 (-115)))) (-4214 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1190)) (-5 *3 (-795)) (-5 *1 (-115)))) (-4214 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-795)) (-5 *1 (-115)))) (-2021 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1190) (-795))) (-5 *1 (-115)))))
-(-13 (-871) (-858 (-1208)) (-10 -8 (-15 -3205 ((-45 (-1190) (-795)) $)) (-15 -2721 ($ $)) (-15 -3336 ($ (-1208))) (-15 -3336 ($ (-1208) (-793))) (-15 -3336 ($ (-1208) (-55))) (-15 -3518 ((-114) $)) (-15 -1899 ((-114) $)) (-15 -2942 ((-114) $)) (-15 -1687 ((-793) $)) (-15 -1687 ($ $ (-793))) (-15 -2635 ($ $ (-1 (-114) $ $))) (-15 -2748 ($ $ (-1 (-114) $ $))) (-15 -1876 ((-3 (-1 (-887) (-663 (-887))) "failed") $)) (-15 -1876 ($ $ (-1 (-887) (-663 (-887))))) (-15 -1876 ($ $ (-1 (-887) (-887)))) (-15 -3895 ($ $ (-1 (-549) (-663 (-549))))) (-15 -3895 ((-3 (-1 (-549) (-663 (-549))) "failed") $)) (-15 -2537 ((-114) $ (-520))) (-15 -1752 ($ $ (-520))) (-15 -2345 ($ $ (-1190))) (-15 -2345 ($ $ (-520))) (-15 -1776 ((-3 (-795) "failed") $ (-1190))) (-15 -1776 ((-713 (-795)) $ (-520))) (-15 -4214 ($ $ (-1190) (-795))) (-15 -4214 ($ $ (-520) (-795))) (-15 -2021 ($ $ (-45 (-1190) (-795))))))
-((-2859 (((-3 (-1 |#1| (-663 |#1|)) "failed") (-115)) 23 T ELT) (((-115) (-115) (-1 |#1| |#1|)) 13 T ELT) (((-115) (-115) (-1 |#1| (-663 |#1|))) 11 T ELT) (((-3 |#1| "failed") (-115) (-663 |#1|)) 25 T ELT)) (-3340 (((-3 (-663 (-1 |#1| (-663 |#1|))) "failed") (-115)) 29 T ELT) (((-115) (-115) (-1 |#1| |#1|)) 33 T ELT) (((-115) (-115) (-663 (-1 |#1| (-663 |#1|)))) 30 T ELT)) (-1608 (((-115) |#1|) 63 T ELT)) (-1915 (((-3 |#1| "failed") (-115)) 58 T ELT)))
-(((-116 |#1|) (-10 -7 (-15 -2859 ((-3 |#1| "failed") (-115) (-663 |#1|))) (-15 -2859 ((-115) (-115) (-1 |#1| (-663 |#1|)))) (-15 -2859 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2859 ((-3 (-1 |#1| (-663 |#1|)) "failed") (-115))) (-15 -3340 ((-115) (-115) (-663 (-1 |#1| (-663 |#1|))))) (-15 -3340 ((-115) (-115) (-1 |#1| |#1|))) (-15 -3340 ((-3 (-663 (-1 |#1| (-663 |#1|))) "failed") (-115))) (-15 -1608 ((-115) |#1|)) (-15 -1915 ((-3 |#1| "failed") (-115)))) (-1132)) (T -116))
-((-1915 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *1 (-116 *2)) (-4 *2 (-1132)))) (-1608 (*1 *2 *3) (-12 (-5 *2 (-115)) (-5 *1 (-116 *3)) (-4 *3 (-1132)))) (-3340 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-663 (-1 *4 (-663 *4)))) (-5 *1 (-116 *4)) (-4 *4 (-1132)))) (-3340 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1132)) (-5 *1 (-116 *4)))) (-3340 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 (-1 *4 (-663 *4)))) (-4 *4 (-1132)) (-5 *1 (-116 *4)))) (-2859 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-1 *4 (-663 *4))) (-5 *1 (-116 *4)) (-4 *4 (-1132)))) (-2859 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1132)) (-5 *1 (-116 *4)))) (-2859 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 (-663 *4))) (-4 *4 (-1132)) (-5 *1 (-116 *4)))) (-2859 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-663 *2)) (-5 *1 (-116 *2)) (-4 *2 (-1132)))))
-(-10 -7 (-15 -2859 ((-3 |#1| "failed") (-115) (-663 |#1|))) (-15 -2859 ((-115) (-115) (-1 |#1| (-663 |#1|)))) (-15 -2859 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2859 ((-3 (-1 |#1| (-663 |#1|)) "failed") (-115))) (-15 -3340 ((-115) (-115) (-663 (-1 |#1| (-663 |#1|))))) (-15 -3340 ((-115) (-115) (-1 |#1| |#1|))) (-15 -3340 ((-3 (-663 (-1 |#1| (-663 |#1|))) "failed") (-115))) (-15 -1608 ((-115) |#1|)) (-15 -1915 ((-3 |#1| "failed") (-115))))
-((-1809 (((-560) |#2|) 43 T ELT)))
-(((-117 |#1| |#2|) (-10 -7 (-15 -1809 ((-560) |#2|))) (-13 (-376) (-1069 (-421 (-560)))) (-1274 |#1|)) (T -117))
-((-1809 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-1069 (-421 *2)))) (-5 *2 (-560)) (-5 *1 (-117 *4 *3)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -1809 ((-560) |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3401 (($ $ (-560)) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1686 (($ (-1202 (-560)) (-560)) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-4475 (($ $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-2252 (((-793) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3100 (((-560)) NIL T ELT)) (-2023 (((-560) $) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2674 (($ $ (-560)) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3035 (((-1186 (-560)) $) NIL T ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2941 (((-560) $ (-560)) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-118 |#1|) (-894 |#1|) (-560)) (T -118))
-NIL
-(-894 |#1|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 (((-118 |#1|) $) NIL (|has| (-118 |#1|) (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-118 |#1|) (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| (-118 |#1|) (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| (-118 |#1|) (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-118 |#1|) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL (|has| (-118 |#1|) (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-118 |#1|) (-1069 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-118 |#1|) (-1069 (-560))) ELT)) (-3056 (((-118 |#1|) $) NIL T ELT) (((-1208) $) NIL (|has| (-118 |#1|) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL (|has| (-118 |#1|) (-1069 (-560))) ELT) (((-560) $) NIL (|has| (-118 |#1|) (-1069 (-560))) ELT)) (-4212 (($ $) NIL T ELT) (($ (-560) $) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-118 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-118 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-118 |#1|))) (|:| |vec| (-1298 (-118 |#1|)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-118 |#1|)) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-118 |#1|) (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| (-118 |#1|) (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| (-118 |#1|) (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| (-118 |#1|) (-911 (-391))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 (((-118 |#1|) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| (-118 |#1|) (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| (-118 |#1|) (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| (-118 |#1|) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-118 |#1|) (-871)) ELT)) (-2067 (($ (-1 (-118 |#1|) (-118 |#1|)) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-118 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-118 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-118 |#1|))) (|:| |vec| (-1298 (-118 |#1|)))) (-1298 $) $) NIL T ELT) (((-711 (-118 |#1|)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-118 |#1|) (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| (-118 |#1|) (-319)) ELT)) (-1654 (((-118 |#1|) $) NIL (|has| (-118 |#1|) (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-118 |#1|) (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-118 |#1|) (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 (-118 |#1|)) (-663 (-118 |#1|))) NIL (|has| (-118 |#1|) (-321 (-118 |#1|))) ELT) (($ $ (-118 |#1|) (-118 |#1|)) NIL (|has| (-118 |#1|) (-321 (-118 |#1|))) ELT) (($ $ (-305 (-118 |#1|))) NIL (|has| (-118 |#1|) (-321 (-118 |#1|))) ELT) (($ $ (-663 (-305 (-118 |#1|)))) NIL (|has| (-118 |#1|) (-321 (-118 |#1|))) ELT) (($ $ (-663 (-1208)) (-663 (-118 |#1|))) NIL (|has| (-118 |#1|) (-528 (-1208) (-118 |#1|))) ELT) (($ $ (-1208) (-118 |#1|)) NIL (|has| (-118 |#1|) (-528 (-1208) (-118 |#1|))) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ (-118 |#1|)) NIL (|has| (-118 |#1|) (-298 (-118 |#1|) (-118 |#1|))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 (-118 |#1|) (-118 |#1|))) NIL T ELT) (($ $ (-1 (-118 |#1|) (-118 |#1|)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-118 |#1|) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-118 |#1|) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-118 |#1|) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-118 |#1|) (-929 (-1208))) ELT) (($ $) NIL (|has| (-118 |#1|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-118 |#1|) (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 (((-118 |#1|) $) NIL T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| (-118 |#1|) (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| (-118 |#1|) (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| (-118 |#1|) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-118 |#1|) (-1051)) ELT) (((-229) $) NIL (|has| (-118 |#1|) (-1051)) ELT)) (-1755 (((-177 (-421 (-560))) $) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-118 |#1|) (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-118 |#1|)) NIL T ELT) (($ (-1208)) NIL (|has| (-118 |#1|) (-1069 (-1208))) ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-118 |#1|) (-939))) (|has| (-118 |#1|) (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 (((-118 |#1|) $) NIL (|has| (-118 |#1|) (-559)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2941 (((-421 (-560)) $ (-560)) NIL T ELT)) (-2407 (($ $) NIL (|has| (-118 |#1|) (-842)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 (-118 |#1|) (-118 |#1|))) NIL T ELT) (($ $ (-1 (-118 |#1|) (-118 |#1|)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-118 |#1|) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-118 |#1|) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-118 |#1|) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-118 |#1|) (-929 (-1208))) ELT) (($ $) NIL (|has| (-118 |#1|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-118 |#1|) (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-118 |#1|) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-118 |#1|) (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| (-118 |#1|) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-118 |#1|) (-871)) ELT)) (-2436 (($ $ $) NIL T ELT) (($ (-118 |#1|) (-118 |#1|)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-118 |#1|) $) NIL T ELT) (($ $ (-118 |#1|)) NIL T ELT)))
-(((-119 |#1|) (-13 (-1022 (-118 |#1|)) (-10 -8 (-15 -2941 ((-421 (-560)) $ (-560))) (-15 -1755 ((-177 (-421 (-560))) $)) (-15 -4212 ($ $)) (-15 -4212 ($ (-560) $)))) (-560)) (T -119))
-((-2941 (*1 *2 *1 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-119 *4)) (-14 *4 *3) (-5 *3 (-560)))) (-1755 (*1 *2 *1) (-12 (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-119 *3)) (-14 *3 (-560)))) (-4212 (*1 *1 *1) (-12 (-5 *1 (-119 *2)) (-14 *2 (-560)))) (-4212 (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-119 *3)) (-14 *3 *2))))
-(-13 (-1022 (-118 |#1|)) (-10 -8 (-15 -2941 ((-421 (-560)) $ (-560))) (-15 -1755 ((-177 (-421 (-560))) $)) (-15 -4212 ($ $)) (-15 -4212 ($ (-560) $))))
-((-2696 ((|#2| $ "value" |#2|) NIL T ELT) (($ $ "left" $) 61 T ELT) (($ $ "right" $) 63 T ELT)) (-2641 (((-663 $) $) 31 T ELT)) (-2602 (((-114) $ $) 36 T ELT)) (-2791 (((-114) |#2| $) 40 T ELT)) (-1940 (((-663 |#2|) $) 25 T ELT)) (-2833 (((-114) $) 18 T ELT)) (-1495 ((|#2| $ "value") NIL T ELT) (($ $ "left") 10 T ELT) (($ $ "right") 13 T ELT)) (-4235 (((-114) $) 57 T ELT)) (-2539 (((-887) $) 47 T ELT)) (-2900 (((-663 $) $) 32 T ELT)) (-2329 (((-114) $ $) 38 T ELT)) (-2305 (((-793) $) 50 T ELT)))
-(((-120 |#1| |#2|) (-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2696 (|#1| |#1| "right" |#1|)) (-15 -2696 (|#1| |#1| "left" |#1|)) (-15 -1495 (|#1| |#1| "right")) (-15 -1495 (|#1| |#1| "left")) (-15 -2696 (|#2| |#1| "value" |#2|)) (-15 -2602 ((-114) |#1| |#1|)) (-15 -1940 ((-663 |#2|) |#1|)) (-15 -4235 ((-114) |#1|)) (-15 -1495 (|#2| |#1| "value")) (-15 -2833 ((-114) |#1|)) (-15 -2641 ((-663 |#1|) |#1|)) (-15 -2900 ((-663 |#1|) |#1|)) (-15 -2791 ((-114) |#2| |#1|)) (-15 -2305 ((-793) |#1|))) (-121 |#2|) (-1248)) (T -120))
-NIL
-(-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2696 (|#1| |#1| "right" |#1|)) (-15 -2696 (|#1| |#1| "left" |#1|)) (-15 -1495 (|#1| |#1| "right")) (-15 -1495 (|#1| |#1| "left")) (-15 -2696 (|#2| |#1| "value" |#2|)) (-15 -2602 ((-114) |#1| |#1|)) (-15 -1940 ((-663 |#2|) |#1|)) (-15 -4235 ((-114) |#1|)) (-15 -1495 (|#2| |#1| "value")) (-15 -2833 ((-114) |#1|)) (-15 -2641 ((-663 |#1|) |#1|)) (-15 -2900 ((-663 |#1|) |#1|)) (-15 -2791 ((-114) |#2| |#1|)) (-15 -2305 ((-793) |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 55 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 ((|#1| $ |#1|) 46 (|has| $ (-6 -4510)) ELT)) (-2235 (($ $ $) 61 (|has| $ (-6 -4510)) ELT)) (-3027 (($ $ $) 63 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4510)) ELT) (($ $ "left" $) 64 (|has| $ (-6 -4510)) ELT) (($ $ "right" $) 62 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 48 (|has| $ (-6 -4510)) ELT)) (-3366 (($) 7 T CONST)) (-1448 (($ $) 66 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 57 T ELT)) (-2602 (((-114) $ $) 49 (|has| |#1| (-1132)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1432 (($ $) 68 T ELT)) (-1940 (((-663 |#1|) $) 52 T ELT)) (-2833 (((-114) $) 56 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ "value") 54 T ELT) (($ $ "left") 67 T ELT) (($ $ "right") 65 T ELT)) (-1403 (((-560) $ $) 51 T ELT)) (-4235 (((-114) $) 53 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 58 T ELT)) (-3066 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-121 |#1|) (-142) (-1248)) (T -121))
-((-1432 (*1 *1 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1248)))) (-1495 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-121 *3)) (-4 *3 (-1248)))) (-1448 (*1 *1 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1248)))) (-1495 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-121 *3)) (-4 *3 (-1248)))) (-2696 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4510)) (-4 *1 (-121 *3)) (-4 *3 (-1248)))) (-3027 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-121 *2)) (-4 *2 (-1248)))) (-2696 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4510)) (-4 *1 (-121 *3)) (-4 *3 (-1248)))) (-2235 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-121 *2)) (-4 *2 (-1248)))))
-(-13 (-1041 |t#1|) (-10 -8 (-15 -1432 ($ $)) (-15 -1495 ($ $ "left")) (-15 -1448 ($ $)) (-15 -1495 ($ $ "right")) (IF (|has| $ (-6 -4510)) (PROGN (-15 -2696 ($ $ "left" $)) (-15 -3027 ($ $ $)) (-15 -2696 ($ $ "right" $)) (-15 -2235 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1041 |#1|) . T) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-4391 (((-114) |#1|) 29 T ELT)) (-3809 (((-793) (-793)) 28 T ELT) (((-793)) 27 T ELT)) (-2049 (((-114) |#1| (-114)) 30 T ELT) (((-114) |#1|) 31 T ELT)))
-(((-122 |#1|) (-10 -7 (-15 -2049 ((-114) |#1|)) (-15 -2049 ((-114) |#1| (-114))) (-15 -3809 ((-793))) (-15 -3809 ((-793) (-793))) (-15 -4391 ((-114) |#1|))) (-1274 (-560))) (T -122))
-((-4391 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560))))) (-3809 (*1 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560))))) (-3809 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560))))) (-2049 (*1 *2 *3 *2) (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560))))) (-2049 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560))))))
-(-10 -7 (-15 -2049 ((-114) |#1|)) (-15 -2049 ((-114) |#1| (-114))) (-15 -3809 ((-793))) (-15 -3809 ((-793) (-793))) (-15 -4391 ((-114) |#1|)))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 18 T ELT)) (-3801 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 26 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2235 (($ $ $) 21 (|has| $ (-6 -4510)) ELT)) (-3027 (($ $ $) 23 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4510)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1448 (($ $) 20 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-1538 (($ $ |#1| $) 27 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1432 (($ $) 22 T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-4226 (($ |#1| $) 28 T ELT)) (-1368 (($ |#1| $) 15 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 17 T ELT)) (-1423 (($) 11 T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-4235 (((-114) $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2879 (($ (-663 |#1|)) 16 T ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-123 |#1|) (-13 (-127 |#1|) (-10 -8 (-6 -4510) (-6 -4509) (-15 -2879 ($ (-663 |#1|))) (-15 -1368 ($ |#1| $)) (-15 -4226 ($ |#1| $)) (-15 -3801 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-871)) (T -123))
-((-2879 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-123 *3)))) (-1368 (*1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-871)))) (-4226 (*1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-871)))) (-3801 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-123 *3)) (|:| |greater| (-123 *3)))) (-5 *1 (-123 *3)) (-4 *3 (-871)))))
-(-13 (-127 |#1|) (-10 -8 (-6 -4510) (-6 -4509) (-15 -2879 ($ (-663 |#1|))) (-15 -1368 ($ |#1| $)) (-15 -4226 ($ |#1| $)) (-15 -3801 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
-((-2317 (($ $) 13 T ELT)) (-1372 (($ $) 11 T ELT)) (-3984 (($ $ $) 23 T ELT)) (-2669 (($ $ $) 21 T ELT)) (-2359 (($ $ $) 19 T ELT)) (-2348 (($ $ $) 17 T ELT)))
-(((-124 |#1|) (-10 -8 (-15 -3984 (|#1| |#1| |#1|)) (-15 -2669 (|#1| |#1| |#1|)) (-15 -2317 (|#1| |#1|)) (-15 -2348 (|#1| |#1| |#1|)) (-15 -2359 (|#1| |#1| |#1|)) (-15 -1372 (|#1| |#1|))) (-125)) (T -124))
-NIL
-(-10 -8 (-15 -3984 (|#1| |#1| |#1|)) (-15 -2669 (|#1| |#1| |#1|)) (-15 -2317 (|#1| |#1|)) (-15 -2348 (|#1| |#1| |#1|)) (-15 -2359 (|#1| |#1| |#1|)) (-15 -1372 (|#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-2317 (($ $) 106 T ELT)) (-1404 (($ $ $) 31 T ELT)) (-3303 (((-1304) $ (-560) (-560)) 69 (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) $) 101 (|has| (-114) (-871)) ELT) (((-114) (-1 (-114) (-114) (-114)) $) 95 T ELT)) (-3119 (($ $) 105 (-12 (|has| (-114) (-871)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) (-114) (-114)) $) 104 (|has| $ (-6 -4510)) ELT)) (-3334 (($ $) 100 (|has| (-114) (-871)) ELT) (($ (-1 (-114) (-114) (-114)) $) 94 T ELT)) (-3067 (((-114) $ (-793)) 40 T ELT)) (-2696 (((-114) $ (-1265 (-560)) (-114)) 91 (|has| $ (-6 -4510)) ELT) (((-114) $ (-560) (-114)) 57 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) (-114)) $) 74 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 41 T CONST)) (-4318 (($ $) 103 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 93 T ELT)) (-2885 (($ $) 71 (-12 (|has| (-114) (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ (-1 (-114) (-114)) $) 75 (|has| $ (-6 -4509)) ELT) (($ (-114) $) 72 (-12 (|has| (-114) (-1132)) (|has| $ (-6 -4509))) ELT)) (-2108 (((-114) (-1 (-114) (-114) (-114)) $) 77 (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114)) 76 (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114) (-114)) 73 (-12 (|has| (-114) (-1132)) (|has| $ (-6 -4509))) ELT)) (-3472 (((-114) $ (-560) (-114)) 56 (|has| $ (-6 -4510)) ELT)) (-3393 (((-114) $ (-560)) 58 T ELT)) (-2533 (((-560) (-114) $ (-560)) 98 (|has| (-114) (-1132)) ELT) (((-560) (-114) $) 97 (|has| (-114) (-1132)) ELT) (((-560) (-1 (-114) (-114)) $) 96 T ELT)) (-1559 (((-663 (-114)) $) 48 (|has| $ (-6 -4509)) ELT)) (-1393 (($ $ $) 111 T ELT)) (-1372 (($ $) 109 T ELT)) (-3984 (($ $ $) 32 T ELT)) (-2531 (($ (-793) (-114)) 81 T ELT)) (-2669 (($ $ $) 33 T ELT)) (-1456 (((-114) $ (-793)) 39 T ELT)) (-2932 (((-560) $) 66 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 23 T ELT)) (-4246 (($ $ $) 99 (|has| (-114) (-871)) ELT) (($ (-1 (-114) (-114) (-114)) $ $) 92 T ELT)) (-2559 (((-663 (-114)) $) 49 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-114) $) 51 (-12 (|has| (-114) (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 65 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 22 T ELT)) (-3459 (($ (-1 (-114) (-114)) $) 44 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-114) (-114) (-114)) $ $) 86 T ELT) (($ (-1 (-114) (-114)) $) 43 T ELT)) (-2020 (((-114) $ (-793)) 38 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-1726 (($ $ $ (-560)) 90 T ELT) (($ (-114) $ (-560)) 89 T ELT)) (-1936 (((-663 (-560)) $) 63 T ELT)) (-2624 (((-114) (-560) $) 62 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3794 (((-114) $) 67 (|has| (-560) (-871)) ELT)) (-3327 (((-3 (-114) "failed") (-1 (-114) (-114)) $) 78 T ELT)) (-4446 (($ $ (-114)) 68 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) (-114)) $) 46 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-114)) (-663 (-114))) 55 (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-114) (-114)) 54 (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-305 (-114))) 53 (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-663 (-305 (-114)))) 52 (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT)) (-2618 (((-114) $ $) 34 T ELT)) (-4051 (((-114) (-114) $) 64 (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-3155 (((-663 (-114)) $) 61 T ELT)) (-3868 (((-114) $) 37 T ELT)) (-1423 (($) 36 T ELT)) (-1495 (($ $ (-1265 (-560))) 80 T ELT) (((-114) $ (-560)) 60 T ELT) (((-114) $ (-560) (-114)) 59 T ELT)) (-3435 (($ $ (-1265 (-560))) 88 T ELT) (($ $ (-560)) 87 T ELT)) (-3150 (((-793) (-114) $) 50 (-12 (|has| (-114) (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) (-114)) $) 47 (|has| $ (-6 -4509)) ELT)) (-2877 (($ $ $ (-560)) 102 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 35 T ELT)) (-4417 (((-549) $) 70 (|has| (-114) (-633 (-549))) ELT)) (-2548 (($ (-663 (-114))) 79 T ELT)) (-4357 (($ (-663 $)) 85 T ELT) (($ $ $) 84 T ELT) (($ (-114) $) 83 T ELT) (($ $ (-114)) 82 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1657 (((-114) (-1 (-114) (-114)) $) 45 (|has| $ (-6 -4509)) ELT)) (-1383 (($ $ $) 110 T ELT)) (-2359 (($ $ $) 108 T ELT)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (-2348 (($ $ $) 107 T ELT)) (-2305 (((-793) $) 42 (|has| $ (-6 -4509)) ELT)))
+((-2912 (*1 *1 *1) (-4 *1 (-113))) (-2925 (*1 *1 *1 *1) (-4 *1 (-113))) (-2936 (*1 *1 *1 *1) (-4 *1 (-113))))
+(-13 (-684) (-10 -8 (-15 -2912 ($ $)) (-15 -2925 ($ $ $)) (-15 -2936 ($ $ $))))
+(((-684) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) 10 T ELT)) (-2948 (($ $ $) 15 T ELT)) (-1767 (($) 7 T CONST)) (-3501 (($ $) 6 T ELT)) (-2233 (((-793)) 24 T ELT)) (-2150 (($) 32 T ELT)) (-2936 (($ $ $) 13 T ELT)) (-2912 (($ $) 9 T ELT)) (-3978 (($ $ $) 16 T ELT)) (-3860 (($ $ $) 17 T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) 30 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) 28 T ELT)) (-2718 (($ $ $) 20 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3140 (($) 8 T CONST)) (-2259 (($ $ $) 21 T ELT)) (-1830 (((-549) $) 34 T ELT)) (-3834 (((-888) $) 36 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2925 (($ $ $) 11 T ELT)) (-3872 (($ $ $) 14 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 19 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 22 T ELT)) (-3863 (($ $ $) 12 T ELT)))
+(((-114) (-13 (-868) (-999) (-633 (-549)) (-10 -8 (-15 -2948 ($ $ $)) (-15 -3860 ($ $ $)) (-15 -3978 ($ $ $)) (-15 -3501 ($ $))))) (T -114))
+((-2948 (*1 *1 *1 *1) (-5 *1 (-114))) (-3860 (*1 *1 *1 *1) (-5 *1 (-114))) (-3978 (*1 *1 *1 *1) (-5 *1 (-114))) (-3501 (*1 *1 *1) (-5 *1 (-114))))
+(-13 (-868) (-999) (-633 (-549)) (-10 -8 (-15 -2948 ($ $ $)) (-15 -3860 ($ $ $)) (-15 -3978 ($ $ $)) (-15 -3501 ($ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3370 (((-793) $) 92 T ELT) (($ $ (-793)) 37 T ELT)) (-1823 (((-114) $) 41 T ELT)) (-1382 (($ $ (-1191) (-795)) 59 T ELT) (($ $ (-520) (-795)) 33 T ELT)) (-1599 (($ $ (-45 (-1191) (-795))) 16 T ELT)) (-2320 (((-3 (-795) "failed") $ (-1191)) 27 T ELT) (((-713 (-795)) $ (-520)) 32 T ELT)) (-3476 (((-45 (-1191) (-795)) $) 15 T ELT)) (-2504 (($ (-1209)) 20 T ELT) (($ (-1209) (-793)) 23 T ELT) (($ (-1209) (-55)) 24 T ELT)) (-2206 (((-114) $) 39 T ELT)) (-2160 (((-114) $) 43 T ELT)) (-2187 (((-1209) $) 8 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2820 (((-114) $ (-1209)) 11 T ELT)) (-2209 (($ $ (-1 (-549) (-663 (-549)))) 65 T ELT) (((-3 (-1 (-549) (-663 (-549))) "failed") $) 72 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4270 (((-114) $ (-520)) 36 T ELT)) (-2415 (($ $ (-1 (-114) $ $)) 45 T ELT)) (-3420 (((-3 (-1 (-888) (-663 (-888))) "failed") $) 70 T ELT) (($ $ (-1 (-888) (-663 (-888)))) 51 T ELT) (($ $ (-1 (-888) (-888))) 53 T ELT)) (-4279 (($ $ (-1191)) 55 T ELT) (($ $ (-520)) 57 T ELT)) (-4007 (($ $) 78 T ELT)) (-1791 (($ $ (-1 (-114) $ $)) 46 T ELT)) (-3834 (((-888) $) 61 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2366 (($ $ (-520)) 34 T ELT)) (-3799 (((-55) $) 73 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 90 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 104 T ELT)))
+(((-115) (-13 (-872) (-860 (-1209)) (-10 -8 (-15 -3476 ((-45 (-1191) (-795)) $)) (-15 -4007 ($ $)) (-15 -2504 ($ (-1209))) (-15 -2504 ($ (-1209) (-793))) (-15 -2504 ($ (-1209) (-55))) (-15 -2206 ((-114) $)) (-15 -1823 ((-114) $)) (-15 -2160 ((-114) $)) (-15 -3370 ((-793) $)) (-15 -3370 ($ $ (-793))) (-15 -2415 ($ $ (-1 (-114) $ $))) (-15 -1791 ($ $ (-1 (-114) $ $))) (-15 -3420 ((-3 (-1 (-888) (-663 (-888))) "failed") $)) (-15 -3420 ($ $ (-1 (-888) (-663 (-888))))) (-15 -3420 ($ $ (-1 (-888) (-888)))) (-15 -2209 ($ $ (-1 (-549) (-663 (-549))))) (-15 -2209 ((-3 (-1 (-549) (-663 (-549))) "failed") $)) (-15 -4270 ((-114) $ (-520))) (-15 -2366 ($ $ (-520))) (-15 -4279 ($ $ (-1191))) (-15 -4279 ($ $ (-520))) (-15 -2320 ((-3 (-795) "failed") $ (-1191))) (-15 -2320 ((-713 (-795)) $ (-520))) (-15 -1382 ($ $ (-1191) (-795))) (-15 -1382 ($ $ (-520) (-795))) (-15 -1599 ($ $ (-45 (-1191) (-795))))))) (T -115))
+((-3476 (*1 *2 *1) (-12 (-5 *2 (-45 (-1191) (-795))) (-5 *1 (-115)))) (-4007 (*1 *1 *1) (-5 *1 (-115))) (-2504 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-115)))) (-2504 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-793)) (-5 *1 (-115)))) (-2504 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-55)) (-5 *1 (-115)))) (-2206 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))) (-1823 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))) (-2160 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))) (-3370 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-115)))) (-3370 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-115)))) (-2415 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-114) (-115) (-115))) (-5 *1 (-115)))) (-1791 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-114) (-115) (-115))) (-5 *1 (-115)))) (-3420 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-888) (-663 (-888)))) (-5 *1 (-115)))) (-3420 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-888) (-663 (-888)))) (-5 *1 (-115)))) (-3420 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-888) (-888))) (-5 *1 (-115)))) (-2209 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-549) (-663 (-549)))) (-5 *1 (-115)))) (-2209 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-549) (-663 (-549)))) (-5 *1 (-115)))) (-4270 (*1 *2 *1 *3) (-12 (-5 *3 (-520)) (-5 *2 (-114)) (-5 *1 (-115)))) (-2366 (*1 *1 *1 *2) (-12 (-5 *2 (-520)) (-5 *1 (-115)))) (-4279 (*1 *1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-115)))) (-4279 (*1 *1 *1 *2) (-12 (-5 *2 (-520)) (-5 *1 (-115)))) (-2320 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1191)) (-5 *2 (-795)) (-5 *1 (-115)))) (-2320 (*1 *2 *1 *3) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-795))) (-5 *1 (-115)))) (-1382 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1191)) (-5 *3 (-795)) (-5 *1 (-115)))) (-1382 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-795)) (-5 *1 (-115)))) (-1599 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1191) (-795))) (-5 *1 (-115)))))
+(-13 (-872) (-860 (-1209)) (-10 -8 (-15 -3476 ((-45 (-1191) (-795)) $)) (-15 -4007 ($ $)) (-15 -2504 ($ (-1209))) (-15 -2504 ($ (-1209) (-793))) (-15 -2504 ($ (-1209) (-55))) (-15 -2206 ((-114) $)) (-15 -1823 ((-114) $)) (-15 -2160 ((-114) $)) (-15 -3370 ((-793) $)) (-15 -3370 ($ $ (-793))) (-15 -2415 ($ $ (-1 (-114) $ $))) (-15 -1791 ($ $ (-1 (-114) $ $))) (-15 -3420 ((-3 (-1 (-888) (-663 (-888))) "failed") $)) (-15 -3420 ($ $ (-1 (-888) (-663 (-888))))) (-15 -3420 ($ $ (-1 (-888) (-888)))) (-15 -2209 ($ $ (-1 (-549) (-663 (-549))))) (-15 -2209 ((-3 (-1 (-549) (-663 (-549))) "failed") $)) (-15 -4270 ((-114) $ (-520))) (-15 -2366 ($ $ (-520))) (-15 -4279 ($ $ (-1191))) (-15 -4279 ($ $ (-520))) (-15 -2320 ((-3 (-795) "failed") $ (-1191))) (-15 -2320 ((-713 (-795)) $ (-520))) (-15 -1382 ($ $ (-1191) (-795))) (-15 -1382 ($ $ (-520) (-795))) (-15 -1599 ($ $ (-45 (-1191) (-795))))))
+((-2816 (((-3 (-1 |#1| (-663 |#1|)) "failed") (-115)) 23 T ELT) (((-115) (-115) (-1 |#1| |#1|)) 13 T ELT) (((-115) (-115) (-1 |#1| (-663 |#1|))) 11 T ELT) (((-3 |#1| "failed") (-115) (-663 |#1|)) 25 T ELT)) (-1938 (((-3 (-663 (-1 |#1| (-663 |#1|))) "failed") (-115)) 29 T ELT) (((-115) (-115) (-1 |#1| |#1|)) 33 T ELT) (((-115) (-115) (-663 (-1 |#1| (-663 |#1|)))) 30 T ELT)) (-4473 (((-115) |#1|) 63 T ELT)) (-4103 (((-3 |#1| "failed") (-115)) 58 T ELT)))
+(((-116 |#1|) (-10 -7 (-15 -2816 ((-3 |#1| "failed") (-115) (-663 |#1|))) (-15 -2816 ((-115) (-115) (-1 |#1| (-663 |#1|)))) (-15 -2816 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2816 ((-3 (-1 |#1| (-663 |#1|)) "failed") (-115))) (-15 -1938 ((-115) (-115) (-663 (-1 |#1| (-663 |#1|))))) (-15 -1938 ((-115) (-115) (-1 |#1| |#1|))) (-15 -1938 ((-3 (-663 (-1 |#1| (-663 |#1|))) "failed") (-115))) (-15 -4473 ((-115) |#1|)) (-15 -4103 ((-3 |#1| "failed") (-115)))) (-1133)) (T -116))
+((-4103 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *1 (-116 *2)) (-4 *2 (-1133)))) (-4473 (*1 *2 *3) (-12 (-5 *2 (-115)) (-5 *1 (-116 *3)) (-4 *3 (-1133)))) (-1938 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-663 (-1 *4 (-663 *4)))) (-5 *1 (-116 *4)) (-4 *4 (-1133)))) (-1938 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1133)) (-5 *1 (-116 *4)))) (-1938 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 (-1 *4 (-663 *4)))) (-4 *4 (-1133)) (-5 *1 (-116 *4)))) (-2816 (*1 *2 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-1 *4 (-663 *4))) (-5 *1 (-116 *4)) (-4 *4 (-1133)))) (-2816 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1133)) (-5 *1 (-116 *4)))) (-2816 (*1 *2 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 (-663 *4))) (-4 *4 (-1133)) (-5 *1 (-116 *4)))) (-2816 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-663 *2)) (-5 *1 (-116 *2)) (-4 *2 (-1133)))))
+(-10 -7 (-15 -2816 ((-3 |#1| "failed") (-115) (-663 |#1|))) (-15 -2816 ((-115) (-115) (-1 |#1| (-663 |#1|)))) (-15 -2816 ((-115) (-115) (-1 |#1| |#1|))) (-15 -2816 ((-3 (-1 |#1| (-663 |#1|)) "failed") (-115))) (-15 -1938 ((-115) (-115) (-663 (-1 |#1| (-663 |#1|))))) (-15 -1938 ((-115) (-115) (-1 |#1| |#1|))) (-15 -1938 ((-3 (-663 (-1 |#1| (-663 |#1|))) "failed") (-115))) (-15 -4473 ((-115) |#1|)) (-15 -4103 ((-3 |#1| "failed") (-115))))
+((-2410 (((-560) |#2|) 43 T ELT)))
+(((-117 |#1| |#2|) (-10 -7 (-15 -2410 ((-560) |#2|))) (-13 (-376) (-1070 (-421 (-560)))) (-1275 |#1|)) (T -117))
+((-2410 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-1070 (-421 *2)))) (-5 *2 (-560)) (-5 *1 (-117 *4 *3)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -2410 ((-560) |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (($ $ (-560)) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3278 (($ (-1203 (-560)) (-560)) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3973 (($ $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2918 (((-793) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3043 (((-560)) NIL T ELT)) (-1811 (((-560) $) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3201 (($ $ (-560)) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3350 (((-1187 (-560)) $) NIL T ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4430 (((-560) $ (-560)) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-118 |#1|) (-895 |#1|) (-560)) (T -118))
+NIL
+(-895 |#1|)
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 (((-118 |#1|) $) NIL (|has| (-118 |#1|) (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-118 |#1|) (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| (-118 |#1|) (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| (-118 |#1|) (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-118 |#1|) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL (|has| (-118 |#1|) (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-118 |#1|) (-1070 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-118 |#1|) (-1070 (-560))) ELT)) (-4072 (((-118 |#1|) $) NIL T ELT) (((-1209) $) NIL (|has| (-118 |#1|) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL (|has| (-118 |#1|) (-1070 (-560))) ELT) (((-560) $) NIL (|has| (-118 |#1|) (-1070 (-560))) ELT)) (-2460 (($ $) NIL T ELT) (($ (-560) $) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-118 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-118 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-118 |#1|))) (|:| |vec| (-1299 (-118 |#1|)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-118 |#1|)) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-118 |#1|) (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| (-118 |#1|) (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| (-118 |#1|) (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| (-118 |#1|) (-912 (-391))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 (((-118 |#1|) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| (-118 |#1|) (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| (-118 |#1|) (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| (-118 |#1|) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-118 |#1|) (-872)) ELT)) (-1793 (($ (-1 (-118 |#1|) (-118 |#1|)) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-118 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-118 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-118 |#1|))) (|:| |vec| (-1299 (-118 |#1|)))) (-1299 $) $) NIL T ELT) (((-711 (-118 |#1|)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-118 |#1|) (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| (-118 |#1|) (-319)) ELT)) (-1770 (((-118 |#1|) $) NIL (|has| (-118 |#1|) (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-118 |#1|) (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-118 |#1|) (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 (-118 |#1|)) (-663 (-118 |#1|))) NIL (|has| (-118 |#1|) (-321 (-118 |#1|))) ELT) (($ $ (-118 |#1|) (-118 |#1|)) NIL (|has| (-118 |#1|) (-321 (-118 |#1|))) ELT) (($ $ (-305 (-118 |#1|))) NIL (|has| (-118 |#1|) (-321 (-118 |#1|))) ELT) (($ $ (-663 (-305 (-118 |#1|)))) NIL (|has| (-118 |#1|) (-321 (-118 |#1|))) ELT) (($ $ (-663 (-1209)) (-663 (-118 |#1|))) NIL (|has| (-118 |#1|) (-528 (-1209) (-118 |#1|))) ELT) (($ $ (-1209) (-118 |#1|)) NIL (|has| (-118 |#1|) (-528 (-1209) (-118 |#1|))) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ (-118 |#1|)) NIL (|has| (-118 |#1|) (-298 (-118 |#1|) (-118 |#1|))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 (-118 |#1|) (-118 |#1|))) NIL T ELT) (($ $ (-1 (-118 |#1|) (-118 |#1|)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-118 |#1|) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-118 |#1|) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-118 |#1|) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-118 |#1|) (-930 (-1209))) ELT) (($ $) NIL (|has| (-118 |#1|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-118 |#1|) (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 (((-118 |#1|) $) NIL T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| (-118 |#1|) (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| (-118 |#1|) (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| (-118 |#1|) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-118 |#1|) (-1052)) ELT) (((-229) $) NIL (|has| (-118 |#1|) (-1052)) ELT)) (-3867 (((-177 (-421 (-560))) $) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-118 |#1|) (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-118 |#1|)) NIL T ELT) (($ (-1209)) NIL (|has| (-118 |#1|) (-1070 (-1209))) ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-118 |#1|) (-940))) (|has| (-118 |#1|) (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 (((-118 |#1|) $) NIL (|has| (-118 |#1|) (-559)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4430 (((-421 (-560)) $ (-560)) NIL T ELT)) (-1958 (($ $) NIL (|has| (-118 |#1|) (-844)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 (-118 |#1|) (-118 |#1|))) NIL T ELT) (($ $ (-1 (-118 |#1|) (-118 |#1|)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-118 |#1|) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-118 |#1|) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-118 |#1|) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-118 |#1|) (-930 (-1209))) ELT) (($ $) NIL (|has| (-118 |#1|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-118 |#1|) (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-118 |#1|) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-118 |#1|) (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| (-118 |#1|) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-118 |#1|) (-872)) ELT)) (-2594 (($ $ $) NIL T ELT) (($ (-118 |#1|) (-118 |#1|)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-118 |#1|) $) NIL T ELT) (($ $ (-118 |#1|)) NIL T ELT)))
+(((-119 |#1|) (-13 (-1023 (-118 |#1|)) (-10 -8 (-15 -4430 ((-421 (-560)) $ (-560))) (-15 -3867 ((-177 (-421 (-560))) $)) (-15 -2460 ($ $)) (-15 -2460 ($ (-560) $)))) (-560)) (T -119))
+((-4430 (*1 *2 *1 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-119 *4)) (-14 *4 *3) (-5 *3 (-560)))) (-3867 (*1 *2 *1) (-12 (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-119 *3)) (-14 *3 (-560)))) (-2460 (*1 *1 *1) (-12 (-5 *1 (-119 *2)) (-14 *2 (-560)))) (-2460 (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-119 *3)) (-14 *3 *2))))
+(-13 (-1023 (-118 |#1|)) (-10 -8 (-15 -4430 ((-421 (-560)) $ (-560))) (-15 -3867 ((-177 (-421 (-560))) $)) (-15 -2460 ($ $)) (-15 -2460 ($ (-560) $))))
+((-3986 ((|#2| $ "value" |#2|) NIL T ELT) (($ $ "left" $) 61 T ELT) (($ $ "right" $) 63 T ELT)) (-1763 (((-663 $) $) 31 T ELT)) (-4428 (((-114) $ $) 36 T ELT)) (-3243 (((-114) |#2| $) 40 T ELT)) (-2778 (((-663 |#2|) $) 25 T ELT)) (-3019 (((-114) $) 18 T ELT)) (-3034 ((|#2| $ "value") NIL T ELT) (($ $ "left") 10 T ELT) (($ $ "right") 13 T ELT)) (-1898 (((-114) $) 57 T ELT)) (-3834 (((-888) $) 47 T ELT)) (-2094 (((-663 $) $) 32 T ELT)) (-2478 (((-114) $ $) 38 T ELT)) (-3819 (((-793) $) 50 T ELT)))
+(((-120 |#1| |#2|) (-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -3986 (|#1| |#1| "right" |#1|)) (-15 -3986 (|#1| |#1| "left" |#1|)) (-15 -3034 (|#1| |#1| "right")) (-15 -3034 (|#1| |#1| "left")) (-15 -3986 (|#2| |#1| "value" |#2|)) (-15 -4428 ((-114) |#1| |#1|)) (-15 -2778 ((-663 |#2|) |#1|)) (-15 -1898 ((-114) |#1|)) (-15 -3034 (|#2| |#1| "value")) (-15 -3019 ((-114) |#1|)) (-15 -1763 ((-663 |#1|) |#1|)) (-15 -2094 ((-663 |#1|) |#1|)) (-15 -3243 ((-114) |#2| |#1|)) (-15 -3819 ((-793) |#1|))) (-121 |#2|) (-1249)) (T -120))
+NIL
+(-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -3986 (|#1| |#1| "right" |#1|)) (-15 -3986 (|#1| |#1| "left" |#1|)) (-15 -3034 (|#1| |#1| "right")) (-15 -3034 (|#1| |#1| "left")) (-15 -3986 (|#2| |#1| "value" |#2|)) (-15 -4428 ((-114) |#1| |#1|)) (-15 -2778 ((-663 |#2|) |#1|)) (-15 -1898 ((-114) |#1|)) (-15 -3034 (|#2| |#1| "value")) (-15 -3019 ((-114) |#1|)) (-15 -1763 ((-663 |#1|) |#1|)) (-15 -2094 ((-663 |#1|) |#1|)) (-15 -3243 ((-114) |#2| |#1|)) (-15 -3819 ((-793) |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 55 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 ((|#1| $ |#1|) 46 (|has| $ (-6 -4511)) ELT)) (-3742 (($ $ $) 61 (|has| $ (-6 -4511)) ELT)) (-3584 (($ $ $) 63 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4511)) ELT) (($ $ "left" $) 64 (|has| $ (-6 -4511)) ELT) (($ $ "right" $) 62 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 48 (|has| $ (-6 -4511)) ELT)) (-4489 (($) 7 T CONST)) (-3379 (($ $) 66 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 57 T ELT)) (-4428 (((-114) $ $) 49 (|has| |#1| (-1133)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-3369 (($ $) 68 T ELT)) (-2778 (((-663 |#1|) $) 52 T ELT)) (-3019 (((-114) $) 56 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ "value") 54 T ELT) (($ $ "left") 67 T ELT) (($ $ "right") 65 T ELT)) (-3419 (((-560) $ $) 51 T ELT)) (-1898 (((-114) $) 53 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 58 T ELT)) (-4316 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-121 |#1|) (-142) (-1249)) (T -121))
+((-3369 (*1 *1 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1249)))) (-3034 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-121 *3)) (-4 *3 (-1249)))) (-3379 (*1 *1 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1249)))) (-3034 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-121 *3)) (-4 *3 (-1249)))) (-3986 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4511)) (-4 *1 (-121 *3)) (-4 *3 (-1249)))) (-3584 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-121 *2)) (-4 *2 (-1249)))) (-3986 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4511)) (-4 *1 (-121 *3)) (-4 *3 (-1249)))) (-3742 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-121 *2)) (-4 *2 (-1249)))))
+(-13 (-1042 |t#1|) (-10 -8 (-15 -3369 ($ $)) (-15 -3034 ($ $ "left")) (-15 -3379 ($ $)) (-15 -3034 ($ $ "right")) (IF (|has| $ (-6 -4511)) (PROGN (-15 -3986 ($ $ "left" $)) (-15 -3584 ($ $ $)) (-15 -3986 ($ $ "right" $)) (-15 -3742 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1042 |#1|) . T) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3669 (((-114) |#1|) 29 T ELT)) (-1697 (((-793) (-793)) 28 T ELT) (((-793)) 27 T ELT)) (-2362 (((-114) |#1| (-114)) 30 T ELT) (((-114) |#1|) 31 T ELT)))
+(((-122 |#1|) (-10 -7 (-15 -2362 ((-114) |#1|)) (-15 -2362 ((-114) |#1| (-114))) (-15 -1697 ((-793))) (-15 -1697 ((-793) (-793))) (-15 -3669 ((-114) |#1|))) (-1275 (-560))) (T -122))
+((-3669 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560))))) (-1697 (*1 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560))))) (-1697 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560))))) (-2362 (*1 *2 *3 *2) (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560))))) (-2362 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560))))))
+(-10 -7 (-15 -2362 ((-114) |#1|)) (-15 -2362 ((-114) |#1| (-114))) (-15 -1697 ((-793))) (-15 -1697 ((-793) (-793))) (-15 -3669 ((-114) |#1|)))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 18 T ELT)) (-2275 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 26 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3742 (($ $ $) 21 (|has| $ (-6 -4511)) ELT)) (-3584 (($ $ $) 23 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4511)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-3379 (($ $) 20 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2335 (($ $ |#1| $) 27 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3369 (($ $) 22 T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3515 (($ |#1| $) 28 T ELT)) (-3549 (($ |#1| $) 15 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 17 T ELT)) (-3614 (($) 11 T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-1898 (((-114) $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1598 (($ (-663 |#1|)) 16 T ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-123 |#1|) (-13 (-127 |#1|) (-10 -8 (-6 -4511) (-6 -4510) (-15 -1598 ($ (-663 |#1|))) (-15 -3549 ($ |#1| $)) (-15 -3515 ($ |#1| $)) (-15 -2275 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-872)) (T -123))
+((-1598 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-123 *3)))) (-3549 (*1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-872)))) (-3515 (*1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-872)))) (-2275 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-123 *3)) (|:| |greater| (-123 *3)))) (-5 *1 (-123 *3)) (-4 *3 (-872)))))
+(-13 (-127 |#1|) (-10 -8 (-6 -4511) (-6 -4510) (-15 -1598 ($ (-663 |#1|))) (-15 -3549 ($ |#1| $)) (-15 -3515 ($ |#1| $)) (-15 -2275 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
+((-3830 (($ $) 13 T ELT)) (-2912 (($ $) 11 T ELT)) (-3978 (($ $ $) 23 T ELT)) (-3860 (($ $ $) 21 T ELT)) (-3872 (($ $ $) 19 T ELT)) (-3863 (($ $ $) 17 T ELT)))
+(((-124 |#1|) (-10 -8 (-15 -3978 (|#1| |#1| |#1|)) (-15 -3860 (|#1| |#1| |#1|)) (-15 -3830 (|#1| |#1|)) (-15 -3863 (|#1| |#1| |#1|)) (-15 -3872 (|#1| |#1| |#1|)) (-15 -2912 (|#1| |#1|))) (-125)) (T -124))
+NIL
+(-10 -8 (-15 -3978 (|#1| |#1| |#1|)) (-15 -3860 (|#1| |#1| |#1|)) (-15 -3830 (|#1| |#1|)) (-15 -3863 (|#1| |#1| |#1|)) (-15 -3872 (|#1| |#1| |#1|)) (-15 -2912 (|#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3830 (($ $) 106 T ELT)) (-2948 (($ $ $) 31 T ELT)) (-2507 (((-1305) $ (-560) (-560)) 69 (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) $) 101 (|has| (-114) (-872)) ELT) (((-114) (-1 (-114) (-114) (-114)) $) 95 T ELT)) (-4235 (($ $) 105 (-12 (|has| (-114) (-872)) (|has| $ (-6 -4511))) ELT) (($ (-1 (-114) (-114) (-114)) $) 104 (|has| $ (-6 -4511)) ELT)) (-2125 (($ $) 100 (|has| (-114) (-872)) ELT) (($ (-1 (-114) (-114) (-114)) $) 94 T ELT)) (-4405 (((-114) $ (-793)) 40 T ELT)) (-3986 (((-114) $ (-1266 (-560)) (-114)) 91 (|has| $ (-6 -4511)) ELT) (((-114) $ (-560) (-114)) 57 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) (-114)) $) 74 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 41 T CONST)) (-1518 (($ $) 103 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 93 T ELT)) (-4154 (($ $) 71 (-12 (|has| (-114) (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ (-1 (-114) (-114)) $) 75 (|has| $ (-6 -4510)) ELT) (($ (-114) $) 72 (-12 (|has| (-114) (-1133)) (|has| $ (-6 -4510))) ELT)) (-1995 (((-114) (-1 (-114) (-114) (-114)) $) 77 (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114)) 76 (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114) (-114)) 73 (-12 (|has| (-114) (-1133)) (|has| $ (-6 -4510))) ELT)) (-2186 (((-114) $ (-560) (-114)) 56 (|has| $ (-6 -4511)) ELT)) (-2109 (((-114) $ (-560)) 58 T ELT)) (-3817 (((-560) (-114) $ (-560)) 98 (|has| (-114) (-1133)) ELT) (((-560) (-114) $) 97 (|has| (-114) (-1133)) ELT) (((-560) (-1 (-114) (-114)) $) 96 T ELT)) (-3086 (((-663 (-114)) $) 48 (|has| $ (-6 -4510)) ELT)) (-2936 (($ $ $) 111 T ELT)) (-2912 (($ $) 109 T ELT)) (-3978 (($ $ $) 32 T ELT)) (-4446 (($ (-793) (-114)) 81 T ELT)) (-3860 (($ $ $) 33 T ELT)) (-3050 (((-114) $ (-793)) 39 T ELT)) (-3672 (((-560) $) 66 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 23 T ELT)) (-1762 (($ $ $) 99 (|has| (-114) (-872)) ELT) (($ (-1 (-114) (-114) (-114)) $ $) 92 T ELT)) (-4439 (((-663 (-114)) $) 49 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-114) $) 51 (-12 (|has| (-114) (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 65 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 22 T ELT)) (-2173 (($ (-1 (-114) (-114)) $) 44 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-114) (-114) (-114)) $ $) 86 T ELT) (($ (-1 (-114) (-114)) $) 43 T ELT)) (-1506 (((-114) $ (-793)) 38 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4233 (($ $ $ (-560)) 90 T ELT) (($ (-114) $ (-560)) 89 T ELT)) (-3444 (((-663 (-560)) $) 63 T ELT)) (-2679 (((-114) (-560) $) 62 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1574 (((-114) $) 67 (|has| (-560) (-872)) ELT)) (-3237 (((-3 (-114) "failed") (-1 (-114) (-114)) $) 78 T ELT)) (-2024 (($ $ (-114)) 68 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) (-114)) $) 46 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-114)) (-663 (-114))) 55 (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-114) (-114)) 54 (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-305 (-114))) 53 (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-663 (-305 (-114)))) 52 (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT)) (-3470 (((-114) $ $) 34 T ELT)) (-2379 (((-114) (-114) $) 64 (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-1570 (((-663 (-114)) $) 61 T ELT)) (-4150 (((-114) $) 37 T ELT)) (-3614 (($) 36 T ELT)) (-3034 (($ $ (-1266 (-560))) 80 T ELT) (((-114) $ (-560)) 60 T ELT) (((-114) $ (-560) (-114)) 59 T ELT)) (-3032 (($ $ (-1266 (-560))) 88 T ELT) (($ $ (-560)) 87 T ELT)) (-1485 (((-793) (-114) $) 50 (-12 (|has| (-114) (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) (-114)) $) 47 (|has| $ (-6 -4510)) ELT)) (-1352 (($ $ $ (-560)) 102 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 35 T ELT)) (-1830 (((-549) $) 70 (|has| (-114) (-633 (-549))) ELT)) (-3845 (($ (-663 (-114))) 79 T ELT)) (-2465 (($ (-663 $)) 85 T ELT) (($ $ $) 84 T ELT) (($ (-114) $) 83 T ELT) (($ $ (-114)) 82 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3894 (((-114) (-1 (-114) (-114)) $) 45 (|has| $ (-6 -4510)) ELT)) (-2925 (($ $ $) 110 T ELT)) (-3872 (($ $ $) 108 T ELT)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (-3863 (($ $ $) 107 T ELT)) (-3819 (((-793) $) 42 (|has| $ (-6 -4510)) ELT)))
(((-125) (-142)) (T -125))
-((-2669 (*1 *1 *1 *1) (-4 *1 (-125))) (-3984 (*1 *1 *1 *1) (-4 *1 (-125))) (-1404 (*1 *1 *1 *1) (-4 *1 (-125))))
-(-13 (-871) (-113) (-684) (-19 (-114)) (-10 -8 (-15 -2669 ($ $ $)) (-15 -3984 ($ $ $)) (-15 -1404 ($ $ $))))
-(((-34) . T) ((-102) . T) ((-113) . T) ((-632 (-887)) . T) ((-153 #0=(-114)) . T) ((-633 (-549)) |has| (-114) (-633 (-549))) ((-298 #1=(-560) #0#) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #1# #0#) . T) ((-321 #0#) -12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ((-385 #0#) . T) ((-503 #0#) . T) ((-618 #1# #0#) . T) ((-528 #0# #0#) -12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ((-673 #0#) . T) ((-684) . T) ((-19 #0#) . T) ((-871) . T) ((-874) . T) ((-1132) . T) ((-1248) . T))
-((-3459 (($ (-1 |#2| |#2|) $) 22 T ELT)) (-2721 (($ $) 16 T ELT)) (-2305 (((-793) $) 25 T ELT)))
-(((-126 |#1| |#2|) (-10 -8 (-15 -3459 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2305 ((-793) |#1|)) (-15 -2721 (|#1| |#1|))) (-127 |#2|) (-1132)) (T -126))
-NIL
-(-10 -8 (-15 -3459 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2305 ((-793) |#1|)) (-15 -2721 (|#1| |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 55 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 ((|#1| $ |#1|) 46 (|has| $ (-6 -4510)) ELT)) (-2235 (($ $ $) 61 (|has| $ (-6 -4510)) ELT)) (-3027 (($ $ $) 63 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4510)) ELT) (($ $ "left" $) 64 (|has| $ (-6 -4510)) ELT) (($ $ "right" $) 62 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 48 (|has| $ (-6 -4510)) ELT)) (-3366 (($) 7 T CONST)) (-1448 (($ $) 66 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 57 T ELT)) (-2602 (((-114) $ $) 49 (|has| |#1| (-1132)) ELT)) (-1538 (($ $ |#1| $) 69 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1432 (($ $) 68 T ELT)) (-1940 (((-663 |#1|) $) 52 T ELT)) (-2833 (((-114) $) 56 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ "value") 54 T ELT) (($ $ "left") 67 T ELT) (($ $ "right") 65 T ELT)) (-1403 (((-560) $ $) 51 T ELT)) (-4235 (((-114) $) 53 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 58 T ELT)) (-3066 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-127 |#1|) (-142) (-1132)) (T -127))
-((-1538 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-127 *2)) (-4 *2 (-1132)))))
-(-13 (-121 |t#1|) (-10 -8 (-6 -4510) (-6 -4509) (-15 -1538 ($ $ |t#1| $))))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-121 |#1|) . T) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1041 |#1|) . T) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 18 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 ((|#1| $ |#1|) 22 (|has| $ (-6 -4510)) ELT)) (-2235 (($ $ $) 23 (|has| $ (-6 -4510)) ELT)) (-3027 (($ $ $) 21 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4510)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1448 (($ $) 24 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-1538 (($ $ |#1| $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1432 (($ $) NIL T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1368 (($ |#1| $) 15 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 17 T ELT)) (-1423 (($) 11 T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-4235 (((-114) $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) 20 T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2101 (($ (-663 |#1|)) 16 T ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-128 |#1|) (-13 (-127 |#1|) (-10 -8 (-6 -4510) (-15 -2101 ($ (-663 |#1|))) (-15 -1368 ($ |#1| $)))) (-871)) (T -128))
-((-2101 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-128 *3)))) (-1368 (*1 *1 *2 *1) (-12 (-5 *1 (-128 *2)) (-4 *2 (-871)))))
-(-13 (-127 |#1|) (-10 -8 (-6 -4510) (-15 -2101 ($ (-663 |#1|))) (-15 -1368 ($ |#1| $))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 30 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 ((|#1| $ |#1|) 32 (|has| $ (-6 -4510)) ELT)) (-2235 (($ $ $) 36 (|has| $ (-6 -4510)) ELT)) (-3027 (($ $ $) 34 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4510)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1448 (($ $) 23 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-1538 (($ $ |#1| $) 16 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1432 (($ $) 22 T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) 25 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 20 T ELT)) (-1423 (($) 11 T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-4235 (((-114) $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3844 (($ |#1|) 18 T ELT) (($ $ |#1| $) 17 T ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 10 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-129 |#1|) (-13 (-127 |#1|) (-10 -8 (-15 -3844 ($ |#1|)) (-15 -3844 ($ $ |#1| $)))) (-1132)) (T -129))
-((-3844 (*1 *1 *2) (-12 (-5 *1 (-129 *2)) (-4 *2 (-1132)))) (-3844 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-129 *2)) (-4 *2 (-1132)))))
-(-13 (-127 |#1|) (-10 -8 (-15 -3844 ($ |#1|)) (-15 -3844 ($ $ |#1| $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) 40 T ELT)) (-1450 (((-793)) 26 T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) 35 T ELT)) (-2006 (($ $ $) NIL T ELT) (($) 24 T CONST)) (-2718 (($ $ $) NIL T ELT) (($) 25 T CONST)) (-2608 (((-948) $) 33 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) 31 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-146)) 15 T ELT) (((-146) $) 17 T ELT)) (-2247 (($ (-793)) 8 T ELT)) (-3634 (($ $ $) 37 T ELT)) (-3620 (($ $ $) 36 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) 39 T ELT)) (-2383 (((-114) $ $) 22 T ELT)) (-2360 (((-114) $ $) 20 T ELT)) (-2329 (((-114) $ $) 18 T ELT)) (-2372 (((-114) $ $) 21 T ELT)) (-2349 (((-114) $ $) 19 T ELT)) (-2348 (($ $ $) 38 T ELT)))
-(((-130) (-13 (-866) (-504 (-146)) (-684) (-10 -8 (-15 -2247 ($ (-793))) (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))) (T -130))
-((-2247 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-130)))) (-3620 (*1 *1 *1 *1) (-5 *1 (-130))) (-3634 (*1 *1 *1 *1) (-5 *1 (-130))) (-3366 (*1 *1) (-5 *1 (-130))))
-(-13 (-866) (-504 (-146)) (-684) (-10 -8 (-15 -2247 ($ (-793))) (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))
+((-3860 (*1 *1 *1 *1) (-4 *1 (-125))) (-3978 (*1 *1 *1 *1) (-4 *1 (-125))) (-2948 (*1 *1 *1 *1) (-4 *1 (-125))))
+(-13 (-872) (-113) (-684) (-19 (-114)) (-10 -8 (-15 -3860 ($ $ $)) (-15 -3978 ($ $ $)) (-15 -2948 ($ $ $))))
+(((-34) . T) ((-102) . T) ((-113) . T) ((-632 (-888)) . T) ((-153 #0=(-114)) . T) ((-633 (-549)) |has| (-114) (-633 (-549))) ((-298 #1=(-560) #0#) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #1# #0#) . T) ((-321 #0#) -12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ((-385 #0#) . T) ((-503 #0#) . T) ((-618 #1# #0#) . T) ((-528 #0# #0#) -12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ((-673 #0#) . T) ((-684) . T) ((-19 #0#) . T) ((-872) . T) ((-875) . T) ((-1133) . T) ((-1249) . T))
+((-2173 (($ (-1 |#2| |#2|) $) 22 T ELT)) (-4007 (($ $) 16 T ELT)) (-3819 (((-793) $) 25 T ELT)))
+(((-126 |#1| |#2|) (-10 -8 (-15 -2173 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3819 ((-793) |#1|)) (-15 -4007 (|#1| |#1|))) (-127 |#2|) (-1133)) (T -126))
+NIL
+(-10 -8 (-15 -2173 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3819 ((-793) |#1|)) (-15 -4007 (|#1| |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 55 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 ((|#1| $ |#1|) 46 (|has| $ (-6 -4511)) ELT)) (-3742 (($ $ $) 61 (|has| $ (-6 -4511)) ELT)) (-3584 (($ $ $) 63 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4511)) ELT) (($ $ "left" $) 64 (|has| $ (-6 -4511)) ELT) (($ $ "right" $) 62 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 48 (|has| $ (-6 -4511)) ELT)) (-4489 (($) 7 T CONST)) (-3379 (($ $) 66 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 57 T ELT)) (-4428 (((-114) $ $) 49 (|has| |#1| (-1133)) ELT)) (-2335 (($ $ |#1| $) 69 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-3369 (($ $) 68 T ELT)) (-2778 (((-663 |#1|) $) 52 T ELT)) (-3019 (((-114) $) 56 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ "value") 54 T ELT) (($ $ "left") 67 T ELT) (($ $ "right") 65 T ELT)) (-3419 (((-560) $ $) 51 T ELT)) (-1898 (((-114) $) 53 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 58 T ELT)) (-4316 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-127 |#1|) (-142) (-1133)) (T -127))
+((-2335 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-127 *2)) (-4 *2 (-1133)))))
+(-13 (-121 |t#1|) (-10 -8 (-6 -4511) (-6 -4510) (-15 -2335 ($ $ |t#1| $))))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-121 |#1|) . T) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1042 |#1|) . T) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 18 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 ((|#1| $ |#1|) 22 (|has| $ (-6 -4511)) ELT)) (-3742 (($ $ $) 23 (|has| $ (-6 -4511)) ELT)) (-3584 (($ $ $) 21 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4511)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-3379 (($ $) 24 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2335 (($ $ |#1| $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3369 (($ $) NIL T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3549 (($ |#1| $) 15 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 17 T ELT)) (-3614 (($) 11 T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-1898 (((-114) $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) 20 T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1870 (($ (-663 |#1|)) 16 T ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-128 |#1|) (-13 (-127 |#1|) (-10 -8 (-6 -4511) (-15 -1870 ($ (-663 |#1|))) (-15 -3549 ($ |#1| $)))) (-872)) (T -128))
+((-1870 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-128 *3)))) (-3549 (*1 *1 *2 *1) (-12 (-5 *1 (-128 *2)) (-4 *2 (-872)))))
+(-13 (-127 |#1|) (-10 -8 (-6 -4511) (-15 -1870 ($ (-663 |#1|))) (-15 -3549 ($ |#1| $))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 30 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 ((|#1| $ |#1|) 32 (|has| $ (-6 -4511)) ELT)) (-3742 (($ $ $) 36 (|has| $ (-6 -4511)) ELT)) (-3584 (($ $ $) 34 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4511)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-3379 (($ $) 23 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2335 (($ $ |#1| $) 16 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3369 (($ $) 22 T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) 25 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 20 T ELT)) (-3614 (($) 11 T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-1898 (((-114) $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2391 (($ |#1|) 18 T ELT) (($ $ |#1| $) 17 T ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 10 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-129 |#1|) (-13 (-127 |#1|) (-10 -8 (-15 -2391 ($ |#1|)) (-15 -2391 ($ $ |#1| $)))) (-1133)) (T -129))
+((-2391 (*1 *1 *2) (-12 (-5 *1 (-129 *2)) (-4 *2 (-1133)))) (-2391 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-129 *2)) (-4 *2 (-1133)))))
+(-13 (-127 |#1|) (-10 -8 (-15 -2391 ($ |#1|)) (-15 -2391 ($ $ |#1| $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) 40 T ELT)) (-2233 (((-793)) 26 T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) 35 T ELT)) (-1622 (($ $ $) NIL T ELT) (($) 24 T CONST)) (-3934 (($ $ $) NIL T ELT) (($) 25 T CONST)) (-3862 (((-949) $) 33 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) 31 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-146)) 15 T ELT) (((-146) $) 17 T ELT)) (-4237 (($ (-793)) 8 T ELT)) (-1879 (($ $ $) 37 T ELT)) (-1867 (($ $ $) 36 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) 39 T ELT)) (-2537 (((-114) $ $) 22 T ELT)) (-2510 (((-114) $ $) 20 T ELT)) (-2478 (((-114) $ $) 18 T ELT)) (-2525 (((-114) $ $) 21 T ELT)) (-2499 (((-114) $ $) 19 T ELT)) (-3863 (($ $ $) 38 T ELT)))
+(((-130) (-13 (-868) (-504 (-146)) (-684) (-10 -8 (-15 -4237 ($ (-793))) (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))) (T -130))
+((-4237 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-130)))) (-1867 (*1 *1 *1 *1) (-5 *1 (-130))) (-1879 (*1 *1 *1 *1) (-5 *1 (-130))) (-4489 (*1 *1) (-5 *1 (-130))))
+(-13 (-868) (-504 (-146)) (-684) (-10 -8 (-15 -4237 ($ (-793))) (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))
((|NonNegativeInteger|) (|%ilt| |#1| 256))
-((-2294 (((-114) $ $) NIL (|has| (-130) (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) (-130) (-130)) $) NIL T ELT) (((-114) $) NIL (|has| (-130) (-871)) ELT)) (-3119 (($ (-1 (-114) (-130) (-130)) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-130) (-871))) ELT)) (-3334 (($ (-1 (-114) (-130) (-130)) $) NIL T ELT) (($ $) NIL (|has| (-130) (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 (((-130) $ (-560) (-130)) 26 (|has| $ (-6 -4510)) ELT) (((-130) $ (-1265 (-560)) (-130)) NIL (|has| $ (-6 -4510)) ELT)) (-3961 (((-793) $ (-793)) 34 T ELT)) (-3606 (($ (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-130) (-1132))) ELT)) (-2025 (($ (-130) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-130) (-1132))) ELT) (($ (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-130) (-1 (-130) (-130) (-130)) $ (-130) (-130)) NIL (-12 (|has| $ (-6 -4509)) (|has| (-130) (-1132))) ELT) (((-130) (-1 (-130) (-130) (-130)) $ (-130)) NIL (|has| $ (-6 -4509)) ELT) (((-130) (-1 (-130) (-130) (-130)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 (((-130) $ (-560) (-130)) 25 (|has| $ (-6 -4510)) ELT)) (-3393 (((-130) $ (-560)) 20 T ELT)) (-2533 (((-560) (-1 (-114) (-130)) $) NIL T ELT) (((-560) (-130) $) NIL (|has| (-130) (-1132)) ELT) (((-560) (-130) $ (-560)) NIL (|has| (-130) (-1132)) ELT)) (-1559 (((-663 (-130)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) (-130)) 14 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) 27 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| (-130) (-871)) ELT)) (-4246 (($ (-1 (-114) (-130) (-130)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-130) (-871)) ELT)) (-2559 (((-663 (-130)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-130) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-130) (-1132))) ELT)) (-3213 (((-560) $) 30 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-130) (-871)) ELT)) (-3459 (($ (-1 (-130) (-130)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-130) (-130)) $) NIL T ELT) (($ (-1 (-130) (-130) (-130)) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| (-130) (-1132)) ELT)) (-1726 (($ (-130) $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| (-130) (-1132)) ELT)) (-3794 (((-130) $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 (-130) "failed") (-1 (-114) (-130)) $) NIL T ELT)) (-4446 (($ $ (-130)) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-130)))) NIL (-12 (|has| (-130) (-321 (-130))) (|has| (-130) (-1132))) ELT) (($ $ (-305 (-130))) NIL (-12 (|has| (-130) (-321 (-130))) (|has| (-130) (-1132))) ELT) (($ $ (-130) (-130)) NIL (-12 (|has| (-130) (-321 (-130))) (|has| (-130) (-1132))) ELT) (($ $ (-663 (-130)) (-663 (-130))) NIL (-12 (|has| (-130) (-321 (-130))) (|has| (-130) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) (-130) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-130) (-1132))) ELT)) (-3155 (((-663 (-130)) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 12 T ELT)) (-1495 (((-130) $ (-560) (-130)) NIL T ELT) (((-130) $ (-560)) 23 T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-130) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-130) (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-130) (-633 (-549))) ELT)) (-2548 (($ (-663 (-130))) 46 T ELT)) (-4357 (($ $ (-130)) NIL T ELT) (($ (-130) $) NIL T ELT) (($ $ $) 47 T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-987 (-130)) $) 35 T ELT) (((-1190) $) 43 T ELT) (((-887) $) NIL (|has| (-130) (-632 (-887))) ELT)) (-1891 (((-793) $) 18 T ELT)) (-2230 (($ (-793)) 8 T ELT)) (-3860 (((-114) $ $) NIL (|has| (-130) (-102)) ELT)) (-1657 (((-114) (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-130) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-130) (-871)) ELT)) (-2329 (((-114) $ $) 32 (|has| (-130) (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| (-130) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-130) (-871)) ELT)) (-2305 (((-793) $) 15 (|has| $ (-6 -4509)) ELT)))
-(((-131) (-13 (-19 (-130)) (-632 (-987 (-130))) (-632 (-1190)) (-10 -8 (-15 -2230 ($ (-793))) (-15 -1891 ((-793) $)) (-15 -3961 ((-793) $ (-793))) (-6 -4509)))) (T -131))
-((-2230 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-131)))) (-1891 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-131)))) (-3961 (*1 *2 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-131)))))
-(-13 (-19 (-130)) (-632 (-987 (-130))) (-632 (-1190)) (-10 -8 (-15 -2230 ($ (-793))) (-15 -1891 ((-793) $)) (-15 -3961 ((-793) $ (-793))) (-6 -4509)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3713 (($) 6 T CONST)) (-3471 (($) 7 T CONST)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 14 T ELT)) (-2498 (($) 8 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 10 T ELT)))
-(((-132) (-13 (-1132) (-10 -8 (-15 -3471 ($) -3721) (-15 -2498 ($) -3721) (-15 -3713 ($) -3721)))) (T -132))
-((-3471 (*1 *1) (-5 *1 (-132))) (-2498 (*1 *1) (-5 *1 (-132))) (-3713 (*1 *1) (-5 *1 (-132))))
-(-13 (-1132) (-10 -8 (-15 -3471 ($) -3721) (-15 -2498 ($) -3721) (-15 -3713 ($) -3721)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT)))
+((-3808 (((-114) $ $) NIL (|has| (-130) (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) (-130) (-130)) $) NIL T ELT) (((-114) $) NIL (|has| (-130) (-872)) ELT)) (-4235 (($ (-1 (-114) (-130) (-130)) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| (-130) (-872))) ELT)) (-2125 (($ (-1 (-114) (-130) (-130)) $) NIL T ELT) (($ $) NIL (|has| (-130) (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 (((-130) $ (-560) (-130)) 26 (|has| $ (-6 -4511)) ELT) (((-130) $ (-1266 (-560)) (-130)) NIL (|has| $ (-6 -4511)) ELT)) (-3220 (((-793) $ (-793)) 34 T ELT)) (-3797 (($ (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-130) (-1133))) ELT)) (-3513 (($ (-130) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-130) (-1133))) ELT) (($ (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-130) (-1 (-130) (-130) (-130)) $ (-130) (-130)) NIL (-12 (|has| $ (-6 -4510)) (|has| (-130) (-1133))) ELT) (((-130) (-1 (-130) (-130) (-130)) $ (-130)) NIL (|has| $ (-6 -4510)) ELT) (((-130) (-1 (-130) (-130) (-130)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 (((-130) $ (-560) (-130)) 25 (|has| $ (-6 -4511)) ELT)) (-2109 (((-130) $ (-560)) 20 T ELT)) (-3817 (((-560) (-1 (-114) (-130)) $) NIL T ELT) (((-560) (-130) $) NIL (|has| (-130) (-1133)) ELT) (((-560) (-130) $ (-560)) NIL (|has| (-130) (-1133)) ELT)) (-3086 (((-663 (-130)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) (-130)) 14 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) 27 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| (-130) (-872)) ELT)) (-1762 (($ (-1 (-114) (-130) (-130)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-130) (-872)) ELT)) (-4439 (((-663 (-130)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-130) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-130) (-1133))) ELT)) (-3320 (((-560) $) 30 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-130) (-872)) ELT)) (-2173 (($ (-1 (-130) (-130)) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-130) (-130)) $) NIL T ELT) (($ (-1 (-130) (-130) (-130)) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| (-130) (-1133)) ELT)) (-4233 (($ (-130) $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| (-130) (-1133)) ELT)) (-1574 (((-130) $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 (-130) "failed") (-1 (-114) (-130)) $) NIL T ELT)) (-2024 (($ $ (-130)) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-130)))) NIL (-12 (|has| (-130) (-321 (-130))) (|has| (-130) (-1133))) ELT) (($ $ (-305 (-130))) NIL (-12 (|has| (-130) (-321 (-130))) (|has| (-130) (-1133))) ELT) (($ $ (-130) (-130)) NIL (-12 (|has| (-130) (-321 (-130))) (|has| (-130) (-1133))) ELT) (($ $ (-663 (-130)) (-663 (-130))) NIL (-12 (|has| (-130) (-321 (-130))) (|has| (-130) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) (-130) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-130) (-1133))) ELT)) (-1570 (((-663 (-130)) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 12 T ELT)) (-3034 (((-130) $ (-560) (-130)) NIL T ELT) (((-130) $ (-560)) 23 T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-130) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-130) (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-130) (-633 (-549))) ELT)) (-3845 (($ (-663 (-130))) 46 T ELT)) (-2465 (($ $ (-130)) NIL T ELT) (($ (-130) $) NIL T ELT) (($ $ $) 47 T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-988 (-130)) $) 35 T ELT) (((-1191) $) 43 T ELT) (((-888) $) NIL (|has| (-130) (-632 (-888))) ELT)) (-1604 (((-793) $) 18 T ELT)) (-4344 (($ (-793)) 8 T ELT)) (-1519 (((-114) $ $) NIL (|has| (-130) (-102)) ELT)) (-3894 (((-114) (-1 (-114) (-130)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-130) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-130) (-872)) ELT)) (-2478 (((-114) $ $) 32 (|has| (-130) (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| (-130) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-130) (-872)) ELT)) (-3819 (((-793) $) 15 (|has| $ (-6 -4510)) ELT)))
+(((-131) (-13 (-19 (-130)) (-632 (-988 (-130))) (-632 (-1191)) (-10 -8 (-15 -4344 ($ (-793))) (-15 -1604 ((-793) $)) (-15 -3220 ((-793) $ (-793))) (-6 -4510)))) (T -131))
+((-4344 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-131)))) (-1604 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-131)))) (-3220 (*1 *2 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-131)))))
+(-13 (-19 (-130)) (-632 (-988 (-130))) (-632 (-1191)) (-10 -8 (-15 -4344 ($ (-793))) (-15 -1604 ((-793) $)) (-15 -3220 ((-793) $ (-793))) (-6 -4510)))
+((-3808 (((-114) $ $) NIL T ELT)) (-4137 (($) 6 T CONST)) (-1842 (($) 7 T CONST)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 14 T ELT)) (-3892 (($) 8 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 10 T ELT)))
+(((-132) (-13 (-1133) (-10 -8 (-15 -1842 ($) -2292) (-15 -3892 ($) -2292) (-15 -4137 ($) -2292)))) (T -132))
+((-1842 (*1 *1) (-5 *1 (-132))) (-3892 (*1 *1) (-5 *1 (-132))) (-4137 (*1 *1) (-5 *1 (-132))))
+(-13 (-1133) (-10 -8 (-15 -1842 ($) -2292) (-15 -3892 ($) -2292) (-15 -4137 ($) -2292)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT)))
(((-133) (-142)) (T -133))
-((-2494 (*1 *1 *1 *1) (|partial| -4 *1 (-133))))
-(-13 (-23) (-10 -8 (-15 -2494 ((-3 $ "failed") $ $))))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-2157 (((-1304) $ (-793)) 17 T ELT)) (-2533 (((-793) $) 18 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
+((-1469 (*1 *1 *1 *1) (|partial| -4 *1 (-133))))
+(-13 (-23) (-10 -8 (-15 -1469 ((-3 $ "failed") $ $))))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-2992 (((-1305) $ (-793)) 17 T ELT)) (-3817 (((-793) $) 18 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
(((-134) (-142)) (T -134))
-((-2533 (*1 *2 *1) (-12 (-4 *1 (-134)) (-5 *2 (-793)))) (-2157 (*1 *2 *1 *3) (-12 (-4 *1 (-134)) (-5 *3 (-793)) (-5 *2 (-1304)))))
-(-13 (-1132) (-10 -8 (-15 -2533 ((-793) $)) (-15 -2157 ((-1304) $ (-793)))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 16 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-663 (-1166)) $) 10 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-135) (-13 (-1114) (-10 -8 (-15 -3966 ((-663 (-1166)) $))))) (T -135))
-((-3966 (*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-135)))))
-(-13 (-1114) (-10 -8 (-15 -3966 ((-663 (-1166)) $))))
-((-2294 (((-114) $ $) 49 T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-793) "failed") $) 58 T ELT)) (-3056 (((-793) $) 56 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) 37 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1738 (((-114)) 59 T ELT)) (-1766 (((-114) (-114)) 61 T ELT)) (-3619 (((-114) $) 30 T ELT)) (-2272 (((-114) $) 55 T ELT)) (-2539 (((-887) $) 28 T ELT) (($ (-793)) 20 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 18 T CONST)) (-1439 (($) 19 T CONST)) (-3680 (($ (-793)) 21 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) 40 T ELT)) (-2329 (((-114) $ $) 32 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 35 T ELT)) (-2426 (((-3 $ "failed") $ $) 42 T ELT)) (-2413 (($ $ $) 38 T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-948)) NIL T ELT) (($ $ $) 54 T ELT)) (* (($ (-793) $) 48 T ELT) (($ (-948) $) NIL T ELT) (($ $ $) 45 T ELT)))
-(((-136) (-13 (-871) (-23) (-748) (-1069 (-793)) (-10 -8 (-6 (-4511 "*")) (-15 -2426 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -3680 ($ (-793))) (-15 -3619 ((-114) $)) (-15 -2272 ((-114) $)) (-15 -1738 ((-114))) (-15 -1766 ((-114) (-114)))))) (T -136))
-((-2426 (*1 *1 *1 *1) (|partial| -5 *1 (-136))) (** (*1 *1 *1 *1) (-5 *1 (-136))) (-3680 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-136)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-136)))) (-2272 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-136)))) (-1738 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-136)))) (-1766 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-136)))))
-(-13 (-871) (-23) (-748) (-1069 (-793)) (-10 -8 (-6 (-4511 "*")) (-15 -2426 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -3680 ($ (-793))) (-15 -3619 ((-114) $)) (-15 -2272 ((-114) $)) (-15 -1738 ((-114))) (-15 -1766 ((-114) (-114)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3909 (($ (-663 |#3|)) 61 T ELT)) (-3896 (($ $) 123 T ELT) (($ $ (-560) (-560)) 122 T ELT)) (-3366 (($) 20 T ELT)) (-1442 (((-3 |#3| "failed") $) 83 T ELT)) (-3056 ((|#3| $) NIL T ELT)) (-1453 (($ $ (-663 (-560))) 124 T ELT)) (-2420 (((-663 |#3|) $) 56 T ELT)) (-3795 (((-793) $) 66 T ELT)) (-4307 (($ $ $) 117 T ELT)) (-1347 (($) 65 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1694 (($) 19 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1495 ((|#3| $ (-560)) 69 T ELT) ((|#3| $) 68 T ELT) ((|#3| $ (-560) (-560)) 70 T ELT) ((|#3| $ (-560) (-560) (-560)) 71 T ELT) ((|#3| $ (-560) (-560) (-560) (-560)) 72 T ELT) ((|#3| $ (-663 (-560))) 73 T ELT)) (-4283 (((-793) $) 67 T ELT)) (-3716 (($ $ (-560) $ (-560)) 118 T ELT) (($ $ (-560) (-560)) 120 T ELT)) (-2539 (((-887) $) 91 T ELT) (($ |#3|) 92 T ELT) (($ (-246 |#2| |#3|)) 99 T ELT) (($ (-1173 |#2| |#3|)) 102 T ELT) (($ (-663 |#3|)) 74 T ELT) (($ (-663 $)) 80 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 93 T CONST)) (-1439 (($) 94 T CONST)) (-2329 (((-114) $ $) 104 T ELT)) (-2426 (($ $) 110 T ELT) (($ $ $) 108 T ELT)) (-2413 (($ $ $) 106 T ELT)) (* (($ |#3| $) 115 T ELT) (($ $ |#3|) 116 T ELT) (($ $ (-560)) 113 T ELT) (($ (-560) $) 112 T ELT) (($ $ $) 119 T ELT)))
-(((-137 |#1| |#2| |#3|) (-13 (-479 |#3| (-793)) (-484 (-560) (-793)) (-298 (-560) |#3|) (-10 -8 (-15 -2539 ($ (-246 |#2| |#3|))) (-15 -2539 ($ (-1173 |#2| |#3|))) (-15 -2539 ($ (-663 |#3|))) (-15 -2539 ($ (-663 $))) (-15 -3795 ((-793) $)) (-15 -1495 (|#3| $)) (-15 -1495 (|#3| $ (-560) (-560))) (-15 -1495 (|#3| $ (-560) (-560) (-560))) (-15 -1495 (|#3| $ (-560) (-560) (-560) (-560))) (-15 -1495 (|#3| $ (-663 (-560)))) (-15 -4307 ($ $ $)) (-15 * ($ $ $)) (-15 -3716 ($ $ (-560) $ (-560))) (-15 -3716 ($ $ (-560) (-560))) (-15 -3896 ($ $)) (-15 -3896 ($ $ (-560) (-560))) (-15 -1453 ($ $ (-663 (-560)))) (-15 -1694 ($)) (-15 -1347 ($)) (-15 -2420 ((-663 |#3|) $)) (-15 -3909 ($ (-663 |#3|))) (-15 -3366 ($)))) (-560) (-793) (-175)) (T -137))
-((-4307 (*1 *1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-246 *4 *5)) (-14 *4 (-793)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1173 *4 *5)) (-14 *4 (-793)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 *5)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-137 *3 *4 *5))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)) (-4 *5 (-175)))) (-3795 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 *2) (-4 *5 (-175)))) (-1495 (*1 *2 *1) (-12 (-4 *2 (-175)) (-5 *1 (-137 *3 *4 *2)) (-14 *3 (-560)) (-14 *4 (-793)))) (-1495 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-793)))) (-1495 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-793)))) (-1495 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-793)))) (-1495 (*1 *2 *1 *3) (-12 (-5 *3 (-663 (-560))) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 (-560)) (-14 *5 (-793)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-3716 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-793)) (-4 *5 (-175)))) (-3716 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-793)) (-4 *5 (-175)))) (-3896 (*1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-3896 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-793)) (-4 *5 (-175)))) (-1453 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)) (-4 *5 (-175)))) (-1694 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-1347 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-2420 (*1 *2 *1) (-12 (-5 *2 (-663 *5)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)) (-4 *5 (-175)))) (-3909 (*1 *1 *2) (-12 (-5 *2 (-663 *5)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)))) (-3366 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))))
-(-13 (-479 |#3| (-793)) (-484 (-560) (-793)) (-298 (-560) |#3|) (-10 -8 (-15 -2539 ($ (-246 |#2| |#3|))) (-15 -2539 ($ (-1173 |#2| |#3|))) (-15 -2539 ($ (-663 |#3|))) (-15 -2539 ($ (-663 $))) (-15 -3795 ((-793) $)) (-15 -1495 (|#3| $)) (-15 -1495 (|#3| $ (-560) (-560))) (-15 -1495 (|#3| $ (-560) (-560) (-560))) (-15 -1495 (|#3| $ (-560) (-560) (-560) (-560))) (-15 -1495 (|#3| $ (-663 (-560)))) (-15 -4307 ($ $ $)) (-15 * ($ $ $)) (-15 -3716 ($ $ (-560) $ (-560))) (-15 -3716 ($ $ (-560) (-560))) (-15 -3896 ($ $)) (-15 -3896 ($ $ (-560) (-560))) (-15 -1453 ($ $ (-663 (-560)))) (-15 -1694 ($)) (-15 -1347 ($)) (-15 -2420 ((-663 |#3|) $)) (-15 -3909 ($ (-663 |#3|))) (-15 -3366 ($))))
-((-2435 (((-137 |#1| |#2| |#4|) (-663 |#4|) (-137 |#1| |#2| |#3|)) 14 T ELT)) (-2067 (((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|)) 18 T ELT)))
-(((-138 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2435 ((-137 |#1| |#2| |#4|) (-663 |#4|) (-137 |#1| |#2| |#3|))) (-15 -2067 ((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|)))) (-560) (-793) (-175) (-175)) (T -138))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-560)) (-14 *6 (-793)) (-4 *7 (-175)) (-4 *8 (-175)) (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-138 *5 *6 *7 *8)))) (-2435 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-560)) (-14 *6 (-793)) (-4 *7 (-175)) (-4 *8 (-175)) (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-138 *5 *6 *7 *8)))))
-(-10 -7 (-15 -2435 ((-137 |#1| |#2| |#4|) (-663 |#4|) (-137 |#1| |#2| |#3|))) (-15 -2067 ((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1910 (((-1166) $) 11 T ELT)) (-1898 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 17 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-139) (-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1166) $))))) (T -139))
-((-1898 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-139)))) (-1910 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-139)))))
-(-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3997 (((-190) $) 10 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-663 (-1166)) $) 13 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-140) (-13 (-1114) (-10 -8 (-15 -3997 ((-190) $)) (-15 -3966 ((-663 (-1166)) $))))) (T -140))
-((-3997 (*1 *2 *1) (-12 (-5 *2 (-190)) (-5 *1 (-140)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-140)))))
-(-13 (-1114) (-10 -8 (-15 -3997 ((-190) $)) (-15 -3966 ((-663 (-1166)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1831 (((-663 (-889)) $) NIL T ELT)) (-3952 (((-520) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3997 (((-190) $) NIL T ELT)) (-3880 (((-114) $ (-520)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1994 (((-663 (-114)) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (((-186) $) 6 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1816 (((-55) $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3817 (*1 *2 *1) (-12 (-4 *1 (-134)) (-5 *2 (-793)))) (-2992 (*1 *2 *1 *3) (-12 (-4 *1 (-134)) (-5 *3 (-793)) (-5 *2 (-1305)))))
+(-13 (-1133) (-10 -8 (-15 -3817 ((-793) $)) (-15 -2992 ((-1305) $ (-793)))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 16 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-663 (-1167)) $) 10 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-135) (-13 (-1115) (-10 -8 (-15 -2200 ((-663 (-1167)) $))))) (T -135))
+((-2200 (*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-135)))))
+(-13 (-1115) (-10 -8 (-15 -2200 ((-663 (-1167)) $))))
+((-3808 (((-114) $ $) 49 T ELT)) (-3136 (((-114) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-793) "failed") $) 58 T ELT)) (-4072 (((-793) $) 56 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) 37 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1424 (((-114)) 59 T ELT)) (-3768 (((-114) (-114)) 61 T ELT)) (-3741 (((-114) $) 30 T ELT)) (-2416 (((-114) $) 55 T ELT)) (-3834 (((-888) $) 28 T ELT) (($ (-793)) 20 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 18 T CONST)) (-2983 (($) 19 T CONST)) (-1885 (($ (-793)) 21 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) 40 T ELT)) (-2478 (((-114) $ $) 32 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 35 T ELT)) (-2581 (((-3 $ "failed") $ $) 42 T ELT)) (-2571 (($ $ $) 38 T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-949)) NIL T ELT) (($ $ $) 54 T ELT)) (* (($ (-793) $) 48 T ELT) (($ (-949) $) NIL T ELT) (($ $ $) 45 T ELT)))
+(((-136) (-13 (-872) (-23) (-748) (-1070 (-793)) (-10 -8 (-6 (-4512 "*")) (-15 -2581 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -1885 ($ (-793))) (-15 -3741 ((-114) $)) (-15 -2416 ((-114) $)) (-15 -1424 ((-114))) (-15 -3768 ((-114) (-114)))))) (T -136))
+((-2581 (*1 *1 *1 *1) (|partial| -5 *1 (-136))) (** (*1 *1 *1 *1) (-5 *1 (-136))) (-1885 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-136)))) (-3741 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-136)))) (-2416 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-136)))) (-1424 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-136)))) (-3768 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-136)))))
+(-13 (-872) (-23) (-748) (-1070 (-793)) (-10 -8 (-6 (-4512 "*")) (-15 -2581 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -1885 ($ (-793))) (-15 -3741 ((-114) $)) (-15 -2416 ((-114) $)) (-15 -1424 ((-114))) (-15 -3768 ((-114) (-114)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4474 (($ (-663 |#3|)) 61 T ELT)) (-2669 (($ $) 123 T ELT) (($ $ (-560) (-560)) 122 T ELT)) (-4489 (($) 20 T ELT)) (-4142 (((-3 |#3| "failed") $) 83 T ELT)) (-4072 ((|#3| $) NIL T ELT)) (-2628 (($ $ (-663 (-560))) 124 T ELT)) (-1765 (((-663 |#3|) $) 56 T ELT)) (-1486 (((-793) $) 66 T ELT)) (-3833 (($ $ $) 117 T ELT)) (-3424 (($) 65 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2844 (($) 19 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3034 ((|#3| $ (-560)) 69 T ELT) ((|#3| $) 68 T ELT) ((|#3| $ (-560) (-560)) 70 T ELT) ((|#3| $ (-560) (-560) (-560)) 71 T ELT) ((|#3| $ (-560) (-560) (-560) (-560)) 72 T ELT) ((|#3| $ (-663 (-560))) 73 T ELT)) (-4144 (((-793) $) 67 T ELT)) (-4345 (($ $ (-560) $ (-560)) 118 T ELT) (($ $ (-560) (-560)) 120 T ELT)) (-3834 (((-888) $) 91 T ELT) (($ |#3|) 92 T ELT) (($ (-246 |#2| |#3|)) 99 T ELT) (($ (-1174 |#2| |#3|)) 102 T ELT) (($ (-663 |#3|)) 74 T ELT) (($ (-663 $)) 80 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 93 T CONST)) (-2983 (($) 94 T CONST)) (-2478 (((-114) $ $) 104 T ELT)) (-2581 (($ $) 110 T ELT) (($ $ $) 108 T ELT)) (-2571 (($ $ $) 106 T ELT)) (* (($ |#3| $) 115 T ELT) (($ $ |#3|) 116 T ELT) (($ $ (-560)) 113 T ELT) (($ (-560) $) 112 T ELT) (($ $ $) 119 T ELT)))
+(((-137 |#1| |#2| |#3|) (-13 (-479 |#3| (-793)) (-484 (-560) (-793)) (-298 (-560) |#3|) (-10 -8 (-15 -3834 ($ (-246 |#2| |#3|))) (-15 -3834 ($ (-1174 |#2| |#3|))) (-15 -3834 ($ (-663 |#3|))) (-15 -3834 ($ (-663 $))) (-15 -1486 ((-793) $)) (-15 -3034 (|#3| $)) (-15 -3034 (|#3| $ (-560) (-560))) (-15 -3034 (|#3| $ (-560) (-560) (-560))) (-15 -3034 (|#3| $ (-560) (-560) (-560) (-560))) (-15 -3034 (|#3| $ (-663 (-560)))) (-15 -3833 ($ $ $)) (-15 * ($ $ $)) (-15 -4345 ($ $ (-560) $ (-560))) (-15 -4345 ($ $ (-560) (-560))) (-15 -2669 ($ $)) (-15 -2669 ($ $ (-560) (-560))) (-15 -2628 ($ $ (-663 (-560)))) (-15 -2844 ($)) (-15 -3424 ($)) (-15 -1765 ((-663 |#3|) $)) (-15 -4474 ($ (-663 |#3|))) (-15 -4489 ($)))) (-560) (-793) (-175)) (T -137))
+((-3833 (*1 *1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-246 *4 *5)) (-14 *4 (-793)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1174 *4 *5)) (-14 *4 (-793)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 *5)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-137 *3 *4 *5))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)) (-4 *5 (-175)))) (-1486 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 *2) (-4 *5 (-175)))) (-3034 (*1 *2 *1) (-12 (-4 *2 (-175)) (-5 *1 (-137 *3 *4 *2)) (-14 *3 (-560)) (-14 *4 (-793)))) (-3034 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-793)))) (-3034 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-793)))) (-3034 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-793)))) (-3034 (*1 *2 *1 *3) (-12 (-5 *3 (-663 (-560))) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2)) (-14 *4 (-560)) (-14 *5 (-793)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-4345 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-793)) (-4 *5 (-175)))) (-4345 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-793)) (-4 *5 (-175)))) (-2669 (*1 *1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-2669 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-793)) (-4 *5 (-175)))) (-2628 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)) (-4 *5 (-175)))) (-2844 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-3424 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))) (-1765 (*1 *2 *1) (-12 (-5 *2 (-663 *5)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)) (-4 *5 (-175)))) (-4474 (*1 *1 *2) (-12 (-5 *2 (-663 *5)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560)) (-14 *4 (-793)))) (-4489 (*1 *1) (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793)) (-4 *4 (-175)))))
+(-13 (-479 |#3| (-793)) (-484 (-560) (-793)) (-298 (-560) |#3|) (-10 -8 (-15 -3834 ($ (-246 |#2| |#3|))) (-15 -3834 ($ (-1174 |#2| |#3|))) (-15 -3834 ($ (-663 |#3|))) (-15 -3834 ($ (-663 $))) (-15 -1486 ((-793) $)) (-15 -3034 (|#3| $)) (-15 -3034 (|#3| $ (-560) (-560))) (-15 -3034 (|#3| $ (-560) (-560) (-560))) (-15 -3034 (|#3| $ (-560) (-560) (-560) (-560))) (-15 -3034 (|#3| $ (-663 (-560)))) (-15 -3833 ($ $ $)) (-15 * ($ $ $)) (-15 -4345 ($ $ (-560) $ (-560))) (-15 -4345 ($ $ (-560) (-560))) (-15 -2669 ($ $)) (-15 -2669 ($ $ (-560) (-560))) (-15 -2628 ($ $ (-663 (-560)))) (-15 -2844 ($)) (-15 -3424 ($)) (-15 -1765 ((-663 |#3|) $)) (-15 -4474 ($ (-663 |#3|))) (-15 -4489 ($))))
+((-1777 (((-137 |#1| |#2| |#4|) (-663 |#4|) (-137 |#1| |#2| |#3|)) 14 T ELT)) (-1793 (((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|)) 18 T ELT)))
+(((-138 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1777 ((-137 |#1| |#2| |#4|) (-663 |#4|) (-137 |#1| |#2| |#3|))) (-15 -1793 ((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|)))) (-560) (-793) (-175) (-175)) (T -138))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-560)) (-14 *6 (-793)) (-4 *7 (-175)) (-4 *8 (-175)) (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-138 *5 *6 *7 *8)))) (-1777 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-560)) (-14 *6 (-793)) (-4 *7 (-175)) (-4 *8 (-175)) (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-138 *5 *6 *7 *8)))))
+(-10 -7 (-15 -1777 ((-137 |#1| |#2| |#4|) (-663 |#4|) (-137 |#1| |#2| |#3|))) (-15 -1793 ((-137 |#1| |#2| |#4|) (-1 |#4| |#3|) (-137 |#1| |#2| |#3|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3240 (((-1167) $) 11 T ELT)) (-3228 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 17 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-139) (-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1167) $))))) (T -139))
+((-3228 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-139)))) (-3240 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-139)))))
+(-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1351 (((-190) $) 10 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-663 (-1167)) $) 13 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-140) (-13 (-1115) (-10 -8 (-15 -1351 ((-190) $)) (-15 -2200 ((-663 (-1167)) $))))) (T -140))
+((-1351 (*1 *2 *1) (-12 (-5 *2 (-190)) (-5 *1 (-140)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-140)))))
+(-13 (-1115) (-10 -8 (-15 -1351 ((-190) $)) (-15 -2200 ((-663 (-1167)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4416 (((-663 (-890)) $) NIL T ELT)) (-2187 (((-520) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1351 (((-190) $) NIL T ELT)) (-2820 (((-114) $ (-520)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1533 (((-663 (-114)) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (((-186) $) 6 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3799 (((-55) $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-141) (-13 (-189) (-632 (-186)))) (T -141))
NIL
(-13 (-189) (-632 (-186)))
-((-4144 (((-663 (-187 (-141))) $) 13 T ELT)) (-4147 (((-663 (-187 (-141))) $) 14 T ELT)) (-4314 (((-663 (-860)) $) 10 T ELT)) (-3361 (((-141) $) 7 T ELT)) (-2539 (((-887) $) 16 T ELT)))
-(((-142) (-13 (-632 (-887)) (-10 -8 (-15 -3361 ((-141) $)) (-15 -4314 ((-663 (-860)) $)) (-15 -4144 ((-663 (-187 (-141))) $)) (-15 -4147 ((-663 (-187 (-141))) $))))) (T -142))
-((-3361 (*1 *2 *1) (-12 (-5 *2 (-141)) (-5 *1 (-142)))) (-4314 (*1 *2 *1) (-12 (-5 *2 (-663 (-860))) (-5 *1 (-142)))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-663 (-187 (-141)))) (-5 *1 (-142)))) (-4147 (*1 *2 *1) (-12 (-5 *2 (-663 (-187 (-141)))) (-5 *1 (-142)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -3361 ((-141) $)) (-15 -4314 ((-663 (-860)) $)) (-15 -4144 ((-663 (-187 (-141))) $)) (-15 -4147 ((-663 (-187 (-141))) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2422 (($) 17 T CONST)) (-2840 (($) NIL (|has| (-146) (-381)) ELT)) (-4167 (($ $ $) 19 T ELT) (($ $ (-146)) NIL T ELT) (($ (-146) $) NIL T ELT)) (-2351 (($ $ $) NIL T ELT)) (-3326 (((-114) $ $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1450 (((-793)) NIL (|has| (-146) (-381)) ELT)) (-2481 (($) NIL T ELT) (($ (-663 (-146))) NIL T ELT)) (-2501 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-1784 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-146) $) 60 (|has| $ (-6 -4509)) ELT)) (-2025 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-2108 (((-146) (-1 (-146) (-146) (-146)) $) NIL (|has| $ (-6 -4509)) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146)) NIL (|has| $ (-6 -4509)) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146) (-146)) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-3362 (($) NIL (|has| (-146) (-381)) ELT)) (-1559 (((-663 (-146)) $) 69 (|has| $ (-6 -4509)) ELT)) (-3249 (((-114) $ $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2006 (((-146) $) NIL (|has| (-146) (-871)) ELT)) (-2559 (((-663 (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-146) $) 27 (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-2718 (((-146) $) NIL (|has| (-146) (-871)) ELT)) (-3459 (($ (-1 (-146) (-146)) $) 68 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-146) (-146)) $) 64 T ELT)) (-3112 (($) 18 T CONST)) (-2608 (((-948) $) NIL (|has| (-146) (-381)) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4340 (($ $ $) 30 T ELT)) (-1688 (((-146) $) 61 T ELT)) (-1368 (($ (-146) $) 59 T ELT)) (-3998 (($ (-948)) NIL (|has| (-146) (-381)) ELT)) (-2361 (($) 16 T CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3327 (((-3 (-146) "failed") (-1 (-114) (-146)) $) NIL T ELT)) (-1950 (((-146) $) 62 T ELT)) (-2667 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-146)) (-663 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-146) (-146)) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-305 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-663 (-305 (-146)))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 57 T ELT)) (-2535 (($) 15 T CONST)) (-4233 (($ $ $) 32 T ELT) (($ $ (-146)) NIL T ELT)) (-2694 (($ (-663 (-146))) NIL T ELT) (($) NIL T ELT)) (-3150 (((-793) (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT) (((-793) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-1190) $) 37 T ELT) (((-549) $) NIL (|has| (-146) (-633 (-549))) ELT) (((-663 (-146)) $) 35 T ELT)) (-2548 (($ (-663 (-146))) NIL T ELT)) (-3848 (($ $) 33 (|has| (-146) (-381)) ELT)) (-2539 (((-887) $) 53 T ELT)) (-4389 (($ (-1190)) 14 T ELT) (($ (-663 (-146))) 50 T ELT)) (-1460 (((-793) $) NIL T ELT)) (-3467 (($) 58 T ELT) (($ (-663 (-146))) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1446 (($ (-663 (-146))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3962 (($) 21 T CONST)) (-2443 (($) 20 T CONST)) (-2329 (((-114) $ $) 24 T ELT)) (-2305 (((-793) $) 56 (|has| $ (-6 -4509)) ELT)))
-(((-143) (-13 (-1132) (-633 (-1190)) (-440 (-146)) (-633 (-663 (-146))) (-10 -8 (-15 -4389 ($ (-1190))) (-15 -4389 ($ (-663 (-146)))) (-15 -2535 ($) -3721) (-15 -2361 ($) -3721) (-15 -2422 ($) -3721) (-15 -3112 ($) -3721) (-15 -2443 ($) -3721) (-15 -3962 ($) -3721)))) (T -143))
-((-4389 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-143)))) (-4389 (*1 *1 *2) (-12 (-5 *2 (-663 (-146))) (-5 *1 (-143)))) (-2535 (*1 *1) (-5 *1 (-143))) (-2361 (*1 *1) (-5 *1 (-143))) (-2422 (*1 *1) (-5 *1 (-143))) (-3112 (*1 *1) (-5 *1 (-143))) (-2443 (*1 *1) (-5 *1 (-143))) (-3962 (*1 *1) (-5 *1 (-143))))
-(-13 (-1132) (-633 (-1190)) (-440 (-146)) (-633 (-663 (-146))) (-10 -8 (-15 -4389 ($ (-1190))) (-15 -4389 ($ (-663 (-146)))) (-15 -2535 ($) -3721) (-15 -2361 ($) -3721) (-15 -2422 ($) -3721) (-15 -3112 ($) -3721) (-15 -2443 ($) -3721) (-15 -3962 ($) -3721)))
-((-2788 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17 T ELT)) (-2374 ((|#1| |#3|) 9 T ELT)) (-3231 ((|#3| |#3|) 15 T ELT)))
-(((-144 |#1| |#2| |#3|) (-10 -7 (-15 -2374 (|#1| |#3|)) (-15 -3231 (|#3| |#3|)) (-15 -2788 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-571) (-1022 |#1|) (-385 |#2|)) (T -144))
-((-2788 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-1022 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-144 *4 *5 *3)) (-4 *3 (-385 *5)))) (-3231 (*1 *2 *2) (-12 (-4 *3 (-571)) (-4 *4 (-1022 *3)) (-5 *1 (-144 *3 *4 *2)) (-4 *2 (-385 *4)))) (-2374 (*1 *2 *3) (-12 (-4 *4 (-1022 *2)) (-4 *2 (-571)) (-5 *1 (-144 *2 *4 *3)) (-4 *3 (-385 *4)))))
-(-10 -7 (-15 -2374 (|#1| |#3|)) (-15 -3231 (|#3| |#3|)) (-15 -2788 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-2503 (($ $ $) 8 T ELT)) (-1984 (($ $) 7 T ELT)) (-2743 (($ $ $) 6 T ELT)))
+((-3164 (((-663 (-187 (-141))) $) 13 T ELT)) (-3447 (((-663 (-187 (-141))) $) 14 T ELT)) (-2396 (((-663 (-862)) $) 10 T ELT)) (-1503 (((-141) $) 7 T ELT)) (-3834 (((-888) $) 16 T ELT)))
+(((-142) (-13 (-632 (-888)) (-10 -8 (-15 -1503 ((-141) $)) (-15 -2396 ((-663 (-862)) $)) (-15 -3164 ((-663 (-187 (-141))) $)) (-15 -3447 ((-663 (-187 (-141))) $))))) (T -142))
+((-1503 (*1 *2 *1) (-12 (-5 *2 (-141)) (-5 *1 (-142)))) (-2396 (*1 *2 *1) (-12 (-5 *2 (-663 (-862))) (-5 *1 (-142)))) (-3164 (*1 *2 *1) (-12 (-5 *2 (-663 (-187 (-141)))) (-5 *1 (-142)))) (-3447 (*1 *2 *1) (-12 (-5 *2 (-663 (-187 (-141)))) (-5 *1 (-142)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -1503 ((-141) $)) (-15 -2396 ((-663 (-862)) $)) (-15 -3164 ((-663 (-187 (-141))) $)) (-15 -3447 ((-663 (-187 (-141))) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-1864 (($) 17 T CONST)) (-2365 (($) NIL (|has| (-146) (-381)) ELT)) (-1419 (($ $ $) 19 T ELT) (($ $ (-146)) NIL T ELT) (($ (-146) $) NIL T ELT)) (-3516 (($ $ $) NIL T ELT)) (-3147 (((-114) $ $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2233 (((-793)) NIL (|has| (-146) (-381)) ELT)) (-3992 (($) NIL T ELT) (($ (-663 (-146))) NIL T ELT)) (-4174 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-1851 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-146) $) 60 (|has| $ (-6 -4510)) ELT)) (-3513 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-1995 (((-146) (-1 (-146) (-146) (-146)) $) NIL (|has| $ (-6 -4510)) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146)) NIL (|has| $ (-6 -4510)) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146) (-146)) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-2150 (($) NIL (|has| (-146) (-381)) ELT)) (-3086 (((-663 (-146)) $) 69 (|has| $ (-6 -4510)) ELT)) (-4464 (((-114) $ $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-1622 (((-146) $) NIL (|has| (-146) (-872)) ELT)) (-4439 (((-663 (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-146) $) 27 (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-3934 (((-146) $) NIL (|has| (-146) (-872)) ELT)) (-2173 (($ (-1 (-146) (-146)) $) 68 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-146) (-146)) $) 64 T ELT)) (-1610 (($) 18 T CONST)) (-3862 (((-949) $) NIL (|has| (-146) (-381)) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2921 (($ $ $) 30 T ELT)) (-3471 (((-146) $) 61 T ELT)) (-3549 (($ (-146) $) 59 T ELT)) (-2081 (($ (-949)) NIL (|has| (-146) (-381)) ELT)) (-3107 (($) 16 T CONST)) (-1473 (((-1152) $) NIL T ELT)) (-3237 (((-3 (-146) "failed") (-1 (-114) (-146)) $) NIL T ELT)) (-3194 (((-146) $) 62 T ELT)) (-1723 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-146)) (-663 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-146) (-146)) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-305 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-663 (-305 (-146)))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 57 T ELT)) (-3124 (($) 15 T CONST)) (-2999 (($ $ $) 32 T ELT) (($ $ (-146)) NIL T ELT)) (-2389 (($ (-663 (-146))) NIL T ELT) (($) NIL T ELT)) (-1485 (((-793) (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT) (((-793) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-1191) $) 37 T ELT) (((-549) $) NIL (|has| (-146) (-633 (-549))) ELT) (((-663 (-146)) $) 35 T ELT)) (-3845 (($ (-663 (-146))) NIL T ELT)) (-1538 (($ $) 33 (|has| (-146) (-381)) ELT)) (-3834 (((-888) $) 53 T ELT)) (-3478 (($ (-1191)) 14 T ELT) (($ (-663 (-146))) 50 T ELT)) (-2157 (((-793) $) NIL T ELT)) (-2622 (($) 58 T ELT) (($ (-663 (-146))) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-1619 (($ (-663 (-146))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-1345 (($) 21 T CONST)) (-3995 (($) 20 T CONST)) (-2478 (((-114) $ $) 24 T ELT)) (-3819 (((-793) $) 56 (|has| $ (-6 -4510)) ELT)))
+(((-143) (-13 (-1133) (-633 (-1191)) (-440 (-146)) (-633 (-663 (-146))) (-10 -8 (-15 -3478 ($ (-1191))) (-15 -3478 ($ (-663 (-146)))) (-15 -3124 ($) -2292) (-15 -3107 ($) -2292) (-15 -1864 ($) -2292) (-15 -1610 ($) -2292) (-15 -3995 ($) -2292) (-15 -1345 ($) -2292)))) (T -143))
+((-3478 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-143)))) (-3478 (*1 *1 *2) (-12 (-5 *2 (-663 (-146))) (-5 *1 (-143)))) (-3124 (*1 *1) (-5 *1 (-143))) (-3107 (*1 *1) (-5 *1 (-143))) (-1864 (*1 *1) (-5 *1 (-143))) (-1610 (*1 *1) (-5 *1 (-143))) (-3995 (*1 *1) (-5 *1 (-143))) (-1345 (*1 *1) (-5 *1 (-143))))
+(-13 (-1133) (-633 (-1191)) (-440 (-146)) (-633 (-663 (-146))) (-10 -8 (-15 -3478 ($ (-1191))) (-15 -3478 ($ (-663 (-146)))) (-15 -3124 ($) -2292) (-15 -3107 ($) -2292) (-15 -1864 ($) -2292) (-15 -1610 ($) -2292) (-15 -3995 ($) -2292) (-15 -1345 ($) -2292)))
+((-4179 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17 T ELT)) (-1650 ((|#1| |#3|) 9 T ELT)) (-4263 ((|#3| |#3|) 15 T ELT)))
+(((-144 |#1| |#2| |#3|) (-10 -7 (-15 -1650 (|#1| |#3|)) (-15 -4263 (|#3| |#3|)) (-15 -4179 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-571) (-1023 |#1|) (-385 |#2|)) (T -144))
+((-4179 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-1023 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-144 *4 *5 *3)) (-4 *3 (-385 *5)))) (-4263 (*1 *2 *2) (-12 (-4 *3 (-571)) (-4 *4 (-1023 *3)) (-5 *1 (-144 *3 *4 *2)) (-4 *2 (-385 *4)))) (-1650 (*1 *2 *3) (-12 (-4 *4 (-1023 *2)) (-4 *2 (-571)) (-5 *1 (-144 *2 *4 *3)) (-4 *3 (-385 *4)))))
+(-10 -7 (-15 -1650 (|#1| |#3|)) (-15 -4263 (|#3| |#3|)) (-15 -4179 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-3266 (($ $ $) 8 T ELT)) (-3070 (($ $) 7 T ELT)) (-1441 (($ $ $) 6 T ELT)))
(((-145) (-142)) (T -145))
-((-2503 (*1 *1 *1 *1) (-4 *1 (-145))) (-1984 (*1 *1 *1) (-4 *1 (-145))) (-2743 (*1 *1 *1 *1) (-4 *1 (-145))))
-(-13 (-10 -8 (-15 -2743 ($ $ $)) (-15 -1984 ($ $)) (-15 -2503 ($ $ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2800 (($) 35 T CONST)) (-4316 (((-114) $) 47 T ELT)) (-2422 (($ $) 57 T ELT)) (-1485 (($) 28 T CONST)) (-2497 (($) 26 T CONST)) (-1450 (((-793)) 13 T ELT)) (-3362 (($) 25 T ELT)) (-4163 (($) 27 T CONST)) (-3894 (((-793) $) 21 T ELT)) (-3934 (($) 29 T CONST)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2423 (((-114) $) 49 T ELT)) (-3112 (($ $) 58 T ELT)) (-2608 (((-948) $) 23 T ELT)) (-1615 (($) 31 T CONST)) (-3049 (((-1190) $) 55 T ELT)) (-3998 (($ (-948)) 20 T ELT)) (-1348 (($) 34 T CONST)) (-3275 (((-114) $) 45 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4406 (($) 32 T CONST)) (-3685 (($) 36 T CONST)) (-3791 (((-114) $) 43 T ELT)) (-2539 (((-887) $) 38 T ELT)) (-3193 (($ (-793)) 19 T ELT) (($ (-1190)) 56 T ELT)) (-3033 (($) 30 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3476 (($) 33 T CONST)) (-2930 (((-114) $) 53 T ELT)) (-1852 (((-114) $) 51 T ELT)) (-2383 (((-114) $ $) 11 T ELT)) (-2360 (((-114) $ $) 9 T ELT)) (-2329 (((-114) $ $) 7 T ELT)) (-2372 (((-114) $ $) 10 T ELT)) (-2349 (((-114) $ $) 8 T ELT)))
-(((-146) (-13 (-866) (-10 -8 (-15 -3894 ((-793) $)) (-15 -3193 ($ (-793))) (-15 -3193 ($ (-1190))) (-15 -2497 ($) -3721) (-15 -4163 ($) -3721) (-15 -1485 ($) -3721) (-15 -3934 ($) -3721) (-15 -3033 ($) -3721) (-15 -1615 ($) -3721) (-15 -4406 ($) -3721) (-15 -3476 ($) -3721) (-15 -1348 ($) -3721) (-15 -2800 ($) -3721) (-15 -3685 ($) -3721) (-15 -2422 ($ $)) (-15 -3112 ($ $)) (-15 -3791 ((-114) $)) (-15 -3275 ((-114) $)) (-15 -1852 ((-114) $)) (-15 -4316 ((-114) $)) (-15 -2423 ((-114) $)) (-15 -2930 ((-114) $))))) (T -146))
-((-3894 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-146)))) (-3193 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-146)))) (-3193 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-146)))) (-2497 (*1 *1) (-5 *1 (-146))) (-4163 (*1 *1) (-5 *1 (-146))) (-1485 (*1 *1) (-5 *1 (-146))) (-3934 (*1 *1) (-5 *1 (-146))) (-3033 (*1 *1) (-5 *1 (-146))) (-1615 (*1 *1) (-5 *1 (-146))) (-4406 (*1 *1) (-5 *1 (-146))) (-3476 (*1 *1) (-5 *1 (-146))) (-1348 (*1 *1) (-5 *1 (-146))) (-2800 (*1 *1) (-5 *1 (-146))) (-3685 (*1 *1) (-5 *1 (-146))) (-2422 (*1 *1 *1) (-5 *1 (-146))) (-3112 (*1 *1 *1) (-5 *1 (-146))) (-3791 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-3275 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-1852 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-4316 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-2423 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-2930 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
-(-13 (-866) (-10 -8 (-15 -3894 ((-793) $)) (-15 -3193 ($ (-793))) (-15 -3193 ($ (-1190))) (-15 -2497 ($) -3721) (-15 -4163 ($) -3721) (-15 -1485 ($) -3721) (-15 -3934 ($) -3721) (-15 -3033 ($) -3721) (-15 -1615 ($) -3721) (-15 -4406 ($) -3721) (-15 -3476 ($) -3721) (-15 -1348 ($) -3721) (-15 -2800 ($) -3721) (-15 -3685 ($) -3721) (-15 -2422 ($ $)) (-15 -3112 ($ $)) (-15 -3791 ((-114) $)) (-15 -3275 ((-114) $)) (-15 -1852 ((-114) $)) (-15 -4316 ((-114) $)) (-15 -2423 ((-114) $)) (-15 -2930 ((-114) $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3187 (((-713 $) $) 44 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((-3266 (*1 *1 *1 *1) (-4 *1 (-145))) (-3070 (*1 *1 *1) (-4 *1 (-145))) (-1441 (*1 *1 *1 *1) (-4 *1 (-145))))
+(-13 (-10 -8 (-15 -1441 ($ $ $)) (-15 -3070 ($ $)) (-15 -3266 ($ $ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2779 (($) 35 T CONST)) (-4456 (((-114) $) 47 T ELT)) (-1864 (($ $) 57 T ELT)) (-3112 (($) 28 T CONST)) (-3783 (($) 26 T CONST)) (-2233 (((-793)) 13 T ELT)) (-2150 (($) 25 T ELT)) (-4347 (($) 27 T CONST)) (-2503 (((-793) $) 21 T ELT)) (-2131 (($) 29 T CONST)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-1982 (((-114) $) 49 T ELT)) (-1610 (($ $) 58 T ELT)) (-3862 (((-949) $) 23 T ELT)) (-3946 (($) 31 T CONST)) (-2128 (((-1191) $) 55 T ELT)) (-2081 (($ (-949)) 20 T ELT)) (-3569 (($) 34 T CONST)) (-2237 (((-114) $) 45 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4470 (($) 32 T CONST)) (-2296 (($) 36 T CONST)) (-2953 (((-114) $) 43 T ELT)) (-3834 (((-888) $) 38 T ELT)) (-2640 (($ (-793)) 19 T ELT) (($ (-1191)) 56 T ELT)) (-4341 (($) 30 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4138 (($) 33 T CONST)) (-3568 (((-114) $) 53 T ELT)) (-4290 (((-114) $) 51 T ELT)) (-2537 (((-114) $ $) 11 T ELT)) (-2510 (((-114) $ $) 9 T ELT)) (-2478 (((-114) $ $) 7 T ELT)) (-2525 (((-114) $ $) 10 T ELT)) (-2499 (((-114) $ $) 8 T ELT)))
+(((-146) (-13 (-868) (-10 -8 (-15 -2503 ((-793) $)) (-15 -2640 ($ (-793))) (-15 -2640 ($ (-1191))) (-15 -3783 ($) -2292) (-15 -4347 ($) -2292) (-15 -3112 ($) -2292) (-15 -2131 ($) -2292) (-15 -4341 ($) -2292) (-15 -3946 ($) -2292) (-15 -4470 ($) -2292) (-15 -4138 ($) -2292) (-15 -3569 ($) -2292) (-15 -2779 ($) -2292) (-15 -2296 ($) -2292) (-15 -1864 ($ $)) (-15 -1610 ($ $)) (-15 -2953 ((-114) $)) (-15 -2237 ((-114) $)) (-15 -4290 ((-114) $)) (-15 -4456 ((-114) $)) (-15 -1982 ((-114) $)) (-15 -3568 ((-114) $))))) (T -146))
+((-2503 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-146)))) (-2640 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-146)))) (-2640 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-146)))) (-3783 (*1 *1) (-5 *1 (-146))) (-4347 (*1 *1) (-5 *1 (-146))) (-3112 (*1 *1) (-5 *1 (-146))) (-2131 (*1 *1) (-5 *1 (-146))) (-4341 (*1 *1) (-5 *1 (-146))) (-3946 (*1 *1) (-5 *1 (-146))) (-4470 (*1 *1) (-5 *1 (-146))) (-4138 (*1 *1) (-5 *1 (-146))) (-3569 (*1 *1) (-5 *1 (-146))) (-2779 (*1 *1) (-5 *1 (-146))) (-2296 (*1 *1) (-5 *1 (-146))) (-1864 (*1 *1 *1) (-5 *1 (-146))) (-1610 (*1 *1 *1) (-5 *1 (-146))) (-2953 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-2237 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-4290 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-4456 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-1982 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))) (-3568 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
+(-13 (-868) (-10 -8 (-15 -2503 ((-793) $)) (-15 -2640 ($ (-793))) (-15 -2640 ($ (-1191))) (-15 -3783 ($) -2292) (-15 -4347 ($) -2292) (-15 -3112 ($) -2292) (-15 -2131 ($) -2292) (-15 -4341 ($) -2292) (-15 -3946 ($) -2292) (-15 -4470 ($) -2292) (-15 -4138 ($) -2292) (-15 -3569 ($) -2292) (-15 -2779 ($) -2292) (-15 -2296 ($) -2292) (-15 -1864 ($ $)) (-15 -1610 ($ $)) (-15 -2953 ((-114) $)) (-15 -2237 ((-114) $)) (-15 -4290 ((-114) $)) (-15 -4456 ((-114) $)) (-15 -1982 ((-114) $)) (-15 -3568 ((-114) $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-1633 (((-713 $) $) 44 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-147) (-142)) (T -147))
-((-3187 (*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-147)))))
-(-13 (-1080) (-10 -8 (-15 -3187 ((-713 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-4419 ((|#1| (-711 |#1|) |#1|) 19 T ELT)))
-(((-148 |#1|) (-10 -7 (-15 -4419 (|#1| (-711 |#1|) |#1|))) (-175)) (T -148))
-((-4419 (*1 *2 *3 *2) (-12 (-5 *3 (-711 *2)) (-4 *2 (-175)) (-5 *1 (-148 *2)))))
-(-10 -7 (-15 -4419 (|#1| (-711 |#1|) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((-1633 (*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-147)))))
+(-13 (-1081) (-10 -8 (-15 -1633 ((-713 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-4286 ((|#1| (-711 |#1|) |#1|) 19 T ELT)))
+(((-148 |#1|) (-10 -7 (-15 -4286 (|#1| (-711 |#1|) |#1|))) (-175)) (T -148))
+((-4286 (*1 *2 *3 *2) (-12 (-5 *3 (-711 *2)) (-4 *2 (-175)) (-5 *1 (-148 *2)))))
+(-10 -7 (-15 -4286 (|#1| (-711 |#1|) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-149) (-142)) (T -149))
NIL
-(-13 (-1080))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-3165 (((-2 (|:| -3881 (-793)) (|:| -1398 (-421 |#2|)) (|:| |radicand| |#2|)) (-421 |#2|) (-793)) 76 T ELT)) (-2205 (((-3 (-2 (|:| |radicand| (-421 |#2|)) (|:| |deg| (-793))) "failed") |#3|) 56 T ELT)) (-2784 (((-2 (|:| -1398 (-421 |#2|)) (|:| |poly| |#3|)) |#3|) 41 T ELT)) (-4370 ((|#1| |#3| |#3|) 44 T ELT)) (-2799 ((|#3| |#3| (-421 |#2|) (-421 |#2|)) 20 T ELT)) (-4236 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| |deg| (-793))) |#3| |#3|) 53 T ELT)))
-(((-150 |#1| |#2| |#3|) (-10 -7 (-15 -2784 ((-2 (|:| -1398 (-421 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2205 ((-3 (-2 (|:| |radicand| (-421 |#2|)) (|:| |deg| (-793))) "failed") |#3|)) (-15 -3165 ((-2 (|:| -3881 (-793)) (|:| -1398 (-421 |#2|)) (|:| |radicand| |#2|)) (-421 |#2|) (-793))) (-15 -4370 (|#1| |#3| |#3|)) (-15 -2799 (|#3| |#3| (-421 |#2|) (-421 |#2|))) (-15 -4236 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| |deg| (-793))) |#3| |#3|))) (-1253) (-1274 |#1|) (-1274 (-421 |#2|))) (T -150))
-((-4236 (*1 *2 *3 *3) (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-421 *5)) (|:| |c2| (-421 *5)) (|:| |deg| (-793)))) (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1274 (-421 *5))))) (-2799 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-421 *5)) (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-5 *1 (-150 *4 *5 *2)) (-4 *2 (-1274 *3)))) (-4370 (*1 *2 *3 *3) (-12 (-4 *4 (-1274 *2)) (-4 *2 (-1253)) (-5 *1 (-150 *2 *4 *3)) (-4 *3 (-1274 (-421 *4))))) (-3165 (*1 *2 *3 *4) (-12 (-5 *3 (-421 *6)) (-4 *5 (-1253)) (-4 *6 (-1274 *5)) (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *3) (|:| |radicand| *6))) (-5 *1 (-150 *5 *6 *7)) (-5 *4 (-793)) (-4 *7 (-1274 *3)))) (-2205 (*1 *2 *3) (|partial| -12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-5 *2 (-2 (|:| |radicand| (-421 *5)) (|:| |deg| (-793)))) (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1274 (-421 *5))))) (-2784 (*1 *2 *3) (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-5 *2 (-2 (|:| -1398 (-421 *5)) (|:| |poly| *3))) (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1274 (-421 *5))))))
-(-10 -7 (-15 -2784 ((-2 (|:| -1398 (-421 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2205 ((-3 (-2 (|:| |radicand| (-421 |#2|)) (|:| |deg| (-793))) "failed") |#3|)) (-15 -3165 ((-2 (|:| -3881 (-793)) (|:| -1398 (-421 |#2|)) (|:| |radicand| |#2|)) (-421 |#2|) (-793))) (-15 -4370 (|#1| |#3| |#3|)) (-15 -2799 (|#3| |#3| (-421 |#2|) (-421 |#2|))) (-15 -4236 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| |deg| (-793))) |#3| |#3|)))
-((-3765 (((-3 (-663 (-1202 |#2|)) "failed") (-663 (-1202 |#2|)) (-1202 |#2|)) 35 T ELT)))
-(((-151 |#1| |#2|) (-10 -7 (-15 -3765 ((-3 (-663 (-1202 |#2|)) "failed") (-663 (-1202 |#2|)) (-1202 |#2|)))) (-559) (-168 |#1|)) (T -151))
-((-3765 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1202 *5))) (-5 *3 (-1202 *5)) (-4 *5 (-168 *4)) (-4 *4 (-559)) (-5 *1 (-151 *4 *5)))))
-(-10 -7 (-15 -3765 ((-3 (-663 (-1202 |#2|)) "failed") (-663 (-1202 |#2|)) (-1202 |#2|))))
-((-3606 (($ (-1 (-114) |#2|) $) 37 T ELT)) (-2885 (($ $) 44 T ELT)) (-2025 (($ (-1 (-114) |#2|) $) 35 T ELT) (($ |#2| $) 40 T ELT)) (-2108 ((|#2| (-1 |#2| |#2| |#2|) $) 30 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 32 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 42 T ELT)) (-3327 (((-3 |#2| "failed") (-1 (-114) |#2|) $) 27 T ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 24 T ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) 18 T ELT) (((-793) |#2| $) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) 21 T ELT)) (-2305 (((-793) $) 12 T ELT)))
-(((-152 |#1| |#2|) (-10 -8 (-15 -2885 (|#1| |#1|)) (-15 -2025 (|#1| |#2| |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3606 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -2025 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3327 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -3150 ((-793) |#2| |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2305 ((-793) |#1|))) (-153 |#2|) (-1248)) (T -152))
-NIL
-(-10 -8 (-15 -2885 (|#1| |#1|)) (-15 -2025 (|#1| |#2| |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3606 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -2025 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3327 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -3150 ((-793) |#2| |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2305 ((-793) |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-3606 (($ (-1 (-114) |#1|) $) 51 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2885 (($ $) 48 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4509)) ELT) (($ |#1| $) 49 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $) 54 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 50 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 55 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 47 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 56 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-153 |#1|) (-142) (-1248)) (T -153))
-((-2548 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-4 *1 (-153 *3)))) (-3327 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-114) *2)) (-4 *1 (-153 *2)) (-4 *2 (-1248)))) (-2108 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *2)) (-4 *2 (-1248)))) (-2108 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *2)) (-4 *2 (-1248)))) (-2025 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *3)) (-4 *3 (-1248)))) (-3606 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *3)) (-4 *3 (-1248)))) (-2108 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1132)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *2)) (-4 *2 (-1248)))) (-2025 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-153 *2)) (-4 *2 (-1248)) (-4 *2 (-1132)))) (-2885 (*1 *1 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-153 *2)) (-4 *2 (-1248)) (-4 *2 (-1132)))))
-(-13 (-503 |t#1|) (-10 -8 (-15 -2548 ($ (-663 |t#1|))) (-15 -3327 ((-3 |t#1| "failed") (-1 (-114) |t#1|) $)) (IF (|has| $ (-6 -4509)) (PROGN (-15 -2108 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -2108 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -2025 ($ (-1 (-114) |t#1|) $)) (-15 -3606 ($ (-1 (-114) |t#1|) $)) (IF (|has| |t#1| (-1132)) (PROGN (-15 -2108 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -2025 ($ |t#1| $)) (-15 -2885 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) 111 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3528 (($ |#2| (-663 (-948))) 71 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4470 (($ (-948)) 57 T ELT)) (-2328 (((-136)) 23 T ELT)) (-2539 (((-887) $) 86 T ELT) (($ (-560)) 53 T ELT) (($ |#2|) 54 T ELT)) (-2453 ((|#2| $ (-663 (-948))) 74 T ELT)) (-3418 (((-793)) 20 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 47 T CONST)) (-1439 (($) 51 T CONST)) (-2329 (((-114) $ $) 33 T ELT)) (-2436 (($ $ |#2|) NIL T ELT)) (-2426 (($ $) 42 T ELT) (($ $ $) 40 T ELT)) (-2413 (($ $ $) 38 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 44 T ELT) (($ $ $) 63 T ELT) (($ |#2| $) 46 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-154 |#1| |#2| |#3|) (-13 (-1080) (-38 |#2|) (-1306 |#2|) (-10 -8 (-15 -4470 ($ (-948))) (-15 -3528 ($ |#2| (-663 (-948)))) (-15 -2453 (|#2| $ (-663 (-948)))) (-15 -4310 ((-3 $ "failed") $)))) (-948) (-376) (-1024 |#1| |#2|)) (T -154))
-((-4310 (*1 *1 *1) (|partial| -12 (-5 *1 (-154 *2 *3 *4)) (-14 *2 (-948)) (-4 *3 (-376)) (-14 *4 (-1024 *2 *3)))) (-4470 (*1 *1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-154 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-376)) (-14 *5 (-1024 *3 *4)))) (-3528 (*1 *1 *2 *3) (-12 (-5 *3 (-663 (-948))) (-5 *1 (-154 *4 *2 *5)) (-14 *4 (-948)) (-4 *2 (-376)) (-14 *5 (-1024 *4 *2)))) (-2453 (*1 *2 *1 *3) (-12 (-5 *3 (-663 (-948))) (-4 *2 (-376)) (-5 *1 (-154 *4 *2 *5)) (-14 *4 (-948)) (-14 *5 (-1024 *4 *2)))))
-(-13 (-1080) (-38 |#2|) (-1306 |#2|) (-10 -8 (-15 -4470 ($ (-948))) (-15 -3528 ($ |#2| (-663 (-948)))) (-15 -2453 (|#2| $ (-663 (-948)))) (-15 -4310 ((-3 $ "failed") $))))
-((-1799 (((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-663 (-972 (-229)))) (-229) (-229) (-229) (-229)) 59 T ELT)) (-4394 (((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954) (-421 (-560)) (-421 (-560))) 96 T ELT) (((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954)) 97 T ELT)) (-3355 (((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-663 (-972 (-229))))) 100 T ELT) (((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-972 (-229)))) 99 T ELT) (((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954) (-421 (-560)) (-421 (-560))) 90 T ELT) (((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954)) 91 T ELT)))
-(((-155) (-10 -7 (-15 -3355 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954))) (-15 -3355 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954) (-421 (-560)) (-421 (-560)))) (-15 -4394 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954))) (-15 -4394 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954) (-421 (-560)) (-421 (-560)))) (-15 -1799 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-663 (-972 (-229)))) (-229) (-229) (-229) (-229))) (-15 -3355 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-972 (-229))))) (-15 -3355 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-663 (-972 (-229)))))))) (T -155))
-((-3355 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229))))) (-5 *1 (-155)) (-5 *3 (-663 (-663 (-972 (-229))))))) (-3355 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229))))) (-5 *1 (-155)) (-5 *3 (-663 (-972 (-229)))))) (-1799 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-229)) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-972 *4)))) (|:| |xValues| (-1120 *4)) (|:| |yValues| (-1120 *4)))) (-5 *1 (-155)) (-5 *3 (-663 (-663 (-972 *4)))))) (-4394 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-954)) (-5 *4 (-421 (-560))) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229))))) (-5 *1 (-155)))) (-4394 (*1 *2 *3) (-12 (-5 *3 (-954)) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229))))) (-5 *1 (-155)))) (-3355 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-954)) (-5 *4 (-421 (-560))) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229))))) (-5 *1 (-155)))) (-3355 (*1 *2 *3) (-12 (-5 *3 (-954)) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229))))) (-5 *1 (-155)))))
-(-10 -7 (-15 -3355 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954))) (-15 -3355 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954) (-421 (-560)) (-421 (-560)))) (-15 -4394 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954))) (-15 -4394 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-954) (-421 (-560)) (-421 (-560)))) (-15 -1799 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-663 (-972 (-229)))) (-229) (-229) (-229) (-229))) (-15 -3355 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-972 (-229))))) (-15 -3355 ((-2 (|:| |brans| (-663 (-663 (-972 (-229))))) (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))) (-663 (-663 (-972 (-229)))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2139 (((-663 (-1166)) $) 20 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 27 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-1166) $) 9 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-156) (-13 (-1114) (-10 -8 (-15 -2139 ((-663 (-1166)) $)) (-15 -3966 ((-1166) $))))) (T -156))
-((-2139 (*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-156)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-156)))))
-(-13 (-1114) (-10 -8 (-15 -2139 ((-663 (-1166)) $)) (-15 -3966 ((-1166) $))))
-((-4232 (((-663 (-171 |#2|)) |#1| |#2|) 50 T ELT)))
-(((-157 |#1| |#2|) (-10 -7 (-15 -4232 ((-663 (-171 |#2|)) |#1| |#2|))) (-1274 (-171 (-560))) (-13 (-376) (-870))) (T -157))
-((-4232 (*1 *2 *3 *4) (-12 (-5 *2 (-663 (-171 *4))) (-5 *1 (-157 *3 *4)) (-4 *3 (-1274 (-171 (-560)))) (-4 *4 (-13 (-376) (-870))))))
-(-10 -7 (-15 -4232 ((-663 (-171 |#2|)) |#1| |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-1910 (((-1249) $) 12 T ELT)) (-1898 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 19 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-158) (-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1249) $))))) (T -158))
-((-1898 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-158)))) (-1910 (*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-158)))))
-(-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1249) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2237 (($) 41 T ELT)) (-2549 (($) 40 T ELT)) (-1763 (((-948)) 46 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4479 (((-560) $) 44 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2809 (($) 42 T ELT)) (-4005 (($ (-560)) 47 T ELT)) (-2539 (((-887) $) 53 T ELT)) (-2988 (($) 43 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 38 T ELT)) (-2413 (($ $ $) 35 T ELT)) (* (($ (-948) $) 45 T ELT) (($ (-229) $) 11 T ELT)))
-(((-159) (-13 (-25) (-10 -8 (-15 * ($ (-948) $)) (-15 * ($ (-229) $)) (-15 -2413 ($ $ $)) (-15 -2549 ($)) (-15 -2237 ($)) (-15 -2809 ($)) (-15 -2988 ($)) (-15 -4479 ((-560) $)) (-15 -1763 ((-948))) (-15 -4005 ($ (-560)))))) (T -159))
-((-2413 (*1 *1 *1 *1) (-5 *1 (-159))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-948)) (-5 *1 (-159)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-159)))) (-2549 (*1 *1) (-5 *1 (-159))) (-2237 (*1 *1) (-5 *1 (-159))) (-2809 (*1 *1) (-5 *1 (-159))) (-2988 (*1 *1) (-5 *1 (-159))) (-4479 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-159)))) (-1763 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-159)))) (-4005 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-159)))))
-(-13 (-25) (-10 -8 (-15 * ($ (-948) $)) (-15 * ($ (-229) $)) (-15 -2413 ($ $ $)) (-15 -2549 ($)) (-15 -2237 ($)) (-15 -2809 ($)) (-15 -2988 ($)) (-15 -4479 ((-560) $)) (-15 -1763 ((-948))) (-15 -4005 ($ (-560)))))
-((-3307 ((|#2| |#2| (-1123 |#2|)) 98 T ELT) ((|#2| |#2| (-1208)) 75 T ELT)) (-4307 ((|#2| |#2| (-1123 |#2|)) 97 T ELT) ((|#2| |#2| (-1208)) 74 T ELT)) (-2503 ((|#2| |#2| |#2|) 25 T ELT)) (-3336 (((-115) (-115)) 111 T ELT)) (-3811 ((|#2| (-663 |#2|)) 130 T ELT)) (-2243 ((|#2| (-663 |#2|)) 151 T ELT)) (-4203 ((|#2| (-663 |#2|)) 138 T ELT)) (-1875 ((|#2| |#2|) 136 T ELT)) (-2318 ((|#2| (-663 |#2|)) 124 T ELT)) (-1796 ((|#2| (-663 |#2|)) 125 T ELT)) (-4448 ((|#2| (-663 |#2|)) 149 T ELT)) (-2858 ((|#2| |#2| (-1208)) 63 T ELT) ((|#2| |#2|) 62 T ELT)) (-1984 ((|#2| |#2|) 21 T ELT)) (-2743 ((|#2| |#2| |#2|) 24 T ELT)) (-1881 (((-114) (-115)) 55 T ELT)) (** ((|#2| |#2| |#2|) 46 T ELT)))
-(((-160 |#1| |#2|) (-10 -7 (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 ** (|#2| |#2| |#2|)) (-15 -2743 (|#2| |#2| |#2|)) (-15 -2503 (|#2| |#2| |#2|)) (-15 -1984 (|#2| |#2|)) (-15 -2858 (|#2| |#2|)) (-15 -2858 (|#2| |#2| (-1208))) (-15 -3307 (|#2| |#2| (-1208))) (-15 -3307 (|#2| |#2| (-1123 |#2|))) (-15 -4307 (|#2| |#2| (-1208))) (-15 -4307 (|#2| |#2| (-1123 |#2|))) (-15 -1875 (|#2| |#2|)) (-15 -4448 (|#2| (-663 |#2|))) (-15 -4203 (|#2| (-663 |#2|))) (-15 -2243 (|#2| (-663 |#2|))) (-15 -2318 (|#2| (-663 |#2|))) (-15 -1796 (|#2| (-663 |#2|))) (-15 -3811 (|#2| (-663 |#2|)))) (-571) (-435 |#1|)) (T -160))
-((-3811 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-1796 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-2318 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-2243 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-4203 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-4448 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-1875 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-4307 (*1 *2 *2 *3) (-12 (-5 *3 (-1123 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)))) (-4307 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)) (-4 *2 (-435 *4)))) (-3307 (*1 *2 *2 *3) (-12 (-5 *3 (-1123 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)))) (-3307 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)) (-4 *2 (-435 *4)))) (-2858 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)) (-4 *2 (-435 *4)))) (-2858 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-1984 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-2503 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-2743 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-3336 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-160 *3 *4)) (-4 *4 (-435 *3)))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-160 *4 *5)) (-4 *5 (-435 *4)))))
-(-10 -7 (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 ** (|#2| |#2| |#2|)) (-15 -2743 (|#2| |#2| |#2|)) (-15 -2503 (|#2| |#2| |#2|)) (-15 -1984 (|#2| |#2|)) (-15 -2858 (|#2| |#2|)) (-15 -2858 (|#2| |#2| (-1208))) (-15 -3307 (|#2| |#2| (-1208))) (-15 -3307 (|#2| |#2| (-1123 |#2|))) (-15 -4307 (|#2| |#2| (-1208))) (-15 -4307 (|#2| |#2| (-1123 |#2|))) (-15 -1875 (|#2| |#2|)) (-15 -4448 (|#2| (-663 |#2|))) (-15 -4203 (|#2| (-663 |#2|))) (-15 -2243 (|#2| (-663 |#2|))) (-15 -2318 (|#2| (-663 |#2|))) (-15 -1796 (|#2| (-663 |#2|))) (-15 -3811 (|#2| (-663 |#2|))))
-((-1550 ((|#1| |#1| |#1|) 65 T ELT)) (-2571 ((|#1| |#1| |#1|) 62 T ELT)) (-2503 ((|#1| |#1| |#1|) 56 T ELT)) (-1504 ((|#1| |#1|) 42 T ELT)) (-2556 ((|#1| |#1| (-663 |#1|)) 54 T ELT)) (-1984 ((|#1| |#1|) 46 T ELT)) (-2743 ((|#1| |#1| |#1|) 50 T ELT)))
-(((-161 |#1|) (-10 -7 (-15 -2743 (|#1| |#1| |#1|)) (-15 -1984 (|#1| |#1|)) (-15 -2556 (|#1| |#1| (-663 |#1|))) (-15 -1504 (|#1| |#1|)) (-15 -2503 (|#1| |#1| |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -1550 (|#1| |#1| |#1|))) (-559)) (T -161))
-((-1550 (*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-2571 (*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-2503 (*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-1504 (*1 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-2556 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-559)) (-5 *1 (-161 *2)))) (-1984 (*1 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-2743 (*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
-(-10 -7 (-15 -2743 (|#1| |#1| |#1|)) (-15 -1984 (|#1| |#1|)) (-15 -2556 (|#1| |#1| (-663 |#1|))) (-15 -1504 (|#1| |#1|)) (-15 -2503 (|#1| |#1| |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -1550 (|#1| |#1| |#1|)))
-((-3307 (($ $ (-1208)) 12 T ELT) (($ $ (-1123 $)) 11 T ELT)) (-4307 (($ $ (-1208)) 10 T ELT) (($ $ (-1123 $)) 9 T ELT)) (-2503 (($ $ $) 8 T ELT)) (-2858 (($ $) 14 T ELT) (($ $ (-1208)) 13 T ELT)) (-1984 (($ $) 7 T ELT)) (-2743 (($ $ $) 6 T ELT)))
+(-13 (-1081))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3259 (((-2 (|:| -2909 (-793)) (|:| -3265 (-421 |#2|)) (|:| |radicand| |#2|)) (-421 |#2|) (-793)) 76 T ELT)) (-2678 (((-3 (-2 (|:| |radicand| (-421 |#2|)) (|:| |deg| (-793))) "failed") |#3|) 56 T ELT)) (-3766 (((-2 (|:| -3265 (-421 |#2|)) (|:| |poly| |#3|)) |#3|) 41 T ELT)) (-2704 ((|#1| |#3| |#3|) 44 T ELT)) (-4265 ((|#3| |#3| (-421 |#2|) (-421 |#2|)) 20 T ELT)) (-1998 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| |deg| (-793))) |#3| |#3|) 53 T ELT)))
+(((-150 |#1| |#2| |#3|) (-10 -7 (-15 -3766 ((-2 (|:| -3265 (-421 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2678 ((-3 (-2 (|:| |radicand| (-421 |#2|)) (|:| |deg| (-793))) "failed") |#3|)) (-15 -3259 ((-2 (|:| -2909 (-793)) (|:| -3265 (-421 |#2|)) (|:| |radicand| |#2|)) (-421 |#2|) (-793))) (-15 -2704 (|#1| |#3| |#3|)) (-15 -4265 (|#3| |#3| (-421 |#2|) (-421 |#2|))) (-15 -1998 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| |deg| (-793))) |#3| |#3|))) (-1254) (-1275 |#1|) (-1275 (-421 |#2|))) (T -150))
+((-1998 (*1 *2 *3 *3) (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-421 *5)) (|:| |c2| (-421 *5)) (|:| |deg| (-793)))) (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1275 (-421 *5))))) (-4265 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-421 *5)) (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-5 *1 (-150 *4 *5 *2)) (-4 *2 (-1275 *3)))) (-2704 (*1 *2 *3 *3) (-12 (-4 *4 (-1275 *2)) (-4 *2 (-1254)) (-5 *1 (-150 *2 *4 *3)) (-4 *3 (-1275 (-421 *4))))) (-3259 (*1 *2 *3 *4) (-12 (-5 *3 (-421 *6)) (-4 *5 (-1254)) (-4 *6 (-1275 *5)) (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *3) (|:| |radicand| *6))) (-5 *1 (-150 *5 *6 *7)) (-5 *4 (-793)) (-4 *7 (-1275 *3)))) (-2678 (*1 *2 *3) (|partial| -12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-5 *2 (-2 (|:| |radicand| (-421 *5)) (|:| |deg| (-793)))) (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1275 (-421 *5))))) (-3766 (*1 *2 *3) (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-5 *2 (-2 (|:| -3265 (-421 *5)) (|:| |poly| *3))) (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1275 (-421 *5))))))
+(-10 -7 (-15 -3766 ((-2 (|:| -3265 (-421 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2678 ((-3 (-2 (|:| |radicand| (-421 |#2|)) (|:| |deg| (-793))) "failed") |#3|)) (-15 -3259 ((-2 (|:| -2909 (-793)) (|:| -3265 (-421 |#2|)) (|:| |radicand| |#2|)) (-421 |#2|) (-793))) (-15 -2704 (|#1| |#3| |#3|)) (-15 -4265 (|#3| |#3| (-421 |#2|) (-421 |#2|))) (-15 -1998 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| |deg| (-793))) |#3| |#3|)))
+((-4486 (((-3 (-663 (-1203 |#2|)) "failed") (-663 (-1203 |#2|)) (-1203 |#2|)) 35 T ELT)))
+(((-151 |#1| |#2|) (-10 -7 (-15 -4486 ((-3 (-663 (-1203 |#2|)) "failed") (-663 (-1203 |#2|)) (-1203 |#2|)))) (-559) (-168 |#1|)) (T -151))
+((-4486 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1203 *5))) (-5 *3 (-1203 *5)) (-4 *5 (-168 *4)) (-4 *4 (-559)) (-5 *1 (-151 *4 *5)))))
+(-10 -7 (-15 -4486 ((-3 (-663 (-1203 |#2|)) "failed") (-663 (-1203 |#2|)) (-1203 |#2|))))
+((-3797 (($ (-1 (-114) |#2|) $) 37 T ELT)) (-4154 (($ $) 44 T ELT)) (-3513 (($ (-1 (-114) |#2|) $) 35 T ELT) (($ |#2| $) 40 T ELT)) (-1995 ((|#2| (-1 |#2| |#2| |#2|) $) 30 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 32 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 42 T ELT)) (-3237 (((-3 |#2| "failed") (-1 (-114) |#2|) $) 27 T ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 24 T ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) 18 T ELT) (((-793) |#2| $) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) 21 T ELT)) (-3819 (((-793) $) 12 T ELT)))
+(((-152 |#1| |#2|) (-10 -8 (-15 -4154 (|#1| |#1|)) (-15 -3513 (|#1| |#2| |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3797 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3513 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3237 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -1485 ((-793) |#2| |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3819 ((-793) |#1|))) (-153 |#2|) (-1249)) (T -152))
+NIL
+(-10 -8 (-15 -4154 (|#1| |#1|)) (-15 -3513 (|#1| |#2| |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3797 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3513 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3237 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -1485 ((-793) |#2| |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3819 ((-793) |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3797 (($ (-1 (-114) |#1|) $) 51 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-4154 (($ $) 48 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4510)) ELT) (($ |#1| $) 49 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $) 54 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 50 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 55 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 47 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 56 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-153 |#1|) (-142) (-1249)) (T -153))
+((-3845 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-4 *1 (-153 *3)))) (-3237 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-114) *2)) (-4 *1 (-153 *2)) (-4 *2 (-1249)))) (-1995 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *2)) (-4 *2 (-1249)))) (-1995 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *2)) (-4 *2 (-1249)))) (-3513 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *3)) (-4 *3 (-1249)))) (-3797 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *3)) (-4 *3 (-1249)))) (-1995 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1133)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *2)) (-4 *2 (-1249)))) (-3513 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-153 *2)) (-4 *2 (-1249)) (-4 *2 (-1133)))) (-4154 (*1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-153 *2)) (-4 *2 (-1249)) (-4 *2 (-1133)))))
+(-13 (-503 |t#1|) (-10 -8 (-15 -3845 ($ (-663 |t#1|))) (-15 -3237 ((-3 |t#1| "failed") (-1 (-114) |t#1|) $)) (IF (|has| $ (-6 -4510)) (PROGN (-15 -1995 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -1995 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -3513 ($ (-1 (-114) |t#1|) $)) (-15 -3797 ($ (-1 (-114) |t#1|) $)) (IF (|has| |t#1| (-1133)) (PROGN (-15 -1995 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -3513 ($ |t#1| $)) (-15 -4154 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) 111 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2682 (($ |#2| (-663 (-949))) 71 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2597 (($ (-949)) 57 T ELT)) (-2068 (((-136)) 23 T ELT)) (-3834 (((-888) $) 86 T ELT) (($ (-560)) 53 T ELT) (($ |#2|) 54 T ELT)) (-3580 ((|#2| $ (-663 (-949))) 74 T ELT)) (-3103 (((-793)) 20 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 47 T CONST)) (-2983 (($) 51 T CONST)) (-2478 (((-114) $ $) 33 T ELT)) (-2594 (($ $ |#2|) NIL T ELT)) (-2581 (($ $) 42 T ELT) (($ $ $) 40 T ELT)) (-2571 (($ $ $) 38 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 44 T ELT) (($ $ $) 63 T ELT) (($ |#2| $) 46 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-154 |#1| |#2| |#3|) (-13 (-1081) (-38 |#2|) (-1307 |#2|) (-10 -8 (-15 -2597 ($ (-949))) (-15 -2682 ($ |#2| (-663 (-949)))) (-15 -3580 (|#2| $ (-663 (-949)))) (-15 -2167 ((-3 $ "failed") $)))) (-949) (-376) (-1025 |#1| |#2|)) (T -154))
+((-2167 (*1 *1 *1) (|partial| -12 (-5 *1 (-154 *2 *3 *4)) (-14 *2 (-949)) (-4 *3 (-376)) (-14 *4 (-1025 *2 *3)))) (-2597 (*1 *1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-154 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-376)) (-14 *5 (-1025 *3 *4)))) (-2682 (*1 *1 *2 *3) (-12 (-5 *3 (-663 (-949))) (-5 *1 (-154 *4 *2 *5)) (-14 *4 (-949)) (-4 *2 (-376)) (-14 *5 (-1025 *4 *2)))) (-3580 (*1 *2 *1 *3) (-12 (-5 *3 (-663 (-949))) (-4 *2 (-376)) (-5 *1 (-154 *4 *2 *5)) (-14 *4 (-949)) (-14 *5 (-1025 *4 *2)))))
+(-13 (-1081) (-38 |#2|) (-1307 |#2|) (-10 -8 (-15 -2597 ($ (-949))) (-15 -2682 ($ |#2| (-663 (-949)))) (-15 -3580 (|#2| $ (-663 (-949)))) (-15 -2167 ((-3 $ "failed") $))))
+((-3895 (((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-663 (-973 (-229)))) (-229) (-229) (-229) (-229)) 59 T ELT)) (-2788 (((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955) (-421 (-560)) (-421 (-560))) 96 T ELT) (((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955)) 97 T ELT)) (-3094 (((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-663 (-973 (-229))))) 100 T ELT) (((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-973 (-229)))) 99 T ELT) (((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955) (-421 (-560)) (-421 (-560))) 90 T ELT) (((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955)) 91 T ELT)))
+(((-155) (-10 -7 (-15 -3094 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955))) (-15 -3094 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955) (-421 (-560)) (-421 (-560)))) (-15 -2788 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955))) (-15 -2788 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955) (-421 (-560)) (-421 (-560)))) (-15 -3895 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-663 (-973 (-229)))) (-229) (-229) (-229) (-229))) (-15 -3094 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-973 (-229))))) (-15 -3094 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-663 (-973 (-229)))))))) (T -155))
+((-3094 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229))))) (-5 *1 (-155)) (-5 *3 (-663 (-663 (-973 (-229))))))) (-3094 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229))))) (-5 *1 (-155)) (-5 *3 (-663 (-973 (-229)))))) (-3895 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-229)) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-973 *4)))) (|:| |xValues| (-1121 *4)) (|:| |yValues| (-1121 *4)))) (-5 *1 (-155)) (-5 *3 (-663 (-663 (-973 *4)))))) (-2788 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-955)) (-5 *4 (-421 (-560))) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229))))) (-5 *1 (-155)))) (-2788 (*1 *2 *3) (-12 (-5 *3 (-955)) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229))))) (-5 *1 (-155)))) (-3094 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-955)) (-5 *4 (-421 (-560))) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229))))) (-5 *1 (-155)))) (-3094 (*1 *2 *3) (-12 (-5 *3 (-955)) (-5 *2 (-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229))))) (-5 *1 (-155)))))
+(-10 -7 (-15 -3094 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955))) (-15 -3094 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955) (-421 (-560)) (-421 (-560)))) (-15 -2788 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955))) (-15 -2788 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-955) (-421 (-560)) (-421 (-560)))) (-15 -3895 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-663 (-973 (-229)))) (-229) (-229) (-229) (-229))) (-15 -3094 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-973 (-229))))) (-15 -3094 ((-2 (|:| |brans| (-663 (-663 (-973 (-229))))) (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))) (-663 (-663 (-973 (-229)))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3581 (((-663 (-1167)) $) 20 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 27 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-1167) $) 9 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-156) (-13 (-1115) (-10 -8 (-15 -3581 ((-663 (-1167)) $)) (-15 -2200 ((-1167) $))))) (T -156))
+((-3581 (*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-156)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-156)))))
+(-13 (-1115) (-10 -8 (-15 -3581 ((-663 (-1167)) $)) (-15 -2200 ((-1167) $))))
+((-2882 (((-663 (-171 |#2|)) |#1| |#2|) 50 T ELT)))
+(((-157 |#1| |#2|) (-10 -7 (-15 -2882 ((-663 (-171 |#2|)) |#1| |#2|))) (-1275 (-171 (-560))) (-13 (-376) (-871))) (T -157))
+((-2882 (*1 *2 *3 *4) (-12 (-5 *2 (-663 (-171 *4))) (-5 *1 (-157 *3 *4)) (-4 *3 (-1275 (-171 (-560)))) (-4 *4 (-13 (-376) (-871))))))
+(-10 -7 (-15 -2882 ((-663 (-171 |#2|)) |#1| |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3240 (((-1250) $) 12 T ELT)) (-3228 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 19 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-158) (-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1250) $))))) (T -158))
+((-3228 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-158)))) (-3240 (*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-158)))))
+(-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1250) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3957 (($) 41 T ELT)) (-2579 (($) 40 T ELT)) (-3434 (((-949)) 46 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3193 (((-560) $) 44 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2372 (($) 42 T ELT)) (-2262 (($ (-560)) 47 T ELT)) (-3834 (((-888) $) 53 T ELT)) (-3114 (($) 43 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 38 T ELT)) (-2571 (($ $ $) 35 T ELT)) (* (($ (-949) $) 45 T ELT) (($ (-229) $) 11 T ELT)))
+(((-159) (-13 (-25) (-10 -8 (-15 * ($ (-949) $)) (-15 * ($ (-229) $)) (-15 -2571 ($ $ $)) (-15 -2579 ($)) (-15 -3957 ($)) (-15 -2372 ($)) (-15 -3114 ($)) (-15 -3193 ((-560) $)) (-15 -3434 ((-949))) (-15 -2262 ($ (-560)))))) (T -159))
+((-2571 (*1 *1 *1 *1) (-5 *1 (-159))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-949)) (-5 *1 (-159)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-159)))) (-2579 (*1 *1) (-5 *1 (-159))) (-3957 (*1 *1) (-5 *1 (-159))) (-2372 (*1 *1) (-5 *1 (-159))) (-3114 (*1 *1) (-5 *1 (-159))) (-3193 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-159)))) (-3434 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-159)))) (-2262 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-159)))))
+(-13 (-25) (-10 -8 (-15 * ($ (-949) $)) (-15 * ($ (-229) $)) (-15 -2571 ($ $ $)) (-15 -2579 ($)) (-15 -3957 ($)) (-15 -2372 ($)) (-15 -3114 ($)) (-15 -3193 ((-560) $)) (-15 -3434 ((-949))) (-15 -2262 ($ (-560)))))
+((-2868 ((|#2| |#2| (-1124 |#2|)) 98 T ELT) ((|#2| |#2| (-1209)) 75 T ELT)) (-3833 ((|#2| |#2| (-1124 |#2|)) 97 T ELT) ((|#2| |#2| (-1209)) 74 T ELT)) (-3266 ((|#2| |#2| |#2|) 25 T ELT)) (-2504 (((-115) (-115)) 111 T ELT)) (-3835 ((|#2| (-663 |#2|)) 130 T ELT)) (-3333 ((|#2| (-663 |#2|)) 151 T ELT)) (-2735 ((|#2| (-663 |#2|)) 138 T ELT)) (-3721 ((|#2| |#2|) 136 T ELT)) (-4019 ((|#2| (-663 |#2|)) 124 T ELT)) (-1657 ((|#2| (-663 |#2|)) 125 T ELT)) (-2139 ((|#2| (-663 |#2|)) 149 T ELT)) (-3493 ((|#2| |#2| (-1209)) 63 T ELT) ((|#2| |#2|) 62 T ELT)) (-3070 ((|#2| |#2|) 21 T ELT)) (-1441 ((|#2| |#2| |#2|) 24 T ELT)) (-3106 (((-114) (-115)) 55 T ELT)) (** ((|#2| |#2| |#2|) 46 T ELT)))
+(((-160 |#1| |#2|) (-10 -7 (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 ** (|#2| |#2| |#2|)) (-15 -1441 (|#2| |#2| |#2|)) (-15 -3266 (|#2| |#2| |#2|)) (-15 -3070 (|#2| |#2|)) (-15 -3493 (|#2| |#2|)) (-15 -3493 (|#2| |#2| (-1209))) (-15 -2868 (|#2| |#2| (-1209))) (-15 -2868 (|#2| |#2| (-1124 |#2|))) (-15 -3833 (|#2| |#2| (-1209))) (-15 -3833 (|#2| |#2| (-1124 |#2|))) (-15 -3721 (|#2| |#2|)) (-15 -2139 (|#2| (-663 |#2|))) (-15 -2735 (|#2| (-663 |#2|))) (-15 -3333 (|#2| (-663 |#2|))) (-15 -4019 (|#2| (-663 |#2|))) (-15 -1657 (|#2| (-663 |#2|))) (-15 -3835 (|#2| (-663 |#2|)))) (-571) (-435 |#1|)) (T -160))
+((-3835 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-1657 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-4019 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-3333 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-2735 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-2139 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2)) (-4 *4 (-571)))) (-3721 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-3833 (*1 *2 *2 *3) (-12 (-5 *3 (-1124 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)))) (-3833 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)) (-4 *2 (-435 *4)))) (-2868 (*1 *2 *2 *3) (-12 (-5 *3 (-1124 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)))) (-2868 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)) (-4 *2 (-435 *4)))) (-3493 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2)) (-4 *2 (-435 *4)))) (-3493 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-3070 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-3266 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-1441 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))) (-2504 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-160 *3 *4)) (-4 *4 (-435 *3)))) (-3106 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-160 *4 *5)) (-4 *5 (-435 *4)))))
+(-10 -7 (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 ** (|#2| |#2| |#2|)) (-15 -1441 (|#2| |#2| |#2|)) (-15 -3266 (|#2| |#2| |#2|)) (-15 -3070 (|#2| |#2|)) (-15 -3493 (|#2| |#2|)) (-15 -3493 (|#2| |#2| (-1209))) (-15 -2868 (|#2| |#2| (-1209))) (-15 -2868 (|#2| |#2| (-1124 |#2|))) (-15 -3833 (|#2| |#2| (-1209))) (-15 -3833 (|#2| |#2| (-1124 |#2|))) (-15 -3721 (|#2| |#2|)) (-15 -2139 (|#2| (-663 |#2|))) (-15 -2735 (|#2| (-663 |#2|))) (-15 -3333 (|#2| (-663 |#2|))) (-15 -4019 (|#2| (-663 |#2|))) (-15 -1657 (|#2| (-663 |#2|))) (-15 -3835 (|#2| (-663 |#2|))))
+((-4022 ((|#1| |#1| |#1|) 65 T ELT)) (-3198 ((|#1| |#1| |#1|) 62 T ELT)) (-3266 ((|#1| |#1| |#1|) 56 T ELT)) (-2774 ((|#1| |#1|) 42 T ELT)) (-2185 ((|#1| |#1| (-663 |#1|)) 54 T ELT)) (-3070 ((|#1| |#1|) 46 T ELT)) (-1441 ((|#1| |#1| |#1|) 50 T ELT)))
+(((-161 |#1|) (-10 -7 (-15 -1441 (|#1| |#1| |#1|)) (-15 -3070 (|#1| |#1|)) (-15 -2185 (|#1| |#1| (-663 |#1|))) (-15 -2774 (|#1| |#1|)) (-15 -3266 (|#1| |#1| |#1|)) (-15 -3198 (|#1| |#1| |#1|)) (-15 -4022 (|#1| |#1| |#1|))) (-559)) (T -161))
+((-4022 (*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-3198 (*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-3266 (*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-2774 (*1 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-2185 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-559)) (-5 *1 (-161 *2)))) (-3070 (*1 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))) (-1441 (*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
+(-10 -7 (-15 -1441 (|#1| |#1| |#1|)) (-15 -3070 (|#1| |#1|)) (-15 -2185 (|#1| |#1| (-663 |#1|))) (-15 -2774 (|#1| |#1|)) (-15 -3266 (|#1| |#1| |#1|)) (-15 -3198 (|#1| |#1| |#1|)) (-15 -4022 (|#1| |#1| |#1|)))
+((-2868 (($ $ (-1209)) 12 T ELT) (($ $ (-1124 $)) 11 T ELT)) (-3833 (($ $ (-1209)) 10 T ELT) (($ $ (-1124 $)) 9 T ELT)) (-3266 (($ $ $) 8 T ELT)) (-3493 (($ $) 14 T ELT) (($ $ (-1209)) 13 T ELT)) (-3070 (($ $) 7 T ELT)) (-1441 (($ $ $) 6 T ELT)))
(((-162) (-142)) (T -162))
-((-2858 (*1 *1 *1) (-4 *1 (-162))) (-2858 (*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1208)))) (-3307 (*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1208)))) (-3307 (*1 *1 *1 *2) (-12 (-5 *2 (-1123 *1)) (-4 *1 (-162)))) (-4307 (*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1208)))) (-4307 (*1 *1 *1 *2) (-12 (-5 *2 (-1123 *1)) (-4 *1 (-162)))))
-(-13 (-145) (-10 -8 (-15 -2858 ($ $)) (-15 -2858 ($ $ (-1208))) (-15 -3307 ($ $ (-1208))) (-15 -3307 ($ $ (-1123 $))) (-15 -4307 ($ $ (-1208))) (-15 -4307 ($ $ (-1123 $)))))
+((-3493 (*1 *1 *1) (-4 *1 (-162))) (-3493 (*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1209)))) (-2868 (*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1209)))) (-2868 (*1 *1 *1 *2) (-12 (-5 *2 (-1124 *1)) (-4 *1 (-162)))) (-3833 (*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1209)))) (-3833 (*1 *1 *1 *2) (-12 (-5 *2 (-1124 *1)) (-4 *1 (-162)))))
+(-13 (-145) (-10 -8 (-15 -3493 ($ $)) (-15 -3493 ($ $ (-1209))) (-15 -2868 ($ $ (-1209))) (-15 -2868 ($ $ (-1124 $))) (-15 -3833 ($ $ (-1209))) (-15 -3833 ($ $ (-1124 $)))))
(((-145) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-2507 (($ (-560)) 15 T ELT) (($ $ $) 16 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 19 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 11 T ELT)))
-(((-163) (-13 (-1132) (-10 -8 (-15 -2507 ($ (-560))) (-15 -2507 ($ $ $))))) (T -163))
-((-2507 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-163)))) (-2507 (*1 *1 *1 *1) (-5 *1 (-163))))
-(-13 (-1132) (-10 -8 (-15 -2507 ($ (-560))) (-15 -2507 ($ $ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 16 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-663 (-1166)) $) 10 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-164) (-13 (-1114) (-10 -8 (-15 -3966 ((-663 (-1166)) $))))) (T -164))
-((-3966 (*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-164)))))
-(-13 (-1114) (-10 -8 (-15 -3966 ((-663 (-1166)) $))))
-((-3336 (((-115) (-1208)) 103 T ELT)))
-(((-165) (-10 -7 (-15 -3336 ((-115) (-1208))))) (T -165))
-((-3336 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-115)) (-5 *1 (-165)))))
-(-10 -7 (-15 -3336 ((-115) (-1208))))
-((-1340 ((|#3| |#3|) 19 T ELT)))
-(((-166 |#1| |#2| |#3|) (-10 -7 (-15 -1340 (|#3| |#3|))) (-1080) (-1274 |#1|) (-1274 |#2|)) (T -166))
-((-1340 (*1 *2 *2) (-12 (-4 *3 (-1080)) (-4 *4 (-1274 *3)) (-5 *1 (-166 *3 *4 *2)) (-4 *2 (-1274 *4)))))
-(-10 -7 (-15 -1340 (|#3| |#3|)))
-((-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 222 T ELT)) (-4095 ((|#2| $) 102 T ELT)) (-3594 (($ $) 256 T ELT)) (-2725 (($ $) 250 T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 47 T ELT)) (-2837 (($ $) 254 T ELT)) (-2700 (($ $) 248 T ELT)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 146 T ELT)) (-3056 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#2| $) 144 T ELT)) (-2242 (($ $ $) 228 T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) 160 T ELT) (((-711 |#2|) (-711 $)) 154 T ELT)) (-2108 (($ (-1202 |#2|)) 125 T ELT) (((-3 $ "failed") (-421 (-1202 |#2|))) NIL T ELT)) (-4310 (((-3 $ "failed") $) 213 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 203 T ELT)) (-2221 (((-114) $) 198 T ELT)) (-2530 (((-421 (-560)) $) 201 T ELT)) (-3795 (((-948)) 96 T ELT)) (-2254 (($ $ $) 230 T ELT)) (-3510 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 269 T ELT)) (-4447 (($) 245 T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 192 T ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 197 T ELT)) (-3138 ((|#2| $) 100 T ELT)) (-2767 (((-1202 |#2|) $) 127 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 108 T ELT)) (-1842 (($ $) 247 T ELT)) (-2094 (((-1202 |#2|) $) 126 T ELT)) (-2402 (($ $) 206 T ELT)) (-4099 (($) 103 T ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 95 T ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 64 T ELT)) (-2283 (((-3 $ "failed") $ |#2|) 208 T ELT) (((-3 $ "failed") $ $) 211 T ELT)) (-1920 (($ $) 246 T ELT)) (-3320 (((-793) $) 225 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 235 T ELT)) (-3622 ((|#2| (-1298 $)) NIL T ELT) ((|#2|) 98 T ELT)) (-2457 (($ $ (-1 |#2| |#2|)) 119 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2731 (((-1202 |#2|)) 120 T ELT)) (-2848 (($ $) 255 T ELT)) (-2712 (($ $) 249 T ELT)) (-2086 (((-1298 |#2|) $ (-1298 $)) 136 T ELT) (((-711 |#2|) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 |#2|) $) 116 T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-4417 (((-1298 |#2|) $) NIL T ELT) (($ (-1298 |#2|)) NIL T ELT) (((-1202 |#2|) $) NIL T ELT) (($ (-1202 |#2|)) NIL T ELT) (((-915 (-560)) $) 183 T ELT) (((-915 (-391)) $) 187 T ELT) (((-171 (-391)) $) 172 T ELT) (((-171 (-229)) $) 167 T ELT) (((-549) $) 179 T ELT)) (-1521 (($ $) 104 T ELT)) (-2539 (((-887) $) 143 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)) (-4419 (((-1202 |#2|) $) 32 T ELT)) (-3418 (((-793)) 106 T ELT)) (-3860 (((-114) $ $) 13 T ELT)) (-3671 (($ $) 259 T ELT)) (-2792 (($ $) 253 T ELT)) (-3649 (($ $) 257 T ELT)) (-2770 (($ $) 251 T ELT)) (-4449 ((|#2| $) 242 T ELT)) (-3661 (($ $) 258 T ELT)) (-2781 (($ $) 252 T ELT)) (-2407 (($ $) 162 T ELT)) (-2329 (((-114) $ $) 110 T ELT)) (-2426 (($ $) 112 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 111 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-421 (-560))) 276 T ELT) (($ $ $) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 118 T ELT) (($ $ $) 147 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 114 T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)))
-(((-167 |#1| |#2|) (-10 -8 (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2539 (|#1| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4422 ((-2 (|:| -4206 |#1|) (|:| -4496 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3320 ((-793) |#1|)) (-15 -3095 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -2254 (|#1| |#1| |#1|)) (-15 -2242 (|#1| |#1| |#1|)) (-15 -2402 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -4417 ((-549) |#1|)) (-15 -4417 ((-171 (-229)) |#1|)) (-15 -4417 ((-171 (-391)) |#1|)) (-15 -2725 (|#1| |#1|)) (-15 -2700 (|#1| |#1|)) (-15 -2712 (|#1| |#1|)) (-15 -2781 (|#1| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2792 (|#1| |#1|)) (-15 -2848 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -3594 (|#1| |#1|)) (-15 -3661 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3671 (|#1| |#1|)) (-15 -1842 (|#1| |#1|)) (-15 -1920 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4447 (|#1|)) (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -2059 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -2455 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -3765 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -3510 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -4449 (|#2| |#1|)) (-15 -2407 (|#1| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1521 (|#1| |#1|)) (-15 -4099 (|#1|)) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -3085 ((-913 (-391) |#1|) |#1| (-915 (-391)) (-913 (-391) |#1|))) (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2108 ((-3 |#1| "failed") (-421 (-1202 |#2|)))) (-15 -2094 ((-1202 |#2|) |#1|)) (-15 -4417 (|#1| (-1202 |#2|))) (-15 -2108 (|#1| (-1202 |#2|))) (-15 -2731 ((-1202 |#2|))) (-15 -2336 ((-711 |#2|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -4417 ((-1202 |#2|) |#1|)) (-15 -3622 (|#2|)) (-15 -4417 (|#1| (-1298 |#2|))) (-15 -4417 ((-1298 |#2|) |#1|)) (-15 -2086 ((-711 |#2|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1|)) (-15 -2767 ((-1202 |#2|) |#1|)) (-15 -4419 ((-1202 |#2|) |#1|)) (-15 -3622 (|#2| (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -3138 (|#2| |#1|)) (-15 -4095 (|#2| |#1|)) (-15 -3795 ((-948))) (-15 -2539 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 -4310 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-948))) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -3860 ((-114) |#1| |#1|)) (-15 -2329 ((-114) |#1| |#1|))) (-168 |#2|) (-175)) (T -167))
-((-3418 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-167 *3 *4)) (-4 *3 (-168 *4)))) (-3795 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-948)) (-5 *1 (-167 *3 *4)) (-4 *3 (-168 *4)))) (-3622 (*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-167 *3 *2)) (-4 *3 (-168 *2)))) (-2731 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-1202 *4)) (-5 *1 (-167 *3 *4)) (-4 *3 (-168 *4)))))
-(-10 -8 (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2539 (|#1| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4422 ((-2 (|:| -4206 |#1|) (|:| -4496 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3320 ((-793) |#1|)) (-15 -3095 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -2254 (|#1| |#1| |#1|)) (-15 -2242 (|#1| |#1| |#1|)) (-15 -2402 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -4417 ((-549) |#1|)) (-15 -4417 ((-171 (-229)) |#1|)) (-15 -4417 ((-171 (-391)) |#1|)) (-15 -2725 (|#1| |#1|)) (-15 -2700 (|#1| |#1|)) (-15 -2712 (|#1| |#1|)) (-15 -2781 (|#1| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2792 (|#1| |#1|)) (-15 -2848 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -3594 (|#1| |#1|)) (-15 -3661 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3671 (|#1| |#1|)) (-15 -1842 (|#1| |#1|)) (-15 -1920 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4447 (|#1|)) (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -2059 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -2455 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -3765 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -3510 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -4449 (|#2| |#1|)) (-15 -2407 (|#1| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1521 (|#1| |#1|)) (-15 -4099 (|#1|)) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -3085 ((-913 (-391) |#1|) |#1| (-915 (-391)) (-913 (-391) |#1|))) (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2108 ((-3 |#1| "failed") (-421 (-1202 |#2|)))) (-15 -2094 ((-1202 |#2|) |#1|)) (-15 -4417 (|#1| (-1202 |#2|))) (-15 -2108 (|#1| (-1202 |#2|))) (-15 -2731 ((-1202 |#2|))) (-15 -2336 ((-711 |#2|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -4417 ((-1202 |#2|) |#1|)) (-15 -3622 (|#2|)) (-15 -4417 (|#1| (-1298 |#2|))) (-15 -4417 ((-1298 |#2|) |#1|)) (-15 -2086 ((-711 |#2|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1|)) (-15 -2767 ((-1202 |#2|) |#1|)) (-15 -4419 ((-1202 |#2|) |#1|)) (-15 -3622 (|#2| (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -3138 (|#2| |#1|)) (-15 -4095 (|#2| |#1|)) (-15 -3795 ((-948))) (-15 -2539 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 -4310 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-948))) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -3860 ((-114) |#1| |#1|)) (-15 -2329 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 111 (-2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-4390 (($ $) 112 (-2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-3873 (((-114) $) 114 (-2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-1873 (((-711 |#1|) (-1298 $)) 58 T ELT) (((-711 |#1|)) 74 T ELT)) (-4095 ((|#1| $) 64 T ELT)) (-3594 (($ $) 247 (|has| |#1| (-1234)) ELT)) (-2725 (($ $) 230 (|has| |#1| (-1234)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 164 (|has| |#1| (-363)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 261 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) ELT)) (-2082 (($ $) 131 (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376))) ELT)) (-2326 (((-419 $) $) 132 (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376))) ELT)) (-3401 (($ $) 260 (-12 (|has| |#1| (-1033)) (|has| |#1| (-1234))) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 264 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) ELT)) (-3988 (((-114) $ $) 122 (|has| |#1| (-319)) ELT)) (-1450 (((-793)) 105 (|has| |#1| (-381)) ELT)) (-2837 (($ $) 246 (|has| |#1| (-1234)) ELT)) (-2700 (($ $) 231 (|has| |#1| (-1234)) ELT)) (-3623 (($ $) 245 (|has| |#1| (-1234)) ELT)) (-2749 (($ $) 232 (|has| |#1| (-1234)) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 191 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 189 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 186 T ELT)) (-3056 (((-560) $) 190 (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) 188 (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 187 T ELT)) (-3013 (($ (-1298 |#1|) (-1298 $)) 60 T ELT) (($ (-1298 |#1|)) 77 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 170 (|has| |#1| (-363)) ELT)) (-2242 (($ $ $) 126 (|has| |#1| (-319)) ELT)) (-2902 (((-711 |#1|) $ (-1298 $)) 65 T ELT) (((-711 |#1|) $) 72 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 183 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 182 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 181 T ELT) (((-711 |#1|) (-711 $)) 180 T ELT)) (-2108 (($ (-1202 |#1|)) 175 T ELT) (((-3 $ "failed") (-421 (-1202 |#1|))) 172 (|has| |#1| (-376)) ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3415 ((|#1| $) 272 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 265 (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) 267 (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) 266 (|has| |#1| (-559)) ELT)) (-3795 (((-948)) 66 T ELT)) (-3362 (($) 108 (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) 125 (|has| |#1| (-319)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 120 (|has| |#1| (-319)) ELT)) (-1632 (($) 166 (|has| |#1| (-363)) ELT)) (-2136 (((-114) $) 167 (|has| |#1| (-363)) ELT)) (-1497 (($ $ (-793)) 158 (|has| |#1| (-363)) ELT) (($ $) 157 (|has| |#1| (-363)) ELT)) (-1510 (((-114) $) 133 (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376))) ELT)) (-3510 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 268 (-12 (|has| |#1| (-1091)) (|has| |#1| (-1234))) ELT)) (-4447 (($) 257 (|has| |#1| (-1234)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 280 (|has| |#1| (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 279 (|has| |#1| (-911 (-391))) ELT)) (-2252 (((-948) $) 169 (|has| |#1| (-363)) ELT) (((-854 (-948)) $) 155 (|has| |#1| (-363)) ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 259 (-12 (|has| |#1| (-1033)) (|has| |#1| (-1234))) ELT)) (-3138 ((|#1| $) 63 T ELT)) (-2024 (((-713 $) $) 159 (|has| |#1| (-363)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 129 (|has| |#1| (-319)) ELT)) (-2767 (((-1202 |#1|) $) 56 (|has| |#1| (-376)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 281 T ELT)) (-2608 (((-948) $) 107 (|has| |#1| (-381)) ELT)) (-1842 (($ $) 254 (|has| |#1| (-1234)) ELT)) (-2094 (((-1202 |#1|) $) 173 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 185 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 184 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 179 T ELT) (((-711 |#1|) (-1298 $)) 178 T ELT)) (-2433 (($ (-663 $)) 118 (-2191 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT) (($ $ $) 117 (-2191 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 134 (|has| |#1| (-376)) ELT)) (-2814 (($) 160 (|has| |#1| (-363)) CONST)) (-3998 (($ (-948)) 106 (|has| |#1| (-381)) ELT)) (-4099 (($) 276 T ELT)) (-3429 ((|#1| $) 273 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3178 (($) 177 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 119 (-2191 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-2470 (($ (-663 $)) 116 (-2191 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT) (($ $ $) 115 (-2191 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 163 (|has| |#1| (-363)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 263 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 262 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) ELT)) (-3388 (((-419 $) $) 130 (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376))) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 128 (|has| |#1| (-319)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 127 (|has| |#1| (-319)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) 271 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 110 (-2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 121 (|has| |#1| (-319)) ELT)) (-1920 (($ $) 255 (|has| |#1| (-1234)) ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) 287 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 286 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 285 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 284 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) 283 (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) 282 (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-3320 (((-793) $) 123 (|has| |#1| (-319)) ELT)) (-1495 (($ $ |#1|) 288 (|has| |#1| (-298 |#1| |#1|)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 124 (|has| |#1| (-319)) ELT)) (-3622 ((|#1| (-1298 $)) 59 T ELT) ((|#1|) 73 T ELT)) (-2424 (((-793) $) 168 (|has| |#1| (-363)) ELT) (((-3 (-793) "failed") $ $) 156 (|has| |#1| (-363)) ELT)) (-2457 (($ $ (-1 |#1| |#1|)) 142 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 141 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) 147 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208) (-793)) 146 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-663 (-1208))) 145 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208)) 143 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-793)) 153 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-239))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-240))) (|has| |#1| (-239)) (-1383 (|has| |#1| (-239)) (|has| |#1| (-376)))) ELT) (($ $) 151 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-239))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-240))) (|has| |#1| (-239)) (-1383 (|has| |#1| (-239)) (|has| |#1| (-376)))) ELT)) (-3982 (((-711 |#1|) (-1298 $) (-1 |#1| |#1|)) 171 (|has| |#1| (-376)) ELT)) (-2731 (((-1202 |#1|)) 176 T ELT)) (-3637 (($ $) 244 (|has| |#1| (-1234)) ELT)) (-2759 (($ $) 233 (|has| |#1| (-1234)) ELT)) (-1677 (($) 165 (|has| |#1| (-363)) ELT)) (-3610 (($ $) 243 (|has| |#1| (-1234)) ELT)) (-2737 (($ $) 234 (|has| |#1| (-1234)) ELT)) (-2848 (($ $) 242 (|has| |#1| (-1234)) ELT)) (-2712 (($ $) 235 (|has| |#1| (-1234)) ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) 62 T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) 61 T ELT) (((-1298 |#1|) $) 79 T ELT) (((-711 |#1|) (-1298 $)) 78 T ELT)) (-4417 (((-1298 |#1|) $) 76 T ELT) (($ (-1298 |#1|)) 75 T ELT) (((-1202 |#1|) $) 192 T ELT) (($ (-1202 |#1|)) 174 T ELT) (((-915 (-560)) $) 278 (|has| |#1| (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) 277 (|has| |#1| (-633 (-915 (-391)))) ELT) (((-171 (-391)) $) 229 (|has| |#1| (-1051)) ELT) (((-171 (-229)) $) 228 (|has| |#1| (-1051)) ELT) (((-549) $) 227 (|has| |#1| (-633 (-549))) ELT)) (-1521 (($ $) 275 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 162 (-2191 (-1383 (|has| $ (-147)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) (|has| |#1| (-363))) ELT)) (-2953 (($ |#1| |#1|) 274 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT) (($ (-421 (-560))) 104 (-2191 (|has| |#1| (-376)) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) 109 (-2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-3187 (($ $) 161 (|has| |#1| (-363)) ELT) (((-713 $) $) 55 (-2191 (-1383 (|has| $ (-147)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) (|has| |#1| (-147))) ELT)) (-4419 (((-1202 |#1|) $) 57 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1868 (((-1298 $)) 80 T ELT)) (-3671 (($ $) 253 (|has| |#1| (-1234)) ELT)) (-2792 (($ $) 241 (|has| |#1| (-1234)) ELT)) (-3840 (((-114) $ $) 113 (-2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))) ELT)) (-3649 (($ $) 252 (|has| |#1| (-1234)) ELT)) (-2770 (($ $) 240 (|has| |#1| (-1234)) ELT)) (-3693 (($ $) 251 (|has| |#1| (-1234)) ELT)) (-2816 (($ $) 239 (|has| |#1| (-1234)) ELT)) (-4449 ((|#1| $) 269 (|has| |#1| (-1234)) ELT)) (-2979 (($ $) 250 (|has| |#1| (-1234)) ELT)) (-2827 (($ $) 238 (|has| |#1| (-1234)) ELT)) (-3681 (($ $) 249 (|has| |#1| (-1234)) ELT)) (-2804 (($ $) 237 (|has| |#1| (-1234)) ELT)) (-3661 (($ $) 248 (|has| |#1| (-1234)) ELT)) (-2781 (($ $) 236 (|has| |#1| (-1234)) ELT)) (-2407 (($ $) 270 (|has| |#1| (-1091)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1 |#1| |#1|)) 140 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 139 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) 150 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208) (-793)) 149 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-663 (-1208))) 148 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208)) 144 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-793)) 154 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-239))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-240))) (|has| |#1| (-239)) (-1383 (|has| |#1| (-239)) (|has| |#1| (-376)))) ELT) (($ $) 152 (-2191 (-1383 (|has| |#1| (-376)) (|has| |#1| (-239))) (-1383 (|has| |#1| (-376)) (|has| |#1| (-240))) (|has| |#1| (-239)) (-1383 (|has| |#1| (-239)) (|has| |#1| (-376)))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 138 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-421 (-560))) 258 (-12 (|has| |#1| (-1033)) (|has| |#1| (-1234))) ELT) (($ $ $) 256 (|has| |#1| (-1234)) ELT) (($ $ (-560)) 135 (|has| |#1| (-376)) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT) (($ (-421 (-560)) $) 137 (|has| |#1| (-376)) ELT) (($ $ (-421 (-560))) 136 (|has| |#1| (-376)) ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3696 (($ (-560)) 15 T ELT) (($ $ $) 16 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 19 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 11 T ELT)))
+(((-163) (-13 (-1133) (-10 -8 (-15 -3696 ($ (-560))) (-15 -3696 ($ $ $))))) (T -163))
+((-3696 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-163)))) (-3696 (*1 *1 *1 *1) (-5 *1 (-163))))
+(-13 (-1133) (-10 -8 (-15 -3696 ($ (-560))) (-15 -3696 ($ $ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 16 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-663 (-1167)) $) 10 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-164) (-13 (-1115) (-10 -8 (-15 -2200 ((-663 (-1167)) $))))) (T -164))
+((-2200 (*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-164)))))
+(-13 (-1115) (-10 -8 (-15 -2200 ((-663 (-1167)) $))))
+((-2504 (((-115) (-1209)) 103 T ELT)))
+(((-165) (-10 -7 (-15 -2504 ((-115) (-1209))))) (T -165))
+((-2504 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-115)) (-5 *1 (-165)))))
+(-10 -7 (-15 -2504 ((-115) (-1209))))
+((-4009 ((|#3| |#3|) 19 T ELT)))
+(((-166 |#1| |#2| |#3|) (-10 -7 (-15 -4009 (|#3| |#3|))) (-1081) (-1275 |#1|) (-1275 |#2|)) (T -166))
+((-4009 (*1 *2 *2) (-12 (-4 *3 (-1081)) (-4 *4 (-1275 *3)) (-5 *1 (-166 *3 *4 *2)) (-4 *2 (-1275 *4)))))
+(-10 -7 (-15 -4009 (|#3| |#3|)))
+((-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 222 T ELT)) (-2412 ((|#2| $) 102 T ELT)) (-2267 (($ $) 256 T ELT)) (-2111 (($ $) 250 T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 47 T ELT)) (-2243 (($ $) 254 T ELT)) (-2683 (($ $) 248 T ELT)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 146 T ELT)) (-4072 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#2| $) 144 T ELT)) (-3752 (($ $ $) 228 T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) 160 T ELT) (((-711 |#2|) (-711 $)) 154 T ELT)) (-1995 (($ (-1203 |#2|)) 125 T ELT) (((-3 $ "failed") (-421 (-1203 |#2|))) NIL T ELT)) (-2167 (((-3 $ "failed") $) 213 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 203 T ELT)) (-2639 (((-114) $) 198 T ELT)) (-2799 (((-421 (-560)) $) 201 T ELT)) (-1486 (((-949)) 96 T ELT)) (-3763 (($ $ $) 230 T ELT)) (-1483 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 269 T ELT)) (-3157 (($) 245 T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 192 T ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 197 T ELT)) (-2480 ((|#2| $) 100 T ELT)) (-4118 (((-1203 |#2|) $) 127 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 108 T ELT)) (-3343 (($ $) 247 T ELT)) (-1984 (((-1203 |#2|) $) 126 T ELT)) (-4260 (($ $) 206 T ELT)) (-2732 (($) 103 T ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 95 T ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 64 T ELT)) (-3795 (((-3 $ "failed") $ |#2|) 208 T ELT) (((-3 $ "failed") $ $) 211 T ELT)) (-2784 (($ $) 246 T ELT)) (-3760 (((-793) $) 225 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 235 T ELT)) (-2810 ((|#2| (-1299 $)) NIL T ELT) ((|#2|) 98 T ELT)) (-2703 (($ $ (-1 |#2| |#2|)) 119 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2771 (((-1203 |#2|)) 120 T ELT)) (-2256 (($ $) 255 T ELT)) (-2699 (($ $) 249 T ELT)) (-3084 (((-1299 |#2|) $ (-1299 $)) 136 T ELT) (((-711 |#2|) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 |#2|) $) 116 T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-1830 (((-1299 |#2|) $) NIL T ELT) (($ (-1299 |#2|)) NIL T ELT) (((-1203 |#2|) $) NIL T ELT) (($ (-1203 |#2|)) NIL T ELT) (((-916 (-560)) $) 183 T ELT) (((-916 (-391)) $) 187 T ELT) (((-171 (-391)) $) 172 T ELT) (((-171 (-229)) $) 167 T ELT) (((-549) $) 179 T ELT)) (-3933 (($ $) 104 T ELT)) (-3834 (((-888) $) 143 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)) (-4286 (((-1203 |#2|) $) 32 T ELT)) (-3103 (((-793)) 106 T ELT)) (-1519 (((-114) $ $) 13 T ELT)) (-2345 (($ $) 259 T ELT)) (-2188 (($ $) 253 T ELT)) (-2317 (($ $) 257 T ELT)) (-2163 (($ $) 251 T ELT)) (-2293 ((|#2| $) 242 T ELT)) (-2330 (($ $) 258 T ELT)) (-2175 (($ $) 252 T ELT)) (-1958 (($ $) 162 T ELT)) (-2478 (((-114) $ $) 110 T ELT)) (-2581 (($ $) 112 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 111 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-421 (-560))) 276 T ELT) (($ $ $) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 118 T ELT) (($ $ $) 147 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 114 T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)))
+(((-167 |#1| |#2|) (-10 -8 (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -3834 (|#1| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3310 ((-2 (|:| -3072 |#1|) (|:| -4497 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3760 ((-793) |#1|)) (-15 -2589 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3763 (|#1| |#1| |#1|)) (-15 -3752 (|#1| |#1| |#1|)) (-15 -4260 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -1830 ((-549) |#1|)) (-15 -1830 ((-171 (-229)) |#1|)) (-15 -1830 ((-171 (-391)) |#1|)) (-15 -2111 (|#1| |#1|)) (-15 -2683 (|#1| |#1|)) (-15 -2699 (|#1| |#1|)) (-15 -2175 (|#1| |#1|)) (-15 -2163 (|#1| |#1|)) (-15 -2188 (|#1| |#1|)) (-15 -2256 (|#1| |#1|)) (-15 -2243 (|#1| |#1|)) (-15 -2267 (|#1| |#1|)) (-15 -2330 (|#1| |#1|)) (-15 -2317 (|#1| |#1|)) (-15 -2345 (|#1| |#1|)) (-15 -3343 (|#1| |#1|)) (-15 -2784 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -3157 (|#1|)) (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -3906 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -2540 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -4486 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -1483 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2293 (|#2| |#1|)) (-15 -1958 (|#1| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3933 (|#1| |#1|)) (-15 -2732 (|#1|)) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -2528 ((-914 (-391) |#1|) |#1| (-916 (-391)) (-914 (-391) |#1|))) (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1995 ((-3 |#1| "failed") (-421 (-1203 |#2|)))) (-15 -1984 ((-1203 |#2|) |#1|)) (-15 -1830 (|#1| (-1203 |#2|))) (-15 -1995 (|#1| (-1203 |#2|))) (-15 -2771 ((-1203 |#2|))) (-15 -1470 ((-711 |#2|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -1830 ((-1203 |#2|) |#1|)) (-15 -2810 (|#2|)) (-15 -1830 (|#1| (-1299 |#2|))) (-15 -1830 ((-1299 |#2|) |#1|)) (-15 -3084 ((-711 |#2|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1|)) (-15 -4118 ((-1203 |#2|) |#1|)) (-15 -4286 ((-1203 |#2|) |#1|)) (-15 -2810 (|#2| (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -2480 (|#2| |#1|)) (-15 -2412 (|#2| |#1|)) (-15 -1486 ((-949))) (-15 -3834 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 -2167 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-949))) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -1519 ((-114) |#1| |#1|)) (-15 -2478 ((-114) |#1| |#1|))) (-168 |#2|) (-175)) (T -167))
+((-3103 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-167 *3 *4)) (-4 *3 (-168 *4)))) (-1486 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-949)) (-5 *1 (-167 *3 *4)) (-4 *3 (-168 *4)))) (-2810 (*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-167 *3 *2)) (-4 *3 (-168 *2)))) (-2771 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-1203 *4)) (-5 *1 (-167 *3 *4)) (-4 *3 (-168 *4)))))
+(-10 -8 (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -3834 (|#1| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3310 ((-2 (|:| -3072 |#1|) (|:| -4497 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3760 ((-793) |#1|)) (-15 -2589 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3763 (|#1| |#1| |#1|)) (-15 -3752 (|#1| |#1| |#1|)) (-15 -4260 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -1830 ((-549) |#1|)) (-15 -1830 ((-171 (-229)) |#1|)) (-15 -1830 ((-171 (-391)) |#1|)) (-15 -2111 (|#1| |#1|)) (-15 -2683 (|#1| |#1|)) (-15 -2699 (|#1| |#1|)) (-15 -2175 (|#1| |#1|)) (-15 -2163 (|#1| |#1|)) (-15 -2188 (|#1| |#1|)) (-15 -2256 (|#1| |#1|)) (-15 -2243 (|#1| |#1|)) (-15 -2267 (|#1| |#1|)) (-15 -2330 (|#1| |#1|)) (-15 -2317 (|#1| |#1|)) (-15 -2345 (|#1| |#1|)) (-15 -3343 (|#1| |#1|)) (-15 -2784 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -3157 (|#1|)) (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -3906 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -2540 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -4486 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -1483 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2293 (|#2| |#1|)) (-15 -1958 (|#1| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3933 (|#1| |#1|)) (-15 -2732 (|#1|)) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -2528 ((-914 (-391) |#1|) |#1| (-916 (-391)) (-914 (-391) |#1|))) (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1995 ((-3 |#1| "failed") (-421 (-1203 |#2|)))) (-15 -1984 ((-1203 |#2|) |#1|)) (-15 -1830 (|#1| (-1203 |#2|))) (-15 -1995 (|#1| (-1203 |#2|))) (-15 -2771 ((-1203 |#2|))) (-15 -1470 ((-711 |#2|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -1830 ((-1203 |#2|) |#1|)) (-15 -2810 (|#2|)) (-15 -1830 (|#1| (-1299 |#2|))) (-15 -1830 ((-1299 |#2|) |#1|)) (-15 -3084 ((-711 |#2|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1|)) (-15 -4118 ((-1203 |#2|) |#1|)) (-15 -4286 ((-1203 |#2|) |#1|)) (-15 -2810 (|#2| (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -2480 (|#2| |#1|)) (-15 -2412 (|#2| |#1|)) (-15 -1486 ((-949))) (-15 -3834 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 -2167 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-949))) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -1519 ((-114) |#1| |#1|)) (-15 -2478 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 111 (-2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-3575 (($ $) 112 (-2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-3442 (((-114) $) 114 (-2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-3543 (((-711 |#1|) (-1299 $)) 58 T ELT) (((-711 |#1|)) 74 T ELT)) (-2412 ((|#1| $) 64 T ELT)) (-2267 (($ $) 247 (|has| |#1| (-1235)) ELT)) (-2111 (($ $) 230 (|has| |#1| (-1235)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 164 (|has| |#1| (-363)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 261 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) ELT)) (-2624 (($ $) 131 (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376))) ELT)) (-1903 (((-419 $) $) 132 (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376))) ELT)) (-2563 (($ $) 260 (-12 (|has| |#1| (-1034)) (|has| |#1| (-1235))) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 264 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) ELT)) (-3255 (((-114) $ $) 122 (|has| |#1| (-319)) ELT)) (-2233 (((-793)) 105 (|has| |#1| (-381)) ELT)) (-2243 (($ $) 246 (|has| |#1| (-1235)) ELT)) (-2683 (($ $) 231 (|has| |#1| (-1235)) ELT)) (-2290 (($ $) 245 (|has| |#1| (-1235)) ELT)) (-2136 (($ $) 232 (|has| |#1| (-1235)) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 191 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 189 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 186 T ELT)) (-4072 (((-560) $) 190 (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) 188 (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 187 T ELT)) (-4402 (($ (-1299 |#1|) (-1299 $)) 60 T ELT) (($ (-1299 |#1|)) 77 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 170 (|has| |#1| (-363)) ELT)) (-3752 (($ $ $) 126 (|has| |#1| (-319)) ELT)) (-2385 (((-711 |#1|) $ (-1299 $)) 65 T ELT) (((-711 |#1|) $) 72 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 183 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 182 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 181 T ELT) (((-711 |#1|) (-711 $)) 180 T ELT)) (-1995 (($ (-1203 |#1|)) 175 T ELT) (((-3 $ "failed") (-421 (-1203 |#1|))) 172 (|has| |#1| (-376)) ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2577 ((|#1| $) 272 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 265 (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) 267 (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) 266 (|has| |#1| (-559)) ELT)) (-1486 (((-949)) 66 T ELT)) (-2150 (($) 108 (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) 125 (|has| |#1| (-319)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 120 (|has| |#1| (-319)) ELT)) (-3396 (($) 166 (|has| |#1| (-363)) ELT)) (-4418 (((-114) $) 167 (|has| |#1| (-363)) ELT)) (-1789 (($ $ (-793)) 158 (|has| |#1| (-363)) ELT) (($ $) 157 (|has| |#1| (-363)) ELT)) (-2072 (((-114) $) 133 (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376))) ELT)) (-1483 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 268 (-12 (|has| |#1| (-1092)) (|has| |#1| (-1235))) ELT)) (-3157 (($) 257 (|has| |#1| (-1235)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 280 (|has| |#1| (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 279 (|has| |#1| (-912 (-391))) ELT)) (-2918 (((-949) $) 169 (|has| |#1| (-363)) ELT) (((-856 (-949)) $) 155 (|has| |#1| (-363)) ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 259 (-12 (|has| |#1| (-1034)) (|has| |#1| (-1235))) ELT)) (-2480 ((|#1| $) 63 T ELT)) (-3851 (((-713 $) $) 159 (|has| |#1| (-363)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 129 (|has| |#1| (-319)) ELT)) (-4118 (((-1203 |#1|) $) 56 (|has| |#1| (-376)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 281 T ELT)) (-3862 (((-949) $) 107 (|has| |#1| (-381)) ELT)) (-3343 (($ $) 254 (|has| |#1| (-1235)) ELT)) (-1984 (((-1203 |#1|) $) 173 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 185 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 184 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 179 T ELT) (((-711 |#1|) (-1299 $)) 178 T ELT)) (-3100 (($ (-663 $)) 118 (-2309 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT) (($ $ $) 117 (-2309 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 134 (|has| |#1| (-376)) ELT)) (-2689 (($) 160 (|has| |#1| (-363)) CONST)) (-2081 (($ (-949)) 106 (|has| |#1| (-381)) ELT)) (-2732 (($) 276 T ELT)) (-2588 ((|#1| $) 273 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3505 (($) 177 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 119 (-2309 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-3128 (($ (-663 $)) 116 (-2309 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT) (($ $ $) 115 (-2309 (|has| |#1| (-319)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 163 (|has| |#1| (-363)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 263 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 262 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) ELT)) (-2549 (((-419 $) $) 130 (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376))) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 128 (|has| |#1| (-319)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 127 (|has| |#1| (-319)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) 271 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 110 (-2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 121 (|has| |#1| (-319)) ELT)) (-2784 (($ $) 255 (|has| |#1| (-1235)) ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) 287 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 286 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 285 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 284 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) 283 (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) 282 (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-3760 (((-793) $) 123 (|has| |#1| (-319)) ELT)) (-3034 (($ $ |#1|) 288 (|has| |#1| (-298 |#1| |#1|)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 124 (|has| |#1| (-319)) ELT)) (-2810 ((|#1| (-1299 $)) 59 T ELT) ((|#1|) 73 T ELT)) (-2104 (((-793) $) 168 (|has| |#1| (-363)) ELT) (((-3 (-793) "failed") $ $) 156 (|has| |#1| (-363)) ELT)) (-2703 (($ $ (-1 |#1| |#1|)) 142 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 141 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) 147 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209) (-793)) 146 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-663 (-1209))) 145 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209)) 143 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-793)) 153 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-239))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-240))) (|has| |#1| (-239)) (-2925 (|has| |#1| (-239)) (|has| |#1| (-376)))) ELT) (($ $) 151 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-239))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-240))) (|has| |#1| (-239)) (-2925 (|has| |#1| (-239)) (|has| |#1| (-376)))) ELT)) (-3782 (((-711 |#1|) (-1299 $) (-1 |#1| |#1|)) 171 (|has| |#1| (-376)) ELT)) (-2771 (((-1203 |#1|)) 176 T ELT)) (-2304 (($ $) 244 (|has| |#1| (-1235)) ELT)) (-2149 (($ $) 233 (|has| |#1| (-1235)) ELT)) (-2011 (($) 165 (|has| |#1| (-363)) ELT)) (-2278 (($ $) 243 (|has| |#1| (-1235)) ELT)) (-2124 (($ $) 234 (|has| |#1| (-1235)) ELT)) (-2256 (($ $) 242 (|has| |#1| (-1235)) ELT)) (-2699 (($ $) 235 (|has| |#1| (-1235)) ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) 62 T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) 61 T ELT) (((-1299 |#1|) $) 79 T ELT) (((-711 |#1|) (-1299 $)) 78 T ELT)) (-1830 (((-1299 |#1|) $) 76 T ELT) (($ (-1299 |#1|)) 75 T ELT) (((-1203 |#1|) $) 192 T ELT) (($ (-1203 |#1|)) 174 T ELT) (((-916 (-560)) $) 278 (|has| |#1| (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) 277 (|has| |#1| (-633 (-916 (-391)))) ELT) (((-171 (-391)) $) 229 (|has| |#1| (-1052)) ELT) (((-171 (-229)) $) 228 (|has| |#1| (-1052)) ELT) (((-549) $) 227 (|has| |#1| (-633 (-549))) ELT)) (-3933 (($ $) 275 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 162 (-2309 (-2925 (|has| $ (-147)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) (|has| |#1| (-363))) ELT)) (-4437 (($ |#1| |#1|) 274 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT) (($ (-421 (-560))) 104 (-2309 (|has| |#1| (-376)) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) 109 (-2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-1633 (($ $) 161 (|has| |#1| (-363)) ELT) (((-713 $) $) 55 (-2309 (-2925 (|has| $ (-147)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) (|has| |#1| (-147))) ELT)) (-4286 (((-1203 |#1|) $) 57 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-4222 (((-1299 $)) 80 T ELT)) (-2345 (($ $) 253 (|has| |#1| (-1235)) ELT)) (-2188 (($ $) 241 (|has| |#1| (-1235)) ELT)) (-3176 (((-114) $ $) 113 (-2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))) ELT)) (-2317 (($ $) 252 (|has| |#1| (-1235)) ELT)) (-2163 (($ $) 240 (|has| |#1| (-1235)) ELT)) (-2370 (($ $) 251 (|has| |#1| (-1235)) ELT)) (-2214 (($ $) 239 (|has| |#1| (-1235)) ELT)) (-2293 ((|#1| $) 269 (|has| |#1| (-1235)) ELT)) (-2254 (($ $) 250 (|has| |#1| (-1235)) ELT)) (-2228 (($ $) 238 (|has| |#1| (-1235)) ELT)) (-2356 (($ $) 249 (|has| |#1| (-1235)) ELT)) (-2201 (($ $) 237 (|has| |#1| (-1235)) ELT)) (-2330 (($ $) 248 (|has| |#1| (-1235)) ELT)) (-2175 (($ $) 236 (|has| |#1| (-1235)) ELT)) (-1958 (($ $) 270 (|has| |#1| (-1092)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1 |#1| |#1|)) 140 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 139 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) 150 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209) (-793)) 149 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-663 (-1209))) 148 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209)) 144 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-793)) 154 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-239))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-240))) (|has| |#1| (-239)) (-2925 (|has| |#1| (-239)) (|has| |#1| (-376)))) ELT) (($ $) 152 (-2309 (-2925 (|has| |#1| (-376)) (|has| |#1| (-239))) (-2925 (|has| |#1| (-376)) (|has| |#1| (-240))) (|has| |#1| (-239)) (-2925 (|has| |#1| (-239)) (|has| |#1| (-376)))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 138 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-421 (-560))) 258 (-12 (|has| |#1| (-1034)) (|has| |#1| (-1235))) ELT) (($ $ $) 256 (|has| |#1| (-1235)) ELT) (($ $ (-560)) 135 (|has| |#1| (-376)) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT) (($ (-421 (-560)) $) 137 (|has| |#1| (-376)) ELT) (($ $ (-421 (-560))) 136 (|has| |#1| (-376)) ELT)))
(((-168 |#1|) (-142) (-175)) (T -168))
-((-3138 (*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-4099 (*1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-1521 (*1 *1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-2953 (*1 *1 *2 *2) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-3429 (*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-3415 (*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-2283 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-571)))) (-2407 (*1 *1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-1091)))) (-4449 (*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-1234)))) (-3510 (*1 *2 *1) (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-1091)) (-4 *3 (-1234)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-2221 (*1 *2 *1) (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114)))) (-2530 (*1 *2 *1) (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))) (-4330 (*1 *2 *1) (|partial| -12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))))
-(-13 (-746 |t#1| (-1202 |t#1|)) (-426 |t#1|) (-234 |t#1|) (-351 |t#1|) (-414 |t#1|) (-909 |t#1|) (-390 |t#1|) (-175) (-10 -8 (-6 -2953) (-15 -4099 ($)) (-15 -1521 ($ $)) (-15 -2953 ($ |t#1| |t#1|)) (-15 -3429 (|t#1| $)) (-15 -3415 (|t#1| $)) (-15 -3138 (|t#1| $)) (IF (|has| |t#1| (-571)) (PROGN (-6 (-571)) (-15 -2283 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-319)) (-6 (-319)) |%noBranch|) (IF (|has| |t#1| (-6 -4508)) (-6 -4508) |%noBranch|) (IF (|has| |t#1| (-6 -4505)) (-6 -4505) |%noBranch|) (IF (|has| |t#1| (-376)) (-6 (-376)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-1051)) (PROGN (-6 (-633 (-171 (-229)))) (-6 (-633 (-171 (-391))))) |%noBranch|) (IF (|has| |t#1| (-1091)) (-15 -2407 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1234)) (PROGN (-6 (-1234)) (-15 -4449 (|t#1| $)) (IF (|has| |t#1| (-1033)) (-6 (-1033)) |%noBranch|) (IF (|has| |t#1| (-1091)) (-15 -3510 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-939)) (IF (|has| |t#1| (-319)) (-6 (-939)) |%noBranch|) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-38 |#1|) . T) ((-38 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-35) |has| |#1| (-1234)) ((-95) |has| |#1| (-1234)) ((-102) . T) ((-111 #0# #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2191 (|has| |#1| (-363)) (|has| |#1| (-147))) ((-149) |has| |#1| (-149)) ((-635 #0#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-363)) (|has| |#1| (-376))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-632 (-887)) . T) ((-175) . T) ((-633 (-171 (-229))) |has| |#1| (-1051)) ((-633 (-171 (-391))) |has| |#1| (-1051)) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-633 (-915 (-391))) |has| |#1| (-633 (-915 (-391)))) ((-633 (-915 (-560))) |has| |#1| (-633 (-915 (-560)))) ((-633 #1=(-1202 |#1|)) . T) ((-236 $) -2191 (|has| |#1| (-363)) (|has| |#1| (-239)) (|has| |#1| (-240))) ((-234 |#1|) . T) ((-240) -2191 (|has| |#1| (-363)) (|has| |#1| (-240))) ((-239) -2191 (|has| |#1| (-363)) (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-250) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-296) |has| |#1| (-1234)) ((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-302) -2191 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-319) -2191 (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-376) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-416) |has| |#1| (-363)) ((-381) -2191 (|has| |#1| (-381)) (|has| |#1| (-363))) ((-363) |has| |#1| (-363)) ((-383 |#1| #1#) . T) ((-424 |#1| #1#) . T) ((-351 |#1|) . T) ((-390 |#1|) . T) ((-414 |#1|) . T) ((-426 |#1|) . T) ((-466) -2191 (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-507) |has| |#1| (-1234)) ((-528 (-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-571) -2191 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-668 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-670 #2=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-662 |#1|) . T) ((-662 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-660 #2#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-739 |#1|) . T) ((-739 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-746 |#1| #1#) . T) ((-748) . T) ((-921 $ #3=(-1208)) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-927 (-1208)) |has| |#1| (-927 (-1208))) ((-929 #3#) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-911 (-391)) |has| |#1| (-911 (-391))) ((-911 (-560)) |has| |#1| (-911 (-560))) ((-909 |#1|) . T) ((-939) -12 (|has| |#1| (-319)) (|has| |#1| (-939))) ((-950) -2191 (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-1033) -12 (|has| |#1| (-1033)) (|has| |#1| (-1234))) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1082 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1082 |#1|) . T) ((-1082 $) . T) ((-1087 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1087 |#1|) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) |has| |#1| (-363)) ((-1234) |has| |#1| (-1234)) ((-1237) |has| |#1| (-1234)) ((-1248) . T) ((-1253) -2191 (|has| |#1| (-363)) (|has| |#1| (-376)) (-12 (|has| |#1| (-319)) (|has| |#1| (-939)))))
-((-3388 (((-419 |#2|) |#2|) 67 T ELT)))
-(((-169 |#1| |#2|) (-10 -7 (-15 -3388 ((-419 |#2|) |#2|))) (-319) (-1274 (-171 |#1|))) (T -169))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-169 *4 *3)) (-4 *3 (-1274 (-171 *4))))))
-(-10 -7 (-15 -3388 ((-419 |#2|) |#2|)))
-((-2889 (((-1166) (-1166) (-303)) 8 T ELT)) (-2266 (((-663 (-713 (-292))) (-1190)) 81 T ELT)) (-2042 (((-713 (-292)) (-1166)) 76 T ELT)))
-(((-170) (-13 (-1248) (-10 -7 (-15 -2889 ((-1166) (-1166) (-303))) (-15 -2042 ((-713 (-292)) (-1166))) (-15 -2266 ((-663 (-713 (-292))) (-1190)))))) (T -170))
-((-2889 (*1 *2 *2 *3) (-12 (-5 *2 (-1166)) (-5 *3 (-303)) (-5 *1 (-170)))) (-2042 (*1 *2 *3) (-12 (-5 *3 (-1166)) (-5 *2 (-713 (-292))) (-5 *1 (-170)))) (-2266 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-663 (-713 (-292)))) (-5 *1 (-170)))))
-(-13 (-1248) (-10 -7 (-15 -2889 ((-1166) (-1166) (-303))) (-15 -2042 ((-713 (-292)) (-1166))) (-15 -2266 ((-663 (-713 (-292))) (-1190)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 34 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-571))) ELT)) (-4390 (($ $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-571))) ELT)) (-3873 (((-114) $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-571))) ELT)) (-1873 (((-711 |#1|) (-1298 $)) NIL T ELT) (((-711 |#1|)) NIL T ELT)) (-4095 ((|#1| $) NIL T ELT)) (-3594 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2725 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| |#1| (-363)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) ELT)) (-2082 (($ $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376))) ELT)) (-2326 (((-419 $) $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376))) ELT)) (-3401 (($ $) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1234))) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-319)) ELT)) (-1450 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-2837 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2700 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-3623 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2749 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-3013 (($ (-1298 |#1|) (-1298 $)) NIL T ELT) (($ (-1298 |#1|)) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-363)) ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-319)) ELT)) (-2902 (((-711 |#1|) $ (-1298 $)) NIL T ELT) (((-711 |#1|) $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2108 (($ (-1202 |#1|)) NIL T ELT) (((-3 $ "failed") (-421 (-1202 |#1|))) NIL (|has| |#1| (-376)) ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3415 ((|#1| $) 13 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) NIL (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) NIL (|has| |#1| (-559)) ELT)) (-3795 (((-948)) NIL T ELT)) (-3362 (($) NIL (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-319)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-319)) ELT)) (-1632 (($) NIL (|has| |#1| (-363)) ELT)) (-2136 (((-114) $) NIL (|has| |#1| (-363)) ELT)) (-1497 (($ $ (-793)) NIL (|has| |#1| (-363)) ELT) (($ $) NIL (|has| |#1| (-363)) ELT)) (-1510 (((-114) $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376))) ELT)) (-3510 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1091)) (|has| |#1| (-1234))) ELT)) (-4447 (($) NIL (|has| |#1| (-1234)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| |#1| (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| |#1| (-911 (-391))) ELT)) (-2252 (((-948) $) NIL (|has| |#1| (-363)) ELT) (((-854 (-948)) $) NIL (|has| |#1| (-363)) ELT)) (-1871 (((-114) $) 36 T ELT)) (-2663 (($ $ (-560)) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1234))) ELT)) (-3138 ((|#1| $) 47 T ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-363)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-319)) ELT)) (-2767 (((-1202 |#1|) $) NIL (|has| |#1| (-376)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#1| (-381)) ELT)) (-1842 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2094 (((-1202 |#1|) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-319)) ELT) (($ $ $) NIL (|has| |#1| (-319)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2814 (($) NIL (|has| |#1| (-363)) CONST)) (-3998 (($ (-948)) NIL (|has| |#1| (-381)) ELT)) (-4099 (($) NIL T ELT)) (-3429 ((|#1| $) 15 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-319)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-319)) ELT) (($ $ $) NIL (|has| |#1| (-319)) ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| |#1| (-363)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) ELT)) (-3388 (((-419 $) $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-376))) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-319)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-319)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) 45 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 48 (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-571))) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-319)) ELT)) (-1920 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-319)) ELT)) (-1495 (($ $ |#1|) NIL (|has| |#1| (-298 |#1| |#1|)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-319)) ELT)) (-3622 ((|#1| (-1298 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-2424 (((-793) $) NIL (|has| |#1| (-363)) ELT) (((-3 (-793) "failed") $ $) NIL (|has| |#1| (-363)) ELT)) (-2457 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-239))) ELT) (($ $) NIL (-2191 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-239))) ELT)) (-3982 (((-711 |#1|) (-1298 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-376)) ELT)) (-2731 (((-1202 |#1|)) NIL T ELT)) (-3637 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2759 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-1677 (($) NIL (|has| |#1| (-363)) ELT)) (-3610 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2737 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2848 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2712 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) NIL T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 |#1|) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-4417 (((-1298 |#1|) $) NIL T ELT) (($ (-1298 |#1|)) NIL T ELT) (((-1202 |#1|) $) NIL T ELT) (($ (-1202 |#1|)) NIL T ELT) (((-915 (-560)) $) NIL (|has| |#1| (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| |#1| (-633 (-915 (-391)))) ELT) (((-171 (-391)) $) NIL (|has| |#1| (-1051)) ELT) (((-171 (-229)) $) NIL (|has| |#1| (-1051)) ELT) (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-1521 (($ $) 46 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-363))) ELT)) (-2953 (($ |#1| |#1|) 38 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 37 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-376)) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-571))) ELT)) (-3187 (($ $) NIL (|has| |#1| (-363)) ELT) (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-4419 (((-1202 |#1|) $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2792 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-3840 (((-114) $ $) NIL (-2191 (-12 (|has| |#1| (-319)) (|has| |#1| (-939))) (|has| |#1| (-571))) ELT)) (-3649 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2770 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-3693 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2816 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-4449 ((|#1| $) NIL (|has| |#1| (-1234)) ELT)) (-2979 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2827 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-3681 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2804 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-3661 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2781 (($ $) NIL (|has| |#1| (-1234)) ELT)) (-2407 (($ $) NIL (|has| |#1| (-1091)) ELT)) (-1427 (($) 28 T CONST)) (-1439 (($) 30 T CONST)) (-1463 (((-1190) $) 23 (|has| |#1| (-843)) ELT) (((-1190) $ (-114)) 25 (|has| |#1| (-843)) ELT) (((-1304) (-845) $) 26 (|has| |#1| (-843)) ELT) (((-1304) (-845) $ (-114)) 27 (|has| |#1| (-843)) ELT)) (-4324 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-239))) ELT) (($ $) NIL (-2191 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-239))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 40 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-421 (-560))) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1234))) ELT) (($ $ $) NIL (|has| |#1| (-1234)) ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 43 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-376)) ELT)))
-(((-171 |#1|) (-13 (-168 |#1|) (-10 -7 (IF (|has| |#1| (-843)) (-6 (-843)) |%noBranch|))) (-175)) (T -171))
-NIL
-(-13 (-168 |#1|) (-10 -7 (IF (|has| |#1| (-843)) (-6 (-843)) |%noBranch|)))
-((-2067 (((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|)) 14 T ELT)))
-(((-172 |#1| |#2|) (-10 -7 (-15 -2067 ((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|)))) (-175) (-175)) (T -172))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-171 *5)) (-4 *5 (-175)) (-4 *6 (-175)) (-5 *2 (-171 *6)) (-5 *1 (-172 *5 *6)))))
-(-10 -7 (-15 -2067 ((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|))))
-((-4417 (((-915 |#1|) |#3|) 22 T ELT)))
-(((-173 |#1| |#2| |#3|) (-10 -7 (-15 -4417 ((-915 |#1|) |#3|))) (-1132) (-13 (-633 (-915 |#1|)) (-175)) (-168 |#2|)) (T -173))
-((-4417 (*1 *2 *3) (-12 (-4 *5 (-13 (-633 *2) (-175))) (-5 *2 (-915 *4)) (-5 *1 (-173 *4 *5 *3)) (-4 *4 (-1132)) (-4 *3 (-168 *5)))))
-(-10 -7 (-15 -4417 ((-915 |#1|) |#3|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-4278 (((-114) $) 9 T ELT)) (-2545 (((-114) $ (-114)) 11 T ELT)) (-2531 (($) 13 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2721 (($ $) 14 T ELT)) (-2539 (((-887) $) 18 T ELT)) (-1722 (((-114) $) 8 T ELT)) (-1853 (((-114) $ (-114)) 10 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-174) (-13 (-1132) (-10 -8 (-15 -2531 ($)) (-15 -1722 ((-114) $)) (-15 -4278 ((-114) $)) (-15 -1853 ((-114) $ (-114))) (-15 -2545 ((-114) $ (-114))) (-15 -2721 ($ $))))) (T -174))
-((-2531 (*1 *1) (-5 *1 (-174))) (-1722 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-174)))) (-4278 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-174)))) (-1853 (*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-174)))) (-2545 (*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-174)))) (-2721 (*1 *1 *1) (-5 *1 (-174))))
-(-13 (-1132) (-10 -8 (-15 -2531 ($)) (-15 -1722 ((-114) $)) (-15 -4278 ((-114) $)) (-15 -1853 ((-114) $ (-114))) (-15 -2545 ((-114) $ (-114))) (-15 -2721 ($ $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((-2480 (*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-2732 (*1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-3933 (*1 *1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-4437 (*1 *1 *2 *2) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-2588 (*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-2577 (*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))) (-3795 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-571)))) (-1958 (*1 *1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-1092)))) (-2293 (*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-1235)))) (-1483 (*1 *2 *1) (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-1092)) (-4 *3 (-1235)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-2639 (*1 *2 *1) (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114)))) (-2799 (*1 *2 *1) (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))) (-4356 (*1 *2 *1) (|partial| -12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))))
+(-13 (-746 |t#1| (-1203 |t#1|)) (-426 |t#1|) (-234 |t#1|) (-351 |t#1|) (-414 |t#1|) (-910 |t#1|) (-390 |t#1|) (-175) (-10 -8 (-6 -4437) (-15 -2732 ($)) (-15 -3933 ($ $)) (-15 -4437 ($ |t#1| |t#1|)) (-15 -2588 (|t#1| $)) (-15 -2577 (|t#1| $)) (-15 -2480 (|t#1| $)) (IF (|has| |t#1| (-571)) (PROGN (-6 (-571)) (-15 -3795 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-319)) (-6 (-319)) |%noBranch|) (IF (|has| |t#1| (-6 -4509)) (-6 -4509) |%noBranch|) (IF (|has| |t#1| (-6 -4506)) (-6 -4506) |%noBranch|) (IF (|has| |t#1| (-376)) (-6 (-376)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-1052)) (PROGN (-6 (-633 (-171 (-229)))) (-6 (-633 (-171 (-391))))) |%noBranch|) (IF (|has| |t#1| (-1092)) (-15 -1958 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1235)) (PROGN (-6 (-1235)) (-15 -2293 (|t#1| $)) (IF (|has| |t#1| (-1034)) (-6 (-1034)) |%noBranch|) (IF (|has| |t#1| (-1092)) (-15 -1483 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-940)) (IF (|has| |t#1| (-319)) (-6 (-940)) |%noBranch|) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-38 |#1|) . T) ((-38 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-35) |has| |#1| (-1235)) ((-95) |has| |#1| (-1235)) ((-102) . T) ((-111 #0# #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2309 (|has| |#1| (-363)) (|has| |#1| (-147))) ((-149) |has| |#1| (-149)) ((-635 #0#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-363)) (|has| |#1| (-376))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-632 (-888)) . T) ((-175) . T) ((-633 (-171 (-229))) |has| |#1| (-1052)) ((-633 (-171 (-391))) |has| |#1| (-1052)) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-633 (-916 (-391))) |has| |#1| (-633 (-916 (-391)))) ((-633 (-916 (-560))) |has| |#1| (-633 (-916 (-560)))) ((-633 #1=(-1203 |#1|)) . T) ((-236 $) -2309 (|has| |#1| (-363)) (|has| |#1| (-239)) (|has| |#1| (-240))) ((-234 |#1|) . T) ((-240) -2309 (|has| |#1| (-363)) (|has| |#1| (-240))) ((-239) -2309 (|has| |#1| (-363)) (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-250) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-296) |has| |#1| (-1235)) ((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-302) -2309 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-319) -2309 (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-376) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-416) |has| |#1| (-363)) ((-381) -2309 (|has| |#1| (-381)) (|has| |#1| (-363))) ((-363) |has| |#1| (-363)) ((-383 |#1| #1#) . T) ((-424 |#1| #1#) . T) ((-351 |#1|) . T) ((-390 |#1|) . T) ((-414 |#1|) . T) ((-426 |#1|) . T) ((-466) -2309 (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-507) |has| |#1| (-1235)) ((-528 (-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-571) -2309 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-668 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-670 #2=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-662 |#1|) . T) ((-662 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-660 #2#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-739 |#1|) . T) ((-739 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-746 |#1| #1#) . T) ((-748) . T) ((-922 $ #3=(-1209)) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-928 (-1209)) |has| |#1| (-928 (-1209))) ((-930 #3#) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-912 (-391)) |has| |#1| (-912 (-391))) ((-912 (-560)) |has| |#1| (-912 (-560))) ((-910 |#1|) . T) ((-940) -12 (|has| |#1| (-319)) (|has| |#1| (-940))) ((-951) -2309 (|has| |#1| (-363)) (|has| |#1| (-376)) (|has| |#1| (-319))) ((-1034) -12 (|has| |#1| (-1034)) (|has| |#1| (-1235))) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1083 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1083 |#1|) . T) ((-1083 $) . T) ((-1088 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1088 |#1|) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) |has| |#1| (-363)) ((-1235) |has| |#1| (-1235)) ((-1238) |has| |#1| (-1235)) ((-1249) . T) ((-1254) -2309 (|has| |#1| (-363)) (|has| |#1| (-376)) (-12 (|has| |#1| (-319)) (|has| |#1| (-940)))))
+((-2549 (((-419 |#2|) |#2|) 67 T ELT)))
+(((-169 |#1| |#2|) (-10 -7 (-15 -2549 ((-419 |#2|) |#2|))) (-319) (-1275 (-171 |#1|))) (T -169))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-169 *4 *3)) (-4 *3 (-1275 (-171 *4))))))
+(-10 -7 (-15 -2549 ((-419 |#2|) |#2|)))
+((-2479 (((-1167) (-1167) (-303)) 8 T ELT)) (-3083 (((-663 (-713 (-292))) (-1191)) 81 T ELT)) (-3049 (((-713 (-292)) (-1167)) 76 T ELT)))
+(((-170) (-13 (-1249) (-10 -7 (-15 -2479 ((-1167) (-1167) (-303))) (-15 -3049 ((-713 (-292)) (-1167))) (-15 -3083 ((-663 (-713 (-292))) (-1191)))))) (T -170))
+((-2479 (*1 *2 *2 *3) (-12 (-5 *2 (-1167)) (-5 *3 (-303)) (-5 *1 (-170)))) (-3049 (*1 *2 *3) (-12 (-5 *3 (-1167)) (-5 *2 (-713 (-292))) (-5 *1 (-170)))) (-3083 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-663 (-713 (-292)))) (-5 *1 (-170)))))
+(-13 (-1249) (-10 -7 (-15 -2479 ((-1167) (-1167) (-303))) (-15 -3049 ((-713 (-292)) (-1167))) (-15 -3083 ((-663 (-713 (-292))) (-1191)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 34 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-571))) ELT)) (-3575 (($ $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-571))) ELT)) (-3442 (((-114) $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-571))) ELT)) (-3543 (((-711 |#1|) (-1299 $)) NIL T ELT) (((-711 |#1|)) NIL T ELT)) (-2412 ((|#1| $) NIL T ELT)) (-2267 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2111 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| |#1| (-363)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) ELT)) (-2624 (($ $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376))) ELT)) (-1903 (((-419 $) $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376))) ELT)) (-2563 (($ $) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1235))) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-319)) ELT)) (-2233 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-2243 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2683 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2290 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2136 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-4402 (($ (-1299 |#1|) (-1299 $)) NIL T ELT) (($ (-1299 |#1|)) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-363)) ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-319)) ELT)) (-2385 (((-711 |#1|) $ (-1299 $)) NIL T ELT) (((-711 |#1|) $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-1995 (($ (-1203 |#1|)) NIL T ELT) (((-3 $ "failed") (-421 (-1203 |#1|))) NIL (|has| |#1| (-376)) ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2577 ((|#1| $) 13 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) NIL (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) NIL (|has| |#1| (-559)) ELT)) (-1486 (((-949)) NIL T ELT)) (-2150 (($) NIL (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-319)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-319)) ELT)) (-3396 (($) NIL (|has| |#1| (-363)) ELT)) (-4418 (((-114) $) NIL (|has| |#1| (-363)) ELT)) (-1789 (($ $ (-793)) NIL (|has| |#1| (-363)) ELT) (($ $) NIL (|has| |#1| (-363)) ELT)) (-2072 (((-114) $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376))) ELT)) (-1483 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1092)) (|has| |#1| (-1235))) ELT)) (-3157 (($) NIL (|has| |#1| (-1235)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| |#1| (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| |#1| (-912 (-391))) ELT)) (-2918 (((-949) $) NIL (|has| |#1| (-363)) ELT) (((-856 (-949)) $) NIL (|has| |#1| (-363)) ELT)) (-3363 (((-114) $) 36 T ELT)) (-1526 (($ $ (-560)) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1235))) ELT)) (-2480 ((|#1| $) 47 T ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-363)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-319)) ELT)) (-4118 (((-1203 |#1|) $) NIL (|has| |#1| (-376)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#1| (-381)) ELT)) (-3343 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-1984 (((-1203 |#1|) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-319)) ELT) (($ $ $) NIL (|has| |#1| (-319)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2689 (($) NIL (|has| |#1| (-363)) CONST)) (-2081 (($ (-949)) NIL (|has| |#1| (-381)) ELT)) (-2732 (($) NIL T ELT)) (-2588 ((|#1| $) 15 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-319)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-319)) ELT) (($ $ $) NIL (|has| |#1| (-319)) ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| |#1| (-363)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) ELT)) (-2549 (((-419 $) $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-376))) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-319)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-319)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) 45 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 48 (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-571))) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-319)) ELT)) (-2784 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-319)) ELT)) (-3034 (($ $ |#1|) NIL (|has| |#1| (-298 |#1| |#1|)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-319)) ELT)) (-2810 ((|#1| (-1299 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-2104 (((-793) $) NIL (|has| |#1| (-363)) ELT) (((-3 (-793) "failed") $ $) NIL (|has| |#1| (-363)) ELT)) (-2703 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-239))) ELT) (($ $) NIL (-2309 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-239))) ELT)) (-3782 (((-711 |#1|) (-1299 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-376)) ELT)) (-2771 (((-1203 |#1|)) NIL T ELT)) (-2304 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2149 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2011 (($) NIL (|has| |#1| (-363)) ELT)) (-2278 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2124 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2256 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2699 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) NIL T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 |#1|) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-1830 (((-1299 |#1|) $) NIL T ELT) (($ (-1299 |#1|)) NIL T ELT) (((-1203 |#1|) $) NIL T ELT) (($ (-1203 |#1|)) NIL T ELT) (((-916 (-560)) $) NIL (|has| |#1| (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| |#1| (-633 (-916 (-391)))) ELT) (((-171 (-391)) $) NIL (|has| |#1| (-1052)) ELT) (((-171 (-229)) $) NIL (|has| |#1| (-1052)) ELT) (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3933 (($ $) 46 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-363))) ELT)) (-4437 (($ |#1| |#1|) 38 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 37 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-376)) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-571))) ELT)) (-1633 (($ $) NIL (|has| |#1| (-363)) ELT) (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-4286 (((-1203 |#1|) $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT)) (-2345 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2188 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-3176 (((-114) $ $) NIL (-2309 (-12 (|has| |#1| (-319)) (|has| |#1| (-940))) (|has| |#1| (-571))) ELT)) (-2317 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2163 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2370 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2214 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2293 ((|#1| $) NIL (|has| |#1| (-1235)) ELT)) (-2254 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2228 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2356 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2201 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2330 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-2175 (($ $) NIL (|has| |#1| (-1235)) ELT)) (-1958 (($ $) NIL (|has| |#1| (-1092)) ELT)) (-2971 (($) 28 T CONST)) (-2983 (($) 30 T CONST)) (-2455 (((-1191) $) 23 (|has| |#1| (-845)) ELT) (((-1191) $ (-114)) 25 (|has| |#1| (-845)) ELT) (((-1305) (-847) $) 26 (|has| |#1| (-845)) ELT) (((-1305) (-847) $ (-114)) 27 (|has| |#1| (-845)) ELT)) (-3095 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-239))) ELT) (($ $) NIL (-2309 (-12 (|has| |#1| (-240)) (|has| |#1| (-376))) (|has| |#1| (-239))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 40 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-421 (-560))) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1235))) ELT) (($ $ $) NIL (|has| |#1| (-1235)) ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 43 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-376)) ELT)))
+(((-171 |#1|) (-13 (-168 |#1|) (-10 -7 (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|))) (-175)) (T -171))
+NIL
+(-13 (-168 |#1|) (-10 -7 (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|)))
+((-1793 (((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|)) 14 T ELT)))
+(((-172 |#1| |#2|) (-10 -7 (-15 -1793 ((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|)))) (-175) (-175)) (T -172))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-171 *5)) (-4 *5 (-175)) (-4 *6 (-175)) (-5 *2 (-171 *6)) (-5 *1 (-172 *5 *6)))))
+(-10 -7 (-15 -1793 ((-171 |#2|) (-1 |#2| |#1|) (-171 |#1|))))
+((-1830 (((-916 |#1|) |#3|) 22 T ELT)))
+(((-173 |#1| |#2| |#3|) (-10 -7 (-15 -1830 ((-916 |#1|) |#3|))) (-1133) (-13 (-633 (-916 |#1|)) (-175)) (-168 |#2|)) (T -173))
+((-1830 (*1 *2 *3) (-12 (-4 *5 (-13 (-633 *2) (-175))) (-5 *2 (-916 *4)) (-5 *1 (-173 *4 *5 *3)) (-4 *4 (-1133)) (-4 *3 (-168 *5)))))
+(-10 -7 (-15 -1830 ((-916 |#1|) |#3|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-1676 (((-114) $) 9 T ELT)) (-4361 (((-114) $ (-114)) 11 T ELT)) (-4446 (($) 13 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4007 (($ $) 14 T ELT)) (-3834 (((-888) $) 18 T ELT)) (-3679 (((-114) $) 8 T ELT)) (-3401 (((-114) $ (-114)) 10 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-174) (-13 (-1133) (-10 -8 (-15 -4446 ($)) (-15 -3679 ((-114) $)) (-15 -1676 ((-114) $)) (-15 -3401 ((-114) $ (-114))) (-15 -4361 ((-114) $ (-114))) (-15 -4007 ($ $))))) (T -174))
+((-4446 (*1 *1) (-5 *1 (-174))) (-3679 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-174)))) (-1676 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-174)))) (-3401 (*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-174)))) (-4361 (*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-174)))) (-4007 (*1 *1 *1) (-5 *1 (-174))))
+(-13 (-1133) (-10 -8 (-15 -4446 ($)) (-15 -3679 ((-114) $)) (-15 -1676 ((-114) $)) (-15 -3401 ((-114) $ (-114))) (-15 -4361 ((-114) $ (-114))) (-15 -4007 ($ $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-175) (-142)) (T -175))
NIL
-(-13 (-1080) (-111 $ $) (-10 -7 (-6 (-4511 "*"))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-4213 (($ $) 6 T ELT)))
+(-13 (-1081) (-111 $ $) (-10 -7 (-6 (-4512 "*"))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-4423 (($ $) 6 T ELT)))
(((-176) (-142)) (T -176))
-((-4213 (*1 *1 *1) (-4 *1 (-176))))
-(-13 (-10 -8 (-15 -4213 ($ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 ((|#1| $) 81 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2242 (($ $ $) NIL T ELT)) (-4243 (($ $) 21 T ELT)) (-1723 (($ |#1| (-1186 |#1|)) 50 T ELT)) (-4310 (((-3 $ "failed") $) 123 T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-2492 (((-1186 |#1|) $) 88 T ELT)) (-2282 (((-1186 |#1|) $) 85 T ELT)) (-4180 (((-1186 |#1|) $) 86 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2732 (((-1186 |#1|) $) 94 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2433 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT)) (-2674 (($ $ (-560)) 97 T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3432 (((-1186 |#1|) $) 95 T ELT)) (-4057 (((-1186 (-421 |#1|)) $) 14 T ELT)) (-1755 (($ (-421 |#1|)) 17 T ELT) (($ |#1| (-1186 |#1|) (-1186 |#1|)) 40 T ELT)) (-4428 (($ $) 99 T ELT)) (-2539 (((-887) $) 139 T ELT) (($ (-560)) 53 T ELT) (($ |#1|) 54 T ELT) (($ (-421 |#1|)) 38 T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)) (-3418 (((-793)) 69 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1970 (((-1186 (-421 |#1|)) $) 20 T ELT)) (-1427 (($) 27 T CONST)) (-1439 (($) 30 T CONST)) (-2329 (((-114) $ $) 37 T ELT)) (-2436 (($ $ $) 121 T ELT)) (-2426 (($ $) 112 T ELT) (($ $ $) 109 T ELT)) (-2413 (($ $ $) 107 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 119 T ELT) (($ $ $) 114 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 116 T ELT) (($ (-421 |#1|) $) 117 T ELT) (($ $ (-421 |#1|)) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)))
-(((-177 |#1|) (-13 (-38 |#1|) (-38 (-421 |#1|)) (-376) (-10 -8 (-15 -1755 ($ (-421 |#1|))) (-15 -1755 ($ |#1| (-1186 |#1|) (-1186 |#1|))) (-15 -1723 ($ |#1| (-1186 |#1|))) (-15 -2282 ((-1186 |#1|) $)) (-15 -4180 ((-1186 |#1|) $)) (-15 -2492 ((-1186 |#1|) $)) (-15 -3431 (|#1| $)) (-15 -4243 ($ $)) (-15 -1970 ((-1186 (-421 |#1|)) $)) (-15 -4057 ((-1186 (-421 |#1|)) $)) (-15 -2732 ((-1186 |#1|) $)) (-15 -3432 ((-1186 |#1|) $)) (-15 -2674 ($ $ (-560))) (-15 -4428 ($ $)))) (-319)) (T -177))
-((-1755 (*1 *1 *2) (-12 (-5 *2 (-421 *3)) (-4 *3 (-319)) (-5 *1 (-177 *3)))) (-1755 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1186 *2)) (-4 *2 (-319)) (-5 *1 (-177 *2)))) (-1723 (*1 *1 *2 *3) (-12 (-5 *3 (-1186 *2)) (-4 *2 (-319)) (-5 *1 (-177 *2)))) (-2282 (*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-4180 (*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-2492 (*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-3431 (*1 *2 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319)))) (-4243 (*1 *1 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319)))) (-1970 (*1 *2 *1) (-12 (-5 *2 (-1186 (-421 *3))) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-4057 (*1 *2 *1) (-12 (-5 *2 (-1186 (-421 *3))) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-2732 (*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-3432 (*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-2674 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-4428 (*1 *1 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319)))))
-(-13 (-38 |#1|) (-38 (-421 |#1|)) (-376) (-10 -8 (-15 -1755 ($ (-421 |#1|))) (-15 -1755 ($ |#1| (-1186 |#1|) (-1186 |#1|))) (-15 -1723 ($ |#1| (-1186 |#1|))) (-15 -2282 ((-1186 |#1|) $)) (-15 -4180 ((-1186 |#1|) $)) (-15 -2492 ((-1186 |#1|) $)) (-15 -3431 (|#1| $)) (-15 -4243 ($ $)) (-15 -1970 ((-1186 (-421 |#1|)) $)) (-15 -4057 ((-1186 (-421 |#1|)) $)) (-15 -2732 ((-1186 |#1|) $)) (-15 -3432 ((-1186 |#1|) $)) (-15 -2674 ($ $ (-560))) (-15 -4428 ($ $))))
-((-1758 (($ (-109) $) 15 T ELT)) (-4437 (((-713 (-109)) (-520) $) 14 T ELT)) (-2539 (((-887) $) 18 T ELT)) (-3060 (((-663 (-109)) $) 8 T ELT)))
-(((-178) (-13 (-632 (-887)) (-10 -8 (-15 -3060 ((-663 (-109)) $)) (-15 -1758 ($ (-109) $)) (-15 -4437 ((-713 (-109)) (-520) $))))) (T -178))
-((-3060 (*1 *2 *1) (-12 (-5 *2 (-663 (-109))) (-5 *1 (-178)))) (-1758 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-178)))) (-4437 (*1 *2 *3 *1) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-109))) (-5 *1 (-178)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -3060 ((-663 (-109)) $)) (-15 -1758 ($ (-109) $)) (-15 -4437 ((-713 (-109)) (-520) $))))
-((-4418 (((-1 (-972 |#1|) (-972 |#1|)) |#1|) 38 T ELT)) (-4173 (((-972 |#1|) (-972 |#1|)) 22 T ELT)) (-3069 (((-1 (-972 |#1|) (-972 |#1|)) |#1|) 34 T ELT)) (-3421 (((-972 |#1|) (-972 |#1|)) 20 T ELT)) (-2165 (((-972 |#1|) (-972 |#1|)) 28 T ELT)) (-3638 (((-972 |#1|) (-972 |#1|)) 27 T ELT)) (-2100 (((-972 |#1|) (-972 |#1|)) 26 T ELT)) (-3149 (((-1 (-972 |#1|) (-972 |#1|)) |#1|) 35 T ELT)) (-3032 (((-1 (-972 |#1|) (-972 |#1|)) |#1|) 33 T ELT)) (-1741 (((-1 (-972 |#1|) (-972 |#1|)) |#1|) 32 T ELT)) (-3168 (((-972 |#1|) (-972 |#1|)) 21 T ELT)) (-1672 (((-1 (-972 |#1|) (-972 |#1|)) |#1| |#1|) 41 T ELT)) (-4392 (((-972 |#1|) (-972 |#1|)) 8 T ELT)) (-2149 (((-1 (-972 |#1|) (-972 |#1|)) |#1|) 37 T ELT)) (-3846 (((-1 (-972 |#1|) (-972 |#1|)) |#1|) 36 T ELT)))
-(((-179 |#1|) (-10 -7 (-15 -4392 ((-972 |#1|) (-972 |#1|))) (-15 -3421 ((-972 |#1|) (-972 |#1|))) (-15 -3168 ((-972 |#1|) (-972 |#1|))) (-15 -4173 ((-972 |#1|) (-972 |#1|))) (-15 -2100 ((-972 |#1|) (-972 |#1|))) (-15 -3638 ((-972 |#1|) (-972 |#1|))) (-15 -2165 ((-972 |#1|) (-972 |#1|))) (-15 -1741 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -3032 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -3069 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -3149 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -3846 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -2149 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -4418 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -1672 ((-1 (-972 |#1|) (-972 |#1|)) |#1| |#1|))) (-13 (-376) (-1234) (-1033))) (T -179))
-((-1672 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))))) (-4418 (*1 *2 *3) (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))))) (-2149 (*1 *2 *3) (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))))) (-3846 (*1 *2 *3) (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))))) (-3149 (*1 *2 *3) (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))))) (-3069 (*1 *2 *3) (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))))) (-3032 (*1 *2 *3) (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))))) (-1741 (*1 *2 *3) (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))))) (-2165 (*1 *2 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))) (-5 *1 (-179 *3)))) (-3638 (*1 *2 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))) (-5 *1 (-179 *3)))) (-2100 (*1 *2 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))) (-5 *1 (-179 *3)))) (-4173 (*1 *2 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))) (-5 *1 (-179 *3)))) (-3168 (*1 *2 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))) (-5 *1 (-179 *3)))) (-3421 (*1 *2 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))) (-5 *1 (-179 *3)))) (-4392 (*1 *2 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033))) (-5 *1 (-179 *3)))))
-(-10 -7 (-15 -4392 ((-972 |#1|) (-972 |#1|))) (-15 -3421 ((-972 |#1|) (-972 |#1|))) (-15 -3168 ((-972 |#1|) (-972 |#1|))) (-15 -4173 ((-972 |#1|) (-972 |#1|))) (-15 -2100 ((-972 |#1|) (-972 |#1|))) (-15 -3638 ((-972 |#1|) (-972 |#1|))) (-15 -2165 ((-972 |#1|) (-972 |#1|))) (-15 -1741 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -3032 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -3069 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -3149 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -3846 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -2149 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -4418 ((-1 (-972 |#1|) (-972 |#1|)) |#1|)) (-15 -1672 ((-1 (-972 |#1|) (-972 |#1|)) |#1| |#1|)))
-((-4419 ((|#2| |#3|) 28 T ELT)))
-(((-180 |#1| |#2| |#3|) (-10 -7 (-15 -4419 (|#2| |#3|))) (-175) (-1274 |#1|) (-746 |#1| |#2|)) (T -180))
-((-4419 (*1 *2 *3) (-12 (-4 *4 (-175)) (-4 *2 (-1274 *4)) (-5 *1 (-180 *4 *2 *3)) (-4 *3 (-746 *4 *2)))))
-(-10 -7 (-15 -4419 (|#2| |#3|)))
-((-3085 (((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|)) 44 (|has| (-975 |#2|) (-911 |#1|)) ELT)))
-(((-181 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-975 |#2|) (-911 |#1|)) (-15 -3085 ((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|))) |%noBranch|)) (-1132) (-13 (-911 |#1|) (-175)) (-168 |#2|)) (T -181))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-913 *5 *3)) (-5 *4 (-915 *5)) (-4 *5 (-1132)) (-4 *3 (-168 *6)) (-4 (-975 *6) (-911 *5)) (-4 *6 (-13 (-911 *5) (-175))) (-5 *1 (-181 *5 *6 *3)))))
-(-10 -7 (IF (|has| (-975 |#2|) (-911 |#1|)) (-15 -3085 ((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|))) |%noBranch|))
-((-1919 (((-663 |#1|) (-663 |#1|) |#1|) 41 T ELT)) (-4058 (((-663 |#1|) |#1| (-663 |#1|)) 20 T ELT)) (-4111 (((-663 |#1|) (-663 (-663 |#1|)) (-663 |#1|)) 36 T ELT) ((|#1| (-663 |#1|) (-663 |#1|)) 32 T ELT)))
-(((-182 |#1|) (-10 -7 (-15 -4058 ((-663 |#1|) |#1| (-663 |#1|))) (-15 -4111 (|#1| (-663 |#1|) (-663 |#1|))) (-15 -4111 ((-663 |#1|) (-663 (-663 |#1|)) (-663 |#1|))) (-15 -1919 ((-663 |#1|) (-663 |#1|) |#1|))) (-319)) (T -182))
-((-1919 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *3)) (-4 *3 (-319)) (-5 *1 (-182 *3)))) (-4111 (*1 *2 *3 *2) (-12 (-5 *3 (-663 (-663 *4))) (-5 *2 (-663 *4)) (-4 *4 (-319)) (-5 *1 (-182 *4)))) (-4111 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-182 *2)) (-4 *2 (-319)))) (-4058 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-319)) (-5 *1 (-182 *3)))))
-(-10 -7 (-15 -4058 ((-663 |#1|) |#1| (-663 |#1|))) (-15 -4111 (|#1| (-663 |#1|) (-663 |#1|))) (-15 -4111 ((-663 |#1|) (-663 (-663 |#1|)) (-663 |#1|))) (-15 -1919 ((-663 |#1|) (-663 |#1|) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2491 (((-1249) $) 13 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1569 (((-1166) $) 10 T ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-183) (-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $)) (-15 -2491 ((-1249) $))))) (T -183))
-((-1569 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-183)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-183)))))
-(-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $)) (-15 -2491 ((-1249) $))))
-((-1369 (((-2 (|:| |start| |#2|) (|:| -3980 (-419 |#2|))) |#2|) 66 T ELT)) (-4222 ((|#1| |#1|) 58 T ELT)) (-3628 (((-171 |#1|) |#2|) 93 T ELT)) (-4468 ((|#1| |#2|) 136 T ELT) ((|#1| |#2| |#1|) 89 T ELT)) (-3047 ((|#2| |#2|) 90 T ELT)) (-1924 (((-419 |#2|) |#2| |#1|) 118 T ELT) (((-419 |#2|) |#2| |#1| (-114)) 87 T ELT)) (-3138 ((|#1| |#2|) 117 T ELT)) (-1684 ((|#2| |#2|) 130 T ELT)) (-3388 (((-419 |#2|) |#2|) 153 T ELT) (((-419 |#2|) |#2| |#1|) 33 T ELT) (((-419 |#2|) |#2| |#1| (-114)) 152 T ELT)) (-3288 (((-663 (-2 (|:| -3980 (-663 |#2|)) (|:| -2707 |#1|))) |#2| |#2|) 151 T ELT) (((-663 (-2 (|:| -3980 (-663 |#2|)) (|:| -2707 |#1|))) |#2| |#2| (-114)) 81 T ELT)) (-4232 (((-663 (-171 |#1|)) |#2| |#1|) 42 T ELT) (((-663 (-171 |#1|)) |#2|) 43 T ELT)))
-(((-184 |#1| |#2|) (-10 -7 (-15 -4232 ((-663 (-171 |#1|)) |#2|)) (-15 -4232 ((-663 (-171 |#1|)) |#2| |#1|)) (-15 -3288 ((-663 (-2 (|:| -3980 (-663 |#2|)) (|:| -2707 |#1|))) |#2| |#2| (-114))) (-15 -3288 ((-663 (-2 (|:| -3980 (-663 |#2|)) (|:| -2707 |#1|))) |#2| |#2|)) (-15 -3388 ((-419 |#2|) |#2| |#1| (-114))) (-15 -3388 ((-419 |#2|) |#2| |#1|)) (-15 -3388 ((-419 |#2|) |#2|)) (-15 -1684 (|#2| |#2|)) (-15 -3138 (|#1| |#2|)) (-15 -1924 ((-419 |#2|) |#2| |#1| (-114))) (-15 -1924 ((-419 |#2|) |#2| |#1|)) (-15 -3047 (|#2| |#2|)) (-15 -4468 (|#1| |#2| |#1|)) (-15 -4468 (|#1| |#2|)) (-15 -3628 ((-171 |#1|) |#2|)) (-15 -4222 (|#1| |#1|)) (-15 -1369 ((-2 (|:| |start| |#2|) (|:| -3980 (-419 |#2|))) |#2|))) (-13 (-376) (-870)) (-1274 (-171 |#1|))) (T -184))
-((-1369 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-2 (|:| |start| *3) (|:| -3980 (-419 *3)))) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))) (-4222 (*1 *2 *2) (-12 (-4 *2 (-13 (-376) (-870))) (-5 *1 (-184 *2 *3)) (-4 *3 (-1274 (-171 *2))))) (-3628 (*1 *2 *3) (-12 (-5 *2 (-171 *4)) (-5 *1 (-184 *4 *3)) (-4 *4 (-13 (-376) (-870))) (-4 *3 (-1274 *2)))) (-4468 (*1 *2 *3) (-12 (-4 *2 (-13 (-376) (-870))) (-5 *1 (-184 *2 *3)) (-4 *3 (-1274 (-171 *2))))) (-4468 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-376) (-870))) (-5 *1 (-184 *2 *3)) (-4 *3 (-1274 (-171 *2))))) (-3047 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-870))) (-5 *1 (-184 *3 *2)) (-4 *2 (-1274 (-171 *3))))) (-1924 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))) (-1924 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-114)) (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))) (-3138 (*1 *2 *3) (-12 (-4 *2 (-13 (-376) (-870))) (-5 *1 (-184 *2 *3)) (-4 *3 (-1274 (-171 *2))))) (-1684 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-870))) (-5 *1 (-184 *3 *2)) (-4 *2 (-1274 (-171 *3))))) (-3388 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))) (-3388 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))) (-3388 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-114)) (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))) (-3288 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-663 (-2 (|:| -3980 (-663 *3)) (|:| -2707 *4)))) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))) (-3288 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-376) (-870))) (-5 *2 (-663 (-2 (|:| -3980 (-663 *3)) (|:| -2707 *5)))) (-5 *1 (-184 *5 *3)) (-4 *3 (-1274 (-171 *5))))) (-4232 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-663 (-171 *4))) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))) (-4232 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-663 (-171 *4))) (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))))
-(-10 -7 (-15 -4232 ((-663 (-171 |#1|)) |#2|)) (-15 -4232 ((-663 (-171 |#1|)) |#2| |#1|)) (-15 -3288 ((-663 (-2 (|:| -3980 (-663 |#2|)) (|:| -2707 |#1|))) |#2| |#2| (-114))) (-15 -3288 ((-663 (-2 (|:| -3980 (-663 |#2|)) (|:| -2707 |#1|))) |#2| |#2|)) (-15 -3388 ((-419 |#2|) |#2| |#1| (-114))) (-15 -3388 ((-419 |#2|) |#2| |#1|)) (-15 -3388 ((-419 |#2|) |#2|)) (-15 -1684 (|#2| |#2|)) (-15 -3138 (|#1| |#2|)) (-15 -1924 ((-419 |#2|) |#2| |#1| (-114))) (-15 -1924 ((-419 |#2|) |#2| |#1|)) (-15 -3047 (|#2| |#2|)) (-15 -4468 (|#1| |#2| |#1|)) (-15 -4468 (|#1| |#2|)) (-15 -3628 ((-171 |#1|) |#2|)) (-15 -4222 (|#1| |#1|)) (-15 -1369 ((-2 (|:| |start| |#2|) (|:| -3980 (-419 |#2|))) |#2|)))
-((-2639 (((-3 |#2| "failed") |#2|) 16 T ELT)) (-4177 (((-793) |#2|) 18 T ELT)) (-3861 ((|#2| |#2| |#2|) 20 T ELT)))
-(((-185 |#1| |#2|) (-10 -7 (-15 -2639 ((-3 |#2| "failed") |#2|)) (-15 -4177 ((-793) |#2|)) (-15 -3861 (|#2| |#2| |#2|))) (-1248) (-696 |#1|)) (T -185))
-((-3861 (*1 *2 *2 *2) (-12 (-4 *3 (-1248)) (-5 *1 (-185 *3 *2)) (-4 *2 (-696 *3)))) (-4177 (*1 *2 *3) (-12 (-4 *4 (-1248)) (-5 *2 (-793)) (-5 *1 (-185 *4 *3)) (-4 *3 (-696 *4)))) (-2639 (*1 *2 *2) (|partial| -12 (-4 *3 (-1248)) (-5 *1 (-185 *3 *2)) (-4 *2 (-696 *3)))))
-(-10 -7 (-15 -2639 ((-3 |#2| "failed") |#2|)) (-15 -4177 ((-793) |#2|)) (-15 -3861 (|#2| |#2| |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-1831 (((-663 (-889)) $) NIL T ELT)) (-3952 (((-520) $) 8 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3997 (((-190) $) 10 T ELT)) (-3880 (((-114) $ (-520)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1770 (((-713 $) (-520)) 17 T ELT)) (-1994 (((-663 (-114)) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1816 (((-55) $) 12 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-186) (-13 (-189) (-10 -8 (-15 -1770 ((-713 $) (-520)))))) (T -186))
-((-1770 (*1 *2 *3) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-186))) (-5 *1 (-186)))))
-(-13 (-189) (-10 -8 (-15 -1770 ((-713 $) (-520)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3361 ((|#1| $) 7 T ELT)) (-2539 (((-887) $) 14 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4118 (((-663 (-1213)) $) 10 T ELT)) (-2329 (((-114) $ $) 12 T ELT)))
-(((-187 |#1|) (-13 (-1132) (-10 -8 (-15 -3361 (|#1| $)) (-15 -4118 ((-663 (-1213)) $)))) (-189)) (T -187))
-((-3361 (*1 *2 *1) (-12 (-5 *1 (-187 *2)) (-4 *2 (-189)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-663 (-1213))) (-5 *1 (-187 *3)) (-4 *3 (-189)))))
-(-13 (-1132) (-10 -8 (-15 -3361 (|#1| $)) (-15 -4118 ((-663 (-1213)) $))))
-((-1831 (((-663 (-889)) $) 16 T ELT)) (-3997 (((-190) $) 8 T ELT)) (-1994 (((-663 (-114)) $) 13 T ELT)) (-1816 (((-55) $) 10 T ELT)))
-(((-188 |#1|) (-10 -8 (-15 -1831 ((-663 (-889)) |#1|)) (-15 -1994 ((-663 (-114)) |#1|)) (-15 -3997 ((-190) |#1|)) (-15 -1816 ((-55) |#1|))) (-189)) (T -188))
-NIL
-(-10 -8 (-15 -1831 ((-663 (-889)) |#1|)) (-15 -1994 ((-663 (-114)) |#1|)) (-15 -3997 ((-190) |#1|)) (-15 -1816 ((-55) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-1831 (((-663 (-889)) $) 22 T ELT)) (-3952 (((-520) $) 19 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3997 (((-190) $) 24 T ELT)) (-3880 (((-114) $ (-520)) 17 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-1994 (((-663 (-114)) $) 23 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1816 (((-55) $) 18 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
+((-4423 (*1 *1 *1) (-4 *1 (-176))))
+(-13 (-10 -8 (-15 -4423 ($ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 ((|#1| $) 81 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3752 (($ $ $) NIL T ELT)) (-1425 (($ $) 21 T ELT)) (-2569 (($ |#1| (-1187 |#1|)) 50 T ELT)) (-2167 (((-3 $ "failed") $) 123 T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-4403 (((-1187 |#1|) $) 88 T ELT)) (-3994 (((-1187 |#1|) $) 85 T ELT)) (-3404 (((-1187 |#1|) $) 86 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2885 (((-1187 |#1|) $) 94 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3100 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT)) (-3201 (($ $ (-560)) 97 T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-1664 (((-1187 |#1|) $) 95 T ELT)) (-1731 (((-1187 (-421 |#1|)) $) 14 T ELT)) (-3867 (($ (-421 |#1|)) 17 T ELT) (($ |#1| (-1187 |#1|) (-1187 |#1|)) 40 T ELT)) (-2623 (($ $) 99 T ELT)) (-3834 (((-888) $) 139 T ELT) (($ (-560)) 53 T ELT) (($ |#1|) 54 T ELT) (($ (-421 |#1|)) 38 T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)) (-3103 (((-793)) 69 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4117 (((-1187 (-421 |#1|)) $) 20 T ELT)) (-2971 (($) 27 T CONST)) (-2983 (($) 30 T CONST)) (-2478 (((-114) $ $) 37 T ELT)) (-2594 (($ $ $) 121 T ELT)) (-2581 (($ $) 112 T ELT) (($ $ $) 109 T ELT)) (-2571 (($ $ $) 107 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 119 T ELT) (($ $ $) 114 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 116 T ELT) (($ (-421 |#1|) $) 117 T ELT) (($ $ (-421 |#1|)) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)))
+(((-177 |#1|) (-13 (-38 |#1|) (-38 (-421 |#1|)) (-376) (-10 -8 (-15 -3867 ($ (-421 |#1|))) (-15 -3867 ($ |#1| (-1187 |#1|) (-1187 |#1|))) (-15 -2569 ($ |#1| (-1187 |#1|))) (-15 -3994 ((-1187 |#1|) $)) (-15 -3404 ((-1187 |#1|) $)) (-15 -4403 ((-1187 |#1|) $)) (-15 -1573 (|#1| $)) (-15 -1425 ($ $)) (-15 -4117 ((-1187 (-421 |#1|)) $)) (-15 -1731 ((-1187 (-421 |#1|)) $)) (-15 -2885 ((-1187 |#1|) $)) (-15 -1664 ((-1187 |#1|) $)) (-15 -3201 ($ $ (-560))) (-15 -2623 ($ $)))) (-319)) (T -177))
+((-3867 (*1 *1 *2) (-12 (-5 *2 (-421 *3)) (-4 *3 (-319)) (-5 *1 (-177 *3)))) (-3867 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1187 *2)) (-4 *2 (-319)) (-5 *1 (-177 *2)))) (-2569 (*1 *1 *2 *3) (-12 (-5 *3 (-1187 *2)) (-4 *2 (-319)) (-5 *1 (-177 *2)))) (-3994 (*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-3404 (*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-4403 (*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-1573 (*1 *2 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319)))) (-1425 (*1 *1 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319)))) (-4117 (*1 *2 *1) (-12 (-5 *2 (-1187 (-421 *3))) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-1731 (*1 *2 *1) (-12 (-5 *2 (-1187 (-421 *3))) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-2885 (*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-1664 (*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-3201 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-177 *3)) (-4 *3 (-319)))) (-2623 (*1 *1 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319)))))
+(-13 (-38 |#1|) (-38 (-421 |#1|)) (-376) (-10 -8 (-15 -3867 ($ (-421 |#1|))) (-15 -3867 ($ |#1| (-1187 |#1|) (-1187 |#1|))) (-15 -2569 ($ |#1| (-1187 |#1|))) (-15 -3994 ((-1187 |#1|) $)) (-15 -3404 ((-1187 |#1|) $)) (-15 -4403 ((-1187 |#1|) $)) (-15 -1573 (|#1| $)) (-15 -1425 ($ $)) (-15 -4117 ((-1187 (-421 |#1|)) $)) (-15 -1731 ((-1187 (-421 |#1|)) $)) (-15 -2885 ((-1187 |#1|) $)) (-15 -1664 ((-1187 |#1|) $)) (-15 -3201 ($ $ (-560))) (-15 -2623 ($ $))))
+((-4160 (($ (-109) $) 15 T ELT)) (-3655 (((-713 (-109)) (-520) $) 14 T ELT)) (-3834 (((-888) $) 18 T ELT)) (-4133 (((-663 (-109)) $) 8 T ELT)))
+(((-178) (-13 (-632 (-888)) (-10 -8 (-15 -4133 ((-663 (-109)) $)) (-15 -4160 ($ (-109) $)) (-15 -3655 ((-713 (-109)) (-520) $))))) (T -178))
+((-4133 (*1 *2 *1) (-12 (-5 *2 (-663 (-109))) (-5 *1 (-178)))) (-4160 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-178)))) (-3655 (*1 *2 *3 *1) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-109))) (-5 *1 (-178)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -4133 ((-663 (-109)) $)) (-15 -4160 ($ (-109) $)) (-15 -3655 ((-713 (-109)) (-520) $))))
+((-4190 (((-1 (-973 |#1|) (-973 |#1|)) |#1|) 38 T ELT)) (-4015 (((-973 |#1|) (-973 |#1|)) 22 T ELT)) (-3451 (((-1 (-973 |#1|) (-973 |#1|)) |#1|) 34 T ELT)) (-1976 (((-973 |#1|) (-973 |#1|)) 20 T ELT)) (-4454 (((-973 |#1|) (-973 |#1|)) 28 T ELT)) (-2240 (((-973 |#1|) (-973 |#1|)) 27 T ELT)) (-1746 (((-973 |#1|) (-973 |#1|)) 26 T ELT)) (-4079 (((-1 (-973 |#1|) (-973 |#1|)) |#1|) 35 T ELT)) (-4242 (((-1 (-973 |#1|) (-973 |#1|)) |#1|) 33 T ELT)) (-1729 (((-1 (-973 |#1|) (-973 |#1|)) |#1|) 32 T ELT)) (-3591 (((-973 |#1|) (-973 |#1|)) 21 T ELT)) (-2831 (((-1 (-973 |#1|) (-973 |#1|)) |#1| |#1|) 41 T ELT)) (-2557 (((-973 |#1|) (-973 |#1|)) 8 T ELT)) (-3298 (((-1 (-973 |#1|) (-973 |#1|)) |#1|) 37 T ELT)) (-4477 (((-1 (-973 |#1|) (-973 |#1|)) |#1|) 36 T ELT)))
+(((-179 |#1|) (-10 -7 (-15 -2557 ((-973 |#1|) (-973 |#1|))) (-15 -1976 ((-973 |#1|) (-973 |#1|))) (-15 -3591 ((-973 |#1|) (-973 |#1|))) (-15 -4015 ((-973 |#1|) (-973 |#1|))) (-15 -1746 ((-973 |#1|) (-973 |#1|))) (-15 -2240 ((-973 |#1|) (-973 |#1|))) (-15 -4454 ((-973 |#1|) (-973 |#1|))) (-15 -1729 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -4242 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -3451 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -4079 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -4477 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -3298 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -4190 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -2831 ((-1 (-973 |#1|) (-973 |#1|)) |#1| |#1|))) (-13 (-376) (-1235) (-1034))) (T -179))
+((-2831 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))))) (-4190 (*1 *2 *3) (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))))) (-3298 (*1 *2 *3) (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))))) (-4477 (*1 *2 *3) (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))))) (-4079 (*1 *2 *3) (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))))) (-3451 (*1 *2 *3) (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))))) (-4242 (*1 *2 *3) (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))))) (-1729 (*1 *2 *3) (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))))) (-4454 (*1 *2 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))) (-5 *1 (-179 *3)))) (-2240 (*1 *2 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))) (-5 *1 (-179 *3)))) (-1746 (*1 *2 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))) (-5 *1 (-179 *3)))) (-4015 (*1 *2 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))) (-5 *1 (-179 *3)))) (-3591 (*1 *2 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))) (-5 *1 (-179 *3)))) (-1976 (*1 *2 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))) (-5 *1 (-179 *3)))) (-2557 (*1 *2 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034))) (-5 *1 (-179 *3)))))
+(-10 -7 (-15 -2557 ((-973 |#1|) (-973 |#1|))) (-15 -1976 ((-973 |#1|) (-973 |#1|))) (-15 -3591 ((-973 |#1|) (-973 |#1|))) (-15 -4015 ((-973 |#1|) (-973 |#1|))) (-15 -1746 ((-973 |#1|) (-973 |#1|))) (-15 -2240 ((-973 |#1|) (-973 |#1|))) (-15 -4454 ((-973 |#1|) (-973 |#1|))) (-15 -1729 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -4242 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -3451 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -4079 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -4477 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -3298 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -4190 ((-1 (-973 |#1|) (-973 |#1|)) |#1|)) (-15 -2831 ((-1 (-973 |#1|) (-973 |#1|)) |#1| |#1|)))
+((-4286 ((|#2| |#3|) 28 T ELT)))
+(((-180 |#1| |#2| |#3|) (-10 -7 (-15 -4286 (|#2| |#3|))) (-175) (-1275 |#1|) (-746 |#1| |#2|)) (T -180))
+((-4286 (*1 *2 *3) (-12 (-4 *4 (-175)) (-4 *2 (-1275 *4)) (-5 *1 (-180 *4 *2 *3)) (-4 *3 (-746 *4 *2)))))
+(-10 -7 (-15 -4286 (|#2| |#3|)))
+((-2528 (((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|)) 44 (|has| (-976 |#2|) (-912 |#1|)) ELT)))
+(((-181 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-976 |#2|) (-912 |#1|)) (-15 -2528 ((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|))) |%noBranch|)) (-1133) (-13 (-912 |#1|) (-175)) (-168 |#2|)) (T -181))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-914 *5 *3)) (-5 *4 (-916 *5)) (-4 *5 (-1133)) (-4 *3 (-168 *6)) (-4 (-976 *6) (-912 *5)) (-4 *6 (-13 (-912 *5) (-175))) (-5 *1 (-181 *5 *6 *3)))))
+(-10 -7 (IF (|has| (-976 |#2|) (-912 |#1|)) (-15 -2528 ((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|))) |%noBranch|))
+((-3375 (((-663 |#1|) (-663 |#1|) |#1|) 41 T ELT)) (-1844 (((-663 |#1|) |#1| (-663 |#1|)) 20 T ELT)) (-1359 (((-663 |#1|) (-663 (-663 |#1|)) (-663 |#1|)) 36 T ELT) ((|#1| (-663 |#1|) (-663 |#1|)) 32 T ELT)))
+(((-182 |#1|) (-10 -7 (-15 -1844 ((-663 |#1|) |#1| (-663 |#1|))) (-15 -1359 (|#1| (-663 |#1|) (-663 |#1|))) (-15 -1359 ((-663 |#1|) (-663 (-663 |#1|)) (-663 |#1|))) (-15 -3375 ((-663 |#1|) (-663 |#1|) |#1|))) (-319)) (T -182))
+((-3375 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *3)) (-4 *3 (-319)) (-5 *1 (-182 *3)))) (-1359 (*1 *2 *3 *2) (-12 (-5 *3 (-663 (-663 *4))) (-5 *2 (-663 *4)) (-4 *4 (-319)) (-5 *1 (-182 *4)))) (-1359 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-182 *2)) (-4 *2 (-319)))) (-1844 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-319)) (-5 *1 (-182 *3)))))
+(-10 -7 (-15 -1844 ((-663 |#1|) |#1| (-663 |#1|))) (-15 -1359 (|#1| (-663 |#1|) (-663 |#1|))) (-15 -1359 ((-663 |#1|) (-663 (-663 |#1|)) (-663 |#1|))) (-15 -3375 ((-663 |#1|) (-663 |#1|) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3804 (((-1250) $) 13 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3495 (((-1167) $) 10 T ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-183) (-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $)) (-15 -3804 ((-1250) $))))) (T -183))
+((-3495 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-183)))) (-3804 (*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-183)))))
+(-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $)) (-15 -3804 ((-1250) $))))
+((-3192 (((-2 (|:| |start| |#2|) (|:| -1609 (-419 |#2|))) |#2|) 66 T ELT)) (-4224 ((|#1| |#1|) 58 T ELT)) (-2584 (((-171 |#1|) |#2|) 93 T ELT)) (-1540 ((|#1| |#2|) 136 T ELT) ((|#1| |#2| |#1|) 89 T ELT)) (-3205 ((|#2| |#2|) 90 T ELT)) (-2477 (((-419 |#2|) |#2| |#1|) 118 T ELT) (((-419 |#2|) |#2| |#1| (-114)) 87 T ELT)) (-2480 ((|#1| |#2|) 117 T ELT)) (-1371 ((|#2| |#2|) 130 T ELT)) (-2549 (((-419 |#2|) |#2|) 153 T ELT) (((-419 |#2|) |#2| |#1|) 33 T ELT) (((-419 |#2|) |#2| |#1| (-114)) 152 T ELT)) (-2838 (((-663 (-2 (|:| -1609 (-663 |#2|)) (|:| -4177 |#1|))) |#2| |#2|) 151 T ELT) (((-663 (-2 (|:| -1609 (-663 |#2|)) (|:| -4177 |#1|))) |#2| |#2| (-114)) 81 T ELT)) (-2882 (((-663 (-171 |#1|)) |#2| |#1|) 42 T ELT) (((-663 (-171 |#1|)) |#2|) 43 T ELT)))
+(((-184 |#1| |#2|) (-10 -7 (-15 -2882 ((-663 (-171 |#1|)) |#2|)) (-15 -2882 ((-663 (-171 |#1|)) |#2| |#1|)) (-15 -2838 ((-663 (-2 (|:| -1609 (-663 |#2|)) (|:| -4177 |#1|))) |#2| |#2| (-114))) (-15 -2838 ((-663 (-2 (|:| -1609 (-663 |#2|)) (|:| -4177 |#1|))) |#2| |#2|)) (-15 -2549 ((-419 |#2|) |#2| |#1| (-114))) (-15 -2549 ((-419 |#2|) |#2| |#1|)) (-15 -2549 ((-419 |#2|) |#2|)) (-15 -1371 (|#2| |#2|)) (-15 -2480 (|#1| |#2|)) (-15 -2477 ((-419 |#2|) |#2| |#1| (-114))) (-15 -2477 ((-419 |#2|) |#2| |#1|)) (-15 -3205 (|#2| |#2|)) (-15 -1540 (|#1| |#2| |#1|)) (-15 -1540 (|#1| |#2|)) (-15 -2584 ((-171 |#1|) |#2|)) (-15 -4224 (|#1| |#1|)) (-15 -3192 ((-2 (|:| |start| |#2|) (|:| -1609 (-419 |#2|))) |#2|))) (-13 (-376) (-871)) (-1275 (-171 |#1|))) (T -184))
+((-3192 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-2 (|:| |start| *3) (|:| -1609 (-419 *3)))) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))) (-4224 (*1 *2 *2) (-12 (-4 *2 (-13 (-376) (-871))) (-5 *1 (-184 *2 *3)) (-4 *3 (-1275 (-171 *2))))) (-2584 (*1 *2 *3) (-12 (-5 *2 (-171 *4)) (-5 *1 (-184 *4 *3)) (-4 *4 (-13 (-376) (-871))) (-4 *3 (-1275 *2)))) (-1540 (*1 *2 *3) (-12 (-4 *2 (-13 (-376) (-871))) (-5 *1 (-184 *2 *3)) (-4 *3 (-1275 (-171 *2))))) (-1540 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-376) (-871))) (-5 *1 (-184 *2 *3)) (-4 *3 (-1275 (-171 *2))))) (-3205 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-871))) (-5 *1 (-184 *3 *2)) (-4 *2 (-1275 (-171 *3))))) (-2477 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))) (-2477 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-114)) (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))) (-2480 (*1 *2 *3) (-12 (-4 *2 (-13 (-376) (-871))) (-5 *1 (-184 *2 *3)) (-4 *3 (-1275 (-171 *2))))) (-1371 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-871))) (-5 *1 (-184 *3 *2)) (-4 *2 (-1275 (-171 *3))))) (-2549 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))) (-2549 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))) (-2549 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-114)) (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3)) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))) (-2838 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-663 (-2 (|:| -1609 (-663 *3)) (|:| -4177 *4)))) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))) (-2838 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-376) (-871))) (-5 *2 (-663 (-2 (|:| -1609 (-663 *3)) (|:| -4177 *5)))) (-5 *1 (-184 *5 *3)) (-4 *3 (-1275 (-171 *5))))) (-2882 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-663 (-171 *4))) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))) (-2882 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-663 (-171 *4))) (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))))
+(-10 -7 (-15 -2882 ((-663 (-171 |#1|)) |#2|)) (-15 -2882 ((-663 (-171 |#1|)) |#2| |#1|)) (-15 -2838 ((-663 (-2 (|:| -1609 (-663 |#2|)) (|:| -4177 |#1|))) |#2| |#2| (-114))) (-15 -2838 ((-663 (-2 (|:| -1609 (-663 |#2|)) (|:| -4177 |#1|))) |#2| |#2|)) (-15 -2549 ((-419 |#2|) |#2| |#1| (-114))) (-15 -2549 ((-419 |#2|) |#2| |#1|)) (-15 -2549 ((-419 |#2|) |#2|)) (-15 -1371 (|#2| |#2|)) (-15 -2480 (|#1| |#2|)) (-15 -2477 ((-419 |#2|) |#2| |#1| (-114))) (-15 -2477 ((-419 |#2|) |#2| |#1|)) (-15 -3205 (|#2| |#2|)) (-15 -1540 (|#1| |#2| |#1|)) (-15 -1540 (|#1| |#2|)) (-15 -2584 ((-171 |#1|) |#2|)) (-15 -4224 (|#1| |#1|)) (-15 -3192 ((-2 (|:| |start| |#2|) (|:| -1609 (-419 |#2|))) |#2|)))
+((-1523 (((-3 |#2| "failed") |#2|) 16 T ELT)) (-4296 (((-793) |#2|) 18 T ELT)) (-1625 ((|#2| |#2| |#2|) 20 T ELT)))
+(((-185 |#1| |#2|) (-10 -7 (-15 -1523 ((-3 |#2| "failed") |#2|)) (-15 -4296 ((-793) |#2|)) (-15 -1625 (|#2| |#2| |#2|))) (-1249) (-696 |#1|)) (T -185))
+((-1625 (*1 *2 *2 *2) (-12 (-4 *3 (-1249)) (-5 *1 (-185 *3 *2)) (-4 *2 (-696 *3)))) (-4296 (*1 *2 *3) (-12 (-4 *4 (-1249)) (-5 *2 (-793)) (-5 *1 (-185 *4 *3)) (-4 *3 (-696 *4)))) (-1523 (*1 *2 *2) (|partial| -12 (-4 *3 (-1249)) (-5 *1 (-185 *3 *2)) (-4 *2 (-696 *3)))))
+(-10 -7 (-15 -1523 ((-3 |#2| "failed") |#2|)) (-15 -4296 ((-793) |#2|)) (-15 -1625 (|#2| |#2| |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-4416 (((-663 (-890)) $) NIL T ELT)) (-2187 (((-520) $) 8 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1351 (((-190) $) 10 T ELT)) (-2820 (((-114) $ (-520)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3035 (((-713 $) (-520)) 17 T ELT)) (-1533 (((-663 (-114)) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3799 (((-55) $) 12 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-186) (-13 (-189) (-10 -8 (-15 -3035 ((-713 $) (-520)))))) (T -186))
+((-3035 (*1 *2 *3) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-186))) (-5 *1 (-186)))))
+(-13 (-189) (-10 -8 (-15 -3035 ((-713 $) (-520)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1503 ((|#1| $) 7 T ELT)) (-3834 (((-888) $) 14 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4401 (((-663 (-1214)) $) 10 T ELT)) (-2478 (((-114) $ $) 12 T ELT)))
+(((-187 |#1|) (-13 (-1133) (-10 -8 (-15 -1503 (|#1| $)) (-15 -4401 ((-663 (-1214)) $)))) (-189)) (T -187))
+((-1503 (*1 *2 *1) (-12 (-5 *1 (-187 *2)) (-4 *2 (-189)))) (-4401 (*1 *2 *1) (-12 (-5 *2 (-663 (-1214))) (-5 *1 (-187 *3)) (-4 *3 (-189)))))
+(-13 (-1133) (-10 -8 (-15 -1503 (|#1| $)) (-15 -4401 ((-663 (-1214)) $))))
+((-4416 (((-663 (-890)) $) 16 T ELT)) (-1351 (((-190) $) 8 T ELT)) (-1533 (((-663 (-114)) $) 13 T ELT)) (-3799 (((-55) $) 10 T ELT)))
+(((-188 |#1|) (-10 -8 (-15 -4416 ((-663 (-890)) |#1|)) (-15 -1533 ((-663 (-114)) |#1|)) (-15 -1351 ((-190) |#1|)) (-15 -3799 ((-55) |#1|))) (-189)) (T -188))
+NIL
+(-10 -8 (-15 -4416 ((-663 (-890)) |#1|)) (-15 -1533 ((-663 (-114)) |#1|)) (-15 -1351 ((-190) |#1|)) (-15 -3799 ((-55) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-4416 (((-663 (-890)) $) 22 T ELT)) (-2187 (((-520) $) 19 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1351 (((-190) $) 24 T ELT)) (-2820 (((-114) $ (-520)) 17 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1533 (((-663 (-114)) $) 23 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3799 (((-55) $) 18 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
(((-189) (-142)) (T -189))
-((-3997 (*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-190)))) (-1994 (*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-663 (-114))))) (-1831 (*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-663 (-889))))))
-(-13 (-858 (-520)) (-10 -8 (-15 -3997 ((-190) $)) (-15 -1994 ((-663 (-114)) $)) (-15 -1831 ((-663 (-889)) $))))
-(((-102) . T) ((-632 (-887)) . T) ((-858 (-520)) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-7 (($) 8 T CONST)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-8 (($) 7 T CONST)) (-2539 (((-887) $) 12 T ELT)) (-9 (($) 6 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 10 T ELT)))
-(((-190) (-13 (-1132) (-10 -8 (-15 -9 ($) -3721) (-15 -8 ($) -3721) (-15 -7 ($) -3721)))) (T -190))
+((-1351 (*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-190)))) (-1533 (*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-663 (-114))))) (-4416 (*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-663 (-890))))))
+(-13 (-860 (-520)) (-10 -8 (-15 -1351 ((-190) $)) (-15 -1533 ((-663 (-114)) $)) (-15 -4416 ((-663 (-890)) $))))
+(((-102) . T) ((-632 (-888)) . T) ((-860 (-520)) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-7 (($) 8 T CONST)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-8 (($) 7 T CONST)) (-3834 (((-888) $) 12 T ELT)) (-9 (($) 6 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 10 T ELT)))
+(((-190) (-13 (-1133) (-10 -8 (-15 -9 ($) -2292) (-15 -8 ($) -2292) (-15 -7 ($) -2292)))) (T -190))
((-9 (*1 *1) (-5 *1 (-190))) (-8 (*1 *1) (-5 *1 (-190))) (-7 (*1 *1) (-5 *1 (-190))))
-(-13 (-1132) (-10 -8 (-15 -9 ($) -3721) (-15 -8 ($) -3721) (-15 -7 ($) -3721)))
-((-2898 ((|#2| |#2|) 28 T ELT)) (-2717 (((-114) |#2|) 19 T ELT)) (-3415 (((-326 |#1|) |#2|) 12 T ELT)) (-3429 (((-326 |#1|) |#2|) 14 T ELT)) (-4009 ((|#2| |#2| (-1208)) 69 T ELT) ((|#2| |#2|) 70 T ELT)) (-1938 (((-171 (-326 |#1|)) |#2|) 10 T ELT)) (-2035 ((|#2| |#2| (-1208)) 66 T ELT) ((|#2| |#2|) 60 T ELT)))
-(((-191 |#1| |#2|) (-10 -7 (-15 -4009 (|#2| |#2|)) (-15 -4009 (|#2| |#2| (-1208))) (-15 -2035 (|#2| |#2|)) (-15 -2035 (|#2| |#2| (-1208))) (-15 -3415 ((-326 |#1|) |#2|)) (-15 -3429 ((-326 |#1|) |#2|)) (-15 -2717 ((-114) |#2|)) (-15 -2898 (|#2| |#2|)) (-15 -1938 ((-171 (-326 |#1|)) |#2|))) (-13 (-571) (-1069 (-560))) (-13 (-27) (-1234) (-435 (-171 |#1|)))) (T -191))
-((-1938 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-171 (-326 *4))) (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 (-171 *4)))))) (-2898 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1069 (-560)))) (-5 *1 (-191 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 (-171 *3)))))) (-2717 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-114)) (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 (-171 *4)))))) (-3429 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-326 *4)) (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 (-171 *4)))))) (-3415 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-326 *4)) (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 (-171 *4)))))) (-2035 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *1 (-191 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 (-171 *4)))))) (-2035 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1069 (-560)))) (-5 *1 (-191 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 (-171 *3)))))) (-4009 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *1 (-191 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 (-171 *4)))))) (-4009 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1069 (-560)))) (-5 *1 (-191 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 (-171 *3)))))))
-(-10 -7 (-15 -4009 (|#2| |#2|)) (-15 -4009 (|#2| |#2| (-1208))) (-15 -2035 (|#2| |#2|)) (-15 -2035 (|#2| |#2| (-1208))) (-15 -3415 ((-326 |#1|) |#2|)) (-15 -3429 ((-326 |#1|) |#2|)) (-15 -2717 ((-114) |#2|)) (-15 -2898 (|#2| |#2|)) (-15 -1938 ((-171 (-326 |#1|)) |#2|)))
-((-2714 (((-1298 (-711 (-975 |#1|))) (-1298 (-711 |#1|))) 26 T ELT)) (-2539 (((-1298 (-711 (-421 (-975 |#1|)))) (-1298 (-711 |#1|))) 37 T ELT)))
-(((-192 |#1|) (-10 -7 (-15 -2714 ((-1298 (-711 (-975 |#1|))) (-1298 (-711 |#1|)))) (-15 -2539 ((-1298 (-711 (-421 (-975 |#1|)))) (-1298 (-711 |#1|))))) (-175)) (T -192))
-((-2539 (*1 *2 *3) (-12 (-5 *3 (-1298 (-711 *4))) (-4 *4 (-175)) (-5 *2 (-1298 (-711 (-421 (-975 *4))))) (-5 *1 (-192 *4)))) (-2714 (*1 *2 *3) (-12 (-5 *3 (-1298 (-711 *4))) (-4 *4 (-175)) (-5 *2 (-1298 (-711 (-975 *4)))) (-5 *1 (-192 *4)))))
-(-10 -7 (-15 -2714 ((-1298 (-711 (-975 |#1|))) (-1298 (-711 |#1|)))) (-15 -2539 ((-1298 (-711 (-421 (-975 |#1|)))) (-1298 (-711 |#1|)))))
-((-1400 (((-1210 (-421 (-560))) (-1210 (-421 (-560))) (-1210 (-421 (-560)))) 93 T ELT)) (-2894 (((-1210 (-421 (-560))) (-663 (-560)) (-663 (-560))) 107 T ELT)) (-3012 (((-1210 (-421 (-560))) (-948)) 54 T ELT)) (-3914 (((-1210 (-421 (-560))) (-948)) 79 T ELT)) (-2799 (((-421 (-560)) (-1210 (-421 (-560)))) 89 T ELT)) (-1709 (((-1210 (-421 (-560))) (-948)) 37 T ELT)) (-1649 (((-1210 (-421 (-560))) (-948)) 66 T ELT)) (-3234 (((-1210 (-421 (-560))) (-948)) 61 T ELT)) (-2451 (((-1210 (-421 (-560))) (-1210 (-421 (-560))) (-1210 (-421 (-560)))) 87 T ELT)) (-4428 (((-1210 (-421 (-560))) (-948)) 29 T ELT)) (-1850 (((-421 (-560)) (-1210 (-421 (-560))) (-1210 (-421 (-560)))) 91 T ELT)) (-2394 (((-1210 (-421 (-560))) (-948)) 35 T ELT)) (-2558 (((-1210 (-421 (-560))) (-663 (-948))) 100 T ELT)))
-(((-193) (-10 -7 (-15 -4428 ((-1210 (-421 (-560))) (-948))) (-15 -3012 ((-1210 (-421 (-560))) (-948))) (-15 -1709 ((-1210 (-421 (-560))) (-948))) (-15 -2394 ((-1210 (-421 (-560))) (-948))) (-15 -3234 ((-1210 (-421 (-560))) (-948))) (-15 -1649 ((-1210 (-421 (-560))) (-948))) (-15 -3914 ((-1210 (-421 (-560))) (-948))) (-15 -1850 ((-421 (-560)) (-1210 (-421 (-560))) (-1210 (-421 (-560))))) (-15 -2451 ((-1210 (-421 (-560))) (-1210 (-421 (-560))) (-1210 (-421 (-560))))) (-15 -2799 ((-421 (-560)) (-1210 (-421 (-560))))) (-15 -1400 ((-1210 (-421 (-560))) (-1210 (-421 (-560))) (-1210 (-421 (-560))))) (-15 -2558 ((-1210 (-421 (-560))) (-663 (-948)))) (-15 -2894 ((-1210 (-421 (-560))) (-663 (-560)) (-663 (-560)))))) (T -193))
-((-2894 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-2558 (*1 *2 *3) (-12 (-5 *3 (-663 (-948))) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-1400 (*1 *2 *2 *2) (-12 (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-2799 (*1 *2 *3) (-12 (-5 *3 (-1210 (-421 (-560)))) (-5 *2 (-421 (-560))) (-5 *1 (-193)))) (-2451 (*1 *2 *2 *2) (-12 (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-1850 (*1 *2 *3 *3) (-12 (-5 *3 (-1210 (-421 (-560)))) (-5 *2 (-421 (-560))) (-5 *1 (-193)))) (-3914 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-1649 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-3234 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-2394 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-1709 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-3012 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))) (-4428 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))))
-(-10 -7 (-15 -4428 ((-1210 (-421 (-560))) (-948))) (-15 -3012 ((-1210 (-421 (-560))) (-948))) (-15 -1709 ((-1210 (-421 (-560))) (-948))) (-15 -2394 ((-1210 (-421 (-560))) (-948))) (-15 -3234 ((-1210 (-421 (-560))) (-948))) (-15 -1649 ((-1210 (-421 (-560))) (-948))) (-15 -3914 ((-1210 (-421 (-560))) (-948))) (-15 -1850 ((-421 (-560)) (-1210 (-421 (-560))) (-1210 (-421 (-560))))) (-15 -2451 ((-1210 (-421 (-560))) (-1210 (-421 (-560))) (-1210 (-421 (-560))))) (-15 -2799 ((-421 (-560)) (-1210 (-421 (-560))))) (-15 -1400 ((-1210 (-421 (-560))) (-1210 (-421 (-560))) (-1210 (-421 (-560))))) (-15 -2558 ((-1210 (-421 (-560))) (-663 (-948)))) (-15 -2894 ((-1210 (-421 (-560))) (-663 (-560)) (-663 (-560)))))
-((-2013 (((-419 (-1202 (-560))) (-560)) 38 T ELT)) (-4022 (((-663 (-1202 (-560))) (-560)) 33 T ELT)) (-1945 (((-1202 (-560)) (-560)) 28 T ELT)))
-(((-194) (-10 -7 (-15 -4022 ((-663 (-1202 (-560))) (-560))) (-15 -1945 ((-1202 (-560)) (-560))) (-15 -2013 ((-419 (-1202 (-560))) (-560))))) (T -194))
-((-2013 (*1 *2 *3) (-12 (-5 *2 (-419 (-1202 (-560)))) (-5 *1 (-194)) (-5 *3 (-560)))) (-1945 (*1 *2 *3) (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-194)) (-5 *3 (-560)))) (-4022 (*1 *2 *3) (-12 (-5 *2 (-663 (-1202 (-560)))) (-5 *1 (-194)) (-5 *3 (-560)))))
-(-10 -7 (-15 -4022 ((-663 (-1202 (-560))) (-560))) (-15 -1945 ((-1202 (-560)) (-560))) (-15 -2013 ((-419 (-1202 (-560))) (-560))))
-((-3927 (((-1186 (-229)) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 132 T ELT)) (-2290 (((-663 (-1190)) (-1186 (-229))) NIL T ELT)) (-3817 (((-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 109 T ELT)) (-2350 (((-663 (-229)) (-326 (-229)) (-1208) (-1120 (-864 (-229)))) NIL T ELT)) (-2892 (((-663 (-1190)) (-663 (-229))) NIL T ELT)) (-1605 (((-229) (-1120 (-864 (-229)))) 31 T ELT)) (-3397 (((-229) (-1120 (-864 (-229)))) 32 T ELT)) (-2151 (((-391) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 126 T ELT)) (-2921 (((-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 67 T ELT)) (-3921 (((-1190) (-229)) NIL T ELT)) (-2482 (((-1190) (-663 (-1190))) 27 T ELT)) (-4181 (((-1066) (-1208) (-1208) (-1066)) 13 T ELT)))
-(((-195) (-10 -7 (-15 -3817 ((-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2921 ((-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -1605 ((-229) (-1120 (-864 (-229))))) (-15 -3397 ((-229) (-1120 (-864 (-229))))) (-15 -2151 ((-391) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2350 ((-663 (-229)) (-326 (-229)) (-1208) (-1120 (-864 (-229))))) (-15 -3927 ((-1186 (-229)) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3921 ((-1190) (-229))) (-15 -2892 ((-663 (-1190)) (-663 (-229)))) (-15 -2290 ((-663 (-1190)) (-1186 (-229)))) (-15 -2482 ((-1190) (-663 (-1190)))) (-15 -4181 ((-1066) (-1208) (-1208) (-1066))))) (T -195))
-((-4181 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1066)) (-5 *3 (-1208)) (-5 *1 (-195)))) (-2482 (*1 *2 *3) (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-1190)) (-5 *1 (-195)))) (-2290 (*1 *2 *3) (-12 (-5 *3 (-1186 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-195)))) (-2892 (*1 *2 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-195)))) (-3921 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1190)) (-5 *1 (-195)))) (-3927 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-1186 (-229))) (-5 *1 (-195)))) (-2350 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-1208)) (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-195)))) (-2151 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-195)))) (-3397 (*1 *2 *3) (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-195)))) (-1605 (*1 *2 *3) (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-195)))) (-2921 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-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 (-195)))) (-3817 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-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 (-195)))))
-(-10 -7 (-15 -3817 ((-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2921 ((-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -1605 ((-229) (-1120 (-864 (-229))))) (-15 -3397 ((-229) (-1120 (-864 (-229))))) (-15 -2151 ((-391) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2350 ((-663 (-229)) (-326 (-229)) (-1208) (-1120 (-864 (-229))))) (-15 -3927 ((-1186 (-229)) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3921 ((-1190) (-229))) (-15 -2892 ((-663 (-1190)) (-663 (-229)))) (-15 -2290 ((-663 (-1190)) (-1186 (-229)))) (-15 -2482 ((-1190) (-663 (-1190)))) (-15 -4181 ((-1066) (-1208) (-1208) (-1066))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 61 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 33 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+(-13 (-1133) (-10 -8 (-15 -9 ($) -2292) (-15 -8 ($) -2292) (-15 -7 ($) -2292)))
+((-1841 ((|#2| |#2|) 28 T ELT)) (-3847 (((-114) |#2|) 19 T ELT)) (-2577 (((-326 |#1|) |#2|) 12 T ELT)) (-2588 (((-326 |#1|) |#2|) 14 T ELT)) (-1412 ((|#2| |#2| (-1209)) 69 T ELT) ((|#2| |#2|) 70 T ELT)) (-3542 (((-171 (-326 |#1|)) |#2|) 10 T ELT)) (-3548 ((|#2| |#2| (-1209)) 66 T ELT) ((|#2| |#2|) 60 T ELT)))
+(((-191 |#1| |#2|) (-10 -7 (-15 -1412 (|#2| |#2|)) (-15 -1412 (|#2| |#2| (-1209))) (-15 -3548 (|#2| |#2|)) (-15 -3548 (|#2| |#2| (-1209))) (-15 -2577 ((-326 |#1|) |#2|)) (-15 -2588 ((-326 |#1|) |#2|)) (-15 -3847 ((-114) |#2|)) (-15 -1841 (|#2| |#2|)) (-15 -3542 ((-171 (-326 |#1|)) |#2|))) (-13 (-571) (-1070 (-560))) (-13 (-27) (-1235) (-435 (-171 |#1|)))) (T -191))
+((-3542 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-171 (-326 *4))) (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 (-171 *4)))))) (-1841 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1070 (-560)))) (-5 *1 (-191 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 (-171 *3)))))) (-3847 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-114)) (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 (-171 *4)))))) (-2588 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-326 *4)) (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 (-171 *4)))))) (-2577 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-326 *4)) (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 (-171 *4)))))) (-3548 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *1 (-191 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 (-171 *4)))))) (-3548 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1070 (-560)))) (-5 *1 (-191 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 (-171 *3)))))) (-1412 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *1 (-191 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 (-171 *4)))))) (-1412 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1070 (-560)))) (-5 *1 (-191 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 (-171 *3)))))))
+(-10 -7 (-15 -1412 (|#2| |#2|)) (-15 -1412 (|#2| |#2| (-1209))) (-15 -3548 (|#2| |#2|)) (-15 -3548 (|#2| |#2| (-1209))) (-15 -2577 ((-326 |#1|) |#2|)) (-15 -2588 ((-326 |#1|) |#2|)) (-15 -3847 ((-114) |#2|)) (-15 -1841 (|#2| |#2|)) (-15 -3542 ((-171 (-326 |#1|)) |#2|)))
+((-3361 (((-1299 (-711 (-976 |#1|))) (-1299 (-711 |#1|))) 26 T ELT)) (-3834 (((-1299 (-711 (-421 (-976 |#1|)))) (-1299 (-711 |#1|))) 37 T ELT)))
+(((-192 |#1|) (-10 -7 (-15 -3361 ((-1299 (-711 (-976 |#1|))) (-1299 (-711 |#1|)))) (-15 -3834 ((-1299 (-711 (-421 (-976 |#1|)))) (-1299 (-711 |#1|))))) (-175)) (T -192))
+((-3834 (*1 *2 *3) (-12 (-5 *3 (-1299 (-711 *4))) (-4 *4 (-175)) (-5 *2 (-1299 (-711 (-421 (-976 *4))))) (-5 *1 (-192 *4)))) (-3361 (*1 *2 *3) (-12 (-5 *3 (-1299 (-711 *4))) (-4 *4 (-175)) (-5 *2 (-1299 (-711 (-976 *4)))) (-5 *1 (-192 *4)))))
+(-10 -7 (-15 -3361 ((-1299 (-711 (-976 |#1|))) (-1299 (-711 |#1|)))) (-15 -3834 ((-1299 (-711 (-421 (-976 |#1|)))) (-1299 (-711 |#1|)))))
+((-1826 (((-1211 (-421 (-560))) (-1211 (-421 (-560))) (-1211 (-421 (-560)))) 93 T ELT)) (-2690 (((-1211 (-421 (-560))) (-663 (-560)) (-663 (-560))) 107 T ELT)) (-4289 (((-1211 (-421 (-560))) (-949)) 54 T ELT)) (-1812 (((-1211 (-421 (-560))) (-949)) 79 T ELT)) (-4265 (((-421 (-560)) (-1211 (-421 (-560)))) 89 T ELT)) (-1653 (((-1211 (-421 (-560))) (-949)) 37 T ELT)) (-2506 (((-1211 (-421 (-560))) (-949)) 66 T ELT)) (-3422 (((-1211 (-421 (-560))) (-949)) 61 T ELT)) (-3381 (((-1211 (-421 (-560))) (-1211 (-421 (-560))) (-1211 (-421 (-560)))) 87 T ELT)) (-2623 (((-1211 (-421 (-560))) (-949)) 29 T ELT)) (-4073 (((-421 (-560)) (-1211 (-421 (-560))) (-1211 (-421 (-560)))) 91 T ELT)) (-3223 (((-1211 (-421 (-560))) (-949)) 35 T ELT)) (-4312 (((-1211 (-421 (-560))) (-663 (-949))) 100 T ELT)))
+(((-193) (-10 -7 (-15 -2623 ((-1211 (-421 (-560))) (-949))) (-15 -4289 ((-1211 (-421 (-560))) (-949))) (-15 -1653 ((-1211 (-421 (-560))) (-949))) (-15 -3223 ((-1211 (-421 (-560))) (-949))) (-15 -3422 ((-1211 (-421 (-560))) (-949))) (-15 -2506 ((-1211 (-421 (-560))) (-949))) (-15 -1812 ((-1211 (-421 (-560))) (-949))) (-15 -4073 ((-421 (-560)) (-1211 (-421 (-560))) (-1211 (-421 (-560))))) (-15 -3381 ((-1211 (-421 (-560))) (-1211 (-421 (-560))) (-1211 (-421 (-560))))) (-15 -4265 ((-421 (-560)) (-1211 (-421 (-560))))) (-15 -1826 ((-1211 (-421 (-560))) (-1211 (-421 (-560))) (-1211 (-421 (-560))))) (-15 -4312 ((-1211 (-421 (-560))) (-663 (-949)))) (-15 -2690 ((-1211 (-421 (-560))) (-663 (-560)) (-663 (-560)))))) (T -193))
+((-2690 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-4312 (*1 *2 *3) (-12 (-5 *3 (-663 (-949))) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-1826 (*1 *2 *2 *2) (-12 (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-4265 (*1 *2 *3) (-12 (-5 *3 (-1211 (-421 (-560)))) (-5 *2 (-421 (-560))) (-5 *1 (-193)))) (-3381 (*1 *2 *2 *2) (-12 (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-4073 (*1 *2 *3 *3) (-12 (-5 *3 (-1211 (-421 (-560)))) (-5 *2 (-421 (-560))) (-5 *1 (-193)))) (-1812 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-2506 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-3422 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-3223 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-1653 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-4289 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))) (-2623 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))))
+(-10 -7 (-15 -2623 ((-1211 (-421 (-560))) (-949))) (-15 -4289 ((-1211 (-421 (-560))) (-949))) (-15 -1653 ((-1211 (-421 (-560))) (-949))) (-15 -3223 ((-1211 (-421 (-560))) (-949))) (-15 -3422 ((-1211 (-421 (-560))) (-949))) (-15 -2506 ((-1211 (-421 (-560))) (-949))) (-15 -1812 ((-1211 (-421 (-560))) (-949))) (-15 -4073 ((-421 (-560)) (-1211 (-421 (-560))) (-1211 (-421 (-560))))) (-15 -3381 ((-1211 (-421 (-560))) (-1211 (-421 (-560))) (-1211 (-421 (-560))))) (-15 -4265 ((-421 (-560)) (-1211 (-421 (-560))))) (-15 -1826 ((-1211 (-421 (-560))) (-1211 (-421 (-560))) (-1211 (-421 (-560))))) (-15 -4312 ((-1211 (-421 (-560))) (-663 (-949)))) (-15 -2690 ((-1211 (-421 (-560))) (-663 (-560)) (-663 (-560)))))
+((-2088 (((-419 (-1203 (-560))) (-560)) 38 T ELT)) (-1440 (((-663 (-1203 (-560))) (-560)) 33 T ELT)) (-2808 (((-1203 (-560)) (-560)) 28 T ELT)))
+(((-194) (-10 -7 (-15 -1440 ((-663 (-1203 (-560))) (-560))) (-15 -2808 ((-1203 (-560)) (-560))) (-15 -2088 ((-419 (-1203 (-560))) (-560))))) (T -194))
+((-2088 (*1 *2 *3) (-12 (-5 *2 (-419 (-1203 (-560)))) (-5 *1 (-194)) (-5 *3 (-560)))) (-2808 (*1 *2 *3) (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-194)) (-5 *3 (-560)))) (-1440 (*1 *2 *3) (-12 (-5 *2 (-663 (-1203 (-560)))) (-5 *1 (-194)) (-5 *3 (-560)))))
+(-10 -7 (-15 -1440 ((-663 (-1203 (-560))) (-560))) (-15 -2808 ((-1203 (-560)) (-560))) (-15 -2088 ((-419 (-1203 (-560))) (-560))))
+((-2764 (((-1187 (-229)) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 132 T ELT)) (-3526 (((-663 (-1191)) (-1187 (-229))) NIL T ELT)) (-4359 (((-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 109 T ELT)) (-3409 (((-663 (-229)) (-326 (-229)) (-1209) (-1121 (-866 (-229)))) NIL T ELT)) (-3677 (((-663 (-1191)) (-663 (-229))) NIL T ELT)) (-2226 (((-229) (-1121 (-866 (-229)))) 31 T ELT)) (-2224 (((-229) (-1121 (-866 (-229)))) 32 T ELT)) (-3518 (((-391) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 126 T ELT)) (-3788 (((-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 67 T ELT)) (-3334 (((-1191) (-229)) NIL T ELT)) (-2845 (((-1191) (-663 (-1191))) 27 T ELT)) (-3508 (((-1067) (-1209) (-1209) (-1067)) 13 T ELT)))
+(((-195) (-10 -7 (-15 -4359 ((-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3788 ((-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2226 ((-229) (-1121 (-866 (-229))))) (-15 -2224 ((-229) (-1121 (-866 (-229))))) (-15 -3518 ((-391) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3409 ((-663 (-229)) (-326 (-229)) (-1209) (-1121 (-866 (-229))))) (-15 -2764 ((-1187 (-229)) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3334 ((-1191) (-229))) (-15 -3677 ((-663 (-1191)) (-663 (-229)))) (-15 -3526 ((-663 (-1191)) (-1187 (-229)))) (-15 -2845 ((-1191) (-663 (-1191)))) (-15 -3508 ((-1067) (-1209) (-1209) (-1067))))) (T -195))
+((-3508 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1067)) (-5 *3 (-1209)) (-5 *1 (-195)))) (-2845 (*1 *2 *3) (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-1191)) (-5 *1 (-195)))) (-3526 (*1 *2 *3) (-12 (-5 *3 (-1187 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-195)))) (-3677 (*1 *2 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-195)))) (-3334 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1191)) (-5 *1 (-195)))) (-2764 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-1187 (-229))) (-5 *1 (-195)))) (-3409 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-1209)) (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-195)))) (-3518 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-195)))) (-2224 (*1 *2 *3) (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-195)))) (-2226 (*1 *2 *3) (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-195)))) (-3788 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-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 (-195)))) (-4359 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-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 (-195)))))
+(-10 -7 (-15 -4359 ((-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3788 ((-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2226 ((-229) (-1121 (-866 (-229))))) (-15 -2224 ((-229) (-1121 (-866 (-229))))) (-15 -3518 ((-391) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3409 ((-663 (-229)) (-326 (-229)) (-1209) (-1121 (-866 (-229))))) (-15 -2764 ((-1187 (-229)) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3334 ((-1191) (-229))) (-15 -3677 ((-663 (-1191)) (-663 (-229)))) (-15 -3526 ((-663 (-1191)) (-1187 (-229)))) (-15 -2845 ((-1191) (-663 (-1191)))) (-15 -3508 ((-1067) (-1209) (-1209) (-1067))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 61 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 33 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-196) (-809)) (T -196))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 66 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 44 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 66 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 44 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-197) (-809)) (T -197))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 81 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 46 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 81 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 46 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-198) (-809)) (T -198))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 63 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 36 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 63 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 36 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-199) (-809)) (T -199))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 76 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 40 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 76 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 40 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-200) (-809)) (T -200))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 93 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 49 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 93 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 49 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-201) (-809)) (T -201))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 90 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 51 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 90 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 51 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-202) (-809)) (T -202))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 78 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 44 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 78 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 44 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-203) (-809)) (T -203))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 76 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 35 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 76 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 35 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-204) (-809)) (T -204))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 77 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 42 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 77 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 42 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-205) (-809)) (T -205))
NIL
(-809)
-((-2294 (((-114) $ $) NIL T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 105 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 86 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 105 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 86 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
(((-206) (-809)) (T -206))
NIL
(-809)
-((-2155 (((-3 (-2 (|:| -2994 (-115)) (|:| |w| (-229))) "failed") (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 109 T ELT)) (-3048 (((-560) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 59 T ELT)) (-3380 (((-3 (-663 (-229)) "failed") (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 90 T ELT)))
-(((-207) (-10 -7 (-15 -2155 ((-3 (-2 (|:| -2994 (-115)) (|:| |w| (-229))) "failed") (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3380 ((-3 (-663 (-229)) "failed") (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3048 ((-560) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (T -207))
-((-3048 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-560)) (-5 *1 (-207)))) (-3380 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-207)))) (-2155 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| -2994 (-115)) (|:| |w| (-229)))) (-5 *1 (-207)))))
-(-10 -7 (-15 -2155 ((-3 (-2 (|:| -2994 (-115)) (|:| |w| (-229))) "failed") (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3380 ((-3 (-663 (-229)) "failed") (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3048 ((-560) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))
-((-3185 (((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 49 T ELT)) (-2857 (((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 157 T ELT)) (-4155 (((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-711 (-326 (-229)))) 112 T ELT)) (-3958 (((-391) (-711 (-326 (-229)))) 140 T ELT)) (-1742 (((-711 (-326 (-229))) (-1298 (-326 (-229))) (-663 (-1208))) 136 T ELT)) (-2518 (((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 37 T ELT)) (-2926 (((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 53 T ELT)) (-2799 (((-711 (-326 (-229))) (-711 (-326 (-229))) (-663 (-1208)) (-1298 (-326 (-229)))) 125 T ELT)) (-2390 (((-391) (-391) (-663 (-391))) 133 T ELT) (((-391) (-391) (-391)) 128 T ELT)) (-3206 (((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 45 T ELT)))
-(((-208) (-10 -7 (-15 -2390 ((-391) (-391) (-391))) (-15 -2390 ((-391) (-391) (-663 (-391)))) (-15 -3958 ((-391) (-711 (-326 (-229))))) (-15 -1742 ((-711 (-326 (-229))) (-1298 (-326 (-229))) (-663 (-1208)))) (-15 -2799 ((-711 (-326 (-229))) (-711 (-326 (-229))) (-663 (-1208)) (-1298 (-326 (-229))))) (-15 -4155 ((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-711 (-326 (-229))))) (-15 -2857 ((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3185 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2926 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3206 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2518 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (T -208))
-((-2518 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-3206 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-2926 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-3185 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-2857 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391)))) (-5 *1 (-208)))) (-4155 (*1 *2 *3) (-12 (-5 *3 (-711 (-326 (-229)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391)))) (-5 *1 (-208)))) (-2799 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-711 (-326 (-229)))) (-5 *3 (-663 (-1208))) (-5 *4 (-1298 (-326 (-229)))) (-5 *1 (-208)))) (-1742 (*1 *2 *3 *4) (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *4 (-663 (-1208))) (-5 *2 (-711 (-326 (-229)))) (-5 *1 (-208)))) (-3958 (*1 *2 *3) (-12 (-5 *3 (-711 (-326 (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-2390 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-391))) (-5 *2 (-391)) (-5 *1 (-208)))) (-2390 (*1 *2 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-208)))))
-(-10 -7 (-15 -2390 ((-391) (-391) (-391))) (-15 -2390 ((-391) (-391) (-663 (-391)))) (-15 -3958 ((-391) (-711 (-326 (-229))))) (-15 -1742 ((-711 (-326 (-229))) (-1298 (-326 (-229))) (-663 (-1208)))) (-15 -2799 ((-711 (-326 (-229))) (-711 (-326 (-229))) (-663 (-1208)) (-1298 (-326 (-229))))) (-15 -4155 ((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-711 (-326 (-229))))) (-15 -2857 ((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3185 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2926 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3206 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2518 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 43 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4078 (((-1066) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 75 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-209) (-822)) (T -209))
-NIL
-(-822)
-((-2294 (((-114) $ $) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 43 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4078 (((-1066) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 73 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-210) (-822)) (T -210))
-NIL
-(-822)
-((-2294 (((-114) $ $) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 40 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4078 (((-1066) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 76 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-211) (-822)) (T -211))
-NIL
-(-822)
-((-2294 (((-114) $ $) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 48 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4078 (((-1066) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 88 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-212) (-822)) (T -212))
-NIL
-(-822)
-((-3797 (((-663 (-1208)) (-1208) (-793)) 26 T ELT)) (-1926 (((-326 (-229)) (-326 (-229))) 35 T ELT)) (-4249 (((-114) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) 87 T ELT)) (-3210 (((-114) (-229) (-229) (-663 (-326 (-229)))) 47 T ELT)))
-(((-213) (-10 -7 (-15 -3797 ((-663 (-1208)) (-1208) (-793))) (-15 -1926 ((-326 (-229)) (-326 (-229)))) (-15 -3210 ((-114) (-229) (-229) (-663 (-326 (-229))))) (-15 -4249 ((-114) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229))))))) (T -213))
-((-4249 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) (-5 *2 (-114)) (-5 *1 (-213)))) (-3210 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-663 (-326 (-229)))) (-5 *3 (-229)) (-5 *2 (-114)) (-5 *1 (-213)))) (-1926 (*1 *2 *2) (-12 (-5 *2 (-326 (-229))) (-5 *1 (-213)))) (-3797 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-5 *2 (-663 (-1208))) (-5 *1 (-213)) (-5 *3 (-1208)))))
-(-10 -7 (-15 -3797 ((-663 (-1208)) (-1208) (-793))) (-15 -1926 ((-326 (-229)) (-326 (-229)))) (-15 -3210 ((-114) (-229) (-229) (-663 (-326 (-229))))) (-15 -4249 ((-114) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) 28 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3919 (((-1066) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) 70 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-214) (-922)) (T -214))
-NIL
-(-922)
-((-2294 (((-114) $ $) NIL T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) 24 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3919 (((-1066) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-215) (-922)) (T -215))
-NIL
-(-922)
-((-2294 (((-114) $ $) NIL T ELT)) (-3406 ((|#2| $ (-793) |#2|) 11 T ELT)) (-3393 ((|#2| $ (-793)) 10 T ELT)) (-2531 (($) 8 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 23 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 13 T ELT)))
-(((-216 |#1| |#2|) (-13 (-1132) (-10 -8 (-15 -2531 ($)) (-15 -3393 (|#2| $ (-793))) (-15 -3406 (|#2| $ (-793) |#2|)))) (-948) (-1132)) (T -216))
-((-2531 (*1 *1) (-12 (-5 *1 (-216 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1132)))) (-3393 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *2 (-1132)) (-5 *1 (-216 *4 *2)) (-14 *4 (-948)))) (-3406 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-216 *4 *2)) (-14 *4 (-948)) (-4 *2 (-1132)))))
-(-13 (-1132) (-10 -8 (-15 -2531 ($)) (-15 -3393 (|#2| $ (-793))) (-15 -3406 (|#2| $ (-793) |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2321 (((-1304) $) 37 T ELT) (((-1304) $ (-948) (-948)) 41 T ELT)) (-1495 (($ $ (-1020)) 19 T ELT) (((-252 (-1190)) $ (-1208)) 15 T ELT)) (-1876 (((-1304) $) 35 T ELT)) (-2539 (((-887) $) 32 T ELT) (($ (-663 |#1|)) 8 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $ $) 27 T ELT)) (-2413 (($ $ $) 22 T ELT)))
-(((-217 |#1|) (-13 (-1132) (-635 (-663 |#1|)) (-10 -8 (-15 -1495 ($ $ (-1020))) (-15 -1495 ((-252 (-1190)) $ (-1208))) (-15 -2413 ($ $ $)) (-15 -2426 ($ $ $)) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $)) (-15 -2321 ((-1304) $ (-948) (-948))))) (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $))))) (T -217))
-((-1495 (*1 *1 *1 *2) (-12 (-5 *2 (-1020)) (-5 *1 (-217 *3)) (-4 *3 (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $))))))) (-1495 (*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-252 (-1190))) (-5 *1 (-217 *4)) (-4 *4 (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ *3)) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $))))))) (-2413 (*1 *1 *1 *1) (-12 (-5 *1 (-217 *2)) (-4 *2 (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $))))))) (-2426 (*1 *1 *1 *1) (-12 (-5 *1 (-217 *2)) (-4 *2 (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $))))))) (-1876 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-217 *3)) (-4 *3 (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 (*2 $)) (-15 -2321 (*2 $))))))) (-2321 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-217 *3)) (-4 *3 (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 (*2 $)) (-15 -2321 (*2 $))))))) (-2321 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1304)) (-5 *1 (-217 *4)) (-4 *4 (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 (*2 $)) (-15 -2321 (*2 $))))))))
-(-13 (-1132) (-635 (-663 |#1|)) (-10 -8 (-15 -1495 ($ $ (-1020))) (-15 -1495 ((-252 (-1190)) $ (-1208))) (-15 -2413 ($ $ $)) (-15 -2426 ($ $ $)) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $)) (-15 -2321 ((-1304) $ (-948) (-948)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) 10 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1532 (($ (-657 |#1|)) 11 T ELT)) (-2539 (((-887) $) 18 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)))
-(((-218 |#1|) (-13 (-866) (-10 -8 (-15 -1532 ($ (-657 |#1|))))) (-663 (-1208))) (T -218))
-((-1532 (*1 *1 *2) (-12 (-5 *2 (-657 *3)) (-14 *3 (-663 (-1208))) (-5 *1 (-218 *3)))))
-(-13 (-866) (-10 -8 (-15 -1532 ($ (-657 |#1|)))))
-((-4055 ((|#2| |#4| (-1 |#2| |#2|)) 49 T ELT)))
-(((-219 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4055 (|#2| |#4| (-1 |#2| |#2|)))) (-376) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -219))
-((-4055 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-376)) (-4 *6 (-1274 (-421 *2))) (-4 *2 (-1274 *5)) (-5 *1 (-219 *5 *2 *6 *3)) (-4 *3 (-355 *5 *2 *6)))))
-(-10 -7 (-15 -4055 (|#2| |#4| (-1 |#2| |#2|))))
-((-1357 ((|#2| |#2| (-793) |#2|) 55 T ELT)) (-1813 ((|#2| |#2| (-793) |#2|) 51 T ELT)) (-3644 (((-663 |#2|) (-663 (-2 (|:| |deg| (-793)) (|:| -2664 |#2|)))) 79 T ELT)) (-2901 (((-663 (-2 (|:| |deg| (-793)) (|:| -2664 |#2|))) |#2|) 72 T ELT)) (-1598 (((-114) |#2|) 70 T ELT)) (-3559 (((-419 |#2|) |#2|) 92 T ELT)) (-3388 (((-419 |#2|) |#2|) 91 T ELT)) (-2043 ((|#2| |#2| (-793) |#2|) 49 T ELT)) (-1478 (((-2 (|:| |cont| |#1|) (|:| -3980 (-663 (-2 (|:| |irr| |#2|) (|:| -3443 (-560)))))) |#2| (-114)) 86 T ELT)))
-(((-220 |#1| |#2|) (-10 -7 (-15 -3388 ((-419 |#2|) |#2|)) (-15 -3559 ((-419 |#2|) |#2|)) (-15 -1478 ((-2 (|:| |cont| |#1|) (|:| -3980 (-663 (-2 (|:| |irr| |#2|) (|:| -3443 (-560)))))) |#2| (-114))) (-15 -2901 ((-663 (-2 (|:| |deg| (-793)) (|:| -2664 |#2|))) |#2|)) (-15 -3644 ((-663 |#2|) (-663 (-2 (|:| |deg| (-793)) (|:| -2664 |#2|))))) (-15 -2043 (|#2| |#2| (-793) |#2|)) (-15 -1813 (|#2| |#2| (-793) |#2|)) (-15 -1357 (|#2| |#2| (-793) |#2|)) (-15 -1598 ((-114) |#2|))) (-363) (-1274 |#1|)) (T -220))
-((-1598 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-220 *4 *3)) (-4 *3 (-1274 *4)))) (-1357 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2)) (-4 *2 (-1274 *4)))) (-1813 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2)) (-4 *2 (-1274 *4)))) (-2043 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2)) (-4 *2 (-1274 *4)))) (-3644 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| |deg| (-793)) (|:| -2664 *5)))) (-4 *5 (-1274 *4)) (-4 *4 (-363)) (-5 *2 (-663 *5)) (-5 *1 (-220 *4 *5)))) (-2901 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-663 (-2 (|:| |deg| (-793)) (|:| -2664 *3)))) (-5 *1 (-220 *4 *3)) (-4 *3 (-1274 *4)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |cont| *5) (|:| -3980 (-663 (-2 (|:| |irr| *3) (|:| -3443 (-560))))))) (-5 *1 (-220 *5 *3)) (-4 *3 (-1274 *5)))) (-3559 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-220 *4 *3)) (-4 *3 (-1274 *4)))) (-3388 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-220 *4 *3)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -3388 ((-419 |#2|) |#2|)) (-15 -3559 ((-419 |#2|) |#2|)) (-15 -1478 ((-2 (|:| |cont| |#1|) (|:| -3980 (-663 (-2 (|:| |irr| |#2|) (|:| -3443 (-560)))))) |#2| (-114))) (-15 -2901 ((-663 (-2 (|:| |deg| (-793)) (|:| -2664 |#2|))) |#2|)) (-15 -3644 ((-663 |#2|) (-663 (-2 (|:| |deg| (-793)) (|:| -2664 |#2|))))) (-15 -2043 (|#2| |#2| (-793) |#2|)) (-15 -1813 (|#2| |#2| (-793) |#2|)) (-15 -1357 (|#2| |#2| (-793) |#2|)) (-15 -1598 ((-114) |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 (((-560) $) NIL (|has| (-560) (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| (-560) (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-560) (-1069 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-560) (-1069 (-560))) ELT)) (-3056 (((-560) $) NIL T ELT) (((-1208) $) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL (|has| (-560) (-1069 (-560))) ELT) (((-560) $) NIL (|has| (-560) (-1069 (-560))) ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-560) (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| (-560) (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| (-560) (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| (-560) (-911 (-391))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 (((-560) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| (-560) (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| (-560) (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-560) (-871)) ELT)) (-2067 (($ (-1 (-560) (-560)) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-560) (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| (-560) (-319)) ELT) (((-421 (-560)) $) NIL T ELT)) (-1654 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 (-560)) (-663 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-560) (-560)) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-305 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-305 (-560)))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-1208)) (-663 (-560))) NIL (|has| (-560) (-528 (-1208) (-560))) ELT) (($ $ (-1208) (-560)) NIL (|has| (-560) (-528 (-1208) (-560))) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ (-560)) NIL (|has| (-560) (-298 (-560) (-560))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 (((-560) $) NIL T ELT)) (-3892 (($ (-421 (-560))) 9 T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| (-560) (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| (-560) (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| (-560) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-560) (-1051)) ELT) (((-229) $) NIL (|has| (-560) (-1051)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-560) (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 8 T ELT) (($ (-560)) NIL T ELT) (($ (-1208)) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL T ELT) (((-1035 10) $) 10 T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-560) (-939))) (|has| (-560) (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL (|has| (-560) (-842)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2436 (($ $ $) NIL T ELT) (($ (-560) (-560)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ (-560)) NIL T ELT)))
-(((-221) (-13 (-1022 (-560)) (-632 (-421 (-560))) (-632 (-1035 10)) (-10 -8 (-15 -1956 ((-421 (-560)) $)) (-15 -3892 ($ (-421 (-560))))))) (T -221))
-((-1956 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-221)))) (-3892 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-221)))))
-(-13 (-1022 (-560)) (-632 (-421 (-560))) (-632 (-1035 10)) (-10 -8 (-15 -1956 ((-421 (-560)) $)) (-15 -3892 ($ (-421 (-560))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1506 (((-1146) $) 13 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1787 (((-497) $) 10 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 23 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-1166) $) 15 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-222) (-13 (-1114) (-10 -8 (-15 -1787 ((-497) $)) (-15 -1506 ((-1146) $)) (-15 -3966 ((-1166) $))))) (T -222))
-((-1787 (*1 *2 *1) (-12 (-5 *2 (-497)) (-5 *1 (-222)))) (-1506 (*1 *2 *1) (-12 (-5 *2 (-1146)) (-5 *1 (-222)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-222)))))
-(-13 (-1114) (-10 -8 (-15 -1787 ((-497) $)) (-15 -1506 ((-1146) $)) (-15 -3966 ((-1166) $))))
-((-3071 (((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1123 (-864 |#2|)) (-1190)) 29 T ELT) (((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1123 (-864 |#2|))) 25 T ELT)) (-3650 (((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1208) (-864 |#2|) (-864 |#2|) (-114)) 17 T ELT)))
-(((-223 |#1| |#2|) (-10 -7 (-15 -3071 ((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1123 (-864 |#2|)))) (-15 -3071 ((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1123 (-864 |#2|)) (-1190))) (-15 -3650 ((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1208) (-864 |#2|) (-864 |#2|) (-114)))) (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))) (-13 (-1234) (-989) (-29 |#1|))) (T -223))
-((-3650 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1208)) (-5 *6 (-114)) (-4 *7 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-4 *3 (-13 (-1234) (-989) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-864 *3)) (|:| |f2| (-663 (-864 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-223 *7 *3)) (-5 *5 (-864 *3)))) (-3071 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1123 (-864 *3))) (-5 *5 (-1190)) (-4 *3 (-13 (-1234) (-989) (-29 *6))) (-4 *6 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-864 *3)) (|:| |f2| (-663 (-864 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-223 *6 *3)))) (-3071 (*1 *2 *3 *4) (-12 (-5 *4 (-1123 (-864 *3))) (-4 *3 (-13 (-1234) (-989) (-29 *5))) (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-864 *3)) (|:| |f2| (-663 (-864 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-223 *5 *3)))))
-(-10 -7 (-15 -3071 ((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1123 (-864 |#2|)))) (-15 -3071 ((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1123 (-864 |#2|)) (-1190))) (-15 -3650 ((-3 (|:| |f1| (-864 |#2|)) (|:| |f2| (-663 (-864 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1208) (-864 |#2|) (-864 |#2|) (-114))))
-((-3071 (((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-421 (-975 |#1|)))) (-1190)) 49 T ELT) (((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-421 (-975 |#1|))))) 46 T ELT) (((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-326 |#1|))) (-1190)) 50 T ELT) (((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-326 |#1|)))) 22 T ELT)))
-(((-224 |#1|) (-10 -7 (-15 -3071 ((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-326 |#1|))))) (-15 -3071 ((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-326 |#1|))) (-1190))) (-15 -3071 ((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-421 (-975 |#1|)))))) (-15 -3071 ((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-421 (-975 |#1|)))) (-1190)))) (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (T -224))
-((-3071 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1123 (-864 (-421 (-975 *6))))) (-5 *5 (-1190)) (-5 *3 (-421 (-975 *6))) (-4 *6 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-864 (-326 *6))) (|:| |f2| (-663 (-864 (-326 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-224 *6)))) (-3071 (*1 *2 *3 *4) (-12 (-5 *4 (-1123 (-864 (-421 (-975 *5))))) (-5 *3 (-421 (-975 *5))) (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-864 (-326 *5))) (|:| |f2| (-663 (-864 (-326 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-224 *5)))) (-3071 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-421 (-975 *6))) (-5 *4 (-1123 (-864 (-326 *6)))) (-5 *5 (-1190)) (-4 *6 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-864 (-326 *6))) (|:| |f2| (-663 (-864 (-326 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-224 *6)))) (-3071 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1123 (-864 (-326 *5)))) (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-864 (-326 *5))) (|:| |f2| (-663 (-864 (-326 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-224 *5)))))
-(-10 -7 (-15 -3071 ((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-326 |#1|))))) (-15 -3071 ((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-326 |#1|))) (-1190))) (-15 -3071 ((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-421 (-975 |#1|)))))) (-15 -3071 ((-3 (|:| |f1| (-864 (-326 |#1|))) (|:| |f2| (-663 (-864 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-975 |#1|)) (-1123 (-864 (-421 (-975 |#1|)))) (-1190))))
-((-2108 (((-2 (|:| -1862 (-1202 |#1|)) (|:| |deg| (-948))) (-1202 |#1|)) 26 T ELT)) (-3563 (((-663 (-326 |#2|)) (-326 |#2|) (-948)) 51 T ELT)))
-(((-225 |#1| |#2|) (-10 -7 (-15 -2108 ((-2 (|:| -1862 (-1202 |#1|)) (|:| |deg| (-948))) (-1202 |#1|))) (-15 -3563 ((-663 (-326 |#2|)) (-326 |#2|) (-948)))) (-1080) (-571)) (T -225))
-((-3563 (*1 *2 *3 *4) (-12 (-5 *4 (-948)) (-4 *6 (-571)) (-5 *2 (-663 (-326 *6))) (-5 *1 (-225 *5 *6)) (-5 *3 (-326 *6)) (-4 *5 (-1080)))) (-2108 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-5 *2 (-2 (|:| -1862 (-1202 *4)) (|:| |deg| (-948)))) (-5 *1 (-225 *4 *5)) (-5 *3 (-1202 *4)) (-4 *5 (-571)))))
-(-10 -7 (-15 -2108 ((-2 (|:| -1862 (-1202 |#1|)) (|:| |deg| (-948))) (-1202 |#1|))) (-15 -3563 ((-663 (-326 |#2|)) (-326 |#2|) (-948))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3505 ((|#1| $) NIL T ELT)) (-2765 ((|#1| $) 30 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3409 (($ $) NIL T ELT)) (-4318 (($ $) 39 T ELT)) (-2868 ((|#1| |#1| $) NIL T ELT)) (-2387 ((|#1| $) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-4474 (((-793) $) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) NIL T ELT)) (-3460 ((|#1| |#1| $) 35 T ELT)) (-1466 ((|#1| |#1| $) 37 T ELT)) (-1368 (($ |#1| $) NIL T ELT)) (-3547 (((-793) $) 33 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2472 ((|#1| $) NIL T ELT)) (-1696 ((|#1| $) 31 T ELT)) (-1884 ((|#1| $) 29 T ELT)) (-1950 ((|#1| $) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4440 ((|#1| |#1| $) NIL T ELT)) (-3868 (((-114) $) 9 T ELT)) (-1423 (($) NIL T ELT)) (-1845 ((|#1| $) NIL T ELT)) (-3855 (($) NIL T ELT) (($ (-663 |#1|)) 16 T ELT)) (-2117 (((-793) $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-1503 ((|#1| $) 13 T ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) NIL T ELT)) (-3436 ((|#1| $) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-226 |#1|) (-13 (-263 |#1|) (-10 -8 (-15 -3855 ($ (-663 |#1|))))) (-1132)) (T -226))
-((-3855 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-226 *3)))))
-(-13 (-263 |#1|) (-10 -8 (-15 -3855 ($ (-663 |#1|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-1824 (($ (-326 |#1|)) 24 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1551 (((-114) $) NIL T ELT)) (-1442 (((-3 (-326 |#1|) "failed") $) NIL T ELT)) (-3056 (((-326 |#1|) $) NIL T ELT)) (-2474 (($ $) 32 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2067 (($ (-1 (-326 |#1|) (-326 |#1|)) $) NIL T ELT)) (-2450 (((-326 |#1|) $) NIL T ELT)) (-1472 (($ $) 31 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1428 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($ (-793)) NIL T ELT)) (-2834 (($ $) 33 T ELT)) (-4283 (((-560) $) NIL T ELT)) (-2539 (((-887) $) 65 T ELT) (($ (-560)) NIL T ELT) (($ (-326 |#1|)) NIL T ELT)) (-2453 (((-326 |#1|) $ $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 26 T CONST)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) 29 T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 20 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 25 T ELT) (($ (-326 |#1|) $) 19 T ELT)))
-(((-227 |#1| |#2|) (-13 (-640 (-326 |#1|)) (-1069 (-326 |#1|)) (-10 -8 (-15 -2450 ((-326 |#1|) $)) (-15 -1472 ($ $)) (-15 -2474 ($ $)) (-15 -2453 ((-326 |#1|) $ $)) (-15 -3178 ($ (-793))) (-15 -1428 ((-114) $)) (-15 -1551 ((-114) $)) (-15 -4283 ((-560) $)) (-15 -2067 ($ (-1 (-326 |#1|) (-326 |#1|)) $)) (-15 -1824 ($ (-326 |#1|))) (-15 -2834 ($ $)))) (-13 (-1080) (-871)) (-663 (-1208))) (T -227))
-((-2450 (*1 *2 *1) (-12 (-5 *2 (-326 *3)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871))) (-14 *4 (-663 (-1208))))) (-1472 (*1 *1 *1) (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1080) (-871))) (-14 *3 (-663 (-1208))))) (-2474 (*1 *1 *1) (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1080) (-871))) (-14 *3 (-663 (-1208))))) (-2453 (*1 *2 *1 *1) (-12 (-5 *2 (-326 *3)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871))) (-14 *4 (-663 (-1208))))) (-3178 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871))) (-14 *4 (-663 (-1208))))) (-1428 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871))) (-14 *4 (-663 (-1208))))) (-1551 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871))) (-14 *4 (-663 (-1208))))) (-4283 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871))) (-14 *4 (-663 (-1208))))) (-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-326 *3) (-326 *3))) (-4 *3 (-13 (-1080) (-871))) (-5 *1 (-227 *3 *4)) (-14 *4 (-663 (-1208))))) (-1824 (*1 *1 *2) (-12 (-5 *2 (-326 *3)) (-4 *3 (-13 (-1080) (-871))) (-5 *1 (-227 *3 *4)) (-14 *4 (-663 (-1208))))) (-2834 (*1 *1 *1) (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1080) (-871))) (-14 *3 (-663 (-1208))))))
-(-13 (-640 (-326 |#1|)) (-1069 (-326 |#1|)) (-10 -8 (-15 -2450 ((-326 |#1|) $)) (-15 -1472 ($ $)) (-15 -2474 ($ $)) (-15 -2453 ((-326 |#1|) $ $)) (-15 -3178 ($ (-793))) (-15 -1428 ((-114) $)) (-15 -1551 ((-114) $)) (-15 -4283 ((-560) $)) (-15 -2067 ($ (-1 (-326 |#1|) (-326 |#1|)) $)) (-15 -1824 ($ (-326 |#1|))) (-15 -2834 ($ $))))
-((-1890 (((-114) (-1190)) 26 T ELT)) (-1715 (((-3 (-864 |#2|) "failed") (-630 |#2|) |#2| (-864 |#2|) (-864 |#2|) (-114)) 35 T ELT)) (-2484 (((-3 (-114) "failed") (-1202 |#2|) (-864 |#2|) (-864 |#2|) (-114)) 86 T ELT) (((-3 (-114) "failed") (-975 |#1|) (-1208) (-864 |#2|) (-864 |#2|) (-114)) 87 T ELT)))
-(((-228 |#1| |#2|) (-10 -7 (-15 -1890 ((-114) (-1190))) (-15 -1715 ((-3 (-864 |#2|) "failed") (-630 |#2|) |#2| (-864 |#2|) (-864 |#2|) (-114))) (-15 -2484 ((-3 (-114) "failed") (-975 |#1|) (-1208) (-864 |#2|) (-864 |#2|) (-114))) (-15 -2484 ((-3 (-114) "failed") (-1202 |#2|) (-864 |#2|) (-864 |#2|) (-114)))) (-13 (-466) (-1069 (-560)) (-660 (-560))) (-13 (-1234) (-29 |#1|))) (T -228))
-((-2484 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-114)) (-5 *3 (-1202 *6)) (-5 *4 (-864 *6)) (-4 *6 (-13 (-1234) (-29 *5))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-228 *5 *6)))) (-2484 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-114)) (-5 *3 (-975 *6)) (-5 *4 (-1208)) (-5 *5 (-864 *7)) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-4 *7 (-13 (-1234) (-29 *6))) (-5 *1 (-228 *6 *7)))) (-1715 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-864 *4)) (-5 *3 (-630 *4)) (-5 *5 (-114)) (-4 *4 (-13 (-1234) (-29 *6))) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-228 *6 *4)))) (-1890 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-114)) (-5 *1 (-228 *4 *5)) (-4 *5 (-13 (-1234) (-29 *4))))))
-(-10 -7 (-15 -1890 ((-114) (-1190))) (-15 -1715 ((-3 (-864 |#2|) "failed") (-630 |#2|) |#2| (-864 |#2|) (-864 |#2|) (-114))) (-15 -2484 ((-3 (-114) "failed") (-975 |#1|) (-1208) (-864 |#2|) (-864 |#2|) (-114))) (-15 -2484 ((-3 (-114) "failed") (-1202 |#2|) (-864 |#2|) (-864 |#2|) (-114))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 98 T ELT)) (-3431 (((-560) $) 33 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-4001 (($ $) NIL T ELT)) (-3594 (($ $) 87 T ELT)) (-2725 (($ $) 75 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3401 (($ $) 66 T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2837 (($ $) 85 T ELT)) (-2700 (($ $) 73 T ELT)) (-2551 (((-560) $) 127 T ELT)) (-3623 (($ $) 90 T ELT)) (-2749 (($ $) 77 T ELT)) (-3366 (($) NIL T CONST)) (-3999 (($ $) NIL T ELT)) (-1442 (((-3 (-560) "failed") $) 126 T ELT) (((-3 (-421 (-560)) "failed") $) 123 T ELT)) (-3056 (((-560) $) 124 T ELT) (((-421 (-560)) $) 121 T ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) 103 T ELT)) (-4259 (((-421 (-560)) $ (-793)) 117 T ELT) (((-421 (-560)) $ (-793) (-793)) 116 T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-4176 (((-948)) 28 T ELT) (((-948) (-948)) NIL (|has| $ (-6 -4500)) ELT)) (-1957 (((-114) $) NIL T ELT)) (-4447 (($) 46 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL T ELT)) (-2252 (((-560) $) 40 T ELT)) (-1871 (((-114) $) 99 T ELT)) (-2663 (($ $ (-560)) NIL T ELT)) (-3138 (($ $) NIL T ELT)) (-2699 (((-114) $) 97 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) 63 T ELT) (($) 36 (-12 (-1372 (|has| $ (-6 -4492))) (-1372 (|has| $ (-6 -4500)))) ELT)) (-2718 (($ $ $) 62 T ELT) (($) 35 (-12 (-1372 (|has| $ (-6 -4492))) (-1372 (|has| $ (-6 -4500)))) ELT)) (-2250 (((-560) $) 26 T ELT)) (-4217 (($ $) 31 T ELT)) (-3602 (($ $) 67 T ELT)) (-1842 (($ $) 72 T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-4027 (((-948) (-560)) NIL (|has| $ (-6 -4500)) ELT)) (-3139 (((-1151) $) 101 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL T ELT)) (-1654 (($ $) NIL T ELT)) (-3251 (($ (-560) (-560)) NIL T ELT) (($ (-560) (-560) (-948)) 110 T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3881 (((-560) $) 27 T ELT)) (-2645 (($) 45 T ELT)) (-1920 (($ $) 71 T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3035 (((-948)) NIL T ELT) (((-948) (-948)) NIL (|has| $ (-6 -4500)) ELT)) (-2457 (($ $) 104 T ELT) (($ $ (-793)) NIL T ELT)) (-2701 (((-948) (-560)) NIL (|has| $ (-6 -4500)) ELT)) (-3637 (($ $) 88 T ELT)) (-2759 (($ $) 78 T ELT)) (-3610 (($ $) 89 T ELT)) (-2737 (($ $) 76 T ELT)) (-2848 (($ $) 86 T ELT)) (-2712 (($ $) 74 T ELT)) (-4417 (((-391) $) 113 T ELT) (((-229) $) 14 T ELT) (((-915 (-391)) $) NIL T ELT) (((-549) $) 52 T ELT)) (-2539 (((-887) $) 49 T ELT) (($ (-560)) 152 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-560)) 152 T ELT) (($ (-421 (-560))) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 (($ $) NIL T ELT)) (-3697 (((-948)) 34 T ELT) (((-948) (-948)) NIL (|has| $ (-6 -4500)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (((-948)) 24 T ELT)) (-3671 (($ $) 93 T ELT)) (-2792 (($ $) 81 T ELT) (($ $ $) 119 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-3649 (($ $) 91 T ELT)) (-2770 (($ $) 79 T ELT)) (-3693 (($ $) 96 T ELT)) (-2816 (($ $) 84 T ELT)) (-2979 (($ $) 94 T ELT)) (-2827 (($ $) 82 T ELT)) (-3681 (($ $) 95 T ELT)) (-2804 (($ $) 83 T ELT)) (-3661 (($ $) 92 T ELT)) (-2781 (($ $) 80 T ELT)) (-2407 (($ $) 118 T ELT)) (-1427 (($) 42 T CONST)) (-1439 (($) 43 T CONST)) (-1463 (((-1190) $) 18 T ELT) (((-1190) $ (-114)) 20 T ELT) (((-1304) (-845) $) 21 T ELT) (((-1304) (-845) $ (-114)) 22 T ELT)) (-1712 (($ $) 107 T ELT)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1989 (($ $ $) 109 T ELT)) (-2383 (((-114) $ $) 56 T ELT)) (-2360 (((-114) $ $) 54 T ELT)) (-2329 (((-114) $ $) 64 T ELT)) (-2372 (((-114) $ $) 55 T ELT)) (-2349 (((-114) $ $) 53 T ELT)) (-2436 (($ $ $) 44 T ELT) (($ $ (-560)) 65 T ELT)) (-2426 (($ $) 57 T ELT) (($ $ $) 59 T ELT)) (-2413 (($ $ $) 58 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 68 T ELT) (($ $ (-421 (-560))) 151 T ELT) (($ $ $) 69 T ELT)) (* (($ (-948) $) 32 T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 61 T ELT) (($ $ $) 60 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
-(((-229) (-13 (-418) (-240) (-843) (-1234) (-633 (-549)) (-10 -8 (-15 -2436 ($ $ (-560))) (-15 ** ($ $ $)) (-15 -2645 ($)) (-15 -4217 ($ $)) (-15 -3602 ($ $)) (-15 -2792 ($ $ $)) (-15 -1712 ($ $)) (-15 -1989 ($ $ $)) (-15 -4259 ((-421 (-560)) $ (-793))) (-15 -4259 ((-421 (-560)) $ (-793) (-793)))))) (T -229))
-((** (*1 *1 *1 *1) (-5 *1 (-229))) (-2436 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-229)))) (-2645 (*1 *1) (-5 *1 (-229))) (-4217 (*1 *1 *1) (-5 *1 (-229))) (-3602 (*1 *1 *1) (-5 *1 (-229))) (-2792 (*1 *1 *1 *1) (-5 *1 (-229))) (-1712 (*1 *1 *1) (-5 *1 (-229))) (-1989 (*1 *1 *1 *1) (-5 *1 (-229))) (-4259 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-229)))) (-4259 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-229)))))
-(-13 (-418) (-240) (-843) (-1234) (-633 (-549)) (-10 -8 (-15 -2436 ($ $ (-560))) (-15 ** ($ $ $)) (-15 -2645 ($)) (-15 -4217 ($ $)) (-15 -3602 ($ $)) (-15 -2792 ($ $ $)) (-15 -1712 ($ $)) (-15 -1989 ($ $ $)) (-15 -4259 ((-421 (-560)) $ (-793))) (-15 -4259 ((-421 (-560)) $ (-793) (-793)))))
-((-4467 (((-171 (-229)) (-793) (-171 (-229))) 11 T ELT) (((-229) (-793) (-229)) 12 T ELT)) (-3872 (((-171 (-229)) (-171 (-229))) 13 T ELT) (((-229) (-229)) 14 T ELT)) (-4271 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 19 T ELT) (((-229) (-229) (-229)) 22 T ELT)) (-3770 (((-171 (-229)) (-171 (-229))) 27 T ELT) (((-229) (-229)) 26 T ELT)) (-3172 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 57 T ELT) (((-229) (-229) (-229)) 49 T ELT)) (-3200 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 62 T ELT) (((-229) (-229) (-229)) 60 T ELT)) (-4052 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 15 T ELT) (((-229) (-229) (-229)) 16 T ELT)) (-1751 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 17 T ELT) (((-229) (-229) (-229)) 18 T ELT)) (-3350 (((-171 (-229)) (-171 (-229))) 74 T ELT) (((-229) (-229)) 73 T ELT)) (-2322 (((-229) (-229)) 68 T ELT) (((-171 (-229)) (-171 (-229))) 72 T ELT)) (-1712 (((-171 (-229)) (-171 (-229))) 8 T ELT) (((-229) (-229)) 9 T ELT)) (-1989 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 35 T ELT) (((-229) (-229) (-229)) 31 T ELT)))
-(((-230) (-10 -7 (-15 -1712 ((-229) (-229))) (-15 -1712 ((-171 (-229)) (-171 (-229)))) (-15 -1989 ((-229) (-229) (-229))) (-15 -1989 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -3872 ((-229) (-229))) (-15 -3872 ((-171 (-229)) (-171 (-229)))) (-15 -3770 ((-229) (-229))) (-15 -3770 ((-171 (-229)) (-171 (-229)))) (-15 -4467 ((-229) (-793) (-229))) (-15 -4467 ((-171 (-229)) (-793) (-171 (-229)))) (-15 -4052 ((-229) (-229) (-229))) (-15 -4052 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -3172 ((-229) (-229) (-229))) (-15 -3172 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -1751 ((-229) (-229) (-229))) (-15 -1751 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -3200 ((-229) (-229) (-229))) (-15 -3200 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -2322 ((-171 (-229)) (-171 (-229)))) (-15 -2322 ((-229) (-229))) (-15 -3350 ((-229) (-229))) (-15 -3350 ((-171 (-229)) (-171 (-229)))) (-15 -4271 ((-229) (-229) (-229))) (-15 -4271 ((-171 (-229)) (-171 (-229)) (-171 (-229)))))) (T -230))
-((-4271 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-4271 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-3350 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-3350 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-2322 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-2322 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-3200 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-3200 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-1751 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-1751 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-3172 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-3172 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-4052 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-4052 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-4467 (*1 *2 *3 *2) (-12 (-5 *2 (-171 (-229))) (-5 *3 (-793)) (-5 *1 (-230)))) (-4467 (*1 *2 *3 *2) (-12 (-5 *2 (-229)) (-5 *3 (-793)) (-5 *1 (-230)))) (-3770 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-3770 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-3872 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-3872 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-1989 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-1989 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-1712 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-1712 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))))
-(-10 -7 (-15 -1712 ((-229) (-229))) (-15 -1712 ((-171 (-229)) (-171 (-229)))) (-15 -1989 ((-229) (-229) (-229))) (-15 -1989 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -3872 ((-229) (-229))) (-15 -3872 ((-171 (-229)) (-171 (-229)))) (-15 -3770 ((-229) (-229))) (-15 -3770 ((-171 (-229)) (-171 (-229)))) (-15 -4467 ((-229) (-793) (-229))) (-15 -4467 ((-171 (-229)) (-793) (-171 (-229)))) (-15 -4052 ((-229) (-229) (-229))) (-15 -4052 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -3172 ((-229) (-229) (-229))) (-15 -3172 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -1751 ((-229) (-229) (-229))) (-15 -1751 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -3200 ((-229) (-229) (-229))) (-15 -3200 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -2322 ((-171 (-229)) (-171 (-229)))) (-15 -2322 ((-229) (-229))) (-15 -3350 ((-229) (-229))) (-15 -3350 ((-171 (-229)) (-171 (-229)))) (-15 -4271 ((-229) (-229) (-229))) (-15 -4271 ((-171 (-229)) (-171 (-229)) (-171 (-229)))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2591 (($ (-793) (-793)) NIL T ELT)) (-3478 (($ $ $) NIL T ELT)) (-3896 (($ (-1298 |#1|)) NIL T ELT) (($ $) NIL T ELT)) (-3219 (($ |#1| |#1| |#1|) 33 T ELT)) (-3994 (((-114) $) NIL T ELT)) (-1663 (($ $ (-560) (-560)) NIL T ELT)) (-3534 (($ $ (-560) (-560)) NIL T ELT)) (-4409 (($ $ (-560) (-560) (-560) (-560)) NIL T ELT)) (-1645 (($ $) NIL T ELT)) (-2523 (((-114) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4306 (($ $ (-560) (-560) $) NIL T ELT)) (-2696 ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) NIL T ELT)) (-4254 (($ $ (-560) (-1298 |#1|)) NIL T ELT)) (-2193 (($ $ (-560) (-1298 |#1|)) NIL T ELT)) (-2069 (($ |#1| |#1| |#1|) 32 T ELT)) (-3020 (($ (-793) |#1|) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2723 (($ $) NIL (|has| |#1| (-319)) ELT)) (-1964 (((-1298 |#1|) $ (-560)) NIL T ELT)) (-4041 (($ |#1|) 31 T ELT)) (-2320 (($ |#1|) 30 T ELT)) (-4044 (($ |#1|) 29 T ELT)) (-3795 (((-793) $) NIL (|has| |#1| (-571)) ELT)) (-3472 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-3393 ((|#1| $ (-560) (-560)) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL T ELT)) (-1801 (((-793) $) NIL (|has| |#1| (-571)) ELT)) (-4128 (((-663 (-1298 |#1|)) $) NIL (|has| |#1| (-571)) ELT)) (-3758 (((-793) $) NIL T ELT)) (-2531 (($ (-793) (-793) |#1|) NIL T ELT)) (-3771 (((-793) $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-3291 ((|#1| $) NIL (|has| |#1| (-6 (-4511 "*"))) ELT)) (-1841 (((-560) $) NIL T ELT)) (-3726 (((-560) $) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3796 (((-560) $) NIL T ELT)) (-4346 (((-560) $) NIL T ELT)) (-3287 (($ (-663 (-663 |#1|))) 11 T ELT) (($ (-793) (-793) (-1 |#1| (-560) (-560))) NIL T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-1385 (((-663 (-663 |#1|)) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-4311 (((-3 $ "failed") $) NIL (|has| |#1| (-376)) ELT)) (-3339 (($) 12 T ELT)) (-4426 (($ $ $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-4446 (($ $ |#1|) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560))) NIL T ELT)) (-3589 (($ (-663 |#1|)) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2267 (((-114) $) NIL T ELT)) (-2687 ((|#1| $) NIL (|has| |#1| (-6 (-4511 "*"))) ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-1731 (((-1298 |#1|) $ (-560)) NIL T ELT)) (-2539 (($ (-1298 |#1|)) NIL T ELT) (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) NIL T ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-560) $) NIL T ELT) (((-1298 |#1|) $ (-1298 |#1|)) 15 T ELT) (((-1298 |#1|) (-1298 |#1|) $) NIL T ELT) (((-972 |#1|) $ (-972 |#1|)) 21 T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-231 |#1|) (-13 (-708 |#1| (-1298 |#1|) (-1298 |#1|)) (-10 -8 (-15 * ((-972 |#1|) $ (-972 |#1|))) (-15 -3339 ($)) (-15 -4044 ($ |#1|)) (-15 -2320 ($ |#1|)) (-15 -4041 ($ |#1|)) (-15 -2069 ($ |#1| |#1| |#1|)) (-15 -3219 ($ |#1| |#1| |#1|)))) (-13 (-376) (-1234))) (T -231))
-((* (*1 *2 *1 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234))) (-5 *1 (-231 *3)))) (-3339 (*1 *1) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))) (-4044 (*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))) (-2320 (*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))) (-4041 (*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))) (-2069 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))) (-3219 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))))
-(-13 (-708 |#1| (-1298 |#1|) (-1298 |#1|)) (-10 -8 (-15 * ((-972 |#1|) $ (-972 |#1|))) (-15 -3339 ($)) (-15 -4044 ($ |#1|)) (-15 -2320 ($ |#1|)) (-15 -4041 ($ |#1|)) (-15 -2069 ($ |#1| |#1| |#1|)) (-15 -3219 ($ |#1| |#1| |#1|))))
-((-2501 (($ (-1 (-114) |#2|) $) 16 T ELT)) (-1784 (($ |#2| $) NIL T ELT) (($ (-1 (-114) |#2|) $) 28 T ELT)) (-2694 (($) NIL T ELT) (($ (-663 |#2|)) 11 T ELT)) (-2329 (((-114) $ $) 26 T ELT)))
-(((-232 |#1| |#2|) (-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2501 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1784 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1784 (|#1| |#2| |#1|)) (-15 -2694 (|#1| (-663 |#2|))) (-15 -2694 (|#1|))) (-233 |#2|) (-1132)) (T -232))
-NIL
-(-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2501 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1784 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1784 (|#1| |#2| |#1|)) (-15 -2694 (|#1| (-663 |#2|))) (-15 -2694 (|#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2501 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2885 (($ $) 65 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ |#1| $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4509)) ELT)) (-2025 (($ |#1| $) 64 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 57 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-233 |#1|) (-142) (-1132)) (T -233))
+((-2757 (((-3 (-2 (|:| -4467 (-115)) (|:| |w| (-229))) "failed") (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 109 T ELT)) (-2001 (((-560) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 59 T ELT)) (-3317 (((-3 (-663 (-229)) "failed") (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 90 T ELT)))
+(((-207) (-10 -7 (-15 -2757 ((-3 (-2 (|:| -4467 (-115)) (|:| |w| (-229))) "failed") (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3317 ((-3 (-663 (-229)) "failed") (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2001 ((-560) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (T -207))
+((-2001 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-560)) (-5 *1 (-207)))) (-3317 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-207)))) (-2757 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| -4467 (-115)) (|:| |w| (-229)))) (-5 *1 (-207)))))
+(-10 -7 (-15 -2757 ((-3 (-2 (|:| -4467 (-115)) (|:| |w| (-229))) "failed") (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3317 ((-3 (-663 (-229)) "failed") (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2001 ((-560) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))
+((-1405 (((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 49 T ELT)) (-4087 (((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 157 T ELT)) (-1623 (((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-711 (-326 (-229)))) 112 T ELT)) (-3950 (((-391) (-711 (-326 (-229)))) 140 T ELT)) (-1832 (((-711 (-326 (-229))) (-1299 (-326 (-229))) (-663 (-1209))) 136 T ELT)) (-2400 (((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 37 T ELT)) (-4298 (((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 53 T ELT)) (-4265 (((-711 (-326 (-229))) (-711 (-326 (-229))) (-663 (-1209)) (-1299 (-326 (-229)))) 125 T ELT)) (-3975 (((-391) (-391) (-663 (-391))) 133 T ELT) (((-391) (-391) (-391)) 128 T ELT)) (-3843 (((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 45 T ELT)))
+(((-208) (-10 -7 (-15 -3975 ((-391) (-391) (-391))) (-15 -3975 ((-391) (-391) (-663 (-391)))) (-15 -3950 ((-391) (-711 (-326 (-229))))) (-15 -1832 ((-711 (-326 (-229))) (-1299 (-326 (-229))) (-663 (-1209)))) (-15 -4265 ((-711 (-326 (-229))) (-711 (-326 (-229))) (-663 (-1209)) (-1299 (-326 (-229))))) (-15 -1623 ((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-711 (-326 (-229))))) (-15 -4087 ((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -1405 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -4298 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3843 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2400 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (T -208))
+((-2400 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-3843 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-4298 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-1405 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-4087 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391)))) (-5 *1 (-208)))) (-1623 (*1 *2 *3) (-12 (-5 *3 (-711 (-326 (-229)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391)))) (-5 *1 (-208)))) (-4265 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-711 (-326 (-229)))) (-5 *3 (-663 (-1209))) (-5 *4 (-1299 (-326 (-229)))) (-5 *1 (-208)))) (-1832 (*1 *2 *3 *4) (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *4 (-663 (-1209))) (-5 *2 (-711 (-326 (-229)))) (-5 *1 (-208)))) (-3950 (*1 *2 *3) (-12 (-5 *3 (-711 (-326 (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))) (-3975 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-391))) (-5 *2 (-391)) (-5 *1 (-208)))) (-3975 (*1 *2 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-208)))))
+(-10 -7 (-15 -3975 ((-391) (-391) (-391))) (-15 -3975 ((-391) (-391) (-663 (-391)))) (-15 -3950 ((-391) (-711 (-326 (-229))))) (-15 -1832 ((-711 (-326 (-229))) (-1299 (-326 (-229))) (-663 (-1209)))) (-15 -4265 ((-711 (-326 (-229))) (-711 (-326 (-229))) (-663 (-1209)) (-1299 (-326 (-229))))) (-15 -1623 ((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-711 (-326 (-229))))) (-15 -4087 ((-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -1405 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -4298 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3843 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2400 ((-391) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 43 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4441 (((-1067) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 75 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-209) (-824)) (T -209))
+NIL
+(-824)
+((-3808 (((-114) $ $) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 43 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4441 (((-1067) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 73 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-210) (-824)) (T -210))
+NIL
+(-824)
+((-3808 (((-114) $ $) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 40 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4441 (((-1067) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 76 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-211) (-824)) (T -211))
+NIL
+(-824)
+((-3808 (((-114) $ $) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 48 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4441 (((-1067) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 88 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-212) (-824)) (T -212))
+NIL
+(-824)
+((-2516 (((-663 (-1209)) (-1209) (-793)) 26 T ELT)) (-2719 (((-326 (-229)) (-326 (-229))) 35 T ELT)) (-3997 (((-114) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) 87 T ELT)) (-4207 (((-114) (-229) (-229) (-663 (-326 (-229)))) 47 T ELT)))
+(((-213) (-10 -7 (-15 -2516 ((-663 (-1209)) (-1209) (-793))) (-15 -2719 ((-326 (-229)) (-326 (-229)))) (-15 -4207 ((-114) (-229) (-229) (-663 (-326 (-229))))) (-15 -3997 ((-114) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229))))))) (T -213))
+((-3997 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) (-5 *2 (-114)) (-5 *1 (-213)))) (-4207 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-663 (-326 (-229)))) (-5 *3 (-229)) (-5 *2 (-114)) (-5 *1 (-213)))) (-2719 (*1 *2 *2) (-12 (-5 *2 (-326 (-229))) (-5 *1 (-213)))) (-2516 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-5 *2 (-663 (-1209))) (-5 *1 (-213)) (-5 *3 (-1209)))))
+(-10 -7 (-15 -2516 ((-663 (-1209)) (-1209) (-793))) (-15 -2719 ((-326 (-229)) (-326 (-229)))) (-15 -4207 ((-114) (-229) (-229) (-663 (-326 (-229))))) (-15 -3997 ((-114) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) 28 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4268 (((-1067) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) 70 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-214) (-923)) (T -214))
+NIL
+(-923)
+((-3808 (((-114) $ $) NIL T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) 24 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4268 (((-1067) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-215) (-923)) (T -215))
+NIL
+(-923)
+((-3808 (((-114) $ $) NIL T ELT)) (-2121 ((|#2| $ (-793) |#2|) 11 T ELT)) (-2109 ((|#2| $ (-793)) 10 T ELT)) (-4446 (($) 8 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 23 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 13 T ELT)))
+(((-216 |#1| |#2|) (-13 (-1133) (-10 -8 (-15 -4446 ($)) (-15 -2109 (|#2| $ (-793))) (-15 -2121 (|#2| $ (-793) |#2|)))) (-949) (-1133)) (T -216))
+((-4446 (*1 *1) (-12 (-5 *1 (-216 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1133)))) (-2109 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *2 (-1133)) (-5 *1 (-216 *4 *2)) (-14 *4 (-949)))) (-2121 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-216 *4 *2)) (-14 *4 (-949)) (-4 *2 (-1133)))))
+(-13 (-1133) (-10 -8 (-15 -4446 ($)) (-15 -2109 (|#2| $ (-793))) (-15 -2121 (|#2| $ (-793) |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2854 (((-1305) $) 37 T ELT) (((-1305) $ (-949) (-949)) 41 T ELT)) (-3034 (($ $ (-1021)) 19 T ELT) (((-252 (-1191)) $ (-1209)) 15 T ELT)) (-3420 (((-1305) $) 35 T ELT)) (-3834 (((-888) $) 32 T ELT) (($ (-663 |#1|)) 8 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $ $) 27 T ELT)) (-2571 (($ $ $) 22 T ELT)))
+(((-217 |#1|) (-13 (-1133) (-635 (-663 |#1|)) (-10 -8 (-15 -3034 ($ $ (-1021))) (-15 -3034 ((-252 (-1191)) $ (-1209))) (-15 -2571 ($ $ $)) (-15 -2581 ($ $ $)) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $)) (-15 -2854 ((-1305) $ (-949) (-949))))) (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $))))) (T -217))
+((-3034 (*1 *1 *1 *2) (-12 (-5 *2 (-1021)) (-5 *1 (-217 *3)) (-4 *3 (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $))))))) (-3034 (*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-252 (-1191))) (-5 *1 (-217 *4)) (-4 *4 (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ *3)) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $))))))) (-2571 (*1 *1 *1 *1) (-12 (-5 *1 (-217 *2)) (-4 *2 (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $))))))) (-2581 (*1 *1 *1 *1) (-12 (-5 *1 (-217 *2)) (-4 *2 (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $))))))) (-3420 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-217 *3)) (-4 *3 (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 (*2 $)) (-15 -2854 (*2 $))))))) (-2854 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-217 *3)) (-4 *3 (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 (*2 $)) (-15 -2854 (*2 $))))))) (-2854 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1305)) (-5 *1 (-217 *4)) (-4 *4 (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 (*2 $)) (-15 -2854 (*2 $))))))))
+(-13 (-1133) (-635 (-663 |#1|)) (-10 -8 (-15 -3034 ($ $ (-1021))) (-15 -3034 ((-252 (-1191)) $ (-1209))) (-15 -2571 ($ $ $)) (-15 -2581 ($ $ $)) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $)) (-15 -2854 ((-1305) $ (-949) (-949)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) 10 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2745 (($ (-657 |#1|)) 11 T ELT)) (-3834 (((-888) $) 18 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)))
+(((-218 |#1|) (-13 (-868) (-10 -8 (-15 -2745 ($ (-657 |#1|))))) (-663 (-1209))) (T -218))
+((-2745 (*1 *1 *2) (-12 (-5 *2 (-657 *3)) (-14 *3 (-663 (-1209))) (-5 *1 (-218 *3)))))
+(-13 (-868) (-10 -8 (-15 -2745 ($ (-657 |#1|)))))
+((-1502 ((|#2| |#4| (-1 |#2| |#2|)) 49 T ELT)))
+(((-219 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1502 (|#2| |#4| (-1 |#2| |#2|)))) (-376) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -219))
+((-1502 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-376)) (-4 *6 (-1275 (-421 *2))) (-4 *2 (-1275 *5)) (-5 *1 (-219 *5 *2 *6 *3)) (-4 *3 (-355 *5 *2 *6)))))
+(-10 -7 (-15 -1502 (|#2| |#4| (-1 |#2| |#2|))))
+((-3519 ((|#2| |#2| (-793) |#2|) 55 T ELT)) (-1529 ((|#2| |#2| (-793) |#2|) 51 T ELT)) (-2705 (((-663 |#2|) (-663 (-2 (|:| |deg| (-793)) (|:| -1621 |#2|)))) 79 T ELT)) (-2249 (((-663 (-2 (|:| |deg| (-793)) (|:| -1621 |#2|))) |#2|) 72 T ELT)) (-2615 (((-114) |#2|) 70 T ELT)) (-3382 (((-419 |#2|) |#2|) 92 T ELT)) (-2549 (((-419 |#2|) |#2|) 91 T ELT)) (-3148 ((|#2| |#2| (-793) |#2|) 49 T ELT)) (-3464 (((-2 (|:| |cont| |#1|) (|:| -1609 (-663 (-2 (|:| |irr| |#2|) (|:| -3225 (-560)))))) |#2| (-114)) 86 T ELT)))
+(((-220 |#1| |#2|) (-10 -7 (-15 -2549 ((-419 |#2|) |#2|)) (-15 -3382 ((-419 |#2|) |#2|)) (-15 -3464 ((-2 (|:| |cont| |#1|) (|:| -1609 (-663 (-2 (|:| |irr| |#2|) (|:| -3225 (-560)))))) |#2| (-114))) (-15 -2249 ((-663 (-2 (|:| |deg| (-793)) (|:| -1621 |#2|))) |#2|)) (-15 -2705 ((-663 |#2|) (-663 (-2 (|:| |deg| (-793)) (|:| -1621 |#2|))))) (-15 -3148 (|#2| |#2| (-793) |#2|)) (-15 -1529 (|#2| |#2| (-793) |#2|)) (-15 -3519 (|#2| |#2| (-793) |#2|)) (-15 -2615 ((-114) |#2|))) (-363) (-1275 |#1|)) (T -220))
+((-2615 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-220 *4 *3)) (-4 *3 (-1275 *4)))) (-3519 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2)) (-4 *2 (-1275 *4)))) (-1529 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2)) (-4 *2 (-1275 *4)))) (-3148 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2)) (-4 *2 (-1275 *4)))) (-2705 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| |deg| (-793)) (|:| -1621 *5)))) (-4 *5 (-1275 *4)) (-4 *4 (-363)) (-5 *2 (-663 *5)) (-5 *1 (-220 *4 *5)))) (-2249 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-663 (-2 (|:| |deg| (-793)) (|:| -1621 *3)))) (-5 *1 (-220 *4 *3)) (-4 *3 (-1275 *4)))) (-3464 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |cont| *5) (|:| -1609 (-663 (-2 (|:| |irr| *3) (|:| -3225 (-560))))))) (-5 *1 (-220 *5 *3)) (-4 *3 (-1275 *5)))) (-3382 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-220 *4 *3)) (-4 *3 (-1275 *4)))) (-2549 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-220 *4 *3)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -2549 ((-419 |#2|) |#2|)) (-15 -3382 ((-419 |#2|) |#2|)) (-15 -3464 ((-2 (|:| |cont| |#1|) (|:| -1609 (-663 (-2 (|:| |irr| |#2|) (|:| -3225 (-560)))))) |#2| (-114))) (-15 -2249 ((-663 (-2 (|:| |deg| (-793)) (|:| -1621 |#2|))) |#2|)) (-15 -2705 ((-663 |#2|) (-663 (-2 (|:| |deg| (-793)) (|:| -1621 |#2|))))) (-15 -3148 (|#2| |#2| (-793) |#2|)) (-15 -1529 (|#2| |#2| (-793) |#2|)) (-15 -3519 (|#2| |#2| (-793) |#2|)) (-15 -2615 ((-114) |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 (((-560) $) NIL (|has| (-560) (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| (-560) (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-560) (-1070 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-560) (-1070 (-560))) ELT)) (-4072 (((-560) $) NIL T ELT) (((-1209) $) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL (|has| (-560) (-1070 (-560))) ELT) (((-560) $) NIL (|has| (-560) (-1070 (-560))) ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-560) (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| (-560) (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| (-560) (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| (-560) (-912 (-391))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 (((-560) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| (-560) (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| (-560) (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-560) (-872)) ELT)) (-1793 (($ (-1 (-560) (-560)) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-560) (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| (-560) (-319)) ELT) (((-421 (-560)) $) NIL T ELT)) (-1770 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 (-560)) (-663 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-560) (-560)) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-305 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-305 (-560)))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-1209)) (-663 (-560))) NIL (|has| (-560) (-528 (-1209) (-560))) ELT) (($ $ (-1209) (-560)) NIL (|has| (-560) (-528 (-1209) (-560))) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ (-560)) NIL (|has| (-560) (-298 (-560) (-560))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 (((-560) $) NIL T ELT)) (-3539 (($ (-421 (-560))) 9 T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| (-560) (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| (-560) (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| (-560) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-560) (-1052)) ELT) (((-229) $) NIL (|has| (-560) (-1052)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-560) (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 8 T ELT) (($ (-560)) NIL T ELT) (($ (-1209)) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL T ELT) (((-1036 10) $) 10 T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-560) (-940))) (|has| (-560) (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL (|has| (-560) (-844)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2594 (($ $ $) NIL T ELT) (($ (-560) (-560)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ (-560)) NIL T ELT)))
+(((-221) (-13 (-1023 (-560)) (-632 (-421 (-560))) (-632 (-1036 10)) (-10 -8 (-15 -2568 ((-421 (-560)) $)) (-15 -3539 ($ (-421 (-560))))))) (T -221))
+((-2568 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-221)))) (-3539 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-221)))))
+(-13 (-1023 (-560)) (-632 (-421 (-560))) (-632 (-1036 10)) (-10 -8 (-15 -2568 ((-421 (-560)) $)) (-15 -3539 ($ (-421 (-560))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2344 (((-1147) $) 13 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2221 (((-497) $) 10 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 23 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-1167) $) 15 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-222) (-13 (-1115) (-10 -8 (-15 -2221 ((-497) $)) (-15 -2344 ((-1147) $)) (-15 -2200 ((-1167) $))))) (T -222))
+((-2221 (*1 *2 *1) (-12 (-5 *2 (-497)) (-5 *1 (-222)))) (-2344 (*1 *2 *1) (-12 (-5 *2 (-1147)) (-5 *1 (-222)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-222)))))
+(-13 (-1115) (-10 -8 (-15 -2221 ((-497) $)) (-15 -2344 ((-1147) $)) (-15 -2200 ((-1167) $))))
+((-3671 (((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1124 (-866 |#2|)) (-1191)) 29 T ELT) (((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1124 (-866 |#2|))) 25 T ELT)) (-2066 (((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1209) (-866 |#2|) (-866 |#2|) (-114)) 17 T ELT)))
+(((-223 |#1| |#2|) (-10 -7 (-15 -3671 ((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1124 (-866 |#2|)))) (-15 -3671 ((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1124 (-866 |#2|)) (-1191))) (-15 -2066 ((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1209) (-866 |#2|) (-866 |#2|) (-114)))) (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))) (-13 (-1235) (-990) (-29 |#1|))) (T -223))
+((-2066 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1209)) (-5 *6 (-114)) (-4 *7 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-4 *3 (-13 (-1235) (-990) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-866 *3)) (|:| |f2| (-663 (-866 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-223 *7 *3)) (-5 *5 (-866 *3)))) (-3671 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1124 (-866 *3))) (-5 *5 (-1191)) (-4 *3 (-13 (-1235) (-990) (-29 *6))) (-4 *6 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-866 *3)) (|:| |f2| (-663 (-866 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-223 *6 *3)))) (-3671 (*1 *2 *3 *4) (-12 (-5 *4 (-1124 (-866 *3))) (-4 *3 (-13 (-1235) (-990) (-29 *5))) (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-866 *3)) (|:| |f2| (-663 (-866 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-223 *5 *3)))))
+(-10 -7 (-15 -3671 ((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1124 (-866 |#2|)))) (-15 -3671 ((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1124 (-866 |#2|)) (-1191))) (-15 -2066 ((-3 (|:| |f1| (-866 |#2|)) (|:| |f2| (-663 (-866 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1209) (-866 |#2|) (-866 |#2|) (-114))))
+((-3671 (((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-421 (-976 |#1|)))) (-1191)) 49 T ELT) (((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-421 (-976 |#1|))))) 46 T ELT) (((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-326 |#1|))) (-1191)) 50 T ELT) (((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-326 |#1|)))) 22 T ELT)))
+(((-224 |#1|) (-10 -7 (-15 -3671 ((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-326 |#1|))))) (-15 -3671 ((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-326 |#1|))) (-1191))) (-15 -3671 ((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-421 (-976 |#1|)))))) (-15 -3671 ((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-421 (-976 |#1|)))) (-1191)))) (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (T -224))
+((-3671 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1124 (-866 (-421 (-976 *6))))) (-5 *5 (-1191)) (-5 *3 (-421 (-976 *6))) (-4 *6 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-866 (-326 *6))) (|:| |f2| (-663 (-866 (-326 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-224 *6)))) (-3671 (*1 *2 *3 *4) (-12 (-5 *4 (-1124 (-866 (-421 (-976 *5))))) (-5 *3 (-421 (-976 *5))) (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-866 (-326 *5))) (|:| |f2| (-663 (-866 (-326 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-224 *5)))) (-3671 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-421 (-976 *6))) (-5 *4 (-1124 (-866 (-326 *6)))) (-5 *5 (-1191)) (-4 *6 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-866 (-326 *6))) (|:| |f2| (-663 (-866 (-326 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-224 *6)))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1124 (-866 (-326 *5)))) (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |f1| (-866 (-326 *5))) (|:| |f2| (-663 (-866 (-326 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-224 *5)))))
+(-10 -7 (-15 -3671 ((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-326 |#1|))))) (-15 -3671 ((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-326 |#1|))) (-1191))) (-15 -3671 ((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-421 (-976 |#1|)))))) (-15 -3671 ((-3 (|:| |f1| (-866 (-326 |#1|))) (|:| |f2| (-663 (-866 (-326 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-421 (-976 |#1|)) (-1124 (-866 (-421 (-976 |#1|)))) (-1191))))
+((-1995 (((-2 (|:| -2955 (-1203 |#1|)) (|:| |deg| (-949))) (-1203 |#1|)) 26 T ELT)) (-3765 (((-663 (-326 |#2|)) (-326 |#2|) (-949)) 51 T ELT)))
+(((-225 |#1| |#2|) (-10 -7 (-15 -1995 ((-2 (|:| -2955 (-1203 |#1|)) (|:| |deg| (-949))) (-1203 |#1|))) (-15 -3765 ((-663 (-326 |#2|)) (-326 |#2|) (-949)))) (-1081) (-571)) (T -225))
+((-3765 (*1 *2 *3 *4) (-12 (-5 *4 (-949)) (-4 *6 (-571)) (-5 *2 (-663 (-326 *6))) (-5 *1 (-225 *5 *6)) (-5 *3 (-326 *6)) (-4 *5 (-1081)))) (-1995 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-5 *2 (-2 (|:| -2955 (-1203 *4)) (|:| |deg| (-949)))) (-5 *1 (-225 *4 *5)) (-5 *3 (-1203 *4)) (-4 *5 (-571)))))
+(-10 -7 (-15 -1995 ((-2 (|:| -2955 (-1203 |#1|)) (|:| |deg| (-949))) (-1203 |#1|))) (-15 -3765 ((-663 (-326 |#2|)) (-326 |#2|) (-949))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2164 ((|#1| $) NIL T ELT)) (-3612 ((|#1| $) 30 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1932 (($ $) NIL T ELT)) (-1518 (($ $) 39 T ELT)) (-2786 ((|#1| |#1| $) NIL T ELT)) (-1750 ((|#1| $) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3970 (((-793) $) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) NIL T ELT)) (-2210 ((|#1| |#1| $) 35 T ELT)) (-1476 ((|#1| |#1| $) 37 T ELT)) (-3549 (($ |#1| $) NIL T ELT)) (-3886 (((-793) $) 33 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3279 ((|#1| $) NIL T ELT)) (-3001 ((|#1| $) 31 T ELT)) (-1743 ((|#1| $) 29 T ELT)) (-3194 ((|#1| $) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2797 ((|#1| |#1| $) NIL T ELT)) (-4150 (((-114) $) 9 T ELT)) (-3614 (($) NIL T ELT)) (-1702 ((|#1| $) NIL T ELT)) (-2297 (($) NIL T ELT) (($ (-663 |#1|)) 16 T ELT)) (-4003 (((-793) $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-2651 ((|#1| $) 13 T ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) NIL T ELT)) (-3815 ((|#1| $) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-226 |#1|) (-13 (-263 |#1|) (-10 -8 (-15 -2297 ($ (-663 |#1|))))) (-1133)) (T -226))
+((-2297 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-226 *3)))))
+(-13 (-263 |#1|) (-10 -8 (-15 -2297 ($ (-663 |#1|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3462 (($ (-326 |#1|)) 24 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4124 (((-114) $) NIL T ELT)) (-4142 (((-3 (-326 |#1|) "failed") $) NIL T ELT)) (-4072 (((-326 |#1|) $) NIL T ELT)) (-4328 (($ $) 32 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1793 (($ (-1 (-326 |#1|) (-326 |#1|)) $) NIL T ELT)) (-4307 (((-326 |#1|) $) NIL T ELT)) (-4059 (($ $) 31 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3207 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($ (-793)) NIL T ELT)) (-3108 (($ $) 33 T ELT)) (-4144 (((-560) $) NIL T ELT)) (-3834 (((-888) $) 65 T ELT) (($ (-560)) NIL T ELT) (($ (-326 |#1|)) NIL T ELT)) (-3580 (((-326 |#1|) $ $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 26 T CONST)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) 29 T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 20 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 25 T ELT) (($ (-326 |#1|) $) 19 T ELT)))
+(((-227 |#1| |#2|) (-13 (-640 (-326 |#1|)) (-1070 (-326 |#1|)) (-10 -8 (-15 -4307 ((-326 |#1|) $)) (-15 -4059 ($ $)) (-15 -4328 ($ $)) (-15 -3580 ((-326 |#1|) $ $)) (-15 -3505 ($ (-793))) (-15 -3207 ((-114) $)) (-15 -4124 ((-114) $)) (-15 -4144 ((-560) $)) (-15 -1793 ($ (-1 (-326 |#1|) (-326 |#1|)) $)) (-15 -3462 ($ (-326 |#1|))) (-15 -3108 ($ $)))) (-13 (-1081) (-872)) (-663 (-1209))) (T -227))
+((-4307 (*1 *2 *1) (-12 (-5 *2 (-326 *3)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872))) (-14 *4 (-663 (-1209))))) (-4059 (*1 *1 *1) (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1081) (-872))) (-14 *3 (-663 (-1209))))) (-4328 (*1 *1 *1) (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1081) (-872))) (-14 *3 (-663 (-1209))))) (-3580 (*1 *2 *1 *1) (-12 (-5 *2 (-326 *3)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872))) (-14 *4 (-663 (-1209))))) (-3505 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872))) (-14 *4 (-663 (-1209))))) (-3207 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872))) (-14 *4 (-663 (-1209))))) (-4124 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872))) (-14 *4 (-663 (-1209))))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872))) (-14 *4 (-663 (-1209))))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-326 *3) (-326 *3))) (-4 *3 (-13 (-1081) (-872))) (-5 *1 (-227 *3 *4)) (-14 *4 (-663 (-1209))))) (-3462 (*1 *1 *2) (-12 (-5 *2 (-326 *3)) (-4 *3 (-13 (-1081) (-872))) (-5 *1 (-227 *3 *4)) (-14 *4 (-663 (-1209))))) (-3108 (*1 *1 *1) (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1081) (-872))) (-14 *3 (-663 (-1209))))))
+(-13 (-640 (-326 |#1|)) (-1070 (-326 |#1|)) (-10 -8 (-15 -4307 ((-326 |#1|) $)) (-15 -4059 ($ $)) (-15 -4328 ($ $)) (-15 -3580 ((-326 |#1|) $ $)) (-15 -3505 ($ (-793))) (-15 -3207 ((-114) $)) (-15 -4124 ((-114) $)) (-15 -4144 ((-560) $)) (-15 -1793 ($ (-1 (-326 |#1|) (-326 |#1|)) $)) (-15 -3462 ($ (-326 |#1|))) (-15 -3108 ($ $))))
+((-3884 (((-114) (-1191)) 26 T ELT)) (-4183 (((-3 (-866 |#2|) "failed") (-630 |#2|) |#2| (-866 |#2|) (-866 |#2|) (-114)) 35 T ELT)) (-3052 (((-3 (-114) "failed") (-1203 |#2|) (-866 |#2|) (-866 |#2|) (-114)) 86 T ELT) (((-3 (-114) "failed") (-976 |#1|) (-1209) (-866 |#2|) (-866 |#2|) (-114)) 87 T ELT)))
+(((-228 |#1| |#2|) (-10 -7 (-15 -3884 ((-114) (-1191))) (-15 -4183 ((-3 (-866 |#2|) "failed") (-630 |#2|) |#2| (-866 |#2|) (-866 |#2|) (-114))) (-15 -3052 ((-3 (-114) "failed") (-976 |#1|) (-1209) (-866 |#2|) (-866 |#2|) (-114))) (-15 -3052 ((-3 (-114) "failed") (-1203 |#2|) (-866 |#2|) (-866 |#2|) (-114)))) (-13 (-466) (-1070 (-560)) (-660 (-560))) (-13 (-1235) (-29 |#1|))) (T -228))
+((-3052 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-114)) (-5 *3 (-1203 *6)) (-5 *4 (-866 *6)) (-4 *6 (-13 (-1235) (-29 *5))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-228 *5 *6)))) (-3052 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-114)) (-5 *3 (-976 *6)) (-5 *4 (-1209)) (-5 *5 (-866 *7)) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-4 *7 (-13 (-1235) (-29 *6))) (-5 *1 (-228 *6 *7)))) (-4183 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-866 *4)) (-5 *3 (-630 *4)) (-5 *5 (-114)) (-4 *4 (-13 (-1235) (-29 *6))) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-228 *6 *4)))) (-3884 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-114)) (-5 *1 (-228 *4 *5)) (-4 *5 (-13 (-1235) (-29 *4))))))
+(-10 -7 (-15 -3884 ((-114) (-1191))) (-15 -4183 ((-3 (-866 |#2|) "failed") (-630 |#2|) |#2| (-866 |#2|) (-866 |#2|) (-114))) (-15 -3052 ((-3 (-114) "failed") (-976 |#1|) (-1209) (-866 |#2|) (-866 |#2|) (-114))) (-15 -3052 ((-3 (-114) "failed") (-1203 |#2|) (-866 |#2|) (-866 |#2|) (-114))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 98 T ELT)) (-1573 (((-560) $) 33 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1852 (($ $) NIL T ELT)) (-2267 (($ $) 87 T ELT)) (-2111 (($ $) 75 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2563 (($ $) 66 T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2243 (($ $) 85 T ELT)) (-2683 (($ $) 73 T ELT)) (-2824 (((-560) $) 127 T ELT)) (-2290 (($ $) 90 T ELT)) (-2136 (($ $) 77 T ELT)) (-4489 (($) NIL T CONST)) (-2942 (($ $) NIL T ELT)) (-4142 (((-3 (-560) "failed") $) 126 T ELT) (((-3 (-421 (-560)) "failed") $) 123 T ELT)) (-4072 (((-560) $) 124 T ELT) (((-421 (-560)) $) 121 T ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) 103 T ELT)) (-2711 (((-421 (-560)) $ (-793)) 117 T ELT) (((-421 (-560)) $ (-793) (-793)) 116 T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-3668 (((-949)) 28 T ELT) (((-949) (-949)) NIL (|has| $ (-6 -4501)) ELT)) (-1366 (((-114) $) NIL T ELT)) (-3157 (($) 46 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL T ELT)) (-2918 (((-560) $) 40 T ELT)) (-3363 (((-114) $) 99 T ELT)) (-1526 (($ $ (-560)) NIL T ELT)) (-2480 (($ $) NIL T ELT)) (-1501 (((-114) $) 97 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) 63 T ELT) (($) 36 (-12 (-2912 (|has| $ (-6 -4493))) (-2912 (|has| $ (-6 -4501)))) ELT)) (-3934 (($ $ $) 62 T ELT) (($) 35 (-12 (-2912 (|has| $ (-6 -4493))) (-2912 (|has| $ (-6 -4501)))) ELT)) (-3919 (((-560) $) 26 T ELT)) (-1732 (($ $) 31 T ELT)) (-1856 (($ $) 67 T ELT)) (-3343 (($ $) 72 T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-1893 (((-949) (-560)) NIL (|has| $ (-6 -4501)) ELT)) (-1473 (((-1152) $) 101 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL T ELT)) (-1770 (($ $) NIL T ELT)) (-2692 (($ (-560) (-560)) NIL T ELT) (($ (-560) (-560) (-949)) 110 T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2909 (((-560) $) 27 T ELT)) (-4070 (($) 45 T ELT)) (-2784 (($ $) 71 T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3350 (((-949)) NIL T ELT) (((-949) (-949)) NIL (|has| $ (-6 -4501)) ELT)) (-2703 (($ $) 104 T ELT) (($ $ (-793)) NIL T ELT)) (-1595 (((-949) (-560)) NIL (|has| $ (-6 -4501)) ELT)) (-2304 (($ $) 88 T ELT)) (-2149 (($ $) 78 T ELT)) (-2278 (($ $) 89 T ELT)) (-2124 (($ $) 76 T ELT)) (-2256 (($ $) 86 T ELT)) (-2699 (($ $) 74 T ELT)) (-1830 (((-391) $) 113 T ELT) (((-229) $) 14 T ELT) (((-916 (-391)) $) NIL T ELT) (((-549) $) 52 T ELT)) (-3834 (((-888) $) 49 T ELT) (($ (-560)) 152 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-560)) 152 T ELT) (($ (-421 (-560))) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 (($ $) NIL T ELT)) (-2036 (((-949)) 34 T ELT) (((-949) (-949)) NIL (|has| $ (-6 -4501)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (((-949)) 24 T ELT)) (-2345 (($ $) 93 T ELT)) (-2188 (($ $) 81 T ELT) (($ $ $) 119 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2317 (($ $) 91 T ELT)) (-2163 (($ $) 79 T ELT)) (-2370 (($ $) 96 T ELT)) (-2214 (($ $) 84 T ELT)) (-2254 (($ $) 94 T ELT)) (-2228 (($ $) 82 T ELT)) (-2356 (($ $) 95 T ELT)) (-2201 (($ $) 83 T ELT)) (-2330 (($ $) 92 T ELT)) (-2175 (($ $) 80 T ELT)) (-1958 (($ $) 118 T ELT)) (-2971 (($) 42 T CONST)) (-2983 (($) 43 T CONST)) (-2455 (((-1191) $) 18 T ELT) (((-1191) $ (-114)) 20 T ELT) (((-1305) (-847) $) 21 T ELT) (((-1305) (-847) $ (-114)) 22 T ELT)) (-3893 (($ $) 107 T ELT)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2287 (($ $ $) 109 T ELT)) (-2537 (((-114) $ $) 56 T ELT)) (-2510 (((-114) $ $) 54 T ELT)) (-2478 (((-114) $ $) 64 T ELT)) (-2525 (((-114) $ $) 55 T ELT)) (-2499 (((-114) $ $) 53 T ELT)) (-2594 (($ $ $) 44 T ELT) (($ $ (-560)) 65 T ELT)) (-2581 (($ $) 57 T ELT) (($ $ $) 59 T ELT)) (-2571 (($ $ $) 58 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 68 T ELT) (($ $ (-421 (-560))) 151 T ELT) (($ $ $) 69 T ELT)) (* (($ (-949) $) 32 T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 61 T ELT) (($ $ $) 60 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
+(((-229) (-13 (-418) (-240) (-845) (-1235) (-633 (-549)) (-10 -8 (-15 -2594 ($ $ (-560))) (-15 ** ($ $ $)) (-15 -4070 ($)) (-15 -1732 ($ $)) (-15 -1856 ($ $)) (-15 -2188 ($ $ $)) (-15 -3893 ($ $)) (-15 -2287 ($ $ $)) (-15 -2711 ((-421 (-560)) $ (-793))) (-15 -2711 ((-421 (-560)) $ (-793) (-793)))))) (T -229))
+((** (*1 *1 *1 *1) (-5 *1 (-229))) (-2594 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-229)))) (-4070 (*1 *1) (-5 *1 (-229))) (-1732 (*1 *1 *1) (-5 *1 (-229))) (-1856 (*1 *1 *1) (-5 *1 (-229))) (-2188 (*1 *1 *1 *1) (-5 *1 (-229))) (-3893 (*1 *1 *1) (-5 *1 (-229))) (-2287 (*1 *1 *1 *1) (-5 *1 (-229))) (-2711 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-229)))) (-2711 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-229)))))
+(-13 (-418) (-240) (-845) (-1235) (-633 (-549)) (-10 -8 (-15 -2594 ($ $ (-560))) (-15 ** ($ $ $)) (-15 -4070 ($)) (-15 -1732 ($ $)) (-15 -1856 ($ $)) (-15 -2188 ($ $ $)) (-15 -3893 ($ $)) (-15 -2287 ($ $ $)) (-15 -2711 ((-421 (-560)) $ (-793))) (-15 -2711 ((-421 (-560)) $ (-793) (-793)))))
+((-1443 (((-171 (-229)) (-793) (-171 (-229))) 11 T ELT) (((-229) (-793) (-229)) 12 T ELT)) (-3337 (((-171 (-229)) (-171 (-229))) 13 T ELT) (((-229) (-229)) 14 T ELT)) (-2213 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 19 T ELT) (((-229) (-229) (-229)) 22 T ELT)) (-1734 (((-171 (-229)) (-171 (-229))) 27 T ELT) (((-229) (-229)) 26 T ELT)) (-2747 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 57 T ELT) (((-229) (-229) (-229)) 49 T ELT)) (-1510 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 62 T ELT) (((-229) (-229) (-229)) 60 T ELT)) (-2493 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 15 T ELT) (((-229) (-229) (-229)) 16 T ELT)) (-1617 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 17 T ELT) (((-229) (-229) (-229)) 18 T ELT)) (-2638 (((-171 (-229)) (-171 (-229))) 74 T ELT) (((-229) (-229)) 73 T ELT)) (-2958 (((-229) (-229)) 68 T ELT) (((-171 (-229)) (-171 (-229))) 72 T ELT)) (-3893 (((-171 (-229)) (-171 (-229))) 8 T ELT) (((-229) (-229)) 9 T ELT)) (-2287 (((-171 (-229)) (-171 (-229)) (-171 (-229))) 35 T ELT) (((-229) (-229) (-229)) 31 T ELT)))
+(((-230) (-10 -7 (-15 -3893 ((-229) (-229))) (-15 -3893 ((-171 (-229)) (-171 (-229)))) (-15 -2287 ((-229) (-229) (-229))) (-15 -2287 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -3337 ((-229) (-229))) (-15 -3337 ((-171 (-229)) (-171 (-229)))) (-15 -1734 ((-229) (-229))) (-15 -1734 ((-171 (-229)) (-171 (-229)))) (-15 -1443 ((-229) (-793) (-229))) (-15 -1443 ((-171 (-229)) (-793) (-171 (-229)))) (-15 -2493 ((-229) (-229) (-229))) (-15 -2493 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -2747 ((-229) (-229) (-229))) (-15 -2747 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -1617 ((-229) (-229) (-229))) (-15 -1617 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -1510 ((-229) (-229) (-229))) (-15 -1510 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -2958 ((-171 (-229)) (-171 (-229)))) (-15 -2958 ((-229) (-229))) (-15 -2638 ((-229) (-229))) (-15 -2638 ((-171 (-229)) (-171 (-229)))) (-15 -2213 ((-229) (-229) (-229))) (-15 -2213 ((-171 (-229)) (-171 (-229)) (-171 (-229)))))) (T -230))
+((-2213 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-2213 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-2638 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-2638 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-2958 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-2958 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-1510 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-1510 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-1617 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-1617 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-2747 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-2747 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-2493 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-2493 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-1443 (*1 *2 *3 *2) (-12 (-5 *2 (-171 (-229))) (-5 *3 (-793)) (-5 *1 (-230)))) (-1443 (*1 *2 *3 *2) (-12 (-5 *2 (-229)) (-5 *3 (-793)) (-5 *1 (-230)))) (-1734 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-1734 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-3337 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-3337 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-2287 (*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-2287 (*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))) (-3893 (*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))) (-3893 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230)))))
+(-10 -7 (-15 -3893 ((-229) (-229))) (-15 -3893 ((-171 (-229)) (-171 (-229)))) (-15 -2287 ((-229) (-229) (-229))) (-15 -2287 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -3337 ((-229) (-229))) (-15 -3337 ((-171 (-229)) (-171 (-229)))) (-15 -1734 ((-229) (-229))) (-15 -1734 ((-171 (-229)) (-171 (-229)))) (-15 -1443 ((-229) (-793) (-229))) (-15 -1443 ((-171 (-229)) (-793) (-171 (-229)))) (-15 -2493 ((-229) (-229) (-229))) (-15 -2493 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -2747 ((-229) (-229) (-229))) (-15 -2747 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -1617 ((-229) (-229) (-229))) (-15 -1617 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -1510 ((-229) (-229) (-229))) (-15 -1510 ((-171 (-229)) (-171 (-229)) (-171 (-229)))) (-15 -2958 ((-171 (-229)) (-171 (-229)))) (-15 -2958 ((-229) (-229))) (-15 -2638 ((-229) (-229))) (-15 -2638 ((-171 (-229)) (-171 (-229)))) (-15 -2213 ((-229) (-229) (-229))) (-15 -2213 ((-171 (-229)) (-171 (-229)) (-171 (-229)))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4272 (($ (-793) (-793)) NIL T ELT)) (-4310 (($ $ $) NIL T ELT)) (-2669 (($ (-1299 |#1|)) NIL T ELT) (($ $) NIL T ELT)) (-3488 (($ |#1| |#1| |#1|) 33 T ELT)) (-2580 (((-114) $) NIL T ELT)) (-3306 (($ $ (-560) (-560)) NIL T ELT)) (-4273 (($ $ (-560) (-560)) NIL T ELT)) (-1511 (($ $ (-560) (-560) (-560) (-560)) NIL T ELT)) (-2069 (($ $) NIL T ELT)) (-3475 (((-114) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3727 (($ $ (-560) (-560) $) NIL T ELT)) (-3986 ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) NIL T ELT)) (-4385 (($ $ (-560) (-1299 |#1|)) NIL T ELT)) (-2118 (($ $ (-560) (-1299 |#1|)) NIL T ELT)) (-1795 (($ |#1| |#1| |#1|) 32 T ELT)) (-4011 (($ (-793) |#1|) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4350 (($ $) NIL (|has| |#1| (-319)) ELT)) (-1802 (((-1299 |#1|) $ (-560)) NIL T ELT)) (-2644 (($ |#1|) 31 T ELT)) (-2758 (($ |#1|) 30 T ELT)) (-2968 (($ |#1|) 29 T ELT)) (-1486 (((-793) $) NIL (|has| |#1| (-571)) ELT)) (-2186 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-2109 ((|#1| $ (-560) (-560)) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL T ELT)) (-4077 (((-793) $) NIL (|has| |#1| (-571)) ELT)) (-3613 (((-663 (-1299 |#1|)) $) NIL (|has| |#1| (-571)) ELT)) (-2818 (((-793) $) NIL T ELT)) (-4446 (($ (-793) (-793) |#1|) NIL T ELT)) (-2833 (((-793) $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3178 ((|#1| $) NIL (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1354 (((-560) $) NIL T ELT)) (-2895 (((-560) $) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1963 (((-560) $) NIL T ELT)) (-2212 (((-560) $) NIL T ELT)) (-4335 (($ (-663 (-663 |#1|))) 11 T ELT) (($ (-793) (-793) (-1 |#1| (-560) (-560))) NIL T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-4327 (((-663 (-663 |#1|)) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-2282 (((-3 $ "failed") $) NIL (|has| |#1| (-376)) ELT)) (-1815 (($) 12 T ELT)) (-3646 (($ $ $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-2024 (($ $ |#1|) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560))) NIL T ELT)) (-4214 (($ (-663 |#1|)) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3177 (((-114) $) NIL T ELT)) (-3078 ((|#1| $) NIL (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-1986 (((-1299 |#1|) $ (-560)) NIL T ELT)) (-3834 (($ (-1299 |#1|)) NIL T ELT) (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) NIL T ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-560) $) NIL T ELT) (((-1299 |#1|) $ (-1299 |#1|)) 15 T ELT) (((-1299 |#1|) (-1299 |#1|) $) NIL T ELT) (((-973 |#1|) $ (-973 |#1|)) 21 T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-231 |#1|) (-13 (-708 |#1| (-1299 |#1|) (-1299 |#1|)) (-10 -8 (-15 * ((-973 |#1|) $ (-973 |#1|))) (-15 -1815 ($)) (-15 -2968 ($ |#1|)) (-15 -2758 ($ |#1|)) (-15 -2644 ($ |#1|)) (-15 -1795 ($ |#1| |#1| |#1|)) (-15 -3488 ($ |#1| |#1| |#1|)))) (-13 (-376) (-1235))) (T -231))
+((* (*1 *2 *1 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235))) (-5 *1 (-231 *3)))) (-1815 (*1 *1) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))) (-2968 (*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))) (-2758 (*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))) (-2644 (*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))) (-1795 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))) (-3488 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))))
+(-13 (-708 |#1| (-1299 |#1|) (-1299 |#1|)) (-10 -8 (-15 * ((-973 |#1|) $ (-973 |#1|))) (-15 -1815 ($)) (-15 -2968 ($ |#1|)) (-15 -2758 ($ |#1|)) (-15 -2644 ($ |#1|)) (-15 -1795 ($ |#1| |#1| |#1|)) (-15 -3488 ($ |#1| |#1| |#1|))))
+((-4174 (($ (-1 (-114) |#2|) $) 16 T ELT)) (-1851 (($ |#2| $) NIL T ELT) (($ (-1 (-114) |#2|) $) 28 T ELT)) (-2389 (($) NIL T ELT) (($ (-663 |#2|)) 11 T ELT)) (-2478 (((-114) $ $) 26 T ELT)))
+(((-232 |#1| |#2|) (-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -4174 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1851 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1851 (|#1| |#2| |#1|)) (-15 -2389 (|#1| (-663 |#2|))) (-15 -2389 (|#1|))) (-233 |#2|) (-1133)) (T -232))
+NIL
+(-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -4174 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1851 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1851 (|#1| |#2| |#1|)) (-15 -2389 (|#1| (-663 |#2|))) (-15 -2389 (|#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4174 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-4154 (($ $) 65 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ |#1| $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3513 (($ |#1| $) 64 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 57 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-233 |#1|) (-142) (-1133)) (T -233))
NIL
(-13 (-242 |t#1|))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2457 (($ $ (-1 |#1| |#1|) (-793)) 62 T ELT) (($ $ (-1 |#1| |#1|)) 61 T ELT) (($ $ (-1208)) 60 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 58 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 57 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 56 (|has| |#1| (-929 (-1208))) ELT) (($ $) 52 (|has| |#1| (-239)) ELT) (($ $ (-793)) 50 (|has| |#1| (-239)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1 |#1| |#1|) (-793)) 64 T ELT) (($ $ (-1 |#1| |#1|)) 63 T ELT) (($ $ (-1208)) 59 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 55 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 54 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 53 (|has| |#1| (-929 (-1208))) ELT) (($ $) 51 (|has| |#1| (-239)) ELT) (($ $ (-793)) 49 (|has| |#1| (-239)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-234 |#1|) (-142) (-1080)) (T -234))
-NIL
-(-13 (-1080) (-274 |t#1|) (-10 -7 (IF (|has| |t#1| (-240)) (-6 (-240)) |%noBranch|) (IF (|has| |t#1| (-927 (-1208))) (-6 (-927 (-1208))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-236 $) -2191 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-240) |has| |#1| (-240)) ((-239) -2191 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-921 $ #0=(-1208)) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-927 (-1208)) |has| |#1| (-927 (-1208))) ((-929 #0#) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-4324 ((|#2| $) 9 T ELT)))
-(((-235 |#1| |#2|) (-10 -8 (-15 -4324 (|#2| |#1|))) (-236 |#2|) (-1248)) (T -235))
-NIL
-(-10 -8 (-15 -4324 (|#2| |#1|)))
-((-2457 ((|#1| $) 7 T ELT)) (-4324 ((|#1| $) 6 T ELT)))
-(((-236 |#1|) (-142) (-1248)) (T -236))
-((-2457 (*1 *2 *1) (-12 (-4 *1 (-236 *2)) (-4 *2 (-1248)))) (-4324 (*1 *2 *1) (-12 (-4 *1 (-236 *2)) (-4 *2 (-1248)))))
-(-13 (-1248) (-10 -8 (-15 -2457 (|t#1| $)) (-15 -4324 (|t#1| $))))
-(((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2457 (($ $ (-793)) 42 T ELT) (($ $) 40 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-4324 (($ $ (-793)) 43 T ELT) (($ $) 41 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
-(((-237 |#1|) (-142) (-1080)) (T -237))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2703 (($ $ (-1 |#1| |#1|) (-793)) 62 T ELT) (($ $ (-1 |#1| |#1|)) 61 T ELT) (($ $ (-1209)) 60 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 58 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 57 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 56 (|has| |#1| (-930 (-1209))) ELT) (($ $) 52 (|has| |#1| (-239)) ELT) (($ $ (-793)) 50 (|has| |#1| (-239)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1 |#1| |#1|) (-793)) 64 T ELT) (($ $ (-1 |#1| |#1|)) 63 T ELT) (($ $ (-1209)) 59 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 55 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 54 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 53 (|has| |#1| (-930 (-1209))) ELT) (($ $) 51 (|has| |#1| (-239)) ELT) (($ $ (-793)) 49 (|has| |#1| (-239)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-234 |#1|) (-142) (-1081)) (T -234))
+NIL
+(-13 (-1081) (-274 |t#1|) (-10 -7 (IF (|has| |t#1| (-240)) (-6 (-240)) |%noBranch|) (IF (|has| |t#1| (-928 (-1209))) (-6 (-928 (-1209))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-236 $) -2309 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-240) |has| |#1| (-240)) ((-239) -2309 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-922 $ #0=(-1209)) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-928 (-1209)) |has| |#1| (-928 (-1209))) ((-930 #0#) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3095 ((|#2| $) 9 T ELT)))
+(((-235 |#1| |#2|) (-10 -8 (-15 -3095 (|#2| |#1|))) (-236 |#2|) (-1249)) (T -235))
+NIL
+(-10 -8 (-15 -3095 (|#2| |#1|)))
+((-2703 ((|#1| $) 7 T ELT)) (-3095 ((|#1| $) 6 T ELT)))
+(((-236 |#1|) (-142) (-1249)) (T -236))
+((-2703 (*1 *2 *1) (-12 (-4 *1 (-236 *2)) (-4 *2 (-1249)))) (-3095 (*1 *2 *1) (-12 (-4 *1 (-236 *2)) (-4 *2 (-1249)))))
+(-13 (-1249) (-10 -8 (-15 -2703 (|t#1| $)) (-15 -3095 (|t#1| $))))
+(((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2703 (($ $ (-793)) 42 T ELT) (($ $) 40 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-3095 (($ $ (-793)) 43 T ELT) (($ $) 41 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
+(((-237 |#1|) (-142) (-1081)) (T -237))
NIL
(-13 (-111 |t#1| |t#1|) (-239) (-10 -7 (IF (|has| |t#1| (-175)) (-6 (-739 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-236 $) . T) ((-239) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2457 (($ $) NIL T ELT) (($ $ (-793)) 9 T ELT)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) 11 T ELT)))
-(((-238 |#1|) (-10 -8 (-15 -4324 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-793))) (-15 -4324 (|#1| |#1|)) (-15 -2457 (|#1| |#1|))) (-239)) (T -238))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-236 $) . T) ((-239) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-2703 (($ $) NIL T ELT) (($ $ (-793)) 9 T ELT)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) 11 T ELT)))
+(((-238 |#1|) (-10 -8 (-15 -3095 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-793))) (-15 -3095 (|#1| |#1|)) (-15 -2703 (|#1| |#1|))) (-239)) (T -238))
NIL
-(-10 -8 (-15 -4324 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-793))) (-15 -4324 (|#1| |#1|)) (-15 -2457 (|#1| |#1|)))
-((-2457 (($ $) 7 T ELT) (($ $ (-793)) 10 T ELT)) (-4324 (($ $) 6 T ELT) (($ $ (-793)) 9 T ELT)))
+(-10 -8 (-15 -3095 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-793))) (-15 -3095 (|#1| |#1|)) (-15 -2703 (|#1| |#1|)))
+((-2703 (($ $) 7 T ELT) (($ $ (-793)) 10 T ELT)) (-3095 (($ $) 6 T ELT) (($ $ (-793)) 9 T ELT)))
(((-239) (-142)) (T -239))
-((-2457 (*1 *1 *1 *2) (-12 (-4 *1 (-239)) (-5 *2 (-793)))) (-4324 (*1 *1 *1 *2) (-12 (-4 *1 (-239)) (-5 *2 (-793)))))
-(-13 (-236 $) (-10 -8 (-15 -2457 ($ $ (-793))) (-15 -4324 ($ $ (-793)))))
-(((-236 $) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2457 (($ $ (-793)) 47 T ELT) (($ $) 45 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-793)) 48 T ELT) (($ $) 46 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((-2703 (*1 *1 *1 *2) (-12 (-4 *1 (-239)) (-5 *2 (-793)))) (-3095 (*1 *1 *1 *2) (-12 (-4 *1 (-239)) (-5 *2 (-793)))))
+(-13 (-236 $) (-10 -8 (-15 -2703 ($ $ (-793))) (-15 -3095 ($ $ (-793)))))
+(((-236 $) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2703 (($ $ (-793)) 47 T ELT) (($ $) 45 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-793)) 48 T ELT) (($ $) 46 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-240) (-142)) (T -240))
NIL
-(-13 (-1080) (-239))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-236 $) . T) ((-239) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2694 (($) 12 T ELT) (($ (-663 |#2|)) NIL T ELT)) (-2721 (($ $) 14 T ELT)) (-2548 (($ (-663 |#2|)) 10 T ELT)) (-2539 (((-887) $) 21 T ELT)))
-(((-241 |#1| |#2|) (-10 -8 (-15 -2539 ((-887) |#1|)) (-15 -2694 (|#1| (-663 |#2|))) (-15 -2694 (|#1|)) (-15 -2548 (|#1| (-663 |#2|))) (-15 -2721 (|#1| |#1|))) (-242 |#2|) (-1132)) (T -241))
-NIL
-(-10 -8 (-15 -2539 ((-887) |#1|)) (-15 -2694 (|#1| (-663 |#2|))) (-15 -2694 (|#1|)) (-15 -2548 (|#1| (-663 |#2|))) (-15 -2721 (|#1| |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2501 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2885 (($ $) 65 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ |#1| $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4509)) ELT)) (-2025 (($ |#1| $) 64 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 57 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-242 |#1|) (-142) (-1132)) (T -242))
-((-2694 (*1 *1) (-12 (-4 *1 (-242 *2)) (-4 *2 (-1132)))) (-2694 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-4 *1 (-242 *3)))) (-1784 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-242 *2)) (-4 *2 (-1132)))) (-1784 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4509)) (-4 *1 (-242 *3)) (-4 *3 (-1132)))) (-2501 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4509)) (-4 *1 (-242 *3)) (-4 *3 (-1132)))))
-(-13 (-107 |t#1|) (-153 |t#1|) (-10 -8 (-15 -2694 ($)) (-15 -2694 ($ (-663 |t#1|))) (IF (|has| $ (-6 -4509)) (PROGN (-15 -1784 ($ |t#1| $)) (-15 -1784 ($ (-1 (-114) |t#1|) $)) (-15 -2501 ($ (-1 (-114) |t#1|) $))) |%noBranch|)))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2031 (((-2 (|:| |varOrder| (-663 (-1208))) (|:| |inhom| (-3 (-663 (-1298 (-793))) "failed")) (|:| |hom| (-663 (-1298 (-793))))) (-305 (-975 (-560)))) 42 T ELT)))
-(((-243) (-10 -7 (-15 -2031 ((-2 (|:| |varOrder| (-663 (-1208))) (|:| |inhom| (-3 (-663 (-1298 (-793))) "failed")) (|:| |hom| (-663 (-1298 (-793))))) (-305 (-975 (-560))))))) (T -243))
-((-2031 (*1 *2 *3) (-12 (-5 *3 (-305 (-975 (-560)))) (-5 *2 (-2 (|:| |varOrder| (-663 (-1208))) (|:| |inhom| (-3 (-663 (-1298 (-793))) "failed")) (|:| |hom| (-663 (-1298 (-793)))))) (-5 *1 (-243)))))
-(-10 -7 (-15 -2031 ((-2 (|:| |varOrder| (-663 (-1208))) (|:| |inhom| (-3 (-663 (-1298 (-793))) "failed")) (|:| |hom| (-663 (-1298 (-793))))) (-305 (-975 (-560))))))
-((-1450 (((-793)) 56 T ELT)) (-2336 (((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-711 $) (-1298 $)) 53 T ELT) (((-711 |#3|) (-711 $)) 44 T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-2328 (((-136)) 62 T ELT)) (-2457 (($ $ (-1 |#3| |#3|)) 18 T ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2539 (((-1298 |#3|) $) NIL T ELT) (($ |#3|) NIL T ELT) (((-887) $) NIL T ELT) (($ (-560)) 12 T ELT) (($ (-421 (-560))) NIL T ELT)) (-3418 (((-793)) 15 T ELT)) (-2436 (($ $ |#3|) 59 T ELT)))
-(((-244 |#1| |#2| |#3|) (-10 -8 (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| (-560))) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2539 ((-887) |#1|)) (-15 -3418 ((-793))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2539 (|#1| |#3|)) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2336 ((-711 |#3|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-711 |#1|) (-1298 |#1|))) (-15 -1450 ((-793))) (-15 -2436 (|#1| |#1| |#3|)) (-15 -2328 ((-136))) (-15 -2539 ((-1298 |#3|) |#1|))) (-245 |#2| |#3|) (-793) (-1248)) (T -244))
-((-2328 (*1 *2) (-12 (-14 *4 (-793)) (-4 *5 (-1248)) (-5 *2 (-136)) (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5)))) (-1450 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1248)) (-5 *2 (-793)) (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5)))) (-3418 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1248)) (-5 *2 (-793)) (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5)))))
-(-10 -8 (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| (-560))) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2539 ((-887) |#1|)) (-15 -3418 ((-793))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2539 (|#1| |#3|)) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2336 ((-711 |#3|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-711 |#1|) (-1298 |#1|))) (-15 -1450 ((-793))) (-15 -2436 (|#1| |#1| |#3|)) (-15 -2328 ((-136))) (-15 -2539 ((-1298 |#3|) |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#2| (-102)) ELT)) (-3626 (((-114) $) 83 (|has| |#2| (-23)) ELT)) (-2373 (($ (-948)) 136 (|has| |#2| (-1080)) ELT)) (-3303 (((-1304) $ (-560) (-560)) 47 (|has| $ (-6 -4510)) ELT)) (-2180 (($ $ $) 132 (|has| |#2| (-815)) ELT)) (-2494 (((-3 $ "failed") $ $) 85 (|has| |#2| (-133)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-1450 (((-793)) 122 (|has| |#2| (-381)) ELT)) (-2696 ((|#2| $ (-560) |#2|) 59 (|has| $ (-6 -4510)) ELT)) (-3366 (($) 7 T CONST)) (-1442 (((-3 (-560) "failed") $) 78 (-1383 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ELT) (((-3 (-421 (-560)) "failed") $) 75 (-1383 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) (((-3 |#2| "failed") $) 72 (|has| |#2| (-1132)) ELT)) (-3056 (((-560) $) 77 (-1383 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ELT) (((-421 (-560)) $) 74 (-1383 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) ((|#2| $) 73 (|has| |#2| (-1132)) ELT)) (-2336 (((-711 (-560)) (-711 $)) 119 (-1383 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 118 (-1383 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) 117 (|has| |#2| (-1080)) ELT) (((-711 |#2|) (-711 $)) 116 (|has| |#2| (-1080)) ELT)) (-4310 (((-3 $ "failed") $) 93 (|has| |#2| (-1080)) ELT)) (-3362 (($) 125 (|has| |#2| (-381)) ELT)) (-3472 ((|#2| $ (-560) |#2|) 60 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ (-560)) 58 T ELT)) (-1559 (((-663 |#2|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) 95 (|has| |#2| (-1080)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 50 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 126 (|has| |#2| (-871)) ELT)) (-2559 (((-663 |#2|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#2| $) 30 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 51 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 127 (|has| |#2| (-871)) ELT)) (-3459 (($ (-1 |#2| |#2|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#2| |#2|) $) 38 T ELT)) (-2608 (((-948) $) 124 (|has| |#2| (-381)) ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 121 (-1383 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 120 (-1383 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) 115 (|has| |#2| (-1080)) ELT) (((-711 |#2|) (-1298 $)) 114 (|has| |#2| (-1080)) ELT)) (-3049 (((-1190) $) 25 (|has| |#2| (-1132)) ELT)) (-1936 (((-663 (-560)) $) 53 T ELT)) (-2624 (((-114) (-560) $) 54 T ELT)) (-3998 (($ (-948)) 123 (|has| |#2| (-381)) ELT)) (-3139 (((-1151) $) 24 (|has| |#2| (-1132)) ELT)) (-3794 ((|#2| $) 49 (|has| (-560) (-871)) ELT)) (-4446 (($ $ |#2|) 48 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#2|))) 29 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) 28 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) 27 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 26 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#2| $) 52 (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#2| $ (-560) |#2|) 57 T ELT) ((|#2| $ (-560)) 56 T ELT)) (-3491 ((|#2| $ $) 135 (|has| |#2| (-1080)) ELT)) (-3441 (($ (-1298 |#2|)) 137 T ELT)) (-2328 (((-136)) 134 (|has| |#2| (-376)) ELT)) (-2457 (($ $ (-793)) 112 (-1383 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $) 110 (-1383 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 106 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208) (-793)) 105 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208))) 104 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208)) 102 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1 |#2| |#2|)) 101 (|has| |#2| (-1080)) ELT) (($ $ (-1 |#2| |#2|) (-793)) 100 (|has| |#2| (-1080)) ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#2| $) 31 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-1298 |#2|) $) 138 T ELT) (($ (-560)) 79 (-2191 (-1383 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (|has| |#2| (-1080))) ELT) (($ (-421 (-560))) 76 (-1383 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) (($ |#2|) 71 (|has| |#2| (-1132)) ELT) (((-887) $) 20 (|has| |#2| (-632 (-887))) ELT)) (-3418 (((-793)) 97 (|has| |#2| (-1080)) CONST)) (-3860 (((-114) $ $) 23 (|has| |#2| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) 36 (|has| $ (-6 -4509)) ELT)) (-1427 (($) 82 (|has| |#2| (-23)) CONST)) (-1439 (($) 96 (|has| |#2| (-1080)) CONST)) (-4324 (($ $ (-793)) 113 (-1383 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $) 111 (-1383 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 109 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208) (-793)) 108 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208))) 107 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208)) 103 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1 |#2| |#2|)) 99 (|has| |#2| (-1080)) ELT) (($ $ (-1 |#2| |#2|) (-793)) 98 (|has| |#2| (-1080)) ELT)) (-2383 (((-114) $ $) 128 (|has| |#2| (-871)) ELT)) (-2360 (((-114) $ $) 130 (|has| |#2| (-871)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#2| (-102)) ELT)) (-2372 (((-114) $ $) 129 (|has| |#2| (-871)) ELT)) (-2349 (((-114) $ $) 131 (|has| |#2| (-871)) ELT)) (-2436 (($ $ |#2|) 133 (|has| |#2| (-376)) ELT)) (-2426 (($ $ $) 88 (|has| |#2| (-21)) ELT) (($ $) 87 (|has| |#2| (-21)) ELT)) (-2413 (($ $ $) 80 (|has| |#2| (-25)) ELT)) (** (($ $ (-793)) 94 (|has| |#2| (-1080)) ELT) (($ $ (-948)) 91 (|has| |#2| (-1080)) ELT)) (* (($ $ $) 92 (|has| |#2| (-1080)) ELT) (($ $ |#2|) 90 (|has| |#2| (-748)) ELT) (($ |#2| $) 89 (|has| |#2| (-748)) ELT) (($ (-560) $) 86 (|has| |#2| (-21)) ELT) (($ (-793) $) 84 (|has| |#2| (-23)) ELT) (($ (-948) $) 81 (|has| |#2| (-25)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-245 |#1| |#2|) (-142) (-793) (-1248)) (T -245))
-((-3441 (*1 *1 *2) (-12 (-5 *2 (-1298 *4)) (-4 *4 (-1248)) (-4 *1 (-245 *3 *4)))) (-2373 (*1 *1 *2) (-12 (-5 *2 (-948)) (-4 *1 (-245 *3 *4)) (-4 *4 (-1080)) (-4 *4 (-1248)))) (-3491 (*1 *2 *1 *1) (-12 (-4 *1 (-245 *3 *2)) (-4 *2 (-1248)) (-4 *2 (-1080)))))
-(-13 (-618 (-560) |t#2|) (-632 (-1298 |t#2|)) (-10 -8 (-6 -4509) (-15 -3441 ($ (-1298 |t#2|))) (IF (|has| |t#2| (-1132)) (-6 (-426 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1080)) (PROGN (-6 (-111 |t#2| |t#2|)) (-6 (-234 |t#2|)) (-6 (-390 |t#2|)) (-15 -2373 ($ (-948))) (-15 -3491 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-133)) (-6 (-133)) |%noBranch|) (IF (|has| |t#2| (-23)) (-6 (-23)) |%noBranch|) (IF (|has| |t#2| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#2| (-748)) (-6 (-662 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-381)) (-6 (-381)) |%noBranch|) (IF (|has| |t#2| (-175)) (-6 (-739 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-6 -4506)) (-6 -4506) |%noBranch|) (IF (|has| |t#2| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |t#2| (-815)) (-6 (-815)) |%noBranch|) (IF (|has| |t#2| (-376)) (-6 (-1306 |t#2|)) |%noBranch|)))
-(((-21) -2191 (|has| |#2| (-1080)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-21))) ((-23) -2191 (|has| |#2| (-1080)) (|has| |#2| (-815)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-25) -2191 (|has| |#2| (-1080)) (|has| |#2| (-815)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-34) . T) ((-102) -2191 (|has| |#2| (-1132)) (|has| |#2| (-1080)) (|has| |#2| (-871)) (|has| |#2| (-815)) (|has| |#2| (-748)) (|has| |#2| (-381)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-102)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-111 |#2| |#2|) -2191 (|has| |#2| (-1080)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-133) -2191 (|has| |#2| (-1080)) (|has| |#2| (-815)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-21))) ((-635 #0=(-421 (-560))) -12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ((-635 (-560)) -2191 (|has| |#2| (-1080)) (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132)))) ((-635 |#2|) |has| |#2| (-1132)) ((-632 (-887)) -2191 (|has| |#2| (-1132)) (|has| |#2| (-1080)) (|has| |#2| (-871)) (|has| |#2| (-815)) (|has| |#2| (-748)) (|has| |#2| (-381)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-632 (-887))) (|has| |#2| (-133)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-632 (-1298 |#2|)) . T) ((-236 $) -2191 (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) (-12 (|has| |#2| (-240)) (|has| |#2| (-1080)))) ((-234 |#2|) |has| |#2| (-1080)) ((-240) -12 (|has| |#2| (-240)) (|has| |#2| (-1080))) ((-239) -2191 (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) (-12 (|has| |#2| (-240)) (|has| |#2| (-1080)))) ((-274 |#2|) |has| |#2| (-1080)) ((-298 #1=(-560) |#2|) . T) ((-300 #1# |#2|) . T) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-381) |has| |#2| (-381)) ((-390 |#2|) |has| |#2| (-1080)) ((-426 |#2|) |has| |#2| (-1132)) ((-503 |#2|) . T) ((-618 #1# |#2|) . T) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-668 (-560)) -2191 (|has| |#2| (-1080)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-21))) ((-668 |#2|) -2191 (|has| |#2| (-1080)) (|has| |#2| (-748)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-668 $) |has| |#2| (-1080)) ((-670 #2=(-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ((-670 |#2|) -2191 (|has| |#2| (-1080)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-670 $) |has| |#2| (-1080)) ((-662 |#2|) -2191 (|has| |#2| (-748)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-660 #2#) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ((-660 |#2|) |has| |#2| (-1080)) ((-739 |#2|) -2191 (|has| |#2| (-376)) (|has| |#2| (-175))) ((-748) |has| |#2| (-1080)) ((-814) |has| |#2| (-815)) ((-815) |has| |#2| (-815)) ((-816) |has| |#2| (-815)) ((-819) |has| |#2| (-815)) ((-871) -2191 (|has| |#2| (-871)) (|has| |#2| (-815))) ((-874) -2191 (|has| |#2| (-871)) (|has| |#2| (-815))) ((-921 $ #3=(-1208)) -2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) (-12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080)))) ((-927 (-1208)) -12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080))) ((-929 #3#) -2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) (-12 (|has| |#2| (-927 (-1208))) (|has| |#2| (-1080)))) ((-1069 #0#) -12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ((-1069 (-560)) -12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ((-1069 |#2|) |has| |#2| (-1132)) ((-1082 |#2|) -2191 (|has| |#2| (-1080)) (|has| |#2| (-748)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-1087 |#2|) -2191 (|has| |#2| (-1080)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-1080) |has| |#2| (-1080)) ((-1088) |has| |#2| (-1080)) ((-1143) |has| |#2| (-1080)) ((-1132) -2191 (|has| |#2| (-1132)) (|has| |#2| (-1080)) (|has| |#2| (-871)) (|has| |#2| (-815)) (|has| |#2| (-748)) (|has| |#2| (-381)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-1248) . T) ((-1306 |#2|) |has| |#2| (-376)))
-((-2294 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3626 (((-114) $) NIL (|has| |#2| (-23)) ELT)) (-2373 (($ (-948)) 62 (|has| |#2| (-1080)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2180 (($ $ $) 68 (|has| |#2| (-815)) ELT)) (-2494 (((-3 $ "failed") $ $) 53 (|has| |#2| (-133)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#2| (-381)) ELT)) (-2696 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) (((-3 |#2| "failed") $) 30 (|has| |#2| (-1132)) ELT)) (-3056 (((-560) $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) ((|#2| $) 28 (|has| |#2| (-1132)) ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL (|has| |#2| (-1080)) ELT) (((-711 |#2|) (-711 $)) NIL (|has| |#2| (-1080)) ELT)) (-4310 (((-3 $ "failed") $) 58 (|has| |#2| (-1080)) ELT)) (-3362 (($) NIL (|has| |#2| (-381)) ELT)) (-3472 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ (-560)) 56 T ELT)) (-1559 (((-663 |#2|) $) 14 (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) NIL (|has| |#2| (-1080)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) 19 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#2| (-871)) ELT)) (-2559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#2| (-871)) ELT)) (-3459 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#2| (-381)) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL (|has| |#2| (-1080)) ELT) (((-711 |#2|) (-1298 $)) NIL (|has| |#2| (-1080)) ELT)) (-3049 (((-1190) $) NIL (|has| |#2| (-1132)) ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3998 (($ (-948)) NIL (|has| |#2| (-381)) ELT)) (-3139 (((-1151) $) NIL (|has| |#2| (-1132)) ELT)) (-3794 ((|#2| $) NIL (|has| (-560) (-871)) ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 23 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-560)) 20 T ELT)) (-3491 ((|#2| $ $) NIL (|has| |#2| (-1080)) ELT)) (-3441 (($ (-1298 |#2|)) 17 T ELT)) (-2328 (((-136)) NIL (|has| |#2| (-376)) ELT)) (-2457 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1080)) ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-1298 |#2|) $) 9 T ELT) (($ (-560)) NIL (-2191 (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (|has| |#2| (-1080))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) (($ |#2|) 12 (|has| |#2| (-1132)) ELT) (((-887) $) NIL (|has| |#2| (-632 (-887))) ELT)) (-3418 (((-793)) NIL (|has| |#2| (-1080)) CONST)) (-3860 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1427 (($) 36 (|has| |#2| (-23)) CONST)) (-1439 (($) 40 (|has| |#2| (-1080)) CONST)) (-4324 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1080)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2329 (((-114) $ $) 27 (|has| |#2| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2349 (((-114) $ $) 66 (|has| |#2| (-871)) ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-2413 (($ $ $) 34 (|has| |#2| (-25)) ELT)) (** (($ $ (-793)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-948)) NIL (|has| |#2| (-1080)) ELT)) (* (($ $ $) 46 (|has| |#2| (-1080)) ELT) (($ $ |#2|) 44 (|has| |#2| (-748)) ELT) (($ |#2| $) 45 (|has| |#2| (-748)) ELT) (($ (-560) $) NIL (|has| |#2| (-21)) ELT) (($ (-793) $) NIL (|has| |#2| (-23)) ELT) (($ (-948) $) NIL (|has| |#2| (-25)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-246 |#1| |#2|) (-245 |#1| |#2|) (-793) (-1248)) (T -246))
+(-13 (-1081) (-239))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-236 $) . T) ((-239) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2389 (($) 12 T ELT) (($ (-663 |#2|)) NIL T ELT)) (-4007 (($ $) 14 T ELT)) (-3845 (($ (-663 |#2|)) 10 T ELT)) (-3834 (((-888) $) 21 T ELT)))
+(((-241 |#1| |#2|) (-10 -8 (-15 -3834 ((-888) |#1|)) (-15 -2389 (|#1| (-663 |#2|))) (-15 -2389 (|#1|)) (-15 -3845 (|#1| (-663 |#2|))) (-15 -4007 (|#1| |#1|))) (-242 |#2|) (-1133)) (T -241))
+NIL
+(-10 -8 (-15 -3834 ((-888) |#1|)) (-15 -2389 (|#1| (-663 |#2|))) (-15 -2389 (|#1|)) (-15 -3845 (|#1| (-663 |#2|))) (-15 -4007 (|#1| |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4174 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-4154 (($ $) 65 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ |#1| $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3513 (($ |#1| $) 64 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 57 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-242 |#1|) (-142) (-1133)) (T -242))
+((-2389 (*1 *1) (-12 (-4 *1 (-242 *2)) (-4 *2 (-1133)))) (-2389 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-4 *1 (-242 *3)))) (-1851 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-242 *2)) (-4 *2 (-1133)))) (-1851 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4510)) (-4 *1 (-242 *3)) (-4 *3 (-1133)))) (-4174 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4510)) (-4 *1 (-242 *3)) (-4 *3 (-1133)))))
+(-13 (-107 |t#1|) (-153 |t#1|) (-10 -8 (-15 -2389 ($)) (-15 -2389 ($ (-663 |t#1|))) (IF (|has| $ (-6 -4510)) (PROGN (-15 -1851 ($ |t#1| $)) (-15 -1851 ($ (-1 (-114) |t#1|) $)) (-15 -4174 ($ (-1 (-114) |t#1|) $))) |%noBranch|)))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3253 (((-2 (|:| |varOrder| (-663 (-1209))) (|:| |inhom| (-3 (-663 (-1299 (-793))) "failed")) (|:| |hom| (-663 (-1299 (-793))))) (-305 (-976 (-560)))) 42 T ELT)))
+(((-243) (-10 -7 (-15 -3253 ((-2 (|:| |varOrder| (-663 (-1209))) (|:| |inhom| (-3 (-663 (-1299 (-793))) "failed")) (|:| |hom| (-663 (-1299 (-793))))) (-305 (-976 (-560))))))) (T -243))
+((-3253 (*1 *2 *3) (-12 (-5 *3 (-305 (-976 (-560)))) (-5 *2 (-2 (|:| |varOrder| (-663 (-1209))) (|:| |inhom| (-3 (-663 (-1299 (-793))) "failed")) (|:| |hom| (-663 (-1299 (-793)))))) (-5 *1 (-243)))))
+(-10 -7 (-15 -3253 ((-2 (|:| |varOrder| (-663 (-1209))) (|:| |inhom| (-3 (-663 (-1299 (-793))) "failed")) (|:| |hom| (-663 (-1299 (-793))))) (-305 (-976 (-560))))))
+((-2233 (((-793)) 56 T ELT)) (-1470 (((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-711 $) (-1299 $)) 53 T ELT) (((-711 |#3|) (-711 $)) 44 T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-2068 (((-136)) 62 T ELT)) (-2703 (($ $ (-1 |#3| |#3|)) 18 T ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-3834 (((-1299 |#3|) $) NIL T ELT) (($ |#3|) NIL T ELT) (((-888) $) NIL T ELT) (($ (-560)) 12 T ELT) (($ (-421 (-560))) NIL T ELT)) (-3103 (((-793)) 15 T ELT)) (-2594 (($ $ |#3|) 59 T ELT)))
+(((-244 |#1| |#2| |#3|) (-10 -8 (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| (-560))) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -3834 ((-888) |#1|)) (-15 -3103 ((-793))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -3834 (|#1| |#3|)) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1470 ((-711 |#3|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-711 |#1|) (-1299 |#1|))) (-15 -2233 ((-793))) (-15 -2594 (|#1| |#1| |#3|)) (-15 -2068 ((-136))) (-15 -3834 ((-1299 |#3|) |#1|))) (-245 |#2| |#3|) (-793) (-1249)) (T -244))
+((-2068 (*1 *2) (-12 (-14 *4 (-793)) (-4 *5 (-1249)) (-5 *2 (-136)) (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5)))) (-2233 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1249)) (-5 *2 (-793)) (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5)))) (-3103 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1249)) (-5 *2 (-793)) (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5)))))
+(-10 -8 (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| (-560))) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -3834 ((-888) |#1|)) (-15 -3103 ((-793))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -3834 (|#1| |#3|)) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1470 ((-711 |#3|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-711 |#1|) (-1299 |#1|))) (-15 -2233 ((-793))) (-15 -2594 (|#1| |#1| |#3|)) (-15 -2068 ((-136))) (-15 -3834 ((-1299 |#3|) |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#2| (-102)) ELT)) (-3136 (((-114) $) 83 (|has| |#2| (-23)) ELT)) (-1543 (($ (-949)) 137 (|has| |#2| (-1081)) ELT)) (-2507 (((-1305) $ (-560) (-560)) 47 (|has| $ (-6 -4511)) ELT)) (-3429 (($ $ $) 133 (|has| |#2| (-817)) ELT)) (-1469 (((-3 $ "failed") $ $) 85 (|has| |#2| (-133)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-2233 (((-793)) 122 (|has| |#2| (-381)) ELT)) (-3986 ((|#2| $ (-560) |#2|) 59 (|has| $ (-6 -4511)) ELT)) (-4489 (($) 7 T CONST)) (-4142 (((-3 (-560) "failed") $) 78 (-2925 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ELT) (((-3 (-421 (-560)) "failed") $) 75 (-2925 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) (((-3 |#2| "failed") $) 72 (|has| |#2| (-1133)) ELT)) (-4072 (((-560) $) 77 (-2925 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ELT) (((-421 (-560)) $) 74 (-2925 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) ((|#2| $) 73 (|has| |#2| (-1133)) ELT)) (-1470 (((-711 (-560)) (-711 $)) 119 (-2925 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 118 (-2925 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) 117 (|has| |#2| (-1081)) ELT) (((-711 |#2|) (-711 $)) 116 (|has| |#2| (-1081)) ELT)) (-2167 (((-3 $ "failed") $) 93 (|has| |#2| (-1081)) ELT)) (-2150 (($) 125 (|has| |#2| (-381)) ELT)) (-2186 ((|#2| $ (-560) |#2|) 60 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ (-560)) 58 T ELT)) (-1366 (((-114) $) 132 (|has| |#2| (-817)) ELT)) (-3086 (((-663 |#2|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) 95 (|has| |#2| (-1081)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 50 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 126 (|has| |#2| (-872)) ELT)) (-4439 (((-663 |#2|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#2| $) 30 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 51 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 127 (|has| |#2| (-872)) ELT)) (-2173 (($ (-1 |#2| |#2|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#2| |#2|) $) 38 T ELT)) (-3862 (((-949) $) 124 (|has| |#2| (-381)) ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 121 (-2925 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 120 (-2925 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) 115 (|has| |#2| (-1081)) ELT) (((-711 |#2|) (-1299 $)) 114 (|has| |#2| (-1081)) ELT)) (-2128 (((-1191) $) 25 (|has| |#2| (-1133)) ELT)) (-3444 (((-663 (-560)) $) 53 T ELT)) (-2679 (((-114) (-560) $) 54 T ELT)) (-2081 (($ (-949)) 123 (|has| |#2| (-381)) ELT)) (-1473 (((-1152) $) 24 (|has| |#2| (-1133)) ELT)) (-1574 ((|#2| $) 49 (|has| (-560) (-872)) ELT)) (-2024 (($ $ |#2|) 48 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#2|))) 29 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) 28 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) 27 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 26 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#2| $) 52 (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#2| $ (-560) |#2|) 57 T ELT) ((|#2| $ (-560)) 56 T ELT)) (-4287 ((|#2| $ $) 136 (|has| |#2| (-1081)) ELT)) (-2599 (($ (-1299 |#2|)) 138 T ELT)) (-2068 (((-136)) 135 (|has| |#2| (-376)) ELT)) (-2703 (($ $ (-793)) 112 (-2925 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $) 110 (-2925 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 106 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209) (-793)) 105 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209))) 104 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209)) 102 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1 |#2| |#2|)) 101 (|has| |#2| (-1081)) ELT) (($ $ (-1 |#2| |#2|) (-793)) 100 (|has| |#2| (-1081)) ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#2| $) 31 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-1299 |#2|) $) 139 T ELT) (($ (-560)) 79 (-2309 (-2925 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (|has| |#2| (-1081))) ELT) (($ (-421 (-560))) 76 (-2925 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) (($ |#2|) 71 (|has| |#2| (-1133)) ELT) (((-888) $) 20 (|has| |#2| (-632 (-888))) ELT)) (-3103 (((-793)) 97 (|has| |#2| (-1081)) CONST)) (-1519 (((-114) $ $) 23 (|has| |#2| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2971 (($) 82 (|has| |#2| (-23)) CONST)) (-2983 (($) 96 (|has| |#2| (-1081)) CONST)) (-3095 (($ $ (-793)) 113 (-2925 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $) 111 (-2925 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 109 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209) (-793)) 108 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209))) 107 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209)) 103 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1 |#2| |#2|)) 99 (|has| |#2| (-1081)) ELT) (($ $ (-1 |#2| |#2|) (-793)) 98 (|has| |#2| (-1081)) ELT)) (-2537 (((-114) $ $) 128 (|has| |#2| (-872)) ELT)) (-2510 (((-114) $ $) 130 (|has| |#2| (-872)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#2| (-102)) ELT)) (-2525 (((-114) $ $) 129 (|has| |#2| (-872)) ELT)) (-2499 (((-114) $ $) 131 (|has| |#2| (-872)) ELT)) (-2594 (($ $ |#2|) 134 (|has| |#2| (-376)) ELT)) (-2581 (($ $ $) 88 (|has| |#2| (-21)) ELT) (($ $) 87 (|has| |#2| (-21)) ELT)) (-2571 (($ $ $) 80 (|has| |#2| (-25)) ELT)) (** (($ $ (-793)) 94 (|has| |#2| (-1081)) ELT) (($ $ (-949)) 91 (|has| |#2| (-1081)) ELT)) (* (($ $ $) 92 (|has| |#2| (-1081)) ELT) (($ $ |#2|) 90 (|has| |#2| (-748)) ELT) (($ |#2| $) 89 (|has| |#2| (-748)) ELT) (($ (-560) $) 86 (|has| |#2| (-21)) ELT) (($ (-793) $) 84 (|has| |#2| (-23)) ELT) (($ (-949) $) 81 (|has| |#2| (-25)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-245 |#1| |#2|) (-142) (-793) (-1249)) (T -245))
+((-2599 (*1 *1 *2) (-12 (-5 *2 (-1299 *4)) (-4 *4 (-1249)) (-4 *1 (-245 *3 *4)))) (-1543 (*1 *1 *2) (-12 (-5 *2 (-949)) (-4 *1 (-245 *3 *4)) (-4 *4 (-1081)) (-4 *4 (-1249)))) (-4287 (*1 *2 *1 *1) (-12 (-4 *1 (-245 *3 *2)) (-4 *2 (-1249)) (-4 *2 (-1081)))))
+(-13 (-618 (-560) |t#2|) (-632 (-1299 |t#2|)) (-10 -8 (-6 -4510) (-15 -2599 ($ (-1299 |t#2|))) (IF (|has| |t#2| (-1133)) (-6 (-426 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1081)) (PROGN (-6 (-111 |t#2| |t#2|)) (-6 (-234 |t#2|)) (-6 (-390 |t#2|)) (-15 -1543 ($ (-949))) (-15 -4287 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-133)) (-6 (-133)) |%noBranch|) (IF (|has| |t#2| (-23)) (-6 (-23)) |%noBranch|) (IF (|has| |t#2| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#2| (-748)) (-6 (-662 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-381)) (-6 (-381)) |%noBranch|) (IF (|has| |t#2| (-175)) (-6 (-739 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-6 -4507)) (-6 -4507) |%noBranch|) (IF (|has| |t#2| (-872)) (-6 (-872)) |%noBranch|) (IF (|has| |t#2| (-817)) (-6 (-817)) |%noBranch|) (IF (|has| |t#2| (-376)) (-6 (-1307 |t#2|)) |%noBranch|)))
+(((-21) -2309 (|has| |#2| (-1081)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-21))) ((-23) -2309 (|has| |#2| (-1081)) (|has| |#2| (-817)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-25) -2309 (|has| |#2| (-1081)) (|has| |#2| (-817)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-34) . T) ((-102) -2309 (|has| |#2| (-1133)) (|has| |#2| (-1081)) (|has| |#2| (-872)) (|has| |#2| (-817)) (|has| |#2| (-748)) (|has| |#2| (-381)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-102)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-111 |#2| |#2|) -2309 (|has| |#2| (-1081)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-133) -2309 (|has| |#2| (-1081)) (|has| |#2| (-817)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-21))) ((-635 #0=(-421 (-560))) -12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ((-635 (-560)) -2309 (|has| |#2| (-1081)) (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133)))) ((-635 |#2|) |has| |#2| (-1133)) ((-632 (-888)) -2309 (|has| |#2| (-1133)) (|has| |#2| (-1081)) (|has| |#2| (-872)) (|has| |#2| (-817)) (|has| |#2| (-748)) (|has| |#2| (-381)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-632 (-888))) (|has| |#2| (-133)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-632 (-1299 |#2|)) . T) ((-236 $) -2309 (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) (-12 (|has| |#2| (-240)) (|has| |#2| (-1081)))) ((-234 |#2|) |has| |#2| (-1081)) ((-240) -12 (|has| |#2| (-240)) (|has| |#2| (-1081))) ((-239) -2309 (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) (-12 (|has| |#2| (-240)) (|has| |#2| (-1081)))) ((-274 |#2|) |has| |#2| (-1081)) ((-298 #1=(-560) |#2|) . T) ((-300 #1# |#2|) . T) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-381) |has| |#2| (-381)) ((-390 |#2|) |has| |#2| (-1081)) ((-426 |#2|) |has| |#2| (-1133)) ((-503 |#2|) . T) ((-618 #1# |#2|) . T) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-668 (-560)) -2309 (|has| |#2| (-1081)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-21))) ((-668 |#2|) -2309 (|has| |#2| (-1081)) (|has| |#2| (-748)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-668 $) |has| |#2| (-1081)) ((-670 #2=(-560)) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ((-670 |#2|) -2309 (|has| |#2| (-1081)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-670 $) |has| |#2| (-1081)) ((-662 |#2|) -2309 (|has| |#2| (-748)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-660 #2#) -12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ((-660 |#2|) |has| |#2| (-1081)) ((-739 |#2|) -2309 (|has| |#2| (-376)) (|has| |#2| (-175))) ((-748) |has| |#2| (-1081)) ((-816) |has| |#2| (-817)) ((-817) |has| |#2| (-817)) ((-818) |has| |#2| (-817)) ((-821) |has| |#2| (-817)) ((-872) -2309 (|has| |#2| (-872)) (|has| |#2| (-817))) ((-875) -2309 (|has| |#2| (-872)) (|has| |#2| (-817))) ((-922 $ #3=(-1209)) -2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) (-12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081)))) ((-928 (-1209)) -12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081))) ((-930 #3#) -2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) (-12 (|has| |#2| (-928 (-1209))) (|has| |#2| (-1081)))) ((-1070 #0#) -12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ((-1070 (-560)) -12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ((-1070 |#2|) |has| |#2| (-1133)) ((-1083 |#2|) -2309 (|has| |#2| (-1081)) (|has| |#2| (-748)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-1088 |#2|) -2309 (|has| |#2| (-1081)) (|has| |#2| (-376)) (|has| |#2| (-175))) ((-1081) |has| |#2| (-1081)) ((-1089) |has| |#2| (-1081)) ((-1144) |has| |#2| (-1081)) ((-1133) -2309 (|has| |#2| (-1133)) (|has| |#2| (-1081)) (|has| |#2| (-872)) (|has| |#2| (-817)) (|has| |#2| (-748)) (|has| |#2| (-381)) (|has| |#2| (-376)) (|has| |#2| (-175)) (|has| |#2| (-133)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-1249) . T) ((-1307 |#2|) |has| |#2| (-376)))
+((-3808 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3136 (((-114) $) NIL (|has| |#2| (-23)) ELT)) (-1543 (($ (-949)) 62 (|has| |#2| (-1081)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-3429 (($ $ $) 68 (|has| |#2| (-817)) ELT)) (-1469 (((-3 $ "failed") $ $) 53 (|has| |#2| (-133)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#2| (-381)) ELT)) (-3986 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) (((-3 |#2| "failed") $) 30 (|has| |#2| (-1133)) ELT)) (-4072 (((-560) $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) ((|#2| $) 28 (|has| |#2| (-1133)) ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL (|has| |#2| (-1081)) ELT) (((-711 |#2|) (-711 $)) NIL (|has| |#2| (-1081)) ELT)) (-2167 (((-3 $ "failed") $) 58 (|has| |#2| (-1081)) ELT)) (-2150 (($) NIL (|has| |#2| (-381)) ELT)) (-2186 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ (-560)) 56 T ELT)) (-1366 (((-114) $) NIL (|has| |#2| (-817)) ELT)) (-3086 (((-663 |#2|) $) 14 (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) NIL (|has| |#2| (-1081)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) 19 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#2| (-872)) ELT)) (-4439 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#2| (-872)) ELT)) (-2173 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#2| (-381)) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL (|has| |#2| (-1081)) ELT) (((-711 |#2|) (-1299 $)) NIL (|has| |#2| (-1081)) ELT)) (-2128 (((-1191) $) NIL (|has| |#2| (-1133)) ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-2081 (($ (-949)) NIL (|has| |#2| (-381)) ELT)) (-1473 (((-1152) $) NIL (|has| |#2| (-1133)) ELT)) (-1574 ((|#2| $) NIL (|has| (-560) (-872)) ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 23 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-560)) 20 T ELT)) (-4287 ((|#2| $ $) NIL (|has| |#2| (-1081)) ELT)) (-2599 (($ (-1299 |#2|)) 17 T ELT)) (-2068 (((-136)) NIL (|has| |#2| (-376)) ELT)) (-2703 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1081)) ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-1299 |#2|) $) 9 T ELT) (($ (-560)) NIL (-2309 (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (|has| |#2| (-1081))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) (($ |#2|) 12 (|has| |#2| (-1133)) ELT) (((-888) $) NIL (|has| |#2| (-632 (-888))) ELT)) (-3103 (((-793)) NIL (|has| |#2| (-1081)) CONST)) (-1519 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2971 (($) 36 (|has| |#2| (-23)) CONST)) (-2983 (($) 40 (|has| |#2| (-1081)) CONST)) (-3095 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1081)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2478 (((-114) $ $) 27 (|has| |#2| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2499 (((-114) $ $) 66 (|has| |#2| (-872)) ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-2571 (($ $ $) 34 (|has| |#2| (-25)) ELT)) (** (($ $ (-793)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-949)) NIL (|has| |#2| (-1081)) ELT)) (* (($ $ $) 46 (|has| |#2| (-1081)) ELT) (($ $ |#2|) 44 (|has| |#2| (-748)) ELT) (($ |#2| $) 45 (|has| |#2| (-748)) ELT) (($ (-560) $) NIL (|has| |#2| (-21)) ELT) (($ (-793) $) NIL (|has| |#2| (-23)) ELT) (($ (-949) $) NIL (|has| |#2| (-25)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-246 |#1| |#2|) (-245 |#1| |#2|) (-793) (-1249)) (T -246))
NIL
(-245 |#1| |#2|)
-((-3065 (((-246 |#1| |#3|) (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|) 21 T ELT)) (-2108 ((|#3| (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|) 23 T ELT)) (-2067 (((-246 |#1| |#3|) (-1 |#3| |#2|) (-246 |#1| |#2|)) 18 T ELT)))
-(((-247 |#1| |#2| |#3|) (-10 -7 (-15 -3065 ((-246 |#1| |#3|) (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|)) (-15 -2108 (|#3| (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|)) (-15 -2067 ((-246 |#1| |#3|) (-1 |#3| |#2|) (-246 |#1| |#2|)))) (-793) (-1248) (-1248)) (T -247))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-246 *5 *6)) (-14 *5 (-793)) (-4 *6 (-1248)) (-4 *7 (-1248)) (-5 *2 (-246 *5 *7)) (-5 *1 (-247 *5 *6 *7)))) (-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-246 *5 *6)) (-14 *5 (-793)) (-4 *6 (-1248)) (-4 *2 (-1248)) (-5 *1 (-247 *5 *6 *2)))) (-3065 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-246 *6 *7)) (-14 *6 (-793)) (-4 *7 (-1248)) (-4 *5 (-1248)) (-5 *2 (-246 *6 *5)) (-5 *1 (-247 *6 *7 *5)))))
-(-10 -7 (-15 -3065 ((-246 |#1| |#3|) (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|)) (-15 -2108 (|#3| (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|)) (-15 -2067 ((-246 |#1| |#3|) (-1 |#3| |#2|) (-246 |#1| |#2|))))
-((-1492 (((-560) (-663 (-1190))) 36 T ELT) (((-560) (-1190)) 29 T ELT)) (-4087 (((-1304) (-663 (-1190))) 40 T ELT) (((-1304) (-1190)) 39 T ELT)) (-3653 (((-1190)) 16 T ELT)) (-3106 (((-1190) (-560) (-1190)) 23 T ELT)) (-2188 (((-663 (-1190)) (-663 (-1190)) (-560) (-1190)) 37 T ELT) (((-1190) (-1190) (-560) (-1190)) 35 T ELT)) (-1351 (((-663 (-1190)) (-663 (-1190))) 15 T ELT) (((-663 (-1190)) (-1190)) 11 T ELT)))
-(((-248) (-10 -7 (-15 -1351 ((-663 (-1190)) (-1190))) (-15 -1351 ((-663 (-1190)) (-663 (-1190)))) (-15 -3653 ((-1190))) (-15 -3106 ((-1190) (-560) (-1190))) (-15 -2188 ((-1190) (-1190) (-560) (-1190))) (-15 -2188 ((-663 (-1190)) (-663 (-1190)) (-560) (-1190))) (-15 -4087 ((-1304) (-1190))) (-15 -4087 ((-1304) (-663 (-1190)))) (-15 -1492 ((-560) (-1190))) (-15 -1492 ((-560) (-663 (-1190)))))) (T -248))
-((-1492 (*1 *2 *3) (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-560)) (-5 *1 (-248)))) (-1492 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-560)) (-5 *1 (-248)))) (-4087 (*1 *2 *3) (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-1304)) (-5 *1 (-248)))) (-4087 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-248)))) (-2188 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-663 (-1190))) (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *1 (-248)))) (-2188 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1190)) (-5 *3 (-560)) (-5 *1 (-248)))) (-3106 (*1 *2 *3 *2) (-12 (-5 *2 (-1190)) (-5 *3 (-560)) (-5 *1 (-248)))) (-3653 (*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-248)))) (-1351 (*1 *2 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-248)))) (-1351 (*1 *2 *3) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-248)) (-5 *3 (-1190)))))
-(-10 -7 (-15 -1351 ((-663 (-1190)) (-1190))) (-15 -1351 ((-663 (-1190)) (-663 (-1190)))) (-15 -3653 ((-1190))) (-15 -3106 ((-1190) (-560) (-1190))) (-15 -2188 ((-1190) (-1190) (-560) (-1190))) (-15 -2188 ((-663 (-1190)) (-663 (-1190)) (-560) (-1190))) (-15 -4087 ((-1304) (-1190))) (-15 -4087 ((-1304) (-663 (-1190)))) (-15 -1492 ((-560) (-1190))) (-15 -1492 ((-560) (-663 (-1190)))))
-((** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 20 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-421 (-560)) $) 27 T ELT) (($ $ (-421 (-560))) NIL T ELT)))
-(((-249 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-560))) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-948))) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|))) (-250)) (T -249))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-560))) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-948))) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 52 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 56 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 53 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ (-421 (-560)) $) 55 T ELT) (($ $ (-421 (-560))) 54 T ELT)))
+((-4215 (((-246 |#1| |#3|) (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|) 21 T ELT)) (-1995 ((|#3| (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|) 23 T ELT)) (-1793 (((-246 |#1| |#3|) (-1 |#3| |#2|) (-246 |#1| |#2|)) 18 T ELT)))
+(((-247 |#1| |#2| |#3|) (-10 -7 (-15 -4215 ((-246 |#1| |#3|) (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|)) (-15 -1995 (|#3| (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|)) (-15 -1793 ((-246 |#1| |#3|) (-1 |#3| |#2|) (-246 |#1| |#2|)))) (-793) (-1249) (-1249)) (T -247))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-246 *5 *6)) (-14 *5 (-793)) (-4 *6 (-1249)) (-4 *7 (-1249)) (-5 *2 (-246 *5 *7)) (-5 *1 (-247 *5 *6 *7)))) (-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-246 *5 *6)) (-14 *5 (-793)) (-4 *6 (-1249)) (-4 *2 (-1249)) (-5 *1 (-247 *5 *6 *2)))) (-4215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-246 *6 *7)) (-14 *6 (-793)) (-4 *7 (-1249)) (-4 *5 (-1249)) (-5 *2 (-246 *6 *5)) (-5 *1 (-247 *6 *7 *5)))))
+(-10 -7 (-15 -4215 ((-246 |#1| |#3|) (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|)) (-15 -1995 (|#3| (-1 |#3| |#2| |#3|) (-246 |#1| |#2|) |#3|)) (-15 -1793 ((-246 |#1| |#3|) (-1 |#3| |#2|) (-246 |#1| |#2|))))
+((-1343 (((-560) (-663 (-1191))) 36 T ELT) (((-560) (-1191)) 29 T ELT)) (-3364 (((-1305) (-663 (-1191))) 40 T ELT) (((-1305) (-1191)) 39 T ELT)) (-2316 (((-1191)) 16 T ELT)) (-2288 (((-1191) (-560) (-1191)) 23 T ELT)) (-3236 (((-663 (-1191)) (-663 (-1191)) (-560) (-1191)) 37 T ELT) (((-1191) (-1191) (-560) (-1191)) 35 T ELT)) (-2819 (((-663 (-1191)) (-663 (-1191))) 15 T ELT) (((-663 (-1191)) (-1191)) 11 T ELT)))
+(((-248) (-10 -7 (-15 -2819 ((-663 (-1191)) (-1191))) (-15 -2819 ((-663 (-1191)) (-663 (-1191)))) (-15 -2316 ((-1191))) (-15 -2288 ((-1191) (-560) (-1191))) (-15 -3236 ((-1191) (-1191) (-560) (-1191))) (-15 -3236 ((-663 (-1191)) (-663 (-1191)) (-560) (-1191))) (-15 -3364 ((-1305) (-1191))) (-15 -3364 ((-1305) (-663 (-1191)))) (-15 -1343 ((-560) (-1191))) (-15 -1343 ((-560) (-663 (-1191)))))) (T -248))
+((-1343 (*1 *2 *3) (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-560)) (-5 *1 (-248)))) (-1343 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-560)) (-5 *1 (-248)))) (-3364 (*1 *2 *3) (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-1305)) (-5 *1 (-248)))) (-3364 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-248)))) (-3236 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-663 (-1191))) (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *1 (-248)))) (-3236 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1191)) (-5 *3 (-560)) (-5 *1 (-248)))) (-2288 (*1 *2 *3 *2) (-12 (-5 *2 (-1191)) (-5 *3 (-560)) (-5 *1 (-248)))) (-2316 (*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-248)))) (-2819 (*1 *2 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-248)))) (-2819 (*1 *2 *3) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-248)) (-5 *3 (-1191)))))
+(-10 -7 (-15 -2819 ((-663 (-1191)) (-1191))) (-15 -2819 ((-663 (-1191)) (-663 (-1191)))) (-15 -2316 ((-1191))) (-15 -2288 ((-1191) (-560) (-1191))) (-15 -3236 ((-1191) (-1191) (-560) (-1191))) (-15 -3236 ((-663 (-1191)) (-663 (-1191)) (-560) (-1191))) (-15 -3364 ((-1305) (-1191))) (-15 -3364 ((-1305) (-663 (-1191)))) (-15 -1343 ((-560) (-1191))) (-15 -1343 ((-560) (-663 (-1191)))))
+((** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 20 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-421 (-560)) $) 27 T ELT) (($ $ (-421 (-560))) NIL T ELT)))
+(((-249 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-560))) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-949))) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|))) (-250)) (T -249))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-560))) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-949))) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 52 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 56 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 53 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ (-421 (-560)) $) 55 T ELT) (($ $ (-421 (-560))) 54 T ELT)))
(((-250) (-142)) (T -250))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-250)) (-5 *2 (-560)))) (-2402 (*1 *1 *1) (-4 *1 (-250))))
-(-13 (-302) (-38 (-421 (-560))) (-10 -8 (-15 ** ($ $ (-560))) (-15 -2402 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-302) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-739 #0#) . T) ((-748) . T) ((-1082 #0#) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 55 T ELT)) (-3730 (($ $) 66 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 ((|#1| $ |#1|) 46 (|has| $ (-6 -4510)) ELT)) (-3651 (($ $ $) 62 (|has| $ (-6 -4510)) ELT)) (-2033 (($ $ $) 61 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 48 (|has| $ (-6 -4510)) ELT)) (-3366 (($) 7 T CONST)) (-3084 (($ $) 65 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 57 T ELT)) (-2602 (((-114) $ $) 49 (|has| |#1| (-1132)) ELT)) (-2168 (($ $) 64 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1940 (((-663 |#1|) $) 52 T ELT)) (-2833 (((-114) $) 56 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) 68 T ELT)) (-1787 (($ $) 67 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ "value") 54 T ELT)) (-1403 (((-560) $ $) 51 T ELT)) (-4235 (((-114) $) 53 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-1464 (($ $ $) 63 (|has| $ (-6 -4510)) ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 58 T ELT)) (-3066 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-251 |#1|) (-142) (-1248)) (T -251))
-((-2045 (*1 *2 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248)))) (-1787 (*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248)))) (-3730 (*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248)))) (-3084 (*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248)))) (-2168 (*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248)))) (-1464 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-251 *2)) (-4 *2 (-1248)))) (-3651 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-251 *2)) (-4 *2 (-1248)))) (-2033 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-251 *2)) (-4 *2 (-1248)))))
-(-13 (-1041 |t#1|) (-10 -8 (-15 -2045 (|t#1| $)) (-15 -1787 ($ $)) (-15 -3730 ($ $)) (-15 -3084 ($ $)) (-15 -2168 ($ $)) (IF (|has| $ (-6 -4510)) (PROGN (-15 -1464 ($ $ $)) (-15 -3651 ($ $ $)) (-15 -2033 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1041 |#1|) . T) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) NIL T ELT)) (-2580 ((|#1| $) NIL T ELT)) (-3730 (($ $) NIL T ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) $) NIL (|has| |#1| (-871)) ELT) (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-3119 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3334 (($ $) 10 (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) NIL (|has| $ (-6 -4510)) ELT)) (-1498 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3746 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-2501 (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2570 ((|#1| $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-3806 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2813 (($ $) NIL (|has| |#1| (-1132)) ELT)) (-2885 (($ $) 7 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1784 (($ |#1| $) NIL (|has| |#1| (-1132)) ELT) (($ (-1 (-114) |#1|) $) NIL T ELT)) (-2025 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-1866 (((-114) $) NIL T ELT)) (-2533 (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) (-1 (-114) |#1|) $) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2531 (($ (-793) |#1|) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3104 (($ $ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-4246 (($ $ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1335 (($ |#1|) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1368 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-1726 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2655 (((-114) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) ((|#1| $ "first") NIL T ELT) (($ $ "rest") NIL T ELT) ((|#1| $ "last") NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) ((|#1| $ (-560) |#1|) NIL T ELT) (($ $ "unique") 9 T ELT) (($ $ "sort") 12 T ELT) (((-793) $ "count") 16 T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-2229 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3435 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-4198 (($ (-663 |#1|)) 22 T ELT)) (-4235 (((-114) $) NIL T ELT)) (-2936 (($ $) NIL T ELT)) (-2841 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) NIL T ELT)) (-3957 (($ $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) NIL T ELT)) (-1464 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-4357 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-663 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2539 (($ (-663 |#1|)) 17 T ELT) (((-663 |#1|) $) 18 T ELT) (((-887) $) 21 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) 14 (|has| $ (-6 -4509)) ELT)))
-(((-252 |#1|) (-13 (-688 |#1|) (-504 (-663 |#1|)) (-10 -8 (-15 -4198 ($ (-663 |#1|))) (-15 -1495 ($ $ "unique")) (-15 -1495 ($ $ "sort")) (-15 -1495 ((-793) $ "count")))) (-871)) (T -252))
-((-4198 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-252 *3)))) (-1495 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-252 *3)) (-4 *3 (-871)))) (-1495 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-252 *3)) (-4 *3 (-871)))) (-1495 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-793)) (-5 *1 (-252 *4)) (-4 *4 (-871)))))
-(-13 (-688 |#1|) (-504 (-663 |#1|)) (-10 -8 (-15 -4198 ($ (-663 |#1|))) (-15 -1495 ($ $ "unique")) (-15 -1495 ($ $ "sort")) (-15 -1495 ((-793) $ "count"))))
-((-4237 (((-3 (-793) "failed") |#1| |#1| (-793)) 40 T ELT)))
-(((-253 |#1|) (-10 -7 (-15 -4237 ((-3 (-793) "failed") |#1| |#1| (-793)))) (-13 (-748) (-381) (-10 -7 (-15 ** (|#1| |#1| (-560)))))) (T -253))
-((-4237 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-793)) (-4 *3 (-13 (-748) (-381) (-10 -7 (-15 ** (*3 *3 (-560)))))) (-5 *1 (-253 *3)))))
-(-10 -7 (-15 -4237 ((-3 (-793) "failed") |#1| |#1| (-793))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2457 (($ $) 59 (|has| |#1| (-239)) ELT) (($ $ (-793)) 57 (|has| |#1| (-239)) ELT) (($ $ (-1208)) 55 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 53 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 52 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 51 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1 |#1| |#1|) (-793)) 45 T ELT) (($ $ (-1 |#1| |#1|)) 44 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-4324 (($ $) 58 (|has| |#1| (-239)) ELT) (($ $ (-793)) 56 (|has| |#1| (-239)) ELT) (($ $ (-1208)) 54 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 50 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 49 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 48 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1 |#1| |#1|) (-793)) 47 T ELT) (($ $ (-1 |#1| |#1|)) 46 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
-(((-254 |#1|) (-142) (-1080)) (T -254))
-NIL
-(-13 (-111 |t#1| |t#1|) (-274 |t#1|) (-10 -7 (IF (|has| |t#1| (-239)) (-6 (-237 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-929 (-1208))) (-6 (-926 |t#1| (-1208))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-236 $) |has| |#1| (-239)) ((-237 |#1|) |has| |#1| (-239)) ((-239) |has| |#1| (-239)) ((-274 |#1|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) -2191 (-12 (|has| |#1| (-175)) (|has| |#1| (-929 (-1208)))) (-12 (|has| |#1| (-175)) (|has| |#1| (-239)))) ((-739 |#1|) -2191 (-12 (|has| |#1| (-175)) (|has| |#1| (-929 (-1208)))) (-12 (|has| |#1| (-175)) (|has| |#1| (-239)))) ((-921 $ #0=(-1208)) |has| |#1| (-929 (-1208))) ((-926 |#1| (-1208)) |has| |#1| (-929 (-1208))) ((-929 #0#) |has| |#1| (-929 (-1208))) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-888 |#1|)) $) NIL T ELT)) (-3349 (((-1202 $) $ (-888 |#1|)) NIL T ELT) (((-1202 |#2|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-888 |#1|))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#2| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-888 |#1|) "failed") $) NIL T ELT)) (-3056 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-888 |#1|) $) NIL T ELT)) (-2076 (($ $ $ (-888 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-3091 (($ $ (-663 (-560))) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-888 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#2| (-939)) ELT)) (-1524 (($ $ |#2| (-246 (-2305 |#1|) (-793)) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-888 |#1|) (-911 (-391))) (|has| |#2| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-888 |#1|) (-911 (-560))) (|has| |#2| (-911 (-560)))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3541 (($ (-1202 |#2|) (-888 |#1|)) NIL T ELT) (($ (-1202 $) (-888 |#1|)) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#2| (-246 (-2305 |#1|) (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-888 |#1|)) NIL T ELT)) (-4486 (((-246 (-2305 |#1|) (-793)) $) NIL T ELT) (((-793) $ (-888 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-888 |#1|))) NIL T ELT)) (-1729 (($ (-1 (-246 (-2305 |#1|) (-793)) (-246 (-2305 |#1|) (-793))) $) NIL T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1762 (((-3 (-888 |#1|) "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#2| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-888 |#1|)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#2| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#2| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#2| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-888 |#1|) |#2|) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 |#2|)) NIL T ELT) (($ $ (-888 |#1|) $) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 $)) NIL T ELT)) (-3622 (($ $ (-888 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2457 (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|)) NIL T ELT)) (-4283 (((-246 (-2305 |#1|) (-793)) $) NIL T ELT) (((-793) $ (-888 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-888 |#1|))) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-888 |#1|) (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-888 |#1|) (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-888 |#1|) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-2389 ((|#2| $) NIL (|has| |#2| (-466)) ELT) (($ $ (-888 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-888 |#1|)) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#2| (-571)) ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ (-246 (-2305 |#1|) (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#2| (-939))) (|has| |#2| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
-(((-255 |#1| |#2|) (-13 (-979 |#2| (-246 (-2305 |#1|) (-793)) (-888 |#1|)) (-10 -8 (-15 -3091 ($ $ (-663 (-560)))))) (-663 (-1208)) (-1080)) (T -255))
-((-3091 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-255 *3 *4)) (-14 *3 (-663 (-1208))) (-4 *4 (-1080)))))
-(-13 (-979 |#2| (-246 (-2305 |#1|) (-793)) (-888 |#1|)) (-10 -8 (-15 -3091 ($ $ (-663 (-560))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3630 (((-1304) $) 17 T ELT)) (-3140 (((-187 (-257)) $) 11 T ELT)) (-2068 (($ (-187 (-257))) 12 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3361 (((-257) $) 7 T ELT)) (-2539 (((-887) $) 9 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 15 T ELT)))
-(((-256) (-13 (-1132) (-10 -8 (-15 -3361 ((-257) $)) (-15 -3140 ((-187 (-257)) $)) (-15 -2068 ($ (-187 (-257)))) (-15 -3630 ((-1304) $))))) (T -256))
-((-3361 (*1 *2 *1) (-12 (-5 *2 (-257)) (-5 *1 (-256)))) (-3140 (*1 *2 *1) (-12 (-5 *2 (-187 (-257))) (-5 *1 (-256)))) (-2068 (*1 *1 *2) (-12 (-5 *2 (-187 (-257))) (-5 *1 (-256)))) (-3630 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-256)))))
-(-13 (-1132) (-10 -8 (-15 -3361 ((-257) $)) (-15 -3140 ((-187 (-257)) $)) (-15 -2068 ($ (-187 (-257)))) (-15 -3630 ((-1304) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1831 (((-663 (-889)) $) NIL T ELT)) (-3952 (((-520) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3997 (((-190) $) NIL T ELT)) (-3880 (((-114) $ (-520)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1391 (((-345) $) 7 T ELT)) (-1994 (((-663 (-114)) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (((-186) $) 8 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1816 (((-55) $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-257) (-13 (-189) (-632 (-186)) (-10 -8 (-15 -1391 ((-345) $))))) (T -257))
-((-1391 (*1 *2 *1) (-12 (-5 *2 (-345)) (-5 *1 (-257)))))
-(-13 (-189) (-632 (-186)) (-10 -8 (-15 -1391 ((-345) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1495 (((-1213) $ (-793)) 13 T ELT)) (-2539 (((-887) $) 20 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 16 T ELT)) (-2305 (((-793) $) 9 T ELT)))
-(((-258) (-13 (-1132) (-298 (-793) (-1213)) (-10 -8 (-15 -2305 ((-793) $))))) (T -258))
-((-2305 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-258)))))
-(-13 (-1132) (-298 (-793) (-1213)) (-10 -8 (-15 -2305 ((-793) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2373 (($ (-948)) NIL (|has| |#4| (-1080)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2180 (($ $ $) NIL (|has| |#4| (-815)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#4| (-381)) ELT)) (-2696 ((|#4| $ (-560) |#4|) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1132)) ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| |#4| (-1069 (-560))) (|has| |#4| (-1132))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#4| (-1069 (-421 (-560)))) (|has| |#4| (-1132))) ELT)) (-3056 ((|#4| $) NIL (|has| |#4| (-1132)) ELT) (((-560) $) NIL (-12 (|has| |#4| (-1069 (-560))) (|has| |#4| (-1132))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#4| (-1069 (-421 (-560)))) (|has| |#4| (-1132))) ELT)) (-2336 (((-2 (|:| -1469 (-711 |#4|)) (|:| |vec| (-1298 |#4|))) (-711 $) (-1298 $)) NIL (|has| |#4| (-1080)) ELT) (((-711 |#4|) (-711 $)) NIL (|has| |#4| (-1080)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1080))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1080))) ELT)) (-4310 (((-3 $ "failed") $) NIL (|has| |#4| (-1080)) ELT)) (-3362 (($) NIL (|has| |#4| (-381)) ELT)) (-3472 ((|#4| $ (-560) |#4|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#4| $ (-560)) NIL T ELT)) (-1559 (((-663 |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) NIL (|has| |#4| (-1080)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#4| (-871)) ELT)) (-2559 (((-663 |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#4| (-871)) ELT)) (-3459 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#4| (-381)) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-2207 (((-2 (|:| -1469 (-711 |#4|)) (|:| |vec| (-1298 |#4|))) (-1298 $) $) NIL (|has| |#4| (-1080)) ELT) (((-711 |#4|) (-1298 $)) NIL (|has| |#4| (-1080)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1080))) ELT) (((-711 (-560)) (-1298 $)) NIL (-12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1080))) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3998 (($ (-948)) NIL (|has| |#4| (-381)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 ((|#4| $) NIL (|has| (-560) (-871)) ELT)) (-4446 (($ $ |#4|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-3155 (((-663 |#4|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#4| $ (-560) |#4|) NIL T ELT) ((|#4| $ (-560)) 12 T ELT)) (-3491 ((|#4| $ $) NIL (|has| |#4| (-1080)) ELT)) (-3441 (($ (-1298 |#4|)) NIL T ELT)) (-2328 (((-136)) NIL (|has| |#4| (-376)) ELT)) (-2457 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1080)) ELT) (($ $ (-1 |#4| |#4|) (-793)) NIL (|has| |#4| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| |#4| (-240)) (|has| |#4| (-1080))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1080)))) ELT) (($ $) NIL (-2191 (-12 (|has| |#4| (-240)) (|has| |#4| (-1080))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1080)))) ELT)) (-3150 (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-1298 |#4|) $) NIL T ELT) (($ |#4|) NIL (|has| |#4| (-1132)) ELT) (((-887) $) NIL T ELT) (($ (-560)) NIL (-2191 (-12 (|has| |#4| (-1069 (-560))) (|has| |#4| (-1132))) (|has| |#4| (-1080))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#4| (-1069 (-421 (-560)))) (|has| |#4| (-1132))) ELT)) (-3418 (((-793)) NIL (|has| |#4| (-1080)) CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL (|has| |#4| (-1080)) CONST)) (-4324 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1080)) ELT) (($ $ (-1 |#4| |#4|) (-793)) NIL (|has| |#4| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#4| (-927 (-1208))) (|has| |#4| (-1080))) (-12 (|has| |#4| (-929 (-1208))) (|has| |#4| (-1080)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| |#4| (-240)) (|has| |#4| (-1080))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1080)))) ELT) (($ $) NIL (-2191 (-12 (|has| |#4| (-240)) (|has| |#4| (-1080))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1080)))) ELT)) (-2383 (((-114) $ $) NIL (|has| |#4| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#4| (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| |#4| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#4| (-871)) ELT)) (-2436 (($ $ |#4|) NIL (|has| |#4| (-376)) ELT)) (-2426 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL (|has| |#4| (-1080)) ELT) (($ $ (-948)) NIL (|has| |#4| (-1080)) ELT)) (* (($ |#2| $) 14 T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-948) $) NIL T ELT) (($ |#3| $) 18 T ELT) (($ $ |#4|) NIL (|has| |#4| (-748)) ELT) (($ |#4| $) NIL (|has| |#4| (-748)) ELT) (($ $ $) NIL (|has| |#4| (-1080)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-259 |#1| |#2| |#3| |#4|) (-13 (-245 |#1| |#4|) (-670 |#2|) (-670 |#3|)) (-948) (-1080) (-1154 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-670 |#2|)) (T -259))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-250)) (-5 *2 (-560)))) (-4260 (*1 *1 *1) (-4 *1 (-250))))
+(-13 (-302) (-38 (-421 (-560))) (-10 -8 (-15 ** ($ $ (-560))) (-15 -4260 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-302) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-739 #0#) . T) ((-748) . T) ((-1083 #0#) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 55 T ELT)) (-4034 (($ $) 66 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 ((|#1| $ |#1|) 46 (|has| $ (-6 -4511)) ELT)) (-2198 (($ $ $) 62 (|has| $ (-6 -4511)) ELT)) (-3345 (($ $ $) 61 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 48 (|has| $ (-6 -4511)) ELT)) (-4489 (($) 7 T CONST)) (-3430 (($ $) 65 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 57 T ELT)) (-4428 (((-114) $ $) 49 (|has| |#1| (-1133)) ELT)) (-1682 (($ $) 64 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2778 (((-663 |#1|) $) 52 T ELT)) (-3019 (((-114) $) 56 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) 68 T ELT)) (-2221 (($ $) 67 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ "value") 54 T ELT)) (-3419 (((-560) $ $) 51 T ELT)) (-1898 (((-114) $) 53 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-4409 (($ $ $) 63 (|has| $ (-6 -4511)) ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 58 T ELT)) (-4316 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-251 |#1|) (-142) (-1249)) (T -251))
+((-3534 (*1 *2 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249)))) (-2221 (*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249)))) (-4034 (*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249)))) (-3430 (*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249)))) (-1682 (*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249)))) (-4409 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-251 *2)) (-4 *2 (-1249)))) (-2198 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-251 *2)) (-4 *2 (-1249)))) (-3345 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-251 *2)) (-4 *2 (-1249)))))
+(-13 (-1042 |t#1|) (-10 -8 (-15 -3534 (|t#1| $)) (-15 -2221 ($ $)) (-15 -4034 ($ $)) (-15 -3430 ($ $)) (-15 -1682 ($ $)) (IF (|has| $ (-6 -4511)) (PROGN (-15 -4409 ($ $ $)) (-15 -2198 ($ $ $)) (-15 -3345 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1042 |#1|) . T) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) NIL T ELT)) (-1910 ((|#1| $) NIL T ELT)) (-4034 (($ $) NIL T ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) $) NIL (|has| |#1| (-872)) ELT) (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-4235 (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-2125 (($ $) 10 (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) NIL (|has| $ (-6 -4511)) ELT)) (-1828 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4082 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4174 (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1900 ((|#1| $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-1586 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1536 (($ $) NIL (|has| |#1| (-1133)) ELT)) (-4154 (($ $) 7 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1851 (($ |#1| $) NIL (|has| |#1| (-1133)) ELT) (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3513 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-4061 (((-114) $) NIL T ELT)) (-3817 (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) (-1 (-114) |#1|) $) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-4446 (($ (-793) |#1|) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2100 (($ $ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-1762 (($ $ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3209 (($ |#1|) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-3549 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-4233 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2126 (((-114) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) ((|#1| $ "first") NIL T ELT) (($ $ "rest") NIL T ELT) ((|#1| $ "last") NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) ((|#1| $ (-560) |#1|) NIL T ELT) (($ $ "unique") 9 T ELT) (($ $ "sort") 12 T ELT) (((-793) $ "count") 16 T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-2380 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3032 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-4020 (($ (-663 |#1|)) 22 T ELT)) (-1898 (((-114) $) NIL T ELT)) (-2935 (($ $) NIL T ELT)) (-2481 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) NIL T ELT)) (-1993 (($ $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) NIL T ELT)) (-4409 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2465 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-663 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3834 (($ (-663 |#1|)) 17 T ELT) (((-663 |#1|) $) 18 T ELT) (((-888) $) 21 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) 14 (|has| $ (-6 -4510)) ELT)))
+(((-252 |#1|) (-13 (-688 |#1|) (-504 (-663 |#1|)) (-10 -8 (-15 -4020 ($ (-663 |#1|))) (-15 -3034 ($ $ "unique")) (-15 -3034 ($ $ "sort")) (-15 -3034 ((-793) $ "count")))) (-872)) (T -252))
+((-4020 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-252 *3)))) (-3034 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-252 *3)) (-4 *3 (-872)))) (-3034 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-252 *3)) (-4 *3 (-872)))) (-3034 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-793)) (-5 *1 (-252 *4)) (-4 *4 (-872)))))
+(-13 (-688 |#1|) (-504 (-663 |#1|)) (-10 -8 (-15 -4020 ($ (-663 |#1|))) (-15 -3034 ($ $ "unique")) (-15 -3034 ($ $ "sort")) (-15 -3034 ((-793) $ "count"))))
+((-2106 (((-3 (-793) "failed") |#1| |#1| (-793)) 40 T ELT)))
+(((-253 |#1|) (-10 -7 (-15 -2106 ((-3 (-793) "failed") |#1| |#1| (-793)))) (-13 (-748) (-381) (-10 -7 (-15 ** (|#1| |#1| (-560)))))) (T -253))
+((-2106 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-793)) (-4 *3 (-13 (-748) (-381) (-10 -7 (-15 ** (*3 *3 (-560)))))) (-5 *1 (-253 *3)))))
+(-10 -7 (-15 -2106 ((-3 (-793) "failed") |#1| |#1| (-793))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2703 (($ $) 59 (|has| |#1| (-239)) ELT) (($ $ (-793)) 57 (|has| |#1| (-239)) ELT) (($ $ (-1209)) 55 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 53 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 52 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 51 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1 |#1| |#1|) (-793)) 45 T ELT) (($ $ (-1 |#1| |#1|)) 44 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-3095 (($ $) 58 (|has| |#1| (-239)) ELT) (($ $ (-793)) 56 (|has| |#1| (-239)) ELT) (($ $ (-1209)) 54 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 50 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 49 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 48 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1 |#1| |#1|) (-793)) 47 T ELT) (($ $ (-1 |#1| |#1|)) 46 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
+(((-254 |#1|) (-142) (-1081)) (T -254))
+NIL
+(-13 (-111 |t#1| |t#1|) (-274 |t#1|) (-10 -7 (IF (|has| |t#1| (-239)) (-6 (-237 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-930 (-1209))) (-6 (-927 |t#1| (-1209))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-236 $) |has| |#1| (-239)) ((-237 |#1|) |has| |#1| (-239)) ((-239) |has| |#1| (-239)) ((-274 |#1|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) -2309 (-12 (|has| |#1| (-175)) (|has| |#1| (-930 (-1209)))) (-12 (|has| |#1| (-175)) (|has| |#1| (-239)))) ((-739 |#1|) -2309 (-12 (|has| |#1| (-175)) (|has| |#1| (-930 (-1209)))) (-12 (|has| |#1| (-175)) (|has| |#1| (-239)))) ((-922 $ #0=(-1209)) |has| |#1| (-930 (-1209))) ((-927 |#1| (-1209)) |has| |#1| (-930 (-1209))) ((-930 #0#) |has| |#1| (-930 (-1209))) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-889 |#1|)) $) NIL T ELT)) (-2517 (((-1203 $) $ (-889 |#1|)) NIL T ELT) (((-1203 |#2|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-889 |#1|))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#2| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-889 |#1|) "failed") $) NIL T ELT)) (-4072 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-889 |#1|) $) NIL T ELT)) (-3273 (($ $ $ (-889 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-1865 (($ $ (-663 (-560))) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-889 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#2| (-940)) ELT)) (-4240 (($ $ |#2| (-246 (-3819 |#1|) (-793)) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-889 |#1|) (-912 (-391))) (|has| |#2| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-889 |#1|) (-912 (-560))) (|has| |#2| (-912 (-560)))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-2700 (($ (-1203 |#2|) (-889 |#1|)) NIL T ELT) (($ (-1203 $) (-889 |#1|)) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#2| (-246 (-3819 |#1|) (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-889 |#1|)) NIL T ELT)) (-3654 (((-246 (-3819 |#1|) (-793)) $) NIL T ELT) (((-793) $ (-889 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-889 |#1|))) NIL T ELT)) (-3097 (($ (-1 (-246 (-3819 |#1|) (-793)) (-246 (-3819 |#1|) (-793))) $) NIL T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3311 (((-3 (-889 |#1|) "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#2| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-889 |#1|)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#2| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#2| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#2| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-889 |#1|) |#2|) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 |#2|)) NIL T ELT) (($ $ (-889 |#1|) $) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 $)) NIL T ELT)) (-2810 (($ $ (-889 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2703 (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|)) NIL T ELT)) (-4144 (((-246 (-3819 |#1|) (-793)) $) NIL T ELT) (((-793) $ (-889 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-889 |#1|))) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-889 |#1|) (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-889 |#1|) (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-889 |#1|) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-3878 ((|#2| $) NIL (|has| |#2| (-466)) ELT) (($ $ (-889 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-889 |#1|)) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#2| (-571)) ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ (-246 (-3819 |#1|) (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#2| (-940))) (|has| |#2| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
+(((-255 |#1| |#2|) (-13 (-980 |#2| (-246 (-3819 |#1|) (-793)) (-889 |#1|)) (-10 -8 (-15 -1865 ($ $ (-663 (-560)))))) (-663 (-1209)) (-1081)) (T -255))
+((-1865 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-255 *3 *4)) (-14 *3 (-663 (-1209))) (-4 *4 (-1081)))))
+(-13 (-980 |#2| (-246 (-3819 |#1|) (-793)) (-889 |#1|)) (-10 -8 (-15 -1865 ($ $ (-663 (-560))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2980 (((-1305) $) 17 T ELT)) (-4417 (((-187 (-257)) $) 11 T ELT)) (-1649 (($ (-187 (-257))) 12 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1503 (((-257) $) 7 T ELT)) (-3834 (((-888) $) 9 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 15 T ELT)))
+(((-256) (-13 (-1133) (-10 -8 (-15 -1503 ((-257) $)) (-15 -4417 ((-187 (-257)) $)) (-15 -1649 ($ (-187 (-257)))) (-15 -2980 ((-1305) $))))) (T -256))
+((-1503 (*1 *2 *1) (-12 (-5 *2 (-257)) (-5 *1 (-256)))) (-4417 (*1 *2 *1) (-12 (-5 *2 (-187 (-257))) (-5 *1 (-256)))) (-1649 (*1 *1 *2) (-12 (-5 *2 (-187 (-257))) (-5 *1 (-256)))) (-2980 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-256)))))
+(-13 (-1133) (-10 -8 (-15 -1503 ((-257) $)) (-15 -4417 ((-187 (-257)) $)) (-15 -1649 ($ (-187 (-257)))) (-15 -2980 ((-1305) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4416 (((-663 (-890)) $) NIL T ELT)) (-2187 (((-520) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1351 (((-190) $) NIL T ELT)) (-2820 (((-114) $ (-520)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2103 (((-345) $) 7 T ELT)) (-1533 (((-663 (-114)) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (((-186) $) 8 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3799 (((-55) $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-257) (-13 (-189) (-632 (-186)) (-10 -8 (-15 -2103 ((-345) $))))) (T -257))
+((-2103 (*1 *2 *1) (-12 (-5 *2 (-345)) (-5 *1 (-257)))))
+(-13 (-189) (-632 (-186)) (-10 -8 (-15 -2103 ((-345) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3034 (((-1214) $ (-793)) 13 T ELT)) (-3834 (((-888) $) 20 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 16 T ELT)) (-3819 (((-793) $) 9 T ELT)))
+(((-258) (-13 (-1133) (-298 (-793) (-1214)) (-10 -8 (-15 -3819 ((-793) $))))) (T -258))
+((-3819 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-258)))))
+(-13 (-1133) (-298 (-793) (-1214)) (-10 -8 (-15 -3819 ((-793) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1543 (($ (-949)) NIL (|has| |#4| (-1081)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-3429 (($ $ $) NIL (|has| |#4| (-817)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#4| (-381)) ELT)) (-3986 ((|#4| $ (-560) |#4|) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1133)) ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| |#4| (-1070 (-560))) (|has| |#4| (-1133))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#4| (-1070 (-421 (-560)))) (|has| |#4| (-1133))) ELT)) (-4072 ((|#4| $) NIL (|has| |#4| (-1133)) ELT) (((-560) $) NIL (-12 (|has| |#4| (-1070 (-560))) (|has| |#4| (-1133))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#4| (-1070 (-421 (-560)))) (|has| |#4| (-1133))) ELT)) (-1470 (((-2 (|:| -1806 (-711 |#4|)) (|:| |vec| (-1299 |#4|))) (-711 $) (-1299 $)) NIL (|has| |#4| (-1081)) ELT) (((-711 |#4|) (-711 $)) NIL (|has| |#4| (-1081)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1081))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1081))) ELT)) (-2167 (((-3 $ "failed") $) NIL (|has| |#4| (-1081)) ELT)) (-2150 (($) NIL (|has| |#4| (-381)) ELT)) (-2186 ((|#4| $ (-560) |#4|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#4| $ (-560)) NIL T ELT)) (-1366 (((-114) $) NIL (|has| |#4| (-817)) ELT)) (-3086 (((-663 |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) NIL (|has| |#4| (-1081)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#4| (-872)) ELT)) (-4439 (((-663 |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#4| (-872)) ELT)) (-2173 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#4| (-381)) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2974 (((-2 (|:| -1806 (-711 |#4|)) (|:| |vec| (-1299 |#4|))) (-1299 $) $) NIL (|has| |#4| (-1081)) ELT) (((-711 |#4|) (-1299 $)) NIL (|has| |#4| (-1081)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1081))) ELT) (((-711 (-560)) (-1299 $)) NIL (-12 (|has| |#4| (-660 (-560))) (|has| |#4| (-1081))) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-2081 (($ (-949)) NIL (|has| |#4| (-381)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 ((|#4| $) NIL (|has| (-560) (-872)) ELT)) (-2024 (($ $ |#4|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-1570 (((-663 |#4|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#4| $ (-560) |#4|) NIL T ELT) ((|#4| $ (-560)) 12 T ELT)) (-4287 ((|#4| $ $) NIL (|has| |#4| (-1081)) ELT)) (-2599 (($ (-1299 |#4|)) NIL T ELT)) (-2068 (((-136)) NIL (|has| |#4| (-376)) ELT)) (-2703 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1081)) ELT) (($ $ (-1 |#4| |#4|) (-793)) NIL (|has| |#4| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| |#4| (-240)) (|has| |#4| (-1081))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1081)))) ELT) (($ $) NIL (-2309 (-12 (|has| |#4| (-240)) (|has| |#4| (-1081))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1081)))) ELT)) (-1485 (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-1299 |#4|) $) NIL T ELT) (($ |#4|) NIL (|has| |#4| (-1133)) ELT) (((-888) $) NIL T ELT) (($ (-560)) NIL (-2309 (-12 (|has| |#4| (-1070 (-560))) (|has| |#4| (-1133))) (|has| |#4| (-1081))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#4| (-1070 (-421 (-560)))) (|has| |#4| (-1133))) ELT)) (-3103 (((-793)) NIL (|has| |#4| (-1081)) CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL (|has| |#4| (-1081)) CONST)) (-3095 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1081)) ELT) (($ $ (-1 |#4| |#4|) (-793)) NIL (|has| |#4| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#4| (-928 (-1209))) (|has| |#4| (-1081))) (-12 (|has| |#4| (-930 (-1209))) (|has| |#4| (-1081)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| |#4| (-240)) (|has| |#4| (-1081))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1081)))) ELT) (($ $) NIL (-2309 (-12 (|has| |#4| (-240)) (|has| |#4| (-1081))) (-12 (|has| |#4| (-239)) (|has| |#4| (-1081)))) ELT)) (-2537 (((-114) $ $) NIL (|has| |#4| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#4| (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| |#4| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#4| (-872)) ELT)) (-2594 (($ $ |#4|) NIL (|has| |#4| (-376)) ELT)) (-2581 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL (|has| |#4| (-1081)) ELT) (($ $ (-949)) NIL (|has| |#4| (-1081)) ELT)) (* (($ |#2| $) 14 T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-949) $) NIL T ELT) (($ |#3| $) 18 T ELT) (($ $ |#4|) NIL (|has| |#4| (-748)) ELT) (($ |#4| $) NIL (|has| |#4| (-748)) ELT) (($ $ $) NIL (|has| |#4| (-1081)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-259 |#1| |#2| |#3| |#4|) (-13 (-245 |#1| |#4|) (-670 |#2|) (-670 |#3|)) (-949) (-1081) (-1155 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-670 |#2|)) (T -259))
NIL
(-13 (-245 |#1| |#4|) (-670 |#2|) (-670 |#3|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2373 (($ (-948)) NIL (|has| |#3| (-1080)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2180 (($ $ $) NIL (|has| |#3| (-815)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#3| (-381)) ELT)) (-2696 ((|#3| $ (-560) |#3|) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1132)) ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))) ELT)) (-3056 ((|#3| $) NIL (|has| |#3| (-1132)) ELT) (((-560) $) NIL (-12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))) ELT)) (-2336 (((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-711 $) (-1298 $)) NIL (|has| |#3| (-1080)) ELT) (((-711 |#3|) (-711 $)) NIL (|has| |#3| (-1080)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))) ELT)) (-4310 (((-3 $ "failed") $) NIL (|has| |#3| (-1080)) ELT)) (-3362 (($) NIL (|has| |#3| (-381)) ELT)) (-3472 ((|#3| $ (-560) |#3|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#3| $ (-560)) NIL T ELT)) (-1559 (((-663 |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) NIL (|has| |#3| (-1080)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#3| (-871)) ELT)) (-2559 (((-663 |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#3| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#3| (-871)) ELT)) (-3459 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#3| (-381)) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-2207 (((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-1298 $) $) NIL (|has| |#3| (-1080)) ELT) (((-711 |#3|) (-1298 $)) NIL (|has| |#3| (-1080)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))) ELT) (((-711 (-560)) (-1298 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3998 (($ (-948)) NIL (|has| |#3| (-381)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 ((|#3| $) NIL (|has| (-560) (-871)) ELT)) (-4446 (($ $ |#3|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#3|))) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ (-305 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ (-663 |#3|) (-663 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#3| (-1132))) ELT)) (-3155 (((-663 |#3|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#3| $ (-560) |#3|) NIL T ELT) ((|#3| $ (-560)) 11 T ELT)) (-3491 ((|#3| $ $) NIL (|has| |#3| (-1080)) ELT)) (-3441 (($ (-1298 |#3|)) NIL T ELT)) (-2328 (((-136)) NIL (|has| |#3| (-376)) ELT)) (-2457 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1080)) ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL (|has| |#3| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| |#3| (-240)) (|has| |#3| (-1080))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1080)))) ELT) (($ $) NIL (-2191 (-12 (|has| |#3| (-240)) (|has| |#3| (-1080))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1080)))) ELT)) (-3150 (((-793) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#3| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#3| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-1298 |#3|) $) NIL T ELT) (($ |#3|) NIL (|has| |#3| (-1132)) ELT) (((-887) $) NIL T ELT) (($ (-560)) NIL (-2191 (-12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) (|has| |#3| (-1080))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))) ELT)) (-3418 (((-793)) NIL (|has| |#3| (-1080)) CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL (|has| |#3| (-1080)) CONST)) (-4324 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1080)) ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL (|has| |#3| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#3| (-927 (-1208))) (|has| |#3| (-1080))) (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| |#3| (-240)) (|has| |#3| (-1080))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1080)))) ELT) (($ $) NIL (-2191 (-12 (|has| |#3| (-240)) (|has| |#3| (-1080))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1080)))) ELT)) (-2383 (((-114) $ $) NIL (|has| |#3| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#3| (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| |#3| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#3| (-871)) ELT)) (-2436 (($ $ |#3|) NIL (|has| |#3| (-376)) ELT)) (-2426 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL (|has| |#3| (-1080)) ELT) (($ $ (-948)) NIL (|has| |#3| (-1080)) ELT)) (* (($ |#2| $) 13 T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-948) $) NIL T ELT) (($ $ |#3|) NIL (|has| |#3| (-748)) ELT) (($ |#3| $) NIL (|has| |#3| (-748)) ELT) (($ $ $) NIL (|has| |#3| (-1080)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-260 |#1| |#2| |#3|) (-13 (-245 |#1| |#3|) (-670 |#2|)) (-793) (-1080) (-670 |#2|)) (T -260))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1543 (($ (-949)) NIL (|has| |#3| (-1081)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-3429 (($ $ $) NIL (|has| |#3| (-817)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#3| (-381)) ELT)) (-3986 ((|#3| $ (-560) |#3|) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1133)) ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))) ELT)) (-4072 ((|#3| $) NIL (|has| |#3| (-1133)) ELT) (((-560) $) NIL (-12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))) ELT)) (-1470 (((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-711 $) (-1299 $)) NIL (|has| |#3| (-1081)) ELT) (((-711 |#3|) (-711 $)) NIL (|has| |#3| (-1081)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))) ELT)) (-2167 (((-3 $ "failed") $) NIL (|has| |#3| (-1081)) ELT)) (-2150 (($) NIL (|has| |#3| (-381)) ELT)) (-2186 ((|#3| $ (-560) |#3|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#3| $ (-560)) NIL T ELT)) (-1366 (((-114) $) NIL (|has| |#3| (-817)) ELT)) (-3086 (((-663 |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) NIL (|has| |#3| (-1081)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#3| (-872)) ELT)) (-4439 (((-663 |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#3| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#3| (-872)) ELT)) (-2173 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#3| (-381)) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2974 (((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-1299 $) $) NIL (|has| |#3| (-1081)) ELT) (((-711 |#3|) (-1299 $)) NIL (|has| |#3| (-1081)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))) ELT) (((-711 (-560)) (-1299 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-2081 (($ (-949)) NIL (|has| |#3| (-381)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 ((|#3| $) NIL (|has| (-560) (-872)) ELT)) (-2024 (($ $ |#3|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#3|))) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ (-305 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ (-663 |#3|) (-663 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#3| (-1133))) ELT)) (-1570 (((-663 |#3|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#3| $ (-560) |#3|) NIL T ELT) ((|#3| $ (-560)) 11 T ELT)) (-4287 ((|#3| $ $) NIL (|has| |#3| (-1081)) ELT)) (-2599 (($ (-1299 |#3|)) NIL T ELT)) (-2068 (((-136)) NIL (|has| |#3| (-376)) ELT)) (-2703 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1081)) ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL (|has| |#3| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| |#3| (-240)) (|has| |#3| (-1081))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1081)))) ELT) (($ $) NIL (-2309 (-12 (|has| |#3| (-240)) (|has| |#3| (-1081))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1081)))) ELT)) (-1485 (((-793) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#3| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#3| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-1299 |#3|) $) NIL T ELT) (($ |#3|) NIL (|has| |#3| (-1133)) ELT) (((-888) $) NIL T ELT) (($ (-560)) NIL (-2309 (-12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) (|has| |#3| (-1081))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))) ELT)) (-3103 (((-793)) NIL (|has| |#3| (-1081)) CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL (|has| |#3| (-1081)) CONST)) (-3095 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1081)) ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL (|has| |#3| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#3| (-928 (-1209))) (|has| |#3| (-1081))) (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| |#3| (-240)) (|has| |#3| (-1081))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1081)))) ELT) (($ $) NIL (-2309 (-12 (|has| |#3| (-240)) (|has| |#3| (-1081))) (-12 (|has| |#3| (-239)) (|has| |#3| (-1081)))) ELT)) (-2537 (((-114) $ $) NIL (|has| |#3| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#3| (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| |#3| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#3| (-872)) ELT)) (-2594 (($ $ |#3|) NIL (|has| |#3| (-376)) ELT)) (-2581 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL (|has| |#3| (-1081)) ELT) (($ $ (-949)) NIL (|has| |#3| (-1081)) ELT)) (* (($ |#2| $) 13 T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-949) $) NIL T ELT) (($ $ |#3|) NIL (|has| |#3| (-748)) ELT) (($ |#3| $) NIL (|has| |#3| (-748)) ELT) (($ $ $) NIL (|has| |#3| (-1081)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-260 |#1| |#2| |#3|) (-13 (-245 |#1| |#3|) (-670 |#2|)) (-793) (-1081) (-670 |#2|)) (T -260))
NIL
(-13 (-245 |#1| |#3|) (-670 |#2|))
-((-3294 (((-663 (-793)) $) 56 T ELT) (((-663 (-793)) $ |#3|) 59 T ELT)) (-1687 (((-793) $) 58 T ELT) (((-793) $ |#3|) 61 T ELT)) (-2884 (($ $) 76 T ELT)) (-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 |#4| "failed") $) NIL T ELT) (((-3 |#3| "failed") $) 83 T ELT)) (-2252 (((-793) $ |#3|) 43 T ELT) (((-793) $) 38 T ELT)) (-1804 (((-1 $ (-793)) |#3|) 15 T ELT) (((-1 $ (-793)) $) 88 T ELT)) (-1892 ((|#4| $) 69 T ELT)) (-2464 (((-114) $) 67 T ELT)) (-3747 (($ $) 75 T ELT)) (-2799 (($ $ (-663 (-305 $))) 111 T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ (-663 |#4|) (-663 |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ (-663 |#4|) (-663 $)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ (-663 |#3|) (-663 $)) 103 T ELT) (($ $ |#3| |#2|) NIL T ELT) (($ $ (-663 |#3|) (-663 |#2|)) 97 T ELT)) (-2457 (($ $ (-663 |#4|) (-663 (-793))) NIL T ELT) (($ $ |#4| (-793)) NIL T ELT) (($ $ (-663 |#4|)) NIL T ELT) (($ $ |#4|) NIL T ELT) (($ $ (-1 |#2| |#2|)) 32 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2844 (((-663 |#3|) $) 86 T ELT)) (-4283 ((|#5| $) NIL T ELT) (((-793) $ |#4|) NIL T ELT) (((-663 (-793)) $ (-663 |#4|)) NIL T ELT) (((-793) $ |#3|) 49 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (($ |#3|) 78 T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)))
-(((-261 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2539 (|#1| |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2799 (|#1| |#1| (-663 |#3|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#3| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#3|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#3| |#1|)) (-15 -1804 ((-1 |#1| (-793)) |#1|)) (-15 -2884 (|#1| |#1|)) (-15 -3747 (|#1| |#1|)) (-15 -1892 (|#4| |#1|)) (-15 -2464 ((-114) |#1|)) (-15 -1687 ((-793) |#1| |#3|)) (-15 -3294 ((-663 (-793)) |#1| |#3|)) (-15 -1687 ((-793) |#1|)) (-15 -3294 ((-663 (-793)) |#1|)) (-15 -4283 ((-793) |#1| |#3|)) (-15 -2252 ((-793) |#1|)) (-15 -2252 ((-793) |#1| |#3|)) (-15 -2844 ((-663 |#3|) |#1|)) (-15 -1804 ((-1 |#1| (-793)) |#3|)) (-15 -2539 (|#1| |#3|)) (-15 -1442 ((-3 |#3| "failed") |#1|)) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4283 ((-663 (-793)) |#1| (-663 |#4|))) (-15 -4283 ((-793) |#1| |#4|)) (-15 -2539 (|#1| |#4|)) (-15 -1442 ((-3 |#4| "failed") |#1|)) (-15 -2799 (|#1| |#1| (-663 |#4|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#4| |#1|)) (-15 -2799 (|#1| |#1| (-663 |#4|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#4| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4283 (|#5| |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -2457 (|#1| |#1| |#4|)) (-15 -2457 (|#1| |#1| (-663 |#4|))) (-15 -2457 (|#1| |#1| |#4| (-793))) (-15 -2457 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-262 |#2| |#3| |#4| |#5|) (-1080) (-871) (-277 |#3|) (-815)) (T -261))
-NIL
-(-10 -8 (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2539 (|#1| |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2799 (|#1| |#1| (-663 |#3|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#3| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#3|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#3| |#1|)) (-15 -1804 ((-1 |#1| (-793)) |#1|)) (-15 -2884 (|#1| |#1|)) (-15 -3747 (|#1| |#1|)) (-15 -1892 (|#4| |#1|)) (-15 -2464 ((-114) |#1|)) (-15 -1687 ((-793) |#1| |#3|)) (-15 -3294 ((-663 (-793)) |#1| |#3|)) (-15 -1687 ((-793) |#1|)) (-15 -3294 ((-663 (-793)) |#1|)) (-15 -4283 ((-793) |#1| |#3|)) (-15 -2252 ((-793) |#1|)) (-15 -2252 ((-793) |#1| |#3|)) (-15 -2844 ((-663 |#3|) |#1|)) (-15 -1804 ((-1 |#1| (-793)) |#3|)) (-15 -2539 (|#1| |#3|)) (-15 -1442 ((-3 |#3| "failed") |#1|)) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4283 ((-663 (-793)) |#1| (-663 |#4|))) (-15 -4283 ((-793) |#1| |#4|)) (-15 -2539 (|#1| |#4|)) (-15 -1442 ((-3 |#4| "failed") |#1|)) (-15 -2799 (|#1| |#1| (-663 |#4|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#4| |#1|)) (-15 -2799 (|#1| |#1| (-663 |#4|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#4| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4283 (|#5| |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -2457 (|#1| |#1| |#4|)) (-15 -2457 (|#1| |#1| (-663 |#4|))) (-15 -2457 (|#1| |#1| |#4| (-793))) (-15 -2457 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3294 (((-663 (-793)) $) 248 T ELT) (((-663 (-793)) $ |#2|) 246 T ELT)) (-1687 (((-793) $) 247 T ELT) (((-793) $ |#2|) 245 T ELT)) (-3557 (((-663 |#3|) $) 120 T ELT)) (-3349 (((-1202 $) $ |#3|) 135 T ELT) (((-1202 |#1|) $) 134 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 97 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 98 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 100 (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) 122 T ELT) (((-793) $ (-663 |#3|)) 121 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 110 (|has| |#1| (-939)) ELT)) (-2082 (($ $) 108 (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) 107 (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 113 (|has| |#1| (-939)) ELT)) (-2884 (($ $) 241 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#1| "failed") $) 178 T ELT) (((-3 (-421 (-560)) "failed") $) 175 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 173 (|has| |#1| (-1069 (-560))) ELT) (((-3 |#3| "failed") $) 150 T ELT) (((-3 |#2| "failed") $) 255 T ELT)) (-3056 ((|#1| $) 177 T ELT) (((-421 (-560)) $) 176 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) 174 (|has| |#1| (-1069 (-560))) ELT) ((|#3| $) 151 T ELT) ((|#2| $) 256 T ELT)) (-2076 (($ $ $ |#3|) 118 (|has| |#1| (-175)) ELT)) (-2474 (($ $) 168 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 146 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 145 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 144 T ELT) (((-711 |#1|) (-711 $)) 143 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2075 (($ $) 190 (|has| |#1| (-466)) ELT) (($ $ |#3|) 115 (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) 119 T ELT)) (-1510 (((-114) $) 106 (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| |#4| $) 186 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 94 (-12 (|has| |#3| (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 93 (-12 (|has| |#3| (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-2252 (((-793) $ |#2|) 251 T ELT) (((-793) $) 250 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2541 (((-793) $) 183 T ELT)) (-3541 (($ (-1202 |#1|) |#3|) 127 T ELT) (($ (-1202 $) |#3|) 126 T ELT)) (-3548 (((-663 $) $) 136 T ELT)) (-4045 (((-114) $) 166 T ELT)) (-3528 (($ |#1| |#4|) 167 T ELT) (($ $ |#3| (-793)) 129 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 128 T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ |#3|) 130 T ELT)) (-4486 ((|#4| $) 184 T ELT) (((-793) $ |#3|) 132 T ELT) (((-663 (-793)) $ (-663 |#3|)) 131 T ELT)) (-1729 (($ (-1 |#4| |#4|) $) 185 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 165 T ELT)) (-1804 (((-1 $ (-793)) |#2|) 253 T ELT) (((-1 $ (-793)) $) 240 (|has| |#1| (-240)) ELT)) (-1762 (((-3 |#3| "failed") $) 133 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 148 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 147 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 142 T ELT) (((-711 |#1|) (-1298 $)) 141 T ELT)) (-2439 (($ $) 163 T ELT)) (-2450 ((|#1| $) 162 T ELT)) (-1892 ((|#3| $) 243 T ELT)) (-2433 (($ (-663 $)) 104 (|has| |#1| (-466)) ELT) (($ $ $) 103 (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2464 (((-114) $) 244 T ELT)) (-1483 (((-3 (-663 $) "failed") $) 124 T ELT)) (-3932 (((-3 (-663 $) "failed") $) 125 T ELT)) (-2429 (((-3 (-2 (|:| |var| |#3|) (|:| -3881 (-793))) "failed") $) 123 T ELT)) (-3747 (($ $) 242 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2412 (((-114) $) 180 T ELT)) (-2425 ((|#1| $) 181 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 105 (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) 102 (|has| |#1| (-466)) ELT) (($ $ $) 101 (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 112 (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 111 (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) 109 (|has| |#1| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) 188 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 96 (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) 159 T ELT) (($ $ (-305 $)) 158 T ELT) (($ $ $ $) 157 T ELT) (($ $ (-663 $) (-663 $)) 156 T ELT) (($ $ |#3| |#1|) 155 T ELT) (($ $ (-663 |#3|) (-663 |#1|)) 154 T ELT) (($ $ |#3| $) 153 T ELT) (($ $ (-663 |#3|) (-663 $)) 152 T ELT) (($ $ |#2| $) 239 (|has| |#1| (-240)) ELT) (($ $ (-663 |#2|) (-663 $)) 238 (|has| |#1| (-240)) ELT) (($ $ |#2| |#1|) 237 (|has| |#1| (-240)) ELT) (($ $ (-663 |#2|) (-663 |#1|)) 236 (|has| |#1| (-240)) ELT)) (-3622 (($ $ |#3|) 117 (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 |#3|) (-663 (-793))) 49 T ELT) (($ $ |#3| (-793)) 48 T ELT) (($ $ (-663 |#3|)) 47 T ELT) (($ $ |#3|) 45 T ELT) (($ $ (-1 |#1| |#1|)) 260 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 259 T ELT) (($ $) 235 (|has| |#1| (-239)) ELT) (($ $ (-793)) 233 (|has| |#1| (-239)) ELT) (($ $ (-1208)) 231 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 229 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 228 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 227 (|has| |#1| (-929 (-1208))) ELT)) (-2844 (((-663 |#2|) $) 252 T ELT)) (-4283 ((|#4| $) 164 T ELT) (((-793) $ |#3|) 140 T ELT) (((-663 (-793)) $ (-663 |#3|)) 139 T ELT) (((-793) $ |#2|) 249 T ELT)) (-4417 (((-915 (-391)) $) 92 (-12 (|has| |#3| (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) 91 (-12 (|has| |#3| (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) 90 (-12 (|has| |#3| (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) 189 (|has| |#1| (-466)) ELT) (($ $ |#3|) 116 (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 114 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 179 T ELT) (($ |#3|) 149 T ELT) (($ |#2|) 254 T ELT) (($ (-421 (-560))) 88 (-2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT) (($ $) 95 (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) 182 T ELT)) (-2453 ((|#1| $ |#4|) 169 T ELT) (($ $ |#3| (-793)) 138 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 137 T ELT)) (-3187 (((-713 $) $) 89 (-2191 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) 37 T CONST)) (-2311 (($ $ $ (-793)) 187 (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 99 (|has| |#1| (-571)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-663 |#3|) (-663 (-793))) 52 T ELT) (($ $ |#3| (-793)) 51 T ELT) (($ $ (-663 |#3|)) 50 T ELT) (($ $ |#3|) 46 T ELT) (($ $ (-1 |#1| |#1|)) 258 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 257 T ELT) (($ $) 234 (|has| |#1| (-239)) ELT) (($ $ (-793)) 232 (|has| |#1| (-239)) ELT) (($ $ (-1208)) 230 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 226 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 225 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 224 (|has| |#1| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 170 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 161 T ELT) (($ $ |#1|) 160 T ELT)))
-(((-262 |#1| |#2| |#3| |#4|) (-142) (-1080) (-871) (-277 |t#2|) (-815)) (T -262))
-((-1804 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-4 *3 (-871)) (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-1 *1 (-793))) (-4 *1 (-262 *4 *3 *5 *6)))) (-2844 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-663 *4)))) (-2252 (*1 *2 *1 *3) (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1080)) (-4 *3 (-871)) (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-793)))) (-2252 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-793)))) (-4283 (*1 *2 *1 *3) (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1080)) (-4 *3 (-871)) (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-793)))) (-3294 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-663 (-793))))) (-1687 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-793)))) (-3294 (*1 *2 *1 *3) (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1080)) (-4 *3 (-871)) (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-663 (-793))))) (-1687 (*1 *2 *1 *3) (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1080)) (-4 *3 (-871)) (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-793)))) (-2464 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-114)))) (-1892 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *5 (-815)) (-4 *2 (-277 *4)))) (-3747 (*1 *1 *1) (-12 (-4 *1 (-262 *2 *3 *4 *5)) (-4 *2 (-1080)) (-4 *3 (-871)) (-4 *4 (-277 *3)) (-4 *5 (-815)))) (-2884 (*1 *1 *1) (-12 (-4 *1 (-262 *2 *3 *4 *5)) (-4 *2 (-1080)) (-4 *3 (-871)) (-4 *4 (-277 *3)) (-4 *5 (-815)))) (-1804 (*1 *2 *1) (-12 (-4 *3 (-240)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-1 *1 (-793))) (-4 *1 (-262 *3 *4 *5 *6)))))
-(-13 (-979 |t#1| |t#4| |t#3|) (-234 |t#1|) (-1069 |t#2|) (-10 -8 (-15 -1804 ((-1 $ (-793)) |t#2|)) (-15 -2844 ((-663 |t#2|) $)) (-15 -2252 ((-793) $ |t#2|)) (-15 -2252 ((-793) $)) (-15 -4283 ((-793) $ |t#2|)) (-15 -3294 ((-663 (-793)) $)) (-15 -1687 ((-793) $)) (-15 -3294 ((-663 (-793)) $ |t#2|)) (-15 -1687 ((-793) $ |t#2|)) (-15 -2464 ((-114) $)) (-15 -1892 (|t#3| $)) (-15 -3747 ($ $)) (-15 -2884 ($ $)) (IF (|has| |t#1| (-240)) (PROGN (-6 (-528 |t#2| |t#1|)) (-6 (-528 |t#2| $)) (-6 (-321 $)) (-15 -1804 ((-1 $ (-793)) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 |#2|) . T) ((-635 |#3|) . T) ((-635 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-633 (-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))) ((-633 (-915 (-391))) -12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#3| (-633 (-915 (-391))))) ((-633 (-915 (-560))) -12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#3| (-633 (-915 (-560))))) ((-236 $) -2191 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-234 |#1|) . T) ((-240) |has| |#1| (-240)) ((-239) -2191 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-302) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-321 $) . T) ((-338 |#1| |#4|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2191 (|has| |#1| (-939)) (|has| |#1| (-466))) ((-528 |#2| |#1|) |has| |#1| (-240)) ((-528 |#2| $) |has| |#1| (-240)) ((-528 |#3| |#1|) . T) ((-528 |#3| $) . T) ((-528 $ $) . T) ((-571) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-748) . T) ((-921 $ #2=(-1208)) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-921 $ |#3|) . T) ((-927 (-1208)) |has| |#1| (-927 (-1208))) ((-927 |#3|) . T) ((-929 #2#) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-929 |#3|) . T) ((-911 (-391)) -12 (|has| |#1| (-911 (-391))) (|has| |#3| (-911 (-391)))) ((-911 (-560)) -12 (|has| |#1| (-911 (-560))) (|has| |#3| (-911 (-560)))) ((-979 |#1| |#4| |#3|) . T) ((-939) |has| |#1| (-939)) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1069 |#2|) . T) ((-1069 |#3|) . T) ((-1082 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1087 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) |has| |#1| (-939)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3505 ((|#1| $) 61 T ELT)) (-2765 ((|#1| $) 51 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-3366 (($) 7 T CONST)) (-3409 (($ $) 67 T ELT)) (-4318 (($ $) 55 T ELT)) (-2868 ((|#1| |#1| $) 53 T ELT)) (-2387 ((|#1| $) 52 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-4474 (((-793) $) 68 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 46 T ELT)) (-3460 ((|#1| |#1| $) 59 T ELT)) (-1466 ((|#1| |#1| $) 58 T ELT)) (-1368 (($ |#1| $) 47 T ELT)) (-3547 (((-793) $) 62 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-2472 ((|#1| $) 69 T ELT)) (-1696 ((|#1| $) 57 T ELT)) (-1884 ((|#1| $) 56 T ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4440 ((|#1| |#1| $) 65 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1845 ((|#1| $) 66 T ELT)) (-3855 (($) 64 T ELT) (($ (-663 |#1|)) 63 T ELT)) (-2117 (((-793) $) 50 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-1503 ((|#1| $) 60 T ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-3436 ((|#1| $) 70 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-263 |#1|) (-142) (-1248)) (T -263))
-((-3855 (*1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))) (-3855 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-4 *1 (-263 *3)))) (-3547 (*1 *2 *1) (-12 (-4 *1 (-263 *3)) (-4 *3 (-1248)) (-5 *2 (-793)))) (-3505 (*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))) (-1503 (*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))) (-3460 (*1 *2 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))) (-1466 (*1 *2 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))) (-1696 (*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))) (-1884 (*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))) (-4318 (*1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))))
-(-13 (-1152 |t#1|) (-1026 |t#1|) (-10 -8 (-15 -3855 ($)) (-15 -3855 ($ (-663 |t#1|))) (-15 -3547 ((-793) $)) (-15 -3505 (|t#1| $)) (-15 -1503 (|t#1| $)) (-15 -3460 (|t#1| |t#1| $)) (-15 -1466 (|t#1| |t#1| $)) (-15 -1696 (|t#1| $)) (-15 -1884 (|t#1| $)) (-15 -4318 ($ $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1026 |#1|) . T) ((-1132) |has| |#1| (-1132)) ((-1152 |#1|) . T) ((-1248) . T))
-((-1384 (((-1164 (-229)) (-907 |#1|) (-1123 (-391)) (-1123 (-391))) 75 T ELT) (((-1164 (-229)) (-907 |#1|) (-1123 (-391)) (-1123 (-391)) (-663 (-270))) 74 T ELT) (((-1164 (-229)) |#1| (-1123 (-391)) (-1123 (-391))) 65 T ELT) (((-1164 (-229)) |#1| (-1123 (-391)) (-1123 (-391)) (-663 (-270))) 64 T ELT) (((-1164 (-229)) (-904 |#1|) (-1123 (-391))) 56 T ELT) (((-1164 (-229)) (-904 |#1|) (-1123 (-391)) (-663 (-270))) 55 T ELT)) (-1342 (((-1302) (-907 |#1|) (-1123 (-391)) (-1123 (-391))) 78 T ELT) (((-1302) (-907 |#1|) (-1123 (-391)) (-1123 (-391)) (-663 (-270))) 77 T ELT) (((-1302) |#1| (-1123 (-391)) (-1123 (-391))) 68 T ELT) (((-1302) |#1| (-1123 (-391)) (-1123 (-391)) (-663 (-270))) 67 T ELT) (((-1302) (-904 |#1|) (-1123 (-391))) 60 T ELT) (((-1302) (-904 |#1|) (-1123 (-391)) (-663 (-270))) 59 T ELT) (((-1301) (-902 |#1|) (-1123 (-391))) 47 T ELT) (((-1301) (-902 |#1|) (-1123 (-391)) (-663 (-270))) 46 T ELT) (((-1301) |#1| (-1123 (-391))) 38 T ELT) (((-1301) |#1| (-1123 (-391)) (-663 (-270))) 36 T ELT)))
-(((-264 |#1|) (-10 -7 (-15 -1342 ((-1301) |#1| (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1301) |#1| (-1123 (-391)))) (-15 -1342 ((-1301) (-902 |#1|) (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1301) (-902 |#1|) (-1123 (-391)))) (-15 -1342 ((-1302) (-904 |#1|) (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-904 |#1|) (-1123 (-391)))) (-15 -1384 ((-1164 (-229)) (-904 |#1|) (-1123 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-904 |#1|) (-1123 (-391)))) (-15 -1342 ((-1302) |#1| (-1123 (-391)) (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) |#1| (-1123 (-391)) (-1123 (-391)))) (-15 -1384 ((-1164 (-229)) |#1| (-1123 (-391)) (-1123 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) |#1| (-1123 (-391)) (-1123 (-391)))) (-15 -1342 ((-1302) (-907 |#1|) (-1123 (-391)) (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-907 |#1|) (-1123 (-391)) (-1123 (-391)))) (-15 -1384 ((-1164 (-229)) (-907 |#1|) (-1123 (-391)) (-1123 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-907 |#1|) (-1123 (-391)) (-1123 (-391))))) (-13 (-633 (-549)) (-1132))) (T -264))
-((-1384 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-907 *5)) (-5 *4 (-1123 (-391))) (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1164 (-229))) (-5 *1 (-264 *5)))) (-1384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-907 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1164 (-229))) (-5 *1 (-264 *6)))) (-1342 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-907 *5)) (-5 *4 (-1123 (-391))) (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1302)) (-5 *1 (-264 *5)))) (-1342 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-907 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1302)) (-5 *1 (-264 *6)))) (-1384 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1123 (-391))) (-5 *2 (-1164 (-229))) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1132))))) (-1384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1132))))) (-1342 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1123 (-391))) (-5 *2 (-1302)) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1132))))) (-1342 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1132))))) (-1384 (*1 *2 *3 *4) (-12 (-5 *3 (-904 *5)) (-5 *4 (-1123 (-391))) (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1164 (-229))) (-5 *1 (-264 *5)))) (-1384 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-904 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1164 (-229))) (-5 *1 (-264 *6)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-904 *5)) (-5 *4 (-1123 (-391))) (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1302)) (-5 *1 (-264 *5)))) (-1342 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-904 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1302)) (-5 *1 (-264 *6)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-902 *5)) (-5 *4 (-1123 (-391))) (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1301)) (-5 *1 (-264 *5)))) (-1342 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-902 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1301)) (-5 *1 (-264 *6)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *4 (-1123 (-391))) (-5 *2 (-1301)) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1132))))) (-1342 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1132))))))
-(-10 -7 (-15 -1342 ((-1301) |#1| (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1301) |#1| (-1123 (-391)))) (-15 -1342 ((-1301) (-902 |#1|) (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1301) (-902 |#1|) (-1123 (-391)))) (-15 -1342 ((-1302) (-904 |#1|) (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-904 |#1|) (-1123 (-391)))) (-15 -1384 ((-1164 (-229)) (-904 |#1|) (-1123 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-904 |#1|) (-1123 (-391)))) (-15 -1342 ((-1302) |#1| (-1123 (-391)) (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) |#1| (-1123 (-391)) (-1123 (-391)))) (-15 -1384 ((-1164 (-229)) |#1| (-1123 (-391)) (-1123 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) |#1| (-1123 (-391)) (-1123 (-391)))) (-15 -1342 ((-1302) (-907 |#1|) (-1123 (-391)) (-1123 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-907 |#1|) (-1123 (-391)) (-1123 (-391)))) (-15 -1384 ((-1164 (-229)) (-907 |#1|) (-1123 (-391)) (-1123 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-907 |#1|) (-1123 (-391)) (-1123 (-391)))))
-((-4247 (((-1 (-972 (-229)) (-229) (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229) (-229))) 153 T ELT)) (-1384 (((-1164 (-229)) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391))) 173 T ELT) (((-1164 (-229)) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)) (-663 (-270))) 171 T ELT) (((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391))) 176 T ELT) (((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270))) 172 T ELT) (((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391))) 164 T ELT) (((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270))) 163 T ELT) (((-1164 (-229)) (-1 (-972 (-229)) (-229)) (-1120 (-391))) 145 T ELT) (((-1164 (-229)) (-1 (-972 (-229)) (-229)) (-1120 (-391)) (-663 (-270))) 143 T ELT) (((-1164 (-229)) (-904 (-1 (-229) (-229))) (-1120 (-391))) 144 T ELT) (((-1164 (-229)) (-904 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270))) 141 T ELT)) (-1342 (((-1302) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391))) 175 T ELT) (((-1302) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)) (-663 (-270))) 174 T ELT) (((-1302) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391))) 178 T ELT) (((-1302) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270))) 177 T ELT) (((-1302) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391))) 166 T ELT) (((-1302) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270))) 165 T ELT) (((-1302) (-1 (-972 (-229)) (-229)) (-1120 (-391))) 151 T ELT) (((-1302) (-1 (-972 (-229)) (-229)) (-1120 (-391)) (-663 (-270))) 150 T ELT) (((-1302) (-904 (-1 (-229) (-229))) (-1120 (-391))) 149 T ELT) (((-1302) (-904 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270))) 148 T ELT) (((-1301) (-902 (-1 (-229) (-229))) (-1120 (-391))) 113 T ELT) (((-1301) (-902 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270))) 112 T ELT) (((-1301) (-1 (-229) (-229)) (-1120 (-391))) 107 T ELT) (((-1301) (-1 (-229) (-229)) (-1120 (-391)) (-663 (-270))) 105 T ELT)))
-(((-265) (-10 -7 (-15 -1342 ((-1301) (-1 (-229) (-229)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1301) (-1 (-229) (-229)) (-1120 (-391)))) (-15 -1342 ((-1301) (-902 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1301) (-902 (-1 (-229) (-229))) (-1120 (-391)))) (-15 -1342 ((-1302) (-904 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-904 (-1 (-229) (-229))) (-1120 (-391)))) (-15 -1342 ((-1302) (-1 (-972 (-229)) (-229)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-1 (-972 (-229)) (-229)) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-904 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-904 (-1 (-229) (-229))) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-1 (-972 (-229)) (-229)) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-1 (-972 (-229)) (-229)) (-1120 (-391)))) (-15 -1342 ((-1302) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)))) (-15 -1342 ((-1302) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)))) (-15 -1342 ((-1302) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)))) (-15 -4247 ((-1 (-972 (-229)) (-229) (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229) (-229)))))) (T -265))
-((-4247 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-972 (-229)) (-229) (-229))) (-5 *3 (-1 (-229) (-229) (-229) (-229))) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-907 (-1 (-229) (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-907 (-1 (-229) (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-907 (-1 (-229) (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-907 (-1 (-229) (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-972 (-229)) (-229))) (-5 *4 (-1120 (-391))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-972 (-229)) (-229))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4) (-12 (-5 *3 (-904 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1384 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-904 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-972 (-229)) (-229))) (-5 *4 (-1120 (-391))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-972 (-229)) (-229))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-904 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-904 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-902 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *2 (-1301)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-902 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *2 (-1301)) (-5 *1 (-265)))) (-1342 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-229) (-229))) (-5 *4 (-1120 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-265)))))
-(-10 -7 (-15 -1342 ((-1301) (-1 (-229) (-229)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1301) (-1 (-229) (-229)) (-1120 (-391)))) (-15 -1342 ((-1301) (-902 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1301) (-902 (-1 (-229) (-229))) (-1120 (-391)))) (-15 -1342 ((-1302) (-904 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-904 (-1 (-229) (-229))) (-1120 (-391)))) (-15 -1342 ((-1302) (-1 (-972 (-229)) (-229)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-1 (-972 (-229)) (-229)) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-904 (-1 (-229) (-229))) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-904 (-1 (-229) (-229))) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-1 (-972 (-229)) (-229)) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-1 (-972 (-229)) (-229)) (-1120 (-391)))) (-15 -1342 ((-1302) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1120 (-391)) (-1120 (-391)))) (-15 -1342 ((-1302) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-391)) (-1120 (-391)))) (-15 -1342 ((-1302) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1342 ((-1302) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)))) (-15 -1384 ((-1164 (-229)) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)) (-663 (-270)))) (-15 -1384 ((-1164 (-229)) (-907 (-1 (-229) (-229) (-229))) (-1120 (-391)) (-1120 (-391)))) (-15 -4247 ((-1 (-972 (-229)) (-229) (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229) (-229)))))
-((-1342 (((-1301) (-305 |#2|) (-1208) (-1208) (-663 (-270))) 101 T ELT)))
-(((-266 |#1| |#2|) (-10 -7 (-15 -1342 ((-1301) (-305 |#2|) (-1208) (-1208) (-663 (-270))))) (-13 (-571) (-871) (-1069 (-560))) (-435 |#1|)) (T -266))
-((-1342 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-305 *7)) (-5 *4 (-1208)) (-5 *5 (-663 (-270))) (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-871) (-1069 (-560)))) (-5 *2 (-1301)) (-5 *1 (-266 *6 *7)))))
-(-10 -7 (-15 -1342 ((-1301) (-305 |#2|) (-1208) (-1208) (-663 (-270)))))
-((-3704 (((-560) (-560)) 71 T ELT)) (-1822 (((-560) (-560)) 72 T ELT)) (-2851 (((-229) (-229)) 73 T ELT)) (-2511 (((-1302) (-1 (-171 (-229)) (-171 (-229))) (-1120 (-229)) (-1120 (-229))) 70 T ELT)) (-1934 (((-1302) (-1 (-171 (-229)) (-171 (-229))) (-1120 (-229)) (-1120 (-229)) (-114)) 68 T ELT)))
-(((-267) (-10 -7 (-15 -1934 ((-1302) (-1 (-171 (-229)) (-171 (-229))) (-1120 (-229)) (-1120 (-229)) (-114))) (-15 -2511 ((-1302) (-1 (-171 (-229)) (-171 (-229))) (-1120 (-229)) (-1120 (-229)))) (-15 -3704 ((-560) (-560))) (-15 -1822 ((-560) (-560))) (-15 -2851 ((-229) (-229))))) (T -267))
-((-2851 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-267)))) (-1822 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-267)))) (-3704 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-267)))) (-2511 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-171 (-229)) (-171 (-229)))) (-5 *4 (-1120 (-229))) (-5 *2 (-1302)) (-5 *1 (-267)))) (-1934 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-171 (-229)) (-171 (-229)))) (-5 *4 (-1120 (-229))) (-5 *5 (-114)) (-5 *2 (-1302)) (-5 *1 (-267)))))
-(-10 -7 (-15 -1934 ((-1302) (-1 (-171 (-229)) (-171 (-229))) (-1120 (-229)) (-1120 (-229)) (-114))) (-15 -2511 ((-1302) (-1 (-171 (-229)) (-171 (-229))) (-1120 (-229)) (-1120 (-229)))) (-15 -3704 ((-560) (-560))) (-15 -1822 ((-560) (-560))) (-15 -2851 ((-229) (-229))))
-((-2539 (((-1123 (-391)) (-1123 (-326 |#1|))) 16 T ELT)))
-(((-268 |#1|) (-10 -7 (-15 -2539 ((-1123 (-391)) (-1123 (-326 |#1|))))) (-13 (-871) (-571) (-633 (-391)))) (T -268))
-((-2539 (*1 *2 *3) (-12 (-5 *3 (-1123 (-326 *4))) (-4 *4 (-13 (-871) (-571) (-633 (-391)))) (-5 *2 (-1123 (-391))) (-5 *1 (-268 *4)))))
-(-10 -7 (-15 -2539 ((-1123 (-391)) (-1123 (-326 |#1|)))))
-((-1342 (((-1302) (-663 (-229)) (-663 (-229)) (-663 (-229)) (-663 (-270))) 23 T ELT) (((-1302) (-663 (-229)) (-663 (-229)) (-663 (-229))) 24 T ELT) (((-1301) (-663 (-972 (-229))) (-663 (-270))) 16 T ELT) (((-1301) (-663 (-972 (-229)))) 17 T ELT) (((-1301) (-663 (-229)) (-663 (-229)) (-663 (-270))) 20 T ELT) (((-1301) (-663 (-229)) (-663 (-229))) 21 T ELT)))
-(((-269) (-10 -7 (-15 -1342 ((-1301) (-663 (-229)) (-663 (-229)))) (-15 -1342 ((-1301) (-663 (-229)) (-663 (-229)) (-663 (-270)))) (-15 -1342 ((-1301) (-663 (-972 (-229))))) (-15 -1342 ((-1301) (-663 (-972 (-229))) (-663 (-270)))) (-15 -1342 ((-1302) (-663 (-229)) (-663 (-229)) (-663 (-229)))) (-15 -1342 ((-1302) (-663 (-229)) (-663 (-229)) (-663 (-229)) (-663 (-270)))))) (T -269))
-((-1342 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-663 (-229))) (-5 *4 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-269)))) (-1342 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1302)) (-5 *1 (-269)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-972 (-229)))) (-5 *4 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-269)))) (-1342 (*1 *2 *3) (-12 (-5 *3 (-663 (-972 (-229)))) (-5 *2 (-1301)) (-5 *1 (-269)))) (-1342 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-663 (-229))) (-5 *4 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-269)))) (-1342 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1301)) (-5 *1 (-269)))))
-(-10 -7 (-15 -1342 ((-1301) (-663 (-229)) (-663 (-229)))) (-15 -1342 ((-1301) (-663 (-229)) (-663 (-229)) (-663 (-270)))) (-15 -1342 ((-1301) (-663 (-972 (-229))))) (-15 -1342 ((-1301) (-663 (-972 (-229))) (-663 (-270)))) (-15 -1342 ((-1302) (-663 (-229)) (-663 (-229)) (-663 (-229)))) (-15 -1342 ((-1302) (-663 (-229)) (-663 (-229)) (-663 (-229)) (-663 (-270)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2446 (($ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) 24 T ELT)) (-1877 (($ (-948)) 81 T ELT)) (-3132 (($ (-948)) 80 T ELT)) (-4206 (($ (-663 (-391))) 87 T ELT)) (-3147 (($ (-391)) 66 T ELT)) (-3002 (($ (-948)) 82 T ELT)) (-4238 (($ (-114)) 33 T ELT)) (-4445 (($ (-1190)) 28 T ELT)) (-3750 (($ (-1190)) 29 T ELT)) (-2497 (($ (-1164 (-229))) 76 T ELT)) (-2805 (($ (-663 (-1120 (-391)))) 72 T ELT)) (-2132 (($ (-663 (-1120 (-391)))) 68 T ELT) (($ (-663 (-1120 (-421 (-560))))) 71 T ELT)) (-2734 (($ (-391)) 38 T ELT) (($ (-898)) 42 T ELT)) (-3743 (((-114) (-663 $) (-1208)) 100 T ELT)) (-2174 (((-3 (-51) "failed") (-663 $) (-1208)) 102 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2133 (($ (-391)) 43 T ELT) (($ (-898)) 44 T ELT)) (-2086 (($ (-1 (-972 (-229)) (-972 (-229)))) 65 T ELT)) (-3192 (($ (-1 (-972 (-229)) (-972 (-229)))) 83 T ELT)) (-3277 (($ (-1 (-229) (-229))) 48 T ELT) (($ (-1 (-229) (-229) (-229))) 52 T ELT) (($ (-1 (-229) (-229) (-229) (-229))) 56 T ELT)) (-2539 (((-887) $) 93 T ELT)) (-3355 (($ (-114)) 34 T ELT) (($ (-663 (-1120 (-391)))) 60 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4169 (($ (-114)) 35 T ELT)) (-2329 (((-114) $ $) 97 T ELT)))
-(((-270) (-13 (-1132) (-10 -8 (-15 -4169 ($ (-114))) (-15 -3355 ($ (-114))) (-15 -2446 ($ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -4445 ($ (-1190))) (-15 -3750 ($ (-1190))) (-15 -4238 ($ (-114))) (-15 -3355 ($ (-663 (-1120 (-391))))) (-15 -2086 ($ (-1 (-972 (-229)) (-972 (-229))))) (-15 -2734 ($ (-391))) (-15 -2734 ($ (-898))) (-15 -2133 ($ (-391))) (-15 -2133 ($ (-898))) (-15 -3277 ($ (-1 (-229) (-229)))) (-15 -3277 ($ (-1 (-229) (-229) (-229)))) (-15 -3277 ($ (-1 (-229) (-229) (-229) (-229)))) (-15 -3147 ($ (-391))) (-15 -2132 ($ (-663 (-1120 (-391))))) (-15 -2132 ($ (-663 (-1120 (-421 (-560)))))) (-15 -2805 ($ (-663 (-1120 (-391))))) (-15 -2497 ($ (-1164 (-229)))) (-15 -3132 ($ (-948))) (-15 -1877 ($ (-948))) (-15 -3002 ($ (-948))) (-15 -3192 ($ (-1 (-972 (-229)) (-972 (-229))))) (-15 -4206 ($ (-663 (-391)))) (-15 -2174 ((-3 (-51) "failed") (-663 $) (-1208))) (-15 -3743 ((-114) (-663 $) (-1208)))))) (T -270))
-((-4169 (*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270)))) (-3355 (*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270)))) (-2446 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) (-5 *1 (-270)))) (-4445 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-270)))) (-3750 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-270)))) (-4238 (*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270)))) (-3355 (*1 *1 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-270)))) (-2086 (*1 *1 *2) (-12 (-5 *2 (-1 (-972 (-229)) (-972 (-229)))) (-5 *1 (-270)))) (-2734 (*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))) (-2734 (*1 *1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-270)))) (-2133 (*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))) (-2133 (*1 *1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-270)))) (-3277 (*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-270)))) (-3277 (*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229) (-229))) (-5 *1 (-270)))) (-3277 (*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229) (-229) (-229))) (-5 *1 (-270)))) (-3147 (*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))) (-2132 (*1 *1 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-270)))) (-2132 (*1 *1 *2) (-12 (-5 *2 (-663 (-1120 (-421 (-560))))) (-5 *1 (-270)))) (-2805 (*1 *1 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-270)))) (-2497 (*1 *1 *2) (-12 (-5 *2 (-1164 (-229))) (-5 *1 (-270)))) (-3132 (*1 *1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-270)))) (-1877 (*1 *1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-270)))) (-3002 (*1 *1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-270)))) (-3192 (*1 *1 *2) (-12 (-5 *2 (-1 (-972 (-229)) (-972 (-229)))) (-5 *1 (-270)))) (-4206 (*1 *1 *2) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-270)))) (-2174 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-663 (-270))) (-5 *4 (-1208)) (-5 *2 (-51)) (-5 *1 (-270)))) (-3743 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-270))) (-5 *4 (-1208)) (-5 *2 (-114)) (-5 *1 (-270)))))
-(-13 (-1132) (-10 -8 (-15 -4169 ($ (-114))) (-15 -3355 ($ (-114))) (-15 -2446 ($ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -4445 ($ (-1190))) (-15 -3750 ($ (-1190))) (-15 -4238 ($ (-114))) (-15 -3355 ($ (-663 (-1120 (-391))))) (-15 -2086 ($ (-1 (-972 (-229)) (-972 (-229))))) (-15 -2734 ($ (-391))) (-15 -2734 ($ (-898))) (-15 -2133 ($ (-391))) (-15 -2133 ($ (-898))) (-15 -3277 ($ (-1 (-229) (-229)))) (-15 -3277 ($ (-1 (-229) (-229) (-229)))) (-15 -3277 ($ (-1 (-229) (-229) (-229) (-229)))) (-15 -3147 ($ (-391))) (-15 -2132 ($ (-663 (-1120 (-391))))) (-15 -2132 ($ (-663 (-1120 (-421 (-560)))))) (-15 -2805 ($ (-663 (-1120 (-391))))) (-15 -2497 ($ (-1164 (-229)))) (-15 -3132 ($ (-948))) (-15 -1877 ($ (-948))) (-15 -3002 ($ (-948))) (-15 -3192 ($ (-1 (-972 (-229)) (-972 (-229))))) (-15 -4206 ($ (-663 (-391)))) (-15 -2174 ((-3 (-51) "failed") (-663 $) (-1208))) (-15 -3743 ((-114) (-663 $) (-1208)))))
-((-2446 (((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) (-663 (-270)) (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) 25 T ELT)) (-1877 (((-948) (-663 (-270)) (-948)) 52 T ELT)) (-3132 (((-948) (-663 (-270)) (-948)) 51 T ELT)) (-3286 (((-663 (-391)) (-663 (-270)) (-663 (-391))) 68 T ELT)) (-3147 (((-391) (-663 (-270)) (-391)) 57 T ELT)) (-3002 (((-948) (-663 (-270)) (-948)) 53 T ELT)) (-4238 (((-114) (-663 (-270)) (-114)) 27 T ELT)) (-4445 (((-1190) (-663 (-270)) (-1190)) 19 T ELT)) (-3750 (((-1190) (-663 (-270)) (-1190)) 26 T ELT)) (-2497 (((-1164 (-229)) (-663 (-270))) 46 T ELT)) (-2805 (((-663 (-1120 (-391))) (-663 (-270)) (-663 (-1120 (-391)))) 40 T ELT)) (-2014 (((-898) (-663 (-270)) (-898)) 32 T ELT)) (-1620 (((-898) (-663 (-270)) (-898)) 33 T ELT)) (-3192 (((-1 (-972 (-229)) (-972 (-229))) (-663 (-270)) (-1 (-972 (-229)) (-972 (-229)))) 63 T ELT)) (-3781 (((-114) (-663 (-270)) (-114)) 14 T ELT)) (-4169 (((-114) (-663 (-270)) (-114)) 13 T ELT)))
-(((-271) (-10 -7 (-15 -4169 ((-114) (-663 (-270)) (-114))) (-15 -3781 ((-114) (-663 (-270)) (-114))) (-15 -2446 ((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) (-663 (-270)) (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -4445 ((-1190) (-663 (-270)) (-1190))) (-15 -3750 ((-1190) (-663 (-270)) (-1190))) (-15 -4238 ((-114) (-663 (-270)) (-114))) (-15 -2014 ((-898) (-663 (-270)) (-898))) (-15 -1620 ((-898) (-663 (-270)) (-898))) (-15 -2805 ((-663 (-1120 (-391))) (-663 (-270)) (-663 (-1120 (-391))))) (-15 -3132 ((-948) (-663 (-270)) (-948))) (-15 -1877 ((-948) (-663 (-270)) (-948))) (-15 -2497 ((-1164 (-229)) (-663 (-270)))) (-15 -3002 ((-948) (-663 (-270)) (-948))) (-15 -3147 ((-391) (-663 (-270)) (-391))) (-15 -3192 ((-1 (-972 (-229)) (-972 (-229))) (-663 (-270)) (-1 (-972 (-229)) (-972 (-229))))) (-15 -3286 ((-663 (-391)) (-663 (-270)) (-663 (-391)))))) (T -271))
-((-3286 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-391))) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3192 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-972 (-229)) (-972 (-229)))) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3147 (*1 *2 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3002 (*1 *2 *3 *2) (-12 (-5 *2 (-948)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2497 (*1 *2 *3) (-12 (-5 *3 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-271)))) (-1877 (*1 *2 *3 *2) (-12 (-5 *2 (-948)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3132 (*1 *2 *3 *2) (-12 (-5 *2 (-948)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2805 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-1620 (*1 *2 *3 *2) (-12 (-5 *2 (-898)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2014 (*1 *2 *3 *2) (-12 (-5 *2 (-898)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-4238 (*1 *2 *3 *2) (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3750 (*1 *2 *3 *2) (-12 (-5 *2 (-1190)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-4445 (*1 *2 *3 *2) (-12 (-5 *2 (-1190)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2446 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3781 (*1 *2 *3 *2) (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-4169 (*1 *2 *3 *2) (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(-10 -7 (-15 -4169 ((-114) (-663 (-270)) (-114))) (-15 -3781 ((-114) (-663 (-270)) (-114))) (-15 -2446 ((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) (-663 (-270)) (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -4445 ((-1190) (-663 (-270)) (-1190))) (-15 -3750 ((-1190) (-663 (-270)) (-1190))) (-15 -4238 ((-114) (-663 (-270)) (-114))) (-15 -2014 ((-898) (-663 (-270)) (-898))) (-15 -1620 ((-898) (-663 (-270)) (-898))) (-15 -2805 ((-663 (-1120 (-391))) (-663 (-270)) (-663 (-1120 (-391))))) (-15 -3132 ((-948) (-663 (-270)) (-948))) (-15 -1877 ((-948) (-663 (-270)) (-948))) (-15 -2497 ((-1164 (-229)) (-663 (-270)))) (-15 -3002 ((-948) (-663 (-270)) (-948))) (-15 -3147 ((-391) (-663 (-270)) (-391))) (-15 -3192 ((-1 (-972 (-229)) (-972 (-229))) (-663 (-270)) (-1 (-972 (-229)) (-972 (-229))))) (-15 -3286 ((-663 (-391)) (-663 (-270)) (-663 (-391)))))
-((-2174 (((-3 |#1| "failed") (-663 (-270)) (-1208)) 17 T ELT)))
-(((-272 |#1|) (-10 -7 (-15 -2174 ((-3 |#1| "failed") (-663 (-270)) (-1208)))) (-1248)) (T -272))
-((-2174 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-663 (-270))) (-5 *4 (-1208)) (-5 *1 (-272 *2)) (-4 *2 (-1248)))))
-(-10 -7 (-15 -2174 ((-3 |#1| "failed") (-663 (-270)) (-1208))))
-((-2457 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) 11 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) 19 T ELT) (($ $ (-793)) NIL T ELT) (($ $) 16 T ELT)) (-4324 (($ $ (-1 |#2| |#2|)) 12 T ELT) (($ $ (-1 |#2| |#2|) (-793)) 14 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)))
-(((-273 |#1| |#2|) (-10 -8 (-15 -2457 (|#1| |#1|)) (-15 -4324 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -4324 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -4324 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -4324 (|#1| |#1| (-663 (-1208)))) (-15 -4324 (|#1| |#1| (-1208) (-793))) (-15 -4324 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -4324 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -4324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|)))) (-274 |#2|) (-1248)) (T -273))
-NIL
-(-10 -8 (-15 -2457 (|#1| |#1|)) (-15 -4324 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -4324 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -4324 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -4324 (|#1| |#1| (-663 (-1208)))) (-15 -4324 (|#1| |#1| (-1208) (-793))) (-15 -4324 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -4324 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -4324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))))
-((-2457 (($ $ (-1 |#1| |#1|)) 23 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 22 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) 16 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 15 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 14 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208)) 12 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-793)) 10 (|has| |#1| (-239)) ELT) (($ $) 8 (|has| |#1| (-239)) ELT)) (-4324 (($ $ (-1 |#1| |#1|)) 21 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 20 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) 19 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 18 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 17 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208)) 13 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-793)) 11 (|has| |#1| (-239)) ELT) (($ $) 9 (|has| |#1| (-239)) ELT)))
-(((-274 |#1|) (-142) (-1248)) (T -274))
-((-2457 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3)) (-4 *3 (-1248)))) (-2457 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *1 (-274 *4)) (-4 *4 (-1248)))) (-4324 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3)) (-4 *3 (-1248)))) (-4324 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *1 (-274 *4)) (-4 *4 (-1248)))))
-(-13 (-1248) (-10 -8 (-15 -2457 ($ $ (-1 |t#1| |t#1|))) (-15 -2457 ($ $ (-1 |t#1| |t#1|) (-793))) (-15 -4324 ($ $ (-1 |t#1| |t#1|))) (-15 -4324 ($ $ (-1 |t#1| |t#1|) (-793))) (IF (|has| |t#1| (-239)) (-6 (-239)) |%noBranch|) (IF (|has| |t#1| (-929 (-1208))) (-6 (-929 (-1208))) |%noBranch|)))
-(((-236 $) |has| |#1| (-239)) ((-239) |has| |#1| (-239)) ((-921 $ #0=(-1208)) |has| |#1| (-929 (-1208))) ((-929 #0#) |has| |#1| (-929 (-1208))) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3294 (((-663 (-793)) $) NIL T ELT) (((-663 (-793)) $ |#2|) NIL T ELT)) (-1687 (((-793) $) NIL T ELT) (((-793) $ |#2|) NIL T ELT)) (-3557 (((-663 |#3|) $) NIL T ELT)) (-3349 (((-1202 $) $ |#3|) NIL T ELT) (((-1202 |#1|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 |#3|)) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2884 (($ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 |#3| "failed") $) NIL T ELT) (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-1156 |#1| |#2|) "failed") $) 23 T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) ((|#3| $) NIL T ELT) ((|#2| $) NIL T ELT) (((-1156 |#1| |#2|) $) NIL T ELT)) (-2076 (($ $ $ |#3|) NIL (|has| |#1| (-175)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ |#3|) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| (-545 |#3|) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| |#1| (-911 (-391))) (|has| |#3| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| |#1| (-911 (-560))) (|has| |#3| (-911 (-560)))) ELT)) (-2252 (((-793) $ |#2|) NIL T ELT) (((-793) $) 10 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3541 (($ (-1202 |#1|) |#3|) NIL T ELT) (($ (-1202 $) |#3|) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-545 |#3|)) NIL T ELT) (($ $ |#3| (-793)) NIL T ELT) (($ $ (-663 |#3|) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ |#3|) NIL T ELT)) (-4486 (((-545 |#3|) $) NIL T ELT) (((-793) $ |#3|) NIL T ELT) (((-663 (-793)) $ (-663 |#3|)) NIL T ELT)) (-1729 (($ (-1 (-545 |#3|) (-545 |#3|)) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1804 (((-1 $ (-793)) |#2|) NIL T ELT) (((-1 $ (-793)) $) NIL (|has| |#1| (-240)) ELT)) (-1762 (((-3 |#3| "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-1892 ((|#3| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2464 (((-114) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| |#3|) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3747 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#3| |#1|) NIL T ELT) (($ $ (-663 |#3|) (-663 |#1|)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ (-663 |#3|) (-663 $)) NIL T ELT) (($ $ |#2| $) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 |#2|) (-663 $)) NIL (|has| |#1| (-240)) ELT) (($ $ |#2| |#1|) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 |#2|) (-663 |#1|)) NIL (|has| |#1| (-240)) ELT)) (-3622 (($ $ |#3|) NIL (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 |#3|) (-663 (-793))) NIL T ELT) (($ $ |#3| (-793)) NIL T ELT) (($ $ (-663 |#3|)) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2844 (((-663 |#2|) $) NIL T ELT)) (-4283 (((-545 |#3|) $) NIL T ELT) (((-793) $ |#3|) NIL T ELT) (((-663 (-793)) $ (-663 |#3|)) NIL T ELT) (((-793) $ |#2|) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#3| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#3| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))) ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ |#3|) NIL (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 26 T ELT) (($ |#3|) 25 T ELT) (($ |#2|) NIL T ELT) (($ (-1156 |#1| |#2|)) 32 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-545 |#3|)) NIL T ELT) (($ $ |#3| (-793)) NIL T ELT) (($ $ (-663 |#3|) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-663 |#3|) (-663 (-793))) NIL T ELT) (($ $ |#3| (-793)) NIL T ELT) (($ $ (-663 |#3|)) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-275 |#1| |#2| |#3|) (-13 (-262 |#1| |#2| |#3| (-545 |#3|)) (-1069 (-1156 |#1| |#2|))) (-1080) (-871) (-277 |#2|)) (T -275))
-NIL
-(-13 (-262 |#1| |#2| |#3| (-545 |#3|)) (-1069 (-1156 |#1| |#2|)))
-((-1687 (((-793) $) 37 T ELT)) (-1442 (((-3 |#2| "failed") $) 22 T ELT)) (-3056 ((|#2| $) 33 T ELT)) (-2457 (($ $ (-793)) 18 T ELT) (($ $) 14 T ELT)) (-2539 (((-887) $) 32 T ELT) (($ |#2|) 11 T ELT)) (-2329 (((-114) $ $) 26 T ELT)) (-2349 (((-114) $ $) 36 T ELT)))
-(((-276 |#1| |#2|) (-10 -8 (-15 -1687 ((-793) |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2349 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2329 ((-114) |#1| |#1|))) (-277 |#2|) (-871)) (T -276))
-NIL
-(-10 -8 (-15 -1687 ((-793) |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2349 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2329 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-1687 (((-793) $) 26 T ELT)) (-2129 ((|#1| $) 27 T ELT)) (-1442 (((-3 |#1| "failed") $) 31 T ELT)) (-3056 ((|#1| $) 32 T ELT)) (-2252 (((-793) $) 28 T ELT)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-1804 (($ |#1| (-793)) 29 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2457 (($ $ (-793)) 35 T ELT) (($ $) 33 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ |#1|) 30 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-4324 (($ $ (-793)) 36 T ELT) (($ $) 34 T ELT)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)))
-(((-277 |#1|) (-142) (-871)) (T -277))
-((-2539 (*1 *1 *2) (-12 (-4 *1 (-277 *2)) (-4 *2 (-871)))) (-1804 (*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-277 *2)) (-4 *2 (-871)))) (-2252 (*1 *2 *1) (-12 (-4 *1 (-277 *3)) (-4 *3 (-871)) (-5 *2 (-793)))) (-2129 (*1 *2 *1) (-12 (-4 *1 (-277 *2)) (-4 *2 (-871)))) (-1687 (*1 *2 *1) (-12 (-4 *1 (-277 *3)) (-4 *3 (-871)) (-5 *2 (-793)))))
-(-13 (-871) (-239) (-1069 |t#1|) (-10 -8 (-15 -1804 ($ |t#1| (-793))) (-15 -2252 ((-793) $)) (-15 -2129 (|t#1| $)) (-15 -1687 ((-793) $)) (-15 -2539 ($ |t#1|))))
-(((-102) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-236 $) . T) ((-239) . T) ((-871) . T) ((-874) . T) ((-1069 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-3557 (((-663 (-1208)) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 53 T ELT)) (-3797 (((-663 (-1208)) (-326 (-229)) (-793)) 94 T ELT)) (-3587 (((-3 (-326 (-229)) "failed") (-326 (-229))) 63 T ELT)) (-1437 (((-326 (-229)) (-326 (-229))) 79 T ELT)) (-4194 (((-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229))))) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 38 T ELT)) (-2150 (((-114) (-663 (-326 (-229)))) 104 T ELT)) (-3538 (((-114) (-326 (-229))) 36 T ELT)) (-2153 (((-663 (-1190)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))))) 132 T ELT)) (-2706 (((-663 (-326 (-229))) (-663 (-326 (-229)))) 108 T ELT)) (-2260 (((-663 (-326 (-229))) (-663 (-326 (-229)))) 106 T ELT)) (-3025 (((-711 (-229)) (-663 (-326 (-229))) (-793)) 120 T ELT)) (-2505 (((-114) (-326 (-229))) 31 T ELT) (((-114) (-663 (-326 (-229)))) 105 T ELT)) (-1407 (((-663 (-229)) (-663 (-864 (-229))) (-229)) 15 T ELT)) (-3939 (((-391) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 126 T ELT)) (-3399 (((-1066) (-1208) (-1066)) 46 T ELT)))
-(((-278) (-10 -7 (-15 -1407 ((-663 (-229)) (-663 (-864 (-229))) (-229))) (-15 -4194 ((-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229))))) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229))))))) (-15 -3587 ((-3 (-326 (-229)) "failed") (-326 (-229)))) (-15 -1437 ((-326 (-229)) (-326 (-229)))) (-15 -2150 ((-114) (-663 (-326 (-229))))) (-15 -2505 ((-114) (-663 (-326 (-229))))) (-15 -2505 ((-114) (-326 (-229)))) (-15 -3025 ((-711 (-229)) (-663 (-326 (-229))) (-793))) (-15 -2260 ((-663 (-326 (-229))) (-663 (-326 (-229))))) (-15 -2706 ((-663 (-326 (-229))) (-663 (-326 (-229))))) (-15 -3538 ((-114) (-326 (-229)))) (-15 -3557 ((-663 (-1208)) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) (-15 -3797 ((-663 (-1208)) (-326 (-229)) (-793))) (-15 -3399 ((-1066) (-1208) (-1066))) (-15 -3939 ((-391) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) (-15 -2153 ((-663 (-1190)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))))))) (T -278))
-((-2153 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))))) (-5 *2 (-663 (-1190))) (-5 *1 (-278)))) (-3939 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) (-5 *2 (-391)) (-5 *1 (-278)))) (-3399 (*1 *2 *3 *2) (-12 (-5 *2 (-1066)) (-5 *3 (-1208)) (-5 *1 (-278)))) (-3797 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-793)) (-5 *2 (-663 (-1208))) (-5 *1 (-278)))) (-3557 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) (-5 *2 (-663 (-1208))) (-5 *1 (-278)))) (-3538 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-114)) (-5 *1 (-278)))) (-2706 (*1 *2 *2) (-12 (-5 *2 (-663 (-326 (-229)))) (-5 *1 (-278)))) (-2260 (*1 *2 *2) (-12 (-5 *2 (-663 (-326 (-229)))) (-5 *1 (-278)))) (-3025 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *4 (-793)) (-5 *2 (-711 (-229))) (-5 *1 (-278)))) (-2505 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-114)) (-5 *1 (-278)))) (-2505 (*1 *2 *3) (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *2 (-114)) (-5 *1 (-278)))) (-2150 (*1 *2 *3) (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *2 (-114)) (-5 *1 (-278)))) (-1437 (*1 *2 *2) (-12 (-5 *2 (-326 (-229))) (-5 *1 (-278)))) (-3587 (*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-229))) (-5 *1 (-278)))) (-4194 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (-5 *1 (-278)))) (-1407 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-864 (-229)))) (-5 *4 (-229)) (-5 *2 (-663 *4)) (-5 *1 (-278)))))
-(-10 -7 (-15 -1407 ((-663 (-229)) (-663 (-864 (-229))) (-229))) (-15 -4194 ((-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229))))) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229))))))) (-15 -3587 ((-3 (-326 (-229)) "failed") (-326 (-229)))) (-15 -1437 ((-326 (-229)) (-326 (-229)))) (-15 -2150 ((-114) (-663 (-326 (-229))))) (-15 -2505 ((-114) (-663 (-326 (-229))))) (-15 -2505 ((-114) (-326 (-229)))) (-15 -3025 ((-711 (-229)) (-663 (-326 (-229))) (-793))) (-15 -2260 ((-663 (-326 (-229))) (-663 (-326 (-229))))) (-15 -2706 ((-663 (-326 (-229))) (-663 (-326 (-229))))) (-15 -3538 ((-114) (-326 (-229)))) (-15 -3557 ((-663 (-1208)) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) (-15 -3797 ((-663 (-1208)) (-326 (-229)) (-793))) (-15 -3399 ((-1066) (-1208) (-1066))) (-15 -3939 ((-391) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) (-15 -2153 ((-663 (-1190)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3292 (((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 56 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 32 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-279) (-861)) (T -279))
-NIL
-(-861)
-((-2294 (((-114) $ $) NIL T ELT)) (-3292 (((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 72 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 63 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 41 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 43 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-280) (-861)) (T -280))
-NIL
-(-861)
-((-2294 (((-114) $ $) NIL T ELT)) (-3292 (((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 90 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 85 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 52 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 65 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-281) (-861)) (T -281))
-NIL
-(-861)
-((-2294 (((-114) $ $) NIL T ELT)) (-3292 (((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 73 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 45 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-282) (-861)) (T -282))
-NIL
-(-861)
-((-2294 (((-114) $ $) NIL T ELT)) (-3292 (((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 65 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 31 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-283) (-861)) (T -283))
-NIL
-(-861)
-((-2294 (((-114) $ $) NIL T ELT)) (-3292 (((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 90 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 33 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-284) (-861)) (T -284))
-NIL
-(-861)
-((-2294 (((-114) $ $) NIL T ELT)) (-3292 (((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 87 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 32 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-285) (-861)) (T -285))
-NIL
-(-861)
-((-2294 (((-114) $ $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1579 (((-663 (-560)) $) 29 T ELT)) (-4283 (((-793) $) 27 T ELT)) (-2539 (((-887) $) 33 T ELT) (($ (-663 (-560))) 23 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2738 (($ (-793)) 30 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 9 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 17 T ELT)))
-(((-286) (-13 (-871) (-10 -8 (-15 -2539 ($ (-663 (-560)))) (-15 -4283 ((-793) $)) (-15 -1579 ((-663 (-560)) $)) (-15 -2738 ($ (-793)))))) (T -286))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-286)))) (-4283 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-286)))) (-1579 (*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-286)))) (-2738 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-286)))))
-(-13 (-871) (-10 -8 (-15 -2539 ($ (-663 (-560)))) (-15 -4283 ((-793) $)) (-15 -1579 ((-663 (-560)) $)) (-15 -2738 ($ (-793)))))
-((-3594 ((|#2| |#2|) 77 T ELT)) (-2725 ((|#2| |#2|) 65 T ELT)) (-2642 (((-3 |#2| "failed") |#2| (-663 (-2 (|:| |func| |#2|) (|:| |pole| (-114))))) 125 T ELT)) (-2837 ((|#2| |#2|) 75 T ELT)) (-2700 ((|#2| |#2|) 63 T ELT)) (-3623 ((|#2| |#2|) 79 T ELT)) (-2749 ((|#2| |#2|) 67 T ELT)) (-4447 ((|#2|) 46 T ELT)) (-3336 (((-115) (-115)) 100 T ELT)) (-1842 ((|#2| |#2|) 61 T ELT)) (-2603 (((-114) |#2|) 147 T ELT)) (-1867 ((|#2| |#2|) 195 T ELT)) (-2909 ((|#2| |#2|) 171 T ELT)) (-4281 ((|#2|) 59 T ELT)) (-1991 ((|#2|) 58 T ELT)) (-2085 ((|#2| |#2|) 191 T ELT)) (-1361 ((|#2| |#2|) 167 T ELT)) (-2102 ((|#2| |#2|) 199 T ELT)) (-4319 ((|#2| |#2|) 175 T ELT)) (-1754 ((|#2| |#2|) 163 T ELT)) (-2448 ((|#2| |#2|) 165 T ELT)) (-1634 ((|#2| |#2|) 201 T ELT)) (-4209 ((|#2| |#2|) 177 T ELT)) (-1373 ((|#2| |#2|) 197 T ELT)) (-4377 ((|#2| |#2|) 173 T ELT)) (-4156 ((|#2| |#2|) 193 T ELT)) (-3863 ((|#2| |#2|) 169 T ELT)) (-1513 ((|#2| |#2|) 207 T ELT)) (-2762 ((|#2| |#2|) 183 T ELT)) (-2855 ((|#2| |#2|) 203 T ELT)) (-2073 ((|#2| |#2|) 179 T ELT)) (-1717 ((|#2| |#2|) 211 T ELT)) (-3341 ((|#2| |#2|) 187 T ELT)) (-2261 ((|#2| |#2|) 213 T ELT)) (-1903 ((|#2| |#2|) 189 T ELT)) (-4200 ((|#2| |#2|) 209 T ELT)) (-1535 ((|#2| |#2|) 185 T ELT)) (-1789 ((|#2| |#2|) 205 T ELT)) (-1930 ((|#2| |#2|) 181 T ELT)) (-1920 ((|#2| |#2|) 62 T ELT)) (-3637 ((|#2| |#2|) 80 T ELT)) (-2759 ((|#2| |#2|) 68 T ELT)) (-3610 ((|#2| |#2|) 78 T ELT)) (-2737 ((|#2| |#2|) 66 T ELT)) (-2848 ((|#2| |#2|) 76 T ELT)) (-2712 ((|#2| |#2|) 64 T ELT)) (-1881 (((-114) (-115)) 98 T ELT)) (-3671 ((|#2| |#2|) 83 T ELT)) (-2792 ((|#2| |#2|) 71 T ELT)) (-3649 ((|#2| |#2|) 81 T ELT)) (-2770 ((|#2| |#2|) 69 T ELT)) (-3693 ((|#2| |#2|) 85 T ELT)) (-2816 ((|#2| |#2|) 73 T ELT)) (-2979 ((|#2| |#2|) 86 T ELT)) (-2827 ((|#2| |#2|) 74 T ELT)) (-3681 ((|#2| |#2|) 84 T ELT)) (-2804 ((|#2| |#2|) 72 T ELT)) (-3661 ((|#2| |#2|) 82 T ELT)) (-2781 ((|#2| |#2|) 70 T ELT)))
-(((-287 |#1| |#2|) (-10 -7 (-15 -1920 (|#2| |#2|)) (-15 -1842 (|#2| |#2|)) (-15 -2700 (|#2| |#2|)) (-15 -2712 (|#2| |#2|)) (-15 -2725 (|#2| |#2|)) (-15 -2737 (|#2| |#2|)) (-15 -2749 (|#2| |#2|)) (-15 -2759 (|#2| |#2|)) (-15 -2770 (|#2| |#2|)) (-15 -2781 (|#2| |#2|)) (-15 -2792 (|#2| |#2|)) (-15 -2804 (|#2| |#2|)) (-15 -2816 (|#2| |#2|)) (-15 -2827 (|#2| |#2|)) (-15 -2837 (|#2| |#2|)) (-15 -2848 (|#2| |#2|)) (-15 -3594 (|#2| |#2|)) (-15 -3610 (|#2| |#2|)) (-15 -3623 (|#2| |#2|)) (-15 -3637 (|#2| |#2|)) (-15 -3649 (|#2| |#2|)) (-15 -3661 (|#2| |#2|)) (-15 -3671 (|#2| |#2|)) (-15 -3681 (|#2| |#2|)) (-15 -3693 (|#2| |#2|)) (-15 -2979 (|#2| |#2|)) (-15 -4447 (|#2|)) (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -1991 (|#2|)) (-15 -4281 (|#2|)) (-15 -2448 (|#2| |#2|)) (-15 -1754 (|#2| |#2|)) (-15 -1361 (|#2| |#2|)) (-15 -3863 (|#2| |#2|)) (-15 -2909 (|#2| |#2|)) (-15 -4377 (|#2| |#2|)) (-15 -4319 (|#2| |#2|)) (-15 -4209 (|#2| |#2|)) (-15 -2073 (|#2| |#2|)) (-15 -1930 (|#2| |#2|)) (-15 -2762 (|#2| |#2|)) (-15 -1535 (|#2| |#2|)) (-15 -3341 (|#2| |#2|)) (-15 -1903 (|#2| |#2|)) (-15 -2085 (|#2| |#2|)) (-15 -4156 (|#2| |#2|)) (-15 -1867 (|#2| |#2|)) (-15 -1373 (|#2| |#2|)) (-15 -2102 (|#2| |#2|)) (-15 -1634 (|#2| |#2|)) (-15 -2855 (|#2| |#2|)) (-15 -1789 (|#2| |#2|)) (-15 -1513 (|#2| |#2|)) (-15 -4200 (|#2| |#2|)) (-15 -1717 (|#2| |#2|)) (-15 -2261 (|#2| |#2|)) (-15 -2642 ((-3 |#2| "failed") |#2| (-663 (-2 (|:| |func| |#2|) (|:| |pole| (-114)))))) (-15 -2603 ((-114) |#2|))) (-571) (-13 (-435 |#1|) (-1033))) (T -287))
-((-2603 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-287 *4 *3)) (-4 *3 (-13 (-435 *4) (-1033))))) (-2642 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-663 (-2 (|:| |func| *2) (|:| |pole| (-114))))) (-4 *2 (-13 (-435 *4) (-1033))) (-4 *4 (-571)) (-5 *1 (-287 *4 *2)))) (-2261 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1717 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-4200 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1513 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1789 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2855 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1634 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2102 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1373 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1867 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-4156 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2085 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1903 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3341 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1535 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2762 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1930 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2073 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-4209 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-4319 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-4377 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2909 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3863 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1361 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1754 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2448 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-4281 (*1 *2) (-12 (-4 *2 (-13 (-435 *3) (-1033))) (-5 *1 (-287 *3 *2)) (-4 *3 (-571)))) (-1991 (*1 *2) (-12 (-4 *2 (-13 (-435 *3) (-1033))) (-5 *1 (-287 *3 *2)) (-4 *3 (-571)))) (-3336 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-287 *3 *4)) (-4 *4 (-13 (-435 *3) (-1033))))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-287 *4 *5)) (-4 *5 (-13 (-435 *4) (-1033))))) (-4447 (*1 *2) (-12 (-4 *2 (-13 (-435 *3) (-1033))) (-5 *1 (-287 *3 *2)) (-4 *3 (-571)))) (-2979 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3693 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3681 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3671 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3661 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3649 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3623 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3610 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-3594 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2848 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2837 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2827 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2816 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2804 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2792 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2781 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2770 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2759 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2749 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2737 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2725 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2712 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-2700 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1842 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))) (-1920 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033))))))
-(-10 -7 (-15 -1920 (|#2| |#2|)) (-15 -1842 (|#2| |#2|)) (-15 -2700 (|#2| |#2|)) (-15 -2712 (|#2| |#2|)) (-15 -2725 (|#2| |#2|)) (-15 -2737 (|#2| |#2|)) (-15 -2749 (|#2| |#2|)) (-15 -2759 (|#2| |#2|)) (-15 -2770 (|#2| |#2|)) (-15 -2781 (|#2| |#2|)) (-15 -2792 (|#2| |#2|)) (-15 -2804 (|#2| |#2|)) (-15 -2816 (|#2| |#2|)) (-15 -2827 (|#2| |#2|)) (-15 -2837 (|#2| |#2|)) (-15 -2848 (|#2| |#2|)) (-15 -3594 (|#2| |#2|)) (-15 -3610 (|#2| |#2|)) (-15 -3623 (|#2| |#2|)) (-15 -3637 (|#2| |#2|)) (-15 -3649 (|#2| |#2|)) (-15 -3661 (|#2| |#2|)) (-15 -3671 (|#2| |#2|)) (-15 -3681 (|#2| |#2|)) (-15 -3693 (|#2| |#2|)) (-15 -2979 (|#2| |#2|)) (-15 -4447 (|#2|)) (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -1991 (|#2|)) (-15 -4281 (|#2|)) (-15 -2448 (|#2| |#2|)) (-15 -1754 (|#2| |#2|)) (-15 -1361 (|#2| |#2|)) (-15 -3863 (|#2| |#2|)) (-15 -2909 (|#2| |#2|)) (-15 -4377 (|#2| |#2|)) (-15 -4319 (|#2| |#2|)) (-15 -4209 (|#2| |#2|)) (-15 -2073 (|#2| |#2|)) (-15 -1930 (|#2| |#2|)) (-15 -2762 (|#2| |#2|)) (-15 -1535 (|#2| |#2|)) (-15 -3341 (|#2| |#2|)) (-15 -1903 (|#2| |#2|)) (-15 -2085 (|#2| |#2|)) (-15 -4156 (|#2| |#2|)) (-15 -1867 (|#2| |#2|)) (-15 -1373 (|#2| |#2|)) (-15 -2102 (|#2| |#2|)) (-15 -1634 (|#2| |#2|)) (-15 -2855 (|#2| |#2|)) (-15 -1789 (|#2| |#2|)) (-15 -1513 (|#2| |#2|)) (-15 -4200 (|#2| |#2|)) (-15 -1717 (|#2| |#2|)) (-15 -2261 (|#2| |#2|)) (-15 -2642 ((-3 |#2| "failed") |#2| (-663 (-2 (|:| |func| |#2|) (|:| |pole| (-114)))))) (-15 -2603 ((-114) |#2|)))
-((-3186 (((-3 |#2| "failed") (-663 (-630 |#2|)) |#2| (-1208)) 151 T ELT)) (-2176 ((|#2| (-421 (-560)) |#2|) 49 T ELT)) (-3392 ((|#2| |#2| (-630 |#2|)) 144 T ELT)) (-3884 (((-2 (|:| |func| |#2|) (|:| |kers| (-663 (-630 |#2|))) (|:| |vals| (-663 |#2|))) |#2| (-1208)) 143 T ELT)) (-3167 ((|#2| |#2| (-1208)) 20 T ELT) ((|#2| |#2|) 23 T ELT)) (-3137 ((|#2| |#2| (-1208)) 157 T ELT) ((|#2| |#2|) 155 T ELT)))
-(((-288 |#1| |#2|) (-10 -7 (-15 -3137 (|#2| |#2|)) (-15 -3137 (|#2| |#2| (-1208))) (-15 -3884 ((-2 (|:| |func| |#2|) (|:| |kers| (-663 (-630 |#2|))) (|:| |vals| (-663 |#2|))) |#2| (-1208))) (-15 -3167 (|#2| |#2|)) (-15 -3167 (|#2| |#2| (-1208))) (-15 -3186 ((-3 |#2| "failed") (-663 (-630 |#2|)) |#2| (-1208))) (-15 -3392 (|#2| |#2| (-630 |#2|))) (-15 -2176 (|#2| (-421 (-560)) |#2|))) (-13 (-571) (-1069 (-560)) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|))) (T -288))
-((-2176 (*1 *2 *3 *2) (-12 (-5 *3 (-421 (-560))) (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))) (-3392 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))) (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-288 *4 *2)))) (-3186 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-663 (-630 *2))) (-5 *4 (-1208)) (-4 *2 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-288 *5 *2)))) (-3167 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))) (-3167 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-288 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))) (-3884 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-663 (-630 *3))) (|:| |vals| (-663 *3)))) (-5 *1 (-288 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-3137 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))) (-3137 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-288 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))))
-(-10 -7 (-15 -3137 (|#2| |#2|)) (-15 -3137 (|#2| |#2| (-1208))) (-15 -3884 ((-2 (|:| |func| |#2|) (|:| |kers| (-663 (-630 |#2|))) (|:| |vals| (-663 |#2|))) |#2| (-1208))) (-15 -3167 (|#2| |#2|)) (-15 -3167 (|#2| |#2| (-1208))) (-15 -3186 ((-3 |#2| "failed") (-663 (-630 |#2|)) |#2| (-1208))) (-15 -3392 (|#2| |#2| (-630 |#2|))) (-15 -2176 (|#2| (-421 (-560)) |#2|)))
-((-1481 (((-3 |#3| "failed") |#3|) 120 T ELT)) (-3594 ((|#3| |#3|) 142 T ELT)) (-1861 (((-3 |#3| "failed") |#3|) 89 T ELT)) (-2725 ((|#3| |#3|) 132 T ELT)) (-2747 (((-3 |#3| "failed") |#3|) 65 T ELT)) (-2837 ((|#3| |#3|) 140 T ELT)) (-1380 (((-3 |#3| "failed") |#3|) 53 T ELT)) (-2700 ((|#3| |#3|) 130 T ELT)) (-4286 (((-3 |#3| "failed") |#3|) 122 T ELT)) (-3623 ((|#3| |#3|) 144 T ELT)) (-3457 (((-3 |#3| "failed") |#3|) 91 T ELT)) (-2749 ((|#3| |#3|) 134 T ELT)) (-3593 (((-3 |#3| "failed") |#3| (-793)) 41 T ELT)) (-2845 (((-3 |#3| "failed") |#3|) 81 T ELT)) (-1842 ((|#3| |#3|) 129 T ELT)) (-3284 (((-3 |#3| "failed") |#3|) 51 T ELT)) (-1920 ((|#3| |#3|) 128 T ELT)) (-2309 (((-3 |#3| "failed") |#3|) 123 T ELT)) (-3637 ((|#3| |#3|) 145 T ELT)) (-1640 (((-3 |#3| "failed") |#3|) 92 T ELT)) (-2759 ((|#3| |#3|) 135 T ELT)) (-1596 (((-3 |#3| "failed") |#3|) 121 T ELT)) (-3610 ((|#3| |#3|) 143 T ELT)) (-2135 (((-3 |#3| "failed") |#3|) 90 T ELT)) (-2737 ((|#3| |#3|) 133 T ELT)) (-1449 (((-3 |#3| "failed") |#3|) 67 T ELT)) (-2848 ((|#3| |#3|) 141 T ELT)) (-3099 (((-3 |#3| "failed") |#3|) 55 T ELT)) (-2712 ((|#3| |#3|) 131 T ELT)) (-1811 (((-3 |#3| "failed") |#3|) 73 T ELT)) (-3671 ((|#3| |#3|) 148 T ELT)) (-1343 (((-3 |#3| "failed") |#3|) 114 T ELT)) (-2792 ((|#3| |#3|) 152 T ELT)) (-1998 (((-3 |#3| "failed") |#3|) 69 T ELT)) (-3649 ((|#3| |#3|) 146 T ELT)) (-3092 (((-3 |#3| "failed") |#3|) 57 T ELT)) (-2770 ((|#3| |#3|) 136 T ELT)) (-3103 (((-3 |#3| "failed") |#3|) 77 T ELT)) (-3693 ((|#3| |#3|) 150 T ELT)) (-1907 (((-3 |#3| "failed") |#3|) 61 T ELT)) (-2816 ((|#3| |#3|) 138 T ELT)) (-3605 (((-3 |#3| "failed") |#3|) 79 T ELT)) (-2979 ((|#3| |#3|) 151 T ELT)) (-2826 (((-3 |#3| "failed") |#3|) 63 T ELT)) (-2827 ((|#3| |#3|) 139 T ELT)) (-3233 (((-3 |#3| "failed") |#3|) 75 T ELT)) (-3681 ((|#3| |#3|) 149 T ELT)) (-1375 (((-3 |#3| "failed") |#3|) 117 T ELT)) (-2804 ((|#3| |#3|) 153 T ELT)) (-2216 (((-3 |#3| "failed") |#3|) 71 T ELT)) (-3661 ((|#3| |#3|) 147 T ELT)) (-2178 (((-3 |#3| "failed") |#3|) 59 T ELT)) (-2781 ((|#3| |#3|) 137 T ELT)) (** ((|#3| |#3| (-421 (-560))) 47 (|has| |#1| (-376)) ELT)))
-(((-289 |#1| |#2| |#3|) (-13 (-1014 |#3|) (-10 -7 (IF (|has| |#1| (-376)) (-15 ** (|#3| |#3| (-421 (-560)))) |%noBranch|) (-15 -1920 (|#3| |#3|)) (-15 -1842 (|#3| |#3|)) (-15 -2700 (|#3| |#3|)) (-15 -2712 (|#3| |#3|)) (-15 -2725 (|#3| |#3|)) (-15 -2737 (|#3| |#3|)) (-15 -2749 (|#3| |#3|)) (-15 -2759 (|#3| |#3|)) (-15 -2770 (|#3| |#3|)) (-15 -2781 (|#3| |#3|)) (-15 -2792 (|#3| |#3|)) (-15 -2804 (|#3| |#3|)) (-15 -2816 (|#3| |#3|)) (-15 -2827 (|#3| |#3|)) (-15 -2837 (|#3| |#3|)) (-15 -2848 (|#3| |#3|)) (-15 -3594 (|#3| |#3|)) (-15 -3610 (|#3| |#3|)) (-15 -3623 (|#3| |#3|)) (-15 -3637 (|#3| |#3|)) (-15 -3649 (|#3| |#3|)) (-15 -3661 (|#3| |#3|)) (-15 -3671 (|#3| |#3|)) (-15 -3681 (|#3| |#3|)) (-15 -3693 (|#3| |#3|)) (-15 -2979 (|#3| |#3|)))) (-38 (-421 (-560))) (-1291 |#1|) (-1262 |#1| |#2|)) (T -289))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-421 (-560))) (-4 *4 (-376)) (-4 *4 (-38 *3)) (-4 *5 (-1291 *4)) (-5 *1 (-289 *4 *5 *2)) (-4 *2 (-1262 *4 *5)))) (-1920 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-1842 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2700 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2712 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2725 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2737 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2749 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2759 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2770 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2781 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2792 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2804 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2816 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2827 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2837 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2848 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3594 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3610 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3623 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3649 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3661 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3671 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3681 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-3693 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))) (-2979 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4)))))
-(-13 (-1014 |#3|) (-10 -7 (IF (|has| |#1| (-376)) (-15 ** (|#3| |#3| (-421 (-560)))) |%noBranch|) (-15 -1920 (|#3| |#3|)) (-15 -1842 (|#3| |#3|)) (-15 -2700 (|#3| |#3|)) (-15 -2712 (|#3| |#3|)) (-15 -2725 (|#3| |#3|)) (-15 -2737 (|#3| |#3|)) (-15 -2749 (|#3| |#3|)) (-15 -2759 (|#3| |#3|)) (-15 -2770 (|#3| |#3|)) (-15 -2781 (|#3| |#3|)) (-15 -2792 (|#3| |#3|)) (-15 -2804 (|#3| |#3|)) (-15 -2816 (|#3| |#3|)) (-15 -2827 (|#3| |#3|)) (-15 -2837 (|#3| |#3|)) (-15 -2848 (|#3| |#3|)) (-15 -3594 (|#3| |#3|)) (-15 -3610 (|#3| |#3|)) (-15 -3623 (|#3| |#3|)) (-15 -3637 (|#3| |#3|)) (-15 -3649 (|#3| |#3|)) (-15 -3661 (|#3| |#3|)) (-15 -3671 (|#3| |#3|)) (-15 -3681 (|#3| |#3|)) (-15 -3693 (|#3| |#3|)) (-15 -2979 (|#3| |#3|))))
-((-1481 (((-3 |#3| "failed") |#3|) 70 T ELT)) (-3594 ((|#3| |#3|) 137 T ELT)) (-1861 (((-3 |#3| "failed") |#3|) 54 T ELT)) (-2725 ((|#3| |#3|) 125 T ELT)) (-2747 (((-3 |#3| "failed") |#3|) 66 T ELT)) (-2837 ((|#3| |#3|) 135 T ELT)) (-1380 (((-3 |#3| "failed") |#3|) 50 T ELT)) (-2700 ((|#3| |#3|) 123 T ELT)) (-4286 (((-3 |#3| "failed") |#3|) 74 T ELT)) (-3623 ((|#3| |#3|) 139 T ELT)) (-3457 (((-3 |#3| "failed") |#3|) 58 T ELT)) (-2749 ((|#3| |#3|) 127 T ELT)) (-3593 (((-3 |#3| "failed") |#3| (-793)) 38 T ELT)) (-2845 (((-3 |#3| "failed") |#3|) 48 T ELT)) (-1842 ((|#3| |#3|) 111 T ELT)) (-3284 (((-3 |#3| "failed") |#3|) 46 T ELT)) (-1920 ((|#3| |#3|) 122 T ELT)) (-2309 (((-3 |#3| "failed") |#3|) 76 T ELT)) (-3637 ((|#3| |#3|) 140 T ELT)) (-1640 (((-3 |#3| "failed") |#3|) 60 T ELT)) (-2759 ((|#3| |#3|) 128 T ELT)) (-1596 (((-3 |#3| "failed") |#3|) 72 T ELT)) (-3610 ((|#3| |#3|) 138 T ELT)) (-2135 (((-3 |#3| "failed") |#3|) 56 T ELT)) (-2737 ((|#3| |#3|) 126 T ELT)) (-1449 (((-3 |#3| "failed") |#3|) 68 T ELT)) (-2848 ((|#3| |#3|) 136 T ELT)) (-3099 (((-3 |#3| "failed") |#3|) 52 T ELT)) (-2712 ((|#3| |#3|) 124 T ELT)) (-1811 (((-3 |#3| "failed") |#3|) 78 T ELT)) (-3671 ((|#3| |#3|) 143 T ELT)) (-1343 (((-3 |#3| "failed") |#3|) 62 T ELT)) (-2792 ((|#3| |#3|) 131 T ELT)) (-1998 (((-3 |#3| "failed") |#3|) 112 T ELT)) (-3649 ((|#3| |#3|) 141 T ELT)) (-3092 (((-3 |#3| "failed") |#3|) 100 T ELT)) (-2770 ((|#3| |#3|) 129 T ELT)) (-3103 (((-3 |#3| "failed") |#3|) 116 T ELT)) (-3693 ((|#3| |#3|) 145 T ELT)) (-1907 (((-3 |#3| "failed") |#3|) 107 T ELT)) (-2816 ((|#3| |#3|) 133 T ELT)) (-3605 (((-3 |#3| "failed") |#3|) 117 T ELT)) (-2979 ((|#3| |#3|) 146 T ELT)) (-2826 (((-3 |#3| "failed") |#3|) 109 T ELT)) (-2827 ((|#3| |#3|) 134 T ELT)) (-3233 (((-3 |#3| "failed") |#3|) 80 T ELT)) (-3681 ((|#3| |#3|) 144 T ELT)) (-1375 (((-3 |#3| "failed") |#3|) 64 T ELT)) (-2804 ((|#3| |#3|) 132 T ELT)) (-2216 (((-3 |#3| "failed") |#3|) 113 T ELT)) (-3661 ((|#3| |#3|) 142 T ELT)) (-2178 (((-3 |#3| "failed") |#3|) 103 T ELT)) (-2781 ((|#3| |#3|) 130 T ELT)) (** ((|#3| |#3| (-421 (-560))) 44 (|has| |#1| (-376)) ELT)))
-(((-290 |#1| |#2| |#3| |#4|) (-13 (-1014 |#3|) (-10 -7 (IF (|has| |#1| (-376)) (-15 ** (|#3| |#3| (-421 (-560)))) |%noBranch|) (-15 -1920 (|#3| |#3|)) (-15 -1842 (|#3| |#3|)) (-15 -2700 (|#3| |#3|)) (-15 -2712 (|#3| |#3|)) (-15 -2725 (|#3| |#3|)) (-15 -2737 (|#3| |#3|)) (-15 -2749 (|#3| |#3|)) (-15 -2759 (|#3| |#3|)) (-15 -2770 (|#3| |#3|)) (-15 -2781 (|#3| |#3|)) (-15 -2792 (|#3| |#3|)) (-15 -2804 (|#3| |#3|)) (-15 -2816 (|#3| |#3|)) (-15 -2827 (|#3| |#3|)) (-15 -2837 (|#3| |#3|)) (-15 -2848 (|#3| |#3|)) (-15 -3594 (|#3| |#3|)) (-15 -3610 (|#3| |#3|)) (-15 -3623 (|#3| |#3|)) (-15 -3637 (|#3| |#3|)) (-15 -3649 (|#3| |#3|)) (-15 -3661 (|#3| |#3|)) (-15 -3671 (|#3| |#3|)) (-15 -3681 (|#3| |#3|)) (-15 -3693 (|#3| |#3|)) (-15 -2979 (|#3| |#3|)))) (-38 (-421 (-560))) (-1260 |#1|) (-1283 |#1| |#2|) (-1014 |#2|)) (T -290))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-421 (-560))) (-4 *4 (-376)) (-4 *4 (-38 *3)) (-4 *5 (-1260 *4)) (-5 *1 (-290 *4 *5 *2 *6)) (-4 *2 (-1283 *4 *5)) (-4 *6 (-1014 *5)))) (-1920 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-1842 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2700 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2712 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2725 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2737 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2749 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2759 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2770 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2781 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2792 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2804 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2816 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2827 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2837 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2848 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3594 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3610 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3623 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3649 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3661 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3671 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3681 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-3693 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))) (-2979 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4)))))
-(-13 (-1014 |#3|) (-10 -7 (IF (|has| |#1| (-376)) (-15 ** (|#3| |#3| (-421 (-560)))) |%noBranch|) (-15 -1920 (|#3| |#3|)) (-15 -1842 (|#3| |#3|)) (-15 -2700 (|#3| |#3|)) (-15 -2712 (|#3| |#3|)) (-15 -2725 (|#3| |#3|)) (-15 -2737 (|#3| |#3|)) (-15 -2749 (|#3| |#3|)) (-15 -2759 (|#3| |#3|)) (-15 -2770 (|#3| |#3|)) (-15 -2781 (|#3| |#3|)) (-15 -2792 (|#3| |#3|)) (-15 -2804 (|#3| |#3|)) (-15 -2816 (|#3| |#3|)) (-15 -2827 (|#3| |#3|)) (-15 -2837 (|#3| |#3|)) (-15 -2848 (|#3| |#3|)) (-15 -3594 (|#3| |#3|)) (-15 -3610 (|#3| |#3|)) (-15 -3623 (|#3| |#3|)) (-15 -3637 (|#3| |#3|)) (-15 -3649 (|#3| |#3|)) (-15 -3661 (|#3| |#3|)) (-15 -3671 (|#3| |#3|)) (-15 -3681 (|#3| |#3|)) (-15 -3693 (|#3| |#3|)) (-15 -2979 (|#3| |#3|))))
-((-3145 (((-114) $) 20 T ELT)) (-4331 (((-1213) $) 9 T ELT)) (-2105 (((-3 (-520) "failed") $) 15 T ELT)) (-3724 (((-3 (-663 $) "failed") $) NIL T ELT)) (-4019 (((-3 (-520) "failed") $) 21 T ELT)) (-2239 (((-3 (-1134) "failed") $) 19 T ELT)) (-4489 (((-114) $) 17 T ELT)) (-2539 (((-887) $) NIL T ELT)) (-4263 (((-114) $) 10 T ELT)))
-(((-291) (-13 (-632 (-887)) (-10 -8 (-15 -4331 ((-1213) $)) (-15 -4489 ((-114) $)) (-15 -2239 ((-3 (-1134) "failed") $)) (-15 -3145 ((-114) $)) (-15 -4019 ((-3 (-520) "failed") $)) (-15 -4263 ((-114) $)) (-15 -2105 ((-3 (-520) "failed") $)) (-15 -3724 ((-3 (-663 $) "failed") $))))) (T -291))
-((-4331 (*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-291)))) (-4489 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))) (-2239 (*1 *2 *1) (|partial| -12 (-5 *2 (-1134)) (-5 *1 (-291)))) (-3145 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))) (-4019 (*1 *2 *1) (|partial| -12 (-5 *2 (-520)) (-5 *1 (-291)))) (-4263 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))) (-2105 (*1 *2 *1) (|partial| -12 (-5 *2 (-520)) (-5 *1 (-291)))) (-3724 (*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-291))) (-5 *1 (-291)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -4331 ((-1213) $)) (-15 -4489 ((-114) $)) (-15 -2239 ((-3 (-1134) "failed") $)) (-15 -3145 ((-114) $)) (-15 -4019 ((-3 (-520) "failed") $)) (-15 -4263 ((-114) $)) (-15 -2105 ((-3 (-520) "failed") $)) (-15 -3724 ((-3 (-663 $) "failed") $))))
-((-3696 (((-611) $) 10 T ELT)) (-4386 (((-600) $) 8 T ELT)) (-3413 (((-303) $) 12 T ELT)) (-4293 (($ (-600) (-611) (-303)) NIL T ELT)) (-2539 (((-887) $) 19 T ELT)))
-(((-292) (-13 (-632 (-887)) (-10 -8 (-15 -4293 ($ (-600) (-611) (-303))) (-15 -4386 ((-600) $)) (-15 -3696 ((-611) $)) (-15 -3413 ((-303) $))))) (T -292))
-((-4293 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-600)) (-5 *3 (-611)) (-5 *4 (-303)) (-5 *1 (-292)))) (-4386 (*1 *2 *1) (-12 (-5 *2 (-600)) (-5 *1 (-292)))) (-3696 (*1 *2 *1) (-12 (-5 *2 (-611)) (-5 *1 (-292)))) (-3413 (*1 *2 *1) (-12 (-5 *2 (-303)) (-5 *1 (-292)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -4293 ($ (-600) (-611) (-303))) (-15 -4386 ((-600) $)) (-15 -3696 ((-611) $)) (-15 -3413 ((-303) $))))
-((-3606 (($ (-1 (-114) |#2|) $) 24 T ELT)) (-2885 (($ $) 38 T ELT)) (-1784 (($ (-1 (-114) |#2|) $) NIL T ELT) (($ |#2| $) 36 T ELT)) (-2025 (($ |#2| $) 34 T ELT) (($ (-1 (-114) |#2|) $) 18 T ELT)) (-3104 (($ (-1 (-114) |#2| |#2|) $ $) NIL T ELT) (($ $ $) 42 T ELT)) (-1726 (($ |#2| $ (-560)) 20 T ELT) (($ $ $ (-560)) 22 T ELT)) (-3435 (($ $ (-560)) 11 T ELT) (($ $ (-1265 (-560))) 14 T ELT)) (-1464 (($ $ |#2|) 32 T ELT) (($ $ $) NIL T ELT)) (-4357 (($ $ |#2|) 31 T ELT) (($ |#2| $) NIL T ELT) (($ $ $) 26 T ELT) (($ (-663 $)) NIL T ELT)))
-(((-293 |#1| |#2|) (-10 -8 (-15 -3104 (|#1| |#1| |#1|)) (-15 -1784 (|#1| |#2| |#1|)) (-15 -3104 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -1784 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1464 (|#1| |#1| |#1|)) (-15 -1464 (|#1| |#1| |#2|)) (-15 -1726 (|#1| |#1| |#1| (-560))) (-15 -1726 (|#1| |#2| |#1| (-560))) (-15 -3435 (|#1| |#1| (-1265 (-560)))) (-15 -3435 (|#1| |#1| (-560))) (-15 -4357 (|#1| (-663 |#1|))) (-15 -4357 (|#1| |#1| |#1|)) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#2|)) (-15 -2025 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3606 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -2025 (|#1| |#2| |#1|)) (-15 -2885 (|#1| |#1|))) (-294 |#2|) (-1248)) (T -293))
-NIL
-(-10 -8 (-15 -3104 (|#1| |#1| |#1|)) (-15 -1784 (|#1| |#2| |#1|)) (-15 -3104 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -1784 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1464 (|#1| |#1| |#1|)) (-15 -1464 (|#1| |#1| |#2|)) (-15 -1726 (|#1| |#1| |#1| (-560))) (-15 -1726 (|#1| |#2| |#1| (-560))) (-15 -3435 (|#1| |#1| (-1265 (-560)))) (-15 -3435 (|#1| |#1| (-560))) (-15 -4357 (|#1| (-663 |#1|))) (-15 -4357 (|#1| |#1| |#1|)) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#2|)) (-15 -2025 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3606 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -2025 (|#1| |#2| |#1|)) (-15 -2885 (|#1| |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) 47 (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-2501 (($ (-1 (-114) |#1|) $) 97 T ELT)) (-3606 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2813 (($ $) 95 (|has| |#1| (-1132)) ELT)) (-2885 (($ $) 87 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ (-1 (-114) |#1|) $) 101 T ELT) (($ |#1| $) 96 (|has| |#1| (-1132)) ELT)) (-2025 (($ |#1| $) 86 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 58 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) |#1|) 77 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 50 (|has| (-560) (-871)) ELT)) (-3104 (($ (-1 (-114) |#1| |#1|) $ $) 98 T ELT) (($ $ $) 94 (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 51 (|has| (-560) (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1368 (($ |#1| $ (-560)) 100 T ELT) (($ $ $ (-560)) 99 T ELT)) (-1726 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-1936 (((-663 (-560)) $) 53 T ELT)) (-2624 (((-114) (-560) $) 54 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 49 (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-4446 (($ $ |#1|) 48 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1265 (-560))) 78 T ELT)) (-2229 (($ $ (-560)) 103 T ELT) (($ $ (-1265 (-560))) 102 T ELT)) (-3435 (($ $ (-560)) 71 T ELT) (($ $ (-1265 (-560))) 70 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 79 T ELT)) (-1464 (($ $ |#1|) 105 T ELT) (($ $ $) 104 T ELT)) (-4357 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-294 |#1|) (-142) (-1248)) (T -294))
-((-1464 (*1 *1 *1 *2) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248)))) (-1464 (*1 *1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248)))) (-2229 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-294 *3)) (-4 *3 (-1248)))) (-2229 (*1 *1 *1 *2) (-12 (-5 *2 (-1265 (-560))) (-4 *1 (-294 *3)) (-4 *3 (-1248)))) (-1784 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-294 *3)) (-4 *3 (-1248)))) (-1368 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-294 *2)) (-4 *2 (-1248)))) (-1368 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-294 *3)) (-4 *3 (-1248)))) (-3104 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-294 *3)) (-4 *3 (-1248)))) (-2501 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-294 *3)) (-4 *3 (-1248)))) (-1784 (*1 *1 *2 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248)) (-4 *2 (-1132)))) (-2813 (*1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248)) (-4 *2 (-1132)))) (-3104 (*1 *1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248)) (-4 *2 (-871)))))
-(-13 (-673 |t#1|) (-10 -8 (-6 -4510) (-15 -1464 ($ $ |t#1|)) (-15 -1464 ($ $ $)) (-15 -2229 ($ $ (-560))) (-15 -2229 ($ $ (-1265 (-560)))) (-15 -1784 ($ (-1 (-114) |t#1|) $)) (-15 -1368 ($ |t#1| $ (-560))) (-15 -1368 ($ $ $ (-560))) (-15 -3104 ($ (-1 (-114) |t#1| |t#1|) $ $)) (-15 -2501 ($ (-1 (-114) |t#1|) $)) (IF (|has| |t#1| (-1132)) (PROGN (-15 -1784 ($ |t#1| $)) (-15 -2813 ($ $))) |%noBranch|) (IF (|has| |t#1| (-871)) (-15 -3104 ($ $ $)) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-673 |#1|) . T) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
+((-3181 (((-663 (-793)) $) 56 T ELT) (((-663 (-793)) $ |#3|) 59 T ELT)) (-3370 (((-793) $) 58 T ELT) (((-793) $ |#3|) 61 T ELT)) (-4083 (($ $) 76 T ELT)) (-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 |#4| "failed") $) NIL T ELT) (((-3 |#3| "failed") $) 83 T ELT)) (-2918 (((-793) $ |#3|) 43 T ELT) (((-793) $) 38 T ELT)) (-3048 (((-1 $ (-793)) |#3|) 15 T ELT) (((-1 $ (-793)) $) 88 T ELT)) (-3026 ((|#4| $) 69 T ELT)) (-1759 (((-114) $) 67 T ELT)) (-3292 (($ $) 75 T ELT)) (-4265 (($ $ (-663 (-305 $))) 111 T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ (-663 |#4|) (-663 |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ (-663 |#4|) (-663 $)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ (-663 |#3|) (-663 $)) 103 T ELT) (($ $ |#3| |#2|) NIL T ELT) (($ $ (-663 |#3|) (-663 |#2|)) 97 T ELT)) (-2703 (($ $ (-663 |#4|) (-663 (-793))) NIL T ELT) (($ $ |#4| (-793)) NIL T ELT) (($ $ (-663 |#4|)) NIL T ELT) (($ $ |#4|) NIL T ELT) (($ $ (-1 |#2| |#2|)) 32 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1465 (((-663 |#3|) $) 86 T ELT)) (-4144 ((|#5| $) NIL T ELT) (((-793) $ |#4|) NIL T ELT) (((-663 (-793)) $ (-663 |#4|)) NIL T ELT) (((-793) $ |#3|) 49 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (($ |#3|) 78 T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)))
+(((-261 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -3834 (|#1| |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4265 (|#1| |#1| (-663 |#3|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#3| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#3|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#3| |#1|)) (-15 -3048 ((-1 |#1| (-793)) |#1|)) (-15 -4083 (|#1| |#1|)) (-15 -3292 (|#1| |#1|)) (-15 -3026 (|#4| |#1|)) (-15 -1759 ((-114) |#1|)) (-15 -3370 ((-793) |#1| |#3|)) (-15 -3181 ((-663 (-793)) |#1| |#3|)) (-15 -3370 ((-793) |#1|)) (-15 -3181 ((-663 (-793)) |#1|)) (-15 -4144 ((-793) |#1| |#3|)) (-15 -2918 ((-793) |#1|)) (-15 -2918 ((-793) |#1| |#3|)) (-15 -1465 ((-663 |#3|) |#1|)) (-15 -3048 ((-1 |#1| (-793)) |#3|)) (-15 -3834 (|#1| |#3|)) (-15 -4142 ((-3 |#3| "failed") |#1|)) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4144 ((-663 (-793)) |#1| (-663 |#4|))) (-15 -4144 ((-793) |#1| |#4|)) (-15 -3834 (|#1| |#4|)) (-15 -4142 ((-3 |#4| "failed") |#1|)) (-15 -4265 (|#1| |#1| (-663 |#4|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#4| |#1|)) (-15 -4265 (|#1| |#1| (-663 |#4|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#4| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4144 (|#5| |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -2703 (|#1| |#1| |#4|)) (-15 -2703 (|#1| |#1| (-663 |#4|))) (-15 -2703 (|#1| |#1| |#4| (-793))) (-15 -2703 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-262 |#2| |#3| |#4| |#5|) (-1081) (-872) (-277 |#3|) (-817)) (T -261))
+NIL
+(-10 -8 (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -3834 (|#1| |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4265 (|#1| |#1| (-663 |#3|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#3| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#3|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#3| |#1|)) (-15 -3048 ((-1 |#1| (-793)) |#1|)) (-15 -4083 (|#1| |#1|)) (-15 -3292 (|#1| |#1|)) (-15 -3026 (|#4| |#1|)) (-15 -1759 ((-114) |#1|)) (-15 -3370 ((-793) |#1| |#3|)) (-15 -3181 ((-663 (-793)) |#1| |#3|)) (-15 -3370 ((-793) |#1|)) (-15 -3181 ((-663 (-793)) |#1|)) (-15 -4144 ((-793) |#1| |#3|)) (-15 -2918 ((-793) |#1|)) (-15 -2918 ((-793) |#1| |#3|)) (-15 -1465 ((-663 |#3|) |#1|)) (-15 -3048 ((-1 |#1| (-793)) |#3|)) (-15 -3834 (|#1| |#3|)) (-15 -4142 ((-3 |#3| "failed") |#1|)) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4144 ((-663 (-793)) |#1| (-663 |#4|))) (-15 -4144 ((-793) |#1| |#4|)) (-15 -3834 (|#1| |#4|)) (-15 -4142 ((-3 |#4| "failed") |#1|)) (-15 -4265 (|#1| |#1| (-663 |#4|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#4| |#1|)) (-15 -4265 (|#1| |#1| (-663 |#4|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#4| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4144 (|#5| |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -2703 (|#1| |#1| |#4|)) (-15 -2703 (|#1| |#1| (-663 |#4|))) (-15 -2703 (|#1| |#1| |#4| (-793))) (-15 -2703 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3181 (((-663 (-793)) $) 248 T ELT) (((-663 (-793)) $ |#2|) 246 T ELT)) (-3370 (((-793) $) 247 T ELT) (((-793) $ |#2|) 245 T ELT)) (-2712 (((-663 |#3|) $) 120 T ELT)) (-2517 (((-1203 $) $ |#3|) 135 T ELT) (((-1203 |#1|) $) 134 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 97 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 98 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 100 (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) 122 T ELT) (((-793) $ (-663 |#3|)) 121 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 110 (|has| |#1| (-940)) ELT)) (-2624 (($ $) 108 (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) 107 (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 113 (|has| |#1| (-940)) ELT)) (-4083 (($ $) 241 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#1| "failed") $) 178 T ELT) (((-3 (-421 (-560)) "failed") $) 175 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 173 (|has| |#1| (-1070 (-560))) ELT) (((-3 |#3| "failed") $) 150 T ELT) (((-3 |#2| "failed") $) 255 T ELT)) (-4072 ((|#1| $) 177 T ELT) (((-421 (-560)) $) 176 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) 174 (|has| |#1| (-1070 (-560))) ELT) ((|#3| $) 151 T ELT) ((|#2| $) 256 T ELT)) (-3273 (($ $ $ |#3|) 118 (|has| |#1| (-175)) ELT)) (-4328 (($ $) 168 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 146 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 145 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 144 T ELT) (((-711 |#1|) (-711 $)) 143 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-4332 (($ $) 190 (|has| |#1| (-466)) ELT) (($ $ |#3|) 115 (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) 119 T ELT)) (-2072 (((-114) $) 106 (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| |#4| $) 186 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 94 (-12 (|has| |#3| (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 93 (-12 (|has| |#3| (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-2918 (((-793) $ |#2|) 251 T ELT) (((-793) $) 250 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-4055 (((-793) $) 183 T ELT)) (-2700 (($ (-1203 |#1|) |#3|) 127 T ELT) (($ (-1203 $) |#3|) 126 T ELT)) (-1648 (((-663 $) $) 136 T ELT)) (-3060 (((-114) $) 166 T ELT)) (-2682 (($ |#1| |#4|) 167 T ELT) (($ $ |#3| (-793)) 129 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 128 T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ |#3|) 130 T ELT)) (-3654 ((|#4| $) 184 T ELT) (((-793) $ |#3|) 132 T ELT) (((-663 (-793)) $ (-663 |#3|)) 131 T ELT)) (-3097 (($ (-1 |#4| |#4|) $) 185 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 165 T ELT)) (-3048 (((-1 $ (-793)) |#2|) 253 T ELT) (((-1 $ (-793)) $) 240 (|has| |#1| (-240)) ELT)) (-3311 (((-3 |#3| "failed") $) 133 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 148 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 147 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 142 T ELT) (((-711 |#1|) (-1299 $)) 141 T ELT)) (-4295 (($ $) 163 T ELT)) (-4307 ((|#1| $) 162 T ELT)) (-3026 ((|#3| $) 243 T ELT)) (-3100 (($ (-663 $)) 104 (|has| |#1| (-466)) ELT) (($ $ $) 103 (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1759 (((-114) $) 244 T ELT)) (-2914 (((-3 (-663 $) "failed") $) 124 T ELT)) (-1952 (((-3 (-663 $) "failed") $) 125 T ELT)) (-2364 (((-3 (-2 (|:| |var| |#3|) (|:| -2909 (-793))) "failed") $) 123 T ELT)) (-3292 (($ $) 242 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4271 (((-114) $) 180 T ELT)) (-4283 ((|#1| $) 181 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 105 (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) 102 (|has| |#1| (-466)) ELT) (($ $ $) 101 (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 112 (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 111 (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) 109 (|has| |#1| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) 188 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 96 (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) 159 T ELT) (($ $ (-305 $)) 158 T ELT) (($ $ $ $) 157 T ELT) (($ $ (-663 $) (-663 $)) 156 T ELT) (($ $ |#3| |#1|) 155 T ELT) (($ $ (-663 |#3|) (-663 |#1|)) 154 T ELT) (($ $ |#3| $) 153 T ELT) (($ $ (-663 |#3|) (-663 $)) 152 T ELT) (($ $ |#2| $) 239 (|has| |#1| (-240)) ELT) (($ $ (-663 |#2|) (-663 $)) 238 (|has| |#1| (-240)) ELT) (($ $ |#2| |#1|) 237 (|has| |#1| (-240)) ELT) (($ $ (-663 |#2|) (-663 |#1|)) 236 (|has| |#1| (-240)) ELT)) (-2810 (($ $ |#3|) 117 (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 |#3|) (-663 (-793))) 49 T ELT) (($ $ |#3| (-793)) 48 T ELT) (($ $ (-663 |#3|)) 47 T ELT) (($ $ |#3|) 45 T ELT) (($ $ (-1 |#1| |#1|)) 260 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 259 T ELT) (($ $) 235 (|has| |#1| (-239)) ELT) (($ $ (-793)) 233 (|has| |#1| (-239)) ELT) (($ $ (-1209)) 231 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 229 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 228 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 227 (|has| |#1| (-930 (-1209))) ELT)) (-1465 (((-663 |#2|) $) 252 T ELT)) (-4144 ((|#4| $) 164 T ELT) (((-793) $ |#3|) 140 T ELT) (((-663 (-793)) $ (-663 |#3|)) 139 T ELT) (((-793) $ |#2|) 249 T ELT)) (-1830 (((-916 (-391)) $) 92 (-12 (|has| |#3| (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) 91 (-12 (|has| |#3| (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) 90 (-12 (|has| |#3| (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) 189 (|has| |#1| (-466)) ELT) (($ $ |#3|) 116 (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 114 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 179 T ELT) (($ |#3|) 149 T ELT) (($ |#2|) 254 T ELT) (($ (-421 (-560))) 88 (-2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT) (($ $) 95 (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) 182 T ELT)) (-3580 ((|#1| $ |#4|) 169 T ELT) (($ $ |#3| (-793)) 138 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 137 T ELT)) (-1633 (((-713 $) $) 89 (-2309 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) 37 T CONST)) (-1585 (($ $ $ (-793)) 187 (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 99 (|has| |#1| (-571)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-663 |#3|) (-663 (-793))) 52 T ELT) (($ $ |#3| (-793)) 51 T ELT) (($ $ (-663 |#3|)) 50 T ELT) (($ $ |#3|) 46 T ELT) (($ $ (-1 |#1| |#1|)) 258 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 257 T ELT) (($ $) 234 (|has| |#1| (-239)) ELT) (($ $ (-793)) 232 (|has| |#1| (-239)) ELT) (($ $ (-1209)) 230 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 226 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 225 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 224 (|has| |#1| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 170 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 161 T ELT) (($ $ |#1|) 160 T ELT)))
+(((-262 |#1| |#2| |#3| |#4|) (-142) (-1081) (-872) (-277 |t#2|) (-817)) (T -262))
+((-3048 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-4 *3 (-872)) (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-1 *1 (-793))) (-4 *1 (-262 *4 *3 *5 *6)))) (-1465 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-663 *4)))) (-2918 (*1 *2 *1 *3) (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1081)) (-4 *3 (-872)) (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-793)))) (-2918 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-793)))) (-4144 (*1 *2 *1 *3) (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1081)) (-4 *3 (-872)) (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-793)))) (-3181 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-663 (-793))))) (-3370 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-793)))) (-3181 (*1 *2 *1 *3) (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1081)) (-4 *3 (-872)) (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-663 (-793))))) (-3370 (*1 *2 *1 *3) (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1081)) (-4 *3 (-872)) (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-793)))) (-1759 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-114)))) (-3026 (*1 *2 *1) (-12 (-4 *1 (-262 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *5 (-817)) (-4 *2 (-277 *4)))) (-3292 (*1 *1 *1) (-12 (-4 *1 (-262 *2 *3 *4 *5)) (-4 *2 (-1081)) (-4 *3 (-872)) (-4 *4 (-277 *3)) (-4 *5 (-817)))) (-4083 (*1 *1 *1) (-12 (-4 *1 (-262 *2 *3 *4 *5)) (-4 *2 (-1081)) (-4 *3 (-872)) (-4 *4 (-277 *3)) (-4 *5 (-817)))) (-3048 (*1 *2 *1) (-12 (-4 *3 (-240)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-1 *1 (-793))) (-4 *1 (-262 *3 *4 *5 *6)))))
+(-13 (-980 |t#1| |t#4| |t#3|) (-234 |t#1|) (-1070 |t#2|) (-10 -8 (-15 -3048 ((-1 $ (-793)) |t#2|)) (-15 -1465 ((-663 |t#2|) $)) (-15 -2918 ((-793) $ |t#2|)) (-15 -2918 ((-793) $)) (-15 -4144 ((-793) $ |t#2|)) (-15 -3181 ((-663 (-793)) $)) (-15 -3370 ((-793) $)) (-15 -3181 ((-663 (-793)) $ |t#2|)) (-15 -3370 ((-793) $ |t#2|)) (-15 -1759 ((-114) $)) (-15 -3026 (|t#3| $)) (-15 -3292 ($ $)) (-15 -4083 ($ $)) (IF (|has| |t#1| (-240)) (PROGN (-6 (-528 |t#2| |t#1|)) (-6 (-528 |t#2| $)) (-6 (-321 $)) (-15 -3048 ((-1 $ (-793)) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 |#2|) . T) ((-635 |#3|) . T) ((-635 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-633 (-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))) ((-633 (-916 (-391))) -12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#3| (-633 (-916 (-391))))) ((-633 (-916 (-560))) -12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#3| (-633 (-916 (-560))))) ((-236 $) -2309 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-234 |#1|) . T) ((-240) |has| |#1| (-240)) ((-239) -2309 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-302) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-321 $) . T) ((-338 |#1| |#4|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2309 (|has| |#1| (-940)) (|has| |#1| (-466))) ((-528 |#2| |#1|) |has| |#1| (-240)) ((-528 |#2| $) |has| |#1| (-240)) ((-528 |#3| |#1|) . T) ((-528 |#3| $) . T) ((-528 $ $) . T) ((-571) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-748) . T) ((-922 $ #2=(-1209)) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-922 $ |#3|) . T) ((-928 (-1209)) |has| |#1| (-928 (-1209))) ((-928 |#3|) . T) ((-930 #2#) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-930 |#3|) . T) ((-912 (-391)) -12 (|has| |#1| (-912 (-391))) (|has| |#3| (-912 (-391)))) ((-912 (-560)) -12 (|has| |#1| (-912 (-560))) (|has| |#3| (-912 (-560)))) ((-980 |#1| |#4| |#3|) . T) ((-940) |has| |#1| (-940)) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1070 |#2|) . T) ((-1070 |#3|) . T) ((-1083 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1088 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) |has| |#1| (-940)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2164 ((|#1| $) 61 T ELT)) (-3612 ((|#1| $) 51 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4489 (($) 7 T CONST)) (-1932 (($ $) 67 T ELT)) (-1518 (($ $) 55 T ELT)) (-2786 ((|#1| |#1| $) 53 T ELT)) (-1750 ((|#1| $) 52 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-3970 (((-793) $) 68 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 46 T ELT)) (-2210 ((|#1| |#1| $) 59 T ELT)) (-1476 ((|#1| |#1| $) 58 T ELT)) (-3549 (($ |#1| $) 47 T ELT)) (-3886 (((-793) $) 62 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3279 ((|#1| $) 69 T ELT)) (-3001 ((|#1| $) 57 T ELT)) (-1743 ((|#1| $) 56 T ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2797 ((|#1| |#1| $) 65 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-1702 ((|#1| $) 66 T ELT)) (-2297 (($) 64 T ELT) (($ (-663 |#1|)) 63 T ELT)) (-4003 (((-793) $) 50 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2651 ((|#1| $) 60 T ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3815 ((|#1| $) 70 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-263 |#1|) (-142) (-1249)) (T -263))
+((-2297 (*1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))) (-2297 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-4 *1 (-263 *3)))) (-3886 (*1 *2 *1) (-12 (-4 *1 (-263 *3)) (-4 *3 (-1249)) (-5 *2 (-793)))) (-2164 (*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))) (-2651 (*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))) (-2210 (*1 *2 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))) (-1476 (*1 *2 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))) (-3001 (*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))) (-1743 (*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))) (-1518 (*1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))))
+(-13 (-1153 |t#1|) (-1027 |t#1|) (-10 -8 (-15 -2297 ($)) (-15 -2297 ($ (-663 |t#1|))) (-15 -3886 ((-793) $)) (-15 -2164 (|t#1| $)) (-15 -2651 (|t#1| $)) (-15 -2210 (|t#1| |t#1| $)) (-15 -1476 (|t#1| |t#1| $)) (-15 -3001 (|t#1| $)) (-15 -1743 (|t#1| $)) (-15 -1518 ($ $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1027 |#1|) . T) ((-1133) |has| |#1| (-1133)) ((-1153 |#1|) . T) ((-1249) . T))
+((-3254 (((-1165 (-229)) (-908 |#1|) (-1124 (-391)) (-1124 (-391))) 75 T ELT) (((-1165 (-229)) (-908 |#1|) (-1124 (-391)) (-1124 (-391)) (-663 (-270))) 74 T ELT) (((-1165 (-229)) |#1| (-1124 (-391)) (-1124 (-391))) 65 T ELT) (((-1165 (-229)) |#1| (-1124 (-391)) (-1124 (-391)) (-663 (-270))) 64 T ELT) (((-1165 (-229)) (-905 |#1|) (-1124 (-391))) 56 T ELT) (((-1165 (-229)) (-905 |#1|) (-1124 (-391)) (-663 (-270))) 55 T ELT)) (-3215 (((-1303) (-908 |#1|) (-1124 (-391)) (-1124 (-391))) 78 T ELT) (((-1303) (-908 |#1|) (-1124 (-391)) (-1124 (-391)) (-663 (-270))) 77 T ELT) (((-1303) |#1| (-1124 (-391)) (-1124 (-391))) 68 T ELT) (((-1303) |#1| (-1124 (-391)) (-1124 (-391)) (-663 (-270))) 67 T ELT) (((-1303) (-905 |#1|) (-1124 (-391))) 60 T ELT) (((-1303) (-905 |#1|) (-1124 (-391)) (-663 (-270))) 59 T ELT) (((-1302) (-903 |#1|) (-1124 (-391))) 47 T ELT) (((-1302) (-903 |#1|) (-1124 (-391)) (-663 (-270))) 46 T ELT) (((-1302) |#1| (-1124 (-391))) 38 T ELT) (((-1302) |#1| (-1124 (-391)) (-663 (-270))) 36 T ELT)))
+(((-264 |#1|) (-10 -7 (-15 -3215 ((-1302) |#1| (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1302) |#1| (-1124 (-391)))) (-15 -3215 ((-1302) (-903 |#1|) (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1302) (-903 |#1|) (-1124 (-391)))) (-15 -3215 ((-1303) (-905 |#1|) (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-905 |#1|) (-1124 (-391)))) (-15 -3254 ((-1165 (-229)) (-905 |#1|) (-1124 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-905 |#1|) (-1124 (-391)))) (-15 -3215 ((-1303) |#1| (-1124 (-391)) (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) |#1| (-1124 (-391)) (-1124 (-391)))) (-15 -3254 ((-1165 (-229)) |#1| (-1124 (-391)) (-1124 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) |#1| (-1124 (-391)) (-1124 (-391)))) (-15 -3215 ((-1303) (-908 |#1|) (-1124 (-391)) (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-908 |#1|) (-1124 (-391)) (-1124 (-391)))) (-15 -3254 ((-1165 (-229)) (-908 |#1|) (-1124 (-391)) (-1124 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-908 |#1|) (-1124 (-391)) (-1124 (-391))))) (-13 (-633 (-549)) (-1133))) (T -264))
+((-3254 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-908 *5)) (-5 *4 (-1124 (-391))) (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1165 (-229))) (-5 *1 (-264 *5)))) (-3254 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-908 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1165 (-229))) (-5 *1 (-264 *6)))) (-3215 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-908 *5)) (-5 *4 (-1124 (-391))) (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1303)) (-5 *1 (-264 *5)))) (-3215 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-908 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1303)) (-5 *1 (-264 *6)))) (-3254 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1124 (-391))) (-5 *2 (-1165 (-229))) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1133))))) (-3254 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1133))))) (-3215 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1124 (-391))) (-5 *2 (-1303)) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1133))))) (-3215 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1133))))) (-3254 (*1 *2 *3 *4) (-12 (-5 *3 (-905 *5)) (-5 *4 (-1124 (-391))) (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1165 (-229))) (-5 *1 (-264 *5)))) (-3254 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-905 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1165 (-229))) (-5 *1 (-264 *6)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *3 (-905 *5)) (-5 *4 (-1124 (-391))) (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1303)) (-5 *1 (-264 *5)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-905 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1303)) (-5 *1 (-264 *6)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *3 (-903 *5)) (-5 *4 (-1124 (-391))) (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1302)) (-5 *1 (-264 *5)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-903 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1302)) (-5 *1 (-264 *6)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *4 (-1124 (-391))) (-5 *2 (-1302)) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1133))))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1133))))))
+(-10 -7 (-15 -3215 ((-1302) |#1| (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1302) |#1| (-1124 (-391)))) (-15 -3215 ((-1302) (-903 |#1|) (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1302) (-903 |#1|) (-1124 (-391)))) (-15 -3215 ((-1303) (-905 |#1|) (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-905 |#1|) (-1124 (-391)))) (-15 -3254 ((-1165 (-229)) (-905 |#1|) (-1124 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-905 |#1|) (-1124 (-391)))) (-15 -3215 ((-1303) |#1| (-1124 (-391)) (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) |#1| (-1124 (-391)) (-1124 (-391)))) (-15 -3254 ((-1165 (-229)) |#1| (-1124 (-391)) (-1124 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) |#1| (-1124 (-391)) (-1124 (-391)))) (-15 -3215 ((-1303) (-908 |#1|) (-1124 (-391)) (-1124 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-908 |#1|) (-1124 (-391)) (-1124 (-391)))) (-15 -3254 ((-1165 (-229)) (-908 |#1|) (-1124 (-391)) (-1124 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-908 |#1|) (-1124 (-391)) (-1124 (-391)))))
+((-1853 (((-1 (-973 (-229)) (-229) (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229) (-229))) 153 T ELT)) (-3254 (((-1165 (-229)) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391))) 173 T ELT) (((-1165 (-229)) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)) (-663 (-270))) 171 T ELT) (((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391))) 176 T ELT) (((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270))) 172 T ELT) (((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391))) 164 T ELT) (((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270))) 163 T ELT) (((-1165 (-229)) (-1 (-973 (-229)) (-229)) (-1121 (-391))) 145 T ELT) (((-1165 (-229)) (-1 (-973 (-229)) (-229)) (-1121 (-391)) (-663 (-270))) 143 T ELT) (((-1165 (-229)) (-905 (-1 (-229) (-229))) (-1121 (-391))) 144 T ELT) (((-1165 (-229)) (-905 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270))) 141 T ELT)) (-3215 (((-1303) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391))) 175 T ELT) (((-1303) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)) (-663 (-270))) 174 T ELT) (((-1303) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391))) 178 T ELT) (((-1303) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270))) 177 T ELT) (((-1303) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391))) 166 T ELT) (((-1303) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270))) 165 T ELT) (((-1303) (-1 (-973 (-229)) (-229)) (-1121 (-391))) 151 T ELT) (((-1303) (-1 (-973 (-229)) (-229)) (-1121 (-391)) (-663 (-270))) 150 T ELT) (((-1303) (-905 (-1 (-229) (-229))) (-1121 (-391))) 149 T ELT) (((-1303) (-905 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270))) 148 T ELT) (((-1302) (-903 (-1 (-229) (-229))) (-1121 (-391))) 113 T ELT) (((-1302) (-903 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270))) 112 T ELT) (((-1302) (-1 (-229) (-229)) (-1121 (-391))) 107 T ELT) (((-1302) (-1 (-229) (-229)) (-1121 (-391)) (-663 (-270))) 105 T ELT)))
+(((-265) (-10 -7 (-15 -3215 ((-1302) (-1 (-229) (-229)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1302) (-1 (-229) (-229)) (-1121 (-391)))) (-15 -3215 ((-1302) (-903 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1302) (-903 (-1 (-229) (-229))) (-1121 (-391)))) (-15 -3215 ((-1303) (-905 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-905 (-1 (-229) (-229))) (-1121 (-391)))) (-15 -3215 ((-1303) (-1 (-973 (-229)) (-229)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-1 (-973 (-229)) (-229)) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-905 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-905 (-1 (-229) (-229))) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-1 (-973 (-229)) (-229)) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-1 (-973 (-229)) (-229)) (-1121 (-391)))) (-15 -3215 ((-1303) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)))) (-15 -3215 ((-1303) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)))) (-15 -3215 ((-1303) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)))) (-15 -1853 ((-1 (-973 (-229)) (-229) (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229) (-229)))))) (T -265))
+((-1853 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-973 (-229)) (-229) (-229))) (-5 *3 (-1 (-229) (-229) (-229) (-229))) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-908 (-1 (-229) (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-908 (-1 (-229) (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-908 (-1 (-229) (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-908 (-1 (-229) (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-973 (-229)) (-229))) (-5 *4 (-1121 (-391))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-973 (-229)) (-229))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4) (-12 (-5 *3 (-905 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3254 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-905 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-973 (-229)) (-229))) (-5 *4 (-1121 (-391))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-973 (-229)) (-229))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *3 (-905 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-905 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *3 (-903 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-903 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *2 (-1302)) (-5 *1 (-265)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-229) (-229))) (-5 *4 (-1121 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265)))))
+(-10 -7 (-15 -3215 ((-1302) (-1 (-229) (-229)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1302) (-1 (-229) (-229)) (-1121 (-391)))) (-15 -3215 ((-1302) (-903 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1302) (-903 (-1 (-229) (-229))) (-1121 (-391)))) (-15 -3215 ((-1303) (-905 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-905 (-1 (-229) (-229))) (-1121 (-391)))) (-15 -3215 ((-1303) (-1 (-973 (-229)) (-229)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-1 (-973 (-229)) (-229)) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-905 (-1 (-229) (-229))) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-905 (-1 (-229) (-229))) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-1 (-973 (-229)) (-229)) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-1 (-973 (-229)) (-229)) (-1121 (-391)))) (-15 -3215 ((-1303) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1121 (-391)) (-1121 (-391)))) (-15 -3215 ((-1303) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-391)) (-1121 (-391)))) (-15 -3215 ((-1303) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3215 ((-1303) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)))) (-15 -3254 ((-1165 (-229)) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)) (-663 (-270)))) (-15 -3254 ((-1165 (-229)) (-908 (-1 (-229) (-229) (-229))) (-1121 (-391)) (-1121 (-391)))) (-15 -1853 ((-1 (-973 (-229)) (-229) (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229) (-229)))))
+((-3215 (((-1302) (-305 |#2|) (-1209) (-1209) (-663 (-270))) 101 T ELT)))
+(((-266 |#1| |#2|) (-10 -7 (-15 -3215 ((-1302) (-305 |#2|) (-1209) (-1209) (-663 (-270))))) (-13 (-571) (-872) (-1070 (-560))) (-435 |#1|)) (T -266))
+((-3215 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-305 *7)) (-5 *4 (-1209)) (-5 *5 (-663 (-270))) (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-872) (-1070 (-560)))) (-5 *2 (-1302)) (-5 *1 (-266 *6 *7)))))
+(-10 -7 (-15 -3215 ((-1302) (-305 |#2|) (-1209) (-1209) (-663 (-270)))))
+((-1496 (((-560) (-560)) 71 T ELT)) (-3249 (((-560) (-560)) 72 T ELT)) (-2858 (((-229) (-229)) 73 T ELT)) (-2975 (((-1303) (-1 (-171 (-229)) (-171 (-229))) (-1121 (-229)) (-1121 (-229))) 70 T ELT)) (-3338 (((-1303) (-1 (-171 (-229)) (-171 (-229))) (-1121 (-229)) (-1121 (-229)) (-114)) 68 T ELT)))
+(((-267) (-10 -7 (-15 -3338 ((-1303) (-1 (-171 (-229)) (-171 (-229))) (-1121 (-229)) (-1121 (-229)) (-114))) (-15 -2975 ((-1303) (-1 (-171 (-229)) (-171 (-229))) (-1121 (-229)) (-1121 (-229)))) (-15 -1496 ((-560) (-560))) (-15 -3249 ((-560) (-560))) (-15 -2858 ((-229) (-229))))) (T -267))
+((-2858 (*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-267)))) (-3249 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-267)))) (-1496 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-267)))) (-2975 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-171 (-229)) (-171 (-229)))) (-5 *4 (-1121 (-229))) (-5 *2 (-1303)) (-5 *1 (-267)))) (-3338 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-171 (-229)) (-171 (-229)))) (-5 *4 (-1121 (-229))) (-5 *5 (-114)) (-5 *2 (-1303)) (-5 *1 (-267)))))
+(-10 -7 (-15 -3338 ((-1303) (-1 (-171 (-229)) (-171 (-229))) (-1121 (-229)) (-1121 (-229)) (-114))) (-15 -2975 ((-1303) (-1 (-171 (-229)) (-171 (-229))) (-1121 (-229)) (-1121 (-229)))) (-15 -1496 ((-560) (-560))) (-15 -3249 ((-560) (-560))) (-15 -2858 ((-229) (-229))))
+((-3834 (((-1124 (-391)) (-1124 (-326 |#1|))) 16 T ELT)))
+(((-268 |#1|) (-10 -7 (-15 -3834 ((-1124 (-391)) (-1124 (-326 |#1|))))) (-13 (-872) (-571) (-633 (-391)))) (T -268))
+((-3834 (*1 *2 *3) (-12 (-5 *3 (-1124 (-326 *4))) (-4 *4 (-13 (-872) (-571) (-633 (-391)))) (-5 *2 (-1124 (-391))) (-5 *1 (-268 *4)))))
+(-10 -7 (-15 -3834 ((-1124 (-391)) (-1124 (-326 |#1|)))))
+((-3215 (((-1303) (-663 (-229)) (-663 (-229)) (-663 (-229)) (-663 (-270))) 23 T ELT) (((-1303) (-663 (-229)) (-663 (-229)) (-663 (-229))) 24 T ELT) (((-1302) (-663 (-973 (-229))) (-663 (-270))) 16 T ELT) (((-1302) (-663 (-973 (-229)))) 17 T ELT) (((-1302) (-663 (-229)) (-663 (-229)) (-663 (-270))) 20 T ELT) (((-1302) (-663 (-229)) (-663 (-229))) 21 T ELT)))
+(((-269) (-10 -7 (-15 -3215 ((-1302) (-663 (-229)) (-663 (-229)))) (-15 -3215 ((-1302) (-663 (-229)) (-663 (-229)) (-663 (-270)))) (-15 -3215 ((-1302) (-663 (-973 (-229))))) (-15 -3215 ((-1302) (-663 (-973 (-229))) (-663 (-270)))) (-15 -3215 ((-1303) (-663 (-229)) (-663 (-229)) (-663 (-229)))) (-15 -3215 ((-1303) (-663 (-229)) (-663 (-229)) (-663 (-229)) (-663 (-270)))))) (T -269))
+((-3215 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-663 (-229))) (-5 *4 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-269)))) (-3215 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1303)) (-5 *1 (-269)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-973 (-229)))) (-5 *4 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-269)))) (-3215 (*1 *2 *3) (-12 (-5 *3 (-663 (-973 (-229)))) (-5 *2 (-1302)) (-5 *1 (-269)))) (-3215 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-663 (-229))) (-5 *4 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-269)))) (-3215 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1302)) (-5 *1 (-269)))))
+(-10 -7 (-15 -3215 ((-1302) (-663 (-229)) (-663 (-229)))) (-15 -3215 ((-1302) (-663 (-229)) (-663 (-229)) (-663 (-270)))) (-15 -3215 ((-1302) (-663 (-973 (-229))))) (-15 -3215 ((-1302) (-663 (-973 (-229))) (-663 (-270)))) (-15 -3215 ((-1303) (-663 (-229)) (-663 (-229)) (-663 (-229)))) (-15 -3215 ((-1303) (-663 (-229)) (-663 (-229)) (-663 (-229)) (-663 (-270)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4189 (($ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) 24 T ELT)) (-3837 (($ (-949)) 81 T ELT)) (-3139 (($ (-949)) 80 T ELT)) (-3072 (($ (-663 (-391))) 87 T ELT)) (-3897 (($ (-391)) 66 T ELT)) (-2438 (($ (-949)) 82 T ELT)) (-2222 (($ (-114)) 33 T ELT)) (-2564 (($ (-1191)) 28 T ELT)) (-4343 (($ (-1191)) 29 T ELT)) (-3783 (($ (-1165 (-229))) 76 T ELT)) (-1911 (($ (-663 (-1121 (-391)))) 72 T ELT)) (-3423 (($ (-663 (-1121 (-391)))) 68 T ELT) (($ (-663 (-1121 (-421 (-560))))) 71 T ELT)) (-3093 (($ (-391)) 38 T ELT) (($ (-899)) 42 T ELT)) (-1855 (((-114) (-663 $) (-1209)) 100 T ELT)) (-2903 (((-3 (-51) "failed") (-663 $) (-1209)) 102 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2219 (($ (-391)) 43 T ELT) (($ (-899)) 44 T ELT)) (-3084 (($ (-1 (-973 (-229)) (-973 (-229)))) 65 T ELT)) (-2129 (($ (-1 (-973 (-229)) (-973 (-229)))) 83 T ELT)) (-4390 (($ (-1 (-229) (-229))) 48 T ELT) (($ (-1 (-229) (-229) (-229))) 52 T ELT) (($ (-1 (-229) (-229) (-229) (-229))) 56 T ELT)) (-3834 (((-888) $) 93 T ELT)) (-3094 (($ (-114)) 34 T ELT) (($ (-663 (-1121 (-391)))) 60 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-1694 (($ (-114)) 35 T ELT)) (-2478 (((-114) $ $) 97 T ELT)))
+(((-270) (-13 (-1133) (-10 -8 (-15 -1694 ($ (-114))) (-15 -3094 ($ (-114))) (-15 -4189 ($ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -2564 ($ (-1191))) (-15 -4343 ($ (-1191))) (-15 -2222 ($ (-114))) (-15 -3094 ($ (-663 (-1121 (-391))))) (-15 -3084 ($ (-1 (-973 (-229)) (-973 (-229))))) (-15 -3093 ($ (-391))) (-15 -3093 ($ (-899))) (-15 -2219 ($ (-391))) (-15 -2219 ($ (-899))) (-15 -4390 ($ (-1 (-229) (-229)))) (-15 -4390 ($ (-1 (-229) (-229) (-229)))) (-15 -4390 ($ (-1 (-229) (-229) (-229) (-229)))) (-15 -3897 ($ (-391))) (-15 -3423 ($ (-663 (-1121 (-391))))) (-15 -3423 ($ (-663 (-1121 (-421 (-560)))))) (-15 -1911 ($ (-663 (-1121 (-391))))) (-15 -3783 ($ (-1165 (-229)))) (-15 -3139 ($ (-949))) (-15 -3837 ($ (-949))) (-15 -2438 ($ (-949))) (-15 -2129 ($ (-1 (-973 (-229)) (-973 (-229))))) (-15 -3072 ($ (-663 (-391)))) (-15 -2903 ((-3 (-51) "failed") (-663 $) (-1209))) (-15 -1855 ((-114) (-663 $) (-1209)))))) (T -270))
+((-1694 (*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270)))) (-3094 (*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270)))) (-4189 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) (-5 *1 (-270)))) (-2564 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-270)))) (-4343 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-270)))) (-2222 (*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270)))) (-3094 (*1 *1 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-270)))) (-3084 (*1 *1 *2) (-12 (-5 *2 (-1 (-973 (-229)) (-973 (-229)))) (-5 *1 (-270)))) (-3093 (*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))) (-3093 (*1 *1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-270)))) (-2219 (*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))) (-2219 (*1 *1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-270)))) (-4390 (*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-270)))) (-4390 (*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229) (-229))) (-5 *1 (-270)))) (-4390 (*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229) (-229) (-229))) (-5 *1 (-270)))) (-3897 (*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))) (-3423 (*1 *1 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-270)))) (-3423 (*1 *1 *2) (-12 (-5 *2 (-663 (-1121 (-421 (-560))))) (-5 *1 (-270)))) (-1911 (*1 *1 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-270)))) (-3783 (*1 *1 *2) (-12 (-5 *2 (-1165 (-229))) (-5 *1 (-270)))) (-3139 (*1 *1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-270)))) (-3837 (*1 *1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-270)))) (-2438 (*1 *1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-270)))) (-2129 (*1 *1 *2) (-12 (-5 *2 (-1 (-973 (-229)) (-973 (-229)))) (-5 *1 (-270)))) (-3072 (*1 *1 *2) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-270)))) (-2903 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-663 (-270))) (-5 *4 (-1209)) (-5 *2 (-51)) (-5 *1 (-270)))) (-1855 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-270))) (-5 *4 (-1209)) (-5 *2 (-114)) (-5 *1 (-270)))))
+(-13 (-1133) (-10 -8 (-15 -1694 ($ (-114))) (-15 -3094 ($ (-114))) (-15 -4189 ($ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -2564 ($ (-1191))) (-15 -4343 ($ (-1191))) (-15 -2222 ($ (-114))) (-15 -3094 ($ (-663 (-1121 (-391))))) (-15 -3084 ($ (-1 (-973 (-229)) (-973 (-229))))) (-15 -3093 ($ (-391))) (-15 -3093 ($ (-899))) (-15 -2219 ($ (-391))) (-15 -2219 ($ (-899))) (-15 -4390 ($ (-1 (-229) (-229)))) (-15 -4390 ($ (-1 (-229) (-229) (-229)))) (-15 -4390 ($ (-1 (-229) (-229) (-229) (-229)))) (-15 -3897 ($ (-391))) (-15 -3423 ($ (-663 (-1121 (-391))))) (-15 -3423 ($ (-663 (-1121 (-421 (-560)))))) (-15 -1911 ($ (-663 (-1121 (-391))))) (-15 -3783 ($ (-1165 (-229)))) (-15 -3139 ($ (-949))) (-15 -3837 ($ (-949))) (-15 -2438 ($ (-949))) (-15 -2129 ($ (-1 (-973 (-229)) (-973 (-229))))) (-15 -3072 ($ (-663 (-391)))) (-15 -2903 ((-3 (-51) "failed") (-663 $) (-1209))) (-15 -1855 ((-114) (-663 $) (-1209)))))
+((-4189 (((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) (-663 (-270)) (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) 25 T ELT)) (-3837 (((-949) (-663 (-270)) (-949)) 52 T ELT)) (-3139 (((-949) (-663 (-270)) (-949)) 51 T ELT)) (-2092 (((-663 (-391)) (-663 (-270)) (-663 (-391))) 68 T ELT)) (-3897 (((-391) (-663 (-270)) (-391)) 57 T ELT)) (-2438 (((-949) (-663 (-270)) (-949)) 53 T ELT)) (-2222 (((-114) (-663 (-270)) (-114)) 27 T ELT)) (-2564 (((-1191) (-663 (-270)) (-1191)) 19 T ELT)) (-4343 (((-1191) (-663 (-270)) (-1191)) 26 T ELT)) (-3783 (((-1165 (-229)) (-663 (-270))) 46 T ELT)) (-1911 (((-663 (-1121 (-391))) (-663 (-270)) (-663 (-1121 (-391)))) 40 T ELT)) (-2189 (((-899) (-663 (-270)) (-899)) 32 T ELT)) (-3324 (((-899) (-663 (-270)) (-899)) 33 T ELT)) (-2129 (((-1 (-973 (-229)) (-973 (-229))) (-663 (-270)) (-1 (-973 (-229)) (-973 (-229)))) 63 T ELT)) (-3366 (((-114) (-663 (-270)) (-114)) 14 T ELT)) (-1694 (((-114) (-663 (-270)) (-114)) 13 T ELT)))
+(((-271) (-10 -7 (-15 -1694 ((-114) (-663 (-270)) (-114))) (-15 -3366 ((-114) (-663 (-270)) (-114))) (-15 -4189 ((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) (-663 (-270)) (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -2564 ((-1191) (-663 (-270)) (-1191))) (-15 -4343 ((-1191) (-663 (-270)) (-1191))) (-15 -2222 ((-114) (-663 (-270)) (-114))) (-15 -2189 ((-899) (-663 (-270)) (-899))) (-15 -3324 ((-899) (-663 (-270)) (-899))) (-15 -1911 ((-663 (-1121 (-391))) (-663 (-270)) (-663 (-1121 (-391))))) (-15 -3139 ((-949) (-663 (-270)) (-949))) (-15 -3837 ((-949) (-663 (-270)) (-949))) (-15 -3783 ((-1165 (-229)) (-663 (-270)))) (-15 -2438 ((-949) (-663 (-270)) (-949))) (-15 -3897 ((-391) (-663 (-270)) (-391))) (-15 -2129 ((-1 (-973 (-229)) (-973 (-229))) (-663 (-270)) (-1 (-973 (-229)) (-973 (-229))))) (-15 -2092 ((-663 (-391)) (-663 (-270)) (-663 (-391)))))) (T -271))
+((-2092 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-391))) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2129 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-973 (-229)) (-973 (-229)))) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3897 (*1 *2 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2438 (*1 *2 *3 *2) (-12 (-5 *2 (-949)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3783 (*1 *2 *3) (-12 (-5 *3 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-271)))) (-3837 (*1 *2 *3 *2) (-12 (-5 *2 (-949)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3139 (*1 *2 *3 *2) (-12 (-5 *2 (-949)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-1911 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3324 (*1 *2 *3 *2) (-12 (-5 *2 (-899)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2189 (*1 *2 *3 *2) (-12 (-5 *2 (-899)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2222 (*1 *2 *3 *2) (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-4343 (*1 *2 *3 *2) (-12 (-5 *2 (-1191)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-2564 (*1 *2 *3 *2) (-12 (-5 *2 (-1191)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-4189 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-3366 (*1 *2 *3 *2) (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))) (-1694 (*1 *2 *3 *2) (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(-10 -7 (-15 -1694 ((-114) (-663 (-270)) (-114))) (-15 -3366 ((-114) (-663 (-270)) (-114))) (-15 -4189 ((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) (-663 (-270)) (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -2564 ((-1191) (-663 (-270)) (-1191))) (-15 -4343 ((-1191) (-663 (-270)) (-1191))) (-15 -2222 ((-114) (-663 (-270)) (-114))) (-15 -2189 ((-899) (-663 (-270)) (-899))) (-15 -3324 ((-899) (-663 (-270)) (-899))) (-15 -1911 ((-663 (-1121 (-391))) (-663 (-270)) (-663 (-1121 (-391))))) (-15 -3139 ((-949) (-663 (-270)) (-949))) (-15 -3837 ((-949) (-663 (-270)) (-949))) (-15 -3783 ((-1165 (-229)) (-663 (-270)))) (-15 -2438 ((-949) (-663 (-270)) (-949))) (-15 -3897 ((-391) (-663 (-270)) (-391))) (-15 -2129 ((-1 (-973 (-229)) (-973 (-229))) (-663 (-270)) (-1 (-973 (-229)) (-973 (-229))))) (-15 -2092 ((-663 (-391)) (-663 (-270)) (-663 (-391)))))
+((-2903 (((-3 |#1| "failed") (-663 (-270)) (-1209)) 17 T ELT)))
+(((-272 |#1|) (-10 -7 (-15 -2903 ((-3 |#1| "failed") (-663 (-270)) (-1209)))) (-1249)) (T -272))
+((-2903 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-663 (-270))) (-5 *4 (-1209)) (-5 *1 (-272 *2)) (-4 *2 (-1249)))))
+(-10 -7 (-15 -2903 ((-3 |#1| "failed") (-663 (-270)) (-1209))))
+((-2703 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) 11 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) 19 T ELT) (($ $ (-793)) NIL T ELT) (($ $) 16 T ELT)) (-3095 (($ $ (-1 |#2| |#2|)) 12 T ELT) (($ $ (-1 |#2| |#2|) (-793)) 14 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)))
+(((-273 |#1| |#2|) (-10 -8 (-15 -2703 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -3095 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -3095 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -3095 (|#1| |#1| (-663 (-1209)))) (-15 -3095 (|#1| |#1| (-1209) (-793))) (-15 -3095 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|)))) (-274 |#2|) (-1249)) (T -273))
+NIL
+(-10 -8 (-15 -2703 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -3095 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -3095 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -3095 (|#1| |#1| (-663 (-1209)))) (-15 -3095 (|#1| |#1| (-1209) (-793))) (-15 -3095 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))))
+((-2703 (($ $ (-1 |#1| |#1|)) 23 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 22 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) 16 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 15 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 14 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209)) 12 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-793)) 10 (|has| |#1| (-239)) ELT) (($ $) 8 (|has| |#1| (-239)) ELT)) (-3095 (($ $ (-1 |#1| |#1|)) 21 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 20 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) 19 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 18 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 17 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209)) 13 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-793)) 11 (|has| |#1| (-239)) ELT) (($ $) 9 (|has| |#1| (-239)) ELT)))
+(((-274 |#1|) (-142) (-1249)) (T -274))
+((-2703 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3)) (-4 *3 (-1249)))) (-2703 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *1 (-274 *4)) (-4 *4 (-1249)))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3)) (-4 *3 (-1249)))) (-3095 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *1 (-274 *4)) (-4 *4 (-1249)))))
+(-13 (-1249) (-10 -8 (-15 -2703 ($ $ (-1 |t#1| |t#1|))) (-15 -2703 ($ $ (-1 |t#1| |t#1|) (-793))) (-15 -3095 ($ $ (-1 |t#1| |t#1|))) (-15 -3095 ($ $ (-1 |t#1| |t#1|) (-793))) (IF (|has| |t#1| (-239)) (-6 (-239)) |%noBranch|) (IF (|has| |t#1| (-930 (-1209))) (-6 (-930 (-1209))) |%noBranch|)))
+(((-236 $) |has| |#1| (-239)) ((-239) |has| |#1| (-239)) ((-922 $ #0=(-1209)) |has| |#1| (-930 (-1209))) ((-930 #0#) |has| |#1| (-930 (-1209))) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3181 (((-663 (-793)) $) NIL T ELT) (((-663 (-793)) $ |#2|) NIL T ELT)) (-3370 (((-793) $) NIL T ELT) (((-793) $ |#2|) NIL T ELT)) (-2712 (((-663 |#3|) $) NIL T ELT)) (-2517 (((-1203 $) $ |#3|) NIL T ELT) (((-1203 |#1|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 |#3|)) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-4083 (($ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 |#3| "failed") $) NIL T ELT) (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-1157 |#1| |#2|) "failed") $) 23 T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) ((|#3| $) NIL T ELT) ((|#2| $) NIL T ELT) (((-1157 |#1| |#2|) $) NIL T ELT)) (-3273 (($ $ $ |#3|) NIL (|has| |#1| (-175)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ |#3|) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| (-545 |#3|) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| |#1| (-912 (-391))) (|has| |#3| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| |#1| (-912 (-560))) (|has| |#3| (-912 (-560)))) ELT)) (-2918 (((-793) $ |#2|) NIL T ELT) (((-793) $) 10 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-2700 (($ (-1203 |#1|) |#3|) NIL T ELT) (($ (-1203 $) |#3|) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-545 |#3|)) NIL T ELT) (($ $ |#3| (-793)) NIL T ELT) (($ $ (-663 |#3|) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ |#3|) NIL T ELT)) (-3654 (((-545 |#3|) $) NIL T ELT) (((-793) $ |#3|) NIL T ELT) (((-663 (-793)) $ (-663 |#3|)) NIL T ELT)) (-3097 (($ (-1 (-545 |#3|) (-545 |#3|)) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3048 (((-1 $ (-793)) |#2|) NIL T ELT) (((-1 $ (-793)) $) NIL (|has| |#1| (-240)) ELT)) (-3311 (((-3 |#3| "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3026 ((|#3| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1759 (((-114) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| |#3|) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-3292 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#3| |#1|) NIL T ELT) (($ $ (-663 |#3|) (-663 |#1|)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ (-663 |#3|) (-663 $)) NIL T ELT) (($ $ |#2| $) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 |#2|) (-663 $)) NIL (|has| |#1| (-240)) ELT) (($ $ |#2| |#1|) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 |#2|) (-663 |#1|)) NIL (|has| |#1| (-240)) ELT)) (-2810 (($ $ |#3|) NIL (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 |#3|) (-663 (-793))) NIL T ELT) (($ $ |#3| (-793)) NIL T ELT) (($ $ (-663 |#3|)) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-1465 (((-663 |#2|) $) NIL T ELT)) (-4144 (((-545 |#3|) $) NIL T ELT) (((-793) $ |#3|) NIL T ELT) (((-663 (-793)) $ (-663 |#3|)) NIL T ELT) (((-793) $ |#2|) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#3| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#3| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))) ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ |#3|) NIL (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 26 T ELT) (($ |#3|) 25 T ELT) (($ |#2|) NIL T ELT) (($ (-1157 |#1| |#2|)) 32 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-545 |#3|)) NIL T ELT) (($ $ |#3| (-793)) NIL T ELT) (($ $ (-663 |#3|) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-663 |#3|) (-663 (-793))) NIL T ELT) (($ $ |#3| (-793)) NIL T ELT) (($ $ (-663 |#3|)) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-275 |#1| |#2| |#3|) (-13 (-262 |#1| |#2| |#3| (-545 |#3|)) (-1070 (-1157 |#1| |#2|))) (-1081) (-872) (-277 |#2|)) (T -275))
+NIL
+(-13 (-262 |#1| |#2| |#3| (-545 |#3|)) (-1070 (-1157 |#1| |#2|)))
+((-3370 (((-793) $) 37 T ELT)) (-4142 (((-3 |#2| "failed") $) 22 T ELT)) (-4072 ((|#2| $) 33 T ELT)) (-2703 (($ $ (-793)) 18 T ELT) (($ $) 14 T ELT)) (-3834 (((-888) $) 32 T ELT) (($ |#2|) 11 T ELT)) (-2478 (((-114) $ $) 26 T ELT)) (-2499 (((-114) $ $) 36 T ELT)))
+(((-276 |#1| |#2|) (-10 -8 (-15 -3370 ((-793) |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2499 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -2478 ((-114) |#1| |#1|))) (-277 |#2|) (-872)) (T -276))
+NIL
+(-10 -8 (-15 -3370 ((-793) |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2499 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -2478 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3370 (((-793) $) 26 T ELT)) (-3572 ((|#1| $) 27 T ELT)) (-4142 (((-3 |#1| "failed") $) 31 T ELT)) (-4072 ((|#1| $) 32 T ELT)) (-2918 (((-793) $) 28 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-3048 (($ |#1| (-793)) 29 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2703 (($ $ (-793)) 35 T ELT) (($ $) 33 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ |#1|) 30 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3095 (($ $ (-793)) 36 T ELT) (($ $) 34 T ELT)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)))
+(((-277 |#1|) (-142) (-872)) (T -277))
+((-3834 (*1 *1 *2) (-12 (-4 *1 (-277 *2)) (-4 *2 (-872)))) (-3048 (*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-277 *2)) (-4 *2 (-872)))) (-2918 (*1 *2 *1) (-12 (-4 *1 (-277 *3)) (-4 *3 (-872)) (-5 *2 (-793)))) (-3572 (*1 *2 *1) (-12 (-4 *1 (-277 *2)) (-4 *2 (-872)))) (-3370 (*1 *2 *1) (-12 (-4 *1 (-277 *3)) (-4 *3 (-872)) (-5 *2 (-793)))))
+(-13 (-872) (-239) (-1070 |t#1|) (-10 -8 (-15 -3048 ($ |t#1| (-793))) (-15 -2918 ((-793) $)) (-15 -3572 (|t#1| $)) (-15 -3370 ((-793) $)) (-15 -3834 ($ |t#1|))))
+(((-102) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-236 $) . T) ((-239) . T) ((-872) . T) ((-875) . T) ((-1070 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-2712 (((-663 (-1209)) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 53 T ELT)) (-2516 (((-663 (-1209)) (-326 (-229)) (-793)) 94 T ELT)) (-3990 (((-3 (-326 (-229)) "failed") (-326 (-229))) 63 T ELT)) (-1913 (((-326 (-229)) (-326 (-229))) 79 T ELT)) (-4228 (((-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229))))) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 38 T ELT)) (-3432 (((-114) (-663 (-326 (-229)))) 104 T ELT)) (-3483 (((-114) (-326 (-229))) 36 T ELT)) (-2513 (((-663 (-1191)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))))) 132 T ELT)) (-4008 (((-663 (-326 (-229))) (-663 (-326 (-229)))) 108 T ELT)) (-3664 (((-663 (-326 (-229))) (-663 (-326 (-229)))) 106 T ELT)) (-3387 (((-711 (-229)) (-663 (-326 (-229))) (-793)) 120 T ELT)) (-3504 (((-114) (-326 (-229))) 31 T ELT) (((-114) (-663 (-326 (-229)))) 105 T ELT)) (-2355 (((-663 (-229)) (-663 (-866 (-229))) (-229)) 15 T ELT)) (-1369 (((-391) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 126 T ELT)) (-2468 (((-1067) (-1209) (-1067)) 46 T ELT)))
+(((-278) (-10 -7 (-15 -2355 ((-663 (-229)) (-663 (-866 (-229))) (-229))) (-15 -4228 ((-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229))))) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229))))))) (-15 -3990 ((-3 (-326 (-229)) "failed") (-326 (-229)))) (-15 -1913 ((-326 (-229)) (-326 (-229)))) (-15 -3432 ((-114) (-663 (-326 (-229))))) (-15 -3504 ((-114) (-663 (-326 (-229))))) (-15 -3504 ((-114) (-326 (-229)))) (-15 -3387 ((-711 (-229)) (-663 (-326 (-229))) (-793))) (-15 -3664 ((-663 (-326 (-229))) (-663 (-326 (-229))))) (-15 -4008 ((-663 (-326 (-229))) (-663 (-326 (-229))))) (-15 -3483 ((-114) (-326 (-229)))) (-15 -2712 ((-663 (-1209)) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) (-15 -2516 ((-663 (-1209)) (-326 (-229)) (-793))) (-15 -2468 ((-1067) (-1209) (-1067))) (-15 -1369 ((-391) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) (-15 -2513 ((-663 (-1191)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))))))) (T -278))
+((-2513 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))))) (-5 *2 (-663 (-1191))) (-5 *1 (-278)))) (-1369 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) (-5 *2 (-391)) (-5 *1 (-278)))) (-2468 (*1 *2 *3 *2) (-12 (-5 *2 (-1067)) (-5 *3 (-1209)) (-5 *1 (-278)))) (-2516 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-793)) (-5 *2 (-663 (-1209))) (-5 *1 (-278)))) (-2712 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) (-5 *2 (-663 (-1209))) (-5 *1 (-278)))) (-3483 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-114)) (-5 *1 (-278)))) (-4008 (*1 *2 *2) (-12 (-5 *2 (-663 (-326 (-229)))) (-5 *1 (-278)))) (-3664 (*1 *2 *2) (-12 (-5 *2 (-663 (-326 (-229)))) (-5 *1 (-278)))) (-3387 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *4 (-793)) (-5 *2 (-711 (-229))) (-5 *1 (-278)))) (-3504 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-114)) (-5 *1 (-278)))) (-3504 (*1 *2 *3) (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *2 (-114)) (-5 *1 (-278)))) (-3432 (*1 *2 *3) (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *2 (-114)) (-5 *1 (-278)))) (-1913 (*1 *2 *2) (-12 (-5 *2 (-326 (-229))) (-5 *1 (-278)))) (-3990 (*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-229))) (-5 *1 (-278)))) (-4228 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (-5 *1 (-278)))) (-2355 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-866 (-229)))) (-5 *4 (-229)) (-5 *2 (-663 *4)) (-5 *1 (-278)))))
+(-10 -7 (-15 -2355 ((-663 (-229)) (-663 (-866 (-229))) (-229))) (-15 -4228 ((-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229))))) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229))))))) (-15 -3990 ((-3 (-326 (-229)) "failed") (-326 (-229)))) (-15 -1913 ((-326 (-229)) (-326 (-229)))) (-15 -3432 ((-114) (-663 (-326 (-229))))) (-15 -3504 ((-114) (-663 (-326 (-229))))) (-15 -3504 ((-114) (-326 (-229)))) (-15 -3387 ((-711 (-229)) (-663 (-326 (-229))) (-793))) (-15 -3664 ((-663 (-326 (-229))) (-663 (-326 (-229))))) (-15 -4008 ((-663 (-326 (-229))) (-663 (-326 (-229))))) (-15 -3483 ((-114) (-326 (-229)))) (-15 -2712 ((-663 (-1209)) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) (-15 -2516 ((-663 (-1209)) (-326 (-229)) (-793))) (-15 -2468 ((-1067) (-1209) (-1067))) (-15 -1369 ((-391) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) (-15 -2513 ((-663 (-1191)) (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2645 (((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 56 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 32 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-279) (-863)) (T -279))
+NIL
+(-863)
+((-3808 (((-114) $ $) NIL T ELT)) (-2645 (((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 72 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 63 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 41 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 43 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-280) (-863)) (T -280))
+NIL
+(-863)
+((-3808 (((-114) $ $) NIL T ELT)) (-2645 (((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 90 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 85 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 52 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 65 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-281) (-863)) (T -281))
+NIL
+(-863)
+((-3808 (((-114) $ $) NIL T ELT)) (-2645 (((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 73 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 45 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-282) (-863)) (T -282))
+NIL
+(-863)
+((-3808 (((-114) $ $) NIL T ELT)) (-2645 (((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 65 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 31 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-283) (-863)) (T -283))
+NIL
+(-863)
+((-3808 (((-114) $ $) NIL T ELT)) (-2645 (((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 90 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 33 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-284) (-863)) (T -284))
+NIL
+(-863)
+((-3808 (((-114) $ $) NIL T ELT)) (-2645 (((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 87 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 32 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-285) (-863)) (T -285))
+NIL
+(-863)
+((-3808 (((-114) $ $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3685 (((-663 (-560)) $) 29 T ELT)) (-4144 (((-793) $) 27 T ELT)) (-3834 (((-888) $) 33 T ELT) (($ (-663 (-560))) 23 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2114 (($ (-793)) 30 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 9 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 17 T ELT)))
+(((-286) (-13 (-872) (-10 -8 (-15 -3834 ($ (-663 (-560)))) (-15 -4144 ((-793) $)) (-15 -3685 ((-663 (-560)) $)) (-15 -2114 ($ (-793)))))) (T -286))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-286)))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-286)))) (-3685 (*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-286)))) (-2114 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-286)))))
+(-13 (-872) (-10 -8 (-15 -3834 ($ (-663 (-560)))) (-15 -4144 ((-793) $)) (-15 -3685 ((-663 (-560)) $)) (-15 -2114 ($ (-793)))))
+((-2267 ((|#2| |#2|) 77 T ELT)) (-2111 ((|#2| |#2|) 65 T ELT)) (-1889 (((-3 |#2| "failed") |#2| (-663 (-2 (|:| |func| |#2|) (|:| |pole| (-114))))) 125 T ELT)) (-2243 ((|#2| |#2|) 75 T ELT)) (-2683 ((|#2| |#2|) 63 T ELT)) (-2290 ((|#2| |#2|) 79 T ELT)) (-2136 ((|#2| |#2|) 67 T ELT)) (-3157 ((|#2|) 46 T ELT)) (-2504 (((-115) (-115)) 100 T ELT)) (-3343 ((|#2| |#2|) 61 T ELT)) (-1375 (((-114) |#2|) 147 T ELT)) (-4143 ((|#2| |#2|) 195 T ELT)) (-1863 ((|#2| |#2|) 171 T ELT)) (-3937 ((|#2|) 59 T ELT)) (-2514 ((|#2|) 58 T ELT)) (-2972 ((|#2| |#2|) 191 T ELT)) (-3759 ((|#2| |#2|) 167 T ELT)) (-1904 ((|#2| |#2|) 199 T ELT)) (-1644 ((|#2| |#2|) 175 T ELT)) (-1818 ((|#2| |#2|) 163 T ELT)) (-3203 ((|#2| |#2|) 165 T ELT)) (-3578 ((|#2| |#2|) 201 T ELT)) (-2089 ((|#2| |#2|) 177 T ELT)) (-1895 ((|#2| |#2|) 197 T ELT)) (-1535 ((|#2| |#2|) 173 T ELT)) (-1736 ((|#2| |#2|) 193 T ELT)) (-1727 ((|#2| |#2|) 169 T ELT)) (-4329 ((|#2| |#2|) 207 T ELT)) (-3746 ((|#2| |#2|) 183 T ELT)) (-2655 ((|#2| |#2|) 203 T ELT)) (-4100 ((|#2| |#2|) 179 T ELT)) (-3217 ((|#2| |#2|) 211 T ELT)) (-3405 ((|#2| |#2|) 187 T ELT)) (-3729 ((|#2| |#2|) 213 T ELT)) (-2289 ((|#2| |#2|) 189 T ELT)) (-3609 ((|#2| |#2|) 209 T ELT)) (-3081 ((|#2| |#2|) 185 T ELT)) (-4317 ((|#2| |#2|) 205 T ELT)) (-4252 ((|#2| |#2|) 181 T ELT)) (-2784 ((|#2| |#2|) 62 T ELT)) (-2304 ((|#2| |#2|) 80 T ELT)) (-2149 ((|#2| |#2|) 68 T ELT)) (-2278 ((|#2| |#2|) 78 T ELT)) (-2124 ((|#2| |#2|) 66 T ELT)) (-2256 ((|#2| |#2|) 76 T ELT)) (-2699 ((|#2| |#2|) 64 T ELT)) (-3106 (((-114) (-115)) 98 T ELT)) (-2345 ((|#2| |#2|) 83 T ELT)) (-2188 ((|#2| |#2|) 71 T ELT)) (-2317 ((|#2| |#2|) 81 T ELT)) (-2163 ((|#2| |#2|) 69 T ELT)) (-2370 ((|#2| |#2|) 85 T ELT)) (-2214 ((|#2| |#2|) 73 T ELT)) (-2254 ((|#2| |#2|) 86 T ELT)) (-2228 ((|#2| |#2|) 74 T ELT)) (-2356 ((|#2| |#2|) 84 T ELT)) (-2201 ((|#2| |#2|) 72 T ELT)) (-2330 ((|#2| |#2|) 82 T ELT)) (-2175 ((|#2| |#2|) 70 T ELT)))
+(((-287 |#1| |#2|) (-10 -7 (-15 -2784 (|#2| |#2|)) (-15 -3343 (|#2| |#2|)) (-15 -2683 (|#2| |#2|)) (-15 -2699 (|#2| |#2|)) (-15 -2111 (|#2| |#2|)) (-15 -2124 (|#2| |#2|)) (-15 -2136 (|#2| |#2|)) (-15 -2149 (|#2| |#2|)) (-15 -2163 (|#2| |#2|)) (-15 -2175 (|#2| |#2|)) (-15 -2188 (|#2| |#2|)) (-15 -2201 (|#2| |#2|)) (-15 -2214 (|#2| |#2|)) (-15 -2228 (|#2| |#2|)) (-15 -2243 (|#2| |#2|)) (-15 -2256 (|#2| |#2|)) (-15 -2267 (|#2| |#2|)) (-15 -2278 (|#2| |#2|)) (-15 -2290 (|#2| |#2|)) (-15 -2304 (|#2| |#2|)) (-15 -2317 (|#2| |#2|)) (-15 -2330 (|#2| |#2|)) (-15 -2345 (|#2| |#2|)) (-15 -2356 (|#2| |#2|)) (-15 -2370 (|#2| |#2|)) (-15 -2254 (|#2| |#2|)) (-15 -3157 (|#2|)) (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -2514 (|#2|)) (-15 -3937 (|#2|)) (-15 -3203 (|#2| |#2|)) (-15 -1818 (|#2| |#2|)) (-15 -3759 (|#2| |#2|)) (-15 -1727 (|#2| |#2|)) (-15 -1863 (|#2| |#2|)) (-15 -1535 (|#2| |#2|)) (-15 -1644 (|#2| |#2|)) (-15 -2089 (|#2| |#2|)) (-15 -4100 (|#2| |#2|)) (-15 -4252 (|#2| |#2|)) (-15 -3746 (|#2| |#2|)) (-15 -3081 (|#2| |#2|)) (-15 -3405 (|#2| |#2|)) (-15 -2289 (|#2| |#2|)) (-15 -2972 (|#2| |#2|)) (-15 -1736 (|#2| |#2|)) (-15 -4143 (|#2| |#2|)) (-15 -1895 (|#2| |#2|)) (-15 -1904 (|#2| |#2|)) (-15 -3578 (|#2| |#2|)) (-15 -2655 (|#2| |#2|)) (-15 -4317 (|#2| |#2|)) (-15 -4329 (|#2| |#2|)) (-15 -3609 (|#2| |#2|)) (-15 -3217 (|#2| |#2|)) (-15 -3729 (|#2| |#2|)) (-15 -1889 ((-3 |#2| "failed") |#2| (-663 (-2 (|:| |func| |#2|) (|:| |pole| (-114)))))) (-15 -1375 ((-114) |#2|))) (-571) (-13 (-435 |#1|) (-1034))) (T -287))
+((-1375 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-287 *4 *3)) (-4 *3 (-13 (-435 *4) (-1034))))) (-1889 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-663 (-2 (|:| |func| *2) (|:| |pole| (-114))))) (-4 *2 (-13 (-435 *4) (-1034))) (-4 *4 (-571)) (-5 *1 (-287 *4 *2)))) (-3729 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3217 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3609 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-4329 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-4317 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2655 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3578 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-1904 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-1895 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-4143 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-1736 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2972 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2289 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3405 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3081 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3746 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-4252 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-4100 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2089 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-1644 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-1535 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-1863 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-1727 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3759 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-1818 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3203 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3937 (*1 *2) (-12 (-4 *2 (-13 (-435 *3) (-1034))) (-5 *1 (-287 *3 *2)) (-4 *3 (-571)))) (-2514 (*1 *2) (-12 (-4 *2 (-13 (-435 *3) (-1034))) (-5 *1 (-287 *3 *2)) (-4 *3 (-571)))) (-2504 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-287 *3 *4)) (-4 *4 (-13 (-435 *3) (-1034))))) (-3106 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-287 *4 *5)) (-4 *5 (-13 (-435 *4) (-1034))))) (-3157 (*1 *2) (-12 (-4 *2 (-13 (-435 *3) (-1034))) (-5 *1 (-287 *3 *2)) (-4 *3 (-571)))) (-2254 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2370 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2356 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2345 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2330 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2317 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2304 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2290 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2278 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2267 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2256 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2243 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2228 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2214 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2201 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2188 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2175 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2163 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2149 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2136 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2124 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2111 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2699 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2683 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-3343 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))) (-2784 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034))))))
+(-10 -7 (-15 -2784 (|#2| |#2|)) (-15 -3343 (|#2| |#2|)) (-15 -2683 (|#2| |#2|)) (-15 -2699 (|#2| |#2|)) (-15 -2111 (|#2| |#2|)) (-15 -2124 (|#2| |#2|)) (-15 -2136 (|#2| |#2|)) (-15 -2149 (|#2| |#2|)) (-15 -2163 (|#2| |#2|)) (-15 -2175 (|#2| |#2|)) (-15 -2188 (|#2| |#2|)) (-15 -2201 (|#2| |#2|)) (-15 -2214 (|#2| |#2|)) (-15 -2228 (|#2| |#2|)) (-15 -2243 (|#2| |#2|)) (-15 -2256 (|#2| |#2|)) (-15 -2267 (|#2| |#2|)) (-15 -2278 (|#2| |#2|)) (-15 -2290 (|#2| |#2|)) (-15 -2304 (|#2| |#2|)) (-15 -2317 (|#2| |#2|)) (-15 -2330 (|#2| |#2|)) (-15 -2345 (|#2| |#2|)) (-15 -2356 (|#2| |#2|)) (-15 -2370 (|#2| |#2|)) (-15 -2254 (|#2| |#2|)) (-15 -3157 (|#2|)) (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -2514 (|#2|)) (-15 -3937 (|#2|)) (-15 -3203 (|#2| |#2|)) (-15 -1818 (|#2| |#2|)) (-15 -3759 (|#2| |#2|)) (-15 -1727 (|#2| |#2|)) (-15 -1863 (|#2| |#2|)) (-15 -1535 (|#2| |#2|)) (-15 -1644 (|#2| |#2|)) (-15 -2089 (|#2| |#2|)) (-15 -4100 (|#2| |#2|)) (-15 -4252 (|#2| |#2|)) (-15 -3746 (|#2| |#2|)) (-15 -3081 (|#2| |#2|)) (-15 -3405 (|#2| |#2|)) (-15 -2289 (|#2| |#2|)) (-15 -2972 (|#2| |#2|)) (-15 -1736 (|#2| |#2|)) (-15 -4143 (|#2| |#2|)) (-15 -1895 (|#2| |#2|)) (-15 -1904 (|#2| |#2|)) (-15 -3578 (|#2| |#2|)) (-15 -2655 (|#2| |#2|)) (-15 -4317 (|#2| |#2|)) (-15 -4329 (|#2| |#2|)) (-15 -3609 (|#2| |#2|)) (-15 -3217 (|#2| |#2|)) (-15 -3729 (|#2| |#2|)) (-15 -1889 ((-3 |#2| "failed") |#2| (-663 (-2 (|:| |func| |#2|) (|:| |pole| (-114)))))) (-15 -1375 ((-114) |#2|)))
+((-1517 (((-3 |#2| "failed") (-663 (-630 |#2|)) |#2| (-1209)) 151 T ELT)) (-4246 ((|#2| (-421 (-560)) |#2|) 49 T ELT)) (-3130 ((|#2| |#2| (-630 |#2|)) 144 T ELT)) (-3874 (((-2 (|:| |func| |#2|) (|:| |kers| (-663 (-630 |#2|))) (|:| |vals| (-663 |#2|))) |#2| (-1209)) 143 T ELT)) (-3485 ((|#2| |#2| (-1209)) 20 T ELT) ((|#2| |#2|) 23 T ELT)) (-2377 ((|#2| |#2| (-1209)) 157 T ELT) ((|#2| |#2|) 155 T ELT)))
+(((-288 |#1| |#2|) (-10 -7 (-15 -2377 (|#2| |#2|)) (-15 -2377 (|#2| |#2| (-1209))) (-15 -3874 ((-2 (|:| |func| |#2|) (|:| |kers| (-663 (-630 |#2|))) (|:| |vals| (-663 |#2|))) |#2| (-1209))) (-15 -3485 (|#2| |#2|)) (-15 -3485 (|#2| |#2| (-1209))) (-15 -1517 ((-3 |#2| "failed") (-663 (-630 |#2|)) |#2| (-1209))) (-15 -3130 (|#2| |#2| (-630 |#2|))) (-15 -4246 (|#2| (-421 (-560)) |#2|))) (-13 (-571) (-1070 (-560)) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|))) (T -288))
+((-4246 (*1 *2 *3 *2) (-12 (-5 *3 (-421 (-560))) (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))) (-3130 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))) (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-288 *4 *2)))) (-1517 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-663 (-630 *2))) (-5 *4 (-1209)) (-4 *2 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-288 *5 *2)))) (-3485 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))) (-3485 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-288 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))) (-3874 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-663 (-630 *3))) (|:| |vals| (-663 *3)))) (-5 *1 (-288 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-2377 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))) (-2377 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-288 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))))
+(-10 -7 (-15 -2377 (|#2| |#2|)) (-15 -2377 (|#2| |#2| (-1209))) (-15 -3874 ((-2 (|:| |func| |#2|) (|:| |kers| (-663 (-630 |#2|))) (|:| |vals| (-663 |#2|))) |#2| (-1209))) (-15 -3485 (|#2| |#2|)) (-15 -3485 (|#2| |#2| (-1209))) (-15 -1517 ((-3 |#2| "failed") (-663 (-630 |#2|)) |#2| (-1209))) (-15 -3130 (|#2| |#2| (-630 |#2|))) (-15 -4246 (|#2| (-421 (-560)) |#2|)))
+((-2671 (((-3 |#3| "failed") |#3|) 120 T ELT)) (-2267 ((|#3| |#3|) 142 T ELT)) (-2851 (((-3 |#3| "failed") |#3|) 89 T ELT)) (-2111 ((|#3| |#3|) 132 T ELT)) (-1769 (((-3 |#3| "failed") |#3|) 65 T ELT)) (-2243 ((|#3| |#3|) 140 T ELT)) (-2607 (((-3 |#3| "failed") |#3|) 53 T ELT)) (-2683 ((|#3| |#3|) 130 T ELT)) (-3314 (((-3 |#3| "failed") |#3|) 122 T ELT)) (-2290 ((|#3| |#3|) 144 T ELT)) (-2010 (((-3 |#3| "failed") |#3|) 91 T ELT)) (-2136 ((|#3| |#3|) 134 T ELT)) (-3377 (((-3 |#3| "failed") |#3| (-793)) 41 T ELT)) (-1607 (((-3 |#3| "failed") |#3|) 81 T ELT)) (-3343 ((|#3| |#3|) 129 T ELT)) (-2740 (((-3 |#3| "failed") |#3|) 51 T ELT)) (-2784 ((|#3| |#3|) 128 T ELT)) (-1392 (((-3 |#3| "failed") |#3|) 123 T ELT)) (-2304 ((|#3| |#3|) 145 T ELT)) (-2866 (((-3 |#3| "failed") |#3|) 92 T ELT)) (-2149 ((|#3| |#3|) 135 T ELT)) (-1845 (((-3 |#3| "failed") |#3|) 121 T ELT)) (-2278 ((|#3| |#3|) 143 T ELT)) (-4348 (((-3 |#3| "failed") |#3|) 90 T ELT)) (-2124 ((|#3| |#3|) 133 T ELT)) (-2062 (((-3 |#3| "failed") |#3|) 67 T ELT)) (-2256 ((|#3| |#3|) 141 T ELT)) (-2993 (((-3 |#3| "failed") |#3|) 55 T ELT)) (-2699 ((|#3| |#3|) 131 T ELT)) (-4480 (((-3 |#3| "failed") |#3|) 73 T ELT)) (-2345 ((|#3| |#3|) 148 T ELT)) (-4210 (((-3 |#3| "failed") |#3|) 114 T ELT)) (-2188 ((|#3| |#3|) 152 T ELT)) (-1877 (((-3 |#3| "failed") |#3|) 69 T ELT)) (-2317 ((|#3| |#3|) 146 T ELT)) (-3599 (((-3 |#3| "failed") |#3|) 57 T ELT)) (-2163 ((|#3| |#3|) 136 T ELT)) (-2014 (((-3 |#3| "failed") |#3|) 77 T ELT)) (-2370 ((|#3| |#3|) 150 T ELT)) (-1372 (((-3 |#3| "failed") |#3|) 61 T ELT)) (-2214 ((|#3| |#3|) 138 T ELT)) (-3077 (((-3 |#3| "failed") |#3|) 79 T ELT)) (-2254 ((|#3| |#3|) 151 T ELT)) (-3557 (((-3 |#3| "failed") |#3|) 63 T ELT)) (-2228 ((|#3| |#3|) 139 T ELT)) (-3329 (((-3 |#3| "failed") |#3|) 75 T ELT)) (-2356 ((|#3| |#3|) 149 T ELT)) (-1962 (((-3 |#3| "failed") |#3|) 117 T ELT)) (-2201 ((|#3| |#3|) 153 T ELT)) (-3233 (((-3 |#3| "failed") |#3|) 71 T ELT)) (-2330 ((|#3| |#3|) 147 T ELT)) (-3326 (((-3 |#3| "failed") |#3|) 59 T ELT)) (-2175 ((|#3| |#3|) 137 T ELT)) (** ((|#3| |#3| (-421 (-560))) 47 (|has| |#1| (-376)) ELT)))
+(((-289 |#1| |#2| |#3|) (-13 (-1015 |#3|) (-10 -7 (IF (|has| |#1| (-376)) (-15 ** (|#3| |#3| (-421 (-560)))) |%noBranch|) (-15 -2784 (|#3| |#3|)) (-15 -3343 (|#3| |#3|)) (-15 -2683 (|#3| |#3|)) (-15 -2699 (|#3| |#3|)) (-15 -2111 (|#3| |#3|)) (-15 -2124 (|#3| |#3|)) (-15 -2136 (|#3| |#3|)) (-15 -2149 (|#3| |#3|)) (-15 -2163 (|#3| |#3|)) (-15 -2175 (|#3| |#3|)) (-15 -2188 (|#3| |#3|)) (-15 -2201 (|#3| |#3|)) (-15 -2214 (|#3| |#3|)) (-15 -2228 (|#3| |#3|)) (-15 -2243 (|#3| |#3|)) (-15 -2256 (|#3| |#3|)) (-15 -2267 (|#3| |#3|)) (-15 -2278 (|#3| |#3|)) (-15 -2290 (|#3| |#3|)) (-15 -2304 (|#3| |#3|)) (-15 -2317 (|#3| |#3|)) (-15 -2330 (|#3| |#3|)) (-15 -2345 (|#3| |#3|)) (-15 -2356 (|#3| |#3|)) (-15 -2370 (|#3| |#3|)) (-15 -2254 (|#3| |#3|)))) (-38 (-421 (-560))) (-1292 |#1|) (-1263 |#1| |#2|)) (T -289))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-421 (-560))) (-4 *4 (-376)) (-4 *4 (-38 *3)) (-4 *5 (-1292 *4)) (-5 *1 (-289 *4 *5 *2)) (-4 *2 (-1263 *4 *5)))) (-2784 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-3343 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2683 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2699 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2111 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2124 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2136 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2149 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2163 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2175 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2188 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2201 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2214 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2228 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2243 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2256 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2267 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2278 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2290 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2304 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2317 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2330 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2345 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2356 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2370 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))) (-2254 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3)) (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4)))))
+(-13 (-1015 |#3|) (-10 -7 (IF (|has| |#1| (-376)) (-15 ** (|#3| |#3| (-421 (-560)))) |%noBranch|) (-15 -2784 (|#3| |#3|)) (-15 -3343 (|#3| |#3|)) (-15 -2683 (|#3| |#3|)) (-15 -2699 (|#3| |#3|)) (-15 -2111 (|#3| |#3|)) (-15 -2124 (|#3| |#3|)) (-15 -2136 (|#3| |#3|)) (-15 -2149 (|#3| |#3|)) (-15 -2163 (|#3| |#3|)) (-15 -2175 (|#3| |#3|)) (-15 -2188 (|#3| |#3|)) (-15 -2201 (|#3| |#3|)) (-15 -2214 (|#3| |#3|)) (-15 -2228 (|#3| |#3|)) (-15 -2243 (|#3| |#3|)) (-15 -2256 (|#3| |#3|)) (-15 -2267 (|#3| |#3|)) (-15 -2278 (|#3| |#3|)) (-15 -2290 (|#3| |#3|)) (-15 -2304 (|#3| |#3|)) (-15 -2317 (|#3| |#3|)) (-15 -2330 (|#3| |#3|)) (-15 -2345 (|#3| |#3|)) (-15 -2356 (|#3| |#3|)) (-15 -2370 (|#3| |#3|)) (-15 -2254 (|#3| |#3|))))
+((-2671 (((-3 |#3| "failed") |#3|) 70 T ELT)) (-2267 ((|#3| |#3|) 137 T ELT)) (-2851 (((-3 |#3| "failed") |#3|) 54 T ELT)) (-2111 ((|#3| |#3|) 125 T ELT)) (-1769 (((-3 |#3| "failed") |#3|) 66 T ELT)) (-2243 ((|#3| |#3|) 135 T ELT)) (-2607 (((-3 |#3| "failed") |#3|) 50 T ELT)) (-2683 ((|#3| |#3|) 123 T ELT)) (-3314 (((-3 |#3| "failed") |#3|) 74 T ELT)) (-2290 ((|#3| |#3|) 139 T ELT)) (-2010 (((-3 |#3| "failed") |#3|) 58 T ELT)) (-2136 ((|#3| |#3|) 127 T ELT)) (-3377 (((-3 |#3| "failed") |#3| (-793)) 38 T ELT)) (-1607 (((-3 |#3| "failed") |#3|) 48 T ELT)) (-3343 ((|#3| |#3|) 111 T ELT)) (-2740 (((-3 |#3| "failed") |#3|) 46 T ELT)) (-2784 ((|#3| |#3|) 122 T ELT)) (-1392 (((-3 |#3| "failed") |#3|) 76 T ELT)) (-2304 ((|#3| |#3|) 140 T ELT)) (-2866 (((-3 |#3| "failed") |#3|) 60 T ELT)) (-2149 ((|#3| |#3|) 128 T ELT)) (-1845 (((-3 |#3| "failed") |#3|) 72 T ELT)) (-2278 ((|#3| |#3|) 138 T ELT)) (-4348 (((-3 |#3| "failed") |#3|) 56 T ELT)) (-2124 ((|#3| |#3|) 126 T ELT)) (-2062 (((-3 |#3| "failed") |#3|) 68 T ELT)) (-2256 ((|#3| |#3|) 136 T ELT)) (-2993 (((-3 |#3| "failed") |#3|) 52 T ELT)) (-2699 ((|#3| |#3|) 124 T ELT)) (-4480 (((-3 |#3| "failed") |#3|) 78 T ELT)) (-2345 ((|#3| |#3|) 143 T ELT)) (-4210 (((-3 |#3| "failed") |#3|) 62 T ELT)) (-2188 ((|#3| |#3|) 131 T ELT)) (-1877 (((-3 |#3| "failed") |#3|) 112 T ELT)) (-2317 ((|#3| |#3|) 141 T ELT)) (-3599 (((-3 |#3| "failed") |#3|) 100 T ELT)) (-2163 ((|#3| |#3|) 129 T ELT)) (-2014 (((-3 |#3| "failed") |#3|) 116 T ELT)) (-2370 ((|#3| |#3|) 145 T ELT)) (-1372 (((-3 |#3| "failed") |#3|) 107 T ELT)) (-2214 ((|#3| |#3|) 133 T ELT)) (-3077 (((-3 |#3| "failed") |#3|) 117 T ELT)) (-2254 ((|#3| |#3|) 146 T ELT)) (-3557 (((-3 |#3| "failed") |#3|) 109 T ELT)) (-2228 ((|#3| |#3|) 134 T ELT)) (-3329 (((-3 |#3| "failed") |#3|) 80 T ELT)) (-2356 ((|#3| |#3|) 144 T ELT)) (-1962 (((-3 |#3| "failed") |#3|) 64 T ELT)) (-2201 ((|#3| |#3|) 132 T ELT)) (-3233 (((-3 |#3| "failed") |#3|) 113 T ELT)) (-2330 ((|#3| |#3|) 142 T ELT)) (-3326 (((-3 |#3| "failed") |#3|) 103 T ELT)) (-2175 ((|#3| |#3|) 130 T ELT)) (** ((|#3| |#3| (-421 (-560))) 44 (|has| |#1| (-376)) ELT)))
+(((-290 |#1| |#2| |#3| |#4|) (-13 (-1015 |#3|) (-10 -7 (IF (|has| |#1| (-376)) (-15 ** (|#3| |#3| (-421 (-560)))) |%noBranch|) (-15 -2784 (|#3| |#3|)) (-15 -3343 (|#3| |#3|)) (-15 -2683 (|#3| |#3|)) (-15 -2699 (|#3| |#3|)) (-15 -2111 (|#3| |#3|)) (-15 -2124 (|#3| |#3|)) (-15 -2136 (|#3| |#3|)) (-15 -2149 (|#3| |#3|)) (-15 -2163 (|#3| |#3|)) (-15 -2175 (|#3| |#3|)) (-15 -2188 (|#3| |#3|)) (-15 -2201 (|#3| |#3|)) (-15 -2214 (|#3| |#3|)) (-15 -2228 (|#3| |#3|)) (-15 -2243 (|#3| |#3|)) (-15 -2256 (|#3| |#3|)) (-15 -2267 (|#3| |#3|)) (-15 -2278 (|#3| |#3|)) (-15 -2290 (|#3| |#3|)) (-15 -2304 (|#3| |#3|)) (-15 -2317 (|#3| |#3|)) (-15 -2330 (|#3| |#3|)) (-15 -2345 (|#3| |#3|)) (-15 -2356 (|#3| |#3|)) (-15 -2370 (|#3| |#3|)) (-15 -2254 (|#3| |#3|)))) (-38 (-421 (-560))) (-1261 |#1|) (-1284 |#1| |#2|) (-1015 |#2|)) (T -290))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-421 (-560))) (-4 *4 (-376)) (-4 *4 (-38 *3)) (-4 *5 (-1261 *4)) (-5 *1 (-290 *4 *5 *2 *6)) (-4 *2 (-1284 *4 *5)) (-4 *6 (-1015 *5)))) (-2784 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-3343 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2683 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2699 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2111 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2124 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2136 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2149 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2163 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2175 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2188 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2201 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2214 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2228 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2243 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2256 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2267 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2278 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2290 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2304 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2317 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2330 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2345 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2356 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2370 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))) (-2254 (*1 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4)))))
+(-13 (-1015 |#3|) (-10 -7 (IF (|has| |#1| (-376)) (-15 ** (|#3| |#3| (-421 (-560)))) |%noBranch|) (-15 -2784 (|#3| |#3|)) (-15 -3343 (|#3| |#3|)) (-15 -2683 (|#3| |#3|)) (-15 -2699 (|#3| |#3|)) (-15 -2111 (|#3| |#3|)) (-15 -2124 (|#3| |#3|)) (-15 -2136 (|#3| |#3|)) (-15 -2149 (|#3| |#3|)) (-15 -2163 (|#3| |#3|)) (-15 -2175 (|#3| |#3|)) (-15 -2188 (|#3| |#3|)) (-15 -2201 (|#3| |#3|)) (-15 -2214 (|#3| |#3|)) (-15 -2228 (|#3| |#3|)) (-15 -2243 (|#3| |#3|)) (-15 -2256 (|#3| |#3|)) (-15 -2267 (|#3| |#3|)) (-15 -2278 (|#3| |#3|)) (-15 -2290 (|#3| |#3|)) (-15 -2304 (|#3| |#3|)) (-15 -2317 (|#3| |#3|)) (-15 -2330 (|#3| |#3|)) (-15 -2345 (|#3| |#3|)) (-15 -2356 (|#3| |#3|)) (-15 -2370 (|#3| |#3|)) (-15 -2254 (|#3| |#3|))))
+((-1773 (((-114) $) 20 T ELT)) (-2586 (((-1214) $) 9 T ELT)) (-2284 (((-3 (-520) "failed") $) 15 T ELT)) (-2695 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2442 (((-3 (-520) "failed") $) 21 T ELT)) (-4163 (((-3 (-1135) "failed") $) 19 T ELT)) (-2736 (((-114) $) 17 T ELT)) (-3834 (((-888) $) NIL T ELT)) (-2483 (((-114) $) 10 T ELT)))
+(((-291) (-13 (-632 (-888)) (-10 -8 (-15 -2586 ((-1214) $)) (-15 -2736 ((-114) $)) (-15 -4163 ((-3 (-1135) "failed") $)) (-15 -1773 ((-114) $)) (-15 -2442 ((-3 (-520) "failed") $)) (-15 -2483 ((-114) $)) (-15 -2284 ((-3 (-520) "failed") $)) (-15 -2695 ((-3 (-663 $) "failed") $))))) (T -291))
+((-2586 (*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-291)))) (-2736 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))) (-4163 (*1 *2 *1) (|partial| -12 (-5 *2 (-1135)) (-5 *1 (-291)))) (-1773 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))) (-2442 (*1 *2 *1) (|partial| -12 (-5 *2 (-520)) (-5 *1 (-291)))) (-2483 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))) (-2284 (*1 *2 *1) (|partial| -12 (-5 *2 (-520)) (-5 *1 (-291)))) (-2695 (*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-291))) (-5 *1 (-291)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -2586 ((-1214) $)) (-15 -2736 ((-114) $)) (-15 -4163 ((-3 (-1135) "failed") $)) (-15 -1773 ((-114) $)) (-15 -2442 ((-3 (-520) "failed") $)) (-15 -2483 ((-114) $)) (-15 -2284 ((-3 (-520) "failed") $)) (-15 -2695 ((-3 (-663 $) "failed") $))))
+((-4291 (((-611) $) 10 T ELT)) (-3210 (((-600) $) 8 T ELT)) (-2767 (((-303) $) 12 T ELT)) (-2881 (($ (-600) (-611) (-303)) NIL T ELT)) (-3834 (((-888) $) 19 T ELT)))
+(((-292) (-13 (-632 (-888)) (-10 -8 (-15 -2881 ($ (-600) (-611) (-303))) (-15 -3210 ((-600) $)) (-15 -4291 ((-611) $)) (-15 -2767 ((-303) $))))) (T -292))
+((-2881 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-600)) (-5 *3 (-611)) (-5 *4 (-303)) (-5 *1 (-292)))) (-3210 (*1 *2 *1) (-12 (-5 *2 (-600)) (-5 *1 (-292)))) (-4291 (*1 *2 *1) (-12 (-5 *2 (-611)) (-5 *1 (-292)))) (-2767 (*1 *2 *1) (-12 (-5 *2 (-303)) (-5 *1 (-292)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -2881 ($ (-600) (-611) (-303))) (-15 -3210 ((-600) $)) (-15 -4291 ((-611) $)) (-15 -2767 ((-303) $))))
+((-3797 (($ (-1 (-114) |#2|) $) 24 T ELT)) (-4154 (($ $) 38 T ELT)) (-1851 (($ (-1 (-114) |#2|) $) NIL T ELT) (($ |#2| $) 36 T ELT)) (-3513 (($ |#2| $) 34 T ELT) (($ (-1 (-114) |#2|) $) 18 T ELT)) (-2100 (($ (-1 (-114) |#2| |#2|) $ $) NIL T ELT) (($ $ $) 42 T ELT)) (-4233 (($ |#2| $ (-560)) 20 T ELT) (($ $ $ (-560)) 22 T ELT)) (-3032 (($ $ (-560)) 11 T ELT) (($ $ (-1266 (-560))) 14 T ELT)) (-4409 (($ $ |#2|) 32 T ELT) (($ $ $) NIL T ELT)) (-2465 (($ $ |#2|) 31 T ELT) (($ |#2| $) NIL T ELT) (($ $ $) 26 T ELT) (($ (-663 $)) NIL T ELT)))
+(((-293 |#1| |#2|) (-10 -8 (-15 -2100 (|#1| |#1| |#1|)) (-15 -1851 (|#1| |#2| |#1|)) (-15 -2100 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -1851 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -4409 (|#1| |#1| |#1|)) (-15 -4409 (|#1| |#1| |#2|)) (-15 -4233 (|#1| |#1| |#1| (-560))) (-15 -4233 (|#1| |#2| |#1| (-560))) (-15 -3032 (|#1| |#1| (-1266 (-560)))) (-15 -3032 (|#1| |#1| (-560))) (-15 -2465 (|#1| (-663 |#1|))) (-15 -2465 (|#1| |#1| |#1|)) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#2|)) (-15 -3513 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3797 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3513 (|#1| |#2| |#1|)) (-15 -4154 (|#1| |#1|))) (-294 |#2|) (-1249)) (T -293))
+NIL
+(-10 -8 (-15 -2100 (|#1| |#1| |#1|)) (-15 -1851 (|#1| |#2| |#1|)) (-15 -2100 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -1851 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -4409 (|#1| |#1| |#1|)) (-15 -4409 (|#1| |#1| |#2|)) (-15 -4233 (|#1| |#1| |#1| (-560))) (-15 -4233 (|#1| |#2| |#1| (-560))) (-15 -3032 (|#1| |#1| (-1266 (-560)))) (-15 -3032 (|#1| |#1| (-560))) (-15 -2465 (|#1| (-663 |#1|))) (-15 -2465 (|#1| |#1| |#1|)) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#2|)) (-15 -3513 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3797 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3513 (|#1| |#2| |#1|)) (-15 -4154 (|#1| |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) 47 (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-4174 (($ (-1 (-114) |#1|) $) 97 T ELT)) (-3797 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-1536 (($ $) 95 (|has| |#1| (-1133)) ELT)) (-4154 (($ $) 87 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ (-1 (-114) |#1|) $) 101 T ELT) (($ |#1| $) 96 (|has| |#1| (-1133)) ELT)) (-3513 (($ |#1| $) 86 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 58 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) |#1|) 77 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 50 (|has| (-560) (-872)) ELT)) (-2100 (($ (-1 (-114) |#1| |#1|) $ $) 98 T ELT) (($ $ $) 94 (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 51 (|has| (-560) (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3549 (($ |#1| $ (-560)) 100 T ELT) (($ $ $ (-560)) 99 T ELT)) (-4233 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-3444 (((-663 (-560)) $) 53 T ELT)) (-2679 (((-114) (-560) $) 54 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 49 (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-2024 (($ $ |#1|) 48 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1266 (-560))) 78 T ELT)) (-2380 (($ $ (-560)) 103 T ELT) (($ $ (-1266 (-560))) 102 T ELT)) (-3032 (($ $ (-560)) 71 T ELT) (($ $ (-1266 (-560))) 70 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 79 T ELT)) (-4409 (($ $ |#1|) 105 T ELT) (($ $ $) 104 T ELT)) (-2465 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-294 |#1|) (-142) (-1249)) (T -294))
+((-4409 (*1 *1 *1 *2) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249)))) (-4409 (*1 *1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249)))) (-2380 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-294 *3)) (-4 *3 (-1249)))) (-2380 (*1 *1 *1 *2) (-12 (-5 *2 (-1266 (-560))) (-4 *1 (-294 *3)) (-4 *3 (-1249)))) (-1851 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-294 *3)) (-4 *3 (-1249)))) (-3549 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-294 *2)) (-4 *2 (-1249)))) (-3549 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-294 *3)) (-4 *3 (-1249)))) (-2100 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-294 *3)) (-4 *3 (-1249)))) (-4174 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-294 *3)) (-4 *3 (-1249)))) (-1851 (*1 *1 *2 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249)) (-4 *2 (-1133)))) (-1536 (*1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249)) (-4 *2 (-1133)))) (-2100 (*1 *1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249)) (-4 *2 (-872)))))
+(-13 (-673 |t#1|) (-10 -8 (-6 -4511) (-15 -4409 ($ $ |t#1|)) (-15 -4409 ($ $ $)) (-15 -2380 ($ $ (-560))) (-15 -2380 ($ $ (-1266 (-560)))) (-15 -1851 ($ (-1 (-114) |t#1|) $)) (-15 -3549 ($ |t#1| $ (-560))) (-15 -3549 ($ $ $ (-560))) (-15 -2100 ($ (-1 (-114) |t#1| |t#1|) $ $)) (-15 -4174 ($ (-1 (-114) |t#1|) $)) (IF (|has| |t#1| (-1133)) (PROGN (-15 -1851 ($ |t#1| $)) (-15 -1536 ($ $))) |%noBranch|) (IF (|has| |t#1| (-872)) (-15 -2100 ($ $ $)) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-673 |#1|) . T) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
((** (($ $ $) 10 T ELT)))
(((-295 |#1|) (-10 -8 (-15 ** (|#1| |#1| |#1|))) (-296)) (T -295))
NIL
(-10 -8 (-15 ** (|#1| |#1| |#1|)))
-((-1842 (($ $) 6 T ELT)) (-1920 (($ $) 7 T ELT)) (** (($ $ $) 8 T ELT)))
+((-3343 (($ $) 6 T ELT)) (-2784 (($ $) 7 T ELT)) (** (($ $ $) 8 T ELT)))
(((-296) (-142)) (T -296))
-((** (*1 *1 *1 *1) (-4 *1 (-296))) (-1920 (*1 *1 *1) (-4 *1 (-296))) (-1842 (*1 *1 *1) (-4 *1 (-296))))
-(-13 (-10 -8 (-15 -1842 ($ $)) (-15 -1920 ($ $)) (-15 ** ($ $ $))))
-((-1574 (((-663 (-1186 |#1|)) (-1186 |#1|) |#1|) 35 T ELT)) (-3093 ((|#2| |#2| |#1|) 39 T ELT)) (-1590 ((|#2| |#2| |#1|) 41 T ELT)) (-2991 ((|#2| |#2| |#1|) 40 T ELT)))
-(((-297 |#1| |#2|) (-10 -7 (-15 -3093 (|#2| |#2| |#1|)) (-15 -2991 (|#2| |#2| |#1|)) (-15 -1590 (|#2| |#2| |#1|)) (-15 -1574 ((-663 (-1186 |#1|)) (-1186 |#1|) |#1|))) (-376) (-1291 |#1|)) (T -297))
-((-1574 (*1 *2 *3 *4) (-12 (-4 *4 (-376)) (-5 *2 (-663 (-1186 *4))) (-5 *1 (-297 *4 *5)) (-5 *3 (-1186 *4)) (-4 *5 (-1291 *4)))) (-1590 (*1 *2 *2 *3) (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1291 *3)))) (-2991 (*1 *2 *2 *3) (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1291 *3)))) (-3093 (*1 *2 *2 *3) (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1291 *3)))))
-(-10 -7 (-15 -3093 (|#2| |#2| |#1|)) (-15 -2991 (|#2| |#2| |#1|)) (-15 -1590 (|#2| |#2| |#1|)) (-15 -1574 ((-663 (-1186 |#1|)) (-1186 |#1|) |#1|)))
-((-1495 ((|#2| $ |#1|) 6 T ELT)))
-(((-298 |#1| |#2|) (-142) (-1248) (-1248)) (T -298))
-((-1495 (*1 *2 *1 *3) (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1248)) (-4 *2 (-1248)))))
-(-13 (-1248) (-10 -8 (-15 -1495 (|t#2| $ |t#1|))))
-(((-1248) . T))
-((-3472 ((|#3| $ |#2| |#3|) 12 T ELT)) (-3393 ((|#3| $ |#2|) 10 T ELT)))
-(((-299 |#1| |#2| |#3|) (-10 -8 (-15 -3472 (|#3| |#1| |#2| |#3|)) (-15 -3393 (|#3| |#1| |#2|))) (-300 |#2| |#3|) (-1132) (-1248)) (T -299))
-NIL
-(-10 -8 (-15 -3472 (|#3| |#1| |#2| |#3|)) (-15 -3393 (|#3| |#1| |#2|)))
-((-2696 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4510)) ELT)) (-3472 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) 11 T ELT)) (-1495 ((|#2| $ |#1|) 6 T ELT) ((|#2| $ |#1| |#2|) 12 T ELT)))
-(((-300 |#1| |#2|) (-142) (-1132) (-1248)) (T -300))
-((-1495 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-300 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1248)))) (-3393 (*1 *2 *1 *3) (-12 (-4 *1 (-300 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1248)))) (-2696 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-300 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1248)))) (-3472 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-300 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1248)))))
-(-13 (-298 |t#1| |t#2|) (-10 -8 (-15 -1495 (|t#2| $ |t#1| |t#2|)) (-15 -3393 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4510)) (PROGN (-15 -2696 (|t#2| $ |t#1| |t#2|)) (-15 -3472 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
-(((-298 |#1| |#2|) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 37 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 44 T ELT)) (-4390 (($ $) 41 T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2242 (($ $ $) 35 T ELT)) (-2108 (($ |#2| |#3|) 18 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3100 ((|#3| $) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 19 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2677 (((-3 $ "failed") $ $) NIL T ELT)) (-3320 (((-793) $) 36 T ELT)) (-1495 ((|#2| $ |#2|) 46 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 23 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) ((|#2| $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) 31 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 40 T ELT)))
-(((-301 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-319) (-298 |#2| |#2|) (-10 -8 (-15 -3100 (|#3| $)) (-15 -2539 (|#2| $)) (-15 -2108 ($ |#2| |#3|)) (-15 -2677 ((-3 $ "failed") $ $)) (-15 -4310 ((-3 $ "failed") $)) (-15 -2402 ($ $)))) (-175) (-1274 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -301))
-((-4310 (*1 *1 *1) (|partial| -12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1274 *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)))) (-3100 (*1 *2 *1) (-12 (-4 *3 (-175)) (-4 *2 (-23)) (-5 *1 (-301 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1274 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-2539 (*1 *2 *1) (-12 (-4 *2 (-1274 *3)) (-5 *1 (-301 *3 *2 *4 *5 *6 *7)) (-4 *3 (-175)) (-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)))) (-2108 (*1 *1 *2 *3) (-12 (-4 *4 (-175)) (-5 *1 (-301 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1274 *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)))) (-2677 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1274 *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)))) (-2402 (*1 *1 *1) (-12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1274 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4)) (-14 *7 (-1 (-3 *3 "failed") *3 *3 *4)))))
-(-13 (-319) (-298 |#2| |#2|) (-10 -8 (-15 -3100 (|#3| $)) (-15 -2539 (|#2| $)) (-15 -2108 ($ |#2| |#3|)) (-15 -2677 ((-3 $ "failed") $ $)) (-15 -4310 ((-3 $ "failed") $)) (-15 -2402 ($ $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((** (*1 *1 *1 *1) (-4 *1 (-296))) (-2784 (*1 *1 *1) (-4 *1 (-296))) (-3343 (*1 *1 *1) (-4 *1 (-296))))
+(-13 (-10 -8 (-15 -3343 ($ $)) (-15 -2784 ($ $)) (-15 ** ($ $ $))))
+((-3312 (((-663 (-1187 |#1|)) (-1187 |#1|) |#1|) 35 T ELT)) (-1709 ((|#2| |#2| |#1|) 39 T ELT)) (-2523 ((|#2| |#2| |#1|) 41 T ELT)) (-2888 ((|#2| |#2| |#1|) 40 T ELT)))
+(((-297 |#1| |#2|) (-10 -7 (-15 -1709 (|#2| |#2| |#1|)) (-15 -2888 (|#2| |#2| |#1|)) (-15 -2523 (|#2| |#2| |#1|)) (-15 -3312 ((-663 (-1187 |#1|)) (-1187 |#1|) |#1|))) (-376) (-1292 |#1|)) (T -297))
+((-3312 (*1 *2 *3 *4) (-12 (-4 *4 (-376)) (-5 *2 (-663 (-1187 *4))) (-5 *1 (-297 *4 *5)) (-5 *3 (-1187 *4)) (-4 *5 (-1292 *4)))) (-2523 (*1 *2 *2 *3) (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1292 *3)))) (-2888 (*1 *2 *2 *3) (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1292 *3)))) (-1709 (*1 *2 *2 *3) (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1292 *3)))))
+(-10 -7 (-15 -1709 (|#2| |#2| |#1|)) (-15 -2888 (|#2| |#2| |#1|)) (-15 -2523 (|#2| |#2| |#1|)) (-15 -3312 ((-663 (-1187 |#1|)) (-1187 |#1|) |#1|)))
+((-3034 ((|#2| $ |#1|) 6 T ELT)))
+(((-298 |#1| |#2|) (-142) (-1249) (-1249)) (T -298))
+((-3034 (*1 *2 *1 *3) (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1249)) (-4 *2 (-1249)))))
+(-13 (-1249) (-10 -8 (-15 -3034 (|t#2| $ |t#1|))))
+(((-1249) . T))
+((-2186 ((|#3| $ |#2| |#3|) 12 T ELT)) (-2109 ((|#3| $ |#2|) 10 T ELT)))
+(((-299 |#1| |#2| |#3|) (-10 -8 (-15 -2186 (|#3| |#1| |#2| |#3|)) (-15 -2109 (|#3| |#1| |#2|))) (-300 |#2| |#3|) (-1133) (-1249)) (T -299))
+NIL
+(-10 -8 (-15 -2186 (|#3| |#1| |#2| |#3|)) (-15 -2109 (|#3| |#1| |#2|)))
+((-3986 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4511)) ELT)) (-2186 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) 11 T ELT)) (-3034 ((|#2| $ |#1|) 6 T ELT) ((|#2| $ |#1| |#2|) 12 T ELT)))
+(((-300 |#1| |#2|) (-142) (-1133) (-1249)) (T -300))
+((-3034 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-300 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1249)))) (-2109 (*1 *2 *1 *3) (-12 (-4 *1 (-300 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1249)))) (-3986 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-300 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1249)))) (-2186 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-300 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1249)))))
+(-13 (-298 |t#1| |t#2|) (-10 -8 (-15 -3034 (|t#2| $ |t#1| |t#2|)) (-15 -2109 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4511)) (PROGN (-15 -3986 (|t#2| $ |t#1| |t#2|)) (-15 -2186 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
+(((-298 |#1| |#2|) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 37 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 44 T ELT)) (-3575 (($ $) 41 T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3752 (($ $ $) 35 T ELT)) (-1995 (($ |#2| |#3|) 18 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3043 ((|#3| $) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 19 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3458 (((-3 $ "failed") $ $) NIL T ELT)) (-3760 (((-793) $) 36 T ELT)) (-3034 ((|#2| $ |#2|) 46 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 23 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) ((|#2| $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) 31 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 40 T ELT)))
+(((-301 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-319) (-298 |#2| |#2|) (-10 -8 (-15 -3043 (|#3| $)) (-15 -3834 (|#2| $)) (-15 -1995 ($ |#2| |#3|)) (-15 -3458 ((-3 $ "failed") $ $)) (-15 -2167 ((-3 $ "failed") $)) (-15 -4260 ($ $)))) (-175) (-1275 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -301))
+((-2167 (*1 *1 *1) (|partial| -12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1275 *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)))) (-3043 (*1 *2 *1) (-12 (-4 *3 (-175)) (-4 *2 (-23)) (-5 *1 (-301 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1275 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-3834 (*1 *2 *1) (-12 (-4 *2 (-1275 *3)) (-5 *1 (-301 *3 *2 *4 *5 *6 *7)) (-4 *3 (-175)) (-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)))) (-1995 (*1 *1 *2 *3) (-12 (-4 *4 (-175)) (-5 *1 (-301 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1275 *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)))) (-3458 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1275 *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)))) (-4260 (*1 *1 *1) (-12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1275 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4)) (-14 *7 (-1 (-3 *3 "failed") *3 *3 *4)))))
+(-13 (-319) (-298 |#2| |#2|) (-10 -8 (-15 -3043 (|#3| $)) (-15 -3834 (|#2| $)) (-15 -1995 ($ |#2| |#3|)) (-15 -3458 ((-3 $ "failed") $ $)) (-15 -2167 ((-3 $ "failed") $)) (-15 -4260 ($ $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-302) (-142)) (T -302))
NIL
-(-13 (-1080) (-111 $ $) (-10 -7 (-6 -4502)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-1511 (((-663 (-1116)) $) 10 T ELT)) (-1614 (($ (-520) (-520) (-1134) $) 19 T ELT)) (-2974 (($ (-520) (-663 (-994)) $) 23 T ELT)) (-3778 (($) 25 T ELT)) (-4279 (((-713 (-1134)) (-520) (-520) $) 18 T ELT)) (-3776 (((-663 (-994)) (-520) $) 22 T ELT)) (-1423 (($) 7 T ELT)) (-1935 (($) 24 T ELT)) (-2539 (((-887) $) 29 T ELT)) (-2044 (($) 26 T ELT)))
-(((-303) (-13 (-632 (-887)) (-10 -8 (-15 -1423 ($)) (-15 -1511 ((-663 (-1116)) $)) (-15 -4279 ((-713 (-1134)) (-520) (-520) $)) (-15 -1614 ($ (-520) (-520) (-1134) $)) (-15 -3776 ((-663 (-994)) (-520) $)) (-15 -2974 ($ (-520) (-663 (-994)) $)) (-15 -1935 ($)) (-15 -3778 ($)) (-15 -2044 ($))))) (T -303))
-((-1423 (*1 *1) (-5 *1 (-303))) (-1511 (*1 *2 *1) (-12 (-5 *2 (-663 (-1116))) (-5 *1 (-303)))) (-4279 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-1134))) (-5 *1 (-303)))) (-1614 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-520)) (-5 *3 (-1134)) (-5 *1 (-303)))) (-3776 (*1 *2 *3 *1) (-12 (-5 *3 (-520)) (-5 *2 (-663 (-994))) (-5 *1 (-303)))) (-2974 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-520)) (-5 *3 (-663 (-994))) (-5 *1 (-303)))) (-1935 (*1 *1) (-5 *1 (-303))) (-3778 (*1 *1) (-5 *1 (-303))) (-2044 (*1 *1) (-5 *1 (-303))))
-(-13 (-632 (-887)) (-10 -8 (-15 -1423 ($)) (-15 -1511 ((-663 (-1116)) $)) (-15 -4279 ((-713 (-1134)) (-520) (-520) $)) (-15 -1614 ($ (-520) (-520) (-1134) $)) (-15 -3776 ((-663 (-994)) (-520) $)) (-15 -2974 ($ (-520) (-663 (-994)) $)) (-15 -1935 ($)) (-15 -3778 ($)) (-15 -2044 ($))))
-((-1666 (((-663 (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |geneigvec| (-663 (-711 (-421 (-975 |#1|))))))) (-711 (-421 (-975 |#1|)))) 102 T ELT)) (-1943 (((-663 (-711 (-421 (-975 |#1|)))) (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-975 |#1|)))))) (-711 (-421 (-975 |#1|)))) 97 T ELT) (((-663 (-711 (-421 (-975 |#1|)))) (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|))) (-711 (-421 (-975 |#1|))) (-793) (-793)) 41 T ELT)) (-2486 (((-663 (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-975 |#1|))))))) (-711 (-421 (-975 |#1|)))) 99 T ELT)) (-2509 (((-663 (-711 (-421 (-975 |#1|)))) (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|))) (-711 (-421 (-975 |#1|)))) 75 T ELT)) (-1561 (((-663 (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (-711 (-421 (-975 |#1|)))) 74 T ELT)) (-4419 (((-975 |#1|) (-711 (-421 (-975 |#1|)))) 55 T ELT) (((-975 |#1|) (-711 (-421 (-975 |#1|))) (-1208)) 56 T ELT)))
-(((-304 |#1|) (-10 -7 (-15 -4419 ((-975 |#1|) (-711 (-421 (-975 |#1|))) (-1208))) (-15 -4419 ((-975 |#1|) (-711 (-421 (-975 |#1|))))) (-15 -1561 ((-663 (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (-711 (-421 (-975 |#1|))))) (-15 -2509 ((-663 (-711 (-421 (-975 |#1|)))) (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|))) (-711 (-421 (-975 |#1|))))) (-15 -1943 ((-663 (-711 (-421 (-975 |#1|)))) (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|))) (-711 (-421 (-975 |#1|))) (-793) (-793))) (-15 -1943 ((-663 (-711 (-421 (-975 |#1|)))) (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-975 |#1|)))))) (-711 (-421 (-975 |#1|))))) (-15 -1666 ((-663 (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |geneigvec| (-663 (-711 (-421 (-975 |#1|))))))) (-711 (-421 (-975 |#1|))))) (-15 -2486 ((-663 (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-975 |#1|))))))) (-711 (-421 (-975 |#1|)))))) (-466)) (T -304))
-((-2486 (*1 *2 *3) (-12 (-4 *4 (-466)) (-5 *2 (-663 (-2 (|:| |eigval| (-3 (-421 (-975 *4)) (-1197 (-1208) (-975 *4)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-975 *4)))))))) (-5 *1 (-304 *4)) (-5 *3 (-711 (-421 (-975 *4)))))) (-1666 (*1 *2 *3) (-12 (-4 *4 (-466)) (-5 *2 (-663 (-2 (|:| |eigval| (-3 (-421 (-975 *4)) (-1197 (-1208) (-975 *4)))) (|:| |geneigvec| (-663 (-711 (-421 (-975 *4)))))))) (-5 *1 (-304 *4)) (-5 *3 (-711 (-421 (-975 *4)))))) (-1943 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-421 (-975 *5)) (-1197 (-1208) (-975 *5)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 *4)))) (-4 *5 (-466)) (-5 *2 (-663 (-711 (-421 (-975 *5))))) (-5 *1 (-304 *5)) (-5 *4 (-711 (-421 (-975 *5)))))) (-1943 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-421 (-975 *6)) (-1197 (-1208) (-975 *6)))) (-5 *5 (-793)) (-4 *6 (-466)) (-5 *2 (-663 (-711 (-421 (-975 *6))))) (-5 *1 (-304 *6)) (-5 *4 (-711 (-421 (-975 *6)))))) (-2509 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-421 (-975 *5)) (-1197 (-1208) (-975 *5)))) (-4 *5 (-466)) (-5 *2 (-663 (-711 (-421 (-975 *5))))) (-5 *1 (-304 *5)) (-5 *4 (-711 (-421 (-975 *5)))))) (-1561 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-975 *4)))) (-4 *4 (-466)) (-5 *2 (-663 (-3 (-421 (-975 *4)) (-1197 (-1208) (-975 *4))))) (-5 *1 (-304 *4)))) (-4419 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-975 *4)))) (-5 *2 (-975 *4)) (-5 *1 (-304 *4)) (-4 *4 (-466)))) (-4419 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-421 (-975 *5)))) (-5 *4 (-1208)) (-5 *2 (-975 *5)) (-5 *1 (-304 *5)) (-4 *5 (-466)))))
-(-10 -7 (-15 -4419 ((-975 |#1|) (-711 (-421 (-975 |#1|))) (-1208))) (-15 -4419 ((-975 |#1|) (-711 (-421 (-975 |#1|))))) (-15 -1561 ((-663 (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (-711 (-421 (-975 |#1|))))) (-15 -2509 ((-663 (-711 (-421 (-975 |#1|)))) (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|))) (-711 (-421 (-975 |#1|))))) (-15 -1943 ((-663 (-711 (-421 (-975 |#1|)))) (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|))) (-711 (-421 (-975 |#1|))) (-793) (-793))) (-15 -1943 ((-663 (-711 (-421 (-975 |#1|)))) (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-975 |#1|)))))) (-711 (-421 (-975 |#1|))))) (-15 -1666 ((-663 (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |geneigvec| (-663 (-711 (-421 (-975 |#1|))))))) (-711 (-421 (-975 |#1|))))) (-15 -2486 ((-663 (-2 (|:| |eigval| (-3 (-421 (-975 |#1|)) (-1197 (-1208) (-975 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-975 |#1|))))))) (-711 (-421 (-975 |#1|))))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3626 (((-114) $) NIL (|has| |#1| (-21)) ELT)) (-1340 (($ $) 12 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-2943 (($ $ $) 95 (|has| |#1| (-310)) ELT)) (-3366 (($) NIL (-2191 (|has| |#1| (-21)) (|has| |#1| (-748))) CONST)) (-3087 (($ $) 51 (|has| |#1| (-21)) ELT)) (-2152 (((-3 $ "failed") $) 62 (|has| |#1| (-748)) ELT)) (-1910 ((|#1| $) 11 T ELT)) (-4310 (((-3 $ "failed") $) 60 (|has| |#1| (-748)) ELT)) (-1871 (((-114) $) NIL (|has| |#1| (-748)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 14 T ELT)) (-1898 ((|#1| $) 10 T ELT)) (-4427 (($ $) 50 (|has| |#1| (-21)) ELT)) (-2093 (((-3 $ "failed") $) 61 (|has| |#1| (-748)) ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-2402 (($ $) 64 (-2191 (|has| |#1| (-376)) (|has| |#1| (-487))) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3160 (((-663 $) $) 85 (|has| |#1| (-571)) ELT)) (-2799 (($ $ $) 24 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 $)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-1208) |#1|) 17 (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) 21 (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-1667 (($ |#1| |#1|) 9 T ELT)) (-2328 (((-136)) 90 (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) 87 (|has| |#1| (-927 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-927 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-927 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-927 (-1208))) ELT)) (-1521 (($ $ $) NIL (|has| |#1| (-487)) ELT)) (-4172 (($ $ $) NIL (|has| |#1| (-487)) ELT)) (-2539 (($ (-560)) NIL (|has| |#1| (-1080)) ELT) (((-114) $) 37 (|has| |#1| (-1132)) ELT) (((-887) $) 36 (|has| |#1| (-1132)) ELT)) (-3418 (((-793)) 67 (|has| |#1| (-1080)) CONST)) (-3860 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-1427 (($) 47 (|has| |#1| (-21)) CONST)) (-1439 (($) 57 (|has| |#1| (-748)) CONST)) (-4324 (($ $ (-1208)) NIL (|has| |#1| (-927 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-927 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-927 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-927 (-1208))) ELT)) (-2329 (($ |#1| |#1|) 8 T ELT) (((-114) $ $) 32 (|has| |#1| (-1132)) ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) 92 (-2191 (|has| |#1| (-376)) (|has| |#1| (-487))) ELT)) (-2426 (($ |#1| $) 45 (|has| |#1| (-21)) ELT) (($ $ |#1|) 46 (|has| |#1| (-21)) ELT) (($ $ $) 44 (|has| |#1| (-21)) ELT) (($ $) 43 (|has| |#1| (-21)) ELT)) (-2413 (($ |#1| $) 40 (|has| |#1| (-25)) ELT) (($ $ |#1|) 41 (|has| |#1| (-25)) ELT) (($ $ $) 39 (|has| |#1| (-25)) ELT)) (** (($ $ (-560)) NIL (|has| |#1| (-487)) ELT) (($ $ (-793)) NIL (|has| |#1| (-748)) ELT) (($ $ (-948)) NIL (|has| |#1| (-1143)) ELT)) (* (($ $ |#1|) 55 (|has| |#1| (-1143)) ELT) (($ |#1| $) 54 (|has| |#1| (-1143)) ELT) (($ $ $) 53 (|has| |#1| (-1143)) ELT) (($ (-560) $) 70 (|has| |#1| (-21)) ELT) (($ (-793) $) NIL (|has| |#1| (-21)) ELT) (($ (-948) $) NIL (|has| |#1| (-25)) ELT)))
-(((-305 |#1|) (-13 (-1248) (-10 -8 (-15 -2329 ($ |#1| |#1|)) (-15 -1667 ($ |#1| |#1|)) (-15 -1340 ($ $)) (-15 -1898 (|#1| $)) (-15 -1910 (|#1| $)) (-15 -2067 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-528 (-1208) |#1|)) (-6 (-528 (-1208) |#1|)) |%noBranch|) (IF (|has| |#1| (-1132)) (PROGN (-6 (-1132)) (-6 (-632 (-114))) (IF (|has| |#1| (-321 |#1|)) (PROGN (-15 -2799 ($ $ $)) (-15 -2799 ($ $ (-663 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2413 ($ |#1| $)) (-15 -2413 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -4427 ($ $)) (-15 -3087 ($ $)) (-15 -2426 ($ |#1| $)) (-15 -2426 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1143)) (PROGN (-6 (-1143)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-748)) (PROGN (-6 (-748)) (-15 -2093 ((-3 $ "failed") $)) (-15 -2152 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-487)) (PROGN (-6 (-487)) (-15 -2093 ((-3 $ "failed") $)) (-15 -2152 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1080)) (PROGN (-6 (-1080)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-175)) (-6 (-739 |#1|)) |%noBranch|) (IF (|has| |#1| (-571)) (-15 -3160 ((-663 $) $)) |%noBranch|) (IF (|has| |#1| (-927 (-1208))) (-6 (-927 (-1208))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-6 (-1306 |#1|)) (-15 -2436 ($ $ $)) (-15 -2402 ($ $))) |%noBranch|) (IF (|has| |#1| (-310)) (-15 -2943 ($ $ $)) |%noBranch|))) (-1248)) (T -305))
-((-2329 (*1 *1 *2 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248)))) (-1667 (*1 *1 *2 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248)))) (-1340 (*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248)))) (-1898 (*1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248)))) (-1910 (*1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248)))) (-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1248)) (-5 *1 (-305 *3)))) (-2799 (*1 *1 *1 *1) (-12 (-4 *2 (-321 *2)) (-4 *2 (-1132)) (-4 *2 (-1248)) (-5 *1 (-305 *2)))) (-2799 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-305 *3))) (-4 *3 (-321 *3)) (-4 *3 (-1132)) (-4 *3 (-1248)) (-5 *1 (-305 *3)))) (-2413 (*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-25)) (-4 *2 (-1248)))) (-2413 (*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-25)) (-4 *2 (-1248)))) (-4427 (*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1248)))) (-3087 (*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1248)))) (-2426 (*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1248)))) (-2426 (*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1248)))) (-2093 (*1 *1 *1) (|partial| -12 (-5 *1 (-305 *2)) (-4 *2 (-748)) (-4 *2 (-1248)))) (-2152 (*1 *1 *1) (|partial| -12 (-5 *1 (-305 *2)) (-4 *2 (-748)) (-4 *2 (-1248)))) (-3160 (*1 *2 *1) (-12 (-5 *2 (-663 (-305 *3))) (-5 *1 (-305 *3)) (-4 *3 (-571)) (-4 *3 (-1248)))) (-2943 (*1 *1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-310)) (-4 *2 (-1248)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1143)) (-4 *2 (-1248)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1143)) (-4 *2 (-1248)))) (-2436 (*1 *1 *1 *1) (-2191 (-12 (-5 *1 (-305 *2)) (-4 *2 (-376)) (-4 *2 (-1248))) (-12 (-5 *1 (-305 *2)) (-4 *2 (-487)) (-4 *2 (-1248))))) (-2402 (*1 *1 *1) (-2191 (-12 (-5 *1 (-305 *2)) (-4 *2 (-376)) (-4 *2 (-1248))) (-12 (-5 *1 (-305 *2)) (-4 *2 (-487)) (-4 *2 (-1248))))))
-(-13 (-1248) (-10 -8 (-15 -2329 ($ |#1| |#1|)) (-15 -1667 ($ |#1| |#1|)) (-15 -1340 ($ $)) (-15 -1898 (|#1| $)) (-15 -1910 (|#1| $)) (-15 -2067 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-528 (-1208) |#1|)) (-6 (-528 (-1208) |#1|)) |%noBranch|) (IF (|has| |#1| (-1132)) (PROGN (-6 (-1132)) (-6 (-632 (-114))) (IF (|has| |#1| (-321 |#1|)) (PROGN (-15 -2799 ($ $ $)) (-15 -2799 ($ $ (-663 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2413 ($ |#1| $)) (-15 -2413 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -4427 ($ $)) (-15 -3087 ($ $)) (-15 -2426 ($ |#1| $)) (-15 -2426 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1143)) (PROGN (-6 (-1143)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-748)) (PROGN (-6 (-748)) (-15 -2093 ((-3 $ "failed") $)) (-15 -2152 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-487)) (PROGN (-6 (-487)) (-15 -2093 ((-3 $ "failed") $)) (-15 -2152 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1080)) (PROGN (-6 (-1080)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-175)) (-6 (-739 |#1|)) |%noBranch|) (IF (|has| |#1| (-571)) (-15 -3160 ((-663 $) $)) |%noBranch|) (IF (|has| |#1| (-927 (-1208))) (-6 (-927 (-1208))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-6 (-1306 |#1|)) (-15 -2436 ($ $ $)) (-15 -2402 ($ $))) |%noBranch|) (IF (|has| |#1| (-310)) (-15 -2943 ($ $ $)) |%noBranch|)))
-((-2067 (((-305 |#2|) (-1 |#2| |#1|) (-305 |#1|)) 14 T ELT)))
-(((-306 |#1| |#2|) (-10 -7 (-15 -2067 ((-305 |#2|) (-1 |#2| |#1|) (-305 |#1|)))) (-1248) (-1248)) (T -306))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-305 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-305 *6)) (-5 *1 (-306 *5 *6)))))
-(-10 -7 (-15 -2067 ((-305 |#2|) (-1 |#2| |#1|) (-305 |#1|))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3303 (((-1304) $ |#1| |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#2| $ |#1| |#2|) NIL T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3342 (((-663 |#1|) $) NIL T ELT)) (-1651 (((-114) |#1| $) NIL T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1936 (((-663 |#1|) $) NIL T ELT)) (-2624 (((-114) |#1| $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3794 ((|#2| $) NIL (|has| |#1| (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) (|has| |#2| (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-307 |#1| |#2|) (-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509))) (-1132) (-1132)) (T -307))
-NIL
-(-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509)))
-((-2707 (((-323) (-1190) (-663 (-1190))) 17 T ELT) (((-323) (-1190) (-1190)) 16 T ELT) (((-323) (-663 (-1190))) 15 T ELT) (((-323) (-1190)) 14 T ELT)))
-(((-308) (-10 -7 (-15 -2707 ((-323) (-1190))) (-15 -2707 ((-323) (-663 (-1190)))) (-15 -2707 ((-323) (-1190) (-1190))) (-15 -2707 ((-323) (-1190) (-663 (-1190)))))) (T -308))
-((-2707 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-1190))) (-5 *3 (-1190)) (-5 *2 (-323)) (-5 *1 (-308)))) (-2707 (*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-323)) (-5 *1 (-308)))) (-2707 (*1 *2 *3) (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-323)) (-5 *1 (-308)))) (-2707 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-323)) (-5 *1 (-308)))))
-(-10 -7 (-15 -2707 ((-323) (-1190))) (-15 -2707 ((-323) (-663 (-1190)))) (-15 -2707 ((-323) (-1190) (-1190))) (-15 -2707 ((-323) (-1190) (-663 (-1190)))))
-((-3227 (((-663 (-630 $)) $) 27 T ELT)) (-2943 (($ $ (-305 $)) 78 T ELT) (($ $ (-663 (-305 $))) 139 T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT)) (-1442 (((-3 (-630 $) "failed") $) 127 T ELT)) (-3056 (((-630 $) $) 126 T ELT)) (-1674 (($ $) 17 T ELT) (($ (-663 $)) 54 T ELT)) (-2297 (((-663 (-115)) $) 35 T ELT)) (-3336 (((-115) (-115)) 88 T ELT)) (-3057 (((-114) $) 150 T ELT)) (-2067 (($ (-1 $ $) (-630 $)) 86 T ELT)) (-1707 (((-3 (-630 $) "failed") $) 94 T ELT)) (-4481 (($ (-115) $) 59 T ELT) (($ (-115) (-663 $)) 110 T ELT)) (-3880 (((-114) $ (-115)) 132 T ELT) (((-114) $ (-1208)) 131 T ELT)) (-3547 (((-793) $) 44 T ELT)) (-4228 (((-114) $ $) 57 T ELT) (((-114) $ (-1208)) 49 T ELT)) (-3196 (((-114) $) 148 T ELT)) (-2799 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) 137 T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) 81 T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1208) (-1 $ (-663 $))) 67 T ELT) (($ $ (-1208) (-1 $ $)) 72 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 80 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) 82 T ELT) (($ $ (-115) (-1 $ (-663 $))) 68 T ELT) (($ $ (-115) (-1 $ $)) 74 T ELT)) (-1495 (($ (-115) $) 60 T ELT) (($ (-115) $ $) 61 T ELT) (($ (-115) $ $ $) 62 T ELT) (($ (-115) $ $ $ $) 63 T ELT) (($ (-115) (-663 $)) 123 T ELT)) (-3737 (($ $) 51 T ELT) (($ $ $) 135 T ELT)) (-3949 (($ $) 15 T ELT) (($ (-663 $)) 53 T ELT)) (-1881 (((-114) (-115)) 21 T ELT)))
-(((-309 |#1|) (-10 -8 (-15 -3057 ((-114) |#1|)) (-15 -3196 ((-114) |#1|)) (-15 -2799 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-115) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| |#1|)))) (-15 -2799 (|#1| |#1| (-1208) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-1208) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-1 |#1| |#1|)))) (-15 -4228 ((-114) |#1| (-1208))) (-15 -4228 ((-114) |#1| |#1|)) (-15 -2067 (|#1| (-1 |#1| |#1|) (-630 |#1|))) (-15 -4481 (|#1| (-115) (-663 |#1|))) (-15 -4481 (|#1| (-115) |#1|)) (-15 -3880 ((-114) |#1| (-1208))) (-15 -3880 ((-114) |#1| (-115))) (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -2297 ((-663 (-115)) |#1|)) (-15 -3227 ((-663 (-630 |#1|)) |#1|)) (-15 -1707 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3547 ((-793) |#1|)) (-15 -3737 (|#1| |#1| |#1|)) (-15 -3737 (|#1| |#1|)) (-15 -1674 (|#1| (-663 |#1|))) (-15 -1674 (|#1| |#1|)) (-15 -3949 (|#1| (-663 |#1|))) (-15 -3949 (|#1| |#1|)) (-15 -2943 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -2943 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2943 (|#1| |#1| (-305 |#1|))) (-15 -1495 (|#1| (-115) (-663 |#1|))) (-15 -1495 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1| |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -2799 (|#1| |#1| (-630 |#1|) |#1|)) (-15 -1442 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3056 ((-630 |#1|) |#1|))) (-310)) (T -309))
-((-3336 (*1 *2 *2) (-12 (-5 *2 (-115)) (-5 *1 (-309 *3)) (-4 *3 (-310)))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-115)) (-5 *2 (-114)) (-5 *1 (-309 *4)) (-4 *4 (-310)))))
-(-10 -8 (-15 -3057 ((-114) |#1|)) (-15 -3196 ((-114) |#1|)) (-15 -2799 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-115) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| |#1|)))) (-15 -2799 (|#1| |#1| (-1208) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-1208) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-1 |#1| |#1|)))) (-15 -4228 ((-114) |#1| (-1208))) (-15 -4228 ((-114) |#1| |#1|)) (-15 -2067 (|#1| (-1 |#1| |#1|) (-630 |#1|))) (-15 -4481 (|#1| (-115) (-663 |#1|))) (-15 -4481 (|#1| (-115) |#1|)) (-15 -3880 ((-114) |#1| (-1208))) (-15 -3880 ((-114) |#1| (-115))) (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -2297 ((-663 (-115)) |#1|)) (-15 -3227 ((-663 (-630 |#1|)) |#1|)) (-15 -1707 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3547 ((-793) |#1|)) (-15 -3737 (|#1| |#1| |#1|)) (-15 -3737 (|#1| |#1|)) (-15 -1674 (|#1| (-663 |#1|))) (-15 -1674 (|#1| |#1|)) (-15 -3949 (|#1| (-663 |#1|))) (-15 -3949 (|#1| |#1|)) (-15 -2943 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -2943 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2943 (|#1| |#1| (-305 |#1|))) (-15 -1495 (|#1| (-115) (-663 |#1|))) (-15 -1495 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1| |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -2799 (|#1| |#1| (-630 |#1|) |#1|)) (-15 -1442 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3056 ((-630 |#1|) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3227 (((-663 (-630 $)) $) 42 T ELT)) (-2943 (($ $ (-305 $)) 54 T ELT) (($ $ (-663 (-305 $))) 53 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 52 T ELT)) (-1442 (((-3 (-630 $) "failed") $) 67 T ELT)) (-3056 (((-630 $) $) 68 T ELT)) (-1674 (($ $) 49 T ELT) (($ (-663 $)) 48 T ELT)) (-2297 (((-663 (-115)) $) 41 T ELT)) (-3336 (((-115) (-115)) 40 T ELT)) (-3057 (((-114) $) 20 (|has| $ (-1069 (-560))) ELT)) (-3869 (((-1202 $) (-630 $)) 23 (|has| $ (-1080)) ELT)) (-2067 (($ (-1 $ $) (-630 $)) 34 T ELT)) (-1707 (((-3 (-630 $) "failed") $) 44 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3322 (((-663 (-630 $)) $) 43 T ELT)) (-4481 (($ (-115) $) 36 T ELT) (($ (-115) (-663 $)) 35 T ELT)) (-3880 (((-114) $ (-115)) 38 T ELT) (((-114) $ (-1208)) 37 T ELT)) (-3547 (((-793) $) 45 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4228 (((-114) $ $) 33 T ELT) (((-114) $ (-1208)) 32 T ELT)) (-3196 (((-114) $) 21 (|has| $ (-1069 (-560))) ELT)) (-2799 (($ $ (-630 $) $) 65 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 64 T ELT) (($ $ (-663 (-305 $))) 63 T ELT) (($ $ (-305 $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (-663 $) (-663 $)) 60 T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) 31 T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) 30 T ELT) (($ $ (-1208) (-1 $ (-663 $))) 29 T ELT) (($ $ (-1208) (-1 $ $)) 28 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 27 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) 26 T ELT) (($ $ (-115) (-1 $ (-663 $))) 25 T ELT) (($ $ (-115) (-1 $ $)) 24 T ELT)) (-1495 (($ (-115) $) 59 T ELT) (($ (-115) $ $) 58 T ELT) (($ (-115) $ $ $) 57 T ELT) (($ (-115) $ $ $ $) 56 T ELT) (($ (-115) (-663 $)) 55 T ELT)) (-3737 (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (-2731 (($ $) 22 (|has| $ (-1080)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-630 $)) 66 T ELT)) (-3949 (($ $) 51 T ELT) (($ (-663 $)) 50 T ELT)) (-1881 (((-114) (-115)) 39 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
+(-13 (-1081) (-111 $ $) (-10 -7 (-6 -4503)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2208 (((-663 (-1117)) $) 10 T ELT)) (-3849 (($ (-520) (-520) (-1135) $) 19 T ELT)) (-4211 (($ (-520) (-663 (-995)) $) 23 T ELT)) (-3189 (($) 25 T ELT)) (-3732 (((-713 (-1135)) (-520) (-520) $) 18 T ELT)) (-4155 (((-663 (-995)) (-520) $) 22 T ELT)) (-3614 (($) 7 T ELT)) (-3461 (($) 24 T ELT)) (-3834 (((-888) $) 29 T ELT)) (-1930 (($) 26 T ELT)))
+(((-303) (-13 (-632 (-888)) (-10 -8 (-15 -3614 ($)) (-15 -2208 ((-663 (-1117)) $)) (-15 -3732 ((-713 (-1135)) (-520) (-520) $)) (-15 -3849 ($ (-520) (-520) (-1135) $)) (-15 -4155 ((-663 (-995)) (-520) $)) (-15 -4211 ($ (-520) (-663 (-995)) $)) (-15 -3461 ($)) (-15 -3189 ($)) (-15 -1930 ($))))) (T -303))
+((-3614 (*1 *1) (-5 *1 (-303))) (-2208 (*1 *2 *1) (-12 (-5 *2 (-663 (-1117))) (-5 *1 (-303)))) (-3732 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-1135))) (-5 *1 (-303)))) (-3849 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-520)) (-5 *3 (-1135)) (-5 *1 (-303)))) (-4155 (*1 *2 *3 *1) (-12 (-5 *3 (-520)) (-5 *2 (-663 (-995))) (-5 *1 (-303)))) (-4211 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-520)) (-5 *3 (-663 (-995))) (-5 *1 (-303)))) (-3461 (*1 *1) (-5 *1 (-303))) (-3189 (*1 *1) (-5 *1 (-303))) (-1930 (*1 *1) (-5 *1 (-303))))
+(-13 (-632 (-888)) (-10 -8 (-15 -3614 ($)) (-15 -2208 ((-663 (-1117)) $)) (-15 -3732 ((-713 (-1135)) (-520) (-520) $)) (-15 -3849 ($ (-520) (-520) (-1135) $)) (-15 -4155 ((-663 (-995)) (-520) $)) (-15 -4211 ($ (-520) (-663 (-995)) $)) (-15 -3461 ($)) (-15 -3189 ($)) (-15 -1930 ($))))
+((-3603 (((-663 (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |geneigvec| (-663 (-711 (-421 (-976 |#1|))))))) (-711 (-421 (-976 |#1|)))) 102 T ELT)) (-2680 (((-663 (-711 (-421 (-976 |#1|)))) (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-976 |#1|)))))) (-711 (-421 (-976 |#1|)))) 97 T ELT) (((-663 (-711 (-421 (-976 |#1|)))) (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|))) (-711 (-421 (-976 |#1|))) (-793) (-793)) 41 T ELT)) (-1955 (((-663 (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-976 |#1|))))))) (-711 (-421 (-976 |#1|)))) 99 T ELT)) (-2733 (((-663 (-711 (-421 (-976 |#1|)))) (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|))) (-711 (-421 (-976 |#1|)))) 75 T ELT)) (-2642 (((-663 (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (-711 (-421 (-976 |#1|)))) 74 T ELT)) (-4286 (((-976 |#1|) (-711 (-421 (-976 |#1|)))) 55 T ELT) (((-976 |#1|) (-711 (-421 (-976 |#1|))) (-1209)) 56 T ELT)))
+(((-304 |#1|) (-10 -7 (-15 -4286 ((-976 |#1|) (-711 (-421 (-976 |#1|))) (-1209))) (-15 -4286 ((-976 |#1|) (-711 (-421 (-976 |#1|))))) (-15 -2642 ((-663 (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (-711 (-421 (-976 |#1|))))) (-15 -2733 ((-663 (-711 (-421 (-976 |#1|)))) (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|))) (-711 (-421 (-976 |#1|))))) (-15 -2680 ((-663 (-711 (-421 (-976 |#1|)))) (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|))) (-711 (-421 (-976 |#1|))) (-793) (-793))) (-15 -2680 ((-663 (-711 (-421 (-976 |#1|)))) (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-976 |#1|)))))) (-711 (-421 (-976 |#1|))))) (-15 -3603 ((-663 (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |geneigvec| (-663 (-711 (-421 (-976 |#1|))))))) (-711 (-421 (-976 |#1|))))) (-15 -1955 ((-663 (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-976 |#1|))))))) (-711 (-421 (-976 |#1|)))))) (-466)) (T -304))
+((-1955 (*1 *2 *3) (-12 (-4 *4 (-466)) (-5 *2 (-663 (-2 (|:| |eigval| (-3 (-421 (-976 *4)) (-1198 (-1209) (-976 *4)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-976 *4)))))))) (-5 *1 (-304 *4)) (-5 *3 (-711 (-421 (-976 *4)))))) (-3603 (*1 *2 *3) (-12 (-4 *4 (-466)) (-5 *2 (-663 (-2 (|:| |eigval| (-3 (-421 (-976 *4)) (-1198 (-1209) (-976 *4)))) (|:| |geneigvec| (-663 (-711 (-421 (-976 *4)))))))) (-5 *1 (-304 *4)) (-5 *3 (-711 (-421 (-976 *4)))))) (-2680 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-421 (-976 *5)) (-1198 (-1209) (-976 *5)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 *4)))) (-4 *5 (-466)) (-5 *2 (-663 (-711 (-421 (-976 *5))))) (-5 *1 (-304 *5)) (-5 *4 (-711 (-421 (-976 *5)))))) (-2680 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-421 (-976 *6)) (-1198 (-1209) (-976 *6)))) (-5 *5 (-793)) (-4 *6 (-466)) (-5 *2 (-663 (-711 (-421 (-976 *6))))) (-5 *1 (-304 *6)) (-5 *4 (-711 (-421 (-976 *6)))))) (-2733 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-421 (-976 *5)) (-1198 (-1209) (-976 *5)))) (-4 *5 (-466)) (-5 *2 (-663 (-711 (-421 (-976 *5))))) (-5 *1 (-304 *5)) (-5 *4 (-711 (-421 (-976 *5)))))) (-2642 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-976 *4)))) (-4 *4 (-466)) (-5 *2 (-663 (-3 (-421 (-976 *4)) (-1198 (-1209) (-976 *4))))) (-5 *1 (-304 *4)))) (-4286 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-976 *4)))) (-5 *2 (-976 *4)) (-5 *1 (-304 *4)) (-4 *4 (-466)))) (-4286 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-421 (-976 *5)))) (-5 *4 (-1209)) (-5 *2 (-976 *5)) (-5 *1 (-304 *5)) (-4 *5 (-466)))))
+(-10 -7 (-15 -4286 ((-976 |#1|) (-711 (-421 (-976 |#1|))) (-1209))) (-15 -4286 ((-976 |#1|) (-711 (-421 (-976 |#1|))))) (-15 -2642 ((-663 (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (-711 (-421 (-976 |#1|))))) (-15 -2733 ((-663 (-711 (-421 (-976 |#1|)))) (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|))) (-711 (-421 (-976 |#1|))))) (-15 -2680 ((-663 (-711 (-421 (-976 |#1|)))) (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|))) (-711 (-421 (-976 |#1|))) (-793) (-793))) (-15 -2680 ((-663 (-711 (-421 (-976 |#1|)))) (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-976 |#1|)))))) (-711 (-421 (-976 |#1|))))) (-15 -3603 ((-663 (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |geneigvec| (-663 (-711 (-421 (-976 |#1|))))))) (-711 (-421 (-976 |#1|))))) (-15 -1955 ((-663 (-2 (|:| |eigval| (-3 (-421 (-976 |#1|)) (-1198 (-1209) (-976 |#1|)))) (|:| |eigmult| (-793)) (|:| |eigvec| (-663 (-711 (-421 (-976 |#1|))))))) (-711 (-421 (-976 |#1|))))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-3136 (((-114) $) NIL (|has| |#1| (-21)) ELT)) (-4009 (($ $) 12 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-3268 (($ $ $) 95 (|has| |#1| (-310)) ELT)) (-4489 (($) NIL (-2309 (|has| |#1| (-21)) (|has| |#1| (-748))) CONST)) (-1415 (($ $) 51 (|has| |#1| (-21)) ELT)) (-3634 (((-3 $ "failed") $) 62 (|has| |#1| (-748)) ELT)) (-3240 ((|#1| $) 11 T ELT)) (-2167 (((-3 $ "failed") $) 60 (|has| |#1| (-748)) ELT)) (-3363 (((-114) $) NIL (|has| |#1| (-748)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 14 T ELT)) (-3228 ((|#1| $) 10 T ELT)) (-3739 (($ $) 50 (|has| |#1| (-21)) ELT)) (-4457 (((-3 $ "failed") $) 61 (|has| |#1| (-748)) ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-4260 (($ $) 64 (-2309 (|has| |#1| (-376)) (|has| |#1| (-487))) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3915 (((-663 $) $) 85 (|has| |#1| (-571)) ELT)) (-4265 (($ $ $) 24 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 $)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-1209) |#1|) 17 (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) 21 (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-2489 (($ |#1| |#1|) 9 T ELT)) (-2068 (((-136)) 90 (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) 87 (|has| |#1| (-928 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-928 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-928 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-928 (-1209))) ELT)) (-3933 (($ $ $) NIL (|has| |#1| (-487)) ELT)) (-3923 (($ $ $) NIL (|has| |#1| (-487)) ELT)) (-3834 (($ (-560)) NIL (|has| |#1| (-1081)) ELT) (((-114) $) 37 (|has| |#1| (-1133)) ELT) (((-888) $) 36 (|has| |#1| (-1133)) ELT)) (-3103 (((-793)) 67 (|has| |#1| (-1081)) CONST)) (-1519 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2971 (($) 47 (|has| |#1| (-21)) CONST)) (-2983 (($) 57 (|has| |#1| (-748)) CONST)) (-3095 (($ $ (-1209)) NIL (|has| |#1| (-928 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-928 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-928 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-928 (-1209))) ELT)) (-2478 (($ |#1| |#1|) 8 T ELT) (((-114) $ $) 32 (|has| |#1| (-1133)) ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) 92 (-2309 (|has| |#1| (-376)) (|has| |#1| (-487))) ELT)) (-2581 (($ |#1| $) 45 (|has| |#1| (-21)) ELT) (($ $ |#1|) 46 (|has| |#1| (-21)) ELT) (($ $ $) 44 (|has| |#1| (-21)) ELT) (($ $) 43 (|has| |#1| (-21)) ELT)) (-2571 (($ |#1| $) 40 (|has| |#1| (-25)) ELT) (($ $ |#1|) 41 (|has| |#1| (-25)) ELT) (($ $ $) 39 (|has| |#1| (-25)) ELT)) (** (($ $ (-560)) NIL (|has| |#1| (-487)) ELT) (($ $ (-793)) NIL (|has| |#1| (-748)) ELT) (($ $ (-949)) NIL (|has| |#1| (-1144)) ELT)) (* (($ $ |#1|) 55 (|has| |#1| (-1144)) ELT) (($ |#1| $) 54 (|has| |#1| (-1144)) ELT) (($ $ $) 53 (|has| |#1| (-1144)) ELT) (($ (-560) $) 70 (|has| |#1| (-21)) ELT) (($ (-793) $) NIL (|has| |#1| (-21)) ELT) (($ (-949) $) NIL (|has| |#1| (-25)) ELT)))
+(((-305 |#1|) (-13 (-1249) (-10 -8 (-15 -2478 ($ |#1| |#1|)) (-15 -2489 ($ |#1| |#1|)) (-15 -4009 ($ $)) (-15 -3228 (|#1| $)) (-15 -3240 (|#1| $)) (-15 -1793 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-528 (-1209) |#1|)) (-6 (-528 (-1209) |#1|)) |%noBranch|) (IF (|has| |#1| (-1133)) (PROGN (-6 (-1133)) (-6 (-632 (-114))) (IF (|has| |#1| (-321 |#1|)) (PROGN (-15 -4265 ($ $ $)) (-15 -4265 ($ $ (-663 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2571 ($ |#1| $)) (-15 -2571 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -3739 ($ $)) (-15 -1415 ($ $)) (-15 -2581 ($ |#1| $)) (-15 -2581 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1144)) (PROGN (-6 (-1144)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-748)) (PROGN (-6 (-748)) (-15 -4457 ((-3 $ "failed") $)) (-15 -3634 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-487)) (PROGN (-6 (-487)) (-15 -4457 ((-3 $ "failed") $)) (-15 -3634 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1081)) (PROGN (-6 (-1081)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-175)) (-6 (-739 |#1|)) |%noBranch|) (IF (|has| |#1| (-571)) (-15 -3915 ((-663 $) $)) |%noBranch|) (IF (|has| |#1| (-928 (-1209))) (-6 (-928 (-1209))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-6 (-1307 |#1|)) (-15 -2594 ($ $ $)) (-15 -4260 ($ $))) |%noBranch|) (IF (|has| |#1| (-310)) (-15 -3268 ($ $ $)) |%noBranch|))) (-1249)) (T -305))
+((-2478 (*1 *1 *2 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249)))) (-2489 (*1 *1 *2 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249)))) (-4009 (*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249)))) (-3228 (*1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249)))) (-3240 (*1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249)))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1249)) (-5 *1 (-305 *3)))) (-4265 (*1 *1 *1 *1) (-12 (-4 *2 (-321 *2)) (-4 *2 (-1133)) (-4 *2 (-1249)) (-5 *1 (-305 *2)))) (-4265 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-305 *3))) (-4 *3 (-321 *3)) (-4 *3 (-1133)) (-4 *3 (-1249)) (-5 *1 (-305 *3)))) (-2571 (*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-25)) (-4 *2 (-1249)))) (-2571 (*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-25)) (-4 *2 (-1249)))) (-3739 (*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1249)))) (-1415 (*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1249)))) (-2581 (*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1249)))) (-2581 (*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1249)))) (-4457 (*1 *1 *1) (|partial| -12 (-5 *1 (-305 *2)) (-4 *2 (-748)) (-4 *2 (-1249)))) (-3634 (*1 *1 *1) (|partial| -12 (-5 *1 (-305 *2)) (-4 *2 (-748)) (-4 *2 (-1249)))) (-3915 (*1 *2 *1) (-12 (-5 *2 (-663 (-305 *3))) (-5 *1 (-305 *3)) (-4 *3 (-571)) (-4 *3 (-1249)))) (-3268 (*1 *1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-310)) (-4 *2 (-1249)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1144)) (-4 *2 (-1249)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1144)) (-4 *2 (-1249)))) (-2594 (*1 *1 *1 *1) (-2309 (-12 (-5 *1 (-305 *2)) (-4 *2 (-376)) (-4 *2 (-1249))) (-12 (-5 *1 (-305 *2)) (-4 *2 (-487)) (-4 *2 (-1249))))) (-4260 (*1 *1 *1) (-2309 (-12 (-5 *1 (-305 *2)) (-4 *2 (-376)) (-4 *2 (-1249))) (-12 (-5 *1 (-305 *2)) (-4 *2 (-487)) (-4 *2 (-1249))))))
+(-13 (-1249) (-10 -8 (-15 -2478 ($ |#1| |#1|)) (-15 -2489 ($ |#1| |#1|)) (-15 -4009 ($ $)) (-15 -3228 (|#1| $)) (-15 -3240 (|#1| $)) (-15 -1793 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-528 (-1209) |#1|)) (-6 (-528 (-1209) |#1|)) |%noBranch|) (IF (|has| |#1| (-1133)) (PROGN (-6 (-1133)) (-6 (-632 (-114))) (IF (|has| |#1| (-321 |#1|)) (PROGN (-15 -4265 ($ $ $)) (-15 -4265 ($ $ (-663 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2571 ($ |#1| $)) (-15 -2571 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -3739 ($ $)) (-15 -1415 ($ $)) (-15 -2581 ($ |#1| $)) (-15 -2581 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1144)) (PROGN (-6 (-1144)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-748)) (PROGN (-6 (-748)) (-15 -4457 ((-3 $ "failed") $)) (-15 -3634 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-487)) (PROGN (-6 (-487)) (-15 -4457 ((-3 $ "failed") $)) (-15 -3634 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1081)) (PROGN (-6 (-1081)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-175)) (-6 (-739 |#1|)) |%noBranch|) (IF (|has| |#1| (-571)) (-15 -3915 ((-663 $) $)) |%noBranch|) (IF (|has| |#1| (-928 (-1209))) (-6 (-928 (-1209))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-6 (-1307 |#1|)) (-15 -2594 ($ $ $)) (-15 -4260 ($ $))) |%noBranch|) (IF (|has| |#1| (-310)) (-15 -3268 ($ $ $)) |%noBranch|)))
+((-1793 (((-305 |#2|) (-1 |#2| |#1|) (-305 |#1|)) 14 T ELT)))
+(((-306 |#1| |#2|) (-10 -7 (-15 -1793 ((-305 |#2|) (-1 |#2| |#1|) (-305 |#1|)))) (-1249) (-1249)) (T -306))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-305 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-305 *6)) (-5 *1 (-306 *5 *6)))))
+(-10 -7 (-15 -1793 ((-305 |#2|) (-1 |#2| |#1|) (-305 |#1|))))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-2507 (((-1305) $ |#1| |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#2| $ |#1| |#2|) NIL T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-2791 (((-663 |#1|) $) NIL T ELT)) (-1410 (((-114) |#1| $) NIL T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3444 (((-663 |#1|) $) NIL T ELT)) (-2679 (((-114) |#1| $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-1574 ((|#2| $) NIL (|has| |#1| (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) (|has| |#2| (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-307 |#1| |#2|) (-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510))) (-1133) (-1133)) (T -307))
+NIL
+(-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510)))
+((-4177 (((-323) (-1191) (-663 (-1191))) 17 T ELT) (((-323) (-1191) (-1191)) 16 T ELT) (((-323) (-663 (-1191))) 15 T ELT) (((-323) (-1191)) 14 T ELT)))
+(((-308) (-10 -7 (-15 -4177 ((-323) (-1191))) (-15 -4177 ((-323) (-663 (-1191)))) (-15 -4177 ((-323) (-1191) (-1191))) (-15 -4177 ((-323) (-1191) (-663 (-1191)))))) (T -308))
+((-4177 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-1191))) (-5 *3 (-1191)) (-5 *2 (-323)) (-5 *1 (-308)))) (-4177 (*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-323)) (-5 *1 (-308)))) (-4177 (*1 *2 *3) (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-323)) (-5 *1 (-308)))) (-4177 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-323)) (-5 *1 (-308)))))
+(-10 -7 (-15 -4177 ((-323) (-1191))) (-15 -4177 ((-323) (-663 (-1191)))) (-15 -4177 ((-323) (-1191) (-1191))) (-15 -4177 ((-323) (-1191) (-663 (-1191)))))
+((-2417 (((-663 (-630 $)) $) 27 T ELT)) (-3268 (($ $ (-305 $)) 78 T ELT) (($ $ (-663 (-305 $))) 139 T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT)) (-4142 (((-3 (-630 $) "failed") $) 127 T ELT)) (-4072 (((-630 $) $) 126 T ELT)) (-3030 (($ $) 17 T ELT) (($ (-663 $)) 54 T ELT)) (-2843 (((-663 (-115)) $) 35 T ELT)) (-2504 (((-115) (-115)) 88 T ELT)) (-1602 (((-114) $) 150 T ELT)) (-1793 (($ (-1 $ $) (-630 $)) 86 T ELT)) (-1448 (((-3 (-630 $) "failed") $) 94 T ELT)) (-3199 (($ (-115) $) 59 T ELT) (($ (-115) (-663 $)) 110 T ELT)) (-2820 (((-114) $ (-115)) 132 T ELT) (((-114) $ (-1209)) 131 T ELT)) (-3886 (((-793) $) 44 T ELT)) (-3716 (((-114) $ $) 57 T ELT) (((-114) $ (-1209)) 49 T ELT)) (-4367 (((-114) $) 148 T ELT)) (-4265 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) 137 T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) 81 T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1209) (-1 $ (-663 $))) 67 T ELT) (($ $ (-1209) (-1 $ $)) 72 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 80 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) 82 T ELT) (($ $ (-115) (-1 $ (-663 $))) 68 T ELT) (($ $ (-115) (-1 $ $)) 74 T ELT)) (-3034 (($ (-115) $) 60 T ELT) (($ (-115) $ $) 61 T ELT) (($ (-115) $ $ $) 62 T ELT) (($ (-115) $ $ $ $) 63 T ELT) (($ (-115) (-663 $)) 123 T ELT)) (-2538 (($ $) 51 T ELT) (($ $ $) 135 T ELT)) (-4129 (($ $) 15 T ELT) (($ (-663 $)) 53 T ELT)) (-3106 (((-114) (-115)) 21 T ELT)))
+(((-309 |#1|) (-10 -8 (-15 -1602 ((-114) |#1|)) (-15 -4367 ((-114) |#1|)) (-15 -4265 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-115) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| |#1|)))) (-15 -4265 (|#1| |#1| (-1209) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-1209) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-1 |#1| |#1|)))) (-15 -3716 ((-114) |#1| (-1209))) (-15 -3716 ((-114) |#1| |#1|)) (-15 -1793 (|#1| (-1 |#1| |#1|) (-630 |#1|))) (-15 -3199 (|#1| (-115) (-663 |#1|))) (-15 -3199 (|#1| (-115) |#1|)) (-15 -2820 ((-114) |#1| (-1209))) (-15 -2820 ((-114) |#1| (-115))) (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -2843 ((-663 (-115)) |#1|)) (-15 -2417 ((-663 (-630 |#1|)) |#1|)) (-15 -1448 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3886 ((-793) |#1|)) (-15 -2538 (|#1| |#1| |#1|)) (-15 -2538 (|#1| |#1|)) (-15 -3030 (|#1| (-663 |#1|))) (-15 -3030 (|#1| |#1|)) (-15 -4129 (|#1| (-663 |#1|))) (-15 -4129 (|#1| |#1|)) (-15 -3268 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -3268 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -3268 (|#1| |#1| (-305 |#1|))) (-15 -3034 (|#1| (-115) (-663 |#1|))) (-15 -3034 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1| |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -4265 (|#1| |#1| (-630 |#1|) |#1|)) (-15 -4142 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -4072 ((-630 |#1|) |#1|))) (-310)) (T -309))
+((-2504 (*1 *2 *2) (-12 (-5 *2 (-115)) (-5 *1 (-309 *3)) (-4 *3 (-310)))) (-3106 (*1 *2 *3) (-12 (-5 *3 (-115)) (-5 *2 (-114)) (-5 *1 (-309 *4)) (-4 *4 (-310)))))
+(-10 -8 (-15 -1602 ((-114) |#1|)) (-15 -4367 ((-114) |#1|)) (-15 -4265 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-115) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| |#1|)))) (-15 -4265 (|#1| |#1| (-1209) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-1209) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-1 |#1| |#1|)))) (-15 -3716 ((-114) |#1| (-1209))) (-15 -3716 ((-114) |#1| |#1|)) (-15 -1793 (|#1| (-1 |#1| |#1|) (-630 |#1|))) (-15 -3199 (|#1| (-115) (-663 |#1|))) (-15 -3199 (|#1| (-115) |#1|)) (-15 -2820 ((-114) |#1| (-1209))) (-15 -2820 ((-114) |#1| (-115))) (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -2843 ((-663 (-115)) |#1|)) (-15 -2417 ((-663 (-630 |#1|)) |#1|)) (-15 -1448 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3886 ((-793) |#1|)) (-15 -2538 (|#1| |#1| |#1|)) (-15 -2538 (|#1| |#1|)) (-15 -3030 (|#1| (-663 |#1|))) (-15 -3030 (|#1| |#1|)) (-15 -4129 (|#1| (-663 |#1|))) (-15 -4129 (|#1| |#1|)) (-15 -3268 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -3268 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -3268 (|#1| |#1| (-305 |#1|))) (-15 -3034 (|#1| (-115) (-663 |#1|))) (-15 -3034 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1| |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -4265 (|#1| |#1| (-630 |#1|) |#1|)) (-15 -4142 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -4072 ((-630 |#1|) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2417 (((-663 (-630 $)) $) 42 T ELT)) (-3268 (($ $ (-305 $)) 54 T ELT) (($ $ (-663 (-305 $))) 53 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 52 T ELT)) (-4142 (((-3 (-630 $) "failed") $) 67 T ELT)) (-4072 (((-630 $) $) 68 T ELT)) (-3030 (($ $) 49 T ELT) (($ (-663 $)) 48 T ELT)) (-2843 (((-663 (-115)) $) 41 T ELT)) (-2504 (((-115) (-115)) 40 T ELT)) (-1602 (((-114) $) 20 (|has| $ (-1070 (-560))) ELT)) (-4229 (((-1203 $) (-630 $)) 23 (|has| $ (-1081)) ELT)) (-1793 (($ (-1 $ $) (-630 $)) 34 T ELT)) (-1448 (((-3 (-630 $) "failed") $) 44 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2494 (((-663 (-630 $)) $) 43 T ELT)) (-3199 (($ (-115) $) 36 T ELT) (($ (-115) (-663 $)) 35 T ELT)) (-2820 (((-114) $ (-115)) 38 T ELT) (((-114) $ (-1209)) 37 T ELT)) (-3886 (((-793) $) 45 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3716 (((-114) $ $) 33 T ELT) (((-114) $ (-1209)) 32 T ELT)) (-4367 (((-114) $) 21 (|has| $ (-1070 (-560))) ELT)) (-4265 (($ $ (-630 $) $) 65 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 64 T ELT) (($ $ (-663 (-305 $))) 63 T ELT) (($ $ (-305 $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (-663 $) (-663 $)) 60 T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) 31 T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) 30 T ELT) (($ $ (-1209) (-1 $ (-663 $))) 29 T ELT) (($ $ (-1209) (-1 $ $)) 28 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 27 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) 26 T ELT) (($ $ (-115) (-1 $ (-663 $))) 25 T ELT) (($ $ (-115) (-1 $ $)) 24 T ELT)) (-3034 (($ (-115) $) 59 T ELT) (($ (-115) $ $) 58 T ELT) (($ (-115) $ $ $) 57 T ELT) (($ (-115) $ $ $ $) 56 T ELT) (($ (-115) (-663 $)) 55 T ELT)) (-2538 (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (-2771 (($ $) 22 (|has| $ (-1081)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-630 $)) 66 T ELT)) (-4129 (($ $) 51 T ELT) (($ (-663 $)) 50 T ELT)) (-3106 (((-114) (-115)) 39 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
(((-310) (-142)) (T -310))
-((-1495 (*1 *1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-1495 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-1495 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-1495 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-1495 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 *1)) (-4 *1 (-310)))) (-2943 (*1 *1 *1 *2) (-12 (-5 *2 (-305 *1)) (-4 *1 (-310)))) (-2943 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-305 *1))) (-4 *1 (-310)))) (-2943 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-630 *1))) (-5 *3 (-663 *1)) (-4 *1 (-310)))) (-3949 (*1 *1 *1) (-4 *1 (-310))) (-3949 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-310)))) (-1674 (*1 *1 *1) (-4 *1 (-310))) (-1674 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-310)))) (-3737 (*1 *1 *1) (-4 *1 (-310))) (-3737 (*1 *1 *1 *1) (-4 *1 (-310))) (-3547 (*1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-793)))) (-1707 (*1 *2 *1) (|partial| -12 (-5 *2 (-630 *1)) (-4 *1 (-310)))) (-3322 (*1 *2 *1) (-12 (-5 *2 (-663 (-630 *1))) (-4 *1 (-310)))) (-3227 (*1 *2 *1) (-12 (-5 *2 (-663 (-630 *1))) (-4 *1 (-310)))) (-2297 (*1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-663 (-115))))) (-3336 (*1 *2 *2) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-1881 (*1 *2 *3) (-12 (-4 *1 (-310)) (-5 *3 (-115)) (-5 *2 (-114)))) (-3880 (*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-115)) (-5 *2 (-114)))) (-3880 (*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-1208)) (-5 *2 (-114)))) (-4481 (*1 *1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-4481 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 *1)) (-4 *1 (-310)))) (-2067 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-630 *1)) (-4 *1 (-310)))) (-4228 (*1 *2 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-114)))) (-4228 (*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-1208)) (-5 *2 (-114)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-663 (-1 *1 *1))) (-4 *1 (-310)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-663 (-1 *1 (-663 *1)))) (-4 *1 (-310)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1 *1 (-663 *1))) (-4 *1 (-310)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1 *1 *1)) (-4 *1 (-310)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 (-1 *1 *1))) (-4 *1 (-310)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 (-1 *1 (-663 *1)))) (-4 *1 (-310)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 (-663 *1))) (-4 *1 (-310)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 *1)) (-4 *1 (-310)))) (-3869 (*1 *2 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-1080)) (-4 *1 (-310)) (-5 *2 (-1202 *1)))) (-2731 (*1 *1 *1) (-12 (-4 *1 (-1080)) (-4 *1 (-310)))) (-3196 (*1 *2 *1) (-12 (-4 *1 (-1069 (-560))) (-4 *1 (-310)) (-5 *2 (-114)))) (-3057 (*1 *2 *1) (-12 (-4 *1 (-1069 (-560))) (-4 *1 (-310)) (-5 *2 (-114)))))
-(-13 (-1132) (-1069 (-630 $)) (-528 (-630 $) $) (-321 $) (-10 -8 (-15 -1495 ($ (-115) $)) (-15 -1495 ($ (-115) $ $)) (-15 -1495 ($ (-115) $ $ $)) (-15 -1495 ($ (-115) $ $ $ $)) (-15 -1495 ($ (-115) (-663 $))) (-15 -2943 ($ $ (-305 $))) (-15 -2943 ($ $ (-663 (-305 $)))) (-15 -2943 ($ $ (-663 (-630 $)) (-663 $))) (-15 -3949 ($ $)) (-15 -3949 ($ (-663 $))) (-15 -1674 ($ $)) (-15 -1674 ($ (-663 $))) (-15 -3737 ($ $)) (-15 -3737 ($ $ $)) (-15 -3547 ((-793) $)) (-15 -1707 ((-3 (-630 $) "failed") $)) (-15 -3322 ((-663 (-630 $)) $)) (-15 -3227 ((-663 (-630 $)) $)) (-15 -2297 ((-663 (-115)) $)) (-15 -3336 ((-115) (-115))) (-15 -1881 ((-114) (-115))) (-15 -3880 ((-114) $ (-115))) (-15 -3880 ((-114) $ (-1208))) (-15 -4481 ($ (-115) $)) (-15 -4481 ($ (-115) (-663 $))) (-15 -2067 ($ (-1 $ $) (-630 $))) (-15 -4228 ((-114) $ $)) (-15 -4228 ((-114) $ (-1208))) (-15 -2799 ($ $ (-663 (-1208)) (-663 (-1 $ $)))) (-15 -2799 ($ $ (-663 (-1208)) (-663 (-1 $ (-663 $))))) (-15 -2799 ($ $ (-1208) (-1 $ (-663 $)))) (-15 -2799 ($ $ (-1208) (-1 $ $))) (-15 -2799 ($ $ (-663 (-115)) (-663 (-1 $ $)))) (-15 -2799 ($ $ (-663 (-115)) (-663 (-1 $ (-663 $))))) (-15 -2799 ($ $ (-115) (-1 $ (-663 $)))) (-15 -2799 ($ $ (-115) (-1 $ $))) (IF (|has| $ (-1080)) (PROGN (-15 -3869 ((-1202 $) (-630 $))) (-15 -2731 ($ $))) |%noBranch|) (IF (|has| $ (-1069 (-560))) (PROGN (-15 -3196 ((-114) $)) (-15 -3057 ((-114) $))) |%noBranch|)))
-(((-102) . T) ((-635 #0=(-630 $)) . T) ((-632 (-887)) . T) ((-321 $) . T) ((-528 (-630 $) $) . T) ((-528 $ $) . T) ((-1069 #0#) . T) ((-1132) . T) ((-1248) . T))
-((-2067 ((|#2| (-1 |#2| |#1|) (-1190) (-630 |#1|)) 18 T ELT)))
-(((-311 |#1| |#2|) (-10 -7 (-15 -2067 (|#2| (-1 |#2| |#1|) (-1190) (-630 |#1|)))) (-310) (-1248)) (T -311))
-((-2067 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1190)) (-5 *5 (-630 *6)) (-4 *6 (-310)) (-4 *2 (-1248)) (-5 *1 (-311 *6 *2)))))
-(-10 -7 (-15 -2067 (|#2| (-1 |#2| |#1|) (-1190) (-630 |#1|))))
-((-2067 ((|#2| (-1 |#2| |#1|) (-630 |#1|)) 17 T ELT)))
-(((-312 |#1| |#2|) (-10 -7 (-15 -2067 (|#2| (-1 |#2| |#1|) (-630 |#1|)))) (-310) (-310)) (T -312))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-630 *5)) (-4 *5 (-310)) (-4 *2 (-310)) (-5 *1 (-312 *5 *2)))))
-(-10 -7 (-15 -2067 (|#2| (-1 |#2| |#1|) (-630 |#1|))))
-((-3226 (((-1186 (-229)) (-326 (-229)) (-663 (-1208)) (-1120 (-864 (-229)))) 118 T ELT)) (-3927 (((-1186 (-229)) (-1298 (-326 (-229))) (-663 (-1208)) (-1120 (-864 (-229)))) 135 T ELT) (((-1186 (-229)) (-326 (-229)) (-663 (-1208)) (-1120 (-864 (-229)))) 72 T ELT)) (-2290 (((-663 (-1190)) (-1186 (-229))) NIL T ELT)) (-2350 (((-663 (-229)) (-326 (-229)) (-1208) (-1120 (-864 (-229)))) 69 T ELT)) (-3007 (((-663 (-229)) (-975 (-421 (-560))) (-1208) (-1120 (-864 (-229)))) 59 T ELT)) (-2892 (((-663 (-1190)) (-663 (-229))) NIL T ELT)) (-1605 (((-229) (-1120 (-864 (-229)))) 29 T ELT)) (-3397 (((-229) (-1120 (-864 (-229)))) 30 T ELT)) (-2865 (((-114) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 64 T ELT)) (-3921 (((-1190) (-229)) NIL T ELT)))
-(((-313) (-10 -7 (-15 -1605 ((-229) (-1120 (-864 (-229))))) (-15 -3397 ((-229) (-1120 (-864 (-229))))) (-15 -2865 ((-114) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2350 ((-663 (-229)) (-326 (-229)) (-1208) (-1120 (-864 (-229))))) (-15 -3226 ((-1186 (-229)) (-326 (-229)) (-663 (-1208)) (-1120 (-864 (-229))))) (-15 -3927 ((-1186 (-229)) (-326 (-229)) (-663 (-1208)) (-1120 (-864 (-229))))) (-15 -3927 ((-1186 (-229)) (-1298 (-326 (-229))) (-663 (-1208)) (-1120 (-864 (-229))))) (-15 -3007 ((-663 (-229)) (-975 (-421 (-560))) (-1208) (-1120 (-864 (-229))))) (-15 -3921 ((-1190) (-229))) (-15 -2892 ((-663 (-1190)) (-663 (-229)))) (-15 -2290 ((-663 (-1190)) (-1186 (-229)))))) (T -313))
-((-2290 (*1 *2 *3) (-12 (-5 *3 (-1186 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-313)))) (-2892 (*1 *2 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-313)))) (-3921 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1190)) (-5 *1 (-313)))) (-3007 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-975 (-421 (-560)))) (-5 *4 (-1208)) (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-313)))) (-3927 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *4 (-663 (-1208))) (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-1186 (-229))) (-5 *1 (-313)))) (-3927 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-663 (-1208))) (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-1186 (-229))) (-5 *1 (-313)))) (-3226 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-663 (-1208))) (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-1186 (-229))) (-5 *1 (-313)))) (-2350 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-1208)) (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-313)))) (-2865 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-114)) (-5 *1 (-313)))) (-3397 (*1 *2 *3) (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-313)))) (-1605 (*1 *2 *3) (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-313)))))
-(-10 -7 (-15 -1605 ((-229) (-1120 (-864 (-229))))) (-15 -3397 ((-229) (-1120 (-864 (-229))))) (-15 -2865 ((-114) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2350 ((-663 (-229)) (-326 (-229)) (-1208) (-1120 (-864 (-229))))) (-15 -3226 ((-1186 (-229)) (-326 (-229)) (-663 (-1208)) (-1120 (-864 (-229))))) (-15 -3927 ((-1186 (-229)) (-326 (-229)) (-663 (-1208)) (-1120 (-864 (-229))))) (-15 -3927 ((-1186 (-229)) (-1298 (-326 (-229))) (-663 (-1208)) (-1120 (-864 (-229))))) (-15 -3007 ((-663 (-229)) (-975 (-421 (-560))) (-1208) (-1120 (-864 (-229))))) (-15 -3921 ((-1190) (-229))) (-15 -2892 ((-663 (-1190)) (-663 (-229)))) (-15 -2290 ((-663 (-1190)) (-1186 (-229)))))
-((-1434 (((-114) (-229)) 12 T ELT)))
-(((-314 |#1| |#2|) (-10 -7 (-15 -1434 ((-114) (-229)))) (-229) (-229)) (T -314))
-((-1434 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-114)) (-5 *1 (-314 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-10 -7 (-15 -1434 ((-114) (-229))))
-((-1653 (((-1298 (-326 (-391))) (-1298 (-326 (-229)))) 110 T ELT)) (-4326 (((-1120 (-864 (-229))) (-1120 (-864 (-391)))) 43 T ELT)) (-2290 (((-663 (-1190)) (-1186 (-229))) 92 T ELT)) (-2543 (((-326 (-391)) (-975 (-229))) 53 T ELT)) (-1747 (((-229) (-975 (-229))) 49 T ELT)) (-3422 (((-1190) (-391)) 195 T ELT)) (-1354 (((-864 (-229)) (-864 (-391))) 37 T ELT)) (-2720 (((-2 (|:| |additions| (-560)) (|:| |multiplications| (-560)) (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560))) (-1298 (-326 (-229)))) 165 T ELT)) (-1454 (((-1066) (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066)))) 207 T ELT) (((-1066) (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))))) 205 T ELT)) (-1469 (((-711 (-229)) (-663 (-229)) (-793)) 19 T ELT)) (-3382 (((-1298 (-721)) (-663 (-229))) 99 T ELT)) (-2892 (((-663 (-1190)) (-663 (-229))) 79 T ELT)) (-3484 (((-3 (-326 (-229)) "failed") (-326 (-229))) 128 T ELT)) (-1434 (((-114) (-229) (-1120 (-864 (-229)))) 117 T ELT)) (-3075 (((-1066) (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))) 224 T ELT)) (-1605 (((-229) (-1120 (-864 (-229)))) 112 T ELT)) (-3397 (((-229) (-1120 (-864 (-229)))) 113 T ELT)) (-2041 (((-229) (-421 (-560))) 31 T ELT)) (-1644 (((-1190) (-391)) 77 T ELT)) (-1583 (((-229) (-391)) 22 T ELT)) (-3939 (((-391) (-1298 (-326 (-229)))) 177 T ELT)) (-3295 (((-326 (-229)) (-326 (-391))) 28 T ELT)) (-1827 (((-421 (-560)) (-326 (-229))) 56 T ELT)) (-1995 (((-326 (-421 (-560))) (-326 (-229))) 73 T ELT)) (-2190 (((-326 (-391)) (-326 (-229))) 103 T ELT)) (-3519 (((-229) (-326 (-229))) 57 T ELT)) (-4138 (((-663 (-229)) (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) 68 T ELT)) (-4270 (((-1120 (-864 (-229))) (-1120 (-864 (-229)))) 65 T ELT)) (-3921 (((-1190) (-229)) 76 T ELT)) (-2557 (((-721) (-229)) 95 T ELT)) (-2867 (((-421 (-560)) (-229)) 58 T ELT)) (-3830 (((-326 (-391)) (-229)) 52 T ELT)) (-4417 (((-663 (-1120 (-864 (-229)))) (-663 (-1120 (-864 (-391))))) 46 T ELT)) (-4357 (((-1066) (-663 (-1066))) 191 T ELT) (((-1066) (-1066) (-1066)) 185 T ELT)) (-2037 (((-1066) (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) 221 T ELT)))
-(((-315) (-10 -7 (-15 -1583 ((-229) (-391))) (-15 -3295 ((-326 (-229)) (-326 (-391)))) (-15 -1354 ((-864 (-229)) (-864 (-391)))) (-15 -4326 ((-1120 (-864 (-229))) (-1120 (-864 (-391))))) (-15 -4417 ((-663 (-1120 (-864 (-229)))) (-663 (-1120 (-864 (-391)))))) (-15 -2867 ((-421 (-560)) (-229))) (-15 -1827 ((-421 (-560)) (-326 (-229)))) (-15 -3519 ((-229) (-326 (-229)))) (-15 -3484 ((-3 (-326 (-229)) "failed") (-326 (-229)))) (-15 -3939 ((-391) (-1298 (-326 (-229))))) (-15 -2720 ((-2 (|:| |additions| (-560)) (|:| |multiplications| (-560)) (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560))) (-1298 (-326 (-229))))) (-15 -1995 ((-326 (-421 (-560))) (-326 (-229)))) (-15 -4270 ((-1120 (-864 (-229))) (-1120 (-864 (-229))))) (-15 -4138 ((-663 (-229)) (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))) (-15 -2557 ((-721) (-229))) (-15 -3382 ((-1298 (-721)) (-663 (-229)))) (-15 -2190 ((-326 (-391)) (-326 (-229)))) (-15 -1653 ((-1298 (-326 (-391))) (-1298 (-326 (-229))))) (-15 -1434 ((-114) (-229) (-1120 (-864 (-229))))) (-15 -3921 ((-1190) (-229))) (-15 -1644 ((-1190) (-391))) (-15 -2892 ((-663 (-1190)) (-663 (-229)))) (-15 -2290 ((-663 (-1190)) (-1186 (-229)))) (-15 -1605 ((-229) (-1120 (-864 (-229))))) (-15 -3397 ((-229) (-1120 (-864 (-229))))) (-15 -4357 ((-1066) (-1066) (-1066))) (-15 -4357 ((-1066) (-663 (-1066)))) (-15 -3422 ((-1190) (-391))) (-15 -1454 ((-1066) (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))))) (-15 -1454 ((-1066) (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))))) (-15 -2037 ((-1066) (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 -3075 ((-1066) (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))) (-15 -2543 ((-326 (-391)) (-975 (-229)))) (-15 -1747 ((-229) (-975 (-229)))) (-15 -3830 ((-326 (-391)) (-229))) (-15 -2041 ((-229) (-421 (-560)))) (-15 -1469 ((-711 (-229)) (-663 (-229)) (-793))))) (T -315))
-((-1469 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-229))) (-5 *4 (-793)) (-5 *2 (-711 (-229))) (-5 *1 (-315)))) (-2041 (*1 *2 *3) (-12 (-5 *3 (-421 (-560))) (-5 *2 (-229)) (-5 *1 (-315)))) (-3830 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-326 (-391))) (-5 *1 (-315)))) (-1747 (*1 *2 *3) (-12 (-5 *3 (-975 (-229))) (-5 *2 (-229)) (-5 *1 (-315)))) (-2543 (*1 *2 *3) (-12 (-5 *3 (-975 (-229))) (-5 *2 (-326 (-391))) (-5 *1 (-315)))) (-3075 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))) (-5 *2 (-1066)) (-5 *1 (-315)))) (-2037 (*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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 (-1066)) (-5 *1 (-315)))) (-1454 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066)))) (-5 *2 (-1066)) (-5 *1 (-315)))) (-1454 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))))) (-5 *2 (-1066)) (-5 *1 (-315)))) (-3422 (*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1190)) (-5 *1 (-315)))) (-4357 (*1 *2 *3) (-12 (-5 *3 (-663 (-1066))) (-5 *2 (-1066)) (-5 *1 (-315)))) (-4357 (*1 *2 *2 *2) (-12 (-5 *2 (-1066)) (-5 *1 (-315)))) (-3397 (*1 *2 *3) (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-315)))) (-1605 (*1 *2 *3) (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-315)))) (-2290 (*1 *2 *3) (-12 (-5 *3 (-1186 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-315)))) (-2892 (*1 *2 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-315)))) (-1644 (*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1190)) (-5 *1 (-315)))) (-3921 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1190)) (-5 *1 (-315)))) (-1434 (*1 *2 *3 *4) (-12 (-5 *4 (-1120 (-864 (-229)))) (-5 *3 (-229)) (-5 *2 (-114)) (-5 *1 (-315)))) (-1653 (*1 *2 *3) (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *2 (-1298 (-326 (-391)))) (-5 *1 (-315)))) (-2190 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-326 (-391))) (-5 *1 (-315)))) (-3382 (*1 *2 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1298 (-721))) (-5 *1 (-315)))) (-2557 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-721)) (-5 *1 (-315)))) (-4138 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-5 *2 (-663 (-229))) (-5 *1 (-315)))) (-4270 (*1 *2 *2) (-12 (-5 *2 (-1120 (-864 (-229)))) (-5 *1 (-315)))) (-1995 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-326 (-421 (-560)))) (-5 *1 (-315)))) (-2720 (*1 *2 *3) (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *2 (-2 (|:| |additions| (-560)) (|:| |multiplications| (-560)) (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560)))) (-5 *1 (-315)))) (-3939 (*1 *2 *3) (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *2 (-391)) (-5 *1 (-315)))) (-3484 (*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-229))) (-5 *1 (-315)))) (-3519 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-229)) (-5 *1 (-315)))) (-1827 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-421 (-560))) (-5 *1 (-315)))) (-2867 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-421 (-560))) (-5 *1 (-315)))) (-4417 (*1 *2 *3) (-12 (-5 *3 (-663 (-1120 (-864 (-391))))) (-5 *2 (-663 (-1120 (-864 (-229))))) (-5 *1 (-315)))) (-4326 (*1 *2 *3) (-12 (-5 *3 (-1120 (-864 (-391)))) (-5 *2 (-1120 (-864 (-229)))) (-5 *1 (-315)))) (-1354 (*1 *2 *3) (-12 (-5 *3 (-864 (-391))) (-5 *2 (-864 (-229))) (-5 *1 (-315)))) (-3295 (*1 *2 *3) (-12 (-5 *3 (-326 (-391))) (-5 *2 (-326 (-229))) (-5 *1 (-315)))) (-1583 (*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-229)) (-5 *1 (-315)))))
-(-10 -7 (-15 -1583 ((-229) (-391))) (-15 -3295 ((-326 (-229)) (-326 (-391)))) (-15 -1354 ((-864 (-229)) (-864 (-391)))) (-15 -4326 ((-1120 (-864 (-229))) (-1120 (-864 (-391))))) (-15 -4417 ((-663 (-1120 (-864 (-229)))) (-663 (-1120 (-864 (-391)))))) (-15 -2867 ((-421 (-560)) (-229))) (-15 -1827 ((-421 (-560)) (-326 (-229)))) (-15 -3519 ((-229) (-326 (-229)))) (-15 -3484 ((-3 (-326 (-229)) "failed") (-326 (-229)))) (-15 -3939 ((-391) (-1298 (-326 (-229))))) (-15 -2720 ((-2 (|:| |additions| (-560)) (|:| |multiplications| (-560)) (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560))) (-1298 (-326 (-229))))) (-15 -1995 ((-326 (-421 (-560))) (-326 (-229)))) (-15 -4270 ((-1120 (-864 (-229))) (-1120 (-864 (-229))))) (-15 -4138 ((-663 (-229)) (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))) (-15 -2557 ((-721) (-229))) (-15 -3382 ((-1298 (-721)) (-663 (-229)))) (-15 -2190 ((-326 (-391)) (-326 (-229)))) (-15 -1653 ((-1298 (-326 (-391))) (-1298 (-326 (-229))))) (-15 -1434 ((-114) (-229) (-1120 (-864 (-229))))) (-15 -3921 ((-1190) (-229))) (-15 -1644 ((-1190) (-391))) (-15 -2892 ((-663 (-1190)) (-663 (-229)))) (-15 -2290 ((-663 (-1190)) (-1186 (-229)))) (-15 -1605 ((-229) (-1120 (-864 (-229))))) (-15 -3397 ((-229) (-1120 (-864 (-229))))) (-15 -4357 ((-1066) (-1066) (-1066))) (-15 -4357 ((-1066) (-663 (-1066)))) (-15 -3422 ((-1190) (-391))) (-15 -1454 ((-1066) (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))))) (-15 -1454 ((-1066) (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))))) (-15 -2037 ((-1066) (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 -3075 ((-1066) (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))) (-15 -2543 ((-326 (-391)) (-975 (-229)))) (-15 -1747 ((-229) (-975 (-229)))) (-15 -3830 ((-326 (-391)) (-229))) (-15 -2041 ((-229) (-421 (-560)))) (-15 -1469 ((-711 (-229)) (-663 (-229)) (-793))))
-((-3774 (((-663 |#1|) (-663 |#1|)) 10 T ELT)))
-(((-316 |#1|) (-10 -7 (-15 -3774 ((-663 |#1|) (-663 |#1|)))) (-870)) (T -316))
-((-3774 (*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-870)) (-5 *1 (-316 *3)))))
-(-10 -7 (-15 -3774 ((-663 |#1|) (-663 |#1|))))
-((-2067 (((-711 |#2|) (-1 |#2| |#1|) (-711 |#1|)) 17 T ELT)))
-(((-317 |#1| |#2|) (-10 -7 (-15 -2067 ((-711 |#2|) (-1 |#2| |#1|) (-711 |#1|)))) (-1080) (-1080)) (T -317))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-711 *5)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-5 *2 (-711 *6)) (-5 *1 (-317 *5 *6)))))
-(-10 -7 (-15 -2067 ((-711 |#2|) (-1 |#2| |#1|) (-711 |#1|))))
-((-3988 (((-114) $ $) 14 T ELT)) (-2242 (($ $ $) 18 T ELT)) (-2254 (($ $ $) 17 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 50 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 69 T ELT)) (-2470 (($ $ $) 25 T ELT) (($ (-663 $)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 35 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 40 T ELT)) (-2283 (((-3 $ "failed") $ $) 21 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 56 T ELT)))
-(((-318 |#1|) (-10 -8 (-15 -2197 ((-3 (-663 |#1|) "failed") (-663 |#1|) |#1|)) (-15 -3353 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3353 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3178 |#1|)) |#1| |#1|)) (-15 -2242 (|#1| |#1| |#1|)) (-15 -2254 (|#1| |#1| |#1|)) (-15 -3988 ((-114) |#1| |#1|)) (-15 -1748 ((-713 (-663 |#1|)) (-663 |#1|) |#1|)) (-15 -3552 ((-2 (|:| -1398 (-663 |#1|)) (|:| -3178 |#1|)) (-663 |#1|))) (-15 -2470 (|#1| (-663 |#1|))) (-15 -2470 (|#1| |#1| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#1|))) (-319)) (T -318))
-NIL
-(-10 -8 (-15 -2197 ((-3 (-663 |#1|) "failed") (-663 |#1|) |#1|)) (-15 -3353 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3353 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3178 |#1|)) |#1| |#1|)) (-15 -2242 (|#1| |#1| |#1|)) (-15 -2254 (|#1| |#1| |#1|)) (-15 -3988 ((-114) |#1| |#1|)) (-15 -1748 ((-713 (-663 |#1|)) (-663 |#1|) |#1|)) (-15 -3552 ((-2 (|:| -1398 (-663 |#1|)) (|:| -3178 |#1|)) (-663 |#1|))) (-15 -2470 (|#1| (-663 |#1|))) (-15 -2470 (|#1| |#1| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-3366 (($) 22 T CONST)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((-3034 (*1 *1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-3034 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-3034 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-3034 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-3034 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 *1)) (-4 *1 (-310)))) (-3268 (*1 *1 *1 *2) (-12 (-5 *2 (-305 *1)) (-4 *1 (-310)))) (-3268 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-305 *1))) (-4 *1 (-310)))) (-3268 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-630 *1))) (-5 *3 (-663 *1)) (-4 *1 (-310)))) (-4129 (*1 *1 *1) (-4 *1 (-310))) (-4129 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-310)))) (-3030 (*1 *1 *1) (-4 *1 (-310))) (-3030 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-310)))) (-2538 (*1 *1 *1) (-4 *1 (-310))) (-2538 (*1 *1 *1 *1) (-4 *1 (-310))) (-3886 (*1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-793)))) (-1448 (*1 *2 *1) (|partial| -12 (-5 *2 (-630 *1)) (-4 *1 (-310)))) (-2494 (*1 *2 *1) (-12 (-5 *2 (-663 (-630 *1))) (-4 *1 (-310)))) (-2417 (*1 *2 *1) (-12 (-5 *2 (-663 (-630 *1))) (-4 *1 (-310)))) (-2843 (*1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-663 (-115))))) (-2504 (*1 *2 *2) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-3106 (*1 *2 *3) (-12 (-4 *1 (-310)) (-5 *3 (-115)) (-5 *2 (-114)))) (-2820 (*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-115)) (-5 *2 (-114)))) (-2820 (*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-1209)) (-5 *2 (-114)))) (-3199 (*1 *1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115)))) (-3199 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 *1)) (-4 *1 (-310)))) (-1793 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-630 *1)) (-4 *1 (-310)))) (-3716 (*1 *2 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-114)))) (-3716 (*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-1209)) (-5 *2 (-114)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-663 (-1 *1 *1))) (-4 *1 (-310)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-663 (-1 *1 (-663 *1)))) (-4 *1 (-310)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1 *1 (-663 *1))) (-4 *1 (-310)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1 *1 *1)) (-4 *1 (-310)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 (-1 *1 *1))) (-4 *1 (-310)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 (-1 *1 (-663 *1)))) (-4 *1 (-310)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 (-663 *1))) (-4 *1 (-310)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 *1)) (-4 *1 (-310)))) (-4229 (*1 *2 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-1081)) (-4 *1 (-310)) (-5 *2 (-1203 *1)))) (-2771 (*1 *1 *1) (-12 (-4 *1 (-1081)) (-4 *1 (-310)))) (-4367 (*1 *2 *1) (-12 (-4 *1 (-1070 (-560))) (-4 *1 (-310)) (-5 *2 (-114)))) (-1602 (*1 *2 *1) (-12 (-4 *1 (-1070 (-560))) (-4 *1 (-310)) (-5 *2 (-114)))))
+(-13 (-1133) (-1070 (-630 $)) (-528 (-630 $) $) (-321 $) (-10 -8 (-15 -3034 ($ (-115) $)) (-15 -3034 ($ (-115) $ $)) (-15 -3034 ($ (-115) $ $ $)) (-15 -3034 ($ (-115) $ $ $ $)) (-15 -3034 ($ (-115) (-663 $))) (-15 -3268 ($ $ (-305 $))) (-15 -3268 ($ $ (-663 (-305 $)))) (-15 -3268 ($ $ (-663 (-630 $)) (-663 $))) (-15 -4129 ($ $)) (-15 -4129 ($ (-663 $))) (-15 -3030 ($ $)) (-15 -3030 ($ (-663 $))) (-15 -2538 ($ $)) (-15 -2538 ($ $ $)) (-15 -3886 ((-793) $)) (-15 -1448 ((-3 (-630 $) "failed") $)) (-15 -2494 ((-663 (-630 $)) $)) (-15 -2417 ((-663 (-630 $)) $)) (-15 -2843 ((-663 (-115)) $)) (-15 -2504 ((-115) (-115))) (-15 -3106 ((-114) (-115))) (-15 -2820 ((-114) $ (-115))) (-15 -2820 ((-114) $ (-1209))) (-15 -3199 ($ (-115) $)) (-15 -3199 ($ (-115) (-663 $))) (-15 -1793 ($ (-1 $ $) (-630 $))) (-15 -3716 ((-114) $ $)) (-15 -3716 ((-114) $ (-1209))) (-15 -4265 ($ $ (-663 (-1209)) (-663 (-1 $ $)))) (-15 -4265 ($ $ (-663 (-1209)) (-663 (-1 $ (-663 $))))) (-15 -4265 ($ $ (-1209) (-1 $ (-663 $)))) (-15 -4265 ($ $ (-1209) (-1 $ $))) (-15 -4265 ($ $ (-663 (-115)) (-663 (-1 $ $)))) (-15 -4265 ($ $ (-663 (-115)) (-663 (-1 $ (-663 $))))) (-15 -4265 ($ $ (-115) (-1 $ (-663 $)))) (-15 -4265 ($ $ (-115) (-1 $ $))) (IF (|has| $ (-1081)) (PROGN (-15 -4229 ((-1203 $) (-630 $))) (-15 -2771 ($ $))) |%noBranch|) (IF (|has| $ (-1070 (-560))) (PROGN (-15 -4367 ((-114) $)) (-15 -1602 ((-114) $))) |%noBranch|)))
+(((-102) . T) ((-635 #0=(-630 $)) . T) ((-632 (-888)) . T) ((-321 $) . T) ((-528 (-630 $) $) . T) ((-528 $ $) . T) ((-1070 #0#) . T) ((-1133) . T) ((-1249) . T))
+((-1793 ((|#2| (-1 |#2| |#1|) (-1191) (-630 |#1|)) 18 T ELT)))
+(((-311 |#1| |#2|) (-10 -7 (-15 -1793 (|#2| (-1 |#2| |#1|) (-1191) (-630 |#1|)))) (-310) (-1249)) (T -311))
+((-1793 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1191)) (-5 *5 (-630 *6)) (-4 *6 (-310)) (-4 *2 (-1249)) (-5 *1 (-311 *6 *2)))))
+(-10 -7 (-15 -1793 (|#2| (-1 |#2| |#1|) (-1191) (-630 |#1|))))
+((-1793 ((|#2| (-1 |#2| |#1|) (-630 |#1|)) 17 T ELT)))
+(((-312 |#1| |#2|) (-10 -7 (-15 -1793 (|#2| (-1 |#2| |#1|) (-630 |#1|)))) (-310) (-310)) (T -312))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-630 *5)) (-4 *5 (-310)) (-4 *2 (-310)) (-5 *1 (-312 *5 *2)))))
+(-10 -7 (-15 -1793 (|#2| (-1 |#2| |#1|) (-630 |#1|))))
+((-3853 (((-1187 (-229)) (-326 (-229)) (-663 (-1209)) (-1121 (-866 (-229)))) 118 T ELT)) (-2764 (((-1187 (-229)) (-1299 (-326 (-229))) (-663 (-1209)) (-1121 (-866 (-229)))) 135 T ELT) (((-1187 (-229)) (-326 (-229)) (-663 (-1209)) (-1121 (-866 (-229)))) 72 T ELT)) (-3526 (((-663 (-1191)) (-1187 (-229))) NIL T ELT)) (-3409 (((-663 (-229)) (-326 (-229)) (-1209) (-1121 (-866 (-229)))) 69 T ELT)) (-1835 (((-663 (-229)) (-976 (-421 (-560))) (-1209) (-1121 (-866 (-229)))) 59 T ELT)) (-3677 (((-663 (-1191)) (-663 (-229))) NIL T ELT)) (-2226 (((-229) (-1121 (-866 (-229)))) 29 T ELT)) (-2224 (((-229) (-1121 (-866 (-229)))) 30 T ELT)) (-2420 (((-114) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 64 T ELT)) (-3334 (((-1191) (-229)) NIL T ELT)))
+(((-313) (-10 -7 (-15 -2226 ((-229) (-1121 (-866 (-229))))) (-15 -2224 ((-229) (-1121 (-866 (-229))))) (-15 -2420 ((-114) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3409 ((-663 (-229)) (-326 (-229)) (-1209) (-1121 (-866 (-229))))) (-15 -3853 ((-1187 (-229)) (-326 (-229)) (-663 (-1209)) (-1121 (-866 (-229))))) (-15 -2764 ((-1187 (-229)) (-326 (-229)) (-663 (-1209)) (-1121 (-866 (-229))))) (-15 -2764 ((-1187 (-229)) (-1299 (-326 (-229))) (-663 (-1209)) (-1121 (-866 (-229))))) (-15 -1835 ((-663 (-229)) (-976 (-421 (-560))) (-1209) (-1121 (-866 (-229))))) (-15 -3334 ((-1191) (-229))) (-15 -3677 ((-663 (-1191)) (-663 (-229)))) (-15 -3526 ((-663 (-1191)) (-1187 (-229)))))) (T -313))
+((-3526 (*1 *2 *3) (-12 (-5 *3 (-1187 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-313)))) (-3677 (*1 *2 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-313)))) (-3334 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1191)) (-5 *1 (-313)))) (-1835 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-976 (-421 (-560)))) (-5 *4 (-1209)) (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-313)))) (-2764 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *4 (-663 (-1209))) (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-1187 (-229))) (-5 *1 (-313)))) (-2764 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-663 (-1209))) (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-1187 (-229))) (-5 *1 (-313)))) (-3853 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-663 (-1209))) (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-1187 (-229))) (-5 *1 (-313)))) (-3409 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-229))) (-5 *4 (-1209)) (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-313)))) (-2420 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-114)) (-5 *1 (-313)))) (-2224 (*1 *2 *3) (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-313)))) (-2226 (*1 *2 *3) (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-313)))))
+(-10 -7 (-15 -2226 ((-229) (-1121 (-866 (-229))))) (-15 -2224 ((-229) (-1121 (-866 (-229))))) (-15 -2420 ((-114) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3409 ((-663 (-229)) (-326 (-229)) (-1209) (-1121 (-866 (-229))))) (-15 -3853 ((-1187 (-229)) (-326 (-229)) (-663 (-1209)) (-1121 (-866 (-229))))) (-15 -2764 ((-1187 (-229)) (-326 (-229)) (-663 (-1209)) (-1121 (-866 (-229))))) (-15 -2764 ((-1187 (-229)) (-1299 (-326 (-229))) (-663 (-1209)) (-1121 (-866 (-229))))) (-15 -1835 ((-663 (-229)) (-976 (-421 (-560))) (-1209) (-1121 (-866 (-229))))) (-15 -3334 ((-1191) (-229))) (-15 -3677 ((-663 (-1191)) (-663 (-229)))) (-15 -3526 ((-663 (-1191)) (-1187 (-229)))))
+((-4371 (((-114) (-229)) 12 T ELT)))
+(((-314 |#1| |#2|) (-10 -7 (-15 -4371 ((-114) (-229)))) (-229) (-229)) (T -314))
+((-4371 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-114)) (-5 *1 (-314 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-10 -7 (-15 -4371 ((-114) (-229))))
+((-1655 (((-1299 (-326 (-391))) (-1299 (-326 (-229)))) 110 T ELT)) (-3972 (((-1121 (-866 (-229))) (-1121 (-866 (-391)))) 43 T ELT)) (-3526 (((-663 (-1191)) (-1187 (-229))) 92 T ELT)) (-1787 (((-326 (-391)) (-976 (-229))) 53 T ELT)) (-2491 (((-229) (-976 (-229))) 49 T ELT)) (-2043 (((-1191) (-391)) 195 T ELT)) (-3619 (((-866 (-229)) (-866 (-391))) 37 T ELT)) (-4130 (((-2 (|:| |additions| (-560)) (|:| |multiplications| (-560)) (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560))) (-1299 (-326 (-229)))) 165 T ELT)) (-2811 (((-1067) (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067)))) 207 T ELT) (((-1067) (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))))) 205 T ELT)) (-1806 (((-711 (-229)) (-663 (-229)) (-793)) 19 T ELT)) (-3517 (((-1299 (-721)) (-663 (-229))) 99 T ELT)) (-3677 (((-663 (-1191)) (-663 (-229))) 79 T ELT)) (-3832 (((-3 (-326 (-229)) "failed") (-326 (-229))) 128 T ELT)) (-4371 (((-114) (-229) (-1121 (-866 (-229)))) 117 T ELT)) (-2873 (((-1067) (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))) 224 T ELT)) (-2226 (((-229) (-1121 (-866 (-229)))) 112 T ELT)) (-2224 (((-229) (-1121 (-866 (-229)))) 113 T ELT)) (-2964 (((-229) (-421 (-560))) 31 T ELT)) (-1957 (((-1191) (-391)) 77 T ELT)) (-2848 (((-229) (-391)) 22 T ELT)) (-1369 (((-391) (-1299 (-326 (-229)))) 177 T ELT)) (-2535 (((-326 (-229)) (-326 (-391))) 28 T ELT)) (-2559 (((-421 (-560)) (-326 (-229))) 56 T ELT)) (-1629 (((-326 (-421 (-560))) (-326 (-229))) 73 T ELT)) (-1920 (((-326 (-391)) (-326 (-229))) 103 T ELT)) (-2336 (((-229) (-326 (-229))) 57 T ELT)) (-3692 (((-663 (-229)) (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) 68 T ELT)) (-2087 (((-1121 (-866 (-229))) (-1121 (-866 (-229)))) 65 T ELT)) (-3334 (((-1191) (-229)) 76 T ELT)) (-2328 (((-721) (-229)) 95 T ELT)) (-2650 (((-421 (-560)) (-229)) 58 T ELT)) (-3391 (((-326 (-391)) (-229)) 52 T ELT)) (-1830 (((-663 (-1121 (-866 (-229)))) (-663 (-1121 (-866 (-391))))) 46 T ELT)) (-2465 (((-1067) (-663 (-1067))) 191 T ELT) (((-1067) (-1067) (-1067)) 185 T ELT)) (-3724 (((-1067) (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) 221 T ELT)))
+(((-315) (-10 -7 (-15 -2848 ((-229) (-391))) (-15 -2535 ((-326 (-229)) (-326 (-391)))) (-15 -3619 ((-866 (-229)) (-866 (-391)))) (-15 -3972 ((-1121 (-866 (-229))) (-1121 (-866 (-391))))) (-15 -1830 ((-663 (-1121 (-866 (-229)))) (-663 (-1121 (-866 (-391)))))) (-15 -2650 ((-421 (-560)) (-229))) (-15 -2559 ((-421 (-560)) (-326 (-229)))) (-15 -2336 ((-229) (-326 (-229)))) (-15 -3832 ((-3 (-326 (-229)) "failed") (-326 (-229)))) (-15 -1369 ((-391) (-1299 (-326 (-229))))) (-15 -4130 ((-2 (|:| |additions| (-560)) (|:| |multiplications| (-560)) (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560))) (-1299 (-326 (-229))))) (-15 -1629 ((-326 (-421 (-560))) (-326 (-229)))) (-15 -2087 ((-1121 (-866 (-229))) (-1121 (-866 (-229))))) (-15 -3692 ((-663 (-229)) (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))) (-15 -2328 ((-721) (-229))) (-15 -3517 ((-1299 (-721)) (-663 (-229)))) (-15 -1920 ((-326 (-391)) (-326 (-229)))) (-15 -1655 ((-1299 (-326 (-391))) (-1299 (-326 (-229))))) (-15 -4371 ((-114) (-229) (-1121 (-866 (-229))))) (-15 -3334 ((-1191) (-229))) (-15 -1957 ((-1191) (-391))) (-15 -3677 ((-663 (-1191)) (-663 (-229)))) (-15 -3526 ((-663 (-1191)) (-1187 (-229)))) (-15 -2226 ((-229) (-1121 (-866 (-229))))) (-15 -2224 ((-229) (-1121 (-866 (-229))))) (-15 -2465 ((-1067) (-1067) (-1067))) (-15 -2465 ((-1067) (-663 (-1067)))) (-15 -2043 ((-1191) (-391))) (-15 -2811 ((-1067) (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))))) (-15 -2811 ((-1067) (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))))) (-15 -3724 ((-1067) (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 -2873 ((-1067) (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))) (-15 -1787 ((-326 (-391)) (-976 (-229)))) (-15 -2491 ((-229) (-976 (-229)))) (-15 -3391 ((-326 (-391)) (-229))) (-15 -2964 ((-229) (-421 (-560)))) (-15 -1806 ((-711 (-229)) (-663 (-229)) (-793))))) (T -315))
+((-1806 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-229))) (-5 *4 (-793)) (-5 *2 (-711 (-229))) (-5 *1 (-315)))) (-2964 (*1 *2 *3) (-12 (-5 *3 (-421 (-560))) (-5 *2 (-229)) (-5 *1 (-315)))) (-3391 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-326 (-391))) (-5 *1 (-315)))) (-2491 (*1 *2 *3) (-12 (-5 *3 (-976 (-229))) (-5 *2 (-229)) (-5 *1 (-315)))) (-1787 (*1 *2 *3) (-12 (-5 *3 (-976 (-229))) (-5 *2 (-326 (-391))) (-5 *1 (-315)))) (-2873 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))) (-5 *2 (-1067)) (-5 *1 (-315)))) (-3724 (*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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 (-1067)) (-5 *1 (-315)))) (-2811 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067)))) (-5 *2 (-1067)) (-5 *1 (-315)))) (-2811 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))))) (-5 *2 (-1067)) (-5 *1 (-315)))) (-2043 (*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1191)) (-5 *1 (-315)))) (-2465 (*1 *2 *3) (-12 (-5 *3 (-663 (-1067))) (-5 *2 (-1067)) (-5 *1 (-315)))) (-2465 (*1 *2 *2 *2) (-12 (-5 *2 (-1067)) (-5 *1 (-315)))) (-2224 (*1 *2 *3) (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-315)))) (-2226 (*1 *2 *3) (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-315)))) (-3526 (*1 *2 *3) (-12 (-5 *3 (-1187 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-315)))) (-3677 (*1 *2 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-315)))) (-1957 (*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1191)) (-5 *1 (-315)))) (-3334 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1191)) (-5 *1 (-315)))) (-4371 (*1 *2 *3 *4) (-12 (-5 *4 (-1121 (-866 (-229)))) (-5 *3 (-229)) (-5 *2 (-114)) (-5 *1 (-315)))) (-1655 (*1 *2 *3) (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *2 (-1299 (-326 (-391)))) (-5 *1 (-315)))) (-1920 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-326 (-391))) (-5 *1 (-315)))) (-3517 (*1 *2 *3) (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1299 (-721))) (-5 *1 (-315)))) (-2328 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-721)) (-5 *1 (-315)))) (-3692 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-5 *2 (-663 (-229))) (-5 *1 (-315)))) (-2087 (*1 *2 *2) (-12 (-5 *2 (-1121 (-866 (-229)))) (-5 *1 (-315)))) (-1629 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-326 (-421 (-560)))) (-5 *1 (-315)))) (-4130 (*1 *2 *3) (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *2 (-2 (|:| |additions| (-560)) (|:| |multiplications| (-560)) (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560)))) (-5 *1 (-315)))) (-1369 (*1 *2 *3) (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *2 (-391)) (-5 *1 (-315)))) (-3832 (*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-229))) (-5 *1 (-315)))) (-2336 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-229)) (-5 *1 (-315)))) (-2559 (*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-421 (-560))) (-5 *1 (-315)))) (-2650 (*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-421 (-560))) (-5 *1 (-315)))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-663 (-1121 (-866 (-391))))) (-5 *2 (-663 (-1121 (-866 (-229))))) (-5 *1 (-315)))) (-3972 (*1 *2 *3) (-12 (-5 *3 (-1121 (-866 (-391)))) (-5 *2 (-1121 (-866 (-229)))) (-5 *1 (-315)))) (-3619 (*1 *2 *3) (-12 (-5 *3 (-866 (-391))) (-5 *2 (-866 (-229))) (-5 *1 (-315)))) (-2535 (*1 *2 *3) (-12 (-5 *3 (-326 (-391))) (-5 *2 (-326 (-229))) (-5 *1 (-315)))) (-2848 (*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-229)) (-5 *1 (-315)))))
+(-10 -7 (-15 -2848 ((-229) (-391))) (-15 -2535 ((-326 (-229)) (-326 (-391)))) (-15 -3619 ((-866 (-229)) (-866 (-391)))) (-15 -3972 ((-1121 (-866 (-229))) (-1121 (-866 (-391))))) (-15 -1830 ((-663 (-1121 (-866 (-229)))) (-663 (-1121 (-866 (-391)))))) (-15 -2650 ((-421 (-560)) (-229))) (-15 -2559 ((-421 (-560)) (-326 (-229)))) (-15 -2336 ((-229) (-326 (-229)))) (-15 -3832 ((-3 (-326 (-229)) "failed") (-326 (-229)))) (-15 -1369 ((-391) (-1299 (-326 (-229))))) (-15 -4130 ((-2 (|:| |additions| (-560)) (|:| |multiplications| (-560)) (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560))) (-1299 (-326 (-229))))) (-15 -1629 ((-326 (-421 (-560))) (-326 (-229)))) (-15 -2087 ((-1121 (-866 (-229))) (-1121 (-866 (-229))))) (-15 -3692 ((-663 (-229)) (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))) (-15 -2328 ((-721) (-229))) (-15 -3517 ((-1299 (-721)) (-663 (-229)))) (-15 -1920 ((-326 (-391)) (-326 (-229)))) (-15 -1655 ((-1299 (-326 (-391))) (-1299 (-326 (-229))))) (-15 -4371 ((-114) (-229) (-1121 (-866 (-229))))) (-15 -3334 ((-1191) (-229))) (-15 -1957 ((-1191) (-391))) (-15 -3677 ((-663 (-1191)) (-663 (-229)))) (-15 -3526 ((-663 (-1191)) (-1187 (-229)))) (-15 -2226 ((-229) (-1121 (-866 (-229))))) (-15 -2224 ((-229) (-1121 (-866 (-229))))) (-15 -2465 ((-1067) (-1067) (-1067))) (-15 -2465 ((-1067) (-663 (-1067)))) (-15 -2043 ((-1191) (-391))) (-15 -2811 ((-1067) (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))))) (-15 -2811 ((-1067) (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))))) (-15 -3724 ((-1067) (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 -2873 ((-1067) (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))) (-15 -1787 ((-326 (-391)) (-976 (-229)))) (-15 -2491 ((-229) (-976 (-229)))) (-15 -3391 ((-326 (-391)) (-229))) (-15 -2964 ((-229) (-421 (-560)))) (-15 -1806 ((-711 (-229)) (-663 (-229)) (-793))))
+((-3929 (((-663 |#1|) (-663 |#1|)) 10 T ELT)))
+(((-316 |#1|) (-10 -7 (-15 -3929 ((-663 |#1|) (-663 |#1|)))) (-871)) (T -316))
+((-3929 (*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-316 *3)))))
+(-10 -7 (-15 -3929 ((-663 |#1|) (-663 |#1|))))
+((-1793 (((-711 |#2|) (-1 |#2| |#1|) (-711 |#1|)) 17 T ELT)))
+(((-317 |#1| |#2|) (-10 -7 (-15 -1793 ((-711 |#2|) (-1 |#2| |#1|) (-711 |#1|)))) (-1081) (-1081)) (T -317))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-711 *5)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-5 *2 (-711 *6)) (-5 *1 (-317 *5 *6)))))
+(-10 -7 (-15 -1793 ((-711 |#2|) (-1 |#2| |#1|) (-711 |#1|))))
+((-3255 (((-114) $ $) 14 T ELT)) (-3752 (($ $ $) 18 T ELT)) (-3763 (($ $ $) 17 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 50 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 69 T ELT)) (-3128 (($ $ $) 25 T ELT) (($ (-663 $)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 35 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 40 T ELT)) (-3795 (((-3 $ "failed") $ $) 21 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 56 T ELT)))
+(((-318 |#1|) (-10 -8 (-15 -3323 ((-3 (-663 |#1|) "failed") (-663 |#1|) |#1|)) (-15 -2984 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -2984 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3505 |#1|)) |#1| |#1|)) (-15 -3752 (|#1| |#1| |#1|)) (-15 -3763 (|#1| |#1| |#1|)) (-15 -3255 ((-114) |#1| |#1|)) (-15 -4461 ((-713 (-663 |#1|)) (-663 |#1|) |#1|)) (-15 -4016 ((-2 (|:| -3265 (-663 |#1|)) (|:| -3505 |#1|)) (-663 |#1|))) (-15 -3128 (|#1| (-663 |#1|))) (-15 -3128 (|#1| |#1| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#1|))) (-319)) (T -318))
+NIL
+(-10 -8 (-15 -3323 ((-3 (-663 |#1|) "failed") (-663 |#1|) |#1|)) (-15 -2984 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -2984 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3505 |#1|)) |#1| |#1|)) (-15 -3752 (|#1| |#1| |#1|)) (-15 -3763 (|#1| |#1| |#1|)) (-15 -3255 ((-114) |#1| |#1|)) (-15 -4461 ((-713 (-663 |#1|)) (-663 |#1|) |#1|)) (-15 -4016 ((-2 (|:| -3265 (-663 |#1|)) (|:| -3505 |#1|)) (-663 |#1|))) (-15 -3128 (|#1| (-663 |#1|))) (-15 -3128 (|#1| |#1| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-4489 (($) 22 T CONST)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-319) (-142)) (T -319))
-((-3988 (*1 *2 *1 *1) (-12 (-4 *1 (-319)) (-5 *2 (-114)))) (-3320 (*1 *2 *1) (-12 (-4 *1 (-319)) (-5 *2 (-793)))) (-3095 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-319)))) (-2254 (*1 *1 *1 *1) (-4 *1 (-319))) (-2242 (*1 *1 *1 *1) (-4 *1 (-319))) (-3353 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3178 *1))) (-4 *1 (-319)))) (-3353 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-319)))) (-2197 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-663 *1)) (-4 *1 (-319)))))
-(-13 (-950) (-10 -8 (-15 -3988 ((-114) $ $)) (-15 -3320 ((-793) $)) (-15 -3095 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -2254 ($ $ $)) (-15 -2242 ($ $ $)) (-15 -3353 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $)) (-15 -3353 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -2197 ((-3 (-663 $) "failed") (-663 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-950) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2799 (($ $ (-663 |#2|) (-663 |#2|)) 14 T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-305 |#2|)) 11 T ELT) (($ $ (-663 (-305 |#2|))) NIL T ELT)))
-(((-320 |#1| |#2|) (-10 -8 (-15 -2799 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -2799 (|#1| |#1| (-305 |#2|))) (-15 -2799 (|#1| |#1| |#2| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#2|) (-663 |#2|)))) (-321 |#2|) (-1132)) (T -320))
-NIL
-(-10 -8 (-15 -2799 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -2799 (|#1| |#1| (-305 |#2|))) (-15 -2799 (|#1| |#1| |#2| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#2|) (-663 |#2|))))
-((-2799 (($ $ (-663 |#1|) (-663 |#1|)) 7 T ELT) (($ $ |#1| |#1|) 6 T ELT) (($ $ (-305 |#1|)) 13 T ELT) (($ $ (-663 (-305 |#1|))) 12 T ELT)))
-(((-321 |#1|) (-142) (-1132)) (T -321))
-((-2799 (*1 *1 *1 *2) (-12 (-5 *2 (-305 *3)) (-4 *1 (-321 *3)) (-4 *3 (-1132)))) (-2799 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-305 *3))) (-4 *1 (-321 *3)) (-4 *3 (-1132)))))
-(-13 (-528 |t#1| |t#1|) (-10 -8 (-15 -2799 ($ $ (-305 |t#1|))) (-15 -2799 ($ $ (-663 (-305 |t#1|))))))
+((-3255 (*1 *2 *1 *1) (-12 (-4 *1 (-319)) (-5 *2 (-114)))) (-3760 (*1 *2 *1) (-12 (-4 *1 (-319)) (-5 *2 (-793)))) (-2589 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-319)))) (-3763 (*1 *1 *1 *1) (-4 *1 (-319))) (-3752 (*1 *1 *1 *1) (-4 *1 (-319))) (-2984 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3505 *1))) (-4 *1 (-319)))) (-2984 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-319)))) (-3323 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-663 *1)) (-4 *1 (-319)))))
+(-13 (-951) (-10 -8 (-15 -3255 ((-114) $ $)) (-15 -3760 ((-793) $)) (-15 -2589 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -3763 ($ $ $)) (-15 -3752 ($ $ $)) (-15 -2984 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $)) (-15 -2984 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -3323 ((-3 (-663 $) "failed") (-663 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-951) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-4265 (($ $ (-663 |#2|) (-663 |#2|)) 14 T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-305 |#2|)) 11 T ELT) (($ $ (-663 (-305 |#2|))) NIL T ELT)))
+(((-320 |#1| |#2|) (-10 -8 (-15 -4265 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -4265 (|#1| |#1| (-305 |#2|))) (-15 -4265 (|#1| |#1| |#2| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#2|) (-663 |#2|)))) (-321 |#2|) (-1133)) (T -320))
+NIL
+(-10 -8 (-15 -4265 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -4265 (|#1| |#1| (-305 |#2|))) (-15 -4265 (|#1| |#1| |#2| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#2|) (-663 |#2|))))
+((-4265 (($ $ (-663 |#1|) (-663 |#1|)) 7 T ELT) (($ $ |#1| |#1|) 6 T ELT) (($ $ (-305 |#1|)) 13 T ELT) (($ $ (-663 (-305 |#1|))) 12 T ELT)))
+(((-321 |#1|) (-142) (-1133)) (T -321))
+((-4265 (*1 *1 *1 *2) (-12 (-5 *2 (-305 *3)) (-4 *1 (-321 *3)) (-4 *3 (-1133)))) (-4265 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-305 *3))) (-4 *1 (-321 *3)) (-4 *3 (-1133)))))
+(-13 (-528 |t#1| |t#1|) (-10 -8 (-15 -4265 ($ $ (-305 |t#1|))) (-15 -4265 ($ $ (-663 (-305 |t#1|))))))
(((-528 |#1| |#1|) . T))
-((-2799 ((|#1| (-1 |#1| (-560)) (-1210 (-421 (-560)))) 26 T ELT)))
-(((-322 |#1|) (-10 -7 (-15 -2799 (|#1| (-1 |#1| (-560)) (-1210 (-421 (-560)))))) (-38 (-421 (-560)))) (T -322))
-((-2799 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-560))) (-5 *4 (-1210 (-421 (-560)))) (-5 *1 (-322 *2)) (-4 *2 (-38 (-421 (-560)))))))
-(-10 -7 (-15 -2799 (|#1| (-1 |#1| (-560)) (-1210 (-421 (-560))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 7 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 9 T ELT)))
-(((-323) (-1132)) (T -323))
-NIL
-(-1132)
-((-2294 (((-114) $ $) NIL T ELT)) (-2931 (((-560) $) 12 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1569 (((-1166) $) 9 T ELT)) (-2539 (((-887) $) 19 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-324) (-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $)) (-15 -2931 ((-560) $))))) (T -324))
-((-1569 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-324)))) (-2931 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-324)))))
-(-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $)) (-15 -2931 ((-560) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 60 T ELT)) (-3431 (((-1285 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-1285 |#1| |#2| |#3| |#4|) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1069 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1069 (-560))) ELT) (((-3 (-1279 |#2| |#3| |#4|) "failed") $) 26 T ELT)) (-3056 (((-1285 |#1| |#2| |#3| |#4|) $) NIL T ELT) (((-1208) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1069 (-560))) ELT) (((-560) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1069 (-560))) ELT) (((-1279 |#2| |#3| |#4|) $) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-1285 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1298 (-1285 |#1| |#2| |#3| |#4|)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-1285 |#1| |#2| |#3| |#4|)) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-911 (-391))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 (((-1285 |#1| |#2| |#3| |#4|) $) 22 T ELT)) (-2024 (((-713 $) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-871)) ELT)) (-2067 (($ (-1 (-1285 |#1| |#2| |#3| |#4|) (-1285 |#1| |#2| |#3| |#4|)) $) NIL T ELT)) (-2675 (((-3 (-864 |#2|) "failed") $) 80 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-1285 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1298 (-1285 |#1| |#2| |#3| |#4|)))) (-1298 $) $) NIL T ELT) (((-711 (-1285 |#1| |#2| |#3| |#4|)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-319)) ELT)) (-1654 (((-1285 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 (-1285 |#1| |#2| |#3| |#4|)) (-663 (-1285 |#1| |#2| |#3| |#4|))) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-321 (-1285 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-1285 |#1| |#2| |#3| |#4|) (-1285 |#1| |#2| |#3| |#4|)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-321 (-1285 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-305 (-1285 |#1| |#2| |#3| |#4|))) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-321 (-1285 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-663 (-305 (-1285 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-321 (-1285 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-663 (-1208)) (-663 (-1285 |#1| |#2| |#3| |#4|))) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-528 (-1208) (-1285 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-1208) (-1285 |#1| |#2| |#3| |#4|)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-528 (-1208) (-1285 |#1| |#2| |#3| |#4|))) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ (-1285 |#1| |#2| |#3| |#4|)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-298 (-1285 |#1| |#2| |#3| |#4|) (-1285 |#1| |#2| |#3| |#4|))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 (-1285 |#1| |#2| |#3| |#4|) (-1285 |#1| |#2| |#3| |#4|))) NIL T ELT) (($ $ (-1 (-1285 |#1| |#2| |#3| |#4|) (-1285 |#1| |#2| |#3| |#4|)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-929 (-1208))) ELT) (($ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 (((-1285 |#1| |#2| |#3| |#4|) $) 19 T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1051)) ELT) (((-229) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1051)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-1285 |#1| |#2| |#3| |#4|) (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-1285 |#1| |#2| |#3| |#4|)) 30 T ELT) (($ (-1208)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-1069 (-1208))) ELT) (($ (-1279 |#2| |#3| |#4|)) 37 T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-1285 |#1| |#2| |#3| |#4|) (-939))) (|has| (-1285 |#1| |#2| |#3| |#4|) (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 (((-1285 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-559)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-842)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 (-1285 |#1| |#2| |#3| |#4|) (-1285 |#1| |#2| |#3| |#4|))) NIL T ELT) (($ $ (-1 (-1285 |#1| |#2| |#3| |#4|) (-1285 |#1| |#2| |#3| |#4|)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-929 (-1208))) ELT) (($ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-1285 |#1| |#2| |#3| |#4|) (-871)) ELT)) (-2436 (($ $ $) 35 T ELT) (($ (-1285 |#1| |#2| |#3| |#4|) (-1285 |#1| |#2| |#3| |#4|)) 32 T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-1285 |#1| |#2| |#3| |#4|) $) 31 T ELT) (($ $ (-1285 |#1| |#2| |#3| |#4|)) NIL T ELT)))
-(((-325 |#1| |#2| |#3| |#4|) (-13 (-1022 (-1285 |#1| |#2| |#3| |#4|)) (-1069 (-1279 |#2| |#3| |#4|)) (-10 -8 (-15 -2675 ((-3 (-864 |#2|) "failed") $)) (-15 -2539 ($ (-1279 |#2| |#3| |#4|))))) (-13 (-1069 (-560)) (-660 (-560)) (-466)) (-13 (-27) (-1234) (-435 |#1|)) (-1208) |#2|) (T -325))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1279 *4 *5 *6)) (-4 *4 (-13 (-27) (-1234) (-435 *3))) (-14 *5 (-1208)) (-14 *6 *4) (-4 *3 (-13 (-1069 (-560)) (-660 (-560)) (-466))) (-5 *1 (-325 *3 *4 *5 *6)))) (-2675 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1069 (-560)) (-660 (-560)) (-466))) (-5 *2 (-864 *4)) (-5 *1 (-325 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1234) (-435 *3))) (-14 *5 (-1208)) (-14 *6 *4))))
-(-13 (-1022 (-1285 |#1| |#2| |#3| |#4|)) (-1069 (-1279 |#2| |#3| |#4|)) (-10 -8 (-15 -2675 ((-3 (-864 |#2|) "failed") $)) (-15 -2539 ($ (-1279 |#2| |#3| |#4|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3226 (((-663 $) $ (-1208)) NIL (|has| |#1| (-571)) ELT) (((-663 $) $) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-1202 $) (-1208)) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-1202 $)) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-975 $)) NIL (|has| |#1| (-571)) ELT)) (-1990 (($ $ (-1208)) NIL (|has| |#1| (-571)) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-1202 $) (-1208)) NIL (|has| |#1| (-571)) ELT) (($ (-1202 $)) NIL (|has| |#1| (-571)) ELT) (($ (-975 $)) NIL (|has| |#1| (-571)) ELT)) (-3626 (((-114) $) 27 (-2191 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT)) (-3557 (((-663 (-1208)) $) 368 T ELT)) (-3349 (((-421 (-1202 $)) $ (-630 $)) NIL (|has| |#1| (-571)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3227 (((-663 (-630 $)) $) NIL T ELT)) (-3594 (($ $) 171 (|has| |#1| (-571)) ELT)) (-2725 (($ $) 147 (|has| |#1| (-571)) ELT)) (-3307 (($ $ (-1123 $)) 232 (|has| |#1| (-571)) ELT) (($ $ (-1208)) 228 (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL (-2191 (|has| |#1| (-21)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT)) (-2943 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) 386 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 430 T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 308 (-12 (|has| |#1| (-466)) (|has| |#1| (-571))) ELT)) (-2082 (($ $) NIL (|has| |#1| (-571)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-571)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2837 (($ $) 167 (|has| |#1| (-571)) ELT)) (-2700 (($ $) 143 (|has| |#1| (-571)) ELT)) (-2257 (($ $ (-560)) 73 (|has| |#1| (-571)) ELT)) (-3623 (($ $) 175 (|has| |#1| (-571)) ELT)) (-2749 (($ $) 151 (|has| |#1| (-571)) ELT)) (-3366 (($) NIL (-2191 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) (|has| |#1| (-1143))) CONST)) (-3635 (((-663 $) $ (-1208)) NIL (|has| |#1| (-571)) ELT) (((-663 $) $) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-1202 $) (-1208)) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-1202 $)) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-975 $)) NIL (|has| |#1| (-571)) ELT)) (-4361 (($ $ (-1208)) NIL (|has| |#1| (-571)) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-1202 $) (-1208)) 134 (|has| |#1| (-571)) ELT) (($ (-1202 $)) NIL (|has| |#1| (-571)) ELT) (($ (-975 $)) NIL (|has| |#1| (-571)) ELT)) (-1442 (((-3 (-630 $) "failed") $) 18 T ELT) (((-3 (-1208) "failed") $) NIL T ELT) (((-3 |#1| "failed") $) 441 T ELT) (((-3 (-48) "failed") $) 336 (-12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-975 |#1|)) "failed") $) NIL (|has| |#1| (-571)) ELT) (((-3 (-975 |#1|) "failed") $) NIL (|has| |#1| (-1080)) ELT) (((-3 (-421 (-560)) "failed") $) 46 (-2191 (-12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3056 (((-630 $) $) 12 T ELT) (((-1208) $) NIL T ELT) ((|#1| $) 421 T ELT) (((-48) $) NIL (-12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-975 |#1|)) $) NIL (|has| |#1| (-571)) ELT) (((-975 |#1|) $) NIL (|has| |#1| (-1080)) ELT) (((-421 (-560)) $) 319 (-2191 (-12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-2336 (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 125 (|has| |#1| (-1080)) ELT) (((-711 |#1|) (-711 $)) 115 (|has| |#1| (-1080)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ELT)) (-2108 (($ $) 96 (|has| |#1| (-571)) ELT)) (-4310 (((-3 $ "failed") $) NIL (|has| |#1| (-1143)) ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-4307 (($ $ (-1123 $)) 236 (|has| |#1| (-571)) ELT) (($ $ (-1208)) 234 (|has| |#1| (-571)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-571)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4467 (($ $ $) 202 (|has| |#1| (-571)) ELT)) (-4447 (($) 137 (|has| |#1| (-571)) ELT)) (-2503 (($ $ $) 222 (|has| |#1| (-571)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 392 (|has| |#1| (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 399 (|has| |#1| (-911 (-391))) ELT)) (-1674 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2297 (((-663 (-115)) $) NIL T ELT)) (-3336 (((-115) (-115)) 276 T ELT)) (-1871 (((-114) $) 25 (|has| |#1| (-1143)) ELT)) (-3057 (((-114) $) NIL (|has| $ (-1069 (-560))) ELT)) (-2159 (($ $) 72 (|has| |#1| (-1080)) ELT)) (-4420 (((-1156 |#1| (-630 $)) $) 91 (|has| |#1| (-1080)) ELT)) (-2379 (((-114) $) 62 (|has| |#1| (-571)) ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-571)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-571)) ELT)) (-3869 (((-1202 $) (-630 $)) 277 (|has| $ (-1080)) ELT)) (-2067 (($ (-1 $ $) (-630 $)) 426 T ELT)) (-1707 (((-3 (-630 $) "failed") $) NIL T ELT)) (-1842 (($ $) 141 (|has| |#1| (-571)) ELT)) (-1967 (($ $) 247 (|has| |#1| (-571)) ELT)) (-2207 (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL (|has| |#1| (-1080)) ELT) (((-711 |#1|) (-1298 $)) NIL (|has| |#1| (-1080)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ELT) (((-711 (-560)) (-1298 $)) NIL (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-571)) ELT) (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3322 (((-663 (-630 $)) $) 49 T ELT)) (-4481 (($ (-115) $) NIL T ELT) (($ (-115) (-663 $)) 431 T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL (|has| |#1| (-1143)) ELT)) (-1968 (((-3 (-2 (|:| |val| $) (|:| -3881 (-560))) "failed") $) NIL (|has| |#1| (-1080)) ELT)) (-3932 (((-3 (-663 $) "failed") $) 436 (|has| |#1| (-25)) ELT)) (-3474 (((-3 (-2 (|:| -1398 (-560)) (|:| |var| (-630 $))) "failed") $) 440 (|has| |#1| (-25)) ELT)) (-2429 (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $) NIL (|has| |#1| (-1143)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-115)) NIL (|has| |#1| (-1080)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-1208)) NIL (|has| |#1| (-1080)) ELT)) (-3880 (((-114) $ (-115)) NIL T ELT) (((-114) $ (-1208)) 51 T ELT)) (-2402 (($ $) NIL (-2191 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT)) (-2353 (($ $ (-1208)) 251 (|has| |#1| (-571)) ELT) (($ $ (-1123 $)) 253 (|has| |#1| (-571)) ELT)) (-3547 (((-793) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) 43 T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 301 (|has| |#1| (-571)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-571)) ELT) (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-4228 (((-114) $ $) NIL T ELT) (((-114) $ (-1208)) NIL T ELT)) (-2858 (($ $ (-1208)) 226 (|has| |#1| (-571)) ELT) (($ $) 224 (|has| |#1| (-571)) ELT)) (-1984 (($ $) 218 (|has| |#1| (-571)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 306 (-12 (|has| |#1| (-466)) (|has| |#1| (-571))) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-571)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-571)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-571)) ELT)) (-1920 (($ $) 139 (|has| |#1| (-571)) ELT)) (-3196 (((-114) $) NIL (|has| $ (-1069 (-560))) ELT)) (-2799 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) 425 T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1208) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1208) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 379 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-633 (-549))) ELT) (($ $) NIL (|has| |#1| (-633 (-549))) ELT) (($ $ (-115) $ (-1208)) 366 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-115)) (-663 $) (-1208)) 365 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ $))) NIL (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ (-663 $)))) NIL (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793) (-1 $ (-663 $))) NIL (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793) (-1 $ $)) NIL (|has| |#1| (-1080)) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-571)) ELT)) (-2654 (($ $) 239 (|has| |#1| (-571)) ELT)) (-1495 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-3737 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2689 (($ $) 249 (|has| |#1| (-571)) ELT)) (-3770 (($ $) 200 (|has| |#1| (-571)) ELT)) (-2457 (($ $ (-1208)) NIL (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-1080)) ELT)) (-1553 (($ $) 74 (|has| |#1| (-571)) ELT)) (-4429 (((-1156 |#1| (-630 $)) $) 93 (|has| |#1| (-571)) ELT)) (-2731 (($ $) 317 (|has| $ (-1080)) ELT)) (-3637 (($ $) 177 (|has| |#1| (-571)) ELT)) (-2759 (($ $) 153 (|has| |#1| (-571)) ELT)) (-3610 (($ $) 173 (|has| |#1| (-571)) ELT)) (-2737 (($ $) 149 (|has| |#1| (-571)) ELT)) (-2848 (($ $) 169 (|has| |#1| (-571)) ELT)) (-2712 (($ $) 145 (|has| |#1| (-571)) ELT)) (-4417 (((-915 (-560)) $) NIL (|has| |#1| (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| |#1| (-633 (-915 (-391)))) ELT) (($ (-419 $)) NIL (|has| |#1| (-571)) ELT) (((-549) $) 363 (|has| |#1| (-633 (-549))) ELT)) (-1521 (($ $ $) NIL (|has| |#1| (-487)) ELT)) (-4172 (($ $ $) NIL (|has| |#1| (-487)) ELT)) (-2539 (((-887) $) 424 T ELT) (($ (-630 $)) 415 T ELT) (($ (-1208)) 381 T ELT) (($ |#1|) 337 T ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-48)) 312 (-12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560)))) ELT) (($ (-1156 |#1| (-630 $))) 95 (|has| |#1| (-1080)) ELT) (($ (-421 |#1|)) NIL (|has| |#1| (-571)) ELT) (($ (-975 (-421 |#1|))) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-975 (-421 |#1|)))) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-975 |#1|))) NIL (|has| |#1| (-571)) ELT) (($ (-975 |#1|)) NIL (|has| |#1| (-1080)) ELT) (($ (-560)) 34 (-2191 (|has| |#1| (-1069 (-560))) (|has| |#1| (-1080))) ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-571)) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL (|has| |#1| (-1080)) CONST)) (-3949 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2743 (($ $ $) 220 (|has| |#1| (-571)) ELT)) (-3172 (($ $ $) 206 (|has| |#1| (-571)) ELT)) (-3200 (($ $ $) 210 (|has| |#1| (-571)) ELT)) (-4052 (($ $ $) 204 (|has| |#1| (-571)) ELT)) (-1751 (($ $ $) 208 (|has| |#1| (-571)) ELT)) (-1881 (((-114) (-115)) 10 T ELT)) (-3860 (((-114) $ $) 86 T ELT)) (-3671 (($ $) 183 (|has| |#1| (-571)) ELT)) (-2792 (($ $) 159 (|has| |#1| (-571)) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) 179 (|has| |#1| (-571)) ELT)) (-2770 (($ $) 155 (|has| |#1| (-571)) ELT)) (-3693 (($ $) 187 (|has| |#1| (-571)) ELT)) (-2816 (($ $) 163 (|has| |#1| (-571)) ELT)) (-3727 (($ (-1208) $) NIL T ELT) (($ (-1208) $ $) NIL T ELT) (($ (-1208) $ $ $) NIL T ELT) (($ (-1208) $ $ $ $) NIL T ELT) (($ (-1208) (-663 $)) NIL T ELT)) (-3350 (($ $) 214 (|has| |#1| (-571)) ELT)) (-2322 (($ $) 212 (|has| |#1| (-571)) ELT)) (-2979 (($ $) 189 (|has| |#1| (-571)) ELT)) (-2827 (($ $) 165 (|has| |#1| (-571)) ELT)) (-3681 (($ $) 185 (|has| |#1| (-571)) ELT)) (-2804 (($ $) 161 (|has| |#1| (-571)) ELT)) (-3661 (($ $) 181 (|has| |#1| (-571)) ELT)) (-2781 (($ $) 157 (|has| |#1| (-571)) ELT)) (-2407 (($ $) 192 (|has| |#1| (-571)) ELT)) (-1427 (($) 21 (-2191 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) CONST)) (-3738 (($ $) 243 (|has| |#1| (-571)) ELT)) (-1439 (($) 23 (|has| |#1| (-1143)) CONST)) (-1712 (($ $) 194 (|has| |#1| (-571)) ELT) (($ $ $) 196 (|has| |#1| (-571)) ELT)) (-3731 (($ $) 241 (|has| |#1| (-571)) ELT)) (-4324 (($ $ (-1208)) NIL (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-1080)) ELT)) (-1367 (($ $) 245 (|has| |#1| (-571)) ELT)) (-1989 (($ $ $) 198 (|has| |#1| (-571)) ELT)) (-2329 (((-114) $ $) 88 T ELT)) (-2436 (($ (-1156 |#1| (-630 $)) (-1156 |#1| (-630 $))) 106 (|has| |#1| (-571)) ELT) (($ $ $) 42 (-2191 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT)) (-2426 (($ $ $) 40 (-2191 (|has| |#1| (-21)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT) (($ $) 29 (-2191 (|has| |#1| (-21)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT)) (-2413 (($ $ $) 38 (-2191 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT)) (** (($ $ $) 64 (|has| |#1| (-571)) ELT) (($ $ (-421 (-560))) 314 (|has| |#1| (-571)) ELT) (($ $ (-560)) 80 (-2191 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT) (($ $ (-793)) 75 (|has| |#1| (-1143)) ELT) (($ $ (-948)) 84 (|has| |#1| (-1143)) ELT)) (* (($ (-421 (-560)) $) NIL (|has| |#1| (-571)) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-571)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT) (($ |#1| $) NIL (|has| |#1| (-1080)) ELT) (($ $ $) 36 (|has| |#1| (-1143)) ELT) (($ (-560) $) 32 (-2191 (|has| |#1| (-21)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT) (($ (-793) $) NIL (-2191 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT) (($ (-948) $) NIL (-2191 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080)))) ELT)))
-(((-326 |#1|) (-13 (-435 |#1|) (-10 -8 (IF (|has| |#1| (-571)) (PROGN (-6 (-29 |#1|)) (-6 (-1234)) (-6 (-162)) (-6 (-649)) (-6 (-1170)) (-15 -2108 ($ $)) (-15 -2379 ((-114) $)) (-15 -2257 ($ $ (-560))) (IF (|has| |#1| (-466)) (PROGN (-15 -2059 ((-419 (-1202 $)) (-1202 $))) (-15 -3386 ((-419 (-1202 $)) (-1202 $)))) |%noBranch|) (IF (|has| |#1| (-1069 (-560))) (-6 (-1069 (-48))) |%noBranch|)) |%noBranch|))) (-1132)) (T -326))
-((-2108 (*1 *1 *1) (-12 (-5 *1 (-326 *2)) (-4 *2 (-571)) (-4 *2 (-1132)))) (-2379 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-326 *3)) (-4 *3 (-571)) (-4 *3 (-1132)))) (-2257 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-326 *3)) (-4 *3 (-571)) (-4 *3 (-1132)))) (-2059 (*1 *2 *3) (-12 (-5 *2 (-419 (-1202 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1202 *1)) (-4 *4 (-466)) (-4 *4 (-571)) (-4 *4 (-1132)))) (-3386 (*1 *2 *3) (-12 (-5 *2 (-419 (-1202 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1202 *1)) (-4 *4 (-466)) (-4 *4 (-571)) (-4 *4 (-1132)))))
-(-13 (-435 |#1|) (-10 -8 (IF (|has| |#1| (-571)) (PROGN (-6 (-29 |#1|)) (-6 (-1234)) (-6 (-162)) (-6 (-649)) (-6 (-1170)) (-15 -2108 ($ $)) (-15 -2379 ((-114) $)) (-15 -2257 ($ $ (-560))) (IF (|has| |#1| (-466)) (PROGN (-15 -2059 ((-419 (-1202 $)) (-1202 $))) (-15 -3386 ((-419 (-1202 $)) (-1202 $)))) |%noBranch|) (IF (|has| |#1| (-1069 (-560))) (-6 (-1069 (-48))) |%noBranch|)) |%noBranch|)))
-((-2067 (((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|)) 13 T ELT)))
-(((-327 |#1| |#2|) (-10 -7 (-15 -2067 ((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|)))) (-1132) (-1132)) (T -327))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-326 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *2 (-326 *6)) (-5 *1 (-327 *5 *6)))))
-(-10 -7 (-15 -2067 ((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|))))
-((-3627 (((-51) |#2| (-305 |#2|) (-793)) 40 T ELT) (((-51) |#2| (-305 |#2|)) 32 T ELT) (((-51) |#2| (-793)) 35 T ELT) (((-51) |#2|) 33 T ELT) (((-51) (-1208)) 26 T ELT)) (-1960 (((-51) |#2| (-305 |#2|) (-421 (-560))) 59 T ELT) (((-51) |#2| (-305 |#2|)) 56 T ELT) (((-51) |#2| (-421 (-560))) 58 T ELT) (((-51) |#2|) 57 T ELT) (((-51) (-1208)) 55 T ELT)) (-3652 (((-51) |#2| (-305 |#2|) (-421 (-560))) 54 T ELT) (((-51) |#2| (-305 |#2|)) 51 T ELT) (((-51) |#2| (-421 (-560))) 53 T ELT) (((-51) |#2|) 52 T ELT) (((-51) (-1208)) 50 T ELT)) (-3641 (((-51) |#2| (-305 |#2|) (-560)) 47 T ELT) (((-51) |#2| (-305 |#2|)) 44 T ELT) (((-51) |#2| (-560)) 46 T ELT) (((-51) |#2|) 45 T ELT) (((-51) (-1208)) 43 T ELT)))
-(((-328 |#1| |#2|) (-10 -7 (-15 -3627 ((-51) (-1208))) (-15 -3627 ((-51) |#2|)) (-15 -3627 ((-51) |#2| (-793))) (-15 -3627 ((-51) |#2| (-305 |#2|))) (-15 -3627 ((-51) |#2| (-305 |#2|) (-793))) (-15 -3641 ((-51) (-1208))) (-15 -3641 ((-51) |#2|)) (-15 -3641 ((-51) |#2| (-560))) (-15 -3641 ((-51) |#2| (-305 |#2|))) (-15 -3641 ((-51) |#2| (-305 |#2|) (-560))) (-15 -3652 ((-51) (-1208))) (-15 -3652 ((-51) |#2|)) (-15 -3652 ((-51) |#2| (-421 (-560)))) (-15 -3652 ((-51) |#2| (-305 |#2|))) (-15 -3652 ((-51) |#2| (-305 |#2|) (-421 (-560)))) (-15 -1960 ((-51) (-1208))) (-15 -1960 ((-51) |#2|)) (-15 -1960 ((-51) |#2| (-421 (-560)))) (-15 -1960 ((-51) |#2| (-305 |#2|))) (-15 -1960 ((-51) |#2| (-305 |#2|) (-421 (-560))))) (-13 (-466) (-1069 (-560)) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|))) (T -328))
-((-1960 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-305 *3)) (-5 *5 (-421 (-560))) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *6 *3)))) (-1960 (*1 *2 *3 *4) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)))) (-1960 (*1 *2 *3 *4) (-12 (-5 *4 (-421 (-560))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-1960 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4))))) (-1960 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1234) (-435 *4))))) (-3652 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-305 *3)) (-5 *5 (-421 (-560))) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *6 *3)))) (-3652 (*1 *2 *3 *4) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)))) (-3652 (*1 *2 *3 *4) (-12 (-5 *4 (-421 (-560))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-3652 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4))))) (-3652 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1234) (-435 *4))))) (-3641 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-466) (-1069 *5) (-660 *5))) (-5 *5 (-560)) (-5 *2 (-51)) (-5 *1 (-328 *6 *3)))) (-3641 (*1 *2 *3 *4) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)))) (-3641 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-4 *5 (-13 (-466) (-1069 *4) (-660 *4))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-3641 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4))))) (-3641 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1234) (-435 *4))))) (-3627 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-305 *3)) (-5 *5 (-793)) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *6 *3)))) (-3627 (*1 *2 *3 *4) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)))) (-3627 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-3627 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4))))) (-3627 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1234) (-435 *4))))))
-(-10 -7 (-15 -3627 ((-51) (-1208))) (-15 -3627 ((-51) |#2|)) (-15 -3627 ((-51) |#2| (-793))) (-15 -3627 ((-51) |#2| (-305 |#2|))) (-15 -3627 ((-51) |#2| (-305 |#2|) (-793))) (-15 -3641 ((-51) (-1208))) (-15 -3641 ((-51) |#2|)) (-15 -3641 ((-51) |#2| (-560))) (-15 -3641 ((-51) |#2| (-305 |#2|))) (-15 -3641 ((-51) |#2| (-305 |#2|) (-560))) (-15 -3652 ((-51) (-1208))) (-15 -3652 ((-51) |#2|)) (-15 -3652 ((-51) |#2| (-421 (-560)))) (-15 -3652 ((-51) |#2| (-305 |#2|))) (-15 -3652 ((-51) |#2| (-305 |#2|) (-421 (-560)))) (-15 -1960 ((-51) (-1208))) (-15 -1960 ((-51) |#2|)) (-15 -1960 ((-51) |#2| (-421 (-560)))) (-15 -1960 ((-51) |#2| (-305 |#2|))) (-15 -1960 ((-51) |#2| (-305 |#2|) (-421 (-560)))))
-((-2954 (((-51) |#2| (-115) (-305 |#2|) (-663 |#2|)) 89 T ELT) (((-51) |#2| (-115) (-305 |#2|) (-305 |#2|)) 85 T ELT) (((-51) |#2| (-115) (-305 |#2|) |#2|) 87 T ELT) (((-51) (-305 |#2|) (-115) (-305 |#2|) |#2|) 88 T ELT) (((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|))) 81 T ELT) (((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 |#2|)) 83 T ELT) (((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 |#2|)) 84 T ELT) (((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|))) 82 T ELT) (((-51) (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|)) 90 T ELT) (((-51) (-305 |#2|) (-115) (-305 |#2|) (-305 |#2|)) 86 T ELT)))
-(((-329 |#1| |#2|) (-10 -7 (-15 -2954 ((-51) (-305 |#2|) (-115) (-305 |#2|) (-305 |#2|))) (-15 -2954 ((-51) (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|))) (-15 -2954 ((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|)))) (-15 -2954 ((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 |#2|))) (-15 -2954 ((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 |#2|))) (-15 -2954 ((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|)))) (-15 -2954 ((-51) (-305 |#2|) (-115) (-305 |#2|) |#2|)) (-15 -2954 ((-51) |#2| (-115) (-305 |#2|) |#2|)) (-15 -2954 ((-51) |#2| (-115) (-305 |#2|) (-305 |#2|))) (-15 -2954 ((-51) |#2| (-115) (-305 |#2|) (-663 |#2|)))) (-13 (-571) (-633 (-549))) (-435 |#1|)) (T -329))
-((-2954 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-115)) (-5 *5 (-305 *3)) (-5 *6 (-663 *3)) (-4 *3 (-435 *7)) (-4 *7 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *7 *3)))) (-2954 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-115)) (-5 *5 (-305 *3)) (-4 *3 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *3)))) (-2954 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-115)) (-5 *5 (-305 *3)) (-4 *3 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *3)))) (-2954 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-305 *5)) (-5 *4 (-115)) (-4 *5 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *5)))) (-2954 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 (-115))) (-5 *6 (-663 (-305 *8))) (-4 *8 (-435 *7)) (-5 *5 (-305 *8)) (-4 *7 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *7 *8)))) (-2954 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-663 *7)) (-5 *4 (-663 (-115))) (-5 *5 (-305 *7)) (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *7)))) (-2954 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-663 (-305 *8))) (-5 *4 (-663 (-115))) (-5 *5 (-305 *8)) (-5 *6 (-663 *8)) (-4 *8 (-435 *7)) (-4 *7 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *7 *8)))) (-2954 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-663 (-305 *7))) (-5 *4 (-663 (-115))) (-5 *5 (-305 *7)) (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *7)))) (-2954 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-305 *7)) (-5 *4 (-115)) (-5 *5 (-663 *7)) (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *7)))) (-2954 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-305 *6)) (-5 *4 (-115)) (-4 *6 (-435 *5)) (-4 *5 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *5 *6)))))
-(-10 -7 (-15 -2954 ((-51) (-305 |#2|) (-115) (-305 |#2|) (-305 |#2|))) (-15 -2954 ((-51) (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|))) (-15 -2954 ((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|)))) (-15 -2954 ((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 |#2|))) (-15 -2954 ((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 |#2|))) (-15 -2954 ((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|)))) (-15 -2954 ((-51) (-305 |#2|) (-115) (-305 |#2|) |#2|)) (-15 -2954 ((-51) |#2| (-115) (-305 |#2|) |#2|)) (-15 -2954 ((-51) |#2| (-115) (-305 |#2|) (-305 |#2|))) (-15 -2954 ((-51) |#2| (-115) (-305 |#2|) (-663 |#2|))))
-((-3376 (((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-229) (-560) (-1190)) 67 T ELT) (((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-229) (-560)) 68 T ELT) (((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-1 (-229) (-229)) (-560) (-1190)) 64 T ELT) (((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-1 (-229) (-229)) (-560)) 65 T ELT)) (-4196 (((-1 (-229) (-229)) (-229)) 66 T ELT)))
-(((-330) (-10 -7 (-15 -4196 ((-1 (-229) (-229)) (-229))) (-15 -3376 ((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-1 (-229) (-229)) (-560))) (-15 -3376 ((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-1 (-229) (-229)) (-560) (-1190))) (-15 -3376 ((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-229) (-560))) (-15 -3376 ((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-229) (-560) (-1190))))) (T -330))
-((-3376 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1120 (-229))) (-5 *6 (-229)) (-5 *7 (-560)) (-5 *8 (-1190)) (-5 *2 (-1244 (-956))) (-5 *1 (-330)))) (-3376 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1120 (-229))) (-5 *6 (-229)) (-5 *7 (-560)) (-5 *2 (-1244 (-956))) (-5 *1 (-330)))) (-3376 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1120 (-229))) (-5 *6 (-560)) (-5 *7 (-1190)) (-5 *2 (-1244 (-956))) (-5 *1 (-330)))) (-3376 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1120 (-229))) (-5 *6 (-560)) (-5 *2 (-1244 (-956))) (-5 *1 (-330)))) (-4196 (*1 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-330)) (-5 *3 (-229)))))
-(-10 -7 (-15 -4196 ((-1 (-229) (-229)) (-229))) (-15 -3376 ((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-1 (-229) (-229)) (-560))) (-15 -3376 ((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-1 (-229) (-229)) (-560) (-1190))) (-15 -3376 ((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-229) (-560))) (-15 -3376 ((-1244 (-956)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-229) (-560) (-1190))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 26 T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-421 (-560))) NIL T ELT) (($ $ (-421 (-560)) (-421 (-560))) NIL T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) 20 T ELT)) (-3594 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2837 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-793) (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) NIL T ELT)) (-3623 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) 36 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-4405 (((-114) $) NIL T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-421 (-560)) $) NIL T ELT) (((-421 (-560)) $ (-421 (-560))) 16 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-421 (-560))) NIL T ELT) (($ $ (-1113) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-421 (-560)))) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1842 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3071 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-421 (-560))) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2496 (((-421 (-560)) $) 17 T ELT)) (-4125 (($ (-1279 |#1| |#2| |#3|)) 11 T ELT)) (-3881 (((-1279 |#1| |#2| |#3|) $) 12 T ELT)) (-1920 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-421 (-560))) NIL T ELT) (($ $ $) NIL (|has| (-421 (-560)) (-1143)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-4283 (((-421 (-560)) $) NIL T ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 10 T ELT)) (-2539 (((-887) $) 42 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-421 (-560))) 34 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-2188 ((|#1| $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-421 (-560))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 28 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 37 T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-331 |#1| |#2| |#3|) (-13 (-1281 |#1|) (-814) (-10 -8 (-15 -4125 ($ (-1279 |#1| |#2| |#3|))) (-15 -3881 ((-1279 |#1| |#2| |#3|) $)) (-15 -2496 ((-421 (-560)) $)))) (-376) (-1208) |#1|) (T -331))
-((-4125 (*1 *1 *2) (-12 (-5 *2 (-1279 *3 *4 *5)) (-4 *3 (-376)) (-14 *4 (-1208)) (-14 *5 *3) (-5 *1 (-331 *3 *4 *5)))) (-3881 (*1 *2 *1) (-12 (-5 *2 (-1279 *3 *4 *5)) (-5 *1 (-331 *3 *4 *5)) (-4 *3 (-376)) (-14 *4 (-1208)) (-14 *5 *3))) (-2496 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-331 *3 *4 *5)) (-4 *3 (-376)) (-14 *4 (-1208)) (-14 *5 *3))))
-(-13 (-1281 |#1|) (-814) (-10 -8 (-15 -4125 ($ (-1279 |#1| |#2| |#3|))) (-15 -3881 ((-1279 |#1| |#2| |#3|) $)) (-15 -2496 ((-421 (-560)) $))))
-((-2663 (((-2 (|:| -3881 (-793)) (|:| -1398 |#1|) (|:| |radicand| (-663 |#1|))) (-419 |#1|) (-793)) 35 T ELT)) (-1842 (((-663 (-2 (|:| -1398 (-793)) (|:| |logand| |#1|))) (-419 |#1|)) 40 T ELT)))
-(((-332 |#1|) (-10 -7 (-15 -2663 ((-2 (|:| -3881 (-793)) (|:| -1398 |#1|) (|:| |radicand| (-663 |#1|))) (-419 |#1|) (-793))) (-15 -1842 ((-663 (-2 (|:| -1398 (-793)) (|:| |logand| |#1|))) (-419 |#1|)))) (-571)) (T -332))
-((-1842 (*1 *2 *3) (-12 (-5 *3 (-419 *4)) (-4 *4 (-571)) (-5 *2 (-663 (-2 (|:| -1398 (-793)) (|:| |logand| *4)))) (-5 *1 (-332 *4)))) (-2663 (*1 *2 *3 *4) (-12 (-5 *3 (-419 *5)) (-4 *5 (-571)) (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *5) (|:| |radicand| (-663 *5)))) (-5 *1 (-332 *5)) (-5 *4 (-793)))))
-(-10 -7 (-15 -2663 ((-2 (|:| -3881 (-793)) (|:| -1398 |#1|) (|:| |radicand| (-663 |#1|))) (-419 |#1|) (-793))) (-15 -1842 ((-663 (-2 (|:| -1398 (-793)) (|:| |logand| |#1|))) (-419 |#1|))))
-((-3557 (((-663 |#2|) (-1202 |#4|)) 44 T ELT)) (-2480 ((|#3| (-560)) 47 T ELT)) (-2292 (((-1202 |#4|) (-1202 |#3|)) 30 T ELT)) (-3834 (((-1202 |#4|) (-1202 |#4|) (-560)) 66 T ELT)) (-2750 (((-1202 |#3|) (-1202 |#4|)) 21 T ELT)) (-4283 (((-663 (-793)) (-1202 |#4|) (-663 |#2|)) 41 T ELT)) (-4348 (((-1202 |#3|) (-1202 |#4|) (-663 |#2|) (-663 |#3|)) 35 T ELT)))
-(((-333 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4348 ((-1202 |#3|) (-1202 |#4|) (-663 |#2|) (-663 |#3|))) (-15 -4283 ((-663 (-793)) (-1202 |#4|) (-663 |#2|))) (-15 -3557 ((-663 |#2|) (-1202 |#4|))) (-15 -2750 ((-1202 |#3|) (-1202 |#4|))) (-15 -2292 ((-1202 |#4|) (-1202 |#3|))) (-15 -3834 ((-1202 |#4|) (-1202 |#4|) (-560))) (-15 -2480 (|#3| (-560)))) (-815) (-871) (-1080) (-979 |#3| |#1| |#2|)) (T -333))
-((-2480 (*1 *2 *3) (-12 (-5 *3 (-560)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1080)) (-5 *1 (-333 *4 *5 *2 *6)) (-4 *6 (-979 *2 *4 *5)))) (-3834 (*1 *2 *2 *3) (-12 (-5 *2 (-1202 *7)) (-5 *3 (-560)) (-4 *7 (-979 *6 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080)) (-5 *1 (-333 *4 *5 *6 *7)))) (-2292 (*1 *2 *3) (-12 (-5 *3 (-1202 *6)) (-4 *6 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-1202 *7)) (-5 *1 (-333 *4 *5 *6 *7)) (-4 *7 (-979 *6 *4 *5)))) (-2750 (*1 *2 *3) (-12 (-5 *3 (-1202 *7)) (-4 *7 (-979 *6 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080)) (-5 *2 (-1202 *6)) (-5 *1 (-333 *4 *5 *6 *7)))) (-3557 (*1 *2 *3) (-12 (-5 *3 (-1202 *7)) (-4 *7 (-979 *6 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080)) (-5 *2 (-663 *5)) (-5 *1 (-333 *4 *5 *6 *7)))) (-4283 (*1 *2 *3 *4) (-12 (-5 *3 (-1202 *8)) (-5 *4 (-663 *6)) (-4 *6 (-871)) (-4 *8 (-979 *7 *5 *6)) (-4 *5 (-815)) (-4 *7 (-1080)) (-5 *2 (-663 (-793))) (-5 *1 (-333 *5 *6 *7 *8)))) (-4348 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1202 *9)) (-5 *4 (-663 *7)) (-5 *5 (-663 *8)) (-4 *7 (-871)) (-4 *8 (-1080)) (-4 *9 (-979 *8 *6 *7)) (-4 *6 (-815)) (-5 *2 (-1202 *8)) (-5 *1 (-333 *6 *7 *8 *9)))))
-(-10 -7 (-15 -4348 ((-1202 |#3|) (-1202 |#4|) (-663 |#2|) (-663 |#3|))) (-15 -4283 ((-663 (-793)) (-1202 |#4|) (-663 |#2|))) (-15 -3557 ((-663 |#2|) (-1202 |#4|))) (-15 -2750 ((-1202 |#3|) (-1202 |#4|))) (-15 -2292 ((-1202 |#4|) (-1202 |#3|))) (-15 -3834 ((-1202 |#4|) (-1202 |#4|) (-560))) (-15 -2480 (|#3| (-560))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 19 T ELT)) (-2842 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 (-560)))) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-1450 (((-793) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-2888 ((|#1| $ (-560)) NIL T ELT)) (-2291 (((-560) $ (-560)) NIL T ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2308 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-4423 (($ (-1 (-560) (-560)) $) 11 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1704 (($ $ $) NIL (|has| (-560) (-814)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-2453 (((-560) |#1| $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 29 (|has| |#1| (-871)) ELT)) (-2426 (($ $) 12 T ELT) (($ $ $) 28 T ELT)) (-2413 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ (-560) |#1|) 27 T ELT)))
-(((-334 |#1|) (-13 (-21) (-739 (-560)) (-335 |#1| (-560)) (-10 -7 (IF (|has| |#1| (-871)) (-6 (-871)) |%noBranch|))) (-1132)) (T -334))
-NIL
-(-13 (-21) (-739 (-560)) (-335 |#1| (-560)) (-10 -7 (IF (|has| |#1| (-871)) (-6 (-871)) |%noBranch|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2842 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 |#2|))) $) 33 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-1450 (((-793) $) 34 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#1| "failed") $) 38 T ELT)) (-3056 ((|#1| $) 39 T ELT)) (-2888 ((|#1| $ (-560)) 31 T ELT)) (-2291 ((|#2| $ (-560)) 32 T ELT)) (-2308 (($ (-1 |#1| |#1|) $) 28 T ELT)) (-4423 (($ (-1 |#2| |#2|) $) 29 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-1704 (($ $ $) 27 (|has| |#2| (-814)) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ |#1|) 37 T ELT)) (-2453 ((|#2| |#1| $) 30 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2413 (($ $ $) 18 T ELT) (($ |#1| $) 36 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ |#2| |#1|) 35 T ELT)))
-(((-335 |#1| |#2|) (-142) (-1132) (-133)) (T -335))
-((-2413 (*1 *1 *2 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-133)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-133)))) (-1450 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-133)) (-5 *2 (-793)))) (-2842 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-133)) (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 *4)))))) (-2291 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-335 *4 *2)) (-4 *4 (-1132)) (-4 *2 (-133)))) (-2888 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-335 *2 *4)) (-4 *4 (-133)) (-4 *2 (-1132)))) (-2453 (*1 *2 *3 *1) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-133)))) (-4423 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-335 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-133)))) (-2308 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-335 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-133)))) (-1704 (*1 *1 *1 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-133)) (-4 *3 (-814)))))
-(-13 (-133) (-1069 |t#1|) (-10 -8 (-15 -2413 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -1450 ((-793) $)) (-15 -2842 ((-663 (-2 (|:| |gen| |t#1|) (|:| -1920 |t#2|))) $)) (-15 -2291 (|t#2| $ (-560))) (-15 -2888 (|t#1| $ (-560))) (-15 -2453 (|t#2| |t#1| $)) (-15 -4423 ($ (-1 |t#2| |t#2|) $)) (-15 -2308 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-814)) (-15 -1704 ($ $ $)) |%noBranch|)))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-1069 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2842 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 (-793)))) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-1450 (((-793) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-2888 ((|#1| $ (-560)) NIL T ELT)) (-2291 (((-793) $ (-560)) NIL T ELT)) (-2308 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-4423 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1704 (($ $ $) NIL (|has| (-793) (-814)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-2453 (((-793) |#1| $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-793) |#1|) NIL T ELT)))
-(((-336 |#1|) (-335 |#1| (-793)) (-1132)) (T -336))
+((-4265 ((|#1| (-1 |#1| (-560)) (-1211 (-421 (-560)))) 26 T ELT)))
+(((-322 |#1|) (-10 -7 (-15 -4265 (|#1| (-1 |#1| (-560)) (-1211 (-421 (-560)))))) (-38 (-421 (-560)))) (T -322))
+((-4265 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-560))) (-5 *4 (-1211 (-421 (-560)))) (-5 *1 (-322 *2)) (-4 *2 (-38 (-421 (-560)))))))
+(-10 -7 (-15 -4265 (|#1| (-1 |#1| (-560)) (-1211 (-421 (-560))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 7 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 9 T ELT)))
+(((-323) (-1133)) (T -323))
+NIL
+(-1133)
+((-3808 (((-114) $ $) NIL T ELT)) (-2785 (((-560) $) 12 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3495 (((-1167) $) 9 T ELT)) (-3834 (((-888) $) 19 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-324) (-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $)) (-15 -2785 ((-560) $))))) (T -324))
+((-3495 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-324)))) (-2785 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-324)))))
+(-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $)) (-15 -2785 ((-560) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 60 T ELT)) (-1573 (((-1286 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-1286 |#1| |#2| |#3| |#4|) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1070 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1070 (-560))) ELT) (((-3 (-1280 |#2| |#3| |#4|) "failed") $) 26 T ELT)) (-4072 (((-1286 |#1| |#2| |#3| |#4|) $) NIL T ELT) (((-1209) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1070 (-560))) ELT) (((-560) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1070 (-560))) ELT) (((-1280 |#2| |#3| |#4|) $) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-1286 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1299 (-1286 |#1| |#2| |#3| |#4|)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-1286 |#1| |#2| |#3| |#4|)) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-912 (-391))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 (((-1286 |#1| |#2| |#3| |#4|) $) 22 T ELT)) (-3851 (((-713 $) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-872)) ELT)) (-1793 (($ (-1 (-1286 |#1| |#2| |#3| |#4|) (-1286 |#1| |#2| |#3| |#4|)) $) NIL T ELT)) (-3284 (((-3 (-866 |#2|) "failed") $) 80 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-1286 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1299 (-1286 |#1| |#2| |#3| |#4|)))) (-1299 $) $) NIL T ELT) (((-711 (-1286 |#1| |#2| |#3| |#4|)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-319)) ELT)) (-1770 (((-1286 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 (-1286 |#1| |#2| |#3| |#4|)) (-663 (-1286 |#1| |#2| |#3| |#4|))) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-321 (-1286 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-1286 |#1| |#2| |#3| |#4|) (-1286 |#1| |#2| |#3| |#4|)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-321 (-1286 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-305 (-1286 |#1| |#2| |#3| |#4|))) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-321 (-1286 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-663 (-305 (-1286 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-321 (-1286 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-663 (-1209)) (-663 (-1286 |#1| |#2| |#3| |#4|))) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-528 (-1209) (-1286 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-1209) (-1286 |#1| |#2| |#3| |#4|)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-528 (-1209) (-1286 |#1| |#2| |#3| |#4|))) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ (-1286 |#1| |#2| |#3| |#4|)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-298 (-1286 |#1| |#2| |#3| |#4|) (-1286 |#1| |#2| |#3| |#4|))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 (-1286 |#1| |#2| |#3| |#4|) (-1286 |#1| |#2| |#3| |#4|))) NIL T ELT) (($ $ (-1 (-1286 |#1| |#2| |#3| |#4|) (-1286 |#1| |#2| |#3| |#4|)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-930 (-1209))) ELT) (($ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 (((-1286 |#1| |#2| |#3| |#4|) $) 19 T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1052)) ELT) (((-229) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1052)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-1286 |#1| |#2| |#3| |#4|) (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-1286 |#1| |#2| |#3| |#4|)) 30 T ELT) (($ (-1209)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-1070 (-1209))) ELT) (($ (-1280 |#2| |#3| |#4|)) 37 T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-1286 |#1| |#2| |#3| |#4|) (-940))) (|has| (-1286 |#1| |#2| |#3| |#4|) (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 (((-1286 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-559)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-844)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 (-1286 |#1| |#2| |#3| |#4|) (-1286 |#1| |#2| |#3| |#4|))) NIL T ELT) (($ $ (-1 (-1286 |#1| |#2| |#3| |#4|) (-1286 |#1| |#2| |#3| |#4|)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-930 (-1209))) ELT) (($ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-1286 |#1| |#2| |#3| |#4|) (-872)) ELT)) (-2594 (($ $ $) 35 T ELT) (($ (-1286 |#1| |#2| |#3| |#4|) (-1286 |#1| |#2| |#3| |#4|)) 32 T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-1286 |#1| |#2| |#3| |#4|) $) 31 T ELT) (($ $ (-1286 |#1| |#2| |#3| |#4|)) NIL T ELT)))
+(((-325 |#1| |#2| |#3| |#4|) (-13 (-1023 (-1286 |#1| |#2| |#3| |#4|)) (-1070 (-1280 |#2| |#3| |#4|)) (-10 -8 (-15 -3284 ((-3 (-866 |#2|) "failed") $)) (-15 -3834 ($ (-1280 |#2| |#3| |#4|))))) (-13 (-1070 (-560)) (-660 (-560)) (-466)) (-13 (-27) (-1235) (-435 |#1|)) (-1209) |#2|) (T -325))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1280 *4 *5 *6)) (-4 *4 (-13 (-27) (-1235) (-435 *3))) (-14 *5 (-1209)) (-14 *6 *4) (-4 *3 (-13 (-1070 (-560)) (-660 (-560)) (-466))) (-5 *1 (-325 *3 *4 *5 *6)))) (-3284 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1070 (-560)) (-660 (-560)) (-466))) (-5 *2 (-866 *4)) (-5 *1 (-325 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1235) (-435 *3))) (-14 *5 (-1209)) (-14 *6 *4))))
+(-13 (-1023 (-1286 |#1| |#2| |#3| |#4|)) (-1070 (-1280 |#2| |#3| |#4|)) (-10 -8 (-15 -3284 ((-3 (-866 |#2|) "failed") $)) (-15 -3834 ($ (-1280 |#2| |#3| |#4|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3853 (((-663 $) $ (-1209)) NIL (|has| |#1| (-571)) ELT) (((-663 $) $) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-1203 $) (-1209)) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-1203 $)) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-976 $)) NIL (|has| |#1| (-571)) ELT)) (-2390 (($ $ (-1209)) NIL (|has| |#1| (-571)) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-1203 $) (-1209)) NIL (|has| |#1| (-571)) ELT) (($ (-1203 $)) NIL (|has| |#1| (-571)) ELT) (($ (-976 $)) NIL (|has| |#1| (-571)) ELT)) (-3136 (((-114) $) 27 (-2309 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT)) (-2712 (((-663 (-1209)) $) 368 T ELT)) (-2517 (((-421 (-1203 $)) $ (-630 $)) NIL (|has| |#1| (-571)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2417 (((-663 (-630 $)) $) NIL T ELT)) (-2267 (($ $) 171 (|has| |#1| (-571)) ELT)) (-2111 (($ $) 147 (|has| |#1| (-571)) ELT)) (-2868 (($ $ (-1124 $)) 232 (|has| |#1| (-571)) ELT) (($ $ (-1209)) 228 (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL (-2309 (|has| |#1| (-21)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT)) (-3268 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) 386 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 430 T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 308 (-12 (|has| |#1| (-466)) (|has| |#1| (-571))) ELT)) (-2624 (($ $) NIL (|has| |#1| (-571)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-571)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2243 (($ $) 167 (|has| |#1| (-571)) ELT)) (-2683 (($ $) 143 (|has| |#1| (-571)) ELT)) (-3414 (($ $ (-560)) 73 (|has| |#1| (-571)) ELT)) (-2290 (($ $) 175 (|has| |#1| (-571)) ELT)) (-2136 (($ $) 151 (|has| |#1| (-571)) ELT)) (-4489 (($) NIL (-2309 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) (|has| |#1| (-1144))) CONST)) (-4452 (((-663 $) $ (-1209)) NIL (|has| |#1| (-571)) ELT) (((-663 $) $) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-1203 $) (-1209)) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-1203 $)) NIL (|has| |#1| (-571)) ELT) (((-663 $) (-976 $)) NIL (|has| |#1| (-571)) ELT)) (-4182 (($ $ (-1209)) NIL (|has| |#1| (-571)) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-1203 $) (-1209)) 134 (|has| |#1| (-571)) ELT) (($ (-1203 $)) NIL (|has| |#1| (-571)) ELT) (($ (-976 $)) NIL (|has| |#1| (-571)) ELT)) (-4142 (((-3 (-630 $) "failed") $) 18 T ELT) (((-3 (-1209) "failed") $) NIL T ELT) (((-3 |#1| "failed") $) 441 T ELT) (((-3 (-48) "failed") $) 336 (-12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-976 |#1|)) "failed") $) NIL (|has| |#1| (-571)) ELT) (((-3 (-976 |#1|) "failed") $) NIL (|has| |#1| (-1081)) ELT) (((-3 (-421 (-560)) "failed") $) 46 (-2309 (-12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-4072 (((-630 $) $) 12 T ELT) (((-1209) $) NIL T ELT) ((|#1| $) 421 T ELT) (((-48) $) NIL (-12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-976 |#1|)) $) NIL (|has| |#1| (-571)) ELT) (((-976 |#1|) $) NIL (|has| |#1| (-1081)) ELT) (((-421 (-560)) $) 319 (-2309 (-12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-1470 (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 125 (|has| |#1| (-1081)) ELT) (((-711 |#1|) (-711 $)) 115 (|has| |#1| (-1081)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ELT)) (-1995 (($ $) 96 (|has| |#1| (-571)) ELT)) (-2167 (((-3 $ "failed") $) NIL (|has| |#1| (-1144)) ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-3833 (($ $ (-1124 $)) 236 (|has| |#1| (-571)) ELT) (($ $ (-1209)) 234 (|has| |#1| (-571)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-571)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1443 (($ $ $) 202 (|has| |#1| (-571)) ELT)) (-3157 (($) 137 (|has| |#1| (-571)) ELT)) (-3266 (($ $ $) 222 (|has| |#1| (-571)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 392 (|has| |#1| (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 399 (|has| |#1| (-912 (-391))) ELT)) (-3030 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2843 (((-663 (-115)) $) NIL T ELT)) (-2504 (((-115) (-115)) 276 T ELT)) (-3363 (((-114) $) 25 (|has| |#1| (-1144)) ELT)) (-1602 (((-114) $) NIL (|has| $ (-1070 (-560))) ELT)) (-1902 (($ $) 72 (|has| |#1| (-1081)) ELT)) (-3125 (((-1157 |#1| (-630 $)) $) 91 (|has| |#1| (-1081)) ELT)) (-4048 (((-114) $) 62 (|has| |#1| (-571)) ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-571)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-571)) ELT)) (-4229 (((-1203 $) (-630 $)) 277 (|has| $ (-1081)) ELT)) (-1793 (($ (-1 $ $) (-630 $)) 426 T ELT)) (-1448 (((-3 (-630 $) "failed") $) NIL T ELT)) (-3343 (($ $) 141 (|has| |#1| (-571)) ELT)) (-1479 (($ $) 247 (|has| |#1| (-571)) ELT)) (-2974 (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL (|has| |#1| (-1081)) ELT) (((-711 |#1|) (-1299 $)) NIL (|has| |#1| (-1081)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ELT) (((-711 (-560)) (-1299 $)) NIL (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-571)) ELT) (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2494 (((-663 (-630 $)) $) 49 T ELT)) (-3199 (($ (-115) $) NIL T ELT) (($ (-115) (-663 $)) 431 T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL (|has| |#1| (-1144)) ELT)) (-4035 (((-3 (-2 (|:| |val| $) (|:| -2909 (-560))) "failed") $) NIL (|has| |#1| (-1081)) ELT)) (-1952 (((-3 (-663 $) "failed") $) 436 (|has| |#1| (-25)) ELT)) (-3954 (((-3 (-2 (|:| -3265 (-560)) (|:| |var| (-630 $))) "failed") $) 440 (|has| |#1| (-25)) ELT)) (-2364 (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $) NIL (|has| |#1| (-1144)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-115)) NIL (|has| |#1| (-1081)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-1209)) NIL (|has| |#1| (-1081)) ELT)) (-2820 (((-114) $ (-115)) NIL T ELT) (((-114) $ (-1209)) 51 T ELT)) (-4260 (($ $) NIL (-2309 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT)) (-3697 (($ $ (-1209)) 251 (|has| |#1| (-571)) ELT) (($ $ (-1124 $)) 253 (|has| |#1| (-571)) ELT)) (-3886 (((-793) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) 43 T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 301 (|has| |#1| (-571)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-571)) ELT) (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-3716 (((-114) $ $) NIL T ELT) (((-114) $ (-1209)) NIL T ELT)) (-3493 (($ $ (-1209)) 226 (|has| |#1| (-571)) ELT) (($ $) 224 (|has| |#1| (-571)) ELT)) (-3070 (($ $) 218 (|has| |#1| (-571)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 306 (-12 (|has| |#1| (-466)) (|has| |#1| (-571))) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-571)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-571)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-571)) ELT)) (-2784 (($ $) 139 (|has| |#1| (-571)) ELT)) (-4367 (((-114) $) NIL (|has| $ (-1070 (-560))) ELT)) (-4265 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) 425 T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1209) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1209) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 379 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-633 (-549))) ELT) (($ $) NIL (|has| |#1| (-633 (-549))) ELT) (($ $ (-115) $ (-1209)) 366 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-115)) (-663 $) (-1209)) 365 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ $))) NIL (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ (-663 $)))) NIL (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793) (-1 $ (-663 $))) NIL (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793) (-1 $ $)) NIL (|has| |#1| (-1081)) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-571)) ELT)) (-2631 (($ $) 239 (|has| |#1| (-571)) ELT)) (-3034 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-2538 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2665 (($ $) 249 (|has| |#1| (-571)) ELT)) (-1734 (($ $) 200 (|has| |#1| (-571)) ELT)) (-2703 (($ $ (-1209)) NIL (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-1081)) ELT)) (-3200 (($ $) 74 (|has| |#1| (-571)) ELT)) (-3138 (((-1157 |#1| (-630 $)) $) 93 (|has| |#1| (-571)) ELT)) (-2771 (($ $) 317 (|has| $ (-1081)) ELT)) (-2304 (($ $) 177 (|has| |#1| (-571)) ELT)) (-2149 (($ $) 153 (|has| |#1| (-571)) ELT)) (-2278 (($ $) 173 (|has| |#1| (-571)) ELT)) (-2124 (($ $) 149 (|has| |#1| (-571)) ELT)) (-2256 (($ $) 169 (|has| |#1| (-571)) ELT)) (-2699 (($ $) 145 (|has| |#1| (-571)) ELT)) (-1830 (((-916 (-560)) $) NIL (|has| |#1| (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| |#1| (-633 (-916 (-391)))) ELT) (($ (-419 $)) NIL (|has| |#1| (-571)) ELT) (((-549) $) 363 (|has| |#1| (-633 (-549))) ELT)) (-3933 (($ $ $) NIL (|has| |#1| (-487)) ELT)) (-3923 (($ $ $) NIL (|has| |#1| (-487)) ELT)) (-3834 (((-888) $) 424 T ELT) (($ (-630 $)) 415 T ELT) (($ (-1209)) 381 T ELT) (($ |#1|) 337 T ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-48)) 312 (-12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560)))) ELT) (($ (-1157 |#1| (-630 $))) 95 (|has| |#1| (-1081)) ELT) (($ (-421 |#1|)) NIL (|has| |#1| (-571)) ELT) (($ (-976 (-421 |#1|))) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-976 (-421 |#1|)))) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-976 |#1|))) NIL (|has| |#1| (-571)) ELT) (($ (-976 |#1|)) NIL (|has| |#1| (-1081)) ELT) (($ (-560)) 34 (-2309 (|has| |#1| (-1070 (-560))) (|has| |#1| (-1081))) ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-571)) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL (|has| |#1| (-1081)) CONST)) (-4129 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1441 (($ $ $) 220 (|has| |#1| (-571)) ELT)) (-2747 (($ $ $) 206 (|has| |#1| (-571)) ELT)) (-1510 (($ $ $) 210 (|has| |#1| (-571)) ELT)) (-2493 (($ $ $) 204 (|has| |#1| (-571)) ELT)) (-1617 (($ $ $) 208 (|has| |#1| (-571)) ELT)) (-3106 (((-114) (-115)) 10 T ELT)) (-1519 (((-114) $ $) 86 T ELT)) (-2345 (($ $) 183 (|has| |#1| (-571)) ELT)) (-2188 (($ $) 159 (|has| |#1| (-571)) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) 179 (|has| |#1| (-571)) ELT)) (-2163 (($ $) 155 (|has| |#1| (-571)) ELT)) (-2370 (($ $) 187 (|has| |#1| (-571)) ELT)) (-2214 (($ $) 163 (|has| |#1| (-571)) ELT)) (-2403 (($ (-1209) $) NIL T ELT) (($ (-1209) $ $) NIL T ELT) (($ (-1209) $ $ $) NIL T ELT) (($ (-1209) $ $ $ $) NIL T ELT) (($ (-1209) (-663 $)) NIL T ELT)) (-2638 (($ $) 214 (|has| |#1| (-571)) ELT)) (-2958 (($ $) 212 (|has| |#1| (-571)) ELT)) (-2254 (($ $) 189 (|has| |#1| (-571)) ELT)) (-2228 (($ $) 165 (|has| |#1| (-571)) ELT)) (-2356 (($ $) 185 (|has| |#1| (-571)) ELT)) (-2201 (($ $) 161 (|has| |#1| (-571)) ELT)) (-2330 (($ $) 181 (|has| |#1| (-571)) ELT)) (-2175 (($ $) 157 (|has| |#1| (-571)) ELT)) (-1958 (($ $) 192 (|has| |#1| (-571)) ELT)) (-2971 (($) 21 (-2309 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) CONST)) (-1338 (($ $) 243 (|has| |#1| (-571)) ELT)) (-2983 (($) 23 (|has| |#1| (-1144)) CONST)) (-3893 (($ $) 194 (|has| |#1| (-571)) ELT) (($ $ $) 196 (|has| |#1| (-571)) ELT)) (-3191 (($ $) 241 (|has| |#1| (-571)) ELT)) (-3095 (($ $ (-1209)) NIL (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-1081)) ELT)) (-3441 (($ $) 245 (|has| |#1| (-571)) ELT)) (-2287 (($ $ $) 198 (|has| |#1| (-571)) ELT)) (-2478 (((-114) $ $) 88 T ELT)) (-2594 (($ (-1157 |#1| (-630 $)) (-1157 |#1| (-630 $))) 106 (|has| |#1| (-571)) ELT) (($ $ $) 42 (-2309 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT)) (-2581 (($ $ $) 40 (-2309 (|has| |#1| (-21)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT) (($ $) 29 (-2309 (|has| |#1| (-21)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT)) (-2571 (($ $ $) 38 (-2309 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT)) (** (($ $ $) 64 (|has| |#1| (-571)) ELT) (($ $ (-421 (-560))) 314 (|has| |#1| (-571)) ELT) (($ $ (-560)) 80 (-2309 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT) (($ $ (-793)) 75 (|has| |#1| (-1144)) ELT) (($ $ (-949)) 84 (|has| |#1| (-1144)) ELT)) (* (($ (-421 (-560)) $) NIL (|has| |#1| (-571)) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-571)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT) (($ |#1| $) NIL (|has| |#1| (-1081)) ELT) (($ $ $) 36 (|has| |#1| (-1144)) ELT) (($ (-560) $) 32 (-2309 (|has| |#1| (-21)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT) (($ (-793) $) NIL (-2309 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT) (($ (-949) $) NIL (-2309 (|has| |#1| (-25)) (-12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081)))) ELT)))
+(((-326 |#1|) (-13 (-435 |#1|) (-10 -8 (IF (|has| |#1| (-571)) (PROGN (-6 (-29 |#1|)) (-6 (-1235)) (-6 (-162)) (-6 (-649)) (-6 (-1171)) (-15 -1995 ($ $)) (-15 -4048 ((-114) $)) (-15 -3414 ($ $ (-560))) (IF (|has| |#1| (-466)) (PROGN (-15 -3906 ((-419 (-1203 $)) (-1203 $))) (-15 -2630 ((-419 (-1203 $)) (-1203 $)))) |%noBranch|) (IF (|has| |#1| (-1070 (-560))) (-6 (-1070 (-48))) |%noBranch|)) |%noBranch|))) (-1133)) (T -326))
+((-1995 (*1 *1 *1) (-12 (-5 *1 (-326 *2)) (-4 *2 (-571)) (-4 *2 (-1133)))) (-4048 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-326 *3)) (-4 *3 (-571)) (-4 *3 (-1133)))) (-3414 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-326 *3)) (-4 *3 (-571)) (-4 *3 (-1133)))) (-3906 (*1 *2 *3) (-12 (-5 *2 (-419 (-1203 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1203 *1)) (-4 *4 (-466)) (-4 *4 (-571)) (-4 *4 (-1133)))) (-2630 (*1 *2 *3) (-12 (-5 *2 (-419 (-1203 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1203 *1)) (-4 *4 (-466)) (-4 *4 (-571)) (-4 *4 (-1133)))))
+(-13 (-435 |#1|) (-10 -8 (IF (|has| |#1| (-571)) (PROGN (-6 (-29 |#1|)) (-6 (-1235)) (-6 (-162)) (-6 (-649)) (-6 (-1171)) (-15 -1995 ($ $)) (-15 -4048 ((-114) $)) (-15 -3414 ($ $ (-560))) (IF (|has| |#1| (-466)) (PROGN (-15 -3906 ((-419 (-1203 $)) (-1203 $))) (-15 -2630 ((-419 (-1203 $)) (-1203 $)))) |%noBranch|) (IF (|has| |#1| (-1070 (-560))) (-6 (-1070 (-48))) |%noBranch|)) |%noBranch|)))
+((-1793 (((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|)) 13 T ELT)))
+(((-327 |#1| |#2|) (-10 -7 (-15 -1793 ((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|)))) (-1133) (-1133)) (T -327))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-326 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *2 (-326 *6)) (-5 *1 (-327 *5 *6)))))
+(-10 -7 (-15 -1793 ((-326 |#2|) (-1 |#2| |#1|) (-326 |#1|))))
+((-2769 (((-51) |#2| (-305 |#2|) (-793)) 40 T ELT) (((-51) |#2| (-305 |#2|)) 32 T ELT) (((-51) |#2| (-793)) 35 T ELT) (((-51) |#2|) 33 T ELT) (((-51) (-1209)) 26 T ELT)) (-1577 (((-51) |#2| (-305 |#2|) (-421 (-560))) 59 T ELT) (((-51) |#2| (-305 |#2|)) 56 T ELT) (((-51) |#2| (-421 (-560))) 58 T ELT) (((-51) |#2|) 57 T ELT) (((-51) (-1209)) 55 T ELT)) (-4239 (((-51) |#2| (-305 |#2|) (-421 (-560))) 54 T ELT) (((-51) |#2| (-305 |#2|)) 51 T ELT) (((-51) |#2| (-421 (-560))) 53 T ELT) (((-51) |#2|) 52 T ELT) (((-51) (-1209)) 50 T ELT)) (-2780 (((-51) |#2| (-305 |#2|) (-560)) 47 T ELT) (((-51) |#2| (-305 |#2|)) 44 T ELT) (((-51) |#2| (-560)) 46 T ELT) (((-51) |#2|) 45 T ELT) (((-51) (-1209)) 43 T ELT)))
+(((-328 |#1| |#2|) (-10 -7 (-15 -2769 ((-51) (-1209))) (-15 -2769 ((-51) |#2|)) (-15 -2769 ((-51) |#2| (-793))) (-15 -2769 ((-51) |#2| (-305 |#2|))) (-15 -2769 ((-51) |#2| (-305 |#2|) (-793))) (-15 -2780 ((-51) (-1209))) (-15 -2780 ((-51) |#2|)) (-15 -2780 ((-51) |#2| (-560))) (-15 -2780 ((-51) |#2| (-305 |#2|))) (-15 -2780 ((-51) |#2| (-305 |#2|) (-560))) (-15 -4239 ((-51) (-1209))) (-15 -4239 ((-51) |#2|)) (-15 -4239 ((-51) |#2| (-421 (-560)))) (-15 -4239 ((-51) |#2| (-305 |#2|))) (-15 -4239 ((-51) |#2| (-305 |#2|) (-421 (-560)))) (-15 -1577 ((-51) (-1209))) (-15 -1577 ((-51) |#2|)) (-15 -1577 ((-51) |#2| (-421 (-560)))) (-15 -1577 ((-51) |#2| (-305 |#2|))) (-15 -1577 ((-51) |#2| (-305 |#2|) (-421 (-560))))) (-13 (-466) (-1070 (-560)) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|))) (T -328))
+((-1577 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-305 *3)) (-5 *5 (-421 (-560))) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *6 *3)))) (-1577 (*1 *2 *3 *4) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)))) (-1577 (*1 *2 *3 *4) (-12 (-5 *4 (-421 (-560))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-1577 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4))))) (-1577 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1235) (-435 *4))))) (-4239 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-305 *3)) (-5 *5 (-421 (-560))) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *6 *3)))) (-4239 (*1 *2 *3 *4) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)))) (-4239 (*1 *2 *3 *4) (-12 (-5 *4 (-421 (-560))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-4239 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4))))) (-4239 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1235) (-435 *4))))) (-2780 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-466) (-1070 *5) (-660 *5))) (-5 *5 (-560)) (-5 *2 (-51)) (-5 *1 (-328 *6 *3)))) (-2780 (*1 *2 *3 *4) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)))) (-2780 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-4 *5 (-13 (-466) (-1070 *4) (-660 *4))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-2780 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4))))) (-2780 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1235) (-435 *4))))) (-2769 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-305 *3)) (-5 *5 (-793)) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *6 *3)))) (-2769 (*1 *2 *3 *4) (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)))) (-2769 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-2769 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4))))) (-2769 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1235) (-435 *4))))))
+(-10 -7 (-15 -2769 ((-51) (-1209))) (-15 -2769 ((-51) |#2|)) (-15 -2769 ((-51) |#2| (-793))) (-15 -2769 ((-51) |#2| (-305 |#2|))) (-15 -2769 ((-51) |#2| (-305 |#2|) (-793))) (-15 -2780 ((-51) (-1209))) (-15 -2780 ((-51) |#2|)) (-15 -2780 ((-51) |#2| (-560))) (-15 -2780 ((-51) |#2| (-305 |#2|))) (-15 -2780 ((-51) |#2| (-305 |#2|) (-560))) (-15 -4239 ((-51) (-1209))) (-15 -4239 ((-51) |#2|)) (-15 -4239 ((-51) |#2| (-421 (-560)))) (-15 -4239 ((-51) |#2| (-305 |#2|))) (-15 -4239 ((-51) |#2| (-305 |#2|) (-421 (-560)))) (-15 -1577 ((-51) (-1209))) (-15 -1577 ((-51) |#2|)) (-15 -1577 ((-51) |#2| (-421 (-560)))) (-15 -1577 ((-51) |#2| (-305 |#2|))) (-15 -1577 ((-51) |#2| (-305 |#2|) (-421 (-560)))))
+((-3968 (((-51) |#2| (-115) (-305 |#2|) (-663 |#2|)) 89 T ELT) (((-51) |#2| (-115) (-305 |#2|) (-305 |#2|)) 85 T ELT) (((-51) |#2| (-115) (-305 |#2|) |#2|) 87 T ELT) (((-51) (-305 |#2|) (-115) (-305 |#2|) |#2|) 88 T ELT) (((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|))) 81 T ELT) (((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 |#2|)) 83 T ELT) (((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 |#2|)) 84 T ELT) (((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|))) 82 T ELT) (((-51) (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|)) 90 T ELT) (((-51) (-305 |#2|) (-115) (-305 |#2|) (-305 |#2|)) 86 T ELT)))
+(((-329 |#1| |#2|) (-10 -7 (-15 -3968 ((-51) (-305 |#2|) (-115) (-305 |#2|) (-305 |#2|))) (-15 -3968 ((-51) (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|))) (-15 -3968 ((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|)))) (-15 -3968 ((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 |#2|))) (-15 -3968 ((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 |#2|))) (-15 -3968 ((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|)))) (-15 -3968 ((-51) (-305 |#2|) (-115) (-305 |#2|) |#2|)) (-15 -3968 ((-51) |#2| (-115) (-305 |#2|) |#2|)) (-15 -3968 ((-51) |#2| (-115) (-305 |#2|) (-305 |#2|))) (-15 -3968 ((-51) |#2| (-115) (-305 |#2|) (-663 |#2|)))) (-13 (-571) (-633 (-549))) (-435 |#1|)) (T -329))
+((-3968 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-115)) (-5 *5 (-305 *3)) (-5 *6 (-663 *3)) (-4 *3 (-435 *7)) (-4 *7 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *7 *3)))) (-3968 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-115)) (-5 *5 (-305 *3)) (-4 *3 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *3)))) (-3968 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-115)) (-5 *5 (-305 *3)) (-4 *3 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *3)))) (-3968 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-305 *5)) (-5 *4 (-115)) (-4 *5 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *5)))) (-3968 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 (-115))) (-5 *6 (-663 (-305 *8))) (-4 *8 (-435 *7)) (-5 *5 (-305 *8)) (-4 *7 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *7 *8)))) (-3968 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-663 *7)) (-5 *4 (-663 (-115))) (-5 *5 (-305 *7)) (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *7)))) (-3968 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-663 (-305 *8))) (-5 *4 (-663 (-115))) (-5 *5 (-305 *8)) (-5 *6 (-663 *8)) (-4 *8 (-435 *7)) (-4 *7 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *7 *8)))) (-3968 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-663 (-305 *7))) (-5 *4 (-663 (-115))) (-5 *5 (-305 *7)) (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *7)))) (-3968 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-305 *7)) (-5 *4 (-115)) (-5 *5 (-663 *7)) (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *6 *7)))) (-3968 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-305 *6)) (-5 *4 (-115)) (-4 *6 (-435 *5)) (-4 *5 (-13 (-571) (-633 (-549)))) (-5 *2 (-51)) (-5 *1 (-329 *5 *6)))))
+(-10 -7 (-15 -3968 ((-51) (-305 |#2|) (-115) (-305 |#2|) (-305 |#2|))) (-15 -3968 ((-51) (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|))) (-15 -3968 ((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|)))) (-15 -3968 ((-51) (-663 (-305 |#2|)) (-663 (-115)) (-305 |#2|) (-663 |#2|))) (-15 -3968 ((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 |#2|))) (-15 -3968 ((-51) (-663 |#2|) (-663 (-115)) (-305 |#2|) (-663 (-305 |#2|)))) (-15 -3968 ((-51) (-305 |#2|) (-115) (-305 |#2|) |#2|)) (-15 -3968 ((-51) |#2| (-115) (-305 |#2|) |#2|)) (-15 -3968 ((-51) |#2| (-115) (-305 |#2|) (-305 |#2|))) (-15 -3968 ((-51) |#2| (-115) (-305 |#2|) (-663 |#2|))))
+((-4166 (((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-229) (-560) (-1191)) 67 T ELT) (((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-229) (-560)) 68 T ELT) (((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-1 (-229) (-229)) (-560) (-1191)) 64 T ELT) (((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-1 (-229) (-229)) (-560)) 65 T ELT)) (-3287 (((-1 (-229) (-229)) (-229)) 66 T ELT)))
+(((-330) (-10 -7 (-15 -3287 ((-1 (-229) (-229)) (-229))) (-15 -4166 ((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-1 (-229) (-229)) (-560))) (-15 -4166 ((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-1 (-229) (-229)) (-560) (-1191))) (-15 -4166 ((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-229) (-560))) (-15 -4166 ((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-229) (-560) (-1191))))) (T -330))
+((-4166 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1121 (-229))) (-5 *6 (-229)) (-5 *7 (-560)) (-5 *8 (-1191)) (-5 *2 (-1245 (-957))) (-5 *1 (-330)))) (-4166 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1121 (-229))) (-5 *6 (-229)) (-5 *7 (-560)) (-5 *2 (-1245 (-957))) (-5 *1 (-330)))) (-4166 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1121 (-229))) (-5 *6 (-560)) (-5 *7 (-1191)) (-5 *2 (-1245 (-957))) (-5 *1 (-330)))) (-4166 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1121 (-229))) (-5 *6 (-560)) (-5 *2 (-1245 (-957))) (-5 *1 (-330)))) (-3287 (*1 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-330)) (-5 *3 (-229)))))
+(-10 -7 (-15 -3287 ((-1 (-229) (-229)) (-229))) (-15 -4166 ((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-1 (-229) (-229)) (-560))) (-15 -4166 ((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-1 (-229) (-229)) (-560) (-1191))) (-15 -4166 ((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-229) (-560))) (-15 -4166 ((-1245 (-957)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-229) (-560) (-1191))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 26 T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-421 (-560))) NIL T ELT) (($ $ (-421 (-560)) (-421 (-560))) NIL T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) 20 T ELT)) (-2267 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2243 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-793) (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) NIL T ELT)) (-2290 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) 36 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-1366 (((-114) $) NIL T ELT)) (-2512 (((-114) $) NIL T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-421 (-560)) $) NIL T ELT) (((-421 (-560)) $ (-421 (-560))) 16 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-421 (-560))) NIL T ELT) (($ $ (-1114) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-421 (-560)))) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3343 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-421 (-560))) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1722 (((-421 (-560)) $) 17 T ELT)) (-3330 (($ (-1280 |#1| |#2| |#3|)) 11 T ELT)) (-2909 (((-1280 |#1| |#2| |#3|) $) 12 T ELT)) (-2784 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-421 (-560))) NIL T ELT) (($ $ $) NIL (|has| (-421 (-560)) (-1144)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-4144 (((-421 (-560)) $) NIL T ELT)) (-2304 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 10 T ELT)) (-3834 (((-888) $) 42 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-421 (-560))) 34 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-3236 ((|#1| $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-421 (-560))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 28 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 37 T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-331 |#1| |#2| |#3|) (-13 (-1282 |#1|) (-816) (-10 -8 (-15 -3330 ($ (-1280 |#1| |#2| |#3|))) (-15 -2909 ((-1280 |#1| |#2| |#3|) $)) (-15 -1722 ((-421 (-560)) $)))) (-376) (-1209) |#1|) (T -331))
+((-3330 (*1 *1 *2) (-12 (-5 *2 (-1280 *3 *4 *5)) (-4 *3 (-376)) (-14 *4 (-1209)) (-14 *5 *3) (-5 *1 (-331 *3 *4 *5)))) (-2909 (*1 *2 *1) (-12 (-5 *2 (-1280 *3 *4 *5)) (-5 *1 (-331 *3 *4 *5)) (-4 *3 (-376)) (-14 *4 (-1209)) (-14 *5 *3))) (-1722 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-331 *3 *4 *5)) (-4 *3 (-376)) (-14 *4 (-1209)) (-14 *5 *3))))
+(-13 (-1282 |#1|) (-816) (-10 -8 (-15 -3330 ($ (-1280 |#1| |#2| |#3|))) (-15 -2909 ((-1280 |#1| |#2| |#3|) $)) (-15 -1722 ((-421 (-560)) $))))
+((-1526 (((-2 (|:| -2909 (-793)) (|:| -3265 |#1|) (|:| |radicand| (-663 |#1|))) (-419 |#1|) (-793)) 35 T ELT)) (-3343 (((-663 (-2 (|:| -3265 (-793)) (|:| |logand| |#1|))) (-419 |#1|)) 40 T ELT)))
+(((-332 |#1|) (-10 -7 (-15 -1526 ((-2 (|:| -2909 (-793)) (|:| -3265 |#1|) (|:| |radicand| (-663 |#1|))) (-419 |#1|) (-793))) (-15 -3343 ((-663 (-2 (|:| -3265 (-793)) (|:| |logand| |#1|))) (-419 |#1|)))) (-571)) (T -332))
+((-3343 (*1 *2 *3) (-12 (-5 *3 (-419 *4)) (-4 *4 (-571)) (-5 *2 (-663 (-2 (|:| -3265 (-793)) (|:| |logand| *4)))) (-5 *1 (-332 *4)))) (-1526 (*1 *2 *3 *4) (-12 (-5 *3 (-419 *5)) (-4 *5 (-571)) (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *5) (|:| |radicand| (-663 *5)))) (-5 *1 (-332 *5)) (-5 *4 (-793)))))
+(-10 -7 (-15 -1526 ((-2 (|:| -2909 (-793)) (|:| -3265 |#1|) (|:| |radicand| (-663 |#1|))) (-419 |#1|) (-793))) (-15 -3343 ((-663 (-2 (|:| -3265 (-793)) (|:| |logand| |#1|))) (-419 |#1|))))
+((-2712 (((-663 |#2|) (-1203 |#4|)) 44 T ELT)) (-2710 ((|#3| (-560)) 47 T ELT)) (-3726 (((-1203 |#4|) (-1203 |#3|)) 30 T ELT)) (-2637 (((-1203 |#4|) (-1203 |#4|) (-560)) 66 T ELT)) (-1928 (((-1203 |#3|) (-1203 |#4|)) 21 T ELT)) (-4144 (((-663 (-793)) (-1203 |#4|) (-663 |#2|)) 41 T ELT)) (-2448 (((-1203 |#3|) (-1203 |#4|) (-663 |#2|) (-663 |#3|)) 35 T ELT)))
+(((-333 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2448 ((-1203 |#3|) (-1203 |#4|) (-663 |#2|) (-663 |#3|))) (-15 -4144 ((-663 (-793)) (-1203 |#4|) (-663 |#2|))) (-15 -2712 ((-663 |#2|) (-1203 |#4|))) (-15 -1928 ((-1203 |#3|) (-1203 |#4|))) (-15 -3726 ((-1203 |#4|) (-1203 |#3|))) (-15 -2637 ((-1203 |#4|) (-1203 |#4|) (-560))) (-15 -2710 (|#3| (-560)))) (-817) (-872) (-1081) (-980 |#3| |#1| |#2|)) (T -333))
+((-2710 (*1 *2 *3) (-12 (-5 *3 (-560)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1081)) (-5 *1 (-333 *4 *5 *2 *6)) (-4 *6 (-980 *2 *4 *5)))) (-2637 (*1 *2 *2 *3) (-12 (-5 *2 (-1203 *7)) (-5 *3 (-560)) (-4 *7 (-980 *6 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081)) (-5 *1 (-333 *4 *5 *6 *7)))) (-3726 (*1 *2 *3) (-12 (-5 *3 (-1203 *6)) (-4 *6 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-1203 *7)) (-5 *1 (-333 *4 *5 *6 *7)) (-4 *7 (-980 *6 *4 *5)))) (-1928 (*1 *2 *3) (-12 (-5 *3 (-1203 *7)) (-4 *7 (-980 *6 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081)) (-5 *2 (-1203 *6)) (-5 *1 (-333 *4 *5 *6 *7)))) (-2712 (*1 *2 *3) (-12 (-5 *3 (-1203 *7)) (-4 *7 (-980 *6 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081)) (-5 *2 (-663 *5)) (-5 *1 (-333 *4 *5 *6 *7)))) (-4144 (*1 *2 *3 *4) (-12 (-5 *3 (-1203 *8)) (-5 *4 (-663 *6)) (-4 *6 (-872)) (-4 *8 (-980 *7 *5 *6)) (-4 *5 (-817)) (-4 *7 (-1081)) (-5 *2 (-663 (-793))) (-5 *1 (-333 *5 *6 *7 *8)))) (-2448 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1203 *9)) (-5 *4 (-663 *7)) (-5 *5 (-663 *8)) (-4 *7 (-872)) (-4 *8 (-1081)) (-4 *9 (-980 *8 *6 *7)) (-4 *6 (-817)) (-5 *2 (-1203 *8)) (-5 *1 (-333 *6 *7 *8 *9)))))
+(-10 -7 (-15 -2448 ((-1203 |#3|) (-1203 |#4|) (-663 |#2|) (-663 |#3|))) (-15 -4144 ((-663 (-793)) (-1203 |#4|) (-663 |#2|))) (-15 -2712 ((-663 |#2|) (-1203 |#4|))) (-15 -1928 ((-1203 |#3|) (-1203 |#4|))) (-15 -3726 ((-1203 |#4|) (-1203 |#3|))) (-15 -2637 ((-1203 |#4|) (-1203 |#4|) (-560))) (-15 -2710 (|#3| (-560))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 19 T ELT)) (-4436 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 (-560)))) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2233 (((-793) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-3365 ((|#1| $ (-560)) NIL T ELT)) (-3631 (((-560) $ (-560)) NIL T ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2585 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3384 (($ (-1 (-560) (-560)) $) 11 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2449 (($ $ $) NIL (|has| (-560) (-816)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3580 (((-560) |#1| $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 29 (|has| |#1| (-872)) ELT)) (-2581 (($ $) 12 T ELT) (($ $ $) 28 T ELT)) (-2571 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ (-560) |#1|) 27 T ELT)))
+(((-334 |#1|) (-13 (-21) (-739 (-560)) (-335 |#1| (-560)) (-10 -7 (IF (|has| |#1| (-872)) (-6 (-872)) |%noBranch|))) (-1133)) (T -334))
+NIL
+(-13 (-21) (-739 (-560)) (-335 |#1| (-560)) (-10 -7 (IF (|has| |#1| (-872)) (-6 (-872)) |%noBranch|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-4436 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 |#2|))) $) 33 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2233 (((-793) $) 34 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#1| "failed") $) 38 T ELT)) (-4072 ((|#1| $) 39 T ELT)) (-3365 ((|#1| $ (-560)) 31 T ELT)) (-3631 ((|#2| $ (-560)) 32 T ELT)) (-2585 (($ (-1 |#1| |#1|) $) 28 T ELT)) (-3384 (($ (-1 |#2| |#2|) $) 29 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2449 (($ $ $) 27 (|has| |#2| (-816)) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ |#1|) 37 T ELT)) (-3580 ((|#2| |#1| $) 30 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2571 (($ $ $) 18 T ELT) (($ |#1| $) 36 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ |#2| |#1|) 35 T ELT)))
+(((-335 |#1| |#2|) (-142) (-1133) (-133)) (T -335))
+((-2571 (*1 *1 *2 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-133)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-133)))) (-2233 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-133)) (-5 *2 (-793)))) (-4436 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-133)) (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 *4)))))) (-3631 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-335 *4 *2)) (-4 *4 (-1133)) (-4 *2 (-133)))) (-3365 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-335 *2 *4)) (-4 *4 (-133)) (-4 *2 (-1133)))) (-3580 (*1 *2 *3 *1) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-133)))) (-3384 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-335 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-133)))) (-2585 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-335 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-133)))) (-2449 (*1 *1 *1 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-133)) (-4 *3 (-816)))))
+(-13 (-133) (-1070 |t#1|) (-10 -8 (-15 -2571 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -2233 ((-793) $)) (-15 -4436 ((-663 (-2 (|:| |gen| |t#1|) (|:| -2784 |t#2|))) $)) (-15 -3631 (|t#2| $ (-560))) (-15 -3365 (|t#1| $ (-560))) (-15 -3580 (|t#2| |t#1| $)) (-15 -3384 ($ (-1 |t#2| |t#2|) $)) (-15 -2585 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-816)) (-15 -2449 ($ $ $)) |%noBranch|)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-1070 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-4436 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 (-793)))) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2233 (((-793) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-3365 ((|#1| $ (-560)) NIL T ELT)) (-3631 (((-793) $ (-560)) NIL T ELT)) (-2585 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3384 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2449 (($ $ $) NIL (|has| (-793) (-816)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3580 (((-793) |#1| $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-793) |#1|) NIL T ELT)))
+(((-336 |#1|) (-335 |#1| (-793)) (-1133)) (T -336))
NIL
(-335 |#1| (-793))
-((-2075 (($ $) 72 T ELT)) (-1524 (($ $ |#2| |#3| $) 14 T ELT)) (-1729 (($ (-1 |#3| |#3|) $) 51 T ELT)) (-2412 (((-114) $) 42 T ELT)) (-2425 ((|#2| $) 44 T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT) (((-3 $ "failed") $ |#2|) 64 T ELT)) (-2389 ((|#2| $) 68 T ELT)) (-2277 (((-663 |#2|) $) 56 T ELT)) (-2311 (($ $ $ (-793)) 37 T ELT)) (-2436 (($ $ |#2|) 60 T ELT)))
-(((-337 |#1| |#2| |#3|) (-10 -8 (-15 -2075 (|#1| |#1|)) (-15 -2389 (|#2| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2311 (|#1| |#1| |#1| (-793))) (-15 -1524 (|#1| |#1| |#2| |#3| |#1|)) (-15 -1729 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2277 ((-663 |#2|) |#1|)) (-15 -2425 (|#2| |#1|)) (-15 -2412 ((-114) |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2436 (|#1| |#1| |#2|))) (-338 |#2| |#3|) (-1080) (-814)) (T -337))
-NIL
-(-10 -8 (-15 -2075 (|#1| |#1|)) (-15 -2389 (|#2| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2311 (|#1| |#1| |#1| (-793))) (-15 -1524 (|#1| |#1| |#2| |#3| |#1|)) (-15 -1729 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2277 ((-663 |#2|) |#1|)) (-15 -2425 (|#2| |#1|)) (-15 -2412 ((-114) |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2436 (|#1| |#1| |#2|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 106 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 104 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 101 T ELT)) (-3056 (((-560) $) 105 (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) 103 (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 102 T ELT)) (-2474 (($ $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2075 (($ $) 90 (|has| |#1| (-466)) ELT)) (-1524 (($ $ |#1| |#2| $) 94 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2541 (((-793) $) 97 T ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| |#2|) 78 T ELT)) (-4486 ((|#2| $) 96 T ELT)) (-1729 (($ (-1 |#2| |#2|) $) 95 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2412 (((-114) $) 100 T ELT)) (-2425 ((|#1| $) 99 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ |#1|) 92 (|has| |#1| (-571)) ELT)) (-4283 ((|#2| $) 81 T ELT)) (-2389 ((|#1| $) 91 (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 T ELT) (($ (-421 (-560))) 74 (-2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT)) (-2277 (((-663 |#1|) $) 98 T ELT)) (-2453 ((|#1| $ |#2|) 76 T ELT)) (-3187 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-2311 (($ $ $ (-793)) 93 (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-338 |#1| |#2|) (-142) (-1080) (-814)) (T -338))
-((-2412 (*1 *2 *1) (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)) (-5 *2 (-114)))) (-2425 (*1 *2 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080)))) (-2277 (*1 *2 *1) (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)) (-5 *2 (-663 *3)))) (-2541 (*1 *2 *1) (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)) (-5 *2 (-793)))) (-4486 (*1 *2 *1) (-12 (-4 *1 (-338 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))) (-1729 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-338 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)))) (-1524 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814)))) (-2311 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-338 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)) (-4 *3 (-175)))) (-2283 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814)) (-4 *2 (-571)))) (-2389 (*1 *2 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080)) (-4 *2 (-466)))) (-2075 (*1 *1 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814)) (-4 *2 (-466)))))
-(-13 (-47 |t#1| |t#2|) (-426 |t#1|) (-10 -8 (-15 -2412 ((-114) $)) (-15 -2425 (|t#1| $)) (-15 -2277 ((-663 |t#1|) $)) (-15 -2541 ((-793) $)) (-15 -4486 (|t#2| $)) (-15 -1729 ($ (-1 |t#2| |t#2|) $)) (-15 -1524 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-175)) (-15 -2311 ($ $ $ (-793))) |%noBranch|) (IF (|has| |t#1| (-571)) (-15 -2283 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-466)) (PROGN (-15 -2389 (|t#1| $)) (-15 -2075 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) |has| |#1| (-571)) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-302) |has| |#1| (-571)) ((-426 |#1|) . T) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1082 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1087 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1612 (((-114) (-114)) NIL T ELT)) (-2696 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2501 (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2813 (($ $) NIL (|has| |#1| (-1132)) ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1784 (($ |#1| $) NIL (|has| |#1| (-1132)) ELT) (($ (-1 (-114) |#1|) $) NIL T ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT)) (-1706 (($ $ (-560)) NIL T ELT)) (-2727 (((-793) $) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) |#1|) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3104 (($ $ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1368 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-1726 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3808 (($ (-663 |#1|)) NIL T ELT)) (-3794 ((|#1| $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-2229 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) NIL T ELT)) (-1464 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-4357 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-339 |#1|) (-13 (-19 |#1|) (-294 |#1|) (-10 -8 (-15 -3808 ($ (-663 |#1|))) (-15 -2727 ((-793) $)) (-15 -1706 ($ $ (-560))) (-15 -1612 ((-114) (-114))))) (-1248)) (T -339))
-((-3808 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-339 *3)))) (-2727 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-339 *3)) (-4 *3 (-1248)))) (-1706 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-339 *3)) (-4 *3 (-1248)))) (-1612 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-339 *3)) (-4 *3 (-1248)))))
-(-13 (-19 |#1|) (-294 |#1|) (-10 -8 (-15 -3808 ($ (-663 |#1|))) (-15 -2727 ((-793) $)) (-15 -1706 ($ $ (-560))) (-15 -1612 ((-114) (-114)))))
-((-1954 (((-114) $) 47 T ELT)) (-3591 (((-793)) 23 T ELT)) (-4095 ((|#2| $) 51 T ELT) (($ $ (-948)) 123 T ELT)) (-1450 (((-793)) 124 T ELT)) (-3013 (($ (-1298 |#2|)) 20 T ELT)) (-3617 (((-114) $) 136 T ELT)) (-3138 ((|#2| $) 53 T ELT) (($ $ (-948)) 120 T ELT)) (-2767 (((-1202 |#2|) $) NIL T ELT) (((-1202 $) $ (-948)) 111 T ELT)) (-1624 (((-1202 |#2|) $) 95 T ELT)) (-2046 (((-1202 |#2|) $) 91 T ELT) (((-3 (-1202 |#2|) "failed") $ $) 88 T ELT)) (-2365 (($ $ (-1202 |#2|)) 58 T ELT)) (-3699 (((-854 (-948))) 30 T ELT) (((-948)) 48 T ELT)) (-2328 (((-136)) 27 T ELT)) (-4283 (((-854 (-948)) $) 32 T ELT) (((-948) $) 139 T ELT)) (-1835 (($) 130 T ELT)) (-2086 (((-1298 |#2|) $) NIL T ELT) (((-711 |#2|) (-1298 $)) 42 T ELT)) (-3187 (($ $) NIL T ELT) (((-713 $) $) 100 T ELT)) (-1749 (((-114) $) 45 T ELT)))
-(((-340 |#1| |#2|) (-10 -8 (-15 -3187 ((-713 |#1|) |#1|)) (-15 -1450 ((-793))) (-15 -3187 (|#1| |#1|)) (-15 -2046 ((-3 (-1202 |#2|) "failed") |#1| |#1|)) (-15 -2046 ((-1202 |#2|) |#1|)) (-15 -1624 ((-1202 |#2|) |#1|)) (-15 -2365 (|#1| |#1| (-1202 |#2|))) (-15 -3617 ((-114) |#1|)) (-15 -1835 (|#1|)) (-15 -4095 (|#1| |#1| (-948))) (-15 -3138 (|#1| |#1| (-948))) (-15 -2767 ((-1202 |#1|) |#1| (-948))) (-15 -4095 (|#2| |#1|)) (-15 -3138 (|#2| |#1|)) (-15 -4283 ((-948) |#1|)) (-15 -3699 ((-948))) (-15 -2767 ((-1202 |#2|) |#1|)) (-15 -3013 (|#1| (-1298 |#2|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1|)) (-15 -3591 ((-793))) (-15 -3699 ((-854 (-948)))) (-15 -4283 ((-854 (-948)) |#1|)) (-15 -1954 ((-114) |#1|)) (-15 -1749 ((-114) |#1|)) (-15 -2328 ((-136)))) (-341 |#2|) (-376)) (T -340))
-((-2328 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-136)) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))) (-3699 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-854 (-948))) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))) (-3591 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))) (-3699 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-948)) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))) (-1450 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))))
-(-10 -8 (-15 -3187 ((-713 |#1|) |#1|)) (-15 -1450 ((-793))) (-15 -3187 (|#1| |#1|)) (-15 -2046 ((-3 (-1202 |#2|) "failed") |#1| |#1|)) (-15 -2046 ((-1202 |#2|) |#1|)) (-15 -1624 ((-1202 |#2|) |#1|)) (-15 -2365 (|#1| |#1| (-1202 |#2|))) (-15 -3617 ((-114) |#1|)) (-15 -1835 (|#1|)) (-15 -4095 (|#1| |#1| (-948))) (-15 -3138 (|#1| |#1| (-948))) (-15 -2767 ((-1202 |#1|) |#1| (-948))) (-15 -4095 (|#2| |#1|)) (-15 -3138 (|#2| |#1|)) (-15 -4283 ((-948) |#1|)) (-15 -3699 ((-948))) (-15 -2767 ((-1202 |#2|) |#1|)) (-15 -3013 (|#1| (-1298 |#2|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1|)) (-15 -3591 ((-793))) (-15 -3699 ((-854 (-948)))) (-15 -4283 ((-854 (-948)) |#1|)) (-15 -1954 ((-114) |#1|)) (-15 -1749 ((-114) |#1|)) (-15 -2328 ((-136))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-1954 (((-114) $) 111 T ELT)) (-3591 (((-793)) 107 T ELT)) (-4095 ((|#1| $) 159 T ELT) (($ $ (-948)) 156 (|has| |#1| (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 141 (|has| |#1| (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-1450 (((-793)) 131 (|has| |#1| (-381)) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#1| "failed") $) 118 T ELT)) (-3056 ((|#1| $) 119 T ELT)) (-3013 (($ (-1298 |#1|)) 165 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 147 (|has| |#1| (-381)) ELT)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3362 (($) 128 (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1632 (($) 143 (|has| |#1| (-381)) ELT)) (-2136 (((-114) $) 144 (|has| |#1| (-381)) ELT)) (-1497 (($ $ (-793)) 104 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) 103 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1510 (((-114) $) 86 T ELT)) (-2252 (((-948) $) 146 (|has| |#1| (-381)) ELT) (((-854 (-948)) $) 101 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) 40 T ELT)) (-1918 (($) 154 (|has| |#1| (-381)) ELT)) (-3617 (((-114) $) 153 (|has| |#1| (-381)) ELT)) (-3138 ((|#1| $) 160 T ELT) (($ $ (-948)) 157 (|has| |#1| (-381)) ELT)) (-2024 (((-713 $) $) 132 (|has| |#1| (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2767 (((-1202 |#1|) $) 164 T ELT) (((-1202 $) $ (-948)) 158 (|has| |#1| (-381)) ELT)) (-2608 (((-948) $) 129 (|has| |#1| (-381)) ELT)) (-1624 (((-1202 |#1|) $) 150 (|has| |#1| (-381)) ELT)) (-2046 (((-1202 |#1|) $) 149 (|has| |#1| (-381)) ELT) (((-3 (-1202 |#1|) "failed") $ $) 148 (|has| |#1| (-381)) ELT)) (-2365 (($ $ (-1202 |#1|)) 151 (|has| |#1| (-381)) ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-2814 (($) 133 (|has| |#1| (-381)) CONST)) (-3998 (($ (-948)) 130 (|has| |#1| (-381)) ELT)) (-4309 (((-114) $) 110 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3178 (($) 152 (|has| |#1| (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 140 (|has| |#1| (-381)) ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3699 (((-854 (-948))) 108 T ELT) (((-948)) 162 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-2424 (((-793) $) 145 (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) 102 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2328 (((-136)) 116 T ELT)) (-2457 (($ $ (-793)) 136 (|has| |#1| (-381)) ELT) (($ $) 134 (|has| |#1| (-381)) ELT)) (-4283 (((-854 (-948)) $) 109 T ELT) (((-948) $) 161 T ELT)) (-2731 (((-1202 |#1|)) 163 T ELT)) (-1677 (($) 142 (|has| |#1| (-381)) ELT)) (-1835 (($) 155 (|has| |#1| (-381)) ELT)) (-2086 (((-1298 |#1|) $) 167 T ELT) (((-711 |#1|) (-1298 $)) 166 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 139 (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ |#1|) 117 T ELT)) (-3187 (($ $) 138 (|has| |#1| (-381)) ELT) (((-713 $) $) 100 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1868 (((-1298 $)) 169 T ELT) (((-1298 $) (-948)) 168 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1749 (((-114) $) 112 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2513 (($ $) 106 (|has| |#1| (-381)) ELT) (($ $ (-793)) 105 (|has| |#1| (-381)) ELT)) (-4324 (($ $ (-793)) 137 (|has| |#1| (-381)) ELT) (($ $) 135 (|has| |#1| (-381)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 80 T ELT) (($ $ |#1|) 115 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT) (($ $ |#1|) 114 T ELT) (($ |#1| $) 113 T ELT)))
+((-4332 (($ $) 72 T ELT)) (-4240 (($ $ |#2| |#3| $) 14 T ELT)) (-3097 (($ (-1 |#3| |#3|) $) 51 T ELT)) (-4271 (((-114) $) 42 T ELT)) (-4283 ((|#2| $) 44 T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT) (((-3 $ "failed") $ |#2|) 64 T ELT)) (-3878 ((|#2| $) 68 T ELT)) (-1551 (((-663 |#2|) $) 56 T ELT)) (-1585 (($ $ $ (-793)) 37 T ELT)) (-2594 (($ $ |#2|) 60 T ELT)))
+(((-337 |#1| |#2| |#3|) (-10 -8 (-15 -4332 (|#1| |#1|)) (-15 -3878 (|#2| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1585 (|#1| |#1| |#1| (-793))) (-15 -4240 (|#1| |#1| |#2| |#3| |#1|)) (-15 -3097 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1551 ((-663 |#2|) |#1|)) (-15 -4283 (|#2| |#1|)) (-15 -4271 ((-114) |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2594 (|#1| |#1| |#2|))) (-338 |#2| |#3|) (-1081) (-816)) (T -337))
+NIL
+(-10 -8 (-15 -4332 (|#1| |#1|)) (-15 -3878 (|#2| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1585 (|#1| |#1| |#1| (-793))) (-15 -4240 (|#1| |#1| |#2| |#3| |#1|)) (-15 -3097 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1551 ((-663 |#2|) |#1|)) (-15 -4283 (|#2| |#1|)) (-15 -4271 ((-114) |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2594 (|#1| |#1| |#2|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 106 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 104 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 101 T ELT)) (-4072 (((-560) $) 105 (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) 103 (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 102 T ELT)) (-4328 (($ $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-4332 (($ $) 90 (|has| |#1| (-466)) ELT)) (-4240 (($ $ |#1| |#2| $) 94 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-4055 (((-793) $) 97 T ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| |#2|) 78 T ELT)) (-3654 ((|#2| $) 96 T ELT)) (-3097 (($ (-1 |#2| |#2|) $) 95 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4271 (((-114) $) 100 T ELT)) (-4283 ((|#1| $) 99 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ |#1|) 92 (|has| |#1| (-571)) ELT)) (-4144 ((|#2| $) 81 T ELT)) (-3878 ((|#1| $) 91 (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 T ELT) (($ (-421 (-560))) 74 (-2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT)) (-1551 (((-663 |#1|) $) 98 T ELT)) (-3580 ((|#1| $ |#2|) 76 T ELT)) (-1633 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-1585 (($ $ $ (-793)) 93 (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-338 |#1| |#2|) (-142) (-1081) (-816)) (T -338))
+((-4271 (*1 *2 *1) (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)) (-5 *2 (-114)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081)))) (-1551 (*1 *2 *1) (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)) (-5 *2 (-663 *3)))) (-4055 (*1 *2 *1) (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)) (-5 *2 (-793)))) (-3654 (*1 *2 *1) (-12 (-4 *1 (-338 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))) (-3097 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-338 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)))) (-4240 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816)))) (-1585 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-338 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)) (-4 *3 (-175)))) (-3795 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816)) (-4 *2 (-571)))) (-3878 (*1 *2 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081)) (-4 *2 (-466)))) (-4332 (*1 *1 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816)) (-4 *2 (-466)))))
+(-13 (-47 |t#1| |t#2|) (-426 |t#1|) (-10 -8 (-15 -4271 ((-114) $)) (-15 -4283 (|t#1| $)) (-15 -1551 ((-663 |t#1|) $)) (-15 -4055 ((-793) $)) (-15 -3654 (|t#2| $)) (-15 -3097 ($ (-1 |t#2| |t#2|) $)) (-15 -4240 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-175)) (-15 -1585 ($ $ $ (-793))) |%noBranch|) (IF (|has| |t#1| (-571)) (-15 -3795 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-466)) (PROGN (-15 -3878 (|t#1| $)) (-15 -4332 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) |has| |#1| (-571)) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-302) |has| |#1| (-571)) ((-426 |#1|) . T) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1083 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1088 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1689 (((-114) (-114)) NIL T ELT)) (-3986 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4174 (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-1536 (($ $) NIL (|has| |#1| (-1133)) ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1851 (($ |#1| $) NIL (|has| |#1| (-1133)) ELT) (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT)) (-1353 (($ $ (-560)) NIL T ELT)) (-3510 (((-793) $) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) |#1|) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2100 (($ $ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3549 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-4233 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1606 (($ (-663 |#1|)) NIL T ELT)) (-1574 ((|#1| $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-2380 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) NIL T ELT)) (-4409 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2465 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-339 |#1|) (-13 (-19 |#1|) (-294 |#1|) (-10 -8 (-15 -1606 ($ (-663 |#1|))) (-15 -3510 ((-793) $)) (-15 -1353 ($ $ (-560))) (-15 -1689 ((-114) (-114))))) (-1249)) (T -339))
+((-1606 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-339 *3)))) (-3510 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-339 *3)) (-4 *3 (-1249)))) (-1353 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-339 *3)) (-4 *3 (-1249)))) (-1689 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-339 *3)) (-4 *3 (-1249)))))
+(-13 (-19 |#1|) (-294 |#1|) (-10 -8 (-15 -1606 ($ (-663 |#1|))) (-15 -3510 ((-793) $)) (-15 -1353 ($ $ (-560))) (-15 -1689 ((-114) (-114)))))
+((-2360 (((-114) $) 47 T ELT)) (-4337 (((-793)) 23 T ELT)) (-2412 ((|#2| $) 51 T ELT) (($ $ (-949)) 123 T ELT)) (-2233 (((-793)) 124 T ELT)) (-4402 (($ (-1299 |#2|)) 20 T ELT)) (-3563 (((-114) $) 136 T ELT)) (-2480 ((|#2| $) 53 T ELT) (($ $ (-949)) 120 T ELT)) (-4118 (((-1203 |#2|) $) NIL T ELT) (((-1203 $) $ (-949)) 111 T ELT)) (-3639 (((-1203 |#2|) $) 95 T ELT)) (-2030 (((-1203 |#2|) $) 91 T ELT) (((-3 (-1203 |#2|) "failed") $ $) 88 T ELT)) (-2223 (($ $ (-1203 |#2|)) 58 T ELT)) (-2271 (((-856 (-949))) 30 T ELT) (((-949)) 48 T ELT)) (-2068 (((-136)) 27 T ELT)) (-4144 (((-856 (-949)) $) 32 T ELT) (((-949) $) 139 T ELT)) (-2044 (($) 130 T ELT)) (-3084 (((-1299 |#2|) $) NIL T ELT) (((-711 |#2|) (-1299 $)) 42 T ELT)) (-1633 (($ $) NIL T ELT) (((-713 $) $) 100 T ELT)) (-1414 (((-114) $) 45 T ELT)))
+(((-340 |#1| |#2|) (-10 -8 (-15 -1633 ((-713 |#1|) |#1|)) (-15 -2233 ((-793))) (-15 -1633 (|#1| |#1|)) (-15 -2030 ((-3 (-1203 |#2|) "failed") |#1| |#1|)) (-15 -2030 ((-1203 |#2|) |#1|)) (-15 -3639 ((-1203 |#2|) |#1|)) (-15 -2223 (|#1| |#1| (-1203 |#2|))) (-15 -3563 ((-114) |#1|)) (-15 -2044 (|#1|)) (-15 -2412 (|#1| |#1| (-949))) (-15 -2480 (|#1| |#1| (-949))) (-15 -4118 ((-1203 |#1|) |#1| (-949))) (-15 -2412 (|#2| |#1|)) (-15 -2480 (|#2| |#1|)) (-15 -4144 ((-949) |#1|)) (-15 -2271 ((-949))) (-15 -4118 ((-1203 |#2|) |#1|)) (-15 -4402 (|#1| (-1299 |#2|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1|)) (-15 -4337 ((-793))) (-15 -2271 ((-856 (-949)))) (-15 -4144 ((-856 (-949)) |#1|)) (-15 -2360 ((-114) |#1|)) (-15 -1414 ((-114) |#1|)) (-15 -2068 ((-136)))) (-341 |#2|) (-376)) (T -340))
+((-2068 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-136)) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))) (-2271 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-856 (-949))) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))) (-4337 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))) (-2271 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-949)) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))) (-2233 (*1 *2) (-12 (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-340 *3 *4)) (-4 *3 (-341 *4)))))
+(-10 -8 (-15 -1633 ((-713 |#1|) |#1|)) (-15 -2233 ((-793))) (-15 -1633 (|#1| |#1|)) (-15 -2030 ((-3 (-1203 |#2|) "failed") |#1| |#1|)) (-15 -2030 ((-1203 |#2|) |#1|)) (-15 -3639 ((-1203 |#2|) |#1|)) (-15 -2223 (|#1| |#1| (-1203 |#2|))) (-15 -3563 ((-114) |#1|)) (-15 -2044 (|#1|)) (-15 -2412 (|#1| |#1| (-949))) (-15 -2480 (|#1| |#1| (-949))) (-15 -4118 ((-1203 |#1|) |#1| (-949))) (-15 -2412 (|#2| |#1|)) (-15 -2480 (|#2| |#1|)) (-15 -4144 ((-949) |#1|)) (-15 -2271 ((-949))) (-15 -4118 ((-1203 |#2|) |#1|)) (-15 -4402 (|#1| (-1299 |#2|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1|)) (-15 -4337 ((-793))) (-15 -2271 ((-856 (-949)))) (-15 -4144 ((-856 (-949)) |#1|)) (-15 -2360 ((-114) |#1|)) (-15 -1414 ((-114) |#1|)) (-15 -2068 ((-136))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-2360 (((-114) $) 111 T ELT)) (-4337 (((-793)) 107 T ELT)) (-2412 ((|#1| $) 159 T ELT) (($ $ (-949)) 156 (|has| |#1| (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 141 (|has| |#1| (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-2233 (((-793)) 131 (|has| |#1| (-381)) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#1| "failed") $) 118 T ELT)) (-4072 ((|#1| $) 119 T ELT)) (-4402 (($ (-1299 |#1|)) 165 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 147 (|has| |#1| (-381)) ELT)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2150 (($) 128 (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-3396 (($) 143 (|has| |#1| (-381)) ELT)) (-4418 (((-114) $) 144 (|has| |#1| (-381)) ELT)) (-1789 (($ $ (-793)) 104 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) 103 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2072 (((-114) $) 86 T ELT)) (-2918 (((-949) $) 146 (|has| |#1| (-381)) ELT) (((-856 (-949)) $) 101 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) 40 T ELT)) (-3274 (($) 154 (|has| |#1| (-381)) ELT)) (-3563 (((-114) $) 153 (|has| |#1| (-381)) ELT)) (-2480 ((|#1| $) 160 T ELT) (($ $ (-949)) 157 (|has| |#1| (-381)) ELT)) (-3851 (((-713 $) $) 132 (|has| |#1| (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-4118 (((-1203 |#1|) $) 164 T ELT) (((-1203 $) $ (-949)) 158 (|has| |#1| (-381)) ELT)) (-3862 (((-949) $) 129 (|has| |#1| (-381)) ELT)) (-3639 (((-1203 |#1|) $) 150 (|has| |#1| (-381)) ELT)) (-2030 (((-1203 |#1|) $) 149 (|has| |#1| (-381)) ELT) (((-3 (-1203 |#1|) "failed") $ $) 148 (|has| |#1| (-381)) ELT)) (-2223 (($ $ (-1203 |#1|)) 151 (|has| |#1| (-381)) ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-2689 (($) 133 (|has| |#1| (-381)) CONST)) (-2081 (($ (-949)) 130 (|has| |#1| (-381)) ELT)) (-2060 (((-114) $) 110 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3505 (($) 152 (|has| |#1| (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 140 (|has| |#1| (-381)) ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2271 (((-856 (-949))) 108 T ELT) (((-949)) 162 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-2104 (((-793) $) 145 (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) 102 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2068 (((-136)) 116 T ELT)) (-2703 (($ $ (-793)) 136 (|has| |#1| (-381)) ELT) (($ $) 134 (|has| |#1| (-381)) ELT)) (-4144 (((-856 (-949)) $) 109 T ELT) (((-949) $) 161 T ELT)) (-2771 (((-1203 |#1|)) 163 T ELT)) (-2011 (($) 142 (|has| |#1| (-381)) ELT)) (-2044 (($) 155 (|has| |#1| (-381)) ELT)) (-3084 (((-1299 |#1|) $) 167 T ELT) (((-711 |#1|) (-1299 $)) 166 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 139 (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ |#1|) 117 T ELT)) (-1633 (($ $) 138 (|has| |#1| (-381)) ELT) (((-713 $) $) 100 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-4222 (((-1299 $)) 169 T ELT) (((-1299 $) (-949)) 168 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-1414 (((-114) $) 112 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-1888 (($ $) 106 (|has| |#1| (-381)) ELT) (($ $ (-793)) 105 (|has| |#1| (-381)) ELT)) (-3095 (($ $ (-793)) 137 (|has| |#1| (-381)) ELT) (($ $) 135 (|has| |#1| (-381)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 80 T ELT) (($ $ |#1|) 115 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT) (($ $ |#1|) 114 T ELT) (($ |#1| $) 113 T ELT)))
(((-341 |#1|) (-142) (-376)) (T -341))
-((-1868 (*1 *2) (-12 (-4 *3 (-376)) (-5 *2 (-1298 *1)) (-4 *1 (-341 *3)))) (-1868 (*1 *2 *3) (-12 (-5 *3 (-948)) (-4 *4 (-376)) (-5 *2 (-1298 *1)) (-4 *1 (-341 *4)))) (-2086 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1298 *3)))) (-2086 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-341 *4)) (-4 *4 (-376)) (-5 *2 (-711 *4)))) (-3013 (*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-376)) (-4 *1 (-341 *3)))) (-2767 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1202 *3)))) (-2731 (*1 *2) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1202 *3)))) (-3699 (*1 *2) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-948)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-948)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-376)))) (-4095 (*1 *2 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-376)))) (-2767 (*1 *2 *1 *3) (-12 (-5 *3 (-948)) (-4 *4 (-381)) (-4 *4 (-376)) (-5 *2 (-1202 *1)) (-4 *1 (-341 *4)))) (-3138 (*1 *1 *1 *2) (-12 (-5 *2 (-948)) (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)))) (-4095 (*1 *1 *1 *2) (-12 (-5 *2 (-948)) (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)))) (-1835 (*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376)))) (-1918 (*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376)))) (-3617 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-114)))) (-3178 (*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376)))) (-2365 (*1 *1 *1 *2) (-12 (-5 *2 (-1202 *3)) (-4 *3 (-381)) (-4 *1 (-341 *3)) (-4 *3 (-376)))) (-1624 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-1202 *3)))) (-2046 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-1202 *3)))) (-2046 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-1202 *3)))))
-(-13 (-1317 |t#1|) (-1069 |t#1|) (-10 -8 (-15 -1868 ((-1298 $))) (-15 -1868 ((-1298 $) (-948))) (-15 -2086 ((-1298 |t#1|) $)) (-15 -2086 ((-711 |t#1|) (-1298 $))) (-15 -3013 ($ (-1298 |t#1|))) (-15 -2767 ((-1202 |t#1|) $)) (-15 -2731 ((-1202 |t#1|))) (-15 -3699 ((-948))) (-15 -4283 ((-948) $)) (-15 -3138 (|t#1| $)) (-15 -4095 (|t#1| $)) (IF (|has| |t#1| (-381)) (PROGN (-6 (-363)) (-15 -2767 ((-1202 $) $ (-948))) (-15 -3138 ($ $ (-948))) (-15 -4095 ($ $ (-948))) (-15 -1835 ($)) (-15 -1918 ($)) (-15 -3617 ((-114) $)) (-15 -3178 ($)) (-15 -2365 ($ $ (-1202 |t#1|))) (-15 -1624 ((-1202 |t#1|) $)) (-15 -2046 ((-1202 |t#1|) $)) (-15 -2046 ((-3 (-1202 |t#1|) "failed") $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2191 (|has| |#1| (-381)) (|has| |#1| (-147))) ((-149) |has| |#1| (-149)) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-236 $) |has| |#1| (-381)) ((-240) |has| |#1| (-381)) ((-239) |has| |#1| (-381)) ((-250) . T) ((-302) . T) ((-319) . T) ((-1317 |#1|) . T) ((-376) . T) ((-416) -2191 (|has| |#1| (-381)) (|has| |#1| (-147))) ((-381) |has| |#1| (-381)) ((-363) |has| |#1| (-381)) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 |#1|) . T) ((-739 $) . T) ((-748) . T) ((-950) . T) ((-1069 |#1|) . T) ((-1082 #0#) . T) ((-1082 |#1|) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 |#1|) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) |has| |#1| (-381)) ((-1248) . T) ((-1253) . T) ((-1306 |#1|) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-1341 (($ (-1207) $) 101 T ELT)) (-1759 (($) 90 T ELT)) (-3117 (((-1151) (-1151)) 9 T ELT)) (-3990 (($) 91 T ELT)) (-3311 (($) 105 T ELT) (($ (-326 (-721))) 113 T ELT) (($ (-326 (-723))) 109 T ELT) (($ (-326 (-716))) 117 T ELT) (($ (-326 (-391))) 124 T ELT) (($ (-326 (-560))) 120 T ELT) (($ (-326 (-171 (-391)))) 128 T ELT)) (-1659 (($ (-1207) $) 102 T ELT)) (-3501 (($ (-663 (-887))) 92 T ELT)) (-2192 (((-1304) $) 88 T ELT)) (-3404 (((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) 33 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2421 (($ (-1151)) 59 T ELT)) (-3654 (((-1134) $) 30 T ELT)) (-3113 (($ (-1123 (-975 (-560))) $) 98 T ELT) (($ (-1123 (-975 (-560))) (-975 (-560)) $) 99 T ELT)) (-2776 (($ (-1151)) 100 T ELT)) (-1623 (($ (-1207) $) 130 T ELT) (($ (-1207) $ $) 131 T ELT)) (-4035 (($ (-1208) (-663 (-1208))) 89 T ELT)) (-2611 (($ (-1190)) 95 T ELT) (($ (-663 (-1190))) 93 T ELT)) (-2539 (((-887) $) 133 T ELT)) (-3347 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1208)) (|:| |arrayIndex| (-663 (-975 (-560)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1208)) (|:| |rand| (-887)) (|:| |ints2Floats?| (-114)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1207)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3868 (-114)) (|:| -3929 (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887)))))) (|:| |blockBranch| (-663 $)) (|:| |commentBranch| (-663 (-1190))) (|:| |callBranch| (-1190)) (|:| |forBranch| (-2 (|:| -2132 (-1123 (-975 (-560)))) (|:| |span| (-975 (-560))) (|:| -3966 $))) (|:| |labelBranch| (-1151)) (|:| |loopBranch| (-2 (|:| |switch| (-1207)) (|:| -3966 $))) (|:| |commonBranch| (-2 (|:| -3952 (-1208)) (|:| |contents| (-663 (-1208))))) (|:| |printBranch| (-663 (-887)))) $) 50 T ELT)) (-3512 (($ (-1190)) 203 T ELT)) (-2733 (($ (-663 $)) 129 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3118 (($ (-1208) (-1190)) 136 T ELT) (($ (-1208) (-326 (-723))) 176 T ELT) (($ (-1208) (-326 (-721))) 177 T ELT) (($ (-1208) (-326 (-716))) 178 T ELT) (($ (-1208) (-711 (-723))) 139 T ELT) (($ (-1208) (-711 (-721))) 142 T ELT) (($ (-1208) (-711 (-716))) 145 T ELT) (($ (-1208) (-1298 (-723))) 148 T ELT) (($ (-1208) (-1298 (-721))) 151 T ELT) (($ (-1208) (-1298 (-716))) 154 T ELT) (($ (-1208) (-711 (-326 (-723)))) 157 T ELT) (($ (-1208) (-711 (-326 (-721)))) 160 T ELT) (($ (-1208) (-711 (-326 (-716)))) 163 T ELT) (($ (-1208) (-1298 (-326 (-723)))) 166 T ELT) (($ (-1208) (-1298 (-326 (-721)))) 169 T ELT) (($ (-1208) (-1298 (-326 (-716)))) 172 T ELT) (($ (-1208) (-663 (-975 (-560))) (-326 (-723))) 173 T ELT) (($ (-1208) (-663 (-975 (-560))) (-326 (-721))) 174 T ELT) (($ (-1208) (-663 (-975 (-560))) (-326 (-716))) 175 T ELT) (($ (-1208) (-326 (-560))) 200 T ELT) (($ (-1208) (-326 (-391))) 201 T ELT) (($ (-1208) (-326 (-171 (-391)))) 202 T ELT) (($ (-1208) (-711 (-326 (-560)))) 181 T ELT) (($ (-1208) (-711 (-326 (-391)))) 184 T ELT) (($ (-1208) (-711 (-326 (-171 (-391))))) 187 T ELT) (($ (-1208) (-1298 (-326 (-560)))) 190 T ELT) (($ (-1208) (-1298 (-326 (-391)))) 193 T ELT) (($ (-1208) (-1298 (-326 (-171 (-391))))) 196 T ELT) (($ (-1208) (-663 (-975 (-560))) (-326 (-560))) 197 T ELT) (($ (-1208) (-663 (-975 (-560))) (-326 (-391))) 198 T ELT) (($ (-1208) (-663 (-975 (-560))) (-326 (-171 (-391)))) 199 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-342) (-13 (-1132) (-10 -8 (-15 -3113 ($ (-1123 (-975 (-560))) $)) (-15 -3113 ($ (-1123 (-975 (-560))) (-975 (-560)) $)) (-15 -1341 ($ (-1207) $)) (-15 -1659 ($ (-1207) $)) (-15 -2421 ($ (-1151))) (-15 -2776 ($ (-1151))) (-15 -2611 ($ (-1190))) (-15 -2611 ($ (-663 (-1190)))) (-15 -3512 ($ (-1190))) (-15 -3311 ($)) (-15 -3311 ($ (-326 (-721)))) (-15 -3311 ($ (-326 (-723)))) (-15 -3311 ($ (-326 (-716)))) (-15 -3311 ($ (-326 (-391)))) (-15 -3311 ($ (-326 (-560)))) (-15 -3311 ($ (-326 (-171 (-391))))) (-15 -1623 ($ (-1207) $)) (-15 -1623 ($ (-1207) $ $)) (-15 -3118 ($ (-1208) (-1190))) (-15 -3118 ($ (-1208) (-326 (-723)))) (-15 -3118 ($ (-1208) (-326 (-721)))) (-15 -3118 ($ (-1208) (-326 (-716)))) (-15 -3118 ($ (-1208) (-711 (-723)))) (-15 -3118 ($ (-1208) (-711 (-721)))) (-15 -3118 ($ (-1208) (-711 (-716)))) (-15 -3118 ($ (-1208) (-1298 (-723)))) (-15 -3118 ($ (-1208) (-1298 (-721)))) (-15 -3118 ($ (-1208) (-1298 (-716)))) (-15 -3118 ($ (-1208) (-711 (-326 (-723))))) (-15 -3118 ($ (-1208) (-711 (-326 (-721))))) (-15 -3118 ($ (-1208) (-711 (-326 (-716))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-723))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-721))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-716))))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-723)))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-721)))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-716)))) (-15 -3118 ($ (-1208) (-326 (-560)))) (-15 -3118 ($ (-1208) (-326 (-391)))) (-15 -3118 ($ (-1208) (-326 (-171 (-391))))) (-15 -3118 ($ (-1208) (-711 (-326 (-560))))) (-15 -3118 ($ (-1208) (-711 (-326 (-391))))) (-15 -3118 ($ (-1208) (-711 (-326 (-171 (-391)))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-560))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-391))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-171 (-391)))))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-560)))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-391)))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-171 (-391))))) (-15 -2733 ($ (-663 $))) (-15 -1759 ($)) (-15 -3990 ($)) (-15 -3501 ($ (-663 (-887)))) (-15 -4035 ($ (-1208) (-663 (-1208)))) (-15 -3404 ((-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 -3347 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1208)) (|:| |arrayIndex| (-663 (-975 (-560)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1208)) (|:| |rand| (-887)) (|:| |ints2Floats?| (-114)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1207)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3868 (-114)) (|:| -3929 (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887)))))) (|:| |blockBranch| (-663 $)) (|:| |commentBranch| (-663 (-1190))) (|:| |callBranch| (-1190)) (|:| |forBranch| (-2 (|:| -2132 (-1123 (-975 (-560)))) (|:| |span| (-975 (-560))) (|:| -3966 $))) (|:| |labelBranch| (-1151)) (|:| |loopBranch| (-2 (|:| |switch| (-1207)) (|:| -3966 $))) (|:| |commonBranch| (-2 (|:| -3952 (-1208)) (|:| |contents| (-663 (-1208))))) (|:| |printBranch| (-663 (-887)))) $)) (-15 -2192 ((-1304) $)) (-15 -3654 ((-1134) $)) (-15 -3117 ((-1151) (-1151)))))) (T -342))
-((-3113 (*1 *1 *2 *1) (-12 (-5 *2 (-1123 (-975 (-560)))) (-5 *1 (-342)))) (-3113 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1123 (-975 (-560)))) (-5 *3 (-975 (-560))) (-5 *1 (-342)))) (-1341 (*1 *1 *2 *1) (-12 (-5 *2 (-1207)) (-5 *1 (-342)))) (-1659 (*1 *1 *2 *1) (-12 (-5 *2 (-1207)) (-5 *1 (-342)))) (-2421 (*1 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-342)))) (-2776 (*1 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-342)))) (-2611 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-342)))) (-2611 (*1 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-342)))) (-3512 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-342)))) (-3311 (*1 *1) (-5 *1 (-342))) (-3311 (*1 *1 *2) (-12 (-5 *2 (-326 (-721))) (-5 *1 (-342)))) (-3311 (*1 *1 *2) (-12 (-5 *2 (-326 (-723))) (-5 *1 (-342)))) (-3311 (*1 *1 *2) (-12 (-5 *2 (-326 (-716))) (-5 *1 (-342)))) (-3311 (*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-5 *1 (-342)))) (-3311 (*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-5 *1 (-342)))) (-3311 (*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-391)))) (-5 *1 (-342)))) (-1623 (*1 *1 *2 *1) (-12 (-5 *2 (-1207)) (-5 *1 (-342)))) (-1623 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1207)) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1190)) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-723))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-721))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-716))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-723))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-721))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-716))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-723))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-721))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-716))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-723)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-721)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-716)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-723)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-721)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-716)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-326 (-723))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-326 (-721))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-326 (-716))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-560))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-391))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-171 (-391)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-560)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-391)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-171 (-391))))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-560)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-391)))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-171 (-391))))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-326 (-560))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-326 (-391))) (-5 *1 (-342)))) (-3118 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-326 (-171 (-391)))) (-5 *1 (-342)))) (-2733 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-5 *1 (-342)))) (-1759 (*1 *1) (-5 *1 (-342))) (-3990 (*1 *1) (-5 *1 (-342))) (-3501 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-342)))) (-4035 (*1 *1 *2 *3) (-12 (-5 *3 (-663 (-1208))) (-5 *2 (-1208)) (-5 *1 (-342)))) (-3404 (*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 (-342)))) (-3347 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1208)) (|:| |arrayIndex| (-663 (-975 (-560)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1208)) (|:| |rand| (-887)) (|:| |ints2Floats?| (-114)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1207)) (|:| |thenClause| (-342)) (|:| |elseClause| (-342)))) (|:| |returnBranch| (-2 (|:| -3868 (-114)) (|:| -3929 (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887)))))) (|:| |blockBranch| (-663 (-342))) (|:| |commentBranch| (-663 (-1190))) (|:| |callBranch| (-1190)) (|:| |forBranch| (-2 (|:| -2132 (-1123 (-975 (-560)))) (|:| |span| (-975 (-560))) (|:| -3966 (-342)))) (|:| |labelBranch| (-1151)) (|:| |loopBranch| (-2 (|:| |switch| (-1207)) (|:| -3966 (-342)))) (|:| |commonBranch| (-2 (|:| -3952 (-1208)) (|:| |contents| (-663 (-1208))))) (|:| |printBranch| (-663 (-887))))) (-5 *1 (-342)))) (-2192 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-342)))) (-3654 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-342)))) (-3117 (*1 *2 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-342)))))
-(-13 (-1132) (-10 -8 (-15 -3113 ($ (-1123 (-975 (-560))) $)) (-15 -3113 ($ (-1123 (-975 (-560))) (-975 (-560)) $)) (-15 -1341 ($ (-1207) $)) (-15 -1659 ($ (-1207) $)) (-15 -2421 ($ (-1151))) (-15 -2776 ($ (-1151))) (-15 -2611 ($ (-1190))) (-15 -2611 ($ (-663 (-1190)))) (-15 -3512 ($ (-1190))) (-15 -3311 ($)) (-15 -3311 ($ (-326 (-721)))) (-15 -3311 ($ (-326 (-723)))) (-15 -3311 ($ (-326 (-716)))) (-15 -3311 ($ (-326 (-391)))) (-15 -3311 ($ (-326 (-560)))) (-15 -3311 ($ (-326 (-171 (-391))))) (-15 -1623 ($ (-1207) $)) (-15 -1623 ($ (-1207) $ $)) (-15 -3118 ($ (-1208) (-1190))) (-15 -3118 ($ (-1208) (-326 (-723)))) (-15 -3118 ($ (-1208) (-326 (-721)))) (-15 -3118 ($ (-1208) (-326 (-716)))) (-15 -3118 ($ (-1208) (-711 (-723)))) (-15 -3118 ($ (-1208) (-711 (-721)))) (-15 -3118 ($ (-1208) (-711 (-716)))) (-15 -3118 ($ (-1208) (-1298 (-723)))) (-15 -3118 ($ (-1208) (-1298 (-721)))) (-15 -3118 ($ (-1208) (-1298 (-716)))) (-15 -3118 ($ (-1208) (-711 (-326 (-723))))) (-15 -3118 ($ (-1208) (-711 (-326 (-721))))) (-15 -3118 ($ (-1208) (-711 (-326 (-716))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-723))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-721))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-716))))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-723)))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-721)))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-716)))) (-15 -3118 ($ (-1208) (-326 (-560)))) (-15 -3118 ($ (-1208) (-326 (-391)))) (-15 -3118 ($ (-1208) (-326 (-171 (-391))))) (-15 -3118 ($ (-1208) (-711 (-326 (-560))))) (-15 -3118 ($ (-1208) (-711 (-326 (-391))))) (-15 -3118 ($ (-1208) (-711 (-326 (-171 (-391)))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-560))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-391))))) (-15 -3118 ($ (-1208) (-1298 (-326 (-171 (-391)))))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-560)))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-391)))) (-15 -3118 ($ (-1208) (-663 (-975 (-560))) (-326 (-171 (-391))))) (-15 -2733 ($ (-663 $))) (-15 -1759 ($)) (-15 -3990 ($)) (-15 -3501 ($ (-663 (-887)))) (-15 -4035 ($ (-1208) (-663 (-1208)))) (-15 -3404 ((-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 -3347 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1208)) (|:| |arrayIndex| (-663 (-975 (-560)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1208)) (|:| |rand| (-887)) (|:| |ints2Floats?| (-114)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1207)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3868 (-114)) (|:| -3929 (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887)))))) (|:| |blockBranch| (-663 $)) (|:| |commentBranch| (-663 (-1190))) (|:| |callBranch| (-1190)) (|:| |forBranch| (-2 (|:| -2132 (-1123 (-975 (-560)))) (|:| |span| (-975 (-560))) (|:| -3966 $))) (|:| |labelBranch| (-1151)) (|:| |loopBranch| (-2 (|:| |switch| (-1207)) (|:| -3966 $))) (|:| |commonBranch| (-2 (|:| -3952 (-1208)) (|:| |contents| (-663 (-1208))))) (|:| |printBranch| (-663 (-887)))) $)) (-15 -2192 ((-1304) $)) (-15 -3654 ((-1134) $)) (-15 -3117 ((-1151) (-1151)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2818 (((-114) $) 13 T ELT)) (-2700 (($ |#1|) 10 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2712 (($ |#1|) 12 T ELT)) (-2539 (((-887) $) 19 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4449 ((|#1| $) 14 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 21 T ELT)))
-(((-343 |#1|) (-13 (-871) (-10 -8 (-15 -2700 ($ |#1|)) (-15 -2712 ($ |#1|)) (-15 -2818 ((-114) $)) (-15 -4449 (|#1| $)))) (-871)) (T -343))
-((-2700 (*1 *1 *2) (-12 (-5 *1 (-343 *2)) (-4 *2 (-871)))) (-2712 (*1 *1 *2) (-12 (-5 *1 (-343 *2)) (-4 *2 (-871)))) (-2818 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-343 *3)) (-4 *3 (-871)))) (-4449 (*1 *2 *1) (-12 (-5 *1 (-343 *2)) (-4 *2 (-871)))))
-(-13 (-871) (-10 -8 (-15 -2700 ($ |#1|)) (-15 -2712 ($ |#1|)) (-15 -2818 ((-114) $)) (-15 -4449 (|#1| $))))
-((-4433 (((-342) (-1208) (-975 (-560))) 23 T ELT)) (-3492 (((-342) (-1208) (-975 (-560))) 27 T ELT)) (-1660 (((-342) (-1208) (-1123 (-975 (-560))) (-1123 (-975 (-560)))) 26 T ELT) (((-342) (-1208) (-975 (-560)) (-975 (-560))) 24 T ELT)) (-3449 (((-342) (-1208) (-975 (-560))) 31 T ELT)))
-(((-344) (-10 -7 (-15 -4433 ((-342) (-1208) (-975 (-560)))) (-15 -1660 ((-342) (-1208) (-975 (-560)) (-975 (-560)))) (-15 -1660 ((-342) (-1208) (-1123 (-975 (-560))) (-1123 (-975 (-560))))) (-15 -3492 ((-342) (-1208) (-975 (-560)))) (-15 -3449 ((-342) (-1208) (-975 (-560)))))) (T -344))
-((-3449 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-975 (-560))) (-5 *2 (-342)) (-5 *1 (-344)))) (-3492 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-975 (-560))) (-5 *2 (-342)) (-5 *1 (-344)))) (-1660 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-1123 (-975 (-560)))) (-5 *2 (-342)) (-5 *1 (-344)))) (-1660 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-975 (-560))) (-5 *2 (-342)) (-5 *1 (-344)))) (-4433 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-975 (-560))) (-5 *2 (-342)) (-5 *1 (-344)))))
-(-10 -7 (-15 -4433 ((-342) (-1208) (-975 (-560)))) (-15 -1660 ((-342) (-1208) (-975 (-560)) (-975 (-560)))) (-15 -1660 ((-342) (-1208) (-1123 (-975 (-560))) (-1123 (-975 (-560))))) (-15 -3492 ((-342) (-1208) (-975 (-560)))) (-15 -3449 ((-342) (-1208) (-975 (-560)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3300 (((-520) $) 20 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3072 (((-987 (-793)) $) 18 T ELT)) (-2538 (((-258) $) 7 T ELT)) (-2539 (((-887) $) 26 T ELT)) (-2913 (((-987 (-187 (-141))) $) 16 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3829 (((-663 (-897 (-1213) (-793))) $) 12 T ELT)) (-2329 (((-114) $ $) 22 T ELT)))
-(((-345) (-13 (-1132) (-10 -8 (-15 -2538 ((-258) $)) (-15 -3829 ((-663 (-897 (-1213) (-793))) $)) (-15 -3072 ((-987 (-793)) $)) (-15 -2913 ((-987 (-187 (-141))) $)) (-15 -3300 ((-520) $))))) (T -345))
-((-2538 (*1 *2 *1) (-12 (-5 *2 (-258)) (-5 *1 (-345)))) (-3829 (*1 *2 *1) (-12 (-5 *2 (-663 (-897 (-1213) (-793)))) (-5 *1 (-345)))) (-3072 (*1 *2 *1) (-12 (-5 *2 (-987 (-793))) (-5 *1 (-345)))) (-2913 (*1 *2 *1) (-12 (-5 *2 (-987 (-187 (-141)))) (-5 *1 (-345)))) (-3300 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-345)))))
-(-13 (-1132) (-10 -8 (-15 -2538 ((-258) $)) (-15 -3829 ((-663 (-897 (-1213) (-793))) $)) (-15 -3072 ((-987 (-793)) $)) (-15 -2913 ((-987 (-187 (-141))) $)) (-15 -3300 ((-520) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2108 (($ $) 33 T ELT)) (-4265 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3368 (((-1298 |#4|) $) 134 T ELT)) (-2517 (((-427 |#2| (-421 |#2|) |#3| |#4|) $) 31 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (((-3 |#4| "failed") $) 36 T ELT)) (-2248 (((-1298 |#4|) $) 126 T ELT)) (-4092 (($ (-427 |#2| (-421 |#2|) |#3| |#4|)) 41 T ELT) (($ |#4|) 43 T ELT) (($ |#1| |#1|) 45 T ELT) (($ |#1| |#1| (-560)) 47 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 49 T ELT)) (-1405 (((-2 (|:| -3555 (-427 |#2| (-421 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39 T ELT)) (-2539 (((-887) $) 17 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 14 T CONST)) (-2329 (((-114) $ $) 20 T ELT)) (-2426 (($ $) 27 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 25 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 23 T ELT)))
-(((-346 |#1| |#2| |#3| |#4|) (-13 (-349 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2248 ((-1298 |#4|) $)) (-15 -3368 ((-1298 |#4|) $)))) (-376) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -346))
-((-2248 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-1298 *6)) (-5 *1 (-346 *3 *4 *5 *6)) (-4 *6 (-355 *3 *4 *5)))) (-3368 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-1298 *6)) (-5 *1 (-346 *3 *4 *5 *6)) (-4 *6 (-355 *3 *4 *5)))))
-(-13 (-349 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2248 ((-1298 |#4|) $)) (-15 -3368 ((-1298 |#4|) $))))
-((-2067 (((-346 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-346 |#1| |#2| |#3| |#4|)) 33 T ELT)))
-(((-347 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2067 ((-346 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-346 |#1| |#2| |#3| |#4|)))) (-376) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|) (-376) (-1274 |#5|) (-1274 (-421 |#6|)) (-355 |#5| |#6| |#7|)) (T -347))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-346 *5 *6 *7 *8)) (-4 *5 (-376)) (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-4 *8 (-355 *5 *6 *7)) (-4 *9 (-376)) (-4 *10 (-1274 *9)) (-4 *11 (-1274 (-421 *10))) (-5 *2 (-346 *9 *10 *11 *12)) (-5 *1 (-347 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-355 *9 *10 *11)))))
-(-10 -7 (-15 -2067 ((-346 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-346 |#1| |#2| |#3| |#4|))))
-((-4265 (((-114) $) 14 T ELT)))
-(((-348 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4265 ((-114) |#1|))) (-349 |#2| |#3| |#4| |#5|) (-376) (-1274 |#2|) (-1274 (-421 |#3|)) (-355 |#2| |#3| |#4|)) (T -348))
-NIL
-(-10 -8 (-15 -4265 ((-114) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2108 (($ $) 34 T ELT)) (-4265 (((-114) $) 33 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2517 (((-427 |#2| (-421 |#2|) |#3| |#4|) $) 40 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3178 (((-3 |#4| "failed") $) 32 T ELT)) (-4092 (($ (-427 |#2| (-421 |#2|) |#3| |#4|)) 39 T ELT) (($ |#4|) 38 T ELT) (($ |#1| |#1|) 37 T ELT) (($ |#1| |#1| (-560)) 36 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 31 T ELT)) (-1405 (((-2 (|:| -3555 (-427 |#2| (-421 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 35 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT)))
-(((-349 |#1| |#2| |#3| |#4|) (-142) (-376) (-1274 |t#1|) (-1274 (-421 |t#2|)) (-355 |t#1| |t#2| |t#3|)) (T -349))
-((-2517 (*1 *2 *1) (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-5 *2 (-427 *4 (-421 *4) *5 *6)))) (-4092 (*1 *1 *2) (-12 (-5 *2 (-427 *4 (-421 *4) *5 *6)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-4 *3 (-376)) (-4 *1 (-349 *3 *4 *5 *6)))) (-4092 (*1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-4 *1 (-349 *3 *4 *5 *2)) (-4 *2 (-355 *3 *4 *5)))) (-4092 (*1 *1 *2 *2) (-12 (-4 *2 (-376)) (-4 *3 (-1274 *2)) (-4 *4 (-1274 (-421 *3))) (-4 *1 (-349 *2 *3 *4 *5)) (-4 *5 (-355 *2 *3 *4)))) (-4092 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-560)) (-4 *2 (-376)) (-4 *4 (-1274 *2)) (-4 *5 (-1274 (-421 *4))) (-4 *1 (-349 *2 *4 *5 *6)) (-4 *6 (-355 *2 *4 *5)))) (-1405 (*1 *2 *1) (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-5 *2 (-2 (|:| -3555 (-427 *4 (-421 *4) *5 *6)) (|:| |principalPart| *6))))) (-2108 (*1 *1 *1) (-12 (-4 *1 (-349 *2 *3 *4 *5)) (-4 *2 (-376)) (-4 *3 (-1274 *2)) (-4 *4 (-1274 (-421 *3))) (-4 *5 (-355 *2 *3 *4)))) (-4265 (*1 *2 *1) (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-5 *2 (-114)))) (-3178 (*1 *2 *1) (|partial| -12 (-4 *1 (-349 *3 *4 *5 *2)) (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-4 *2 (-355 *3 *4 *5)))) (-4092 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-376)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 (-421 *3))) (-4 *1 (-349 *4 *3 *5 *2)) (-4 *2 (-355 *4 *3 *5)))))
-(-13 (-21) (-10 -8 (-15 -2517 ((-427 |t#2| (-421 |t#2|) |t#3| |t#4|) $)) (-15 -4092 ($ (-427 |t#2| (-421 |t#2|) |t#3| |t#4|))) (-15 -4092 ($ |t#4|)) (-15 -4092 ($ |t#1| |t#1|)) (-15 -4092 ($ |t#1| |t#1| (-560))) (-15 -1405 ((-2 (|:| -3555 (-427 |t#2| (-421 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -2108 ($ $)) (-15 -4265 ((-114) $)) (-15 -3178 ((-3 |t#4| "failed") $)) (-15 -4092 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-1132) . T) ((-1248) . T))
-((-2799 (($ $ (-1208) |#2|) NIL T ELT) (($ $ (-663 (-1208)) (-663 |#2|)) 20 T ELT) (($ $ (-663 (-305 |#2|))) 15 T ELT) (($ $ (-305 |#2|)) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL T ELT)) (-1495 (($ $ |#2|) 11 T ELT)))
-(((-350 |#1| |#2|) (-10 -8 (-15 -1495 (|#1| |#1| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#2|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#2| |#2|)) (-15 -2799 (|#1| |#1| (-305 |#2|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 |#2|))) (-15 -2799 (|#1| |#1| (-1208) |#2|))) (-351 |#2|) (-1132)) (T -350))
-NIL
-(-10 -8 (-15 -1495 (|#1| |#1| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#2|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#2| |#2|)) (-15 -2799 (|#1| |#1| (-305 |#2|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 |#2|))) (-15 -2799 (|#1| |#1| (-1208) |#2|)))
-((-2067 (($ (-1 |#1| |#1|) $) 6 T ELT)) (-2799 (($ $ (-1208) |#1|) 17 (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) 16 (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 15 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 14 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 13 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 12 (|has| |#1| (-321 |#1|)) ELT)) (-1495 (($ $ |#1|) 11 (|has| |#1| (-298 |#1| |#1|)) ELT)))
-(((-351 |#1|) (-142) (-1132)) (T -351))
-((-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-351 *3)) (-4 *3 (-1132)))))
-(-13 (-10 -8 (-15 -2067 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-298 |t#1| |t#1|)) (-6 (-298 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-321 |t#1|)) (-6 (-321 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-528 (-1208) |t#1|)) (-6 (-528 (-1208) |t#1|)) |%noBranch|)))
-(((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-528 (-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-1248) |has| |#1| (-298 |#1| |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-1208)) $) NIL T ELT)) (-2367 (((-114)) 96 T ELT) (((-114) (-114)) 97 T ELT)) (-3227 (((-663 (-630 $)) $) NIL T ELT)) (-3594 (($ $) NIL T ELT)) (-2725 (($ $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2943 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-2837 (($ $) NIL T ELT)) (-2700 (($ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-630 $) "failed") $) NIL T ELT) (((-3 |#3| "failed") $) NIL T ELT) (((-3 $ "failed") (-326 |#3|)) 76 T ELT) (((-3 $ "failed") (-1208)) 103 T ELT) (((-3 $ "failed") (-326 (-560))) 64 (|has| |#3| (-1069 (-560))) ELT) (((-3 $ "failed") (-421 (-975 (-560)))) 70 (|has| |#3| (-1069 (-560))) ELT) (((-3 $ "failed") (-975 (-560))) 65 (|has| |#3| (-1069 (-560))) ELT) (((-3 $ "failed") (-326 (-391))) 94 (|has| |#3| (-1069 (-391))) ELT) (((-3 $ "failed") (-421 (-975 (-391)))) 88 (|has| |#3| (-1069 (-391))) ELT) (((-3 $ "failed") (-975 (-391))) 83 (|has| |#3| (-1069 (-391))) ELT)) (-3056 (((-630 $) $) NIL T ELT) ((|#3| $) NIL T ELT) (($ (-326 |#3|)) 77 T ELT) (($ (-1208)) 104 T ELT) (($ (-326 (-560))) 66 (|has| |#3| (-1069 (-560))) ELT) (($ (-421 (-975 (-560)))) 71 (|has| |#3| (-1069 (-560))) ELT) (($ (-975 (-560))) 67 (|has| |#3| (-1069 (-560))) ELT) (($ (-326 (-391))) 95 (|has| |#3| (-1069 (-391))) ELT) (($ (-421 (-975 (-391)))) 89 (|has| |#3| (-1069 (-391))) ELT) (($ (-975 (-391))) 85 (|has| |#3| (-1069 (-391))) ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-4447 (($) 101 T ELT)) (-1674 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2297 (((-663 (-115)) $) NIL T ELT)) (-3336 (((-115) (-115)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3057 (((-114) $) NIL (|has| $ (-1069 (-560))) ELT)) (-3869 (((-1202 $) (-630 $)) NIL (|has| $ (-1080)) ELT)) (-2067 (($ (-1 $ $) (-630 $)) NIL T ELT)) (-1707 (((-3 (-630 $) "failed") $) NIL T ELT)) (-3602 (($ $) 99 T ELT)) (-1842 (($ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3322 (((-663 (-630 $)) $) NIL T ELT)) (-4481 (($ (-115) $) 98 T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-3880 (((-114) $ (-115)) NIL T ELT) (((-114) $ (-1208)) NIL T ELT)) (-3547 (((-793) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4228 (((-114) $ $) NIL T ELT) (((-114) $ (-1208)) NIL T ELT)) (-1920 (($ $) NIL T ELT)) (-3196 (((-114) $) NIL (|has| $ (-1069 (-560))) ELT)) (-2799 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1208) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1208) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT)) (-1495 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-3737 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2457 (($ $ (-1208)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT)) (-2731 (($ $) NIL (|has| $ (-1080)) ELT)) (-2848 (($ $) NIL T ELT)) (-2712 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-630 $)) NIL T ELT) (($ |#3|) NIL T ELT) (($ (-560)) NIL T ELT) (((-326 |#3|) $) 102 T ELT)) (-3418 (((-793)) NIL T CONST)) (-3949 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1881 (((-114) (-115)) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2792 (($ $) NIL T ELT)) (-2770 (($ $) NIL T ELT)) (-2781 (($ $) NIL T ELT)) (-2407 (($ $) NIL T ELT)) (-1427 (($) 100 T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1208)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-948)) NIL T ELT)) (* (($ |#3| $) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-948) $) NIL T ELT)))
-(((-352 |#1| |#2| |#3|) (-13 (-310) (-38 |#3|) (-1069 |#3|) (-927 (-1208)) (-10 -8 (-15 -3056 ($ (-326 |#3|))) (-15 -1442 ((-3 $ "failed") (-326 |#3|))) (-15 -3056 ($ (-1208))) (-15 -1442 ((-3 $ "failed") (-1208))) (-15 -2539 ((-326 |#3|) $)) (IF (|has| |#3| (-1069 (-560))) (PROGN (-15 -3056 ($ (-326 (-560)))) (-15 -1442 ((-3 $ "failed") (-326 (-560)))) (-15 -3056 ($ (-421 (-975 (-560))))) (-15 -1442 ((-3 $ "failed") (-421 (-975 (-560))))) (-15 -3056 ($ (-975 (-560)))) (-15 -1442 ((-3 $ "failed") (-975 (-560))))) |%noBranch|) (IF (|has| |#3| (-1069 (-391))) (PROGN (-15 -3056 ($ (-326 (-391)))) (-15 -1442 ((-3 $ "failed") (-326 (-391)))) (-15 -3056 ($ (-421 (-975 (-391))))) (-15 -1442 ((-3 $ "failed") (-421 (-975 (-391))))) (-15 -3056 ($ (-975 (-391)))) (-15 -1442 ((-3 $ "failed") (-975 (-391))))) |%noBranch|) (-15 -2407 ($ $)) (-15 -3401 ($ $)) (-15 -1920 ($ $)) (-15 -1842 ($ $)) (-15 -3602 ($ $)) (-15 -2700 ($ $)) (-15 -2712 ($ $)) (-15 -2725 ($ $)) (-15 -2770 ($ $)) (-15 -2781 ($ $)) (-15 -2792 ($ $)) (-15 -2837 ($ $)) (-15 -2848 ($ $)) (-15 -3594 ($ $)) (-15 -4447 ($)) (-15 -3557 ((-663 (-1208)) $)) (-15 -2367 ((-114))) (-15 -2367 ((-114) (-114))))) (-663 (-1208)) (-663 (-1208)) (-401)) (T -352))
-((-3056 (*1 *1 *2) (-12 (-5 *2 (-326 *5)) (-4 *5 (-401)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 *5)) (-4 *5 (-401)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 *2)) (-14 *4 (-663 *2)) (-4 *5 (-401)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-1208)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 *2)) (-14 *4 (-663 *2)) (-4 *5 (-401)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-326 *5)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-560))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-421 (-975 (-560)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 (-975 (-560)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-975 (-560))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-975 (-560))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-391))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-421 (-975 (-391)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 (-975 (-391)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-975 (-391))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-975 (-391))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-2407 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-3401 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-1920 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-1842 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-3602 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-2700 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-2712 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-2725 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-2770 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-2781 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-2792 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-2837 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-2848 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-3594 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-4447 (*1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208))) (-14 *3 (-663 (-1208))) (-4 *4 (-401)))) (-3557 (*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-352 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-401)))) (-2367 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))) (-2367 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401)))))
-(-13 (-310) (-38 |#3|) (-1069 |#3|) (-927 (-1208)) (-10 -8 (-15 -3056 ($ (-326 |#3|))) (-15 -1442 ((-3 $ "failed") (-326 |#3|))) (-15 -3056 ($ (-1208))) (-15 -1442 ((-3 $ "failed") (-1208))) (-15 -2539 ((-326 |#3|) $)) (IF (|has| |#3| (-1069 (-560))) (PROGN (-15 -3056 ($ (-326 (-560)))) (-15 -1442 ((-3 $ "failed") (-326 (-560)))) (-15 -3056 ($ (-421 (-975 (-560))))) (-15 -1442 ((-3 $ "failed") (-421 (-975 (-560))))) (-15 -3056 ($ (-975 (-560)))) (-15 -1442 ((-3 $ "failed") (-975 (-560))))) |%noBranch|) (IF (|has| |#3| (-1069 (-391))) (PROGN (-15 -3056 ($ (-326 (-391)))) (-15 -1442 ((-3 $ "failed") (-326 (-391)))) (-15 -3056 ($ (-421 (-975 (-391))))) (-15 -1442 ((-3 $ "failed") (-421 (-975 (-391))))) (-15 -3056 ($ (-975 (-391)))) (-15 -1442 ((-3 $ "failed") (-975 (-391))))) |%noBranch|) (-15 -2407 ($ $)) (-15 -3401 ($ $)) (-15 -1920 ($ $)) (-15 -1842 ($ $)) (-15 -3602 ($ $)) (-15 -2700 ($ $)) (-15 -2712 ($ $)) (-15 -2725 ($ $)) (-15 -2770 ($ $)) (-15 -2781 ($ $)) (-15 -2792 ($ $)) (-15 -2837 ($ $)) (-15 -2848 ($ $)) (-15 -3594 ($ $)) (-15 -4447 ($)) (-15 -3557 ((-663 (-1208)) $)) (-15 -2367 ((-114))) (-15 -2367 ((-114) (-114)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 (((-935 |#1|) $) NIL T ELT) (($ $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-935 |#1|) "failed") $) NIL T ELT)) (-3056 (((-935 |#1|) $) NIL T ELT)) (-3013 (($ (-1298 (-935 |#1|))) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2136 (((-114) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT) (($ $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3617 (((-114) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3138 (((-935 |#1|) $) NIL T ELT) (($ $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 (-935 |#1|)) $) NIL T ELT) (((-1202 $) $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2608 (((-948) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1624 (((-1202 (-935 |#1|)) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2046 (((-1202 (-935 |#1|)) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-3 (-1202 (-935 |#1|)) "failed") $ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2365 (($ $ (-1202 (-935 |#1|))) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-935 |#1|) (-381)) CONST)) (-3998 (($ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4309 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-2731 (((-1202 (-935 |#1|))) NIL T ELT)) (-1677 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1835 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2086 (((-1298 (-935 |#1|)) $) NIL T ELT) (((-711 (-935 |#1|)) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-935 |#1|)) NIL T ELT)) (-3187 (($ $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT) (((-1298 $) (-948)) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2513 (($ $) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT) (($ $ (-935 |#1|)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-935 |#1|)) NIL T ELT) (($ (-935 |#1|) $) NIL T ELT)))
-(((-353 |#1| |#2|) (-341 (-935 |#1|)) (-948) (-948)) (T -353))
-NIL
-(-341 (-935 |#1|))
-((-2650 (((-2 (|:| |num| (-1298 |#3|)) (|:| |den| |#3|)) $) 39 T ELT)) (-3013 (($ (-1298 (-421 |#3|)) (-1298 $)) NIL T ELT) (($ (-1298 (-421 |#3|))) NIL T ELT) (($ (-1298 |#3|) |#3|) 173 T ELT)) (-1905 (((-1298 $) (-1298 $)) 156 T ELT)) (-2332 (((-663 (-663 |#2|))) 126 T ELT)) (-3913 (((-114) |#2| |#2|) 76 T ELT)) (-2075 (($ $) 148 T ELT)) (-2465 (((-793)) 172 T ELT)) (-4290 (((-1298 $) (-1298 $)) 218 T ELT)) (-2000 (((-663 (-975 |#2|)) (-1208)) 115 T ELT)) (-3115 (((-114) $) 169 T ELT)) (-1581 (((-114) $) 27 T ELT) (((-114) $ |#2|) 31 T ELT) (((-114) $ |#3|) 222 T ELT)) (-2270 (((-3 |#3| "failed")) 52 T ELT)) (-1652 (((-793)) 184 T ELT)) (-1495 ((|#2| $ |#2| |#2|) 140 T ELT)) (-1741 (((-3 |#3| "failed")) 71 T ELT)) (-2457 (($ $ (-1 (-421 |#3|) (-421 |#3|))) NIL T ELT) (($ $ (-1 (-421 |#3|) (-421 |#3|)) (-793)) NIL T ELT) (($ $ (-1 |#3| |#3|)) 226 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-3141 (((-1298 $) (-1298 $)) 162 T ELT)) (-2377 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 68 T ELT)) (-4397 (((-114)) 34 T ELT)))
-(((-354 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2332 ((-663 (-663 |#2|)))) (-15 -2000 ((-663 (-975 |#2|)) (-1208))) (-15 -2377 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -2270 ((-3 |#3| "failed"))) (-15 -1741 ((-3 |#3| "failed"))) (-15 -1495 (|#2| |#1| |#2| |#2|)) (-15 -2075 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1581 ((-114) |#1| |#3|)) (-15 -1581 ((-114) |#1| |#2|)) (-15 -3013 (|#1| (-1298 |#3|) |#3|)) (-15 -2650 ((-2 (|:| |num| (-1298 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1905 ((-1298 |#1|) (-1298 |#1|))) (-15 -4290 ((-1298 |#1|) (-1298 |#1|))) (-15 -3141 ((-1298 |#1|) (-1298 |#1|))) (-15 -1581 ((-114) |#1|)) (-15 -3115 ((-114) |#1|)) (-15 -3913 ((-114) |#2| |#2|)) (-15 -4397 ((-114))) (-15 -1652 ((-793))) (-15 -2465 ((-793))) (-15 -2457 (|#1| |#1| (-1 (-421 |#3|) (-421 |#3|)) (-793))) (-15 -2457 (|#1| |#1| (-1 (-421 |#3|) (-421 |#3|)))) (-15 -3013 (|#1| (-1298 (-421 |#3|)))) (-15 -3013 (|#1| (-1298 (-421 |#3|)) (-1298 |#1|)))) (-355 |#2| |#3| |#4|) (-1253) (-1274 |#2|) (-1274 (-421 |#3|))) (T -354))
-((-2465 (*1 *2) (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-5 *2 (-793)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6)))) (-1652 (*1 *2) (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-5 *2 (-793)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6)))) (-4397 (*1 *2) (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-5 *2 (-114)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6)))) (-3913 (*1 *2 *3 *3) (-12 (-4 *3 (-1253)) (-4 *5 (-1274 *3)) (-4 *6 (-1274 (-421 *5))) (-5 *2 (-114)) (-5 *1 (-354 *4 *3 *5 *6)) (-4 *4 (-355 *3 *5 *6)))) (-1741 (*1 *2) (|partial| -12 (-4 *4 (-1253)) (-4 *5 (-1274 (-421 *2))) (-4 *2 (-1274 *4)) (-5 *1 (-354 *3 *4 *2 *5)) (-4 *3 (-355 *4 *2 *5)))) (-2270 (*1 *2) (|partial| -12 (-4 *4 (-1253)) (-4 *5 (-1274 (-421 *2))) (-4 *2 (-1274 *4)) (-5 *1 (-354 *3 *4 *2 *5)) (-4 *3 (-355 *4 *2 *5)))) (-2000 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-4 *5 (-1253)) (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-5 *2 (-663 (-975 *5))) (-5 *1 (-354 *4 *5 *6 *7)) (-4 *4 (-355 *5 *6 *7)))) (-2332 (*1 *2) (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-5 *2 (-663 (-663 *4))) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6)))))
-(-10 -8 (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2332 ((-663 (-663 |#2|)))) (-15 -2000 ((-663 (-975 |#2|)) (-1208))) (-15 -2377 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -2270 ((-3 |#3| "failed"))) (-15 -1741 ((-3 |#3| "failed"))) (-15 -1495 (|#2| |#1| |#2| |#2|)) (-15 -2075 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1581 ((-114) |#1| |#3|)) (-15 -1581 ((-114) |#1| |#2|)) (-15 -3013 (|#1| (-1298 |#3|) |#3|)) (-15 -2650 ((-2 (|:| |num| (-1298 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1905 ((-1298 |#1|) (-1298 |#1|))) (-15 -4290 ((-1298 |#1|) (-1298 |#1|))) (-15 -3141 ((-1298 |#1|) (-1298 |#1|))) (-15 -1581 ((-114) |#1|)) (-15 -3115 ((-114) |#1|)) (-15 -3913 ((-114) |#2| |#2|)) (-15 -4397 ((-114))) (-15 -1652 ((-793))) (-15 -2465 ((-793))) (-15 -2457 (|#1| |#1| (-1 (-421 |#3|) (-421 |#3|)) (-793))) (-15 -2457 (|#1| |#1| (-1 (-421 |#3|) (-421 |#3|)))) (-15 -3013 (|#1| (-1298 (-421 |#3|)))) (-15 -3013 (|#1| (-1298 (-421 |#3|)) (-1298 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2650 (((-2 (|:| |num| (-1298 |#2|)) (|:| |den| |#2|)) $) 222 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 111 (|has| (-421 |#2|) (-376)) ELT)) (-4390 (($ $) 112 (|has| (-421 |#2|) (-376)) ELT)) (-3873 (((-114) $) 114 (|has| (-421 |#2|) (-376)) ELT)) (-1873 (((-711 (-421 |#2|)) (-1298 $)) 58 T ELT) (((-711 (-421 |#2|))) 74 T ELT)) (-4095 (((-421 |#2|) $) 64 T ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 164 (|has| (-421 |#2|) (-363)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 131 (|has| (-421 |#2|) (-376)) ELT)) (-2326 (((-419 $) $) 132 (|has| (-421 |#2|) (-376)) ELT)) (-3988 (((-114) $ $) 122 (|has| (-421 |#2|) (-376)) ELT)) (-1450 (((-793)) 105 (|has| (-421 |#2|) (-381)) ELT)) (-3636 (((-114)) 239 T ELT)) (-1554 (((-114) |#1|) 238 T ELT) (((-114) |#2|) 237 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 191 (|has| (-421 |#2|) (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 189 (|has| (-421 |#2|) (-1069 (-421 (-560)))) ELT) (((-3 (-421 |#2|) "failed") $) 186 T ELT)) (-3056 (((-560) $) 190 (|has| (-421 |#2|) (-1069 (-560))) ELT) (((-421 (-560)) $) 188 (|has| (-421 |#2|) (-1069 (-421 (-560)))) ELT) (((-421 |#2|) $) 187 T ELT)) (-3013 (($ (-1298 (-421 |#2|)) (-1298 $)) 60 T ELT) (($ (-1298 (-421 |#2|))) 77 T ELT) (($ (-1298 |#2|) |#2|) 221 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 170 (|has| (-421 |#2|) (-363)) ELT)) (-2242 (($ $ $) 126 (|has| (-421 |#2|) (-376)) ELT)) (-2902 (((-711 (-421 |#2|)) $ (-1298 $)) 65 T ELT) (((-711 (-421 |#2|)) $) 72 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 183 (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 182 (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-421 |#2|))) (|:| |vec| (-1298 (-421 |#2|)))) (-711 $) (-1298 $)) 181 T ELT) (((-711 (-421 |#2|)) (-711 $)) 180 T ELT)) (-1905 (((-1298 $) (-1298 $)) 227 T ELT)) (-2108 (($ |#3|) 175 T ELT) (((-3 $ "failed") (-421 |#3|)) 172 (|has| (-421 |#2|) (-376)) ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2332 (((-663 (-663 |#1|))) 208 (|has| |#1| (-381)) ELT)) (-3913 (((-114) |#1| |#1|) 243 T ELT)) (-3795 (((-948)) 66 T ELT)) (-3362 (($) 108 (|has| (-421 |#2|) (-381)) ELT)) (-4064 (((-114)) 236 T ELT)) (-2231 (((-114) |#1|) 235 T ELT) (((-114) |#2|) 234 T ELT)) (-2254 (($ $ $) 125 (|has| (-421 |#2|) (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 120 (|has| (-421 |#2|) (-376)) ELT)) (-2075 (($ $) 214 T ELT)) (-1632 (($) 166 (|has| (-421 |#2|) (-363)) ELT)) (-2136 (((-114) $) 167 (|has| (-421 |#2|) (-363)) ELT)) (-1497 (($ $ (-793)) 158 (|has| (-421 |#2|) (-363)) ELT) (($ $) 157 (|has| (-421 |#2|) (-363)) ELT)) (-1510 (((-114) $) 133 (|has| (-421 |#2|) (-376)) ELT)) (-2252 (((-948) $) 169 (|has| (-421 |#2|) (-363)) ELT) (((-854 (-948)) $) 155 (|has| (-421 |#2|) (-363)) ELT)) (-1871 (((-114) $) 40 T ELT)) (-2465 (((-793)) 246 T ELT)) (-4290 (((-1298 $) (-1298 $)) 228 T ELT)) (-3138 (((-421 |#2|) $) 63 T ELT)) (-2000 (((-663 (-975 |#1|)) (-1208)) 209 (|has| |#1| (-376)) ELT)) (-2024 (((-713 $) $) 159 (|has| (-421 |#2|) (-363)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 129 (|has| (-421 |#2|) (-376)) ELT)) (-2767 ((|#3| $) 56 (|has| (-421 |#2|) (-376)) ELT)) (-2608 (((-948) $) 107 (|has| (-421 |#2|) (-381)) ELT)) (-2094 ((|#3| $) 173 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 185 (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 184 (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-421 |#2|))) (|:| |vec| (-1298 (-421 |#2|)))) (-1298 $) $) 179 T ELT) (((-711 (-421 |#2|)) (-1298 $)) 178 T ELT)) (-2433 (($ (-663 $)) 118 (|has| (-421 |#2|) (-376)) ELT) (($ $ $) 117 (|has| (-421 |#2|) (-376)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2376 (((-711 (-421 |#2|))) 223 T ELT)) (-1519 (((-711 (-421 |#2|))) 225 T ELT)) (-2402 (($ $) 134 (|has| (-421 |#2|) (-376)) ELT)) (-4025 (($ (-1298 |#2|) |#2|) 219 T ELT)) (-3574 (((-711 (-421 |#2|))) 224 T ELT)) (-2301 (((-711 (-421 |#2|))) 226 T ELT)) (-3246 (((-2 (|:| |num| (-711 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 218 T ELT)) (-4308 (((-2 (|:| |num| (-1298 |#2|)) (|:| |den| |#2|)) $) 220 T ELT)) (-3899 (((-1298 $)) 232 T ELT)) (-1906 (((-1298 $)) 233 T ELT)) (-3115 (((-114) $) 231 T ELT)) (-1581 (((-114) $) 230 T ELT) (((-114) $ |#1|) 217 T ELT) (((-114) $ |#2|) 216 T ELT)) (-2814 (($) 160 (|has| (-421 |#2|) (-363)) CONST)) (-3998 (($ (-948)) 106 (|has| (-421 |#2|) (-381)) ELT)) (-2270 (((-3 |#2| "failed")) 211 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-1652 (((-793)) 245 T ELT)) (-3178 (($) 177 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 119 (|has| (-421 |#2|) (-376)) ELT)) (-2470 (($ (-663 $)) 116 (|has| (-421 |#2|) (-376)) ELT) (($ $ $) 115 (|has| (-421 |#2|) (-376)) ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 163 (|has| (-421 |#2|) (-363)) ELT)) (-3388 (((-419 $) $) 130 (|has| (-421 |#2|) (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 128 (|has| (-421 |#2|) (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 127 (|has| (-421 |#2|) (-376)) ELT)) (-2283 (((-3 $ "failed") $ $) 110 (|has| (-421 |#2|) (-376)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 121 (|has| (-421 |#2|) (-376)) ELT)) (-3320 (((-793) $) 123 (|has| (-421 |#2|) (-376)) ELT)) (-1495 ((|#1| $ |#1| |#1|) 213 T ELT)) (-1741 (((-3 |#2| "failed")) 212 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 124 (|has| (-421 |#2|) (-376)) ELT)) (-3622 (((-421 |#2|) (-1298 $)) 59 T ELT) (((-421 |#2|)) 73 T ELT)) (-2424 (((-793) $) 168 (|has| (-421 |#2|) (-363)) ELT) (((-3 (-793) "failed") $ $) 156 (|has| (-421 |#2|) (-363)) ELT)) (-2457 (($ $ (-1 (-421 |#2|) (-421 |#2|))) 142 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) 141 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 |#2| |#2|)) 215 T ELT) (($ $ (-663 (-1208)) (-663 (-793))) 147 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-1383 (|has| (-421 |#2|) (-929 (-1208))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-1208) (-793)) 146 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-1383 (|has| (-421 |#2|) (-929 (-1208))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-663 (-1208))) 145 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-1383 (|has| (-421 |#2|) (-929 (-1208))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-1208)) 143 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-1383 (|has| (-421 |#2|) (-929 (-1208))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-793)) 153 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-239))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-240))) (-1383 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) 151 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-239))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-240))) (-1383 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-3982 (((-711 (-421 |#2|)) (-1298 $) (-1 (-421 |#2|) (-421 |#2|))) 171 (|has| (-421 |#2|) (-376)) ELT)) (-2731 ((|#3|) 176 T ELT)) (-1677 (($) 165 (|has| (-421 |#2|) (-363)) ELT)) (-2086 (((-1298 (-421 |#2|)) $ (-1298 $)) 62 T ELT) (((-711 (-421 |#2|)) (-1298 $) (-1298 $)) 61 T ELT) (((-1298 (-421 |#2|)) $) 79 T ELT) (((-711 (-421 |#2|)) (-1298 $)) 78 T ELT)) (-4417 (((-1298 (-421 |#2|)) $) 76 T ELT) (($ (-1298 (-421 |#2|))) 75 T ELT) ((|#3| $) 192 T ELT) (($ |#3|) 174 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 162 (|has| (-421 |#2|) (-363)) ELT)) (-3141 (((-1298 $) (-1298 $)) 229 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 |#2|)) 49 T ELT) (($ (-421 (-560))) 104 (-2191 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-1069 (-421 (-560))))) ELT) (($ $) 109 (|has| (-421 |#2|) (-376)) ELT)) (-3187 (($ $) 161 (|has| (-421 |#2|) (-363)) ELT) (((-713 $) $) 55 (|has| (-421 |#2|) (-147)) ELT)) (-4419 ((|#3| $) 57 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3725 (((-114)) 242 T ELT)) (-2544 (((-114) |#1|) 241 T ELT) (((-114) |#2|) 240 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1868 (((-1298 $)) 80 T ELT)) (-3840 (((-114) $ $) 113 (|has| (-421 |#2|) (-376)) ELT)) (-2377 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 210 T ELT)) (-4397 (((-114)) 244 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1 (-421 |#2|) (-421 |#2|))) 140 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) 139 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 150 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-1383 (|has| (-421 |#2|) (-929 (-1208))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-1208) (-793)) 149 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-1383 (|has| (-421 |#2|) (-929 (-1208))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-663 (-1208))) 148 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-1383 (|has| (-421 |#2|) (-929 (-1208))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-1208)) 144 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-1383 (|has| (-421 |#2|) (-929 (-1208))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-793)) 154 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-239))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-240))) (-1383 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) 152 (-2191 (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-239))) (-1383 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-240))) (-1383 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 138 (|has| (-421 |#2|) (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 135 (|has| (-421 |#2|) (-376)) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 |#2|)) 51 T ELT) (($ (-421 |#2|) $) 50 T ELT) (($ (-421 (-560)) $) 137 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-421 (-560))) 136 (|has| (-421 |#2|) (-376)) ELT)))
-(((-355 |#1| |#2| |#3|) (-142) (-1253) (-1274 |t#1|) (-1274 (-421 |t#2|))) (T -355))
-((-2465 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-793)))) (-1652 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-793)))) (-4397 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-3913 (*1 *2 *3 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-3725 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-2544 (*1 *2 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-2544 (*1 *2 *3) (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1253)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 (-421 *3))) (-5 *2 (-114)))) (-3636 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-1554 (*1 *2 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-1554 (*1 *2 *3) (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1253)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 (-421 *3))) (-5 *2 (-114)))) (-4064 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-2231 (*1 *2 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-2231 (*1 *2 *3) (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1253)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 (-421 *3))) (-5 *2 (-114)))) (-1906 (*1 *2) (-12 (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)))) (-3899 (*1 *2) (-12 (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)))) (-3115 (*1 *2 *1) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-1581 (*1 *2 *1) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-3141 (*1 *2 *2) (-12 (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))))) (-4290 (*1 *2 *2) (-12 (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))))) (-1905 (*1 *2 *2) (-12 (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))))) (-2301 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-711 (-421 *4))))) (-1519 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-711 (-421 *4))))) (-3574 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-711 (-421 *4))))) (-2376 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-711 (-421 *4))))) (-2650 (*1 *2 *1) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-2 (|:| |num| (-1298 *4)) (|:| |den| *4))))) (-3013 (*1 *1 *2 *3) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-1274 *4)) (-4 *4 (-1253)) (-4 *1 (-355 *4 *3 *5)) (-4 *5 (-1274 (-421 *3))))) (-4308 (*1 *2 *1) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-2 (|:| |num| (-1298 *4)) (|:| |den| *4))))) (-4025 (*1 *1 *2 *3) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-1274 *4)) (-4 *4 (-1253)) (-4 *1 (-355 *4 *3 *5)) (-4 *5 (-1274 (-421 *3))))) (-3246 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-355 *4 *5 *6)) (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-5 *2 (-2 (|:| |num| (-711 *5)) (|:| |den| *5))))) (-1581 (*1 *2 *1 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))) (-1581 (*1 *2 *1 *3) (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1253)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 (-421 *3))) (-5 *2 (-114)))) (-2457 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))))) (-2075 (*1 *1 *1) (-12 (-4 *1 (-355 *2 *3 *4)) (-4 *2 (-1253)) (-4 *3 (-1274 *2)) (-4 *4 (-1274 (-421 *3))))) (-1495 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-355 *2 *3 *4)) (-4 *2 (-1253)) (-4 *3 (-1274 *2)) (-4 *4 (-1274 (-421 *3))))) (-1741 (*1 *2) (|partial| -12 (-4 *1 (-355 *3 *2 *4)) (-4 *3 (-1253)) (-4 *4 (-1274 (-421 *2))) (-4 *2 (-1274 *3)))) (-2270 (*1 *2) (|partial| -12 (-4 *1 (-355 *3 *2 *4)) (-4 *3 (-1253)) (-4 *4 (-1274 (-421 *2))) (-4 *2 (-1274 *3)))) (-2377 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1274 *4)) (-4 *4 (-1253)) (-4 *6 (-1274 (-421 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-355 *4 *5 *6)))) (-2000 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-4 *1 (-355 *4 *5 *6)) (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-4 *4 (-376)) (-5 *2 (-663 (-975 *4))))) (-2332 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))) (-4 *3 (-381)) (-5 *2 (-663 (-663 *3))))))
-(-13 (-746 (-421 |t#2|) |t#3|) (-10 -8 (-15 -2465 ((-793))) (-15 -1652 ((-793))) (-15 -4397 ((-114))) (-15 -3913 ((-114) |t#1| |t#1|)) (-15 -3725 ((-114))) (-15 -2544 ((-114) |t#1|)) (-15 -2544 ((-114) |t#2|)) (-15 -3636 ((-114))) (-15 -1554 ((-114) |t#1|)) (-15 -1554 ((-114) |t#2|)) (-15 -4064 ((-114))) (-15 -2231 ((-114) |t#1|)) (-15 -2231 ((-114) |t#2|)) (-15 -1906 ((-1298 $))) (-15 -3899 ((-1298 $))) (-15 -3115 ((-114) $)) (-15 -1581 ((-114) $)) (-15 -3141 ((-1298 $) (-1298 $))) (-15 -4290 ((-1298 $) (-1298 $))) (-15 -1905 ((-1298 $) (-1298 $))) (-15 -2301 ((-711 (-421 |t#2|)))) (-15 -1519 ((-711 (-421 |t#2|)))) (-15 -3574 ((-711 (-421 |t#2|)))) (-15 -2376 ((-711 (-421 |t#2|)))) (-15 -2650 ((-2 (|:| |num| (-1298 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -3013 ($ (-1298 |t#2|) |t#2|)) (-15 -4308 ((-2 (|:| |num| (-1298 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -4025 ($ (-1298 |t#2|) |t#2|)) (-15 -3246 ((-2 (|:| |num| (-711 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -1581 ((-114) $ |t#1|)) (-15 -1581 ((-114) $ |t#2|)) (-15 -2457 ($ $ (-1 |t#2| |t#2|))) (-15 -2075 ($ $)) (-15 -1495 (|t#1| $ |t#1| |t#1|)) (-15 -1741 ((-3 |t#2| "failed"))) (-15 -2270 ((-3 |t#2| "failed"))) (-15 -2377 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-376)) (-15 -2000 ((-663 (-975 |t#1|)) (-1208))) |%noBranch|) (IF (|has| |t#1| (-381)) (-15 -2332 ((-663 (-663 |t#1|)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-38 #1=(-421 |#2|)) . T) ((-38 $) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-102) . T) ((-111 #0# #0#) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-147))) ((-149) |has| (-421 |#2|) (-149)) ((-635 #0#) -2191 (|has| (-421 |#2|) (-1069 (-421 (-560)))) (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-635 #1#) . T) ((-635 (-560)) . T) ((-635 $) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-632 (-887)) . T) ((-175) . T) ((-633 |#3|) . T) ((-236 $) -2191 (|has| (-421 |#2|) (-363)) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376)))) ((-234 #1#) |has| (-421 |#2|) (-376)) ((-240) -2191 (|has| (-421 |#2|) (-363)) (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376)))) ((-239) -2191 (|has| (-421 |#2|) (-363)) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376)))) ((-274 #1#) |has| (-421 |#2|) (-376)) ((-250) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-302) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-319) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-376) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-416) |has| (-421 |#2|) (-363)) ((-381) -2191 (|has| (-421 |#2|) (-381)) (|has| (-421 |#2|) (-363))) ((-363) |has| (-421 |#2|) (-363)) ((-383 #1# |#3|) . T) ((-424 #1# |#3|) . T) ((-390 #1#) . T) ((-426 #1#) . T) ((-466) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-571) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-668 #0#) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-668 #1#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-670 #1#) . T) ((-670 #2=(-560)) |has| (-421 |#2|) (-660 (-560))) ((-670 $) . T) ((-662 #0#) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-662 #1#) . T) ((-662 $) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-660 #1#) . T) ((-660 #2#) |has| (-421 |#2|) (-660 (-560))) ((-739 #0#) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-739 #1#) . T) ((-739 $) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-746 #1# |#3|) . T) ((-748) . T) ((-921 $ #3=(-1208)) -2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208))))) ((-927 (-1208)) -12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) ((-929 #3#) -2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208))))) ((-950) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-1069 (-421 (-560))) |has| (-421 |#2|) (-1069 (-421 (-560)))) ((-1069 #1#) . T) ((-1069 (-560)) |has| (-421 |#2|) (-1069 (-560))) ((-1082 #0#) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-1082 #1#) . T) ((-1082 $) . T) ((-1087 #0#) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-1087 #1#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) |has| (-421 |#2|) (-363)) ((-1248) . T) ((-1253) -2191 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))))
-((-2067 ((|#8| (-1 |#5| |#1|) |#4|) 19 T ELT)))
-(((-356 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2067 (|#8| (-1 |#5| |#1|) |#4|))) (-1253) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|) (-1253) (-1274 |#5|) (-1274 (-421 |#6|)) (-355 |#5| |#6| |#7|)) (T -356))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1253)) (-4 *8 (-1253)) (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-4 *9 (-1274 *8)) (-4 *2 (-355 *8 *9 *10)) (-5 *1 (-356 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-355 *5 *6 *7)) (-4 *10 (-1274 (-421 *9))))))
-(-10 -7 (-15 -2067 (|#8| (-1 |#5| |#1|) |#4|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 (((-935 |#1|) $) NIL T ELT) (($ $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-935 |#1|) "failed") $) NIL T ELT)) (-3056 (((-935 |#1|) $) NIL T ELT)) (-3013 (($ (-1298 (-935 |#1|))) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2136 (((-114) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT) (($ $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3617 (((-114) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3138 (((-935 |#1|) $) NIL T ELT) (($ $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 (-935 |#1|)) $) NIL T ELT) (((-1202 $) $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2608 (((-948) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1624 (((-1202 (-935 |#1|)) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2046 (((-1202 (-935 |#1|)) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-3 (-1202 (-935 |#1|)) "failed") $ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2365 (($ $ (-1202 (-935 |#1|))) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-935 |#1|) (-381)) CONST)) (-3998 (($ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4309 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3890 (((-987 (-1151))) NIL T ELT)) (-3178 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-2731 (((-1202 (-935 |#1|))) NIL T ELT)) (-1677 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1835 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2086 (((-1298 (-935 |#1|)) $) NIL T ELT) (((-711 (-935 |#1|)) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-935 |#1|)) NIL T ELT)) (-3187 (($ $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT) (((-1298 $) (-948)) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2513 (($ $) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT) (($ $ (-935 |#1|)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-935 |#1|)) NIL T ELT) (($ (-935 |#1|) $) NIL T ELT)))
-(((-357 |#1| |#2|) (-13 (-341 (-935 |#1|)) (-10 -7 (-15 -3890 ((-987 (-1151)))))) (-948) (-948)) (T -357))
-((-3890 (*1 *2) (-12 (-5 *2 (-987 (-1151))) (-5 *1 (-357 *3 *4)) (-14 *3 (-948)) (-14 *4 (-948)))))
-(-13 (-341 (-935 |#1|)) (-10 -7 (-15 -3890 ((-987 (-1151))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 58 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 56 (|has| |#1| (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) 142 T ELT)) (-3056 ((|#1| $) 113 T ELT)) (-3013 (($ (-1298 |#1|)) 130 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 121 (|has| |#1| (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) 124 (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) 160 (|has| |#1| (-381)) ELT)) (-2136 (((-114) $) 66 (|has| |#1| (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) 60 (|has| |#1| (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) 62 T ELT)) (-1918 (($) 162 (|has| |#1| (-381)) ELT)) (-3617 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-3138 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 |#1|) $) 117 T ELT) (((-1202 $) $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2608 (((-948) $) 171 (|has| |#1| (-381)) ELT)) (-1624 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2046 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1202 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2365 (($ $ (-1202 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 178 T ELT)) (-2814 (($) NIL (|has| |#1| (-381)) CONST)) (-3998 (($ (-948)) 96 (|has| |#1| (-381)) ELT)) (-4309 (((-114) $) 147 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3890 (((-987 (-1151))) 57 T ELT)) (-3178 (($) 158 (|has| |#1| (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 119 (|has| |#1| (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) 90 T ELT) (((-948)) 91 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) 161 (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) 154 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-2731 (((-1202 |#1|)) 122 T ELT)) (-1677 (($) 159 (|has| |#1| (-381)) ELT)) (-1835 (($) 167 (|has| |#1| (-381)) ELT)) (-2086 (((-1298 |#1|) $) 77 T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) 174 T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 100 T ELT)) (-3187 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3418 (((-793)) 155 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) 144 T ELT) (((-1298 $) (-948)) 98 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) 67 T CONST)) (-1439 (($) 103 T CONST)) (-2513 (($ $) 107 (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2329 (((-114) $ $) 65 T ELT)) (-2436 (($ $ $) 176 T ELT) (($ $ |#1|) 177 T ELT)) (-2426 (($ $) 157 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 86 T ELT)) (** (($ $ (-948)) 180 T ELT) (($ $ (-793)) 181 T ELT) (($ $ (-560)) 179 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 102 T ELT) (($ $ $) 101 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 175 T ELT)))
-(((-358 |#1| |#2|) (-13 (-341 |#1|) (-10 -7 (-15 -3890 ((-987 (-1151)))))) (-363) (-1202 |#1|)) (T -358))
-((-3890 (*1 *2) (-12 (-5 *2 (-987 (-1151))) (-5 *1 (-358 *3 *4)) (-4 *3 (-363)) (-14 *4 (-1202 *3)))))
-(-13 (-341 |#1|) (-10 -7 (-15 -3890 ((-987 (-1151))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| |#1| (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-3013 (($ (-1298 |#1|)) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) NIL (|has| |#1| (-381)) ELT)) (-2136 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| |#1| (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) NIL (|has| |#1| (-381)) ELT)) (-3617 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-3138 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 |#1|) $) NIL T ELT) (((-1202 $) $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2608 (((-948) $) NIL (|has| |#1| (-381)) ELT)) (-1624 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2046 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1202 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2365 (($ $ (-1202 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| |#1| (-381)) CONST)) (-3998 (($ (-948)) NIL (|has| |#1| (-381)) ELT)) (-4309 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3890 (((-987 (-1151))) NIL T ELT)) (-3178 (($) NIL (|has| |#1| (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| |#1| (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-2731 (((-1202 |#1|)) NIL T ELT)) (-1677 (($) NIL (|has| |#1| (-381)) ELT)) (-1835 (($) NIL (|has| |#1| (-381)) ELT)) (-2086 (((-1298 |#1|) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) NIL T ELT)) (-3187 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT) (((-1298 $) (-948)) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2513 (($ $) NIL (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-359 |#1| |#2|) (-13 (-341 |#1|) (-10 -7 (-15 -3890 ((-987 (-1151)))))) (-363) (-948)) (T -359))
-((-3890 (*1 *2) (-12 (-5 *2 (-987 (-1151))) (-5 *1 (-359 *3 *4)) (-4 *3 (-363)) (-14 *4 (-948)))))
-(-13 (-341 |#1|) (-10 -7 (-15 -3890 ((-987 (-1151))))))
-((-3450 (((-793) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151)))))) 61 T ELT)) (-2278 (((-987 (-1151)) (-1202 |#1|)) 112 T ELT)) (-3536 (((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) (-1202 |#1|)) 103 T ELT)) (-3624 (((-711 |#1|) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151)))))) 113 T ELT)) (-4012 (((-3 (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) "failed") (-948)) 13 T ELT)) (-4234 (((-3 (-1202 |#1|) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151)))))) (-948)) 18 T ELT)))
-(((-360 |#1|) (-10 -7 (-15 -2278 ((-987 (-1151)) (-1202 |#1|))) (-15 -3536 ((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) (-1202 |#1|))) (-15 -3624 ((-711 |#1|) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (-15 -3450 ((-793) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (-15 -4012 ((-3 (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) "failed") (-948))) (-15 -4234 ((-3 (-1202 |#1|) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151)))))) (-948)))) (-363)) (T -360))
-((-4234 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-3 (-1202 *4) (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151))))))) (-5 *1 (-360 *4)) (-4 *4 (-363)))) (-4012 (*1 *2 *3) (|partial| -12 (-5 *3 (-948)) (-5 *2 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151)))))) (-5 *1 (-360 *4)) (-4 *4 (-363)))) (-3450 (*1 *2 *3) (-12 (-5 *3 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151)))))) (-4 *4 (-363)) (-5 *2 (-793)) (-5 *1 (-360 *4)))) (-3624 (*1 *2 *3) (-12 (-5 *3 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151)))))) (-4 *4 (-363)) (-5 *2 (-711 *4)) (-5 *1 (-360 *4)))) (-3536 (*1 *2 *3) (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363)) (-5 *2 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151)))))) (-5 *1 (-360 *4)))) (-2278 (*1 *2 *3) (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363)) (-5 *2 (-987 (-1151))) (-5 *1 (-360 *4)))))
-(-10 -7 (-15 -2278 ((-987 (-1151)) (-1202 |#1|))) (-15 -3536 ((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) (-1202 |#1|))) (-15 -3624 ((-711 |#1|) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (-15 -3450 ((-793) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (-15 -4012 ((-3 (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) "failed") (-948))) (-15 -4234 ((-3 (-1202 |#1|) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151)))))) (-948))))
-((-2539 ((|#1| |#3|) 104 T ELT) ((|#3| |#1|) 87 T ELT)))
-(((-361 |#1| |#2| |#3|) (-10 -7 (-15 -2539 (|#3| |#1|)) (-15 -2539 (|#1| |#3|))) (-341 |#2|) (-363) (-341 |#2|)) (T -361))
-((-2539 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *2 (-341 *4)) (-5 *1 (-361 *2 *4 *3)) (-4 *3 (-341 *4)))) (-2539 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *2 (-341 *4)) (-5 *1 (-361 *3 *4 *2)) (-4 *3 (-341 *4)))))
-(-10 -7 (-15 -2539 (|#3| |#1|)) (-15 -2539 (|#1| |#3|)))
-((-2136 (((-114) $) 65 T ELT)) (-2252 (((-854 (-948)) $) 26 T ELT) (((-948) $) 69 T ELT)) (-2024 (((-713 $) $) 21 T ELT)) (-2814 (($) 9 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 120 T ELT)) (-2424 (((-3 (-793) "failed") $ $) 98 T ELT) (((-793) $) 84 T ELT)) (-2457 (($ $) 8 T ELT) (($ $ (-793)) NIL T ELT)) (-1677 (($) 58 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 41 T ELT)) (-3187 (((-713 $) $) 50 T ELT) (($ $) 47 T ELT)))
-(((-362 |#1|) (-10 -8 (-15 -2252 ((-948) |#1|)) (-15 -2424 ((-793) |#1|)) (-15 -2136 ((-114) |#1|)) (-15 -1677 (|#1|)) (-15 -3494 ((-3 (-1298 |#1|) "failed") (-711 |#1|))) (-15 -3187 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -2814 (|#1|)) (-15 -2024 ((-713 |#1|) |#1|)) (-15 -2424 ((-3 (-793) "failed") |#1| |#1|)) (-15 -2252 ((-854 (-948)) |#1|)) (-15 -3187 ((-713 |#1|) |#1|)) (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|)))) (-363)) (T -362))
-NIL
-(-10 -8 (-15 -2252 ((-948) |#1|)) (-15 -2424 ((-793) |#1|)) (-15 -2136 ((-114) |#1|)) (-15 -1677 (|#1|)) (-15 -3494 ((-3 (-1298 |#1|) "failed") (-711 |#1|))) (-15 -3187 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -2814 (|#1|)) (-15 -2024 ((-713 |#1|) |#1|)) (-15 -2424 ((-3 (-793) "failed") |#1| |#1|)) (-15 -2252 ((-854 (-948)) |#1|)) (-15 -3187 ((-713 |#1|) |#1|)) (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 110 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-1450 (((-793)) 120 T ELT)) (-3366 (($) 22 T CONST)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 104 T ELT)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3362 (($) 123 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1632 (($) 108 T ELT)) (-2136 (((-114) $) 107 T ELT)) (-1497 (($ $) 94 T ELT) (($ $ (-793)) 93 T ELT)) (-1510 (((-114) $) 86 T ELT)) (-2252 (((-854 (-948)) $) 96 T ELT) (((-948) $) 105 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2024 (((-713 $) $) 119 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2608 (((-948) $) 122 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-2814 (($) 118 T CONST)) (-3998 (($ (-948)) 121 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 111 T ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-2424 (((-3 (-793) "failed") $ $) 95 T ELT) (((-793) $) 106 T ELT)) (-2457 (($ $) 117 T ELT) (($ $ (-793)) 115 T ELT)) (-1677 (($) 109 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 112 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT)) (-3187 (((-713 $) $) 97 T ELT) (($ $) 113 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $) 116 T ELT) (($ $ (-793)) 114 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 80 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
+((-4222 (*1 *2) (-12 (-4 *3 (-376)) (-5 *2 (-1299 *1)) (-4 *1 (-341 *3)))) (-4222 (*1 *2 *3) (-12 (-5 *3 (-949)) (-4 *4 (-376)) (-5 *2 (-1299 *1)) (-4 *1 (-341 *4)))) (-3084 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1299 *3)))) (-3084 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-341 *4)) (-4 *4 (-376)) (-5 *2 (-711 *4)))) (-4402 (*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-376)) (-4 *1 (-341 *3)))) (-4118 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1203 *3)))) (-2771 (*1 *2) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1203 *3)))) (-2271 (*1 *2) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-949)))) (-4144 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-949)))) (-2480 (*1 *2 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-376)))) (-2412 (*1 *2 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-376)))) (-4118 (*1 *2 *1 *3) (-12 (-5 *3 (-949)) (-4 *4 (-381)) (-4 *4 (-376)) (-5 *2 (-1203 *1)) (-4 *1 (-341 *4)))) (-2480 (*1 *1 *1 *2) (-12 (-5 *2 (-949)) (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)))) (-2412 (*1 *1 *1 *2) (-12 (-5 *2 (-949)) (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)))) (-2044 (*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376)))) (-3274 (*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376)))) (-3563 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-114)))) (-3505 (*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376)))) (-2223 (*1 *1 *1 *2) (-12 (-5 *2 (-1203 *3)) (-4 *3 (-381)) (-4 *1 (-341 *3)) (-4 *3 (-376)))) (-3639 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-1203 *3)))) (-2030 (*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-1203 *3)))) (-2030 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-1203 *3)))))
+(-13 (-1318 |t#1|) (-1070 |t#1|) (-10 -8 (-15 -4222 ((-1299 $))) (-15 -4222 ((-1299 $) (-949))) (-15 -3084 ((-1299 |t#1|) $)) (-15 -3084 ((-711 |t#1|) (-1299 $))) (-15 -4402 ($ (-1299 |t#1|))) (-15 -4118 ((-1203 |t#1|) $)) (-15 -2771 ((-1203 |t#1|))) (-15 -2271 ((-949))) (-15 -4144 ((-949) $)) (-15 -2480 (|t#1| $)) (-15 -2412 (|t#1| $)) (IF (|has| |t#1| (-381)) (PROGN (-6 (-363)) (-15 -4118 ((-1203 $) $ (-949))) (-15 -2480 ($ $ (-949))) (-15 -2412 ($ $ (-949))) (-15 -2044 ($)) (-15 -3274 ($)) (-15 -3563 ((-114) $)) (-15 -3505 ($)) (-15 -2223 ($ $ (-1203 |t#1|))) (-15 -3639 ((-1203 |t#1|) $)) (-15 -2030 ((-1203 |t#1|) $)) (-15 -2030 ((-3 (-1203 |t#1|) "failed") $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2309 (|has| |#1| (-381)) (|has| |#1| (-147))) ((-149) |has| |#1| (-149)) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-236 $) |has| |#1| (-381)) ((-240) |has| |#1| (-381)) ((-239) |has| |#1| (-381)) ((-250) . T) ((-302) . T) ((-319) . T) ((-1318 |#1|) . T) ((-376) . T) ((-416) -2309 (|has| |#1| (-381)) (|has| |#1| (-147))) ((-381) |has| |#1| (-381)) ((-363) |has| |#1| (-381)) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 |#1|) . T) ((-739 $) . T) ((-748) . T) ((-951) . T) ((-1070 |#1|) . T) ((-1083 #0#) . T) ((-1083 |#1|) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 |#1|) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) |has| |#1| (-381)) ((-1249) . T) ((-1254) . T) ((-1307 |#1|) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-4110 (($ (-1208) $) 101 T ELT)) (-4249 (($) 90 T ELT)) (-4031 (((-1152) (-1152)) 9 T ELT)) (-2248 (($) 91 T ELT)) (-2110 (($) 105 T ELT) (($ (-326 (-721))) 113 T ELT) (($ (-326 (-723))) 109 T ELT) (($ (-326 (-716))) 117 T ELT) (($ (-326 (-391))) 124 T ELT) (($ (-326 (-560))) 120 T ELT) (($ (-326 (-171 (-391)))) 128 T ELT)) (-4075 (($ (-1208) $) 102 T ELT)) (-3042 (($ (-663 (-888))) 92 T ELT)) (-2009 (((-1305) $) 88 T ELT)) (-1409 (((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) 33 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1813 (($ (-1152)) 59 T ELT)) (-4324 (((-1135) $) 30 T ELT)) (-1701 (($ (-1124 (-976 (-560))) $) 98 T ELT) (($ (-1124 (-976 (-560))) (-976 (-560)) $) 99 T ELT)) (-3621 (($ (-1152)) 100 T ELT)) (-2484 (($ (-1208) $) 130 T ELT) (($ (-1208) $ $) 131 T ELT)) (-2756 (($ (-1209) (-663 (-1209))) 89 T ELT)) (-4411 (($ (-1191)) 95 T ELT) (($ (-663 (-1191))) 93 T ELT)) (-3834 (((-888) $) 133 T ELT)) (-2154 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1209)) (|:| |arrayIndex| (-663 (-976 (-560)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1209)) (|:| |rand| (-888)) (|:| |ints2Floats?| (-114)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1208)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4150 (-114)) (|:| -1992 (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888)))))) (|:| |blockBranch| (-663 $)) (|:| |commentBranch| (-663 (-1191))) (|:| |callBranch| (-1191)) (|:| |forBranch| (-2 (|:| -3423 (-1124 (-976 (-560)))) (|:| |span| (-976 (-560))) (|:| -2200 $))) (|:| |labelBranch| (-1152)) (|:| |loopBranch| (-2 (|:| |switch| (-1208)) (|:| -2200 $))) (|:| |commonBranch| (-2 (|:| -2187 (-1209)) (|:| |contents| (-663 (-1209))))) (|:| |printBranch| (-663 (-888)))) $) 50 T ELT)) (-3229 (($ (-1191)) 203 T ELT)) (-2994 (($ (-663 $)) 129 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4136 (($ (-1209) (-1191)) 136 T ELT) (($ (-1209) (-326 (-723))) 176 T ELT) (($ (-1209) (-326 (-721))) 177 T ELT) (($ (-1209) (-326 (-716))) 178 T ELT) (($ (-1209) (-711 (-723))) 139 T ELT) (($ (-1209) (-711 (-721))) 142 T ELT) (($ (-1209) (-711 (-716))) 145 T ELT) (($ (-1209) (-1299 (-723))) 148 T ELT) (($ (-1209) (-1299 (-721))) 151 T ELT) (($ (-1209) (-1299 (-716))) 154 T ELT) (($ (-1209) (-711 (-326 (-723)))) 157 T ELT) (($ (-1209) (-711 (-326 (-721)))) 160 T ELT) (($ (-1209) (-711 (-326 (-716)))) 163 T ELT) (($ (-1209) (-1299 (-326 (-723)))) 166 T ELT) (($ (-1209) (-1299 (-326 (-721)))) 169 T ELT) (($ (-1209) (-1299 (-326 (-716)))) 172 T ELT) (($ (-1209) (-663 (-976 (-560))) (-326 (-723))) 173 T ELT) (($ (-1209) (-663 (-976 (-560))) (-326 (-721))) 174 T ELT) (($ (-1209) (-663 (-976 (-560))) (-326 (-716))) 175 T ELT) (($ (-1209) (-326 (-560))) 200 T ELT) (($ (-1209) (-326 (-391))) 201 T ELT) (($ (-1209) (-326 (-171 (-391)))) 202 T ELT) (($ (-1209) (-711 (-326 (-560)))) 181 T ELT) (($ (-1209) (-711 (-326 (-391)))) 184 T ELT) (($ (-1209) (-711 (-326 (-171 (-391))))) 187 T ELT) (($ (-1209) (-1299 (-326 (-560)))) 190 T ELT) (($ (-1209) (-1299 (-326 (-391)))) 193 T ELT) (($ (-1209) (-1299 (-326 (-171 (-391))))) 196 T ELT) (($ (-1209) (-663 (-976 (-560))) (-326 (-560))) 197 T ELT) (($ (-1209) (-663 (-976 (-560))) (-326 (-391))) 198 T ELT) (($ (-1209) (-663 (-976 (-560))) (-326 (-171 (-391)))) 199 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-342) (-13 (-1133) (-10 -8 (-15 -1701 ($ (-1124 (-976 (-560))) $)) (-15 -1701 ($ (-1124 (-976 (-560))) (-976 (-560)) $)) (-15 -4110 ($ (-1208) $)) (-15 -4075 ($ (-1208) $)) (-15 -1813 ($ (-1152))) (-15 -3621 ($ (-1152))) (-15 -4411 ($ (-1191))) (-15 -4411 ($ (-663 (-1191)))) (-15 -3229 ($ (-1191))) (-15 -2110 ($)) (-15 -2110 ($ (-326 (-721)))) (-15 -2110 ($ (-326 (-723)))) (-15 -2110 ($ (-326 (-716)))) (-15 -2110 ($ (-326 (-391)))) (-15 -2110 ($ (-326 (-560)))) (-15 -2110 ($ (-326 (-171 (-391))))) (-15 -2484 ($ (-1208) $)) (-15 -2484 ($ (-1208) $ $)) (-15 -4136 ($ (-1209) (-1191))) (-15 -4136 ($ (-1209) (-326 (-723)))) (-15 -4136 ($ (-1209) (-326 (-721)))) (-15 -4136 ($ (-1209) (-326 (-716)))) (-15 -4136 ($ (-1209) (-711 (-723)))) (-15 -4136 ($ (-1209) (-711 (-721)))) (-15 -4136 ($ (-1209) (-711 (-716)))) (-15 -4136 ($ (-1209) (-1299 (-723)))) (-15 -4136 ($ (-1209) (-1299 (-721)))) (-15 -4136 ($ (-1209) (-1299 (-716)))) (-15 -4136 ($ (-1209) (-711 (-326 (-723))))) (-15 -4136 ($ (-1209) (-711 (-326 (-721))))) (-15 -4136 ($ (-1209) (-711 (-326 (-716))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-723))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-721))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-716))))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-723)))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-721)))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-716)))) (-15 -4136 ($ (-1209) (-326 (-560)))) (-15 -4136 ($ (-1209) (-326 (-391)))) (-15 -4136 ($ (-1209) (-326 (-171 (-391))))) (-15 -4136 ($ (-1209) (-711 (-326 (-560))))) (-15 -4136 ($ (-1209) (-711 (-326 (-391))))) (-15 -4136 ($ (-1209) (-711 (-326 (-171 (-391)))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-560))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-391))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-171 (-391)))))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-560)))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-391)))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-171 (-391))))) (-15 -2994 ($ (-663 $))) (-15 -4249 ($)) (-15 -2248 ($)) (-15 -3042 ($ (-663 (-888)))) (-15 -2756 ($ (-1209) (-663 (-1209)))) (-15 -1409 ((-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 -2154 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1209)) (|:| |arrayIndex| (-663 (-976 (-560)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1209)) (|:| |rand| (-888)) (|:| |ints2Floats?| (-114)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1208)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4150 (-114)) (|:| -1992 (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888)))))) (|:| |blockBranch| (-663 $)) (|:| |commentBranch| (-663 (-1191))) (|:| |callBranch| (-1191)) (|:| |forBranch| (-2 (|:| -3423 (-1124 (-976 (-560)))) (|:| |span| (-976 (-560))) (|:| -2200 $))) (|:| |labelBranch| (-1152)) (|:| |loopBranch| (-2 (|:| |switch| (-1208)) (|:| -2200 $))) (|:| |commonBranch| (-2 (|:| -2187 (-1209)) (|:| |contents| (-663 (-1209))))) (|:| |printBranch| (-663 (-888)))) $)) (-15 -2009 ((-1305) $)) (-15 -4324 ((-1135) $)) (-15 -4031 ((-1152) (-1152)))))) (T -342))
+((-1701 (*1 *1 *2 *1) (-12 (-5 *2 (-1124 (-976 (-560)))) (-5 *1 (-342)))) (-1701 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1124 (-976 (-560)))) (-5 *3 (-976 (-560))) (-5 *1 (-342)))) (-4110 (*1 *1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-342)))) (-4075 (*1 *1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-342)))) (-1813 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-342)))) (-3621 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-342)))) (-4411 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-342)))) (-4411 (*1 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-342)))) (-3229 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-342)))) (-2110 (*1 *1) (-5 *1 (-342))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-326 (-721))) (-5 *1 (-342)))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-326 (-723))) (-5 *1 (-342)))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-326 (-716))) (-5 *1 (-342)))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-5 *1 (-342)))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-5 *1 (-342)))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-391)))) (-5 *1 (-342)))) (-2484 (*1 *1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-342)))) (-2484 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1191)) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-723))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-721))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-716))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-723))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-721))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-716))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-723))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-721))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-716))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-723)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-721)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-716)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-723)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-721)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-716)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-326 (-723))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-326 (-721))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-326 (-716))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-560))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-391))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-171 (-391)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-560)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-391)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-171 (-391))))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-560)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-391)))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-171 (-391))))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-326 (-560))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-326 (-391))) (-5 *1 (-342)))) (-4136 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-326 (-171 (-391)))) (-5 *1 (-342)))) (-2994 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-5 *1 (-342)))) (-4249 (*1 *1) (-5 *1 (-342))) (-2248 (*1 *1) (-5 *1 (-342))) (-3042 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-342)))) (-2756 (*1 *1 *2 *3) (-12 (-5 *3 (-663 (-1209))) (-5 *2 (-1209)) (-5 *1 (-342)))) (-1409 (*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 (-342)))) (-2154 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1209)) (|:| |arrayIndex| (-663 (-976 (-560)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1209)) (|:| |rand| (-888)) (|:| |ints2Floats?| (-114)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1208)) (|:| |thenClause| (-342)) (|:| |elseClause| (-342)))) (|:| |returnBranch| (-2 (|:| -4150 (-114)) (|:| -1992 (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888)))))) (|:| |blockBranch| (-663 (-342))) (|:| |commentBranch| (-663 (-1191))) (|:| |callBranch| (-1191)) (|:| |forBranch| (-2 (|:| -3423 (-1124 (-976 (-560)))) (|:| |span| (-976 (-560))) (|:| -2200 (-342)))) (|:| |labelBranch| (-1152)) (|:| |loopBranch| (-2 (|:| |switch| (-1208)) (|:| -2200 (-342)))) (|:| |commonBranch| (-2 (|:| -2187 (-1209)) (|:| |contents| (-663 (-1209))))) (|:| |printBranch| (-663 (-888))))) (-5 *1 (-342)))) (-2009 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-342)))) (-4324 (*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-342)))) (-4031 (*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-342)))))
+(-13 (-1133) (-10 -8 (-15 -1701 ($ (-1124 (-976 (-560))) $)) (-15 -1701 ($ (-1124 (-976 (-560))) (-976 (-560)) $)) (-15 -4110 ($ (-1208) $)) (-15 -4075 ($ (-1208) $)) (-15 -1813 ($ (-1152))) (-15 -3621 ($ (-1152))) (-15 -4411 ($ (-1191))) (-15 -4411 ($ (-663 (-1191)))) (-15 -3229 ($ (-1191))) (-15 -2110 ($)) (-15 -2110 ($ (-326 (-721)))) (-15 -2110 ($ (-326 (-723)))) (-15 -2110 ($ (-326 (-716)))) (-15 -2110 ($ (-326 (-391)))) (-15 -2110 ($ (-326 (-560)))) (-15 -2110 ($ (-326 (-171 (-391))))) (-15 -2484 ($ (-1208) $)) (-15 -2484 ($ (-1208) $ $)) (-15 -4136 ($ (-1209) (-1191))) (-15 -4136 ($ (-1209) (-326 (-723)))) (-15 -4136 ($ (-1209) (-326 (-721)))) (-15 -4136 ($ (-1209) (-326 (-716)))) (-15 -4136 ($ (-1209) (-711 (-723)))) (-15 -4136 ($ (-1209) (-711 (-721)))) (-15 -4136 ($ (-1209) (-711 (-716)))) (-15 -4136 ($ (-1209) (-1299 (-723)))) (-15 -4136 ($ (-1209) (-1299 (-721)))) (-15 -4136 ($ (-1209) (-1299 (-716)))) (-15 -4136 ($ (-1209) (-711 (-326 (-723))))) (-15 -4136 ($ (-1209) (-711 (-326 (-721))))) (-15 -4136 ($ (-1209) (-711 (-326 (-716))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-723))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-721))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-716))))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-723)))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-721)))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-716)))) (-15 -4136 ($ (-1209) (-326 (-560)))) (-15 -4136 ($ (-1209) (-326 (-391)))) (-15 -4136 ($ (-1209) (-326 (-171 (-391))))) (-15 -4136 ($ (-1209) (-711 (-326 (-560))))) (-15 -4136 ($ (-1209) (-711 (-326 (-391))))) (-15 -4136 ($ (-1209) (-711 (-326 (-171 (-391)))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-560))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-391))))) (-15 -4136 ($ (-1209) (-1299 (-326 (-171 (-391)))))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-560)))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-391)))) (-15 -4136 ($ (-1209) (-663 (-976 (-560))) (-326 (-171 (-391))))) (-15 -2994 ($ (-663 $))) (-15 -4249 ($)) (-15 -2248 ($)) (-15 -3042 ($ (-663 (-888)))) (-15 -2756 ($ (-1209) (-663 (-1209)))) (-15 -1409 ((-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 -2154 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1209)) (|:| |arrayIndex| (-663 (-976 (-560)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1209)) (|:| |rand| (-888)) (|:| |ints2Floats?| (-114)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1208)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4150 (-114)) (|:| -1992 (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888)))))) (|:| |blockBranch| (-663 $)) (|:| |commentBranch| (-663 (-1191))) (|:| |callBranch| (-1191)) (|:| |forBranch| (-2 (|:| -3423 (-1124 (-976 (-560)))) (|:| |span| (-976 (-560))) (|:| -2200 $))) (|:| |labelBranch| (-1152)) (|:| |loopBranch| (-2 (|:| |switch| (-1208)) (|:| -2200 $))) (|:| |commonBranch| (-2 (|:| -2187 (-1209)) (|:| |contents| (-663 (-1209))))) (|:| |printBranch| (-663 (-888)))) $)) (-15 -2009 ((-1305) $)) (-15 -4324 ((-1135) $)) (-15 -4031 ((-1152) (-1152)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3850 (((-114) $) 13 T ELT)) (-2683 (($ |#1|) 10 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2699 (($ |#1|) 12 T ELT)) (-3834 (((-888) $) 19 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2293 ((|#1| $) 14 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 21 T ELT)))
+(((-343 |#1|) (-13 (-872) (-10 -8 (-15 -2683 ($ |#1|)) (-15 -2699 ($ |#1|)) (-15 -3850 ((-114) $)) (-15 -2293 (|#1| $)))) (-872)) (T -343))
+((-2683 (*1 *1 *2) (-12 (-5 *1 (-343 *2)) (-4 *2 (-872)))) (-2699 (*1 *1 *2) (-12 (-5 *1 (-343 *2)) (-4 *2 (-872)))) (-3850 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-343 *3)) (-4 *3 (-872)))) (-2293 (*1 *2 *1) (-12 (-5 *1 (-343 *2)) (-4 *2 (-872)))))
+(-13 (-872) (-10 -8 (-15 -2683 ($ |#1|)) (-15 -2699 ($ |#1|)) (-15 -3850 ((-114) $)) (-15 -2293 (|#1| $))))
+((-2961 (((-342) (-1209) (-976 (-560))) 23 T ELT)) (-3234 (((-342) (-1209) (-976 (-560))) 27 T ELT)) (-4176 (((-342) (-1209) (-1124 (-976 (-560))) (-1124 (-976 (-560)))) 26 T ELT) (((-342) (-1209) (-976 (-560)) (-976 (-560))) 24 T ELT)) (-3686 (((-342) (-1209) (-976 (-560))) 31 T ELT)))
+(((-344) (-10 -7 (-15 -2961 ((-342) (-1209) (-976 (-560)))) (-15 -4176 ((-342) (-1209) (-976 (-560)) (-976 (-560)))) (-15 -4176 ((-342) (-1209) (-1124 (-976 (-560))) (-1124 (-976 (-560))))) (-15 -3234 ((-342) (-1209) (-976 (-560)))) (-15 -3686 ((-342) (-1209) (-976 (-560)))))) (T -344))
+((-3686 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-976 (-560))) (-5 *2 (-342)) (-5 *1 (-344)))) (-3234 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-976 (-560))) (-5 *2 (-342)) (-5 *1 (-344)))) (-4176 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-1124 (-976 (-560)))) (-5 *2 (-342)) (-5 *1 (-344)))) (-4176 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-976 (-560))) (-5 *2 (-342)) (-5 *1 (-344)))) (-2961 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-976 (-560))) (-5 *2 (-342)) (-5 *1 (-344)))))
+(-10 -7 (-15 -2961 ((-342) (-1209) (-976 (-560)))) (-15 -4176 ((-342) (-1209) (-976 (-560)) (-976 (-560)))) (-15 -4176 ((-342) (-1209) (-1124 (-976 (-560))) (-1124 (-976 (-560))))) (-15 -3234 ((-342) (-1209) (-976 (-560)))) (-15 -3686 ((-342) (-1209) (-976 (-560)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3826 (((-520) $) 20 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3753 (((-988 (-793)) $) 18 T ELT)) (-4422 (((-258) $) 7 T ELT)) (-3834 (((-888) $) 26 T ELT)) (-2373 (((-988 (-187 (-141))) $) 16 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3280 (((-663 (-898 (-1214) (-793))) $) 12 T ELT)) (-2478 (((-114) $ $) 22 T ELT)))
+(((-345) (-13 (-1133) (-10 -8 (-15 -4422 ((-258) $)) (-15 -3280 ((-663 (-898 (-1214) (-793))) $)) (-15 -3753 ((-988 (-793)) $)) (-15 -2373 ((-988 (-187 (-141))) $)) (-15 -3826 ((-520) $))))) (T -345))
+((-4422 (*1 *2 *1) (-12 (-5 *2 (-258)) (-5 *1 (-345)))) (-3280 (*1 *2 *1) (-12 (-5 *2 (-663 (-898 (-1214) (-793)))) (-5 *1 (-345)))) (-3753 (*1 *2 *1) (-12 (-5 *2 (-988 (-793))) (-5 *1 (-345)))) (-2373 (*1 *2 *1) (-12 (-5 *2 (-988 (-187 (-141)))) (-5 *1 (-345)))) (-3826 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-345)))))
+(-13 (-1133) (-10 -8 (-15 -4422 ((-258) $)) (-15 -3280 ((-663 (-898 (-1214) (-793))) $)) (-15 -3753 ((-988 (-793)) $)) (-15 -2373 ((-988 (-187 (-141))) $)) (-15 -3826 ((-520) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1995 (($ $) 33 T ELT)) (-2729 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1537 (((-1299 |#4|) $) 134 T ELT)) (-2310 (((-427 |#2| (-421 |#2|) |#3| |#4|) $) 31 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (((-3 |#4| "failed") $) 36 T ELT)) (-2536 (((-1299 |#4|) $) 126 T ELT)) (-3335 (($ (-427 |#2| (-421 |#2|) |#3| |#4|)) 41 T ELT) (($ |#4|) 43 T ELT) (($ |#1| |#1|) 45 T ELT) (($ |#1| |#1| (-560)) 47 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 49 T ELT)) (-2250 (((-2 (|:| -1861 (-427 |#2| (-421 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39 T ELT)) (-3834 (((-888) $) 17 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 14 T CONST)) (-2478 (((-114) $ $) 20 T ELT)) (-2581 (($ $) 27 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 25 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 23 T ELT)))
+(((-346 |#1| |#2| |#3| |#4|) (-13 (-349 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2536 ((-1299 |#4|) $)) (-15 -1537 ((-1299 |#4|) $)))) (-376) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -346))
+((-2536 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-1299 *6)) (-5 *1 (-346 *3 *4 *5 *6)) (-4 *6 (-355 *3 *4 *5)))) (-1537 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-1299 *6)) (-5 *1 (-346 *3 *4 *5 *6)) (-4 *6 (-355 *3 *4 *5)))))
+(-13 (-349 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2536 ((-1299 |#4|) $)) (-15 -1537 ((-1299 |#4|) $))))
+((-1793 (((-346 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-346 |#1| |#2| |#3| |#4|)) 33 T ELT)))
+(((-347 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1793 ((-346 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-346 |#1| |#2| |#3| |#4|)))) (-376) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|) (-376) (-1275 |#5|) (-1275 (-421 |#6|)) (-355 |#5| |#6| |#7|)) (T -347))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-346 *5 *6 *7 *8)) (-4 *5 (-376)) (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-4 *8 (-355 *5 *6 *7)) (-4 *9 (-376)) (-4 *10 (-1275 *9)) (-4 *11 (-1275 (-421 *10))) (-5 *2 (-346 *9 *10 *11 *12)) (-5 *1 (-347 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-355 *9 *10 *11)))))
+(-10 -7 (-15 -1793 ((-346 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-346 |#1| |#2| |#3| |#4|))))
+((-2729 (((-114) $) 14 T ELT)))
+(((-348 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2729 ((-114) |#1|))) (-349 |#2| |#3| |#4| |#5|) (-376) (-1275 |#2|) (-1275 (-421 |#3|)) (-355 |#2| |#3| |#4|)) (T -348))
+NIL
+(-10 -8 (-15 -2729 ((-114) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-1995 (($ $) 34 T ELT)) (-2729 (((-114) $) 33 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2310 (((-427 |#2| (-421 |#2|) |#3| |#4|) $) 40 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3505 (((-3 |#4| "failed") $) 32 T ELT)) (-3335 (($ (-427 |#2| (-421 |#2|) |#3| |#4|)) 39 T ELT) (($ |#4|) 38 T ELT) (($ |#1| |#1|) 37 T ELT) (($ |#1| |#1| (-560)) 36 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 31 T ELT)) (-2250 (((-2 (|:| -1861 (-427 |#2| (-421 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 35 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT)))
+(((-349 |#1| |#2| |#3| |#4|) (-142) (-376) (-1275 |t#1|) (-1275 (-421 |t#2|)) (-355 |t#1| |t#2| |t#3|)) (T -349))
+((-2310 (*1 *2 *1) (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-5 *2 (-427 *4 (-421 *4) *5 *6)))) (-3335 (*1 *1 *2) (-12 (-5 *2 (-427 *4 (-421 *4) *5 *6)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-4 *3 (-376)) (-4 *1 (-349 *3 *4 *5 *6)))) (-3335 (*1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-4 *1 (-349 *3 *4 *5 *2)) (-4 *2 (-355 *3 *4 *5)))) (-3335 (*1 *1 *2 *2) (-12 (-4 *2 (-376)) (-4 *3 (-1275 *2)) (-4 *4 (-1275 (-421 *3))) (-4 *1 (-349 *2 *3 *4 *5)) (-4 *5 (-355 *2 *3 *4)))) (-3335 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-560)) (-4 *2 (-376)) (-4 *4 (-1275 *2)) (-4 *5 (-1275 (-421 *4))) (-4 *1 (-349 *2 *4 *5 *6)) (-4 *6 (-355 *2 *4 *5)))) (-2250 (*1 *2 *1) (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-5 *2 (-2 (|:| -1861 (-427 *4 (-421 *4) *5 *6)) (|:| |principalPart| *6))))) (-1995 (*1 *1 *1) (-12 (-4 *1 (-349 *2 *3 *4 *5)) (-4 *2 (-376)) (-4 *3 (-1275 *2)) (-4 *4 (-1275 (-421 *3))) (-4 *5 (-355 *2 *3 *4)))) (-2729 (*1 *2 *1) (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-5 *2 (-114)))) (-3505 (*1 *2 *1) (|partial| -12 (-4 *1 (-349 *3 *4 *5 *2)) (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-4 *2 (-355 *3 *4 *5)))) (-3335 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-376)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 (-421 *3))) (-4 *1 (-349 *4 *3 *5 *2)) (-4 *2 (-355 *4 *3 *5)))))
+(-13 (-21) (-10 -8 (-15 -2310 ((-427 |t#2| (-421 |t#2|) |t#3| |t#4|) $)) (-15 -3335 ($ (-427 |t#2| (-421 |t#2|) |t#3| |t#4|))) (-15 -3335 ($ |t#4|)) (-15 -3335 ($ |t#1| |t#1|)) (-15 -3335 ($ |t#1| |t#1| (-560))) (-15 -2250 ((-2 (|:| -1861 (-427 |t#2| (-421 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -1995 ($ $)) (-15 -2729 ((-114) $)) (-15 -3505 ((-3 |t#4| "failed") $)) (-15 -3335 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-1133) . T) ((-1249) . T))
+((-4265 (($ $ (-1209) |#2|) NIL T ELT) (($ $ (-663 (-1209)) (-663 |#2|)) 20 T ELT) (($ $ (-663 (-305 |#2|))) 15 T ELT) (($ $ (-305 |#2|)) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL T ELT)) (-3034 (($ $ |#2|) 11 T ELT)))
+(((-350 |#1| |#2|) (-10 -8 (-15 -3034 (|#1| |#1| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#2|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#2| |#2|)) (-15 -4265 (|#1| |#1| (-305 |#2|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 |#2|))) (-15 -4265 (|#1| |#1| (-1209) |#2|))) (-351 |#2|) (-1133)) (T -350))
+NIL
+(-10 -8 (-15 -3034 (|#1| |#1| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#2|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#2| |#2|)) (-15 -4265 (|#1| |#1| (-305 |#2|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 |#2|))) (-15 -4265 (|#1| |#1| (-1209) |#2|)))
+((-1793 (($ (-1 |#1| |#1|) $) 6 T ELT)) (-4265 (($ $ (-1209) |#1|) 17 (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) 16 (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 15 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 14 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 13 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 12 (|has| |#1| (-321 |#1|)) ELT)) (-3034 (($ $ |#1|) 11 (|has| |#1| (-298 |#1| |#1|)) ELT)))
+(((-351 |#1|) (-142) (-1133)) (T -351))
+((-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-351 *3)) (-4 *3 (-1133)))))
+(-13 (-10 -8 (-15 -1793 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-298 |t#1| |t#1|)) (-6 (-298 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-321 |t#1|)) (-6 (-321 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-528 (-1209) |t#1|)) (-6 (-528 (-1209) |t#1|)) |%noBranch|)))
+(((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-528 (-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-1249) |has| |#1| (-298 |#1| |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-1209)) $) NIL T ELT)) (-2424 (((-114)) 96 T ELT) (((-114) (-114)) 97 T ELT)) (-2417 (((-663 (-630 $)) $) NIL T ELT)) (-2267 (($ $) NIL T ELT)) (-2111 (($ $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3268 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT)) (-2563 (($ $) NIL T ELT)) (-2243 (($ $) NIL T ELT)) (-2683 (($ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-630 $) "failed") $) NIL T ELT) (((-3 |#3| "failed") $) NIL T ELT) (((-3 $ "failed") (-326 |#3|)) 76 T ELT) (((-3 $ "failed") (-1209)) 103 T ELT) (((-3 $ "failed") (-326 (-560))) 64 (|has| |#3| (-1070 (-560))) ELT) (((-3 $ "failed") (-421 (-976 (-560)))) 70 (|has| |#3| (-1070 (-560))) ELT) (((-3 $ "failed") (-976 (-560))) 65 (|has| |#3| (-1070 (-560))) ELT) (((-3 $ "failed") (-326 (-391))) 94 (|has| |#3| (-1070 (-391))) ELT) (((-3 $ "failed") (-421 (-976 (-391)))) 88 (|has| |#3| (-1070 (-391))) ELT) (((-3 $ "failed") (-976 (-391))) 83 (|has| |#3| (-1070 (-391))) ELT)) (-4072 (((-630 $) $) NIL T ELT) ((|#3| $) NIL T ELT) (($ (-326 |#3|)) 77 T ELT) (($ (-1209)) 104 T ELT) (($ (-326 (-560))) 66 (|has| |#3| (-1070 (-560))) ELT) (($ (-421 (-976 (-560)))) 71 (|has| |#3| (-1070 (-560))) ELT) (($ (-976 (-560))) 67 (|has| |#3| (-1070 (-560))) ELT) (($ (-326 (-391))) 95 (|has| |#3| (-1070 (-391))) ELT) (($ (-421 (-976 (-391)))) 89 (|has| |#3| (-1070 (-391))) ELT) (($ (-976 (-391))) 85 (|has| |#3| (-1070 (-391))) ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3157 (($) 101 T ELT)) (-3030 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2843 (((-663 (-115)) $) NIL T ELT)) (-2504 (((-115) (-115)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1602 (((-114) $) NIL (|has| $ (-1070 (-560))) ELT)) (-4229 (((-1203 $) (-630 $)) NIL (|has| $ (-1081)) ELT)) (-1793 (($ (-1 $ $) (-630 $)) NIL T ELT)) (-1448 (((-3 (-630 $) "failed") $) NIL T ELT)) (-1856 (($ $) 99 T ELT)) (-3343 (($ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2494 (((-663 (-630 $)) $) NIL T ELT)) (-3199 (($ (-115) $) 98 T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-2820 (((-114) $ (-115)) NIL T ELT) (((-114) $ (-1209)) NIL T ELT)) (-3886 (((-793) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3716 (((-114) $ $) NIL T ELT) (((-114) $ (-1209)) NIL T ELT)) (-2784 (($ $) NIL T ELT)) (-4367 (((-114) $) NIL (|has| $ (-1070 (-560))) ELT)) (-4265 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1209) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1209) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT)) (-3034 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-2538 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2703 (($ $ (-1209)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT)) (-2771 (($ $) NIL (|has| $ (-1081)) ELT)) (-2256 (($ $) NIL T ELT)) (-2699 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-630 $)) NIL T ELT) (($ |#3|) NIL T ELT) (($ (-560)) NIL T ELT) (((-326 |#3|) $) 102 T ELT)) (-3103 (((-793)) NIL T CONST)) (-4129 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3106 (((-114) (-115)) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2188 (($ $) NIL T ELT)) (-2163 (($ $) NIL T ELT)) (-2175 (($ $) NIL T ELT)) (-1958 (($ $) NIL T ELT)) (-2971 (($) 100 T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1209)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-949)) NIL T ELT)) (* (($ |#3| $) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-949) $) NIL T ELT)))
+(((-352 |#1| |#2| |#3|) (-13 (-310) (-38 |#3|) (-1070 |#3|) (-928 (-1209)) (-10 -8 (-15 -4072 ($ (-326 |#3|))) (-15 -4142 ((-3 $ "failed") (-326 |#3|))) (-15 -4072 ($ (-1209))) (-15 -4142 ((-3 $ "failed") (-1209))) (-15 -3834 ((-326 |#3|) $)) (IF (|has| |#3| (-1070 (-560))) (PROGN (-15 -4072 ($ (-326 (-560)))) (-15 -4142 ((-3 $ "failed") (-326 (-560)))) (-15 -4072 ($ (-421 (-976 (-560))))) (-15 -4142 ((-3 $ "failed") (-421 (-976 (-560))))) (-15 -4072 ($ (-976 (-560)))) (-15 -4142 ((-3 $ "failed") (-976 (-560))))) |%noBranch|) (IF (|has| |#3| (-1070 (-391))) (PROGN (-15 -4072 ($ (-326 (-391)))) (-15 -4142 ((-3 $ "failed") (-326 (-391)))) (-15 -4072 ($ (-421 (-976 (-391))))) (-15 -4142 ((-3 $ "failed") (-421 (-976 (-391))))) (-15 -4072 ($ (-976 (-391)))) (-15 -4142 ((-3 $ "failed") (-976 (-391))))) |%noBranch|) (-15 -1958 ($ $)) (-15 -2563 ($ $)) (-15 -2784 ($ $)) (-15 -3343 ($ $)) (-15 -1856 ($ $)) (-15 -2683 ($ $)) (-15 -2699 ($ $)) (-15 -2111 ($ $)) (-15 -2163 ($ $)) (-15 -2175 ($ $)) (-15 -2188 ($ $)) (-15 -2243 ($ $)) (-15 -2256 ($ $)) (-15 -2267 ($ $)) (-15 -3157 ($)) (-15 -2712 ((-663 (-1209)) $)) (-15 -2424 ((-114))) (-15 -2424 ((-114) (-114))))) (-663 (-1209)) (-663 (-1209)) (-401)) (T -352))
+((-4072 (*1 *1 *2) (-12 (-5 *2 (-326 *5)) (-4 *5 (-401)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 *5)) (-4 *5 (-401)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 *2)) (-14 *4 (-663 *2)) (-4 *5 (-401)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-1209)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 *2)) (-14 *4 (-663 *2)) (-4 *5 (-401)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-326 *5)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-560))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-421 (-976 (-560)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 (-976 (-560)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-976 (-560))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-976 (-560))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-391))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-421 (-976 (-391)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 (-976 (-391)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-976 (-391))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-976 (-391))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-1958 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2563 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2784 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-3343 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-1856 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2683 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2699 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2111 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2163 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2175 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2188 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2243 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2256 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2267 (*1 *1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-3157 (*1 *1) (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209))) (-14 *3 (-663 (-1209))) (-4 *4 (-401)))) (-2712 (*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-352 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-401)))) (-2424 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))) (-2424 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401)))))
+(-13 (-310) (-38 |#3|) (-1070 |#3|) (-928 (-1209)) (-10 -8 (-15 -4072 ($ (-326 |#3|))) (-15 -4142 ((-3 $ "failed") (-326 |#3|))) (-15 -4072 ($ (-1209))) (-15 -4142 ((-3 $ "failed") (-1209))) (-15 -3834 ((-326 |#3|) $)) (IF (|has| |#3| (-1070 (-560))) (PROGN (-15 -4072 ($ (-326 (-560)))) (-15 -4142 ((-3 $ "failed") (-326 (-560)))) (-15 -4072 ($ (-421 (-976 (-560))))) (-15 -4142 ((-3 $ "failed") (-421 (-976 (-560))))) (-15 -4072 ($ (-976 (-560)))) (-15 -4142 ((-3 $ "failed") (-976 (-560))))) |%noBranch|) (IF (|has| |#3| (-1070 (-391))) (PROGN (-15 -4072 ($ (-326 (-391)))) (-15 -4142 ((-3 $ "failed") (-326 (-391)))) (-15 -4072 ($ (-421 (-976 (-391))))) (-15 -4142 ((-3 $ "failed") (-421 (-976 (-391))))) (-15 -4072 ($ (-976 (-391)))) (-15 -4142 ((-3 $ "failed") (-976 (-391))))) |%noBranch|) (-15 -1958 ($ $)) (-15 -2563 ($ $)) (-15 -2784 ($ $)) (-15 -3343 ($ $)) (-15 -1856 ($ $)) (-15 -2683 ($ $)) (-15 -2699 ($ $)) (-15 -2111 ($ $)) (-15 -2163 ($ $)) (-15 -2175 ($ $)) (-15 -2188 ($ $)) (-15 -2243 ($ $)) (-15 -2256 ($ $)) (-15 -2267 ($ $)) (-15 -3157 ($)) (-15 -2712 ((-663 (-1209)) $)) (-15 -2424 ((-114))) (-15 -2424 ((-114) (-114)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 (((-936 |#1|) $) NIL T ELT) (($ $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-936 |#1|) "failed") $) NIL T ELT)) (-4072 (((-936 |#1|) $) NIL T ELT)) (-4402 (($ (-1299 (-936 |#1|))) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4418 (((-114) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT) (($ $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3563 (((-114) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2480 (((-936 |#1|) $) NIL T ELT) (($ $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 (-936 |#1|)) $) NIL T ELT) (((-1203 $) $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3862 (((-949) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3639 (((-1203 (-936 |#1|)) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2030 (((-1203 (-936 |#1|)) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-3 (-1203 (-936 |#1|)) "failed") $ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2223 (($ $ (-1203 (-936 |#1|))) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-936 |#1|) (-381)) CONST)) (-2081 (($ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2060 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-2771 (((-1203 (-936 |#1|))) NIL T ELT)) (-2011 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2044 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3084 (((-1299 (-936 |#1|)) $) NIL T ELT) (((-711 (-936 |#1|)) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-936 |#1|)) NIL T ELT)) (-1633 (($ $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT) (((-1299 $) (-949)) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-1888 (($ $) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT) (($ $ (-936 |#1|)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-936 |#1|)) NIL T ELT) (($ (-936 |#1|) $) NIL T ELT)))
+(((-353 |#1| |#2|) (-341 (-936 |#1|)) (-949) (-949)) (T -353))
+NIL
+(-341 (-936 |#1|))
+((-3071 (((-2 (|:| |num| (-1299 |#3|)) (|:| |den| |#3|)) $) 39 T ELT)) (-4402 (($ (-1299 (-421 |#3|)) (-1299 $)) NIL T ELT) (($ (-1299 (-421 |#3|))) NIL T ELT) (($ (-1299 |#3|) |#3|) 173 T ELT)) (-4303 (((-1299 $) (-1299 $)) 156 T ELT)) (-2357 (((-663 (-663 |#2|))) 126 T ELT)) (-1620 (((-114) |#2| |#2|) 76 T ELT)) (-4332 (($ $) 148 T ELT)) (-3822 (((-793)) 172 T ELT)) (-2524 (((-1299 $) (-1299 $)) 218 T ELT)) (-3690 (((-663 (-976 |#2|)) (-1209)) 115 T ELT)) (-3838 (((-114) $) 169 T ELT)) (-3770 (((-114) $) 27 T ELT) (((-114) $ |#2|) 31 T ELT) (((-114) $ |#3|) 222 T ELT)) (-2191 (((-3 |#3| "failed")) 52 T ELT)) (-1527 (((-793)) 184 T ELT)) (-3034 ((|#2| $ |#2| |#2|) 140 T ELT)) (-1729 (((-3 |#3| "failed")) 71 T ELT)) (-2703 (($ $ (-1 (-421 |#3|) (-421 |#3|))) NIL T ELT) (($ $ (-1 (-421 |#3|) (-421 |#3|)) (-793)) NIL T ELT) (($ $ (-1 |#3| |#3|)) 226 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-1370 (((-1299 $) (-1299 $)) 162 T ELT)) (-3866 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 68 T ELT)) (-3088 (((-114)) 34 T ELT)))
+(((-354 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2357 ((-663 (-663 |#2|)))) (-15 -3690 ((-663 (-976 |#2|)) (-1209))) (-15 -3866 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -2191 ((-3 |#3| "failed"))) (-15 -1729 ((-3 |#3| "failed"))) (-15 -3034 (|#2| |#1| |#2| |#2|)) (-15 -4332 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3770 ((-114) |#1| |#3|)) (-15 -3770 ((-114) |#1| |#2|)) (-15 -4402 (|#1| (-1299 |#3|) |#3|)) (-15 -3071 ((-2 (|:| |num| (-1299 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -4303 ((-1299 |#1|) (-1299 |#1|))) (-15 -2524 ((-1299 |#1|) (-1299 |#1|))) (-15 -1370 ((-1299 |#1|) (-1299 |#1|))) (-15 -3770 ((-114) |#1|)) (-15 -3838 ((-114) |#1|)) (-15 -1620 ((-114) |#2| |#2|)) (-15 -3088 ((-114))) (-15 -1527 ((-793))) (-15 -3822 ((-793))) (-15 -2703 (|#1| |#1| (-1 (-421 |#3|) (-421 |#3|)) (-793))) (-15 -2703 (|#1| |#1| (-1 (-421 |#3|) (-421 |#3|)))) (-15 -4402 (|#1| (-1299 (-421 |#3|)))) (-15 -4402 (|#1| (-1299 (-421 |#3|)) (-1299 |#1|)))) (-355 |#2| |#3| |#4|) (-1254) (-1275 |#2|) (-1275 (-421 |#3|))) (T -354))
+((-3822 (*1 *2) (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-5 *2 (-793)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6)))) (-1527 (*1 *2) (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-5 *2 (-793)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6)))) (-3088 (*1 *2) (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-5 *2 (-114)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6)))) (-1620 (*1 *2 *3 *3) (-12 (-4 *3 (-1254)) (-4 *5 (-1275 *3)) (-4 *6 (-1275 (-421 *5))) (-5 *2 (-114)) (-5 *1 (-354 *4 *3 *5 *6)) (-4 *4 (-355 *3 *5 *6)))) (-1729 (*1 *2) (|partial| -12 (-4 *4 (-1254)) (-4 *5 (-1275 (-421 *2))) (-4 *2 (-1275 *4)) (-5 *1 (-354 *3 *4 *2 *5)) (-4 *3 (-355 *4 *2 *5)))) (-2191 (*1 *2) (|partial| -12 (-4 *4 (-1254)) (-4 *5 (-1275 (-421 *2))) (-4 *2 (-1275 *4)) (-5 *1 (-354 *3 *4 *2 *5)) (-4 *3 (-355 *4 *2 *5)))) (-3690 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-4 *5 (-1254)) (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-5 *2 (-663 (-976 *5))) (-5 *1 (-354 *4 *5 *6 *7)) (-4 *4 (-355 *5 *6 *7)))) (-2357 (*1 *2) (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-5 *2 (-663 (-663 *4))) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6)))))
+(-10 -8 (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2357 ((-663 (-663 |#2|)))) (-15 -3690 ((-663 (-976 |#2|)) (-1209))) (-15 -3866 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -2191 ((-3 |#3| "failed"))) (-15 -1729 ((-3 |#3| "failed"))) (-15 -3034 (|#2| |#1| |#2| |#2|)) (-15 -4332 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3770 ((-114) |#1| |#3|)) (-15 -3770 ((-114) |#1| |#2|)) (-15 -4402 (|#1| (-1299 |#3|) |#3|)) (-15 -3071 ((-2 (|:| |num| (-1299 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -4303 ((-1299 |#1|) (-1299 |#1|))) (-15 -2524 ((-1299 |#1|) (-1299 |#1|))) (-15 -1370 ((-1299 |#1|) (-1299 |#1|))) (-15 -3770 ((-114) |#1|)) (-15 -3838 ((-114) |#1|)) (-15 -1620 ((-114) |#2| |#2|)) (-15 -3088 ((-114))) (-15 -1527 ((-793))) (-15 -3822 ((-793))) (-15 -2703 (|#1| |#1| (-1 (-421 |#3|) (-421 |#3|)) (-793))) (-15 -2703 (|#1| |#1| (-1 (-421 |#3|) (-421 |#3|)))) (-15 -4402 (|#1| (-1299 (-421 |#3|)))) (-15 -4402 (|#1| (-1299 (-421 |#3|)) (-1299 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3071 (((-2 (|:| |num| (-1299 |#2|)) (|:| |den| |#2|)) $) 222 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 111 (|has| (-421 |#2|) (-376)) ELT)) (-3575 (($ $) 112 (|has| (-421 |#2|) (-376)) ELT)) (-3442 (((-114) $) 114 (|has| (-421 |#2|) (-376)) ELT)) (-3543 (((-711 (-421 |#2|)) (-1299 $)) 58 T ELT) (((-711 (-421 |#2|))) 74 T ELT)) (-2412 (((-421 |#2|) $) 64 T ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 164 (|has| (-421 |#2|) (-363)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 131 (|has| (-421 |#2|) (-376)) ELT)) (-1903 (((-419 $) $) 132 (|has| (-421 |#2|) (-376)) ELT)) (-3255 (((-114) $ $) 122 (|has| (-421 |#2|) (-376)) ELT)) (-2233 (((-793)) 105 (|has| (-421 |#2|) (-381)) ELT)) (-1799 (((-114)) 239 T ELT)) (-3294 (((-114) |#1|) 238 T ELT) (((-114) |#2|) 237 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 191 (|has| (-421 |#2|) (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 189 (|has| (-421 |#2|) (-1070 (-421 (-560)))) ELT) (((-3 (-421 |#2|) "failed") $) 186 T ELT)) (-4072 (((-560) $) 190 (|has| (-421 |#2|) (-1070 (-560))) ELT) (((-421 (-560)) $) 188 (|has| (-421 |#2|) (-1070 (-421 (-560)))) ELT) (((-421 |#2|) $) 187 T ELT)) (-4402 (($ (-1299 (-421 |#2|)) (-1299 $)) 60 T ELT) (($ (-1299 (-421 |#2|))) 77 T ELT) (($ (-1299 |#2|) |#2|) 221 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 170 (|has| (-421 |#2|) (-363)) ELT)) (-3752 (($ $ $) 126 (|has| (-421 |#2|) (-376)) ELT)) (-2385 (((-711 (-421 |#2|)) $ (-1299 $)) 65 T ELT) (((-711 (-421 |#2|)) $) 72 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 183 (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 182 (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-421 |#2|))) (|:| |vec| (-1299 (-421 |#2|)))) (-711 $) (-1299 $)) 181 T ELT) (((-711 (-421 |#2|)) (-711 $)) 180 T ELT)) (-4303 (((-1299 $) (-1299 $)) 227 T ELT)) (-1995 (($ |#3|) 175 T ELT) (((-3 $ "failed") (-421 |#3|)) 172 (|has| (-421 |#2|) (-376)) ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2357 (((-663 (-663 |#1|))) 208 (|has| |#1| (-381)) ELT)) (-1620 (((-114) |#1| |#1|) 243 T ELT)) (-1486 (((-949)) 66 T ELT)) (-2150 (($) 108 (|has| (-421 |#2|) (-381)) ELT)) (-4201 (((-114)) 236 T ELT)) (-4484 (((-114) |#1|) 235 T ELT) (((-114) |#2|) 234 T ELT)) (-3763 (($ $ $) 125 (|has| (-421 |#2|) (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 120 (|has| (-421 |#2|) (-376)) ELT)) (-4332 (($ $) 214 T ELT)) (-3396 (($) 166 (|has| (-421 |#2|) (-363)) ELT)) (-4418 (((-114) $) 167 (|has| (-421 |#2|) (-363)) ELT)) (-1789 (($ $ (-793)) 158 (|has| (-421 |#2|) (-363)) ELT) (($ $) 157 (|has| (-421 |#2|) (-363)) ELT)) (-2072 (((-114) $) 133 (|has| (-421 |#2|) (-376)) ELT)) (-2918 (((-949) $) 169 (|has| (-421 |#2|) (-363)) ELT) (((-856 (-949)) $) 155 (|has| (-421 |#2|) (-363)) ELT)) (-3363 (((-114) $) 40 T ELT)) (-3822 (((-793)) 246 T ELT)) (-2524 (((-1299 $) (-1299 $)) 228 T ELT)) (-2480 (((-421 |#2|) $) 63 T ELT)) (-3690 (((-663 (-976 |#1|)) (-1209)) 209 (|has| |#1| (-376)) ELT)) (-3851 (((-713 $) $) 159 (|has| (-421 |#2|) (-363)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 129 (|has| (-421 |#2|) (-376)) ELT)) (-4118 ((|#3| $) 56 (|has| (-421 |#2|) (-376)) ELT)) (-3862 (((-949) $) 107 (|has| (-421 |#2|) (-381)) ELT)) (-1984 ((|#3| $) 173 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 185 (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 184 (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-421 |#2|))) (|:| |vec| (-1299 (-421 |#2|)))) (-1299 $) $) 179 T ELT) (((-711 (-421 |#2|)) (-1299 $)) 178 T ELT)) (-3100 (($ (-663 $)) 118 (|has| (-421 |#2|) (-376)) ELT) (($ $ $) 117 (|has| (-421 |#2|) (-376)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1854 (((-711 (-421 |#2|))) 223 T ELT)) (-3737 (((-711 (-421 |#2|))) 225 T ELT)) (-4260 (($ $) 134 (|has| (-421 |#2|) (-376)) ELT)) (-1692 (($ (-1299 |#2|) |#2|) 219 T ELT)) (-2190 (((-711 (-421 |#2|))) 224 T ELT)) (-3219 (((-711 (-421 |#2|))) 226 T ELT)) (-2227 (((-2 (|:| |num| (-711 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 218 T ELT)) (-1947 (((-2 (|:| |num| (-1299 |#2|)) (|:| |den| |#2|)) $) 220 T ELT)) (-3012 (((-1299 $)) 232 T ELT)) (-4426 (((-1299 $)) 233 T ELT)) (-3838 (((-114) $) 231 T ELT)) (-3770 (((-114) $) 230 T ELT) (((-114) $ |#1|) 217 T ELT) (((-114) $ |#2|) 216 T ELT)) (-2689 (($) 160 (|has| (-421 |#2|) (-363)) CONST)) (-2081 (($ (-949)) 106 (|has| (-421 |#2|) (-381)) ELT)) (-2191 (((-3 |#2| "failed")) 211 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1527 (((-793)) 245 T ELT)) (-3505 (($) 177 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 119 (|has| (-421 |#2|) (-376)) ELT)) (-3128 (($ (-663 $)) 116 (|has| (-421 |#2|) (-376)) ELT) (($ $ $) 115 (|has| (-421 |#2|) (-376)) ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 163 (|has| (-421 |#2|) (-363)) ELT)) (-2549 (((-419 $) $) 130 (|has| (-421 |#2|) (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 128 (|has| (-421 |#2|) (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 127 (|has| (-421 |#2|) (-376)) ELT)) (-3795 (((-3 $ "failed") $ $) 110 (|has| (-421 |#2|) (-376)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 121 (|has| (-421 |#2|) (-376)) ELT)) (-3760 (((-793) $) 123 (|has| (-421 |#2|) (-376)) ELT)) (-3034 ((|#1| $ |#1| |#1|) 213 T ELT)) (-1729 (((-3 |#2| "failed")) 212 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 124 (|has| (-421 |#2|) (-376)) ELT)) (-2810 (((-421 |#2|) (-1299 $)) 59 T ELT) (((-421 |#2|)) 73 T ELT)) (-2104 (((-793) $) 168 (|has| (-421 |#2|) (-363)) ELT) (((-3 (-793) "failed") $ $) 156 (|has| (-421 |#2|) (-363)) ELT)) (-2703 (($ $ (-1 (-421 |#2|) (-421 |#2|))) 142 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) 141 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 |#2| |#2|)) 215 T ELT) (($ $ (-663 (-1209)) (-663 (-793))) 147 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-2925 (|has| (-421 |#2|) (-930 (-1209))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-1209) (-793)) 146 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-2925 (|has| (-421 |#2|) (-930 (-1209))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-663 (-1209))) 145 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-2925 (|has| (-421 |#2|) (-930 (-1209))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-1209)) 143 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-2925 (|has| (-421 |#2|) (-930 (-1209))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-793)) 153 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-239))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-240))) (-2925 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) 151 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-239))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-240))) (-2925 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-3782 (((-711 (-421 |#2|)) (-1299 $) (-1 (-421 |#2|) (-421 |#2|))) 171 (|has| (-421 |#2|) (-376)) ELT)) (-2771 ((|#3|) 176 T ELT)) (-2011 (($) 165 (|has| (-421 |#2|) (-363)) ELT)) (-3084 (((-1299 (-421 |#2|)) $ (-1299 $)) 62 T ELT) (((-711 (-421 |#2|)) (-1299 $) (-1299 $)) 61 T ELT) (((-1299 (-421 |#2|)) $) 79 T ELT) (((-711 (-421 |#2|)) (-1299 $)) 78 T ELT)) (-1830 (((-1299 (-421 |#2|)) $) 76 T ELT) (($ (-1299 (-421 |#2|))) 75 T ELT) ((|#3| $) 192 T ELT) (($ |#3|) 174 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 162 (|has| (-421 |#2|) (-363)) ELT)) (-1370 (((-1299 $) (-1299 $)) 229 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 |#2|)) 49 T ELT) (($ (-421 (-560))) 104 (-2309 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-1070 (-421 (-560))))) ELT) (($ $) 109 (|has| (-421 |#2|) (-376)) ELT)) (-1633 (($ $) 161 (|has| (-421 |#2|) (-363)) ELT) (((-713 $) $) 55 (|has| (-421 |#2|) (-147)) ELT)) (-4286 ((|#3| $) 57 T ELT)) (-3103 (((-793)) 37 T CONST)) (-2793 (((-114)) 242 T ELT)) (-2696 (((-114) |#1|) 241 T ELT) (((-114) |#2|) 240 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-4222 (((-1299 $)) 80 T ELT)) (-3176 (((-114) $ $) 113 (|has| (-421 |#2|) (-376)) ELT)) (-3866 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 210 T ELT)) (-3088 (((-114)) 244 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1 (-421 |#2|) (-421 |#2|))) 140 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) 139 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 150 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-2925 (|has| (-421 |#2|) (-930 (-1209))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-1209) (-793)) 149 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-2925 (|has| (-421 |#2|) (-930 (-1209))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-663 (-1209))) 148 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-2925 (|has| (-421 |#2|) (-930 (-1209))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-1209)) 144 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-2925 (|has| (-421 |#2|) (-930 (-1209))) (|has| (-421 |#2|) (-376)))) ELT) (($ $ (-793)) 154 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-239))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-240))) (-2925 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) 152 (-2309 (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-239))) (-2925 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-240))) (-2925 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 138 (|has| (-421 |#2|) (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 135 (|has| (-421 |#2|) (-376)) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 |#2|)) 51 T ELT) (($ (-421 |#2|) $) 50 T ELT) (($ (-421 (-560)) $) 137 (|has| (-421 |#2|) (-376)) ELT) (($ $ (-421 (-560))) 136 (|has| (-421 |#2|) (-376)) ELT)))
+(((-355 |#1| |#2| |#3|) (-142) (-1254) (-1275 |t#1|) (-1275 (-421 |t#2|))) (T -355))
+((-3822 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-793)))) (-1527 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-793)))) (-3088 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-1620 (*1 *2 *3 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-2793 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-2696 (*1 *2 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-2696 (*1 *2 *3) (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1254)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 (-421 *3))) (-5 *2 (-114)))) (-1799 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-3294 (*1 *2 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-3294 (*1 *2 *3) (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1254)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 (-421 *3))) (-5 *2 (-114)))) (-4201 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-4484 (*1 *2 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-4484 (*1 *2 *3) (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1254)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 (-421 *3))) (-5 *2 (-114)))) (-4426 (*1 *2) (-12 (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)))) (-3012 (*1 *2) (-12 (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)))) (-3838 (*1 *2 *1) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-3770 (*1 *2 *1) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-1370 (*1 *2 *2) (-12 (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))))) (-2524 (*1 *2 *2) (-12 (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))))) (-4303 (*1 *2 *2) (-12 (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))))) (-3219 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-711 (-421 *4))))) (-3737 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-711 (-421 *4))))) (-2190 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-711 (-421 *4))))) (-1854 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-711 (-421 *4))))) (-3071 (*1 *2 *1) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-2 (|:| |num| (-1299 *4)) (|:| |den| *4))))) (-4402 (*1 *1 *2 *3) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-1275 *4)) (-4 *4 (-1254)) (-4 *1 (-355 *4 *3 *5)) (-4 *5 (-1275 (-421 *3))))) (-1947 (*1 *2 *1) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-2 (|:| |num| (-1299 *4)) (|:| |den| *4))))) (-1692 (*1 *1 *2 *3) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-1275 *4)) (-4 *4 (-1254)) (-4 *1 (-355 *4 *3 *5)) (-4 *5 (-1275 (-421 *3))))) (-2227 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-355 *4 *5 *6)) (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-5 *2 (-2 (|:| |num| (-711 *5)) (|:| |den| *5))))) (-3770 (*1 *2 *1 *3) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))) (-3770 (*1 *2 *1 *3) (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1254)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 (-421 *3))) (-5 *2 (-114)))) (-2703 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))))) (-4332 (*1 *1 *1) (-12 (-4 *1 (-355 *2 *3 *4)) (-4 *2 (-1254)) (-4 *3 (-1275 *2)) (-4 *4 (-1275 (-421 *3))))) (-3034 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-355 *2 *3 *4)) (-4 *2 (-1254)) (-4 *3 (-1275 *2)) (-4 *4 (-1275 (-421 *3))))) (-1729 (*1 *2) (|partial| -12 (-4 *1 (-355 *3 *2 *4)) (-4 *3 (-1254)) (-4 *4 (-1275 (-421 *2))) (-4 *2 (-1275 *3)))) (-2191 (*1 *2) (|partial| -12 (-4 *1 (-355 *3 *2 *4)) (-4 *3 (-1254)) (-4 *4 (-1275 (-421 *2))) (-4 *2 (-1275 *3)))) (-3866 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1275 *4)) (-4 *4 (-1254)) (-4 *6 (-1275 (-421 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-355 *4 *5 *6)))) (-3690 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-4 *1 (-355 *4 *5 *6)) (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-4 *4 (-376)) (-5 *2 (-663 (-976 *4))))) (-2357 (*1 *2) (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))) (-4 *3 (-381)) (-5 *2 (-663 (-663 *3))))))
+(-13 (-746 (-421 |t#2|) |t#3|) (-10 -8 (-15 -3822 ((-793))) (-15 -1527 ((-793))) (-15 -3088 ((-114))) (-15 -1620 ((-114) |t#1| |t#1|)) (-15 -2793 ((-114))) (-15 -2696 ((-114) |t#1|)) (-15 -2696 ((-114) |t#2|)) (-15 -1799 ((-114))) (-15 -3294 ((-114) |t#1|)) (-15 -3294 ((-114) |t#2|)) (-15 -4201 ((-114))) (-15 -4484 ((-114) |t#1|)) (-15 -4484 ((-114) |t#2|)) (-15 -4426 ((-1299 $))) (-15 -3012 ((-1299 $))) (-15 -3838 ((-114) $)) (-15 -3770 ((-114) $)) (-15 -1370 ((-1299 $) (-1299 $))) (-15 -2524 ((-1299 $) (-1299 $))) (-15 -4303 ((-1299 $) (-1299 $))) (-15 -3219 ((-711 (-421 |t#2|)))) (-15 -3737 ((-711 (-421 |t#2|)))) (-15 -2190 ((-711 (-421 |t#2|)))) (-15 -1854 ((-711 (-421 |t#2|)))) (-15 -3071 ((-2 (|:| |num| (-1299 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -4402 ($ (-1299 |t#2|) |t#2|)) (-15 -1947 ((-2 (|:| |num| (-1299 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -1692 ($ (-1299 |t#2|) |t#2|)) (-15 -2227 ((-2 (|:| |num| (-711 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -3770 ((-114) $ |t#1|)) (-15 -3770 ((-114) $ |t#2|)) (-15 -2703 ($ $ (-1 |t#2| |t#2|))) (-15 -4332 ($ $)) (-15 -3034 (|t#1| $ |t#1| |t#1|)) (-15 -1729 ((-3 |t#2| "failed"))) (-15 -2191 ((-3 |t#2| "failed"))) (-15 -3866 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-376)) (-15 -3690 ((-663 (-976 |t#1|)) (-1209))) |%noBranch|) (IF (|has| |t#1| (-381)) (-15 -2357 ((-663 (-663 |t#1|)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-38 #1=(-421 |#2|)) . T) ((-38 $) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-102) . T) ((-111 #0# #0#) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-147))) ((-149) |has| (-421 |#2|) (-149)) ((-635 #0#) -2309 (|has| (-421 |#2|) (-1070 (-421 (-560)))) (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-635 #1#) . T) ((-635 (-560)) . T) ((-635 $) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-632 (-888)) . T) ((-175) . T) ((-633 |#3|) . T) ((-236 $) -2309 (|has| (-421 |#2|) (-363)) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376)))) ((-234 #1#) |has| (-421 |#2|) (-376)) ((-240) -2309 (|has| (-421 |#2|) (-363)) (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376)))) ((-239) -2309 (|has| (-421 |#2|) (-363)) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376)))) ((-274 #1#) |has| (-421 |#2|) (-376)) ((-250) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-302) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-319) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-376) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-416) |has| (-421 |#2|) (-363)) ((-381) -2309 (|has| (-421 |#2|) (-381)) (|has| (-421 |#2|) (-363))) ((-363) |has| (-421 |#2|) (-363)) ((-383 #1# |#3|) . T) ((-424 #1# |#3|) . T) ((-390 #1#) . T) ((-426 #1#) . T) ((-466) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-571) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-668 #0#) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-668 #1#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-670 #1#) . T) ((-670 #2=(-560)) |has| (-421 |#2|) (-660 (-560))) ((-670 $) . T) ((-662 #0#) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-662 #1#) . T) ((-662 $) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-660 #1#) . T) ((-660 #2#) |has| (-421 |#2|) (-660 (-560))) ((-739 #0#) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-739 #1#) . T) ((-739 $) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-746 #1# |#3|) . T) ((-748) . T) ((-922 $ #3=(-1209)) -2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209))))) ((-928 (-1209)) -12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) ((-930 #3#) -2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209))))) ((-951) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-1070 (-421 (-560))) |has| (-421 |#2|) (-1070 (-421 (-560)))) ((-1070 #1#) . T) ((-1070 (-560)) |has| (-421 |#2|) (-1070 (-560))) ((-1083 #0#) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-1083 #1#) . T) ((-1083 $) . T) ((-1088 #0#) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))) ((-1088 #1#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) |has| (-421 |#2|) (-363)) ((-1249) . T) ((-1254) -2309 (|has| (-421 |#2|) (-363)) (|has| (-421 |#2|) (-376))))
+((-1793 ((|#8| (-1 |#5| |#1|) |#4|) 19 T ELT)))
+(((-356 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1793 (|#8| (-1 |#5| |#1|) |#4|))) (-1254) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|) (-1254) (-1275 |#5|) (-1275 (-421 |#6|)) (-355 |#5| |#6| |#7|)) (T -356))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1254)) (-4 *8 (-1254)) (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-4 *9 (-1275 *8)) (-4 *2 (-355 *8 *9 *10)) (-5 *1 (-356 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-355 *5 *6 *7)) (-4 *10 (-1275 (-421 *9))))))
+(-10 -7 (-15 -1793 (|#8| (-1 |#5| |#1|) |#4|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 (((-936 |#1|) $) NIL T ELT) (($ $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-936 |#1|) "failed") $) NIL T ELT)) (-4072 (((-936 |#1|) $) NIL T ELT)) (-4402 (($ (-1299 (-936 |#1|))) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4418 (((-114) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT) (($ $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3563 (((-114) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2480 (((-936 |#1|) $) NIL T ELT) (($ $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 (-936 |#1|)) $) NIL T ELT) (((-1203 $) $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3862 (((-949) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3639 (((-1203 (-936 |#1|)) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2030 (((-1203 (-936 |#1|)) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-3 (-1203 (-936 |#1|)) "failed") $ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2223 (($ $ (-1203 (-936 |#1|))) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-936 |#1|) (-381)) CONST)) (-2081 (($ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2060 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3319 (((-988 (-1152))) NIL T ELT)) (-3505 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-2771 (((-1203 (-936 |#1|))) NIL T ELT)) (-2011 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2044 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3084 (((-1299 (-936 |#1|)) $) NIL T ELT) (((-711 (-936 |#1|)) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-936 |#1|)) NIL T ELT)) (-1633 (($ $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT) (((-1299 $) (-949)) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-1888 (($ $) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT) (($ $ (-936 |#1|)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-936 |#1|)) NIL T ELT) (($ (-936 |#1|) $) NIL T ELT)))
+(((-357 |#1| |#2|) (-13 (-341 (-936 |#1|)) (-10 -7 (-15 -3319 ((-988 (-1152)))))) (-949) (-949)) (T -357))
+((-3319 (*1 *2) (-12 (-5 *2 (-988 (-1152))) (-5 *1 (-357 *3 *4)) (-14 *3 (-949)) (-14 *4 (-949)))))
+(-13 (-341 (-936 |#1|)) (-10 -7 (-15 -3319 ((-988 (-1152))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 58 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 56 (|has| |#1| (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) 142 T ELT)) (-4072 ((|#1| $) 113 T ELT)) (-4402 (($ (-1299 |#1|)) 130 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 121 (|has| |#1| (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) 124 (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) 160 (|has| |#1| (-381)) ELT)) (-4418 (((-114) $) 66 (|has| |#1| (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) 60 (|has| |#1| (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) 62 T ELT)) (-3274 (($) 162 (|has| |#1| (-381)) ELT)) (-3563 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-2480 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 |#1|) $) 117 T ELT) (((-1203 $) $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3862 (((-949) $) 171 (|has| |#1| (-381)) ELT)) (-3639 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2030 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1203 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2223 (($ $ (-1203 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 178 T ELT)) (-2689 (($) NIL (|has| |#1| (-381)) CONST)) (-2081 (($ (-949)) 96 (|has| |#1| (-381)) ELT)) (-2060 (((-114) $) 147 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3319 (((-988 (-1152))) 57 T ELT)) (-3505 (($) 158 (|has| |#1| (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 119 (|has| |#1| (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) 90 T ELT) (((-949)) 91 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) 161 (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) 154 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-2771 (((-1203 |#1|)) 122 T ELT)) (-2011 (($) 159 (|has| |#1| (-381)) ELT)) (-2044 (($) 167 (|has| |#1| (-381)) ELT)) (-3084 (((-1299 |#1|) $) 77 T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) 174 T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 100 T ELT)) (-1633 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3103 (((-793)) 155 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) 144 T ELT) (((-1299 $) (-949)) 98 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) 67 T CONST)) (-2983 (($) 103 T CONST)) (-1888 (($ $) 107 (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2478 (((-114) $ $) 65 T ELT)) (-2594 (($ $ $) 176 T ELT) (($ $ |#1|) 177 T ELT)) (-2581 (($ $) 157 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 86 T ELT)) (** (($ $ (-949)) 180 T ELT) (($ $ (-793)) 181 T ELT) (($ $ (-560)) 179 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 102 T ELT) (($ $ $) 101 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 175 T ELT)))
+(((-358 |#1| |#2|) (-13 (-341 |#1|) (-10 -7 (-15 -3319 ((-988 (-1152)))))) (-363) (-1203 |#1|)) (T -358))
+((-3319 (*1 *2) (-12 (-5 *2 (-988 (-1152))) (-5 *1 (-358 *3 *4)) (-4 *3 (-363)) (-14 *4 (-1203 *3)))))
+(-13 (-341 |#1|) (-10 -7 (-15 -3319 ((-988 (-1152))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| |#1| (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-4402 (($ (-1299 |#1|)) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) NIL (|has| |#1| (-381)) ELT)) (-4418 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| |#1| (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) NIL (|has| |#1| (-381)) ELT)) (-3563 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-2480 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 |#1|) $) NIL T ELT) (((-1203 $) $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3862 (((-949) $) NIL (|has| |#1| (-381)) ELT)) (-3639 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2030 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1203 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2223 (($ $ (-1203 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| |#1| (-381)) CONST)) (-2081 (($ (-949)) NIL (|has| |#1| (-381)) ELT)) (-2060 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3319 (((-988 (-1152))) NIL T ELT)) (-3505 (($) NIL (|has| |#1| (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| |#1| (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-2771 (((-1203 |#1|)) NIL T ELT)) (-2011 (($) NIL (|has| |#1| (-381)) ELT)) (-2044 (($) NIL (|has| |#1| (-381)) ELT)) (-3084 (((-1299 |#1|) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) NIL T ELT)) (-1633 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT) (((-1299 $) (-949)) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-1888 (($ $) NIL (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-359 |#1| |#2|) (-13 (-341 |#1|) (-10 -7 (-15 -3319 ((-988 (-1152)))))) (-363) (-949)) (T -359))
+((-3319 (*1 *2) (-12 (-5 *2 (-988 (-1152))) (-5 *1 (-359 *3 *4)) (-4 *3 (-363)) (-14 *4 (-949)))))
+(-13 (-341 |#1|) (-10 -7 (-15 -3319 ((-988 (-1152))))))
+((-2582 (((-793) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152)))))) 61 T ELT)) (-1665 (((-988 (-1152)) (-1203 |#1|)) 112 T ELT)) (-3288 (((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) (-1203 |#1|)) 103 T ELT)) (-2928 (((-711 |#1|) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152)))))) 113 T ELT)) (-3004 (((-3 (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) "failed") (-949)) 13 T ELT)) (-3099 (((-3 (-1203 |#1|) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152)))))) (-949)) 18 T ELT)))
+(((-360 |#1|) (-10 -7 (-15 -1665 ((-988 (-1152)) (-1203 |#1|))) (-15 -3288 ((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) (-1203 |#1|))) (-15 -2928 ((-711 |#1|) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (-15 -2582 ((-793) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (-15 -3004 ((-3 (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) "failed") (-949))) (-15 -3099 ((-3 (-1203 |#1|) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152)))))) (-949)))) (-363)) (T -360))
+((-3099 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-3 (-1203 *4) (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152))))))) (-5 *1 (-360 *4)) (-4 *4 (-363)))) (-3004 (*1 *2 *3) (|partial| -12 (-5 *3 (-949)) (-5 *2 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152)))))) (-5 *1 (-360 *4)) (-4 *4 (-363)))) (-2582 (*1 *2 *3) (-12 (-5 *3 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152)))))) (-4 *4 (-363)) (-5 *2 (-793)) (-5 *1 (-360 *4)))) (-2928 (*1 *2 *3) (-12 (-5 *3 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152)))))) (-4 *4 (-363)) (-5 *2 (-711 *4)) (-5 *1 (-360 *4)))) (-3288 (*1 *2 *3) (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363)) (-5 *2 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152)))))) (-5 *1 (-360 *4)))) (-1665 (*1 *2 *3) (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363)) (-5 *2 (-988 (-1152))) (-5 *1 (-360 *4)))))
+(-10 -7 (-15 -1665 ((-988 (-1152)) (-1203 |#1|))) (-15 -3288 ((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) (-1203 |#1|))) (-15 -2928 ((-711 |#1|) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (-15 -2582 ((-793) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (-15 -3004 ((-3 (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) "failed") (-949))) (-15 -3099 ((-3 (-1203 |#1|) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152)))))) (-949))))
+((-3834 ((|#1| |#3|) 104 T ELT) ((|#3| |#1|) 87 T ELT)))
+(((-361 |#1| |#2| |#3|) (-10 -7 (-15 -3834 (|#3| |#1|)) (-15 -3834 (|#1| |#3|))) (-341 |#2|) (-363) (-341 |#2|)) (T -361))
+((-3834 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *2 (-341 *4)) (-5 *1 (-361 *2 *4 *3)) (-4 *3 (-341 *4)))) (-3834 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *2 (-341 *4)) (-5 *1 (-361 *3 *4 *2)) (-4 *3 (-341 *4)))))
+(-10 -7 (-15 -3834 (|#3| |#1|)) (-15 -3834 (|#1| |#3|)))
+((-4418 (((-114) $) 65 T ELT)) (-2918 (((-856 (-949)) $) 26 T ELT) (((-949) $) 69 T ELT)) (-3851 (((-713 $) $) 21 T ELT)) (-2689 (($) 9 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 120 T ELT)) (-2104 (((-3 (-793) "failed") $ $) 98 T ELT) (((-793) $) 84 T ELT)) (-2703 (($ $) 8 T ELT) (($ $ (-793)) NIL T ELT)) (-2011 (($) 58 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 41 T ELT)) (-1633 (((-713 $) $) 50 T ELT) (($ $) 47 T ELT)))
+(((-362 |#1|) (-10 -8 (-15 -2918 ((-949) |#1|)) (-15 -2104 ((-793) |#1|)) (-15 -4418 ((-114) |#1|)) (-15 -2011 (|#1|)) (-15 -3445 ((-3 (-1299 |#1|) "failed") (-711 |#1|))) (-15 -1633 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -2689 (|#1|)) (-15 -3851 ((-713 |#1|) |#1|)) (-15 -2104 ((-3 (-793) "failed") |#1| |#1|)) (-15 -2918 ((-856 (-949)) |#1|)) (-15 -1633 ((-713 |#1|) |#1|)) (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|)))) (-363)) (T -362))
+NIL
+(-10 -8 (-15 -2918 ((-949) |#1|)) (-15 -2104 ((-793) |#1|)) (-15 -4418 ((-114) |#1|)) (-15 -2011 (|#1|)) (-15 -3445 ((-3 (-1299 |#1|) "failed") (-711 |#1|))) (-15 -1633 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -2689 (|#1|)) (-15 -3851 ((-713 |#1|) |#1|)) (-15 -2104 ((-3 (-793) "failed") |#1| |#1|)) (-15 -2918 ((-856 (-949)) |#1|)) (-15 -1633 ((-713 |#1|) |#1|)) (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 110 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-2233 (((-793)) 120 T ELT)) (-4489 (($) 22 T CONST)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 104 T ELT)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2150 (($) 123 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-3396 (($) 108 T ELT)) (-4418 (((-114) $) 107 T ELT)) (-1789 (($ $) 94 T ELT) (($ $ (-793)) 93 T ELT)) (-2072 (((-114) $) 86 T ELT)) (-2918 (((-856 (-949)) $) 96 T ELT) (((-949) $) 105 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3851 (((-713 $) $) 119 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3862 (((-949) $) 122 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-2689 (($) 118 T CONST)) (-2081 (($ (-949)) 121 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 111 T ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-2104 (((-3 (-793) "failed") $ $) 95 T ELT) (((-793) $) 106 T ELT)) (-2703 (($ $) 117 T ELT) (($ $ (-793)) 115 T ELT)) (-2011 (($) 109 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 112 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT)) (-1633 (((-713 $) $) 97 T ELT) (($ $) 113 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $) 116 T ELT) (($ $ (-793)) 114 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 80 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
(((-363) (-142)) (T -363))
-((-3187 (*1 *1 *1) (-4 *1 (-363))) (-3494 (*1 *2 *3) (|partial| -12 (-5 *3 (-711 *1)) (-4 *1 (-363)) (-5 *2 (-1298 *1)))) (-2824 (*1 *2) (-12 (-4 *1 (-363)) (-5 *2 (-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))))) (-3625 (*1 *2 *3) (-12 (-4 *1 (-363)) (-5 *3 (-560)) (-5 *2 (-1220 (-948) (-793))))) (-1677 (*1 *1) (-4 *1 (-363))) (-1632 (*1 *1) (-4 *1 (-363))) (-2136 (*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-114)))) (-2424 (*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-793)))) (-2252 (*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-948)))) (-2053 (*1 *2) (-12 (-4 *1 (-363)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(-13 (-416) (-381) (-1183) (-240) (-10 -8 (-15 -3187 ($ $)) (-15 -3494 ((-3 (-1298 $) "failed") (-711 $))) (-15 -2824 ((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560)))))) (-15 -3625 ((-1220 (-948) (-793)) (-560))) (-15 -1677 ($)) (-15 -1632 ($)) (-15 -2136 ((-114) $)) (-15 -2424 ((-793) $)) (-15 -2252 ((-948) $)) (-15 -2053 ((-3 "prime" "polynomial" "normal" "cyclic")))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-147) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-236 $) . T) ((-240) . T) ((-239) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-416) . T) ((-381) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-950) . T) ((-1082 #0#) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) . T) ((-1248) . T) ((-1253) . T))
-((-1894 (((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) |#1|) 55 T ELT)) (-1906 (((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|)))) 53 T ELT)))
-(((-364 |#1| |#2| |#3|) (-10 -7 (-15 -1906 ((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))))) (-15 -1894 ((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) |#1|))) (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))) (-1274 |#1|) (-424 |#1| |#2|)) (T -364))
-((-1894 (*1 *2 *3) (-12 (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *4 (-1274 *3)) (-5 *2 (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-364 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-1906 (*1 *2) (-12 (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *4 (-1274 *3)) (-5 *2 (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-364 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
-(-10 -7 (-15 -1906 ((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))))) (-15 -1894 ((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 (((-935 |#1|) $) NIL T ELT) (($ $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3450 (((-793)) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-935 |#1|) "failed") $) NIL T ELT)) (-3056 (((-935 |#1|) $) NIL T ELT)) (-3013 (($ (-1298 (-935 |#1|))) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2136 (((-114) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT) (($ $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3617 (((-114) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3138 (((-935 |#1|) $) NIL T ELT) (($ $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 (-935 |#1|)) $) NIL T ELT) (((-1202 $) $ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2608 (((-948) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1624 (((-1202 (-935 |#1|)) $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2046 (((-1202 (-935 |#1|)) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-3 (-1202 (-935 |#1|)) "failed") $ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2365 (($ $ (-1202 (-935 |#1|))) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-935 |#1|) (-381)) CONST)) (-3998 (($ (-948)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4309 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2778 (((-1298 (-663 (-2 (|:| -3929 (-935 |#1|)) (|:| -3998 (-1151)))))) NIL T ELT)) (-2552 (((-711 (-935 |#1|))) NIL T ELT)) (-3178 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| (-935 |#1|) (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-2731 (((-1202 (-935 |#1|))) NIL T ELT)) (-1677 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-1835 (($) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2086 (((-1298 (-935 |#1|)) $) NIL T ELT) (((-711 (-935 |#1|)) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-935 |#1|)) NIL T ELT)) (-3187 (($ $) NIL (|has| (-935 |#1|) (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| (-935 |#1|) (-147)) (|has| (-935 |#1|) (-381))) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT) (((-1298 $) (-948)) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2513 (($ $) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| (-935 |#1|) (-381)) ELT) (($ $) NIL (|has| (-935 |#1|) (-381)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT) (($ $ (-935 |#1|)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-935 |#1|)) NIL T ELT) (($ (-935 |#1|) $) NIL T ELT)))
-(((-365 |#1| |#2|) (-13 (-341 (-935 |#1|)) (-10 -7 (-15 -2778 ((-1298 (-663 (-2 (|:| -3929 (-935 |#1|)) (|:| -3998 (-1151))))))) (-15 -2552 ((-711 (-935 |#1|)))) (-15 -3450 ((-793))))) (-948) (-948)) (T -365))
-((-2778 (*1 *2) (-12 (-5 *2 (-1298 (-663 (-2 (|:| -3929 (-935 *3)) (|:| -3998 (-1151)))))) (-5 *1 (-365 *3 *4)) (-14 *3 (-948)) (-14 *4 (-948)))) (-2552 (*1 *2) (-12 (-5 *2 (-711 (-935 *3))) (-5 *1 (-365 *3 *4)) (-14 *3 (-948)) (-14 *4 (-948)))) (-3450 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-365 *3 *4)) (-14 *3 (-948)) (-14 *4 (-948)))))
-(-13 (-341 (-935 |#1|)) (-10 -7 (-15 -2778 ((-1298 (-663 (-2 (|:| -3929 (-935 |#1|)) (|:| -3998 (-1151))))))) (-15 -2552 ((-711 (-935 |#1|)))) (-15 -3450 ((-793)))))
-((-2294 (((-114) $ $) 73 T ELT)) (-3626 (((-114) $) 88 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 ((|#1| $) 106 T ELT) (($ $ (-948)) 104 (|has| |#1| (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 170 (|has| |#1| (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3450 (((-793)) 103 T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) 187 (|has| |#1| (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) 127 T ELT)) (-3056 ((|#1| $) 105 T ELT)) (-3013 (($ (-1298 |#1|)) 71 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 213 (|has| |#1| (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) 182 (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) 171 (|has| |#1| (-381)) ELT)) (-2136 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| |#1| (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) 113 (|has| |#1| (-381)) ELT)) (-3617 (((-114) $) 200 (|has| |#1| (-381)) ELT)) (-3138 ((|#1| $) 108 T ELT) (($ $ (-948)) 107 (|has| |#1| (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 |#1|) $) 214 T ELT) (((-1202 $) $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2608 (((-948) $) 148 (|has| |#1| (-381)) ELT)) (-1624 (((-1202 |#1|) $) 87 (|has| |#1| (-381)) ELT)) (-2046 (((-1202 |#1|) $) 84 (|has| |#1| (-381)) ELT) (((-3 (-1202 |#1|) "failed") $ $) 96 (|has| |#1| (-381)) ELT)) (-2365 (($ $ (-1202 |#1|)) 83 (|has| |#1| (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 218 T ELT)) (-2814 (($) NIL (|has| |#1| (-381)) CONST)) (-3998 (($ (-948)) 150 (|has| |#1| (-381)) ELT)) (-4309 (((-114) $) 123 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2778 (((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151)))))) 97 T ELT)) (-2552 (((-711 |#1|)) 101 T ELT)) (-3178 (($) 110 (|has| |#1| (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 173 (|has| |#1| (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) 174 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) 75 T ELT)) (-2731 (((-1202 |#1|)) 175 T ELT)) (-1677 (($) 147 (|has| |#1| (-381)) ELT)) (-1835 (($) NIL (|has| |#1| (-381)) ELT)) (-2086 (((-1298 |#1|) $) 121 T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) 140 T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 70 T ELT)) (-3187 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3418 (((-793)) 180 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) 197 T ELT) (((-1298 $) (-948)) 116 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) 186 T CONST)) (-1439 (($) 161 T CONST)) (-2513 (($ $) 122 (|has| |#1| (-381)) ELT) (($ $ (-793)) 114 (|has| |#1| (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2329 (((-114) $ $) 208 T ELT)) (-2436 (($ $ $) 119 T ELT) (($ $ |#1|) 120 T ELT)) (-2426 (($ $) 202 T ELT) (($ $ $) 206 T ELT)) (-2413 (($ $ $) 204 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 153 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 211 T ELT) (($ $ $) 164 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 118 T ELT)))
-(((-366 |#1| |#2|) (-13 (-341 |#1|) (-10 -7 (-15 -2778 ((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (-15 -2552 ((-711 |#1|))) (-15 -3450 ((-793))))) (-363) (-3 (-1202 |#1|) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (T -366))
-((-2778 (*1 *2) (-12 (-5 *2 (-1298 (-663 (-2 (|:| -3929 *3) (|:| -3998 (-1151)))))) (-5 *1 (-366 *3 *4)) (-4 *3 (-363)) (-14 *4 (-3 (-1202 *3) *2)))) (-2552 (*1 *2) (-12 (-5 *2 (-711 *3)) (-5 *1 (-366 *3 *4)) (-4 *3 (-363)) (-14 *4 (-3 (-1202 *3) (-1298 (-663 (-2 (|:| -3929 *3) (|:| -3998 (-1151))))))))) (-3450 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-366 *3 *4)) (-4 *3 (-363)) (-14 *4 (-3 (-1202 *3) (-1298 (-663 (-2 (|:| -3929 *3) (|:| -3998 (-1151))))))))))
-(-13 (-341 |#1|) (-10 -7 (-15 -2778 ((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (-15 -2552 ((-711 |#1|))) (-15 -3450 ((-793)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| |#1| (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3450 (((-793)) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-3013 (($ (-1298 |#1|)) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) NIL (|has| |#1| (-381)) ELT)) (-2136 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| |#1| (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) NIL (|has| |#1| (-381)) ELT)) (-3617 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-3138 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 |#1|) $) NIL T ELT) (((-1202 $) $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2608 (((-948) $) NIL (|has| |#1| (-381)) ELT)) (-1624 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2046 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1202 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2365 (($ $ (-1202 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| |#1| (-381)) CONST)) (-3998 (($ (-948)) NIL (|has| |#1| (-381)) ELT)) (-4309 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2778 (((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151)))))) NIL T ELT)) (-2552 (((-711 |#1|)) NIL T ELT)) (-3178 (($) NIL (|has| |#1| (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| |#1| (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-2731 (((-1202 |#1|)) NIL T ELT)) (-1677 (($) NIL (|has| |#1| (-381)) ELT)) (-1835 (($) NIL (|has| |#1| (-381)) ELT)) (-2086 (((-1298 |#1|) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) NIL T ELT)) (-3187 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT) (((-1298 $) (-948)) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2513 (($ $) NIL (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-367 |#1| |#2|) (-13 (-341 |#1|) (-10 -7 (-15 -2778 ((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (-15 -2552 ((-711 |#1|))) (-15 -3450 ((-793))))) (-363) (-948)) (T -367))
-((-2778 (*1 *2) (-12 (-5 *2 (-1298 (-663 (-2 (|:| -3929 *3) (|:| -3998 (-1151)))))) (-5 *1 (-367 *3 *4)) (-4 *3 (-363)) (-14 *4 (-948)))) (-2552 (*1 *2) (-12 (-5 *2 (-711 *3)) (-5 *1 (-367 *3 *4)) (-4 *3 (-363)) (-14 *4 (-948)))) (-3450 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-367 *3 *4)) (-4 *3 (-363)) (-14 *4 (-948)))))
-(-13 (-341 |#1|) (-10 -7 (-15 -2778 ((-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))))) (-15 -2552 ((-711 |#1|))) (-15 -3450 ((-793)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 129 (|has| |#1| (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) 155 (|has| |#1| (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) 103 T ELT)) (-3056 ((|#1| $) 100 T ELT)) (-3013 (($ (-1298 |#1|)) 95 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 126 (|has| |#1| (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) 92 (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) 51 (|has| |#1| (-381)) ELT)) (-2136 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| |#1| (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) 130 (|has| |#1| (-381)) ELT)) (-3617 (((-114) $) 84 (|has| |#1| (-381)) ELT)) (-3138 ((|#1| $) 47 T ELT) (($ $ (-948)) 52 (|has| |#1| (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 |#1|) $) 75 T ELT) (((-1202 $) $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2608 (((-948) $) 107 (|has| |#1| (-381)) ELT)) (-1624 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2046 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1202 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2365 (($ $ (-1202 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| |#1| (-381)) CONST)) (-3998 (($ (-948)) 105 (|has| |#1| (-381)) ELT)) (-4309 (((-114) $) 157 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) 44 (|has| |#1| (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 124 (|has| |#1| (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) 154 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) 67 T ELT)) (-2731 (((-1202 |#1|)) 98 T ELT)) (-1677 (($) 135 (|has| |#1| (-381)) ELT)) (-1835 (($) NIL (|has| |#1| (-381)) ELT)) (-2086 (((-1298 |#1|) $) 63 T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) 153 T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 97 T ELT)) (-3187 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3418 (((-793)) 159 T CONST)) (-3860 (((-114) $ $) 161 T ELT)) (-1868 (((-1298 $)) 119 T ELT) (((-1298 $) (-948)) 58 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) 121 T CONST)) (-1439 (($) 40 T CONST)) (-2513 (($ $) 78 (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2329 (((-114) $ $) 117 T ELT)) (-2436 (($ $ $) 109 T ELT) (($ $ |#1|) 110 T ELT)) (-2426 (($ $) 90 T ELT) (($ $ $) 115 T ELT)) (-2413 (($ $ $) 113 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 53 T ELT) (($ $ (-560)) 138 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 88 T ELT) (($ $ $) 65 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 86 T ELT)))
-(((-368 |#1| |#2|) (-341 |#1|) (-363) (-1202 |#1|)) (T -368))
+((-1633 (*1 *1 *1) (-4 *1 (-363))) (-3445 (*1 *2 *3) (|partial| -12 (-5 *3 (-711 *1)) (-4 *1 (-363)) (-5 *2 (-1299 *1)))) (-3346 (*1 *2) (-12 (-4 *1 (-363)) (-5 *2 (-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))))) (-3025 (*1 *2 *3) (-12 (-4 *1 (-363)) (-5 *3 (-560)) (-5 *2 (-1221 (-949) (-793))))) (-2011 (*1 *1) (-4 *1 (-363))) (-3396 (*1 *1) (-4 *1 (-363))) (-4418 (*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-114)))) (-2104 (*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-793)))) (-2918 (*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-949)))) (-1379 (*1 *2) (-12 (-4 *1 (-363)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(-13 (-416) (-381) (-1184) (-240) (-10 -8 (-15 -1633 ($ $)) (-15 -3445 ((-3 (-1299 $) "failed") (-711 $))) (-15 -3346 ((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560)))))) (-15 -3025 ((-1221 (-949) (-793)) (-560))) (-15 -2011 ($)) (-15 -3396 ($)) (-15 -4418 ((-114) $)) (-15 -2104 ((-793) $)) (-15 -2918 ((-949) $)) (-15 -1379 ((-3 "prime" "polynomial" "normal" "cyclic")))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-147) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-236 $) . T) ((-240) . T) ((-239) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-416) . T) ((-381) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-951) . T) ((-1083 #0#) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) . T) ((-1249) . T) ((-1254) . T))
+((-2567 (((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) |#1|) 55 T ELT)) (-4426 (((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|)))) 53 T ELT)))
+(((-364 |#1| |#2| |#3|) (-10 -7 (-15 -4426 ((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))))) (-15 -2567 ((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) |#1|))) (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))) (-1275 |#1|) (-424 |#1| |#2|)) (T -364))
+((-2567 (*1 *2 *3) (-12 (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *4 (-1275 *3)) (-5 *2 (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-364 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-4426 (*1 *2) (-12 (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *4 (-1275 *3)) (-5 *2 (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-364 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
+(-10 -7 (-15 -4426 ((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))))) (-15 -2567 ((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 (((-936 |#1|) $) NIL T ELT) (($ $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2582 (((-793)) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-936 |#1|) "failed") $) NIL T ELT)) (-4072 (((-936 |#1|) $) NIL T ELT)) (-4402 (($ (-1299 (-936 |#1|))) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4418 (((-114) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT) (($ $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3563 (((-114) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2480 (((-936 |#1|) $) NIL T ELT) (($ $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 (-936 |#1|)) $) NIL T ELT) (((-1203 $) $ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3862 (((-949) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3639 (((-1203 (-936 |#1|)) $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2030 (((-1203 (-936 |#1|)) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-3 (-1203 (-936 |#1|)) "failed") $ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2223 (($ $ (-1203 (-936 |#1|))) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-936 |#1|) (-381)) CONST)) (-2081 (($ (-949)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2060 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2611 (((-1299 (-663 (-2 (|:| -1992 (-936 |#1|)) (|:| -2081 (-1152)))))) NIL T ELT)) (-2939 (((-711 (-936 |#1|))) NIL T ELT)) (-3505 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-2771 (((-1203 (-936 |#1|))) NIL T ELT)) (-2011 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2044 (($) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3084 (((-1299 (-936 |#1|)) $) NIL T ELT) (((-711 (-936 |#1|)) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-936 |#1|)) NIL T ELT)) (-1633 (($ $) NIL (|has| (-936 |#1|) (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| (-936 |#1|) (-147)) (|has| (-936 |#1|) (-381))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT) (((-1299 $) (-949)) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-1888 (($ $) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| (-936 |#1|) (-381)) ELT) (($ $) NIL (|has| (-936 |#1|) (-381)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT) (($ $ (-936 |#1|)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-936 |#1|)) NIL T ELT) (($ (-936 |#1|) $) NIL T ELT)))
+(((-365 |#1| |#2|) (-13 (-341 (-936 |#1|)) (-10 -7 (-15 -2611 ((-1299 (-663 (-2 (|:| -1992 (-936 |#1|)) (|:| -2081 (-1152))))))) (-15 -2939 ((-711 (-936 |#1|)))) (-15 -2582 ((-793))))) (-949) (-949)) (T -365))
+((-2611 (*1 *2) (-12 (-5 *2 (-1299 (-663 (-2 (|:| -1992 (-936 *3)) (|:| -2081 (-1152)))))) (-5 *1 (-365 *3 *4)) (-14 *3 (-949)) (-14 *4 (-949)))) (-2939 (*1 *2) (-12 (-5 *2 (-711 (-936 *3))) (-5 *1 (-365 *3 *4)) (-14 *3 (-949)) (-14 *4 (-949)))) (-2582 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-365 *3 *4)) (-14 *3 (-949)) (-14 *4 (-949)))))
+(-13 (-341 (-936 |#1|)) (-10 -7 (-15 -2611 ((-1299 (-663 (-2 (|:| -1992 (-936 |#1|)) (|:| -2081 (-1152))))))) (-15 -2939 ((-711 (-936 |#1|)))) (-15 -2582 ((-793)))))
+((-3808 (((-114) $ $) 73 T ELT)) (-3136 (((-114) $) 88 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 ((|#1| $) 106 T ELT) (($ $ (-949)) 104 (|has| |#1| (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 170 (|has| |#1| (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2582 (((-793)) 103 T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) 187 (|has| |#1| (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) 127 T ELT)) (-4072 ((|#1| $) 105 T ELT)) (-4402 (($ (-1299 |#1|)) 71 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 213 (|has| |#1| (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) 182 (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) 171 (|has| |#1| (-381)) ELT)) (-4418 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| |#1| (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) 113 (|has| |#1| (-381)) ELT)) (-3563 (((-114) $) 200 (|has| |#1| (-381)) ELT)) (-2480 ((|#1| $) 108 T ELT) (($ $ (-949)) 107 (|has| |#1| (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 |#1|) $) 214 T ELT) (((-1203 $) $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3862 (((-949) $) 148 (|has| |#1| (-381)) ELT)) (-3639 (((-1203 |#1|) $) 87 (|has| |#1| (-381)) ELT)) (-2030 (((-1203 |#1|) $) 84 (|has| |#1| (-381)) ELT) (((-3 (-1203 |#1|) "failed") $ $) 96 (|has| |#1| (-381)) ELT)) (-2223 (($ $ (-1203 |#1|)) 83 (|has| |#1| (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 218 T ELT)) (-2689 (($) NIL (|has| |#1| (-381)) CONST)) (-2081 (($ (-949)) 150 (|has| |#1| (-381)) ELT)) (-2060 (((-114) $) 123 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2611 (((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152)))))) 97 T ELT)) (-2939 (((-711 |#1|)) 101 T ELT)) (-3505 (($) 110 (|has| |#1| (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 173 (|has| |#1| (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) 174 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) 75 T ELT)) (-2771 (((-1203 |#1|)) 175 T ELT)) (-2011 (($) 147 (|has| |#1| (-381)) ELT)) (-2044 (($) NIL (|has| |#1| (-381)) ELT)) (-3084 (((-1299 |#1|) $) 121 T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) 140 T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 70 T ELT)) (-1633 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3103 (((-793)) 180 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) 197 T ELT) (((-1299 $) (-949)) 116 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) 186 T CONST)) (-2983 (($) 161 T CONST)) (-1888 (($ $) 122 (|has| |#1| (-381)) ELT) (($ $ (-793)) 114 (|has| |#1| (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2478 (((-114) $ $) 208 T ELT)) (-2594 (($ $ $) 119 T ELT) (($ $ |#1|) 120 T ELT)) (-2581 (($ $) 202 T ELT) (($ $ $) 206 T ELT)) (-2571 (($ $ $) 204 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 153 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 211 T ELT) (($ $ $) 164 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 118 T ELT)))
+(((-366 |#1| |#2|) (-13 (-341 |#1|) (-10 -7 (-15 -2611 ((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (-15 -2939 ((-711 |#1|))) (-15 -2582 ((-793))))) (-363) (-3 (-1203 |#1|) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (T -366))
+((-2611 (*1 *2) (-12 (-5 *2 (-1299 (-663 (-2 (|:| -1992 *3) (|:| -2081 (-1152)))))) (-5 *1 (-366 *3 *4)) (-4 *3 (-363)) (-14 *4 (-3 (-1203 *3) *2)))) (-2939 (*1 *2) (-12 (-5 *2 (-711 *3)) (-5 *1 (-366 *3 *4)) (-4 *3 (-363)) (-14 *4 (-3 (-1203 *3) (-1299 (-663 (-2 (|:| -1992 *3) (|:| -2081 (-1152))))))))) (-2582 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-366 *3 *4)) (-4 *3 (-363)) (-14 *4 (-3 (-1203 *3) (-1299 (-663 (-2 (|:| -1992 *3) (|:| -2081 (-1152))))))))))
+(-13 (-341 |#1|) (-10 -7 (-15 -2611 ((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (-15 -2939 ((-711 |#1|))) (-15 -2582 ((-793)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| |#1| (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2582 (((-793)) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-4402 (($ (-1299 |#1|)) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) NIL (|has| |#1| (-381)) ELT)) (-4418 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| |#1| (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) NIL (|has| |#1| (-381)) ELT)) (-3563 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-2480 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 |#1|) $) NIL T ELT) (((-1203 $) $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3862 (((-949) $) NIL (|has| |#1| (-381)) ELT)) (-3639 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2030 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1203 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2223 (($ $ (-1203 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| |#1| (-381)) CONST)) (-2081 (($ (-949)) NIL (|has| |#1| (-381)) ELT)) (-2060 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2611 (((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152)))))) NIL T ELT)) (-2939 (((-711 |#1|)) NIL T ELT)) (-3505 (($) NIL (|has| |#1| (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| |#1| (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-2771 (((-1203 |#1|)) NIL T ELT)) (-2011 (($) NIL (|has| |#1| (-381)) ELT)) (-2044 (($) NIL (|has| |#1| (-381)) ELT)) (-3084 (((-1299 |#1|) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) NIL T ELT)) (-1633 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT) (((-1299 $) (-949)) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-1888 (($ $) NIL (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-367 |#1| |#2|) (-13 (-341 |#1|) (-10 -7 (-15 -2611 ((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (-15 -2939 ((-711 |#1|))) (-15 -2582 ((-793))))) (-363) (-949)) (T -367))
+((-2611 (*1 *2) (-12 (-5 *2 (-1299 (-663 (-2 (|:| -1992 *3) (|:| -2081 (-1152)))))) (-5 *1 (-367 *3 *4)) (-4 *3 (-363)) (-14 *4 (-949)))) (-2939 (*1 *2) (-12 (-5 *2 (-711 *3)) (-5 *1 (-367 *3 *4)) (-4 *3 (-363)) (-14 *4 (-949)))) (-2582 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-367 *3 *4)) (-4 *3 (-363)) (-14 *4 (-949)))))
+(-13 (-341 |#1|) (-10 -7 (-15 -2611 ((-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))))) (-15 -2939 ((-711 |#1|))) (-15 -2582 ((-793)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 129 (|has| |#1| (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) 155 (|has| |#1| (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) 103 T ELT)) (-4072 ((|#1| $) 100 T ELT)) (-4402 (($ (-1299 |#1|)) 95 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 126 (|has| |#1| (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) 92 (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) 51 (|has| |#1| (-381)) ELT)) (-4418 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| |#1| (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) 130 (|has| |#1| (-381)) ELT)) (-3563 (((-114) $) 84 (|has| |#1| (-381)) ELT)) (-2480 ((|#1| $) 47 T ELT) (($ $ (-949)) 52 (|has| |#1| (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 |#1|) $) 75 T ELT) (((-1203 $) $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3862 (((-949) $) 107 (|has| |#1| (-381)) ELT)) (-3639 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2030 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1203 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2223 (($ $ (-1203 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| |#1| (-381)) CONST)) (-2081 (($ (-949)) 105 (|has| |#1| (-381)) ELT)) (-2060 (((-114) $) 157 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) 44 (|has| |#1| (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 124 (|has| |#1| (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) 154 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) 67 T ELT)) (-2771 (((-1203 |#1|)) 98 T ELT)) (-2011 (($) 135 (|has| |#1| (-381)) ELT)) (-2044 (($) NIL (|has| |#1| (-381)) ELT)) (-3084 (((-1299 |#1|) $) 63 T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) 153 T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 97 T ELT)) (-1633 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3103 (((-793)) 159 T CONST)) (-1519 (((-114) $ $) 161 T ELT)) (-4222 (((-1299 $)) 119 T ELT) (((-1299 $) (-949)) 58 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) 121 T CONST)) (-2983 (($) 40 T CONST)) (-1888 (($ $) 78 (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2478 (((-114) $ $) 117 T ELT)) (-2594 (($ $ $) 109 T ELT) (($ $ |#1|) 110 T ELT)) (-2581 (($ $) 90 T ELT) (($ $ $) 115 T ELT)) (-2571 (($ $ $) 113 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 53 T ELT) (($ $ (-560)) 138 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 88 T ELT) (($ $ $) 65 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 86 T ELT)))
+(((-368 |#1| |#2|) (-341 |#1|) (-363) (-1203 |#1|)) (T -368))
NIL
(-341 |#1|)
-((-2078 (((-987 (-1202 |#1|)) (-1202 |#1|)) 49 T ELT)) (-3362 (((-1202 |#1|) (-948) (-948)) 154 T ELT) (((-1202 |#1|) (-948)) 150 T ELT)) (-2136 (((-114) (-1202 |#1|)) 107 T ELT)) (-2736 (((-948) (-948)) 85 T ELT)) (-3451 (((-948) (-948)) 92 T ELT)) (-2661 (((-948) (-948)) 83 T ELT)) (-3617 (((-114) (-1202 |#1|)) 111 T ELT)) (-1785 (((-3 (-1202 |#1|) "failed") (-1202 |#1|)) 135 T ELT)) (-3094 (((-3 (-1202 |#1|) "failed") (-1202 |#1|)) 140 T ELT)) (-4178 (((-3 (-1202 |#1|) "failed") (-1202 |#1|)) 139 T ELT)) (-2547 (((-3 (-1202 |#1|) "failed") (-1202 |#1|)) 138 T ELT)) (-1609 (((-3 (-1202 |#1|) "failed") (-1202 |#1|)) 131 T ELT)) (-3142 (((-1202 |#1|) (-1202 |#1|)) 71 T ELT)) (-3041 (((-1202 |#1|) (-948)) 145 T ELT)) (-3269 (((-1202 |#1|) (-948)) 148 T ELT)) (-2110 (((-1202 |#1|) (-948)) 147 T ELT)) (-4158 (((-1202 |#1|) (-948)) 146 T ELT)) (-4179 (((-1202 |#1|) (-948)) 143 T ELT)))
-(((-369 |#1|) (-10 -7 (-15 -2136 ((-114) (-1202 |#1|))) (-15 -3617 ((-114) (-1202 |#1|))) (-15 -2661 ((-948) (-948))) (-15 -2736 ((-948) (-948))) (-15 -3451 ((-948) (-948))) (-15 -4179 ((-1202 |#1|) (-948))) (-15 -3041 ((-1202 |#1|) (-948))) (-15 -4158 ((-1202 |#1|) (-948))) (-15 -2110 ((-1202 |#1|) (-948))) (-15 -3269 ((-1202 |#1|) (-948))) (-15 -1609 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -1785 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -2547 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -4178 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -3094 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -3362 ((-1202 |#1|) (-948))) (-15 -3362 ((-1202 |#1|) (-948) (-948))) (-15 -3142 ((-1202 |#1|) (-1202 |#1|))) (-15 -2078 ((-987 (-1202 |#1|)) (-1202 |#1|)))) (-363)) (T -369))
-((-2078 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-987 (-1202 *4))) (-5 *1 (-369 *4)) (-5 *3 (-1202 *4)))) (-3142 (*1 *2 *2) (-12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-3362 (*1 *2 *3 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-3362 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-3094 (*1 *2 *2) (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-4178 (*1 *2 *2) (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-2547 (*1 *2 *2) (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-1785 (*1 *2 *2) (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-1609 (*1 *2 *2) (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-3269 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-2110 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-4158 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-3041 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-4179 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-3451 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-369 *3)) (-4 *3 (-363)))) (-2736 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-369 *3)) (-4 *3 (-363)))) (-2661 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-369 *3)) (-4 *3 (-363)))) (-3617 (*1 *2 *3) (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-369 *4)))) (-2136 (*1 *2 *3) (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-369 *4)))))
-(-10 -7 (-15 -2136 ((-114) (-1202 |#1|))) (-15 -3617 ((-114) (-1202 |#1|))) (-15 -2661 ((-948) (-948))) (-15 -2736 ((-948) (-948))) (-15 -3451 ((-948) (-948))) (-15 -4179 ((-1202 |#1|) (-948))) (-15 -3041 ((-1202 |#1|) (-948))) (-15 -4158 ((-1202 |#1|) (-948))) (-15 -2110 ((-1202 |#1|) (-948))) (-15 -3269 ((-1202 |#1|) (-948))) (-15 -1609 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -1785 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -2547 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -4178 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -3094 ((-3 (-1202 |#1|) "failed") (-1202 |#1|))) (-15 -3362 ((-1202 |#1|) (-948))) (-15 -3362 ((-1202 |#1|) (-948) (-948))) (-15 -3142 ((-1202 |#1|) (-1202 |#1|))) (-15 -2078 ((-987 (-1202 |#1|)) (-1202 |#1|))))
-((-2598 ((|#1| (-1202 |#2|)) 59 T ELT)))
-(((-370 |#1| |#2|) (-10 -7 (-15 -2598 (|#1| (-1202 |#2|)))) (-13 (-416) (-10 -7 (-15 -2539 (|#1| |#2|)) (-15 -2608 ((-948) |#1|)) (-15 -1868 ((-1298 |#1|) (-948))) (-15 -2513 (|#1| |#1|)))) (-363)) (T -370))
-((-2598 (*1 *2 *3) (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363)) (-4 *2 (-13 (-416) (-10 -7 (-15 -2539 (*2 *4)) (-15 -2608 ((-948) *2)) (-15 -1868 ((-1298 *2) (-948))) (-15 -2513 (*2 *2))))) (-5 *1 (-370 *2 *4)))))
-(-10 -7 (-15 -2598 (|#1| (-1202 |#2|))))
-((-3765 (((-3 (-663 |#3|) "failed") (-663 |#3|) |#3|) 40 T ELT)))
-(((-371 |#1| |#2| |#3|) (-10 -7 (-15 -3765 ((-3 (-663 |#3|) "failed") (-663 |#3|) |#3|))) (-363) (-1274 |#1|) (-1274 |#2|)) (T -371))
-((-3765 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-1274 *4)) (-4 *4 (-363)) (-5 *1 (-371 *4 *5 *3)))))
-(-10 -7 (-15 -3765 ((-3 (-663 |#3|) "failed") (-663 |#3|) |#3|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| |#1| (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-3013 (($ (-1298 |#1|)) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) NIL (|has| |#1| (-381)) ELT)) (-2136 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| |#1| (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) NIL (|has| |#1| (-381)) ELT)) (-3617 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-3138 ((|#1| $) NIL T ELT) (($ $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 |#1|) $) NIL T ELT) (((-1202 $) $ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2608 (((-948) $) NIL (|has| |#1| (-381)) ELT)) (-1624 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2046 (((-1202 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1202 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2365 (($ $ (-1202 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| |#1| (-381)) CONST)) (-3998 (($ (-948)) NIL (|has| |#1| (-381)) ELT)) (-4309 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) NIL (|has| |#1| (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| |#1| (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-2731 (((-1202 |#1|)) NIL T ELT)) (-1677 (($) NIL (|has| |#1| (-381)) ELT)) (-1835 (($) NIL (|has| |#1| (-381)) ELT)) (-2086 (((-1298 |#1|) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) NIL T ELT)) (-3187 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT) (((-1298 $) (-948)) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2513 (($ $) NIL (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-372 |#1| |#2|) (-341 |#1|) (-363) (-948)) (T -372))
+((-3362 (((-988 (-1203 |#1|)) (-1203 |#1|)) 49 T ELT)) (-2150 (((-1203 |#1|) (-949) (-949)) 154 T ELT) (((-1203 |#1|) (-949)) 150 T ELT)) (-4418 (((-114) (-1203 |#1|)) 107 T ELT)) (-2005 (((-949) (-949)) 85 T ELT)) (-2708 (((-949) (-949)) 92 T ELT)) (-4475 (((-949) (-949)) 83 T ELT)) (-3563 (((-114) (-1203 |#1|)) 111 T ELT)) (-1971 (((-3 (-1203 |#1|) "failed") (-1203 |#1|)) 135 T ELT)) (-3699 (((-3 (-1203 |#1|) "failed") (-1203 |#1|)) 140 T ELT)) (-3221 (((-3 (-1203 |#1|) "failed") (-1203 |#1|)) 139 T ELT)) (-2458 (((-3 (-1203 |#1|) "failed") (-1203 |#1|)) 138 T ELT)) (-1437 (((-3 (-1203 |#1|) "failed") (-1203 |#1|)) 131 T ELT)) (-1466 (((-1203 |#1|) (-1203 |#1|)) 71 T ELT)) (-2702 (((-1203 |#1|) (-949)) 145 T ELT)) (-3009 (((-1203 |#1|) (-949)) 148 T ELT)) (-4357 (((-1203 |#1|) (-949)) 147 T ELT)) (-1886 (((-1203 |#1|) (-949)) 146 T ELT)) (-3308 (((-1203 |#1|) (-949)) 143 T ELT)))
+(((-369 |#1|) (-10 -7 (-15 -4418 ((-114) (-1203 |#1|))) (-15 -3563 ((-114) (-1203 |#1|))) (-15 -4475 ((-949) (-949))) (-15 -2005 ((-949) (-949))) (-15 -2708 ((-949) (-949))) (-15 -3308 ((-1203 |#1|) (-949))) (-15 -2702 ((-1203 |#1|) (-949))) (-15 -1886 ((-1203 |#1|) (-949))) (-15 -4357 ((-1203 |#1|) (-949))) (-15 -3009 ((-1203 |#1|) (-949))) (-15 -1437 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -1971 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -2458 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -3221 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -3699 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -2150 ((-1203 |#1|) (-949))) (-15 -2150 ((-1203 |#1|) (-949) (-949))) (-15 -1466 ((-1203 |#1|) (-1203 |#1|))) (-15 -3362 ((-988 (-1203 |#1|)) (-1203 |#1|)))) (-363)) (T -369))
+((-3362 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-988 (-1203 *4))) (-5 *1 (-369 *4)) (-5 *3 (-1203 *4)))) (-1466 (*1 *2 *2) (-12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-2150 (*1 *2 *3 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-2150 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-3699 (*1 *2 *2) (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-3221 (*1 *2 *2) (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-2458 (*1 *2 *2) (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-1971 (*1 *2 *2) (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-1437 (*1 *2 *2) (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))) (-3009 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-4357 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-1886 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-2702 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-3308 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4)) (-4 *4 (-363)))) (-2708 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-369 *3)) (-4 *3 (-363)))) (-2005 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-369 *3)) (-4 *3 (-363)))) (-4475 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-369 *3)) (-4 *3 (-363)))) (-3563 (*1 *2 *3) (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-369 *4)))) (-4418 (*1 *2 *3) (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-369 *4)))))
+(-10 -7 (-15 -4418 ((-114) (-1203 |#1|))) (-15 -3563 ((-114) (-1203 |#1|))) (-15 -4475 ((-949) (-949))) (-15 -2005 ((-949) (-949))) (-15 -2708 ((-949) (-949))) (-15 -3308 ((-1203 |#1|) (-949))) (-15 -2702 ((-1203 |#1|) (-949))) (-15 -1886 ((-1203 |#1|) (-949))) (-15 -4357 ((-1203 |#1|) (-949))) (-15 -3009 ((-1203 |#1|) (-949))) (-15 -1437 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -1971 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -2458 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -3221 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -3699 ((-3 (-1203 |#1|) "failed") (-1203 |#1|))) (-15 -2150 ((-1203 |#1|) (-949))) (-15 -2150 ((-1203 |#1|) (-949) (-949))) (-15 -1466 ((-1203 |#1|) (-1203 |#1|))) (-15 -3362 ((-988 (-1203 |#1|)) (-1203 |#1|))))
+((-2140 ((|#1| (-1203 |#2|)) 59 T ELT)))
+(((-370 |#1| |#2|) (-10 -7 (-15 -2140 (|#1| (-1203 |#2|)))) (-13 (-416) (-10 -7 (-15 -3834 (|#1| |#2|)) (-15 -3862 ((-949) |#1|)) (-15 -4222 ((-1299 |#1|) (-949))) (-15 -1888 (|#1| |#1|)))) (-363)) (T -370))
+((-2140 (*1 *2 *3) (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363)) (-4 *2 (-13 (-416) (-10 -7 (-15 -3834 (*2 *4)) (-15 -3862 ((-949) *2)) (-15 -4222 ((-1299 *2) (-949))) (-15 -1888 (*2 *2))))) (-5 *1 (-370 *2 *4)))))
+(-10 -7 (-15 -2140 (|#1| (-1203 |#2|))))
+((-4486 (((-3 (-663 |#3|) "failed") (-663 |#3|) |#3|) 40 T ELT)))
+(((-371 |#1| |#2| |#3|) (-10 -7 (-15 -4486 ((-3 (-663 |#3|) "failed") (-663 |#3|) |#3|))) (-363) (-1275 |#1|) (-1275 |#2|)) (T -371))
+((-4486 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-1275 *4)) (-4 *4 (-363)) (-5 *1 (-371 *4 *5 *3)))))
+(-10 -7 (-15 -4486 ((-3 (-663 |#3|) "failed") (-663 |#3|) |#3|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| |#1| (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-4402 (($ (-1299 |#1|)) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) NIL (|has| |#1| (-381)) ELT)) (-4418 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| |#1| (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) NIL (|has| |#1| (-381)) ELT)) (-3563 (((-114) $) NIL (|has| |#1| (-381)) ELT)) (-2480 ((|#1| $) NIL T ELT) (($ $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 |#1|) $) NIL T ELT) (((-1203 $) $ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3862 (((-949) $) NIL (|has| |#1| (-381)) ELT)) (-3639 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT)) (-2030 (((-1203 |#1|) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-1203 |#1|) "failed") $ $) NIL (|has| |#1| (-381)) ELT)) (-2223 (($ $ (-1203 |#1|)) NIL (|has| |#1| (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| |#1| (-381)) CONST)) (-2081 (($ (-949)) NIL (|has| |#1| (-381)) ELT)) (-2060 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) NIL (|has| |#1| (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| |#1| (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| |#1| (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-2771 (((-1203 |#1|)) NIL T ELT)) (-2011 (($) NIL (|has| |#1| (-381)) ELT)) (-2044 (($) NIL (|has| |#1| (-381)) ELT)) (-3084 (((-1299 |#1|) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) NIL T ELT)) (-1633 (($ $) NIL (|has| |#1| (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT) (((-1299 $) (-949)) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-1888 (($ $) NIL (|has| |#1| (-381)) ELT) (($ $ (-793)) NIL (|has| |#1| (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| |#1| (-381)) ELT) (($ $) NIL (|has| |#1| (-381)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-372 |#1| |#2|) (-341 |#1|) (-363) (-949)) (T -372))
NIL
(-341 |#1|)
-((-2255 (((-114) (-663 (-975 |#1|))) 41 T ELT)) (-2852 (((-663 (-975 |#1|)) (-663 (-975 |#1|))) 53 T ELT)) (-2142 (((-3 (-663 (-975 |#1|)) "failed") (-663 (-975 |#1|))) 48 T ELT)))
-(((-373 |#1| |#2|) (-10 -7 (-15 -2255 ((-114) (-663 (-975 |#1|)))) (-15 -2142 ((-3 (-663 (-975 |#1|)) "failed") (-663 (-975 |#1|)))) (-15 -2852 ((-663 (-975 |#1|)) (-663 (-975 |#1|))))) (-466) (-663 (-1208))) (T -373))
-((-2852 (*1 *2 *2) (-12 (-5 *2 (-663 (-975 *3))) (-4 *3 (-466)) (-5 *1 (-373 *3 *4)) (-14 *4 (-663 (-1208))))) (-2142 (*1 *2 *2) (|partial| -12 (-5 *2 (-663 (-975 *3))) (-4 *3 (-466)) (-5 *1 (-373 *3 *4)) (-14 *4 (-663 (-1208))))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-466)) (-5 *2 (-114)) (-5 *1 (-373 *4 *5)) (-14 *5 (-663 (-1208))))))
-(-10 -7 (-15 -2255 ((-114) (-663 (-975 |#1|)))) (-15 -2142 ((-3 (-663 (-975 |#1|)) "failed") (-663 (-975 |#1|)))) (-15 -2852 ((-663 (-975 |#1|)) (-663 (-975 |#1|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) 17 T ELT)) (-2888 ((|#1| $ (-560)) NIL T ELT)) (-3063 (((-560) $ (-560)) NIL T ELT)) (-2308 (($ (-1 |#1| |#1|) $) 34 T ELT)) (-2798 (($ (-1 (-560) (-560)) $) 26 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 28 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3980 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 (-560)))) $) 30 T ELT)) (-1521 (($ $ $) NIL T ELT)) (-4172 (($ $ $) NIL T ELT)) (-2539 (((-887) $) 40 T ELT) (($ |#1|) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) 7 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ |#1| (-560)) 19 T ELT)) (* (($ $ $) 53 T ELT) (($ |#1| $) 23 T ELT) (($ $ |#1|) 21 T ELT)))
-(((-374 |#1|) (-13 (-487) (-1069 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-560))) (-15 -1450 ((-793) $)) (-15 -3063 ((-560) $ (-560))) (-15 -2888 (|#1| $ (-560))) (-15 -2798 ($ (-1 (-560) (-560)) $)) (-15 -2308 ($ (-1 |#1| |#1|) $)) (-15 -3980 ((-663 (-2 (|:| |gen| |#1|) (|:| -1920 (-560)))) $)))) (-1132)) (T -374))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-374 *2)) (-4 *2 (-1132)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-374 *2)) (-4 *2 (-1132)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-374 *2)) (-4 *2 (-1132)))) (-1450 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-374 *3)) (-4 *3 (-1132)))) (-3063 (*1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-374 *3)) (-4 *3 (-1132)))) (-2888 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-374 *2)) (-4 *2 (-1132)))) (-2798 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-560) (-560))) (-5 *1 (-374 *3)) (-4 *3 (-1132)))) (-2308 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1132)) (-5 *1 (-374 *3)))) (-3980 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 (-560))))) (-5 *1 (-374 *3)) (-4 *3 (-1132)))))
-(-13 (-487) (-1069 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-560))) (-15 -1450 ((-793) $)) (-15 -3063 ((-560) $ (-560))) (-15 -2888 (|#1| $ (-560))) (-15 -2798 ($ (-1 (-560) (-560)) $)) (-15 -2308 ($ (-1 |#1| |#1|) $)) (-15 -3980 ((-663 (-2 (|:| |gen| |#1|) (|:| -1920 (-560)))) $))))
-((-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 13 T ELT)) (-4390 (($ $) 14 T ELT)) (-2326 (((-419 $) $) 34 T ELT)) (-1510 (((-114) $) 30 T ELT)) (-2402 (($ $) 19 T ELT)) (-2470 (($ $ $) 25 T ELT) (($ (-663 $)) NIL T ELT)) (-3388 (((-419 $) $) 35 T ELT)) (-2283 (((-3 $ "failed") $ $) 24 T ELT)) (-3320 (((-793) $) 28 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 39 T ELT)) (-3840 (((-114) $ $) 16 T ELT)) (-2436 (($ $ $) 37 T ELT)))
-(((-375 |#1|) (-10 -8 (-15 -2436 (|#1| |#1| |#1|)) (-15 -2402 (|#1| |#1|)) (-15 -1510 ((-114) |#1|)) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3095 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -3320 ((-793) |#1|)) (-15 -2470 (|#1| (-663 |#1|))) (-15 -2470 (|#1| |#1| |#1|)) (-15 -3840 ((-114) |#1| |#1|)) (-15 -4390 (|#1| |#1|)) (-15 -4422 ((-2 (|:| -4206 |#1|) (|:| -4496 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#1|))) (-376)) (T -375))
-NIL
-(-10 -8 (-15 -2436 (|#1| |#1| |#1|)) (-15 -2402 (|#1| |#1|)) (-15 -1510 ((-114) |#1|)) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3095 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -3320 ((-793) |#1|)) (-15 -2470 (|#1| (-663 |#1|))) (-15 -2470 (|#1| |#1| |#1|)) (-15 -3840 ((-114) |#1| |#1|)) (-15 -4390 (|#1| |#1|)) (-15 -4422 ((-2 (|:| -4206 |#1|) (|:| -4496 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-3366 (($) 22 T CONST)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1510 (((-114) $) 86 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 80 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
+((-1827 (((-114) (-663 (-976 |#1|))) 41 T ELT)) (-2986 (((-663 (-976 |#1|)) (-663 (-976 |#1|))) 53 T ELT)) (-3747 (((-3 (-663 (-976 |#1|)) "failed") (-663 (-976 |#1|))) 48 T ELT)))
+(((-373 |#1| |#2|) (-10 -7 (-15 -1827 ((-114) (-663 (-976 |#1|)))) (-15 -3747 ((-3 (-663 (-976 |#1|)) "failed") (-663 (-976 |#1|)))) (-15 -2986 ((-663 (-976 |#1|)) (-663 (-976 |#1|))))) (-466) (-663 (-1209))) (T -373))
+((-2986 (*1 *2 *2) (-12 (-5 *2 (-663 (-976 *3))) (-4 *3 (-466)) (-5 *1 (-373 *3 *4)) (-14 *4 (-663 (-1209))))) (-3747 (*1 *2 *2) (|partial| -12 (-5 *2 (-663 (-976 *3))) (-4 *3 (-466)) (-5 *1 (-373 *3 *4)) (-14 *4 (-663 (-1209))))) (-1827 (*1 *2 *3) (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-466)) (-5 *2 (-114)) (-5 *1 (-373 *4 *5)) (-14 *5 (-663 (-1209))))))
+(-10 -7 (-15 -1827 ((-114) (-663 (-976 |#1|)))) (-15 -3747 ((-3 (-663 (-976 |#1|)) "failed") (-663 (-976 |#1|)))) (-15 -2986 ((-663 (-976 |#1|)) (-663 (-976 |#1|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) 17 T ELT)) (-3365 ((|#1| $ (-560)) NIL T ELT)) (-4024 (((-560) $ (-560)) NIL T ELT)) (-2585 (($ (-1 |#1| |#1|) $) 34 T ELT)) (-2656 (($ (-1 (-560) (-560)) $) 26 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 28 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1609 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 (-560)))) $) 30 T ELT)) (-3933 (($ $ $) NIL T ELT)) (-3923 (($ $ $) NIL T ELT)) (-3834 (((-888) $) 40 T ELT) (($ |#1|) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) 7 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ |#1| (-560)) 19 T ELT)) (* (($ $ $) 53 T ELT) (($ |#1| $) 23 T ELT) (($ $ |#1|) 21 T ELT)))
+(((-374 |#1|) (-13 (-487) (-1070 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-560))) (-15 -2233 ((-793) $)) (-15 -4024 ((-560) $ (-560))) (-15 -3365 (|#1| $ (-560))) (-15 -2656 ($ (-1 (-560) (-560)) $)) (-15 -2585 ($ (-1 |#1| |#1|) $)) (-15 -1609 ((-663 (-2 (|:| |gen| |#1|) (|:| -2784 (-560)))) $)))) (-1133)) (T -374))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-374 *2)) (-4 *2 (-1133)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-374 *2)) (-4 *2 (-1133)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-374 *2)) (-4 *2 (-1133)))) (-2233 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-374 *3)) (-4 *3 (-1133)))) (-4024 (*1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-374 *3)) (-4 *3 (-1133)))) (-3365 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-374 *2)) (-4 *2 (-1133)))) (-2656 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-560) (-560))) (-5 *1 (-374 *3)) (-4 *3 (-1133)))) (-2585 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1133)) (-5 *1 (-374 *3)))) (-1609 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 (-560))))) (-5 *1 (-374 *3)) (-4 *3 (-1133)))))
+(-13 (-487) (-1070 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-560))) (-15 -2233 ((-793) $)) (-15 -4024 ((-560) $ (-560))) (-15 -3365 (|#1| $ (-560))) (-15 -2656 ($ (-1 (-560) (-560)) $)) (-15 -2585 ($ (-1 |#1| |#1|) $)) (-15 -1609 ((-663 (-2 (|:| |gen| |#1|) (|:| -2784 (-560)))) $))))
+((-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 13 T ELT)) (-3575 (($ $) 14 T ELT)) (-1903 (((-419 $) $) 34 T ELT)) (-2072 (((-114) $) 30 T ELT)) (-4260 (($ $) 19 T ELT)) (-3128 (($ $ $) 25 T ELT) (($ (-663 $)) NIL T ELT)) (-2549 (((-419 $) $) 35 T ELT)) (-3795 (((-3 $ "failed") $ $) 24 T ELT)) (-3760 (((-793) $) 28 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 39 T ELT)) (-3176 (((-114) $ $) 16 T ELT)) (-2594 (($ $ $) 37 T ELT)))
+(((-375 |#1|) (-10 -8 (-15 -2594 (|#1| |#1| |#1|)) (-15 -4260 (|#1| |#1|)) (-15 -2072 ((-114) |#1|)) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -2589 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3760 ((-793) |#1|)) (-15 -3128 (|#1| (-663 |#1|))) (-15 -3128 (|#1| |#1| |#1|)) (-15 -3176 ((-114) |#1| |#1|)) (-15 -3575 (|#1| |#1|)) (-15 -3310 ((-2 (|:| -3072 |#1|) (|:| -4497 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#1|))) (-376)) (T -375))
+NIL
+(-10 -8 (-15 -2594 (|#1| |#1| |#1|)) (-15 -4260 (|#1| |#1|)) (-15 -2072 ((-114) |#1|)) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -2589 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3760 ((-793) |#1|)) (-15 -3128 (|#1| (-663 |#1|))) (-15 -3128 (|#1| |#1| |#1|)) (-15 -3176 ((-114) |#1| |#1|)) (-15 -3575 (|#1| |#1|)) (-15 -3310 ((-2 (|:| -3072 |#1|) (|:| -4497 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-4489 (($) 22 T CONST)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-2072 (((-114) $) 86 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 80 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
(((-376) (-142)) (T -376))
-((-2436 (*1 *1 *1 *1) (-4 *1 (-376))))
-(-13 (-319) (-1253) (-250) (-10 -8 (-15 -2436 ($ $ $)) (-6 -4507) (-6 -4501)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-950) . T) ((-1082 #0#) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-1408 ((|#1| $ |#1|) 31 T ELT)) (-2966 (($ $ (-1190)) 23 T ELT)) (-2099 (((-3 |#1| "failed") $) 30 T ELT)) (-2186 ((|#1| $) 28 T ELT)) (-1791 (($ (-402)) 22 T ELT) (($ (-402) (-1190)) 21 T ELT)) (-3952 (((-402) $) 25 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3016 (((-1190) $) 26 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 20 T ELT)) (-4213 (($ $) 24 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 19 T ELT)))
-(((-377 |#1|) (-13 (-378 (-402) |#1|) (-10 -8 (-15 -2099 ((-3 |#1| "failed") $)))) (-1132)) (T -377))
-((-2099 (*1 *2 *1) (|partial| -12 (-5 *1 (-377 *2)) (-4 *2 (-1132)))))
-(-13 (-378 (-402) |#1|) (-10 -8 (-15 -2099 ((-3 |#1| "failed") $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-1408 ((|#2| $ |#2|) 17 T ELT)) (-2966 (($ $ (-1190)) 22 T ELT)) (-2186 ((|#2| $) 18 T ELT)) (-1791 (($ |#1|) 24 T ELT) (($ |#1| (-1190)) 23 T ELT)) (-3952 ((|#1| $) 20 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3016 (((-1190) $) 19 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-4213 (($ $) 21 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-378 |#1| |#2|) (-142) (-1132) (-1132)) (T -378))
-((-1791 (*1 *1 *2) (-12 (-4 *1 (-378 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))) (-1791 (*1 *1 *2 *3) (-12 (-5 *3 (-1190)) (-4 *1 (-378 *2 *4)) (-4 *2 (-1132)) (-4 *4 (-1132)))) (-2966 (*1 *1 *1 *2) (-12 (-5 *2 (-1190)) (-4 *1 (-378 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-4213 (*1 *1 *1) (-12 (-4 *1 (-378 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))) (-3952 (*1 *2 *1) (-12 (-4 *1 (-378 *2 *3)) (-4 *3 (-1132)) (-4 *2 (-1132)))) (-3016 (*1 *2 *1) (-12 (-4 *1 (-378 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-5 *2 (-1190)))) (-2186 (*1 *2 *1) (-12 (-4 *1 (-378 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))) (-1408 (*1 *2 *1 *2) (-12 (-4 *1 (-378 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))))
-(-13 (-1132) (-10 -8 (-15 -1791 ($ |t#1|)) (-15 -1791 ($ |t#1| (-1190))) (-15 -2966 ($ $ (-1190))) (-15 -4213 ($ $)) (-15 -3952 (|t#1| $)) (-15 -3016 ((-1190) $)) (-15 -2186 (|t#2| $)) (-15 -1408 (|t#2| $ |t#2|))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2951 (((-1298 (-711 |#2|)) (-1298 $)) 67 T ELT)) (-2454 (((-711 |#2|) (-1298 $)) 139 T ELT)) (-1350 ((|#2| $) 36 T ELT)) (-4093 (((-711 |#2|) $ (-1298 $)) 142 T ELT)) (-3604 (((-3 $ "failed") $) 89 T ELT)) (-3162 ((|#2| $) 39 T ELT)) (-1359 (((-1202 |#2|) $) 98 T ELT)) (-2708 ((|#2| (-1298 $)) 122 T ELT)) (-4010 (((-1202 |#2|) $) 32 T ELT)) (-3331 (((-114)) 116 T ELT)) (-3013 (($ (-1298 |#2|) (-1298 $)) 132 T ELT)) (-4310 (((-3 $ "failed") $) 93 T ELT)) (-3798 (((-114)) 111 T ELT)) (-2636 (((-114)) 106 T ELT)) (-2341 (((-114)) 58 T ELT)) (-3522 (((-711 |#2|) (-1298 $)) 137 T ELT)) (-2449 ((|#2| $) 35 T ELT)) (-3870 (((-711 |#2|) $ (-1298 $)) 141 T ELT)) (-3826 (((-3 $ "failed") $) 87 T ELT)) (-2644 ((|#2| $) 38 T ELT)) (-3976 (((-1202 |#2|) $) 97 T ELT)) (-4030 ((|#2| (-1298 $)) 120 T ELT)) (-2752 (((-1202 |#2|) $) 30 T ELT)) (-3507 (((-114)) 115 T ELT)) (-4080 (((-114)) 108 T ELT)) (-1900 (((-114)) 56 T ELT)) (-2582 (((-114)) 103 T ELT)) (-1349 (((-114)) 117 T ELT)) (-2086 (((-1298 |#2|) $ (-1298 $)) NIL T ELT) (((-711 |#2|) (-1298 $) (-1298 $)) 128 T ELT)) (-3842 (((-114)) 113 T ELT)) (-2861 (((-663 (-1298 |#2|))) 102 T ELT)) (-3348 (((-114)) 114 T ELT)) (-4480 (((-114)) 112 T ELT)) (-3402 (((-114)) 51 T ELT)) (-4365 (((-114)) 118 T ELT)))
-(((-379 |#1| |#2|) (-10 -8 (-15 -1359 ((-1202 |#2|) |#1|)) (-15 -3976 ((-1202 |#2|) |#1|)) (-15 -2861 ((-663 (-1298 |#2|)))) (-15 -3604 ((-3 |#1| "failed") |#1|)) (-15 -3826 ((-3 |#1| "failed") |#1|)) (-15 -4310 ((-3 |#1| "failed") |#1|)) (-15 -2636 ((-114))) (-15 -4080 ((-114))) (-15 -3798 ((-114))) (-15 -1900 ((-114))) (-15 -2341 ((-114))) (-15 -2582 ((-114))) (-15 -4365 ((-114))) (-15 -1349 ((-114))) (-15 -3331 ((-114))) (-15 -3507 ((-114))) (-15 -3402 ((-114))) (-15 -3348 ((-114))) (-15 -4480 ((-114))) (-15 -3842 ((-114))) (-15 -4010 ((-1202 |#2|) |#1|)) (-15 -2752 ((-1202 |#2|) |#1|)) (-15 -2454 ((-711 |#2|) (-1298 |#1|))) (-15 -3522 ((-711 |#2|) (-1298 |#1|))) (-15 -2708 (|#2| (-1298 |#1|))) (-15 -4030 (|#2| (-1298 |#1|))) (-15 -3013 (|#1| (-1298 |#2|) (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -3162 (|#2| |#1|)) (-15 -2644 (|#2| |#1|)) (-15 -1350 (|#2| |#1|)) (-15 -2449 (|#2| |#1|)) (-15 -4093 ((-711 |#2|) |#1| (-1298 |#1|))) (-15 -3870 ((-711 |#2|) |#1| (-1298 |#1|))) (-15 -2951 ((-1298 (-711 |#2|)) (-1298 |#1|)))) (-380 |#2|) (-175)) (T -379))
-((-3842 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-4480 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3348 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3402 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3507 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3331 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-1349 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-4365 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-2582 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-2341 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-1900 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3798 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-4080 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-2636 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-2861 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-663 (-1298 *4))) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))))
-(-10 -8 (-15 -1359 ((-1202 |#2|) |#1|)) (-15 -3976 ((-1202 |#2|) |#1|)) (-15 -2861 ((-663 (-1298 |#2|)))) (-15 -3604 ((-3 |#1| "failed") |#1|)) (-15 -3826 ((-3 |#1| "failed") |#1|)) (-15 -4310 ((-3 |#1| "failed") |#1|)) (-15 -2636 ((-114))) (-15 -4080 ((-114))) (-15 -3798 ((-114))) (-15 -1900 ((-114))) (-15 -2341 ((-114))) (-15 -2582 ((-114))) (-15 -4365 ((-114))) (-15 -1349 ((-114))) (-15 -3331 ((-114))) (-15 -3507 ((-114))) (-15 -3402 ((-114))) (-15 -3348 ((-114))) (-15 -4480 ((-114))) (-15 -3842 ((-114))) (-15 -4010 ((-1202 |#2|) |#1|)) (-15 -2752 ((-1202 |#2|) |#1|)) (-15 -2454 ((-711 |#2|) (-1298 |#1|))) (-15 -3522 ((-711 |#2|) (-1298 |#1|))) (-15 -2708 (|#2| (-1298 |#1|))) (-15 -4030 (|#2| (-1298 |#1|))) (-15 -3013 (|#1| (-1298 |#2|) (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -3162 (|#2| |#1|)) (-15 -2644 (|#2| |#1|)) (-15 -1350 (|#2| |#1|)) (-15 -2449 (|#2| |#1|)) (-15 -4093 ((-711 |#2|) |#1| (-1298 |#1|))) (-15 -3870 ((-711 |#2|) |#1| (-1298 |#1|))) (-15 -2951 ((-1298 (-711 |#2|)) (-1298 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4206 (((-3 $ "failed")) 47 (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2951 (((-1298 (-711 |#1|)) (-1298 $)) 88 T ELT)) (-1507 (((-1298 $)) 91 T ELT)) (-3366 (($) 22 T CONST)) (-1908 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) 50 (|has| |#1| (-571)) ELT)) (-2923 (((-3 $ "failed")) 48 (|has| |#1| (-571)) ELT)) (-2454 (((-711 |#1|) (-1298 $)) 75 T ELT)) (-1350 ((|#1| $) 84 T ELT)) (-4093 (((-711 |#1|) $ (-1298 $)) 86 T ELT)) (-3604 (((-3 $ "failed") $) 55 (|has| |#1| (-571)) ELT)) (-3239 (($ $ (-948)) 36 T ELT)) (-3162 ((|#1| $) 82 T ELT)) (-1359 (((-1202 |#1|) $) 52 (|has| |#1| (-571)) ELT)) (-2708 ((|#1| (-1298 $)) 77 T ELT)) (-4010 (((-1202 |#1|) $) 73 T ELT)) (-3331 (((-114)) 67 T ELT)) (-3013 (($ (-1298 |#1|) (-1298 $)) 79 T ELT)) (-4310 (((-3 $ "failed") $) 57 (|has| |#1| (-571)) ELT)) (-3795 (((-948)) 90 T ELT)) (-2029 (((-114)) 64 T ELT)) (-4368 (($ $ (-948)) 43 T ELT)) (-3798 (((-114)) 60 T ELT)) (-2636 (((-114)) 58 T ELT)) (-2341 (((-114)) 62 T ELT)) (-2760 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) 51 (|has| |#1| (-571)) ELT)) (-3003 (((-3 $ "failed")) 49 (|has| |#1| (-571)) ELT)) (-3522 (((-711 |#1|) (-1298 $)) 76 T ELT)) (-2449 ((|#1| $) 85 T ELT)) (-3870 (((-711 |#1|) $ (-1298 $)) 87 T ELT)) (-3826 (((-3 $ "failed") $) 56 (|has| |#1| (-571)) ELT)) (-4360 (($ $ (-948)) 37 T ELT)) (-2644 ((|#1| $) 83 T ELT)) (-3976 (((-1202 |#1|) $) 53 (|has| |#1| (-571)) ELT)) (-4030 ((|#1| (-1298 $)) 78 T ELT)) (-2752 (((-1202 |#1|) $) 74 T ELT)) (-3507 (((-114)) 68 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-4080 (((-114)) 59 T ELT)) (-1900 (((-114)) 61 T ELT)) (-2582 (((-114)) 63 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-1349 (((-114)) 66 T ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) 81 T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) 80 T ELT)) (-2246 (((-663 (-975 |#1|)) (-1298 $)) 89 T ELT)) (-4172 (($ $ $) 33 T ELT)) (-3842 (((-114)) 72 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2861 (((-663 (-1298 |#1|))) 54 (|has| |#1| (-571)) ELT)) (-4190 (($ $ $ $) 34 T ELT)) (-3348 (((-114)) 70 T ELT)) (-2927 (($ $ $) 32 T ELT)) (-4480 (((-114)) 71 T ELT)) (-3402 (((-114)) 69 T ELT)) (-4365 (((-114)) 65 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 38 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 45 T ELT) (($ |#1| $) 44 T ELT)))
+((-2594 (*1 *1 *1 *1) (-4 *1 (-376))))
+(-13 (-319) (-1254) (-250) (-10 -8 (-15 -2594 ($ $ $)) (-6 -4508) (-6 -4502)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-951) . T) ((-1083 #0#) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-4363 ((|#1| $ |#1|) 31 T ELT)) (-2841 (($ $ (-1191)) 23 T ELT)) (-1645 (((-3 |#1| "failed") $) 30 T ELT)) (-2893 ((|#1| $) 28 T ELT)) (-4376 (($ (-402)) 22 T ELT) (($ (-402) (-1191)) 21 T ELT)) (-2187 (((-402) $) 25 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1630 (((-1191) $) 26 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 20 T ELT)) (-4423 (($ $) 24 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 19 T ELT)))
+(((-377 |#1|) (-13 (-378 (-402) |#1|) (-10 -8 (-15 -1645 ((-3 |#1| "failed") $)))) (-1133)) (T -377))
+((-1645 (*1 *2 *1) (|partial| -12 (-5 *1 (-377 *2)) (-4 *2 (-1133)))))
+(-13 (-378 (-402) |#1|) (-10 -8 (-15 -1645 ((-3 |#1| "failed") $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-4363 ((|#2| $ |#2|) 17 T ELT)) (-2841 (($ $ (-1191)) 22 T ELT)) (-2893 ((|#2| $) 18 T ELT)) (-4376 (($ |#1|) 24 T ELT) (($ |#1| (-1191)) 23 T ELT)) (-2187 ((|#1| $) 20 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1630 (((-1191) $) 19 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-4423 (($ $) 21 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-378 |#1| |#2|) (-142) (-1133) (-1133)) (T -378))
+((-4376 (*1 *1 *2) (-12 (-4 *1 (-378 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))) (-4376 (*1 *1 *2 *3) (-12 (-5 *3 (-1191)) (-4 *1 (-378 *2 *4)) (-4 *2 (-1133)) (-4 *4 (-1133)))) (-2841 (*1 *1 *1 *2) (-12 (-5 *2 (-1191)) (-4 *1 (-378 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-4423 (*1 *1 *1) (-12 (-4 *1 (-378 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))) (-2187 (*1 *2 *1) (-12 (-4 *1 (-378 *2 *3)) (-4 *3 (-1133)) (-4 *2 (-1133)))) (-1630 (*1 *2 *1) (-12 (-4 *1 (-378 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-5 *2 (-1191)))) (-2893 (*1 *2 *1) (-12 (-4 *1 (-378 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))) (-4363 (*1 *2 *1 *2) (-12 (-4 *1 (-378 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))))
+(-13 (-1133) (-10 -8 (-15 -4376 ($ |t#1|)) (-15 -4376 ($ |t#1| (-1191))) (-15 -2841 ($ $ (-1191))) (-15 -4423 ($ $)) (-15 -2187 (|t#1| $)) (-15 -1630 ((-1191) $)) (-15 -2893 (|t#2| $)) (-15 -4363 (|t#2| $ |t#2|))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3774 (((-1299 (-711 |#2|)) (-1299 $)) 67 T ELT)) (-3662 (((-711 |#2|) (-1299 $)) 139 T ELT)) (-1608 ((|#2| $) 36 T ELT)) (-3428 (((-711 |#2|) $ (-1299 $)) 142 T ELT)) (-2990 (((-3 $ "failed") $) 89 T ELT)) (-4120 ((|#2| $) 39 T ELT)) (-2545 (((-1203 |#2|) $) 98 T ELT)) (-4101 ((|#2| (-1299 $)) 122 T ELT)) (-1509 (((-1203 |#2|) $) 32 T ELT)) (-3649 (((-114)) 116 T ELT)) (-4402 (($ (-1299 |#2|) (-1299 $)) 132 T ELT)) (-2167 (((-3 $ "failed") $) 93 T ELT)) (-2040 (((-114)) 111 T ELT)) (-2548 (((-114)) 106 T ELT)) (-3901 (((-114)) 58 T ELT)) (-1367 (((-711 |#2|) (-1299 $)) 137 T ELT)) (-3299 ((|#2| $) 35 T ELT)) (-3174 (((-711 |#2|) $ (-1299 $)) 141 T ELT)) (-4141 (((-3 $ "failed") $) 87 T ELT)) (-3977 ((|#2| $) 38 T ELT)) (-4381 (((-1203 |#2|) $) 97 T ELT)) (-4014 ((|#2| (-1299 $)) 120 T ELT)) (-2155 (((-1203 |#2|) $) 30 T ELT)) (-2450 (((-114)) 115 T ELT)) (-1481 (((-114)) 108 T ELT)) (-1933 (((-114)) 56 T ELT)) (-3067 (((-114)) 103 T ELT)) (-1513 (((-114)) 117 T ELT)) (-3084 (((-1299 |#2|) $ (-1299 $)) NIL T ELT) (((-711 |#2|) (-1299 $) (-1299 $)) 128 T ELT)) (-2127 (((-114)) 113 T ELT)) (-1565 (((-663 (-1299 |#2|))) 102 T ELT)) (-3757 (((-114)) 114 T ELT)) (-3270 (((-114)) 112 T ELT)) (-1381 (((-114)) 51 T ELT)) (-3386 (((-114)) 118 T ELT)))
+(((-379 |#1| |#2|) (-10 -8 (-15 -2545 ((-1203 |#2|) |#1|)) (-15 -4381 ((-1203 |#2|) |#1|)) (-15 -1565 ((-663 (-1299 |#2|)))) (-15 -2990 ((-3 |#1| "failed") |#1|)) (-15 -4141 ((-3 |#1| "failed") |#1|)) (-15 -2167 ((-3 |#1| "failed") |#1|)) (-15 -2548 ((-114))) (-15 -1481 ((-114))) (-15 -2040 ((-114))) (-15 -1933 ((-114))) (-15 -3901 ((-114))) (-15 -3067 ((-114))) (-15 -3386 ((-114))) (-15 -1513 ((-114))) (-15 -3649 ((-114))) (-15 -2450 ((-114))) (-15 -1381 ((-114))) (-15 -3757 ((-114))) (-15 -3270 ((-114))) (-15 -2127 ((-114))) (-15 -1509 ((-1203 |#2|) |#1|)) (-15 -2155 ((-1203 |#2|) |#1|)) (-15 -3662 ((-711 |#2|) (-1299 |#1|))) (-15 -1367 ((-711 |#2|) (-1299 |#1|))) (-15 -4101 (|#2| (-1299 |#1|))) (-15 -4014 (|#2| (-1299 |#1|))) (-15 -4402 (|#1| (-1299 |#2|) (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -4120 (|#2| |#1|)) (-15 -3977 (|#2| |#1|)) (-15 -1608 (|#2| |#1|)) (-15 -3299 (|#2| |#1|)) (-15 -3428 ((-711 |#2|) |#1| (-1299 |#1|))) (-15 -3174 ((-711 |#2|) |#1| (-1299 |#1|))) (-15 -3774 ((-1299 (-711 |#2|)) (-1299 |#1|)))) (-380 |#2|) (-175)) (T -379))
+((-2127 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3270 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3757 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-1381 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-2450 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3649 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-1513 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3386 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3067 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-3901 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-1933 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-2040 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-1481 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-2548 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))) (-1565 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-663 (-1299 *4))) (-5 *1 (-379 *3 *4)) (-4 *3 (-380 *4)))))
+(-10 -8 (-15 -2545 ((-1203 |#2|) |#1|)) (-15 -4381 ((-1203 |#2|) |#1|)) (-15 -1565 ((-663 (-1299 |#2|)))) (-15 -2990 ((-3 |#1| "failed") |#1|)) (-15 -4141 ((-3 |#1| "failed") |#1|)) (-15 -2167 ((-3 |#1| "failed") |#1|)) (-15 -2548 ((-114))) (-15 -1481 ((-114))) (-15 -2040 ((-114))) (-15 -1933 ((-114))) (-15 -3901 ((-114))) (-15 -3067 ((-114))) (-15 -3386 ((-114))) (-15 -1513 ((-114))) (-15 -3649 ((-114))) (-15 -2450 ((-114))) (-15 -1381 ((-114))) (-15 -3757 ((-114))) (-15 -3270 ((-114))) (-15 -2127 ((-114))) (-15 -1509 ((-1203 |#2|) |#1|)) (-15 -2155 ((-1203 |#2|) |#1|)) (-15 -3662 ((-711 |#2|) (-1299 |#1|))) (-15 -1367 ((-711 |#2|) (-1299 |#1|))) (-15 -4101 (|#2| (-1299 |#1|))) (-15 -4014 (|#2| (-1299 |#1|))) (-15 -4402 (|#1| (-1299 |#2|) (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -4120 (|#2| |#1|)) (-15 -3977 (|#2| |#1|)) (-15 -1608 (|#2| |#1|)) (-15 -3299 (|#2| |#1|)) (-15 -3428 ((-711 |#2|) |#1| (-1299 |#1|))) (-15 -3174 ((-711 |#2|) |#1| (-1299 |#1|))) (-15 -3774 ((-1299 (-711 |#2|)) (-1299 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3072 (((-3 $ "failed")) 47 (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3774 (((-1299 (-711 |#1|)) (-1299 $)) 88 T ELT)) (-2987 (((-1299 $)) 91 T ELT)) (-4489 (($) 22 T CONST)) (-1493 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) 50 (|has| |#1| (-571)) ELT)) (-3984 (((-3 $ "failed")) 48 (|has| |#1| (-571)) ELT)) (-3662 (((-711 |#1|) (-1299 $)) 75 T ELT)) (-1608 ((|#1| $) 84 T ELT)) (-3428 (((-711 |#1|) $ (-1299 $)) 86 T ELT)) (-2990 (((-3 $ "failed") $) 55 (|has| |#1| (-571)) ELT)) (-2768 (($ $ (-949)) 36 T ELT)) (-4120 ((|#1| $) 82 T ELT)) (-2545 (((-1203 |#1|) $) 52 (|has| |#1| (-571)) ELT)) (-4101 ((|#1| (-1299 $)) 77 T ELT)) (-1509 (((-1203 |#1|) $) 73 T ELT)) (-3649 (((-114)) 67 T ELT)) (-4402 (($ (-1299 |#1|) (-1299 $)) 79 T ELT)) (-2167 (((-3 $ "failed") $) 57 (|has| |#1| (-571)) ELT)) (-1486 (((-949)) 90 T ELT)) (-4225 (((-114)) 64 T ELT)) (-3676 (($ $ (-949)) 43 T ELT)) (-2040 (((-114)) 60 T ELT)) (-2548 (((-114)) 58 T ELT)) (-3901 (((-114)) 62 T ELT)) (-1635 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) 51 (|has| |#1| (-571)) ELT)) (-2552 (((-3 $ "failed")) 49 (|has| |#1| (-571)) ELT)) (-1367 (((-711 |#1|) (-1299 $)) 76 T ELT)) (-3299 ((|#1| $) 85 T ELT)) (-3174 (((-711 |#1|) $ (-1299 $)) 87 T ELT)) (-4141 (((-3 $ "failed") $) 56 (|has| |#1| (-571)) ELT)) (-4092 (($ $ (-949)) 37 T ELT)) (-3977 ((|#1| $) 83 T ELT)) (-4381 (((-1203 |#1|) $) 53 (|has| |#1| (-571)) ELT)) (-4014 ((|#1| (-1299 $)) 78 T ELT)) (-2155 (((-1203 |#1|) $) 74 T ELT)) (-2450 (((-114)) 68 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1481 (((-114)) 59 T ELT)) (-1933 (((-114)) 61 T ELT)) (-3067 (((-114)) 63 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1513 (((-114)) 66 T ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) 81 T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) 80 T ELT)) (-3658 (((-663 (-976 |#1|)) (-1299 $)) 89 T ELT)) (-3923 (($ $ $) 33 T ELT)) (-2127 (((-114)) 72 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-1565 (((-663 (-1299 |#1|))) 54 (|has| |#1| (-571)) ELT)) (-3121 (($ $ $ $) 34 T ELT)) (-3757 (((-114)) 70 T ELT)) (-3260 (($ $ $) 32 T ELT)) (-3270 (((-114)) 71 T ELT)) (-1381 (((-114)) 69 T ELT)) (-3386 (((-114)) 65 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 38 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 45 T ELT) (($ |#1| $) 44 T ELT)))
(((-380 |#1|) (-142) (-175)) (T -380))
-((-1507 (*1 *2) (-12 (-4 *3 (-175)) (-5 *2 (-1298 *1)) (-4 *1 (-380 *3)))) (-3795 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-948)))) (-2246 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-663 (-975 *4))))) (-2951 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-1298 (-711 *4))))) (-3870 (*1 *2 *1 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-4093 (*1 *2 *1 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-2449 (*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-1350 (*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-2644 (*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-3162 (*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-2086 (*1 *2 *1 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-1298 *4)))) (-2086 (*1 *2 *3 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-3013 (*1 *1 *2 *3) (-12 (-5 *2 (-1298 *4)) (-5 *3 (-1298 *1)) (-4 *4 (-175)) (-4 *1 (-380 *4)))) (-4030 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-2708 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-3522 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-2454 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-2752 (*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-1202 *3)))) (-4010 (*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-1202 *3)))) (-3842 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-4480 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3348 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3402 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3507 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3331 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-1349 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-4365 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-2029 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-2582 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-2341 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-1900 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3798 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-4080 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-2636 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-4310 (*1 *1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571)))) (-3826 (*1 *1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571)))) (-3604 (*1 *1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571)))) (-2861 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571)) (-5 *2 (-663 (-1298 *3))))) (-3976 (*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571)) (-5 *2 (-1202 *3)))) (-1359 (*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571)) (-5 *2 (-1202 *3)))) (-2760 (*1 *2) (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175)) (-5 *2 (-2 (|:| |particular| *1) (|:| -1868 (-663 *1)))) (-4 *1 (-380 *3)))) (-1908 (*1 *2) (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175)) (-5 *2 (-2 (|:| |particular| *1) (|:| -1868 (-663 *1)))) (-4 *1 (-380 *3)))) (-3003 (*1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))) (-2923 (*1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))) (-4206 (*1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))))
-(-13 (-766 |t#1|) (-10 -8 (-15 -1507 ((-1298 $))) (-15 -3795 ((-948))) (-15 -2246 ((-663 (-975 |t#1|)) (-1298 $))) (-15 -2951 ((-1298 (-711 |t#1|)) (-1298 $))) (-15 -3870 ((-711 |t#1|) $ (-1298 $))) (-15 -4093 ((-711 |t#1|) $ (-1298 $))) (-15 -2449 (|t#1| $)) (-15 -1350 (|t#1| $)) (-15 -2644 (|t#1| $)) (-15 -3162 (|t#1| $)) (-15 -2086 ((-1298 |t#1|) $ (-1298 $))) (-15 -2086 ((-711 |t#1|) (-1298 $) (-1298 $))) (-15 -3013 ($ (-1298 |t#1|) (-1298 $))) (-15 -4030 (|t#1| (-1298 $))) (-15 -2708 (|t#1| (-1298 $))) (-15 -3522 ((-711 |t#1|) (-1298 $))) (-15 -2454 ((-711 |t#1|) (-1298 $))) (-15 -2752 ((-1202 |t#1|) $)) (-15 -4010 ((-1202 |t#1|) $)) (-15 -3842 ((-114))) (-15 -4480 ((-114))) (-15 -3348 ((-114))) (-15 -3402 ((-114))) (-15 -3507 ((-114))) (-15 -3331 ((-114))) (-15 -1349 ((-114))) (-15 -4365 ((-114))) (-15 -2029 ((-114))) (-15 -2582 ((-114))) (-15 -2341 ((-114))) (-15 -1900 ((-114))) (-15 -3798 ((-114))) (-15 -4080 ((-114))) (-15 -2636 ((-114))) (IF (|has| |t#1| (-571)) (PROGN (-15 -4310 ((-3 $ "failed") $)) (-15 -3826 ((-3 $ "failed") $)) (-15 -3604 ((-3 $ "failed") $)) (-15 -2861 ((-663 (-1298 |t#1|)))) (-15 -3976 ((-1202 |t#1|) $)) (-15 -1359 ((-1202 |t#1|) $)) (-15 -2760 ((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed"))) (-15 -1908 ((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed"))) (-15 -3003 ((-3 $ "failed"))) (-15 -2923 ((-3 $ "failed"))) (-15 -4206 ((-3 $ "failed"))) (-6 -4506)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-742) . T) ((-766 |#1|) . T) ((-783) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-1450 (((-793)) 20 T ELT)) (-3362 (($) 17 T ELT)) (-2608 (((-948) $) 18 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3998 (($ (-948)) 19 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
+((-2987 (*1 *2) (-12 (-4 *3 (-175)) (-5 *2 (-1299 *1)) (-4 *1 (-380 *3)))) (-1486 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-949)))) (-3658 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-663 (-976 *4))))) (-3774 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-1299 (-711 *4))))) (-3174 (*1 *2 *1 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-3428 (*1 *2 *1 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-1608 (*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-3977 (*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-4120 (*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-3084 (*1 *2 *1 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-1299 *4)))) (-3084 (*1 *2 *3 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-4402 (*1 *1 *2 *3) (-12 (-5 *2 (-1299 *4)) (-5 *3 (-1299 *1)) (-4 *4 (-175)) (-4 *1 (-380 *4)))) (-4014 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-4101 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *2)) (-4 *2 (-175)))) (-1367 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-3662 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-1203 *3)))) (-1509 (*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-1203 *3)))) (-2127 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3270 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3757 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-1381 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-2450 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3649 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-1513 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3386 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-4225 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3067 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-3901 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-1933 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-2040 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-1481 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-2548 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))) (-2167 (*1 *1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571)))) (-4141 (*1 *1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571)))) (-2990 (*1 *1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571)))) (-1565 (*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571)) (-5 *2 (-663 (-1299 *3))))) (-4381 (*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571)) (-5 *2 (-1203 *3)))) (-2545 (*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571)) (-5 *2 (-1203 *3)))) (-1635 (*1 *2) (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175)) (-5 *2 (-2 (|:| |particular| *1) (|:| -4222 (-663 *1)))) (-4 *1 (-380 *3)))) (-1493 (*1 *2) (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175)) (-5 *2 (-2 (|:| |particular| *1) (|:| -4222 (-663 *1)))) (-4 *1 (-380 *3)))) (-2552 (*1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))) (-3984 (*1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))) (-3072 (*1 *1) (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))))
+(-13 (-766 |t#1|) (-10 -8 (-15 -2987 ((-1299 $))) (-15 -1486 ((-949))) (-15 -3658 ((-663 (-976 |t#1|)) (-1299 $))) (-15 -3774 ((-1299 (-711 |t#1|)) (-1299 $))) (-15 -3174 ((-711 |t#1|) $ (-1299 $))) (-15 -3428 ((-711 |t#1|) $ (-1299 $))) (-15 -3299 (|t#1| $)) (-15 -1608 (|t#1| $)) (-15 -3977 (|t#1| $)) (-15 -4120 (|t#1| $)) (-15 -3084 ((-1299 |t#1|) $ (-1299 $))) (-15 -3084 ((-711 |t#1|) (-1299 $) (-1299 $))) (-15 -4402 ($ (-1299 |t#1|) (-1299 $))) (-15 -4014 (|t#1| (-1299 $))) (-15 -4101 (|t#1| (-1299 $))) (-15 -1367 ((-711 |t#1|) (-1299 $))) (-15 -3662 ((-711 |t#1|) (-1299 $))) (-15 -2155 ((-1203 |t#1|) $)) (-15 -1509 ((-1203 |t#1|) $)) (-15 -2127 ((-114))) (-15 -3270 ((-114))) (-15 -3757 ((-114))) (-15 -1381 ((-114))) (-15 -2450 ((-114))) (-15 -3649 ((-114))) (-15 -1513 ((-114))) (-15 -3386 ((-114))) (-15 -4225 ((-114))) (-15 -3067 ((-114))) (-15 -3901 ((-114))) (-15 -1933 ((-114))) (-15 -2040 ((-114))) (-15 -1481 ((-114))) (-15 -2548 ((-114))) (IF (|has| |t#1| (-571)) (PROGN (-15 -2167 ((-3 $ "failed") $)) (-15 -4141 ((-3 $ "failed") $)) (-15 -2990 ((-3 $ "failed") $)) (-15 -1565 ((-663 (-1299 |t#1|)))) (-15 -4381 ((-1203 |t#1|) $)) (-15 -2545 ((-1203 |t#1|) $)) (-15 -1635 ((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed"))) (-15 -1493 ((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed"))) (-15 -2552 ((-3 $ "failed"))) (-15 -3984 ((-3 $ "failed"))) (-15 -3072 ((-3 $ "failed"))) (-6 -4507)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-742) . T) ((-766 |#1|) . T) ((-783) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-2233 (((-793)) 20 T ELT)) (-2150 (($) 17 T ELT)) (-3862 (((-949) $) 18 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2081 (($ (-949)) 19 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
(((-381) (-142)) (T -381))
-((-1450 (*1 *2) (-12 (-4 *1 (-381)) (-5 *2 (-793)))) (-3998 (*1 *1 *2) (-12 (-5 *2 (-948)) (-4 *1 (-381)))) (-2608 (*1 *2 *1) (-12 (-4 *1 (-381)) (-5 *2 (-948)))) (-3362 (*1 *1) (-4 *1 (-381))))
-(-13 (-1132) (-10 -8 (-15 -1450 ((-793))) (-15 -3998 ($ (-948))) (-15 -2608 ((-948) $)) (-15 -3362 ($))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-1873 (((-711 |#2|) (-1298 $)) 45 T ELT)) (-3013 (($ (-1298 |#2|) (-1298 $)) 39 T ELT)) (-2902 (((-711 |#2|) $ (-1298 $)) 47 T ELT)) (-3622 ((|#2| (-1298 $)) 13 T ELT)) (-2086 (((-1298 |#2|) $ (-1298 $)) NIL T ELT) (((-711 |#2|) (-1298 $) (-1298 $)) 27 T ELT)))
-(((-382 |#1| |#2| |#3|) (-10 -8 (-15 -1873 ((-711 |#2|) (-1298 |#1|))) (-15 -3622 (|#2| (-1298 |#1|))) (-15 -3013 (|#1| (-1298 |#2|) (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -2902 ((-711 |#2|) |#1| (-1298 |#1|)))) (-383 |#2| |#3|) (-175) (-1274 |#2|)) (T -382))
-NIL
-(-10 -8 (-15 -1873 ((-711 |#2|) (-1298 |#1|))) (-15 -3622 (|#2| (-1298 |#1|))) (-15 -3013 (|#1| (-1298 |#2|) (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -2902 ((-711 |#2|) |#1| (-1298 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-1873 (((-711 |#1|) (-1298 $)) 58 T ELT)) (-4095 ((|#1| $) 64 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3013 (($ (-1298 |#1|) (-1298 $)) 60 T ELT)) (-2902 (((-711 |#1|) $ (-1298 $)) 65 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3795 (((-948)) 66 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3138 ((|#1| $) 63 T ELT)) (-2767 ((|#2| $) 56 (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3622 ((|#1| (-1298 $)) 59 T ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) 62 T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) 61 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT)) (-3187 (((-713 $) $) 55 (|has| |#1| (-147)) ELT)) (-4419 ((|#2| $) 57 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT)))
-(((-383 |#1| |#2|) (-142) (-175) (-1274 |t#1|)) (T -383))
-((-3795 (*1 *2) (-12 (-4 *1 (-383 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3)) (-5 *2 (-948)))) (-2902 (*1 *2 *1 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-711 *4)))) (-4095 (*1 *2 *1) (-12 (-4 *1 (-383 *2 *3)) (-4 *3 (-1274 *2)) (-4 *2 (-175)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-383 *2 *3)) (-4 *3 (-1274 *2)) (-4 *2 (-175)))) (-2086 (*1 *2 *1 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-1298 *4)))) (-2086 (*1 *2 *3 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-711 *4)))) (-3013 (*1 *1 *2 *3) (-12 (-5 *2 (-1298 *4)) (-5 *3 (-1298 *1)) (-4 *4 (-175)) (-4 *1 (-383 *4 *5)) (-4 *5 (-1274 *4)))) (-3622 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *2 *4)) (-4 *4 (-1274 *2)) (-4 *2 (-175)))) (-1873 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-711 *4)))) (-4419 (*1 *2 *1) (-12 (-4 *1 (-383 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1274 *3)))) (-2767 (*1 *2 *1) (-12 (-4 *1 (-383 *3 *2)) (-4 *3 (-175)) (-4 *3 (-376)) (-4 *2 (-1274 *3)))))
-(-13 (-38 |t#1|) (-10 -8 (-15 -3795 ((-948))) (-15 -2902 ((-711 |t#1|) $ (-1298 $))) (-15 -4095 (|t#1| $)) (-15 -3138 (|t#1| $)) (-15 -2086 ((-1298 |t#1|) $ (-1298 $))) (-15 -2086 ((-711 |t#1|) (-1298 $) (-1298 $))) (-15 -3013 ($ (-1298 |t#1|) (-1298 $))) (-15 -3622 (|t#1| (-1298 $))) (-15 -1873 ((-711 |t#1|) (-1298 $))) (-15 -4419 (|t#2| $)) (IF (|has| |t#1| (-376)) (-15 -2767 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-748) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2280 (((-114) (-1 (-114) |#2| |#2|) $) NIL T ELT) (((-114) $) 18 T ELT)) (-3119 (($ (-1 (-114) |#2| |#2|) $) NIL T ELT) (($ $) 28 T ELT)) (-3334 (($ (-1 (-114) |#2| |#2|) $) 27 T ELT) (($ $) 22 T ELT)) (-4071 (($ $) 25 T ELT)) (-2533 (((-560) (-1 (-114) |#2|) $) NIL T ELT) (((-560) |#2| $) 11 T ELT) (((-560) |#2| $ (-560)) NIL T ELT)) (-4246 (($ (-1 (-114) |#2| |#2|) $ $) NIL T ELT) (($ $ $) 20 T ELT)))
-(((-384 |#1| |#2|) (-10 -8 (-15 -3119 (|#1| |#1|)) (-15 -3119 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -2280 ((-114) |#1|)) (-15 -3334 (|#1| |#1|)) (-15 -4246 (|#1| |#1| |#1|)) (-15 -2533 ((-560) |#2| |#1| (-560))) (-15 -2533 ((-560) |#2| |#1|)) (-15 -2533 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -2280 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -3334 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -4071 (|#1| |#1|)) (-15 -4246 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|))) (-385 |#2|) (-1248)) (T -384))
-NIL
-(-10 -8 (-15 -3119 (|#1| |#1|)) (-15 -3119 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -2280 ((-114) |#1|)) (-15 -3334 (|#1| |#1|)) (-15 -4246 (|#1| |#1| |#1|)) (-15 -2533 ((-560) |#2| |#1| (-560))) (-15 -2533 ((-560) |#2| |#1|)) (-15 -2533 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -2280 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -3334 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -4071 (|#1| |#1|)) (-15 -4246 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) 47 (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) 110 T ELT) (((-114) $) 104 (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) 101 (|has| $ (-6 -4510)) ELT) (($ $) 100 (-12 (|has| |#1| (-871)) (|has| $ (-6 -4510))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) 111 T ELT) (($ $) 105 (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-4318 (($ $) 102 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 112 T ELT)) (-2885 (($ $) 87 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#1| $) 86 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 58 T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) 109 T ELT) (((-560) |#1| $) 108 (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) 107 (|has| |#1| (-1132)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) |#1|) 77 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 50 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 94 (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) 113 T ELT) (($ $ $) 106 (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 51 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 95 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-1936 (((-663 (-560)) $) 53 T ELT)) (-2624 (((-114) (-560) $) 54 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 49 (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-4446 (($ $ |#1|) 48 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1265 (-560))) 78 T ELT)) (-3435 (($ $ (-560)) 71 T ELT) (($ $ (-1265 (-560))) 70 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2877 (($ $ $ (-560)) 103 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 79 T ELT)) (-4357 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) 96 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 98 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) 97 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 99 (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-385 |#1|) (-142) (-1248)) (T -385))
-((-4246 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-385 *3)) (-4 *3 (-1248)))) (-4071 (*1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1248)))) (-3334 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-385 *3)) (-4 *3 (-1248)))) (-2280 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *1 (-385 *4)) (-4 *4 (-1248)) (-5 *2 (-114)))) (-2533 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4)) (-4 *1 (-385 *4)) (-4 *4 (-1248)) (-5 *2 (-560)))) (-2533 (*1 *2 *3 *1) (-12 (-4 *1 (-385 *3)) (-4 *3 (-1248)) (-4 *3 (-1132)) (-5 *2 (-560)))) (-2533 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-385 *3)) (-4 *3 (-1248)) (-4 *3 (-1132)))) (-4246 (*1 *1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1248)) (-4 *2 (-871)))) (-3334 (*1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1248)) (-4 *2 (-871)))) (-2280 (*1 *2 *1) (-12 (-4 *1 (-385 *3)) (-4 *3 (-1248)) (-4 *3 (-871)) (-5 *2 (-114)))) (-2877 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-560)) (|has| *1 (-6 -4510)) (-4 *1 (-385 *3)) (-4 *3 (-1248)))) (-4318 (*1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-385 *2)) (-4 *2 (-1248)))) (-3119 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3 *3)) (|has| *1 (-6 -4510)) (-4 *1 (-385 *3)) (-4 *3 (-1248)))) (-3119 (*1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-385 *2)) (-4 *2 (-1248)) (-4 *2 (-871)))))
-(-13 (-673 |t#1|) (-10 -8 (-6 -4509) (-15 -4246 ($ (-1 (-114) |t#1| |t#1|) $ $)) (-15 -4071 ($ $)) (-15 -3334 ($ (-1 (-114) |t#1| |t#1|) $)) (-15 -2280 ((-114) (-1 (-114) |t#1| |t#1|) $)) (-15 -2533 ((-560) (-1 (-114) |t#1|) $)) (IF (|has| |t#1| (-1132)) (PROGN (-15 -2533 ((-560) |t#1| $)) (-15 -2533 ((-560) |t#1| $ (-560)))) |%noBranch|) (IF (|has| |t#1| (-871)) (PROGN (-6 (-871)) (-15 -4246 ($ $ $)) (-15 -3334 ($ $)) (-15 -2280 ((-114) $))) |%noBranch|) (IF (|has| $ (-6 -4510)) (PROGN (-15 -2877 ($ $ $ (-560))) (-15 -4318 ($ $)) (-15 -3119 ($ (-1 (-114) |t#1| |t#1|) $)) (IF (|has| |t#1| (-871)) (-15 -3119 ($ $)) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-673 |#1|) . T) ((-871) |has| |#1| (-871)) ((-874) |has| |#1| (-871)) ((-1132) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871))) ((-1248) . T))
-((-3065 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25 T ELT)) (-2108 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17 T ELT)) (-2067 ((|#4| (-1 |#3| |#1|) |#2|) 23 T ELT)))
-(((-386 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2108 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3065 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1248) (-385 |#1|) (-1248) (-385 |#3|)) (T -386))
-((-3065 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1248)) (-4 *5 (-1248)) (-4 *2 (-385 *5)) (-5 *1 (-386 *6 *4 *5 *2)) (-4 *4 (-385 *6)))) (-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1248)) (-4 *2 (-1248)) (-5 *1 (-386 *5 *4 *2 *6)) (-4 *4 (-385 *5)) (-4 *6 (-385 *2)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-4 *2 (-385 *6)) (-5 *1 (-386 *5 *4 *6 *2)) (-4 *4 (-385 *5)))))
-(-10 -7 (-15 -2067 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2108 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3065 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3797 (((-663 |#1|) $) 42 T ELT)) (-3359 (($ $ (-793)) 43 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3543 (((-1323 |#1| |#2|) (-1323 |#1| |#2|) $) 46 T ELT)) (-1648 (($ $) 44 T ELT)) (-4216 (((-1323 |#1| |#2|) (-1323 |#1| |#2|) $) 47 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2799 (($ $ |#1| $) 41 T ELT) (($ $ (-663 |#1|) (-663 $)) 40 T ELT)) (-4283 (((-793) $) 48 T ELT)) (-2548 (($ $ $) 39 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ |#1|) 51 T ELT) (((-1314 |#1| |#2|) $) 50 T ELT) (((-1323 |#1| |#2|) $) 49 T ELT)) (-1398 ((|#2| (-1323 |#1| |#2|) $) 52 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-3832 (($ (-694 |#1|)) 45 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#2|) 38 (|has| |#2| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#2| $) 32 T ELT) (($ $ |#2|) 36 T ELT)))
-(((-387 |#1| |#2|) (-142) (-871) (-175)) (T -387))
-((-1398 (*1 *2 *3 *1) (-12 (-5 *3 (-1323 *4 *2)) (-4 *1 (-387 *4 *2)) (-4 *4 (-871)) (-4 *2 (-175)))) (-2539 (*1 *1 *2) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-871)) (-4 *3 (-175)))) (-2539 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)) (-5 *2 (-1314 *3 *4)))) (-2539 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)) (-5 *2 (-1323 *3 *4)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)) (-5 *2 (-793)))) (-4216 (*1 *2 *2 *1) (-12 (-5 *2 (-1323 *3 *4)) (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)))) (-3543 (*1 *2 *2 *1) (-12 (-5 *2 (-1323 *3 *4)) (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)))) (-3832 (*1 *1 *2) (-12 (-5 *2 (-694 *3)) (-4 *3 (-871)) (-4 *1 (-387 *3 *4)) (-4 *4 (-175)))) (-1648 (*1 *1 *1) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-871)) (-4 *3 (-175)))) (-3359 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)) (-5 *2 (-663 *3)))) (-2799 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-871)) (-4 *3 (-175)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 *1)) (-4 *1 (-387 *4 *5)) (-4 *4 (-871)) (-4 *5 (-175)))))
-(-13 (-654 |t#2|) (-10 -8 (-15 -1398 (|t#2| (-1323 |t#1| |t#2|) $)) (-15 -2539 ($ |t#1|)) (-15 -2539 ((-1314 |t#1| |t#2|) $)) (-15 -2539 ((-1323 |t#1| |t#2|) $)) (-15 -4283 ((-793) $)) (-15 -4216 ((-1323 |t#1| |t#2|) (-1323 |t#1| |t#2|) $)) (-15 -3543 ((-1323 |t#1| |t#2|) (-1323 |t#1| |t#2|) $)) (-15 -3832 ($ (-694 |t#1|))) (-15 -1648 ($ $)) (-15 -3359 ($ $ (-793))) (-15 -3797 ((-663 |t#1|) $)) (-15 -2799 ($ $ |t#1| $)) (-15 -2799 ($ $ (-663 |t#1|) (-663 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#2| |#2|) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#2|) . T) ((-670 |#2|) . T) ((-654 |#2|) . T) ((-662 |#2|) . T) ((-739 |#2|) . T) ((-1082 |#2|) . T) ((-1087 |#2|) . T) ((-1132) . T) ((-1248) . T))
-((-1815 ((|#2| (-1 (-114) |#1| |#1|) |#2|) 40 T ELT)) (-3195 ((|#2| (-1 (-114) |#1| |#1|) |#2|) 13 T ELT)) (-3728 ((|#2| (-1 (-114) |#1| |#1|) |#2|) 33 T ELT)))
-(((-388 |#1| |#2|) (-10 -7 (-15 -3195 (|#2| (-1 (-114) |#1| |#1|) |#2|)) (-15 -3728 (|#2| (-1 (-114) |#1| |#1|) |#2|)) (-15 -1815 (|#2| (-1 (-114) |#1| |#1|) |#2|))) (-1248) (-13 (-385 |#1|) (-10 -7 (-6 -4510)))) (T -388))
-((-1815 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-388 *4 *2)) (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4510)))))) (-3728 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-388 *4 *2)) (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4510)))))) (-3195 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-388 *4 *2)) (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4510)))))))
-(-10 -7 (-15 -3195 (|#2| (-1 (-114) |#1| |#1|) |#2|)) (-15 -3728 (|#2| (-1 (-114) |#1| |#1|) |#2|)) (-15 -1815 (|#2| (-1 (-114) |#1| |#1|) |#2|)))
-((-2336 (((-711 |#2|) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 22 T ELT) (((-711 (-560)) (-711 $)) 14 T ELT)))
-(((-389 |#1| |#2|) (-10 -8 (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 |#2|) (-711 |#1|)))) (-390 |#2|) (-1080)) (T -389))
-NIL
-(-10 -8 (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 |#2|) (-711 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2336 (((-711 |#1|) (-711 $)) 35 T ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 34 T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 46 (|has| |#1| (-660 (-560))) ELT) (((-711 (-560)) (-711 $)) 45 (|has| |#1| (-660 (-560))) ELT)) (-2207 (((-711 |#1|) (-1298 $)) 37 T ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 36 T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 44 (|has| |#1| (-660 (-560))) ELT) (((-711 (-560)) (-1298 $)) 43 (|has| |#1| (-660 (-560))) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT)))
-(((-390 |#1|) (-142) (-1080)) (T -390))
+((-2233 (*1 *2) (-12 (-4 *1 (-381)) (-5 *2 (-793)))) (-2081 (*1 *1 *2) (-12 (-5 *2 (-949)) (-4 *1 (-381)))) (-3862 (*1 *2 *1) (-12 (-4 *1 (-381)) (-5 *2 (-949)))) (-2150 (*1 *1) (-4 *1 (-381))))
+(-13 (-1133) (-10 -8 (-15 -2233 ((-793))) (-15 -2081 ($ (-949))) (-15 -3862 ((-949) $)) (-15 -2150 ($))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3543 (((-711 |#2|) (-1299 $)) 45 T ELT)) (-4402 (($ (-1299 |#2|) (-1299 $)) 39 T ELT)) (-2385 (((-711 |#2|) $ (-1299 $)) 47 T ELT)) (-2810 ((|#2| (-1299 $)) 13 T ELT)) (-3084 (((-1299 |#2|) $ (-1299 $)) NIL T ELT) (((-711 |#2|) (-1299 $) (-1299 $)) 27 T ELT)))
+(((-382 |#1| |#2| |#3|) (-10 -8 (-15 -3543 ((-711 |#2|) (-1299 |#1|))) (-15 -2810 (|#2| (-1299 |#1|))) (-15 -4402 (|#1| (-1299 |#2|) (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -2385 ((-711 |#2|) |#1| (-1299 |#1|)))) (-383 |#2| |#3|) (-175) (-1275 |#2|)) (T -382))
+NIL
+(-10 -8 (-15 -3543 ((-711 |#2|) (-1299 |#1|))) (-15 -2810 (|#2| (-1299 |#1|))) (-15 -4402 (|#1| (-1299 |#2|) (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -2385 ((-711 |#2|) |#1| (-1299 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3543 (((-711 |#1|) (-1299 $)) 58 T ELT)) (-2412 ((|#1| $) 64 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4402 (($ (-1299 |#1|) (-1299 $)) 60 T ELT)) (-2385 (((-711 |#1|) $ (-1299 $)) 65 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-1486 (((-949)) 66 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2480 ((|#1| $) 63 T ELT)) (-4118 ((|#2| $) 56 (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2810 ((|#1| (-1299 $)) 59 T ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) 62 T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) 61 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT)) (-1633 (((-713 $) $) 55 (|has| |#1| (-147)) ELT)) (-4286 ((|#2| $) 57 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT)))
+(((-383 |#1| |#2|) (-142) (-175) (-1275 |t#1|)) (T -383))
+((-1486 (*1 *2) (-12 (-4 *1 (-383 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3)) (-5 *2 (-949)))) (-2385 (*1 *2 *1 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-711 *4)))) (-2412 (*1 *2 *1) (-12 (-4 *1 (-383 *2 *3)) (-4 *3 (-1275 *2)) (-4 *2 (-175)))) (-2480 (*1 *2 *1) (-12 (-4 *1 (-383 *2 *3)) (-4 *3 (-1275 *2)) (-4 *2 (-175)))) (-3084 (*1 *2 *1 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-1299 *4)))) (-3084 (*1 *2 *3 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-711 *4)))) (-4402 (*1 *1 *2 *3) (-12 (-5 *2 (-1299 *4)) (-5 *3 (-1299 *1)) (-4 *4 (-175)) (-4 *1 (-383 *4 *5)) (-4 *5 (-1275 *4)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *2 *4)) (-4 *4 (-1275 *2)) (-4 *2 (-175)))) (-3543 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-711 *4)))) (-4286 (*1 *2 *1) (-12 (-4 *1 (-383 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1275 *3)))) (-4118 (*1 *2 *1) (-12 (-4 *1 (-383 *3 *2)) (-4 *3 (-175)) (-4 *3 (-376)) (-4 *2 (-1275 *3)))))
+(-13 (-38 |t#1|) (-10 -8 (-15 -1486 ((-949))) (-15 -2385 ((-711 |t#1|) $ (-1299 $))) (-15 -2412 (|t#1| $)) (-15 -2480 (|t#1| $)) (-15 -3084 ((-1299 |t#1|) $ (-1299 $))) (-15 -3084 ((-711 |t#1|) (-1299 $) (-1299 $))) (-15 -4402 ($ (-1299 |t#1|) (-1299 $))) (-15 -2810 (|t#1| (-1299 $))) (-15 -3543 ((-711 |t#1|) (-1299 $))) (-15 -4286 (|t#2| $)) (IF (|has| |t#1| (-376)) (-15 -4118 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-748) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-1860 (((-114) (-1 (-114) |#2| |#2|) $) NIL T ELT) (((-114) $) 18 T ELT)) (-4235 (($ (-1 (-114) |#2| |#2|) $) NIL T ELT) (($ $) 28 T ELT)) (-2125 (($ (-1 (-114) |#2| |#2|) $) 27 T ELT) (($ $) 22 T ELT)) (-1456 (($ $) 25 T ELT)) (-3817 (((-560) (-1 (-114) |#2|) $) NIL T ELT) (((-560) |#2| $) 11 T ELT) (((-560) |#2| $ (-560)) NIL T ELT)) (-1762 (($ (-1 (-114) |#2| |#2|) $ $) NIL T ELT) (($ $ $) 20 T ELT)))
+(((-384 |#1| |#2|) (-10 -8 (-15 -4235 (|#1| |#1|)) (-15 -4235 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -1860 ((-114) |#1|)) (-15 -2125 (|#1| |#1|)) (-15 -1762 (|#1| |#1| |#1|)) (-15 -3817 ((-560) |#2| |#1| (-560))) (-15 -3817 ((-560) |#2| |#1|)) (-15 -3817 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -1860 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -2125 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -1456 (|#1| |#1|)) (-15 -1762 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|))) (-385 |#2|) (-1249)) (T -384))
+NIL
+(-10 -8 (-15 -4235 (|#1| |#1|)) (-15 -4235 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -1860 ((-114) |#1|)) (-15 -2125 (|#1| |#1|)) (-15 -1762 (|#1| |#1| |#1|)) (-15 -3817 ((-560) |#2| |#1| (-560))) (-15 -3817 ((-560) |#2| |#1|)) (-15 -3817 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -1860 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -2125 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -1456 (|#1| |#1|)) (-15 -1762 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) 47 (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) 110 T ELT) (((-114) $) 104 (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) 101 (|has| $ (-6 -4511)) ELT) (($ $) 100 (-12 (|has| |#1| (-872)) (|has| $ (-6 -4511))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) 111 T ELT) (($ $) 105 (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-1518 (($ $) 102 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 112 T ELT)) (-4154 (($ $) 87 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#1| $) 86 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 58 T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) 109 T ELT) (((-560) |#1| $) 108 (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) 107 (|has| |#1| (-1133)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) |#1|) 77 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 50 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 94 (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) 113 T ELT) (($ $ $) 106 (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 51 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 95 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-3444 (((-663 (-560)) $) 53 T ELT)) (-2679 (((-114) (-560) $) 54 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 49 (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-2024 (($ $ |#1|) 48 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1266 (-560))) 78 T ELT)) (-3032 (($ $ (-560)) 71 T ELT) (($ $ (-1266 (-560))) 70 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1352 (($ $ $ (-560)) 103 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 79 T ELT)) (-2465 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) 96 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 98 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) 97 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 99 (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-385 |#1|) (-142) (-1249)) (T -385))
+((-1762 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-385 *3)) (-4 *3 (-1249)))) (-1456 (*1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1249)))) (-2125 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-385 *3)) (-4 *3 (-1249)))) (-1860 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *1 (-385 *4)) (-4 *4 (-1249)) (-5 *2 (-114)))) (-3817 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4)) (-4 *1 (-385 *4)) (-4 *4 (-1249)) (-5 *2 (-560)))) (-3817 (*1 *2 *3 *1) (-12 (-4 *1 (-385 *3)) (-4 *3 (-1249)) (-4 *3 (-1133)) (-5 *2 (-560)))) (-3817 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-385 *3)) (-4 *3 (-1249)) (-4 *3 (-1133)))) (-1762 (*1 *1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1249)) (-4 *2 (-872)))) (-2125 (*1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1249)) (-4 *2 (-872)))) (-1860 (*1 *2 *1) (-12 (-4 *1 (-385 *3)) (-4 *3 (-1249)) (-4 *3 (-872)) (-5 *2 (-114)))) (-1352 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-560)) (|has| *1 (-6 -4511)) (-4 *1 (-385 *3)) (-4 *3 (-1249)))) (-1518 (*1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-385 *2)) (-4 *2 (-1249)))) (-4235 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3 *3)) (|has| *1 (-6 -4511)) (-4 *1 (-385 *3)) (-4 *3 (-1249)))) (-4235 (*1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-385 *2)) (-4 *2 (-1249)) (-4 *2 (-872)))))
+(-13 (-673 |t#1|) (-10 -8 (-6 -4510) (-15 -1762 ($ (-1 (-114) |t#1| |t#1|) $ $)) (-15 -1456 ($ $)) (-15 -2125 ($ (-1 (-114) |t#1| |t#1|) $)) (-15 -1860 ((-114) (-1 (-114) |t#1| |t#1|) $)) (-15 -3817 ((-560) (-1 (-114) |t#1|) $)) (IF (|has| |t#1| (-1133)) (PROGN (-15 -3817 ((-560) |t#1| $)) (-15 -3817 ((-560) |t#1| $ (-560)))) |%noBranch|) (IF (|has| |t#1| (-872)) (PROGN (-6 (-872)) (-15 -1762 ($ $ $)) (-15 -2125 ($ $)) (-15 -1860 ((-114) $))) |%noBranch|) (IF (|has| $ (-6 -4511)) (PROGN (-15 -1352 ($ $ $ (-560))) (-15 -1518 ($ $)) (-15 -4235 ($ (-1 (-114) |t#1| |t#1|) $)) (IF (|has| |t#1| (-872)) (-15 -4235 ($ $)) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-673 |#1|) . T) ((-872) |has| |#1| (-872)) ((-875) |has| |#1| (-872)) ((-1133) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872))) ((-1249) . T))
+((-4215 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25 T ELT)) (-1995 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17 T ELT)) (-1793 ((|#4| (-1 |#3| |#1|) |#2|) 23 T ELT)))
+(((-386 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1995 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -4215 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1249) (-385 |#1|) (-1249) (-385 |#3|)) (T -386))
+((-4215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1249)) (-4 *5 (-1249)) (-4 *2 (-385 *5)) (-5 *1 (-386 *6 *4 *5 *2)) (-4 *4 (-385 *6)))) (-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1249)) (-4 *2 (-1249)) (-5 *1 (-386 *5 *4 *2 *6)) (-4 *4 (-385 *5)) (-4 *6 (-385 *2)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-4 *2 (-385 *6)) (-5 *1 (-386 *5 *4 *6 *2)) (-4 *4 (-385 *5)))))
+(-10 -7 (-15 -1793 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1995 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -4215 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2516 (((-663 |#1|) $) 42 T ELT)) (-2205 (($ $ (-793)) 43 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-1347 (((-1324 |#1| |#2|) (-1324 |#1| |#2|) $) 46 T ELT)) (-2408 (($ $) 44 T ELT)) (-1611 (((-1324 |#1| |#2|) (-1324 |#1| |#2|) $) 47 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4265 (($ $ |#1| $) 41 T ELT) (($ $ (-663 |#1|) (-663 $)) 40 T ELT)) (-4144 (((-793) $) 48 T ELT)) (-3845 (($ $ $) 39 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ |#1|) 51 T ELT) (((-1315 |#1| |#2|) $) 50 T ELT) (((-1324 |#1| |#2|) $) 49 T ELT)) (-3265 ((|#2| (-1324 |#1| |#2|) $) 52 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-3600 (($ (-694 |#1|)) 45 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#2|) 38 (|has| |#2| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#2| $) 32 T ELT) (($ $ |#2|) 36 T ELT)))
+(((-387 |#1| |#2|) (-142) (-872) (-175)) (T -387))
+((-3265 (*1 *2 *3 *1) (-12 (-5 *3 (-1324 *4 *2)) (-4 *1 (-387 *4 *2)) (-4 *4 (-872)) (-4 *2 (-175)))) (-3834 (*1 *1 *2) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-872)) (-4 *3 (-175)))) (-3834 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)) (-5 *2 (-1315 *3 *4)))) (-3834 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)) (-5 *2 (-1324 *3 *4)))) (-4144 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)) (-5 *2 (-793)))) (-1611 (*1 *2 *2 *1) (-12 (-5 *2 (-1324 *3 *4)) (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)))) (-1347 (*1 *2 *2 *1) (-12 (-5 *2 (-1324 *3 *4)) (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)))) (-3600 (*1 *1 *2) (-12 (-5 *2 (-694 *3)) (-4 *3 (-872)) (-4 *1 (-387 *3 *4)) (-4 *4 (-175)))) (-2408 (*1 *1 *1) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-872)) (-4 *3 (-175)))) (-2205 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)))) (-2516 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)) (-5 *2 (-663 *3)))) (-4265 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-872)) (-4 *3 (-175)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 *1)) (-4 *1 (-387 *4 *5)) (-4 *4 (-872)) (-4 *5 (-175)))))
+(-13 (-654 |t#2|) (-10 -8 (-15 -3265 (|t#2| (-1324 |t#1| |t#2|) $)) (-15 -3834 ($ |t#1|)) (-15 -3834 ((-1315 |t#1| |t#2|) $)) (-15 -3834 ((-1324 |t#1| |t#2|) $)) (-15 -4144 ((-793) $)) (-15 -1611 ((-1324 |t#1| |t#2|) (-1324 |t#1| |t#2|) $)) (-15 -1347 ((-1324 |t#1| |t#2|) (-1324 |t#1| |t#2|) $)) (-15 -3600 ($ (-694 |t#1|))) (-15 -2408 ($ $)) (-15 -2205 ($ $ (-793))) (-15 -2516 ((-663 |t#1|) $)) (-15 -4265 ($ $ |t#1| $)) (-15 -4265 ($ $ (-663 |t#1|) (-663 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#2| |#2|) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#2|) . T) ((-670 |#2|) . T) ((-654 |#2|) . T) ((-662 |#2|) . T) ((-739 |#2|) . T) ((-1083 |#2|) . T) ((-1088 |#2|) . T) ((-1133) . T) ((-1249) . T))
+((-1738 ((|#2| (-1 (-114) |#1| |#1|) |#2|) 40 T ELT)) (-2398 ((|#2| (-1 (-114) |#1| |#1|) |#2|) 13 T ELT)) (-2979 ((|#2| (-1 (-114) |#1| |#1|) |#2|) 33 T ELT)))
+(((-388 |#1| |#2|) (-10 -7 (-15 -2398 (|#2| (-1 (-114) |#1| |#1|) |#2|)) (-15 -2979 (|#2| (-1 (-114) |#1| |#1|) |#2|)) (-15 -1738 (|#2| (-1 (-114) |#1| |#1|) |#2|))) (-1249) (-13 (-385 |#1|) (-10 -7 (-6 -4511)))) (T -388))
+((-1738 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-388 *4 *2)) (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4511)))))) (-2979 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-388 *4 *2)) (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4511)))))) (-2398 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-388 *4 *2)) (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4511)))))))
+(-10 -7 (-15 -2398 (|#2| (-1 (-114) |#1| |#1|) |#2|)) (-15 -2979 (|#2| (-1 (-114) |#1| |#1|) |#2|)) (-15 -1738 (|#2| (-1 (-114) |#1| |#1|) |#2|)))
+((-1470 (((-711 |#2|) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 22 T ELT) (((-711 (-560)) (-711 $)) 14 T ELT)))
+(((-389 |#1| |#2|) (-10 -8 (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 |#2|) (-711 |#1|)))) (-390 |#2|) (-1081)) (T -389))
+NIL
+(-10 -8 (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 |#2|) (-711 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-1470 (((-711 |#1|) (-711 $)) 35 T ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 34 T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 46 (|has| |#1| (-660 (-560))) ELT) (((-711 (-560)) (-711 $)) 45 (|has| |#1| (-660 (-560))) ELT)) (-2974 (((-711 |#1|) (-1299 $)) 37 T ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 36 T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 44 (|has| |#1| (-660 (-560))) ELT) (((-711 (-560)) (-1299 $)) 43 (|has| |#1| (-660 (-560))) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT)))
+(((-390 |#1|) (-142) (-1081)) (T -390))
NIL
(-13 (-660 |t#1|) (-10 -7 (IF (|has| |t#1| (-660 (-560))) (-6 (-660 (-560))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 #0=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-660 #0#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 35 T ELT)) (-3431 (((-560) $) 62 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-4001 (($ $) 137 T ELT)) (-3594 (($ $) 98 T ELT)) (-2725 (($ $) 90 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3401 (($ $) 47 T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2837 (($ $) 96 T ELT)) (-2700 (($ $) 85 T ELT)) (-2551 (((-560) $) 78 T ELT)) (-1441 (($ $ (-560)) 73 T ELT)) (-3623 (($ $) NIL T ELT)) (-2749 (($ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3999 (($ $) 139 T ELT)) (-1442 (((-3 (-560) "failed") $) 231 T ELT) (((-3 (-421 (-560)) "failed") $) 227 T ELT)) (-3056 (((-560) $) 229 T ELT) (((-421 (-560)) $) 225 T ELT)) (-2242 (($ $ $) NIL T ELT)) (-4139 (((-560) $ $) 126 T ELT)) (-4310 (((-3 $ "failed") $) 142 T ELT)) (-4259 (((-421 (-560)) $ (-793)) 232 T ELT) (((-421 (-560)) $ (-793) (-793)) 224 T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-4176 (((-948)) 122 T ELT) (((-948) (-948)) 123 (|has| $ (-6 -4500)) ELT)) (-1957 (((-114) $) 131 T ELT)) (-4447 (($) 41 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL T ELT)) (-2607 (((-1304) (-793)) 192 T ELT)) (-3969 (((-1304)) 197 T ELT) (((-1304) (-793)) 198 T ELT)) (-2895 (((-1304)) 199 T ELT) (((-1304) (-793)) 200 T ELT)) (-2164 (((-1304)) 195 T ELT) (((-1304) (-793)) 196 T ELT)) (-2252 (((-560) $) 68 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) NIL T ELT)) (-3137 (($ $) 51 T ELT)) (-3138 (($ $) NIL T ELT)) (-2699 (((-114) $) 37 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL (-12 (-1372 (|has| $ (-6 -4492))) (-1372 (|has| $ (-6 -4500)))) ELT)) (-2718 (($ $ $) NIL T ELT) (($) NIL (-12 (-1372 (|has| $ (-6 -4492))) (-1372 (|has| $ (-6 -4500)))) ELT)) (-2250 (((-560) $) 17 T ELT)) (-4217 (($) 106 T ELT) (($ $) 113 T ELT)) (-3602 (($) 112 T ELT) (($ $) 114 T ELT)) (-1842 (($ $) 101 T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 144 T ELT)) (-4027 (((-948) (-560)) 46 (|has| $ (-6 -4500)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) 60 T ELT)) (-1654 (($ $) 136 T ELT)) (-3251 (($ (-560) (-560)) 132 T ELT) (($ (-560) (-560) (-948)) 133 T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3881 (((-560) $) 19 T ELT)) (-2645 (($) 115 T ELT)) (-1920 (($ $) 95 T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3035 (((-948)) 124 T ELT) (((-948) (-948)) 125 (|has| $ (-6 -4500)) ELT)) (-2457 (($ $) 143 T ELT) (($ $ (-793)) NIL T ELT)) (-2701 (((-948) (-560)) 50 (|has| $ (-6 -4500)) ELT)) (-3637 (($ $) NIL T ELT)) (-2759 (($ $) NIL T ELT)) (-3610 (($ $) NIL T ELT)) (-2737 (($ $) NIL T ELT)) (-2848 (($ $) 97 T ELT)) (-2712 (($ $) 89 T ELT)) (-4417 (((-391) $) 216 T ELT) (((-229) $) 218 T ELT) (((-915 (-391)) $) NIL T ELT) (((-1190) $) 203 T ELT) (((-549) $) 214 T ELT) (($ (-229)) 223 T ELT)) (-2539 (((-887) $) 207 T ELT) (($ (-560)) 228 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-560)) 228 T ELT) (($ (-421 (-560))) NIL T ELT) (((-229) $) 219 T ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 (($ $) 138 T ELT)) (-3697 (((-948)) 61 T ELT) (((-948) (-948)) 80 (|has| $ (-6 -4500)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (((-948)) 127 T ELT)) (-3671 (($ $) 104 T ELT)) (-2792 (($ $) 49 T ELT) (($ $ $) 59 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-3649 (($ $) 102 T ELT)) (-2770 (($ $) 39 T ELT)) (-3693 (($ $) NIL T ELT)) (-2816 (($ $) NIL T ELT)) (-2979 (($ $) NIL T ELT)) (-2827 (($ $) NIL T ELT)) (-3681 (($ $) NIL T ELT)) (-2804 (($ $) NIL T ELT)) (-3661 (($ $) 103 T ELT)) (-2781 (($ $) 52 T ELT)) (-2407 (($ $) 58 T ELT)) (-1427 (($) 36 T CONST)) (-1439 (($) 43 T CONST)) (-1463 (((-1190) $) 27 T ELT) (((-1190) $ (-114)) 29 T ELT) (((-1304) (-845) $) 30 T ELT) (((-1304) (-845) $ (-114)) 31 T ELT)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2383 (((-114) $ $) 204 T ELT)) (-2360 (((-114) $ $) 45 T ELT)) (-2329 (((-114) $ $) 56 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 57 T ELT)) (-2436 (($ $ $) 48 T ELT) (($ $ (-560)) 42 T ELT)) (-2426 (($ $) 38 T ELT) (($ $ $) 53 T ELT)) (-2413 (($ $ $) 72 T ELT)) (** (($ $ (-948)) 83 T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 107 T ELT) (($ $ (-421 (-560))) 154 T ELT) (($ $ $) 146 T ELT)) (* (($ (-948) $) 79 T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 84 T ELT) (($ $ $) 71 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
-(((-391) (-13 (-418) (-240) (-633 (-1190)) (-843) (-632 (-229)) (-1234) (-633 (-549)) (-637 (-229)) (-10 -8 (-15 -2436 ($ $ (-560))) (-15 ** ($ $ $)) (-15 -3137 ($ $)) (-15 -4139 ((-560) $ $)) (-15 -1441 ($ $ (-560))) (-15 -4259 ((-421 (-560)) $ (-793))) (-15 -4259 ((-421 (-560)) $ (-793) (-793))) (-15 -4217 ($)) (-15 -3602 ($)) (-15 -2645 ($)) (-15 -2792 ($ $ $)) (-15 -4217 ($ $)) (-15 -3602 ($ $)) (-15 -2895 ((-1304))) (-15 -2895 ((-1304) (-793))) (-15 -2164 ((-1304))) (-15 -2164 ((-1304) (-793))) (-15 -3969 ((-1304))) (-15 -3969 ((-1304) (-793))) (-15 -2607 ((-1304) (-793))) (-6 -4500) (-6 -4492)))) (T -391))
-((** (*1 *1 *1 *1) (-5 *1 (-391))) (-2436 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-391)))) (-3137 (*1 *1 *1) (-5 *1 (-391))) (-4139 (*1 *2 *1 *1) (-12 (-5 *2 (-560)) (-5 *1 (-391)))) (-1441 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-391)))) (-4259 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-391)))) (-4259 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-391)))) (-4217 (*1 *1) (-5 *1 (-391))) (-3602 (*1 *1) (-5 *1 (-391))) (-2645 (*1 *1) (-5 *1 (-391))) (-2792 (*1 *1 *1 *1) (-5 *1 (-391))) (-4217 (*1 *1 *1) (-5 *1 (-391))) (-3602 (*1 *1 *1) (-5 *1 (-391))) (-2895 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-391)))) (-2895 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-391)))) (-2164 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-391)))) (-2164 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-391)))) (-3969 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-391)))) (-3969 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-391)))) (-2607 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-391)))))
-(-13 (-418) (-240) (-633 (-1190)) (-843) (-632 (-229)) (-1234) (-633 (-549)) (-637 (-229)) (-10 -8 (-15 -2436 ($ $ (-560))) (-15 ** ($ $ $)) (-15 -3137 ($ $)) (-15 -4139 ((-560) $ $)) (-15 -1441 ($ $ (-560))) (-15 -4259 ((-421 (-560)) $ (-793))) (-15 -4259 ((-421 (-560)) $ (-793) (-793))) (-15 -4217 ($)) (-15 -3602 ($)) (-15 -2645 ($)) (-15 -2792 ($ $ $)) (-15 -4217 ($ $)) (-15 -3602 ($ $)) (-15 -2895 ((-1304))) (-15 -2895 ((-1304) (-793))) (-15 -2164 ((-1304))) (-15 -2164 ((-1304) (-793))) (-15 -3969 ((-1304))) (-15 -3969 ((-1304) (-793))) (-15 -2607 ((-1304) (-793))) (-6 -4500) (-6 -4492)))
-((-3021 (((-663 (-305 (-975 (-171 |#1|)))) (-305 (-421 (-975 (-171 (-560))))) |#1|) 51 T ELT) (((-663 (-305 (-975 (-171 |#1|)))) (-421 (-975 (-171 (-560)))) |#1|) 50 T ELT) (((-663 (-663 (-305 (-975 (-171 |#1|))))) (-663 (-305 (-421 (-975 (-171 (-560)))))) |#1|) 47 T ELT) (((-663 (-663 (-305 (-975 (-171 |#1|))))) (-663 (-421 (-975 (-171 (-560))))) |#1|) 41 T ELT)) (-1528 (((-663 (-663 (-171 |#1|))) (-663 (-421 (-975 (-171 (-560))))) (-663 (-1208)) |#1|) 30 T ELT) (((-663 (-171 |#1|)) (-421 (-975 (-171 (-560)))) |#1|) 18 T ELT)))
-(((-392 |#1|) (-10 -7 (-15 -3021 ((-663 (-663 (-305 (-975 (-171 |#1|))))) (-663 (-421 (-975 (-171 (-560))))) |#1|)) (-15 -3021 ((-663 (-663 (-305 (-975 (-171 |#1|))))) (-663 (-305 (-421 (-975 (-171 (-560)))))) |#1|)) (-15 -3021 ((-663 (-305 (-975 (-171 |#1|)))) (-421 (-975 (-171 (-560)))) |#1|)) (-15 -3021 ((-663 (-305 (-975 (-171 |#1|)))) (-305 (-421 (-975 (-171 (-560))))) |#1|)) (-15 -1528 ((-663 (-171 |#1|)) (-421 (-975 (-171 (-560)))) |#1|)) (-15 -1528 ((-663 (-663 (-171 |#1|))) (-663 (-421 (-975 (-171 (-560))))) (-663 (-1208)) |#1|))) (-13 (-376) (-870))) (T -392))
-((-1528 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-421 (-975 (-171 (-560)))))) (-5 *4 (-663 (-1208))) (-5 *2 (-663 (-663 (-171 *5)))) (-5 *1 (-392 *5)) (-4 *5 (-13 (-376) (-870))))) (-1528 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 (-171 (-560))))) (-5 *2 (-663 (-171 *4))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-870))))) (-3021 (*1 *2 *3 *4) (-12 (-5 *3 (-305 (-421 (-975 (-171 (-560)))))) (-5 *2 (-663 (-305 (-975 (-171 *4))))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-870))))) (-3021 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 (-171 (-560))))) (-5 *2 (-663 (-305 (-975 (-171 *4))))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-870))))) (-3021 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-305 (-421 (-975 (-171 (-560))))))) (-5 *2 (-663 (-663 (-305 (-975 (-171 *4)))))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-870))))) (-3021 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-975 (-171 (-560)))))) (-5 *2 (-663 (-663 (-305 (-975 (-171 *4)))))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-870))))))
-(-10 -7 (-15 -3021 ((-663 (-663 (-305 (-975 (-171 |#1|))))) (-663 (-421 (-975 (-171 (-560))))) |#1|)) (-15 -3021 ((-663 (-663 (-305 (-975 (-171 |#1|))))) (-663 (-305 (-421 (-975 (-171 (-560)))))) |#1|)) (-15 -3021 ((-663 (-305 (-975 (-171 |#1|)))) (-421 (-975 (-171 (-560)))) |#1|)) (-15 -3021 ((-663 (-305 (-975 (-171 |#1|)))) (-305 (-421 (-975 (-171 (-560))))) |#1|)) (-15 -1528 ((-663 (-171 |#1|)) (-421 (-975 (-171 (-560)))) |#1|)) (-15 -1528 ((-663 (-663 (-171 |#1|))) (-663 (-421 (-975 (-171 (-560))))) (-663 (-1208)) |#1|)))
-((-3824 (((-663 (-305 (-975 |#1|))) (-305 (-421 (-975 (-560)))) |#1|) 46 T ELT) (((-663 (-305 (-975 |#1|))) (-421 (-975 (-560))) |#1|) 45 T ELT) (((-663 (-663 (-305 (-975 |#1|)))) (-663 (-305 (-421 (-975 (-560))))) |#1|) 42 T ELT) (((-663 (-663 (-305 (-975 |#1|)))) (-663 (-421 (-975 (-560)))) |#1|) 36 T ELT)) (-3517 (((-663 |#1|) (-421 (-975 (-560))) |#1|) 20 T ELT) (((-663 (-663 |#1|)) (-663 (-421 (-975 (-560)))) (-663 (-1208)) |#1|) 30 T ELT)))
-(((-393 |#1|) (-10 -7 (-15 -3824 ((-663 (-663 (-305 (-975 |#1|)))) (-663 (-421 (-975 (-560)))) |#1|)) (-15 -3824 ((-663 (-663 (-305 (-975 |#1|)))) (-663 (-305 (-421 (-975 (-560))))) |#1|)) (-15 -3824 ((-663 (-305 (-975 |#1|))) (-421 (-975 (-560))) |#1|)) (-15 -3824 ((-663 (-305 (-975 |#1|))) (-305 (-421 (-975 (-560)))) |#1|)) (-15 -3517 ((-663 (-663 |#1|)) (-663 (-421 (-975 (-560)))) (-663 (-1208)) |#1|)) (-15 -3517 ((-663 |#1|) (-421 (-975 (-560))) |#1|))) (-13 (-870) (-376))) (T -393))
-((-3517 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 (-560)))) (-5 *2 (-663 *4)) (-5 *1 (-393 *4)) (-4 *4 (-13 (-870) (-376))))) (-3517 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-421 (-975 (-560))))) (-5 *4 (-663 (-1208))) (-5 *2 (-663 (-663 *5))) (-5 *1 (-393 *5)) (-4 *5 (-13 (-870) (-376))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-305 (-421 (-975 (-560))))) (-5 *2 (-663 (-305 (-975 *4)))) (-5 *1 (-393 *4)) (-4 *4 (-13 (-870) (-376))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 (-560)))) (-5 *2 (-663 (-305 (-975 *4)))) (-5 *1 (-393 *4)) (-4 *4 (-13 (-870) (-376))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-305 (-421 (-975 (-560)))))) (-5 *2 (-663 (-663 (-305 (-975 *4))))) (-5 *1 (-393 *4)) (-4 *4 (-13 (-870) (-376))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-975 (-560))))) (-5 *2 (-663 (-663 (-305 (-975 *4))))) (-5 *1 (-393 *4)) (-4 *4 (-13 (-870) (-376))))))
-(-10 -7 (-15 -3824 ((-663 (-663 (-305 (-975 |#1|)))) (-663 (-421 (-975 (-560)))) |#1|)) (-15 -3824 ((-663 (-663 (-305 (-975 |#1|)))) (-663 (-305 (-421 (-975 (-560))))) |#1|)) (-15 -3824 ((-663 (-305 (-975 |#1|))) (-421 (-975 (-560))) |#1|)) (-15 -3824 ((-663 (-305 (-975 |#1|))) (-305 (-421 (-975 (-560)))) |#1|)) (-15 -3517 ((-663 (-663 |#1|)) (-663 (-421 (-975 (-560)))) (-663 (-1208)) |#1|)) (-15 -3517 ((-663 |#1|) (-421 (-975 (-560))) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2842 (((-663 (-897 |#2| |#1|)) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-3528 (($ |#1| |#2|) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2330 ((|#2| $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 33 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 12 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#1| $) 15 T ELT) (($ $ |#1|) 18 T ELT)))
-(((-394 |#1| |#2|) (-13 (-111 |#1| |#1|) (-523 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-175)) (-6 (-739 |#1|)) |%noBranch|))) (-1080) (-874)) (T -394))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 #0=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-660 #0#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 35 T ELT)) (-1573 (((-560) $) 62 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1852 (($ $) 137 T ELT)) (-2267 (($ $) 98 T ELT)) (-2111 (($ $) 90 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2563 (($ $) 47 T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2243 (($ $) 96 T ELT)) (-2683 (($ $) 85 T ELT)) (-2824 (((-560) $) 78 T ELT)) (-3297 (($ $ (-560)) 73 T ELT)) (-2290 (($ $) NIL T ELT)) (-2136 (($ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2942 (($ $) 139 T ELT)) (-4142 (((-3 (-560) "failed") $) 231 T ELT) (((-3 (-421 (-560)) "failed") $) 227 T ELT)) (-4072 (((-560) $) 229 T ELT) (((-421 (-560)) $) 225 T ELT)) (-3752 (($ $ $) NIL T ELT)) (-2603 (((-560) $ $) 126 T ELT)) (-2167 (((-3 $ "failed") $) 142 T ELT)) (-2711 (((-421 (-560)) $ (-793)) 232 T ELT) (((-421 (-560)) $ (-793) (-793)) 224 T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-3668 (((-949)) 122 T ELT) (((-949) (-949)) 123 (|has| $ (-6 -4501)) ELT)) (-1366 (((-114) $) 131 T ELT)) (-3157 (($) 41 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL T ELT)) (-1824 (((-1305) (-793)) 192 T ELT)) (-2890 (((-1305)) 197 T ELT) (((-1305) (-793)) 198 T ELT)) (-2812 (((-1305)) 199 T ELT) (((-1305) (-793)) 200 T ELT)) (-2485 (((-1305)) 195 T ELT) (((-1305) (-793)) 196 T ELT)) (-2918 (((-560) $) 68 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) NIL T ELT)) (-2377 (($ $) 51 T ELT)) (-2480 (($ $) NIL T ELT)) (-1501 (((-114) $) 37 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL (-12 (-2912 (|has| $ (-6 -4493))) (-2912 (|has| $ (-6 -4501)))) ELT)) (-3934 (($ $ $) NIL T ELT) (($) NIL (-12 (-2912 (|has| $ (-6 -4493))) (-2912 (|has| $ (-6 -4501)))) ELT)) (-3919 (((-560) $) 17 T ELT)) (-1732 (($) 106 T ELT) (($ $) 113 T ELT)) (-1856 (($) 112 T ELT) (($ $) 114 T ELT)) (-3343 (($ $) 101 T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 144 T ELT)) (-1893 (((-949) (-560)) 46 (|has| $ (-6 -4501)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) 60 T ELT)) (-1770 (($ $) 136 T ELT)) (-2692 (($ (-560) (-560)) 132 T ELT) (($ (-560) (-560) (-949)) 133 T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2909 (((-560) $) 19 T ELT)) (-4070 (($) 115 T ELT)) (-2784 (($ $) 95 T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3350 (((-949)) 124 T ELT) (((-949) (-949)) 125 (|has| $ (-6 -4501)) ELT)) (-2703 (($ $) 143 T ELT) (($ $ (-793)) NIL T ELT)) (-1595 (((-949) (-560)) 50 (|has| $ (-6 -4501)) ELT)) (-2304 (($ $) NIL T ELT)) (-2149 (($ $) NIL T ELT)) (-2278 (($ $) NIL T ELT)) (-2124 (($ $) NIL T ELT)) (-2256 (($ $) 97 T ELT)) (-2699 (($ $) 89 T ELT)) (-1830 (((-391) $) 216 T ELT) (((-229) $) 218 T ELT) (((-916 (-391)) $) NIL T ELT) (((-1191) $) 203 T ELT) (((-549) $) 214 T ELT) (($ (-229)) 223 T ELT)) (-3834 (((-888) $) 207 T ELT) (($ (-560)) 228 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-560)) 228 T ELT) (($ (-421 (-560))) NIL T ELT) (((-229) $) 219 T ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 (($ $) 138 T ELT)) (-2036 (((-949)) 61 T ELT) (((-949) (-949)) 80 (|has| $ (-6 -4501)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (((-949)) 127 T ELT)) (-2345 (($ $) 104 T ELT)) (-2188 (($ $) 49 T ELT) (($ $ $) 59 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2317 (($ $) 102 T ELT)) (-2163 (($ $) 39 T ELT)) (-2370 (($ $) NIL T ELT)) (-2214 (($ $) NIL T ELT)) (-2254 (($ $) NIL T ELT)) (-2228 (($ $) NIL T ELT)) (-2356 (($ $) NIL T ELT)) (-2201 (($ $) NIL T ELT)) (-2330 (($ $) 103 T ELT)) (-2175 (($ $) 52 T ELT)) (-1958 (($ $) 58 T ELT)) (-2971 (($) 36 T CONST)) (-2983 (($) 43 T CONST)) (-2455 (((-1191) $) 27 T ELT) (((-1191) $ (-114)) 29 T ELT) (((-1305) (-847) $) 30 T ELT) (((-1305) (-847) $ (-114)) 31 T ELT)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2537 (((-114) $ $) 204 T ELT)) (-2510 (((-114) $ $) 45 T ELT)) (-2478 (((-114) $ $) 56 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 57 T ELT)) (-2594 (($ $ $) 48 T ELT) (($ $ (-560)) 42 T ELT)) (-2581 (($ $) 38 T ELT) (($ $ $) 53 T ELT)) (-2571 (($ $ $) 72 T ELT)) (** (($ $ (-949)) 83 T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 107 T ELT) (($ $ (-421 (-560))) 154 T ELT) (($ $ $) 146 T ELT)) (* (($ (-949) $) 79 T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 84 T ELT) (($ $ $) 71 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
+(((-391) (-13 (-418) (-240) (-633 (-1191)) (-845) (-632 (-229)) (-1235) (-633 (-549)) (-637 (-229)) (-10 -8 (-15 -2594 ($ $ (-560))) (-15 ** ($ $ $)) (-15 -2377 ($ $)) (-15 -2603 ((-560) $ $)) (-15 -3297 ($ $ (-560))) (-15 -2711 ((-421 (-560)) $ (-793))) (-15 -2711 ((-421 (-560)) $ (-793) (-793))) (-15 -1732 ($)) (-15 -1856 ($)) (-15 -4070 ($)) (-15 -2188 ($ $ $)) (-15 -1732 ($ $)) (-15 -1856 ($ $)) (-15 -2812 ((-1305))) (-15 -2812 ((-1305) (-793))) (-15 -2485 ((-1305))) (-15 -2485 ((-1305) (-793))) (-15 -2890 ((-1305))) (-15 -2890 ((-1305) (-793))) (-15 -1824 ((-1305) (-793))) (-6 -4501) (-6 -4493)))) (T -391))
+((** (*1 *1 *1 *1) (-5 *1 (-391))) (-2594 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-391)))) (-2377 (*1 *1 *1) (-5 *1 (-391))) (-2603 (*1 *2 *1 *1) (-12 (-5 *2 (-560)) (-5 *1 (-391)))) (-3297 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-391)))) (-2711 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-391)))) (-2711 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-391)))) (-1732 (*1 *1) (-5 *1 (-391))) (-1856 (*1 *1) (-5 *1 (-391))) (-4070 (*1 *1) (-5 *1 (-391))) (-2188 (*1 *1 *1 *1) (-5 *1 (-391))) (-1732 (*1 *1 *1) (-5 *1 (-391))) (-1856 (*1 *1 *1) (-5 *1 (-391))) (-2812 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-391)))) (-2812 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-391)))) (-2485 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-391)))) (-2485 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-391)))) (-2890 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-391)))) (-2890 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-391)))) (-1824 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-391)))))
+(-13 (-418) (-240) (-633 (-1191)) (-845) (-632 (-229)) (-1235) (-633 (-549)) (-637 (-229)) (-10 -8 (-15 -2594 ($ $ (-560))) (-15 ** ($ $ $)) (-15 -2377 ($ $)) (-15 -2603 ((-560) $ $)) (-15 -3297 ($ $ (-560))) (-15 -2711 ((-421 (-560)) $ (-793))) (-15 -2711 ((-421 (-560)) $ (-793) (-793))) (-15 -1732 ($)) (-15 -1856 ($)) (-15 -4070 ($)) (-15 -2188 ($ $ $)) (-15 -1732 ($ $)) (-15 -1856 ($ $)) (-15 -2812 ((-1305))) (-15 -2812 ((-1305) (-793))) (-15 -2485 ((-1305))) (-15 -2485 ((-1305) (-793))) (-15 -2890 ((-1305))) (-15 -2890 ((-1305) (-793))) (-15 -1824 ((-1305) (-793))) (-6 -4501) (-6 -4493)))
+((-4113 (((-663 (-305 (-976 (-171 |#1|)))) (-305 (-421 (-976 (-171 (-560))))) |#1|) 51 T ELT) (((-663 (-305 (-976 (-171 |#1|)))) (-421 (-976 (-171 (-560)))) |#1|) 50 T ELT) (((-663 (-663 (-305 (-976 (-171 |#1|))))) (-663 (-305 (-421 (-976 (-171 (-560)))))) |#1|) 47 T ELT) (((-663 (-663 (-305 (-976 (-171 |#1|))))) (-663 (-421 (-976 (-171 (-560))))) |#1|) 41 T ELT)) (-3527 (((-663 (-663 (-171 |#1|))) (-663 (-421 (-976 (-171 (-560))))) (-663 (-1209)) |#1|) 30 T ELT) (((-663 (-171 |#1|)) (-421 (-976 (-171 (-560)))) |#1|) 18 T ELT)))
+(((-392 |#1|) (-10 -7 (-15 -4113 ((-663 (-663 (-305 (-976 (-171 |#1|))))) (-663 (-421 (-976 (-171 (-560))))) |#1|)) (-15 -4113 ((-663 (-663 (-305 (-976 (-171 |#1|))))) (-663 (-305 (-421 (-976 (-171 (-560)))))) |#1|)) (-15 -4113 ((-663 (-305 (-976 (-171 |#1|)))) (-421 (-976 (-171 (-560)))) |#1|)) (-15 -4113 ((-663 (-305 (-976 (-171 |#1|)))) (-305 (-421 (-976 (-171 (-560))))) |#1|)) (-15 -3527 ((-663 (-171 |#1|)) (-421 (-976 (-171 (-560)))) |#1|)) (-15 -3527 ((-663 (-663 (-171 |#1|))) (-663 (-421 (-976 (-171 (-560))))) (-663 (-1209)) |#1|))) (-13 (-376) (-871))) (T -392))
+((-3527 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-421 (-976 (-171 (-560)))))) (-5 *4 (-663 (-1209))) (-5 *2 (-663 (-663 (-171 *5)))) (-5 *1 (-392 *5)) (-4 *5 (-13 (-376) (-871))))) (-3527 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 (-171 (-560))))) (-5 *2 (-663 (-171 *4))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-871))))) (-4113 (*1 *2 *3 *4) (-12 (-5 *3 (-305 (-421 (-976 (-171 (-560)))))) (-5 *2 (-663 (-305 (-976 (-171 *4))))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-871))))) (-4113 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 (-171 (-560))))) (-5 *2 (-663 (-305 (-976 (-171 *4))))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-871))))) (-4113 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-305 (-421 (-976 (-171 (-560))))))) (-5 *2 (-663 (-663 (-305 (-976 (-171 *4)))))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-871))))) (-4113 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-976 (-171 (-560)))))) (-5 *2 (-663 (-663 (-305 (-976 (-171 *4)))))) (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-871))))))
+(-10 -7 (-15 -4113 ((-663 (-663 (-305 (-976 (-171 |#1|))))) (-663 (-421 (-976 (-171 (-560))))) |#1|)) (-15 -4113 ((-663 (-663 (-305 (-976 (-171 |#1|))))) (-663 (-305 (-421 (-976 (-171 (-560)))))) |#1|)) (-15 -4113 ((-663 (-305 (-976 (-171 |#1|)))) (-421 (-976 (-171 (-560)))) |#1|)) (-15 -4113 ((-663 (-305 (-976 (-171 |#1|)))) (-305 (-421 (-976 (-171 (-560))))) |#1|)) (-15 -3527 ((-663 (-171 |#1|)) (-421 (-976 (-171 (-560)))) |#1|)) (-15 -3527 ((-663 (-663 (-171 |#1|))) (-663 (-421 (-976 (-171 (-560))))) (-663 (-1209)) |#1|)))
+((-3944 (((-663 (-305 (-976 |#1|))) (-305 (-421 (-976 (-560)))) |#1|) 46 T ELT) (((-663 (-305 (-976 |#1|))) (-421 (-976 (-560))) |#1|) 45 T ELT) (((-663 (-663 (-305 (-976 |#1|)))) (-663 (-305 (-421 (-976 (-560))))) |#1|) 42 T ELT) (((-663 (-663 (-305 (-976 |#1|)))) (-663 (-421 (-976 (-560)))) |#1|) 36 T ELT)) (-2093 (((-663 |#1|) (-421 (-976 (-560))) |#1|) 20 T ELT) (((-663 (-663 |#1|)) (-663 (-421 (-976 (-560)))) (-663 (-1209)) |#1|) 30 T ELT)))
+(((-393 |#1|) (-10 -7 (-15 -3944 ((-663 (-663 (-305 (-976 |#1|)))) (-663 (-421 (-976 (-560)))) |#1|)) (-15 -3944 ((-663 (-663 (-305 (-976 |#1|)))) (-663 (-305 (-421 (-976 (-560))))) |#1|)) (-15 -3944 ((-663 (-305 (-976 |#1|))) (-421 (-976 (-560))) |#1|)) (-15 -3944 ((-663 (-305 (-976 |#1|))) (-305 (-421 (-976 (-560)))) |#1|)) (-15 -2093 ((-663 (-663 |#1|)) (-663 (-421 (-976 (-560)))) (-663 (-1209)) |#1|)) (-15 -2093 ((-663 |#1|) (-421 (-976 (-560))) |#1|))) (-13 (-871) (-376))) (T -393))
+((-2093 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 (-560)))) (-5 *2 (-663 *4)) (-5 *1 (-393 *4)) (-4 *4 (-13 (-871) (-376))))) (-2093 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-421 (-976 (-560))))) (-5 *4 (-663 (-1209))) (-5 *2 (-663 (-663 *5))) (-5 *1 (-393 *5)) (-4 *5 (-13 (-871) (-376))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-305 (-421 (-976 (-560))))) (-5 *2 (-663 (-305 (-976 *4)))) (-5 *1 (-393 *4)) (-4 *4 (-13 (-871) (-376))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 (-560)))) (-5 *2 (-663 (-305 (-976 *4)))) (-5 *1 (-393 *4)) (-4 *4 (-13 (-871) (-376))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-305 (-421 (-976 (-560)))))) (-5 *2 (-663 (-663 (-305 (-976 *4))))) (-5 *1 (-393 *4)) (-4 *4 (-13 (-871) (-376))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-976 (-560))))) (-5 *2 (-663 (-663 (-305 (-976 *4))))) (-5 *1 (-393 *4)) (-4 *4 (-13 (-871) (-376))))))
+(-10 -7 (-15 -3944 ((-663 (-663 (-305 (-976 |#1|)))) (-663 (-421 (-976 (-560)))) |#1|)) (-15 -3944 ((-663 (-663 (-305 (-976 |#1|)))) (-663 (-305 (-421 (-976 (-560))))) |#1|)) (-15 -3944 ((-663 (-305 (-976 |#1|))) (-421 (-976 (-560))) |#1|)) (-15 -3944 ((-663 (-305 (-976 |#1|))) (-305 (-421 (-976 (-560)))) |#1|)) (-15 -2093 ((-663 (-663 |#1|)) (-663 (-421 (-976 (-560)))) (-663 (-1209)) |#1|)) (-15 -2093 ((-663 |#1|) (-421 (-976 (-560))) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-4436 (((-663 (-898 |#2| |#1|)) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-2682 (($ |#1| |#2|) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2146 ((|#2| $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 33 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 12 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#1| $) 15 T ELT) (($ $ |#1|) 18 T ELT)))
+(((-394 |#1| |#2|) (-13 (-111 |#1| |#1|) (-523 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-175)) (-6 (-739 |#1|)) |%noBranch|))) (-1081) (-875)) (T -394))
NIL
(-13 (-111 |#1| |#1|) (-523 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-175)) (-6 (-739 |#1|)) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) 30 T ELT)) (-3056 ((|#2| $) 32 T ELT)) (-2474 (($ $) NIL T ELT)) (-2541 (((-793) $) 11 T ELT)) (-3548 (((-663 $) $) 23 T ELT)) (-4045 (((-114) $) NIL T ELT)) (-4002 (($ |#2| |#1|) 21 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2955 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17 T ELT)) (-2439 ((|#2| $) 18 T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 51 T ELT) (($ |#2|) 31 T ELT)) (-2277 (((-663 |#1|) $) 20 T ELT)) (-2453 ((|#1| $ |#2|) 55 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 33 T CONST)) (-2499 (((-663 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14 T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#1| $) 36 T ELT) (($ $ |#1|) 37 T ELT) (($ |#1| |#2|) 39 T ELT) (($ |#2| |#1|) 40 T ELT)))
-(((-395 |#1| |#2|) (-13 (-397 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-1080) (-871)) (T -395))
-((* (*1 *1 *2 *3) (-12 (-5 *1 (-395 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-871)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) 30 T ELT)) (-4072 ((|#2| $) 32 T ELT)) (-4328 (($ $) NIL T ELT)) (-4055 (((-793) $) 11 T ELT)) (-1648 (((-663 $) $) 23 T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2724 (($ |#2| |#1|) 21 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-4085 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17 T ELT)) (-4295 ((|#2| $) 18 T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 51 T ELT) (($ |#2|) 31 T ELT)) (-1551 (((-663 |#1|) $) 20 T ELT)) (-3580 ((|#1| $ |#2|) 55 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 33 T CONST)) (-4002 (((-663 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14 T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#1| $) 36 T ELT) (($ $ |#1|) 37 T ELT) (($ |#1| |#2|) 39 T ELT) (($ |#2| |#1|) 40 T ELT)))
+(((-395 |#1| |#2|) (-13 (-397 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-1081) (-872)) (T -395))
+((* (*1 *1 *2 *3) (-12 (-5 *1 (-395 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-872)))))
(-13 (-397 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|))))
-((-1679 (((-1304) $) 7 T ELT)) (-2539 (((-887) $) 8 T ELT) (($ (-711 (-721))) 14 T ELT) (($ (-663 (-342))) 13 T ELT) (($ (-342)) 12 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 11 T ELT)))
+((-2566 (((-1305) $) 7 T ELT)) (-3834 (((-888) $) 8 T ELT) (($ (-711 (-721))) 14 T ELT) (($ (-663 (-342))) 13 T ELT) (($ (-342)) 12 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 11 T ELT)))
(((-396) (-142)) (T -396))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-711 (-721))) (-4 *1 (-396)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-396)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-396)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) (-4 *1 (-396)))))
-(-13 (-410) (-10 -8 (-15 -2539 ($ (-711 (-721)))) (-15 -2539 ($ (-663 (-342)))) (-15 -2539 ($ (-342))) (-15 -2539 ($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))))))
-(((-632 (-887)) . T) ((-410) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#2| "failed") $) 54 T ELT)) (-3056 ((|#2| $) 55 T ELT)) (-2474 (($ $) 40 T ELT)) (-2541 (((-793) $) 44 T ELT)) (-3548 (((-663 $) $) 45 T ELT)) (-4045 (((-114) $) 48 T ELT)) (-4002 (($ |#2| |#1|) 49 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 50 T ELT)) (-2955 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 41 T ELT)) (-2439 ((|#2| $) 43 T ELT)) (-2450 ((|#1| $) 42 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ |#2|) 53 T ELT)) (-2277 (((-663 |#1|) $) 46 T ELT)) (-2453 ((|#1| $ |#2|) 51 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2499 (((-663 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 47 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT) (($ |#1| |#2|) 52 T ELT)))
-(((-397 |#1| |#2|) (-142) (-1080) (-1132)) (T -397))
-((* (*1 *1 *2 *3) (-12 (-4 *1 (-397 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-1132)))) (-2453 (*1 *2 *1 *3) (-12 (-4 *1 (-397 *2 *3)) (-4 *3 (-1132)) (-4 *2 (-1080)))) (-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132)))) (-4002 (*1 *1 *2 *3) (-12 (-4 *1 (-397 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1132)))) (-4045 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132)) (-5 *2 (-114)))) (-2499 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132)) (-5 *2 (-663 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-2277 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132)) (-5 *2 (-663 *3)))) (-3548 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-1132)) (-5 *2 (-663 *1)) (-4 *1 (-397 *3 *4)))) (-2541 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132)) (-5 *2 (-793)))) (-2439 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1132)))) (-2450 (*1 *2 *1) (-12 (-4 *1 (-397 *2 *3)) (-4 *3 (-1132)) (-4 *2 (-1080)))) (-2955 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-2474 (*1 *1 *1) (-12 (-4 *1 (-397 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-1132)))))
-(-13 (-111 |t#1| |t#1|) (-1069 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -2453 (|t#1| $ |t#2|)) (-15 -2067 ($ (-1 |t#1| |t#1|) $)) (-15 -4002 ($ |t#2| |t#1|)) (-15 -4045 ((-114) $)) (-15 -2499 ((-663 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -2277 ((-663 |t#1|) $)) (-15 -3548 ((-663 $) $)) (-15 -2541 ((-793) $)) (-15 -2439 (|t#2| $)) (-15 -2450 (|t#1| $)) (-15 -2955 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -2474 ($ $)) (IF (|has| |t#1| (-175)) (-6 (-739 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 |#2|) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-1069 |#2|) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-1442 (((-3 $ "failed") (-711 (-326 (-391)))) 21 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 19 T ELT) (((-3 $ "failed") (-711 (-975 (-391)))) 17 T ELT) (((-3 $ "failed") (-711 (-975 (-560)))) 15 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-391))))) 13 T ELT) (((-3 $ "failed") (-711 (-421 (-975 (-560))))) 11 T ELT)) (-3056 (($ (-711 (-326 (-391)))) 22 T ELT) (($ (-711 (-326 (-560)))) 20 T ELT) (($ (-711 (-975 (-391)))) 18 T ELT) (($ (-711 (-975 (-560)))) 16 T ELT) (($ (-711 (-421 (-975 (-391))))) 14 T ELT) (($ (-711 (-421 (-975 (-560))))) 12 T ELT)) (-1679 (((-1304) $) 7 T ELT)) (-2539 (((-887) $) 8 T ELT) (($ (-663 (-342))) 25 T ELT) (($ (-342)) 24 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 23 T ELT)))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-711 (-721))) (-4 *1 (-396)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-396)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-396)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) (-4 *1 (-396)))))
+(-13 (-410) (-10 -8 (-15 -3834 ($ (-711 (-721)))) (-15 -3834 ($ (-663 (-342)))) (-15 -3834 ($ (-342))) (-15 -3834 ($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))))))
+(((-632 (-888)) . T) ((-410) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#2| "failed") $) 54 T ELT)) (-4072 ((|#2| $) 55 T ELT)) (-4328 (($ $) 40 T ELT)) (-4055 (((-793) $) 44 T ELT)) (-1648 (((-663 $) $) 45 T ELT)) (-3060 (((-114) $) 48 T ELT)) (-2724 (($ |#2| |#1|) 49 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 50 T ELT)) (-4085 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 41 T ELT)) (-4295 ((|#2| $) 43 T ELT)) (-4307 ((|#1| $) 42 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ |#2|) 53 T ELT)) (-1551 (((-663 |#1|) $) 46 T ELT)) (-3580 ((|#1| $ |#2|) 51 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-4002 (((-663 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 47 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT) (($ |#1| |#2|) 52 T ELT)))
+(((-397 |#1| |#2|) (-142) (-1081) (-1133)) (T -397))
+((* (*1 *1 *2 *3) (-12 (-4 *1 (-397 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-1133)))) (-3580 (*1 *2 *1 *3) (-12 (-4 *1 (-397 *2 *3)) (-4 *3 (-1133)) (-4 *2 (-1081)))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133)))) (-2724 (*1 *1 *2 *3) (-12 (-4 *1 (-397 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1133)))) (-3060 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133)) (-5 *2 (-114)))) (-4002 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133)) (-5 *2 (-663 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-1551 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133)) (-5 *2 (-663 *3)))) (-1648 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-1133)) (-5 *2 (-663 *1)) (-4 *1 (-397 *3 *4)))) (-4055 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133)) (-5 *2 (-793)))) (-4295 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1133)))) (-4307 (*1 *2 *1) (-12 (-4 *1 (-397 *2 *3)) (-4 *3 (-1133)) (-4 *2 (-1081)))) (-4085 (*1 *2 *1) (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-4328 (*1 *1 *1) (-12 (-4 *1 (-397 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-1133)))))
+(-13 (-111 |t#1| |t#1|) (-1070 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -3580 (|t#1| $ |t#2|)) (-15 -1793 ($ (-1 |t#1| |t#1|) $)) (-15 -2724 ($ |t#2| |t#1|)) (-15 -3060 ((-114) $)) (-15 -4002 ((-663 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -1551 ((-663 |t#1|) $)) (-15 -1648 ((-663 $) $)) (-15 -4055 ((-793) $)) (-15 -4295 (|t#2| $)) (-15 -4307 (|t#1| $)) (-15 -4085 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -4328 ($ $)) (IF (|has| |t#1| (-175)) (-6 (-739 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 |#2|) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-1070 |#2|) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-4142 (((-3 $ "failed") (-711 (-326 (-391)))) 21 T ELT) (((-3 $ "failed") (-711 (-326 (-560)))) 19 T ELT) (((-3 $ "failed") (-711 (-976 (-391)))) 17 T ELT) (((-3 $ "failed") (-711 (-976 (-560)))) 15 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-391))))) 13 T ELT) (((-3 $ "failed") (-711 (-421 (-976 (-560))))) 11 T ELT)) (-4072 (($ (-711 (-326 (-391)))) 22 T ELT) (($ (-711 (-326 (-560)))) 20 T ELT) (($ (-711 (-976 (-391)))) 18 T ELT) (($ (-711 (-976 (-560)))) 16 T ELT) (($ (-711 (-421 (-976 (-391))))) 14 T ELT) (($ (-711 (-421 (-976 (-560))))) 12 T ELT)) (-2566 (((-1305) $) 7 T ELT)) (-3834 (((-888) $) 8 T ELT) (($ (-663 (-342))) 25 T ELT) (($ (-342)) 24 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 23 T ELT)))
(((-398) (-142)) (T -398))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-398)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-398)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) (-4 *1 (-398)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-711 (-326 (-391)))) (-4 *1 (-398)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-326 (-391)))) (-4 *1 (-398)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-711 (-326 (-560)))) (-4 *1 (-398)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-326 (-560)))) (-4 *1 (-398)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-711 (-975 (-391)))) (-4 *1 (-398)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-975 (-391)))) (-4 *1 (-398)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-711 (-975 (-560)))) (-4 *1 (-398)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-975 (-560)))) (-4 *1 (-398)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-711 (-421 (-975 (-391))))) (-4 *1 (-398)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-421 (-975 (-391))))) (-4 *1 (-398)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-711 (-421 (-975 (-560))))) (-4 *1 (-398)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-421 (-975 (-560))))) (-4 *1 (-398)))))
-(-13 (-410) (-10 -8 (-15 -2539 ($ (-663 (-342)))) (-15 -2539 ($ (-342))) (-15 -2539 ($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))) (-15 -3056 ($ (-711 (-326 (-391))))) (-15 -1442 ((-3 $ "failed") (-711 (-326 (-391))))) (-15 -3056 ($ (-711 (-326 (-560))))) (-15 -1442 ((-3 $ "failed") (-711 (-326 (-560))))) (-15 -3056 ($ (-711 (-975 (-391))))) (-15 -1442 ((-3 $ "failed") (-711 (-975 (-391))))) (-15 -3056 ($ (-711 (-975 (-560))))) (-15 -1442 ((-3 $ "failed") (-711 (-975 (-560))))) (-15 -3056 ($ (-711 (-421 (-975 (-391)))))) (-15 -1442 ((-3 $ "failed") (-711 (-421 (-975 (-391)))))) (-15 -3056 ($ (-711 (-421 (-975 (-560)))))) (-15 -1442 ((-3 $ "failed") (-711 (-421 (-975 (-560))))))))
-(((-632 (-887)) . T) ((-410) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-1450 (((-793) $) 40 T ELT)) (-3366 (($) 23 T CONST)) (-3543 (((-3 $ "failed") $ $) 43 T ELT)) (-1442 (((-3 |#1| "failed") $) 51 T ELT)) (-3056 ((|#1| $) 52 T ELT)) (-4310 (((-3 $ "failed") $) 20 T ELT)) (-3508 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 41 T ELT)) (-1871 (((-114) $) 22 T ELT)) (-2888 ((|#1| $ (-560)) 37 T ELT)) (-3063 (((-793) $ (-560)) 38 T ELT)) (-2006 (($ $ $) 29 (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) 30 (|has| |#1| (-871)) ELT)) (-2308 (($ (-1 |#1| |#1|) $) 35 T ELT)) (-2798 (($ (-1 (-793) (-793)) $) 36 T ELT)) (-4216 (((-3 $ "failed") $ $) 44 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-1611 (($ $ $) 45 T ELT)) (-3963 (($ $ $) 46 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3980 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 (-793)))) $) 39 T ELT)) (-3095 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 42 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ |#1|) 50 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1439 (($) 24 T CONST)) (-2383 (((-114) $ $) 31 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 33 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 32 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 34 (|has| |#1| (-871)) ELT)) (** (($ $ (-948)) 17 T ELT) (($ $ (-793)) 21 T ELT) (($ |#1| (-793)) 47 T ELT)) (* (($ $ $) 18 T ELT) (($ |#1| $) 49 T ELT) (($ $ |#1|) 48 T ELT)))
-(((-399 |#1|) (-142) (-1132)) (T -399))
-((* (*1 *1 *2 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1132)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1132)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-399 *2)) (-4 *2 (-1132)))) (-3963 (*1 *1 *1 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1132)))) (-1611 (*1 *1 *1 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1132)))) (-4216 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-399 *2)) (-4 *2 (-1132)))) (-3543 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-399 *2)) (-4 *2 (-1132)))) (-3095 (*1 *2 *1 *1) (|partial| -12 (-4 *3 (-1132)) (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-399 *3)))) (-3508 (*1 *2 *1 *1) (-12 (-4 *3 (-1132)) (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1))) (-4 *1 (-399 *3)))) (-1450 (*1 *2 *1) (-12 (-4 *1 (-399 *3)) (-4 *3 (-1132)) (-5 *2 (-793)))) (-3980 (*1 *2 *1) (-12 (-4 *1 (-399 *3)) (-4 *3 (-1132)) (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 (-793))))))) (-3063 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-399 *4)) (-4 *4 (-1132)) (-5 *2 (-793)))) (-2888 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-399 *2)) (-4 *2 (-1132)))) (-2798 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-793) (-793))) (-4 *1 (-399 *3)) (-4 *3 (-1132)))) (-2308 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-399 *3)) (-4 *3 (-1132)))))
-(-13 (-748) (-1069 |t#1|) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 ** ($ |t#1| (-793))) (-15 -3963 ($ $ $)) (-15 -1611 ($ $ $)) (-15 -4216 ((-3 $ "failed") $ $)) (-15 -3543 ((-3 $ "failed") $ $)) (-15 -3095 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3508 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1450 ((-793) $)) (-15 -3980 ((-663 (-2 (|:| |gen| |t#1|) (|:| -1920 (-793)))) $)) (-15 -3063 ((-793) $ (-560))) (-15 -2888 (|t#1| $ (-560))) (-15 -2798 ($ (-1 (-793) (-793)) $)) (-15 -2308 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-871)) (-6 (-871)) |%noBranch|)))
-(((-102) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-748) . T) ((-871) |has| |#1| (-871)) ((-874) |has| |#1| (-871)) ((-1069 |#1|) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793) $) 74 T ELT)) (-3366 (($) NIL T CONST)) (-3543 (((-3 $ "failed") $ $) 77 T ELT)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3508 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 64 T ELT)) (-1871 (((-114) $) 17 T ELT)) (-2888 ((|#1| $ (-560)) NIL T ELT)) (-3063 (((-793) $ (-560)) NIL T ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2308 (($ (-1 |#1| |#1|) $) 40 T ELT)) (-2798 (($ (-1 (-793) (-793)) $) 37 T ELT)) (-4216 (((-3 $ "failed") $ $) 60 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1611 (($ $ $) 28 T ELT)) (-3963 (($ $ $) 26 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3980 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 (-793)))) $) 34 T ELT)) (-3095 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 70 T ELT)) (-2539 (((-887) $) 24 T ELT) (($ |#1|) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) 7 T CONST)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 85 (|has| |#1| (-871)) ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ |#1| (-793)) 42 T ELT)) (* (($ $ $) 52 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 30 T ELT)))
-(((-400 |#1|) (-399 |#1|) (-1132)) (T -400))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-398)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-398)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) (-4 *1 (-398)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-711 (-326 (-391)))) (-4 *1 (-398)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-326 (-391)))) (-4 *1 (-398)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-711 (-326 (-560)))) (-4 *1 (-398)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-326 (-560)))) (-4 *1 (-398)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-711 (-976 (-391)))) (-4 *1 (-398)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-976 (-391)))) (-4 *1 (-398)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-711 (-976 (-560)))) (-4 *1 (-398)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-976 (-560)))) (-4 *1 (-398)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-711 (-421 (-976 (-391))))) (-4 *1 (-398)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-421 (-976 (-391))))) (-4 *1 (-398)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-711 (-421 (-976 (-560))))) (-4 *1 (-398)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-711 (-421 (-976 (-560))))) (-4 *1 (-398)))))
+(-13 (-410) (-10 -8 (-15 -3834 ($ (-663 (-342)))) (-15 -3834 ($ (-342))) (-15 -3834 ($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))) (-15 -4072 ($ (-711 (-326 (-391))))) (-15 -4142 ((-3 $ "failed") (-711 (-326 (-391))))) (-15 -4072 ($ (-711 (-326 (-560))))) (-15 -4142 ((-3 $ "failed") (-711 (-326 (-560))))) (-15 -4072 ($ (-711 (-976 (-391))))) (-15 -4142 ((-3 $ "failed") (-711 (-976 (-391))))) (-15 -4072 ($ (-711 (-976 (-560))))) (-15 -4142 ((-3 $ "failed") (-711 (-976 (-560))))) (-15 -4072 ($ (-711 (-421 (-976 (-391)))))) (-15 -4142 ((-3 $ "failed") (-711 (-421 (-976 (-391)))))) (-15 -4072 ($ (-711 (-421 (-976 (-560)))))) (-15 -4142 ((-3 $ "failed") (-711 (-421 (-976 (-560))))))))
+(((-632 (-888)) . T) ((-410) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-2233 (((-793) $) 40 T ELT)) (-4489 (($) 23 T CONST)) (-1347 (((-3 $ "failed") $ $) 43 T ELT)) (-4142 (((-3 |#1| "failed") $) 51 T ELT)) (-4072 ((|#1| $) 52 T ELT)) (-2167 (((-3 $ "failed") $) 20 T ELT)) (-2565 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 41 T ELT)) (-3363 (((-114) $) 22 T ELT)) (-3365 ((|#1| $ (-560)) 37 T ELT)) (-4024 (((-793) $ (-560)) 38 T ELT)) (-1622 (($ $ $) 29 (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) 30 (|has| |#1| (-872)) ELT)) (-2585 (($ (-1 |#1| |#1|) $) 35 T ELT)) (-2656 (($ (-1 (-793) (-793)) $) 36 T ELT)) (-1611 (((-3 $ "failed") $ $) 44 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1558 (($ $ $) 45 T ELT)) (-4280 (($ $ $) 46 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1609 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 (-793)))) $) 39 T ELT)) (-2589 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 42 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ |#1|) 50 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2983 (($) 24 T CONST)) (-2537 (((-114) $ $) 31 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 33 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 32 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 34 (|has| |#1| (-872)) ELT)) (** (($ $ (-949)) 17 T ELT) (($ $ (-793)) 21 T ELT) (($ |#1| (-793)) 47 T ELT)) (* (($ $ $) 18 T ELT) (($ |#1| $) 49 T ELT) (($ $ |#1|) 48 T ELT)))
+(((-399 |#1|) (-142) (-1133)) (T -399))
+((* (*1 *1 *2 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1133)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1133)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-399 *2)) (-4 *2 (-1133)))) (-4280 (*1 *1 *1 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1133)))) (-1558 (*1 *1 *1 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1133)))) (-1611 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-399 *2)) (-4 *2 (-1133)))) (-1347 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-399 *2)) (-4 *2 (-1133)))) (-2589 (*1 *2 *1 *1) (|partial| -12 (-4 *3 (-1133)) (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-399 *3)))) (-2565 (*1 *2 *1 *1) (-12 (-4 *3 (-1133)) (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1))) (-4 *1 (-399 *3)))) (-2233 (*1 *2 *1) (-12 (-4 *1 (-399 *3)) (-4 *3 (-1133)) (-5 *2 (-793)))) (-1609 (*1 *2 *1) (-12 (-4 *1 (-399 *3)) (-4 *3 (-1133)) (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 (-793))))))) (-4024 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-399 *4)) (-4 *4 (-1133)) (-5 *2 (-793)))) (-3365 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-399 *2)) (-4 *2 (-1133)))) (-2656 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-793) (-793))) (-4 *1 (-399 *3)) (-4 *3 (-1133)))) (-2585 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-399 *3)) (-4 *3 (-1133)))))
+(-13 (-748) (-1070 |t#1|) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 ** ($ |t#1| (-793))) (-15 -4280 ($ $ $)) (-15 -1558 ($ $ $)) (-15 -1611 ((-3 $ "failed") $ $)) (-15 -1347 ((-3 $ "failed") $ $)) (-15 -2589 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2565 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2233 ((-793) $)) (-15 -1609 ((-663 (-2 (|:| |gen| |t#1|) (|:| -2784 (-793)))) $)) (-15 -4024 ((-793) $ (-560))) (-15 -3365 (|t#1| $ (-560))) (-15 -2656 ($ (-1 (-793) (-793)) $)) (-15 -2585 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-872)) (-6 (-872)) |%noBranch|)))
+(((-102) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-748) . T) ((-872) |has| |#1| (-872)) ((-875) |has| |#1| (-872)) ((-1070 |#1|) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793) $) 74 T ELT)) (-4489 (($) NIL T CONST)) (-1347 (((-3 $ "failed") $ $) 77 T ELT)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2565 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 64 T ELT)) (-3363 (((-114) $) 17 T ELT)) (-3365 ((|#1| $ (-560)) NIL T ELT)) (-4024 (((-793) $ (-560)) NIL T ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2585 (($ (-1 |#1| |#1|) $) 40 T ELT)) (-2656 (($ (-1 (-793) (-793)) $) 37 T ELT)) (-1611 (((-3 $ "failed") $ $) 60 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1558 (($ $ $) 28 T ELT)) (-4280 (($ $ $) 26 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1609 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 (-793)))) $) 34 T ELT)) (-2589 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 70 T ELT)) (-3834 (((-888) $) 24 T ELT) (($ |#1|) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) 7 T CONST)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 85 (|has| |#1| (-872)) ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ |#1| (-793)) 42 T ELT)) (* (($ $ $) 52 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 30 T ELT)))
+(((-400 |#1|) (-399 |#1|) (-1133)) (T -400))
NIL
(-399 |#1|)
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 59 T ELT)) (-3056 (((-560) $) 60 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2006 (($ $ $) 61 T ELT)) (-2718 (($ $ $) 62 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-560)) 58 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2383 (((-114) $ $) 63 T ELT)) (-2360 (((-114) $ $) 65 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 64 T ELT)) (-2349 (((-114) $ $) 66 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 59 T ELT)) (-4072 (((-560) $) 60 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1622 (($ $ $) 61 T ELT)) (-3934 (($ $ $) 62 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-560)) 58 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2537 (((-114) $ $) 63 T ELT)) (-2510 (((-114) $ $) 65 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 64 T ELT)) (-2499 (((-114) $ $) 66 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-401) (-142)) (T -401))
NIL
-(-13 (-571) (-871) (-1069 (-560)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-871) . T) ((-874) . T) ((-1069 (-560)) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3553 (((-114) $) 25 T ELT)) (-3786 (((-114) $) 22 T ELT)) (-2531 (($ (-1190) (-1190) (-1190)) 26 T ELT)) (-3952 (((-1190) $) 16 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3838 (($ (-1190) (-1190) (-1190)) 14 T ELT)) (-1417 (((-1190) $) 17 T ELT)) (-2058 (((-114) $) 18 T ELT)) (-2682 (((-1190) $) 15 T ELT)) (-2539 (((-887) $) 12 T ELT) (($ (-1190)) 13 T ELT) (((-1190) $) 9 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 7 T ELT)))
+(-13 (-571) (-872) (-1070 (-560)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-872) . T) ((-875) . T) ((-1070 (-560)) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-4108 (((-114) $) 25 T ELT)) (-3743 (((-114) $) 22 T ELT)) (-4446 (($ (-1191) (-1191) (-1191)) 26 T ELT)) (-2187 (((-1191) $) 16 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1939 (($ (-1191) (-1191) (-1191)) 14 T ELT)) (-1450 (((-1191) $) 17 T ELT)) (-3812 (((-114) $) 18 T ELT)) (-3802 (((-1191) $) 15 T ELT)) (-3834 (((-888) $) 12 T ELT) (($ (-1191)) 13 T ELT) (((-1191) $) 9 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 7 T ELT)))
(((-402) (-403)) (T -402))
NIL
(-403)
-((-2294 (((-114) $ $) 7 T ELT)) (-3553 (((-114) $) 20 T ELT)) (-3786 (((-114) $) 21 T ELT)) (-2531 (($ (-1190) (-1190) (-1190)) 19 T ELT)) (-3952 (((-1190) $) 24 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3838 (($ (-1190) (-1190) (-1190)) 26 T ELT)) (-1417 (((-1190) $) 23 T ELT)) (-2058 (((-114) $) 22 T ELT)) (-2682 (((-1190) $) 25 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-1190)) 28 T ELT) (((-1190) $) 27 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
+((-3808 (((-114) $ $) 7 T ELT)) (-4108 (((-114) $) 20 T ELT)) (-3743 (((-114) $) 21 T ELT)) (-4446 (($ (-1191) (-1191) (-1191)) 19 T ELT)) (-2187 (((-1191) $) 24 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1939 (($ (-1191) (-1191) (-1191)) 26 T ELT)) (-1450 (((-1191) $) 23 T ELT)) (-3812 (((-114) $) 22 T ELT)) (-3802 (((-1191) $) 25 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-1191)) 28 T ELT) (((-1191) $) 27 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
(((-403) (-142)) (T -403))
-((-3838 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1190)) (-4 *1 (-403)))) (-2682 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1190)))) (-3952 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1190)))) (-1417 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1190)))) (-2058 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))) (-3786 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))) (-3553 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))) (-2531 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1190)) (-4 *1 (-403)))))
-(-13 (-1132) (-504 (-1190)) (-10 -8 (-15 -3838 ($ (-1190) (-1190) (-1190))) (-15 -2682 ((-1190) $)) (-15 -3952 ((-1190) $)) (-15 -1417 ((-1190) $)) (-15 -2058 ((-114) $)) (-15 -3786 ((-114) $)) (-15 -3553 ((-114) $)) (-15 -2531 ($ (-1190) (-1190) (-1190)))))
-(((-102) . T) ((-635 #0=(-1190)) . T) ((-632 (-887)) . T) ((-632 #0#) . T) ((-504 #0#) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3810 (((-887) $) 64 T ELT)) (-3366 (($) NIL T CONST)) (-3239 (($ $ (-948)) NIL T ELT)) (-4368 (($ $ (-948)) NIL T ELT)) (-4360 (($ $ (-948)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($ (-793)) 38 T ELT)) (-2328 (((-793)) 18 T ELT)) (-1719 (((-887) $) 66 T ELT)) (-4172 (($ $ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4190 (($ $ $ $) NIL T ELT)) (-2927 (($ $ $) NIL T ELT)) (-1427 (($) 24 T CONST)) (-2329 (((-114) $ $) 41 T ELT)) (-2426 (($ $) 48 T ELT) (($ $ $) 50 T ELT)) (-2413 (($ $ $) 51 T ELT)) (** (($ $ (-948)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 52 T ELT) (($ $ |#3|) NIL T ELT) (($ |#3| $) 47 T ELT)))
-(((-404 |#1| |#2| |#3|) (-13 (-766 |#3|) (-10 -8 (-15 -2328 ((-793))) (-15 -1719 ((-887) $)) (-15 -3810 ((-887) $)) (-15 -3178 ($ (-793))))) (-793) (-793) (-175)) (T -404))
-((-2328 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-175)))) (-1719 (*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 (-793)) (-14 *4 (-793)) (-4 *5 (-175)))) (-3810 (*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 (-793)) (-14 *4 (-793)) (-4 *5 (-175)))) (-3178 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-175)))))
-(-13 (-766 |#3|) (-10 -8 (-15 -2328 ((-793))) (-15 -1719 ((-887) $)) (-15 -3810 ((-887) $)) (-15 -3178 ($ (-793)))))
-((-2047 (((-1190)) 12 T ELT)) (-4264 (((-1179 (-1190))) 30 T ELT)) (-1656 (((-1304) (-1190)) 27 T ELT) (((-1304) (-402)) 26 T ELT)) (-1668 (((-1304)) 28 T ELT)) (-3940 (((-1179 (-1190))) 29 T ELT)))
-(((-405) (-10 -7 (-15 -3940 ((-1179 (-1190)))) (-15 -4264 ((-1179 (-1190)))) (-15 -1668 ((-1304))) (-15 -1656 ((-1304) (-402))) (-15 -1656 ((-1304) (-1190))) (-15 -2047 ((-1190))))) (T -405))
-((-2047 (*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-405)))) (-1656 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-405)))) (-1656 (*1 *2 *3) (-12 (-5 *3 (-402)) (-5 *2 (-1304)) (-5 *1 (-405)))) (-1668 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-405)))) (-4264 (*1 *2) (-12 (-5 *2 (-1179 (-1190))) (-5 *1 (-405)))) (-3940 (*1 *2) (-12 (-5 *2 (-1179 (-1190))) (-5 *1 (-405)))))
-(-10 -7 (-15 -3940 ((-1179 (-1190)))) (-15 -4264 ((-1179 (-1190)))) (-15 -1668 ((-1304))) (-15 -1656 ((-1304) (-402))) (-15 -1656 ((-1304) (-1190))) (-15 -2047 ((-1190))))
-((-2252 (((-793) (-346 |#1| |#2| |#3| |#4|)) 16 T ELT)))
-(((-406 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2252 ((-793) (-346 |#1| |#2| |#3| |#4|)))) (-13 (-381) (-376)) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -406))
-((-2252 (*1 *2 *3) (-12 (-5 *3 (-346 *4 *5 *6 *7)) (-4 *4 (-13 (-381) (-376))) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-4 *7 (-355 *4 *5 *6)) (-5 *2 (-793)) (-5 *1 (-406 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2252 ((-793) (-346 |#1| |#2| |#3| |#4|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3521 (((-663 (-1190)) $ (-663 (-1190))) 42 T ELT)) (-3991 (((-663 (-1190)) $ (-663 (-1190))) 43 T ELT)) (-1458 (((-663 (-1190)) $ (-663 (-1190))) 44 T ELT)) (-4086 (((-663 (-1190)) $) 39 T ELT)) (-2531 (($) 30 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3712 (((-663 (-1190)) $) 40 T ELT)) (-1814 (((-663 (-1190)) $) 41 T ELT)) (-1876 (((-1304) $ (-560)) 37 T ELT) (((-1304) $) 38 T ELT)) (-4417 (($ (-887) (-560)) 35 T ELT)) (-2539 (((-887) $) 49 T ELT) (($ (-887)) 32 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-407) (-13 (-1132) (-635 (-887)) (-10 -8 (-15 -4417 ($ (-887) (-560))) (-15 -1876 ((-1304) $ (-560))) (-15 -1876 ((-1304) $)) (-15 -1814 ((-663 (-1190)) $)) (-15 -3712 ((-663 (-1190)) $)) (-15 -2531 ($)) (-15 -4086 ((-663 (-1190)) $)) (-15 -1458 ((-663 (-1190)) $ (-663 (-1190)))) (-15 -3991 ((-663 (-1190)) $ (-663 (-1190)))) (-15 -3521 ((-663 (-1190)) $ (-663 (-1190))))))) (T -407))
-((-4417 (*1 *1 *2 *3) (-12 (-5 *2 (-887)) (-5 *3 (-560)) (-5 *1 (-407)))) (-1876 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-407)))) (-1876 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-407)))) (-1814 (*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407)))) (-3712 (*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407)))) (-2531 (*1 *1) (-5 *1 (-407))) (-4086 (*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407)))) (-1458 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407)))) (-3991 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407)))) (-3521 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407)))))
-(-13 (-1132) (-635 (-887)) (-10 -8 (-15 -4417 ($ (-887) (-560))) (-15 -1876 ((-1304) $ (-560))) (-15 -1876 ((-1304) $)) (-15 -1814 ((-663 (-1190)) $)) (-15 -3712 ((-663 (-1190)) $)) (-15 -2531 ($)) (-15 -4086 ((-663 (-1190)) $)) (-15 -1458 ((-663 (-1190)) $ (-663 (-1190)))) (-15 -3991 ((-663 (-1190)) $ (-663 (-1190)))) (-15 -3521 ((-663 (-1190)) $ (-663 (-1190))))))
-((-2539 (((-407) |#1|) 11 T ELT)))
-(((-408 |#1|) (-10 -7 (-15 -2539 ((-407) |#1|))) (-1132)) (T -408))
-((-2539 (*1 *2 *3) (-12 (-5 *2 (-407)) (-5 *1 (-408 *3)) (-4 *3 (-1132)))))
-(-10 -7 (-15 -2539 ((-407) |#1|)))
-((-3107 (((-663 (-1190)) (-663 (-1190))) 9 T ELT)) (-1679 (((-1304) (-402)) 26 T ELT)) (-3416 (((-1134) (-1208) (-663 (-1208)) (-1211) (-663 (-1208))) 59 T ELT) (((-1134) (-1208) (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208)))) (-663 (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208))))) (-663 (-1208)) (-1208)) 34 T ELT) (((-1134) (-1208) (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208)))) (-663 (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208))))) (-663 (-1208))) 33 T ELT)))
-(((-409) (-10 -7 (-15 -3416 ((-1134) (-1208) (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208)))) (-663 (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208))))) (-663 (-1208)))) (-15 -3416 ((-1134) (-1208) (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208)))) (-663 (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208))))) (-663 (-1208)) (-1208))) (-15 -3416 ((-1134) (-1208) (-663 (-1208)) (-1211) (-663 (-1208)))) (-15 -1679 ((-1304) (-402))) (-15 -3107 ((-663 (-1190)) (-663 (-1190)))))) (T -409))
-((-3107 (*1 *2 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-409)))) (-1679 (*1 *2 *3) (-12 (-5 *3 (-402)) (-5 *2 (-1304)) (-5 *1 (-409)))) (-3416 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-663 (-1208))) (-5 *5 (-1211)) (-5 *3 (-1208)) (-5 *2 (-1134)) (-5 *1 (-409)))) (-3416 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-663 (-663 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-663 (-3 (|:| |array| (-663 *3)) (|:| |scalar| (-1208))))) (-5 *6 (-663 (-1208))) (-5 *3 (-1208)) (-5 *2 (-1134)) (-5 *1 (-409)))) (-3416 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-663 (-663 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-663 (-3 (|:| |array| (-663 *3)) (|:| |scalar| (-1208))))) (-5 *6 (-663 (-1208))) (-5 *3 (-1208)) (-5 *2 (-1134)) (-5 *1 (-409)))))
-(-10 -7 (-15 -3416 ((-1134) (-1208) (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208)))) (-663 (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208))))) (-663 (-1208)))) (-15 -3416 ((-1134) (-1208) (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208)))) (-663 (-663 (-3 (|:| |array| (-663 (-1208))) (|:| |scalar| (-1208))))) (-663 (-1208)) (-1208))) (-15 -3416 ((-1134) (-1208) (-663 (-1208)) (-1211) (-663 (-1208)))) (-15 -1679 ((-1304) (-402))) (-15 -3107 ((-663 (-1190)) (-663 (-1190)))))
-((-1679 (((-1304) $) 7 T ELT)) (-2539 (((-887) $) 8 T ELT)))
+((-1939 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1191)) (-4 *1 (-403)))) (-3802 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1191)))) (-2187 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1191)))) (-1450 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1191)))) (-3812 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))) (-4108 (*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))) (-4446 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1191)) (-4 *1 (-403)))))
+(-13 (-1133) (-504 (-1191)) (-10 -8 (-15 -1939 ($ (-1191) (-1191) (-1191))) (-15 -3802 ((-1191) $)) (-15 -2187 ((-1191) $)) (-15 -1450 ((-1191) $)) (-15 -3812 ((-114) $)) (-15 -3743 ((-114) $)) (-15 -4108 ((-114) $)) (-15 -4446 ($ (-1191) (-1191) (-1191)))))
+(((-102) . T) ((-635 #0=(-1191)) . T) ((-632 (-888)) . T) ((-632 #0#) . T) ((-504 #0#) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-1794 (((-888) $) 64 T ELT)) (-4489 (($) NIL T CONST)) (-2768 (($ $ (-949)) NIL T ELT)) (-3676 (($ $ (-949)) NIL T ELT)) (-4092 (($ $ (-949)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($ (-793)) 38 T ELT)) (-2068 (((-793)) 18 T ELT)) (-3398 (((-888) $) 66 T ELT)) (-3923 (($ $ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3121 (($ $ $ $) NIL T ELT)) (-3260 (($ $ $) NIL T ELT)) (-2971 (($) 24 T CONST)) (-2478 (((-114) $ $) 41 T ELT)) (-2581 (($ $) 48 T ELT) (($ $ $) 50 T ELT)) (-2571 (($ $ $) 51 T ELT)) (** (($ $ (-949)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 52 T ELT) (($ $ |#3|) NIL T ELT) (($ |#3| $) 47 T ELT)))
+(((-404 |#1| |#2| |#3|) (-13 (-766 |#3|) (-10 -8 (-15 -2068 ((-793))) (-15 -3398 ((-888) $)) (-15 -1794 ((-888) $)) (-15 -3505 ($ (-793))))) (-793) (-793) (-175)) (T -404))
+((-2068 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-175)))) (-3398 (*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 (-793)) (-14 *4 (-793)) (-4 *5 (-175)))) (-1794 (*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 (-793)) (-14 *4 (-793)) (-4 *5 (-175)))) (-3505 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-175)))))
+(-13 (-766 |#3|) (-10 -8 (-15 -2068 ((-793))) (-15 -3398 ((-888) $)) (-15 -1794 ((-888) $)) (-15 -3505 ($ (-793)))))
+((-2132 (((-1191)) 12 T ELT)) (-2605 (((-1180 (-1191))) 30 T ELT)) (-2541 (((-1305) (-1191)) 27 T ELT) (((-1305) (-402)) 26 T ELT)) (-2553 (((-1305)) 28 T ELT)) (-1491 (((-1180 (-1191))) 29 T ELT)))
+(((-405) (-10 -7 (-15 -1491 ((-1180 (-1191)))) (-15 -2605 ((-1180 (-1191)))) (-15 -2553 ((-1305))) (-15 -2541 ((-1305) (-402))) (-15 -2541 ((-1305) (-1191))) (-15 -2132 ((-1191))))) (T -405))
+((-2132 (*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-405)))) (-2541 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-405)))) (-2541 (*1 *2 *3) (-12 (-5 *3 (-402)) (-5 *2 (-1305)) (-5 *1 (-405)))) (-2553 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-405)))) (-2605 (*1 *2) (-12 (-5 *2 (-1180 (-1191))) (-5 *1 (-405)))) (-1491 (*1 *2) (-12 (-5 *2 (-1180 (-1191))) (-5 *1 (-405)))))
+(-10 -7 (-15 -1491 ((-1180 (-1191)))) (-15 -2605 ((-1180 (-1191)))) (-15 -2553 ((-1305))) (-15 -2541 ((-1305) (-402))) (-15 -2541 ((-1305) (-1191))) (-15 -2132 ((-1191))))
+((-2918 (((-793) (-346 |#1| |#2| |#3| |#4|)) 16 T ELT)))
+(((-406 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2918 ((-793) (-346 |#1| |#2| |#3| |#4|)))) (-13 (-381) (-376)) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -406))
+((-2918 (*1 *2 *3) (-12 (-5 *3 (-346 *4 *5 *6 *7)) (-4 *4 (-13 (-381) (-376))) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-4 *7 (-355 *4 *5 *6)) (-5 *2 (-793)) (-5 *1 (-406 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2918 ((-793) (-346 |#1| |#2| |#3| |#4|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4434 (((-663 (-1191)) $ (-663 (-1191))) 42 T ELT)) (-3457 (((-663 (-1191)) $ (-663 (-1191))) 43 T ELT)) (-1943 (((-663 (-1191)) $ (-663 (-1191))) 44 T ELT)) (-4023 (((-663 (-1191)) $) 39 T ELT)) (-4446 (($) 30 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2626 (((-663 (-1191)) $) 40 T ELT)) (-1636 (((-663 (-1191)) $) 41 T ELT)) (-3420 (((-1305) $ (-560)) 37 T ELT) (((-1305) $) 38 T ELT)) (-1830 (($ (-888) (-560)) 35 T ELT)) (-3834 (((-888) $) 49 T ELT) (($ (-888)) 32 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-407) (-13 (-1133) (-635 (-888)) (-10 -8 (-15 -1830 ($ (-888) (-560))) (-15 -3420 ((-1305) $ (-560))) (-15 -3420 ((-1305) $)) (-15 -1636 ((-663 (-1191)) $)) (-15 -2626 ((-663 (-1191)) $)) (-15 -4446 ($)) (-15 -4023 ((-663 (-1191)) $)) (-15 -1943 ((-663 (-1191)) $ (-663 (-1191)))) (-15 -3457 ((-663 (-1191)) $ (-663 (-1191)))) (-15 -4434 ((-663 (-1191)) $ (-663 (-1191))))))) (T -407))
+((-1830 (*1 *1 *2 *3) (-12 (-5 *2 (-888)) (-5 *3 (-560)) (-5 *1 (-407)))) (-3420 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-407)))) (-3420 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-407)))) (-1636 (*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407)))) (-2626 (*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407)))) (-4446 (*1 *1) (-5 *1 (-407))) (-4023 (*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407)))) (-1943 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407)))) (-3457 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407)))) (-4434 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407)))))
+(-13 (-1133) (-635 (-888)) (-10 -8 (-15 -1830 ($ (-888) (-560))) (-15 -3420 ((-1305) $ (-560))) (-15 -3420 ((-1305) $)) (-15 -1636 ((-663 (-1191)) $)) (-15 -2626 ((-663 (-1191)) $)) (-15 -4446 ($)) (-15 -4023 ((-663 (-1191)) $)) (-15 -1943 ((-663 (-1191)) $ (-663 (-1191)))) (-15 -3457 ((-663 (-1191)) $ (-663 (-1191)))) (-15 -4434 ((-663 (-1191)) $ (-663 (-1191))))))
+((-3834 (((-407) |#1|) 11 T ELT)))
+(((-408 |#1|) (-10 -7 (-15 -3834 ((-407) |#1|))) (-1133)) (T -408))
+((-3834 (*1 *2 *3) (-12 (-5 *2 (-407)) (-5 *1 (-408 *3)) (-4 *3 (-1133)))))
+(-10 -7 (-15 -3834 ((-407) |#1|)))
+((-2394 (((-663 (-1191)) (-663 (-1191))) 9 T ELT)) (-2566 (((-1305) (-402)) 26 T ELT)) (-2946 (((-1135) (-1209) (-663 (-1209)) (-1212) (-663 (-1209))) 59 T ELT) (((-1135) (-1209) (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209)))) (-663 (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209))))) (-663 (-1209)) (-1209)) 34 T ELT) (((-1135) (-1209) (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209)))) (-663 (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209))))) (-663 (-1209))) 33 T ELT)))
+(((-409) (-10 -7 (-15 -2946 ((-1135) (-1209) (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209)))) (-663 (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209))))) (-663 (-1209)))) (-15 -2946 ((-1135) (-1209) (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209)))) (-663 (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209))))) (-663 (-1209)) (-1209))) (-15 -2946 ((-1135) (-1209) (-663 (-1209)) (-1212) (-663 (-1209)))) (-15 -2566 ((-1305) (-402))) (-15 -2394 ((-663 (-1191)) (-663 (-1191)))))) (T -409))
+((-2394 (*1 *2 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-409)))) (-2566 (*1 *2 *3) (-12 (-5 *3 (-402)) (-5 *2 (-1305)) (-5 *1 (-409)))) (-2946 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-663 (-1209))) (-5 *5 (-1212)) (-5 *3 (-1209)) (-5 *2 (-1135)) (-5 *1 (-409)))) (-2946 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-663 (-663 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-663 (-3 (|:| |array| (-663 *3)) (|:| |scalar| (-1209))))) (-5 *6 (-663 (-1209))) (-5 *3 (-1209)) (-5 *2 (-1135)) (-5 *1 (-409)))) (-2946 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-663 (-663 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-663 (-3 (|:| |array| (-663 *3)) (|:| |scalar| (-1209))))) (-5 *6 (-663 (-1209))) (-5 *3 (-1209)) (-5 *2 (-1135)) (-5 *1 (-409)))))
+(-10 -7 (-15 -2946 ((-1135) (-1209) (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209)))) (-663 (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209))))) (-663 (-1209)))) (-15 -2946 ((-1135) (-1209) (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209)))) (-663 (-663 (-3 (|:| |array| (-663 (-1209))) (|:| |scalar| (-1209))))) (-663 (-1209)) (-1209))) (-15 -2946 ((-1135) (-1209) (-663 (-1209)) (-1212) (-663 (-1209)))) (-15 -2566 ((-1305) (-402))) (-15 -2394 ((-663 (-1191)) (-663 (-1191)))))
+((-2566 (((-1305) $) 7 T ELT)) (-3834 (((-888) $) 8 T ELT)))
(((-410) (-142)) (T -410))
-((-1679 (*1 *2 *1) (-12 (-4 *1 (-410)) (-5 *2 (-1304)))))
-(-13 (-1248) (-632 (-887)) (-10 -8 (-15 -1679 ((-1304) $))))
-(((-632 (-887)) . T) ((-1248) . T))
-((-1442 (((-3 $ "failed") (-326 (-391))) 21 T ELT) (((-3 $ "failed") (-326 (-560))) 19 T ELT) (((-3 $ "failed") (-975 (-391))) 17 T ELT) (((-3 $ "failed") (-975 (-560))) 15 T ELT) (((-3 $ "failed") (-421 (-975 (-391)))) 13 T ELT) (((-3 $ "failed") (-421 (-975 (-560)))) 11 T ELT)) (-3056 (($ (-326 (-391))) 22 T ELT) (($ (-326 (-560))) 20 T ELT) (($ (-975 (-391))) 18 T ELT) (($ (-975 (-560))) 16 T ELT) (($ (-421 (-975 (-391)))) 14 T ELT) (($ (-421 (-975 (-560)))) 12 T ELT)) (-1679 (((-1304) $) 7 T ELT)) (-2539 (((-887) $) 8 T ELT) (($ (-663 (-342))) 25 T ELT) (($ (-342)) 24 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 23 T ELT)))
+((-2566 (*1 *2 *1) (-12 (-4 *1 (-410)) (-5 *2 (-1305)))))
+(-13 (-1249) (-632 (-888)) (-10 -8 (-15 -2566 ((-1305) $))))
+(((-632 (-888)) . T) ((-1249) . T))
+((-4142 (((-3 $ "failed") (-326 (-391))) 21 T ELT) (((-3 $ "failed") (-326 (-560))) 19 T ELT) (((-3 $ "failed") (-976 (-391))) 17 T ELT) (((-3 $ "failed") (-976 (-560))) 15 T ELT) (((-3 $ "failed") (-421 (-976 (-391)))) 13 T ELT) (((-3 $ "failed") (-421 (-976 (-560)))) 11 T ELT)) (-4072 (($ (-326 (-391))) 22 T ELT) (($ (-326 (-560))) 20 T ELT) (($ (-976 (-391))) 18 T ELT) (($ (-976 (-560))) 16 T ELT) (($ (-421 (-976 (-391)))) 14 T ELT) (($ (-421 (-976 (-560)))) 12 T ELT)) (-2566 (((-1305) $) 7 T ELT)) (-3834 (((-888) $) 8 T ELT) (($ (-663 (-342))) 25 T ELT) (($ (-342)) 24 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 23 T ELT)))
(((-411) (-142)) (T -411))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-411)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-411)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) (-4 *1 (-411)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-4 *1 (-411)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-391))) (-4 *1 (-411)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-4 *1 (-411)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-560))) (-4 *1 (-411)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-975 (-391))) (-4 *1 (-411)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-975 (-391))) (-4 *1 (-411)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-975 (-560))) (-4 *1 (-411)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-975 (-560))) (-4 *1 (-411)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-421 (-975 (-391)))) (-4 *1 (-411)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 (-975 (-391)))) (-4 *1 (-411)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-421 (-975 (-560)))) (-4 *1 (-411)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 (-975 (-560)))) (-4 *1 (-411)))))
-(-13 (-410) (-10 -8 (-15 -2539 ($ (-663 (-342)))) (-15 -2539 ($ (-342))) (-15 -2539 ($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))) (-15 -3056 ($ (-326 (-391)))) (-15 -1442 ((-3 $ "failed") (-326 (-391)))) (-15 -3056 ($ (-326 (-560)))) (-15 -1442 ((-3 $ "failed") (-326 (-560)))) (-15 -3056 ($ (-975 (-391)))) (-15 -1442 ((-3 $ "failed") (-975 (-391)))) (-15 -3056 ($ (-975 (-560)))) (-15 -1442 ((-3 $ "failed") (-975 (-560)))) (-15 -3056 ($ (-421 (-975 (-391))))) (-15 -1442 ((-3 $ "failed") (-421 (-975 (-391))))) (-15 -3056 ($ (-421 (-975 (-560))))) (-15 -1442 ((-3 $ "failed") (-421 (-975 (-560)))))))
-(((-632 (-887)) . T) ((-410) . T) ((-1248) . T))
-((-1679 (((-1304) $) 35 T ELT)) (-2539 (((-887) $) 97 T ELT) (($ (-342)) 99 T ELT) (($ (-663 (-342))) 98 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 96 T ELT) (($ (-326 (-723))) 52 T ELT) (($ (-326 (-721))) 72 T ELT) (($ (-326 (-716))) 85 T ELT) (($ (-305 (-326 (-723)))) 67 T ELT) (($ (-305 (-326 (-721)))) 80 T ELT) (($ (-305 (-326 (-716)))) 93 T ELT) (($ (-326 (-560))) 104 T ELT) (($ (-326 (-391))) 117 T ELT) (($ (-326 (-171 (-391)))) 130 T ELT) (($ (-305 (-326 (-560)))) 112 T ELT) (($ (-305 (-326 (-391)))) 125 T ELT) (($ (-305 (-326 (-171 (-391))))) 138 T ELT)))
-(((-412 |#1| |#2| |#3| |#4|) (-13 (-410) (-10 -8 (-15 -2539 ($ (-342))) (-15 -2539 ($ (-663 (-342)))) (-15 -2539 ($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))) (-15 -2539 ($ (-326 (-723)))) (-15 -2539 ($ (-326 (-721)))) (-15 -2539 ($ (-326 (-716)))) (-15 -2539 ($ (-305 (-326 (-723))))) (-15 -2539 ($ (-305 (-326 (-721))))) (-15 -2539 ($ (-305 (-326 (-716))))) (-15 -2539 ($ (-326 (-560)))) (-15 -2539 ($ (-326 (-391)))) (-15 -2539 ($ (-326 (-171 (-391))))) (-15 -2539 ($ (-305 (-326 (-560))))) (-15 -2539 ($ (-305 (-326 (-391))))) (-15 -2539 ($ (-305 (-326 (-171 (-391)))))))) (-1208) (-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-663 (-1208)) (-1212)) (T -412))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-342)) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-326 (-723))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-326 (-721))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-326 (-716))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-723)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-721)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-716)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-391)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-560)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-391)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-171 (-391))))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-14 *5 (-663 (-1208))) (-14 *6 (-1212)))))
-(-13 (-410) (-10 -8 (-15 -2539 ($ (-342))) (-15 -2539 ($ (-663 (-342)))) (-15 -2539 ($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))) (-15 -2539 ($ (-326 (-723)))) (-15 -2539 ($ (-326 (-721)))) (-15 -2539 ($ (-326 (-716)))) (-15 -2539 ($ (-305 (-326 (-723))))) (-15 -2539 ($ (-305 (-326 (-721))))) (-15 -2539 ($ (-305 (-326 (-716))))) (-15 -2539 ($ (-326 (-560)))) (-15 -2539 ($ (-326 (-391)))) (-15 -2539 ($ (-326 (-171 (-391))))) (-15 -2539 ($ (-305 (-326 (-560))))) (-15 -2539 ($ (-305 (-326 (-391))))) (-15 -2539 ($ (-305 (-326 (-171 (-391))))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3783 ((|#2| $) 38 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3877 (($ (-421 |#2|)) 93 T ELT)) (-4464 (((-663 (-2 (|:| -3881 (-793)) (|:| -2188 |#2|) (|:| |num| |#2|))) $) 39 T ELT)) (-2457 (($ $ (-793)) 36 T ELT) (($ $) 34 T ELT)) (-4417 (((-421 |#2|) $) 49 T ELT)) (-2548 (($ (-663 (-2 (|:| -3881 (-793)) (|:| -2188 |#2|) (|:| |num| |#2|)))) 33 T ELT)) (-2539 (((-887) $) 131 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4324 (($ $ (-793)) 37 T ELT) (($ $) 35 T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2413 (($ |#2| $) 41 T ELT)))
-(((-413 |#1| |#2|) (-13 (-1132) (-239) (-633 (-421 |#2|)) (-10 -8 (-15 -2413 ($ |#2| $)) (-15 -3877 ($ (-421 |#2|))) (-15 -3783 (|#2| $)) (-15 -4464 ((-663 (-2 (|:| -3881 (-793)) (|:| -2188 |#2|) (|:| |num| |#2|))) $)) (-15 -2548 ($ (-663 (-2 (|:| -3881 (-793)) (|:| -2188 |#2|) (|:| |num| |#2|))))))) (-13 (-376) (-149)) (-1274 |#1|)) (T -413))
-((-2413 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *2)) (-4 *2 (-1274 *3)))) (-3877 (*1 *1 *2) (-12 (-5 *2 (-421 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *4)))) (-3783 (*1 *2 *1) (-12 (-4 *2 (-1274 *3)) (-5 *1 (-413 *3 *2)) (-4 *3 (-13 (-376) (-149))))) (-4464 (*1 *2 *1) (-12 (-4 *3 (-13 (-376) (-149))) (-5 *2 (-663 (-2 (|:| -3881 (-793)) (|:| -2188 *4) (|:| |num| *4)))) (-5 *1 (-413 *3 *4)) (-4 *4 (-1274 *3)))) (-2548 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -3881 (-793)) (|:| -2188 *4) (|:| |num| *4)))) (-4 *4 (-1274 *3)) (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *4)))))
-(-13 (-1132) (-239) (-633 (-421 |#2|)) (-10 -8 (-15 -2413 ($ |#2| $)) (-15 -3877 ($ (-421 |#2|))) (-15 -3783 (|#2| $)) (-15 -4464 ((-663 (-2 (|:| -3881 (-793)) (|:| -2188 |#2|) (|:| |num| |#2|))) $)) (-15 -2548 ($ (-663 (-2 (|:| -3881 (-793)) (|:| -2188 |#2|) (|:| |num| |#2|)))))))
-((-2294 (((-114) $ $) 10 (-2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 16 (|has| |#1| (-911 (-391))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 15 (|has| |#1| (-911 (-560))) ELT)) (-3049 (((-1190) $) 14 (-2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ELT)) (-3139 (((-1151) $) 13 (-2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ELT)) (-2539 (((-887) $) 12 (-2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ELT)) (-3860 (((-114) $ $) 11 (-2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ELT)) (-2329 (((-114) $ $) 9 (-2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ELT)))
-(((-414 |#1|) (-142) (-1248)) (T -414))
-NIL
-(-13 (-1248) (-10 -7 (IF (|has| |t#1| (-911 (-560))) (-6 (-911 (-560))) |%noBranch|) (IF (|has| |t#1| (-911 (-391))) (-6 (-911 (-391))) |%noBranch|)))
-(((-102) -2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ((-632 (-887)) -2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ((-911 (-391)) |has| |#1| (-911 (-391))) ((-911 (-560)) |has| |#1| (-911 (-560))) ((-1132) -2191 (|has| |#1| (-911 (-560))) (|has| |#1| (-911 (-391)))) ((-1248) . T))
-((-1497 (($ $) 10 T ELT) (($ $ (-793)) 12 T ELT)))
-(((-415 |#1|) (-10 -8 (-15 -1497 (|#1| |#1| (-793))) (-15 -1497 (|#1| |#1|))) (-416)) (T -415))
-NIL
-(-10 -8 (-15 -1497 (|#1| |#1| (-793))) (-15 -1497 (|#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-3366 (($) 22 T CONST)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1497 (($ $) 94 T ELT) (($ $ (-793)) 93 T ELT)) (-1510 (((-114) $) 86 T ELT)) (-2252 (((-854 (-948)) $) 96 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-2424 (((-3 (-793) "failed") $ $) 95 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT)) (-3187 (((-713 $) $) 97 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 80 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-411)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-411)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) (-4 *1 (-411)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-4 *1 (-411)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-391))) (-4 *1 (-411)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-4 *1 (-411)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-560))) (-4 *1 (-411)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-976 (-391))) (-4 *1 (-411)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-976 (-391))) (-4 *1 (-411)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-976 (-560))) (-4 *1 (-411)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-976 (-560))) (-4 *1 (-411)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-421 (-976 (-391)))) (-4 *1 (-411)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 (-976 (-391)))) (-4 *1 (-411)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-421 (-976 (-560)))) (-4 *1 (-411)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 (-976 (-560)))) (-4 *1 (-411)))))
+(-13 (-410) (-10 -8 (-15 -3834 ($ (-663 (-342)))) (-15 -3834 ($ (-342))) (-15 -3834 ($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))) (-15 -4072 ($ (-326 (-391)))) (-15 -4142 ((-3 $ "failed") (-326 (-391)))) (-15 -4072 ($ (-326 (-560)))) (-15 -4142 ((-3 $ "failed") (-326 (-560)))) (-15 -4072 ($ (-976 (-391)))) (-15 -4142 ((-3 $ "failed") (-976 (-391)))) (-15 -4072 ($ (-976 (-560)))) (-15 -4142 ((-3 $ "failed") (-976 (-560)))) (-15 -4072 ($ (-421 (-976 (-391))))) (-15 -4142 ((-3 $ "failed") (-421 (-976 (-391))))) (-15 -4072 ($ (-421 (-976 (-560))))) (-15 -4142 ((-3 $ "failed") (-421 (-976 (-560)))))))
+(((-632 (-888)) . T) ((-410) . T) ((-1249) . T))
+((-2566 (((-1305) $) 35 T ELT)) (-3834 (((-888) $) 97 T ELT) (($ (-342)) 99 T ELT) (($ (-663 (-342))) 98 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 96 T ELT) (($ (-326 (-723))) 52 T ELT) (($ (-326 (-721))) 72 T ELT) (($ (-326 (-716))) 85 T ELT) (($ (-305 (-326 (-723)))) 67 T ELT) (($ (-305 (-326 (-721)))) 80 T ELT) (($ (-305 (-326 (-716)))) 93 T ELT) (($ (-326 (-560))) 104 T ELT) (($ (-326 (-391))) 117 T ELT) (($ (-326 (-171 (-391)))) 130 T ELT) (($ (-305 (-326 (-560)))) 112 T ELT) (($ (-305 (-326 (-391)))) 125 T ELT) (($ (-305 (-326 (-171 (-391))))) 138 T ELT)))
+(((-412 |#1| |#2| |#3| |#4|) (-13 (-410) (-10 -8 (-15 -3834 ($ (-342))) (-15 -3834 ($ (-663 (-342)))) (-15 -3834 ($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))) (-15 -3834 ($ (-326 (-723)))) (-15 -3834 ($ (-326 (-721)))) (-15 -3834 ($ (-326 (-716)))) (-15 -3834 ($ (-305 (-326 (-723))))) (-15 -3834 ($ (-305 (-326 (-721))))) (-15 -3834 ($ (-305 (-326 (-716))))) (-15 -3834 ($ (-326 (-560)))) (-15 -3834 ($ (-326 (-391)))) (-15 -3834 ($ (-326 (-171 (-391))))) (-15 -3834 ($ (-305 (-326 (-560))))) (-15 -3834 ($ (-305 (-326 (-391))))) (-15 -3834 ($ (-305 (-326 (-171 (-391)))))))) (-1209) (-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-663 (-1209)) (-1213)) (T -412))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-342)) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-326 (-723))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-326 (-721))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-326 (-716))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-723)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-721)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-716)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-391)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-560)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-391)))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-305 (-326 (-171 (-391))))) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-14 *5 (-663 (-1209))) (-14 *6 (-1213)))))
+(-13 (-410) (-10 -8 (-15 -3834 ($ (-342))) (-15 -3834 ($ (-663 (-342)))) (-15 -3834 ($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))) (-15 -3834 ($ (-326 (-723)))) (-15 -3834 ($ (-326 (-721)))) (-15 -3834 ($ (-326 (-716)))) (-15 -3834 ($ (-305 (-326 (-723))))) (-15 -3834 ($ (-305 (-326 (-721))))) (-15 -3834 ($ (-305 (-326 (-716))))) (-15 -3834 ($ (-326 (-560)))) (-15 -3834 ($ (-326 (-391)))) (-15 -3834 ($ (-326 (-171 (-391))))) (-15 -3834 ($ (-305 (-326 (-560))))) (-15 -3834 ($ (-305 (-326 (-391))))) (-15 -3834 ($ (-305 (-326 (-171 (-391))))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3556 ((|#2| $) 38 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3710 (($ (-421 |#2|)) 93 T ELT)) (-2444 (((-663 (-2 (|:| -2909 (-793)) (|:| -3236 |#2|) (|:| |num| |#2|))) $) 39 T ELT)) (-2703 (($ $ (-793)) 36 T ELT) (($ $) 34 T ELT)) (-1830 (((-421 |#2|) $) 49 T ELT)) (-3845 (($ (-663 (-2 (|:| -2909 (-793)) (|:| -3236 |#2|) (|:| |num| |#2|)))) 33 T ELT)) (-3834 (((-888) $) 131 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3095 (($ $ (-793)) 37 T ELT) (($ $) 35 T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2571 (($ |#2| $) 41 T ELT)))
+(((-413 |#1| |#2|) (-13 (-1133) (-239) (-633 (-421 |#2|)) (-10 -8 (-15 -2571 ($ |#2| $)) (-15 -3710 ($ (-421 |#2|))) (-15 -3556 (|#2| $)) (-15 -2444 ((-663 (-2 (|:| -2909 (-793)) (|:| -3236 |#2|) (|:| |num| |#2|))) $)) (-15 -3845 ($ (-663 (-2 (|:| -2909 (-793)) (|:| -3236 |#2|) (|:| |num| |#2|))))))) (-13 (-376) (-149)) (-1275 |#1|)) (T -413))
+((-2571 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *2)) (-4 *2 (-1275 *3)))) (-3710 (*1 *1 *2) (-12 (-5 *2 (-421 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *4)))) (-3556 (*1 *2 *1) (-12 (-4 *2 (-1275 *3)) (-5 *1 (-413 *3 *2)) (-4 *3 (-13 (-376) (-149))))) (-2444 (*1 *2 *1) (-12 (-4 *3 (-13 (-376) (-149))) (-5 *2 (-663 (-2 (|:| -2909 (-793)) (|:| -3236 *4) (|:| |num| *4)))) (-5 *1 (-413 *3 *4)) (-4 *4 (-1275 *3)))) (-3845 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -2909 (-793)) (|:| -3236 *4) (|:| |num| *4)))) (-4 *4 (-1275 *3)) (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *4)))))
+(-13 (-1133) (-239) (-633 (-421 |#2|)) (-10 -8 (-15 -2571 ($ |#2| $)) (-15 -3710 ($ (-421 |#2|))) (-15 -3556 (|#2| $)) (-15 -2444 ((-663 (-2 (|:| -2909 (-793)) (|:| -3236 |#2|) (|:| |num| |#2|))) $)) (-15 -3845 ($ (-663 (-2 (|:| -2909 (-793)) (|:| -3236 |#2|) (|:| |num| |#2|)))))))
+((-3808 (((-114) $ $) 10 (-2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 16 (|has| |#1| (-912 (-391))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 15 (|has| |#1| (-912 (-560))) ELT)) (-2128 (((-1191) $) 14 (-2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ELT)) (-1473 (((-1152) $) 13 (-2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ELT)) (-3834 (((-888) $) 12 (-2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ELT)) (-1519 (((-114) $ $) 11 (-2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ELT)) (-2478 (((-114) $ $) 9 (-2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ELT)))
+(((-414 |#1|) (-142) (-1249)) (T -414))
+NIL
+(-13 (-1249) (-10 -7 (IF (|has| |t#1| (-912 (-560))) (-6 (-912 (-560))) |%noBranch|) (IF (|has| |t#1| (-912 (-391))) (-6 (-912 (-391))) |%noBranch|)))
+(((-102) -2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ((-632 (-888)) -2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ((-912 (-391)) |has| |#1| (-912 (-391))) ((-912 (-560)) |has| |#1| (-912 (-560))) ((-1133) -2309 (|has| |#1| (-912 (-560))) (|has| |#1| (-912 (-391)))) ((-1249) . T))
+((-1789 (($ $) 10 T ELT) (($ $ (-793)) 12 T ELT)))
+(((-415 |#1|) (-10 -8 (-15 -1789 (|#1| |#1| (-793))) (-15 -1789 (|#1| |#1|))) (-416)) (T -415))
+NIL
+(-10 -8 (-15 -1789 (|#1| |#1| (-793))) (-15 -1789 (|#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-4489 (($) 22 T CONST)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-1789 (($ $) 94 T ELT) (($ $ (-793)) 93 T ELT)) (-2072 (((-114) $) 86 T ELT)) (-2918 (((-856 (-949)) $) 96 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-2104 (((-3 (-793) "failed") $ $) 95 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT)) (-1633 (((-713 $) $) 97 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 80 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
(((-416) (-142)) (T -416))
-((-2252 (*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-854 (-948))))) (-2424 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-416)) (-5 *2 (-793)))) (-1497 (*1 *1 *1) (-4 *1 (-416))) (-1497 (*1 *1 *1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-793)))))
-(-13 (-376) (-147) (-10 -8 (-15 -2252 ((-854 (-948)) $)) (-15 -2424 ((-3 (-793) "failed") $ $)) (-15 -1497 ($ $)) (-15 -1497 ($ $ (-793)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-147) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-950) . T) ((-1082 #0#) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T))
-((-3251 (($ (-560) (-560)) 11 T ELT) (($ (-560) (-560) (-948)) NIL T ELT)) (-3035 (((-948)) 19 T ELT) (((-948) (-948)) NIL T ELT)))
-(((-417 |#1|) (-10 -8 (-15 -3035 ((-948) (-948))) (-15 -3035 ((-948))) (-15 -3251 (|#1| (-560) (-560) (-948))) (-15 -3251 (|#1| (-560) (-560)))) (-418)) (T -417))
-((-3035 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-417 *3)) (-4 *3 (-418)))) (-3035 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-417 *3)) (-4 *3 (-418)))))
-(-10 -8 (-15 -3035 ((-948) (-948))) (-15 -3035 ((-948))) (-15 -3251 (|#1| (-560) (-560) (-948))) (-15 -3251 (|#1| (-560) (-560))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3431 (((-560) $) 105 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-4001 (($ $) 103 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3401 (($ $) 113 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-2551 (((-560) $) 130 T ELT)) (-3366 (($) 22 T CONST)) (-3999 (($ $) 102 T ELT)) (-1442 (((-3 (-560) "failed") $) 118 T ELT) (((-3 (-421 (-560)) "failed") $) 115 T ELT)) (-3056 (((-560) $) 119 T ELT) (((-421 (-560)) $) 116 T ELT)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1510 (((-114) $) 86 T ELT)) (-4176 (((-948)) 146 T ELT) (((-948) (-948)) 143 (|has| $ (-6 -4500)) ELT)) (-1957 (((-114) $) 128 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 109 T ELT)) (-2252 (((-560) $) 152 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 112 T ELT)) (-3138 (($ $) 108 T ELT)) (-2699 (((-114) $) 129 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2006 (($ $ $) 122 T ELT) (($) 140 (-12 (-1372 (|has| $ (-6 -4500))) (-1372 (|has| $ (-6 -4492)))) ELT)) (-2718 (($ $ $) 123 T ELT) (($) 139 (-12 (-1372 (|has| $ (-6 -4500))) (-1372 (|has| $ (-6 -4492)))) ELT)) (-2250 (((-560) $) 149 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-4027 (((-948) (-560)) 142 (|has| $ (-6 -4500)) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-1956 (($ $) 104 T ELT)) (-1654 (($ $) 106 T ELT)) (-3251 (($ (-560) (-560)) 154 T ELT) (($ (-560) (-560) (-948)) 153 T ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3881 (((-560) $) 150 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-3035 (((-948)) 147 T ELT) (((-948) (-948)) 144 (|has| $ (-6 -4500)) ELT)) (-2701 (((-948) (-560)) 141 (|has| $ (-6 -4500)) ELT)) (-4417 (((-391) $) 121 T ELT) (((-229) $) 120 T ELT) (((-915 (-391)) $) 110 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ (-560)) 117 T ELT) (($ (-421 (-560))) 114 T ELT)) (-3418 (((-793)) 37 T CONST)) (-4473 (($ $) 107 T ELT)) (-3697 (((-948)) 148 T ELT) (((-948) (-948)) 145 (|has| $ (-6 -4500)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2995 (((-948)) 151 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-2407 (($ $) 131 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2383 (((-114) $ $) 124 T ELT)) (-2360 (((-114) $ $) 126 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 125 T ELT)) (-2349 (((-114) $ $) 127 T ELT)) (-2436 (($ $ $) 80 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT) (($ $ (-421 (-560))) 111 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
+((-2918 (*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-856 (-949))))) (-2104 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-416)) (-5 *2 (-793)))) (-1789 (*1 *1 *1) (-4 *1 (-416))) (-1789 (*1 *1 *1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-793)))))
+(-13 (-376) (-147) (-10 -8 (-15 -2918 ((-856 (-949)) $)) (-15 -2104 ((-3 (-793) "failed") $ $)) (-15 -1789 ($ $)) (-15 -1789 ($ $ (-793)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-147) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-951) . T) ((-1083 #0#) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T))
+((-2692 (($ (-560) (-560)) 11 T ELT) (($ (-560) (-560) (-949)) NIL T ELT)) (-3350 (((-949)) 19 T ELT) (((-949) (-949)) NIL T ELT)))
+(((-417 |#1|) (-10 -8 (-15 -3350 ((-949) (-949))) (-15 -3350 ((-949))) (-15 -2692 (|#1| (-560) (-560) (-949))) (-15 -2692 (|#1| (-560) (-560)))) (-418)) (T -417))
+((-3350 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-417 *3)) (-4 *3 (-418)))) (-3350 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-417 *3)) (-4 *3 (-418)))))
+(-10 -8 (-15 -3350 ((-949) (-949))) (-15 -3350 ((-949))) (-15 -2692 (|#1| (-560) (-560) (-949))) (-15 -2692 (|#1| (-560) (-560))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1573 (((-560) $) 105 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1852 (($ $) 103 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-2563 (($ $) 113 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-2824 (((-560) $) 130 T ELT)) (-4489 (($) 22 T CONST)) (-2942 (($ $) 102 T ELT)) (-4142 (((-3 (-560) "failed") $) 118 T ELT) (((-3 (-421 (-560)) "failed") $) 115 T ELT)) (-4072 (((-560) $) 119 T ELT) (((-421 (-560)) $) 116 T ELT)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-2072 (((-114) $) 86 T ELT)) (-3668 (((-949)) 146 T ELT) (((-949) (-949)) 143 (|has| $ (-6 -4501)) ELT)) (-1366 (((-114) $) 128 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 109 T ELT)) (-2918 (((-560) $) 152 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 112 T ELT)) (-2480 (($ $) 108 T ELT)) (-1501 (((-114) $) 129 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-1622 (($ $ $) 122 T ELT) (($) 140 (-12 (-2912 (|has| $ (-6 -4501))) (-2912 (|has| $ (-6 -4493)))) ELT)) (-3934 (($ $ $) 123 T ELT) (($) 139 (-12 (-2912 (|has| $ (-6 -4501))) (-2912 (|has| $ (-6 -4493)))) ELT)) (-3919 (((-560) $) 149 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-1893 (((-949) (-560)) 142 (|has| $ (-6 -4501)) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2568 (($ $) 104 T ELT)) (-1770 (($ $) 106 T ELT)) (-2692 (($ (-560) (-560)) 154 T ELT) (($ (-560) (-560) (-949)) 153 T ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-2909 (((-560) $) 150 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-3350 (((-949)) 147 T ELT) (((-949) (-949)) 144 (|has| $ (-6 -4501)) ELT)) (-1595 (((-949) (-560)) 141 (|has| $ (-6 -4501)) ELT)) (-1830 (((-391) $) 121 T ELT) (((-229) $) 120 T ELT) (((-916 (-391)) $) 110 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ (-560)) 117 T ELT) (($ (-421 (-560))) 114 T ELT)) (-3103 (((-793)) 37 T CONST)) (-3887 (($ $) 107 T ELT)) (-2036 (((-949)) 148 T ELT) (((-949) (-949)) 145 (|has| $ (-6 -4501)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3318 (((-949)) 151 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-1958 (($ $) 131 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2537 (((-114) $ $) 124 T ELT)) (-2510 (((-114) $ $) 126 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 125 T ELT)) (-2499 (((-114) $ $) 127 T ELT)) (-2594 (($ $ $) 80 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT) (($ $ (-421 (-560))) 111 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
(((-418) (-142)) (T -418))
-((-3251 (*1 *1 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-418)))) (-3251 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-948)) (-4 *1 (-418)))) (-2252 (*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560)))) (-2995 (*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-948)))) (-3881 (*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560)))) (-2250 (*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560)))) (-3697 (*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-948)))) (-3035 (*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-948)))) (-4176 (*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-948)))) (-3697 (*1 *2 *2) (-12 (-5 *2 (-948)) (|has| *1 (-6 -4500)) (-4 *1 (-418)))) (-3035 (*1 *2 *2) (-12 (-5 *2 (-948)) (|has| *1 (-6 -4500)) (-4 *1 (-418)))) (-4176 (*1 *2 *2) (-12 (-5 *2 (-948)) (|has| *1 (-6 -4500)) (-4 *1 (-418)))) (-4027 (*1 *2 *3) (-12 (-5 *3 (-560)) (|has| *1 (-6 -4500)) (-4 *1 (-418)) (-5 *2 (-948)))) (-2701 (*1 *2 *3) (-12 (-5 *3 (-560)) (|has| *1 (-6 -4500)) (-4 *1 (-418)) (-5 *2 (-948)))) (-2006 (*1 *1) (-12 (-4 *1 (-418)) (-1372 (|has| *1 (-6 -4500))) (-1372 (|has| *1 (-6 -4492))))) (-2718 (*1 *1) (-12 (-4 *1 (-418)) (-1372 (|has| *1 (-6 -4500))) (-1372 (|has| *1 (-6 -4492))))))
-(-13 (-1091) (-10 -8 (-6 -2941) (-15 -3251 ($ (-560) (-560))) (-15 -3251 ($ (-560) (-560) (-948))) (-15 -2252 ((-560) $)) (-15 -2995 ((-948))) (-15 -3881 ((-560) $)) (-15 -2250 ((-560) $)) (-15 -3697 ((-948))) (-15 -3035 ((-948))) (-15 -4176 ((-948))) (IF (|has| $ (-6 -4500)) (PROGN (-15 -3697 ((-948) (-948))) (-15 -3035 ((-948) (-948))) (-15 -4176 ((-948) (-948))) (-15 -4027 ((-948) (-560))) (-15 -2701 ((-948) (-560)))) |%noBranch|) (IF (|has| $ (-6 -4492)) |%noBranch| (IF (|has| $ (-6 -4500)) |%noBranch| (PROGN (-15 -2006 ($)) (-15 -2718 ($)))))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-633 (-229)) . T) ((-633 (-391)) . T) ((-633 (-915 (-391))) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-813) . T) ((-814) . T) ((-816) . T) ((-819) . T) ((-870) . T) ((-871) . T) ((-874) . T) ((-911 (-391)) . T) ((-950) . T) ((-1033) . T) ((-1051) . T) ((-1091) . T) ((-1069 (-421 (-560))) . T) ((-1069 (-560)) . T) ((-1082 #0#) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 60 T ELT)) (-2601 (($ $) 78 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 192 T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) 48 T ELT)) (-4206 ((|#1| $) 16 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| |#1| (-1253)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-1253)) ELT)) (-2467 (($ |#1| (-560)) 42 T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 149 T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 74 T ELT)) (-4310 (((-3 $ "failed") $) 165 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 85 (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) 81 (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) 92 (|has| |#1| (-559)) ELT)) (-4436 (($ |#1| (-560)) 44 T ELT)) (-1510 (((-114) $) 212 (|has| |#1| (-1253)) ELT)) (-1871 (((-114) $) 62 T ELT)) (-4466 (((-793) $) 51 T ELT)) (-3462 (((-3 "nil" "sqfr" "irred" "prime") $ (-560)) 176 T ELT)) (-2888 ((|#1| $ (-560)) 175 T ELT)) (-4188 (((-560) $ (-560)) 174 T ELT)) (-4120 (($ |#1| (-560)) 41 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 184 T ELT)) (-3887 (($ |#1| (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560))))) 79 T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1625 (($ |#1| (-560)) 43 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) 193 (|has| |#1| (-466)) ELT)) (-2369 (($ |#1| (-560) (-3 "nil" "sqfr" "irred" "prime")) 40 T ELT)) (-3980 (((-663 (-2 (|:| -3388 |#1|) (|:| -3881 (-560)))) $) 73 T ELT)) (-3102 (((-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))) $) 12 T ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-1253)) ELT)) (-2283 (((-3 $ "failed") $ $) 177 T ELT)) (-3881 (((-560) $) 168 T ELT)) (-3563 ((|#1| $) 75 T ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 101 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) 107 (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) $) NIL (|has| |#1| (-528 (-1208) $)) ELT) (($ $ (-663 (-1208)) (-663 $)) 108 (|has| |#1| (-528 (-1208) $)) ELT) (($ $ (-663 (-305 $))) 104 (|has| |#1| (-321 $)) ELT) (($ $ (-305 $)) NIL (|has| |#1| (-321 $)) ELT) (($ $ $ $) NIL (|has| |#1| (-321 $)) ELT) (($ $ (-663 $) (-663 $)) NIL (|has| |#1| (-321 $)) ELT)) (-1495 (($ $ |#1|) 93 (|has| |#1| (-298 |#1| |#1|)) ELT) (($ $ $) 94 (|has| |#1| (-298 $ $)) ELT)) (-2457 (($ $ (-1 |#1| |#1|)) 183 T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-4417 (((-549) $) 39 (|has| |#1| (-633 (-549))) ELT) (((-391) $) 114 (|has| |#1| (-1051)) ELT) (((-229) $) 120 (|has| |#1| (-1051)) ELT)) (-2539 (((-887) $) 147 T ELT) (($ (-560)) 65 T ELT) (($ $) NIL T ELT) (($ |#1|) 64 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT)) (-3418 (((-793)) 67 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) 53 T CONST)) (-1439 (($) 52 T CONST)) (-4324 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) 160 T ELT)) (-2426 (($ $) 162 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 181 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 126 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 69 T ELT) (($ $ $) 68 T ELT) (($ |#1| $) 70 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-419 |#1|) (-13 (-571) (-234 |#1|) (-38 |#1|) (-351 |#1|) (-426 |#1|) (-10 -8 (-15 -3563 (|#1| $)) (-15 -3881 ((-560) $)) (-15 -3887 ($ |#1| (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))))) (-15 -3102 ((-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))) $)) (-15 -4120 ($ |#1| (-560))) (-15 -3980 ((-663 (-2 (|:| -3388 |#1|) (|:| -3881 (-560)))) $)) (-15 -1625 ($ |#1| (-560))) (-15 -4188 ((-560) $ (-560))) (-15 -2888 (|#1| $ (-560))) (-15 -3462 ((-3 "nil" "sqfr" "irred" "prime") $ (-560))) (-15 -4466 ((-793) $)) (-15 -4436 ($ |#1| (-560))) (-15 -2467 ($ |#1| (-560))) (-15 -2369 ($ |#1| (-560) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -4206 (|#1| $)) (-15 -2601 ($ $)) (-15 -2067 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-466)) (-6 (-466)) |%noBranch|) (IF (|has| |#1| (-1051)) (-6 (-1051)) |%noBranch|) (IF (|has| |#1| (-1253)) (-6 (-1253)) |%noBranch|) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-298 $ $)) (-6 (-298 $ $)) |%noBranch|) (IF (|has| |#1| (-321 $)) (-6 (-321 $)) |%noBranch|) (IF (|has| |#1| (-528 (-1208) $)) (-6 (-528 (-1208) $)) |%noBranch|))) (-571)) (T -419))
-((-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-571)) (-5 *1 (-419 *3)))) (-3563 (*1 *2 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-3881 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-3887 (*1 *1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-560))))) (-4 *2 (-571)) (-5 *1 (-419 *2)))) (-3102 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-560))))) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-4120 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-3980 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| -3388 *3) (|:| -3881 (-560))))) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-1625 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-4188 (*1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-2888 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-3462 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-419 *4)) (-4 *4 (-571)))) (-4466 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-4436 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2467 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2369 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-560)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-4206 (*1 *2 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2601 (*1 *1 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2221 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-419 *3)) (-4 *3 (-559)) (-4 *3 (-571)))) (-2530 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-419 *3)) (-4 *3 (-559)) (-4 *3 (-571)))) (-4330 (*1 *2 *1) (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-419 *3)) (-4 *3 (-559)) (-4 *3 (-571)))))
-(-13 (-571) (-234 |#1|) (-38 |#1|) (-351 |#1|) (-426 |#1|) (-10 -8 (-15 -3563 (|#1| $)) (-15 -3881 ((-560) $)) (-15 -3887 ($ |#1| (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))))) (-15 -3102 ((-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))) $)) (-15 -4120 ($ |#1| (-560))) (-15 -3980 ((-663 (-2 (|:| -3388 |#1|) (|:| -3881 (-560)))) $)) (-15 -1625 ($ |#1| (-560))) (-15 -4188 ((-560) $ (-560))) (-15 -2888 (|#1| $ (-560))) (-15 -3462 ((-3 "nil" "sqfr" "irred" "prime") $ (-560))) (-15 -4466 ((-793) $)) (-15 -4436 ($ |#1| (-560))) (-15 -2467 ($ |#1| (-560))) (-15 -2369 ($ |#1| (-560) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -4206 (|#1| $)) (-15 -2601 ($ $)) (-15 -2067 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-466)) (-6 (-466)) |%noBranch|) (IF (|has| |#1| (-1051)) (-6 (-1051)) |%noBranch|) (IF (|has| |#1| (-1253)) (-6 (-1253)) |%noBranch|) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-298 $ $)) (-6 (-298 $ $)) |%noBranch|) (IF (|has| |#1| (-321 $)) (-6 (-321 $)) |%noBranch|) (IF (|has| |#1| (-528 (-1208) $)) (-6 (-528 (-1208) $)) |%noBranch|)))
-((-2067 (((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|)) 20 T ELT)))
-(((-420 |#1| |#2|) (-10 -7 (-15 -2067 ((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|)))) (-571) (-571)) (T -420))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-419 *5)) (-4 *5 (-571)) (-4 *6 (-571)) (-5 *2 (-419 *6)) (-5 *1 (-420 *5 *6)))))
-(-10 -7 (-15 -2067 ((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 13 T ELT)) (-3431 ((|#1| $) 21 (|has| |#1| (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| |#1| (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) 17 T ELT) (((-3 (-1208) "failed") $) NIL (|has| |#1| (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) 72 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT)) (-3056 ((|#1| $) 15 T ELT) (((-1208) $) NIL (|has| |#1| (-1069 (-1208))) ELT) (((-421 (-560)) $) 69 (|has| |#1| (-1069 (-560))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) 51 T ELT)) (-3362 (($) NIL (|has| |#1| (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| |#1| (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| |#1| (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| |#1| (-911 (-391))) ELT)) (-1871 (((-114) $) 57 T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 ((|#1| $) 73 T ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| |#1| (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| |#1| (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 100 T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| |#1| (-319)) ELT)) (-1654 ((|#1| $) 28 (|has| |#1| (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 153 (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 146 (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ |#1|) NIL (|has| |#1| (-298 |#1| |#1|)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 |#1| |#1|)) 64 T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 ((|#1| $) 75 T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| |#1| (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| |#1| (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT) (((-391) $) NIL (|has| |#1| (-1051)) ELT) (((-229) $) NIL (|has| |#1| (-1051)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 130 (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 10 T ELT) (($ (-1208)) NIL (|has| |#1| (-1069 (-1208))) ELT)) (-3187 (((-713 $) $) 110 (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) 111 T CONST)) (-4473 ((|#1| $) 26 (|has| |#1| (-559)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL (|has| |#1| (-842)) ELT)) (-1427 (($) 22 T CONST)) (-1439 (($) 8 T CONST)) (-1463 (((-1190) $) 44 (-12 (|has| |#1| (-559)) (|has| |#1| (-843))) ELT) (((-1190) $ (-114)) 45 (-12 (|has| |#1| (-559)) (|has| |#1| (-843))) ELT) (((-1304) (-845) $) 46 (-12 (|has| |#1| (-559)) (|has| |#1| (-843))) ELT) (((-1304) (-845) $ (-114)) 47 (-12 (|has| |#1| (-559)) (|has| |#1| (-843))) ELT)) (-4324 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 66 T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 24 (|has| |#1| (-871)) ELT)) (-2436 (($ $ $) 141 T ELT) (($ |#1| |#1|) 53 T ELT)) (-2426 (($ $) 25 T ELT) (($ $ $) 56 T ELT)) (-2413 (($ $ $) 54 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 140 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 61 T ELT) (($ $ $) 58 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ |#1| $) 62 T ELT) (($ $ |#1|) 88 T ELT)))
-(((-421 |#1|) (-13 (-1022 |#1|) (-10 -7 (IF (|has| |#1| (-559)) (IF (|has| |#1| (-843)) (-6 (-843)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4496)) (IF (|has| |#1| (-466)) (IF (|has| |#1| (-6 -4507)) (-6 -4496) |%noBranch|) |%noBranch|) |%noBranch|))) (-571)) (T -421))
-NIL
-(-13 (-1022 |#1|) (-10 -7 (IF (|has| |#1| (-559)) (IF (|has| |#1| (-843)) (-6 (-843)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4496)) (IF (|has| |#1| (-466)) (IF (|has| |#1| (-6 -4507)) (-6 -4496) |%noBranch|) |%noBranch|) |%noBranch|)))
-((-2067 (((-421 |#2|) (-1 |#2| |#1|) (-421 |#1|)) 13 T ELT)))
-(((-422 |#1| |#2|) (-10 -7 (-15 -2067 ((-421 |#2|) (-1 |#2| |#1|) (-421 |#1|)))) (-571) (-571)) (T -422))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-421 *5)) (-4 *5 (-571)) (-4 *6 (-571)) (-5 *2 (-421 *6)) (-5 *1 (-422 *5 *6)))))
-(-10 -7 (-15 -2067 ((-421 |#2|) (-1 |#2| |#1|) (-421 |#1|))))
-((-1873 (((-711 |#2|) (-1298 $)) NIL T ELT) (((-711 |#2|)) 18 T ELT)) (-3013 (($ (-1298 |#2|) (-1298 $)) NIL T ELT) (($ (-1298 |#2|)) 24 T ELT)) (-2902 (((-711 |#2|) $ (-1298 $)) NIL T ELT) (((-711 |#2|) $) 40 T ELT)) (-2767 ((|#3| $) 69 T ELT)) (-3622 ((|#2| (-1298 $)) NIL T ELT) ((|#2|) 20 T ELT)) (-2086 (((-1298 |#2|) $ (-1298 $)) NIL T ELT) (((-711 |#2|) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 |#2|) $) 22 T ELT) (((-711 |#2|) (-1298 $)) 38 T ELT)) (-4417 (((-1298 |#2|) $) 11 T ELT) (($ (-1298 |#2|)) 13 T ELT)) (-4419 ((|#3| $) 55 T ELT)))
-(((-423 |#1| |#2| |#3|) (-10 -8 (-15 -2902 ((-711 |#2|) |#1|)) (-15 -3622 (|#2|)) (-15 -1873 ((-711 |#2|))) (-15 -4417 (|#1| (-1298 |#2|))) (-15 -4417 ((-1298 |#2|) |#1|)) (-15 -3013 (|#1| (-1298 |#2|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1|)) (-15 -2767 (|#3| |#1|)) (-15 -4419 (|#3| |#1|)) (-15 -1873 ((-711 |#2|) (-1298 |#1|))) (-15 -3622 (|#2| (-1298 |#1|))) (-15 -3013 (|#1| (-1298 |#2|) (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -2902 ((-711 |#2|) |#1| (-1298 |#1|)))) (-424 |#2| |#3|) (-175) (-1274 |#2|)) (T -423))
-((-1873 (*1 *2) (-12 (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-711 *4)) (-5 *1 (-423 *3 *4 *5)) (-4 *3 (-424 *4 *5)))) (-3622 (*1 *2) (-12 (-4 *4 (-1274 *2)) (-4 *2 (-175)) (-5 *1 (-423 *3 *2 *4)) (-4 *3 (-424 *2 *4)))))
-(-10 -8 (-15 -2902 ((-711 |#2|) |#1|)) (-15 -3622 (|#2|)) (-15 -1873 ((-711 |#2|))) (-15 -4417 (|#1| (-1298 |#2|))) (-15 -4417 ((-1298 |#2|) |#1|)) (-15 -3013 (|#1| (-1298 |#2|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1|)) (-15 -2767 (|#3| |#1|)) (-15 -4419 (|#3| |#1|)) (-15 -1873 ((-711 |#2|) (-1298 |#1|))) (-15 -3622 (|#2| (-1298 |#1|))) (-15 -3013 (|#1| (-1298 |#2|) (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -2902 ((-711 |#2|) |#1| (-1298 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-1873 (((-711 |#1|) (-1298 $)) 58 T ELT) (((-711 |#1|)) 74 T ELT)) (-4095 ((|#1| $) 64 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3013 (($ (-1298 |#1|) (-1298 $)) 60 T ELT) (($ (-1298 |#1|)) 77 T ELT)) (-2902 (((-711 |#1|) $ (-1298 $)) 65 T ELT) (((-711 |#1|) $) 72 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3795 (((-948)) 66 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3138 ((|#1| $) 63 T ELT)) (-2767 ((|#2| $) 56 (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3622 ((|#1| (-1298 $)) 59 T ELT) ((|#1|) 73 T ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) 62 T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) 61 T ELT) (((-1298 |#1|) $) 79 T ELT) (((-711 |#1|) (-1298 $)) 78 T ELT)) (-4417 (((-1298 |#1|) $) 76 T ELT) (($ (-1298 |#1|)) 75 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT)) (-3187 (((-713 $) $) 55 (|has| |#1| (-147)) ELT)) (-4419 ((|#2| $) 57 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1868 (((-1298 $)) 80 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT)))
-(((-424 |#1| |#2|) (-142) (-175) (-1274 |t#1|)) (T -424))
-((-1868 (*1 *2) (-12 (-4 *3 (-175)) (-4 *4 (-1274 *3)) (-5 *2 (-1298 *1)) (-4 *1 (-424 *3 *4)))) (-2086 (*1 *2 *1) (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3)) (-5 *2 (-1298 *3)))) (-2086 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-424 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-711 *4)))) (-3013 (*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-175)) (-4 *1 (-424 *3 *4)) (-4 *4 (-1274 *3)))) (-4417 (*1 *2 *1) (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3)) (-5 *2 (-1298 *3)))) (-4417 (*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-175)) (-4 *1 (-424 *3 *4)) (-4 *4 (-1274 *3)))) (-1873 (*1 *2) (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3)) (-5 *2 (-711 *3)))) (-3622 (*1 *2) (-12 (-4 *1 (-424 *2 *3)) (-4 *3 (-1274 *2)) (-4 *2 (-175)))) (-2902 (*1 *2 *1) (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3)) (-5 *2 (-711 *3)))))
-(-13 (-383 |t#1| |t#2|) (-10 -8 (-15 -1868 ((-1298 $))) (-15 -2086 ((-1298 |t#1|) $)) (-15 -2086 ((-711 |t#1|) (-1298 $))) (-15 -3013 ($ (-1298 |t#1|))) (-15 -4417 ((-1298 |t#1|) $)) (-15 -4417 ($ (-1298 |t#1|))) (-15 -1873 ((-711 |t#1|))) (-15 -3622 (|t#1|)) (-15 -2902 ((-711 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-383 |#1| |#2|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-748) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) 27 T ELT) (((-3 (-560) "failed") $) 19 T ELT)) (-3056 ((|#2| $) NIL T ELT) (((-421 (-560)) $) 24 T ELT) (((-560) $) 14 T ELT)) (-2539 (($ |#2|) NIL T ELT) (($ (-421 (-560))) 22 T ELT) (($ (-560)) 11 T ELT)))
-(((-425 |#1| |#2|) (-10 -8 (-15 -2539 (|#1| (-560))) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2539 (|#1| |#2|))) (-426 |#2|) (-1248)) (T -425))
-NIL
-(-10 -8 (-15 -2539 (|#1| (-560))) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2539 (|#1| |#2|)))
-((-1442 (((-3 |#1| "failed") $) 9 T ELT) (((-3 (-421 (-560)) "failed") $) 16 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 13 (|has| |#1| (-1069 (-560))) ELT)) (-3056 ((|#1| $) 8 T ELT) (((-421 (-560)) $) 17 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) 14 (|has| |#1| (-1069 (-560))) ELT)) (-2539 (($ |#1|) 6 T ELT) (($ (-421 (-560))) 15 (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ (-560)) 12 (|has| |#1| (-1069 (-560))) ELT)))
-(((-426 |#1|) (-142) (-1248)) (T -426))
-NIL
-(-13 (-1069 |t#1|) (-10 -7 (IF (|has| |t#1| (-1069 (-560))) (-6 (-1069 (-560))) |%noBranch|) (IF (|has| |t#1| (-1069 (-421 (-560)))) (-6 (-1069 (-421 (-560)))) |%noBranch|)))
-(((-635 #0=(-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-635 #1=(-560)) |has| |#1| (-1069 (-560))) ((-635 |#1|) . T) ((-1069 #0#) |has| |#1| (-1069 (-421 (-560)))) ((-1069 #1#) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3408 ((|#4| (-793) (-1298 |#4|)) 55 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-4420 (((-1298 |#4|) $) 15 T ELT)) (-3138 ((|#2| $) 53 T ELT)) (-2676 (($ $) 157 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 103 T ELT)) (-2517 (($ (-1298 |#4|)) 102 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4429 ((|#1| $) 16 T ELT)) (-1521 (($ $ $) NIL T ELT)) (-4172 (($ $ $) NIL T ELT)) (-2539 (((-887) $) 148 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 |#4|) $) 141 T ELT)) (-1439 (($) 11 T CONST)) (-2329 (((-114) $ $) 39 T ELT)) (-2436 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 134 T ELT)) (* (($ $ $) 130 T ELT)))
-(((-427 |#1| |#2| |#3| |#4|) (-13 (-487) (-10 -8 (-15 -2517 ($ (-1298 |#4|))) (-15 -1868 ((-1298 |#4|) $)) (-15 -3138 (|#2| $)) (-15 -4420 ((-1298 |#4|) $)) (-15 -4429 (|#1| $)) (-15 -2676 ($ $)) (-15 -3408 (|#4| (-793) (-1298 |#4|))))) (-319) (-1022 |#1|) (-1274 |#2|) (-13 (-424 |#2| |#3|) (-1069 |#2|))) (T -427))
-((-2517 (*1 *1 *2) (-12 (-5 *2 (-1298 *6)) (-4 *6 (-13 (-424 *4 *5) (-1069 *4))) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4)) (-4 *3 (-319)) (-5 *1 (-427 *3 *4 *5 *6)))) (-1868 (*1 *2 *1) (-12 (-4 *3 (-319)) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4)) (-5 *2 (-1298 *6)) (-5 *1 (-427 *3 *4 *5 *6)) (-4 *6 (-13 (-424 *4 *5) (-1069 *4))))) (-3138 (*1 *2 *1) (-12 (-4 *4 (-1274 *2)) (-4 *2 (-1022 *3)) (-5 *1 (-427 *3 *2 *4 *5)) (-4 *3 (-319)) (-4 *5 (-13 (-424 *2 *4) (-1069 *2))))) (-4420 (*1 *2 *1) (-12 (-4 *3 (-319)) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4)) (-5 *2 (-1298 *6)) (-5 *1 (-427 *3 *4 *5 *6)) (-4 *6 (-13 (-424 *4 *5) (-1069 *4))))) (-4429 (*1 *2 *1) (-12 (-4 *3 (-1022 *2)) (-4 *4 (-1274 *3)) (-4 *2 (-319)) (-5 *1 (-427 *2 *3 *4 *5)) (-4 *5 (-13 (-424 *3 *4) (-1069 *3))))) (-2676 (*1 *1 *1) (-12 (-4 *2 (-319)) (-4 *3 (-1022 *2)) (-4 *4 (-1274 *3)) (-5 *1 (-427 *2 *3 *4 *5)) (-4 *5 (-13 (-424 *3 *4) (-1069 *3))))) (-3408 (*1 *2 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-1298 *2)) (-4 *5 (-319)) (-4 *6 (-1022 *5)) (-4 *2 (-13 (-424 *6 *7) (-1069 *6))) (-5 *1 (-427 *5 *6 *7 *2)) (-4 *7 (-1274 *6)))))
-(-13 (-487) (-10 -8 (-15 -2517 ($ (-1298 |#4|))) (-15 -1868 ((-1298 |#4|) $)) (-15 -3138 (|#2| $)) (-15 -4420 ((-1298 |#4|) $)) (-15 -4429 (|#1| $)) (-15 -2676 ($ $)) (-15 -3408 (|#4| (-793) (-1298 |#4|)))))
-((-2067 (((-427 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-427 |#1| |#2| |#3| |#4|)) 35 T ELT)))
-(((-428 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2067 ((-427 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-427 |#1| |#2| |#3| |#4|)))) (-319) (-1022 |#1|) (-1274 |#2|) (-13 (-424 |#2| |#3|) (-1069 |#2|)) (-319) (-1022 |#5|) (-1274 |#6|) (-13 (-424 |#6| |#7|) (-1069 |#6|))) (T -428))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-427 *5 *6 *7 *8)) (-4 *5 (-319)) (-4 *6 (-1022 *5)) (-4 *7 (-1274 *6)) (-4 *8 (-13 (-424 *6 *7) (-1069 *6))) (-4 *9 (-319)) (-4 *10 (-1022 *9)) (-4 *11 (-1274 *10)) (-5 *2 (-427 *9 *10 *11 *12)) (-5 *1 (-428 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-424 *10 *11) (-1069 *10))))))
-(-10 -7 (-15 -2067 ((-427 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-427 |#1| |#2| |#3| |#4|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3138 ((|#2| $) 71 T ELT)) (-2802 (($ (-1298 |#4|)) 27 T ELT) (($ (-427 |#1| |#2| |#3| |#4|)) 85 (|has| |#4| (-1069 |#2|)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 37 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 |#4|) $) 28 T ELT)) (-1439 (($) 25 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ $ $) 82 T ELT)))
-(((-429 |#1| |#2| |#3| |#4| |#5|) (-13 (-748) (-10 -8 (-15 -1868 ((-1298 |#4|) $)) (-15 -3138 (|#2| $)) (-15 -2802 ($ (-1298 |#4|))) (IF (|has| |#4| (-1069 |#2|)) (-15 -2802 ($ (-427 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-319) (-1022 |#1|) (-1274 |#2|) (-424 |#2| |#3|) (-1298 |#4|)) (T -429))
-((-1868 (*1 *2 *1) (-12 (-4 *3 (-319)) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4)) (-5 *2 (-1298 *6)) (-5 *1 (-429 *3 *4 *5 *6 *7)) (-4 *6 (-424 *4 *5)) (-14 *7 *2))) (-3138 (*1 *2 *1) (-12 (-4 *4 (-1274 *2)) (-4 *2 (-1022 *3)) (-5 *1 (-429 *3 *2 *4 *5 *6)) (-4 *3 (-319)) (-4 *5 (-424 *2 *4)) (-14 *6 (-1298 *5)))) (-2802 (*1 *1 *2) (-12 (-5 *2 (-1298 *6)) (-4 *6 (-424 *4 *5)) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4)) (-4 *3 (-319)) (-5 *1 (-429 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-2802 (*1 *1 *2) (-12 (-5 *2 (-427 *3 *4 *5 *6)) (-4 *6 (-1069 *4)) (-4 *3 (-319)) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4)) (-4 *6 (-424 *4 *5)) (-14 *7 (-1298 *6)) (-5 *1 (-429 *3 *4 *5 *6 *7)))))
-(-13 (-748) (-10 -8 (-15 -1868 ((-1298 |#4|) $)) (-15 -3138 (|#2| $)) (-15 -2802 ($ (-1298 |#4|))) (IF (|has| |#4| (-1069 |#2|)) (-15 -2802 ($ (-427 |#1| |#2| |#3| |#4|))) |%noBranch|)))
-((-2067 ((|#3| (-1 |#4| |#2|) |#1|) 29 T ELT)))
-(((-430 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#3| (-1 |#4| |#2|) |#1|))) (-432 |#2|) (-175) (-432 |#4|) (-175)) (T -430))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175)) (-4 *2 (-432 *6)) (-5 *1 (-430 *4 *5 *2 *6)) (-4 *4 (-432 *5)))))
-(-10 -7 (-15 -2067 (|#3| (-1 |#4| |#2|) |#1|)))
-((-4206 (((-3 $ "failed")) 99 T ELT)) (-2951 (((-1298 (-711 |#2|)) (-1298 $)) NIL T ELT) (((-1298 (-711 |#2|))) 104 T ELT)) (-1908 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) 97 T ELT)) (-2923 (((-3 $ "failed")) 96 T ELT)) (-2454 (((-711 |#2|) (-1298 $)) NIL T ELT) (((-711 |#2|)) 115 T ELT)) (-4093 (((-711 |#2|) $ (-1298 $)) NIL T ELT) (((-711 |#2|) $) 123 T ELT)) (-4349 (((-1202 (-975 |#2|))) 64 T ELT)) (-2708 ((|#2| (-1298 $)) NIL T ELT) ((|#2|) 119 T ELT)) (-3013 (($ (-1298 |#2|) (-1298 $)) NIL T ELT) (($ (-1298 |#2|)) 125 T ELT)) (-2760 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) 95 T ELT)) (-3003 (((-3 $ "failed")) 87 T ELT)) (-3522 (((-711 |#2|) (-1298 $)) NIL T ELT) (((-711 |#2|)) 113 T ELT)) (-3870 (((-711 |#2|) $ (-1298 $)) NIL T ELT) (((-711 |#2|) $) 121 T ELT)) (-2697 (((-1202 (-975 |#2|))) 63 T ELT)) (-4030 ((|#2| (-1298 $)) NIL T ELT) ((|#2|) 117 T ELT)) (-2086 (((-1298 |#2|) $ (-1298 $)) NIL T ELT) (((-711 |#2|) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 |#2|) $) 124 T ELT) (((-711 |#2|) (-1298 $)) 133 T ELT)) (-4417 (((-1298 |#2|) $) 109 T ELT) (($ (-1298 |#2|)) 111 T ELT)) (-2246 (((-663 (-975 |#2|)) (-1298 $)) NIL T ELT) (((-663 (-975 |#2|))) 107 T ELT)) (-3780 (($ (-711 |#2|) $) 103 T ELT)))
-(((-431 |#1| |#2|) (-10 -8 (-15 -3780 (|#1| (-711 |#2|) |#1|)) (-15 -4349 ((-1202 (-975 |#2|)))) (-15 -2697 ((-1202 (-975 |#2|)))) (-15 -4093 ((-711 |#2|) |#1|)) (-15 -3870 ((-711 |#2|) |#1|)) (-15 -2454 ((-711 |#2|))) (-15 -3522 ((-711 |#2|))) (-15 -2708 (|#2|)) (-15 -4030 (|#2|)) (-15 -4417 (|#1| (-1298 |#2|))) (-15 -4417 ((-1298 |#2|) |#1|)) (-15 -3013 (|#1| (-1298 |#2|))) (-15 -2246 ((-663 (-975 |#2|)))) (-15 -2951 ((-1298 (-711 |#2|)))) (-15 -2086 ((-711 |#2|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1|)) (-15 -4206 ((-3 |#1| "failed"))) (-15 -2923 ((-3 |#1| "failed"))) (-15 -3003 ((-3 |#1| "failed"))) (-15 -1908 ((-3 (-2 (|:| |particular| |#1|) (|:| -1868 (-663 |#1|))) "failed"))) (-15 -2760 ((-3 (-2 (|:| |particular| |#1|) (|:| -1868 (-663 |#1|))) "failed"))) (-15 -2454 ((-711 |#2|) (-1298 |#1|))) (-15 -3522 ((-711 |#2|) (-1298 |#1|))) (-15 -2708 (|#2| (-1298 |#1|))) (-15 -4030 (|#2| (-1298 |#1|))) (-15 -3013 (|#1| (-1298 |#2|) (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -4093 ((-711 |#2|) |#1| (-1298 |#1|))) (-15 -3870 ((-711 |#2|) |#1| (-1298 |#1|))) (-15 -2951 ((-1298 (-711 |#2|)) (-1298 |#1|))) (-15 -2246 ((-663 (-975 |#2|)) (-1298 |#1|)))) (-432 |#2|) (-175)) (T -431))
-((-2951 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-1298 (-711 *4))) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-2246 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-663 (-975 *4))) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-4030 (*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-431 *3 *2)) (-4 *3 (-432 *2)))) (-2708 (*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-431 *3 *2)) (-4 *3 (-432 *2)))) (-3522 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-711 *4)) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-2454 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-711 *4)) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-2697 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-1202 (-975 *4))) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-4349 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-1202 (-975 *4))) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))))
-(-10 -8 (-15 -3780 (|#1| (-711 |#2|) |#1|)) (-15 -4349 ((-1202 (-975 |#2|)))) (-15 -2697 ((-1202 (-975 |#2|)))) (-15 -4093 ((-711 |#2|) |#1|)) (-15 -3870 ((-711 |#2|) |#1|)) (-15 -2454 ((-711 |#2|))) (-15 -3522 ((-711 |#2|))) (-15 -2708 (|#2|)) (-15 -4030 (|#2|)) (-15 -4417 (|#1| (-1298 |#2|))) (-15 -4417 ((-1298 |#2|) |#1|)) (-15 -3013 (|#1| (-1298 |#2|))) (-15 -2246 ((-663 (-975 |#2|)))) (-15 -2951 ((-1298 (-711 |#2|)))) (-15 -2086 ((-711 |#2|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1|)) (-15 -4206 ((-3 |#1| "failed"))) (-15 -2923 ((-3 |#1| "failed"))) (-15 -3003 ((-3 |#1| "failed"))) (-15 -1908 ((-3 (-2 (|:| |particular| |#1|) (|:| -1868 (-663 |#1|))) "failed"))) (-15 -2760 ((-3 (-2 (|:| |particular| |#1|) (|:| -1868 (-663 |#1|))) "failed"))) (-15 -2454 ((-711 |#2|) (-1298 |#1|))) (-15 -3522 ((-711 |#2|) (-1298 |#1|))) (-15 -2708 (|#2| (-1298 |#1|))) (-15 -4030 (|#2| (-1298 |#1|))) (-15 -3013 (|#1| (-1298 |#2|) (-1298 |#1|))) (-15 -2086 ((-711 |#2|) (-1298 |#1|) (-1298 |#1|))) (-15 -2086 ((-1298 |#2|) |#1| (-1298 |#1|))) (-15 -4093 ((-711 |#2|) |#1| (-1298 |#1|))) (-15 -3870 ((-711 |#2|) |#1| (-1298 |#1|))) (-15 -2951 ((-1298 (-711 |#2|)) (-1298 |#1|))) (-15 -2246 ((-663 (-975 |#2|)) (-1298 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4206 (((-3 $ "failed")) 47 (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2951 (((-1298 (-711 |#1|)) (-1298 $)) 88 T ELT) (((-1298 (-711 |#1|))) 114 T ELT)) (-1507 (((-1298 $)) 91 T ELT)) (-3366 (($) 22 T CONST)) (-1908 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) 50 (|has| |#1| (-571)) ELT)) (-2923 (((-3 $ "failed")) 48 (|has| |#1| (-571)) ELT)) (-2454 (((-711 |#1|) (-1298 $)) 75 T ELT) (((-711 |#1|)) 106 T ELT)) (-1350 ((|#1| $) 84 T ELT)) (-4093 (((-711 |#1|) $ (-1298 $)) 86 T ELT) (((-711 |#1|) $) 104 T ELT)) (-3604 (((-3 $ "failed") $) 55 (|has| |#1| (-571)) ELT)) (-4349 (((-1202 (-975 |#1|))) 102 (|has| |#1| (-376)) ELT)) (-3239 (($ $ (-948)) 36 T ELT)) (-3162 ((|#1| $) 82 T ELT)) (-1359 (((-1202 |#1|) $) 52 (|has| |#1| (-571)) ELT)) (-2708 ((|#1| (-1298 $)) 77 T ELT) ((|#1|) 108 T ELT)) (-4010 (((-1202 |#1|) $) 73 T ELT)) (-3331 (((-114)) 67 T ELT)) (-3013 (($ (-1298 |#1|) (-1298 $)) 79 T ELT) (($ (-1298 |#1|)) 112 T ELT)) (-4310 (((-3 $ "failed") $) 57 (|has| |#1| (-571)) ELT)) (-3795 (((-948)) 90 T ELT)) (-2029 (((-114)) 64 T ELT)) (-4368 (($ $ (-948)) 43 T ELT)) (-3798 (((-114)) 60 T ELT)) (-2636 (((-114)) 58 T ELT)) (-2341 (((-114)) 62 T ELT)) (-2760 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) 51 (|has| |#1| (-571)) ELT)) (-3003 (((-3 $ "failed")) 49 (|has| |#1| (-571)) ELT)) (-3522 (((-711 |#1|) (-1298 $)) 76 T ELT) (((-711 |#1|)) 107 T ELT)) (-2449 ((|#1| $) 85 T ELT)) (-3870 (((-711 |#1|) $ (-1298 $)) 87 T ELT) (((-711 |#1|) $) 105 T ELT)) (-3826 (((-3 $ "failed") $) 56 (|has| |#1| (-571)) ELT)) (-2697 (((-1202 (-975 |#1|))) 103 (|has| |#1| (-376)) ELT)) (-4360 (($ $ (-948)) 37 T ELT)) (-2644 ((|#1| $) 83 T ELT)) (-3976 (((-1202 |#1|) $) 53 (|has| |#1| (-571)) ELT)) (-4030 ((|#1| (-1298 $)) 78 T ELT) ((|#1|) 109 T ELT)) (-2752 (((-1202 |#1|) $) 74 T ELT)) (-3507 (((-114)) 68 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-4080 (((-114)) 59 T ELT)) (-1900 (((-114)) 61 T ELT)) (-2582 (((-114)) 63 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-1349 (((-114)) 66 T ELT)) (-1495 ((|#1| $ (-560)) 118 T ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) 81 T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) 80 T ELT) (((-1298 |#1|) $) 116 T ELT) (((-711 |#1|) (-1298 $)) 115 T ELT)) (-4417 (((-1298 |#1|) $) 111 T ELT) (($ (-1298 |#1|)) 110 T ELT)) (-2246 (((-663 (-975 |#1|)) (-1298 $)) 89 T ELT) (((-663 (-975 |#1|))) 113 T ELT)) (-4172 (($ $ $) 33 T ELT)) (-3842 (((-114)) 72 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1868 (((-1298 $)) 117 T ELT)) (-2861 (((-663 (-1298 |#1|))) 54 (|has| |#1| (-571)) ELT)) (-4190 (($ $ $ $) 34 T ELT)) (-3348 (((-114)) 70 T ELT)) (-3780 (($ (-711 |#1|) $) 101 T ELT)) (-2927 (($ $ $) 32 T ELT)) (-4480 (((-114)) 71 T ELT)) (-3402 (((-114)) 69 T ELT)) (-4365 (((-114)) 65 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 38 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 45 T ELT) (($ |#1| $) 44 T ELT)))
+((-2692 (*1 *1 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-418)))) (-2692 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-949)) (-4 *1 (-418)))) (-2918 (*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560)))) (-3318 (*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-949)))) (-2909 (*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560)))) (-3919 (*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560)))) (-2036 (*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-949)))) (-3350 (*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-949)))) (-3668 (*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-949)))) (-2036 (*1 *2 *2) (-12 (-5 *2 (-949)) (|has| *1 (-6 -4501)) (-4 *1 (-418)))) (-3350 (*1 *2 *2) (-12 (-5 *2 (-949)) (|has| *1 (-6 -4501)) (-4 *1 (-418)))) (-3668 (*1 *2 *2) (-12 (-5 *2 (-949)) (|has| *1 (-6 -4501)) (-4 *1 (-418)))) (-1893 (*1 *2 *3) (-12 (-5 *3 (-560)) (|has| *1 (-6 -4501)) (-4 *1 (-418)) (-5 *2 (-949)))) (-1595 (*1 *2 *3) (-12 (-5 *3 (-560)) (|has| *1 (-6 -4501)) (-4 *1 (-418)) (-5 *2 (-949)))) (-1622 (*1 *1) (-12 (-4 *1 (-418)) (-2912 (|has| *1 (-6 -4501))) (-2912 (|has| *1 (-6 -4493))))) (-3934 (*1 *1) (-12 (-4 *1 (-418)) (-2912 (|has| *1 (-6 -4501))) (-2912 (|has| *1 (-6 -4493))))))
+(-13 (-1092) (-10 -8 (-6 -4430) (-15 -2692 ($ (-560) (-560))) (-15 -2692 ($ (-560) (-560) (-949))) (-15 -2918 ((-560) $)) (-15 -3318 ((-949))) (-15 -2909 ((-560) $)) (-15 -3919 ((-560) $)) (-15 -2036 ((-949))) (-15 -3350 ((-949))) (-15 -3668 ((-949))) (IF (|has| $ (-6 -4501)) (PROGN (-15 -2036 ((-949) (-949))) (-15 -3350 ((-949) (-949))) (-15 -3668 ((-949) (-949))) (-15 -1893 ((-949) (-560))) (-15 -1595 ((-949) (-560)))) |%noBranch|) (IF (|has| $ (-6 -4493)) |%noBranch| (IF (|has| $ (-6 -4501)) |%noBranch| (PROGN (-15 -1622 ($)) (-15 -3934 ($)))))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-633 (-229)) . T) ((-633 (-391)) . T) ((-633 (-916 (-391))) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-814) . T) ((-816) . T) ((-818) . T) ((-821) . T) ((-871) . T) ((-872) . T) ((-875) . T) ((-912 (-391)) . T) ((-951) . T) ((-1034) . T) ((-1052) . T) ((-1092) . T) ((-1070 (-421 (-560))) . T) ((-1070 (-560)) . T) ((-1083 #0#) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 60 T ELT)) (-2469 (($ $) 78 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 192 T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) 48 T ELT)) (-3072 ((|#1| $) 16 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| |#1| (-1254)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-1254)) ELT)) (-4005 (($ |#1| (-560)) 42 T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 149 T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 74 T ELT)) (-2167 (((-3 $ "failed") $) 165 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 85 (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) 81 (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) 92 (|has| |#1| (-559)) ELT)) (-3528 (($ |#1| (-560)) 44 T ELT)) (-2072 (((-114) $) 212 (|has| |#1| (-1254)) ELT)) (-3363 (((-114) $) 62 T ELT)) (-1346 (((-793) $) 51 T ELT)) (-2325 (((-3 "nil" "sqfr" "irred" "prime") $ (-560)) 176 T ELT)) (-3365 ((|#1| $ (-560)) 175 T ELT)) (-2969 (((-560) $ (-560)) 174 T ELT)) (-4068 (($ |#1| (-560)) 41 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 184 T ELT)) (-4139 (($ |#1| (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560))))) 79 T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3943 (($ |#1| (-560)) 43 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) 193 (|has| |#1| (-466)) ELT)) (-4388 (($ |#1| (-560) (-3 "nil" "sqfr" "irred" "prime")) 40 T ELT)) (-1609 (((-663 (-2 (|:| -2549 |#1|) (|:| -2909 (-560)))) $) 73 T ELT)) (-1924 (((-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))) $) 12 T ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-1254)) ELT)) (-3795 (((-3 $ "failed") $ $) 177 T ELT)) (-2909 (((-560) $) 168 T ELT)) (-3765 ((|#1| $) 75 T ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 101 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) 107 (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) $) NIL (|has| |#1| (-528 (-1209) $)) ELT) (($ $ (-663 (-1209)) (-663 $)) 108 (|has| |#1| (-528 (-1209) $)) ELT) (($ $ (-663 (-305 $))) 104 (|has| |#1| (-321 $)) ELT) (($ $ (-305 $)) NIL (|has| |#1| (-321 $)) ELT) (($ $ $ $) NIL (|has| |#1| (-321 $)) ELT) (($ $ (-663 $) (-663 $)) NIL (|has| |#1| (-321 $)) ELT)) (-3034 (($ $ |#1|) 93 (|has| |#1| (-298 |#1| |#1|)) ELT) (($ $ $) 94 (|has| |#1| (-298 $ $)) ELT)) (-2703 (($ $ (-1 |#1| |#1|)) 183 T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-1830 (((-549) $) 39 (|has| |#1| (-633 (-549))) ELT) (((-391) $) 114 (|has| |#1| (-1052)) ELT) (((-229) $) 120 (|has| |#1| (-1052)) ELT)) (-3834 (((-888) $) 147 T ELT) (($ (-560)) 65 T ELT) (($ $) NIL T ELT) (($ |#1|) 64 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT)) (-3103 (((-793)) 67 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) 53 T CONST)) (-2983 (($) 52 T CONST)) (-3095 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) 160 T ELT)) (-2581 (($ $) 162 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 181 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 126 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 69 T ELT) (($ $ $) 68 T ELT) (($ |#1| $) 70 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-419 |#1|) (-13 (-571) (-234 |#1|) (-38 |#1|) (-351 |#1|) (-426 |#1|) (-10 -8 (-15 -3765 (|#1| $)) (-15 -2909 ((-560) $)) (-15 -4139 ($ |#1| (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))))) (-15 -1924 ((-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))) $)) (-15 -4068 ($ |#1| (-560))) (-15 -1609 ((-663 (-2 (|:| -2549 |#1|) (|:| -2909 (-560)))) $)) (-15 -3943 ($ |#1| (-560))) (-15 -2969 ((-560) $ (-560))) (-15 -3365 (|#1| $ (-560))) (-15 -2325 ((-3 "nil" "sqfr" "irred" "prime") $ (-560))) (-15 -1346 ((-793) $)) (-15 -3528 ($ |#1| (-560))) (-15 -4005 ($ |#1| (-560))) (-15 -4388 ($ |#1| (-560) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -3072 (|#1| $)) (-15 -2469 ($ $)) (-15 -1793 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-466)) (-6 (-466)) |%noBranch|) (IF (|has| |#1| (-1052)) (-6 (-1052)) |%noBranch|) (IF (|has| |#1| (-1254)) (-6 (-1254)) |%noBranch|) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-298 $ $)) (-6 (-298 $ $)) |%noBranch|) (IF (|has| |#1| (-321 $)) (-6 (-321 $)) |%noBranch|) (IF (|has| |#1| (-528 (-1209) $)) (-6 (-528 (-1209) $)) |%noBranch|))) (-571)) (T -419))
+((-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-571)) (-5 *1 (-419 *3)))) (-3765 (*1 *2 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2909 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-4139 (*1 *1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-560))))) (-4 *2 (-571)) (-5 *1 (-419 *2)))) (-1924 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-560))))) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-4068 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-1609 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| -2549 *3) (|:| -2909 (-560))))) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-3943 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2969 (*1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-3365 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2325 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-419 *4)) (-4 *4 (-571)))) (-1346 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-419 *3)) (-4 *3 (-571)))) (-3528 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-4005 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-4388 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-560)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-3072 (*1 *2 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2469 (*1 *1 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))) (-2639 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-419 *3)) (-4 *3 (-559)) (-4 *3 (-571)))) (-2799 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-419 *3)) (-4 *3 (-559)) (-4 *3 (-571)))) (-4356 (*1 *2 *1) (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-419 *3)) (-4 *3 (-559)) (-4 *3 (-571)))))
+(-13 (-571) (-234 |#1|) (-38 |#1|) (-351 |#1|) (-426 |#1|) (-10 -8 (-15 -3765 (|#1| $)) (-15 -2909 ((-560) $)) (-15 -4139 ($ |#1| (-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))))) (-15 -1924 ((-663 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-560)))) $)) (-15 -4068 ($ |#1| (-560))) (-15 -1609 ((-663 (-2 (|:| -2549 |#1|) (|:| -2909 (-560)))) $)) (-15 -3943 ($ |#1| (-560))) (-15 -2969 ((-560) $ (-560))) (-15 -3365 (|#1| $ (-560))) (-15 -2325 ((-3 "nil" "sqfr" "irred" "prime") $ (-560))) (-15 -1346 ((-793) $)) (-15 -3528 ($ |#1| (-560))) (-15 -4005 ($ |#1| (-560))) (-15 -4388 ($ |#1| (-560) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -3072 (|#1| $)) (-15 -2469 ($ $)) (-15 -1793 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-466)) (-6 (-466)) |%noBranch|) (IF (|has| |#1| (-1052)) (-6 (-1052)) |%noBranch|) (IF (|has| |#1| (-1254)) (-6 (-1254)) |%noBranch|) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-298 $ $)) (-6 (-298 $ $)) |%noBranch|) (IF (|has| |#1| (-321 $)) (-6 (-321 $)) |%noBranch|) (IF (|has| |#1| (-528 (-1209) $)) (-6 (-528 (-1209) $)) |%noBranch|)))
+((-1793 (((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|)) 20 T ELT)))
+(((-420 |#1| |#2|) (-10 -7 (-15 -1793 ((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|)))) (-571) (-571)) (T -420))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-419 *5)) (-4 *5 (-571)) (-4 *6 (-571)) (-5 *2 (-419 *6)) (-5 *1 (-420 *5 *6)))))
+(-10 -7 (-15 -1793 ((-419 |#2|) (-1 |#2| |#1|) (-419 |#1|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 13 T ELT)) (-1573 ((|#1| $) 21 (|has| |#1| (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| |#1| (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) 17 T ELT) (((-3 (-1209) "failed") $) NIL (|has| |#1| (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) 72 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT)) (-4072 ((|#1| $) 15 T ELT) (((-1209) $) NIL (|has| |#1| (-1070 (-1209))) ELT) (((-421 (-560)) $) 69 (|has| |#1| (-1070 (-560))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) 51 T ELT)) (-2150 (($) NIL (|has| |#1| (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| |#1| (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| |#1| (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| |#1| (-912 (-391))) ELT)) (-3363 (((-114) $) 57 T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 ((|#1| $) 73 T ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| |#1| (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| |#1| (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 100 T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| |#1| (-319)) ELT)) (-1770 ((|#1| $) 28 (|has| |#1| (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 153 (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 146 (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ |#1|) NIL (|has| |#1| (-298 |#1| |#1|)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 |#1| |#1|)) 64 T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 ((|#1| $) 75 T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| |#1| (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| |#1| (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT) (((-391) $) NIL (|has| |#1| (-1052)) ELT) (((-229) $) NIL (|has| |#1| (-1052)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 130 (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 10 T ELT) (($ (-1209)) NIL (|has| |#1| (-1070 (-1209))) ELT)) (-1633 (((-713 $) $) 110 (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) 111 T CONST)) (-3887 ((|#1| $) 26 (|has| |#1| (-559)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL (|has| |#1| (-844)) ELT)) (-2971 (($) 22 T CONST)) (-2983 (($) 8 T CONST)) (-2455 (((-1191) $) 44 (-12 (|has| |#1| (-559)) (|has| |#1| (-845))) ELT) (((-1191) $ (-114)) 45 (-12 (|has| |#1| (-559)) (|has| |#1| (-845))) ELT) (((-1305) (-847) $) 46 (-12 (|has| |#1| (-559)) (|has| |#1| (-845))) ELT) (((-1305) (-847) $ (-114)) 47 (-12 (|has| |#1| (-559)) (|has| |#1| (-845))) ELT)) (-3095 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 66 T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 24 (|has| |#1| (-872)) ELT)) (-2594 (($ $ $) 141 T ELT) (($ |#1| |#1|) 53 T ELT)) (-2581 (($ $) 25 T ELT) (($ $ $) 56 T ELT)) (-2571 (($ $ $) 54 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 140 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 61 T ELT) (($ $ $) 58 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ |#1| $) 62 T ELT) (($ $ |#1|) 88 T ELT)))
+(((-421 |#1|) (-13 (-1023 |#1|) (-10 -7 (IF (|has| |#1| (-559)) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4497)) (IF (|has| |#1| (-466)) (IF (|has| |#1| (-6 -4508)) (-6 -4497) |%noBranch|) |%noBranch|) |%noBranch|))) (-571)) (T -421))
+NIL
+(-13 (-1023 |#1|) (-10 -7 (IF (|has| |#1| (-559)) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4497)) (IF (|has| |#1| (-466)) (IF (|has| |#1| (-6 -4508)) (-6 -4497) |%noBranch|) |%noBranch|) |%noBranch|)))
+((-1793 (((-421 |#2|) (-1 |#2| |#1|) (-421 |#1|)) 13 T ELT)))
+(((-422 |#1| |#2|) (-10 -7 (-15 -1793 ((-421 |#2|) (-1 |#2| |#1|) (-421 |#1|)))) (-571) (-571)) (T -422))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-421 *5)) (-4 *5 (-571)) (-4 *6 (-571)) (-5 *2 (-421 *6)) (-5 *1 (-422 *5 *6)))))
+(-10 -7 (-15 -1793 ((-421 |#2|) (-1 |#2| |#1|) (-421 |#1|))))
+((-3543 (((-711 |#2|) (-1299 $)) NIL T ELT) (((-711 |#2|)) 18 T ELT)) (-4402 (($ (-1299 |#2|) (-1299 $)) NIL T ELT) (($ (-1299 |#2|)) 24 T ELT)) (-2385 (((-711 |#2|) $ (-1299 $)) NIL T ELT) (((-711 |#2|) $) 40 T ELT)) (-4118 ((|#3| $) 69 T ELT)) (-2810 ((|#2| (-1299 $)) NIL T ELT) ((|#2|) 20 T ELT)) (-3084 (((-1299 |#2|) $ (-1299 $)) NIL T ELT) (((-711 |#2|) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 |#2|) $) 22 T ELT) (((-711 |#2|) (-1299 $)) 38 T ELT)) (-1830 (((-1299 |#2|) $) 11 T ELT) (($ (-1299 |#2|)) 13 T ELT)) (-4286 ((|#3| $) 55 T ELT)))
+(((-423 |#1| |#2| |#3|) (-10 -8 (-15 -2385 ((-711 |#2|) |#1|)) (-15 -2810 (|#2|)) (-15 -3543 ((-711 |#2|))) (-15 -1830 (|#1| (-1299 |#2|))) (-15 -1830 ((-1299 |#2|) |#1|)) (-15 -4402 (|#1| (-1299 |#2|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1|)) (-15 -4118 (|#3| |#1|)) (-15 -4286 (|#3| |#1|)) (-15 -3543 ((-711 |#2|) (-1299 |#1|))) (-15 -2810 (|#2| (-1299 |#1|))) (-15 -4402 (|#1| (-1299 |#2|) (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -2385 ((-711 |#2|) |#1| (-1299 |#1|)))) (-424 |#2| |#3|) (-175) (-1275 |#2|)) (T -423))
+((-3543 (*1 *2) (-12 (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-711 *4)) (-5 *1 (-423 *3 *4 *5)) (-4 *3 (-424 *4 *5)))) (-2810 (*1 *2) (-12 (-4 *4 (-1275 *2)) (-4 *2 (-175)) (-5 *1 (-423 *3 *2 *4)) (-4 *3 (-424 *2 *4)))))
+(-10 -8 (-15 -2385 ((-711 |#2|) |#1|)) (-15 -2810 (|#2|)) (-15 -3543 ((-711 |#2|))) (-15 -1830 (|#1| (-1299 |#2|))) (-15 -1830 ((-1299 |#2|) |#1|)) (-15 -4402 (|#1| (-1299 |#2|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1|)) (-15 -4118 (|#3| |#1|)) (-15 -4286 (|#3| |#1|)) (-15 -3543 ((-711 |#2|) (-1299 |#1|))) (-15 -2810 (|#2| (-1299 |#1|))) (-15 -4402 (|#1| (-1299 |#2|) (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -2385 ((-711 |#2|) |#1| (-1299 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3543 (((-711 |#1|) (-1299 $)) 58 T ELT) (((-711 |#1|)) 74 T ELT)) (-2412 ((|#1| $) 64 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4402 (($ (-1299 |#1|) (-1299 $)) 60 T ELT) (($ (-1299 |#1|)) 77 T ELT)) (-2385 (((-711 |#1|) $ (-1299 $)) 65 T ELT) (((-711 |#1|) $) 72 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-1486 (((-949)) 66 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2480 ((|#1| $) 63 T ELT)) (-4118 ((|#2| $) 56 (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2810 ((|#1| (-1299 $)) 59 T ELT) ((|#1|) 73 T ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) 62 T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) 61 T ELT) (((-1299 |#1|) $) 79 T ELT) (((-711 |#1|) (-1299 $)) 78 T ELT)) (-1830 (((-1299 |#1|) $) 76 T ELT) (($ (-1299 |#1|)) 75 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT)) (-1633 (((-713 $) $) 55 (|has| |#1| (-147)) ELT)) (-4286 ((|#2| $) 57 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-4222 (((-1299 $)) 80 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT)))
+(((-424 |#1| |#2|) (-142) (-175) (-1275 |t#1|)) (T -424))
+((-4222 (*1 *2) (-12 (-4 *3 (-175)) (-4 *4 (-1275 *3)) (-5 *2 (-1299 *1)) (-4 *1 (-424 *3 *4)))) (-3084 (*1 *2 *1) (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3)) (-5 *2 (-1299 *3)))) (-3084 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-424 *4 *5)) (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-711 *4)))) (-4402 (*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-175)) (-4 *1 (-424 *3 *4)) (-4 *4 (-1275 *3)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3)) (-5 *2 (-1299 *3)))) (-1830 (*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-175)) (-4 *1 (-424 *3 *4)) (-4 *4 (-1275 *3)))) (-3543 (*1 *2) (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3)) (-5 *2 (-711 *3)))) (-2810 (*1 *2) (-12 (-4 *1 (-424 *2 *3)) (-4 *3 (-1275 *2)) (-4 *2 (-175)))) (-2385 (*1 *2 *1) (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3)) (-5 *2 (-711 *3)))))
+(-13 (-383 |t#1| |t#2|) (-10 -8 (-15 -4222 ((-1299 $))) (-15 -3084 ((-1299 |t#1|) $)) (-15 -3084 ((-711 |t#1|) (-1299 $))) (-15 -4402 ($ (-1299 |t#1|))) (-15 -1830 ((-1299 |t#1|) $)) (-15 -1830 ($ (-1299 |t#1|))) (-15 -3543 ((-711 |t#1|))) (-15 -2810 (|t#1|)) (-15 -2385 ((-711 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-383 |#1| |#2|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-748) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) 27 T ELT) (((-3 (-560) "failed") $) 19 T ELT)) (-4072 ((|#2| $) NIL T ELT) (((-421 (-560)) $) 24 T ELT) (((-560) $) 14 T ELT)) (-3834 (($ |#2|) NIL T ELT) (($ (-421 (-560))) 22 T ELT) (($ (-560)) 11 T ELT)))
+(((-425 |#1| |#2|) (-10 -8 (-15 -3834 (|#1| (-560))) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3834 (|#1| |#2|))) (-426 |#2|) (-1249)) (T -425))
+NIL
+(-10 -8 (-15 -3834 (|#1| (-560))) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3834 (|#1| |#2|)))
+((-4142 (((-3 |#1| "failed") $) 9 T ELT) (((-3 (-421 (-560)) "failed") $) 16 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 13 (|has| |#1| (-1070 (-560))) ELT)) (-4072 ((|#1| $) 8 T ELT) (((-421 (-560)) $) 17 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) 14 (|has| |#1| (-1070 (-560))) ELT)) (-3834 (($ |#1|) 6 T ELT) (($ (-421 (-560))) 15 (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ (-560)) 12 (|has| |#1| (-1070 (-560))) ELT)))
+(((-426 |#1|) (-142) (-1249)) (T -426))
+NIL
+(-13 (-1070 |t#1|) (-10 -7 (IF (|has| |t#1| (-1070 (-560))) (-6 (-1070 (-560))) |%noBranch|) (IF (|has| |t#1| (-1070 (-421 (-560)))) (-6 (-1070 (-421 (-560)))) |%noBranch|)))
+(((-635 #0=(-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-635 #1=(-560)) |has| |#1| (-1070 (-560))) ((-635 |#1|) . T) ((-1070 #0#) |has| |#1| (-1070 (-421 (-560)))) ((-1070 #1#) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-1808 ((|#4| (-793) (-1299 |#4|)) 55 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3125 (((-1299 |#4|) $) 15 T ELT)) (-2480 ((|#2| $) 53 T ELT)) (-3376 (($ $) 157 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 103 T ELT)) (-2310 (($ (-1299 |#4|)) 102 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3138 ((|#1| $) 16 T ELT)) (-3933 (($ $ $) NIL T ELT)) (-3923 (($ $ $) NIL T ELT)) (-3834 (((-888) $) 148 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 |#4|) $) 141 T ELT)) (-2983 (($) 11 T CONST)) (-2478 (((-114) $ $) 39 T ELT)) (-2594 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 134 T ELT)) (* (($ $ $) 130 T ELT)))
+(((-427 |#1| |#2| |#3| |#4|) (-13 (-487) (-10 -8 (-15 -2310 ($ (-1299 |#4|))) (-15 -4222 ((-1299 |#4|) $)) (-15 -2480 (|#2| $)) (-15 -3125 ((-1299 |#4|) $)) (-15 -3138 (|#1| $)) (-15 -3376 ($ $)) (-15 -1808 (|#4| (-793) (-1299 |#4|))))) (-319) (-1023 |#1|) (-1275 |#2|) (-13 (-424 |#2| |#3|) (-1070 |#2|))) (T -427))
+((-2310 (*1 *1 *2) (-12 (-5 *2 (-1299 *6)) (-4 *6 (-13 (-424 *4 *5) (-1070 *4))) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4)) (-4 *3 (-319)) (-5 *1 (-427 *3 *4 *5 *6)))) (-4222 (*1 *2 *1) (-12 (-4 *3 (-319)) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4)) (-5 *2 (-1299 *6)) (-5 *1 (-427 *3 *4 *5 *6)) (-4 *6 (-13 (-424 *4 *5) (-1070 *4))))) (-2480 (*1 *2 *1) (-12 (-4 *4 (-1275 *2)) (-4 *2 (-1023 *3)) (-5 *1 (-427 *3 *2 *4 *5)) (-4 *3 (-319)) (-4 *5 (-13 (-424 *2 *4) (-1070 *2))))) (-3125 (*1 *2 *1) (-12 (-4 *3 (-319)) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4)) (-5 *2 (-1299 *6)) (-5 *1 (-427 *3 *4 *5 *6)) (-4 *6 (-13 (-424 *4 *5) (-1070 *4))))) (-3138 (*1 *2 *1) (-12 (-4 *3 (-1023 *2)) (-4 *4 (-1275 *3)) (-4 *2 (-319)) (-5 *1 (-427 *2 *3 *4 *5)) (-4 *5 (-13 (-424 *3 *4) (-1070 *3))))) (-3376 (*1 *1 *1) (-12 (-4 *2 (-319)) (-4 *3 (-1023 *2)) (-4 *4 (-1275 *3)) (-5 *1 (-427 *2 *3 *4 *5)) (-4 *5 (-13 (-424 *3 *4) (-1070 *3))))) (-1808 (*1 *2 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-1299 *2)) (-4 *5 (-319)) (-4 *6 (-1023 *5)) (-4 *2 (-13 (-424 *6 *7) (-1070 *6))) (-5 *1 (-427 *5 *6 *7 *2)) (-4 *7 (-1275 *6)))))
+(-13 (-487) (-10 -8 (-15 -2310 ($ (-1299 |#4|))) (-15 -4222 ((-1299 |#4|) $)) (-15 -2480 (|#2| $)) (-15 -3125 ((-1299 |#4|) $)) (-15 -3138 (|#1| $)) (-15 -3376 ($ $)) (-15 -1808 (|#4| (-793) (-1299 |#4|)))))
+((-1793 (((-427 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-427 |#1| |#2| |#3| |#4|)) 35 T ELT)))
+(((-428 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1793 ((-427 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-427 |#1| |#2| |#3| |#4|)))) (-319) (-1023 |#1|) (-1275 |#2|) (-13 (-424 |#2| |#3|) (-1070 |#2|)) (-319) (-1023 |#5|) (-1275 |#6|) (-13 (-424 |#6| |#7|) (-1070 |#6|))) (T -428))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-427 *5 *6 *7 *8)) (-4 *5 (-319)) (-4 *6 (-1023 *5)) (-4 *7 (-1275 *6)) (-4 *8 (-13 (-424 *6 *7) (-1070 *6))) (-4 *9 (-319)) (-4 *10 (-1023 *9)) (-4 *11 (-1275 *10)) (-5 *2 (-427 *9 *10 *11 *12)) (-5 *1 (-428 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-424 *10 *11) (-1070 *10))))))
+(-10 -7 (-15 -1793 ((-427 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-427 |#1| |#2| |#3| |#4|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2480 ((|#2| $) 71 T ELT)) (-3021 (($ (-1299 |#4|)) 27 T ELT) (($ (-427 |#1| |#2| |#3| |#4|)) 85 (|has| |#4| (-1070 |#2|)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 37 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 |#4|) $) 28 T ELT)) (-2983 (($) 25 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ $ $) 82 T ELT)))
+(((-429 |#1| |#2| |#3| |#4| |#5|) (-13 (-748) (-10 -8 (-15 -4222 ((-1299 |#4|) $)) (-15 -2480 (|#2| $)) (-15 -3021 ($ (-1299 |#4|))) (IF (|has| |#4| (-1070 |#2|)) (-15 -3021 ($ (-427 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-319) (-1023 |#1|) (-1275 |#2|) (-424 |#2| |#3|) (-1299 |#4|)) (T -429))
+((-4222 (*1 *2 *1) (-12 (-4 *3 (-319)) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4)) (-5 *2 (-1299 *6)) (-5 *1 (-429 *3 *4 *5 *6 *7)) (-4 *6 (-424 *4 *5)) (-14 *7 *2))) (-2480 (*1 *2 *1) (-12 (-4 *4 (-1275 *2)) (-4 *2 (-1023 *3)) (-5 *1 (-429 *3 *2 *4 *5 *6)) (-4 *3 (-319)) (-4 *5 (-424 *2 *4)) (-14 *6 (-1299 *5)))) (-3021 (*1 *1 *2) (-12 (-5 *2 (-1299 *6)) (-4 *6 (-424 *4 *5)) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4)) (-4 *3 (-319)) (-5 *1 (-429 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-3021 (*1 *1 *2) (-12 (-5 *2 (-427 *3 *4 *5 *6)) (-4 *6 (-1070 *4)) (-4 *3 (-319)) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4)) (-4 *6 (-424 *4 *5)) (-14 *7 (-1299 *6)) (-5 *1 (-429 *3 *4 *5 *6 *7)))))
+(-13 (-748) (-10 -8 (-15 -4222 ((-1299 |#4|) $)) (-15 -2480 (|#2| $)) (-15 -3021 ($ (-1299 |#4|))) (IF (|has| |#4| (-1070 |#2|)) (-15 -3021 ($ (-427 |#1| |#2| |#3| |#4|))) |%noBranch|)))
+((-1793 ((|#3| (-1 |#4| |#2|) |#1|) 29 T ELT)))
+(((-430 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#3| (-1 |#4| |#2|) |#1|))) (-432 |#2|) (-175) (-432 |#4|) (-175)) (T -430))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175)) (-4 *2 (-432 *6)) (-5 *1 (-430 *4 *5 *2 *6)) (-4 *4 (-432 *5)))))
+(-10 -7 (-15 -1793 (|#3| (-1 |#4| |#2|) |#1|)))
+((-3072 (((-3 $ "failed")) 99 T ELT)) (-3774 (((-1299 (-711 |#2|)) (-1299 $)) NIL T ELT) (((-1299 (-711 |#2|))) 104 T ELT)) (-1493 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) 97 T ELT)) (-3984 (((-3 $ "failed")) 96 T ELT)) (-3662 (((-711 |#2|) (-1299 $)) NIL T ELT) (((-711 |#2|)) 115 T ELT)) (-3428 (((-711 |#2|) $ (-1299 $)) NIL T ELT) (((-711 |#2|) $) 123 T ELT)) (-2560 (((-1203 (-976 |#2|))) 64 T ELT)) (-4101 ((|#2| (-1299 $)) NIL T ELT) ((|#2|) 119 T ELT)) (-4402 (($ (-1299 |#2|) (-1299 $)) NIL T ELT) (($ (-1299 |#2|)) 125 T ELT)) (-1635 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) 95 T ELT)) (-2552 (((-3 $ "failed")) 87 T ELT)) (-1367 (((-711 |#2|) (-1299 $)) NIL T ELT) (((-711 |#2|)) 113 T ELT)) (-3174 (((-711 |#2|) $ (-1299 $)) NIL T ELT) (((-711 |#2|) $) 121 T ELT)) (-4460 (((-1203 (-976 |#2|))) 63 T ELT)) (-4014 ((|#2| (-1299 $)) NIL T ELT) ((|#2|) 117 T ELT)) (-3084 (((-1299 |#2|) $ (-1299 $)) NIL T ELT) (((-711 |#2|) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 |#2|) $) 124 T ELT) (((-711 |#2|) (-1299 $)) 133 T ELT)) (-1830 (((-1299 |#2|) $) 109 T ELT) (($ (-1299 |#2|)) 111 T ELT)) (-3658 (((-663 (-976 |#2|)) (-1299 $)) NIL T ELT) (((-663 (-976 |#2|))) 107 T ELT)) (-1560 (($ (-711 |#2|) $) 103 T ELT)))
+(((-431 |#1| |#2|) (-10 -8 (-15 -1560 (|#1| (-711 |#2|) |#1|)) (-15 -2560 ((-1203 (-976 |#2|)))) (-15 -4460 ((-1203 (-976 |#2|)))) (-15 -3428 ((-711 |#2|) |#1|)) (-15 -3174 ((-711 |#2|) |#1|)) (-15 -3662 ((-711 |#2|))) (-15 -1367 ((-711 |#2|))) (-15 -4101 (|#2|)) (-15 -4014 (|#2|)) (-15 -1830 (|#1| (-1299 |#2|))) (-15 -1830 ((-1299 |#2|) |#1|)) (-15 -4402 (|#1| (-1299 |#2|))) (-15 -3658 ((-663 (-976 |#2|)))) (-15 -3774 ((-1299 (-711 |#2|)))) (-15 -3084 ((-711 |#2|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1|)) (-15 -3072 ((-3 |#1| "failed"))) (-15 -3984 ((-3 |#1| "failed"))) (-15 -2552 ((-3 |#1| "failed"))) (-15 -1493 ((-3 (-2 (|:| |particular| |#1|) (|:| -4222 (-663 |#1|))) "failed"))) (-15 -1635 ((-3 (-2 (|:| |particular| |#1|) (|:| -4222 (-663 |#1|))) "failed"))) (-15 -3662 ((-711 |#2|) (-1299 |#1|))) (-15 -1367 ((-711 |#2|) (-1299 |#1|))) (-15 -4101 (|#2| (-1299 |#1|))) (-15 -4014 (|#2| (-1299 |#1|))) (-15 -4402 (|#1| (-1299 |#2|) (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -3428 ((-711 |#2|) |#1| (-1299 |#1|))) (-15 -3174 ((-711 |#2|) |#1| (-1299 |#1|))) (-15 -3774 ((-1299 (-711 |#2|)) (-1299 |#1|))) (-15 -3658 ((-663 (-976 |#2|)) (-1299 |#1|)))) (-432 |#2|) (-175)) (T -431))
+((-3774 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-1299 (-711 *4))) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-3658 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-663 (-976 *4))) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-4014 (*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-431 *3 *2)) (-4 *3 (-432 *2)))) (-4101 (*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-431 *3 *2)) (-4 *3 (-432 *2)))) (-1367 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-711 *4)) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-3662 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-711 *4)) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-4460 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-1203 (-976 *4))) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-2560 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-1203 (-976 *4))) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))))
+(-10 -8 (-15 -1560 (|#1| (-711 |#2|) |#1|)) (-15 -2560 ((-1203 (-976 |#2|)))) (-15 -4460 ((-1203 (-976 |#2|)))) (-15 -3428 ((-711 |#2|) |#1|)) (-15 -3174 ((-711 |#2|) |#1|)) (-15 -3662 ((-711 |#2|))) (-15 -1367 ((-711 |#2|))) (-15 -4101 (|#2|)) (-15 -4014 (|#2|)) (-15 -1830 (|#1| (-1299 |#2|))) (-15 -1830 ((-1299 |#2|) |#1|)) (-15 -4402 (|#1| (-1299 |#2|))) (-15 -3658 ((-663 (-976 |#2|)))) (-15 -3774 ((-1299 (-711 |#2|)))) (-15 -3084 ((-711 |#2|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1|)) (-15 -3072 ((-3 |#1| "failed"))) (-15 -3984 ((-3 |#1| "failed"))) (-15 -2552 ((-3 |#1| "failed"))) (-15 -1493 ((-3 (-2 (|:| |particular| |#1|) (|:| -4222 (-663 |#1|))) "failed"))) (-15 -1635 ((-3 (-2 (|:| |particular| |#1|) (|:| -4222 (-663 |#1|))) "failed"))) (-15 -3662 ((-711 |#2|) (-1299 |#1|))) (-15 -1367 ((-711 |#2|) (-1299 |#1|))) (-15 -4101 (|#2| (-1299 |#1|))) (-15 -4014 (|#2| (-1299 |#1|))) (-15 -4402 (|#1| (-1299 |#2|) (-1299 |#1|))) (-15 -3084 ((-711 |#2|) (-1299 |#1|) (-1299 |#1|))) (-15 -3084 ((-1299 |#2|) |#1| (-1299 |#1|))) (-15 -3428 ((-711 |#2|) |#1| (-1299 |#1|))) (-15 -3174 ((-711 |#2|) |#1| (-1299 |#1|))) (-15 -3774 ((-1299 (-711 |#2|)) (-1299 |#1|))) (-15 -3658 ((-663 (-976 |#2|)) (-1299 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3072 (((-3 $ "failed")) 47 (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3774 (((-1299 (-711 |#1|)) (-1299 $)) 88 T ELT) (((-1299 (-711 |#1|))) 114 T ELT)) (-2987 (((-1299 $)) 91 T ELT)) (-4489 (($) 22 T CONST)) (-1493 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) 50 (|has| |#1| (-571)) ELT)) (-3984 (((-3 $ "failed")) 48 (|has| |#1| (-571)) ELT)) (-3662 (((-711 |#1|) (-1299 $)) 75 T ELT) (((-711 |#1|)) 106 T ELT)) (-1608 ((|#1| $) 84 T ELT)) (-3428 (((-711 |#1|) $ (-1299 $)) 86 T ELT) (((-711 |#1|) $) 104 T ELT)) (-2990 (((-3 $ "failed") $) 55 (|has| |#1| (-571)) ELT)) (-2560 (((-1203 (-976 |#1|))) 102 (|has| |#1| (-376)) ELT)) (-2768 (($ $ (-949)) 36 T ELT)) (-4120 ((|#1| $) 82 T ELT)) (-2545 (((-1203 |#1|) $) 52 (|has| |#1| (-571)) ELT)) (-4101 ((|#1| (-1299 $)) 77 T ELT) ((|#1|) 108 T ELT)) (-1509 (((-1203 |#1|) $) 73 T ELT)) (-3649 (((-114)) 67 T ELT)) (-4402 (($ (-1299 |#1|) (-1299 $)) 79 T ELT) (($ (-1299 |#1|)) 112 T ELT)) (-2167 (((-3 $ "failed") $) 57 (|has| |#1| (-571)) ELT)) (-1486 (((-949)) 90 T ELT)) (-4225 (((-114)) 64 T ELT)) (-3676 (($ $ (-949)) 43 T ELT)) (-2040 (((-114)) 60 T ELT)) (-2548 (((-114)) 58 T ELT)) (-3901 (((-114)) 62 T ELT)) (-1635 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) 51 (|has| |#1| (-571)) ELT)) (-2552 (((-3 $ "failed")) 49 (|has| |#1| (-571)) ELT)) (-1367 (((-711 |#1|) (-1299 $)) 76 T ELT) (((-711 |#1|)) 107 T ELT)) (-3299 ((|#1| $) 85 T ELT)) (-3174 (((-711 |#1|) $ (-1299 $)) 87 T ELT) (((-711 |#1|) $) 105 T ELT)) (-4141 (((-3 $ "failed") $) 56 (|has| |#1| (-571)) ELT)) (-4460 (((-1203 (-976 |#1|))) 103 (|has| |#1| (-376)) ELT)) (-4092 (($ $ (-949)) 37 T ELT)) (-3977 ((|#1| $) 83 T ELT)) (-4381 (((-1203 |#1|) $) 53 (|has| |#1| (-571)) ELT)) (-4014 ((|#1| (-1299 $)) 78 T ELT) ((|#1|) 109 T ELT)) (-2155 (((-1203 |#1|) $) 74 T ELT)) (-2450 (((-114)) 68 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1481 (((-114)) 59 T ELT)) (-1933 (((-114)) 61 T ELT)) (-3067 (((-114)) 63 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1513 (((-114)) 66 T ELT)) (-3034 ((|#1| $ (-560)) 118 T ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) 81 T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) 80 T ELT) (((-1299 |#1|) $) 116 T ELT) (((-711 |#1|) (-1299 $)) 115 T ELT)) (-1830 (((-1299 |#1|) $) 111 T ELT) (($ (-1299 |#1|)) 110 T ELT)) (-3658 (((-663 (-976 |#1|)) (-1299 $)) 89 T ELT) (((-663 (-976 |#1|))) 113 T ELT)) (-3923 (($ $ $) 33 T ELT)) (-2127 (((-114)) 72 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-4222 (((-1299 $)) 117 T ELT)) (-1565 (((-663 (-1299 |#1|))) 54 (|has| |#1| (-571)) ELT)) (-3121 (($ $ $ $) 34 T ELT)) (-3757 (((-114)) 70 T ELT)) (-1560 (($ (-711 |#1|) $) 101 T ELT)) (-3260 (($ $ $) 32 T ELT)) (-3270 (((-114)) 71 T ELT)) (-1381 (((-114)) 69 T ELT)) (-3386 (((-114)) 65 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 38 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 45 T ELT) (($ |#1| $) 44 T ELT)))
(((-432 |#1|) (-142) (-175)) (T -432))
-((-1868 (*1 *2) (-12 (-4 *3 (-175)) (-5 *2 (-1298 *1)) (-4 *1 (-432 *3)))) (-2086 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1298 *3)))) (-2086 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-432 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-2951 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1298 (-711 *3))))) (-2246 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-663 (-975 *3))))) (-3013 (*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-175)) (-4 *1 (-432 *3)))) (-4417 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1298 *3)))) (-4417 (*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-175)) (-4 *1 (-432 *3)))) (-4030 (*1 *2) (-12 (-4 *1 (-432 *2)) (-4 *2 (-175)))) (-2708 (*1 *2) (-12 (-4 *1 (-432 *2)) (-4 *2 (-175)))) (-3522 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))) (-2454 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))) (-3870 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))) (-4093 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))) (-2697 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-4 *3 (-376)) (-5 *2 (-1202 (-975 *3))))) (-4349 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-4 *3 (-376)) (-5 *2 (-1202 (-975 *3))))) (-3780 (*1 *1 *2 *1) (-12 (-5 *2 (-711 *3)) (-4 *1 (-432 *3)) (-4 *3 (-175)))))
-(-13 (-380 |t#1|) (-298 (-560) |t#1|) (-10 -8 (-15 -1868 ((-1298 $))) (-15 -2086 ((-1298 |t#1|) $)) (-15 -2086 ((-711 |t#1|) (-1298 $))) (-15 -2951 ((-1298 (-711 |t#1|)))) (-15 -2246 ((-663 (-975 |t#1|)))) (-15 -3013 ($ (-1298 |t#1|))) (-15 -4417 ((-1298 |t#1|) $)) (-15 -4417 ($ (-1298 |t#1|))) (-15 -4030 (|t#1|)) (-15 -2708 (|t#1|)) (-15 -3522 ((-711 |t#1|))) (-15 -2454 ((-711 |t#1|))) (-15 -3870 ((-711 |t#1|) $)) (-15 -4093 ((-711 |t#1|) $)) (IF (|has| |t#1| (-376)) (PROGN (-15 -2697 ((-1202 (-975 |t#1|)))) (-15 -4349 ((-1202 (-975 |t#1|))))) |%noBranch|) (-15 -3780 ($ (-711 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-298 (-560) |#1|) . T) ((-380 |#1|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-742) . T) ((-766 |#1|) . T) ((-783) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-1857 (((-419 |#1|) (-419 |#1|) (-1 (-419 |#1|) |#1|)) 28 T ELT)) (-1562 (((-419 |#1|) (-419 |#1|) (-419 |#1|)) 17 T ELT)))
-(((-433 |#1|) (-10 -7 (-15 -1857 ((-419 |#1|) (-419 |#1|) (-1 (-419 |#1|) |#1|))) (-15 -1562 ((-419 |#1|) (-419 |#1|) (-419 |#1|)))) (-571)) (T -433))
-((-1562 (*1 *2 *2 *2) (-12 (-5 *2 (-419 *3)) (-4 *3 (-571)) (-5 *1 (-433 *3)))) (-1857 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-419 *4) *4)) (-4 *4 (-571)) (-5 *2 (-419 *4)) (-5 *1 (-433 *4)))))
-(-10 -7 (-15 -1857 ((-419 |#1|) (-419 |#1|) (-1 (-419 |#1|) |#1|))) (-15 -1562 ((-419 |#1|) (-419 |#1|) (-419 |#1|))))
-((-3557 (((-663 (-1208)) $) 81 T ELT)) (-3349 (((-421 (-1202 $)) $ (-630 $)) 313 T ELT)) (-2943 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) 277 T ELT)) (-1442 (((-3 (-630 $) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) 84 T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 273 T ELT) (((-3 (-421 (-975 |#2|)) "failed") $) 363 T ELT) (((-3 (-975 |#2|) "failed") $) 275 T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-3056 (((-630 $) $) NIL T ELT) (((-1208) $) 28 T ELT) (((-560) $) NIL T ELT) ((|#2| $) 271 T ELT) (((-421 (-975 |#2|)) $) 345 T ELT) (((-975 |#2|) $) 272 T ELT) (((-421 (-560)) $) NIL T ELT)) (-3336 (((-115) (-115)) 47 T ELT)) (-2159 (($ $) 99 T ELT)) (-1707 (((-3 (-630 $) "failed") $) 268 T ELT)) (-3322 (((-663 (-630 $)) $) 269 T ELT)) (-1483 (((-3 (-663 $) "failed") $) 287 T ELT)) (-1968 (((-3 (-2 (|:| |val| $) (|:| -3881 (-560))) "failed") $) 294 T ELT)) (-3932 (((-3 (-663 $) "failed") $) 285 T ELT)) (-3474 (((-3 (-2 (|:| -1398 (-560)) (|:| |var| (-630 $))) "failed") $) 304 T ELT)) (-2429 (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $) 291 T ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-115)) 255 T ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-1208)) 257 T ELT)) (-2412 (((-114) $) 17 T ELT)) (-2425 ((|#2| $) 19 T ELT)) (-2799 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) 276 T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) 109 T ELT) (($ $ (-1208) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1208) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT) (($ $ (-1208)) 62 T ELT) (($ $ (-663 (-1208))) 280 T ELT) (($ $) 281 T ELT) (($ $ (-115) $ (-1208)) 65 T ELT) (($ $ (-663 (-115)) (-663 $) (-1208)) 72 T ELT) (($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ $))) 120 T ELT) (($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ (-663 $)))) 282 T ELT) (($ $ (-1208) (-793) (-1 $ (-663 $))) 105 T ELT) (($ $ (-1208) (-793) (-1 $ $)) 104 T ELT)) (-1495 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) 119 T ELT)) (-2457 (($ $ (-1208)) 278 T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT)) (-1553 (($ $) 324 T ELT)) (-4417 (((-915 (-560)) $) 297 T ELT) (((-915 (-391)) $) 301 T ELT) (($ (-419 $)) 359 T ELT) (((-549) $) NIL T ELT)) (-2539 (((-887) $) 279 T ELT) (($ (-630 $)) 93 T ELT) (($ (-1208)) 24 T ELT) (($ |#2|) NIL T ELT) (($ (-1156 |#2| (-630 $))) NIL T ELT) (($ (-421 |#2|)) 329 T ELT) (($ (-975 (-421 |#2|))) 368 T ELT) (($ (-421 (-975 (-421 |#2|)))) 341 T ELT) (($ (-421 (-975 |#2|))) 335 T ELT) (($ $) NIL T ELT) (($ (-975 |#2|)) 216 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) 373 T ELT)) (-3418 (((-793)) 88 T ELT)) (-1881 (((-114) (-115)) 42 T ELT)) (-3727 (($ (-1208) $) 31 T ELT) (($ (-1208) $ $) 32 T ELT) (($ (-1208) $ $ $) 33 T ELT) (($ (-1208) $ $ $ $) 34 T ELT) (($ (-1208) (-663 $)) 39 T ELT)) (* (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 306 T ELT) (($ $ $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-948) $) NIL T ELT)))
-(((-434 |#1| |#2|) (-10 -8 (-15 * (|#1| (-948) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2539 (|#1| (-560))) (-15 -3418 ((-793))) (-15 * (|#1| |#2| |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -2539 (|#1| (-975 |#2|))) (-15 -1442 ((-3 (-975 |#2|) "failed") |#1|)) (-15 -3056 ((-975 |#2|) |#1|)) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 * (|#1| |#1| |#2|)) (-15 -2539 (|#1| |#1|)) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -2539 (|#1| (-421 (-975 |#2|)))) (-15 -1442 ((-3 (-421 (-975 |#2|)) "failed") |#1|)) (-15 -3056 ((-421 (-975 |#2|)) |#1|)) (-15 -3349 ((-421 (-1202 |#1|)) |#1| (-630 |#1|))) (-15 -2539 (|#1| (-421 (-975 (-421 |#2|))))) (-15 -2539 (|#1| (-975 (-421 |#2|)))) (-15 -2539 (|#1| (-421 |#2|))) (-15 -1553 (|#1| |#1|)) (-15 -4417 (|#1| (-419 |#1|))) (-15 -2799 (|#1| |#1| (-1208) (-793) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-1208) (-793) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-793)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-793)) (-663 (-1 |#1| |#1|)))) (-15 -1968 ((-3 (-2 (|:| |val| |#1|) (|:| -3881 (-560))) "failed") |#1|)) (-15 -2429 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -3881 (-560))) "failed") |#1| (-1208))) (-15 -2429 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -3881 (-560))) "failed") |#1| (-115))) (-15 -2159 (|#1| |#1|)) (-15 -2539 (|#1| (-1156 |#2| (-630 |#1|)))) (-15 -3474 ((-3 (-2 (|:| -1398 (-560)) (|:| |var| (-630 |#1|))) "failed") |#1|)) (-15 -3932 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -2429 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -3881 (-560))) "failed") |#1|)) (-15 -1483 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 |#1|) (-1208))) (-15 -2799 (|#1| |#1| (-115) |#1| (-1208))) (-15 -2799 (|#1| |#1|)) (-15 -2799 (|#1| |#1| (-663 (-1208)))) (-15 -2799 (|#1| |#1| (-1208))) (-15 -3727 (|#1| (-1208) (-663 |#1|))) (-15 -3727 (|#1| (-1208) |#1| |#1| |#1| |#1|)) (-15 -3727 (|#1| (-1208) |#1| |#1| |#1|)) (-15 -3727 (|#1| (-1208) |#1| |#1|)) (-15 -3727 (|#1| (-1208) |#1|)) (-15 -3557 ((-663 (-1208)) |#1|)) (-15 -2425 (|#2| |#1|)) (-15 -2412 ((-114) |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -2539 (|#1| (-1208))) (-15 -1442 ((-3 (-1208) "failed") |#1|)) (-15 -3056 ((-1208) |#1|)) (-15 -2799 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-115) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| |#1|)))) (-15 -2799 (|#1| |#1| (-1208) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-1208) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-1 |#1| |#1|)))) (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -3322 ((-663 (-630 |#1|)) |#1|)) (-15 -1707 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -2943 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -2943 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2943 (|#1| |#1| (-305 |#1|))) (-15 -1495 (|#1| (-115) (-663 |#1|))) (-15 -1495 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1| |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -2799 (|#1| |#1| (-630 |#1|) |#1|)) (-15 -2539 (|#1| (-630 |#1|))) (-15 -1442 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3056 ((-630 |#1|) |#1|)) (-15 -2539 ((-887) |#1|))) (-435 |#2|) (-1132)) (T -434))
-((-3336 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *4 (-1132)) (-5 *1 (-434 *3 *4)) (-4 *3 (-435 *4)))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *5 (-1132)) (-5 *2 (-114)) (-5 *1 (-434 *4 *5)) (-4 *4 (-435 *5)))) (-3418 (*1 *2) (-12 (-4 *4 (-1132)) (-5 *2 (-793)) (-5 *1 (-434 *3 *4)) (-4 *3 (-435 *4)))))
-(-10 -8 (-15 * (|#1| (-948) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2539 (|#1| (-560))) (-15 -3418 ((-793))) (-15 * (|#1| |#2| |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -2539 (|#1| (-975 |#2|))) (-15 -1442 ((-3 (-975 |#2|) "failed") |#1|)) (-15 -3056 ((-975 |#2|) |#1|)) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 * (|#1| |#1| |#2|)) (-15 -2539 (|#1| |#1|)) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -2539 (|#1| (-421 (-975 |#2|)))) (-15 -1442 ((-3 (-421 (-975 |#2|)) "failed") |#1|)) (-15 -3056 ((-421 (-975 |#2|)) |#1|)) (-15 -3349 ((-421 (-1202 |#1|)) |#1| (-630 |#1|))) (-15 -2539 (|#1| (-421 (-975 (-421 |#2|))))) (-15 -2539 (|#1| (-975 (-421 |#2|)))) (-15 -2539 (|#1| (-421 |#2|))) (-15 -1553 (|#1| |#1|)) (-15 -4417 (|#1| (-419 |#1|))) (-15 -2799 (|#1| |#1| (-1208) (-793) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-1208) (-793) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-793)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-793)) (-663 (-1 |#1| |#1|)))) (-15 -1968 ((-3 (-2 (|:| |val| |#1|) (|:| -3881 (-560))) "failed") |#1|)) (-15 -2429 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -3881 (-560))) "failed") |#1| (-1208))) (-15 -2429 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -3881 (-560))) "failed") |#1| (-115))) (-15 -2159 (|#1| |#1|)) (-15 -2539 (|#1| (-1156 |#2| (-630 |#1|)))) (-15 -3474 ((-3 (-2 (|:| -1398 (-560)) (|:| |var| (-630 |#1|))) "failed") |#1|)) (-15 -3932 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -2429 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -3881 (-560))) "failed") |#1|)) (-15 -1483 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 |#1|) (-1208))) (-15 -2799 (|#1| |#1| (-115) |#1| (-1208))) (-15 -2799 (|#1| |#1|)) (-15 -2799 (|#1| |#1| (-663 (-1208)))) (-15 -2799 (|#1| |#1| (-1208))) (-15 -3727 (|#1| (-1208) (-663 |#1|))) (-15 -3727 (|#1| (-1208) |#1| |#1| |#1| |#1|)) (-15 -3727 (|#1| (-1208) |#1| |#1| |#1|)) (-15 -3727 (|#1| (-1208) |#1| |#1|)) (-15 -3727 (|#1| (-1208) |#1|)) (-15 -3557 ((-663 (-1208)) |#1|)) (-15 -2425 (|#2| |#1|)) (-15 -2412 ((-114) |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -2539 (|#1| (-1208))) (-15 -1442 ((-3 (-1208) "failed") |#1|)) (-15 -3056 ((-1208) |#1|)) (-15 -2799 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-115) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| |#1|)))) (-15 -2799 (|#1| |#1| (-1208) (-1 |#1| |#1|))) (-15 -2799 (|#1| |#1| (-1208) (-1 |#1| (-663 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -2799 (|#1| |#1| (-663 (-1208)) (-663 (-1 |#1| |#1|)))) (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -3322 ((-663 (-630 |#1|)) |#1|)) (-15 -1707 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -2943 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -2943 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2943 (|#1| |#1| (-305 |#1|))) (-15 -1495 (|#1| (-115) (-663 |#1|))) (-15 -1495 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1| |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1| |#1|)) (-15 -1495 (|#1| (-115) |#1|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2799 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -2799 (|#1| |#1| (-630 |#1|) |#1|)) (-15 -2539 (|#1| (-630 |#1|))) (-15 -1442 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3056 ((-630 |#1|) |#1|)) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 129 (|has| |#1| (-25)) ELT)) (-3557 (((-663 (-1208)) $) 220 T ELT)) (-3349 (((-421 (-1202 $)) $ (-630 $)) 188 (|has| |#1| (-571)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 160 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 161 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 163 (|has| |#1| (-571)) ELT)) (-3227 (((-663 (-630 $)) $) 42 T ELT)) (-2494 (((-3 $ "failed") $ $) 131 (|has| |#1| (-21)) ELT)) (-2943 (($ $ (-305 $)) 54 T ELT) (($ $ (-663 (-305 $))) 53 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 52 T ELT)) (-2082 (($ $) 180 (|has| |#1| (-571)) ELT)) (-2326 (((-419 $) $) 181 (|has| |#1| (-571)) ELT)) (-3988 (((-114) $ $) 171 (|has| |#1| (-571)) ELT)) (-3366 (($) 117 (-2191 (|has| |#1| (-1143)) (|has| |#1| (-25))) CONST)) (-1442 (((-3 (-630 $) "failed") $) 67 T ELT) (((-3 (-1208) "failed") $) 233 T ELT) (((-3 (-560) "failed") $) 227 (|has| |#1| (-1069 (-560))) ELT) (((-3 |#1| "failed") $) 224 T ELT) (((-3 (-421 (-975 |#1|)) "failed") $) 186 (|has| |#1| (-571)) ELT) (((-3 (-975 |#1|) "failed") $) 136 (|has| |#1| (-1080)) ELT) (((-3 (-421 (-560)) "failed") $) 111 (-2191 (-12 (|has| |#1| (-1069 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3056 (((-630 $) $) 68 T ELT) (((-1208) $) 234 T ELT) (((-560) $) 226 (|has| |#1| (-1069 (-560))) ELT) ((|#1| $) 225 T ELT) (((-421 (-975 |#1|)) $) 187 (|has| |#1| (-571)) ELT) (((-975 |#1|) $) 137 (|has| |#1| (-1080)) ELT) (((-421 (-560)) $) 112 (-2191 (-12 (|has| |#1| (-1069 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-2242 (($ $ $) 175 (|has| |#1| (-571)) ELT)) (-2336 (((-711 (-560)) (-711 $)) 153 (-1383 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 152 (-1383 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 151 (|has| |#1| (-1080)) ELT) (((-711 |#1|) (-711 $)) 150 (|has| |#1| (-1080)) ELT)) (-4310 (((-3 $ "failed") $) 119 (|has| |#1| (-1143)) ELT)) (-2254 (($ $ $) 174 (|has| |#1| (-571)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 169 (|has| |#1| (-571)) ELT)) (-1510 (((-114) $) 182 (|has| |#1| (-571)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 229 (|has| |#1| (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 228 (|has| |#1| (-911 (-391))) ELT)) (-1674 (($ $) 49 T ELT) (($ (-663 $)) 48 T ELT)) (-2297 (((-663 (-115)) $) 41 T ELT)) (-3336 (((-115) (-115)) 40 T ELT)) (-1871 (((-114) $) 118 (|has| |#1| (-1143)) ELT)) (-3057 (((-114) $) 20 (|has| $ (-1069 (-560))) ELT)) (-2159 (($ $) 203 (|has| |#1| (-1080)) ELT)) (-4420 (((-1156 |#1| (-630 $)) $) 204 (|has| |#1| (-1080)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 178 (|has| |#1| (-571)) ELT)) (-3869 (((-1202 $) (-630 $)) 23 (|has| $ (-1080)) ELT)) (-2067 (($ (-1 $ $) (-630 $)) 34 T ELT)) (-1707 (((-3 (-630 $) "failed") $) 44 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 155 (-1383 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 154 (-1383 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 149 (|has| |#1| (-1080)) ELT) (((-711 |#1|) (-1298 $)) 148 (|has| |#1| (-1080)) ELT)) (-2433 (($ (-663 $)) 167 (|has| |#1| (-571)) ELT) (($ $ $) 166 (|has| |#1| (-571)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3322 (((-663 (-630 $)) $) 43 T ELT)) (-4481 (($ (-115) $) 36 T ELT) (($ (-115) (-663 $)) 35 T ELT)) (-1483 (((-3 (-663 $) "failed") $) 209 (|has| |#1| (-1143)) ELT)) (-1968 (((-3 (-2 (|:| |val| $) (|:| -3881 (-560))) "failed") $) 200 (|has| |#1| (-1080)) ELT)) (-3932 (((-3 (-663 $) "failed") $) 207 (|has| |#1| (-25)) ELT)) (-3474 (((-3 (-2 (|:| -1398 (-560)) (|:| |var| (-630 $))) "failed") $) 206 (|has| |#1| (-25)) ELT)) (-2429 (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $) 208 (|has| |#1| (-1143)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-115)) 202 (|has| |#1| (-1080)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-1208)) 201 (|has| |#1| (-1080)) ELT)) (-3880 (((-114) $ (-115)) 38 T ELT) (((-114) $ (-1208)) 37 T ELT)) (-2402 (($ $) 121 (-2191 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT)) (-3547 (((-793) $) 45 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2412 (((-114) $) 222 T ELT)) (-2425 ((|#1| $) 221 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 168 (|has| |#1| (-571)) ELT)) (-2470 (($ (-663 $)) 165 (|has| |#1| (-571)) ELT) (($ $ $) 164 (|has| |#1| (-571)) ELT)) (-4228 (((-114) $ $) 33 T ELT) (((-114) $ (-1208)) 32 T ELT)) (-3388 (((-419 $) $) 179 (|has| |#1| (-571)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 177 (|has| |#1| (-571)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 176 (|has| |#1| (-571)) ELT)) (-2283 (((-3 $ "failed") $ $) 159 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 170 (|has| |#1| (-571)) ELT)) (-3196 (((-114) $) 21 (|has| $ (-1069 (-560))) ELT)) (-2799 (($ $ (-630 $) $) 65 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 64 T ELT) (($ $ (-663 (-305 $))) 63 T ELT) (($ $ (-305 $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (-663 $) (-663 $)) 60 T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) 31 T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) 30 T ELT) (($ $ (-1208) (-1 $ (-663 $))) 29 T ELT) (($ $ (-1208) (-1 $ $)) 28 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 27 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) 26 T ELT) (($ $ (-115) (-1 $ (-663 $))) 25 T ELT) (($ $ (-115) (-1 $ $)) 24 T ELT) (($ $ (-1208)) 214 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1208))) 213 (|has| |#1| (-633 (-549))) ELT) (($ $) 212 (|has| |#1| (-633 (-549))) ELT) (($ $ (-115) $ (-1208)) 211 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-115)) (-663 $) (-1208)) 210 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ $))) 199 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ (-663 $)))) 198 (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793) (-1 $ (-663 $))) 197 (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793) (-1 $ $)) 196 (|has| |#1| (-1080)) ELT)) (-3320 (((-793) $) 172 (|has| |#1| (-571)) ELT)) (-1495 (($ (-115) $) 59 T ELT) (($ (-115) $ $) 58 T ELT) (($ (-115) $ $ $) 57 T ELT) (($ (-115) $ $ $ $) 56 T ELT) (($ (-115) (-663 $)) 55 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 173 (|has| |#1| (-571)) ELT)) (-3737 (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (-2457 (($ $ (-1208)) 146 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208))) 144 (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793)) 143 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 142 (|has| |#1| (-1080)) ELT)) (-1553 (($ $) 193 (|has| |#1| (-571)) ELT)) (-4429 (((-1156 |#1| (-630 $)) $) 194 (|has| |#1| (-571)) ELT)) (-2731 (($ $) 22 (|has| $ (-1080)) ELT)) (-4417 (((-915 (-560)) $) 231 (|has| |#1| (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) 230 (|has| |#1| (-633 (-915 (-391)))) ELT) (($ (-419 $)) 195 (|has| |#1| (-571)) ELT) (((-549) $) 113 (|has| |#1| (-633 (-549))) ELT)) (-1521 (($ $ $) 124 (|has| |#1| (-487)) ELT)) (-4172 (($ $ $) 125 (|has| |#1| (-487)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-630 $)) 66 T ELT) (($ (-1208)) 232 T ELT) (($ |#1|) 223 T ELT) (($ (-1156 |#1| (-630 $))) 205 (|has| |#1| (-1080)) ELT) (($ (-421 |#1|)) 191 (|has| |#1| (-571)) ELT) (($ (-975 (-421 |#1|))) 190 (|has| |#1| (-571)) ELT) (($ (-421 (-975 (-421 |#1|)))) 189 (|has| |#1| (-571)) ELT) (($ (-421 (-975 |#1|))) 185 (|has| |#1| (-571)) ELT) (($ $) 158 (|has| |#1| (-571)) ELT) (($ (-975 |#1|)) 135 (|has| |#1| (-1080)) ELT) (($ (-421 (-560))) 110 (-2191 (|has| |#1| (-571)) (-12 (|has| |#1| (-1069 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ (-560)) 109 (-2191 (|has| |#1| (-1080)) (|has| |#1| (-1069 (-560)))) ELT)) (-3187 (((-713 $) $) 156 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 138 (|has| |#1| (-1080)) CONST)) (-3949 (($ $) 51 T ELT) (($ (-663 $)) 50 T ELT)) (-1881 (((-114) (-115)) 39 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 162 (|has| |#1| (-571)) ELT)) (-3727 (($ (-1208) $) 219 T ELT) (($ (-1208) $ $) 218 T ELT) (($ (-1208) $ $ $) 217 T ELT) (($ (-1208) $ $ $ $) 216 T ELT) (($ (-1208) (-663 $)) 215 T ELT)) (-1427 (($) 128 (|has| |#1| (-25)) CONST)) (-1439 (($) 116 (|has| |#1| (-1143)) CONST)) (-4324 (($ $ (-1208)) 145 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208))) 141 (|has| |#1| (-1080)) ELT) (($ $ (-1208) (-793)) 140 (|has| |#1| (-1080)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 139 (|has| |#1| (-1080)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ (-1156 |#1| (-630 $)) (-1156 |#1| (-630 $))) 192 (|has| |#1| (-571)) ELT) (($ $ $) 122 (-2191 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT)) (-2426 (($ $ $) 134 (|has| |#1| (-21)) ELT) (($ $) 133 (|has| |#1| (-21)) ELT)) (-2413 (($ $ $) 126 (|has| |#1| (-25)) ELT)) (** (($ $ (-560)) 123 (-2191 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT) (($ $ (-793)) 120 (|has| |#1| (-1143)) ELT) (($ $ (-948)) 115 (|has| |#1| (-1143)) ELT)) (* (($ (-421 (-560)) $) 184 (|has| |#1| (-571)) ELT) (($ $ (-421 (-560))) 183 (|has| |#1| (-571)) ELT) (($ $ |#1|) 157 (|has| |#1| (-175)) ELT) (($ |#1| $) 147 (|has| |#1| (-1080)) ELT) (($ (-560) $) 132 (|has| |#1| (-21)) ELT) (($ (-793) $) 130 (|has| |#1| (-25)) ELT) (($ (-948) $) 127 (|has| |#1| (-25)) ELT) (($ $ $) 114 (|has| |#1| (-1143)) ELT)))
-(((-435 |#1|) (-142) (-1132)) (T -435))
-((-2412 (*1 *2 *1) (-12 (-4 *1 (-435 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))) (-2425 (*1 *2 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1132)))) (-3557 (*1 *2 *1) (-12 (-4 *1 (-435 *3)) (-4 *3 (-1132)) (-5 *2 (-663 (-1208))))) (-3727 (*1 *1 *2 *1) (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132)))) (-3727 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132)))) (-3727 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132)))) (-3727 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132)))) (-3727 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-663 *1)) (-4 *1 (-435 *4)) (-4 *4 (-1132)))) (-2799 (*1 *1 *1 *2) (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132)) (-4 *3 (-633 (-549))))) (-2799 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1208))) (-4 *1 (-435 *3)) (-4 *3 (-1132)) (-4 *3 (-633 (-549))))) (-2799 (*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1132)) (-4 *2 (-633 (-549))))) (-2799 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1208)) (-4 *1 (-435 *4)) (-4 *4 (-1132)) (-4 *4 (-633 (-549))))) (-2799 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 *1)) (-5 *4 (-1208)) (-4 *1 (-435 *5)) (-4 *5 (-1132)) (-4 *5 (-633 (-549))))) (-1483 (*1 *2 *1) (|partial| -12 (-4 *3 (-1143)) (-4 *3 (-1132)) (-5 *2 (-663 *1)) (-4 *1 (-435 *3)))) (-2429 (*1 *2 *1) (|partial| -12 (-4 *3 (-1143)) (-4 *3 (-1132)) (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -3881 (-560)))) (-4 *1 (-435 *3)))) (-3932 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1132)) (-5 *2 (-663 *1)) (-4 *1 (-435 *3)))) (-3474 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1132)) (-5 *2 (-2 (|:| -1398 (-560)) (|:| |var| (-630 *1)))) (-4 *1 (-435 *3)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1156 *3 (-630 *1))) (-4 *3 (-1080)) (-4 *3 (-1132)) (-4 *1 (-435 *3)))) (-4420 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-4 *3 (-1132)) (-5 *2 (-1156 *3 (-630 *1))) (-4 *1 (-435 *3)))) (-2159 (*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1132)) (-4 *2 (-1080)))) (-2429 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-115)) (-4 *4 (-1080)) (-4 *4 (-1132)) (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -3881 (-560)))) (-4 *1 (-435 *4)))) (-2429 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1208)) (-4 *4 (-1080)) (-4 *4 (-1132)) (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -3881 (-560)))) (-4 *1 (-435 *4)))) (-1968 (*1 *2 *1) (|partial| -12 (-4 *3 (-1080)) (-4 *3 (-1132)) (-5 *2 (-2 (|:| |val| *1) (|:| -3881 (-560)))) (-4 *1 (-435 *3)))) (-2799 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-663 (-793))) (-5 *4 (-663 (-1 *1 *1))) (-4 *1 (-435 *5)) (-4 *5 (-1132)) (-4 *5 (-1080)))) (-2799 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-663 (-793))) (-5 *4 (-663 (-1 *1 (-663 *1)))) (-4 *1 (-435 *5)) (-4 *5 (-1132)) (-4 *5 (-1080)))) (-2799 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-793)) (-5 *4 (-1 *1 (-663 *1))) (-4 *1 (-435 *5)) (-4 *5 (-1132)) (-4 *5 (-1080)))) (-2799 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-793)) (-5 *4 (-1 *1 *1)) (-4 *1 (-435 *5)) (-4 *5 (-1132)) (-4 *5 (-1080)))) (-4417 (*1 *1 *2) (-12 (-5 *2 (-419 *1)) (-4 *1 (-435 *3)) (-4 *3 (-571)) (-4 *3 (-1132)))) (-4429 (*1 *2 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1132)) (-5 *2 (-1156 *3 (-630 *1))) (-4 *1 (-435 *3)))) (-1553 (*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1132)) (-4 *2 (-571)))) (-2436 (*1 *1 *2 *2) (-12 (-5 *2 (-1156 *3 (-630 *1))) (-4 *3 (-571)) (-4 *3 (-1132)) (-4 *1 (-435 *3)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-421 *3)) (-4 *3 (-571)) (-4 *3 (-1132)) (-4 *1 (-435 *3)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-975 (-421 *3))) (-4 *3 (-571)) (-4 *3 (-1132)) (-4 *1 (-435 *3)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-421 (-975 (-421 *3)))) (-4 *3 (-571)) (-4 *3 (-1132)) (-4 *1 (-435 *3)))) (-3349 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-435 *4)) (-4 *4 (-1132)) (-4 *4 (-571)) (-5 *2 (-421 (-1202 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-435 *3)) (-4 *3 (-1132)) (-4 *3 (-1143)))))
-(-13 (-310) (-1069 (-1208)) (-909 |t#1|) (-414 |t#1|) (-426 |t#1|) (-10 -8 (-15 -2412 ((-114) $)) (-15 -2425 (|t#1| $)) (-15 -3557 ((-663 (-1208)) $)) (-15 -3727 ($ (-1208) $)) (-15 -3727 ($ (-1208) $ $)) (-15 -3727 ($ (-1208) $ $ $)) (-15 -3727 ($ (-1208) $ $ $ $)) (-15 -3727 ($ (-1208) (-663 $))) (IF (|has| |t#1| (-633 (-549))) (PROGN (-6 (-633 (-549))) (-15 -2799 ($ $ (-1208))) (-15 -2799 ($ $ (-663 (-1208)))) (-15 -2799 ($ $)) (-15 -2799 ($ $ (-115) $ (-1208))) (-15 -2799 ($ $ (-663 (-115)) (-663 $) (-1208)))) |%noBranch|) (IF (|has| |t#1| (-1143)) (PROGN (-6 (-748)) (-15 ** ($ $ (-793))) (-15 -1483 ((-3 (-663 $) "failed") $)) (-15 -2429 ((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-487)) (-6 (-487)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -3932 ((-3 (-663 $) "failed") $)) (-15 -3474 ((-3 (-2 (|:| -1398 (-560)) (|:| |var| (-630 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1080)) (PROGN (-6 (-1080)) (-6 (-1069 (-975 |t#1|))) (-6 (-927 (-1208))) (-6 (-390 |t#1|)) (-15 -2539 ($ (-1156 |t#1| (-630 $)))) (-15 -4420 ((-1156 |t#1| (-630 $)) $)) (-15 -2159 ($ $)) (-15 -2429 ((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-115))) (-15 -2429 ((-3 (-2 (|:| |var| (-630 $)) (|:| -3881 (-560))) "failed") $ (-1208))) (-15 -1968 ((-3 (-2 (|:| |val| $) (|:| -3881 (-560))) "failed") $)) (-15 -2799 ($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ $)))) (-15 -2799 ($ $ (-663 (-1208)) (-663 (-793)) (-663 (-1 $ (-663 $))))) (-15 -2799 ($ $ (-1208) (-793) (-1 $ (-663 $)))) (-15 -2799 ($ $ (-1208) (-793) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-175)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-6 (-376)) (-6 (-1069 (-421 (-975 |t#1|)))) (-15 -4417 ($ (-419 $))) (-15 -4429 ((-1156 |t#1| (-630 $)) $)) (-15 -1553 ($ $)) (-15 -2436 ($ (-1156 |t#1| (-630 $)) (-1156 |t#1| (-630 $)))) (-15 -2539 ($ (-421 |t#1|))) (-15 -2539 ($ (-975 (-421 |t#1|)))) (-15 -2539 ($ (-421 (-975 (-421 |t#1|))))) (-15 -3349 ((-421 (-1202 $)) $ (-630 $))) (IF (|has| |t#1| (-1069 (-560))) (-6 (-1069 (-421 (-560)))) |%noBranch|)) |%noBranch|)))
-(((-21) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-21))) ((-23) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-421 (-560))) |has| |#1| (-571)) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-571)) ((-111 |#1| |#1|) |has| |#1| (-175)) ((-111 $ $) |has| |#1| (-571)) ((-133) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-21))) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-571))) ((-635 #1=(-421 (-975 |#1|))) |has| |#1| (-571)) ((-635 (-560)) -2191 (|has| |#1| (-1080)) (|has| |#1| (-1069 (-560))) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-635 #2=(-630 $)) . T) ((-635 #3=(-975 |#1|)) |has| |#1| (-1080)) ((-635 #4=(-1208)) . T) ((-635 |#1|) . T) ((-635 $) |has| |#1| (-571)) ((-632 (-887)) . T) ((-175) |has| |#1| (-571)) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-633 (-915 (-391))) |has| |#1| (-633 (-915 (-391)))) ((-633 (-915 (-560))) |has| |#1| (-633 (-915 (-560)))) ((-250) |has| |#1| (-571)) ((-302) |has| |#1| (-571)) ((-319) |has| |#1| (-571)) ((-321 $) . T) ((-310) . T) ((-376) |has| |#1| (-571)) ((-390 |#1|) |has| |#1| (-1080)) ((-414 |#1|) . T) ((-426 |#1|) . T) ((-466) |has| |#1| (-571)) ((-487) |has| |#1| (-487)) ((-528 (-630 $) $) . T) ((-528 $ $) . T) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-571)) ((-668 (-560)) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-21))) ((-668 |#1|) -2191 (|has| |#1| (-1080)) (|has| |#1| (-175))) ((-668 $) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-670 #0#) |has| |#1| (-571)) ((-670 #5=(-560)) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ((-670 |#1|) -2191 (|has| |#1| (-1080)) (|has| |#1| (-175))) ((-670 $) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-662 #0#) |has| |#1| (-571)) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-660 #5#) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1080))) ((-660 |#1|) |has| |#1| (-1080)) ((-739 #0#) |has| |#1| (-571)) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) -2191 (|has| |#1| (-1143)) (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-487)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-921 $ #6=(-1208)) |has| |#1| (-1080)) ((-927 #6#) |has| |#1| (-1080)) ((-929 #6#) |has| |#1| (-1080)) ((-911 (-391)) |has| |#1| (-911 (-391))) ((-911 (-560)) |has| |#1| (-911 (-560))) ((-909 |#1|) . T) ((-950) |has| |#1| (-571)) ((-1069 (-421 (-560))) -2191 (|has| |#1| (-1069 (-421 (-560)))) (-12 (|has| |#1| (-571)) (|has| |#1| (-1069 (-560))))) ((-1069 #1#) |has| |#1| (-571)) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 #2#) . T) ((-1069 #3#) |has| |#1| (-1080)) ((-1069 #4#) . T) ((-1069 |#1|) . T) ((-1082 #0#) |has| |#1| (-571)) ((-1082 |#1|) |has| |#1| (-175)) ((-1082 $) |has| |#1| (-571)) ((-1087 #0#) |has| |#1| (-571)) ((-1087 |#1|) |has| |#1| (-175)) ((-1087 $) |has| |#1| (-571)) ((-1080) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-1088) -2191 (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-1143) -2191 (|has| |#1| (-1143)) (|has| |#1| (-1080)) (|has| |#1| (-571)) (|has| |#1| (-487)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-1132) . T) ((-1248) . T) ((-1253) |has| |#1| (-571)))
-((-2067 ((|#4| (-1 |#3| |#1|) |#2|) 11 T ELT)))
-(((-436 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#4| (-1 |#3| |#1|) |#2|))) (-1080) (-435 |#1|) (-1080) (-435 |#3|)) (T -436))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-4 *2 (-435 *6)) (-5 *1 (-436 *5 *4 *6 *2)) (-4 *4 (-435 *5)))))
-(-10 -7 (-15 -2067 (|#4| (-1 |#3| |#1|) |#2|)))
-((-3203 ((|#2| |#2|) 183 T ELT)) (-1646 (((-3 (|:| |%expansion| (-325 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114)) 60 T ELT)))
-(((-437 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1646 ((-3 (|:| |%expansion| (-325 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114))) (-15 -3203 (|#2| |#2|))) (-13 (-466) (-1069 (-560)) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|)) (-1208) |#2|) (T -437))
-((-3203 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-437 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1234) (-435 *3))) (-14 *4 (-1208)) (-14 *5 *2))) (-1646 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |%expansion| (-325 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190)))))) (-5 *1 (-437 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1234) (-435 *5))) (-14 *6 (-1208)) (-14 *7 *3))))
-(-10 -7 (-15 -1646 ((-3 (|:| |%expansion| (-325 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114))) (-15 -3203 (|#2| |#2|)))
-((-3203 ((|#2| |#2|) 106 T ELT)) (-1462 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114) (-1190)) 52 T ELT)) (-1395 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114) (-1190)) 170 T ELT)))
-(((-438 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1462 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114) (-1190))) (-15 -1395 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114) (-1190))) (-15 -3203 (|#2| |#2|))) (-13 (-466) (-1069 (-560)) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|) (-10 -8 (-15 -2539 ($ |#3|)))) (-870) (-13 (-1277 |#2| |#3|) (-376) (-1234) (-10 -8 (-15 -2457 ($ $)) (-15 -3071 ($ $)))) (-1014 |#4|) (-1208)) (T -438))
-((-3203 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-4 *2 (-13 (-27) (-1234) (-435 *3) (-10 -8 (-15 -2539 ($ *4))))) (-4 *4 (-870)) (-4 *5 (-13 (-1277 *2 *4) (-376) (-1234) (-10 -8 (-15 -2457 ($ $)) (-15 -3071 ($ $))))) (-5 *1 (-438 *3 *2 *4 *5 *6 *7)) (-4 *6 (-1014 *5)) (-14 *7 (-1208)))) (-1395 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-114)) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-4 *3 (-13 (-27) (-1234) (-435 *6) (-10 -8 (-15 -2539 ($ *7))))) (-4 *7 (-870)) (-4 *8 (-13 (-1277 *3 *7) (-376) (-1234) (-10 -8 (-15 -2457 ($ $)) (-15 -3071 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190)))))) (-5 *1 (-438 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1190)) (-4 *9 (-1014 *8)) (-14 *10 (-1208)))) (-1462 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-114)) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-4 *3 (-13 (-27) (-1234) (-435 *6) (-10 -8 (-15 -2539 ($ *7))))) (-4 *7 (-870)) (-4 *8 (-13 (-1277 *3 *7) (-376) (-1234) (-10 -8 (-15 -2457 ($ $)) (-15 -3071 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190)))))) (-5 *1 (-438 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1190)) (-4 *9 (-1014 *8)) (-14 *10 (-1208)))))
-(-10 -7 (-15 -1462 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114) (-1190))) (-15 -1395 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))) |#2| (-114) (-1190))) (-15 -3203 (|#2| |#2|)))
-((-2840 (($) 51 T ELT)) (-4167 (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ $ $) 47 T ELT)) (-2351 (($ $ $) 46 T ELT)) (-3326 (((-114) $ $) 35 T ELT)) (-1450 (((-793)) 55 T ELT)) (-2481 (($ (-663 |#2|)) 23 T ELT) (($) NIL T ELT)) (-3362 (($) 66 T ELT)) (-3249 (((-114) $ $) 15 T ELT)) (-2006 ((|#2| $) 77 T ELT)) (-2718 ((|#2| $) 75 T ELT)) (-2608 (((-948) $) 70 T ELT)) (-4340 (($ $ $) 42 T ELT)) (-3998 (($ (-948)) 60 T ELT)) (-4233 (($ $ |#2|) NIL T ELT) (($ $ $) 45 T ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) NIL T ELT) (((-793) |#2| $) 31 T ELT)) (-2548 (($ (-663 |#2|)) 27 T ELT)) (-3848 (($ $) 53 T ELT)) (-2539 (((-887) $) 40 T ELT)) (-1460 (((-793) $) 24 T ELT)) (-3467 (($ (-663 |#2|)) 22 T ELT) (($) NIL T ELT)) (-2329 (((-114) $ $) 19 T ELT)))
-(((-439 |#1| |#2|) (-10 -8 (-15 -1450 ((-793))) (-15 -3998 (|#1| (-948))) (-15 -2608 ((-948) |#1|)) (-15 -3362 (|#1|)) (-15 -2006 (|#2| |#1|)) (-15 -2718 (|#2| |#1|)) (-15 -2840 (|#1|)) (-15 -3848 (|#1| |#1|)) (-15 -1460 ((-793) |#1|)) (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -3249 ((-114) |#1| |#1|)) (-15 -3467 (|#1|)) (-15 -3467 (|#1| (-663 |#2|))) (-15 -2481 (|#1|)) (-15 -2481 (|#1| (-663 |#2|))) (-15 -4340 (|#1| |#1| |#1|)) (-15 -4233 (|#1| |#1| |#1|)) (-15 -4233 (|#1| |#1| |#2|)) (-15 -2351 (|#1| |#1| |#1|)) (-15 -3326 ((-114) |#1| |#1|)) (-15 -4167 (|#1| |#1| |#1|)) (-15 -4167 (|#1| |#1| |#2|)) (-15 -4167 (|#1| |#2| |#1|)) (-15 -2548 (|#1| (-663 |#2|))) (-15 -3150 ((-793) |#2| |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|))) (-440 |#2|) (-1132)) (T -439))
-((-1450 (*1 *2) (-12 (-4 *4 (-1132)) (-5 *2 (-793)) (-5 *1 (-439 *3 *4)) (-4 *3 (-440 *4)))))
-(-10 -8 (-15 -1450 ((-793))) (-15 -3998 (|#1| (-948))) (-15 -2608 ((-948) |#1|)) (-15 -3362 (|#1|)) (-15 -2006 (|#2| |#1|)) (-15 -2718 (|#2| |#1|)) (-15 -2840 (|#1|)) (-15 -3848 (|#1| |#1|)) (-15 -1460 ((-793) |#1|)) (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -3249 ((-114) |#1| |#1|)) (-15 -3467 (|#1|)) (-15 -3467 (|#1| (-663 |#2|))) (-15 -2481 (|#1|)) (-15 -2481 (|#1| (-663 |#2|))) (-15 -4340 (|#1| |#1| |#1|)) (-15 -4233 (|#1| |#1| |#1|)) (-15 -4233 (|#1| |#1| |#2|)) (-15 -2351 (|#1| |#1| |#1|)) (-15 -3326 ((-114) |#1| |#1|)) (-15 -4167 (|#1| |#1| |#1|)) (-15 -4167 (|#1| |#1| |#2|)) (-15 -4167 (|#1| |#2| |#1|)) (-15 -2548 (|#1| (-663 |#2|))) (-15 -3150 ((-793) |#2| |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)))
-((-2294 (((-114) $ $) 22 T ELT)) (-2840 (($) 74 (|has| |#1| (-381)) ELT)) (-4167 (($ |#1| $) 89 T ELT) (($ $ |#1|) 88 T ELT) (($ $ $) 87 T ELT)) (-2351 (($ $ $) 85 T ELT)) (-3326 (((-114) $ $) 86 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-1450 (((-793)) 68 (|has| |#1| (-381)) ELT)) (-2481 (($ (-663 |#1|)) 81 T ELT) (($) 80 T ELT)) (-2501 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2885 (($ $) 65 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ |#1| $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4509)) ELT)) (-2025 (($ |#1| $) 64 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4509)) ELT)) (-3362 (($) 71 (|has| |#1| (-381)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-3249 (((-114) $ $) 77 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2006 ((|#1| $) 72 (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2718 ((|#1| $) 73 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2608 (((-948) $) 70 (|has| |#1| (-381)) ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 T ELT)) (-4340 (($ $ $) 82 T ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT)) (-3998 (($ (-948)) 69 (|has| |#1| (-381)) ELT)) (-3139 (((-1151) $) 24 T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-4233 (($ $ |#1|) 84 T ELT) (($ $ $) 83 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 57 T ELT)) (-3848 (($ $) 75 (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) 20 T ELT)) (-1460 (((-793) $) 76 T ELT)) (-3467 (($ (-663 |#1|)) 79 T ELT) (($) 78 T ELT)) (-3860 (((-114) $ $) 23 T ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 T ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-440 |#1|) (-142) (-1132)) (T -440))
-((-1460 (*1 *2 *1) (-12 (-4 *1 (-440 *3)) (-4 *3 (-1132)) (-5 *2 (-793)))) (-3848 (*1 *1 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1132)) (-4 *2 (-381)))) (-2840 (*1 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-381)) (-4 *2 (-1132)))) (-2718 (*1 *2 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1132)) (-4 *2 (-871)))) (-2006 (*1 *2 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1132)) (-4 *2 (-871)))))
-(-13 (-233 |t#1|) (-1130 |t#1|) (-10 -8 (-6 -4509) (-15 -1460 ((-793) $)) (IF (|has| |t#1| (-381)) (PROGN (-6 (-381)) (-15 -3848 ($ $)) (-15 -2840 ($))) |%noBranch|) (IF (|has| |t#1| (-871)) (PROGN (-15 -2718 (|t#1| $)) (-15 -2006 (|t#1| $))) |%noBranch|)))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-632 (-887)) . T) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-233 |#1|) . T) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-381) |has| |#1| (-381)) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1130 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-3065 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22 T ELT)) (-2108 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20 T ELT)) (-2067 ((|#4| (-1 |#3| |#1|) |#2|) 17 T ELT)))
-(((-441 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2108 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3065 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1132) (-440 |#1|) (-1132) (-440 |#3|)) (T -441))
-((-3065 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1132)) (-4 *5 (-1132)) (-4 *2 (-440 *5)) (-5 *1 (-441 *6 *4 *5 *2)) (-4 *4 (-440 *6)))) (-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1132)) (-4 *2 (-1132)) (-5 *1 (-441 *5 *4 *2 *6)) (-4 *4 (-440 *5)) (-4 *6 (-440 *2)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-440 *6)) (-5 *1 (-441 *5 *4 *6 *2)) (-4 *4 (-440 *5)))))
-(-10 -7 (-15 -2067 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2108 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3065 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-3710 (((-597 |#2|) |#2| (-1208)) 36 T ELT)) (-1655 (((-597 |#2|) |#2| (-1208)) 21 T ELT)) (-4358 ((|#2| |#2| (-1208)) 26 T ELT)))
-(((-442 |#1| |#2|) (-10 -7 (-15 -1655 ((-597 |#2|) |#2| (-1208))) (-15 -3710 ((-597 |#2|) |#2| (-1208))) (-15 -4358 (|#2| |#2| (-1208)))) (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))) (-13 (-1234) (-29 |#1|))) (T -442))
-((-4358 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-442 *4 *2)) (-4 *2 (-13 (-1234) (-29 *4))))) (-3710 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-442 *5 *3)) (-4 *3 (-13 (-1234) (-29 *5))))) (-1655 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-442 *5 *3)) (-4 *3 (-13 (-1234) (-29 *5))))))
-(-10 -7 (-15 -1655 ((-597 |#2|) |#2| (-1208))) (-15 -3710 ((-597 |#2|) |#2| (-1208))) (-15 -4358 (|#2| |#2| (-1208))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-1508 (($ |#2| |#1|) 37 T ELT)) (-1494 (($ |#2| |#1|) 35 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-343 |#2|)) 25 T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 10 T CONST)) (-1439 (($) 16 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 36 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 39 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-443 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4496)) (IF (|has| |#1| (-6 -4496)) (-6 -4496) |%noBranch|) |%noBranch|) (-15 -2539 ($ |#1|)) (-15 -2539 ($ (-343 |#2|))) (-15 -1508 ($ |#2| |#1|)) (-15 -1494 ($ |#2| |#1|)))) (-13 (-175) (-38 (-421 (-560)))) (-13 (-871) (-21))) (T -443))
-((-2539 (*1 *1 *2) (-12 (-5 *1 (-443 *2 *3)) (-4 *2 (-13 (-175) (-38 (-421 (-560))))) (-4 *3 (-13 (-871) (-21))))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-343 *4)) (-4 *4 (-13 (-871) (-21))) (-5 *1 (-443 *3 *4)) (-4 *3 (-13 (-175) (-38 (-421 (-560))))))) (-1508 (*1 *1 *2 *3) (-12 (-5 *1 (-443 *3 *2)) (-4 *3 (-13 (-175) (-38 (-421 (-560))))) (-4 *2 (-13 (-871) (-21))))) (-1494 (*1 *1 *2 *3) (-12 (-5 *1 (-443 *3 *2)) (-4 *3 (-13 (-175) (-38 (-421 (-560))))) (-4 *2 (-13 (-871) (-21))))))
-(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4496)) (IF (|has| |#1| (-6 -4496)) (-6 -4496) |%noBranch|) |%noBranch|) (-15 -2539 ($ |#1|)) (-15 -2539 ($ (-343 |#2|))) (-15 -1508 ($ |#2| |#1|)) (-15 -1494 ($ |#2| |#1|))))
-((-3071 (((-3 |#2| (-663 |#2|)) |#2| (-1208)) 115 T ELT)))
-(((-444 |#1| |#2|) (-10 -7 (-15 -3071 ((-3 |#2| (-663 |#2|)) |#2| (-1208)))) (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))) (-13 (-1234) (-989) (-29 |#1|))) (T -444))
-((-3071 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 *3 (-663 *3))) (-5 *1 (-444 *5 *3)) (-4 *3 (-13 (-1234) (-989) (-29 *5))))))
-(-10 -7 (-15 -3071 ((-3 |#2| (-663 |#2|)) |#2| (-1208))))
-((-4467 ((|#2| |#2| |#2|) 31 T ELT)) (-3336 (((-115) (-115)) 43 T ELT)) (-2343 ((|#2| |#2|) 63 T ELT)) (-4413 ((|#2| |#2|) 66 T ELT)) (-3770 ((|#2| |#2|) 30 T ELT)) (-3172 ((|#2| |#2| |#2|) 33 T ELT)) (-3200 ((|#2| |#2| |#2|) 35 T ELT)) (-4052 ((|#2| |#2| |#2|) 32 T ELT)) (-1751 ((|#2| |#2| |#2|) 34 T ELT)) (-1881 (((-114) (-115)) 41 T ELT)) (-3350 ((|#2| |#2|) 37 T ELT)) (-2322 ((|#2| |#2|) 36 T ELT)) (-2407 ((|#2| |#2|) 25 T ELT)) (-1712 ((|#2| |#2| |#2|) 28 T ELT) ((|#2| |#2|) 26 T ELT)) (-1989 ((|#2| |#2| |#2|) 29 T ELT)))
-(((-445 |#1| |#2|) (-10 -7 (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -2407 (|#2| |#2|)) (-15 -1712 (|#2| |#2|)) (-15 -1712 (|#2| |#2| |#2|)) (-15 -1989 (|#2| |#2| |#2|)) (-15 -3770 (|#2| |#2|)) (-15 -4467 (|#2| |#2| |#2|)) (-15 -4052 (|#2| |#2| |#2|)) (-15 -3172 (|#2| |#2| |#2|)) (-15 -1751 (|#2| |#2| |#2|)) (-15 -3200 (|#2| |#2| |#2|)) (-15 -2322 (|#2| |#2|)) (-15 -3350 (|#2| |#2|)) (-15 -4413 (|#2| |#2|)) (-15 -2343 (|#2| |#2|))) (-571) (-435 |#1|)) (T -445))
-((-2343 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-4413 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-3350 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-2322 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-3200 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1751 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-3172 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-4052 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-4467 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-3770 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1989 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1712 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1712 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-2407 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-3336 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-445 *3 *4)) (-4 *4 (-435 *3)))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-445 *4 *5)) (-4 *5 (-435 *4)))))
-(-10 -7 (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -2407 (|#2| |#2|)) (-15 -1712 (|#2| |#2|)) (-15 -1712 (|#2| |#2| |#2|)) (-15 -1989 (|#2| |#2| |#2|)) (-15 -3770 (|#2| |#2|)) (-15 -4467 (|#2| |#2| |#2|)) (-15 -4052 (|#2| |#2| |#2|)) (-15 -3172 (|#2| |#2| |#2|)) (-15 -1751 (|#2| |#2| |#2|)) (-15 -3200 (|#2| |#2| |#2|)) (-15 -2322 (|#2| |#2|)) (-15 -3350 (|#2| |#2|)) (-15 -4413 (|#2| |#2|)) (-15 -2343 (|#2| |#2|)))
-((-1632 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1202 |#2|)) (|:| |pol2| (-1202 |#2|)) (|:| |prim| (-1202 |#2|))) |#2| |#2|) 103 (|has| |#2| (-27)) ELT) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-663 (-1202 |#2|))) (|:| |prim| (-1202 |#2|))) (-663 |#2|)) 65 T ELT)))
-(((-446 |#1| |#2|) (-10 -7 (-15 -1632 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-663 (-1202 |#2|))) (|:| |prim| (-1202 |#2|))) (-663 |#2|))) (IF (|has| |#2| (-27)) (-15 -1632 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1202 |#2|)) (|:| |pol2| (-1202 |#2|)) (|:| |prim| (-1202 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-571) (-149)) (-435 |#1|)) (T -446))
-((-1632 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-571) (-149))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1202 *3)) (|:| |pol2| (-1202 *3)) (|:| |prim| (-1202 *3)))) (-5 *1 (-446 *4 *3)) (-4 *3 (-27)) (-4 *3 (-435 *4)))) (-1632 (*1 *2 *3) (-12 (-5 *3 (-663 *5)) (-4 *5 (-435 *4)) (-4 *4 (-13 (-571) (-149))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-663 (-1202 *5))) (|:| |prim| (-1202 *5)))) (-5 *1 (-446 *4 *5)))))
-(-10 -7 (-15 -1632 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-663 (-1202 |#2|))) (|:| |prim| (-1202 |#2|))) (-663 |#2|))) (IF (|has| |#2| (-27)) (-15 -1632 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1202 |#2|)) (|:| |pol2| (-1202 |#2|)) (|:| |prim| (-1202 |#2|))) |#2| |#2|)) |%noBranch|))
-((-2911 (((-1304)) 18 T ELT)) (-2284 (((-1202 (-421 (-560))) |#2| (-630 |#2|)) 40 T ELT) (((-421 (-560)) |#2|) 24 T ELT)))
-(((-447 |#1| |#2|) (-10 -7 (-15 -2284 ((-421 (-560)) |#2|)) (-15 -2284 ((-1202 (-421 (-560))) |#2| (-630 |#2|))) (-15 -2911 ((-1304)))) (-13 (-571) (-1069 (-560))) (-435 |#1|)) (T -447))
-((-2911 (*1 *2) (-12 (-4 *3 (-13 (-571) (-1069 (-560)))) (-5 *2 (-1304)) (-5 *1 (-447 *3 *4)) (-4 *4 (-435 *3)))) (-2284 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-435 *5)) (-4 *5 (-13 (-571) (-1069 (-560)))) (-5 *2 (-1202 (-421 (-560)))) (-5 *1 (-447 *5 *3)))) (-2284 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-421 (-560))) (-5 *1 (-447 *4 *3)) (-4 *3 (-435 *4)))))
-(-10 -7 (-15 -2284 ((-421 (-560)) |#2|)) (-15 -2284 ((-1202 (-421 (-560))) |#2| (-630 |#2|))) (-15 -2911 ((-1304))))
-((-2717 (((-114) $) 33 T ELT)) (-2057 (((-114) $) 35 T ELT)) (-1708 (((-114) $) 36 T ELT)) (-3036 (((-114) $) 39 T ELT)) (-1541 (((-114) $) 34 T ELT)) (-3814 (((-114) $) 38 T ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-1190)) 32 T ELT) (($ (-1208)) 30 T ELT) (((-1208) $) 24 T ELT) (((-1134) $) 23 T ELT)) (-3924 (((-114) $) 37 T ELT)) (-2329 (((-114) $ $) 17 T ELT)))
-(((-448) (-13 (-632 (-887)) (-10 -8 (-15 -2539 ($ (-1190))) (-15 -2539 ($ (-1208))) (-15 -2539 ((-1208) $)) (-15 -2539 ((-1134) $)) (-15 -2717 ((-114) $)) (-15 -1541 ((-114) $)) (-15 -1708 ((-114) $)) (-15 -3814 ((-114) $)) (-15 -3036 ((-114) $)) (-15 -3924 ((-114) $)) (-15 -2057 ((-114) $)) (-15 -2329 ((-114) $ $))))) (T -448))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-448)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-448)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-448)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-448)))) (-2717 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-1541 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-1708 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-3814 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-3036 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-3924 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-2057 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-2329 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -2539 ($ (-1190))) (-15 -2539 ($ (-1208))) (-15 -2539 ((-1208) $)) (-15 -2539 ((-1134) $)) (-15 -2717 ((-114) $)) (-15 -1541 ((-114) $)) (-15 -1708 ((-114) $)) (-15 -3814 ((-114) $)) (-15 -3036 ((-114) $)) (-15 -3924 ((-114) $)) (-15 -2057 ((-114) $)) (-15 -2329 ((-114) $ $))))
-((-4165 (((-3 (-419 (-1202 (-421 (-560)))) "failed") |#3|) 72 T ELT)) (-2475 (((-419 |#3|) |#3|) 34 T ELT)) (-3110 (((-3 (-419 (-1202 (-48))) "failed") |#3|) 46 (|has| |#2| (-1069 (-48))) ELT)) (-2526 (((-3 (|:| |overq| (-1202 (-421 (-560)))) (|:| |overan| (-1202 (-48))) (|:| -2665 (-114))) |#3|) 37 T ELT)))
-(((-449 |#1| |#2| |#3|) (-10 -7 (-15 -2475 ((-419 |#3|) |#3|)) (-15 -4165 ((-3 (-419 (-1202 (-421 (-560)))) "failed") |#3|)) (-15 -2526 ((-3 (|:| |overq| (-1202 (-421 (-560)))) (|:| |overan| (-1202 (-48))) (|:| -2665 (-114))) |#3|)) (IF (|has| |#2| (-1069 (-48))) (-15 -3110 ((-3 (-419 (-1202 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-571) (-1069 (-560))) (-435 |#1|) (-1274 |#2|)) (T -449))
-((-3110 (*1 *2 *3) (|partial| -12 (-4 *5 (-1069 (-48))) (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *5 (-435 *4)) (-5 *2 (-419 (-1202 (-48)))) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1274 *5)))) (-2526 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *5 (-435 *4)) (-5 *2 (-3 (|:| |overq| (-1202 (-421 (-560)))) (|:| |overan| (-1202 (-48))) (|:| -2665 (-114)))) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1274 *5)))) (-4165 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *5 (-435 *4)) (-5 *2 (-419 (-1202 (-421 (-560))))) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1274 *5)))) (-2475 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *5 (-435 *4)) (-5 *2 (-419 *3)) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1274 *5)))))
-(-10 -7 (-15 -2475 ((-419 |#3|) |#3|)) (-15 -4165 ((-3 (-419 (-1202 (-421 (-560)))) "failed") |#3|)) (-15 -2526 ((-3 (|:| |overq| (-1202 (-421 (-560)))) (|:| |overan| (-1202 (-48))) (|:| -2665 (-114))) |#3|)) (IF (|has| |#2| (-1069 (-48))) (-15 -3110 ((-3 (-419 (-1202 (-48))) "failed") |#3|)) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-4343 (((-3 (|:| |fst| (-448)) (|:| -2565 "void")) $) 11 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1851 (($) 35 T ELT)) (-2614 (($) 41 T ELT)) (-2414 (($) 37 T ELT)) (-3411 (($) 39 T ELT)) (-2709 (($) 36 T ELT)) (-1917 (($) 38 T ELT)) (-3188 (($) 40 T ELT)) (-4171 (((-114) $) 8 T ELT)) (-2542 (((-663 (-975 (-560))) $) 19 T ELT)) (-2548 (($ (-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-663 (-1208)) (-114)) 29 T ELT) (($ (-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-663 (-975 (-560))) (-114)) 30 T ELT)) (-2539 (((-887) $) 24 T ELT) (($ (-448)) 32 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-450) (-13 (-1132) (-10 -8 (-15 -2539 ($ (-448))) (-15 -4343 ((-3 (|:| |fst| (-448)) (|:| -2565 "void")) $)) (-15 -2542 ((-663 (-975 (-560))) $)) (-15 -4171 ((-114) $)) (-15 -2548 ($ (-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-663 (-1208)) (-114))) (-15 -2548 ($ (-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-663 (-975 (-560))) (-114))) (-15 -1851 ($)) (-15 -2709 ($)) (-15 -2414 ($)) (-15 -2614 ($)) (-15 -1917 ($)) (-15 -3411 ($)) (-15 -3188 ($))))) (T -450))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-448)) (-5 *1 (-450)))) (-4343 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *1 (-450)))) (-2542 (*1 *2 *1) (-12 (-5 *2 (-663 (-975 (-560)))) (-5 *1 (-450)))) (-4171 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-450)))) (-2548 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *3 (-663 (-1208))) (-5 *4 (-114)) (-5 *1 (-450)))) (-2548 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-114)) (-5 *1 (-450)))) (-1851 (*1 *1) (-5 *1 (-450))) (-2709 (*1 *1) (-5 *1 (-450))) (-2414 (*1 *1) (-5 *1 (-450))) (-2614 (*1 *1) (-5 *1 (-450))) (-1917 (*1 *1) (-5 *1 (-450))) (-3411 (*1 *1) (-5 *1 (-450))) (-3188 (*1 *1) (-5 *1 (-450))))
-(-13 (-1132) (-10 -8 (-15 -2539 ($ (-448))) (-15 -4343 ((-3 (|:| |fst| (-448)) (|:| -2565 "void")) $)) (-15 -2542 ((-663 (-975 (-560))) $)) (-15 -4171 ((-114) $)) (-15 -2548 ($ (-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-663 (-1208)) (-114))) (-15 -2548 ($ (-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-663 (-975 (-560))) (-114))) (-15 -1851 ($)) (-15 -2709 ($)) (-15 -2414 ($)) (-15 -2614 ($)) (-15 -1917 ($)) (-15 -3411 ($)) (-15 -3188 ($))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1408 (((-1190) $ (-1190)) NIL T ELT)) (-2966 (($ $ (-1190)) NIL T ELT)) (-2186 (((-1190) $) NIL T ELT)) (-3564 (((-402) (-402) (-402)) 17 T ELT) (((-402) (-402)) 15 T ELT)) (-1791 (($ (-402)) NIL T ELT) (($ (-402) (-1190)) NIL T ELT)) (-3952 (((-402) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3016 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4162 (((-1304) (-1190)) 9 T ELT)) (-4161 (((-1304) (-1190)) 10 T ELT)) (-3228 (((-1304)) 11 T ELT)) (-2539 (((-887) $) NIL T ELT)) (-4213 (($ $) 39 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-451) (-13 (-378 (-402) (-1190)) (-10 -7 (-15 -3564 ((-402) (-402) (-402))) (-15 -3564 ((-402) (-402))) (-15 -4162 ((-1304) (-1190))) (-15 -4161 ((-1304) (-1190))) (-15 -3228 ((-1304)))))) (T -451))
-((-3564 (*1 *2 *2 *2) (-12 (-5 *2 (-402)) (-5 *1 (-451)))) (-3564 (*1 *2 *2) (-12 (-5 *2 (-402)) (-5 *1 (-451)))) (-4162 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-451)))) (-4161 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-451)))) (-3228 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-451)))))
-(-13 (-378 (-402) (-1190)) (-10 -7 (-15 -3564 ((-402) (-402) (-402))) (-15 -3564 ((-402) (-402))) (-15 -4162 ((-1304) (-1190))) (-15 -4161 ((-1304) (-1190))) (-15 -3228 ((-1304)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3952 (((-1208) $) 8 T ELT)) (-3049 (((-1190) $) 17 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 11 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 14 T ELT)))
-(((-452 |#1|) (-13 (-1132) (-10 -8 (-15 -3952 ((-1208) $)))) (-1208)) (T -452))
-((-3952 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-452 *3)) (-14 *3 *2))))
-(-13 (-1132) (-10 -8 (-15 -3952 ((-1208) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1506 (((-1146) $) 7 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 9 T ELT)))
-(((-453) (-13 (-1132) (-10 -8 (-15 -1506 ((-1146) $))))) (T -453))
-((-1506 (*1 *2 *1) (-12 (-5 *2 (-1146)) (-5 *1 (-453)))))
-(-13 (-1132) (-10 -8 (-15 -1506 ((-1146) $))))
-((-1679 (((-1304) $) 7 T ELT)) (-2539 (((-887) $) 8 T ELT) (($ (-1298 (-721))) 14 T ELT) (($ (-663 (-342))) 13 T ELT) (($ (-342)) 12 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 11 T ELT)))
+((-4222 (*1 *2) (-12 (-4 *3 (-175)) (-5 *2 (-1299 *1)) (-4 *1 (-432 *3)))) (-3084 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1299 *3)))) (-3084 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-432 *4)) (-4 *4 (-175)) (-5 *2 (-711 *4)))) (-3774 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1299 (-711 *3))))) (-3658 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-663 (-976 *3))))) (-4402 (*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-175)) (-4 *1 (-432 *3)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1299 *3)))) (-1830 (*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-175)) (-4 *1 (-432 *3)))) (-4014 (*1 *2) (-12 (-4 *1 (-432 *2)) (-4 *2 (-175)))) (-4101 (*1 *2) (-12 (-4 *1 (-432 *2)) (-4 *2 (-175)))) (-1367 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))) (-3662 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))) (-3174 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))) (-3428 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))) (-4460 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-4 *3 (-376)) (-5 *2 (-1203 (-976 *3))))) (-2560 (*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-4 *3 (-376)) (-5 *2 (-1203 (-976 *3))))) (-1560 (*1 *1 *2 *1) (-12 (-5 *2 (-711 *3)) (-4 *1 (-432 *3)) (-4 *3 (-175)))))
+(-13 (-380 |t#1|) (-298 (-560) |t#1|) (-10 -8 (-15 -4222 ((-1299 $))) (-15 -3084 ((-1299 |t#1|) $)) (-15 -3084 ((-711 |t#1|) (-1299 $))) (-15 -3774 ((-1299 (-711 |t#1|)))) (-15 -3658 ((-663 (-976 |t#1|)))) (-15 -4402 ($ (-1299 |t#1|))) (-15 -1830 ((-1299 |t#1|) $)) (-15 -1830 ($ (-1299 |t#1|))) (-15 -4014 (|t#1|)) (-15 -4101 (|t#1|)) (-15 -1367 ((-711 |t#1|))) (-15 -3662 ((-711 |t#1|))) (-15 -3174 ((-711 |t#1|) $)) (-15 -3428 ((-711 |t#1|) $)) (IF (|has| |t#1| (-376)) (PROGN (-15 -4460 ((-1203 (-976 |t#1|)))) (-15 -2560 ((-1203 (-976 |t#1|))))) |%noBranch|) (-15 -1560 ($ (-711 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-298 (-560) |#1|) . T) ((-380 |#1|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-742) . T) ((-766 |#1|) . T) ((-783) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3585 (((-419 |#1|) (-419 |#1|) (-1 (-419 |#1|) |#1|)) 28 T ELT)) (-2775 (((-419 |#1|) (-419 |#1|) (-419 |#1|)) 17 T ELT)))
+(((-433 |#1|) (-10 -7 (-15 -3585 ((-419 |#1|) (-419 |#1|) (-1 (-419 |#1|) |#1|))) (-15 -2775 ((-419 |#1|) (-419 |#1|) (-419 |#1|)))) (-571)) (T -433))
+((-2775 (*1 *2 *2 *2) (-12 (-5 *2 (-419 *3)) (-4 *3 (-571)) (-5 *1 (-433 *3)))) (-3585 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-419 *4) *4)) (-4 *4 (-571)) (-5 *2 (-419 *4)) (-5 *1 (-433 *4)))))
+(-10 -7 (-15 -3585 ((-419 |#1|) (-419 |#1|) (-1 (-419 |#1|) |#1|))) (-15 -2775 ((-419 |#1|) (-419 |#1|) (-419 |#1|))))
+((-2712 (((-663 (-1209)) $) 81 T ELT)) (-2517 (((-421 (-1203 $)) $ (-630 $)) 313 T ELT)) (-3268 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) 277 T ELT)) (-4142 (((-3 (-630 $) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) 84 T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 273 T ELT) (((-3 (-421 (-976 |#2|)) "failed") $) 363 T ELT) (((-3 (-976 |#2|) "failed") $) 275 T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-4072 (((-630 $) $) NIL T ELT) (((-1209) $) 28 T ELT) (((-560) $) NIL T ELT) ((|#2| $) 271 T ELT) (((-421 (-976 |#2|)) $) 345 T ELT) (((-976 |#2|) $) 272 T ELT) (((-421 (-560)) $) NIL T ELT)) (-2504 (((-115) (-115)) 47 T ELT)) (-1902 (($ $) 99 T ELT)) (-1448 (((-3 (-630 $) "failed") $) 268 T ELT)) (-2494 (((-663 (-630 $)) $) 269 T ELT)) (-2914 (((-3 (-663 $) "failed") $) 287 T ELT)) (-4035 (((-3 (-2 (|:| |val| $) (|:| -2909 (-560))) "failed") $) 294 T ELT)) (-1952 (((-3 (-663 $) "failed") $) 285 T ELT)) (-3954 (((-3 (-2 (|:| -3265 (-560)) (|:| |var| (-630 $))) "failed") $) 304 T ELT)) (-2364 (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $) 291 T ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-115)) 255 T ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-1209)) 257 T ELT)) (-4271 (((-114) $) 17 T ELT)) (-4283 ((|#2| $) 19 T ELT)) (-4265 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) 276 T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) 109 T ELT) (($ $ (-1209) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1209) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT) (($ $ (-1209)) 62 T ELT) (($ $ (-663 (-1209))) 280 T ELT) (($ $) 281 T ELT) (($ $ (-115) $ (-1209)) 65 T ELT) (($ $ (-663 (-115)) (-663 $) (-1209)) 72 T ELT) (($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ $))) 120 T ELT) (($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ (-663 $)))) 282 T ELT) (($ $ (-1209) (-793) (-1 $ (-663 $))) 105 T ELT) (($ $ (-1209) (-793) (-1 $ $)) 104 T ELT)) (-3034 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) 119 T ELT)) (-2703 (($ $ (-1209)) 278 T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT)) (-3200 (($ $) 324 T ELT)) (-1830 (((-916 (-560)) $) 297 T ELT) (((-916 (-391)) $) 301 T ELT) (($ (-419 $)) 359 T ELT) (((-549) $) NIL T ELT)) (-3834 (((-888) $) 279 T ELT) (($ (-630 $)) 93 T ELT) (($ (-1209)) 24 T ELT) (($ |#2|) NIL T ELT) (($ (-1157 |#2| (-630 $))) NIL T ELT) (($ (-421 |#2|)) 329 T ELT) (($ (-976 (-421 |#2|))) 368 T ELT) (($ (-421 (-976 (-421 |#2|)))) 341 T ELT) (($ (-421 (-976 |#2|))) 335 T ELT) (($ $) NIL T ELT) (($ (-976 |#2|)) 216 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) 373 T ELT)) (-3103 (((-793)) 88 T ELT)) (-3106 (((-114) (-115)) 42 T ELT)) (-2403 (($ (-1209) $) 31 T ELT) (($ (-1209) $ $) 32 T ELT) (($ (-1209) $ $ $) 33 T ELT) (($ (-1209) $ $ $ $) 34 T ELT) (($ (-1209) (-663 $)) 39 T ELT)) (* (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 306 T ELT) (($ $ $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-949) $) NIL T ELT)))
+(((-434 |#1| |#2|) (-10 -8 (-15 * (|#1| (-949) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3834 (|#1| (-560))) (-15 -3103 ((-793))) (-15 * (|#1| |#2| |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -3834 (|#1| (-976 |#2|))) (-15 -4142 ((-3 (-976 |#2|) "failed") |#1|)) (-15 -4072 ((-976 |#2|) |#1|)) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 * (|#1| |#1| |#2|)) (-15 -3834 (|#1| |#1|)) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -3834 (|#1| (-421 (-976 |#2|)))) (-15 -4142 ((-3 (-421 (-976 |#2|)) "failed") |#1|)) (-15 -4072 ((-421 (-976 |#2|)) |#1|)) (-15 -2517 ((-421 (-1203 |#1|)) |#1| (-630 |#1|))) (-15 -3834 (|#1| (-421 (-976 (-421 |#2|))))) (-15 -3834 (|#1| (-976 (-421 |#2|)))) (-15 -3834 (|#1| (-421 |#2|))) (-15 -3200 (|#1| |#1|)) (-15 -1830 (|#1| (-419 |#1|))) (-15 -4265 (|#1| |#1| (-1209) (-793) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-1209) (-793) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-793)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-793)) (-663 (-1 |#1| |#1|)))) (-15 -4035 ((-3 (-2 (|:| |val| |#1|) (|:| -2909 (-560))) "failed") |#1|)) (-15 -2364 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -2909 (-560))) "failed") |#1| (-1209))) (-15 -2364 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -2909 (-560))) "failed") |#1| (-115))) (-15 -1902 (|#1| |#1|)) (-15 -3834 (|#1| (-1157 |#2| (-630 |#1|)))) (-15 -3954 ((-3 (-2 (|:| -3265 (-560)) (|:| |var| (-630 |#1|))) "failed") |#1|)) (-15 -1952 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -2364 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -2909 (-560))) "failed") |#1|)) (-15 -2914 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 |#1|) (-1209))) (-15 -4265 (|#1| |#1| (-115) |#1| (-1209))) (-15 -4265 (|#1| |#1|)) (-15 -4265 (|#1| |#1| (-663 (-1209)))) (-15 -4265 (|#1| |#1| (-1209))) (-15 -2403 (|#1| (-1209) (-663 |#1|))) (-15 -2403 (|#1| (-1209) |#1| |#1| |#1| |#1|)) (-15 -2403 (|#1| (-1209) |#1| |#1| |#1|)) (-15 -2403 (|#1| (-1209) |#1| |#1|)) (-15 -2403 (|#1| (-1209) |#1|)) (-15 -2712 ((-663 (-1209)) |#1|)) (-15 -4283 (|#2| |#1|)) (-15 -4271 ((-114) |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -3834 (|#1| (-1209))) (-15 -4142 ((-3 (-1209) "failed") |#1|)) (-15 -4072 ((-1209) |#1|)) (-15 -4265 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-115) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| |#1|)))) (-15 -4265 (|#1| |#1| (-1209) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-1209) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-1 |#1| |#1|)))) (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -2494 ((-663 (-630 |#1|)) |#1|)) (-15 -1448 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3268 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -3268 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -3268 (|#1| |#1| (-305 |#1|))) (-15 -3034 (|#1| (-115) (-663 |#1|))) (-15 -3034 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1| |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -4265 (|#1| |#1| (-630 |#1|) |#1|)) (-15 -3834 (|#1| (-630 |#1|))) (-15 -4142 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -4072 ((-630 |#1|) |#1|)) (-15 -3834 ((-888) |#1|))) (-435 |#2|) (-1133)) (T -434))
+((-2504 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *4 (-1133)) (-5 *1 (-434 *3 *4)) (-4 *3 (-435 *4)))) (-3106 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *5 (-1133)) (-5 *2 (-114)) (-5 *1 (-434 *4 *5)) (-4 *4 (-435 *5)))) (-3103 (*1 *2) (-12 (-4 *4 (-1133)) (-5 *2 (-793)) (-5 *1 (-434 *3 *4)) (-4 *3 (-435 *4)))))
+(-10 -8 (-15 * (|#1| (-949) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3834 (|#1| (-560))) (-15 -3103 ((-793))) (-15 * (|#1| |#2| |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -3834 (|#1| (-976 |#2|))) (-15 -4142 ((-3 (-976 |#2|) "failed") |#1|)) (-15 -4072 ((-976 |#2|) |#1|)) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 * (|#1| |#1| |#2|)) (-15 -3834 (|#1| |#1|)) (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -3834 (|#1| (-421 (-976 |#2|)))) (-15 -4142 ((-3 (-421 (-976 |#2|)) "failed") |#1|)) (-15 -4072 ((-421 (-976 |#2|)) |#1|)) (-15 -2517 ((-421 (-1203 |#1|)) |#1| (-630 |#1|))) (-15 -3834 (|#1| (-421 (-976 (-421 |#2|))))) (-15 -3834 (|#1| (-976 (-421 |#2|)))) (-15 -3834 (|#1| (-421 |#2|))) (-15 -3200 (|#1| |#1|)) (-15 -1830 (|#1| (-419 |#1|))) (-15 -4265 (|#1| |#1| (-1209) (-793) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-1209) (-793) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-793)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-793)) (-663 (-1 |#1| |#1|)))) (-15 -4035 ((-3 (-2 (|:| |val| |#1|) (|:| -2909 (-560))) "failed") |#1|)) (-15 -2364 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -2909 (-560))) "failed") |#1| (-1209))) (-15 -2364 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -2909 (-560))) "failed") |#1| (-115))) (-15 -1902 (|#1| |#1|)) (-15 -3834 (|#1| (-1157 |#2| (-630 |#1|)))) (-15 -3954 ((-3 (-2 (|:| -3265 (-560)) (|:| |var| (-630 |#1|))) "failed") |#1|)) (-15 -1952 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -2364 ((-3 (-2 (|:| |var| (-630 |#1|)) (|:| -2909 (-560))) "failed") |#1|)) (-15 -2914 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 |#1|) (-1209))) (-15 -4265 (|#1| |#1| (-115) |#1| (-1209))) (-15 -4265 (|#1| |#1|)) (-15 -4265 (|#1| |#1| (-663 (-1209)))) (-15 -4265 (|#1| |#1| (-1209))) (-15 -2403 (|#1| (-1209) (-663 |#1|))) (-15 -2403 (|#1| (-1209) |#1| |#1| |#1| |#1|)) (-15 -2403 (|#1| (-1209) |#1| |#1| |#1|)) (-15 -2403 (|#1| (-1209) |#1| |#1|)) (-15 -2403 (|#1| (-1209) |#1|)) (-15 -2712 ((-663 (-1209)) |#1|)) (-15 -4283 (|#2| |#1|)) (-15 -4271 ((-114) |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -3834 (|#1| (-1209))) (-15 -4142 ((-3 (-1209) "failed") |#1|)) (-15 -4072 ((-1209) |#1|)) (-15 -4265 (|#1| |#1| (-115) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-115) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-115)) (-663 (-1 |#1| |#1|)))) (-15 -4265 (|#1| |#1| (-1209) (-1 |#1| |#1|))) (-15 -4265 (|#1| |#1| (-1209) (-1 |#1| (-663 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-1 |#1| (-663 |#1|))))) (-15 -4265 (|#1| |#1| (-663 (-1209)) (-663 (-1 |#1| |#1|)))) (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -2494 ((-663 (-630 |#1|)) |#1|)) (-15 -1448 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3268 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -3268 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -3268 (|#1| |#1| (-305 |#1|))) (-15 -3034 (|#1| (-115) (-663 |#1|))) (-15 -3034 (|#1| (-115) |#1| |#1| |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1| |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1| |#1|)) (-15 -3034 (|#1| (-115) |#1|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4265 (|#1| |#1| (-663 (-630 |#1|)) (-663 |#1|))) (-15 -4265 (|#1| |#1| (-630 |#1|) |#1|)) (-15 -3834 (|#1| (-630 |#1|))) (-15 -4142 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -4072 ((-630 |#1|) |#1|)) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 129 (|has| |#1| (-25)) ELT)) (-2712 (((-663 (-1209)) $) 220 T ELT)) (-2517 (((-421 (-1203 $)) $ (-630 $)) 188 (|has| |#1| (-571)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 160 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 161 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 163 (|has| |#1| (-571)) ELT)) (-2417 (((-663 (-630 $)) $) 42 T ELT)) (-1469 (((-3 $ "failed") $ $) 131 (|has| |#1| (-21)) ELT)) (-3268 (($ $ (-305 $)) 54 T ELT) (($ $ (-663 (-305 $))) 53 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 52 T ELT)) (-2624 (($ $) 180 (|has| |#1| (-571)) ELT)) (-1903 (((-419 $) $) 181 (|has| |#1| (-571)) ELT)) (-3255 (((-114) $ $) 171 (|has| |#1| (-571)) ELT)) (-4489 (($) 117 (-2309 (|has| |#1| (-1144)) (|has| |#1| (-25))) CONST)) (-4142 (((-3 (-630 $) "failed") $) 67 T ELT) (((-3 (-1209) "failed") $) 233 T ELT) (((-3 (-560) "failed") $) 227 (|has| |#1| (-1070 (-560))) ELT) (((-3 |#1| "failed") $) 224 T ELT) (((-3 (-421 (-976 |#1|)) "failed") $) 186 (|has| |#1| (-571)) ELT) (((-3 (-976 |#1|) "failed") $) 136 (|has| |#1| (-1081)) ELT) (((-3 (-421 (-560)) "failed") $) 111 (-2309 (-12 (|has| |#1| (-1070 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-4072 (((-630 $) $) 68 T ELT) (((-1209) $) 234 T ELT) (((-560) $) 226 (|has| |#1| (-1070 (-560))) ELT) ((|#1| $) 225 T ELT) (((-421 (-976 |#1|)) $) 187 (|has| |#1| (-571)) ELT) (((-976 |#1|) $) 137 (|has| |#1| (-1081)) ELT) (((-421 (-560)) $) 112 (-2309 (-12 (|has| |#1| (-1070 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-3752 (($ $ $) 175 (|has| |#1| (-571)) ELT)) (-1470 (((-711 (-560)) (-711 $)) 153 (-2925 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 152 (-2925 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 151 (|has| |#1| (-1081)) ELT) (((-711 |#1|) (-711 $)) 150 (|has| |#1| (-1081)) ELT)) (-2167 (((-3 $ "failed") $) 119 (|has| |#1| (-1144)) ELT)) (-3763 (($ $ $) 174 (|has| |#1| (-571)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 169 (|has| |#1| (-571)) ELT)) (-2072 (((-114) $) 182 (|has| |#1| (-571)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 229 (|has| |#1| (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 228 (|has| |#1| (-912 (-391))) ELT)) (-3030 (($ $) 49 T ELT) (($ (-663 $)) 48 T ELT)) (-2843 (((-663 (-115)) $) 41 T ELT)) (-2504 (((-115) (-115)) 40 T ELT)) (-3363 (((-114) $) 118 (|has| |#1| (-1144)) ELT)) (-1602 (((-114) $) 20 (|has| $ (-1070 (-560))) ELT)) (-1902 (($ $) 203 (|has| |#1| (-1081)) ELT)) (-3125 (((-1157 |#1| (-630 $)) $) 204 (|has| |#1| (-1081)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 178 (|has| |#1| (-571)) ELT)) (-4229 (((-1203 $) (-630 $)) 23 (|has| $ (-1081)) ELT)) (-1793 (($ (-1 $ $) (-630 $)) 34 T ELT)) (-1448 (((-3 (-630 $) "failed") $) 44 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 155 (-2925 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 154 (-2925 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 149 (|has| |#1| (-1081)) ELT) (((-711 |#1|) (-1299 $)) 148 (|has| |#1| (-1081)) ELT)) (-3100 (($ (-663 $)) 167 (|has| |#1| (-571)) ELT) (($ $ $) 166 (|has| |#1| (-571)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2494 (((-663 (-630 $)) $) 43 T ELT)) (-3199 (($ (-115) $) 36 T ELT) (($ (-115) (-663 $)) 35 T ELT)) (-2914 (((-3 (-663 $) "failed") $) 209 (|has| |#1| (-1144)) ELT)) (-4035 (((-3 (-2 (|:| |val| $) (|:| -2909 (-560))) "failed") $) 200 (|has| |#1| (-1081)) ELT)) (-1952 (((-3 (-663 $) "failed") $) 207 (|has| |#1| (-25)) ELT)) (-3954 (((-3 (-2 (|:| -3265 (-560)) (|:| |var| (-630 $))) "failed") $) 206 (|has| |#1| (-25)) ELT)) (-2364 (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $) 208 (|has| |#1| (-1144)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-115)) 202 (|has| |#1| (-1081)) ELT) (((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-1209)) 201 (|has| |#1| (-1081)) ELT)) (-2820 (((-114) $ (-115)) 38 T ELT) (((-114) $ (-1209)) 37 T ELT)) (-4260 (($ $) 121 (-2309 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT)) (-3886 (((-793) $) 45 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4271 (((-114) $) 222 T ELT)) (-4283 ((|#1| $) 221 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 168 (|has| |#1| (-571)) ELT)) (-3128 (($ (-663 $)) 165 (|has| |#1| (-571)) ELT) (($ $ $) 164 (|has| |#1| (-571)) ELT)) (-3716 (((-114) $ $) 33 T ELT) (((-114) $ (-1209)) 32 T ELT)) (-2549 (((-419 $) $) 179 (|has| |#1| (-571)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 177 (|has| |#1| (-571)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 176 (|has| |#1| (-571)) ELT)) (-3795 (((-3 $ "failed") $ $) 159 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 170 (|has| |#1| (-571)) ELT)) (-4367 (((-114) $) 21 (|has| $ (-1070 (-560))) ELT)) (-4265 (($ $ (-630 $) $) 65 T ELT) (($ $ (-663 (-630 $)) (-663 $)) 64 T ELT) (($ $ (-663 (-305 $))) 63 T ELT) (($ $ (-305 $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (-663 $) (-663 $)) 60 T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) 31 T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) 30 T ELT) (($ $ (-1209) (-1 $ (-663 $))) 29 T ELT) (($ $ (-1209) (-1 $ $)) 28 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) 27 T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) 26 T ELT) (($ $ (-115) (-1 $ (-663 $))) 25 T ELT) (($ $ (-115) (-1 $ $)) 24 T ELT) (($ $ (-1209)) 214 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1209))) 213 (|has| |#1| (-633 (-549))) ELT) (($ $) 212 (|has| |#1| (-633 (-549))) ELT) (($ $ (-115) $ (-1209)) 211 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-115)) (-663 $) (-1209)) 210 (|has| |#1| (-633 (-549))) ELT) (($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ $))) 199 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ (-663 $)))) 198 (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793) (-1 $ (-663 $))) 197 (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793) (-1 $ $)) 196 (|has| |#1| (-1081)) ELT)) (-3760 (((-793) $) 172 (|has| |#1| (-571)) ELT)) (-3034 (($ (-115) $) 59 T ELT) (($ (-115) $ $) 58 T ELT) (($ (-115) $ $ $) 57 T ELT) (($ (-115) $ $ $ $) 56 T ELT) (($ (-115) (-663 $)) 55 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 173 (|has| |#1| (-571)) ELT)) (-2538 (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (-2703 (($ $ (-1209)) 146 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209))) 144 (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793)) 143 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 142 (|has| |#1| (-1081)) ELT)) (-3200 (($ $) 193 (|has| |#1| (-571)) ELT)) (-3138 (((-1157 |#1| (-630 $)) $) 194 (|has| |#1| (-571)) ELT)) (-2771 (($ $) 22 (|has| $ (-1081)) ELT)) (-1830 (((-916 (-560)) $) 231 (|has| |#1| (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) 230 (|has| |#1| (-633 (-916 (-391)))) ELT) (($ (-419 $)) 195 (|has| |#1| (-571)) ELT) (((-549) $) 113 (|has| |#1| (-633 (-549))) ELT)) (-3933 (($ $ $) 124 (|has| |#1| (-487)) ELT)) (-3923 (($ $ $) 125 (|has| |#1| (-487)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-630 $)) 66 T ELT) (($ (-1209)) 232 T ELT) (($ |#1|) 223 T ELT) (($ (-1157 |#1| (-630 $))) 205 (|has| |#1| (-1081)) ELT) (($ (-421 |#1|)) 191 (|has| |#1| (-571)) ELT) (($ (-976 (-421 |#1|))) 190 (|has| |#1| (-571)) ELT) (($ (-421 (-976 (-421 |#1|)))) 189 (|has| |#1| (-571)) ELT) (($ (-421 (-976 |#1|))) 185 (|has| |#1| (-571)) ELT) (($ $) 158 (|has| |#1| (-571)) ELT) (($ (-976 |#1|)) 135 (|has| |#1| (-1081)) ELT) (($ (-421 (-560))) 110 (-2309 (|has| |#1| (-571)) (-12 (|has| |#1| (-1070 (-560))) (|has| |#1| (-571))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ (-560)) 109 (-2309 (|has| |#1| (-1081)) (|has| |#1| (-1070 (-560)))) ELT)) (-1633 (((-713 $) $) 156 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 138 (|has| |#1| (-1081)) CONST)) (-4129 (($ $) 51 T ELT) (($ (-663 $)) 50 T ELT)) (-3106 (((-114) (-115)) 39 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 162 (|has| |#1| (-571)) ELT)) (-2403 (($ (-1209) $) 219 T ELT) (($ (-1209) $ $) 218 T ELT) (($ (-1209) $ $ $) 217 T ELT) (($ (-1209) $ $ $ $) 216 T ELT) (($ (-1209) (-663 $)) 215 T ELT)) (-2971 (($) 128 (|has| |#1| (-25)) CONST)) (-2983 (($) 116 (|has| |#1| (-1144)) CONST)) (-3095 (($ $ (-1209)) 145 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209))) 141 (|has| |#1| (-1081)) ELT) (($ $ (-1209) (-793)) 140 (|has| |#1| (-1081)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 139 (|has| |#1| (-1081)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ (-1157 |#1| (-630 $)) (-1157 |#1| (-630 $))) 192 (|has| |#1| (-571)) ELT) (($ $ $) 122 (-2309 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT)) (-2581 (($ $ $) 134 (|has| |#1| (-21)) ELT) (($ $) 133 (|has| |#1| (-21)) ELT)) (-2571 (($ $ $) 126 (|has| |#1| (-25)) ELT)) (** (($ $ (-560)) 123 (-2309 (|has| |#1| (-487)) (|has| |#1| (-571))) ELT) (($ $ (-793)) 120 (|has| |#1| (-1144)) ELT) (($ $ (-949)) 115 (|has| |#1| (-1144)) ELT)) (* (($ (-421 (-560)) $) 184 (|has| |#1| (-571)) ELT) (($ $ (-421 (-560))) 183 (|has| |#1| (-571)) ELT) (($ $ |#1|) 157 (|has| |#1| (-175)) ELT) (($ |#1| $) 147 (|has| |#1| (-1081)) ELT) (($ (-560) $) 132 (|has| |#1| (-21)) ELT) (($ (-793) $) 130 (|has| |#1| (-25)) ELT) (($ (-949) $) 127 (|has| |#1| (-25)) ELT) (($ $ $) 114 (|has| |#1| (-1144)) ELT)))
+(((-435 |#1|) (-142) (-1133)) (T -435))
+((-4271 (*1 *2 *1) (-12 (-4 *1 (-435 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1133)))) (-2712 (*1 *2 *1) (-12 (-4 *1 (-435 *3)) (-4 *3 (-1133)) (-5 *2 (-663 (-1209))))) (-2403 (*1 *1 *2 *1) (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133)))) (-2403 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133)))) (-2403 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133)))) (-2403 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133)))) (-2403 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-663 *1)) (-4 *1 (-435 *4)) (-4 *4 (-1133)))) (-4265 (*1 *1 *1 *2) (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133)) (-4 *3 (-633 (-549))))) (-4265 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1209))) (-4 *1 (-435 *3)) (-4 *3 (-1133)) (-4 *3 (-633 (-549))))) (-4265 (*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1133)) (-4 *2 (-633 (-549))))) (-4265 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-115)) (-5 *3 (-1209)) (-4 *1 (-435 *4)) (-4 *4 (-1133)) (-4 *4 (-633 (-549))))) (-4265 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 *1)) (-5 *4 (-1209)) (-4 *1 (-435 *5)) (-4 *5 (-1133)) (-4 *5 (-633 (-549))))) (-2914 (*1 *2 *1) (|partial| -12 (-4 *3 (-1144)) (-4 *3 (-1133)) (-5 *2 (-663 *1)) (-4 *1 (-435 *3)))) (-2364 (*1 *2 *1) (|partial| -12 (-4 *3 (-1144)) (-4 *3 (-1133)) (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -2909 (-560)))) (-4 *1 (-435 *3)))) (-1952 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1133)) (-5 *2 (-663 *1)) (-4 *1 (-435 *3)))) (-3954 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1133)) (-5 *2 (-2 (|:| -3265 (-560)) (|:| |var| (-630 *1)))) (-4 *1 (-435 *3)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1157 *3 (-630 *1))) (-4 *3 (-1081)) (-4 *3 (-1133)) (-4 *1 (-435 *3)))) (-3125 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-4 *3 (-1133)) (-5 *2 (-1157 *3 (-630 *1))) (-4 *1 (-435 *3)))) (-1902 (*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1133)) (-4 *2 (-1081)))) (-2364 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-115)) (-4 *4 (-1081)) (-4 *4 (-1133)) (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -2909 (-560)))) (-4 *1 (-435 *4)))) (-2364 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1209)) (-4 *4 (-1081)) (-4 *4 (-1133)) (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -2909 (-560)))) (-4 *1 (-435 *4)))) (-4035 (*1 *2 *1) (|partial| -12 (-4 *3 (-1081)) (-4 *3 (-1133)) (-5 *2 (-2 (|:| |val| *1) (|:| -2909 (-560)))) (-4 *1 (-435 *3)))) (-4265 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-663 (-793))) (-5 *4 (-663 (-1 *1 *1))) (-4 *1 (-435 *5)) (-4 *5 (-1133)) (-4 *5 (-1081)))) (-4265 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-663 (-793))) (-5 *4 (-663 (-1 *1 (-663 *1)))) (-4 *1 (-435 *5)) (-4 *5 (-1133)) (-4 *5 (-1081)))) (-4265 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-793)) (-5 *4 (-1 *1 (-663 *1))) (-4 *1 (-435 *5)) (-4 *5 (-1133)) (-4 *5 (-1081)))) (-4265 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-793)) (-5 *4 (-1 *1 *1)) (-4 *1 (-435 *5)) (-4 *5 (-1133)) (-4 *5 (-1081)))) (-1830 (*1 *1 *2) (-12 (-5 *2 (-419 *1)) (-4 *1 (-435 *3)) (-4 *3 (-571)) (-4 *3 (-1133)))) (-3138 (*1 *2 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1133)) (-5 *2 (-1157 *3 (-630 *1))) (-4 *1 (-435 *3)))) (-3200 (*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1133)) (-4 *2 (-571)))) (-2594 (*1 *1 *2 *2) (-12 (-5 *2 (-1157 *3 (-630 *1))) (-4 *3 (-571)) (-4 *3 (-1133)) (-4 *1 (-435 *3)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-421 *3)) (-4 *3 (-571)) (-4 *3 (-1133)) (-4 *1 (-435 *3)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-976 (-421 *3))) (-4 *3 (-571)) (-4 *3 (-1133)) (-4 *1 (-435 *3)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-421 (-976 (-421 *3)))) (-4 *3 (-571)) (-4 *3 (-1133)) (-4 *1 (-435 *3)))) (-2517 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-435 *4)) (-4 *4 (-1133)) (-4 *4 (-571)) (-5 *2 (-421 (-1203 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-435 *3)) (-4 *3 (-1133)) (-4 *3 (-1144)))))
+(-13 (-310) (-1070 (-1209)) (-910 |t#1|) (-414 |t#1|) (-426 |t#1|) (-10 -8 (-15 -4271 ((-114) $)) (-15 -4283 (|t#1| $)) (-15 -2712 ((-663 (-1209)) $)) (-15 -2403 ($ (-1209) $)) (-15 -2403 ($ (-1209) $ $)) (-15 -2403 ($ (-1209) $ $ $)) (-15 -2403 ($ (-1209) $ $ $ $)) (-15 -2403 ($ (-1209) (-663 $))) (IF (|has| |t#1| (-633 (-549))) (PROGN (-6 (-633 (-549))) (-15 -4265 ($ $ (-1209))) (-15 -4265 ($ $ (-663 (-1209)))) (-15 -4265 ($ $)) (-15 -4265 ($ $ (-115) $ (-1209))) (-15 -4265 ($ $ (-663 (-115)) (-663 $) (-1209)))) |%noBranch|) (IF (|has| |t#1| (-1144)) (PROGN (-6 (-748)) (-15 ** ($ $ (-793))) (-15 -2914 ((-3 (-663 $) "failed") $)) (-15 -2364 ((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-487)) (-6 (-487)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -1952 ((-3 (-663 $) "failed") $)) (-15 -3954 ((-3 (-2 (|:| -3265 (-560)) (|:| |var| (-630 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1081)) (PROGN (-6 (-1081)) (-6 (-1070 (-976 |t#1|))) (-6 (-928 (-1209))) (-6 (-390 |t#1|)) (-15 -3834 ($ (-1157 |t#1| (-630 $)))) (-15 -3125 ((-1157 |t#1| (-630 $)) $)) (-15 -1902 ($ $)) (-15 -2364 ((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-115))) (-15 -2364 ((-3 (-2 (|:| |var| (-630 $)) (|:| -2909 (-560))) "failed") $ (-1209))) (-15 -4035 ((-3 (-2 (|:| |val| $) (|:| -2909 (-560))) "failed") $)) (-15 -4265 ($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ $)))) (-15 -4265 ($ $ (-663 (-1209)) (-663 (-793)) (-663 (-1 $ (-663 $))))) (-15 -4265 ($ $ (-1209) (-793) (-1 $ (-663 $)))) (-15 -4265 ($ $ (-1209) (-793) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-175)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-6 (-376)) (-6 (-1070 (-421 (-976 |t#1|)))) (-15 -1830 ($ (-419 $))) (-15 -3138 ((-1157 |t#1| (-630 $)) $)) (-15 -3200 ($ $)) (-15 -2594 ($ (-1157 |t#1| (-630 $)) (-1157 |t#1| (-630 $)))) (-15 -3834 ($ (-421 |t#1|))) (-15 -3834 ($ (-976 (-421 |t#1|)))) (-15 -3834 ($ (-421 (-976 (-421 |t#1|))))) (-15 -2517 ((-421 (-1203 $)) $ (-630 $))) (IF (|has| |t#1| (-1070 (-560))) (-6 (-1070 (-421 (-560)))) |%noBranch|)) |%noBranch|)))
+(((-21) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-21))) ((-23) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-421 (-560))) |has| |#1| (-571)) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-571)) ((-111 |#1| |#1|) |has| |#1| (-175)) ((-111 $ $) |has| |#1| (-571)) ((-133) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-21))) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-571))) ((-635 #1=(-421 (-976 |#1|))) |has| |#1| (-571)) ((-635 (-560)) -2309 (|has| |#1| (-1081)) (|has| |#1| (-1070 (-560))) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-635 #2=(-630 $)) . T) ((-635 #3=(-976 |#1|)) |has| |#1| (-1081)) ((-635 #4=(-1209)) . T) ((-635 |#1|) . T) ((-635 $) |has| |#1| (-571)) ((-632 (-888)) . T) ((-175) |has| |#1| (-571)) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-633 (-916 (-391))) |has| |#1| (-633 (-916 (-391)))) ((-633 (-916 (-560))) |has| |#1| (-633 (-916 (-560)))) ((-250) |has| |#1| (-571)) ((-302) |has| |#1| (-571)) ((-319) |has| |#1| (-571)) ((-321 $) . T) ((-310) . T) ((-376) |has| |#1| (-571)) ((-390 |#1|) |has| |#1| (-1081)) ((-414 |#1|) . T) ((-426 |#1|) . T) ((-466) |has| |#1| (-571)) ((-487) |has| |#1| (-487)) ((-528 (-630 $) $) . T) ((-528 $ $) . T) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-571)) ((-668 (-560)) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147)) (|has| |#1| (-21))) ((-668 |#1|) -2309 (|has| |#1| (-1081)) (|has| |#1| (-175))) ((-668 $) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-670 #0#) |has| |#1| (-571)) ((-670 #5=(-560)) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ((-670 |#1|) -2309 (|has| |#1| (-1081)) (|has| |#1| (-175))) ((-670 $) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-662 #0#) |has| |#1| (-571)) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-660 #5#) -12 (|has| |#1| (-660 (-560))) (|has| |#1| (-1081))) ((-660 |#1|) |has| |#1| (-1081)) ((-739 #0#) |has| |#1| (-571)) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) -2309 (|has| |#1| (-1144)) (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-487)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-922 $ #6=(-1209)) |has| |#1| (-1081)) ((-928 #6#) |has| |#1| (-1081)) ((-930 #6#) |has| |#1| (-1081)) ((-912 (-391)) |has| |#1| (-912 (-391))) ((-912 (-560)) |has| |#1| (-912 (-560))) ((-910 |#1|) . T) ((-951) |has| |#1| (-571)) ((-1070 (-421 (-560))) -2309 (|has| |#1| (-1070 (-421 (-560)))) (-12 (|has| |#1| (-571)) (|has| |#1| (-1070 (-560))))) ((-1070 #1#) |has| |#1| (-571)) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 #2#) . T) ((-1070 #3#) |has| |#1| (-1081)) ((-1070 #4#) . T) ((-1070 |#1|) . T) ((-1083 #0#) |has| |#1| (-571)) ((-1083 |#1|) |has| |#1| (-175)) ((-1083 $) |has| |#1| (-571)) ((-1088 #0#) |has| |#1| (-571)) ((-1088 |#1|) |has| |#1| (-175)) ((-1088 $) |has| |#1| (-571)) ((-1081) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-1089) -2309 (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-1144) -2309 (|has| |#1| (-1144)) (|has| |#1| (-1081)) (|has| |#1| (-571)) (|has| |#1| (-487)) (|has| |#1| (-175)) (|has| |#1| (-149)) (|has| |#1| (-147))) ((-1133) . T) ((-1249) . T) ((-1254) |has| |#1| (-571)))
+((-1793 ((|#4| (-1 |#3| |#1|) |#2|) 11 T ELT)))
+(((-436 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#4| (-1 |#3| |#1|) |#2|))) (-1081) (-435 |#1|) (-1081) (-435 |#3|)) (T -436))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-4 *2 (-435 *6)) (-5 *1 (-436 *5 *4 *6 *2)) (-4 *4 (-435 *5)))))
+(-10 -7 (-15 -1793 (|#4| (-1 |#3| |#1|) |#2|)))
+((-1705 ((|#2| |#2|) 183 T ELT)) (-2178 (((-3 (|:| |%expansion| (-325 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114)) 60 T ELT)))
+(((-437 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2178 ((-3 (|:| |%expansion| (-325 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114))) (-15 -1705 (|#2| |#2|))) (-13 (-466) (-1070 (-560)) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|)) (-1209) |#2|) (T -437))
+((-1705 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-437 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1235) (-435 *3))) (-14 *4 (-1209)) (-14 *5 *2))) (-2178 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (|:| |%expansion| (-325 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191)))))) (-5 *1 (-437 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1235) (-435 *5))) (-14 *6 (-1209)) (-14 *7 *3))))
+(-10 -7 (-15 -2178 ((-3 (|:| |%expansion| (-325 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114))) (-15 -1705 (|#2| |#2|)))
+((-1705 ((|#2| |#2|) 106 T ELT)) (-2352 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114) (-1191)) 52 T ELT)) (-2204 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114) (-1191)) 170 T ELT)))
+(((-438 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2352 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114) (-1191))) (-15 -2204 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114) (-1191))) (-15 -1705 (|#2| |#2|))) (-13 (-466) (-1070 (-560)) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|) (-10 -8 (-15 -3834 ($ |#3|)))) (-871) (-13 (-1278 |#2| |#3|) (-376) (-1235) (-10 -8 (-15 -2703 ($ $)) (-15 -3671 ($ $)))) (-1015 |#4|) (-1209)) (T -438))
+((-1705 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-4 *2 (-13 (-27) (-1235) (-435 *3) (-10 -8 (-15 -3834 ($ *4))))) (-4 *4 (-871)) (-4 *5 (-13 (-1278 *2 *4) (-376) (-1235) (-10 -8 (-15 -2703 ($ $)) (-15 -3671 ($ $))))) (-5 *1 (-438 *3 *2 *4 *5 *6 *7)) (-4 *6 (-1015 *5)) (-14 *7 (-1209)))) (-2204 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-114)) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-4 *3 (-13 (-27) (-1235) (-435 *6) (-10 -8 (-15 -3834 ($ *7))))) (-4 *7 (-871)) (-4 *8 (-13 (-1278 *3 *7) (-376) (-1235) (-10 -8 (-15 -2703 ($ $)) (-15 -3671 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191)))))) (-5 *1 (-438 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1191)) (-4 *9 (-1015 *8)) (-14 *10 (-1209)))) (-2352 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-114)) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-4 *3 (-13 (-27) (-1235) (-435 *6) (-10 -8 (-15 -3834 ($ *7))))) (-4 *7 (-871)) (-4 *8 (-13 (-1278 *3 *7) (-376) (-1235) (-10 -8 (-15 -2703 ($ $)) (-15 -3671 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191)))))) (-5 *1 (-438 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1191)) (-4 *9 (-1015 *8)) (-14 *10 (-1209)))))
+(-10 -7 (-15 -2352 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114) (-1191))) (-15 -2204 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))) |#2| (-114) (-1191))) (-15 -1705 (|#2| |#2|)))
+((-2365 (($) 51 T ELT)) (-1419 (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ $ $) 47 T ELT)) (-3516 (($ $ $) 46 T ELT)) (-3147 (((-114) $ $) 35 T ELT)) (-2233 (((-793)) 55 T ELT)) (-3992 (($ (-663 |#2|)) 23 T ELT) (($) NIL T ELT)) (-2150 (($) 66 T ELT)) (-4464 (((-114) $ $) 15 T ELT)) (-1622 ((|#2| $) 77 T ELT)) (-3934 ((|#2| $) 75 T ELT)) (-3862 (((-949) $) 70 T ELT)) (-2921 (($ $ $) 42 T ELT)) (-2081 (($ (-949)) 60 T ELT)) (-2999 (($ $ |#2|) NIL T ELT) (($ $ $) 45 T ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) NIL T ELT) (((-793) |#2| $) 31 T ELT)) (-3845 (($ (-663 |#2|)) 27 T ELT)) (-1538 (($ $) 53 T ELT)) (-3834 (((-888) $) 40 T ELT)) (-2157 (((-793) $) 24 T ELT)) (-2622 (($ (-663 |#2|)) 22 T ELT) (($) NIL T ELT)) (-2478 (((-114) $ $) 19 T ELT)))
+(((-439 |#1| |#2|) (-10 -8 (-15 -2233 ((-793))) (-15 -2081 (|#1| (-949))) (-15 -3862 ((-949) |#1|)) (-15 -2150 (|#1|)) (-15 -1622 (|#2| |#1|)) (-15 -3934 (|#2| |#1|)) (-15 -2365 (|#1|)) (-15 -1538 (|#1| |#1|)) (-15 -2157 ((-793) |#1|)) (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -4464 ((-114) |#1| |#1|)) (-15 -2622 (|#1|)) (-15 -2622 (|#1| (-663 |#2|))) (-15 -3992 (|#1|)) (-15 -3992 (|#1| (-663 |#2|))) (-15 -2921 (|#1| |#1| |#1|)) (-15 -2999 (|#1| |#1| |#1|)) (-15 -2999 (|#1| |#1| |#2|)) (-15 -3516 (|#1| |#1| |#1|)) (-15 -3147 ((-114) |#1| |#1|)) (-15 -1419 (|#1| |#1| |#1|)) (-15 -1419 (|#1| |#1| |#2|)) (-15 -1419 (|#1| |#2| |#1|)) (-15 -3845 (|#1| (-663 |#2|))) (-15 -1485 ((-793) |#2| |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|))) (-440 |#2|) (-1133)) (T -439))
+((-2233 (*1 *2) (-12 (-4 *4 (-1133)) (-5 *2 (-793)) (-5 *1 (-439 *3 *4)) (-4 *3 (-440 *4)))))
+(-10 -8 (-15 -2233 ((-793))) (-15 -2081 (|#1| (-949))) (-15 -3862 ((-949) |#1|)) (-15 -2150 (|#1|)) (-15 -1622 (|#2| |#1|)) (-15 -3934 (|#2| |#1|)) (-15 -2365 (|#1|)) (-15 -1538 (|#1| |#1|)) (-15 -2157 ((-793) |#1|)) (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -4464 ((-114) |#1| |#1|)) (-15 -2622 (|#1|)) (-15 -2622 (|#1| (-663 |#2|))) (-15 -3992 (|#1|)) (-15 -3992 (|#1| (-663 |#2|))) (-15 -2921 (|#1| |#1| |#1|)) (-15 -2999 (|#1| |#1| |#1|)) (-15 -2999 (|#1| |#1| |#2|)) (-15 -3516 (|#1| |#1| |#1|)) (-15 -3147 ((-114) |#1| |#1|)) (-15 -1419 (|#1| |#1| |#1|)) (-15 -1419 (|#1| |#1| |#2|)) (-15 -1419 (|#1| |#2| |#1|)) (-15 -3845 (|#1| (-663 |#2|))) (-15 -1485 ((-793) |#2| |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)))
+((-3808 (((-114) $ $) 22 T ELT)) (-2365 (($) 74 (|has| |#1| (-381)) ELT)) (-1419 (($ |#1| $) 89 T ELT) (($ $ |#1|) 88 T ELT) (($ $ $) 87 T ELT)) (-3516 (($ $ $) 85 T ELT)) (-3147 (((-114) $ $) 86 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-2233 (((-793)) 68 (|has| |#1| (-381)) ELT)) (-3992 (($ (-663 |#1|)) 81 T ELT) (($) 80 T ELT)) (-4174 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-4154 (($ $) 65 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ |#1| $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3513 (($ |#1| $) 64 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4510)) ELT)) (-2150 (($) 71 (|has| |#1| (-381)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4464 (((-114) $ $) 77 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-1622 ((|#1| $) 72 (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3934 ((|#1| $) 73 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-3862 (((-949) $) 70 (|has| |#1| (-381)) ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 T ELT)) (-2921 (($ $ $) 82 T ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT)) (-2081 (($ (-949)) 69 (|has| |#1| (-381)) ELT)) (-1473 (((-1152) $) 24 T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-2999 (($ $ |#1|) 84 T ELT) (($ $ $) 83 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 57 T ELT)) (-1538 (($ $) 75 (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) 20 T ELT)) (-2157 (((-793) $) 76 T ELT)) (-2622 (($ (-663 |#1|)) 79 T ELT) (($) 78 T ELT)) (-1519 (((-114) $ $) 23 T ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 T ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-440 |#1|) (-142) (-1133)) (T -440))
+((-2157 (*1 *2 *1) (-12 (-4 *1 (-440 *3)) (-4 *3 (-1133)) (-5 *2 (-793)))) (-1538 (*1 *1 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1133)) (-4 *2 (-381)))) (-2365 (*1 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-381)) (-4 *2 (-1133)))) (-3934 (*1 *2 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1133)) (-4 *2 (-872)))) (-1622 (*1 *2 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1133)) (-4 *2 (-872)))))
+(-13 (-233 |t#1|) (-1131 |t#1|) (-10 -8 (-6 -4510) (-15 -2157 ((-793) $)) (IF (|has| |t#1| (-381)) (PROGN (-6 (-381)) (-15 -1538 ($ $)) (-15 -2365 ($))) |%noBranch|) (IF (|has| |t#1| (-872)) (PROGN (-15 -3934 (|t#1| $)) (-15 -1622 (|t#1| $))) |%noBranch|)))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-632 (-888)) . T) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-233 |#1|) . T) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-381) |has| |#1| (-381)) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1131 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-4215 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22 T ELT)) (-1995 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20 T ELT)) (-1793 ((|#4| (-1 |#3| |#1|) |#2|) 17 T ELT)))
+(((-441 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1995 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -4215 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1133) (-440 |#1|) (-1133) (-440 |#3|)) (T -441))
+((-4215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1133)) (-4 *5 (-1133)) (-4 *2 (-440 *5)) (-5 *1 (-441 *6 *4 *5 *2)) (-4 *4 (-440 *6)))) (-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1133)) (-4 *2 (-1133)) (-5 *1 (-441 *5 *4 *2 *6)) (-4 *4 (-440 *5)) (-4 *6 (-440 *2)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-440 *6)) (-5 *1 (-441 *5 *4 *6 *2)) (-4 *4 (-440 *5)))))
+(-10 -7 (-15 -1793 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1995 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -4215 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-3949 (((-597 |#2|) |#2| (-1209)) 36 T ELT)) (-1871 (((-597 |#2|) |#2| (-1209)) 21 T ELT)) (-3908 ((|#2| |#2| (-1209)) 26 T ELT)))
+(((-442 |#1| |#2|) (-10 -7 (-15 -1871 ((-597 |#2|) |#2| (-1209))) (-15 -3949 ((-597 |#2|) |#2| (-1209))) (-15 -3908 (|#2| |#2| (-1209)))) (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))) (-13 (-1235) (-29 |#1|))) (T -442))
+((-3908 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-442 *4 *2)) (-4 *2 (-13 (-1235) (-29 *4))))) (-3949 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-442 *5 *3)) (-4 *3 (-13 (-1235) (-29 *5))))) (-1871 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-442 *5 *3)) (-4 *3 (-13 (-1235) (-29 *5))))))
+(-10 -7 (-15 -1871 ((-597 |#2|) |#2| (-1209))) (-15 -3949 ((-597 |#2|) |#2| (-1209))) (-15 -3908 (|#2| |#2| (-1209))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1792 (($ |#2| |#1|) 37 T ELT)) (-1563 (($ |#2| |#1|) 35 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-343 |#2|)) 25 T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 10 T CONST)) (-2983 (($) 16 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 36 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 39 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-443 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4497)) (IF (|has| |#1| (-6 -4497)) (-6 -4497) |%noBranch|) |%noBranch|) (-15 -3834 ($ |#1|)) (-15 -3834 ($ (-343 |#2|))) (-15 -1792 ($ |#2| |#1|)) (-15 -1563 ($ |#2| |#1|)))) (-13 (-175) (-38 (-421 (-560)))) (-13 (-872) (-21))) (T -443))
+((-3834 (*1 *1 *2) (-12 (-5 *1 (-443 *2 *3)) (-4 *2 (-13 (-175) (-38 (-421 (-560))))) (-4 *3 (-13 (-872) (-21))))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-343 *4)) (-4 *4 (-13 (-872) (-21))) (-5 *1 (-443 *3 *4)) (-4 *3 (-13 (-175) (-38 (-421 (-560))))))) (-1792 (*1 *1 *2 *3) (-12 (-5 *1 (-443 *3 *2)) (-4 *3 (-13 (-175) (-38 (-421 (-560))))) (-4 *2 (-13 (-872) (-21))))) (-1563 (*1 *1 *2 *3) (-12 (-5 *1 (-443 *3 *2)) (-4 *3 (-13 (-175) (-38 (-421 (-560))))) (-4 *2 (-13 (-872) (-21))))))
+(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4497)) (IF (|has| |#1| (-6 -4497)) (-6 -4497) |%noBranch|) |%noBranch|) (-15 -3834 ($ |#1|)) (-15 -3834 ($ (-343 |#2|))) (-15 -1792 ($ |#2| |#1|)) (-15 -1563 ($ |#2| |#1|))))
+((-3671 (((-3 |#2| (-663 |#2|)) |#2| (-1209)) 115 T ELT)))
+(((-444 |#1| |#2|) (-10 -7 (-15 -3671 ((-3 |#2| (-663 |#2|)) |#2| (-1209)))) (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))) (-13 (-1235) (-990) (-29 |#1|))) (T -444))
+((-3671 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 *3 (-663 *3))) (-5 *1 (-444 *5 *3)) (-4 *3 (-13 (-1235) (-990) (-29 *5))))))
+(-10 -7 (-15 -3671 ((-3 |#2| (-663 |#2|)) |#2| (-1209))))
+((-1443 ((|#2| |#2| |#2|) 31 T ELT)) (-2504 (((-115) (-115)) 43 T ELT)) (-4096 ((|#2| |#2|) 63 T ELT)) (-3856 ((|#2| |#2|) 66 T ELT)) (-1734 ((|#2| |#2|) 30 T ELT)) (-2747 ((|#2| |#2| |#2|) 33 T ELT)) (-1510 ((|#2| |#2| |#2|) 35 T ELT)) (-2493 ((|#2| |#2| |#2|) 32 T ELT)) (-1617 ((|#2| |#2| |#2|) 34 T ELT)) (-3106 (((-114) (-115)) 41 T ELT)) (-2638 ((|#2| |#2|) 37 T ELT)) (-2958 ((|#2| |#2|) 36 T ELT)) (-1958 ((|#2| |#2|) 25 T ELT)) (-3893 ((|#2| |#2| |#2|) 28 T ELT) ((|#2| |#2|) 26 T ELT)) (-2287 ((|#2| |#2| |#2|) 29 T ELT)))
+(((-445 |#1| |#2|) (-10 -7 (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -1958 (|#2| |#2|)) (-15 -3893 (|#2| |#2|)) (-15 -3893 (|#2| |#2| |#2|)) (-15 -2287 (|#2| |#2| |#2|)) (-15 -1734 (|#2| |#2|)) (-15 -1443 (|#2| |#2| |#2|)) (-15 -2493 (|#2| |#2| |#2|)) (-15 -2747 (|#2| |#2| |#2|)) (-15 -1617 (|#2| |#2| |#2|)) (-15 -1510 (|#2| |#2| |#2|)) (-15 -2958 (|#2| |#2|)) (-15 -2638 (|#2| |#2|)) (-15 -3856 (|#2| |#2|)) (-15 -4096 (|#2| |#2|))) (-571) (-435 |#1|)) (T -445))
+((-4096 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-3856 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-2638 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-2958 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1510 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1617 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-2747 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-2493 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1443 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1734 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-2287 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-3893 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-3893 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-1958 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))) (-2504 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-445 *3 *4)) (-4 *4 (-435 *3)))) (-3106 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-445 *4 *5)) (-4 *5 (-435 *4)))))
+(-10 -7 (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -1958 (|#2| |#2|)) (-15 -3893 (|#2| |#2|)) (-15 -3893 (|#2| |#2| |#2|)) (-15 -2287 (|#2| |#2| |#2|)) (-15 -1734 (|#2| |#2|)) (-15 -1443 (|#2| |#2| |#2|)) (-15 -2493 (|#2| |#2| |#2|)) (-15 -2747 (|#2| |#2| |#2|)) (-15 -1617 (|#2| |#2| |#2|)) (-15 -1510 (|#2| |#2| |#2|)) (-15 -2958 (|#2| |#2|)) (-15 -2638 (|#2| |#2|)) (-15 -3856 (|#2| |#2|)) (-15 -4096 (|#2| |#2|)))
+((-3396 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1203 |#2|)) (|:| |pol2| (-1203 |#2|)) (|:| |prim| (-1203 |#2|))) |#2| |#2|) 103 (|has| |#2| (-27)) ELT) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-663 (-1203 |#2|))) (|:| |prim| (-1203 |#2|))) (-663 |#2|)) 65 T ELT)))
+(((-446 |#1| |#2|) (-10 -7 (-15 -3396 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-663 (-1203 |#2|))) (|:| |prim| (-1203 |#2|))) (-663 |#2|))) (IF (|has| |#2| (-27)) (-15 -3396 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1203 |#2|)) (|:| |pol2| (-1203 |#2|)) (|:| |prim| (-1203 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-571) (-149)) (-435 |#1|)) (T -446))
+((-3396 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-571) (-149))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1203 *3)) (|:| |pol2| (-1203 *3)) (|:| |prim| (-1203 *3)))) (-5 *1 (-446 *4 *3)) (-4 *3 (-27)) (-4 *3 (-435 *4)))) (-3396 (*1 *2 *3) (-12 (-5 *3 (-663 *5)) (-4 *5 (-435 *4)) (-4 *4 (-13 (-571) (-149))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-663 (-1203 *5))) (|:| |prim| (-1203 *5)))) (-5 *1 (-446 *4 *5)))))
+(-10 -7 (-15 -3396 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-663 (-1203 |#2|))) (|:| |prim| (-1203 |#2|))) (-663 |#2|))) (IF (|has| |#2| (-27)) (-15 -3396 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1203 |#2|)) (|:| |pol2| (-1203 |#2|)) (|:| |prim| (-1203 |#2|))) |#2| |#2|)) |%noBranch|))
+((-2116 (((-1305)) 18 T ELT)) (-4086 (((-1203 (-421 (-560))) |#2| (-630 |#2|)) 40 T ELT) (((-421 (-560)) |#2|) 24 T ELT)))
+(((-447 |#1| |#2|) (-10 -7 (-15 -4086 ((-421 (-560)) |#2|)) (-15 -4086 ((-1203 (-421 (-560))) |#2| (-630 |#2|))) (-15 -2116 ((-1305)))) (-13 (-571) (-1070 (-560))) (-435 |#1|)) (T -447))
+((-2116 (*1 *2) (-12 (-4 *3 (-13 (-571) (-1070 (-560)))) (-5 *2 (-1305)) (-5 *1 (-447 *3 *4)) (-4 *4 (-435 *3)))) (-4086 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-435 *5)) (-4 *5 (-13 (-571) (-1070 (-560)))) (-5 *2 (-1203 (-421 (-560)))) (-5 *1 (-447 *5 *3)))) (-4086 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-421 (-560))) (-5 *1 (-447 *4 *3)) (-4 *3 (-435 *4)))))
+(-10 -7 (-15 -4086 ((-421 (-560)) |#2|)) (-15 -4086 ((-1203 (-421 (-560))) |#2| (-630 |#2|))) (-15 -2116 ((-1305))))
+((-3847 (((-114) $) 33 T ELT)) (-1782 (((-114) $) 35 T ELT)) (-1549 (((-114) $) 36 T ELT)) (-3435 (((-114) $) 39 T ELT)) (-2358 (((-114) $) 34 T ELT)) (-4111 (((-114) $) 38 T ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-1191)) 32 T ELT) (($ (-1209)) 30 T ELT) (((-1209) $) 24 T ELT) (((-1135) $) 23 T ELT)) (-3629 (((-114) $) 37 T ELT)) (-2478 (((-114) $ $) 17 T ELT)))
+(((-448) (-13 (-632 (-888)) (-10 -8 (-15 -3834 ($ (-1191))) (-15 -3834 ($ (-1209))) (-15 -3834 ((-1209) $)) (-15 -3834 ((-1135) $)) (-15 -3847 ((-114) $)) (-15 -2358 ((-114) $)) (-15 -1549 ((-114) $)) (-15 -4111 ((-114) $)) (-15 -3435 ((-114) $)) (-15 -3629 ((-114) $)) (-15 -1782 ((-114) $)) (-15 -2478 ((-114) $ $))))) (T -448))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-448)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-448)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-448)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-448)))) (-3847 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-2358 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-1549 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-4111 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-3435 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-3629 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))) (-2478 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -3834 ($ (-1191))) (-15 -3834 ($ (-1209))) (-15 -3834 ((-1209) $)) (-15 -3834 ((-1135) $)) (-15 -3847 ((-114) $)) (-15 -2358 ((-114) $)) (-15 -1549 ((-114) $)) (-15 -4111 ((-114) $)) (-15 -3435 ((-114) $)) (-15 -3629 ((-114) $)) (-15 -1782 ((-114) $)) (-15 -2478 ((-114) $ $))))
+((-1388 (((-3 (-419 (-1203 (-421 (-560)))) "failed") |#3|) 72 T ELT)) (-3484 (((-419 |#3|) |#3|) 34 T ELT)) (-1393 (((-3 (-419 (-1203 (-48))) "failed") |#3|) 46 (|has| |#2| (-1070 (-48))) ELT)) (-3657 (((-3 (|:| |overq| (-1203 (-421 (-560)))) (|:| |overan| (-1203 (-48))) (|:| -4172 (-114))) |#3|) 37 T ELT)))
+(((-449 |#1| |#2| |#3|) (-10 -7 (-15 -3484 ((-419 |#3|) |#3|)) (-15 -1388 ((-3 (-419 (-1203 (-421 (-560)))) "failed") |#3|)) (-15 -3657 ((-3 (|:| |overq| (-1203 (-421 (-560)))) (|:| |overan| (-1203 (-48))) (|:| -4172 (-114))) |#3|)) (IF (|has| |#2| (-1070 (-48))) (-15 -1393 ((-3 (-419 (-1203 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-571) (-1070 (-560))) (-435 |#1|) (-1275 |#2|)) (T -449))
+((-1393 (*1 *2 *3) (|partial| -12 (-4 *5 (-1070 (-48))) (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *5 (-435 *4)) (-5 *2 (-419 (-1203 (-48)))) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1275 *5)))) (-3657 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *5 (-435 *4)) (-5 *2 (-3 (|:| |overq| (-1203 (-421 (-560)))) (|:| |overan| (-1203 (-48))) (|:| -4172 (-114)))) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1275 *5)))) (-1388 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *5 (-435 *4)) (-5 *2 (-419 (-1203 (-421 (-560))))) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1275 *5)))) (-3484 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *5 (-435 *4)) (-5 *2 (-419 *3)) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1275 *5)))))
+(-10 -7 (-15 -3484 ((-419 |#3|) |#3|)) (-15 -1388 ((-3 (-419 (-1203 (-421 (-560)))) "failed") |#3|)) (-15 -3657 ((-3 (|:| |overq| (-1203 (-421 (-560)))) (|:| |overan| (-1203 (-48))) (|:| -4172 (-114))) |#3|)) (IF (|has| |#2| (-1070 (-48))) (-15 -1393 ((-3 (-419 (-1203 (-48))) "failed") |#3|)) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3202 (((-3 (|:| |fst| (-448)) (|:| -4056 "void")) $) 11 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4185 (($) 35 T ELT)) (-4226 (($) 41 T ELT)) (-2461 (($) 37 T ELT)) (-4030 (($) 39 T ELT)) (-4169 (($) 36 T ELT)) (-3179 (($) 38 T ELT)) (-1756 (($) 40 T ELT)) (-3831 (((-114) $) 8 T ELT)) (-1384 (((-663 (-976 (-560))) $) 19 T ELT)) (-3845 (($ (-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-663 (-1209)) (-114)) 29 T ELT) (($ (-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-663 (-976 (-560))) (-114)) 30 T ELT)) (-3834 (((-888) $) 24 T ELT) (($ (-448)) 32 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-450) (-13 (-1133) (-10 -8 (-15 -3834 ($ (-448))) (-15 -3202 ((-3 (|:| |fst| (-448)) (|:| -4056 "void")) $)) (-15 -1384 ((-663 (-976 (-560))) $)) (-15 -3831 ((-114) $)) (-15 -3845 ($ (-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-663 (-1209)) (-114))) (-15 -3845 ($ (-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-663 (-976 (-560))) (-114))) (-15 -4185 ($)) (-15 -4169 ($)) (-15 -2461 ($)) (-15 -4226 ($)) (-15 -3179 ($)) (-15 -4030 ($)) (-15 -1756 ($))))) (T -450))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-448)) (-5 *1 (-450)))) (-3202 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *1 (-450)))) (-1384 (*1 *2 *1) (-12 (-5 *2 (-663 (-976 (-560)))) (-5 *1 (-450)))) (-3831 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-450)))) (-3845 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *3 (-663 (-1209))) (-5 *4 (-114)) (-5 *1 (-450)))) (-3845 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-114)) (-5 *1 (-450)))) (-4185 (*1 *1) (-5 *1 (-450))) (-4169 (*1 *1) (-5 *1 (-450))) (-2461 (*1 *1) (-5 *1 (-450))) (-4226 (*1 *1) (-5 *1 (-450))) (-3179 (*1 *1) (-5 *1 (-450))) (-4030 (*1 *1) (-5 *1 (-450))) (-1756 (*1 *1) (-5 *1 (-450))))
+(-13 (-1133) (-10 -8 (-15 -3834 ($ (-448))) (-15 -3202 ((-3 (|:| |fst| (-448)) (|:| -4056 "void")) $)) (-15 -1384 ((-663 (-976 (-560))) $)) (-15 -3831 ((-114) $)) (-15 -3845 ($ (-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-663 (-1209)) (-114))) (-15 -3845 ($ (-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-663 (-976 (-560))) (-114))) (-15 -4185 ($)) (-15 -4169 ($)) (-15 -2461 ($)) (-15 -4226 ($)) (-15 -3179 ($)) (-15 -4030 ($)) (-15 -1756 ($))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4363 (((-1191) $ (-1191)) NIL T ELT)) (-2841 (($ $ (-1191)) NIL T ELT)) (-2893 (((-1191) $) NIL T ELT)) (-2587 (((-402) (-402) (-402)) 17 T ELT) (((-402) (-402)) 15 T ELT)) (-4376 (($ (-402)) NIL T ELT) (($ (-402) (-1191)) NIL T ELT)) (-2187 (((-402) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1630 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2386 (((-1305) (-1191)) 9 T ELT)) (-2261 (((-1305) (-1191)) 10 T ELT)) (-3941 (((-1305)) 11 T ELT)) (-3834 (((-888) $) NIL T ELT)) (-4423 (($ $) 39 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-451) (-13 (-378 (-402) (-1191)) (-10 -7 (-15 -2587 ((-402) (-402) (-402))) (-15 -2587 ((-402) (-402))) (-15 -2386 ((-1305) (-1191))) (-15 -2261 ((-1305) (-1191))) (-15 -3941 ((-1305)))))) (T -451))
+((-2587 (*1 *2 *2 *2) (-12 (-5 *2 (-402)) (-5 *1 (-451)))) (-2587 (*1 *2 *2) (-12 (-5 *2 (-402)) (-5 *1 (-451)))) (-2386 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-451)))) (-2261 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-451)))) (-3941 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-451)))))
+(-13 (-378 (-402) (-1191)) (-10 -7 (-15 -2587 ((-402) (-402) (-402))) (-15 -2587 ((-402) (-402))) (-15 -2386 ((-1305) (-1191))) (-15 -2261 ((-1305) (-1191))) (-15 -3941 ((-1305)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2187 (((-1209) $) 8 T ELT)) (-2128 (((-1191) $) 17 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 11 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 14 T ELT)))
+(((-452 |#1|) (-13 (-1133) (-10 -8 (-15 -2187 ((-1209) $)))) (-1209)) (T -452))
+((-2187 (*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-452 *3)) (-14 *3 *2))))
+(-13 (-1133) (-10 -8 (-15 -2187 ((-1209) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2344 (((-1147) $) 7 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 9 T ELT)))
+(((-453) (-13 (-1133) (-10 -8 (-15 -2344 ((-1147) $))))) (T -453))
+((-2344 (*1 *2 *1) (-12 (-5 *2 (-1147)) (-5 *1 (-453)))))
+(-13 (-1133) (-10 -8 (-15 -2344 ((-1147) $))))
+((-2566 (((-1305) $) 7 T ELT)) (-3834 (((-888) $) 8 T ELT) (($ (-1299 (-721))) 14 T ELT) (($ (-663 (-342))) 13 T ELT) (($ (-342)) 12 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 11 T ELT)))
(((-454) (-142)) (T -454))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-721))) (-4 *1 (-454)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-454)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-454)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) (-4 *1 (-454)))))
-(-13 (-410) (-10 -8 (-15 -2539 ($ (-1298 (-721)))) (-15 -2539 ($ (-663 (-342)))) (-15 -2539 ($ (-342))) (-15 -2539 ($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))))))
-(((-632 (-887)) . T) ((-410) . T) ((-1248) . T))
-((-1442 (((-3 $ "failed") (-1298 (-326 (-391)))) 21 T ELT) (((-3 $ "failed") (-1298 (-326 (-560)))) 19 T ELT) (((-3 $ "failed") (-1298 (-975 (-391)))) 17 T ELT) (((-3 $ "failed") (-1298 (-975 (-560)))) 15 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-391))))) 13 T ELT) (((-3 $ "failed") (-1298 (-421 (-975 (-560))))) 11 T ELT)) (-3056 (($ (-1298 (-326 (-391)))) 22 T ELT) (($ (-1298 (-326 (-560)))) 20 T ELT) (($ (-1298 (-975 (-391)))) 18 T ELT) (($ (-1298 (-975 (-560)))) 16 T ELT) (($ (-1298 (-421 (-975 (-391))))) 14 T ELT) (($ (-1298 (-421 (-975 (-560))))) 12 T ELT)) (-1679 (((-1304) $) 7 T ELT)) (-2539 (((-887) $) 8 T ELT) (($ (-663 (-342))) 25 T ELT) (($ (-342)) 24 T ELT) (($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) 23 T ELT)))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-721))) (-4 *1 (-454)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-454)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-454)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) (-4 *1 (-454)))))
+(-13 (-410) (-10 -8 (-15 -3834 ($ (-1299 (-721)))) (-15 -3834 ($ (-663 (-342)))) (-15 -3834 ($ (-342))) (-15 -3834 ($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))))))
+(((-632 (-888)) . T) ((-410) . T) ((-1249) . T))
+((-4142 (((-3 $ "failed") (-1299 (-326 (-391)))) 21 T ELT) (((-3 $ "failed") (-1299 (-326 (-560)))) 19 T ELT) (((-3 $ "failed") (-1299 (-976 (-391)))) 17 T ELT) (((-3 $ "failed") (-1299 (-976 (-560)))) 15 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-391))))) 13 T ELT) (((-3 $ "failed") (-1299 (-421 (-976 (-560))))) 11 T ELT)) (-4072 (($ (-1299 (-326 (-391)))) 22 T ELT) (($ (-1299 (-326 (-560)))) 20 T ELT) (($ (-1299 (-976 (-391)))) 18 T ELT) (($ (-1299 (-976 (-560)))) 16 T ELT) (($ (-1299 (-421 (-976 (-391))))) 14 T ELT) (($ (-1299 (-421 (-976 (-560))))) 12 T ELT)) (-2566 (((-1305) $) 7 T ELT)) (-3834 (((-888) $) 8 T ELT) (($ (-663 (-342))) 25 T ELT) (($ (-342)) 24 T ELT) (($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) 23 T ELT)))
(((-455) (-142)) (T -455))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-455)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-455)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342))))) (-4 *1 (-455)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-1298 (-326 (-391)))) (-4 *1 (-455)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-1298 (-326 (-391)))) (-4 *1 (-455)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-1298 (-326 (-560)))) (-4 *1 (-455)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-1298 (-326 (-560)))) (-4 *1 (-455)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-1298 (-975 (-391)))) (-4 *1 (-455)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-1298 (-975 (-391)))) (-4 *1 (-455)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-1298 (-975 (-560)))) (-4 *1 (-455)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-1298 (-975 (-560)))) (-4 *1 (-455)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-1298 (-421 (-975 (-391))))) (-4 *1 (-455)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-1298 (-421 (-975 (-391))))) (-4 *1 (-455)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-1298 (-421 (-975 (-560))))) (-4 *1 (-455)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-1298 (-421 (-975 (-560))))) (-4 *1 (-455)))))
-(-13 (-410) (-10 -8 (-15 -2539 ($ (-663 (-342)))) (-15 -2539 ($ (-342))) (-15 -2539 ($ (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))) (-15 -3056 ($ (-1298 (-326 (-391))))) (-15 -1442 ((-3 $ "failed") (-1298 (-326 (-391))))) (-15 -3056 ($ (-1298 (-326 (-560))))) (-15 -1442 ((-3 $ "failed") (-1298 (-326 (-560))))) (-15 -3056 ($ (-1298 (-975 (-391))))) (-15 -1442 ((-3 $ "failed") (-1298 (-975 (-391))))) (-15 -3056 ($ (-1298 (-975 (-560))))) (-15 -1442 ((-3 $ "failed") (-1298 (-975 (-560))))) (-15 -3056 ($ (-1298 (-421 (-975 (-391)))))) (-15 -1442 ((-3 $ "failed") (-1298 (-421 (-975 (-391)))))) (-15 -3056 ($ (-1298 (-421 (-975 (-560)))))) (-15 -1442 ((-3 $ "failed") (-1298 (-421 (-975 (-560))))))))
-(((-632 (-887)) . T) ((-410) . T) ((-1248) . T))
-((-3857 (((-114)) 18 T ELT)) (-3561 (((-114) (-114)) 19 T ELT)) (-3992 (((-114)) 14 T ELT)) (-3328 (((-114) (-114)) 15 T ELT)) (-4471 (((-114)) 16 T ELT)) (-2662 (((-114) (-114)) 17 T ELT)) (-3499 (((-948) (-948)) 22 T ELT) (((-948)) 21 T ELT)) (-4466 (((-793) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560))))) 52 T ELT)) (-1531 (((-948) (-948)) 24 T ELT) (((-948)) 23 T ELT)) (-1630 (((-2 (|:| -1916 (-560)) (|:| -3980 (-663 |#1|))) |#1|) 94 T ELT)) (-3887 (((-419 |#1|) (-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560))))))) 175 T ELT)) (-3055 (((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114)) 208 T ELT)) (-3559 (((-419 |#1|) |#1| (-793) (-793)) 223 T ELT) (((-419 |#1|) |#1| (-663 (-793)) (-793)) 220 T ELT) (((-419 |#1|) |#1| (-663 (-793))) 222 T ELT) (((-419 |#1|) |#1| (-793)) 221 T ELT) (((-419 |#1|) |#1|) 219 T ELT)) (-2703 (((-3 |#1| "failed") (-948) |#1| (-663 (-793)) (-793) (-114)) 225 T ELT) (((-3 |#1| "failed") (-948) |#1| (-663 (-793)) (-793)) 226 T ELT) (((-3 |#1| "failed") (-948) |#1| (-663 (-793))) 228 T ELT) (((-3 |#1| "failed") (-948) |#1| (-793)) 227 T ELT) (((-3 |#1| "failed") (-948) |#1|) 229 T ELT)) (-3388 (((-419 |#1|) |#1| (-793) (-793)) 218 T ELT) (((-419 |#1|) |#1| (-663 (-793)) (-793)) 214 T ELT) (((-419 |#1|) |#1| (-663 (-793))) 216 T ELT) (((-419 |#1|) |#1| (-793)) 215 T ELT) (((-419 |#1|) |#1|) 213 T ELT)) (-3678 (((-114) |#1|) 44 T ELT)) (-3714 (((-758 (-793)) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560))))) 99 T ELT)) (-4219 (((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114) (-1128 (-793)) (-793)) 212 T ELT)))
-(((-456 |#1|) (-10 -7 (-15 -3887 ((-419 |#1|) (-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))))) (-15 -3714 ((-758 (-793)) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))))) (-15 -1531 ((-948))) (-15 -1531 ((-948) (-948))) (-15 -3499 ((-948))) (-15 -3499 ((-948) (-948))) (-15 -4466 ((-793) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))))) (-15 -1630 ((-2 (|:| -1916 (-560)) (|:| -3980 (-663 |#1|))) |#1|)) (-15 -3857 ((-114))) (-15 -3561 ((-114) (-114))) (-15 -3992 ((-114))) (-15 -3328 ((-114) (-114))) (-15 -3678 ((-114) |#1|)) (-15 -4471 ((-114))) (-15 -2662 ((-114) (-114))) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3388 ((-419 |#1|) |#1| (-793))) (-15 -3388 ((-419 |#1|) |#1| (-663 (-793)))) (-15 -3388 ((-419 |#1|) |#1| (-663 (-793)) (-793))) (-15 -3388 ((-419 |#1|) |#1| (-793) (-793))) (-15 -3559 ((-419 |#1|) |#1|)) (-15 -3559 ((-419 |#1|) |#1| (-793))) (-15 -3559 ((-419 |#1|) |#1| (-663 (-793)))) (-15 -3559 ((-419 |#1|) |#1| (-663 (-793)) (-793))) (-15 -3559 ((-419 |#1|) |#1| (-793) (-793))) (-15 -2703 ((-3 |#1| "failed") (-948) |#1|)) (-15 -2703 ((-3 |#1| "failed") (-948) |#1| (-793))) (-15 -2703 ((-3 |#1| "failed") (-948) |#1| (-663 (-793)))) (-15 -2703 ((-3 |#1| "failed") (-948) |#1| (-663 (-793)) (-793))) (-15 -2703 ((-3 |#1| "failed") (-948) |#1| (-663 (-793)) (-793) (-114))) (-15 -3055 ((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114))) (-15 -4219 ((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114) (-1128 (-793)) (-793)))) (-1274 (-560))) (T -456))
-((-4219 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-114)) (-5 *5 (-1128 (-793))) (-5 *6 (-793)) (-5 *2 (-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| *3) (|:| -3443 (-560))))))) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3055 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-5 *2 (-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| *3) (|:| -3443 (-560))))))) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-2703 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-948)) (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *6 (-114)) (-5 *1 (-456 *2)) (-4 *2 (-1274 (-560))))) (-2703 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-948)) (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *1 (-456 *2)) (-4 *2 (-1274 (-560))))) (-2703 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-948)) (-5 *4 (-663 (-793))) (-5 *1 (-456 *2)) (-4 *2 (-1274 (-560))))) (-2703 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-948)) (-5 *4 (-793)) (-5 *1 (-456 *2)) (-4 *2 (-1274 (-560))))) (-2703 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-948)) (-5 *1 (-456 *2)) (-4 *2 (-1274 (-560))))) (-3559 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3559 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3559 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-793))) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3559 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3559 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3388 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3388 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-793))) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3388 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-2662 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-4471 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3678 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3328 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3992 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3561 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3857 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-1630 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -1916 (-560)) (|:| -3980 (-663 *3)))) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-4466 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -3388 *4) (|:| -4283 (-560))))) (-4 *4 (-1274 (-560))) (-5 *2 (-793)) (-5 *1 (-456 *4)))) (-3499 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3499 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-1531 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-1531 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))) (-3714 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -3388 *4) (|:| -4283 (-560))))) (-4 *4 (-1274 (-560))) (-5 *2 (-758 (-793))) (-5 *1 (-456 *4)))) (-3887 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| *4) (|:| -3443 (-560))))))) (-4 *4 (-1274 (-560))) (-5 *2 (-419 *4)) (-5 *1 (-456 *4)))))
-(-10 -7 (-15 -3887 ((-419 |#1|) (-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))))) (-15 -3714 ((-758 (-793)) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))))) (-15 -1531 ((-948))) (-15 -1531 ((-948) (-948))) (-15 -3499 ((-948))) (-15 -3499 ((-948) (-948))) (-15 -4466 ((-793) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))))) (-15 -1630 ((-2 (|:| -1916 (-560)) (|:| -3980 (-663 |#1|))) |#1|)) (-15 -3857 ((-114))) (-15 -3561 ((-114) (-114))) (-15 -3992 ((-114))) (-15 -3328 ((-114) (-114))) (-15 -3678 ((-114) |#1|)) (-15 -4471 ((-114))) (-15 -2662 ((-114) (-114))) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3388 ((-419 |#1|) |#1| (-793))) (-15 -3388 ((-419 |#1|) |#1| (-663 (-793)))) (-15 -3388 ((-419 |#1|) |#1| (-663 (-793)) (-793))) (-15 -3388 ((-419 |#1|) |#1| (-793) (-793))) (-15 -3559 ((-419 |#1|) |#1|)) (-15 -3559 ((-419 |#1|) |#1| (-793))) (-15 -3559 ((-419 |#1|) |#1| (-663 (-793)))) (-15 -3559 ((-419 |#1|) |#1| (-663 (-793)) (-793))) (-15 -3559 ((-419 |#1|) |#1| (-793) (-793))) (-15 -2703 ((-3 |#1| "failed") (-948) |#1|)) (-15 -2703 ((-3 |#1| "failed") (-948) |#1| (-793))) (-15 -2703 ((-3 |#1| "failed") (-948) |#1| (-663 (-793)))) (-15 -2703 ((-3 |#1| "failed") (-948) |#1| (-663 (-793)) (-793))) (-15 -2703 ((-3 |#1| "failed") (-948) |#1| (-663 (-793)) (-793) (-114))) (-15 -3055 ((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114))) (-15 -4219 ((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114) (-1128 (-793)) (-793))))
-((-1798 (((-560) |#2|) 52 T ELT) (((-560) |#2| (-793)) 51 T ELT)) (-4077 (((-560) |#2|) 64 T ELT)) (-2477 ((|#3| |#2|) 26 T ELT)) (-3138 ((|#3| |#2| (-948)) 15 T ELT)) (-4474 ((|#3| |#2|) 16 T ELT)) (-1631 ((|#3| |#2|) 9 T ELT)) (-3547 ((|#3| |#2|) 10 T ELT)) (-4060 ((|#3| |#2| (-948)) 71 T ELT) ((|#3| |#2|) 34 T ELT)) (-3126 (((-560) |#2|) 66 T ELT)))
-(((-457 |#1| |#2| |#3|) (-10 -7 (-15 -3126 ((-560) |#2|)) (-15 -4060 (|#3| |#2|)) (-15 -4060 (|#3| |#2| (-948))) (-15 -4077 ((-560) |#2|)) (-15 -1798 ((-560) |#2| (-793))) (-15 -1798 ((-560) |#2|)) (-15 -3138 (|#3| |#2| (-948))) (-15 -2477 (|#3| |#2|)) (-15 -1631 (|#3| |#2|)) (-15 -3547 (|#3| |#2|)) (-15 -4474 (|#3| |#2|))) (-1080) (-1274 |#1|) (-13 (-418) (-1069 |#1|) (-376) (-1234) (-296))) (T -457))
-((-4474 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4)))) (-3547 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4)))) (-1631 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4)))) (-2477 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4)))) (-3138 (*1 *2 *3 *4) (-12 (-5 *4 (-948)) (-4 *5 (-1080)) (-4 *2 (-13 (-418) (-1069 *5) (-376) (-1234) (-296))) (-5 *1 (-457 *5 *3 *2)) (-4 *3 (-1274 *5)))) (-1798 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5)) (-4 *3 (-1274 *4)) (-4 *5 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))))) (-1798 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-1080)) (-5 *2 (-560)) (-5 *1 (-457 *5 *3 *6)) (-4 *3 (-1274 *5)) (-4 *6 (-13 (-418) (-1069 *5) (-376) (-1234) (-296))))) (-4077 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5)) (-4 *3 (-1274 *4)) (-4 *5 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))))) (-4060 (*1 *2 *3 *4) (-12 (-5 *4 (-948)) (-4 *5 (-1080)) (-4 *2 (-13 (-418) (-1069 *5) (-376) (-1234) (-296))) (-5 *1 (-457 *5 *3 *2)) (-4 *3 (-1274 *5)))) (-4060 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4)))) (-3126 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5)) (-4 *3 (-1274 *4)) (-4 *5 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))))))
-(-10 -7 (-15 -3126 ((-560) |#2|)) (-15 -4060 (|#3| |#2|)) (-15 -4060 (|#3| |#2| (-948))) (-15 -4077 ((-560) |#2|)) (-15 -1798 ((-560) |#2| (-793))) (-15 -1798 ((-560) |#2|)) (-15 -3138 (|#3| |#2| (-948))) (-15 -2477 (|#3| |#2|)) (-15 -1631 (|#3| |#2|)) (-15 -3547 (|#3| |#2|)) (-15 -4474 (|#3| |#2|)))
-((-3058 ((|#2| (-1298 |#1|)) 42 T ELT)) (-4366 ((|#2| |#2| |#1|) 58 T ELT)) (-4284 ((|#2| |#2| |#1|) 49 T ELT)) (-4071 ((|#2| |#2|) 44 T ELT)) (-3378 (((-114) |#2|) 32 T ELT)) (-2487 (((-663 |#2|) (-948) (-419 |#2|)) 21 T ELT)) (-2703 ((|#2| (-948) (-419 |#2|)) 25 T ELT)) (-3714 (((-758 (-793)) (-419 |#2|)) 29 T ELT)))
-(((-458 |#1| |#2|) (-10 -7 (-15 -3378 ((-114) |#2|)) (-15 -3058 (|#2| (-1298 |#1|))) (-15 -4071 (|#2| |#2|)) (-15 -4284 (|#2| |#2| |#1|)) (-15 -4366 (|#2| |#2| |#1|)) (-15 -3714 ((-758 (-793)) (-419 |#2|))) (-15 -2703 (|#2| (-948) (-419 |#2|))) (-15 -2487 ((-663 |#2|) (-948) (-419 |#2|)))) (-1080) (-1274 |#1|)) (T -458))
-((-2487 (*1 *2 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-419 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-1080)) (-5 *2 (-663 *6)) (-5 *1 (-458 *5 *6)))) (-2703 (*1 *2 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-419 *2)) (-4 *2 (-1274 *5)) (-5 *1 (-458 *5 *2)) (-4 *5 (-1080)))) (-3714 (*1 *2 *3) (-12 (-5 *3 (-419 *5)) (-4 *5 (-1274 *4)) (-4 *4 (-1080)) (-5 *2 (-758 (-793))) (-5 *1 (-458 *4 *5)))) (-4366 (*1 *2 *2 *3) (-12 (-4 *3 (-1080)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1274 *3)))) (-4284 (*1 *2 *2 *3) (-12 (-4 *3 (-1080)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1274 *3)))) (-4071 (*1 *2 *2) (-12 (-4 *3 (-1080)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1274 *3)))) (-3058 (*1 *2 *3) (-12 (-5 *3 (-1298 *4)) (-4 *4 (-1080)) (-4 *2 (-1274 *4)) (-5 *1 (-458 *4 *2)))) (-3378 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-5 *2 (-114)) (-5 *1 (-458 *4 *3)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -3378 ((-114) |#2|)) (-15 -3058 (|#2| (-1298 |#1|))) (-15 -4071 (|#2| |#2|)) (-15 -4284 (|#2| |#2| |#1|)) (-15 -4366 (|#2| |#2| |#1|)) (-15 -3714 ((-758 (-793)) (-419 |#2|))) (-15 -2703 (|#2| (-948) (-419 |#2|))) (-15 -2487 ((-663 |#2|) (-948) (-419 |#2|))))
-((-2324 (((-793)) 59 T ELT)) (-2691 (((-793)) 29 (|has| |#1| (-418)) ELT) (((-793) (-793)) 28 (|has| |#1| (-418)) ELT)) (-3942 (((-560) |#1|) 25 (|has| |#1| (-418)) ELT)) (-2493 (((-560) |#1|) 27 (|has| |#1| (-418)) ELT)) (-2970 (((-793)) 58 T ELT) (((-793) (-793)) 57 T ELT)) (-3531 ((|#1| (-793) (-560)) 37 T ELT)) (-4272 (((-1304)) 61 T ELT)))
-(((-459 |#1|) (-10 -7 (-15 -3531 (|#1| (-793) (-560))) (-15 -2970 ((-793) (-793))) (-15 -2970 ((-793))) (-15 -2324 ((-793))) (-15 -4272 ((-1304))) (IF (|has| |#1| (-418)) (PROGN (-15 -2493 ((-560) |#1|)) (-15 -3942 ((-560) |#1|)) (-15 -2691 ((-793) (-793))) (-15 -2691 ((-793)))) |%noBranch|)) (-1080)) (T -459))
-((-2691 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1080)))) (-2691 (*1 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1080)))) (-3942 (*1 *2 *3) (-12 (-5 *2 (-560)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1080)))) (-2493 (*1 *2 *3) (-12 (-5 *2 (-560)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1080)))) (-4272 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-459 *3)) (-4 *3 (-1080)))) (-2324 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1080)))) (-2970 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1080)))) (-2970 (*1 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1080)))) (-3531 (*1 *2 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-560)) (-5 *1 (-459 *2)) (-4 *2 (-1080)))))
-(-10 -7 (-15 -3531 (|#1| (-793) (-560))) (-15 -2970 ((-793) (-793))) (-15 -2970 ((-793))) (-15 -2324 ((-793))) (-15 -4272 ((-1304))) (IF (|has| |#1| (-418)) (PROGN (-15 -2493 ((-560) |#1|)) (-15 -3942 ((-560) |#1|)) (-15 -2691 ((-793) (-793))) (-15 -2691 ((-793)))) |%noBranch|))
-((-1621 (((-663 (-560)) (-560)) 76 T ELT)) (-1510 (((-114) (-171 (-560))) 82 T ELT)) (-3388 (((-419 (-171 (-560))) (-171 (-560))) 75 T ELT)))
-(((-460) (-10 -7 (-15 -3388 ((-419 (-171 (-560))) (-171 (-560)))) (-15 -1621 ((-663 (-560)) (-560))) (-15 -1510 ((-114) (-171 (-560)))))) (T -460))
-((-1510 (*1 *2 *3) (-12 (-5 *3 (-171 (-560))) (-5 *2 (-114)) (-5 *1 (-460)))) (-1621 (*1 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-460)) (-5 *3 (-560)))) (-3388 (*1 *2 *3) (-12 (-5 *2 (-419 (-171 (-560)))) (-5 *1 (-460)) (-5 *3 (-171 (-560))))))
-(-10 -7 (-15 -3388 ((-419 (-171 (-560))) (-171 (-560)))) (-15 -1621 ((-663 (-560)) (-560))) (-15 -1510 ((-114) (-171 (-560)))))
-((-1476 ((|#4| |#4| (-663 |#4|)) 20 (|has| |#1| (-376)) ELT)) (-2852 (((-663 |#4|) (-663 |#4|) (-1190) (-1190)) 46 T ELT) (((-663 |#4|) (-663 |#4|) (-1190)) 45 T ELT) (((-663 |#4|) (-663 |#4|)) 34 T ELT)))
-(((-461 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2852 ((-663 |#4|) (-663 |#4|))) (-15 -2852 ((-663 |#4|) (-663 |#4|) (-1190))) (-15 -2852 ((-663 |#4|) (-663 |#4|) (-1190) (-1190))) (IF (|has| |#1| (-376)) (-15 -1476 (|#4| |#4| (-663 |#4|))) |%noBranch|)) (-466) (-815) (-871) (-979 |#1| |#2| |#3|)) (T -461))
-((-1476 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *4 *5 *6)) (-4 *4 (-376)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-461 *4 *5 *6 *2)))) (-2852 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-1190)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-461 *4 *5 *6 *7)))) (-2852 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-1190)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-461 *4 *5 *6 *7)))) (-2852 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-461 *3 *4 *5 *6)))))
-(-10 -7 (-15 -2852 ((-663 |#4|) (-663 |#4|))) (-15 -2852 ((-663 |#4|) (-663 |#4|) (-1190))) (-15 -2852 ((-663 |#4|) (-663 |#4|) (-1190) (-1190))) (IF (|has| |#1| (-376)) (-15 -1476 (|#4| |#4| (-663 |#4|))) |%noBranch|))
-((-3407 ((|#4| |#4| (-663 |#4|)) 82 T ELT)) (-4341 (((-663 |#4|) (-663 |#4|) (-1190) (-1190)) 22 T ELT) (((-663 |#4|) (-663 |#4|) (-1190)) 21 T ELT) (((-663 |#4|) (-663 |#4|)) 13 T ELT)))
-(((-462 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3407 (|#4| |#4| (-663 |#4|))) (-15 -4341 ((-663 |#4|) (-663 |#4|))) (-15 -4341 ((-663 |#4|) (-663 |#4|) (-1190))) (-15 -4341 ((-663 |#4|) (-663 |#4|) (-1190) (-1190)))) (-319) (-815) (-871) (-979 |#1| |#2| |#3|)) (T -462))
-((-4341 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-1190)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-319)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-462 *4 *5 *6 *7)))) (-4341 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-1190)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-319)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-462 *4 *5 *6 *7)))) (-4341 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-319)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-462 *3 *4 *5 *6)))) (-3407 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *4 *5 *6)) (-4 *4 (-319)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-462 *4 *5 *6 *2)))))
-(-10 -7 (-15 -3407 (|#4| |#4| (-663 |#4|))) (-15 -4341 ((-663 |#4|) (-663 |#4|))) (-15 -4341 ((-663 |#4|) (-663 |#4|) (-1190))) (-15 -4341 ((-663 |#4|) (-663 |#4|) (-1190) (-1190))))
-((-2384 (((-663 (-663 |#4|)) (-663 |#4|) (-114)) 89 T ELT) (((-663 (-663 |#4|)) (-663 |#4|)) 88 T ELT) (((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|) (-114)) 82 T ELT) (((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|)) 83 T ELT)) (-2016 (((-663 (-663 |#4|)) (-663 |#4|) (-114)) 55 T ELT) (((-663 (-663 |#4|)) (-663 |#4|)) 77 T ELT)))
-(((-463 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 ((-663 (-663 |#4|)) (-663 |#4|))) (-15 -2016 ((-663 (-663 |#4|)) (-663 |#4|) (-114))) (-15 -2384 ((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|))) (-15 -2384 ((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|) (-114))) (-15 -2384 ((-663 (-663 |#4|)) (-663 |#4|))) (-15 -2384 ((-663 (-663 |#4|)) (-663 |#4|) (-114)))) (-13 (-319) (-149)) (-815) (-871) (-979 |#1| |#2| |#3|)) (T -463))
-((-2384 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-979 *5 *6 *7)) (-5 *2 (-663 (-663 *8))) (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))) (-2384 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-663 (-663 *7))) (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-2384 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-979 *5 *6 *7)) (-5 *2 (-663 (-663 *8))) (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))) (-2384 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-663 (-663 *7))) (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-979 *5 *6 *7)) (-5 *2 (-663 (-663 *8))) (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))) (-2016 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-663 (-663 *7))) (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
-(-10 -7 (-15 -2016 ((-663 (-663 |#4|)) (-663 |#4|))) (-15 -2016 ((-663 (-663 |#4|)) (-663 |#4|) (-114))) (-15 -2384 ((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|))) (-15 -2384 ((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|) (-114))) (-15 -2384 ((-663 (-663 |#4|)) (-663 |#4|))) (-15 -2384 ((-663 (-663 |#4|)) (-663 |#4|) (-114))))
-((-2561 (((-793) |#4|) 12 T ELT)) (-1833 (((-663 (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|))) |#4| (-793) (-663 (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|)))) 39 T ELT)) (-3669 (((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49 T ELT)) (-3804 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 52 T ELT)) (-1662 ((|#4| |#4| (-663 |#4|)) 54 T ELT)) (-4322 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-663 |#4|)) 96 T ELT)) (-2615 (((-1304) |#4|) 59 T ELT)) (-3108 (((-1304) (-663 |#4|)) 69 T ELT)) (-2130 (((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560)) 66 T ELT)) (-2392 (((-1304) (-560)) 110 T ELT)) (-1570 (((-663 |#4|) (-663 |#4|)) 104 T ELT)) (-1690 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|)) |#4| (-793)) 31 T ELT)) (-2899 (((-560) |#4|) 109 T ELT)) (-3053 ((|#4| |#4|) 37 T ELT)) (-2976 (((-663 |#4|) (-663 |#4|) (-560) (-560)) 74 T ELT)) (-3529 (((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560) (-560)) 123 T ELT)) (-3595 (((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20 T ELT)) (-1896 (((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 78 T ELT)) (-4110 (((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 76 T ELT)) (-4345 (((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 47 T ELT)) (-4183 (((-114) |#2| |#2|) 75 T ELT)) (-4285 (((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 48 T ELT)) (-3945 (((-114) |#2| |#2| |#2| |#2|) 80 T ELT)) (-3741 ((|#4| |#4| (-663 |#4|)) 97 T ELT)))
-(((-464 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3741 (|#4| |#4| (-663 |#4|))) (-15 -1662 (|#4| |#4| (-663 |#4|))) (-15 -2976 ((-663 |#4|) (-663 |#4|) (-560) (-560))) (-15 -1896 ((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -4183 ((-114) |#2| |#2|)) (-15 -3945 ((-114) |#2| |#2| |#2| |#2|)) (-15 -4285 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4345 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4110 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4322 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-663 |#4|))) (-15 -3053 (|#4| |#4|)) (-15 -1833 ((-663 (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|))) |#4| (-793) (-663 (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|))))) (-15 -3804 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3669 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1570 ((-663 |#4|) (-663 |#4|))) (-15 -2899 ((-560) |#4|)) (-15 -2615 ((-1304) |#4|)) (-15 -2130 ((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560))) (-15 -3529 ((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560) (-560))) (-15 -3108 ((-1304) (-663 |#4|))) (-15 -2392 ((-1304) (-560))) (-15 -3595 ((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1690 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|)) |#4| (-793))) (-15 -2561 ((-793) |#4|))) (-466) (-815) (-871) (-979 |#1| |#2| |#3|)) (T -464))
-((-2561 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-793)) (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))) (-1690 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-793)) (|:| -1862 *4))) (-5 *5 (-793)) (-4 *4 (-979 *6 *7 *8)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-464 *6 *7 *8 *4)))) (-3595 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-815)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-464 *4 *5 *6 *7)))) (-2392 (*1 *2 *3) (-12 (-5 *3 (-560)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1304)) (-5 *1 (-464 *4 *5 *6 *7)) (-4 *7 (-979 *4 *5 *6)))) (-3108 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1304)) (-5 *1 (-464 *4 *5 *6 *7)))) (-3529 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-793)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-815)) (-4 *4 (-979 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-871)) (-5 *1 (-464 *5 *6 *7 *4)))) (-2130 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-793)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-815)) (-4 *4 (-979 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-871)) (-5 *1 (-464 *5 *6 *7 *4)))) (-2615 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1304)) (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))) (-2899 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-560)) (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))) (-1570 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-464 *3 *4 *5 *6)))) (-3669 (*1 *2 *2 *2) (-12 (-5 *2 (-663 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-793)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-815)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-466)) (-4 *5 (-871)) (-5 *1 (-464 *3 *4 *5 *6)))) (-3804 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-815)) (-4 *2 (-979 *4 *5 *6)) (-5 *1 (-464 *4 *5 *6 *2)) (-4 *4 (-466)) (-4 *6 (-871)))) (-1833 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-663 (-2 (|:| |totdeg| (-793)) (|:| -1862 *3)))) (-5 *4 (-793)) (-4 *3 (-979 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-464 *5 *6 *7 *3)))) (-3053 (*1 *2 *2) (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-464 *3 *4 *5 *2)) (-4 *2 (-979 *3 *4 *5)))) (-4322 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-979 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-464 *5 *6 *7 *3)))) (-4110 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-793)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-815)) (-4 *6 (-979 *4 *3 *5)) (-4 *4 (-466)) (-4 *5 (-871)) (-5 *1 (-464 *4 *3 *5 *6)))) (-4345 (*1 *2 *2) (-12 (-5 *2 (-663 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-793)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-815)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-466)) (-4 *5 (-871)) (-5 *1 (-464 *3 *4 *5 *6)))) (-4285 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-815)) (-4 *3 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-871)) (-5 *1 (-464 *4 *5 *6 *3)))) (-3945 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-466)) (-4 *3 (-815)) (-4 *5 (-871)) (-5 *2 (-114)) (-5 *1 (-464 *4 *3 *5 *6)) (-4 *6 (-979 *4 *3 *5)))) (-4183 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *3 (-815)) (-4 *5 (-871)) (-5 *2 (-114)) (-5 *1 (-464 *4 *3 *5 *6)) (-4 *6 (-979 *4 *3 *5)))) (-1896 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-815)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-464 *4 *5 *6 *7)))) (-2976 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-560)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-464 *4 *5 *6 *7)))) (-1662 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-464 *4 *5 *6 *2)))) (-3741 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-464 *4 *5 *6 *2)))))
-(-10 -7 (-15 -3741 (|#4| |#4| (-663 |#4|))) (-15 -1662 (|#4| |#4| (-663 |#4|))) (-15 -2976 ((-663 |#4|) (-663 |#4|) (-560) (-560))) (-15 -1896 ((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -4183 ((-114) |#2| |#2|)) (-15 -3945 ((-114) |#2| |#2| |#2| |#2|)) (-15 -4285 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4345 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4110 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4322 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-663 |#4|))) (-15 -3053 (|#4| |#4|)) (-15 -1833 ((-663 (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|))) |#4| (-793) (-663 (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|))))) (-15 -3804 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3669 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1570 ((-663 |#4|) (-663 |#4|))) (-15 -2899 ((-560) |#4|)) (-15 -2615 ((-1304) |#4|)) (-15 -2130 ((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560))) (-15 -3529 ((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560) (-560))) (-15 -3108 ((-1304) (-663 |#4|))) (-15 -2392 ((-1304) (-560))) (-15 -3595 ((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1690 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-793)) (|:| -1862 |#4|)) |#4| (-793))) (-15 -2561 ((-793) |#4|)))
-((-2433 (($ $ $) 14 T ELT) (($ (-663 $)) 21 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 46 T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) 22 T ELT)))
-(((-465 |#1|) (-10 -8 (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|))) (-15 -2433 (|#1| (-663 |#1|))) (-15 -2433 (|#1| |#1| |#1|)) (-15 -2470 (|#1| (-663 |#1|))) (-15 -2470 (|#1| |#1| |#1|))) (-466)) (T -465))
-NIL
-(-10 -8 (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|))) (-15 -2433 (|#1| (-663 |#1|))) (-15 -2433 (|#1| |#1| |#1|)) (-15 -2470 (|#1| (-663 |#1|))) (-15 -2470 (|#1| |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-455)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-455)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342))))) (-4 *1 (-455)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-1299 (-326 (-391)))) (-4 *1 (-455)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-1299 (-326 (-391)))) (-4 *1 (-455)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-1299 (-326 (-560)))) (-4 *1 (-455)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-1299 (-326 (-560)))) (-4 *1 (-455)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-1299 (-976 (-391)))) (-4 *1 (-455)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-1299 (-976 (-391)))) (-4 *1 (-455)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-1299 (-976 (-560)))) (-4 *1 (-455)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-1299 (-976 (-560)))) (-4 *1 (-455)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-1299 (-421 (-976 (-391))))) (-4 *1 (-455)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-1299 (-421 (-976 (-391))))) (-4 *1 (-455)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-1299 (-421 (-976 (-560))))) (-4 *1 (-455)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-1299 (-421 (-976 (-560))))) (-4 *1 (-455)))))
+(-13 (-410) (-10 -8 (-15 -3834 ($ (-663 (-342)))) (-15 -3834 ($ (-342))) (-15 -3834 ($ (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))) (-15 -4072 ($ (-1299 (-326 (-391))))) (-15 -4142 ((-3 $ "failed") (-1299 (-326 (-391))))) (-15 -4072 ($ (-1299 (-326 (-560))))) (-15 -4142 ((-3 $ "failed") (-1299 (-326 (-560))))) (-15 -4072 ($ (-1299 (-976 (-391))))) (-15 -4142 ((-3 $ "failed") (-1299 (-976 (-391))))) (-15 -4072 ($ (-1299 (-976 (-560))))) (-15 -4142 ((-3 $ "failed") (-1299 (-976 (-560))))) (-15 -4072 ($ (-1299 (-421 (-976 (-391)))))) (-15 -4142 ((-3 $ "failed") (-1299 (-421 (-976 (-391)))))) (-15 -4072 ($ (-1299 (-421 (-976 (-560)))))) (-15 -4142 ((-3 $ "failed") (-1299 (-421 (-976 (-560))))))))
+(((-632 (-888)) . T) ((-410) . T) ((-1249) . T))
+((-4377 (((-114)) 18 T ELT)) (-3598 (((-114) (-114)) 19 T ELT)) (-3564 (((-114)) 14 T ELT)) (-3344 (((-114) (-114)) 15 T ELT)) (-1748 (((-114)) 16 T ELT)) (-1416 (((-114) (-114)) 17 T ELT)) (-2817 (((-949) (-949)) 22 T ELT) (((-949)) 21 T ELT)) (-1346 (((-793) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560))))) 52 T ELT)) (-2619 (((-949) (-949)) 24 T ELT) (((-949)) 23 T ELT)) (-3235 (((-2 (|:| -4212 (-560)) (|:| -1609 (-663 |#1|))) |#1|) 94 T ELT)) (-4139 (((-419 |#1|) (-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560))))))) 175 T ELT)) (-1484 (((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114)) 208 T ELT)) (-3382 (((-419 |#1|) |#1| (-793) (-793)) 223 T ELT) (((-419 |#1|) |#1| (-663 (-793)) (-793)) 220 T ELT) (((-419 |#1|) |#1| (-663 (-793))) 222 T ELT) (((-419 |#1|) |#1| (-793)) 221 T ELT) (((-419 |#1|) |#1|) 219 T ELT)) (-1807 (((-3 |#1| "failed") (-949) |#1| (-663 (-793)) (-793) (-114)) 225 T ELT) (((-3 |#1| "failed") (-949) |#1| (-663 (-793)) (-793)) 226 T ELT) (((-3 |#1| "failed") (-949) |#1| (-663 (-793))) 228 T ELT) (((-3 |#1| "failed") (-949) |#1| (-793)) 227 T ELT) (((-3 |#1| "failed") (-949) |#1|) 229 T ELT)) (-2549 (((-419 |#1|) |#1| (-793) (-793)) 218 T ELT) (((-419 |#1|) |#1| (-663 (-793)) (-793)) 214 T ELT) (((-419 |#1|) |#1| (-663 (-793))) 216 T ELT) (((-419 |#1|) |#1| (-793)) 215 T ELT) (((-419 |#1|) |#1|) 213 T ELT)) (-2954 (((-114) |#1|) 44 T ELT)) (-4238 (((-758 (-793)) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560))))) 99 T ELT)) (-3910 (((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114) (-1129 (-793)) (-793)) 212 T ELT)))
+(((-456 |#1|) (-10 -7 (-15 -4139 ((-419 |#1|) (-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))))) (-15 -4238 ((-758 (-793)) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))))) (-15 -2619 ((-949))) (-15 -2619 ((-949) (-949))) (-15 -2817 ((-949))) (-15 -2817 ((-949) (-949))) (-15 -1346 ((-793) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))))) (-15 -3235 ((-2 (|:| -4212 (-560)) (|:| -1609 (-663 |#1|))) |#1|)) (-15 -4377 ((-114))) (-15 -3598 ((-114) (-114))) (-15 -3564 ((-114))) (-15 -3344 ((-114) (-114))) (-15 -2954 ((-114) |#1|)) (-15 -1748 ((-114))) (-15 -1416 ((-114) (-114))) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -2549 ((-419 |#1|) |#1| (-793))) (-15 -2549 ((-419 |#1|) |#1| (-663 (-793)))) (-15 -2549 ((-419 |#1|) |#1| (-663 (-793)) (-793))) (-15 -2549 ((-419 |#1|) |#1| (-793) (-793))) (-15 -3382 ((-419 |#1|) |#1|)) (-15 -3382 ((-419 |#1|) |#1| (-793))) (-15 -3382 ((-419 |#1|) |#1| (-663 (-793)))) (-15 -3382 ((-419 |#1|) |#1| (-663 (-793)) (-793))) (-15 -3382 ((-419 |#1|) |#1| (-793) (-793))) (-15 -1807 ((-3 |#1| "failed") (-949) |#1|)) (-15 -1807 ((-3 |#1| "failed") (-949) |#1| (-793))) (-15 -1807 ((-3 |#1| "failed") (-949) |#1| (-663 (-793)))) (-15 -1807 ((-3 |#1| "failed") (-949) |#1| (-663 (-793)) (-793))) (-15 -1807 ((-3 |#1| "failed") (-949) |#1| (-663 (-793)) (-793) (-114))) (-15 -1484 ((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114))) (-15 -3910 ((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114) (-1129 (-793)) (-793)))) (-1275 (-560))) (T -456))
+((-3910 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-114)) (-5 *5 (-1129 (-793))) (-5 *6 (-793)) (-5 *2 (-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| *3) (|:| -3225 (-560))))))) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-1484 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-5 *2 (-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| *3) (|:| -3225 (-560))))))) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-1807 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-949)) (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *6 (-114)) (-5 *1 (-456 *2)) (-4 *2 (-1275 (-560))))) (-1807 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-949)) (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *1 (-456 *2)) (-4 *2 (-1275 (-560))))) (-1807 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-949)) (-5 *4 (-663 (-793))) (-5 *1 (-456 *2)) (-4 *2 (-1275 (-560))))) (-1807 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-949)) (-5 *4 (-793)) (-5 *1 (-456 *2)) (-4 *2 (-1275 (-560))))) (-1807 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-949)) (-5 *1 (-456 *2)) (-4 *2 (-1275 (-560))))) (-3382 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-3382 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-3382 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-793))) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-3382 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-3382 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2549 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2549 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-793))) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2549 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-1416 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-1748 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2954 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-3344 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-3564 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-3598 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-4377 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-3235 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -4212 (-560)) (|:| -1609 (-663 *3)))) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-1346 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -2549 *4) (|:| -4144 (-560))))) (-4 *4 (-1275 (-560))) (-5 *2 (-793)) (-5 *1 (-456 *4)))) (-2817 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2817 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2619 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-2619 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))) (-4238 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -2549 *4) (|:| -4144 (-560))))) (-4 *4 (-1275 (-560))) (-5 *2 (-758 (-793))) (-5 *1 (-456 *4)))) (-4139 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| *4) (|:| -3225 (-560))))))) (-4 *4 (-1275 (-560))) (-5 *2 (-419 *4)) (-5 *1 (-456 *4)))))
+(-10 -7 (-15 -4139 ((-419 |#1|) (-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))))) (-15 -4238 ((-758 (-793)) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))))) (-15 -2619 ((-949))) (-15 -2619 ((-949) (-949))) (-15 -2817 ((-949))) (-15 -2817 ((-949) (-949))) (-15 -1346 ((-793) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))))) (-15 -3235 ((-2 (|:| -4212 (-560)) (|:| -1609 (-663 |#1|))) |#1|)) (-15 -4377 ((-114))) (-15 -3598 ((-114) (-114))) (-15 -3564 ((-114))) (-15 -3344 ((-114) (-114))) (-15 -2954 ((-114) |#1|)) (-15 -1748 ((-114))) (-15 -1416 ((-114) (-114))) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -2549 ((-419 |#1|) |#1| (-793))) (-15 -2549 ((-419 |#1|) |#1| (-663 (-793)))) (-15 -2549 ((-419 |#1|) |#1| (-663 (-793)) (-793))) (-15 -2549 ((-419 |#1|) |#1| (-793) (-793))) (-15 -3382 ((-419 |#1|) |#1|)) (-15 -3382 ((-419 |#1|) |#1| (-793))) (-15 -3382 ((-419 |#1|) |#1| (-663 (-793)))) (-15 -3382 ((-419 |#1|) |#1| (-663 (-793)) (-793))) (-15 -3382 ((-419 |#1|) |#1| (-793) (-793))) (-15 -1807 ((-3 |#1| "failed") (-949) |#1|)) (-15 -1807 ((-3 |#1| "failed") (-949) |#1| (-793))) (-15 -1807 ((-3 |#1| "failed") (-949) |#1| (-663 (-793)))) (-15 -1807 ((-3 |#1| "failed") (-949) |#1| (-663 (-793)) (-793))) (-15 -1807 ((-3 |#1| "failed") (-949) |#1| (-663 (-793)) (-793) (-114))) (-15 -1484 ((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114))) (-15 -3910 ((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114) (-1129 (-793)) (-793))))
+((-3798 (((-560) |#2|) 52 T ELT) (((-560) |#2| (-793)) 51 T ELT)) (-2486 (((-560) |#2|) 64 T ELT)) (-3691 ((|#3| |#2|) 26 T ELT)) (-2480 ((|#3| |#2| (-949)) 15 T ELT)) (-3970 ((|#3| |#2|) 16 T ELT)) (-3321 ((|#3| |#2|) 9 T ELT)) (-3886 ((|#3| |#2|) 10 T ELT)) (-3945 ((|#3| |#2| (-949)) 71 T ELT) ((|#3| |#2|) 34 T ELT)) (-3733 (((-560) |#2|) 66 T ELT)))
+(((-457 |#1| |#2| |#3|) (-10 -7 (-15 -3733 ((-560) |#2|)) (-15 -3945 (|#3| |#2|)) (-15 -3945 (|#3| |#2| (-949))) (-15 -2486 ((-560) |#2|)) (-15 -3798 ((-560) |#2| (-793))) (-15 -3798 ((-560) |#2|)) (-15 -2480 (|#3| |#2| (-949))) (-15 -3691 (|#3| |#2|)) (-15 -3321 (|#3| |#2|)) (-15 -3886 (|#3| |#2|)) (-15 -3970 (|#3| |#2|))) (-1081) (-1275 |#1|) (-13 (-418) (-1070 |#1|) (-376) (-1235) (-296))) (T -457))
+((-3970 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4)))) (-3886 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4)))) (-3321 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4)))) (-3691 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4)))) (-2480 (*1 *2 *3 *4) (-12 (-5 *4 (-949)) (-4 *5 (-1081)) (-4 *2 (-13 (-418) (-1070 *5) (-376) (-1235) (-296))) (-5 *1 (-457 *5 *3 *2)) (-4 *3 (-1275 *5)))) (-3798 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5)) (-4 *3 (-1275 *4)) (-4 *5 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))))) (-3798 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-1081)) (-5 *2 (-560)) (-5 *1 (-457 *5 *3 *6)) (-4 *3 (-1275 *5)) (-4 *6 (-13 (-418) (-1070 *5) (-376) (-1235) (-296))))) (-2486 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5)) (-4 *3 (-1275 *4)) (-4 *5 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))))) (-3945 (*1 *2 *3 *4) (-12 (-5 *4 (-949)) (-4 *5 (-1081)) (-4 *2 (-13 (-418) (-1070 *5) (-376) (-1235) (-296))) (-5 *1 (-457 *5 *3 *2)) (-4 *3 (-1275 *5)))) (-3945 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))) (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4)))) (-3733 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5)) (-4 *3 (-1275 *4)) (-4 *5 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))))))
+(-10 -7 (-15 -3733 ((-560) |#2|)) (-15 -3945 (|#3| |#2|)) (-15 -3945 (|#3| |#2| (-949))) (-15 -2486 ((-560) |#2|)) (-15 -3798 ((-560) |#2| (-793))) (-15 -3798 ((-560) |#2|)) (-15 -2480 (|#3| |#2| (-949))) (-15 -3691 (|#3| |#2|)) (-15 -3321 (|#3| |#2|)) (-15 -3886 (|#3| |#2|)) (-15 -3970 (|#3| |#2|)))
+((-1704 ((|#2| (-1299 |#1|)) 42 T ELT)) (-3487 ((|#2| |#2| |#1|) 58 T ELT)) (-4255 ((|#2| |#2| |#1|) 49 T ELT)) (-1456 ((|#2| |#2|) 44 T ELT)) (-4375 (((-114) |#2|) 32 T ELT)) (-2067 (((-663 |#2|) (-949) (-419 |#2|)) 21 T ELT)) (-1807 ((|#2| (-949) (-419 |#2|)) 25 T ELT)) (-4238 (((-758 (-793)) (-419 |#2|)) 29 T ELT)))
+(((-458 |#1| |#2|) (-10 -7 (-15 -4375 ((-114) |#2|)) (-15 -1704 (|#2| (-1299 |#1|))) (-15 -1456 (|#2| |#2|)) (-15 -4255 (|#2| |#2| |#1|)) (-15 -3487 (|#2| |#2| |#1|)) (-15 -4238 ((-758 (-793)) (-419 |#2|))) (-15 -1807 (|#2| (-949) (-419 |#2|))) (-15 -2067 ((-663 |#2|) (-949) (-419 |#2|)))) (-1081) (-1275 |#1|)) (T -458))
+((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-419 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-1081)) (-5 *2 (-663 *6)) (-5 *1 (-458 *5 *6)))) (-1807 (*1 *2 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-419 *2)) (-4 *2 (-1275 *5)) (-5 *1 (-458 *5 *2)) (-4 *5 (-1081)))) (-4238 (*1 *2 *3) (-12 (-5 *3 (-419 *5)) (-4 *5 (-1275 *4)) (-4 *4 (-1081)) (-5 *2 (-758 (-793))) (-5 *1 (-458 *4 *5)))) (-3487 (*1 *2 *2 *3) (-12 (-4 *3 (-1081)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1275 *3)))) (-4255 (*1 *2 *2 *3) (-12 (-4 *3 (-1081)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1275 *3)))) (-1456 (*1 *2 *2) (-12 (-4 *3 (-1081)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1275 *3)))) (-1704 (*1 *2 *3) (-12 (-5 *3 (-1299 *4)) (-4 *4 (-1081)) (-4 *2 (-1275 *4)) (-5 *1 (-458 *4 *2)))) (-4375 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-5 *2 (-114)) (-5 *1 (-458 *4 *3)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -4375 ((-114) |#2|)) (-15 -1704 (|#2| (-1299 |#1|))) (-15 -1456 (|#2| |#2|)) (-15 -4255 (|#2| |#2| |#1|)) (-15 -3487 (|#2| |#2| |#1|)) (-15 -4238 ((-758 (-793)) (-419 |#2|))) (-15 -1807 (|#2| (-949) (-419 |#2|))) (-15 -2067 ((-663 |#2|) (-949) (-419 |#2|))))
+((-3013 (((-793)) 59 T ELT)) (-2063 (((-793)) 29 (|has| |#1| (-418)) ELT) (((-793) (-793)) 28 (|has| |#1| (-418)) ELT)) (-1583 (((-560) |#1|) 25 (|has| |#1| (-418)) ELT)) (-1363 (((-560) |#1|) 27 (|has| |#1| (-418)) ELT)) (-3956 (((-793)) 58 T ELT) (((-793) (-793)) 57 T ELT)) (-4006 ((|#1| (-793) (-560)) 37 T ELT)) (-2340 (((-1305)) 61 T ELT)))
+(((-459 |#1|) (-10 -7 (-15 -4006 (|#1| (-793) (-560))) (-15 -3956 ((-793) (-793))) (-15 -3956 ((-793))) (-15 -3013 ((-793))) (-15 -2340 ((-1305))) (IF (|has| |#1| (-418)) (PROGN (-15 -1363 ((-560) |#1|)) (-15 -1583 ((-560) |#1|)) (-15 -2063 ((-793) (-793))) (-15 -2063 ((-793)))) |%noBranch|)) (-1081)) (T -459))
+((-2063 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1081)))) (-2063 (*1 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1081)))) (-1583 (*1 *2 *3) (-12 (-5 *2 (-560)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1081)))) (-1363 (*1 *2 *3) (-12 (-5 *2 (-560)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1081)))) (-2340 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-459 *3)) (-4 *3 (-1081)))) (-3013 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1081)))) (-3956 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1081)))) (-3956 (*1 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1081)))) (-4006 (*1 *2 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-560)) (-5 *1 (-459 *2)) (-4 *2 (-1081)))))
+(-10 -7 (-15 -4006 (|#1| (-793) (-560))) (-15 -3956 ((-793) (-793))) (-15 -3956 ((-793))) (-15 -3013 ((-793))) (-15 -2340 ((-1305))) (IF (|has| |#1| (-418)) (PROGN (-15 -1363 ((-560) |#1|)) (-15 -1583 ((-560) |#1|)) (-15 -2063 ((-793) (-793))) (-15 -2063 ((-793)))) |%noBranch|))
+((-3427 (((-663 (-560)) (-560)) 76 T ELT)) (-2072 (((-114) (-171 (-560))) 82 T ELT)) (-2549 (((-419 (-171 (-560))) (-171 (-560))) 75 T ELT)))
+(((-460) (-10 -7 (-15 -2549 ((-419 (-171 (-560))) (-171 (-560)))) (-15 -3427 ((-663 (-560)) (-560))) (-15 -2072 ((-114) (-171 (-560)))))) (T -460))
+((-2072 (*1 *2 *3) (-12 (-5 *3 (-171 (-560))) (-5 *2 (-114)) (-5 *1 (-460)))) (-3427 (*1 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-460)) (-5 *3 (-560)))) (-2549 (*1 *2 *3) (-12 (-5 *2 (-419 (-171 (-560)))) (-5 *1 (-460)) (-5 *3 (-171 (-560))))))
+(-10 -7 (-15 -2549 ((-419 (-171 (-560))) (-171 (-560)))) (-15 -3427 ((-663 (-560)) (-560))) (-15 -2072 ((-114) (-171 (-560)))))
+((-3301 ((|#4| |#4| (-663 |#4|)) 20 (|has| |#1| (-376)) ELT)) (-2986 (((-663 |#4|) (-663 |#4|) (-1191) (-1191)) 46 T ELT) (((-663 |#4|) (-663 |#4|) (-1191)) 45 T ELT) (((-663 |#4|) (-663 |#4|)) 34 T ELT)))
+(((-461 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2986 ((-663 |#4|) (-663 |#4|))) (-15 -2986 ((-663 |#4|) (-663 |#4|) (-1191))) (-15 -2986 ((-663 |#4|) (-663 |#4|) (-1191) (-1191))) (IF (|has| |#1| (-376)) (-15 -3301 (|#4| |#4| (-663 |#4|))) |%noBranch|)) (-466) (-817) (-872) (-980 |#1| |#2| |#3|)) (T -461))
+((-3301 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *4 *5 *6)) (-4 *4 (-376)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-461 *4 *5 *6 *2)))) (-2986 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-1191)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-461 *4 *5 *6 *7)))) (-2986 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-1191)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-461 *4 *5 *6 *7)))) (-2986 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-461 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2986 ((-663 |#4|) (-663 |#4|))) (-15 -2986 ((-663 |#4|) (-663 |#4|) (-1191))) (-15 -2986 ((-663 |#4|) (-663 |#4|) (-1191) (-1191))) (IF (|has| |#1| (-376)) (-15 -3301 (|#4| |#4| (-663 |#4|))) |%noBranch|))
+((-1699 ((|#4| |#4| (-663 |#4|)) 82 T ELT)) (-3020 (((-663 |#4|) (-663 |#4|) (-1191) (-1191)) 22 T ELT) (((-663 |#4|) (-663 |#4|) (-1191)) 21 T ELT) (((-663 |#4|) (-663 |#4|)) 13 T ELT)))
+(((-462 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1699 (|#4| |#4| (-663 |#4|))) (-15 -3020 ((-663 |#4|) (-663 |#4|))) (-15 -3020 ((-663 |#4|) (-663 |#4|) (-1191))) (-15 -3020 ((-663 |#4|) (-663 |#4|) (-1191) (-1191)))) (-319) (-817) (-872) (-980 |#1| |#2| |#3|)) (T -462))
+((-3020 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-1191)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-319)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-462 *4 *5 *6 *7)))) (-3020 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-1191)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-319)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-462 *4 *5 *6 *7)))) (-3020 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-319)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-462 *3 *4 *5 *6)))) (-1699 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *4 *5 *6)) (-4 *4 (-319)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-462 *4 *5 *6 *2)))))
+(-10 -7 (-15 -1699 (|#4| |#4| (-663 |#4|))) (-15 -3020 ((-663 |#4|) (-663 |#4|))) (-15 -3020 ((-663 |#4|) (-663 |#4|) (-1191))) (-15 -3020 ((-663 |#4|) (-663 |#4|) (-1191) (-1191))))
+((-3244 (((-663 (-663 |#4|)) (-663 |#4|) (-114)) 89 T ELT) (((-663 (-663 |#4|)) (-663 |#4|)) 88 T ELT) (((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|) (-114)) 82 T ELT) (((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|)) 83 T ELT)) (-2404 (((-663 (-663 |#4|)) (-663 |#4|) (-114)) 55 T ELT) (((-663 (-663 |#4|)) (-663 |#4|)) 77 T ELT)))
+(((-463 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2404 ((-663 (-663 |#4|)) (-663 |#4|))) (-15 -2404 ((-663 (-663 |#4|)) (-663 |#4|) (-114))) (-15 -3244 ((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|))) (-15 -3244 ((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|) (-114))) (-15 -3244 ((-663 (-663 |#4|)) (-663 |#4|))) (-15 -3244 ((-663 (-663 |#4|)) (-663 |#4|) (-114)))) (-13 (-319) (-149)) (-817) (-872) (-980 |#1| |#2| |#3|)) (T -463))
+((-3244 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-980 *5 *6 *7)) (-5 *2 (-663 (-663 *8))) (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))) (-3244 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-663 (-663 *7))) (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-3244 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-980 *5 *6 *7)) (-5 *2 (-663 (-663 *8))) (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))) (-3244 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-663 (-663 *7))) (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-2404 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-980 *5 *6 *7)) (-5 *2 (-663 (-663 *8))) (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))) (-2404 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-663 (-663 *7))) (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
+(-10 -7 (-15 -2404 ((-663 (-663 |#4|)) (-663 |#4|))) (-15 -2404 ((-663 (-663 |#4|)) (-663 |#4|) (-114))) (-15 -3244 ((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|))) (-15 -3244 ((-663 (-663 |#4|)) (-663 |#4|) (-663 |#4|) (-114))) (-15 -3244 ((-663 (-663 |#4|)) (-663 |#4|))) (-15 -3244 ((-663 (-663 |#4|)) (-663 |#4|) (-114))))
+((-1524 (((-793) |#4|) 12 T ELT)) (-3131 (((-663 (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|))) |#4| (-793) (-663 (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|)))) 39 T ELT)) (-3399 (((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49 T ELT)) (-4449 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 52 T ELT)) (-4366 ((|#4| |#4| (-663 |#4|)) 54 T ELT)) (-1849 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-663 |#4|)) 96 T ELT)) (-4338 (((-1305) |#4|) 59 T ELT)) (-4354 (((-1305) (-663 |#4|)) 69 T ELT)) (-3231 (((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560)) 66 T ELT)) (-4170 (((-1305) (-560)) 110 T ELT)) (-4102 (((-663 |#4|) (-663 |#4|)) 104 T ELT)) (-3644 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|)) |#4| (-793)) 31 T ELT)) (-1972 (((-560) |#4|) 109 T ELT)) (-2554 ((|#4| |#4|) 37 T ELT)) (-4424 (((-663 |#4|) (-663 |#4|) (-560) (-560)) 74 T ELT)) (-3810 (((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560) (-560)) 123 T ELT)) (-3491 (((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20 T ELT)) (-2798 (((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 78 T ELT)) (-4408 (((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 76 T ELT)) (-2097 (((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 47 T ELT)) (-3681 (((-114) |#2| |#2|) 75 T ELT)) (-3216 (((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 48 T ELT)) (-2730 (((-114) |#2| |#2| |#2| |#2|) 80 T ELT)) (-1651 ((|#4| |#4| (-663 |#4|)) 97 T ELT)))
+(((-464 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1651 (|#4| |#4| (-663 |#4|))) (-15 -4366 (|#4| |#4| (-663 |#4|))) (-15 -4424 ((-663 |#4|) (-663 |#4|) (-560) (-560))) (-15 -2798 ((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3681 ((-114) |#2| |#2|)) (-15 -2730 ((-114) |#2| |#2| |#2| |#2|)) (-15 -3216 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2097 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4408 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1849 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-663 |#4|))) (-15 -2554 (|#4| |#4|)) (-15 -3131 ((-663 (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|))) |#4| (-793) (-663 (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|))))) (-15 -4449 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3399 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4102 ((-663 |#4|) (-663 |#4|))) (-15 -1972 ((-560) |#4|)) (-15 -4338 ((-1305) |#4|)) (-15 -3231 ((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560))) (-15 -3810 ((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560) (-560))) (-15 -4354 ((-1305) (-663 |#4|))) (-15 -4170 ((-1305) (-560))) (-15 -3491 ((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3644 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|)) |#4| (-793))) (-15 -1524 ((-793) |#4|))) (-466) (-817) (-872) (-980 |#1| |#2| |#3|)) (T -464))
+((-1524 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-793)) (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))) (-3644 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-793)) (|:| -2955 *4))) (-5 *5 (-793)) (-4 *4 (-980 *6 *7 *8)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-464 *6 *7 *8 *4)))) (-3491 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-817)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-464 *4 *5 *6 *7)))) (-4170 (*1 *2 *3) (-12 (-5 *3 (-560)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1305)) (-5 *1 (-464 *4 *5 *6 *7)) (-4 *7 (-980 *4 *5 *6)))) (-4354 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1305)) (-5 *1 (-464 *4 *5 *6 *7)))) (-3810 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-793)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-817)) (-4 *4 (-980 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-872)) (-5 *1 (-464 *5 *6 *7 *4)))) (-3231 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-793)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-817)) (-4 *4 (-980 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-872)) (-5 *1 (-464 *5 *6 *7 *4)))) (-4338 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1305)) (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))) (-1972 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-560)) (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))) (-4102 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-464 *3 *4 *5 *6)))) (-3399 (*1 *2 *2 *2) (-12 (-5 *2 (-663 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-793)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-817)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-466)) (-4 *5 (-872)) (-5 *1 (-464 *3 *4 *5 *6)))) (-4449 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-817)) (-4 *2 (-980 *4 *5 *6)) (-5 *1 (-464 *4 *5 *6 *2)) (-4 *4 (-466)) (-4 *6 (-872)))) (-3131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-663 (-2 (|:| |totdeg| (-793)) (|:| -2955 *3)))) (-5 *4 (-793)) (-4 *3 (-980 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-464 *5 *6 *7 *3)))) (-2554 (*1 *2 *2) (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-464 *3 *4 *5 *2)) (-4 *2 (-980 *3 *4 *5)))) (-1849 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-980 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-464 *5 *6 *7 *3)))) (-4408 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-793)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-817)) (-4 *6 (-980 *4 *3 *5)) (-4 *4 (-466)) (-4 *5 (-872)) (-5 *1 (-464 *4 *3 *5 *6)))) (-2097 (*1 *2 *2) (-12 (-5 *2 (-663 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-793)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-817)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-466)) (-4 *5 (-872)) (-5 *1 (-464 *3 *4 *5 *6)))) (-3216 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-817)) (-4 *3 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-872)) (-5 *1 (-464 *4 *5 *6 *3)))) (-2730 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-466)) (-4 *3 (-817)) (-4 *5 (-872)) (-5 *2 (-114)) (-5 *1 (-464 *4 *3 *5 *6)) (-4 *6 (-980 *4 *3 *5)))) (-3681 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *3 (-817)) (-4 *5 (-872)) (-5 *2 (-114)) (-5 *1 (-464 *4 *3 *5 *6)) (-4 *6 (-980 *4 *3 *5)))) (-2798 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-817)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-464 *4 *5 *6 *7)))) (-4424 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-560)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-464 *4 *5 *6 *7)))) (-4366 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-464 *4 *5 *6 *2)))) (-1651 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-464 *4 *5 *6 *2)))))
+(-10 -7 (-15 -1651 (|#4| |#4| (-663 |#4|))) (-15 -4366 (|#4| |#4| (-663 |#4|))) (-15 -4424 ((-663 |#4|) (-663 |#4|) (-560) (-560))) (-15 -2798 ((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3681 ((-114) |#2| |#2|)) (-15 -2730 ((-114) |#2| |#2| |#2| |#2|)) (-15 -3216 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2097 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4408 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1849 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-663 |#4|))) (-15 -2554 (|#4| |#4|)) (-15 -3131 ((-663 (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|))) |#4| (-793) (-663 (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|))))) (-15 -4449 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3399 ((-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-663 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4102 ((-663 |#4|) (-663 |#4|))) (-15 -1972 ((-560) |#4|)) (-15 -4338 ((-1305) |#4|)) (-15 -3231 ((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560))) (-15 -3810 ((-560) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-560) (-560) (-560) (-560))) (-15 -4354 ((-1305) (-663 |#4|))) (-15 -4170 ((-1305) (-560))) (-15 -3491 ((-114) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3644 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-793)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-793)) (|:| -2955 |#4|)) |#4| (-793))) (-15 -1524 ((-793) |#4|)))
+((-3100 (($ $ $) 14 T ELT) (($ (-663 $)) 21 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 46 T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) 22 T ELT)))
+(((-465 |#1|) (-10 -8 (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|))) (-15 -3100 (|#1| (-663 |#1|))) (-15 -3100 (|#1| |#1| |#1|)) (-15 -3128 (|#1| (-663 |#1|))) (-15 -3128 (|#1| |#1| |#1|))) (-466)) (T -465))
+NIL
+(-10 -8 (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|))) (-15 -3100 (|#1| (-663 |#1|))) (-15 -3100 (|#1| |#1| |#1|)) (-15 -3128 (|#1| (-663 |#1|))) (-15 -3128 (|#1| |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-466) (-142)) (T -466))
-((-2470 (*1 *1 *1 *1) (-4 *1 (-466))) (-2470 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-466)))) (-2433 (*1 *1 *1 *1) (-4 *1 (-466))) (-2433 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-466)))) (-3296 (*1 *2 *2 *2) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-466)))))
-(-13 (-571) (-10 -8 (-15 -2470 ($ $ $)) (-15 -2470 ($ (-663 $))) (-15 -2433 ($ $ $)) (-15 -2433 ($ (-663 $))) (-15 -3296 ((-1202 $) (-1202 $) (-1202 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4206 (((-3 $ "failed")) NIL (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2951 (((-1298 (-711 (-421 (-975 |#1|)))) (-1298 $)) NIL T ELT) (((-1298 (-711 (-421 (-975 |#1|))))) NIL T ELT)) (-1507 (((-1298 $)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1908 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL T ELT)) (-2923 (((-3 $ "failed")) NIL (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-2454 (((-711 (-421 (-975 |#1|))) (-1298 $)) NIL T ELT) (((-711 (-421 (-975 |#1|)))) NIL T ELT)) (-1350 (((-421 (-975 |#1|)) $) NIL T ELT)) (-4093 (((-711 (-421 (-975 |#1|))) $ (-1298 $)) NIL T ELT) (((-711 (-421 (-975 |#1|))) $) NIL T ELT)) (-3604 (((-3 $ "failed") $) NIL (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-4349 (((-1202 (-975 (-421 (-975 |#1|))))) NIL (|has| (-421 (-975 |#1|)) (-376)) ELT) (((-1202 (-421 (-975 |#1|)))) 91 (|has| |#1| (-571)) ELT)) (-3239 (($ $ (-948)) NIL T ELT)) (-3162 (((-421 (-975 |#1|)) $) NIL T ELT)) (-1359 (((-1202 (-421 (-975 |#1|))) $) 89 (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-2708 (((-421 (-975 |#1|)) (-1298 $)) NIL T ELT) (((-421 (-975 |#1|))) NIL T ELT)) (-4010 (((-1202 (-421 (-975 |#1|))) $) NIL T ELT)) (-3331 (((-114)) NIL T ELT)) (-3013 (($ (-1298 (-421 (-975 |#1|))) (-1298 $)) 115 T ELT) (($ (-1298 (-421 (-975 |#1|)))) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-3795 (((-948)) NIL T ELT)) (-2029 (((-114)) NIL T ELT)) (-4368 (($ $ (-948)) NIL T ELT)) (-3798 (((-114)) NIL T ELT)) (-2636 (((-114)) NIL T ELT)) (-2341 (((-114)) NIL T ELT)) (-2760 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL T ELT)) (-3003 (((-3 $ "failed")) NIL (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-3522 (((-711 (-421 (-975 |#1|))) (-1298 $)) NIL T ELT) (((-711 (-421 (-975 |#1|)))) NIL T ELT)) (-2449 (((-421 (-975 |#1|)) $) NIL T ELT)) (-3870 (((-711 (-421 (-975 |#1|))) $ (-1298 $)) NIL T ELT) (((-711 (-421 (-975 |#1|))) $) NIL T ELT)) (-3826 (((-3 $ "failed") $) NIL (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-2697 (((-1202 (-975 (-421 (-975 |#1|))))) NIL (|has| (-421 (-975 |#1|)) (-376)) ELT) (((-1202 (-421 (-975 |#1|)))) 90 (|has| |#1| (-571)) ELT)) (-4360 (($ $ (-948)) NIL T ELT)) (-2644 (((-421 (-975 |#1|)) $) NIL T ELT)) (-3976 (((-1202 (-421 (-975 |#1|))) $) 86 (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-4030 (((-421 (-975 |#1|)) (-1298 $)) NIL T ELT) (((-421 (-975 |#1|))) NIL T ELT)) (-2752 (((-1202 (-421 (-975 |#1|))) $) NIL T ELT)) (-3507 (((-114)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4080 (((-114)) NIL T ELT)) (-1900 (((-114)) NIL T ELT)) (-2582 (((-114)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3061 (((-421 (-975 |#1|)) $ $) 77 (|has| |#1| (-571)) ELT)) (-2386 (((-421 (-975 |#1|)) $) 101 (|has| |#1| (-571)) ELT)) (-2258 (((-421 (-975 |#1|)) $) 105 (|has| |#1| (-571)) ELT)) (-2158 (((-1202 (-421 (-975 |#1|))) $) 95 (|has| |#1| (-571)) ELT)) (-2922 (((-421 (-975 |#1|))) 78 (|has| |#1| (-571)) ELT)) (-2756 (((-421 (-975 |#1|)) $ $) 70 (|has| |#1| (-571)) ELT)) (-4344 (((-421 (-975 |#1|)) $) 100 (|has| |#1| (-571)) ELT)) (-4398 (((-421 (-975 |#1|)) $) 104 (|has| |#1| (-571)) ELT)) (-4443 (((-1202 (-421 (-975 |#1|))) $) 94 (|has| |#1| (-571)) ELT)) (-2022 (((-421 (-975 |#1|))) 74 (|has| |#1| (-571)) ELT)) (-1810 (($) 111 T ELT) (($ (-1208)) 119 T ELT) (($ (-1298 (-1208))) 118 T ELT) (($ (-1298 $)) 106 T ELT) (($ (-1208) (-1298 $)) 117 T ELT) (($ (-1298 (-1208)) (-1298 $)) 116 T ELT)) (-1349 (((-114)) NIL T ELT)) (-1495 (((-421 (-975 |#1|)) $ (-560)) NIL T ELT)) (-2086 (((-1298 (-421 (-975 |#1|))) $ (-1298 $)) 108 T ELT) (((-711 (-421 (-975 |#1|))) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 (-421 (-975 |#1|))) $) 44 T ELT) (((-711 (-421 (-975 |#1|))) (-1298 $)) NIL T ELT)) (-4417 (((-1298 (-421 (-975 |#1|))) $) NIL T ELT) (($ (-1298 (-421 (-975 |#1|)))) 41 T ELT)) (-2246 (((-663 (-975 (-421 (-975 |#1|)))) (-1298 $)) NIL T ELT) (((-663 (-975 (-421 (-975 |#1|))))) NIL T ELT) (((-663 (-975 |#1|)) (-1298 $)) 109 (|has| |#1| (-571)) ELT) (((-663 (-975 |#1|))) 110 (|has| |#1| (-571)) ELT)) (-4172 (($ $ $) NIL T ELT)) (-3842 (((-114)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-1298 (-421 (-975 |#1|)))) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) 66 T ELT)) (-2861 (((-663 (-1298 (-421 (-975 |#1|))))) NIL (|has| (-421 (-975 |#1|)) (-571)) ELT)) (-4190 (($ $ $ $) NIL T ELT)) (-3348 (((-114)) NIL T ELT)) (-3780 (($ (-711 (-421 (-975 |#1|))) $) NIL T ELT)) (-2927 (($ $ $) NIL T ELT)) (-4480 (((-114)) NIL T ELT)) (-3402 (((-114)) NIL T ELT)) (-4365 (((-114)) NIL T ELT)) (-1427 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) 107 T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 62 T ELT) (($ $ (-421 (-975 |#1|))) NIL T ELT) (($ (-421 (-975 |#1|)) $) NIL T ELT) (($ (-1173 |#2| (-421 (-975 |#1|))) $) NIL T ELT)))
-(((-467 |#1| |#2| |#3| |#4|) (-13 (-432 (-421 (-975 |#1|))) (-670 (-1173 |#2| (-421 (-975 |#1|)))) (-10 -8 (-15 -2539 ($ (-1298 (-421 (-975 |#1|))))) (-15 -2760 ((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed"))) (-15 -1908 ((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed"))) (-15 -1810 ($)) (-15 -1810 ($ (-1208))) (-15 -1810 ($ (-1298 (-1208)))) (-15 -1810 ($ (-1298 $))) (-15 -1810 ($ (-1208) (-1298 $))) (-15 -1810 ($ (-1298 (-1208)) (-1298 $))) (IF (|has| |#1| (-571)) (PROGN (-15 -2697 ((-1202 (-421 (-975 |#1|))))) (-15 -4443 ((-1202 (-421 (-975 |#1|))) $)) (-15 -4344 ((-421 (-975 |#1|)) $)) (-15 -4398 ((-421 (-975 |#1|)) $)) (-15 -4349 ((-1202 (-421 (-975 |#1|))))) (-15 -2158 ((-1202 (-421 (-975 |#1|))) $)) (-15 -2386 ((-421 (-975 |#1|)) $)) (-15 -2258 ((-421 (-975 |#1|)) $)) (-15 -2756 ((-421 (-975 |#1|)) $ $)) (-15 -2022 ((-421 (-975 |#1|)))) (-15 -3061 ((-421 (-975 |#1|)) $ $)) (-15 -2922 ((-421 (-975 |#1|)))) (-15 -2246 ((-663 (-975 |#1|)) (-1298 $))) (-15 -2246 ((-663 (-975 |#1|))))) |%noBranch|))) (-175) (-948) (-663 (-1208)) (-1298 (-711 |#1|))) (T -467))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1298 (-421 (-975 *3)))) (-4 *3 (-175)) (-14 *6 (-1298 (-711 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))))) (-2760 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-467 *3 *4 *5 *6)) (|:| -1868 (-663 (-467 *3 *4 *5 *6))))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-1908 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-467 *3 *4 *5 *6)) (|:| -1868 (-663 (-467 *3 *4 *5 *6))))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-1810 (*1 *1) (-12 (-5 *1 (-467 *2 *3 *4 *5)) (-4 *2 (-175)) (-14 *3 (-948)) (-14 *4 (-663 (-1208))) (-14 *5 (-1298 (-711 *2))))) (-1810 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 *2)) (-14 *6 (-1298 (-711 *3))))) (-1810 (*1 *1 *2) (-12 (-5 *2 (-1298 (-1208))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-1810 (*1 *1 *2) (-12 (-5 *2 (-1298 (-467 *3 *4 *5 *6))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-1810 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-467 *4 *5 *6 *7))) (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-175)) (-14 *5 (-948)) (-14 *6 (-663 *2)) (-14 *7 (-1298 (-711 *4))))) (-1810 (*1 *1 *2 *3) (-12 (-5 *2 (-1298 (-1208))) (-5 *3 (-1298 (-467 *4 *5 *6 *7))) (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-175)) (-14 *5 (-948)) (-14 *6 (-663 (-1208))) (-14 *7 (-1298 (-711 *4))))) (-2697 (*1 *2) (-12 (-5 *2 (-1202 (-421 (-975 *3)))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-4443 (*1 *2 *1) (-12 (-5 *2 (-1202 (-421 (-975 *3)))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-4344 (*1 *2 *1) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-4398 (*1 *2 *1) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-4349 (*1 *2) (-12 (-5 *2 (-1202 (-421 (-975 *3)))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-2158 (*1 *2 *1) (-12 (-5 *2 (-1202 (-421 (-975 *3)))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-2386 (*1 *2 *1) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-2258 (*1 *2 *1) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-2756 (*1 *2 *1 *1) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-2022 (*1 *2) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-3061 (*1 *2 *1 *1) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-2922 (*1 *2) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))) (-2246 (*1 *2 *3) (-12 (-5 *3 (-1298 (-467 *4 *5 *6 *7))) (-5 *2 (-663 (-975 *4))) (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-571)) (-4 *4 (-175)) (-14 *5 (-948)) (-14 *6 (-663 (-1208))) (-14 *7 (-1298 (-711 *4))))) (-2246 (*1 *2) (-12 (-5 *2 (-663 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(-13 (-432 (-421 (-975 |#1|))) (-670 (-1173 |#2| (-421 (-975 |#1|)))) (-10 -8 (-15 -2539 ($ (-1298 (-421 (-975 |#1|))))) (-15 -2760 ((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed"))) (-15 -1908 ((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed"))) (-15 -1810 ($)) (-15 -1810 ($ (-1208))) (-15 -1810 ($ (-1298 (-1208)))) (-15 -1810 ($ (-1298 $))) (-15 -1810 ($ (-1208) (-1298 $))) (-15 -1810 ($ (-1298 (-1208)) (-1298 $))) (IF (|has| |#1| (-571)) (PROGN (-15 -2697 ((-1202 (-421 (-975 |#1|))))) (-15 -4443 ((-1202 (-421 (-975 |#1|))) $)) (-15 -4344 ((-421 (-975 |#1|)) $)) (-15 -4398 ((-421 (-975 |#1|)) $)) (-15 -4349 ((-1202 (-421 (-975 |#1|))))) (-15 -2158 ((-1202 (-421 (-975 |#1|))) $)) (-15 -2386 ((-421 (-975 |#1|)) $)) (-15 -2258 ((-421 (-975 |#1|)) $)) (-15 -2756 ((-421 (-975 |#1|)) $ $)) (-15 -2022 ((-421 (-975 |#1|)))) (-15 -3061 ((-421 (-975 |#1|)) $ $)) (-15 -2922 ((-421 (-975 |#1|)))) (-15 -2246 ((-663 (-975 |#1|)) (-1298 $))) (-15 -2246 ((-663 (-975 |#1|))))) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 18 T ELT)) (-3557 (((-663 (-888 |#1|)) $) 87 T ELT)) (-3349 (((-1202 $) $ (-888 |#1|)) 52 T ELT) (((-1202 |#2|) $) 138 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-3302 (((-793) $) 27 T ELT) (((-793) $ (-663 (-888 |#1|))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#2| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) 50 T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-888 |#1|) "failed") $) NIL T ELT)) (-3056 ((|#2| $) 48 T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-888 |#1|) $) NIL T ELT)) (-2076 (($ $ $ (-888 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-3091 (($ $ (-663 (-560))) 93 T ELT)) (-2474 (($ $) 80 T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-888 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#2| (-939)) ELT)) (-1524 (($ $ |#2| |#3| $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-888 |#1|) (-911 (-391))) (|has| |#2| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-888 |#1|) (-911 (-560))) (|has| |#2| (-911 (-560)))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) 65 T ELT)) (-3541 (($ (-1202 |#2|) (-888 |#1|)) 143 T ELT) (($ (-1202 $) (-888 |#1|)) 58 T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) 68 T ELT)) (-3528 (($ |#2| |#3|) 35 T ELT) (($ $ (-888 |#1|) (-793)) 37 T ELT) (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-888 |#1|)) NIL T ELT)) (-4486 ((|#3| $) NIL T ELT) (((-793) $ (-888 |#1|)) 56 T ELT) (((-663 (-793)) $ (-663 (-888 |#1|))) 63 T ELT)) (-1729 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1762 (((-3 (-888 |#1|) "failed") $) 45 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#2| $) 47 T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-888 |#1|)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) 46 T ELT)) (-2425 ((|#2| $) 136 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#2| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) 149 (|has| |#2| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#2| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-888 |#1|) |#2|) 100 T ELT) (($ $ (-663 (-888 |#1|)) (-663 |#2|)) 106 T ELT) (($ $ (-888 |#1|) $) 98 T ELT) (($ $ (-663 (-888 |#1|)) (-663 $)) 124 T ELT)) (-3622 (($ $ (-888 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2457 (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|)) 59 T ELT)) (-4283 ((|#3| $) 79 T ELT) (((-793) $ (-888 |#1|)) 42 T ELT) (((-663 (-793)) $ (-663 (-888 |#1|))) 62 T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-888 |#1|) (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-888 |#1|) (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-888 |#1|) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-2389 ((|#2| $) 145 (|has| |#2| (-466)) ELT) (($ $ (-888 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-939))) ELT)) (-2539 (((-887) $) 173 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 99 T ELT) (($ (-888 |#1|)) 39 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#2| (-571)) ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ |#3|) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#2| (-939))) (|has| |#2| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-1427 (($) 22 T CONST)) (-1439 (($) 31 T CONST)) (-4324 (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#2|) 76 (|has| |#2| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 131 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 129 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 36 T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) 75 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-468 |#1| |#2| |#3|) (-13 (-979 |#2| |#3| (-888 |#1|)) (-10 -8 (-15 -3091 ($ $ (-663 (-560)))))) (-663 (-1208)) (-1080) (-245 (-2305 |#1|) (-793))) (T -468))
-((-3091 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-14 *3 (-663 (-1208))) (-5 *1 (-468 *3 *4 *5)) (-4 *4 (-1080)) (-4 *5 (-245 (-2305 *3) (-793))))))
-(-13 (-979 |#2| |#3| (-888 |#1|)) (-10 -8 (-15 -3091 ($ $ (-663 (-560))))))
-((-1429 (((-114) |#1| (-663 |#2|)) 91 T ELT)) (-2397 (((-3 (-1298 (-663 |#2|)) "failed") (-793) |#1| (-663 |#2|)) 100 T ELT)) (-1828 (((-3 (-663 |#2|) "failed") |#2| |#1| (-1298 (-663 |#2|))) 102 T ELT)) (-4452 ((|#2| |#2| |#1|) 35 T ELT)) (-1838 (((-793) |#2| (-663 |#2|)) 26 T ELT)))
-(((-469 |#1| |#2|) (-10 -7 (-15 -4452 (|#2| |#2| |#1|)) (-15 -1838 ((-793) |#2| (-663 |#2|))) (-15 -2397 ((-3 (-1298 (-663 |#2|)) "failed") (-793) |#1| (-663 |#2|))) (-15 -1828 ((-3 (-663 |#2|) "failed") |#2| |#1| (-1298 (-663 |#2|)))) (-15 -1429 ((-114) |#1| (-663 |#2|)))) (-319) (-1274 |#1|)) (T -469))
-((-1429 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *5)) (-4 *5 (-1274 *3)) (-4 *3 (-319)) (-5 *2 (-114)) (-5 *1 (-469 *3 *5)))) (-1828 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1298 (-663 *3))) (-4 *4 (-319)) (-5 *2 (-663 *3)) (-5 *1 (-469 *4 *3)) (-4 *3 (-1274 *4)))) (-2397 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-793)) (-4 *4 (-319)) (-4 *6 (-1274 *4)) (-5 *2 (-1298 (-663 *6))) (-5 *1 (-469 *4 *6)) (-5 *5 (-663 *6)))) (-1838 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-319)) (-5 *2 (-793)) (-5 *1 (-469 *5 *3)))) (-4452 (*1 *2 *2 *3) (-12 (-4 *3 (-319)) (-5 *1 (-469 *3 *2)) (-4 *2 (-1274 *3)))))
-(-10 -7 (-15 -4452 (|#2| |#2| |#1|)) (-15 -1838 ((-793) |#2| (-663 |#2|))) (-15 -2397 ((-3 (-1298 (-663 |#2|)) "failed") (-793) |#1| (-663 |#2|))) (-15 -1828 ((-3 (-663 |#2|) "failed") |#2| |#1| (-1298 (-663 |#2|)))) (-15 -1429 ((-114) |#1| (-663 |#2|))))
-((-3388 (((-419 |#5|) |#5|) 24 T ELT)))
-(((-470 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3388 ((-419 |#5|) |#5|))) (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208))))) (-815) (-571) (-571) (-979 |#4| |#2| |#1|)) (T -470))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208)))))) (-4 *5 (-815)) (-4 *7 (-571)) (-5 *2 (-419 *3)) (-5 *1 (-470 *4 *5 *6 *7 *3)) (-4 *6 (-571)) (-4 *3 (-979 *7 *5 *4)))))
-(-10 -7 (-15 -3388 ((-419 |#5|) |#5|)))
-((-3152 ((|#3|) 43 T ELT)) (-3296 (((-1202 |#4|) (-1202 |#4|) (-1202 |#4|)) 34 T ELT)))
-(((-471 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3296 ((-1202 |#4|) (-1202 |#4|) (-1202 |#4|))) (-15 -3152 (|#3|))) (-815) (-871) (-939) (-979 |#3| |#1| |#2|)) (T -471))
-((-3152 (*1 *2) (-12 (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-939)) (-5 *1 (-471 *3 *4 *2 *5)) (-4 *5 (-979 *2 *3 *4)))) (-3296 (*1 *2 *2 *2) (-12 (-5 *2 (-1202 *6)) (-4 *6 (-979 *5 *3 *4)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-939)) (-5 *1 (-471 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3296 ((-1202 |#4|) (-1202 |#4|) (-1202 |#4|))) (-15 -3152 (|#3|)))
-((-3388 (((-419 (-1202 |#1|)) (-1202 |#1|)) 43 T ELT)))
-(((-472 |#1|) (-10 -7 (-15 -3388 ((-419 (-1202 |#1|)) (-1202 |#1|)))) (-319)) (T -472))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-319)) (-5 *2 (-419 (-1202 *4))) (-5 *1 (-472 *4)) (-5 *3 (-1202 *4)))))
-(-10 -7 (-15 -3388 ((-419 (-1202 |#1|)) (-1202 |#1|))))
-((-3627 (((-51) |#2| (-1208) (-305 |#2|) (-1265 (-793))) 44 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-793))) 43 T ELT) (((-51) |#2| (-1208) (-305 |#2|)) 36 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|)) 29 T ELT)) (-1960 (((-51) |#2| (-1208) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560))) 88 T ELT) (((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560))) 87 T ELT) (((-51) |#2| (-1208) (-305 |#2|) (-1265 (-560))) 86 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-560))) 85 T ELT) (((-51) |#2| (-1208) (-305 |#2|)) 80 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|)) 79 T ELT)) (-3652 (((-51) |#2| (-1208) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560))) 74 T ELT) (((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560))) 72 T ELT)) (-3641 (((-51) |#2| (-1208) (-305 |#2|) (-1265 (-560))) 51 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-560))) 50 T ELT)))
-(((-473 |#1| |#2|) (-10 -7 (-15 -3627 ((-51) (-1 |#2| (-560)) (-305 |#2|))) (-15 -3627 ((-51) |#2| (-1208) (-305 |#2|))) (-15 -3627 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-793)))) (-15 -3627 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-793)))) (-15 -3641 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-560)))) (-15 -3641 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-560)))) (-15 -3652 ((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560)))) (-15 -3652 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560)))) (-15 -1960 ((-51) (-1 |#2| (-560)) (-305 |#2|))) (-15 -1960 ((-51) |#2| (-1208) (-305 |#2|))) (-15 -1960 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-560)))) (-15 -1960 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-560)))) (-15 -1960 ((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560)))) (-15 -1960 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560))))) (-13 (-571) (-1069 (-560)) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|))) (T -473))
-((-1960 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-421 (-560)))) (-5 *7 (-421 (-560))) (-4 *3 (-13 (-27) (-1234) (-435 *8))) (-4 *8 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *8 *3)))) (-1960 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-421 (-560)))) (-5 *4 (-305 *8)) (-5 *5 (-1265 (-421 (-560)))) (-5 *6 (-421 (-560))) (-4 *8 (-13 (-27) (-1234) (-435 *7))) (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *8)))) (-1960 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-560))) (-4 *3 (-13 (-27) (-1234) (-435 *7))) (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *3)))) (-1960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1265 (-560))) (-4 *7 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *7)))) (-1960 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *3)))) (-1960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-560))) (-5 *4 (-305 *6)) (-4 *6 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *5 *6)))) (-3652 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-421 (-560)))) (-5 *7 (-421 (-560))) (-4 *3 (-13 (-27) (-1234) (-435 *8))) (-4 *8 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *8 *3)))) (-3652 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-421 (-560)))) (-5 *4 (-305 *8)) (-5 *5 (-1265 (-421 (-560)))) (-5 *6 (-421 (-560))) (-4 *8 (-13 (-27) (-1234) (-435 *7))) (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *8)))) (-3641 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-560))) (-4 *3 (-13 (-27) (-1234) (-435 *7))) (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *3)))) (-3641 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1265 (-560))) (-4 *7 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *7)))) (-3627 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-793))) (-4 *3 (-13 (-27) (-1234) (-435 *7))) (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *3)))) (-3627 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1265 (-793))) (-4 *7 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *7)))) (-3627 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *3)))) (-3627 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-560))) (-5 *4 (-305 *6)) (-4 *6 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *5 *6)))))
-(-10 -7 (-15 -3627 ((-51) (-1 |#2| (-560)) (-305 |#2|))) (-15 -3627 ((-51) |#2| (-1208) (-305 |#2|))) (-15 -3627 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-793)))) (-15 -3627 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-793)))) (-15 -3641 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-560)))) (-15 -3641 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-560)))) (-15 -3652 ((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560)))) (-15 -3652 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560)))) (-15 -1960 ((-51) (-1 |#2| (-560)) (-305 |#2|))) (-15 -1960 ((-51) |#2| (-1208) (-305 |#2|))) (-15 -1960 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1265 (-560)))) (-15 -1960 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-560)))) (-15 -1960 ((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560)))) (-15 -1960 ((-51) |#2| (-1208) (-305 |#2|) (-1265 (-421 (-560))) (-421 (-560)))))
-((-4452 ((|#2| |#2| |#1|) 15 T ELT)) (-3551 (((-663 |#2|) |#2| (-663 |#2|) |#1| (-948)) 82 T ELT)) (-3412 (((-2 (|:| |plist| (-663 |#2|)) (|:| |modulo| |#1|)) |#2| (-663 |#2|) |#1| (-948)) 72 T ELT)))
-(((-474 |#1| |#2|) (-10 -7 (-15 -3412 ((-2 (|:| |plist| (-663 |#2|)) (|:| |modulo| |#1|)) |#2| (-663 |#2|) |#1| (-948))) (-15 -3551 ((-663 |#2|) |#2| (-663 |#2|) |#1| (-948))) (-15 -4452 (|#2| |#2| |#1|))) (-319) (-1274 |#1|)) (T -474))
-((-4452 (*1 *2 *2 *3) (-12 (-4 *3 (-319)) (-5 *1 (-474 *3 *2)) (-4 *2 (-1274 *3)))) (-3551 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-663 *3)) (-5 *5 (-948)) (-4 *3 (-1274 *4)) (-4 *4 (-319)) (-5 *1 (-474 *4 *3)))) (-3412 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-948)) (-4 *5 (-319)) (-4 *3 (-1274 *5)) (-5 *2 (-2 (|:| |plist| (-663 *3)) (|:| |modulo| *5))) (-5 *1 (-474 *5 *3)) (-5 *4 (-663 *3)))))
-(-10 -7 (-15 -3412 ((-2 (|:| |plist| (-663 |#2|)) (|:| |modulo| |#1|)) |#2| (-663 |#2|) |#1| (-948))) (-15 -3551 ((-663 |#2|) |#2| (-663 |#2|) |#1| (-948))) (-15 -4452 (|#2| |#2| |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 28 T ELT)) (-2373 (($ |#3|) 25 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) 32 T ELT)) (-2811 (($ |#2| |#4| $) 33 T ELT)) (-3528 (($ |#2| (-735 |#3| |#4| |#5|)) 24 T ELT)) (-2439 (((-735 |#3| |#4| |#5|) $) 15 T ELT)) (-4089 ((|#3| $) 19 T ELT)) (-1628 ((|#4| $) 17 T ELT)) (-2450 ((|#2| $) 29 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-2755 (($ |#2| |#3| |#4|) 26 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 36 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 34 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#6| $) 40 T ELT) (($ $ |#6|) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
-(((-475 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-739 |#6|) (-739 |#2|) (-10 -8 (-15 -2450 (|#2| $)) (-15 -2439 ((-735 |#3| |#4| |#5|) $)) (-15 -1628 (|#4| $)) (-15 -4089 (|#3| $)) (-15 -2474 ($ $)) (-15 -3528 ($ |#2| (-735 |#3| |#4| |#5|))) (-15 -2373 ($ |#3|)) (-15 -2755 ($ |#2| |#3| |#4|)) (-15 -2811 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-663 (-1208)) (-175) (-871) (-245 (-2305 |#1|) (-793)) (-1 (-114) (-2 (|:| -3998 |#3|) (|:| -3881 |#4|)) (-2 (|:| -3998 |#3|) (|:| -3881 |#4|))) (-979 |#2| |#4| (-888 |#1|))) (T -475))
-((* (*1 *1 *2 *1) (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175)) (-4 *6 (-245 (-2305 *3) (-793))) (-14 *7 (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *6)) (-2 (|:| -3998 *5) (|:| -3881 *6)))) (-5 *1 (-475 *3 *4 *5 *6 *7 *2)) (-4 *5 (-871)) (-4 *2 (-979 *4 *6 (-888 *3))))) (-2450 (*1 *2 *1) (-12 (-14 *3 (-663 (-1208))) (-4 *5 (-245 (-2305 *3) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -3998 *4) (|:| -3881 *5)) (-2 (|:| -3998 *4) (|:| -3881 *5)))) (-4 *2 (-175)) (-5 *1 (-475 *3 *2 *4 *5 *6 *7)) (-4 *4 (-871)) (-4 *7 (-979 *2 *5 (-888 *3))))) (-2439 (*1 *2 *1) (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175)) (-4 *6 (-245 (-2305 *3) (-793))) (-14 *7 (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *6)) (-2 (|:| -3998 *5) (|:| -3881 *6)))) (-5 *2 (-735 *5 *6 *7)) (-5 *1 (-475 *3 *4 *5 *6 *7 *8)) (-4 *5 (-871)) (-4 *8 (-979 *4 *6 (-888 *3))))) (-1628 (*1 *2 *1) (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175)) (-14 *6 (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *2)) (-2 (|:| -3998 *5) (|:| -3881 *2)))) (-4 *2 (-245 (-2305 *3) (-793))) (-5 *1 (-475 *3 *4 *5 *2 *6 *7)) (-4 *5 (-871)) (-4 *7 (-979 *4 *2 (-888 *3))))) (-4089 (*1 *2 *1) (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175)) (-4 *5 (-245 (-2305 *3) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -3998 *2) (|:| -3881 *5)) (-2 (|:| -3998 *2) (|:| -3881 *5)))) (-4 *2 (-871)) (-5 *1 (-475 *3 *4 *2 *5 *6 *7)) (-4 *7 (-979 *4 *5 (-888 *3))))) (-2474 (*1 *1 *1) (-12 (-14 *2 (-663 (-1208))) (-4 *3 (-175)) (-4 *5 (-245 (-2305 *2) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -3998 *4) (|:| -3881 *5)) (-2 (|:| -3998 *4) (|:| -3881 *5)))) (-5 *1 (-475 *2 *3 *4 *5 *6 *7)) (-4 *4 (-871)) (-4 *7 (-979 *3 *5 (-888 *2))))) (-3528 (*1 *1 *2 *3) (-12 (-5 *3 (-735 *5 *6 *7)) (-4 *5 (-871)) (-4 *6 (-245 (-2305 *4) (-793))) (-14 *7 (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *6)) (-2 (|:| -3998 *5) (|:| -3881 *6)))) (-14 *4 (-663 (-1208))) (-4 *2 (-175)) (-5 *1 (-475 *4 *2 *5 *6 *7 *8)) (-4 *8 (-979 *2 *6 (-888 *4))))) (-2373 (*1 *1 *2) (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175)) (-4 *5 (-245 (-2305 *3) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -3998 *2) (|:| -3881 *5)) (-2 (|:| -3998 *2) (|:| -3881 *5)))) (-5 *1 (-475 *3 *4 *2 *5 *6 *7)) (-4 *2 (-871)) (-4 *7 (-979 *4 *5 (-888 *3))))) (-2755 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-663 (-1208))) (-4 *2 (-175)) (-4 *4 (-245 (-2305 *5) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -3998 *3) (|:| -3881 *4)) (-2 (|:| -3998 *3) (|:| -3881 *4)))) (-5 *1 (-475 *5 *2 *3 *4 *6 *7)) (-4 *3 (-871)) (-4 *7 (-979 *2 *4 (-888 *5))))) (-2811 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-663 (-1208))) (-4 *2 (-175)) (-4 *3 (-245 (-2305 *4) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *3)) (-2 (|:| -3998 *5) (|:| -3881 *3)))) (-5 *1 (-475 *4 *2 *5 *3 *6 *7)) (-4 *5 (-871)) (-4 *7 (-979 *2 *3 (-888 *4))))))
-(-13 (-739 |#6|) (-739 |#2|) (-10 -8 (-15 -2450 (|#2| $)) (-15 -2439 ((-735 |#3| |#4| |#5|) $)) (-15 -1628 (|#4| $)) (-15 -4089 (|#3| $)) (-15 -2474 ($ $)) (-15 -3528 ($ |#2| (-735 |#3| |#4| |#5|))) (-15 -2373 ($ |#3|)) (-15 -2755 ($ |#2| |#3| |#4|)) (-15 -2811 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
-((-3900 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39 T ELT)))
-(((-476 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3900 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-815) (-871) (-571) (-979 |#3| |#1| |#2|) (-13 (-1069 (-421 (-560))) (-376) (-10 -8 (-15 -2539 ($ |#4|)) (-15 -4420 (|#4| $)) (-15 -4429 (|#4| $))))) (T -476))
-((-3900 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-871)) (-4 *5 (-815)) (-4 *6 (-571)) (-4 *7 (-979 *6 *5 *3)) (-5 *1 (-476 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1069 (-421 (-560))) (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))))
-(-10 -7 (-15 -3900 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3557 (((-663 |#3|) $) 41 T ELT)) (-3343 (((-114) $) NIL T ELT)) (-3540 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3606 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-2244 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) 49 T ELT)) (-3056 (($ (-663 |#4|)) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-2025 (($ |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#4|) $) 18 (|has| $ (-6 -4509)) ELT)) (-3173 ((|#3| $) 47 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#4|) $) 14 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 26 (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 21 T ELT)) (-1972 (((-663 |#3|) $) NIL T ELT)) (-3253 (((-114) |#3| $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 39 T ELT)) (-1423 (($) 17 T ELT)) (-3150 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 16 T ELT)) (-4417 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT) (($ (-663 |#4|)) 51 T ELT)) (-2548 (($ (-663 |#4|)) 13 T ELT)) (-4299 (($ $ |#3|) NIL T ELT)) (-3912 (($ $ |#3|) NIL T ELT)) (-1860 (($ $ |#3|) NIL T ELT)) (-2539 (((-887) $) 38 T ELT) (((-663 |#4|) $) 50 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 30 T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-477 |#1| |#2| |#3| |#4|) (-13 (-1007 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4417 ($ (-663 |#4|))) (-6 -4509) (-6 -4510))) (-1080) (-815) (-871) (-1096 |#1| |#2| |#3|)) (T -477))
-((-4417 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-477 *3 *4 *5 *6)))))
-(-13 (-1007 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4417 ($ (-663 |#4|))) (-6 -4509) (-6 -4510)))
-((-1427 (($) 11 T ELT)) (-1439 (($) 13 T ELT)) (* (($ |#2| $) 15 T ELT) (($ $ |#2|) 16 T ELT)))
-(((-478 |#1| |#2| |#3|) (-10 -8 (-15 -1439 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1427 (|#1|))) (-479 |#2| |#3|) (-175) (-23)) (T -478))
-NIL
-(-10 -8 (-15 -1439 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1427 (|#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-1442 (((-3 |#1| "failed") $) 30 T ELT)) (-3056 ((|#1| $) 31 T ELT)) (-4307 (($ $ $) 27 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4283 ((|#2| $) 23 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ |#1|) 29 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 22 T CONST)) (-1439 (($) 28 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
+((-3128 (*1 *1 *1 *1) (-4 *1 (-466))) (-3128 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-466)))) (-3100 (*1 *1 *1 *1) (-4 *1 (-466))) (-3100 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-466)))) (-2300 (*1 *2 *2 *2) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-466)))))
+(-13 (-571) (-10 -8 (-15 -3128 ($ $ $)) (-15 -3128 ($ (-663 $))) (-15 -3100 ($ $ $)) (-15 -3100 ($ (-663 $))) (-15 -2300 ((-1203 $) (-1203 $) (-1203 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3072 (((-3 $ "failed")) NIL (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3774 (((-1299 (-711 (-421 (-976 |#1|)))) (-1299 $)) NIL T ELT) (((-1299 (-711 (-421 (-976 |#1|))))) NIL T ELT)) (-2987 (((-1299 $)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1493 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL T ELT)) (-3984 (((-3 $ "failed")) NIL (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-3662 (((-711 (-421 (-976 |#1|))) (-1299 $)) NIL T ELT) (((-711 (-421 (-976 |#1|)))) NIL T ELT)) (-1608 (((-421 (-976 |#1|)) $) NIL T ELT)) (-3428 (((-711 (-421 (-976 |#1|))) $ (-1299 $)) NIL T ELT) (((-711 (-421 (-976 |#1|))) $) NIL T ELT)) (-2990 (((-3 $ "failed") $) NIL (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-2560 (((-1203 (-976 (-421 (-976 |#1|))))) NIL (|has| (-421 (-976 |#1|)) (-376)) ELT) (((-1203 (-421 (-976 |#1|)))) 91 (|has| |#1| (-571)) ELT)) (-2768 (($ $ (-949)) NIL T ELT)) (-4120 (((-421 (-976 |#1|)) $) NIL T ELT)) (-2545 (((-1203 (-421 (-976 |#1|))) $) 89 (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-4101 (((-421 (-976 |#1|)) (-1299 $)) NIL T ELT) (((-421 (-976 |#1|))) NIL T ELT)) (-1509 (((-1203 (-421 (-976 |#1|))) $) NIL T ELT)) (-3649 (((-114)) NIL T ELT)) (-4402 (($ (-1299 (-421 (-976 |#1|))) (-1299 $)) 115 T ELT) (($ (-1299 (-421 (-976 |#1|)))) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-1486 (((-949)) NIL T ELT)) (-4225 (((-114)) NIL T ELT)) (-3676 (($ $ (-949)) NIL T ELT)) (-2040 (((-114)) NIL T ELT)) (-2548 (((-114)) NIL T ELT)) (-3901 (((-114)) NIL T ELT)) (-1635 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL T ELT)) (-2552 (((-3 $ "failed")) NIL (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-1367 (((-711 (-421 (-976 |#1|))) (-1299 $)) NIL T ELT) (((-711 (-421 (-976 |#1|)))) NIL T ELT)) (-3299 (((-421 (-976 |#1|)) $) NIL T ELT)) (-3174 (((-711 (-421 (-976 |#1|))) $ (-1299 $)) NIL T ELT) (((-711 (-421 (-976 |#1|))) $) NIL T ELT)) (-4141 (((-3 $ "failed") $) NIL (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-4460 (((-1203 (-976 (-421 (-976 |#1|))))) NIL (|has| (-421 (-976 |#1|)) (-376)) ELT) (((-1203 (-421 (-976 |#1|)))) 90 (|has| |#1| (-571)) ELT)) (-4092 (($ $ (-949)) NIL T ELT)) (-3977 (((-421 (-976 |#1|)) $) NIL T ELT)) (-4381 (((-1203 (-421 (-976 |#1|))) $) 86 (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-4014 (((-421 (-976 |#1|)) (-1299 $)) NIL T ELT) (((-421 (-976 |#1|))) NIL T ELT)) (-2155 (((-1203 (-421 (-976 |#1|))) $) NIL T ELT)) (-2450 (((-114)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1481 (((-114)) NIL T ELT)) (-1933 (((-114)) NIL T ELT)) (-3067 (((-114)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3842 (((-421 (-976 |#1|)) $ $) 77 (|has| |#1| (-571)) ELT)) (-1628 (((-421 (-976 |#1|)) $) 101 (|has| |#1| (-571)) ELT)) (-3498 (((-421 (-976 |#1|)) $) 105 (|has| |#1| (-571)) ELT)) (-3091 (((-1203 (-421 (-976 |#1|))) $) 95 (|has| |#1| (-571)) ELT)) (-3896 (((-421 (-976 |#1|))) 78 (|has| |#1| (-571)) ELT)) (-4479 (((-421 (-976 |#1|)) $ $) 70 (|has| |#1| (-571)) ELT)) (-2000 (((-421 (-976 |#1|)) $) 100 (|has| |#1| (-571)) ELT)) (-1875 (((-421 (-976 |#1|)) $) 104 (|has| |#1| (-571)) ELT)) (-3122 (((-1203 (-421 (-976 |#1|))) $) 94 (|has| |#1| (-571)) ELT)) (-1713 (((-421 (-976 |#1|))) 74 (|has| |#1| (-571)) ELT)) (-4378 (($) 111 T ELT) (($ (-1209)) 119 T ELT) (($ (-1299 (-1209))) 118 T ELT) (($ (-1299 $)) 106 T ELT) (($ (-1209) (-1299 $)) 117 T ELT) (($ (-1299 (-1209)) (-1299 $)) 116 T ELT)) (-1513 (((-114)) NIL T ELT)) (-3034 (((-421 (-976 |#1|)) $ (-560)) NIL T ELT)) (-3084 (((-1299 (-421 (-976 |#1|))) $ (-1299 $)) 108 T ELT) (((-711 (-421 (-976 |#1|))) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 (-421 (-976 |#1|))) $) 44 T ELT) (((-711 (-421 (-976 |#1|))) (-1299 $)) NIL T ELT)) (-1830 (((-1299 (-421 (-976 |#1|))) $) NIL T ELT) (($ (-1299 (-421 (-976 |#1|)))) 41 T ELT)) (-3658 (((-663 (-976 (-421 (-976 |#1|)))) (-1299 $)) NIL T ELT) (((-663 (-976 (-421 (-976 |#1|))))) NIL T ELT) (((-663 (-976 |#1|)) (-1299 $)) 109 (|has| |#1| (-571)) ELT) (((-663 (-976 |#1|))) 110 (|has| |#1| (-571)) ELT)) (-3923 (($ $ $) NIL T ELT)) (-2127 (((-114)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-1299 (-421 (-976 |#1|)))) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) 66 T ELT)) (-1565 (((-663 (-1299 (-421 (-976 |#1|))))) NIL (|has| (-421 (-976 |#1|)) (-571)) ELT)) (-3121 (($ $ $ $) NIL T ELT)) (-3757 (((-114)) NIL T ELT)) (-1560 (($ (-711 (-421 (-976 |#1|))) $) NIL T ELT)) (-3260 (($ $ $) NIL T ELT)) (-3270 (((-114)) NIL T ELT)) (-1381 (((-114)) NIL T ELT)) (-3386 (((-114)) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) 107 T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 62 T ELT) (($ $ (-421 (-976 |#1|))) NIL T ELT) (($ (-421 (-976 |#1|)) $) NIL T ELT) (($ (-1174 |#2| (-421 (-976 |#1|))) $) NIL T ELT)))
+(((-467 |#1| |#2| |#3| |#4|) (-13 (-432 (-421 (-976 |#1|))) (-670 (-1174 |#2| (-421 (-976 |#1|)))) (-10 -8 (-15 -3834 ($ (-1299 (-421 (-976 |#1|))))) (-15 -1635 ((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed"))) (-15 -1493 ((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed"))) (-15 -4378 ($)) (-15 -4378 ($ (-1209))) (-15 -4378 ($ (-1299 (-1209)))) (-15 -4378 ($ (-1299 $))) (-15 -4378 ($ (-1209) (-1299 $))) (-15 -4378 ($ (-1299 (-1209)) (-1299 $))) (IF (|has| |#1| (-571)) (PROGN (-15 -4460 ((-1203 (-421 (-976 |#1|))))) (-15 -3122 ((-1203 (-421 (-976 |#1|))) $)) (-15 -2000 ((-421 (-976 |#1|)) $)) (-15 -1875 ((-421 (-976 |#1|)) $)) (-15 -2560 ((-1203 (-421 (-976 |#1|))))) (-15 -3091 ((-1203 (-421 (-976 |#1|))) $)) (-15 -1628 ((-421 (-976 |#1|)) $)) (-15 -3498 ((-421 (-976 |#1|)) $)) (-15 -4479 ((-421 (-976 |#1|)) $ $)) (-15 -1713 ((-421 (-976 |#1|)))) (-15 -3842 ((-421 (-976 |#1|)) $ $)) (-15 -3896 ((-421 (-976 |#1|)))) (-15 -3658 ((-663 (-976 |#1|)) (-1299 $))) (-15 -3658 ((-663 (-976 |#1|))))) |%noBranch|))) (-175) (-949) (-663 (-1209)) (-1299 (-711 |#1|))) (T -467))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1299 (-421 (-976 *3)))) (-4 *3 (-175)) (-14 *6 (-1299 (-711 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))))) (-1635 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-467 *3 *4 *5 *6)) (|:| -4222 (-663 (-467 *3 *4 *5 *6))))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-1493 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-467 *3 *4 *5 *6)) (|:| -4222 (-663 (-467 *3 *4 *5 *6))))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-4378 (*1 *1) (-12 (-5 *1 (-467 *2 *3 *4 *5)) (-4 *2 (-175)) (-14 *3 (-949)) (-14 *4 (-663 (-1209))) (-14 *5 (-1299 (-711 *2))))) (-4378 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 *2)) (-14 *6 (-1299 (-711 *3))))) (-4378 (*1 *1 *2) (-12 (-5 *2 (-1299 (-1209))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-4378 (*1 *1 *2) (-12 (-5 *2 (-1299 (-467 *3 *4 *5 *6))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-4378 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-467 *4 *5 *6 *7))) (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-175)) (-14 *5 (-949)) (-14 *6 (-663 *2)) (-14 *7 (-1299 (-711 *4))))) (-4378 (*1 *1 *2 *3) (-12 (-5 *2 (-1299 (-1209))) (-5 *3 (-1299 (-467 *4 *5 *6 *7))) (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-175)) (-14 *5 (-949)) (-14 *6 (-663 (-1209))) (-14 *7 (-1299 (-711 *4))))) (-4460 (*1 *2) (-12 (-5 *2 (-1203 (-421 (-976 *3)))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-3122 (*1 *2 *1) (-12 (-5 *2 (-1203 (-421 (-976 *3)))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-2000 (*1 *2 *1) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-1875 (*1 *2 *1) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-2560 (*1 *2) (-12 (-5 *2 (-1203 (-421 (-976 *3)))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-3091 (*1 *2 *1) (-12 (-5 *2 (-1203 (-421 (-976 *3)))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-1628 (*1 *2 *1) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-3498 (*1 *2 *1) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-4479 (*1 *2 *1 *1) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-1713 (*1 *2) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-3842 (*1 *2 *1 *1) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-3896 (*1 *2) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))) (-3658 (*1 *2 *3) (-12 (-5 *3 (-1299 (-467 *4 *5 *6 *7))) (-5 *2 (-663 (-976 *4))) (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-571)) (-4 *4 (-175)) (-14 *5 (-949)) (-14 *6 (-663 (-1209))) (-14 *7 (-1299 (-711 *4))))) (-3658 (*1 *2) (-12 (-5 *2 (-663 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(-13 (-432 (-421 (-976 |#1|))) (-670 (-1174 |#2| (-421 (-976 |#1|)))) (-10 -8 (-15 -3834 ($ (-1299 (-421 (-976 |#1|))))) (-15 -1635 ((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed"))) (-15 -1493 ((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed"))) (-15 -4378 ($)) (-15 -4378 ($ (-1209))) (-15 -4378 ($ (-1299 (-1209)))) (-15 -4378 ($ (-1299 $))) (-15 -4378 ($ (-1209) (-1299 $))) (-15 -4378 ($ (-1299 (-1209)) (-1299 $))) (IF (|has| |#1| (-571)) (PROGN (-15 -4460 ((-1203 (-421 (-976 |#1|))))) (-15 -3122 ((-1203 (-421 (-976 |#1|))) $)) (-15 -2000 ((-421 (-976 |#1|)) $)) (-15 -1875 ((-421 (-976 |#1|)) $)) (-15 -2560 ((-1203 (-421 (-976 |#1|))))) (-15 -3091 ((-1203 (-421 (-976 |#1|))) $)) (-15 -1628 ((-421 (-976 |#1|)) $)) (-15 -3498 ((-421 (-976 |#1|)) $)) (-15 -4479 ((-421 (-976 |#1|)) $ $)) (-15 -1713 ((-421 (-976 |#1|)))) (-15 -3842 ((-421 (-976 |#1|)) $ $)) (-15 -3896 ((-421 (-976 |#1|)))) (-15 -3658 ((-663 (-976 |#1|)) (-1299 $))) (-15 -3658 ((-663 (-976 |#1|))))) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 18 T ELT)) (-2712 (((-663 (-889 |#1|)) $) 87 T ELT)) (-2517 (((-1203 $) $ (-889 |#1|)) 52 T ELT) (((-1203 |#2|) $) 138 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-2409 (((-793) $) 27 T ELT) (((-793) $ (-663 (-889 |#1|))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#2| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) 50 T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-889 |#1|) "failed") $) NIL T ELT)) (-4072 ((|#2| $) 48 T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-889 |#1|) $) NIL T ELT)) (-3273 (($ $ $ (-889 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-1865 (($ $ (-663 (-560))) 93 T ELT)) (-4328 (($ $) 80 T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-889 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#2| (-940)) ELT)) (-4240 (($ $ |#2| |#3| $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-889 |#1|) (-912 (-391))) (|has| |#2| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-889 |#1|) (-912 (-560))) (|has| |#2| (-912 (-560)))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) 65 T ELT)) (-2700 (($ (-1203 |#2|) (-889 |#1|)) 143 T ELT) (($ (-1203 $) (-889 |#1|)) 58 T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) 68 T ELT)) (-2682 (($ |#2| |#3|) 35 T ELT) (($ $ (-889 |#1|) (-793)) 37 T ELT) (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-889 |#1|)) NIL T ELT)) (-3654 ((|#3| $) NIL T ELT) (((-793) $ (-889 |#1|)) 56 T ELT) (((-663 (-793)) $ (-663 (-889 |#1|))) 63 T ELT)) (-3097 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3311 (((-3 (-889 |#1|) "failed") $) 45 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#2| $) 47 T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-889 |#1|)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) 46 T ELT)) (-4283 ((|#2| $) 136 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#2| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) 149 (|has| |#2| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#2| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-889 |#1|) |#2|) 100 T ELT) (($ $ (-663 (-889 |#1|)) (-663 |#2|)) 106 T ELT) (($ $ (-889 |#1|) $) 98 T ELT) (($ $ (-663 (-889 |#1|)) (-663 $)) 124 T ELT)) (-2810 (($ $ (-889 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2703 (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|)) 59 T ELT)) (-4144 ((|#3| $) 79 T ELT) (((-793) $ (-889 |#1|)) 42 T ELT) (((-663 (-793)) $ (-663 (-889 |#1|))) 62 T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-889 |#1|) (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-889 |#1|) (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-889 |#1|) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-3878 ((|#2| $) 145 (|has| |#2| (-466)) ELT) (($ $ (-889 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-940))) ELT)) (-3834 (((-888) $) 173 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 99 T ELT) (($ (-889 |#1|)) 39 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#2| (-571)) ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ |#3|) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#2| (-940))) (|has| |#2| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-2971 (($) 22 T CONST)) (-2983 (($) 31 T CONST)) (-3095 (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#2|) 76 (|has| |#2| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 131 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 129 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 36 T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) 75 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-468 |#1| |#2| |#3|) (-13 (-980 |#2| |#3| (-889 |#1|)) (-10 -8 (-15 -1865 ($ $ (-663 (-560)))))) (-663 (-1209)) (-1081) (-245 (-3819 |#1|) (-793))) (T -468))
+((-1865 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-14 *3 (-663 (-1209))) (-5 *1 (-468 *3 *4 *5)) (-4 *4 (-1081)) (-4 *5 (-245 (-3819 *3) (-793))))))
+(-13 (-980 |#2| |#3| (-889 |#1|)) (-10 -8 (-15 -1865 ($ $ (-663 (-560))))))
+((-2697 (((-114) |#1| (-663 |#2|)) 91 T ELT)) (-3541 (((-3 (-1299 (-663 |#2|)) "failed") (-793) |#1| (-663 |#2|)) 100 T ELT)) (-2681 (((-3 (-663 |#2|) "failed") |#2| |#1| (-1299 (-663 |#2|))) 102 T ELT)) (-2533 ((|#2| |#2| |#1|) 35 T ELT)) (-2291 (((-793) |#2| (-663 |#2|)) 26 T ELT)))
+(((-469 |#1| |#2|) (-10 -7 (-15 -2533 (|#2| |#2| |#1|)) (-15 -2291 ((-793) |#2| (-663 |#2|))) (-15 -3541 ((-3 (-1299 (-663 |#2|)) "failed") (-793) |#1| (-663 |#2|))) (-15 -2681 ((-3 (-663 |#2|) "failed") |#2| |#1| (-1299 (-663 |#2|)))) (-15 -2697 ((-114) |#1| (-663 |#2|)))) (-319) (-1275 |#1|)) (T -469))
+((-2697 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *5)) (-4 *5 (-1275 *3)) (-4 *3 (-319)) (-5 *2 (-114)) (-5 *1 (-469 *3 *5)))) (-2681 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1299 (-663 *3))) (-4 *4 (-319)) (-5 *2 (-663 *3)) (-5 *1 (-469 *4 *3)) (-4 *3 (-1275 *4)))) (-3541 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-793)) (-4 *4 (-319)) (-4 *6 (-1275 *4)) (-5 *2 (-1299 (-663 *6))) (-5 *1 (-469 *4 *6)) (-5 *5 (-663 *6)))) (-2291 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-319)) (-5 *2 (-793)) (-5 *1 (-469 *5 *3)))) (-2533 (*1 *2 *2 *3) (-12 (-4 *3 (-319)) (-5 *1 (-469 *3 *2)) (-4 *2 (-1275 *3)))))
+(-10 -7 (-15 -2533 (|#2| |#2| |#1|)) (-15 -2291 ((-793) |#2| (-663 |#2|))) (-15 -3541 ((-3 (-1299 (-663 |#2|)) "failed") (-793) |#1| (-663 |#2|))) (-15 -2681 ((-3 (-663 |#2|) "failed") |#2| |#1| (-1299 (-663 |#2|)))) (-15 -2697 ((-114) |#1| (-663 |#2|))))
+((-2549 (((-419 |#5|) |#5|) 24 T ELT)))
+(((-470 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2549 ((-419 |#5|) |#5|))) (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209))))) (-817) (-571) (-571) (-980 |#4| |#2| |#1|)) (T -470))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209)))))) (-4 *5 (-817)) (-4 *7 (-571)) (-5 *2 (-419 *3)) (-5 *1 (-470 *4 *5 *6 *7 *3)) (-4 *6 (-571)) (-4 *3 (-980 *7 *5 *4)))))
+(-10 -7 (-15 -2549 ((-419 |#5|) |#5|)))
+((-4398 ((|#3|) 43 T ELT)) (-2300 (((-1203 |#4|) (-1203 |#4|) (-1203 |#4|)) 34 T ELT)))
+(((-471 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2300 ((-1203 |#4|) (-1203 |#4|) (-1203 |#4|))) (-15 -4398 (|#3|))) (-817) (-872) (-940) (-980 |#3| |#1| |#2|)) (T -471))
+((-4398 (*1 *2) (-12 (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-940)) (-5 *1 (-471 *3 *4 *2 *5)) (-4 *5 (-980 *2 *3 *4)))) (-2300 (*1 *2 *2 *2) (-12 (-5 *2 (-1203 *6)) (-4 *6 (-980 *5 *3 *4)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-940)) (-5 *1 (-471 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2300 ((-1203 |#4|) (-1203 |#4|) (-1203 |#4|))) (-15 -4398 (|#3|)))
+((-2549 (((-419 (-1203 |#1|)) (-1203 |#1|)) 43 T ELT)))
+(((-472 |#1|) (-10 -7 (-15 -2549 ((-419 (-1203 |#1|)) (-1203 |#1|)))) (-319)) (T -472))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-319)) (-5 *2 (-419 (-1203 *4))) (-5 *1 (-472 *4)) (-5 *3 (-1203 *4)))))
+(-10 -7 (-15 -2549 ((-419 (-1203 |#1|)) (-1203 |#1|))))
+((-2769 (((-51) |#2| (-1209) (-305 |#2|) (-1266 (-793))) 44 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-793))) 43 T ELT) (((-51) |#2| (-1209) (-305 |#2|)) 36 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|)) 29 T ELT)) (-1577 (((-51) |#2| (-1209) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560))) 88 T ELT) (((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560))) 87 T ELT) (((-51) |#2| (-1209) (-305 |#2|) (-1266 (-560))) 86 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-560))) 85 T ELT) (((-51) |#2| (-1209) (-305 |#2|)) 80 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|)) 79 T ELT)) (-4239 (((-51) |#2| (-1209) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560))) 74 T ELT) (((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560))) 72 T ELT)) (-2780 (((-51) |#2| (-1209) (-305 |#2|) (-1266 (-560))) 51 T ELT) (((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-560))) 50 T ELT)))
+(((-473 |#1| |#2|) (-10 -7 (-15 -2769 ((-51) (-1 |#2| (-560)) (-305 |#2|))) (-15 -2769 ((-51) |#2| (-1209) (-305 |#2|))) (-15 -2769 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-793)))) (-15 -2769 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-793)))) (-15 -2780 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-560)))) (-15 -2780 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-560)))) (-15 -4239 ((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560)))) (-15 -4239 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560)))) (-15 -1577 ((-51) (-1 |#2| (-560)) (-305 |#2|))) (-15 -1577 ((-51) |#2| (-1209) (-305 |#2|))) (-15 -1577 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-560)))) (-15 -1577 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-560)))) (-15 -1577 ((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560)))) (-15 -1577 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560))))) (-13 (-571) (-1070 (-560)) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|))) (T -473))
+((-1577 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-421 (-560)))) (-5 *7 (-421 (-560))) (-4 *3 (-13 (-27) (-1235) (-435 *8))) (-4 *8 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *8 *3)))) (-1577 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-421 (-560)))) (-5 *4 (-305 *8)) (-5 *5 (-1266 (-421 (-560)))) (-5 *6 (-421 (-560))) (-4 *8 (-13 (-27) (-1235) (-435 *7))) (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *8)))) (-1577 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-560))) (-4 *3 (-13 (-27) (-1235) (-435 *7))) (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *3)))) (-1577 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1266 (-560))) (-4 *7 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *7)))) (-1577 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *3)))) (-1577 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-560))) (-5 *4 (-305 *6)) (-4 *6 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *5 *6)))) (-4239 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-421 (-560)))) (-5 *7 (-421 (-560))) (-4 *3 (-13 (-27) (-1235) (-435 *8))) (-4 *8 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *8 *3)))) (-4239 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-421 (-560)))) (-5 *4 (-305 *8)) (-5 *5 (-1266 (-421 (-560)))) (-5 *6 (-421 (-560))) (-4 *8 (-13 (-27) (-1235) (-435 *7))) (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *8)))) (-2780 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-560))) (-4 *3 (-13 (-27) (-1235) (-435 *7))) (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *3)))) (-2780 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1266 (-560))) (-4 *7 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *7)))) (-2769 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-793))) (-4 *3 (-13 (-27) (-1235) (-435 *7))) (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *7 *3)))) (-2769 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1266 (-793))) (-4 *7 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *7)))) (-2769 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *6 *3)))) (-2769 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-560))) (-5 *4 (-305 *6)) (-4 *6 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51)) (-5 *1 (-473 *5 *6)))))
+(-10 -7 (-15 -2769 ((-51) (-1 |#2| (-560)) (-305 |#2|))) (-15 -2769 ((-51) |#2| (-1209) (-305 |#2|))) (-15 -2769 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-793)))) (-15 -2769 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-793)))) (-15 -2780 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-560)))) (-15 -2780 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-560)))) (-15 -4239 ((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560)))) (-15 -4239 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560)))) (-15 -1577 ((-51) (-1 |#2| (-560)) (-305 |#2|))) (-15 -1577 ((-51) |#2| (-1209) (-305 |#2|))) (-15 -1577 ((-51) (-1 |#2| (-560)) (-305 |#2|) (-1266 (-560)))) (-15 -1577 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-560)))) (-15 -1577 ((-51) (-1 |#2| (-421 (-560))) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560)))) (-15 -1577 ((-51) |#2| (-1209) (-305 |#2|) (-1266 (-421 (-560))) (-421 (-560)))))
+((-2533 ((|#2| |#2| |#1|) 15 T ELT)) (-3913 (((-663 |#2|) |#2| (-663 |#2|) |#1| (-949)) 82 T ELT)) (-4112 (((-2 (|:| |plist| (-663 |#2|)) (|:| |modulo| |#1|)) |#2| (-663 |#2|) |#1| (-949)) 72 T ELT)))
+(((-474 |#1| |#2|) (-10 -7 (-15 -4112 ((-2 (|:| |plist| (-663 |#2|)) (|:| |modulo| |#1|)) |#2| (-663 |#2|) |#1| (-949))) (-15 -3913 ((-663 |#2|) |#2| (-663 |#2|) |#1| (-949))) (-15 -2533 (|#2| |#2| |#1|))) (-319) (-1275 |#1|)) (T -474))
+((-2533 (*1 *2 *2 *3) (-12 (-4 *3 (-319)) (-5 *1 (-474 *3 *2)) (-4 *2 (-1275 *3)))) (-3913 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-663 *3)) (-5 *5 (-949)) (-4 *3 (-1275 *4)) (-4 *4 (-319)) (-5 *1 (-474 *4 *3)))) (-4112 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-949)) (-4 *5 (-319)) (-4 *3 (-1275 *5)) (-5 *2 (-2 (|:| |plist| (-663 *3)) (|:| |modulo| *5))) (-5 *1 (-474 *5 *3)) (-5 *4 (-663 *3)))))
+(-10 -7 (-15 -4112 ((-2 (|:| |plist| (-663 |#2|)) (|:| |modulo| |#1|)) |#2| (-663 |#2|) |#1| (-949))) (-15 -3913 ((-663 |#2|) |#2| (-663 |#2|) |#1| (-949))) (-15 -2533 (|#2| |#2| |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 28 T ELT)) (-1543 (($ |#3|) 25 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) 32 T ELT)) (-4485 (($ |#2| |#4| $) 33 T ELT)) (-2682 (($ |#2| (-735 |#3| |#4| |#5|)) 24 T ELT)) (-4295 (((-735 |#3| |#4| |#5|) $) 15 T ELT)) (-4213 ((|#3| $) 19 T ELT)) (-4199 ((|#4| $) 17 T ELT)) (-4307 ((|#2| $) 29 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-4386 (($ |#2| |#3| |#4|) 26 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 36 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 34 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#6| $) 40 T ELT) (($ $ |#6|) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
+(((-475 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-739 |#6|) (-739 |#2|) (-10 -8 (-15 -4307 (|#2| $)) (-15 -4295 ((-735 |#3| |#4| |#5|) $)) (-15 -4199 (|#4| $)) (-15 -4213 (|#3| $)) (-15 -4328 ($ $)) (-15 -2682 ($ |#2| (-735 |#3| |#4| |#5|))) (-15 -1543 ($ |#3|)) (-15 -4386 ($ |#2| |#3| |#4|)) (-15 -4485 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-663 (-1209)) (-175) (-872) (-245 (-3819 |#1|) (-793)) (-1 (-114) (-2 (|:| -2081 |#3|) (|:| -2909 |#4|)) (-2 (|:| -2081 |#3|) (|:| -2909 |#4|))) (-980 |#2| |#4| (-889 |#1|))) (T -475))
+((* (*1 *1 *2 *1) (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175)) (-4 *6 (-245 (-3819 *3) (-793))) (-14 *7 (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *6)) (-2 (|:| -2081 *5) (|:| -2909 *6)))) (-5 *1 (-475 *3 *4 *5 *6 *7 *2)) (-4 *5 (-872)) (-4 *2 (-980 *4 *6 (-889 *3))))) (-4307 (*1 *2 *1) (-12 (-14 *3 (-663 (-1209))) (-4 *5 (-245 (-3819 *3) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -2081 *4) (|:| -2909 *5)) (-2 (|:| -2081 *4) (|:| -2909 *5)))) (-4 *2 (-175)) (-5 *1 (-475 *3 *2 *4 *5 *6 *7)) (-4 *4 (-872)) (-4 *7 (-980 *2 *5 (-889 *3))))) (-4295 (*1 *2 *1) (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175)) (-4 *6 (-245 (-3819 *3) (-793))) (-14 *7 (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *6)) (-2 (|:| -2081 *5) (|:| -2909 *6)))) (-5 *2 (-735 *5 *6 *7)) (-5 *1 (-475 *3 *4 *5 *6 *7 *8)) (-4 *5 (-872)) (-4 *8 (-980 *4 *6 (-889 *3))))) (-4199 (*1 *2 *1) (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175)) (-14 *6 (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *2)) (-2 (|:| -2081 *5) (|:| -2909 *2)))) (-4 *2 (-245 (-3819 *3) (-793))) (-5 *1 (-475 *3 *4 *5 *2 *6 *7)) (-4 *5 (-872)) (-4 *7 (-980 *4 *2 (-889 *3))))) (-4213 (*1 *2 *1) (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175)) (-4 *5 (-245 (-3819 *3) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -2081 *2) (|:| -2909 *5)) (-2 (|:| -2081 *2) (|:| -2909 *5)))) (-4 *2 (-872)) (-5 *1 (-475 *3 *4 *2 *5 *6 *7)) (-4 *7 (-980 *4 *5 (-889 *3))))) (-4328 (*1 *1 *1) (-12 (-14 *2 (-663 (-1209))) (-4 *3 (-175)) (-4 *5 (-245 (-3819 *2) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -2081 *4) (|:| -2909 *5)) (-2 (|:| -2081 *4) (|:| -2909 *5)))) (-5 *1 (-475 *2 *3 *4 *5 *6 *7)) (-4 *4 (-872)) (-4 *7 (-980 *3 *5 (-889 *2))))) (-2682 (*1 *1 *2 *3) (-12 (-5 *3 (-735 *5 *6 *7)) (-4 *5 (-872)) (-4 *6 (-245 (-3819 *4) (-793))) (-14 *7 (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *6)) (-2 (|:| -2081 *5) (|:| -2909 *6)))) (-14 *4 (-663 (-1209))) (-4 *2 (-175)) (-5 *1 (-475 *4 *2 *5 *6 *7 *8)) (-4 *8 (-980 *2 *6 (-889 *4))))) (-1543 (*1 *1 *2) (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175)) (-4 *5 (-245 (-3819 *3) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -2081 *2) (|:| -2909 *5)) (-2 (|:| -2081 *2) (|:| -2909 *5)))) (-5 *1 (-475 *3 *4 *2 *5 *6 *7)) (-4 *2 (-872)) (-4 *7 (-980 *4 *5 (-889 *3))))) (-4386 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-663 (-1209))) (-4 *2 (-175)) (-4 *4 (-245 (-3819 *5) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -2081 *3) (|:| -2909 *4)) (-2 (|:| -2081 *3) (|:| -2909 *4)))) (-5 *1 (-475 *5 *2 *3 *4 *6 *7)) (-4 *3 (-872)) (-4 *7 (-980 *2 *4 (-889 *5))))) (-4485 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-663 (-1209))) (-4 *2 (-175)) (-4 *3 (-245 (-3819 *4) (-793))) (-14 *6 (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *3)) (-2 (|:| -2081 *5) (|:| -2909 *3)))) (-5 *1 (-475 *4 *2 *5 *3 *6 *7)) (-4 *5 (-872)) (-4 *7 (-980 *2 *3 (-889 *4))))))
+(-13 (-739 |#6|) (-739 |#2|) (-10 -8 (-15 -4307 (|#2| $)) (-15 -4295 ((-735 |#3| |#4| |#5|) $)) (-15 -4199 (|#4| $)) (-15 -4213 (|#3| $)) (-15 -4328 ($ $)) (-15 -2682 ($ |#2| (-735 |#3| |#4| |#5|))) (-15 -1543 ($ |#3|)) (-15 -4386 ($ |#2| |#3| |#4|)) (-15 -4485 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
+((-3110 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39 T ELT)))
+(((-476 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3110 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-817) (-872) (-571) (-980 |#3| |#1| |#2|) (-13 (-1070 (-421 (-560))) (-376) (-10 -8 (-15 -3834 ($ |#4|)) (-15 -3125 (|#4| $)) (-15 -3138 (|#4| $))))) (T -476))
+((-3110 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-872)) (-4 *5 (-817)) (-4 *6 (-571)) (-4 *7 (-980 *6 *5 *3)) (-5 *1 (-476 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1070 (-421 (-560))) (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))))
+(-10 -7 (-15 -3110 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2712 (((-663 |#3|) $) 41 T ELT)) (-3511 (((-114) $) NIL T ELT)) (-3673 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3797 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-3438 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) 49 T ELT)) (-4072 (($ (-663 |#4|)) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-3513 (($ |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#4|) $) 18 (|has| $ (-6 -4510)) ELT)) (-2867 ((|#3| $) 47 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#4|) $) 14 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 26 (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 21 T ELT)) (-4306 (((-663 |#3|) $) NIL T ELT)) (-1654 (((-114) |#3| $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 39 T ELT)) (-3614 (($) 17 T ELT)) (-1485 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 16 T ELT)) (-1830 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT) (($ (-663 |#4|)) 51 T ELT)) (-3845 (($ (-663 |#4|)) 13 T ELT)) (-2337 (($ $ |#3|) NIL T ELT)) (-1548 (($ $ |#3|) NIL T ELT)) (-2721 (($ $ |#3|) NIL T ELT)) (-3834 (((-888) $) 38 T ELT) (((-663 |#4|) $) 50 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 30 T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-477 |#1| |#2| |#3| |#4|) (-13 (-1008 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1830 ($ (-663 |#4|))) (-6 -4510) (-6 -4511))) (-1081) (-817) (-872) (-1097 |#1| |#2| |#3|)) (T -477))
+((-1830 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-477 *3 *4 *5 *6)))))
+(-13 (-1008 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1830 ($ (-663 |#4|))) (-6 -4510) (-6 -4511)))
+((-2971 (($) 11 T ELT)) (-2983 (($) 13 T ELT)) (* (($ |#2| $) 15 T ELT) (($ $ |#2|) 16 T ELT)))
+(((-478 |#1| |#2| |#3|) (-10 -8 (-15 -2983 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -2971 (|#1|))) (-479 |#2| |#3|) (-175) (-23)) (T -478))
+NIL
+(-10 -8 (-15 -2983 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -2971 (|#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-4142 (((-3 |#1| "failed") $) 30 T ELT)) (-4072 ((|#1| $) 31 T ELT)) (-3833 (($ $ $) 27 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4144 ((|#2| $) 23 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ |#1|) 29 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 22 T CONST)) (-2983 (($) 28 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
(((-479 |#1| |#2|) (-142) (-175) (-23)) (T -479))
-((-1439 (*1 *1) (-12 (-4 *1 (-479 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (-4307 (*1 *1 *1 *1) (-12 (-4 *1 (-479 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))))
-(-13 (-484 |t#1| |t#2|) (-1069 |t#1|) (-10 -8 (-15 (-1439) ($) -3721) (-15 -4307 ($ $ $))))
-(((-102) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-484 |#1| |#2|) . T) ((-1069 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2456 (((-1298 (-1298 (-560))) (-1298 (-1298 (-560))) (-948)) 26 T ELT)) (-3183 (((-1298 (-1298 (-560))) (-948)) 21 T ELT)))
-(((-480) (-10 -7 (-15 -2456 ((-1298 (-1298 (-560))) (-1298 (-1298 (-560))) (-948))) (-15 -3183 ((-1298 (-1298 (-560))) (-948))))) (T -480))
-((-3183 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1298 (-1298 (-560)))) (-5 *1 (-480)))) (-2456 (*1 *2 *2 *3) (-12 (-5 *2 (-1298 (-1298 (-560)))) (-5 *3 (-948)) (-5 *1 (-480)))))
-(-10 -7 (-15 -2456 ((-1298 (-1298 (-560))) (-1298 (-1298 (-560))) (-948))) (-15 -3183 ((-1298 (-1298 (-560))) (-948))))
-((-1933 (((-560) (-560)) 32 T ELT) (((-560)) 24 T ELT)) (-3820 (((-560) (-560)) 28 T ELT) (((-560)) 20 T ELT)) (-4351 (((-560) (-560)) 30 T ELT) (((-560)) 22 T ELT)) (-2896 (((-114) (-114)) 14 T ELT) (((-114)) 12 T ELT)) (-4195 (((-114) (-114)) 13 T ELT) (((-114)) 11 T ELT)) (-4169 (((-114) (-114)) 26 T ELT) (((-114)) 17 T ELT)))
-(((-481) (-10 -7 (-15 -4195 ((-114))) (-15 -2896 ((-114))) (-15 -4195 ((-114) (-114))) (-15 -2896 ((-114) (-114))) (-15 -4169 ((-114))) (-15 -4351 ((-560))) (-15 -3820 ((-560))) (-15 -1933 ((-560))) (-15 -4169 ((-114) (-114))) (-15 -4351 ((-560) (-560))) (-15 -3820 ((-560) (-560))) (-15 -1933 ((-560) (-560))))) (T -481))
-((-1933 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-3820 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-4351 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-4169 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-1933 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-3820 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-4351 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-4169 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-2896 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-4195 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-2896 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-4195 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))))
-(-10 -7 (-15 -4195 ((-114))) (-15 -2896 ((-114))) (-15 -4195 ((-114) (-114))) (-15 -2896 ((-114) (-114))) (-15 -4169 ((-114))) (-15 -4351 ((-560))) (-15 -3820 ((-560))) (-15 -1933 ((-560))) (-15 -4169 ((-114) (-114))) (-15 -4351 ((-560) (-560))) (-15 -3820 ((-560) (-560))) (-15 -1933 ((-560) (-560))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3286 (((-663 (-391)) $) 34 T ELT) (((-663 (-391)) $ (-663 (-391))) 146 T ELT)) (-2805 (((-663 (-1120 (-391))) $) 16 T ELT) (((-663 (-1120 (-391))) $ (-663 (-1120 (-391)))) 142 T ELT)) (-4225 (((-663 (-663 (-972 (-229)))) (-663 (-663 (-972 (-229)))) (-663 (-898))) 58 T ELT)) (-3305 (((-663 (-663 (-972 (-229)))) $) 137 T ELT)) (-1921 (((-1304) $ (-972 (-229)) (-898)) 163 T ELT)) (-4302 (($ $) 136 T ELT) (($ (-663 (-663 (-972 (-229))))) 149 T ELT) (($ (-663 (-663 (-972 (-229)))) (-663 (-898)) (-663 (-898)) (-663 (-948))) 148 T ELT) (($ (-663 (-663 (-972 (-229)))) (-663 (-898)) (-663 (-898)) (-663 (-948)) (-663 (-270))) 150 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3818 (((-560) $) 110 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4124 (($) 147 T ELT)) (-3705 (((-663 (-229)) (-663 (-663 (-972 (-229))))) 89 T ELT)) (-2519 (((-1304) $ (-663 (-972 (-229))) (-898) (-898) (-948)) 155 T ELT) (((-1304) $ (-972 (-229))) 157 T ELT) (((-1304) $ (-972 (-229)) (-898) (-898) (-948)) 156 T ELT)) (-2539 (((-887) $) 169 T ELT) (($ (-663 (-663 (-972 (-229))))) 164 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2566 (((-1304) $ (-972 (-229))) 162 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-482) (-13 (-1132) (-10 -8 (-15 -4124 ($)) (-15 -4302 ($ $)) (-15 -4302 ($ (-663 (-663 (-972 (-229)))))) (-15 -4302 ($ (-663 (-663 (-972 (-229)))) (-663 (-898)) (-663 (-898)) (-663 (-948)))) (-15 -4302 ($ (-663 (-663 (-972 (-229)))) (-663 (-898)) (-663 (-898)) (-663 (-948)) (-663 (-270)))) (-15 -3305 ((-663 (-663 (-972 (-229)))) $)) (-15 -3818 ((-560) $)) (-15 -2805 ((-663 (-1120 (-391))) $)) (-15 -2805 ((-663 (-1120 (-391))) $ (-663 (-1120 (-391))))) (-15 -3286 ((-663 (-391)) $)) (-15 -3286 ((-663 (-391)) $ (-663 (-391)))) (-15 -2519 ((-1304) $ (-663 (-972 (-229))) (-898) (-898) (-948))) (-15 -2519 ((-1304) $ (-972 (-229)))) (-15 -2519 ((-1304) $ (-972 (-229)) (-898) (-898) (-948))) (-15 -2566 ((-1304) $ (-972 (-229)))) (-15 -1921 ((-1304) $ (-972 (-229)) (-898))) (-15 -2539 ($ (-663 (-663 (-972 (-229)))))) (-15 -2539 ((-887) $)) (-15 -4225 ((-663 (-663 (-972 (-229)))) (-663 (-663 (-972 (-229)))) (-663 (-898)))) (-15 -3705 ((-663 (-229)) (-663 (-663 (-972 (-229))))))))) (T -482))
-((-2539 (*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-482)))) (-4124 (*1 *1) (-5 *1 (-482))) (-4302 (*1 *1 *1) (-5 *1 (-482))) (-4302 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *1 (-482)))) (-4302 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *3 (-663 (-898))) (-5 *4 (-663 (-948))) (-5 *1 (-482)))) (-4302 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *3 (-663 (-898))) (-5 *4 (-663 (-948))) (-5 *5 (-663 (-270))) (-5 *1 (-482)))) (-3305 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *1 (-482)))) (-3818 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-482)))) (-2805 (*1 *2 *1) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-482)))) (-2805 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-482)))) (-3286 (*1 *2 *1) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-482)))) (-3286 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-482)))) (-2519 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-663 (-972 (-229)))) (-5 *4 (-898)) (-5 *5 (-948)) (-5 *2 (-1304)) (-5 *1 (-482)))) (-2519 (*1 *2 *1 *3) (-12 (-5 *3 (-972 (-229))) (-5 *2 (-1304)) (-5 *1 (-482)))) (-2519 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-972 (-229))) (-5 *4 (-898)) (-5 *5 (-948)) (-5 *2 (-1304)) (-5 *1 (-482)))) (-2566 (*1 *2 *1 *3) (-12 (-5 *3 (-972 (-229))) (-5 *2 (-1304)) (-5 *1 (-482)))) (-1921 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-972 (-229))) (-5 *4 (-898)) (-5 *2 (-1304)) (-5 *1 (-482)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *1 (-482)))) (-4225 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *3 (-663 (-898))) (-5 *1 (-482)))) (-3705 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *2 (-663 (-229))) (-5 *1 (-482)))))
-(-13 (-1132) (-10 -8 (-15 -4124 ($)) (-15 -4302 ($ $)) (-15 -4302 ($ (-663 (-663 (-972 (-229)))))) (-15 -4302 ($ (-663 (-663 (-972 (-229)))) (-663 (-898)) (-663 (-898)) (-663 (-948)))) (-15 -4302 ($ (-663 (-663 (-972 (-229)))) (-663 (-898)) (-663 (-898)) (-663 (-948)) (-663 (-270)))) (-15 -3305 ((-663 (-663 (-972 (-229)))) $)) (-15 -3818 ((-560) $)) (-15 -2805 ((-663 (-1120 (-391))) $)) (-15 -2805 ((-663 (-1120 (-391))) $ (-663 (-1120 (-391))))) (-15 -3286 ((-663 (-391)) $)) (-15 -3286 ((-663 (-391)) $ (-663 (-391)))) (-15 -2519 ((-1304) $ (-663 (-972 (-229))) (-898) (-898) (-948))) (-15 -2519 ((-1304) $ (-972 (-229)))) (-15 -2519 ((-1304) $ (-972 (-229)) (-898) (-898) (-948))) (-15 -2566 ((-1304) $ (-972 (-229)))) (-15 -1921 ((-1304) $ (-972 (-229)) (-898))) (-15 -2539 ($ (-663 (-663 (-972 (-229)))))) (-15 -2539 ((-887) $)) (-15 -4225 ((-663 (-663 (-972 (-229)))) (-663 (-663 (-972 (-229)))) (-663 (-898)))) (-15 -3705 ((-663 (-229)) (-663 (-663 (-972 (-229))))))))
-((-2426 (($ $) NIL T ELT) (($ $ $) 11 T ELT)))
-(((-483 |#1| |#2| |#3|) (-10 -8 (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|))) (-484 |#2| |#3|) (-175) (-23)) (T -483))
-NIL
-(-10 -8 (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4283 ((|#2| $) 23 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 22 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
+((-2983 (*1 *1) (-12 (-4 *1 (-479 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (-3833 (*1 *1 *1 *1) (-12 (-4 *1 (-479 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))))
+(-13 (-484 |t#1| |t#2|) (-1070 |t#1|) (-10 -8 (-15 (-2983) ($) -2292) (-15 -3833 ($ $ $))))
+(((-102) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-484 |#1| |#2|) . T) ((-1070 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-4490 (((-1299 (-1299 (-560))) (-1299 (-1299 (-560))) (-949)) 26 T ELT)) (-2487 (((-1299 (-1299 (-560))) (-949)) 21 T ELT)))
+(((-480) (-10 -7 (-15 -4490 ((-1299 (-1299 (-560))) (-1299 (-1299 (-560))) (-949))) (-15 -2487 ((-1299 (-1299 (-560))) (-949))))) (T -480))
+((-2487 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1299 (-1299 (-560)))) (-5 *1 (-480)))) (-4490 (*1 *2 *2 *3) (-12 (-5 *2 (-1299 (-1299 (-560)))) (-5 *3 (-949)) (-5 *1 (-480)))))
+(-10 -7 (-15 -4490 ((-1299 (-1299 (-560))) (-1299 (-1299 (-560))) (-949))) (-15 -2487 ((-1299 (-1299 (-560))) (-949))))
+((-3281 (((-560) (-560)) 32 T ELT) (((-560)) 24 T ELT)) (-3372 (((-560) (-560)) 28 T ELT) (((-560)) 20 T ELT)) (-1361 (((-560) (-560)) 30 T ELT) (((-560)) 22 T ELT)) (-2930 (((-114) (-114)) 14 T ELT) (((-114)) 12 T ELT)) (-3182 (((-114) (-114)) 13 T ELT) (((-114)) 11 T ELT)) (-1694 (((-114) (-114)) 26 T ELT) (((-114)) 17 T ELT)))
+(((-481) (-10 -7 (-15 -3182 ((-114))) (-15 -2930 ((-114))) (-15 -3182 ((-114) (-114))) (-15 -2930 ((-114) (-114))) (-15 -1694 ((-114))) (-15 -1361 ((-560))) (-15 -3372 ((-560))) (-15 -3281 ((-560))) (-15 -1694 ((-114) (-114))) (-15 -1361 ((-560) (-560))) (-15 -3372 ((-560) (-560))) (-15 -3281 ((-560) (-560))))) (T -481))
+((-3281 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-3372 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-1361 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-1694 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-3281 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-3372 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-1361 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481)))) (-1694 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-2930 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-3182 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-2930 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))) (-3182 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))))
+(-10 -7 (-15 -3182 ((-114))) (-15 -2930 ((-114))) (-15 -3182 ((-114) (-114))) (-15 -2930 ((-114) (-114))) (-15 -1694 ((-114))) (-15 -1361 ((-560))) (-15 -3372 ((-560))) (-15 -3281 ((-560))) (-15 -1694 ((-114) (-114))) (-15 -1361 ((-560) (-560))) (-15 -3372 ((-560) (-560))) (-15 -3281 ((-560) (-560))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2092 (((-663 (-391)) $) 34 T ELT) (((-663 (-391)) $ (-663 (-391))) 146 T ELT)) (-1911 (((-663 (-1121 (-391))) $) 16 T ELT) (((-663 (-1121 (-391))) $ (-663 (-1121 (-391)))) 142 T ELT)) (-3400 (((-663 (-663 (-973 (-229)))) (-663 (-663 (-973 (-229)))) (-663 (-899))) 58 T ELT)) (-2625 (((-663 (-663 (-973 (-229)))) $) 137 T ELT)) (-3383 (((-1305) $ (-973 (-229)) (-899)) 163 T ELT)) (-1357 (($ $) 136 T ELT) (($ (-663 (-663 (-973 (-229))))) 149 T ELT) (($ (-663 (-663 (-973 (-229)))) (-663 (-899)) (-663 (-899)) (-663 (-949))) 148 T ELT) (($ (-663 (-663 (-973 (-229)))) (-663 (-899)) (-663 (-899)) (-663 (-949)) (-663 (-270))) 150 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1919 (((-560) $) 110 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3262 (($) 147 T ELT)) (-1624 (((-663 (-229)) (-663 (-663 (-973 (-229))))) 89 T ELT)) (-2500 (((-1305) $ (-663 (-973 (-229))) (-899) (-899) (-949)) 155 T ELT) (((-1305) $ (-973 (-229))) 157 T ELT) (((-1305) $ (-973 (-229)) (-899) (-899) (-949)) 156 T ELT)) (-3834 (((-888) $) 169 T ELT) (($ (-663 (-663 (-973 (-229))))) 164 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3918 (((-1305) $ (-973 (-229))) 162 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-482) (-13 (-1133) (-10 -8 (-15 -3262 ($)) (-15 -1357 ($ $)) (-15 -1357 ($ (-663 (-663 (-973 (-229)))))) (-15 -1357 ($ (-663 (-663 (-973 (-229)))) (-663 (-899)) (-663 (-899)) (-663 (-949)))) (-15 -1357 ($ (-663 (-663 (-973 (-229)))) (-663 (-899)) (-663 (-899)) (-663 (-949)) (-663 (-270)))) (-15 -2625 ((-663 (-663 (-973 (-229)))) $)) (-15 -1919 ((-560) $)) (-15 -1911 ((-663 (-1121 (-391))) $)) (-15 -1911 ((-663 (-1121 (-391))) $ (-663 (-1121 (-391))))) (-15 -2092 ((-663 (-391)) $)) (-15 -2092 ((-663 (-391)) $ (-663 (-391)))) (-15 -2500 ((-1305) $ (-663 (-973 (-229))) (-899) (-899) (-949))) (-15 -2500 ((-1305) $ (-973 (-229)))) (-15 -2500 ((-1305) $ (-973 (-229)) (-899) (-899) (-949))) (-15 -3918 ((-1305) $ (-973 (-229)))) (-15 -3383 ((-1305) $ (-973 (-229)) (-899))) (-15 -3834 ($ (-663 (-663 (-973 (-229)))))) (-15 -3834 ((-888) $)) (-15 -3400 ((-663 (-663 (-973 (-229)))) (-663 (-663 (-973 (-229)))) (-663 (-899)))) (-15 -1624 ((-663 (-229)) (-663 (-663 (-973 (-229))))))))) (T -482))
+((-3834 (*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-482)))) (-3262 (*1 *1) (-5 *1 (-482))) (-1357 (*1 *1 *1) (-5 *1 (-482))) (-1357 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *1 (-482)))) (-1357 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *3 (-663 (-899))) (-5 *4 (-663 (-949))) (-5 *1 (-482)))) (-1357 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *3 (-663 (-899))) (-5 *4 (-663 (-949))) (-5 *5 (-663 (-270))) (-5 *1 (-482)))) (-2625 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *1 (-482)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-482)))) (-1911 (*1 *2 *1) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-482)))) (-1911 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-482)))) (-2092 (*1 *2 *1) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-482)))) (-2092 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-482)))) (-2500 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-663 (-973 (-229)))) (-5 *4 (-899)) (-5 *5 (-949)) (-5 *2 (-1305)) (-5 *1 (-482)))) (-2500 (*1 *2 *1 *3) (-12 (-5 *3 (-973 (-229))) (-5 *2 (-1305)) (-5 *1 (-482)))) (-2500 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-973 (-229))) (-5 *4 (-899)) (-5 *5 (-949)) (-5 *2 (-1305)) (-5 *1 (-482)))) (-3918 (*1 *2 *1 *3) (-12 (-5 *3 (-973 (-229))) (-5 *2 (-1305)) (-5 *1 (-482)))) (-3383 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-973 (-229))) (-5 *4 (-899)) (-5 *2 (-1305)) (-5 *1 (-482)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *1 (-482)))) (-3400 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *3 (-663 (-899))) (-5 *1 (-482)))) (-1624 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *2 (-663 (-229))) (-5 *1 (-482)))))
+(-13 (-1133) (-10 -8 (-15 -3262 ($)) (-15 -1357 ($ $)) (-15 -1357 ($ (-663 (-663 (-973 (-229)))))) (-15 -1357 ($ (-663 (-663 (-973 (-229)))) (-663 (-899)) (-663 (-899)) (-663 (-949)))) (-15 -1357 ($ (-663 (-663 (-973 (-229)))) (-663 (-899)) (-663 (-899)) (-663 (-949)) (-663 (-270)))) (-15 -2625 ((-663 (-663 (-973 (-229)))) $)) (-15 -1919 ((-560) $)) (-15 -1911 ((-663 (-1121 (-391))) $)) (-15 -1911 ((-663 (-1121 (-391))) $ (-663 (-1121 (-391))))) (-15 -2092 ((-663 (-391)) $)) (-15 -2092 ((-663 (-391)) $ (-663 (-391)))) (-15 -2500 ((-1305) $ (-663 (-973 (-229))) (-899) (-899) (-949))) (-15 -2500 ((-1305) $ (-973 (-229)))) (-15 -2500 ((-1305) $ (-973 (-229)) (-899) (-899) (-949))) (-15 -3918 ((-1305) $ (-973 (-229)))) (-15 -3383 ((-1305) $ (-973 (-229)) (-899))) (-15 -3834 ($ (-663 (-663 (-973 (-229)))))) (-15 -3834 ((-888) $)) (-15 -3400 ((-663 (-663 (-973 (-229)))) (-663 (-663 (-973 (-229)))) (-663 (-899)))) (-15 -1624 ((-663 (-229)) (-663 (-663 (-973 (-229))))))))
+((-2581 (($ $) NIL T ELT) (($ $ $) 11 T ELT)))
+(((-483 |#1| |#2| |#3|) (-10 -8 (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|))) (-484 |#2| |#3|) (-175) (-23)) (T -483))
+NIL
+(-10 -8 (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4144 ((|#2| $) 23 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 22 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
(((-484 |#1| |#2|) (-142) (-175) (-23)) (T -484))
-((-4283 (*1 *2 *1) (-12 (-4 *1 (-484 *3 *2)) (-4 *3 (-175)) (-4 *2 (-23)))) (-1427 (*1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (-2426 (*1 *1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (-2413 (*1 *1 *1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (-2426 (*1 *1 *1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))))
-(-13 (-1132) (-10 -8 (-15 -4283 (|t#2| $)) (-15 (-1427) ($) -3721) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -2426 ($ $)) (-15 -2413 ($ $ $)) (-15 -2426 ($ $ $))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-1716 (((-3 (-663 (-495 |#1| |#2|)) "failed") (-663 (-495 |#1| |#2|)) (-663 (-888 |#1|))) 134 T ELT)) (-4106 (((-663 (-663 (-255 |#1| |#2|))) (-663 (-255 |#1| |#2|)) (-663 (-888 |#1|))) 131 T ELT)) (-1592 (((-2 (|:| |dpolys| (-663 (-255 |#1| |#2|))) (|:| |coords| (-663 (-560)))) (-663 (-255 |#1| |#2|)) (-663 (-888 |#1|))) 86 T ELT)))
-(((-485 |#1| |#2| |#3|) (-10 -7 (-15 -4106 ((-663 (-663 (-255 |#1| |#2|))) (-663 (-255 |#1| |#2|)) (-663 (-888 |#1|)))) (-15 -1716 ((-3 (-663 (-495 |#1| |#2|)) "failed") (-663 (-495 |#1| |#2|)) (-663 (-888 |#1|)))) (-15 -1592 ((-2 (|:| |dpolys| (-663 (-255 |#1| |#2|))) (|:| |coords| (-663 (-560)))) (-663 (-255 |#1| |#2|)) (-663 (-888 |#1|))))) (-663 (-1208)) (-466) (-466)) (T -485))
-((-1592 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-888 *5))) (-14 *5 (-663 (-1208))) (-4 *6 (-466)) (-5 *2 (-2 (|:| |dpolys| (-663 (-255 *5 *6))) (|:| |coords| (-663 (-560))))) (-5 *1 (-485 *5 *6 *7)) (-5 *3 (-663 (-255 *5 *6))) (-4 *7 (-466)))) (-1716 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-495 *4 *5))) (-5 *3 (-663 (-888 *4))) (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *1 (-485 *4 *5 *6)) (-4 *6 (-466)))) (-4106 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-888 *5))) (-14 *5 (-663 (-1208))) (-4 *6 (-466)) (-5 *2 (-663 (-663 (-255 *5 *6)))) (-5 *1 (-485 *5 *6 *7)) (-5 *3 (-663 (-255 *5 *6))) (-4 *7 (-466)))))
-(-10 -7 (-15 -4106 ((-663 (-663 (-255 |#1| |#2|))) (-663 (-255 |#1| |#2|)) (-663 (-888 |#1|)))) (-15 -1716 ((-3 (-663 (-495 |#1| |#2|)) "failed") (-663 (-495 |#1| |#2|)) (-663 (-888 |#1|)))) (-15 -1592 ((-2 (|:| |dpolys| (-663 (-255 |#1| |#2|))) (|:| |coords| (-663 (-560)))) (-663 (-255 |#1| |#2|)) (-663 (-888 |#1|)))))
-((-4310 (((-3 $ "failed") $) 11 T ELT)) (-1521 (($ $ $) 23 T ELT)) (-4172 (($ $ $) 24 T ELT)) (-2436 (($ $ $) 9 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 22 T ELT)))
-(((-486 |#1|) (-10 -8 (-15 -4172 (|#1| |#1| |#1|)) (-15 -1521 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2436 (|#1| |#1| |#1|)) (-15 -4310 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-948)))) (-487)) (T -486))
-NIL
-(-10 -8 (-15 -4172 (|#1| |#1| |#1|)) (-15 -1521 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2436 (|#1| |#1| |#1|)) (-15 -4310 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-948))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3366 (($) 23 T CONST)) (-4310 (((-3 $ "failed") $) 20 T ELT)) (-1871 (((-114) $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 30 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-1521 (($ $ $) 27 T ELT)) (-4172 (($ $ $) 26 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1439 (($) 24 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 29 T ELT)) (** (($ $ (-948)) 17 T ELT) (($ $ (-793)) 21 T ELT) (($ $ (-560)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
+((-4144 (*1 *2 *1) (-12 (-4 *1 (-484 *3 *2)) (-4 *3 (-175)) (-4 *2 (-23)))) (-2971 (*1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (-2581 (*1 *1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (-2571 (*1 *1 *1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))) (-2581 (*1 *1 *1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23)))))
+(-13 (-1133) (-10 -8 (-15 -4144 (|t#2| $)) (-15 (-2971) ($) -2292) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -2581 ($ $)) (-15 -2571 ($ $ $)) (-15 -2581 ($ $ $))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-4292 (((-3 (-663 (-495 |#1| |#2|)) "failed") (-663 (-495 |#1| |#2|)) (-663 (-889 |#1|))) 134 T ELT)) (-2119 (((-663 (-663 (-255 |#1| |#2|))) (-663 (-255 |#1| |#2|)) (-663 (-889 |#1|))) 131 T ELT)) (-2329 (((-2 (|:| |dpolys| (-663 (-255 |#1| |#2|))) (|:| |coords| (-663 (-560)))) (-663 (-255 |#1| |#2|)) (-663 (-889 |#1|))) 86 T ELT)))
+(((-485 |#1| |#2| |#3|) (-10 -7 (-15 -2119 ((-663 (-663 (-255 |#1| |#2|))) (-663 (-255 |#1| |#2|)) (-663 (-889 |#1|)))) (-15 -4292 ((-3 (-663 (-495 |#1| |#2|)) "failed") (-663 (-495 |#1| |#2|)) (-663 (-889 |#1|)))) (-15 -2329 ((-2 (|:| |dpolys| (-663 (-255 |#1| |#2|))) (|:| |coords| (-663 (-560)))) (-663 (-255 |#1| |#2|)) (-663 (-889 |#1|))))) (-663 (-1209)) (-466) (-466)) (T -485))
+((-2329 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-889 *5))) (-14 *5 (-663 (-1209))) (-4 *6 (-466)) (-5 *2 (-2 (|:| |dpolys| (-663 (-255 *5 *6))) (|:| |coords| (-663 (-560))))) (-5 *1 (-485 *5 *6 *7)) (-5 *3 (-663 (-255 *5 *6))) (-4 *7 (-466)))) (-4292 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-495 *4 *5))) (-5 *3 (-663 (-889 *4))) (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *1 (-485 *4 *5 *6)) (-4 *6 (-466)))) (-2119 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-889 *5))) (-14 *5 (-663 (-1209))) (-4 *6 (-466)) (-5 *2 (-663 (-663 (-255 *5 *6)))) (-5 *1 (-485 *5 *6 *7)) (-5 *3 (-663 (-255 *5 *6))) (-4 *7 (-466)))))
+(-10 -7 (-15 -2119 ((-663 (-663 (-255 |#1| |#2|))) (-663 (-255 |#1| |#2|)) (-663 (-889 |#1|)))) (-15 -4292 ((-3 (-663 (-495 |#1| |#2|)) "failed") (-663 (-495 |#1| |#2|)) (-663 (-889 |#1|)))) (-15 -2329 ((-2 (|:| |dpolys| (-663 (-255 |#1| |#2|))) (|:| |coords| (-663 (-560)))) (-663 (-255 |#1| |#2|)) (-663 (-889 |#1|)))))
+((-2167 (((-3 $ "failed") $) 11 T ELT)) (-3933 (($ $ $) 23 T ELT)) (-3923 (($ $ $) 24 T ELT)) (-2594 (($ $ $) 9 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 22 T ELT)))
+(((-486 |#1|) (-10 -8 (-15 -3923 (|#1| |#1| |#1|)) (-15 -3933 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2594 (|#1| |#1| |#1|)) (-15 -2167 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-949)))) (-487)) (T -486))
+NIL
+(-10 -8 (-15 -3923 (|#1| |#1| |#1|)) (-15 -3933 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2594 (|#1| |#1| |#1|)) (-15 -2167 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-949))))
+((-3808 (((-114) $ $) 7 T ELT)) (-4489 (($) 23 T CONST)) (-2167 (((-3 $ "failed") $) 20 T ELT)) (-3363 (((-114) $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 30 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3933 (($ $ $) 27 T ELT)) (-3923 (($ $ $) 26 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2983 (($) 24 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 29 T ELT)) (** (($ $ (-949)) 17 T ELT) (($ $ (-793)) 21 T ELT) (($ $ (-560)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
(((-487) (-142)) (T -487))
-((-2402 (*1 *1 *1) (-4 *1 (-487))) (-2436 (*1 *1 *1 *1) (-4 *1 (-487))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-487)) (-5 *2 (-560)))) (-1521 (*1 *1 *1 *1) (-4 *1 (-487))) (-4172 (*1 *1 *1 *1) (-4 *1 (-487))))
-(-13 (-748) (-10 -8 (-15 -2402 ($ $)) (-15 -2436 ($ $ $)) (-15 ** ($ $ (-560))) (-6 -4506) (-15 -1521 ($ $ $)) (-15 -4172 ($ $ $))))
-(((-102) . T) ((-632 (-887)) . T) ((-748) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 18 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-421 (-560))) NIL T ELT) (($ $ (-421 (-560)) (-421 (-560))) NIL T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) NIL T ELT)) (-3594 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2837 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-793) (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) NIL T ELT)) (-3623 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-4405 (((-114) $) NIL T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-421 (-560)) $) NIL T ELT) (((-421 (-560)) $ (-421 (-560))) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-421 (-560))) NIL T ELT) (($ $ (-1113) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-421 (-560)))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-1842 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3071 (($ $) 29 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 35 (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT) (($ $ (-1295 |#2|)) 30 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-421 (-560))) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1920 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-421 (-560))) NIL T ELT) (($ $ $) NIL (|has| (-421 (-560)) (-1143)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) 28 (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) 14 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1295 |#2|)) 16 T ELT)) (-4283 (((-421 (-560)) $) NIL T ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1295 |#2|)) NIL T ELT) (($ (-1279 |#1| |#2| |#3|)) 9 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-421 (-560))) NIL T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-2188 ((|#1| $) 21 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-421 (-560))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1295 |#2|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 26 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-488 |#1| |#2| |#3|) (-13 (-1281 |#1|) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1295 |#2|))) (-15 -2539 ($ (-1279 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|))) (-1080) (-1208) |#1|) (T -488))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-488 *3 *4 *5)) (-4 *3 (-1080)) (-14 *5 *3))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1279 *3 *4 *5)) (-4 *3 (-1080)) (-14 *4 (-1208)) (-14 *5 *3) (-5 *1 (-488 *3 *4 *5)))) (-3071 (*1 *1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-488 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3))))
-(-13 (-1281 |#1|) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1295 |#2|))) (-15 -2539 ($ (-1279 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|)))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3303 (((-1304) $ |#1| |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#2| $ |#1| |#2|) 18 T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#2| "failed") |#1| $) 19 T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) 16 T ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3342 (((-663 |#1|) $) NIL T ELT)) (-1651 (((-114) |#1| $) NIL T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1936 (((-663 |#1|) $) NIL T ELT)) (-2624 (((-114) |#1| $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3794 ((|#2| $) NIL (|has| |#1| (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ |#1|) 13 T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) (|has| |#2| (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-489 |#1| |#2| |#3| |#4|) (-1225 |#1| |#2|) (-1132) (-1132) (-1225 |#1| |#2|) |#2|) (T -489))
-NIL
-(-1225 |#1| |#2|)
-((-2294 (((-114) $ $) NIL T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) NIL T ELT)) (-3509 (((-663 $) (-663 |#4|)) NIL T ELT)) (-3557 (((-663 |#3|) $) NIL T ELT)) (-3343 (((-114) $) NIL T ELT)) (-3540 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1370 ((|#4| |#4| $) NIL T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3606 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2244 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) NIL T ELT)) (-3056 (($ (-663 |#4|)) NIL T ELT)) (-3806 (((-3 $ "failed") $) 45 T ELT)) (-2206 ((|#4| |#4| $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-2025 (($ |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) NIL T ELT)) (-4269 ((|#4| |#4| $) NIL T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) NIL T ELT)) (-1559 (((-663 |#4|) $) 18 (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#4|) $) 19 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 27 (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 23 T ELT)) (-1972 (((-663 |#3|) $) NIL T ELT)) (-3253 (((-114) |#3| $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2045 (((-3 |#4| "failed") $) 42 T ELT)) (-2065 (((-663 |#4|) $) NIL T ELT)) (-2872 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1703 ((|#4| |#4| $) NIL T ELT)) (-2638 (((-114) $ $) NIL T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1488 ((|#4| |#4| $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 (((-3 |#4| "failed") $) 40 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-4300 (((-3 $ "failed") $ |#4|) 58 T ELT)) (-2674 (($ $ |#4|) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 17 T ELT)) (-1423 (($) 14 T ELT)) (-4283 (((-793) $) NIL T ELT)) (-3150 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 22 T ELT)) (-4299 (($ $ |#3|) 52 T ELT)) (-3912 (($ $ |#3|) 54 T ELT)) (-3396 (($ $) NIL T ELT)) (-1860 (($ $ |#3|) NIL T ELT)) (-2539 (((-887) $) 35 T ELT) (((-663 |#4|) $) 46 T ELT)) (-1895 (((-793) $) NIL (|has| |#3| (-381)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) NIL T ELT)) (-1749 (((-114) |#3| $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-490 |#1| |#2| |#3| |#4|) (-1243 |#1| |#2| |#3| |#4|) (-571) (-815) (-871) (-1096 |#1| |#2| |#3|)) (T -490))
-NIL
-(-1243 |#1| |#2| |#3| |#4|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-4447 (($) 17 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-4417 (((-391) $) 21 T ELT) (((-229) $) 24 T ELT) (((-421 (-1202 (-560))) $) 18 T ELT) (((-549) $) 53 T ELT)) (-2539 (((-887) $) 51 T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (((-229) $) 23 T ELT) (((-391) $) 20 T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) 37 T CONST)) (-1439 (($) 8 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
-(((-491) (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))) (-1051) (-632 (-229)) (-632 (-391)) (-633 (-421 (-1202 (-560)))) (-633 (-549)) (-10 -8 (-15 -4447 ($))))) (T -491))
-((-4447 (*1 *1) (-5 *1 (-491))))
-(-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))) (-1051) (-632 (-229)) (-632 (-391)) (-633 (-421 (-1202 (-560)))) (-633 (-549)) (-10 -8 (-15 -4447 ($))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1910 (((-1166) $) 11 T ELT)) (-1898 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 17 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-492) (-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1166) $))))) (T -492))
-((-1898 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-492)))) (-1910 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-492)))))
-(-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1166) $))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3303 (((-1304) $ |#1| |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#2| $ |#1| |#2|) 16 T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#2| "failed") |#1| $) 20 T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) 18 T ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3342 (((-663 |#1|) $) 13 T ELT)) (-1651 (((-114) |#1| $) NIL T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1936 (((-663 |#1|) $) NIL T ELT)) (-2624 (((-114) |#1| $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3794 ((|#2| $) NIL (|has| |#1| (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 19 T ELT)) (-1495 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) (|has| |#2| (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 11 (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2305 (((-793) $) 15 (|has| $ (-6 -4509)) ELT)))
-(((-493 |#1| |#2| |#3|) (-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509))) (-1132) (-1132) (-1190)) (T -493))
-NIL
-(-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509)))
-((-1401 (((-560) (-560) (-560)) 19 T ELT)) (-2600 (((-114) (-560) (-560) (-560) (-560)) 28 T ELT)) (-3523 (((-1298 (-663 (-560))) (-793) (-793)) 42 T ELT)))
-(((-494) (-10 -7 (-15 -1401 ((-560) (-560) (-560))) (-15 -2600 ((-114) (-560) (-560) (-560) (-560))) (-15 -3523 ((-1298 (-663 (-560))) (-793) (-793))))) (T -494))
-((-3523 (*1 *2 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1298 (-663 (-560)))) (-5 *1 (-494)))) (-2600 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-114)) (-5 *1 (-494)))) (-1401 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-494)))))
-(-10 -7 (-15 -1401 ((-560) (-560) (-560))) (-15 -2600 ((-114) (-560) (-560) (-560) (-560))) (-15 -3523 ((-1298 (-663 (-560))) (-793) (-793))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-888 |#1|)) $) NIL T ELT)) (-3349 (((-1202 $) $ (-888 |#1|)) NIL T ELT) (((-1202 |#2|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-888 |#1|))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#2| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-888 |#1|) "failed") $) NIL T ELT)) (-3056 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-888 |#1|) $) NIL T ELT)) (-2076 (($ $ $ (-888 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-3091 (($ $ (-663 (-560))) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-888 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#2| (-939)) ELT)) (-1524 (($ $ |#2| (-496 (-2305 |#1|) (-793)) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-888 |#1|) (-911 (-391))) (|has| |#2| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-888 |#1|) (-911 (-560))) (|has| |#2| (-911 (-560)))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3541 (($ (-1202 |#2|) (-888 |#1|)) NIL T ELT) (($ (-1202 $) (-888 |#1|)) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#2| (-496 (-2305 |#1|) (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-888 |#1|)) NIL T ELT)) (-4486 (((-496 (-2305 |#1|) (-793)) $) NIL T ELT) (((-793) $ (-888 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-888 |#1|))) NIL T ELT)) (-1729 (($ (-1 (-496 (-2305 |#1|) (-793)) (-496 (-2305 |#1|) (-793))) $) NIL T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1762 (((-3 (-888 |#1|) "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#2| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-888 |#1|)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#2| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#2| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#2| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-888 |#1|) |#2|) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 |#2|)) NIL T ELT) (($ $ (-888 |#1|) $) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 $)) NIL T ELT)) (-3622 (($ $ (-888 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2457 (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|)) NIL T ELT)) (-4283 (((-496 (-2305 |#1|) (-793)) $) NIL T ELT) (((-793) $ (-888 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-888 |#1|))) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-888 |#1|) (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-888 |#1|) (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-888 |#1|) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-2389 ((|#2| $) NIL (|has| |#2| (-466)) ELT) (($ $ (-888 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-888 |#1|)) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#2| (-571)) ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ (-496 (-2305 |#1|) (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#2| (-939))) (|has| |#2| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
-(((-495 |#1| |#2|) (-13 (-979 |#2| (-496 (-2305 |#1|) (-793)) (-888 |#1|)) (-10 -8 (-15 -3091 ($ $ (-663 (-560)))))) (-663 (-1208)) (-1080)) (T -495))
-((-3091 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-495 *3 *4)) (-14 *3 (-663 (-1208))) (-4 *4 (-1080)))))
-(-13 (-979 |#2| (-496 (-2305 |#1|) (-793)) (-888 |#1|)) (-10 -8 (-15 -3091 ($ $ (-663 (-560))))))
-((-2294 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3626 (((-114) $) NIL (|has| |#2| (-23)) ELT)) (-2373 (($ (-948)) NIL (|has| |#2| (-1080)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2180 (($ $ $) NIL (|has| |#2| (-815)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL (|has| |#2| (-133)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#2| (-381)) ELT)) (-2696 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1132)) ELT)) (-3056 (((-560) $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) ((|#2| $) NIL (|has| |#2| (-1132)) ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL (|has| |#2| (-1080)) ELT) (((-711 |#2|) (-711 $)) NIL (|has| |#2| (-1080)) ELT)) (-4310 (((-3 $ "failed") $) NIL (|has| |#2| (-1080)) ELT)) (-3362 (($) NIL (|has| |#2| (-381)) ELT)) (-3472 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ (-560)) 11 T ELT)) (-1559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) NIL (|has| |#2| (-1080)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#2| (-871)) ELT)) (-2559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#2| (-871)) ELT)) (-3459 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#2| (-381)) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL (|has| |#2| (-1080)) ELT) (((-711 |#2|) (-1298 $)) NIL (|has| |#2| (-1080)) ELT)) (-3049 (((-1190) $) NIL (|has| |#2| (-1132)) ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3998 (($ (-948)) NIL (|has| |#2| (-381)) ELT)) (-3139 (((-1151) $) NIL (|has| |#2| (-1132)) ELT)) (-3794 ((|#2| $) NIL (|has| (-560) (-871)) ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-560)) NIL T ELT)) (-3491 ((|#2| $ $) NIL (|has| |#2| (-1080)) ELT)) (-3441 (($ (-1298 |#2|)) NIL T ELT)) (-2328 (((-136)) NIL (|has| |#2| (-376)) ELT)) (-2457 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1080)) ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-1298 |#2|) $) NIL T ELT) (($ (-560)) NIL (-2191 (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (|has| |#2| (-1080))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) (($ |#2|) NIL (|has| |#2| (-1132)) ELT) (((-887) $) NIL (|has| |#2| (-632 (-887))) ELT)) (-3418 (((-793)) NIL (|has| |#2| (-1080)) CONST)) (-3860 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1427 (($) NIL (|has| |#2| (-23)) CONST)) (-1439 (($) NIL (|has| |#2| (-1080)) CONST)) (-4324 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1080)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2349 (((-114) $ $) 17 (|has| |#2| (-871)) ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-2413 (($ $ $) NIL (|has| |#2| (-25)) ELT)) (** (($ $ (-793)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-948)) NIL (|has| |#2| (-1080)) ELT)) (* (($ $ $) NIL (|has| |#2| (-1080)) ELT) (($ $ |#2|) NIL (|has| |#2| (-748)) ELT) (($ |#2| $) NIL (|has| |#2| (-748)) ELT) (($ (-560) $) NIL (|has| |#2| (-21)) ELT) (($ (-793) $) NIL (|has| |#2| (-23)) ELT) (($ (-948) $) NIL (|has| |#2| (-25)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-496 |#1| |#2|) (-245 |#1| |#2|) (-793) (-815)) (T -496))
+((-4260 (*1 *1 *1) (-4 *1 (-487))) (-2594 (*1 *1 *1 *1) (-4 *1 (-487))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-487)) (-5 *2 (-560)))) (-3933 (*1 *1 *1 *1) (-4 *1 (-487))) (-3923 (*1 *1 *1 *1) (-4 *1 (-487))))
+(-13 (-748) (-10 -8 (-15 -4260 ($ $)) (-15 -2594 ($ $ $)) (-15 ** ($ $ (-560))) (-6 -4507) (-15 -3933 ($ $ $)) (-15 -3923 ($ $ $))))
+(((-102) . T) ((-632 (-888)) . T) ((-748) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 18 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-421 (-560))) NIL T ELT) (($ $ (-421 (-560)) (-421 (-560))) NIL T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) NIL T ELT)) (-2267 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2243 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-793) (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) NIL T ELT)) (-2290 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-2512 (((-114) $) NIL T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-421 (-560)) $) NIL T ELT) (((-421 (-560)) $ (-421 (-560))) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-421 (-560))) NIL T ELT) (($ $ (-1114) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-421 (-560)))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3343 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3671 (($ $) 29 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 35 (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT) (($ $ (-1296 |#2|)) 30 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-421 (-560))) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2784 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-421 (-560))) NIL T ELT) (($ $ $) NIL (|has| (-421 (-560)) (-1144)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) 28 (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) 14 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1296 |#2|)) 16 T ELT)) (-4144 (((-421 (-560)) $) NIL T ELT)) (-2304 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1296 |#2|)) NIL T ELT) (($ (-1280 |#1| |#2| |#3|)) 9 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-421 (-560))) NIL T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-3236 ((|#1| $) 21 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-421 (-560))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1296 |#2|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 26 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-488 |#1| |#2| |#3|) (-13 (-1282 |#1|) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1296 |#2|))) (-15 -3834 ($ (-1280 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|))) (-1081) (-1209) |#1|) (T -488))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-488 *3 *4 *5)) (-4 *3 (-1081)) (-14 *5 *3))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1280 *3 *4 *5)) (-4 *3 (-1081)) (-14 *4 (-1209)) (-14 *5 *3) (-5 *1 (-488 *3 *4 *5)))) (-3671 (*1 *1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-488 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3))))
+(-13 (-1282 |#1|) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1296 |#2|))) (-15 -3834 ($ (-1280 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|)))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-2507 (((-1305) $ |#1| |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#2| $ |#1| |#2|) 18 T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#2| "failed") |#1| $) 19 T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) 16 T ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-2791 (((-663 |#1|) $) NIL T ELT)) (-1410 (((-114) |#1| $) NIL T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3444 (((-663 |#1|) $) NIL T ELT)) (-2679 (((-114) |#1| $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-1574 ((|#2| $) NIL (|has| |#1| (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ |#1|) 13 T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) (|has| |#2| (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-489 |#1| |#2| |#3| |#4|) (-1226 |#1| |#2|) (-1133) (-1133) (-1226 |#1| |#2|) |#2|) (T -489))
+NIL
+(-1226 |#1| |#2|)
+((-3808 (((-114) $ $) NIL T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) NIL T ELT)) (-1387 (((-663 $) (-663 |#4|)) NIL T ELT)) (-2712 (((-663 |#3|) $) NIL T ELT)) (-3511 (((-114) $) NIL T ELT)) (-3673 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-3349 ((|#4| |#4| $) NIL T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3797 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3438 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) NIL T ELT)) (-4072 (($ (-663 |#4|)) NIL T ELT)) (-1586 (((-3 $ "failed") $) 45 T ELT)) (-2869 ((|#4| |#4| $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-3513 (($ |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1977 ((|#4| |#4| $) NIL T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) NIL T ELT)) (-3086 (((-663 |#4|) $) 18 (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#4|) $) 19 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 27 (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 23 T ELT)) (-4306 (((-663 |#3|) $) NIL T ELT)) (-1654 (((-114) |#3| $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3534 (((-3 |#4| "failed") $) 42 T ELT)) (-1455 (((-663 |#4|) $) NIL T ELT)) (-2033 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2347 ((|#4| |#4| $) NIL T ELT)) (-1446 (((-114) $ $) NIL T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2153 ((|#4| |#4| $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 (((-3 |#4| "failed") $) 40 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-4319 (((-3 $ "failed") $ |#4|) 58 T ELT)) (-3201 (($ $ |#4|) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 17 T ELT)) (-3614 (($) 14 T ELT)) (-4144 (((-793) $) NIL T ELT)) (-1485 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 22 T ELT)) (-2337 (($ $ |#3|) 52 T ELT)) (-1548 (($ $ |#3|) 54 T ELT)) (-2133 (($ $) NIL T ELT)) (-2721 (($ $ |#3|) NIL T ELT)) (-3834 (((-888) $) 35 T ELT) (((-663 |#4|) $) 46 T ELT)) (-2688 (((-793) $) NIL (|has| |#3| (-381)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) NIL T ELT)) (-1414 (((-114) |#3| $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-490 |#1| |#2| |#3| |#4|) (-1244 |#1| |#2| |#3| |#4|) (-571) (-817) (-872) (-1097 |#1| |#2| |#3|)) (T -490))
+NIL
+(-1244 |#1| |#2| |#3| |#4|)
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-3157 (($) 17 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-1830 (((-391) $) 21 T ELT) (((-229) $) 24 T ELT) (((-421 (-1203 (-560))) $) 18 T ELT) (((-549) $) 53 T ELT)) (-3834 (((-888) $) 51 T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (((-229) $) 23 T ELT) (((-391) $) 20 T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) 37 T CONST)) (-2983 (($) 8 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
+(((-491) (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))) (-1052) (-632 (-229)) (-632 (-391)) (-633 (-421 (-1203 (-560)))) (-633 (-549)) (-10 -8 (-15 -3157 ($))))) (T -491))
+((-3157 (*1 *1) (-5 *1 (-491))))
+(-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))) (-1052) (-632 (-229)) (-632 (-391)) (-633 (-421 (-1203 (-560)))) (-633 (-549)) (-10 -8 (-15 -3157 ($))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3240 (((-1167) $) 11 T ELT)) (-3228 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 17 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-492) (-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1167) $))))) (T -492))
+((-3228 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-492)))) (-3240 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-492)))))
+(-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1167) $))))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-2507 (((-1305) $ |#1| |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#2| $ |#1| |#2|) 16 T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#2| "failed") |#1| $) 20 T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) 18 T ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-2791 (((-663 |#1|) $) 13 T ELT)) (-1410 (((-114) |#1| $) NIL T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3444 (((-663 |#1|) $) NIL T ELT)) (-2679 (((-114) |#1| $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-1574 ((|#2| $) NIL (|has| |#1| (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 19 T ELT)) (-3034 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) (|has| |#2| (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 11 (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-3819 (((-793) $) 15 (|has| $ (-6 -4510)) ELT)))
+(((-493 |#1| |#2| |#3|) (-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510))) (-1133) (-1133) (-1191)) (T -493))
+NIL
+(-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510)))
+((-2342 (((-560) (-560) (-560)) 19 T ELT)) (-2368 (((-114) (-560) (-560) (-560) (-560)) 28 T ELT)) (-3736 (((-1299 (-663 (-560))) (-793) (-793)) 42 T ELT)))
+(((-494) (-10 -7 (-15 -2342 ((-560) (-560) (-560))) (-15 -2368 ((-114) (-560) (-560) (-560) (-560))) (-15 -3736 ((-1299 (-663 (-560))) (-793) (-793))))) (T -494))
+((-3736 (*1 *2 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1299 (-663 (-560)))) (-5 *1 (-494)))) (-2368 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-114)) (-5 *1 (-494)))) (-2342 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-494)))))
+(-10 -7 (-15 -2342 ((-560) (-560) (-560))) (-15 -2368 ((-114) (-560) (-560) (-560) (-560))) (-15 -3736 ((-1299 (-663 (-560))) (-793) (-793))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-889 |#1|)) $) NIL T ELT)) (-2517 (((-1203 $) $ (-889 |#1|)) NIL T ELT) (((-1203 |#2|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-889 |#1|))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#2| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-889 |#1|) "failed") $) NIL T ELT)) (-4072 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-889 |#1|) $) NIL T ELT)) (-3273 (($ $ $ (-889 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-1865 (($ $ (-663 (-560))) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-889 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#2| (-940)) ELT)) (-4240 (($ $ |#2| (-496 (-3819 |#1|) (-793)) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-889 |#1|) (-912 (-391))) (|has| |#2| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-889 |#1|) (-912 (-560))) (|has| |#2| (-912 (-560)))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-2700 (($ (-1203 |#2|) (-889 |#1|)) NIL T ELT) (($ (-1203 $) (-889 |#1|)) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#2| (-496 (-3819 |#1|) (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-889 |#1|)) NIL T ELT)) (-3654 (((-496 (-3819 |#1|) (-793)) $) NIL T ELT) (((-793) $ (-889 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-889 |#1|))) NIL T ELT)) (-3097 (($ (-1 (-496 (-3819 |#1|) (-793)) (-496 (-3819 |#1|) (-793))) $) NIL T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3311 (((-3 (-889 |#1|) "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#2| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-889 |#1|)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#2| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#2| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#2| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-889 |#1|) |#2|) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 |#2|)) NIL T ELT) (($ $ (-889 |#1|) $) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 $)) NIL T ELT)) (-2810 (($ $ (-889 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2703 (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|)) NIL T ELT)) (-4144 (((-496 (-3819 |#1|) (-793)) $) NIL T ELT) (((-793) $ (-889 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-889 |#1|))) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-889 |#1|) (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-889 |#1|) (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-889 |#1|) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-3878 ((|#2| $) NIL (|has| |#2| (-466)) ELT) (($ $ (-889 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-889 |#1|)) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#2| (-571)) ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ (-496 (-3819 |#1|) (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#2| (-940))) (|has| |#2| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
+(((-495 |#1| |#2|) (-13 (-980 |#2| (-496 (-3819 |#1|) (-793)) (-889 |#1|)) (-10 -8 (-15 -1865 ($ $ (-663 (-560)))))) (-663 (-1209)) (-1081)) (T -495))
+((-1865 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-495 *3 *4)) (-14 *3 (-663 (-1209))) (-4 *4 (-1081)))))
+(-13 (-980 |#2| (-496 (-3819 |#1|) (-793)) (-889 |#1|)) (-10 -8 (-15 -1865 ($ $ (-663 (-560))))))
+((-3808 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3136 (((-114) $) NIL (|has| |#2| (-23)) ELT)) (-1543 (($ (-949)) NIL (|has| |#2| (-1081)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-3429 (($ $ $) NIL (|has| |#2| (-817)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL (|has| |#2| (-133)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#2| (-381)) ELT)) (-3986 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1133)) ELT)) (-4072 (((-560) $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) ((|#2| $) NIL (|has| |#2| (-1133)) ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL (|has| |#2| (-1081)) ELT) (((-711 |#2|) (-711 $)) NIL (|has| |#2| (-1081)) ELT)) (-2167 (((-3 $ "failed") $) NIL (|has| |#2| (-1081)) ELT)) (-2150 (($) NIL (|has| |#2| (-381)) ELT)) (-2186 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ (-560)) 11 T ELT)) (-1366 (((-114) $) NIL (|has| |#2| (-817)) ELT)) (-3086 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) NIL (|has| |#2| (-1081)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#2| (-872)) ELT)) (-4439 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#2| (-872)) ELT)) (-2173 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#2| (-381)) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL (|has| |#2| (-1081)) ELT) (((-711 |#2|) (-1299 $)) NIL (|has| |#2| (-1081)) ELT)) (-2128 (((-1191) $) NIL (|has| |#2| (-1133)) ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-2081 (($ (-949)) NIL (|has| |#2| (-381)) ELT)) (-1473 (((-1152) $) NIL (|has| |#2| (-1133)) ELT)) (-1574 ((|#2| $) NIL (|has| (-560) (-872)) ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-560)) NIL T ELT)) (-4287 ((|#2| $ $) NIL (|has| |#2| (-1081)) ELT)) (-2599 (($ (-1299 |#2|)) NIL T ELT)) (-2068 (((-136)) NIL (|has| |#2| (-376)) ELT)) (-2703 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1081)) ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-1299 |#2|) $) NIL T ELT) (($ (-560)) NIL (-2309 (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (|has| |#2| (-1081))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) (($ |#2|) NIL (|has| |#2| (-1133)) ELT) (((-888) $) NIL (|has| |#2| (-632 (-888))) ELT)) (-3103 (((-793)) NIL (|has| |#2| (-1081)) CONST)) (-1519 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2971 (($) NIL (|has| |#2| (-23)) CONST)) (-2983 (($) NIL (|has| |#2| (-1081)) CONST)) (-3095 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1081)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2499 (((-114) $ $) 17 (|has| |#2| (-872)) ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-2571 (($ $ $) NIL (|has| |#2| (-25)) ELT)) (** (($ $ (-793)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-949)) NIL (|has| |#2| (-1081)) ELT)) (* (($ $ $) NIL (|has| |#2| (-1081)) ELT) (($ $ |#2|) NIL (|has| |#2| (-748)) ELT) (($ |#2| $) NIL (|has| |#2| (-748)) ELT) (($ (-560) $) NIL (|has| |#2| (-21)) ELT) (($ (-793) $) NIL (|has| |#2| (-23)) ELT) (($ (-949) $) NIL (|has| |#2| (-25)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-496 |#1| |#2|) (-245 |#1| |#2|) (-793) (-817)) (T -496))
NIL
(-245 |#1| |#2|)
-((-2294 (((-114) $ $) NIL T ELT)) (-2619 (((-663 (-900)) $) 15 T ELT)) (-3952 (((-520) $) 13 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2249 (($ (-520) (-663 (-900))) 11 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 22 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-497) (-13 (-1114) (-10 -8 (-15 -2249 ($ (-520) (-663 (-900)))) (-15 -3952 ((-520) $)) (-15 -2619 ((-663 (-900)) $))))) (T -497))
-((-2249 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-663 (-900))) (-5 *1 (-497)))) (-3952 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-497)))) (-2619 (*1 *2 *1) (-12 (-5 *2 (-663 (-900))) (-5 *1 (-497)))))
-(-13 (-1114) (-10 -8 (-15 -2249 ($ (-520) (-663 (-900)))) (-15 -3952 ((-520) $)) (-15 -2619 ((-663 (-900)) $))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-3104 (($ $ $) 48 T ELT)) (-4246 (($ $ $) 47 T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2718 ((|#1| $) 40 T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 41 T ELT)) (-1368 (($ |#1| $) 18 T ELT)) (-4207 (($ (-663 |#1|)) 19 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-1950 ((|#1| $) 34 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 11 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 45 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 29 (|has| $ (-6 -4509)) ELT)))
-(((-498 |#1|) (-13 (-999 |#1|) (-10 -8 (-15 -4207 ($ (-663 |#1|))))) (-871)) (T -498))
-((-4207 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-498 *3)))))
-(-13 (-999 |#1|) (-10 -8 (-15 -4207 ($ (-663 |#1|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2108 (($ $) 71 T ELT)) (-4265 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2517 (((-427 |#2| (-421 |#2|) |#3| |#4|) $) 45 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (((-3 |#4| "failed") $) 117 T ELT)) (-4092 (($ (-427 |#2| (-421 |#2|) |#3| |#4|)) 81 T ELT) (($ |#4|) 31 T ELT) (($ |#1| |#1|) 127 T ELT) (($ |#1| |#1| (-560)) NIL T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 140 T ELT)) (-1405 (((-2 (|:| -3555 (-427 |#2| (-421 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 47 T ELT)) (-2539 (((-887) $) 110 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 32 T CONST)) (-2329 (((-114) $ $) 121 T ELT)) (-2426 (($ $) 77 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 72 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 78 T ELT)))
-(((-499 |#1| |#2| |#3| |#4|) (-349 |#1| |#2| |#3| |#4|) (-376) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -499))
+((-3808 (((-114) $ $) NIL T ELT)) (-1758 (((-663 (-901)) $) 15 T ELT)) (-2187 (((-520) $) 13 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2661 (($ (-520) (-663 (-901))) 11 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 22 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-497) (-13 (-1115) (-10 -8 (-15 -2661 ($ (-520) (-663 (-901)))) (-15 -2187 ((-520) $)) (-15 -1758 ((-663 (-901)) $))))) (T -497))
+((-2661 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-663 (-901))) (-5 *1 (-497)))) (-2187 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-497)))) (-1758 (*1 *2 *1) (-12 (-5 *2 (-663 (-901))) (-5 *1 (-497)))))
+(-13 (-1115) (-10 -8 (-15 -2661 ($ (-520) (-663 (-901)))) (-15 -2187 ((-520) $)) (-15 -1758 ((-663 (-901)) $))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-2100 (($ $ $) 48 T ELT)) (-1762 (($ $ $) 47 T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3934 ((|#1| $) 40 T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 41 T ELT)) (-3549 (($ |#1| $) 18 T ELT)) (-1868 (($ (-663 |#1|)) 19 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3194 ((|#1| $) 34 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 11 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 45 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 29 (|has| $ (-6 -4510)) ELT)))
+(((-498 |#1|) (-13 (-1000 |#1|) (-10 -8 (-15 -1868 ($ (-663 |#1|))))) (-872)) (T -498))
+((-1868 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-498 *3)))))
+(-13 (-1000 |#1|) (-10 -8 (-15 -1868 ($ (-663 |#1|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1995 (($ $) 71 T ELT)) (-2729 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2310 (((-427 |#2| (-421 |#2|) |#3| |#4|) $) 45 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (((-3 |#4| "failed") $) 117 T ELT)) (-3335 (($ (-427 |#2| (-421 |#2|) |#3| |#4|)) 81 T ELT) (($ |#4|) 31 T ELT) (($ |#1| |#1|) 127 T ELT) (($ |#1| |#1| (-560)) NIL T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 140 T ELT)) (-2250 (((-2 (|:| -1861 (-427 |#2| (-421 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 47 T ELT)) (-3834 (((-888) $) 110 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 32 T CONST)) (-2478 (((-114) $ $) 121 T ELT)) (-2581 (($ $) 77 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 72 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 78 T ELT)))
+(((-499 |#1| |#2| |#3| |#4|) (-349 |#1| |#2| |#3| |#4|) (-376) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -499))
NIL
(-349 |#1| |#2| |#3| |#4|)
-((-1433 (((-560) (-663 (-560))) 53 T ELT)) (-1509 ((|#1| (-663 |#1|)) 94 T ELT)) (-1778 (((-663 |#1|) (-663 |#1|)) 95 T ELT)) (-3323 (((-663 |#1|) (-663 |#1|)) 97 T ELT)) (-2470 ((|#1| (-663 |#1|)) 96 T ELT)) (-2389 (((-663 (-560)) (-663 |#1|)) 56 T ELT)))
-(((-500 |#1|) (-10 -7 (-15 -2470 (|#1| (-663 |#1|))) (-15 -1509 (|#1| (-663 |#1|))) (-15 -3323 ((-663 |#1|) (-663 |#1|))) (-15 -1778 ((-663 |#1|) (-663 |#1|))) (-15 -2389 ((-663 (-560)) (-663 |#1|))) (-15 -1433 ((-560) (-663 (-560))))) (-1274 (-560))) (T -500))
-((-1433 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-560)) (-5 *1 (-500 *4)) (-4 *4 (-1274 *2)))) (-2389 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1274 (-560))) (-5 *2 (-663 (-560))) (-5 *1 (-500 *4)))) (-1778 (*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1274 (-560))) (-5 *1 (-500 *3)))) (-3323 (*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1274 (-560))) (-5 *1 (-500 *3)))) (-1509 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-500 *2)) (-4 *2 (-1274 (-560))))) (-2470 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-500 *2)) (-4 *2 (-1274 (-560))))))
-(-10 -7 (-15 -2470 (|#1| (-663 |#1|))) (-15 -1509 (|#1| (-663 |#1|))) (-15 -3323 ((-663 |#1|) (-663 |#1|))) (-15 -1778 ((-663 |#1|) (-663 |#1|))) (-15 -2389 ((-663 (-560)) (-663 |#1|))) (-15 -1433 ((-560) (-663 (-560)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 (((-560) $) NIL (|has| (-560) (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| (-560) (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-560) (-1069 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-560) (-1069 (-560))) ELT)) (-3056 (((-560) $) NIL T ELT) (((-1208) $) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL (|has| (-560) (-1069 (-560))) ELT) (((-560) $) NIL (|has| (-560) (-1069 (-560))) ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-560) (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| (-560) (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| (-560) (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| (-560) (-911 (-391))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 (((-560) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| (-560) (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| (-560) (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-560) (-871)) ELT)) (-2067 (($ (-1 (-560) (-560)) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-560) (-1183)) CONST)) (-4363 (($ (-421 (-560))) 9 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| (-560) (-319)) ELT) (((-421 (-560)) $) NIL T ELT)) (-1654 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 (-560)) (-663 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-560) (-560)) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-305 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-305 (-560)))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-1208)) (-663 (-560))) NIL (|has| (-560) (-528 (-1208) (-560))) ELT) (($ $ (-1208) (-560)) NIL (|has| (-560) (-528 (-1208) (-560))) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ (-560)) NIL (|has| (-560) (-298 (-560) (-560))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 (((-560) $) NIL T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| (-560) (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| (-560) (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| (-560) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-560) (-1051)) ELT) (((-229) $) NIL (|has| (-560) (-1051)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-560) (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 8 T ELT) (($ (-560)) NIL T ELT) (($ (-1208)) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL T ELT) (((-1035 16) $) 10 T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-560) (-939))) (|has| (-560) (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL (|has| (-560) (-842)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2436 (($ $ $) NIL T ELT) (($ (-560) (-560)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ (-560)) NIL T ELT)))
-(((-501) (-13 (-1022 (-560)) (-632 (-421 (-560))) (-632 (-1035 16)) (-10 -8 (-15 -1956 ((-421 (-560)) $)) (-15 -4363 ($ (-421 (-560))))))) (T -501))
-((-1956 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-501)))) (-4363 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-501)))))
-(-13 (-1022 (-560)) (-632 (-421 (-560))) (-632 (-1035 16)) (-10 -8 (-15 -1956 ((-421 (-560)) $)) (-15 -4363 ($ (-421 (-560))))))
-((-2559 (((-663 |#2|) $) 31 T ELT)) (-2791 (((-114) |#2| $) 39 T ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 26 T ELT)) (-2799 (($ $ (-663 (-305 |#2|))) 13 T ELT) (($ $ (-305 |#2|)) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) 30 T ELT) (((-793) |#2| $) 37 T ELT)) (-2539 (((-887) $) 45 T ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) 23 T ELT)) (-2329 (((-114) $ $) 35 T ELT)) (-2305 (((-793) $) 18 T ELT)))
-(((-502 |#1| |#2|) (-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2799 (|#1| |#1| (-663 |#2|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#2| |#2|)) (-15 -2799 (|#1| |#1| (-305 |#2|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -2791 ((-114) |#2| |#1|)) (-15 -3150 ((-793) |#2| |#1|)) (-15 -2559 ((-663 |#2|) |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2305 ((-793) |#1|))) (-503 |#2|) (-1248)) (T -502))
-NIL
-(-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2799 (|#1| |#1| (-663 |#2|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#2| |#2|)) (-15 -2799 (|#1| |#1| (-305 |#2|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -2791 ((-114) |#2| |#1|)) (-15 -3150 ((-793) |#2| |#1|)) (-15 -2559 ((-663 |#2|) |#1|)) (-15 -3150 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2305 ((-793) |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-3366 (($) 7 T CONST)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-503 |#1|) (-142) (-1248)) (T -503))
-((-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-503 *3)) (-4 *3 (-1248)))) (-3459 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1248)))) (-1657 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4509)) (-4 *1 (-503 *4)) (-4 *4 (-1248)) (-5 *2 (-114)))) (-2667 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4509)) (-4 *1 (-503 *4)) (-4 *4 (-1248)) (-5 *2 (-114)))) (-3150 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4509)) (-4 *1 (-503 *4)) (-4 *4 (-1248)) (-5 *2 (-793)))) (-1559 (*1 *2 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-503 *3)) (-4 *3 (-1248)) (-5 *2 (-663 *3)))) (-2559 (*1 *2 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-503 *3)) (-4 *3 (-1248)) (-5 *2 (-663 *3)))) (-3150 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-503 *3)) (-4 *3 (-1248)) (-4 *3 (-1132)) (-5 *2 (-793)))) (-2791 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-503 *3)) (-4 *3 (-1248)) (-4 *3 (-1132)) (-5 *2 (-114)))))
-(-13 (-34) (-10 -8 (IF (|has| |t#1| (-632 (-887))) (-6 (-632 (-887))) |%noBranch|) (IF (|has| |t#1| (-102)) (-6 (-102)) |%noBranch|) (IF (|has| |t#1| (-1132)) (-6 (-1132)) |%noBranch|) (IF (|has| |t#1| (-1132)) (IF (|has| |t#1| (-321 |t#1|)) (-6 (-321 |t#1|)) |%noBranch|) |%noBranch|) (-15 -2067 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4510)) (-15 -3459 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4509)) (PROGN (-15 -1657 ((-114) (-1 (-114) |t#1|) $)) (-15 -2667 ((-114) (-1 (-114) |t#1|) $)) (-15 -3150 ((-793) (-1 (-114) |t#1|) $)) (-15 -1559 ((-663 |t#1|) $)) (-15 -2559 ((-663 |t#1|) $)) (IF (|has| |t#1| (-1132)) (PROGN (-15 -3150 ((-793) |t#1| $)) (-15 -2791 ((-114) |t#1| $))) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2539 ((|#1| $) 6 T ELT) (($ |#1|) 9 T ELT)))
-(((-504 |#1|) (-142) (-1248)) (T -504))
+((-4254 (((-560) (-663 (-560))) 53 T ELT)) (-1929 ((|#1| (-663 |#1|)) 94 T ELT)) (-2555 (((-663 |#1|) (-663 |#1|)) 95 T ELT)) (-3969 (((-663 |#1|) (-663 |#1|)) 97 T ELT)) (-3128 ((|#1| (-663 |#1|)) 96 T ELT)) (-3878 (((-663 (-560)) (-663 |#1|)) 56 T ELT)))
+(((-500 |#1|) (-10 -7 (-15 -3128 (|#1| (-663 |#1|))) (-15 -1929 (|#1| (-663 |#1|))) (-15 -3969 ((-663 |#1|) (-663 |#1|))) (-15 -2555 ((-663 |#1|) (-663 |#1|))) (-15 -3878 ((-663 (-560)) (-663 |#1|))) (-15 -4254 ((-560) (-663 (-560))))) (-1275 (-560))) (T -500))
+((-4254 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-560)) (-5 *1 (-500 *4)) (-4 *4 (-1275 *2)))) (-3878 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1275 (-560))) (-5 *2 (-663 (-560))) (-5 *1 (-500 *4)))) (-2555 (*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1275 (-560))) (-5 *1 (-500 *3)))) (-3969 (*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1275 (-560))) (-5 *1 (-500 *3)))) (-1929 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-500 *2)) (-4 *2 (-1275 (-560))))) (-3128 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-500 *2)) (-4 *2 (-1275 (-560))))))
+(-10 -7 (-15 -3128 (|#1| (-663 |#1|))) (-15 -1929 (|#1| (-663 |#1|))) (-15 -3969 ((-663 |#1|) (-663 |#1|))) (-15 -2555 ((-663 |#1|) (-663 |#1|))) (-15 -3878 ((-663 (-560)) (-663 |#1|))) (-15 -4254 ((-560) (-663 (-560)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 (((-560) $) NIL (|has| (-560) (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| (-560) (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-560) (-1070 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-560) (-1070 (-560))) ELT)) (-4072 (((-560) $) NIL T ELT) (((-1209) $) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL (|has| (-560) (-1070 (-560))) ELT) (((-560) $) NIL (|has| (-560) (-1070 (-560))) ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-560) (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| (-560) (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| (-560) (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| (-560) (-912 (-391))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 (((-560) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| (-560) (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| (-560) (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-560) (-872)) ELT)) (-1793 (($ (-1 (-560) (-560)) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-560) (-1184)) CONST)) (-4362 (($ (-421 (-560))) 9 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| (-560) (-319)) ELT) (((-421 (-560)) $) NIL T ELT)) (-1770 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 (-560)) (-663 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-560) (-560)) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-305 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-305 (-560)))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-1209)) (-663 (-560))) NIL (|has| (-560) (-528 (-1209) (-560))) ELT) (($ $ (-1209) (-560)) NIL (|has| (-560) (-528 (-1209) (-560))) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ (-560)) NIL (|has| (-560) (-298 (-560) (-560))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 (((-560) $) NIL T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| (-560) (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| (-560) (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| (-560) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-560) (-1052)) ELT) (((-229) $) NIL (|has| (-560) (-1052)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-560) (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 8 T ELT) (($ (-560)) NIL T ELT) (($ (-1209)) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL T ELT) (((-1036 16) $) 10 T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-560) (-940))) (|has| (-560) (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 (((-560) $) NIL (|has| (-560) (-559)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL (|has| (-560) (-844)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2594 (($ $ $) NIL T ELT) (($ (-560) (-560)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ (-560)) NIL T ELT)))
+(((-501) (-13 (-1023 (-560)) (-632 (-421 (-560))) (-632 (-1036 16)) (-10 -8 (-15 -2568 ((-421 (-560)) $)) (-15 -4362 ($ (-421 (-560))))))) (T -501))
+((-2568 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-501)))) (-4362 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-501)))))
+(-13 (-1023 (-560)) (-632 (-421 (-560))) (-632 (-1036 16)) (-10 -8 (-15 -2568 ((-421 (-560)) $)) (-15 -4362 ($ (-421 (-560))))))
+((-4439 (((-663 |#2|) $) 31 T ELT)) (-3243 (((-114) |#2| $) 39 T ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 26 T ELT)) (-4265 (($ $ (-663 (-305 |#2|))) 13 T ELT) (($ $ (-305 |#2|)) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) 30 T ELT) (((-793) |#2| $) 37 T ELT)) (-3834 (((-888) $) 45 T ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) 23 T ELT)) (-2478 (((-114) $ $) 35 T ELT)) (-3819 (((-793) $) 18 T ELT)))
+(((-502 |#1| |#2|) (-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -4265 (|#1| |#1| (-663 |#2|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#2| |#2|)) (-15 -4265 (|#1| |#1| (-305 |#2|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -3243 ((-114) |#2| |#1|)) (-15 -1485 ((-793) |#2| |#1|)) (-15 -4439 ((-663 |#2|) |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3819 ((-793) |#1|))) (-503 |#2|) (-1249)) (T -502))
+NIL
+(-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -4265 (|#1| |#1| (-663 |#2|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#2| |#2|)) (-15 -4265 (|#1| |#1| (-305 |#2|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#2|)))) (-15 -3243 ((-114) |#2| |#1|)) (-15 -1485 ((-793) |#2| |#1|)) (-15 -4439 ((-663 |#2|) |#1|)) (-15 -1485 ((-793) (-1 (-114) |#2|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3819 ((-793) |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4489 (($) 7 T CONST)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-503 |#1|) (-142) (-1249)) (T -503))
+((-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-503 *3)) (-4 *3 (-1249)))) (-2173 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4511)) (-4 *1 (-503 *3)) (-4 *3 (-1249)))) (-3894 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4510)) (-4 *1 (-503 *4)) (-4 *4 (-1249)) (-5 *2 (-114)))) (-1723 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4510)) (-4 *1 (-503 *4)) (-4 *4 (-1249)) (-5 *2 (-114)))) (-1485 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4510)) (-4 *1 (-503 *4)) (-4 *4 (-1249)) (-5 *2 (-793)))) (-3086 (*1 *2 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1249)) (-5 *2 (-663 *3)))) (-4439 (*1 *2 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1249)) (-5 *2 (-663 *3)))) (-1485 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1249)) (-4 *3 (-1133)) (-5 *2 (-793)))) (-3243 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1249)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(-13 (-34) (-10 -8 (IF (|has| |t#1| (-632 (-888))) (-6 (-632 (-888))) |%noBranch|) (IF (|has| |t#1| (-102)) (-6 (-102)) |%noBranch|) (IF (|has| |t#1| (-1133)) (-6 (-1133)) |%noBranch|) (IF (|has| |t#1| (-1133)) (IF (|has| |t#1| (-321 |t#1|)) (-6 (-321 |t#1|)) |%noBranch|) |%noBranch|) (-15 -1793 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4511)) (-15 -2173 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4510)) (PROGN (-15 -3894 ((-114) (-1 (-114) |t#1|) $)) (-15 -1723 ((-114) (-1 (-114) |t#1|) $)) (-15 -1485 ((-793) (-1 (-114) |t#1|) $)) (-15 -3086 ((-663 |t#1|) $)) (-15 -4439 ((-663 |t#1|) $)) (IF (|has| |t#1| (-1133)) (PROGN (-15 -1485 ((-793) |t#1| $)) (-15 -3243 ((-114) |t#1| $))) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3834 ((|#1| $) 6 T ELT) (($ |#1|) 9 T ELT)))
+(((-504 |#1|) (-142) (-1249)) (T -504))
NIL
(-13 (-632 |t#1|) (-635 |t#1|))
(((-635 |#1|) . T) ((-632 |#1|) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1386 (($ (-1190)) 8 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 15 T ELT) (((-1190) $) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 11 T ELT)))
-(((-505) (-13 (-1132) (-632 (-1190)) (-10 -8 (-15 -1386 ($ (-1190)))))) (T -505))
-((-1386 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-505)))))
-(-13 (-1132) (-632 (-1190)) (-10 -8 (-15 -1386 ($ (-1190)))))
-((-3594 (($ $) 15 T ELT)) (-2837 (($ $) 24 T ELT)) (-3623 (($ $) 12 T ELT)) (-3637 (($ $) 10 T ELT)) (-3610 (($ $) 17 T ELT)) (-2848 (($ $) 22 T ELT)))
-(((-506 |#1|) (-10 -8 (-15 -2848 (|#1| |#1|)) (-15 -3610 (|#1| |#1|)) (-15 -3637 (|#1| |#1|)) (-15 -3623 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -3594 (|#1| |#1|))) (-507)) (T -506))
-NIL
-(-10 -8 (-15 -2848 (|#1| |#1|)) (-15 -3610 (|#1| |#1|)) (-15 -3637 (|#1| |#1|)) (-15 -3623 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -3594 (|#1| |#1|)))
-((-3594 (($ $) 11 T ELT)) (-2837 (($ $) 10 T ELT)) (-3623 (($ $) 9 T ELT)) (-3637 (($ $) 8 T ELT)) (-3610 (($ $) 7 T ELT)) (-2848 (($ $) 6 T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3258 (($ (-1191)) 8 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 15 T ELT) (((-1191) $) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 11 T ELT)))
+(((-505) (-13 (-1133) (-632 (-1191)) (-10 -8 (-15 -3258 ($ (-1191)))))) (T -505))
+((-3258 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-505)))))
+(-13 (-1133) (-632 (-1191)) (-10 -8 (-15 -3258 ($ (-1191)))))
+((-2267 (($ $) 15 T ELT)) (-2243 (($ $) 24 T ELT)) (-2290 (($ $) 12 T ELT)) (-2304 (($ $) 10 T ELT)) (-2278 (($ $) 17 T ELT)) (-2256 (($ $) 22 T ELT)))
+(((-506 |#1|) (-10 -8 (-15 -2256 (|#1| |#1|)) (-15 -2278 (|#1| |#1|)) (-15 -2304 (|#1| |#1|)) (-15 -2290 (|#1| |#1|)) (-15 -2243 (|#1| |#1|)) (-15 -2267 (|#1| |#1|))) (-507)) (T -506))
+NIL
+(-10 -8 (-15 -2256 (|#1| |#1|)) (-15 -2278 (|#1| |#1|)) (-15 -2304 (|#1| |#1|)) (-15 -2290 (|#1| |#1|)) (-15 -2243 (|#1| |#1|)) (-15 -2267 (|#1| |#1|)))
+((-2267 (($ $) 11 T ELT)) (-2243 (($ $) 10 T ELT)) (-2290 (($ $) 9 T ELT)) (-2304 (($ $) 8 T ELT)) (-2278 (($ $) 7 T ELT)) (-2256 (($ $) 6 T ELT)))
(((-507) (-142)) (T -507))
-((-3594 (*1 *1 *1) (-4 *1 (-507))) (-2837 (*1 *1 *1) (-4 *1 (-507))) (-3623 (*1 *1 *1) (-4 *1 (-507))) (-3637 (*1 *1 *1) (-4 *1 (-507))) (-3610 (*1 *1 *1) (-4 *1 (-507))) (-2848 (*1 *1 *1) (-4 *1 (-507))))
-(-13 (-10 -8 (-15 -2848 ($ $)) (-15 -3610 ($ $)) (-15 -3637 ($ $)) (-15 -3623 ($ $)) (-15 -2837 ($ $)) (-15 -3594 ($ $))))
-((-3388 (((-419 |#4|) |#4| (-1 (-419 |#2|) |#2|)) 54 T ELT)))
-(((-508 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3388 ((-419 |#4|) |#4| (-1 (-419 |#2|) |#2|)))) (-376) (-1274 |#1|) (-13 (-376) (-149) (-746 |#1| |#2|)) (-1274 |#3|)) (T -508))
-((-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376)) (-4 *7 (-13 (-376) (-149) (-746 *5 *6))) (-5 *2 (-419 *3)) (-5 *1 (-508 *5 *6 *7 *3)) (-4 *3 (-1274 *7)))))
-(-10 -7 (-15 -3388 ((-419 |#4|) |#4| (-1 (-419 |#2|) |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3226 (((-663 $) (-1202 $) (-1208)) NIL T ELT) (((-663 $) (-1202 $)) NIL T ELT) (((-663 $) (-975 $)) NIL T ELT)) (-1990 (($ (-1202 $) (-1208)) NIL T ELT) (($ (-1202 $)) NIL T ELT) (($ (-975 $)) NIL T ELT)) (-3626 (((-114) $) 39 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-3582 (((-114) $ $) 73 T ELT)) (-3227 (((-663 (-630 $)) $) 50 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2943 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3635 (((-663 $) (-1202 $) (-1208)) NIL T ELT) (((-663 $) (-1202 $)) NIL T ELT) (((-663 $) (-975 $)) NIL T ELT)) (-4361 (($ (-1202 $) (-1208)) NIL T ELT) (($ (-1202 $)) NIL T ELT) (($ (-975 $)) NIL T ELT)) (-1442 (((-3 (-630 $) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-3056 (((-630 $) $) NIL T ELT) (((-560) $) NIL T ELT) (((-421 (-560)) $) 55 T ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-421 (-560)))) (|:| |vec| (-1298 (-421 (-560))))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-421 (-560))) (-711 $)) NIL T ELT)) (-2108 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1674 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2297 (((-663 (-115)) $) NIL T ELT)) (-3336 (((-115) (-115)) NIL T ELT)) (-1871 (((-114) $) 42 T ELT)) (-3057 (((-114) $) NIL (|has| $ (-1069 (-560))) ELT)) (-4420 (((-1156 (-560) (-630 $)) $) 37 T ELT)) (-2663 (($ $ (-560)) NIL T ELT)) (-3138 (((-1202 $) (-1202 $) (-630 $)) 87 T ELT) (((-1202 $) (-1202 $) (-663 (-630 $))) 62 T ELT) (($ $ (-630 $)) 76 T ELT) (($ $ (-663 (-630 $))) 77 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3869 (((-1202 $) (-630 $)) 74 (|has| $ (-1080)) ELT)) (-2067 (($ (-1 $ $) (-630 $)) NIL T ELT)) (-1707 (((-3 (-630 $) "failed") $) NIL T ELT)) (-2207 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-421 (-560)))) (|:| |vec| (-1298 (-421 (-560))))) (-1298 $) $) NIL T ELT) (((-711 (-421 (-560))) (-1298 $)) NIL T ELT)) (-2433 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3322 (((-663 (-630 $)) $) NIL T ELT)) (-4481 (($ (-115) $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-3880 (((-114) $ (-115)) NIL T ELT) (((-114) $ (-1208)) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-3547 (((-793) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-4228 (((-114) $ $) NIL T ELT) (((-114) $ (-1208)) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3196 (((-114) $) NIL (|has| $ (-1069 (-560))) ELT)) (-2799 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1208) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1208) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3737 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2457 (($ $) 36 T ELT) (($ $ (-793)) NIL T ELT)) (-4429 (((-1156 (-560) (-630 $)) $) 20 T ELT)) (-2731 (($ $) NIL (|has| $ (-1080)) ELT)) (-4417 (((-391) $) 101 T ELT) (((-229) $) 109 T ELT) (((-171 (-391)) $) 117 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-630 $)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-1156 (-560) (-630 $))) 21 T ELT)) (-3418 (((-793)) NIL T CONST)) (-3949 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1881 (((-114) (-115)) 93 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) 10 T CONST)) (-1439 (($) 22 T CONST)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2329 (((-114) $ $) 24 T ELT)) (-2436 (($ $ $) 44 T ELT)) (-2426 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-421 (-560))) NIL T ELT) (($ $ (-560)) 48 T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-948)) NIL T ELT)) (* (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ $ $) 27 T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-948) $) NIL T ELT)))
-(((-509) (-13 (-310) (-27) (-1069 (-560)) (-1069 (-421 (-560))) (-660 (-560)) (-1051) (-660 (-421 (-560))) (-149) (-633 (-171 (-391))) (-240) (-10 -8 (-15 -2539 ($ (-1156 (-560) (-630 $)))) (-15 -4420 ((-1156 (-560) (-630 $)) $)) (-15 -4429 ((-1156 (-560) (-630 $)) $)) (-15 -2108 ($ $)) (-15 -3582 ((-114) $ $)) (-15 -3138 ((-1202 $) (-1202 $) (-630 $))) (-15 -3138 ((-1202 $) (-1202 $) (-663 (-630 $)))) (-15 -3138 ($ $ (-630 $))) (-15 -3138 ($ $ (-663 (-630 $))))))) (T -509))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1156 (-560) (-630 (-509)))) (-5 *1 (-509)))) (-4420 (*1 *2 *1) (-12 (-5 *2 (-1156 (-560) (-630 (-509)))) (-5 *1 (-509)))) (-4429 (*1 *2 *1) (-12 (-5 *2 (-1156 (-560) (-630 (-509)))) (-5 *1 (-509)))) (-2108 (*1 *1 *1) (-5 *1 (-509))) (-3582 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-509)))) (-3138 (*1 *2 *2 *3) (-12 (-5 *2 (-1202 (-509))) (-5 *3 (-630 (-509))) (-5 *1 (-509)))) (-3138 (*1 *2 *2 *3) (-12 (-5 *2 (-1202 (-509))) (-5 *3 (-663 (-630 (-509)))) (-5 *1 (-509)))) (-3138 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-509))) (-5 *1 (-509)))) (-3138 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-630 (-509)))) (-5 *1 (-509)))))
-(-13 (-310) (-27) (-1069 (-560)) (-1069 (-421 (-560))) (-660 (-560)) (-1051) (-660 (-421 (-560))) (-149) (-633 (-171 (-391))) (-240) (-10 -8 (-15 -2539 ($ (-1156 (-560) (-630 $)))) (-15 -4420 ((-1156 (-560) (-630 $)) $)) (-15 -4429 ((-1156 (-560) (-630 $)) $)) (-15 -2108 ($ $)) (-15 -3582 ((-114) $ $)) (-15 -3138 ((-1202 $) (-1202 $) (-630 $))) (-15 -3138 ((-1202 $) (-1202 $) (-663 (-630 $)))) (-15 -3138 ($ $ (-630 $))) (-15 -3138 ($ $ (-663 (-630 $))))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) |#1|) 44 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) 39 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 38 T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) |#1|) 21 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) 17 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) 41 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 32 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 35 T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) 15 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 19 T ELT)) (-1495 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) 43 T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 24 T ELT)) (-4357 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) 11 (|has| $ (-6 -4509)) ELT)))
-(((-510 |#1| |#2|) (-19 |#1|) (-1248) (-560)) (T -510))
+((-2267 (*1 *1 *1) (-4 *1 (-507))) (-2243 (*1 *1 *1) (-4 *1 (-507))) (-2290 (*1 *1 *1) (-4 *1 (-507))) (-2304 (*1 *1 *1) (-4 *1 (-507))) (-2278 (*1 *1 *1) (-4 *1 (-507))) (-2256 (*1 *1 *1) (-4 *1 (-507))))
+(-13 (-10 -8 (-15 -2256 ($ $)) (-15 -2278 ($ $)) (-15 -2304 ($ $)) (-15 -2290 ($ $)) (-15 -2243 ($ $)) (-15 -2267 ($ $))))
+((-2549 (((-419 |#4|) |#4| (-1 (-419 |#2|) |#2|)) 54 T ELT)))
+(((-508 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2549 ((-419 |#4|) |#4| (-1 (-419 |#2|) |#2|)))) (-376) (-1275 |#1|) (-13 (-376) (-149) (-746 |#1| |#2|)) (-1275 |#3|)) (T -508))
+((-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376)) (-4 *7 (-13 (-376) (-149) (-746 *5 *6))) (-5 *2 (-419 *3)) (-5 *1 (-508 *5 *6 *7 *3)) (-4 *3 (-1275 *7)))))
+(-10 -7 (-15 -2549 ((-419 |#4|) |#4| (-1 (-419 |#2|) |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3853 (((-663 $) (-1203 $) (-1209)) NIL T ELT) (((-663 $) (-1203 $)) NIL T ELT) (((-663 $) (-976 $)) NIL T ELT)) (-2390 (($ (-1203 $) (-1209)) NIL T ELT) (($ (-1203 $)) NIL T ELT) (($ (-976 $)) NIL T ELT)) (-3136 (((-114) $) 39 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1482 (((-114) $ $) 73 T ELT)) (-2417 (((-663 (-630 $)) $) 50 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3268 (($ $ (-305 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2563 (($ $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4452 (((-663 $) (-1203 $) (-1209)) NIL T ELT) (((-663 $) (-1203 $)) NIL T ELT) (((-663 $) (-976 $)) NIL T ELT)) (-4182 (($ (-1203 $) (-1209)) NIL T ELT) (($ (-1203 $)) NIL T ELT) (($ (-976 $)) NIL T ELT)) (-4142 (((-3 (-630 $) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-4072 (((-630 $) $) NIL T ELT) (((-560) $) NIL T ELT) (((-421 (-560)) $) 55 T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-421 (-560)))) (|:| |vec| (-1299 (-421 (-560))))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-421 (-560))) (-711 $)) NIL T ELT)) (-1995 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-3030 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2843 (((-663 (-115)) $) NIL T ELT)) (-2504 (((-115) (-115)) NIL T ELT)) (-3363 (((-114) $) 42 T ELT)) (-1602 (((-114) $) NIL (|has| $ (-1070 (-560))) ELT)) (-3125 (((-1157 (-560) (-630 $)) $) 37 T ELT)) (-1526 (($ $ (-560)) NIL T ELT)) (-2480 (((-1203 $) (-1203 $) (-630 $)) 87 T ELT) (((-1203 $) (-1203 $) (-663 (-630 $))) 62 T ELT) (($ $ (-630 $)) 76 T ELT) (($ $ (-663 (-630 $))) 77 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4229 (((-1203 $) (-630 $)) 74 (|has| $ (-1081)) ELT)) (-1793 (($ (-1 $ $) (-630 $)) NIL T ELT)) (-1448 (((-3 (-630 $) "failed") $) NIL T ELT)) (-2974 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-421 (-560)))) (|:| |vec| (-1299 (-421 (-560))))) (-1299 $) $) NIL T ELT) (((-711 (-421 (-560))) (-1299 $)) NIL T ELT)) (-3100 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2494 (((-663 (-630 $)) $) NIL T ELT)) (-3199 (($ (-115) $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-2820 (((-114) $ (-115)) NIL T ELT) (((-114) $ (-1209)) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-3886 (((-793) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3716 (((-114) $ $) NIL T ELT) (((-114) $ (-1209)) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4367 (((-114) $) NIL (|has| $ (-1070 (-560))) ELT)) (-4265 (($ $ (-630 $) $) NIL T ELT) (($ $ (-663 (-630 $)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-1209) (-1 $ (-663 $))) NIL T ELT) (($ $ (-1209) (-1 $ $)) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ $))) NIL T ELT) (($ $ (-663 (-115)) (-663 (-1 $ (-663 $)))) NIL T ELT) (($ $ (-115) (-1 $ (-663 $))) NIL T ELT) (($ $ (-115) (-1 $ $)) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ (-115) $) NIL T ELT) (($ (-115) $ $) NIL T ELT) (($ (-115) $ $ $) NIL T ELT) (($ (-115) $ $ $ $) NIL T ELT) (($ (-115) (-663 $)) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2538 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2703 (($ $) 36 T ELT) (($ $ (-793)) NIL T ELT)) (-3138 (((-1157 (-560) (-630 $)) $) 20 T ELT)) (-2771 (($ $) NIL (|has| $ (-1081)) ELT)) (-1830 (((-391) $) 101 T ELT) (((-229) $) 109 T ELT) (((-171 (-391)) $) 117 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-630 $)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-1157 (-560) (-630 $))) 21 T ELT)) (-3103 (((-793)) NIL T CONST)) (-4129 (($ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3106 (((-114) (-115)) 93 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) 10 T CONST)) (-2983 (($) 22 T CONST)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2478 (((-114) $ $) 24 T ELT)) (-2594 (($ $ $) 44 T ELT)) (-2581 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-421 (-560))) NIL T ELT) (($ $ (-560)) 48 T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-949)) NIL T ELT)) (* (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ $ $) 27 T ELT) (($ (-560) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-949) $) NIL T ELT)))
+(((-509) (-13 (-310) (-27) (-1070 (-560)) (-1070 (-421 (-560))) (-660 (-560)) (-1052) (-660 (-421 (-560))) (-149) (-633 (-171 (-391))) (-240) (-10 -8 (-15 -3834 ($ (-1157 (-560) (-630 $)))) (-15 -3125 ((-1157 (-560) (-630 $)) $)) (-15 -3138 ((-1157 (-560) (-630 $)) $)) (-15 -1995 ($ $)) (-15 -1482 ((-114) $ $)) (-15 -2480 ((-1203 $) (-1203 $) (-630 $))) (-15 -2480 ((-1203 $) (-1203 $) (-663 (-630 $)))) (-15 -2480 ($ $ (-630 $))) (-15 -2480 ($ $ (-663 (-630 $))))))) (T -509))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1157 (-560) (-630 (-509)))) (-5 *1 (-509)))) (-3125 (*1 *2 *1) (-12 (-5 *2 (-1157 (-560) (-630 (-509)))) (-5 *1 (-509)))) (-3138 (*1 *2 *1) (-12 (-5 *2 (-1157 (-560) (-630 (-509)))) (-5 *1 (-509)))) (-1995 (*1 *1 *1) (-5 *1 (-509))) (-1482 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-509)))) (-2480 (*1 *2 *2 *3) (-12 (-5 *2 (-1203 (-509))) (-5 *3 (-630 (-509))) (-5 *1 (-509)))) (-2480 (*1 *2 *2 *3) (-12 (-5 *2 (-1203 (-509))) (-5 *3 (-663 (-630 (-509)))) (-5 *1 (-509)))) (-2480 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-509))) (-5 *1 (-509)))) (-2480 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-630 (-509)))) (-5 *1 (-509)))))
+(-13 (-310) (-27) (-1070 (-560)) (-1070 (-421 (-560))) (-660 (-560)) (-1052) (-660 (-421 (-560))) (-149) (-633 (-171 (-391))) (-240) (-10 -8 (-15 -3834 ($ (-1157 (-560) (-630 $)))) (-15 -3125 ((-1157 (-560) (-630 $)) $)) (-15 -3138 ((-1157 (-560) (-630 $)) $)) (-15 -1995 ($ $)) (-15 -1482 ((-114) $ $)) (-15 -2480 ((-1203 $) (-1203 $) (-630 $))) (-15 -2480 ((-1203 $) (-1203 $) (-663 (-630 $)))) (-15 -2480 ($ $ (-630 $))) (-15 -2480 ($ $ (-663 (-630 $))))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) |#1|) 44 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) 39 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 38 T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) |#1|) 21 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) 17 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) 41 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 32 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 35 T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) 15 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 19 T ELT)) (-3034 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) 43 T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 24 T ELT)) (-2465 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) 11 (|has| $ (-6 -4510)) ELT)))
+(((-510 |#1| |#2|) (-19 |#1|) (-1249) (-560)) (T -510))
NIL
(-19 |#1|)
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-4254 (($ $ (-560) (-510 |#1| |#3|)) NIL T ELT)) (-2193 (($ $ (-560) (-510 |#1| |#2|)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1964 (((-510 |#1| |#3|) $ (-560)) NIL T ELT)) (-3472 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-3393 ((|#1| $ (-560) (-560)) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL T ELT)) (-3758 (((-793) $) NIL T ELT)) (-2531 (($ (-793) (-793) |#1|) NIL T ELT)) (-3771 (((-793) $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-1841 (((-560) $) NIL T ELT)) (-3726 (((-560) $) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3796 (((-560) $) NIL T ELT)) (-4346 (((-560) $) NIL T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-4446 (($ $ |#1|) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-1731 (((-510 |#1| |#2|) $ (-560)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-511 |#1| |#2| |#3|) (-57 |#1| (-510 |#1| |#3|) (-510 |#1| |#2|)) (-1248) (-560) (-560)) (T -511))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-4385 (($ $ (-560) (-510 |#1| |#3|)) NIL T ELT)) (-2118 (($ $ (-560) (-510 |#1| |#2|)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1802 (((-510 |#1| |#3|) $ (-560)) NIL T ELT)) (-2186 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-2109 ((|#1| $ (-560) (-560)) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL T ELT)) (-2818 (((-793) $) NIL T ELT)) (-4446 (($ (-793) (-793) |#1|) NIL T ELT)) (-2833 (((-793) $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-1354 (((-560) $) NIL T ELT)) (-2895 (((-560) $) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1963 (((-560) $) NIL T ELT)) (-2212 (((-560) $) NIL T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-2024 (($ $ |#1|) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-1986 (((-510 |#1| |#2|) $ (-560)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-511 |#1| |#2| |#3|) (-57 |#1| (-510 |#1| |#3|) (-510 |#1| |#2|)) (-1249) (-560) (-560)) (T -511))
NIL
(-57 |#1| (-510 |#1| |#3|) (-510 |#1| |#2|))
-((-1817 (((-663 (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-793) (-793)) 32 T ELT)) (-3102 (((-663 (-1202 |#1|)) |#1| (-793) (-793) (-793)) 43 T ELT)) (-4111 (((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-663 |#3|) (-663 (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-793)) 107 T ELT)))
-(((-512 |#1| |#2| |#3|) (-10 -7 (-15 -3102 ((-663 (-1202 |#1|)) |#1| (-793) (-793) (-793))) (-15 -1817 ((-663 (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-793) (-793))) (-15 -4111 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-663 |#3|) (-663 (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-793)))) (-363) (-1274 |#1|) (-1274 |#2|)) (T -512))
-((-4111 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 (-2 (|:| -1868 (-711 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-711 *7))))) (-5 *5 (-793)) (-4 *8 (-1274 *7)) (-4 *7 (-1274 *6)) (-4 *6 (-363)) (-5 *2 (-2 (|:| -1868 (-711 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-711 *7)))) (-5 *1 (-512 *6 *7 *8)))) (-1817 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-793)) (-4 *5 (-363)) (-4 *6 (-1274 *5)) (-5 *2 (-663 (-2 (|:| -1868 (-711 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-711 *6))))) (-5 *1 (-512 *5 *6 *7)) (-5 *3 (-2 (|:| -1868 (-711 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-711 *6)))) (-4 *7 (-1274 *6)))) (-3102 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-793)) (-4 *3 (-363)) (-4 *5 (-1274 *3)) (-5 *2 (-663 (-1202 *3))) (-5 *1 (-512 *3 *5 *6)) (-4 *6 (-1274 *5)))))
-(-10 -7 (-15 -3102 ((-663 (-1202 |#1|)) |#1| (-793) (-793) (-793))) (-15 -1817 ((-663 (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-793) (-793))) (-15 -4111 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-663 |#3|) (-663 (-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-793))))
-((-2195 (((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|)))) 70 T ELT)) (-1526 ((|#1| (-711 |#1|) |#1| (-793)) 24 T ELT)) (-2050 (((-793) (-793) (-793)) 34 T ELT)) (-2017 (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 50 T ELT)) (-4461 (((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|) 58 T ELT) (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 55 T ELT)) (-4133 ((|#1| (-711 |#1|) (-711 |#1|) |#1| (-560)) 28 T ELT)) (-1680 ((|#1| (-711 |#1|)) 18 T ELT)))
-(((-513 |#1| |#2| |#3|) (-10 -7 (-15 -1680 (|#1| (-711 |#1|))) (-15 -1526 (|#1| (-711 |#1|) |#1| (-793))) (-15 -4133 (|#1| (-711 |#1|) (-711 |#1|) |#1| (-560))) (-15 -2050 ((-793) (-793) (-793))) (-15 -4461 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -4461 ((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|)) (-15 -2017 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2195 ((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|)))))) (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))) (-1274 |#1|) (-424 |#1| |#2|)) (T -513))
-((-2195 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-2017 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-4461 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-4461 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-2050 (*1 *2 *2 *2) (-12 (-5 *2 (-793)) (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-4133 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-711 *2)) (-5 *4 (-560)) (-4 *2 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *5 (-1274 *2)) (-5 *1 (-513 *2 *5 *6)) (-4 *6 (-424 *2 *5)))) (-1526 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-711 *2)) (-5 *4 (-793)) (-4 *2 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-4 *5 (-1274 *2)) (-5 *1 (-513 *2 *5 *6)) (-4 *6 (-424 *2 *5)))) (-1680 (*1 *2 *3) (-12 (-5 *3 (-711 *2)) (-4 *4 (-1274 *2)) (-4 *2 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $))))) (-5 *1 (-513 *2 *4 *5)) (-4 *5 (-424 *2 *4)))))
-(-10 -7 (-15 -1680 (|#1| (-711 |#1|))) (-15 -1526 (|#1| (-711 |#1|) |#1| (-793))) (-15 -4133 (|#1| (-711 |#1|) (-711 |#1|) |#1| (-560))) (-15 -2050 ((-793) (-793) (-793))) (-15 -4461 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -4461 ((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|)) (-15 -2017 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2195 ((-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -1868 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-1404 (($ $ $) 41 T ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) $) NIL (|has| (-114) (-871)) ELT) (((-114) (-1 (-114) (-114) (-114)) $) NIL T ELT)) (-3119 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-871))) ELT) (($ (-1 (-114) (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3334 (($ $) NIL (|has| (-114) (-871)) ELT) (($ (-1 (-114) (-114) (-114)) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 (((-114) $ (-1265 (-560)) (-114)) NIL (|has| $ (-6 -4510)) ELT) (((-114) $ (-560) (-114)) 43 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-2025 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-114) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-2108 (((-114) (-1 (-114) (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114)) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114) (-114)) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-3472 (((-114) $ (-560) (-114)) NIL (|has| $ (-6 -4510)) ELT)) (-3393 (((-114) $ (-560)) NIL T ELT)) (-2533 (((-560) (-114) $ (-560)) NIL (|has| (-114) (-1132)) ELT) (((-560) (-114) $) NIL (|has| (-114) (-1132)) ELT) (((-560) (-1 (-114) (-114)) $) NIL T ELT)) (-1559 (((-663 (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-1393 (($ $ $) 39 T ELT)) (-1372 (($ $) NIL T ELT)) (-3984 (($ $ $) NIL T ELT)) (-2531 (($ (-793) (-114)) 27 T ELT)) (-2669 (($ $ $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) 8 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL T ELT)) (-4246 (($ $ $) NIL (|has| (-114) (-871)) ELT) (($ (-1 (-114) (-114) (-114)) $ $) NIL T ELT)) (-2559 (((-663 (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-114) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL T ELT)) (-3459 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-114) (-114) (-114)) $ $) 36 T ELT) (($ (-1 (-114) (-114)) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1726 (($ $ $ (-560)) NIL T ELT) (($ (-114) $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 (((-114) $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 (-114) "failed") (-1 (-114) (-114)) $) NIL T ELT)) (-4446 (($ $ (-114)) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-114)) (-663 (-114))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-114) (-114)) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-305 (-114))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT) (($ $ (-663 (-305 (-114)))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) (-114) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT)) (-3155 (((-663 (-114)) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 29 T ELT)) (-1495 (($ $ (-1265 (-560))) NIL T ELT) (((-114) $ (-560)) 22 T ELT) (((-114) $ (-560) (-114)) NIL T ELT)) (-3435 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3150 (((-793) (-114) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-114) (-1132))) ELT) (((-793) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 30 T ELT)) (-4417 (((-549) $) NIL (|has| (-114) (-633 (-549))) ELT)) (-2548 (($ (-663 (-114))) NIL T ELT)) (-4357 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT) (($ (-114) $) NIL T ELT) (($ $ (-114)) NIL T ELT)) (-2539 (((-887) $) 26 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4509)) ELT)) (-1383 (($ $ $) 37 T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2623 (($ $ $) 46 T ELT)) (-2634 (($ $) 44 T ELT)) (-2610 (($ $ $) 45 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 31 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 32 T ELT)) (-2348 (($ $ $) NIL T ELT)) (-2305 (((-793) $) 13 (|has| $ (-6 -4509)) ELT)))
-(((-514 |#1|) (-13 (-125) (-10 -8 (-15 -2634 ($ $)) (-15 -2623 ($ $ $)) (-15 -2610 ($ $ $)))) (-560)) (T -514))
-((-2634 (*1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560)))) (-2623 (*1 *1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560)))) (-2610 (*1 *1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560)))))
-(-13 (-125) (-10 -8 (-15 -2634 ($ $)) (-15 -2623 ($ $ $)) (-15 -2610 ($ $ $))))
-((-4374 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1202 |#4|)) 35 T ELT)) (-1489 (((-1202 |#4|) (-1 |#4| |#1|) |#2|) 31 T ELT) ((|#2| (-1 |#1| |#4|) (-1202 |#4|)) 22 T ELT)) (-3427 (((-3 (-711 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-711 (-1202 |#4|))) 46 T ELT)) (-1606 (((-1202 (-1202 |#4|)) (-1 |#4| |#1|) |#3|) 55 T ELT)))
-(((-515 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1489 (|#2| (-1 |#1| |#4|) (-1202 |#4|))) (-15 -1489 ((-1202 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -4374 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1202 |#4|))) (-15 -3427 ((-3 (-711 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-711 (-1202 |#4|)))) (-15 -1606 ((-1202 (-1202 |#4|)) (-1 |#4| |#1|) |#3|))) (-1080) (-1274 |#1|) (-1274 |#2|) (-1080)) (T -515))
-((-1606 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1080)) (-4 *7 (-1080)) (-4 *6 (-1274 *5)) (-5 *2 (-1202 (-1202 *7))) (-5 *1 (-515 *5 *6 *4 *7)) (-4 *4 (-1274 *6)))) (-3427 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-711 (-1202 *8))) (-4 *5 (-1080)) (-4 *8 (-1080)) (-4 *6 (-1274 *5)) (-5 *2 (-711 *6)) (-5 *1 (-515 *5 *6 *7 *8)) (-4 *7 (-1274 *6)))) (-4374 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1202 *7)) (-4 *5 (-1080)) (-4 *7 (-1080)) (-4 *2 (-1274 *5)) (-5 *1 (-515 *5 *2 *6 *7)) (-4 *6 (-1274 *2)))) (-1489 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1080)) (-4 *7 (-1080)) (-4 *4 (-1274 *5)) (-5 *2 (-1202 *7)) (-5 *1 (-515 *5 *4 *6 *7)) (-4 *6 (-1274 *4)))) (-1489 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1202 *7)) (-4 *5 (-1080)) (-4 *7 (-1080)) (-4 *2 (-1274 *5)) (-5 *1 (-515 *5 *2 *6 *7)) (-4 *6 (-1274 *2)))))
-(-10 -7 (-15 -1489 (|#2| (-1 |#1| |#4|) (-1202 |#4|))) (-15 -1489 ((-1202 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -4374 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1202 |#4|))) (-15 -3427 ((-3 (-711 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-711 (-1202 |#4|)))) (-15 -1606 ((-1202 (-1202 |#4|)) (-1 |#4| |#1|) |#3|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2321 (((-1304) $) 25 T ELT)) (-1495 (((-1190) $ (-1208)) 30 T ELT)) (-1876 (((-1304) $) 19 T ELT)) (-2539 (((-887) $) 27 T ELT) (($ (-1190)) 26 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 11 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 9 T ELT)))
-(((-516) (-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $)) (-15 -2539 ($ (-1190)))))) (T -516))
-((-1495 (*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1190)) (-5 *1 (-516)))) (-1876 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-516)))) (-2321 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-516)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-516)))))
-(-13 (-871) (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $)) (-15 -2321 ((-1304) $)) (-15 -2539 ($ (-1190)))))
-((-2788 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19 T ELT)) (-2374 ((|#1| |#4|) 10 T ELT)) (-3231 ((|#3| |#4|) 17 T ELT)))
-(((-517 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2374 (|#1| |#4|)) (-15 -3231 (|#3| |#4|)) (-15 -2788 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-571) (-1022 |#1|) (-385 |#1|) (-385 |#2|)) (T -517))
-((-2788 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-1022 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-517 *4 *5 *6 *3)) (-4 *6 (-385 *4)) (-4 *3 (-385 *5)))) (-3231 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-1022 *4)) (-4 *2 (-385 *4)) (-5 *1 (-517 *4 *5 *2 *3)) (-4 *3 (-385 *5)))) (-2374 (*1 *2 *3) (-12 (-4 *4 (-1022 *2)) (-4 *2 (-571)) (-5 *1 (-517 *2 *4 *5 *3)) (-4 *5 (-385 *2)) (-4 *3 (-385 *4)))))
-(-10 -7 (-15 -2374 (|#1| |#4|)) (-15 -3231 (|#3| |#4|)) (-15 -2788 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-1545 (((-114) $ (-663 |#3|)) 126 T ELT) (((-114) $) 127 T ELT)) (-3626 (((-114) $) 178 T ELT)) (-3989 (($ $ |#4|) 117 T ELT) (($ $ |#4| (-663 |#3|)) 121 T ELT)) (-3867 (((-1197 (-663 (-975 |#1|)) (-663 (-305 (-975 |#1|)))) (-663 |#4|)) 171 (|has| |#3| (-633 (-1208))) ELT)) (-2010 (($ $ $) 107 T ELT) (($ $ |#4|) 105 T ELT)) (-1871 (((-114) $) 177 T ELT)) (-3114 (($ $) 131 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4340 (($ $ $) 99 T ELT) (($ (-663 $)) 101 T ELT)) (-3679 (((-114) |#4| $) 129 T ELT)) (-1434 (((-114) $ $) 82 T ELT)) (-2517 (($ (-663 |#4|)) 106 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2647 (($ (-663 |#4|)) 175 T ELT)) (-3667 (((-114) $) 176 T ELT)) (-2852 (($ $) 85 T ELT)) (-2269 (((-663 |#4|) $) 73 T ELT)) (-2758 (((-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)) $ (-663 |#3|)) NIL T ELT)) (-3175 (((-114) |#4| $) 89 T ELT)) (-2328 (((-560) $ (-663 |#3|)) 133 T ELT) (((-560) $) 134 T ELT)) (-2539 (((-887) $) 174 T ELT) (($ (-663 |#4|)) 102 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3515 (($ (-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $))) NIL T ELT)) (-2329 (((-114) $ $) 84 T ELT)) (-2413 (($ $ $) 109 T ELT)) (** (($ $ (-793)) 115 T ELT)) (* (($ $ $) 113 T ELT)))
-(((-518 |#1| |#2| |#3| |#4|) (-13 (-1132) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-793))) (-15 -2413 ($ $ $)) (-15 -1871 ((-114) $)) (-15 -3626 ((-114) $)) (-15 -3175 ((-114) |#4| $)) (-15 -1434 ((-114) $ $)) (-15 -3679 ((-114) |#4| $)) (-15 -1545 ((-114) $ (-663 |#3|))) (-15 -1545 ((-114) $)) (-15 -4340 ($ $ $)) (-15 -4340 ($ (-663 $))) (-15 -2010 ($ $ $)) (-15 -2010 ($ $ |#4|)) (-15 -2852 ($ $)) (-15 -2758 ((-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)) $ (-663 |#3|))) (-15 -3515 ($ (-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)))) (-15 -2328 ((-560) $ (-663 |#3|))) (-15 -2328 ((-560) $)) (-15 -3114 ($ $)) (-15 -2517 ($ (-663 |#4|))) (-15 -2647 ($ (-663 |#4|))) (-15 -3667 ((-114) $)) (-15 -2269 ((-663 |#4|) $)) (-15 -2539 ($ (-663 |#4|))) (-15 -3989 ($ $ |#4|)) (-15 -3989 ($ $ |#4| (-663 |#3|))) (IF (|has| |#3| (-633 (-1208))) (-15 -3867 ((-1197 (-663 (-975 |#1|)) (-663 (-305 (-975 |#1|)))) (-663 |#4|))) |%noBranch|))) (-376) (-815) (-871) (-979 |#1| |#2| |#3|)) (T -518))
-((* (*1 *1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-2413 (*1 *1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))) (-1871 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-3626 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-3175 (*1 *2 *3 *1) (-12 (-4 *4 (-376)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-518 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))) (-1434 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-3679 (*1 *2 *3 *1) (-12 (-4 *4 (-376)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-518 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))) (-1545 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-871)) (-4 *4 (-376)) (-4 *5 (-815)) (-5 *2 (-114)) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-979 *4 *5 *6)))) (-1545 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-4340 (*1 *1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))) (-4340 (*1 *1 *2) (-12 (-5 *2 (-663 (-518 *3 *4 *5 *6))) (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-2010 (*1 *1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))) (-2010 (*1 *1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *2)) (-4 *2 (-979 *3 *4 *5)))) (-2852 (*1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))) (-2758 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-871)) (-4 *4 (-376)) (-4 *5 (-815)) (-5 *2 (-2 (|:| |mval| (-711 *4)) (|:| |invmval| (-711 *4)) (|:| |genIdeal| (-518 *4 *5 *6 *7)))) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-979 *4 *5 *6)))) (-3515 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-711 *3)) (|:| |invmval| (-711 *3)) (|:| |genIdeal| (-518 *3 *4 *5 *6)))) (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-2328 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-871)) (-4 *4 (-376)) (-4 *5 (-815)) (-5 *2 (-560)) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-979 *4 *5 *6)))) (-2328 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-560)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-3114 (*1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))) (-2517 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)))) (-2647 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)))) (-3667 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-2269 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *6)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)))) (-3989 (*1 *1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *2)) (-4 *2 (-979 *3 *4 *5)))) (-3989 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-871)) (-4 *4 (-376)) (-4 *5 (-815)) (-5 *1 (-518 *4 *5 *6 *2)) (-4 *2 (-979 *4 *5 *6)))) (-3867 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *5 *6)) (-4 *6 (-633 (-1208))) (-4 *4 (-376)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1197 (-663 (-975 *4)) (-663 (-305 (-975 *4))))) (-5 *1 (-518 *4 *5 *6 *7)))))
-(-13 (-1132) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-793))) (-15 -2413 ($ $ $)) (-15 -1871 ((-114) $)) (-15 -3626 ((-114) $)) (-15 -3175 ((-114) |#4| $)) (-15 -1434 ((-114) $ $)) (-15 -3679 ((-114) |#4| $)) (-15 -1545 ((-114) $ (-663 |#3|))) (-15 -1545 ((-114) $)) (-15 -4340 ($ $ $)) (-15 -4340 ($ (-663 $))) (-15 -2010 ($ $ $)) (-15 -2010 ($ $ |#4|)) (-15 -2852 ($ $)) (-15 -2758 ((-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)) $ (-663 |#3|))) (-15 -3515 ($ (-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)))) (-15 -2328 ((-560) $ (-663 |#3|))) (-15 -2328 ((-560) $)) (-15 -3114 ($ $)) (-15 -2517 ($ (-663 |#4|))) (-15 -2647 ($ (-663 |#4|))) (-15 -3667 ((-114) $)) (-15 -2269 ((-663 |#4|) $)) (-15 -2539 ($ (-663 |#4|))) (-15 -3989 ($ $ |#4|)) (-15 -3989 ($ $ |#4| (-663 |#3|))) (IF (|has| |#3| (-633 (-1208))) (-15 -3867 ((-1197 (-663 (-975 |#1|)) (-663 (-305 (-975 |#1|)))) (-663 |#4|))) |%noBranch|)))
-((-4104 (((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560))))) 176 T ELT)) (-1952 (((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560))))) 177 T ELT)) (-2124 (((-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560))))) 129 T ELT)) (-1510 (((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560))))) NIL T ELT)) (-3831 (((-663 (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560))))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560))))) 179 T ELT)) (-3716 (((-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-663 (-888 |#1|))) 195 T ELT)))
-(((-519 |#1| |#2|) (-10 -7 (-15 -4104 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -1952 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -1510 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -2124 ((-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -3831 ((-663 (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560))))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -3716 ((-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-663 (-888 |#1|))))) (-663 (-1208)) (-793)) (T -519))
-((-3716 (*1 *2 *2 *3) (-12 (-5 *2 (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4) (-255 *4 (-421 (-560))))) (-5 *3 (-663 (-888 *4))) (-14 *4 (-663 (-1208))) (-14 *5 (-793)) (-5 *1 (-519 *4 *5)))) (-3831 (*1 *2 *3) (-12 (-14 *4 (-663 (-1208))) (-14 *5 (-793)) (-5 *2 (-663 (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4) (-255 *4 (-421 (-560)))))) (-5 *1 (-519 *4 *5)) (-5 *3 (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4) (-255 *4 (-421 (-560))))))) (-2124 (*1 *2 *2) (-12 (-5 *2 (-518 (-421 (-560)) (-246 *4 (-793)) (-888 *3) (-255 *3 (-421 (-560))))) (-14 *3 (-663 (-1208))) (-14 *4 (-793)) (-5 *1 (-519 *3 *4)))) (-1510 (*1 *2 *3) (-12 (-5 *3 (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4) (-255 *4 (-421 (-560))))) (-14 *4 (-663 (-1208))) (-14 *5 (-793)) (-5 *2 (-114)) (-5 *1 (-519 *4 *5)))) (-1952 (*1 *2 *3) (-12 (-5 *3 (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4) (-255 *4 (-421 (-560))))) (-14 *4 (-663 (-1208))) (-14 *5 (-793)) (-5 *2 (-114)) (-5 *1 (-519 *4 *5)))) (-4104 (*1 *2 *3) (-12 (-5 *3 (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4) (-255 *4 (-421 (-560))))) (-14 *4 (-663 (-1208))) (-14 *5 (-793)) (-5 *2 (-114)) (-5 *1 (-519 *4 *5)))))
-(-10 -7 (-15 -4104 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -1952 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -1510 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -2124 ((-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -3831 ((-663 (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560))))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -3716 ((-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-888 |#1|) (-255 |#1| (-421 (-560)))) (-663 (-888 |#1|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4011 (($) 6 T ELT)) (-2539 (((-887) $) 14 T ELT) (((-1208) $) 10 T ELT) (((-1190) $) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-520) (-13 (-1132) (-632 (-1208)) (-632 (-1190)) (-10 -8 (-15 -4011 ($))))) (T -520))
-((-4011 (*1 *1) (-5 *1 (-520))))
-(-13 (-1132) (-632 (-1208)) (-632 (-1190)) (-10 -8 (-15 -4011 ($))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2842 (((-663 (-897 |#2| |#1|)) $) 12 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-3528 (($ |#1| |#2|) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2330 ((|#2| $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 16 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) 15 T ELT) (($ $ $) 39 T ELT)) (-2413 (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 26 T ELT)))
-(((-521 |#1| |#2|) (-13 (-21) (-523 |#1| |#2|)) (-21) (-874)) (T -521))
+((-3904 (((-663 (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-793) (-793)) 32 T ELT)) (-1924 (((-663 (-1203 |#1|)) |#1| (-793) (-793) (-793)) 43 T ELT)) (-1359 (((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-663 |#3|) (-663 (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-793)) 107 T ELT)))
+(((-512 |#1| |#2| |#3|) (-10 -7 (-15 -1924 ((-663 (-1203 |#1|)) |#1| (-793) (-793) (-793))) (-15 -3904 ((-663 (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-793) (-793))) (-15 -1359 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-663 |#3|) (-663 (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-793)))) (-363) (-1275 |#1|) (-1275 |#2|)) (T -512))
+((-1359 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 (-2 (|:| -4222 (-711 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-711 *7))))) (-5 *5 (-793)) (-4 *8 (-1275 *7)) (-4 *7 (-1275 *6)) (-4 *6 (-363)) (-5 *2 (-2 (|:| -4222 (-711 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-711 *7)))) (-5 *1 (-512 *6 *7 *8)))) (-3904 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-793)) (-4 *5 (-363)) (-4 *6 (-1275 *5)) (-5 *2 (-663 (-2 (|:| -4222 (-711 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-711 *6))))) (-5 *1 (-512 *5 *6 *7)) (-5 *3 (-2 (|:| -4222 (-711 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-711 *6)))) (-4 *7 (-1275 *6)))) (-1924 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-793)) (-4 *3 (-363)) (-4 *5 (-1275 *3)) (-5 *2 (-663 (-1203 *3))) (-5 *1 (-512 *3 *5 *6)) (-4 *6 (-1275 *5)))))
+(-10 -7 (-15 -1924 ((-663 (-1203 |#1|)) |#1| (-793) (-793) (-793))) (-15 -3904 ((-663 (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-793) (-793))) (-15 -1359 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) (-663 |#3|) (-663 (-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) (-793))))
+((-4288 (((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|)))) 70 T ELT)) (-3309 ((|#1| (-711 |#1|) |#1| (-793)) 24 T ELT)) (-2466 (((-793) (-793) (-793)) 34 T ELT)) (-4364 (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 50 T ELT)) (-2071 (((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|) 58 T ELT) (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 55 T ELT)) (-4299 ((|#1| (-711 |#1|) (-711 |#1|) |#1| (-560)) 28 T ELT)) (-2239 ((|#1| (-711 |#1|)) 18 T ELT)))
+(((-513 |#1| |#2| |#3|) (-10 -7 (-15 -2239 (|#1| (-711 |#1|))) (-15 -3309 (|#1| (-711 |#1|) |#1| (-793))) (-15 -4299 (|#1| (-711 |#1|) (-711 |#1|) |#1| (-560))) (-15 -2466 ((-793) (-793) (-793))) (-15 -2071 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2071 ((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|)) (-15 -4364 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -4288 ((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|)))))) (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))) (-1275 |#1|) (-424 |#1| |#2|)) (T -513))
+((-4288 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-4364 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-2071 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-2071 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-2466 (*1 *2 *2 *2) (-12 (-5 *2 (-793)) (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))) (-4299 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-711 *2)) (-5 *4 (-560)) (-4 *2 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *5 (-1275 *2)) (-5 *1 (-513 *2 *5 *6)) (-4 *6 (-424 *2 *5)))) (-3309 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-711 *2)) (-5 *4 (-793)) (-4 *2 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-4 *5 (-1275 *2)) (-5 *1 (-513 *2 *5 *6)) (-4 *6 (-424 *2 *5)))) (-2239 (*1 *2 *3) (-12 (-5 *3 (-711 *2)) (-4 *4 (-1275 *2)) (-4 *2 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $))))) (-5 *1 (-513 *2 *4 *5)) (-4 *5 (-424 *2 *4)))))
+(-10 -7 (-15 -2239 (|#1| (-711 |#1|))) (-15 -3309 (|#1| (-711 |#1|) |#1| (-793))) (-15 -4299 (|#1| (-711 |#1|) (-711 |#1|) |#1| (-560))) (-15 -2466 ((-793) (-793) (-793))) (-15 -2071 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2071 ((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|)) (-15 -4364 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -4288 ((-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))) (-2 (|:| -4222 (-711 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-711 |#1|))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2948 (($ $ $) 41 T ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) $) NIL (|has| (-114) (-872)) ELT) (((-114) (-1 (-114) (-114) (-114)) $) NIL T ELT)) (-4235 (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| (-114) (-872))) ELT) (($ (-1 (-114) (-114) (-114)) $) NIL (|has| $ (-6 -4511)) ELT)) (-2125 (($ $) NIL (|has| (-114) (-872)) ELT) (($ (-1 (-114) (-114) (-114)) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 (((-114) $ (-1266 (-560)) (-114)) NIL (|has| $ (-6 -4511)) ELT) (((-114) $ (-560) (-114)) 43 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-3513 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-114) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-1995 (((-114) (-1 (-114) (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114)) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-114) (-114)) $ (-114) (-114)) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-2186 (((-114) $ (-560) (-114)) NIL (|has| $ (-6 -4511)) ELT)) (-2109 (((-114) $ (-560)) NIL T ELT)) (-3817 (((-560) (-114) $ (-560)) NIL (|has| (-114) (-1133)) ELT) (((-560) (-114) $) NIL (|has| (-114) (-1133)) ELT) (((-560) (-1 (-114) (-114)) $) NIL T ELT)) (-3086 (((-663 (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2936 (($ $ $) 39 T ELT)) (-2912 (($ $) NIL T ELT)) (-3978 (($ $ $) NIL T ELT)) (-4446 (($ (-793) (-114)) 27 T ELT)) (-3860 (($ $ $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) 8 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL T ELT)) (-1762 (($ $ $) NIL (|has| (-114) (-872)) ELT) (($ (-1 (-114) (-114) (-114)) $ $) NIL T ELT)) (-4439 (((-663 (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-114) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL T ELT)) (-2173 (($ (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-114) (-114) (-114)) $ $) 36 T ELT) (($ (-1 (-114) (-114)) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4233 (($ $ $ (-560)) NIL T ELT) (($ (-114) $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 (((-114) $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 (-114) "failed") (-1 (-114) (-114)) $) NIL T ELT)) (-2024 (($ $ (-114)) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-114)) (-663 (-114))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-114) (-114)) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-305 (-114))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT) (($ $ (-663 (-305 (-114)))) NIL (-12 (|has| (-114) (-321 (-114))) (|has| (-114) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) (-114) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT)) (-1570 (((-663 (-114)) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 29 T ELT)) (-3034 (($ $ (-1266 (-560))) NIL T ELT) (((-114) $ (-560)) 22 T ELT) (((-114) $ (-560) (-114)) NIL T ELT)) (-3032 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-1485 (((-793) (-114) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-114) (-1133))) ELT) (((-793) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 30 T ELT)) (-1830 (((-549) $) NIL (|has| (-114) (-633 (-549))) ELT)) (-3845 (($ (-663 (-114))) NIL T ELT)) (-2465 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT) (($ (-114) $) NIL T ELT) (($ $ (-114)) NIL T ELT)) (-3834 (((-888) $) 26 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-114)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2925 (($ $ $) 37 T ELT)) (-3872 (($ $ $) NIL T ELT)) (-4308 (($ $ $) 46 T ELT)) (-4320 (($ $) 44 T ELT)) (-4297 (($ $ $) 45 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 31 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 32 T ELT)) (-3863 (($ $ $) NIL T ELT)) (-3819 (((-793) $) 13 (|has| $ (-6 -4510)) ELT)))
+(((-514 |#1|) (-13 (-125) (-10 -8 (-15 -4320 ($ $)) (-15 -4308 ($ $ $)) (-15 -4297 ($ $ $)))) (-560)) (T -514))
+((-4320 (*1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560)))) (-4308 (*1 *1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560)))) (-4297 (*1 *1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560)))))
+(-13 (-125) (-10 -8 (-15 -4320 ($ $)) (-15 -4308 ($ $ $)) (-15 -4297 ($ $ $))))
+((-1339 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1203 |#4|)) 35 T ELT)) (-2281 (((-1203 |#4|) (-1 |#4| |#1|) |#2|) 31 T ELT) ((|#2| (-1 |#1| |#4|) (-1203 |#4|)) 22 T ELT)) (-4413 (((-3 (-711 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-711 (-1203 |#4|))) 46 T ELT)) (-2369 (((-1203 (-1203 |#4|)) (-1 |#4| |#1|) |#3|) 55 T ELT)))
+(((-515 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2281 (|#2| (-1 |#1| |#4|) (-1203 |#4|))) (-15 -2281 ((-1203 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -1339 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1203 |#4|))) (-15 -4413 ((-3 (-711 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-711 (-1203 |#4|)))) (-15 -2369 ((-1203 (-1203 |#4|)) (-1 |#4| |#1|) |#3|))) (-1081) (-1275 |#1|) (-1275 |#2|) (-1081)) (T -515))
+((-2369 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1081)) (-4 *7 (-1081)) (-4 *6 (-1275 *5)) (-5 *2 (-1203 (-1203 *7))) (-5 *1 (-515 *5 *6 *4 *7)) (-4 *4 (-1275 *6)))) (-4413 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-711 (-1203 *8))) (-4 *5 (-1081)) (-4 *8 (-1081)) (-4 *6 (-1275 *5)) (-5 *2 (-711 *6)) (-5 *1 (-515 *5 *6 *7 *8)) (-4 *7 (-1275 *6)))) (-1339 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1203 *7)) (-4 *5 (-1081)) (-4 *7 (-1081)) (-4 *2 (-1275 *5)) (-5 *1 (-515 *5 *2 *6 *7)) (-4 *6 (-1275 *2)))) (-2281 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1081)) (-4 *7 (-1081)) (-4 *4 (-1275 *5)) (-5 *2 (-1203 *7)) (-5 *1 (-515 *5 *4 *6 *7)) (-4 *6 (-1275 *4)))) (-2281 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1203 *7)) (-4 *5 (-1081)) (-4 *7 (-1081)) (-4 *2 (-1275 *5)) (-5 *1 (-515 *5 *2 *6 *7)) (-4 *6 (-1275 *2)))))
+(-10 -7 (-15 -2281 (|#2| (-1 |#1| |#4|) (-1203 |#4|))) (-15 -2281 ((-1203 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -1339 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1203 |#4|))) (-15 -4413 ((-3 (-711 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-711 (-1203 |#4|)))) (-15 -2369 ((-1203 (-1203 |#4|)) (-1 |#4| |#1|) |#3|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2854 (((-1305) $) 25 T ELT)) (-3034 (((-1191) $ (-1209)) 30 T ELT)) (-3420 (((-1305) $) 19 T ELT)) (-3834 (((-888) $) 27 T ELT) (($ (-1191)) 26 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 11 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 9 T ELT)))
+(((-516) (-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $)) (-15 -3834 ($ (-1191)))))) (T -516))
+((-3034 (*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1191)) (-5 *1 (-516)))) (-3420 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-516)))) (-2854 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-516)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-516)))))
+(-13 (-872) (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $)) (-15 -2854 ((-1305) $)) (-15 -3834 ($ (-1191)))))
+((-4179 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19 T ELT)) (-1650 ((|#1| |#4|) 10 T ELT)) (-4263 ((|#3| |#4|) 17 T ELT)))
+(((-517 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1650 (|#1| |#4|)) (-15 -4263 (|#3| |#4|)) (-15 -4179 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-571) (-1023 |#1|) (-385 |#1|) (-385 |#2|)) (T -517))
+((-4179 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-1023 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-517 *4 *5 *6 *3)) (-4 *6 (-385 *4)) (-4 *3 (-385 *5)))) (-4263 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-1023 *4)) (-4 *2 (-385 *4)) (-5 *1 (-517 *4 *5 *2 *3)) (-4 *3 (-385 *5)))) (-1650 (*1 *2 *3) (-12 (-4 *4 (-1023 *2)) (-4 *2 (-571)) (-5 *1 (-517 *2 *4 *5 *3)) (-4 *5 (-385 *2)) (-4 *3 (-385 *4)))))
+(-10 -7 (-15 -1650 (|#1| |#4|)) (-15 -4263 (|#3| |#4|)) (-15 -4179 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-1505 (((-114) $ (-663 |#3|)) 126 T ELT) (((-114) $) 127 T ELT)) (-3136 (((-114) $) 178 T ELT)) (-3353 (($ $ |#4|) 117 T ELT) (($ $ |#4| (-663 |#3|)) 121 T ELT)) (-4045 (((-1198 (-663 (-976 |#1|)) (-663 (-305 (-976 |#1|)))) (-663 |#4|)) 171 (|has| |#3| (-633 (-1209))) ELT)) (-3132 (($ $ $) 107 T ELT) (($ $ |#4|) 105 T ELT)) (-3363 (((-114) $) 177 T ELT)) (-1800 (($ $) 131 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2921 (($ $ $) 99 T ELT) (($ (-663 $)) 101 T ELT)) (-3076 (((-114) |#4| $) 129 T ELT)) (-4371 (((-114) $ $) 82 T ELT)) (-2310 (($ (-663 |#4|)) 106 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4232 (($ (-663 |#4|)) 175 T ELT)) (-3208 (((-114) $) 176 T ELT)) (-2986 (($ $) 85 T ELT)) (-2080 (((-663 |#4|) $) 73 T ELT)) (-1530 (((-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)) $ (-663 |#3|)) NIL T ELT)) (-3073 (((-114) |#4| $) 89 T ELT)) (-2068 (((-560) $ (-663 |#3|)) 133 T ELT) (((-560) $) 134 T ELT)) (-3834 (((-888) $) 174 T ELT) (($ (-663 |#4|)) 102 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-1840 (($ (-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $))) NIL T ELT)) (-2478 (((-114) $ $) 84 T ELT)) (-2571 (($ $ $) 109 T ELT)) (** (($ $ (-793)) 115 T ELT)) (* (($ $ $) 113 T ELT)))
+(((-518 |#1| |#2| |#3| |#4|) (-13 (-1133) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-793))) (-15 -2571 ($ $ $)) (-15 -3363 ((-114) $)) (-15 -3136 ((-114) $)) (-15 -3073 ((-114) |#4| $)) (-15 -4371 ((-114) $ $)) (-15 -3076 ((-114) |#4| $)) (-15 -1505 ((-114) $ (-663 |#3|))) (-15 -1505 ((-114) $)) (-15 -2921 ($ $ $)) (-15 -2921 ($ (-663 $))) (-15 -3132 ($ $ $)) (-15 -3132 ($ $ |#4|)) (-15 -2986 ($ $)) (-15 -1530 ((-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)) $ (-663 |#3|))) (-15 -1840 ($ (-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)))) (-15 -2068 ((-560) $ (-663 |#3|))) (-15 -2068 ((-560) $)) (-15 -1800 ($ $)) (-15 -2310 ($ (-663 |#4|))) (-15 -4232 ($ (-663 |#4|))) (-15 -3208 ((-114) $)) (-15 -2080 ((-663 |#4|) $)) (-15 -3834 ($ (-663 |#4|))) (-15 -3353 ($ $ |#4|)) (-15 -3353 ($ $ |#4| (-663 |#3|))) (IF (|has| |#3| (-633 (-1209))) (-15 -4045 ((-1198 (-663 (-976 |#1|)) (-663 (-305 (-976 |#1|)))) (-663 |#4|))) |%noBranch|))) (-376) (-817) (-872) (-980 |#1| |#2| |#3|)) (T -518))
+((* (*1 *1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-2571 (*1 *1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))) (-3363 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-3136 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-3073 (*1 *2 *3 *1) (-12 (-4 *4 (-376)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-518 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))) (-4371 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-3076 (*1 *2 *3 *1) (-12 (-4 *4 (-376)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-518 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))) (-1505 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-872)) (-4 *4 (-376)) (-4 *5 (-817)) (-5 *2 (-114)) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-980 *4 *5 *6)))) (-1505 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-2921 (*1 *1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))) (-2921 (*1 *1 *2) (-12 (-5 *2 (-663 (-518 *3 *4 *5 *6))) (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-3132 (*1 *1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))) (-3132 (*1 *1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *2)) (-4 *2 (-980 *3 *4 *5)))) (-2986 (*1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))) (-1530 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-872)) (-4 *4 (-376)) (-4 *5 (-817)) (-5 *2 (-2 (|:| |mval| (-711 *4)) (|:| |invmval| (-711 *4)) (|:| |genIdeal| (-518 *4 *5 *6 *7)))) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-980 *4 *5 *6)))) (-1840 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-711 *3)) (|:| |invmval| (-711 *3)) (|:| |genIdeal| (-518 *3 *4 *5 *6)))) (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-2068 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-872)) (-4 *4 (-376)) (-4 *5 (-817)) (-5 *2 (-560)) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-980 *4 *5 *6)))) (-2068 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-560)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-1800 (*1 *1 *1) (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872)) (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))) (-2310 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)))) (-4232 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)))) (-3208 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-2080 (*1 *2 *1) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *6)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)))) (-3353 (*1 *1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *2)) (-4 *2 (-980 *3 *4 *5)))) (-3353 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-872)) (-4 *4 (-376)) (-4 *5 (-817)) (-5 *1 (-518 *4 *5 *6 *2)) (-4 *2 (-980 *4 *5 *6)))) (-4045 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *5 *6)) (-4 *6 (-633 (-1209))) (-4 *4 (-376)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1198 (-663 (-976 *4)) (-663 (-305 (-976 *4))))) (-5 *1 (-518 *4 *5 *6 *7)))))
+(-13 (-1133) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-793))) (-15 -2571 ($ $ $)) (-15 -3363 ((-114) $)) (-15 -3136 ((-114) $)) (-15 -3073 ((-114) |#4| $)) (-15 -4371 ((-114) $ $)) (-15 -3076 ((-114) |#4| $)) (-15 -1505 ((-114) $ (-663 |#3|))) (-15 -1505 ((-114) $)) (-15 -2921 ($ $ $)) (-15 -2921 ($ (-663 $))) (-15 -3132 ($ $ $)) (-15 -3132 ($ $ |#4|)) (-15 -2986 ($ $)) (-15 -1530 ((-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)) $ (-663 |#3|))) (-15 -1840 ($ (-2 (|:| |mval| (-711 |#1|)) (|:| |invmval| (-711 |#1|)) (|:| |genIdeal| $)))) (-15 -2068 ((-560) $ (-663 |#3|))) (-15 -2068 ((-560) $)) (-15 -1800 ($ $)) (-15 -2310 ($ (-663 |#4|))) (-15 -4232 ($ (-663 |#4|))) (-15 -3208 ((-114) $)) (-15 -2080 ((-663 |#4|) $)) (-15 -3834 ($ (-663 |#4|))) (-15 -3353 ($ $ |#4|)) (-15 -3353 ($ $ |#4| (-663 |#3|))) (IF (|has| |#3| (-633 (-1209))) (-15 -4045 ((-1198 (-663 (-976 |#1|)) (-663 (-305 (-976 |#1|)))) (-663 |#4|))) |%noBranch|)))
+((-1921 (((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560))))) 176 T ELT)) (-2115 (((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560))))) 177 T ELT)) (-3642 (((-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560))))) 129 T ELT)) (-2072 (((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560))))) NIL T ELT)) (-3499 (((-663 (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560))))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560))))) 179 T ELT)) (-4345 (((-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-663 (-889 |#1|))) 195 T ELT)))
+(((-519 |#1| |#2|) (-10 -7 (-15 -1921 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -2115 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -2072 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -3642 ((-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -3499 ((-663 (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560))))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -4345 ((-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-663 (-889 |#1|))))) (-663 (-1209)) (-793)) (T -519))
+((-4345 (*1 *2 *2 *3) (-12 (-5 *2 (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4) (-255 *4 (-421 (-560))))) (-5 *3 (-663 (-889 *4))) (-14 *4 (-663 (-1209))) (-14 *5 (-793)) (-5 *1 (-519 *4 *5)))) (-3499 (*1 *2 *3) (-12 (-14 *4 (-663 (-1209))) (-14 *5 (-793)) (-5 *2 (-663 (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4) (-255 *4 (-421 (-560)))))) (-5 *1 (-519 *4 *5)) (-5 *3 (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4) (-255 *4 (-421 (-560))))))) (-3642 (*1 *2 *2) (-12 (-5 *2 (-518 (-421 (-560)) (-246 *4 (-793)) (-889 *3) (-255 *3 (-421 (-560))))) (-14 *3 (-663 (-1209))) (-14 *4 (-793)) (-5 *1 (-519 *3 *4)))) (-2072 (*1 *2 *3) (-12 (-5 *3 (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4) (-255 *4 (-421 (-560))))) (-14 *4 (-663 (-1209))) (-14 *5 (-793)) (-5 *2 (-114)) (-5 *1 (-519 *4 *5)))) (-2115 (*1 *2 *3) (-12 (-5 *3 (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4) (-255 *4 (-421 (-560))))) (-14 *4 (-663 (-1209))) (-14 *5 (-793)) (-5 *2 (-114)) (-5 *1 (-519 *4 *5)))) (-1921 (*1 *2 *3) (-12 (-5 *3 (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4) (-255 *4 (-421 (-560))))) (-14 *4 (-663 (-1209))) (-14 *5 (-793)) (-5 *2 (-114)) (-5 *1 (-519 *4 *5)))))
+(-10 -7 (-15 -1921 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -2115 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -2072 ((-114) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -3642 ((-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -3499 ((-663 (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560))))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))))) (-15 -4345 ((-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-518 (-421 (-560)) (-246 |#2| (-793)) (-889 |#1|) (-255 |#1| (-421 (-560)))) (-663 (-889 |#1|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2899 (($) 6 T ELT)) (-3834 (((-888) $) 14 T ELT) (((-1209) $) 10 T ELT) (((-1191) $) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-520) (-13 (-1133) (-632 (-1209)) (-632 (-1191)) (-10 -8 (-15 -2899 ($))))) (T -520))
+((-2899 (*1 *1) (-5 *1 (-520))))
+(-13 (-1133) (-632 (-1209)) (-632 (-1191)) (-10 -8 (-15 -2899 ($))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-4436 (((-663 (-898 |#2| |#1|)) $) 12 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-2682 (($ |#1| |#2|) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2146 ((|#2| $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 16 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) 15 T ELT) (($ $ $) 39 T ELT)) (-2571 (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 26 T ELT)))
+(((-521 |#1| |#2|) (-13 (-21) (-523 |#1| |#2|)) (-21) (-875)) (T -521))
NIL
(-13 (-21) (-523 |#1| |#2|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 17 T ELT)) (-2842 (((-663 (-897 |#2| |#1|)) $) 14 T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) 44 T ELT)) (-3528 (($ |#1| |#2|) 41 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 43 T ELT)) (-2330 ((|#2| $) NIL T ELT)) (-2450 ((|#1| $) 45 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 13 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2413 (($ $ $) 31 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) 40 T ELT)))
-(((-522 |#1| |#2|) (-13 (-23) (-523 |#1| |#2|)) (-23) (-874)) (T -522))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 17 T ELT)) (-4436 (((-663 (-898 |#2| |#1|)) $) 14 T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) 44 T ELT)) (-2682 (($ |#1| |#2|) 41 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 43 T ELT)) (-2146 ((|#2| $) NIL T ELT)) (-4307 ((|#1| $) 45 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 13 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2571 (($ $ $) 31 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) 40 T ELT)))
+(((-522 |#1| |#2|) (-13 (-23) (-523 |#1| |#2|)) (-23) (-875)) (T -522))
NIL
(-13 (-23) (-523 |#1| |#2|))
-((-2294 (((-114) $ $) 7 T ELT)) (-2842 (((-663 (-897 |#2| |#1|)) $) 15 T ELT)) (-2474 (($ $) 16 T ELT)) (-3528 (($ |#1| |#2|) 19 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 20 T ELT)) (-2330 ((|#2| $) 17 T ELT)) (-2450 ((|#1| $) 18 T ELT)) (-3049 (((-1190) $) 14 (-12 (|has| |#2| (-1132)) (|has| |#1| (-1132))) ELT)) (-3139 (((-1151) $) 13 (-12 (|has| |#2| (-1132)) (|has| |#1| (-1132))) ELT)) (-2539 (((-887) $) 12 (-12 (|has| |#2| (-1132)) (|has| |#1| (-1132))) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-523 |#1| |#2|) (-142) (-102) (-874)) (T -523))
-((-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-523 *3 *4)) (-4 *3 (-102)) (-4 *4 (-874)))) (-3528 (*1 *1 *2 *3) (-12 (-4 *1 (-523 *2 *3)) (-4 *2 (-102)) (-4 *3 (-874)))) (-2450 (*1 *2 *1) (-12 (-4 *1 (-523 *2 *3)) (-4 *3 (-874)) (-4 *2 (-102)))) (-2330 (*1 *2 *1) (-12 (-4 *1 (-523 *3 *2)) (-4 *3 (-102)) (-4 *2 (-874)))) (-2474 (*1 *1 *1) (-12 (-4 *1 (-523 *2 *3)) (-4 *2 (-102)) (-4 *3 (-874)))) (-2842 (*1 *2 *1) (-12 (-4 *1 (-523 *3 *4)) (-4 *3 (-102)) (-4 *4 (-874)) (-5 *2 (-663 (-897 *4 *3))))))
-(-13 (-102) (-10 -8 (IF (|has| |t#1| (-1132)) (IF (|has| |t#2| (-1132)) (-6 (-1132)) |%noBranch|) |%noBranch|) (-15 -2067 ($ (-1 |t#1| |t#1|) $)) (-15 -3528 ($ |t#1| |t#2|)) (-15 -2450 (|t#1| $)) (-15 -2330 (|t#2| $)) (-15 -2474 ($ $)) (-15 -2842 ((-663 (-897 |t#2| |t#1|)) $))))
-(((-102) . T) ((-632 (-887)) -12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ((-1132) -12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-2842 (((-663 (-897 |#2| |#1|)) $) 39 T ELT)) (-2474 (($ $) 34 T ELT)) (-3528 (($ |#1| |#2|) 30 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 32 T ELT)) (-2330 ((|#2| $) 38 T ELT)) (-2450 ((|#1| $) 37 T ELT)) (-3049 (((-1190) $) NIL (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ELT)) (-3139 (((-1151) $) NIL (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ELT)) (-2539 (((-887) $) 28 (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 21 T ELT)))
-(((-524 |#1| |#2|) (-523 |#1| |#2|) (-102) (-874)) (T -524))
+((-3808 (((-114) $ $) 7 T ELT)) (-4436 (((-663 (-898 |#2| |#1|)) $) 15 T ELT)) (-4328 (($ $) 16 T ELT)) (-2682 (($ |#1| |#2|) 19 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 20 T ELT)) (-2146 ((|#2| $) 17 T ELT)) (-4307 ((|#1| $) 18 T ELT)) (-2128 (((-1191) $) 14 (-12 (|has| |#2| (-1133)) (|has| |#1| (-1133))) ELT)) (-1473 (((-1152) $) 13 (-12 (|has| |#2| (-1133)) (|has| |#1| (-1133))) ELT)) (-3834 (((-888) $) 12 (-12 (|has| |#2| (-1133)) (|has| |#1| (-1133))) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-523 |#1| |#2|) (-142) (-102) (-875)) (T -523))
+((-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-523 *3 *4)) (-4 *3 (-102)) (-4 *4 (-875)))) (-2682 (*1 *1 *2 *3) (-12 (-4 *1 (-523 *2 *3)) (-4 *2 (-102)) (-4 *3 (-875)))) (-4307 (*1 *2 *1) (-12 (-4 *1 (-523 *2 *3)) (-4 *3 (-875)) (-4 *2 (-102)))) (-2146 (*1 *2 *1) (-12 (-4 *1 (-523 *3 *2)) (-4 *3 (-102)) (-4 *2 (-875)))) (-4328 (*1 *1 *1) (-12 (-4 *1 (-523 *2 *3)) (-4 *2 (-102)) (-4 *3 (-875)))) (-4436 (*1 *2 *1) (-12 (-4 *1 (-523 *3 *4)) (-4 *3 (-102)) (-4 *4 (-875)) (-5 *2 (-663 (-898 *4 *3))))))
+(-13 (-102) (-10 -8 (IF (|has| |t#1| (-1133)) (IF (|has| |t#2| (-1133)) (-6 (-1133)) |%noBranch|) |%noBranch|) (-15 -1793 ($ (-1 |t#1| |t#1|) $)) (-15 -2682 ($ |t#1| |t#2|)) (-15 -4307 (|t#1| $)) (-15 -2146 (|t#2| $)) (-15 -4328 ($ $)) (-15 -4436 ((-663 (-898 |t#2| |t#1|)) $))))
+(((-102) . T) ((-632 (-888)) -12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ((-1133) -12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-4436 (((-663 (-898 |#2| |#1|)) $) 39 T ELT)) (-4328 (($ $) 34 T ELT)) (-2682 (($ |#1| |#2|) 30 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 32 T ELT)) (-2146 ((|#2| $) 38 T ELT)) (-4307 ((|#1| $) 37 T ELT)) (-2128 (((-1191) $) NIL (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ELT)) (-1473 (((-1152) $) NIL (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ELT)) (-3834 (((-888) $) 28 (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 21 T ELT)))
+(((-524 |#1| |#2|) (-523 |#1| |#2|) (-102) (-875)) (T -524))
NIL
(-523 |#1| |#2|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2842 (((-663 (-897 |#2| |#1|)) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-3528 (($ |#1| |#2|) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2330 ((|#2| $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 22 T ELT)) (-2413 (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT)))
-(((-525 |#1| |#2|) (-13 (-814) (-523 |#1| |#2|)) (-814) (-874)) (T -525))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-4436 (((-663 (-898 |#2| |#1|)) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-1366 (((-114) $) NIL T ELT)) (-2682 (($ |#1| |#2|) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2146 ((|#2| $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 22 T ELT)) (-2571 (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT)))
+(((-525 |#1| |#2|) (-13 (-816) (-523 |#1| |#2|)) (-816) (-875)) (T -525))
NIL
-(-13 (-814) (-523 |#1| |#2|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2842 (((-663 (-897 |#2| |#1|)) $) NIL T ELT)) (-2180 (($ $ $) 23 T ELT)) (-2494 (((-3 $ "failed") $ $) 19 T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-3528 (($ |#1| |#2|) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2330 ((|#2| $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT)))
-(((-526 |#1| |#2|) (-13 (-815) (-523 |#1| |#2|)) (-815) (-871)) (T -526))
+(-13 (-816) (-523 |#1| |#2|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-4436 (((-663 (-898 |#2| |#1|)) $) NIL T ELT)) (-3429 (($ $ $) 23 T ELT)) (-1469 (((-3 $ "failed") $ $) 19 T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-1366 (((-114) $) NIL T ELT)) (-2682 (($ |#1| |#2|) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2146 ((|#2| $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT)))
+(((-526 |#1| |#2|) (-13 (-817) (-523 |#1| |#2|)) (-817) (-872)) (T -526))
NIL
-(-13 (-815) (-523 |#1| |#2|))
-((-2799 (($ $ (-663 |#2|) (-663 |#3|)) NIL T ELT) (($ $ |#2| |#3|) 12 T ELT)))
-(((-527 |#1| |#2| |#3|) (-10 -8 (-15 -2799 (|#1| |#1| |#2| |#3|)) (-15 -2799 (|#1| |#1| (-663 |#2|) (-663 |#3|)))) (-528 |#2| |#3|) (-1132) (-1248)) (T -527))
+(-13 (-817) (-523 |#1| |#2|))
+((-4265 (($ $ (-663 |#2|) (-663 |#3|)) NIL T ELT) (($ $ |#2| |#3|) 12 T ELT)))
+(((-527 |#1| |#2| |#3|) (-10 -8 (-15 -4265 (|#1| |#1| |#2| |#3|)) (-15 -4265 (|#1| |#1| (-663 |#2|) (-663 |#3|)))) (-528 |#2| |#3|) (-1133) (-1249)) (T -527))
NIL
-(-10 -8 (-15 -2799 (|#1| |#1| |#2| |#3|)) (-15 -2799 (|#1| |#1| (-663 |#2|) (-663 |#3|))))
-((-2799 (($ $ (-663 |#1|) (-663 |#2|)) 7 T ELT) (($ $ |#1| |#2|) 6 T ELT)))
-(((-528 |#1| |#2|) (-142) (-1132) (-1248)) (T -528))
-((-2799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 *5)) (-4 *1 (-528 *4 *5)) (-4 *4 (-1132)) (-4 *5 (-1248)))) (-2799 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-528 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1248)))))
-(-13 (-10 -8 (-15 -2799 ($ $ |t#1| |t#2|)) (-15 -2799 ($ $ (-663 |t#1|) (-663 |t#2|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 17 T ELT)) (-2842 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 |#2|))) $) 19 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-1450 (((-793) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-2888 ((|#1| $ (-560)) 24 T ELT)) (-2291 ((|#2| $ (-560)) 22 T ELT)) (-2308 (($ (-1 |#1| |#1|) $) 48 T ELT)) (-4423 (($ (-1 |#2| |#2|) $) 45 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1704 (($ $ $) 55 (|has| |#2| (-814)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 44 T ELT) (($ |#1|) NIL T ELT)) (-2453 ((|#2| |#1| $) 51 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 11 T CONST)) (-2329 (((-114) $ $) 30 T ELT)) (-2413 (($ $ $) 28 T ELT) (($ |#1| $) 26 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) 37 T ELT) (($ |#2| |#1|) 32 T ELT)))
-(((-529 |#1| |#2| |#3|) (-335 |#1| |#2|) (-1132) (-133) |#2|) (T -529))
+(-10 -8 (-15 -4265 (|#1| |#1| |#2| |#3|)) (-15 -4265 (|#1| |#1| (-663 |#2|) (-663 |#3|))))
+((-4265 (($ $ (-663 |#1|) (-663 |#2|)) 7 T ELT) (($ $ |#1| |#2|) 6 T ELT)))
+(((-528 |#1| |#2|) (-142) (-1133) (-1249)) (T -528))
+((-4265 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 *5)) (-4 *1 (-528 *4 *5)) (-4 *4 (-1133)) (-4 *5 (-1249)))) (-4265 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-528 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1249)))))
+(-13 (-10 -8 (-15 -4265 ($ $ |t#1| |t#2|)) (-15 -4265 ($ $ (-663 |t#1|) (-663 |t#2|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 17 T ELT)) (-4436 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 |#2|))) $) 19 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2233 (((-793) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-3365 ((|#1| $ (-560)) 24 T ELT)) (-3631 ((|#2| $ (-560)) 22 T ELT)) (-2585 (($ (-1 |#1| |#1|) $) 48 T ELT)) (-3384 (($ (-1 |#2| |#2|) $) 45 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2449 (($ $ $) 55 (|has| |#2| (-816)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 44 T ELT) (($ |#1|) NIL T ELT)) (-3580 ((|#2| |#1| $) 51 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 11 T CONST)) (-2478 (((-114) $ $) 30 T ELT)) (-2571 (($ $ $) 28 T ELT) (($ |#1| $) 26 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) 37 T ELT) (($ |#2| |#1|) 32 T ELT)))
+(((-529 |#1| |#2| |#3|) (-335 |#1| |#2|) (-1133) (-133) |#2|) (T -529))
NIL
(-335 |#1| |#2|)
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1612 (((-114) (-114)) 32 T ELT)) (-2696 ((|#1| $ (-560) |#1|) 42 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2501 (($ (-1 (-114) |#1|) $) 78 T ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2813 (($ $) 82 (|has| |#1| (-1132)) ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1784 (($ |#1| $) NIL (|has| |#1| (-1132)) ELT) (($ (-1 (-114) |#1|) $) 65 T ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT)) (-1706 (($ $ (-560)) 19 T ELT)) (-2727 (((-793) $) 13 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) |#1|) 31 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) 29 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3104 (($ $ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) 56 T ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) 57 T ELT) (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) 28 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1368 (($ $ $ (-560)) 74 T ELT) (($ |#1| $ (-560)) 58 T ELT)) (-1726 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3808 (($ (-663 |#1|)) 43 T ELT)) (-3794 ((|#1| $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) 24 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 61 T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 21 T ELT)) (-1495 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) 54 T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-2229 (($ $ (-1265 (-560))) 72 T ELT) (($ $ (-560)) 66 T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) 62 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 52 T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) NIL T ELT)) (-1464 (($ $ $) 63 T ELT) (($ $ |#1|) 60 T ELT)) (-4357 (($ $ |#1|) NIL T ELT) (($ |#1| $) 59 T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) 22 (|has| $ (-6 -4509)) ELT)))
-(((-530 |#1| |#2|) (-13 (-19 |#1|) (-294 |#1|) (-10 -8 (-15 -3808 ($ (-663 |#1|))) (-15 -2727 ((-793) $)) (-15 -1706 ($ $ (-560))) (-15 -1612 ((-114) (-114))))) (-1248) (-560)) (T -530))
-((-3808 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-530 *3 *4)) (-14 *4 (-560)))) (-2727 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1248)) (-14 *4 (-560)))) (-1706 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1248)) (-14 *4 *2))) (-1612 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1248)) (-14 *4 (-560)))))
-(-13 (-19 |#1|) (-294 |#1|) (-10 -8 (-15 -3808 ($ (-663 |#1|))) (-15 -2727 ((-793) $)) (-15 -1706 ($ $ (-560))) (-15 -1612 ((-114) (-114)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1768 (((-1166) $) 11 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3567 (((-1166) $) 13 T ELT)) (-2109 (((-1166) $) 9 T ELT)) (-2539 (((-887) $) 19 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-531) (-13 (-1114) (-10 -8 (-15 -2109 ((-1166) $)) (-15 -1768 ((-1166) $)) (-15 -3567 ((-1166) $))))) (T -531))
-((-2109 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-531)))) (-1768 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-531)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-531)))))
-(-13 (-1114) (-10 -8 (-15 -2109 ((-1166) $)) (-15 -1768 ((-1166) $)) (-15 -3567 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 (((-595 |#1|) $) NIL T ELT) (($ $ (-948)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-595 |#1|) "failed") $) NIL T ELT)) (-3056 (((-595 |#1|) $) NIL T ELT)) (-3013 (($ (-1298 (-595 |#1|))) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2136 (((-114) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-1497 (($ $ (-793)) NIL (-2191 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT) (($ $) NIL (-2191 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-948) $) NIL (|has| (-595 |#1|) (-381)) ELT) (((-854 (-948)) $) NIL (-2191 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3617 (((-114) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3138 (((-595 |#1|) $) NIL T ELT) (($ $ (-948)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2024 (((-713 $) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 (-595 |#1|)) $) NIL T ELT) (((-1202 $) $ (-948)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2608 (((-948) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-1624 (((-1202 (-595 |#1|)) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2046 (((-1202 (-595 |#1|)) $) NIL (|has| (-595 |#1|) (-381)) ELT) (((-3 (-1202 (-595 |#1|)) "failed") $ $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2365 (($ $ (-1202 (-595 |#1|))) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-595 |#1|) (-381)) CONST)) (-3998 (($ (-948)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-4309 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-854 (-948))) NIL T ELT) (((-948)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-793) $) NIL (|has| (-595 |#1|) (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2191 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $ (-793)) NIL (|has| (-595 |#1|) (-381)) ELT) (($ $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-4283 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-2731 (((-1202 (-595 |#1|))) NIL T ELT)) (-1677 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-1835 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2086 (((-1298 (-595 |#1|)) $) NIL T ELT) (((-711 (-595 |#1|)) (-1298 $)) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-595 |#1|)) NIL T ELT)) (-3187 (($ $) NIL (|has| (-595 |#1|) (-381)) ELT) (((-713 $) $) NIL (-2191 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT) (((-1298 $) (-948)) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2513 (($ $) NIL (|has| (-595 |#1|) (-381)) ELT) (($ $ (-793)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-4324 (($ $ (-793)) NIL (|has| (-595 |#1|) (-381)) ELT) (($ $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT) (($ $ (-595 |#1|)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-595 |#1|)) NIL T ELT) (($ (-595 |#1|) $) NIL T ELT)))
-(((-532 |#1| |#2|) (-341 (-595 |#1|)) (-948) (-948)) (T -532))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1689 (((-114) (-114)) 32 T ELT)) (-3986 ((|#1| $ (-560) |#1|) 42 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4174 (($ (-1 (-114) |#1|) $) 78 T ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-1536 (($ $) 82 (|has| |#1| (-1133)) ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1851 (($ |#1| $) NIL (|has| |#1| (-1133)) ELT) (($ (-1 (-114) |#1|) $) 65 T ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT)) (-1353 (($ $ (-560)) 19 T ELT)) (-3510 (((-793) $) 13 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) |#1|) 31 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) 29 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2100 (($ $ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) 56 T ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) 57 T ELT) (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) 28 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3549 (($ $ $ (-560)) 74 T ELT) (($ |#1| $ (-560)) 58 T ELT)) (-4233 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1606 (($ (-663 |#1|)) 43 T ELT)) (-1574 ((|#1| $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) 24 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 61 T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 21 T ELT)) (-3034 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) 54 T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-2380 (($ $ (-1266 (-560))) 72 T ELT) (($ $ (-560)) 66 T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) 62 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 52 T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) NIL T ELT)) (-4409 (($ $ $) 63 T ELT) (($ $ |#1|) 60 T ELT)) (-2465 (($ $ |#1|) NIL T ELT) (($ |#1| $) 59 T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) 22 (|has| $ (-6 -4510)) ELT)))
+(((-530 |#1| |#2|) (-13 (-19 |#1|) (-294 |#1|) (-10 -8 (-15 -1606 ($ (-663 |#1|))) (-15 -3510 ((-793) $)) (-15 -1353 ($ $ (-560))) (-15 -1689 ((-114) (-114))))) (-1249) (-560)) (T -530))
+((-1606 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-530 *3 *4)) (-14 *4 (-560)))) (-3510 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1249)) (-14 *4 (-560)))) (-1353 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1249)) (-14 *4 *2))) (-1689 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1249)) (-14 *4 (-560)))))
+(-13 (-19 |#1|) (-294 |#1|) (-10 -8 (-15 -1606 ($ (-663 |#1|))) (-15 -3510 ((-793) $)) (-15 -1353 ($ $ (-560))) (-15 -1689 ((-114) (-114)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2807 (((-1167) $) 11 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2834 (((-1167) $) 13 T ELT)) (-3007 (((-1167) $) 9 T ELT)) (-3834 (((-888) $) 19 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-531) (-13 (-1115) (-10 -8 (-15 -3007 ((-1167) $)) (-15 -2807 ((-1167) $)) (-15 -2834 ((-1167) $))))) (T -531))
+((-3007 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-531)))) (-2807 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-531)))) (-2834 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-531)))))
+(-13 (-1115) (-10 -8 (-15 -3007 ((-1167) $)) (-15 -2807 ((-1167) $)) (-15 -2834 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 (((-595 |#1|) $) NIL T ELT) (($ $ (-949)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-595 |#1|) "failed") $) NIL T ELT)) (-4072 (((-595 |#1|) $) NIL T ELT)) (-4402 (($ (-1299 (-595 |#1|))) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-4418 (((-114) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-1789 (($ $ (-793)) NIL (-2309 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT) (($ $) NIL (-2309 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-949) $) NIL (|has| (-595 |#1|) (-381)) ELT) (((-856 (-949)) $) NIL (-2309 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3563 (((-114) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2480 (((-595 |#1|) $) NIL T ELT) (($ $ (-949)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3851 (((-713 $) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 (-595 |#1|)) $) NIL T ELT) (((-1203 $) $ (-949)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3862 (((-949) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3639 (((-1203 (-595 |#1|)) $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2030 (((-1203 (-595 |#1|)) $) NIL (|has| (-595 |#1|) (-381)) ELT) (((-3 (-1203 (-595 |#1|)) "failed") $ $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2223 (($ $ (-1203 (-595 |#1|))) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-595 |#1|) (-381)) CONST)) (-2081 (($ (-949)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2060 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-856 (-949))) NIL T ELT) (((-949)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-793) $) NIL (|has| (-595 |#1|) (-381)) ELT) (((-3 (-793) "failed") $ $) NIL (-2309 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $ (-793)) NIL (|has| (-595 |#1|) (-381)) ELT) (($ $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-4144 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-2771 (((-1203 (-595 |#1|))) NIL T ELT)) (-2011 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2044 (($) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3084 (((-1299 (-595 |#1|)) $) NIL T ELT) (((-711 (-595 |#1|)) (-1299 $)) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-595 |#1|)) NIL T ELT)) (-1633 (($ $) NIL (|has| (-595 |#1|) (-381)) ELT) (((-713 $) $) NIL (-2309 (|has| (-595 |#1|) (-147)) (|has| (-595 |#1|) (-381))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT) (((-1299 $) (-949)) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-1888 (($ $) NIL (|has| (-595 |#1|) (-381)) ELT) (($ $ (-793)) NIL (|has| (-595 |#1|) (-381)) ELT)) (-3095 (($ $ (-793)) NIL (|has| (-595 |#1|) (-381)) ELT) (($ $) NIL (|has| (-595 |#1|) (-381)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT) (($ $ (-595 |#1|)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-595 |#1|)) NIL T ELT) (($ (-595 |#1|) $) NIL T ELT)))
+(((-532 |#1| |#2|) (-341 (-595 |#1|)) (-949) (-949)) (T -532))
NIL
(-341 (-595 |#1|))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) (-560) |#1|) 51 T ELT)) (-4254 (($ $ (-560) |#4|) NIL T ELT)) (-2193 (($ $ (-560) |#5|) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1964 ((|#4| $ (-560)) NIL T ELT)) (-3472 ((|#1| $ (-560) (-560) |#1|) 50 T ELT)) (-3393 ((|#1| $ (-560) (-560)) 45 T ELT)) (-1559 (((-663 |#1|) $) NIL T ELT)) (-3758 (((-793) $) 33 T ELT)) (-2531 (($ (-793) (-793) |#1|) 30 T ELT)) (-3771 (((-793) $) 38 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-1841 (((-560) $) 31 T ELT)) (-3726 (((-560) $) 32 T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3796 (((-560) $) 37 T ELT)) (-4346 (((-560) $) 39 T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) 55 (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-4446 (($ $ |#1|) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 14 T ELT)) (-1423 (($) 16 T ELT)) (-1495 ((|#1| $ (-560) (-560)) 48 T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-1731 ((|#5| $ (-560)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-533 |#1| |#2| |#3| |#4| |#5|) (-57 |#1| |#4| |#5|) (-1248) (-560) (-560) (-385 |#1|) (-385 |#1|)) (T -533))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) (-560) |#1|) 51 T ELT)) (-4385 (($ $ (-560) |#4|) NIL T ELT)) (-2118 (($ $ (-560) |#5|) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1802 ((|#4| $ (-560)) NIL T ELT)) (-2186 ((|#1| $ (-560) (-560) |#1|) 50 T ELT)) (-2109 ((|#1| $ (-560) (-560)) 45 T ELT)) (-3086 (((-663 |#1|) $) NIL T ELT)) (-2818 (((-793) $) 33 T ELT)) (-4446 (($ (-793) (-793) |#1|) 30 T ELT)) (-2833 (((-793) $) 38 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-1354 (((-560) $) 31 T ELT)) (-2895 (((-560) $) 32 T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1963 (((-560) $) 37 T ELT)) (-2212 (((-560) $) 39 T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) 55 (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-2024 (($ $ |#1|) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 14 T ELT)) (-3614 (($) 16 T ELT)) (-3034 ((|#1| $ (-560) (-560)) 48 T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-1986 ((|#5| $ (-560)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-533 |#1| |#2| |#3| |#4| |#5|) (-57 |#1| |#4| |#5|) (-1249) (-560) (-560) (-385 |#1|) (-385 |#1|)) (T -533))
NIL
(-57 |#1| |#4| |#5|)
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) NIL T ELT)) (-2580 ((|#1| $) NIL T ELT)) (-3730 (($ $) NIL T ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) 70 (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) $) NIL (|has| |#1| (-871)) ELT) (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-3119 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT) (($ (-1 (-114) |#1| |#1|) $) 64 (|has| $ (-6 -4510)) ELT)) (-3334 (($ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) 23 (|has| $ (-6 -4510)) ELT)) (-1498 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3746 ((|#1| $ |#1|) 21 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) 24 (|has| $ (-6 -4510)) ELT) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-2501 (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2570 ((|#1| $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) 28 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 29 T ELT)) (-3806 (($ $) 18 T ELT) (($ $ (-793)) 32 T ELT)) (-2813 (($ $) 62 (|has| |#1| (-1132)) ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1784 (($ |#1| $) NIL (|has| |#1| (-1132)) ELT) (($ (-1 (-114) |#1|) $) NIL T ELT)) (-2025 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-1866 (((-114) $) NIL T ELT)) (-2533 (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) (-1 (-114) |#1|) $) NIL T ELT)) (-1559 (((-663 |#1|) $) 27 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2531 (($ (-793) |#1|) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) 31 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3104 (($ $ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) 65 T ELT)) (-4246 (($ $ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 60 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1335 (($ |#1|) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) 58 (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1368 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-1726 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 13 T ELT) (($ $ (-793)) NIL T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2655 (((-114) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 12 T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) 17 T ELT)) (-1423 (($) 16 T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) ((|#1| $ "first") 15 T ELT) (($ $ "rest") 20 T ELT) ((|#1| $ "last") NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) ((|#1| $ (-560) |#1|) NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-2229 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3435 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-4235 (((-114) $) 35 T ELT)) (-2936 (($ $) NIL T ELT)) (-2841 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) NIL T ELT)) (-3957 (($ $) 40 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 36 T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 26 T ELT)) (-1464 (($ $ $) 61 T ELT) (($ $ |#1|) NIL T ELT)) (-4357 (($ $ $) NIL T ELT) (($ |#1| $) 10 T ELT) (($ (-663 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2539 (((-887) $) 50 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 54 (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) 9 (|has| $ (-6 -4509)) ELT)))
-(((-534 |#1| |#2|) (-688 |#1|) (-1248) (-560)) (T -534))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) NIL T ELT)) (-1910 ((|#1| $) NIL T ELT)) (-4034 (($ $) NIL T ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) 70 (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) $) NIL (|has| |#1| (-872)) ELT) (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-4235 (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT) (($ (-1 (-114) |#1| |#1|) $) 64 (|has| $ (-6 -4511)) ELT)) (-2125 (($ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) 23 (|has| $ (-6 -4511)) ELT)) (-1828 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4082 ((|#1| $ |#1|) 21 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) 24 (|has| $ (-6 -4511)) ELT) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4174 (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1900 ((|#1| $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) 28 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 29 T ELT)) (-1586 (($ $) 18 T ELT) (($ $ (-793)) 32 T ELT)) (-1536 (($ $) 62 (|has| |#1| (-1133)) ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1851 (($ |#1| $) NIL (|has| |#1| (-1133)) ELT) (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3513 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-4061 (((-114) $) NIL T ELT)) (-3817 (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) (-1 (-114) |#1|) $) NIL T ELT)) (-3086 (((-663 |#1|) $) 27 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-4446 (($ (-793) |#1|) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) 31 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2100 (($ $ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) 65 T ELT)) (-1762 (($ $ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 60 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3209 (($ |#1|) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) 58 (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-3549 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-4233 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 13 T ELT) (($ $ (-793)) NIL T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2126 (((-114) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 12 T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) 17 T ELT)) (-3614 (($) 16 T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) ((|#1| $ "first") 15 T ELT) (($ $ "rest") 20 T ELT) ((|#1| $ "last") NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) ((|#1| $ (-560) |#1|) NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-2380 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3032 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-1898 (((-114) $) 35 T ELT)) (-2935 (($ $) NIL T ELT)) (-2481 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) NIL T ELT)) (-1993 (($ $) 40 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 36 T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 26 T ELT)) (-4409 (($ $ $) 61 T ELT) (($ $ |#1|) NIL T ELT)) (-2465 (($ $ $) NIL T ELT) (($ |#1| $) 10 T ELT) (($ (-663 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3834 (((-888) $) 50 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 54 (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) 9 (|has| $ (-6 -4510)) ELT)))
+(((-534 |#1| |#2|) (-688 |#1|) (-1249) (-560)) (T -534))
NIL
(-688 |#1|)
-((-2723 ((|#4| |#4|) 38 T ELT)) (-3795 (((-793) |#4|) 44 T ELT)) (-1801 (((-793) |#4|) 45 T ELT)) (-4128 (((-663 |#3|) |#4|) 56 (|has| |#3| (-6 -4510)) ELT)) (-4311 (((-3 |#4| "failed") |#4|) 68 T ELT)) (-4061 ((|#4| |#4|) 60 T ELT)) (-2687 ((|#1| |#4|) 59 T ELT)))
-(((-535 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2723 (|#4| |#4|)) (-15 -3795 ((-793) |#4|)) (-15 -1801 ((-793) |#4|)) (IF (|has| |#3| (-6 -4510)) (-15 -4128 ((-663 |#3|) |#4|)) |%noBranch|) (-15 -2687 (|#1| |#4|)) (-15 -4061 (|#4| |#4|)) (-15 -4311 ((-3 |#4| "failed") |#4|))) (-376) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|)) (T -535))
-((-4311 (*1 *2 *2) (|partial| -12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-4061 (*1 *2 *2) (-12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-2687 (*1 *2 *3) (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-376)) (-5 *1 (-535 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5)))) (-4128 (*1 *2 *3) (-12 (|has| *6 (-6 -4510)) (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-663 *6)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-1801 (*1 *2 *3) (-12 (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-3795 (*1 *2 *3) (-12 (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-2723 (*1 *2 *2) (-12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
-(-10 -7 (-15 -2723 (|#4| |#4|)) (-15 -3795 ((-793) |#4|)) (-15 -1801 ((-793) |#4|)) (IF (|has| |#3| (-6 -4510)) (-15 -4128 ((-663 |#3|) |#4|)) |%noBranch|) (-15 -2687 (|#1| |#4|)) (-15 -4061 (|#4| |#4|)) (-15 -4311 ((-3 |#4| "failed") |#4|)))
-((-2723 ((|#8| |#4|) 20 T ELT)) (-4128 (((-663 |#3|) |#4|) 29 (|has| |#7| (-6 -4510)) ELT)) (-4311 (((-3 |#8| "failed") |#4|) 23 T ELT)))
-(((-536 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2723 (|#8| |#4|)) (-15 -4311 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4510)) (-15 -4128 ((-663 |#3|) |#4|)) |%noBranch|)) (-571) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|) (-1022 |#1|) (-385 |#5|) (-385 |#5|) (-708 |#5| |#6| |#7|)) (T -536))
-((-4128 (*1 *2 *3) (-12 (|has| *9 (-6 -4510)) (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-4 *7 (-1022 *4)) (-4 *8 (-385 *7)) (-4 *9 (-385 *7)) (-5 *2 (-663 *6)) (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-708 *4 *5 *6)) (-4 *10 (-708 *7 *8 *9)))) (-4311 (*1 *2 *3) (|partial| -12 (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-4 *7 (-1022 *4)) (-4 *2 (-708 *7 *8 *9)) (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-708 *4 *5 *6)) (-4 *8 (-385 *7)) (-4 *9 (-385 *7)))) (-2723 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-4 *7 (-1022 *4)) (-4 *2 (-708 *7 *8 *9)) (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-708 *4 *5 *6)) (-4 *8 (-385 *7)) (-4 *9 (-385 *7)))))
-(-10 -7 (-15 -2723 (|#8| |#4|)) (-15 -4311 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4510)) (-15 -4128 ((-663 |#3|) |#4|)) |%noBranch|))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2591 (($ (-793) (-793)) NIL T ELT)) (-3478 (($ $ $) NIL T ELT)) (-3896 (($ (-616 |#1| |#3|)) NIL T ELT) (($ $) NIL T ELT)) (-3994 (((-114) $) NIL T ELT)) (-1663 (($ $ (-560) (-560)) 21 T ELT)) (-3534 (($ $ (-560) (-560)) NIL T ELT)) (-4409 (($ $ (-560) (-560) (-560) (-560)) NIL T ELT)) (-1645 (($ $) NIL T ELT)) (-2523 (((-114) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4306 (($ $ (-560) (-560) $) NIL T ELT)) (-2696 ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) NIL T ELT)) (-4254 (($ $ (-560) (-616 |#1| |#3|)) NIL T ELT)) (-2193 (($ $ (-560) (-616 |#1| |#2|)) NIL T ELT)) (-3020 (($ (-793) |#1|) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2723 (($ $) 30 (|has| |#1| (-319)) ELT)) (-1964 (((-616 |#1| |#3|) $ (-560)) NIL T ELT)) (-3795 (((-793) $) 33 (|has| |#1| (-571)) ELT)) (-3472 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-3393 ((|#1| $ (-560) (-560)) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL T ELT)) (-1801 (((-793) $) 35 (|has| |#1| (-571)) ELT)) (-4128 (((-663 (-616 |#1| |#2|)) $) 38 (|has| |#1| (-571)) ELT)) (-3758 (((-793) $) NIL T ELT)) (-2531 (($ (-793) (-793) |#1|) NIL T ELT)) (-3771 (((-793) $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-3291 ((|#1| $) 28 (|has| |#1| (-6 (-4511 "*"))) ELT)) (-1841 (((-560) $) 10 T ELT)) (-3726 (((-560) $) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3796 (((-560) $) 13 T ELT)) (-4346 (((-560) $) NIL T ELT)) (-3287 (($ (-663 (-663 |#1|))) NIL T ELT) (($ (-793) (-793) (-1 |#1| (-560) (-560))) NIL T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-1385 (((-663 (-663 |#1|)) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-4311 (((-3 $ "failed") $) 42 (|has| |#1| (-376)) ELT)) (-4426 (($ $ $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-4446 (($ $ |#1|) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560))) NIL T ELT)) (-3589 (($ (-663 |#1|)) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2267 (((-114) $) NIL T ELT)) (-2687 ((|#1| $) 26 (|has| |#1| (-6 (-4511 "*"))) ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-1731 (((-616 |#1| |#2|) $ (-560)) NIL T ELT)) (-2539 (($ (-616 |#1| |#2|)) NIL T ELT) (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) NIL T ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-560) $) NIL T ELT) (((-616 |#1| |#2|) $ (-616 |#1| |#2|)) NIL T ELT) (((-616 |#1| |#3|) (-616 |#1| |#3|) $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-537 |#1| |#2| |#3|) (-708 |#1| (-616 |#1| |#3|) (-616 |#1| |#2|)) (-1080) (-560) (-560)) (T -537))
+((-4350 ((|#4| |#4|) 38 T ELT)) (-1486 (((-793) |#4|) 44 T ELT)) (-4077 (((-793) |#4|) 45 T ELT)) (-3613 (((-663 |#3|) |#4|) 56 (|has| |#3| (-6 -4511)) ELT)) (-2282 (((-3 |#4| "failed") |#4|) 68 T ELT)) (-4040 ((|#4| |#4|) 60 T ELT)) (-3078 ((|#1| |#4|) 59 T ELT)))
+(((-535 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4350 (|#4| |#4|)) (-15 -1486 ((-793) |#4|)) (-15 -4077 ((-793) |#4|)) (IF (|has| |#3| (-6 -4511)) (-15 -3613 ((-663 |#3|) |#4|)) |%noBranch|) (-15 -3078 (|#1| |#4|)) (-15 -4040 (|#4| |#4|)) (-15 -2282 ((-3 |#4| "failed") |#4|))) (-376) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|)) (T -535))
+((-2282 (*1 *2 *2) (|partial| -12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-4040 (*1 *2 *2) (-12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-3078 (*1 *2 *3) (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-376)) (-5 *1 (-535 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5)))) (-3613 (*1 *2 *3) (-12 (|has| *6 (-6 -4511)) (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-663 *6)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-4077 (*1 *2 *3) (-12 (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-1486 (*1 *2 *3) (-12 (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-4350 (*1 *2 *2) (-12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+(-10 -7 (-15 -4350 (|#4| |#4|)) (-15 -1486 ((-793) |#4|)) (-15 -4077 ((-793) |#4|)) (IF (|has| |#3| (-6 -4511)) (-15 -3613 ((-663 |#3|) |#4|)) |%noBranch|) (-15 -3078 (|#1| |#4|)) (-15 -4040 (|#4| |#4|)) (-15 -2282 ((-3 |#4| "failed") |#4|)))
+((-4350 ((|#8| |#4|) 20 T ELT)) (-3613 (((-663 |#3|) |#4|) 29 (|has| |#7| (-6 -4511)) ELT)) (-2282 (((-3 |#8| "failed") |#4|) 23 T ELT)))
+(((-536 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -4350 (|#8| |#4|)) (-15 -2282 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4511)) (-15 -3613 ((-663 |#3|) |#4|)) |%noBranch|)) (-571) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|) (-1023 |#1|) (-385 |#5|) (-385 |#5|) (-708 |#5| |#6| |#7|)) (T -536))
+((-3613 (*1 *2 *3) (-12 (|has| *9 (-6 -4511)) (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-4 *7 (-1023 *4)) (-4 *8 (-385 *7)) (-4 *9 (-385 *7)) (-5 *2 (-663 *6)) (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-708 *4 *5 *6)) (-4 *10 (-708 *7 *8 *9)))) (-2282 (*1 *2 *3) (|partial| -12 (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-4 *7 (-1023 *4)) (-4 *2 (-708 *7 *8 *9)) (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-708 *4 *5 *6)) (-4 *8 (-385 *7)) (-4 *9 (-385 *7)))) (-4350 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-4 *7 (-1023 *4)) (-4 *2 (-708 *7 *8 *9)) (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-708 *4 *5 *6)) (-4 *8 (-385 *7)) (-4 *9 (-385 *7)))))
+(-10 -7 (-15 -4350 (|#8| |#4|)) (-15 -2282 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4511)) (-15 -3613 ((-663 |#3|) |#4|)) |%noBranch|))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4272 (($ (-793) (-793)) NIL T ELT)) (-4310 (($ $ $) NIL T ELT)) (-2669 (($ (-616 |#1| |#3|)) NIL T ELT) (($ $) NIL T ELT)) (-2580 (((-114) $) NIL T ELT)) (-3306 (($ $ (-560) (-560)) 21 T ELT)) (-4273 (($ $ (-560) (-560)) NIL T ELT)) (-1511 (($ $ (-560) (-560) (-560) (-560)) NIL T ELT)) (-2069 (($ $) NIL T ELT)) (-3475 (((-114) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3727 (($ $ (-560) (-560) $) NIL T ELT)) (-3986 ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) NIL T ELT)) (-4385 (($ $ (-560) (-616 |#1| |#3|)) NIL T ELT)) (-2118 (($ $ (-560) (-616 |#1| |#2|)) NIL T ELT)) (-4011 (($ (-793) |#1|) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4350 (($ $) 30 (|has| |#1| (-319)) ELT)) (-1802 (((-616 |#1| |#3|) $ (-560)) NIL T ELT)) (-1486 (((-793) $) 33 (|has| |#1| (-571)) ELT)) (-2186 ((|#1| $ (-560) (-560) |#1|) NIL T ELT)) (-2109 ((|#1| $ (-560) (-560)) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL T ELT)) (-4077 (((-793) $) 35 (|has| |#1| (-571)) ELT)) (-3613 (((-663 (-616 |#1| |#2|)) $) 38 (|has| |#1| (-571)) ELT)) (-2818 (((-793) $) NIL T ELT)) (-4446 (($ (-793) (-793) |#1|) NIL T ELT)) (-2833 (((-793) $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3178 ((|#1| $) 28 (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1354 (((-560) $) 10 T ELT)) (-2895 (((-560) $) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1963 (((-560) $) 13 T ELT)) (-2212 (((-560) $) NIL T ELT)) (-4335 (($ (-663 (-663 |#1|))) NIL T ELT) (($ (-793) (-793) (-1 |#1| (-560) (-560))) NIL T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-4327 (((-663 (-663 |#1|)) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-2282 (((-3 $ "failed") $) 42 (|has| |#1| (-376)) ELT)) (-3646 (($ $ $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-2024 (($ $ |#1|) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560))) NIL T ELT)) (-4214 (($ (-663 |#1|)) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3177 (((-114) $) NIL T ELT)) (-3078 ((|#1| $) 26 (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-1986 (((-616 |#1| |#2|) $ (-560)) NIL T ELT)) (-3834 (($ (-616 |#1| |#2|)) NIL T ELT) (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) NIL T ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-560) $) NIL T ELT) (((-616 |#1| |#2|) $ (-616 |#1| |#2|)) NIL T ELT) (((-616 |#1| |#3|) (-616 |#1| |#3|) $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-537 |#1| |#2| |#3|) (-708 |#1| (-616 |#1| |#3|) (-616 |#1| |#2|)) (-1081) (-560) (-560)) (T -537))
NIL
(-708 |#1| (-616 |#1| |#3|) (-616 |#1| |#2|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3220 (((-663 (-1249)) $) 13 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 19 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT) (($ (-663 (-1249))) 11 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-538) (-13 (-1114) (-10 -8 (-15 -2539 ($ (-663 (-1249)))) (-15 -3220 ((-663 (-1249)) $))))) (T -538))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-538)))) (-3220 (*1 *2 *1) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-538)))))
-(-13 (-1114) (-10 -8 (-15 -2539 ($ (-663 (-1249)))) (-15 -3220 ((-663 (-1249)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1885 (((-1166) $) 14 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1414 (((-520) $) 11 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 21 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-539) (-13 (-1114) (-10 -8 (-15 -1414 ((-520) $)) (-15 -1885 ((-1166) $))))) (T -539))
-((-1414 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-539)))) (-1885 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-539)))))
-(-13 (-1114) (-10 -8 (-15 -1414 ((-520) $)) (-15 -1885 ((-1166) $))))
-((-3180 (((-713 (-1257)) $) 15 T ELT)) (-4338 (((-713 (-1255)) $) 38 T ELT)) (-2051 (((-713 (-1254)) $) 29 T ELT)) (-2398 (((-713 (-564)) $) 12 T ELT)) (-2854 (((-713 (-562)) $) 42 T ELT)) (-3690 (((-713 (-561)) $) 33 T ELT)) (-1774 (((-793) $ (-131)) 54 T ELT)))
-(((-540 |#1|) (-10 -8 (-15 -1774 ((-793) |#1| (-131))) (-15 -4338 ((-713 (-1255)) |#1|)) (-15 -2854 ((-713 (-562)) |#1|)) (-15 -2051 ((-713 (-1254)) |#1|)) (-15 -3690 ((-713 (-561)) |#1|)) (-15 -3180 ((-713 (-1257)) |#1|)) (-15 -2398 ((-713 (-564)) |#1|))) (-541)) (T -540))
-NIL
-(-10 -8 (-15 -1774 ((-793) |#1| (-131))) (-15 -4338 ((-713 (-1255)) |#1|)) (-15 -2854 ((-713 (-562)) |#1|)) (-15 -2051 ((-713 (-1254)) |#1|)) (-15 -3690 ((-713 (-561)) |#1|)) (-15 -3180 ((-713 (-1257)) |#1|)) (-15 -2398 ((-713 (-564)) |#1|)))
-((-3180 (((-713 (-1257)) $) 12 T ELT)) (-4338 (((-713 (-1255)) $) 8 T ELT)) (-2051 (((-713 (-1254)) $) 10 T ELT)) (-2398 (((-713 (-564)) $) 13 T ELT)) (-2854 (((-713 (-562)) $) 9 T ELT)) (-3690 (((-713 (-561)) $) 11 T ELT)) (-1774 (((-793) $ (-131)) 7 T ELT)) (-3281 (((-713 (-130)) $) 14 T ELT)) (-4213 (($ $) 6 T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4433 (((-663 (-1250)) $) 13 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 19 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT) (($ (-663 (-1250))) 11 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-538) (-13 (-1115) (-10 -8 (-15 -3834 ($ (-663 (-1250)))) (-15 -4433 ((-663 (-1250)) $))))) (T -538))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-538)))) (-4433 (*1 *2 *1) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-538)))))
+(-13 (-1115) (-10 -8 (-15 -3834 ($ (-663 (-1250)))) (-15 -4433 ((-663 (-1250)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2006 (((-1167) $) 14 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3053 (((-520) $) 11 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 21 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-539) (-13 (-1115) (-10 -8 (-15 -3053 ((-520) $)) (-15 -2006 ((-1167) $))))) (T -539))
+((-3053 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-539)))) (-2006 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-539)))))
+(-13 (-1115) (-10 -8 (-15 -3053 ((-520) $)) (-15 -2006 ((-1167) $))))
+((-2230 (((-713 (-1258)) $) 15 T ELT)) (-2709 (((-713 (-1256)) $) 38 T ELT)) (-4435 (((-713 (-1255)) $) 29 T ELT)) (-3674 (((-713 (-564)) $) 12 T ELT)) (-3186 (((-713 (-562)) $) 42 T ELT)) (-2822 (((-713 (-561)) $) 33 T ELT)) (-2046 (((-793) $ (-131)) 54 T ELT)))
+(((-540 |#1|) (-10 -8 (-15 -2046 ((-793) |#1| (-131))) (-15 -2709 ((-713 (-1256)) |#1|)) (-15 -3186 ((-713 (-562)) |#1|)) (-15 -4435 ((-713 (-1255)) |#1|)) (-15 -2822 ((-713 (-561)) |#1|)) (-15 -2230 ((-713 (-1258)) |#1|)) (-15 -3674 ((-713 (-564)) |#1|))) (-541)) (T -540))
+NIL
+(-10 -8 (-15 -2046 ((-793) |#1| (-131))) (-15 -2709 ((-713 (-1256)) |#1|)) (-15 -3186 ((-713 (-562)) |#1|)) (-15 -4435 ((-713 (-1255)) |#1|)) (-15 -2822 ((-713 (-561)) |#1|)) (-15 -2230 ((-713 (-1258)) |#1|)) (-15 -3674 ((-713 (-564)) |#1|)))
+((-2230 (((-713 (-1258)) $) 12 T ELT)) (-2709 (((-713 (-1256)) $) 8 T ELT)) (-4435 (((-713 (-1255)) $) 10 T ELT)) (-3674 (((-713 (-564)) $) 13 T ELT)) (-3186 (((-713 (-562)) $) 9 T ELT)) (-2822 (((-713 (-561)) $) 11 T ELT)) (-2046 (((-793) $ (-131)) 7 T ELT)) (-3602 (((-713 (-130)) $) 14 T ELT)) (-4423 (($ $) 6 T ELT)))
(((-541) (-142)) (T -541))
-((-3281 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-130))))) (-2398 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-564))))) (-3180 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1257))))) (-3690 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-561))))) (-2051 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1254))))) (-2854 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-562))))) (-4338 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1255))))) (-1774 (*1 *2 *1 *3) (-12 (-4 *1 (-541)) (-5 *3 (-131)) (-5 *2 (-793)))))
-(-13 (-176) (-10 -8 (-15 -3281 ((-713 (-130)) $)) (-15 -2398 ((-713 (-564)) $)) (-15 -3180 ((-713 (-1257)) $)) (-15 -3690 ((-713 (-561)) $)) (-15 -2051 ((-713 (-1254)) $)) (-15 -2854 ((-713 (-562)) $)) (-15 -4338 ((-713 (-1255)) $)) (-15 -1774 ((-793) $ (-131)))))
+((-3602 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-130))))) (-3674 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-564))))) (-2230 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1258))))) (-2822 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-561))))) (-4435 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1255))))) (-3186 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-562))))) (-2709 (*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1256))))) (-2046 (*1 *2 *1 *3) (-12 (-4 *1 (-541)) (-5 *3 (-131)) (-5 *2 (-793)))))
+(-13 (-176) (-10 -8 (-15 -3602 ((-713 (-130)) $)) (-15 -3674 ((-713 (-564)) $)) (-15 -2230 ((-713 (-1258)) $)) (-15 -2822 ((-713 (-561)) $)) (-15 -4435 ((-713 (-1255)) $)) (-15 -3186 ((-713 (-562)) $)) (-15 -2709 ((-713 (-1256)) $)) (-15 -2046 ((-793) $ (-131)))))
(((-176) . T))
-((-2866 (((-1202 |#1|) (-793)) 115 T ELT)) (-4095 (((-1298 |#1|) (-1298 |#1|) (-948)) 108 T ELT)) (-3369 (((-1304) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) |#1|) 123 T ELT)) (-2162 (((-1298 |#1|) (-1298 |#1|) (-793)) 53 T ELT)) (-3362 (((-1298 |#1|) (-948)) 110 T ELT)) (-2315 (((-1298 |#1|) (-1298 |#1|) (-560)) 30 T ELT)) (-1862 (((-1202 |#1|) (-1298 |#1|)) 116 T ELT)) (-1918 (((-1298 |#1|) (-948)) 137 T ELT)) (-3617 (((-114) (-1298 |#1|)) 120 T ELT)) (-3138 (((-1298 |#1|) (-1298 |#1|) (-948)) 100 T ELT)) (-2767 (((-1202 |#1|) (-1298 |#1|)) 131 T ELT)) (-2608 (((-948) (-1298 |#1|)) 96 T ELT)) (-2402 (((-1298 |#1|) (-1298 |#1|)) 38 T ELT)) (-3998 (((-1298 |#1|) (-948) (-948)) 140 T ELT)) (-2754 (((-1298 |#1|) (-1298 |#1|) (-1151) (-1151)) 29 T ELT)) (-4328 (((-1298 |#1|) (-1298 |#1|) (-793) (-1151)) 54 T ELT)) (-1868 (((-1298 (-1298 |#1|)) (-948)) 136 T ELT)) (-2436 (((-1298 |#1|) (-1298 |#1|) (-1298 |#1|)) 121 T ELT)) (** (((-1298 |#1|) (-1298 |#1|) (-560)) 67 T ELT)) (* (((-1298 |#1|) (-1298 |#1|) (-1298 |#1|)) 31 T ELT)))
-(((-542 |#1|) (-10 -7 (-15 -3369 ((-1304) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) |#1|)) (-15 -3362 ((-1298 |#1|) (-948))) (-15 -3998 ((-1298 |#1|) (-948) (-948))) (-15 -1862 ((-1202 |#1|) (-1298 |#1|))) (-15 -2866 ((-1202 |#1|) (-793))) (-15 -4328 ((-1298 |#1|) (-1298 |#1|) (-793) (-1151))) (-15 -2162 ((-1298 |#1|) (-1298 |#1|) (-793))) (-15 -2754 ((-1298 |#1|) (-1298 |#1|) (-1151) (-1151))) (-15 -2315 ((-1298 |#1|) (-1298 |#1|) (-560))) (-15 ** ((-1298 |#1|) (-1298 |#1|) (-560))) (-15 * ((-1298 |#1|) (-1298 |#1|) (-1298 |#1|))) (-15 -2436 ((-1298 |#1|) (-1298 |#1|) (-1298 |#1|))) (-15 -3138 ((-1298 |#1|) (-1298 |#1|) (-948))) (-15 -4095 ((-1298 |#1|) (-1298 |#1|) (-948))) (-15 -2402 ((-1298 |#1|) (-1298 |#1|))) (-15 -2608 ((-948) (-1298 |#1|))) (-15 -3617 ((-114) (-1298 |#1|))) (-15 -1868 ((-1298 (-1298 |#1|)) (-948))) (-15 -1918 ((-1298 |#1|) (-948))) (-15 -2767 ((-1202 |#1|) (-1298 |#1|)))) (-363)) (T -542))
-((-2767 (*1 *2 *3) (-12 (-5 *3 (-1298 *4)) (-4 *4 (-363)) (-5 *2 (-1202 *4)) (-5 *1 (-542 *4)))) (-1918 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1298 *4)) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-1868 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1298 (-1298 *4))) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-3617 (*1 *2 *3) (-12 (-5 *3 (-1298 *4)) (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-542 *4)))) (-2608 (*1 *2 *3) (-12 (-5 *3 (-1298 *4)) (-4 *4 (-363)) (-5 *2 (-948)) (-5 *1 (-542 *4)))) (-2402 (*1 *2 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3)))) (-4095 (*1 *2 *2 *3) (-12 (-5 *2 (-1298 *4)) (-5 *3 (-948)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-3138 (*1 *2 *2 *3) (-12 (-5 *2 (-1298 *4)) (-5 *3 (-948)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-2436 (*1 *2 *2 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1298 *4)) (-5 *3 (-560)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-2315 (*1 *2 *2 *3) (-12 (-5 *2 (-1298 *4)) (-5 *3 (-560)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-2754 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1298 *4)) (-5 *3 (-1151)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-2162 (*1 *2 *2 *3) (-12 (-5 *2 (-1298 *4)) (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-4328 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1298 *5)) (-5 *3 (-793)) (-5 *4 (-1151)) (-4 *5 (-363)) (-5 *1 (-542 *5)))) (-2866 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1202 *4)) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-1862 (*1 *2 *3) (-12 (-5 *3 (-1298 *4)) (-4 *4 (-363)) (-5 *2 (-1202 *4)) (-5 *1 (-542 *4)))) (-3998 (*1 *2 *3 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1298 *4)) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-3362 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1298 *4)) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-3369 (*1 *2 *3 *4) (-12 (-5 *3 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151)))))) (-4 *4 (-363)) (-5 *2 (-1304)) (-5 *1 (-542 *4)))))
-(-10 -7 (-15 -3369 ((-1304) (-1298 (-663 (-2 (|:| -3929 |#1|) (|:| -3998 (-1151))))) |#1|)) (-15 -3362 ((-1298 |#1|) (-948))) (-15 -3998 ((-1298 |#1|) (-948) (-948))) (-15 -1862 ((-1202 |#1|) (-1298 |#1|))) (-15 -2866 ((-1202 |#1|) (-793))) (-15 -4328 ((-1298 |#1|) (-1298 |#1|) (-793) (-1151))) (-15 -2162 ((-1298 |#1|) (-1298 |#1|) (-793))) (-15 -2754 ((-1298 |#1|) (-1298 |#1|) (-1151) (-1151))) (-15 -2315 ((-1298 |#1|) (-1298 |#1|) (-560))) (-15 ** ((-1298 |#1|) (-1298 |#1|) (-560))) (-15 * ((-1298 |#1|) (-1298 |#1|) (-1298 |#1|))) (-15 -2436 ((-1298 |#1|) (-1298 |#1|) (-1298 |#1|))) (-15 -3138 ((-1298 |#1|) (-1298 |#1|) (-948))) (-15 -4095 ((-1298 |#1|) (-1298 |#1|) (-948))) (-15 -2402 ((-1298 |#1|) (-1298 |#1|))) (-15 -2608 ((-948) (-1298 |#1|))) (-15 -3617 ((-114) (-1298 |#1|))) (-15 -1868 ((-1298 (-1298 |#1|)) (-948))) (-15 -1918 ((-1298 |#1|) (-948))) (-15 -2767 ((-1202 |#1|) (-1298 |#1|))))
-((-3180 (((-713 (-1257)) $) NIL T ELT)) (-4338 (((-713 (-1255)) $) NIL T ELT)) (-2051 (((-713 (-1254)) $) NIL T ELT)) (-2398 (((-713 (-564)) $) NIL T ELT)) (-2854 (((-713 (-562)) $) NIL T ELT)) (-3690 (((-713 (-561)) $) NIL T ELT)) (-1774 (((-793) $ (-131)) NIL T ELT)) (-3281 (((-713 (-130)) $) 26 T ELT)) (-2113 (((-1151) $ (-1151)) 31 T ELT)) (-2533 (((-1151) $) 30 T ELT)) (-2514 (((-114) $) 20 T ELT)) (-1670 (($ (-402)) 14 T ELT) (($ (-1190)) 16 T ELT)) (-1558 (((-114) $) 27 T ELT)) (-2539 (((-887) $) 34 T ELT)) (-4213 (($ $) 28 T ELT)))
-(((-543) (-13 (-541) (-632 (-887)) (-10 -8 (-15 -1670 ($ (-402))) (-15 -1670 ($ (-1190))) (-15 -1558 ((-114) $)) (-15 -2514 ((-114) $)) (-15 -2533 ((-1151) $)) (-15 -2113 ((-1151) $ (-1151)))))) (T -543))
-((-1670 (*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-543)))) (-1670 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-543)))) (-1558 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-543)))) (-2514 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-543)))) (-2533 (*1 *2 *1) (-12 (-5 *2 (-1151)) (-5 *1 (-543)))) (-2113 (*1 *2 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-543)))))
-(-13 (-541) (-632 (-887)) (-10 -8 (-15 -1670 ($ (-402))) (-15 -1670 ($ (-1190))) (-15 -1558 ((-114) $)) (-15 -2514 ((-114) $)) (-15 -2533 ((-1151) $)) (-15 -2113 ((-1151) $ (-1151)))))
-((-3545 (((-1 |#1| |#1|) |#1|) 11 T ELT)) (-3823 (((-1 |#1| |#1|)) 10 T ELT)))
-(((-544 |#1|) (-10 -7 (-15 -3823 ((-1 |#1| |#1|))) (-15 -3545 ((-1 |#1| |#1|) |#1|))) (-13 (-748) (-25))) (T -544))
-((-3545 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-544 *3)) (-4 *3 (-13 (-748) (-25))))) (-3823 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-544 *3)) (-4 *3 (-13 (-748) (-25))))))
-(-10 -7 (-15 -3823 ((-1 |#1| |#1|))) (-15 -3545 ((-1 |#1| |#1|) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2842 (((-663 (-897 |#1| (-793))) $) NIL T ELT)) (-2180 (($ $ $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-3528 (($ (-793) |#1|) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-2067 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-2330 ((|#1| $) NIL T ELT)) (-2450 (((-793) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 27 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT)))
-(((-545 |#1|) (-13 (-815) (-523 (-793) |#1|)) (-871)) (T -545))
-NIL
-(-13 (-815) (-523 (-793) |#1|))
-((-3959 (((-663 |#2|) (-1202 |#1|) |#3|) 98 T ELT)) (-3109 (((-663 (-2 (|:| |outval| |#2|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#2|))))) (-711 |#1|) |#3| (-1 (-419 (-1202 |#1|)) (-1202 |#1|))) 114 T ELT)) (-1953 (((-1202 |#1|) (-711 |#1|)) 110 T ELT)))
-(((-546 |#1| |#2| |#3|) (-10 -7 (-15 -1953 ((-1202 |#1|) (-711 |#1|))) (-15 -3959 ((-663 |#2|) (-1202 |#1|) |#3|)) (-15 -3109 ((-663 (-2 (|:| |outval| |#2|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#2|))))) (-711 |#1|) |#3| (-1 (-419 (-1202 |#1|)) (-1202 |#1|))))) (-376) (-376) (-13 (-376) (-870))) (T -546))
-((-3109 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *6)) (-5 *5 (-1 (-419 (-1202 *6)) (-1202 *6))) (-4 *6 (-376)) (-5 *2 (-663 (-2 (|:| |outval| *7) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 *7)))))) (-5 *1 (-546 *6 *7 *4)) (-4 *7 (-376)) (-4 *4 (-13 (-376) (-870))))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1202 *5)) (-4 *5 (-376)) (-5 *2 (-663 *6)) (-5 *1 (-546 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-870))))) (-1953 (*1 *2 *3) (-12 (-5 *3 (-711 *4)) (-4 *4 (-376)) (-5 *2 (-1202 *4)) (-5 *1 (-546 *4 *5 *6)) (-4 *5 (-376)) (-4 *6 (-13 (-376) (-870))))))
-(-10 -7 (-15 -1953 ((-1202 |#1|) (-711 |#1|))) (-15 -3959 ((-663 |#2|) (-1202 |#1|) |#3|)) (-15 -3109 ((-663 (-2 (|:| |outval| |#2|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#2|))))) (-711 |#1|) |#3| (-1 (-419 (-1202 |#1|)) (-1202 |#1|)))))
-((-3171 (((-713 (-1257)) $ (-1257)) NIL T ELT)) (-4412 (((-713 (-564)) $ (-564)) NIL T ELT)) (-2215 (((-793) $ (-131)) 39 T ELT)) (-2808 (((-713 (-130)) $ (-130)) 40 T ELT)) (-3180 (((-713 (-1257)) $) NIL T ELT)) (-4338 (((-713 (-1255)) $) NIL T ELT)) (-2051 (((-713 (-1254)) $) NIL T ELT)) (-2398 (((-713 (-564)) $) NIL T ELT)) (-2854 (((-713 (-562)) $) NIL T ELT)) (-3690 (((-713 (-561)) $) NIL T ELT)) (-1774 (((-793) $ (-131)) 35 T ELT)) (-3281 (((-713 (-130)) $) 37 T ELT)) (-1973 (((-114) $) 27 T ELT)) (-1914 (((-713 $) (-593) (-983)) 18 T ELT) (((-713 $) (-505) (-983)) 24 T ELT)) (-2539 (((-887) $) 48 T ELT)) (-4213 (($ $) 42 T ELT)))
-(((-547) (-13 (-789 (-593)) (-632 (-887)) (-10 -8 (-15 -1914 ((-713 $) (-505) (-983)))))) (T -547))
-((-1914 (*1 *2 *3 *4) (-12 (-5 *3 (-505)) (-5 *4 (-983)) (-5 *2 (-713 (-547))) (-5 *1 (-547)))))
-(-13 (-789 (-593)) (-632 (-887)) (-10 -8 (-15 -1914 ((-713 $) (-505) (-983)))))
-((-4261 (((-864 (-560))) 12 T ELT)) (-4274 (((-864 (-560))) 14 T ELT)) (-4455 (((-854 (-560))) 9 T ELT)))
-(((-548) (-10 -7 (-15 -4455 ((-854 (-560)))) (-15 -4261 ((-864 (-560)))) (-15 -4274 ((-864 (-560)))))) (T -548))
-((-4274 (*1 *2) (-12 (-5 *2 (-864 (-560))) (-5 *1 (-548)))) (-4261 (*1 *2) (-12 (-5 *2 (-864 (-560))) (-5 *1 (-548)))) (-4455 (*1 *2) (-12 (-5 *2 (-854 (-560))) (-5 *1 (-548)))))
-(-10 -7 (-15 -4455 ((-854 (-560)))) (-15 -4261 ((-864 (-560)))) (-15 -4274 ((-864 (-560)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3425 (((-1190) $) 55 T ELT)) (-3497 (((-114) $) 51 T ELT)) (-1557 (((-1208) $) 52 T ELT)) (-2914 (((-114) $) 49 T ELT)) (-3379 (((-1190) $) 50 T ELT)) (-1888 (($ (-1190)) 56 T ELT)) (-3691 (((-114) $) NIL T ELT)) (-3352 (((-114) $) NIL T ELT)) (-1416 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1932 (($ $ (-663 (-1208))) 21 T ELT)) (-2862 (((-51) $) 23 T ELT)) (-1708 (((-114) $) NIL T ELT)) (-1580 (((-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2313 (($ $ (-663 (-1208)) (-1208)) 73 T ELT)) (-3166 (((-114) $) NIL T ELT)) (-3251 (((-229) $) NIL T ELT)) (-2427 (($ $) 44 T ELT)) (-2077 (((-887) $) NIL T ELT)) (-1837 (((-114) $ $) NIL T ELT)) (-1495 (($ $ (-560)) NIL T ELT) (($ $ (-663 (-560))) NIL T ELT)) (-3480 (((-663 $) $) 30 T ELT)) (-2408 (((-1208) (-663 $)) 57 T ELT)) (-4417 (($ (-1190)) NIL T ELT) (($ (-1208)) 19 T ELT) (($ (-560)) 8 T ELT) (($ (-229)) 28 T ELT) (($ (-887)) NIL T ELT) (($ (-663 $)) 65 T ELT) (((-1134) $) 12 T ELT) (($ (-1134)) 13 T ELT)) (-3579 (((-1208) (-1208) (-663 $)) 60 T ELT)) (-2539 (((-887) $) 54 T ELT)) (-1477 (($ $) 59 T ELT)) (-2652 (($ $) 58 T ELT)) (-3849 (($ $ (-663 $)) 66 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3573 (((-114) $) 29 T ELT)) (-1427 (($) 9 T CONST)) (-1439 (($) 11 T CONST)) (-2329 (((-114) $ $) 74 T ELT)) (-2436 (($ $ $) 82 T ELT)) (-2413 (($ $ $) 75 T ELT)) (** (($ $ (-793)) 81 T ELT) (($ $ (-560)) 80 T ELT)) (* (($ $ $) 76 T ELT)) (-2305 (((-560) $) NIL T ELT)))
-(((-549) (-13 (-1135 (-1190) (-1208) (-560) (-229) (-887)) (-633 (-1134)) (-10 -8 (-15 -2862 ((-51) $)) (-15 -4417 ($ (-1134))) (-15 -3849 ($ $ (-663 $))) (-15 -2313 ($ $ (-663 (-1208)) (-1208))) (-15 -1932 ($ $ (-663 (-1208)))) (-15 -2413 ($ $ $)) (-15 * ($ $ $)) (-15 -2436 ($ $ $)) (-15 ** ($ $ (-793))) (-15 ** ($ $ (-560))) (-15 0 ($) -3721) (-15 1 ($) -3721) (-15 -2427 ($ $)) (-15 -3425 ((-1190) $)) (-15 -1888 ($ (-1190))) (-15 -2408 ((-1208) (-663 $))) (-15 -3579 ((-1208) (-1208) (-663 $)))))) (T -549))
-((-2862 (*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-549)))) (-4417 (*1 *1 *2) (-12 (-5 *2 (-1134)) (-5 *1 (-549)))) (-3849 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-549))) (-5 *1 (-549)))) (-2313 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-1208)) (-5 *1 (-549)))) (-1932 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-549)))) (-2413 (*1 *1 *1 *1) (-5 *1 (-549))) (* (*1 *1 *1 *1) (-5 *1 (-549))) (-2436 (*1 *1 *1 *1) (-5 *1 (-549))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-549)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-549)))) (-1427 (*1 *1) (-5 *1 (-549))) (-1439 (*1 *1) (-5 *1 (-549))) (-2427 (*1 *1 *1) (-5 *1 (-549))) (-3425 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-549)))) (-1888 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-549)))) (-2408 (*1 *2 *3) (-12 (-5 *3 (-663 (-549))) (-5 *2 (-1208)) (-5 *1 (-549)))) (-3579 (*1 *2 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-549))) (-5 *1 (-549)))))
-(-13 (-1135 (-1190) (-1208) (-560) (-229) (-887)) (-633 (-1134)) (-10 -8 (-15 -2862 ((-51) $)) (-15 -4417 ($ (-1134))) (-15 -3849 ($ $ (-663 $))) (-15 -2313 ($ $ (-663 (-1208)) (-1208))) (-15 -1932 ($ $ (-663 (-1208)))) (-15 -2413 ($ $ $)) (-15 * ($ $ $)) (-15 -2436 ($ $ $)) (-15 ** ($ $ (-793))) (-15 ** ($ $ (-560))) (-15 (-1427) ($) -3721) (-15 (-1439) ($) -3721) (-15 -2427 ($ $)) (-15 -3425 ((-1190) $)) (-15 -1888 ($ (-1190))) (-15 -2408 ((-1208) (-663 $))) (-15 -3579 ((-1208) (-1208) (-663 $)))))
-((-3444 (((-549) (-1208)) 15 T ELT)) (-2862 ((|#1| (-549)) 20 T ELT)))
-(((-550 |#1|) (-10 -7 (-15 -3444 ((-549) (-1208))) (-15 -2862 (|#1| (-549)))) (-1248)) (T -550))
-((-2862 (*1 *2 *3) (-12 (-5 *3 (-549)) (-5 *1 (-550 *2)) (-4 *2 (-1248)))) (-3444 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-549)) (-5 *1 (-550 *4)) (-4 *4 (-1248)))))
-(-10 -7 (-15 -3444 ((-549) (-1208))) (-15 -2862 (|#1| (-549))))
-((-2224 ((|#2| |#2|) 17 T ELT)) (-2670 ((|#2| |#2|) 13 T ELT)) (-2366 ((|#2| |#2| (-560) (-560)) 20 T ELT)) (-1548 ((|#2| |#2|) 15 T ELT)))
-(((-551 |#1| |#2|) (-10 -7 (-15 -2670 (|#2| |#2|)) (-15 -1548 (|#2| |#2|)) (-15 -2224 (|#2| |#2|)) (-15 -2366 (|#2| |#2| (-560) (-560)))) (-13 (-571) (-149)) (-1291 |#1|)) (T -551))
-((-2366 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-560)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-551 *4 *2)) (-4 *2 (-1291 *4)))) (-2224 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2)) (-4 *2 (-1291 *3)))) (-1548 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2)) (-4 *2 (-1291 *3)))) (-2670 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2)) (-4 *2 (-1291 *3)))))
-(-10 -7 (-15 -2670 (|#2| |#2|)) (-15 -1548 (|#2| |#2|)) (-15 -2224 (|#2| |#2|)) (-15 -2366 (|#2| |#2| (-560) (-560))))
-((-2306 (((-663 (-305 (-975 |#2|))) (-663 |#2|) (-663 (-1208))) 32 T ELT)) (-2515 (((-663 |#2|) (-975 |#1|) |#3|) 54 T ELT) (((-663 |#2|) (-1202 |#1|) |#3|) 53 T ELT)) (-1724 (((-663 (-663 |#2|)) (-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208)) |#3|) 106 T ELT)))
-(((-552 |#1| |#2| |#3|) (-10 -7 (-15 -2515 ((-663 |#2|) (-1202 |#1|) |#3|)) (-15 -2515 ((-663 |#2|) (-975 |#1|) |#3|)) (-15 -1724 ((-663 (-663 |#2|)) (-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208)) |#3|)) (-15 -2306 ((-663 (-305 (-975 |#2|))) (-663 |#2|) (-663 (-1208))))) (-466) (-376) (-13 (-376) (-870))) (T -552))
-((-2306 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-1208))) (-4 *6 (-376)) (-5 *2 (-663 (-305 (-975 *6)))) (-5 *1 (-552 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-13 (-376) (-870))))) (-1724 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-663 (-975 *6))) (-5 *4 (-663 (-1208))) (-4 *6 (-466)) (-5 *2 (-663 (-663 *7))) (-5 *1 (-552 *6 *7 *5)) (-4 *7 (-376)) (-4 *5 (-13 (-376) (-870))))) (-2515 (*1 *2 *3 *4) (-12 (-5 *3 (-975 *5)) (-4 *5 (-466)) (-5 *2 (-663 *6)) (-5 *1 (-552 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-870))))) (-2515 (*1 *2 *3 *4) (-12 (-5 *3 (-1202 *5)) (-4 *5 (-466)) (-5 *2 (-663 *6)) (-5 *1 (-552 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-870))))))
-(-10 -7 (-15 -2515 ((-663 |#2|) (-1202 |#1|) |#3|)) (-15 -2515 ((-663 |#2|) (-975 |#1|) |#3|)) (-15 -1724 ((-663 (-663 |#2|)) (-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208)) |#3|)) (-15 -2306 ((-663 (-305 (-975 |#2|))) (-663 |#2|) (-663 (-1208)))))
-((-4452 ((|#2| |#2| |#1|) 17 T ELT)) (-3043 ((|#2| (-663 |#2|)) 31 T ELT)) (-2946 ((|#2| (-663 |#2|)) 52 T ELT)))
-(((-553 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3043 (|#2| (-663 |#2|))) (-15 -2946 (|#2| (-663 |#2|))) (-15 -4452 (|#2| |#2| |#1|))) (-319) (-1274 |#1|) |#1| (-1 |#1| |#1| (-793))) (T -553))
-((-4452 (*1 *2 *2 *3) (-12 (-4 *3 (-319)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-793))) (-5 *1 (-553 *3 *2 *4 *5)) (-4 *2 (-1274 *3)))) (-2946 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-1274 *4)) (-5 *1 (-553 *4 *2 *5 *6)) (-4 *4 (-319)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-793))))) (-3043 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-1274 *4)) (-5 *1 (-553 *4 *2 *5 *6)) (-4 *4 (-319)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-793))))))
-(-10 -7 (-15 -3043 (|#2| (-663 |#2|))) (-15 -2946 (|#2| (-663 |#2|))) (-15 -4452 (|#2| |#2| |#1|)))
-((-3388 (((-419 (-1202 |#4|)) (-1202 |#4|) (-1 (-419 (-1202 |#3|)) (-1202 |#3|))) 89 T ELT) (((-419 |#4|) |#4| (-1 (-419 (-1202 |#3|)) (-1202 |#3|))) 210 T ELT)))
-(((-554 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3388 ((-419 |#4|) |#4| (-1 (-419 (-1202 |#3|)) (-1202 |#3|)))) (-15 -3388 ((-419 (-1202 |#4|)) (-1202 |#4|) (-1 (-419 (-1202 |#3|)) (-1202 |#3|))))) (-871) (-815) (-13 (-319) (-149)) (-979 |#3| |#2| |#1|)) (T -554))
-((-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-419 (-1202 *7)) (-1202 *7))) (-4 *7 (-13 (-319) (-149))) (-4 *5 (-871)) (-4 *6 (-815)) (-4 *8 (-979 *7 *6 *5)) (-5 *2 (-419 (-1202 *8))) (-5 *1 (-554 *5 *6 *7 *8)) (-5 *3 (-1202 *8)))) (-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-419 (-1202 *7)) (-1202 *7))) (-4 *7 (-13 (-319) (-149))) (-4 *5 (-871)) (-4 *6 (-815)) (-5 *2 (-419 *3)) (-5 *1 (-554 *5 *6 *7 *3)) (-4 *3 (-979 *7 *6 *5)))))
-(-10 -7 (-15 -3388 ((-419 |#4|) |#4| (-1 (-419 (-1202 |#3|)) (-1202 |#3|)))) (-15 -3388 ((-419 (-1202 |#4|)) (-1202 |#4|) (-1 (-419 (-1202 |#3|)) (-1202 |#3|)))))
-((-2224 ((|#4| |#4|) 74 T ELT)) (-2670 ((|#4| |#4|) 70 T ELT)) (-2366 ((|#4| |#4| (-560) (-560)) 76 T ELT)) (-1548 ((|#4| |#4|) 72 T ELT)))
-(((-555 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2670 (|#4| |#4|)) (-15 -1548 (|#4| |#4|)) (-15 -2224 (|#4| |#4|)) (-15 -2366 (|#4| |#4| (-560) (-560)))) (-13 (-376) (-381) (-633 (-560))) (-1274 |#1|) (-746 |#1| |#2|) (-1291 |#3|)) (T -555))
-((-2366 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-560)) (-4 *4 (-13 (-376) (-381) (-633 *3))) (-4 *5 (-1274 *4)) (-4 *6 (-746 *4 *5)) (-5 *1 (-555 *4 *5 *6 *2)) (-4 *2 (-1291 *6)))) (-2224 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1274 *3)) (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1291 *5)))) (-1548 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1274 *3)) (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1291 *5)))) (-2670 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1274 *3)) (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1291 *5)))))
-(-10 -7 (-15 -2670 (|#4| |#4|)) (-15 -1548 (|#4| |#4|)) (-15 -2224 (|#4| |#4|)) (-15 -2366 (|#4| |#4| (-560) (-560))))
-((-2224 ((|#2| |#2|) 27 T ELT)) (-2670 ((|#2| |#2|) 23 T ELT)) (-2366 ((|#2| |#2| (-560) (-560)) 29 T ELT)) (-1548 ((|#2| |#2|) 25 T ELT)))
-(((-556 |#1| |#2|) (-10 -7 (-15 -2670 (|#2| |#2|)) (-15 -1548 (|#2| |#2|)) (-15 -2224 (|#2| |#2|)) (-15 -2366 (|#2| |#2| (-560) (-560)))) (-13 (-376) (-381) (-633 (-560))) (-1291 |#1|)) (T -556))
-((-2366 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-560)) (-4 *4 (-13 (-376) (-381) (-633 *3))) (-5 *1 (-556 *4 *2)) (-4 *2 (-1291 *4)))) (-2224 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2)) (-4 *2 (-1291 *3)))) (-1548 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2)) (-4 *2 (-1291 *3)))) (-2670 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2)) (-4 *2 (-1291 *3)))))
-(-10 -7 (-15 -2670 (|#2| |#2|)) (-15 -1548 (|#2| |#2|)) (-15 -2224 (|#2| |#2|)) (-15 -2366 (|#2| |#2| (-560) (-560))))
-((-3261 (((-3 (-560) "failed") |#2| |#1| (-1 (-3 (-560) "failed") |#1|)) 18 T ELT) (((-3 (-560) "failed") |#2| |#1| (-560) (-1 (-3 (-560) "failed") |#1|)) 14 T ELT) (((-3 (-560) "failed") |#2| (-560) (-1 (-3 (-560) "failed") |#1|)) 32 T ELT)))
-(((-557 |#1| |#2|) (-10 -7 (-15 -3261 ((-3 (-560) "failed") |#2| (-560) (-1 (-3 (-560) "failed") |#1|))) (-15 -3261 ((-3 (-560) "failed") |#2| |#1| (-560) (-1 (-3 (-560) "failed") |#1|))) (-15 -3261 ((-3 (-560) "failed") |#2| |#1| (-1 (-3 (-560) "failed") |#1|)))) (-1080) (-1274 |#1|)) (T -557))
-((-3261 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-560) "failed") *4)) (-4 *4 (-1080)) (-5 *2 (-560)) (-5 *1 (-557 *4 *3)) (-4 *3 (-1274 *4)))) (-3261 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-560) "failed") *4)) (-4 *4 (-1080)) (-5 *2 (-560)) (-5 *1 (-557 *4 *3)) (-4 *3 (-1274 *4)))) (-3261 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-560) "failed") *5)) (-4 *5 (-1080)) (-5 *2 (-560)) (-5 *1 (-557 *5 *3)) (-4 *3 (-1274 *5)))))
-(-10 -7 (-15 -3261 ((-3 (-560) "failed") |#2| (-560) (-1 (-3 (-560) "failed") |#1|))) (-15 -3261 ((-3 (-560) "failed") |#2| |#1| (-560) (-1 (-3 (-560) "failed") |#1|))) (-15 -3261 ((-3 (-560) "failed") |#2| |#1| (-1 (-3 (-560) "failed") |#1|))))
-((-3037 (($ $ $) 87 T ELT)) (-2326 (((-419 $) $) 52 T ELT)) (-1442 (((-3 (-560) "failed") $) 64 T ELT)) (-3056 (((-560) $) 42 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 81 T ELT)) (-2221 (((-114) $) 26 T ELT)) (-2530 (((-421 (-560)) $) 79 T ELT)) (-1510 (((-114) $) 55 T ELT)) (-4174 (($ $ $ $) 95 T ELT)) (-1957 (((-114) $) 17 T ELT)) (-2503 (($ $ $) 62 T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 76 T ELT)) (-2024 (((-713 $) $) 71 T ELT)) (-3285 (($ $) 24 T ELT)) (-2060 (($ $ $) 93 T ELT)) (-2814 (($) 65 T ELT)) (-1984 (($ $) 58 T ELT)) (-3388 (((-419 $) $) 50 T ELT)) (-3196 (((-114) $) 15 T ELT)) (-3320 (((-793) $) 32 T ELT)) (-2457 (($ $) 11 T ELT) (($ $ (-793)) NIL T ELT)) (-2721 (($ $) 18 T ELT)) (-4417 (((-560) $) NIL T ELT) (((-549) $) 41 T ELT) (((-915 (-560)) $) 45 T ELT) (((-391) $) 35 T ELT) (((-229) $) 38 T ELT)) (-3418 (((-793)) 9 T ELT)) (-1750 (((-114) $ $) 21 T ELT)) (-2743 (($ $ $) 60 T ELT)))
-(((-558 |#1|) (-10 -8 (-15 -2060 (|#1| |#1| |#1|)) (-15 -4174 (|#1| |#1| |#1| |#1|)) (-15 -3285 (|#1| |#1|)) (-15 -2721 (|#1| |#1|)) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -3037 (|#1| |#1| |#1|)) (-15 -1750 ((-114) |#1| |#1|)) (-15 -3196 ((-114) |#1|)) (-15 -2814 (|#1|)) (-15 -2024 ((-713 |#1|) |#1|)) (-15 -4417 ((-229) |#1|)) (-15 -4417 ((-391) |#1|)) (-15 -2503 (|#1| |#1| |#1|)) (-15 -1984 (|#1| |#1|)) (-15 -2743 (|#1| |#1| |#1|)) (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -4417 ((-560) |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -1957 ((-114) |#1|)) (-15 -3320 ((-793) |#1|)) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -1510 ((-114) |#1|)) (-15 -3418 ((-793)))) (-559)) (T -558))
-((-3418 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-558 *3)) (-4 *3 (-559)))))
-(-10 -8 (-15 -2060 (|#1| |#1| |#1|)) (-15 -4174 (|#1| |#1| |#1| |#1|)) (-15 -3285 (|#1| |#1|)) (-15 -2721 (|#1| |#1|)) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -3037 (|#1| |#1| |#1|)) (-15 -1750 ((-114) |#1| |#1|)) (-15 -3196 ((-114) |#1|)) (-15 -2814 (|#1|)) (-15 -2024 ((-713 |#1|) |#1|)) (-15 -4417 ((-229) |#1|)) (-15 -4417 ((-391) |#1|)) (-15 -2503 (|#1| |#1| |#1|)) (-15 -1984 (|#1| |#1|)) (-15 -2743 (|#1| |#1| |#1|)) (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -4417 ((-560) |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -1957 ((-114) |#1|)) (-15 -3320 ((-793) |#1|)) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -1510 ((-114) |#1|)) (-15 -3418 ((-793))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-3037 (($ $ $) 99 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3729 (($ $ $ $) 88 T ELT)) (-2082 (($ $) 63 T ELT)) (-2326 (((-419 $) $) 64 T ELT)) (-3988 (((-114) $ $) 142 T ELT)) (-2551 (((-560) $) 131 T ELT)) (-1441 (($ $ $) 102 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 123 T ELT)) (-3056 (((-560) $) 124 T ELT)) (-2242 (($ $ $) 146 T ELT)) (-2336 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 121 T ELT) (((-711 (-560)) (-711 $)) 120 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 96 T ELT)) (-2221 (((-114) $) 98 T ELT)) (-2530 (((-421 (-560)) $) 97 T ELT)) (-3362 (($) 95 T ELT) (($ $) 94 T ELT)) (-2254 (($ $ $) 145 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 140 T ELT)) (-1510 (((-114) $) 65 T ELT)) (-4174 (($ $ $ $) 86 T ELT)) (-3977 (($ $ $) 100 T ELT)) (-1957 (((-114) $) 133 T ELT)) (-2503 (($ $ $) 111 T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 114 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3057 (((-114) $) 106 T ELT)) (-2024 (((-713 $) $) 108 T ELT)) (-2699 (((-114) $) 132 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 149 T ELT)) (-3603 (($ $ $ $) 87 T ELT)) (-2006 (($ $ $) 139 T ELT)) (-2718 (($ $ $) 138 T ELT)) (-3285 (($ $) 90 T ELT)) (-4474 (($ $) 103 T ELT)) (-2207 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 119 T ELT) (((-711 (-560)) (-1298 $)) 118 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2060 (($ $ $) 85 T ELT)) (-2814 (($) 107 T CONST)) (-2683 (($ $) 92 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-1984 (($ $) 112 T ELT)) (-3388 (((-419 $) $) 62 T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 148 T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 147 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 141 T ELT)) (-3196 (((-114) $) 105 T ELT)) (-3320 (((-793) $) 143 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 144 T ELT)) (-2457 (($ $) 129 T ELT) (($ $ (-793)) 127 T ELT)) (-2096 (($ $) 91 T ELT)) (-2721 (($ $) 93 T ELT)) (-4417 (((-560) $) 125 T ELT) (((-549) $) 116 T ELT) (((-915 (-560)) $) 115 T ELT) (((-391) $) 110 T ELT) (((-229) $) 109 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-560)) 122 T ELT)) (-3418 (((-793)) 37 T CONST)) (-1750 (((-114) $ $) 101 T ELT)) (-2743 (($ $ $) 113 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2995 (($) 104 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-3248 (($ $ $ $) 89 T ELT)) (-2407 (($ $) 130 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $) 128 T ELT) (($ $ (-793)) 126 T ELT)) (-2383 (((-114) $ $) 137 T ELT)) (-2360 (((-114) $ $) 135 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 136 T ELT)) (-2349 (((-114) $ $) 134 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ (-560) $) 117 T ELT)))
+((-2532 (((-1203 |#1|) (-793)) 115 T ELT)) (-2412 (((-1299 |#1|) (-1299 |#1|) (-949)) 108 T ELT)) (-1680 (((-1305) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) |#1|) 123 T ELT)) (-2257 (((-1299 |#1|) (-1299 |#1|) (-793)) 53 T ELT)) (-2150 (((-1299 |#1|) (-949)) 110 T ELT)) (-1922 (((-1299 |#1|) (-1299 |#1|) (-560)) 30 T ELT)) (-2955 (((-1203 |#1|) (-1299 |#1|)) 116 T ELT)) (-3274 (((-1299 |#1|) (-949)) 137 T ELT)) (-3563 (((-114) (-1299 |#1|)) 120 T ELT)) (-2480 (((-1299 |#1|) (-1299 |#1|) (-949)) 100 T ELT)) (-4118 (((-1203 |#1|) (-1299 |#1|)) 131 T ELT)) (-3862 (((-949) (-1299 |#1|)) 96 T ELT)) (-4260 (((-1299 |#1|) (-1299 |#1|)) 38 T ELT)) (-2081 (((-1299 |#1|) (-949) (-949)) 140 T ELT)) (-2422 (((-1299 |#1|) (-1299 |#1|) (-1152) (-1152)) 29 T ELT)) (-4157 (((-1299 |#1|) (-1299 |#1|) (-793) (-1152)) 54 T ELT)) (-4222 (((-1299 (-1299 |#1|)) (-949)) 136 T ELT)) (-2594 (((-1299 |#1|) (-1299 |#1|) (-1299 |#1|)) 121 T ELT)) (** (((-1299 |#1|) (-1299 |#1|) (-560)) 67 T ELT)) (* (((-1299 |#1|) (-1299 |#1|) (-1299 |#1|)) 31 T ELT)))
+(((-542 |#1|) (-10 -7 (-15 -1680 ((-1305) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) |#1|)) (-15 -2150 ((-1299 |#1|) (-949))) (-15 -2081 ((-1299 |#1|) (-949) (-949))) (-15 -2955 ((-1203 |#1|) (-1299 |#1|))) (-15 -2532 ((-1203 |#1|) (-793))) (-15 -4157 ((-1299 |#1|) (-1299 |#1|) (-793) (-1152))) (-15 -2257 ((-1299 |#1|) (-1299 |#1|) (-793))) (-15 -2422 ((-1299 |#1|) (-1299 |#1|) (-1152) (-1152))) (-15 -1922 ((-1299 |#1|) (-1299 |#1|) (-560))) (-15 ** ((-1299 |#1|) (-1299 |#1|) (-560))) (-15 * ((-1299 |#1|) (-1299 |#1|) (-1299 |#1|))) (-15 -2594 ((-1299 |#1|) (-1299 |#1|) (-1299 |#1|))) (-15 -2480 ((-1299 |#1|) (-1299 |#1|) (-949))) (-15 -2412 ((-1299 |#1|) (-1299 |#1|) (-949))) (-15 -4260 ((-1299 |#1|) (-1299 |#1|))) (-15 -3862 ((-949) (-1299 |#1|))) (-15 -3563 ((-114) (-1299 |#1|))) (-15 -4222 ((-1299 (-1299 |#1|)) (-949))) (-15 -3274 ((-1299 |#1|) (-949))) (-15 -4118 ((-1203 |#1|) (-1299 |#1|)))) (-363)) (T -542))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-1299 *4)) (-4 *4 (-363)) (-5 *2 (-1203 *4)) (-5 *1 (-542 *4)))) (-3274 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1299 *4)) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-4222 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1299 (-1299 *4))) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-3563 (*1 *2 *3) (-12 (-5 *3 (-1299 *4)) (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-542 *4)))) (-3862 (*1 *2 *3) (-12 (-5 *3 (-1299 *4)) (-4 *4 (-363)) (-5 *2 (-949)) (-5 *1 (-542 *4)))) (-4260 (*1 *2 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3)))) (-2412 (*1 *2 *2 *3) (-12 (-5 *2 (-1299 *4)) (-5 *3 (-949)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-2480 (*1 *2 *2 *3) (-12 (-5 *2 (-1299 *4)) (-5 *3 (-949)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-2594 (*1 *2 *2 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1299 *4)) (-5 *3 (-560)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-1922 (*1 *2 *2 *3) (-12 (-5 *2 (-1299 *4)) (-5 *3 (-560)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-2422 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1299 *4)) (-5 *3 (-1152)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-2257 (*1 *2 *2 *3) (-12 (-5 *2 (-1299 *4)) (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-542 *4)))) (-4157 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1299 *5)) (-5 *3 (-793)) (-5 *4 (-1152)) (-4 *5 (-363)) (-5 *1 (-542 *5)))) (-2532 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1203 *4)) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-2955 (*1 *2 *3) (-12 (-5 *3 (-1299 *4)) (-4 *4 (-363)) (-5 *2 (-1203 *4)) (-5 *1 (-542 *4)))) (-2081 (*1 *2 *3 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1299 *4)) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-2150 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1299 *4)) (-5 *1 (-542 *4)) (-4 *4 (-363)))) (-1680 (*1 *2 *3 *4) (-12 (-5 *3 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152)))))) (-4 *4 (-363)) (-5 *2 (-1305)) (-5 *1 (-542 *4)))))
+(-10 -7 (-15 -1680 ((-1305) (-1299 (-663 (-2 (|:| -1992 |#1|) (|:| -2081 (-1152))))) |#1|)) (-15 -2150 ((-1299 |#1|) (-949))) (-15 -2081 ((-1299 |#1|) (-949) (-949))) (-15 -2955 ((-1203 |#1|) (-1299 |#1|))) (-15 -2532 ((-1203 |#1|) (-793))) (-15 -4157 ((-1299 |#1|) (-1299 |#1|) (-793) (-1152))) (-15 -2257 ((-1299 |#1|) (-1299 |#1|) (-793))) (-15 -2422 ((-1299 |#1|) (-1299 |#1|) (-1152) (-1152))) (-15 -1922 ((-1299 |#1|) (-1299 |#1|) (-560))) (-15 ** ((-1299 |#1|) (-1299 |#1|) (-560))) (-15 * ((-1299 |#1|) (-1299 |#1|) (-1299 |#1|))) (-15 -2594 ((-1299 |#1|) (-1299 |#1|) (-1299 |#1|))) (-15 -2480 ((-1299 |#1|) (-1299 |#1|) (-949))) (-15 -2412 ((-1299 |#1|) (-1299 |#1|) (-949))) (-15 -4260 ((-1299 |#1|) (-1299 |#1|))) (-15 -3862 ((-949) (-1299 |#1|))) (-15 -3563 ((-114) (-1299 |#1|))) (-15 -4222 ((-1299 (-1299 |#1|)) (-949))) (-15 -3274 ((-1299 |#1|) (-949))) (-15 -4118 ((-1203 |#1|) (-1299 |#1|))))
+((-2230 (((-713 (-1258)) $) NIL T ELT)) (-2709 (((-713 (-1256)) $) NIL T ELT)) (-4435 (((-713 (-1255)) $) NIL T ELT)) (-3674 (((-713 (-564)) $) NIL T ELT)) (-3186 (((-713 (-562)) $) NIL T ELT)) (-2822 (((-713 (-561)) $) NIL T ELT)) (-2046 (((-793) $ (-131)) NIL T ELT)) (-3602 (((-713 (-130)) $) 26 T ELT)) (-4458 (((-1152) $ (-1152)) 31 T ELT)) (-3817 (((-1152) $) 30 T ELT)) (-1985 (((-114) $) 20 T ELT)) (-3820 (($ (-402)) 14 T ELT) (($ (-1191)) 16 T ELT)) (-3640 (((-114) $) 27 T ELT)) (-3834 (((-888) $) 34 T ELT)) (-4423 (($ $) 28 T ELT)))
+(((-543) (-13 (-541) (-632 (-888)) (-10 -8 (-15 -3820 ($ (-402))) (-15 -3820 ($ (-1191))) (-15 -3640 ((-114) $)) (-15 -1985 ((-114) $)) (-15 -3817 ((-1152) $)) (-15 -4458 ((-1152) $ (-1152)))))) (T -543))
+((-3820 (*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-543)))) (-3820 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-543)))) (-3640 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-543)))) (-1985 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-543)))) (-3817 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-543)))) (-4458 (*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-543)))))
+(-13 (-541) (-632 (-888)) (-10 -8 (-15 -3820 ($ (-402))) (-15 -3820 ($ (-1191))) (-15 -3640 ((-114) $)) (-15 -1985 ((-114) $)) (-15 -3817 ((-1152) $)) (-15 -4458 ((-1152) $ (-1152)))))
+((-3754 (((-1 |#1| |#1|) |#1|) 11 T ELT)) (-3836 (((-1 |#1| |#1|)) 10 T ELT)))
+(((-544 |#1|) (-10 -7 (-15 -3836 ((-1 |#1| |#1|))) (-15 -3754 ((-1 |#1| |#1|) |#1|))) (-13 (-748) (-25))) (T -544))
+((-3754 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-544 *3)) (-4 *3 (-13 (-748) (-25))))) (-3836 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-544 *3)) (-4 *3 (-13 (-748) (-25))))))
+(-10 -7 (-15 -3836 ((-1 |#1| |#1|))) (-15 -3754 ((-1 |#1| |#1|) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-4436 (((-663 (-898 |#1| (-793))) $) NIL T ELT)) (-3429 (($ $ $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-1366 (((-114) $) NIL T ELT)) (-2682 (($ (-793) |#1|) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-1793 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-2146 ((|#1| $) NIL T ELT)) (-4307 (((-793) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 27 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT)))
+(((-545 |#1|) (-13 (-817) (-523 (-793) |#1|)) (-872)) (T -545))
+NIL
+(-13 (-817) (-523 (-793) |#1|))
+((-2313 (((-663 |#2|) (-1203 |#1|) |#3|) 98 T ELT)) (-4455 (((-663 (-2 (|:| |outval| |#2|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#2|))))) (-711 |#1|) |#3| (-1 (-419 (-1203 |#1|)) (-1203 |#1|))) 114 T ELT)) (-2232 (((-1203 |#1|) (-711 |#1|)) 110 T ELT)))
+(((-546 |#1| |#2| |#3|) (-10 -7 (-15 -2232 ((-1203 |#1|) (-711 |#1|))) (-15 -2313 ((-663 |#2|) (-1203 |#1|) |#3|)) (-15 -4455 ((-663 (-2 (|:| |outval| |#2|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#2|))))) (-711 |#1|) |#3| (-1 (-419 (-1203 |#1|)) (-1203 |#1|))))) (-376) (-376) (-13 (-376) (-871))) (T -546))
+((-4455 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *6)) (-5 *5 (-1 (-419 (-1203 *6)) (-1203 *6))) (-4 *6 (-376)) (-5 *2 (-663 (-2 (|:| |outval| *7) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 *7)))))) (-5 *1 (-546 *6 *7 *4)) (-4 *7 (-376)) (-4 *4 (-13 (-376) (-871))))) (-2313 (*1 *2 *3 *4) (-12 (-5 *3 (-1203 *5)) (-4 *5 (-376)) (-5 *2 (-663 *6)) (-5 *1 (-546 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-871))))) (-2232 (*1 *2 *3) (-12 (-5 *3 (-711 *4)) (-4 *4 (-376)) (-5 *2 (-1203 *4)) (-5 *1 (-546 *4 *5 *6)) (-4 *5 (-376)) (-4 *6 (-13 (-376) (-871))))))
+(-10 -7 (-15 -2232 ((-1203 |#1|) (-711 |#1|))) (-15 -2313 ((-663 |#2|) (-1203 |#1|) |#3|)) (-15 -4455 ((-663 (-2 (|:| |outval| |#2|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#2|))))) (-711 |#1|) |#3| (-1 (-419 (-1203 |#1|)) (-1203 |#1|)))))
+((-2613 (((-713 (-1258)) $ (-1258)) NIL T ELT)) (-1819 (((-713 (-564)) $ (-564)) NIL T ELT)) (-2956 (((-793) $ (-131)) 39 T ELT)) (-2268 (((-713 (-130)) $ (-130)) 40 T ELT)) (-2230 (((-713 (-1258)) $) NIL T ELT)) (-2709 (((-713 (-1256)) $) NIL T ELT)) (-4435 (((-713 (-1255)) $) NIL T ELT)) (-3674 (((-713 (-564)) $) NIL T ELT)) (-3186 (((-713 (-562)) $) NIL T ELT)) (-2822 (((-713 (-561)) $) NIL T ELT)) (-2046 (((-793) $ (-131)) 35 T ELT)) (-3602 (((-713 (-130)) $) 37 T ELT)) (-3269 (((-114) $) 27 T ELT)) (-4001 (((-713 $) (-593) (-984)) 18 T ELT) (((-713 $) (-505) (-984)) 24 T ELT)) (-3834 (((-888) $) 48 T ELT)) (-4423 (($ $) 42 T ELT)))
+(((-547) (-13 (-789 (-593)) (-632 (-888)) (-10 -8 (-15 -4001 ((-713 $) (-505) (-984)))))) (T -547))
+((-4001 (*1 *2 *3 *4) (-12 (-5 *3 (-505)) (-5 *4 (-984)) (-5 *2 (-713 (-547))) (-5 *1 (-547)))))
+(-13 (-789 (-593)) (-632 (-888)) (-10 -8 (-15 -4001 ((-713 $) (-505) (-984)))))
+((-2515 (((-866 (-560))) 12 T ELT)) (-2529 (((-866 (-560))) 14 T ELT)) (-3167 (((-856 (-560))) 9 T ELT)))
+(((-548) (-10 -7 (-15 -3167 ((-856 (-560)))) (-15 -2515 ((-866 (-560)))) (-15 -2529 ((-866 (-560)))))) (T -548))
+((-2529 (*1 *2) (-12 (-5 *2 (-866 (-560))) (-5 *1 (-548)))) (-2515 (*1 *2) (-12 (-5 *2 (-866 (-560))) (-5 *1 (-548)))) (-3167 (*1 *2) (-12 (-5 *2 (-856 (-560))) (-5 *1 (-548)))))
+(-10 -7 (-15 -3167 ((-856 (-560)))) (-15 -2515 ((-866 (-560)))) (-15 -2529 ((-866 (-560)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2371 (((-1191) $) 55 T ELT)) (-2591 (((-114) $) 51 T ELT)) (-3482 (((-1209) $) 52 T ELT)) (-2423 (((-114) $) 49 T ELT)) (-2716 (((-1191) $) 50 T ELT)) (-1667 (($ (-1191)) 56 T ELT)) (-2949 (((-114) $) NIL T ELT)) (-2889 (((-114) $) NIL T ELT)) (-1837 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3358 (($ $ (-663 (-1209))) 21 T ELT)) (-2941 (((-51) $) 23 T ELT)) (-1549 (((-114) $) NIL T ELT)) (-3507 (((-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2988 (($ $ (-663 (-1209)) (-1209)) 73 T ELT)) (-3373 (((-114) $) NIL T ELT)) (-2692 (((-229) $) NIL T ELT)) (-4114 (($ $) 44 T ELT)) (-3532 (((-888) $) NIL T ELT)) (-1969 (((-114) $ $) NIL T ELT)) (-3034 (($ $ (-560)) NIL T ELT) (($ $ (-663 (-560))) NIL T ELT)) (-2635 (((-663 $) $) 30 T ELT)) (-3263 (((-1209) (-663 $)) 57 T ELT)) (-1830 (($ (-1191)) NIL T ELT) (($ (-1209)) 19 T ELT) (($ (-560)) 8 T ELT) (($ (-229)) 28 T ELT) (($ (-888)) NIL T ELT) (($ (-663 $)) 65 T ELT) (((-1135) $) 12 T ELT) (($ (-1135)) 13 T ELT)) (-3155 (((-1209) (-1209) (-663 $)) 60 T ELT)) (-3834 (((-888) $) 54 T ELT)) (-3415 (($ $) 59 T ELT)) (-1956 (($ $) 58 T ELT)) (-1656 (($ $ (-663 $)) 66 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2078 (((-114) $) 29 T ELT)) (-2971 (($) 9 T CONST)) (-2983 (($) 11 T CONST)) (-2478 (((-114) $ $) 74 T ELT)) (-2594 (($ $ $) 82 T ELT)) (-2571 (($ $ $) 75 T ELT)) (** (($ $ (-793)) 81 T ELT) (($ $ (-560)) 80 T ELT)) (* (($ $ $) 76 T ELT)) (-3819 (((-560) $) NIL T ELT)))
+(((-549) (-13 (-1136 (-1191) (-1209) (-560) (-229) (-888)) (-633 (-1135)) (-10 -8 (-15 -2941 ((-51) $)) (-15 -1830 ($ (-1135))) (-15 -1656 ($ $ (-663 $))) (-15 -2988 ($ $ (-663 (-1209)) (-1209))) (-15 -3358 ($ $ (-663 (-1209)))) (-15 -2571 ($ $ $)) (-15 * ($ $ $)) (-15 -2594 ($ $ $)) (-15 ** ($ $ (-793))) (-15 ** ($ $ (-560))) (-15 0 ($) -2292) (-15 1 ($) -2292) (-15 -4114 ($ $)) (-15 -2371 ((-1191) $)) (-15 -1667 ($ (-1191))) (-15 -3263 ((-1209) (-663 $))) (-15 -3155 ((-1209) (-1209) (-663 $)))))) (T -549))
+((-2941 (*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-549)))) (-1830 (*1 *1 *2) (-12 (-5 *2 (-1135)) (-5 *1 (-549)))) (-1656 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-549))) (-5 *1 (-549)))) (-2988 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-1209)) (-5 *1 (-549)))) (-3358 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-549)))) (-2571 (*1 *1 *1 *1) (-5 *1 (-549))) (* (*1 *1 *1 *1) (-5 *1 (-549))) (-2594 (*1 *1 *1 *1) (-5 *1 (-549))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-549)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-549)))) (-2971 (*1 *1) (-5 *1 (-549))) (-2983 (*1 *1) (-5 *1 (-549))) (-4114 (*1 *1 *1) (-5 *1 (-549))) (-2371 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-549)))) (-1667 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-549)))) (-3263 (*1 *2 *3) (-12 (-5 *3 (-663 (-549))) (-5 *2 (-1209)) (-5 *1 (-549)))) (-3155 (*1 *2 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-549))) (-5 *1 (-549)))))
+(-13 (-1136 (-1191) (-1209) (-560) (-229) (-888)) (-633 (-1135)) (-10 -8 (-15 -2941 ((-51) $)) (-15 -1830 ($ (-1135))) (-15 -1656 ($ $ (-663 $))) (-15 -2988 ($ $ (-663 (-1209)) (-1209))) (-15 -3358 ($ $ (-663 (-1209)))) (-15 -2571 ($ $ $)) (-15 * ($ $ $)) (-15 -2594 ($ $ $)) (-15 ** ($ $ (-793))) (-15 ** ($ $ (-560))) (-15 (-2971) ($) -2292) (-15 (-2983) ($) -2292) (-15 -4114 ($ $)) (-15 -2371 ((-1191) $)) (-15 -1667 ($ (-1191))) (-15 -3263 ((-1209) (-663 $))) (-15 -3155 ((-1209) (-1209) (-663 $)))))
+((-3313 (((-549) (-1209)) 15 T ELT)) (-2941 ((|#1| (-549)) 20 T ELT)))
+(((-550 |#1|) (-10 -7 (-15 -3313 ((-549) (-1209))) (-15 -2941 (|#1| (-549)))) (-1249)) (T -550))
+((-2941 (*1 *2 *3) (-12 (-5 *3 (-549)) (-5 *1 (-550 *2)) (-4 *2 (-1249)))) (-3313 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-549)) (-5 *1 (-550 *4)) (-4 *4 (-1249)))))
+(-10 -7 (-15 -3313 ((-549) (-1209))) (-15 -2941 (|#1| (-549))))
+((-1785 ((|#2| |#2|) 17 T ELT)) (-3971 ((|#2| |#2|) 13 T ELT)) (-2338 ((|#2| |#2| (-560) (-560)) 20 T ELT)) (-3818 ((|#2| |#2|) 15 T ELT)))
+(((-551 |#1| |#2|) (-10 -7 (-15 -3971 (|#2| |#2|)) (-15 -3818 (|#2| |#2|)) (-15 -1785 (|#2| |#2|)) (-15 -2338 (|#2| |#2| (-560) (-560)))) (-13 (-571) (-149)) (-1292 |#1|)) (T -551))
+((-2338 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-560)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-551 *4 *2)) (-4 *2 (-1292 *4)))) (-1785 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2)) (-4 *2 (-1292 *3)))) (-3818 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2)) (-4 *2 (-1292 *3)))) (-3971 (*1 *2 *2) (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2)) (-4 *2 (-1292 *3)))))
+(-10 -7 (-15 -3971 (|#2| |#2|)) (-15 -3818 (|#2| |#2|)) (-15 -1785 (|#2| |#2|)) (-15 -2338 (|#2| |#2| (-560) (-560))))
+((-2354 (((-663 (-305 (-976 |#2|))) (-663 |#2|) (-663 (-1209))) 32 T ELT)) (-2084 (((-663 |#2|) (-976 |#1|) |#3|) 54 T ELT) (((-663 |#2|) (-1203 |#1|) |#3|) 53 T ELT)) (-2691 (((-663 (-663 |#2|)) (-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209)) |#3|) 106 T ELT)))
+(((-552 |#1| |#2| |#3|) (-10 -7 (-15 -2084 ((-663 |#2|) (-1203 |#1|) |#3|)) (-15 -2084 ((-663 |#2|) (-976 |#1|) |#3|)) (-15 -2691 ((-663 (-663 |#2|)) (-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209)) |#3|)) (-15 -2354 ((-663 (-305 (-976 |#2|))) (-663 |#2|) (-663 (-1209))))) (-466) (-376) (-13 (-376) (-871))) (T -552))
+((-2354 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-1209))) (-4 *6 (-376)) (-5 *2 (-663 (-305 (-976 *6)))) (-5 *1 (-552 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-13 (-376) (-871))))) (-2691 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-663 (-976 *6))) (-5 *4 (-663 (-1209))) (-4 *6 (-466)) (-5 *2 (-663 (-663 *7))) (-5 *1 (-552 *6 *7 *5)) (-4 *7 (-376)) (-4 *5 (-13 (-376) (-871))))) (-2084 (*1 *2 *3 *4) (-12 (-5 *3 (-976 *5)) (-4 *5 (-466)) (-5 *2 (-663 *6)) (-5 *1 (-552 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-871))))) (-2084 (*1 *2 *3 *4) (-12 (-5 *3 (-1203 *5)) (-4 *5 (-466)) (-5 *2 (-663 *6)) (-5 *1 (-552 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-871))))))
+(-10 -7 (-15 -2084 ((-663 |#2|) (-1203 |#1|) |#3|)) (-15 -2084 ((-663 |#2|) (-976 |#1|) |#3|)) (-15 -2691 ((-663 (-663 |#2|)) (-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209)) |#3|)) (-15 -2354 ((-663 (-305 (-976 |#2|))) (-663 |#2|) (-663 (-1209)))))
+((-2533 ((|#2| |#2| |#1|) 17 T ELT)) (-2796 ((|#2| (-663 |#2|)) 31 T ELT)) (-4382 ((|#2| (-663 |#2|)) 52 T ELT)))
+(((-553 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2796 (|#2| (-663 |#2|))) (-15 -4382 (|#2| (-663 |#2|))) (-15 -2533 (|#2| |#2| |#1|))) (-319) (-1275 |#1|) |#1| (-1 |#1| |#1| (-793))) (T -553))
+((-2533 (*1 *2 *2 *3) (-12 (-4 *3 (-319)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-793))) (-5 *1 (-553 *3 *2 *4 *5)) (-4 *2 (-1275 *3)))) (-4382 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-1275 *4)) (-5 *1 (-553 *4 *2 *5 *6)) (-4 *4 (-319)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-793))))) (-2796 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-1275 *4)) (-5 *1 (-553 *4 *2 *5 *6)) (-4 *4 (-319)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-793))))))
+(-10 -7 (-15 -2796 (|#2| (-663 |#2|))) (-15 -4382 (|#2| (-663 |#2|))) (-15 -2533 (|#2| |#2| |#1|)))
+((-2549 (((-419 (-1203 |#4|)) (-1203 |#4|) (-1 (-419 (-1203 |#3|)) (-1203 |#3|))) 89 T ELT) (((-419 |#4|) |#4| (-1 (-419 (-1203 |#3|)) (-1203 |#3|))) 210 T ELT)))
+(((-554 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2549 ((-419 |#4|) |#4| (-1 (-419 (-1203 |#3|)) (-1203 |#3|)))) (-15 -2549 ((-419 (-1203 |#4|)) (-1203 |#4|) (-1 (-419 (-1203 |#3|)) (-1203 |#3|))))) (-872) (-817) (-13 (-319) (-149)) (-980 |#3| |#2| |#1|)) (T -554))
+((-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-419 (-1203 *7)) (-1203 *7))) (-4 *7 (-13 (-319) (-149))) (-4 *5 (-872)) (-4 *6 (-817)) (-4 *8 (-980 *7 *6 *5)) (-5 *2 (-419 (-1203 *8))) (-5 *1 (-554 *5 *6 *7 *8)) (-5 *3 (-1203 *8)))) (-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-419 (-1203 *7)) (-1203 *7))) (-4 *7 (-13 (-319) (-149))) (-4 *5 (-872)) (-4 *6 (-817)) (-5 *2 (-419 *3)) (-5 *1 (-554 *5 *6 *7 *3)) (-4 *3 (-980 *7 *6 *5)))))
+(-10 -7 (-15 -2549 ((-419 |#4|) |#4| (-1 (-419 (-1203 |#3|)) (-1203 |#3|)))) (-15 -2549 ((-419 (-1203 |#4|)) (-1203 |#4|) (-1 (-419 (-1203 |#3|)) (-1203 |#3|)))))
+((-1785 ((|#4| |#4|) 74 T ELT)) (-3971 ((|#4| |#4|) 70 T ELT)) (-2338 ((|#4| |#4| (-560) (-560)) 76 T ELT)) (-3818 ((|#4| |#4|) 72 T ELT)))
+(((-555 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3971 (|#4| |#4|)) (-15 -3818 (|#4| |#4|)) (-15 -1785 (|#4| |#4|)) (-15 -2338 (|#4| |#4| (-560) (-560)))) (-13 (-376) (-381) (-633 (-560))) (-1275 |#1|) (-746 |#1| |#2|) (-1292 |#3|)) (T -555))
+((-2338 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-560)) (-4 *4 (-13 (-376) (-381) (-633 *3))) (-4 *5 (-1275 *4)) (-4 *6 (-746 *4 *5)) (-5 *1 (-555 *4 *5 *6 *2)) (-4 *2 (-1292 *6)))) (-1785 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1275 *3)) (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1292 *5)))) (-3818 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1275 *3)) (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1292 *5)))) (-3971 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1275 *3)) (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1292 *5)))))
+(-10 -7 (-15 -3971 (|#4| |#4|)) (-15 -3818 (|#4| |#4|)) (-15 -1785 (|#4| |#4|)) (-15 -2338 (|#4| |#4| (-560) (-560))))
+((-1785 ((|#2| |#2|) 27 T ELT)) (-3971 ((|#2| |#2|) 23 T ELT)) (-2338 ((|#2| |#2| (-560) (-560)) 29 T ELT)) (-3818 ((|#2| |#2|) 25 T ELT)))
+(((-556 |#1| |#2|) (-10 -7 (-15 -3971 (|#2| |#2|)) (-15 -3818 (|#2| |#2|)) (-15 -1785 (|#2| |#2|)) (-15 -2338 (|#2| |#2| (-560) (-560)))) (-13 (-376) (-381) (-633 (-560))) (-1292 |#1|)) (T -556))
+((-2338 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-560)) (-4 *4 (-13 (-376) (-381) (-633 *3))) (-5 *1 (-556 *4 *2)) (-4 *2 (-1292 *4)))) (-1785 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2)) (-4 *2 (-1292 *3)))) (-3818 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2)) (-4 *2 (-1292 *3)))) (-3971 (*1 *2 *2) (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2)) (-4 *2 (-1292 *3)))))
+(-10 -7 (-15 -3971 (|#2| |#2|)) (-15 -3818 (|#2| |#2|)) (-15 -1785 (|#2| |#2|)) (-15 -2338 (|#2| |#2| (-560) (-560))))
+((-3304 (((-3 (-560) "failed") |#2| |#1| (-1 (-3 (-560) "failed") |#1|)) 18 T ELT) (((-3 (-560) "failed") |#2| |#1| (-560) (-1 (-3 (-560) "failed") |#1|)) 14 T ELT) (((-3 (-560) "failed") |#2| (-560) (-1 (-3 (-560) "failed") |#1|)) 32 T ELT)))
+(((-557 |#1| |#2|) (-10 -7 (-15 -3304 ((-3 (-560) "failed") |#2| (-560) (-1 (-3 (-560) "failed") |#1|))) (-15 -3304 ((-3 (-560) "failed") |#2| |#1| (-560) (-1 (-3 (-560) "failed") |#1|))) (-15 -3304 ((-3 (-560) "failed") |#2| |#1| (-1 (-3 (-560) "failed") |#1|)))) (-1081) (-1275 |#1|)) (T -557))
+((-3304 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-560) "failed") *4)) (-4 *4 (-1081)) (-5 *2 (-560)) (-5 *1 (-557 *4 *3)) (-4 *3 (-1275 *4)))) (-3304 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-560) "failed") *4)) (-4 *4 (-1081)) (-5 *2 (-560)) (-5 *1 (-557 *4 *3)) (-4 *3 (-1275 *4)))) (-3304 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-560) "failed") *5)) (-4 *5 (-1081)) (-5 *2 (-560)) (-5 *1 (-557 *5 *3)) (-4 *3 (-1275 *5)))))
+(-10 -7 (-15 -3304 ((-3 (-560) "failed") |#2| (-560) (-1 (-3 (-560) "failed") |#1|))) (-15 -3304 ((-3 (-560) "failed") |#2| |#1| (-560) (-1 (-3 (-560) "failed") |#1|))) (-15 -3304 ((-3 (-560) "failed") |#2| |#1| (-1 (-3 (-560) "failed") |#1|))))
+((-3531 (($ $ $) 87 T ELT)) (-1903 (((-419 $) $) 52 T ELT)) (-4142 (((-3 (-560) "failed") $) 64 T ELT)) (-4072 (((-560) $) 42 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 81 T ELT)) (-2639 (((-114) $) 26 T ELT)) (-2799 (((-421 (-560)) $) 79 T ELT)) (-2072 (((-114) $) 55 T ELT)) (-4109 (($ $ $ $) 95 T ELT)) (-1366 (((-114) $) 17 T ELT)) (-3266 (($ $ $) 62 T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 76 T ELT)) (-3851 (((-713 $) $) 71 T ELT)) (-3700 (($ $) 24 T ELT)) (-3987 (($ $ $) 93 T ELT)) (-2689 (($) 65 T ELT)) (-3070 (($ $) 58 T ELT)) (-2549 (((-419 $) $) 50 T ELT)) (-4367 (((-114) $) 15 T ELT)) (-3760 (((-793) $) 32 T ELT)) (-2703 (($ $) 11 T ELT) (($ $ (-793)) NIL T ELT)) (-4007 (($ $) 18 T ELT)) (-1830 (((-560) $) NIL T ELT) (((-549) $) 41 T ELT) (((-916 (-560)) $) 45 T ELT) (((-391) $) 35 T ELT) (((-229) $) 38 T ELT)) (-3103 (((-793)) 9 T ELT)) (-1500 (((-114) $ $) 21 T ELT)) (-1441 (($ $ $) 60 T ELT)))
+(((-558 |#1|) (-10 -8 (-15 -3987 (|#1| |#1| |#1|)) (-15 -4109 (|#1| |#1| |#1| |#1|)) (-15 -3700 (|#1| |#1|)) (-15 -4007 (|#1| |#1|)) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -3531 (|#1| |#1| |#1|)) (-15 -1500 ((-114) |#1| |#1|)) (-15 -4367 ((-114) |#1|)) (-15 -2689 (|#1|)) (-15 -3851 ((-713 |#1|) |#1|)) (-15 -1830 ((-229) |#1|)) (-15 -1830 ((-391) |#1|)) (-15 -3266 (|#1| |#1| |#1|)) (-15 -3070 (|#1| |#1|)) (-15 -1441 (|#1| |#1| |#1|)) (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -1830 ((-560) |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -1366 ((-114) |#1|)) (-15 -3760 ((-793) |#1|)) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -2072 ((-114) |#1|)) (-15 -3103 ((-793)))) (-559)) (T -558))
+((-3103 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-558 *3)) (-4 *3 (-559)))))
+(-10 -8 (-15 -3987 (|#1| |#1| |#1|)) (-15 -4109 (|#1| |#1| |#1| |#1|)) (-15 -3700 (|#1| |#1|)) (-15 -4007 (|#1| |#1|)) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -3531 (|#1| |#1| |#1|)) (-15 -1500 ((-114) |#1| |#1|)) (-15 -4367 ((-114) |#1|)) (-15 -2689 (|#1|)) (-15 -3851 ((-713 |#1|) |#1|)) (-15 -1830 ((-229) |#1|)) (-15 -1830 ((-391) |#1|)) (-15 -3266 (|#1| |#1| |#1|)) (-15 -3070 (|#1| |#1|)) (-15 -1441 (|#1| |#1| |#1|)) (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -1830 ((-560) |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -1366 ((-114) |#1|)) (-15 -3760 ((-793) |#1|)) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -2072 ((-114) |#1|)) (-15 -3103 ((-793))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-3531 (($ $ $) 99 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3090 (($ $ $ $) 88 T ELT)) (-2624 (($ $) 63 T ELT)) (-1903 (((-419 $) $) 64 T ELT)) (-3255 (((-114) $ $) 142 T ELT)) (-2824 (((-560) $) 131 T ELT)) (-3297 (($ $ $) 102 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 123 T ELT)) (-4072 (((-560) $) 124 T ELT)) (-3752 (($ $ $) 146 T ELT)) (-1470 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 121 T ELT) (((-711 (-560)) (-711 $)) 120 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 96 T ELT)) (-2639 (((-114) $) 98 T ELT)) (-2799 (((-421 (-560)) $) 97 T ELT)) (-2150 (($) 95 T ELT) (($ $) 94 T ELT)) (-3763 (($ $ $) 145 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 140 T ELT)) (-2072 (((-114) $) 65 T ELT)) (-4109 (($ $ $ $) 86 T ELT)) (-1362 (($ $ $) 100 T ELT)) (-1366 (((-114) $) 133 T ELT)) (-3266 (($ $ $) 111 T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 114 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1602 (((-114) $) 106 T ELT)) (-3851 (((-713 $) $) 108 T ELT)) (-1501 (((-114) $) 132 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 149 T ELT)) (-2861 (($ $ $ $) 87 T ELT)) (-1622 (($ $ $) 139 T ELT)) (-3934 (($ $ $) 138 T ELT)) (-3700 (($ $) 90 T ELT)) (-3970 (($ $) 103 T ELT)) (-2974 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 119 T ELT) (((-711 (-560)) (-1299 $)) 118 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-3987 (($ $ $) 85 T ELT)) (-2689 (($) 107 T CONST)) (-3169 (($ $) 92 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3070 (($ $) 112 T ELT)) (-2549 (((-419 $) $) 62 T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 148 T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 147 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 141 T ELT)) (-4367 (((-114) $) 105 T ELT)) (-3760 (((-793) $) 143 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 144 T ELT)) (-2703 (($ $) 129 T ELT) (($ $ (-793)) 127 T ELT)) (-4186 (($ $) 91 T ELT)) (-4007 (($ $) 93 T ELT)) (-1830 (((-560) $) 125 T ELT) (((-549) $) 116 T ELT) (((-916 (-560)) $) 115 T ELT) (((-391) $) 110 T ELT) (((-229) $) 109 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-560)) 122 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1500 (((-114) $ $) 101 T ELT)) (-1441 (($ $ $) 113 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3318 (($) 104 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-4355 (($ $ $ $) 89 T ELT)) (-1958 (($ $) 130 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $) 128 T ELT) (($ $ (-793)) 126 T ELT)) (-2537 (((-114) $ $) 137 T ELT)) (-2510 (((-114) $ $) 135 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 136 T ELT)) (-2499 (((-114) $ $) 134 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ (-560) $) 117 T ELT)))
(((-559) (-142)) (T -559))
-((-3057 (*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))) (-3196 (*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))) (-2995 (*1 *1) (-4 *1 (-559))) (-4474 (*1 *1 *1) (-4 *1 (-559))) (-1441 (*1 *1 *1 *1) (-4 *1 (-559))) (-1750 (*1 *2 *1 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))) (-3977 (*1 *1 *1 *1) (-4 *1 (-559))) (-3037 (*1 *1 *1 *1) (-4 *1 (-559))) (-2221 (*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))) (-2530 (*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-421 (-560))))) (-4330 (*1 *2 *1) (|partial| -12 (-4 *1 (-559)) (-5 *2 (-421 (-560))))) (-3362 (*1 *1) (-4 *1 (-559))) (-3362 (*1 *1 *1) (-4 *1 (-559))) (-2721 (*1 *1 *1) (-4 *1 (-559))) (-2683 (*1 *1 *1) (-4 *1 (-559))) (-2096 (*1 *1 *1) (-4 *1 (-559))) (-3285 (*1 *1 *1) (-4 *1 (-559))) (-3248 (*1 *1 *1 *1 *1) (-4 *1 (-559))) (-3729 (*1 *1 *1 *1 *1) (-4 *1 (-559))) (-3603 (*1 *1 *1 *1 *1) (-4 *1 (-559))) (-4174 (*1 *1 *1 *1 *1) (-4 *1 (-559))) (-2060 (*1 *1 *1 *1) (-4 *1 (-559))))
-(-13 (-1253) (-319) (-842) (-240) (-633 (-560)) (-1069 (-560)) (-660 (-560)) (-633 (-549)) (-633 (-915 (-560))) (-911 (-560)) (-145) (-1051) (-149) (-1183) (-10 -8 (-15 -3057 ((-114) $)) (-15 -3196 ((-114) $)) (-6 -4508) (-15 -2995 ($)) (-15 -4474 ($ $)) (-15 -1441 ($ $ $)) (-15 -1750 ((-114) $ $)) (-15 -3977 ($ $ $)) (-15 -3037 ($ $ $)) (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $)) (-15 -3362 ($)) (-15 -3362 ($ $)) (-15 -2721 ($ $)) (-15 -2683 ($ $)) (-15 -2096 ($ $)) (-15 -3285 ($ $)) (-15 -3248 ($ $ $ $)) (-15 -3729 ($ $ $ $)) (-15 -3603 ($ $ $ $)) (-15 -4174 ($ $ $ $)) (-15 -2060 ($ $ $)) (-6 -4507)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-145) . T) ((-175) . T) ((-633 (-229)) . T) ((-633 (-391)) . T) ((-633 (-549)) . T) ((-633 (-560)) . T) ((-633 (-915 (-560))) . T) ((-236 $) . T) ((-240) . T) ((-239) . T) ((-302) . T) ((-319) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0=(-560)) . T) ((-670 $) . T) ((-662 $) . T) ((-660 #0#) . T) ((-739 $) . T) ((-748) . T) ((-813) . T) ((-814) . T) ((-816) . T) ((-819) . T) ((-842) . T) ((-870) . T) ((-871) . T) ((-874) . T) ((-911 (-560)) . T) ((-950) . T) ((-1051) . T) ((-1069 (-560)) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) . T) ((-1248) . T) ((-1253) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 29 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 93 T ELT)) (-4390 (($ $) 94 T ELT)) (-3873 (((-114) $) NIL T ELT)) (-3037 (($ $ $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3729 (($ $ $ $) 49 T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL T ELT)) (-1441 (($ $ $) 88 T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL T ELT)) (-2242 (($ $ $) 50 T ELT)) (-2336 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 73 T ELT) (((-711 (-560)) (-711 $)) 69 T ELT)) (-4310 (((-3 $ "failed") $) 90 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-2221 (((-114) $) NIL T ELT)) (-2530 (((-421 (-560)) $) NIL T ELT)) (-3362 (($) 75 T ELT) (($ $) 76 T ELT)) (-2254 (($ $ $) 87 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-4174 (($ $ $ $) NIL T ELT)) (-3977 (($ $ $) 66 T ELT)) (-1957 (((-114) $) NIL T ELT)) (-2503 (($ $ $) NIL T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL T ELT)) (-1871 (((-114) $) 31 T ELT)) (-3057 (((-114) $) 82 T ELT)) (-2024 (((-713 $) $) NIL T ELT)) (-2699 (((-114) $) 7 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3603 (($ $ $ $) 51 T ELT)) (-2006 (($ $ $) 84 T ELT)) (-2718 (($ $ $) 83 T ELT)) (-3285 (($ $) NIL T ELT)) (-4474 (($ $) 46 T ELT)) (-2207 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) 65 T ELT)) (-2060 (($ $ $) NIL T ELT)) (-2814 (($) NIL T CONST)) (-2683 (($ $) 35 T ELT)) (-3139 (((-1151) $) 39 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 125 T ELT)) (-2470 (($ $ $) 91 T ELT) (($ (-663 $)) NIL T ELT)) (-1984 (($ $) NIL T ELT)) (-3388 (((-419 $) $) 111 T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) 109 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3196 (((-114) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 86 T ELT)) (-2457 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2096 (($ $) 37 T ELT)) (-2721 (($ $) 33 T ELT)) (-4417 (((-560) $) 45 T ELT) (((-549) $) 60 T ELT) (((-915 (-560)) $) NIL T ELT) (((-391) $) 54 T ELT) (((-229) $) 57 T ELT) (((-1190) $) 61 T ELT)) (-2539 (((-887) $) 43 T ELT) (($ (-560)) 44 T ELT) (($ $) NIL T ELT) (($ (-560)) 44 T ELT)) (-3418 (((-793)) NIL T CONST)) (-1750 (((-114) $ $) NIL T ELT)) (-2743 (($ $ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (($) 32 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-3248 (($ $ $ $) 48 T ELT)) (-2407 (($ $) 74 T ELT)) (-1427 (($) 27 T CONST)) (-1439 (($) 30 T CONST)) (-1463 (((-1190) $) 23 T ELT) (((-1190) $ (-114)) 24 T ELT) (((-1304) (-845) $) 25 T ELT) (((-1304) (-845) $ (-114)) 26 T ELT)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2383 (((-114) $ $) 47 T ELT)) (-2360 (((-114) $ $) 77 T ELT)) (-2329 (((-114) $ $) 28 T ELT)) (-2372 (((-114) $ $) 78 T ELT)) (-2349 (((-114) $ $) 40 T ELT)) (-2426 (($ $) 13 T ELT) (($ $ $) 36 T ELT)) (-2413 (($ $ $) 34 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 81 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 80 T ELT) (($ $ $) 79 T ELT) (($ (-560) $) 80 T ELT)))
-(((-560) (-13 (-559) (-633 (-1190)) (-843) (-10 -7 (-6 -4496) (-6 -4501) (-6 -4497) (-6 -4491)))) (T -560))
-NIL
-(-13 (-559) (-633 (-1190)) (-843) (-10 -7 (-6 -4496) (-6 -4501) (-6 -4497) (-6 -4491)))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)))
-(((-561) (-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))) (T -561))
-((-3366 (*1 *1) (-5 *1 (-561))))
-(-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))
+((-1602 (*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))) (-4367 (*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))) (-3318 (*1 *1) (-4 *1 (-559))) (-3970 (*1 *1 *1) (-4 *1 (-559))) (-3297 (*1 *1 *1 *1) (-4 *1 (-559))) (-1500 (*1 *2 *1 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))) (-1362 (*1 *1 *1 *1) (-4 *1 (-559))) (-3531 (*1 *1 *1 *1) (-4 *1 (-559))) (-2639 (*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))) (-2799 (*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-421 (-560))))) (-4356 (*1 *2 *1) (|partial| -12 (-4 *1 (-559)) (-5 *2 (-421 (-560))))) (-2150 (*1 *1) (-4 *1 (-559))) (-2150 (*1 *1 *1) (-4 *1 (-559))) (-4007 (*1 *1 *1) (-4 *1 (-559))) (-3169 (*1 *1 *1) (-4 *1 (-559))) (-4186 (*1 *1 *1) (-4 *1 (-559))) (-3700 (*1 *1 *1) (-4 *1 (-559))) (-4355 (*1 *1 *1 *1 *1) (-4 *1 (-559))) (-3090 (*1 *1 *1 *1 *1) (-4 *1 (-559))) (-2861 (*1 *1 *1 *1 *1) (-4 *1 (-559))) (-4109 (*1 *1 *1 *1 *1) (-4 *1 (-559))) (-3987 (*1 *1 *1 *1) (-4 *1 (-559))))
+(-13 (-1254) (-319) (-844) (-240) (-633 (-560)) (-1070 (-560)) (-660 (-560)) (-633 (-549)) (-633 (-916 (-560))) (-912 (-560)) (-145) (-1052) (-149) (-1184) (-10 -8 (-15 -1602 ((-114) $)) (-15 -4367 ((-114) $)) (-6 -4509) (-15 -3318 ($)) (-15 -3970 ($ $)) (-15 -3297 ($ $ $)) (-15 -1500 ((-114) $ $)) (-15 -1362 ($ $ $)) (-15 -3531 ($ $ $)) (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $)) (-15 -2150 ($)) (-15 -2150 ($ $)) (-15 -4007 ($ $)) (-15 -3169 ($ $)) (-15 -4186 ($ $)) (-15 -3700 ($ $)) (-15 -4355 ($ $ $ $)) (-15 -3090 ($ $ $ $)) (-15 -2861 ($ $ $ $)) (-15 -4109 ($ $ $ $)) (-15 -3987 ($ $ $)) (-6 -4508)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-145) . T) ((-175) . T) ((-633 (-229)) . T) ((-633 (-391)) . T) ((-633 (-549)) . T) ((-633 (-560)) . T) ((-633 (-916 (-560))) . T) ((-236 $) . T) ((-240) . T) ((-239) . T) ((-302) . T) ((-319) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0=(-560)) . T) ((-670 $) . T) ((-662 $) . T) ((-660 #0#) . T) ((-739 $) . T) ((-748) . T) ((-814) . T) ((-816) . T) ((-818) . T) ((-821) . T) ((-844) . T) ((-871) . T) ((-872) . T) ((-875) . T) ((-912 (-560)) . T) ((-951) . T) ((-1052) . T) ((-1070 (-560)) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) . T) ((-1249) . T) ((-1254) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 29 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 93 T ELT)) (-3575 (($ $) 94 T ELT)) (-3442 (((-114) $) NIL T ELT)) (-3531 (($ $ $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3090 (($ $ $ $) 49 T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL T ELT)) (-3297 (($ $ $) 88 T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL T ELT)) (-3752 (($ $ $) 50 T ELT)) (-1470 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 73 T ELT) (((-711 (-560)) (-711 $)) 69 T ELT)) (-2167 (((-3 $ "failed") $) 90 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-2639 (((-114) $) NIL T ELT)) (-2799 (((-421 (-560)) $) NIL T ELT)) (-2150 (($) 75 T ELT) (($ $) 76 T ELT)) (-3763 (($ $ $) 87 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-4109 (($ $ $ $) NIL T ELT)) (-1362 (($ $ $) 66 T ELT)) (-1366 (((-114) $) NIL T ELT)) (-3266 (($ $ $) NIL T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL T ELT)) (-3363 (((-114) $) 31 T ELT)) (-1602 (((-114) $) 82 T ELT)) (-3851 (((-713 $) $) NIL T ELT)) (-1501 (((-114) $) 7 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2861 (($ $ $ $) 51 T ELT)) (-1622 (($ $ $) 84 T ELT)) (-3934 (($ $ $) 83 T ELT)) (-3700 (($ $) NIL T ELT)) (-3970 (($ $) 46 T ELT)) (-2974 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) 65 T ELT)) (-3987 (($ $ $) NIL T ELT)) (-2689 (($) NIL T CONST)) (-3169 (($ $) 35 T ELT)) (-1473 (((-1152) $) 39 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 125 T ELT)) (-3128 (($ $ $) 91 T ELT) (($ (-663 $)) NIL T ELT)) (-3070 (($ $) NIL T ELT)) (-2549 (((-419 $) $) 111 T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) 109 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4367 (((-114) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 86 T ELT)) (-2703 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4186 (($ $) 37 T ELT)) (-4007 (($ $) 33 T ELT)) (-1830 (((-560) $) 45 T ELT) (((-549) $) 60 T ELT) (((-916 (-560)) $) NIL T ELT) (((-391) $) 54 T ELT) (((-229) $) 57 T ELT) (((-1191) $) 61 T ELT)) (-3834 (((-888) $) 43 T ELT) (($ (-560)) 44 T ELT) (($ $) NIL T ELT) (($ (-560)) 44 T ELT)) (-3103 (((-793)) NIL T CONST)) (-1500 (((-114) $ $) NIL T ELT)) (-1441 (($ $ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (($) 32 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4355 (($ $ $ $) 48 T ELT)) (-1958 (($ $) 74 T ELT)) (-2971 (($) 27 T CONST)) (-2983 (($) 30 T CONST)) (-2455 (((-1191) $) 23 T ELT) (((-1191) $ (-114)) 24 T ELT) (((-1305) (-847) $) 25 T ELT) (((-1305) (-847) $ (-114)) 26 T ELT)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2537 (((-114) $ $) 47 T ELT)) (-2510 (((-114) $ $) 77 T ELT)) (-2478 (((-114) $ $) 28 T ELT)) (-2525 (((-114) $ $) 78 T ELT)) (-2499 (((-114) $ $) 40 T ELT)) (-2581 (($ $) 13 T ELT) (($ $ $) 36 T ELT)) (-2571 (($ $ $) 34 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 81 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 80 T ELT) (($ $ $) 79 T ELT) (($ (-560) $) 80 T ELT)))
+(((-560) (-13 (-559) (-633 (-1191)) (-845) (-10 -7 (-6 -4497) (-6 -4502) (-6 -4498) (-6 -4492)))) (T -560))
+NIL
+(-13 (-559) (-633 (-1191)) (-845) (-10 -7 (-6 -4497) (-6 -4502) (-6 -4498) (-6 -4492)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)))
+(((-561) (-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))) (T -561))
+((-4489 (*1 *1) (-5 *1 (-561))))
+(-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))
((|Integer|) (|%not| (|%ilt| 16 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)))
-(((-562) (-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))) (T -562))
-((-3366 (*1 *1) (-5 *1 (-562))))
-(-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)))
+(((-562) (-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))) (T -562))
+((-4489 (*1 *1) (-5 *1 (-562))))
+(-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))
((|Integer|) (|%not| (|%ilt| 32 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)))
-(((-563) (-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))) (T -563))
-((-3366 (*1 *1) (-5 *1 (-563))))
-(-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)))
+(((-563) (-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))) (T -563))
+((-4489 (*1 *1) (-5 *1 (-563))))
+(-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))
((|Integer|) (|%not| (|%ilt| 64 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)))
-(((-564) (-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))) (T -564))
-((-3366 (*1 *1) (-5 *1 (-564))))
-(-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)))
+(((-564) (-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))) (T -564))
+((-4489 (*1 *1) (-5 *1 (-564))))
+(-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))
((|Integer|) (|%not| (|%ilt| 8 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3303 (((-1304) $ |#1| |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#2| $ |#1| |#2|) NIL T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3342 (((-663 |#1|) $) NIL T ELT)) (-1651 (((-114) |#1| $) NIL T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1936 (((-663 |#1|) $) NIL T ELT)) (-2624 (((-114) |#1| $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3794 ((|#2| $) NIL (|has| |#1| (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) (|has| |#2| (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-565 |#1| |#2| |#3|) (-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509))) (-1132) (-1132) (-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509)))) (T -565))
-NIL
-(-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509)))
-((-1566 (((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-1 (-1202 |#2|) (-1202 |#2|))) 50 T ELT)))
-(((-566 |#1| |#2|) (-10 -7 (-15 -1566 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-1 (-1202 |#2|) (-1202 |#2|))))) (-571) (-13 (-27) (-435 |#1|))) (T -566))
-((-1566 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-630 *3)) (-5 *5 (-1 (-1202 *3) (-1202 *3))) (-4 *3 (-13 (-27) (-435 *6))) (-4 *6 (-571)) (-5 *2 (-597 *3)) (-5 *1 (-566 *6 *3)))))
-(-10 -7 (-15 -1566 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-1 (-1202 |#2|) (-1202 |#2|)))))
-((-3034 (((-597 |#5|) |#5| (-1 |#3| |#3|)) 217 T ELT)) (-2983 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 213 T ELT)) (-3194 (((-597 |#5|) |#5| (-1 |#3| |#3|)) 221 T ELT)))
-(((-567 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3194 ((-597 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3034 ((-597 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2983 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-571) (-1069 (-560))) (-13 (-27) (-435 |#1|)) (-1274 |#2|) (-1274 (-421 |#3|)) (-355 |#2| |#3| |#4|)) (T -567))
-((-2983 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-27) (-435 *4))) (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *7 (-1274 (-421 *6))) (-5 *1 (-567 *4 *5 *6 *7 *2)) (-4 *2 (-355 *5 *6 *7)))) (-3034 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1274 *6)) (-4 *6 (-13 (-27) (-435 *5))) (-4 *5 (-13 (-571) (-1069 (-560)))) (-4 *8 (-1274 (-421 *7))) (-5 *2 (-597 *3)) (-5 *1 (-567 *5 *6 *7 *8 *3)) (-4 *3 (-355 *6 *7 *8)))) (-3194 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1274 *6)) (-4 *6 (-13 (-27) (-435 *5))) (-4 *5 (-13 (-571) (-1069 (-560)))) (-4 *8 (-1274 (-421 *7))) (-5 *2 (-597 *3)) (-5 *1 (-567 *5 *6 *7 *8 *3)) (-4 *3 (-355 *6 *7 *8)))))
-(-10 -7 (-15 -3194 ((-597 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3034 ((-597 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2983 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
-((-3446 (((-114) (-560) (-560)) 12 T ELT)) (-2612 (((-560) (-560)) 7 T ELT)) (-3944 (((-560) (-560) (-560)) 10 T ELT)))
-(((-568) (-10 -7 (-15 -2612 ((-560) (-560))) (-15 -3944 ((-560) (-560) (-560))) (-15 -3446 ((-114) (-560) (-560))))) (T -568))
-((-3446 (*1 *2 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-114)) (-5 *1 (-568)))) (-3944 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-568)))) (-2612 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-568)))))
-(-10 -7 (-15 -2612 ((-560) (-560))) (-15 -3944 ((-560) (-560) (-560))) (-15 -3446 ((-114) (-560) (-560))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-1937 ((|#1| $) 74 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-3594 (($ $) 104 T ELT)) (-2725 (($ $) 87 T ELT)) (-2180 ((|#1| $) 75 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3401 (($ $) 86 T ELT)) (-2837 (($ $) 103 T ELT)) (-2700 (($ $) 88 T ELT)) (-3623 (($ $) 102 T ELT)) (-2749 (($ $) 89 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 82 T ELT)) (-3056 (((-560) $) 83 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-4380 (($ |#1| |#1|) 79 T ELT)) (-1957 (((-114) $) 73 T ELT)) (-4447 (($) 114 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 85 T ELT)) (-2699 (((-114) $) 72 T ELT)) (-2006 (($ $ $) 115 T ELT)) (-2718 (($ $ $) 116 T ELT)) (-1842 (($ $) 111 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3575 (($ |#1| |#1|) 80 T ELT) (($ |#1|) 78 T ELT) (($ (-421 (-560))) 77 T ELT)) (-4404 ((|#1| $) 76 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1920 (($ $) 112 T ELT)) (-3637 (($ $) 101 T ELT)) (-2759 (($ $) 90 T ELT)) (-3610 (($ $) 100 T ELT)) (-2737 (($ $) 91 T ELT)) (-2848 (($ $) 99 T ELT)) (-2712 (($ $) 92 T ELT)) (-3718 (((-114) $ |#1|) 71 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-560)) 81 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3671 (($ $) 110 T ELT)) (-2792 (($ $) 98 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-3649 (($ $) 109 T ELT)) (-2770 (($ $) 97 T ELT)) (-3693 (($ $) 108 T ELT)) (-2816 (($ $) 96 T ELT)) (-2979 (($ $) 107 T ELT)) (-2827 (($ $) 95 T ELT)) (-3681 (($ $) 106 T ELT)) (-2804 (($ $) 94 T ELT)) (-3661 (($ $) 105 T ELT)) (-2781 (($ $) 93 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2383 (((-114) $ $) 117 T ELT)) (-2360 (((-114) $ $) 119 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 118 T ELT)) (-2349 (((-114) $ $) 120 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ $) 113 T ELT) (($ $ (-421 (-560))) 84 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-569 |#1|) (-142) (-13 (-418) (-1234))) (T -569))
-((-3575 (*1 *1 *2 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))) (-4380 (*1 *1 *2 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))) (-3575 (*1 *1 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))) (-3575 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1234))))) (-4404 (*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))) (-2180 (*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))) (-1937 (*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))) (-1957 (*1 *2 *1) (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1234))) (-5 *2 (-114)))) (-2699 (*1 *2 *1) (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1234))) (-5 *2 (-114)))) (-3718 (*1 *2 *1 *3) (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1234))) (-5 *2 (-114)))))
-(-13 (-466) (-871) (-1234) (-1033) (-1069 (-560)) (-10 -8 (-6 -2941) (-15 -3575 ($ |t#1| |t#1|)) (-15 -4380 ($ |t#1| |t#1|)) (-15 -3575 ($ |t#1|)) (-15 -3575 ($ (-421 (-560)))) (-15 -4404 (|t#1| $)) (-15 -2180 (|t#1| $)) (-15 -1937 (|t#1| $)) (-15 -1957 ((-114) $)) (-15 -2699 ((-114) $)) (-15 -3718 ((-114) $ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-95) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-296) . T) ((-302) . T) ((-466) . T) ((-507) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-871) . T) ((-874) . T) ((-1033) . T) ((-1069 (-560)) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1234) . T) ((-1237) . T) ((-1248) . T))
-((-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 9 T ELT)) (-4390 (($ $) 11 T ELT)) (-3873 (((-114) $) 20 T ELT)) (-4310 (((-3 $ "failed") $) 16 T ELT)) (-3840 (((-114) $ $) 22 T ELT)))
-(((-570 |#1|) (-10 -8 (-15 -3873 ((-114) |#1|)) (-15 -3840 ((-114) |#1| |#1|)) (-15 -4390 (|#1| |#1|)) (-15 -4422 ((-2 (|:| -4206 |#1|) (|:| -4496 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -4310 ((-3 |#1| "failed") |#1|))) (-571)) (T -570))
-NIL
-(-10 -8 (-15 -3873 ((-114) |#1|)) (-15 -3840 ((-114) |#1| |#1|)) (-15 -4390 (|#1| |#1|)) (-15 -4422 ((-2 (|:| -4206 |#1|) (|:| -4496 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -4310 ((-3 |#1| "failed") |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-2507 (((-1305) $ |#1| |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#2| $ |#1| |#2|) NIL T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-2791 (((-663 |#1|) $) NIL T ELT)) (-1410 (((-114) |#1| $) NIL T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3444 (((-663 |#1|) $) NIL T ELT)) (-2679 (((-114) |#1| $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-1574 ((|#2| $) NIL (|has| |#1| (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) (|has| |#2| (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-565 |#1| |#2| |#3|) (-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510))) (-1133) (-1133) (-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510)))) (T -565))
+NIL
+(-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510)))
+((-1908 (((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-1 (-1203 |#2|) (-1203 |#2|))) 50 T ELT)))
+(((-566 |#1| |#2|) (-10 -7 (-15 -1908 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-1 (-1203 |#2|) (-1203 |#2|))))) (-571) (-13 (-27) (-435 |#1|))) (T -566))
+((-1908 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-630 *3)) (-5 *5 (-1 (-1203 *3) (-1203 *3))) (-4 *3 (-13 (-27) (-435 *6))) (-4 *6 (-571)) (-5 *2 (-597 *3)) (-5 *1 (-566 *6 *3)))))
+(-10 -7 (-15 -1908 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-1 (-1203 |#2|) (-1203 |#2|)))))
+((-3272 (((-597 |#5|) |#5| (-1 |#3| |#3|)) 217 T ELT)) (-3848 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 213 T ELT)) (-2272 (((-597 |#5|) |#5| (-1 |#3| |#3|)) 221 T ELT)))
+(((-567 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2272 ((-597 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3272 ((-597 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3848 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-571) (-1070 (-560))) (-13 (-27) (-435 |#1|)) (-1275 |#2|) (-1275 (-421 |#3|)) (-355 |#2| |#3| |#4|)) (T -567))
+((-3848 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-27) (-435 *4))) (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *7 (-1275 (-421 *6))) (-5 *1 (-567 *4 *5 *6 *7 *2)) (-4 *2 (-355 *5 *6 *7)))) (-3272 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1275 *6)) (-4 *6 (-13 (-27) (-435 *5))) (-4 *5 (-13 (-571) (-1070 (-560)))) (-4 *8 (-1275 (-421 *7))) (-5 *2 (-597 *3)) (-5 *1 (-567 *5 *6 *7 *8 *3)) (-4 *3 (-355 *6 *7 *8)))) (-2272 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1275 *6)) (-4 *6 (-13 (-27) (-435 *5))) (-4 *5 (-13 (-571) (-1070 (-560)))) (-4 *8 (-1275 (-421 *7))) (-5 *2 (-597 *3)) (-5 *1 (-567 *5 *6 *7 *8 *3)) (-4 *3 (-355 *6 *7 *8)))))
+(-10 -7 (-15 -2272 ((-597 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3272 ((-597 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3848 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
+((-3503 (((-114) (-560) (-560)) 12 T ELT)) (-4044 (((-560) (-560)) 7 T ELT)) (-3790 (((-560) (-560) (-560)) 10 T ELT)))
+(((-568) (-10 -7 (-15 -4044 ((-560) (-560))) (-15 -3790 ((-560) (-560) (-560))) (-15 -3503 ((-114) (-560) (-560))))) (T -568))
+((-3503 (*1 *2 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-114)) (-5 *1 (-568)))) (-3790 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-568)))) (-4044 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-568)))))
+(-10 -7 (-15 -4044 ((-560) (-560))) (-15 -3790 ((-560) (-560) (-560))) (-15 -3503 ((-114) (-560) (-560))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3256 ((|#1| $) 74 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-2267 (($ $) 104 T ELT)) (-2111 (($ $) 87 T ELT)) (-3429 ((|#1| $) 75 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2563 (($ $) 86 T ELT)) (-2243 (($ $) 103 T ELT)) (-2683 (($ $) 88 T ELT)) (-2290 (($ $) 102 T ELT)) (-2136 (($ $) 89 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 82 T ELT)) (-4072 (((-560) $) 83 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3784 (($ |#1| |#1|) 79 T ELT)) (-1366 (((-114) $) 73 T ELT)) (-3157 (($) 114 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 85 T ELT)) (-1501 (((-114) $) 72 T ELT)) (-1622 (($ $ $) 115 T ELT)) (-3934 (($ $ $) 116 T ELT)) (-3343 (($ $) 111 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2319 (($ |#1| |#1|) 80 T ELT) (($ |#1|) 78 T ELT) (($ (-421 (-560))) 77 T ELT)) (-2413 ((|#1| $) 76 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-2784 (($ $) 112 T ELT)) (-2304 (($ $) 101 T ELT)) (-2149 (($ $) 90 T ELT)) (-2278 (($ $) 100 T ELT)) (-2124 (($ $) 91 T ELT)) (-2256 (($ $) 99 T ELT)) (-2699 (($ $) 92 T ELT)) (-3368 (((-114) $ |#1|) 71 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-560)) 81 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2345 (($ $) 110 T ELT)) (-2188 (($ $) 98 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2317 (($ $) 109 T ELT)) (-2163 (($ $) 97 T ELT)) (-2370 (($ $) 108 T ELT)) (-2214 (($ $) 96 T ELT)) (-2254 (($ $) 107 T ELT)) (-2228 (($ $) 95 T ELT)) (-2356 (($ $) 106 T ELT)) (-2201 (($ $) 94 T ELT)) (-2330 (($ $) 105 T ELT)) (-2175 (($ $) 93 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2537 (((-114) $ $) 117 T ELT)) (-2510 (((-114) $ $) 119 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 118 T ELT)) (-2499 (((-114) $ $) 120 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ $) 113 T ELT) (($ $ (-421 (-560))) 84 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-569 |#1|) (-142) (-13 (-418) (-1235))) (T -569))
+((-2319 (*1 *1 *2 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))) (-3784 (*1 *1 *2 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))) (-2319 (*1 *1 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))) (-2319 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1235))))) (-2413 (*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))) (-3429 (*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))) (-3256 (*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))) (-1366 (*1 *2 *1) (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1235))) (-5 *2 (-114)))) (-1501 (*1 *2 *1) (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1235))) (-5 *2 (-114)))) (-3368 (*1 *2 *1 *3) (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1235))) (-5 *2 (-114)))))
+(-13 (-466) (-872) (-1235) (-1034) (-1070 (-560)) (-10 -8 (-6 -4430) (-15 -2319 ($ |t#1| |t#1|)) (-15 -3784 ($ |t#1| |t#1|)) (-15 -2319 ($ |t#1|)) (-15 -2319 ($ (-421 (-560)))) (-15 -2413 (|t#1| $)) (-15 -3429 (|t#1| $)) (-15 -3256 (|t#1| $)) (-15 -1366 ((-114) $)) (-15 -1501 ((-114) $)) (-15 -3368 ((-114) $ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-95) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-296) . T) ((-302) . T) ((-466) . T) ((-507) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-872) . T) ((-875) . T) ((-1034) . T) ((-1070 (-560)) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1235) . T) ((-1238) . T) ((-1249) . T))
+((-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 9 T ELT)) (-3575 (($ $) 11 T ELT)) (-3442 (((-114) $) 20 T ELT)) (-2167 (((-3 $ "failed") $) 16 T ELT)) (-3176 (((-114) $ $) 22 T ELT)))
+(((-570 |#1|) (-10 -8 (-15 -3442 ((-114) |#1|)) (-15 -3176 ((-114) |#1| |#1|)) (-15 -3575 (|#1| |#1|)) (-15 -3310 ((-2 (|:| -3072 |#1|) (|:| -4497 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2167 ((-3 |#1| "failed") |#1|))) (-571)) (T -570))
+NIL
+(-10 -8 (-15 -3442 ((-114) |#1|)) (-15 -3176 ((-114) |#1| |#1|)) (-15 -3575 (|#1| |#1|)) (-15 -3310 ((-2 (|:| -3072 |#1|) (|:| -4497 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2167 ((-3 |#1| "failed") |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
(((-571) (-142)) (T -571))
-((-2283 (*1 *1 *1 *1) (|partial| -4 *1 (-571))) (-4422 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -4206 *1) (|:| -4496 *1) (|:| |associate| *1))) (-4 *1 (-571)))) (-4390 (*1 *1 *1) (-4 *1 (-571))) (-3840 (*1 *2 *1 *1) (-12 (-4 *1 (-571)) (-5 *2 (-114)))) (-3873 (*1 *2 *1) (-12 (-4 *1 (-571)) (-5 *2 (-114)))))
-(-13 (-175) (-38 $) (-302) (-10 -8 (-15 -2283 ((-3 $ "failed") $ $)) (-15 -4422 ((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $)) (-15 -4390 ($ $)) (-15 -3840 ((-114) $ $)) (-15 -3873 ((-114) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2849 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1208) (-663 |#2|)) 38 T ELT)) (-3131 (((-597 |#2|) |#2| (-1208)) 63 T ELT)) (-4175 (((-3 |#2| "failed") |#2| (-1208)) 156 T ELT)) (-3558 (((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1208) (-630 |#2|) (-663 (-630 |#2|))) 159 T ELT)) (-4059 (((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1208) |#2|) 41 T ELT)))
-(((-572 |#1| |#2|) (-10 -7 (-15 -4059 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1208) |#2|)) (-15 -2849 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1208) (-663 |#2|))) (-15 -4175 ((-3 |#2| "failed") |#2| (-1208))) (-15 -3131 ((-597 |#2|) |#2| (-1208))) (-15 -3558 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1208) (-630 |#2|) (-663 (-630 |#2|))))) (-13 (-466) (-149) (-1069 (-560)) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|))) (T -572))
-((-3558 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1208)) (-5 *6 (-663 (-630 *3))) (-5 *5 (-630 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *7))) (-4 *7 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3))) (-5 *1 (-572 *7 *3)))) (-3131 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-572 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-4175 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1208)) (-4 *4 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-572 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))) (-2849 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-663 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-572 *6 *3)))) (-4059 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1208)) (-4 *5 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3))) (-5 *1 (-572 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))))
-(-10 -7 (-15 -4059 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1208) |#2|)) (-15 -2849 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1208) (-663 |#2|))) (-15 -4175 ((-3 |#2| "failed") |#2| (-1208))) (-15 -3131 ((-597 |#2|) |#2| (-1208))) (-15 -3558 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1208) (-630 |#2|) (-663 (-630 |#2|)))))
-((-2326 (((-419 |#1|) |#1|) 19 T ELT)) (-3388 (((-419 |#1|) |#1|) 34 T ELT)) (-2803 (((-3 |#1| "failed") |#1|) 49 T ELT)) (-2630 (((-419 |#1|) |#1|) 60 T ELT)))
-(((-573 |#1|) (-10 -7 (-15 -3388 ((-419 |#1|) |#1|)) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -2630 ((-419 |#1|) |#1|)) (-15 -2803 ((-3 |#1| "failed") |#1|))) (-559)) (T -573))
-((-2803 (*1 *2 *2) (|partial| -12 (-5 *1 (-573 *2)) (-4 *2 (-559)))) (-2630 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559)))) (-2326 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559)))) (-3388 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559)))))
-(-10 -7 (-15 -3388 ((-419 |#1|) |#1|)) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -2630 ((-419 |#1|) |#1|)) (-15 -2803 ((-3 |#1| "failed") |#1|)))
-((-1818 (($) 9 T ELT)) (-3655 (((-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 34 T ELT)) (-3342 (((-663 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $) 31 T ELT)) (-1368 (($ (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) 28 T ELT)) (-3878 (($ (-663 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) 26 T ELT)) (-2660 (((-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 38 T ELT)) (-3155 (((-663 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) 36 T ELT)) (-3779 (((-1304)) 11 T ELT)))
-(((-574) (-10 -8 (-15 -1818 ($)) (-15 -3779 ((-1304))) (-15 -3342 ((-663 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $)) (-15 -3878 ($ (-663 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 -1368 ($ (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 -3655 ((-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3155 ((-663 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 -2660 ((-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (T -574))
-((-2660 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 (-574)))) (-3155 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 (-574)))) (-3655 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 (-574)))) (-1368 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 (-574)))) (-3878 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 (-574)))) (-3342 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-5 *1 (-574)))) (-3779 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-574)))) (-1818 (*1 *1) (-5 *1 (-574))))
-(-10 -8 (-15 -1818 ($)) (-15 -3779 ((-1304))) (-15 -3342 ((-663 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $)) (-15 -3878 ($ (-663 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 -1368 ($ (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 -3655 ((-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3155 ((-663 (-2 (|:| -3818 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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 -2660 ((-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| (-1186 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2132 (-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| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))
-((-3349 (((-1202 (-421 (-1202 |#2|))) |#2| (-630 |#2|) (-630 |#2|) (-1202 |#2|)) 35 T ELT)) (-2631 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|))) 105 T ELT) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) |#2| (-1202 |#2|)) 115 T ELT)) (-1730 (((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|))) 85 T ELT) (((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) |#2| (-1202 |#2|)) 55 T ELT)) (-3189 (((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| (-630 |#2|) |#2| (-421 (-1202 |#2|))) 92 T ELT) (((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| |#2| (-1202 |#2|)) 114 T ELT)) (-1925 (((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208)) (-630 |#2|) |#2| (-421 (-1202 |#2|))) 110 T ELT) (((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208)) |#2| (-1202 |#2|)) 116 T ELT)) (-4015 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|))) 133 (|has| |#3| (-680 |#2|)) ELT) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) |#2| (-1202 |#2|)) 132 (|has| |#3| (-680 |#2|)) ELT)) (-3541 ((|#2| (-1202 (-421 (-1202 |#2|))) (-630 |#2|) |#2|) 53 T ELT)) (-2094 (((-1202 (-421 (-1202 |#2|))) (-1202 |#2|) (-630 |#2|)) 34 T ELT)))
-(((-575 |#1| |#2| |#3|) (-10 -7 (-15 -1730 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) |#2| (-1202 |#2|))) (-15 -1730 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|)))) (-15 -3189 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| |#2| (-1202 |#2|))) (-15 -3189 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| (-630 |#2|) |#2| (-421 (-1202 |#2|)))) (-15 -2631 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) |#2| (-1202 |#2|))) (-15 -2631 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|)))) (-15 -1925 ((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208)) |#2| (-1202 |#2|))) (-15 -1925 ((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208)) (-630 |#2|) |#2| (-421 (-1202 |#2|)))) (-15 -3349 ((-1202 (-421 (-1202 |#2|))) |#2| (-630 |#2|) (-630 |#2|) (-1202 |#2|))) (-15 -3541 (|#2| (-1202 (-421 (-1202 |#2|))) (-630 |#2|) |#2|)) (-15 -2094 ((-1202 (-421 (-1202 |#2|))) (-1202 |#2|) (-630 |#2|))) (IF (|has| |#3| (-680 |#2|)) (PROGN (-15 -4015 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) |#2| (-1202 |#2|))) (-15 -4015 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|))))) |%noBranch|)) (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))) (-13 (-435 |#1|) (-27) (-1234)) (-1132)) (T -575))
-((-4015 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-630 *4)) (-5 *6 (-421 (-1202 *4))) (-4 *4 (-13 (-435 *7) (-27) (-1234))) (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4)))) (-5 *1 (-575 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1132)))) (-4015 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-630 *4)) (-5 *6 (-1202 *4)) (-4 *4 (-13 (-435 *7) (-27) (-1234))) (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4)))) (-5 *1 (-575 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1132)))) (-2094 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *6)) (-4 *6 (-13 (-435 *5) (-27) (-1234))) (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-1202 (-421 (-1202 *6)))) (-5 *1 (-575 *5 *6 *7)) (-5 *3 (-1202 *6)) (-4 *7 (-1132)))) (-3541 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1202 (-421 (-1202 *2)))) (-5 *4 (-630 *2)) (-4 *2 (-13 (-435 *5) (-27) (-1234))) (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *1 (-575 *5 *2 *6)) (-4 *6 (-1132)))) (-3349 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1234))) (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-1202 (-421 (-1202 *3)))) (-5 *1 (-575 *6 *3 *7)) (-5 *5 (-1202 *3)) (-4 *7 (-1132)))) (-1925 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-630 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1208))) (-5 *5 (-421 (-1202 *2))) (-4 *2 (-13 (-435 *6) (-27) (-1234))) (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *1 (-575 *6 *2 *7)) (-4 *7 (-1132)))) (-1925 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-630 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1208))) (-5 *5 (-1202 *2)) (-4 *2 (-13 (-435 *6) (-27) (-1234))) (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *1 (-575 *6 *2 *7)) (-4 *7 (-1132)))) (-2631 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3)) (-5 *6 (-421 (-1202 *3))) (-4 *3 (-13 (-435 *7) (-27) (-1234))) (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-575 *7 *3 *8)) (-4 *8 (-1132)))) (-2631 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3)) (-5 *6 (-1202 *3)) (-4 *3 (-13 (-435 *7) (-27) (-1234))) (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-575 *7 *3 *8)) (-4 *8 (-1132)))) (-3189 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-421 (-1202 *3))) (-4 *3 (-13 (-435 *6) (-27) (-1234))) (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3))) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1132)))) (-3189 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-1202 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1234))) (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3))) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1132)))) (-1730 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-630 *3)) (-5 *5 (-421 (-1202 *3))) (-4 *3 (-13 (-435 *6) (-27) (-1234))) (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1132)))) (-1730 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-630 *3)) (-5 *5 (-1202 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1234))) (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1132)))))
-(-10 -7 (-15 -1730 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) |#2| (-1202 |#2|))) (-15 -1730 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|)))) (-15 -3189 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| |#2| (-1202 |#2|))) (-15 -3189 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| (-630 |#2|) |#2| (-421 (-1202 |#2|)))) (-15 -2631 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) |#2| (-1202 |#2|))) (-15 -2631 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|)))) (-15 -1925 ((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208)) |#2| (-1202 |#2|))) (-15 -1925 ((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208)) (-630 |#2|) |#2| (-421 (-1202 |#2|)))) (-15 -3349 ((-1202 (-421 (-1202 |#2|))) |#2| (-630 |#2|) (-630 |#2|) (-1202 |#2|))) (-15 -3541 (|#2| (-1202 (-421 (-1202 |#2|))) (-630 |#2|) |#2|)) (-15 -2094 ((-1202 (-421 (-1202 |#2|))) (-1202 |#2|) (-630 |#2|))) (IF (|has| |#3| (-680 |#2|)) (PROGN (-15 -4015 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) |#2| (-1202 |#2|))) (-15 -4015 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1202 |#2|))))) |%noBranch|))
-((-4476 (((-560) (-560) (-793)) 85 T ELT)) (-1461 (((-560) (-560)) 83 T ELT)) (-1966 (((-560) (-560)) 81 T ELT)) (-4142 (((-560) (-560)) 87 T ELT)) (-1411 (((-560) (-560) (-560)) 65 T ELT)) (-1344 (((-560) (-560) (-560)) 62 T ELT)) (-4291 (((-421 (-560)) (-560)) 30 T ELT)) (-3583 (((-560) (-560)) 34 T ELT)) (-2352 (((-560) (-560)) 74 T ELT)) (-1366 (((-560) (-560)) 46 T ELT)) (-1893 (((-663 (-560)) (-560)) 80 T ELT)) (-4111 (((-560) (-560) (-560) (-560) (-560)) 58 T ELT)) (-1443 (((-421 (-560)) (-560)) 55 T ELT)))
-(((-576) (-10 -7 (-15 -1443 ((-421 (-560)) (-560))) (-15 -4111 ((-560) (-560) (-560) (-560) (-560))) (-15 -1893 ((-663 (-560)) (-560))) (-15 -1366 ((-560) (-560))) (-15 -2352 ((-560) (-560))) (-15 -3583 ((-560) (-560))) (-15 -4291 ((-421 (-560)) (-560))) (-15 -1344 ((-560) (-560) (-560))) (-15 -1411 ((-560) (-560) (-560))) (-15 -4142 ((-560) (-560))) (-15 -1966 ((-560) (-560))) (-15 -1461 ((-560) (-560))) (-15 -4476 ((-560) (-560) (-793))))) (T -576))
-((-4476 (*1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-793)) (-5 *1 (-576)))) (-1461 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-1966 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-4142 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-1411 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-1344 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-4291 (*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))) (-3583 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-2352 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-1366 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-1893 (*1 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))) (-4111 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-1443 (*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))))
-(-10 -7 (-15 -1443 ((-421 (-560)) (-560))) (-15 -4111 ((-560) (-560) (-560) (-560) (-560))) (-15 -1893 ((-663 (-560)) (-560))) (-15 -1366 ((-560) (-560))) (-15 -2352 ((-560) (-560))) (-15 -3583 ((-560) (-560))) (-15 -4291 ((-421 (-560)) (-560))) (-15 -1344 ((-560) (-560) (-560))) (-15 -1411 ((-560) (-560) (-560))) (-15 -4142 ((-560) (-560))) (-15 -1966 ((-560) (-560))) (-15 -1461 ((-560) (-560))) (-15 -4476 ((-560) (-560) (-793))))
-((-2034 (((-2 (|:| |answer| |#4|) (|:| -3289 |#4|)) |#4| (-1 |#2| |#2|)) 56 T ELT)))
-(((-577 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2034 ((-2 (|:| |answer| |#4|) (|:| -3289 |#4|)) |#4| (-1 |#2| |#2|)))) (-376) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -577))
-((-2034 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376)) (-4 *7 (-1274 (-421 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -3289 *3))) (-5 *1 (-577 *5 *6 *7 *3)) (-4 *3 (-355 *5 *6 *7)))))
-(-10 -7 (-15 -2034 ((-2 (|:| |answer| |#4|) (|:| -3289 |#4|)) |#4| (-1 |#2| |#2|))))
-((-2034 (((-2 (|:| |answer| (-421 |#2|)) (|:| -3289 (-421 |#2|)) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|)) 18 T ELT)))
-(((-578 |#1| |#2|) (-10 -7 (-15 -2034 ((-2 (|:| |answer| (-421 |#2|)) (|:| -3289 (-421 |#2|)) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|)))) (-376) (-1274 |#1|)) (T -578))
-((-2034 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |answer| (-421 *6)) (|:| -3289 (-421 *6)) (|:| |specpart| (-421 *6)) (|:| |polypart| *6))) (-5 *1 (-578 *5 *6)) (-5 *3 (-421 *6)))))
-(-10 -7 (-15 -2034 ((-2 (|:| |answer| (-421 |#2|)) (|:| -3289 (-421 |#2|)) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|))))
-((-4102 (((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))) (-791) (-1094)) 116 T ELT) (((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))) (-791)) 118 T ELT)) (-3071 (((-3 (-1066) "failed") (-326 (-391)) (-1123 (-864 (-391))) (-1208)) 195 T ELT) (((-3 (-1066) "failed") (-326 (-391)) (-1123 (-864 (-391))) (-1190)) 194 T ELT) (((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391) (-391) (-1094)) 199 T ELT) (((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391) (-391)) 200 T ELT) (((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391)) 201 T ELT) (((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391))))) 202 T ELT) (((-1066) (-326 (-391)) (-1120 (-864 (-391)))) 190 T ELT) (((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391)) 189 T ELT) (((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391) (-391)) 185 T ELT) (((-1066) (-791)) 177 T ELT) (((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391) (-391) (-1094)) 184 T ELT)))
-(((-579) (-10 -7 (-15 -3071 ((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391) (-391) (-1094))) (-15 -3071 ((-1066) (-791))) (-15 -3071 ((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391) (-391))) (-15 -3071 ((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391))) (-15 -3071 ((-1066) (-326 (-391)) (-1120 (-864 (-391))))) (-15 -3071 ((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))))) (-15 -3071 ((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391))) (-15 -3071 ((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391) (-391))) (-15 -3071 ((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391) (-391) (-1094))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))) (-791))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))) (-791) (-1094))) (-15 -3071 ((-3 (-1066) "failed") (-326 (-391)) (-1123 (-864 (-391))) (-1190))) (-15 -3071 ((-3 (-1066) "failed") (-326 (-391)) (-1123 (-864 (-391))) (-1208))))) (T -579))
-((-3071 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-326 (-391))) (-5 *4 (-1123 (-864 (-391)))) (-5 *5 (-1208)) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-326 (-391))) (-5 *4 (-1123 (-864 (-391)))) (-5 *5 (-1190)) (-5 *2 (-1066)) (-5 *1 (-579)))) (-4102 (*1 *2 *3 *4) (-12 (-5 *3 (-791)) (-5 *4 (-1094)) (-5 *2 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066)))) (-5 *1 (-579)))) (-4102 (*1 *2 *3) (-12 (-5 *3 (-791)) (-5 *2 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066)))) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1120 (-864 (-391))))) (-5 *5 (-391)) (-5 *6 (-1094)) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1120 (-864 (-391))))) (-5 *5 (-391)) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1120 (-864 (-391))))) (-5 *5 (-391)) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1120 (-864 (-391))))) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1120 (-864 (-391)))) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1120 (-864 (-391)))) (-5 *5 (-391)) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1120 (-864 (-391)))) (-5 *5 (-391)) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-791)) (-5 *2 (-1066)) (-5 *1 (-579)))) (-3071 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1120 (-864 (-391)))) (-5 *5 (-391)) (-5 *6 (-1094)) (-5 *2 (-1066)) (-5 *1 (-579)))))
-(-10 -7 (-15 -3071 ((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391) (-391) (-1094))) (-15 -3071 ((-1066) (-791))) (-15 -3071 ((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391) (-391))) (-15 -3071 ((-1066) (-326 (-391)) (-1120 (-864 (-391))) (-391))) (-15 -3071 ((-1066) (-326 (-391)) (-1120 (-864 (-391))))) (-15 -3071 ((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))))) (-15 -3071 ((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391))) (-15 -3071 ((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391) (-391))) (-15 -3071 ((-1066) (-326 (-391)) (-663 (-1120 (-864 (-391)))) (-391) (-391) (-1094))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))) (-791))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))) (-791) (-1094))) (-15 -3071 ((-3 (-1066) "failed") (-326 (-391)) (-1123 (-864 (-391))) (-1190))) (-15 -3071 ((-3 (-1066) "failed") (-326 (-391)) (-1123 (-864 (-391))) (-1208))))
-((-1512 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|)) 195 T ELT)) (-2729 (((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|)) 97 T ELT)) (-3136 (((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2|) 191 T ELT)) (-2653 (((-3 |#2| "failed") |#2| |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208))) 200 T ELT)) (-3812 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-1208)) 209 (|has| |#3| (-680 |#2|)) ELT)))
-(((-580 |#1| |#2| |#3|) (-10 -7 (-15 -2729 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|))) (-15 -3136 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2|)) (-15 -1512 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|))) (-15 -2653 ((-3 |#2| "failed") |#2| |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208)))) (IF (|has| |#3| (-680 |#2|)) (-15 -3812 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-1208))) |%noBranch|)) (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))) (-13 (-435 |#1|) (-27) (-1234)) (-1132)) (T -580))
-((-3812 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-630 *4)) (-5 *6 (-1208)) (-4 *4 (-13 (-435 *7) (-27) (-1234))) (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4)))) (-5 *1 (-580 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1132)))) (-2653 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-630 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1208))) (-4 *2 (-13 (-435 *5) (-27) (-1234))) (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *1 (-580 *5 *2 *6)) (-4 *6 (-1132)))) (-1512 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1234))) (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-580 *6 *3 *7)) (-4 *7 (-1132)))) (-3136 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *5) (-27) (-1234))) (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3))) (-5 *1 (-580 *5 *3 *6)) (-4 *6 (-1132)))) (-2729 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *5) (-27) (-1234))) (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-580 *5 *3 *6)) (-4 *6 (-1132)))))
-(-10 -7 (-15 -2729 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|))) (-15 -3136 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2|)) (-15 -1512 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|))) (-15 -2653 ((-3 |#2| "failed") |#2| |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1208)))) (IF (|has| |#3| (-680 |#2|)) (-15 -3812 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1868 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-1208))) |%noBranch|))
-((-2989 (((-2 (|:| -4382 |#2|) (|:| |nconst| |#2|)) |#2| (-1208)) 64 T ELT)) (-3363 (((-3 |#2| "failed") |#2| (-1208) (-864 |#2|) (-864 |#2|)) 175 (-12 (|has| |#2| (-1170)) (|has| |#1| (-633 (-915 (-560)))) (|has| |#1| (-911 (-560)))) ELT) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208)) 154 (-12 (|has| |#2| (-649)) (|has| |#1| (-633 (-915 (-560)))) (|has| |#1| (-911 (-560)))) ELT)) (-2126 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208)) 156 (-12 (|has| |#2| (-649)) (|has| |#1| (-633 (-915 (-560)))) (|has| |#1| (-911 (-560)))) ELT)))
-(((-581 |#1| |#2|) (-10 -7 (-15 -2989 ((-2 (|:| -4382 |#2|) (|:| |nconst| |#2|)) |#2| (-1208))) (IF (|has| |#1| (-633 (-915 (-560)))) (IF (|has| |#1| (-911 (-560))) (PROGN (IF (|has| |#2| (-649)) (PROGN (-15 -2126 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208))) (-15 -3363 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208)))) |%noBranch|) (IF (|has| |#2| (-1170)) (-15 -3363 ((-3 |#2| "failed") |#2| (-1208) (-864 |#2|) (-864 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-1069 (-560)) (-466) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|))) (T -581))
-((-3363 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1208)) (-5 *4 (-864 *2)) (-4 *2 (-1170)) (-4 *2 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-633 (-915 (-560)))) (-4 *5 (-911 (-560))) (-4 *5 (-13 (-1069 (-560)) (-466) (-660 (-560)))) (-5 *1 (-581 *5 *2)))) (-3363 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1208)) (-4 *5 (-633 (-915 (-560)))) (-4 *5 (-911 (-560))) (-4 *5 (-13 (-1069 (-560)) (-466) (-660 (-560)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-581 *5 *3)) (-4 *3 (-649)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-2126 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1208)) (-4 *5 (-633 (-915 (-560)))) (-4 *5 (-911 (-560))) (-4 *5 (-13 (-1069 (-560)) (-466) (-660 (-560)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-581 *5 *3)) (-4 *3 (-649)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-2989 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-1069 (-560)) (-466) (-660 (-560)))) (-5 *2 (-2 (|:| -4382 *3) (|:| |nconst| *3))) (-5 *1 (-581 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))))
-(-10 -7 (-15 -2989 ((-2 (|:| -4382 |#2|) (|:| |nconst| |#2|)) |#2| (-1208))) (IF (|has| |#1| (-633 (-915 (-560)))) (IF (|has| |#1| (-911 (-560))) (PROGN (IF (|has| |#2| (-649)) (PROGN (-15 -2126 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208))) (-15 -3363 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208)))) |%noBranch|) (IF (|has| |#2| (-1170)) (-15 -3363 ((-3 |#2| "failed") |#2| (-1208) (-864 |#2|) (-864 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-2998 (((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-663 (-421 |#2|))) 41 T ELT)) (-3071 (((-597 (-421 |#2|)) (-421 |#2|)) 28 T ELT)) (-3324 (((-3 (-421 |#2|) "failed") (-421 |#2|)) 17 T ELT)) (-3754 (((-3 (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-421 |#2|)) 48 T ELT)))
-(((-582 |#1| |#2|) (-10 -7 (-15 -3071 ((-597 (-421 |#2|)) (-421 |#2|))) (-15 -3324 ((-3 (-421 |#2|) "failed") (-421 |#2|))) (-15 -3754 ((-3 (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-421 |#2|))) (-15 -2998 ((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-663 (-421 |#2|))))) (-13 (-376) (-149) (-1069 (-560))) (-1274 |#1|)) (T -582))
-((-2998 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-663 (-421 *6))) (-5 *3 (-421 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-582 *5 *6)))) (-3754 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-376) (-149) (-1069 (-560)))) (-4 *5 (-1274 *4)) (-5 *2 (-2 (|:| -3735 (-421 *5)) (|:| |coeff| (-421 *5)))) (-5 *1 (-582 *4 *5)) (-5 *3 (-421 *5)))) (-3324 (*1 *2 *2) (|partial| -12 (-5 *2 (-421 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-13 (-376) (-149) (-1069 (-560)))) (-5 *1 (-582 *3 *4)))) (-3071 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-560)))) (-4 *5 (-1274 *4)) (-5 *2 (-597 (-421 *5))) (-5 *1 (-582 *4 *5)) (-5 *3 (-421 *5)))))
-(-10 -7 (-15 -3071 ((-597 (-421 |#2|)) (-421 |#2|))) (-15 -3324 ((-3 (-421 |#2|) "failed") (-421 |#2|))) (-15 -3754 ((-3 (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-421 |#2|))) (-15 -2998 ((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-663 (-421 |#2|)))))
-((-3664 (((-3 (-560) "failed") |#1|) 14 T ELT)) (-1708 (((-114) |#1|) 13 T ELT)) (-1580 (((-560) |#1|) 9 T ELT)))
-(((-583 |#1|) (-10 -7 (-15 -1580 ((-560) |#1|)) (-15 -1708 ((-114) |#1|)) (-15 -3664 ((-3 (-560) "failed") |#1|))) (-1069 (-560))) (T -583))
-((-3664 (*1 *2 *3) (|partial| -12 (-5 *2 (-560)) (-5 *1 (-583 *3)) (-4 *3 (-1069 *2)))) (-1708 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-583 *3)) (-4 *3 (-1069 (-560))))) (-1580 (*1 *2 *3) (-12 (-5 *2 (-560)) (-5 *1 (-583 *3)) (-4 *3 (-1069 *2)))))
-(-10 -7 (-15 -1580 ((-560) |#1|)) (-15 -1708 ((-114) |#1|)) (-15 -3664 ((-3 (-560) "failed") |#1|)))
-((-4393 (((-3 (-2 (|:| |mainpart| (-421 (-975 |#1|))) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 (-975 |#1|))) (|:| |logand| (-421 (-975 |#1|))))))) "failed") (-421 (-975 |#1|)) (-1208) (-663 (-421 (-975 |#1|)))) 48 T ELT)) (-1655 (((-597 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-1208)) 28 T ELT)) (-2226 (((-3 (-421 (-975 |#1|)) "failed") (-421 (-975 |#1|)) (-1208)) 23 T ELT)) (-3910 (((-3 (-2 (|:| -3735 (-421 (-975 |#1|))) (|:| |coeff| (-421 (-975 |#1|)))) "failed") (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|))) 35 T ELT)))
-(((-584 |#1|) (-10 -7 (-15 -1655 ((-597 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-1208))) (-15 -2226 ((-3 (-421 (-975 |#1|)) "failed") (-421 (-975 |#1|)) (-1208))) (-15 -4393 ((-3 (-2 (|:| |mainpart| (-421 (-975 |#1|))) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 (-975 |#1|))) (|:| |logand| (-421 (-975 |#1|))))))) "failed") (-421 (-975 |#1|)) (-1208) (-663 (-421 (-975 |#1|))))) (-15 -3910 ((-3 (-2 (|:| -3735 (-421 (-975 |#1|))) (|:| |coeff| (-421 (-975 |#1|)))) "failed") (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|))))) (-13 (-571) (-1069 (-560)) (-149))) (T -584))
-((-3910 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1208)) (-4 *5 (-13 (-571) (-1069 (-560)) (-149))) (-5 *2 (-2 (|:| -3735 (-421 (-975 *5))) (|:| |coeff| (-421 (-975 *5))))) (-5 *1 (-584 *5)) (-5 *3 (-421 (-975 *5))))) (-4393 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-663 (-421 (-975 *6)))) (-5 *3 (-421 (-975 *6))) (-4 *6 (-13 (-571) (-1069 (-560)) (-149))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-584 *6)))) (-2226 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-421 (-975 *4))) (-5 *3 (-1208)) (-4 *4 (-13 (-571) (-1069 (-560)) (-149))) (-5 *1 (-584 *4)))) (-1655 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-571) (-1069 (-560)) (-149))) (-5 *2 (-597 (-421 (-975 *5)))) (-5 *1 (-584 *5)) (-5 *3 (-421 (-975 *5))))))
-(-10 -7 (-15 -1655 ((-597 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-1208))) (-15 -2226 ((-3 (-421 (-975 |#1|)) "failed") (-421 (-975 |#1|)) (-1208))) (-15 -4393 ((-3 (-2 (|:| |mainpart| (-421 (-975 |#1|))) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 (-975 |#1|))) (|:| |logand| (-421 (-975 |#1|))))))) "failed") (-421 (-975 |#1|)) (-1208) (-663 (-421 (-975 |#1|))))) (-15 -3910 ((-3 (-2 (|:| -3735 (-421 (-975 |#1|))) (|:| |coeff| (-421 (-975 |#1|)))) "failed") (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|)))))
-((-2294 (((-114) $ $) 75 T ELT)) (-3626 (((-114) $) 48 T ELT)) (-1937 ((|#1| $) 39 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) 79 T ELT)) (-3594 (($ $) 140 T ELT)) (-2725 (($ $) 118 T ELT)) (-2180 ((|#1| $) 37 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-2837 (($ $) 142 T ELT)) (-2700 (($ $) 114 T ELT)) (-3623 (($ $) 144 T ELT)) (-2749 (($ $) 122 T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) 93 T ELT)) (-3056 (((-560) $) 95 T ELT)) (-4310 (((-3 $ "failed") $) 78 T ELT)) (-4380 (($ |#1| |#1|) 35 T ELT)) (-1957 (((-114) $) 44 T ELT)) (-4447 (($) 104 T ELT)) (-1871 (((-114) $) 55 T ELT)) (-2663 (($ $ (-560)) NIL T ELT)) (-2699 (((-114) $) 45 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-1842 (($ $) 106 T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3575 (($ |#1| |#1|) 29 T ELT) (($ |#1|) 34 T ELT) (($ (-421 (-560))) 92 T ELT)) (-4404 ((|#1| $) 36 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) 81 T ELT) (($ (-663 $)) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) 80 T ELT)) (-1920 (($ $) 108 T ELT)) (-3637 (($ $) 148 T ELT)) (-2759 (($ $) 120 T ELT)) (-3610 (($ $) 150 T ELT)) (-2737 (($ $) 124 T ELT)) (-2848 (($ $) 146 T ELT)) (-2712 (($ $) 116 T ELT)) (-3718 (((-114) $ |#1|) 42 T ELT)) (-2539 (((-887) $) 100 T ELT) (($ (-560)) 83 T ELT) (($ $) NIL T ELT) (($ (-560)) 83 T ELT)) (-3418 (((-793)) 102 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) 162 T ELT)) (-2792 (($ $) 130 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-3649 (($ $) 160 T ELT)) (-2770 (($ $) 126 T ELT)) (-3693 (($ $) 158 T ELT)) (-2816 (($ $) 138 T ELT)) (-2979 (($ $) 156 T ELT)) (-2827 (($ $) 136 T ELT)) (-3681 (($ $) 154 T ELT)) (-2804 (($ $) 132 T ELT)) (-3661 (($ $) 152 T ELT)) (-2781 (($ $) 128 T ELT)) (-1427 (($) 30 T CONST)) (-1439 (($) 10 T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 49 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 47 T ELT)) (-2426 (($ $) 53 T ELT) (($ $ $) 54 T ELT)) (-2413 (($ $ $) 52 T ELT)) (** (($ $ (-948)) 71 T ELT) (($ $ (-793)) NIL T ELT) (($ $ $) 110 T ELT) (($ $ (-421 (-560))) 164 T ELT)) (* (($ (-948) $) 66 T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 65 T ELT) (($ $ $) 61 T ELT)))
-(((-585 |#1|) (-569 |#1|) (-13 (-418) (-1234))) (T -585))
+((-3795 (*1 *1 *1 *1) (|partial| -4 *1 (-571))) (-3310 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3072 *1) (|:| -4497 *1) (|:| |associate| *1))) (-4 *1 (-571)))) (-3575 (*1 *1 *1) (-4 *1 (-571))) (-3176 (*1 *2 *1 *1) (-12 (-4 *1 (-571)) (-5 *2 (-114)))) (-3442 (*1 *2 *1) (-12 (-4 *1 (-571)) (-5 *2 (-114)))))
+(-13 (-175) (-38 $) (-302) (-10 -8 (-15 -3795 ((-3 $ "failed") $ $)) (-15 -3310 ((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $)) (-15 -3575 ($ $)) (-15 -3176 ((-114) $ $)) (-15 -3442 ((-114) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3825 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1209) (-663 |#2|)) 38 T ELT)) (-3058 (((-597 |#2|) |#2| (-1209)) 63 T ELT)) (-4197 (((-3 |#2| "failed") |#2| (-1209)) 156 T ELT)) (-3271 (((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1209) (-630 |#2|) (-663 (-630 |#2|))) 159 T ELT)) (-3879 (((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1209) |#2|) 41 T ELT)))
+(((-572 |#1| |#2|) (-10 -7 (-15 -3879 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1209) |#2|)) (-15 -3825 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1209) (-663 |#2|))) (-15 -4197 ((-3 |#2| "failed") |#2| (-1209))) (-15 -3058 ((-597 |#2|) |#2| (-1209))) (-15 -3271 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1209) (-630 |#2|) (-663 (-630 |#2|))))) (-13 (-466) (-149) (-1070 (-560)) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|))) (T -572))
+((-3271 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1209)) (-5 *6 (-663 (-630 *3))) (-5 *5 (-630 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *7))) (-4 *7 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3))) (-5 *1 (-572 *7 *3)))) (-3058 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-572 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-4197 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1209)) (-4 *4 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-572 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))) (-3825 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-663 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-572 *6 *3)))) (-3879 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1209)) (-4 *5 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3))) (-5 *1 (-572 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))))
+(-10 -7 (-15 -3879 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1209) |#2|)) (-15 -3825 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1209) (-663 |#2|))) (-15 -4197 ((-3 |#2| "failed") |#2| (-1209))) (-15 -3058 ((-597 |#2|) |#2| (-1209))) (-15 -3271 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1209) (-630 |#2|) (-663 (-630 |#2|)))))
+((-1903 (((-419 |#1|) |#1|) 19 T ELT)) (-2549 (((-419 |#1|) |#1|) 34 T ELT)) (-3120 (((-3 |#1| "failed") |#1|) 49 T ELT)) (-1975 (((-419 |#1|) |#1|) 60 T ELT)))
+(((-573 |#1|) (-10 -7 (-15 -2549 ((-419 |#1|) |#1|)) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -1975 ((-419 |#1|) |#1|)) (-15 -3120 ((-3 |#1| "failed") |#1|))) (-559)) (T -573))
+((-3120 (*1 *2 *2) (|partial| -12 (-5 *1 (-573 *2)) (-4 *2 (-559)))) (-1975 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559)))) (-1903 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559)))) (-2549 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559)))))
+(-10 -7 (-15 -2549 ((-419 |#1|) |#1|)) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -1975 ((-419 |#1|) |#1|)) (-15 -3120 ((-3 |#1| "failed") |#1|)))
+((-3996 (($) 9 T ELT)) (-3002 (((-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 34 T ELT)) (-2791 (((-663 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $) 31 T ELT)) (-3549 (($ (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) 28 T ELT)) (-2621 (($ (-663 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) 26 T ELT)) (-3529 (((-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 38 T ELT)) (-1570 (((-663 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) 36 T ELT)) (-3275 (((-1305)) 11 T ELT)))
+(((-574) (-10 -8 (-15 -3996 ($)) (-15 -3275 ((-1305))) (-15 -2791 ((-663 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $)) (-15 -2621 ($ (-663 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 -3549 ($ (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 -3002 ((-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -1570 ((-663 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 -3529 ((-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (T -574))
+((-3529 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 (-574)))) (-1570 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 (-574)))) (-3002 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 (-574)))) (-3549 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 (-574)))) (-2621 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 (-574)))) (-2791 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-5 *1 (-574)))) (-3275 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-574)))) (-3996 (*1 *1) (-5 *1 (-574))))
+(-10 -8 (-15 -3996 ($)) (-15 -3275 ((-1305))) (-15 -2791 ((-663 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $)) (-15 -2621 ($ (-663 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 -3549 ($ (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 -3002 ((-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -1570 ((-663 (-2 (|:| -1919 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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 -3529 ((-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| (-1187 (-229))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3423 (-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| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))
+((-2517 (((-1203 (-421 (-1203 |#2|))) |#2| (-630 |#2|) (-630 |#2|) (-1203 |#2|)) 35 T ELT)) (-2075 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|))) 105 T ELT) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) |#2| (-1203 |#2|)) 115 T ELT)) (-1887 (((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|))) 85 T ELT) (((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) |#2| (-1203 |#2|)) 55 T ELT)) (-1894 (((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| (-630 |#2|) |#2| (-421 (-1203 |#2|))) 92 T ELT) (((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| |#2| (-1203 |#2|)) 114 T ELT)) (-2593 (((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209)) (-630 |#2|) |#2| (-421 (-1203 |#2|))) 110 T ELT) (((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209)) |#2| (-1203 |#2|)) 116 T ELT)) (-1988 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|))) 133 (|has| |#3| (-680 |#2|)) ELT) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) |#2| (-1203 |#2|)) 132 (|has| |#3| (-680 |#2|)) ELT)) (-2700 ((|#2| (-1203 (-421 (-1203 |#2|))) (-630 |#2|) |#2|) 53 T ELT)) (-1984 (((-1203 (-421 (-1203 |#2|))) (-1203 |#2|) (-630 |#2|)) 34 T ELT)))
+(((-575 |#1| |#2| |#3|) (-10 -7 (-15 -1887 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) |#2| (-1203 |#2|))) (-15 -1887 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|)))) (-15 -1894 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| |#2| (-1203 |#2|))) (-15 -1894 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| (-630 |#2|) |#2| (-421 (-1203 |#2|)))) (-15 -2075 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) |#2| (-1203 |#2|))) (-15 -2075 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|)))) (-15 -2593 ((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209)) |#2| (-1203 |#2|))) (-15 -2593 ((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209)) (-630 |#2|) |#2| (-421 (-1203 |#2|)))) (-15 -2517 ((-1203 (-421 (-1203 |#2|))) |#2| (-630 |#2|) (-630 |#2|) (-1203 |#2|))) (-15 -2700 (|#2| (-1203 (-421 (-1203 |#2|))) (-630 |#2|) |#2|)) (-15 -1984 ((-1203 (-421 (-1203 |#2|))) (-1203 |#2|) (-630 |#2|))) (IF (|has| |#3| (-680 |#2|)) (PROGN (-15 -1988 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) |#2| (-1203 |#2|))) (-15 -1988 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|))))) |%noBranch|)) (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))) (-13 (-435 |#1|) (-27) (-1235)) (-1133)) (T -575))
+((-1988 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-630 *4)) (-5 *6 (-421 (-1203 *4))) (-4 *4 (-13 (-435 *7) (-27) (-1235))) (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4)))) (-5 *1 (-575 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1133)))) (-1988 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-630 *4)) (-5 *6 (-1203 *4)) (-4 *4 (-13 (-435 *7) (-27) (-1235))) (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4)))) (-5 *1 (-575 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1133)))) (-1984 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *6)) (-4 *6 (-13 (-435 *5) (-27) (-1235))) (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-1203 (-421 (-1203 *6)))) (-5 *1 (-575 *5 *6 *7)) (-5 *3 (-1203 *6)) (-4 *7 (-1133)))) (-2700 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1203 (-421 (-1203 *2)))) (-5 *4 (-630 *2)) (-4 *2 (-13 (-435 *5) (-27) (-1235))) (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *1 (-575 *5 *2 *6)) (-4 *6 (-1133)))) (-2517 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1235))) (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-1203 (-421 (-1203 *3)))) (-5 *1 (-575 *6 *3 *7)) (-5 *5 (-1203 *3)) (-4 *7 (-1133)))) (-2593 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-630 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1209))) (-5 *5 (-421 (-1203 *2))) (-4 *2 (-13 (-435 *6) (-27) (-1235))) (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *1 (-575 *6 *2 *7)) (-4 *7 (-1133)))) (-2593 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-630 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1209))) (-5 *5 (-1203 *2)) (-4 *2 (-13 (-435 *6) (-27) (-1235))) (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *1 (-575 *6 *2 *7)) (-4 *7 (-1133)))) (-2075 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3)) (-5 *6 (-421 (-1203 *3))) (-4 *3 (-13 (-435 *7) (-27) (-1235))) (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-575 *7 *3 *8)) (-4 *8 (-1133)))) (-2075 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3)) (-5 *6 (-1203 *3)) (-4 *3 (-13 (-435 *7) (-27) (-1235))) (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-575 *7 *3 *8)) (-4 *8 (-1133)))) (-1894 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-421 (-1203 *3))) (-4 *3 (-13 (-435 *6) (-27) (-1235))) (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3))) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1133)))) (-1894 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-1203 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1235))) (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3))) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1133)))) (-1887 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-630 *3)) (-5 *5 (-421 (-1203 *3))) (-4 *3 (-13 (-435 *6) (-27) (-1235))) (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1133)))) (-1887 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-630 *3)) (-5 *5 (-1203 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1235))) (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1133)))))
+(-10 -7 (-15 -1887 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) |#2| (-1203 |#2|))) (-15 -1887 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|)))) (-15 -1894 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| |#2| (-1203 |#2|))) (-15 -1894 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2| (-630 |#2|) |#2| (-421 (-1203 |#2|)))) (-15 -2075 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) |#2| (-1203 |#2|))) (-15 -2075 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|)))) (-15 -2593 ((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209)) |#2| (-1203 |#2|))) (-15 -2593 ((-3 |#2| "failed") |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209)) (-630 |#2|) |#2| (-421 (-1203 |#2|)))) (-15 -2517 ((-1203 (-421 (-1203 |#2|))) |#2| (-630 |#2|) (-630 |#2|) (-1203 |#2|))) (-15 -2700 (|#2| (-1203 (-421 (-1203 |#2|))) (-630 |#2|) |#2|)) (-15 -1984 ((-1203 (-421 (-1203 |#2|))) (-1203 |#2|) (-630 |#2|))) (IF (|has| |#3| (-680 |#2|)) (PROGN (-15 -1988 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) |#2| (-1203 |#2|))) (-15 -1988 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-630 |#2|) |#2| (-421 (-1203 |#2|))))) |%noBranch|))
+((-4067 (((-560) (-560) (-793)) 85 T ELT)) (-2251 (((-560) (-560)) 83 T ELT)) (-3931 (((-560) (-560)) 81 T ELT)) (-2962 (((-560) (-560)) 87 T ELT)) (-2997 (((-560) (-560) (-560)) 65 T ELT)) (-4309 (((-560) (-560) (-560)) 62 T ELT)) (-2641 (((-421 (-560)) (-560)) 30 T ELT)) (-1588 (((-560) (-560)) 34 T ELT)) (-3595 (((-560) (-560)) 74 T ELT)) (-2668 (((-560) (-560)) 46 T ELT)) (-2452 (((-663 (-560)) (-560)) 80 T ELT)) (-1359 (((-560) (-560) (-560) (-560) (-560)) 58 T ELT)) (-1720 (((-421 (-560)) (-560)) 55 T ELT)))
+(((-576) (-10 -7 (-15 -1720 ((-421 (-560)) (-560))) (-15 -1359 ((-560) (-560) (-560) (-560) (-560))) (-15 -2452 ((-663 (-560)) (-560))) (-15 -2668 ((-560) (-560))) (-15 -3595 ((-560) (-560))) (-15 -1588 ((-560) (-560))) (-15 -2641 ((-421 (-560)) (-560))) (-15 -4309 ((-560) (-560) (-560))) (-15 -2997 ((-560) (-560) (-560))) (-15 -2962 ((-560) (-560))) (-15 -3931 ((-560) (-560))) (-15 -2251 ((-560) (-560))) (-15 -4067 ((-560) (-560) (-793))))) (T -576))
+((-4067 (*1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-793)) (-5 *1 (-576)))) (-2251 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-3931 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-2962 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-2997 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-4309 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-2641 (*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))) (-1588 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-3595 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-2668 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-2452 (*1 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))) (-1359 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))) (-1720 (*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))))
+(-10 -7 (-15 -1720 ((-421 (-560)) (-560))) (-15 -1359 ((-560) (-560) (-560) (-560) (-560))) (-15 -2452 ((-663 (-560)) (-560))) (-15 -2668 ((-560) (-560))) (-15 -3595 ((-560) (-560))) (-15 -1588 ((-560) (-560))) (-15 -2641 ((-421 (-560)) (-560))) (-15 -4309 ((-560) (-560) (-560))) (-15 -2997 ((-560) (-560) (-560))) (-15 -2962 ((-560) (-560))) (-15 -3931 ((-560) (-560))) (-15 -2251 ((-560) (-560))) (-15 -4067 ((-560) (-560) (-793))))
+((-3439 (((-2 (|:| |answer| |#4|) (|:| -2963 |#4|)) |#4| (-1 |#2| |#2|)) 56 T ELT)))
+(((-577 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3439 ((-2 (|:| |answer| |#4|) (|:| -2963 |#4|)) |#4| (-1 |#2| |#2|)))) (-376) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -577))
+((-3439 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376)) (-4 *7 (-1275 (-421 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -2963 *3))) (-5 *1 (-577 *5 *6 *7 *3)) (-4 *3 (-355 *5 *6 *7)))))
+(-10 -7 (-15 -3439 ((-2 (|:| |answer| |#4|) (|:| -2963 |#4|)) |#4| (-1 |#2| |#2|))))
+((-3439 (((-2 (|:| |answer| (-421 |#2|)) (|:| -2963 (-421 |#2|)) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|)) 18 T ELT)))
+(((-578 |#1| |#2|) (-10 -7 (-15 -3439 ((-2 (|:| |answer| (-421 |#2|)) (|:| -2963 (-421 |#2|)) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|)))) (-376) (-1275 |#1|)) (T -578))
+((-3439 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |answer| (-421 *6)) (|:| -2963 (-421 *6)) (|:| |specpart| (-421 *6)) (|:| |polypart| *6))) (-5 *1 (-578 *5 *6)) (-5 *3 (-421 *6)))))
+(-10 -7 (-15 -3439 ((-2 (|:| |answer| (-421 |#2|)) (|:| -2963 (-421 |#2|)) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|))))
+((-3039 (((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))) (-791) (-1095)) 116 T ELT) (((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))) (-791)) 118 T ELT)) (-3671 (((-3 (-1067) "failed") (-326 (-391)) (-1124 (-866 (-391))) (-1209)) 195 T ELT) (((-3 (-1067) "failed") (-326 (-391)) (-1124 (-866 (-391))) (-1191)) 194 T ELT) (((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391) (-391) (-1095)) 199 T ELT) (((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391) (-391)) 200 T ELT) (((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391)) 201 T ELT) (((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391))))) 202 T ELT) (((-1067) (-326 (-391)) (-1121 (-866 (-391)))) 190 T ELT) (((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391)) 189 T ELT) (((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391) (-391)) 185 T ELT) (((-1067) (-791)) 177 T ELT) (((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391) (-391) (-1095)) 184 T ELT)))
+(((-579) (-10 -7 (-15 -3671 ((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391) (-391) (-1095))) (-15 -3671 ((-1067) (-791))) (-15 -3671 ((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391) (-391))) (-15 -3671 ((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391))) (-15 -3671 ((-1067) (-326 (-391)) (-1121 (-866 (-391))))) (-15 -3671 ((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))))) (-15 -3671 ((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391))) (-15 -3671 ((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391) (-391))) (-15 -3671 ((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391) (-391) (-1095))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))) (-791))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))) (-791) (-1095))) (-15 -3671 ((-3 (-1067) "failed") (-326 (-391)) (-1124 (-866 (-391))) (-1191))) (-15 -3671 ((-3 (-1067) "failed") (-326 (-391)) (-1124 (-866 (-391))) (-1209))))) (T -579))
+((-3671 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-326 (-391))) (-5 *4 (-1124 (-866 (-391)))) (-5 *5 (-1209)) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-326 (-391))) (-5 *4 (-1124 (-866 (-391)))) (-5 *5 (-1191)) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3039 (*1 *2 *3 *4) (-12 (-5 *3 (-791)) (-5 *4 (-1095)) (-5 *2 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067)))) (-5 *1 (-579)))) (-3039 (*1 *2 *3) (-12 (-5 *3 (-791)) (-5 *2 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067)))) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1121 (-866 (-391))))) (-5 *5 (-391)) (-5 *6 (-1095)) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1121 (-866 (-391))))) (-5 *5 (-391)) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1121 (-866 (-391))))) (-5 *5 (-391)) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1121 (-866 (-391))))) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1121 (-866 (-391)))) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1121 (-866 (-391)))) (-5 *5 (-391)) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1121 (-866 (-391)))) (-5 *5 (-391)) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3) (-12 (-5 *3 (-791)) (-5 *2 (-1067)) (-5 *1 (-579)))) (-3671 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1121 (-866 (-391)))) (-5 *5 (-391)) (-5 *6 (-1095)) (-5 *2 (-1067)) (-5 *1 (-579)))))
+(-10 -7 (-15 -3671 ((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391) (-391) (-1095))) (-15 -3671 ((-1067) (-791))) (-15 -3671 ((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391) (-391))) (-15 -3671 ((-1067) (-326 (-391)) (-1121 (-866 (-391))) (-391))) (-15 -3671 ((-1067) (-326 (-391)) (-1121 (-866 (-391))))) (-15 -3671 ((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))))) (-15 -3671 ((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391))) (-15 -3671 ((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391) (-391))) (-15 -3671 ((-1067) (-326 (-391)) (-663 (-1121 (-866 (-391)))) (-391) (-391) (-1095))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))) (-791))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))) (-791) (-1095))) (-15 -3671 ((-3 (-1067) "failed") (-326 (-391)) (-1124 (-866 (-391))) (-1191))) (-15 -3671 ((-3 (-1067) "failed") (-326 (-391)) (-1124 (-866 (-391))) (-1209))))
+((-2350 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|)) 195 T ELT)) (-3703 (((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|)) 97 T ELT)) (-2252 (((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2|) 191 T ELT)) (-2023 (((-3 |#2| "failed") |#2| |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209))) 200 T ELT)) (-3916 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-1209)) 209 (|has| |#3| (-680 |#2|)) ELT)))
+(((-580 |#1| |#2| |#3|) (-10 -7 (-15 -3703 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|))) (-15 -2252 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2|)) (-15 -2350 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|))) (-15 -2023 ((-3 |#2| "failed") |#2| |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209)))) (IF (|has| |#3| (-680 |#2|)) (-15 -3916 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-1209))) |%noBranch|)) (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))) (-13 (-435 |#1|) (-27) (-1235)) (-1133)) (T -580))
+((-3916 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-630 *4)) (-5 *6 (-1209)) (-4 *4 (-13 (-435 *7) (-27) (-1235))) (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4)))) (-5 *1 (-580 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1133)))) (-2023 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-630 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1209))) (-4 *2 (-13 (-435 *5) (-27) (-1235))) (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *1 (-580 *5 *2 *6)) (-4 *6 (-1133)))) (-2350 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1235))) (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-580 *6 *3 *7)) (-4 *7 (-1133)))) (-2252 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *5) (-27) (-1235))) (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3))) (-5 *1 (-580 *5 *3 *6)) (-4 *6 (-1133)))) (-3703 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *5) (-27) (-1235))) (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560)))) (-5 *2 (-597 *3)) (-5 *1 (-580 *5 *3 *6)) (-4 *6 (-1133)))))
+(-10 -7 (-15 -3703 ((-597 |#2|) |#2| (-630 |#2|) (-630 |#2|))) (-15 -2252 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-630 |#2|) (-630 |#2|) |#2|)) (-15 -2350 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|) (-630 |#2|) (-663 |#2|))) (-15 -2023 ((-3 |#2| "failed") |#2| |#2| |#2| (-630 |#2|) (-630 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1209)))) (IF (|has| |#3| (-680 |#2|)) (-15 -3916 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4222 (-663 |#2|))) |#3| |#2| (-630 |#2|) (-630 |#2|) (-1209))) |%noBranch|))
+((-2561 (((-2 (|:| -3979 |#2|) (|:| |nconst| |#2|)) |#2| (-1209)) 64 T ELT)) (-2308 (((-3 |#2| "failed") |#2| (-1209) (-866 |#2|) (-866 |#2|)) 175 (-12 (|has| |#2| (-1171)) (|has| |#1| (-633 (-916 (-560)))) (|has| |#1| (-912 (-560)))) ELT) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209)) 154 (-12 (|has| |#2| (-649)) (|has| |#1| (-633 (-916 (-560)))) (|has| |#1| (-912 (-560)))) ELT)) (-4127 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209)) 156 (-12 (|has| |#2| (-649)) (|has| |#1| (-633 (-916 (-560)))) (|has| |#1| (-912 (-560)))) ELT)))
+(((-581 |#1| |#2|) (-10 -7 (-15 -2561 ((-2 (|:| -3979 |#2|) (|:| |nconst| |#2|)) |#2| (-1209))) (IF (|has| |#1| (-633 (-916 (-560)))) (IF (|has| |#1| (-912 (-560))) (PROGN (IF (|has| |#2| (-649)) (PROGN (-15 -4127 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209))) (-15 -2308 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209)))) |%noBranch|) (IF (|has| |#2| (-1171)) (-15 -2308 ((-3 |#2| "failed") |#2| (-1209) (-866 |#2|) (-866 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-1070 (-560)) (-466) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|))) (T -581))
+((-2308 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1209)) (-5 *4 (-866 *2)) (-4 *2 (-1171)) (-4 *2 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-633 (-916 (-560)))) (-4 *5 (-912 (-560))) (-4 *5 (-13 (-1070 (-560)) (-466) (-660 (-560)))) (-5 *1 (-581 *5 *2)))) (-2308 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1209)) (-4 *5 (-633 (-916 (-560)))) (-4 *5 (-912 (-560))) (-4 *5 (-13 (-1070 (-560)) (-466) (-660 (-560)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-581 *5 *3)) (-4 *3 (-649)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-4127 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1209)) (-4 *5 (-633 (-916 (-560)))) (-4 *5 (-912 (-560))) (-4 *5 (-13 (-1070 (-560)) (-466) (-660 (-560)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-581 *5 *3)) (-4 *3 (-649)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-2561 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-1070 (-560)) (-466) (-660 (-560)))) (-5 *2 (-2 (|:| -3979 *3) (|:| |nconst| *3))) (-5 *1 (-581 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))))
+(-10 -7 (-15 -2561 ((-2 (|:| -3979 |#2|) (|:| |nconst| |#2|)) |#2| (-1209))) (IF (|has| |#1| (-633 (-916 (-560)))) (IF (|has| |#1| (-912 (-560))) (PROGN (IF (|has| |#2| (-649)) (PROGN (-15 -4127 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209))) (-15 -2308 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209)))) |%noBranch|) (IF (|has| |#2| (-1171)) (-15 -2308 ((-3 |#2| "failed") |#2| (-1209) (-866 |#2|) (-866 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-1677 (((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-663 (-421 |#2|))) 41 T ELT)) (-3671 (((-597 (-421 |#2|)) (-421 |#2|)) 28 T ELT)) (-4062 (((-3 (-421 |#2|) "failed") (-421 |#2|)) 17 T ELT)) (-1945 (((-3 (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-421 |#2|)) 48 T ELT)))
+(((-582 |#1| |#2|) (-10 -7 (-15 -3671 ((-597 (-421 |#2|)) (-421 |#2|))) (-15 -4062 ((-3 (-421 |#2|) "failed") (-421 |#2|))) (-15 -1945 ((-3 (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-421 |#2|))) (-15 -1677 ((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-663 (-421 |#2|))))) (-13 (-376) (-149) (-1070 (-560))) (-1275 |#1|)) (T -582))
+((-1677 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-663 (-421 *6))) (-5 *3 (-421 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-582 *5 *6)))) (-1945 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-376) (-149) (-1070 (-560)))) (-4 *5 (-1275 *4)) (-5 *2 (-2 (|:| -2301 (-421 *5)) (|:| |coeff| (-421 *5)))) (-5 *1 (-582 *4 *5)) (-5 *3 (-421 *5)))) (-4062 (*1 *2 *2) (|partial| -12 (-5 *2 (-421 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-13 (-376) (-149) (-1070 (-560)))) (-5 *1 (-582 *3 *4)))) (-3671 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-560)))) (-4 *5 (-1275 *4)) (-5 *2 (-597 (-421 *5))) (-5 *1 (-582 *4 *5)) (-5 *3 (-421 *5)))))
+(-10 -7 (-15 -3671 ((-597 (-421 |#2|)) (-421 |#2|))) (-15 -4062 ((-3 (-421 |#2|) "failed") (-421 |#2|))) (-15 -1945 ((-3 (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-421 |#2|))) (-15 -1677 ((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-663 (-421 |#2|)))))
+((-4021 (((-3 (-560) "failed") |#1|) 14 T ELT)) (-1549 (((-114) |#1|) 13 T ELT)) (-3507 (((-560) |#1|) 9 T ELT)))
+(((-583 |#1|) (-10 -7 (-15 -3507 ((-560) |#1|)) (-15 -1549 ((-114) |#1|)) (-15 -4021 ((-3 (-560) "failed") |#1|))) (-1070 (-560))) (T -583))
+((-4021 (*1 *2 *3) (|partial| -12 (-5 *2 (-560)) (-5 *1 (-583 *3)) (-4 *3 (-1070 *2)))) (-1549 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-583 *3)) (-4 *3 (-1070 (-560))))) (-3507 (*1 *2 *3) (-12 (-5 *2 (-560)) (-5 *1 (-583 *3)) (-4 *3 (-1070 *2)))))
+(-10 -7 (-15 -3507 ((-560) |#1|)) (-15 -1549 ((-114) |#1|)) (-15 -4021 ((-3 (-560) "failed") |#1|)))
+((-2676 (((-3 (-2 (|:| |mainpart| (-421 (-976 |#1|))) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 (-976 |#1|))) (|:| |logand| (-421 (-976 |#1|))))))) "failed") (-421 (-976 |#1|)) (-1209) (-663 (-421 (-976 |#1|)))) 48 T ELT)) (-1871 (((-597 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-1209)) 28 T ELT)) (-2002 (((-3 (-421 (-976 |#1|)) "failed") (-421 (-976 |#1|)) (-1209)) 23 T ELT)) (-1428 (((-3 (-2 (|:| -2301 (-421 (-976 |#1|))) (|:| |coeff| (-421 (-976 |#1|)))) "failed") (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|))) 35 T ELT)))
+(((-584 |#1|) (-10 -7 (-15 -1871 ((-597 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-1209))) (-15 -2002 ((-3 (-421 (-976 |#1|)) "failed") (-421 (-976 |#1|)) (-1209))) (-15 -2676 ((-3 (-2 (|:| |mainpart| (-421 (-976 |#1|))) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 (-976 |#1|))) (|:| |logand| (-421 (-976 |#1|))))))) "failed") (-421 (-976 |#1|)) (-1209) (-663 (-421 (-976 |#1|))))) (-15 -1428 ((-3 (-2 (|:| -2301 (-421 (-976 |#1|))) (|:| |coeff| (-421 (-976 |#1|)))) "failed") (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|))))) (-13 (-571) (-1070 (-560)) (-149))) (T -584))
+((-1428 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1209)) (-4 *5 (-13 (-571) (-1070 (-560)) (-149))) (-5 *2 (-2 (|:| -2301 (-421 (-976 *5))) (|:| |coeff| (-421 (-976 *5))))) (-5 *1 (-584 *5)) (-5 *3 (-421 (-976 *5))))) (-2676 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-663 (-421 (-976 *6)))) (-5 *3 (-421 (-976 *6))) (-4 *6 (-13 (-571) (-1070 (-560)) (-149))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-584 *6)))) (-2002 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-421 (-976 *4))) (-5 *3 (-1209)) (-4 *4 (-13 (-571) (-1070 (-560)) (-149))) (-5 *1 (-584 *4)))) (-1871 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-571) (-1070 (-560)) (-149))) (-5 *2 (-597 (-421 (-976 *5)))) (-5 *1 (-584 *5)) (-5 *3 (-421 (-976 *5))))))
+(-10 -7 (-15 -1871 ((-597 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-1209))) (-15 -2002 ((-3 (-421 (-976 |#1|)) "failed") (-421 (-976 |#1|)) (-1209))) (-15 -2676 ((-3 (-2 (|:| |mainpart| (-421 (-976 |#1|))) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 (-976 |#1|))) (|:| |logand| (-421 (-976 |#1|))))))) "failed") (-421 (-976 |#1|)) (-1209) (-663 (-421 (-976 |#1|))))) (-15 -1428 ((-3 (-2 (|:| -2301 (-421 (-976 |#1|))) (|:| |coeff| (-421 (-976 |#1|)))) "failed") (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|)))))
+((-3808 (((-114) $ $) 75 T ELT)) (-3136 (((-114) $) 48 T ELT)) (-3256 ((|#1| $) 39 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) 79 T ELT)) (-2267 (($ $) 140 T ELT)) (-2111 (($ $) 118 T ELT)) (-3429 ((|#1| $) 37 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (($ $) NIL T ELT)) (-2243 (($ $) 142 T ELT)) (-2683 (($ $) 114 T ELT)) (-2290 (($ $) 144 T ELT)) (-2136 (($ $) 122 T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) 93 T ELT)) (-4072 (((-560) $) 95 T ELT)) (-2167 (((-3 $ "failed") $) 78 T ELT)) (-3784 (($ |#1| |#1|) 35 T ELT)) (-1366 (((-114) $) 44 T ELT)) (-3157 (($) 104 T ELT)) (-3363 (((-114) $) 55 T ELT)) (-1526 (($ $ (-560)) NIL T ELT)) (-1501 (((-114) $) 45 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3343 (($ $) 106 T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2319 (($ |#1| |#1|) 29 T ELT) (($ |#1|) 34 T ELT) (($ (-421 (-560))) 92 T ELT)) (-2413 ((|#1| $) 36 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) 81 T ELT) (($ (-663 $)) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) 80 T ELT)) (-2784 (($ $) 108 T ELT)) (-2304 (($ $) 148 T ELT)) (-2149 (($ $) 120 T ELT)) (-2278 (($ $) 150 T ELT)) (-2124 (($ $) 124 T ELT)) (-2256 (($ $) 146 T ELT)) (-2699 (($ $) 116 T ELT)) (-3368 (((-114) $ |#1|) 42 T ELT)) (-3834 (((-888) $) 100 T ELT) (($ (-560)) 83 T ELT) (($ $) NIL T ELT) (($ (-560)) 83 T ELT)) (-3103 (((-793)) 102 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) 162 T ELT)) (-2188 (($ $) 130 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2317 (($ $) 160 T ELT)) (-2163 (($ $) 126 T ELT)) (-2370 (($ $) 158 T ELT)) (-2214 (($ $) 138 T ELT)) (-2254 (($ $) 156 T ELT)) (-2228 (($ $) 136 T ELT)) (-2356 (($ $) 154 T ELT)) (-2201 (($ $) 132 T ELT)) (-2330 (($ $) 152 T ELT)) (-2175 (($ $) 128 T ELT)) (-2971 (($) 30 T CONST)) (-2983 (($) 10 T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 49 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 47 T ELT)) (-2581 (($ $) 53 T ELT) (($ $ $) 54 T ELT)) (-2571 (($ $ $) 52 T ELT)) (** (($ $ (-949)) 71 T ELT) (($ $ (-793)) NIL T ELT) (($ $ $) 110 T ELT) (($ $ (-421 (-560))) 164 T ELT)) (* (($ (-949) $) 66 T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 65 T ELT) (($ $ $) 61 T ELT)))
+(((-585 |#1|) (-569 |#1|) (-13 (-418) (-1235))) (T -585))
NIL
(-569 |#1|)
-((-3765 (((-3 (-663 (-1202 (-560))) "failed") (-663 (-1202 (-560))) (-1202 (-560))) 27 T ELT)))
-(((-586) (-10 -7 (-15 -3765 ((-3 (-663 (-1202 (-560))) "failed") (-663 (-1202 (-560))) (-1202 (-560)))))) (T -586))
-((-3765 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1202 (-560)))) (-5 *3 (-1202 (-560))) (-5 *1 (-586)))))
-(-10 -7 (-15 -3765 ((-3 (-663 (-1202 (-560))) "failed") (-663 (-1202 (-560))) (-1202 (-560)))))
-((-1978 (((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-1208)) 19 T ELT)) (-2406 (((-663 (-630 |#2|)) (-663 |#2|) (-1208)) 23 T ELT)) (-4167 (((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-663 (-630 |#2|))) 11 T ELT)) (-4135 ((|#2| |#2| (-1208)) 59 (|has| |#1| (-571)) ELT)) (-2054 ((|#2| |#2| (-1208)) 87 (-12 (|has| |#2| (-296)) (|has| |#1| (-466))) ELT)) (-3853 (((-630 |#2|) (-630 |#2|) (-663 (-630 |#2|)) (-1208)) 25 T ELT)) (-3526 (((-630 |#2|) (-663 (-630 |#2|))) 24 T ELT)) (-1941 (((-597 |#2|) |#2| (-1208) (-1 (-597 |#2|) |#2| (-1208)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208))) 115 (-12 (|has| |#2| (-296)) (|has| |#2| (-649)) (|has| |#2| (-1069 (-1208))) (|has| |#1| (-633 (-915 (-560)))) (|has| |#1| (-466)) (|has| |#1| (-911 (-560)))) ELT)))
-(((-587 |#1| |#2|) (-10 -7 (-15 -1978 ((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-1208))) (-15 -3526 ((-630 |#2|) (-663 (-630 |#2|)))) (-15 -3853 ((-630 |#2|) (-630 |#2|) (-663 (-630 |#2|)) (-1208))) (-15 -4167 ((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-663 (-630 |#2|)))) (-15 -2406 ((-663 (-630 |#2|)) (-663 |#2|) (-1208))) (IF (|has| |#1| (-571)) (-15 -4135 (|#2| |#2| (-1208))) |%noBranch|) (IF (|has| |#1| (-466)) (IF (|has| |#2| (-296)) (PROGN (-15 -2054 (|#2| |#2| (-1208))) (IF (|has| |#1| (-633 (-915 (-560)))) (IF (|has| |#1| (-911 (-560))) (IF (|has| |#2| (-649)) (IF (|has| |#2| (-1069 (-1208))) (-15 -1941 ((-597 |#2|) |#2| (-1208) (-1 (-597 |#2|) |#2| (-1208)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-1132) (-435 |#1|)) (T -587))
-((-1941 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-597 *3) *3 (-1208))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1208))) (-4 *3 (-296)) (-4 *3 (-649)) (-4 *3 (-1069 *4)) (-4 *3 (-435 *7)) (-5 *4 (-1208)) (-4 *7 (-633 (-915 (-560)))) (-4 *7 (-466)) (-4 *7 (-911 (-560))) (-4 *7 (-1132)) (-5 *2 (-597 *3)) (-5 *1 (-587 *7 *3)))) (-2054 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-466)) (-4 *4 (-1132)) (-5 *1 (-587 *4 *2)) (-4 *2 (-296)) (-4 *2 (-435 *4)))) (-4135 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-4 *4 (-1132)) (-5 *1 (-587 *4 *2)) (-4 *2 (-435 *4)))) (-2406 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-1208)) (-4 *6 (-435 *5)) (-4 *5 (-1132)) (-5 *2 (-663 (-630 *6))) (-5 *1 (-587 *5 *6)))) (-4167 (*1 *2 *2 *2) (-12 (-5 *2 (-663 (-630 *4))) (-4 *4 (-435 *3)) (-4 *3 (-1132)) (-5 *1 (-587 *3 *4)))) (-3853 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-663 (-630 *6))) (-5 *4 (-1208)) (-5 *2 (-630 *6)) (-4 *6 (-435 *5)) (-4 *5 (-1132)) (-5 *1 (-587 *5 *6)))) (-3526 (*1 *2 *3) (-12 (-5 *3 (-663 (-630 *5))) (-4 *4 (-1132)) (-5 *2 (-630 *5)) (-5 *1 (-587 *4 *5)) (-4 *5 (-435 *4)))) (-1978 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-630 *5))) (-5 *3 (-1208)) (-4 *5 (-435 *4)) (-4 *4 (-1132)) (-5 *1 (-587 *4 *5)))))
-(-10 -7 (-15 -1978 ((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-1208))) (-15 -3526 ((-630 |#2|) (-663 (-630 |#2|)))) (-15 -3853 ((-630 |#2|) (-630 |#2|) (-663 (-630 |#2|)) (-1208))) (-15 -4167 ((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-663 (-630 |#2|)))) (-15 -2406 ((-663 (-630 |#2|)) (-663 |#2|) (-1208))) (IF (|has| |#1| (-571)) (-15 -4135 (|#2| |#2| (-1208))) |%noBranch|) (IF (|has| |#1| (-466)) (IF (|has| |#2| (-296)) (PROGN (-15 -2054 (|#2| |#2| (-1208))) (IF (|has| |#1| (-633 (-915 (-560)))) (IF (|has| |#1| (-911 (-560))) (IF (|has| |#2| (-649)) (IF (|has| |#2| (-1069 (-1208))) (-15 -1941 ((-597 |#2|) |#2| (-1208) (-1 (-597 |#2|) |#2| (-1208)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1208)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-1676 (((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-663 |#1|) "failed") (-560) |#1| |#1|)) 199 T ELT)) (-2198 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-663 (-421 |#2|))) 174 T ELT)) (-2316 (((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-663 (-421 |#2|))) 171 T ELT)) (-3993 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 162 T ELT)) (-2739 (((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 185 T ELT)) (-3309 (((-3 (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-421 |#2|)) 202 T ELT)) (-1669 (((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-421 |#2|)) 205 T ELT)) (-3039 (((-2 (|:| |ir| (-597 (-421 |#2|))) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|)) 88 T ELT)) (-3477 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 100 T ELT)) (-1698 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-663 (-421 |#2|))) 178 T ELT)) (-1426 (((-3 (-642 |#1| |#2|) "failed") (-642 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|)) 166 T ELT)) (-3430 (((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|)) 189 T ELT)) (-3120 (((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-421 |#2|)) 210 T ELT)))
-(((-588 |#1| |#2|) (-10 -7 (-15 -2739 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -3430 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|))) (-15 -1676 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-663 |#1|) "failed") (-560) |#1| |#1|))) (-15 -1669 ((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-421 |#2|))) (-15 -3120 ((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-421 |#2|))) (-15 -2198 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-663 (-421 |#2|)))) (-15 -1698 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-663 (-421 |#2|)))) (-15 -3309 ((-3 (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-421 |#2|))) (-15 -2316 ((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-663 (-421 |#2|)))) (-15 -3993 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -1426 ((-3 (-642 |#1| |#2|) "failed") (-642 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|))) (-15 -3039 ((-2 (|:| |ir| (-597 (-421 |#2|))) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|))) (-15 -3477 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-376) (-1274 |#1|)) (T -588))
-((-3477 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-588 *5 *3)))) (-3039 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |ir| (-597 (-421 *6))) (|:| |specpart| (-421 *6)) (|:| |polypart| *6))) (-5 *1 (-588 *5 *6)) (-5 *3 (-421 *6)))) (-1426 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-642 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -1448 *4) (|:| |sol?| (-114))) (-560) *4)) (-4 *4 (-376)) (-4 *5 (-1274 *4)) (-5 *1 (-588 *4 *5)))) (-3993 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -3735 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-376)) (-5 *1 (-588 *4 *2)) (-4 *2 (-1274 *4)))) (-2316 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-663 (-421 *7))) (-4 *7 (-1274 *6)) (-5 *3 (-421 *7)) (-4 *6 (-376)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-588 *6 *7)))) (-3309 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| -3735 (-421 *6)) (|:| |coeff| (-421 *6)))) (-5 *1 (-588 *5 *6)) (-5 *3 (-421 *6)))) (-1698 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -1448 *7) (|:| |sol?| (-114))) (-560) *7)) (-5 *6 (-663 (-421 *8))) (-4 *7 (-376)) (-4 *8 (-1274 *7)) (-5 *3 (-421 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-588 *7 *8)))) (-2198 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -3735 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-663 (-421 *8))) (-4 *7 (-376)) (-4 *8 (-1274 *7)) (-5 *3 (-421 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-588 *7 *8)))) (-3120 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -1448 *6) (|:| |sol?| (-114))) (-560) *6)) (-4 *6 (-376)) (-4 *7 (-1274 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-421 *7)) (|:| |a0| *6)) (-2 (|:| -3735 (-421 *7)) (|:| |coeff| (-421 *7))) "failed")) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))) (-1669 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3735 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-376)) (-4 *7 (-1274 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-421 *7)) (|:| |a0| *6)) (-2 (|:| -3735 (-421 *7)) (|:| |coeff| (-421 *7))) "failed")) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))) (-1676 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-663 *6) "failed") (-560) *6 *6)) (-4 *6 (-376)) (-4 *7 (-1274 *6)) (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6))) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))) (-3430 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -1448 *6) (|:| |sol?| (-114))) (-560) *6)) (-4 *6 (-376)) (-4 *7 (-1274 *6)) (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6))) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))) (-2739 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3735 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-376)) (-4 *7 (-1274 *6)) (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6))) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
-(-10 -7 (-15 -2739 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -3430 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|))) (-15 -1676 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-663 |#1|) "failed") (-560) |#1| |#1|))) (-15 -1669 ((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-421 |#2|))) (-15 -3120 ((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-421 |#2|))) (-15 -2198 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-663 (-421 |#2|)))) (-15 -1698 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-663 (-421 |#2|)))) (-15 -3309 ((-3 (-2 (|:| -3735 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-421 |#2|))) (-15 -2316 ((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-663 (-421 |#2|)))) (-15 -3993 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -1426 ((-3 (-642 |#1| |#2|) "failed") (-642 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1448 |#1|) (|:| |sol?| (-114))) (-560) |#1|))) (-15 -3039 ((-2 (|:| |ir| (-597 (-421 |#2|))) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|))) (-15 -3477 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
-((-4199 (((-3 |#2| "failed") |#2| (-1208) (-1208)) 10 T ELT)))
-(((-589 |#1| |#2|) (-10 -7 (-15 -4199 ((-3 |#2| "failed") |#2| (-1208) (-1208)))) (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))) (-13 (-1234) (-989) (-1170) (-29 |#1|))) (T -589))
-((-4199 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1208)) (-4 *4 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-589 *4 *2)) (-4 *2 (-13 (-1234) (-989) (-1170) (-29 *4))))))
-(-10 -7 (-15 -4199 ((-3 |#2| "failed") |#2| (-1208) (-1208))))
-((-3171 (((-713 (-1257)) $ (-1257)) 27 T ELT)) (-4412 (((-713 (-564)) $ (-564)) 26 T ELT)) (-2215 (((-793) $ (-131)) 28 T ELT)) (-2808 (((-713 (-130)) $ (-130)) 25 T ELT)) (-3180 (((-713 (-1257)) $) 12 T ELT)) (-4338 (((-713 (-1255)) $) 8 T ELT)) (-2051 (((-713 (-1254)) $) 10 T ELT)) (-2398 (((-713 (-564)) $) 13 T ELT)) (-2854 (((-713 (-562)) $) 9 T ELT)) (-3690 (((-713 (-561)) $) 11 T ELT)) (-1774 (((-793) $ (-131)) 7 T ELT)) (-3281 (((-713 (-130)) $) 14 T ELT)) (-4213 (($ $) 6 T ELT)))
+((-4486 (((-3 (-663 (-1203 (-560))) "failed") (-663 (-1203 (-560))) (-1203 (-560))) 27 T ELT)))
+(((-586) (-10 -7 (-15 -4486 ((-3 (-663 (-1203 (-560))) "failed") (-663 (-1203 (-560))) (-1203 (-560)))))) (T -586))
+((-4486 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1203 (-560)))) (-5 *3 (-1203 (-560))) (-5 *1 (-586)))))
+(-10 -7 (-15 -4486 ((-3 (-663 (-1203 (-560))) "failed") (-663 (-1203 (-560))) (-1203 (-560)))))
+((-3764 (((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-1209)) 19 T ELT)) (-3143 (((-663 (-630 |#2|)) (-663 |#2|) (-1209)) 23 T ELT)) (-1419 (((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-663 (-630 |#2|))) 11 T ELT)) (-3340 ((|#2| |#2| (-1209)) 59 (|has| |#1| (-571)) ELT)) (-1477 ((|#2| |#2| (-1209)) 87 (-12 (|has| |#2| (-296)) (|has| |#1| (-466))) ELT)) (-2038 (((-630 |#2|) (-630 |#2|) (-663 (-630 |#2|)) (-1209)) 25 T ELT)) (-1672 (((-630 |#2|) (-663 (-630 |#2|))) 24 T ELT)) (-3693 (((-597 |#2|) |#2| (-1209) (-1 (-597 |#2|) |#2| (-1209)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209))) 115 (-12 (|has| |#2| (-296)) (|has| |#2| (-649)) (|has| |#2| (-1070 (-1209))) (|has| |#1| (-633 (-916 (-560)))) (|has| |#1| (-466)) (|has| |#1| (-912 (-560)))) ELT)))
+(((-587 |#1| |#2|) (-10 -7 (-15 -3764 ((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-1209))) (-15 -1672 ((-630 |#2|) (-663 (-630 |#2|)))) (-15 -2038 ((-630 |#2|) (-630 |#2|) (-663 (-630 |#2|)) (-1209))) (-15 -1419 ((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-663 (-630 |#2|)))) (-15 -3143 ((-663 (-630 |#2|)) (-663 |#2|) (-1209))) (IF (|has| |#1| (-571)) (-15 -3340 (|#2| |#2| (-1209))) |%noBranch|) (IF (|has| |#1| (-466)) (IF (|has| |#2| (-296)) (PROGN (-15 -1477 (|#2| |#2| (-1209))) (IF (|has| |#1| (-633 (-916 (-560)))) (IF (|has| |#1| (-912 (-560))) (IF (|has| |#2| (-649)) (IF (|has| |#2| (-1070 (-1209))) (-15 -3693 ((-597 |#2|) |#2| (-1209) (-1 (-597 |#2|) |#2| (-1209)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-1133) (-435 |#1|)) (T -587))
+((-3693 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-597 *3) *3 (-1209))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1209))) (-4 *3 (-296)) (-4 *3 (-649)) (-4 *3 (-1070 *4)) (-4 *3 (-435 *7)) (-5 *4 (-1209)) (-4 *7 (-633 (-916 (-560)))) (-4 *7 (-466)) (-4 *7 (-912 (-560))) (-4 *7 (-1133)) (-5 *2 (-597 *3)) (-5 *1 (-587 *7 *3)))) (-1477 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-466)) (-4 *4 (-1133)) (-5 *1 (-587 *4 *2)) (-4 *2 (-296)) (-4 *2 (-435 *4)))) (-3340 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-4 *4 (-1133)) (-5 *1 (-587 *4 *2)) (-4 *2 (-435 *4)))) (-3143 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-1209)) (-4 *6 (-435 *5)) (-4 *5 (-1133)) (-5 *2 (-663 (-630 *6))) (-5 *1 (-587 *5 *6)))) (-1419 (*1 *2 *2 *2) (-12 (-5 *2 (-663 (-630 *4))) (-4 *4 (-435 *3)) (-4 *3 (-1133)) (-5 *1 (-587 *3 *4)))) (-2038 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-663 (-630 *6))) (-5 *4 (-1209)) (-5 *2 (-630 *6)) (-4 *6 (-435 *5)) (-4 *5 (-1133)) (-5 *1 (-587 *5 *6)))) (-1672 (*1 *2 *3) (-12 (-5 *3 (-663 (-630 *5))) (-4 *4 (-1133)) (-5 *2 (-630 *5)) (-5 *1 (-587 *4 *5)) (-4 *5 (-435 *4)))) (-3764 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-630 *5))) (-5 *3 (-1209)) (-4 *5 (-435 *4)) (-4 *4 (-1133)) (-5 *1 (-587 *4 *5)))))
+(-10 -7 (-15 -3764 ((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-1209))) (-15 -1672 ((-630 |#2|) (-663 (-630 |#2|)))) (-15 -2038 ((-630 |#2|) (-630 |#2|) (-663 (-630 |#2|)) (-1209))) (-15 -1419 ((-663 (-630 |#2|)) (-663 (-630 |#2|)) (-663 (-630 |#2|)))) (-15 -3143 ((-663 (-630 |#2|)) (-663 |#2|) (-1209))) (IF (|has| |#1| (-571)) (-15 -3340 (|#2| |#2| (-1209))) |%noBranch|) (IF (|has| |#1| (-466)) (IF (|has| |#2| (-296)) (PROGN (-15 -1477 (|#2| |#2| (-1209))) (IF (|has| |#1| (-633 (-916 (-560)))) (IF (|has| |#1| (-912 (-560))) (IF (|has| |#2| (-649)) (IF (|has| |#2| (-1070 (-1209))) (-15 -3693 ((-597 |#2|) |#2| (-1209) (-1 (-597 |#2|) |#2| (-1209)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1209)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-3212 (((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-663 |#1|) "failed") (-560) |#1| |#1|)) 199 T ELT)) (-3407 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-663 (-421 |#2|))) 174 T ELT)) (-3927 (((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-663 (-421 |#2|))) 171 T ELT)) (-2464 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 162 T ELT)) (-2246 (((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 185 T ELT)) (-1890 (((-3 (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-421 |#2|)) 202 T ELT)) (-3709 (((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-421 |#2|)) 205 T ELT)) (-3704 (((-2 (|:| |ir| (-597 (-421 |#2|))) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|)) 88 T ELT)) (-4209 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 100 T ELT)) (-1880 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-663 (-421 |#2|))) 178 T ELT)) (-2502 (((-3 (-642 |#1| |#2|) "failed") (-642 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|)) 166 T ELT)) (-1459 (((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|)) 189 T ELT)) (-4325 (((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-421 |#2|)) 210 T ELT)))
+(((-588 |#1| |#2|) (-10 -7 (-15 -2246 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1459 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|))) (-15 -3212 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-663 |#1|) "failed") (-560) |#1| |#1|))) (-15 -3709 ((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-421 |#2|))) (-15 -4325 ((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-421 |#2|))) (-15 -3407 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-663 (-421 |#2|)))) (-15 -1880 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-663 (-421 |#2|)))) (-15 -1890 ((-3 (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-421 |#2|))) (-15 -3927 ((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-663 (-421 |#2|)))) (-15 -2464 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -2502 ((-3 (-642 |#1| |#2|) "failed") (-642 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|))) (-15 -3704 ((-2 (|:| |ir| (-597 (-421 |#2|))) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|))) (-15 -4209 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-376) (-1275 |#1|)) (T -588))
+((-4209 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-588 *5 *3)))) (-3704 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |ir| (-597 (-421 *6))) (|:| |specpart| (-421 *6)) (|:| |polypart| *6))) (-5 *1 (-588 *5 *6)) (-5 *3 (-421 *6)))) (-2502 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-642 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3379 *4) (|:| |sol?| (-114))) (-560) *4)) (-4 *4 (-376)) (-4 *5 (-1275 *4)) (-5 *1 (-588 *4 *5)))) (-2464 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -2301 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-376)) (-5 *1 (-588 *4 *2)) (-4 *2 (-1275 *4)))) (-3927 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-663 (-421 *7))) (-4 *7 (-1275 *6)) (-5 *3 (-421 *7)) (-4 *6 (-376)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-588 *6 *7)))) (-1890 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| -2301 (-421 *6)) (|:| |coeff| (-421 *6)))) (-5 *1 (-588 *5 *6)) (-5 *3 (-421 *6)))) (-1880 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3379 *7) (|:| |sol?| (-114))) (-560) *7)) (-5 *6 (-663 (-421 *8))) (-4 *7 (-376)) (-4 *8 (-1275 *7)) (-5 *3 (-421 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-588 *7 *8)))) (-3407 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -2301 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-663 (-421 *8))) (-4 *7 (-376)) (-4 *8 (-1275 *7)) (-5 *3 (-421 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-588 *7 *8)))) (-4325 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3379 *6) (|:| |sol?| (-114))) (-560) *6)) (-4 *6 (-376)) (-4 *7 (-1275 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-421 *7)) (|:| |a0| *6)) (-2 (|:| -2301 (-421 *7)) (|:| |coeff| (-421 *7))) "failed")) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))) (-3709 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2301 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-376)) (-4 *7 (-1275 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-421 *7)) (|:| |a0| *6)) (-2 (|:| -2301 (-421 *7)) (|:| |coeff| (-421 *7))) "failed")) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))) (-3212 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-663 *6) "failed") (-560) *6 *6)) (-4 *6 (-376)) (-4 *7 (-1275 *6)) (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6))) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))) (-1459 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3379 *6) (|:| |sol?| (-114))) (-560) *6)) (-4 *6 (-376)) (-4 *7 (-1275 *6)) (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6))) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))) (-2246 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2301 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-376)) (-4 *7 (-1275 *6)) (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6))) (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
+(-10 -7 (-15 -2246 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1459 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|))) (-15 -3212 ((-2 (|:| |answer| (-597 (-421 |#2|))) (|:| |a0| |#1|)) (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-663 |#1|) "failed") (-560) |#1| |#1|))) (-15 -3709 ((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-421 |#2|))) (-15 -4325 ((-3 (-2 (|:| |answer| (-421 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-421 |#2|))) (-15 -3407 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-663 (-421 |#2|)))) (-15 -1880 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|))))))) (|:| |a0| |#1|)) "failed") (-421 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|) (-663 (-421 |#2|)))) (-15 -1890 ((-3 (-2 (|:| -2301 (-421 |#2|)) (|:| |coeff| (-421 |#2|))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-421 |#2|))) (-15 -3927 ((-3 (-2 (|:| |mainpart| (-421 |#2|)) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| (-421 |#2|)) (|:| |logand| (-421 |#2|)))))) "failed") (-421 |#2|) (-1 |#2| |#2|) (-663 (-421 |#2|)))) (-15 -2464 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -2502 ((-3 (-642 |#1| |#2|) "failed") (-642 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3379 |#1|) (|:| |sol?| (-114))) (-560) |#1|))) (-15 -3704 ((-2 (|:| |ir| (-597 (-421 |#2|))) (|:| |specpart| (-421 |#2|)) (|:| |polypart| |#2|)) (-421 |#2|) (-1 |#2| |#2|))) (-15 -4209 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
+((-3509 (((-3 |#2| "failed") |#2| (-1209) (-1209)) 10 T ELT)))
+(((-589 |#1| |#2|) (-10 -7 (-15 -3509 ((-3 |#2| "failed") |#2| (-1209) (-1209)))) (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))) (-13 (-1235) (-990) (-1171) (-29 |#1|))) (T -589))
+((-3509 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1209)) (-4 *4 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-589 *4 *2)) (-4 *2 (-13 (-1235) (-990) (-1171) (-29 *4))))))
+(-10 -7 (-15 -3509 ((-3 |#2| "failed") |#2| (-1209) (-1209))))
+((-2613 (((-713 (-1258)) $ (-1258)) 27 T ELT)) (-1819 (((-713 (-564)) $ (-564)) 26 T ELT)) (-2956 (((-793) $ (-131)) 28 T ELT)) (-2268 (((-713 (-130)) $ (-130)) 25 T ELT)) (-2230 (((-713 (-1258)) $) 12 T ELT)) (-2709 (((-713 (-1256)) $) 8 T ELT)) (-4435 (((-713 (-1255)) $) 10 T ELT)) (-3674 (((-713 (-564)) $) 13 T ELT)) (-3186 (((-713 (-562)) $) 9 T ELT)) (-2822 (((-713 (-561)) $) 11 T ELT)) (-2046 (((-793) $ (-131)) 7 T ELT)) (-3602 (((-713 (-130)) $) 14 T ELT)) (-4423 (($ $) 6 T ELT)))
(((-590) (-142)) (T -590))
NIL
-(-13 (-541) (-885))
-(((-176) . T) ((-541) . T) ((-885) . T))
-((-3171 (((-713 (-1257)) $ (-1257)) NIL T ELT)) (-4412 (((-713 (-564)) $ (-564)) NIL T ELT)) (-2215 (((-793) $ (-131)) NIL T ELT)) (-2808 (((-713 (-130)) $ (-130)) NIL T ELT)) (-3180 (((-713 (-1257)) $) NIL T ELT)) (-4338 (((-713 (-1255)) $) NIL T ELT)) (-2051 (((-713 (-1254)) $) NIL T ELT)) (-2398 (((-713 (-564)) $) NIL T ELT)) (-2854 (((-713 (-562)) $) NIL T ELT)) (-3690 (((-713 (-561)) $) NIL T ELT)) (-1774 (((-793) $ (-131)) NIL T ELT)) (-3281 (((-713 (-130)) $) NIL T ELT)) (-2514 (((-114) $) NIL T ELT)) (-2540 (($ (-402)) 14 T ELT) (($ (-1190)) 16 T ELT)) (-2539 (((-887) $) NIL T ELT)) (-4213 (($ $) NIL T ELT)))
-(((-591) (-13 (-590) (-632 (-887)) (-10 -8 (-15 -2540 ($ (-402))) (-15 -2540 ($ (-1190))) (-15 -2514 ((-114) $))))) (T -591))
-((-2540 (*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-591)))) (-2540 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-591)))) (-2514 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-591)))))
-(-13 (-590) (-632 (-887)) (-10 -8 (-15 -2540 ($ (-402))) (-15 -2540 ($ (-1190))) (-15 -2514 ((-114) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1949 (($) 7 T CONST)) (-3049 (((-1190) $) NIL T ELT)) (-3895 (($) 6 T CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 15 T ELT)) (-2944 (($) 9 T CONST)) (-3562 (($) 8 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 11 T ELT)))
-(((-592) (-13 (-1132) (-10 -8 (-15 -3895 ($) -3721) (-15 -1949 ($) -3721) (-15 -3562 ($) -3721) (-15 -2944 ($) -3721)))) (T -592))
-((-3895 (*1 *1) (-5 *1 (-592))) (-1949 (*1 *1) (-5 *1 (-592))) (-3562 (*1 *1) (-5 *1 (-592))) (-2944 (*1 *1) (-5 *1 (-592))))
-(-13 (-1132) (-10 -8 (-15 -3895 ($) -3721) (-15 -1949 ($) -3721) (-15 -3562 ($) -3721) (-15 -2944 ($) -3721)))
-((-2294 (((-114) $ $) NIL T ELT)) (-4408 (((-713 $) (-505)) 21 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2064 (($ (-1190)) 14 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 33 T ELT)) (-4072 (((-216 4 (-130)) $) 24 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 26 T ELT)))
-(((-593) (-13 (-1132) (-10 -8 (-15 -2064 ($ (-1190))) (-15 -4072 ((-216 4 (-130)) $)) (-15 -4408 ((-713 $) (-505)))))) (T -593))
-((-2064 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-593)))) (-4072 (*1 *2 *1) (-12 (-5 *2 (-216 4 (-130))) (-5 *1 (-593)))) (-4408 (*1 *2 *3) (-12 (-5 *3 (-505)) (-5 *2 (-713 (-593))) (-5 *1 (-593)))))
-(-13 (-1132) (-10 -8 (-15 -2064 ($ (-1190))) (-15 -4072 ((-216 4 (-130)) $)) (-15 -4408 ((-713 $) (-505)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3401 (($ $ (-560)) 76 T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1686 (($ (-1202 (-560)) (-560)) 82 T ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) 66 T ELT)) (-4475 (($ $) 43 T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-2252 (((-793) $) 16 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3100 (((-560)) 37 T ELT)) (-2023 (((-560) $) 41 T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2674 (($ $ (-560)) 24 T ELT)) (-2283 (((-3 $ "failed") $ $) 72 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) 17 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 73 T ELT)) (-3035 (((-1186 (-560)) $) 19 T ELT)) (-4428 (($ $) 26 T ELT)) (-2539 (((-887) $) 103 T ELT) (($ (-560)) 61 T ELT) (($ $) NIL T ELT)) (-3418 (((-793)) 15 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2941 (((-560) $ (-560)) 46 T ELT)) (-1427 (($) 44 T CONST)) (-1439 (($) 21 T CONST)) (-2329 (((-114) $ $) 52 T ELT)) (-2426 (($ $) 60 T ELT) (($ $ $) 48 T ELT)) (-2413 (($ $ $) 59 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 62 T ELT) (($ $ $) 63 T ELT)))
-(((-594 |#1| |#2|) (-894 |#1|) (-560) (-114)) (T -594))
-NIL
-(-894 |#1|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 30 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 (($ $ (-948)) NIL (|has| $ (-381)) ELT) (($ $) NIL T ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 59 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 $ "failed") $) 95 T ELT)) (-3056 (($ $) 94 T ELT)) (-3013 (($ (-1298 $)) 93 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 56 T ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) 47 T ELT)) (-3362 (($) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) 61 T ELT)) (-2136 (((-114) $) NIL T ELT)) (-1497 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) 49 (|has| $ (-381)) ELT)) (-3617 (((-114) $) NIL (|has| $ (-381)) ELT)) (-3138 (($ $ (-948)) NIL (|has| $ (-381)) ELT) (($ $) NIL T ELT)) (-2024 (((-713 $) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 $) $ (-948)) NIL (|has| $ (-381)) ELT) (((-1202 $) $) 104 T ELT)) (-2608 (((-948) $) 67 T ELT)) (-1624 (((-1202 $) $) NIL (|has| $ (-381)) ELT)) (-2046 (((-3 (-1202 $) "failed") $ $) NIL (|has| $ (-381)) ELT) (((-1202 $) $) NIL (|has| $ (-381)) ELT)) (-2365 (($ $ (-1202 $)) NIL (|has| $ (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL T CONST)) (-3998 (($ (-948)) 60 T ELT)) (-4309 (((-114) $) 87 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) 28 (|has| $ (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 54 T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-948)) 86 T ELT) (((-854 (-948))) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-3 (-793) "failed") $ $) NIL T ELT) (((-793) $) NIL T ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4283 (((-948) $) 85 T ELT) (((-854 (-948)) $) NIL T ELT)) (-2731 (((-1202 $)) 102 T ELT)) (-1677 (($) 66 T ELT)) (-1835 (($) 50 (|has| $ (-381)) ELT)) (-2086 (((-711 $) (-1298 $)) NIL T ELT) (((-1298 $) $) 91 T ELT)) (-4417 (((-560) $) 42 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) 45 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT)) (-3187 (((-713 $) $) NIL T ELT) (($ $) 105 T ELT)) (-3418 (((-793)) 51 T CONST)) (-3860 (((-114) $ $) 107 T ELT)) (-1868 (((-1298 $) (-948)) 97 T ELT) (((-1298 $)) 96 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) 31 T CONST)) (-1439 (($) 27 T CONST)) (-2513 (($ $ (-793)) NIL (|has| $ (-381)) ELT) (($ $) NIL (|has| $ (-381)) ELT)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 34 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 81 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
-(((-595 |#1|) (-13 (-363) (-341 $) (-633 (-560))) (-948)) (T -595))
+(-13 (-541) (-886))
+(((-176) . T) ((-541) . T) ((-886) . T))
+((-2613 (((-713 (-1258)) $ (-1258)) NIL T ELT)) (-1819 (((-713 (-564)) $ (-564)) NIL T ELT)) (-2956 (((-793) $ (-131)) NIL T ELT)) (-2268 (((-713 (-130)) $ (-130)) NIL T ELT)) (-2230 (((-713 (-1258)) $) NIL T ELT)) (-2709 (((-713 (-1256)) $) NIL T ELT)) (-4435 (((-713 (-1255)) $) NIL T ELT)) (-3674 (((-713 (-564)) $) NIL T ELT)) (-3186 (((-713 (-562)) $) NIL T ELT)) (-2822 (((-713 (-561)) $) NIL T ELT)) (-2046 (((-793) $ (-131)) NIL T ELT)) (-3602 (((-713 (-130)) $) NIL T ELT)) (-1985 (((-114) $) NIL T ELT)) (-2922 (($ (-402)) 14 T ELT) (($ (-1191)) 16 T ELT)) (-3834 (((-888) $) NIL T ELT)) (-4423 (($ $) NIL T ELT)))
+(((-591) (-13 (-590) (-632 (-888)) (-10 -8 (-15 -2922 ($ (-402))) (-15 -2922 ($ (-1191))) (-15 -1985 ((-114) $))))) (T -591))
+((-2922 (*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-591)))) (-2922 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-591)))) (-1985 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-591)))))
+(-13 (-590) (-632 (-888)) (-10 -8 (-15 -2922 ($ (-402))) (-15 -2922 ($ (-1191))) (-15 -1985 ((-114) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3489 (($) 7 T CONST)) (-2128 (((-1191) $) NIL T ELT)) (-2209 (($) 6 T CONST)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 15 T ELT)) (-2305 (($) 9 T CONST)) (-3701 (($) 8 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 11 T ELT)))
+(((-592) (-13 (-1133) (-10 -8 (-15 -2209 ($) -2292) (-15 -3489 ($) -2292) (-15 -3701 ($) -2292) (-15 -2305 ($) -2292)))) (T -592))
+((-2209 (*1 *1) (-5 *1 (-592))) (-3489 (*1 *1) (-5 *1 (-592))) (-3701 (*1 *1) (-5 *1 (-592))) (-2305 (*1 *1) (-5 *1 (-592))))
+(-13 (-1133) (-10 -8 (-15 -2209 ($) -2292) (-15 -3489 ($) -2292) (-15 -3701 ($) -2292) (-15 -2305 ($) -2292)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3196 (((-713 $) (-505)) 21 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1348 (($ (-1191)) 14 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 33 T ELT)) (-3627 (((-216 4 (-130)) $) 24 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 26 T ELT)))
+(((-593) (-13 (-1133) (-10 -8 (-15 -1348 ($ (-1191))) (-15 -3627 ((-216 4 (-130)) $)) (-15 -3196 ((-713 $) (-505)))))) (T -593))
+((-1348 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-593)))) (-3627 (*1 *2 *1) (-12 (-5 *2 (-216 4 (-130))) (-5 *1 (-593)))) (-3196 (*1 *2 *3) (-12 (-5 *3 (-505)) (-5 *2 (-713 (-593))) (-5 *1 (-593)))))
+(-13 (-1133) (-10 -8 (-15 -1348 ($ (-1191))) (-15 -3627 ((-216 4 (-130)) $)) (-15 -3196 ((-713 $) (-505)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (($ $ (-560)) 76 T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3278 (($ (-1203 (-560)) (-560)) 82 T ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) 66 T ELT)) (-3973 (($ $) 43 T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2918 (((-793) $) 16 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3043 (((-560)) 37 T ELT)) (-1811 (((-560) $) 41 T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3201 (($ $ (-560)) 24 T ELT)) (-3795 (((-3 $ "failed") $ $) 72 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) 17 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 73 T ELT)) (-3350 (((-1187 (-560)) $) 19 T ELT)) (-2623 (($ $) 26 T ELT)) (-3834 (((-888) $) 103 T ELT) (($ (-560)) 61 T ELT) (($ $) NIL T ELT)) (-3103 (((-793)) 15 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4430 (((-560) $ (-560)) 46 T ELT)) (-2971 (($) 44 T CONST)) (-2983 (($) 21 T CONST)) (-2478 (((-114) $ $) 52 T ELT)) (-2581 (($ $) 60 T ELT) (($ $ $) 48 T ELT)) (-2571 (($ $ $) 59 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 62 T ELT) (($ $ $) 63 T ELT)))
+(((-594 |#1| |#2|) (-895 |#1|) (-560) (-114)) (T -594))
+NIL
+(-895 |#1|)
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 30 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 (($ $ (-949)) NIL (|has| $ (-381)) ELT) (($ $) NIL T ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 59 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 $ "failed") $) 95 T ELT)) (-4072 (($ $) 94 T ELT)) (-4402 (($ (-1299 $)) 93 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 56 T ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) 47 T ELT)) (-2150 (($) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) 61 T ELT)) (-4418 (((-114) $) NIL T ELT)) (-1789 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) 49 (|has| $ (-381)) ELT)) (-3563 (((-114) $) NIL (|has| $ (-381)) ELT)) (-2480 (($ $ (-949)) NIL (|has| $ (-381)) ELT) (($ $) NIL T ELT)) (-3851 (((-713 $) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 $) $ (-949)) NIL (|has| $ (-381)) ELT) (((-1203 $) $) 104 T ELT)) (-3862 (((-949) $) 67 T ELT)) (-3639 (((-1203 $) $) NIL (|has| $ (-381)) ELT)) (-2030 (((-3 (-1203 $) "failed") $ $) NIL (|has| $ (-381)) ELT) (((-1203 $) $) NIL (|has| $ (-381)) ELT)) (-2223 (($ $ (-1203 $)) NIL (|has| $ (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL T CONST)) (-2081 (($ (-949)) 60 T ELT)) (-2060 (((-114) $) 87 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) 28 (|has| $ (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 54 T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-949)) 86 T ELT) (((-856 (-949))) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-3 (-793) "failed") $ $) NIL T ELT) (((-793) $) NIL T ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4144 (((-949) $) 85 T ELT) (((-856 (-949)) $) NIL T ELT)) (-2771 (((-1203 $)) 102 T ELT)) (-2011 (($) 66 T ELT)) (-2044 (($) 50 (|has| $ (-381)) ELT)) (-3084 (((-711 $) (-1299 $)) NIL T ELT) (((-1299 $) $) 91 T ELT)) (-1830 (((-560) $) 42 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) 45 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT)) (-1633 (((-713 $) $) NIL T ELT) (($ $) 105 T ELT)) (-3103 (((-793)) 51 T CONST)) (-1519 (((-114) $ $) 107 T ELT)) (-4222 (((-1299 $) (-949)) 97 T ELT) (((-1299 $)) 96 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) 31 T CONST)) (-2983 (($) 27 T CONST)) (-1888 (($ $ (-793)) NIL (|has| $ (-381)) ELT) (($ $) NIL (|has| $ (-381)) ELT)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 34 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 81 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
+(((-595 |#1|) (-13 (-363) (-341 $) (-633 (-560))) (-949)) (T -595))
NIL
(-13 (-363) (-341 $) (-633 (-560)))
-((-1756 (((-1304) (-1190)) 10 T ELT)))
-(((-596) (-10 -7 (-15 -1756 ((-1304) (-1190))))) (T -596))
-((-1756 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-596)))))
-(-10 -7 (-15 -1756 ((-1304) (-1190))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) 76 T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-3735 ((|#1| $) 30 T ELT)) (-1699 (((-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32 T ELT)) (-3915 (($ |#1| (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 |#1|)) (|:| |logand| (-1202 |#1|)))) (-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28 T ELT)) (-3289 (((-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 |#1|)) (|:| |logand| (-1202 |#1|)))) $) 31 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2353 (($ |#1| |#1|) 38 T ELT) (($ |#1| (-1208)) 49 (|has| |#1| (-1069 (-1208))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4037 (((-114) $) 35 T ELT)) (-2457 ((|#1| $ (-1 |#1| |#1|)) 88 T ELT) ((|#1| $ (-1208)) 89 (|has| |#1| (-927 (-1208))) ELT)) (-2539 (((-887) $) 110 T ELT) (($ |#1|) 29 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 18 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) 17 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 85 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 16 T ELT) (($ (-421 (-560)) $) 41 T ELT) (($ $ (-421 (-560))) NIL T ELT)))
-(((-597 |#1|) (-13 (-739 (-421 (-560))) (-1069 |#1|) (-10 -8 (-15 -3915 ($ |#1| (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 |#1|)) (|:| |logand| (-1202 |#1|)))) (-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3735 (|#1| $)) (-15 -3289 ((-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 |#1|)) (|:| |logand| (-1202 |#1|)))) $)) (-15 -1699 ((-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -4037 ((-114) $)) (-15 -2353 ($ |#1| |#1|)) (-15 -2457 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-927 (-1208))) (-15 -2457 (|#1| $ (-1208))) |%noBranch|) (IF (|has| |#1| (-1069 (-1208))) (-15 -2353 ($ |#1| (-1208))) |%noBranch|))) (-376)) (T -597))
-((-3915 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 *2)) (|:| |logand| (-1202 *2))))) (-5 *4 (-663 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-376)) (-5 *1 (-597 *2)))) (-3735 (*1 *2 *1) (-12 (-5 *1 (-597 *2)) (-4 *2 (-376)))) (-3289 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 *3)) (|:| |logand| (-1202 *3))))) (-5 *1 (-597 *3)) (-4 *3 (-376)))) (-1699 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-597 *3)) (-4 *3 (-376)))) (-4037 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-597 *3)) (-4 *3 (-376)))) (-2353 (*1 *1 *2 *2) (-12 (-5 *1 (-597 *2)) (-4 *2 (-376)))) (-2457 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-597 *2)) (-4 *2 (-376)))) (-2457 (*1 *2 *1 *3) (-12 (-4 *2 (-376)) (-4 *2 (-927 *3)) (-5 *1 (-597 *2)) (-5 *3 (-1208)))) (-2353 (*1 *1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *1 (-597 *2)) (-4 *2 (-1069 *3)) (-4 *2 (-376)))))
-(-13 (-739 (-421 (-560))) (-1069 |#1|) (-10 -8 (-15 -3915 ($ |#1| (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 |#1|)) (|:| |logand| (-1202 |#1|)))) (-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3735 (|#1| $)) (-15 -3289 ((-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 |#1|)) (|:| |logand| (-1202 |#1|)))) $)) (-15 -1699 ((-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -4037 ((-114) $)) (-15 -2353 ($ |#1| |#1|)) (-15 -2457 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-927 (-1208))) (-15 -2457 (|#1| $ (-1208))) |%noBranch|) (IF (|has| |#1| (-1069 (-1208))) (-15 -2353 ($ |#1| (-1208))) |%noBranch|)))
-((-2067 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44 T ELT) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11 T ELT) (((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed")) 35 T ELT) (((-597 |#2|) (-1 |#2| |#1|) (-597 |#1|)) 30 T ELT)))
-(((-598 |#1| |#2|) (-10 -7 (-15 -2067 ((-597 |#2|) (-1 |#2| |#1|) (-597 |#1|))) (-15 -2067 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2067 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2067 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-376) (-376)) (T -598))
-((-2067 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-376)) (-4 *6 (-376)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-598 *5 *6)))) (-2067 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-376)) (-4 *2 (-376)) (-5 *1 (-598 *5 *2)))) (-2067 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -3735 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-376)) (-4 *6 (-376)) (-5 *2 (-2 (|:| -3735 *6) (|:| |coeff| *6))) (-5 *1 (-598 *5 *6)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-597 *5)) (-4 *5 (-376)) (-4 *6 (-376)) (-5 *2 (-597 *6)) (-5 *1 (-598 *5 *6)))))
-(-10 -7 (-15 -2067 ((-597 |#2|) (-1 |#2| |#1|) (-597 |#1|))) (-15 -2067 ((-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3735 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2067 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2067 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
-((-3801 (((-597 |#2|) (-597 |#2|)) 42 T ELT)) (-3563 (((-663 |#2|) (-597 |#2|)) 44 T ELT)) (-4048 ((|#2| (-597 |#2|)) 50 T ELT)))
-(((-599 |#1| |#2|) (-10 -7 (-15 -3801 ((-597 |#2|) (-597 |#2|))) (-15 -3563 ((-663 |#2|) (-597 |#2|))) (-15 -4048 (|#2| (-597 |#2|)))) (-13 (-466) (-1069 (-560)) (-660 (-560))) (-13 (-29 |#1|) (-1234))) (T -599))
-((-4048 (*1 *2 *3) (-12 (-5 *3 (-597 *2)) (-4 *2 (-13 (-29 *4) (-1234))) (-5 *1 (-599 *4 *2)) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))))) (-3563 (*1 *2 *3) (-12 (-5 *3 (-597 *5)) (-4 *5 (-13 (-29 *4) (-1234))) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-663 *5)) (-5 *1 (-599 *4 *5)))) (-3801 (*1 *2 *2) (-12 (-5 *2 (-597 *4)) (-4 *4 (-13 (-29 *3) (-1234))) (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-599 *3 *4)))))
-(-10 -7 (-15 -3801 ((-597 |#2|) (-597 |#2|))) (-15 -3563 ((-663 |#2|) (-597 |#2|))) (-15 -4048 (|#2| (-597 |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1358 (($ (-520) (-611)) 14 T ELT)) (-3792 (($ (-520) (-611) $) 16 T ELT)) (-3157 (($ (-520) (-611)) 15 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-1213)) 7 T ELT) (((-1213) $) 6 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-600) (-13 (-1132) (-504 (-1213)) (-10 -8 (-15 -1358 ($ (-520) (-611))) (-15 -3157 ($ (-520) (-611))) (-15 -3792 ($ (-520) (-611) $))))) (T -600))
-((-1358 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))) (-3157 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))) (-3792 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))))
-(-13 (-1132) (-504 (-1213)) (-10 -8 (-15 -1358 ($ (-520) (-611))) (-15 -3157 ($ (-520) (-611))) (-15 -3792 ($ (-520) (-611) $))))
-((-2388 (((-114) |#1|) 16 T ELT)) (-3244 (((-3 |#1| "failed") |#1|) 14 T ELT)) (-2363 (((-2 (|:| -2995 |#1|) (|:| -3881 (-793))) |#1|) 37 T ELT) (((-3 |#1| "failed") |#1| (-793)) 18 T ELT)) (-1757 (((-114) |#1| (-793)) 19 T ELT)) (-2521 ((|#1| |#1|) 41 T ELT)) (-3433 ((|#1| |#1| (-793)) 44 T ELT)))
-(((-601 |#1|) (-10 -7 (-15 -1757 ((-114) |#1| (-793))) (-15 -2363 ((-3 |#1| "failed") |#1| (-793))) (-15 -2363 ((-2 (|:| -2995 |#1|) (|:| -3881 (-793))) |#1|)) (-15 -3433 (|#1| |#1| (-793))) (-15 -2388 ((-114) |#1|)) (-15 -3244 ((-3 |#1| "failed") |#1|)) (-15 -2521 (|#1| |#1|))) (-559)) (T -601))
-((-2521 (*1 *2 *2) (-12 (-5 *1 (-601 *2)) (-4 *2 (-559)))) (-3244 (*1 *2 *2) (|partial| -12 (-5 *1 (-601 *2)) (-4 *2 (-559)))) (-2388 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-601 *3)) (-4 *3 (-559)))) (-3433 (*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-5 *1 (-601 *2)) (-4 *2 (-559)))) (-2363 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -2995 *3) (|:| -3881 (-793)))) (-5 *1 (-601 *3)) (-4 *3 (-559)))) (-2363 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-793)) (-5 *1 (-601 *2)) (-4 *2 (-559)))) (-1757 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-5 *2 (-114)) (-5 *1 (-601 *3)) (-4 *3 (-559)))))
-(-10 -7 (-15 -1757 ((-114) |#1| (-793))) (-15 -2363 ((-3 |#1| "failed") |#1| (-793))) (-15 -2363 ((-2 (|:| -2995 |#1|) (|:| -3881 (-793))) |#1|)) (-15 -3433 (|#1| |#1| (-793))) (-15 -2388 ((-114) |#1|)) (-15 -3244 ((-3 |#1| "failed") |#1|)) (-15 -2521 (|#1| |#1|)))
-((-2836 (((-1202 |#1|) (-948)) 44 T ELT)))
-(((-602 |#1|) (-10 -7 (-15 -2836 ((-1202 |#1|) (-948)))) (-363)) (T -602))
-((-2836 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-602 *4)) (-4 *4 (-363)))))
-(-10 -7 (-15 -2836 ((-1202 |#1|) (-948))))
-((-3801 (((-597 (-421 (-975 |#1|))) (-597 (-421 (-975 |#1|)))) 27 T ELT)) (-3071 (((-3 (-326 |#1|) (-663 (-326 |#1|))) (-421 (-975 |#1|)) (-1208)) 34 (|has| |#1| (-149)) ELT)) (-3563 (((-663 (-326 |#1|)) (-597 (-421 (-975 |#1|)))) 19 T ELT)) (-4358 (((-326 |#1|) (-421 (-975 |#1|)) (-1208)) 32 (|has| |#1| (-149)) ELT)) (-4048 (((-326 |#1|) (-597 (-421 (-975 |#1|)))) 21 T ELT)))
-(((-603 |#1|) (-10 -7 (-15 -3801 ((-597 (-421 (-975 |#1|))) (-597 (-421 (-975 |#1|))))) (-15 -3563 ((-663 (-326 |#1|)) (-597 (-421 (-975 |#1|))))) (-15 -4048 ((-326 |#1|) (-597 (-421 (-975 |#1|))))) (IF (|has| |#1| (-149)) (PROGN (-15 -3071 ((-3 (-326 |#1|) (-663 (-326 |#1|))) (-421 (-975 |#1|)) (-1208))) (-15 -4358 ((-326 |#1|) (-421 (-975 |#1|)) (-1208)))) |%noBranch|)) (-13 (-466) (-1069 (-560)) (-660 (-560)))) (T -603))
-((-4358 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208)) (-4 *5 (-149)) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-326 *5)) (-5 *1 (-603 *5)))) (-3071 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208)) (-4 *5 (-149)) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (-326 *5) (-663 (-326 *5)))) (-5 *1 (-603 *5)))) (-4048 (*1 *2 *3) (-12 (-5 *3 (-597 (-421 (-975 *4)))) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-326 *4)) (-5 *1 (-603 *4)))) (-3563 (*1 *2 *3) (-12 (-5 *3 (-597 (-421 (-975 *4)))) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-663 (-326 *4))) (-5 *1 (-603 *4)))) (-3801 (*1 *2 *2) (-12 (-5 *2 (-597 (-421 (-975 *3)))) (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-603 *3)))))
-(-10 -7 (-15 -3801 ((-597 (-421 (-975 |#1|))) (-597 (-421 (-975 |#1|))))) (-15 -3563 ((-663 (-326 |#1|)) (-597 (-421 (-975 |#1|))))) (-15 -4048 ((-326 |#1|) (-597 (-421 (-975 |#1|))))) (IF (|has| |#1| (-149)) (PROGN (-15 -3071 ((-3 (-326 |#1|) (-663 (-326 |#1|))) (-421 (-975 |#1|)) (-1208))) (-15 -4358 ((-326 |#1|) (-421 (-975 |#1|)) (-1208)))) |%noBranch|))
-((-4101 (((-663 (-711 (-560))) (-663 (-948)) (-663 (-931 (-560)))) 79 T ELT) (((-663 (-711 (-560))) (-663 (-948))) 80 T ELT) (((-711 (-560)) (-663 (-948)) (-931 (-560))) 73 T ELT)) (-2881 (((-793) (-663 (-948))) 70 T ELT)))
-(((-604) (-10 -7 (-15 -2881 ((-793) (-663 (-948)))) (-15 -4101 ((-711 (-560)) (-663 (-948)) (-931 (-560)))) (-15 -4101 ((-663 (-711 (-560))) (-663 (-948)))) (-15 -4101 ((-663 (-711 (-560))) (-663 (-948)) (-663 (-931 (-560))))))) (T -604))
-((-4101 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-948))) (-5 *4 (-663 (-931 (-560)))) (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-604)))) (-4101 (*1 *2 *3) (-12 (-5 *3 (-663 (-948))) (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-604)))) (-4101 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-948))) (-5 *4 (-931 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-604)))) (-2881 (*1 *2 *3) (-12 (-5 *3 (-663 (-948))) (-5 *2 (-793)) (-5 *1 (-604)))))
-(-10 -7 (-15 -2881 ((-793) (-663 (-948)))) (-15 -4101 ((-711 (-560)) (-663 (-948)) (-931 (-560)))) (-15 -4101 ((-663 (-711 (-560))) (-663 (-948)))) (-15 -4101 ((-663 (-711 (-560))) (-663 (-948)) (-663 (-931 (-560))))))
-((-1430 (((-663 |#5|) |#5| (-114)) 100 T ELT)) (-4191 (((-114) |#5| (-663 |#5|)) 34 T ELT)))
-(((-605 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1430 ((-663 |#5|) |#5| (-114))) (-15 -4191 ((-114) |#5| (-663 |#5|)))) (-13 (-319) (-149)) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1140 |#1| |#2| |#3| |#4|)) (T -605))
-((-4191 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1140 *5 *6 *7 *8)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-605 *5 *6 *7 *8 *3)))) (-1430 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)) (-5 *2 (-663 *3)) (-5 *1 (-605 *5 *6 *7 *8 *3)) (-4 *3 (-1140 *5 *6 *7 *8)))))
-(-10 -7 (-15 -1430 ((-663 |#5|) |#5| (-114))) (-15 -4191 ((-114) |#5| (-663 |#5|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1910 (((-1166) $) 11 T ELT)) (-1898 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 17 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-606) (-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1166) $))))) (T -606))
-((-1898 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-606)))) (-1910 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-606)))))
-(-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1166) $))))
-((-2294 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-2783 (($ $) 38 T ELT)) (-2422 (($ $) NIL T ELT)) (-3560 (($ $ (-146)) NIL T ELT) (($ $ (-143)) NIL T ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-3785 (((-114) $ $) 67 T ELT)) (-3760 (((-114) $ $ (-560)) 62 T ELT)) (-3801 (((-663 $) $ (-146)) 76 T ELT) (((-663 $) $ (-143)) 77 T ELT)) (-2280 (((-114) (-1 (-114) (-146) (-146)) $) NIL T ELT) (((-114) $) NIL (|has| (-146) (-871)) ELT)) (-3119 (($ (-1 (-114) (-146) (-146)) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-871))) ELT)) (-3334 (($ (-1 (-114) (-146) (-146)) $) NIL T ELT) (($ $) NIL (|has| (-146) (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 (((-146) $ (-560) (-146)) 59 (|has| $ (-6 -4510)) ELT) (((-146) $ (-1265 (-560)) (-146)) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-3201 (($ $ (-146)) 80 T ELT) (($ $ (-143)) 81 T ELT)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-3938 (($ $ (-1265 (-560)) $) 57 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-2025 (($ (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT) (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-146) (-1 (-146) (-146) (-146)) $ (-146) (-146)) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146)) NIL (|has| $ (-6 -4509)) ELT) (((-146) (-1 (-146) (-146) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 (((-146) $ (-560) (-146)) NIL (|has| $ (-6 -4510)) ELT)) (-3393 (((-146) $ (-560)) NIL T ELT)) (-3199 (((-114) $ $) 89 T ELT)) (-2533 (((-560) (-1 (-114) (-146)) $) NIL T ELT) (((-560) (-146) $) NIL (|has| (-146) (-1132)) ELT) (((-560) (-146) $ (-560)) 64 (|has| (-146) (-1132)) ELT) (((-560) $ $ (-560)) 63 T ELT) (((-560) (-143) $ (-560)) 66 T ELT)) (-1559 (((-663 (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) (-146)) 9 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) 32 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| (-146) (-871)) ELT)) (-4246 (($ (-1 (-114) (-146) (-146)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-146) (-871)) ELT)) (-2559 (((-663 (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-3213 (((-560) $) 47 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-146) (-871)) ELT)) (-2666 (((-114) $ $ (-146)) 90 T ELT)) (-1979 (((-793) $ $ (-146)) 87 T ELT)) (-3459 (($ (-1 (-146) (-146)) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-146) (-146)) $) NIL T ELT) (($ (-1 (-146) (-146) (-146)) $ $) NIL T ELT)) (-3179 (($ $) 41 T ELT)) (-3112 (($ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3215 (($ $ (-146)) 78 T ELT) (($ $ (-143)) 79 T ELT)) (-3049 (((-1190) $) 43 (|has| (-146) (-1132)) ELT)) (-1726 (($ (-146) $ (-560)) NIL T ELT) (($ $ $ (-560)) 27 T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) 86 (|has| (-146) (-1132)) ELT)) (-3794 (((-146) $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 (-146) "failed") (-1 (-114) (-146)) $) NIL T ELT)) (-4446 (($ $ (-146)) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-146)))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-305 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-146) (-146)) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-663 (-146)) (-663 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-3155 (((-663 (-146)) $) NIL T ELT)) (-3868 (((-114) $) 15 T ELT)) (-1423 (($) 12 T ELT)) (-1495 (((-146) $ (-560) (-146)) NIL T ELT) (((-146) $ (-560)) 69 T ELT) (($ $ (-1265 (-560))) 25 T ELT) (($ $ $) NIL T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-2877 (($ $ $ (-560)) 82 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 20 T ELT)) (-4417 (((-549) $) NIL (|has| (-146) (-633 (-549))) ELT)) (-2548 (($ (-663 (-146))) NIL T ELT)) (-4357 (($ $ (-146)) NIL T ELT) (($ (-146) $) NIL T ELT) (($ $ $) 19 T ELT) (($ (-663 $)) 83 T ELT)) (-2539 (($ (-146)) NIL T ELT) (((-887) $) 31 (|has| (-146) (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-1657 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-146) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-146) (-871)) ELT)) (-2329 (((-114) $ $) 17 (|has| (-146) (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| (-146) (-871)) ELT)) (-2349 (((-114) $ $) 18 (|has| (-146) (-871)) ELT)) (-2305 (((-793) $) 16 (|has| $ (-6 -4509)) ELT)))
-(((-607 |#1|) (-1175) (-560)) (T -607))
-NIL
-(-1175)
-((-3489 (((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2|) 23 T ELT) (((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2| (-1120 |#4|)) 32 T ELT)))
-(((-608 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3489 ((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2| (-1120 |#4|))) (-15 -3489 ((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2|))) (-815) (-871) (-571) (-979 |#3| |#1| |#2|)) (T -608))
-((-3489 (*1 *2 *3 *4) (-12 (-4 *5 (-815)) (-4 *4 (-871)) (-4 *6 (-571)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-560)))) (-5 *1 (-608 *5 *4 *6 *3)) (-4 *3 (-979 *6 *5 *4)))) (-3489 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1120 *3)) (-4 *3 (-979 *7 *6 *4)) (-4 *6 (-815)) (-4 *4 (-871)) (-4 *7 (-571)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-560)))) (-5 *1 (-608 *6 *4 *7 *3)))))
-(-10 -7 (-15 -3489 ((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2| (-1120 |#4|))) (-15 -3489 ((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 71 T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-560)) 58 T ELT) (($ $ (-560) (-560)) 59 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 65 T ELT)) (-1410 (($ $) 109 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2875 (((-887) (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) (-1057 (-864 (-560))) (-1208) |#1| (-421 (-560))) 241 T ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 36 T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-4405 (((-114) $) NIL T ELT)) (-2252 (((-560) $) 63 T ELT) (((-560) $ (-560)) 64 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-4100 (($ $ (-948)) 83 T ELT)) (-3238 (($ (-1 |#1| (-560)) $) 80 T ELT)) (-4045 (((-114) $) 26 T ELT)) (-3528 (($ |#1| (-560)) 22 T ELT) (($ $ (-1113) (-560)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-560))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 75 T ELT)) (-2066 (($ (-1057 (-864 (-560))) (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 13 T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3071 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1834 (((-3 $ "failed") $ $ (-114)) 108 T ELT)) (-3928 (($ $ $) 116 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4016 (((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 15 T ELT)) (-4253 (((-1057 (-864 (-560))) $) 14 T ELT)) (-2674 (($ $ (-560)) 47 T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-2799 (((-1186 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT)) (-1495 ((|#1| $ (-560)) 62 T ELT) (($ $ $) NIL (|has| (-560) (-1143)) ELT)) (-2457 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) 77 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT)) (-4283 (((-560) $) NIL T ELT)) (-4428 (($ $) 48 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) 29 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) 28 (|has| |#1| (-175)) ELT)) (-2453 ((|#1| $ (-560)) 61 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 39 T CONST)) (-2188 ((|#1| $) NIL T ELT)) (-1971 (($ $) 198 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3946 (($ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3122 (($ $) 202 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2125 (($ $) 174 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2722 (($ $) 201 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4315 (($ $) 173 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1832 (($ $ (-421 (-560))) 177 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4439 (($ $ |#1|) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2434 (($ $) 204 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1599 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) 203 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2917 (($ $) 175 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4454 (($ $) 199 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2223 (($ $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3960 (($ $) 200 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1781 (($ $) 172 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1389 (($ $) 209 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1371 (($ $) 185 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1392 (($ $) 206 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2106 (($ $) 181 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3364 (($ $) 213 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4282 (($ $) 189 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4023 (($ $) 215 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2672 (($ $) 191 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3208 (($ $) 211 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2061 (($ $) 187 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2440 (($ $) 208 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1505 (($ $) 183 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2941 ((|#1| $ (-560)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-1427 (($) 30 T CONST)) (-1439 (($) 40 T CONST)) (-4324 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT)) (-2329 (((-114) $ $) 73 T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) 91 T ELT) (($ $ $) 72 T ELT)) (-2413 (($ $ $) 88 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 111 T ELT)) (* (($ (-948) $) 98 T ELT) (($ (-793) $) 96 T ELT) (($ (-560) $) 93 T ELT) (($ $ $) 104 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 123 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-609 |#1|) (-13 (-1277 |#1| (-560)) (-10 -8 (-15 -2066 ($ (-1057 (-864 (-560))) (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))))) (-15 -4253 ((-1057 (-864 (-560))) $)) (-15 -4016 ((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $)) (-15 -1960 ($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))))) (-15 -4045 ((-114) $)) (-15 -3238 ($ (-1 |#1| (-560)) $)) (-15 -1834 ((-3 $ "failed") $ $ (-114))) (-15 -1410 ($ $)) (-15 -3928 ($ $ $)) (-15 -2875 ((-887) (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) (-1057 (-864 (-560))) (-1208) |#1| (-421 (-560)))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $)) (-15 -4439 ($ $ |#1|)) (-15 -1832 ($ $ (-421 (-560)))) (-15 -1599 ($ $)) (-15 -2434 ($ $)) (-15 -2125 ($ $)) (-15 -1781 ($ $)) (-15 -3946 ($ $)) (-15 -2223 ($ $)) (-15 -4315 ($ $)) (-15 -2917 ($ $)) (-15 -2106 ($ $)) (-15 -1505 ($ $)) (-15 -1371 ($ $)) (-15 -2061 ($ $)) (-15 -4282 ($ $)) (-15 -2672 ($ $)) (-15 -3122 ($ $)) (-15 -3960 ($ $)) (-15 -1971 ($ $)) (-15 -4454 ($ $)) (-15 -2722 ($ $)) (-15 -4295 ($ $)) (-15 -1392 ($ $)) (-15 -2440 ($ $)) (-15 -1389 ($ $)) (-15 -3208 ($ $)) (-15 -3364 ($ $)) (-15 -4023 ($ $))) |%noBranch|))) (-1080)) (T -609))
-((-4045 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-609 *3)) (-4 *3 (-1080)))) (-2066 (*1 *1 *2 *3) (-12 (-5 *2 (-1057 (-864 (-560)))) (-5 *3 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *4)))) (-4 *4 (-1080)) (-5 *1 (-609 *4)))) (-4253 (*1 *2 *1) (-12 (-5 *2 (-1057 (-864 (-560)))) (-5 *1 (-609 *3)) (-4 *3 (-1080)))) (-4016 (*1 *2 *1) (-12 (-5 *2 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *3)))) (-5 *1 (-609 *3)) (-4 *3 (-1080)))) (-1960 (*1 *1 *2) (-12 (-5 *2 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *3)))) (-4 *3 (-1080)) (-5 *1 (-609 *3)))) (-3238 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-560))) (-4 *3 (-1080)) (-5 *1 (-609 *3)))) (-1834 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-114)) (-5 *1 (-609 *3)) (-4 *3 (-1080)))) (-1410 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-1080)))) (-3928 (*1 *1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-1080)))) (-2875 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *6)))) (-5 *4 (-1057 (-864 (-560)))) (-5 *5 (-1208)) (-5 *7 (-421 (-560))) (-4 *6 (-1080)) (-5 *2 (-887)) (-5 *1 (-609 *6)))) (-3071 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-4439 (*1 *1 *1 *2) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-1832 (*1 *1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-609 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1080)))) (-1599 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2434 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2125 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-1781 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-3946 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2223 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-4315 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2917 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2106 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-1505 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-1371 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2061 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-4282 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2672 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-3122 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-3960 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-1971 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-4454 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2722 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-4295 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-1392 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-2440 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-1389 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-3208 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-3364 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))) (-4023 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(-13 (-1277 |#1| (-560)) (-10 -8 (-15 -2066 ($ (-1057 (-864 (-560))) (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))))) (-15 -4253 ((-1057 (-864 (-560))) $)) (-15 -4016 ((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $)) (-15 -1960 ($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))))) (-15 -4045 ((-114) $)) (-15 -3238 ($ (-1 |#1| (-560)) $)) (-15 -1834 ((-3 $ "failed") $ $ (-114))) (-15 -1410 ($ $)) (-15 -3928 ($ $ $)) (-15 -2875 ((-887) (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) (-1057 (-864 (-560))) (-1208) |#1| (-421 (-560)))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $)) (-15 -4439 ($ $ |#1|)) (-15 -1832 ($ $ (-421 (-560)))) (-15 -1599 ($ $)) (-15 -2434 ($ $)) (-15 -2125 ($ $)) (-15 -1781 ($ $)) (-15 -3946 ($ $)) (-15 -2223 ($ $)) (-15 -4315 ($ $)) (-15 -2917 ($ $)) (-15 -2106 ($ $)) (-15 -1505 ($ $)) (-15 -1371 ($ $)) (-15 -2061 ($ $)) (-15 -4282 ($ $)) (-15 -2672 ($ $)) (-15 -3122 ($ $)) (-15 -3960 ($ $)) (-15 -1971 ($ $)) (-15 -4454 ($ $)) (-15 -2722 ($ $)) (-15 -4295 ($ $)) (-15 -1392 ($ $)) (-15 -2440 ($ $)) (-15 -1389 ($ $)) (-15 -3208 ($ $)) (-15 -3364 ($ $)) (-15 -4023 ($ $))) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 63 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-1960 (($ (-1186 |#1|)) 9 T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) 44 T ELT)) (-4405 (((-114) $) 56 T ELT)) (-2252 (((-793) $) 61 T ELT) (((-793) $ (-793)) 60 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) 46 (|has| |#1| (-571)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-1186 |#1|) $) 25 T ELT)) (-3418 (((-793)) 55 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) 10 T CONST)) (-1439 (($) 14 T CONST)) (-2329 (((-114) $ $) 24 T ELT)) (-2426 (($ $) 32 T ELT) (($ $ $) 16 T ELT)) (-2413 (($ $ $) 27 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 53 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 36 T ELT) (($ $ $) 30 T ELT) (($ $ |#1|) 40 T ELT) (($ |#1| $) 39 T ELT) (($ $ (-560)) 38 T ELT)))
-(((-610 |#1|) (-13 (-1080) (-111 |#1| |#1|) (-10 -8 (-15 -2277 ((-1186 |#1|) $)) (-15 -1960 ($ (-1186 |#1|))) (-15 -4405 ((-114) $)) (-15 -2252 ((-793) $)) (-15 -2252 ((-793) $ (-793))) (-15 * ($ $ (-560))) (IF (|has| |#1| (-571)) (-6 (-571)) |%noBranch|))) (-1080)) (T -610))
-((-2277 (*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-610 *3)) (-4 *3 (-1080)))) (-1960 (*1 *1 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-610 *3)))) (-4405 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-610 *3)) (-4 *3 (-1080)))) (-2252 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-610 *3)) (-4 *3 (-1080)))) (-2252 (*1 *2 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-610 *3)) (-4 *3 (-1080)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-610 *3)) (-4 *3 (-1080)))))
-(-13 (-1080) (-111 |#1| |#1|) (-10 -8 (-15 -2277 ((-1186 |#1|) $)) (-15 -1960 ($ (-1186 |#1|))) (-15 -4405 ((-114) $)) (-15 -2252 ((-793) $)) (-15 -2252 ((-793) $ (-793))) (-15 * ($ $ (-560))) (IF (|has| |#1| (-571)) (-6 (-571)) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3356 (($) 8 T CONST)) (-1858 (($) 7 T CONST)) (-3565 (($ $ (-663 $)) 16 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4242 (($) 6 T CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-1213)) 15 T ELT) (((-1213) $) 10 T ELT)) (-1419 (($) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-611) (-13 (-1132) (-504 (-1213)) (-10 -8 (-15 -4242 ($) -3721) (-15 -1858 ($) -3721) (-15 -3356 ($) -3721) (-15 -1419 ($) -3721) (-15 -3565 ($ $ (-663 $)))))) (T -611))
-((-4242 (*1 *1) (-5 *1 (-611))) (-1858 (*1 *1) (-5 *1 (-611))) (-3356 (*1 *1) (-5 *1 (-611))) (-1419 (*1 *1) (-5 *1 (-611))) (-3565 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-611))) (-5 *1 (-611)))))
-(-13 (-1132) (-504 (-1213)) (-10 -8 (-15 -4242 ($) -3721) (-15 -1858 ($) -3721) (-15 -3356 ($) -3721) (-15 -1419 ($) -3721) (-15 -3565 ($ $ (-663 $)))))
-((-2067 (((-615 |#2|) (-1 |#2| |#1|) (-615 |#1|)) 15 T ELT)))
-(((-612 |#1| |#2|) (-13 (-1248) (-10 -7 (-15 -2067 ((-615 |#2|) (-1 |#2| |#1|) (-615 |#1|))))) (-1248) (-1248)) (T -612))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-615 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-615 *6)) (-5 *1 (-612 *5 *6)))))
-(-13 (-1248) (-10 -7 (-15 -2067 ((-615 |#2|) (-1 |#2| |#1|) (-615 |#1|)))))
-((-2067 (((-1186 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-1186 |#2|)) 20 T ELT) (((-1186 |#3|) (-1 |#3| |#1| |#2|) (-1186 |#1|) (-615 |#2|)) 19 T ELT) (((-615 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-615 |#2|)) 18 T ELT)))
-(((-613 |#1| |#2| |#3|) (-10 -7 (-15 -2067 ((-615 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-615 |#2|))) (-15 -2067 ((-1186 |#3|) (-1 |#3| |#1| |#2|) (-1186 |#1|) (-615 |#2|))) (-15 -2067 ((-1186 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-1186 |#2|)))) (-1248) (-1248) (-1248)) (T -613))
-((-2067 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-615 *6)) (-5 *5 (-1186 *7)) (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-1186 *8)) (-5 *1 (-613 *6 *7 *8)))) (-2067 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1186 *6)) (-5 *5 (-615 *7)) (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-1186 *8)) (-5 *1 (-613 *6 *7 *8)))) (-2067 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-615 *6)) (-5 *5 (-615 *7)) (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-615 *8)) (-5 *1 (-613 *6 *7 *8)))))
-(-10 -7 (-15 -2067 ((-615 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-615 |#2|))) (-15 -2067 ((-1186 |#3|) (-1 |#3| |#1| |#2|) (-1186 |#1|) (-615 |#2|))) (-15 -2067 ((-1186 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-1186 |#2|))))
-((-3028 ((|#3| |#3| (-663 (-630 |#3|)) (-663 (-1208))) 57 T ELT)) (-1772 (((-171 |#2|) |#3|) 122 T ELT)) (-1650 ((|#3| (-171 |#2|)) 46 T ELT)) (-2335 ((|#2| |#3|) 21 T ELT)) (-4385 ((|#3| |#2|) 35 T ELT)))
-(((-614 |#1| |#2| |#3|) (-10 -7 (-15 -1650 (|#3| (-171 |#2|))) (-15 -2335 (|#2| |#3|)) (-15 -4385 (|#3| |#2|)) (-15 -1772 ((-171 |#2|) |#3|)) (-15 -3028 (|#3| |#3| (-663 (-630 |#3|)) (-663 (-1208))))) (-571) (-13 (-435 |#1|) (-1033) (-1234)) (-13 (-435 (-171 |#1|)) (-1033) (-1234))) (T -614))
-((-3028 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-663 (-630 *2))) (-5 *4 (-663 (-1208))) (-4 *2 (-13 (-435 (-171 *5)) (-1033) (-1234))) (-4 *5 (-571)) (-5 *1 (-614 *5 *6 *2)) (-4 *6 (-13 (-435 *5) (-1033) (-1234))))) (-1772 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-171 *5)) (-5 *1 (-614 *4 *5 *3)) (-4 *5 (-13 (-435 *4) (-1033) (-1234))) (-4 *3 (-13 (-435 (-171 *4)) (-1033) (-1234))))) (-4385 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *2 (-13 (-435 (-171 *4)) (-1033) (-1234))) (-5 *1 (-614 *4 *3 *2)) (-4 *3 (-13 (-435 *4) (-1033) (-1234))))) (-2335 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *2 (-13 (-435 *4) (-1033) (-1234))) (-5 *1 (-614 *4 *2 *3)) (-4 *3 (-13 (-435 (-171 *4)) (-1033) (-1234))))) (-1650 (*1 *2 *3) (-12 (-5 *3 (-171 *5)) (-4 *5 (-13 (-435 *4) (-1033) (-1234))) (-4 *4 (-571)) (-4 *2 (-13 (-435 (-171 *4)) (-1033) (-1234))) (-5 *1 (-614 *4 *5 *2)))))
-(-10 -7 (-15 -1650 (|#3| (-171 |#2|))) (-15 -2335 (|#2| |#3|)) (-15 -4385 (|#3| |#2|)) (-15 -1772 ((-171 |#2|) |#3|)) (-15 -3028 (|#3| |#3| (-663 (-630 |#3|)) (-663 (-1208)))))
-((-3606 (($ (-1 (-114) |#1|) $) 19 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 22 T ELT)) (-3523 (($ (-1 |#1| |#1|) |#1|) 11 T ELT)) (-3576 (($ (-1 (-114) |#1|) $) 15 T ELT)) (-3590 (($ (-1 (-114) |#1|) $) 17 T ELT)) (-2548 (((-1186 |#1|) $) 20 T ELT)) (-2539 (((-887) $) 25 T ELT)))
-(((-615 |#1|) (-13 (-632 (-887)) (-10 -8 (-15 -2067 ($ (-1 |#1| |#1|) $)) (-15 -3576 ($ (-1 (-114) |#1|) $)) (-15 -3590 ($ (-1 (-114) |#1|) $)) (-15 -3606 ($ (-1 (-114) |#1|) $)) (-15 -3523 ($ (-1 |#1| |#1|) |#1|)) (-15 -2548 ((-1186 |#1|) $)))) (-1248)) (T -615))
-((-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3)))) (-3576 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3)))) (-3590 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3)))) (-3606 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3)))) (-3523 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3)))) (-2548 (*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-615 *3)) (-4 *3 (-1248)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -2067 ($ (-1 |#1| |#1|) $)) (-15 -3576 ($ (-1 (-114) |#1|) $)) (-15 -3590 ($ (-1 (-114) |#1|) $)) (-15 -3606 ($ (-1 (-114) |#1|) $)) (-15 -3523 ($ (-1 |#1| |#1|) |#1|)) (-15 -2548 ((-1186 |#1|) $))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2591 (($ (-793)) NIL (|has| |#1| (-23)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2522 (((-711 |#1|) $ $) NIL (|has| |#1| (-1080)) ELT)) (-2531 (($ (-793) |#1|) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1586 ((|#1| $) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1080))) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-4474 ((|#1| $) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1080))) ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3491 ((|#1| $ $) NIL (|has| |#1| (-1080)) ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3996 (($ $ $) NIL (|has| |#1| (-1080)) ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) NIL T ELT)) (-4357 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2426 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-2413 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-560) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-748)) ELT) (($ $ |#1|) NIL (|has| |#1| (-748)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-616 |#1| |#2|) (-1297 |#1|) (-1248) (-560)) (T -616))
-NIL
-(-1297 |#1|)
-((-3303 (((-1304) $ |#2| |#2|) 35 T ELT)) (-2932 ((|#2| $) 23 T ELT)) (-3213 ((|#2| $) 21 T ELT)) (-3459 (($ (-1 |#3| |#3|) $) 32 T ELT)) (-2067 (($ (-1 |#3| |#3|) $) 30 T ELT)) (-3794 ((|#3| $) 26 T ELT)) (-4446 (($ $ |#3|) 33 T ELT)) (-4051 (((-114) |#3| $) 17 T ELT)) (-3155 (((-663 |#3|) $) 15 T ELT)) (-1495 ((|#3| $ |#2| |#3|) 12 T ELT) ((|#3| $ |#2|) NIL T ELT)))
-(((-617 |#1| |#2| |#3|) (-10 -8 (-15 -3303 ((-1304) |#1| |#2| |#2|)) (-15 -4446 (|#1| |#1| |#3|)) (-15 -3794 (|#3| |#1|)) (-15 -2932 (|#2| |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -4051 ((-114) |#3| |#1|)) (-15 -3155 ((-663 |#3|) |#1|)) (-15 -1495 (|#3| |#1| |#2|)) (-15 -1495 (|#3| |#1| |#2| |#3|)) (-15 -3459 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2067 (|#1| (-1 |#3| |#3|) |#1|))) (-618 |#2| |#3|) (-1132) (-1248)) (T -617))
-NIL
-(-10 -8 (-15 -3303 ((-1304) |#1| |#2| |#2|)) (-15 -4446 (|#1| |#1| |#3|)) (-15 -3794 (|#3| |#1|)) (-15 -2932 (|#2| |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -4051 ((-114) |#3| |#1|)) (-15 -3155 ((-663 |#3|) |#1|)) (-15 -1495 (|#3| |#1| |#2|)) (-15 -1495 (|#3| |#1| |#2| |#3|)) (-15 -3459 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2067 (|#1| (-1 |#3| |#3|) |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#2| (-102)) ELT)) (-3303 (((-1304) $ |#1| |#1|) 47 (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#2| $ |#1| |#2|) 59 (|has| $ (-6 -4510)) ELT)) (-3366 (($) 7 T CONST)) (-3472 ((|#2| $ |#1| |#2|) 60 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) 58 T ELT)) (-1559 (((-663 |#2|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 ((|#1| $) 50 (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#2|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#2| $) 30 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 ((|#1| $) 51 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#2| |#2|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#2| |#2|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#2| (-1132)) ELT)) (-1936 (((-663 |#1|) $) 53 T ELT)) (-2624 (((-114) |#1| $) 54 T ELT)) (-3139 (((-1151) $) 24 (|has| |#2| (-1132)) ELT)) (-3794 ((|#2| $) 49 (|has| |#1| (-871)) ELT)) (-4446 (($ $ |#2|) 48 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#2|))) 29 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) 28 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) 27 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 26 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#2| $) 52 (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#2| $ |#1| |#2|) 57 T ELT) ((|#2| $ |#1|) 56 T ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#2| $) 31 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#2| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#2| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#2| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-618 |#1| |#2|) (-142) (-1132) (-1248)) (T -618))
-((-3155 (*1 *2 *1) (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1248)) (-5 *2 (-663 *4)))) (-2624 (*1 *2 *3 *1) (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1248)) (-5 *2 (-114)))) (-1936 (*1 *2 *1) (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1248)) (-5 *2 (-663 *3)))) (-4051 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-618 *4 *3)) (-4 *4 (-1132)) (-4 *3 (-1248)) (-4 *3 (-1132)) (-5 *2 (-114)))) (-3213 (*1 *2 *1) (-12 (-4 *1 (-618 *2 *3)) (-4 *3 (-1248)) (-4 *2 (-1132)) (-4 *2 (-871)))) (-2932 (*1 *2 *1) (-12 (-4 *1 (-618 *2 *3)) (-4 *3 (-1248)) (-4 *2 (-1132)) (-4 *2 (-871)))) (-3794 (*1 *2 *1) (-12 (-4 *1 (-618 *3 *2)) (-4 *3 (-1132)) (-4 *3 (-871)) (-4 *2 (-1248)))) (-4446 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-618 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1248)))) (-3303 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-618 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1248)) (-5 *2 (-1304)))))
-(-13 (-503 |t#2|) (-300 |t#1| |t#2|) (-10 -8 (-15 -3155 ((-663 |t#2|) $)) (-15 -2624 ((-114) |t#1| $)) (-15 -1936 ((-663 |t#1|) $)) (IF (|has| |t#2| (-1132)) (IF (|has| $ (-6 -4509)) (-15 -4051 ((-114) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-871)) (PROGN (-15 -3213 (|t#1| $)) (-15 -2932 (|t#1| $)) (-15 -3794 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4510)) (PROGN (-15 -4446 ($ $ |t#2|)) (-15 -3303 ((-1304) $ |t#1| |t#1|))) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#2| (-1132)) (|has| |#2| (-102))) ((-632 (-887)) -2191 (|has| |#2| (-1132)) (|has| |#2| (-632 (-887)))) ((-298 |#1| |#2|) . T) ((-300 |#1| |#2|) . T) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-503 |#2|) . T) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-1132) |has| |#2| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT) (((-1249) $) 14 T ELT) (($ (-663 (-1249))) 13 T ELT)) (-2913 (((-663 (-1249)) $) 10 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-619) (-13 (-1114) (-632 (-1249)) (-10 -8 (-15 -2539 ($ (-663 (-1249)))) (-15 -2913 ((-663 (-1249)) $))))) (T -619))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-619)))) (-2913 (*1 *2 *1) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-619)))))
-(-13 (-1114) (-632 (-1249)) (-10 -8 (-15 -2539 ($ (-663 (-1249)))) (-15 -2913 ((-663 (-1249)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4206 (((-3 $ "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2951 (((-1298 (-711 |#1|))) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1298 (-711 |#1|)) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1507 (((-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3366 (($) NIL T CONST)) (-1908 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2923 (((-3 $ "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2454 (((-711 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1350 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4093 (((-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) $ (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3604 (((-3 $ "failed") $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4349 (((-1202 (-975 |#1|))) NIL (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-376))) ELT)) (-3239 (($ $ (-948)) NIL T ELT)) (-3162 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1359 (((-1202 |#1|) $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2708 ((|#1|) NIL (|has| |#2| (-432 |#1|)) ELT) ((|#1| (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4010 (((-1202 |#1|) $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3331 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3013 (($ (-1298 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (($ (-1298 |#1|) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4310 (((-3 $ "failed") $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3795 (((-948)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2029 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4368 (($ $ (-948)) NIL T ELT)) (-3798 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2636 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2341 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2760 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3003 (((-3 $ "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3522 (((-711 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2449 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3870 (((-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) $ (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3826 (((-3 $ "failed") $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2697 (((-1202 (-975 |#1|))) NIL (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-376))) ELT)) (-4360 (($ $ (-948)) NIL T ELT)) (-2644 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3976 (((-1202 |#1|) $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4030 ((|#1|) NIL (|has| |#2| (-432 |#1|)) ELT) ((|#1| (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2752 (((-1202 |#1|) $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3507 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4080 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1900 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2582 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1349 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1495 ((|#1| $ (-560)) NIL (|has| |#2| (-432 |#1|)) ELT)) (-2086 (((-711 |#1|) (-1298 $)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1298 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1298 $) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT) (((-1298 |#1|) $ (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4417 (($ (-1298 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1298 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT)) (-2246 (((-663 (-975 |#1|))) NIL (|has| |#2| (-432 |#1|)) ELT) (((-663 (-975 |#1|)) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4172 (($ $ $) NIL T ELT)) (-3842 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2539 (((-887) $) NIL T ELT) ((|#2| $) 21 T ELT) (($ |#2|) 22 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL (|has| |#2| (-432 |#1|)) ELT)) (-2861 (((-663 (-1298 |#1|))) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4190 (($ $ $ $) NIL T ELT)) (-3348 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3780 (($ (-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT)) (-2927 (($ $ $) NIL T ELT)) (-4480 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3402 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4365 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1427 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) 24 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 20 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-620 |#1| |#2|) (-13 (-766 |#1|) (-632 |#2|) (-10 -8 (-15 -2539 ($ |#2|)) (IF (|has| |#2| (-432 |#1|)) (-6 (-432 |#1|)) |%noBranch|) (IF (|has| |#2| (-380 |#1|)) (-6 (-380 |#1|)) |%noBranch|))) (-175) (-766 |#1|)) (T -620))
-((-2539 (*1 *1 *2) (-12 (-4 *3 (-175)) (-5 *1 (-620 *3 *2)) (-4 *2 (-766 *3)))))
-(-13 (-766 |#1|) (-632 |#2|) (-10 -8 (-15 -2539 ($ |#2|)) (IF (|has| |#2| (-432 |#1|)) (-6 (-432 |#1|)) |%noBranch|) (IF (|has| |#2| (-380 |#1|)) (-6 (-380 |#1|)) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-130)) 6 T ELT) (((-130) $) 7 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-621) (-13 (-1132) (-504 (-130)))) (T -621))
-NIL
-(-13 (-1132) (-504 (-130)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4403 (($) 12 T CONST)) (-1544 (($) 10 T CONST)) (-3081 (($) 13 T CONST)) (-3487 (($) 11 T CONST)) (-3674 (($) 14 T CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-622) (-13 (-1132) (-684) (-10 -8 (-15 -1544 ($) -3721) (-15 -3487 ($) -3721) (-15 -4403 ($) -3721) (-15 -3081 ($) -3721) (-15 -3674 ($) -3721)))) (T -622))
-((-1544 (*1 *1) (-5 *1 (-622))) (-3487 (*1 *1) (-5 *1 (-622))) (-4403 (*1 *1) (-5 *1 (-622))) (-3081 (*1 *1) (-5 *1 (-622))) (-3674 (*1 *1) (-5 *1 (-622))))
-(-13 (-1132) (-684) (-10 -8 (-15 -1544 ($) -3721) (-15 -3487 ($) -3721) (-15 -4403 ($) -3721) (-15 -3081 ($) -3721) (-15 -3674 ($) -3721)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3473 (($) 11 T CONST)) (-2793 (($) 17 T CONST)) (-3985 (($) 21 T CONST)) (-2581 (($) 19 T CONST)) (-1946 (($) 14 T CONST)) (-4251 (($) 20 T CONST)) (-3495 (($) 12 T CONST)) (-3935 (($) 13 T CONST)) (-2915 (($) 18 T CONST)) (-2342 (($) 15 T CONST)) (-3539 (($) 16 T CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (((-130) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-623) (-13 (-1132) (-632 (-130)) (-10 -8 (-15 -3473 ($) -3721) (-15 -3495 ($) -3721) (-15 -3935 ($) -3721) (-15 -1946 ($) -3721) (-15 -2342 ($) -3721) (-15 -3539 ($) -3721) (-15 -2793 ($) -3721) (-15 -2915 ($) -3721) (-15 -2581 ($) -3721) (-15 -4251 ($) -3721) (-15 -3985 ($) -3721)))) (T -623))
-((-3473 (*1 *1) (-5 *1 (-623))) (-3495 (*1 *1) (-5 *1 (-623))) (-3935 (*1 *1) (-5 *1 (-623))) (-1946 (*1 *1) (-5 *1 (-623))) (-2342 (*1 *1) (-5 *1 (-623))) (-3539 (*1 *1) (-5 *1 (-623))) (-2793 (*1 *1) (-5 *1 (-623))) (-2915 (*1 *1) (-5 *1 (-623))) (-2581 (*1 *1) (-5 *1 (-623))) (-4251 (*1 *1) (-5 *1 (-623))) (-3985 (*1 *1) (-5 *1 (-623))))
-(-13 (-1132) (-632 (-130)) (-10 -8 (-15 -3473 ($) -3721) (-15 -3495 ($) -3721) (-15 -3935 ($) -3721) (-15 -1946 ($) -3721) (-15 -2342 ($) -3721) (-15 -3539 ($) -3721) (-15 -2793 ($) -3721) (-15 -2915 ($) -3721) (-15 -2581 ($) -3721) (-15 -4251 ($) -3721) (-15 -3985 ($) -3721)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1533 (($) 15 T CONST)) (-3907 (($) 16 T CONST)) (-3503 (($) 13 T CONST)) (-1544 (($) 10 T CONST)) (-2815 (($) 12 T CONST)) (-1643 (($) 11 T CONST)) (-3487 (($) 14 T CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-624) (-13 (-1132) (-684) (-10 -8 (-15 -1544 ($) -3721) (-15 -1643 ($) -3721) (-15 -2815 ($) -3721) (-15 -3503 ($) -3721) (-15 -3487 ($) -3721) (-15 -1533 ($) -3721) (-15 -3907 ($) -3721)))) (T -624))
-((-1544 (*1 *1) (-5 *1 (-624))) (-1643 (*1 *1) (-5 *1 (-624))) (-2815 (*1 *1) (-5 *1 (-624))) (-3503 (*1 *1) (-5 *1 (-624))) (-3487 (*1 *1) (-5 *1 (-624))) (-1533 (*1 *1) (-5 *1 (-624))) (-3907 (*1 *1) (-5 *1 (-624))))
-(-13 (-1132) (-684) (-10 -8 (-15 -1544 ($) -3721) (-15 -1643 ($) -3721) (-15 -2815 ($) -3721) (-15 -3503 ($) -3721) (-15 -3487 ($) -3721) (-15 -1533 ($) -3721) (-15 -3907 ($) -3721)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4275 (($) 15 T CONST)) (-3902 (($) 18 T CONST)) (-3503 (($) 13 T CONST)) (-1544 (($) 10 T CONST)) (-2815 (($) 12 T CONST)) (-1643 (($) 11 T CONST)) (-3918 (($) 16 T CONST)) (-3487 (($) 14 T CONST)) (-3674 (($) 17 T CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-625) (-13 (-1132) (-684) (-10 -8 (-15 -1544 ($) -3721) (-15 -1643 ($) -3721) (-15 -2815 ($) -3721) (-15 -3503 ($) -3721) (-15 -3487 ($) -3721) (-15 -4275 ($) -3721) (-15 -3918 ($) -3721) (-15 -3674 ($) -3721) (-15 -3902 ($) -3721)))) (T -625))
-((-1544 (*1 *1) (-5 *1 (-625))) (-1643 (*1 *1) (-5 *1 (-625))) (-2815 (*1 *1) (-5 *1 (-625))) (-3503 (*1 *1) (-5 *1 (-625))) (-3487 (*1 *1) (-5 *1 (-625))) (-4275 (*1 *1) (-5 *1 (-625))) (-3918 (*1 *1) (-5 *1 (-625))) (-3674 (*1 *1) (-5 *1 (-625))) (-3902 (*1 *1) (-5 *1 (-625))))
-(-13 (-1132) (-684) (-10 -8 (-15 -1544 ($) -3721) (-15 -1643 ($) -3721) (-15 -2815 ($) -3721) (-15 -3503 ($) -3721) (-15 -3487 ($) -3721) (-15 -4275 ($) -3721) (-15 -3918 ($) -3721) (-15 -3674 ($) -3721) (-15 -3902 ($) -3721)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 19 T ELT) (($ (-621)) 12 T ELT) (((-621) $) 11 T ELT) (($ (-130)) NIL T ELT) (((-130) $) 14 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-626) (-13 (-1132) (-504 (-621)) (-504 (-130)))) (T -626))
-NIL
-(-13 (-1132) (-504 (-621)) (-504 (-130)))
-((-2294 (((-114) $ $) NIL T ELT)) (-1408 (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) 40 T ELT)) (-2520 (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL T ELT) (($) NIL T ELT)) (-3303 (((-1304) $ (-1190) (-1190)) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-1190) |#1|) 50 T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#1| "failed") (-1190) $) 53 T ELT)) (-3366 (($) NIL T CONST)) (-2966 (($ $ (-1190)) 25 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT)) (-1784 (((-3 |#1| "failed") (-1190) $) 54 T ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2025 (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT)) (-2108 (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT)) (-2186 (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) 39 T ELT)) (-3472 ((|#1| $ (-1190) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-1190)) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3847 (($ $) 55 T ELT)) (-1791 (($ (-402)) 23 T ELT) (($ (-402) (-1190)) 22 T ELT)) (-3952 (((-402) $) 41 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-1190) $) NIL (|has| (-1190) (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (((-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT)) (-3213 (((-1190) $) NIL (|has| (-1190) (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3342 (((-663 (-1190)) $) 46 T ELT)) (-1651 (((-114) (-1190) $) NIL T ELT)) (-3016 (((-1190) $) 42 T ELT)) (-1688 (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL T ELT)) (-1936 (((-663 (-1190)) $) NIL T ELT)) (-2624 (((-114) (-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 ((|#1| $) NIL (|has| (-1190) (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) "failed") (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (($ $ (-663 (-305 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 44 T ELT)) (-1495 ((|#1| $ (-1190) |#1|) NIL T ELT) ((|#1| $ (-1190)) 49 T ELT)) (-2694 (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL T ELT) (($) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (((-793) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (((-793) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL T ELT)) (-2539 (((-887) $) 21 T ELT)) (-4213 (($ $) 26 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1446 (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 20 T ELT)) (-2305 (((-793) $) 48 (|has| $ (-6 -4509)) ELT)))
-(((-627 |#1|) (-13 (-378 (-402) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) (-1225 (-1190) |#1|) (-10 -8 (-6 -4509) (-15 -3847 ($ $)))) (-1132)) (T -627))
-((-3847 (*1 *1 *1) (-12 (-5 *1 (-627 *2)) (-4 *2 (-1132)))))
-(-13 (-378 (-402) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) (-1225 (-1190) |#1|) (-10 -8 (-6 -4509) (-15 -3847 ($ $))))
-((-2791 (((-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) $) 16 T ELT)) (-3342 (((-663 |#2|) $) 20 T ELT)) (-1651 (((-114) |#2| $) 12 T ELT)))
-(((-628 |#1| |#2| |#3|) (-10 -8 (-15 -3342 ((-663 |#2|) |#1|)) (-15 -1651 ((-114) |#2| |#1|)) (-15 -2791 ((-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|))) (-629 |#2| |#3|) (-1132) (-1132)) (T -628))
-NIL
-(-10 -8 (-15 -3342 ((-663 |#2|) |#1|)) (-15 -1651 ((-114) |#2| |#1|)) (-15 -2791 ((-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)))
-((-2294 (((-114) $ $) 22 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 52 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 62 (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#2| "failed") |#1| $) 68 T ELT)) (-3366 (($) 7 T CONST)) (-2885 (($ $) 65 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 53 (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) 69 T ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 64 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 61 (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 63 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 60 (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 59 (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 30 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-3342 (((-663 |#1|) $) 70 T ELT)) (-1651 (((-114) |#1| $) 71 T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 46 T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 47 T ELT)) (-3139 (((-1151) $) 24 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 58 T ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 48 T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) 29 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 28 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 27 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 26 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 55 T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 31 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 57 T ELT)) (-2539 (((-887) $) 20 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 49 T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-629 |#1| |#2|) (-142) (-1132) (-1132)) (T -629))
-((-1651 (*1 *2 *3 *1) (-12 (-4 *1 (-629 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-5 *2 (-114)))) (-3342 (*1 *2 *1) (-12 (-4 *1 (-629 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-5 *2 (-663 *3)))) (-1784 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-629 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))) (-4148 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-629 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))))
-(-13 (-233 (-2 (|:| -3818 |t#1|) (|:| -2660 |t#2|))) (-10 -8 (-15 -1651 ((-114) |t#1| $)) (-15 -3342 ((-663 |t#1|) $)) (-15 -1784 ((-3 |t#2| "failed") |t#1| $)) (-15 -4148 ((-3 |t#2| "failed") |t#1| $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T) ((-102) -2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ((-632 (-887)) -2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887)))) ((-153 #0#) . T) ((-633 (-549)) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ((-233 #0#) . T) ((-242 #0#) . T) ((-321 #0#) -12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ((-503 #0#) . T) ((-528 #0# #0#) -12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ((-1132) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-2572 (((-3 (-1208) "failed") $) 46 T ELT)) (-2157 (((-1304) $ (-793)) 22 T ELT)) (-2533 (((-793) $) 20 T ELT)) (-3336 (((-115) $) 9 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4481 (($ (-115) (-663 |#1|) (-793)) 32 T ELT) (($ (-1208)) 33 T ELT)) (-3880 (((-114) $ (-115)) 15 T ELT) (((-114) $ (-1208)) 13 T ELT)) (-3547 (((-793) $) 17 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4417 (((-915 (-560)) $) 95 (|has| |#1| (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) 102 (|has| |#1| (-633 (-915 (-391)))) ELT) (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-2539 (((-887) $) 72 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4449 (((-663 |#1|) $) 19 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 51 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 53 T ELT)))
-(((-630 |#1|) (-13 (-134) (-871) (-909 |#1|) (-10 -8 (-15 -3336 ((-115) $)) (-15 -4449 ((-663 |#1|) $)) (-15 -3547 ((-793) $)) (-15 -4481 ($ (-115) (-663 |#1|) (-793))) (-15 -4481 ($ (-1208))) (-15 -2572 ((-3 (-1208) "failed") $)) (-15 -3880 ((-114) $ (-115))) (-15 -3880 ((-114) $ (-1208))) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|))) (-1132)) (T -630))
-((-3336 (*1 *2 *1) (-12 (-5 *2 (-115)) (-5 *1 (-630 *3)) (-4 *3 (-1132)))) (-4449 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-630 *3)) (-4 *3 (-1132)))) (-3547 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-630 *3)) (-4 *3 (-1132)))) (-4481 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-115)) (-5 *3 (-663 *5)) (-5 *4 (-793)) (-4 *5 (-1132)) (-5 *1 (-630 *5)))) (-4481 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-630 *3)) (-4 *3 (-1132)))) (-2572 (*1 *2 *1) (|partial| -12 (-5 *2 (-1208)) (-5 *1 (-630 *3)) (-4 *3 (-1132)))) (-3880 (*1 *2 *1 *3) (-12 (-5 *3 (-115)) (-5 *2 (-114)) (-5 *1 (-630 *4)) (-4 *4 (-1132)))) (-3880 (*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-114)) (-5 *1 (-630 *4)) (-4 *4 (-1132)))))
-(-13 (-134) (-871) (-909 |#1|) (-10 -8 (-15 -3336 ((-115) $)) (-15 -4449 ((-663 |#1|) $)) (-15 -3547 ((-793) $)) (-15 -4481 ($ (-115) (-663 |#1|) (-793))) (-15 -4481 ($ (-1208))) (-15 -2572 ((-3 (-1208) "failed") $)) (-15 -3880 ((-114) $ (-115))) (-15 -3880 ((-114) $ (-1208))) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|)))
-((-2344 (((-630 |#2|) |#1|) 17 T ELT)) (-3843 (((-3 |#1| "failed") (-630 |#2|)) 21 T ELT)))
-(((-631 |#1| |#2|) (-10 -7 (-15 -2344 ((-630 |#2|) |#1|)) (-15 -3843 ((-3 |#1| "failed") (-630 |#2|)))) (-1132) (-1132)) (T -631))
-((-3843 (*1 *2 *3) (|partial| -12 (-5 *3 (-630 *4)) (-4 *4 (-1132)) (-4 *2 (-1132)) (-5 *1 (-631 *2 *4)))) (-2344 (*1 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *1 (-631 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))))
-(-10 -7 (-15 -2344 ((-630 |#2|) |#1|)) (-15 -3843 ((-3 |#1| "failed") (-630 |#2|))))
-((-2539 ((|#1| $) 6 T ELT)))
-(((-632 |#1|) (-142) (-1248)) (T -632))
-((-2539 (*1 *2 *1) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1248)))))
-(-13 (-10 -8 (-15 -2539 (|t#1| $))))
-((-4417 ((|#1| $) 6 T ELT)))
-(((-633 |#1|) (-142) (-1248)) (T -633))
-((-4417 (*1 *2 *1) (-12 (-4 *1 (-633 *2)) (-4 *2 (-1248)))))
-(-13 (-10 -8 (-15 -4417 (|t#1| $))))
-((-3374 (((-3 (-1202 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 (-419 |#2|) |#2|)) 15 T ELT) (((-3 (-1202 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|)) 16 T ELT)))
-(((-634 |#1| |#2|) (-10 -7 (-15 -3374 ((-3 (-1202 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|))) (-15 -3374 ((-3 (-1202 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 (-419 |#2|) |#2|)))) (-13 (-149) (-27) (-1069 (-560)) (-1069 (-421 (-560)))) (-1274 |#1|)) (T -634))
-((-3374 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-149) (-27) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-1202 (-421 *6))) (-5 *1 (-634 *5 *6)) (-5 *3 (-421 *6)))) (-3374 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-149) (-27) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *5 (-1274 *4)) (-5 *2 (-1202 (-421 *5))) (-5 *1 (-634 *4 *5)) (-5 *3 (-421 *5)))))
-(-10 -7 (-15 -3374 ((-3 (-1202 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|))) (-15 -3374 ((-3 (-1202 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 (-419 |#2|) |#2|))))
-((-2539 (($ |#1|) 6 T ELT)))
-(((-635 |#1|) (-142) (-1248)) (T -635))
-((-2539 (*1 *1 *2) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1248)))))
-(-13 (-10 -8 (-15 -2539 ($ |t#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-1575 (($) 14 T CONST)) (-1961 (($) 15 T CONST)) (-1393 (($ $ $) 29 T ELT)) (-1372 (($ $) 27 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1582 (($ $ $) 30 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2479 (($) 11 T CONST)) (-2090 (($ $ $) 31 T ELT)) (-2539 (((-887) $) 35 T ELT)) (-1415 (((-114) $ (|[\|\|]| -2479)) 24 T ELT) (((-114) $ (|[\|\|]| -1575)) 26 T ELT) (((-114) $ (|[\|\|]| -1961)) 21 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1383 (($ $ $) 28 T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2329 (((-114) $ $) 18 T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-636) (-13 (-998) (-10 -8 (-15 -1575 ($) -3721) (-15 -1415 ((-114) $ (|[\|\|]| -2479))) (-15 -1415 ((-114) $ (|[\|\|]| -1575))) (-15 -1415 ((-114) $ (|[\|\|]| -1961)))))) (T -636))
-((-1575 (*1 *1) (-5 *1 (-636))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2479)) (-5 *2 (-114)) (-5 *1 (-636)))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -1575)) (-5 *2 (-114)) (-5 *1 (-636)))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -1961)) (-5 *2 (-114)) (-5 *1 (-636)))))
-(-13 (-998) (-10 -8 (-15 -1575 ($) -3721) (-15 -1415 ((-114) $ (|[\|\|]| -2479))) (-15 -1415 ((-114) $ (|[\|\|]| -1575))) (-15 -1415 ((-114) $ (|[\|\|]| -1961)))))
-((-4417 (($ |#1|) 6 T ELT)))
-(((-637 |#1|) (-142) (-1248)) (T -637))
-((-4417 (*1 *1 *2) (-12 (-4 *1 (-637 *2)) (-4 *2 (-1248)))))
-(-13 (-10 -8 (-15 -4417 ($ |t#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| |#1| (-870)) ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| |#1| (-870)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-4420 ((|#1| $) 13 T ELT)) (-2699 (((-114) $) NIL (|has| |#1| (-870)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-870)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-870)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4429 ((|#3| $) 15 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT)) (-3418 (((-793)) 20 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL (|has| |#1| (-870)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) 12 T CONST)) (-2383 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2436 (($ $ |#3|) NIL T ELT) (($ |#1| |#3|) 11 T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 17 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
-(((-638 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-870)) (-6 (-870)) |%noBranch|) (-15 -2436 ($ $ |#3|)) (-15 -2436 ($ |#1| |#3|)) (-15 -4420 (|#1| $)) (-15 -4429 (|#3| $)))) (-38 |#2|) (-175) (|SubsetCategory| (-748) |#2|)) (T -638))
-((-2436 (*1 *1 *1 *2) (-12 (-4 *4 (-175)) (-5 *1 (-638 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-748) *4)))) (-2436 (*1 *1 *2 *3) (-12 (-4 *4 (-175)) (-5 *1 (-638 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-748) *4)))) (-4420 (*1 *2 *1) (-12 (-4 *3 (-175)) (-4 *2 (-38 *3)) (-5 *1 (-638 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-748) *3)))) (-4429 (*1 *2 *1) (-12 (-4 *4 (-175)) (-4 *2 (|SubsetCategory| (-748) *4)) (-5 *1 (-638 *3 *4 *2)) (-4 *3 (-38 *4)))))
-(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-870)) (-6 (-870)) |%noBranch|) (-15 -2436 ($ $ |#3|)) (-15 -2436 ($ |#1| |#3|)) (-15 -4420 (|#1| $)) (-15 -4429 (|#3| $))))
-((-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 10 T ELT)))
-(((-639 |#1| |#2|) (-10 -8 (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-640 |#2|) (-1080)) (T -639))
-NIL
-(-10 -8 (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 46 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ |#1| $) 47 T ELT)))
-(((-640 |#1|) (-142) (-1080)) (T -640))
-((-2539 (*1 *1 *2) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1080)))))
-(-13 (-1080) (-670 |t#1|) (-10 -8 (-15 -2539 ($ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-748) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-1363 ((|#2| |#2| (-1208) (-1208)) 16 T ELT)))
-(((-641 |#1| |#2|) (-10 -7 (-15 -1363 (|#2| |#2| (-1208) (-1208)))) (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))) (-13 (-1234) (-989) (-29 |#1|))) (T -641))
-((-1363 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-641 *4 *2)) (-4 *2 (-13 (-1234) (-989) (-29 *4))))))
-(-10 -7 (-15 -1363 (|#2| |#2| (-1208) (-1208))))
-((-2294 (((-114) $ $) 64 T ELT)) (-3626 (((-114) $) 58 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2975 ((|#1| $) 55 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-3026 (((-2 (|:| -3783 $) (|:| -4464 (-421 |#2|))) (-421 |#2|)) 111 (|has| |#1| (-376)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 99 T ELT) (((-3 |#2| "failed") $) 95 T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT) ((|#2| $) NIL T ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) 27 T ELT)) (-4310 (((-3 $ "failed") $) 88 T ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2252 (((-560) $) 22 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) 40 T ELT)) (-3528 (($ |#1| (-560)) 24 T ELT)) (-2450 ((|#1| $) 57 T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) 101 (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 116 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2283 (((-3 $ "failed") $ $) 93 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3320 (((-793) $) 115 (|has| |#1| (-376)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 114 (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) 75 T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT)) (-4283 (((-560) $) 38 T ELT)) (-4417 (((-421 |#2|) $) 47 T ELT)) (-2539 (((-887) $) 69 T ELT) (($ (-560)) 35 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) 34 T ELT) (($ |#2|) 25 T ELT)) (-2453 ((|#1| $ (-560)) 72 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 32 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) 9 T CONST)) (-1439 (($) 14 T CONST)) (-4324 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) 21 T ELT)) (-2426 (($ $) 51 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 90 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 49 T ELT)))
-(((-642 |#1| |#2|) (-13 (-234 |#2|) (-571) (-633 (-421 |#2|)) (-426 |#1|) (-1069 |#2|) (-10 -8 (-15 -4045 ((-114) $)) (-15 -4283 ((-560) $)) (-15 -2252 ((-560) $)) (-15 -2474 ($ $)) (-15 -2450 (|#1| $)) (-15 -2975 (|#1| $)) (-15 -2453 (|#1| $ (-560))) (-15 -3528 ($ |#1| (-560))) (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-6 (-319)) (-15 -3026 ((-2 (|:| -3783 $) (|:| -4464 (-421 |#2|))) (-421 |#2|)))) |%noBranch|))) (-571) (-1274 |#1|)) (T -642))
-((-4045 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-114)) (-5 *1 (-642 *3 *4)) (-4 *4 (-1274 *3)))) (-4283 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-560)) (-5 *1 (-642 *3 *4)) (-4 *4 (-1274 *3)))) (-2252 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-560)) (-5 *1 (-642 *3 *4)) (-4 *4 (-1274 *3)))) (-2474 (*1 *1 *1) (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1274 *2)))) (-2450 (*1 *2 *1) (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1274 *2)))) (-2975 (*1 *2 *1) (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1274 *2)))) (-2453 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *2 (-571)) (-5 *1 (-642 *2 *4)) (-4 *4 (-1274 *2)))) (-3528 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-4 *2 (-571)) (-5 *1 (-642 *2 *4)) (-4 *4 (-1274 *2)))) (-3026 (*1 *2 *3) (-12 (-4 *4 (-376)) (-4 *4 (-571)) (-4 *5 (-1274 *4)) (-5 *2 (-2 (|:| -3783 (-642 *4 *5)) (|:| -4464 (-421 *5)))) (-5 *1 (-642 *4 *5)) (-5 *3 (-421 *5)))))
-(-13 (-234 |#2|) (-571) (-633 (-421 |#2|)) (-426 |#1|) (-1069 |#2|) (-10 -8 (-15 -4045 ((-114) $)) (-15 -4283 ((-560) $)) (-15 -2252 ((-560) $)) (-15 -2474 ($ $)) (-15 -2450 (|#1| $)) (-15 -2975 (|#1| $)) (-15 -2453 (|#1| $ (-560))) (-15 -3528 ($ |#1| (-560))) (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-6 (-319)) (-15 -3026 ((-2 (|:| -3783 $) (|:| -4464 (-421 |#2|))) (-421 |#2|)))) |%noBranch|)))
-((-3509 (((-663 |#6|) (-663 |#4|) (-114)) 54 T ELT)) (-1782 ((|#6| |#6|) 48 T ELT)))
-(((-643 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1782 (|#6| |#6|)) (-15 -3509 ((-663 |#6|) (-663 |#4|) (-114)))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1102 |#1| |#2| |#3| |#4|) (-1140 |#1| |#2| |#3| |#4|)) (T -643))
-((-3509 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 *10)) (-5 *1 (-643 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *10 (-1140 *5 *6 *7 *8)))) (-1782 (*1 *2 *2) (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *1 (-643 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *2 (-1140 *3 *4 *5 *6)))))
-(-10 -7 (-15 -1782 (|#6| |#6|)) (-15 -3509 ((-663 |#6|) (-663 |#4|) (-114))))
-((-2768 (((-114) |#3| (-793) (-663 |#3|)) 29 T ELT)) (-4184 (((-3 (-2 (|:| |polfac| (-663 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-663 (-1202 |#3|)))) "failed") |#3| (-663 (-1202 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3980 (-663 (-2 (|:| |irr| |#4|) (|:| -3443 (-560)))))) (-663 |#3|) (-663 |#1|) (-663 |#3|)) 69 T ELT)))
-(((-644 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2768 ((-114) |#3| (-793) (-663 |#3|))) (-15 -4184 ((-3 (-2 (|:| |polfac| (-663 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-663 (-1202 |#3|)))) "failed") |#3| (-663 (-1202 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3980 (-663 (-2 (|:| |irr| |#4|) (|:| -3443 (-560)))))) (-663 |#3|) (-663 |#1|) (-663 |#3|)))) (-871) (-815) (-319) (-979 |#3| |#2| |#1|)) (T -644))
-((-4184 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -3980 (-663 (-2 (|:| |irr| *10) (|:| -3443 (-560))))))) (-5 *6 (-663 *3)) (-5 *7 (-663 *8)) (-4 *8 (-871)) (-4 *3 (-319)) (-4 *10 (-979 *3 *9 *8)) (-4 *9 (-815)) (-5 *2 (-2 (|:| |polfac| (-663 *10)) (|:| |correct| *3) (|:| |corrfact| (-663 (-1202 *3))))) (-5 *1 (-644 *8 *9 *3 *10)) (-5 *4 (-663 (-1202 *3))))) (-2768 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-793)) (-5 *5 (-663 *3)) (-4 *3 (-319)) (-4 *6 (-871)) (-4 *7 (-815)) (-5 *2 (-114)) (-5 *1 (-644 *6 *7 *3 *8)) (-4 *8 (-979 *3 *7 *6)))))
-(-10 -7 (-15 -2768 ((-114) |#3| (-793) (-663 |#3|))) (-15 -4184 ((-3 (-2 (|:| |polfac| (-663 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-663 (-1202 |#3|)))) "failed") |#3| (-663 (-1202 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3980 (-663 (-2 (|:| |irr| |#4|) (|:| -3443 (-560)))))) (-663 |#3|) (-663 |#1|) (-663 |#3|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1910 (((-1166) $) 11 T ELT)) (-1898 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 17 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-645) (-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1166) $))))) (T -645))
-((-1898 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-645)))) (-1910 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-645)))))
-(-13 (-1114) (-10 -8 (-15 -1898 ((-1166) $)) (-15 -1910 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3797 (((-663 |#1|) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-1648 (($ $) 77 T ELT)) (-1842 (((-686 |#1| |#2|) $) 60 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 81 T ELT)) (-3214 (((-663 (-305 |#2|)) $ $) 42 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1920 (($ (-686 |#1| |#2|)) 56 T ELT)) (-1521 (($ $ $) NIL T ELT)) (-4172 (($ $ $) NIL T ELT)) (-2539 (((-887) $) 66 T ELT) (((-1314 |#1| |#2|) $) NIL T ELT) (((-1319 |#1| |#2|) $) 74 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) 61 T CONST)) (-3816 (((-663 (-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|))) $) 41 T ELT)) (-1647 (((-663 (-686 |#1| |#2|)) (-663 |#1|)) 73 T ELT)) (-2499 (((-663 (-2 (|:| |k| (-918 |#1|)) (|:| |c| |#2|))) $) 46 T ELT)) (-2329 (((-114) $ $) 62 T ELT)) (-2436 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ $ $) 52 T ELT)))
-(((-646 |#1| |#2| |#3|) (-13 (-487) (-10 -8 (-15 -1920 ($ (-686 |#1| |#2|))) (-15 -1842 ((-686 |#1| |#2|) $)) (-15 -2499 ((-663 (-2 (|:| |k| (-918 |#1|)) (|:| |c| |#2|))) $)) (-15 -2539 ((-1314 |#1| |#2|) $)) (-15 -2539 ((-1319 |#1| |#2|) $)) (-15 -1648 ($ $)) (-15 -3797 ((-663 |#1|) $)) (-15 -1647 ((-663 (-686 |#1| |#2|)) (-663 |#1|))) (-15 -3816 ((-663 (-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|))) $)) (-15 -3214 ((-663 (-305 |#2|)) $ $)))) (-871) (-13 (-175) (-739 (-421 (-560)))) (-948)) (T -646))
-((-1920 (*1 *1 *2) (-12 (-5 *2 (-686 *3 *4)) (-4 *3 (-871)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-5 *1 (-646 *3 *4 *5)) (-14 *5 (-948)))) (-1842 (*1 *2 *1) (-12 (-5 *2 (-686 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))) (-2499 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |k| (-918 *3)) (|:| |c| *4)))) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-1314 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-1319 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))) (-1648 (*1 *1 *1) (-12 (-5 *1 (-646 *2 *3 *4)) (-4 *2 (-871)) (-4 *3 (-13 (-175) (-739 (-421 (-560))))) (-14 *4 (-948)))) (-3797 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))) (-1647 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-871)) (-5 *2 (-663 (-686 *4 *5))) (-5 *1 (-646 *4 *5 *6)) (-4 *5 (-13 (-175) (-739 (-421 (-560))))) (-14 *6 (-948)))) (-3816 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |k| (-694 *3)) (|:| |c| *4)))) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))) (-3214 (*1 *2 *1 *1) (-12 (-5 *2 (-663 (-305 *4))) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))))
-(-13 (-487) (-10 -8 (-15 -1920 ($ (-686 |#1| |#2|))) (-15 -1842 ((-686 |#1| |#2|) $)) (-15 -2499 ((-663 (-2 (|:| |k| (-918 |#1|)) (|:| |c| |#2|))) $)) (-15 -2539 ((-1314 |#1| |#2|) $)) (-15 -2539 ((-1319 |#1| |#2|) $)) (-15 -1648 ($ $)) (-15 -3797 ((-663 |#1|) $)) (-15 -1647 ((-663 (-686 |#1| |#2|)) (-663 |#1|))) (-15 -3816 ((-663 (-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|))) $)) (-15 -3214 ((-663 (-305 |#2|)) $ $))))
-((-3509 (((-663 (-1177 |#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|)))) (-663 (-802 |#1| (-888 |#2|))) (-114)) 103 T ELT) (((-663 (-1077 |#1| |#2|)) (-663 (-802 |#1| (-888 |#2|))) (-114)) 77 T ELT)) (-2255 (((-114) (-663 (-802 |#1| (-888 |#2|)))) 26 T ELT)) (-1418 (((-663 (-1177 |#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|)))) (-663 (-802 |#1| (-888 |#2|))) (-114)) 102 T ELT)) (-2574 (((-663 (-1077 |#1| |#2|)) (-663 (-802 |#1| (-888 |#2|))) (-114)) 76 T ELT)) (-2852 (((-663 (-802 |#1| (-888 |#2|))) (-663 (-802 |#1| (-888 |#2|)))) 30 T ELT)) (-2142 (((-3 (-663 (-802 |#1| (-888 |#2|))) "failed") (-663 (-802 |#1| (-888 |#2|)))) 29 T ELT)))
-(((-647 |#1| |#2|) (-10 -7 (-15 -2255 ((-114) (-663 (-802 |#1| (-888 |#2|))))) (-15 -2142 ((-3 (-663 (-802 |#1| (-888 |#2|))) "failed") (-663 (-802 |#1| (-888 |#2|))))) (-15 -2852 ((-663 (-802 |#1| (-888 |#2|))) (-663 (-802 |#1| (-888 |#2|))))) (-15 -2574 ((-663 (-1077 |#1| |#2|)) (-663 (-802 |#1| (-888 |#2|))) (-114))) (-15 -1418 ((-663 (-1177 |#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|)))) (-663 (-802 |#1| (-888 |#2|))) (-114))) (-15 -3509 ((-663 (-1077 |#1| |#2|)) (-663 (-802 |#1| (-888 |#2|))) (-114))) (-15 -3509 ((-663 (-1177 |#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|)))) (-663 (-802 |#1| (-888 |#2|))) (-114)))) (-466) (-663 (-1208))) (T -647))
-((-3509 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-1177 *5 (-545 (-888 *6)) (-888 *6) (-802 *5 (-888 *6))))) (-5 *1 (-647 *5 *6)))) (-3509 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-1077 *5 *6))) (-5 *1 (-647 *5 *6)))) (-1418 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-1177 *5 (-545 (-888 *6)) (-888 *6) (-802 *5 (-888 *6))))) (-5 *1 (-647 *5 *6)))) (-2574 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-1077 *5 *6))) (-5 *1 (-647 *5 *6)))) (-2852 (*1 *2 *2) (-12 (-5 *2 (-663 (-802 *3 (-888 *4)))) (-4 *3 (-466)) (-14 *4 (-663 (-1208))) (-5 *1 (-647 *3 *4)))) (-2142 (*1 *2 *2) (|partial| -12 (-5 *2 (-663 (-802 *3 (-888 *4)))) (-4 *3 (-466)) (-14 *4 (-663 (-1208))) (-5 *1 (-647 *3 *4)))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-663 (-802 *4 (-888 *5)))) (-4 *4 (-466)) (-14 *5 (-663 (-1208))) (-5 *2 (-114)) (-5 *1 (-647 *4 *5)))))
-(-10 -7 (-15 -2255 ((-114) (-663 (-802 |#1| (-888 |#2|))))) (-15 -2142 ((-3 (-663 (-802 |#1| (-888 |#2|))) "failed") (-663 (-802 |#1| (-888 |#2|))))) (-15 -2852 ((-663 (-802 |#1| (-888 |#2|))) (-663 (-802 |#1| (-888 |#2|))))) (-15 -2574 ((-663 (-1077 |#1| |#2|)) (-663 (-802 |#1| (-888 |#2|))) (-114))) (-15 -1418 ((-663 (-1177 |#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|)))) (-663 (-802 |#1| (-888 |#2|))) (-114))) (-15 -3509 ((-663 (-1077 |#1| |#2|)) (-663 (-802 |#1| (-888 |#2|))) (-114))) (-15 -3509 ((-663 (-1177 |#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|)))) (-663 (-802 |#1| (-888 |#2|))) (-114))))
-((-3336 (((-115) (-115)) 88 T ELT)) (-1967 ((|#2| |#2|) 28 T ELT)) (-2353 ((|#2| |#2| (-1123 |#2|)) 84 T ELT) ((|#2| |#2| (-1208)) 50 T ELT)) (-2654 ((|#2| |#2|) 27 T ELT)) (-2689 ((|#2| |#2|) 29 T ELT)) (-1881 (((-114) (-115)) 33 T ELT)) (-3738 ((|#2| |#2|) 24 T ELT)) (-3731 ((|#2| |#2|) 26 T ELT)) (-1367 ((|#2| |#2|) 25 T ELT)))
-(((-648 |#1| |#2|) (-10 -7 (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -3731 (|#2| |#2|)) (-15 -3738 (|#2| |#2|)) (-15 -1367 (|#2| |#2|)) (-15 -1967 (|#2| |#2|)) (-15 -2654 (|#2| |#2|)) (-15 -2689 (|#2| |#2|)) (-15 -2353 (|#2| |#2| (-1208))) (-15 -2353 (|#2| |#2| (-1123 |#2|)))) (-571) (-13 (-435 |#1|) (-1033) (-1234))) (T -648))
-((-2353 (*1 *2 *2 *3) (-12 (-5 *3 (-1123 *2)) (-4 *2 (-13 (-435 *4) (-1033) (-1234))) (-4 *4 (-571)) (-5 *1 (-648 *4 *2)))) (-2353 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-648 *4 *2)) (-4 *2 (-13 (-435 *4) (-1033) (-1234))))) (-2689 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033) (-1234))))) (-2654 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033) (-1234))))) (-1967 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033) (-1234))))) (-1367 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033) (-1234))))) (-3738 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033) (-1234))))) (-3731 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1033) (-1234))))) (-3336 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-648 *3 *4)) (-4 *4 (-13 (-435 *3) (-1033) (-1234))))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-648 *4 *5)) (-4 *5 (-13 (-435 *4) (-1033) (-1234))))))
-(-10 -7 (-15 -1881 ((-114) (-115))) (-15 -3336 ((-115) (-115))) (-15 -3731 (|#2| |#2|)) (-15 -3738 (|#2| |#2|)) (-15 -1367 (|#2| |#2|)) (-15 -1967 (|#2| |#2|)) (-15 -2654 (|#2| |#2|)) (-15 -2689 (|#2| |#2|)) (-15 -2353 (|#2| |#2| (-1208))) (-15 -2353 (|#2| |#2| (-1123 |#2|))))
-((-3594 (($ $) 38 T ELT)) (-2725 (($ $) 21 T ELT)) (-2837 (($ $) 37 T ELT)) (-2700 (($ $) 22 T ELT)) (-3623 (($ $) 36 T ELT)) (-2749 (($ $) 23 T ELT)) (-4447 (($) 48 T ELT)) (-1842 (($ $) 45 T ELT)) (-1967 (($ $) 17 T ELT)) (-2353 (($ $ (-1123 $)) 7 T ELT) (($ $ (-1208)) 6 T ELT)) (-1920 (($ $) 46 T ELT)) (-2654 (($ $) 15 T ELT)) (-2689 (($ $) 16 T ELT)) (-3637 (($ $) 35 T ELT)) (-2759 (($ $) 24 T ELT)) (-3610 (($ $) 34 T ELT)) (-2737 (($ $) 25 T ELT)) (-2848 (($ $) 33 T ELT)) (-2712 (($ $) 26 T ELT)) (-3671 (($ $) 44 T ELT)) (-2792 (($ $) 32 T ELT)) (-3649 (($ $) 43 T ELT)) (-2770 (($ $) 31 T ELT)) (-3693 (($ $) 42 T ELT)) (-2816 (($ $) 30 T ELT)) (-2979 (($ $) 41 T ELT)) (-2827 (($ $) 29 T ELT)) (-3681 (($ $) 40 T ELT)) (-2804 (($ $) 28 T ELT)) (-3661 (($ $) 39 T ELT)) (-2781 (($ $) 27 T ELT)) (-3738 (($ $) 19 T ELT)) (-3731 (($ $) 20 T ELT)) (-1367 (($ $) 18 T ELT)) (** (($ $ $) 47 T ELT)))
+((-3965 (((-1305) (-1191)) 10 T ELT)))
+(((-596) (-10 -7 (-15 -3965 ((-1305) (-1191))))) (T -596))
+((-3965 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-596)))))
+(-10 -7 (-15 -3965 ((-1305) (-1191))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) 76 T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-2301 ((|#1| $) 30 T ELT)) (-1965 (((-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32 T ELT)) (-3861 (($ |#1| (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 |#1|)) (|:| |logand| (-1203 |#1|)))) (-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28 T ELT)) (-2963 (((-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 |#1|)) (|:| |logand| (-1203 |#1|)))) $) 31 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3697 (($ |#1| |#1|) 38 T ELT) (($ |#1| (-1209)) 49 (|has| |#1| (-1070 (-1209))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3431 (((-114) $) 35 T ELT)) (-2703 ((|#1| $ (-1 |#1| |#1|)) 88 T ELT) ((|#1| $ (-1209)) 89 (|has| |#1| (-928 (-1209))) ELT)) (-3834 (((-888) $) 110 T ELT) (($ |#1|) 29 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 18 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) 17 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 85 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 16 T ELT) (($ (-421 (-560)) $) 41 T ELT) (($ $ (-421 (-560))) NIL T ELT)))
+(((-597 |#1|) (-13 (-739 (-421 (-560))) (-1070 |#1|) (-10 -8 (-15 -3861 ($ |#1| (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 |#1|)) (|:| |logand| (-1203 |#1|)))) (-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -2301 (|#1| $)) (-15 -2963 ((-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 |#1|)) (|:| |logand| (-1203 |#1|)))) $)) (-15 -1965 ((-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3431 ((-114) $)) (-15 -3697 ($ |#1| |#1|)) (-15 -2703 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-928 (-1209))) (-15 -2703 (|#1| $ (-1209))) |%noBranch|) (IF (|has| |#1| (-1070 (-1209))) (-15 -3697 ($ |#1| (-1209))) |%noBranch|))) (-376)) (T -597))
+((-3861 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 *2)) (|:| |logand| (-1203 *2))))) (-5 *4 (-663 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-376)) (-5 *1 (-597 *2)))) (-2301 (*1 *2 *1) (-12 (-5 *1 (-597 *2)) (-4 *2 (-376)))) (-2963 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 *3)) (|:| |logand| (-1203 *3))))) (-5 *1 (-597 *3)) (-4 *3 (-376)))) (-1965 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-597 *3)) (-4 *3 (-376)))) (-3431 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-597 *3)) (-4 *3 (-376)))) (-3697 (*1 *1 *2 *2) (-12 (-5 *1 (-597 *2)) (-4 *2 (-376)))) (-2703 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-597 *2)) (-4 *2 (-376)))) (-2703 (*1 *2 *1 *3) (-12 (-4 *2 (-376)) (-4 *2 (-928 *3)) (-5 *1 (-597 *2)) (-5 *3 (-1209)))) (-3697 (*1 *1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *1 (-597 *2)) (-4 *2 (-1070 *3)) (-4 *2 (-376)))))
+(-13 (-739 (-421 (-560))) (-1070 |#1|) (-10 -8 (-15 -3861 ($ |#1| (-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 |#1|)) (|:| |logand| (-1203 |#1|)))) (-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -2301 (|#1| $)) (-15 -2963 ((-663 (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 |#1|)) (|:| |logand| (-1203 |#1|)))) $)) (-15 -1965 ((-663 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3431 ((-114) $)) (-15 -3697 ($ |#1| |#1|)) (-15 -2703 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-928 (-1209))) (-15 -2703 (|#1| $ (-1209))) |%noBranch|) (IF (|has| |#1| (-1070 (-1209))) (-15 -3697 ($ |#1| (-1209))) |%noBranch|)))
+((-1793 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44 T ELT) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11 T ELT) (((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed")) 35 T ELT) (((-597 |#2|) (-1 |#2| |#1|) (-597 |#1|)) 30 T ELT)))
+(((-598 |#1| |#2|) (-10 -7 (-15 -1793 ((-597 |#2|) (-1 |#2| |#1|) (-597 |#1|))) (-15 -1793 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1793 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1793 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-376) (-376)) (T -598))
+((-1793 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-376)) (-4 *6 (-376)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-598 *5 *6)))) (-1793 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-376)) (-4 *2 (-376)) (-5 *1 (-598 *5 *2)))) (-1793 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -2301 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-376)) (-4 *6 (-376)) (-5 *2 (-2 (|:| -2301 *6) (|:| |coeff| *6))) (-5 *1 (-598 *5 *6)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-597 *5)) (-4 *5 (-376)) (-4 *6 (-376)) (-5 *2 (-597 *6)) (-5 *1 (-598 *5 *6)))))
+(-10 -7 (-15 -1793 ((-597 |#2|) (-1 |#2| |#1|) (-597 |#1|))) (-15 -1793 ((-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2301 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1793 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1793 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
+((-2275 (((-597 |#2|) (-597 |#2|)) 42 T ELT)) (-3765 (((-663 |#2|) (-597 |#2|)) 44 T ELT)) (-2042 ((|#2| (-597 |#2|)) 50 T ELT)))
+(((-599 |#1| |#2|) (-10 -7 (-15 -2275 ((-597 |#2|) (-597 |#2|))) (-15 -3765 ((-663 |#2|) (-597 |#2|))) (-15 -2042 (|#2| (-597 |#2|)))) (-13 (-466) (-1070 (-560)) (-660 (-560))) (-13 (-29 |#1|) (-1235))) (T -599))
+((-2042 (*1 *2 *3) (-12 (-5 *3 (-597 *2)) (-4 *2 (-13 (-29 *4) (-1235))) (-5 *1 (-599 *4 *2)) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-597 *5)) (-4 *5 (-13 (-29 *4) (-1235))) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-663 *5)) (-5 *1 (-599 *4 *5)))) (-2275 (*1 *2 *2) (-12 (-5 *2 (-597 *4)) (-4 *4 (-13 (-29 *3) (-1235))) (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-599 *3 *4)))))
+(-10 -7 (-15 -2275 ((-597 |#2|) (-597 |#2|))) (-15 -3765 ((-663 |#2|) (-597 |#2|))) (-15 -2042 (|#2| (-597 |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3667 (($ (-520) (-611)) 14 T ELT)) (-3068 (($ (-520) (-611) $) 16 T ELT)) (-1673 (($ (-520) (-611)) 15 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-1214)) 7 T ELT) (((-1214) $) 6 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-600) (-13 (-1133) (-504 (-1214)) (-10 -8 (-15 -3667 ($ (-520) (-611))) (-15 -1673 ($ (-520) (-611))) (-15 -3068 ($ (-520) (-611) $))))) (T -600))
+((-3667 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))) (-1673 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))) (-3068 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))))
+(-13 (-1133) (-504 (-1214)) (-10 -8 (-15 -3667 ($ (-520) (-611))) (-15 -1673 ($ (-520) (-611))) (-15 -3068 ($ (-520) (-611) $))))
+((-1831 (((-114) |#1|) 16 T ELT)) (-1989 (((-3 |#1| "failed") |#1|) 14 T ELT)) (-1999 (((-2 (|:| -3318 |#1|) (|:| -2909 (-793))) |#1|) 37 T ELT) (((-3 |#1| "failed") |#1| (-793)) 18 T ELT)) (-4069 (((-114) |#1| (-793)) 19 T ELT)) (-4471 ((|#1| |#1|) 41 T ELT)) (-1766 ((|#1| |#1| (-793)) 44 T ELT)))
+(((-601 |#1|) (-10 -7 (-15 -4069 ((-114) |#1| (-793))) (-15 -1999 ((-3 |#1| "failed") |#1| (-793))) (-15 -1999 ((-2 (|:| -3318 |#1|) (|:| -2909 (-793))) |#1|)) (-15 -1766 (|#1| |#1| (-793))) (-15 -1831 ((-114) |#1|)) (-15 -1989 ((-3 |#1| "failed") |#1|)) (-15 -4471 (|#1| |#1|))) (-559)) (T -601))
+((-4471 (*1 *2 *2) (-12 (-5 *1 (-601 *2)) (-4 *2 (-559)))) (-1989 (*1 *2 *2) (|partial| -12 (-5 *1 (-601 *2)) (-4 *2 (-559)))) (-1831 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-601 *3)) (-4 *3 (-559)))) (-1766 (*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-5 *1 (-601 *2)) (-4 *2 (-559)))) (-1999 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3318 *3) (|:| -2909 (-793)))) (-5 *1 (-601 *3)) (-4 *3 (-559)))) (-1999 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-793)) (-5 *1 (-601 *2)) (-4 *2 (-559)))) (-4069 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-5 *2 (-114)) (-5 *1 (-601 *3)) (-4 *3 (-559)))))
+(-10 -7 (-15 -4069 ((-114) |#1| (-793))) (-15 -1999 ((-3 |#1| "failed") |#1| (-793))) (-15 -1999 ((-2 (|:| -3318 |#1|) (|:| -2909 (-793))) |#1|)) (-15 -1766 (|#1| |#1| (-793))) (-15 -1831 ((-114) |#1|)) (-15 -1989 ((-3 |#1| "failed") |#1|)) (-15 -4471 (|#1| |#1|)))
+((-2019 (((-1203 |#1|) (-949)) 44 T ELT)))
+(((-602 |#1|) (-10 -7 (-15 -2019 ((-1203 |#1|) (-949)))) (-363)) (T -602))
+((-2019 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-602 *4)) (-4 *4 (-363)))))
+(-10 -7 (-15 -2019 ((-1203 |#1|) (-949))))
+((-2275 (((-597 (-421 (-976 |#1|))) (-597 (-421 (-976 |#1|)))) 27 T ELT)) (-3671 (((-3 (-326 |#1|) (-663 (-326 |#1|))) (-421 (-976 |#1|)) (-1209)) 34 (|has| |#1| (-149)) ELT)) (-3765 (((-663 (-326 |#1|)) (-597 (-421 (-976 |#1|)))) 19 T ELT)) (-3908 (((-326 |#1|) (-421 (-976 |#1|)) (-1209)) 32 (|has| |#1| (-149)) ELT)) (-2042 (((-326 |#1|) (-597 (-421 (-976 |#1|)))) 21 T ELT)))
+(((-603 |#1|) (-10 -7 (-15 -2275 ((-597 (-421 (-976 |#1|))) (-597 (-421 (-976 |#1|))))) (-15 -3765 ((-663 (-326 |#1|)) (-597 (-421 (-976 |#1|))))) (-15 -2042 ((-326 |#1|) (-597 (-421 (-976 |#1|))))) (IF (|has| |#1| (-149)) (PROGN (-15 -3671 ((-3 (-326 |#1|) (-663 (-326 |#1|))) (-421 (-976 |#1|)) (-1209))) (-15 -3908 ((-326 |#1|) (-421 (-976 |#1|)) (-1209)))) |%noBranch|)) (-13 (-466) (-1070 (-560)) (-660 (-560)))) (T -603))
+((-3908 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209)) (-4 *5 (-149)) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-326 *5)) (-5 *1 (-603 *5)))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209)) (-4 *5 (-149)) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (-326 *5) (-663 (-326 *5)))) (-5 *1 (-603 *5)))) (-2042 (*1 *2 *3) (-12 (-5 *3 (-597 (-421 (-976 *4)))) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-326 *4)) (-5 *1 (-603 *4)))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-597 (-421 (-976 *4)))) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-663 (-326 *4))) (-5 *1 (-603 *4)))) (-2275 (*1 *2 *2) (-12 (-5 *2 (-597 (-421 (-976 *3)))) (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-603 *3)))))
+(-10 -7 (-15 -2275 ((-597 (-421 (-976 |#1|))) (-597 (-421 (-976 |#1|))))) (-15 -3765 ((-663 (-326 |#1|)) (-597 (-421 (-976 |#1|))))) (-15 -2042 ((-326 |#1|) (-597 (-421 (-976 |#1|))))) (IF (|has| |#1| (-149)) (PROGN (-15 -3671 ((-3 (-326 |#1|) (-663 (-326 |#1|))) (-421 (-976 |#1|)) (-1209))) (-15 -3908 ((-326 |#1|) (-421 (-976 |#1|)) (-1209)))) |%noBranch|))
+((-2943 (((-663 (-711 (-560))) (-663 (-949)) (-663 (-932 (-560)))) 79 T ELT) (((-663 (-711 (-560))) (-663 (-949))) 80 T ELT) (((-711 (-560)) (-663 (-949)) (-932 (-560))) 73 T ELT)) (-3771 (((-793) (-663 (-949))) 70 T ELT)))
+(((-604) (-10 -7 (-15 -3771 ((-793) (-663 (-949)))) (-15 -2943 ((-711 (-560)) (-663 (-949)) (-932 (-560)))) (-15 -2943 ((-663 (-711 (-560))) (-663 (-949)))) (-15 -2943 ((-663 (-711 (-560))) (-663 (-949)) (-663 (-932 (-560))))))) (T -604))
+((-2943 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-949))) (-5 *4 (-663 (-932 (-560)))) (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-604)))) (-2943 (*1 *2 *3) (-12 (-5 *3 (-663 (-949))) (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-604)))) (-2943 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-949))) (-5 *4 (-932 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-604)))) (-3771 (*1 *2 *3) (-12 (-5 *3 (-663 (-949))) (-5 *2 (-793)) (-5 *1 (-604)))))
+(-10 -7 (-15 -3771 ((-793) (-663 (-949)))) (-15 -2943 ((-711 (-560)) (-663 (-949)) (-932 (-560)))) (-15 -2943 ((-663 (-711 (-560))) (-663 (-949)))) (-15 -2943 ((-663 (-711 (-560))) (-663 (-949)) (-663 (-932 (-560))))))
+((-3036 (((-663 |#5|) |#5| (-114)) 100 T ELT)) (-1912 (((-114) |#5| (-663 |#5|)) 34 T ELT)))
+(((-605 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3036 ((-663 |#5|) |#5| (-114))) (-15 -1912 ((-114) |#5| (-663 |#5|)))) (-13 (-319) (-149)) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1141 |#1| |#2| |#3| |#4|)) (T -605))
+((-1912 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1141 *5 *6 *7 *8)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-605 *5 *6 *7 *8 *3)))) (-3036 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)) (-5 *2 (-663 *3)) (-5 *1 (-605 *5 *6 *7 *8 *3)) (-4 *3 (-1141 *5 *6 *7 *8)))))
+(-10 -7 (-15 -3036 ((-663 |#5|) |#5| (-114))) (-15 -1912 ((-114) |#5| (-663 |#5|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3240 (((-1167) $) 11 T ELT)) (-3228 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 17 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-606) (-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1167) $))))) (T -606))
+((-3228 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-606)))) (-3240 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-606)))))
+(-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1167) $))))
+((-3808 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-1728 (($ $) 38 T ELT)) (-1864 (($ $) NIL T ELT)) (-3496 (($ $ (-146)) NIL T ELT) (($ $ (-143)) NIL T ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-3610 (((-114) $ $) 67 T ELT)) (-3588 (((-114) $ $ (-560)) 62 T ELT)) (-2275 (((-663 $) $ (-146)) 76 T ELT) (((-663 $) $ (-143)) 77 T ELT)) (-1860 (((-114) (-1 (-114) (-146) (-146)) $) NIL T ELT) (((-114) $) NIL (|has| (-146) (-872)) ELT)) (-4235 (($ (-1 (-114) (-146) (-146)) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| (-146) (-872))) ELT)) (-2125 (($ (-1 (-114) (-146) (-146)) $) NIL T ELT) (($ $) NIL (|has| (-146) (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 (((-146) $ (-560) (-146)) 59 (|has| $ (-6 -4511)) ELT) (((-146) $ (-1266 (-560)) (-146)) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-4487 (($ $ (-146)) 80 T ELT) (($ $ (-143)) 81 T ELT)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4421 (($ $ (-1266 (-560)) $) 57 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-3513 (($ (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT) (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-146) (-1 (-146) (-146) (-146)) $ (-146) (-146)) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146)) NIL (|has| $ (-6 -4510)) ELT) (((-146) (-1 (-146) (-146) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 (((-146) $ (-560) (-146)) NIL (|has| $ (-6 -4511)) ELT)) (-2109 (((-146) $ (-560)) NIL T ELT)) (-3633 (((-114) $ $) 89 T ELT)) (-3817 (((-560) (-1 (-114) (-146)) $) NIL T ELT) (((-560) (-146) $) NIL (|has| (-146) (-1133)) ELT) (((-560) (-146) $ (-560)) 64 (|has| (-146) (-1133)) ELT) (((-560) $ $ (-560)) 63 T ELT) (((-560) (-143) $ (-560)) 66 T ELT)) (-3086 (((-663 (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) (-146)) 9 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) 32 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| (-146) (-872)) ELT)) (-1762 (($ (-1 (-114) (-146) (-146)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-146) (-872)) ELT)) (-4439 (((-663 (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-3320 (((-560) $) 47 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-146) (-872)) ELT)) (-3980 (((-114) $ $ (-146)) 90 T ELT)) (-1695 (((-793) $ $ (-146)) 87 T ELT)) (-2173 (($ (-1 (-146) (-146)) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-146) (-146)) $) NIL T ELT) (($ (-1 (-146) (-146) (-146)) $ $) NIL T ELT)) (-2102 (($ $) 41 T ELT)) (-1610 (($ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-1342 (($ $ (-146)) 78 T ELT) (($ $ (-143)) 79 T ELT)) (-2128 (((-1191) $) 43 (|has| (-146) (-1133)) ELT)) (-4233 (($ (-146) $ (-560)) NIL T ELT) (($ $ $ (-560)) 27 T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) 86 (|has| (-146) (-1133)) ELT)) (-1574 (((-146) $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 (-146) "failed") (-1 (-114) (-146)) $) NIL T ELT)) (-2024 (($ $ (-146)) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-146)))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-305 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-146) (-146)) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-663 (-146)) (-663 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-1570 (((-663 (-146)) $) NIL T ELT)) (-4150 (((-114) $) 15 T ELT)) (-3614 (($) 12 T ELT)) (-3034 (((-146) $ (-560) (-146)) NIL T ELT) (((-146) $ (-560)) 69 T ELT) (($ $ (-1266 (-560))) 25 T ELT) (($ $ $) NIL T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-1352 (($ $ $ (-560)) 82 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 20 T ELT)) (-1830 (((-549) $) NIL (|has| (-146) (-633 (-549))) ELT)) (-3845 (($ (-663 (-146))) NIL T ELT)) (-2465 (($ $ (-146)) NIL T ELT) (($ (-146) $) NIL T ELT) (($ $ $) 19 T ELT) (($ (-663 $)) 83 T ELT)) (-3834 (($ (-146)) NIL T ELT) (((-888) $) 31 (|has| (-146) (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-3894 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-146) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-146) (-872)) ELT)) (-2478 (((-114) $ $) 17 (|has| (-146) (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| (-146) (-872)) ELT)) (-2499 (((-114) $ $) 18 (|has| (-146) (-872)) ELT)) (-3819 (((-793) $) 16 (|has| $ (-6 -4510)) ELT)))
+(((-607 |#1|) (-1176) (-560)) (T -607))
+NIL
+(-1176)
+((-3046 (((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2|) 23 T ELT) (((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2| (-1121 |#4|)) 32 T ELT)))
+(((-608 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3046 ((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2| (-1121 |#4|))) (-15 -3046 ((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2|))) (-817) (-872) (-571) (-980 |#3| |#1| |#2|)) (T -608))
+((-3046 (*1 *2 *3 *4) (-12 (-4 *5 (-817)) (-4 *4 (-872)) (-4 *6 (-571)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-560)))) (-5 *1 (-608 *5 *4 *6 *3)) (-4 *3 (-980 *6 *5 *4)))) (-3046 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1121 *3)) (-4 *3 (-980 *7 *6 *4)) (-4 *6 (-817)) (-4 *4 (-872)) (-4 *7 (-571)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-560)))) (-5 *1 (-608 *6 *4 *7 *3)))))
+(-10 -7 (-15 -3046 ((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2| (-1121 |#4|))) (-15 -3046 ((-2 (|:| |num| |#4|) (|:| |den| (-560))) |#4| |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 71 T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-560)) 58 T ELT) (($ $ (-560) (-560)) 59 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 65 T ELT)) (-3115 (($ $) 109 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2405 (((-888) (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) (-1058 (-866 (-560))) (-1209) |#1| (-421 (-560))) 241 T ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 36 T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2512 (((-114) $) NIL T ELT)) (-2918 (((-560) $) 63 T ELT) (((-560) $ (-560)) 64 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2842 (($ $ (-949)) 83 T ELT)) (-2647 (($ (-1 |#1| (-560)) $) 80 T ELT)) (-3060 (((-114) $) 26 T ELT)) (-2682 (($ |#1| (-560)) 22 T ELT) (($ $ (-1114) (-560)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-560))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 75 T ELT)) (-1542 (($ (-1058 (-866 (-560))) (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 13 T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3671 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1934 (((-3 $ "failed") $ $ (-114)) 108 T ELT)) (-2904 (($ $ $) 116 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2101 (((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 15 T ELT)) (-2917 (((-1058 (-866 (-560))) $) 14 T ELT)) (-3201 (($ $ (-560)) 47 T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4265 (((-1187 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT)) (-3034 ((|#1| $ (-560)) 62 T ELT) (($ $ $) NIL (|has| (-560) (-1144)) ELT)) (-2703 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) 77 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT)) (-4144 (((-560) $) NIL T ELT)) (-2623 (($ $) 48 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) 29 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) 28 (|has| |#1| (-175)) ELT)) (-3580 ((|#1| $ (-560)) 61 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 39 T CONST)) (-3236 ((|#1| $) NIL T ELT)) (-4206 (($ $) 198 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2880 (($ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3354 (($ $) 202 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4037 (($ $) 174 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4230 (($ $) 201 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2495 (($ $) 173 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3031 (($ $ (-421 (-560))) 177 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2658 (($ $ |#1|) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1463 (($ $) 204 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2739 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3087 (($ $) 203 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1422 (($ $) 175 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1451 (($ $) 199 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2879 (($ $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1546 (($ $) 200 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1590 (($ $) 172 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2141 (($ $) 209 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1882 (($ $) 185 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4202 (($ $) 206 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2411 (($ $) 181 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2427 (($ $) 213 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4041 (($ $) 189 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1564 (($ $) 215 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4164 (($ $) 191 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4025 (($ $) 211 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4090 (($ $) 187 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1771 (($ $) 208 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2892 (($ $) 183 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-4430 ((|#1| $ (-560)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2971 (($) 30 T CONST)) (-2983 (($) 40 T CONST)) (-3095 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT)) (-2478 (((-114) $ $) 73 T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) 91 T ELT) (($ $ $) 72 T ELT)) (-2571 (($ $ $) 88 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 111 T ELT)) (* (($ (-949) $) 98 T ELT) (($ (-793) $) 96 T ELT) (($ (-560) $) 93 T ELT) (($ $ $) 104 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 123 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-609 |#1|) (-13 (-1278 |#1| (-560)) (-10 -8 (-15 -1542 ($ (-1058 (-866 (-560))) (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))))) (-15 -2917 ((-1058 (-866 (-560))) $)) (-15 -2101 ((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $)) (-15 -1577 ($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))))) (-15 -3060 ((-114) $)) (-15 -2647 ($ (-1 |#1| (-560)) $)) (-15 -1934 ((-3 $ "failed") $ $ (-114))) (-15 -3115 ($ $)) (-15 -2904 ($ $ $)) (-15 -2405 ((-888) (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) (-1058 (-866 (-560))) (-1209) |#1| (-421 (-560)))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $)) (-15 -2658 ($ $ |#1|)) (-15 -3031 ($ $ (-421 (-560)))) (-15 -2739 ($ $)) (-15 -1463 ($ $)) (-15 -4037 ($ $)) (-15 -1590 ($ $)) (-15 -2880 ($ $)) (-15 -2879 ($ $)) (-15 -2495 ($ $)) (-15 -1422 ($ $)) (-15 -2411 ($ $)) (-15 -2892 ($ $)) (-15 -1882 ($ $)) (-15 -4090 ($ $)) (-15 -4041 ($ $)) (-15 -4164 ($ $)) (-15 -3354 ($ $)) (-15 -1546 ($ $)) (-15 -4206 ($ $)) (-15 -1451 ($ $)) (-15 -4230 ($ $)) (-15 -3087 ($ $)) (-15 -4202 ($ $)) (-15 -1771 ($ $)) (-15 -2141 ($ $)) (-15 -4025 ($ $)) (-15 -2427 ($ $)) (-15 -1564 ($ $))) |%noBranch|))) (-1081)) (T -609))
+((-3060 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-609 *3)) (-4 *3 (-1081)))) (-1542 (*1 *1 *2 *3) (-12 (-5 *2 (-1058 (-866 (-560)))) (-5 *3 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *4)))) (-4 *4 (-1081)) (-5 *1 (-609 *4)))) (-2917 (*1 *2 *1) (-12 (-5 *2 (-1058 (-866 (-560)))) (-5 *1 (-609 *3)) (-4 *3 (-1081)))) (-2101 (*1 *2 *1) (-12 (-5 *2 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *3)))) (-5 *1 (-609 *3)) (-4 *3 (-1081)))) (-1577 (*1 *1 *2) (-12 (-5 *2 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *3)))) (-4 *3 (-1081)) (-5 *1 (-609 *3)))) (-2647 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-560))) (-4 *3 (-1081)) (-5 *1 (-609 *3)))) (-1934 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-114)) (-5 *1 (-609 *3)) (-4 *3 (-1081)))) (-3115 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-1081)))) (-2904 (*1 *1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-1081)))) (-2405 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *6)))) (-5 *4 (-1058 (-866 (-560)))) (-5 *5 (-1209)) (-5 *7 (-421 (-560))) (-4 *6 (-1081)) (-5 *2 (-888)) (-5 *1 (-609 *6)))) (-3671 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-2658 (*1 *1 *1 *2) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-3031 (*1 *1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-609 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1081)))) (-2739 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-1463 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-4037 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-1590 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-2880 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-2879 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-2495 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-1422 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-2411 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-2892 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-1882 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-4090 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-4041 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-4164 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-3354 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-1546 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-4206 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-1451 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-4230 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-3087 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-4202 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-1771 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-2141 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-4025 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-2427 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))) (-1564 (*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(-13 (-1278 |#1| (-560)) (-10 -8 (-15 -1542 ($ (-1058 (-866 (-560))) (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))))) (-15 -2917 ((-1058 (-866 (-560))) $)) (-15 -2101 ((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $)) (-15 -1577 ($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))))) (-15 -3060 ((-114) $)) (-15 -2647 ($ (-1 |#1| (-560)) $)) (-15 -1934 ((-3 $ "failed") $ $ (-114))) (-15 -3115 ($ $)) (-15 -2904 ($ $ $)) (-15 -2405 ((-888) (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) (-1058 (-866 (-560))) (-1209) |#1| (-421 (-560)))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $)) (-15 -2658 ($ $ |#1|)) (-15 -3031 ($ $ (-421 (-560)))) (-15 -2739 ($ $)) (-15 -1463 ($ $)) (-15 -4037 ($ $)) (-15 -1590 ($ $)) (-15 -2880 ($ $)) (-15 -2879 ($ $)) (-15 -2495 ($ $)) (-15 -1422 ($ $)) (-15 -2411 ($ $)) (-15 -2892 ($ $)) (-15 -1882 ($ $)) (-15 -4090 ($ $)) (-15 -4041 ($ $)) (-15 -4164 ($ $)) (-15 -3354 ($ $)) (-15 -1546 ($ $)) (-15 -4206 ($ $)) (-15 -1451 ($ $)) (-15 -4230 ($ $)) (-15 -3087 ($ $)) (-15 -4202 ($ $)) (-15 -1771 ($ $)) (-15 -2141 ($ $)) (-15 -4025 ($ $)) (-15 -2427 ($ $)) (-15 -1564 ($ $))) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 63 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-1577 (($ (-1187 |#1|)) 9 T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) 44 T ELT)) (-2512 (((-114) $) 56 T ELT)) (-2918 (((-793) $) 61 T ELT) (((-793) $ (-793)) 60 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) 46 (|has| |#1| (-571)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-1187 |#1|) $) 25 T ELT)) (-3103 (((-793)) 55 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) 10 T CONST)) (-2983 (($) 14 T CONST)) (-2478 (((-114) $ $) 24 T ELT)) (-2581 (($ $) 32 T ELT) (($ $ $) 16 T ELT)) (-2571 (($ $ $) 27 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 53 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 36 T ELT) (($ $ $) 30 T ELT) (($ $ |#1|) 40 T ELT) (($ |#1| $) 39 T ELT) (($ $ (-560)) 38 T ELT)))
+(((-610 |#1|) (-13 (-1081) (-111 |#1| |#1|) (-10 -8 (-15 -1551 ((-1187 |#1|) $)) (-15 -1577 ($ (-1187 |#1|))) (-15 -2512 ((-114) $)) (-15 -2918 ((-793) $)) (-15 -2918 ((-793) $ (-793))) (-15 * ($ $ (-560))) (IF (|has| |#1| (-571)) (-6 (-571)) |%noBranch|))) (-1081)) (T -610))
+((-1551 (*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-610 *3)) (-4 *3 (-1081)))) (-1577 (*1 *1 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-610 *3)))) (-2512 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-610 *3)) (-4 *3 (-1081)))) (-2918 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-610 *3)) (-4 *3 (-1081)))) (-2918 (*1 *2 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-610 *3)) (-4 *3 (-1081)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-610 *3)) (-4 *3 (-1081)))))
+(-13 (-1081) (-111 |#1| |#1|) (-10 -8 (-15 -1551 ((-1187 |#1|) $)) (-15 -1577 ($ (-1187 |#1|))) (-15 -2512 ((-114) $)) (-15 -2918 ((-793) $)) (-15 -2918 ((-793) $ (-793))) (-15 * ($ $ (-560))) (IF (|has| |#1| (-571)) (-6 (-571)) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3165 (($) 8 T CONST)) (-3678 (($) 7 T CONST)) (-2725 (($ $ (-663 $)) 16 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1336 (($) 6 T CONST)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-1214)) 15 T ELT) (((-1214) $) 10 T ELT)) (-4412 (($) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-611) (-13 (-1133) (-504 (-1214)) (-10 -8 (-15 -1336 ($) -2292) (-15 -3678 ($) -2292) (-15 -3165 ($) -2292) (-15 -4412 ($) -2292) (-15 -2725 ($ $ (-663 $)))))) (T -611))
+((-1336 (*1 *1) (-5 *1 (-611))) (-3678 (*1 *1) (-5 *1 (-611))) (-3165 (*1 *1) (-5 *1 (-611))) (-4412 (*1 *1) (-5 *1 (-611))) (-2725 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-611))) (-5 *1 (-611)))))
+(-13 (-1133) (-504 (-1214)) (-10 -8 (-15 -1336 ($) -2292) (-15 -3678 ($) -2292) (-15 -3165 ($) -2292) (-15 -4412 ($) -2292) (-15 -2725 ($ $ (-663 $)))))
+((-1793 (((-615 |#2|) (-1 |#2| |#1|) (-615 |#1|)) 15 T ELT)))
+(((-612 |#1| |#2|) (-13 (-1249) (-10 -7 (-15 -1793 ((-615 |#2|) (-1 |#2| |#1|) (-615 |#1|))))) (-1249) (-1249)) (T -612))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-615 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-615 *6)) (-5 *1 (-612 *5 *6)))))
+(-13 (-1249) (-10 -7 (-15 -1793 ((-615 |#2|) (-1 |#2| |#1|) (-615 |#1|)))))
+((-1793 (((-1187 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-1187 |#2|)) 20 T ELT) (((-1187 |#3|) (-1 |#3| |#1| |#2|) (-1187 |#1|) (-615 |#2|)) 19 T ELT) (((-615 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-615 |#2|)) 18 T ELT)))
+(((-613 |#1| |#2| |#3|) (-10 -7 (-15 -1793 ((-615 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-615 |#2|))) (-15 -1793 ((-1187 |#3|) (-1 |#3| |#1| |#2|) (-1187 |#1|) (-615 |#2|))) (-15 -1793 ((-1187 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-1187 |#2|)))) (-1249) (-1249) (-1249)) (T -613))
+((-1793 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-615 *6)) (-5 *5 (-1187 *7)) (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-1187 *8)) (-5 *1 (-613 *6 *7 *8)))) (-1793 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1187 *6)) (-5 *5 (-615 *7)) (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-1187 *8)) (-5 *1 (-613 *6 *7 *8)))) (-1793 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-615 *6)) (-5 *5 (-615 *7)) (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-615 *8)) (-5 *1 (-613 *6 *7 *8)))))
+(-10 -7 (-15 -1793 ((-615 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-615 |#2|))) (-15 -1793 ((-1187 |#3|) (-1 |#3| |#1| |#2|) (-1187 |#1|) (-615 |#2|))) (-15 -1793 ((-1187 |#3|) (-1 |#3| |#1| |#2|) (-615 |#1|) (-1187 |#2|))))
+((-2490 ((|#3| |#3| (-663 (-630 |#3|)) (-663 (-1209))) 57 T ELT)) (-1936 (((-171 |#2|) |#3|) 122 T ELT)) (-4465 ((|#3| (-171 |#2|)) 46 T ELT)) (-1364 ((|#2| |#3|) 21 T ELT)) (-4267 ((|#3| |#2|) 35 T ELT)))
+(((-614 |#1| |#2| |#3|) (-10 -7 (-15 -4465 (|#3| (-171 |#2|))) (-15 -1364 (|#2| |#3|)) (-15 -4267 (|#3| |#2|)) (-15 -1936 ((-171 |#2|) |#3|)) (-15 -2490 (|#3| |#3| (-663 (-630 |#3|)) (-663 (-1209))))) (-571) (-13 (-435 |#1|) (-1034) (-1235)) (-13 (-435 (-171 |#1|)) (-1034) (-1235))) (T -614))
+((-2490 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-663 (-630 *2))) (-5 *4 (-663 (-1209))) (-4 *2 (-13 (-435 (-171 *5)) (-1034) (-1235))) (-4 *5 (-571)) (-5 *1 (-614 *5 *6 *2)) (-4 *6 (-13 (-435 *5) (-1034) (-1235))))) (-1936 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-171 *5)) (-5 *1 (-614 *4 *5 *3)) (-4 *5 (-13 (-435 *4) (-1034) (-1235))) (-4 *3 (-13 (-435 (-171 *4)) (-1034) (-1235))))) (-4267 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *2 (-13 (-435 (-171 *4)) (-1034) (-1235))) (-5 *1 (-614 *4 *3 *2)) (-4 *3 (-13 (-435 *4) (-1034) (-1235))))) (-1364 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *2 (-13 (-435 *4) (-1034) (-1235))) (-5 *1 (-614 *4 *2 *3)) (-4 *3 (-13 (-435 (-171 *4)) (-1034) (-1235))))) (-4465 (*1 *2 *3) (-12 (-5 *3 (-171 *5)) (-4 *5 (-13 (-435 *4) (-1034) (-1235))) (-4 *4 (-571)) (-4 *2 (-13 (-435 (-171 *4)) (-1034) (-1235))) (-5 *1 (-614 *4 *5 *2)))))
+(-10 -7 (-15 -4465 (|#3| (-171 |#2|))) (-15 -1364 (|#2| |#3|)) (-15 -4267 (|#3| |#2|)) (-15 -1936 ((-171 |#2|) |#3|)) (-15 -2490 (|#3| |#3| (-663 (-630 |#3|)) (-663 (-1209)))))
+((-3797 (($ (-1 (-114) |#1|) $) 19 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 22 T ELT)) (-3736 (($ (-1 |#1| |#1|) |#1|) 11 T ELT)) (-3776 (($ (-1 (-114) |#1|) $) 15 T ELT)) (-3787 (($ (-1 (-114) |#1|) $) 17 T ELT)) (-3845 (((-1187 |#1|) $) 20 T ELT)) (-3834 (((-888) $) 25 T ELT)))
+(((-615 |#1|) (-13 (-632 (-888)) (-10 -8 (-15 -1793 ($ (-1 |#1| |#1|) $)) (-15 -3776 ($ (-1 (-114) |#1|) $)) (-15 -3787 ($ (-1 (-114) |#1|) $)) (-15 -3797 ($ (-1 (-114) |#1|) $)) (-15 -3736 ($ (-1 |#1| |#1|) |#1|)) (-15 -3845 ((-1187 |#1|) $)))) (-1249)) (T -615))
+((-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3)))) (-3776 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3)))) (-3787 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3)))) (-3797 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3)))) (-3736 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3)))) (-3845 (*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-615 *3)) (-4 *3 (-1249)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -1793 ($ (-1 |#1| |#1|) $)) (-15 -3776 ($ (-1 (-114) |#1|) $)) (-15 -3787 ($ (-1 (-114) |#1|) $)) (-15 -3797 ($ (-1 (-114) |#1|) $)) (-15 -3736 ($ (-1 |#1| |#1|) |#1|)) (-15 -3845 ((-1187 |#1|) $))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4272 (($ (-793)) NIL (|has| |#1| (-23)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4204 (((-711 |#1|) $ $) NIL (|has| |#1| (-1081)) ELT)) (-4446 (($ (-793) |#1|) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3166 ((|#1| $) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1081))) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3970 ((|#1| $) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1081))) ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-4287 ((|#1| $ $) NIL (|has| |#1| (-1081)) ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-2827 (($ $ $) NIL (|has| |#1| (-1081)) ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) NIL T ELT)) (-2465 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2581 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-2571 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-560) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-748)) ELT) (($ $ |#1|) NIL (|has| |#1| (-748)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-616 |#1| |#2|) (-1298 |#1|) (-1249) (-560)) (T -616))
+NIL
+(-1298 |#1|)
+((-2507 (((-1305) $ |#2| |#2|) 35 T ELT)) (-3672 ((|#2| $) 23 T ELT)) (-3320 ((|#2| $) 21 T ELT)) (-2173 (($ (-1 |#3| |#3|) $) 32 T ELT)) (-1793 (($ (-1 |#3| |#3|) $) 30 T ELT)) (-1574 ((|#3| $) 26 T ELT)) (-2024 (($ $ |#3|) 33 T ELT)) (-2379 (((-114) |#3| $) 17 T ELT)) (-1570 (((-663 |#3|) $) 15 T ELT)) (-3034 ((|#3| $ |#2| |#3|) 12 T ELT) ((|#3| $ |#2|) NIL T ELT)))
+(((-617 |#1| |#2| |#3|) (-10 -8 (-15 -2507 ((-1305) |#1| |#2| |#2|)) (-15 -2024 (|#1| |#1| |#3|)) (-15 -1574 (|#3| |#1|)) (-15 -3672 (|#2| |#1|)) (-15 -3320 (|#2| |#1|)) (-15 -2379 ((-114) |#3| |#1|)) (-15 -1570 ((-663 |#3|) |#1|)) (-15 -3034 (|#3| |#1| |#2|)) (-15 -3034 (|#3| |#1| |#2| |#3|)) (-15 -2173 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1793 (|#1| (-1 |#3| |#3|) |#1|))) (-618 |#2| |#3|) (-1133) (-1249)) (T -617))
+NIL
+(-10 -8 (-15 -2507 ((-1305) |#1| |#2| |#2|)) (-15 -2024 (|#1| |#1| |#3|)) (-15 -1574 (|#3| |#1|)) (-15 -3672 (|#2| |#1|)) (-15 -3320 (|#2| |#1|)) (-15 -2379 ((-114) |#3| |#1|)) (-15 -1570 ((-663 |#3|) |#1|)) (-15 -3034 (|#3| |#1| |#2|)) (-15 -3034 (|#3| |#1| |#2| |#3|)) (-15 -2173 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1793 (|#1| (-1 |#3| |#3|) |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#2| (-102)) ELT)) (-2507 (((-1305) $ |#1| |#1|) 47 (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#2| $ |#1| |#2|) 59 (|has| $ (-6 -4511)) ELT)) (-4489 (($) 7 T CONST)) (-2186 ((|#2| $ |#1| |#2|) 60 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) 58 T ELT)) (-3086 (((-663 |#2|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 ((|#1| $) 50 (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#2|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#2| $) 30 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 ((|#1| $) 51 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#2| |#2|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#2| |#2|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#2| (-1133)) ELT)) (-3444 (((-663 |#1|) $) 53 T ELT)) (-2679 (((-114) |#1| $) 54 T ELT)) (-1473 (((-1152) $) 24 (|has| |#2| (-1133)) ELT)) (-1574 ((|#2| $) 49 (|has| |#1| (-872)) ELT)) (-2024 (($ $ |#2|) 48 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#2|))) 29 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) 28 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) 27 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 26 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#2| $) 52 (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#2| $ |#1| |#2|) 57 T ELT) ((|#2| $ |#1|) 56 T ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#2| $) 31 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#2| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#2| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#2| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-618 |#1| |#2|) (-142) (-1133) (-1249)) (T -618))
+((-1570 (*1 *2 *1) (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1249)) (-5 *2 (-663 *4)))) (-2679 (*1 *2 *3 *1) (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1249)) (-5 *2 (-114)))) (-3444 (*1 *2 *1) (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1249)) (-5 *2 (-663 *3)))) (-2379 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-618 *4 *3)) (-4 *4 (-1133)) (-4 *3 (-1249)) (-4 *3 (-1133)) (-5 *2 (-114)))) (-3320 (*1 *2 *1) (-12 (-4 *1 (-618 *2 *3)) (-4 *3 (-1249)) (-4 *2 (-1133)) (-4 *2 (-872)))) (-3672 (*1 *2 *1) (-12 (-4 *1 (-618 *2 *3)) (-4 *3 (-1249)) (-4 *2 (-1133)) (-4 *2 (-872)))) (-1574 (*1 *2 *1) (-12 (-4 *1 (-618 *3 *2)) (-4 *3 (-1133)) (-4 *3 (-872)) (-4 *2 (-1249)))) (-2024 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-618 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1249)))) (-2507 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-618 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1249)) (-5 *2 (-1305)))))
+(-13 (-503 |t#2|) (-300 |t#1| |t#2|) (-10 -8 (-15 -1570 ((-663 |t#2|) $)) (-15 -2679 ((-114) |t#1| $)) (-15 -3444 ((-663 |t#1|) $)) (IF (|has| |t#2| (-1133)) (IF (|has| $ (-6 -4510)) (-15 -2379 ((-114) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-872)) (PROGN (-15 -3320 (|t#1| $)) (-15 -3672 (|t#1| $)) (-15 -1574 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4511)) (PROGN (-15 -2024 ($ $ |t#2|)) (-15 -2507 ((-1305) $ |t#1| |t#1|))) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#2| (-1133)) (|has| |#2| (-102))) ((-632 (-888)) -2309 (|has| |#2| (-1133)) (|has| |#2| (-632 (-888)))) ((-298 |#1| |#2|) . T) ((-300 |#1| |#2|) . T) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-503 |#2|) . T) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-1133) |has| |#2| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT) (((-1250) $) 14 T ELT) (($ (-663 (-1250))) 13 T ELT)) (-2373 (((-663 (-1250)) $) 10 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-619) (-13 (-1115) (-632 (-1250)) (-10 -8 (-15 -3834 ($ (-663 (-1250)))) (-15 -2373 ((-663 (-1250)) $))))) (T -619))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-619)))) (-2373 (*1 *2 *1) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-619)))))
+(-13 (-1115) (-632 (-1250)) (-10 -8 (-15 -3834 ($ (-663 (-1250)))) (-15 -2373 ((-663 (-1250)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3072 (((-3 $ "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3774 (((-1299 (-711 |#1|))) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1299 (-711 |#1|)) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2987 (((-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4489 (($) NIL T CONST)) (-1493 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3984 (((-3 $ "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3662 (((-711 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1608 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3428 (((-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) $ (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2990 (((-3 $ "failed") $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2560 (((-1203 (-976 |#1|))) NIL (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-376))) ELT)) (-2768 (($ $ (-949)) NIL T ELT)) (-4120 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2545 (((-1203 |#1|) $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4101 ((|#1|) NIL (|has| |#2| (-432 |#1|)) ELT) ((|#1| (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1509 (((-1203 |#1|) $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3649 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4402 (($ (-1299 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (($ (-1299 |#1|) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2167 (((-3 $ "failed") $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-1486 (((-949)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4225 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3676 (($ $ (-949)) NIL T ELT)) (-2040 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2548 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3901 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1635 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2552 (((-3 $ "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-1367 (((-711 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3299 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3174 (((-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) $ (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4141 (((-3 $ "failed") $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4460 (((-1203 (-976 |#1|))) NIL (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-376))) ELT)) (-4092 (($ $ (-949)) NIL T ELT)) (-3977 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4381 (((-1203 |#1|) $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4014 ((|#1|) NIL (|has| |#2| (-432 |#1|)) ELT) ((|#1| (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2155 (((-1203 |#1|) $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2450 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1481 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1933 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3067 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1513 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3034 ((|#1| $ (-560)) NIL (|has| |#2| (-432 |#1|)) ELT)) (-3084 (((-711 |#1|) (-1299 $)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1299 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1299 $) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT) (((-1299 |#1|) $ (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1830 (($ (-1299 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1299 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT)) (-3658 (((-663 (-976 |#1|))) NIL (|has| |#2| (-432 |#1|)) ELT) (((-663 (-976 |#1|)) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3923 (($ $ $) NIL T ELT)) (-2127 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3834 (((-888) $) NIL T ELT) ((|#2| $) 21 T ELT) (($ |#2|) 22 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL (|has| |#2| (-432 |#1|)) ELT)) (-1565 (((-663 (-1299 |#1|))) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3121 (($ $ $ $) NIL T ELT)) (-3757 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1560 (($ (-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT)) (-3260 (($ $ $) NIL T ELT)) (-3270 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1381 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3386 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2971 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) 24 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 20 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-620 |#1| |#2|) (-13 (-766 |#1|) (-632 |#2|) (-10 -8 (-15 -3834 ($ |#2|)) (IF (|has| |#2| (-432 |#1|)) (-6 (-432 |#1|)) |%noBranch|) (IF (|has| |#2| (-380 |#1|)) (-6 (-380 |#1|)) |%noBranch|))) (-175) (-766 |#1|)) (T -620))
+((-3834 (*1 *1 *2) (-12 (-4 *3 (-175)) (-5 *1 (-620 *3 *2)) (-4 *2 (-766 *3)))))
+(-13 (-766 |#1|) (-632 |#2|) (-10 -8 (-15 -3834 ($ |#2|)) (IF (|has| |#2| (-432 |#1|)) (-6 (-432 |#1|)) |%noBranch|) (IF (|has| |#2| (-380 |#1|)) (-6 (-380 |#1|)) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-130)) 6 T ELT) (((-130) $) 7 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-621) (-13 (-1133) (-504 (-130)))) (T -621))
+NIL
+(-13 (-1133) (-504 (-130)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2298 (($) 12 T CONST)) (-1395 (($) 10 T CONST)) (-2159 (($) 13 T CONST)) (-3988 (($) 11 T CONST)) (-2616 (($) 14 T CONST)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-622) (-13 (-1133) (-684) (-10 -8 (-15 -1395 ($) -2292) (-15 -3988 ($) -2292) (-15 -2298 ($) -2292) (-15 -2159 ($) -2292) (-15 -2616 ($) -2292)))) (T -622))
+((-1395 (*1 *1) (-5 *1 (-622))) (-3988 (*1 *1) (-5 *1 (-622))) (-2298 (*1 *1) (-5 *1 (-622))) (-2159 (*1 *1) (-5 *1 (-622))) (-2616 (*1 *1) (-5 *1 (-622))))
+(-13 (-1133) (-684) (-10 -8 (-15 -1395 ($) -2292) (-15 -3988 ($) -2292) (-15 -2298 ($) -2292) (-15 -2159 ($) -2292) (-15 -2616 ($) -2292)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3875 (($) 11 T CONST)) (-3339 (($) 17 T CONST)) (-4094 (($) 21 T CONST)) (-2965 (($) 19 T CONST)) (-2913 (($) 14 T CONST)) (-3146 (($) 20 T CONST)) (-3561 (($) 12 T CONST)) (-2263 (($) 13 T CONST)) (-4387 (($) 18 T CONST)) (-4000 (($) 15 T CONST)) (-3570 (($) 16 T CONST)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (((-130) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-623) (-13 (-1133) (-632 (-130)) (-10 -8 (-15 -3875 ($) -2292) (-15 -3561 ($) -2292) (-15 -2263 ($) -2292) (-15 -2913 ($) -2292) (-15 -4000 ($) -2292) (-15 -3570 ($) -2292) (-15 -3339 ($) -2292) (-15 -4387 ($) -2292) (-15 -2965 ($) -2292) (-15 -3146 ($) -2292) (-15 -4094 ($) -2292)))) (T -623))
+((-3875 (*1 *1) (-5 *1 (-623))) (-3561 (*1 *1) (-5 *1 (-623))) (-2263 (*1 *1) (-5 *1 (-623))) (-2913 (*1 *1) (-5 *1 (-623))) (-4000 (*1 *1) (-5 *1 (-623))) (-3570 (*1 *1) (-5 *1 (-623))) (-3339 (*1 *1) (-5 *1 (-623))) (-4387 (*1 *1) (-5 *1 (-623))) (-2965 (*1 *1) (-5 *1 (-623))) (-3146 (*1 *1) (-5 *1 (-623))) (-4094 (*1 *1) (-5 *1 (-623))))
+(-13 (-1133) (-632 (-130)) (-10 -8 (-15 -3875 ($) -2292) (-15 -3561 ($) -2292) (-15 -2263 ($) -2292) (-15 -2913 ($) -2292) (-15 -4000 ($) -2292) (-15 -3570 ($) -2292) (-15 -3339 ($) -2292) (-15 -4387 ($) -2292) (-15 -2965 ($) -2292) (-15 -3146 ($) -2292) (-15 -4094 ($) -2292)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2864 (($) 15 T CONST)) (-4365 (($) 16 T CONST)) (-1948 (($) 13 T CONST)) (-1395 (($) 10 T CONST)) (-1678 (($) 12 T CONST)) (-3153 (($) 11 T CONST)) (-3988 (($) 14 T CONST)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-624) (-13 (-1133) (-684) (-10 -8 (-15 -1395 ($) -2292) (-15 -3153 ($) -2292) (-15 -1678 ($) -2292) (-15 -1948 ($) -2292) (-15 -3988 ($) -2292) (-15 -2864 ($) -2292) (-15 -4365 ($) -2292)))) (T -624))
+((-1395 (*1 *1) (-5 *1 (-624))) (-3153 (*1 *1) (-5 *1 (-624))) (-1678 (*1 *1) (-5 *1 (-624))) (-1948 (*1 *1) (-5 *1 (-624))) (-3988 (*1 *1) (-5 *1 (-624))) (-2864 (*1 *1) (-5 *1 (-624))) (-4365 (*1 *1) (-5 *1 (-624))))
+(-13 (-1133) (-684) (-10 -8 (-15 -1395 ($) -2292) (-15 -3153 ($) -2292) (-15 -1678 ($) -2292) (-15 -1948 ($) -2292) (-15 -3988 ($) -2292) (-15 -2864 ($) -2292) (-15 -4365 ($) -2292)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4462 (($) 15 T CONST)) (-2025 (($) 18 T CONST)) (-1948 (($) 13 T CONST)) (-1395 (($) 10 T CONST)) (-1678 (($) 12 T CONST)) (-3153 (($) 11 T CONST)) (-4156 (($) 16 T CONST)) (-3988 (($) 14 T CONST)) (-2616 (($) 17 T CONST)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-625) (-13 (-1133) (-684) (-10 -8 (-15 -1395 ($) -2292) (-15 -3153 ($) -2292) (-15 -1678 ($) -2292) (-15 -1948 ($) -2292) (-15 -3988 ($) -2292) (-15 -4462 ($) -2292) (-15 -4156 ($) -2292) (-15 -2616 ($) -2292) (-15 -2025 ($) -2292)))) (T -625))
+((-1395 (*1 *1) (-5 *1 (-625))) (-3153 (*1 *1) (-5 *1 (-625))) (-1678 (*1 *1) (-5 *1 (-625))) (-1948 (*1 *1) (-5 *1 (-625))) (-3988 (*1 *1) (-5 *1 (-625))) (-4462 (*1 *1) (-5 *1 (-625))) (-4156 (*1 *1) (-5 *1 (-625))) (-2616 (*1 *1) (-5 *1 (-625))) (-2025 (*1 *1) (-5 *1 (-625))))
+(-13 (-1133) (-684) (-10 -8 (-15 -1395 ($) -2292) (-15 -3153 ($) -2292) (-15 -1678 ($) -2292) (-15 -1948 ($) -2292) (-15 -3988 ($) -2292) (-15 -4462 ($) -2292) (-15 -4156 ($) -2292) (-15 -2616 ($) -2292) (-15 -2025 ($) -2292)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 19 T ELT) (($ (-621)) 12 T ELT) (((-621) $) 11 T ELT) (($ (-130)) NIL T ELT) (((-130) $) 14 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-626) (-13 (-1133) (-504 (-621)) (-504 (-130)))) (T -626))
+NIL
+(-13 (-1133) (-504 (-621)) (-504 (-130)))
+((-3808 (((-114) $ $) NIL T ELT)) (-4363 (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) 40 T ELT)) (-4432 (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL T ELT) (($) NIL T ELT)) (-2507 (((-1305) $ (-1191) (-1191)) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-1191) |#1|) 50 T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#1| "failed") (-1191) $) 53 T ELT)) (-4489 (($) NIL T CONST)) (-2841 (($ $ (-1191)) 25 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT)) (-1851 (((-3 |#1| "failed") (-1191) $) 54 T ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3513 (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT)) (-1995 (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT)) (-2893 (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) 39 T ELT)) (-2186 ((|#1| $ (-1191) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-1191)) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1430 (($ $) 55 T ELT)) (-4376 (($ (-402)) 23 T ELT) (($ (-402) (-1191)) 22 T ELT)) (-2187 (((-402) $) 41 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-1191) $) NIL (|has| (-1191) (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (((-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT)) (-3320 (((-1191) $) NIL (|has| (-1191) (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2791 (((-663 (-1191)) $) 46 T ELT)) (-1410 (((-114) (-1191) $) NIL T ELT)) (-1630 (((-1191) $) 42 T ELT)) (-3471 (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL T ELT)) (-3444 (((-663 (-1191)) $) NIL T ELT)) (-2679 (((-114) (-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 ((|#1| $) NIL (|has| (-1191) (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) "failed") (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (($ $ (-663 (-305 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 44 T ELT)) (-3034 ((|#1| $ (-1191) |#1|) NIL T ELT) ((|#1| $ (-1191)) 49 T ELT)) (-2389 (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL T ELT) (($) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (((-793) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (((-793) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL T ELT)) (-3834 (((-888) $) 21 T ELT)) (-4423 (($ $) 26 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-1619 (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 20 T ELT)) (-3819 (((-793) $) 48 (|has| $ (-6 -4510)) ELT)))
+(((-627 |#1|) (-13 (-378 (-402) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) (-1226 (-1191) |#1|) (-10 -8 (-6 -4510) (-15 -1430 ($ $)))) (-1133)) (T -627))
+((-1430 (*1 *1 *1) (-12 (-5 *1 (-627 *2)) (-4 *2 (-1133)))))
+(-13 (-378 (-402) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) (-1226 (-1191) |#1|) (-10 -8 (-6 -4510) (-15 -1430 ($ $))))
+((-3243 (((-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) $) 16 T ELT)) (-2791 (((-663 |#2|) $) 20 T ELT)) (-1410 (((-114) |#2| $) 12 T ELT)))
+(((-628 |#1| |#2| |#3|) (-10 -8 (-15 -2791 ((-663 |#2|) |#1|)) (-15 -1410 ((-114) |#2| |#1|)) (-15 -3243 ((-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|))) (-629 |#2| |#3|) (-1133) (-1133)) (T -628))
+NIL
+(-10 -8 (-15 -2791 ((-663 |#2|) |#1|)) (-15 -1410 ((-114) |#2| |#1|)) (-15 -3243 ((-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)))
+((-3808 (((-114) $ $) 22 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 52 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 62 (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#2| "failed") |#1| $) 68 T ELT)) (-4489 (($) 7 T CONST)) (-4154 (($ $) 65 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 53 (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) 69 T ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 64 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 61 (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 63 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 60 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 59 (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 30 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-2791 (((-663 |#1|) $) 70 T ELT)) (-1410 (((-114) |#1| $) 71 T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 46 T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 47 T ELT)) (-1473 (((-1152) $) 24 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 58 T ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 48 T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) 29 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 28 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 27 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 26 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 55 T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 31 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 57 T ELT)) (-3834 (((-888) $) 20 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 49 T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-629 |#1| |#2|) (-142) (-1133) (-1133)) (T -629))
+((-1410 (*1 *2 *3 *1) (-12 (-4 *1 (-629 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-5 *2 (-114)))) (-2791 (*1 *2 *1) (-12 (-4 *1 (-629 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-5 *2 (-663 *3)))) (-1851 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-629 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))) (-2199 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-629 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))))
+(-13 (-233 (-2 (|:| -1919 |t#1|) (|:| -3529 |t#2|))) (-10 -8 (-15 -1410 ((-114) |t#1| $)) (-15 -2791 ((-663 |t#1|) $)) (-15 -1851 ((-3 |t#2| "failed") |t#1| $)) (-15 -2199 ((-3 |t#2| "failed") |t#1| $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T) ((-102) -2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ((-632 (-888)) -2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888)))) ((-153 #0#) . T) ((-633 (-549)) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ((-233 #0#) . T) ((-242 #0#) . T) ((-321 #0#) -12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ((-503 #0#) . T) ((-528 #0# #0#) -12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ((-1133) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3293 (((-3 (-1209) "failed") $) 46 T ELT)) (-2992 (((-1305) $ (-793)) 22 T ELT)) (-3817 (((-793) $) 20 T ELT)) (-2504 (((-115) $) 9 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3199 (($ (-115) (-663 |#1|) (-793)) 32 T ELT) (($ (-1209)) 33 T ELT)) (-2820 (((-114) $ (-115)) 15 T ELT) (((-114) $ (-1209)) 13 T ELT)) (-3886 (((-793) $) 17 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1830 (((-916 (-560)) $) 95 (|has| |#1| (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) 102 (|has| |#1| (-633 (-916 (-391)))) ELT) (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-3834 (((-888) $) 72 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2293 (((-663 |#1|) $) 19 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 51 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 53 T ELT)))
+(((-630 |#1|) (-13 (-134) (-872) (-910 |#1|) (-10 -8 (-15 -2504 ((-115) $)) (-15 -2293 ((-663 |#1|) $)) (-15 -3886 ((-793) $)) (-15 -3199 ($ (-115) (-663 |#1|) (-793))) (-15 -3199 ($ (-1209))) (-15 -3293 ((-3 (-1209) "failed") $)) (-15 -2820 ((-114) $ (-115))) (-15 -2820 ((-114) $ (-1209))) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|))) (-1133)) (T -630))
+((-2504 (*1 *2 *1) (-12 (-5 *2 (-115)) (-5 *1 (-630 *3)) (-4 *3 (-1133)))) (-2293 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-630 *3)) (-4 *3 (-1133)))) (-3886 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-630 *3)) (-4 *3 (-1133)))) (-3199 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-115)) (-5 *3 (-663 *5)) (-5 *4 (-793)) (-4 *5 (-1133)) (-5 *1 (-630 *5)))) (-3199 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-630 *3)) (-4 *3 (-1133)))) (-3293 (*1 *2 *1) (|partial| -12 (-5 *2 (-1209)) (-5 *1 (-630 *3)) (-4 *3 (-1133)))) (-2820 (*1 *2 *1 *3) (-12 (-5 *3 (-115)) (-5 *2 (-114)) (-5 *1 (-630 *4)) (-4 *4 (-1133)))) (-2820 (*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-114)) (-5 *1 (-630 *4)) (-4 *4 (-1133)))))
+(-13 (-134) (-872) (-910 |#1|) (-10 -8 (-15 -2504 ((-115) $)) (-15 -2293 ((-663 |#1|) $)) (-15 -3886 ((-793) $)) (-15 -3199 ($ (-115) (-663 |#1|) (-793))) (-15 -3199 ($ (-1209))) (-15 -3293 ((-3 (-1209) "failed") $)) (-15 -2820 ((-114) $ (-115))) (-15 -2820 ((-114) $ (-1209))) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|)))
+((-4194 (((-630 |#2|) |#1|) 17 T ELT)) (-2270 (((-3 |#1| "failed") (-630 |#2|)) 21 T ELT)))
+(((-631 |#1| |#2|) (-10 -7 (-15 -4194 ((-630 |#2|) |#1|)) (-15 -2270 ((-3 |#1| "failed") (-630 |#2|)))) (-1133) (-1133)) (T -631))
+((-2270 (*1 *2 *3) (|partial| -12 (-5 *3 (-630 *4)) (-4 *4 (-1133)) (-4 *2 (-1133)) (-5 *1 (-631 *2 *4)))) (-4194 (*1 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *1 (-631 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))))
+(-10 -7 (-15 -4194 ((-630 |#2|) |#1|)) (-15 -2270 ((-3 |#1| "failed") (-630 |#2|))))
+((-3834 ((|#1| $) 6 T ELT)))
+(((-632 |#1|) (-142) (-1249)) (T -632))
+((-3834 (*1 *2 *1) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1249)))))
+(-13 (-10 -8 (-15 -3834 (|t#1| $))))
+((-1830 ((|#1| $) 6 T ELT)))
+(((-633 |#1|) (-142) (-1249)) (T -633))
+((-1830 (*1 *2 *1) (-12 (-4 *1 (-633 *2)) (-4 *2 (-1249)))))
+(-13 (-10 -8 (-15 -1830 (|t#1| $))))
+((-4004 (((-3 (-1203 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 (-419 |#2|) |#2|)) 15 T ELT) (((-3 (-1203 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|)) 16 T ELT)))
+(((-634 |#1| |#2|) (-10 -7 (-15 -4004 ((-3 (-1203 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|))) (-15 -4004 ((-3 (-1203 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 (-419 |#2|) |#2|)))) (-13 (-149) (-27) (-1070 (-560)) (-1070 (-421 (-560)))) (-1275 |#1|)) (T -634))
+((-4004 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-149) (-27) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-1203 (-421 *6))) (-5 *1 (-634 *5 *6)) (-5 *3 (-421 *6)))) (-4004 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-149) (-27) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *5 (-1275 *4)) (-5 *2 (-1203 (-421 *5))) (-5 *1 (-634 *4 *5)) (-5 *3 (-421 *5)))))
+(-10 -7 (-15 -4004 ((-3 (-1203 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|))) (-15 -4004 ((-3 (-1203 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 (-419 |#2|) |#2|))))
+((-3834 (($ |#1|) 6 T ELT)))
+(((-635 |#1|) (-142) (-1249)) (T -635))
+((-3834 (*1 *1 *2) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1249)))))
+(-13 (-10 -8 (-15 -3834 ($ |t#1|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-3437 (($) 14 T CONST)) (-1767 (($) 15 T CONST)) (-2936 (($ $ $) 29 T ELT)) (-2912 (($ $) 27 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2718 (($ $ $) 30 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3140 (($) 11 T CONST)) (-2259 (($ $ $) 31 T ELT)) (-3834 (((-888) $) 35 T ELT)) (-2960 (((-114) $ (|[\|\|]| -3140)) 24 T ELT) (((-114) $ (|[\|\|]| -3437)) 26 T ELT) (((-114) $ (|[\|\|]| -1767)) 21 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2925 (($ $ $) 28 T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2478 (((-114) $ $) 18 T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-636) (-13 (-999) (-10 -8 (-15 -3437 ($) -2292) (-15 -2960 ((-114) $ (|[\|\|]| -3140))) (-15 -2960 ((-114) $ (|[\|\|]| -3437))) (-15 -2960 ((-114) $ (|[\|\|]| -1767)))))) (T -636))
+((-3437 (*1 *1) (-5 *1 (-636))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3140)) (-5 *2 (-114)) (-5 *1 (-636)))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3437)) (-5 *2 (-114)) (-5 *1 (-636)))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -1767)) (-5 *2 (-114)) (-5 *1 (-636)))))
+(-13 (-999) (-10 -8 (-15 -3437 ($) -2292) (-15 -2960 ((-114) $ (|[\|\|]| -3140))) (-15 -2960 ((-114) $ (|[\|\|]| -3437))) (-15 -2960 ((-114) $ (|[\|\|]| -1767)))))
+((-1830 (($ |#1|) 6 T ELT)))
+(((-637 |#1|) (-142) (-1249)) (T -637))
+((-1830 (*1 *1 *2) (-12 (-4 *1 (-637 *2)) (-4 *2 (-1249)))))
+(-13 (-10 -8 (-15 -1830 ($ |t#1|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| |#1| (-871)) ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3125 ((|#1| $) 13 T ELT)) (-1501 (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3138 ((|#3| $) 15 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT)) (-3103 (((-793)) 20 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL (|has| |#1| (-871)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) 12 T CONST)) (-2537 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2594 (($ $ |#3|) NIL T ELT) (($ |#1| |#3|) 11 T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 17 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
+(((-638 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-871)) (-6 (-871)) |%noBranch|) (-15 -2594 ($ $ |#3|)) (-15 -2594 ($ |#1| |#3|)) (-15 -3125 (|#1| $)) (-15 -3138 (|#3| $)))) (-38 |#2|) (-175) (|SubsetCategory| (-748) |#2|)) (T -638))
+((-2594 (*1 *1 *1 *2) (-12 (-4 *4 (-175)) (-5 *1 (-638 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-748) *4)))) (-2594 (*1 *1 *2 *3) (-12 (-4 *4 (-175)) (-5 *1 (-638 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-748) *4)))) (-3125 (*1 *2 *1) (-12 (-4 *3 (-175)) (-4 *2 (-38 *3)) (-5 *1 (-638 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-748) *3)))) (-3138 (*1 *2 *1) (-12 (-4 *4 (-175)) (-4 *2 (|SubsetCategory| (-748) *4)) (-5 *1 (-638 *3 *4 *2)) (-4 *3 (-38 *4)))))
+(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-871)) (-6 (-871)) |%noBranch|) (-15 -2594 ($ $ |#3|)) (-15 -2594 ($ |#1| |#3|)) (-15 -3125 (|#1| $)) (-15 -3138 (|#3| $))))
+((-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 10 T ELT)))
+(((-639 |#1| |#2|) (-10 -8 (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-640 |#2|) (-1081)) (T -639))
+NIL
+(-10 -8 (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 46 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ |#1| $) 47 T ELT)))
+(((-640 |#1|) (-142) (-1081)) (T -640))
+((-3834 (*1 *1 *2) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1081)))))
+(-13 (-1081) (-670 |t#1|) (-10 -8 (-15 -3834 ($ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-748) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3352 ((|#2| |#2| (-1209) (-1209)) 16 T ELT)))
+(((-641 |#1| |#2|) (-10 -7 (-15 -3352 (|#2| |#2| (-1209) (-1209)))) (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))) (-13 (-1235) (-990) (-29 |#1|))) (T -641))
+((-3352 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-641 *4 *2)) (-4 *2 (-13 (-1235) (-990) (-29 *4))))))
+(-10 -7 (-15 -3352 (|#2| |#2| (-1209) (-1209))))
+((-3808 (((-114) $ $) 64 T ELT)) (-3136 (((-114) $) 58 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-4323 ((|#1| $) 55 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-3490 (((-2 (|:| -3556 $) (|:| -2444 (-421 |#2|))) (-421 |#2|)) 111 (|has| |#1| (-376)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 99 T ELT) (((-3 |#2| "failed") $) 95 T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT) ((|#2| $) NIL T ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) 27 T ELT)) (-2167 (((-3 $ "failed") $) 88 T ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2918 (((-560) $) 22 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) 40 T ELT)) (-2682 (($ |#1| (-560)) 24 T ELT)) (-4307 ((|#1| $) 57 T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) 101 (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 116 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3795 (((-3 $ "failed") $ $) 93 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3760 (((-793) $) 115 (|has| |#1| (-376)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 114 (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) 75 T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT)) (-4144 (((-560) $) 38 T ELT)) (-1830 (((-421 |#2|) $) 47 T ELT)) (-3834 (((-888) $) 69 T ELT) (($ (-560)) 35 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) 34 T ELT) (($ |#2|) 25 T ELT)) (-3580 ((|#1| $ (-560)) 72 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 32 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) 9 T CONST)) (-2983 (($) 14 T CONST)) (-3095 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) 21 T ELT)) (-2581 (($ $) 51 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 90 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 49 T ELT)))
+(((-642 |#1| |#2|) (-13 (-234 |#2|) (-571) (-633 (-421 |#2|)) (-426 |#1|) (-1070 |#2|) (-10 -8 (-15 -3060 ((-114) $)) (-15 -4144 ((-560) $)) (-15 -2918 ((-560) $)) (-15 -4328 ($ $)) (-15 -4307 (|#1| $)) (-15 -4323 (|#1| $)) (-15 -3580 (|#1| $ (-560))) (-15 -2682 ($ |#1| (-560))) (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-6 (-319)) (-15 -3490 ((-2 (|:| -3556 $) (|:| -2444 (-421 |#2|))) (-421 |#2|)))) |%noBranch|))) (-571) (-1275 |#1|)) (T -642))
+((-3060 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-114)) (-5 *1 (-642 *3 *4)) (-4 *4 (-1275 *3)))) (-4144 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-560)) (-5 *1 (-642 *3 *4)) (-4 *4 (-1275 *3)))) (-2918 (*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-560)) (-5 *1 (-642 *3 *4)) (-4 *4 (-1275 *3)))) (-4328 (*1 *1 *1) (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1275 *2)))) (-4307 (*1 *2 *1) (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1275 *2)))) (-4323 (*1 *2 *1) (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1275 *2)))) (-3580 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *2 (-571)) (-5 *1 (-642 *2 *4)) (-4 *4 (-1275 *2)))) (-2682 (*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-4 *2 (-571)) (-5 *1 (-642 *2 *4)) (-4 *4 (-1275 *2)))) (-3490 (*1 *2 *3) (-12 (-4 *4 (-376)) (-4 *4 (-571)) (-4 *5 (-1275 *4)) (-5 *2 (-2 (|:| -3556 (-642 *4 *5)) (|:| -2444 (-421 *5)))) (-5 *1 (-642 *4 *5)) (-5 *3 (-421 *5)))))
+(-13 (-234 |#2|) (-571) (-633 (-421 |#2|)) (-426 |#1|) (-1070 |#2|) (-10 -8 (-15 -3060 ((-114) $)) (-15 -4144 ((-560) $)) (-15 -2918 ((-560) $)) (-15 -4328 ($ $)) (-15 -4307 (|#1| $)) (-15 -4323 (|#1| $)) (-15 -3580 (|#1| $ (-560))) (-15 -2682 ($ |#1| (-560))) (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-6 (-319)) (-15 -3490 ((-2 (|:| -3556 $) (|:| -2444 (-421 |#2|))) (-421 |#2|)))) |%noBranch|)))
+((-1387 (((-663 |#6|) (-663 |#4|) (-114)) 54 T ELT)) (-1703 ((|#6| |#6|) 48 T ELT)))
+(((-643 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1703 (|#6| |#6|)) (-15 -1387 ((-663 |#6|) (-663 |#4|) (-114)))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|) (-1141 |#1| |#2| |#3| |#4|)) (T -643))
+((-1387 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 *10)) (-5 *1 (-643 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *10 (-1141 *5 *6 *7 *8)))) (-1703 (*1 *2 *2) (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *1 (-643 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *2 (-1141 *3 *4 *5 *6)))))
+(-10 -7 (-15 -1703 (|#6| |#6|)) (-15 -1387 ((-663 |#6|) (-663 |#4|) (-114))))
+((-4241 (((-114) |#3| (-793) (-663 |#3|)) 29 T ELT)) (-2562 (((-3 (-2 (|:| |polfac| (-663 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-663 (-1203 |#3|)))) "failed") |#3| (-663 (-1203 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1609 (-663 (-2 (|:| |irr| |#4|) (|:| -3225 (-560)))))) (-663 |#3|) (-663 |#1|) (-663 |#3|)) 69 T ELT)))
+(((-644 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4241 ((-114) |#3| (-793) (-663 |#3|))) (-15 -2562 ((-3 (-2 (|:| |polfac| (-663 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-663 (-1203 |#3|)))) "failed") |#3| (-663 (-1203 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1609 (-663 (-2 (|:| |irr| |#4|) (|:| -3225 (-560)))))) (-663 |#3|) (-663 |#1|) (-663 |#3|)))) (-872) (-817) (-319) (-980 |#3| |#2| |#1|)) (T -644))
+((-2562 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -1609 (-663 (-2 (|:| |irr| *10) (|:| -3225 (-560))))))) (-5 *6 (-663 *3)) (-5 *7 (-663 *8)) (-4 *8 (-872)) (-4 *3 (-319)) (-4 *10 (-980 *3 *9 *8)) (-4 *9 (-817)) (-5 *2 (-2 (|:| |polfac| (-663 *10)) (|:| |correct| *3) (|:| |corrfact| (-663 (-1203 *3))))) (-5 *1 (-644 *8 *9 *3 *10)) (-5 *4 (-663 (-1203 *3))))) (-4241 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-793)) (-5 *5 (-663 *3)) (-4 *3 (-319)) (-4 *6 (-872)) (-4 *7 (-817)) (-5 *2 (-114)) (-5 *1 (-644 *6 *7 *3 *8)) (-4 *8 (-980 *3 *7 *6)))))
+(-10 -7 (-15 -4241 ((-114) |#3| (-793) (-663 |#3|))) (-15 -2562 ((-3 (-2 (|:| |polfac| (-663 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-663 (-1203 |#3|)))) "failed") |#3| (-663 (-1203 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1609 (-663 (-2 (|:| |irr| |#4|) (|:| -3225 (-560)))))) (-663 |#3|) (-663 |#1|) (-663 |#3|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3240 (((-1167) $) 11 T ELT)) (-3228 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 17 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-645) (-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1167) $))))) (T -645))
+((-3228 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-645)))) (-3240 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-645)))))
+(-13 (-1115) (-10 -8 (-15 -3228 ((-1167) $)) (-15 -3240 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2516 (((-663 |#1|) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2408 (($ $) 77 T ELT)) (-3343 (((-686 |#1| |#2|) $) 60 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 81 T ELT)) (-3433 (((-663 (-305 |#2|)) $ $) 42 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2784 (($ (-686 |#1| |#2|)) 56 T ELT)) (-3933 (($ $ $) NIL T ELT)) (-3923 (($ $ $) NIL T ELT)) (-3834 (((-888) $) 66 T ELT) (((-1315 |#1| |#2|) $) NIL T ELT) (((-1320 |#1| |#2|) $) 74 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) 61 T CONST)) (-4264 (((-663 (-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|))) $) 41 T ELT)) (-2294 (((-663 (-686 |#1| |#2|)) (-663 |#1|)) 73 T ELT)) (-4002 (((-663 (-2 (|:| |k| (-919 |#1|)) (|:| |c| |#2|))) $) 46 T ELT)) (-2478 (((-114) $ $) 62 T ELT)) (-2594 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ $ $) 52 T ELT)))
+(((-646 |#1| |#2| |#3|) (-13 (-487) (-10 -8 (-15 -2784 ($ (-686 |#1| |#2|))) (-15 -3343 ((-686 |#1| |#2|) $)) (-15 -4002 ((-663 (-2 (|:| |k| (-919 |#1|)) (|:| |c| |#2|))) $)) (-15 -3834 ((-1315 |#1| |#2|) $)) (-15 -3834 ((-1320 |#1| |#2|) $)) (-15 -2408 ($ $)) (-15 -2516 ((-663 |#1|) $)) (-15 -2294 ((-663 (-686 |#1| |#2|)) (-663 |#1|))) (-15 -4264 ((-663 (-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|))) $)) (-15 -3433 ((-663 (-305 |#2|)) $ $)))) (-872) (-13 (-175) (-739 (-421 (-560)))) (-949)) (T -646))
+((-2784 (*1 *1 *2) (-12 (-5 *2 (-686 *3 *4)) (-4 *3 (-872)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-5 *1 (-646 *3 *4 *5)) (-14 *5 (-949)))) (-3343 (*1 *2 *1) (-12 (-5 *2 (-686 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))) (-4002 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |k| (-919 *3)) (|:| |c| *4)))) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-1315 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-1320 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))) (-2408 (*1 *1 *1) (-12 (-5 *1 (-646 *2 *3 *4)) (-4 *2 (-872)) (-4 *3 (-13 (-175) (-739 (-421 (-560))))) (-14 *4 (-949)))) (-2516 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))) (-2294 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-872)) (-5 *2 (-663 (-686 *4 *5))) (-5 *1 (-646 *4 *5 *6)) (-4 *5 (-13 (-175) (-739 (-421 (-560))))) (-14 *6 (-949)))) (-4264 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |k| (-694 *3)) (|:| |c| *4)))) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))) (-3433 (*1 *2 *1 *1) (-12 (-5 *2 (-663 (-305 *4))) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872)) (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))))
+(-13 (-487) (-10 -8 (-15 -2784 ($ (-686 |#1| |#2|))) (-15 -3343 ((-686 |#1| |#2|) $)) (-15 -4002 ((-663 (-2 (|:| |k| (-919 |#1|)) (|:| |c| |#2|))) $)) (-15 -3834 ((-1315 |#1| |#2|) $)) (-15 -3834 ((-1320 |#1| |#2|) $)) (-15 -2408 ($ $)) (-15 -2516 ((-663 |#1|) $)) (-15 -2294 ((-663 (-686 |#1| |#2|)) (-663 |#1|))) (-15 -4264 ((-663 (-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|))) $)) (-15 -3433 ((-663 (-305 |#2|)) $ $))))
+((-1387 (((-663 (-1178 |#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|)))) (-663 (-802 |#1| (-889 |#2|))) (-114)) 103 T ELT) (((-663 (-1078 |#1| |#2|)) (-663 (-802 |#1| (-889 |#2|))) (-114)) 77 T ELT)) (-1827 (((-114) (-663 (-802 |#1| (-889 |#2|)))) 26 T ELT)) (-1578 (((-663 (-1178 |#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|)))) (-663 (-802 |#1| (-889 |#2|))) (-114)) 102 T ELT)) (-3502 (((-663 (-1078 |#1| |#2|)) (-663 (-802 |#1| (-889 |#2|))) (-114)) 76 T ELT)) (-2986 (((-663 (-802 |#1| (-889 |#2|))) (-663 (-802 |#1| (-889 |#2|)))) 30 T ELT)) (-3747 (((-3 (-663 (-802 |#1| (-889 |#2|))) "failed") (-663 (-802 |#1| (-889 |#2|)))) 29 T ELT)))
+(((-647 |#1| |#2|) (-10 -7 (-15 -1827 ((-114) (-663 (-802 |#1| (-889 |#2|))))) (-15 -3747 ((-3 (-663 (-802 |#1| (-889 |#2|))) "failed") (-663 (-802 |#1| (-889 |#2|))))) (-15 -2986 ((-663 (-802 |#1| (-889 |#2|))) (-663 (-802 |#1| (-889 |#2|))))) (-15 -3502 ((-663 (-1078 |#1| |#2|)) (-663 (-802 |#1| (-889 |#2|))) (-114))) (-15 -1578 ((-663 (-1178 |#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|)))) (-663 (-802 |#1| (-889 |#2|))) (-114))) (-15 -1387 ((-663 (-1078 |#1| |#2|)) (-663 (-802 |#1| (-889 |#2|))) (-114))) (-15 -1387 ((-663 (-1178 |#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|)))) (-663 (-802 |#1| (-889 |#2|))) (-114)))) (-466) (-663 (-1209))) (T -647))
+((-1387 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-1178 *5 (-545 (-889 *6)) (-889 *6) (-802 *5 (-889 *6))))) (-5 *1 (-647 *5 *6)))) (-1387 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-1078 *5 *6))) (-5 *1 (-647 *5 *6)))) (-1578 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-1178 *5 (-545 (-889 *6)) (-889 *6) (-802 *5 (-889 *6))))) (-5 *1 (-647 *5 *6)))) (-3502 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-1078 *5 *6))) (-5 *1 (-647 *5 *6)))) (-2986 (*1 *2 *2) (-12 (-5 *2 (-663 (-802 *3 (-889 *4)))) (-4 *3 (-466)) (-14 *4 (-663 (-1209))) (-5 *1 (-647 *3 *4)))) (-3747 (*1 *2 *2) (|partial| -12 (-5 *2 (-663 (-802 *3 (-889 *4)))) (-4 *3 (-466)) (-14 *4 (-663 (-1209))) (-5 *1 (-647 *3 *4)))) (-1827 (*1 *2 *3) (-12 (-5 *3 (-663 (-802 *4 (-889 *5)))) (-4 *4 (-466)) (-14 *5 (-663 (-1209))) (-5 *2 (-114)) (-5 *1 (-647 *4 *5)))))
+(-10 -7 (-15 -1827 ((-114) (-663 (-802 |#1| (-889 |#2|))))) (-15 -3747 ((-3 (-663 (-802 |#1| (-889 |#2|))) "failed") (-663 (-802 |#1| (-889 |#2|))))) (-15 -2986 ((-663 (-802 |#1| (-889 |#2|))) (-663 (-802 |#1| (-889 |#2|))))) (-15 -3502 ((-663 (-1078 |#1| |#2|)) (-663 (-802 |#1| (-889 |#2|))) (-114))) (-15 -1578 ((-663 (-1178 |#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|)))) (-663 (-802 |#1| (-889 |#2|))) (-114))) (-15 -1387 ((-663 (-1078 |#1| |#2|)) (-663 (-802 |#1| (-889 |#2|))) (-114))) (-15 -1387 ((-663 (-1178 |#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|)))) (-663 (-802 |#1| (-889 |#2|))) (-114))))
+((-2504 (((-115) (-115)) 88 T ELT)) (-1479 ((|#2| |#2|) 28 T ELT)) (-3697 ((|#2| |#2| (-1124 |#2|)) 84 T ELT) ((|#2| |#2| (-1209)) 50 T ELT)) (-2631 ((|#2| |#2|) 27 T ELT)) (-2665 ((|#2| |#2|) 29 T ELT)) (-3106 (((-114) (-115)) 33 T ELT)) (-1338 ((|#2| |#2|) 24 T ELT)) (-3191 ((|#2| |#2|) 26 T ELT)) (-3441 ((|#2| |#2|) 25 T ELT)))
+(((-648 |#1| |#2|) (-10 -7 (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -3191 (|#2| |#2|)) (-15 -1338 (|#2| |#2|)) (-15 -3441 (|#2| |#2|)) (-15 -1479 (|#2| |#2|)) (-15 -2631 (|#2| |#2|)) (-15 -2665 (|#2| |#2|)) (-15 -3697 (|#2| |#2| (-1209))) (-15 -3697 (|#2| |#2| (-1124 |#2|)))) (-571) (-13 (-435 |#1|) (-1034) (-1235))) (T -648))
+((-3697 (*1 *2 *2 *3) (-12 (-5 *3 (-1124 *2)) (-4 *2 (-13 (-435 *4) (-1034) (-1235))) (-4 *4 (-571)) (-5 *1 (-648 *4 *2)))) (-3697 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-648 *4 *2)) (-4 *2 (-13 (-435 *4) (-1034) (-1235))))) (-2665 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034) (-1235))))) (-2631 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034) (-1235))))) (-1479 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034) (-1235))))) (-3441 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034) (-1235))))) (-1338 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034) (-1235))))) (-3191 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2)) (-4 *2 (-13 (-435 *3) (-1034) (-1235))))) (-2504 (*1 *2 *2) (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-648 *3 *4)) (-4 *4 (-13 (-435 *3) (-1034) (-1235))))) (-3106 (*1 *2 *3) (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-648 *4 *5)) (-4 *5 (-13 (-435 *4) (-1034) (-1235))))))
+(-10 -7 (-15 -3106 ((-114) (-115))) (-15 -2504 ((-115) (-115))) (-15 -3191 (|#2| |#2|)) (-15 -1338 (|#2| |#2|)) (-15 -3441 (|#2| |#2|)) (-15 -1479 (|#2| |#2|)) (-15 -2631 (|#2| |#2|)) (-15 -2665 (|#2| |#2|)) (-15 -3697 (|#2| |#2| (-1209))) (-15 -3697 (|#2| |#2| (-1124 |#2|))))
+((-2267 (($ $) 38 T ELT)) (-2111 (($ $) 21 T ELT)) (-2243 (($ $) 37 T ELT)) (-2683 (($ $) 22 T ELT)) (-2290 (($ $) 36 T ELT)) (-2136 (($ $) 23 T ELT)) (-3157 (($) 48 T ELT)) (-3343 (($ $) 45 T ELT)) (-1479 (($ $) 17 T ELT)) (-3697 (($ $ (-1124 $)) 7 T ELT) (($ $ (-1209)) 6 T ELT)) (-2784 (($ $) 46 T ELT)) (-2631 (($ $) 15 T ELT)) (-2665 (($ $) 16 T ELT)) (-2304 (($ $) 35 T ELT)) (-2149 (($ $) 24 T ELT)) (-2278 (($ $) 34 T ELT)) (-2124 (($ $) 25 T ELT)) (-2256 (($ $) 33 T ELT)) (-2699 (($ $) 26 T ELT)) (-2345 (($ $) 44 T ELT)) (-2188 (($ $) 32 T ELT)) (-2317 (($ $) 43 T ELT)) (-2163 (($ $) 31 T ELT)) (-2370 (($ $) 42 T ELT)) (-2214 (($ $) 30 T ELT)) (-2254 (($ $) 41 T ELT)) (-2228 (($ $) 29 T ELT)) (-2356 (($ $) 40 T ELT)) (-2201 (($ $) 28 T ELT)) (-2330 (($ $) 39 T ELT)) (-2175 (($ $) 27 T ELT)) (-1338 (($ $) 19 T ELT)) (-3191 (($ $) 20 T ELT)) (-3441 (($ $) 18 T ELT)) (** (($ $ $) 47 T ELT)))
(((-649) (-142)) (T -649))
-((-3731 (*1 *1 *1) (-4 *1 (-649))) (-3738 (*1 *1 *1) (-4 *1 (-649))) (-1367 (*1 *1 *1) (-4 *1 (-649))) (-1967 (*1 *1 *1) (-4 *1 (-649))) (-2689 (*1 *1 *1) (-4 *1 (-649))) (-2654 (*1 *1 *1) (-4 *1 (-649))))
-(-13 (-989) (-1234) (-10 -8 (-15 -3731 ($ $)) (-15 -3738 ($ $)) (-15 -1367 ($ $)) (-15 -1967 ($ $)) (-15 -2689 ($ $)) (-15 -2654 ($ $))))
-(((-35) . T) ((-95) . T) ((-296) . T) ((-507) . T) ((-989) . T) ((-1234) . T) ((-1237) . T))
-((-4425 (((-495 |#1| |#2|) (-255 |#1| |#2|)) 63 T ELT)) (-4273 (((-663 (-255 |#1| |#2|)) (-663 (-495 |#1| |#2|))) 89 T ELT)) (-1697 (((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-888 |#1|)) 91 T ELT) (((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)) (-888 |#1|)) 90 T ELT)) (-1996 (((-2 (|:| |gblist| (-663 (-255 |#1| |#2|))) (|:| |gvlist| (-663 (-560)))) (-663 (-495 |#1| |#2|))) 134 T ELT)) (-1516 (((-663 (-495 |#1| |#2|)) (-888 |#1|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|))) 104 T ELT)) (-3647 (((-2 (|:| |glbase| (-663 (-255 |#1| |#2|))) (|:| |glval| (-663 (-560)))) (-663 (-255 |#1| |#2|))) 145 T ELT)) (-3192 (((-1298 |#2|) (-495 |#1| |#2|) (-663 (-495 |#1| |#2|))) 68 T ELT)) (-3006 (((-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|))) 47 T ELT)) (-2062 (((-255 |#1| |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|))) 60 T ELT)) (-1760 (((-255 |#1| |#2|) (-663 |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|))) 112 T ELT)))
-(((-650 |#1| |#2|) (-10 -7 (-15 -1996 ((-2 (|:| |gblist| (-663 (-255 |#1| |#2|))) (|:| |gvlist| (-663 (-560)))) (-663 (-495 |#1| |#2|)))) (-15 -3647 ((-2 (|:| |glbase| (-663 (-255 |#1| |#2|))) (|:| |glval| (-663 (-560)))) (-663 (-255 |#1| |#2|)))) (-15 -4273 ((-663 (-255 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -1697 ((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)) (-888 |#1|))) (-15 -1697 ((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-888 |#1|))) (-15 -3006 ((-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -3192 ((-1298 |#2|) (-495 |#1| |#2|) (-663 (-495 |#1| |#2|)))) (-15 -1760 ((-255 |#1| |#2|) (-663 |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|)))) (-15 -1516 ((-663 (-495 |#1| |#2|)) (-888 |#1|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -2062 ((-255 |#1| |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|)))) (-15 -4425 ((-495 |#1| |#2|) (-255 |#1| |#2|)))) (-663 (-1208)) (-466)) (T -650))
-((-4425 (*1 *2 *3) (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *2 (-495 *4 *5)) (-5 *1 (-650 *4 *5)))) (-2062 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-255 *4 *5))) (-5 *2 (-255 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *1 (-650 *4 *5)))) (-1516 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-663 (-495 *4 *5))) (-5 *3 (-888 *4)) (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *1 (-650 *4 *5)))) (-1760 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-255 *5 *6))) (-4 *6 (-466)) (-5 *2 (-255 *5 *6)) (-14 *5 (-663 (-1208))) (-5 *1 (-650 *5 *6)))) (-3192 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-495 *5 *6))) (-5 *3 (-495 *5 *6)) (-14 *5 (-663 (-1208))) (-4 *6 (-466)) (-5 *2 (-1298 *6)) (-5 *1 (-650 *5 *6)))) (-3006 (*1 *2 *2) (-12 (-5 *2 (-663 (-495 *3 *4))) (-14 *3 (-663 (-1208))) (-4 *4 (-466)) (-5 *1 (-650 *3 *4)))) (-1697 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-495 *5 *6))) (-5 *4 (-888 *5)) (-14 *5 (-663 (-1208))) (-5 *2 (-495 *5 *6)) (-5 *1 (-650 *5 *6)) (-4 *6 (-466)))) (-1697 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-663 (-495 *5 *6))) (-5 *4 (-888 *5)) (-14 *5 (-663 (-1208))) (-5 *2 (-495 *5 *6)) (-5 *1 (-650 *5 *6)) (-4 *6 (-466)))) (-4273 (*1 *2 *3) (-12 (-5 *3 (-663 (-495 *4 *5))) (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *2 (-663 (-255 *4 *5))) (-5 *1 (-650 *4 *5)))) (-3647 (*1 *2 *3) (-12 (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *2 (-2 (|:| |glbase| (-663 (-255 *4 *5))) (|:| |glval| (-663 (-560))))) (-5 *1 (-650 *4 *5)) (-5 *3 (-663 (-255 *4 *5))))) (-1996 (*1 *2 *3) (-12 (-5 *3 (-663 (-495 *4 *5))) (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *2 (-2 (|:| |gblist| (-663 (-255 *4 *5))) (|:| |gvlist| (-663 (-560))))) (-5 *1 (-650 *4 *5)))))
-(-10 -7 (-15 -1996 ((-2 (|:| |gblist| (-663 (-255 |#1| |#2|))) (|:| |gvlist| (-663 (-560)))) (-663 (-495 |#1| |#2|)))) (-15 -3647 ((-2 (|:| |glbase| (-663 (-255 |#1| |#2|))) (|:| |glval| (-663 (-560)))) (-663 (-255 |#1| |#2|)))) (-15 -4273 ((-663 (-255 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -1697 ((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)) (-888 |#1|))) (-15 -1697 ((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-888 |#1|))) (-15 -3006 ((-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -3192 ((-1298 |#2|) (-495 |#1| |#2|) (-663 (-495 |#1| |#2|)))) (-15 -1760 ((-255 |#1| |#2|) (-663 |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|)))) (-15 -1516 ((-663 (-495 |#1| |#2|)) (-888 |#1|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -2062 ((-255 |#1| |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|)))) (-15 -4425 ((-495 |#1| |#2|) (-255 |#1| |#2|))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) NIL T ELT)) (-3303 (((-1304) $ (-1190) (-1190)) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 (((-51) $ (-1190) (-51)) NIL T ELT) (((-51) $ (-1208) (-51)) 16 T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 (-51) "failed") (-1190) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 (-51) "failed") (-1190) $) NIL T ELT)) (-2025 (($ (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $ (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT) (((-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $ (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 (((-51) $ (-1190) (-51)) NIL (|has| $ (-6 -4510)) ELT)) (-3393 (((-51) $ (-1190)) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3847 (($ $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-1190) $) NIL (|has| (-1190) (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT) (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT)) (-3213 (((-1190) $) NIL (|has| (-1190) (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT) (($ (-1 (-51) (-51) (-51)) $ $) NIL T ELT)) (-3908 (($ (-402)) 8 T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-51) (-1132)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT)) (-3342 (((-663 (-1190)) $) NIL T ELT)) (-1651 (((-114) (-1190) $) NIL T ELT)) (-1688 (((-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) $) NIL T ELT)) (-1936 (((-663 (-1190)) $) NIL T ELT)) (-2624 (((-114) (-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-51) (-1132)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT)) (-3794 (((-51) $) NIL (|has| (-1190) (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) "failed") (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL T ELT)) (-4446 (($ $ (-51)) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-663 (-51)) (-663 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-305 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-663 (-305 (-51)))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT)) (-3155 (((-663 (-51)) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 (((-51) $ (-1190)) NIL T ELT) (((-51) $ (-1190) (-51)) NIL T ELT) (((-51) $ (-1208)) 14 T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-1132))) ELT) (((-793) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT) (((-793) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-51) (-632 (-887))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 (-51))) (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-651) (-13 (-1225 (-1190) (-51)) (-298 (-1208) (-51)) (-10 -8 (-15 -3908 ($ (-402))) (-15 -3847 ($ $)) (-15 -2696 ((-51) $ (-1208) (-51)))))) (T -651))
-((-3908 (*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-651)))) (-3847 (*1 *1 *1) (-5 *1 (-651))) (-2696 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1208)) (-5 *1 (-651)))))
-(-13 (-1225 (-1190) (-51)) (-298 (-1208) (-51)) (-10 -8 (-15 -3908 ($ (-402))) (-15 -3847 ($ $)) (-15 -2696 ((-51) $ (-1208) (-51)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4206 (((-3 $ "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2951 (((-1298 (-711 |#1|))) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1298 (-711 |#1|)) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1507 (((-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3366 (($) NIL T CONST)) (-1908 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2923 (((-3 $ "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2454 (((-711 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1350 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4093 (((-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) $ (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3604 (((-3 $ "failed") $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4349 (((-1202 (-975 |#1|))) NIL (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-376))) ELT)) (-3239 (($ $ (-948)) NIL T ELT)) (-3162 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1359 (((-1202 |#1|) $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2708 ((|#1|) NIL (|has| |#2| (-432 |#1|)) ELT) ((|#1| (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4010 (((-1202 |#1|) $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3331 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3013 (($ (-1298 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (($ (-1298 |#1|) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4310 (((-3 $ "failed") $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3795 (((-948)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2029 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4368 (($ $ (-948)) NIL T ELT)) (-3798 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2636 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2341 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2760 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3003 (((-3 $ "failed")) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3522 (((-711 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2449 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3870 (((-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) $ (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3826 (((-3 $ "failed") $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2697 (((-1202 (-975 |#1|))) NIL (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-376))) ELT)) (-4360 (($ $ (-948)) NIL T ELT)) (-2644 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3976 (((-1202 |#1|) $) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4030 ((|#1|) NIL (|has| |#2| (-432 |#1|)) ELT) ((|#1| (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2752 (((-1202 |#1|) $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3507 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4080 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1900 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2582 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1349 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1495 ((|#1| $ (-560)) NIL (|has| |#2| (-432 |#1|)) ELT)) (-2086 (((-711 |#1|) (-1298 $)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1298 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1298 $) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT) (((-1298 |#1|) $ (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4417 (($ (-1298 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1298 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT)) (-2246 (((-663 (-975 |#1|))) NIL (|has| |#2| (-432 |#1|)) ELT) (((-663 (-975 |#1|)) (-1298 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4172 (($ $ $) NIL T ELT)) (-3842 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2539 (((-887) $) NIL T ELT) ((|#2| $) 11 T ELT) (($ |#2|) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL (|has| |#2| (-432 |#1|)) ELT)) (-2861 (((-663 (-1298 |#1|))) NIL (-2191 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4190 (($ $ $ $) NIL T ELT)) (-3348 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3780 (($ (-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT)) (-2927 (($ $ $) NIL T ELT)) (-4480 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3402 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4365 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1427 (($) 18 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) 19 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 10 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-652 |#1| |#2|) (-13 (-766 |#1|) (-632 |#2|) (-10 -8 (-15 -2539 ($ |#2|)) (IF (|has| |#2| (-432 |#1|)) (-6 (-432 |#1|)) |%noBranch|) (IF (|has| |#2| (-380 |#1|)) (-6 (-380 |#1|)) |%noBranch|))) (-175) (-766 |#1|)) (T -652))
-((-2539 (*1 *1 *2) (-12 (-4 *3 (-175)) (-5 *1 (-652 *3 *2)) (-4 *2 (-766 *3)))))
-(-13 (-766 |#1|) (-632 |#2|) (-10 -8 (-15 -2539 ($ |#2|)) (IF (|has| |#2| (-432 |#1|)) (-6 (-432 |#1|)) |%noBranch|) (IF (|has| |#2| (-380 |#1|)) (-6 (-380 |#1|)) |%noBranch|)))
-((-2436 (($ $ |#2|) 10 T ELT)))
-(((-653 |#1| |#2|) (-10 -8 (-15 -2436 (|#1| |#1| |#2|))) (-654 |#2|) (-175)) (T -653))
-NIL
-(-10 -8 (-15 -2436 (|#1| |#1| |#2|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2548 (($ $ $) 39 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 38 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
+((-3191 (*1 *1 *1) (-4 *1 (-649))) (-1338 (*1 *1 *1) (-4 *1 (-649))) (-3441 (*1 *1 *1) (-4 *1 (-649))) (-1479 (*1 *1 *1) (-4 *1 (-649))) (-2665 (*1 *1 *1) (-4 *1 (-649))) (-2631 (*1 *1 *1) (-4 *1 (-649))))
+(-13 (-990) (-1235) (-10 -8 (-15 -3191 ($ $)) (-15 -1338 ($ $)) (-15 -3441 ($ $)) (-15 -1479 ($ $)) (-15 -2665 ($ $)) (-15 -2631 ($ $))))
+(((-35) . T) ((-95) . T) ((-296) . T) ((-507) . T) ((-990) . T) ((-1235) . T) ((-1238) . T))
+((-3571 (((-495 |#1| |#2|) (-255 |#1| |#2|)) 63 T ELT)) (-4334 (((-663 (-255 |#1| |#2|)) (-663 (-495 |#1| |#2|))) 89 T ELT)) (-3092 (((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-889 |#1|)) 91 T ELT) (((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)) (-889 |#1|)) 90 T ELT)) (-1742 (((-2 (|:| |gblist| (-663 (-255 |#1| |#2|))) (|:| |gvlist| (-663 (-560)))) (-663 (-495 |#1| |#2|))) 134 T ELT)) (-1474 (((-663 (-495 |#1| |#2|)) (-889 |#1|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|))) 104 T ELT)) (-1846 (((-2 (|:| |glbase| (-663 (-255 |#1| |#2|))) (|:| |glval| (-663 (-560)))) (-663 (-255 |#1| |#2|))) 145 T ELT)) (-2129 (((-1299 |#2|) (-495 |#1| |#2|) (-663 (-495 |#1| |#2|))) 68 T ELT)) (-2915 (((-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|))) 47 T ELT)) (-2435 (((-255 |#1| |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|))) 60 T ELT)) (-4275 (((-255 |#1| |#2|) (-663 |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|))) 112 T ELT)))
+(((-650 |#1| |#2|) (-10 -7 (-15 -1742 ((-2 (|:| |gblist| (-663 (-255 |#1| |#2|))) (|:| |gvlist| (-663 (-560)))) (-663 (-495 |#1| |#2|)))) (-15 -1846 ((-2 (|:| |glbase| (-663 (-255 |#1| |#2|))) (|:| |glval| (-663 (-560)))) (-663 (-255 |#1| |#2|)))) (-15 -4334 ((-663 (-255 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -3092 ((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)) (-889 |#1|))) (-15 -3092 ((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-889 |#1|))) (-15 -2915 ((-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -2129 ((-1299 |#2|) (-495 |#1| |#2|) (-663 (-495 |#1| |#2|)))) (-15 -4275 ((-255 |#1| |#2|) (-663 |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|)))) (-15 -1474 ((-663 (-495 |#1| |#2|)) (-889 |#1|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -2435 ((-255 |#1| |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|)))) (-15 -3571 ((-495 |#1| |#2|) (-255 |#1| |#2|)))) (-663 (-1209)) (-466)) (T -650))
+((-3571 (*1 *2 *3) (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *2 (-495 *4 *5)) (-5 *1 (-650 *4 *5)))) (-2435 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-255 *4 *5))) (-5 *2 (-255 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *1 (-650 *4 *5)))) (-1474 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-663 (-495 *4 *5))) (-5 *3 (-889 *4)) (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *1 (-650 *4 *5)))) (-4275 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-255 *5 *6))) (-4 *6 (-466)) (-5 *2 (-255 *5 *6)) (-14 *5 (-663 (-1209))) (-5 *1 (-650 *5 *6)))) (-2129 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-495 *5 *6))) (-5 *3 (-495 *5 *6)) (-14 *5 (-663 (-1209))) (-4 *6 (-466)) (-5 *2 (-1299 *6)) (-5 *1 (-650 *5 *6)))) (-2915 (*1 *2 *2) (-12 (-5 *2 (-663 (-495 *3 *4))) (-14 *3 (-663 (-1209))) (-4 *4 (-466)) (-5 *1 (-650 *3 *4)))) (-3092 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-495 *5 *6))) (-5 *4 (-889 *5)) (-14 *5 (-663 (-1209))) (-5 *2 (-495 *5 *6)) (-5 *1 (-650 *5 *6)) (-4 *6 (-466)))) (-3092 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-663 (-495 *5 *6))) (-5 *4 (-889 *5)) (-14 *5 (-663 (-1209))) (-5 *2 (-495 *5 *6)) (-5 *1 (-650 *5 *6)) (-4 *6 (-466)))) (-4334 (*1 *2 *3) (-12 (-5 *3 (-663 (-495 *4 *5))) (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *2 (-663 (-255 *4 *5))) (-5 *1 (-650 *4 *5)))) (-1846 (*1 *2 *3) (-12 (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *2 (-2 (|:| |glbase| (-663 (-255 *4 *5))) (|:| |glval| (-663 (-560))))) (-5 *1 (-650 *4 *5)) (-5 *3 (-663 (-255 *4 *5))))) (-1742 (*1 *2 *3) (-12 (-5 *3 (-663 (-495 *4 *5))) (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *2 (-2 (|:| |gblist| (-663 (-255 *4 *5))) (|:| |gvlist| (-663 (-560))))) (-5 *1 (-650 *4 *5)))))
+(-10 -7 (-15 -1742 ((-2 (|:| |gblist| (-663 (-255 |#1| |#2|))) (|:| |gvlist| (-663 (-560)))) (-663 (-495 |#1| |#2|)))) (-15 -1846 ((-2 (|:| |glbase| (-663 (-255 |#1| |#2|))) (|:| |glval| (-663 (-560)))) (-663 (-255 |#1| |#2|)))) (-15 -4334 ((-663 (-255 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -3092 ((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)) (-889 |#1|))) (-15 -3092 ((-495 |#1| |#2|) (-663 (-495 |#1| |#2|)) (-889 |#1|))) (-15 -2915 ((-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -2129 ((-1299 |#2|) (-495 |#1| |#2|) (-663 (-495 |#1| |#2|)))) (-15 -4275 ((-255 |#1| |#2|) (-663 |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|)))) (-15 -1474 ((-663 (-495 |#1| |#2|)) (-889 |#1|) (-663 (-495 |#1| |#2|)) (-663 (-495 |#1| |#2|)))) (-15 -2435 ((-255 |#1| |#2|) (-255 |#1| |#2|) (-663 (-255 |#1| |#2|)))) (-15 -3571 ((-495 |#1| |#2|) (-255 |#1| |#2|))))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) NIL T ELT)) (-2507 (((-1305) $ (-1191) (-1191)) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 (((-51) $ (-1191) (-51)) NIL T ELT) (((-51) $ (-1209) (-51)) 16 T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 (-51) "failed") (-1191) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 (-51) "failed") (-1191) $) NIL T ELT)) (-3513 (($ (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $ (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT) (((-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $ (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 (((-51) $ (-1191) (-51)) NIL (|has| $ (-6 -4511)) ELT)) (-2109 (((-51) $ (-1191)) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-1430 (($ $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-1191) $) NIL (|has| (-1191) (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT) (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT)) (-3320 (((-1191) $) NIL (|has| (-1191) (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT) (($ (-1 (-51) (-51) (-51)) $ $) NIL T ELT)) (-2220 (($ (-402)) 8 T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-51) (-1133)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT)) (-2791 (((-663 (-1191)) $) NIL T ELT)) (-1410 (((-114) (-1191) $) NIL T ELT)) (-3471 (((-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) $) NIL T ELT)) (-3444 (((-663 (-1191)) $) NIL T ELT)) (-2679 (((-114) (-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-51) (-1133)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT)) (-1574 (((-51) $) NIL (|has| (-1191) (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) "failed") (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL T ELT)) (-2024 (($ $ (-51)) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-663 (-51)) (-663 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-305 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-663 (-305 (-51)))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT)) (-1570 (((-663 (-51)) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 (((-51) $ (-1191)) NIL T ELT) (((-51) $ (-1191) (-51)) NIL T ELT) (((-51) $ (-1209)) 14 T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-1133))) ELT) (((-793) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT) (((-793) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-51) (-632 (-888))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 (-51))) (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-651) (-13 (-1226 (-1191) (-51)) (-298 (-1209) (-51)) (-10 -8 (-15 -2220 ($ (-402))) (-15 -1430 ($ $)) (-15 -3986 ((-51) $ (-1209) (-51)))))) (T -651))
+((-2220 (*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-651)))) (-1430 (*1 *1 *1) (-5 *1 (-651))) (-3986 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1209)) (-5 *1 (-651)))))
+(-13 (-1226 (-1191) (-51)) (-298 (-1209) (-51)) (-10 -8 (-15 -2220 ($ (-402))) (-15 -1430 ($ $)) (-15 -3986 ((-51) $ (-1209) (-51)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3072 (((-3 $ "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3774 (((-1299 (-711 |#1|))) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1299 (-711 |#1|)) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2987 (((-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4489 (($) NIL T CONST)) (-1493 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3984 (((-3 $ "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3662 (((-711 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1608 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3428 (((-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) $ (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2990 (((-3 $ "failed") $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2560 (((-1203 (-976 |#1|))) NIL (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-376))) ELT)) (-2768 (($ $ (-949)) NIL T ELT)) (-4120 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2545 (((-1203 |#1|) $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4101 ((|#1|) NIL (|has| |#2| (-432 |#1|)) ELT) ((|#1| (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1509 (((-1203 |#1|) $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3649 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4402 (($ (-1299 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (($ (-1299 |#1|) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2167 (((-3 $ "failed") $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-1486 (((-949)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4225 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3676 (($ $ (-949)) NIL T ELT)) (-2040 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2548 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3901 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1635 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-2552 (((-3 $ "failed")) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-1367 (((-711 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3299 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3174 (((-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) $ (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4141 (((-3 $ "failed") $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4460 (((-1203 (-976 |#1|))) NIL (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-376))) ELT)) (-4092 (($ $ (-949)) NIL T ELT)) (-3977 ((|#1| $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-4381 (((-1203 |#1|) $) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-4014 ((|#1|) NIL (|has| |#2| (-432 |#1|)) ELT) ((|#1| (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2155 (((-1203 |#1|) $) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2450 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1481 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1933 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3067 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1513 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3034 ((|#1| $ (-560)) NIL (|has| |#2| (-432 |#1|)) ELT)) (-3084 (((-711 |#1|) (-1299 $)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1299 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT) (((-711 |#1|) (-1299 $) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT) (((-1299 |#1|) $ (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1830 (($ (-1299 |#1|)) NIL (|has| |#2| (-432 |#1|)) ELT) (((-1299 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT)) (-3658 (((-663 (-976 |#1|))) NIL (|has| |#2| (-432 |#1|)) ELT) (((-663 (-976 |#1|)) (-1299 $)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3923 (($ $ $) NIL T ELT)) (-2127 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3834 (((-888) $) NIL T ELT) ((|#2| $) 11 T ELT) (($ |#2|) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL (|has| |#2| (-432 |#1|)) ELT)) (-1565 (((-663 (-1299 |#1|))) NIL (-2309 (-12 (|has| |#2| (-380 |#1|)) (|has| |#1| (-571))) (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-571)))) ELT)) (-3121 (($ $ $ $) NIL T ELT)) (-3757 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1560 (($ (-711 |#1|) $) NIL (|has| |#2| (-432 |#1|)) ELT)) (-3260 (($ $ $) NIL T ELT)) (-3270 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-1381 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-3386 (((-114)) NIL (|has| |#2| (-380 |#1|)) ELT)) (-2971 (($) 18 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) 19 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 10 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-652 |#1| |#2|) (-13 (-766 |#1|) (-632 |#2|) (-10 -8 (-15 -3834 ($ |#2|)) (IF (|has| |#2| (-432 |#1|)) (-6 (-432 |#1|)) |%noBranch|) (IF (|has| |#2| (-380 |#1|)) (-6 (-380 |#1|)) |%noBranch|))) (-175) (-766 |#1|)) (T -652))
+((-3834 (*1 *1 *2) (-12 (-4 *3 (-175)) (-5 *1 (-652 *3 *2)) (-4 *2 (-766 *3)))))
+(-13 (-766 |#1|) (-632 |#2|) (-10 -8 (-15 -3834 ($ |#2|)) (IF (|has| |#2| (-432 |#1|)) (-6 (-432 |#1|)) |%noBranch|) (IF (|has| |#2| (-380 |#1|)) (-6 (-380 |#1|)) |%noBranch|)))
+((-2594 (($ $ |#2|) 10 T ELT)))
+(((-653 |#1| |#2|) (-10 -8 (-15 -2594 (|#1| |#1| |#2|))) (-654 |#2|) (-175)) (T -653))
+NIL
+(-10 -8 (-15 -2594 (|#1| |#1| |#2|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3845 (($ $ $) 39 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 38 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
(((-654 |#1|) (-142) (-175)) (T -654))
-((-2548 (*1 *1 *1 *1) (-12 (-4 *1 (-654 *2)) (-4 *2 (-175)))) (-2436 (*1 *1 *1 *2) (-12 (-4 *1 (-654 *2)) (-4 *2 (-175)) (-4 *2 (-376)))))
-(-13 (-739 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -2548 ($ $ $)) (IF (|has| |t#1| (-376)) (-15 -2436 ($ $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2649 (((-3 (-864 |#2|) "failed") |#2| (-305 |#2|) (-1190)) 106 T ELT) (((-3 (-864 |#2|) (-2 (|:| |leftHandLimit| (-3 (-864 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-864 |#2|) "failed"))) "failed") |#2| (-305 (-864 |#2|))) 131 T ELT)) (-2730 (((-3 (-854 |#2|) "failed") |#2| (-305 (-854 |#2|))) 136 T ELT)))
-(((-655 |#1| |#2|) (-10 -7 (-15 -2649 ((-3 (-864 |#2|) (-2 (|:| |leftHandLimit| (-3 (-864 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-864 |#2|) "failed"))) "failed") |#2| (-305 (-864 |#2|)))) (-15 -2730 ((-3 (-854 |#2|) "failed") |#2| (-305 (-854 |#2|)))) (-15 -2649 ((-3 (-864 |#2|) "failed") |#2| (-305 |#2|) (-1190)))) (-13 (-466) (-1069 (-560)) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|))) (T -655))
-((-2649 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-305 *3)) (-5 *5 (-1190)) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-864 *3)) (-5 *1 (-655 *6 *3)))) (-2730 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-305 (-854 *3))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-854 *3)) (-5 *1 (-655 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))) (-2649 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-864 *3))) (-4 *3 (-13 (-27) (-1234) (-435 *5))) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-3 (-864 *3) (-2 (|:| |leftHandLimit| (-3 (-864 *3) "failed")) (|:| |rightHandLimit| (-3 (-864 *3) "failed"))) "failed")) (-5 *1 (-655 *5 *3)))))
-(-10 -7 (-15 -2649 ((-3 (-864 |#2|) (-2 (|:| |leftHandLimit| (-3 (-864 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-864 |#2|) "failed"))) "failed") |#2| (-305 (-864 |#2|)))) (-15 -2730 ((-3 (-854 |#2|) "failed") |#2| (-305 (-854 |#2|)))) (-15 -2649 ((-3 (-864 |#2|) "failed") |#2| (-305 |#2|) (-1190))))
-((-2649 (((-3 (-864 (-421 (-975 |#1|))) "failed") (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))) (-1190)) 86 T ELT) (((-3 (-864 (-421 (-975 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed"))) "failed") (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|)))) 20 T ELT) (((-3 (-864 (-421 (-975 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed"))) "failed") (-421 (-975 |#1|)) (-305 (-864 (-975 |#1|)))) 35 T ELT)) (-2730 (((-854 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|)))) 23 T ELT) (((-854 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-305 (-854 (-975 |#1|)))) 43 T ELT)))
-(((-656 |#1|) (-10 -7 (-15 -2649 ((-3 (-864 (-421 (-975 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed"))) "failed") (-421 (-975 |#1|)) (-305 (-864 (-975 |#1|))))) (-15 -2649 ((-3 (-864 (-421 (-975 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed"))) "failed") (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))))) (-15 -2730 ((-854 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-305 (-854 (-975 |#1|))))) (-15 -2730 ((-854 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))))) (-15 -2649 ((-3 (-864 (-421 (-975 |#1|))) "failed") (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))) (-1190)))) (-466)) (T -656))
-((-2649 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-305 (-421 (-975 *6)))) (-5 *5 (-1190)) (-5 *3 (-421 (-975 *6))) (-4 *6 (-466)) (-5 *2 (-864 *3)) (-5 *1 (-656 *6)))) (-2730 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-421 (-975 *5)))) (-5 *3 (-421 (-975 *5))) (-4 *5 (-466)) (-5 *2 (-854 *3)) (-5 *1 (-656 *5)))) (-2730 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-854 (-975 *5)))) (-4 *5 (-466)) (-5 *2 (-854 (-421 (-975 *5)))) (-5 *1 (-656 *5)) (-5 *3 (-421 (-975 *5))))) (-2649 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-421 (-975 *5)))) (-5 *3 (-421 (-975 *5))) (-4 *5 (-466)) (-5 *2 (-3 (-864 *3) (-2 (|:| |leftHandLimit| (-3 (-864 *3) "failed")) (|:| |rightHandLimit| (-3 (-864 *3) "failed"))) "failed")) (-5 *1 (-656 *5)))) (-2649 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-864 (-975 *5)))) (-4 *5 (-466)) (-5 *2 (-3 (-864 (-421 (-975 *5))) (-2 (|:| |leftHandLimit| (-3 (-864 (-421 (-975 *5))) "failed")) (|:| |rightHandLimit| (-3 (-864 (-421 (-975 *5))) "failed"))) "failed")) (-5 *1 (-656 *5)) (-5 *3 (-421 (-975 *5))))))
-(-10 -7 (-15 -2649 ((-3 (-864 (-421 (-975 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed"))) "failed") (-421 (-975 |#1|)) (-305 (-864 (-975 |#1|))))) (-15 -2649 ((-3 (-864 (-421 (-975 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-864 (-421 (-975 |#1|))) "failed"))) "failed") (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))))) (-15 -2730 ((-854 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-305 (-854 (-975 |#1|))))) (-15 -2730 ((-854 (-421 (-975 |#1|))) (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))))) (-15 -2649 ((-3 (-864 (-421 (-975 |#1|))) "failed") (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))) (-1190))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) 11 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1532 (($ (-218 |#1|)) 12 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-888 |#1|)) 7 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)))
-(((-657 |#1|) (-13 (-866) (-635 (-888 |#1|)) (-10 -8 (-15 -1532 ($ (-218 |#1|))))) (-663 (-1208))) (T -657))
-((-1532 (*1 *1 *2) (-12 (-5 *2 (-218 *3)) (-14 *3 (-663 (-1208))) (-5 *1 (-657 *3)))))
-(-13 (-866) (-635 (-888 |#1|)) (-10 -8 (-15 -1532 ($ (-218 |#1|)))))
-((-4134 (((-3 (-1298 (-421 |#1|)) "failed") (-1298 |#2|) |#2|) 64 (-1372 (|has| |#1| (-376))) ELT) (((-3 (-1298 |#1|) "failed") (-1298 |#2|) |#2|) 49 (|has| |#1| (-376)) ELT)) (-4227 (((-114) (-1298 |#2|)) 33 T ELT)) (-2334 (((-3 (-1298 |#1|) "failed") (-1298 |#2|)) 40 T ELT)))
-(((-658 |#1| |#2|) (-10 -7 (-15 -4227 ((-114) (-1298 |#2|))) (-15 -2334 ((-3 (-1298 |#1|) "failed") (-1298 |#2|))) (IF (|has| |#1| (-376)) (-15 -4134 ((-3 (-1298 |#1|) "failed") (-1298 |#2|) |#2|)) (-15 -4134 ((-3 (-1298 (-421 |#1|)) "failed") (-1298 |#2|) |#2|)))) (-571) (-13 (-1080) (-660 |#1|))) (T -658))
-((-4134 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 *5))) (-1372 (-4 *5 (-376))) (-4 *5 (-571)) (-5 *2 (-1298 (-421 *5))) (-5 *1 (-658 *5 *4)))) (-4134 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 *5))) (-4 *5 (-376)) (-4 *5 (-571)) (-5 *2 (-1298 *5)) (-5 *1 (-658 *5 *4)))) (-2334 (*1 *2 *3) (|partial| -12 (-5 *3 (-1298 *5)) (-4 *5 (-13 (-1080) (-660 *4))) (-4 *4 (-571)) (-5 *2 (-1298 *4)) (-5 *1 (-658 *4 *5)))) (-4227 (*1 *2 *3) (-12 (-5 *3 (-1298 *5)) (-4 *5 (-13 (-1080) (-660 *4))) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-658 *4 *5)))))
-(-10 -7 (-15 -4227 ((-114) (-1298 |#2|))) (-15 -2334 ((-3 (-1298 |#1|) "failed") (-1298 |#2|))) (IF (|has| |#1| (-376)) (-15 -4134 ((-3 (-1298 |#1|) "failed") (-1298 |#2|) |#2|)) (-15 -4134 ((-3 (-1298 (-421 |#1|)) "failed") (-1298 |#2|) |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2842 (((-663 (-897 (-657 |#2|) |#1|)) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-3528 (($ |#1| (-657 |#2|)) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1589 (($ (-663 |#1|)) 25 T ELT)) (-2330 (((-657 |#2|) $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2328 (((-136)) 16 T ELT)) (-2086 (((-1298 |#1|) $) 44 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-657 |#2|)) 11 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 20 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 17 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-659 |#1| |#2|) (-13 (-1306 |#1|) (-635 (-657 |#2|)) (-523 |#1| (-657 |#2|)) (-10 -8 (-15 -1589 ($ (-663 |#1|))) (-15 -2086 ((-1298 |#1|) $)))) (-376) (-663 (-1208))) (T -659))
-((-1589 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-376)) (-5 *1 (-659 *3 *4)) (-14 *4 (-663 (-1208))))) (-2086 (*1 *2 *1) (-12 (-5 *2 (-1298 *3)) (-5 *1 (-659 *3 *4)) (-4 *3 (-376)) (-14 *4 (-663 (-1208))))))
-(-13 (-1306 |#1|) (-635 (-657 |#2|)) (-523 |#1| (-657 |#2|)) (-10 -8 (-15 -1589 ($ (-663 |#1|))) (-15 -2086 ((-1298 |#1|) $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2336 (((-711 |#1|) (-711 $)) 35 T ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 34 T ELT)) (-2207 (((-711 |#1|) (-1298 $)) 37 T ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 36 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT)))
-(((-660 |#1|) (-142) (-1080)) (T -660))
-((-2207 (*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1080)) (-5 *2 (-711 *4)))) (-2207 (*1 *2 *3 *1) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1080)) (-5 *2 (-2 (|:| -1469 (-711 *4)) (|:| |vec| (-1298 *4)))))) (-2336 (*1 *2 *3) (-12 (-5 *3 (-711 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1080)) (-5 *2 (-711 *4)))) (-2336 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *1)) (-5 *4 (-1298 *1)) (-4 *1 (-660 *5)) (-4 *5 (-1080)) (-5 *2 (-2 (|:| -1469 (-711 *5)) (|:| |vec| (-1298 *5)))))))
-(-13 (-670 |t#1|) (-10 -8 (-15 -2207 ((-711 |t#1|) (-1298 $))) (-15 -2207 ((-2 (|:| -1469 (-711 |t#1|)) (|:| |vec| (-1298 |t#1|))) (-1298 $) $)) (-15 -2336 ((-711 |t#1|) (-711 $))) (-15 -2336 ((-2 (|:| -1469 (-711 |t#1|)) (|:| |vec| (-1298 |t#1|))) (-711 $) (-1298 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1626 (($ (-663 |#1|)) 23 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1495 ((|#1| $ (-659 |#1| |#2|)) 46 T ELT)) (-2328 (((-136)) 13 T ELT)) (-2086 (((-1298 |#1|) $) 42 T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 18 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 14 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-661 |#1| |#2|) (-13 (-1306 |#1|) (-298 (-659 |#1| |#2|) |#1|) (-10 -8 (-15 -1626 ($ (-663 |#1|))) (-15 -2086 ((-1298 |#1|) $)))) (-376) (-663 (-1208))) (T -661))
-((-1626 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-376)) (-5 *1 (-661 *3 *4)) (-14 *4 (-663 (-1208))))) (-2086 (*1 *2 *1) (-12 (-5 *2 (-1298 *3)) (-5 *1 (-661 *3 *4)) (-4 *3 (-376)) (-14 *4 (-663 (-1208))))))
-(-13 (-1306 |#1|) (-298 (-659 |#1| |#2|) |#1|) (-10 -8 (-15 -1626 ($ (-663 |#1|))) (-15 -2086 ((-1298 |#1|) $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (* (($ |#1| $) 17 T ELT) (($ $ |#1|) 20 T ELT)))
-(((-662 |#1|) (-142) (-1143)) (T -662))
-NIL
-(-13 (-668 |t#1|) (-1082 |t#1|))
-(((-102) . T) ((-632 (-887)) . T) ((-668 |#1|) . T) ((-1082 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) NIL T ELT)) (-2580 ((|#1| $) NIL T ELT)) (-3730 (($ $) NIL T ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) $) NIL (|has| |#1| (-871)) ELT) (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-3119 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3334 (($ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) NIL (|has| $ (-6 -4510)) ELT)) (-1498 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3746 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-4031 (($ $ $) 37 (|has| |#1| (-1132)) ELT)) (-2528 (($ $ $) 41 (|has| |#1| (-1132)) ELT)) (-2409 (($ $ $) 44 (|has| |#1| (-1132)) ELT)) (-2501 (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2570 ((|#1| $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-3806 (($ $) 23 T ELT) (($ $ (-793)) NIL T ELT)) (-2813 (($ $) NIL (|has| |#1| (-1132)) ELT)) (-2885 (($ $) 36 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1784 (($ |#1| $) NIL (|has| |#1| (-1132)) ELT) (($ (-1 (-114) |#1|) $) NIL T ELT)) (-2025 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-1866 (((-114) $) NIL T ELT)) (-2533 (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) (-1 (-114) |#1|) $) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1362 (((-114) $) 11 T ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2908 (($) 9 T CONST)) (-2531 (($ (-793) |#1|) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3104 (($ $ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-4246 (($ $ $) NIL (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 40 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1335 (($ |#1|) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1368 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-1726 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 20 T ELT) (($ $ (-793)) NIL T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2655 (((-114) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) 39 T ELT)) (-1423 (($) 38 T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) ((|#1| $ "first") NIL T ELT) (($ $ "rest") NIL T ELT) ((|#1| $ "last") NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT) ((|#1| $ (-560)) 42 T ELT) ((|#1| $ (-560) |#1|) NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-2229 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3435 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-4235 (((-114) $) NIL T ELT)) (-2936 (($ $) NIL T ELT)) (-2841 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) NIL T ELT)) (-3957 (($ $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) 53 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) NIL T ELT)) (-2401 (($ |#1| $) 12 T ELT)) (-1464 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-4357 (($ $ $) 35 T ELT) (($ |#1| $) 43 T ELT) (($ (-663 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2458 (($ $ $) 13 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1463 (((-1190) $) 31 (|has| |#1| (-843)) ELT) (((-1190) $ (-114)) 32 (|has| |#1| (-843)) ELT) (((-1304) (-845) $) 33 (|has| |#1| (-843)) ELT) (((-1304) (-845) $ (-114)) 34 (|has| |#1| (-843)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-663 |#1|) (-13 (-688 |#1|) (-10 -8 (-15 -2908 ($) -3721) (-15 -1362 ((-114) $)) (-15 -2401 ($ |#1| $)) (-15 -2458 ($ $ $)) (IF (|has| |#1| (-1132)) (PROGN (-15 -4031 ($ $ $)) (-15 -2528 ($ $ $)) (-15 -2409 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-843)) (-6 (-843)) |%noBranch|))) (-1248)) (T -663))
-((-2908 (*1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1248)))) (-1362 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-663 *3)) (-4 *3 (-1248)))) (-2401 (*1 *1 *2 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1248)))) (-2458 (*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1248)))) (-4031 (*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1132)) (-4 *2 (-1248)))) (-2528 (*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1132)) (-4 *2 (-1248)))) (-2409 (*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1132)) (-4 *2 (-1248)))))
-(-13 (-688 |#1|) (-10 -8 (-15 -2908 ($) -3721) (-15 -1362 ((-114) $)) (-15 -2401 ($ |#1| $)) (-15 -2458 ($ $ $)) (IF (|has| |#1| (-1132)) (PROGN (-15 -4031 ($ $ $)) (-15 -2528 ($ $ $)) (-15 -2409 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-843)) (-6 (-843)) |%noBranch|)))
-((-3065 (((-663 |#2|) (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|) 16 T ELT)) (-2108 ((|#2| (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|) 18 T ELT)) (-2067 (((-663 |#2|) (-1 |#2| |#1|) (-663 |#1|)) 13 T ELT)))
-(((-664 |#1| |#2|) (-10 -7 (-15 -3065 ((-663 |#2|) (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|)) (-15 -2108 (|#2| (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|)) (-15 -2067 ((-663 |#2|) (-1 |#2| |#1|) (-663 |#1|)))) (-1248) (-1248)) (T -664))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-663 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-663 *6)) (-5 *1 (-664 *5 *6)))) (-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-663 *5)) (-4 *5 (-1248)) (-4 *2 (-1248)) (-5 *1 (-664 *5 *2)))) (-3065 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-663 *6)) (-4 *6 (-1248)) (-4 *5 (-1248)) (-5 *2 (-663 *5)) (-5 *1 (-664 *6 *5)))))
-(-10 -7 (-15 -3065 ((-663 |#2|) (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|)) (-15 -2108 (|#2| (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|)) (-15 -2067 ((-663 |#2|) (-1 |#2| |#1|) (-663 |#1|))))
-((-1979 ((|#2| (-663 |#1|) (-663 |#2|) |#1| (-1 |#2| |#1|)) 18 T ELT) (((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) (-1 |#2| |#1|)) 19 T ELT) ((|#2| (-663 |#1|) (-663 |#2|) |#1| |#2|) 16 T ELT) (((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) |#2|) 17 T ELT) ((|#2| (-663 |#1|) (-663 |#2|) |#1|) 10 T ELT) (((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|)) 12 T ELT)))
-(((-665 |#1| |#2|) (-10 -7 (-15 -1979 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|))) (-15 -1979 (|#2| (-663 |#1|) (-663 |#2|) |#1|)) (-15 -1979 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) |#2|)) (-15 -1979 (|#2| (-663 |#1|) (-663 |#2|) |#1| |#2|)) (-15 -1979 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) (-1 |#2| |#1|))) (-15 -1979 (|#2| (-663 |#1|) (-663 |#2|) |#1| (-1 |#2| |#1|)))) (-1132) (-1248)) (T -665))
-((-1979 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1132)) (-4 *2 (-1248)) (-5 *1 (-665 *5 *2)))) (-1979 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-663 *5)) (-5 *4 (-663 *6)) (-4 *5 (-1132)) (-4 *6 (-1248)) (-5 *1 (-665 *5 *6)))) (-1979 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-4 *5 (-1132)) (-4 *2 (-1248)) (-5 *1 (-665 *5 *2)))) (-1979 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 *5)) (-4 *6 (-1132)) (-4 *5 (-1248)) (-5 *2 (-1 *5 *6)) (-5 *1 (-665 *6 *5)))) (-1979 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-4 *5 (-1132)) (-4 *2 (-1248)) (-5 *1 (-665 *5 *2)))) (-1979 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *6)) (-4 *5 (-1132)) (-4 *6 (-1248)) (-5 *2 (-1 *6 *5)) (-5 *1 (-665 *5 *6)))))
-(-10 -7 (-15 -1979 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|))) (-15 -1979 (|#2| (-663 |#1|) (-663 |#2|) |#1|)) (-15 -1979 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) |#2|)) (-15 -1979 (|#2| (-663 |#1|) (-663 |#2|) |#1| |#2|)) (-15 -1979 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) (-1 |#2| |#1|))) (-15 -1979 (|#2| (-663 |#1|) (-663 |#2|) |#1| (-1 |#2| |#1|))))
-((-2067 (((-663 |#3|) (-1 |#3| |#1| |#2|) (-663 |#1|) (-663 |#2|)) 21 T ELT)))
-(((-666 |#1| |#2| |#3|) (-10 -7 (-15 -2067 ((-663 |#3|) (-1 |#3| |#1| |#2|) (-663 |#1|) (-663 |#2|)))) (-1248) (-1248) (-1248)) (T -666))
-((-2067 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-663 *6)) (-5 *5 (-663 *7)) (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-663 *8)) (-5 *1 (-666 *6 *7 *8)))))
-(-10 -7 (-15 -2067 ((-663 |#3|) (-1 |#3| |#1| |#2|) (-663 |#1|) (-663 |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 11 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT) ((|#1| $) 8 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-667 |#1|) (-13 (-1114) (-632 |#1|)) (-1132)) (T -667))
-NIL
-(-13 (-1114) (-632 |#1|))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (* (($ |#1| $) 17 T ELT)))
-(((-668 |#1|) (-142) (-1143)) (T -668))
-((* (*1 *1 *2 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1143)))))
-(-13 (-1132) (-10 -8 (-15 * ($ |t#1| $))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2274 (($ |#1| |#1| $) 44 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2501 (($ (-1 (-114) |#1|) $) 60 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-2813 (($ $) 46 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1784 (($ |#1| $) 57 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) 59 (|has| $ (-6 -4509)) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#1|) $) 9 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 40 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 48 T ELT)) (-1368 (($ |#1| $) 29 T ELT) (($ |#1| $ (-793)) 43 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-1950 ((|#1| $) 51 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 23 T ELT)) (-1423 (($) 28 T ELT)) (-2577 (((-114) $) 55 T ELT)) (-2903 (((-663 (-2 (|:| -2660 |#1|) (|:| -3150 (-793)))) $) 68 T ELT)) (-2694 (($) 26 T ELT) (($ (-663 |#1|)) 19 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 64 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) 20 T ELT)) (-4417 (((-549) $) 35 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) NIL T ELT)) (-2539 (((-887) $) 14 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 24 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 70 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 17 (|has| $ (-6 -4509)) ELT)))
-(((-669 |#1|) (-13 (-717 |#1|) (-10 -8 (-6 -4509) (-15 -2577 ((-114) $)) (-15 -2274 ($ |#1| |#1| $)))) (-1132)) (T -669))
-((-2577 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-669 *3)) (-4 *3 (-1132)))) (-2274 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-669 *2)) (-4 *2 (-1132)))))
-(-13 (-717 |#1|) (-10 -8 (-6 -4509) (-15 -2577 ((-114) $)) (-15 -2274 ($ |#1| |#1| $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT)))
-(((-670 |#1|) (-142) (-1088)) (T -670))
+((-3845 (*1 *1 *1 *1) (-12 (-4 *1 (-654 *2)) (-4 *2 (-175)))) (-2594 (*1 *1 *1 *2) (-12 (-4 *1 (-654 *2)) (-4 *2 (-175)) (-4 *2 (-376)))))
+(-13 (-739 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -3845 ($ $ $)) (IF (|has| |t#1| (-376)) (-15 -2594 ($ $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-4451 (((-3 (-866 |#2|) "failed") |#2| (-305 |#2|) (-1191)) 106 T ELT) (((-3 (-866 |#2|) (-2 (|:| |leftHandLimit| (-3 (-866 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-866 |#2|) "failed"))) "failed") |#2| (-305 (-866 |#2|))) 131 T ELT)) (-2648 (((-3 (-856 |#2|) "failed") |#2| (-305 (-856 |#2|))) 136 T ELT)))
+(((-655 |#1| |#2|) (-10 -7 (-15 -4451 ((-3 (-866 |#2|) (-2 (|:| |leftHandLimit| (-3 (-866 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-866 |#2|) "failed"))) "failed") |#2| (-305 (-866 |#2|)))) (-15 -2648 ((-3 (-856 |#2|) "failed") |#2| (-305 (-856 |#2|)))) (-15 -4451 ((-3 (-866 |#2|) "failed") |#2| (-305 |#2|) (-1191)))) (-13 (-466) (-1070 (-560)) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|))) (T -655))
+((-4451 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-305 *3)) (-5 *5 (-1191)) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-866 *3)) (-5 *1 (-655 *6 *3)))) (-2648 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-305 (-856 *3))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-856 *3)) (-5 *1 (-655 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))) (-4451 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-866 *3))) (-4 *3 (-13 (-27) (-1235) (-435 *5))) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-3 (-866 *3) (-2 (|:| |leftHandLimit| (-3 (-866 *3) "failed")) (|:| |rightHandLimit| (-3 (-866 *3) "failed"))) "failed")) (-5 *1 (-655 *5 *3)))))
+(-10 -7 (-15 -4451 ((-3 (-866 |#2|) (-2 (|:| |leftHandLimit| (-3 (-866 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-866 |#2|) "failed"))) "failed") |#2| (-305 (-866 |#2|)))) (-15 -2648 ((-3 (-856 |#2|) "failed") |#2| (-305 (-856 |#2|)))) (-15 -4451 ((-3 (-866 |#2|) "failed") |#2| (-305 |#2|) (-1191))))
+((-4451 (((-3 (-866 (-421 (-976 |#1|))) "failed") (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))) (-1191)) 86 T ELT) (((-3 (-866 (-421 (-976 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed"))) "failed") (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|)))) 20 T ELT) (((-3 (-866 (-421 (-976 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed"))) "failed") (-421 (-976 |#1|)) (-305 (-866 (-976 |#1|)))) 35 T ELT)) (-2648 (((-856 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|)))) 23 T ELT) (((-856 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-305 (-856 (-976 |#1|)))) 43 T ELT)))
+(((-656 |#1|) (-10 -7 (-15 -4451 ((-3 (-866 (-421 (-976 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed"))) "failed") (-421 (-976 |#1|)) (-305 (-866 (-976 |#1|))))) (-15 -4451 ((-3 (-866 (-421 (-976 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed"))) "failed") (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))))) (-15 -2648 ((-856 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-305 (-856 (-976 |#1|))))) (-15 -2648 ((-856 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))))) (-15 -4451 ((-3 (-866 (-421 (-976 |#1|))) "failed") (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))) (-1191)))) (-466)) (T -656))
+((-4451 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-305 (-421 (-976 *6)))) (-5 *5 (-1191)) (-5 *3 (-421 (-976 *6))) (-4 *6 (-466)) (-5 *2 (-866 *3)) (-5 *1 (-656 *6)))) (-2648 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-421 (-976 *5)))) (-5 *3 (-421 (-976 *5))) (-4 *5 (-466)) (-5 *2 (-856 *3)) (-5 *1 (-656 *5)))) (-2648 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-856 (-976 *5)))) (-4 *5 (-466)) (-5 *2 (-856 (-421 (-976 *5)))) (-5 *1 (-656 *5)) (-5 *3 (-421 (-976 *5))))) (-4451 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-421 (-976 *5)))) (-5 *3 (-421 (-976 *5))) (-4 *5 (-466)) (-5 *2 (-3 (-866 *3) (-2 (|:| |leftHandLimit| (-3 (-866 *3) "failed")) (|:| |rightHandLimit| (-3 (-866 *3) "failed"))) "failed")) (-5 *1 (-656 *5)))) (-4451 (*1 *2 *3 *4) (-12 (-5 *4 (-305 (-866 (-976 *5)))) (-4 *5 (-466)) (-5 *2 (-3 (-866 (-421 (-976 *5))) (-2 (|:| |leftHandLimit| (-3 (-866 (-421 (-976 *5))) "failed")) (|:| |rightHandLimit| (-3 (-866 (-421 (-976 *5))) "failed"))) "failed")) (-5 *1 (-656 *5)) (-5 *3 (-421 (-976 *5))))))
+(-10 -7 (-15 -4451 ((-3 (-866 (-421 (-976 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed"))) "failed") (-421 (-976 |#1|)) (-305 (-866 (-976 |#1|))))) (-15 -4451 ((-3 (-866 (-421 (-976 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-866 (-421 (-976 |#1|))) "failed"))) "failed") (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))))) (-15 -2648 ((-856 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-305 (-856 (-976 |#1|))))) (-15 -2648 ((-856 (-421 (-976 |#1|))) (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))))) (-15 -4451 ((-3 (-866 (-421 (-976 |#1|))) "failed") (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))) (-1191))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) 11 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2745 (($ (-218 |#1|)) 12 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-889 |#1|)) 7 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)))
+(((-657 |#1|) (-13 (-868) (-635 (-889 |#1|)) (-10 -8 (-15 -2745 ($ (-218 |#1|))))) (-663 (-1209))) (T -657))
+((-2745 (*1 *1 *2) (-12 (-5 *2 (-218 *3)) (-14 *3 (-663 (-1209))) (-5 *1 (-657 *3)))))
+(-13 (-868) (-635 (-889 |#1|)) (-10 -8 (-15 -2745 ($ (-218 |#1|)))))
+((-3245 (((-3 (-1299 (-421 |#1|)) "failed") (-1299 |#2|) |#2|) 64 (-2912 (|has| |#1| (-376))) ELT) (((-3 (-1299 |#1|) "failed") (-1299 |#2|) |#2|) 49 (|has| |#1| (-376)) ELT)) (-3617 (((-114) (-1299 |#2|)) 33 T ELT)) (-4425 (((-3 (-1299 |#1|) "failed") (-1299 |#2|)) 40 T ELT)))
+(((-658 |#1| |#2|) (-10 -7 (-15 -3617 ((-114) (-1299 |#2|))) (-15 -4425 ((-3 (-1299 |#1|) "failed") (-1299 |#2|))) (IF (|has| |#1| (-376)) (-15 -3245 ((-3 (-1299 |#1|) "failed") (-1299 |#2|) |#2|)) (-15 -3245 ((-3 (-1299 (-421 |#1|)) "failed") (-1299 |#2|) |#2|)))) (-571) (-13 (-1081) (-660 |#1|))) (T -658))
+((-3245 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 *5))) (-2912 (-4 *5 (-376))) (-4 *5 (-571)) (-5 *2 (-1299 (-421 *5))) (-5 *1 (-658 *5 *4)))) (-3245 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 *5))) (-4 *5 (-376)) (-4 *5 (-571)) (-5 *2 (-1299 *5)) (-5 *1 (-658 *5 *4)))) (-4425 (*1 *2 *3) (|partial| -12 (-5 *3 (-1299 *5)) (-4 *5 (-13 (-1081) (-660 *4))) (-4 *4 (-571)) (-5 *2 (-1299 *4)) (-5 *1 (-658 *4 *5)))) (-3617 (*1 *2 *3) (-12 (-5 *3 (-1299 *5)) (-4 *5 (-13 (-1081) (-660 *4))) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-658 *4 *5)))))
+(-10 -7 (-15 -3617 ((-114) (-1299 |#2|))) (-15 -4425 ((-3 (-1299 |#1|) "failed") (-1299 |#2|))) (IF (|has| |#1| (-376)) (-15 -3245 ((-3 (-1299 |#1|) "failed") (-1299 |#2|) |#2|)) (-15 -3245 ((-3 (-1299 (-421 |#1|)) "failed") (-1299 |#2|) |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-4436 (((-663 (-898 (-657 |#2|) |#1|)) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-2682 (($ |#1| (-657 |#2|)) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3173 (($ (-663 |#1|)) 25 T ELT)) (-2146 (((-657 |#2|) $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2068 (((-136)) 16 T ELT)) (-3084 (((-1299 |#1|) $) 44 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-657 |#2|)) 11 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 20 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 17 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-659 |#1| |#2|) (-13 (-1307 |#1|) (-635 (-657 |#2|)) (-523 |#1| (-657 |#2|)) (-10 -8 (-15 -3173 ($ (-663 |#1|))) (-15 -3084 ((-1299 |#1|) $)))) (-376) (-663 (-1209))) (T -659))
+((-3173 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-376)) (-5 *1 (-659 *3 *4)) (-14 *4 (-663 (-1209))))) (-3084 (*1 *2 *1) (-12 (-5 *2 (-1299 *3)) (-5 *1 (-659 *3 *4)) (-4 *3 (-376)) (-14 *4 (-663 (-1209))))))
+(-13 (-1307 |#1|) (-635 (-657 |#2|)) (-523 |#1| (-657 |#2|)) (-10 -8 (-15 -3173 ($ (-663 |#1|))) (-15 -3084 ((-1299 |#1|) $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-1470 (((-711 |#1|) (-711 $)) 35 T ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 34 T ELT)) (-2974 (((-711 |#1|) (-1299 $)) 37 T ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 36 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT)))
+(((-660 |#1|) (-142) (-1081)) (T -660))
+((-2974 (*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1081)) (-5 *2 (-711 *4)))) (-2974 (*1 *2 *3 *1) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1081)) (-5 *2 (-2 (|:| -1806 (-711 *4)) (|:| |vec| (-1299 *4)))))) (-1470 (*1 *2 *3) (-12 (-5 *3 (-711 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1081)) (-5 *2 (-711 *4)))) (-1470 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *1)) (-5 *4 (-1299 *1)) (-4 *1 (-660 *5)) (-4 *5 (-1081)) (-5 *2 (-2 (|:| -1806 (-711 *5)) (|:| |vec| (-1299 *5)))))))
+(-13 (-670 |t#1|) (-10 -8 (-15 -2974 ((-711 |t#1|) (-1299 $))) (-15 -2974 ((-2 (|:| -1806 (-711 |t#1|)) (|:| |vec| (-1299 |t#1|))) (-1299 $) $)) (-15 -1470 ((-711 |t#1|) (-711 $))) (-15 -1470 ((-2 (|:| -1806 (-711 |t#1|)) (|:| |vec| (-1299 |t#1|))) (-711 $) (-1299 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4038 (($ (-663 |#1|)) 23 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3034 ((|#1| $ (-659 |#1| |#2|)) 46 T ELT)) (-2068 (((-136)) 13 T ELT)) (-3084 (((-1299 |#1|) $) 42 T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 18 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 14 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-661 |#1| |#2|) (-13 (-1307 |#1|) (-298 (-659 |#1| |#2|) |#1|) (-10 -8 (-15 -4038 ($ (-663 |#1|))) (-15 -3084 ((-1299 |#1|) $)))) (-376) (-663 (-1209))) (T -661))
+((-4038 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-376)) (-5 *1 (-661 *3 *4)) (-14 *4 (-663 (-1209))))) (-3084 (*1 *2 *1) (-12 (-5 *2 (-1299 *3)) (-5 *1 (-661 *3 *4)) (-4 *3 (-376)) (-14 *4 (-663 (-1209))))))
+(-13 (-1307 |#1|) (-298 (-659 |#1| |#2|) |#1|) (-10 -8 (-15 -4038 ($ (-663 |#1|))) (-15 -3084 ((-1299 |#1|) $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (* (($ |#1| $) 17 T ELT) (($ $ |#1|) 20 T ELT)))
+(((-662 |#1|) (-142) (-1144)) (T -662))
+NIL
+(-13 (-668 |t#1|) (-1083 |t#1|))
+(((-102) . T) ((-632 (-888)) . T) ((-668 |#1|) . T) ((-1083 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) NIL T ELT)) (-1910 ((|#1| $) NIL T ELT)) (-4034 (($ $) NIL T ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) $) NIL (|has| |#1| (-872)) ELT) (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-4235 (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-2125 (($ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) NIL (|has| $ (-6 -4511)) ELT)) (-1828 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4082 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4107 (($ $ $) 37 (|has| |#1| (-1133)) ELT)) (-3858 (($ $ $) 41 (|has| |#1| (-1133)) ELT)) (-2059 (($ $ $) 44 (|has| |#1| (-1133)) ELT)) (-4174 (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1900 ((|#1| $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-1586 (($ $) 23 T ELT) (($ $ (-793)) NIL T ELT)) (-1536 (($ $) NIL (|has| |#1| (-1133)) ELT)) (-4154 (($ $) 36 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1851 (($ |#1| $) NIL (|has| |#1| (-1133)) ELT) (($ (-1 (-114) |#1|) $) NIL T ELT)) (-3513 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-4061 (((-114) $) NIL T ELT)) (-3817 (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) (-1 (-114) |#1|) $) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2897 (((-114) $) 11 T ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-4394 (($) 9 T CONST)) (-4446 (($ (-793) |#1|) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2100 (($ $ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-1762 (($ $ $) NIL (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 40 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3209 (($ |#1|) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-3549 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-4233 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 20 T ELT) (($ $ (-793)) NIL T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2126 (((-114) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) 39 T ELT)) (-3614 (($) 38 T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) ((|#1| $ "first") NIL T ELT) (($ $ "rest") NIL T ELT) ((|#1| $ "last") NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT) ((|#1| $ (-560)) 42 T ELT) ((|#1| $ (-560) |#1|) NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-2380 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3032 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-1898 (((-114) $) NIL T ELT)) (-2935 (($ $) NIL T ELT)) (-2481 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) NIL T ELT)) (-1993 (($ $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) 53 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) NIL T ELT)) (-3722 (($ |#1| $) 12 T ELT)) (-4409 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-2465 (($ $ $) 35 T ELT) (($ |#1| $) 43 T ELT) (($ (-663 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3116 (($ $ $) 13 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2455 (((-1191) $) 31 (|has| |#1| (-845)) ELT) (((-1191) $ (-114)) 32 (|has| |#1| (-845)) ELT) (((-1305) (-847) $) 33 (|has| |#1| (-845)) ELT) (((-1305) (-847) $ (-114)) 34 (|has| |#1| (-845)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-663 |#1|) (-13 (-688 |#1|) (-10 -8 (-15 -4394 ($) -2292) (-15 -2897 ((-114) $)) (-15 -3722 ($ |#1| $)) (-15 -3116 ($ $ $)) (IF (|has| |#1| (-1133)) (PROGN (-15 -4107 ($ $ $)) (-15 -3858 ($ $ $)) (-15 -2059 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|))) (-1249)) (T -663))
+((-4394 (*1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1249)))) (-2897 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-663 *3)) (-4 *3 (-1249)))) (-3722 (*1 *1 *2 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1249)))) (-3116 (*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1249)))) (-4107 (*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1133)) (-4 *2 (-1249)))) (-3858 (*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1133)) (-4 *2 (-1249)))) (-2059 (*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1133)) (-4 *2 (-1249)))))
+(-13 (-688 |#1|) (-10 -8 (-15 -4394 ($) -2292) (-15 -2897 ((-114) $)) (-15 -3722 ($ |#1| $)) (-15 -3116 ($ $ $)) (IF (|has| |#1| (-1133)) (PROGN (-15 -4107 ($ $ $)) (-15 -3858 ($ $ $)) (-15 -2059 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|)))
+((-4215 (((-663 |#2|) (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|) 16 T ELT)) (-1995 ((|#2| (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|) 18 T ELT)) (-1793 (((-663 |#2|) (-1 |#2| |#1|) (-663 |#1|)) 13 T ELT)))
+(((-664 |#1| |#2|) (-10 -7 (-15 -4215 ((-663 |#2|) (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|)) (-15 -1995 (|#2| (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|)) (-15 -1793 ((-663 |#2|) (-1 |#2| |#1|) (-663 |#1|)))) (-1249) (-1249)) (T -664))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-663 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-663 *6)) (-5 *1 (-664 *5 *6)))) (-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-663 *5)) (-4 *5 (-1249)) (-4 *2 (-1249)) (-5 *1 (-664 *5 *2)))) (-4215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-663 *6)) (-4 *6 (-1249)) (-4 *5 (-1249)) (-5 *2 (-663 *5)) (-5 *1 (-664 *6 *5)))))
+(-10 -7 (-15 -4215 ((-663 |#2|) (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|)) (-15 -1995 (|#2| (-1 |#2| |#1| |#2|) (-663 |#1|) |#2|)) (-15 -1793 ((-663 |#2|) (-1 |#2| |#1|) (-663 |#1|))))
+((-1695 ((|#2| (-663 |#1|) (-663 |#2|) |#1| (-1 |#2| |#1|)) 18 T ELT) (((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) (-1 |#2| |#1|)) 19 T ELT) ((|#2| (-663 |#1|) (-663 |#2|) |#1| |#2|) 16 T ELT) (((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) |#2|) 17 T ELT) ((|#2| (-663 |#1|) (-663 |#2|) |#1|) 10 T ELT) (((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|)) 12 T ELT)))
+(((-665 |#1| |#2|) (-10 -7 (-15 -1695 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|))) (-15 -1695 (|#2| (-663 |#1|) (-663 |#2|) |#1|)) (-15 -1695 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) |#2|)) (-15 -1695 (|#2| (-663 |#1|) (-663 |#2|) |#1| |#2|)) (-15 -1695 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) (-1 |#2| |#1|))) (-15 -1695 (|#2| (-663 |#1|) (-663 |#2|) |#1| (-1 |#2| |#1|)))) (-1133) (-1249)) (T -665))
+((-1695 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1133)) (-4 *2 (-1249)) (-5 *1 (-665 *5 *2)))) (-1695 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-663 *5)) (-5 *4 (-663 *6)) (-4 *5 (-1133)) (-4 *6 (-1249)) (-5 *1 (-665 *5 *6)))) (-1695 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-4 *5 (-1133)) (-4 *2 (-1249)) (-5 *1 (-665 *5 *2)))) (-1695 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 *5)) (-4 *6 (-1133)) (-4 *5 (-1249)) (-5 *2 (-1 *5 *6)) (-5 *1 (-665 *6 *5)))) (-1695 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-4 *5 (-1133)) (-4 *2 (-1249)) (-5 *1 (-665 *5 *2)))) (-1695 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *6)) (-4 *5 (-1133)) (-4 *6 (-1249)) (-5 *2 (-1 *6 *5)) (-5 *1 (-665 *5 *6)))))
+(-10 -7 (-15 -1695 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|))) (-15 -1695 (|#2| (-663 |#1|) (-663 |#2|) |#1|)) (-15 -1695 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) |#2|)) (-15 -1695 (|#2| (-663 |#1|) (-663 |#2|) |#1| |#2|)) (-15 -1695 ((-1 |#2| |#1|) (-663 |#1|) (-663 |#2|) (-1 |#2| |#1|))) (-15 -1695 (|#2| (-663 |#1|) (-663 |#2|) |#1| (-1 |#2| |#1|))))
+((-1793 (((-663 |#3|) (-1 |#3| |#1| |#2|) (-663 |#1|) (-663 |#2|)) 21 T ELT)))
+(((-666 |#1| |#2| |#3|) (-10 -7 (-15 -1793 ((-663 |#3|) (-1 |#3| |#1| |#2|) (-663 |#1|) (-663 |#2|)))) (-1249) (-1249) (-1249)) (T -666))
+((-1793 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-663 *6)) (-5 *5 (-663 *7)) (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-663 *8)) (-5 *1 (-666 *6 *7 *8)))))
+(-10 -7 (-15 -1793 ((-663 |#3|) (-1 |#3| |#1| |#2|) (-663 |#1|) (-663 |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 11 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT) ((|#1| $) 8 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-667 |#1|) (-13 (-1115) (-632 |#1|)) (-1133)) (T -667))
+NIL
+(-13 (-1115) (-632 |#1|))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (* (($ |#1| $) 17 T ELT)))
+(((-668 |#1|) (-142) (-1144)) (T -668))
+((* (*1 *1 *2 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1144)))))
+(-13 (-1133) (-10 -8 (-15 * ($ |t#1| $))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2519 (($ |#1| |#1| $) 44 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4174 (($ (-1 (-114) |#1|) $) 60 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1536 (($ $) 46 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1851 (($ |#1| $) 57 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) 59 (|has| $ (-6 -4510)) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#1|) $) 9 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 40 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 48 T ELT)) (-3549 (($ |#1| $) 29 T ELT) (($ |#1| $ (-793)) 43 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-3194 ((|#1| $) 51 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 23 T ELT)) (-3614 (($) 28 T ELT)) (-2627 (((-114) $) 55 T ELT)) (-4358 (((-663 (-2 (|:| -3529 |#1|) (|:| -1485 (-793)))) $) 68 T ELT)) (-2389 (($) 26 T ELT) (($ (-663 |#1|)) 19 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 64 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) 20 T ELT)) (-1830 (((-549) $) 35 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) NIL T ELT)) (-3834 (((-888) $) 14 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 24 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 70 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 17 (|has| $ (-6 -4510)) ELT)))
+(((-669 |#1|) (-13 (-717 |#1|) (-10 -8 (-6 -4510) (-15 -2627 ((-114) $)) (-15 -2519 ($ |#1| |#1| $)))) (-1133)) (T -669))
+((-2627 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-669 *3)) (-4 *3 (-1133)))) (-2519 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-669 *2)) (-4 *2 (-1133)))))
+(-13 (-717 |#1|) (-10 -8 (-6 -4510) (-15 -2627 ((-114) $)) (-15 -2519 ($ |#1| |#1| $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT)))
+(((-670 |#1|) (-142) (-1089)) (T -670))
NIL
(-13 (-21) (-668 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793) $) 17 T ELT)) (-3448 (($ $ |#1|) 69 T ELT)) (-4318 (($ $) 39 T ELT)) (-4071 (($ $) 37 T ELT)) (-1442 (((-3 |#1| "failed") $) 61 T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-3911 (($ |#1| |#2| $) 79 T ELT) (($ $ $) 81 T ELT)) (-1661 (((-887) $ (-1 (-887) (-887) (-887)) (-1 (-887) (-887) (-887)) (-560)) 56 T ELT)) (-2888 ((|#1| $ (-560)) 35 T ELT)) (-3063 ((|#2| $ (-560)) 34 T ELT)) (-2308 (($ (-1 |#1| |#1|) $) 41 T ELT)) (-2798 (($ (-1 |#2| |#2|) $) 47 T ELT)) (-1745 (($) 11 T ELT)) (-3745 (($ |#1| |#2|) 24 T ELT)) (-2587 (($ (-663 (-2 (|:| |gen| |#1|) (|:| -1920 |#2|)))) 25 T ELT)) (-4067 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 |#2|))) $) 14 T ELT)) (-1555 (($ |#1| $) 71 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3263 (((-114) $ $) 76 T ELT)) (-2539 (((-887) $) 21 T ELT) (($ |#1|) 18 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 27 T ELT)))
-(((-671 |#1| |#2| |#3|) (-13 (-1132) (-1069 |#1|) (-10 -8 (-15 -1661 ((-887) $ (-1 (-887) (-887) (-887)) (-1 (-887) (-887) (-887)) (-560))) (-15 -4067 ((-663 (-2 (|:| |gen| |#1|) (|:| -1920 |#2|))) $)) (-15 -3745 ($ |#1| |#2|)) (-15 -2587 ($ (-663 (-2 (|:| |gen| |#1|) (|:| -1920 |#2|))))) (-15 -3063 (|#2| $ (-560))) (-15 -2888 (|#1| $ (-560))) (-15 -4071 ($ $)) (-15 -4318 ($ $)) (-15 -1450 ((-793) $)) (-15 -1745 ($)) (-15 -3448 ($ $ |#1|)) (-15 -1555 ($ |#1| $)) (-15 -3911 ($ |#1| |#2| $)) (-15 -3911 ($ $ $)) (-15 -3263 ((-114) $ $)) (-15 -2798 ($ (-1 |#2| |#2|) $)) (-15 -2308 ($ (-1 |#1| |#1|) $)))) (-1132) (-23) |#2|) (T -671))
-((-1661 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-887) (-887) (-887))) (-5 *4 (-560)) (-5 *2 (-887)) (-5 *1 (-671 *5 *6 *7)) (-4 *5 (-1132)) (-4 *6 (-23)) (-14 *7 *6))) (-4067 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 *4)))) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-23)) (-14 *5 *4))) (-3745 (*1 *1 *2 *3) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23)) (-14 *4 *3))) (-2587 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 *4)))) (-4 *3 (-1132)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-671 *3 *4 *5)))) (-3063 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *2 (-23)) (-5 *1 (-671 *4 *2 *5)) (-4 *4 (-1132)) (-14 *5 *2))) (-2888 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *2 (-1132)) (-5 *1 (-671 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-4071 (*1 *1 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23)) (-14 *4 *3))) (-4318 (*1 *1 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23)) (-14 *4 *3))) (-1450 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-23)) (-14 *5 *4))) (-1745 (*1 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23)) (-14 *4 *3))) (-3448 (*1 *1 *1 *2) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23)) (-14 *4 *3))) (-1555 (*1 *1 *2 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23)) (-14 *4 *3))) (-3911 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23)) (-14 *4 *3))) (-3911 (*1 *1 *1 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23)) (-14 *4 *3))) (-3263 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-23)) (-14 *5 *4))) (-2798 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1132)))) (-2308 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1132)) (-5 *1 (-671 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
-(-13 (-1132) (-1069 |#1|) (-10 -8 (-15 -1661 ((-887) $ (-1 (-887) (-887) (-887)) (-1 (-887) (-887) (-887)) (-560))) (-15 -4067 ((-663 (-2 (|:| |gen| |#1|) (|:| -1920 |#2|))) $)) (-15 -3745 ($ |#1| |#2|)) (-15 -2587 ($ (-663 (-2 (|:| |gen| |#1|) (|:| -1920 |#2|))))) (-15 -3063 (|#2| $ (-560))) (-15 -2888 (|#1| $ (-560))) (-15 -4071 ($ $)) (-15 -4318 ($ $)) (-15 -1450 ((-793) $)) (-15 -1745 ($)) (-15 -3448 ($ $ |#1|)) (-15 -1555 ($ |#1| $)) (-15 -3911 ($ |#1| |#2| $)) (-15 -3911 ($ $ $)) (-15 -3263 ((-114) $ $)) (-15 -2798 ($ (-1 |#2| |#2|) $)) (-15 -2308 ($ (-1 |#1| |#1|) $))))
-((-3213 (((-560) $) 30 T ELT)) (-1726 (($ |#2| $ (-560)) 26 T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) 12 T ELT)) (-2624 (((-114) (-560) $) 17 T ELT)) (-4357 (($ $ |#2|) 23 T ELT) (($ |#2| $) 24 T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)))
-(((-672 |#1| |#2|) (-10 -8 (-15 -1726 (|#1| |#1| |#1| (-560))) (-15 -1726 (|#1| |#2| |#1| (-560))) (-15 -4357 (|#1| (-663 |#1|))) (-15 -4357 (|#1| |#1| |#1|)) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#2|)) (-15 -3213 ((-560) |#1|)) (-15 -1936 ((-663 (-560)) |#1|)) (-15 -2624 ((-114) (-560) |#1|))) (-673 |#2|) (-1248)) (T -672))
-NIL
-(-10 -8 (-15 -1726 (|#1| |#1| |#1| (-560))) (-15 -1726 (|#1| |#2| |#1| (-560))) (-15 -4357 (|#1| (-663 |#1|))) (-15 -4357 (|#1| |#1| |#1|)) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#2|)) (-15 -3213 ((-560) |#1|)) (-15 -1936 ((-663 (-560)) |#1|)) (-15 -2624 ((-114) (-560) |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) 47 (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2885 (($ $) 87 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#1| $) 86 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 58 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) |#1|) 77 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 50 (|has| (-560) (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 51 (|has| (-560) (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-1936 (((-663 (-560)) $) 53 T ELT)) (-2624 (((-114) (-560) $) 54 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 49 (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-4446 (($ $ |#1|) 48 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1265 (-560))) 78 T ELT)) (-3435 (($ $ (-560)) 71 T ELT) (($ $ (-1265 (-560))) 70 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 79 T ELT)) (-4357 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-673 |#1|) (-142) (-1248)) (T -673))
-((-2531 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-4 *1 (-673 *3)) (-4 *3 (-1248)))) (-4357 (*1 *1 *1 *2) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1248)))) (-4357 (*1 *1 *2 *1) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1248)))) (-4357 (*1 *1 *1 *1) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1248)))) (-4357 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-673 *3)) (-4 *3 (-1248)))) (-2067 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-673 *3)) (-4 *3 (-1248)))) (-3435 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-673 *3)) (-4 *3 (-1248)))) (-3435 (*1 *1 *1 *2) (-12 (-5 *2 (-1265 (-560))) (-4 *1 (-673 *3)) (-4 *3 (-1248)))) (-1726 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-673 *2)) (-4 *2 (-1248)))) (-1726 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-673 *3)) (-4 *3 (-1248)))) (-2696 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1265 (-560))) (|has| *1 (-6 -4510)) (-4 *1 (-673 *2)) (-4 *2 (-1248)))))
-(-13 (-618 (-560) |t#1|) (-153 |t#1|) (-298 (-1265 (-560)) $) (-10 -8 (-15 -2531 ($ (-793) |t#1|)) (-15 -4357 ($ $ |t#1|)) (-15 -4357 ($ |t#1| $)) (-15 -4357 ($ $ $)) (-15 -4357 ($ (-663 $))) (-15 -2067 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -3435 ($ $ (-560))) (-15 -3435 ($ $ (-1265 (-560)))) (-15 -1726 ($ |t#1| $ (-560))) (-15 -1726 ($ $ $ (-560))) (IF (|has| $ (-6 -4510)) (-15 -2696 (|t#1| $ (-1265 (-560)) |t#1|)) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 15 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4420 ((|#1| $) 23 T ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-813)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-813)) ELT)) (-3049 (((-1190) $) 48 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4429 ((|#3| $) 24 T ELT)) (-2539 (((-887) $) 43 T ELT)) (-3860 (((-114) $ $) 22 T ELT)) (-1427 (($) 10 T CONST)) (-2383 (((-114) $ $) NIL (|has| |#1| (-813)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-813)) ELT)) (-2329 (((-114) $ $) 20 T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-813)) ELT)) (-2349 (((-114) $ $) 26 (|has| |#1| (-813)) ELT)) (-2436 (($ $ |#3|) 36 T ELT) (($ |#1| |#3|) 37 T ELT)) (-2426 (($ $) 17 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 29 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 32 T ELT) (($ |#2| $) 34 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-674 |#1| |#2| |#3|) (-13 (-739 |#2|) (-10 -8 (IF (|has| |#1| (-813)) (-6 (-813)) |%noBranch|) (-15 -2436 ($ $ |#3|)) (-15 -2436 ($ |#1| |#3|)) (-15 -4420 (|#1| $)) (-15 -4429 (|#3| $)))) (-739 |#2|) (-175) (|SubsetCategory| (-748) |#2|)) (T -674))
-((-2436 (*1 *1 *1 *2) (-12 (-4 *4 (-175)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-739 *4)) (-4 *2 (|SubsetCategory| (-748) *4)))) (-2436 (*1 *1 *2 *3) (-12 (-4 *4 (-175)) (-5 *1 (-674 *2 *4 *3)) (-4 *2 (-739 *4)) (-4 *3 (|SubsetCategory| (-748) *4)))) (-4420 (*1 *2 *1) (-12 (-4 *3 (-175)) (-4 *2 (-739 *3)) (-5 *1 (-674 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-748) *3)))) (-4429 (*1 *2 *1) (-12 (-4 *4 (-175)) (-4 *2 (|SubsetCategory| (-748) *4)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-739 *4)))))
-(-13 (-739 |#2|) (-10 -8 (IF (|has| |#1| (-813)) (-6 (-813)) |%noBranch|) (-15 -2436 ($ $ |#3|)) (-15 -2436 ($ |#1| |#3|)) (-15 -4420 (|#1| $)) (-15 -4429 (|#3| $))))
-((-3824 (((-3 |#2| "failed") |#3| |#2| (-1208) |#2| (-663 |#2|)) 174 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) "failed") |#3| |#2| (-1208)) 44 T ELT)))
-(((-675 |#1| |#2| |#3|) (-10 -7 (-15 -3824 ((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) "failed") |#3| |#2| (-1208))) (-15 -3824 ((-3 |#2| "failed") |#3| |#2| (-1208) |#2| (-663 |#2|)))) (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1234) (-989)) (-680 |#2|)) (T -675))
-((-3824 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-663 *2)) (-4 *2 (-13 (-29 *6) (-1234) (-989))) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *1 (-675 *6 *2 *3)) (-4 *3 (-680 *2)))) (-3824 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1208)) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-4 *4 (-13 (-29 *6) (-1234) (-989))) (-5 *2 (-2 (|:| |particular| *4) (|:| -1868 (-663 *4)))) (-5 *1 (-675 *6 *4 *3)) (-4 *3 (-680 *4)))))
-(-10 -7 (-15 -3824 ((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) "failed") |#3| |#2| (-1208))) (-15 -3824 ((-3 |#2| "failed") |#3| |#2| (-1208) |#2| (-663 |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-1402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2084 (($ $ $) 28 (|has| |#1| (-376)) ELT)) (-2640 (($ $ (-793)) 31 (|has| |#1| (-376)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2938 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4223 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4204 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4337 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2175 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4020 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-4084 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) NIL T ELT)) (-3423 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-2104 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-4486 (((-793) $) NIL T ELT)) (-2331 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2764 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3723 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3229 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1902 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2171 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2210 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-1495 ((|#1| $ |#1|) 24 T ELT)) (-3274 (($ $ $) 33 (|has| |#1| (-376)) ELT)) (-4283 (((-793) $) NIL T ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) NIL T ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-793)) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3780 ((|#1| $ |#1| |#1|) 23 T ELT)) (-1802 (($ $) NIL T ELT)) (-1427 (($) 21 T CONST)) (-1439 (($) 8 T CONST)) (-4324 (($) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-676 |#1| |#2|) (-680 |#1|) (-1080) (-1 |#1| |#1|)) (T -676))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793) $) 17 T ELT)) (-3605 (($ $ |#1|) 69 T ELT)) (-1518 (($ $) 39 T ELT)) (-1456 (($ $) 37 T ELT)) (-4142 (((-3 |#1| "failed") $) 61 T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-2632 (($ |#1| |#2| $) 79 T ELT) (($ $ $) 81 T ELT)) (-4259 (((-888) $ (-1 (-888) (-888) (-888)) (-1 (-888) (-888) (-888)) (-560)) 56 T ELT)) (-3365 ((|#1| $ (-560)) 35 T ELT)) (-4024 ((|#2| $ (-560)) 34 T ELT)) (-2585 (($ (-1 |#1| |#1|) $) 41 T ELT)) (-2656 (($ (-1 |#2| |#2|) $) 47 T ELT)) (-2299 (($) 11 T ELT)) (-3989 (($ |#1| |#2|) 24 T ELT)) (-2433 (($ (-663 (-2 (|:| |gen| |#1|) (|:| -2784 |#2|)))) 25 T ELT)) (-3342 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 |#2|))) $) 14 T ELT)) (-3410 (($ |#1| $) 71 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3536 (((-114) $ $) 76 T ELT)) (-3834 (((-888) $) 21 T ELT) (($ |#1|) 18 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 27 T ELT)))
+(((-671 |#1| |#2| |#3|) (-13 (-1133) (-1070 |#1|) (-10 -8 (-15 -4259 ((-888) $ (-1 (-888) (-888) (-888)) (-1 (-888) (-888) (-888)) (-560))) (-15 -3342 ((-663 (-2 (|:| |gen| |#1|) (|:| -2784 |#2|))) $)) (-15 -3989 ($ |#1| |#2|)) (-15 -2433 ($ (-663 (-2 (|:| |gen| |#1|) (|:| -2784 |#2|))))) (-15 -4024 (|#2| $ (-560))) (-15 -3365 (|#1| $ (-560))) (-15 -1456 ($ $)) (-15 -1518 ($ $)) (-15 -2233 ((-793) $)) (-15 -2299 ($)) (-15 -3605 ($ $ |#1|)) (-15 -3410 ($ |#1| $)) (-15 -2632 ($ |#1| |#2| $)) (-15 -2632 ($ $ $)) (-15 -3536 ((-114) $ $)) (-15 -2656 ($ (-1 |#2| |#2|) $)) (-15 -2585 ($ (-1 |#1| |#1|) $)))) (-1133) (-23) |#2|) (T -671))
+((-4259 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-888) (-888) (-888))) (-5 *4 (-560)) (-5 *2 (-888)) (-5 *1 (-671 *5 *6 *7)) (-4 *5 (-1133)) (-4 *6 (-23)) (-14 *7 *6))) (-3342 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 *4)))) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1133)) (-4 *4 (-23)) (-14 *5 *4))) (-3989 (*1 *1 *2 *3) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23)) (-14 *4 *3))) (-2433 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 *4)))) (-4 *3 (-1133)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-671 *3 *4 *5)))) (-4024 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *2 (-23)) (-5 *1 (-671 *4 *2 *5)) (-4 *4 (-1133)) (-14 *5 *2))) (-3365 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *2 (-1133)) (-5 *1 (-671 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-1456 (*1 *1 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23)) (-14 *4 *3))) (-1518 (*1 *1 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23)) (-14 *4 *3))) (-2233 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1133)) (-4 *4 (-23)) (-14 *5 *4))) (-2299 (*1 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23)) (-14 *4 *3))) (-3605 (*1 *1 *1 *2) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23)) (-14 *4 *3))) (-3410 (*1 *1 *2 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23)) (-14 *4 *3))) (-2632 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23)) (-14 *4 *3))) (-2632 (*1 *1 *1 *1) (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23)) (-14 *4 *3))) (-3536 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1133)) (-4 *4 (-23)) (-14 *5 *4))) (-2656 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1133)))) (-2585 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1133)) (-5 *1 (-671 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
+(-13 (-1133) (-1070 |#1|) (-10 -8 (-15 -4259 ((-888) $ (-1 (-888) (-888) (-888)) (-1 (-888) (-888) (-888)) (-560))) (-15 -3342 ((-663 (-2 (|:| |gen| |#1|) (|:| -2784 |#2|))) $)) (-15 -3989 ($ |#1| |#2|)) (-15 -2433 ($ (-663 (-2 (|:| |gen| |#1|) (|:| -2784 |#2|))))) (-15 -4024 (|#2| $ (-560))) (-15 -3365 (|#1| $ (-560))) (-15 -1456 ($ $)) (-15 -1518 ($ $)) (-15 -2233 ((-793) $)) (-15 -2299 ($)) (-15 -3605 ($ $ |#1|)) (-15 -3410 ($ |#1| $)) (-15 -2632 ($ |#1| |#2| $)) (-15 -2632 ($ $ $)) (-15 -3536 ((-114) $ $)) (-15 -2656 ($ (-1 |#2| |#2|) $)) (-15 -2585 ($ (-1 |#1| |#1|) $))))
+((-3320 (((-560) $) 30 T ELT)) (-4233 (($ |#2| $ (-560)) 26 T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) 12 T ELT)) (-2679 (((-114) (-560) $) 17 T ELT)) (-2465 (($ $ |#2|) 23 T ELT) (($ |#2| $) 24 T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)))
+(((-672 |#1| |#2|) (-10 -8 (-15 -4233 (|#1| |#1| |#1| (-560))) (-15 -4233 (|#1| |#2| |#1| (-560))) (-15 -2465 (|#1| (-663 |#1|))) (-15 -2465 (|#1| |#1| |#1|)) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#2|)) (-15 -3320 ((-560) |#1|)) (-15 -3444 ((-663 (-560)) |#1|)) (-15 -2679 ((-114) (-560) |#1|))) (-673 |#2|) (-1249)) (T -672))
+NIL
+(-10 -8 (-15 -4233 (|#1| |#1| |#1| (-560))) (-15 -4233 (|#1| |#2| |#1| (-560))) (-15 -2465 (|#1| (-663 |#1|))) (-15 -2465 (|#1| |#1| |#1|)) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#2|)) (-15 -3320 ((-560) |#1|)) (-15 -3444 ((-663 (-560)) |#1|)) (-15 -2679 ((-114) (-560) |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) 47 (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-4154 (($ $) 87 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#1| $) 86 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 58 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) |#1|) 77 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 50 (|has| (-560) (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 51 (|has| (-560) (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-3444 (((-663 (-560)) $) 53 T ELT)) (-2679 (((-114) (-560) $) 54 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 49 (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-2024 (($ $ |#1|) 48 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1266 (-560))) 78 T ELT)) (-3032 (($ $ (-560)) 71 T ELT) (($ $ (-1266 (-560))) 70 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 79 T ELT)) (-2465 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-673 |#1|) (-142) (-1249)) (T -673))
+((-4446 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-4 *1 (-673 *3)) (-4 *3 (-1249)))) (-2465 (*1 *1 *1 *2) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1249)))) (-2465 (*1 *1 *2 *1) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1249)))) (-2465 (*1 *1 *1 *1) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1249)))) (-2465 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-673 *3)) (-4 *3 (-1249)))) (-1793 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-673 *3)) (-4 *3 (-1249)))) (-3032 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-673 *3)) (-4 *3 (-1249)))) (-3032 (*1 *1 *1 *2) (-12 (-5 *2 (-1266 (-560))) (-4 *1 (-673 *3)) (-4 *3 (-1249)))) (-4233 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-673 *2)) (-4 *2 (-1249)))) (-4233 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-673 *3)) (-4 *3 (-1249)))) (-3986 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1266 (-560))) (|has| *1 (-6 -4511)) (-4 *1 (-673 *2)) (-4 *2 (-1249)))))
+(-13 (-618 (-560) |t#1|) (-153 |t#1|) (-298 (-1266 (-560)) $) (-10 -8 (-15 -4446 ($ (-793) |t#1|)) (-15 -2465 ($ $ |t#1|)) (-15 -2465 ($ |t#1| $)) (-15 -2465 ($ $ $)) (-15 -2465 ($ (-663 $))) (-15 -1793 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -3032 ($ $ (-560))) (-15 -3032 ($ $ (-1266 (-560)))) (-15 -4233 ($ |t#1| $ (-560))) (-15 -4233 ($ $ $ (-560))) (IF (|has| $ (-6 -4511)) (-15 -3986 (|t#1| $ (-1266 (-560)) |t#1|)) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 15 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| |#1| (-814)) ELT)) (-4489 (($) NIL T CONST)) (-1366 (((-114) $) NIL (|has| |#1| (-814)) ELT)) (-3125 ((|#1| $) 23 T ELT)) (-1501 (((-114) $) NIL (|has| |#1| (-814)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-814)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-814)) ELT)) (-2128 (((-1191) $) 48 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3138 ((|#3| $) 24 T ELT)) (-3834 (((-888) $) 43 T ELT)) (-1519 (((-114) $ $) 22 T ELT)) (-1958 (($ $) NIL (|has| |#1| (-814)) ELT)) (-2971 (($) 10 T CONST)) (-2537 (((-114) $ $) NIL (|has| |#1| (-814)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-814)) ELT)) (-2478 (((-114) $ $) 20 T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-814)) ELT)) (-2499 (((-114) $ $) 26 (|has| |#1| (-814)) ELT)) (-2594 (($ $ |#3|) 36 T ELT) (($ |#1| |#3|) 37 T ELT)) (-2581 (($ $) 17 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 29 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 32 T ELT) (($ |#2| $) 34 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-674 |#1| |#2| |#3|) (-13 (-739 |#2|) (-10 -8 (IF (|has| |#1| (-814)) (-6 (-814)) |%noBranch|) (-15 -2594 ($ $ |#3|)) (-15 -2594 ($ |#1| |#3|)) (-15 -3125 (|#1| $)) (-15 -3138 (|#3| $)))) (-739 |#2|) (-175) (|SubsetCategory| (-748) |#2|)) (T -674))
+((-2594 (*1 *1 *1 *2) (-12 (-4 *4 (-175)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-739 *4)) (-4 *2 (|SubsetCategory| (-748) *4)))) (-2594 (*1 *1 *2 *3) (-12 (-4 *4 (-175)) (-5 *1 (-674 *2 *4 *3)) (-4 *2 (-739 *4)) (-4 *3 (|SubsetCategory| (-748) *4)))) (-3125 (*1 *2 *1) (-12 (-4 *3 (-175)) (-4 *2 (-739 *3)) (-5 *1 (-674 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-748) *3)))) (-3138 (*1 *2 *1) (-12 (-4 *4 (-175)) (-4 *2 (|SubsetCategory| (-748) *4)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-739 *4)))))
+(-13 (-739 |#2|) (-10 -8 (IF (|has| |#1| (-814)) (-6 (-814)) |%noBranch|) (-15 -2594 ($ $ |#3|)) (-15 -2594 ($ |#1| |#3|)) (-15 -3125 (|#1| $)) (-15 -3138 (|#3| $))))
+((-3944 (((-3 |#2| "failed") |#3| |#2| (-1209) |#2| (-663 |#2|)) 174 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) "failed") |#3| |#2| (-1209)) 44 T ELT)))
+(((-675 |#1| |#2| |#3|) (-10 -7 (-15 -3944 ((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) "failed") |#3| |#2| (-1209))) (-15 -3944 ((-3 |#2| "failed") |#3| |#2| (-1209) |#2| (-663 |#2|)))) (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1235) (-990)) (-680 |#2|)) (T -675))
+((-3944 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-663 *2)) (-4 *2 (-13 (-29 *6) (-1235) (-990))) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *1 (-675 *6 *2 *3)) (-4 *3 (-680 *2)))) (-3944 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1209)) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-4 *4 (-13 (-29 *6) (-1235) (-990))) (-5 *2 (-2 (|:| |particular| *4) (|:| -4222 (-663 *4)))) (-5 *1 (-675 *6 *4 *3)) (-4 *3 (-680 *4)))))
+(-10 -7 (-15 -3944 ((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) "failed") |#3| |#2| (-1209))) (-15 -3944 ((-3 |#2| "failed") |#3| |#2| (-1209) |#2| (-663 |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3315 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2856 (($ $ $) 28 (|has| |#1| (-376)) ELT)) (-1663 (($ $ (-793)) 31 (|has| |#1| (-376)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1836 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3190 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2855 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3796 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4135 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2543 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-3829 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) NIL T ELT)) (-2165 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-2142 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-3654 (((-793) $) NIL T ELT)) (-2258 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3951 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3786 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4057 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2174 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3828 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2634 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-3034 ((|#1| $ |#1|) 24 T ELT)) (-2143 (($ $ $) 33 (|has| |#1| (-376)) ELT)) (-4144 (((-793) $) NIL T ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) NIL T ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-793)) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1560 ((|#1| $ |#1| |#1|) 23 T ELT)) (-4167 (($ $) NIL T ELT)) (-2971 (($) 21 T CONST)) (-2983 (($) 8 T CONST)) (-3095 (($) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-676 |#1| |#2|) (-680 |#1|) (-1081) (-1 |#1| |#1|)) (T -676))
NIL
(-680 |#1|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-1402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2084 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2640 (($ $ (-793)) NIL (|has| |#1| (-376)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2938 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4223 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4204 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4337 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2175 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4020 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-4084 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) NIL T ELT)) (-3423 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-2104 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-4486 (((-793) $) NIL T ELT)) (-2331 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2764 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3723 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3229 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1902 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2171 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2210 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-1495 ((|#1| $ |#1|) NIL T ELT)) (-3274 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4283 (((-793) $) NIL T ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) NIL T ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-793)) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3780 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1802 (($ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3315 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2856 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1663 (($ $ (-793)) NIL (|has| |#1| (-376)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1836 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3190 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2855 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3796 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4135 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2543 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-3829 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) NIL T ELT)) (-2165 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-2142 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-3654 (((-793) $) NIL T ELT)) (-2258 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3951 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3786 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4057 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2174 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3828 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2634 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-3034 ((|#1| $ |#1|) NIL T ELT)) (-2143 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4144 (((-793) $) NIL T ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) NIL T ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-793)) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1560 ((|#1| $ |#1| |#1|) NIL T ELT)) (-4167 (($ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
(((-677 |#1|) (-680 |#1|) (-240)) (T -677))
NIL
(-680 |#1|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-1402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2084 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2640 (($ $ (-793)) NIL (|has| |#1| (-376)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2938 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4223 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4204 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4337 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2175 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4020 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-4084 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) NIL T ELT)) (-3423 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-2104 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-4486 (((-793) $) NIL T ELT)) (-2331 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2764 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3723 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3229 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1902 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2171 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2210 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-1495 ((|#1| $ |#1|) NIL T ELT) ((|#2| $ |#2|) 13 T ELT)) (-3274 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4283 (((-793) $) NIL T ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) NIL T ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-793)) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3780 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1802 (($ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-678 |#1| |#2|) (-13 (-680 |#1|) (-298 |#2| |#2|)) (-240) (-13 (-670 |#1|) (-10 -8 (-15 -2457 ($ $))))) (T -678))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3315 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2856 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1663 (($ $ (-793)) NIL (|has| |#1| (-376)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1836 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3190 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2855 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3796 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4135 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2543 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-3829 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) NIL T ELT)) (-2165 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-2142 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-3654 (((-793) $) NIL T ELT)) (-2258 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3951 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3786 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4057 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2174 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3828 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2634 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-3034 ((|#1| $ |#1|) NIL T ELT) ((|#2| $ |#2|) 13 T ELT)) (-2143 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4144 (((-793) $) NIL T ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) NIL T ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-793)) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1560 ((|#1| $ |#1| |#1|) NIL T ELT)) (-4167 (($ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-678 |#1| |#2|) (-13 (-680 |#1|) (-298 |#2| |#2|)) (-240) (-13 (-670 |#1|) (-10 -8 (-15 -2703 ($ $))))) (T -678))
NIL
(-13 (-680 |#1|) (-298 |#2| |#2|))
-((-1402 (($ $) 29 T ELT)) (-1802 (($ $) 27 T ELT)) (-4324 (($) 13 T ELT)))
-(((-679 |#1| |#2|) (-10 -8 (-15 -1402 (|#1| |#1|)) (-15 -1802 (|#1| |#1|)) (-15 -4324 (|#1|))) (-680 |#2|) (-1080)) (T -679))
-NIL
-(-10 -8 (-15 -1402 (|#1| |#1|)) (-15 -1802 (|#1| |#1|)) (-15 -4324 (|#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-1402 (($ $) 93 (|has| |#1| (-376)) ELT)) (-2084 (($ $ $) 95 (|has| |#1| (-376)) ELT)) (-2640 (($ $ (-793)) 94 (|has| |#1| (-376)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2938 (($ $ $) 55 (|has| |#1| (-376)) ELT)) (-4223 (($ $ $) 56 (|has| |#1| (-376)) ELT)) (-4204 (($ $ $) 58 (|has| |#1| (-376)) ELT)) (-4337 (($ $ $) 53 (|has| |#1| (-376)) ELT)) (-2175 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 52 (|has| |#1| (-376)) ELT)) (-4020 (((-3 $ "failed") $ $) 54 (|has| |#1| (-376)) ELT)) (-4084 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 57 (|has| |#1| (-376)) ELT)) (-1442 (((-3 (-560) "failed") $) 85 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 82 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 79 T ELT)) (-3056 (((-560) $) 84 (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) 81 (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 80 T ELT)) (-2474 (($ $) 74 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2075 (($ $) 65 (|has| |#1| (-466)) ELT)) (-1871 (((-114) $) 40 T ELT)) (-3528 (($ |#1| (-793)) 72 T ELT)) (-3423 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 67 (|has| |#1| (-571)) ELT)) (-2104 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 68 (|has| |#1| (-571)) ELT)) (-4486 (((-793) $) 76 T ELT)) (-2331 (($ $ $) 62 (|has| |#1| (-376)) ELT)) (-2764 (($ $ $) 63 (|has| |#1| (-376)) ELT)) (-3723 (($ $ $) 51 (|has| |#1| (-376)) ELT)) (-3229 (($ $ $) 60 (|has| |#1| (-376)) ELT)) (-1902 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 59 (|has| |#1| (-376)) ELT)) (-2171 (((-3 $ "failed") $ $) 61 (|has| |#1| (-376)) ELT)) (-2210 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 64 (|has| |#1| (-376)) ELT)) (-2450 ((|#1| $) 75 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-571)) ELT)) (-1495 ((|#1| $ |#1|) 98 T ELT)) (-3274 (($ $ $) 92 (|has| |#1| (-376)) ELT)) (-4283 (((-793) $) 77 T ELT)) (-2389 ((|#1| $) 66 (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 83 (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) 78 T ELT)) (-2277 (((-663 |#1|) $) 71 T ELT)) (-2453 ((|#1| $ (-793)) 73 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3780 ((|#1| $ |#1| |#1|) 70 T ELT)) (-1802 (($ $) 96 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($) 97 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 87 T ELT) (($ |#1| $) 86 T ELT)))
-(((-680 |#1|) (-142) (-1080)) (T -680))
-((-4324 (*1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080)))) (-1802 (*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080)))) (-2084 (*1 *1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-2640 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-680 *3)) (-4 *3 (-1080)) (-4 *3 (-376)))) (-1402 (*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-3274 (*1 *1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(-13 (-876 |t#1|) (-298 |t#1| |t#1|) (-10 -8 (-15 -4324 ($)) (-15 -1802 ($ $)) (IF (|has| |t#1| (-376)) (PROGN (-15 -2084 ($ $ $)) (-15 -2640 ($ $ (-793))) (-15 -1402 ($ $)) (-15 -3274 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-175)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 #0=(-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-298 |#1| |#1|) . T) ((-426 |#1|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-748) . T) ((-1069 #0#) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-876 |#1|) . T))
-((-3554 (((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|))) 86 (|has| |#1| (-27)) ELT)) (-3388 (((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|))) 85 (|has| |#1| (-27)) ELT) (((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|)) 19 T ELT)))
-(((-681 |#1| |#2|) (-10 -7 (-15 -3388 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3388 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)))) (-15 -3554 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|))))) |%noBranch|)) (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))) (-1274 |#1|)) (T -681))
-((-3554 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *5 (-1274 *4)) (-5 *2 (-663 (-677 (-421 *5)))) (-5 *1 (-681 *4 *5)) (-5 *3 (-677 (-421 *5))))) (-3388 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *5 (-1274 *4)) (-5 *2 (-663 (-677 (-421 *5)))) (-5 *1 (-681 *4 *5)) (-5 *3 (-677 (-421 *5))))) (-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5)) (-5 *2 (-663 (-677 (-421 *6)))) (-5 *1 (-681 *5 *6)) (-5 *3 (-677 (-421 *6))))))
-(-10 -7 (-15 -3388 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3388 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)))) (-15 -3554 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|))))) |%noBranch|))
-((-2084 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 65 T ELT)) (-2640 ((|#2| |#2| (-793) (-1 |#1| |#1|)) 45 T ELT)) (-3274 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 67 T ELT)))
-(((-682 |#1| |#2|) (-10 -7 (-15 -2084 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -2640 (|#2| |#2| (-793) (-1 |#1| |#1|))) (-15 -3274 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-376) (-680 |#1|)) (T -682))
-((-3274 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-376)) (-5 *1 (-682 *4 *2)) (-4 *2 (-680 *4)))) (-2640 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376)) (-5 *1 (-682 *5 *2)) (-4 *2 (-680 *5)))) (-2084 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-376)) (-5 *1 (-682 *4 *2)) (-4 *2 (-680 *4)))))
-(-10 -7 (-15 -2084 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -2640 (|#2| |#2| (-793) (-1 |#1| |#1|))) (-15 -3274 (|#2| |#2| |#2| (-1 |#1| |#1|))))
-((-2359 (($ $ $) 9 T ELT)))
-(((-683 |#1|) (-10 -8 (-15 -2359 (|#1| |#1| |#1|))) (-684)) (T -683))
-NIL
-(-10 -8 (-15 -2359 (|#1| |#1| |#1|)))
-((-2317 (($ $) 8 T ELT)) (-2359 (($ $ $) 6 T ELT)) (-2348 (($ $ $) 7 T ELT)))
+((-3315 (($ $) 29 T ELT)) (-4167 (($ $) 27 T ELT)) (-3095 (($) 13 T ELT)))
+(((-679 |#1| |#2|) (-10 -8 (-15 -3315 (|#1| |#1|)) (-15 -4167 (|#1| |#1|)) (-15 -3095 (|#1|))) (-680 |#2|) (-1081)) (T -679))
+NIL
+(-10 -8 (-15 -3315 (|#1| |#1|)) (-15 -4167 (|#1| |#1|)) (-15 -3095 (|#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3315 (($ $) 93 (|has| |#1| (-376)) ELT)) (-2856 (($ $ $) 95 (|has| |#1| (-376)) ELT)) (-1663 (($ $ (-793)) 94 (|has| |#1| (-376)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-1836 (($ $ $) 55 (|has| |#1| (-376)) ELT)) (-3190 (($ $ $) 56 (|has| |#1| (-376)) ELT)) (-2855 (($ $ $) 58 (|has| |#1| (-376)) ELT)) (-3796 (($ $ $) 53 (|has| |#1| (-376)) ELT)) (-4135 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 52 (|has| |#1| (-376)) ELT)) (-2543 (((-3 $ "failed") $ $) 54 (|has| |#1| (-376)) ELT)) (-3829 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 57 (|has| |#1| (-376)) ELT)) (-4142 (((-3 (-560) "failed") $) 85 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 82 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 79 T ELT)) (-4072 (((-560) $) 84 (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) 81 (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 80 T ELT)) (-4328 (($ $) 74 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-4332 (($ $) 65 (|has| |#1| (-466)) ELT)) (-3363 (((-114) $) 40 T ELT)) (-2682 (($ |#1| (-793)) 72 T ELT)) (-2165 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 67 (|has| |#1| (-571)) ELT)) (-2142 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 68 (|has| |#1| (-571)) ELT)) (-3654 (((-793) $) 76 T ELT)) (-2258 (($ $ $) 62 (|has| |#1| (-376)) ELT)) (-3951 (($ $ $) 63 (|has| |#1| (-376)) ELT)) (-3786 (($ $ $) 51 (|has| |#1| (-376)) ELT)) (-4057 (($ $ $) 60 (|has| |#1| (-376)) ELT)) (-2174 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 59 (|has| |#1| (-376)) ELT)) (-3828 (((-3 $ "failed") $ $) 61 (|has| |#1| (-376)) ELT)) (-2634 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 64 (|has| |#1| (-376)) ELT)) (-4307 ((|#1| $) 75 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-571)) ELT)) (-3034 ((|#1| $ |#1|) 98 T ELT)) (-2143 (($ $ $) 92 (|has| |#1| (-376)) ELT)) (-4144 (((-793) $) 77 T ELT)) (-3878 ((|#1| $) 66 (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 83 (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) 78 T ELT)) (-1551 (((-663 |#1|) $) 71 T ELT)) (-3580 ((|#1| $ (-793)) 73 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-1560 ((|#1| $ |#1| |#1|) 70 T ELT)) (-4167 (($ $) 96 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($) 97 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 87 T ELT) (($ |#1| $) 86 T ELT)))
+(((-680 |#1|) (-142) (-1081)) (T -680))
+((-3095 (*1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081)))) (-4167 (*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081)))) (-2856 (*1 *1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-1663 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-680 *3)) (-4 *3 (-1081)) (-4 *3 (-376)))) (-3315 (*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-2143 (*1 *1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(-13 (-877 |t#1|) (-298 |t#1| |t#1|) (-10 -8 (-15 -3095 ($)) (-15 -4167 ($ $)) (IF (|has| |t#1| (-376)) (PROGN (-15 -2856 ($ $ $)) (-15 -1663 ($ $ (-793))) (-15 -3315 ($ $)) (-15 -2143 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-175)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 #0=(-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-298 |#1| |#1|) . T) ((-426 |#1|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-748) . T) ((-1070 #0#) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-877 |#1|) . T))
+((-4208 (((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|))) 86 (|has| |#1| (-27)) ELT)) (-2549 (((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|))) 85 (|has| |#1| (-27)) ELT) (((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|)) 19 T ELT)))
+(((-681 |#1| |#2|) (-10 -7 (-15 -2549 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2549 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)))) (-15 -4208 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|))))) |%noBranch|)) (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))) (-1275 |#1|)) (T -681))
+((-4208 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *5 (-1275 *4)) (-5 *2 (-663 (-677 (-421 *5)))) (-5 *1 (-681 *4 *5)) (-5 *3 (-677 (-421 *5))))) (-2549 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *5 (-1275 *4)) (-5 *2 (-663 (-677 (-421 *5)))) (-5 *1 (-681 *4 *5)) (-5 *3 (-677 (-421 *5))))) (-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5)) (-5 *2 (-663 (-677 (-421 *6)))) (-5 *1 (-681 *5 *6)) (-5 *3 (-677 (-421 *6))))))
+(-10 -7 (-15 -2549 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2549 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|)))) (-15 -4208 ((-663 (-677 (-421 |#2|))) (-677 (-421 |#2|))))) |%noBranch|))
+((-2856 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 65 T ELT)) (-1663 ((|#2| |#2| (-793) (-1 |#1| |#1|)) 45 T ELT)) (-2143 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 67 T ELT)))
+(((-682 |#1| |#2|) (-10 -7 (-15 -2856 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -1663 (|#2| |#2| (-793) (-1 |#1| |#1|))) (-15 -2143 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-376) (-680 |#1|)) (T -682))
+((-2143 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-376)) (-5 *1 (-682 *4 *2)) (-4 *2 (-680 *4)))) (-1663 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376)) (-5 *1 (-682 *5 *2)) (-4 *2 (-680 *5)))) (-2856 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-376)) (-5 *1 (-682 *4 *2)) (-4 *2 (-680 *4)))))
+(-10 -7 (-15 -2856 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -1663 (|#2| |#2| (-793) (-1 |#1| |#1|))) (-15 -2143 (|#2| |#2| |#2| (-1 |#1| |#1|))))
+((-3872 (($ $ $) 9 T ELT)))
+(((-683 |#1|) (-10 -8 (-15 -3872 (|#1| |#1| |#1|))) (-684)) (T -683))
+NIL
+(-10 -8 (-15 -3872 (|#1| |#1| |#1|)))
+((-3830 (($ $) 8 T ELT)) (-3872 (($ $ $) 6 T ELT)) (-3863 (($ $ $) 7 T ELT)))
(((-684) (-142)) (T -684))
-((-2317 (*1 *1 *1) (-4 *1 (-684))) (-2348 (*1 *1 *1 *1) (-4 *1 (-684))) (-2359 (*1 *1 *1 *1) (-4 *1 (-684))))
-(-13 (-1248) (-10 -8 (-15 -2317 ($ $)) (-15 -2348 ($ $ $)) (-15 -2359 ($ $ $))))
-(((-1248) . T))
-((-1761 (((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|)) 33 T ELT)))
-(((-685 |#1|) (-10 -7 (-15 -1761 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|)))) (-939)) (T -685))
-((-1761 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1202 *4))) (-5 *3 (-1202 *4)) (-4 *4 (-939)) (-5 *1 (-685 *4)))))
-(-10 -7 (-15 -1761 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3797 (((-663 |#1|) $) 84 T ELT)) (-3359 (($ $ (-793)) 94 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3543 (((-1323 |#1| |#2|) (-1323 |#1| |#2|) $) 50 T ELT)) (-1442 (((-3 (-694 |#1|) "failed") $) NIL T ELT)) (-3056 (((-694 |#1|) $) NIL T ELT)) (-2474 (($ $) 93 T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-4002 (($ (-694 |#1|) |#2|) 70 T ELT)) (-1648 (($ $) 89 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-4216 (((-1323 |#1| |#2|) (-1323 |#1| |#2|) $) 49 T ELT)) (-2955 (((-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2439 (((-694 |#1|) $) NIL T ELT)) (-2450 ((|#2| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2799 (($ $ |#1| $) 32 T ELT) (($ $ (-663 |#1|) (-663 $)) 34 T ELT)) (-4283 (((-793) $) 91 T ELT)) (-2548 (($ $ $) 20 T ELT) (($ (-694 |#1|) (-694 |#1|)) 79 T ELT) (($ (-694 |#1|) $) 77 T ELT) (($ $ (-694 |#1|)) 78 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ |#1|) 76 T ELT) (((-1314 |#1| |#2|) $) 60 T ELT) (((-1323 |#1| |#2|) $) 43 T ELT) (($ (-694 |#1|)) 27 T ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ (-694 |#1|)) NIL T ELT)) (-1398 ((|#2| (-1323 |#1| |#2|) $) 45 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 23 T CONST)) (-2499 (((-663 (-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-1491 (((-3 $ "failed") (-1314 |#1| |#2|)) 62 T ELT)) (-3832 (($ (-694 |#1|)) 14 T ELT)) (-2329 (((-114) $ $) 46 T ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $) 68 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 31 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#2| $) 30 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| (-694 |#1|)) NIL T ELT)))
-(((-686 |#1| |#2|) (-13 (-387 |#1| |#2|) (-397 |#2| (-694 |#1|)) (-10 -8 (-15 -1491 ((-3 $ "failed") (-1314 |#1| |#2|))) (-15 -2548 ($ (-694 |#1|) (-694 |#1|))) (-15 -2548 ($ (-694 |#1|) $)) (-15 -2548 ($ $ (-694 |#1|))))) (-871) (-175)) (T -686))
-((-1491 (*1 *1 *2) (|partial| -12 (-5 *2 (-1314 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)) (-5 *1 (-686 *3 *4)))) (-2548 (*1 *1 *2 *2) (-12 (-5 *2 (-694 *3)) (-4 *3 (-871)) (-5 *1 (-686 *3 *4)) (-4 *4 (-175)))) (-2548 (*1 *1 *2 *1) (-12 (-5 *2 (-694 *3)) (-4 *3 (-871)) (-5 *1 (-686 *3 *4)) (-4 *4 (-175)))) (-2548 (*1 *1 *1 *2) (-12 (-5 *2 (-694 *3)) (-4 *3 (-871)) (-5 *1 (-686 *3 *4)) (-4 *4 (-175)))))
-(-13 (-387 |#1| |#2|) (-397 |#2| (-694 |#1|)) (-10 -8 (-15 -1491 ((-3 $ "failed") (-1314 |#1| |#2|))) (-15 -2548 ($ (-694 |#1|) (-694 |#1|))) (-15 -2548 ($ (-694 |#1|) $)) (-15 -2548 ($ $ (-694 |#1|)))))
-((-2280 (((-114) $) NIL T ELT) (((-114) (-1 (-114) |#2| |#2|) $) 59 T ELT)) (-3119 (($ $) NIL T ELT) (($ (-1 (-114) |#2| |#2|) $) 12 T ELT)) (-2501 (($ (-1 (-114) |#2|) $) 29 T ELT)) (-4318 (($ $) 65 T ELT)) (-2813 (($ $) 74 T ELT)) (-1784 (($ |#2| $) NIL T ELT) (($ (-1 (-114) |#2|) $) 43 T ELT)) (-2108 ((|#2| (-1 |#2| |#2| |#2|) $) 21 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 60 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 62 T ELT)) (-2533 (((-560) |#2| $ (-560)) 71 T ELT) (((-560) |#2| $) NIL T ELT) (((-560) (-1 (-114) |#2|) $) 54 T ELT)) (-2531 (($ (-793) |#2|) 63 T ELT)) (-3104 (($ $ $) NIL T ELT) (($ (-1 (-114) |#2| |#2|) $ $) 31 T ELT)) (-4246 (($ $ $) NIL T ELT) (($ (-1 (-114) |#2| |#2|) $ $) 24 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 64 T ELT)) (-1335 (($ |#2|) 15 T ELT)) (-1368 (($ $ $ (-560)) 42 T ELT) (($ |#2| $ (-560)) 40 T ELT)) (-3327 (((-3 |#2| "failed") (-1 (-114) |#2|) $) 53 T ELT)) (-2229 (($ $ (-1265 (-560))) 51 T ELT) (($ $ (-560)) 44 T ELT)) (-2877 (($ $ $ (-560)) 70 T ELT)) (-2721 (($ $) 68 T ELT)) (-2349 (((-114) $ $) 76 T ELT)))
-(((-687 |#1| |#2|) (-10 -8 (-15 -1335 (|#1| |#2|)) (-15 -2229 (|#1| |#1| (-560))) (-15 -2229 (|#1| |#1| (-1265 (-560)))) (-15 -1784 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1368 (|#1| |#2| |#1| (-560))) (-15 -1368 (|#1| |#1| |#1| (-560))) (-15 -3104 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -2501 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1784 (|#1| |#2| |#1|)) (-15 -2813 (|#1| |#1|)) (-15 -3104 (|#1| |#1| |#1|)) (-15 -4246 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -2280 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -2533 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -2533 ((-560) |#2| |#1|)) (-15 -2533 ((-560) |#2| |#1| (-560))) (-15 -4246 (|#1| |#1| |#1|)) (-15 -2280 ((-114) |#1|)) (-15 -2877 (|#1| |#1| |#1| (-560))) (-15 -4318 (|#1| |#1|)) (-15 -3119 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -3119 (|#1| |#1|)) (-15 -2349 ((-114) |#1| |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3327 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -2531 (|#1| (-793) |#2|)) (-15 -2067 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2721 (|#1| |#1|))) (-688 |#2|) (-1248)) (T -687))
-NIL
-(-10 -8 (-15 -1335 (|#1| |#2|)) (-15 -2229 (|#1| |#1| (-560))) (-15 -2229 (|#1| |#1| (-1265 (-560)))) (-15 -1784 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1368 (|#1| |#2| |#1| (-560))) (-15 -1368 (|#1| |#1| |#1| (-560))) (-15 -3104 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -2501 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1784 (|#1| |#2| |#1|)) (-15 -2813 (|#1| |#1|)) (-15 -3104 (|#1| |#1| |#1|)) (-15 -4246 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -2280 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -2533 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -2533 ((-560) |#2| |#1|)) (-15 -2533 ((-560) |#2| |#1| (-560))) (-15 -4246 (|#1| |#1| |#1|)) (-15 -2280 ((-114) |#1|)) (-15 -2877 (|#1| |#1| |#1| (-560))) (-15 -4318 (|#1| |#1|)) (-15 -3119 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -3119 (|#1| |#1|)) (-15 -2349 ((-114) |#1| |#1|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2108 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3327 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -2531 (|#1| (-793) |#2|)) (-15 -2067 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2721 (|#1| |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 55 T ELT)) (-2580 ((|#1| $) 74 T ELT)) (-3730 (($ $) 76 T ELT)) (-3303 (((-1304) $ (-560) (-560)) 107 (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) 61 (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) $) 153 (|has| |#1| (-871)) ELT) (((-114) (-1 (-114) |#1| |#1|) $) 147 T ELT)) (-3119 (($ $) 157 (-12 (|has| |#1| (-871)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1| |#1|) $) 156 (|has| $ (-6 -4510)) ELT)) (-3334 (($ $) 152 (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $) 146 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 ((|#1| $ |#1|) 46 (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) 65 (|has| $ (-6 -4510)) ELT)) (-1498 ((|#1| $ |#1|) 63 (|has| $ (-6 -4510)) ELT)) (-3746 ((|#1| $ |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4510)) ELT) ((|#1| $ "first" |#1|) 66 (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) 64 (|has| $ (-6 -4510)) ELT) ((|#1| $ "last" |#1|) 62 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 127 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-560) |#1|) 96 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 48 (|has| $ (-6 -4510)) ELT)) (-2501 (($ (-1 (-114) |#1|) $) 140 T ELT)) (-3606 (($ (-1 (-114) |#1|) $) 112 (|has| $ (-6 -4509)) ELT)) (-2570 ((|#1| $) 75 T ELT)) (-3366 (($) 7 T CONST)) (-4318 (($ $) 155 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 145 T ELT)) (-3806 (($ $) 82 T ELT) (($ $ (-793)) 80 T ELT)) (-2813 (($ $) 142 (|has| |#1| (-1132)) ELT)) (-2885 (($ $) 109 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ |#1| $) 141 (|has| |#1| (-1132)) ELT) (($ (-1 (-114) |#1|) $) 136 T ELT)) (-2025 (($ (-1 (-114) |#1|) $) 113 (|has| $ (-6 -4509)) ELT) (($ |#1| $) 110 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $) 115 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 114 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 111 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3472 ((|#1| $ (-560) |#1|) 95 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 97 T ELT)) (-1866 (((-114) $) 93 T ELT)) (-2533 (((-560) |#1| $ (-560)) 150 (|has| |#1| (-1132)) ELT) (((-560) |#1| $) 149 (|has| |#1| (-1132)) ELT) (((-560) (-1 (-114) |#1|) $) 148 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 57 T ELT)) (-2602 (((-114) $ $) 49 (|has| |#1| (-1132)) ELT)) (-2531 (($ (-793) |#1|) 119 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 105 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 163 (|has| |#1| (-871)) ELT)) (-3104 (($ $ $) 143 (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) 139 T ELT)) (-4246 (($ $ $) 151 (|has| |#1| (-871)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) 144 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 104 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 162 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 122 T ELT)) (-1335 (($ |#1|) 133 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1940 (((-663 |#1|) $) 52 T ELT)) (-2833 (((-114) $) 56 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) 79 T ELT) (($ $ (-793)) 77 T ELT)) (-1368 (($ $ $ (-560)) 138 T ELT) (($ |#1| $ (-560)) 137 T ELT)) (-1726 (($ $ $ (-560)) 126 T ELT) (($ |#1| $ (-560)) 125 T ELT)) (-1936 (((-663 (-560)) $) 102 T ELT)) (-2624 (((-114) (-560) $) 101 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 85 T ELT) (($ $ (-793)) 83 T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 116 T ELT)) (-4446 (($ $ |#1|) 106 (|has| $ (-6 -4510)) ELT)) (-2655 (((-114) $) 94 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 103 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 100 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ "value") 54 T ELT) ((|#1| $ "first") 84 T ELT) (($ $ "rest") 81 T ELT) ((|#1| $ "last") 78 T ELT) (($ $ (-1265 (-560))) 118 T ELT) ((|#1| $ (-560)) 99 T ELT) ((|#1| $ (-560) |#1|) 98 T ELT)) (-1403 (((-560) $ $) 51 T ELT)) (-2229 (($ $ (-1265 (-560))) 135 T ELT) (($ $ (-560)) 134 T ELT)) (-3435 (($ $ (-1265 (-560))) 124 T ELT) (($ $ (-560)) 123 T ELT)) (-4235 (((-114) $) 53 T ELT)) (-2936 (($ $) 71 T ELT)) (-2841 (($ $) 68 (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) 72 T ELT)) (-3957 (($ $) 73 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2877 (($ $ $ (-560)) 154 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 108 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 117 T ELT)) (-1464 (($ $ $) 70 T ELT) (($ $ |#1|) 69 T ELT)) (-4357 (($ $ $) 87 T ELT) (($ |#1| $) 86 T ELT) (($ (-663 $)) 121 T ELT) (($ $ |#1|) 120 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 58 T ELT)) (-3066 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) 161 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 159 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) 160 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 158 (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-688 |#1|) (-142) (-1248)) (T -688))
-((-1335 (*1 *1 *2) (-12 (-4 *1 (-688 *2)) (-4 *2 (-1248)))))
-(-13 (-1181 |t#1|) (-385 |t#1|) (-294 |t#1|) (-10 -8 (-15 -1335 ($ |t#1|))))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-294 |#1|) . T) ((-385 |#1|) . T) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-673 |#1|) . T) ((-871) |has| |#1| (-871)) ((-874) |has| |#1| (-871)) ((-1041 |#1|) . T) ((-1132) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871))) ((-1181 |#1|) . T) ((-1248) . T) ((-1287 |#1|) . T))
-((-3824 (((-663 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|)))) |#4| (-663 |#3|)) 66 T ELT) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|))) |#4| |#3|) 60 T ELT)) (-3795 (((-793) |#4| |#3|) 18 T ELT)) (-2396 (((-3 |#3| "failed") |#4| |#3|) 21 T ELT)) (-1823 (((-114) |#4| |#3|) 14 T ELT)))
-(((-689 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3824 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|))) |#4| |#3|)) (-15 -3824 ((-663 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|)))) |#4| (-663 |#3|))) (-15 -2396 ((-3 |#3| "failed") |#4| |#3|)) (-15 -1823 ((-114) |#4| |#3|)) (-15 -3795 ((-793) |#4| |#3|))) (-376) (-13 (-385 |#1|) (-10 -7 (-6 -4510))) (-13 (-385 |#1|) (-10 -7 (-6 -4510))) (-708 |#1| |#2| |#3|)) (T -689))
-((-3795 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-5 *2 (-793)) (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))) (-1823 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-5 *2 (-114)) (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))) (-2396 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-376)) (-4 *5 (-13 (-385 *4) (-10 -7 (-6 -4510)))) (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4510)))) (-5 *1 (-689 *4 *5 *2 *3)) (-4 *3 (-708 *4 *5 *2)))) (-3824 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-4 *7 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-5 *2 (-663 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -1868 (-663 *7))))) (-5 *1 (-689 *5 *6 *7 *3)) (-5 *4 (-663 *7)) (-4 *3 (-708 *5 *6 *7)))) (-3824 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4)))) (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))))
-(-10 -7 (-15 -3824 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|))) |#4| |#3|)) (-15 -3824 ((-663 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|)))) |#4| (-663 |#3|))) (-15 -2396 ((-3 |#3| "failed") |#4| |#3|)) (-15 -1823 ((-114) |#4| |#3|)) (-15 -3795 ((-793) |#4| |#3|)))
-((-3824 (((-663 (-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|))))) (-663 (-663 |#1|)) (-663 (-1298 |#1|))) 22 T ELT) (((-663 (-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|))))) (-711 |#1|) (-663 (-1298 |#1|))) 21 T ELT) (((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-663 (-663 |#1|)) (-1298 |#1|)) 18 T ELT) (((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-711 |#1|) (-1298 |#1|)) 14 T ELT)) (-3795 (((-793) (-711 |#1|) (-1298 |#1|)) 30 T ELT)) (-2396 (((-3 (-1298 |#1|) "failed") (-711 |#1|) (-1298 |#1|)) 24 T ELT)) (-1823 (((-114) (-711 |#1|) (-1298 |#1|)) 27 T ELT)))
-(((-690 |#1|) (-10 -7 (-15 -3824 ((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-711 |#1|) (-1298 |#1|))) (-15 -3824 ((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-663 (-663 |#1|)) (-1298 |#1|))) (-15 -3824 ((-663 (-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|))))) (-711 |#1|) (-663 (-1298 |#1|)))) (-15 -3824 ((-663 (-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|))))) (-663 (-663 |#1|)) (-663 (-1298 |#1|)))) (-15 -2396 ((-3 (-1298 |#1|) "failed") (-711 |#1|) (-1298 |#1|))) (-15 -1823 ((-114) (-711 |#1|) (-1298 |#1|))) (-15 -3795 ((-793) (-711 |#1|) (-1298 |#1|)))) (-376)) (T -690))
-((-3795 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *5)) (-5 *4 (-1298 *5)) (-4 *5 (-376)) (-5 *2 (-793)) (-5 *1 (-690 *5)))) (-1823 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *5)) (-5 *4 (-1298 *5)) (-4 *5 (-376)) (-5 *2 (-114)) (-5 *1 (-690 *5)))) (-2396 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1298 *4)) (-5 *3 (-711 *4)) (-4 *4 (-376)) (-5 *1 (-690 *4)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 *5))) (-4 *5 (-376)) (-5 *2 (-663 (-2 (|:| |particular| (-3 (-1298 *5) "failed")) (|:| -1868 (-663 (-1298 *5)))))) (-5 *1 (-690 *5)) (-5 *4 (-663 (-1298 *5))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *5)) (-4 *5 (-376)) (-5 *2 (-663 (-2 (|:| |particular| (-3 (-1298 *5) "failed")) (|:| -1868 (-663 (-1298 *5)))))) (-5 *1 (-690 *5)) (-5 *4 (-663 (-1298 *5))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 *5))) (-4 *5 (-376)) (-5 *2 (-2 (|:| |particular| (-3 (-1298 *5) "failed")) (|:| -1868 (-663 (-1298 *5))))) (-5 *1 (-690 *5)) (-5 *4 (-1298 *5)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |particular| (-3 (-1298 *5) "failed")) (|:| -1868 (-663 (-1298 *5))))) (-5 *1 (-690 *5)) (-5 *4 (-1298 *5)))))
-(-10 -7 (-15 -3824 ((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-711 |#1|) (-1298 |#1|))) (-15 -3824 ((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-663 (-663 |#1|)) (-1298 |#1|))) (-15 -3824 ((-663 (-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|))))) (-711 |#1|) (-663 (-1298 |#1|)))) (-15 -3824 ((-663 (-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|))))) (-663 (-663 |#1|)) (-663 (-1298 |#1|)))) (-15 -2396 ((-3 (-1298 |#1|) "failed") (-711 |#1|) (-1298 |#1|))) (-15 -1823 ((-114) (-711 |#1|) (-1298 |#1|))) (-15 -3795 ((-793) (-711 |#1|) (-1298 |#1|))))
-((-4294 (((-2 (|:| |particular| (-3 (-1298 (-421 |#4|)) "failed")) (|:| -1868 (-663 (-1298 (-421 |#4|))))) (-663 |#4|) (-663 |#3|)) 51 T ELT)))
-(((-691 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4294 ((-2 (|:| |particular| (-3 (-1298 (-421 |#4|)) "failed")) (|:| -1868 (-663 (-1298 (-421 |#4|))))) (-663 |#4|) (-663 |#3|)))) (-571) (-815) (-871) (-979 |#1| |#2| |#3|)) (T -691))
-((-4294 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *7)) (-4 *7 (-871)) (-4 *8 (-979 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-5 *2 (-2 (|:| |particular| (-3 (-1298 (-421 *8)) "failed")) (|:| -1868 (-663 (-1298 (-421 *8)))))) (-5 *1 (-691 *5 *6 *7 *8)))))
-(-10 -7 (-15 -4294 ((-2 (|:| |particular| (-3 (-1298 (-421 |#4|)) "failed")) (|:| -1868 (-663 (-1298 (-421 |#4|))))) (-663 |#4|) (-663 |#3|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4206 (((-3 $ "failed")) NIL (|has| |#2| (-571)) ELT)) (-4095 ((|#2| $) NIL T ELT)) (-3994 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2951 (((-1298 (-711 |#2|))) NIL T ELT) (((-1298 (-711 |#2|)) (-1298 $)) NIL T ELT)) (-2523 (((-114) $) NIL T ELT)) (-1507 (((-1298 $)) 41 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3020 (($ |#2|) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2723 (($ $) NIL (|has| |#2| (-319)) ELT)) (-1964 (((-246 |#1| |#2|) $ (-560)) NIL T ELT)) (-1908 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL (|has| |#2| (-571)) ELT)) (-2923 (((-3 $ "failed")) NIL (|has| |#2| (-571)) ELT)) (-2454 (((-711 |#2|)) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-1350 ((|#2| $) NIL T ELT)) (-4093 (((-711 |#2|) $) NIL T ELT) (((-711 |#2|) $ (-1298 $)) NIL T ELT)) (-3604 (((-3 $ "failed") $) NIL (|has| |#2| (-571)) ELT)) (-4349 (((-1202 (-975 |#2|))) NIL (|has| |#2| (-376)) ELT)) (-3239 (($ $ (-948)) NIL T ELT)) (-3162 ((|#2| $) NIL T ELT)) (-1359 (((-1202 |#2|) $) NIL (|has| |#2| (-571)) ELT)) (-2708 ((|#2|) NIL T ELT) ((|#2| (-1298 $)) NIL T ELT)) (-4010 (((-1202 |#2|) $) NIL T ELT)) (-3331 (((-114)) NIL T ELT)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 |#2| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) ((|#2| $) NIL T ELT)) (-3013 (($ (-1298 |#2|)) NIL T ELT) (($ (-1298 |#2|) (-1298 $)) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3795 (((-793) $) NIL (|has| |#2| (-571)) ELT) (((-948)) 42 T ELT)) (-3393 ((|#2| $ (-560) (-560)) NIL T ELT)) (-2029 (((-114)) NIL T ELT)) (-4368 (($ $ (-948)) NIL T ELT)) (-1559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1801 (((-793) $) NIL (|has| |#2| (-571)) ELT)) (-4128 (((-663 (-246 |#1| |#2|)) $) NIL (|has| |#2| (-571)) ELT)) (-3758 (((-793) $) NIL T ELT)) (-3798 (((-114)) NIL T ELT)) (-3771 (((-793) $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-3291 ((|#2| $) NIL (|has| |#2| (-6 (-4511 "*"))) ELT)) (-1841 (((-560) $) NIL T ELT)) (-3726 (((-560) $) NIL T ELT)) (-2559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3796 (((-560) $) NIL T ELT)) (-4346 (((-560) $) NIL T ELT)) (-3287 (($ (-663 (-663 |#2|))) NIL T ELT)) (-3459 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1385 (((-663 (-663 |#2|)) $) NIL T ELT)) (-2636 (((-114)) NIL T ELT)) (-2341 (((-114)) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-2760 (((-3 (-2 (|:| |particular| $) (|:| -1868 (-663 $))) "failed")) NIL (|has| |#2| (-571)) ELT)) (-3003 (((-3 $ "failed")) NIL (|has| |#2| (-571)) ELT)) (-3522 (((-711 |#2|)) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-2449 ((|#2| $) NIL T ELT)) (-3870 (((-711 |#2|) $) NIL T ELT) (((-711 |#2|) $ (-1298 $)) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-3826 (((-3 $ "failed") $) NIL (|has| |#2| (-571)) ELT)) (-2697 (((-1202 (-975 |#2|))) NIL (|has| |#2| (-376)) ELT)) (-4360 (($ $ (-948)) NIL T ELT)) (-2644 ((|#2| $) NIL T ELT)) (-3976 (((-1202 |#2|) $) NIL (|has| |#2| (-571)) ELT)) (-4030 ((|#2|) NIL T ELT) ((|#2| (-1298 $)) NIL T ELT)) (-2752 (((-1202 |#2|) $) NIL T ELT)) (-3507 (((-114)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4080 (((-114)) NIL T ELT)) (-1900 (((-114)) NIL T ELT)) (-2582 (((-114)) NIL T ELT)) (-4311 (((-3 $ "failed") $) NIL (|has| |#2| (-376)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1349 (((-114)) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ (-560) (-560) |#2|) NIL T ELT) ((|#2| $ (-560) (-560)) 27 T ELT) ((|#2| $ (-560)) NIL T ELT)) (-2457 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT)) (-1680 ((|#2| $) NIL T ELT)) (-3589 (($ (-663 |#2|)) NIL T ELT)) (-2267 (((-114) $) NIL T ELT)) (-3720 (((-246 |#1| |#2|) $) NIL T ELT)) (-2687 ((|#2| $) NIL (|has| |#2| (-6 (-4511 "*"))) ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2086 (((-711 |#2|) (-1298 $)) NIL T ELT) (((-1298 |#2|) $) NIL T ELT) (((-711 |#2|) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 |#2|) $ (-1298 $)) 30 T ELT)) (-4417 (($ (-1298 |#2|)) NIL T ELT) (((-1298 |#2|) $) NIL T ELT)) (-2246 (((-663 (-975 |#2|))) NIL T ELT) (((-663 (-975 |#2|)) (-1298 $)) NIL T ELT)) (-4172 (($ $ $) NIL T ELT)) (-3842 (((-114)) NIL T ELT)) (-1731 (((-246 |#1| |#2|) $ (-560)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (($ |#2|) NIL T ELT) (((-711 |#2|) $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) 40 T ELT)) (-2861 (((-663 (-1298 |#2|))) NIL (|has| |#2| (-571)) ELT)) (-4190 (($ $ $ $) NIL T ELT)) (-3348 (((-114)) NIL T ELT)) (-3780 (($ (-711 |#2|) $) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) NIL T ELT)) (-2927 (($ $ $) NIL T ELT)) (-4480 (((-114)) NIL T ELT)) (-3402 (((-114)) NIL T ELT)) (-4365 (((-114)) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#2| (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (((-246 |#1| |#2|) $ (-246 |#1| |#2|)) NIL T ELT) (((-246 |#1| |#2|) (-246 |#1| |#2|) $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-692 |#1| |#2|) (-13 (-1154 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-632 (-711 |#2|)) (-432 |#2|)) (-948) (-175)) (T -692))
-NIL
-(-13 (-1154 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-632 (-711 |#2|)) (-432 |#2|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3986 (((-663 (-1166)) $) 10 T ELT)) (-2539 (((-887) $) 16 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-693) (-13 (-1114) (-10 -8 (-15 -3986 ((-663 (-1166)) $))))) (T -693))
-((-3986 (*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-693)))))
-(-13 (-1114) (-10 -8 (-15 -3986 ((-663 (-1166)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3797 (((-663 |#1|) $) NIL T ELT)) (-1448 (($ $) 62 T ELT)) (-1551 (((-114) $) NIL T ELT)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-1468 (((-3 $ "failed") (-841 |#1|)) 27 T ELT)) (-2684 (((-114) (-841 |#1|)) 17 T ELT)) (-3813 (($ (-841 |#1|)) 28 T ELT)) (-3316 (((-114) $ $) 36 T ELT)) (-4474 (((-948) $) 43 T ELT)) (-1432 (($ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3388 (((-663 $) (-841 |#1|)) 19 T ELT)) (-2539 (((-887) $) 51 T ELT) (($ |#1|) 40 T ELT) (((-841 |#1|) $) 47 T ELT) (((-699 |#1|) $) 52 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3953 (((-58 (-663 $)) (-663 |#1|) (-948)) 67 T ELT)) (-3080 (((-663 $) (-663 |#1|) (-948)) 70 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 63 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 46 T ELT)))
-(((-694 |#1|) (-13 (-871) (-1069 |#1|) (-10 -8 (-15 -1551 ((-114) $)) (-15 -1432 ($ $)) (-15 -1448 ($ $)) (-15 -4474 ((-948) $)) (-15 -3316 ((-114) $ $)) (-15 -2539 ((-841 |#1|) $)) (-15 -2539 ((-699 |#1|) $)) (-15 -3388 ((-663 $) (-841 |#1|))) (-15 -2684 ((-114) (-841 |#1|))) (-15 -3813 ($ (-841 |#1|))) (-15 -1468 ((-3 $ "failed") (-841 |#1|))) (-15 -3797 ((-663 |#1|) $)) (-15 -3953 ((-58 (-663 $)) (-663 |#1|) (-948))) (-15 -3080 ((-663 $) (-663 |#1|) (-948))))) (-871)) (T -694))
-((-1551 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-694 *3)) (-4 *3 (-871)))) (-1432 (*1 *1 *1) (-12 (-5 *1 (-694 *2)) (-4 *2 (-871)))) (-1448 (*1 *1 *1) (-12 (-5 *1 (-694 *2)) (-4 *2 (-871)))) (-4474 (*1 *2 *1) (-12 (-5 *2 (-948)) (-5 *1 (-694 *3)) (-4 *3 (-871)))) (-3316 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-694 *3)) (-4 *3 (-871)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-841 *3)) (-5 *1 (-694 *3)) (-4 *3 (-871)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-699 *3)) (-5 *1 (-694 *3)) (-4 *3 (-871)))) (-3388 (*1 *2 *3) (-12 (-5 *3 (-841 *4)) (-4 *4 (-871)) (-5 *2 (-663 (-694 *4))) (-5 *1 (-694 *4)))) (-2684 (*1 *2 *3) (-12 (-5 *3 (-841 *4)) (-4 *4 (-871)) (-5 *2 (-114)) (-5 *1 (-694 *4)))) (-3813 (*1 *1 *2) (-12 (-5 *2 (-841 *3)) (-4 *3 (-871)) (-5 *1 (-694 *3)))) (-1468 (*1 *1 *2) (|partial| -12 (-5 *2 (-841 *3)) (-4 *3 (-871)) (-5 *1 (-694 *3)))) (-3797 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-694 *3)) (-4 *3 (-871)))) (-3953 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-948)) (-4 *5 (-871)) (-5 *2 (-58 (-663 (-694 *5)))) (-5 *1 (-694 *5)))) (-3080 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-948)) (-4 *5 (-871)) (-5 *2 (-663 (-694 *5))) (-5 *1 (-694 *5)))))
-(-13 (-871) (-1069 |#1|) (-10 -8 (-15 -1551 ((-114) $)) (-15 -1432 ($ $)) (-15 -1448 ($ $)) (-15 -4474 ((-948) $)) (-15 -3316 ((-114) $ $)) (-15 -2539 ((-841 |#1|) $)) (-15 -2539 ((-699 |#1|) $)) (-15 -3388 ((-663 $) (-841 |#1|))) (-15 -2684 ((-114) (-841 |#1|))) (-15 -3813 ($ (-841 |#1|))) (-15 -1468 ((-3 $ "failed") (-841 |#1|))) (-15 -3797 ((-663 |#1|) $)) (-15 -3953 ((-58 (-663 $)) (-663 |#1|) (-948))) (-15 -3080 ((-663 $) (-663 |#1|) (-948)))))
-((-3929 ((|#2| $) 100 T ELT)) (-3730 (($ $) 121 T ELT)) (-3067 (((-114) $ (-793)) 35 T ELT)) (-3806 (($ $) 109 T ELT) (($ $ (-793)) 112 T ELT)) (-1866 (((-114) $) 122 T ELT)) (-2641 (((-663 $) $) 96 T ELT)) (-2602 (((-114) $ $) 92 T ELT)) (-1456 (((-114) $ (-793)) 33 T ELT)) (-2932 (((-560) $) 66 T ELT)) (-3213 (((-560) $) 65 T ELT)) (-2020 (((-114) $ (-793)) 31 T ELT)) (-2833 (((-114) $) 98 T ELT)) (-2045 ((|#2| $) 113 T ELT) (($ $ (-793)) 117 T ELT)) (-1726 (($ $ $ (-560)) 83 T ELT) (($ |#2| $ (-560)) 82 T ELT)) (-1936 (((-663 (-560)) $) 64 T ELT)) (-2624 (((-114) (-560) $) 59 T ELT)) (-3794 ((|#2| $) NIL T ELT) (($ $ (-793)) 108 T ELT)) (-2674 (($ $ (-560)) 125 T ELT)) (-2655 (((-114) $) 124 T ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 42 T ELT)) (-3155 (((-663 |#2|) $) 46 T ELT)) (-1495 ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") 107 T ELT) (($ $ "rest") 111 T ELT) ((|#2| $ "last") 120 T ELT) (($ $ (-1265 (-560))) 79 T ELT) ((|#2| $ (-560)) 57 T ELT) ((|#2| $ (-560) |#2|) 58 T ELT)) (-1403 (((-560) $ $) 91 T ELT)) (-3435 (($ $ (-1265 (-560))) 78 T ELT) (($ $ (-560)) 72 T ELT)) (-4235 (((-114) $) 87 T ELT)) (-2936 (($ $) 105 T ELT)) (-2143 (((-793) $) 104 T ELT)) (-3957 (($ $) 103 T ELT)) (-2548 (($ (-663 |#2|)) 53 T ELT)) (-4428 (($ $) 126 T ELT)) (-2900 (((-663 $) $) 90 T ELT)) (-3066 (((-114) $ $) 89 T ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) 41 T ELT)) (-2329 (((-114) $ $) 20 T ELT)) (-2305 (((-793) $) 39 T ELT)))
-(((-695 |#1| |#2|) (-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -4428 (|#1| |#1|)) (-15 -2674 (|#1| |#1| (-560))) (-15 -1866 ((-114) |#1|)) (-15 -2655 ((-114) |#1|)) (-15 -1495 (|#2| |#1| (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560))) (-15 -3155 ((-663 |#2|) |#1|)) (-15 -2624 ((-114) (-560) |#1|)) (-15 -1936 ((-663 (-560)) |#1|)) (-15 -3213 ((-560) |#1|)) (-15 -2932 ((-560) |#1|)) (-15 -2548 (|#1| (-663 |#2|))) (-15 -1495 (|#1| |#1| (-1265 (-560)))) (-15 -3435 (|#1| |#1| (-560))) (-15 -3435 (|#1| |#1| (-1265 (-560)))) (-15 -1726 (|#1| |#2| |#1| (-560))) (-15 -1726 (|#1| |#1| |#1| (-560))) (-15 -2936 (|#1| |#1|)) (-15 -2143 ((-793) |#1|)) (-15 -3957 (|#1| |#1|)) (-15 -3730 (|#1| |#1|)) (-15 -2045 (|#1| |#1| (-793))) (-15 -1495 (|#2| |#1| "last")) (-15 -2045 (|#2| |#1|)) (-15 -3806 (|#1| |#1| (-793))) (-15 -1495 (|#1| |#1| "rest")) (-15 -3806 (|#1| |#1|)) (-15 -3794 (|#1| |#1| (-793))) (-15 -1495 (|#2| |#1| "first")) (-15 -3794 (|#2| |#1|)) (-15 -2602 ((-114) |#1| |#1|)) (-15 -3066 ((-114) |#1| |#1|)) (-15 -1403 ((-560) |#1| |#1|)) (-15 -4235 ((-114) |#1|)) (-15 -1495 (|#2| |#1| "value")) (-15 -3929 (|#2| |#1|)) (-15 -2833 ((-114) |#1|)) (-15 -2641 ((-663 |#1|) |#1|)) (-15 -2900 ((-663 |#1|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2305 ((-793) |#1|)) (-15 -3067 ((-114) |#1| (-793))) (-15 -1456 ((-114) |#1| (-793))) (-15 -2020 ((-114) |#1| (-793)))) (-696 |#2|) (-1248)) (T -695))
-NIL
-(-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -4428 (|#1| |#1|)) (-15 -2674 (|#1| |#1| (-560))) (-15 -1866 ((-114) |#1|)) (-15 -2655 ((-114) |#1|)) (-15 -1495 (|#2| |#1| (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560))) (-15 -3155 ((-663 |#2|) |#1|)) (-15 -2624 ((-114) (-560) |#1|)) (-15 -1936 ((-663 (-560)) |#1|)) (-15 -3213 ((-560) |#1|)) (-15 -2932 ((-560) |#1|)) (-15 -2548 (|#1| (-663 |#2|))) (-15 -1495 (|#1| |#1| (-1265 (-560)))) (-15 -3435 (|#1| |#1| (-560))) (-15 -3435 (|#1| |#1| (-1265 (-560)))) (-15 -1726 (|#1| |#2| |#1| (-560))) (-15 -1726 (|#1| |#1| |#1| (-560))) (-15 -2936 (|#1| |#1|)) (-15 -2143 ((-793) |#1|)) (-15 -3957 (|#1| |#1|)) (-15 -3730 (|#1| |#1|)) (-15 -2045 (|#1| |#1| (-793))) (-15 -1495 (|#2| |#1| "last")) (-15 -2045 (|#2| |#1|)) (-15 -3806 (|#1| |#1| (-793))) (-15 -1495 (|#1| |#1| "rest")) (-15 -3806 (|#1| |#1|)) (-15 -3794 (|#1| |#1| (-793))) (-15 -1495 (|#2| |#1| "first")) (-15 -3794 (|#2| |#1|)) (-15 -2602 ((-114) |#1| |#1|)) (-15 -3066 ((-114) |#1| |#1|)) (-15 -1403 ((-560) |#1| |#1|)) (-15 -4235 ((-114) |#1|)) (-15 -1495 (|#2| |#1| "value")) (-15 -3929 (|#2| |#1|)) (-15 -2833 ((-114) |#1|)) (-15 -2641 ((-663 |#1|) |#1|)) (-15 -2900 ((-663 |#1|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -2305 ((-793) |#1|)) (-15 -3067 ((-114) |#1| (-793))) (-15 -1456 ((-114) |#1| (-793))) (-15 -2020 ((-114) |#1| (-793))))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 55 T ELT)) (-2580 ((|#1| $) 74 T ELT)) (-3730 (($ $) 76 T ELT)) (-3303 (((-1304) $ (-560) (-560)) 107 (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) 61 (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 ((|#1| $ |#1|) 46 (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) 65 (|has| $ (-6 -4510)) ELT)) (-1498 ((|#1| $ |#1|) 63 (|has| $ (-6 -4510)) ELT)) (-3746 ((|#1| $ |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4510)) ELT) ((|#1| $ "first" |#1|) 66 (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) 64 (|has| $ (-6 -4510)) ELT) ((|#1| $ "last" |#1|) 62 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 127 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-560) |#1|) 96 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 48 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 112 T ELT)) (-2570 ((|#1| $) 75 T ELT)) (-3366 (($) 7 T CONST)) (-3250 (($ $) 135 T ELT)) (-3806 (($ $) 82 T ELT) (($ $ (-793)) 80 T ELT)) (-2885 (($ $) 109 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#1| $) 110 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 113 T ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $) 115 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 114 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 111 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3472 ((|#1| $ (-560) |#1|) 95 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 97 T ELT)) (-1866 (((-114) $) 93 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-4240 (((-793) $) 134 T ELT)) (-2641 (((-663 $) $) 57 T ELT)) (-2602 (((-114) $ $) 49 (|has| |#1| (-1132)) ELT)) (-2531 (($ (-793) |#1|) 119 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 105 (|has| (-560) (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 104 (|has| (-560) (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 122 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1940 (((-663 |#1|) $) 52 T ELT)) (-2833 (((-114) $) 56 T ELT)) (-4201 (($ $) 137 T ELT)) (-3308 (((-114) $) 138 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) 79 T ELT) (($ $ (-793)) 77 T ELT)) (-1726 (($ $ $ (-560)) 126 T ELT) (($ |#1| $ (-560)) 125 T ELT)) (-1936 (((-663 (-560)) $) 102 T ELT)) (-2624 (((-114) (-560) $) 101 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-1830 ((|#1| $) 136 T ELT)) (-3794 ((|#1| $) 85 T ELT) (($ $ (-793)) 83 T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 116 T ELT)) (-4446 (($ $ |#1|) 106 (|has| $ (-6 -4510)) ELT)) (-2674 (($ $ (-560)) 133 T ELT)) (-2655 (((-114) $) 94 T ELT)) (-2208 (((-114) $) 139 T ELT)) (-2506 (((-114) $) 140 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 103 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 100 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ "value") 54 T ELT) ((|#1| $ "first") 84 T ELT) (($ $ "rest") 81 T ELT) ((|#1| $ "last") 78 T ELT) (($ $ (-1265 (-560))) 118 T ELT) ((|#1| $ (-560)) 99 T ELT) ((|#1| $ (-560) |#1|) 98 T ELT)) (-1403 (((-560) $ $) 51 T ELT)) (-3435 (($ $ (-1265 (-560))) 124 T ELT) (($ $ (-560)) 123 T ELT)) (-4235 (((-114) $) 53 T ELT)) (-2936 (($ $) 71 T ELT)) (-2841 (($ $) 68 (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) 72 T ELT)) (-3957 (($ $) 73 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 108 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 117 T ELT)) (-1464 (($ $ $) 70 (|has| $ (-6 -4510)) ELT) (($ $ |#1|) 69 (|has| $ (-6 -4510)) ELT)) (-4357 (($ $ $) 87 T ELT) (($ |#1| $) 86 T ELT) (($ (-663 $)) 121 T ELT) (($ $ |#1|) 120 T ELT)) (-4428 (($ $) 132 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 58 T ELT)) (-3066 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-696 |#1|) (-142) (-1248)) (T -696))
-((-2025 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-696 *3)) (-4 *3 (-1248)))) (-3606 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-696 *3)) (-4 *3 (-1248)))) (-2506 (*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))) (-2208 (*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))) (-3308 (*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))) (-4201 (*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1248)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1248)))) (-3250 (*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1248)))) (-4240 (*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1248)) (-5 *2 (-793)))) (-2674 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-696 *3)) (-4 *3 (-1248)))) (-4428 (*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1248)))))
-(-13 (-1181 |t#1|) (-10 -8 (-15 -2025 ($ (-1 (-114) |t#1|) $)) (-15 -3606 ($ (-1 (-114) |t#1|) $)) (-15 -2506 ((-114) $)) (-15 -2208 ((-114) $)) (-15 -3308 ((-114) $)) (-15 -4201 ($ $)) (-15 -1830 (|t#1| $)) (-15 -3250 ($ $)) (-15 -4240 ((-793) $)) (-15 -2674 ($ $ (-560))) (-15 -4428 ($ $))))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-673 |#1|) . T) ((-1041 |#1|) . T) ((-1132) |has| |#1| (-1132)) ((-1181 |#1|) . T) ((-1248) . T) ((-1287 |#1|) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1660 (($ (-793) (-793) (-793)) 53 (|has| |#1| (-1080)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4039 ((|#1| $ (-793) (-793) (-793) |#1|) 47 T ELT)) (-3366 (($) NIL T CONST)) (-3911 (($ $ $) 57 (|has| |#1| (-1080)) ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1886 (((-1298 (-793)) $) 12 T ELT)) (-1595 (($ (-1208) $ $) 34 T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3442 (($ (-793)) 55 (|has| |#1| (-1080)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-793) (-793) (-793)) 44 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2548 (($ (-663 (-663 (-663 |#1|)))) 67 T ELT)) (-2539 (($ (-987 (-987 (-987 |#1|)))) 23 T ELT) (((-987 (-987 (-987 |#1|))) $) 19 T ELT) (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-697 |#1|) (-13 (-503 |#1|) (-10 -8 (IF (|has| |#1| (-1080)) (PROGN (-15 -1660 ($ (-793) (-793) (-793))) (-15 -3442 ($ (-793))) (-15 -3911 ($ $ $))) |%noBranch|) (-15 -2548 ($ (-663 (-663 (-663 |#1|))))) (-15 -1495 (|#1| $ (-793) (-793) (-793))) (-15 -4039 (|#1| $ (-793) (-793) (-793) |#1|)) (-15 -2539 ($ (-987 (-987 (-987 |#1|))))) (-15 -2539 ((-987 (-987 (-987 |#1|))) $)) (-15 -1595 ($ (-1208) $ $)) (-15 -1886 ((-1298 (-793)) $)))) (-1132)) (T -697))
-((-1660 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-697 *3)) (-4 *3 (-1080)) (-4 *3 (-1132)))) (-3442 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-697 *3)) (-4 *3 (-1080)) (-4 *3 (-1132)))) (-3911 (*1 *1 *1 *1) (-12 (-5 *1 (-697 *2)) (-4 *2 (-1080)) (-4 *2 (-1132)))) (-2548 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-663 *3)))) (-4 *3 (-1132)) (-5 *1 (-697 *3)))) (-1495 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-793)) (-5 *1 (-697 *2)) (-4 *2 (-1132)))) (-4039 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-697 *2)) (-4 *2 (-1132)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-987 (-987 (-987 *3)))) (-4 *3 (-1132)) (-5 *1 (-697 *3)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-987 (-987 (-987 *3)))) (-5 *1 (-697 *3)) (-4 *3 (-1132)))) (-1595 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-697 *3)) (-4 *3 (-1132)))) (-1886 (*1 *2 *1) (-12 (-5 *2 (-1298 (-793))) (-5 *1 (-697 *3)) (-4 *3 (-1132)))))
-(-13 (-503 |#1|) (-10 -8 (IF (|has| |#1| (-1080)) (PROGN (-15 -1660 ($ (-793) (-793) (-793))) (-15 -3442 ($ (-793))) (-15 -3911 ($ $ $))) |%noBranch|) (-15 -2548 ($ (-663 (-663 (-663 |#1|))))) (-15 -1495 (|#1| $ (-793) (-793) (-793))) (-15 -4039 (|#1| $ (-793) (-793) (-793) |#1|)) (-15 -2539 ($ (-987 (-987 (-987 |#1|))))) (-15 -2539 ((-987 (-987 (-987 |#1|))) $)) (-15 -1595 ($ (-1208) $ $)) (-15 -1886 ((-1298 (-793)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1787 (((-497) $) 10 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 19 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-1166) $) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-698) (-13 (-1114) (-10 -8 (-15 -1787 ((-497) $)) (-15 -3966 ((-1166) $))))) (T -698))
-((-1787 (*1 *2 *1) (-12 (-5 *2 (-497)) (-5 *1 (-698)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-698)))))
-(-13 (-1114) (-10 -8 (-15 -1787 ((-497) $)) (-15 -3966 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3797 (((-663 |#1|) $) 15 T ELT)) (-1448 (($ $) 19 T ELT)) (-1551 (((-114) $) 20 T ELT)) (-1442 (((-3 |#1| "failed") $) 23 T ELT)) (-3056 ((|#1| $) 21 T ELT)) (-3806 (($ $) 37 T ELT)) (-1648 (($ $) 25 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3316 (((-114) $ $) 46 T ELT)) (-4474 (((-948) $) 40 T ELT)) (-1432 (($ $) 18 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 ((|#1| $) 36 T ELT)) (-2539 (((-887) $) 32 T ELT) (($ |#1|) 24 T ELT) (((-841 |#1|) $) 28 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 13 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 44 T ELT)) (* (($ $ $) 35 T ELT)))
-(((-699 |#1|) (-13 (-871) (-1069 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -2539 ((-841 |#1|) $)) (-15 -3794 (|#1| $)) (-15 -1432 ($ $)) (-15 -4474 ((-948) $)) (-15 -3316 ((-114) $ $)) (-15 -1648 ($ $)) (-15 -3806 ($ $)) (-15 -1551 ((-114) $)) (-15 -1448 ($ $)) (-15 -3797 ((-663 |#1|) $)))) (-871)) (T -699))
-((* (*1 *1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-841 *3)) (-5 *1 (-699 *3)) (-4 *3 (-871)))) (-3794 (*1 *2 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871)))) (-1432 (*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871)))) (-4474 (*1 *2 *1) (-12 (-5 *2 (-948)) (-5 *1 (-699 *3)) (-4 *3 (-871)))) (-3316 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-699 *3)) (-4 *3 (-871)))) (-1648 (*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871)))) (-3806 (*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871)))) (-1551 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-699 *3)) (-4 *3 (-871)))) (-1448 (*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871)))) (-3797 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-699 *3)) (-4 *3 (-871)))))
-(-13 (-871) (-1069 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -2539 ((-841 |#1|) $)) (-15 -3794 (|#1| $)) (-15 -1432 ($ $)) (-15 -4474 ((-948) $)) (-15 -3316 ((-114) $ $)) (-15 -1648 ($ $)) (-15 -3806 ($ $)) (-15 -1551 ((-114) $)) (-15 -1448 ($ $)) (-15 -3797 ((-663 |#1|) $))))
-((-1913 ((|#1| (-1 |#1| (-793) |#1|) (-793) |#1|) 11 T ELT)) (-1846 ((|#1| (-1 |#1| |#1|) (-793) |#1|) 9 T ELT)))
-(((-700 |#1|) (-10 -7 (-15 -1846 (|#1| (-1 |#1| |#1|) (-793) |#1|)) (-15 -1913 (|#1| (-1 |#1| (-793) |#1|) (-793) |#1|))) (-1132)) (T -700))
-((-1913 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-793) *2)) (-5 *4 (-793)) (-4 *2 (-1132)) (-5 *1 (-700 *2)))) (-1846 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-793)) (-4 *2 (-1132)) (-5 *1 (-700 *2)))))
-(-10 -7 (-15 -1846 (|#1| (-1 |#1| |#1|) (-793) |#1|)) (-15 -1913 (|#1| (-1 |#1| (-793) |#1|) (-793) |#1|)))
-((-1944 ((|#2| |#1| |#2|) 9 T ELT)) (-1927 ((|#1| |#1| |#2|) 8 T ELT)))
-(((-701 |#1| |#2|) (-10 -7 (-15 -1927 (|#1| |#1| |#2|)) (-15 -1944 (|#2| |#1| |#2|))) (-1132) (-1132)) (T -701))
-((-1944 (*1 *2 *3 *2) (-12 (-5 *1 (-701 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))) (-1927 (*1 *2 *2 *3) (-12 (-5 *1 (-701 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))))
-(-10 -7 (-15 -1927 (|#1| |#1| |#2|)) (-15 -1944 (|#2| |#1| |#2|)))
-((-2847 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11 T ELT)))
-(((-702 |#1| |#2| |#3|) (-10 -7 (-15 -2847 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1132) (-1132) (-1132)) (T -702))
-((-2847 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)) (-5 *1 (-702 *5 *6 *2)))))
-(-10 -7 (-15 -2847 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2491 (((-1249) $) 21 T ELT)) (-2461 (((-663 (-1249)) $) 19 T ELT)) (-3161 (($ (-663 (-1249)) (-1249)) 14 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 29 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT) (((-1249) $) 22 T ELT) (($ (-1146)) 10 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-703) (-13 (-1114) (-632 (-1249)) (-10 -8 (-15 -2539 ($ (-1146))) (-15 -3161 ($ (-663 (-1249)) (-1249))) (-15 -2461 ((-663 (-1249)) $)) (-15 -2491 ((-1249) $))))) (T -703))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1146)) (-5 *1 (-703)))) (-3161 (*1 *1 *2 *3) (-12 (-5 *2 (-663 (-1249))) (-5 *3 (-1249)) (-5 *1 (-703)))) (-2461 (*1 *2 *1) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-703)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-703)))))
-(-13 (-1114) (-632 (-1249)) (-10 -8 (-15 -2539 ($ (-1146))) (-15 -3161 ($ (-663 (-1249)) (-1249))) (-15 -2461 ((-663 (-1249)) $)) (-15 -2491 ((-1249) $))))
-((-1913 (((-1 |#1| (-793) |#1|) (-1 |#1| (-793) |#1|)) 26 T ELT)) (-4192 (((-1 |#1|) |#1|) 8 T ELT)) (-3555 ((|#1| |#1|) 19 T ELT)) (-3370 (((-663 |#1|) (-1 (-663 |#1|) (-663 |#1|)) (-560)) 18 T ELT) ((|#1| (-1 |#1| |#1|)) 11 T ELT)) (-2539 (((-1 |#1|) |#1|) 9 T ELT)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-793)) 23 T ELT)))
-(((-704 |#1|) (-10 -7 (-15 -4192 ((-1 |#1|) |#1|)) (-15 -2539 ((-1 |#1|) |#1|)) (-15 -3370 (|#1| (-1 |#1| |#1|))) (-15 -3370 ((-663 |#1|) (-1 (-663 |#1|) (-663 |#1|)) (-560))) (-15 -3555 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-793))) (-15 -1913 ((-1 |#1| (-793) |#1|) (-1 |#1| (-793) |#1|)))) (-1132)) (T -704))
-((-1913 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-793) *3)) (-4 *3 (-1132)) (-5 *1 (-704 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *4 (-1132)) (-5 *1 (-704 *4)))) (-3555 (*1 *2 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-1132)))) (-3370 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-663 *5) (-663 *5))) (-5 *4 (-560)) (-5 *2 (-663 *5)) (-5 *1 (-704 *5)) (-4 *5 (-1132)))) (-3370 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-704 *2)) (-4 *2 (-1132)))) (-2539 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-704 *3)) (-4 *3 (-1132)))) (-4192 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-704 *3)) (-4 *3 (-1132)))))
-(-10 -7 (-15 -4192 ((-1 |#1|) |#1|)) (-15 -2539 ((-1 |#1|) |#1|)) (-15 -3370 (|#1| (-1 |#1| |#1|))) (-15 -3370 ((-663 |#1|) (-1 (-663 |#1|) (-663 |#1|)) (-560))) (-15 -3555 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-793))) (-15 -1913 ((-1 |#1| (-793) |#1|) (-1 |#1| (-793) |#1|))))
-((-2083 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16 T ELT)) (-4043 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13 T ELT)) (-3721 (((-1 |#2| |#1|) (-1 |#2|)) 14 T ELT)) (-4382 (((-1 |#2| |#1|) |#2|) 11 T ELT)))
-(((-705 |#1| |#2|) (-10 -7 (-15 -4382 ((-1 |#2| |#1|) |#2|)) (-15 -4043 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -3721 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2083 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1132) (-1132)) (T -705))
-((-2083 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-5 *2 (-1 *5 *4)) (-5 *1 (-705 *4 *5)))) (-3721 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1132)) (-5 *2 (-1 *5 *4)) (-5 *1 (-705 *4 *5)) (-4 *4 (-1132)))) (-4043 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-5 *2 (-1 *5)) (-5 *1 (-705 *4 *5)))) (-4382 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-705 *4 *3)) (-4 *4 (-1132)) (-4 *3 (-1132)))))
-(-10 -7 (-15 -4382 ((-1 |#2| |#1|) |#2|)) (-15 -4043 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -3721 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2083 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
-((-4323 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17 T ELT)) (-1520 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11 T ELT)) (-3933 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13 T ELT)) (-4258 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14 T ELT)) (-1333 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15 T ELT)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21 T ELT)))
-(((-706 |#1| |#2| |#3|) (-10 -7 (-15 -1520 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3933 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -4258 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1333 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4323 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1132) (-1132) (-1132)) (T -706))
-((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-1 *7 *5)) (-5 *1 (-706 *5 *6 *7)))) (-4323 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-706 *4 *5 *6)))) (-1333 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *4 (-1132)))) (-4258 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1132)) (-4 *6 (-1132)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *5 (-1132)))) (-3933 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *4 *5 *6)))) (-1520 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1132)) (-4 *4 (-1132)) (-4 *6 (-1132)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *5 *4 *6)))))
-(-10 -7 (-15 -1520 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3933 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -4258 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1333 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4323 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
-((-2591 (($ (-793) (-793)) 42 T ELT)) (-3478 (($ $ $) 73 T ELT)) (-3896 (($ |#3|) 68 T ELT) (($ $) 69 T ELT)) (-3994 (((-114) $) 36 T ELT)) (-1663 (($ $ (-560) (-560)) 84 T ELT)) (-3534 (($ $ (-560) (-560)) 85 T ELT)) (-4409 (($ $ (-560) (-560) (-560) (-560)) 90 T ELT)) (-1645 (($ $) 71 T ELT)) (-2523 (((-114) $) 15 T ELT)) (-4306 (($ $ (-560) (-560) $) 91 T ELT)) (-2696 ((|#2| $ (-560) (-560) |#2|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) 89 T ELT)) (-3020 (($ (-793) |#2|) 55 T ELT)) (-3287 (($ (-663 (-663 |#2|))) 51 T ELT) (($ (-793) (-793) (-1 |#2| (-560) (-560))) 53 T ELT)) (-1385 (((-663 (-663 |#2|)) $) 80 T ELT)) (-4426 (($ $ $) 72 T ELT)) (-2283 (((-3 $ "failed") $ |#2|) 122 T ELT)) (-1495 ((|#2| $ (-560) (-560)) NIL T ELT) ((|#2| $ (-560) (-560) |#2|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560))) 88 T ELT)) (-3589 (($ (-663 |#2|)) 56 T ELT) (($ (-663 $)) 58 T ELT)) (-2267 (((-114) $) 28 T ELT)) (-2539 (($ |#4|) 63 T ELT) (((-887) $) NIL T ELT)) (-4395 (((-114) $) 38 T ELT)) (-2436 (($ $ |#2|) 124 T ELT)) (-2426 (($ $ $) 95 T ELT) (($ $) 98 T ELT)) (-2413 (($ $ $) 93 T ELT)) (** (($ $ (-793)) 111 T ELT) (($ $ (-560)) 128 T ELT)) (* (($ $ $) 104 T ELT) (($ |#2| $) 100 T ELT) (($ $ |#2|) 101 T ELT) (($ (-560) $) 103 T ELT) ((|#4| $ |#4|) 115 T ELT) ((|#3| |#3| $) 119 T ELT)))
-(((-707 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2539 ((-887) |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2436 (|#1| |#1| |#2|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-793))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -4306 (|#1| |#1| (-560) (-560) |#1|)) (-15 -4409 (|#1| |#1| (-560) (-560) (-560) (-560))) (-15 -3534 (|#1| |#1| (-560) (-560))) (-15 -1663 (|#1| |#1| (-560) (-560))) (-15 -2696 (|#1| |#1| (-663 (-560)) (-663 (-560)) |#1|)) (-15 -1495 (|#1| |#1| (-663 (-560)) (-663 (-560)))) (-15 -1385 ((-663 (-663 |#2|)) |#1|)) (-15 -3478 (|#1| |#1| |#1|)) (-15 -4426 (|#1| |#1| |#1|)) (-15 -1645 (|#1| |#1|)) (-15 -3896 (|#1| |#1|)) (-15 -3896 (|#1| |#3|)) (-15 -2539 (|#1| |#4|)) (-15 -3589 (|#1| (-663 |#1|))) (-15 -3589 (|#1| (-663 |#2|))) (-15 -3020 (|#1| (-793) |#2|)) (-15 -3287 (|#1| (-793) (-793) (-1 |#2| (-560) (-560)))) (-15 -3287 (|#1| (-663 (-663 |#2|)))) (-15 -2591 (|#1| (-793) (-793))) (-15 -4395 ((-114) |#1|)) (-15 -3994 ((-114) |#1|)) (-15 -2267 ((-114) |#1|)) (-15 -2523 ((-114) |#1|)) (-15 -2696 (|#2| |#1| (-560) (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560) (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560) (-560)))) (-708 |#2| |#3| |#4|) (-1080) (-385 |#2|) (-385 |#2|)) (T -707))
-NIL
-(-10 -8 (-15 -2539 ((-887) |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2436 (|#1| |#1| |#2|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-793))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -4306 (|#1| |#1| (-560) (-560) |#1|)) (-15 -4409 (|#1| |#1| (-560) (-560) (-560) (-560))) (-15 -3534 (|#1| |#1| (-560) (-560))) (-15 -1663 (|#1| |#1| (-560) (-560))) (-15 -2696 (|#1| |#1| (-663 (-560)) (-663 (-560)) |#1|)) (-15 -1495 (|#1| |#1| (-663 (-560)) (-663 (-560)))) (-15 -1385 ((-663 (-663 |#2|)) |#1|)) (-15 -3478 (|#1| |#1| |#1|)) (-15 -4426 (|#1| |#1| |#1|)) (-15 -1645 (|#1| |#1|)) (-15 -3896 (|#1| |#1|)) (-15 -3896 (|#1| |#3|)) (-15 -2539 (|#1| |#4|)) (-15 -3589 (|#1| (-663 |#1|))) (-15 -3589 (|#1| (-663 |#2|))) (-15 -3020 (|#1| (-793) |#2|)) (-15 -3287 (|#1| (-793) (-793) (-1 |#2| (-560) (-560)))) (-15 -3287 (|#1| (-663 (-663 |#2|)))) (-15 -2591 (|#1| (-793) (-793))) (-15 -4395 ((-114) |#1|)) (-15 -3994 ((-114) |#1|)) (-15 -2267 ((-114) |#1|)) (-15 -2523 ((-114) |#1|)) (-15 -2696 (|#2| |#1| (-560) (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560) (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560) (-560))))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2591 (($ (-793) (-793)) 106 T ELT)) (-3478 (($ $ $) 95 T ELT)) (-3896 (($ |#2|) 99 T ELT) (($ $) 98 T ELT)) (-3994 (((-114) $) 108 T ELT)) (-1663 (($ $ (-560) (-560)) 91 T ELT)) (-3534 (($ $ (-560) (-560)) 90 T ELT)) (-4409 (($ $ (-560) (-560) (-560) (-560)) 89 T ELT)) (-1645 (($ $) 97 T ELT)) (-2523 (((-114) $) 110 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4306 (($ $ (-560) (-560) $) 88 T ELT)) (-2696 ((|#1| $ (-560) (-560) |#1|) 51 T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) 92 T ELT)) (-4254 (($ $ (-560) |#2|) 49 T ELT)) (-2193 (($ $ (-560) |#3|) 48 T ELT)) (-3020 (($ (-793) |#1|) 103 T ELT)) (-3366 (($) 7 T CONST)) (-2723 (($ $) 75 (|has| |#1| (-319)) ELT)) (-1964 ((|#2| $ (-560)) 53 T ELT)) (-3795 (((-793) $) 74 (|has| |#1| (-571)) ELT)) (-3472 ((|#1| $ (-560) (-560) |#1|) 50 T ELT)) (-3393 ((|#1| $ (-560) (-560)) 55 T ELT)) (-1559 (((-663 |#1|) $) 33 T ELT)) (-1801 (((-793) $) 73 (|has| |#1| (-571)) ELT)) (-4128 (((-663 |#3|) $) 72 (|has| |#1| (-571)) ELT)) (-3758 (((-793) $) 58 T ELT)) (-2531 (($ (-793) (-793) |#1|) 64 T ELT)) (-3771 (((-793) $) 57 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-3291 ((|#1| $) 70 (|has| |#1| (-6 (-4511 "*"))) ELT)) (-1841 (((-560) $) 62 T ELT)) (-3726 (((-560) $) 60 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3796 (((-560) $) 61 T ELT)) (-4346 (((-560) $) 59 T ELT)) (-3287 (($ (-663 (-663 |#1|))) 105 T ELT) (($ (-793) (-793) (-1 |#1| (-560) (-560))) 104 T ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 47 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 46 T ELT)) (-1385 (((-663 (-663 |#1|)) $) 94 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-4311 (((-3 $ "failed") $) 69 (|has| |#1| (-376)) ELT)) (-4426 (($ $ $) 96 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-4446 (($ $ |#1|) 63 T ELT)) (-2283 (((-3 $ "failed") $ |#1|) 77 (|has| |#1| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ (-560) (-560)) 56 T ELT) ((|#1| $ (-560) (-560) |#1|) 54 T ELT) (($ $ (-663 (-560)) (-663 (-560))) 93 T ELT)) (-3589 (($ (-663 |#1|)) 102 T ELT) (($ (-663 $)) 101 T ELT)) (-2267 (((-114) $) 109 T ELT)) (-2687 ((|#1| $) 71 (|has| |#1| (-6 (-4511 "*"))) ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-1731 ((|#3| $ (-560)) 52 T ELT)) (-2539 (($ |#3|) 100 T ELT) (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) 107 T ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2436 (($ $ |#1|) 76 (|has| |#1| (-376)) ELT)) (-2426 (($ $ $) 86 T ELT) (($ $) 85 T ELT)) (-2413 (($ $ $) 87 T ELT)) (** (($ $ (-793)) 78 T ELT) (($ $ (-560)) 68 (|has| |#1| (-376)) ELT)) (* (($ $ $) 84 T ELT) (($ |#1| $) 83 T ELT) (($ $ |#1|) 82 T ELT) (($ (-560) $) 81 T ELT) ((|#3| $ |#3|) 80 T ELT) ((|#2| |#2| $) 79 T ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-708 |#1| |#2| |#3|) (-142) (-1080) (-385 |t#1|) (-385 |t#1|)) (T -708))
-((-2523 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-114)))) (-2267 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-114)))) (-3994 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-114)))) (-4395 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-114)))) (-2591 (*1 *1 *2 *2) (-12 (-5 *2 (-793)) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3287 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3287 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-1 *4 (-560) (-560))) (-4 *4 (-1080)) (-4 *1 (-708 *4 *5 *6)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)))) (-3020 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3589 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3589 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2539 (*1 *1 *2) (-12 (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *2)) (-4 *4 (-385 *3)) (-4 *2 (-385 *3)))) (-3896 (*1 *1 *2) (-12 (-4 *3 (-1080)) (-4 *1 (-708 *3 *2 *4)) (-4 *2 (-385 *3)) (-4 *4 (-385 *3)))) (-3896 (*1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-1645 (*1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-4426 (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-3478 (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-1385 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-663 (-663 *3))))) (-1495 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-663 (-560))) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2696 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-663 (-560))) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-1663 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3534 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4409 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4306 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2413 (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-2426 (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-2426 (*1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-708 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *2 (-385 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-708 *3 *2 *4)) (-4 *3 (-1080)) (-4 *2 (-385 *3)) (-4 *4 (-385 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2283 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-571)))) (-2436 (*1 *1 *1 *2) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-376)))) (-2723 (*1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-319)))) (-3795 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-793)))) (-1801 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-793)))) (-4128 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-663 *5)))) (-2687 (*1 *2 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (|has| *2 (-6 (-4511 "*"))) (-4 *2 (-1080)))) (-3291 (*1 *2 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (|has| *2 (-6 (-4511 "*"))) (-4 *2 (-1080)))) (-4311 (*1 *1 *1) (|partial| -12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-376)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-376)))))
-(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4510) (-6 -4509) (-15 -2523 ((-114) $)) (-15 -2267 ((-114) $)) (-15 -3994 ((-114) $)) (-15 -4395 ((-114) $)) (-15 -2591 ($ (-793) (-793))) (-15 -3287 ($ (-663 (-663 |t#1|)))) (-15 -3287 ($ (-793) (-793) (-1 |t#1| (-560) (-560)))) (-15 -3020 ($ (-793) |t#1|)) (-15 -3589 ($ (-663 |t#1|))) (-15 -3589 ($ (-663 $))) (-15 -2539 ($ |t#3|)) (-15 -3896 ($ |t#2|)) (-15 -3896 ($ $)) (-15 -1645 ($ $)) (-15 -4426 ($ $ $)) (-15 -3478 ($ $ $)) (-15 -1385 ((-663 (-663 |t#1|)) $)) (-15 -1495 ($ $ (-663 (-560)) (-663 (-560)))) (-15 -2696 ($ $ (-663 (-560)) (-663 (-560)) $)) (-15 -1663 ($ $ (-560) (-560))) (-15 -3534 ($ $ (-560) (-560))) (-15 -4409 ($ $ (-560) (-560) (-560) (-560))) (-15 -4306 ($ $ (-560) (-560) $)) (-15 -2413 ($ $ $)) (-15 -2426 ($ $ $)) (-15 -2426 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-560) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-793))) (IF (|has| |t#1| (-571)) (-15 -2283 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-376)) (-15 -2436 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-319)) (-15 -2723 ($ $)) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-15 -3795 ((-793) $)) (-15 -1801 ((-793) $)) (-15 -4128 ((-663 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4511 "*"))) (PROGN (-15 -2687 (|t#1| $)) (-15 -3291 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-376)) (PROGN (-15 -4311 ((-3 $ "failed") $)) (-15 ** ($ $ (-560)))) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-57 |#1| |#2| |#3|) . T) ((-1248) . T))
-((-2108 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39 T ELT)) (-2067 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37 T ELT) ((|#8| (-1 |#5| |#1|) |#4|) 31 T ELT)))
-(((-709 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2067 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2067 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -2108 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1080) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|) (-1080) (-385 |#5|) (-385 |#5|) (-708 |#5| |#6| |#7|)) (T -709))
-((-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1080)) (-4 *2 (-1080)) (-4 *6 (-385 *5)) (-4 *7 (-385 *5)) (-4 *8 (-385 *2)) (-4 *9 (-385 *2)) (-5 *1 (-709 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-708 *5 *6 *7)) (-4 *10 (-708 *2 *8 *9)))) (-2067 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1080)) (-4 *8 (-1080)) (-4 *6 (-385 *5)) (-4 *7 (-385 *5)) (-4 *2 (-708 *8 *9 *10)) (-5 *1 (-709 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-708 *5 *6 *7)) (-4 *9 (-385 *8)) (-4 *10 (-385 *8)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1080)) (-4 *8 (-1080)) (-4 *6 (-385 *5)) (-4 *7 (-385 *5)) (-4 *2 (-708 *8 *9 *10)) (-5 *1 (-709 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-708 *5 *6 *7)) (-4 *9 (-385 *8)) (-4 *10 (-385 *8)))))
-(-10 -7 (-15 -2067 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2067 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -2108 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
-((-2723 ((|#4| |#4|) 92 (|has| |#1| (-319)) ELT)) (-3795 (((-793) |#4|) 120 (|has| |#1| (-571)) ELT)) (-1801 (((-793) |#4|) 96 (|has| |#1| (-571)) ELT)) (-4128 (((-663 |#3|) |#4|) 103 (|has| |#1| (-571)) ELT)) (-3835 (((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|) 135 (|has| |#1| (-319)) ELT)) (-3291 ((|#1| |#4|) 52 T ELT)) (-1821 (((-3 |#4| "failed") |#4|) 84 (|has| |#1| (-571)) ELT)) (-4311 (((-3 |#4| "failed") |#4|) 100 (|has| |#1| (-376)) ELT)) (-1515 ((|#4| |#4|) 88 (|has| |#1| (-571)) ELT)) (-3090 ((|#4| |#4| |#1| (-560) (-560)) 60 T ELT)) (-2704 ((|#4| |#4| (-560) (-560)) 55 T ELT)) (-3802 ((|#4| |#4| |#1| (-560) (-560)) 65 T ELT)) (-2687 ((|#1| |#4|) 98 T ELT)) (-1802 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 89 (|has| |#1| (-571)) ELT)))
-(((-710 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2687 (|#1| |#4|)) (-15 -3291 (|#1| |#4|)) (-15 -2704 (|#4| |#4| (-560) (-560))) (-15 -3090 (|#4| |#4| |#1| (-560) (-560))) (-15 -3802 (|#4| |#4| |#1| (-560) (-560))) (IF (|has| |#1| (-571)) (PROGN (-15 -3795 ((-793) |#4|)) (-15 -1801 ((-793) |#4|)) (-15 -4128 ((-663 |#3|) |#4|)) (-15 -1515 (|#4| |#4|)) (-15 -1821 ((-3 |#4| "failed") |#4|)) (-15 -1802 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-319)) (PROGN (-15 -2723 (|#4| |#4|)) (-15 -3835 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -4311 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-175) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|)) (T -710))
-((-4311 (*1 *2 *2) (|partial| -12 (-4 *3 (-376)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-3835 (*1 *2 *3 *3) (-12 (-4 *3 (-319)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-710 *3 *4 *5 *6)) (-4 *6 (-708 *3 *4 *5)))) (-2723 (*1 *2 *2) (-12 (-4 *3 (-319)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-1802 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-1821 (*1 *2 *2) (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-1515 (*1 *2 *2) (-12 (-4 *3 (-571)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-4128 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-663 *6)) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-1801 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-3795 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-3802 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-560)) (-4 *3 (-175)) (-4 *5 (-385 *3)) (-4 *6 (-385 *3)) (-5 *1 (-710 *3 *5 *6 *2)) (-4 *2 (-708 *3 *5 *6)))) (-3090 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-560)) (-4 *3 (-175)) (-4 *5 (-385 *3)) (-4 *6 (-385 *3)) (-5 *1 (-710 *3 *5 *6 *2)) (-4 *2 (-708 *3 *5 *6)))) (-2704 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-560)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *1 (-710 *4 *5 *6 *2)) (-4 *2 (-708 *4 *5 *6)))) (-3291 (*1 *2 *3) (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-175)) (-5 *1 (-710 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5)))) (-2687 (*1 *2 *3) (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-175)) (-5 *1 (-710 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5)))))
-(-10 -7 (-15 -2687 (|#1| |#4|)) (-15 -3291 (|#1| |#4|)) (-15 -2704 (|#4| |#4| (-560) (-560))) (-15 -3090 (|#4| |#4| |#1| (-560) (-560))) (-15 -3802 (|#4| |#4| |#1| (-560) (-560))) (IF (|has| |#1| (-571)) (PROGN (-15 -3795 ((-793) |#4|)) (-15 -1801 ((-793) |#4|)) (-15 -4128 ((-663 |#3|) |#4|)) (-15 -1515 (|#4| |#4|)) (-15 -1821 ((-3 |#4| "failed") |#4|)) (-15 -1802 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-319)) (PROGN (-15 -2723 (|#4| |#4|)) (-15 -3835 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -4311 ((-3 |#4| "failed") |#4|)) |%noBranch|))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2591 (($ (-793) (-793)) 64 T ELT)) (-3478 (($ $ $) NIL T ELT)) (-3896 (($ (-1298 |#1|)) NIL T ELT) (($ $) NIL T ELT)) (-3994 (((-114) $) NIL T ELT)) (-1663 (($ $ (-560) (-560)) 22 T ELT)) (-3534 (($ $ (-560) (-560)) NIL T ELT)) (-4409 (($ $ (-560) (-560) (-560) (-560)) NIL T ELT)) (-1645 (($ $) NIL T ELT)) (-2523 (((-114) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4306 (($ $ (-560) (-560) $) NIL T ELT)) (-2696 ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) NIL T ELT)) (-4254 (($ $ (-560) (-1298 |#1|)) NIL T ELT)) (-2193 (($ $ (-560) (-1298 |#1|)) NIL T ELT)) (-3020 (($ (-793) |#1|) 37 T ELT)) (-3366 (($) NIL T CONST)) (-2723 (($ $) 46 (|has| |#1| (-319)) ELT)) (-1964 (((-1298 |#1|) $ (-560)) NIL T ELT)) (-3795 (((-793) $) 48 (|has| |#1| (-571)) ELT)) (-3472 ((|#1| $ (-560) (-560) |#1|) 69 T ELT)) (-3393 ((|#1| $ (-560) (-560)) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL T ELT)) (-1801 (((-793) $) 50 (|has| |#1| (-571)) ELT)) (-4128 (((-663 (-1298 |#1|)) $) 53 (|has| |#1| (-571)) ELT)) (-3758 (((-793) $) 32 T ELT)) (-2531 (($ (-793) (-793) |#1|) 28 T ELT)) (-3771 (((-793) $) 33 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-3291 ((|#1| $) 44 (|has| |#1| (-6 (-4511 "*"))) ELT)) (-1841 (((-560) $) 10 T ELT)) (-3726 (((-560) $) 11 T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3796 (((-560) $) 14 T ELT)) (-4346 (((-560) $) 65 T ELT)) (-3287 (($ (-663 (-663 |#1|))) NIL T ELT) (($ (-793) (-793) (-1 |#1| (-560) (-560))) NIL T ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-1385 (((-663 (-663 |#1|)) $) 76 T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-4311 (((-3 $ "failed") $) 60 (|has| |#1| (-376)) ELT)) (-4426 (($ $ $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-4446 (($ $ |#1|) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560))) NIL T ELT)) (-3589 (($ (-663 |#1|)) NIL T ELT) (($ (-663 $)) NIL T ELT) (($ (-1298 |#1|)) 70 T ELT)) (-2267 (((-114) $) NIL T ELT)) (-2687 ((|#1| $) 42 (|has| |#1| (-6 (-4511 "*"))) ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) 80 (|has| |#1| (-633 (-549))) ELT)) (-1731 (((-1298 |#1|) $ (-560)) NIL T ELT)) (-2539 (($ (-1298 |#1|)) NIL T ELT) (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) NIL T ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) 38 T ELT) (($ $ (-560)) 62 (|has| |#1| (-376)) ELT)) (* (($ $ $) 24 T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-560) $) NIL T ELT) (((-1298 |#1|) $ (-1298 |#1|)) NIL T ELT) (((-1298 |#1|) (-1298 |#1|) $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-711 |#1|) (-13 (-708 |#1| (-1298 |#1|) (-1298 |#1|)) (-10 -8 (-15 -3589 ($ (-1298 |#1|))) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -4311 ((-3 $ "failed") $)) |%noBranch|))) (-1080)) (T -711))
-((-4311 (*1 *1 *1) (|partial| -12 (-5 *1 (-711 *2)) (-4 *2 (-376)) (-4 *2 (-1080)))) (-3589 (*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-1080)) (-5 *1 (-711 *3)))))
-(-13 (-708 |#1| (-1298 |#1|) (-1298 |#1|)) (-10 -8 (-15 -3589 ($ (-1298 |#1|))) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -4311 ((-3 $ "failed") $)) |%noBranch|)))
-((-2355 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|)) 37 T ELT)) (-2137 (((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|) 32 T ELT)) (-3951 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-793)) 43 T ELT)) (-2863 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|)) 25 T ELT)) (-2416 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|)) 29 T ELT) (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 27 T ELT)) (-4218 (((-711 |#1|) (-711 |#1|) |#1| (-711 |#1|)) 31 T ELT)) (-3608 (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 23 T ELT)) (** (((-711 |#1|) (-711 |#1|) (-793)) 46 T ELT)))
-(((-712 |#1|) (-10 -7 (-15 -3608 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2863 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2416 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2416 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -4218 ((-711 |#1|) (-711 |#1|) |#1| (-711 |#1|))) (-15 -2137 ((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|)) (-15 -2355 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3951 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-793))) (-15 ** ((-711 |#1|) (-711 |#1|) (-793)))) (-1080)) (T -712))
-((** (*1 *2 *2 *3) (-12 (-5 *2 (-711 *4)) (-5 *3 (-793)) (-4 *4 (-1080)) (-5 *1 (-712 *4)))) (-3951 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-711 *4)) (-5 *3 (-793)) (-4 *4 (-1080)) (-5 *1 (-712 *4)))) (-2355 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))) (-2137 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))) (-4218 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))) (-2416 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))) (-2416 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))) (-2863 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))) (-3608 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))))
-(-10 -7 (-15 -3608 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2863 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2416 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -2416 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -4218 ((-711 |#1|) (-711 |#1|) |#1| (-711 |#1|))) (-15 -2137 ((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|)) (-15 -2355 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3951 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-793))) (-15 ** ((-711 |#1|) (-711 |#1|) (-793))))
-((-1442 (((-3 |#1| "failed") $) 18 T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-3566 (($) 7 T CONST)) (-4108 (($ |#1|) 8 T ELT)) (-2539 (($ |#1|) 16 T ELT) (((-887) $) 23 T ELT)) (-1415 (((-114) $ (|[\|\|]| |#1|)) 14 T ELT) (((-114) $ (|[\|\|]| -3566)) 11 T ELT)) (-2745 ((|#1| $) 15 T ELT)))
-(((-713 |#1|) (-13 (-1294) (-1069 |#1|) (-632 (-887)) (-10 -8 (-15 -4108 ($ |#1|)) (-15 -1415 ((-114) $ (|[\|\|]| |#1|))) (-15 -1415 ((-114) $ (|[\|\|]| -3566))) (-15 -2745 (|#1| $)) (-15 -3566 ($) -3721))) (-632 (-887))) (T -713))
-((-4108 (*1 *1 *2) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-887))))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-632 (-887))) (-5 *2 (-114)) (-5 *1 (-713 *4)))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3566)) (-5 *2 (-114)) (-5 *1 (-713 *4)) (-4 *4 (-632 (-887))))) (-2745 (*1 *2 *1) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-887))))) (-3566 (*1 *1) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-887))))))
-(-13 (-1294) (-1069 |#1|) (-632 (-887)) (-10 -8 (-15 -4108 ($ |#1|)) (-15 -1415 ((-114) $ (|[\|\|]| |#1|))) (-15 -1415 ((-114) $ (|[\|\|]| -3566))) (-15 -2745 (|#1| $)) (-15 -3566 ($) -3721)))
-((-4332 ((|#2| |#2| |#4|) 29 T ELT)) (-1742 (((-711 |#2|) |#3| |#4|) 35 T ELT)) (-3312 (((-711 |#2|) |#2| |#4|) 34 T ELT)) (-3672 (((-1298 |#2|) |#2| |#4|) 16 T ELT)) (-3389 ((|#2| |#3| |#4|) 28 T ELT)) (-3965 (((-711 |#2|) |#3| |#4| (-793) (-793)) 47 T ELT)) (-1577 (((-711 |#2|) |#2| |#4| (-793)) 46 T ELT)))
-(((-714 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3672 ((-1298 |#2|) |#2| |#4|)) (-15 -3389 (|#2| |#3| |#4|)) (-15 -4332 (|#2| |#2| |#4|)) (-15 -3312 ((-711 |#2|) |#2| |#4|)) (-15 -1577 ((-711 |#2|) |#2| |#4| (-793))) (-15 -1742 ((-711 |#2|) |#3| |#4|)) (-15 -3965 ((-711 |#2|) |#3| |#4| (-793) (-793)))) (-1132) (-927 |#1|) (-385 |#2|) (-13 (-385 |#1|) (-10 -7 (-6 -4509)))) (T -714))
-((-3965 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-793)) (-4 *6 (-1132)) (-4 *7 (-927 *6)) (-5 *2 (-711 *7)) (-5 *1 (-714 *6 *7 *3 *4)) (-4 *3 (-385 *7)) (-4 *4 (-13 (-385 *6) (-10 -7 (-6 -4509)))))) (-1742 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-4 *6 (-927 *5)) (-5 *2 (-711 *6)) (-5 *1 (-714 *5 *6 *3 *4)) (-4 *3 (-385 *6)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4509)))))) (-1577 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-1132)) (-4 *3 (-927 *6)) (-5 *2 (-711 *3)) (-5 *1 (-714 *6 *3 *7 *4)) (-4 *7 (-385 *3)) (-4 *4 (-13 (-385 *6) (-10 -7 (-6 -4509)))))) (-3312 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-4 *3 (-927 *5)) (-5 *2 (-711 *3)) (-5 *1 (-714 *5 *3 *6 *4)) (-4 *6 (-385 *3)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4509)))))) (-4332 (*1 *2 *2 *3) (-12 (-4 *4 (-1132)) (-4 *2 (-927 *4)) (-5 *1 (-714 *4 *2 *5 *3)) (-4 *5 (-385 *2)) (-4 *3 (-13 (-385 *4) (-10 -7 (-6 -4509)))))) (-3389 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-4 *2 (-927 *5)) (-5 *1 (-714 *5 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4509)))))) (-3672 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-4 *3 (-927 *5)) (-5 *2 (-1298 *3)) (-5 *1 (-714 *5 *3 *6 *4)) (-4 *6 (-385 *3)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4509)))))))
-(-10 -7 (-15 -3672 ((-1298 |#2|) |#2| |#4|)) (-15 -3389 (|#2| |#3| |#4|)) (-15 -4332 (|#2| |#2| |#4|)) (-15 -3312 ((-711 |#2|) |#2| |#4|)) (-15 -1577 ((-711 |#2|) |#2| |#4| (-793))) (-15 -1742 ((-711 |#2|) |#3| |#4|)) (-15 -3965 ((-711 |#2|) |#3| |#4| (-793) (-793))))
-((-2788 (((-2 (|:| |num| (-711 |#1|)) (|:| |den| |#1|)) (-711 |#2|)) 20 T ELT)) (-2374 ((|#1| (-711 |#2|)) 9 T ELT)) (-3231 (((-711 |#1|) (-711 |#2|)) 18 T ELT)))
-(((-715 |#1| |#2|) (-10 -7 (-15 -2374 (|#1| (-711 |#2|))) (-15 -3231 ((-711 |#1|) (-711 |#2|))) (-15 -2788 ((-2 (|:| |num| (-711 |#1|)) (|:| |den| |#1|)) (-711 |#2|)))) (-571) (-1022 |#1|)) (T -715))
-((-2788 (*1 *2 *3) (-12 (-5 *3 (-711 *5)) (-4 *5 (-1022 *4)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |num| (-711 *4)) (|:| |den| *4))) (-5 *1 (-715 *4 *5)))) (-3231 (*1 *2 *3) (-12 (-5 *3 (-711 *5)) (-4 *5 (-1022 *4)) (-4 *4 (-571)) (-5 *2 (-711 *4)) (-5 *1 (-715 *4 *5)))) (-2374 (*1 *2 *3) (-12 (-5 *3 (-711 *4)) (-4 *4 (-1022 *2)) (-4 *2 (-571)) (-5 *1 (-715 *2 *4)))))
-(-10 -7 (-15 -2374 (|#1| (-711 |#2|))) (-15 -3231 ((-711 |#1|) (-711 |#2|))) (-15 -2788 ((-2 (|:| |num| (-711 |#1|)) (|:| |den| |#1|)) (-711 |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1873 (((-711 (-721))) NIL T ELT) (((-711 (-721)) (-1298 $)) NIL T ELT)) (-4095 (((-721) $) NIL T ELT)) (-3594 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2725 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| (-721) (-363)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-721) (-319)) (|has| (-721) (-939))) ELT)) (-2082 (($ $) NIL (-2191 (-12 (|has| (-721) (-319)) (|has| (-721) (-939))) (|has| (-721) (-376))) ELT)) (-2326 (((-419 $) $) NIL (-2191 (-12 (|has| (-721) (-319)) (|has| (-721) (-939))) (|has| (-721) (-376))) ELT)) (-3401 (($ $) NIL (-12 (|has| (-721) (-1033)) (|has| (-721) (-1234))) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-721) (-319)) (|has| (-721) (-939))) ELT)) (-3988 (((-114) $ $) NIL (|has| (-721) (-319)) ELT)) (-1450 (((-793)) NIL (|has| (-721) (-381)) ELT)) (-2837 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2700 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-3623 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2749 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-721) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-721) (-1069 (-421 (-560)))) ELT)) (-3056 (((-560) $) NIL T ELT) (((-721) $) NIL T ELT) (((-421 (-560)) $) NIL (|has| (-721) (-1069 (-421 (-560)))) ELT)) (-3013 (($ (-1298 (-721))) NIL T ELT) (($ (-1298 (-721)) (-1298 $)) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-721) (-363)) ELT)) (-2242 (($ $ $) NIL (|has| (-721) (-319)) ELT)) (-2902 (((-711 (-721)) $) NIL T ELT) (((-711 (-721)) $ (-1298 $)) NIL T ELT)) (-2336 (((-711 (-721)) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-721))) (|:| |vec| (-1298 (-721)))) (-711 $) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-721) (-660 (-560))) ELT) (((-711 (-560)) (-711 $)) NIL (|has| (-721) (-660 (-560))) ELT)) (-2108 (((-3 $ "failed") (-421 (-1202 (-721)))) NIL (|has| (-721) (-376)) ELT) (($ (-1202 (-721))) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3415 (((-721) $) 29 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) NIL (|has| (-721) (-559)) ELT)) (-2221 (((-114) $) NIL (|has| (-721) (-559)) ELT)) (-2530 (((-421 (-560)) $) NIL (|has| (-721) (-559)) ELT)) (-3795 (((-948)) NIL T ELT)) (-3362 (($) NIL (|has| (-721) (-381)) ELT)) (-2254 (($ $ $) NIL (|has| (-721) (-319)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| (-721) (-319)) ELT)) (-1632 (($) NIL (|has| (-721) (-363)) ELT)) (-2136 (((-114) $) NIL (|has| (-721) (-363)) ELT)) (-1497 (($ $) NIL (|has| (-721) (-363)) ELT) (($ $ (-793)) NIL (|has| (-721) (-363)) ELT)) (-1510 (((-114) $) NIL (-2191 (-12 (|has| (-721) (-319)) (|has| (-721) (-939))) (|has| (-721) (-376))) ELT)) (-3510 (((-2 (|:| |r| (-721)) (|:| |phi| (-721))) $) NIL (-12 (|has| (-721) (-1091)) (|has| (-721) (-1234))) ELT)) (-4447 (($) NIL (|has| (-721) (-1234)) ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| (-721) (-911 (-391))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| (-721) (-911 (-560))) ELT)) (-2252 (((-854 (-948)) $) NIL (|has| (-721) (-363)) ELT) (((-948) $) NIL (|has| (-721) (-363)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (-12 (|has| (-721) (-1033)) (|has| (-721) (-1234))) ELT)) (-3138 (((-721) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| (-721) (-363)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| (-721) (-319)) ELT)) (-2767 (((-1202 (-721)) $) NIL (|has| (-721) (-376)) ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-2067 (($ (-1 (-721) (-721)) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| (-721) (-381)) ELT)) (-1842 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2094 (((-1202 (-721)) $) NIL T ELT)) (-2207 (((-711 (-721)) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-721))) (|:| |vec| (-1298 (-721)))) (-1298 $) $) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-721) (-660 (-560))) ELT) (((-711 (-560)) (-1298 $)) NIL (|has| (-721) (-660 (-560))) ELT)) (-2433 (($ (-663 $)) NIL (|has| (-721) (-319)) ELT) (($ $ $) NIL (|has| (-721) (-319)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| (-721) (-376)) ELT)) (-2814 (($) NIL (|has| (-721) (-363)) CONST)) (-3998 (($ (-948)) NIL (|has| (-721) (-381)) ELT)) (-4099 (($) NIL T ELT)) (-3429 (((-721) $) 31 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| (-721) (-319)) ELT)) (-2470 (($ (-663 $)) NIL (|has| (-721) (-319)) ELT) (($ $ $) NIL (|has| (-721) (-319)) ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| (-721) (-363)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-721) (-319)) (|has| (-721) (-939))) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-721) (-319)) (|has| (-721) (-939))) ELT)) (-3388 (((-419 $) $) NIL (-2191 (-12 (|has| (-721) (-319)) (|has| (-721) (-939))) (|has| (-721) (-376))) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-721) (-319)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| (-721) (-319)) ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT) (((-3 $ "failed") $ (-721)) NIL (|has| (-721) (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| (-721) (-319)) ELT)) (-1920 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2799 (($ $ (-1208) (-721)) NIL (|has| (-721) (-528 (-1208) (-721))) ELT) (($ $ (-663 (-1208)) (-663 (-721))) NIL (|has| (-721) (-528 (-1208) (-721))) ELT) (($ $ (-663 (-305 (-721)))) NIL (|has| (-721) (-321 (-721))) ELT) (($ $ (-305 (-721))) NIL (|has| (-721) (-321 (-721))) ELT) (($ $ (-721) (-721)) NIL (|has| (-721) (-321 (-721))) ELT) (($ $ (-663 (-721)) (-663 (-721))) NIL (|has| (-721) (-321 (-721))) ELT)) (-3320 (((-793) $) NIL (|has| (-721) (-319)) ELT)) (-1495 (($ $ (-721)) NIL (|has| (-721) (-298 (-721) (-721))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| (-721) (-319)) ELT)) (-3622 (((-721)) NIL T ELT) (((-721) (-1298 $)) NIL T ELT)) (-2424 (((-3 (-793) "failed") $ $) NIL (|has| (-721) (-363)) ELT) (((-793) $) NIL (|has| (-721) (-363)) ELT)) (-2457 (($ $ (-1 (-721) (-721)) (-793)) NIL T ELT) (($ $ (-1 (-721) (-721))) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-721) (-376)) (|has| (-721) (-927 (-1208)))) (|has| (-721) (-929 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-721) (-376)) (|has| (-721) (-927 (-1208)))) (|has| (-721) (-929 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-721) (-376)) (|has| (-721) (-927 (-1208)))) (|has| (-721) (-929 (-1208)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-721) (-376)) (|has| (-721) (-927 (-1208)))) (|has| (-721) (-929 (-1208)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-721) (-240)) (|has| (-721) (-376))) (|has| (-721) (-239))) ELT) (($ $) NIL (-2191 (-12 (|has| (-721) (-240)) (|has| (-721) (-376))) (|has| (-721) (-239))) ELT)) (-3982 (((-711 (-721)) (-1298 $) (-1 (-721) (-721))) NIL (|has| (-721) (-376)) ELT)) (-2731 (((-1202 (-721))) NIL T ELT)) (-3637 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2759 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-1677 (($) NIL (|has| (-721) (-363)) ELT)) (-3610 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2737 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2848 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2712 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2086 (((-711 (-721)) (-1298 $)) NIL T ELT) (((-1298 (-721)) $) NIL T ELT) (((-711 (-721)) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 (-721)) $ (-1298 $)) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-721) (-633 (-549))) ELT) (((-171 (-229)) $) NIL (|has| (-721) (-1051)) ELT) (((-171 (-391)) $) NIL (|has| (-721) (-1051)) ELT) (((-915 (-391)) $) NIL (|has| (-721) (-633 (-915 (-391)))) ELT) (((-915 (-560)) $) NIL (|has| (-721) (-633 (-915 (-560)))) ELT) (($ (-1202 (-721))) NIL T ELT) (((-1202 (-721)) $) NIL T ELT) (($ (-1298 (-721))) NIL T ELT) (((-1298 (-721)) $) NIL T ELT)) (-1521 (($ $) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-2191 (-12 (|has| (-721) (-319)) (|has| $ (-147)) (|has| (-721) (-939))) (|has| (-721) (-363))) ELT)) (-2953 (($ (-721) (-721)) 12 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-721)) NIL T ELT) (($ (-171 (-391))) 13 T ELT) (($ (-171 (-560))) 19 T ELT) (($ (-171 (-721))) 28 T ELT) (($ (-171 (-723))) 25 T ELT) (((-171 (-391)) $) 33 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| (-721) (-1069 (-421 (-560)))) (|has| (-721) (-376))) ELT)) (-3187 (($ $) NIL (|has| (-721) (-363)) ELT) (((-713 $) $) NIL (-2191 (-12 (|has| (-721) (-319)) (|has| $ (-147)) (|has| (-721) (-939))) (|has| (-721) (-147))) ELT)) (-4419 (((-1202 (-721)) $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT)) (-3671 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2792 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-3649 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2770 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-3693 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2816 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-4449 (((-721) $) NIL (|has| (-721) (-1234)) ELT)) (-2979 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2827 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-3681 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2804 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-3661 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2781 (($ $) NIL (|has| (-721) (-1234)) ELT)) (-2407 (($ $) NIL (|has| (-721) (-1091)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 (-721) (-721)) (-793)) NIL T ELT) (($ $ (-1 (-721) (-721))) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-721) (-376)) (|has| (-721) (-927 (-1208)))) (|has| (-721) (-929 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-721) (-376)) (|has| (-721) (-927 (-1208)))) (|has| (-721) (-929 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-721) (-376)) (|has| (-721) (-927 (-1208)))) (|has| (-721) (-929 (-1208)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-721) (-376)) (|has| (-721) (-927 (-1208)))) (|has| (-721) (-929 (-1208)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-721) (-240)) (|has| (-721) (-376))) (|has| (-721) (-239))) ELT) (($ $) NIL (-2191 (-12 (|has| (-721) (-240)) (|has| (-721) (-376))) (|has| (-721) (-239))) ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL (|has| (-721) (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ $) NIL (|has| (-721) (-1234)) ELT) (($ $ (-421 (-560))) NIL (-12 (|has| (-721) (-1033)) (|has| (-721) (-1234))) ELT) (($ $ (-560)) NIL (|has| (-721) (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-721) $) NIL T ELT) (($ $ (-721)) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| (-721) (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| (-721) (-376)) ELT)))
-(((-716) (-13 (-401) (-168 (-721)) (-10 -8 (-15 -2539 ($ (-171 (-391)))) (-15 -2539 ($ (-171 (-560)))) (-15 -2539 ($ (-171 (-721)))) (-15 -2539 ($ (-171 (-723)))) (-15 -2539 ((-171 (-391)) $))))) (T -716))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-171 (-391))) (-5 *1 (-716)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-171 (-560))) (-5 *1 (-716)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-171 (-721))) (-5 *1 (-716)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-171 (-723))) (-5 *1 (-716)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-171 (-391))) (-5 *1 (-716)))))
-(-13 (-401) (-168 (-721)) (-10 -8 (-15 -2539 ($ (-171 (-391)))) (-15 -2539 ($ (-171 (-560)))) (-15 -2539 ($ (-171 (-721)))) (-15 -2539 ($ (-171 (-723)))) (-15 -2539 ((-171 (-391)) $))))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2501 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2813 (($ $) 69 T ELT)) (-2885 (($ $) 65 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ |#1| $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4509)) ELT)) (-2025 (($ |#1| $) 64 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT) (($ |#1| $ (-793)) 70 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-2903 (((-663 (-2 (|:| -2660 |#1|) (|:| -3150 (-793)))) $) 68 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 57 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-717 |#1|) (-142) (-1132)) (T -717))
-((-1368 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-717 *2)) (-4 *2 (-1132)))) (-2813 (*1 *1 *1) (-12 (-4 *1 (-717 *2)) (-4 *2 (-1132)))) (-2903 (*1 *2 *1) (-12 (-4 *1 (-717 *3)) (-4 *3 (-1132)) (-5 *2 (-663 (-2 (|:| -2660 *3) (|:| -3150 (-793))))))))
-(-13 (-242 |t#1|) (-10 -8 (-15 -1368 ($ |t#1| $ (-793))) (-15 -2813 ($ $)) (-15 -2903 ((-663 (-2 (|:| -2660 |t#1|) (|:| -3150 (-793)))) $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-3644 (((-663 |#1|) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))) (-560)) 65 T ELT)) (-3532 ((|#1| |#1| (-560)) 62 T ELT)) (-2470 ((|#1| |#1| |#1| (-560)) 46 T ELT)) (-3388 (((-663 |#1|) |#1| (-560)) 49 T ELT)) (-2043 ((|#1| |#1| (-560) |#1| (-560)) 40 T ELT)) (-1387 (((-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))) |#1| (-560)) 61 T ELT)))
-(((-718 |#1|) (-10 -7 (-15 -2470 (|#1| |#1| |#1| (-560))) (-15 -3532 (|#1| |#1| (-560))) (-15 -3388 ((-663 |#1|) |#1| (-560))) (-15 -1387 ((-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))) |#1| (-560))) (-15 -3644 ((-663 |#1|) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))) (-560))) (-15 -2043 (|#1| |#1| (-560) |#1| (-560)))) (-1274 (-560))) (T -718))
-((-2043 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1274 *3)))) (-3644 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| -3388 *5) (|:| -4283 (-560))))) (-5 *4 (-560)) (-4 *5 (-1274 *4)) (-5 *2 (-663 *5)) (-5 *1 (-718 *5)))) (-1387 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-5 *2 (-663 (-2 (|:| -3388 *3) (|:| -4283 *4)))) (-5 *1 (-718 *3)) (-4 *3 (-1274 *4)))) (-3388 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-5 *2 (-663 *3)) (-5 *1 (-718 *3)) (-4 *3 (-1274 *4)))) (-3532 (*1 *2 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1274 *3)))) (-2470 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1274 *3)))))
-(-10 -7 (-15 -2470 (|#1| |#1| |#1| (-560))) (-15 -3532 (|#1| |#1| (-560))) (-15 -3388 ((-663 |#1|) |#1| (-560))) (-15 -1387 ((-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))) |#1| (-560))) (-15 -3644 ((-663 |#1|) (-663 (-2 (|:| -3388 |#1|) (|:| -4283 (-560)))) (-560))) (-15 -2043 (|#1| |#1| (-560) |#1| (-560))))
-((-1364 (((-1 (-972 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229) (-229))) 17 T ELT)) (-2338 (((-1164 (-229)) (-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-663 (-270))) 53 T ELT) (((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-663 (-270))) 55 T ELT) (((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1120 (-229)) (-1120 (-229)) (-663 (-270))) 57 T ELT)) (-2579 (((-1164 (-229)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-663 (-270))) NIL T ELT)) (-1568 (((-1164 (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1120 (-229)) (-1120 (-229)) (-663 (-270))) 58 T ELT)))
-(((-719) (-10 -7 (-15 -2338 ((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1120 (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -2338 ((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -2338 ((-1164 (-229)) (-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -1568 ((-1164 (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1120 (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -2579 ((-1164 (-229)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -1364 ((-1 (-972 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229) (-229)))))) (T -719))
-((-1364 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1 (-229) (-229) (-229) (-229))) (-5 *2 (-1 (-972 (-229)) (-229) (-229))) (-5 *1 (-719)))) (-2579 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1120 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-719)))) (-1568 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-3 (-1 (-229) (-229) (-229) (-229)) "undefined")) (-5 *5 (-1120 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-719)))) (-2338 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1164 (-229))) (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-229))) (-5 *5 (-663 (-270))) (-5 *1 (-719)))) (-2338 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-229))) (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-719)))) (-2338 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-3 (-1 (-229) (-229) (-229) (-229)) "undefined")) (-5 *5 (-1120 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-719)))))
-(-10 -7 (-15 -2338 ((-1164 (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1120 (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -2338 ((-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -2338 ((-1164 (-229)) (-1164 (-229)) (-1 (-972 (-229)) (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -1568 ((-1164 (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1120 (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -2579 ((-1164 (-229)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1120 (-229)) (-663 (-270)))) (-15 -1364 ((-1 (-972 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229) (-229)))))
-((-3388 (((-419 (-1202 |#4|)) (-1202 |#4|)) 86 T ELT) (((-419 |#4|) |#4|) 266 T ELT)))
-(((-720 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3388 ((-419 |#4|) |#4|)) (-15 -3388 ((-419 (-1202 |#4|)) (-1202 |#4|)))) (-871) (-815) (-363) (-979 |#3| |#2| |#1|)) (T -720))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-363)) (-4 *7 (-979 *6 *5 *4)) (-5 *2 (-419 (-1202 *7))) (-5 *1 (-720 *4 *5 *6 *7)) (-5 *3 (-1202 *7)))) (-3388 (*1 *2 *3) (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-720 *4 *5 *6 *3)) (-4 *3 (-979 *6 *5 *4)))))
-(-10 -7 (-15 -3388 ((-419 |#4|) |#4|)) (-15 -3388 ((-419 (-1202 |#4|)) (-1202 |#4|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 97 T ELT)) (-3431 (((-560) $) 34 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-4001 (($ $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3999 (($ $) NIL T ELT)) (-1442 (((-3 (-560) "failed") $) 85 T ELT) (((-3 (-421 (-560)) "failed") $) 28 T ELT) (((-3 (-391) "failed") $) 82 T ELT)) (-3056 (((-560) $) 87 T ELT) (((-421 (-560)) $) 79 T ELT) (((-391) $) 80 T ELT)) (-2242 (($ $ $) 109 T ELT)) (-4310 (((-3 $ "failed") $) 100 T ELT)) (-2254 (($ $ $) 108 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-4176 (((-948)) 89 T ELT) (((-948) (-948)) 88 T ELT)) (-1957 (((-114) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL T ELT)) (-2252 (((-560) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL T ELT)) (-3138 (($ $) NIL T ELT)) (-2699 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1948 (((-560) (-560)) 94 T ELT) (((-560)) 95 T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL (-12 (-1372 (|has| $ (-6 -4492))) (-1372 (|has| $ (-6 -4500)))) ELT)) (-2460 (((-560) (-560)) 92 T ELT) (((-560)) 93 T ELT)) (-2718 (($ $ $) NIL T ELT) (($) NIL (-12 (-1372 (|has| $ (-6 -4492))) (-1372 (|has| $ (-6 -4500)))) ELT)) (-2250 (((-560) $) 17 T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 104 T ELT)) (-4027 (((-948) (-560)) NIL (|has| $ (-6 -4500)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL T ELT)) (-1654 (($ $) NIL T ELT)) (-3251 (($ (-560) (-560)) NIL T ELT) (($ (-560) (-560) (-948)) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) 105 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3881 (((-560) $) 24 T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 107 T ELT)) (-3035 (((-948)) NIL T ELT) (((-948) (-948)) NIL (|has| $ (-6 -4500)) ELT)) (-2701 (((-948) (-560)) NIL (|has| $ (-6 -4500)) ELT)) (-4417 (((-391) $) NIL T ELT) (((-229) $) NIL T ELT) (((-915 (-391)) $) NIL T ELT)) (-2539 (((-887) $) 63 T ELT) (($ (-560)) 75 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 78 T ELT) (($ (-560)) 75 T ELT) (($ (-421 (-560))) 78 T ELT) (($ (-391)) 72 T ELT) (((-391) $) 61 T ELT) (($ (-723)) 66 T ELT)) (-3418 (((-793)) 119 T CONST)) (-1514 (($ (-560) (-560) (-948)) 54 T ELT)) (-4473 (($ $) NIL T ELT)) (-3697 (((-948)) NIL T ELT) (((-948) (-948)) NIL (|has| $ (-6 -4500)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (((-948)) 91 T ELT) (((-948) (-948)) 90 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL T ELT)) (-1427 (($) 37 T CONST)) (-1439 (($) 18 T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 96 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 118 T ELT)) (-2436 (($ $ $) 77 T ELT)) (-2426 (($ $) 115 T ELT) (($ $ $) 116 T ELT)) (-2413 (($ $ $) 114 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ $ (-421 (-560))) 103 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 110 T ELT) (($ $ $) 101 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
-(((-721) (-13 (-418) (-401) (-376) (-1069 (-391)) (-1069 (-421 (-560))) (-149) (-10 -8 (-15 -4176 ((-948) (-948))) (-15 -4176 ((-948))) (-15 -2995 ((-948) (-948))) (-15 -2460 ((-560) (-560))) (-15 -2460 ((-560))) (-15 -1948 ((-560) (-560))) (-15 -1948 ((-560))) (-15 -2539 ((-391) $)) (-15 -2539 ($ (-723))) (-15 -2250 ((-560) $)) (-15 -3881 ((-560) $)) (-15 -1514 ($ (-560) (-560) (-948)))))) (T -721))
-((-3881 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-2250 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-4176 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-721)))) (-4176 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-721)))) (-2995 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-721)))) (-2460 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-2460 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-1948 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-1948 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-391)) (-5 *1 (-721)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-723)) (-5 *1 (-721)))) (-1514 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-948)) (-5 *1 (-721)))))
-(-13 (-418) (-401) (-376) (-1069 (-391)) (-1069 (-421 (-560))) (-149) (-10 -8 (-15 -4176 ((-948) (-948))) (-15 -4176 ((-948))) (-15 -2995 ((-948) (-948))) (-15 -2460 ((-560) (-560))) (-15 -2460 ((-560))) (-15 -1948 ((-560) (-560))) (-15 -1948 ((-560))) (-15 -2539 ((-391) $)) (-15 -2539 ($ (-723))) (-15 -2250 ((-560) $)) (-15 -3881 ((-560) $)) (-15 -1514 ($ (-560) (-560) (-948)))))
-((-3268 (((-711 |#1|) (-711 |#1|) |#1| |#1|) 85 T ELT)) (-2723 (((-711 |#1|) (-711 |#1|) |#1|) 66 T ELT)) (-3586 (((-711 |#1|) (-711 |#1|) |#1|) 86 T ELT)) (-3925 (((-711 |#1|) (-711 |#1|)) 67 T ELT)) (-3835 (((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|) 84 T ELT)))
-(((-722 |#1|) (-10 -7 (-15 -3925 ((-711 |#1|) (-711 |#1|))) (-15 -2723 ((-711 |#1|) (-711 |#1|) |#1|)) (-15 -3586 ((-711 |#1|) (-711 |#1|) |#1|)) (-15 -3268 ((-711 |#1|) (-711 |#1|) |#1| |#1|)) (-15 -3835 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|))) (-319)) (T -722))
-((-3835 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-722 *3)) (-4 *3 (-319)))) (-3268 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))) (-3586 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))) (-2723 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))) (-3925 (*1 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))))
-(-10 -7 (-15 -3925 ((-711 |#1|) (-711 |#1|))) (-15 -2723 ((-711 |#1|) (-711 |#1|) |#1|)) (-15 -3586 ((-711 |#1|) (-711 |#1|) |#1|)) (-15 -3268 ((-711 |#1|) (-711 |#1|) |#1| |#1|)) (-15 -3835 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-3037 (($ $ $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3729 (($ $ $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL T ELT)) (-1441 (($ $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) 31 T ELT)) (-3056 (((-560) $) 29 T ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-2221 (((-114) $) NIL T ELT)) (-2530 (((-421 (-560)) $) NIL T ELT)) (-3362 (($ $) NIL T ELT) (($) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-4174 (($ $ $ $) NIL T ELT)) (-3977 (($ $ $) NIL T ELT)) (-1957 (((-114) $) NIL T ELT)) (-2503 (($ $ $) NIL T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3057 (((-114) $) NIL T ELT)) (-2024 (((-713 $) $) NIL T ELT)) (-2699 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3603 (($ $ $ $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-3197 (((-948) (-948)) 10 T ELT) (((-948)) 9 T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3285 (($ $) NIL T ELT)) (-4474 (($ $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT)) (-2433 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2060 (($ $ $) NIL T ELT)) (-2814 (($) NIL T CONST)) (-2683 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-1984 (($ $) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3196 (((-114) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2096 (($ $) NIL T ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-229) $) NIL T ELT) (((-391) $) NIL T ELT) (((-915 (-560)) $) NIL T ELT) (((-549) $) NIL T ELT) (((-560) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) 28 T ELT) (($ $) NIL T ELT) (($ (-560)) 28 T ELT) (((-326 $) (-326 (-560))) 18 T ELT)) (-3418 (((-793)) NIL T CONST)) (-1750 (((-114) $ $) NIL T ELT)) (-2743 (($ $ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (($) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-3248 (($ $ $ $) NIL T ELT)) (-2407 (($ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-723) (-13 (-401) (-559) (-10 -8 (-15 -3197 ((-948) (-948))) (-15 -3197 ((-948))) (-15 -2539 ((-326 $) (-326 (-560))))))) (T -723))
-((-3197 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-723)))) (-3197 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-723)))) (-2539 (*1 *2 *3) (-12 (-5 *3 (-326 (-560))) (-5 *2 (-326 (-723))) (-5 *1 (-723)))))
-(-13 (-401) (-559) (-10 -8 (-15 -3197 ((-948) (-948))) (-15 -3197 ((-948))) (-15 -2539 ((-326 $) (-326 (-560))))))
-((-3686 (((-1 |#4| |#2| |#3|) |#1| (-1208) (-1208)) 19 T ELT)) (-4434 (((-1 |#4| |#2| |#3|) (-1208)) 12 T ELT)))
-(((-724 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4434 ((-1 |#4| |#2| |#3|) (-1208))) (-15 -3686 ((-1 |#4| |#2| |#3|) |#1| (-1208) (-1208)))) (-633 (-549)) (-1248) (-1248) (-1248)) (T -724))
-((-3686 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1208)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-724 *3 *5 *6 *7)) (-4 *3 (-633 (-549))) (-4 *5 (-1248)) (-4 *6 (-1248)) (-4 *7 (-1248)))) (-4434 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-724 *4 *5 *6 *7)) (-4 *4 (-633 (-549))) (-4 *5 (-1248)) (-4 *6 (-1248)) (-4 *7 (-1248)))))
-(-10 -7 (-15 -4434 ((-1 |#4| |#2| |#3|) (-1208))) (-15 -3686 ((-1 |#4| |#2| |#3|) |#1| (-1208) (-1208))))
-((-3267 (((-1 (-229) (-229) (-229)) |#1| (-1208) (-1208)) 43 T ELT) (((-1 (-229) (-229)) |#1| (-1208)) 48 T ELT)))
-(((-725 |#1|) (-10 -7 (-15 -3267 ((-1 (-229) (-229)) |#1| (-1208))) (-15 -3267 ((-1 (-229) (-229) (-229)) |#1| (-1208) (-1208)))) (-633 (-549))) (T -725))
-((-3267 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1208)) (-5 *2 (-1 (-229) (-229) (-229))) (-5 *1 (-725 *3)) (-4 *3 (-633 (-549))))) (-3267 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-5 *2 (-1 (-229) (-229))) (-5 *1 (-725 *3)) (-4 *3 (-633 (-549))))))
-(-10 -7 (-15 -3267 ((-1 (-229) (-229)) |#1| (-1208))) (-15 -3267 ((-1 (-229) (-229) (-229)) |#1| (-1208) (-1208))))
-((-2313 (((-1208) |#1| (-1208) (-663 (-1208))) 10 T ELT) (((-1208) |#1| (-1208) (-1208) (-1208)) 13 T ELT) (((-1208) |#1| (-1208) (-1208)) 12 T ELT) (((-1208) |#1| (-1208)) 11 T ELT)))
-(((-726 |#1|) (-10 -7 (-15 -2313 ((-1208) |#1| (-1208))) (-15 -2313 ((-1208) |#1| (-1208) (-1208))) (-15 -2313 ((-1208) |#1| (-1208) (-1208) (-1208))) (-15 -2313 ((-1208) |#1| (-1208) (-663 (-1208))))) (-633 (-549))) (T -726))
-((-2313 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-663 (-1208))) (-5 *2 (-1208)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549))))) (-2313 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549))))) (-2313 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549))))) (-2313 (*1 *2 *3 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549))))))
-(-10 -7 (-15 -2313 ((-1208) |#1| (-1208))) (-15 -2313 ((-1208) |#1| (-1208) (-1208))) (-15 -2313 ((-1208) |#1| (-1208) (-1208) (-1208))) (-15 -2313 ((-1208) |#1| (-1208) (-663 (-1208)))))
-((-3675 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9 T ELT)))
-(((-727 |#1| |#2|) (-10 -7 (-15 -3675 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1248) (-1248)) (T -727))
-((-3675 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-727 *3 *4)) (-4 *3 (-1248)) (-4 *4 (-1248)))))
-(-10 -7 (-15 -3675 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
-((-1901 (((-1 |#3| |#2|) (-1208)) 11 T ELT)) (-3686 (((-1 |#3| |#2|) |#1| (-1208)) 21 T ELT)))
-(((-728 |#1| |#2| |#3|) (-10 -7 (-15 -1901 ((-1 |#3| |#2|) (-1208))) (-15 -3686 ((-1 |#3| |#2|) |#1| (-1208)))) (-633 (-549)) (-1248) (-1248)) (T -728))
-((-3686 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-5 *2 (-1 *6 *5)) (-5 *1 (-728 *3 *5 *6)) (-4 *3 (-633 (-549))) (-4 *5 (-1248)) (-4 *6 (-1248)))) (-1901 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1 *6 *5)) (-5 *1 (-728 *4 *5 *6)) (-4 *4 (-633 (-549))) (-4 *5 (-1248)) (-4 *6 (-1248)))))
-(-10 -7 (-15 -1901 ((-1 |#3| |#2|) (-1208))) (-15 -3686 ((-1 |#3| |#2|) |#1| (-1208))))
-((-2194 (((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 (-1202 |#4|)) (-663 |#3|) (-663 |#4|) (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| |#4|)))) (-663 (-793)) (-1298 (-663 (-1202 |#3|))) |#3|) 92 T ELT)) (-2934 (((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 (-1202 |#3|)) (-663 |#3|) (-663 |#4|) (-663 (-793)) |#3|) 110 T ELT)) (-3151 (((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 |#3|) (-663 (-793)) (-663 (-1202 |#4|)) (-1298 (-663 (-1202 |#3|))) |#3|) 47 T ELT)))
-(((-729 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3151 ((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 |#3|) (-663 (-793)) (-663 (-1202 |#4|)) (-1298 (-663 (-1202 |#3|))) |#3|)) (-15 -2934 ((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 (-1202 |#3|)) (-663 |#3|) (-663 |#4|) (-663 (-793)) |#3|)) (-15 -2194 ((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 (-1202 |#4|)) (-663 |#3|) (-663 |#4|) (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| |#4|)))) (-663 (-793)) (-1298 (-663 (-1202 |#3|))) |#3|))) (-815) (-871) (-319) (-979 |#3| |#1| |#2|)) (T -729))
-((-2194 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-663 (-1202 *13))) (-5 *3 (-1202 *13)) (-5 *4 (-663 *12)) (-5 *5 (-663 *10)) (-5 *6 (-663 *13)) (-5 *7 (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| *13))))) (-5 *8 (-663 (-793))) (-5 *9 (-1298 (-663 (-1202 *10)))) (-4 *12 (-871)) (-4 *10 (-319)) (-4 *13 (-979 *10 *11 *12)) (-4 *11 (-815)) (-5 *1 (-729 *11 *12 *10 *13)))) (-2934 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-663 *11)) (-5 *5 (-663 (-1202 *9))) (-5 *6 (-663 *9)) (-5 *7 (-663 *12)) (-5 *8 (-663 (-793))) (-4 *11 (-871)) (-4 *9 (-319)) (-4 *12 (-979 *9 *10 *11)) (-4 *10 (-815)) (-5 *2 (-663 (-1202 *12))) (-5 *1 (-729 *10 *11 *9 *12)) (-5 *3 (-1202 *12)))) (-3151 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-663 (-1202 *11))) (-5 *3 (-1202 *11)) (-5 *4 (-663 *10)) (-5 *5 (-663 *8)) (-5 *6 (-663 (-793))) (-5 *7 (-1298 (-663 (-1202 *8)))) (-4 *10 (-871)) (-4 *8 (-319)) (-4 *11 (-979 *8 *9 *10)) (-4 *9 (-815)) (-5 *1 (-729 *9 *10 *8 *11)))))
-(-10 -7 (-15 -3151 ((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 |#3|) (-663 (-793)) (-663 (-1202 |#4|)) (-1298 (-663 (-1202 |#3|))) |#3|)) (-15 -2934 ((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 (-1202 |#3|)) (-663 |#3|) (-663 |#4|) (-663 (-793)) |#3|)) (-15 -2194 ((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-663 |#2|) (-663 (-1202 |#4|)) (-663 |#3|) (-663 |#4|) (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| |#4|)))) (-663 (-793)) (-1298 (-663 (-1202 |#3|))) |#3|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2474 (($ $) 53 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3528 (($ |#1| (-793)) 51 T ELT)) (-4486 (((-793) $) 55 T ELT)) (-2450 ((|#1| $) 54 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4283 (((-793) $) 56 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 50 (|has| |#1| (-175)) ELT)) (-2453 ((|#1| $ (-793)) 52 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 58 T ELT) (($ |#1| $) 57 T ELT)))
-(((-730 |#1|) (-142) (-1080)) (T -730))
-((-4283 (*1 *2 *1) (-12 (-4 *1 (-730 *3)) (-4 *3 (-1080)) (-5 *2 (-793)))) (-4486 (*1 *2 *1) (-12 (-4 *1 (-730 *3)) (-4 *3 (-1080)) (-5 *2 (-793)))) (-2450 (*1 *2 *1) (-12 (-4 *1 (-730 *2)) (-4 *2 (-1080)))) (-2474 (*1 *1 *1) (-12 (-4 *1 (-730 *2)) (-4 *2 (-1080)))) (-2453 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-730 *2)) (-4 *2 (-1080)))) (-3528 (*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-730 *2)) (-4 *2 (-1080)))))
-(-13 (-1080) (-111 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-175)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -4283 ((-793) $)) (-15 -4486 ((-793) $)) (-15 -2450 (|t#1| $)) (-15 -2474 ($ $)) (-15 -2453 (|t#1| $ (-793))) (-15 -3528 ($ |t#1| (-793)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-175)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-748) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2067 ((|#6| (-1 |#4| |#1|) |#3|) 23 T ELT)))
-(((-731 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2067 (|#6| (-1 |#4| |#1|) |#3|))) (-571) (-1274 |#1|) (-1274 (-421 |#2|)) (-571) (-1274 |#4|) (-1274 (-421 |#5|))) (T -731))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-571)) (-4 *7 (-571)) (-4 *6 (-1274 *5)) (-4 *2 (-1274 (-421 *8))) (-5 *1 (-731 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1274 (-421 *6))) (-4 *8 (-1274 *7)))))
-(-10 -7 (-15 -2067 (|#6| (-1 |#4| |#1|) |#3|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1584 (((-1190) (-887)) 38 T ELT)) (-1876 (((-1304) (-1190)) 31 T ELT)) (-3772 (((-1190) (-887)) 28 T ELT)) (-2686 (((-1190) (-887)) 29 T ELT)) (-2539 (((-887) $) NIL T ELT) (((-1190) (-887)) 27 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-732) (-13 (-1132) (-10 -7 (-15 -2539 ((-1190) (-887))) (-15 -3772 ((-1190) (-887))) (-15 -2686 ((-1190) (-887))) (-15 -1584 ((-1190) (-887))) (-15 -1876 ((-1304) (-1190)))))) (T -732))
-((-2539 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1190)) (-5 *1 (-732)))) (-3772 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1190)) (-5 *1 (-732)))) (-2686 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1190)) (-5 *1 (-732)))) (-1584 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1190)) (-5 *1 (-732)))) (-1876 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-732)))))
-(-13 (-1132) (-10 -7 (-15 -2539 ((-1190) (-887))) (-15 -3772 ((-1190) (-887))) (-15 -2686 ((-1190) (-887))) (-15 -1584 ((-1190) (-887))) (-15 -1876 ((-1304) (-1190)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2242 (($ $ $) NIL T ELT)) (-2108 (($ |#1| |#2|) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3100 ((|#2| $) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2677 (((-3 $ "failed") $ $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) ((|#1| $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
-(((-733 |#1| |#2| |#3| |#4| |#5|) (-13 (-376) (-10 -8 (-15 -3100 (|#2| $)) (-15 -2539 (|#1| $)) (-15 -2108 ($ |#1| |#2|)) (-15 -2677 ((-3 $ "failed") $ $)))) (-175) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -733))
-((-3100 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-733 *3 *2 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-2539 (*1 *2 *1) (-12 (-4 *2 (-175)) (-5 *1 (-733 *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)))) (-2108 (*1 *1 *2 *3) (-12 (-5 *1 (-733 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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)))) (-2677 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-733 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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 (-376) (-10 -8 (-15 -3100 (|#2| $)) (-15 -2539 (|#1| $)) (-15 -2108 ($ |#1| |#2|)) (-15 -2677 ((-3 $ "failed") $ $))))
-((-2294 (((-114) $ $) 87 T ELT)) (-3626 (((-114) $) 36 T ELT)) (-3321 (((-1298 |#1|) $ (-793)) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-3763 (($ (-1202 |#1|)) NIL T ELT)) (-3349 (((-1202 $) $ (-1113)) NIL T ELT) (((-1202 |#1|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1113))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2489 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-1450 (((-793)) 54 (|has| |#1| (-381)) ELT)) (-4453 (($ $ (-793)) NIL T ELT)) (-4062 (($ $ (-793)) NIL T ELT)) (-3245 ((|#2| |#2|) 50 T ELT)) (-3026 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-466)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-1113) "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-1113) $) NIL T ELT)) (-2076 (($ $ $ (-1113)) NIL (|has| |#1| (-175)) ELT) ((|#1| $ $) NIL (|has| |#1| (-175)) ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) 40 T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2108 (($ |#2|) 48 T ELT)) (-4310 (((-3 $ "failed") $) 98 T ELT)) (-3362 (($) 58 (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2605 (($ $ $) NIL T ELT)) (-4483 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-4301 (((-2 (|:| -1398 |#1|) (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1113)) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-3443 (((-987 $)) 89 T ELT)) (-1524 (($ $ |#1| (-793) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-1113) (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-1113) (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-2252 (((-793) $ $) NIL (|has| |#1| (-571)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-1183)) ELT)) (-3541 (($ (-1202 |#1|) (-1113)) NIL T ELT) (($ (-1202 $) (-1113)) NIL T ELT)) (-4100 (($ $ (-793)) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) 85 T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-1113)) NIL T ELT) (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3100 ((|#2|) 51 T ELT)) (-4486 (((-793) $) NIL T ELT) (((-793) $ (-1113)) NIL T ELT) (((-663 (-793)) $ (-663 (-1113))) NIL T ELT)) (-1729 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3971 (((-1202 |#1|) $) NIL T ELT)) (-1762 (((-3 (-1113) "failed") $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#1| (-381)) ELT)) (-2094 ((|#2| $) 47 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) 34 T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1836 (((-2 (|:| -2010 $) (|:| -4415 $)) $ (-793)) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-1113)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3071 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2814 (($) NIL (|has| |#1| (-1183)) CONST)) (-3998 (($ (-948)) NIL (|has| |#1| (-381)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-1493 (($ $) 88 (|has| |#1| (-363)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-939)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 97 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1113) |#1|) NIL T ELT) (($ $ (-663 (-1113)) (-663 |#1|)) NIL T ELT) (($ $ (-1113) $) NIL T ELT) (($ $ (-663 (-1113)) (-663 $)) NIL T ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ |#1|) NIL T ELT) (($ $ $) NIL T ELT) (((-421 $) (-421 $) (-421 $)) NIL (|has| |#1| (-571)) ELT) ((|#1| (-421 $) |#1|) NIL (|has| |#1| (-376)) ELT) (((-421 $) $ (-421 $)) NIL (|has| |#1| (-571)) ELT)) (-2982 (((-3 $ "failed") $ (-793)) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 99 (|has| |#1| (-376)) ELT)) (-3622 (($ $ (-1113)) NIL (|has| |#1| (-175)) ELT) ((|#1| $) NIL (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-4283 (((-793) $) 38 T ELT) (((-793) $ (-1113)) NIL T ELT) (((-663 (-793)) $ (-663 (-1113))) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-1113) (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-1113) (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1113) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1113)) NIL (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2588 (((-987 $)) 42 T ELT)) (-1536 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) NIL (|has| |#1| (-571)) ELT)) (-2539 (((-887) $) 68 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 65 T ELT) (($ (-1113)) NIL T ELT) (($ |#2|) 75 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-793)) 70 T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) 25 T CONST)) (-2919 (((-1298 |#1|) $) 83 T ELT)) (-4353 (($ (-1298 |#1|)) 57 T ELT)) (-1439 (($) 8 T CONST)) (-4324 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-2567 (((-1298 |#1|) $) NIL T ELT)) (-2329 (((-114) $ $) 76 T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) 79 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 39 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 93 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 64 T ELT) (($ $ $) 82 T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 62 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-734 |#1| |#2|) (-13 (-1274 |#1|) (-635 |#2|) (-10 -8 (-15 -3245 (|#2| |#2|)) (-15 -3100 (|#2|)) (-15 -2108 ($ |#2|)) (-15 -2094 (|#2| $)) (-15 -2919 ((-1298 |#1|) $)) (-15 -4353 ($ (-1298 |#1|))) (-15 -2567 ((-1298 |#1|) $)) (-15 -3443 ((-987 $))) (-15 -2588 ((-987 $))) (IF (|has| |#1| (-363)) (-15 -1493 ($ $)) |%noBranch|) (IF (|has| |#1| (-381)) (-6 (-381)) |%noBranch|))) (-1080) (-1274 |#1|)) (T -734))
-((-3245 (*1 *2 *2) (-12 (-4 *3 (-1080)) (-5 *1 (-734 *3 *2)) (-4 *2 (-1274 *3)))) (-3100 (*1 *2) (-12 (-4 *2 (-1274 *3)) (-5 *1 (-734 *3 *2)) (-4 *3 (-1080)))) (-2108 (*1 *1 *2) (-12 (-4 *3 (-1080)) (-5 *1 (-734 *3 *2)) (-4 *2 (-1274 *3)))) (-2094 (*1 *2 *1) (-12 (-4 *2 (-1274 *3)) (-5 *1 (-734 *3 *2)) (-4 *3 (-1080)))) (-2919 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-5 *2 (-1298 *3)) (-5 *1 (-734 *3 *4)) (-4 *4 (-1274 *3)))) (-4353 (*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-1080)) (-5 *1 (-734 *3 *4)) (-4 *4 (-1274 *3)))) (-2567 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-5 *2 (-1298 *3)) (-5 *1 (-734 *3 *4)) (-4 *4 (-1274 *3)))) (-3443 (*1 *2) (-12 (-4 *3 (-1080)) (-5 *2 (-987 (-734 *3 *4))) (-5 *1 (-734 *3 *4)) (-4 *4 (-1274 *3)))) (-2588 (*1 *2) (-12 (-4 *3 (-1080)) (-5 *2 (-987 (-734 *3 *4))) (-5 *1 (-734 *3 *4)) (-4 *4 (-1274 *3)))) (-1493 (*1 *1 *1) (-12 (-4 *2 (-363)) (-4 *2 (-1080)) (-5 *1 (-734 *2 *3)) (-4 *3 (-1274 *2)))))
-(-13 (-1274 |#1|) (-635 |#2|) (-10 -8 (-15 -3245 (|#2| |#2|)) (-15 -3100 (|#2|)) (-15 -2108 ($ |#2|)) (-15 -2094 (|#2| $)) (-15 -2919 ((-1298 |#1|) $)) (-15 -4353 ($ (-1298 |#1|))) (-15 -2567 ((-1298 |#1|) $)) (-15 -3443 ((-987 $))) (-15 -2588 ((-987 $))) (IF (|has| |#1| (-363)) (-15 -1493 ($ $)) |%noBranch|) (IF (|has| |#1| (-381)) (-6 (-381)) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 ((|#1| $) 13 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3881 ((|#2| $) 12 T ELT)) (-2548 (($ |#1| |#2|) 16 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-2 (|:| -3998 |#1|) (|:| -3881 |#2|))) 15 T ELT) (((-2 (|:| -3998 |#1|) (|:| -3881 |#2|)) $) 14 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 11 T ELT)))
-(((-735 |#1| |#2| |#3|) (-13 (-871) (-504 (-2 (|:| -3998 |#1|) (|:| -3881 |#2|))) (-10 -8 (-15 -3881 (|#2| $)) (-15 -3998 (|#1| $)) (-15 -2548 ($ |#1| |#2|)))) (-871) (-1132) (-1 (-114) (-2 (|:| -3998 |#1|) (|:| -3881 |#2|)) (-2 (|:| -3998 |#1|) (|:| -3881 |#2|)))) (T -735))
-((-3881 (*1 *2 *1) (-12 (-4 *2 (-1132)) (-5 *1 (-735 *3 *2 *4)) (-4 *3 (-871)) (-14 *4 (-1 (-114) (-2 (|:| -3998 *3) (|:| -3881 *2)) (-2 (|:| -3998 *3) (|:| -3881 *2)))))) (-3998 (*1 *2 *1) (-12 (-4 *2 (-871)) (-5 *1 (-735 *2 *3 *4)) (-4 *3 (-1132)) (-14 *4 (-1 (-114) (-2 (|:| -3998 *2) (|:| -3881 *3)) (-2 (|:| -3998 *2) (|:| -3881 *3)))))) (-2548 (*1 *1 *2 *3) (-12 (-5 *1 (-735 *2 *3 *4)) (-4 *2 (-871)) (-4 *3 (-1132)) (-14 *4 (-1 (-114) (-2 (|:| -3998 *2) (|:| -3881 *3)) (-2 (|:| -3998 *2) (|:| -3881 *3)))))))
-(-13 (-871) (-504 (-2 (|:| -3998 |#1|) (|:| -3881 |#2|))) (-10 -8 (-15 -3881 (|#2| $)) (-15 -3998 (|#1| $)) (-15 -2548 ($ |#1| |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 66 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) 102 T ELT) (((-3 (-115) "failed") $) 108 T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-115) $) 39 T ELT)) (-4310 (((-3 $ "failed") $) 103 T ELT)) (-2751 ((|#2| (-115) |#2|) 93 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3974 (($ |#1| (-374 (-115))) 14 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3333 (($ $ (-1 |#2| |#2|)) 65 T ELT)) (-2859 (($ $ (-1 |#2| |#2|)) 44 T ELT)) (-1495 ((|#2| $ |#2|) 33 T ELT)) (-3768 ((|#1| |#1|) 118 (|has| |#1| (-175)) ELT)) (-2539 (((-887) $) 73 T ELT) (($ (-560)) 18 T ELT) (($ |#1|) 17 T ELT) (($ (-115)) 23 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1802 (($ $) 112 (|has| |#1| (-175)) ELT) (($ $ $) 116 (|has| |#1| (-175)) ELT)) (-1427 (($) 21 T CONST)) (-1439 (($) 9 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) 48 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 83 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ (-115) (-560)) NIL T ELT) (($ $ (-560)) 64 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 111 T ELT) (($ $ $) 53 T ELT) (($ |#1| $) 109 (|has| |#1| (-175)) ELT) (($ $ |#1|) 110 (|has| |#1| (-175)) ELT)))
-(((-736 |#1| |#2|) (-13 (-1080) (-1069 |#1|) (-1069 (-115)) (-298 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-6 (-38 |#1|)) (-15 -1802 ($ $)) (-15 -1802 ($ $ $)) (-15 -3768 (|#1| |#1|))) |%noBranch|) (-15 -2859 ($ $ (-1 |#2| |#2|))) (-15 -3333 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-115) (-560))) (-15 ** ($ $ (-560))) (-15 -2751 (|#2| (-115) |#2|)) (-15 -3974 ($ |#1| (-374 (-115)))))) (-1080) (-670 |#1|)) (T -736))
-((-1802 (*1 *1 *1) (-12 (-4 *2 (-175)) (-4 *2 (-1080)) (-5 *1 (-736 *2 *3)) (-4 *3 (-670 *2)))) (-1802 (*1 *1 *1 *1) (-12 (-4 *2 (-175)) (-4 *2 (-1080)) (-5 *1 (-736 *2 *3)) (-4 *3 (-670 *2)))) (-3768 (*1 *2 *2) (-12 (-4 *2 (-175)) (-4 *2 (-1080)) (-5 *1 (-736 *2 *3)) (-4 *3 (-670 *2)))) (-2859 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-670 *3)) (-4 *3 (-1080)) (-5 *1 (-736 *3 *4)))) (-3333 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-670 *3)) (-4 *3 (-1080)) (-5 *1 (-736 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-560)) (-4 *4 (-1080)) (-5 *1 (-736 *4 *5)) (-4 *5 (-670 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *3 (-1080)) (-5 *1 (-736 *3 *4)) (-4 *4 (-670 *3)))) (-2751 (*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-4 *4 (-1080)) (-5 *1 (-736 *4 *2)) (-4 *2 (-670 *4)))) (-3974 (*1 *1 *2 *3) (-12 (-5 *3 (-374 (-115))) (-4 *2 (-1080)) (-5 *1 (-736 *2 *4)) (-4 *4 (-670 *2)))))
-(-13 (-1080) (-1069 |#1|) (-1069 (-115)) (-298 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-6 (-38 |#1|)) (-15 -1802 ($ $)) (-15 -1802 ($ $ $)) (-15 -3768 (|#1| |#1|))) |%noBranch|) (-15 -2859 ($ $ (-1 |#2| |#2|))) (-15 -3333 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-115) (-560))) (-15 ** ($ $ (-560))) (-15 -2751 (|#2| (-115) |#2|)) (-15 -3974 ($ |#1| (-374 (-115))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 33 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2108 (($ |#1| |#2|) 25 T ELT)) (-4310 (((-3 $ "failed") $) 51 T ELT)) (-1871 (((-114) $) 35 T ELT)) (-3100 ((|#2| $) 12 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 52 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2677 (((-3 $ "failed") $ $) 50 T ELT)) (-2539 (((-887) $) 24 T ELT) (($ (-560)) 19 T ELT) ((|#1| $) 13 T ELT)) (-3418 (((-793)) 28 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 16 T CONST)) (-1439 (($) 30 T CONST)) (-2329 (((-114) $ $) 41 T ELT)) (-2426 (($ $) 46 T ELT) (($ $ $) 40 T ELT)) (-2413 (($ $ $) 43 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 21 T ELT) (($ $ $) 20 T ELT)))
-(((-737 |#1| |#2| |#3| |#4| |#5|) (-13 (-1080) (-10 -8 (-15 -3100 (|#2| $)) (-15 -2539 (|#1| $)) (-15 -2108 ($ |#1| |#2|)) (-15 -2677 ((-3 $ "failed") $ $)) (-15 -4310 ((-3 $ "failed") $)) (-15 -2402 ($ $)))) (-175) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -737))
-((-4310 (*1 *1 *1) (|partial| -12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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)))) (-3100 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-737 *3 *2 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-2539 (*1 *2 *1) (-12 (-4 *2 (-175)) (-5 *1 (-737 *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)))) (-2108 (*1 *1 *2 *3) (-12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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)))) (-2677 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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)))) (-2402 (*1 *1 *1) (-12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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 (-1080) (-10 -8 (-15 -3100 (|#2| $)) (-15 -2539 (|#1| $)) (-15 -2108 ($ |#1| |#2|)) (-15 -2677 ((-3 $ "failed") $ $)) (-15 -4310 ((-3 $ "failed") $)) (-15 -2402 ($ $))))
-((* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) 9 T ELT)))
-(((-738 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|))) (-739 |#2|) (-175)) (T -738))
-NIL
-(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
+((-3830 (*1 *1 *1) (-4 *1 (-684))) (-3863 (*1 *1 *1 *1) (-4 *1 (-684))) (-3872 (*1 *1 *1 *1) (-4 *1 (-684))))
+(-13 (-1249) (-10 -8 (-15 -3830 ($ $)) (-15 -3863 ($ $ $)) (-15 -3872 ($ $ $))))
+(((-1249) . T))
+((-4369 (((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|)) 33 T ELT)))
+(((-685 |#1|) (-10 -7 (-15 -4369 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|)))) (-940)) (T -685))
+((-4369 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1203 *4))) (-5 *3 (-1203 *4)) (-4 *4 (-940)) (-5 *1 (-685 *4)))))
+(-10 -7 (-15 -4369 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2516 (((-663 |#1|) $) 84 T ELT)) (-2205 (($ $ (-793)) 94 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1347 (((-1324 |#1| |#2|) (-1324 |#1| |#2|) $) 50 T ELT)) (-4142 (((-3 (-694 |#1|) "failed") $) NIL T ELT)) (-4072 (((-694 |#1|) $) NIL T ELT)) (-4328 (($ $) 93 T ELT)) (-4055 (((-793) $) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2724 (($ (-694 |#1|) |#2|) 70 T ELT)) (-2408 (($ $) 89 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1611 (((-1324 |#1| |#2|) (-1324 |#1| |#2|) $) 49 T ELT)) (-4085 (((-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-4295 (((-694 |#1|) $) NIL T ELT)) (-4307 ((|#2| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4265 (($ $ |#1| $) 32 T ELT) (($ $ (-663 |#1|) (-663 $)) 34 T ELT)) (-4144 (((-793) $) 91 T ELT)) (-3845 (($ $ $) 20 T ELT) (($ (-694 |#1|) (-694 |#1|)) 79 T ELT) (($ (-694 |#1|) $) 77 T ELT) (($ $ (-694 |#1|)) 78 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ |#1|) 76 T ELT) (((-1315 |#1| |#2|) $) 60 T ELT) (((-1324 |#1| |#2|) $) 43 T ELT) (($ (-694 |#1|)) 27 T ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ (-694 |#1|)) NIL T ELT)) (-3265 ((|#2| (-1324 |#1| |#2|) $) 45 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 23 T CONST)) (-4002 (((-663 (-2 (|:| |k| (-694 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-2544 (((-3 $ "failed") (-1315 |#1| |#2|)) 62 T ELT)) (-3600 (($ (-694 |#1|)) 14 T ELT)) (-2478 (((-114) $ $) 46 T ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $) 68 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 31 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#2| $) 30 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| (-694 |#1|)) NIL T ELT)))
+(((-686 |#1| |#2|) (-13 (-387 |#1| |#2|) (-397 |#2| (-694 |#1|)) (-10 -8 (-15 -2544 ((-3 $ "failed") (-1315 |#1| |#2|))) (-15 -3845 ($ (-694 |#1|) (-694 |#1|))) (-15 -3845 ($ (-694 |#1|) $)) (-15 -3845 ($ $ (-694 |#1|))))) (-872) (-175)) (T -686))
+((-2544 (*1 *1 *2) (|partial| -12 (-5 *2 (-1315 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)) (-5 *1 (-686 *3 *4)))) (-3845 (*1 *1 *2 *2) (-12 (-5 *2 (-694 *3)) (-4 *3 (-872)) (-5 *1 (-686 *3 *4)) (-4 *4 (-175)))) (-3845 (*1 *1 *2 *1) (-12 (-5 *2 (-694 *3)) (-4 *3 (-872)) (-5 *1 (-686 *3 *4)) (-4 *4 (-175)))) (-3845 (*1 *1 *1 *2) (-12 (-5 *2 (-694 *3)) (-4 *3 (-872)) (-5 *1 (-686 *3 *4)) (-4 *4 (-175)))))
+(-13 (-387 |#1| |#2|) (-397 |#2| (-694 |#1|)) (-10 -8 (-15 -2544 ((-3 $ "failed") (-1315 |#1| |#2|))) (-15 -3845 ($ (-694 |#1|) (-694 |#1|))) (-15 -3845 ($ (-694 |#1|) $)) (-15 -3845 ($ $ (-694 |#1|)))))
+((-1860 (((-114) $) NIL T ELT) (((-114) (-1 (-114) |#2| |#2|) $) 59 T ELT)) (-4235 (($ $) NIL T ELT) (($ (-1 (-114) |#2| |#2|) $) 12 T ELT)) (-4174 (($ (-1 (-114) |#2|) $) 29 T ELT)) (-1518 (($ $) 65 T ELT)) (-1536 (($ $) 74 T ELT)) (-1851 (($ |#2| $) NIL T ELT) (($ (-1 (-114) |#2|) $) 43 T ELT)) (-1995 ((|#2| (-1 |#2| |#2| |#2|) $) 21 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 60 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 62 T ELT)) (-3817 (((-560) |#2| $ (-560)) 71 T ELT) (((-560) |#2| $) NIL T ELT) (((-560) (-1 (-114) |#2|) $) 54 T ELT)) (-4446 (($ (-793) |#2|) 63 T ELT)) (-2100 (($ $ $) NIL T ELT) (($ (-1 (-114) |#2| |#2|) $ $) 31 T ELT)) (-1762 (($ $ $) NIL T ELT) (($ (-1 (-114) |#2| |#2|) $ $) 24 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 64 T ELT)) (-3209 (($ |#2|) 15 T ELT)) (-3549 (($ $ $ (-560)) 42 T ELT) (($ |#2| $ (-560)) 40 T ELT)) (-3237 (((-3 |#2| "failed") (-1 (-114) |#2|) $) 53 T ELT)) (-2380 (($ $ (-1266 (-560))) 51 T ELT) (($ $ (-560)) 44 T ELT)) (-1352 (($ $ $ (-560)) 70 T ELT)) (-4007 (($ $) 68 T ELT)) (-2499 (((-114) $ $) 76 T ELT)))
+(((-687 |#1| |#2|) (-10 -8 (-15 -3209 (|#1| |#2|)) (-15 -2380 (|#1| |#1| (-560))) (-15 -2380 (|#1| |#1| (-1266 (-560)))) (-15 -1851 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3549 (|#1| |#2| |#1| (-560))) (-15 -3549 (|#1| |#1| |#1| (-560))) (-15 -2100 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -4174 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1851 (|#1| |#2| |#1|)) (-15 -1536 (|#1| |#1|)) (-15 -2100 (|#1| |#1| |#1|)) (-15 -1762 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -1860 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -3817 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -3817 ((-560) |#2| |#1|)) (-15 -3817 ((-560) |#2| |#1| (-560))) (-15 -1762 (|#1| |#1| |#1|)) (-15 -1860 ((-114) |#1|)) (-15 -1352 (|#1| |#1| |#1| (-560))) (-15 -1518 (|#1| |#1|)) (-15 -4235 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -4235 (|#1| |#1|)) (-15 -2499 ((-114) |#1| |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3237 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -4446 (|#1| (-793) |#2|)) (-15 -1793 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4007 (|#1| |#1|))) (-688 |#2|) (-1249)) (T -687))
+NIL
+(-10 -8 (-15 -3209 (|#1| |#2|)) (-15 -2380 (|#1| |#1| (-560))) (-15 -2380 (|#1| |#1| (-1266 (-560)))) (-15 -1851 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -3549 (|#1| |#2| |#1| (-560))) (-15 -3549 (|#1| |#1| |#1| (-560))) (-15 -2100 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -4174 (|#1| (-1 (-114) |#2|) |#1|)) (-15 -1851 (|#1| |#2| |#1|)) (-15 -1536 (|#1| |#1|)) (-15 -2100 (|#1| |#1| |#1|)) (-15 -1762 (|#1| (-1 (-114) |#2| |#2|) |#1| |#1|)) (-15 -1860 ((-114) (-1 (-114) |#2| |#2|) |#1|)) (-15 -3817 ((-560) (-1 (-114) |#2|) |#1|)) (-15 -3817 ((-560) |#2| |#1|)) (-15 -3817 ((-560) |#2| |#1| (-560))) (-15 -1762 (|#1| |#1| |#1|)) (-15 -1860 ((-114) |#1|)) (-15 -1352 (|#1| |#1| |#1| (-560))) (-15 -1518 (|#1| |#1|)) (-15 -4235 (|#1| (-1 (-114) |#2| |#2|) |#1|)) (-15 -4235 (|#1| |#1|)) (-15 -2499 ((-114) |#1| |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3237 ((-3 |#2| "failed") (-1 (-114) |#2|) |#1|)) (-15 -4446 (|#1| (-793) |#2|)) (-15 -1793 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4007 (|#1| |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 55 T ELT)) (-1910 ((|#1| $) 74 T ELT)) (-4034 (($ $) 76 T ELT)) (-2507 (((-1305) $ (-560) (-560)) 107 (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) 61 (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) $) 153 (|has| |#1| (-872)) ELT) (((-114) (-1 (-114) |#1| |#1|) $) 147 T ELT)) (-4235 (($ $) 157 (-12 (|has| |#1| (-872)) (|has| $ (-6 -4511))) ELT) (($ (-1 (-114) |#1| |#1|) $) 156 (|has| $ (-6 -4511)) ELT)) (-2125 (($ $) 152 (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $) 146 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 ((|#1| $ |#1|) 46 (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) 65 (|has| $ (-6 -4511)) ELT)) (-1828 ((|#1| $ |#1|) 63 (|has| $ (-6 -4511)) ELT)) (-4082 ((|#1| $ |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4511)) ELT) ((|#1| $ "first" |#1|) 66 (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) 64 (|has| $ (-6 -4511)) ELT) ((|#1| $ "last" |#1|) 62 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 127 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-560) |#1|) 96 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 48 (|has| $ (-6 -4511)) ELT)) (-4174 (($ (-1 (-114) |#1|) $) 140 T ELT)) (-3797 (($ (-1 (-114) |#1|) $) 112 (|has| $ (-6 -4510)) ELT)) (-1900 ((|#1| $) 75 T ELT)) (-4489 (($) 7 T CONST)) (-1518 (($ $) 155 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 145 T ELT)) (-1586 (($ $) 82 T ELT) (($ $ (-793)) 80 T ELT)) (-1536 (($ $) 142 (|has| |#1| (-1133)) ELT)) (-4154 (($ $) 109 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ |#1| $) 141 (|has| |#1| (-1133)) ELT) (($ (-1 (-114) |#1|) $) 136 T ELT)) (-3513 (($ (-1 (-114) |#1|) $) 113 (|has| $ (-6 -4510)) ELT) (($ |#1| $) 110 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $) 115 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 114 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 111 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2186 ((|#1| $ (-560) |#1|) 95 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 97 T ELT)) (-4061 (((-114) $) 93 T ELT)) (-3817 (((-560) |#1| $ (-560)) 150 (|has| |#1| (-1133)) ELT) (((-560) |#1| $) 149 (|has| |#1| (-1133)) ELT) (((-560) (-1 (-114) |#1|) $) 148 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 57 T ELT)) (-4428 (((-114) $ $) 49 (|has| |#1| (-1133)) ELT)) (-4446 (($ (-793) |#1|) 119 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 105 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 163 (|has| |#1| (-872)) ELT)) (-2100 (($ $ $) 143 (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) 139 T ELT)) (-1762 (($ $ $) 151 (|has| |#1| (-872)) ELT) (($ (-1 (-114) |#1| |#1|) $ $) 144 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 104 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 162 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 122 T ELT)) (-3209 (($ |#1|) 133 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2778 (((-663 |#1|) $) 52 T ELT)) (-3019 (((-114) $) 56 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) 79 T ELT) (($ $ (-793)) 77 T ELT)) (-3549 (($ $ $ (-560)) 138 T ELT) (($ |#1| $ (-560)) 137 T ELT)) (-4233 (($ $ $ (-560)) 126 T ELT) (($ |#1| $ (-560)) 125 T ELT)) (-3444 (((-663 (-560)) $) 102 T ELT)) (-2679 (((-114) (-560) $) 101 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 85 T ELT) (($ $ (-793)) 83 T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 116 T ELT)) (-2024 (($ $ |#1|) 106 (|has| $ (-6 -4511)) ELT)) (-2126 (((-114) $) 94 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 103 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 100 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ "value") 54 T ELT) ((|#1| $ "first") 84 T ELT) (($ $ "rest") 81 T ELT) ((|#1| $ "last") 78 T ELT) (($ $ (-1266 (-560))) 118 T ELT) ((|#1| $ (-560)) 99 T ELT) ((|#1| $ (-560) |#1|) 98 T ELT)) (-3419 (((-560) $ $) 51 T ELT)) (-2380 (($ $ (-1266 (-560))) 135 T ELT) (($ $ (-560)) 134 T ELT)) (-3032 (($ $ (-1266 (-560))) 124 T ELT) (($ $ (-560)) 123 T ELT)) (-1898 (((-114) $) 53 T ELT)) (-2935 (($ $) 71 T ELT)) (-2481 (($ $) 68 (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) 72 T ELT)) (-1993 (($ $) 73 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1352 (($ $ $ (-560)) 154 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 108 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 117 T ELT)) (-4409 (($ $ $) 70 T ELT) (($ $ |#1|) 69 T ELT)) (-2465 (($ $ $) 87 T ELT) (($ |#1| $) 86 T ELT) (($ (-663 $)) 121 T ELT) (($ $ |#1|) 120 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 58 T ELT)) (-4316 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) 161 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 159 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) 160 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 158 (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-688 |#1|) (-142) (-1249)) (T -688))
+((-3209 (*1 *1 *2) (-12 (-4 *1 (-688 *2)) (-4 *2 (-1249)))))
+(-13 (-1182 |t#1|) (-385 |t#1|) (-294 |t#1|) (-10 -8 (-15 -3209 ($ |t#1|))))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-294 |#1|) . T) ((-385 |#1|) . T) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-673 |#1|) . T) ((-872) |has| |#1| (-872)) ((-875) |has| |#1| (-872)) ((-1042 |#1|) . T) ((-1133) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872))) ((-1182 |#1|) . T) ((-1249) . T) ((-1288 |#1|) . T))
+((-3944 (((-663 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|)))) |#4| (-663 |#3|)) 66 T ELT) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|))) |#4| |#3|) 60 T ELT)) (-1486 (((-793) |#4| |#3|) 18 T ELT)) (-3455 (((-3 |#3| "failed") |#4| |#3|) 21 T ELT)) (-3359 (((-114) |#4| |#3|) 14 T ELT)))
+(((-689 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3944 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|))) |#4| |#3|)) (-15 -3944 ((-663 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|)))) |#4| (-663 |#3|))) (-15 -3455 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3359 ((-114) |#4| |#3|)) (-15 -1486 ((-793) |#4| |#3|))) (-376) (-13 (-385 |#1|) (-10 -7 (-6 -4511))) (-13 (-385 |#1|) (-10 -7 (-6 -4511))) (-708 |#1| |#2| |#3|)) (T -689))
+((-1486 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-5 *2 (-793)) (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))) (-3359 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-5 *2 (-114)) (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))) (-3455 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-376)) (-4 *5 (-13 (-385 *4) (-10 -7 (-6 -4511)))) (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4511)))) (-5 *1 (-689 *4 *5 *2 *3)) (-4 *3 (-708 *4 *5 *2)))) (-3944 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-4 *7 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-5 *2 (-663 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -4222 (-663 *7))))) (-5 *1 (-689 *5 *6 *7 *3)) (-5 *4 (-663 *7)) (-4 *3 (-708 *5 *6 *7)))) (-3944 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4)))) (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))))
+(-10 -7 (-15 -3944 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|))) |#4| |#3|)) (-15 -3944 ((-663 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|)))) |#4| (-663 |#3|))) (-15 -3455 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3359 ((-114) |#4| |#3|)) (-15 -1486 ((-793) |#4| |#3|)))
+((-3944 (((-663 (-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|))))) (-663 (-663 |#1|)) (-663 (-1299 |#1|))) 22 T ELT) (((-663 (-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|))))) (-711 |#1|) (-663 (-1299 |#1|))) 21 T ELT) (((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-663 (-663 |#1|)) (-1299 |#1|)) 18 T ELT) (((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-711 |#1|) (-1299 |#1|)) 14 T ELT)) (-1486 (((-793) (-711 |#1|) (-1299 |#1|)) 30 T ELT)) (-3455 (((-3 (-1299 |#1|) "failed") (-711 |#1|) (-1299 |#1|)) 24 T ELT)) (-3359 (((-114) (-711 |#1|) (-1299 |#1|)) 27 T ELT)))
+(((-690 |#1|) (-10 -7 (-15 -3944 ((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-711 |#1|) (-1299 |#1|))) (-15 -3944 ((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-663 (-663 |#1|)) (-1299 |#1|))) (-15 -3944 ((-663 (-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|))))) (-711 |#1|) (-663 (-1299 |#1|)))) (-15 -3944 ((-663 (-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|))))) (-663 (-663 |#1|)) (-663 (-1299 |#1|)))) (-15 -3455 ((-3 (-1299 |#1|) "failed") (-711 |#1|) (-1299 |#1|))) (-15 -3359 ((-114) (-711 |#1|) (-1299 |#1|))) (-15 -1486 ((-793) (-711 |#1|) (-1299 |#1|)))) (-376)) (T -690))
+((-1486 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *5)) (-5 *4 (-1299 *5)) (-4 *5 (-376)) (-5 *2 (-793)) (-5 *1 (-690 *5)))) (-3359 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *5)) (-5 *4 (-1299 *5)) (-4 *5 (-376)) (-5 *2 (-114)) (-5 *1 (-690 *5)))) (-3455 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1299 *4)) (-5 *3 (-711 *4)) (-4 *4 (-376)) (-5 *1 (-690 *4)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 *5))) (-4 *5 (-376)) (-5 *2 (-663 (-2 (|:| |particular| (-3 (-1299 *5) "failed")) (|:| -4222 (-663 (-1299 *5)))))) (-5 *1 (-690 *5)) (-5 *4 (-663 (-1299 *5))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *5)) (-4 *5 (-376)) (-5 *2 (-663 (-2 (|:| |particular| (-3 (-1299 *5) "failed")) (|:| -4222 (-663 (-1299 *5)))))) (-5 *1 (-690 *5)) (-5 *4 (-663 (-1299 *5))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 *5))) (-4 *5 (-376)) (-5 *2 (-2 (|:| |particular| (-3 (-1299 *5) "failed")) (|:| -4222 (-663 (-1299 *5))))) (-5 *1 (-690 *5)) (-5 *4 (-1299 *5)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |particular| (-3 (-1299 *5) "failed")) (|:| -4222 (-663 (-1299 *5))))) (-5 *1 (-690 *5)) (-5 *4 (-1299 *5)))))
+(-10 -7 (-15 -3944 ((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-711 |#1|) (-1299 |#1|))) (-15 -3944 ((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-663 (-663 |#1|)) (-1299 |#1|))) (-15 -3944 ((-663 (-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|))))) (-711 |#1|) (-663 (-1299 |#1|)))) (-15 -3944 ((-663 (-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|))))) (-663 (-663 |#1|)) (-663 (-1299 |#1|)))) (-15 -3455 ((-3 (-1299 |#1|) "failed") (-711 |#1|) (-1299 |#1|))) (-15 -3359 ((-114) (-711 |#1|) (-1299 |#1|))) (-15 -1486 ((-793) (-711 |#1|) (-1299 |#1|))))
+((-2976 (((-2 (|:| |particular| (-3 (-1299 (-421 |#4|)) "failed")) (|:| -4222 (-663 (-1299 (-421 |#4|))))) (-663 |#4|) (-663 |#3|)) 51 T ELT)))
+(((-691 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2976 ((-2 (|:| |particular| (-3 (-1299 (-421 |#4|)) "failed")) (|:| -4222 (-663 (-1299 (-421 |#4|))))) (-663 |#4|) (-663 |#3|)))) (-571) (-817) (-872) (-980 |#1| |#2| |#3|)) (T -691))
+((-2976 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *7)) (-4 *7 (-872)) (-4 *8 (-980 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-5 *2 (-2 (|:| |particular| (-3 (-1299 (-421 *8)) "failed")) (|:| -4222 (-663 (-1299 (-421 *8)))))) (-5 *1 (-691 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2976 ((-2 (|:| |particular| (-3 (-1299 (-421 |#4|)) "failed")) (|:| -4222 (-663 (-1299 (-421 |#4|))))) (-663 |#4|) (-663 |#3|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3072 (((-3 $ "failed")) NIL (|has| |#2| (-571)) ELT)) (-2412 ((|#2| $) NIL T ELT)) (-2580 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3774 (((-1299 (-711 |#2|))) NIL T ELT) (((-1299 (-711 |#2|)) (-1299 $)) NIL T ELT)) (-3475 (((-114) $) NIL T ELT)) (-2987 (((-1299 $)) 41 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4011 (($ |#2|) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4350 (($ $) NIL (|has| |#2| (-319)) ELT)) (-1802 (((-246 |#1| |#2|) $ (-560)) NIL T ELT)) (-1493 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL (|has| |#2| (-571)) ELT)) (-3984 (((-3 $ "failed")) NIL (|has| |#2| (-571)) ELT)) (-3662 (((-711 |#2|)) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-1608 ((|#2| $) NIL T ELT)) (-3428 (((-711 |#2|) $) NIL T ELT) (((-711 |#2|) $ (-1299 $)) NIL T ELT)) (-2990 (((-3 $ "failed") $) NIL (|has| |#2| (-571)) ELT)) (-2560 (((-1203 (-976 |#2|))) NIL (|has| |#2| (-376)) ELT)) (-2768 (($ $ (-949)) NIL T ELT)) (-4120 ((|#2| $) NIL T ELT)) (-2545 (((-1203 |#2|) $) NIL (|has| |#2| (-571)) ELT)) (-4101 ((|#2|) NIL T ELT) ((|#2| (-1299 $)) NIL T ELT)) (-1509 (((-1203 |#2|) $) NIL T ELT)) (-3649 (((-114)) NIL T ELT)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 |#2| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) ((|#2| $) NIL T ELT)) (-4402 (($ (-1299 |#2|)) NIL T ELT) (($ (-1299 |#2|) (-1299 $)) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-1486 (((-793) $) NIL (|has| |#2| (-571)) ELT) (((-949)) 42 T ELT)) (-2109 ((|#2| $ (-560) (-560)) NIL T ELT)) (-4225 (((-114)) NIL T ELT)) (-3676 (($ $ (-949)) NIL T ELT)) (-3086 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4077 (((-793) $) NIL (|has| |#2| (-571)) ELT)) (-3613 (((-663 (-246 |#1| |#2|)) $) NIL (|has| |#2| (-571)) ELT)) (-2818 (((-793) $) NIL T ELT)) (-2040 (((-114)) NIL T ELT)) (-2833 (((-793) $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3178 ((|#2| $) NIL (|has| |#2| (-6 (-4512 "*"))) ELT)) (-1354 (((-560) $) NIL T ELT)) (-2895 (((-560) $) NIL T ELT)) (-4439 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1963 (((-560) $) NIL T ELT)) (-2212 (((-560) $) NIL T ELT)) (-4335 (($ (-663 (-663 |#2|))) NIL T ELT)) (-2173 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-4327 (((-663 (-663 |#2|)) $) NIL T ELT)) (-2548 (((-114)) NIL T ELT)) (-3901 (((-114)) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-1635 (((-3 (-2 (|:| |particular| $) (|:| -4222 (-663 $))) "failed")) NIL (|has| |#2| (-571)) ELT)) (-2552 (((-3 $ "failed")) NIL (|has| |#2| (-571)) ELT)) (-1367 (((-711 |#2|)) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-3299 ((|#2| $) NIL T ELT)) (-3174 (((-711 |#2|) $) NIL T ELT) (((-711 |#2|) $ (-1299 $)) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-4141 (((-3 $ "failed") $) NIL (|has| |#2| (-571)) ELT)) (-4460 (((-1203 (-976 |#2|))) NIL (|has| |#2| (-376)) ELT)) (-4092 (($ $ (-949)) NIL T ELT)) (-3977 ((|#2| $) NIL T ELT)) (-4381 (((-1203 |#2|) $) NIL (|has| |#2| (-571)) ELT)) (-4014 ((|#2|) NIL T ELT) ((|#2| (-1299 $)) NIL T ELT)) (-2155 (((-1203 |#2|) $) NIL T ELT)) (-2450 (((-114)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1481 (((-114)) NIL T ELT)) (-1933 (((-114)) NIL T ELT)) (-3067 (((-114)) NIL T ELT)) (-2282 (((-3 $ "failed") $) NIL (|has| |#2| (-376)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1513 (((-114)) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ (-560) (-560) |#2|) NIL T ELT) ((|#2| $ (-560) (-560)) 27 T ELT) ((|#2| $ (-560)) NIL T ELT)) (-2703 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT)) (-2239 ((|#2| $) NIL T ELT)) (-4214 (($ (-663 |#2|)) NIL T ELT)) (-3177 (((-114) $) NIL T ELT)) (-3577 (((-246 |#1| |#2|) $) NIL T ELT)) (-3078 ((|#2| $) NIL (|has| |#2| (-6 (-4512 "*"))) ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3084 (((-711 |#2|) (-1299 $)) NIL T ELT) (((-1299 |#2|) $) NIL T ELT) (((-711 |#2|) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 |#2|) $ (-1299 $)) 30 T ELT)) (-1830 (($ (-1299 |#2|)) NIL T ELT) (((-1299 |#2|) $) NIL T ELT)) (-3658 (((-663 (-976 |#2|))) NIL T ELT) (((-663 (-976 |#2|)) (-1299 $)) NIL T ELT)) (-3923 (($ $ $) NIL T ELT)) (-2127 (((-114)) NIL T ELT)) (-1986 (((-246 |#1| |#2|) $ (-560)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (($ |#2|) NIL T ELT) (((-711 |#2|) $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) 40 T ELT)) (-1565 (((-663 (-1299 |#2|))) NIL (|has| |#2| (-571)) ELT)) (-3121 (($ $ $ $) NIL T ELT)) (-3757 (((-114)) NIL T ELT)) (-1560 (($ (-711 |#2|) $) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) NIL T ELT)) (-3260 (($ $ $) NIL T ELT)) (-3270 (((-114)) NIL T ELT)) (-1381 (((-114)) NIL T ELT)) (-3386 (((-114)) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#2| (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (((-246 |#1| |#2|) $ (-246 |#1| |#2|)) NIL T ELT) (((-246 |#1| |#2|) (-246 |#1| |#2|) $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-692 |#1| |#2|) (-13 (-1155 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-632 (-711 |#2|)) (-432 |#2|)) (-949) (-175)) (T -692))
+NIL
+(-13 (-1155 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-632 (-711 |#2|)) (-432 |#2|))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4203 (((-663 (-1167)) $) 10 T ELT)) (-3834 (((-888) $) 16 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-693) (-13 (-1115) (-10 -8 (-15 -4203 ((-663 (-1167)) $))))) (T -693))
+((-4203 (*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-693)))))
+(-13 (-1115) (-10 -8 (-15 -4203 ((-663 (-1167)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2516 (((-663 |#1|) $) NIL T ELT)) (-3379 (($ $) 62 T ELT)) (-4124 (((-114) $) NIL T ELT)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-1698 (((-3 $ "failed") (-843 |#1|)) 27 T ELT)) (-2765 (((-114) (-843 |#1|)) 17 T ELT)) (-4017 (($ (-843 |#1|)) 28 T ELT)) (-1340 (((-114) $ $) 36 T ELT)) (-3970 (((-949) $) 43 T ELT)) (-3369 (($ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2549 (((-663 $) (-843 |#1|)) 19 T ELT)) (-3834 (((-888) $) 51 T ELT) (($ |#1|) 40 T ELT) (((-843 |#1|) $) 47 T ELT) (((-699 |#1|) $) 52 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2666 (((-58 (-663 $)) (-663 |#1|) (-949)) 67 T ELT)) (-2055 (((-663 $) (-663 |#1|) (-949)) 70 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 63 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 46 T ELT)))
+(((-694 |#1|) (-13 (-872) (-1070 |#1|) (-10 -8 (-15 -4124 ((-114) $)) (-15 -3369 ($ $)) (-15 -3379 ($ $)) (-15 -3970 ((-949) $)) (-15 -1340 ((-114) $ $)) (-15 -3834 ((-843 |#1|) $)) (-15 -3834 ((-699 |#1|) $)) (-15 -2549 ((-663 $) (-843 |#1|))) (-15 -2765 ((-114) (-843 |#1|))) (-15 -4017 ($ (-843 |#1|))) (-15 -1698 ((-3 $ "failed") (-843 |#1|))) (-15 -2516 ((-663 |#1|) $)) (-15 -2666 ((-58 (-663 $)) (-663 |#1|) (-949))) (-15 -2055 ((-663 $) (-663 |#1|) (-949))))) (-872)) (T -694))
+((-4124 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-694 *3)) (-4 *3 (-872)))) (-3369 (*1 *1 *1) (-12 (-5 *1 (-694 *2)) (-4 *2 (-872)))) (-3379 (*1 *1 *1) (-12 (-5 *1 (-694 *2)) (-4 *2 (-872)))) (-3970 (*1 *2 *1) (-12 (-5 *2 (-949)) (-5 *1 (-694 *3)) (-4 *3 (-872)))) (-1340 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-694 *3)) (-4 *3 (-872)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-843 *3)) (-5 *1 (-694 *3)) (-4 *3 (-872)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-699 *3)) (-5 *1 (-694 *3)) (-4 *3 (-872)))) (-2549 (*1 *2 *3) (-12 (-5 *3 (-843 *4)) (-4 *4 (-872)) (-5 *2 (-663 (-694 *4))) (-5 *1 (-694 *4)))) (-2765 (*1 *2 *3) (-12 (-5 *3 (-843 *4)) (-4 *4 (-872)) (-5 *2 (-114)) (-5 *1 (-694 *4)))) (-4017 (*1 *1 *2) (-12 (-5 *2 (-843 *3)) (-4 *3 (-872)) (-5 *1 (-694 *3)))) (-1698 (*1 *1 *2) (|partial| -12 (-5 *2 (-843 *3)) (-4 *3 (-872)) (-5 *1 (-694 *3)))) (-2516 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-694 *3)) (-4 *3 (-872)))) (-2666 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-949)) (-4 *5 (-872)) (-5 *2 (-58 (-663 (-694 *5)))) (-5 *1 (-694 *5)))) (-2055 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-949)) (-4 *5 (-872)) (-5 *2 (-663 (-694 *5))) (-5 *1 (-694 *5)))))
+(-13 (-872) (-1070 |#1|) (-10 -8 (-15 -4124 ((-114) $)) (-15 -3369 ($ $)) (-15 -3379 ($ $)) (-15 -3970 ((-949) $)) (-15 -1340 ((-114) $ $)) (-15 -3834 ((-843 |#1|) $)) (-15 -3834 ((-699 |#1|) $)) (-15 -2549 ((-663 $) (-843 |#1|))) (-15 -2765 ((-114) (-843 |#1|))) (-15 -4017 ($ (-843 |#1|))) (-15 -1698 ((-3 $ "failed") (-843 |#1|))) (-15 -2516 ((-663 |#1|) $)) (-15 -2666 ((-58 (-663 $)) (-663 |#1|) (-949))) (-15 -2055 ((-663 $) (-663 |#1|) (-949)))))
+((-1992 ((|#2| $) 100 T ELT)) (-4034 (($ $) 121 T ELT)) (-4405 (((-114) $ (-793)) 35 T ELT)) (-1586 (($ $) 109 T ELT) (($ $ (-793)) 112 T ELT)) (-4061 (((-114) $) 122 T ELT)) (-1763 (((-663 $) $) 96 T ELT)) (-4428 (((-114) $ $) 92 T ELT)) (-3050 (((-114) $ (-793)) 33 T ELT)) (-3672 (((-560) $) 66 T ELT)) (-3320 (((-560) $) 65 T ELT)) (-1506 (((-114) $ (-793)) 31 T ELT)) (-3019 (((-114) $) 98 T ELT)) (-3534 ((|#2| $) 113 T ELT) (($ $ (-793)) 117 T ELT)) (-4233 (($ $ $ (-560)) 83 T ELT) (($ |#2| $ (-560)) 82 T ELT)) (-3444 (((-663 (-560)) $) 64 T ELT)) (-2679 (((-114) (-560) $) 59 T ELT)) (-1574 ((|#2| $) NIL T ELT) (($ $ (-793)) 108 T ELT)) (-3201 (($ $ (-560)) 125 T ELT)) (-2126 (((-114) $) 124 T ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 42 T ELT)) (-1570 (((-663 |#2|) $) 46 T ELT)) (-3034 ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") 107 T ELT) (($ $ "rest") 111 T ELT) ((|#2| $ "last") 120 T ELT) (($ $ (-1266 (-560))) 79 T ELT) ((|#2| $ (-560)) 57 T ELT) ((|#2| $ (-560) |#2|) 58 T ELT)) (-3419 (((-560) $ $) 91 T ELT)) (-3032 (($ $ (-1266 (-560))) 78 T ELT) (($ $ (-560)) 72 T ELT)) (-1898 (((-114) $) 87 T ELT)) (-2935 (($ $) 105 T ELT)) (-3865 (((-793) $) 104 T ELT)) (-1993 (($ $) 103 T ELT)) (-3845 (($ (-663 |#2|)) 53 T ELT)) (-2623 (($ $) 126 T ELT)) (-2094 (((-663 $) $) 90 T ELT)) (-4316 (((-114) $ $) 89 T ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) 41 T ELT)) (-2478 (((-114) $ $) 20 T ELT)) (-3819 (((-793) $) 39 T ELT)))
+(((-695 |#1| |#2|) (-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -2623 (|#1| |#1|)) (-15 -3201 (|#1| |#1| (-560))) (-15 -4061 ((-114) |#1|)) (-15 -2126 ((-114) |#1|)) (-15 -3034 (|#2| |#1| (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560))) (-15 -1570 ((-663 |#2|) |#1|)) (-15 -2679 ((-114) (-560) |#1|)) (-15 -3444 ((-663 (-560)) |#1|)) (-15 -3320 ((-560) |#1|)) (-15 -3672 ((-560) |#1|)) (-15 -3845 (|#1| (-663 |#2|))) (-15 -3034 (|#1| |#1| (-1266 (-560)))) (-15 -3032 (|#1| |#1| (-560))) (-15 -3032 (|#1| |#1| (-1266 (-560)))) (-15 -4233 (|#1| |#2| |#1| (-560))) (-15 -4233 (|#1| |#1| |#1| (-560))) (-15 -2935 (|#1| |#1|)) (-15 -3865 ((-793) |#1|)) (-15 -1993 (|#1| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-793))) (-15 -3034 (|#2| |#1| "last")) (-15 -3534 (|#2| |#1|)) (-15 -1586 (|#1| |#1| (-793))) (-15 -3034 (|#1| |#1| "rest")) (-15 -1586 (|#1| |#1|)) (-15 -1574 (|#1| |#1| (-793))) (-15 -3034 (|#2| |#1| "first")) (-15 -1574 (|#2| |#1|)) (-15 -4428 ((-114) |#1| |#1|)) (-15 -4316 ((-114) |#1| |#1|)) (-15 -3419 ((-560) |#1| |#1|)) (-15 -1898 ((-114) |#1|)) (-15 -3034 (|#2| |#1| "value")) (-15 -1992 (|#2| |#1|)) (-15 -3019 ((-114) |#1|)) (-15 -1763 ((-663 |#1|) |#1|)) (-15 -2094 ((-663 |#1|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3819 ((-793) |#1|)) (-15 -4405 ((-114) |#1| (-793))) (-15 -3050 ((-114) |#1| (-793))) (-15 -1506 ((-114) |#1| (-793)))) (-696 |#2|) (-1249)) (T -695))
+NIL
+(-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -2623 (|#1| |#1|)) (-15 -3201 (|#1| |#1| (-560))) (-15 -4061 ((-114) |#1|)) (-15 -2126 ((-114) |#1|)) (-15 -3034 (|#2| |#1| (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560))) (-15 -1570 ((-663 |#2|) |#1|)) (-15 -2679 ((-114) (-560) |#1|)) (-15 -3444 ((-663 (-560)) |#1|)) (-15 -3320 ((-560) |#1|)) (-15 -3672 ((-560) |#1|)) (-15 -3845 (|#1| (-663 |#2|))) (-15 -3034 (|#1| |#1| (-1266 (-560)))) (-15 -3032 (|#1| |#1| (-560))) (-15 -3032 (|#1| |#1| (-1266 (-560)))) (-15 -4233 (|#1| |#2| |#1| (-560))) (-15 -4233 (|#1| |#1| |#1| (-560))) (-15 -2935 (|#1| |#1|)) (-15 -3865 ((-793) |#1|)) (-15 -1993 (|#1| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-793))) (-15 -3034 (|#2| |#1| "last")) (-15 -3534 (|#2| |#1|)) (-15 -1586 (|#1| |#1| (-793))) (-15 -3034 (|#1| |#1| "rest")) (-15 -1586 (|#1| |#1|)) (-15 -1574 (|#1| |#1| (-793))) (-15 -3034 (|#2| |#1| "first")) (-15 -1574 (|#2| |#1|)) (-15 -4428 ((-114) |#1| |#1|)) (-15 -4316 ((-114) |#1| |#1|)) (-15 -3419 ((-560) |#1| |#1|)) (-15 -1898 ((-114) |#1|)) (-15 -3034 (|#2| |#1| "value")) (-15 -1992 (|#2| |#1|)) (-15 -3019 ((-114) |#1|)) (-15 -1763 ((-663 |#1|) |#1|)) (-15 -2094 ((-663 |#1|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#2|) |#1|)) (-15 -3819 ((-793) |#1|)) (-15 -4405 ((-114) |#1| (-793))) (-15 -3050 ((-114) |#1| (-793))) (-15 -1506 ((-114) |#1| (-793))))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 55 T ELT)) (-1910 ((|#1| $) 74 T ELT)) (-4034 (($ $) 76 T ELT)) (-2507 (((-1305) $ (-560) (-560)) 107 (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) 61 (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 ((|#1| $ |#1|) 46 (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) 65 (|has| $ (-6 -4511)) ELT)) (-1828 ((|#1| $ |#1|) 63 (|has| $ (-6 -4511)) ELT)) (-4082 ((|#1| $ |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4511)) ELT) ((|#1| $ "first" |#1|) 66 (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) 64 (|has| $ (-6 -4511)) ELT) ((|#1| $ "last" |#1|) 62 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 127 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-560) |#1|) 96 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 48 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 112 T ELT)) (-1900 ((|#1| $) 75 T ELT)) (-4489 (($) 7 T CONST)) (-1406 (($ $) 135 T ELT)) (-1586 (($ $) 82 T ELT) (($ $ (-793)) 80 T ELT)) (-4154 (($ $) 109 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#1| $) 110 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 113 T ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $) 115 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 114 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 111 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2186 ((|#1| $ (-560) |#1|) 95 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 97 T ELT)) (-4061 (((-114) $) 93 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-2425 (((-793) $) 134 T ELT)) (-1763 (((-663 $) $) 57 T ELT)) (-4428 (((-114) $ $) 49 (|has| |#1| (-1133)) ELT)) (-4446 (($ (-793) |#1|) 119 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 105 (|has| (-560) (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 104 (|has| (-560) (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 122 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2778 (((-663 |#1|) $) 52 T ELT)) (-3019 (((-114) $) 56 T ELT)) (-3711 (($ $) 137 T ELT)) (-1776 (((-114) $) 138 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) 79 T ELT) (($ $ (-793)) 77 T ELT)) (-4233 (($ $ $ (-560)) 126 T ELT) (($ |#1| $ (-560)) 125 T ELT)) (-3444 (((-663 (-560)) $) 102 T ELT)) (-2679 (((-114) (-560) $) 101 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-2923 ((|#1| $) 136 T ELT)) (-1574 ((|#1| $) 85 T ELT) (($ $ (-793)) 83 T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 116 T ELT)) (-2024 (($ $ |#1|) 106 (|has| $ (-6 -4511)) ELT)) (-3201 (($ $ (-560)) 133 T ELT)) (-2126 (((-114) $) 94 T ELT)) (-3056 (((-114) $) 139 T ELT)) (-3576 (((-114) $) 140 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 103 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 100 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ "value") 54 T ELT) ((|#1| $ "first") 84 T ELT) (($ $ "rest") 81 T ELT) ((|#1| $ "last") 78 T ELT) (($ $ (-1266 (-560))) 118 T ELT) ((|#1| $ (-560)) 99 T ELT) ((|#1| $ (-560) |#1|) 98 T ELT)) (-3419 (((-560) $ $) 51 T ELT)) (-3032 (($ $ (-1266 (-560))) 124 T ELT) (($ $ (-560)) 123 T ELT)) (-1898 (((-114) $) 53 T ELT)) (-2935 (($ $) 71 T ELT)) (-2481 (($ $) 68 (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) 72 T ELT)) (-1993 (($ $) 73 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 108 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 117 T ELT)) (-4409 (($ $ $) 70 (|has| $ (-6 -4511)) ELT) (($ $ |#1|) 69 (|has| $ (-6 -4511)) ELT)) (-2465 (($ $ $) 87 T ELT) (($ |#1| $) 86 T ELT) (($ (-663 $)) 121 T ELT) (($ $ |#1|) 120 T ELT)) (-2623 (($ $) 132 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 58 T ELT)) (-4316 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-696 |#1|) (-142) (-1249)) (T -696))
+((-3513 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-696 *3)) (-4 *3 (-1249)))) (-3797 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-696 *3)) (-4 *3 (-1249)))) (-3576 (*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))) (-3056 (*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))) (-1776 (*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))) (-3711 (*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1249)))) (-2923 (*1 *2 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1249)))) (-1406 (*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1249)))) (-2425 (*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1249)) (-5 *2 (-793)))) (-3201 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-696 *3)) (-4 *3 (-1249)))) (-2623 (*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1249)))))
+(-13 (-1182 |t#1|) (-10 -8 (-15 -3513 ($ (-1 (-114) |t#1|) $)) (-15 -3797 ($ (-1 (-114) |t#1|) $)) (-15 -3576 ((-114) $)) (-15 -3056 ((-114) $)) (-15 -1776 ((-114) $)) (-15 -3711 ($ $)) (-15 -2923 (|t#1| $)) (-15 -1406 ($ $)) (-15 -2425 ((-793) $)) (-15 -3201 ($ $ (-560))) (-15 -2623 ($ $))))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-673 |#1|) . T) ((-1042 |#1|) . T) ((-1133) |has| |#1| (-1133)) ((-1182 |#1|) . T) ((-1249) . T) ((-1288 |#1|) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4176 (($ (-793) (-793) (-793)) 53 (|has| |#1| (-1081)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3652 ((|#1| $ (-793) (-793) (-793) |#1|) 47 T ELT)) (-4489 (($) NIL T CONST)) (-2632 (($ $ $) 57 (|has| |#1| (-1081)) ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3961 (((-1299 (-793)) $) 12 T ELT)) (-3877 (($ (-1209) $ $) 34 T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-4304 (($ (-793)) 55 (|has| |#1| (-1081)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-793) (-793) (-793)) 44 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3845 (($ (-663 (-663 (-663 |#1|)))) 67 T ELT)) (-3834 (($ (-988 (-988 (-988 |#1|)))) 23 T ELT) (((-988 (-988 (-988 |#1|))) $) 19 T ELT) (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-697 |#1|) (-13 (-503 |#1|) (-10 -8 (IF (|has| |#1| (-1081)) (PROGN (-15 -4176 ($ (-793) (-793) (-793))) (-15 -4304 ($ (-793))) (-15 -2632 ($ $ $))) |%noBranch|) (-15 -3845 ($ (-663 (-663 (-663 |#1|))))) (-15 -3034 (|#1| $ (-793) (-793) (-793))) (-15 -3652 (|#1| $ (-793) (-793) (-793) |#1|)) (-15 -3834 ($ (-988 (-988 (-988 |#1|))))) (-15 -3834 ((-988 (-988 (-988 |#1|))) $)) (-15 -3877 ($ (-1209) $ $)) (-15 -3961 ((-1299 (-793)) $)))) (-1133)) (T -697))
+((-4176 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-697 *3)) (-4 *3 (-1081)) (-4 *3 (-1133)))) (-4304 (*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-697 *3)) (-4 *3 (-1081)) (-4 *3 (-1133)))) (-2632 (*1 *1 *1 *1) (-12 (-5 *1 (-697 *2)) (-4 *2 (-1081)) (-4 *2 (-1133)))) (-3845 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-663 *3)))) (-4 *3 (-1133)) (-5 *1 (-697 *3)))) (-3034 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-793)) (-5 *1 (-697 *2)) (-4 *2 (-1133)))) (-3652 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-697 *2)) (-4 *2 (-1133)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-988 (-988 (-988 *3)))) (-4 *3 (-1133)) (-5 *1 (-697 *3)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-988 (-988 (-988 *3)))) (-5 *1 (-697 *3)) (-4 *3 (-1133)))) (-3877 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-697 *3)) (-4 *3 (-1133)))) (-3961 (*1 *2 *1) (-12 (-5 *2 (-1299 (-793))) (-5 *1 (-697 *3)) (-4 *3 (-1133)))))
+(-13 (-503 |#1|) (-10 -8 (IF (|has| |#1| (-1081)) (PROGN (-15 -4176 ($ (-793) (-793) (-793))) (-15 -4304 ($ (-793))) (-15 -2632 ($ $ $))) |%noBranch|) (-15 -3845 ($ (-663 (-663 (-663 |#1|))))) (-15 -3034 (|#1| $ (-793) (-793) (-793))) (-15 -3652 (|#1| $ (-793) (-793) (-793) |#1|)) (-15 -3834 ($ (-988 (-988 (-988 |#1|))))) (-15 -3834 ((-988 (-988 (-988 |#1|))) $)) (-15 -3877 ($ (-1209) $ $)) (-15 -3961 ((-1299 (-793)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2221 (((-497) $) 10 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 19 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-1167) $) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-698) (-13 (-1115) (-10 -8 (-15 -2221 ((-497) $)) (-15 -2200 ((-1167) $))))) (T -698))
+((-2221 (*1 *2 *1) (-12 (-5 *2 (-497)) (-5 *1 (-698)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-698)))))
+(-13 (-1115) (-10 -8 (-15 -2221 ((-497) $)) (-15 -2200 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2516 (((-663 |#1|) $) 15 T ELT)) (-3379 (($ $) 19 T ELT)) (-4124 (((-114) $) 20 T ELT)) (-4142 (((-3 |#1| "failed") $) 23 T ELT)) (-4072 ((|#1| $) 21 T ELT)) (-1586 (($ $) 37 T ELT)) (-2408 (($ $) 25 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-1340 (((-114) $ $) 46 T ELT)) (-3970 (((-949) $) 40 T ELT)) (-3369 (($ $) 18 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 ((|#1| $) 36 T ELT)) (-3834 (((-888) $) 32 T ELT) (($ |#1|) 24 T ELT) (((-843 |#1|) $) 28 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 13 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 44 T ELT)) (* (($ $ $) 35 T ELT)))
+(((-699 |#1|) (-13 (-872) (-1070 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3834 ((-843 |#1|) $)) (-15 -1574 (|#1| $)) (-15 -3369 ($ $)) (-15 -3970 ((-949) $)) (-15 -1340 ((-114) $ $)) (-15 -2408 ($ $)) (-15 -1586 ($ $)) (-15 -4124 ((-114) $)) (-15 -3379 ($ $)) (-15 -2516 ((-663 |#1|) $)))) (-872)) (T -699))
+((* (*1 *1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-843 *3)) (-5 *1 (-699 *3)) (-4 *3 (-872)))) (-1574 (*1 *2 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872)))) (-3369 (*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872)))) (-3970 (*1 *2 *1) (-12 (-5 *2 (-949)) (-5 *1 (-699 *3)) (-4 *3 (-872)))) (-1340 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-699 *3)) (-4 *3 (-872)))) (-2408 (*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872)))) (-1586 (*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872)))) (-4124 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-699 *3)) (-4 *3 (-872)))) (-3379 (*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872)))) (-2516 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-699 *3)) (-4 *3 (-872)))))
+(-13 (-872) (-1070 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3834 ((-843 |#1|) $)) (-15 -1574 (|#1| $)) (-15 -3369 ($ $)) (-15 -3970 ((-949) $)) (-15 -1340 ((-114) $ $)) (-15 -2408 ($ $)) (-15 -1586 ($ $)) (-15 -4124 ((-114) $)) (-15 -3379 ($ $)) (-15 -2516 ((-663 |#1|) $))))
+((-3900 ((|#1| (-1 |#1| (-793) |#1|) (-793) |#1|) 11 T ELT)) (-1978 ((|#1| (-1 |#1| |#1|) (-793) |#1|) 9 T ELT)))
+(((-700 |#1|) (-10 -7 (-15 -1978 (|#1| (-1 |#1| |#1|) (-793) |#1|)) (-15 -3900 (|#1| (-1 |#1| (-793) |#1|) (-793) |#1|))) (-1133)) (T -700))
+((-3900 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-793) *2)) (-5 *4 (-793)) (-4 *2 (-1133)) (-5 *1 (-700 *2)))) (-1978 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-793)) (-4 *2 (-1133)) (-5 *1 (-700 *2)))))
+(-10 -7 (-15 -1978 (|#1| (-1 |#1| |#1|) (-793) |#1|)) (-15 -3900 (|#1| (-1 |#1| (-793) |#1|) (-793) |#1|)))
+((-1659 ((|#2| |#1| |#2|) 9 T ELT)) (-1646 ((|#1| |#1| |#2|) 8 T ELT)))
+(((-701 |#1| |#2|) (-10 -7 (-15 -1646 (|#1| |#1| |#2|)) (-15 -1659 (|#2| |#1| |#2|))) (-1133) (-1133)) (T -701))
+((-1659 (*1 *2 *3 *2) (-12 (-5 *1 (-701 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))) (-1646 (*1 *2 *2 *3) (-12 (-5 *1 (-701 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))))
+(-10 -7 (-15 -1646 (|#1| |#1| |#2|)) (-15 -1659 (|#2| |#1| |#2|)))
+((-2977 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11 T ELT)))
+(((-702 |#1| |#2| |#3|) (-10 -7 (-15 -2977 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1133) (-1133) (-1133)) (T -702))
+((-2977 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)) (-5 *1 (-702 *5 *6 *2)))))
+(-10 -7 (-15 -2977 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3804 (((-1250) $) 21 T ELT)) (-3772 (((-663 (-1250)) $) 19 T ELT)) (-4018 (($ (-663 (-1250)) (-1250)) 14 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 29 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT) (((-1250) $) 22 T ELT) (($ (-1147)) 10 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-703) (-13 (-1115) (-632 (-1250)) (-10 -8 (-15 -3834 ($ (-1147))) (-15 -4018 ($ (-663 (-1250)) (-1250))) (-15 -3772 ((-663 (-1250)) $)) (-15 -3804 ((-1250) $))))) (T -703))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1147)) (-5 *1 (-703)))) (-4018 (*1 *1 *2 *3) (-12 (-5 *2 (-663 (-1250))) (-5 *3 (-1250)) (-5 *1 (-703)))) (-3772 (*1 *2 *1) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-703)))) (-3804 (*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-703)))))
+(-13 (-1115) (-632 (-1250)) (-10 -8 (-15 -3834 ($ (-1147))) (-15 -4018 ($ (-663 (-1250)) (-1250))) (-15 -3772 ((-663 (-1250)) $)) (-15 -3804 ((-1250) $))))
+((-3900 (((-1 |#1| (-793) |#1|) (-1 |#1| (-793) |#1|)) 26 T ELT)) (-4026 (((-1 |#1|) |#1|) 8 T ELT)) (-1861 ((|#1| |#1|) 19 T ELT)) (-1757 (((-663 |#1|) (-1 (-663 |#1|) (-663 |#1|)) (-560)) 18 T ELT) ((|#1| (-1 |#1| |#1|)) 11 T ELT)) (-3834 (((-1 |#1|) |#1|) 9 T ELT)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-793)) 23 T ELT)))
+(((-704 |#1|) (-10 -7 (-15 -4026 ((-1 |#1|) |#1|)) (-15 -3834 ((-1 |#1|) |#1|)) (-15 -1757 (|#1| (-1 |#1| |#1|))) (-15 -1757 ((-663 |#1|) (-1 (-663 |#1|) (-663 |#1|)) (-560))) (-15 -1861 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-793))) (-15 -3900 ((-1 |#1| (-793) |#1|) (-1 |#1| (-793) |#1|)))) (-1133)) (T -704))
+((-3900 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-793) *3)) (-4 *3 (-1133)) (-5 *1 (-704 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *4 (-1133)) (-5 *1 (-704 *4)))) (-1861 (*1 *2 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-1133)))) (-1757 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-663 *5) (-663 *5))) (-5 *4 (-560)) (-5 *2 (-663 *5)) (-5 *1 (-704 *5)) (-4 *5 (-1133)))) (-1757 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-704 *2)) (-4 *2 (-1133)))) (-3834 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-704 *3)) (-4 *3 (-1133)))) (-4026 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-704 *3)) (-4 *3 (-1133)))))
+(-10 -7 (-15 -4026 ((-1 |#1|) |#1|)) (-15 -3834 ((-1 |#1|) |#1|)) (-15 -1757 (|#1| (-1 |#1| |#1|))) (-15 -1757 ((-663 |#1|) (-1 (-663 |#1|) (-663 |#1|)) (-560))) (-15 -1861 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-793))) (-15 -3900 ((-1 |#1| (-793) |#1|) (-1 |#1| (-793) |#1|))))
+((-2737 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16 T ELT)) (-2863 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13 T ELT)) (-2292 (((-1 |#2| |#1|) (-1 |#2|)) 14 T ELT)) (-3979 (((-1 |#2| |#1|) |#2|) 11 T ELT)))
+(((-705 |#1| |#2|) (-10 -7 (-15 -3979 ((-1 |#2| |#1|) |#2|)) (-15 -2863 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -2292 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2737 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1133) (-1133)) (T -705))
+((-2737 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-5 *2 (-1 *5 *4)) (-5 *1 (-705 *4 *5)))) (-2292 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1133)) (-5 *2 (-1 *5 *4)) (-5 *1 (-705 *4 *5)) (-4 *4 (-1133)))) (-2863 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-5 *2 (-1 *5)) (-5 *1 (-705 *4 *5)))) (-3979 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-705 *4 *3)) (-4 *4 (-1133)) (-4 *3 (-1133)))))
+(-10 -7 (-15 -3979 ((-1 |#2| |#1|) |#2|)) (-15 -2863 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -2292 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2737 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
+((-3883 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17 T ELT)) (-3844 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11 T ELT)) (-2041 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13 T ELT)) (-2241 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14 T ELT)) (-1434 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15 T ELT)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21 T ELT)))
+(((-706 |#1| |#2| |#3|) (-10 -7 (-15 -3844 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -2041 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2241 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1434 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -3883 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1133) (-1133) (-1133)) (T -706))
+((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-1 *7 *5)) (-5 *1 (-706 *5 *6 *7)))) (-3883 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-706 *4 *5 *6)))) (-1434 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *4 (-1133)))) (-2241 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1133)) (-4 *6 (-1133)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *5 (-1133)))) (-2041 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *4 *5 *6)))) (-3844 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1133)) (-4 *4 (-1133)) (-4 *6 (-1133)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *5 *4 *6)))))
+(-10 -7 (-15 -3844 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -2041 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2241 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1434 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -3883 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
+((-4272 (($ (-793) (-793)) 42 T ELT)) (-4310 (($ $ $) 73 T ELT)) (-2669 (($ |#3|) 68 T ELT) (($ $) 69 T ELT)) (-2580 (((-114) $) 36 T ELT)) (-3306 (($ $ (-560) (-560)) 84 T ELT)) (-4273 (($ $ (-560) (-560)) 85 T ELT)) (-1511 (($ $ (-560) (-560) (-560) (-560)) 90 T ELT)) (-2069 (($ $) 71 T ELT)) (-3475 (((-114) $) 15 T ELT)) (-3727 (($ $ (-560) (-560) $) 91 T ELT)) (-3986 ((|#2| $ (-560) (-560) |#2|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) 89 T ELT)) (-4011 (($ (-793) |#2|) 55 T ELT)) (-4335 (($ (-663 (-663 |#2|))) 51 T ELT) (($ (-793) (-793) (-1 |#2| (-560) (-560))) 53 T ELT)) (-4327 (((-663 (-663 |#2|)) $) 80 T ELT)) (-3646 (($ $ $) 72 T ELT)) (-3795 (((-3 $ "failed") $ |#2|) 122 T ELT)) (-3034 ((|#2| $ (-560) (-560)) NIL T ELT) ((|#2| $ (-560) (-560) |#2|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560))) 88 T ELT)) (-4214 (($ (-663 |#2|)) 56 T ELT) (($ (-663 $)) 58 T ELT)) (-3177 (((-114) $) 28 T ELT)) (-3834 (($ |#4|) 63 T ELT) (((-888) $) NIL T ELT)) (-2894 (((-114) $) 38 T ELT)) (-2594 (($ $ |#2|) 124 T ELT)) (-2581 (($ $ $) 95 T ELT) (($ $) 98 T ELT)) (-2571 (($ $ $) 93 T ELT)) (** (($ $ (-793)) 111 T ELT) (($ $ (-560)) 128 T ELT)) (* (($ $ $) 104 T ELT) (($ |#2| $) 100 T ELT) (($ $ |#2|) 101 T ELT) (($ (-560) $) 103 T ELT) ((|#4| $ |#4|) 115 T ELT) ((|#3| |#3| $) 119 T ELT)))
+(((-707 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3834 ((-888) |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2594 (|#1| |#1| |#2|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-793))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -3727 (|#1| |#1| (-560) (-560) |#1|)) (-15 -1511 (|#1| |#1| (-560) (-560) (-560) (-560))) (-15 -4273 (|#1| |#1| (-560) (-560))) (-15 -3306 (|#1| |#1| (-560) (-560))) (-15 -3986 (|#1| |#1| (-663 (-560)) (-663 (-560)) |#1|)) (-15 -3034 (|#1| |#1| (-663 (-560)) (-663 (-560)))) (-15 -4327 ((-663 (-663 |#2|)) |#1|)) (-15 -4310 (|#1| |#1| |#1|)) (-15 -3646 (|#1| |#1| |#1|)) (-15 -2069 (|#1| |#1|)) (-15 -2669 (|#1| |#1|)) (-15 -2669 (|#1| |#3|)) (-15 -3834 (|#1| |#4|)) (-15 -4214 (|#1| (-663 |#1|))) (-15 -4214 (|#1| (-663 |#2|))) (-15 -4011 (|#1| (-793) |#2|)) (-15 -4335 (|#1| (-793) (-793) (-1 |#2| (-560) (-560)))) (-15 -4335 (|#1| (-663 (-663 |#2|)))) (-15 -4272 (|#1| (-793) (-793))) (-15 -2894 ((-114) |#1|)) (-15 -2580 ((-114) |#1|)) (-15 -3177 ((-114) |#1|)) (-15 -3475 ((-114) |#1|)) (-15 -3986 (|#2| |#1| (-560) (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560) (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560) (-560)))) (-708 |#2| |#3| |#4|) (-1081) (-385 |#2|) (-385 |#2|)) (T -707))
+NIL
+(-10 -8 (-15 -3834 ((-888) |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2594 (|#1| |#1| |#2|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-793))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -3727 (|#1| |#1| (-560) (-560) |#1|)) (-15 -1511 (|#1| |#1| (-560) (-560) (-560) (-560))) (-15 -4273 (|#1| |#1| (-560) (-560))) (-15 -3306 (|#1| |#1| (-560) (-560))) (-15 -3986 (|#1| |#1| (-663 (-560)) (-663 (-560)) |#1|)) (-15 -3034 (|#1| |#1| (-663 (-560)) (-663 (-560)))) (-15 -4327 ((-663 (-663 |#2|)) |#1|)) (-15 -4310 (|#1| |#1| |#1|)) (-15 -3646 (|#1| |#1| |#1|)) (-15 -2069 (|#1| |#1|)) (-15 -2669 (|#1| |#1|)) (-15 -2669 (|#1| |#3|)) (-15 -3834 (|#1| |#4|)) (-15 -4214 (|#1| (-663 |#1|))) (-15 -4214 (|#1| (-663 |#2|))) (-15 -4011 (|#1| (-793) |#2|)) (-15 -4335 (|#1| (-793) (-793) (-1 |#2| (-560) (-560)))) (-15 -4335 (|#1| (-663 (-663 |#2|)))) (-15 -4272 (|#1| (-793) (-793))) (-15 -2894 ((-114) |#1|)) (-15 -2580 ((-114) |#1|)) (-15 -3177 ((-114) |#1|)) (-15 -3475 ((-114) |#1|)) (-15 -3986 (|#2| |#1| (-560) (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560) (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560) (-560))))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4272 (($ (-793) (-793)) 106 T ELT)) (-4310 (($ $ $) 95 T ELT)) (-2669 (($ |#2|) 99 T ELT) (($ $) 98 T ELT)) (-2580 (((-114) $) 108 T ELT)) (-3306 (($ $ (-560) (-560)) 91 T ELT)) (-4273 (($ $ (-560) (-560)) 90 T ELT)) (-1511 (($ $ (-560) (-560) (-560) (-560)) 89 T ELT)) (-2069 (($ $) 97 T ELT)) (-3475 (((-114) $) 110 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3727 (($ $ (-560) (-560) $) 88 T ELT)) (-3986 ((|#1| $ (-560) (-560) |#1|) 51 T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) 92 T ELT)) (-4385 (($ $ (-560) |#2|) 49 T ELT)) (-2118 (($ $ (-560) |#3|) 48 T ELT)) (-4011 (($ (-793) |#1|) 103 T ELT)) (-4489 (($) 7 T CONST)) (-4350 (($ $) 75 (|has| |#1| (-319)) ELT)) (-1802 ((|#2| $ (-560)) 53 T ELT)) (-1486 (((-793) $) 74 (|has| |#1| (-571)) ELT)) (-2186 ((|#1| $ (-560) (-560) |#1|) 50 T ELT)) (-2109 ((|#1| $ (-560) (-560)) 55 T ELT)) (-3086 (((-663 |#1|) $) 33 T ELT)) (-4077 (((-793) $) 73 (|has| |#1| (-571)) ELT)) (-3613 (((-663 |#3|) $) 72 (|has| |#1| (-571)) ELT)) (-2818 (((-793) $) 58 T ELT)) (-4446 (($ (-793) (-793) |#1|) 64 T ELT)) (-2833 (((-793) $) 57 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3178 ((|#1| $) 70 (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1354 (((-560) $) 62 T ELT)) (-2895 (((-560) $) 60 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1963 (((-560) $) 61 T ELT)) (-2212 (((-560) $) 59 T ELT)) (-4335 (($ (-663 (-663 |#1|))) 105 T ELT) (($ (-793) (-793) (-1 |#1| (-560) (-560))) 104 T ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 47 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 46 T ELT)) (-4327 (((-663 (-663 |#1|)) $) 94 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-2282 (((-3 $ "failed") $) 69 (|has| |#1| (-376)) ELT)) (-3646 (($ $ $) 96 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-2024 (($ $ |#1|) 63 T ELT)) (-3795 (((-3 $ "failed") $ |#1|) 77 (|has| |#1| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ (-560) (-560)) 56 T ELT) ((|#1| $ (-560) (-560) |#1|) 54 T ELT) (($ $ (-663 (-560)) (-663 (-560))) 93 T ELT)) (-4214 (($ (-663 |#1|)) 102 T ELT) (($ (-663 $)) 101 T ELT)) (-3177 (((-114) $) 109 T ELT)) (-3078 ((|#1| $) 71 (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1986 ((|#3| $ (-560)) 52 T ELT)) (-3834 (($ |#3|) 100 T ELT) (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) 107 T ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2594 (($ $ |#1|) 76 (|has| |#1| (-376)) ELT)) (-2581 (($ $ $) 86 T ELT) (($ $) 85 T ELT)) (-2571 (($ $ $) 87 T ELT)) (** (($ $ (-793)) 78 T ELT) (($ $ (-560)) 68 (|has| |#1| (-376)) ELT)) (* (($ $ $) 84 T ELT) (($ |#1| $) 83 T ELT) (($ $ |#1|) 82 T ELT) (($ (-560) $) 81 T ELT) ((|#3| $ |#3|) 80 T ELT) ((|#2| |#2| $) 79 T ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-708 |#1| |#2| |#3|) (-142) (-1081) (-385 |t#1|) (-385 |t#1|)) (T -708))
+((-3475 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-114)))) (-3177 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-114)))) (-2580 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-114)))) (-2894 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-114)))) (-4272 (*1 *1 *2 *2) (-12 (-5 *2 (-793)) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4335 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4335 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-1 *4 (-560) (-560))) (-4 *4 (-1081)) (-4 *1 (-708 *4 *5 *6)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)))) (-4011 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4214 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4214 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3834 (*1 *1 *2) (-12 (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *2)) (-4 *4 (-385 *3)) (-4 *2 (-385 *3)))) (-2669 (*1 *1 *2) (-12 (-4 *3 (-1081)) (-4 *1 (-708 *3 *2 *4)) (-4 *2 (-385 *3)) (-4 *4 (-385 *3)))) (-2669 (*1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-2069 (*1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-3646 (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-4310 (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-4327 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-663 (-663 *3))))) (-3034 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-663 (-560))) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3986 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-663 (-560))) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3306 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-4273 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-1511 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3727 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-2571 (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-2581 (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (-2581 (*1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-708 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *2 (-385 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-708 *3 *2 *4)) (-4 *3 (-1081)) (-4 *2 (-385 *3)) (-4 *4 (-385 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))) (-3795 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-571)))) (-2594 (*1 *1 *1 *2) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-376)))) (-4350 (*1 *1 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-319)))) (-1486 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-793)))) (-4077 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-793)))) (-3613 (*1 *2 *1) (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-663 *5)))) (-3078 (*1 *2 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (|has| *2 (-6 (-4512 "*"))) (-4 *2 (-1081)))) (-3178 (*1 *2 *1) (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (|has| *2 (-6 (-4512 "*"))) (-4 *2 (-1081)))) (-2282 (*1 *1 *1) (|partial| -12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-376)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-376)))))
+(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4511) (-6 -4510) (-15 -3475 ((-114) $)) (-15 -3177 ((-114) $)) (-15 -2580 ((-114) $)) (-15 -2894 ((-114) $)) (-15 -4272 ($ (-793) (-793))) (-15 -4335 ($ (-663 (-663 |t#1|)))) (-15 -4335 ($ (-793) (-793) (-1 |t#1| (-560) (-560)))) (-15 -4011 ($ (-793) |t#1|)) (-15 -4214 ($ (-663 |t#1|))) (-15 -4214 ($ (-663 $))) (-15 -3834 ($ |t#3|)) (-15 -2669 ($ |t#2|)) (-15 -2669 ($ $)) (-15 -2069 ($ $)) (-15 -3646 ($ $ $)) (-15 -4310 ($ $ $)) (-15 -4327 ((-663 (-663 |t#1|)) $)) (-15 -3034 ($ $ (-663 (-560)) (-663 (-560)))) (-15 -3986 ($ $ (-663 (-560)) (-663 (-560)) $)) (-15 -3306 ($ $ (-560) (-560))) (-15 -4273 ($ $ (-560) (-560))) (-15 -1511 ($ $ (-560) (-560) (-560) (-560))) (-15 -3727 ($ $ (-560) (-560) $)) (-15 -2571 ($ $ $)) (-15 -2581 ($ $ $)) (-15 -2581 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-560) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-793))) (IF (|has| |t#1| (-571)) (-15 -3795 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-376)) (-15 -2594 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-319)) (-15 -4350 ($ $)) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-15 -1486 ((-793) $)) (-15 -4077 ((-793) $)) (-15 -3613 ((-663 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4512 "*"))) (PROGN (-15 -3078 (|t#1| $)) (-15 -3178 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-376)) (PROGN (-15 -2282 ((-3 $ "failed") $)) (-15 ** ($ $ (-560)))) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-57 |#1| |#2| |#3|) . T) ((-1249) . T))
+((-1995 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39 T ELT)) (-1793 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37 T ELT) ((|#8| (-1 |#5| |#1|) |#4|) 31 T ELT)))
+(((-709 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1793 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1793 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -1995 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1081) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|) (-1081) (-385 |#5|) (-385 |#5|) (-708 |#5| |#6| |#7|)) (T -709))
+((-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1081)) (-4 *2 (-1081)) (-4 *6 (-385 *5)) (-4 *7 (-385 *5)) (-4 *8 (-385 *2)) (-4 *9 (-385 *2)) (-5 *1 (-709 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-708 *5 *6 *7)) (-4 *10 (-708 *2 *8 *9)))) (-1793 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1081)) (-4 *8 (-1081)) (-4 *6 (-385 *5)) (-4 *7 (-385 *5)) (-4 *2 (-708 *8 *9 *10)) (-5 *1 (-709 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-708 *5 *6 *7)) (-4 *9 (-385 *8)) (-4 *10 (-385 *8)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1081)) (-4 *8 (-1081)) (-4 *6 (-385 *5)) (-4 *7 (-385 *5)) (-4 *2 (-708 *8 *9 *10)) (-5 *1 (-709 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-708 *5 *6 *7)) (-4 *9 (-385 *8)) (-4 *10 (-385 *8)))))
+(-10 -7 (-15 -1793 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1793 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -1995 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
+((-4350 ((|#4| |#4|) 92 (|has| |#1| (-319)) ELT)) (-1486 (((-793) |#4|) 120 (|has| |#1| (-571)) ELT)) (-4077 (((-793) |#4|) 96 (|has| |#1| (-571)) ELT)) (-3613 (((-663 |#3|) |#4|) 103 (|has| |#1| (-571)) ELT)) (-2759 (((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|) 135 (|has| |#1| (-319)) ELT)) (-3178 ((|#1| |#4|) 52 T ELT)) (-3151 (((-3 |#4| "failed") |#4|) 84 (|has| |#1| (-571)) ELT)) (-2282 (((-3 |#4| "failed") |#4|) 100 (|has| |#1| (-376)) ELT)) (-1368 ((|#4| |#4|) 88 (|has| |#1| (-571)) ELT)) (-1752 ((|#4| |#4| |#1| (-560) (-560)) 60 T ELT)) (-3846 ((|#4| |#4| (-560) (-560)) 55 T ELT)) (-2401 ((|#4| |#4| |#1| (-560) (-560)) 65 T ELT)) (-3078 ((|#1| |#4|) 98 T ELT)) (-4167 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 89 (|has| |#1| (-571)) ELT)))
+(((-710 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3078 (|#1| |#4|)) (-15 -3178 (|#1| |#4|)) (-15 -3846 (|#4| |#4| (-560) (-560))) (-15 -1752 (|#4| |#4| |#1| (-560) (-560))) (-15 -2401 (|#4| |#4| |#1| (-560) (-560))) (IF (|has| |#1| (-571)) (PROGN (-15 -1486 ((-793) |#4|)) (-15 -4077 ((-793) |#4|)) (-15 -3613 ((-663 |#3|) |#4|)) (-15 -1368 (|#4| |#4|)) (-15 -3151 ((-3 |#4| "failed") |#4|)) (-15 -4167 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-319)) (PROGN (-15 -4350 (|#4| |#4|)) (-15 -2759 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2282 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-175) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|)) (T -710))
+((-2282 (*1 *2 *2) (|partial| -12 (-4 *3 (-376)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-2759 (*1 *2 *3 *3) (-12 (-4 *3 (-319)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-710 *3 *4 *5 *6)) (-4 *6 (-708 *3 *4 *5)))) (-4350 (*1 *2 *2) (-12 (-4 *3 (-319)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-4167 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-3151 (*1 *2 *2) (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-1368 (*1 *2 *2) (-12 (-4 *3 (-571)) (-4 *3 (-175)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-3613 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-663 *6)) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-4077 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-1486 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-2401 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-560)) (-4 *3 (-175)) (-4 *5 (-385 *3)) (-4 *6 (-385 *3)) (-5 *1 (-710 *3 *5 *6 *2)) (-4 *2 (-708 *3 *5 *6)))) (-1752 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-560)) (-4 *3 (-175)) (-4 *5 (-385 *3)) (-4 *6 (-385 *3)) (-5 *1 (-710 *3 *5 *6 *2)) (-4 *2 (-708 *3 *5 *6)))) (-3846 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-560)) (-4 *4 (-175)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *1 (-710 *4 *5 *6 *2)) (-4 *2 (-708 *4 *5 *6)))) (-3178 (*1 *2 *3) (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-175)) (-5 *1 (-710 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5)))) (-3078 (*1 *2 *3) (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-175)) (-5 *1 (-710 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5)))))
+(-10 -7 (-15 -3078 (|#1| |#4|)) (-15 -3178 (|#1| |#4|)) (-15 -3846 (|#4| |#4| (-560) (-560))) (-15 -1752 (|#4| |#4| |#1| (-560) (-560))) (-15 -2401 (|#4| |#4| |#1| (-560) (-560))) (IF (|has| |#1| (-571)) (PROGN (-15 -1486 ((-793) |#4|)) (-15 -4077 ((-793) |#4|)) (-15 -3613 ((-663 |#3|) |#4|)) (-15 -1368 (|#4| |#4|)) (-15 -3151 ((-3 |#4| "failed") |#4|)) (-15 -4167 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-319)) (PROGN (-15 -4350 (|#4| |#4|)) (-15 -2759 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2282 ((-3 |#4| "failed") |#4|)) |%noBranch|))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4272 (($ (-793) (-793)) 64 T ELT)) (-4310 (($ $ $) NIL T ELT)) (-2669 (($ (-1299 |#1|)) NIL T ELT) (($ $) NIL T ELT)) (-2580 (((-114) $) NIL T ELT)) (-3306 (($ $ (-560) (-560)) 22 T ELT)) (-4273 (($ $ (-560) (-560)) NIL T ELT)) (-1511 (($ $ (-560) (-560) (-560) (-560)) NIL T ELT)) (-2069 (($ $) NIL T ELT)) (-3475 (((-114) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3727 (($ $ (-560) (-560) $) NIL T ELT)) (-3986 ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560)) $) NIL T ELT)) (-4385 (($ $ (-560) (-1299 |#1|)) NIL T ELT)) (-2118 (($ $ (-560) (-1299 |#1|)) NIL T ELT)) (-4011 (($ (-793) |#1|) 37 T ELT)) (-4489 (($) NIL T CONST)) (-4350 (($ $) 46 (|has| |#1| (-319)) ELT)) (-1802 (((-1299 |#1|) $ (-560)) NIL T ELT)) (-1486 (((-793) $) 48 (|has| |#1| (-571)) ELT)) (-2186 ((|#1| $ (-560) (-560) |#1|) 69 T ELT)) (-2109 ((|#1| $ (-560) (-560)) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL T ELT)) (-4077 (((-793) $) 50 (|has| |#1| (-571)) ELT)) (-3613 (((-663 (-1299 |#1|)) $) 53 (|has| |#1| (-571)) ELT)) (-2818 (((-793) $) 32 T ELT)) (-4446 (($ (-793) (-793) |#1|) 28 T ELT)) (-2833 (((-793) $) 33 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3178 ((|#1| $) 44 (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1354 (((-560) $) 10 T ELT)) (-2895 (((-560) $) 11 T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1963 (((-560) $) 14 T ELT)) (-2212 (((-560) $) 65 T ELT)) (-4335 (($ (-663 (-663 |#1|))) NIL T ELT) (($ (-793) (-793) (-1 |#1| (-560) (-560))) NIL T ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-4327 (((-663 (-663 |#1|)) $) 76 T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-2282 (((-3 $ "failed") $) 60 (|has| |#1| (-376)) ELT)) (-3646 (($ $ $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-2024 (($ $ |#1|) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) (-560)) NIL T ELT) ((|#1| $ (-560) (-560) |#1|) NIL T ELT) (($ $ (-663 (-560)) (-663 (-560))) NIL T ELT)) (-4214 (($ (-663 |#1|)) NIL T ELT) (($ (-663 $)) NIL T ELT) (($ (-1299 |#1|)) 70 T ELT)) (-3177 (((-114) $) NIL T ELT)) (-3078 ((|#1| $) 42 (|has| |#1| (-6 (-4512 "*"))) ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) 80 (|has| |#1| (-633 (-549))) ELT)) (-1986 (((-1299 |#1|) $ (-560)) NIL T ELT)) (-3834 (($ (-1299 |#1|)) NIL T ELT) (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) NIL T ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) 38 T ELT) (($ $ (-560)) 62 (|has| |#1| (-376)) ELT)) (* (($ $ $) 24 T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-560) $) NIL T ELT) (((-1299 |#1|) $ (-1299 |#1|)) NIL T ELT) (((-1299 |#1|) (-1299 |#1|) $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-711 |#1|) (-13 (-708 |#1| (-1299 |#1|) (-1299 |#1|)) (-10 -8 (-15 -4214 ($ (-1299 |#1|))) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2282 ((-3 $ "failed") $)) |%noBranch|))) (-1081)) (T -711))
+((-2282 (*1 *1 *1) (|partial| -12 (-5 *1 (-711 *2)) (-4 *2 (-376)) (-4 *2 (-1081)))) (-4214 (*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-1081)) (-5 *1 (-711 *3)))))
+(-13 (-708 |#1| (-1299 |#1|) (-1299 |#1|)) (-10 -8 (-15 -4214 ($ (-1299 |#1|))) (IF (|has| |#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2282 ((-3 $ "failed") $)) |%noBranch|)))
+((-2720 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|)) 37 T ELT)) (-1377 (((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|) 32 T ELT)) (-3197 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-793)) 43 T ELT)) (-3854 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|)) 25 T ELT)) (-1376 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|)) 29 T ELT) (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 27 T ELT)) (-3806 (((-711 |#1|) (-711 |#1|) |#1| (-711 |#1|)) 31 T ELT)) (-1973 (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 23 T ELT)) (** (((-711 |#1|) (-711 |#1|) (-793)) 46 T ELT)))
+(((-712 |#1|) (-10 -7 (-15 -1973 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3854 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -1376 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -1376 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3806 ((-711 |#1|) (-711 |#1|) |#1| (-711 |#1|))) (-15 -1377 ((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|)) (-15 -2720 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3197 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-793))) (-15 ** ((-711 |#1|) (-711 |#1|) (-793)))) (-1081)) (T -712))
+((** (*1 *2 *2 *3) (-12 (-5 *2 (-711 *4)) (-5 *3 (-793)) (-4 *4 (-1081)) (-5 *1 (-712 *4)))) (-3197 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-711 *4)) (-5 *3 (-793)) (-4 *4 (-1081)) (-5 *1 (-712 *4)))) (-2720 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))) (-1377 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))) (-3806 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))) (-1376 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))) (-1376 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))) (-3854 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))) (-1973 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))))
+(-10 -7 (-15 -1973 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3854 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -1376 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -1376 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3806 ((-711 |#1|) (-711 |#1|) |#1| (-711 |#1|))) (-15 -1377 ((-711 |#1|) (-711 |#1|) (-711 |#1|) |#1|)) (-15 -2720 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3197 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-711 |#1|) (-793))) (-15 ** ((-711 |#1|) (-711 |#1|) (-793))))
+((-4142 (((-3 |#1| "failed") $) 18 T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-2361 (($) 7 T CONST)) (-2353 (($ |#1|) 8 T ELT)) (-3834 (($ |#1|) 16 T ELT) (((-888) $) 23 T ELT)) (-2960 (((-114) $ (|[\|\|]| |#1|)) 14 T ELT) (((-114) $ (|[\|\|]| -2361)) 11 T ELT)) (-4027 ((|#1| $) 15 T ELT)))
+(((-713 |#1|) (-13 (-1295) (-1070 |#1|) (-632 (-888)) (-10 -8 (-15 -2353 ($ |#1|)) (-15 -2960 ((-114) $ (|[\|\|]| |#1|))) (-15 -2960 ((-114) $ (|[\|\|]| -2361))) (-15 -4027 (|#1| $)) (-15 -2361 ($) -2292))) (-632 (-888))) (T -713))
+((-2353 (*1 *1 *2) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-888))))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-632 (-888))) (-5 *2 (-114)) (-5 *1 (-713 *4)))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2361)) (-5 *2 (-114)) (-5 *1 (-713 *4)) (-4 *4 (-632 (-888))))) (-4027 (*1 *2 *1) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-888))))) (-2361 (*1 *1) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-888))))))
+(-13 (-1295) (-1070 |#1|) (-632 (-888)) (-10 -8 (-15 -2353 ($ |#1|)) (-15 -2960 ((-114) $ (|[\|\|]| |#1|))) (-15 -2960 ((-114) $ (|[\|\|]| -2361))) (-15 -4027 (|#1| $)) (-15 -2361 ($) -2292)))
+((-3296 ((|#2| |#2| |#4|) 29 T ELT)) (-1832 (((-711 |#2|) |#3| |#4|) 35 T ELT)) (-2242 (((-711 |#2|) |#2| |#4|) 34 T ELT)) (-3604 (((-1299 |#2|) |#2| |#4|) 16 T ELT)) (-2853 ((|#2| |#3| |#4|) 28 T ELT)) (-2542 (((-711 |#2|) |#3| |#4| (-793) (-793)) 47 T ELT)) (-3500 (((-711 |#2|) |#2| |#4| (-793)) 46 T ELT)))
+(((-714 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3604 ((-1299 |#2|) |#2| |#4|)) (-15 -2853 (|#2| |#3| |#4|)) (-15 -3296 (|#2| |#2| |#4|)) (-15 -2242 ((-711 |#2|) |#2| |#4|)) (-15 -3500 ((-711 |#2|) |#2| |#4| (-793))) (-15 -1832 ((-711 |#2|) |#3| |#4|)) (-15 -2542 ((-711 |#2|) |#3| |#4| (-793) (-793)))) (-1133) (-928 |#1|) (-385 |#2|) (-13 (-385 |#1|) (-10 -7 (-6 -4510)))) (T -714))
+((-2542 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-793)) (-4 *6 (-1133)) (-4 *7 (-928 *6)) (-5 *2 (-711 *7)) (-5 *1 (-714 *6 *7 *3 *4)) (-4 *3 (-385 *7)) (-4 *4 (-13 (-385 *6) (-10 -7 (-6 -4510)))))) (-1832 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-4 *6 (-928 *5)) (-5 *2 (-711 *6)) (-5 *1 (-714 *5 *6 *3 *4)) (-4 *3 (-385 *6)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))))) (-3500 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-1133)) (-4 *3 (-928 *6)) (-5 *2 (-711 *3)) (-5 *1 (-714 *6 *3 *7 *4)) (-4 *7 (-385 *3)) (-4 *4 (-13 (-385 *6) (-10 -7 (-6 -4510)))))) (-2242 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-4 *3 (-928 *5)) (-5 *2 (-711 *3)) (-5 *1 (-714 *5 *3 *6 *4)) (-4 *6 (-385 *3)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))))) (-3296 (*1 *2 *2 *3) (-12 (-4 *4 (-1133)) (-4 *2 (-928 *4)) (-5 *1 (-714 *4 *2 *5 *3)) (-4 *5 (-385 *2)) (-4 *3 (-13 (-385 *4) (-10 -7 (-6 -4510)))))) (-2853 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-4 *2 (-928 *5)) (-5 *1 (-714 *5 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))))) (-3604 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-4 *3 (-928 *5)) (-5 *2 (-1299 *3)) (-5 *1 (-714 *5 *3 *6 *4)) (-4 *6 (-385 *3)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))))))
+(-10 -7 (-15 -3604 ((-1299 |#2|) |#2| |#4|)) (-15 -2853 (|#2| |#3| |#4|)) (-15 -3296 (|#2| |#2| |#4|)) (-15 -2242 ((-711 |#2|) |#2| |#4|)) (-15 -3500 ((-711 |#2|) |#2| |#4| (-793))) (-15 -1832 ((-711 |#2|) |#3| |#4|)) (-15 -2542 ((-711 |#2|) |#3| |#4| (-793) (-793))))
+((-4179 (((-2 (|:| |num| (-711 |#1|)) (|:| |den| |#1|)) (-711 |#2|)) 20 T ELT)) (-1650 ((|#1| (-711 |#2|)) 9 T ELT)) (-4263 (((-711 |#1|) (-711 |#2|)) 18 T ELT)))
+(((-715 |#1| |#2|) (-10 -7 (-15 -1650 (|#1| (-711 |#2|))) (-15 -4263 ((-711 |#1|) (-711 |#2|))) (-15 -4179 ((-2 (|:| |num| (-711 |#1|)) (|:| |den| |#1|)) (-711 |#2|)))) (-571) (-1023 |#1|)) (T -715))
+((-4179 (*1 *2 *3) (-12 (-5 *3 (-711 *5)) (-4 *5 (-1023 *4)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |num| (-711 *4)) (|:| |den| *4))) (-5 *1 (-715 *4 *5)))) (-4263 (*1 *2 *3) (-12 (-5 *3 (-711 *5)) (-4 *5 (-1023 *4)) (-4 *4 (-571)) (-5 *2 (-711 *4)) (-5 *1 (-715 *4 *5)))) (-1650 (*1 *2 *3) (-12 (-5 *3 (-711 *4)) (-4 *4 (-1023 *2)) (-4 *2 (-571)) (-5 *1 (-715 *2 *4)))))
+(-10 -7 (-15 -1650 (|#1| (-711 |#2|))) (-15 -4263 ((-711 |#1|) (-711 |#2|))) (-15 -4179 ((-2 (|:| |num| (-711 |#1|)) (|:| |den| |#1|)) (-711 |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-3543 (((-711 (-721))) NIL T ELT) (((-711 (-721)) (-1299 $)) NIL T ELT)) (-2412 (((-721) $) NIL T ELT)) (-2267 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2111 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| (-721) (-363)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-721) (-319)) (|has| (-721) (-940))) ELT)) (-2624 (($ $) NIL (-2309 (-12 (|has| (-721) (-319)) (|has| (-721) (-940))) (|has| (-721) (-376))) ELT)) (-1903 (((-419 $) $) NIL (-2309 (-12 (|has| (-721) (-319)) (|has| (-721) (-940))) (|has| (-721) (-376))) ELT)) (-2563 (($ $) NIL (-12 (|has| (-721) (-1034)) (|has| (-721) (-1235))) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-721) (-319)) (|has| (-721) (-940))) ELT)) (-3255 (((-114) $ $) NIL (|has| (-721) (-319)) ELT)) (-2233 (((-793)) NIL (|has| (-721) (-381)) ELT)) (-2243 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2683 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2290 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2136 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-721) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-721) (-1070 (-421 (-560)))) ELT)) (-4072 (((-560) $) NIL T ELT) (((-721) $) NIL T ELT) (((-421 (-560)) $) NIL (|has| (-721) (-1070 (-421 (-560)))) ELT)) (-4402 (($ (-1299 (-721))) NIL T ELT) (($ (-1299 (-721)) (-1299 $)) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-721) (-363)) ELT)) (-3752 (($ $ $) NIL (|has| (-721) (-319)) ELT)) (-2385 (((-711 (-721)) $) NIL T ELT) (((-711 (-721)) $ (-1299 $)) NIL T ELT)) (-1470 (((-711 (-721)) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-721))) (|:| |vec| (-1299 (-721)))) (-711 $) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-721) (-660 (-560))) ELT) (((-711 (-560)) (-711 $)) NIL (|has| (-721) (-660 (-560))) ELT)) (-1995 (((-3 $ "failed") (-421 (-1203 (-721)))) NIL (|has| (-721) (-376)) ELT) (($ (-1203 (-721))) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2577 (((-721) $) 29 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) NIL (|has| (-721) (-559)) ELT)) (-2639 (((-114) $) NIL (|has| (-721) (-559)) ELT)) (-2799 (((-421 (-560)) $) NIL (|has| (-721) (-559)) ELT)) (-1486 (((-949)) NIL T ELT)) (-2150 (($) NIL (|has| (-721) (-381)) ELT)) (-3763 (($ $ $) NIL (|has| (-721) (-319)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| (-721) (-319)) ELT)) (-3396 (($) NIL (|has| (-721) (-363)) ELT)) (-4418 (((-114) $) NIL (|has| (-721) (-363)) ELT)) (-1789 (($ $) NIL (|has| (-721) (-363)) ELT) (($ $ (-793)) NIL (|has| (-721) (-363)) ELT)) (-2072 (((-114) $) NIL (-2309 (-12 (|has| (-721) (-319)) (|has| (-721) (-940))) (|has| (-721) (-376))) ELT)) (-1483 (((-2 (|:| |r| (-721)) (|:| |phi| (-721))) $) NIL (-12 (|has| (-721) (-1092)) (|has| (-721) (-1235))) ELT)) (-3157 (($) NIL (|has| (-721) (-1235)) ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| (-721) (-912 (-391))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| (-721) (-912 (-560))) ELT)) (-2918 (((-856 (-949)) $) NIL (|has| (-721) (-363)) ELT) (((-949) $) NIL (|has| (-721) (-363)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (-12 (|has| (-721) (-1034)) (|has| (-721) (-1235))) ELT)) (-2480 (((-721) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| (-721) (-363)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| (-721) (-319)) ELT)) (-4118 (((-1203 (-721)) $) NIL (|has| (-721) (-376)) ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-1793 (($ (-1 (-721) (-721)) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| (-721) (-381)) ELT)) (-3343 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-1984 (((-1203 (-721)) $) NIL T ELT)) (-2974 (((-711 (-721)) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-721))) (|:| |vec| (-1299 (-721)))) (-1299 $) $) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-721) (-660 (-560))) ELT) (((-711 (-560)) (-1299 $)) NIL (|has| (-721) (-660 (-560))) ELT)) (-3100 (($ (-663 $)) NIL (|has| (-721) (-319)) ELT) (($ $ $) NIL (|has| (-721) (-319)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| (-721) (-376)) ELT)) (-2689 (($) NIL (|has| (-721) (-363)) CONST)) (-2081 (($ (-949)) NIL (|has| (-721) (-381)) ELT)) (-2732 (($) NIL T ELT)) (-2588 (((-721) $) 31 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| (-721) (-319)) ELT)) (-3128 (($ (-663 $)) NIL (|has| (-721) (-319)) ELT) (($ $ $) NIL (|has| (-721) (-319)) ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| (-721) (-363)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-721) (-319)) (|has| (-721) (-940))) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-721) (-319)) (|has| (-721) (-940))) ELT)) (-2549 (((-419 $) $) NIL (-2309 (-12 (|has| (-721) (-319)) (|has| (-721) (-940))) (|has| (-721) (-376))) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-721) (-319)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| (-721) (-319)) ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT) (((-3 $ "failed") $ (-721)) NIL (|has| (-721) (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| (-721) (-319)) ELT)) (-2784 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-4265 (($ $ (-1209) (-721)) NIL (|has| (-721) (-528 (-1209) (-721))) ELT) (($ $ (-663 (-1209)) (-663 (-721))) NIL (|has| (-721) (-528 (-1209) (-721))) ELT) (($ $ (-663 (-305 (-721)))) NIL (|has| (-721) (-321 (-721))) ELT) (($ $ (-305 (-721))) NIL (|has| (-721) (-321 (-721))) ELT) (($ $ (-721) (-721)) NIL (|has| (-721) (-321 (-721))) ELT) (($ $ (-663 (-721)) (-663 (-721))) NIL (|has| (-721) (-321 (-721))) ELT)) (-3760 (((-793) $) NIL (|has| (-721) (-319)) ELT)) (-3034 (($ $ (-721)) NIL (|has| (-721) (-298 (-721) (-721))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| (-721) (-319)) ELT)) (-2810 (((-721)) NIL T ELT) (((-721) (-1299 $)) NIL T ELT)) (-2104 (((-3 (-793) "failed") $ $) NIL (|has| (-721) (-363)) ELT) (((-793) $) NIL (|has| (-721) (-363)) ELT)) (-2703 (($ $ (-1 (-721) (-721)) (-793)) NIL T ELT) (($ $ (-1 (-721) (-721))) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-721) (-376)) (|has| (-721) (-928 (-1209)))) (|has| (-721) (-930 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-721) (-376)) (|has| (-721) (-928 (-1209)))) (|has| (-721) (-930 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-721) (-376)) (|has| (-721) (-928 (-1209)))) (|has| (-721) (-930 (-1209)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-721) (-376)) (|has| (-721) (-928 (-1209)))) (|has| (-721) (-930 (-1209)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-721) (-240)) (|has| (-721) (-376))) (|has| (-721) (-239))) ELT) (($ $) NIL (-2309 (-12 (|has| (-721) (-240)) (|has| (-721) (-376))) (|has| (-721) (-239))) ELT)) (-3782 (((-711 (-721)) (-1299 $) (-1 (-721) (-721))) NIL (|has| (-721) (-376)) ELT)) (-2771 (((-1203 (-721))) NIL T ELT)) (-2304 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2149 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2011 (($) NIL (|has| (-721) (-363)) ELT)) (-2278 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2124 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2256 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2699 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-3084 (((-711 (-721)) (-1299 $)) NIL T ELT) (((-1299 (-721)) $) NIL T ELT) (((-711 (-721)) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 (-721)) $ (-1299 $)) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-721) (-633 (-549))) ELT) (((-171 (-229)) $) NIL (|has| (-721) (-1052)) ELT) (((-171 (-391)) $) NIL (|has| (-721) (-1052)) ELT) (((-916 (-391)) $) NIL (|has| (-721) (-633 (-916 (-391)))) ELT) (((-916 (-560)) $) NIL (|has| (-721) (-633 (-916 (-560)))) ELT) (($ (-1203 (-721))) NIL T ELT) (((-1203 (-721)) $) NIL T ELT) (($ (-1299 (-721))) NIL T ELT) (((-1299 (-721)) $) NIL T ELT)) (-3933 (($ $) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-2309 (-12 (|has| (-721) (-319)) (|has| $ (-147)) (|has| (-721) (-940))) (|has| (-721) (-363))) ELT)) (-4437 (($ (-721) (-721)) 12 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-721)) NIL T ELT) (($ (-171 (-391))) 13 T ELT) (($ (-171 (-560))) 19 T ELT) (($ (-171 (-721))) 28 T ELT) (($ (-171 (-723))) 25 T ELT) (((-171 (-391)) $) 33 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| (-721) (-1070 (-421 (-560)))) (|has| (-721) (-376))) ELT)) (-1633 (($ $) NIL (|has| (-721) (-363)) ELT) (((-713 $) $) NIL (-2309 (-12 (|has| (-721) (-319)) (|has| $ (-147)) (|has| (-721) (-940))) (|has| (-721) (-147))) ELT)) (-4286 (((-1203 (-721)) $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT)) (-2345 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2188 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2163 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2370 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2214 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2293 (((-721) $) NIL (|has| (-721) (-1235)) ELT)) (-2254 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2228 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2356 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2201 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2330 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-2175 (($ $) NIL (|has| (-721) (-1235)) ELT)) (-1958 (($ $) NIL (|has| (-721) (-1092)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 (-721) (-721)) (-793)) NIL T ELT) (($ $ (-1 (-721) (-721))) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-721) (-376)) (|has| (-721) (-928 (-1209)))) (|has| (-721) (-930 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-721) (-376)) (|has| (-721) (-928 (-1209)))) (|has| (-721) (-930 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-721) (-376)) (|has| (-721) (-928 (-1209)))) (|has| (-721) (-930 (-1209)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-721) (-376)) (|has| (-721) (-928 (-1209)))) (|has| (-721) (-930 (-1209)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-721) (-240)) (|has| (-721) (-376))) (|has| (-721) (-239))) ELT) (($ $) NIL (-2309 (-12 (|has| (-721) (-240)) (|has| (-721) (-376))) (|has| (-721) (-239))) ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL (|has| (-721) (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ $) NIL (|has| (-721) (-1235)) ELT) (($ $ (-421 (-560))) NIL (-12 (|has| (-721) (-1034)) (|has| (-721) (-1235))) ELT) (($ $ (-560)) NIL (|has| (-721) (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-721) $) NIL T ELT) (($ $ (-721)) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| (-721) (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| (-721) (-376)) ELT)))
+(((-716) (-13 (-401) (-168 (-721)) (-10 -8 (-15 -3834 ($ (-171 (-391)))) (-15 -3834 ($ (-171 (-560)))) (-15 -3834 ($ (-171 (-721)))) (-15 -3834 ($ (-171 (-723)))) (-15 -3834 ((-171 (-391)) $))))) (T -716))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-171 (-391))) (-5 *1 (-716)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-171 (-560))) (-5 *1 (-716)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-171 (-721))) (-5 *1 (-716)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-171 (-723))) (-5 *1 (-716)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-171 (-391))) (-5 *1 (-716)))))
+(-13 (-401) (-168 (-721)) (-10 -8 (-15 -3834 ($ (-171 (-391)))) (-15 -3834 ($ (-171 (-560)))) (-15 -3834 ($ (-171 (-721)))) (-15 -3834 ($ (-171 (-723)))) (-15 -3834 ((-171 (-391)) $))))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4174 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-1536 (($ $) 69 T ELT)) (-4154 (($ $) 65 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ |#1| $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3513 (($ |#1| $) 64 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT) (($ |#1| $ (-793)) 70 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-4358 (((-663 (-2 (|:| -3529 |#1|) (|:| -1485 (-793)))) $) 68 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 57 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-717 |#1|) (-142) (-1133)) (T -717))
+((-3549 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-717 *2)) (-4 *2 (-1133)))) (-1536 (*1 *1 *1) (-12 (-4 *1 (-717 *2)) (-4 *2 (-1133)))) (-4358 (*1 *2 *1) (-12 (-4 *1 (-717 *3)) (-4 *3 (-1133)) (-5 *2 (-663 (-2 (|:| -3529 *3) (|:| -1485 (-793))))))))
+(-13 (-242 |t#1|) (-10 -8 (-15 -3549 ($ |t#1| $ (-793))) (-15 -1536 ($ $)) (-15 -4358 ((-663 (-2 (|:| -3529 |t#1|) (|:| -1485 (-793)))) $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-2705 (((-663 |#1|) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))) (-560)) 65 T ELT)) (-4088 ((|#1| |#1| (-560)) 62 T ELT)) (-3128 ((|#1| |#1| |#1| (-560)) 46 T ELT)) (-2549 (((-663 |#1|) |#1| (-560)) 49 T ELT)) (-3148 ((|#1| |#1| (-560) |#1| (-560)) 40 T ELT)) (-3098 (((-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))) |#1| (-560)) 61 T ELT)))
+(((-718 |#1|) (-10 -7 (-15 -3128 (|#1| |#1| |#1| (-560))) (-15 -4088 (|#1| |#1| (-560))) (-15 -2549 ((-663 |#1|) |#1| (-560))) (-15 -3098 ((-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))) |#1| (-560))) (-15 -2705 ((-663 |#1|) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))) (-560))) (-15 -3148 (|#1| |#1| (-560) |#1| (-560)))) (-1275 (-560))) (T -718))
+((-3148 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1275 *3)))) (-2705 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| -2549 *5) (|:| -4144 (-560))))) (-5 *4 (-560)) (-4 *5 (-1275 *4)) (-5 *2 (-663 *5)) (-5 *1 (-718 *5)))) (-3098 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-5 *2 (-663 (-2 (|:| -2549 *3) (|:| -4144 *4)))) (-5 *1 (-718 *3)) (-4 *3 (-1275 *4)))) (-2549 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-5 *2 (-663 *3)) (-5 *1 (-718 *3)) (-4 *3 (-1275 *4)))) (-4088 (*1 *2 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1275 *3)))) (-3128 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1275 *3)))))
+(-10 -7 (-15 -3128 (|#1| |#1| |#1| (-560))) (-15 -4088 (|#1| |#1| (-560))) (-15 -2549 ((-663 |#1|) |#1| (-560))) (-15 -3098 ((-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))) |#1| (-560))) (-15 -2705 ((-663 |#1|) (-663 (-2 (|:| -2549 |#1|) (|:| -4144 (-560)))) (-560))) (-15 -3148 (|#1| |#1| (-560) |#1| (-560))))
+((-3436 (((-1 (-973 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229) (-229))) 17 T ELT)) (-1679 (((-1165 (-229)) (-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-663 (-270))) 53 T ELT) (((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-663 (-270))) 55 T ELT) (((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1121 (-229)) (-1121 (-229)) (-663 (-270))) 57 T ELT)) (-2860 (((-1165 (-229)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-663 (-270))) NIL T ELT)) (-4010 (((-1165 (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1121 (-229)) (-1121 (-229)) (-663 (-270))) 58 T ELT)))
+(((-719) (-10 -7 (-15 -1679 ((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1121 (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -1679 ((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -1679 ((-1165 (-229)) (-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -4010 ((-1165 (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1121 (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -2860 ((-1165 (-229)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -3436 ((-1 (-973 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229) (-229)))))) (T -719))
+((-3436 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1 (-229) (-229) (-229) (-229))) (-5 *2 (-1 (-973 (-229)) (-229) (-229))) (-5 *1 (-719)))) (-2860 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229))) (-5 *5 (-1121 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-719)))) (-4010 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-3 (-1 (-229) (-229) (-229) (-229)) "undefined")) (-5 *5 (-1121 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-719)))) (-1679 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1165 (-229))) (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-229))) (-5 *5 (-663 (-270))) (-5 *1 (-719)))) (-1679 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-229))) (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-719)))) (-1679 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-3 (-1 (-229) (-229) (-229) (-229)) "undefined")) (-5 *5 (-1121 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-719)))))
+(-10 -7 (-15 -1679 ((-1165 (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1121 (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -1679 ((-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -1679 ((-1165 (-229)) (-1165 (-229)) (-1 (-973 (-229)) (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -4010 ((-1165 (-229)) (-1 (-229) (-229) (-229)) (-3 (-1 (-229) (-229) (-229) (-229)) "undefined") (-1121 (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -2860 ((-1165 (-229)) (-326 (-560)) (-326 (-560)) (-326 (-560)) (-1 (-229) (-229)) (-1121 (-229)) (-663 (-270)))) (-15 -3436 ((-1 (-973 (-229)) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229)) (-1 (-229) (-229) (-229) (-229)))))
+((-2549 (((-419 (-1203 |#4|)) (-1203 |#4|)) 86 T ELT) (((-419 |#4|) |#4|) 266 T ELT)))
+(((-720 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2549 ((-419 |#4|) |#4|)) (-15 -2549 ((-419 (-1203 |#4|)) (-1203 |#4|)))) (-872) (-817) (-363) (-980 |#3| |#2| |#1|)) (T -720))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-363)) (-4 *7 (-980 *6 *5 *4)) (-5 *2 (-419 (-1203 *7))) (-5 *1 (-720 *4 *5 *6 *7)) (-5 *3 (-1203 *7)))) (-2549 (*1 *2 *3) (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-720 *4 *5 *6 *3)) (-4 *3 (-980 *6 *5 *4)))))
+(-10 -7 (-15 -2549 ((-419 |#4|) |#4|)) (-15 -2549 ((-419 (-1203 |#4|)) (-1203 |#4|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 97 T ELT)) (-1573 (((-560) $) 34 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1852 (($ $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2563 (($ $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2942 (($ $) NIL T ELT)) (-4142 (((-3 (-560) "failed") $) 85 T ELT) (((-3 (-421 (-560)) "failed") $) 28 T ELT) (((-3 (-391) "failed") $) 82 T ELT)) (-4072 (((-560) $) 87 T ELT) (((-421 (-560)) $) 79 T ELT) (((-391) $) 80 T ELT)) (-3752 (($ $ $) 109 T ELT)) (-2167 (((-3 $ "failed") $) 100 T ELT)) (-3763 (($ $ $) 108 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-3668 (((-949)) 89 T ELT) (((-949) (-949)) 88 T ELT)) (-1366 (((-114) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL T ELT)) (-2918 (((-560) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL T ELT)) (-2480 (($ $) NIL T ELT)) (-1501 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3113 (((-560) (-560)) 94 T ELT) (((-560)) 95 T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL (-12 (-2912 (|has| $ (-6 -4493))) (-2912 (|has| $ (-6 -4501)))) ELT)) (-1552 (((-560) (-560)) 92 T ELT) (((-560)) 93 T ELT)) (-3934 (($ $ $) NIL T ELT) (($) NIL (-12 (-2912 (|has| $ (-6 -4493))) (-2912 (|has| $ (-6 -4501)))) ELT)) (-3919 (((-560) $) 17 T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 104 T ELT)) (-1893 (((-949) (-560)) NIL (|has| $ (-6 -4501)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL T ELT)) (-1770 (($ $) NIL T ELT)) (-2692 (($ (-560) (-560)) NIL T ELT) (($ (-560) (-560) (-949)) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) 105 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2909 (((-560) $) 24 T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 107 T ELT)) (-3350 (((-949)) NIL T ELT) (((-949) (-949)) NIL (|has| $ (-6 -4501)) ELT)) (-1595 (((-949) (-560)) NIL (|has| $ (-6 -4501)) ELT)) (-1830 (((-391) $) NIL T ELT) (((-229) $) NIL T ELT) (((-916 (-391)) $) NIL T ELT)) (-3834 (((-888) $) 63 T ELT) (($ (-560)) 75 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 78 T ELT) (($ (-560)) 75 T ELT) (($ (-421 (-560))) 78 T ELT) (($ (-391)) 72 T ELT) (((-391) $) 61 T ELT) (($ (-723)) 66 T ELT)) (-3103 (((-793)) 119 T CONST)) (-4407 (($ (-560) (-560) (-949)) 54 T ELT)) (-3887 (($ $) NIL T ELT)) (-2036 (((-949)) NIL T ELT) (((-949) (-949)) NIL (|has| $ (-6 -4501)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (((-949)) 91 T ELT) (((-949) (-949)) 90 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL T ELT)) (-2971 (($) 37 T CONST)) (-2983 (($) 18 T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 96 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 118 T ELT)) (-2594 (($ $ $) 77 T ELT)) (-2581 (($ $) 115 T ELT) (($ $ $) 116 T ELT)) (-2571 (($ $ $) 114 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ $ (-421 (-560))) 103 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 110 T ELT) (($ $ $) 101 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
+(((-721) (-13 (-418) (-401) (-376) (-1070 (-391)) (-1070 (-421 (-560))) (-149) (-10 -8 (-15 -3668 ((-949) (-949))) (-15 -3668 ((-949))) (-15 -3318 ((-949) (-949))) (-15 -1552 ((-560) (-560))) (-15 -1552 ((-560))) (-15 -3113 ((-560) (-560))) (-15 -3113 ((-560))) (-15 -3834 ((-391) $)) (-15 -3834 ($ (-723))) (-15 -3919 ((-560) $)) (-15 -2909 ((-560) $)) (-15 -4407 ($ (-560) (-560) (-949)))))) (T -721))
+((-2909 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-3919 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-3668 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-721)))) (-3668 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-721)))) (-3318 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-721)))) (-1552 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-1552 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-3113 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-3113 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-391)) (-5 *1 (-721)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-723)) (-5 *1 (-721)))) (-4407 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-949)) (-5 *1 (-721)))))
+(-13 (-418) (-401) (-376) (-1070 (-391)) (-1070 (-421 (-560))) (-149) (-10 -8 (-15 -3668 ((-949) (-949))) (-15 -3668 ((-949))) (-15 -3318 ((-949) (-949))) (-15 -1552 ((-560) (-560))) (-15 -1552 ((-560))) (-15 -3113 ((-560) (-560))) (-15 -3113 ((-560))) (-15 -3834 ((-391) $)) (-15 -3834 ($ (-723))) (-15 -3919 ((-560) $)) (-15 -2909 ((-560) $)) (-15 -4407 ($ (-560) (-560) (-949)))))
+((-2919 (((-711 |#1|) (-711 |#1|) |#1| |#1|) 85 T ELT)) (-4350 (((-711 |#1|) (-711 |#1|) |#1|) 66 T ELT)) (-3902 (((-711 |#1|) (-711 |#1|) |#1|) 86 T ELT)) (-2546 (((-711 |#1|) (-711 |#1|)) 67 T ELT)) (-2759 (((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|) 84 T ELT)))
+(((-722 |#1|) (-10 -7 (-15 -2546 ((-711 |#1|) (-711 |#1|))) (-15 -4350 ((-711 |#1|) (-711 |#1|) |#1|)) (-15 -3902 ((-711 |#1|) (-711 |#1|) |#1|)) (-15 -2919 ((-711 |#1|) (-711 |#1|) |#1| |#1|)) (-15 -2759 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|))) (-319)) (T -722))
+((-2759 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-722 *3)) (-4 *3 (-319)))) (-2919 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))) (-3902 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))) (-4350 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))) (-2546 (*1 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))))
+(-10 -7 (-15 -2546 ((-711 |#1|) (-711 |#1|))) (-15 -4350 ((-711 |#1|) (-711 |#1|) |#1|)) (-15 -3902 ((-711 |#1|) (-711 |#1|) |#1|)) (-15 -2919 ((-711 |#1|) (-711 |#1|) |#1| |#1|)) (-15 -2759 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-3531 (($ $ $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3090 (($ $ $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL T ELT)) (-3297 (($ $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) 31 T ELT)) (-4072 (((-560) $) 29 T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-2639 (((-114) $) NIL T ELT)) (-2799 (((-421 (-560)) $) NIL T ELT)) (-2150 (($ $) NIL T ELT) (($) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-4109 (($ $ $ $) NIL T ELT)) (-1362 (($ $ $) NIL T ELT)) (-1366 (((-114) $) NIL T ELT)) (-3266 (($ $ $) NIL T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1602 (((-114) $) NIL T ELT)) (-3851 (((-713 $) $) NIL T ELT)) (-1501 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2861 (($ $ $ $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-4468 (((-949) (-949)) 10 T ELT) (((-949)) 9 T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3700 (($ $) NIL T ELT)) (-3970 (($ $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT)) (-3100 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3987 (($ $ $) NIL T ELT)) (-2689 (($) NIL T CONST)) (-3169 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3070 (($ $) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4367 (((-114) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-4186 (($ $) NIL T ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-229) $) NIL T ELT) (((-391) $) NIL T ELT) (((-916 (-560)) $) NIL T ELT) (((-549) $) NIL T ELT) (((-560) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) 28 T ELT) (($ $) NIL T ELT) (($ (-560)) 28 T ELT) (((-326 $) (-326 (-560))) 18 T ELT)) (-3103 (((-793)) NIL T CONST)) (-1500 (((-114) $ $) NIL T ELT)) (-1441 (($ $ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (($) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4355 (($ $ $ $) NIL T ELT)) (-1958 (($ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-723) (-13 (-401) (-559) (-10 -8 (-15 -4468 ((-949) (-949))) (-15 -4468 ((-949))) (-15 -3834 ((-326 $) (-326 (-560))))))) (T -723))
+((-4468 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-723)))) (-4468 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-723)))) (-3834 (*1 *2 *3) (-12 (-5 *3 (-326 (-560))) (-5 *2 (-326 (-723))) (-5 *1 (-723)))))
+(-13 (-401) (-559) (-10 -8 (-15 -4468 ((-949) (-949))) (-15 -4468 ((-949))) (-15 -3834 ((-326 $) (-326 (-560))))))
+((-2445 (((-1 |#4| |#2| |#3|) |#1| (-1209) (-1209)) 19 T ELT)) (-3064 (((-1 |#4| |#2| |#3|) (-1209)) 12 T ELT)))
+(((-724 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3064 ((-1 |#4| |#2| |#3|) (-1209))) (-15 -2445 ((-1 |#4| |#2| |#3|) |#1| (-1209) (-1209)))) (-633 (-549)) (-1249) (-1249) (-1249)) (T -724))
+((-2445 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1209)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-724 *3 *5 *6 *7)) (-4 *3 (-633 (-549))) (-4 *5 (-1249)) (-4 *6 (-1249)) (-4 *7 (-1249)))) (-3064 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-724 *4 *5 *6 *7)) (-4 *4 (-633 (-549))) (-4 *5 (-1249)) (-4 *6 (-1249)) (-4 *7 (-1249)))))
+(-10 -7 (-15 -3064 ((-1 |#4| |#2| |#3|) (-1209))) (-15 -2445 ((-1 |#4| |#2| |#3|) |#1| (-1209) (-1209))))
+((-2789 (((-1 (-229) (-229) (-229)) |#1| (-1209) (-1209)) 43 T ELT) (((-1 (-229) (-229)) |#1| (-1209)) 48 T ELT)))
+(((-725 |#1|) (-10 -7 (-15 -2789 ((-1 (-229) (-229)) |#1| (-1209))) (-15 -2789 ((-1 (-229) (-229) (-229)) |#1| (-1209) (-1209)))) (-633 (-549))) (T -725))
+((-2789 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1209)) (-5 *2 (-1 (-229) (-229) (-229))) (-5 *1 (-725 *3)) (-4 *3 (-633 (-549))))) (-2789 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-5 *2 (-1 (-229) (-229))) (-5 *1 (-725 *3)) (-4 *3 (-633 (-549))))))
+(-10 -7 (-15 -2789 ((-1 (-229) (-229)) |#1| (-1209))) (-15 -2789 ((-1 (-229) (-229) (-229)) |#1| (-1209) (-1209))))
+((-2988 (((-1209) |#1| (-1209) (-663 (-1209))) 10 T ELT) (((-1209) |#1| (-1209) (-1209) (-1209)) 13 T ELT) (((-1209) |#1| (-1209) (-1209)) 12 T ELT) (((-1209) |#1| (-1209)) 11 T ELT)))
+(((-726 |#1|) (-10 -7 (-15 -2988 ((-1209) |#1| (-1209))) (-15 -2988 ((-1209) |#1| (-1209) (-1209))) (-15 -2988 ((-1209) |#1| (-1209) (-1209) (-1209))) (-15 -2988 ((-1209) |#1| (-1209) (-663 (-1209))))) (-633 (-549))) (T -726))
+((-2988 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-663 (-1209))) (-5 *2 (-1209)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549))))) (-2988 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549))))) (-2988 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549))))) (-2988 (*1 *2 *3 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549))))))
+(-10 -7 (-15 -2988 ((-1209) |#1| (-1209))) (-15 -2988 ((-1209) |#1| (-1209) (-1209))) (-15 -2988 ((-1209) |#1| (-1209) (-1209) (-1209))) (-15 -2988 ((-1209) |#1| (-1209) (-663 (-1209)))))
+((-4420 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9 T ELT)))
+(((-727 |#1| |#2|) (-10 -7 (-15 -4420 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1249) (-1249)) (T -727))
+((-4420 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-727 *3 *4)) (-4 *3 (-1249)) (-4 *4 (-1249)))))
+(-10 -7 (-15 -4420 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
+((-2045 (((-1 |#3| |#2|) (-1209)) 11 T ELT)) (-2445 (((-1 |#3| |#2|) |#1| (-1209)) 21 T ELT)))
+(((-728 |#1| |#2| |#3|) (-10 -7 (-15 -2045 ((-1 |#3| |#2|) (-1209))) (-15 -2445 ((-1 |#3| |#2|) |#1| (-1209)))) (-633 (-549)) (-1249) (-1249)) (T -728))
+((-2445 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-5 *2 (-1 *6 *5)) (-5 *1 (-728 *3 *5 *6)) (-4 *3 (-633 (-549))) (-4 *5 (-1249)) (-4 *6 (-1249)))) (-2045 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1 *6 *5)) (-5 *1 (-728 *4 *5 *6)) (-4 *4 (-633 (-549))) (-4 *5 (-1249)) (-4 *6 (-1249)))))
+(-10 -7 (-15 -2045 ((-1 |#3| |#2|) (-1209))) (-15 -2445 ((-1 |#3| |#2|) |#1| (-1209))))
+((-2274 (((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 (-1203 |#4|)) (-663 |#3|) (-663 |#4|) (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| |#4|)))) (-663 (-793)) (-1299 (-663 (-1203 |#3|))) |#3|) 92 T ELT)) (-2698 (((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 (-1203 |#3|)) (-663 |#3|) (-663 |#4|) (-663 (-793)) |#3|) 110 T ELT)) (-2446 (((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 |#3|) (-663 (-793)) (-663 (-1203 |#4|)) (-1299 (-663 (-1203 |#3|))) |#3|) 47 T ELT)))
+(((-729 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2446 ((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 |#3|) (-663 (-793)) (-663 (-1203 |#4|)) (-1299 (-663 (-1203 |#3|))) |#3|)) (-15 -2698 ((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 (-1203 |#3|)) (-663 |#3|) (-663 |#4|) (-663 (-793)) |#3|)) (-15 -2274 ((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 (-1203 |#4|)) (-663 |#3|) (-663 |#4|) (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| |#4|)))) (-663 (-793)) (-1299 (-663 (-1203 |#3|))) |#3|))) (-817) (-872) (-319) (-980 |#3| |#1| |#2|)) (T -729))
+((-2274 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-663 (-1203 *13))) (-5 *3 (-1203 *13)) (-5 *4 (-663 *12)) (-5 *5 (-663 *10)) (-5 *6 (-663 *13)) (-5 *7 (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| *13))))) (-5 *8 (-663 (-793))) (-5 *9 (-1299 (-663 (-1203 *10)))) (-4 *12 (-872)) (-4 *10 (-319)) (-4 *13 (-980 *10 *11 *12)) (-4 *11 (-817)) (-5 *1 (-729 *11 *12 *10 *13)))) (-2698 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-663 *11)) (-5 *5 (-663 (-1203 *9))) (-5 *6 (-663 *9)) (-5 *7 (-663 *12)) (-5 *8 (-663 (-793))) (-4 *11 (-872)) (-4 *9 (-319)) (-4 *12 (-980 *9 *10 *11)) (-4 *10 (-817)) (-5 *2 (-663 (-1203 *12))) (-5 *1 (-729 *10 *11 *9 *12)) (-5 *3 (-1203 *12)))) (-2446 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-663 (-1203 *11))) (-5 *3 (-1203 *11)) (-5 *4 (-663 *10)) (-5 *5 (-663 *8)) (-5 *6 (-663 (-793))) (-5 *7 (-1299 (-663 (-1203 *8)))) (-4 *10 (-872)) (-4 *8 (-319)) (-4 *11 (-980 *8 *9 *10)) (-4 *9 (-817)) (-5 *1 (-729 *9 *10 *8 *11)))))
+(-10 -7 (-15 -2446 ((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 |#3|) (-663 (-793)) (-663 (-1203 |#4|)) (-1299 (-663 (-1203 |#3|))) |#3|)) (-15 -2698 ((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 (-1203 |#3|)) (-663 |#3|) (-663 |#4|) (-663 (-793)) |#3|)) (-15 -2274 ((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-663 |#2|) (-663 (-1203 |#4|)) (-663 |#3|) (-663 |#4|) (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| |#4|)))) (-663 (-793)) (-1299 (-663 (-1203 |#3|))) |#3|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4328 (($ $) 53 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2682 (($ |#1| (-793)) 51 T ELT)) (-3654 (((-793) $) 55 T ELT)) (-4307 ((|#1| $) 54 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4144 (((-793) $) 56 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 50 (|has| |#1| (-175)) ELT)) (-3580 ((|#1| $ (-793)) 52 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 58 T ELT) (($ |#1| $) 57 T ELT)))
+(((-730 |#1|) (-142) (-1081)) (T -730))
+((-4144 (*1 *2 *1) (-12 (-4 *1 (-730 *3)) (-4 *3 (-1081)) (-5 *2 (-793)))) (-3654 (*1 *2 *1) (-12 (-4 *1 (-730 *3)) (-4 *3 (-1081)) (-5 *2 (-793)))) (-4307 (*1 *2 *1) (-12 (-4 *1 (-730 *2)) (-4 *2 (-1081)))) (-4328 (*1 *1 *1) (-12 (-4 *1 (-730 *2)) (-4 *2 (-1081)))) (-3580 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-730 *2)) (-4 *2 (-1081)))) (-2682 (*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-730 *2)) (-4 *2 (-1081)))))
+(-13 (-1081) (-111 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-175)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -4144 ((-793) $)) (-15 -3654 ((-793) $)) (-15 -4307 (|t#1| $)) (-15 -4328 ($ $)) (-15 -3580 (|t#1| $ (-793))) (-15 -2682 ($ |t#1| (-793)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-175)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-748) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-1793 ((|#6| (-1 |#4| |#1|) |#3|) 23 T ELT)))
+(((-731 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1793 (|#6| (-1 |#4| |#1|) |#3|))) (-571) (-1275 |#1|) (-1275 (-421 |#2|)) (-571) (-1275 |#4|) (-1275 (-421 |#5|))) (T -731))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-571)) (-4 *7 (-571)) (-4 *6 (-1275 *5)) (-4 *2 (-1275 (-421 *8))) (-5 *1 (-731 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1275 (-421 *6))) (-4 *8 (-1275 *7)))))
+(-10 -7 (-15 -1793 (|#6| (-1 |#4| |#1|) |#3|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2951 (((-1191) (-888)) 38 T ELT)) (-3420 (((-1305) (-1191)) 31 T ELT)) (-3761 (((-1191) (-888)) 28 T ELT)) (-2989 (((-1191) (-888)) 29 T ELT)) (-3834 (((-888) $) NIL T ELT) (((-1191) (-888)) 27 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-732) (-13 (-1133) (-10 -7 (-15 -3834 ((-1191) (-888))) (-15 -3761 ((-1191) (-888))) (-15 -2989 ((-1191) (-888))) (-15 -2951 ((-1191) (-888))) (-15 -3420 ((-1305) (-1191)))))) (T -732))
+((-3834 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1191)) (-5 *1 (-732)))) (-3761 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1191)) (-5 *1 (-732)))) (-2989 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1191)) (-5 *1 (-732)))) (-2951 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1191)) (-5 *1 (-732)))) (-3420 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-732)))))
+(-13 (-1133) (-10 -7 (-15 -3834 ((-1191) (-888))) (-15 -3761 ((-1191) (-888))) (-15 -2989 ((-1191) (-888))) (-15 -2951 ((-1191) (-888))) (-15 -3420 ((-1305) (-1191)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3752 (($ $ $) NIL T ELT)) (-1995 (($ |#1| |#2|) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3043 ((|#2| $) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3458 (((-3 $ "failed") $ $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) ((|#1| $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
+(((-733 |#1| |#2| |#3| |#4| |#5|) (-13 (-376) (-10 -8 (-15 -3043 (|#2| $)) (-15 -3834 (|#1| $)) (-15 -1995 ($ |#1| |#2|)) (-15 -3458 ((-3 $ "failed") $ $)))) (-175) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -733))
+((-3043 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-733 *3 *2 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3834 (*1 *2 *1) (-12 (-4 *2 (-175)) (-5 *1 (-733 *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)))) (-1995 (*1 *1 *2 *3) (-12 (-5 *1 (-733 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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)))) (-3458 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-733 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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 (-376) (-10 -8 (-15 -3043 (|#2| $)) (-15 -3834 (|#1| $)) (-15 -1995 ($ |#1| |#2|)) (-15 -3458 ((-3 $ "failed") $ $))))
+((-3808 (((-114) $ $) 87 T ELT)) (-3136 (((-114) $) 36 T ELT)) (-3868 (((-1299 |#1|) $ (-793)) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-4383 (($ (-1203 |#1|)) NIL T ELT)) (-2517 (((-1203 $) $ (-1114)) NIL T ELT) (((-1203 |#1|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1114))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2332 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2233 (((-793)) 54 (|has| |#1| (-381)) ELT)) (-1356 (($ $ (-793)) NIL T ELT)) (-4132 (($ $ (-793)) NIL T ELT)) (-2112 ((|#2| |#2|) 50 T ELT)) (-3490 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-466)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-1114) "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-1114) $) NIL T ELT)) (-3273 (($ $ $ (-1114)) NIL (|has| |#1| (-175)) ELT) ((|#1| $ $) NIL (|has| |#1| (-175)) ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) 40 T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-1995 (($ |#2|) 48 T ELT)) (-2167 (((-3 $ "failed") $) 98 T ELT)) (-2150 (($) 58 (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1634 (($ $ $) NIL T ELT)) (-3463 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-4397 (((-2 (|:| -3265 |#1|) (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1114)) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-3225 (((-988 $)) 89 T ELT)) (-4240 (($ $ |#1| (-793) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-1114) (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-1114) (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-2918 (((-793) $ $) NIL (|has| |#1| (-571)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-1184)) ELT)) (-2700 (($ (-1203 |#1|) (-1114)) NIL T ELT) (($ (-1203 $) (-1114)) NIL T ELT)) (-2842 (($ $ (-793)) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) 85 T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-1114)) NIL T ELT) (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3043 ((|#2|) 51 T ELT)) (-3654 (((-793) $) NIL T ELT) (((-793) $ (-1114)) NIL T ELT) (((-663 (-793)) $ (-663 (-1114))) NIL T ELT)) (-3097 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1923 (((-1203 |#1|) $) NIL T ELT)) (-3311 (((-3 (-1114) "failed") $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#1| (-381)) ELT)) (-1984 ((|#2| $) 47 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) 34 T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2177 (((-2 (|:| -3132 $) (|:| -4029 $)) $ (-793)) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-1114)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2689 (($) NIL (|has| |#1| (-1184)) CONST)) (-2081 (($ (-949)) NIL (|has| |#1| (-381)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-1461 (($ $) 88 (|has| |#1| (-363)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-940)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 97 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1114) |#1|) NIL T ELT) (($ $ (-663 (-1114)) (-663 |#1|)) NIL T ELT) (($ $ (-1114) $) NIL T ELT) (($ $ (-663 (-1114)) (-663 $)) NIL T ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ |#1|) NIL T ELT) (($ $ $) NIL T ELT) (((-421 $) (-421 $) (-421 $)) NIL (|has| |#1| (-571)) ELT) ((|#1| (-421 $) |#1|) NIL (|has| |#1| (-376)) ELT) (((-421 $) $ (-421 $)) NIL (|has| |#1| (-571)) ELT)) (-3731 (((-3 $ "failed") $ (-793)) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 99 (|has| |#1| (-376)) ELT)) (-2810 (($ $ (-1114)) NIL (|has| |#1| (-175)) ELT) ((|#1| $) NIL (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-4144 (((-793) $) 38 T ELT) (((-793) $ (-1114)) NIL T ELT) (((-663 (-793)) $ (-663 (-1114))) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-1114) (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-1114) (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1114) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1114)) NIL (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3712 (((-988 $)) 42 T ELT)) (-1881 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) NIL (|has| |#1| (-571)) ELT)) (-3834 (((-888) $) 68 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 65 T ELT) (($ (-1114)) NIL T ELT) (($ |#2|) 75 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-793)) 70 T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) 25 T CONST)) (-1626 (((-1299 |#1|) $) 83 T ELT)) (-1571 (($ (-1299 |#1|)) 57 T ELT)) (-2983 (($) 8 T CONST)) (-3095 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-4032 (((-1299 |#1|) $) NIL T ELT)) (-2478 (((-114) $ $) 76 T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) 79 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 39 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 93 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 64 T ELT) (($ $ $) 82 T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 62 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-734 |#1| |#2|) (-13 (-1275 |#1|) (-635 |#2|) (-10 -8 (-15 -2112 (|#2| |#2|)) (-15 -3043 (|#2|)) (-15 -1995 ($ |#2|)) (-15 -1984 (|#2| $)) (-15 -1626 ((-1299 |#1|) $)) (-15 -1571 ($ (-1299 |#1|))) (-15 -4032 ((-1299 |#1|) $)) (-15 -3225 ((-988 $))) (-15 -3712 ((-988 $))) (IF (|has| |#1| (-363)) (-15 -1461 ($ $)) |%noBranch|) (IF (|has| |#1| (-381)) (-6 (-381)) |%noBranch|))) (-1081) (-1275 |#1|)) (T -734))
+((-2112 (*1 *2 *2) (-12 (-4 *3 (-1081)) (-5 *1 (-734 *3 *2)) (-4 *2 (-1275 *3)))) (-3043 (*1 *2) (-12 (-4 *2 (-1275 *3)) (-5 *1 (-734 *3 *2)) (-4 *3 (-1081)))) (-1995 (*1 *1 *2) (-12 (-4 *3 (-1081)) (-5 *1 (-734 *3 *2)) (-4 *2 (-1275 *3)))) (-1984 (*1 *2 *1) (-12 (-4 *2 (-1275 *3)) (-5 *1 (-734 *3 *2)) (-4 *3 (-1081)))) (-1626 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-5 *2 (-1299 *3)) (-5 *1 (-734 *3 *4)) (-4 *4 (-1275 *3)))) (-1571 (*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-1081)) (-5 *1 (-734 *3 *4)) (-4 *4 (-1275 *3)))) (-4032 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-5 *2 (-1299 *3)) (-5 *1 (-734 *3 *4)) (-4 *4 (-1275 *3)))) (-3225 (*1 *2) (-12 (-4 *3 (-1081)) (-5 *2 (-988 (-734 *3 *4))) (-5 *1 (-734 *3 *4)) (-4 *4 (-1275 *3)))) (-3712 (*1 *2) (-12 (-4 *3 (-1081)) (-5 *2 (-988 (-734 *3 *4))) (-5 *1 (-734 *3 *4)) (-4 *4 (-1275 *3)))) (-1461 (*1 *1 *1) (-12 (-4 *2 (-363)) (-4 *2 (-1081)) (-5 *1 (-734 *2 *3)) (-4 *3 (-1275 *2)))))
+(-13 (-1275 |#1|) (-635 |#2|) (-10 -8 (-15 -2112 (|#2| |#2|)) (-15 -3043 (|#2|)) (-15 -1995 ($ |#2|)) (-15 -1984 (|#2| $)) (-15 -1626 ((-1299 |#1|) $)) (-15 -1571 ($ (-1299 |#1|))) (-15 -4032 ((-1299 |#1|) $)) (-15 -3225 ((-988 $))) (-15 -3712 ((-988 $))) (IF (|has| |#1| (-363)) (-15 -1461 ($ $)) |%noBranch|) (IF (|has| |#1| (-381)) (-6 (-381)) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 ((|#1| $) 13 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2909 ((|#2| $) 12 T ELT)) (-3845 (($ |#1| |#2|) 16 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-2 (|:| -2081 |#1|) (|:| -2909 |#2|))) 15 T ELT) (((-2 (|:| -2081 |#1|) (|:| -2909 |#2|)) $) 14 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 11 T ELT)))
+(((-735 |#1| |#2| |#3|) (-13 (-872) (-504 (-2 (|:| -2081 |#1|) (|:| -2909 |#2|))) (-10 -8 (-15 -2909 (|#2| $)) (-15 -2081 (|#1| $)) (-15 -3845 ($ |#1| |#2|)))) (-872) (-1133) (-1 (-114) (-2 (|:| -2081 |#1|) (|:| -2909 |#2|)) (-2 (|:| -2081 |#1|) (|:| -2909 |#2|)))) (T -735))
+((-2909 (*1 *2 *1) (-12 (-4 *2 (-1133)) (-5 *1 (-735 *3 *2 *4)) (-4 *3 (-872)) (-14 *4 (-1 (-114) (-2 (|:| -2081 *3) (|:| -2909 *2)) (-2 (|:| -2081 *3) (|:| -2909 *2)))))) (-2081 (*1 *2 *1) (-12 (-4 *2 (-872)) (-5 *1 (-735 *2 *3 *4)) (-4 *3 (-1133)) (-14 *4 (-1 (-114) (-2 (|:| -2081 *2) (|:| -2909 *3)) (-2 (|:| -2081 *2) (|:| -2909 *3)))))) (-3845 (*1 *1 *2 *3) (-12 (-5 *1 (-735 *2 *3 *4)) (-4 *2 (-872)) (-4 *3 (-1133)) (-14 *4 (-1 (-114) (-2 (|:| -2081 *2) (|:| -2909 *3)) (-2 (|:| -2081 *2) (|:| -2909 *3)))))))
+(-13 (-872) (-504 (-2 (|:| -2081 |#1|) (|:| -2909 |#2|))) (-10 -8 (-15 -2909 (|#2| $)) (-15 -2081 (|#1| $)) (-15 -3845 ($ |#1| |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 66 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) 102 T ELT) (((-3 (-115) "failed") $) 108 T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-115) $) 39 T ELT)) (-2167 (((-3 $ "failed") $) 103 T ELT)) (-2052 ((|#2| (-115) |#2|) 93 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2266 (($ |#1| (-374 (-115))) 14 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2675 (($ $ (-1 |#2| |#2|)) 65 T ELT)) (-2816 (($ $ (-1 |#2| |#2|)) 44 T ELT)) (-3034 ((|#2| $ |#2|) 33 T ELT)) (-1515 ((|#1| |#1|) 118 (|has| |#1| (-175)) ELT)) (-3834 (((-888) $) 73 T ELT) (($ (-560)) 18 T ELT) (($ |#1|) 17 T ELT) (($ (-115)) 23 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4167 (($ $) 112 (|has| |#1| (-175)) ELT) (($ $ $) 116 (|has| |#1| (-175)) ELT)) (-2971 (($) 21 T CONST)) (-2983 (($) 9 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) 48 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 83 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ (-115) (-560)) NIL T ELT) (($ $ (-560)) 64 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 111 T ELT) (($ $ $) 53 T ELT) (($ |#1| $) 109 (|has| |#1| (-175)) ELT) (($ $ |#1|) 110 (|has| |#1| (-175)) ELT)))
+(((-736 |#1| |#2|) (-13 (-1081) (-1070 |#1|) (-1070 (-115)) (-298 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-6 (-38 |#1|)) (-15 -4167 ($ $)) (-15 -4167 ($ $ $)) (-15 -1515 (|#1| |#1|))) |%noBranch|) (-15 -2816 ($ $ (-1 |#2| |#2|))) (-15 -2675 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-115) (-560))) (-15 ** ($ $ (-560))) (-15 -2052 (|#2| (-115) |#2|)) (-15 -2266 ($ |#1| (-374 (-115)))))) (-1081) (-670 |#1|)) (T -736))
+((-4167 (*1 *1 *1) (-12 (-4 *2 (-175)) (-4 *2 (-1081)) (-5 *1 (-736 *2 *3)) (-4 *3 (-670 *2)))) (-4167 (*1 *1 *1 *1) (-12 (-4 *2 (-175)) (-4 *2 (-1081)) (-5 *1 (-736 *2 *3)) (-4 *3 (-670 *2)))) (-1515 (*1 *2 *2) (-12 (-4 *2 (-175)) (-4 *2 (-1081)) (-5 *1 (-736 *2 *3)) (-4 *3 (-670 *2)))) (-2816 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-670 *3)) (-4 *3 (-1081)) (-5 *1 (-736 *3 *4)))) (-2675 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-670 *3)) (-4 *3 (-1081)) (-5 *1 (-736 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-560)) (-4 *4 (-1081)) (-5 *1 (-736 *4 *5)) (-4 *5 (-670 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *3 (-1081)) (-5 *1 (-736 *3 *4)) (-4 *4 (-670 *3)))) (-2052 (*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-4 *4 (-1081)) (-5 *1 (-736 *4 *2)) (-4 *2 (-670 *4)))) (-2266 (*1 *1 *2 *3) (-12 (-5 *3 (-374 (-115))) (-4 *2 (-1081)) (-5 *1 (-736 *2 *4)) (-4 *4 (-670 *2)))))
+(-13 (-1081) (-1070 |#1|) (-1070 (-115)) (-298 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-6 (-38 |#1|)) (-15 -4167 ($ $)) (-15 -4167 ($ $ $)) (-15 -1515 (|#1| |#1|))) |%noBranch|) (-15 -2816 ($ $ (-1 |#2| |#2|))) (-15 -2675 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-115) (-560))) (-15 ** ($ $ (-560))) (-15 -2052 (|#2| (-115) |#2|)) (-15 -2266 ($ |#1| (-374 (-115))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 33 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1995 (($ |#1| |#2|) 25 T ELT)) (-2167 (((-3 $ "failed") $) 51 T ELT)) (-3363 (((-114) $) 35 T ELT)) (-3043 ((|#2| $) 12 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 52 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3458 (((-3 $ "failed") $ $) 50 T ELT)) (-3834 (((-888) $) 24 T ELT) (($ (-560)) 19 T ELT) ((|#1| $) 13 T ELT)) (-3103 (((-793)) 28 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 16 T CONST)) (-2983 (($) 30 T CONST)) (-2478 (((-114) $ $) 41 T ELT)) (-2581 (($ $) 46 T ELT) (($ $ $) 40 T ELT)) (-2571 (($ $ $) 43 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 21 T ELT) (($ $ $) 20 T ELT)))
+(((-737 |#1| |#2| |#3| |#4| |#5|) (-13 (-1081) (-10 -8 (-15 -3043 (|#2| $)) (-15 -3834 (|#1| $)) (-15 -1995 ($ |#1| |#2|)) (-15 -3458 ((-3 $ "failed") $ $)) (-15 -2167 ((-3 $ "failed") $)) (-15 -4260 ($ $)))) (-175) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -737))
+((-2167 (*1 *1 *1) (|partial| -12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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)))) (-3043 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-737 *3 *2 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3834 (*1 *2 *1) (-12 (-4 *2 (-175)) (-5 *1 (-737 *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)))) (-1995 (*1 *1 *2 *3) (-12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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)))) (-3458 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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)))) (-4260 (*1 *1 *1) (-12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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 (-1081) (-10 -8 (-15 -3043 (|#2| $)) (-15 -3834 (|#1| $)) (-15 -1995 ($ |#1| |#2|)) (-15 -3458 ((-3 $ "failed") $ $)) (-15 -2167 ((-3 $ "failed") $)) (-15 -4260 ($ $))))
+((* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) 9 T ELT)))
+(((-738 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|))) (-739 |#2|) (-175)) (T -738))
+NIL
+(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
(((-739 |#1|) (-142) (-175)) (T -739))
NIL
(-13 (-111 |t#1| |t#1|) (-662 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-1441 (($ |#1|) 17 T ELT) (($ $ |#1|) 20 T ELT)) (-2069 (($ |#1|) 18 T ELT) (($ $ |#1|) 21 T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT) (($) 19 T ELT) (($ $) 22 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3019 (($ |#1| |#1| |#1| |#1|) 8 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 16 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2799 ((|#1| $ |#1|) 24 T ELT) (((-854 |#1|) $ (-854 |#1|)) 32 T ELT)) (-1521 (($ $ $) NIL T ELT)) (-4172 (($ $ $) NIL T ELT)) (-2539 (((-887) $) 39 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) 9 T CONST)) (-2329 (((-114) $ $) 48 T ELT)) (-2436 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ $ $) 14 T ELT)))
-(((-740 |#1|) (-13 (-487) (-10 -8 (-15 -3019 ($ |#1| |#1| |#1| |#1|)) (-15 -1441 ($ |#1|)) (-15 -2069 ($ |#1|)) (-15 -4310 ($)) (-15 -1441 ($ $ |#1|)) (-15 -2069 ($ $ |#1|)) (-15 -4310 ($ $)) (-15 -2799 (|#1| $ |#1|)) (-15 -2799 ((-854 |#1|) $ (-854 |#1|))))) (-376)) (T -740))
-((-3019 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-1441 (*1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-2069 (*1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-4310 (*1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-1441 (*1 *1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-2069 (*1 *1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-4310 (*1 *1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-2799 (*1 *2 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-2799 (*1 *2 *1 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-376)) (-5 *1 (-740 *3)))))
-(-13 (-487) (-10 -8 (-15 -3019 ($ |#1| |#1| |#1| |#1|)) (-15 -1441 ($ |#1|)) (-15 -2069 ($ |#1|)) (-15 -4310 ($)) (-15 -1441 ($ $ |#1|)) (-15 -2069 ($ $ |#1|)) (-15 -4310 ($ $)) (-15 -2799 (|#1| $ |#1|)) (-15 -2799 ((-854 |#1|) $ (-854 |#1|)))))
-((-3239 (($ $ (-948)) 19 T ELT)) (-4360 (($ $ (-948)) 20 T ELT)) (** (($ $ (-948)) 10 T ELT)))
-(((-741 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-948))) (-15 -4360 (|#1| |#1| (-948))) (-15 -3239 (|#1| |#1| (-948)))) (-742)) (T -741))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-948))) (-15 -4360 (|#1| |#1| (-948))) (-15 -3239 (|#1| |#1| (-948))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3239 (($ $ (-948)) 19 T ELT)) (-4360 (($ $ (-948)) 18 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (** (($ $ (-948)) 17 T ELT)) (* (($ $ $) 20 T ELT)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3297 (($ |#1|) 17 T ELT) (($ $ |#1|) 20 T ELT)) (-1795 (($ |#1|) 18 T ELT) (($ $ |#1|) 21 T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT) (($) 19 T ELT) (($ $) 22 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3909 (($ |#1| |#1| |#1| |#1|) 8 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 16 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4265 ((|#1| $ |#1|) 24 T ELT) (((-856 |#1|) $ (-856 |#1|)) 32 T ELT)) (-3933 (($ $ $) NIL T ELT)) (-3923 (($ $ $) NIL T ELT)) (-3834 (((-888) $) 39 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) 9 T CONST)) (-2478 (((-114) $ $) 48 T ELT)) (-2594 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ $ $) 14 T ELT)))
+(((-740 |#1|) (-13 (-487) (-10 -8 (-15 -3909 ($ |#1| |#1| |#1| |#1|)) (-15 -3297 ($ |#1|)) (-15 -1795 ($ |#1|)) (-15 -2167 ($)) (-15 -3297 ($ $ |#1|)) (-15 -1795 ($ $ |#1|)) (-15 -2167 ($ $)) (-15 -4265 (|#1| $ |#1|)) (-15 -4265 ((-856 |#1|) $ (-856 |#1|))))) (-376)) (T -740))
+((-3909 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-3297 (*1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-1795 (*1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-2167 (*1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-3297 (*1 *1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-1795 (*1 *1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-2167 (*1 *1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-4265 (*1 *2 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))) (-4265 (*1 *2 *1 *2) (-12 (-5 *2 (-856 *3)) (-4 *3 (-376)) (-5 *1 (-740 *3)))))
+(-13 (-487) (-10 -8 (-15 -3909 ($ |#1| |#1| |#1| |#1|)) (-15 -3297 ($ |#1|)) (-15 -1795 ($ |#1|)) (-15 -2167 ($)) (-15 -3297 ($ $ |#1|)) (-15 -1795 ($ $ |#1|)) (-15 -2167 ($ $)) (-15 -4265 (|#1| $ |#1|)) (-15 -4265 ((-856 |#1|) $ (-856 |#1|)))))
+((-2768 (($ $ (-949)) 19 T ELT)) (-4092 (($ $ (-949)) 20 T ELT)) (** (($ $ (-949)) 10 T ELT)))
+(((-741 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-949))) (-15 -4092 (|#1| |#1| (-949))) (-15 -2768 (|#1| |#1| (-949)))) (-742)) (T -741))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-949))) (-15 -4092 (|#1| |#1| (-949))) (-15 -2768 (|#1| |#1| (-949))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2768 (($ $ (-949)) 19 T ELT)) (-4092 (($ $ (-949)) 18 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (** (($ $ (-949)) 17 T ELT)) (* (($ $ $) 20 T ELT)))
(((-742) (-142)) (T -742))
-((* (*1 *1 *1 *1) (-4 *1 (-742))) (-3239 (*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-948)))) (-4360 (*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-948)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-948)))))
-(-13 (-1132) (-10 -8 (-15 * ($ $ $)) (-15 -3239 ($ $ (-948))) (-15 -4360 ($ $ (-948))) (-15 ** ($ $ (-948)))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-3239 (($ $ (-948)) NIL T ELT) (($ $ (-793)) 18 T ELT)) (-1871 (((-114) $) 10 T ELT)) (-4360 (($ $ (-948)) NIL T ELT) (($ $ (-793)) 19 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 16 T ELT)))
-(((-743 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-793))) (-15 -4360 (|#1| |#1| (-793))) (-15 -3239 (|#1| |#1| (-793))) (-15 -1871 ((-114) |#1|)) (-15 ** (|#1| |#1| (-948))) (-15 -4360 (|#1| |#1| (-948))) (-15 -3239 (|#1| |#1| (-948)))) (-744)) (T -743))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-793))) (-15 -4360 (|#1| |#1| (-793))) (-15 -3239 (|#1| |#1| (-793))) (-15 -1871 ((-114) |#1|)) (-15 ** (|#1| |#1| (-948))) (-15 -4360 (|#1| |#1| (-948))) (-15 -3239 (|#1| |#1| (-948))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3604 (((-3 $ "failed") $) 22 T ELT)) (-3239 (($ $ (-948)) 19 T ELT) (($ $ (-793)) 27 T ELT)) (-4310 (((-3 $ "failed") $) 24 T ELT)) (-1871 (((-114) $) 28 T ELT)) (-3826 (((-3 $ "failed") $) 23 T ELT)) (-4360 (($ $ (-948)) 18 T ELT) (($ $ (-793)) 26 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1439 (($) 29 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (** (($ $ (-948)) 17 T ELT) (($ $ (-793)) 25 T ELT)) (* (($ $ $) 20 T ELT)))
+((* (*1 *1 *1 *1) (-4 *1 (-742))) (-2768 (*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-949)))) (-4092 (*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-949)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-949)))))
+(-13 (-1133) (-10 -8 (-15 * ($ $ $)) (-15 -2768 ($ $ (-949))) (-15 -4092 ($ $ (-949))) (-15 ** ($ $ (-949)))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-2768 (($ $ (-949)) NIL T ELT) (($ $ (-793)) 18 T ELT)) (-3363 (((-114) $) 10 T ELT)) (-4092 (($ $ (-949)) NIL T ELT) (($ $ (-793)) 19 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 16 T ELT)))
+(((-743 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-793))) (-15 -4092 (|#1| |#1| (-793))) (-15 -2768 (|#1| |#1| (-793))) (-15 -3363 ((-114) |#1|)) (-15 ** (|#1| |#1| (-949))) (-15 -4092 (|#1| |#1| (-949))) (-15 -2768 (|#1| |#1| (-949)))) (-744)) (T -743))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-793))) (-15 -4092 (|#1| |#1| (-793))) (-15 -2768 (|#1| |#1| (-793))) (-15 -3363 ((-114) |#1|)) (-15 ** (|#1| |#1| (-949))) (-15 -4092 (|#1| |#1| (-949))) (-15 -2768 (|#1| |#1| (-949))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2990 (((-3 $ "failed") $) 22 T ELT)) (-2768 (($ $ (-949)) 19 T ELT) (($ $ (-793)) 27 T ELT)) (-2167 (((-3 $ "failed") $) 24 T ELT)) (-3363 (((-114) $) 28 T ELT)) (-4141 (((-3 $ "failed") $) 23 T ELT)) (-4092 (($ $ (-949)) 18 T ELT) (($ $ (-793)) 26 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2983 (($) 29 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (** (($ $ (-949)) 17 T ELT) (($ $ (-793)) 25 T ELT)) (* (($ $ $) 20 T ELT)))
(((-744) (-142)) (T -744))
-((-1439 (*1 *1) (-4 *1 (-744))) (-1871 (*1 *2 *1) (-12 (-4 *1 (-744)) (-5 *2 (-114)))) (-3239 (*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))) (-4360 (*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))) (-4310 (*1 *1 *1) (|partial| -4 *1 (-744))) (-3826 (*1 *1 *1) (|partial| -4 *1 (-744))) (-3604 (*1 *1 *1) (|partial| -4 *1 (-744))))
-(-13 (-742) (-10 -8 (-15 (-1439) ($) -3721) (-15 -1871 ((-114) $)) (-15 -3239 ($ $ (-793))) (-15 -4360 ($ $ (-793))) (-15 ** ($ $ (-793))) (-15 -4310 ((-3 $ "failed") $)) (-15 -3826 ((-3 $ "failed") $)) (-15 -3604 ((-3 $ "failed") $))))
-(((-102) . T) ((-632 (-887)) . T) ((-742) . T) ((-1132) . T) ((-1248) . T))
-((-1450 (((-793)) 39 T ELT)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 26 T ELT)) (-3056 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#2| $) 23 T ELT)) (-2108 (($ |#3|) NIL T ELT) (((-3 $ "failed") (-421 |#3|)) 49 T ELT)) (-4310 (((-3 $ "failed") $) 69 T ELT)) (-3362 (($) 43 T ELT)) (-3138 ((|#2| $) 21 T ELT)) (-3178 (($) 18 T ELT)) (-2457 (($ $ (-1 |#2| |#2|)) 57 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-3982 (((-711 |#2|) (-1298 $) (-1 |#2| |#2|)) 64 T ELT)) (-4417 (((-1298 |#2|) $) NIL T ELT) (($ (-1298 |#2|)) NIL T ELT) ((|#3| $) 10 T ELT) (($ |#3|) 12 T ELT)) (-4419 ((|#3| $) 36 T ELT)) (-1868 (((-1298 $)) 33 T ELT)))
-(((-745 |#1| |#2| |#3|) (-10 -8 (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -3362 (|#1|)) (-15 -1450 ((-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3982 ((-711 |#2|) (-1298 |#1|) (-1 |#2| |#2|))) (-15 -2108 ((-3 |#1| "failed") (-421 |#3|))) (-15 -4417 (|#1| |#3|)) (-15 -2108 (|#1| |#3|)) (-15 -3178 (|#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -4417 (|#3| |#1|)) (-15 -4417 (|#1| (-1298 |#2|))) (-15 -4417 ((-1298 |#2|) |#1|)) (-15 -1868 ((-1298 |#1|))) (-15 -4419 (|#3| |#1|)) (-15 -3138 (|#2| |#1|)) (-15 -4310 ((-3 |#1| "failed") |#1|))) (-746 |#2| |#3|) (-175) (-1274 |#2|)) (T -745))
-((-1450 (*1 *2) (-12 (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-793)) (-5 *1 (-745 *3 *4 *5)) (-4 *3 (-746 *4 *5)))))
-(-10 -8 (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -3362 (|#1|)) (-15 -1450 ((-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3982 ((-711 |#2|) (-1298 |#1|) (-1 |#2| |#2|))) (-15 -2108 ((-3 |#1| "failed") (-421 |#3|))) (-15 -4417 (|#1| |#3|)) (-15 -2108 (|#1| |#3|)) (-15 -3178 (|#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -4417 (|#3| |#1|)) (-15 -4417 (|#1| (-1298 |#2|))) (-15 -4417 ((-1298 |#2|) |#1|)) (-15 -1868 ((-1298 |#1|))) (-15 -4419 (|#3| |#1|)) (-15 -3138 (|#2| |#1|)) (-15 -4310 ((-3 |#1| "failed") |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 111 (|has| |#1| (-376)) ELT)) (-4390 (($ $) 112 (|has| |#1| (-376)) ELT)) (-3873 (((-114) $) 114 (|has| |#1| (-376)) ELT)) (-1873 (((-711 |#1|) (-1298 $)) 58 T ELT) (((-711 |#1|)) 74 T ELT)) (-4095 ((|#1| $) 64 T ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) 164 (|has| |#1| (-363)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 131 (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) 132 (|has| |#1| (-376)) ELT)) (-3988 (((-114) $ $) 122 (|has| |#1| (-376)) ELT)) (-1450 (((-793)) 105 (|has| |#1| (-381)) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 191 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 189 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 186 T ELT)) (-3056 (((-560) $) 190 (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) 188 (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 187 T ELT)) (-3013 (($ (-1298 |#1|) (-1298 $)) 60 T ELT) (($ (-1298 |#1|)) 77 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) 170 (|has| |#1| (-363)) ELT)) (-2242 (($ $ $) 126 (|has| |#1| (-376)) ELT)) (-2902 (((-711 |#1|) $ (-1298 $)) 65 T ELT) (((-711 |#1|) $) 72 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 183 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 182 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 181 T ELT) (((-711 |#1|) (-711 $)) 180 T ELT)) (-2108 (($ |#2|) 175 T ELT) (((-3 $ "failed") (-421 |#2|)) 172 (|has| |#1| (-376)) ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3795 (((-948)) 66 T ELT)) (-3362 (($) 108 (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) 125 (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 120 (|has| |#1| (-376)) ELT)) (-1632 (($) 166 (|has| |#1| (-363)) ELT)) (-2136 (((-114) $) 167 (|has| |#1| (-363)) ELT)) (-1497 (($ $ (-793)) 158 (|has| |#1| (-363)) ELT) (($ $) 157 (|has| |#1| (-363)) ELT)) (-1510 (((-114) $) 133 (|has| |#1| (-376)) ELT)) (-2252 (((-948) $) 169 (|has| |#1| (-363)) ELT) (((-854 (-948)) $) 155 (|has| |#1| (-363)) ELT)) (-1871 (((-114) $) 40 T ELT)) (-3138 ((|#1| $) 63 T ELT)) (-2024 (((-713 $) $) 159 (|has| |#1| (-363)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 129 (|has| |#1| (-376)) ELT)) (-2767 ((|#2| $) 56 (|has| |#1| (-376)) ELT)) (-2608 (((-948) $) 107 (|has| |#1| (-381)) ELT)) (-2094 ((|#2| $) 173 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 185 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 184 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 179 T ELT) (((-711 |#1|) (-1298 $)) 178 T ELT)) (-2433 (($ (-663 $)) 118 (|has| |#1| (-376)) ELT) (($ $ $) 117 (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 134 (|has| |#1| (-376)) ELT)) (-2814 (($) 160 (|has| |#1| (-363)) CONST)) (-3998 (($ (-948)) 106 (|has| |#1| (-381)) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3178 (($) 177 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 119 (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) 116 (|has| |#1| (-376)) ELT) (($ $ $) 115 (|has| |#1| (-376)) ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) 163 (|has| |#1| (-363)) ELT)) (-3388 (((-419 $) $) 130 (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 128 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 127 (|has| |#1| (-376)) ELT)) (-2283 (((-3 $ "failed") $ $) 110 (|has| |#1| (-376)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 121 (|has| |#1| (-376)) ELT)) (-3320 (((-793) $) 123 (|has| |#1| (-376)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 124 (|has| |#1| (-376)) ELT)) (-3622 ((|#1| (-1298 $)) 59 T ELT) ((|#1|) 73 T ELT)) (-2424 (((-793) $) 168 (|has| |#1| (-363)) ELT) (((-3 (-793) "failed") $ $) 156 (|has| |#1| (-363)) ELT)) (-2457 (($ $ (-793)) 153 (-2191 (-1383 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $) 151 (-2191 (-1383 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 147 (-1383 (|has| |#1| (-929 (-1208))) (|has| |#1| (-376))) ELT) (($ $ (-1208) (-793)) 146 (-1383 (|has| |#1| (-929 (-1208))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1208))) 145 (-1383 (|has| |#1| (-929 (-1208))) (|has| |#1| (-376))) ELT) (($ $ (-1208)) 143 (-1383 (|has| |#1| (-929 (-1208))) (|has| |#1| (-376))) ELT) (($ $ (-1 |#1| |#1|)) 142 (|has| |#1| (-376)) ELT) (($ $ (-1 |#1| |#1|) (-793)) 141 (|has| |#1| (-376)) ELT)) (-3982 (((-711 |#1|) (-1298 $) (-1 |#1| |#1|)) 171 (|has| |#1| (-376)) ELT)) (-2731 ((|#2|) 176 T ELT)) (-1677 (($) 165 (|has| |#1| (-363)) ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) 62 T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) 61 T ELT) (((-1298 |#1|) $) 79 T ELT) (((-711 |#1|) (-1298 $)) 78 T ELT)) (-4417 (((-1298 |#1|) $) 76 T ELT) (($ (-1298 |#1|)) 75 T ELT) ((|#2| $) 192 T ELT) (($ |#2|) 174 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 162 (|has| |#1| (-363)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT) (($ $) 109 (|has| |#1| (-376)) ELT) (($ (-421 (-560))) 104 (-2191 (|has| |#1| (-376)) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3187 (($ $) 161 (|has| |#1| (-363)) ELT) (((-713 $) $) 55 (|has| |#1| (-147)) ELT)) (-4419 ((|#2| $) 57 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1868 (((-1298 $)) 80 T ELT)) (-3840 (((-114) $ $) 113 (|has| |#1| (-376)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-793)) 154 (-2191 (-1383 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $) 152 (-2191 (-1383 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 150 (-1383 (|has| |#1| (-929 (-1208))) (|has| |#1| (-376))) ELT) (($ $ (-1208) (-793)) 149 (-1383 (|has| |#1| (-929 (-1208))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1208))) 148 (-1383 (|has| |#1| (-929 (-1208))) (|has| |#1| (-376))) ELT) (($ $ (-1208)) 144 (-1383 (|has| |#1| (-929 (-1208))) (|has| |#1| (-376))) ELT) (($ $ (-1 |#1| |#1|)) 140 (|has| |#1| (-376)) ELT) (($ $ (-1 |#1| |#1|) (-793)) 139 (|has| |#1| (-376)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 138 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 135 (|has| |#1| (-376)) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT) (($ (-421 (-560)) $) 137 (|has| |#1| (-376)) ELT) (($ $ (-421 (-560))) 136 (|has| |#1| (-376)) ELT)))
-(((-746 |#1| |#2|) (-142) (-175) (-1274 |t#1|)) (T -746))
-((-3178 (*1 *1) (-12 (-4 *2 (-175)) (-4 *1 (-746 *2 *3)) (-4 *3 (-1274 *2)))) (-2731 (*1 *2) (-12 (-4 *1 (-746 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1274 *3)))) (-2108 (*1 *1 *2) (-12 (-4 *3 (-175)) (-4 *1 (-746 *3 *2)) (-4 *2 (-1274 *3)))) (-4417 (*1 *1 *2) (-12 (-4 *3 (-175)) (-4 *1 (-746 *3 *2)) (-4 *2 (-1274 *3)))) (-2094 (*1 *2 *1) (-12 (-4 *1 (-746 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1274 *3)))) (-2108 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-376)) (-4 *3 (-175)) (-4 *1 (-746 *3 *4)))) (-3982 (*1 *2 *3 *4) (-12 (-5 *3 (-1298 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376)) (-4 *1 (-746 *5 *6)) (-4 *5 (-175)) (-4 *6 (-1274 *5)) (-5 *2 (-711 *5)))))
-(-13 (-424 |t#1| |t#2|) (-175) (-633 |t#2|) (-426 |t#1|) (-390 |t#1|) (-10 -8 (-15 -3178 ($)) (-15 -2731 (|t#2|)) (-15 -2108 ($ |t#2|)) (-15 -4417 ($ |t#2|)) (-15 -2094 (|t#2| $)) (IF (|has| |t#1| (-381)) (-6 (-381)) |%noBranch|) (IF (|has| |t#1| (-376)) (PROGN (-6 (-376)) (-6 (-234 |t#1|)) (-15 -2108 ((-3 $ "failed") (-421 |t#2|))) (-15 -3982 ((-711 |t#1|) (-1298 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-363)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-38 |#1|) . T) ((-38 $) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-102) . T) ((-111 #0# #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2191 (|has| |#1| (-363)) (|has| |#1| (-147))) ((-149) |has| |#1| (-149)) ((-635 #0#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-363)) (|has| |#1| (-376))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-632 (-887)) . T) ((-175) . T) ((-633 |#2|) . T) ((-236 $) -2191 (|has| |#1| (-363)) (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (-12 (|has| |#1| (-240)) (|has| |#1| (-376)))) ((-234 |#1|) |has| |#1| (-376)) ((-240) -2191 (|has| |#1| (-363)) (-12 (|has| |#1| (-240)) (|has| |#1| (-376)))) ((-239) -2191 (|has| |#1| (-363)) (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (-12 (|has| |#1| (-240)) (|has| |#1| (-376)))) ((-274 |#1|) |has| |#1| (-376)) ((-250) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-302) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-319) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-376) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-416) |has| |#1| (-363)) ((-381) -2191 (|has| |#1| (-381)) (|has| |#1| (-363))) ((-363) |has| |#1| (-363)) ((-383 |#1| |#2|) . T) ((-424 |#1| |#2|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-571) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-668 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-662 |#1|) . T) ((-662 $) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-739 |#1|) . T) ((-739 $) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-748) . T) ((-921 $ #2=(-1208)) -2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208))))) ((-927 (-1208)) -12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208)))) ((-929 #2#) -2191 (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#1| (-927 (-1208))))) ((-950) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1082 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1082 |#1|) . T) ((-1082 $) . T) ((-1087 #0#) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1087 |#1|) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) |has| |#1| (-363)) ((-1248) . T) ((-1253) -2191 (|has| |#1| (-363)) (|has| |#1| (-376))))
-((-3366 (($) 11 T ELT)) (-4310 (((-3 $ "failed") $) 14 T ELT)) (-1871 (((-114) $) 10 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 20 T ELT)))
-(((-747 |#1|) (-10 -8 (-15 -4310 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 -1871 ((-114) |#1|)) (-15 -3366 (|#1|)) (-15 ** (|#1| |#1| (-948)))) (-748)) (T -747))
-NIL
-(-10 -8 (-15 -4310 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 -1871 ((-114) |#1|)) (-15 -3366 (|#1|)) (-15 ** (|#1| |#1| (-948))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3366 (($) 23 T CONST)) (-4310 (((-3 $ "failed") $) 20 T ELT)) (-1871 (((-114) $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1439 (($) 24 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (** (($ $ (-948)) 17 T ELT) (($ $ (-793)) 21 T ELT)) (* (($ $ $) 18 T ELT)))
+((-2983 (*1 *1) (-4 *1 (-744))) (-3363 (*1 *2 *1) (-12 (-4 *1 (-744)) (-5 *2 (-114)))) (-2768 (*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))) (-4092 (*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))) (-2167 (*1 *1 *1) (|partial| -4 *1 (-744))) (-4141 (*1 *1 *1) (|partial| -4 *1 (-744))) (-2990 (*1 *1 *1) (|partial| -4 *1 (-744))))
+(-13 (-742) (-10 -8 (-15 (-2983) ($) -2292) (-15 -3363 ((-114) $)) (-15 -2768 ($ $ (-793))) (-15 -4092 ($ $ (-793))) (-15 ** ($ $ (-793))) (-15 -2167 ((-3 $ "failed") $)) (-15 -4141 ((-3 $ "failed") $)) (-15 -2990 ((-3 $ "failed") $))))
+(((-102) . T) ((-632 (-888)) . T) ((-742) . T) ((-1133) . T) ((-1249) . T))
+((-2233 (((-793)) 39 T ELT)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 26 T ELT)) (-4072 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#2| $) 23 T ELT)) (-1995 (($ |#3|) NIL T ELT) (((-3 $ "failed") (-421 |#3|)) 49 T ELT)) (-2167 (((-3 $ "failed") $) 69 T ELT)) (-2150 (($) 43 T ELT)) (-2480 ((|#2| $) 21 T ELT)) (-3505 (($) 18 T ELT)) (-2703 (($ $ (-1 |#2| |#2|)) 57 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-3782 (((-711 |#2|) (-1299 $) (-1 |#2| |#2|)) 64 T ELT)) (-1830 (((-1299 |#2|) $) NIL T ELT) (($ (-1299 |#2|)) NIL T ELT) ((|#3| $) 10 T ELT) (($ |#3|) 12 T ELT)) (-4286 ((|#3| $) 36 T ELT)) (-4222 (((-1299 $)) 33 T ELT)))
+(((-745 |#1| |#2| |#3|) (-10 -8 (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2150 (|#1|)) (-15 -2233 ((-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3782 ((-711 |#2|) (-1299 |#1|) (-1 |#2| |#2|))) (-15 -1995 ((-3 |#1| "failed") (-421 |#3|))) (-15 -1830 (|#1| |#3|)) (-15 -1995 (|#1| |#3|)) (-15 -3505 (|#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -1830 (|#3| |#1|)) (-15 -1830 (|#1| (-1299 |#2|))) (-15 -1830 ((-1299 |#2|) |#1|)) (-15 -4222 ((-1299 |#1|))) (-15 -4286 (|#3| |#1|)) (-15 -2480 (|#2| |#1|)) (-15 -2167 ((-3 |#1| "failed") |#1|))) (-746 |#2| |#3|) (-175) (-1275 |#2|)) (T -745))
+((-2233 (*1 *2) (-12 (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-793)) (-5 *1 (-745 *3 *4 *5)) (-4 *3 (-746 *4 *5)))))
+(-10 -8 (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2150 (|#1|)) (-15 -2233 ((-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3782 ((-711 |#2|) (-1299 |#1|) (-1 |#2| |#2|))) (-15 -1995 ((-3 |#1| "failed") (-421 |#3|))) (-15 -1830 (|#1| |#3|)) (-15 -1995 (|#1| |#3|)) (-15 -3505 (|#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -1830 (|#3| |#1|)) (-15 -1830 (|#1| (-1299 |#2|))) (-15 -1830 ((-1299 |#2|) |#1|)) (-15 -4222 ((-1299 |#1|))) (-15 -4286 (|#3| |#1|)) (-15 -2480 (|#2| |#1|)) (-15 -2167 ((-3 |#1| "failed") |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 111 (|has| |#1| (-376)) ELT)) (-3575 (($ $) 112 (|has| |#1| (-376)) ELT)) (-3442 (((-114) $) 114 (|has| |#1| (-376)) ELT)) (-3543 (((-711 |#1|) (-1299 $)) 58 T ELT) (((-711 |#1|)) 74 T ELT)) (-2412 ((|#1| $) 64 T ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) 164 (|has| |#1| (-363)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 131 (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) 132 (|has| |#1| (-376)) ELT)) (-3255 (((-114) $ $) 122 (|has| |#1| (-376)) ELT)) (-2233 (((-793)) 105 (|has| |#1| (-381)) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 191 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 189 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 186 T ELT)) (-4072 (((-560) $) 190 (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) 188 (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 187 T ELT)) (-4402 (($ (-1299 |#1|) (-1299 $)) 60 T ELT) (($ (-1299 |#1|)) 77 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) 170 (|has| |#1| (-363)) ELT)) (-3752 (($ $ $) 126 (|has| |#1| (-376)) ELT)) (-2385 (((-711 |#1|) $ (-1299 $)) 65 T ELT) (((-711 |#1|) $) 72 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 183 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 182 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 181 T ELT) (((-711 |#1|) (-711 $)) 180 T ELT)) (-1995 (($ |#2|) 175 T ELT) (((-3 $ "failed") (-421 |#2|)) 172 (|has| |#1| (-376)) ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-1486 (((-949)) 66 T ELT)) (-2150 (($) 108 (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) 125 (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 120 (|has| |#1| (-376)) ELT)) (-3396 (($) 166 (|has| |#1| (-363)) ELT)) (-4418 (((-114) $) 167 (|has| |#1| (-363)) ELT)) (-1789 (($ $ (-793)) 158 (|has| |#1| (-363)) ELT) (($ $) 157 (|has| |#1| (-363)) ELT)) (-2072 (((-114) $) 133 (|has| |#1| (-376)) ELT)) (-2918 (((-949) $) 169 (|has| |#1| (-363)) ELT) (((-856 (-949)) $) 155 (|has| |#1| (-363)) ELT)) (-3363 (((-114) $) 40 T ELT)) (-2480 ((|#1| $) 63 T ELT)) (-3851 (((-713 $) $) 159 (|has| |#1| (-363)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 129 (|has| |#1| (-376)) ELT)) (-4118 ((|#2| $) 56 (|has| |#1| (-376)) ELT)) (-3862 (((-949) $) 107 (|has| |#1| (-381)) ELT)) (-1984 ((|#2| $) 173 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 185 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 184 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 179 T ELT) (((-711 |#1|) (-1299 $)) 178 T ELT)) (-3100 (($ (-663 $)) 118 (|has| |#1| (-376)) ELT) (($ $ $) 117 (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 134 (|has| |#1| (-376)) ELT)) (-2689 (($) 160 (|has| |#1| (-363)) CONST)) (-2081 (($ (-949)) 106 (|has| |#1| (-381)) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3505 (($) 177 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 119 (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) 116 (|has| |#1| (-376)) ELT) (($ $ $) 115 (|has| |#1| (-376)) ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) 163 (|has| |#1| (-363)) ELT)) (-2549 (((-419 $) $) 130 (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 128 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 127 (|has| |#1| (-376)) ELT)) (-3795 (((-3 $ "failed") $ $) 110 (|has| |#1| (-376)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 121 (|has| |#1| (-376)) ELT)) (-3760 (((-793) $) 123 (|has| |#1| (-376)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 124 (|has| |#1| (-376)) ELT)) (-2810 ((|#1| (-1299 $)) 59 T ELT) ((|#1|) 73 T ELT)) (-2104 (((-793) $) 168 (|has| |#1| (-363)) ELT) (((-3 (-793) "failed") $ $) 156 (|has| |#1| (-363)) ELT)) (-2703 (($ $ (-793)) 153 (-2309 (-2925 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $) 151 (-2309 (-2925 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 147 (-2925 (|has| |#1| (-930 (-1209))) (|has| |#1| (-376))) ELT) (($ $ (-1209) (-793)) 146 (-2925 (|has| |#1| (-930 (-1209))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1209))) 145 (-2925 (|has| |#1| (-930 (-1209))) (|has| |#1| (-376))) ELT) (($ $ (-1209)) 143 (-2925 (|has| |#1| (-930 (-1209))) (|has| |#1| (-376))) ELT) (($ $ (-1 |#1| |#1|)) 142 (|has| |#1| (-376)) ELT) (($ $ (-1 |#1| |#1|) (-793)) 141 (|has| |#1| (-376)) ELT)) (-3782 (((-711 |#1|) (-1299 $) (-1 |#1| |#1|)) 171 (|has| |#1| (-376)) ELT)) (-2771 ((|#2|) 176 T ELT)) (-2011 (($) 165 (|has| |#1| (-363)) ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) 62 T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) 61 T ELT) (((-1299 |#1|) $) 79 T ELT) (((-711 |#1|) (-1299 $)) 78 T ELT)) (-1830 (((-1299 |#1|) $) 76 T ELT) (($ (-1299 |#1|)) 75 T ELT) ((|#2| $) 192 T ELT) (($ |#2|) 174 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 162 (|has| |#1| (-363)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT) (($ $) 109 (|has| |#1| (-376)) ELT) (($ (-421 (-560))) 104 (-2309 (|has| |#1| (-376)) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1633 (($ $) 161 (|has| |#1| (-363)) ELT) (((-713 $) $) 55 (|has| |#1| (-147)) ELT)) (-4286 ((|#2| $) 57 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-4222 (((-1299 $)) 80 T ELT)) (-3176 (((-114) $ $) 113 (|has| |#1| (-376)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-793)) 154 (-2309 (-2925 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $) 152 (-2309 (-2925 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 150 (-2925 (|has| |#1| (-930 (-1209))) (|has| |#1| (-376))) ELT) (($ $ (-1209) (-793)) 149 (-2925 (|has| |#1| (-930 (-1209))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1209))) 148 (-2925 (|has| |#1| (-930 (-1209))) (|has| |#1| (-376))) ELT) (($ $ (-1209)) 144 (-2925 (|has| |#1| (-930 (-1209))) (|has| |#1| (-376))) ELT) (($ $ (-1 |#1| |#1|)) 140 (|has| |#1| (-376)) ELT) (($ $ (-1 |#1| |#1|) (-793)) 139 (|has| |#1| (-376)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 138 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 135 (|has| |#1| (-376)) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT) (($ (-421 (-560)) $) 137 (|has| |#1| (-376)) ELT) (($ $ (-421 (-560))) 136 (|has| |#1| (-376)) ELT)))
+(((-746 |#1| |#2|) (-142) (-175) (-1275 |t#1|)) (T -746))
+((-3505 (*1 *1) (-12 (-4 *2 (-175)) (-4 *1 (-746 *2 *3)) (-4 *3 (-1275 *2)))) (-2771 (*1 *2) (-12 (-4 *1 (-746 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1275 *3)))) (-1995 (*1 *1 *2) (-12 (-4 *3 (-175)) (-4 *1 (-746 *3 *2)) (-4 *2 (-1275 *3)))) (-1830 (*1 *1 *2) (-12 (-4 *3 (-175)) (-4 *1 (-746 *3 *2)) (-4 *2 (-1275 *3)))) (-1984 (*1 *2 *1) (-12 (-4 *1 (-746 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1275 *3)))) (-1995 (*1 *1 *2) (|partial| -12 (-5 *2 (-421 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-376)) (-4 *3 (-175)) (-4 *1 (-746 *3 *4)))) (-3782 (*1 *2 *3 *4) (-12 (-5 *3 (-1299 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376)) (-4 *1 (-746 *5 *6)) (-4 *5 (-175)) (-4 *6 (-1275 *5)) (-5 *2 (-711 *5)))))
+(-13 (-424 |t#1| |t#2|) (-175) (-633 |t#2|) (-426 |t#1|) (-390 |t#1|) (-10 -8 (-15 -3505 ($)) (-15 -2771 (|t#2|)) (-15 -1995 ($ |t#2|)) (-15 -1830 ($ |t#2|)) (-15 -1984 (|t#2| $)) (IF (|has| |t#1| (-381)) (-6 (-381)) |%noBranch|) (IF (|has| |t#1| (-376)) (PROGN (-6 (-376)) (-6 (-234 |t#1|)) (-15 -1995 ((-3 $ "failed") (-421 |t#2|))) (-15 -3782 ((-711 |t#1|) (-1299 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-363)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-38 |#1|) . T) ((-38 $) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-102) . T) ((-111 #0# #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2309 (|has| |#1| (-363)) (|has| |#1| (-147))) ((-149) |has| |#1| (-149)) ((-635 #0#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-363)) (|has| |#1| (-376))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-632 (-888)) . T) ((-175) . T) ((-633 |#2|) . T) ((-236 $) -2309 (|has| |#1| (-363)) (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (-12 (|has| |#1| (-240)) (|has| |#1| (-376)))) ((-234 |#1|) |has| |#1| (-376)) ((-240) -2309 (|has| |#1| (-363)) (-12 (|has| |#1| (-240)) (|has| |#1| (-376)))) ((-239) -2309 (|has| |#1| (-363)) (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (-12 (|has| |#1| (-240)) (|has| |#1| (-376)))) ((-274 |#1|) |has| |#1| (-376)) ((-250) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-302) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-319) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-376) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-416) |has| |#1| (-363)) ((-381) -2309 (|has| |#1| (-381)) (|has| |#1| (-363))) ((-363) |has| |#1| (-363)) ((-383 |#1| |#2|) . T) ((-424 |#1| |#2|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-571) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-668 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-662 |#1|) . T) ((-662 $) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-739 |#1|) . T) ((-739 $) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-748) . T) ((-922 $ #2=(-1209)) -2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209))))) ((-928 (-1209)) -12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209)))) ((-930 #2#) -2309 (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#1| (-928 (-1209))))) ((-951) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1083 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1083 |#1|) . T) ((-1083 $) . T) ((-1088 #0#) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))) ((-1088 |#1|) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) |has| |#1| (-363)) ((-1249) . T) ((-1254) -2309 (|has| |#1| (-363)) (|has| |#1| (-376))))
+((-4489 (($) 11 T ELT)) (-2167 (((-3 $ "failed") $) 14 T ELT)) (-3363 (((-114) $) 10 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 20 T ELT)))
+(((-747 |#1|) (-10 -8 (-15 -2167 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 -3363 ((-114) |#1|)) (-15 -4489 (|#1|)) (-15 ** (|#1| |#1| (-949)))) (-748)) (T -747))
+NIL
+(-10 -8 (-15 -2167 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-793))) (-15 -3363 ((-114) |#1|)) (-15 -4489 (|#1|)) (-15 ** (|#1| |#1| (-949))))
+((-3808 (((-114) $ $) 7 T ELT)) (-4489 (($) 23 T CONST)) (-2167 (((-3 $ "failed") $) 20 T ELT)) (-3363 (((-114) $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2983 (($) 24 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (** (($ $ (-949)) 17 T ELT) (($ $ (-793)) 21 T ELT)) (* (($ $ $) 18 T ELT)))
(((-748) (-142)) (T -748))
-((-1439 (*1 *1) (-4 *1 (-748))) (-3366 (*1 *1) (-4 *1 (-748))) (-1871 (*1 *2 *1) (-12 (-4 *1 (-748)) (-5 *2 (-114)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-748)) (-5 *2 (-793)))) (-4310 (*1 *1 *1) (|partial| -4 *1 (-748))))
-(-13 (-1143) (-10 -8 (-15 (-1439) ($) -3721) (-15 -3366 ($) -3721) (-15 -1871 ((-114) $)) (-15 ** ($ $ (-793))) (-15 -4310 ((-3 $ "failed") $))))
-(((-102) . T) ((-632 (-887)) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-1455 (((-2 (|:| -1790 (-419 |#2|)) (|:| |special| (-419 |#2|))) |#2| (-1 |#2| |#2|)) 39 T ELT)) (-3801 (((-2 (|:| -1790 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12 T ELT)) (-3757 ((|#2| (-421 |#2|) (-1 |#2| |#2|)) 13 T ELT)) (-1405 (((-2 (|:| |poly| |#2|) (|:| -1790 (-421 |#2|)) (|:| |special| (-421 |#2|))) (-421 |#2|) (-1 |#2| |#2|)) 48 T ELT)))
-(((-749 |#1| |#2|) (-10 -7 (-15 -3801 ((-2 (|:| -1790 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -1455 ((-2 (|:| -1790 (-419 |#2|)) (|:| |special| (-419 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -3757 (|#2| (-421 |#2|) (-1 |#2| |#2|))) (-15 -1405 ((-2 (|:| |poly| |#2|) (|:| -1790 (-421 |#2|)) (|:| |special| (-421 |#2|))) (-421 |#2|) (-1 |#2| |#2|)))) (-376) (-1274 |#1|)) (T -749))
-((-1405 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |poly| *6) (|:| -1790 (-421 *6)) (|:| |special| (-421 *6)))) (-5 *1 (-749 *5 *6)) (-5 *3 (-421 *6)))) (-3757 (*1 *2 *3 *4) (-12 (-5 *3 (-421 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1274 *5)) (-5 *1 (-749 *5 *2)) (-4 *5 (-376)))) (-1455 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| -1790 (-419 *3)) (|:| |special| (-419 *3)))) (-5 *1 (-749 *5 *3)))) (-3801 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| -1790 *3) (|:| |special| *3))) (-5 *1 (-749 *5 *3)))))
-(-10 -7 (-15 -3801 ((-2 (|:| -1790 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -1455 ((-2 (|:| -1790 (-419 |#2|)) (|:| |special| (-419 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -3757 (|#2| (-421 |#2|) (-1 |#2| |#2|))) (-15 -1405 ((-2 (|:| |poly| |#2|) (|:| -1790 (-421 |#2|)) (|:| |special| (-421 |#2|))) (-421 |#2|) (-1 |#2| |#2|))))
-((-2435 ((|#7| (-663 |#5|) |#6|) NIL T ELT)) (-2067 ((|#7| (-1 |#5| |#4|) |#6|) 27 T ELT)))
-(((-750 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2067 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -2435 (|#7| (-663 |#5|) |#6|))) (-871) (-815) (-815) (-1080) (-1080) (-979 |#4| |#2| |#1|) (-979 |#5| |#3| |#1|)) (T -750))
-((-2435 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *9)) (-4 *9 (-1080)) (-4 *5 (-871)) (-4 *6 (-815)) (-4 *8 (-1080)) (-4 *2 (-979 *9 *7 *5)) (-5 *1 (-750 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-815)) (-4 *4 (-979 *8 *6 *5)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1080)) (-4 *9 (-1080)) (-4 *5 (-871)) (-4 *6 (-815)) (-4 *2 (-979 *9 *7 *5)) (-5 *1 (-750 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-815)) (-4 *4 (-979 *8 *6 *5)))))
-(-10 -7 (-15 -2067 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -2435 (|#7| (-663 |#5|) |#6|)))
-((-2067 ((|#7| (-1 |#2| |#1|) |#6|) 28 T ELT)))
-(((-751 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2067 (|#7| (-1 |#2| |#1|) |#6|))) (-871) (-871) (-815) (-815) (-1080) (-979 |#5| |#3| |#1|) (-979 |#5| |#4| |#2|)) (T -751))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-871)) (-4 *6 (-871)) (-4 *7 (-815)) (-4 *9 (-1080)) (-4 *2 (-979 *9 *8 *6)) (-5 *1 (-751 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-815)) (-4 *4 (-979 *9 *7 *5)))))
-(-10 -7 (-15 -2067 (|#7| (-1 |#2| |#1|) |#6|)))
-((-3388 (((-419 |#4|) |#4|) 42 T ELT)))
-(((-752 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3388 ((-419 |#4|) |#4|))) (-815) (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208))))) (-319) (-979 (-975 |#3|) |#1| |#2|)) (T -752))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208)))))) (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-752 *4 *5 *6 *3)) (-4 *3 (-979 (-975 *6) *4 *5)))))
-(-10 -7 (-15 -3388 ((-419 |#4|) |#4|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-888 |#1|)) $) NIL T ELT)) (-3349 (((-1202 $) $ (-888 |#1|)) NIL T ELT) (((-1202 |#2|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-888 |#1|))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#2| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-888 |#1|) "failed") $) NIL T ELT)) (-3056 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-888 |#1|) $) NIL T ELT)) (-2076 (($ $ $ (-888 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-888 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#2| (-939)) ELT)) (-1524 (($ $ |#2| (-545 (-888 |#1|)) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-888 |#1|) (-911 (-391))) (|has| |#2| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-888 |#1|) (-911 (-560))) (|has| |#2| (-911 (-560)))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3541 (($ (-1202 |#2|) (-888 |#1|)) NIL T ELT) (($ (-1202 $) (-888 |#1|)) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#2| (-545 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-888 |#1|)) NIL T ELT)) (-4486 (((-545 (-888 |#1|)) $) NIL T ELT) (((-793) $ (-888 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-888 |#1|))) NIL T ELT)) (-1729 (($ (-1 (-545 (-888 |#1|)) (-545 (-888 |#1|))) $) NIL T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1762 (((-3 (-888 |#1|) "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#2| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-888 |#1|)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#2| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#2| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#2| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-888 |#1|) |#2|) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 |#2|)) NIL T ELT) (($ $ (-888 |#1|) $) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 $)) NIL T ELT)) (-3622 (($ $ (-888 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2457 (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|)) NIL T ELT)) (-4283 (((-545 (-888 |#1|)) $) NIL T ELT) (((-793) $ (-888 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-888 |#1|))) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-888 |#1|) (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-888 |#1|) (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-888 |#1|) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-2389 ((|#2| $) NIL (|has| |#2| (-466)) ELT) (($ $ (-888 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-888 |#1|)) NIL T ELT) (($ $) NIL (|has| |#2| (-571)) ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ (-545 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#2| (-939))) (|has| |#2| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-663 (-888 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-888 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-888 |#1|))) NIL T ELT) (($ $ (-888 |#1|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
-(((-753 |#1| |#2|) (-979 |#2| (-545 (-888 |#1|)) (-888 |#1|)) (-663 (-1208)) (-1080)) (T -753))
-NIL
-(-979 |#2| (-545 (-888 |#1|)) (-888 |#1|))
-((-2264 (((-2 (|:| -2180 (-975 |#3|)) (|:| -4404 (-975 |#3|))) |#4|) 14 T ELT)) (-1542 ((|#4| |#4| |#2|) 33 T ELT)) (-2209 ((|#4| (-421 (-975 |#3|)) |#2|) 64 T ELT)) (-3235 ((|#4| (-1202 (-975 |#3|)) |#2|) 77 T ELT)) (-1942 ((|#4| (-1202 |#4|) |#2|) 51 T ELT)) (-2772 ((|#4| |#4| |#2|) 54 T ELT)) (-3388 (((-419 |#4|) |#4|) 40 T ELT)))
-(((-754 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2264 ((-2 (|:| -2180 (-975 |#3|)) (|:| -4404 (-975 |#3|))) |#4|)) (-15 -2772 (|#4| |#4| |#2|)) (-15 -1942 (|#4| (-1202 |#4|) |#2|)) (-15 -1542 (|#4| |#4| |#2|)) (-15 -3235 (|#4| (-1202 (-975 |#3|)) |#2|)) (-15 -2209 (|#4| (-421 (-975 |#3|)) |#2|)) (-15 -3388 ((-419 |#4|) |#4|))) (-815) (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)))) (-571) (-979 (-421 (-975 |#3|)) |#1| |#2|)) (T -754))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *6 (-571)) (-5 *2 (-419 *3)) (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-979 (-421 (-975 *6)) *4 *5)))) (-2209 (*1 *2 *3 *4) (-12 (-4 *6 (-571)) (-4 *2 (-979 *3 *5 *4)) (-5 *1 (-754 *5 *4 *6 *2)) (-5 *3 (-421 (-975 *6))) (-4 *5 (-815)) (-4 *4 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))))) (-3235 (*1 *2 *3 *4) (-12 (-5 *3 (-1202 (-975 *6))) (-4 *6 (-571)) (-4 *2 (-979 (-421 (-975 *6)) *5 *4)) (-5 *1 (-754 *5 *4 *6 *2)) (-4 *5 (-815)) (-4 *4 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))))) (-1542 (*1 *2 *2 *3) (-12 (-4 *4 (-815)) (-4 *3 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *5 (-571)) (-5 *1 (-754 *4 *3 *5 *2)) (-4 *2 (-979 (-421 (-975 *5)) *4 *3)))) (-1942 (*1 *2 *3 *4) (-12 (-5 *3 (-1202 *2)) (-4 *2 (-979 (-421 (-975 *6)) *5 *4)) (-5 *1 (-754 *5 *4 *6 *2)) (-4 *5 (-815)) (-4 *4 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *6 (-571)))) (-2772 (*1 *2 *2 *3) (-12 (-4 *4 (-815)) (-4 *3 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *5 (-571)) (-5 *1 (-754 *4 *3 *5 *2)) (-4 *2 (-979 (-421 (-975 *5)) *4 *3)))) (-2264 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *6 (-571)) (-5 *2 (-2 (|:| -2180 (-975 *6)) (|:| -4404 (-975 *6)))) (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-979 (-421 (-975 *6)) *4 *5)))))
-(-10 -7 (-15 -2264 ((-2 (|:| -2180 (-975 |#3|)) (|:| -4404 (-975 |#3|))) |#4|)) (-15 -2772 (|#4| |#4| |#2|)) (-15 -1942 (|#4| (-1202 |#4|) |#2|)) (-15 -1542 (|#4| |#4| |#2|)) (-15 -3235 (|#4| (-1202 (-975 |#3|)) |#2|)) (-15 -2209 (|#4| (-421 (-975 |#3|)) |#2|)) (-15 -3388 ((-419 |#4|) |#4|)))
-((-3388 (((-419 |#4|) |#4|) 54 T ELT)))
-(((-755 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3388 ((-419 |#4|) |#4|))) (-815) (-871) (-13 (-319) (-149)) (-979 (-421 |#3|) |#1| |#2|)) (T -755))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-13 (-319) (-149))) (-5 *2 (-419 *3)) (-5 *1 (-755 *4 *5 *6 *3)) (-4 *3 (-979 (-421 *6) *4 *5)))))
-(-10 -7 (-15 -3388 ((-419 |#4|) |#4|)))
-((-2067 (((-757 |#2| |#3|) (-1 |#2| |#1|) (-757 |#1| |#3|)) 18 T ELT)))
-(((-756 |#1| |#2| |#3|) (-10 -7 (-15 -2067 ((-757 |#2| |#3|) (-1 |#2| |#1|) (-757 |#1| |#3|)))) (-1080) (-1080) (-748)) (T -756))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-757 *5 *7)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-4 *7 (-748)) (-5 *2 (-757 *6 *7)) (-5 *1 (-756 *5 *6 *7)))))
-(-10 -7 (-15 -2067 ((-757 |#2| |#3|) (-1 |#2| |#1|) (-757 |#1| |#3|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 36 T ELT)) (-2842 (((-663 (-2 (|:| -1398 |#1|) (|:| -4002 |#2|))) $) 37 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-1450 (((-793)) 22 (-12 (|has| |#2| (-381)) (|has| |#1| (-381))) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) 76 T ELT) (((-3 |#1| "failed") $) 79 T ELT)) (-3056 ((|#2| $) NIL T ELT) ((|#1| $) NIL T ELT)) (-2474 (($ $) 102 (|has| |#2| (-871)) ELT)) (-4310 (((-3 $ "failed") $) 85 T ELT)) (-3362 (($) 48 (-12 (|has| |#2| (-381)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) 70 T ELT)) (-3548 (((-663 $) $) 52 T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| |#2|) 17 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 68 T ELT)) (-2608 (((-948) $) 43 (-12 (|has| |#2| (-381)) (|has| |#1| (-381))) ELT)) (-2439 ((|#2| $) 101 (|has| |#2| (-871)) ELT)) (-2450 ((|#1| $) 100 (|has| |#2| (-871)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) 35 (-12 (|has| |#2| (-381)) (|has| |#1| (-381))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 99 T ELT) (($ (-560)) 59 T ELT) (($ |#2|) 55 T ELT) (($ |#1|) 56 T ELT) (($ (-663 (-2 (|:| -1398 |#1|) (|:| -4002 |#2|)))) 11 T ELT)) (-2277 (((-663 |#1|) $) 54 T ELT)) (-2453 ((|#1| $ |#2|) 115 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 12 T CONST)) (-1439 (($) 44 T CONST)) (-2329 (((-114) $ $) 105 T ELT)) (-2426 (($ $) 61 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 33 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 66 T ELT) (($ $ $) 118 T ELT) (($ |#1| $) 63 (|has| |#1| (-175)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT)))
-(((-757 |#1| |#2|) (-13 (-1080) (-1069 |#2|) (-1069 |#1|) (-10 -8 (-15 -3528 ($ |#1| |#2|)) (-15 -2453 (|#1| $ |#2|)) (-15 -2539 ($ (-663 (-2 (|:| -1398 |#1|) (|:| -4002 |#2|))))) (-15 -2842 ((-663 (-2 (|:| -1398 |#1|) (|:| -4002 |#2|))) $)) (-15 -2067 ($ (-1 |#1| |#1|) $)) (-15 -4045 ((-114) $)) (-15 -2277 ((-663 |#1|) $)) (-15 -3548 ((-663 $) $)) (-15 -2541 ((-793) $)) (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-381)) (IF (|has| |#2| (-381)) (-6 (-381)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-871)) (PROGN (-15 -2439 (|#2| $)) (-15 -2450 (|#1| $)) (-15 -2474 ($ $))) |%noBranch|))) (-1080) (-748)) (T -757))
-((-3528 (*1 *1 *2 *3) (-12 (-5 *1 (-757 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-748)))) (-2453 (*1 *2 *1 *3) (-12 (-4 *2 (-1080)) (-5 *1 (-757 *2 *3)) (-4 *3 (-748)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -1398 *3) (|:| -4002 *4)))) (-4 *3 (-1080)) (-4 *4 (-748)) (-5 *1 (-757 *3 *4)))) (-2842 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| -1398 *3) (|:| -4002 *4)))) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-748)))) (-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-757 *3 *4)) (-4 *4 (-748)))) (-4045 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-748)))) (-2277 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-748)))) (-3548 (*1 *2 *1) (-12 (-5 *2 (-663 (-757 *3 *4))) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-748)))) (-2541 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-748)))) (-2439 (*1 *2 *1) (-12 (-4 *2 (-748)) (-4 *2 (-871)) (-5 *1 (-757 *3 *2)) (-4 *3 (-1080)))) (-2450 (*1 *2 *1) (-12 (-4 *2 (-1080)) (-5 *1 (-757 *2 *3)) (-4 *3 (-871)) (-4 *3 (-748)))) (-2474 (*1 *1 *1) (-12 (-5 *1 (-757 *2 *3)) (-4 *3 (-871)) (-4 *2 (-1080)) (-4 *3 (-748)))))
-(-13 (-1080) (-1069 |#2|) (-1069 |#1|) (-10 -8 (-15 -3528 ($ |#1| |#2|)) (-15 -2453 (|#1| $ |#2|)) (-15 -2539 ($ (-663 (-2 (|:| -1398 |#1|) (|:| -4002 |#2|))))) (-15 -2842 ((-663 (-2 (|:| -1398 |#1|) (|:| -4002 |#2|))) $)) (-15 -2067 ($ (-1 |#1| |#1|) $)) (-15 -4045 ((-114) $)) (-15 -2277 ((-663 |#1|) $)) (-15 -3548 ((-663 $) $)) (-15 -2541 ((-793) $)) (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-381)) (IF (|has| |#2| (-381)) (-6 (-381)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-871)) (PROGN (-15 -2439 (|#2| $)) (-15 -2450 (|#1| $)) (-15 -2474 ($ $))) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-4167 (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ $ $) 94 T ELT)) (-2351 (($ $ $) 98 T ELT)) (-3326 (((-114) $ $) 106 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2481 (($ (-663 |#1|)) 26 T ELT) (($) 17 T ELT)) (-2501 (($ (-1 (-114) |#1|) $) 85 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-2813 (($ $) 87 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1784 (($ |#1| $) 71 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) 79 (|has| $ (-6 -4509)) ELT) (($ |#1| $ (-560)) 77 T ELT) (($ (-1 (-114) |#1|) $ (-560)) 80 T ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (($ |#1| $ (-560)) 82 T ELT) (($ (-1 (-114) |#1|) $ (-560)) 83 T ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-3249 (((-114) $ $) 105 T ELT)) (-3821 (($) 15 T ELT) (($ |#1|) 28 T ELT) (($ (-663 |#1|)) 23 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) 38 T ELT)) (-2791 (((-114) |#1| $) 66 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 90 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 91 T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4340 (($ $ $) 96 T ELT)) (-1688 ((|#1| $) 63 T ELT)) (-1368 (($ |#1| $) 64 T ELT) (($ |#1| $ (-793)) 88 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-1950 ((|#1| $) 62 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 57 T ELT)) (-1423 (($) 14 T ELT)) (-2903 (((-663 (-2 (|:| -2660 |#1|) (|:| -3150 (-793)))) $) 56 T ELT)) (-4233 (($ $ |#1|) NIL T ELT) (($ $ $) 97 T ELT)) (-2694 (($) 16 T ELT) (($ (-663 |#1|)) 25 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 69 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) 81 T ELT)) (-4417 (((-549) $) 36 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 22 T ELT)) (-2539 (((-887) $) 50 T ELT)) (-3467 (($ (-663 |#1|)) 27 T ELT) (($) 18 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1446 (($ (-663 |#1|)) 24 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 102 T ELT)) (-2305 (((-793) $) 68 (|has| $ (-6 -4509)) ELT)))
-(((-758 |#1|) (-13 (-759 |#1|) (-10 -8 (-6 -4509) (-6 -4510) (-15 -3821 ($)) (-15 -3821 ($ |#1|)) (-15 -3821 ($ (-663 |#1|))) (-15 -2559 ((-663 |#1|) $)) (-15 -2025 ($ |#1| $ (-560))) (-15 -2025 ($ (-1 (-114) |#1|) $ (-560))) (-15 -1784 ($ |#1| $ (-560))) (-15 -1784 ($ (-1 (-114) |#1|) $ (-560))))) (-1132)) (T -758))
-((-3821 (*1 *1) (-12 (-5 *1 (-758 *2)) (-4 *2 (-1132)))) (-3821 (*1 *1 *2) (-12 (-5 *1 (-758 *2)) (-4 *2 (-1132)))) (-3821 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-758 *3)))) (-2559 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-758 *3)) (-4 *3 (-1132)))) (-2025 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-758 *2)) (-4 *2 (-1132)))) (-2025 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-114) *4)) (-5 *3 (-560)) (-4 *4 (-1132)) (-5 *1 (-758 *4)))) (-1784 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-758 *2)) (-4 *2 (-1132)))) (-1784 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-114) *4)) (-5 *3 (-560)) (-4 *4 (-1132)) (-5 *1 (-758 *4)))))
-(-13 (-759 |#1|) (-10 -8 (-6 -4509) (-6 -4510) (-15 -3821 ($)) (-15 -3821 ($ |#1|)) (-15 -3821 ($ (-663 |#1|))) (-15 -2559 ((-663 |#1|) $)) (-15 -2025 ($ |#1| $ (-560))) (-15 -2025 ($ (-1 (-114) |#1|) $ (-560))) (-15 -1784 ($ |#1| $ (-560))) (-15 -1784 ($ (-1 (-114) |#1|) $ (-560)))))
-((-2294 (((-114) $ $) 22 T ELT)) (-4167 (($ |#1| $) 84 T ELT) (($ $ |#1|) 83 T ELT) (($ $ $) 82 T ELT)) (-2351 (($ $ $) 80 T ELT)) (-3326 (((-114) $ $) 81 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2481 (($ (-663 |#1|)) 76 T ELT) (($) 75 T ELT)) (-2501 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2813 (($ $) 69 T ELT)) (-2885 (($ $) 65 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ |#1| $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4509)) ELT)) (-2025 (($ |#1| $) 64 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-3249 (((-114) $ $) 72 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 T ELT)) (-4340 (($ $ $) 77 T ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT) (($ |#1| $ (-793)) 70 T ELT)) (-3139 (((-1151) $) 24 T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-2903 (((-663 (-2 (|:| -2660 |#1|) (|:| -3150 (-793)))) $) 68 T ELT)) (-4233 (($ $ |#1|) 79 T ELT) (($ $ $) 78 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 57 T ELT)) (-2539 (((-887) $) 20 T ELT)) (-3467 (($ (-663 |#1|)) 74 T ELT) (($) 73 T ELT)) (-3860 (((-114) $ $) 23 T ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 T ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-759 |#1|) (-142) (-1132)) (T -759))
-NIL
-(-13 (-717 |t#1|) (-1130 |t#1|))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-632 (-887)) . T) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-717 |#1|) . T) ((-1130 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-1773 (((-1304) (-1190)) 8 T ELT)))
-(((-760) (-10 -7 (-15 -1773 ((-1304) (-1190))))) (T -760))
-((-1773 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-760)))))
-(-10 -7 (-15 -1773 ((-1304) (-1190))))
-((-2679 (((-663 |#1|) (-663 |#1|) (-663 |#1|)) 15 T ELT)))
-(((-761 |#1|) (-10 -7 (-15 -2679 ((-663 |#1|) (-663 |#1|) (-663 |#1|)))) (-871)) (T -761))
-((-2679 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-761 *3)))))
-(-10 -7 (-15 -2679 ((-663 |#1|) (-663 |#1|) (-663 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 |#2|) $) 156 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 149 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 148 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 146 (|has| |#1| (-571)) ELT)) (-3594 (($ $) 105 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 88 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3401 (($ $) 87 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2837 (($ $) 104 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 89 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3623 (($ $) 103 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 90 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) 22 T CONST)) (-2474 (($ $) 140 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1928 (((-975 |#1|) $ (-793)) 118 T ELT) (((-975 |#1|) $ (-793) (-793)) 117 T ELT)) (-4405 (((-114) $) 157 T ELT)) (-4447 (($) 115 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-793) $ |#2|) 120 T ELT) (((-793) $ |#2| (-793)) 119 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 86 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4045 (((-114) $) 138 T ELT)) (-3528 (($ $ (-663 |#2|) (-663 (-545 |#2|))) 155 T ELT) (($ $ |#2| (-545 |#2|)) 154 T ELT) (($ |#1| (-545 |#2|)) 139 T ELT) (($ $ |#2| (-793)) 122 T ELT) (($ $ (-663 |#2|) (-663 (-793))) 121 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 137 T ELT)) (-1842 (($ $) 112 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) 135 T ELT)) (-2450 ((|#1| $) 134 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3071 (($ $ |#2|) 116 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2674 (($ $ (-793)) 123 T ELT)) (-2283 (((-3 $ "failed") $ $) 150 (|has| |#1| (-571)) ELT)) (-1920 (($ $) 113 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (($ $ |#2| $) 131 T ELT) (($ $ (-663 |#2|) (-663 $)) 130 T ELT) (($ $ (-663 (-305 $))) 129 T ELT) (($ $ (-305 $)) 128 T ELT) (($ $ $ $) 127 T ELT) (($ $ (-663 $) (-663 $)) 126 T ELT)) (-2457 (($ $ (-663 |#2|) (-663 (-793))) 49 T ELT) (($ $ |#2| (-793)) 48 T ELT) (($ $ (-663 |#2|)) 47 T ELT) (($ $ |#2|) 45 T ELT)) (-4283 (((-545 |#2|) $) 136 T ELT)) (-3637 (($ $) 102 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 91 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 101 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 92 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 100 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 93 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 158 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 153 (|has| |#1| (-175)) ELT) (($ $) 151 (|has| |#1| (-571)) ELT) (($ (-421 (-560))) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2453 ((|#1| $ (-545 |#2|)) 141 T ELT) (($ $ |#2| (-793)) 125 T ELT) (($ $ (-663 |#2|) (-663 (-793))) 124 T ELT)) (-3187 (((-713 $) $) 152 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3671 (($ $) 111 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 99 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) 147 (|has| |#1| (-571)) ELT)) (-3649 (($ $) 110 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 98 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 109 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 97 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2979 (($ $) 108 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 96 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 107 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 95 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 106 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 94 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-663 |#2|) (-663 (-793))) 52 T ELT) (($ $ |#2| (-793)) 51 T ELT) (($ $ (-663 |#2|)) 50 T ELT) (($ $ |#2|) 46 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 142 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ $) 114 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 85 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 145 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 133 T ELT) (($ $ |#1|) 132 T ELT)))
-(((-762 |#1| |#2|) (-142) (-1080) (-871)) (T -762))
-((-2453 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *2)) (-4 *4 (-1080)) (-4 *2 (-871)))) (-2453 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *5)) (-5 *3 (-663 (-793))) (-4 *1 (-762 *4 *5)) (-4 *4 (-1080)) (-4 *5 (-871)))) (-2674 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-762 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-871)))) (-3528 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *2)) (-4 *4 (-1080)) (-4 *2 (-871)))) (-3528 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *5)) (-5 *3 (-663 (-793))) (-4 *1 (-762 *4 *5)) (-4 *4 (-1080)) (-4 *5 (-871)))) (-2252 (*1 *2 *1 *3) (-12 (-4 *1 (-762 *4 *3)) (-4 *4 (-1080)) (-4 *3 (-871)) (-5 *2 (-793)))) (-2252 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-793)) (-4 *1 (-762 *4 *3)) (-4 *4 (-1080)) (-4 *3 (-871)))) (-1928 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *5)) (-4 *4 (-1080)) (-4 *5 (-871)) (-5 *2 (-975 *4)))) (-1928 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *5)) (-4 *4 (-1080)) (-4 *5 (-871)) (-5 *2 (-975 *4)))) (-3071 (*1 *1 *1 *2) (-12 (-4 *1 (-762 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-871)) (-4 *3 (-38 (-421 (-560)))))))
-(-13 (-927 |t#2|) (-1004 |t#1| (-545 |t#2|) |t#2|) (-528 |t#2| $) (-321 $) (-10 -8 (-15 -2453 ($ $ |t#2| (-793))) (-15 -2453 ($ $ (-663 |t#2|) (-663 (-793)))) (-15 -2674 ($ $ (-793))) (-15 -3528 ($ $ |t#2| (-793))) (-15 -3528 ($ $ (-663 |t#2|) (-663 (-793)))) (-15 -2252 ((-793) $ |t#2|)) (-15 -2252 ((-793) $ |t#2| (-793))) (-15 -1928 ((-975 |t#1|) $ (-793))) (-15 -1928 ((-975 |t#1|) $ (-793) (-793))) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $ |t#2|)) (-6 (-1033)) (-6 (-1234))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-545 |#2|)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-302) |has| |#1| (-571)) ((-321 $) . T) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-528 |#2| $) . T) ((-528 $ $) . T) ((-571) |has| |#1| (-571)) ((-668 #1#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #1#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-921 $ |#2|) . T) ((-927 |#2|) . T) ((-929 |#2|) . T) ((-1004 |#1| #0# |#2|) . T) ((-1033) |has| |#1| (-38 (-421 (-560)))) ((-1082 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1087 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1234) |has| |#1| (-38 (-421 (-560)))) ((-1237) |has| |#1| (-38 (-421 (-560)))) ((-1248) . T))
-((-3388 (((-419 (-1202 |#4|)) (-1202 |#4|)) 30 T ELT) (((-419 |#4|) |#4|) 26 T ELT)))
-(((-763 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3388 ((-419 |#4|) |#4|)) (-15 -3388 ((-419 (-1202 |#4|)) (-1202 |#4|)))) (-871) (-815) (-13 (-319) (-149)) (-979 |#3| |#2| |#1|)) (T -763))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-979 *6 *5 *4)) (-5 *2 (-419 (-1202 *7))) (-5 *1 (-763 *4 *5 *6 *7)) (-5 *3 (-1202 *7)))) (-3388 (*1 *2 *3) (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-13 (-319) (-149))) (-5 *2 (-419 *3)) (-5 *1 (-763 *4 *5 *6 *3)) (-4 *3 (-979 *6 *5 *4)))))
-(-10 -7 (-15 -3388 ((-419 |#4|) |#4|)) (-15 -3388 ((-419 (-1202 |#4|)) (-1202 |#4|))))
-((-2761 (((-419 |#4|) |#4| |#2|) 140 T ELT)) (-3504 (((-419 |#4|) |#4|) NIL T ELT)) (-2326 (((-419 (-1202 |#4|)) (-1202 |#4|)) 127 T ELT) (((-419 |#4|) |#4|) 52 T ELT)) (-2410 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-663 (-2 (|:| -3388 (-1202 |#4|)) (|:| -3881 (-560)))))) (-1202 |#4|) (-663 |#2|) (-663 (-663 |#3|))) 81 T ELT)) (-2771 (((-1202 |#3|) (-1202 |#3|) (-560)) 166 T ELT)) (-4317 (((-663 (-793)) (-1202 |#4|) (-663 |#2|) (-793)) 75 T ELT)) (-2094 (((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-1202 |#3|) (-1202 |#3|) |#4| (-663 |#2|) (-663 (-793)) (-663 |#3|)) 79 T ELT)) (-3546 (((-2 (|:| |upol| (-1202 |#3|)) (|:| |Lval| (-663 |#3|)) (|:| |Lfact| (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560))))) (|:| |ctpol| |#3|)) (-1202 |#4|) (-663 |#2|) (-663 (-663 |#3|))) 27 T ELT)) (-1922 (((-2 (|:| -1862 (-1202 |#4|)) (|:| |polval| (-1202 |#3|))) (-1202 |#4|) (-1202 |#3|) (-560)) 72 T ELT)) (-3618 (((-560) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560))))) 162 T ELT)) (-2074 ((|#4| (-560) (-419 |#4|)) 73 T ELT)) (-2469 (((-114) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560)))) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560))))) NIL T ELT)))
-(((-764 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2326 ((-419 |#4|) |#4|)) (-15 -2326 ((-419 (-1202 |#4|)) (-1202 |#4|))) (-15 -3504 ((-419 |#4|) |#4|)) (-15 -3618 ((-560) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560)))))) (-15 -2761 ((-419 |#4|) |#4| |#2|)) (-15 -1922 ((-2 (|:| -1862 (-1202 |#4|)) (|:| |polval| (-1202 |#3|))) (-1202 |#4|) (-1202 |#3|) (-560))) (-15 -2410 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-663 (-2 (|:| -3388 (-1202 |#4|)) (|:| -3881 (-560)))))) (-1202 |#4|) (-663 |#2|) (-663 (-663 |#3|)))) (-15 -3546 ((-2 (|:| |upol| (-1202 |#3|)) (|:| |Lval| (-663 |#3|)) (|:| |Lfact| (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560))))) (|:| |ctpol| |#3|)) (-1202 |#4|) (-663 |#2|) (-663 (-663 |#3|)))) (-15 -2074 (|#4| (-560) (-419 |#4|))) (-15 -2469 ((-114) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560)))) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560)))))) (-15 -2094 ((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-1202 |#3|) (-1202 |#3|) |#4| (-663 |#2|) (-663 (-793)) (-663 |#3|))) (-15 -4317 ((-663 (-793)) (-1202 |#4|) (-663 |#2|) (-793))) (-15 -2771 ((-1202 |#3|) (-1202 |#3|) (-560)))) (-815) (-871) (-319) (-979 |#3| |#1| |#2|)) (T -764))
-((-2771 (*1 *2 *2 *3) (-12 (-5 *2 (-1202 *6)) (-5 *3 (-560)) (-4 *6 (-319)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-979 *6 *4 *5)))) (-4317 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1202 *9)) (-5 *4 (-663 *7)) (-4 *7 (-871)) (-4 *9 (-979 *8 *6 *7)) (-4 *6 (-815)) (-4 *8 (-319)) (-5 *2 (-663 (-793))) (-5 *1 (-764 *6 *7 *8 *9)) (-5 *5 (-793)))) (-2094 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1202 *11)) (-5 *6 (-663 *10)) (-5 *7 (-663 (-793))) (-5 *8 (-663 *11)) (-4 *10 (-871)) (-4 *11 (-319)) (-4 *9 (-815)) (-4 *5 (-979 *11 *9 *10)) (-5 *2 (-663 (-1202 *5))) (-5 *1 (-764 *9 *10 *11 *5)) (-5 *3 (-1202 *5)))) (-2469 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-2 (|:| -3388 (-1202 *6)) (|:| -3881 (-560))))) (-4 *6 (-319)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)) (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-979 *6 *4 *5)))) (-2074 (*1 *2 *3 *4) (-12 (-5 *3 (-560)) (-5 *4 (-419 *2)) (-4 *2 (-979 *7 *5 *6)) (-5 *1 (-764 *5 *6 *7 *2)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-319)))) (-3546 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1202 *9)) (-5 *4 (-663 *7)) (-5 *5 (-663 (-663 *8))) (-4 *7 (-871)) (-4 *8 (-319)) (-4 *9 (-979 *8 *6 *7)) (-4 *6 (-815)) (-5 *2 (-2 (|:| |upol| (-1202 *8)) (|:| |Lval| (-663 *8)) (|:| |Lfact| (-663 (-2 (|:| -3388 (-1202 *8)) (|:| -3881 (-560))))) (|:| |ctpol| *8))) (-5 *1 (-764 *6 *7 *8 *9)))) (-2410 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-663 *7)) (-5 *5 (-663 (-663 *8))) (-4 *7 (-871)) (-4 *8 (-319)) (-4 *6 (-815)) (-4 *9 (-979 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-663 (-2 (|:| -3388 (-1202 *9)) (|:| -3881 (-560))))))) (-5 *1 (-764 *6 *7 *8 *9)) (-5 *3 (-1202 *9)))) (-1922 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-560)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-319)) (-4 *9 (-979 *8 *6 *7)) (-5 *2 (-2 (|:| -1862 (-1202 *9)) (|:| |polval| (-1202 *8)))) (-5 *1 (-764 *6 *7 *8 *9)) (-5 *3 (-1202 *9)) (-5 *4 (-1202 *8)))) (-2761 (*1 *2 *3 *4) (-12 (-4 *5 (-815)) (-4 *4 (-871)) (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-764 *5 *4 *6 *3)) (-4 *3 (-979 *6 *5 *4)))) (-3618 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -3388 (-1202 *6)) (|:| -3881 (-560))))) (-4 *6 (-319)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-560)) (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-979 *6 *4 *5)))) (-3504 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-764 *4 *5 *6 *3)) (-4 *3 (-979 *6 *4 *5)))) (-2326 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)) (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-419 (-1202 *7))) (-5 *1 (-764 *4 *5 *6 *7)) (-5 *3 (-1202 *7)))) (-2326 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-764 *4 *5 *6 *3)) (-4 *3 (-979 *6 *4 *5)))))
-(-10 -7 (-15 -2326 ((-419 |#4|) |#4|)) (-15 -2326 ((-419 (-1202 |#4|)) (-1202 |#4|))) (-15 -3504 ((-419 |#4|) |#4|)) (-15 -3618 ((-560) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560)))))) (-15 -2761 ((-419 |#4|) |#4| |#2|)) (-15 -1922 ((-2 (|:| -1862 (-1202 |#4|)) (|:| |polval| (-1202 |#3|))) (-1202 |#4|) (-1202 |#3|) (-560))) (-15 -2410 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-663 (-2 (|:| -3388 (-1202 |#4|)) (|:| -3881 (-560)))))) (-1202 |#4|) (-663 |#2|) (-663 (-663 |#3|)))) (-15 -3546 ((-2 (|:| |upol| (-1202 |#3|)) (|:| |Lval| (-663 |#3|)) (|:| |Lfact| (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560))))) (|:| |ctpol| |#3|)) (-1202 |#4|) (-663 |#2|) (-663 (-663 |#3|)))) (-15 -2074 (|#4| (-560) (-419 |#4|))) (-15 -2469 ((-114) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560)))) (-663 (-2 (|:| -3388 (-1202 |#3|)) (|:| -3881 (-560)))))) (-15 -2094 ((-3 (-663 (-1202 |#4|)) "failed") (-1202 |#4|) (-1202 |#3|) (-1202 |#3|) |#4| (-663 |#2|) (-663 (-793)) (-663 |#3|))) (-15 -4317 ((-663 (-793)) (-1202 |#4|) (-663 |#2|) (-793))) (-15 -2771 ((-1202 |#3|) (-1202 |#3|) (-560))))
-((-4368 (($ $ (-948)) 17 T ELT)))
-(((-765 |#1| |#2|) (-10 -8 (-15 -4368 (|#1| |#1| (-948)))) (-766 |#2|) (-175)) (T -765))
-NIL
-(-10 -8 (-15 -4368 (|#1| |#1| (-948))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3239 (($ $ (-948)) 36 T ELT)) (-4368 (($ $ (-948)) 43 T ELT)) (-4360 (($ $ (-948)) 37 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4172 (($ $ $) 33 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-4190 (($ $ $ $) 34 T ELT)) (-2927 (($ $ $) 32 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 38 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 45 T ELT) (($ |#1| $) 44 T ELT)))
+((-2983 (*1 *1) (-4 *1 (-748))) (-4489 (*1 *1) (-4 *1 (-748))) (-3363 (*1 *2 *1) (-12 (-4 *1 (-748)) (-5 *2 (-114)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-748)) (-5 *2 (-793)))) (-2167 (*1 *1 *1) (|partial| -4 *1 (-748))))
+(-13 (-1144) (-10 -8 (-15 (-2983) ($) -2292) (-15 -4489 ($) -2292) (-15 -3363 ((-114) $)) (-15 ** ($ $ (-793))) (-15 -2167 ((-3 $ "failed") $))))
+(((-102) . T) ((-632 (-888)) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2931 (((-2 (|:| -1940 (-419 |#2|)) (|:| |special| (-419 |#2|))) |#2| (-1 |#2| |#2|)) 39 T ELT)) (-2275 (((-2 (|:| -1940 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12 T ELT)) (-2215 ((|#2| (-421 |#2|) (-1 |#2| |#2|)) 13 T ELT)) (-2250 (((-2 (|:| |poly| |#2|) (|:| -1940 (-421 |#2|)) (|:| |special| (-421 |#2|))) (-421 |#2|) (-1 |#2| |#2|)) 48 T ELT)))
+(((-749 |#1| |#2|) (-10 -7 (-15 -2275 ((-2 (|:| -1940 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2931 ((-2 (|:| -1940 (-419 |#2|)) (|:| |special| (-419 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2215 (|#2| (-421 |#2|) (-1 |#2| |#2|))) (-15 -2250 ((-2 (|:| |poly| |#2|) (|:| -1940 (-421 |#2|)) (|:| |special| (-421 |#2|))) (-421 |#2|) (-1 |#2| |#2|)))) (-376) (-1275 |#1|)) (T -749))
+((-2250 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| |poly| *6) (|:| -1940 (-421 *6)) (|:| |special| (-421 *6)))) (-5 *1 (-749 *5 *6)) (-5 *3 (-421 *6)))) (-2215 (*1 *2 *3 *4) (-12 (-5 *3 (-421 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1275 *5)) (-5 *1 (-749 *5 *2)) (-4 *5 (-376)))) (-2931 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| -1940 (-419 *3)) (|:| |special| (-419 *3)))) (-5 *1 (-749 *5 *3)))) (-2275 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-376)) (-5 *2 (-2 (|:| -1940 *3) (|:| |special| *3))) (-5 *1 (-749 *5 *3)))))
+(-10 -7 (-15 -2275 ((-2 (|:| -1940 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2931 ((-2 (|:| -1940 (-419 |#2|)) (|:| |special| (-419 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2215 (|#2| (-421 |#2|) (-1 |#2| |#2|))) (-15 -2250 ((-2 (|:| |poly| |#2|) (|:| -1940 (-421 |#2|)) (|:| |special| (-421 |#2|))) (-421 |#2|) (-1 |#2| |#2|))))
+((-1777 ((|#7| (-663 |#5|) |#6|) NIL T ELT)) (-1793 ((|#7| (-1 |#5| |#4|) |#6|) 27 T ELT)))
+(((-750 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1793 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -1777 (|#7| (-663 |#5|) |#6|))) (-872) (-817) (-817) (-1081) (-1081) (-980 |#4| |#2| |#1|) (-980 |#5| |#3| |#1|)) (T -750))
+((-1777 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *9)) (-4 *9 (-1081)) (-4 *5 (-872)) (-4 *6 (-817)) (-4 *8 (-1081)) (-4 *2 (-980 *9 *7 *5)) (-5 *1 (-750 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-817)) (-4 *4 (-980 *8 *6 *5)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1081)) (-4 *9 (-1081)) (-4 *5 (-872)) (-4 *6 (-817)) (-4 *2 (-980 *9 *7 *5)) (-5 *1 (-750 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-817)) (-4 *4 (-980 *8 *6 *5)))))
+(-10 -7 (-15 -1793 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -1777 (|#7| (-663 |#5|) |#6|)))
+((-1793 ((|#7| (-1 |#2| |#1|) |#6|) 28 T ELT)))
+(((-751 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1793 (|#7| (-1 |#2| |#1|) |#6|))) (-872) (-872) (-817) (-817) (-1081) (-980 |#5| |#3| |#1|) (-980 |#5| |#4| |#2|)) (T -751))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-872)) (-4 *6 (-872)) (-4 *7 (-817)) (-4 *9 (-1081)) (-4 *2 (-980 *9 *8 *6)) (-5 *1 (-751 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-817)) (-4 *4 (-980 *9 *7 *5)))))
+(-10 -7 (-15 -1793 (|#7| (-1 |#2| |#1|) |#6|)))
+((-2549 (((-419 |#4|) |#4|) 42 T ELT)))
+(((-752 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2549 ((-419 |#4|) |#4|))) (-817) (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209))))) (-319) (-980 (-976 |#3|) |#1| |#2|)) (T -752))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209)))))) (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-752 *4 *5 *6 *3)) (-4 *3 (-980 (-976 *6) *4 *5)))))
+(-10 -7 (-15 -2549 ((-419 |#4|) |#4|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-889 |#1|)) $) NIL T ELT)) (-2517 (((-1203 $) $ (-889 |#1|)) NIL T ELT) (((-1203 |#2|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-889 |#1|))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#2| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-889 |#1|) "failed") $) NIL T ELT)) (-4072 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-889 |#1|) $) NIL T ELT)) (-3273 (($ $ $ (-889 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-889 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#2| (-940)) ELT)) (-4240 (($ $ |#2| (-545 (-889 |#1|)) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-889 |#1|) (-912 (-391))) (|has| |#2| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-889 |#1|) (-912 (-560))) (|has| |#2| (-912 (-560)))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-2700 (($ (-1203 |#2|) (-889 |#1|)) NIL T ELT) (($ (-1203 $) (-889 |#1|)) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#2| (-545 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-889 |#1|)) NIL T ELT)) (-3654 (((-545 (-889 |#1|)) $) NIL T ELT) (((-793) $ (-889 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-889 |#1|))) NIL T ELT)) (-3097 (($ (-1 (-545 (-889 |#1|)) (-545 (-889 |#1|))) $) NIL T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3311 (((-3 (-889 |#1|) "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#2| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-889 |#1|)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#2| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#2| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#2| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-889 |#1|) |#2|) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 |#2|)) NIL T ELT) (($ $ (-889 |#1|) $) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 $)) NIL T ELT)) (-2810 (($ $ (-889 |#1|)) NIL (|has| |#2| (-175)) ELT)) (-2703 (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|)) NIL T ELT)) (-4144 (((-545 (-889 |#1|)) $) NIL T ELT) (((-793) $ (-889 |#1|)) NIL T ELT) (((-663 (-793)) $ (-663 (-889 |#1|))) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-889 |#1|) (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-889 |#1|) (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-889 |#1|) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-3878 ((|#2| $) NIL (|has| |#2| (-466)) ELT) (($ $ (-889 |#1|)) NIL (|has| |#2| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-889 |#1|)) NIL T ELT) (($ $) NIL (|has| |#2| (-571)) ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ (-545 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#2| (-940))) (|has| |#2| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-663 (-889 |#1|)) (-663 (-793))) NIL T ELT) (($ $ (-889 |#1|) (-793)) NIL T ELT) (($ $ (-663 (-889 |#1|))) NIL T ELT) (($ $ (-889 |#1|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
+(((-753 |#1| |#2|) (-980 |#2| (-545 (-889 |#1|)) (-889 |#1|)) (-663 (-1209)) (-1081)) (T -753))
+NIL
+(-980 |#2| (-545 (-889 |#1|)) (-889 |#1|))
+((-2857 (((-2 (|:| -3429 (-976 |#3|)) (|:| -2413 (-976 |#3|))) |#4|) 14 T ELT)) (-2473 ((|#4| |#4| |#2|) 33 T ELT)) (-3156 ((|#4| (-421 (-976 |#3|)) |#2|) 64 T ELT)) (-3550 ((|#4| (-1203 (-976 |#3|)) |#2|) 77 T ELT)) (-3779 ((|#4| (-1203 |#4|) |#2|) 51 T ELT)) (-3348 ((|#4| |#4| |#2|) 54 T ELT)) (-2549 (((-419 |#4|) |#4|) 40 T ELT)))
+(((-754 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2857 ((-2 (|:| -3429 (-976 |#3|)) (|:| -2413 (-976 |#3|))) |#4|)) (-15 -3348 (|#4| |#4| |#2|)) (-15 -3779 (|#4| (-1203 |#4|) |#2|)) (-15 -2473 (|#4| |#4| |#2|)) (-15 -3550 (|#4| (-1203 (-976 |#3|)) |#2|)) (-15 -3156 (|#4| (-421 (-976 |#3|)) |#2|)) (-15 -2549 ((-419 |#4|) |#4|))) (-817) (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)))) (-571) (-980 (-421 (-976 |#3|)) |#1| |#2|)) (T -754))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *6 (-571)) (-5 *2 (-419 *3)) (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-980 (-421 (-976 *6)) *4 *5)))) (-3156 (*1 *2 *3 *4) (-12 (-4 *6 (-571)) (-4 *2 (-980 *3 *5 *4)) (-5 *1 (-754 *5 *4 *6 *2)) (-5 *3 (-421 (-976 *6))) (-4 *5 (-817)) (-4 *4 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))))) (-3550 (*1 *2 *3 *4) (-12 (-5 *3 (-1203 (-976 *6))) (-4 *6 (-571)) (-4 *2 (-980 (-421 (-976 *6)) *5 *4)) (-5 *1 (-754 *5 *4 *6 *2)) (-4 *5 (-817)) (-4 *4 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))))) (-2473 (*1 *2 *2 *3) (-12 (-4 *4 (-817)) (-4 *3 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *5 (-571)) (-5 *1 (-754 *4 *3 *5 *2)) (-4 *2 (-980 (-421 (-976 *5)) *4 *3)))) (-3779 (*1 *2 *3 *4) (-12 (-5 *3 (-1203 *2)) (-4 *2 (-980 (-421 (-976 *6)) *5 *4)) (-5 *1 (-754 *5 *4 *6 *2)) (-4 *5 (-817)) (-4 *4 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *6 (-571)))) (-3348 (*1 *2 *2 *3) (-12 (-4 *4 (-817)) (-4 *3 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *5 (-571)) (-5 *1 (-754 *4 *3 *5 *2)) (-4 *2 (-980 (-421 (-976 *5)) *4 *3)))) (-2857 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *6 (-571)) (-5 *2 (-2 (|:| -3429 (-976 *6)) (|:| -2413 (-976 *6)))) (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-980 (-421 (-976 *6)) *4 *5)))))
+(-10 -7 (-15 -2857 ((-2 (|:| -3429 (-976 |#3|)) (|:| -2413 (-976 |#3|))) |#4|)) (-15 -3348 (|#4| |#4| |#2|)) (-15 -3779 (|#4| (-1203 |#4|) |#2|)) (-15 -2473 (|#4| |#4| |#2|)) (-15 -3550 (|#4| (-1203 (-976 |#3|)) |#2|)) (-15 -3156 (|#4| (-421 (-976 |#3|)) |#2|)) (-15 -2549 ((-419 |#4|) |#4|)))
+((-2549 (((-419 |#4|) |#4|) 54 T ELT)))
+(((-755 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2549 ((-419 |#4|) |#4|))) (-817) (-872) (-13 (-319) (-149)) (-980 (-421 |#3|) |#1| |#2|)) (T -755))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-13 (-319) (-149))) (-5 *2 (-419 *3)) (-5 *1 (-755 *4 *5 *6 *3)) (-4 *3 (-980 (-421 *6) *4 *5)))))
+(-10 -7 (-15 -2549 ((-419 |#4|) |#4|)))
+((-1793 (((-757 |#2| |#3|) (-1 |#2| |#1|) (-757 |#1| |#3|)) 18 T ELT)))
+(((-756 |#1| |#2| |#3|) (-10 -7 (-15 -1793 ((-757 |#2| |#3|) (-1 |#2| |#1|) (-757 |#1| |#3|)))) (-1081) (-1081) (-748)) (T -756))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-757 *5 *7)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-4 *7 (-748)) (-5 *2 (-757 *6 *7)) (-5 *1 (-756 *5 *6 *7)))))
+(-10 -7 (-15 -1793 ((-757 |#2| |#3|) (-1 |#2| |#1|) (-757 |#1| |#3|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 36 T ELT)) (-4436 (((-663 (-2 (|:| -3265 |#1|) (|:| -2724 |#2|))) $) 37 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2233 (((-793)) 22 (-12 (|has| |#2| (-381)) (|has| |#1| (-381))) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) 76 T ELT) (((-3 |#1| "failed") $) 79 T ELT)) (-4072 ((|#2| $) NIL T ELT) ((|#1| $) NIL T ELT)) (-4328 (($ $) 102 (|has| |#2| (-872)) ELT)) (-2167 (((-3 $ "failed") $) 85 T ELT)) (-2150 (($) 48 (-12 (|has| |#2| (-381)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) 70 T ELT)) (-1648 (((-663 $) $) 52 T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| |#2|) 17 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 68 T ELT)) (-3862 (((-949) $) 43 (-12 (|has| |#2| (-381)) (|has| |#1| (-381))) ELT)) (-4295 ((|#2| $) 101 (|has| |#2| (-872)) ELT)) (-4307 ((|#1| $) 100 (|has| |#2| (-872)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) 35 (-12 (|has| |#2| (-381)) (|has| |#1| (-381))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 99 T ELT) (($ (-560)) 59 T ELT) (($ |#2|) 55 T ELT) (($ |#1|) 56 T ELT) (($ (-663 (-2 (|:| -3265 |#1|) (|:| -2724 |#2|)))) 11 T ELT)) (-1551 (((-663 |#1|) $) 54 T ELT)) (-3580 ((|#1| $ |#2|) 115 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 12 T CONST)) (-2983 (($) 44 T CONST)) (-2478 (((-114) $ $) 105 T ELT)) (-2581 (($ $) 61 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 33 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 66 T ELT) (($ $ $) 118 T ELT) (($ |#1| $) 63 (|has| |#1| (-175)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT)))
+(((-757 |#1| |#2|) (-13 (-1081) (-1070 |#2|) (-1070 |#1|) (-10 -8 (-15 -2682 ($ |#1| |#2|)) (-15 -3580 (|#1| $ |#2|)) (-15 -3834 ($ (-663 (-2 (|:| -3265 |#1|) (|:| -2724 |#2|))))) (-15 -4436 ((-663 (-2 (|:| -3265 |#1|) (|:| -2724 |#2|))) $)) (-15 -1793 ($ (-1 |#1| |#1|) $)) (-15 -3060 ((-114) $)) (-15 -1551 ((-663 |#1|) $)) (-15 -1648 ((-663 $) $)) (-15 -4055 ((-793) $)) (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-381)) (IF (|has| |#2| (-381)) (-6 (-381)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-872)) (PROGN (-15 -4295 (|#2| $)) (-15 -4307 (|#1| $)) (-15 -4328 ($ $))) |%noBranch|))) (-1081) (-748)) (T -757))
+((-2682 (*1 *1 *2 *3) (-12 (-5 *1 (-757 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-748)))) (-3580 (*1 *2 *1 *3) (-12 (-4 *2 (-1081)) (-5 *1 (-757 *2 *3)) (-4 *3 (-748)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -3265 *3) (|:| -2724 *4)))) (-4 *3 (-1081)) (-4 *4 (-748)) (-5 *1 (-757 *3 *4)))) (-4436 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| -3265 *3) (|:| -2724 *4)))) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-748)))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-757 *3 *4)) (-4 *4 (-748)))) (-3060 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-748)))) (-1551 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-748)))) (-1648 (*1 *2 *1) (-12 (-5 *2 (-663 (-757 *3 *4))) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-748)))) (-4055 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-748)))) (-4295 (*1 *2 *1) (-12 (-4 *2 (-748)) (-4 *2 (-872)) (-5 *1 (-757 *3 *2)) (-4 *3 (-1081)))) (-4307 (*1 *2 *1) (-12 (-4 *2 (-1081)) (-5 *1 (-757 *2 *3)) (-4 *3 (-872)) (-4 *3 (-748)))) (-4328 (*1 *1 *1) (-12 (-5 *1 (-757 *2 *3)) (-4 *3 (-872)) (-4 *2 (-1081)) (-4 *3 (-748)))))
+(-13 (-1081) (-1070 |#2|) (-1070 |#1|) (-10 -8 (-15 -2682 ($ |#1| |#2|)) (-15 -3580 (|#1| $ |#2|)) (-15 -3834 ($ (-663 (-2 (|:| -3265 |#1|) (|:| -2724 |#2|))))) (-15 -4436 ((-663 (-2 (|:| -3265 |#1|) (|:| -2724 |#2|))) $)) (-15 -1793 ($ (-1 |#1| |#1|) $)) (-15 -3060 ((-114) $)) (-15 -1551 ((-663 |#1|) $)) (-15 -1648 ((-663 $) $)) (-15 -4055 ((-793) $)) (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-381)) (IF (|has| |#2| (-381)) (-6 (-381)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-872)) (PROGN (-15 -4295 (|#2| $)) (-15 -4307 (|#1| $)) (-15 -4328 ($ $))) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-1419 (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ $ $) 94 T ELT)) (-3516 (($ $ $) 98 T ELT)) (-3147 (((-114) $ $) 106 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3992 (($ (-663 |#1|)) 26 T ELT) (($) 17 T ELT)) (-4174 (($ (-1 (-114) |#1|) $) 85 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1536 (($ $) 87 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1851 (($ |#1| $) 71 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) 79 (|has| $ (-6 -4510)) ELT) (($ |#1| $ (-560)) 77 T ELT) (($ (-1 (-114) |#1|) $ (-560)) 80 T ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ |#1| $ (-560)) 82 T ELT) (($ (-1 (-114) |#1|) $ (-560)) 83 T ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-4464 (((-114) $ $) 105 T ELT)) (-3454 (($) 15 T ELT) (($ |#1|) 28 T ELT) (($ (-663 |#1|)) 23 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) 38 T ELT)) (-3243 (((-114) |#1| $) 66 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 90 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 91 T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2921 (($ $ $) 96 T ELT)) (-3471 ((|#1| $) 63 T ELT)) (-3549 (($ |#1| $) 64 T ELT) (($ |#1| $ (-793)) 88 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-3194 ((|#1| $) 62 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 57 T ELT)) (-3614 (($) 14 T ELT)) (-4358 (((-663 (-2 (|:| -3529 |#1|) (|:| -1485 (-793)))) $) 56 T ELT)) (-2999 (($ $ |#1|) NIL T ELT) (($ $ $) 97 T ELT)) (-2389 (($) 16 T ELT) (($ (-663 |#1|)) 25 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 69 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) 81 T ELT)) (-1830 (((-549) $) 36 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 22 T ELT)) (-3834 (((-888) $) 50 T ELT)) (-2622 (($ (-663 |#1|)) 27 T ELT) (($) 18 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-1619 (($ (-663 |#1|)) 24 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 102 T ELT)) (-3819 (((-793) $) 68 (|has| $ (-6 -4510)) ELT)))
+(((-758 |#1|) (-13 (-759 |#1|) (-10 -8 (-6 -4510) (-6 -4511) (-15 -3454 ($)) (-15 -3454 ($ |#1|)) (-15 -3454 ($ (-663 |#1|))) (-15 -4439 ((-663 |#1|) $)) (-15 -3513 ($ |#1| $ (-560))) (-15 -3513 ($ (-1 (-114) |#1|) $ (-560))) (-15 -1851 ($ |#1| $ (-560))) (-15 -1851 ($ (-1 (-114) |#1|) $ (-560))))) (-1133)) (T -758))
+((-3454 (*1 *1) (-12 (-5 *1 (-758 *2)) (-4 *2 (-1133)))) (-3454 (*1 *1 *2) (-12 (-5 *1 (-758 *2)) (-4 *2 (-1133)))) (-3454 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-758 *3)))) (-4439 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-758 *3)) (-4 *3 (-1133)))) (-3513 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-758 *2)) (-4 *2 (-1133)))) (-3513 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-114) *4)) (-5 *3 (-560)) (-4 *4 (-1133)) (-5 *1 (-758 *4)))) (-1851 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-758 *2)) (-4 *2 (-1133)))) (-1851 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-114) *4)) (-5 *3 (-560)) (-4 *4 (-1133)) (-5 *1 (-758 *4)))))
+(-13 (-759 |#1|) (-10 -8 (-6 -4510) (-6 -4511) (-15 -3454 ($)) (-15 -3454 ($ |#1|)) (-15 -3454 ($ (-663 |#1|))) (-15 -4439 ((-663 |#1|) $)) (-15 -3513 ($ |#1| $ (-560))) (-15 -3513 ($ (-1 (-114) |#1|) $ (-560))) (-15 -1851 ($ |#1| $ (-560))) (-15 -1851 ($ (-1 (-114) |#1|) $ (-560)))))
+((-3808 (((-114) $ $) 22 T ELT)) (-1419 (($ |#1| $) 84 T ELT) (($ $ |#1|) 83 T ELT) (($ $ $) 82 T ELT)) (-3516 (($ $ $) 80 T ELT)) (-3147 (((-114) $ $) 81 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3992 (($ (-663 |#1|)) 76 T ELT) (($) 75 T ELT)) (-4174 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-1536 (($ $) 69 T ELT)) (-4154 (($ $) 65 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ |#1| $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3513 (($ |#1| $) 64 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4464 (((-114) $ $) 72 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 T ELT)) (-2921 (($ $ $) 77 T ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT) (($ |#1| $ (-793)) 70 T ELT)) (-1473 (((-1152) $) 24 T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-4358 (((-663 (-2 (|:| -3529 |#1|) (|:| -1485 (-793)))) $) 68 T ELT)) (-2999 (($ $ |#1|) 79 T ELT) (($ $ $) 78 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 57 T ELT)) (-3834 (((-888) $) 20 T ELT)) (-2622 (($ (-663 |#1|)) 74 T ELT) (($) 73 T ELT)) (-1519 (((-114) $ $) 23 T ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 T ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-759 |#1|) (-142) (-1133)) (T -759))
+NIL
+(-13 (-717 |t#1|) (-1131 |t#1|))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-632 (-888)) . T) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-717 |#1|) . T) ((-1131 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-1915 (((-1305) (-1191)) 8 T ELT)))
+(((-760) (-10 -7 (-15 -1915 ((-1305) (-1191))))) (T -760))
+((-1915 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-760)))))
+(-10 -7 (-15 -1915 ((-1305) (-1191))))
+((-3650 (((-663 |#1|) (-663 |#1|) (-663 |#1|)) 15 T ELT)))
+(((-761 |#1|) (-10 -7 (-15 -3650 ((-663 |#1|) (-663 |#1|) (-663 |#1|)))) (-872)) (T -761))
+((-3650 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-761 *3)))))
+(-10 -7 (-15 -3650 ((-663 |#1|) (-663 |#1|) (-663 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 |#2|) $) 156 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 149 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 148 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 146 (|has| |#1| (-571)) ELT)) (-2267 (($ $) 105 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 88 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2563 (($ $) 87 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2243 (($ $) 104 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 89 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2290 (($ $) 103 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 90 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) 22 T CONST)) (-4328 (($ $) 140 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2048 (((-976 |#1|) $ (-793)) 118 T ELT) (((-976 |#1|) $ (-793) (-793)) 117 T ELT)) (-2512 (((-114) $) 157 T ELT)) (-3157 (($) 115 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-793) $ |#2|) 120 T ELT) (((-793) $ |#2| (-793)) 119 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 86 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3060 (((-114) $) 138 T ELT)) (-2682 (($ $ (-663 |#2|) (-663 (-545 |#2|))) 155 T ELT) (($ $ |#2| (-545 |#2|)) 154 T ELT) (($ |#1| (-545 |#2|)) 139 T ELT) (($ $ |#2| (-793)) 122 T ELT) (($ $ (-663 |#2|) (-663 (-793))) 121 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 137 T ELT)) (-3343 (($ $) 112 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) 135 T ELT)) (-4307 ((|#1| $) 134 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-3671 (($ $ |#2|) 116 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3201 (($ $ (-793)) 123 T ELT)) (-3795 (((-3 $ "failed") $ $) 150 (|has| |#1| (-571)) ELT)) (-2784 (($ $) 113 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (($ $ |#2| $) 131 T ELT) (($ $ (-663 |#2|) (-663 $)) 130 T ELT) (($ $ (-663 (-305 $))) 129 T ELT) (($ $ (-305 $)) 128 T ELT) (($ $ $ $) 127 T ELT) (($ $ (-663 $) (-663 $)) 126 T ELT)) (-2703 (($ $ (-663 |#2|) (-663 (-793))) 49 T ELT) (($ $ |#2| (-793)) 48 T ELT) (($ $ (-663 |#2|)) 47 T ELT) (($ $ |#2|) 45 T ELT)) (-4144 (((-545 |#2|) $) 136 T ELT)) (-2304 (($ $) 102 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 91 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 101 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 92 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 100 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 93 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 158 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 153 (|has| |#1| (-175)) ELT) (($ $) 151 (|has| |#1| (-571)) ELT) (($ (-421 (-560))) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3580 ((|#1| $ (-545 |#2|)) 141 T ELT) (($ $ |#2| (-793)) 125 T ELT) (($ $ (-663 |#2|) (-663 (-793))) 124 T ELT)) (-1633 (((-713 $) $) 152 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2345 (($ $) 111 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 99 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) 147 (|has| |#1| (-571)) ELT)) (-2317 (($ $) 110 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 98 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 109 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 97 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2254 (($ $) 108 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 96 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 107 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 95 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 106 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 94 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-663 |#2|) (-663 (-793))) 52 T ELT) (($ $ |#2| (-793)) 51 T ELT) (($ $ (-663 |#2|)) 50 T ELT) (($ $ |#2|) 46 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 142 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ $) 114 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 85 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 145 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 133 T ELT) (($ $ |#1|) 132 T ELT)))
+(((-762 |#1| |#2|) (-142) (-1081) (-872)) (T -762))
+((-3580 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *2)) (-4 *4 (-1081)) (-4 *2 (-872)))) (-3580 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *5)) (-5 *3 (-663 (-793))) (-4 *1 (-762 *4 *5)) (-4 *4 (-1081)) (-4 *5 (-872)))) (-3201 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-762 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-872)))) (-2682 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *2)) (-4 *4 (-1081)) (-4 *2 (-872)))) (-2682 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *5)) (-5 *3 (-663 (-793))) (-4 *1 (-762 *4 *5)) (-4 *4 (-1081)) (-4 *5 (-872)))) (-2918 (*1 *2 *1 *3) (-12 (-4 *1 (-762 *4 *3)) (-4 *4 (-1081)) (-4 *3 (-872)) (-5 *2 (-793)))) (-2918 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-793)) (-4 *1 (-762 *4 *3)) (-4 *4 (-1081)) (-4 *3 (-872)))) (-2048 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *5)) (-4 *4 (-1081)) (-4 *5 (-872)) (-5 *2 (-976 *4)))) (-2048 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *5)) (-4 *4 (-1081)) (-4 *5 (-872)) (-5 *2 (-976 *4)))) (-3671 (*1 *1 *1 *2) (-12 (-4 *1 (-762 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-872)) (-4 *3 (-38 (-421 (-560)))))))
+(-13 (-928 |t#2|) (-1005 |t#1| (-545 |t#2|) |t#2|) (-528 |t#2| $) (-321 $) (-10 -8 (-15 -3580 ($ $ |t#2| (-793))) (-15 -3580 ($ $ (-663 |t#2|) (-663 (-793)))) (-15 -3201 ($ $ (-793))) (-15 -2682 ($ $ |t#2| (-793))) (-15 -2682 ($ $ (-663 |t#2|) (-663 (-793)))) (-15 -2918 ((-793) $ |t#2|)) (-15 -2918 ((-793) $ |t#2| (-793))) (-15 -2048 ((-976 |t#1|) $ (-793))) (-15 -2048 ((-976 |t#1|) $ (-793) (-793))) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $ |t#2|)) (-6 (-1034)) (-6 (-1235))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-545 |#2|)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-302) |has| |#1| (-571)) ((-321 $) . T) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-528 |#2| $) . T) ((-528 $ $) . T) ((-571) |has| |#1| (-571)) ((-668 #1#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #1#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-922 $ |#2|) . T) ((-928 |#2|) . T) ((-930 |#2|) . T) ((-1005 |#1| #0# |#2|) . T) ((-1034) |has| |#1| (-38 (-421 (-560)))) ((-1083 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1088 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1235) |has| |#1| (-38 (-421 (-560)))) ((-1238) |has| |#1| (-38 (-421 (-560)))) ((-1249) . T))
+((-2549 (((-419 (-1203 |#4|)) (-1203 |#4|)) 30 T ELT) (((-419 |#4|) |#4|) 26 T ELT)))
+(((-763 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2549 ((-419 |#4|) |#4|)) (-15 -2549 ((-419 (-1203 |#4|)) (-1203 |#4|)))) (-872) (-817) (-13 (-319) (-149)) (-980 |#3| |#2| |#1|)) (T -763))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-980 *6 *5 *4)) (-5 *2 (-419 (-1203 *7))) (-5 *1 (-763 *4 *5 *6 *7)) (-5 *3 (-1203 *7)))) (-2549 (*1 *2 *3) (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-13 (-319) (-149))) (-5 *2 (-419 *3)) (-5 *1 (-763 *4 *5 *6 *3)) (-4 *3 (-980 *6 *5 *4)))))
+(-10 -7 (-15 -2549 ((-419 |#4|) |#4|)) (-15 -2549 ((-419 (-1203 |#4|)) (-1203 |#4|))))
+((-1739 (((-419 |#4|) |#4| |#2|) 140 T ELT)) (-2070 (((-419 |#4|) |#4|) NIL T ELT)) (-1903 (((-419 (-1203 |#4|)) (-1203 |#4|)) 127 T ELT) (((-419 |#4|) |#4|) 52 T ELT)) (-2192 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-663 (-2 (|:| -2549 (-1203 |#4|)) (|:| -2909 (-560)))))) (-1203 |#4|) (-663 |#2|) (-663 (-663 |#3|))) 81 T ELT)) (-3250 (((-1203 |#3|) (-1203 |#3|) (-560)) 166 T ELT)) (-1396 (((-663 (-793)) (-1203 |#4|) (-663 |#2|) (-793)) 75 T ELT)) (-1984 (((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-1203 |#3|) (-1203 |#3|) |#4| (-663 |#2|) (-663 (-793)) (-663 |#3|)) 79 T ELT)) (-1566 (((-2 (|:| |upol| (-1203 |#3|)) (|:| |Lval| (-663 |#3|)) (|:| |Lfact| (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560))))) (|:| |ctpol| |#3|)) (-1203 |#4|) (-663 |#2|) (-663 (-663 |#3|))) 27 T ELT)) (-3477 (((-2 (|:| -2955 (-1203 |#4|)) (|:| |polval| (-1203 |#3|))) (-1203 |#4|) (-1203 |#3|) (-560)) 72 T ELT)) (-3666 (((-560) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560))))) 162 T ELT)) (-4200 ((|#4| (-560) (-419 |#4|)) 73 T ELT)) (-4218 (((-114) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560)))) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560))))) NIL T ELT)))
+(((-764 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1903 ((-419 |#4|) |#4|)) (-15 -1903 ((-419 (-1203 |#4|)) (-1203 |#4|))) (-15 -2070 ((-419 |#4|) |#4|)) (-15 -3666 ((-560) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560)))))) (-15 -1739 ((-419 |#4|) |#4| |#2|)) (-15 -3477 ((-2 (|:| -2955 (-1203 |#4|)) (|:| |polval| (-1203 |#3|))) (-1203 |#4|) (-1203 |#3|) (-560))) (-15 -2192 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-663 (-2 (|:| -2549 (-1203 |#4|)) (|:| -2909 (-560)))))) (-1203 |#4|) (-663 |#2|) (-663 (-663 |#3|)))) (-15 -1566 ((-2 (|:| |upol| (-1203 |#3|)) (|:| |Lval| (-663 |#3|)) (|:| |Lfact| (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560))))) (|:| |ctpol| |#3|)) (-1203 |#4|) (-663 |#2|) (-663 (-663 |#3|)))) (-15 -4200 (|#4| (-560) (-419 |#4|))) (-15 -4218 ((-114) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560)))) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560)))))) (-15 -1984 ((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-1203 |#3|) (-1203 |#3|) |#4| (-663 |#2|) (-663 (-793)) (-663 |#3|))) (-15 -1396 ((-663 (-793)) (-1203 |#4|) (-663 |#2|) (-793))) (-15 -3250 ((-1203 |#3|) (-1203 |#3|) (-560)))) (-817) (-872) (-319) (-980 |#3| |#1| |#2|)) (T -764))
+((-3250 (*1 *2 *2 *3) (-12 (-5 *2 (-1203 *6)) (-5 *3 (-560)) (-4 *6 (-319)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-980 *6 *4 *5)))) (-1396 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1203 *9)) (-5 *4 (-663 *7)) (-4 *7 (-872)) (-4 *9 (-980 *8 *6 *7)) (-4 *6 (-817)) (-4 *8 (-319)) (-5 *2 (-663 (-793))) (-5 *1 (-764 *6 *7 *8 *9)) (-5 *5 (-793)))) (-1984 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1203 *11)) (-5 *6 (-663 *10)) (-5 *7 (-663 (-793))) (-5 *8 (-663 *11)) (-4 *10 (-872)) (-4 *11 (-319)) (-4 *9 (-817)) (-4 *5 (-980 *11 *9 *10)) (-5 *2 (-663 (-1203 *5))) (-5 *1 (-764 *9 *10 *11 *5)) (-5 *3 (-1203 *5)))) (-4218 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-2 (|:| -2549 (-1203 *6)) (|:| -2909 (-560))))) (-4 *6 (-319)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)) (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-980 *6 *4 *5)))) (-4200 (*1 *2 *3 *4) (-12 (-5 *3 (-560)) (-5 *4 (-419 *2)) (-4 *2 (-980 *7 *5 *6)) (-5 *1 (-764 *5 *6 *7 *2)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-319)))) (-1566 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1203 *9)) (-5 *4 (-663 *7)) (-5 *5 (-663 (-663 *8))) (-4 *7 (-872)) (-4 *8 (-319)) (-4 *9 (-980 *8 *6 *7)) (-4 *6 (-817)) (-5 *2 (-2 (|:| |upol| (-1203 *8)) (|:| |Lval| (-663 *8)) (|:| |Lfact| (-663 (-2 (|:| -2549 (-1203 *8)) (|:| -2909 (-560))))) (|:| |ctpol| *8))) (-5 *1 (-764 *6 *7 *8 *9)))) (-2192 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-663 *7)) (-5 *5 (-663 (-663 *8))) (-4 *7 (-872)) (-4 *8 (-319)) (-4 *6 (-817)) (-4 *9 (-980 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-663 (-2 (|:| -2549 (-1203 *9)) (|:| -2909 (-560))))))) (-5 *1 (-764 *6 *7 *8 *9)) (-5 *3 (-1203 *9)))) (-3477 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-560)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-319)) (-4 *9 (-980 *8 *6 *7)) (-5 *2 (-2 (|:| -2955 (-1203 *9)) (|:| |polval| (-1203 *8)))) (-5 *1 (-764 *6 *7 *8 *9)) (-5 *3 (-1203 *9)) (-5 *4 (-1203 *8)))) (-1739 (*1 *2 *3 *4) (-12 (-4 *5 (-817)) (-4 *4 (-872)) (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-764 *5 *4 *6 *3)) (-4 *3 (-980 *6 *5 *4)))) (-3666 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -2549 (-1203 *6)) (|:| -2909 (-560))))) (-4 *6 (-319)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-560)) (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-980 *6 *4 *5)))) (-2070 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-764 *4 *5 *6 *3)) (-4 *3 (-980 *6 *4 *5)))) (-1903 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)) (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-419 (-1203 *7))) (-5 *1 (-764 *4 *5 *6 *7)) (-5 *3 (-1203 *7)))) (-1903 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-764 *4 *5 *6 *3)) (-4 *3 (-980 *6 *4 *5)))))
+(-10 -7 (-15 -1903 ((-419 |#4|) |#4|)) (-15 -1903 ((-419 (-1203 |#4|)) (-1203 |#4|))) (-15 -2070 ((-419 |#4|) |#4|)) (-15 -3666 ((-560) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560)))))) (-15 -1739 ((-419 |#4|) |#4| |#2|)) (-15 -3477 ((-2 (|:| -2955 (-1203 |#4|)) (|:| |polval| (-1203 |#3|))) (-1203 |#4|) (-1203 |#3|) (-560))) (-15 -2192 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-663 (-2 (|:| -2549 (-1203 |#4|)) (|:| -2909 (-560)))))) (-1203 |#4|) (-663 |#2|) (-663 (-663 |#3|)))) (-15 -1566 ((-2 (|:| |upol| (-1203 |#3|)) (|:| |Lval| (-663 |#3|)) (|:| |Lfact| (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560))))) (|:| |ctpol| |#3|)) (-1203 |#4|) (-663 |#2|) (-663 (-663 |#3|)))) (-15 -4200 (|#4| (-560) (-419 |#4|))) (-15 -4218 ((-114) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560)))) (-663 (-2 (|:| -2549 (-1203 |#3|)) (|:| -2909 (-560)))))) (-15 -1984 ((-3 (-663 (-1203 |#4|)) "failed") (-1203 |#4|) (-1203 |#3|) (-1203 |#3|) |#4| (-663 |#2|) (-663 (-793)) (-663 |#3|))) (-15 -1396 ((-663 (-793)) (-1203 |#4|) (-663 |#2|) (-793))) (-15 -3250 ((-1203 |#3|) (-1203 |#3|) (-560))))
+((-3676 (($ $ (-949)) 17 T ELT)))
+(((-765 |#1| |#2|) (-10 -8 (-15 -3676 (|#1| |#1| (-949)))) (-766 |#2|) (-175)) (T -765))
+NIL
+(-10 -8 (-15 -3676 (|#1| |#1| (-949))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2768 (($ $ (-949)) 36 T ELT)) (-3676 (($ $ (-949)) 43 T ELT)) (-4092 (($ $ (-949)) 37 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3923 (($ $ $) 33 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3121 (($ $ $ $) 34 T ELT)) (-3260 (($ $ $) 32 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 38 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 45 T ELT) (($ |#1| $) 44 T ELT)))
(((-766 |#1|) (-142) (-175)) (T -766))
-((-4368 (*1 *1 *1 *2) (-12 (-5 *2 (-948)) (-4 *1 (-766 *3)) (-4 *3 (-175)))))
-(-13 (-783) (-739 |t#1|) (-10 -8 (-15 -4368 ($ $ (-948)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-742) . T) ((-783) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-3609 (((-1066) (-711 (-229)) (-560) (-114) (-560)) 26 T ELT)) (-3458 (((-1066) (-711 (-229)) (-560) (-114) (-560)) 25 T ELT)))
-(((-767) (-10 -7 (-15 -3458 ((-1066) (-711 (-229)) (-560) (-114) (-560))) (-15 -3609 ((-1066) (-711 (-229)) (-560) (-114) (-560))))) (T -767))
-((-3609 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-114)) (-5 *2 (-1066)) (-5 *1 (-767)))) (-3458 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-114)) (-5 *2 (-1066)) (-5 *1 (-767)))))
-(-10 -7 (-15 -3458 ((-1066) (-711 (-229)) (-560) (-114) (-560))) (-15 -3609 ((-1066) (-711 (-229)) (-560) (-114) (-560))))
-((-2651 (((-1066) (-560) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN)))) 43 T ELT)) (-4441 (((-1066) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN)))) 39 T ELT)) (-1435 (((-1066) (-229) (-229) (-229) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) 32 T ELT)))
-(((-768) (-10 -7 (-15 -1435 ((-1066) (-229) (-229) (-229) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -4441 ((-1066) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN))))) (-15 -2651 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN))))))) (T -768))
-((-2651 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1066)) (-5 *1 (-768)))) (-4441 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1066)) (-5 *1 (-768)))) (-1435 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) (-5 *2 (-1066)) (-5 *1 (-768)))))
-(-10 -7 (-15 -1435 ((-1066) (-229) (-229) (-229) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -4441 ((-1066) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN))))) (-15 -2651 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN))))))
-((-3124 (((-1066) (-560) (-560) (-711 (-229)) (-560)) 34 T ELT)) (-2719 (((-1066) (-560) (-560) (-711 (-229)) (-560)) 33 T ELT)) (-4073 (((-1066) (-560) (-711 (-229)) (-560)) 32 T ELT)) (-2763 (((-1066) (-560) (-711 (-229)) (-560)) 31 T ELT)) (-3384 (((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 30 T ELT)) (-1839 (((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 29 T ELT)) (-4482 (((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-560)) 28 T ELT)) (-3240 (((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-560)) 27 T ELT)) (-1594 (((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 24 T ELT)) (-3381 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560)) 23 T ELT)) (-1587 (((-1066) (-560) (-711 (-229)) (-560)) 22 T ELT)) (-3903 (((-1066) (-560) (-711 (-229)) (-560)) 21 T ELT)))
-(((-769) (-10 -7 (-15 -3903 ((-1066) (-560) (-711 (-229)) (-560))) (-15 -1587 ((-1066) (-560) (-711 (-229)) (-560))) (-15 -3381 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1594 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3240 ((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4482 ((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1839 ((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3384 ((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2763 ((-1066) (-560) (-711 (-229)) (-560))) (-15 -4073 ((-1066) (-560) (-711 (-229)) (-560))) (-15 -2719 ((-1066) (-560) (-560) (-711 (-229)) (-560))) (-15 -3124 ((-1066) (-560) (-560) (-711 (-229)) (-560))))) (T -769))
-((-3124 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-2719 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-4073 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-2763 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-3384 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-1839 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-4482 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-3240 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-1594 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-3381 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-1587 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))) (-3903 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-769)))))
-(-10 -7 (-15 -3903 ((-1066) (-560) (-711 (-229)) (-560))) (-15 -1587 ((-1066) (-560) (-711 (-229)) (-560))) (-15 -3381 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1594 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3240 ((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4482 ((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1839 ((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3384 ((-1066) (-560) (-560) (-1190) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2763 ((-1066) (-560) (-711 (-229)) (-560))) (-15 -4073 ((-1066) (-560) (-711 (-229)) (-560))) (-15 -2719 ((-1066) (-560) (-560) (-711 (-229)) (-560))) (-15 -3124 ((-1066) (-560) (-560) (-711 (-229)) (-560))))
-((-3272 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN)))) 52 T ELT)) (-2118 (((-1066) (-711 (-229)) (-711 (-229)) (-560) (-560)) 51 T ELT)) (-4388 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN)))) 50 T ELT)) (-3455 (((-1066) (-229) (-229) (-560) (-560) (-560) (-560)) 46 T ELT)) (-2890 (((-1066) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) 45 T ELT)) (-2993 (((-1066) (-229) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) 44 T ELT)) (-2115 (((-1066) (-229) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) 43 T ELT)) (-3454 (((-1066) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) 42 T ELT)) (-1572 (((-1066) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) 38 T ELT)) (-1691 (((-1066) (-229) (-229) (-560) (-711 (-229)) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) 37 T ELT)) (-3535 (((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) 33 T ELT)) (-4303 (((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) 32 T ELT)))
-(((-770) (-10 -7 (-15 -4303 ((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -3535 ((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -1691 ((-1066) (-229) (-229) (-560) (-711 (-229)) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -1572 ((-1066) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -3454 ((-1066) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -2115 ((-1066) (-229) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -2993 ((-1066) (-229) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -2890 ((-1066) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -3455 ((-1066) (-229) (-229) (-560) (-560) (-560) (-560))) (-15 -4388 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))) (-15 -2118 ((-1066) (-711 (-229)) (-711 (-229)) (-560) (-560))) (-15 -3272 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))))) (T -770))
-((-3272 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN)))) (-5 *2 (-1066)) (-5 *1 (-770)))) (-2118 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-770)))) (-4388 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN)))) (-5 *2 (-1066)) (-5 *1 (-770)))) (-3455 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-770)))) (-2890 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1066)) (-5 *1 (-770)))) (-2993 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1066)) (-5 *1 (-770)))) (-2115 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1066)) (-5 *1 (-770)))) (-3454 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1066)) (-5 *1 (-770)))) (-1572 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) (-5 *2 (-1066)) (-5 *1 (-770)))) (-1691 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-770)))) (-3535 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) (-5 *2 (-1066)) (-5 *1 (-770)))) (-4303 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) (-5 *2 (-1066)) (-5 *1 (-770)))))
-(-10 -7 (-15 -4303 ((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -3535 ((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -1691 ((-1066) (-229) (-229) (-560) (-711 (-229)) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -1572 ((-1066) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))) (-15 -3454 ((-1066) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -2115 ((-1066) (-229) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -2993 ((-1066) (-229) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -2890 ((-1066) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -3455 ((-1066) (-229) (-229) (-560) (-560) (-560) (-560))) (-15 -4388 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))) (-15 -2118 ((-1066) (-711 (-229)) (-711 (-229)) (-560) (-560))) (-15 -3272 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))))
-((-1564 (((-1066) (-560) (-560) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP)))) 76 T ELT)) (-2637 (((-1066) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))) (-402) (-402)) 69 T ELT) (((-1066) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL)))) 68 T ELT)) (-3676 (((-1066) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG)))) 57 T ELT)) (-4185 (((-1066) (-711 (-229)) (-711 (-229)) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) 50 T ELT)) (-1537 (((-1066) (-229) (-560) (-560) (-1190) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) 49 T ELT)) (-2952 (((-1066) (-229) (-560) (-560) (-229) (-1190) (-229) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) 45 T ELT)) (-4006 (((-1066) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) 42 T ELT)) (-3775 (((-1066) (-229) (-560) (-560) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) 38 T ELT)))
-(((-771) (-10 -7 (-15 -3775 ((-1066) (-229) (-560) (-560) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -4006 ((-1066) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))) (-15 -2952 ((-1066) (-229) (-560) (-560) (-229) (-1190) (-229) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -1537 ((-1066) (-229) (-560) (-560) (-1190) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -4185 ((-1066) (-711 (-229)) (-711 (-229)) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))) (-15 -3676 ((-1066) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG))))) (-15 -2637 ((-1066) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))))) (-15 -2637 ((-1066) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))) (-402) (-402))) (-15 -1564 ((-1066) (-560) (-560) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP))))))) (T -771))
-((-1564 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP)))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))) (-2637 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL)))) (-5 *8 (-402)) (-5 *2 (-1066)) (-5 *1 (-771)))) (-2637 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL)))) (-5 *2 (-1066)) (-5 *1 (-771)))) (-3676 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG)))) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))) (-4185 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *2 (-1066)) (-5 *1 (-771)))) (-1537 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-560)) (-5 *5 (-1190)) (-5 *6 (-711 (-229))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))) (-2952 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-560)) (-5 *5 (-1190)) (-5 *6 (-711 (-229))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))) (-4006 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))) (-3775 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))))
-(-10 -7 (-15 -3775 ((-1066) (-229) (-560) (-560) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -4006 ((-1066) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))) (-15 -2952 ((-1066) (-229) (-560) (-560) (-229) (-1190) (-229) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -1537 ((-1066) (-229) (-560) (-560) (-1190) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -4185 ((-1066) (-711 (-229)) (-711 (-229)) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))) (-15 -3676 ((-1066) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG))))) (-15 -2637 ((-1066) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))))) (-15 -2637 ((-1066) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))) (-402) (-402))) (-15 -1564 ((-1066) (-560) (-560) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP))))))
-((-2156 (((-1066) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-697 (-229)) (-560)) 46 T ELT)) (-2211 (((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-1190) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY)))) 41 T ELT)) (-4075 (((-1066) (-560) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 23 T ELT)))
-(((-772) (-10 -7 (-15 -4075 ((-1066) (-560) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2211 ((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-1190) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY))))) (-15 -2156 ((-1066) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-697 (-229)) (-560))))) (T -772))
-((-2156 (*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 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-697 (-229))) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-772)))) (-2211 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-1190)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY)))) (-5 *2 (-1066)) (-5 *1 (-772)))) (-4075 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-772)))))
-(-10 -7 (-15 -4075 ((-1066) (-560) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2211 ((-1066) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-1190) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY))))) (-15 -2156 ((-1066) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-697 (-229)) (-560))))
-((-3496 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-711 (-229)) (-229) (-229) (-560)) 35 T ELT)) (-4151 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-229) (-229) (-560)) 34 T ELT)) (-2319 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-711 (-229)) (-229) (-229) (-560)) 33 T ELT)) (-1777 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 29 T ELT)) (-2217 (((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 28 T ELT)) (-2950 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560)) 27 T ELT)) (-4438 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560)) 24 T ELT)) (-2910 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560)) 23 T ELT)) (-2312 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560)) 22 T ELT)) (-2072 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560)) 21 T ELT)))
-(((-773) (-10 -7 (-15 -2072 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))) (-15 -2312 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2910 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -4438 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -2950 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560))) (-15 -2217 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1777 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2319 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-711 (-229)) (-229) (-229) (-560))) (-15 -4151 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-229) (-229) (-560))) (-15 -3496 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-711 (-229)) (-229) (-229) (-560))))) (T -773))
-((-3496 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1066)) (-5 *1 (-773)))) (-4151 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1066)) (-5 *1 (-773)))) (-2319 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *6 (-229)) (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-773)))) (-1777 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-773)))) (-2217 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-773)))) (-2950 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1066)) (-5 *1 (-773)))) (-4438 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-773)))) (-2910 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-773)))) (-2312 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-773)))) (-2072 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-773)))))
-(-10 -7 (-15 -2072 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))) (-15 -2312 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2910 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -4438 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -2950 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560))) (-15 -2217 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1777 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2319 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-711 (-229)) (-229) (-229) (-560))) (-15 -4151 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-229) (-229) (-560))) (-15 -3496 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-711 (-229)) (-229) (-229) (-560))))
-((-2088 (((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560)) 45 T ELT)) (-2835 (((-1066) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-560)) 44 T ELT)) (-4465 (((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560)) 43 T ELT)) (-3111 (((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 42 T ELT)) (-4245 (((-1066) (-1190) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560)) 41 T ELT)) (-4260 (((-1066) (-1190) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560)) 40 T ELT)) (-1844 (((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560) (-560) (-560) (-229) (-711 (-229)) (-560)) 39 T ELT)) (-3800 (((-1066) (-1190) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560))) 38 T ELT)) (-3751 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560)) 35 T ELT)) (-1879 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560)) 34 T ELT)) (-2039 (((-1066) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560)) 33 T ELT)) (-4215 (((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 32 T ELT)) (-1424 (((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560)) 31 T ELT)) (-4230 (((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-560)) 30 T ELT)) (-3782 (((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-560) (-560) (-560)) 29 T ELT)) (-2148 (((-1066) (-560) (-560) (-560) (-229) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-560)) (-560) (-560) (-560)) 28 T ELT)) (-3688 (((-1066) (-560) (-711 (-229)) (-229) (-560)) 24 T ELT)) (-3121 (((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 21 T ELT)))
-(((-774) (-10 -7 (-15 -3121 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3688 ((-1066) (-560) (-711 (-229)) (-229) (-560))) (-15 -2148 ((-1066) (-560) (-560) (-560) (-229) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-560)) (-560) (-560) (-560))) (-15 -3782 ((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-560) (-560) (-560))) (-15 -4230 ((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-560))) (-15 -1424 ((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560))) (-15 -4215 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2039 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560))) (-15 -1879 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560))) (-15 -3751 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3800 ((-1066) (-1190) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)))) (-15 -1844 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560) (-560) (-560) (-229) (-711 (-229)) (-560))) (-15 -4260 ((-1066) (-1190) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560))) (-15 -4245 ((-1066) (-1190) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3111 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4465 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))) (-15 -2835 ((-1066) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2088 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))))) (T -774))
-((-2088 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-774)))) (-2835 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-4465 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-774)))) (-3111 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-774)))) (-4245 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-4260 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1190)) (-5 *5 (-711 (-229))) (-5 *6 (-229)) (-5 *7 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-1844 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *6 (-229)) (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-3800 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1190)) (-5 *5 (-711 (-229))) (-5 *6 (-229)) (-5 *7 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-3751 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-774)))) (-1879 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-2039 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-4215 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-774)))) (-1424 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-4230 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-3782 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-2148 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560))) (-5 *3 (-560)) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-3688 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))) (-3121 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-774)))))
-(-10 -7 (-15 -3121 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3688 ((-1066) (-560) (-711 (-229)) (-229) (-560))) (-15 -2148 ((-1066) (-560) (-560) (-560) (-229) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-560)) (-560) (-560) (-560))) (-15 -3782 ((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-560) (-560) (-560))) (-15 -4230 ((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-560))) (-15 -1424 ((-1066) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560))) (-15 -4215 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2039 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560))) (-15 -1879 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560))) (-15 -3751 ((-1066) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3800 ((-1066) (-1190) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)))) (-15 -1844 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560) (-560) (-560) (-229) (-711 (-229)) (-560))) (-15 -4260 ((-1066) (-1190) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560))) (-15 -4245 ((-1066) (-1190) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3111 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4465 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))) (-15 -2835 ((-1066) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2088 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))))
-((-3967 (((-1066) (-560) (-560) (-560) (-229) (-711 (-229)) (-560) (-711 (-229)) (-560)) 64 T ELT)) (-3851 (((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-114) (-229) (-560) (-229) (-229) (-114) (-229) (-229) (-229) (-229) (-114) (-560) (-560) (-560) (-560) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN)))) 63 T ELT)) (-4336 (((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-114) (-114) (-560) (-560) (-711 (-229)) (-711 (-560)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS)))) 59 T ELT)) (-1993 (((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-560) (-560) (-711 (-229)) (-560)) 52 T ELT)) (-3445 (((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1)))) 51 T ELT)) (-4327 (((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2)))) 47 T ELT)) (-4292 (((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1)))) 43 T ELT)) (-1671 (((-1066) (-560) (-229) (-229) (-560) (-229) (-114) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN)))) 39 T ELT)))
-(((-775) (-10 -7 (-15 -1671 ((-1066) (-560) (-229) (-229) (-560) (-229) (-114) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))) (-15 -4292 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1))))) (-15 -4327 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2))))) (-15 -3445 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1))))) (-15 -1993 ((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-560) (-560) (-711 (-229)) (-560))) (-15 -4336 ((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-114) (-114) (-560) (-560) (-711 (-229)) (-711 (-560)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS))))) (-15 -3851 ((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-114) (-229) (-560) (-229) (-229) (-114) (-229) (-229) (-229) (-229) (-114) (-560) (-560) (-560) (-560) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))) (-15 -3967 ((-1066) (-560) (-560) (-560) (-229) (-711 (-229)) (-560) (-711 (-229)) (-560))))) (T -775))
-((-3967 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-775)))) (-3851 (*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 (-711 (-229))) (-5 *5 (-114)) (-5 *6 (-229)) (-5 *7 (-711 (-560))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN)))) (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-775)))) (-4336 (*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 (-711 (-229))) (-5 *6 (-114)) (-5 *7 (-711 (-560))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS)))) (-5 *3 (-560)) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-775)))) (-1993 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-114)) (-5 *2 (-1066)) (-5 *1 (-775)))) (-3445 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1)))) (-5 *2 (-1066)) (-5 *1 (-775)))) (-4327 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2)))) (-5 *2 (-1066)) (-5 *1 (-775)))) (-4292 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1)))) (-5 *2 (-1066)) (-5 *1 (-775)))) (-1671 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-560)) (-5 *5 (-114)) (-5 *6 (-711 (-229))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN)))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-775)))))
-(-10 -7 (-15 -1671 ((-1066) (-560) (-229) (-229) (-560) (-229) (-114) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))) (-15 -4292 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1))))) (-15 -4327 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2))))) (-15 -3445 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1))))) (-15 -1993 ((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-560) (-560) (-711 (-229)) (-560))) (-15 -4336 ((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-114) (-114) (-560) (-560) (-711 (-229)) (-711 (-560)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS))))) (-15 -3851 ((-1066) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-114) (-229) (-560) (-229) (-229) (-114) (-229) (-229) (-229) (-229) (-114) (-560) (-560) (-560) (-560) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))) (-15 -3967 ((-1066) (-560) (-560) (-560) (-229) (-711 (-229)) (-560) (-711 (-229)) (-560))))
-((-3310 (((-1066) (-1190) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560)) 47 T ELT)) (-2957 (((-1066) (-1190) (-1190) (-560) (-560) (-711 (-171 (-229))) (-560) (-711 (-171 (-229))) (-560) (-560) (-711 (-171 (-229))) (-560)) 46 T ELT)) (-2218 (((-1066) (-560) (-560) (-560) (-711 (-171 (-229))) (-560)) 45 T ELT)) (-2850 (((-1066) (-1190) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 40 T ELT)) (-2508 (((-1066) (-1190) (-1190) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)) (-560)) 39 T ELT)) (-4208 (((-1066) (-560) (-560) (-560) (-711 (-229)) (-560)) 36 T ELT)) (-1474 (((-1066) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560)) 35 T ELT)) (-1525 (((-1066) (-560) (-560) (-560) (-560) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-229) (-229) (-560)) 34 T ELT)) (-3755 (((-1066) (-560) (-560) (-560) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-114) (-229) (-114) (-711 (-560)) (-711 (-229)) (-560)) 33 T ELT)) (-2753 (((-1066) (-560) (-560) (-560) (-560) (-229) (-114) (-114) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-560)) 32 T ELT)))
-(((-776) (-10 -7 (-15 -2753 ((-1066) (-560) (-560) (-560) (-560) (-229) (-114) (-114) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-560))) (-15 -3755 ((-1066) (-560) (-560) (-560) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-114) (-229) (-114) (-711 (-560)) (-711 (-229)) (-560))) (-15 -1525 ((-1066) (-560) (-560) (-560) (-560) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-229) (-229) (-560))) (-15 -1474 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560))) (-15 -4208 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-560))) (-15 -2508 ((-1066) (-1190) (-1190) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)) (-560))) (-15 -2850 ((-1066) (-1190) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2218 ((-1066) (-560) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -2957 ((-1066) (-1190) (-1190) (-560) (-560) (-711 (-171 (-229))) (-560) (-711 (-171 (-229))) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -3310 ((-1066) (-1190) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560))))) (T -776))
-((-3310 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-171 (-229)))) (-5 *2 (-1066)) (-5 *1 (-776)))) (-2957 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-171 (-229)))) (-5 *2 (-1066)) (-5 *1 (-776)))) (-2218 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-171 (-229)))) (-5 *2 (-1066)) (-5 *1 (-776)))) (-2850 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-776)))) (-2508 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-776)))) (-4208 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-776)))) (-1474 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-776)))) (-1525 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-663 (-114))) (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560))) (-5 *7 (-229)) (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-776)))) (-3755 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-711 (-560))) (-5 *5 (-114)) (-5 *7 (-711 (-229))) (-5 *3 (-560)) (-5 *6 (-229)) (-5 *2 (-1066)) (-5 *1 (-776)))) (-2753 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-663 (-114))) (-5 *7 (-711 (-229))) (-5 *8 (-711 (-560))) (-5 *3 (-560)) (-5 *4 (-229)) (-5 *5 (-114)) (-5 *2 (-1066)) (-5 *1 (-776)))))
-(-10 -7 (-15 -2753 ((-1066) (-560) (-560) (-560) (-560) (-229) (-114) (-114) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-560))) (-15 -3755 ((-1066) (-560) (-560) (-560) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-114) (-229) (-114) (-711 (-560)) (-711 (-229)) (-560))) (-15 -1525 ((-1066) (-560) (-560) (-560) (-560) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-229) (-229) (-560))) (-15 -1474 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560))) (-15 -4208 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-560))) (-15 -2508 ((-1066) (-1190) (-1190) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)) (-560))) (-15 -2850 ((-1066) (-1190) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2218 ((-1066) (-560) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -2957 ((-1066) (-1190) (-1190) (-560) (-560) (-711 (-171 (-229))) (-560) (-711 (-171 (-229))) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -3310 ((-1066) (-1190) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560))))
-((-1947 (((-1066) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560)) 79 T ELT)) (-3015 (((-1066) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560)) 68 T ELT)) (-3040 (((-1066) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))) (-402)) 56 T ELT) (((-1066) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) 55 T ELT)) (-3217 (((-1066) (-560) (-560) (-560) (-229) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560)) 37 T ELT)) (-4297 (((-1066) (-560) (-560) (-229) (-229) (-560) (-560) (-711 (-229)) (-560)) 33 T ELT)) (-3761 (((-1066) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560) (-560)) 30 T ELT)) (-4149 (((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 29 T ELT)) (-2769 (((-1066) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 28 T ELT)) (-1479 (((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 27 T ELT)) (-3216 (((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560)) 26 T ELT)) (-3819 (((-1066) (-560) (-560) (-711 (-229)) (-560)) 25 T ELT)) (-1847 (((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 24 T ELT)) (-3837 (((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 23 T ELT)) (-3588 (((-1066) (-711 (-229)) (-560) (-560) (-560) (-560)) 22 T ELT)) (-3845 (((-1066) (-560) (-560) (-711 (-229)) (-560)) 21 T ELT)))
-(((-777) (-10 -7 (-15 -3845 ((-1066) (-560) (-560) (-711 (-229)) (-560))) (-15 -3588 ((-1066) (-711 (-229)) (-560) (-560) (-560) (-560))) (-15 -3837 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1847 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3819 ((-1066) (-560) (-560) (-711 (-229)) (-560))) (-15 -3216 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560))) (-15 -1479 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2769 ((-1066) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4149 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3761 ((-1066) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560) (-560))) (-15 -4297 ((-1066) (-560) (-560) (-229) (-229) (-560) (-560) (-711 (-229)) (-560))) (-15 -3217 ((-1066) (-560) (-560) (-560) (-229) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3040 ((-1066) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))))) (-15 -3040 ((-1066) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))) (-402))) (-15 -3015 ((-1066) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1947 ((-1066) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560))))) (T -777))
-((-1947 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-114)) (-5 *5 (-711 (-171 (-229)))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3015 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-114)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3040 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-402)) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3040 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3217 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-560)) (-5 *5 (-114)) (-5 *6 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-777)))) (-4297 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3761 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-777)))) (-4149 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-2769 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-1479 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3216 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3819 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-1847 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3837 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3588 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-777)))) (-3845 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-777)))))
-(-10 -7 (-15 -3845 ((-1066) (-560) (-560) (-711 (-229)) (-560))) (-15 -3588 ((-1066) (-711 (-229)) (-560) (-560) (-560) (-560))) (-15 -3837 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1847 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3819 ((-1066) (-560) (-560) (-711 (-229)) (-560))) (-15 -3216 ((-1066) (-560) (-560) (-560) (-560) (-711 (-229)) (-560))) (-15 -1479 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2769 ((-1066) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4149 ((-1066) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3761 ((-1066) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560) (-560))) (-15 -4297 ((-1066) (-560) (-560) (-229) (-229) (-560) (-560) (-711 (-229)) (-560))) (-15 -3217 ((-1066) (-560) (-560) (-560) (-229) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3040 ((-1066) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))))) (-15 -3040 ((-1066) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))) (-402))) (-15 -3015 ((-1066) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1947 ((-1066) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560))))
-((-4109 (((-1066) (-560) (-560) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD)))) 64 T ELT)) (-2385 (((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560)) 60 T ELT)) (-3278 (((-1066) (-560) (-711 (-229)) (-114) (-229) (-560) (-560) (-560) (-560) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE)))) 59 T ELT)) (-2659 (((-1066) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560)) 37 T ELT)) (-2963 (((-1066) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-560)) 36 T ELT)) (-3614 (((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 33 T ELT)) (-3970 (((-1066) (-560) (-711 (-229)) (-560) (-711 (-560)) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229))) 32 T ELT)) (-2160 (((-1066) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560)) 28 T ELT)) (-1764 (((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560)) 27 T ELT)) (-1981 (((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560)) 26 T ELT)) (-2339 (((-1066) (-560) (-711 (-171 (-229))) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-560)) 22 T ELT)))
-(((-778) (-10 -7 (-15 -2339 ((-1066) (-560) (-711 (-171 (-229))) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -1981 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -1764 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -2160 ((-1066) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560))) (-15 -3970 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-560)) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)))) (-15 -3614 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2963 ((-1066) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2659 ((-1066) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560))) (-15 -3278 ((-1066) (-560) (-711 (-229)) (-114) (-229) (-560) (-560) (-560) (-560) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE))))) (-15 -2385 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560))) (-15 -4109 ((-1066) (-560) (-560) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD))))))) (T -778))
-((-4109 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD)))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-778)))) (-2385 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-778)))) (-3278 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-114)) (-5 *6 (-229)) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD)))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE)))) (-5 *2 (-1066)) (-5 *1 (-778)))) (-2659 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-778)))) (-2963 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-778)))) (-3614 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-778)))) (-3970 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-778)))) (-2160 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-778)))) (-1764 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-778)))) (-1981 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-778)))) (-2339 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-171 (-229)))) (-5 *2 (-1066)) (-5 *1 (-778)))))
-(-10 -7 (-15 -2339 ((-1066) (-560) (-711 (-171 (-229))) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -1981 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -1764 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -2160 ((-1066) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560))) (-15 -3970 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-560)) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)))) (-15 -3614 ((-1066) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2963 ((-1066) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2659 ((-1066) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560))) (-15 -3278 ((-1066) (-560) (-711 (-229)) (-114) (-229) (-560) (-560) (-560) (-560) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE))))) (-15 -2385 ((-1066) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560))) (-15 -4109 ((-1066) (-560) (-560) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD))))))
-((-1546 (((-1066) (-1190) (-560) (-560) (-711 (-229)) (-560) (-560) (-711 (-229))) 29 T ELT)) (-3242 (((-1066) (-1190) (-560) (-560) (-711 (-229))) 28 T ELT)) (-2823 (((-1066) (-1190) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-229))) 27 T ELT)) (-1360 (((-1066) (-560) (-560) (-560) (-711 (-229))) 21 T ELT)))
-(((-779) (-10 -7 (-15 -1360 ((-1066) (-560) (-560) (-560) (-711 (-229)))) (-15 -2823 ((-1066) (-1190) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-229)))) (-15 -3242 ((-1066) (-1190) (-560) (-560) (-711 (-229)))) (-15 -1546 ((-1066) (-1190) (-560) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)))))) (T -779))
-((-1546 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-779)))) (-3242 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-779)))) (-2823 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1190)) (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-779)))) (-1360 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066)) (-5 *1 (-779)))))
-(-10 -7 (-15 -1360 ((-1066) (-560) (-560) (-560) (-711 (-229)))) (-15 -2823 ((-1066) (-1190) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-229)))) (-15 -3242 ((-1066) (-1190) (-560) (-560) (-711 (-229)))) (-15 -1546 ((-1066) (-1190) (-560) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)))))
-((-4329 (((-1066) (-229) (-229) (-229) (-229) (-560)) 62 T ELT)) (-1585 (((-1066) (-229) (-229) (-229) (-560)) 61 T ELT)) (-4399 (((-1066) (-229) (-229) (-229) (-560)) 60 T ELT)) (-4053 (((-1066) (-229) (-229) (-560)) 59 T ELT)) (-3371 (((-1066) (-229) (-560)) 58 T ELT)) (-3290 (((-1066) (-229) (-560)) 57 T ELT)) (-2688 (((-1066) (-229) (-560)) 56 T ELT)) (-2825 (((-1066) (-229) (-560)) 55 T ELT)) (-1725 (((-1066) (-229) (-560)) 54 T ELT)) (-4082 (((-1066) (-229) (-560)) 53 T ELT)) (-4488 (((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560)) 52 T ELT)) (-4469 (((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560)) 51 T ELT)) (-2419 (((-1066) (-229) (-560)) 50 T ELT)) (-2399 (((-1066) (-229) (-560)) 49 T ELT)) (-2710 (((-1066) (-229) (-560)) 48 T ELT)) (-2929 (((-1066) (-229) (-560)) 47 T ELT)) (-2442 (((-1066) (-560) (-229) (-171 (-229)) (-560) (-1190) (-560)) 46 T ELT)) (-1911 (((-1066) (-1190) (-171 (-229)) (-1190) (-560)) 45 T ELT)) (-3190 (((-1066) (-1190) (-171 (-229)) (-1190) (-560)) 44 T ELT)) (-4431 (((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560)) 43 T ELT)) (-2007 (((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560)) 42 T ELT)) (-3784 (((-1066) (-229) (-560)) 39 T ELT)) (-1480 (((-1066) (-229) (-560)) 38 T ELT)) (-2999 (((-1066) (-229) (-560)) 37 T ELT)) (-4402 (((-1066) (-229) (-560)) 36 T ELT)) (-4435 (((-1066) (-229) (-560)) 35 T ELT)) (-3947 (((-1066) (-229) (-560)) 34 T ELT)) (-2646 (((-1066) (-229) (-560)) 33 T ELT)) (-3981 (((-1066) (-229) (-560)) 32 T ELT)) (-2347 (((-1066) (-229) (-560)) 31 T ELT)) (-4122 (((-1066) (-229) (-560)) 30 T ELT)) (-4241 (((-1066) (-229) (-229) (-229) (-560)) 29 T ELT)) (-3230 (((-1066) (-229) (-560)) 28 T ELT)) (-2933 (((-1066) (-229) (-560)) 27 T ELT)) (-4127 (((-1066) (-229) (-560)) 26 T ELT)) (-3692 (((-1066) (-229) (-560)) 25 T ELT)) (-2428 (((-1066) (-229) (-560)) 24 T ELT)) (-3632 (((-1066) (-171 (-229)) (-560)) 21 T ELT)))
-(((-780) (-10 -7 (-15 -3632 ((-1066) (-171 (-229)) (-560))) (-15 -2428 ((-1066) (-229) (-560))) (-15 -3692 ((-1066) (-229) (-560))) (-15 -4127 ((-1066) (-229) (-560))) (-15 -2933 ((-1066) (-229) (-560))) (-15 -3230 ((-1066) (-229) (-560))) (-15 -4241 ((-1066) (-229) (-229) (-229) (-560))) (-15 -4122 ((-1066) (-229) (-560))) (-15 -2347 ((-1066) (-229) (-560))) (-15 -3981 ((-1066) (-229) (-560))) (-15 -2646 ((-1066) (-229) (-560))) (-15 -3947 ((-1066) (-229) (-560))) (-15 -4435 ((-1066) (-229) (-560))) (-15 -4402 ((-1066) (-229) (-560))) (-15 -2999 ((-1066) (-229) (-560))) (-15 -1480 ((-1066) (-229) (-560))) (-15 -3784 ((-1066) (-229) (-560))) (-15 -2007 ((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -4431 ((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -3190 ((-1066) (-1190) (-171 (-229)) (-1190) (-560))) (-15 -1911 ((-1066) (-1190) (-171 (-229)) (-1190) (-560))) (-15 -2442 ((-1066) (-560) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -2929 ((-1066) (-229) (-560))) (-15 -2710 ((-1066) (-229) (-560))) (-15 -2399 ((-1066) (-229) (-560))) (-15 -2419 ((-1066) (-229) (-560))) (-15 -4469 ((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -4488 ((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -4082 ((-1066) (-229) (-560))) (-15 -1725 ((-1066) (-229) (-560))) (-15 -2825 ((-1066) (-229) (-560))) (-15 -2688 ((-1066) (-229) (-560))) (-15 -3290 ((-1066) (-229) (-560))) (-15 -3371 ((-1066) (-229) (-560))) (-15 -4053 ((-1066) (-229) (-229) (-560))) (-15 -4399 ((-1066) (-229) (-229) (-229) (-560))) (-15 -1585 ((-1066) (-229) (-229) (-229) (-560))) (-15 -4329 ((-1066) (-229) (-229) (-229) (-229) (-560))))) (T -780))
-((-4329 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-1585 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4399 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4053 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3371 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3290 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2688 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2825 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-1725 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4082 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4488 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1190)) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4469 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1190)) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2419 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2399 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2710 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2929 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2442 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-560)) (-5 *5 (-171 (-229))) (-5 *6 (-1190)) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-1911 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1190)) (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3190 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1190)) (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4431 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1190)) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2007 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1190)) (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3784 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-1480 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2999 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4402 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4435 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3947 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2646 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3981 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2347 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4122 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4241 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3230 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2933 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-4127 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3692 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-2428 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))) (-3632 (*1 *2 *3 *4) (-12 (-5 *3 (-171 (-229))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(-10 -7 (-15 -3632 ((-1066) (-171 (-229)) (-560))) (-15 -2428 ((-1066) (-229) (-560))) (-15 -3692 ((-1066) (-229) (-560))) (-15 -4127 ((-1066) (-229) (-560))) (-15 -2933 ((-1066) (-229) (-560))) (-15 -3230 ((-1066) (-229) (-560))) (-15 -4241 ((-1066) (-229) (-229) (-229) (-560))) (-15 -4122 ((-1066) (-229) (-560))) (-15 -2347 ((-1066) (-229) (-560))) (-15 -3981 ((-1066) (-229) (-560))) (-15 -2646 ((-1066) (-229) (-560))) (-15 -3947 ((-1066) (-229) (-560))) (-15 -4435 ((-1066) (-229) (-560))) (-15 -4402 ((-1066) (-229) (-560))) (-15 -2999 ((-1066) (-229) (-560))) (-15 -1480 ((-1066) (-229) (-560))) (-15 -3784 ((-1066) (-229) (-560))) (-15 -2007 ((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -4431 ((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -3190 ((-1066) (-1190) (-171 (-229)) (-1190) (-560))) (-15 -1911 ((-1066) (-1190) (-171 (-229)) (-1190) (-560))) (-15 -2442 ((-1066) (-560) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -2929 ((-1066) (-229) (-560))) (-15 -2710 ((-1066) (-229) (-560))) (-15 -2399 ((-1066) (-229) (-560))) (-15 -2419 ((-1066) (-229) (-560))) (-15 -4469 ((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -4488 ((-1066) (-229) (-171 (-229)) (-560) (-1190) (-560))) (-15 -4082 ((-1066) (-229) (-560))) (-15 -1725 ((-1066) (-229) (-560))) (-15 -2825 ((-1066) (-229) (-560))) (-15 -2688 ((-1066) (-229) (-560))) (-15 -3290 ((-1066) (-229) (-560))) (-15 -3371 ((-1066) (-229) (-560))) (-15 -4053 ((-1066) (-229) (-229) (-560))) (-15 -4399 ((-1066) (-229) (-229) (-229) (-560))) (-15 -1585 ((-1066) (-229) (-229) (-229) (-560))) (-15 -4329 ((-1066) (-229) (-229) (-229) (-229) (-560))))
-((-4478 (((-1304)) 20 T ELT)) (-3920 (((-1190)) 34 T ELT)) (-3633 (((-1190)) 33 T ELT)) (-2542 (((-1134) (-1208) (-711 (-560))) 47 T ELT) (((-1134) (-1208) (-711 (-229))) 43 T ELT)) (-4320 (((-114)) 19 T ELT)) (-1470 (((-1190) (-1190)) 37 T ELT)))
-(((-781) (-10 -7 (-15 -3633 ((-1190))) (-15 -3920 ((-1190))) (-15 -1470 ((-1190) (-1190))) (-15 -2542 ((-1134) (-1208) (-711 (-229)))) (-15 -2542 ((-1134) (-1208) (-711 (-560)))) (-15 -4320 ((-114))) (-15 -4478 ((-1304))))) (T -781))
-((-4478 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-781)))) (-4320 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-781)))) (-2542 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-711 (-560))) (-5 *2 (-1134)) (-5 *1 (-781)))) (-2542 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-711 (-229))) (-5 *2 (-1134)) (-5 *1 (-781)))) (-1470 (*1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-781)))) (-3920 (*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-781)))) (-3633 (*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-781)))))
-(-10 -7 (-15 -3633 ((-1190))) (-15 -3920 ((-1190))) (-15 -1470 ((-1190) (-1190))) (-15 -2542 ((-1134) (-1208) (-711 (-229)))) (-15 -2542 ((-1134) (-1208) (-711 (-560)))) (-15 -4320 ((-114))) (-15 -4478 ((-1304))))
-((-4172 (($ $ $) 10 T ELT)) (-4190 (($ $ $ $) 9 T ELT)) (-2927 (($ $ $) 12 T ELT)))
-(((-782 |#1|) (-10 -8 (-15 -2927 (|#1| |#1| |#1|)) (-15 -4172 (|#1| |#1| |#1|)) (-15 -4190 (|#1| |#1| |#1| |#1|))) (-783)) (T -782))
-NIL
-(-10 -8 (-15 -2927 (|#1| |#1| |#1|)) (-15 -4172 (|#1| |#1| |#1|)) (-15 -4190 (|#1| |#1| |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3239 (($ $ (-948)) 36 T ELT)) (-4360 (($ $ (-948)) 37 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4172 (($ $ $) 33 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-4190 (($ $ $ $) 34 T ELT)) (-2927 (($ $ $) 32 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 38 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT)))
+((-3676 (*1 *1 *1 *2) (-12 (-5 *2 (-949)) (-4 *1 (-766 *3)) (-4 *3 (-175)))))
+(-13 (-783) (-739 |t#1|) (-10 -8 (-15 -3676 ($ $ (-949)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-742) . T) ((-783) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-2096 (((-1067) (-711 (-229)) (-560) (-114) (-560)) 26 T ELT)) (-2095 (((-1067) (-711 (-229)) (-560) (-114) (-560)) 25 T ELT)))
+(((-767) (-10 -7 (-15 -2095 ((-1067) (-711 (-229)) (-560) (-114) (-560))) (-15 -2096 ((-1067) (-711 (-229)) (-560) (-114) (-560))))) (T -767))
+((-2096 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-114)) (-5 *2 (-1067)) (-5 *1 (-767)))) (-2095 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-114)) (-5 *2 (-1067)) (-5 *1 (-767)))))
+(-10 -7 (-15 -2095 ((-1067) (-711 (-229)) (-560) (-114) (-560))) (-15 -2096 ((-1067) (-711 (-229)) (-560) (-114) (-560))))
+((-1869 (((-1067) (-560) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN)))) 43 T ELT)) (-2900 (((-1067) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN)))) 39 T ELT)) (-3958 (((-1067) (-229) (-229) (-229) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) 32 T ELT)))
+(((-768) (-10 -7 (-15 -3958 ((-1067) (-229) (-229) (-229) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -2900 ((-1067) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN))))) (-15 -1869 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN))))))) (T -768))
+((-1869 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1067)) (-5 *1 (-768)))) (-2900 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1067)) (-5 *1 (-768)))) (-3958 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) (-5 *2 (-1067)) (-5 *1 (-768)))))
+(-10 -7 (-15 -3958 ((-1067) (-229) (-229) (-229) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -2900 ((-1067) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN))))) (-15 -1869 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN))))))
+((-3537 (((-1067) (-560) (-560) (-711 (-229)) (-560)) 34 T ELT)) (-4039 (((-1067) (-560) (-560) (-711 (-229)) (-560)) 33 T ELT)) (-2077 (((-1067) (-560) (-711 (-229)) (-560)) 32 T ELT)) (-3864 (((-1067) (-560) (-711 (-229)) (-560)) 31 T ELT)) (-3735 (((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 30 T ELT)) (-2418 (((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 29 T ELT)) (-3360 (((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-560)) 28 T ELT)) (-2874 (((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-560)) 27 T ELT)) (-4227 (((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 24 T ELT)) (-3411 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560)) 23 T ELT)) (-2620 (((-1067) (-560) (-711 (-229)) (-560)) 22 T ELT)) (-2137 (((-1067) (-560) (-711 (-229)) (-560)) 21 T ELT)))
+(((-769) (-10 -7 (-15 -2137 ((-1067) (-560) (-711 (-229)) (-560))) (-15 -2620 ((-1067) (-560) (-711 (-229)) (-560))) (-15 -3411 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4227 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2874 ((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3360 ((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2418 ((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3735 ((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3864 ((-1067) (-560) (-711 (-229)) (-560))) (-15 -2077 ((-1067) (-560) (-711 (-229)) (-560))) (-15 -4039 ((-1067) (-560) (-560) (-711 (-229)) (-560))) (-15 -3537 ((-1067) (-560) (-560) (-711 (-229)) (-560))))) (T -769))
+((-3537 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-4039 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-2077 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-3864 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-3735 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-2418 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-3360 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-2874 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-4227 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-3411 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-2620 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))) (-2137 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-769)))))
+(-10 -7 (-15 -2137 ((-1067) (-560) (-711 (-229)) (-560))) (-15 -2620 ((-1067) (-560) (-711 (-229)) (-560))) (-15 -3411 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4227 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2874 ((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3360 ((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2418 ((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3735 ((-1067) (-560) (-560) (-1191) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3864 ((-1067) (-560) (-711 (-229)) (-560))) (-15 -2077 ((-1067) (-560) (-711 (-229)) (-560))) (-15 -4039 ((-1067) (-560) (-560) (-711 (-229)) (-560))) (-15 -3537 ((-1067) (-560) (-560) (-711 (-229)) (-560))))
+((-2031 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN)))) 52 T ELT)) (-1716 (((-1067) (-711 (-229)) (-711 (-229)) (-560) (-560)) 51 T ELT)) (-3388 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN)))) 50 T ELT)) (-3117 (((-1067) (-229) (-229) (-560) (-560) (-560) (-560)) 46 T ELT)) (-3467 (((-1067) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) 45 T ELT)) (-2910 (((-1067) (-229) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) 44 T ELT)) (-1498 (((-1067) (-229) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) 43 T ELT)) (-3018 (((-1067) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) 42 T ELT)) (-4277 (((-1067) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) 38 T ELT)) (-2530 (((-1067) (-229) (-229) (-560) (-711 (-229)) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) 37 T ELT)) (-3213 (((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) 33 T ELT)) (-1464 (((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) 32 T ELT)))
+(((-770) (-10 -7 (-15 -1464 ((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -3213 ((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -2530 ((-1067) (-229) (-229) (-560) (-711 (-229)) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -4277 ((-1067) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -3018 ((-1067) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -1498 ((-1067) (-229) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -2910 ((-1067) (-229) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -3467 ((-1067) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -3117 ((-1067) (-229) (-229) (-560) (-560) (-560) (-560))) (-15 -3388 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))) (-15 -1716 ((-1067) (-711 (-229)) (-711 (-229)) (-560) (-560))) (-15 -2031 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))))) (T -770))
+((-2031 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN)))) (-5 *2 (-1067)) (-5 *1 (-770)))) (-1716 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-770)))) (-3388 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN)))) (-5 *2 (-1067)) (-5 *1 (-770)))) (-3117 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-770)))) (-3467 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1067)) (-5 *1 (-770)))) (-2910 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1067)) (-5 *1 (-770)))) (-1498 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1067)) (-5 *1 (-770)))) (-3018 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1067)) (-5 *1 (-770)))) (-4277 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) (-5 *2 (-1067)) (-5 *1 (-770)))) (-2530 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-770)))) (-3213 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) (-5 *2 (-1067)) (-5 *1 (-770)))) (-1464 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) (-5 *2 (-1067)) (-5 *1 (-770)))))
+(-10 -7 (-15 -1464 ((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -3213 ((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -2530 ((-1067) (-229) (-229) (-560) (-711 (-229)) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -4277 ((-1067) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))) (-15 -3018 ((-1067) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -1498 ((-1067) (-229) (-229) (-229) (-229) (-560) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -2910 ((-1067) (-229) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -3467 ((-1067) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G))))) (-15 -3117 ((-1067) (-229) (-229) (-560) (-560) (-560) (-560))) (-15 -3388 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))) (-15 -1716 ((-1067) (-711 (-229)) (-711 (-229)) (-560) (-560))) (-15 -2031 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-229) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))))
+((-1796 (((-1067) (-560) (-560) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP)))) 76 T ELT)) (-1350 (((-1067) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))) (-402) (-402)) 69 T ELT) (((-1067) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL)))) 68 T ELT)) (-2741 (((-1067) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG)))) 57 T ELT)) (-2657 (((-1067) (-711 (-229)) (-711 (-229)) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) 50 T ELT)) (-2003 (((-1067) (-229) (-560) (-560) (-1191) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) 49 T ELT)) (-3870 (((-1067) (-229) (-560) (-560) (-229) (-1191) (-229) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) 45 T ELT)) (-2399 (((-1067) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) 42 T ELT)) (-4042 (((-1067) (-229) (-560) (-560) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) 38 T ELT)))
+(((-771) (-10 -7 (-15 -4042 ((-1067) (-229) (-560) (-560) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -2399 ((-1067) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))) (-15 -3870 ((-1067) (-229) (-560) (-560) (-229) (-1191) (-229) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -2003 ((-1067) (-229) (-560) (-560) (-1191) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -2657 ((-1067) (-711 (-229)) (-711 (-229)) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))) (-15 -2741 ((-1067) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG))))) (-15 -1350 ((-1067) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))))) (-15 -1350 ((-1067) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))) (-402) (-402))) (-15 -1796 ((-1067) (-560) (-560) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP))))))) (T -771))
+((-1796 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP)))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))) (-1350 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL)))) (-5 *8 (-402)) (-5 *2 (-1067)) (-5 *1 (-771)))) (-1350 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL)))) (-5 *2 (-1067)) (-5 *1 (-771)))) (-2741 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG)))) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))) (-2657 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *2 (-1067)) (-5 *1 (-771)))) (-2003 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-560)) (-5 *5 (-1191)) (-5 *6 (-711 (-229))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))) (-3870 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-560)) (-5 *5 (-1191)) (-5 *6 (-711 (-229))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))) (-2399 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))) (-4042 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))))
+(-10 -7 (-15 -4042 ((-1067) (-229) (-560) (-560) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -2399 ((-1067) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))) (-15 -3870 ((-1067) (-229) (-560) (-560) (-229) (-1191) (-229) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -2003 ((-1067) (-229) (-560) (-560) (-1191) (-560) (-229) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))) (-15 -2657 ((-1067) (-711 (-229)) (-711 (-229)) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))) (-15 -2741 ((-1067) (-229) (-229) (-560) (-229) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG))))) (-15 -1350 ((-1067) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))))) (-15 -1350 ((-1067) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))) (-402) (-402))) (-15 -1796 ((-1067) (-560) (-560) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP))))))
+((-2886 (((-1067) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-697 (-229)) (-560)) 46 T ELT)) (-3133 (((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-1191) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY)))) 41 T ELT)) (-2279 (((-1067) (-560) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 23 T ELT)))
+(((-772) (-10 -7 (-15 -2279 ((-1067) (-560) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3133 ((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-1191) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY))))) (-15 -2886 ((-1067) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-697 (-229)) (-560))))) (T -772))
+((-2886 (*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 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-697 (-229))) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-772)))) (-3133 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-1191)) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY)))) (-5 *2 (-1067)) (-5 *1 (-772)))) (-2279 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-772)))))
+(-10 -7 (-15 -2279 ((-1067) (-560) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3133 ((-1067) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-1191) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF))) (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY))))) (-15 -2886 ((-1067) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-697 (-229)) (-560))))
+((-3683 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-711 (-229)) (-229) (-229) (-560)) 35 T ELT)) (-2475 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-229) (-229) (-560)) 34 T ELT)) (-4122 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-711 (-229)) (-229) (-229) (-560)) 33 T ELT)) (-2443 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 29 T ELT)) (-1334 (((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 28 T ELT)) (-1690 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560)) 27 T ELT)) (-3748 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560)) 24 T ELT)) (-1983 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560)) 23 T ELT)) (-1710 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560)) 22 T ELT)) (-4028 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560)) 21 T ELT)))
+(((-773) (-10 -7 (-15 -4028 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))) (-15 -1710 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1983 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -3748 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -1690 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560))) (-15 -1334 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2443 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4122 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-711 (-229)) (-229) (-229) (-560))) (-15 -2475 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-229) (-229) (-560))) (-15 -3683 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-711 (-229)) (-229) (-229) (-560))))) (T -773))
+((-3683 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1067)) (-5 *1 (-773)))) (-2475 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1067)) (-5 *1 (-773)))) (-4122 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *6 (-229)) (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-773)))) (-2443 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-773)))) (-1334 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-773)))) (-1690 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1067)) (-5 *1 (-773)))) (-3748 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-773)))) (-1983 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-773)))) (-1710 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-773)))) (-4028 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-773)))))
+(-10 -7 (-15 -4028 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))) (-15 -1710 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1983 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -3748 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -1690 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-229) (-560))) (-15 -1334 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2443 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4122 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-711 (-229)) (-229) (-229) (-560))) (-15 -2475 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-229) (-229) (-560))) (-15 -3683 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-711 (-229)) (-229) (-229) (-560))))
+((-1980 (((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560)) 45 T ELT)) (-1931 (((-1067) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-560)) 44 T ELT)) (-4396 (((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560)) 43 T ELT)) (-1495 (((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 42 T ELT)) (-1661 (((-1067) (-1191) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560)) 41 T ELT)) (-3392 (((-1067) (-1191) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560)) 40 T ELT)) (-1559 (((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560) (-560) (-560) (-229) (-711 (-229)) (-560)) 39 T ELT)) (-2144 (((-1067) (-1191) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560))) 38 T ELT)) (-3291 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560)) 35 T ELT)) (-2901 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560)) 34 T ELT)) (-2742 (((-1067) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560)) 33 T ELT)) (-1494 (((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 32 T ELT)) (-3713 (((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560)) 31 T ELT)) (-2751 (((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-560)) 30 T ELT)) (-3468 (((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-560) (-560) (-560)) 29 T ELT)) (-3204 (((-1067) (-560) (-560) (-560) (-229) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-560)) (-560) (-560) (-560)) 28 T ELT)) (-2604 (((-1067) (-560) (-711 (-229)) (-229) (-560)) 24 T ELT)) (-3267 (((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 21 T ELT)))
+(((-774) (-10 -7 (-15 -3267 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2604 ((-1067) (-560) (-711 (-229)) (-229) (-560))) (-15 -3204 ((-1067) (-560) (-560) (-560) (-229) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-560)) (-560) (-560) (-560))) (-15 -3468 ((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-560) (-560) (-560))) (-15 -2751 ((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-560))) (-15 -3713 ((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560))) (-15 -1494 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2742 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560))) (-15 -2901 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560))) (-15 -3291 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2144 ((-1067) (-1191) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)))) (-15 -1559 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560) (-560) (-560) (-229) (-711 (-229)) (-560))) (-15 -3392 ((-1067) (-1191) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560))) (-15 -1661 ((-1067) (-1191) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1495 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4396 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))) (-15 -1931 ((-1067) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1980 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))))) (T -774))
+((-1980 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-774)))) (-1931 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-4396 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-774)))) (-1495 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-774)))) (-1661 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-3392 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1191)) (-5 *5 (-711 (-229))) (-5 *6 (-229)) (-5 *7 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-1559 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *6 (-229)) (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-2144 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1191)) (-5 *5 (-711 (-229))) (-5 *6 (-229)) (-5 *7 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-3291 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-774)))) (-2901 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-2742 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-1494 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-774)))) (-3713 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-2751 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-3468 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-3204 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560))) (-5 *3 (-560)) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-2604 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))) (-3267 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-774)))))
+(-10 -7 (-15 -3267 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2604 ((-1067) (-560) (-711 (-229)) (-229) (-560))) (-15 -3204 ((-1067) (-560) (-560) (-560) (-229) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-560)) (-560) (-560) (-560))) (-15 -3468 ((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-560) (-560) (-560))) (-15 -2751 ((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560) (-560) (-560))) (-15 -3713 ((-1067) (-560) (-229) (-229) (-711 (-229)) (-560) (-560) (-229) (-560))) (-15 -1494 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2742 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560))) (-15 -2901 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560))) (-15 -3291 ((-1067) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2144 ((-1067) (-1191) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)))) (-15 -1559 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560) (-560) (-560) (-229) (-711 (-229)) (-560))) (-15 -3392 ((-1067) (-1191) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560))) (-15 -1661 ((-1067) (-1191) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1495 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4396 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))) (-15 -1931 ((-1067) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-560))) (-15 -1980 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560) (-711 (-229)) (-711 (-229)) (-560) (-560) (-560))))
+((-2660 (((-1067) (-560) (-560) (-560) (-229) (-711 (-229)) (-560) (-711 (-229)) (-560)) 64 T ELT)) (-1805 (((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-114) (-229) (-560) (-229) (-229) (-114) (-229) (-229) (-229) (-229) (-114) (-560) (-560) (-560) (-560) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN)))) 63 T ELT)) (-3698 (((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-114) (-114) (-560) (-560) (-711 (-229)) (-711 (-560)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS)))) 59 T ELT)) (-1426 (((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-560) (-560) (-711 (-229)) (-560)) 52 T ELT)) (-3417 (((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1)))) 51 T ELT)) (-4065 (((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2)))) 47 T ELT)) (-2763 (((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1)))) 43 T ELT)) (-2723 (((-1067) (-560) (-229) (-229) (-560) (-229) (-114) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN)))) 39 T ELT)))
+(((-775) (-10 -7 (-15 -2723 ((-1067) (-560) (-229) (-229) (-560) (-229) (-114) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))) (-15 -2763 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1))))) (-15 -4065 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2))))) (-15 -3417 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1))))) (-15 -1426 ((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-560) (-560) (-711 (-229)) (-560))) (-15 -3698 ((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-114) (-114) (-560) (-560) (-711 (-229)) (-711 (-560)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS))))) (-15 -1805 ((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-114) (-229) (-560) (-229) (-229) (-114) (-229) (-229) (-229) (-229) (-114) (-560) (-560) (-560) (-560) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))) (-15 -2660 ((-1067) (-560) (-560) (-560) (-229) (-711 (-229)) (-560) (-711 (-229)) (-560))))) (T -775))
+((-2660 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-775)))) (-1805 (*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 (-711 (-229))) (-5 *5 (-114)) (-5 *6 (-229)) (-5 *7 (-711 (-560))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN)))) (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-775)))) (-3698 (*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 (-711 (-229))) (-5 *6 (-114)) (-5 *7 (-711 (-560))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS)))) (-5 *3 (-560)) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-775)))) (-1426 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-114)) (-5 *2 (-1067)) (-5 *1 (-775)))) (-3417 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1)))) (-5 *2 (-1067)) (-5 *1 (-775)))) (-4065 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2)))) (-5 *2 (-1067)) (-5 *1 (-775)))) (-2763 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1)))) (-5 *2 (-1067)) (-5 *1 (-775)))) (-2723 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-560)) (-5 *5 (-114)) (-5 *6 (-711 (-229))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN)))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-775)))))
+(-10 -7 (-15 -2723 ((-1067) (-560) (-229) (-229) (-560) (-229) (-114) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))) (-15 -2763 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1))))) (-15 -4065 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2))))) (-15 -3417 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1))))) (-15 -1426 ((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-560) (-560) (-711 (-229)) (-560))) (-15 -3698 ((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-229) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-114) (-114) (-114) (-560) (-560) (-711 (-229)) (-711 (-560)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS))))) (-15 -1805 ((-1067) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-560) (-114) (-229) (-560) (-229) (-229) (-114) (-229) (-229) (-229) (-229) (-114) (-560) (-560) (-560) (-560) (-560) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-560) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))) (-15 -2660 ((-1067) (-560) (-560) (-560) (-229) (-711 (-229)) (-560) (-711 (-229)) (-560))))
+((-2012 (((-1067) (-1191) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560)) 47 T ELT)) (-4305 (((-1067) (-1191) (-1191) (-560) (-560) (-711 (-171 (-229))) (-560) (-711 (-171 (-229))) (-560) (-560) (-711 (-171 (-229))) (-560)) 46 T ELT)) (-3840 (((-1067) (-560) (-560) (-560) (-711 (-171 (-229))) (-560)) 45 T ELT)) (-2749 (((-1067) (-1191) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 40 T ELT)) (-2595 (((-1067) (-1191) (-1191) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)) (-560)) 39 T ELT)) (-1979 (((-1067) (-560) (-560) (-560) (-711 (-229)) (-560)) 36 T ELT)) (-4253 (((-1067) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560)) 35 T ELT)) (-3214 (((-1067) (-560) (-560) (-560) (-560) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-229) (-229) (-560)) 34 T ELT)) (-2034 (((-1067) (-560) (-560) (-560) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-114) (-229) (-114) (-711 (-560)) (-711 (-229)) (-560)) 33 T ELT)) (-2311 (((-1067) (-560) (-560) (-560) (-560) (-229) (-114) (-114) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-560)) 32 T ELT)))
+(((-776) (-10 -7 (-15 -2311 ((-1067) (-560) (-560) (-560) (-560) (-229) (-114) (-114) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-560))) (-15 -2034 ((-1067) (-560) (-560) (-560) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-114) (-229) (-114) (-711 (-560)) (-711 (-229)) (-560))) (-15 -3214 ((-1067) (-560) (-560) (-560) (-560) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-229) (-229) (-560))) (-15 -4253 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560))) (-15 -1979 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-560))) (-15 -2595 ((-1067) (-1191) (-1191) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)) (-560))) (-15 -2749 ((-1067) (-1191) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3840 ((-1067) (-560) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -4305 ((-1067) (-1191) (-1191) (-560) (-560) (-711 (-171 (-229))) (-560) (-711 (-171 (-229))) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -2012 ((-1067) (-1191) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560))))) (T -776))
+((-2012 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-171 (-229)))) (-5 *2 (-1067)) (-5 *1 (-776)))) (-4305 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-171 (-229)))) (-5 *2 (-1067)) (-5 *1 (-776)))) (-3840 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-171 (-229)))) (-5 *2 (-1067)) (-5 *1 (-776)))) (-2749 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-776)))) (-2595 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-776)))) (-1979 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-776)))) (-4253 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-776)))) (-3214 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-663 (-114))) (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560))) (-5 *7 (-229)) (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-776)))) (-2034 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-711 (-560))) (-5 *5 (-114)) (-5 *7 (-711 (-229))) (-5 *3 (-560)) (-5 *6 (-229)) (-5 *2 (-1067)) (-5 *1 (-776)))) (-2311 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-663 (-114))) (-5 *7 (-711 (-229))) (-5 *8 (-711 (-560))) (-5 *3 (-560)) (-5 *4 (-229)) (-5 *5 (-114)) (-5 *2 (-1067)) (-5 *1 (-776)))))
+(-10 -7 (-15 -2311 ((-1067) (-560) (-560) (-560) (-560) (-229) (-114) (-114) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-560))) (-15 -2034 ((-1067) (-560) (-560) (-560) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-711 (-560)) (-114) (-229) (-114) (-711 (-560)) (-711 (-229)) (-560))) (-15 -3214 ((-1067) (-560) (-560) (-560) (-560) (-663 (-114)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-229) (-229) (-560))) (-15 -4253 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560))) (-15 -1979 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-560))) (-15 -2595 ((-1067) (-1191) (-1191) (-560) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)) (-560))) (-15 -2749 ((-1067) (-1191) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3840 ((-1067) (-560) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -4305 ((-1067) (-1191) (-1191) (-560) (-560) (-711 (-171 (-229))) (-560) (-711 (-171 (-229))) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -2012 ((-1067) (-1191) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560))))
+((-3014 (((-1067) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560)) 79 T ELT)) (-1504 (((-1067) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560)) 68 T ELT)) (-2590 (((-1067) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))) (-402)) 56 T ELT) (((-1067) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) 55 T ELT)) (-2363 (((-1067) (-560) (-560) (-560) (-229) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560)) 37 T ELT)) (-2017 (((-1067) (-560) (-560) (-229) (-229) (-560) (-560) (-711 (-229)) (-560)) 33 T ELT)) (-2419 (((-1067) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560) (-560)) 30 T ELT)) (-2218 (((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 29 T ELT)) (-3183 (((-1067) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 28 T ELT)) (-3647 (((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 27 T ELT)) (-2235 (((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560)) 26 T ELT)) (-3300 (((-1067) (-560) (-560) (-711 (-229)) (-560)) 25 T ELT)) (-3762 (((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 24 T ELT)) (-3005 (((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560)) 23 T ELT)) (-4105 (((-1067) (-711 (-229)) (-560) (-560) (-560) (-560)) 22 T ELT)) (-2508 (((-1067) (-560) (-560) (-711 (-229)) (-560)) 21 T ELT)))
+(((-777) (-10 -7 (-15 -2508 ((-1067) (-560) (-560) (-711 (-229)) (-560))) (-15 -4105 ((-1067) (-711 (-229)) (-560) (-560) (-560) (-560))) (-15 -3005 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3762 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3300 ((-1067) (-560) (-560) (-711 (-229)) (-560))) (-15 -2235 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560))) (-15 -3647 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3183 ((-1067) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2218 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2419 ((-1067) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560) (-560))) (-15 -2017 ((-1067) (-560) (-560) (-229) (-229) (-560) (-560) (-711 (-229)) (-560))) (-15 -2363 ((-1067) (-560) (-560) (-560) (-229) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2590 ((-1067) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))))) (-15 -2590 ((-1067) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))) (-402))) (-15 -1504 ((-1067) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3014 ((-1067) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560))))) (T -777))
+((-3014 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-114)) (-5 *5 (-711 (-171 (-229)))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-1504 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *4 (-114)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-2590 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-402)) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-777)))) (-2590 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-777)))) (-2363 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-560)) (-5 *5 (-114)) (-5 *6 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-777)))) (-2017 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-777)))) (-2419 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-777)))) (-2218 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-3183 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-3647 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-2235 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-3300 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-3762 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-3005 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))) (-4105 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-777)))) (-2508 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-777)))))
+(-10 -7 (-15 -2508 ((-1067) (-560) (-560) (-711 (-229)) (-560))) (-15 -4105 ((-1067) (-711 (-229)) (-560) (-560) (-560) (-560))) (-15 -3005 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3762 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3300 ((-1067) (-560) (-560) (-711 (-229)) (-560))) (-15 -2235 ((-1067) (-560) (-560) (-560) (-560) (-711 (-229)) (-560))) (-15 -3647 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3183 ((-1067) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2218 ((-1067) (-560) (-560) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2419 ((-1067) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560) (-560))) (-15 -2017 ((-1067) (-560) (-560) (-229) (-229) (-560) (-560) (-711 (-229)) (-560))) (-15 -2363 ((-1067) (-560) (-560) (-560) (-229) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2590 ((-1067) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))))) (-15 -2590 ((-1067) (-560) (-560) (-229) (-560) (-560) (-560) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE))) (-402))) (-15 -1504 ((-1067) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -3014 ((-1067) (-560) (-560) (-560) (-560) (-560) (-114) (-560) (-114) (-560) (-711 (-171 (-229))) (-711 (-171 (-229))) (-560))))
+((-2447 (((-1067) (-560) (-560) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD)))) 64 T ELT)) (-1512 (((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560)) 60 T ELT)) (-3332 (((-1067) (-560) (-711 (-229)) (-114) (-229) (-560) (-560) (-560) (-560) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE)))) 59 T ELT)) (-4373 (((-1067) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560)) 37 T ELT)) (-2572 (((-1067) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-560)) 36 T ELT)) (-2511 (((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560)) 33 T ELT)) (-1798 (((-1067) (-560) (-711 (-229)) (-560) (-711 (-560)) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229))) 32 T ELT)) (-2013 (((-1067) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560)) 28 T ELT)) (-3552 (((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560)) 27 T ELT)) (-2766 (((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560)) 26 T ELT)) (-1778 (((-1067) (-560) (-711 (-171 (-229))) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-560)) 22 T ELT)))
+(((-778) (-10 -7 (-15 -1778 ((-1067) (-560) (-711 (-171 (-229))) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -2766 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -3552 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -2013 ((-1067) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560))) (-15 -1798 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-560)) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)))) (-15 -2511 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2572 ((-1067) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4373 ((-1067) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560))) (-15 -3332 ((-1067) (-560) (-711 (-229)) (-114) (-229) (-560) (-560) (-560) (-560) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE))))) (-15 -1512 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560))) (-15 -2447 ((-1067) (-560) (-560) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD))))))) (T -778))
+((-2447 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD)))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-778)))) (-1512 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-778)))) (-3332 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-114)) (-5 *6 (-229)) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD)))) (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE)))) (-5 *2 (-1067)) (-5 *1 (-778)))) (-4373 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-778)))) (-2572 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-778)))) (-2511 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-778)))) (-1798 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-778)))) (-2013 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-778)))) (-3552 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-778)))) (-2766 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-778)))) (-1778 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-171 (-229)))) (-5 *2 (-1067)) (-5 *1 (-778)))))
+(-10 -7 (-15 -1778 ((-1067) (-560) (-711 (-171 (-229))) (-560) (-560) (-560) (-560) (-711 (-171 (-229))) (-560))) (-15 -2766 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -3552 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-560))) (-15 -2013 ((-1067) (-711 (-229)) (-560) (-711 (-229)) (-560) (-560) (-560))) (-15 -1798 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-560)) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)))) (-15 -2511 ((-1067) (-560) (-560) (-711 (-229)) (-711 (-229)) (-711 (-229)) (-560))) (-15 -2572 ((-1067) (-560) (-560) (-560) (-229) (-560) (-711 (-229)) (-711 (-229)) (-560))) (-15 -4373 ((-1067) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-560)) (-711 (-229)) (-711 (-560)) (-711 (-560)) (-711 (-229)) (-711 (-229)) (-711 (-560)) (-560))) (-15 -3332 ((-1067) (-560) (-711 (-229)) (-114) (-229) (-560) (-560) (-560) (-560) (-229) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE))))) (-15 -1512 ((-1067) (-560) (-711 (-229)) (-560) (-711 (-229)) (-711 (-560)) (-560) (-711 (-229)) (-560) (-560) (-560) (-560))) (-15 -2447 ((-1067) (-560) (-560) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-711 (-229)) (-560) (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD))))))
+((-1631 (((-1067) (-1191) (-560) (-560) (-711 (-229)) (-560) (-560) (-711 (-229))) 29 T ELT)) (-3102 (((-1067) (-1191) (-560) (-560) (-711 (-229))) 28 T ELT)) (-3227 (((-1067) (-1191) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-229))) 27 T ELT)) (-3714 (((-1067) (-560) (-560) (-560) (-711 (-229))) 21 T ELT)))
+(((-779) (-10 -7 (-15 -3714 ((-1067) (-560) (-560) (-560) (-711 (-229)))) (-15 -3227 ((-1067) (-1191) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-229)))) (-15 -3102 ((-1067) (-1191) (-560) (-560) (-711 (-229)))) (-15 -1631 ((-1067) (-1191) (-560) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)))))) (T -779))
+((-1631 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-779)))) (-3102 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-779)))) (-3227 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1191)) (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-779)))) (-3714 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067)) (-5 *1 (-779)))))
+(-10 -7 (-15 -3714 ((-1067) (-560) (-560) (-560) (-711 (-229)))) (-15 -3227 ((-1067) (-1191) (-560) (-560) (-711 (-229)) (-560) (-711 (-560)) (-560) (-711 (-229)))) (-15 -3102 ((-1067) (-1191) (-560) (-560) (-711 (-229)))) (-15 -1631 ((-1067) (-1191) (-560) (-560) (-711 (-229)) (-560) (-560) (-711 (-229)))))
+((-4248 (((-1067) (-229) (-229) (-229) (-229) (-560)) 62 T ELT)) (-3066 (((-1067) (-229) (-229) (-229) (-560)) 61 T ELT)) (-1974 (((-1067) (-229) (-229) (-229) (-560)) 60 T ELT)) (-2609 (((-1067) (-229) (-229) (-560)) 59 T ELT)) (-1883 (((-1067) (-229) (-560)) 58 T ELT)) (-3075 (((-1067) (-229) (-560)) 57 T ELT)) (-3159 (((-1067) (-229) (-560)) 56 T ELT)) (-3449 (((-1067) (-229) (-560)) 55 T ELT)) (-2800 (((-1067) (-229) (-560)) 54 T ELT)) (-1691 (((-1067) (-229) (-560)) 53 T ELT)) (-2633 (((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560)) 52 T ELT)) (-1647 (((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560)) 51 T ELT)) (-1714 (((-1067) (-229) (-560)) 50 T ELT)) (-3780 (((-1067) (-229) (-560)) 49 T ELT)) (-4276 (((-1067) (-229) (-560)) 48 T ELT)) (-3472 (((-1067) (-229) (-560)) 47 T ELT)) (-3905 (((-1067) (-560) (-229) (-171 (-229)) (-560) (-1191) (-560)) 46 T ELT)) (-3695 (((-1067) (-1191) (-171 (-229)) (-1191) (-560)) 45 T ELT)) (-1916 (((-1067) (-1191) (-171 (-229)) (-1191) (-560)) 44 T ELT)) (-2846 (((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560)) 43 T ELT)) (-2981 (((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560)) 42 T ELT)) (-3659 (((-1067) (-229) (-560)) 39 T ELT)) (-3758 (((-1067) (-229) (-560)) 38 T ELT)) (-1580 (((-1067) (-229) (-560)) 37 T ELT)) (-2183 (((-1067) (-229) (-560)) 36 T ELT)) (-3406 (((-1067) (-229) (-560)) 35 T ELT)) (-2996 (((-1067) (-229) (-560)) 34 T ELT)) (-4162 (((-1067) (-229) (-560)) 33 T ELT)) (-1721 (((-1067) (-229) (-560)) 32 T ELT)) (-3325 (((-1067) (-229) (-560)) 31 T ELT)) (-4231 (((-1067) (-229) (-560)) 30 T ELT)) (-2527 (((-1067) (-229) (-229) (-229) (-560)) 29 T ELT)) (-4158 (((-1067) (-229) (-560)) 28 T ELT)) (-2575 (((-1067) (-229) (-560)) 27 T ELT)) (-3520 (((-1067) (-229) (-560)) 26 T ELT)) (-3045 (((-1067) (-229) (-560)) 25 T ELT)) (-2236 (((-1067) (-229) (-560)) 24 T ELT)) (-2454 (((-1067) (-171 (-229)) (-560)) 21 T ELT)))
+(((-780) (-10 -7 (-15 -2454 ((-1067) (-171 (-229)) (-560))) (-15 -2236 ((-1067) (-229) (-560))) (-15 -3045 ((-1067) (-229) (-560))) (-15 -3520 ((-1067) (-229) (-560))) (-15 -2575 ((-1067) (-229) (-560))) (-15 -4158 ((-1067) (-229) (-560))) (-15 -2527 ((-1067) (-229) (-229) (-229) (-560))) (-15 -4231 ((-1067) (-229) (-560))) (-15 -3325 ((-1067) (-229) (-560))) (-15 -1721 ((-1067) (-229) (-560))) (-15 -4162 ((-1067) (-229) (-560))) (-15 -2996 ((-1067) (-229) (-560))) (-15 -3406 ((-1067) (-229) (-560))) (-15 -2183 ((-1067) (-229) (-560))) (-15 -1580 ((-1067) (-229) (-560))) (-15 -3758 ((-1067) (-229) (-560))) (-15 -3659 ((-1067) (-229) (-560))) (-15 -2981 ((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -2846 ((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -1916 ((-1067) (-1191) (-171 (-229)) (-1191) (-560))) (-15 -3695 ((-1067) (-1191) (-171 (-229)) (-1191) (-560))) (-15 -3905 ((-1067) (-560) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -3472 ((-1067) (-229) (-560))) (-15 -4276 ((-1067) (-229) (-560))) (-15 -3780 ((-1067) (-229) (-560))) (-15 -1714 ((-1067) (-229) (-560))) (-15 -1647 ((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -2633 ((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -1691 ((-1067) (-229) (-560))) (-15 -2800 ((-1067) (-229) (-560))) (-15 -3449 ((-1067) (-229) (-560))) (-15 -3159 ((-1067) (-229) (-560))) (-15 -3075 ((-1067) (-229) (-560))) (-15 -1883 ((-1067) (-229) (-560))) (-15 -2609 ((-1067) (-229) (-229) (-560))) (-15 -1974 ((-1067) (-229) (-229) (-229) (-560))) (-15 -3066 ((-1067) (-229) (-229) (-229) (-560))) (-15 -4248 ((-1067) (-229) (-229) (-229) (-229) (-560))))) (T -780))
+((-4248 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3066 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-1974 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2609 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-1883 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3075 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3159 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3449 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2800 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-1691 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2633 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1191)) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-1647 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1191)) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-1714 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3780 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-4276 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3472 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3905 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-560)) (-5 *5 (-171 (-229))) (-5 *6 (-1191)) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3695 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1191)) (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-1916 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1191)) (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2846 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1191)) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2981 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1191)) (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3659 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3758 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-1580 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2183 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3406 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2996 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-4162 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-1721 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3325 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-4231 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2527 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-4158 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2575 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3520 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-3045 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2236 (*1 *2 *3 *4) (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))) (-2454 (*1 *2 *3 *4) (-12 (-5 *3 (-171 (-229))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(-10 -7 (-15 -2454 ((-1067) (-171 (-229)) (-560))) (-15 -2236 ((-1067) (-229) (-560))) (-15 -3045 ((-1067) (-229) (-560))) (-15 -3520 ((-1067) (-229) (-560))) (-15 -2575 ((-1067) (-229) (-560))) (-15 -4158 ((-1067) (-229) (-560))) (-15 -2527 ((-1067) (-229) (-229) (-229) (-560))) (-15 -4231 ((-1067) (-229) (-560))) (-15 -3325 ((-1067) (-229) (-560))) (-15 -1721 ((-1067) (-229) (-560))) (-15 -4162 ((-1067) (-229) (-560))) (-15 -2996 ((-1067) (-229) (-560))) (-15 -3406 ((-1067) (-229) (-560))) (-15 -2183 ((-1067) (-229) (-560))) (-15 -1580 ((-1067) (-229) (-560))) (-15 -3758 ((-1067) (-229) (-560))) (-15 -3659 ((-1067) (-229) (-560))) (-15 -2981 ((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -2846 ((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -1916 ((-1067) (-1191) (-171 (-229)) (-1191) (-560))) (-15 -3695 ((-1067) (-1191) (-171 (-229)) (-1191) (-560))) (-15 -3905 ((-1067) (-560) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -3472 ((-1067) (-229) (-560))) (-15 -4276 ((-1067) (-229) (-560))) (-15 -3780 ((-1067) (-229) (-560))) (-15 -1714 ((-1067) (-229) (-560))) (-15 -1647 ((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -2633 ((-1067) (-229) (-171 (-229)) (-560) (-1191) (-560))) (-15 -1691 ((-1067) (-229) (-560))) (-15 -2800 ((-1067) (-229) (-560))) (-15 -3449 ((-1067) (-229) (-560))) (-15 -3159 ((-1067) (-229) (-560))) (-15 -3075 ((-1067) (-229) (-560))) (-15 -1883 ((-1067) (-229) (-560))) (-15 -2609 ((-1067) (-229) (-229) (-560))) (-15 -1974 ((-1067) (-229) (-229) (-229) (-560))) (-15 -3066 ((-1067) (-229) (-229) (-229) (-560))) (-15 -4248 ((-1067) (-229) (-229) (-229) (-229) (-560))))
+((-4250 (((-1305)) 20 T ELT)) (-3238 (((-1191)) 34 T ELT)) (-1797 (((-1191)) 33 T ELT)) (-1384 (((-1135) (-1209) (-711 (-560))) 47 T ELT) (((-1135) (-1209) (-711 (-229))) 43 T ELT)) (-3607 (((-114)) 19 T ELT)) (-3857 (((-1191) (-1191)) 37 T ELT)))
+(((-781) (-10 -7 (-15 -1797 ((-1191))) (-15 -3238 ((-1191))) (-15 -3857 ((-1191) (-1191))) (-15 -1384 ((-1135) (-1209) (-711 (-229)))) (-15 -1384 ((-1135) (-1209) (-711 (-560)))) (-15 -3607 ((-114))) (-15 -4250 ((-1305))))) (T -781))
+((-4250 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-781)))) (-3607 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-781)))) (-1384 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-711 (-560))) (-5 *2 (-1135)) (-5 *1 (-781)))) (-1384 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-711 (-229))) (-5 *2 (-1135)) (-5 *1 (-781)))) (-3857 (*1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-781)))) (-3238 (*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-781)))) (-1797 (*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-781)))))
+(-10 -7 (-15 -1797 ((-1191))) (-15 -3238 ((-1191))) (-15 -3857 ((-1191) (-1191))) (-15 -1384 ((-1135) (-1209) (-711 (-229)))) (-15 -1384 ((-1135) (-1209) (-711 (-560)))) (-15 -3607 ((-114))) (-15 -4250 ((-1305))))
+((-3923 (($ $ $) 10 T ELT)) (-3121 (($ $ $ $) 9 T ELT)) (-3260 (($ $ $) 12 T ELT)))
+(((-782 |#1|) (-10 -8 (-15 -3260 (|#1| |#1| |#1|)) (-15 -3923 (|#1| |#1| |#1|)) (-15 -3121 (|#1| |#1| |#1| |#1|))) (-783)) (T -782))
+NIL
+(-10 -8 (-15 -3260 (|#1| |#1| |#1|)) (-15 -3923 (|#1| |#1| |#1|)) (-15 -3121 (|#1| |#1| |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2768 (($ $ (-949)) 36 T ELT)) (-4092 (($ $ (-949)) 37 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3923 (($ $ $) 33 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3121 (($ $ $ $) 34 T ELT)) (-3260 (($ $ $) 32 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 38 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT)))
(((-783) (-142)) (T -783))
-((-4190 (*1 *1 *1 *1 *1) (-4 *1 (-783))) (-4172 (*1 *1 *1 *1) (-4 *1 (-783))) (-2927 (*1 *1 *1 *1) (-4 *1 (-783))))
-(-13 (-21) (-742) (-10 -8 (-15 -4190 ($ $ $ $)) (-15 -4172 ($ $ $)) (-15 -2927 ($ $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-742) . T) ((-1132) . T) ((-1248) . T))
-((-2539 (((-887) $) NIL T ELT) (($ (-560)) 10 T ELT)))
-(((-784 |#1|) (-10 -8 (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-785)) (T -784))
-NIL
-(-10 -8 (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3604 (((-3 $ "failed") $) 48 T ELT)) (-3239 (($ $ (-948)) 36 T ELT) (($ $ (-793)) 43 T ELT)) (-4310 (((-3 $ "failed") $) 46 T ELT)) (-1871 (((-114) $) 42 T ELT)) (-3826 (((-3 $ "failed") $) 47 T ELT)) (-4360 (($ $ (-948)) 37 T ELT) (($ $ (-793)) 44 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4172 (($ $ $) 33 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 39 T ELT)) (-3418 (((-793)) 40 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-4190 (($ $ $ $) 34 T ELT)) (-2927 (($ $ $) 32 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 41 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 38 T ELT) (($ $ (-793)) 45 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT)))
+((-3121 (*1 *1 *1 *1 *1) (-4 *1 (-783))) (-3923 (*1 *1 *1 *1) (-4 *1 (-783))) (-3260 (*1 *1 *1 *1) (-4 *1 (-783))))
+(-13 (-21) (-742) (-10 -8 (-15 -3121 ($ $ $ $)) (-15 -3923 ($ $ $)) (-15 -3260 ($ $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-742) . T) ((-1133) . T) ((-1249) . T))
+((-3834 (((-888) $) NIL T ELT) (($ (-560)) 10 T ELT)))
+(((-784 |#1|) (-10 -8 (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-785)) (T -784))
+NIL
+(-10 -8 (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2990 (((-3 $ "failed") $) 48 T ELT)) (-2768 (($ $ (-949)) 36 T ELT) (($ $ (-793)) 43 T ELT)) (-2167 (((-3 $ "failed") $) 46 T ELT)) (-3363 (((-114) $) 42 T ELT)) (-4141 (((-3 $ "failed") $) 47 T ELT)) (-4092 (($ $ (-949)) 37 T ELT) (($ $ (-793)) 44 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3923 (($ $ $) 33 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 39 T ELT)) (-3103 (((-793)) 40 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3121 (($ $ $ $) 34 T ELT)) (-3260 (($ $ $) 32 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 41 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 38 T ELT) (($ $ (-793)) 45 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 35 T ELT)))
(((-785) (-142)) (T -785))
-((-3418 (*1 *2) (-12 (-4 *1 (-785)) (-5 *2 (-793)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-785)))))
-(-13 (-783) (-744) (-10 -8 (-15 -3418 ((-793)) -3721) (-15 -2539 ($ (-560)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-742) . T) ((-744) . T) ((-783) . T) ((-1132) . T) ((-1248) . T))
-((-2632 (((-663 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 (-171 |#1|)))))) (-711 (-171 (-421 (-560)))) |#1|) 33 T ELT)) (-2728 (((-663 (-171 |#1|)) (-711 (-171 (-421 (-560)))) |#1|) 23 T ELT)) (-4419 (((-975 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))) (-1208)) 20 T ELT) (((-975 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560))))) 19 T ELT)))
-(((-786 |#1|) (-10 -7 (-15 -4419 ((-975 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))))) (-15 -4419 ((-975 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))) (-1208))) (-15 -2728 ((-663 (-171 |#1|)) (-711 (-171 (-421 (-560)))) |#1|)) (-15 -2632 ((-663 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 (-171 |#1|)))))) (-711 (-171 (-421 (-560)))) |#1|))) (-13 (-376) (-870))) (T -786))
-((-2632 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *2 (-663 (-2 (|:| |outval| (-171 *4)) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 (-171 *4))))))) (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-870))))) (-2728 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *2 (-663 (-171 *4))) (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-870))))) (-4419 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *4 (-1208)) (-5 *2 (-975 (-171 (-421 (-560))))) (-5 *1 (-786 *5)) (-4 *5 (-13 (-376) (-870))))) (-4419 (*1 *2 *3) (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *2 (-975 (-171 (-421 (-560))))) (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-870))))))
-(-10 -7 (-15 -4419 ((-975 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))))) (-15 -4419 ((-975 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))) (-1208))) (-15 -2728 ((-663 (-171 |#1|)) (-711 (-171 (-421 (-560)))) |#1|)) (-15 -2632 ((-663 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 (-171 |#1|)))))) (-711 (-171 (-421 (-560)))) |#1|)))
-((-1755 (((-177 (-560)) |#1|) 27 T ELT)))
-(((-787 |#1|) (-10 -7 (-15 -1755 ((-177 (-560)) |#1|))) (-418)) (T -787))
-((-1755 (*1 *2 *3) (-12 (-5 *2 (-177 (-560))) (-5 *1 (-787 *3)) (-4 *3 (-418)))))
-(-10 -7 (-15 -1755 ((-177 (-560)) |#1|)))
-((-2331 ((|#1| |#1| |#1|) 28 T ELT)) (-2764 ((|#1| |#1| |#1|) 27 T ELT)) (-3723 ((|#1| |#1| |#1|) 38 T ELT)) (-3229 ((|#1| |#1| |#1|) 34 T ELT)) (-2171 (((-3 |#1| "failed") |#1| |#1|) 31 T ELT)) (-2210 (((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|) 26 T ELT)))
-(((-788 |#1| |#2|) (-10 -7 (-15 -2210 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -2764 (|#1| |#1| |#1|)) (-15 -2331 (|#1| |#1| |#1|)) (-15 -2171 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3229 (|#1| |#1| |#1|)) (-15 -3723 (|#1| |#1| |#1|))) (-730 |#2|) (-376)) (T -788))
-((-3723 (*1 *2 *2 *2) (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-3229 (*1 *2 *2 *2) (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-2171 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-2331 (*1 *2 *2 *2) (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-2764 (*1 *2 *2 *2) (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-2210 (*1 *2 *3 *3) (-12 (-4 *4 (-376)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-788 *3 *4)) (-4 *3 (-730 *4)))))
-(-10 -7 (-15 -2210 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -2764 (|#1| |#1| |#1|)) (-15 -2331 (|#1| |#1| |#1|)) (-15 -2171 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3229 (|#1| |#1| |#1|)) (-15 -3723 (|#1| |#1| |#1|)))
-((-3171 (((-713 (-1257)) $ (-1257)) 27 T ELT)) (-4412 (((-713 (-564)) $ (-564)) 26 T ELT)) (-2215 (((-793) $ (-131)) 28 T ELT)) (-2808 (((-713 (-130)) $ (-130)) 25 T ELT)) (-3180 (((-713 (-1257)) $) 12 T ELT)) (-4338 (((-713 (-1255)) $) 8 T ELT)) (-2051 (((-713 (-1254)) $) 10 T ELT)) (-2398 (((-713 (-564)) $) 13 T ELT)) (-2854 (((-713 (-562)) $) 9 T ELT)) (-3690 (((-713 (-561)) $) 11 T ELT)) (-1774 (((-793) $ (-131)) 7 T ELT)) (-3281 (((-713 (-130)) $) 14 T ELT)) (-1973 (((-114) $) 32 T ELT)) (-1914 (((-713 $) |#1| (-983)) 33 T ELT)) (-4213 (($ $) 6 T ELT)))
-(((-789 |#1|) (-142) (-1132)) (T -789))
-((-1914 (*1 *2 *3 *4) (-12 (-5 *4 (-983)) (-4 *3 (-1132)) (-5 *2 (-713 *1)) (-4 *1 (-789 *3)))) (-1973 (*1 *2 *1) (-12 (-4 *1 (-789 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))))
-(-13 (-590) (-10 -8 (-15 -1914 ((-713 $) |t#1| (-983))) (-15 -1973 ((-114) $))))
-(((-176) . T) ((-541) . T) ((-590) . T) ((-885) . T))
-((-1894 (((-2 (|:| -1868 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))) (-560)) 72 T ELT)) (-1906 (((-2 (|:| -1868 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560))))) 70 T ELT)) (-3622 (((-560)) 86 T ELT)))
-(((-790 |#1| |#2|) (-10 -7 (-15 -3622 ((-560))) (-15 -1906 ((-2 (|:| -1868 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))))) (-15 -1894 ((-2 (|:| -1868 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))) (-560)))) (-1274 (-560)) (-424 (-560) |#1|)) (T -790))
-((-1894 (*1 *2 *3) (-12 (-5 *3 (-560)) (-4 *4 (-1274 *3)) (-5 *2 (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-790 *4 *5)) (-4 *5 (-424 *3 *4)))) (-1906 (*1 *2) (-12 (-4 *3 (-1274 (-560))) (-5 *2 (-2 (|:| -1868 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560))))) (-5 *1 (-790 *3 *4)) (-4 *4 (-424 (-560) *3)))) (-3622 (*1 *2) (-12 (-4 *3 (-1274 *2)) (-5 *2 (-560)) (-5 *1 (-790 *3 *4)) (-4 *4 (-424 *2 *3)))))
-(-10 -7 (-15 -3622 ((-560))) (-15 -1906 ((-2 (|:| -1868 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))))) (-15 -1894 ((-2 (|:| -1868 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))) (-560))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3056 (((-3 (|:| |nia| (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) $) 21 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 13 T ELT) (($ (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 16 T ELT) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))) 18 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-791) (-13 (-1132) (-10 -8 (-15 -2539 ($ (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2539 ($ (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2539 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (-15 -3056 ((-3 (|:| |nia| (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) $))))) (T -791))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *1 (-791)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *1 (-791)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))) (-5 *1 (-791)))) (-3056 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))) (-5 *1 (-791)))))
-(-13 (-1132) (-10 -8 (-15 -2539 ($ (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2539 ($ (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -2539 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (-15 -3056 ((-3 (|:| |nia| (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) $))))
-((-3125 (((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|))) 18 T ELT) (((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)) (-663 (-1208))) 17 T ELT)) (-3824 (((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|))) 20 T ELT) (((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)) (-663 (-1208))) 19 T ELT)))
-(((-792 |#1|) (-10 -7 (-15 -3125 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)) (-663 (-1208)))) (-15 -3125 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)) (-663 (-1208)))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|))))) (-571)) (T -792))
-((-3824 (*1 *2 *3) (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *4)))))) (-5 *1 (-792 *4)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-663 (-1208))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *5)))))) (-5 *1 (-792 *5)))) (-3125 (*1 *2 *3) (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *4)))))) (-5 *1 (-792 *4)))) (-3125 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-663 (-1208))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *5)))))) (-5 *1 (-792 *5)))))
-(-10 -7 (-15 -3125 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)) (-663 (-1208)))) (-15 -3125 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)) (-663 (-1208)))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-975 |#1|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2180 (($ $ $) 10 T ELT)) (-2494 (((-3 $ "failed") $ $) 15 T ELT)) (-1441 (($ $ (-560)) 11 T ELT)) (-3366 (($) NIL T CONST)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($ $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2470 (($ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 6 T CONST)) (-1439 (($) NIL T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-948)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-793) (-13 (-815) (-748) (-10 -8 (-15 -2254 ($ $ $)) (-15 -2242 ($ $ $)) (-15 -2470 ($ $ $)) (-15 -3095 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -2283 ((-3 $ "failed") $ $)) (-15 -1441 ($ $ (-560))) (-15 -3362 ($ $)) (-6 (-4511 "*"))))) (T -793))
-((-2254 (*1 *1 *1 *1) (-5 *1 (-793))) (-2242 (*1 *1 *1 *1) (-5 *1 (-793))) (-2470 (*1 *1 *1 *1) (-5 *1 (-793))) (-3095 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2010 (-793)) (|:| -4415 (-793)))) (-5 *1 (-793)))) (-2283 (*1 *1 *1 *1) (|partial| -5 *1 (-793))) (-1441 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-793)))) (-3362 (*1 *1 *1) (-5 *1 (-793))))
-(-13 (-815) (-748) (-10 -8 (-15 -2254 ($ $ $)) (-15 -2242 ($ $ $)) (-15 -2470 ($ $ $)) (-15 -3095 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -2283 ((-3 $ "failed") $ $)) (-15 -1441 ($ $ (-560))) (-15 -3362 ($ $)) (-6 (-4511 "*"))))
+((-3103 (*1 *2) (-12 (-4 *1 (-785)) (-5 *2 (-793)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-785)))))
+(-13 (-783) (-744) (-10 -8 (-15 -3103 ((-793)) -2292) (-15 -3834 ($ (-560)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-742) . T) ((-744) . T) ((-783) . T) ((-1133) . T) ((-1249) . T))
+((-2184 (((-663 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 (-171 |#1|)))))) (-711 (-171 (-421 (-560)))) |#1|) 33 T ELT)) (-3636 (((-663 (-171 |#1|)) (-711 (-171 (-421 (-560)))) |#1|) 23 T ELT)) (-4286 (((-976 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))) (-1209)) 20 T ELT) (((-976 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560))))) 19 T ELT)))
+(((-786 |#1|) (-10 -7 (-15 -4286 ((-976 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))))) (-15 -4286 ((-976 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))) (-1209))) (-15 -3636 ((-663 (-171 |#1|)) (-711 (-171 (-421 (-560)))) |#1|)) (-15 -2184 ((-663 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 (-171 |#1|)))))) (-711 (-171 (-421 (-560)))) |#1|))) (-13 (-376) (-871))) (T -786))
+((-2184 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *2 (-663 (-2 (|:| |outval| (-171 *4)) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 (-171 *4))))))) (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-871))))) (-3636 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *2 (-663 (-171 *4))) (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-871))))) (-4286 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *4 (-1209)) (-5 *2 (-976 (-171 (-421 (-560))))) (-5 *1 (-786 *5)) (-4 *5 (-13 (-376) (-871))))) (-4286 (*1 *2 *3) (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *2 (-976 (-171 (-421 (-560))))) (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-871))))))
+(-10 -7 (-15 -4286 ((-976 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))))) (-15 -4286 ((-976 (-171 (-421 (-560)))) (-711 (-171 (-421 (-560)))) (-1209))) (-15 -3636 ((-663 (-171 |#1|)) (-711 (-171 (-421 (-560)))) |#1|)) (-15 -2184 ((-663 (-2 (|:| |outval| (-171 |#1|)) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 (-171 |#1|)))))) (-711 (-171 (-421 (-560)))) |#1|)))
+((-3867 (((-177 (-560)) |#1|) 27 T ELT)))
+(((-787 |#1|) (-10 -7 (-15 -3867 ((-177 (-560)) |#1|))) (-418)) (T -787))
+((-3867 (*1 *2 *3) (-12 (-5 *2 (-177 (-560))) (-5 *1 (-787 *3)) (-4 *3 (-418)))))
+(-10 -7 (-15 -3867 ((-177 (-560)) |#1|)))
+((-2258 ((|#1| |#1| |#1|) 28 T ELT)) (-3951 ((|#1| |#1| |#1|) 27 T ELT)) (-3786 ((|#1| |#1| |#1|) 38 T ELT)) (-4057 ((|#1| |#1| |#1|) 34 T ELT)) (-3828 (((-3 |#1| "failed") |#1| |#1|) 31 T ELT)) (-2634 (((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|) 26 T ELT)))
+(((-788 |#1| |#2|) (-10 -7 (-15 -2634 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3951 (|#1| |#1| |#1|)) (-15 -2258 (|#1| |#1| |#1|)) (-15 -3828 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4057 (|#1| |#1| |#1|)) (-15 -3786 (|#1| |#1| |#1|))) (-730 |#2|) (-376)) (T -788))
+((-3786 (*1 *2 *2 *2) (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-4057 (*1 *2 *2 *2) (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-3828 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-2258 (*1 *2 *2 *2) (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-3951 (*1 *2 *2 *2) (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3)))) (-2634 (*1 *2 *3 *3) (-12 (-4 *4 (-376)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-788 *3 *4)) (-4 *3 (-730 *4)))))
+(-10 -7 (-15 -2634 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3951 (|#1| |#1| |#1|)) (-15 -2258 (|#1| |#1| |#1|)) (-15 -3828 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4057 (|#1| |#1| |#1|)) (-15 -3786 (|#1| |#1| |#1|)))
+((-2613 (((-713 (-1258)) $ (-1258)) 27 T ELT)) (-1819 (((-713 (-564)) $ (-564)) 26 T ELT)) (-2956 (((-793) $ (-131)) 28 T ELT)) (-2268 (((-713 (-130)) $ (-130)) 25 T ELT)) (-2230 (((-713 (-1258)) $) 12 T ELT)) (-2709 (((-713 (-1256)) $) 8 T ELT)) (-4435 (((-713 (-1255)) $) 10 T ELT)) (-3674 (((-713 (-564)) $) 13 T ELT)) (-3186 (((-713 (-562)) $) 9 T ELT)) (-2822 (((-713 (-561)) $) 11 T ELT)) (-2046 (((-793) $ (-131)) 7 T ELT)) (-3602 (((-713 (-130)) $) 14 T ELT)) (-3269 (((-114) $) 32 T ELT)) (-4001 (((-713 $) |#1| (-984)) 33 T ELT)) (-4423 (($ $) 6 T ELT)))
+(((-789 |#1|) (-142) (-1133)) (T -789))
+((-4001 (*1 *2 *3 *4) (-12 (-5 *4 (-984)) (-4 *3 (-1133)) (-5 *2 (-713 *1)) (-4 *1 (-789 *3)))) (-3269 (*1 *2 *1) (-12 (-4 *1 (-789 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(-13 (-590) (-10 -8 (-15 -4001 ((-713 $) |t#1| (-984))) (-15 -3269 ((-114) $))))
+(((-176) . T) ((-541) . T) ((-590) . T) ((-886) . T))
+((-2567 (((-2 (|:| -4222 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))) (-560)) 72 T ELT)) (-4426 (((-2 (|:| -4222 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560))))) 70 T ELT)) (-2810 (((-560)) 86 T ELT)))
+(((-790 |#1| |#2|) (-10 -7 (-15 -2810 ((-560))) (-15 -4426 ((-2 (|:| -4222 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))))) (-15 -2567 ((-2 (|:| -4222 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))) (-560)))) (-1275 (-560)) (-424 (-560) |#1|)) (T -790))
+((-2567 (*1 *2 *3) (-12 (-5 *3 (-560)) (-4 *4 (-1275 *3)) (-5 *2 (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-790 *4 *5)) (-4 *5 (-424 *3 *4)))) (-4426 (*1 *2) (-12 (-4 *3 (-1275 (-560))) (-5 *2 (-2 (|:| -4222 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560))))) (-5 *1 (-790 *3 *4)) (-4 *4 (-424 (-560) *3)))) (-2810 (*1 *2) (-12 (-4 *3 (-1275 *2)) (-5 *2 (-560)) (-5 *1 (-790 *3 *4)) (-4 *4 (-424 *2 *3)))))
+(-10 -7 (-15 -2810 ((-560))) (-15 -4426 ((-2 (|:| -4222 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))))) (-15 -2567 ((-2 (|:| -4222 (-711 (-560))) (|:| |basisDen| (-560)) (|:| |basisInv| (-711 (-560)))) (-560))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4072 (((-3 (|:| |nia| (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) $) 21 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 13 T ELT) (($ (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 16 T ELT) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))) 18 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-791) (-13 (-1133) (-10 -8 (-15 -3834 ($ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3834 ($ (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3834 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (-15 -4072 ((-3 (|:| |nia| (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) $))))) (T -791))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *1 (-791)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *1 (-791)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))) (-5 *1 (-791)))) (-4072 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))) (-5 *1 (-791)))))
+(-13 (-1133) (-10 -8 (-15 -3834 ($ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3834 ($ (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3834 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (-15 -4072 ((-3 (|:| |nia| (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| |mdnia| (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) $))))
+((-3630 (((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|))) 18 T ELT) (((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)) (-663 (-1209))) 17 T ELT)) (-3944 (((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|))) 20 T ELT) (((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)) (-663 (-1209))) 19 T ELT)))
+(((-792 |#1|) (-10 -7 (-15 -3630 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)) (-663 (-1209)))) (-15 -3630 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)) (-663 (-1209)))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|))))) (-571)) (T -792))
+((-3944 (*1 *2 *3) (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *4)))))) (-5 *1 (-792 *4)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-663 (-1209))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *5)))))) (-5 *1 (-792 *5)))) (-3630 (*1 *2 *3) (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *4)))))) (-5 *1 (-792 *4)))) (-3630 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-663 (-1209))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *5)))))) (-5 *1 (-792 *5)))))
+(-10 -7 (-15 -3630 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)) (-663 (-1209)))) (-15 -3630 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)) (-663 (-1209)))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-976 |#1|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3429 (($ $ $) 10 T ELT)) (-1469 (((-3 $ "failed") $ $) 15 T ELT)) (-3297 (($ $ (-560)) 11 T ELT)) (-4489 (($) NIL T CONST)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($ $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-1366 (((-114) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3128 (($ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 6 T CONST)) (-2983 (($) NIL T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-949)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-793) (-13 (-817) (-748) (-10 -8 (-15 -3763 ($ $ $)) (-15 -3752 ($ $ $)) (-15 -3128 ($ $ $)) (-15 -2589 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -3795 ((-3 $ "failed") $ $)) (-15 -3297 ($ $ (-560))) (-15 -2150 ($ $)) (-6 (-4512 "*"))))) (T -793))
+((-3763 (*1 *1 *1 *1) (-5 *1 (-793))) (-3752 (*1 *1 *1 *1) (-5 *1 (-793))) (-3128 (*1 *1 *1 *1) (-5 *1 (-793))) (-2589 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3132 (-793)) (|:| -4029 (-793)))) (-5 *1 (-793)))) (-3795 (*1 *1 *1 *1) (|partial| -5 *1 (-793))) (-3297 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-793)))) (-2150 (*1 *1 *1) (-5 *1 (-793))))
+(-13 (-817) (-748) (-10 -8 (-15 -3763 ($ $ $)) (-15 -3752 ($ $ $)) (-15 -3128 ($ $ $)) (-15 -2589 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -3795 ((-3 $ "failed") $ $)) (-15 -3297 ($ $ (-560))) (-15 -2150 ($ $)) (-6 (-4512 "*"))))
((|Integer|) (|%not| (|%ilt| |#1| 0)))
-((-3824 (((-3 |#2| "failed") |#2| |#2| (-115) (-1208)) 37 T ELT)))
-(((-794 |#1| |#2|) (-10 -7 (-15 -3824 ((-3 |#2| "failed") |#2| |#2| (-115) (-1208)))) (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1234) (-989))) (T -794))
-((-3824 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *1 (-794 *5 *2)) (-4 *2 (-13 (-29 *5) (-1234) (-989))))))
-(-10 -7 (-15 -3824 ((-3 |#2| "failed") |#2| |#2| (-115) (-1208))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 7 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 9 T ELT)))
-(((-795) (-1132)) (T -795))
-NIL
-(-1132)
-((-2539 (((-795) |#1|) 8 T ELT)))
-(((-796 |#1|) (-10 -7 (-15 -2539 ((-795) |#1|))) (-1248)) (T -796))
-((-2539 (*1 *2 *3) (-12 (-5 *2 (-795)) (-5 *1 (-796 *3)) (-4 *3 (-1248)))))
-(-10 -7 (-15 -2539 ((-795) |#1|)))
-((-3138 ((|#2| |#4|) 35 T ELT)))
-(((-797 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3138 (|#2| |#4|))) (-466) (-1274 |#1|) (-746 |#1| |#2|) (-1274 |#3|)) (T -797))
-((-3138 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-746 *4 *2)) (-4 *2 (-1274 *4)) (-5 *1 (-797 *4 *2 *5 *3)) (-4 *3 (-1274 *5)))))
-(-10 -7 (-15 -3138 (|#2| |#4|)))
-((-4310 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57 T ELT)) (-2711 (((-1304) (-1190) (-1190) |#4| |#5|) 33 T ELT)) (-1882 ((|#4| |#4| |#5|) 74 T ELT)) (-3137 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|) 79 T ELT)) (-2935 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|) 16 T ELT)))
-(((-798 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4310 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -1882 (|#4| |#4| |#5|)) (-15 -3137 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -2711 ((-1304) (-1190) (-1190) |#4| |#5|)) (-15 -2935 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1102 |#1| |#2| |#3| |#4|)) (T -798))
-((-2935 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4)))) (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-2711 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1190)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *4 (-1096 *6 *7 *8)) (-5 *2 (-1304)) (-5 *1 (-798 *6 *7 *8 *4 *5)) (-4 *5 (-1102 *6 *7 *8 *4)))) (-3137 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-1882 (*1 *2 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *2 (-1096 *4 *5 *6)) (-5 *1 (-798 *4 *5 *6 *2 *3)) (-4 *3 (-1102 *4 *5 *6 *2)))) (-4310 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(-10 -7 (-15 -4310 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -1882 (|#4| |#4| |#5|)) (-15 -3137 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -2711 ((-1304) (-1190) (-1190) |#4| |#5|)) (-15 -2935 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)))
-((-1442 (((-3 (-1202 (-1202 |#1|)) "failed") |#4|) 51 T ELT)) (-2945 (((-663 |#4|) |#4|) 22 T ELT)) (-2513 ((|#4| |#4|) 17 T ELT)))
-(((-799 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2945 ((-663 |#4|) |#4|)) (-15 -1442 ((-3 (-1202 (-1202 |#1|)) "failed") |#4|)) (-15 -2513 (|#4| |#4|))) (-363) (-341 |#1|) (-1274 |#2|) (-1274 |#3|) (-948)) (T -799))
-((-2513 (*1 *2 *2) (-12 (-4 *3 (-363)) (-4 *4 (-341 *3)) (-4 *5 (-1274 *4)) (-5 *1 (-799 *3 *4 *5 *2 *6)) (-4 *2 (-1274 *5)) (-14 *6 (-948)))) (-1442 (*1 *2 *3) (|partial| -12 (-4 *4 (-363)) (-4 *5 (-341 *4)) (-4 *6 (-1274 *5)) (-5 *2 (-1202 (-1202 *4))) (-5 *1 (-799 *4 *5 *6 *3 *7)) (-4 *3 (-1274 *6)) (-14 *7 (-948)))) (-2945 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *5 (-341 *4)) (-4 *6 (-1274 *5)) (-5 *2 (-663 *3)) (-5 *1 (-799 *4 *5 *6 *3 *7)) (-4 *3 (-1274 *6)) (-14 *7 (-948)))))
-(-10 -7 (-15 -2945 ((-663 |#4|) |#4|)) (-15 -1442 ((-3 (-1202 (-1202 |#1|)) "failed") |#4|)) (-15 -2513 (|#4| |#4|)))
-((-3748 (((-2 (|:| |deter| (-663 (-1202 |#5|))) (|:| |dterm| (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-663 |#1|)) (|:| |nlead| (-663 |#5|))) (-1202 |#5|) (-663 |#1|) (-663 |#5|)) 72 T ELT)) (-1473 (((-663 (-793)) |#1|) 20 T ELT)))
-(((-800 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3748 ((-2 (|:| |deter| (-663 (-1202 |#5|))) (|:| |dterm| (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-663 |#1|)) (|:| |nlead| (-663 |#5|))) (-1202 |#5|) (-663 |#1|) (-663 |#5|))) (-15 -1473 ((-663 (-793)) |#1|))) (-1274 |#4|) (-815) (-871) (-319) (-979 |#4| |#2| |#3|)) (T -800))
-((-1473 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)) (-5 *2 (-663 (-793))) (-5 *1 (-800 *3 *4 *5 *6 *7)) (-4 *3 (-1274 *6)) (-4 *7 (-979 *6 *4 *5)))) (-3748 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1274 *9)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *9 (-319)) (-4 *10 (-979 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-663 (-1202 *10))) (|:| |dterm| (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| *10))))) (|:| |nfacts| (-663 *6)) (|:| |nlead| (-663 *10)))) (-5 *1 (-800 *6 *7 *8 *9 *10)) (-5 *3 (-1202 *10)) (-5 *4 (-663 *6)) (-5 *5 (-663 *10)))))
-(-10 -7 (-15 -3748 ((-2 (|:| |deter| (-663 (-1202 |#5|))) (|:| |dterm| (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-663 |#1|)) (|:| |nlead| (-663 |#5|))) (-1202 |#5|) (-663 |#1|) (-663 |#5|))) (-15 -1473 ((-663 (-793)) |#1|)))
-((-2070 (((-663 (-2 (|:| |outval| |#1|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#1|))))) (-711 (-421 (-560))) |#1|) 31 T ELT)) (-2145 (((-663 |#1|) (-711 (-421 (-560))) |#1|) 21 T ELT)) (-4419 (((-975 (-421 (-560))) (-711 (-421 (-560))) (-1208)) 18 T ELT) (((-975 (-421 (-560))) (-711 (-421 (-560)))) 17 T ELT)))
-(((-801 |#1|) (-10 -7 (-15 -4419 ((-975 (-421 (-560))) (-711 (-421 (-560))))) (-15 -4419 ((-975 (-421 (-560))) (-711 (-421 (-560))) (-1208))) (-15 -2145 ((-663 |#1|) (-711 (-421 (-560))) |#1|)) (-15 -2070 ((-663 (-2 (|:| |outval| |#1|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#1|))))) (-711 (-421 (-560))) |#1|))) (-13 (-376) (-870))) (T -801))
-((-2070 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-663 (-2 (|:| |outval| *4) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 *4)))))) (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-870))))) (-2145 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-663 *4)) (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-870))))) (-4419 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *4 (-1208)) (-5 *2 (-975 (-421 (-560)))) (-5 *1 (-801 *5)) (-4 *5 (-13 (-376) (-870))))) (-4419 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-975 (-421 (-560)))) (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-870))))))
-(-10 -7 (-15 -4419 ((-975 (-421 (-560))) (-711 (-421 (-560))))) (-15 -4419 ((-975 (-421 (-560))) (-711 (-421 (-560))) (-1208))) (-15 -2145 ((-663 |#1|) (-711 (-421 (-560))) |#1|)) (-15 -2070 ((-663 (-2 (|:| |outval| |#1|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#1|))))) (-711 (-421 (-560))) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 36 T ELT)) (-3557 (((-663 |#2|) $) NIL T ELT)) (-3349 (((-1202 $) $ |#2|) NIL T ELT) (((-1202 |#1|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 |#2|)) NIL T ELT)) (-3730 (($ $) 30 T ELT)) (-1422 (((-114) $ $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2489 (($ $ $) 110 (|has| |#1| (-571)) ELT)) (-2905 (((-663 $) $ $) 123 (|has| |#1| (-571)) ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 |#2| "failed") $) NIL T ELT) (((-3 $ "failed") (-975 (-421 (-560)))) NIL (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1208)))) ELT) (((-3 $ "failed") (-975 (-560))) NIL (-2191 (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-38 (-421 (-560)))))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1208))))) ELT) (((-3 $ "failed") (-975 |#1|)) NIL (-2191 (-12 (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-38 (-421 (-560))))) (-1372 (|has| |#1| (-38 (-560))))) (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-38 (-421 (-560))))) (-1372 (|has| |#1| (-559)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-1022 (-560)))))) ELT) (((-3 (-1156 |#1| |#2|) "failed") $) 21 T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) ((|#2| $) NIL T ELT) (($ (-975 (-421 (-560)))) NIL (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1208)))) ELT) (($ (-975 (-560))) NIL (-2191 (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-38 (-421 (-560)))))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1208))))) ELT) (($ (-975 |#1|)) NIL (-2191 (-12 (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-38 (-421 (-560))))) (-1372 (|has| |#1| (-38 (-560))))) (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-38 (-421 (-560))))) (-1372 (|has| |#1| (-559)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-1022 (-560)))))) ELT) (((-1156 |#1| |#2|) $) NIL T ELT)) (-2076 (($ $ $ |#2|) NIL (|has| |#1| (-175)) ELT) (($ $ $) 121 (|has| |#1| (-571)) ELT)) (-2474 (($ $) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2502 (((-114) $ $) NIL T ELT) (((-114) $ (-663 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3668 (((-114) $) NIL T ELT)) (-4301 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 81 T ELT)) (-3773 (($ $) 136 (|has| |#1| (-466)) ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ |#2|) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-1394 (($ $) NIL (|has| |#1| (-571)) ELT)) (-2403 (($ $) NIL (|has| |#1| (-571)) ELT)) (-1499 (($ $ $) 76 T ELT) (($ $ $ |#2|) NIL T ELT)) (-3756 (($ $ $) 79 T ELT) (($ $ $ |#2|) NIL T ELT)) (-1524 (($ $ |#1| (-545 |#2|) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| |#1| (-911 (-391))) (|has| |#2| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| |#1| (-911 (-560))) (|has| |#2| (-911 (-560)))) ELT)) (-1871 (((-114) $) 57 T ELT)) (-2541 (((-793) $) NIL T ELT)) (-2395 (((-114) $ $) NIL T ELT) (((-114) $ (-663 $)) NIL T ELT)) (-4056 (($ $ $ $ $) 107 (|has| |#1| (-571)) ELT)) (-3173 ((|#2| $) 22 T ELT)) (-3541 (($ (-1202 |#1|) |#2|) NIL T ELT) (($ (-1202 $) |#2|) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-545 |#2|)) NIL T ELT) (($ $ |#2| (-793)) 38 T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-1431 (($ $ $) 63 T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ |#2|) NIL T ELT)) (-3378 (((-114) $) NIL T ELT)) (-4486 (((-545 |#2|) $) NIL T ELT) (((-793) $ |#2|) NIL T ELT) (((-663 (-793)) $ (-663 |#2|)) NIL T ELT)) (-1780 (((-793) $) 23 T ELT)) (-1729 (($ (-1 (-545 |#2|) (-545 |#2|)) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1762 (((-3 |#2| "failed") $) NIL T ELT)) (-4049 (($ $) NIL (|has| |#1| (-466)) ELT)) (-3544 (($ $) NIL (|has| |#1| (-466)) ELT)) (-3596 (((-663 $) $) NIL T ELT)) (-4123 (($ $) 39 T ELT)) (-4485 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1739 (((-663 $) $) 43 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-3014 (($ $) 41 T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT) (($ $ |#2|) 48 T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3570 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2830 (-793))) $ $) 96 T ELT)) (-3856 (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $) 78 T ELT) (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $ |#2|) NIL T ELT)) (-1812 (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -4415 $)) $ $) NIL T ELT) (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -4415 $)) $ $ |#2|) NIL T ELT)) (-4355 (($ $ $) 83 T ELT) (($ $ $ |#2|) NIL T ELT)) (-2251 (($ $ $) 86 T ELT) (($ $ $ |#2|) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2939 (($ $ $) 125 (|has| |#1| (-571)) ELT)) (-3318 (((-663 $) $) 32 T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| |#2|) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-2872 (((-114) $ $) NIL T ELT) (((-114) $ (-663 $)) NIL T ELT)) (-1703 (($ $ $) NIL T ELT)) (-2814 (($ $) 24 T ELT)) (-2638 (((-114) $ $) NIL T ELT)) (-3191 (((-114) $ $) NIL T ELT) (((-114) $ (-663 $)) NIL T ELT)) (-1488 (($ $ $) NIL T ELT)) (-1787 (($ $) 26 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2056 (((-2 (|:| -2470 $) (|:| |coef2| $)) $ $) 116 (|has| |#1| (-571)) ELT)) (-2912 (((-2 (|:| -2470 $) (|:| |coef1| $)) $ $) 113 (|has| |#1| (-571)) ELT)) (-2412 (((-114) $) 56 T ELT)) (-2425 ((|#1| $) 58 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-466)) ELT)) (-2470 ((|#1| |#1| $) 133 (|has| |#1| (-466)) ELT) (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-939)) ELT)) (-1977 (((-2 (|:| -2470 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 119 (|has| |#1| (-571)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 98 (|has| |#1| (-571)) ELT)) (-2897 (($ $ |#1|) 129 (|has| |#1| (-571)) ELT) (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-3438 (($ $ |#1|) 128 (|has| |#1| (-571)) ELT) (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#2| |#1|) NIL T ELT) (($ $ (-663 |#2|) (-663 |#1|)) NIL T ELT) (($ $ |#2| $) NIL T ELT) (($ $ (-663 |#2|) (-663 $)) NIL T ELT)) (-3622 (($ $ |#2|) NIL (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-4283 (((-545 |#2|) $) NIL T ELT) (((-793) $ |#2|) 45 T ELT) (((-663 (-793)) $ (-663 |#2|)) NIL T ELT)) (-2380 (($ $) NIL T ELT)) (-3995 (($ $) 35 T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| |#1| (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT) (($ (-975 (-421 (-560)))) NIL (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1208)))) ELT) (($ (-975 (-560))) NIL (-2191 (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1208))) (-1372 (|has| |#1| (-38 (-421 (-560)))))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1208))))) ELT) (($ (-975 |#1|)) NIL (|has| |#2| (-633 (-1208))) ELT) (((-1190) $) NIL (-12 (|has| |#1| (-1069 (-560))) (|has| |#2| (-633 (-1208)))) ELT) (((-975 |#1|) $) NIL (|has| |#2| (-633 (-1208))) ELT)) (-2389 ((|#1| $) 132 (|has| |#1| (-466)) ELT) (($ $ |#2|) NIL (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ |#2|) NIL T ELT) (((-975 |#1|) $) NIL (|has| |#2| (-633 (-1208))) ELT) (((-1156 |#1| |#2|) $) 18 T ELT) (($ (-1156 |#1| |#2|)) 19 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-545 |#2|)) NIL T ELT) (($ $ |#2| (-793)) 47 T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) 13 T CONST)) (-3673 (((-3 (-114) "failed") $ $) NIL T ELT)) (-1439 (($) 37 T CONST)) (-3502 (($ $ $ $ (-793)) 105 (|has| |#1| (-571)) ELT)) (-4145 (($ $ $ (-793)) 104 (|has| |#1| (-571)) ELT)) (-4324 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) 75 T ELT)) (-2413 (($ $ $) 85 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 70 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 62 T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 61 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-802 |#1| |#2|) (-13 (-1096 |#1| (-545 |#2|) |#2|) (-632 (-1156 |#1| |#2|)) (-1069 (-1156 |#1| |#2|))) (-1080) (-871)) (T -802))
-NIL
-(-13 (-1096 |#1| (-545 |#2|) |#2|) (-632 (-1156 |#1| |#2|)) (-1069 (-1156 |#1| |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 12 T ELT)) (-3321 (((-1298 |#1|) $ (-793)) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-3763 (($ (-1202 |#1|)) NIL T ELT)) (-3349 (((-1202 $) $ (-1113)) NIL T ELT) (((-1202 |#1|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1113))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2671 (((-663 $) $ $) 54 (|has| |#1| (-571)) ELT)) (-2489 (($ $ $) 50 (|has| |#1| (-571)) ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-4453 (($ $ (-793)) NIL T ELT)) (-4062 (($ $ (-793)) NIL T ELT)) (-3026 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-466)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-1113) "failed") $) NIL T ELT) (((-3 (-1202 |#1|) "failed") $) 10 T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-1113) $) NIL T ELT) (((-1202 |#1|) $) NIL T ELT)) (-2076 (($ $ $ (-1113)) NIL (|has| |#1| (-175)) ELT) ((|#1| $ $) 58 (|has| |#1| (-175)) ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2605 (($ $ $) NIL T ELT)) (-4483 (($ $ $) 87 (|has| |#1| (-571)) ELT)) (-4301 (((-2 (|:| -1398 |#1|) (|:| -2010 $) (|:| -4415 $)) $ $) 86 (|has| |#1| (-571)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1113)) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| (-793) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-1113) (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-1113) (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-2252 (((-793) $ $) NIL (|has| |#1| (-571)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-1183)) ELT)) (-3541 (($ (-1202 |#1|) (-1113)) NIL T ELT) (($ (-1202 $) (-1113)) NIL T ELT)) (-4100 (($ $ (-793)) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-1431 (($ $ $) 27 T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-1113)) NIL T ELT) (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-4486 (((-793) $) NIL T ELT) (((-793) $ (-1113)) NIL T ELT) (((-663 (-793)) $ (-663 (-1113))) NIL T ELT)) (-1729 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3971 (((-1202 |#1|) $) NIL T ELT)) (-1762 (((-3 (-1113) "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3570 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2830 (-793))) $ $) 37 T ELT)) (-2417 (($ $ $) 41 T ELT)) (-3068 (($ $ $) 47 T ELT)) (-3856 (((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $) 46 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2939 (($ $ $) 56 (|has| |#1| (-571)) ELT)) (-1836 (((-2 (|:| -2010 $) (|:| -4415 $)) $ (-793)) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-1113)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3071 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2814 (($) NIL (|has| |#1| (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2056 (((-2 (|:| -2470 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-571)) ELT)) (-2912 (((-2 (|:| -2470 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-571)) ELT)) (-3439 (((-2 (|:| -2076 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-571)) ELT)) (-3079 (((-2 (|:| -2076 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-571)) ELT)) (-2412 (((-114) $) 13 T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3319 (($ $ (-793) |#1| $) 26 T ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-939)) ELT)) (-1977 (((-2 (|:| -2470 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-571)) ELT)) (-1665 (((-2 (|:| -2076 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-571)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1113) |#1|) NIL T ELT) (($ $ (-663 (-1113)) (-663 |#1|)) NIL T ELT) (($ $ (-1113) $) NIL T ELT) (($ $ (-663 (-1113)) (-663 $)) NIL T ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ |#1|) NIL T ELT) (($ $ $) NIL T ELT) (((-421 $) (-421 $) (-421 $)) NIL (|has| |#1| (-571)) ELT) ((|#1| (-421 $) |#1|) NIL (|has| |#1| (-376)) ELT) (((-421 $) $ (-421 $)) NIL (|has| |#1| (-571)) ELT)) (-2982 (((-3 $ "failed") $ (-793)) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3622 (($ $ (-1113)) NIL (|has| |#1| (-175)) ELT) ((|#1| $) NIL (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-4283 (((-793) $) NIL T ELT) (((-793) $ (-1113)) NIL T ELT) (((-663 (-793)) $ (-663 (-1113))) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-1113) (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-1113) (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1113) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1113)) NIL (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-1536 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) NIL (|has| |#1| (-571)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1113)) NIL T ELT) (((-1202 |#1|) $) 7 T ELT) (($ (-1202 |#1|)) 8 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-793)) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) 28 T CONST)) (-1439 (($) 32 T CONST)) (-4324 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) 40 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 31 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-803 |#1|) (-13 (-1274 |#1|) (-632 (-1202 |#1|)) (-1069 (-1202 |#1|)) (-10 -8 (-15 -3319 ($ $ (-793) |#1| $)) (-15 -1431 ($ $ $)) (-15 -3570 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2830 (-793))) $ $)) (-15 -2417 ($ $ $)) (-15 -3856 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -3068 ($ $ $)) (IF (|has| |#1| (-571)) (PROGN (-15 -2671 ((-663 $) $ $)) (-15 -2939 ($ $ $)) (-15 -1977 ((-2 (|:| -2470 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2912 ((-2 (|:| -2470 $) (|:| |coef1| $)) $ $)) (-15 -2056 ((-2 (|:| -2470 $) (|:| |coef2| $)) $ $)) (-15 -1665 ((-2 (|:| -2076 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3079 ((-2 (|:| -2076 |#1|) (|:| |coef1| $)) $ $)) (-15 -3439 ((-2 (|:| -2076 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1080)) (T -803))
-((-3319 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-793)) (-5 *1 (-803 *3)) (-4 *3 (-1080)))) (-1431 (*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1080)))) (-3570 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-803 *3)) (|:| |polden| *3) (|:| -2830 (-793)))) (-5 *1 (-803 *3)) (-4 *3 (-1080)))) (-2417 (*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1080)))) (-3856 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1398 *3) (|:| |gap| (-793)) (|:| -2010 (-803 *3)) (|:| -4415 (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-1080)))) (-3068 (*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1080)))) (-2671 (*1 *2 *1 *1) (-12 (-5 *2 (-663 (-803 *3))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))) (-2939 (*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-571)) (-4 *2 (-1080)))) (-1977 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2470 (-803 *3)) (|:| |coef1| (-803 *3)) (|:| |coef2| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))) (-2912 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2470 (-803 *3)) (|:| |coef1| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))) (-2056 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2470 (-803 *3)) (|:| |coef2| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))) (-1665 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2076 *3) (|:| |coef1| (-803 *3)) (|:| |coef2| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))) (-3079 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2076 *3) (|:| |coef1| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))) (-3439 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2076 *3) (|:| |coef2| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))))
-(-13 (-1274 |#1|) (-632 (-1202 |#1|)) (-1069 (-1202 |#1|)) (-10 -8 (-15 -3319 ($ $ (-793) |#1| $)) (-15 -1431 ($ $ $)) (-15 -3570 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2830 (-793))) $ $)) (-15 -2417 ($ $ $)) (-15 -3856 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -3068 ($ $ $)) (IF (|has| |#1| (-571)) (PROGN (-15 -2671 ((-663 $) $ $)) (-15 -2939 ($ $ $)) (-15 -1977 ((-2 (|:| -2470 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2912 ((-2 (|:| -2470 $) (|:| |coef1| $)) $ $)) (-15 -2056 ((-2 (|:| -2470 $) (|:| |coef2| $)) $ $)) (-15 -1665 ((-2 (|:| -2076 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3079 ((-2 (|:| -2076 |#1|) (|:| |coef1| $)) $ $)) (-15 -3439 ((-2 (|:| -2076 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
-((-2067 (((-803 |#2|) (-1 |#2| |#1|) (-803 |#1|)) 13 T ELT)))
-(((-804 |#1| |#2|) (-10 -7 (-15 -2067 ((-803 |#2|) (-1 |#2| |#1|) (-803 |#1|)))) (-1080) (-1080)) (T -804))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-803 *5)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-5 *2 (-803 *6)) (-5 *1 (-804 *5 *6)))))
-(-10 -7 (-15 -2067 ((-803 |#2|) (-1 |#2| |#1|) (-803 |#1|))))
-((-1604 ((|#1| (-793) |#1|) 33 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1945 ((|#1| (-793) |#1|) 23 T ELT)) (-2122 ((|#1| (-793) |#1|) 35 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-805 |#1|) (-10 -7 (-15 -1945 (|#1| (-793) |#1|)) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -2122 (|#1| (-793) |#1|)) (-15 -1604 (|#1| (-793) |#1|))) |%noBranch|)) (-175)) (T -805))
-((-1604 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-175)))) (-2122 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-175)))) (-1945 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-175)))))
-(-10 -7 (-15 -1945 (|#1| (-793) |#1|)) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -2122 (|#1| (-793) |#1|)) (-15 -1604 (|#1| (-793) |#1|))) |%noBranch|))
-((-2294 (((-114) $ $) 7 T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-3509 (((-663 $) (-663 |#4|)) 94 T ELT) (((-663 $) (-663 |#4|) (-114)) 121 T ELT)) (-3557 (((-663 |#3|) $) 37 T ELT)) (-3343 (((-114) $) 30 T ELT)) (-3540 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-1370 ((|#4| |#4| $) 100 T ELT)) (-2082 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| $) 136 T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-3067 (((-114) $ (-793)) 48 T ELT)) (-3606 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-3366 (($) 49 T CONST)) (-2244 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-3056 (($ (-663 |#4|)) 39 T ELT)) (-3806 (((-3 $ "failed") $) 90 T ELT)) (-2206 ((|#4| |#4| $) 97 T ELT)) (-2885 (($ $) 72 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#4| $) 71 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-4269 ((|#4| |#4| $) 95 T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) 113 T ELT)) (-3452 (((-114) |#4| $) 146 T ELT)) (-4164 (((-114) |#4| $) 143 T ELT)) (-3212 (((-114) |#4| $) 147 T ELT) (((-114) $) 144 T ELT)) (-1559 (((-663 |#4|) $) 56 (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) 47 T ELT)) (-2559 (((-663 |#4|) $) 57 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-1972 (((-663 |#3|) $) 36 T ELT)) (-3253 (((-114) |#3| $) 35 T ELT)) (-2020 (((-114) $ (-793)) 46 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-4472 (((-3 |#4| (-663 $)) |#4| |#4| $) 138 T ELT)) (-2939 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| |#4| $) 137 T ELT)) (-2045 (((-3 |#4| "failed") $) 91 T ELT)) (-1999 (((-663 $) |#4| $) 139 T ELT)) (-3329 (((-3 (-114) (-663 $)) |#4| $) 142 T ELT)) (-3742 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 $))) |#4| $) 141 T ELT) (((-114) |#4| $) 140 T ELT)) (-4340 (((-663 $) |#4| $) 135 T ELT) (((-663 $) (-663 |#4|) $) 134 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 133 T ELT) (((-663 $) |#4| (-663 $)) 132 T ELT)) (-3520 (($ |#4| $) 127 T ELT) (($ (-663 |#4|) $) 126 T ELT)) (-2065 (((-663 |#4|) $) 115 T ELT)) (-2872 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-1703 ((|#4| |#4| $) 98 T ELT)) (-2638 (((-114) $ $) 118 T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-1488 ((|#4| |#4| $) 99 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3794 (((-3 |#4| "failed") $) 92 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4300 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-2674 (($ $ |#4|) 85 T ELT) (((-663 $) |#4| $) 125 T ELT) (((-663 $) |#4| (-663 $)) 124 T ELT) (((-663 $) (-663 |#4|) $) 123 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) 42 T ELT)) (-3868 (((-114) $) 45 T ELT)) (-1423 (($) 44 T ELT)) (-4283 (((-793) $) 114 T ELT)) (-3150 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 43 T ELT)) (-4417 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 64 T ELT)) (-4299 (($ $ |#3|) 32 T ELT)) (-3912 (($ $ |#3|) 34 T ELT)) (-3396 (($ $) 96 T ELT)) (-1860 (($ $ |#3|) 33 T ELT)) (-2539 (((-887) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-1895 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-2478 (((-663 $) |#4| $) 131 T ELT) (((-663 $) |#4| (-663 $)) 130 T ELT) (((-663 $) (-663 |#4|) $) 129 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 128 T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) 89 T ELT)) (-3038 (((-114) |#4| $) 145 T ELT)) (-1749 (((-114) |#3| $) 88 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2305 (((-793) $) 50 (|has| $ (-6 -4509)) ELT)))
-(((-806 |#1| |#2| |#3| |#4|) (-142) (-466) (-815) (-871) (-1096 |t#1| |t#2| |t#3|)) (T -806))
-NIL
-(-13 (-1102 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-887)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-1007 |#1| |#2| |#3| |#4|) . T) ((-1102 |#1| |#2| |#3| |#4|) . T) ((-1132) . T) ((-1243 |#1| |#2| |#3| |#4|) . T) ((-1248) . T))
-((-2947 (((-3 (-391) "failed") (-326 |#1|) (-948)) 62 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-3 (-391) "failed") (-326 |#1|)) 54 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-3 (-391) "failed") (-421 (-975 |#1|)) (-948)) 41 (|has| |#1| (-571)) ELT) (((-3 (-391) "failed") (-421 (-975 |#1|))) 40 (|has| |#1| (-571)) ELT) (((-3 (-391) "failed") (-975 |#1|) (-948)) 31 (|has| |#1| (-1080)) ELT) (((-3 (-391) "failed") (-975 |#1|)) 30 (|has| |#1| (-1080)) ELT)) (-2111 (((-391) (-326 |#1|) (-948)) 99 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-391) (-326 |#1|)) 94 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-391) (-421 (-975 |#1|)) (-948)) 91 (|has| |#1| (-571)) ELT) (((-391) (-421 (-975 |#1|))) 90 (|has| |#1| (-571)) ELT) (((-391) (-975 |#1|) (-948)) 86 (|has| |#1| (-1080)) ELT) (((-391) (-975 |#1|)) 85 (|has| |#1| (-1080)) ELT) (((-391) |#1| (-948)) 76 T ELT) (((-391) |#1|) 22 T ELT)) (-3511 (((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)) (-948)) 71 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-3 (-171 (-391)) "failed") (-326 (-171 |#1|))) 70 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-3 (-171 (-391)) "failed") (-326 |#1|) (-948)) 63 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-3 (-171 (-391)) "failed") (-326 |#1|)) 61 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-3 (-171 (-391)) "failed") (-421 (-975 (-171 |#1|))) (-948)) 46 (|has| |#1| (-571)) ELT) (((-3 (-171 (-391)) "failed") (-421 (-975 (-171 |#1|)))) 45 (|has| |#1| (-571)) ELT) (((-3 (-171 (-391)) "failed") (-421 (-975 |#1|)) (-948)) 39 (|has| |#1| (-571)) ELT) (((-3 (-171 (-391)) "failed") (-421 (-975 |#1|))) 38 (|has| |#1| (-571)) ELT) (((-3 (-171 (-391)) "failed") (-975 |#1|) (-948)) 28 (|has| |#1| (-1080)) ELT) (((-3 (-171 (-391)) "failed") (-975 |#1|)) 26 (|has| |#1| (-1080)) ELT) (((-3 (-171 (-391)) "failed") (-975 (-171 |#1|)) (-948)) 18 (|has| |#1| (-175)) ELT) (((-3 (-171 (-391)) "failed") (-975 (-171 |#1|))) 15 (|has| |#1| (-175)) ELT)) (-3301 (((-171 (-391)) (-326 (-171 |#1|)) (-948)) 102 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-171 (-391)) (-326 (-171 |#1|))) 101 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-171 (-391)) (-326 |#1|) (-948)) 100 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-171 (-391)) (-326 |#1|)) 98 (-12 (|has| |#1| (-571)) (|has| |#1| (-871))) ELT) (((-171 (-391)) (-421 (-975 (-171 |#1|))) (-948)) 93 (|has| |#1| (-571)) ELT) (((-171 (-391)) (-421 (-975 (-171 |#1|)))) 92 (|has| |#1| (-571)) ELT) (((-171 (-391)) (-421 (-975 |#1|)) (-948)) 89 (|has| |#1| (-571)) ELT) (((-171 (-391)) (-421 (-975 |#1|))) 88 (|has| |#1| (-571)) ELT) (((-171 (-391)) (-975 |#1|) (-948)) 84 (|has| |#1| (-1080)) ELT) (((-171 (-391)) (-975 |#1|)) 83 (|has| |#1| (-1080)) ELT) (((-171 (-391)) (-975 (-171 |#1|)) (-948)) 78 (|has| |#1| (-175)) ELT) (((-171 (-391)) (-975 (-171 |#1|))) 77 (|has| |#1| (-175)) ELT) (((-171 (-391)) (-171 |#1|) (-948)) 80 (|has| |#1| (-175)) ELT) (((-171 (-391)) (-171 |#1|)) 79 (|has| |#1| (-175)) ELT) (((-171 (-391)) |#1| (-948)) 27 T ELT) (((-171 (-391)) |#1|) 25 T ELT)))
-(((-807 |#1|) (-10 -7 (-15 -2111 ((-391) |#1|)) (-15 -2111 ((-391) |#1| (-948))) (-15 -3301 ((-171 (-391)) |#1|)) (-15 -3301 ((-171 (-391)) |#1| (-948))) (IF (|has| |#1| (-175)) (PROGN (-15 -3301 ((-171 (-391)) (-171 |#1|))) (-15 -3301 ((-171 (-391)) (-171 |#1|) (-948))) (-15 -3301 ((-171 (-391)) (-975 (-171 |#1|)))) (-15 -3301 ((-171 (-391)) (-975 (-171 |#1|)) (-948)))) |%noBranch|) (IF (|has| |#1| (-1080)) (PROGN (-15 -2111 ((-391) (-975 |#1|))) (-15 -2111 ((-391) (-975 |#1|) (-948))) (-15 -3301 ((-171 (-391)) (-975 |#1|))) (-15 -3301 ((-171 (-391)) (-975 |#1|) (-948)))) |%noBranch|) (IF (|has| |#1| (-571)) (PROGN (-15 -2111 ((-391) (-421 (-975 |#1|)))) (-15 -2111 ((-391) (-421 (-975 |#1|)) (-948))) (-15 -3301 ((-171 (-391)) (-421 (-975 |#1|)))) (-15 -3301 ((-171 (-391)) (-421 (-975 |#1|)) (-948))) (-15 -3301 ((-171 (-391)) (-421 (-975 (-171 |#1|))))) (-15 -3301 ((-171 (-391)) (-421 (-975 (-171 |#1|))) (-948))) (IF (|has| |#1| (-871)) (PROGN (-15 -2111 ((-391) (-326 |#1|))) (-15 -2111 ((-391) (-326 |#1|) (-948))) (-15 -3301 ((-171 (-391)) (-326 |#1|))) (-15 -3301 ((-171 (-391)) (-326 |#1|) (-948))) (-15 -3301 ((-171 (-391)) (-326 (-171 |#1|)))) (-15 -3301 ((-171 (-391)) (-326 (-171 |#1|)) (-948)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-15 -3511 ((-3 (-171 (-391)) "failed") (-975 (-171 |#1|)))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-975 (-171 |#1|)) (-948)))) |%noBranch|) (IF (|has| |#1| (-1080)) (PROGN (-15 -2947 ((-3 (-391) "failed") (-975 |#1|))) (-15 -2947 ((-3 (-391) "failed") (-975 |#1|) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-975 |#1|))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-975 |#1|) (-948)))) |%noBranch|) (IF (|has| |#1| (-571)) (PROGN (-15 -2947 ((-3 (-391) "failed") (-421 (-975 |#1|)))) (-15 -2947 ((-3 (-391) "failed") (-421 (-975 |#1|)) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-421 (-975 |#1|)))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-421 (-975 |#1|)) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-421 (-975 (-171 |#1|))))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-421 (-975 (-171 |#1|))) (-948))) (IF (|has| |#1| (-871)) (PROGN (-15 -2947 ((-3 (-391) "failed") (-326 |#1|))) (-15 -2947 ((-3 (-391) "failed") (-326 |#1|) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-326 |#1|))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-326 |#1|) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)) (-948)))) |%noBranch|)) |%noBranch|)) (-633 (-391))) (T -807))
-((-3511 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-871)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3511 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-571)) (-4 *4 (-871)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3511 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-871)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3511 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-871)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2947 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-871)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-2947 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-871)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-3511 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-421 (-975 (-171 *5)))) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3511 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-975 (-171 *4)))) (-4 *4 (-571)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3511 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3511 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2947 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-2947 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-3511 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-975 *5)) (-5 *4 (-948)) (-4 *5 (-1080)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3511 (*1 *2 *3) (|partial| -12 (-5 *3 (-975 *4)) (-4 *4 (-1080)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2947 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-975 *5)) (-5 *4 (-948)) (-4 *5 (-1080)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-2947 (*1 *2 *3) (|partial| -12 (-5 *3 (-975 *4)) (-4 *4 (-1080)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-3511 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-975 (-171 *5))) (-5 *4 (-948)) (-4 *5 (-175)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3511 (*1 *2 *3) (|partial| -12 (-5 *3 (-975 (-171 *4))) (-4 *4 (-175)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3301 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-871)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3301 (*1 *2 *3) (-12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-571)) (-4 *4 (-871)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3301 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-871)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3301 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-871)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2111 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-871)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-2111 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-871)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-3301 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 (-171 *5)))) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3301 (*1 *2 *3) (-12 (-5 *3 (-421 (-975 (-171 *4)))) (-4 *4 (-571)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3301 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3301 (*1 *2 *3) (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2111 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-2111 (*1 *2 *3) (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-3301 (*1 *2 *3 *4) (-12 (-5 *3 (-975 *5)) (-5 *4 (-948)) (-4 *5 (-1080)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3301 (*1 *2 *3) (-12 (-5 *3 (-975 *4)) (-4 *4 (-1080)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2111 (*1 *2 *3 *4) (-12 (-5 *3 (-975 *5)) (-5 *4 (-948)) (-4 *5 (-1080)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-2111 (*1 *2 *3) (-12 (-5 *3 (-975 *4)) (-4 *4 (-1080)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-3301 (*1 *2 *3 *4) (-12 (-5 *3 (-975 (-171 *5))) (-5 *4 (-948)) (-4 *5 (-175)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3301 (*1 *2 *3) (-12 (-5 *3 (-975 (-171 *4))) (-4 *4 (-175)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3301 (*1 *2 *3 *4) (-12 (-5 *3 (-171 *5)) (-5 *4 (-948)) (-4 *5 (-175)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-3301 (*1 *2 *3) (-12 (-5 *3 (-171 *4)) (-4 *4 (-175)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3301 (*1 *2 *3 *4) (-12 (-5 *4 (-948)) (-5 *2 (-171 (-391))) (-5 *1 (-807 *3)) (-4 *3 (-633 (-391))))) (-3301 (*1 *2 *3) (-12 (-5 *2 (-171 (-391))) (-5 *1 (-807 *3)) (-4 *3 (-633 (-391))))) (-2111 (*1 *2 *3 *4) (-12 (-5 *4 (-948)) (-5 *2 (-391)) (-5 *1 (-807 *3)) (-4 *3 (-633 *2)))) (-2111 (*1 *2 *3) (-12 (-5 *2 (-391)) (-5 *1 (-807 *3)) (-4 *3 (-633 *2)))))
-(-10 -7 (-15 -2111 ((-391) |#1|)) (-15 -2111 ((-391) |#1| (-948))) (-15 -3301 ((-171 (-391)) |#1|)) (-15 -3301 ((-171 (-391)) |#1| (-948))) (IF (|has| |#1| (-175)) (PROGN (-15 -3301 ((-171 (-391)) (-171 |#1|))) (-15 -3301 ((-171 (-391)) (-171 |#1|) (-948))) (-15 -3301 ((-171 (-391)) (-975 (-171 |#1|)))) (-15 -3301 ((-171 (-391)) (-975 (-171 |#1|)) (-948)))) |%noBranch|) (IF (|has| |#1| (-1080)) (PROGN (-15 -2111 ((-391) (-975 |#1|))) (-15 -2111 ((-391) (-975 |#1|) (-948))) (-15 -3301 ((-171 (-391)) (-975 |#1|))) (-15 -3301 ((-171 (-391)) (-975 |#1|) (-948)))) |%noBranch|) (IF (|has| |#1| (-571)) (PROGN (-15 -2111 ((-391) (-421 (-975 |#1|)))) (-15 -2111 ((-391) (-421 (-975 |#1|)) (-948))) (-15 -3301 ((-171 (-391)) (-421 (-975 |#1|)))) (-15 -3301 ((-171 (-391)) (-421 (-975 |#1|)) (-948))) (-15 -3301 ((-171 (-391)) (-421 (-975 (-171 |#1|))))) (-15 -3301 ((-171 (-391)) (-421 (-975 (-171 |#1|))) (-948))) (IF (|has| |#1| (-871)) (PROGN (-15 -2111 ((-391) (-326 |#1|))) (-15 -2111 ((-391) (-326 |#1|) (-948))) (-15 -3301 ((-171 (-391)) (-326 |#1|))) (-15 -3301 ((-171 (-391)) (-326 |#1|) (-948))) (-15 -3301 ((-171 (-391)) (-326 (-171 |#1|)))) (-15 -3301 ((-171 (-391)) (-326 (-171 |#1|)) (-948)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-15 -3511 ((-3 (-171 (-391)) "failed") (-975 (-171 |#1|)))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-975 (-171 |#1|)) (-948)))) |%noBranch|) (IF (|has| |#1| (-1080)) (PROGN (-15 -2947 ((-3 (-391) "failed") (-975 |#1|))) (-15 -2947 ((-3 (-391) "failed") (-975 |#1|) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-975 |#1|))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-975 |#1|) (-948)))) |%noBranch|) (IF (|has| |#1| (-571)) (PROGN (-15 -2947 ((-3 (-391) "failed") (-421 (-975 |#1|)))) (-15 -2947 ((-3 (-391) "failed") (-421 (-975 |#1|)) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-421 (-975 |#1|)))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-421 (-975 |#1|)) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-421 (-975 (-171 |#1|))))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-421 (-975 (-171 |#1|))) (-948))) (IF (|has| |#1| (-871)) (PROGN (-15 -2947 ((-3 (-391) "failed") (-326 |#1|))) (-15 -2947 ((-3 (-391) "failed") (-326 |#1|) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-326 |#1|))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-326 |#1|) (-948))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)))) (-15 -3511 ((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)) (-948)))) |%noBranch|)) |%noBranch|))
-((-3871 (((-948) (-1190)) 90 T ELT)) (-2705 (((-3 (-391) "failed") (-1190)) 36 T ELT)) (-2969 (((-391) (-1190)) 34 T ELT)) (-1987 (((-948) (-1190)) 64 T ELT)) (-2298 (((-1190) (-948)) 74 T ELT)) (-2746 (((-1190) (-948)) 63 T ELT)))
-(((-808) (-10 -7 (-15 -2746 ((-1190) (-948))) (-15 -1987 ((-948) (-1190))) (-15 -2298 ((-1190) (-948))) (-15 -3871 ((-948) (-1190))) (-15 -2969 ((-391) (-1190))) (-15 -2705 ((-3 (-391) "failed") (-1190))))) (T -808))
-((-2705 (*1 *2 *3) (|partial| -12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-808)))) (-2969 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-808)))) (-3871 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-948)) (-5 *1 (-808)))) (-2298 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1190)) (-5 *1 (-808)))) (-1987 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-948)) (-5 *1 (-808)))) (-2746 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1190)) (-5 *1 (-808)))))
-(-10 -7 (-15 -2746 ((-1190) (-948))) (-15 -1987 ((-948) (-1190))) (-15 -2298 ((-1190) (-948))) (-15 -3871 ((-948) (-1190))) (-15 -2969 ((-391) (-1190))) (-15 -2705 ((-3 (-391) "failed") (-1190))))
-((-2294 (((-114) $ $) 7 T ELT)) (-1864 (((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 19 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)) 17 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 20 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 18 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
+((-3944 (((-3 |#2| "failed") |#2| |#2| (-115) (-1209)) 37 T ELT)))
+(((-794 |#1| |#2|) (-10 -7 (-15 -3944 ((-3 |#2| "failed") |#2| |#2| (-115) (-1209)))) (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1235) (-990))) (T -794))
+((-3944 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *1 (-794 *5 *2)) (-4 *2 (-13 (-29 *5) (-1235) (-990))))))
+(-10 -7 (-15 -3944 ((-3 |#2| "failed") |#2| |#2| (-115) (-1209))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 7 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 9 T ELT)))
+(((-795) (-1133)) (T -795))
+NIL
+(-1133)
+((-3834 (((-795) |#1|) 8 T ELT)))
+(((-796 |#1|) (-10 -7 (-15 -3834 ((-795) |#1|))) (-1249)) (T -796))
+((-3834 (*1 *2 *3) (-12 (-5 *2 (-795)) (-5 *1 (-796 *3)) (-4 *3 (-1249)))))
+(-10 -7 (-15 -3834 ((-795) |#1|)))
+((-2480 ((|#2| |#4|) 35 T ELT)))
+(((-797 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2480 (|#2| |#4|))) (-466) (-1275 |#1|) (-746 |#1| |#2|) (-1275 |#3|)) (T -797))
+((-2480 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-746 *4 *2)) (-4 *2 (-1275 *4)) (-5 *1 (-797 *4 *2 *5 *3)) (-4 *3 (-1275 *5)))))
+(-10 -7 (-15 -2480 (|#2| |#4|)))
+((-2167 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57 T ELT)) (-4370 (((-1305) (-1191) (-1191) |#4| |#5|) 33 T ELT)) (-2576 ((|#4| |#4| |#5|) 74 T ELT)) (-2377 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|) 79 T ELT)) (-2805 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|) 16 T ELT)))
+(((-798 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2167 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2576 (|#4| |#4| |#5|)) (-15 -2377 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -4370 ((-1305) (-1191) (-1191) |#4| |#5|)) (-15 -2805 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -798))
+((-2805 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4)))) (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-4370 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1191)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *4 (-1097 *6 *7 *8)) (-5 *2 (-1305)) (-5 *1 (-798 *6 *7 *8 *4 *5)) (-4 *5 (-1103 *6 *7 *8 *4)))) (-2377 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2576 (*1 *2 *2 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *2 (-1097 *4 *5 *6)) (-5 *1 (-798 *4 *5 *6 *2 *3)) (-4 *3 (-1103 *4 *5 *6 *2)))) (-2167 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(-10 -7 (-15 -2167 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2576 (|#4| |#4| |#5|)) (-15 -2377 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -4370 ((-1305) (-1191) (-1191) |#4| |#5|)) (-15 -2805 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)))
+((-4142 (((-3 (-1203 (-1203 |#1|)) "failed") |#4|) 51 T ELT)) (-2428 (((-663 |#4|) |#4|) 22 T ELT)) (-1888 ((|#4| |#4|) 17 T ELT)))
+(((-799 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2428 ((-663 |#4|) |#4|)) (-15 -4142 ((-3 (-1203 (-1203 |#1|)) "failed") |#4|)) (-15 -1888 (|#4| |#4|))) (-363) (-341 |#1|) (-1275 |#2|) (-1275 |#3|) (-949)) (T -799))
+((-1888 (*1 *2 *2) (-12 (-4 *3 (-363)) (-4 *4 (-341 *3)) (-4 *5 (-1275 *4)) (-5 *1 (-799 *3 *4 *5 *2 *6)) (-4 *2 (-1275 *5)) (-14 *6 (-949)))) (-4142 (*1 *2 *3) (|partial| -12 (-4 *4 (-363)) (-4 *5 (-341 *4)) (-4 *6 (-1275 *5)) (-5 *2 (-1203 (-1203 *4))) (-5 *1 (-799 *4 *5 *6 *3 *7)) (-4 *3 (-1275 *6)) (-14 *7 (-949)))) (-2428 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *5 (-341 *4)) (-4 *6 (-1275 *5)) (-5 *2 (-663 *3)) (-5 *1 (-799 *4 *5 *6 *3 *7)) (-4 *3 (-1275 *6)) (-14 *7 (-949)))))
+(-10 -7 (-15 -2428 ((-663 |#4|) |#4|)) (-15 -4142 ((-3 (-1203 (-1203 |#1|)) "failed") |#4|)) (-15 -1888 (|#4| |#4|)))
+((-4171 (((-2 (|:| |deter| (-663 (-1203 |#5|))) (|:| |dterm| (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-663 |#1|)) (|:| |nlead| (-663 |#5|))) (-1203 |#5|) (-663 |#1|) (-663 |#5|)) 72 T ELT)) (-4148 (((-663 (-793)) |#1|) 20 T ELT)))
+(((-800 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4171 ((-2 (|:| |deter| (-663 (-1203 |#5|))) (|:| |dterm| (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-663 |#1|)) (|:| |nlead| (-663 |#5|))) (-1203 |#5|) (-663 |#1|) (-663 |#5|))) (-15 -4148 ((-663 (-793)) |#1|))) (-1275 |#4|) (-817) (-872) (-319) (-980 |#4| |#2| |#3|)) (T -800))
+((-4148 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)) (-5 *2 (-663 (-793))) (-5 *1 (-800 *3 *4 *5 *6 *7)) (-4 *3 (-1275 *6)) (-4 *7 (-980 *6 *4 *5)))) (-4171 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1275 *9)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *9 (-319)) (-4 *10 (-980 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-663 (-1203 *10))) (|:| |dterm| (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| *10))))) (|:| |nfacts| (-663 *6)) (|:| |nlead| (-663 *10)))) (-5 *1 (-800 *6 *7 *8 *9 *10)) (-5 *3 (-1203 *10)) (-5 *4 (-663 *6)) (-5 *5 (-663 *10)))))
+(-10 -7 (-15 -4171 ((-2 (|:| |deter| (-663 (-1203 |#5|))) (|:| |dterm| (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-663 |#1|)) (|:| |nlead| (-663 |#5|))) (-1203 |#5|) (-663 |#1|) (-663 |#5|))) (-15 -4148 ((-663 (-793)) |#1|)))
+((-3800 (((-663 (-2 (|:| |outval| |#1|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#1|))))) (-711 (-421 (-560))) |#1|) 31 T ELT)) (-4046 (((-663 |#1|) (-711 (-421 (-560))) |#1|) 21 T ELT)) (-4286 (((-976 (-421 (-560))) (-711 (-421 (-560))) (-1209)) 18 T ELT) (((-976 (-421 (-560))) (-711 (-421 (-560)))) 17 T ELT)))
+(((-801 |#1|) (-10 -7 (-15 -4286 ((-976 (-421 (-560))) (-711 (-421 (-560))))) (-15 -4286 ((-976 (-421 (-560))) (-711 (-421 (-560))) (-1209))) (-15 -4046 ((-663 |#1|) (-711 (-421 (-560))) |#1|)) (-15 -3800 ((-663 (-2 (|:| |outval| |#1|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#1|))))) (-711 (-421 (-560))) |#1|))) (-13 (-376) (-871))) (T -801))
+((-3800 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-663 (-2 (|:| |outval| *4) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 *4)))))) (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-871))))) (-4046 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-663 *4)) (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-871))))) (-4286 (*1 *2 *3 *4) (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *4 (-1209)) (-5 *2 (-976 (-421 (-560)))) (-5 *1 (-801 *5)) (-4 *5 (-13 (-376) (-871))))) (-4286 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-976 (-421 (-560)))) (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-871))))))
+(-10 -7 (-15 -4286 ((-976 (-421 (-560))) (-711 (-421 (-560))))) (-15 -4286 ((-976 (-421 (-560))) (-711 (-421 (-560))) (-1209))) (-15 -4046 ((-663 |#1|) (-711 (-421 (-560))) |#1|)) (-15 -3800 ((-663 (-2 (|:| |outval| |#1|) (|:| |outmult| (-560)) (|:| |outvect| (-663 (-711 |#1|))))) (-711 (-421 (-560))) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 36 T ELT)) (-2712 (((-663 |#2|) $) NIL T ELT)) (-2517 (((-1203 $) $ |#2|) NIL T ELT) (((-1203 |#1|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 |#2|)) NIL T ELT)) (-4034 (($ $) 30 T ELT)) (-1768 (((-114) $ $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2332 (($ $ $) 110 (|has| |#1| (-571)) ELT)) (-1400 (((-663 $) $ $) 123 (|has| |#1| (-571)) ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 |#2| "failed") $) NIL T ELT) (((-3 $ "failed") (-976 (-421 (-560)))) NIL (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1209)))) ELT) (((-3 $ "failed") (-976 (-560))) NIL (-2309 (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-38 (-421 (-560)))))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1209))))) ELT) (((-3 $ "failed") (-976 |#1|)) NIL (-2309 (-12 (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-38 (-421 (-560))))) (-2912 (|has| |#1| (-38 (-560))))) (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-38 (-421 (-560))))) (-2912 (|has| |#1| (-559)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-1023 (-560)))))) ELT) (((-3 (-1157 |#1| |#2|) "failed") $) 21 T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) ((|#2| $) NIL T ELT) (($ (-976 (-421 (-560)))) NIL (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1209)))) ELT) (($ (-976 (-560))) NIL (-2309 (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-38 (-421 (-560)))))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1209))))) ELT) (($ (-976 |#1|)) NIL (-2309 (-12 (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-38 (-421 (-560))))) (-2912 (|has| |#1| (-38 (-560))))) (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-38 (-421 (-560))))) (-2912 (|has| |#1| (-559)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-1023 (-560)))))) ELT) (((-1157 |#1| |#2|) $) NIL T ELT)) (-3273 (($ $ $ |#2|) NIL (|has| |#1| (-175)) ELT) (($ $ $) 121 (|has| |#1| (-571)) ELT)) (-4328 (($ $) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4326 (((-114) $ $) NIL T ELT) (((-114) $ (-663 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3303 (((-114) $) NIL T ELT)) (-4397 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 81 T ELT)) (-3871 (($ $) 136 (|has| |#1| (-466)) ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ |#2|) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-4314 (($ $) NIL (|has| |#1| (-571)) ELT)) (-2837 (($ $) NIL (|has| |#1| (-571)) ELT)) (-1960 (($ $ $) 76 T ELT) (($ $ $ |#2|) NIL T ELT)) (-2113 (($ $ $) 79 T ELT) (($ $ $ |#2|) NIL T ELT)) (-4240 (($ $ |#1| (-545 |#2|) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| |#1| (-912 (-391))) (|has| |#2| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| |#1| (-912 (-560))) (|has| |#2| (-912 (-560)))) ELT)) (-3363 (((-114) $) 57 T ELT)) (-4055 (((-793) $) NIL T ELT)) (-3331 (((-114) $ $) NIL T ELT) (((-114) $ (-663 $)) NIL T ELT)) (-1618 (($ $ $ $ $) 107 (|has| |#1| (-571)) ELT)) (-2867 ((|#2| $) 22 T ELT)) (-2700 (($ (-1203 |#1|) |#2|) NIL T ELT) (($ (-1203 $) |#2|) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-545 |#2|)) NIL T ELT) (($ $ |#2| (-793)) 38 T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-2027 (($ $ $) 63 T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ |#2|) NIL T ELT)) (-4375 (((-114) $) NIL T ELT)) (-3654 (((-545 |#2|) $) NIL T ELT) (((-793) $ |#2|) NIL T ELT) (((-663 (-793)) $ (-663 |#2|)) NIL T ELT)) (-1471 (((-793) $) 23 T ELT)) (-3097 (($ (-1 (-545 |#2|) (-545 |#2|)) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3311 (((-3 |#2| "failed") $) NIL T ELT)) (-2145 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1453 (($ $) NIL (|has| |#1| (-466)) ELT)) (-3606 (((-663 $) $) NIL T ELT)) (-4331 (($ $) 39 T ELT)) (-3551 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1522 (((-663 $) $) 43 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-1394 (($ $) 41 T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT) (($ $ |#2|) 48 T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3062 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2693 (-793))) $ $) 96 T ELT)) (-2434 (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $) 78 T ELT) (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $ |#2|) NIL T ELT)) (-1433 (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -4029 $)) $ $) NIL T ELT) (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -4029 $)) $ $ |#2|) NIL T ELT)) (-1784 (($ $ $) 83 T ELT) (($ $ $ |#2|) NIL T ELT)) (-2790 (($ $ $) 86 T ELT) (($ $ $ |#2|) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1946 (($ $ $) 125 (|has| |#1| (-571)) ELT)) (-1587 (((-663 $) $) 32 T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| |#2|) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-2033 (((-114) $ $) NIL T ELT) (((-114) $ (-663 $)) NIL T ELT)) (-2347 (($ $ $) NIL T ELT)) (-2689 (($ $) 24 T ELT)) (-1446 (((-114) $ $) NIL T ELT)) (-2029 (((-114) $ $) NIL T ELT) (((-114) $ (-663 $)) NIL T ELT)) (-2153 (($ $ $) NIL T ELT)) (-2221 (($ $) 26 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1674 (((-2 (|:| -3128 $) (|:| |coef2| $)) $ $) 116 (|has| |#1| (-571)) ELT)) (-2283 (((-2 (|:| -3128 $) (|:| |coef1| $)) $ $) 113 (|has| |#1| (-571)) ELT)) (-4271 (((-114) $) 56 T ELT)) (-4283 ((|#1| $) 58 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-466)) ELT)) (-3128 ((|#1| |#1| $) 133 (|has| |#1| (-466)) ELT) (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-940)) ELT)) (-3661 (((-2 (|:| -3128 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 119 (|has| |#1| (-571)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 98 (|has| |#1| (-571)) ELT)) (-3027 (($ $ |#1|) 129 (|has| |#1| (-571)) ELT) (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-4012 (($ $ |#1|) 128 (|has| |#1| (-571)) ELT) (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#2| |#1|) NIL T ELT) (($ $ (-663 |#2|) (-663 |#1|)) NIL T ELT) (($ $ |#2| $) NIL T ELT) (($ $ (-663 |#2|) (-663 $)) NIL T ELT)) (-2810 (($ $ |#2|) NIL (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-4144 (((-545 |#2|) $) NIL T ELT) (((-793) $ |#2|) 45 T ELT) (((-663 (-793)) $ (-663 |#2|)) NIL T ELT)) (-4152 (($ $) NIL T ELT)) (-2706 (($ $) 35 T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| |#1| (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT) (($ (-976 (-421 (-560)))) NIL (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1209)))) ELT) (($ (-976 (-560))) NIL (-2309 (-12 (|has| |#1| (-38 (-560))) (|has| |#2| (-633 (-1209))) (-2912 (|has| |#1| (-38 (-421 (-560)))))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#2| (-633 (-1209))))) ELT) (($ (-976 |#1|)) NIL (|has| |#2| (-633 (-1209))) ELT) (((-1191) $) NIL (-12 (|has| |#1| (-1070 (-560))) (|has| |#2| (-633 (-1209)))) ELT) (((-976 |#1|) $) NIL (|has| |#2| (-633 (-1209))) ELT)) (-3878 ((|#1| $) 132 (|has| |#1| (-466)) ELT) (($ $ |#2|) NIL (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ |#2|) NIL T ELT) (((-976 |#1|) $) NIL (|has| |#2| (-633 (-1209))) ELT) (((-1157 |#1| |#2|) $) 18 T ELT) (($ (-1157 |#1| |#2|)) 19 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-545 |#2|)) NIL T ELT) (($ $ |#2| (-793)) 47 T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) 13 T CONST)) (-2498 (((-3 (-114) "failed") $ $) NIL T ELT)) (-2983 (($) 37 T CONST)) (-3154 (($ $ $ $ (-793)) 105 (|has| |#1| (-571)) ELT)) (-1968 (($ $ $ (-793)) 104 (|has| |#1| (-571)) ELT)) (-3095 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) 75 T ELT)) (-2571 (($ $ $) 85 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 70 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 62 T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 61 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-802 |#1| |#2|) (-13 (-1097 |#1| (-545 |#2|) |#2|) (-632 (-1157 |#1| |#2|)) (-1070 (-1157 |#1| |#2|))) (-1081) (-872)) (T -802))
+NIL
+(-13 (-1097 |#1| (-545 |#2|) |#2|) (-632 (-1157 |#1| |#2|)) (-1070 (-1157 |#1| |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 12 T ELT)) (-3868 (((-1299 |#1|) $ (-793)) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-4383 (($ (-1203 |#1|)) NIL T ELT)) (-2517 (((-1203 $) $ (-1114)) NIL T ELT) (((-1203 |#1|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1114))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4052 (((-663 $) $ $) 54 (|has| |#1| (-571)) ELT)) (-2332 (($ $ $) 50 (|has| |#1| (-571)) ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-1356 (($ $ (-793)) NIL T ELT)) (-4132 (($ $ (-793)) NIL T ELT)) (-3490 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-466)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-1114) "failed") $) NIL T ELT) (((-3 (-1203 |#1|) "failed") $) 10 T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-1114) $) NIL T ELT) (((-1203 |#1|) $) NIL T ELT)) (-3273 (($ $ $ (-1114)) NIL (|has| |#1| (-175)) ELT) ((|#1| $ $) 58 (|has| |#1| (-175)) ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1634 (($ $ $) NIL T ELT)) (-3463 (($ $ $) 87 (|has| |#1| (-571)) ELT)) (-4397 (((-2 (|:| -3265 |#1|) (|:| -3132 $) (|:| -4029 $)) $ $) 86 (|has| |#1| (-571)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1114)) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| (-793) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-1114) (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-1114) (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-2918 (((-793) $ $) NIL (|has| |#1| (-571)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-1184)) ELT)) (-2700 (($ (-1203 |#1|) (-1114)) NIL T ELT) (($ (-1203 $) (-1114)) NIL T ELT)) (-2842 (($ $ (-793)) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-2027 (($ $ $) 27 T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-1114)) NIL T ELT) (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3654 (((-793) $) NIL T ELT) (((-793) $ (-1114)) NIL T ELT) (((-663 (-793)) $ (-663 (-1114))) NIL T ELT)) (-3097 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1923 (((-1203 |#1|) $) NIL T ELT)) (-3311 (((-3 (-1114) "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3062 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2693 (-793))) $ $) 37 T ELT)) (-1497 (($ $ $) 41 T ELT)) (-3347 (($ $ $) 47 T ELT)) (-2434 (((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $) 46 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1946 (($ $ $) 56 (|has| |#1| (-571)) ELT)) (-2177 (((-2 (|:| -3132 $) (|:| -4029 $)) $ (-793)) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-1114)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2689 (($) NIL (|has| |#1| (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-1674 (((-2 (|:| -3128 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-571)) ELT)) (-2283 (((-2 (|:| -3128 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-571)) ELT)) (-4115 (((-2 (|:| -3273 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-571)) ELT)) (-1953 (((-2 (|:| -3273 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-571)) ELT)) (-4271 (((-114) $) 13 T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-1711 (($ $ (-793) |#1| $) 26 T ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-940)) ELT)) (-3661 (((-2 (|:| -3128 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-571)) ELT)) (-3506 (((-2 (|:| -3273 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-571)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1114) |#1|) NIL T ELT) (($ $ (-663 (-1114)) (-663 |#1|)) NIL T ELT) (($ $ (-1114) $) NIL T ELT) (($ $ (-663 (-1114)) (-663 $)) NIL T ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ |#1|) NIL T ELT) (($ $ $) NIL T ELT) (((-421 $) (-421 $) (-421 $)) NIL (|has| |#1| (-571)) ELT) ((|#1| (-421 $) |#1|) NIL (|has| |#1| (-376)) ELT) (((-421 $) $ (-421 $)) NIL (|has| |#1| (-571)) ELT)) (-3731 (((-3 $ "failed") $ (-793)) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2810 (($ $ (-1114)) NIL (|has| |#1| (-175)) ELT) ((|#1| $) NIL (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-4144 (((-793) $) NIL T ELT) (((-793) $ (-1114)) NIL T ELT) (((-663 (-793)) $ (-663 (-1114))) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-1114) (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-1114) (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1114) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1114)) NIL (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-1881 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) NIL (|has| |#1| (-571)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1114)) NIL T ELT) (((-1203 |#1|) $) 7 T ELT) (($ (-1203 |#1|)) 8 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-793)) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) 28 T CONST)) (-2983 (($) 32 T CONST)) (-3095 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) 40 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 31 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-803 |#1|) (-13 (-1275 |#1|) (-632 (-1203 |#1|)) (-1070 (-1203 |#1|)) (-10 -8 (-15 -1711 ($ $ (-793) |#1| $)) (-15 -2027 ($ $ $)) (-15 -3062 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2693 (-793))) $ $)) (-15 -1497 ($ $ $)) (-15 -2434 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -3347 ($ $ $)) (IF (|has| |#1| (-571)) (PROGN (-15 -4052 ((-663 $) $ $)) (-15 -1946 ($ $ $)) (-15 -3661 ((-2 (|:| -3128 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2283 ((-2 (|:| -3128 $) (|:| |coef1| $)) $ $)) (-15 -1674 ((-2 (|:| -3128 $) (|:| |coef2| $)) $ $)) (-15 -3506 ((-2 (|:| -3273 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1953 ((-2 (|:| -3273 |#1|) (|:| |coef1| $)) $ $)) (-15 -4115 ((-2 (|:| -3273 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1081)) (T -803))
+((-1711 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-793)) (-5 *1 (-803 *3)) (-4 *3 (-1081)))) (-2027 (*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1081)))) (-3062 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-803 *3)) (|:| |polden| *3) (|:| -2693 (-793)))) (-5 *1 (-803 *3)) (-4 *3 (-1081)))) (-1497 (*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1081)))) (-2434 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3265 *3) (|:| |gap| (-793)) (|:| -3132 (-803 *3)) (|:| -4029 (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-1081)))) (-3347 (*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1081)))) (-4052 (*1 *2 *1 *1) (-12 (-5 *2 (-663 (-803 *3))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))) (-1946 (*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-571)) (-4 *2 (-1081)))) (-3661 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3128 (-803 *3)) (|:| |coef1| (-803 *3)) (|:| |coef2| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))) (-2283 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3128 (-803 *3)) (|:| |coef1| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))) (-1674 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3128 (-803 *3)) (|:| |coef2| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))) (-3506 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3273 *3) (|:| |coef1| (-803 *3)) (|:| |coef2| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))) (-1953 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3273 *3) (|:| |coef1| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))) (-4115 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3273 *3) (|:| |coef2| (-803 *3)))) (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))))
+(-13 (-1275 |#1|) (-632 (-1203 |#1|)) (-1070 (-1203 |#1|)) (-10 -8 (-15 -1711 ($ $ (-793) |#1| $)) (-15 -2027 ($ $ $)) (-15 -3062 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2693 (-793))) $ $)) (-15 -1497 ($ $ $)) (-15 -2434 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -3347 ($ $ $)) (IF (|has| |#1| (-571)) (PROGN (-15 -4052 ((-663 $) $ $)) (-15 -1946 ($ $ $)) (-15 -3661 ((-2 (|:| -3128 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2283 ((-2 (|:| -3128 $) (|:| |coef1| $)) $ $)) (-15 -1674 ((-2 (|:| -3128 $) (|:| |coef2| $)) $ $)) (-15 -3506 ((-2 (|:| -3273 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1953 ((-2 (|:| -3273 |#1|) (|:| |coef1| $)) $ $)) (-15 -4115 ((-2 (|:| -3273 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
+((-1793 (((-803 |#2|) (-1 |#2| |#1|) (-803 |#1|)) 13 T ELT)))
+(((-804 |#1| |#2|) (-10 -7 (-15 -1793 ((-803 |#2|) (-1 |#2| |#1|) (-803 |#1|)))) (-1081) (-1081)) (T -804))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-803 *5)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-5 *2 (-803 *6)) (-5 *1 (-804 *5 *6)))))
+(-10 -7 (-15 -1793 ((-803 |#2|) (-1 |#2| |#1|) (-803 |#1|))))
+((-2098 ((|#1| (-793) |#1|) 33 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2808 ((|#1| (-793) |#1|) 23 T ELT)) (-3932 ((|#1| (-793) |#1|) 35 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-805 |#1|) (-10 -7 (-15 -2808 (|#1| (-793) |#1|)) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3932 (|#1| (-793) |#1|)) (-15 -2098 (|#1| (-793) |#1|))) |%noBranch|)) (-175)) (T -805))
+((-2098 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-175)))) (-3932 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-175)))) (-2808 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-175)))))
+(-10 -7 (-15 -2808 (|#1| (-793) |#1|)) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3932 (|#1| (-793) |#1|)) (-15 -2098 (|#1| (-793) |#1|))) |%noBranch|))
+((-3808 (((-114) $ $) 7 T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-1387 (((-663 $) (-663 |#4|)) 94 T ELT) (((-663 $) (-663 |#4|) (-114)) 121 T ELT)) (-2712 (((-663 |#3|) $) 37 T ELT)) (-3511 (((-114) $) 30 T ELT)) (-3673 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-3349 ((|#4| |#4| $) 100 T ELT)) (-2624 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| $) 136 T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-4405 (((-114) $ (-793)) 48 T ELT)) (-3797 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-4489 (($) 49 T CONST)) (-3438 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-4072 (($ (-663 |#4|)) 39 T ELT)) (-1586 (((-3 $ "failed") $) 90 T ELT)) (-2869 ((|#4| |#4| $) 97 T ELT)) (-4154 (($ $) 72 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#4| $) 71 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-1977 ((|#4| |#4| $) 95 T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) 113 T ELT)) (-2828 (((-114) |#4| $) 146 T ELT)) (-4448 (((-114) |#4| $) 143 T ELT)) (-3242 (((-114) |#4| $) 147 T ELT) (((-114) $) 144 T ELT)) (-3086 (((-663 |#4|) $) 56 (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) 47 T ELT)) (-4439 (((-663 |#4|) $) 57 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-4306 (((-663 |#3|) $) 36 T ELT)) (-1654 (((-114) |#3| $) 35 T ELT)) (-1506 (((-114) $ (-793)) 46 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-3789 (((-3 |#4| (-663 $)) |#4| |#4| $) 138 T ELT)) (-1946 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| |#4| $) 137 T ELT)) (-3534 (((-3 |#4| "failed") $) 91 T ELT)) (-3611 (((-663 $) |#4| $) 139 T ELT)) (-3448 (((-3 (-114) (-663 $)) |#4| $) 142 T ELT)) (-1775 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 $))) |#4| $) 141 T ELT) (((-114) |#4| $) 140 T ELT)) (-2921 (((-663 $) |#4| $) 135 T ELT) (((-663 $) (-663 |#4|) $) 134 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 133 T ELT) (((-663 $) |#4| (-663 $)) 132 T ELT)) (-4340 (($ |#4| $) 127 T ELT) (($ (-663 |#4|) $) 126 T ELT)) (-1455 (((-663 |#4|) $) 115 T ELT)) (-2033 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-2347 ((|#4| |#4| $) 98 T ELT)) (-1446 (((-114) $ $) 118 T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-2153 ((|#4| |#4| $) 99 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1574 (((-3 |#4| "failed") $) 92 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4319 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-3201 (($ $ |#4|) 85 T ELT) (((-663 $) |#4| $) 125 T ELT) (((-663 $) |#4| (-663 $)) 124 T ELT) (((-663 $) (-663 |#4|) $) 123 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) 42 T ELT)) (-4150 (((-114) $) 45 T ELT)) (-3614 (($) 44 T ELT)) (-4144 (((-793) $) 114 T ELT)) (-1485 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 43 T ELT)) (-1830 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 64 T ELT)) (-2337 (($ $ |#3|) 32 T ELT)) (-1548 (($ $ |#3|) 34 T ELT)) (-2133 (($ $) 96 T ELT)) (-2721 (($ $ |#3|) 33 T ELT)) (-3834 (((-888) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-2688 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-2601 (((-663 $) |#4| $) 131 T ELT) (((-663 $) |#4| (-663 $)) 130 T ELT) (((-663 $) (-663 |#4|) $) 129 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 128 T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) 89 T ELT)) (-3637 (((-114) |#4| $) 145 T ELT)) (-1414 (((-114) |#3| $) 88 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-3819 (((-793) $) 50 (|has| $ (-6 -4510)) ELT)))
+(((-806 |#1| |#2| |#3| |#4|) (-142) (-466) (-817) (-872) (-1097 |t#1| |t#2| |t#3|)) (T -806))
+NIL
+(-13 (-1103 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-888)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-1008 |#1| |#2| |#3| |#4|) . T) ((-1103 |#1| |#2| |#3| |#4|) . T) ((-1133) . T) ((-1244 |#1| |#2| |#3| |#4|) . T) ((-1249) . T))
+((-1341 (((-3 (-391) "failed") (-326 |#1|) (-949)) 62 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-3 (-391) "failed") (-326 |#1|)) 54 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-3 (-391) "failed") (-421 (-976 |#1|)) (-949)) 41 (|has| |#1| (-571)) ELT) (((-3 (-391) "failed") (-421 (-976 |#1|))) 40 (|has| |#1| (-571)) ELT) (((-3 (-391) "failed") (-976 |#1|) (-949)) 31 (|has| |#1| (-1081)) ELT) (((-3 (-391) "failed") (-976 |#1|)) 30 (|has| |#1| (-1081)) ELT)) (-3632 (((-391) (-326 |#1|) (-949)) 99 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-391) (-326 |#1|)) 94 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-391) (-421 (-976 |#1|)) (-949)) 91 (|has| |#1| (-571)) ELT) (((-391) (-421 (-976 |#1|))) 90 (|has| |#1| (-571)) ELT) (((-391) (-976 |#1|) (-949)) 86 (|has| |#1| (-1081)) ELT) (((-391) (-976 |#1|)) 85 (|has| |#1| (-1081)) ELT) (((-391) |#1| (-949)) 76 T ELT) (((-391) |#1|) 22 T ELT)) (-1601 (((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)) (-949)) 71 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-3 (-171 (-391)) "failed") (-326 (-171 |#1|))) 70 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-3 (-171 (-391)) "failed") (-326 |#1|) (-949)) 63 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-3 (-171 (-391)) "failed") (-326 |#1|)) 61 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-3 (-171 (-391)) "failed") (-421 (-976 (-171 |#1|))) (-949)) 46 (|has| |#1| (-571)) ELT) (((-3 (-171 (-391)) "failed") (-421 (-976 (-171 |#1|)))) 45 (|has| |#1| (-571)) ELT) (((-3 (-171 (-391)) "failed") (-421 (-976 |#1|)) (-949)) 39 (|has| |#1| (-571)) ELT) (((-3 (-171 (-391)) "failed") (-421 (-976 |#1|))) 38 (|has| |#1| (-571)) ELT) (((-3 (-171 (-391)) "failed") (-976 |#1|) (-949)) 28 (|has| |#1| (-1081)) ELT) (((-3 (-171 (-391)) "failed") (-976 |#1|)) 26 (|has| |#1| (-1081)) ELT) (((-3 (-171 (-391)) "failed") (-976 (-171 |#1|)) (-949)) 18 (|has| |#1| (-175)) ELT) (((-3 (-171 (-391)) "failed") (-976 (-171 |#1|))) 15 (|has| |#1| (-175)) ELT)) (-2471 (((-171 (-391)) (-326 (-171 |#1|)) (-949)) 102 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-171 (-391)) (-326 (-171 |#1|))) 101 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-171 (-391)) (-326 |#1|) (-949)) 100 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-171 (-391)) (-326 |#1|)) 98 (-12 (|has| |#1| (-571)) (|has| |#1| (-872))) ELT) (((-171 (-391)) (-421 (-976 (-171 |#1|))) (-949)) 93 (|has| |#1| (-571)) ELT) (((-171 (-391)) (-421 (-976 (-171 |#1|)))) 92 (|has| |#1| (-571)) ELT) (((-171 (-391)) (-421 (-976 |#1|)) (-949)) 89 (|has| |#1| (-571)) ELT) (((-171 (-391)) (-421 (-976 |#1|))) 88 (|has| |#1| (-571)) ELT) (((-171 (-391)) (-976 |#1|) (-949)) 84 (|has| |#1| (-1081)) ELT) (((-171 (-391)) (-976 |#1|)) 83 (|has| |#1| (-1081)) ELT) (((-171 (-391)) (-976 (-171 |#1|)) (-949)) 78 (|has| |#1| (-175)) ELT) (((-171 (-391)) (-976 (-171 |#1|))) 77 (|has| |#1| (-175)) ELT) (((-171 (-391)) (-171 |#1|) (-949)) 80 (|has| |#1| (-175)) ELT) (((-171 (-391)) (-171 |#1|)) 79 (|has| |#1| (-175)) ELT) (((-171 (-391)) |#1| (-949)) 27 T ELT) (((-171 (-391)) |#1|) 25 T ELT)))
+(((-807 |#1|) (-10 -7 (-15 -3632 ((-391) |#1|)) (-15 -3632 ((-391) |#1| (-949))) (-15 -2471 ((-171 (-391)) |#1|)) (-15 -2471 ((-171 (-391)) |#1| (-949))) (IF (|has| |#1| (-175)) (PROGN (-15 -2471 ((-171 (-391)) (-171 |#1|))) (-15 -2471 ((-171 (-391)) (-171 |#1|) (-949))) (-15 -2471 ((-171 (-391)) (-976 (-171 |#1|)))) (-15 -2471 ((-171 (-391)) (-976 (-171 |#1|)) (-949)))) |%noBranch|) (IF (|has| |#1| (-1081)) (PROGN (-15 -3632 ((-391) (-976 |#1|))) (-15 -3632 ((-391) (-976 |#1|) (-949))) (-15 -2471 ((-171 (-391)) (-976 |#1|))) (-15 -2471 ((-171 (-391)) (-976 |#1|) (-949)))) |%noBranch|) (IF (|has| |#1| (-571)) (PROGN (-15 -3632 ((-391) (-421 (-976 |#1|)))) (-15 -3632 ((-391) (-421 (-976 |#1|)) (-949))) (-15 -2471 ((-171 (-391)) (-421 (-976 |#1|)))) (-15 -2471 ((-171 (-391)) (-421 (-976 |#1|)) (-949))) (-15 -2471 ((-171 (-391)) (-421 (-976 (-171 |#1|))))) (-15 -2471 ((-171 (-391)) (-421 (-976 (-171 |#1|))) (-949))) (IF (|has| |#1| (-872)) (PROGN (-15 -3632 ((-391) (-326 |#1|))) (-15 -3632 ((-391) (-326 |#1|) (-949))) (-15 -2471 ((-171 (-391)) (-326 |#1|))) (-15 -2471 ((-171 (-391)) (-326 |#1|) (-949))) (-15 -2471 ((-171 (-391)) (-326 (-171 |#1|)))) (-15 -2471 ((-171 (-391)) (-326 (-171 |#1|)) (-949)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-15 -1601 ((-3 (-171 (-391)) "failed") (-976 (-171 |#1|)))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-976 (-171 |#1|)) (-949)))) |%noBranch|) (IF (|has| |#1| (-1081)) (PROGN (-15 -1341 ((-3 (-391) "failed") (-976 |#1|))) (-15 -1341 ((-3 (-391) "failed") (-976 |#1|) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-976 |#1|))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-976 |#1|) (-949)))) |%noBranch|) (IF (|has| |#1| (-571)) (PROGN (-15 -1341 ((-3 (-391) "failed") (-421 (-976 |#1|)))) (-15 -1341 ((-3 (-391) "failed") (-421 (-976 |#1|)) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-421 (-976 |#1|)))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-421 (-976 |#1|)) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-421 (-976 (-171 |#1|))))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-421 (-976 (-171 |#1|))) (-949))) (IF (|has| |#1| (-872)) (PROGN (-15 -1341 ((-3 (-391) "failed") (-326 |#1|))) (-15 -1341 ((-3 (-391) "failed") (-326 |#1|) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-326 |#1|))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-326 |#1|) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)) (-949)))) |%noBranch|)) |%noBranch|)) (-633 (-391))) (T -807))
+((-1601 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-872)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-1601 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-571)) (-4 *4 (-872)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-1601 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-872)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-1601 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-872)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-1341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-872)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-1341 (*1 *2 *3) (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-872)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-1601 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-421 (-976 (-171 *5)))) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-1601 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-976 (-171 *4)))) (-4 *4 (-571)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-1601 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-1601 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-1341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-1341 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-1601 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-976 *5)) (-5 *4 (-949)) (-4 *5 (-1081)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-1601 (*1 *2 *3) (|partial| -12 (-5 *3 (-976 *4)) (-4 *4 (-1081)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-1341 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-976 *5)) (-5 *4 (-949)) (-4 *5 (-1081)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-1341 (*1 *2 *3) (|partial| -12 (-5 *3 (-976 *4)) (-4 *4 (-1081)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-1601 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-976 (-171 *5))) (-5 *4 (-949)) (-4 *5 (-175)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-1601 (*1 *2 *3) (|partial| -12 (-5 *3 (-976 (-171 *4))) (-4 *4 (-175)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-872)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-2471 (*1 *2 *3) (-12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-571)) (-4 *4 (-872)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-872)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-2471 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-872)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3632 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-872)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-3632 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-872)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 (-171 *5)))) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-2471 (*1 *2 *3) (-12 (-5 *3 (-421 (-976 (-171 *4)))) (-4 *4 (-571)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-2471 (*1 *2 *3) (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3632 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-3632 (*1 *2 *3) (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *3 (-976 *5)) (-5 *4 (-949)) (-4 *5 (-1081)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-2471 (*1 *2 *3) (-12 (-5 *3 (-976 *4)) (-4 *4 (-1081)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-3632 (*1 *2 *3 *4) (-12 (-5 *3 (-976 *5)) (-5 *4 (-949)) (-4 *5 (-1081)) (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))) (-3632 (*1 *2 *3) (-12 (-5 *3 (-976 *4)) (-4 *4 (-1081)) (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *3 (-976 (-171 *5))) (-5 *4 (-949)) (-4 *5 (-175)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-2471 (*1 *2 *3) (-12 (-5 *3 (-976 (-171 *4))) (-4 *4 (-175)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *3 (-171 *5)) (-5 *4 (-949)) (-4 *5 (-175)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5)))) (-2471 (*1 *2 *3) (-12 (-5 *3 (-171 *4)) (-4 *4 (-175)) (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *4 (-949)) (-5 *2 (-171 (-391))) (-5 *1 (-807 *3)) (-4 *3 (-633 (-391))))) (-2471 (*1 *2 *3) (-12 (-5 *2 (-171 (-391))) (-5 *1 (-807 *3)) (-4 *3 (-633 (-391))))) (-3632 (*1 *2 *3 *4) (-12 (-5 *4 (-949)) (-5 *2 (-391)) (-5 *1 (-807 *3)) (-4 *3 (-633 *2)))) (-3632 (*1 *2 *3) (-12 (-5 *2 (-391)) (-5 *1 (-807 *3)) (-4 *3 (-633 *2)))))
+(-10 -7 (-15 -3632 ((-391) |#1|)) (-15 -3632 ((-391) |#1| (-949))) (-15 -2471 ((-171 (-391)) |#1|)) (-15 -2471 ((-171 (-391)) |#1| (-949))) (IF (|has| |#1| (-175)) (PROGN (-15 -2471 ((-171 (-391)) (-171 |#1|))) (-15 -2471 ((-171 (-391)) (-171 |#1|) (-949))) (-15 -2471 ((-171 (-391)) (-976 (-171 |#1|)))) (-15 -2471 ((-171 (-391)) (-976 (-171 |#1|)) (-949)))) |%noBranch|) (IF (|has| |#1| (-1081)) (PROGN (-15 -3632 ((-391) (-976 |#1|))) (-15 -3632 ((-391) (-976 |#1|) (-949))) (-15 -2471 ((-171 (-391)) (-976 |#1|))) (-15 -2471 ((-171 (-391)) (-976 |#1|) (-949)))) |%noBranch|) (IF (|has| |#1| (-571)) (PROGN (-15 -3632 ((-391) (-421 (-976 |#1|)))) (-15 -3632 ((-391) (-421 (-976 |#1|)) (-949))) (-15 -2471 ((-171 (-391)) (-421 (-976 |#1|)))) (-15 -2471 ((-171 (-391)) (-421 (-976 |#1|)) (-949))) (-15 -2471 ((-171 (-391)) (-421 (-976 (-171 |#1|))))) (-15 -2471 ((-171 (-391)) (-421 (-976 (-171 |#1|))) (-949))) (IF (|has| |#1| (-872)) (PROGN (-15 -3632 ((-391) (-326 |#1|))) (-15 -3632 ((-391) (-326 |#1|) (-949))) (-15 -2471 ((-171 (-391)) (-326 |#1|))) (-15 -2471 ((-171 (-391)) (-326 |#1|) (-949))) (-15 -2471 ((-171 (-391)) (-326 (-171 |#1|)))) (-15 -2471 ((-171 (-391)) (-326 (-171 |#1|)) (-949)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-15 -1601 ((-3 (-171 (-391)) "failed") (-976 (-171 |#1|)))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-976 (-171 |#1|)) (-949)))) |%noBranch|) (IF (|has| |#1| (-1081)) (PROGN (-15 -1341 ((-3 (-391) "failed") (-976 |#1|))) (-15 -1341 ((-3 (-391) "failed") (-976 |#1|) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-976 |#1|))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-976 |#1|) (-949)))) |%noBranch|) (IF (|has| |#1| (-571)) (PROGN (-15 -1341 ((-3 (-391) "failed") (-421 (-976 |#1|)))) (-15 -1341 ((-3 (-391) "failed") (-421 (-976 |#1|)) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-421 (-976 |#1|)))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-421 (-976 |#1|)) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-421 (-976 (-171 |#1|))))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-421 (-976 (-171 |#1|))) (-949))) (IF (|has| |#1| (-872)) (PROGN (-15 -1341 ((-3 (-391) "failed") (-326 |#1|))) (-15 -1341 ((-3 (-391) "failed") (-326 |#1|) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-326 |#1|))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-326 |#1|) (-949))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)))) (-15 -1601 ((-3 (-171 (-391)) "failed") (-326 (-171 |#1|)) (-949)))) |%noBranch|)) |%noBranch|))
+((-3261 (((-949) (-1191)) 90 T ELT)) (-3925 (((-3 (-391) "failed") (-1191)) 36 T ELT)) (-3160 (((-391) (-1191)) 34 T ELT)) (-2065 (((-949) (-1191)) 64 T ELT)) (-2945 (((-1191) (-949)) 74 T ELT)) (-1669 (((-1191) (-949)) 63 T ELT)))
+(((-808) (-10 -7 (-15 -1669 ((-1191) (-949))) (-15 -2065 ((-949) (-1191))) (-15 -2945 ((-1191) (-949))) (-15 -3261 ((-949) (-1191))) (-15 -3160 ((-391) (-1191))) (-15 -3925 ((-3 (-391) "failed") (-1191))))) (T -808))
+((-3925 (*1 *2 *3) (|partial| -12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-808)))) (-3160 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-808)))) (-3261 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-949)) (-5 *1 (-808)))) (-2945 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1191)) (-5 *1 (-808)))) (-2065 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-949)) (-5 *1 (-808)))) (-1669 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1191)) (-5 *1 (-808)))))
+(-10 -7 (-15 -1669 ((-1191) (-949))) (-15 -2065 ((-949) (-1191))) (-15 -2945 ((-1191) (-949))) (-15 -3261 ((-949) (-1191))) (-15 -3160 ((-391) (-1191))) (-15 -3925 ((-3 (-391) "failed") (-1191))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3170 (((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 19 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)) 17 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 20 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 18 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
(((-809) (-142)) (T -809))
-((-4102 (*1 *2 *3 *4) (-12 (-4 *1 (-809)) (-5 *3 (-1094)) (-5 *4 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066)))))) (-1864 (*1 *2 *3 *2) (-12 (-4 *1 (-809)) (-5 *2 (-1066)) (-5 *3 (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))) (-4102 (*1 *2 *3 *4) (-12 (-4 *1 (-809)) (-5 *3 (-1094)) (-5 *4 (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066)))))) (-1864 (*1 *2 *3 *2) (-12 (-4 *1 (-809)) (-5 *2 (-1066)) (-5 *3 (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))))
-(-13 (-1132) (-10 -7 (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -1864 ((-1066) (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229))) (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)) (|:| |extra| (-1066))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -1864 ((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1066)))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2296 (((-1304) (-1298 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391))) (-391) (-1298 (-391)) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391))) 54 T ELT) (((-1304) (-1298 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391))) (-391) (-1298 (-391)) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391))) 51 T ELT)) (-1931 (((-1304) (-1298 (-391)) (-560) (-391) (-391) (-560) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391))) 60 T ELT)) (-3706 (((-1304) (-1298 (-391)) (-560) (-391) (-391) (-391) (-391) (-560) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391))) 49 T ELT)) (-1733 (((-1304) (-1298 (-391)) (-560) (-391) (-391) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391))) 62 T ELT) (((-1304) (-1298 (-391)) (-560) (-391) (-391) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391))) 61 T ELT)))
-(((-810) (-10 -7 (-15 -1733 ((-1304) (-1298 (-391)) (-560) (-391) (-391) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)))) (-15 -1733 ((-1304) (-1298 (-391)) (-560) (-391) (-391) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)))) (-15 -3706 ((-1304) (-1298 (-391)) (-560) (-391) (-391) (-391) (-391) (-560) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)))) (-15 -2296 ((-1304) (-1298 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391))) (-391) (-1298 (-391)) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)))) (-15 -2296 ((-1304) (-1298 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391))) (-391) (-1298 (-391)) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)))) (-15 -1931 ((-1304) (-1298 (-391)) (-560) (-391) (-391) (-560) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)))))) (T -810))
-((-1931 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1304) (-1298 *5) (-1298 *5) (-391))) (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304)) (-5 *1 (-810)))) (-2296 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-560)) (-5 *6 (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391)))) (-5 *7 (-1 (-1304) (-1298 *5) (-1298 *5) (-391))) (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304)) (-5 *1 (-810)))) (-2296 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-560)) (-5 *6 (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391)))) (-5 *7 (-1 (-1304) (-1298 *5) (-1298 *5) (-391))) (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304)) (-5 *1 (-810)))) (-3706 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1304) (-1298 *5) (-1298 *5) (-391))) (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304)) (-5 *1 (-810)))) (-1733 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1304) (-1298 *5) (-1298 *5) (-391))) (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304)) (-5 *1 (-810)))) (-1733 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1304) (-1298 *5) (-1298 *5) (-391))) (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304)) (-5 *1 (-810)))))
-(-10 -7 (-15 -1733 ((-1304) (-1298 (-391)) (-560) (-391) (-391) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)))) (-15 -1733 ((-1304) (-1298 (-391)) (-560) (-391) (-391) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)))) (-15 -3706 ((-1304) (-1298 (-391)) (-560) (-391) (-391) (-391) (-391) (-560) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)))) (-15 -2296 ((-1304) (-1298 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391))) (-391) (-1298 (-391)) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)))) (-15 -2296 ((-1304) (-1298 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391))) (-391) (-1298 (-391)) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)) (-1298 (-391)))) (-15 -1931 ((-1304) (-1298 (-391)) (-560) (-391) (-391) (-560) (-1 (-1304) (-1298 (-391)) (-1298 (-391)) (-391)))))
-((-2785 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 64 T ELT)) (-3218 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 40 T ELT)) (-1601 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 63 T ELT)) (-3247 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 38 T ELT)) (-2432 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 62 T ELT)) (-2692 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 24 T ELT)) (-1382 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560)) 41 T ELT)) (-1863 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560)) 39 T ELT)) (-3221 (((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560)) 37 T ELT)))
-(((-811) (-10 -7 (-15 -3221 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -1863 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -1382 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -2692 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -3247 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -3218 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -2432 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -1601 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -2785 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))))) (T -811))
-((-2785 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-1601 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-2432 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-3218 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-3247 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-2692 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-1382 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-1863 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-3221 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))))
-(-10 -7 (-15 -3221 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -1863 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -1382 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -2692 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -3247 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -3218 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -2432 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -1601 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -2785 ((-2 (|:| -3929 (-391)) (|:| -2707 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))))
-((-2182 (((-1244 |#1|) |#1| (-229) (-560)) 69 T ELT)))
-(((-812 |#1|) (-10 -7 (-15 -2182 ((-1244 |#1|) |#1| (-229) (-560)))) (-1005)) (T -812))
-((-2182 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-229)) (-5 *5 (-560)) (-5 *2 (-1244 *3)) (-5 *1 (-812 *3)) (-4 *3 (-1005)))))
-(-10 -7 (-15 -2182 ((-1244 |#1|) |#1| (-229) (-560))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 30 T ELT)) (-2494 (((-3 $ "failed") $ $) 33 T ELT)) (-3366 (($) 29 T CONST)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 28 T CONST)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (-2426 (($ $ $) 37 T ELT) (($ $) 36 T ELT)) (-2413 (($ $ $) 25 T ELT)) (* (($ (-948) $) 26 T ELT) (($ (-793) $) 31 T ELT) (($ (-560) $) 35 T ELT)))
-(((-813) (-142)) (T -813))
-NIL
-(-13 (-819) (-21))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-814) . T) ((-816) . T) ((-819) . T) ((-871) . T) ((-874) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 30 T ELT)) (-3366 (($) 29 T CONST)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 28 T CONST)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (-2413 (($ $ $) 25 T ELT)) (* (($ (-948) $) 26 T ELT) (($ (-793) $) 31 T ELT)))
+((-3039 (*1 *2 *3 *4) (-12 (-4 *1 (-809)) (-5 *3 (-1095)) (-5 *4 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067)))))) (-3170 (*1 *2 *3 *2) (-12 (-4 *1 (-809)) (-5 *2 (-1067)) (-5 *3 (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))) (-3039 (*1 *2 *3 *4) (-12 (-4 *1 (-809)) (-5 *3 (-1095)) (-5 *4 (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067)))))) (-3170 (*1 *2 *3 *2) (-12 (-4 *1 (-809)) (-5 *2 (-1067)) (-5 *3 (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))))
+(-13 (-1133) (-10 -7 (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3170 ((-1067) (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229))) (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)) (|:| |extra| (-1067))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3170 ((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) (-1067)))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-2734 (((-1305) (-1299 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391))) (-391) (-1299 (-391)) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391))) 54 T ELT) (((-1305) (-1299 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391))) (-391) (-1299 (-391)) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391))) 51 T ELT)) (-4349 (((-1305) (-1299 (-391)) (-560) (-391) (-391) (-560) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391))) 60 T ELT)) (-1724 (((-1305) (-1299 (-391)) (-560) (-391) (-391) (-391) (-391) (-560) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391))) 49 T ELT)) (-2195 (((-1305) (-1299 (-391)) (-560) (-391) (-391) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391))) 62 T ELT) (((-1305) (-1299 (-391)) (-560) (-391) (-391) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391))) 61 T ELT)))
+(((-810) (-10 -7 (-15 -2195 ((-1305) (-1299 (-391)) (-560) (-391) (-391) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)))) (-15 -2195 ((-1305) (-1299 (-391)) (-560) (-391) (-391) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)))) (-15 -1724 ((-1305) (-1299 (-391)) (-560) (-391) (-391) (-391) (-391) (-560) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)))) (-15 -2734 ((-1305) (-1299 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391))) (-391) (-1299 (-391)) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)))) (-15 -2734 ((-1305) (-1299 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391))) (-391) (-1299 (-391)) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)))) (-15 -4349 ((-1305) (-1299 (-391)) (-560) (-391) (-391) (-560) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)))))) (T -810))
+((-4349 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1305) (-1299 *5) (-1299 *5) (-391))) (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305)) (-5 *1 (-810)))) (-2734 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-560)) (-5 *6 (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391)))) (-5 *7 (-1 (-1305) (-1299 *5) (-1299 *5) (-391))) (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305)) (-5 *1 (-810)))) (-2734 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-560)) (-5 *6 (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391)))) (-5 *7 (-1 (-1305) (-1299 *5) (-1299 *5) (-391))) (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305)) (-5 *1 (-810)))) (-1724 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1305) (-1299 *5) (-1299 *5) (-391))) (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305)) (-5 *1 (-810)))) (-2195 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1305) (-1299 *5) (-1299 *5) (-391))) (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305)) (-5 *1 (-810)))) (-2195 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1305) (-1299 *5) (-1299 *5) (-391))) (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305)) (-5 *1 (-810)))))
+(-10 -7 (-15 -2195 ((-1305) (-1299 (-391)) (-560) (-391) (-391) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)))) (-15 -2195 ((-1305) (-1299 (-391)) (-560) (-391) (-391) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)))) (-15 -1724 ((-1305) (-1299 (-391)) (-560) (-391) (-391) (-391) (-391) (-560) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)))) (-15 -2734 ((-1305) (-1299 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391))) (-391) (-1299 (-391)) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)))) (-15 -2734 ((-1305) (-1299 (-391)) (-560) (-391) (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391))) (-391) (-1299 (-391)) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)) (-1299 (-391)))) (-15 -4349 ((-1305) (-1299 (-391)) (-560) (-391) (-391) (-560) (-1 (-1305) (-1299 (-391)) (-1299 (-391)) (-391)))))
+((-3885 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 64 T ELT)) (-4339 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 40 T ELT)) (-1764 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 63 T ELT)) (-2381 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 38 T ELT)) (-1378 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 62 T ELT)) (-2170 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560)) 24 T ELT)) (-1591 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560)) 41 T ELT)) (-3059 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560)) 39 T ELT)) (-1389 (((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560)) 37 T ELT)))
+(((-811) (-10 -7 (-15 -1389 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -3059 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -1591 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -2170 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -2381 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -4339 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -1378 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -1764 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -3885 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))))) (T -811))
+((-3885 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-1764 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-1378 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-4339 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-2381 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-2170 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-1591 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-3059 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))) (-1389 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391)) (-5 *2 (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560)) (|:| |success| (-114)))) (-5 *1 (-811)) (-5 *5 (-560)))))
+(-10 -7 (-15 -1389 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -3059 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -1591 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560) (-560))) (-15 -2170 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -2381 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -4339 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -1378 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -1764 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))) (-15 -3885 ((-2 (|:| -1992 (-391)) (|:| -4177 (-391)) (|:| |totalpts| (-560)) (|:| |success| (-114))) (-1 (-391) (-391)) (-391) (-391) (-391) (-391) (-560) (-560))))
+((-3660 (((-1245 |#1|) |#1| (-229) (-560)) 69 T ELT)))
+(((-812 |#1|) (-10 -7 (-15 -3660 ((-1245 |#1|) |#1| (-229) (-560)))) (-1006)) (T -812))
+((-3660 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-229)) (-5 *5 (-560)) (-5 *2 (-1245 *3)) (-5 *1 (-812 *3)) (-4 *3 (-1006)))))
+(-10 -7 (-15 -3660 ((-1245 |#1|) |#1| (-229) (-560))))
+((-2824 (((-560) $) 17 T ELT)) (-1501 (((-114) $) 10 T ELT)) (-1958 (($ $) 19 T ELT)))
+(((-813 |#1|) (-10 -8 (-15 -1958 (|#1| |#1|)) (-15 -2824 ((-560) |#1|)) (-15 -1501 ((-114) |#1|))) (-814)) (T -813))
+NIL
+(-10 -8 (-15 -1958 (|#1| |#1|)) (-15 -2824 ((-560) |#1|)) (-15 -1501 ((-114) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 31 T ELT)) (-1469 (((-3 $ "failed") $ $) 34 T ELT)) (-2824 (((-560) $) 37 T ELT)) (-4489 (($) 30 T CONST)) (-1366 (((-114) $) 28 T ELT)) (-1501 (((-114) $) 38 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-1958 (($ $) 36 T ELT)) (-2971 (($) 29 T CONST)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (-2581 (($ $ $) 41 T ELT) (($ $) 40 T ELT)) (-2571 (($ $ $) 25 T ELT)) (* (($ (-949) $) 26 T ELT) (($ (-793) $) 32 T ELT) (($ (-560) $) 39 T ELT)))
(((-814) (-142)) (T -814))
-NIL
-(-13 (-816) (-23))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-887)) . T) ((-816) . T) ((-871) . T) ((-874) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 30 T ELT)) (-2180 (($ $ $) 34 T ELT)) (-2494 (((-3 $ "failed") $ $) 33 T ELT)) (-3366 (($) 29 T CONST)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 28 T CONST)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (-2413 (($ $ $) 25 T ELT)) (* (($ (-948) $) 26 T ELT) (($ (-793) $) 31 T ELT)))
-(((-815) (-142)) (T -815))
-((-2180 (*1 *1 *1 *1) (-4 *1 (-815))))
-(-13 (-819) (-10 -8 (-15 -2180 ($ $ $))))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-814) . T) ((-816) . T) ((-819) . T) ((-871) . T) ((-874) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (-2413 (($ $ $) 25 T ELT)) (* (($ (-948) $) 26 T ELT)))
+((-1501 (*1 *2 *1) (-12 (-4 *1 (-814)) (-5 *2 (-114)))) (-2824 (*1 *2 *1) (-12 (-4 *1 (-814)) (-5 *2 (-560)))) (-1958 (*1 *1 *1) (-4 *1 (-814))))
+(-13 (-821) (-21) (-10 -8 (-15 -1501 ((-114) $)) (-15 -2824 ((-560) $)) (-15 -1958 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-816) . T) ((-818) . T) ((-821) . T) ((-872) . T) ((-875) . T) ((-1133) . T) ((-1249) . T))
+((-1366 (((-114) $) 10 T ELT)))
+(((-815 |#1|) (-10 -8 (-15 -1366 ((-114) |#1|))) (-816)) (T -815))
+NIL
+(-10 -8 (-15 -1366 ((-114) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 31 T ELT)) (-4489 (($) 30 T CONST)) (-1366 (((-114) $) 28 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 29 T CONST)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (-2571 (($ $ $) 25 T ELT)) (* (($ (-949) $) 26 T ELT) (($ (-793) $) 32 T ELT)))
(((-816) (-142)) (T -816))
-NIL
-(-13 (-871) (-25))
-(((-25) . T) ((-102) . T) ((-632 (-887)) . T) ((-871) . T) ((-874) . T) ((-1132) . T) ((-1248) . T))
-((-3626 (((-114) $) 42 T ELT)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 45 T ELT)) (-3056 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#2| $) 43 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 78 T ELT)) (-2221 (((-114) $) 72 T ELT)) (-2530 (((-421 (-560)) $) 76 T ELT)) (-3138 ((|#2| $) 26 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 23 T ELT)) (-2402 (($ $) 58 T ELT)) (-4417 (((-549) $) 67 T ELT)) (-1521 (($ $) 21 T ELT)) (-2539 (((-887) $) 53 T ELT) (($ (-560)) 40 T ELT) (($ |#2|) 38 T ELT) (($ (-421 (-560))) NIL T ELT)) (-3418 (((-793)) 10 T ELT)) (-2407 ((|#2| $) 71 T ELT)) (-2329 (((-114) $ $) 30 T ELT)) (-2349 (((-114) $ $) 69 T ELT)) (-2426 (($ $) 32 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 31 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 36 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 33 T ELT)))
-(((-817 |#1| |#2|) (-10 -8 (-15 -2349 ((-114) |#1| |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -2402 (|#1| |#1|)) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -2407 (|#2| |#1|)) (-15 -3138 (|#2| |#1|)) (-15 -1521 (|#1| |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 * (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 -3626 ((-114) |#1|)) (-15 * (|#1| (-948) |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2329 ((-114) |#1| |#1|))) (-818 |#2|) (-175)) (T -817))
-((-3418 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-817 *3 *4)) (-4 *3 (-818 *4)))))
-(-10 -8 (-15 -2349 ((-114) |#1| |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -2402 (|#1| |#1|)) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -2407 (|#2| |#1|)) (-15 -3138 (|#2| |#1|)) (-15 -1521 (|#1| |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 * (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 -3626 ((-114) |#1|)) (-15 * (|#1| (-948) |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2329 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-1450 (((-793)) 64 (|has| |#1| (-381)) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 106 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 103 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 100 T ELT)) (-3056 (((-560) $) 105 (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) 102 (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 101 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3415 ((|#1| $) 90 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 77 (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) 79 (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) 78 (|has| |#1| (-559)) ELT)) (-3362 (($) 67 (|has| |#1| (-381)) ELT)) (-1871 (((-114) $) 40 T ELT)) (-4280 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 81 T ELT)) (-3138 ((|#1| $) 82 T ELT)) (-2006 (($ $ $) 68 (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) 69 (|has| |#1| (-871)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 92 T ELT)) (-2608 (((-948) $) 66 (|has| |#1| (-381)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 76 (|has| |#1| (-376)) ELT)) (-3998 (($ (-948)) 65 (|has| |#1| (-381)) ELT)) (-2131 ((|#1| $) 87 T ELT)) (-2819 ((|#1| $) 88 T ELT)) (-1794 ((|#1| $) 89 T ELT)) (-3256 ((|#1| $) 83 T ELT)) (-2098 ((|#1| $) 84 T ELT)) (-4288 ((|#1| $) 85 T ELT)) (-4131 ((|#1| $) 86 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) 98 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 97 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 96 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 95 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) 94 (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) 93 (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-1495 (($ $ |#1|) 99 (|has| |#1| (-298 |#1| |#1|)) ELT)) (-4417 (((-549) $) 74 (|has| |#1| (-633 (-549))) ELT)) (-1521 (($ $) 91 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT) (($ (-421 (-560))) 104 (|has| |#1| (-1069 (-421 (-560)))) ELT)) (-3187 (((-713 $) $) 75 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-2407 ((|#1| $) 80 (|has| |#1| (-1091)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2383 (((-114) $ $) 70 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 72 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 71 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 73 (|has| |#1| (-871)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT)))
-(((-818 |#1|) (-142) (-175)) (T -818))
-((-1521 (*1 *1 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-3415 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-1794 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-2819 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-2131 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-4131 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-4288 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-2098 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-3256 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-4280 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))) (-2407 (*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)) (-4 *2 (-1091)))) (-2221 (*1 *2 *1) (-12 (-4 *1 (-818 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114)))) (-2530 (*1 *2 *1) (-12 (-4 *1 (-818 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))) (-4330 (*1 *2 *1) (|partial| -12 (-4 *1 (-818 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))) (-2402 (*1 *1 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)) (-4 *2 (-376)))))
-(-13 (-38 |t#1|) (-426 |t#1|) (-351 |t#1|) (-10 -8 (-15 -1521 ($ $)) (-15 -3415 (|t#1| $)) (-15 -1794 (|t#1| $)) (-15 -2819 (|t#1| $)) (-15 -2131 (|t#1| $)) (-15 -4131 (|t#1| $)) (-15 -4288 (|t#1| $)) (-15 -2098 (|t#1| $)) (-15 -3256 (|t#1| $)) (-15 -3138 (|t#1| $)) (-15 -4280 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-381)) (-6 (-381)) |%noBranch|) (IF (|has| |t#1| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-1091)) (-15 -2407 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-376)) (-15 -2402 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0=(-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-381) |has| |#1| (-381)) ((-351 |#1|) . T) ((-426 |#1|) . T) ((-528 (-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-748) . T) ((-871) |has| |#1| (-871)) ((-874) |has| |#1| (-871)) ((-1069 #0#) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 30 T ELT)) (-2494 (((-3 $ "failed") $ $) 33 T ELT)) (-3366 (($) 29 T CONST)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 28 T CONST)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (-2413 (($ $ $) 25 T ELT)) (* (($ (-948) $) 26 T ELT) (($ (-793) $) 31 T ELT)))
-(((-819) (-142)) (T -819))
-NIL
-(-13 (-814) (-133))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-814) . T) ((-816) . T) ((-871) . T) ((-874) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-1027 |#1|) "failed") $) 35 T ELT) (((-3 (-560) "failed") $) NIL (-2191 (|has| (-1027 |#1|) (-1069 (-560))) (|has| |#1| (-1069 (-560)))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-2191 (|has| (-1027 |#1|) (-1069 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3056 ((|#1| $) NIL T ELT) (((-1027 |#1|) $) 33 T ELT) (((-560) $) NIL (-2191 (|has| (-1027 |#1|) (-1069 (-560))) (|has| |#1| (-1069 (-560)))) ELT) (((-421 (-560)) $) NIL (-2191 (|has| (-1027 |#1|) (-1069 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3415 ((|#1| $) 16 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) NIL (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) NIL (|has| |#1| (-559)) ELT)) (-3362 (($) NIL (|has| |#1| (-381)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-4280 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28 T ELT) (($ (-1027 |#1|) (-1027 |#1|)) 29 T ELT)) (-3138 ((|#1| $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#1| (-381)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3998 (($ (-948)) NIL (|has| |#1| (-381)) ELT)) (-2131 ((|#1| $) 22 T ELT)) (-2819 ((|#1| $) 20 T ELT)) (-1794 ((|#1| $) 18 T ELT)) (-3256 ((|#1| $) 26 T ELT)) (-2098 ((|#1| $) 25 T ELT)) (-4288 ((|#1| $) 24 T ELT)) (-4131 ((|#1| $) 23 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-1495 (($ $ |#1|) NIL (|has| |#1| (-298 |#1| |#1|)) ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-1521 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1027 |#1|)) 30 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| (-1027 |#1|) (-1069 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-2407 ((|#1| $) NIL (|has| |#1| (-1091)) ELT)) (-1427 (($) 8 T CONST)) (-1439 (($) 12 T CONST)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 40 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-820 |#1|) (-13 (-818 |#1|) (-426 (-1027 |#1|)) (-10 -8 (-15 -4280 ($ (-1027 |#1|) (-1027 |#1|))))) (-175)) (T -820))
-((-4280 (*1 *1 *2 *2) (-12 (-5 *2 (-1027 *3)) (-4 *3 (-175)) (-5 *1 (-820 *3)))))
-(-13 (-818 |#1|) (-426 (-1027 |#1|)) (-10 -8 (-15 -4280 ($ (-1027 |#1|) (-1027 |#1|)))))
-((-2067 ((|#3| (-1 |#4| |#2|) |#1|) 20 T ELT)))
-(((-821 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#3| (-1 |#4| |#2|) |#1|))) (-818 |#2|) (-175) (-818 |#4|) (-175)) (T -821))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175)) (-4 *2 (-818 *6)) (-5 *1 (-821 *4 *5 *2 *6)) (-4 *4 (-818 *5)))))
-(-10 -7 (-15 -2067 (|#3| (-1 |#4| |#2|) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 18 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-4078 (((-1066) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 17 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-822) (-142)) (T -822))
-((-4102 (*1 *2 *3 *4) (-12 (-4 *1 (-822)) (-5 *3 (-1094)) (-5 *4 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)))))) (-4078 (*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-1066)))))
-(-13 (-1132) (-10 -7 (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -4078 ((-1066) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-3077 (((-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#3| |#2| (-1208)) 19 T ELT)))
-(((-823 |#1| |#2| |#3|) (-10 -7 (-15 -3077 ((-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#3| |#2| (-1208)))) (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1234) (-989)) (-680 |#2|)) (T -823))
-((-3077 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1208)) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-4 *4 (-13 (-29 *6) (-1234) (-989))) (-5 *2 (-2 (|:| |particular| *4) (|:| -1868 (-663 *4)))) (-5 *1 (-823 *6 *4 *3)) (-4 *3 (-680 *4)))))
-(-10 -7 (-15 -3077 ((-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#3| |#2| (-1208))))
-((-3824 (((-3 |#2| "failed") |#2| (-115) (-305 |#2|) (-663 |#2|)) 28 T ELT) (((-3 |#2| "failed") (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|)) 29 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#2| "failed") |#2| (-115) (-1208)) 17 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#2| "failed") (-305 |#2|) (-115) (-1208)) 18 T ELT) (((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-663 |#2|) (-663 (-115)) (-1208)) 24 T ELT) (((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-663 (-305 |#2|)) (-663 (-115)) (-1208)) 26 T ELT) (((-3 (-663 (-1298 |#2|)) "failed") (-711 |#2|) (-1208)) 37 T ELT) (((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-711 |#2|) (-1298 |#2|) (-1208)) 35 T ELT)))
-(((-824 |#1| |#2|) (-10 -7 (-15 -3824 ((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-711 |#2|) (-1298 |#2|) (-1208))) (-15 -3824 ((-3 (-663 (-1298 |#2|)) "failed") (-711 |#2|) (-1208))) (-15 -3824 ((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-663 (-305 |#2|)) (-663 (-115)) (-1208))) (-15 -3824 ((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-663 |#2|) (-663 (-115)) (-1208))) (-15 -3824 ((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#2| "failed") (-305 |#2|) (-115) (-1208))) (-15 -3824 ((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#2| "failed") |#2| (-115) (-1208))) (-15 -3824 ((-3 |#2| "failed") (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|))) (-15 -3824 ((-3 |#2| "failed") |#2| (-115) (-305 |#2|) (-663 |#2|)))) (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1234) (-989))) (T -824))
-((-3824 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-305 *2)) (-5 *5 (-663 *2)) (-4 *2 (-13 (-29 *6) (-1234) (-989))) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *1 (-824 *6 *2)))) (-3824 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-305 *2)) (-5 *4 (-115)) (-5 *5 (-663 *2)) (-4 *2 (-13 (-29 *6) (-1234) (-989))) (-5 *1 (-824 *6 *2)) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))))) (-3824 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-115)) (-5 *5 (-1208)) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -1868 (-663 *3))) *3 "failed")) (-5 *1 (-824 *6 *3)) (-4 *3 (-13 (-29 *6) (-1234) (-989))))) (-3824 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-305 *7)) (-5 *4 (-115)) (-5 *5 (-1208)) (-4 *7 (-13 (-29 *6) (-1234) (-989))) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -1868 (-663 *7))) *7 "failed")) (-5 *1 (-824 *6 *7)))) (-3824 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-663 *7)) (-5 *4 (-663 (-115))) (-5 *5 (-1208)) (-4 *7 (-13 (-29 *6) (-1234) (-989))) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-2 (|:| |particular| (-1298 *7)) (|:| -1868 (-663 (-1298 *7))))) (-5 *1 (-824 *6 *7)))) (-3824 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-663 (-305 *7))) (-5 *4 (-663 (-115))) (-5 *5 (-1208)) (-4 *7 (-13 (-29 *6) (-1234) (-989))) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-2 (|:| |particular| (-1298 *7)) (|:| -1868 (-663 (-1298 *7))))) (-5 *1 (-824 *6 *7)))) (-3824 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-711 *6)) (-5 *4 (-1208)) (-4 *6 (-13 (-29 *5) (-1234) (-989))) (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-1298 *6))) (-5 *1 (-824 *5 *6)))) (-3824 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-711 *7)) (-5 *5 (-1208)) (-4 *7 (-13 (-29 *6) (-1234) (-989))) (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-2 (|:| |particular| (-1298 *7)) (|:| -1868 (-663 (-1298 *7))))) (-5 *1 (-824 *6 *7)) (-5 *4 (-1298 *7)))))
-(-10 -7 (-15 -3824 ((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-711 |#2|) (-1298 |#2|) (-1208))) (-15 -3824 ((-3 (-663 (-1298 |#2|)) "failed") (-711 |#2|) (-1208))) (-15 -3824 ((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-663 (-305 |#2|)) (-663 (-115)) (-1208))) (-15 -3824 ((-3 (-2 (|:| |particular| (-1298 |#2|)) (|:| -1868 (-663 (-1298 |#2|)))) "failed") (-663 |#2|) (-663 (-115)) (-1208))) (-15 -3824 ((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#2| "failed") (-305 |#2|) (-115) (-1208))) (-15 -3824 ((-3 (-2 (|:| |particular| |#2|) (|:| -1868 (-663 |#2|))) |#2| "failed") |#2| (-115) (-1208))) (-15 -3824 ((-3 |#2| "failed") (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|))) (-15 -3824 ((-3 |#2| "failed") |#2| (-115) (-305 |#2|) (-663 |#2|))))
-((-2744 (($) 9 T ELT)) (-2346 (((-3 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))) "failed") (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 30 T ELT)) (-3342 (((-663 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $) 27 T ELT)) (-1368 (($ (-2 (|:| -3818 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))))) 24 T ELT)) (-1365 (($ (-663 (-2 (|:| -3818 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))))) 22 T ELT)) (-3767 (((-1304)) 11 T ELT)))
-(((-825) (-10 -8 (-15 -2744 ($)) (-15 -3767 ((-1304))) (-15 -3342 ((-663 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $)) (-15 -1365 ($ (-663 (-2 (|:| -3818 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))))))) (-15 -1368 ($ (-2 (|:| -3818 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))))) (-15 -2346 ((-3 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))) "failed") (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (T -825))
-((-2346 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))) (-5 *1 (-825)))) (-1368 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -3818 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))))) (-5 *1 (-825)))) (-1365 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -3818 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))))) (-5 *1 (-825)))) (-3342 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-5 *1 (-825)))) (-3767 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-825)))) (-2744 (*1 *1) (-5 *1 (-825))))
-(-10 -8 (-15 -2744 ($)) (-15 -3767 ((-1304))) (-15 -3342 ((-663 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $)) (-15 -1365 ($ (-663 (-2 (|:| -3818 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))))))) (-15 -1368 ($ (-2 (|:| -3818 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -2660 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))))) (-15 -2346 ((-3 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))) "failed") (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))
-((-2323 ((|#2| |#2| (-1208)) 17 T ELT)) (-4210 ((|#2| |#2| (-1208)) 56 T ELT)) (-2018 (((-1 |#2| |#2|) (-1208)) 11 T ELT)))
-(((-826 |#1| |#2|) (-10 -7 (-15 -2323 (|#2| |#2| (-1208))) (-15 -4210 (|#2| |#2| (-1208))) (-15 -2018 ((-1 |#2| |#2|) (-1208)))) (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1234) (-989))) (T -826))
-((-2018 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-1 *5 *5)) (-5 *1 (-826 *4 *5)) (-4 *5 (-13 (-29 *4) (-1234) (-989))))) (-4210 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *1 (-826 *4 *2)) (-4 *2 (-13 (-29 *4) (-1234) (-989))))) (-2323 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *1 (-826 *4 *2)) (-4 *2 (-13 (-29 *4) (-1234) (-989))))))
-(-10 -7 (-15 -2323 (|#2| |#2| (-1208))) (-15 -4210 (|#2| |#2| (-1208))) (-15 -2018 ((-1 |#2| |#2|) (-1208))))
-((-3824 (((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391) (-391)) 128 T ELT) (((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391)) 129 T ELT) (((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-663 (-391)) (-391)) 131 T ELT) (((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-391)) 133 T ELT) (((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-391)) 134 T ELT) (((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391))) 136 T ELT) (((-1066) (-830) (-1094)) 120 T ELT) (((-1066) (-830)) 121 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-830) (-1094)) 80 T ELT) (((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-830)) 82 T ELT)))
-(((-827) (-10 -7 (-15 -3824 ((-1066) (-830))) (-15 -3824 ((-1066) (-830) (-1094))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-391))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-391))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-663 (-391)) (-391))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391) (-391))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-830))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-830) (-1094))))) (T -827))
-((-4102 (*1 *2 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-1094)) (-5 *2 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))))) (-5 *1 (-827)))) (-4102 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))))) (-5 *1 (-827)))) (-3824 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1298 (-326 *4))) (-5 *5 (-663 (-391))) (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1066)) (-5 *1 (-827)))) (-3824 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1298 (-326 *4))) (-5 *5 (-663 (-391))) (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1066)) (-5 *1 (-827)))) (-3824 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1298 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4)) (-5 *2 (-1066)) (-5 *1 (-827)))) (-3824 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1298 (-326 *4))) (-5 *5 (-663 (-391))) (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1066)) (-5 *1 (-827)))) (-3824 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1298 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4)) (-5 *2 (-1066)) (-5 *1 (-827)))) (-3824 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1298 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4)) (-5 *2 (-1066)) (-5 *1 (-827)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-1094)) (-5 *2 (-1066)) (-5 *1 (-827)))) (-3824 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1066)) (-5 *1 (-827)))))
-(-10 -7 (-15 -3824 ((-1066) (-830))) (-15 -3824 ((-1066) (-830) (-1094))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-391))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-391))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-663 (-391)) (-391))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391))) (-15 -3824 ((-1066) (-1298 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391) (-391))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-830))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-830) (-1094))))
-((-2796 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1868 (-663 |#4|))) (-677 |#4|) |#4|) 33 T ELT)))
-(((-828 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2796 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1868 (-663 |#4|))) (-677 |#4|) |#4|))) (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -828))
-((-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-677 *4)) (-4 *4 (-355 *5 *6 *7)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4)))) (-5 *1 (-828 *5 *6 *7 *4)))))
-(-10 -7 (-15 -2796 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1868 (-663 |#4|))) (-677 |#4|) |#4|)))
-((-2788 (((-2 (|:| -1837 |#3|) (|:| |rh| (-663 (-421 |#2|)))) |#4| (-663 (-421 |#2|))) 53 T ELT)) (-3010 (((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#4| |#2|) 62 T ELT) (((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#4|) 61 T ELT) (((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#3| |#2|) 20 T ELT) (((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#3|) 21 T ELT)) (-3045 ((|#2| |#4| |#1|) 63 T ELT) ((|#2| |#3| |#1|) 28 T ELT)) (-2812 ((|#2| |#3| (-663 (-421 |#2|))) 109 T ELT) (((-3 |#2| "failed") |#3| (-421 |#2|)) 105 T ELT)))
-(((-829 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2812 ((-3 |#2| "failed") |#3| (-421 |#2|))) (-15 -2812 (|#2| |#3| (-663 (-421 |#2|)))) (-15 -3010 ((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#3|)) (-15 -3010 ((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#3| |#2|)) (-15 -3045 (|#2| |#3| |#1|)) (-15 -3010 ((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#4|)) (-15 -3010 ((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#4| |#2|)) (-15 -3045 (|#2| |#4| |#1|)) (-15 -2788 ((-2 (|:| -1837 |#3|) (|:| |rh| (-663 (-421 |#2|)))) |#4| (-663 (-421 |#2|))))) (-13 (-376) (-149) (-1069 (-421 (-560)))) (-1274 |#1|) (-680 |#2|) (-680 (-421 |#2|))) (T -829))
-((-2788 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5)) (-5 *2 (-2 (|:| -1837 *7) (|:| |rh| (-663 (-421 *6))))) (-5 *1 (-829 *5 *6 *7 *3)) (-5 *4 (-663 (-421 *6))) (-4 *7 (-680 *6)) (-4 *3 (-680 (-421 *6))))) (-3045 (*1 *2 *3 *4) (-12 (-4 *2 (-1274 *4)) (-5 *1 (-829 *4 *2 *5 *3)) (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *5 (-680 *2)) (-4 *3 (-680 (-421 *2))))) (-3010 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *4 (-1274 *5)) (-5 *2 (-663 (-2 (|:| -2188 *4) (|:| -1667 *4)))) (-5 *1 (-829 *5 *4 *6 *3)) (-4 *6 (-680 *4)) (-4 *3 (-680 (-421 *4))))) (-3010 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *5 (-1274 *4)) (-5 *2 (-663 (-2 (|:| -2188 *5) (|:| -1667 *5)))) (-5 *1 (-829 *4 *5 *6 *3)) (-4 *6 (-680 *5)) (-4 *3 (-680 (-421 *5))))) (-3045 (*1 *2 *3 *4) (-12 (-4 *2 (-1274 *4)) (-5 *1 (-829 *4 *2 *3 *5)) (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *3 (-680 *2)) (-4 *5 (-680 (-421 *2))))) (-3010 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *4 (-1274 *5)) (-5 *2 (-663 (-2 (|:| -2188 *4) (|:| -1667 *4)))) (-5 *1 (-829 *5 *4 *3 *6)) (-4 *3 (-680 *4)) (-4 *6 (-680 (-421 *4))))) (-3010 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *5 (-1274 *4)) (-5 *2 (-663 (-2 (|:| -2188 *5) (|:| -1667 *5)))) (-5 *1 (-829 *4 *5 *3 *6)) (-4 *3 (-680 *5)) (-4 *6 (-680 (-421 *5))))) (-2812 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-421 *2))) (-4 *2 (-1274 *5)) (-5 *1 (-829 *5 *2 *3 *6)) (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *3 (-680 *2)) (-4 *6 (-680 (-421 *2))))) (-2812 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-421 *2)) (-4 *2 (-1274 *5)) (-5 *1 (-829 *5 *2 *3 *6)) (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *3 (-680 *2)) (-4 *6 (-680 *4)))))
-(-10 -7 (-15 -2812 ((-3 |#2| "failed") |#3| (-421 |#2|))) (-15 -2812 (|#2| |#3| (-663 (-421 |#2|)))) (-15 -3010 ((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#3|)) (-15 -3010 ((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#3| |#2|)) (-15 -3045 (|#2| |#3| |#1|)) (-15 -3010 ((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#4|)) (-15 -3010 ((-663 (-2 (|:| -2188 |#2|) (|:| -1667 |#2|))) |#4| |#2|)) (-15 -3045 (|#2| |#4| |#1|)) (-15 -2788 ((-2 (|:| -1837 |#3|) (|:| |rh| (-663 (-421 |#2|)))) |#4| (-663 (-421 |#2|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3056 (((-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) $) 13 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 15 T ELT) (($ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-830) (-13 (-1132) (-10 -8 (-15 -2539 ($ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3056 ((-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) $))))) (T -830))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *1 (-830)))) (-3056 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *1 (-830)))))
-(-13 (-1132) (-10 -8 (-15 -2539 ($ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -3056 ((-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) $))))
-((-2592 (((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1837 |#3|))) |#3| (-1 (-663 |#2|) |#2| (-1202 |#2|)) (-1 (-419 |#2|) |#2|)) 155 T ELT)) (-3070 (((-663 (-2 (|:| |poly| |#2|) (|:| -1837 |#3|))) |#3| (-1 (-663 |#1|) |#2|)) 52 T ELT)) (-1959 (((-663 (-2 (|:| |deg| (-793)) (|:| -1837 |#2|))) |#3|) 123 T ELT)) (-4375 ((|#2| |#3|) 42 T ELT)) (-3717 (((-663 (-2 (|:| -3721 |#1|) (|:| -1837 |#3|))) |#3| (-1 (-663 |#1|) |#2|)) 100 T ELT)) (-3485 ((|#3| |#3| (-421 |#2|)) 71 T ELT) ((|#3| |#3| |#2|) 97 T ELT)))
-(((-831 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4375 (|#2| |#3|)) (-15 -1959 ((-663 (-2 (|:| |deg| (-793)) (|:| -1837 |#2|))) |#3|)) (-15 -3717 ((-663 (-2 (|:| -3721 |#1|) (|:| -1837 |#3|))) |#3| (-1 (-663 |#1|) |#2|))) (-15 -3070 ((-663 (-2 (|:| |poly| |#2|) (|:| -1837 |#3|))) |#3| (-1 (-663 |#1|) |#2|))) (-15 -2592 ((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1837 |#3|))) |#3| (-1 (-663 |#2|) |#2| (-1202 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -3485 (|#3| |#3| |#2|)) (-15 -3485 (|#3| |#3| (-421 |#2|)))) (-13 (-376) (-149) (-1069 (-421 (-560)))) (-1274 |#1|) (-680 |#2|) (-680 (-421 |#2|))) (T -831))
-((-3485 (*1 *2 *2 *3) (-12 (-5 *3 (-421 *5)) (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *5 (-1274 *4)) (-5 *1 (-831 *4 *5 *2 *6)) (-4 *2 (-680 *5)) (-4 *6 (-680 *3)))) (-3485 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *3 (-1274 *4)) (-5 *1 (-831 *4 *3 *2 *5)) (-4 *2 (-680 *3)) (-4 *5 (-680 (-421 *3))))) (-2592 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-663 *7) *7 (-1202 *7))) (-5 *5 (-1 (-419 *7) *7)) (-4 *7 (-1274 *6)) (-4 *6 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-5 *2 (-663 (-2 (|:| |frac| (-421 *7)) (|:| -1837 *3)))) (-5 *1 (-831 *6 *7 *3 *8)) (-4 *3 (-680 *7)) (-4 *8 (-680 (-421 *7))))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5)) (-5 *2 (-663 (-2 (|:| |poly| *6) (|:| -1837 *3)))) (-5 *1 (-831 *5 *6 *3 *7)) (-4 *3 (-680 *6)) (-4 *7 (-680 (-421 *6))))) (-3717 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5)) (-5 *2 (-663 (-2 (|:| -3721 *5) (|:| -1837 *3)))) (-5 *1 (-831 *5 *6 *3 *7)) (-4 *3 (-680 *6)) (-4 *7 (-680 (-421 *6))))) (-1959 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *5 (-1274 *4)) (-5 *2 (-663 (-2 (|:| |deg| (-793)) (|:| -1837 *5)))) (-5 *1 (-831 *4 *5 *3 *6)) (-4 *3 (-680 *5)) (-4 *6 (-680 (-421 *5))))) (-4375 (*1 *2 *3) (-12 (-4 *2 (-1274 *4)) (-5 *1 (-831 *4 *2 *3 *5)) (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *3 (-680 *2)) (-4 *5 (-680 (-421 *2))))))
-(-10 -7 (-15 -4375 (|#2| |#3|)) (-15 -1959 ((-663 (-2 (|:| |deg| (-793)) (|:| -1837 |#2|))) |#3|)) (-15 -3717 ((-663 (-2 (|:| -3721 |#1|) (|:| -1837 |#3|))) |#3| (-1 (-663 |#1|) |#2|))) (-15 -3070 ((-663 (-2 (|:| |poly| |#2|) (|:| -1837 |#3|))) |#3| (-1 (-663 |#1|) |#2|))) (-15 -2592 ((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1837 |#3|))) |#3| (-1 (-663 |#2|) |#2| (-1202 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -3485 (|#3| |#3| |#2|)) (-15 -3485 (|#3| |#3| (-421 |#2|))))
-((-2741 (((-2 (|:| -1868 (-663 (-421 |#2|))) (|:| -1469 (-711 |#1|))) (-678 |#2| (-421 |#2|)) (-663 (-421 |#2|))) 146 T ELT) (((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -1868 (-663 (-421 |#2|)))) (-678 |#2| (-421 |#2|)) (-421 |#2|)) 145 T ELT) (((-2 (|:| -1868 (-663 (-421 |#2|))) (|:| -1469 (-711 |#1|))) (-677 (-421 |#2|)) (-663 (-421 |#2|))) 140 T ELT) (((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -1868 (-663 (-421 |#2|)))) (-677 (-421 |#2|)) (-421 |#2|)) 138 T ELT)) (-2757 ((|#2| (-678 |#2| (-421 |#2|))) 87 T ELT) ((|#2| (-677 (-421 |#2|))) 90 T ELT)))
-(((-832 |#1| |#2|) (-10 -7 (-15 -2741 ((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -1868 (-663 (-421 |#2|)))) (-677 (-421 |#2|)) (-421 |#2|))) (-15 -2741 ((-2 (|:| -1868 (-663 (-421 |#2|))) (|:| -1469 (-711 |#1|))) (-677 (-421 |#2|)) (-663 (-421 |#2|)))) (-15 -2741 ((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -1868 (-663 (-421 |#2|)))) (-678 |#2| (-421 |#2|)) (-421 |#2|))) (-15 -2741 ((-2 (|:| -1868 (-663 (-421 |#2|))) (|:| -1469 (-711 |#1|))) (-678 |#2| (-421 |#2|)) (-663 (-421 |#2|)))) (-15 -2757 (|#2| (-677 (-421 |#2|)))) (-15 -2757 (|#2| (-678 |#2| (-421 |#2|))))) (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))) (-1274 |#1|)) (T -832))
-((-2757 (*1 *2 *3) (-12 (-5 *3 (-678 *2 (-421 *2))) (-4 *2 (-1274 *4)) (-5 *1 (-832 *4 *2)) (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))))) (-2757 (*1 *2 *3) (-12 (-5 *3 (-677 (-421 *2))) (-4 *2 (-1274 *4)) (-5 *1 (-832 *4 *2)) (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))))) (-2741 (*1 *2 *3 *4) (-12 (-5 *3 (-678 *6 (-421 *6))) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-2 (|:| -1868 (-663 (-421 *6))) (|:| -1469 (-711 *5)))) (-5 *1 (-832 *5 *6)) (-5 *4 (-663 (-421 *6))))) (-2741 (*1 *2 *3 *4) (-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-421 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4)))) (-5 *1 (-832 *5 *6)))) (-2741 (*1 *2 *3 *4) (-12 (-5 *3 (-677 (-421 *6))) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-2 (|:| -1868 (-663 (-421 *6))) (|:| -1469 (-711 *5)))) (-5 *1 (-832 *5 *6)) (-5 *4 (-663 (-421 *6))))) (-2741 (*1 *2 *3 *4) (-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-421 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4)))) (-5 *1 (-832 *5 *6)))))
-(-10 -7 (-15 -2741 ((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -1868 (-663 (-421 |#2|)))) (-677 (-421 |#2|)) (-421 |#2|))) (-15 -2741 ((-2 (|:| -1868 (-663 (-421 |#2|))) (|:| -1469 (-711 |#1|))) (-677 (-421 |#2|)) (-663 (-421 |#2|)))) (-15 -2741 ((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -1868 (-663 (-421 |#2|)))) (-678 |#2| (-421 |#2|)) (-421 |#2|))) (-15 -2741 ((-2 (|:| -1868 (-663 (-421 |#2|))) (|:| -1469 (-711 |#1|))) (-678 |#2| (-421 |#2|)) (-663 (-421 |#2|)))) (-15 -2757 (|#2| (-677 (-421 |#2|)))) (-15 -2757 (|#2| (-678 |#2| (-421 |#2|)))))
-((-3803 (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#1|))) |#5| |#4|) 49 T ELT)))
-(((-833 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3803 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#1|))) |#5| |#4|))) (-376) (-680 |#1|) (-1274 |#1|) (-746 |#1| |#3|) (-680 |#4|)) (T -833))
-((-3803 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *7 (-1274 *5)) (-4 *4 (-746 *5 *7)) (-5 *2 (-2 (|:| -1469 (-711 *6)) (|:| |vec| (-1298 *5)))) (-5 *1 (-833 *5 *6 *7 *4 *3)) (-4 *6 (-680 *5)) (-4 *3 (-680 *4)))))
-(-10 -7 (-15 -3803 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#1|))) |#5| |#4|)))
-((-2592 (((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1837 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|)) 47 T ELT)) (-3777 (((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|)) 167 (|has| |#1| (-27)) ELT) (((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|))) 164 (|has| |#1| (-27)) ELT) (((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-419 |#2|) |#2|)) 168 (|has| |#1| (-27)) ELT) (((-663 (-421 |#2|)) (-677 (-421 |#2|))) 166 (|has| |#1| (-27)) ELT) (((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|)) 38 T ELT) (((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|)) 39 T ELT) (((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|)) 36 T ELT) (((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|)) 37 T ELT)) (-3070 (((-663 (-2 (|:| |poly| |#2|) (|:| -1837 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|)) 96 T ELT)))
-(((-834 |#1| |#2|) (-10 -7 (-15 -3777 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (-15 -3777 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|))) (-15 -3777 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (-15 -3777 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|))) (-15 -2592 ((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1837 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -3070 ((-663 (-2 (|:| |poly| |#2|) (|:| -1837 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3777 ((-663 (-421 |#2|)) (-677 (-421 |#2|)))) (-15 -3777 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -3777 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)))) (-15 -3777 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|)))) |%noBranch|)) (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))) (-1274 |#1|)) (T -834))
-((-3777 (*1 *2 *3 *4) (-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1274 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-663 (-421 *6))) (-5 *1 (-834 *5 *6)))) (-3777 (*1 *2 *3) (-12 (-5 *3 (-678 *5 (-421 *5))) (-4 *5 (-1274 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-663 (-421 *5))) (-5 *1 (-834 *4 *5)))) (-3777 (*1 *2 *3 *4) (-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1274 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-663 (-421 *6))) (-5 *1 (-834 *5 *6)))) (-3777 (*1 *2 *3) (-12 (-5 *3 (-677 (-421 *5))) (-4 *5 (-1274 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-663 (-421 *5))) (-5 *1 (-834 *4 *5)))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5)) (-5 *2 (-663 (-2 (|:| |poly| *6) (|:| -1837 (-678 *6 (-421 *6)))))) (-5 *1 (-834 *5 *6)) (-5 *3 (-678 *6 (-421 *6))))) (-2592 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-5 *2 (-663 (-2 (|:| |frac| (-421 *6)) (|:| -1837 (-678 *6 (-421 *6)))))) (-5 *1 (-834 *5 *6)) (-5 *3 (-678 *6 (-421 *6))))) (-3777 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-678 *7 (-421 *7))) (-5 *4 (-1 (-663 *6) *7)) (-5 *5 (-1 (-419 *7) *7)) (-4 *6 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *7 (-1274 *6)) (-5 *2 (-663 (-421 *7))) (-5 *1 (-834 *6 *7)))) (-3777 (*1 *2 *3 *4) (-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5)) (-5 *2 (-663 (-421 *6))) (-5 *1 (-834 *5 *6)))) (-3777 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-677 (-421 *7))) (-5 *4 (-1 (-663 *6) *7)) (-5 *5 (-1 (-419 *7) *7)) (-4 *6 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *7 (-1274 *6)) (-5 *2 (-663 (-421 *7))) (-5 *1 (-834 *6 *7)))) (-3777 (*1 *2 *3 *4) (-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5)) (-5 *2 (-663 (-421 *6))) (-5 *1 (-834 *5 *6)))))
-(-10 -7 (-15 -3777 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (-15 -3777 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|))) (-15 -3777 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (-15 -3777 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|))) (-15 -2592 ((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1837 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -3070 ((-663 (-2 (|:| |poly| |#2|) (|:| -1837 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3777 ((-663 (-421 |#2|)) (-677 (-421 |#2|)))) (-15 -3777 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -3777 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)))) (-15 -3777 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|)))) |%noBranch|))
-((-2177 (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#1|))) (-711 |#2|) (-1298 |#1|)) 110 T ELT) (((-2 (|:| A (-711 |#1|)) (|:| |eqs| (-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1298 |#1|)) (|:| -1837 |#2|) (|:| |rh| |#1|))))) (-711 |#1|) (-1298 |#1|)) 15 T ELT)) (-3125 (((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-711 |#2|) (-1298 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1868 (-663 |#1|))) |#2| |#1|)) 116 T ELT)) (-3824 (((-3 (-2 (|:| |particular| (-1298 |#1|)) (|:| -1868 (-711 |#1|))) "failed") (-711 |#1|) (-1298 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1868 (-663 |#1|))) "failed") |#2| |#1|)) 54 T ELT)))
-(((-835 |#1| |#2|) (-10 -7 (-15 -2177 ((-2 (|:| A (-711 |#1|)) (|:| |eqs| (-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1298 |#1|)) (|:| -1837 |#2|) (|:| |rh| |#1|))))) (-711 |#1|) (-1298 |#1|))) (-15 -2177 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#1|))) (-711 |#2|) (-1298 |#1|))) (-15 -3824 ((-3 (-2 (|:| |particular| (-1298 |#1|)) (|:| -1868 (-711 |#1|))) "failed") (-711 |#1|) (-1298 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1868 (-663 |#1|))) "failed") |#2| |#1|))) (-15 -3125 ((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-711 |#2|) (-1298 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1868 (-663 |#1|))) |#2| |#1|)))) (-376) (-680 |#1|)) (T -835))
-((-3125 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -1868 (-663 *6))) *7 *6)) (-4 *6 (-376)) (-4 *7 (-680 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1298 *6) "failed")) (|:| -1868 (-663 (-1298 *6))))) (-5 *1 (-835 *6 *7)) (-5 *4 (-1298 *6)))) (-3824 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -1868 (-663 *6))) "failed") *7 *6)) (-4 *6 (-376)) (-4 *7 (-680 *6)) (-5 *2 (-2 (|:| |particular| (-1298 *6)) (|:| -1868 (-711 *6)))) (-5 *1 (-835 *6 *7)) (-5 *3 (-711 *6)) (-5 *4 (-1298 *6)))) (-2177 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-680 *5)) (-5 *2 (-2 (|:| -1469 (-711 *6)) (|:| |vec| (-1298 *5)))) (-5 *1 (-835 *5 *6)) (-5 *3 (-711 *6)) (-5 *4 (-1298 *5)))) (-2177 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-5 *2 (-2 (|:| A (-711 *5)) (|:| |eqs| (-663 (-2 (|:| C (-711 *5)) (|:| |g| (-1298 *5)) (|:| -1837 *6) (|:| |rh| *5)))))) (-5 *1 (-835 *5 *6)) (-5 *3 (-711 *5)) (-5 *4 (-1298 *5)) (-4 *6 (-680 *5)))))
-(-10 -7 (-15 -2177 ((-2 (|:| A (-711 |#1|)) (|:| |eqs| (-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1298 |#1|)) (|:| -1837 |#2|) (|:| |rh| |#1|))))) (-711 |#1|) (-1298 |#1|))) (-15 -2177 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#1|))) (-711 |#2|) (-1298 |#1|))) (-15 -3824 ((-3 (-2 (|:| |particular| (-1298 |#1|)) (|:| -1868 (-711 |#1|))) "failed") (-711 |#1|) (-1298 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1868 (-663 |#1|))) "failed") |#2| |#1|))) (-15 -3125 ((-2 (|:| |particular| (-3 (-1298 |#1|) "failed")) (|:| -1868 (-663 (-1298 |#1|)))) (-711 |#2|) (-1298 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1868 (-663 |#1|))) |#2| |#1|))))
-((-4157 (((-711 |#1|) (-663 |#1|) (-793)) 14 T ELT) (((-711 |#1|) (-663 |#1|)) 15 T ELT)) (-3498 (((-3 (-1298 |#1|) "failed") |#2| |#1| (-663 |#1|)) 39 T ELT)) (-2396 (((-3 |#1| "failed") |#2| |#1| (-663 |#1|) (-1 |#1| |#1|)) 46 T ELT)))
-(((-836 |#1| |#2|) (-10 -7 (-15 -4157 ((-711 |#1|) (-663 |#1|))) (-15 -4157 ((-711 |#1|) (-663 |#1|) (-793))) (-15 -3498 ((-3 (-1298 |#1|) "failed") |#2| |#1| (-663 |#1|))) (-15 -2396 ((-3 |#1| "failed") |#2| |#1| (-663 |#1|) (-1 |#1| |#1|)))) (-376) (-680 |#1|)) (T -836))
-((-2396 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-663 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-376)) (-5 *1 (-836 *2 *3)) (-4 *3 (-680 *2)))) (-3498 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-663 *4)) (-4 *4 (-376)) (-5 *2 (-1298 *4)) (-5 *1 (-836 *4 *3)) (-4 *3 (-680 *4)))) (-4157 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-793)) (-4 *5 (-376)) (-5 *2 (-711 *5)) (-5 *1 (-836 *5 *6)) (-4 *6 (-680 *5)))) (-4157 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-376)) (-5 *2 (-711 *4)) (-5 *1 (-836 *4 *5)) (-4 *5 (-680 *4)))))
-(-10 -7 (-15 -4157 ((-711 |#1|) (-663 |#1|))) (-15 -4157 ((-711 |#1|) (-663 |#1|) (-793))) (-15 -3498 ((-3 (-1298 |#1|) "failed") |#2| |#1| (-663 |#1|))) (-15 -2396 ((-3 |#1| "failed") |#2| |#1| (-663 |#1|) (-1 |#1| |#1|))))
-((-2294 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3626 (((-114) $) NIL (|has| |#2| (-23)) ELT)) (-2373 (($ (-948)) NIL (|has| |#2| (-1080)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2180 (($ $ $) NIL (|has| |#2| (-815)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL (|has| |#2| (-133)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#2| (-381)) ELT)) (-2696 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1132)) ELT)) (-3056 (((-560) $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) ((|#2| $) NIL (|has| |#2| (-1132)) ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL (|has| |#2| (-1080)) ELT) (((-711 |#2|) (-711 $)) NIL (|has| |#2| (-1080)) ELT)) (-4310 (((-3 $ "failed") $) NIL (|has| |#2| (-1080)) ELT)) (-3362 (($) NIL (|has| |#2| (-381)) ELT)) (-3472 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ (-560)) NIL T ELT)) (-1559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) NIL (|has| |#2| (-1080)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#2| (-871)) ELT)) (-2559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#2| (-871)) ELT)) (-3459 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#2| (-381)) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL (|has| |#2| (-1080)) ELT) (((-711 |#2|) (-1298 $)) NIL (|has| |#2| (-1080)) ELT)) (-3049 (((-1190) $) NIL (|has| |#2| (-1132)) ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3998 (($ (-948)) NIL (|has| |#2| (-381)) ELT)) (-3139 (((-1151) $) NIL (|has| |#2| (-1132)) ELT)) (-3794 ((|#2| $) NIL (|has| (-560) (-871)) ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-560)) NIL T ELT)) (-3491 ((|#2| $ $) NIL (|has| |#2| (-1080)) ELT)) (-3441 (($ (-1298 |#2|)) NIL T ELT)) (-2328 (((-136)) NIL (|has| |#2| (-376)) ELT)) (-2457 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1080)) ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-1298 |#2|) $) NIL T ELT) (($ (-560)) NIL (-2191 (-12 (|has| |#2| (-1069 (-560))) (|has| |#2| (-1132))) (|has| |#2| (-1080))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#2| (-1069 (-421 (-560)))) (|has| |#2| (-1132))) ELT) (($ |#2|) NIL (|has| |#2| (-1132)) ELT) (((-887) $) NIL (|has| |#2| (-632 (-887))) ELT)) (-3418 (((-793)) NIL (|has| |#2| (-1080)) CONST)) (-3860 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1427 (($) NIL (|has| |#2| (-23)) CONST)) (-1439 (($) NIL (|has| |#2| (-1080)) CONST)) (-4324 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#2| (-929 (-1208))) (|has| |#2| (-1080))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1080)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2349 (((-114) $ $) 11 (|has| |#2| (-871)) ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-2413 (($ $ $) NIL (|has| |#2| (-25)) ELT)) (** (($ $ (-793)) NIL (|has| |#2| (-1080)) ELT) (($ $ (-948)) NIL (|has| |#2| (-1080)) ELT)) (* (($ $ $) NIL (|has| |#2| (-1080)) ELT) (($ $ |#2|) NIL (|has| |#2| (-748)) ELT) (($ |#2| $) NIL (|has| |#2| (-748)) ELT) (($ (-560) $) NIL (|has| |#2| (-21)) ELT) (($ (-793) $) NIL (|has| |#2| (-23)) ELT) (($ (-948) $) NIL (|has| |#2| (-25)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-837 |#1| |#2| |#3|) (-245 |#1| |#2|) (-793) (-815) (-1 (-114) (-1298 |#2|) (-1298 |#2|))) (T -837))
+((-1366 (*1 *2 *1) (-12 (-4 *1 (-816)) (-5 *2 (-114)))))
+(-13 (-818) (-23) (-10 -8 (-15 -1366 ((-114) $))))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-888)) . T) ((-818) . T) ((-872) . T) ((-875) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 31 T ELT)) (-3429 (($ $ $) 35 T ELT)) (-1469 (((-3 $ "failed") $ $) 34 T ELT)) (-4489 (($) 30 T CONST)) (-1366 (((-114) $) 28 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 29 T CONST)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (-2571 (($ $ $) 25 T ELT)) (* (($ (-949) $) 26 T ELT) (($ (-793) $) 32 T ELT)))
+(((-817) (-142)) (T -817))
+((-3429 (*1 *1 *1 *1) (-4 *1 (-817))))
+(-13 (-821) (-10 -8 (-15 -3429 ($ $ $))))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-816) . T) ((-818) . T) ((-821) . T) ((-872) . T) ((-875) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (-2571 (($ $ $) 25 T ELT)) (* (($ (-949) $) 26 T ELT)))
+(((-818) (-142)) (T -818))
+NIL
+(-13 (-872) (-25))
+(((-25) . T) ((-102) . T) ((-632 (-888)) . T) ((-872) . T) ((-875) . T) ((-1133) . T) ((-1249) . T))
+((-3136 (((-114) $) 42 T ELT)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 45 T ELT)) (-4072 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#2| $) 43 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 78 T ELT)) (-2639 (((-114) $) 72 T ELT)) (-2799 (((-421 (-560)) $) 76 T ELT)) (-2480 ((|#2| $) 26 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 23 T ELT)) (-4260 (($ $) 58 T ELT)) (-1830 (((-549) $) 67 T ELT)) (-3933 (($ $) 21 T ELT)) (-3834 (((-888) $) 53 T ELT) (($ (-560)) 40 T ELT) (($ |#2|) 38 T ELT) (($ (-421 (-560))) NIL T ELT)) (-3103 (((-793)) 10 T ELT)) (-1958 ((|#2| $) 71 T ELT)) (-2478 (((-114) $ $) 30 T ELT)) (-2499 (((-114) $ $) 69 T ELT)) (-2581 (($ $) 32 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 31 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 36 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 33 T ELT)))
+(((-819 |#1| |#2|) (-10 -8 (-15 -2499 ((-114) |#1| |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -4260 (|#1| |#1|)) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -1958 (|#2| |#1|)) (-15 -2480 (|#2| |#1|)) (-15 -3933 (|#1| |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 * (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 -3136 ((-114) |#1|)) (-15 * (|#1| (-949) |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -2478 ((-114) |#1| |#1|))) (-820 |#2|) (-175)) (T -819))
+((-3103 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-819 *3 *4)) (-4 *3 (-820 *4)))))
+(-10 -8 (-15 -2499 ((-114) |#1| |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -4260 (|#1| |#1|)) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -1958 (|#2| |#1|)) (-15 -2480 (|#2| |#1|)) (-15 -3933 (|#1| |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 * (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 -3136 ((-114) |#1|)) (-15 * (|#1| (-949) |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -2478 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2233 (((-793)) 64 (|has| |#1| (-381)) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 106 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 103 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 100 T ELT)) (-4072 (((-560) $) 105 (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) 102 (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 101 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2577 ((|#1| $) 90 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 77 (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) 79 (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) 78 (|has| |#1| (-559)) ELT)) (-2150 (($) 67 (|has| |#1| (-381)) ELT)) (-3363 (((-114) $) 40 T ELT)) (-3839 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 81 T ELT)) (-2480 ((|#1| $) 82 T ELT)) (-1622 (($ $ $) 68 (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) 69 (|has| |#1| (-872)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 92 T ELT)) (-3862 (((-949) $) 66 (|has| |#1| (-381)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 76 (|has| |#1| (-376)) ELT)) (-2081 (($ (-949)) 65 (|has| |#1| (-381)) ELT)) (-3328 ((|#1| $) 87 T ELT)) (-3947 ((|#1| $) 88 T ELT)) (-1452 ((|#1| $) 89 T ELT)) (-3930 ((|#1| $) 83 T ELT)) (-1528 ((|#1| $) 84 T ELT)) (-3523 ((|#1| $) 85 T ELT)) (-2670 ((|#1| $) 86 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) 98 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 97 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 96 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 95 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) 94 (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) 93 (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-3034 (($ $ |#1|) 99 (|has| |#1| (-298 |#1| |#1|)) ELT)) (-1830 (((-549) $) 74 (|has| |#1| (-633 (-549))) ELT)) (-3933 (($ $) 91 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT) (($ (-421 (-560))) 104 (|has| |#1| (-1070 (-421 (-560)))) ELT)) (-1633 (((-713 $) $) 75 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-1958 ((|#1| $) 80 (|has| |#1| (-1092)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2537 (((-114) $ $) 70 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 72 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 71 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 73 (|has| |#1| (-872)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT)))
+(((-820 |#1|) (-142) (-175)) (T -820))
+((-3933 (*1 *1 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-2577 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-1452 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-3947 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-3328 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-2670 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-3523 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-1528 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-3930 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-2480 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-3839 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))) (-1958 (*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)) (-4 *2 (-1092)))) (-2639 (*1 *2 *1) (-12 (-4 *1 (-820 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114)))) (-2799 (*1 *2 *1) (-12 (-4 *1 (-820 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))) (-4356 (*1 *2 *1) (|partial| -12 (-4 *1 (-820 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))) (-4260 (*1 *1 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)) (-4 *2 (-376)))))
+(-13 (-38 |t#1|) (-426 |t#1|) (-351 |t#1|) (-10 -8 (-15 -3933 ($ $)) (-15 -2577 (|t#1| $)) (-15 -1452 (|t#1| $)) (-15 -3947 (|t#1| $)) (-15 -3328 (|t#1| $)) (-15 -2670 (|t#1| $)) (-15 -3523 (|t#1| $)) (-15 -1528 (|t#1| $)) (-15 -3930 (|t#1| $)) (-15 -2480 (|t#1| $)) (-15 -3839 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-381)) (-6 (-381)) |%noBranch|) (IF (|has| |t#1| (-872)) (-6 (-872)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-1092)) (-15 -1958 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-376)) (-15 -4260 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0=(-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-381) |has| |#1| (-381)) ((-351 |#1|) . T) ((-426 |#1|) . T) ((-528 (-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-748) . T) ((-872) |has| |#1| (-872)) ((-875) |has| |#1| (-872)) ((-1070 #0#) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 31 T ELT)) (-1469 (((-3 $ "failed") $ $) 34 T ELT)) (-4489 (($) 30 T CONST)) (-1366 (((-114) $) 28 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 29 T CONST)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (-2571 (($ $ $) 25 T ELT)) (* (($ (-949) $) 26 T ELT) (($ (-793) $) 32 T ELT)))
+(((-821) (-142)) (T -821))
+NIL
+(-13 (-816) (-133))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-816) . T) ((-818) . T) ((-872) . T) ((-875) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-1028 |#1|) "failed") $) 35 T ELT) (((-3 (-560) "failed") $) NIL (-2309 (|has| (-1028 |#1|) (-1070 (-560))) (|has| |#1| (-1070 (-560)))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-2309 (|has| (-1028 |#1|) (-1070 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-4072 ((|#1| $) NIL T ELT) (((-1028 |#1|) $) 33 T ELT) (((-560) $) NIL (-2309 (|has| (-1028 |#1|) (-1070 (-560))) (|has| |#1| (-1070 (-560)))) ELT) (((-421 (-560)) $) NIL (-2309 (|has| (-1028 |#1|) (-1070 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2577 ((|#1| $) 16 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) NIL (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) NIL (|has| |#1| (-559)) ELT)) (-2150 (($) NIL (|has| |#1| (-381)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3839 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28 T ELT) (($ (-1028 |#1|) (-1028 |#1|)) 29 T ELT)) (-2480 ((|#1| $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#1| (-381)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2081 (($ (-949)) NIL (|has| |#1| (-381)) ELT)) (-3328 ((|#1| $) 22 T ELT)) (-3947 ((|#1| $) 20 T ELT)) (-1452 ((|#1| $) 18 T ELT)) (-3930 ((|#1| $) 26 T ELT)) (-1528 ((|#1| $) 25 T ELT)) (-3523 ((|#1| $) 24 T ELT)) (-2670 ((|#1| $) 23 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-3034 (($ $ |#1|) NIL (|has| |#1| (-298 |#1| |#1|)) ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3933 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1028 |#1|)) 30 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| (-1028 |#1|) (-1070 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1958 ((|#1| $) NIL (|has| |#1| (-1092)) ELT)) (-2971 (($) 8 T CONST)) (-2983 (($) 12 T CONST)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 40 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-822 |#1|) (-13 (-820 |#1|) (-426 (-1028 |#1|)) (-10 -8 (-15 -3839 ($ (-1028 |#1|) (-1028 |#1|))))) (-175)) (T -822))
+((-3839 (*1 *1 *2 *2) (-12 (-5 *2 (-1028 *3)) (-4 *3 (-175)) (-5 *1 (-822 *3)))))
+(-13 (-820 |#1|) (-426 (-1028 |#1|)) (-10 -8 (-15 -3839 ($ (-1028 |#1|) (-1028 |#1|)))))
+((-1793 ((|#3| (-1 |#4| |#2|) |#1|) 20 T ELT)))
+(((-823 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#3| (-1 |#4| |#2|) |#1|))) (-820 |#2|) (-175) (-820 |#4|) (-175)) (T -823))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175)) (-4 *2 (-820 *6)) (-5 *1 (-823 *4 *5 *2 *6)) (-4 *4 (-820 *5)))))
+(-10 -7 (-15 -1793 (|#3| (-1 |#4| |#2|) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 18 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-4441 (((-1067) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 17 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-824) (-142)) (T -824))
+((-3039 (*1 *2 *3 *4) (-12 (-4 *1 (-824)) (-5 *3 (-1095)) (-5 *4 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)))))) (-4441 (*1 *2 *3) (-12 (-4 *1 (-824)) (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-1067)))))
+(-13 (-1133) (-10 -7 (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -4441 ((-1067) (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3079 (((-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#3| |#2| (-1209)) 19 T ELT)))
+(((-825 |#1| |#2| |#3|) (-10 -7 (-15 -3079 ((-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#3| |#2| (-1209)))) (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1235) (-990)) (-680 |#2|)) (T -825))
+((-3079 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1209)) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-4 *4 (-13 (-29 *6) (-1235) (-990))) (-5 *2 (-2 (|:| |particular| *4) (|:| -4222 (-663 *4)))) (-5 *1 (-825 *6 *4 *3)) (-4 *3 (-680 *4)))))
+(-10 -7 (-15 -3079 ((-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#3| |#2| (-1209))))
+((-3944 (((-3 |#2| "failed") |#2| (-115) (-305 |#2|) (-663 |#2|)) 28 T ELT) (((-3 |#2| "failed") (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|)) 29 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#2| "failed") |#2| (-115) (-1209)) 17 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#2| "failed") (-305 |#2|) (-115) (-1209)) 18 T ELT) (((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-663 |#2|) (-663 (-115)) (-1209)) 24 T ELT) (((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-663 (-305 |#2|)) (-663 (-115)) (-1209)) 26 T ELT) (((-3 (-663 (-1299 |#2|)) "failed") (-711 |#2|) (-1209)) 37 T ELT) (((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-711 |#2|) (-1299 |#2|) (-1209)) 35 T ELT)))
+(((-826 |#1| |#2|) (-10 -7 (-15 -3944 ((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-711 |#2|) (-1299 |#2|) (-1209))) (-15 -3944 ((-3 (-663 (-1299 |#2|)) "failed") (-711 |#2|) (-1209))) (-15 -3944 ((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-663 (-305 |#2|)) (-663 (-115)) (-1209))) (-15 -3944 ((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-663 |#2|) (-663 (-115)) (-1209))) (-15 -3944 ((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#2| "failed") (-305 |#2|) (-115) (-1209))) (-15 -3944 ((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#2| "failed") |#2| (-115) (-1209))) (-15 -3944 ((-3 |#2| "failed") (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|))) (-15 -3944 ((-3 |#2| "failed") |#2| (-115) (-305 |#2|) (-663 |#2|)))) (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1235) (-990))) (T -826))
+((-3944 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-115)) (-5 *4 (-305 *2)) (-5 *5 (-663 *2)) (-4 *2 (-13 (-29 *6) (-1235) (-990))) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *1 (-826 *6 *2)))) (-3944 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-305 *2)) (-5 *4 (-115)) (-5 *5 (-663 *2)) (-4 *2 (-13 (-29 *6) (-1235) (-990))) (-5 *1 (-826 *6 *2)) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))))) (-3944 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-115)) (-5 *5 (-1209)) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -4222 (-663 *3))) *3 "failed")) (-5 *1 (-826 *6 *3)) (-4 *3 (-13 (-29 *6) (-1235) (-990))))) (-3944 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-305 *7)) (-5 *4 (-115)) (-5 *5 (-1209)) (-4 *7 (-13 (-29 *6) (-1235) (-990))) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -4222 (-663 *7))) *7 "failed")) (-5 *1 (-826 *6 *7)))) (-3944 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-663 *7)) (-5 *4 (-663 (-115))) (-5 *5 (-1209)) (-4 *7 (-13 (-29 *6) (-1235) (-990))) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-2 (|:| |particular| (-1299 *7)) (|:| -4222 (-663 (-1299 *7))))) (-5 *1 (-826 *6 *7)))) (-3944 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-663 (-305 *7))) (-5 *4 (-663 (-115))) (-5 *5 (-1209)) (-4 *7 (-13 (-29 *6) (-1235) (-990))) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-2 (|:| |particular| (-1299 *7)) (|:| -4222 (-663 (-1299 *7))))) (-5 *1 (-826 *6 *7)))) (-3944 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-711 *6)) (-5 *4 (-1209)) (-4 *6 (-13 (-29 *5) (-1235) (-990))) (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-1299 *6))) (-5 *1 (-826 *5 *6)))) (-3944 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-711 *7)) (-5 *5 (-1209)) (-4 *7 (-13 (-29 *6) (-1235) (-990))) (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-2 (|:| |particular| (-1299 *7)) (|:| -4222 (-663 (-1299 *7))))) (-5 *1 (-826 *6 *7)) (-5 *4 (-1299 *7)))))
+(-10 -7 (-15 -3944 ((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-711 |#2|) (-1299 |#2|) (-1209))) (-15 -3944 ((-3 (-663 (-1299 |#2|)) "failed") (-711 |#2|) (-1209))) (-15 -3944 ((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-663 (-305 |#2|)) (-663 (-115)) (-1209))) (-15 -3944 ((-3 (-2 (|:| |particular| (-1299 |#2|)) (|:| -4222 (-663 (-1299 |#2|)))) "failed") (-663 |#2|) (-663 (-115)) (-1209))) (-15 -3944 ((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#2| "failed") (-305 |#2|) (-115) (-1209))) (-15 -3944 ((-3 (-2 (|:| |particular| |#2|) (|:| -4222 (-663 |#2|))) |#2| "failed") |#2| (-115) (-1209))) (-15 -3944 ((-3 |#2| "failed") (-305 |#2|) (-115) (-305 |#2|) (-663 |#2|))) (-15 -3944 ((-3 |#2| "failed") |#2| (-115) (-305 |#2|) (-663 |#2|))))
+((-1550 (($) 9 T ELT)) (-3239 (((-3 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))) "failed") (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 30 T ELT)) (-2791 (((-663 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $) 27 T ELT)) (-3549 (($ (-2 (|:| -1919 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))))) 24 T ELT)) (-2578 (($ (-663 (-2 (|:| -1919 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))))) 22 T ELT)) (-1429 (((-1305)) 11 T ELT)))
+(((-827) (-10 -8 (-15 -1550 ($)) (-15 -1429 ((-1305))) (-15 -2791 ((-663 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $)) (-15 -2578 ($ (-663 (-2 (|:| -1919 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))))))) (-15 -3549 ($ (-2 (|:| -1919 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))))) (-15 -3239 ((-3 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))) "failed") (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))) (T -827))
+((-3239 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *2 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))) (-5 *1 (-827)))) (-3549 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -1919 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))))) (-5 *1 (-827)))) (-2578 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -1919 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))))) (-5 *1 (-827)))) (-2791 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-5 *1 (-827)))) (-1429 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-827)))) (-1550 (*1 *1) (-5 *1 (-827))))
+(-10 -8 (-15 -1550 ($)) (-15 -1429 ((-1305))) (-15 -2791 ((-663 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) $)) (-15 -2578 ($ (-663 (-2 (|:| -1919 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391)))))))) (-15 -3549 ($ (-2 (|:| -1919 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (|:| -3529 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))))))) (-15 -3239 ((-3 (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391)) (|:| |expense| (-391)) (|:| |accuracy| (-391)) (|:| |intermediateResults| (-391))) "failed") (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))))
+((-4315 ((|#2| |#2| (-1209)) 17 T ELT)) (-2216 ((|#2| |#2| (-1209)) 56 T ELT)) (-4463 (((-1 |#2| |#2|) (-1209)) 11 T ELT)))
+(((-828 |#1| |#2|) (-10 -7 (-15 -4315 (|#2| |#2| (-1209))) (-15 -2216 (|#2| |#2| (-1209))) (-15 -4463 ((-1 |#2| |#2|) (-1209)))) (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)) (-13 (-29 |#1|) (-1235) (-990))) (T -828))
+((-4463 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-1 *5 *5)) (-5 *1 (-828 *4 *5)) (-4 *5 (-13 (-29 *4) (-1235) (-990))))) (-2216 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *1 (-828 *4 *2)) (-4 *2 (-13 (-29 *4) (-1235) (-990))))) (-4315 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *1 (-828 *4 *2)) (-4 *2 (-13 (-29 *4) (-1235) (-990))))))
+(-10 -7 (-15 -4315 (|#2| |#2| (-1209))) (-15 -2216 (|#2| |#2| (-1209))) (-15 -4463 ((-1 |#2| |#2|) (-1209))))
+((-3944 (((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391) (-391)) 128 T ELT) (((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391)) 129 T ELT) (((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-663 (-391)) (-391)) 131 T ELT) (((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-391)) 133 T ELT) (((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-391)) 134 T ELT) (((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391))) 136 T ELT) (((-1067) (-832) (-1095)) 120 T ELT) (((-1067) (-832)) 121 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-832) (-1095)) 80 T ELT) (((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-832)) 82 T ELT)))
+(((-829) (-10 -7 (-15 -3944 ((-1067) (-832))) (-15 -3944 ((-1067) (-832) (-1095))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-391))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-391))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-663 (-391)) (-391))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391) (-391))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-832))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-832) (-1095))))) (T -829))
+((-3039 (*1 *2 *3 *4) (-12 (-5 *3 (-832)) (-5 *4 (-1095)) (-5 *2 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))))) (-5 *1 (-829)))) (-3039 (*1 *2 *3) (-12 (-5 *3 (-832)) (-5 *2 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))))) (-5 *1 (-829)))) (-3944 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1299 (-326 *4))) (-5 *5 (-663 (-391))) (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1067)) (-5 *1 (-829)))) (-3944 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1299 (-326 *4))) (-5 *5 (-663 (-391))) (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1067)) (-5 *1 (-829)))) (-3944 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1299 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4)) (-5 *2 (-1067)) (-5 *1 (-829)))) (-3944 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1299 (-326 *4))) (-5 *5 (-663 (-391))) (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1067)) (-5 *1 (-829)))) (-3944 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1299 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4)) (-5 *2 (-1067)) (-5 *1 (-829)))) (-3944 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1299 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4)) (-5 *2 (-1067)) (-5 *1 (-829)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-832)) (-5 *4 (-1095)) (-5 *2 (-1067)) (-5 *1 (-829)))) (-3944 (*1 *2 *3) (-12 (-5 *3 (-832)) (-5 *2 (-1067)) (-5 *1 (-829)))))
+(-10 -7 (-15 -3944 ((-1067) (-832))) (-15 -3944 ((-1067) (-832) (-1095))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-391))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-391))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-663 (-391)) (-391))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391))) (-15 -3944 ((-1067) (-1299 (-326 (-391))) (-391) (-391) (-663 (-391)) (-326 (-391)) (-663 (-391)) (-391) (-391))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-832))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-832) (-1095))))
+((-3653 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4222 (-663 |#4|))) (-677 |#4|) |#4|) 33 T ELT)))
+(((-830 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3653 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4222 (-663 |#4|))) (-677 |#4|) |#4|))) (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|)) (T -830))
+((-3653 (*1 *2 *3 *4) (-12 (-5 *3 (-677 *4)) (-4 *4 (-355 *5 *6 *7)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4)))) (-5 *1 (-830 *5 *6 *7 *4)))))
+(-10 -7 (-15 -3653 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4222 (-663 |#4|))) (-677 |#4|) |#4|)))
+((-4179 (((-2 (|:| -1969 |#3|) (|:| |rh| (-663 (-421 |#2|)))) |#4| (-663 (-421 |#2|))) 53 T ELT)) (-2162 (((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#4| |#2|) 62 T ELT) (((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#4|) 61 T ELT) (((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#3| |#2|) 20 T ELT) (((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#3|) 21 T ELT)) (-3023 ((|#2| |#4| |#1|) 63 T ELT) ((|#2| |#3| |#1|) 28 T ELT)) (-1438 ((|#2| |#3| (-663 (-421 |#2|))) 109 T ELT) (((-3 |#2| "failed") |#3| (-421 |#2|)) 105 T ELT)))
+(((-831 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1438 ((-3 |#2| "failed") |#3| (-421 |#2|))) (-15 -1438 (|#2| |#3| (-663 (-421 |#2|)))) (-15 -2162 ((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#3|)) (-15 -2162 ((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#3| |#2|)) (-15 -3023 (|#2| |#3| |#1|)) (-15 -2162 ((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#4|)) (-15 -2162 ((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#4| |#2|)) (-15 -3023 (|#2| |#4| |#1|)) (-15 -4179 ((-2 (|:| -1969 |#3|) (|:| |rh| (-663 (-421 |#2|)))) |#4| (-663 (-421 |#2|))))) (-13 (-376) (-149) (-1070 (-421 (-560)))) (-1275 |#1|) (-680 |#2|) (-680 (-421 |#2|))) (T -831))
+((-4179 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5)) (-5 *2 (-2 (|:| -1969 *7) (|:| |rh| (-663 (-421 *6))))) (-5 *1 (-831 *5 *6 *7 *3)) (-5 *4 (-663 (-421 *6))) (-4 *7 (-680 *6)) (-4 *3 (-680 (-421 *6))))) (-3023 (*1 *2 *3 *4) (-12 (-4 *2 (-1275 *4)) (-5 *1 (-831 *4 *2 *5 *3)) (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *5 (-680 *2)) (-4 *3 (-680 (-421 *2))))) (-2162 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *4 (-1275 *5)) (-5 *2 (-663 (-2 (|:| -3236 *4) (|:| -2489 *4)))) (-5 *1 (-831 *5 *4 *6 *3)) (-4 *6 (-680 *4)) (-4 *3 (-680 (-421 *4))))) (-2162 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *5 (-1275 *4)) (-5 *2 (-663 (-2 (|:| -3236 *5) (|:| -2489 *5)))) (-5 *1 (-831 *4 *5 *6 *3)) (-4 *6 (-680 *5)) (-4 *3 (-680 (-421 *5))))) (-3023 (*1 *2 *3 *4) (-12 (-4 *2 (-1275 *4)) (-5 *1 (-831 *4 *2 *3 *5)) (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *3 (-680 *2)) (-4 *5 (-680 (-421 *2))))) (-2162 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *4 (-1275 *5)) (-5 *2 (-663 (-2 (|:| -3236 *4) (|:| -2489 *4)))) (-5 *1 (-831 *5 *4 *3 *6)) (-4 *3 (-680 *4)) (-4 *6 (-680 (-421 *4))))) (-2162 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *5 (-1275 *4)) (-5 *2 (-663 (-2 (|:| -3236 *5) (|:| -2489 *5)))) (-5 *1 (-831 *4 *5 *3 *6)) (-4 *3 (-680 *5)) (-4 *6 (-680 (-421 *5))))) (-1438 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-421 *2))) (-4 *2 (-1275 *5)) (-5 *1 (-831 *5 *2 *3 *6)) (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *3 (-680 *2)) (-4 *6 (-680 (-421 *2))))) (-1438 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-421 *2)) (-4 *2 (-1275 *5)) (-5 *1 (-831 *5 *2 *3 *6)) (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *3 (-680 *2)) (-4 *6 (-680 *4)))))
+(-10 -7 (-15 -1438 ((-3 |#2| "failed") |#3| (-421 |#2|))) (-15 -1438 (|#2| |#3| (-663 (-421 |#2|)))) (-15 -2162 ((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#3|)) (-15 -2162 ((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#3| |#2|)) (-15 -3023 (|#2| |#3| |#1|)) (-15 -2162 ((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#4|)) (-15 -2162 ((-663 (-2 (|:| -3236 |#2|) (|:| -2489 |#2|))) |#4| |#2|)) (-15 -3023 (|#2| |#4| |#1|)) (-15 -4179 ((-2 (|:| -1969 |#3|) (|:| |rh| (-663 (-421 |#2|)))) |#4| (-663 (-421 |#2|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4072 (((-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) $) 13 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 15 T ELT) (($ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-832) (-13 (-1133) (-10 -8 (-15 -3834 ($ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -4072 ((-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) $))))) (T -832))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *1 (-832)))) (-4072 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229)))) (-5 *1 (-832)))))
+(-13 (-1133) (-10 -8 (-15 -3834 ($ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))))) (-15 -4072 ((-2 (|:| |xinit| (-229)) (|:| |xend| (-229)) (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229))) (|:| |abserr| (-229)) (|:| |relerr| (-229))) $))))
+((-2836 (((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1969 |#3|))) |#3| (-1 (-663 |#2|) |#2| (-1203 |#2|)) (-1 (-419 |#2|) |#2|)) 155 T ELT)) (-3558 (((-663 (-2 (|:| |poly| |#2|) (|:| -1969 |#3|))) |#3| (-1 (-663 |#1|) |#2|)) 52 T ELT)) (-1462 (((-663 (-2 (|:| |deg| (-793)) (|:| -1969 |#2|))) |#3|) 123 T ELT)) (-1439 ((|#2| |#3|) 42 T ELT)) (-3277 (((-663 (-2 (|:| -2292 |#1|) (|:| -1969 |#3|))) |#3| (-1 (-663 |#1|) |#2|)) 100 T ELT)) (-1843 ((|#3| |#3| (-421 |#2|)) 71 T ELT) ((|#3| |#3| |#2|) 97 T ELT)))
+(((-833 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1439 (|#2| |#3|)) (-15 -1462 ((-663 (-2 (|:| |deg| (-793)) (|:| -1969 |#2|))) |#3|)) (-15 -3277 ((-663 (-2 (|:| -2292 |#1|) (|:| -1969 |#3|))) |#3| (-1 (-663 |#1|) |#2|))) (-15 -3558 ((-663 (-2 (|:| |poly| |#2|) (|:| -1969 |#3|))) |#3| (-1 (-663 |#1|) |#2|))) (-15 -2836 ((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1969 |#3|))) |#3| (-1 (-663 |#2|) |#2| (-1203 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -1843 (|#3| |#3| |#2|)) (-15 -1843 (|#3| |#3| (-421 |#2|)))) (-13 (-376) (-149) (-1070 (-421 (-560)))) (-1275 |#1|) (-680 |#2|) (-680 (-421 |#2|))) (T -833))
+((-1843 (*1 *2 *2 *3) (-12 (-5 *3 (-421 *5)) (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *5 (-1275 *4)) (-5 *1 (-833 *4 *5 *2 *6)) (-4 *2 (-680 *5)) (-4 *6 (-680 *3)))) (-1843 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *3 (-1275 *4)) (-5 *1 (-833 *4 *3 *2 *5)) (-4 *2 (-680 *3)) (-4 *5 (-680 (-421 *3))))) (-2836 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-663 *7) *7 (-1203 *7))) (-5 *5 (-1 (-419 *7) *7)) (-4 *7 (-1275 *6)) (-4 *6 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-5 *2 (-663 (-2 (|:| |frac| (-421 *7)) (|:| -1969 *3)))) (-5 *1 (-833 *6 *7 *3 *8)) (-4 *3 (-680 *7)) (-4 *8 (-680 (-421 *7))))) (-3558 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5)) (-5 *2 (-663 (-2 (|:| |poly| *6) (|:| -1969 *3)))) (-5 *1 (-833 *5 *6 *3 *7)) (-4 *3 (-680 *6)) (-4 *7 (-680 (-421 *6))))) (-3277 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5)) (-5 *2 (-663 (-2 (|:| -2292 *5) (|:| -1969 *3)))) (-5 *1 (-833 *5 *6 *3 *7)) (-4 *3 (-680 *6)) (-4 *7 (-680 (-421 *6))))) (-1462 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *5 (-1275 *4)) (-5 *2 (-663 (-2 (|:| |deg| (-793)) (|:| -1969 *5)))) (-5 *1 (-833 *4 *5 *3 *6)) (-4 *3 (-680 *5)) (-4 *6 (-680 (-421 *5))))) (-1439 (*1 *2 *3) (-12 (-4 *2 (-1275 *4)) (-5 *1 (-833 *4 *2 *3 *5)) (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *3 (-680 *2)) (-4 *5 (-680 (-421 *2))))))
+(-10 -7 (-15 -1439 (|#2| |#3|)) (-15 -1462 ((-663 (-2 (|:| |deg| (-793)) (|:| -1969 |#2|))) |#3|)) (-15 -3277 ((-663 (-2 (|:| -2292 |#1|) (|:| -1969 |#3|))) |#3| (-1 (-663 |#1|) |#2|))) (-15 -3558 ((-663 (-2 (|:| |poly| |#2|) (|:| -1969 |#3|))) |#3| (-1 (-663 |#1|) |#2|))) (-15 -2836 ((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1969 |#3|))) |#3| (-1 (-663 |#2|) |#2| (-1203 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -1843 (|#3| |#3| |#2|)) (-15 -1843 (|#3| |#3| (-421 |#2|))))
+((-2522 (((-2 (|:| -4222 (-663 (-421 |#2|))) (|:| -1806 (-711 |#1|))) (-678 |#2| (-421 |#2|)) (-663 (-421 |#2|))) 146 T ELT) (((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -4222 (-663 (-421 |#2|)))) (-678 |#2| (-421 |#2|)) (-421 |#2|)) 145 T ELT) (((-2 (|:| -4222 (-663 (-421 |#2|))) (|:| -1806 (-711 |#1|))) (-677 (-421 |#2|)) (-663 (-421 |#2|))) 140 T ELT) (((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -4222 (-663 (-421 |#2|)))) (-677 (-421 |#2|)) (-421 |#2|)) 138 T ELT)) (-1423 ((|#2| (-678 |#2| (-421 |#2|))) 87 T ELT) ((|#2| (-677 (-421 |#2|))) 90 T ELT)))
+(((-834 |#1| |#2|) (-10 -7 (-15 -2522 ((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -4222 (-663 (-421 |#2|)))) (-677 (-421 |#2|)) (-421 |#2|))) (-15 -2522 ((-2 (|:| -4222 (-663 (-421 |#2|))) (|:| -1806 (-711 |#1|))) (-677 (-421 |#2|)) (-663 (-421 |#2|)))) (-15 -2522 ((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -4222 (-663 (-421 |#2|)))) (-678 |#2| (-421 |#2|)) (-421 |#2|))) (-15 -2522 ((-2 (|:| -4222 (-663 (-421 |#2|))) (|:| -1806 (-711 |#1|))) (-678 |#2| (-421 |#2|)) (-663 (-421 |#2|)))) (-15 -1423 (|#2| (-677 (-421 |#2|)))) (-15 -1423 (|#2| (-678 |#2| (-421 |#2|))))) (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))) (-1275 |#1|)) (T -834))
+((-1423 (*1 *2 *3) (-12 (-5 *3 (-678 *2 (-421 *2))) (-4 *2 (-1275 *4)) (-5 *1 (-834 *4 *2)) (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))))) (-1423 (*1 *2 *3) (-12 (-5 *3 (-677 (-421 *2))) (-4 *2 (-1275 *4)) (-5 *1 (-834 *4 *2)) (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))))) (-2522 (*1 *2 *3 *4) (-12 (-5 *3 (-678 *6 (-421 *6))) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-2 (|:| -4222 (-663 (-421 *6))) (|:| -1806 (-711 *5)))) (-5 *1 (-834 *5 *6)) (-5 *4 (-663 (-421 *6))))) (-2522 (*1 *2 *3 *4) (-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-421 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4)))) (-5 *1 (-834 *5 *6)))) (-2522 (*1 *2 *3 *4) (-12 (-5 *3 (-677 (-421 *6))) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-2 (|:| -4222 (-663 (-421 *6))) (|:| -1806 (-711 *5)))) (-5 *1 (-834 *5 *6)) (-5 *4 (-663 (-421 *6))))) (-2522 (*1 *2 *3 *4) (-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-421 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4)))) (-5 *1 (-834 *5 *6)))))
+(-10 -7 (-15 -2522 ((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -4222 (-663 (-421 |#2|)))) (-677 (-421 |#2|)) (-421 |#2|))) (-15 -2522 ((-2 (|:| -4222 (-663 (-421 |#2|))) (|:| -1806 (-711 |#1|))) (-677 (-421 |#2|)) (-663 (-421 |#2|)))) (-15 -2522 ((-2 (|:| |particular| (-3 (-421 |#2|) "failed")) (|:| -4222 (-663 (-421 |#2|)))) (-678 |#2| (-421 |#2|)) (-421 |#2|))) (-15 -2522 ((-2 (|:| -4222 (-663 (-421 |#2|))) (|:| -1806 (-711 |#1|))) (-678 |#2| (-421 |#2|)) (-663 (-421 |#2|)))) (-15 -1423 (|#2| (-677 (-421 |#2|)))) (-15 -1423 (|#2| (-678 |#2| (-421 |#2|)))))
+((-2492 (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#1|))) |#5| |#4|) 49 T ELT)))
+(((-835 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2492 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#1|))) |#5| |#4|))) (-376) (-680 |#1|) (-1275 |#1|) (-746 |#1| |#3|) (-680 |#4|)) (T -835))
+((-2492 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *7 (-1275 *5)) (-4 *4 (-746 *5 *7)) (-5 *2 (-2 (|:| -1806 (-711 *6)) (|:| |vec| (-1299 *5)))) (-5 *1 (-835 *5 *6 *7 *4 *3)) (-4 *6 (-680 *5)) (-4 *3 (-680 *4)))))
+(-10 -7 (-15 -2492 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#1|))) |#5| |#4|)))
+((-2836 (((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1969 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|)) 47 T ELT)) (-4247 (((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|)) 167 (|has| |#1| (-27)) ELT) (((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|))) 164 (|has| |#1| (-27)) ELT) (((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-419 |#2|) |#2|)) 168 (|has| |#1| (-27)) ELT) (((-663 (-421 |#2|)) (-677 (-421 |#2|))) 166 (|has| |#1| (-27)) ELT) (((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|)) 38 T ELT) (((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|)) 39 T ELT) (((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|)) 36 T ELT) (((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|)) 37 T ELT)) (-3558 (((-663 (-2 (|:| |poly| |#2|) (|:| -1969 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|)) 96 T ELT)))
+(((-836 |#1| |#2|) (-10 -7 (-15 -4247 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (-15 -4247 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|))) (-15 -4247 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (-15 -4247 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|))) (-15 -2836 ((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1969 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -3558 ((-663 (-2 (|:| |poly| |#2|) (|:| -1969 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -4247 ((-663 (-421 |#2|)) (-677 (-421 |#2|)))) (-15 -4247 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -4247 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)))) (-15 -4247 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|)))) |%noBranch|)) (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))) (-1275 |#1|)) (T -836))
+((-4247 (*1 *2 *3 *4) (-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1275 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-663 (-421 *6))) (-5 *1 (-836 *5 *6)))) (-4247 (*1 *2 *3) (-12 (-5 *3 (-678 *5 (-421 *5))) (-4 *5 (-1275 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-663 (-421 *5))) (-5 *1 (-836 *4 *5)))) (-4247 (*1 *2 *3 *4) (-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1275 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-663 (-421 *6))) (-5 *1 (-836 *5 *6)))) (-4247 (*1 *2 *3) (-12 (-5 *3 (-677 (-421 *5))) (-4 *5 (-1275 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-663 (-421 *5))) (-5 *1 (-836 *4 *5)))) (-3558 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5)) (-5 *2 (-663 (-2 (|:| |poly| *6) (|:| -1969 (-678 *6 (-421 *6)))))) (-5 *1 (-836 *5 *6)) (-5 *3 (-678 *6 (-421 *6))))) (-2836 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-5 *2 (-663 (-2 (|:| |frac| (-421 *6)) (|:| -1969 (-678 *6 (-421 *6)))))) (-5 *1 (-836 *5 *6)) (-5 *3 (-678 *6 (-421 *6))))) (-4247 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-678 *7 (-421 *7))) (-5 *4 (-1 (-663 *6) *7)) (-5 *5 (-1 (-419 *7) *7)) (-4 *6 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *7 (-1275 *6)) (-5 *2 (-663 (-421 *7))) (-5 *1 (-836 *6 *7)))) (-4247 (*1 *2 *3 *4) (-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5)) (-5 *2 (-663 (-421 *6))) (-5 *1 (-836 *5 *6)))) (-4247 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-677 (-421 *7))) (-5 *4 (-1 (-663 *6) *7)) (-5 *5 (-1 (-419 *7) *7)) (-4 *6 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *7 (-1275 *6)) (-5 *2 (-663 (-421 *7))) (-5 *1 (-836 *6 *7)))) (-4247 (*1 *2 *3 *4) (-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-1 (-663 *5) *6)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5)) (-5 *2 (-663 (-421 *6))) (-5 *1 (-836 *5 *6)))))
+(-10 -7 (-15 -4247 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (-15 -4247 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|))) (-15 -4247 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (-15 -4247 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|) (-1 (-419 |#2|) |#2|))) (-15 -2836 ((-663 (-2 (|:| |frac| (-421 |#2|)) (|:| -1969 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -3558 ((-663 (-2 (|:| |poly| |#2|) (|:| -1969 (-678 |#2| (-421 |#2|))))) (-678 |#2| (-421 |#2|)) (-1 (-663 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -4247 ((-663 (-421 |#2|)) (-677 (-421 |#2|)))) (-15 -4247 ((-663 (-421 |#2|)) (-677 (-421 |#2|)) (-1 (-419 |#2|) |#2|))) (-15 -4247 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)))) (-15 -4247 ((-663 (-421 |#2|)) (-678 |#2| (-421 |#2|)) (-1 (-419 |#2|) |#2|)))) |%noBranch|))
+((-3211 (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#1|))) (-711 |#2|) (-1299 |#1|)) 110 T ELT) (((-2 (|:| A (-711 |#1|)) (|:| |eqs| (-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1299 |#1|)) (|:| -1969 |#2|) (|:| |rh| |#1|))))) (-711 |#1|) (-1299 |#1|)) 15 T ELT)) (-3630 (((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-711 |#2|) (-1299 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4222 (-663 |#1|))) |#2| |#1|)) 116 T ELT)) (-3944 (((-3 (-2 (|:| |particular| (-1299 |#1|)) (|:| -4222 (-711 |#1|))) "failed") (-711 |#1|) (-1299 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4222 (-663 |#1|))) "failed") |#2| |#1|)) 54 T ELT)))
+(((-837 |#1| |#2|) (-10 -7 (-15 -3211 ((-2 (|:| A (-711 |#1|)) (|:| |eqs| (-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1299 |#1|)) (|:| -1969 |#2|) (|:| |rh| |#1|))))) (-711 |#1|) (-1299 |#1|))) (-15 -3211 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#1|))) (-711 |#2|) (-1299 |#1|))) (-15 -3944 ((-3 (-2 (|:| |particular| (-1299 |#1|)) (|:| -4222 (-711 |#1|))) "failed") (-711 |#1|) (-1299 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4222 (-663 |#1|))) "failed") |#2| |#1|))) (-15 -3630 ((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-711 |#2|) (-1299 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4222 (-663 |#1|))) |#2| |#1|)))) (-376) (-680 |#1|)) (T -837))
+((-3630 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -4222 (-663 *6))) *7 *6)) (-4 *6 (-376)) (-4 *7 (-680 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1299 *6) "failed")) (|:| -4222 (-663 (-1299 *6))))) (-5 *1 (-837 *6 *7)) (-5 *4 (-1299 *6)))) (-3944 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -4222 (-663 *6))) "failed") *7 *6)) (-4 *6 (-376)) (-4 *7 (-680 *6)) (-5 *2 (-2 (|:| |particular| (-1299 *6)) (|:| -4222 (-711 *6)))) (-5 *1 (-837 *6 *7)) (-5 *3 (-711 *6)) (-5 *4 (-1299 *6)))) (-3211 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-4 *6 (-680 *5)) (-5 *2 (-2 (|:| -1806 (-711 *6)) (|:| |vec| (-1299 *5)))) (-5 *1 (-837 *5 *6)) (-5 *3 (-711 *6)) (-5 *4 (-1299 *5)))) (-3211 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-5 *2 (-2 (|:| A (-711 *5)) (|:| |eqs| (-663 (-2 (|:| C (-711 *5)) (|:| |g| (-1299 *5)) (|:| -1969 *6) (|:| |rh| *5)))))) (-5 *1 (-837 *5 *6)) (-5 *3 (-711 *5)) (-5 *4 (-1299 *5)) (-4 *6 (-680 *5)))))
+(-10 -7 (-15 -3211 ((-2 (|:| A (-711 |#1|)) (|:| |eqs| (-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1299 |#1|)) (|:| -1969 |#2|) (|:| |rh| |#1|))))) (-711 |#1|) (-1299 |#1|))) (-15 -3211 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#1|))) (-711 |#2|) (-1299 |#1|))) (-15 -3944 ((-3 (-2 (|:| |particular| (-1299 |#1|)) (|:| -4222 (-711 |#1|))) "failed") (-711 |#1|) (-1299 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4222 (-663 |#1|))) "failed") |#2| |#1|))) (-15 -3630 ((-2 (|:| |particular| (-3 (-1299 |#1|) "failed")) (|:| -4222 (-663 (-1299 |#1|)))) (-711 |#2|) (-1299 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4222 (-663 |#1|))) |#2| |#1|))))
+((-1862 (((-711 |#1|) (-663 |#1|) (-793)) 14 T ELT) (((-711 |#1|) (-663 |#1|)) 15 T ELT)) (-2713 (((-3 (-1299 |#1|) "failed") |#2| |#1| (-663 |#1|)) 39 T ELT)) (-3455 (((-3 |#1| "failed") |#2| |#1| (-663 |#1|) (-1 |#1| |#1|)) 46 T ELT)))
+(((-838 |#1| |#2|) (-10 -7 (-15 -1862 ((-711 |#1|) (-663 |#1|))) (-15 -1862 ((-711 |#1|) (-663 |#1|) (-793))) (-15 -2713 ((-3 (-1299 |#1|) "failed") |#2| |#1| (-663 |#1|))) (-15 -3455 ((-3 |#1| "failed") |#2| |#1| (-663 |#1|) (-1 |#1| |#1|)))) (-376) (-680 |#1|)) (T -838))
+((-3455 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-663 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-376)) (-5 *1 (-838 *2 *3)) (-4 *3 (-680 *2)))) (-2713 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-663 *4)) (-4 *4 (-376)) (-5 *2 (-1299 *4)) (-5 *1 (-838 *4 *3)) (-4 *3 (-680 *4)))) (-1862 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-793)) (-4 *5 (-376)) (-5 *2 (-711 *5)) (-5 *1 (-838 *5 *6)) (-4 *6 (-680 *5)))) (-1862 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-376)) (-5 *2 (-711 *4)) (-5 *1 (-838 *4 *5)) (-4 *5 (-680 *4)))))
+(-10 -7 (-15 -1862 ((-711 |#1|) (-663 |#1|))) (-15 -1862 ((-711 |#1|) (-663 |#1|) (-793))) (-15 -2713 ((-3 (-1299 |#1|) "failed") |#2| |#1| (-663 |#1|))) (-15 -3455 ((-3 |#1| "failed") |#2| |#1| (-663 |#1|) (-1 |#1| |#1|))))
+((-3808 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3136 (((-114) $) NIL (|has| |#2| (-23)) ELT)) (-1543 (($ (-949)) NIL (|has| |#2| (-1081)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-3429 (($ $ $) NIL (|has| |#2| (-817)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL (|has| |#2| (-133)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#2| (-381)) ELT)) (-3986 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1133)) ELT)) (-4072 (((-560) $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) ((|#2| $) NIL (|has| |#2| (-1133)) ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL (|has| |#2| (-1081)) ELT) (((-711 |#2|) (-711 $)) NIL (|has| |#2| (-1081)) ELT)) (-2167 (((-3 $ "failed") $) NIL (|has| |#2| (-1081)) ELT)) (-2150 (($) NIL (|has| |#2| (-381)) ELT)) (-2186 ((|#2| $ (-560) |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ (-560)) NIL T ELT)) (-1366 (((-114) $) NIL (|has| |#2| (-817)) ELT)) (-3086 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) NIL (|has| |#2| (-1081)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#2| (-872)) ELT)) (-4439 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#2| (-872)) ELT)) (-2173 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#2| (-381)) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#2| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL (|has| |#2| (-1081)) ELT) (((-711 |#2|) (-1299 $)) NIL (|has| |#2| (-1081)) ELT)) (-2128 (((-1191) $) NIL (|has| |#2| (-1133)) ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-2081 (($ (-949)) NIL (|has| |#2| (-381)) ELT)) (-1473 (((-1152) $) NIL (|has| |#2| (-1133)) ELT)) (-1574 ((|#2| $) NIL (|has| (-560) (-872)) ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ (-560) |#2|) NIL T ELT) ((|#2| $ (-560)) NIL T ELT)) (-4287 ((|#2| $ $) NIL (|has| |#2| (-1081)) ELT)) (-2599 (($ (-1299 |#2|)) NIL T ELT)) (-2068 (((-136)) NIL (|has| |#2| (-376)) ELT)) (-2703 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1081)) ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-1299 |#2|) $) NIL T ELT) (($ (-560)) NIL (-2309 (-12 (|has| |#2| (-1070 (-560))) (|has| |#2| (-1133))) (|has| |#2| (-1081))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#2| (-1070 (-421 (-560)))) (|has| |#2| (-1133))) ELT) (($ |#2|) NIL (|has| |#2| (-1133)) ELT) (((-888) $) NIL (|has| |#2| (-632 (-888))) ELT)) (-3103 (((-793)) NIL (|has| |#2| (-1081)) CONST)) (-1519 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2971 (($) NIL (|has| |#2| (-23)) CONST)) (-2983 (($) NIL (|has| |#2| (-1081)) CONST)) (-3095 (($ $ (-793)) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $) NIL (-12 (|has| |#2| (-239)) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#2| (-930 (-1209))) (|has| |#2| (-1081))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#2| (-1081)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#2| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2499 (((-114) $ $) 11 (|has| |#2| (-872)) ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-2571 (($ $ $) NIL (|has| |#2| (-25)) ELT)) (** (($ $ (-793)) NIL (|has| |#2| (-1081)) ELT) (($ $ (-949)) NIL (|has| |#2| (-1081)) ELT)) (* (($ $ $) NIL (|has| |#2| (-1081)) ELT) (($ $ |#2|) NIL (|has| |#2| (-748)) ELT) (($ |#2| $) NIL (|has| |#2| (-748)) ELT) (($ (-560) $) NIL (|has| |#2| (-21)) ELT) (($ (-793) $) NIL (|has| |#2| (-23)) ELT) (($ (-949) $) NIL (|has| |#2| (-25)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-839 |#1| |#2| |#3|) (-245 |#1| |#2|) (-793) (-817) (-1 (-114) (-1299 |#2|) (-1299 |#2|))) (T -839))
NIL
(-245 |#1| |#2|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3294 (((-663 (-793)) $) NIL T ELT) (((-663 (-793)) $ (-1208)) NIL T ELT)) (-1687 (((-793) $) NIL T ELT) (((-793) $ (-1208)) NIL T ELT)) (-3557 (((-663 (-840 (-1208))) $) NIL T ELT)) (-3349 (((-1202 $) $ (-840 (-1208))) NIL T ELT) (((-1202 |#1|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-840 (-1208)))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2884 (($ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-840 (-1208)) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL T ELT) (((-3 (-1156 |#1| (-1208)) "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-840 (-1208)) $) NIL T ELT) (((-1208) $) NIL T ELT) (((-1156 |#1| (-1208)) $) NIL T ELT)) (-2076 (($ $ $ (-840 (-1208))) NIL (|has| |#1| (-175)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-840 (-1208))) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| (-545 (-840 (-1208))) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-840 (-1208)) (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-840 (-1208)) (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-2252 (((-793) $ (-1208)) NIL T ELT) (((-793) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3541 (($ (-1202 |#1|) (-840 (-1208))) NIL T ELT) (($ (-1202 $) (-840 (-1208))) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-545 (-840 (-1208)))) NIL T ELT) (($ $ (-840 (-1208)) (-793)) NIL T ELT) (($ $ (-663 (-840 (-1208))) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-840 (-1208))) NIL T ELT)) (-4486 (((-545 (-840 (-1208))) $) NIL T ELT) (((-793) $ (-840 (-1208))) NIL T ELT) (((-663 (-793)) $ (-663 (-840 (-1208)))) NIL T ELT)) (-1729 (($ (-1 (-545 (-840 (-1208))) (-545 (-840 (-1208)))) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1804 (((-1 $ (-793)) (-1208)) NIL T ELT) (((-1 $ (-793)) $) NIL (|has| |#1| (-240)) ELT)) (-1762 (((-3 (-840 (-1208)) "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-1892 (((-840 (-1208)) $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2464 (((-114) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-840 (-1208))) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3747 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-840 (-1208)) |#1|) NIL T ELT) (($ $ (-663 (-840 (-1208))) (-663 |#1|)) NIL T ELT) (($ $ (-840 (-1208)) $) NIL T ELT) (($ $ (-663 (-840 (-1208))) (-663 $)) NIL T ELT) (($ $ (-1208) $) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 (-1208)) (-663 $)) NIL (|has| |#1| (-240)) ELT) (($ $ (-1208) |#1|) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) NIL (|has| |#1| (-240)) ELT)) (-3622 (($ $ (-840 (-1208))) NIL (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 (-840 (-1208))) (-663 (-793))) NIL T ELT) (($ $ (-840 (-1208)) (-793)) NIL T ELT) (($ $ (-663 (-840 (-1208)))) NIL T ELT) (($ $ (-840 (-1208))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2844 (((-663 (-1208)) $) NIL T ELT)) (-4283 (((-545 (-840 (-1208))) $) NIL T ELT) (((-793) $ (-840 (-1208))) NIL T ELT) (((-663 (-793)) $ (-663 (-840 (-1208)))) NIL T ELT) (((-793) $ (-1208)) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-840 (-1208)) (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-840 (-1208)) (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-840 (-1208)) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-840 (-1208))) NIL (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-840 (-1208))) NIL T ELT) (($ (-1208)) NIL T ELT) (($ (-1156 |#1| (-1208))) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-545 (-840 (-1208)))) NIL T ELT) (($ $ (-840 (-1208)) (-793)) NIL T ELT) (($ $ (-663 (-840 (-1208))) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-663 (-840 (-1208))) (-663 (-793))) NIL T ELT) (($ $ (-840 (-1208)) (-793)) NIL T ELT) (($ $ (-663 (-840 (-1208)))) NIL T ELT) (($ $ (-840 (-1208))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-838 |#1|) (-13 (-262 |#1| (-1208) (-840 (-1208)) (-545 (-840 (-1208)))) (-1069 (-1156 |#1| (-1208)))) (-1080)) (T -838))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3181 (((-663 (-793)) $) NIL T ELT) (((-663 (-793)) $ (-1209)) NIL T ELT)) (-3370 (((-793) $) NIL T ELT) (((-793) $ (-1209)) NIL T ELT)) (-2712 (((-663 (-842 (-1209))) $) NIL T ELT)) (-2517 (((-1203 $) $ (-842 (-1209))) NIL T ELT) (((-1203 |#1|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-842 (-1209)))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-4083 (($ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-842 (-1209)) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL T ELT) (((-3 (-1157 |#1| (-1209)) "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-842 (-1209)) $) NIL T ELT) (((-1209) $) NIL T ELT) (((-1157 |#1| (-1209)) $) NIL T ELT)) (-3273 (($ $ $ (-842 (-1209))) NIL (|has| |#1| (-175)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-842 (-1209))) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| (-545 (-842 (-1209))) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-842 (-1209)) (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-842 (-1209)) (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-2918 (((-793) $ (-1209)) NIL T ELT) (((-793) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-2700 (($ (-1203 |#1|) (-842 (-1209))) NIL T ELT) (($ (-1203 $) (-842 (-1209))) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-545 (-842 (-1209)))) NIL T ELT) (($ $ (-842 (-1209)) (-793)) NIL T ELT) (($ $ (-663 (-842 (-1209))) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-842 (-1209))) NIL T ELT)) (-3654 (((-545 (-842 (-1209))) $) NIL T ELT) (((-793) $ (-842 (-1209))) NIL T ELT) (((-663 (-793)) $ (-663 (-842 (-1209)))) NIL T ELT)) (-3097 (($ (-1 (-545 (-842 (-1209))) (-545 (-842 (-1209)))) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3048 (((-1 $ (-793)) (-1209)) NIL T ELT) (((-1 $ (-793)) $) NIL (|has| |#1| (-240)) ELT)) (-3311 (((-3 (-842 (-1209)) "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3026 (((-842 (-1209)) $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1759 (((-114) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-842 (-1209))) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-3292 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-842 (-1209)) |#1|) NIL T ELT) (($ $ (-663 (-842 (-1209))) (-663 |#1|)) NIL T ELT) (($ $ (-842 (-1209)) $) NIL T ELT) (($ $ (-663 (-842 (-1209))) (-663 $)) NIL T ELT) (($ $ (-1209) $) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 (-1209)) (-663 $)) NIL (|has| |#1| (-240)) ELT) (($ $ (-1209) |#1|) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) NIL (|has| |#1| (-240)) ELT)) (-2810 (($ $ (-842 (-1209))) NIL (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 (-842 (-1209))) (-663 (-793))) NIL T ELT) (($ $ (-842 (-1209)) (-793)) NIL T ELT) (($ $ (-663 (-842 (-1209)))) NIL T ELT) (($ $ (-842 (-1209))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-1465 (((-663 (-1209)) $) NIL T ELT)) (-4144 (((-545 (-842 (-1209))) $) NIL T ELT) (((-793) $ (-842 (-1209))) NIL T ELT) (((-663 (-793)) $ (-663 (-842 (-1209)))) NIL T ELT) (((-793) $ (-1209)) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-842 (-1209)) (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-842 (-1209)) (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-842 (-1209)) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-842 (-1209))) NIL (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-842 (-1209))) NIL T ELT) (($ (-1209)) NIL T ELT) (($ (-1157 |#1| (-1209))) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-545 (-842 (-1209)))) NIL T ELT) (($ $ (-842 (-1209)) (-793)) NIL T ELT) (($ $ (-663 (-842 (-1209))) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-663 (-842 (-1209))) (-663 (-793))) NIL T ELT) (($ $ (-842 (-1209)) (-793)) NIL T ELT) (($ $ (-663 (-842 (-1209)))) NIL T ELT) (($ $ (-842 (-1209))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-840 |#1|) (-13 (-262 |#1| (-1209) (-842 (-1209)) (-545 (-842 (-1209)))) (-1070 (-1157 |#1| (-1209)))) (-1081)) (T -840))
NIL
-(-13 (-262 |#1| (-1208) (-840 (-1208)) (-545 (-840 (-1208)))) (-1069 (-1156 |#1| (-1208))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#2| (-376)) ELT)) (-4390 (($ $) NIL (|has| |#2| (-376)) ELT)) (-3873 (((-114) $) NIL (|has| |#2| (-376)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| |#2| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#2| (-376)) ELT)) (-3988 (((-114) $ $) NIL (|has| |#2| (-376)) ELT)) (-3366 (($) NIL T CONST)) (-2242 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#2| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#2| (-376)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#2| (-376)) ELT)) (-2433 (($ (-663 $)) NIL (|has| |#2| (-376)) ELT) (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 20 (|has| |#2| (-376)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#2| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#2| (-376)) ELT) (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#2| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#2| (-376)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#2| (-376)) ELT)) (-3320 (((-793) $) NIL (|has| |#2| (-376)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-2457 (($ $) 13 T ELT) (($ $ (-793)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 10 T ELT) ((|#2| $) 11 T ELT) (($ (-421 (-560))) NIL (|has| |#2| (-376)) ELT) (($ $) NIL (|has| |#2| (-376)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#2| (-376)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) 15 (|has| |#2| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-948)) NIL T ELT) (($ $ (-560)) 18 (|has| |#2| (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-376)) ELT)))
-(((-839 |#1| |#2| |#3|) (-13 (-111 $ $) (-240) (-504 |#2|) (-10 -7 (IF (|has| |#2| (-376)) (-6 (-376)) |%noBranch|))) (-1132) (-927 |#1|) |#1|) (T -839))
+(-13 (-262 |#1| (-1209) (-842 (-1209)) (-545 (-842 (-1209)))) (-1070 (-1157 |#1| (-1209))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#2| (-376)) ELT)) (-3575 (($ $) NIL (|has| |#2| (-376)) ELT)) (-3442 (((-114) $) NIL (|has| |#2| (-376)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| |#2| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#2| (-376)) ELT)) (-3255 (((-114) $ $) NIL (|has| |#2| (-376)) ELT)) (-4489 (($) NIL T CONST)) (-3752 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#2| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#2| (-376)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#2| (-376)) ELT)) (-3100 (($ (-663 $)) NIL (|has| |#2| (-376)) ELT) (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 20 (|has| |#2| (-376)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#2| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#2| (-376)) ELT) (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#2| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#2| (-376)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#2| (-376)) ELT)) (-3760 (((-793) $) NIL (|has| |#2| (-376)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-2703 (($ $) 13 T ELT) (($ $ (-793)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 10 T ELT) ((|#2| $) 11 T ELT) (($ (-421 (-560))) NIL (|has| |#2| (-376)) ELT) (($ $) NIL (|has| |#2| (-376)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#2| (-376)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) 15 (|has| |#2| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-949)) NIL T ELT) (($ $ (-560)) 18 (|has| |#2| (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-376)) ELT)))
+(((-841 |#1| |#2| |#3|) (-13 (-111 $ $) (-240) (-504 |#2|) (-10 -7 (IF (|has| |#2| (-376)) (-6 (-376)) |%noBranch|))) (-1133) (-928 |#1|) |#1|) (T -841))
NIL
(-13 (-111 $ $) (-240) (-504 |#2|) (-10 -7 (IF (|has| |#2| (-376)) (-6 (-376)) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-1687 (((-793) $) NIL T ELT)) (-2129 ((|#1| $) 10 T ELT)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-2252 (((-793) $) 11 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-1804 (($ |#1| (-793)) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2457 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4324 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)))
-(((-840 |#1|) (-277 |#1|) (-871)) (T -840))
+((-3808 (((-114) $ $) NIL T ELT)) (-3370 (((-793) $) NIL T ELT)) (-3572 ((|#1| $) 10 T ELT)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-2918 (((-793) $) 11 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3048 (($ |#1| (-793)) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2703 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3095 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)))
+(((-842 |#1|) (-277 |#1|) (-872)) (T -842))
NIL
(-277 |#1|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3797 (((-663 |#1|) $) 38 T ELT)) (-1450 (((-793) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3543 (((-3 $ "failed") $ $) NIL T ELT) (((-3 $ "failed") $ |#1|) 28 T ELT)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-3806 (($ $) 42 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3508 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2888 ((|#1| $ (-560)) NIL T ELT)) (-3063 (((-793) $ (-560)) NIL T ELT)) (-1648 (($ $) 54 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-2308 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2798 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-4216 (((-3 $ "failed") $ $) NIL T ELT) (((-3 $ "failed") $ |#1|) 25 T ELT)) (-3316 (((-114) $ $) 51 T ELT)) (-4474 (((-793) $) 34 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1611 (($ $ $) NIL T ELT)) (-3963 (($ $ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 ((|#1| $) 41 T ELT)) (-3980 (((-663 (-2 (|:| |gen| |#1|) (|:| -1920 (-793)))) $) NIL T ELT)) (-3095 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL T ELT)) (-2273 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) 7 T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 53 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ |#1| (-793)) NIL T ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-841 |#1|) (-13 (-399 |#1|) (-868) (-10 -8 (-15 -3794 (|#1| $)) (-15 -3806 ($ $)) (-15 -1648 ($ $)) (-15 -3316 ((-114) $ $)) (-15 -4216 ((-3 $ "failed") $ |#1|)) (-15 -3543 ((-3 $ "failed") $ |#1|)) (-15 -2273 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -4474 ((-793) $)) (-15 -3797 ((-663 |#1|) $)))) (-871)) (T -841))
-((-3794 (*1 *2 *1) (-12 (-5 *1 (-841 *2)) (-4 *2 (-871)))) (-3806 (*1 *1 *1) (-12 (-5 *1 (-841 *2)) (-4 *2 (-871)))) (-1648 (*1 *1 *1) (-12 (-5 *1 (-841 *2)) (-4 *2 (-871)))) (-3316 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-841 *3)) (-4 *3 (-871)))) (-4216 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-841 *2)) (-4 *2 (-871)))) (-3543 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-841 *2)) (-4 *2 (-871)))) (-2273 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-841 *3)) (|:| |rm| (-841 *3)))) (-5 *1 (-841 *3)) (-4 *3 (-871)))) (-4474 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-841 *3)) (-4 *3 (-871)))) (-3797 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-841 *3)) (-4 *3 (-871)))))
-(-13 (-399 |#1|) (-868) (-10 -8 (-15 -3794 (|#1| $)) (-15 -3806 ($ $)) (-15 -1648 ($ $)) (-15 -3316 ((-114) $ $)) (-15 -4216 ((-3 $ "failed") $ |#1|)) (-15 -3543 ((-3 $ "failed") $ |#1|)) (-15 -2273 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -4474 ((-793) $)) (-15 -3797 ((-663 |#1|) $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2551 (((-560) $) 65 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1957 (((-114) $) 63 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2699 (((-114) $) 64 T ELT)) (-2006 (($ $ $) 57 T ELT)) (-2718 (($ $ $) 58 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-2407 (($ $) 66 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2383 (((-114) $ $) 59 T ELT)) (-2360 (((-114) $ $) 61 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 60 T ELT)) (-2349 (((-114) $ $) 62 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-842) (-142)) (T -842))
-NIL
-(-13 (-571) (-870))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-813) . T) ((-814) . T) ((-816) . T) ((-819) . T) ((-870) . T) ((-871) . T) ((-874) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-1463 (((-1304) (-845) $ (-114)) 9 T ELT) (((-1304) (-845) $) 8 T ELT) (((-1190) $ (-114)) 7 T ELT) (((-1190) $) 6 T ELT)))
-(((-843) (-142)) (T -843))
-((-1463 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-843)) (-5 *3 (-845)) (-5 *4 (-114)) (-5 *2 (-1304)))) (-1463 (*1 *2 *3 *1) (-12 (-4 *1 (-843)) (-5 *3 (-845)) (-5 *2 (-1304)))) (-1463 (*1 *2 *1 *3) (-12 (-4 *1 (-843)) (-5 *3 (-114)) (-5 *2 (-1190)))) (-1463 (*1 *2 *1) (-12 (-4 *1 (-843)) (-5 *2 (-1190)))))
-(-13 (-10 -8 (-15 -1463 ((-1190) $)) (-15 -1463 ((-1190) $ (-114))) (-15 -1463 ((-1304) (-845) $)) (-15 -1463 ((-1304) (-845) $ (-114)))))
-((-1711 (($ (-1151)) 7 T ELT)) (-3017 (((-114) $ (-1190) (-1151)) 15 T ELT)) (-1496 (((-845) $) 12 T ELT)) (-1955 (((-845) $) 11 T ELT)) (-2613 (((-1304) $) 9 T ELT)) (-3158 (((-114) $ (-1151)) 16 T ELT)))
-(((-844) (-10 -8 (-15 -1711 ($ (-1151))) (-15 -2613 ((-1304) $)) (-15 -1955 ((-845) $)) (-15 -1496 ((-845) $)) (-15 -3017 ((-114) $ (-1190) (-1151))) (-15 -3158 ((-114) $ (-1151))))) (T -844))
-((-3158 (*1 *2 *1 *3) (-12 (-5 *3 (-1151)) (-5 *2 (-114)) (-5 *1 (-844)))) (-3017 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1190)) (-5 *4 (-1151)) (-5 *2 (-114)) (-5 *1 (-844)))) (-1496 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-844)))) (-1955 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-844)))) (-2613 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-844)))) (-1711 (*1 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-844)))))
-(-10 -8 (-15 -1711 ($ (-1151))) (-15 -2613 ((-1304) $)) (-15 -1955 ((-845) $)) (-15 -1496 ((-845) $)) (-15 -3017 ((-114) $ (-1190) (-1151))) (-15 -3158 ((-114) $ (-1151))))
-((-2597 (((-1304) $ (-846)) 12 T ELT)) (-4097 (((-1304) $ (-1208)) 32 T ELT)) (-4262 (((-1304) $ (-1190) (-1190)) 34 T ELT)) (-3394 (((-1304) $ (-1190)) 33 T ELT)) (-2525 (((-1304) $) 19 T ELT)) (-1490 (((-1304) $ (-560)) 28 T ELT)) (-2091 (((-1304) $ (-229)) 30 T ELT)) (-4373 (((-1304) $) 18 T ELT)) (-1692 (((-1304) $) 26 T ELT)) (-1457 (((-1304) $) 25 T ELT)) (-3943 (((-1304) $) 23 T ELT)) (-2972 (((-1304) $) 24 T ELT)) (-3707 (((-1304) $) 22 T ELT)) (-2063 (((-1304) $) 21 T ELT)) (-2354 (((-1304) $) 20 T ELT)) (-2779 (((-1304) $) 16 T ELT)) (-2356 (((-1304) $) 17 T ELT)) (-1486 (((-1304) $) 15 T ELT)) (-2958 (((-1304) $) 14 T ELT)) (-2673 (((-1304) $) 13 T ELT)) (-2916 (($ (-1190) (-846)) 9 T ELT)) (-1734 (($ (-1190) (-1190) (-846)) 8 T ELT)) (-3128 (((-1208) $) 51 T ELT)) (-2981 (((-1208) $) 55 T ELT)) (-2907 (((-2 (|:| |cd| (-1190)) (|:| -3952 (-1190))) $) 54 T ELT)) (-1923 (((-1190) $) 52 T ELT)) (-3083 (((-1304) $) 41 T ELT)) (-3859 (((-560) $) 49 T ELT)) (-2187 (((-229) $) 50 T ELT)) (-2948 (((-1304) $) 40 T ELT)) (-4304 (((-1304) $) 48 T ELT)) (-3351 (((-1304) $) 47 T ELT)) (-1471 (((-1304) $) 45 T ELT)) (-4085 (((-1304) $) 46 T ELT)) (-1388 (((-1304) $) 44 T ELT)) (-1939 (((-1304) $) 43 T ELT)) (-3889 (((-1304) $) 42 T ELT)) (-1534 (((-1304) $) 38 T ELT)) (-1710 (((-1304) $) 39 T ELT)) (-1613 (((-1304) $) 37 T ELT)) (-1792 (((-1304) $) 36 T ELT)) (-3265 (((-1304) $) 35 T ELT)) (-3682 (((-1304) $) 11 T ELT)))
-(((-845) (-10 -8 (-15 -1734 ($ (-1190) (-1190) (-846))) (-15 -2916 ($ (-1190) (-846))) (-15 -3682 ((-1304) $)) (-15 -2597 ((-1304) $ (-846))) (-15 -2673 ((-1304) $)) (-15 -2958 ((-1304) $)) (-15 -1486 ((-1304) $)) (-15 -2779 ((-1304) $)) (-15 -2356 ((-1304) $)) (-15 -4373 ((-1304) $)) (-15 -2525 ((-1304) $)) (-15 -2354 ((-1304) $)) (-15 -2063 ((-1304) $)) (-15 -3707 ((-1304) $)) (-15 -3943 ((-1304) $)) (-15 -2972 ((-1304) $)) (-15 -1457 ((-1304) $)) (-15 -1692 ((-1304) $)) (-15 -1490 ((-1304) $ (-560))) (-15 -2091 ((-1304) $ (-229))) (-15 -4097 ((-1304) $ (-1208))) (-15 -3394 ((-1304) $ (-1190))) (-15 -4262 ((-1304) $ (-1190) (-1190))) (-15 -3265 ((-1304) $)) (-15 -1792 ((-1304) $)) (-15 -1613 ((-1304) $)) (-15 -1534 ((-1304) $)) (-15 -1710 ((-1304) $)) (-15 -2948 ((-1304) $)) (-15 -3083 ((-1304) $)) (-15 -3889 ((-1304) $)) (-15 -1939 ((-1304) $)) (-15 -1388 ((-1304) $)) (-15 -1471 ((-1304) $)) (-15 -4085 ((-1304) $)) (-15 -3351 ((-1304) $)) (-15 -4304 ((-1304) $)) (-15 -3859 ((-560) $)) (-15 -2187 ((-229) $)) (-15 -3128 ((-1208) $)) (-15 -1923 ((-1190) $)) (-15 -2907 ((-2 (|:| |cd| (-1190)) (|:| -3952 (-1190))) $)) (-15 -2981 ((-1208) $)))) (T -845))
-((-2981 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-845)))) (-2907 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1190)) (|:| -3952 (-1190)))) (-5 *1 (-845)))) (-1923 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-845)))) (-3128 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-845)))) (-2187 (*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-845)))) (-3859 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-845)))) (-4304 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-3351 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-4085 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1471 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1388 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1939 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-3889 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-3083 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2948 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1710 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1534 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1613 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1792 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-3265 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-4262 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-845)))) (-3394 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-845)))) (-4097 (*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-845)))) (-2091 (*1 *2 *1 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1304)) (-5 *1 (-845)))) (-1490 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-845)))) (-1692 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1457 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2972 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-3943 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-3707 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2063 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2354 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2525 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-4373 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2356 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2779 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-1486 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2958 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2673 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2597 (*1 *2 *1 *3) (-12 (-5 *3 (-846)) (-5 *2 (-1304)) (-5 *1 (-845)))) (-3682 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))) (-2916 (*1 *1 *2 *3) (-12 (-5 *2 (-1190)) (-5 *3 (-846)) (-5 *1 (-845)))) (-1734 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1190)) (-5 *3 (-846)) (-5 *1 (-845)))))
-(-10 -8 (-15 -1734 ($ (-1190) (-1190) (-846))) (-15 -2916 ($ (-1190) (-846))) (-15 -3682 ((-1304) $)) (-15 -2597 ((-1304) $ (-846))) (-15 -2673 ((-1304) $)) (-15 -2958 ((-1304) $)) (-15 -1486 ((-1304) $)) (-15 -2779 ((-1304) $)) (-15 -2356 ((-1304) $)) (-15 -4373 ((-1304) $)) (-15 -2525 ((-1304) $)) (-15 -2354 ((-1304) $)) (-15 -2063 ((-1304) $)) (-15 -3707 ((-1304) $)) (-15 -3943 ((-1304) $)) (-15 -2972 ((-1304) $)) (-15 -1457 ((-1304) $)) (-15 -1692 ((-1304) $)) (-15 -1490 ((-1304) $ (-560))) (-15 -2091 ((-1304) $ (-229))) (-15 -4097 ((-1304) $ (-1208))) (-15 -3394 ((-1304) $ (-1190))) (-15 -4262 ((-1304) $ (-1190) (-1190))) (-15 -3265 ((-1304) $)) (-15 -1792 ((-1304) $)) (-15 -1613 ((-1304) $)) (-15 -1534 ((-1304) $)) (-15 -1710 ((-1304) $)) (-15 -2948 ((-1304) $)) (-15 -3083 ((-1304) $)) (-15 -3889 ((-1304) $)) (-15 -1939 ((-1304) $)) (-15 -1388 ((-1304) $)) (-15 -1471 ((-1304) $)) (-15 -4085 ((-1304) $)) (-15 -3351 ((-1304) $)) (-15 -4304 ((-1304) $)) (-15 -3859 ((-560) $)) (-15 -2187 ((-229) $)) (-15 -3128 ((-1208) $)) (-15 -1923 ((-1190) $)) (-15 -2907 ((-2 (|:| |cd| (-1190)) (|:| -3952 (-1190))) $)) (-15 -2981 ((-1208) $)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2333 (($) 16 T ELT)) (-2490 (($) 14 T ELT)) (-3749 (($) 17 T ELT)) (-2181 (($) 15 T ELT)) (-2329 (((-114) $ $) 9 T ELT)))
-(((-846) (-13 (-1132) (-10 -8 (-15 -2490 ($)) (-15 -2333 ($)) (-15 -3749 ($)) (-15 -2181 ($))))) (T -846))
-((-2490 (*1 *1) (-5 *1 (-846))) (-2333 (*1 *1) (-5 *1 (-846))) (-3749 (*1 *1) (-5 *1 (-846))) (-2181 (*1 *1) (-5 *1 (-846))))
-(-13 (-1132) (-10 -8 (-15 -2490 ($)) (-15 -2333 ($)) (-15 -3749 ($)) (-15 -2181 ($))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3683 (($ (-848) (-663 (-1208))) 32 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2716 (((-848) $) 33 T ELT)) (-2928 (((-663 (-1208)) $) 34 T ELT)) (-2539 (((-887) $) 31 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-847) (-13 (-1132) (-10 -8 (-15 -2716 ((-848) $)) (-15 -2928 ((-663 (-1208)) $)) (-15 -3683 ($ (-848) (-663 (-1208))))))) (T -847))
-((-2716 (*1 *2 *1) (-12 (-5 *2 (-848)) (-5 *1 (-847)))) (-2928 (*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-847)))) (-3683 (*1 *1 *2 *3) (-12 (-5 *2 (-848)) (-5 *3 (-663 (-1208))) (-5 *1 (-847)))))
-(-13 (-1132) (-10 -8 (-15 -2716 ((-848) $)) (-15 -2928 ((-663 (-1208)) $)) (-15 -3683 ($ (-848) (-663 (-1208))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 23 T ELT) (($ (-1208)) 19 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4387 (((-114) $) 10 T ELT)) (-2411 (((-114) $) 9 T ELT)) (-3852 (((-114) $) 11 T ELT)) (-1775 (((-114) $) 8 T ELT)) (-2329 (((-114) $ $) 21 T ELT)))
-(((-848) (-13 (-1132) (-10 -8 (-15 -2539 ($ (-1208))) (-15 -1775 ((-114) $)) (-15 -2411 ((-114) $)) (-15 -4387 ((-114) $)) (-15 -3852 ((-114) $))))) (T -848))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-848)))) (-1775 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-848)))) (-2411 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-848)))) (-4387 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-848)))) (-3852 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-848)))))
-(-13 (-1132) (-10 -8 (-15 -2539 ($ (-1208))) (-15 -1775 ((-114) $)) (-15 -2411 ((-114) $)) (-15 -4387 ((-114) $)) (-15 -3852 ((-114) $))))
-((-1463 (((-1304) (-845) (-326 |#1|) (-114)) 23 T ELT) (((-1304) (-845) (-326 |#1|)) 88 T ELT) (((-1190) (-326 |#1|) (-114)) 87 T ELT) (((-1190) (-326 |#1|)) 86 T ELT)))
-(((-849 |#1|) (-10 -7 (-15 -1463 ((-1190) (-326 |#1|))) (-15 -1463 ((-1190) (-326 |#1|) (-114))) (-15 -1463 ((-1304) (-845) (-326 |#1|))) (-15 -1463 ((-1304) (-845) (-326 |#1|) (-114)))) (-13 (-843) (-1080))) (T -849))
-((-1463 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-845)) (-5 *4 (-326 *6)) (-5 *5 (-114)) (-4 *6 (-13 (-843) (-1080))) (-5 *2 (-1304)) (-5 *1 (-849 *6)))) (-1463 (*1 *2 *3 *4) (-12 (-5 *3 (-845)) (-5 *4 (-326 *5)) (-4 *5 (-13 (-843) (-1080))) (-5 *2 (-1304)) (-5 *1 (-849 *5)))) (-1463 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-114)) (-4 *5 (-13 (-843) (-1080))) (-5 *2 (-1190)) (-5 *1 (-849 *5)))) (-1463 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-13 (-843) (-1080))) (-5 *2 (-1190)) (-5 *1 (-849 *4)))))
-(-10 -7 (-15 -1463 ((-1190) (-326 |#1|))) (-15 -1463 ((-1190) (-326 |#1|) (-114))) (-15 -1463 ((-1304) (-845) (-326 |#1|))) (-15 -1463 ((-1304) (-845) (-326 |#1|) (-114))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1523 ((|#1| $) 10 T ELT)) (-2994 (($ |#1|) 9 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3528 (($ |#2| (-793)) NIL T ELT)) (-4486 (((-793) $) NIL T ELT)) (-2450 ((|#2| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2457 (($ $) NIL (|has| |#1| (-240)) ELT) (($ $ (-793)) NIL (|has| |#1| (-240)) ELT)) (-4283 (((-793) $) NIL T ELT)) (-2539 (((-887) $) 17 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL (|has| |#2| (-175)) ELT)) (-2453 ((|#2| $ (-793)) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $) NIL (|has| |#1| (-240)) ELT) (($ $ (-793)) NIL (|has| |#1| (-240)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 12 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
-(((-850 |#1| |#2|) (-13 (-730 |#2|) (-10 -8 (IF (|has| |#1| (-240)) (-6 (-240)) |%noBranch|) (-15 -2994 ($ |#1|)) (-15 -1523 (|#1| $)))) (-730 |#2|) (-1080)) (T -850))
-((-2994 (*1 *1 *2) (-12 (-4 *3 (-1080)) (-5 *1 (-850 *2 *3)) (-4 *2 (-730 *3)))) (-1523 (*1 *2 *1) (-12 (-4 *2 (-730 *3)) (-5 *1 (-850 *2 *3)) (-4 *3 (-1080)))))
-(-13 (-730 |#2|) (-10 -8 (IF (|has| |#1| (-240)) (-6 (-240)) |%noBranch|) (-15 -2994 ($ |#1|)) (-15 -1523 (|#1| $))))
-((-2382 (((-323) (-1190) (-1190)) 12 T ELT)) (-2154 (((-114) (-1190) (-1190)) 34 T ELT)) (-3283 (((-114) (-1190)) 33 T ELT)) (-3841 (((-51) (-1190)) 25 T ELT)) (-3629 (((-51) (-1190)) 23 T ELT)) (-4146 (((-51) (-845)) 17 T ELT)) (-4407 (((-663 (-1190)) (-1190)) 28 T ELT)) (-3345 (((-663 (-1190))) 27 T ELT)))
-(((-851) (-10 -7 (-15 -4146 ((-51) (-845))) (-15 -3629 ((-51) (-1190))) (-15 -3841 ((-51) (-1190))) (-15 -3345 ((-663 (-1190)))) (-15 -4407 ((-663 (-1190)) (-1190))) (-15 -3283 ((-114) (-1190))) (-15 -2154 ((-114) (-1190) (-1190))) (-15 -2382 ((-323) (-1190) (-1190))))) (T -851))
-((-2382 (*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-323)) (-5 *1 (-851)))) (-2154 (*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-114)) (-5 *1 (-851)))) (-3283 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-114)) (-5 *1 (-851)))) (-4407 (*1 *2 *3) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-851)) (-5 *3 (-1190)))) (-3345 (*1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-851)))) (-3841 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-51)) (-5 *1 (-851)))) (-3629 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-51)) (-5 *1 (-851)))) (-4146 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-51)) (-5 *1 (-851)))))
-(-10 -7 (-15 -4146 ((-51) (-845))) (-15 -3629 ((-51) (-1190))) (-15 -3841 ((-51) (-1190))) (-15 -3345 ((-663 (-1190)))) (-15 -4407 ((-663 (-1190)) (-1190))) (-15 -3283 ((-114) (-1190))) (-15 -2154 ((-114) (-1190) (-1190))) (-15 -2382 ((-323) (-1190) (-1190))))
-((-2294 (((-114) $ $) 22 T ELT)) (-4167 (($ |#1| $) 84 T ELT) (($ $ |#1|) 83 T ELT) (($ $ $) 82 T ELT)) (-2351 (($ $ $) 80 T ELT)) (-3326 (((-114) $ $) 81 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2481 (($ (-663 |#1|)) 76 T ELT) (($) 75 T ELT)) (-2501 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-2813 (($ $) 69 T ELT)) (-2885 (($ $) 65 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ |#1| $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4509)) ELT)) (-2025 (($ |#1| $) 64 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-3249 (((-114) $ $) 72 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2006 ((|#1| $) 86 T ELT)) (-3104 (($ $ $) 89 T ELT)) (-4246 (($ $ $) 88 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2718 ((|#1| $) 87 T ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 T ELT)) (-4340 (($ $ $) 77 T ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT) (($ |#1| $ (-793)) 70 T ELT)) (-3139 (((-1151) $) 24 T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-2903 (((-663 (-2 (|:| -2660 |#1|) (|:| -3150 (-793)))) $) 68 T ELT)) (-4233 (($ $ |#1|) 79 T ELT) (($ $ $) 78 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 57 T ELT)) (-2539 (((-887) $) 20 T ELT)) (-3467 (($ (-663 |#1|)) 74 T ELT) (($) 73 T ELT)) (-3860 (((-114) $ $) 23 T ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 T ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-852 |#1|) (-142) (-871)) (T -852))
-((-2006 (*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-871)))))
-(-13 (-759 |t#1|) (-999 |t#1|) (-10 -8 (-15 -2006 (|t#1| $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-632 (-887)) . T) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-717 |#1|) . T) ((-759 |#1|) . T) ((-999 |#1|) . T) ((-1130 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-3759 (((-1304) (-1151) (-1151)) 48 T ELT)) (-1779 (((-1304) (-844) (-51)) 45 T ELT)) (-1783 (((-51) (-844)) 16 T ELT)))
-(((-853) (-10 -7 (-15 -1783 ((-51) (-844))) (-15 -1779 ((-1304) (-844) (-51))) (-15 -3759 ((-1304) (-1151) (-1151))))) (T -853))
-((-3759 (*1 *2 *3 *3) (-12 (-5 *3 (-1151)) (-5 *2 (-1304)) (-5 *1 (-853)))) (-1779 (*1 *2 *3 *4) (-12 (-5 *3 (-844)) (-5 *4 (-51)) (-5 *2 (-1304)) (-5 *1 (-853)))) (-1783 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-51)) (-5 *1 (-853)))))
-(-10 -7 (-15 -1783 ((-51) (-844))) (-15 -1779 ((-1304) (-844) (-51))) (-15 -3759 ((-1304) (-1151) (-1151))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL (|has| |#1| (-21)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-2551 (((-560) $) NIL (|has| |#1| (-870)) ELT)) (-3366 (($) NIL (|has| |#1| (-21)) CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 15 T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 9 T ELT)) (-4310 (((-3 $ "failed") $) 42 (|has| |#1| (-870)) ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 52 (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) 46 (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) 49 (|has| |#1| (-559)) ELT)) (-1957 (((-114) $) NIL (|has| |#1| (-870)) ELT)) (-1871 (((-114) $) NIL (|has| |#1| (-870)) ELT)) (-2699 (((-114) $) NIL (|has| |#1| (-870)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-870)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-870)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4455 (($) 13 T ELT)) (-1447 (((-114) $) 12 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3619 (((-114) $) 11 T ELT)) (-2539 (((-887) $) 18 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) 8 T ELT) (($ (-560)) NIL (-2191 (|has| |#1| (-870)) (|has| |#1| (-1069 (-560)))) ELT)) (-3418 (((-793)) 36 (|has| |#1| (-870)) CONST)) (-3860 (((-114) $ $) 54 T ELT)) (-2407 (($ $) NIL (|has| |#1| (-870)) ELT)) (-1427 (($) 23 (|has| |#1| (-21)) CONST)) (-1439 (($) 33 (|has| |#1| (-870)) CONST)) (-2383 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2329 (((-114) $ $) 21 T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2349 (((-114) $ $) 45 (|has| |#1| (-870)) ELT)) (-2426 (($ $ $) NIL (|has| |#1| (-21)) ELT) (($ $) 29 (|has| |#1| (-21)) ELT)) (-2413 (($ $ $) 31 (|has| |#1| (-21)) ELT)) (** (($ $ (-948)) NIL (|has| |#1| (-870)) ELT) (($ $ (-793)) NIL (|has| |#1| (-870)) ELT)) (* (($ $ $) 39 (|has| |#1| (-870)) ELT) (($ (-560) $) 27 (|has| |#1| (-21)) ELT) (($ (-793) $) NIL (|has| |#1| (-21)) ELT) (($ (-948) $) NIL (|has| |#1| (-21)) ELT)))
-(((-854 |#1|) (-13 (-1132) (-426 |#1|) (-10 -8 (-15 -4455 ($)) (-15 -3619 ((-114) $)) (-15 -1447 ((-114) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-870)) (-6 (-870)) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|))) (-1132)) (T -854))
-((-4455 (*1 *1) (-12 (-5 *1 (-854 *2)) (-4 *2 (-1132)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-854 *3)) (-4 *3 (-1132)))) (-1447 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-854 *3)) (-4 *3 (-1132)))) (-2221 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-854 *3)) (-4 *3 (-559)) (-4 *3 (-1132)))) (-2530 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-854 *3)) (-4 *3 (-559)) (-4 *3 (-1132)))) (-4330 (*1 *2 *1) (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-854 *3)) (-4 *3 (-559)) (-4 *3 (-1132)))))
-(-13 (-1132) (-426 |#1|) (-10 -8 (-15 -4455 ($)) (-15 -3619 ((-114) $)) (-15 -1447 ((-114) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-870)) (-6 (-870)) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|)))
-((-2067 (((-854 |#2|) (-1 |#2| |#1|) (-854 |#1|) (-854 |#2|)) 12 T ELT) (((-854 |#2|) (-1 |#2| |#1|) (-854 |#1|)) 13 T ELT)))
-(((-855 |#1| |#2|) (-10 -7 (-15 -2067 ((-854 |#2|) (-1 |#2| |#1|) (-854 |#1|))) (-15 -2067 ((-854 |#2|) (-1 |#2| |#1|) (-854 |#1|) (-854 |#2|)))) (-1132) (-1132)) (T -855))
-((-2067 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-854 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-854 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *1 (-855 *5 *6)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-854 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *2 (-854 *6)) (-5 *1 (-855 *5 *6)))))
-(-10 -7 (-15 -2067 ((-854 |#2|) (-1 |#2| |#1|) (-854 |#1|))) (-15 -2067 ((-854 |#2|) (-1 |#2| |#1|) (-854 |#1|) (-854 |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-115) "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-115) $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2751 ((|#1| (-115) |#1|) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3974 (($ |#1| (-374 (-115))) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3333 (($ $ (-1 |#1| |#1|)) NIL T ELT)) (-2859 (($ $ (-1 |#1| |#1|)) NIL T ELT)) (-1495 ((|#1| $ |#1|) NIL T ELT)) (-3768 ((|#1| |#1|) NIL (|has| |#1| (-175)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-115)) NIL T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1802 (($ $) NIL (|has| |#1| (-175)) ELT) (($ $ $) NIL (|has| |#1| (-175)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ (-115) (-560)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL (|has| |#1| (-175)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT)))
-(((-856 |#1|) (-13 (-1080) (-1069 |#1|) (-1069 (-115)) (-298 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-6 (-38 |#1|)) (-15 -1802 ($ $)) (-15 -1802 ($ $ $)) (-15 -3768 (|#1| |#1|))) |%noBranch|) (-15 -2859 ($ $ (-1 |#1| |#1|))) (-15 -3333 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-115) (-560))) (-15 ** ($ $ (-560))) (-15 -2751 (|#1| (-115) |#1|)) (-15 -3974 ($ |#1| (-374 (-115)))))) (-1080)) (T -856))
-((-1802 (*1 *1 *1) (-12 (-5 *1 (-856 *2)) (-4 *2 (-175)) (-4 *2 (-1080)))) (-1802 (*1 *1 *1 *1) (-12 (-5 *1 (-856 *2)) (-4 *2 (-175)) (-4 *2 (-1080)))) (-3768 (*1 *2 *2) (-12 (-5 *1 (-856 *2)) (-4 *2 (-175)) (-4 *2 (-1080)))) (-2859 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-856 *3)))) (-3333 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-856 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-560)) (-5 *1 (-856 *4)) (-4 *4 (-1080)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-856 *3)) (-4 *3 (-1080)))) (-2751 (*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-5 *1 (-856 *2)) (-4 *2 (-1080)))) (-3974 (*1 *1 *2 *3) (-12 (-5 *3 (-374 (-115))) (-5 *1 (-856 *2)) (-4 *2 (-1080)))))
-(-13 (-1080) (-1069 |#1|) (-1069 (-115)) (-298 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-6 (-38 |#1|)) (-15 -1802 ($ $)) (-15 -1802 ($ $ $)) (-15 -3768 (|#1| |#1|))) |%noBranch|) (-15 -2859 ($ $ (-1 |#1| |#1|))) (-15 -3333 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-115) (-560))) (-15 ** ($ $ (-560))) (-15 -2751 (|#1| (-115) |#1|)) (-15 -3974 ($ |#1| (-374 (-115))))))
-((-3880 (((-114) $ |#2|) 14 T ELT)) (-2539 (((-887) $) 11 T ELT)))
-(((-857 |#1| |#2|) (-10 -8 (-15 -3880 ((-114) |#1| |#2|)) (-15 -2539 ((-887) |#1|))) (-858 |#2|) (-1132)) (T -857))
-NIL
-(-10 -8 (-15 -3880 ((-114) |#1| |#2|)) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3952 ((|#1| $) 19 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3880 (((-114) $ |#1|) 17 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1816 (((-55) $) 18 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-858 |#1|) (-142) (-1132)) (T -858))
-((-3952 (*1 *2 *1) (-12 (-4 *1 (-858 *2)) (-4 *2 (-1132)))) (-1816 (*1 *2 *1) (-12 (-4 *1 (-858 *3)) (-4 *3 (-1132)) (-5 *2 (-55)))) (-3880 (*1 *2 *1 *3) (-12 (-4 *1 (-858 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))))
-(-13 (-1132) (-10 -8 (-15 -3952 (|t#1| $)) (-15 -1816 ((-55) $)) (-15 -3880 ((-114) $ |t#1|))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-3211 (((-217 (-516)) (-1190)) 9 T ELT)))
-(((-859) (-10 -7 (-15 -3211 ((-217 (-516)) (-1190))))) (T -859))
-((-3211 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-217 (-516))) (-5 *1 (-859)))))
-(-10 -7 (-15 -3211 ((-217 (-516)) (-1190))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1506 (((-1146) $) 10 T ELT)) (-3952 (((-520) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3880 (((-114) $ (-520)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2548 (($ (-520) (-1146)) 8 T ELT)) (-2539 (((-887) $) 25 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1816 (((-55) $) 20 T ELT)) (-2329 (((-114) $ $) 12 T ELT)))
-(((-860) (-13 (-858 (-520)) (-10 -8 (-15 -1506 ((-1146) $)) (-15 -2548 ($ (-520) (-1146)))))) (T -860))
-((-1506 (*1 *2 *1) (-12 (-5 *2 (-1146)) (-5 *1 (-860)))) (-2548 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1146)) (-5 *1 (-860)))))
-(-13 (-858 (-520)) (-10 -8 (-15 -1506 ((-1146) $)) (-15 -2548 ($ (-520) (-1146)))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3292 (((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 18 T ELT) (((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 17 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 20 T ELT) (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 19 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-861) (-142)) (T -861))
-((-4102 (*1 *2 *3 *4) (-12 (-4 *1 (-861)) (-5 *3 (-1094)) (-5 *4 (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)))))) (-4102 (*1 *2 *3 *4) (-12 (-4 *1 (-861)) (-5 *3 (-1094)) (-5 *4 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)))))) (-3292 (*1 *2 *3) (-12 (-4 *1 (-861)) (-5 *3 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) (-5 *2 (-1066)))) (-3292 (*1 *2 *3) (-12 (-4 *1 (-861)) (-5 *3 (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (-5 *2 (-1066)))))
-(-13 (-1132) (-10 -7 (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229))))))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) (-15 -3292 ((-1066) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) (-15 -3292 ((-1066) (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-3042 (((-1066) (-663 (-326 (-391))) (-663 (-391))) 166 T ELT) (((-1066) (-326 (-391)) (-663 (-391))) 164 T ELT) (((-1066) (-326 (-391)) (-663 (-391)) (-663 (-864 (-391))) (-663 (-864 (-391)))) 162 T ELT) (((-1066) (-326 (-391)) (-663 (-391)) (-663 (-864 (-391))) (-663 (-326 (-391))) (-663 (-864 (-391)))) 160 T ELT) (((-1066) (-863)) 125 T ELT) (((-1066) (-863) (-1094)) 124 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-863) (-1094)) 85 T ELT) (((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-863)) 87 T ELT)) (-2590 (((-1066) (-663 (-326 (-391))) (-663 (-391))) 167 T ELT) (((-1066) (-863)) 150 T ELT)))
-(((-862) (-10 -7 (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-863))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-863) (-1094))) (-15 -3042 ((-1066) (-863) (-1094))) (-15 -3042 ((-1066) (-863))) (-15 -2590 ((-1066) (-863))) (-15 -3042 ((-1066) (-326 (-391)) (-663 (-391)) (-663 (-864 (-391))) (-663 (-326 (-391))) (-663 (-864 (-391))))) (-15 -3042 ((-1066) (-326 (-391)) (-663 (-391)) (-663 (-864 (-391))) (-663 (-864 (-391))))) (-15 -3042 ((-1066) (-326 (-391)) (-663 (-391)))) (-15 -3042 ((-1066) (-663 (-326 (-391))) (-663 (-391)))) (-15 -2590 ((-1066) (-663 (-326 (-391))) (-663 (-391)))))) (T -862))
-((-2590 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-326 (-391)))) (-5 *4 (-663 (-391))) (-5 *2 (-1066)) (-5 *1 (-862)))) (-3042 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-326 (-391)))) (-5 *4 (-663 (-391))) (-5 *2 (-1066)) (-5 *1 (-862)))) (-3042 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-391))) (-5 *2 (-1066)) (-5 *1 (-862)))) (-3042 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-391))) (-5 *5 (-663 (-864 (-391)))) (-5 *2 (-1066)) (-5 *1 (-862)))) (-3042 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-663 (-391))) (-5 *5 (-663 (-864 (-391)))) (-5 *6 (-663 (-326 (-391)))) (-5 *3 (-326 (-391))) (-5 *2 (-1066)) (-5 *1 (-862)))) (-2590 (*1 *2 *3) (-12 (-5 *3 (-863)) (-5 *2 (-1066)) (-5 *1 (-862)))) (-3042 (*1 *2 *3) (-12 (-5 *3 (-863)) (-5 *2 (-1066)) (-5 *1 (-862)))) (-3042 (*1 *2 *3 *4) (-12 (-5 *3 (-863)) (-5 *4 (-1094)) (-5 *2 (-1066)) (-5 *1 (-862)))) (-4102 (*1 *2 *3 *4) (-12 (-5 *3 (-863)) (-5 *4 (-1094)) (-5 *2 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))))) (-5 *1 (-862)))) (-4102 (*1 *2 *3) (-12 (-5 *3 (-863)) (-5 *2 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))))) (-5 *1 (-862)))))
-(-10 -7 (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-863))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-863) (-1094))) (-15 -3042 ((-1066) (-863) (-1094))) (-15 -3042 ((-1066) (-863))) (-15 -2590 ((-1066) (-863))) (-15 -3042 ((-1066) (-326 (-391)) (-663 (-391)) (-663 (-864 (-391))) (-663 (-326 (-391))) (-663 (-864 (-391))))) (-15 -3042 ((-1066) (-326 (-391)) (-663 (-391)) (-663 (-864 (-391))) (-663 (-864 (-391))))) (-15 -3042 ((-1066) (-326 (-391)) (-663 (-391)))) (-15 -3042 ((-1066) (-663 (-326 (-391))) (-663 (-391)))) (-15 -2590 ((-1066) (-663 (-326 (-391))) (-663 (-391)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3056 (((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) $) 21 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) 14 T ELT) (($ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) 16 T ELT) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))))) 18 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-863) (-13 (-1132) (-10 -8 (-15 -2539 ($ (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229))))))) (-15 -2539 ($ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) (-15 -2539 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))))) (-15 -3056 ((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) $))))) (T -863))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (-5 *1 (-863)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))) (-5 *1 (-863)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))))) (-5 *1 (-863)))) (-3056 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229))))))) (-5 *1 (-863)))))
-(-13 (-1132) (-10 -8 (-15 -2539 ($ (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229))))))) (-15 -2539 ($ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) (-15 -2539 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))))) (-15 -3056 ((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229))) (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-864 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL (|has| |#1| (-21)) ELT)) (-3787 (((-1151) $) 31 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-2551 (((-560) $) NIL (|has| |#1| (-870)) ELT)) (-3366 (($) NIL (|has| |#1| (-21)) CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 18 T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 9 T ELT)) (-4310 (((-3 $ "failed") $) 58 (|has| |#1| (-870)) ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 65 (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) 60 (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) 63 (|has| |#1| (-559)) ELT)) (-1957 (((-114) $) NIL (|has| |#1| (-870)) ELT)) (-4261 (($) 14 T ELT)) (-1871 (((-114) $) NIL (|has| |#1| (-870)) ELT)) (-2699 (((-114) $) NIL (|has| |#1| (-870)) ELT)) (-4274 (($) 16 T ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-870)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-870)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1447 (((-114) $) 12 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3619 (((-114) $) 11 T ELT)) (-2539 (((-887) $) 24 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) 8 T ELT) (($ (-560)) NIL (-2191 (|has| |#1| (-870)) (|has| |#1| (-1069 (-560)))) ELT)) (-3418 (((-793)) 51 (|has| |#1| (-870)) CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL (|has| |#1| (-870)) ELT)) (-1427 (($) 37 (|has| |#1| (-21)) CONST)) (-1439 (($) 48 (|has| |#1| (-870)) CONST)) (-2383 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2329 (((-114) $ $) 35 T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-870)) ELT)) (-2349 (((-114) $ $) 59 (|has| |#1| (-870)) ELT)) (-2426 (($ $ $) NIL (|has| |#1| (-21)) ELT) (($ $) 44 (|has| |#1| (-21)) ELT)) (-2413 (($ $ $) 46 (|has| |#1| (-21)) ELT)) (** (($ $ (-948)) NIL (|has| |#1| (-870)) ELT) (($ $ (-793)) NIL (|has| |#1| (-870)) ELT)) (* (($ $ $) 55 (|has| |#1| (-870)) ELT) (($ (-560) $) 42 (|has| |#1| (-21)) ELT) (($ (-793) $) NIL (|has| |#1| (-21)) ELT) (($ (-948) $) NIL (|has| |#1| (-21)) ELT)))
-(((-864 |#1|) (-13 (-1132) (-426 |#1|) (-10 -8 (-15 -4261 ($)) (-15 -4274 ($)) (-15 -3619 ((-114) $)) (-15 -1447 ((-114) $)) (-15 -3787 ((-1151) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-870)) (-6 (-870)) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|))) (-1132)) (T -864))
-((-4261 (*1 *1) (-12 (-5 *1 (-864 *2)) (-4 *2 (-1132)))) (-4274 (*1 *1) (-12 (-5 *1 (-864 *2)) (-4 *2 (-1132)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-864 *3)) (-4 *3 (-1132)))) (-1447 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-864 *3)) (-4 *3 (-1132)))) (-3787 (*1 *2 *1) (-12 (-5 *2 (-1151)) (-5 *1 (-864 *3)) (-4 *3 (-1132)))) (-2221 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-864 *3)) (-4 *3 (-559)) (-4 *3 (-1132)))) (-2530 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-864 *3)) (-4 *3 (-559)) (-4 *3 (-1132)))) (-4330 (*1 *2 *1) (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-864 *3)) (-4 *3 (-559)) (-4 *3 (-1132)))))
-(-13 (-1132) (-426 |#1|) (-10 -8 (-15 -4261 ($)) (-15 -4274 ($)) (-15 -3619 ((-114) $)) (-15 -1447 ((-114) $)) (-15 -3787 ((-1151) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-870)) (-6 (-870)) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|)))
-((-2067 (((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|) (-864 |#2|) (-864 |#2|)) 13 T ELT) (((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|)) 14 T ELT)))
-(((-865 |#1| |#2|) (-10 -7 (-15 -2067 ((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|))) (-15 -2067 ((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|) (-864 |#2|) (-864 |#2|)))) (-1132) (-1132)) (T -865))
-((-2067 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-864 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-864 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *1 (-865 *5 *6)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-864 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *2 (-864 *6)) (-5 *1 (-865 *5 *6)))))
-(-10 -7 (-15 -2067 ((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|))) (-15 -2067 ((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|) (-864 |#2|) (-864 |#2|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-1450 (((-793)) 27 T ELT)) (-3362 (($) 30 T ELT)) (-2006 (($ $ $) 23 T ELT) (($) 26 T CONST)) (-2718 (($ $ $) 22 T ELT) (($) 25 T CONST)) (-2608 (((-948) $) 29 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3998 (($ (-948)) 28 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)))
-(((-866) (-142)) (T -866))
-((-2006 (*1 *1) (-4 *1 (-866))) (-2718 (*1 *1) (-4 *1 (-866))))
-(-13 (-871) (-381) (-10 -8 (-15 -2006 ($) -3721) (-15 -2718 ($) -3721)))
-(((-102) . T) ((-632 (-887)) . T) ((-381) . T) ((-871) . T) ((-874) . T) ((-1132) . T) ((-1248) . T))
-((-1743 (((-114) (-1298 |#2|) (-1298 |#2|)) 19 T ELT)) (-2201 (((-114) (-1298 |#2|) (-1298 |#2|)) 20 T ELT)) (-3694 (((-114) (-1298 |#2|) (-1298 |#2|)) 16 T ELT)))
-(((-867 |#1| |#2|) (-10 -7 (-15 -3694 ((-114) (-1298 |#2|) (-1298 |#2|))) (-15 -1743 ((-114) (-1298 |#2|) (-1298 |#2|))) (-15 -2201 ((-114) (-1298 |#2|) (-1298 |#2|)))) (-793) (-814)) (T -867))
-((-2201 (*1 *2 *3 *3) (-12 (-5 *3 (-1298 *5)) (-4 *5 (-814)) (-5 *2 (-114)) (-5 *1 (-867 *4 *5)) (-14 *4 (-793)))) (-1743 (*1 *2 *3 *3) (-12 (-5 *3 (-1298 *5)) (-4 *5 (-814)) (-5 *2 (-114)) (-5 *1 (-867 *4 *5)) (-14 *4 (-793)))) (-3694 (*1 *2 *3 *3) (-12 (-5 *3 (-1298 *5)) (-4 *5 (-814)) (-5 *2 (-114)) (-5 *1 (-867 *4 *5)) (-14 *4 (-793)))))
-(-10 -7 (-15 -3694 ((-114) (-1298 |#2|) (-1298 |#2|))) (-15 -1743 ((-114) (-1298 |#2|) (-1298 |#2|))) (-15 -2201 ((-114) (-1298 |#2|) (-1298 |#2|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3366 (($) 29 T CONST)) (-4310 (((-3 $ "failed") $) 32 T ELT)) (-1871 (((-114) $) 30 T ELT)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1439 (($) 28 T CONST)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (** (($ $ (-948)) 26 T ELT) (($ $ (-793)) 31 T ELT)) (* (($ $ $) 25 T ELT)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2516 (((-663 |#1|) $) 38 T ELT)) (-2233 (((-793) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1347 (((-3 $ "failed") $ $) NIL T ELT) (((-3 $ "failed") $ |#1|) 28 T ELT)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-1586 (($ $) 42 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2565 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3365 ((|#1| $ (-560)) NIL T ELT)) (-4024 (((-793) $ (-560)) NIL T ELT)) (-2408 (($ $) 54 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2585 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2656 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-1611 (((-3 $ "failed") $ $) NIL T ELT) (((-3 $ "failed") $ |#1|) 25 T ELT)) (-1340 (((-114) $ $) 51 T ELT)) (-3970 (((-793) $) 34 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1558 (($ $ $) NIL T ELT)) (-4280 (($ $ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 ((|#1| $) 41 T ELT)) (-1609 (((-663 (-2 (|:| |gen| |#1|) (|:| -2784 (-793)))) $) NIL T ELT)) (-2589 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL T ELT)) (-3785 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) 7 T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 53 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ |#1| (-793)) NIL T ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-843 |#1|) (-13 (-399 |#1|) (-870) (-10 -8 (-15 -1574 (|#1| $)) (-15 -1586 ($ $)) (-15 -2408 ($ $)) (-15 -1340 ((-114) $ $)) (-15 -1611 ((-3 $ "failed") $ |#1|)) (-15 -1347 ((-3 $ "failed") $ |#1|)) (-15 -3785 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3970 ((-793) $)) (-15 -2516 ((-663 |#1|) $)))) (-872)) (T -843))
+((-1574 (*1 *2 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-872)))) (-1586 (*1 *1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-872)))) (-2408 (*1 *1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-872)))) (-1340 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-843 *3)) (-4 *3 (-872)))) (-1611 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-843 *2)) (-4 *2 (-872)))) (-1347 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-843 *2)) (-4 *2 (-872)))) (-3785 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-843 *3)) (|:| |rm| (-843 *3)))) (-5 *1 (-843 *3)) (-4 *3 (-872)))) (-3970 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-843 *3)) (-4 *3 (-872)))) (-2516 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-843 *3)) (-4 *3 (-872)))))
+(-13 (-399 |#1|) (-870) (-10 -8 (-15 -1574 (|#1| $)) (-15 -1586 ($ $)) (-15 -2408 ($ $)) (-15 -1340 ((-114) $ $)) (-15 -1611 ((-3 $ "failed") $ |#1|)) (-15 -1347 ((-3 $ "failed") $ |#1|)) (-15 -3785 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3970 ((-793) $)) (-15 -2516 ((-663 |#1|) $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2824 (((-560) $) 65 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-1366 (((-114) $) 63 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1501 (((-114) $) 64 T ELT)) (-1622 (($ $ $) 57 T ELT)) (-3934 (($ $ $) 58 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-1958 (($ $) 66 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2537 (((-114) $ $) 59 T ELT)) (-2510 (((-114) $ $) 61 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 60 T ELT)) (-2499 (((-114) $ $) 62 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-844) (-142)) (T -844))
+NIL
+(-13 (-571) (-871))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-814) . T) ((-816) . T) ((-818) . T) ((-821) . T) ((-871) . T) ((-872) . T) ((-875) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2455 (((-1305) (-847) $ (-114)) 9 T ELT) (((-1305) (-847) $) 8 T ELT) (((-1191) $ (-114)) 7 T ELT) (((-1191) $) 6 T ELT)))
+(((-845) (-142)) (T -845))
+((-2455 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-845)) (-5 *3 (-847)) (-5 *4 (-114)) (-5 *2 (-1305)))) (-2455 (*1 *2 *3 *1) (-12 (-4 *1 (-845)) (-5 *3 (-847)) (-5 *2 (-1305)))) (-2455 (*1 *2 *1 *3) (-12 (-4 *1 (-845)) (-5 *3 (-114)) (-5 *2 (-1191)))) (-2455 (*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-1191)))))
+(-13 (-10 -8 (-15 -2455 ((-1191) $)) (-15 -2455 ((-1191) $ (-114))) (-15 -2455 ((-1305) (-847) $)) (-15 -2455 ((-1305) (-847) $ (-114)))))
+((-3793 (($ (-1152)) 7 T ELT)) (-3706 (((-114) $ (-1191) (-1152)) 15 T ELT)) (-1693 (((-847) $) 12 T ELT)) (-2453 (((-847) $) 11 T ELT)) (-4147 (((-1305) $) 9 T ELT)) (-1783 (((-114) $ (-1152)) 16 T ELT)))
+(((-846) (-10 -8 (-15 -3793 ($ (-1152))) (-15 -4147 ((-1305) $)) (-15 -2453 ((-847) $)) (-15 -1693 ((-847) $)) (-15 -3706 ((-114) $ (-1191) (-1152))) (-15 -1783 ((-114) $ (-1152))))) (T -846))
+((-1783 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-114)) (-5 *1 (-846)))) (-3706 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1191)) (-5 *4 (-1152)) (-5 *2 (-114)) (-5 *1 (-846)))) (-1693 (*1 *2 *1) (-12 (-5 *2 (-847)) (-5 *1 (-846)))) (-2453 (*1 *2 *1) (-12 (-5 *2 (-847)) (-5 *1 (-846)))) (-4147 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-846)))) (-3793 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-846)))))
+(-10 -8 (-15 -3793 ($ (-1152))) (-15 -4147 ((-1305) $)) (-15 -2453 ((-847) $)) (-15 -1693 ((-847) $)) (-15 -3706 ((-114) $ (-1191) (-1152))) (-15 -1783 ((-114) $ (-1152))))
+((-2049 (((-1305) $ (-848)) 12 T ELT)) (-3707 (((-1305) $ (-1209)) 32 T ELT)) (-1833 (((-1305) $ (-1191) (-1191)) 34 T ELT)) (-3230 (((-1305) $ (-1191)) 33 T ELT)) (-3573 (((-1305) $) 19 T ELT)) (-2430 (((-1305) $ (-560)) 28 T ELT)) (-2383 (((-1305) $ (-229)) 30 T ELT)) (-4392 (((-1305) $) 18 T ELT)) (-2646 (((-1305) $) 26 T ELT)) (-3149 (((-1305) $) 25 T ELT)) (-1707 (((-1305) $) 23 T ELT)) (-4153 (((-1305) $) 24 T ELT)) (-1838 (((-1305) $) 22 T ELT)) (-4389 (((-1305) $) 21 T ELT)) (-2596 (((-1305) $) 20 T ELT)) (-2714 (((-1305) $) 16 T ELT)) (-2813 (((-1305) $) 17 T ELT)) (-1914 (((-1305) $) 15 T ELT)) (-3247 (((-1305) $) 14 T ELT)) (-4256 (((-1305) $) 13 T ELT)) (-4469 (($ (-1191) (-848)) 9 T ELT)) (-2314 (($ (-1191) (-1191) (-848)) 8 T ELT)) (-2753 (((-1209) $) 51 T ELT)) (-3638 (((-1209) $) 55 T ELT)) (-3057 (((-2 (|:| |cd| (-1191)) (|:| -2187 (-1191))) $) 54 T ELT)) (-3594 (((-1191) $) 52 T ELT)) (-2426 (((-1305) $) 41 T ELT)) (-1432 (((-560) $) 49 T ELT)) (-3028 (((-229) $) 50 T ELT)) (-1449 (((-1305) $) 40 T ELT)) (-1581 (((-1305) $) 48 T ELT)) (-2760 (((-1305) $) 47 T ELT)) (-3955 (((-1305) $) 45 T ELT)) (-3920 (((-1305) $) 46 T ELT)) (-2051 (((-1305) $) 44 T ELT)) (-3625 (((-1305) $) 43 T ELT)) (-3232 (((-1305) $) 42 T ELT)) (-2982 (((-1305) $) 38 T ELT)) (-1754 (((-1305) $) 39 T ELT)) (-3751 (((-1305) $) 37 T ELT)) (-4406 (((-1305) $) 36 T ELT)) (-3734 (((-1305) $) 35 T ELT)) (-2028 (((-1305) $) 11 T ELT)))
+(((-847) (-10 -8 (-15 -2314 ($ (-1191) (-1191) (-848))) (-15 -4469 ($ (-1191) (-848))) (-15 -2028 ((-1305) $)) (-15 -2049 ((-1305) $ (-848))) (-15 -4256 ((-1305) $)) (-15 -3247 ((-1305) $)) (-15 -1914 ((-1305) $)) (-15 -2714 ((-1305) $)) (-15 -2813 ((-1305) $)) (-15 -4392 ((-1305) $)) (-15 -3573 ((-1305) $)) (-15 -2596 ((-1305) $)) (-15 -4389 ((-1305) $)) (-15 -1838 ((-1305) $)) (-15 -1707 ((-1305) $)) (-15 -4153 ((-1305) $)) (-15 -3149 ((-1305) $)) (-15 -2646 ((-1305) $)) (-15 -2430 ((-1305) $ (-560))) (-15 -2383 ((-1305) $ (-229))) (-15 -3707 ((-1305) $ (-1209))) (-15 -3230 ((-1305) $ (-1191))) (-15 -1833 ((-1305) $ (-1191) (-1191))) (-15 -3734 ((-1305) $)) (-15 -4406 ((-1305) $)) (-15 -3751 ((-1305) $)) (-15 -2982 ((-1305) $)) (-15 -1754 ((-1305) $)) (-15 -1449 ((-1305) $)) (-15 -2426 ((-1305) $)) (-15 -3232 ((-1305) $)) (-15 -3625 ((-1305) $)) (-15 -2051 ((-1305) $)) (-15 -3955 ((-1305) $)) (-15 -3920 ((-1305) $)) (-15 -2760 ((-1305) $)) (-15 -1581 ((-1305) $)) (-15 -1432 ((-560) $)) (-15 -3028 ((-229) $)) (-15 -2753 ((-1209) $)) (-15 -3594 ((-1191) $)) (-15 -3057 ((-2 (|:| |cd| (-1191)) (|:| -2187 (-1191))) $)) (-15 -3638 ((-1209) $)))) (T -847))
+((-3638 (*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-847)))) (-3057 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1191)) (|:| -2187 (-1191)))) (-5 *1 (-847)))) (-3594 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-847)))) (-2753 (*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-847)))) (-3028 (*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-847)))) (-1432 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-847)))) (-1581 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-2760 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3920 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3955 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-2051 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3625 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3232 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-2426 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-1449 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-1754 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-2982 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3751 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-4406 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3734 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-1833 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-847)))) (-3230 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-847)))) (-3707 (*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-847)))) (-2383 (*1 *2 *1 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1305)) (-5 *1 (-847)))) (-2430 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-847)))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3149 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-4153 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-1707 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-1838 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-4389 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-2596 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-4392 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-2714 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-1914 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-3247 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-4256 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-2049 (*1 *2 *1 *3) (-12 (-5 *3 (-848)) (-5 *2 (-1305)) (-5 *1 (-847)))) (-2028 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))) (-4469 (*1 *1 *2 *3) (-12 (-5 *2 (-1191)) (-5 *3 (-848)) (-5 *1 (-847)))) (-2314 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1191)) (-5 *3 (-848)) (-5 *1 (-847)))))
+(-10 -8 (-15 -2314 ($ (-1191) (-1191) (-848))) (-15 -4469 ($ (-1191) (-848))) (-15 -2028 ((-1305) $)) (-15 -2049 ((-1305) $ (-848))) (-15 -4256 ((-1305) $)) (-15 -3247 ((-1305) $)) (-15 -1914 ((-1305) $)) (-15 -2714 ((-1305) $)) (-15 -2813 ((-1305) $)) (-15 -4392 ((-1305) $)) (-15 -3573 ((-1305) $)) (-15 -2596 ((-1305) $)) (-15 -4389 ((-1305) $)) (-15 -1838 ((-1305) $)) (-15 -1707 ((-1305) $)) (-15 -4153 ((-1305) $)) (-15 -3149 ((-1305) $)) (-15 -2646 ((-1305) $)) (-15 -2430 ((-1305) $ (-560))) (-15 -2383 ((-1305) $ (-229))) (-15 -3707 ((-1305) $ (-1209))) (-15 -3230 ((-1305) $ (-1191))) (-15 -1833 ((-1305) $ (-1191) (-1191))) (-15 -3734 ((-1305) $)) (-15 -4406 ((-1305) $)) (-15 -3751 ((-1305) $)) (-15 -2982 ((-1305) $)) (-15 -1754 ((-1305) $)) (-15 -1449 ((-1305) $)) (-15 -2426 ((-1305) $)) (-15 -3232 ((-1305) $)) (-15 -3625 ((-1305) $)) (-15 -2051 ((-1305) $)) (-15 -3955 ((-1305) $)) (-15 -3920 ((-1305) $)) (-15 -2760 ((-1305) $)) (-15 -1581 ((-1305) $)) (-15 -1432 ((-560) $)) (-15 -3028 ((-229) $)) (-15 -2753 ((-1209) $)) (-15 -3594 ((-1191) $)) (-15 -3057 ((-2 (|:| |cd| (-1191)) (|:| -2187 (-1191))) $)) (-15 -3638 ((-1209) $)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2459 (($) 16 T ELT)) (-2440 (($) 14 T ELT)) (-4244 (($) 17 T ELT)) (-3547 (($) 15 T ELT)) (-2478 (((-114) $ $) 9 T ELT)))
+(((-848) (-13 (-1133) (-10 -8 (-15 -2440 ($)) (-15 -2459 ($)) (-15 -4244 ($)) (-15 -3547 ($))))) (T -848))
+((-2440 (*1 *1) (-5 *1 (-848))) (-2459 (*1 *1) (-5 *1 (-848))) (-4244 (*1 *1) (-5 *1 (-848))) (-3547 (*1 *1) (-5 *1 (-848))))
+(-13 (-1133) (-10 -8 (-15 -2440 ($)) (-15 -2459 ($)) (-15 -4244 ($)) (-15 -3547 ($))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2156 (($ (-850) (-663 (-1209))) 32 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3553 (((-850) $) 33 T ELT)) (-3371 (((-663 (-1209)) $) 34 T ELT)) (-3834 (((-888) $) 31 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-849) (-13 (-1133) (-10 -8 (-15 -3553 ((-850) $)) (-15 -3371 ((-663 (-1209)) $)) (-15 -2156 ($ (-850) (-663 (-1209))))))) (T -849))
+((-3553 (*1 *2 *1) (-12 (-5 *2 (-850)) (-5 *1 (-849)))) (-3371 (*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-849)))) (-2156 (*1 *1 *2 *3) (-12 (-5 *2 (-850)) (-5 *3 (-663 (-1209))) (-5 *1 (-849)))))
+(-13 (-1133) (-10 -8 (-15 -3553 ((-850) $)) (-15 -3371 ((-663 (-1209)) $)) (-15 -2156 ($ (-850) (-663 (-1209))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 23 T ELT) (($ (-1209)) 19 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3295 (((-114) $) 10 T ELT)) (-2333 (((-114) $) 9 T ELT)) (-1941 (((-114) $) 11 T ELT)) (-2179 (((-114) $) 8 T ELT)) (-2478 (((-114) $ $) 21 T ELT)))
+(((-850) (-13 (-1133) (-10 -8 (-15 -3834 ($ (-1209))) (-15 -2179 ((-114) $)) (-15 -2333 ((-114) $)) (-15 -3295 ((-114) $)) (-15 -1941 ((-114) $))))) (T -850))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-850)))) (-2179 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-850)))) (-2333 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-850)))) (-3295 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-850)))) (-1941 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-850)))))
+(-13 (-1133) (-10 -8 (-15 -3834 ($ (-1209))) (-15 -2179 ((-114) $)) (-15 -2333 ((-114) $)) (-15 -3295 ((-114) $)) (-15 -1941 ((-114) $))))
+((-2455 (((-1305) (-847) (-326 |#1|) (-114)) 23 T ELT) (((-1305) (-847) (-326 |#1|)) 88 T ELT) (((-1191) (-326 |#1|) (-114)) 87 T ELT) (((-1191) (-326 |#1|)) 86 T ELT)))
+(((-851 |#1|) (-10 -7 (-15 -2455 ((-1191) (-326 |#1|))) (-15 -2455 ((-1191) (-326 |#1|) (-114))) (-15 -2455 ((-1305) (-847) (-326 |#1|))) (-15 -2455 ((-1305) (-847) (-326 |#1|) (-114)))) (-13 (-845) (-1081))) (T -851))
+((-2455 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-847)) (-5 *4 (-326 *6)) (-5 *5 (-114)) (-4 *6 (-13 (-845) (-1081))) (-5 *2 (-1305)) (-5 *1 (-851 *6)))) (-2455 (*1 *2 *3 *4) (-12 (-5 *3 (-847)) (-5 *4 (-326 *5)) (-4 *5 (-13 (-845) (-1081))) (-5 *2 (-1305)) (-5 *1 (-851 *5)))) (-2455 (*1 *2 *3 *4) (-12 (-5 *3 (-326 *5)) (-5 *4 (-114)) (-4 *5 (-13 (-845) (-1081))) (-5 *2 (-1191)) (-5 *1 (-851 *5)))) (-2455 (*1 *2 *3) (-12 (-5 *3 (-326 *4)) (-4 *4 (-13 (-845) (-1081))) (-5 *2 (-1191)) (-5 *1 (-851 *4)))))
+(-10 -7 (-15 -2455 ((-1191) (-326 |#1|))) (-15 -2455 ((-1191) (-326 |#1|) (-114))) (-15 -2455 ((-1305) (-847) (-326 |#1|))) (-15 -2455 ((-1305) (-847) (-326 |#1|) (-114))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4149 ((|#1| $) 10 T ELT)) (-4467 (($ |#1|) 9 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2682 (($ |#2| (-793)) NIL T ELT)) (-3654 (((-793) $) NIL T ELT)) (-4307 ((|#2| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2703 (($ $) NIL (|has| |#1| (-240)) ELT) (($ $ (-793)) NIL (|has| |#1| (-240)) ELT)) (-4144 (((-793) $) NIL T ELT)) (-3834 (((-888) $) 17 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL (|has| |#2| (-175)) ELT)) (-3580 ((|#2| $ (-793)) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $) NIL (|has| |#1| (-240)) ELT) (($ $ (-793)) NIL (|has| |#1| (-240)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 12 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
+(((-852 |#1| |#2|) (-13 (-730 |#2|) (-10 -8 (IF (|has| |#1| (-240)) (-6 (-240)) |%noBranch|) (-15 -4467 ($ |#1|)) (-15 -4149 (|#1| $)))) (-730 |#2|) (-1081)) (T -852))
+((-4467 (*1 *1 *2) (-12 (-4 *3 (-1081)) (-5 *1 (-852 *2 *3)) (-4 *2 (-730 *3)))) (-4149 (*1 *2 *1) (-12 (-4 *2 (-730 *3)) (-5 *1 (-852 *2 *3)) (-4 *3 (-1081)))))
+(-13 (-730 |#2|) (-10 -8 (IF (|has| |#1| (-240)) (-6 (-240)) |%noBranch|) (-15 -4467 ($ |#1|)) (-15 -4149 (|#1| $))))
+((-4321 (((-323) (-1191) (-1191)) 12 T ELT)) (-2636 (((-114) (-1191) (-1191)) 34 T ELT)) (-3803 (((-114) (-1191)) 33 T ELT)) (-2015 (((-51) (-1191)) 25 T ELT)) (-2906 (((-51) (-1191)) 23 T ELT)) (-2079 (((-51) (-847)) 17 T ELT)) (-1413 (((-663 (-1191)) (-1191)) 28 T ELT)) (-3675 (((-663 (-1191))) 27 T ELT)))
+(((-853) (-10 -7 (-15 -2079 ((-51) (-847))) (-15 -2906 ((-51) (-1191))) (-15 -2015 ((-51) (-1191))) (-15 -3675 ((-663 (-1191)))) (-15 -1413 ((-663 (-1191)) (-1191))) (-15 -3803 ((-114) (-1191))) (-15 -2636 ((-114) (-1191) (-1191))) (-15 -4321 ((-323) (-1191) (-1191))))) (T -853))
+((-4321 (*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-323)) (-5 *1 (-853)))) (-2636 (*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-114)) (-5 *1 (-853)))) (-3803 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-114)) (-5 *1 (-853)))) (-1413 (*1 *2 *3) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-853)) (-5 *3 (-1191)))) (-3675 (*1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-853)))) (-2015 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-51)) (-5 *1 (-853)))) (-2906 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-51)) (-5 *1 (-853)))) (-2079 (*1 *2 *3) (-12 (-5 *3 (-847)) (-5 *2 (-51)) (-5 *1 (-853)))))
+(-10 -7 (-15 -2079 ((-51) (-847))) (-15 -2906 ((-51) (-1191))) (-15 -2015 ((-51) (-1191))) (-15 -3675 ((-663 (-1191)))) (-15 -1413 ((-663 (-1191)) (-1191))) (-15 -3803 ((-114) (-1191))) (-15 -2636 ((-114) (-1191) (-1191))) (-15 -4321 ((-323) (-1191) (-1191))))
+((-3808 (((-114) $ $) 22 T ELT)) (-1419 (($ |#1| $) 84 T ELT) (($ $ |#1|) 83 T ELT) (($ $ $) 82 T ELT)) (-3516 (($ $ $) 80 T ELT)) (-3147 (((-114) $ $) 81 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3992 (($ (-663 |#1|)) 76 T ELT) (($) 75 T ELT)) (-4174 (($ (-1 (-114) |#1|) $) 52 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 62 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-1536 (($ $) 69 T ELT)) (-4154 (($ $) 65 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ |#1| $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3513 (($ |#1| $) 64 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 61 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 63 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 60 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 59 (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4464 (((-114) $ $) 72 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-1622 ((|#1| $) 86 T ELT)) (-2100 (($ $ $) 89 T ELT)) (-1762 (($ $ $) 88 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3934 ((|#1| $) 87 T ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 T ELT)) (-2921 (($ $ $) 77 T ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT) (($ |#1| $ (-793)) 70 T ELT)) (-1473 (((-1152) $) 24 T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 58 T ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-4358 (((-663 (-2 (|:| -3529 |#1|) (|:| -1485 (-793)))) $) 68 T ELT)) (-2999 (($ $ |#1|) 79 T ELT) (($ $ $) 78 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 |#1|)) 55 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 57 T ELT)) (-3834 (((-888) $) 20 T ELT)) (-2622 (($ (-663 |#1|)) 74 T ELT) (($) 73 T ELT)) (-1519 (((-114) $ $) 23 T ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 T ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-854 |#1|) (-142) (-872)) (T -854))
+((-1622 (*1 *2 *1) (-12 (-4 *1 (-854 *2)) (-4 *2 (-872)))))
+(-13 (-759 |t#1|) (-1000 |t#1|) (-10 -8 (-15 -1622 (|t#1| $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-632 (-888)) . T) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-242 |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-717 |#1|) . T) ((-759 |#1|) . T) ((-1000 |#1|) . T) ((-1131 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-2331 (((-1305) (-1152) (-1152)) 48 T ELT)) (-1365 (((-1305) (-846) (-51)) 45 T ELT)) (-1825 (((-51) (-846)) 16 T ELT)))
+(((-855) (-10 -7 (-15 -1825 ((-51) (-846))) (-15 -1365 ((-1305) (-846) (-51))) (-15 -2331 ((-1305) (-1152) (-1152))))) (T -855))
+((-2331 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1305)) (-5 *1 (-855)))) (-1365 (*1 *2 *3 *4) (-12 (-5 *3 (-846)) (-5 *4 (-51)) (-5 *2 (-1305)) (-5 *1 (-855)))) (-1825 (*1 *2 *3) (-12 (-5 *3 (-846)) (-5 *2 (-51)) (-5 *1 (-855)))))
+(-10 -7 (-15 -1825 ((-51) (-846))) (-15 -1365 ((-1305) (-846) (-51))) (-15 -2331 ((-1305) (-1152) (-1152))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL (|has| |#1| (-21)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-2824 (((-560) $) NIL (|has| |#1| (-871)) ELT)) (-4489 (($) NIL (|has| |#1| (-21)) CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 15 T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 9 T ELT)) (-2167 (((-3 $ "failed") $) 42 (|has| |#1| (-871)) ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 52 (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) 46 (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) 49 (|has| |#1| (-559)) ELT)) (-1366 (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3363 (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-1501 (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3167 (($) 13 T ELT)) (-1905 (((-114) $) 12 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3741 (((-114) $) 11 T ELT)) (-3834 (((-888) $) 18 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) 8 T ELT) (($ (-560)) NIL (-2309 (|has| |#1| (-871)) (|has| |#1| (-1070 (-560)))) ELT)) (-3103 (((-793)) 36 (|has| |#1| (-871)) CONST)) (-1519 (((-114) $ $) 54 T ELT)) (-1958 (($ $) NIL (|has| |#1| (-871)) ELT)) (-2971 (($) 23 (|has| |#1| (-21)) CONST)) (-2983 (($) 33 (|has| |#1| (-871)) CONST)) (-2537 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2478 (((-114) $ $) 21 T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2499 (((-114) $ $) 45 (|has| |#1| (-871)) ELT)) (-2581 (($ $ $) NIL (|has| |#1| (-21)) ELT) (($ $) 29 (|has| |#1| (-21)) ELT)) (-2571 (($ $ $) 31 (|has| |#1| (-21)) ELT)) (** (($ $ (-949)) NIL (|has| |#1| (-871)) ELT) (($ $ (-793)) NIL (|has| |#1| (-871)) ELT)) (* (($ $ $) 39 (|has| |#1| (-871)) ELT) (($ (-560) $) 27 (|has| |#1| (-21)) ELT) (($ (-793) $) NIL (|has| |#1| (-21)) ELT) (($ (-949) $) NIL (|has| |#1| (-21)) ELT)))
+(((-856 |#1|) (-13 (-1133) (-426 |#1|) (-10 -8 (-15 -3167 ($)) (-15 -3741 ((-114) $)) (-15 -1905 ((-114) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|))) (-1133)) (T -856))
+((-3167 (*1 *1) (-12 (-5 *1 (-856 *2)) (-4 *2 (-1133)))) (-3741 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-856 *3)) (-4 *3 (-1133)))) (-1905 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-856 *3)) (-4 *3 (-1133)))) (-2639 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-856 *3)) (-4 *3 (-559)) (-4 *3 (-1133)))) (-2799 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-856 *3)) (-4 *3 (-559)) (-4 *3 (-1133)))) (-4356 (*1 *2 *1) (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-856 *3)) (-4 *3 (-559)) (-4 *3 (-1133)))))
+(-13 (-1133) (-426 |#1|) (-10 -8 (-15 -3167 ($)) (-15 -3741 ((-114) $)) (-15 -1905 ((-114) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|)))
+((-1793 (((-856 |#2|) (-1 |#2| |#1|) (-856 |#1|) (-856 |#2|)) 12 T ELT) (((-856 |#2|) (-1 |#2| |#1|) (-856 |#1|)) 13 T ELT)))
+(((-857 |#1| |#2|) (-10 -7 (-15 -1793 ((-856 |#2|) (-1 |#2| |#1|) (-856 |#1|))) (-15 -1793 ((-856 |#2|) (-1 |#2| |#1|) (-856 |#1|) (-856 |#2|)))) (-1133) (-1133)) (T -857))
+((-1793 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-856 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-856 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *1 (-857 *5 *6)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-856 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *2 (-856 *6)) (-5 *1 (-857 *5 *6)))))
+(-10 -7 (-15 -1793 ((-856 |#2|) (-1 |#2| |#1|) (-856 |#1|))) (-15 -1793 ((-856 |#2|) (-1 |#2| |#1|) (-856 |#1|) (-856 |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-115) "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-115) $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2052 ((|#1| (-115) |#1|) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2266 (($ |#1| (-374 (-115))) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2675 (($ $ (-1 |#1| |#1|)) NIL T ELT)) (-2816 (($ $ (-1 |#1| |#1|)) NIL T ELT)) (-3034 ((|#1| $ |#1|) NIL T ELT)) (-1515 ((|#1| |#1|) NIL (|has| |#1| (-175)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-115)) NIL T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4167 (($ $) NIL (|has| |#1| (-175)) ELT) (($ $ $) NIL (|has| |#1| (-175)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ (-115) (-560)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL (|has| |#1| (-175)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT)))
+(((-858 |#1|) (-13 (-1081) (-1070 |#1|) (-1070 (-115)) (-298 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-6 (-38 |#1|)) (-15 -4167 ($ $)) (-15 -4167 ($ $ $)) (-15 -1515 (|#1| |#1|))) |%noBranch|) (-15 -2816 ($ $ (-1 |#1| |#1|))) (-15 -2675 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-115) (-560))) (-15 ** ($ $ (-560))) (-15 -2052 (|#1| (-115) |#1|)) (-15 -2266 ($ |#1| (-374 (-115)))))) (-1081)) (T -858))
+((-4167 (*1 *1 *1) (-12 (-5 *1 (-858 *2)) (-4 *2 (-175)) (-4 *2 (-1081)))) (-4167 (*1 *1 *1 *1) (-12 (-5 *1 (-858 *2)) (-4 *2 (-175)) (-4 *2 (-1081)))) (-1515 (*1 *2 *2) (-12 (-5 *1 (-858 *2)) (-4 *2 (-175)) (-4 *2 (-1081)))) (-2816 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-858 *3)))) (-2675 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-858 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-560)) (-5 *1 (-858 *4)) (-4 *4 (-1081)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-858 *3)) (-4 *3 (-1081)))) (-2052 (*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-5 *1 (-858 *2)) (-4 *2 (-1081)))) (-2266 (*1 *1 *2 *3) (-12 (-5 *3 (-374 (-115))) (-5 *1 (-858 *2)) (-4 *2 (-1081)))))
+(-13 (-1081) (-1070 |#1|) (-1070 (-115)) (-298 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-175)) (PROGN (-6 (-38 |#1|)) (-15 -4167 ($ $)) (-15 -4167 ($ $ $)) (-15 -1515 (|#1| |#1|))) |%noBranch|) (-15 -2816 ($ $ (-1 |#1| |#1|))) (-15 -2675 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-115) (-560))) (-15 ** ($ $ (-560))) (-15 -2052 (|#1| (-115) |#1|)) (-15 -2266 ($ |#1| (-374 (-115))))))
+((-2820 (((-114) $ |#2|) 14 T ELT)) (-3834 (((-888) $) 11 T ELT)))
+(((-859 |#1| |#2|) (-10 -8 (-15 -2820 ((-114) |#1| |#2|)) (-15 -3834 ((-888) |#1|))) (-860 |#2|) (-1133)) (T -859))
+NIL
+(-10 -8 (-15 -2820 ((-114) |#1| |#2|)) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2187 ((|#1| $) 19 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2820 (((-114) $ |#1|) 17 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3799 (((-55) $) 18 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-860 |#1|) (-142) (-1133)) (T -860))
+((-2187 (*1 *2 *1) (-12 (-4 *1 (-860 *2)) (-4 *2 (-1133)))) (-3799 (*1 *2 *1) (-12 (-4 *1 (-860 *3)) (-4 *3 (-1133)) (-5 *2 (-55)))) (-2820 (*1 *2 *1 *3) (-12 (-4 *1 (-860 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(-13 (-1133) (-10 -8 (-15 -2187 (|t#1| $)) (-15 -3799 ((-55) $)) (-15 -2820 ((-114) $ |t#1|))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3152 (((-217 (-516)) (-1191)) 9 T ELT)))
+(((-861) (-10 -7 (-15 -3152 ((-217 (-516)) (-1191))))) (T -861))
+((-3152 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-217 (-516))) (-5 *1 (-861)))))
+(-10 -7 (-15 -3152 ((-217 (-516)) (-1191))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2344 (((-1147) $) 10 T ELT)) (-2187 (((-520) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2820 (((-114) $ (-520)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3845 (($ (-520) (-1147)) 8 T ELT)) (-3834 (((-888) $) 25 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3799 (((-55) $) 20 T ELT)) (-2478 (((-114) $ $) 12 T ELT)))
+(((-862) (-13 (-860 (-520)) (-10 -8 (-15 -2344 ((-1147) $)) (-15 -3845 ($ (-520) (-1147)))))) (T -862))
+((-2344 (*1 *2 *1) (-12 (-5 *2 (-1147)) (-5 *1 (-862)))) (-3845 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1147)) (-5 *1 (-862)))))
+(-13 (-860 (-520)) (-10 -8 (-15 -2344 ((-1147) $)) (-15 -3845 ($ (-520) (-1147)))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2645 (((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 18 T ELT) (((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 17 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 20 T ELT) (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 19 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-863) (-142)) (T -863))
+((-3039 (*1 *2 *3 *4) (-12 (-4 *1 (-863)) (-5 *3 (-1095)) (-5 *4 (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)))))) (-3039 (*1 *2 *3 *4) (-12 (-4 *1 (-863)) (-5 *3 (-1095)) (-5 *4 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)))))) (-2645 (*1 *2 *3) (-12 (-4 *1 (-863)) (-5 *3 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) (-5 *2 (-1067)))) (-2645 (*1 *2 *3) (-12 (-4 *1 (-863)) (-5 *3 (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (-5 *2 (-1067)))))
+(-13 (-1133) (-10 -7 (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229))))))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) (-15 -2645 ((-1067) (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) (-15 -2645 ((-1067) (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-1408 (((-1067) (-663 (-326 (-391))) (-663 (-391))) 166 T ELT) (((-1067) (-326 (-391)) (-663 (-391))) 164 T ELT) (((-1067) (-326 (-391)) (-663 (-391)) (-663 (-866 (-391))) (-663 (-866 (-391)))) 162 T ELT) (((-1067) (-326 (-391)) (-663 (-391)) (-663 (-866 (-391))) (-663 (-326 (-391))) (-663 (-866 (-391)))) 160 T ELT) (((-1067) (-865)) 125 T ELT) (((-1067) (-865) (-1095)) 124 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-865) (-1095)) 85 T ELT) (((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-865)) 87 T ELT)) (-2715 (((-1067) (-663 (-326 (-391))) (-663 (-391))) 167 T ELT) (((-1067) (-865)) 150 T ELT)))
+(((-864) (-10 -7 (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-865))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-865) (-1095))) (-15 -1408 ((-1067) (-865) (-1095))) (-15 -1408 ((-1067) (-865))) (-15 -2715 ((-1067) (-865))) (-15 -1408 ((-1067) (-326 (-391)) (-663 (-391)) (-663 (-866 (-391))) (-663 (-326 (-391))) (-663 (-866 (-391))))) (-15 -1408 ((-1067) (-326 (-391)) (-663 (-391)) (-663 (-866 (-391))) (-663 (-866 (-391))))) (-15 -1408 ((-1067) (-326 (-391)) (-663 (-391)))) (-15 -1408 ((-1067) (-663 (-326 (-391))) (-663 (-391)))) (-15 -2715 ((-1067) (-663 (-326 (-391))) (-663 (-391)))))) (T -864))
+((-2715 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-326 (-391)))) (-5 *4 (-663 (-391))) (-5 *2 (-1067)) (-5 *1 (-864)))) (-1408 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-326 (-391)))) (-5 *4 (-663 (-391))) (-5 *2 (-1067)) (-5 *1 (-864)))) (-1408 (*1 *2 *3 *4) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-391))) (-5 *2 (-1067)) (-5 *1 (-864)))) (-1408 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-391))) (-5 *5 (-663 (-866 (-391)))) (-5 *2 (-1067)) (-5 *1 (-864)))) (-1408 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-663 (-391))) (-5 *5 (-663 (-866 (-391)))) (-5 *6 (-663 (-326 (-391)))) (-5 *3 (-326 (-391))) (-5 *2 (-1067)) (-5 *1 (-864)))) (-2715 (*1 *2 *3) (-12 (-5 *3 (-865)) (-5 *2 (-1067)) (-5 *1 (-864)))) (-1408 (*1 *2 *3) (-12 (-5 *3 (-865)) (-5 *2 (-1067)) (-5 *1 (-864)))) (-1408 (*1 *2 *3 *4) (-12 (-5 *3 (-865)) (-5 *4 (-1095)) (-5 *2 (-1067)) (-5 *1 (-864)))) (-3039 (*1 *2 *3 *4) (-12 (-5 *3 (-865)) (-5 *4 (-1095)) (-5 *2 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))))) (-5 *1 (-864)))) (-3039 (*1 *2 *3) (-12 (-5 *3 (-865)) (-5 *2 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))))) (-5 *1 (-864)))))
+(-10 -7 (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-865))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-865) (-1095))) (-15 -1408 ((-1067) (-865) (-1095))) (-15 -1408 ((-1067) (-865))) (-15 -2715 ((-1067) (-865))) (-15 -1408 ((-1067) (-326 (-391)) (-663 (-391)) (-663 (-866 (-391))) (-663 (-326 (-391))) (-663 (-866 (-391))))) (-15 -1408 ((-1067) (-326 (-391)) (-663 (-391)) (-663 (-866 (-391))) (-663 (-866 (-391))))) (-15 -1408 ((-1067) (-326 (-391)) (-663 (-391)))) (-15 -1408 ((-1067) (-663 (-326 (-391))) (-663 (-391)))) (-15 -2715 ((-1067) (-663 (-326 (-391))) (-663 (-391)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4072 (((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) $) 21 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) 14 T ELT) (($ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) 16 T ELT) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))))) 18 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-865) (-13 (-1133) (-10 -8 (-15 -3834 ($ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229))))))) (-15 -3834 ($ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) (-15 -3834 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))))) (-15 -4072 ((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) $))))) (T -865))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (-5 *1 (-865)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))) (-5 *1 (-865)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))))) (-5 *1 (-865)))) (-4072 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229))))))) (-5 *1 (-865)))))
+(-13 (-1133) (-10 -8 (-15 -3834 ($ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229))))))) (-15 -3834 ($ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) (-15 -3834 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))))) (-15 -4072 ((-3 (|:| |noa| (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229))) (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229)))) (|:| |ub| (-663 (-866 (-229)))))) (|:| |lsa| (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL (|has| |#1| (-21)) ELT)) (-2662 (((-1152) $) 31 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-2824 (((-560) $) NIL (|has| |#1| (-871)) ELT)) (-4489 (($) NIL (|has| |#1| (-21)) CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 18 T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 9 T ELT)) (-2167 (((-3 $ "failed") $) 58 (|has| |#1| (-871)) ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 65 (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) 60 (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) 63 (|has| |#1| (-559)) ELT)) (-1366 (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-2515 (($) 14 T ELT)) (-3363 (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-1501 (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-2529 (($) 16 T ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1905 (((-114) $) 12 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3741 (((-114) $) 11 T ELT)) (-3834 (((-888) $) 24 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) 8 T ELT) (($ (-560)) NIL (-2309 (|has| |#1| (-871)) (|has| |#1| (-1070 (-560)))) ELT)) (-3103 (((-793)) 51 (|has| |#1| (-871)) CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL (|has| |#1| (-871)) ELT)) (-2971 (($) 37 (|has| |#1| (-21)) CONST)) (-2983 (($) 48 (|has| |#1| (-871)) CONST)) (-2537 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2478 (((-114) $ $) 35 T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2499 (((-114) $ $) 59 (|has| |#1| (-871)) ELT)) (-2581 (($ $ $) NIL (|has| |#1| (-21)) ELT) (($ $) 44 (|has| |#1| (-21)) ELT)) (-2571 (($ $ $) 46 (|has| |#1| (-21)) ELT)) (** (($ $ (-949)) NIL (|has| |#1| (-871)) ELT) (($ $ (-793)) NIL (|has| |#1| (-871)) ELT)) (* (($ $ $) 55 (|has| |#1| (-871)) ELT) (($ (-560) $) 42 (|has| |#1| (-21)) ELT) (($ (-793) $) NIL (|has| |#1| (-21)) ELT) (($ (-949) $) NIL (|has| |#1| (-21)) ELT)))
+(((-866 |#1|) (-13 (-1133) (-426 |#1|) (-10 -8 (-15 -2515 ($)) (-15 -2529 ($)) (-15 -3741 ((-114) $)) (-15 -1905 ((-114) $)) (-15 -2662 ((-1152) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|))) (-1133)) (T -866))
+((-2515 (*1 *1) (-12 (-5 *1 (-866 *2)) (-4 *2 (-1133)))) (-2529 (*1 *1) (-12 (-5 *1 (-866 *2)) (-4 *2 (-1133)))) (-3741 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-866 *3)) (-4 *3 (-1133)))) (-1905 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-866 *3)) (-4 *3 (-1133)))) (-2662 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-866 *3)) (-4 *3 (-1133)))) (-2639 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-866 *3)) (-4 *3 (-559)) (-4 *3 (-1133)))) (-2799 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-866 *3)) (-4 *3 (-559)) (-4 *3 (-1133)))) (-4356 (*1 *2 *1) (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-866 *3)) (-4 *3 (-559)) (-4 *3 (-1133)))))
+(-13 (-1133) (-426 |#1|) (-10 -8 (-15 -2515 ($)) (-15 -2529 ($)) (-15 -3741 ((-114) $)) (-15 -1905 ((-114) $)) (-15 -2662 ((-1152) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|)))
+((-1793 (((-866 |#2|) (-1 |#2| |#1|) (-866 |#1|) (-866 |#2|) (-866 |#2|)) 13 T ELT) (((-866 |#2|) (-1 |#2| |#1|) (-866 |#1|)) 14 T ELT)))
+(((-867 |#1| |#2|) (-10 -7 (-15 -1793 ((-866 |#2|) (-1 |#2| |#1|) (-866 |#1|))) (-15 -1793 ((-866 |#2|) (-1 |#2| |#1|) (-866 |#1|) (-866 |#2|) (-866 |#2|)))) (-1133) (-1133)) (T -867))
+((-1793 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-866 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-866 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *1 (-867 *5 *6)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-866 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *2 (-866 *6)) (-5 *1 (-867 *5 *6)))))
+(-10 -7 (-15 -1793 ((-866 |#2|) (-1 |#2| |#1|) (-866 |#1|))) (-15 -1793 ((-866 |#2|) (-1 |#2| |#1|) (-866 |#1|) (-866 |#2|) (-866 |#2|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2233 (((-793)) 27 T ELT)) (-2150 (($) 30 T ELT)) (-1622 (($ $ $) 23 T ELT) (($) 26 T CONST)) (-3934 (($ $ $) 22 T ELT) (($) 25 T CONST)) (-3862 (((-949) $) 29 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2081 (($ (-949)) 28 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)))
(((-868) (-142)) (T -868))
-NIL
-(-13 (-881) (-748))
-(((-102) . T) ((-632 (-887)) . T) ((-748) . T) ((-881) . T) ((-871) . T) ((-874) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2551 (((-560) $) 21 T ELT)) (-1957 (((-114) $) 10 T ELT)) (-2699 (((-114) $) 12 T ELT)) (-2407 (($ $) 23 T ELT)))
-(((-869 |#1|) (-10 -8 (-15 -2407 (|#1| |#1|)) (-15 -2551 ((-560) |#1|)) (-15 -2699 ((-114) |#1|)) (-15 -1957 ((-114) |#1|))) (-870)) (T -869))
-NIL
-(-10 -8 (-15 -2407 (|#1| |#1|)) (-15 -2551 ((-560) |#1|)) (-15 -2699 ((-114) |#1|)) (-15 -1957 ((-114) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 30 T ELT)) (-2494 (((-3 $ "failed") $ $) 33 T ELT)) (-2551 (((-560) $) 44 T ELT)) (-3366 (($) 29 T CONST)) (-4310 (((-3 $ "failed") $) 49 T ELT)) (-1957 (((-114) $) 46 T ELT)) (-1871 (((-114) $) 51 T ELT)) (-2699 (((-114) $) 45 T ELT)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 53 T ELT)) (-3418 (((-793)) 54 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-2407 (($ $) 43 T ELT)) (-1427 (($) 28 T CONST)) (-1439 (($) 52 T CONST)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (-2426 (($ $ $) 37 T ELT) (($ $) 36 T ELT)) (-2413 (($ $ $) 25 T ELT)) (** (($ $ (-793)) 50 T ELT) (($ $ (-948)) 47 T ELT)) (* (($ (-948) $) 26 T ELT) (($ (-793) $) 31 T ELT) (($ (-560) $) 35 T ELT) (($ $ $) 48 T ELT)))
+((-1622 (*1 *1) (-4 *1 (-868))) (-3934 (*1 *1) (-4 *1 (-868))))
+(-13 (-872) (-381) (-10 -8 (-15 -1622 ($) -2292) (-15 -3934 ($) -2292)))
+(((-102) . T) ((-632 (-888)) . T) ((-381) . T) ((-872) . T) ((-875) . T) ((-1133) . T) ((-1249) . T))
+((-2073 (((-114) (-1299 |#2|) (-1299 |#2|)) 19 T ELT)) (-3615 (((-114) (-1299 |#2|) (-1299 |#2|)) 20 T ELT)) (-3134 (((-114) (-1299 |#2|) (-1299 |#2|)) 16 T ELT)))
+(((-869 |#1| |#2|) (-10 -7 (-15 -3134 ((-114) (-1299 |#2|) (-1299 |#2|))) (-15 -2073 ((-114) (-1299 |#2|) (-1299 |#2|))) (-15 -3615 ((-114) (-1299 |#2|) (-1299 |#2|)))) (-793) (-816)) (T -869))
+((-3615 (*1 *2 *3 *3) (-12 (-5 *3 (-1299 *5)) (-4 *5 (-816)) (-5 *2 (-114)) (-5 *1 (-869 *4 *5)) (-14 *4 (-793)))) (-2073 (*1 *2 *3 *3) (-12 (-5 *3 (-1299 *5)) (-4 *5 (-816)) (-5 *2 (-114)) (-5 *1 (-869 *4 *5)) (-14 *4 (-793)))) (-3134 (*1 *2 *3 *3) (-12 (-5 *3 (-1299 *5)) (-4 *5 (-816)) (-5 *2 (-114)) (-5 *1 (-869 *4 *5)) (-14 *4 (-793)))))
+(-10 -7 (-15 -3134 ((-114) (-1299 |#2|) (-1299 |#2|))) (-15 -2073 ((-114) (-1299 |#2|) (-1299 |#2|))) (-15 -3615 ((-114) (-1299 |#2|) (-1299 |#2|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-4489 (($) 29 T CONST)) (-2167 (((-3 $ "failed") $) 32 T ELT)) (-3363 (((-114) $) 30 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2983 (($) 28 T CONST)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (** (($ $ (-949)) 26 T ELT) (($ $ (-793)) 31 T ELT)) (* (($ $ $) 25 T ELT)))
(((-870) (-142)) (T -870))
-((-1957 (*1 *2 *1) (-12 (-4 *1 (-870)) (-5 *2 (-114)))) (-2699 (*1 *2 *1) (-12 (-4 *1 (-870)) (-5 *2 (-114)))) (-2551 (*1 *2 *1) (-12 (-4 *1 (-870)) (-5 *2 (-560)))) (-2407 (*1 *1 *1) (-4 *1 (-870))))
-(-13 (-813) (-1080) (-748) (-10 -8 (-15 -1957 ((-114) $)) (-15 -2699 ((-114) $)) (-15 -2551 ((-560) $)) (-15 -2407 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-813) . T) ((-814) . T) ((-816) . T) ((-819) . T) ((-871) . T) ((-874) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)))
+NIL
+(-13 (-882) (-748))
+(((-102) . T) ((-632 (-888)) . T) ((-748) . T) ((-882) . T) ((-872) . T) ((-875) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 31 T ELT)) (-1469 (((-3 $ "failed") $ $) 34 T ELT)) (-2824 (((-560) $) 37 T ELT)) (-4489 (($) 30 T CONST)) (-2167 (((-3 $ "failed") $) 49 T ELT)) (-1366 (((-114) $) 28 T ELT)) (-3363 (((-114) $) 51 T ELT)) (-1501 (((-114) $) 38 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 53 T ELT)) (-3103 (((-793)) 54 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-1958 (($ $) 36 T ELT)) (-2971 (($) 29 T CONST)) (-2983 (($) 52 T CONST)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (-2581 (($ $ $) 41 T ELT) (($ $) 40 T ELT)) (-2571 (($ $ $) 25 T ELT)) (** (($ $ (-793)) 50 T ELT) (($ $ (-949)) 47 T ELT)) (* (($ (-949) $) 26 T ELT) (($ (-793) $) 32 T ELT) (($ (-560) $) 39 T ELT) (($ $ $) 48 T ELT)))
(((-871) (-142)) (T -871))
NIL
-(-13 (-1132) (-874))
-(((-102) . T) ((-632 (-887)) . T) ((-874) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-2539 (($ |#1|) 10 T ELT) ((|#1| $) 9 T ELT) (((-887) $) 15 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 12 T ELT)))
-(((-872 |#1| |#2|) (-13 (-874) (-504 |#1|) (-10 -7 (IF (|has| |#1| (-632 (-887))) (-6 (-632 (-887))) |%noBranch|))) (-1248) (-1 (-114) |#1| |#1|)) (T -872))
-NIL
-(-13 (-874) (-504 |#1|) (-10 -7 (IF (|has| |#1| (-632 (-887))) (-6 (-632 (-887))) |%noBranch|)))
-((-2006 (($ $ $) 16 T ELT)) (-2718 (($ $ $) 15 T ELT)) (-3860 (((-114) $ $) 17 T ELT)) (-2383 (((-114) $ $) 12 T ELT)) (-2360 (((-114) $ $) 9 T ELT)) (-2329 (((-114) $ $) 14 T ELT)) (-2372 (((-114) $ $) 11 T ELT)))
-(((-873 |#1|) (-10 -8 (-15 -2006 (|#1| |#1| |#1|)) (-15 -2718 (|#1| |#1| |#1|)) (-15 -2383 ((-114) |#1| |#1|)) (-15 -2372 ((-114) |#1| |#1|)) (-15 -2360 ((-114) |#1| |#1|)) (-15 -3860 ((-114) |#1| |#1|)) (-15 -2329 ((-114) |#1| |#1|))) (-874)) (T -873))
-NIL
-(-10 -8 (-15 -2006 (|#1| |#1| |#1|)) (-15 -2718 (|#1| |#1| |#1|)) (-15 -2383 ((-114) |#1| |#1|)) (-15 -2372 ((-114) |#1| |#1|)) (-15 -2360 ((-114) |#1| |#1|)) (-15 -3860 ((-114) |#1| |#1|)) (-15 -2329 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-2006 (($ $ $) 10 T ELT)) (-2718 (($ $ $) 11 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2383 (((-114) $ $) 12 T ELT)) (-2360 (((-114) $ $) 14 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 13 T ELT)) (-2349 (((-114) $ $) 15 T ELT)))
-(((-874) (-142)) (T -874))
-((-2349 (*1 *2 *1 *1) (-12 (-4 *1 (-874)) (-5 *2 (-114)))) (-2360 (*1 *2 *1 *1) (-12 (-4 *1 (-874)) (-5 *2 (-114)))) (-2372 (*1 *2 *1 *1) (-12 (-4 *1 (-874)) (-5 *2 (-114)))) (-2383 (*1 *2 *1 *1) (-12 (-4 *1 (-874)) (-5 *2 (-114)))) (-2718 (*1 *1 *1 *1) (-4 *1 (-874))) (-2006 (*1 *1 *1 *1) (-4 *1 (-874))))
-(-13 (-102) (-10 -8 (-15 -2349 ((-114) $ $)) (-15 -2360 ((-114) $ $)) (-15 -2372 ((-114) $ $)) (-15 -2383 ((-114) $ $)) (-15 -2718 ($ $ $)) (-15 -2006 ($ $ $))))
-(((-102) . T) ((-1248) . T))
-((-2938 (($ $ $) 49 T ELT)) (-4223 (($ $ $) 48 T ELT)) (-4204 (($ $ $) 46 T ELT)) (-4337 (($ $ $) 55 T ELT)) (-2175 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 50 T ELT)) (-4020 (((-3 $ "failed") $ $) 53 T ELT)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 29 T ELT)) (-2075 (($ $) 39 T ELT)) (-2331 (($ $ $) 43 T ELT)) (-2764 (($ $ $) 42 T ELT)) (-3723 (($ $ $) 51 T ELT)) (-3229 (($ $ $) 57 T ELT)) (-1902 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 45 T ELT)) (-2171 (((-3 $ "failed") $ $) 52 T ELT)) (-2283 (((-3 $ "failed") $ |#2|) 32 T ELT)) (-2389 ((|#2| $) 36 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#2|) 13 T ELT)) (-2277 (((-663 |#2|) $) 21 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 25 T ELT)))
-(((-875 |#1| |#2|) (-10 -8 (-15 -3723 (|#1| |#1| |#1|)) (-15 -2175 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3178 |#1|)) |#1| |#1|)) (-15 -4337 (|#1| |#1| |#1|)) (-15 -4020 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2938 (|#1| |#1| |#1|)) (-15 -4223 (|#1| |#1| |#1|)) (-15 -4204 (|#1| |#1| |#1|)) (-15 -1902 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3178 |#1|)) |#1| |#1|)) (-15 -3229 (|#1| |#1| |#1|)) (-15 -2171 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2331 (|#1| |#1| |#1|)) (-15 -2764 (|#1| |#1| |#1|)) (-15 -2075 (|#1| |#1|)) (-15 -2389 (|#2| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2277 ((-663 |#2|) |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2539 (|#1| (-560))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)) (-15 -2539 ((-887) |#1|))) (-876 |#2|) (-1080)) (T -875))
-NIL
-(-10 -8 (-15 -3723 (|#1| |#1| |#1|)) (-15 -2175 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3178 |#1|)) |#1| |#1|)) (-15 -4337 (|#1| |#1| |#1|)) (-15 -4020 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2938 (|#1| |#1| |#1|)) (-15 -4223 (|#1| |#1| |#1|)) (-15 -4204 (|#1| |#1| |#1|)) (-15 -1902 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3178 |#1|)) |#1| |#1|)) (-15 -3229 (|#1| |#1| |#1|)) (-15 -2171 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2331 (|#1| |#1| |#1|)) (-15 -2764 (|#1| |#1| |#1|)) (-15 -2075 (|#1| |#1|)) (-15 -2389 (|#2| |#1|)) (-15 -2283 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2277 ((-663 |#2|) |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2539 (|#1| (-560))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2938 (($ $ $) 55 (|has| |#1| (-376)) ELT)) (-4223 (($ $ $) 56 (|has| |#1| (-376)) ELT)) (-4204 (($ $ $) 58 (|has| |#1| (-376)) ELT)) (-4337 (($ $ $) 53 (|has| |#1| (-376)) ELT)) (-2175 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 52 (|has| |#1| (-376)) ELT)) (-4020 (((-3 $ "failed") $ $) 54 (|has| |#1| (-376)) ELT)) (-4084 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 57 (|has| |#1| (-376)) ELT)) (-1442 (((-3 (-560) "failed") $) 85 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 82 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 79 T ELT)) (-3056 (((-560) $) 84 (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) 81 (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 80 T ELT)) (-2474 (($ $) 74 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2075 (($ $) 65 (|has| |#1| (-466)) ELT)) (-1871 (((-114) $) 40 T ELT)) (-3528 (($ |#1| (-793)) 72 T ELT)) (-3423 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 67 (|has| |#1| (-571)) ELT)) (-2104 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 68 (|has| |#1| (-571)) ELT)) (-4486 (((-793) $) 76 T ELT)) (-2331 (($ $ $) 62 (|has| |#1| (-376)) ELT)) (-2764 (($ $ $) 63 (|has| |#1| (-376)) ELT)) (-3723 (($ $ $) 51 (|has| |#1| (-376)) ELT)) (-3229 (($ $ $) 60 (|has| |#1| (-376)) ELT)) (-1902 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 59 (|has| |#1| (-376)) ELT)) (-2171 (((-3 $ "failed") $ $) 61 (|has| |#1| (-376)) ELT)) (-2210 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 64 (|has| |#1| (-376)) ELT)) (-2450 ((|#1| $) 75 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-571)) ELT)) (-4283 (((-793) $) 77 T ELT)) (-2389 ((|#1| $) 66 (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 83 (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) 78 T ELT)) (-2277 (((-663 |#1|) $) 71 T ELT)) (-2453 ((|#1| $ (-793)) 73 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3780 ((|#1| $ |#1| |#1|) 70 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 87 T ELT) (($ |#1| $) 86 T ELT)))
-(((-876 |#1|) (-142) (-1080)) (T -876))
-((-4283 (*1 *2 *1) (-12 (-4 *1 (-876 *3)) (-4 *3 (-1080)) (-5 *2 (-793)))) (-4486 (*1 *2 *1) (-12 (-4 *1 (-876 *3)) (-4 *3 (-1080)) (-5 *2 (-793)))) (-2450 (*1 *2 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)))) (-2474 (*1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)))) (-2453 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-876 *2)) (-4 *2 (-1080)))) (-3528 (*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-876 *2)) (-4 *2 (-1080)))) (-2277 (*1 *2 *1) (-12 (-4 *1 (-876 *3)) (-4 *3 (-1080)) (-5 *2 (-663 *3)))) (-3780 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)))) (-2283 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-571)))) (-2104 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-876 *3)))) (-3423 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-876 *3)))) (-2389 (*1 *2 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-466)))) (-2075 (*1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-466)))) (-2210 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-876 *3)))) (-2764 (*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-2331 (*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-2171 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-3229 (*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-1902 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3178 *1))) (-4 *1 (-876 *3)))) (-4204 (*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-4084 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-876 *3)))) (-4223 (*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-2938 (*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-4020 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-4337 (*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-2175 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3178 *1))) (-4 *1 (-876 *3)))) (-3723 (*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(-13 (-1080) (-111 |t#1| |t#1|) (-426 |t#1|) (-10 -8 (-15 -4283 ((-793) $)) (-15 -4486 ((-793) $)) (-15 -2450 (|t#1| $)) (-15 -2474 ($ $)) (-15 -2453 (|t#1| $ (-793))) (-15 -3528 ($ |t#1| (-793))) (-15 -2277 ((-663 |t#1|) $)) (-15 -3780 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-175)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-15 -2283 ((-3 $ "failed") $ |t#1|)) (-15 -2104 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -3423 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-466)) (PROGN (-15 -2389 (|t#1| $)) (-15 -2075 ($ $))) |%noBranch|) (IF (|has| |t#1| (-376)) (PROGN (-15 -2210 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -2764 ($ $ $)) (-15 -2331 ($ $ $)) (-15 -2171 ((-3 $ "failed") $ $)) (-15 -3229 ($ $ $)) (-15 -1902 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $)) (-15 -4204 ($ $ $)) (-15 -4084 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -4223 ($ $ $)) (-15 -2938 ($ $ $)) (-15 -4020 ((-3 $ "failed") $ $)) (-15 -4337 ($ $ $)) (-15 -2175 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $)) (-15 -3723 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-175)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 #0=(-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-426 |#1|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-748) . T) ((-1069 #0#) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-3950 ((|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|)) 20 T ELT)) (-4084 (((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|)) 46 (|has| |#1| (-376)) ELT)) (-3423 (((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|)) 43 (|has| |#1| (-571)) ELT)) (-2104 (((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|)) 42 (|has| |#1| (-571)) ELT)) (-2210 (((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|)) 45 (|has| |#1| (-376)) ELT)) (-3780 ((|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|)) 33 T ELT)))
-(((-877 |#1| |#2|) (-10 -7 (-15 -3950 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3780 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-571)) (PROGN (-15 -2104 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -3423 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -2210 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -4084 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|)) (-1080) (-876 |#1|)) (T -877))
-((-4084 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-376)) (-4 *5 (-1080)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-877 *5 *3)) (-4 *3 (-876 *5)))) (-2210 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-376)) (-4 *5 (-1080)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-877 *5 *3)) (-4 *3 (-876 *5)))) (-3423 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-571)) (-4 *5 (-1080)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-877 *5 *3)) (-4 *3 (-876 *5)))) (-2104 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-571)) (-4 *5 (-1080)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-877 *5 *3)) (-4 *3 (-876 *5)))) (-3780 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1080)) (-5 *1 (-877 *2 *3)) (-4 *3 (-876 *2)))) (-3950 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1080)) (-5 *1 (-877 *5 *2)) (-4 *2 (-876 *5)))))
-(-10 -7 (-15 -3950 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3780 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-571)) (PROGN (-15 -2104 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -3423 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -2210 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -4084 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2938 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4223 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4204 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4337 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2175 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-4020 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-4084 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 34 (|has| |#1| (-376)) ELT)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1661 (((-887) $ (-887)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) NIL T ELT)) (-3423 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 30 (|has| |#1| (-571)) ELT)) (-2104 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 28 (|has| |#1| (-571)) ELT)) (-4486 (((-793) $) NIL T ELT)) (-2331 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2764 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3723 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3229 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1902 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2171 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2210 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 32 (|has| |#1| (-376)) ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-4283 (((-793) $) NIL T ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (($ |#1|) NIL T ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-793)) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3780 ((|#1| $ |#1| |#1|) 15 T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) 23 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) 19 T ELT) (($ $ (-793)) 24 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 13 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-878 |#1| |#2| |#3|) (-13 (-876 |#1|) (-10 -8 (-15 -1661 ((-887) $ (-887))))) (-1080) (-99 |#1|) (-1 |#1| |#1|)) (T -878))
-((-1661 (*1 *2 *1 *2) (-12 (-5 *2 (-887)) (-5 *1 (-878 *3 *4 *5)) (-4 *3 (-1080)) (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3)))))
-(-13 (-876 |#1|) (-10 -8 (-15 -1661 ((-887) $ (-887)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2938 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-4223 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-4204 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-4337 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2175 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-4020 (((-3 $ "failed") $ $) NIL (|has| |#2| (-376)) ELT)) (-4084 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 |#2| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) ((|#2| $) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#2| (-466)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-3528 (($ |#2| (-793)) 17 T ELT)) (-3423 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#2| (-571)) ELT)) (-2104 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#2| (-571)) ELT)) (-4486 (((-793) $) NIL T ELT)) (-2331 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2764 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3723 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3229 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-1902 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-2171 (((-3 $ "failed") $ $) NIL (|has| |#2| (-376)) ELT)) (-2210 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-2450 ((|#2| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT)) (-4283 (((-793) $) NIL T ELT)) (-2389 ((|#2| $) NIL (|has| |#2| (-466)) ELT)) (-2539 (((-887) $) 24 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (($ |#2|) NIL T ELT) (($ (-1295 |#1|)) 19 T ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ (-793)) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3780 ((|#2| $ |#2| |#2|) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) 13 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
-(((-879 |#1| |#2| |#3| |#4|) (-13 (-876 |#2|) (-635 (-1295 |#1|))) (-1208) (-1080) (-99 |#2|) (-1 |#2| |#2|)) (T -879))
-NIL
-(-13 (-876 |#2|) (-635 (-1295 |#1|)))
-((-3879 ((|#1| (-793) |#1|) 45 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1413 ((|#1| (-793) (-793) |#1|) 36 T ELT) ((|#1| (-793) |#1|) 24 T ELT)) (-4040 ((|#1| (-793) |#1|) 40 T ELT)) (-1355 ((|#1| (-793) |#1|) 38 T ELT)) (-2092 ((|#1| (-793) |#1|) 37 T ELT)))
-(((-880 |#1|) (-10 -7 (-15 -2092 (|#1| (-793) |#1|)) (-15 -1355 (|#1| (-793) |#1|)) (-15 -4040 (|#1| (-793) |#1|)) (-15 -1413 (|#1| (-793) |#1|)) (-15 -1413 (|#1| (-793) (-793) |#1|)) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3879 (|#1| (-793) |#1|)) |%noBranch|)) (-175)) (T -880))
-((-3879 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-175)))) (-1413 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175)))) (-1413 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175)))) (-4040 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175)))) (-1355 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175)))) (-2092 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175)))))
-(-10 -7 (-15 -2092 (|#1| (-793) |#1|)) (-15 -1355 (|#1| (-793) |#1|)) (-15 -4040 (|#1| (-793) |#1|)) (-15 -1413 (|#1| (-793) |#1|)) (-15 -1413 (|#1| (-793) (-793) |#1|)) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3879 (|#1| (-793) |#1|)) |%noBranch|))
-((-2294 (((-114) $ $) 7 T ELT)) (-2006 (($ $ $) 23 T ELT)) (-2718 (($ $ $) 22 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2383 (((-114) $ $) 21 T ELT)) (-2360 (((-114) $ $) 19 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 20 T ELT)) (-2349 (((-114) $ $) 18 T ELT)) (** (($ $ (-948)) 26 T ELT)) (* (($ $ $) 25 T ELT)))
-(((-881) (-142)) (T -881))
-NIL
-(-13 (-871) (-1143))
-(((-102) . T) ((-632 (-887)) . T) ((-871) . T) ((-874) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3929 (((-560) $) 14 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-560)) 13 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 9 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 11 T ELT)))
-(((-882) (-13 (-871) (-10 -8 (-15 -2539 ($ (-560))) (-15 -3929 ((-560) $))))) (T -882))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-882)))) (-3929 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-882)))))
-(-13 (-871) (-10 -8 (-15 -2539 ($ (-560))) (-15 -3929 ((-560) $))))
-((-4450 (((-1304) (-663 (-51))) 23 T ELT)) (-1949 (((-1304) (-1190) (-887)) 13 T ELT) (((-1304) (-887)) 8 T ELT) (((-1304) (-1190)) 10 T ELT)))
-(((-883) (-10 -7 (-15 -1949 ((-1304) (-1190))) (-15 -1949 ((-1304) (-887))) (-15 -1949 ((-1304) (-1190) (-887))) (-15 -4450 ((-1304) (-663 (-51)))))) (T -883))
-((-4450 (*1 *2 *3) (-12 (-5 *3 (-663 (-51))) (-5 *2 (-1304)) (-5 *1 (-883)))) (-1949 (*1 *2 *3 *4) (-12 (-5 *3 (-1190)) (-5 *4 (-887)) (-5 *2 (-1304)) (-5 *1 (-883)))) (-1949 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-883)))) (-1949 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-883)))))
-(-10 -7 (-15 -1949 ((-1304) (-1190))) (-15 -1949 ((-1304) (-887))) (-15 -1949 ((-1304) (-1190) (-887))) (-15 -4450 ((-1304) (-663 (-51)))))
-((-3171 (((-713 (-1257)) $ (-1257)) 15 T ELT)) (-4412 (((-713 (-564)) $ (-564)) 12 T ELT)) (-2215 (((-793) $ (-131)) 30 T ELT)))
-(((-884 |#1|) (-10 -8 (-15 -2215 ((-793) |#1| (-131))) (-15 -3171 ((-713 (-1257)) |#1| (-1257))) (-15 -4412 ((-713 (-564)) |#1| (-564)))) (-885)) (T -884))
-NIL
-(-10 -8 (-15 -2215 ((-793) |#1| (-131))) (-15 -3171 ((-713 (-1257)) |#1| (-1257))) (-15 -4412 ((-713 (-564)) |#1| (-564))))
-((-3171 (((-713 (-1257)) $ (-1257)) 8 T ELT)) (-4412 (((-713 (-564)) $ (-564)) 9 T ELT)) (-2215 (((-793) $ (-131)) 7 T ELT)) (-2808 (((-713 (-130)) $ (-130)) 10 T ELT)) (-4213 (($ $) 6 T ELT)))
-(((-885) (-142)) (T -885))
-((-2808 (*1 *2 *1 *3) (-12 (-4 *1 (-885)) (-5 *2 (-713 (-130))) (-5 *3 (-130)))) (-4412 (*1 *2 *1 *3) (-12 (-4 *1 (-885)) (-5 *2 (-713 (-564))) (-5 *3 (-564)))) (-3171 (*1 *2 *1 *3) (-12 (-4 *1 (-885)) (-5 *2 (-713 (-1257))) (-5 *3 (-1257)))) (-2215 (*1 *2 *1 *3) (-12 (-4 *1 (-885)) (-5 *3 (-131)) (-5 *2 (-793)))))
-(-13 (-176) (-10 -8 (-15 -2808 ((-713 (-130)) $ (-130))) (-15 -4412 ((-713 (-564)) $ (-564))) (-15 -3171 ((-713 (-1257)) $ (-1257))) (-15 -2215 ((-793) $ (-131)))))
+(-13 (-814) (-1081) (-748))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-814) . T) ((-816) . T) ((-818) . T) ((-821) . T) ((-872) . T) ((-875) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)))
+(((-872) (-142)) (T -872))
+NIL
+(-13 (-1133) (-875))
+(((-102) . T) ((-632 (-888)) . T) ((-875) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3834 (($ |#1|) 10 T ELT) ((|#1| $) 9 T ELT) (((-888) $) 15 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 12 T ELT)))
+(((-873 |#1| |#2|) (-13 (-875) (-504 |#1|) (-10 -7 (IF (|has| |#1| (-632 (-888))) (-6 (-632 (-888))) |%noBranch|))) (-1249) (-1 (-114) |#1| |#1|)) (T -873))
+NIL
+(-13 (-875) (-504 |#1|) (-10 -7 (IF (|has| |#1| (-632 (-888))) (-6 (-632 (-888))) |%noBranch|)))
+((-1622 (($ $ $) 16 T ELT)) (-3934 (($ $ $) 15 T ELT)) (-1519 (((-114) $ $) 17 T ELT)) (-2537 (((-114) $ $) 12 T ELT)) (-2510 (((-114) $ $) 9 T ELT)) (-2478 (((-114) $ $) 14 T ELT)) (-2525 (((-114) $ $) 11 T ELT)))
+(((-874 |#1|) (-10 -8 (-15 -1622 (|#1| |#1| |#1|)) (-15 -3934 (|#1| |#1| |#1|)) (-15 -2537 ((-114) |#1| |#1|)) (-15 -2525 ((-114) |#1| |#1|)) (-15 -2510 ((-114) |#1| |#1|)) (-15 -1519 ((-114) |#1| |#1|)) (-15 -2478 ((-114) |#1| |#1|))) (-875)) (T -874))
+NIL
+(-10 -8 (-15 -1622 (|#1| |#1| |#1|)) (-15 -3934 (|#1| |#1| |#1|)) (-15 -2537 ((-114) |#1| |#1|)) (-15 -2525 ((-114) |#1| |#1|)) (-15 -2510 ((-114) |#1| |#1|)) (-15 -1519 ((-114) |#1| |#1|)) (-15 -2478 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-1622 (($ $ $) 10 T ELT)) (-3934 (($ $ $) 11 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2537 (((-114) $ $) 12 T ELT)) (-2510 (((-114) $ $) 14 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 13 T ELT)) (-2499 (((-114) $ $) 15 T ELT)))
+(((-875) (-142)) (T -875))
+((-2499 (*1 *2 *1 *1) (-12 (-4 *1 (-875)) (-5 *2 (-114)))) (-2510 (*1 *2 *1 *1) (-12 (-4 *1 (-875)) (-5 *2 (-114)))) (-2525 (*1 *2 *1 *1) (-12 (-4 *1 (-875)) (-5 *2 (-114)))) (-2537 (*1 *2 *1 *1) (-12 (-4 *1 (-875)) (-5 *2 (-114)))) (-3934 (*1 *1 *1 *1) (-4 *1 (-875))) (-1622 (*1 *1 *1 *1) (-4 *1 (-875))))
+(-13 (-102) (-10 -8 (-15 -2499 ((-114) $ $)) (-15 -2510 ((-114) $ $)) (-15 -2525 ((-114) $ $)) (-15 -2537 ((-114) $ $)) (-15 -3934 ($ $ $)) (-15 -1622 ($ $ $))))
+(((-102) . T) ((-1249) . T))
+((-1836 (($ $ $) 49 T ELT)) (-3190 (($ $ $) 48 T ELT)) (-2855 (($ $ $) 46 T ELT)) (-3796 (($ $ $) 55 T ELT)) (-4135 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 50 T ELT)) (-2543 (((-3 $ "failed") $ $) 53 T ELT)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 29 T ELT)) (-4332 (($ $) 39 T ELT)) (-2258 (($ $ $) 43 T ELT)) (-3951 (($ $ $) 42 T ELT)) (-3786 (($ $ $) 51 T ELT)) (-4057 (($ $ $) 57 T ELT)) (-2174 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 45 T ELT)) (-3828 (((-3 $ "failed") $ $) 52 T ELT)) (-3795 (((-3 $ "failed") $ |#2|) 32 T ELT)) (-3878 ((|#2| $) 36 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#2|) 13 T ELT)) (-1551 (((-663 |#2|) $) 21 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 25 T ELT)))
+(((-876 |#1| |#2|) (-10 -8 (-15 -3786 (|#1| |#1| |#1|)) (-15 -4135 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3505 |#1|)) |#1| |#1|)) (-15 -3796 (|#1| |#1| |#1|)) (-15 -2543 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1836 (|#1| |#1| |#1|)) (-15 -3190 (|#1| |#1| |#1|)) (-15 -2855 (|#1| |#1| |#1|)) (-15 -2174 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3505 |#1|)) |#1| |#1|)) (-15 -4057 (|#1| |#1| |#1|)) (-15 -3828 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2258 (|#1| |#1| |#1|)) (-15 -3951 (|#1| |#1| |#1|)) (-15 -4332 (|#1| |#1|)) (-15 -3878 (|#2| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1551 ((-663 |#2|) |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3834 (|#1| (-560))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)) (-15 -3834 ((-888) |#1|))) (-877 |#2|) (-1081)) (T -876))
+NIL
+(-10 -8 (-15 -3786 (|#1| |#1| |#1|)) (-15 -4135 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3505 |#1|)) |#1| |#1|)) (-15 -3796 (|#1| |#1| |#1|)) (-15 -2543 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1836 (|#1| |#1| |#1|)) (-15 -3190 (|#1| |#1| |#1|)) (-15 -2855 (|#1| |#1| |#1|)) (-15 -2174 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3505 |#1|)) |#1| |#1|)) (-15 -4057 (|#1| |#1| |#1|)) (-15 -3828 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2258 (|#1| |#1| |#1|)) (-15 -3951 (|#1| |#1| |#1|)) (-15 -4332 (|#1| |#1|)) (-15 -3878 (|#2| |#1|)) (-15 -3795 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1551 ((-663 |#2|) |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3834 (|#1| (-560))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-1836 (($ $ $) 55 (|has| |#1| (-376)) ELT)) (-3190 (($ $ $) 56 (|has| |#1| (-376)) ELT)) (-2855 (($ $ $) 58 (|has| |#1| (-376)) ELT)) (-3796 (($ $ $) 53 (|has| |#1| (-376)) ELT)) (-4135 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 52 (|has| |#1| (-376)) ELT)) (-2543 (((-3 $ "failed") $ $) 54 (|has| |#1| (-376)) ELT)) (-3829 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 57 (|has| |#1| (-376)) ELT)) (-4142 (((-3 (-560) "failed") $) 85 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 82 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 79 T ELT)) (-4072 (((-560) $) 84 (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) 81 (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 80 T ELT)) (-4328 (($ $) 74 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-4332 (($ $) 65 (|has| |#1| (-466)) ELT)) (-3363 (((-114) $) 40 T ELT)) (-2682 (($ |#1| (-793)) 72 T ELT)) (-2165 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 67 (|has| |#1| (-571)) ELT)) (-2142 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 68 (|has| |#1| (-571)) ELT)) (-3654 (((-793) $) 76 T ELT)) (-2258 (($ $ $) 62 (|has| |#1| (-376)) ELT)) (-3951 (($ $ $) 63 (|has| |#1| (-376)) ELT)) (-3786 (($ $ $) 51 (|has| |#1| (-376)) ELT)) (-4057 (($ $ $) 60 (|has| |#1| (-376)) ELT)) (-2174 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 59 (|has| |#1| (-376)) ELT)) (-3828 (((-3 $ "failed") $ $) 61 (|has| |#1| (-376)) ELT)) (-2634 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 64 (|has| |#1| (-376)) ELT)) (-4307 ((|#1| $) 75 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-571)) ELT)) (-4144 (((-793) $) 77 T ELT)) (-3878 ((|#1| $) 66 (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 83 (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) 78 T ELT)) (-1551 (((-663 |#1|) $) 71 T ELT)) (-3580 ((|#1| $ (-793)) 73 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-1560 ((|#1| $ |#1| |#1|) 70 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 87 T ELT) (($ |#1| $) 86 T ELT)))
+(((-877 |#1|) (-142) (-1081)) (T -877))
+((-4144 (*1 *2 *1) (-12 (-4 *1 (-877 *3)) (-4 *3 (-1081)) (-5 *2 (-793)))) (-3654 (*1 *2 *1) (-12 (-4 *1 (-877 *3)) (-4 *3 (-1081)) (-5 *2 (-793)))) (-4307 (*1 *2 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)))) (-4328 (*1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)))) (-3580 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-877 *2)) (-4 *2 (-1081)))) (-2682 (*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-877 *2)) (-4 *2 (-1081)))) (-1551 (*1 *2 *1) (-12 (-4 *1 (-877 *3)) (-4 *3 (-1081)) (-5 *2 (-663 *3)))) (-1560 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)))) (-3795 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-571)))) (-2142 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-877 *3)))) (-2165 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-877 *3)))) (-3878 (*1 *2 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-466)))) (-4332 (*1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-466)))) (-2634 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-877 *3)))) (-3951 (*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-2258 (*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-3828 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-4057 (*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-2174 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3505 *1))) (-4 *1 (-877 *3)))) (-2855 (*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-3829 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-877 *3)))) (-3190 (*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-1836 (*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-2543 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-3796 (*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-4135 (*1 *2 *1 *1) (-12 (-4 *3 (-376)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3505 *1))) (-4 *1 (-877 *3)))) (-3786 (*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(-13 (-1081) (-111 |t#1| |t#1|) (-426 |t#1|) (-10 -8 (-15 -4144 ((-793) $)) (-15 -3654 ((-793) $)) (-15 -4307 (|t#1| $)) (-15 -4328 ($ $)) (-15 -3580 (|t#1| $ (-793))) (-15 -2682 ($ |t#1| (-793))) (-15 -1551 ((-663 |t#1|) $)) (-15 -1560 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-175)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-15 -3795 ((-3 $ "failed") $ |t#1|)) (-15 -2142 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -2165 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-466)) (PROGN (-15 -3878 (|t#1| $)) (-15 -4332 ($ $))) |%noBranch|) (IF (|has| |t#1| (-376)) (PROGN (-15 -2634 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -3951 ($ $ $)) (-15 -2258 ($ $ $)) (-15 -3828 ((-3 $ "failed") $ $)) (-15 -4057 ($ $ $)) (-15 -2174 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $)) (-15 -2855 ($ $ $)) (-15 -3829 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -3190 ($ $ $)) (-15 -1836 ($ $ $)) (-15 -2543 ((-3 $ "failed") $ $)) (-15 -3796 ($ $ $)) (-15 -4135 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $)) (-15 -3786 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-175)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 #0=(-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-426 |#1|) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-748) . T) ((-1070 #0#) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2667 ((|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|)) 20 T ELT)) (-3829 (((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|)) 46 (|has| |#1| (-376)) ELT)) (-2165 (((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|)) 43 (|has| |#1| (-571)) ELT)) (-2142 (((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|)) 42 (|has| |#1| (-571)) ELT)) (-2634 (((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|)) 45 (|has| |#1| (-376)) ELT)) (-1560 ((|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|)) 33 T ELT)))
+(((-878 |#1| |#2|) (-10 -7 (-15 -2667 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -1560 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-571)) (PROGN (-15 -2142 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -2165 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -2634 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -3829 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|)) (-1081) (-877 |#1|)) (T -878))
+((-3829 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-376)) (-4 *5 (-1081)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-878 *5 *3)) (-4 *3 (-877 *5)))) (-2634 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-376)) (-4 *5 (-1081)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-878 *5 *3)) (-4 *3 (-877 *5)))) (-2165 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-571)) (-4 *5 (-1081)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-878 *5 *3)) (-4 *3 (-877 *5)))) (-2142 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-571)) (-4 *5 (-1081)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-878 *5 *3)) (-4 *3 (-877 *5)))) (-1560 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1081)) (-5 *1 (-878 *2 *3)) (-4 *3 (-877 *2)))) (-2667 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1081)) (-5 *1 (-878 *5 *2)) (-4 *2 (-877 *5)))))
+(-10 -7 (-15 -2667 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -1560 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-571)) (PROGN (-15 -2142 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -2165 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -2634 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -3829 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1836 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3190 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2855 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3796 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4135 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2543 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-3829 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 34 (|has| |#1| (-376)) ELT)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT)) (-4259 (((-888) $ (-888)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) NIL T ELT)) (-2165 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 30 (|has| |#1| (-571)) ELT)) (-2142 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 28 (|has| |#1| (-571)) ELT)) (-3654 (((-793) $) NIL T ELT)) (-2258 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3951 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3786 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4057 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2174 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3828 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2634 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 32 (|has| |#1| (-376)) ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-4144 (((-793) $) NIL T ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (($ |#1|) NIL T ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-793)) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1560 ((|#1| $ |#1| |#1|) 15 T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) 23 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) 19 T ELT) (($ $ (-793)) 24 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 13 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-879 |#1| |#2| |#3|) (-13 (-877 |#1|) (-10 -8 (-15 -4259 ((-888) $ (-888))))) (-1081) (-99 |#1|) (-1 |#1| |#1|)) (T -879))
+((-4259 (*1 *2 *1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-879 *3 *4 *5)) (-4 *3 (-1081)) (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3)))))
+(-13 (-877 |#1|) (-10 -8 (-15 -4259 ((-888) $ (-888)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1836 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3190 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2855 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3796 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-4135 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-2543 (((-3 $ "failed") $ $) NIL (|has| |#2| (-376)) ELT)) (-3829 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 |#2| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) ((|#2| $) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#2| (-466)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-2682 (($ |#2| (-793)) 17 T ELT)) (-2165 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#2| (-571)) ELT)) (-2142 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#2| (-571)) ELT)) (-3654 (((-793) $) NIL T ELT)) (-2258 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3951 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-3786 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-4057 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2174 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-3828 (((-3 $ "failed") $ $) NIL (|has| |#2| (-376)) ELT)) (-2634 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-4307 ((|#2| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT)) (-4144 (((-793) $) NIL T ELT)) (-3878 ((|#2| $) NIL (|has| |#2| (-466)) ELT)) (-3834 (((-888) $) 24 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (($ |#2|) NIL T ELT) (($ (-1296 |#1|)) 19 T ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ (-793)) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1560 ((|#2| $ |#2| |#2|) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) 13 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
+(((-880 |#1| |#2| |#3| |#4|) (-13 (-877 |#2|) (-635 (-1296 |#1|))) (-1209) (-1081) (-99 |#2|) (-1 |#2| |#2|)) (T -880))
+NIL
+(-13 (-877 |#2|) (-635 (-1296 |#1|)))
+((-2726 ((|#1| (-793) |#1|) 45 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1755 ((|#1| (-793) (-793) |#1|) 36 T ELT) ((|#1| (-793) |#1|) 24 T ELT)) (-3745 ((|#1| (-793) |#1|) 40 T ELT)) (-3718 ((|#1| (-793) |#1|) 38 T ELT)) (-2497 ((|#1| (-793) |#1|) 37 T ELT)))
+(((-881 |#1|) (-10 -7 (-15 -2497 (|#1| (-793) |#1|)) (-15 -3718 (|#1| (-793) |#1|)) (-15 -3745 (|#1| (-793) |#1|)) (-15 -1755 (|#1| (-793) |#1|)) (-15 -1755 (|#1| (-793) (-793) |#1|)) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -2726 (|#1| (-793) |#1|)) |%noBranch|)) (-175)) (T -881))
+((-2726 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-175)))) (-1755 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175)))) (-1755 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175)))) (-3745 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175)))) (-3718 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175)))) (-2497 (*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175)))))
+(-10 -7 (-15 -2497 (|#1| (-793) |#1|)) (-15 -3718 (|#1| (-793) |#1|)) (-15 -3745 (|#1| (-793) |#1|)) (-15 -1755 (|#1| (-793) |#1|)) (-15 -1755 (|#1| (-793) (-793) |#1|)) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -2726 (|#1| (-793) |#1|)) |%noBranch|))
+((-3808 (((-114) $ $) 7 T ELT)) (-1622 (($ $ $) 23 T ELT)) (-3934 (($ $ $) 22 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2537 (((-114) $ $) 21 T ELT)) (-2510 (((-114) $ $) 19 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 20 T ELT)) (-2499 (((-114) $ $) 18 T ELT)) (** (($ $ (-949)) 26 T ELT)) (* (($ $ $) 25 T ELT)))
+(((-882) (-142)) (T -882))
+NIL
+(-13 (-872) (-1144))
+(((-102) . T) ((-632 (-888)) . T) ((-872) . T) ((-875) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-1992 (((-560) $) 14 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-560)) 13 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 9 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 11 T ELT)))
+(((-883) (-13 (-872) (-10 -8 (-15 -3834 ($ (-560))) (-15 -1992 ((-560) $))))) (T -883))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-883)))) (-1992 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-883)))))
+(-13 (-872) (-10 -8 (-15 -3834 ($ (-560))) (-15 -1992 ((-560) $))))
+((-1670 (((-1305) (-663 (-51))) 23 T ELT)) (-3489 (((-1305) (-1191) (-888)) 13 T ELT) (((-1305) (-888)) 8 T ELT) (((-1305) (-1191)) 10 T ELT)))
+(((-884) (-10 -7 (-15 -3489 ((-1305) (-1191))) (-15 -3489 ((-1305) (-888))) (-15 -3489 ((-1305) (-1191) (-888))) (-15 -1670 ((-1305) (-663 (-51)))))) (T -884))
+((-1670 (*1 *2 *3) (-12 (-5 *3 (-663 (-51))) (-5 *2 (-1305)) (-5 *1 (-884)))) (-3489 (*1 *2 *3 *4) (-12 (-5 *3 (-1191)) (-5 *4 (-888)) (-5 *2 (-1305)) (-5 *1 (-884)))) (-3489 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-884)))) (-3489 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-884)))))
+(-10 -7 (-15 -3489 ((-1305) (-1191))) (-15 -3489 ((-1305) (-888))) (-15 -3489 ((-1305) (-1191) (-888))) (-15 -1670 ((-1305) (-663 (-51)))))
+((-2613 (((-713 (-1258)) $ (-1258)) 15 T ELT)) (-1819 (((-713 (-564)) $ (-564)) 12 T ELT)) (-2956 (((-793) $ (-131)) 30 T ELT)))
+(((-885 |#1|) (-10 -8 (-15 -2956 ((-793) |#1| (-131))) (-15 -2613 ((-713 (-1258)) |#1| (-1258))) (-15 -1819 ((-713 (-564)) |#1| (-564)))) (-886)) (T -885))
+NIL
+(-10 -8 (-15 -2956 ((-793) |#1| (-131))) (-15 -2613 ((-713 (-1258)) |#1| (-1258))) (-15 -1819 ((-713 (-564)) |#1| (-564))))
+((-2613 (((-713 (-1258)) $ (-1258)) 8 T ELT)) (-1819 (((-713 (-564)) $ (-564)) 9 T ELT)) (-2956 (((-793) $ (-131)) 7 T ELT)) (-2268 (((-713 (-130)) $ (-130)) 10 T ELT)) (-4423 (($ $) 6 T ELT)))
+(((-886) (-142)) (T -886))
+((-2268 (*1 *2 *1 *3) (-12 (-4 *1 (-886)) (-5 *2 (-713 (-130))) (-5 *3 (-130)))) (-1819 (*1 *2 *1 *3) (-12 (-4 *1 (-886)) (-5 *2 (-713 (-564))) (-5 *3 (-564)))) (-2613 (*1 *2 *1 *3) (-12 (-4 *1 (-886)) (-5 *2 (-713 (-1258))) (-5 *3 (-1258)))) (-2956 (*1 *2 *1 *3) (-12 (-4 *1 (-886)) (-5 *3 (-131)) (-5 *2 (-793)))))
+(-13 (-176) (-10 -8 (-15 -2268 ((-713 (-130)) $ (-130))) (-15 -1819 ((-713 (-564)) $ (-564))) (-15 -2613 ((-713 (-1258)) $ (-1258))) (-15 -2956 ((-793) $ (-131)))))
(((-176) . T))
-((-3171 (((-713 (-1257)) $ (-1257)) NIL T ELT)) (-4412 (((-713 (-564)) $ (-564)) NIL T ELT)) (-2215 (((-793) $ (-131)) NIL T ELT)) (-2808 (((-713 (-130)) $ (-130)) 22 T ELT)) (-3207 (($ (-402)) 12 T ELT) (($ (-1190)) 14 T ELT)) (-2514 (((-114) $) 19 T ELT)) (-2539 (((-887) $) 26 T ELT)) (-4213 (($ $) 23 T ELT)))
-(((-886) (-13 (-885) (-632 (-887)) (-10 -8 (-15 -3207 ($ (-402))) (-15 -3207 ($ (-1190))) (-15 -2514 ((-114) $))))) (T -886))
-((-3207 (*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-886)))) (-3207 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-886)))) (-2514 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-886)))))
-(-13 (-885) (-632 (-887)) (-10 -8 (-15 -3207 ($ (-402))) (-15 -3207 ($ (-1190))) (-15 -2514 ((-114) $))))
-((-2294 (((-114) $ $) NIL T ELT) (($ $ $) 85 T ELT)) (-2568 (($ $ $) 125 T ELT)) (-1937 (((-560) $) 31 T ELT) (((-560)) 36 T ELT)) (-2026 (($ (-560)) 53 T ELT)) (-3325 (($ $ $) 54 T ELT) (($ (-663 $)) 84 T ELT)) (-4444 (($ $ (-663 $)) 82 T ELT)) (-1803 (((-560) $) 34 T ELT)) (-2368 (($ $ $) 73 T ELT)) (-3489 (($ $) 140 T ELT) (($ $ $) 141 T ELT) (($ $ $ $) 142 T ELT)) (-3365 (((-560) $) 33 T ELT)) (-2202 (($ $ $) 72 T ELT)) (-3379 (($ $) 114 T ELT)) (-3391 (($ $ $) 129 T ELT)) (-2071 (($ (-663 $)) 61 T ELT)) (-4484 (($ $ (-663 $)) 79 T ELT)) (-3481 (($ (-560) (-560)) 55 T ELT)) (-1686 (($ $) 126 T ELT) (($ $ $) 127 T ELT)) (-1448 (($ $ (-560)) 43 T ELT) (($ $) 46 T ELT)) (-2242 (($ $ $) 97 T ELT)) (-1518 (($ $ $) 132 T ELT)) (-4163 (($ $) 115 T ELT)) (-2254 (($ $ $) 98 T ELT)) (-2664 (($ $) 143 T ELT) (($ $ $) 144 T ELT) (($ $ $ $) 145 T ELT)) (-4401 (((-1304) $) 10 T ELT)) (-1916 (($ $) 118 T ELT) (($ $ (-793)) 122 T ELT)) (-2864 (($ $ $) 75 T ELT)) (-2617 (($ $ $) 74 T ELT)) (-2123 (($ $ (-663 $)) 110 T ELT)) (-3858 (($ $ $) 113 T ELT)) (-3262 (($ (-663 $)) 59 T ELT)) (-1674 (($ $) 70 T ELT) (($ (-663 $)) 71 T ELT)) (-3236 (($ $ $) 123 T ELT)) (-2259 (($ $) 116 T ELT)) (-1438 (($ $ $) 128 T ELT)) (-1661 (($ (-560)) 21 T ELT) (($ (-1208)) 23 T ELT) (($ (-1190)) 30 T ELT) (($ (-229)) 25 T ELT)) (-1393 (($ $ $) 101 T ELT)) (-1372 (($ $) 102 T ELT)) (-1602 (((-1304) (-1190)) 15 T ELT)) (-2004 (($ (-1190)) 14 T ELT)) (-3287 (($ (-663 (-663 $))) 58 T ELT)) (-1432 (($ $ (-560)) 42 T ELT) (($ $) 45 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2095 (($ $ $) 131 T ELT)) (-2323 (($ $) 146 T ELT) (($ $ $) 147 T ELT) (($ $ $ $) 148 T ELT)) (-3273 (((-114) $) 108 T ELT)) (-2378 (($ $ (-663 $)) 111 T ELT) (($ $ $ $) 112 T ELT)) (-2820 (($ (-560)) 39 T ELT)) (-3547 (((-560) $) 32 T ELT) (((-560)) 35 T ELT)) (-2213 (($ $ $) 40 T ELT) (($ (-663 $)) 83 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (($ $ $) 99 T ELT)) (-1423 (($) 13 T ELT)) (-1495 (($ $ (-663 $)) 109 T ELT)) (-4321 (((-1190) (-1190)) 8 T ELT)) (-3491 (($ $) 117 T ELT) (($ $ (-793)) 121 T ELT)) (-2273 (($ $ $) 96 T ELT)) (-2457 (($ $ (-793)) 139 T ELT)) (-2482 (($ (-663 $)) 60 T ELT)) (-2539 (((-887) $) 19 T ELT)) (-2188 (($ $ (-560)) 41 T ELT) (($ $) 44 T ELT)) (-4115 (($ $) 68 T ELT) (($ (-663 $)) 69 T ELT)) (-3467 (($ $) 66 T ELT) (($ (-663 $)) 67 T ELT)) (-3949 (($ $) 124 T ELT)) (-4369 (($ (-663 $)) 65 T ELT)) (-2743 (($ $ $) 105 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3118 (($ $ $) 130 T ELT)) (-1383 (($ $ $) 100 T ELT)) (-1565 (($ $ $) 103 T ELT) (($ $) 104 T ELT)) (-2383 (($ $ $) 89 T ELT)) (-2360 (($ $ $) 87 T ELT)) (-2329 (((-114) $ $) 16 T ELT) (($ $ $) 17 T ELT)) (-2372 (($ $ $) 88 T ELT)) (-2349 (($ $ $) 86 T ELT)) (-2436 (($ $ $) 94 T ELT)) (-2426 (($ $ $) 91 T ELT) (($ $) 92 T ELT)) (-2413 (($ $ $) 90 T ELT)) (** (($ $ $) 95 T ELT)) (* (($ $ $) 93 T ELT)))
-(((-887) (-13 (-1132) (-10 -8 (-15 -4401 ((-1304) $)) (-15 -2004 ($ (-1190))) (-15 -1602 ((-1304) (-1190))) (-15 -1661 ($ (-560))) (-15 -1661 ($ (-1208))) (-15 -1661 ($ (-1190))) (-15 -1661 ($ (-229))) (-15 -1423 ($)) (-15 -4321 ((-1190) (-1190))) (-15 -1937 ((-560) $)) (-15 -3547 ((-560) $)) (-15 -1937 ((-560))) (-15 -3547 ((-560))) (-15 -3365 ((-560) $)) (-15 -1803 ((-560) $)) (-15 -2820 ($ (-560))) (-15 -2026 ($ (-560))) (-15 -3481 ($ (-560) (-560))) (-15 -1432 ($ $ (-560))) (-15 -1448 ($ $ (-560))) (-15 -2188 ($ $ (-560))) (-15 -1432 ($ $)) (-15 -1448 ($ $)) (-15 -2188 ($ $)) (-15 -2213 ($ $ $)) (-15 -3325 ($ $ $)) (-15 -2213 ($ (-663 $))) (-15 -3325 ($ (-663 $))) (-15 -2123 ($ $ (-663 $))) (-15 -2378 ($ $ (-663 $))) (-15 -2378 ($ $ $ $)) (-15 -3858 ($ $ $)) (-15 -3273 ((-114) $)) (-15 -1495 ($ $ (-663 $))) (-15 -3379 ($ $)) (-15 -2095 ($ $ $)) (-15 -3949 ($ $)) (-15 -3287 ($ (-663 (-663 $)))) (-15 -2568 ($ $ $)) (-15 -1686 ($ $)) (-15 -1686 ($ $ $)) (-15 -1438 ($ $ $)) (-15 -3391 ($ $ $)) (-15 -3118 ($ $ $)) (-15 -1518 ($ $ $)) (-15 -2457 ($ $ (-793))) (-15 -2743 ($ $ $)) (-15 -2202 ($ $ $)) (-15 -2368 ($ $ $)) (-15 -2617 ($ $ $)) (-15 -2864 ($ $ $)) (-15 -4484 ($ $ (-663 $))) (-15 -4444 ($ $ (-663 $))) (-15 -4163 ($ $)) (-15 -3491 ($ $)) (-15 -3491 ($ $ (-793))) (-15 -1916 ($ $)) (-15 -1916 ($ $ (-793))) (-15 -2259 ($ $)) (-15 -3236 ($ $ $)) (-15 -3489 ($ $)) (-15 -3489 ($ $ $)) (-15 -3489 ($ $ $ $)) (-15 -2664 ($ $)) (-15 -2664 ($ $ $)) (-15 -2664 ($ $ $ $)) (-15 -2323 ($ $)) (-15 -2323 ($ $ $)) (-15 -2323 ($ $ $ $)) (-15 -3467 ($ $)) (-15 -3467 ($ (-663 $))) (-15 -4115 ($ $)) (-15 -4115 ($ (-663 $))) (-15 -1674 ($ $)) (-15 -1674 ($ (-663 $))) (-15 -3262 ($ (-663 $))) (-15 -2482 ($ (-663 $))) (-15 -2071 ($ (-663 $))) (-15 -4369 ($ (-663 $))) (-15 -2329 ($ $ $)) (-15 -2294 ($ $ $)) (-15 -2349 ($ $ $)) (-15 -2360 ($ $ $)) (-15 -2372 ($ $ $)) (-15 -2383 ($ $ $)) (-15 -2413 ($ $ $)) (-15 -2426 ($ $ $)) (-15 -2426 ($ $)) (-15 * ($ $ $)) (-15 -2436 ($ $ $)) (-15 ** ($ $ $)) (-15 -2273 ($ $ $)) (-15 -2242 ($ $ $)) (-15 -2254 ($ $ $)) (-15 -2283 ($ $ $)) (-15 -1383 ($ $ $)) (-15 -1393 ($ $ $)) (-15 -1372 ($ $)) (-15 -1565 ($ $ $)) (-15 -1565 ($ $))))) (T -887))
-((-4401 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-887)))) (-2004 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-887)))) (-1602 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-887)))) (-1661 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-1661 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-887)))) (-1661 (*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-887)))) (-1661 (*1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-887)))) (-1423 (*1 *1) (-5 *1 (-887))) (-4321 (*1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-887)))) (-1937 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-3547 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-1937 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-3547 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-3365 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-1803 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-2820 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-2026 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-3481 (*1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-1432 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-1448 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-2188 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))) (-1432 (*1 *1 *1) (-5 *1 (-887))) (-1448 (*1 *1 *1) (-5 *1 (-887))) (-2188 (*1 *1 *1) (-5 *1 (-887))) (-2213 (*1 *1 *1 *1) (-5 *1 (-887))) (-3325 (*1 *1 *1 *1) (-5 *1 (-887))) (-2213 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-3325 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-2123 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-2378 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-2378 (*1 *1 *1 *1 *1) (-5 *1 (-887))) (-3858 (*1 *1 *1 *1) (-5 *1 (-887))) (-3273 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-887)))) (-1495 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-3379 (*1 *1 *1) (-5 *1 (-887))) (-2095 (*1 *1 *1 *1) (-5 *1 (-887))) (-3949 (*1 *1 *1) (-5 *1 (-887))) (-3287 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-887)))) (-5 *1 (-887)))) (-2568 (*1 *1 *1 *1) (-5 *1 (-887))) (-1686 (*1 *1 *1) (-5 *1 (-887))) (-1686 (*1 *1 *1 *1) (-5 *1 (-887))) (-1438 (*1 *1 *1 *1) (-5 *1 (-887))) (-3391 (*1 *1 *1 *1) (-5 *1 (-887))) (-3118 (*1 *1 *1 *1) (-5 *1 (-887))) (-1518 (*1 *1 *1 *1) (-5 *1 (-887))) (-2457 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-887)))) (-2743 (*1 *1 *1 *1) (-5 *1 (-887))) (-2202 (*1 *1 *1 *1) (-5 *1 (-887))) (-2368 (*1 *1 *1 *1) (-5 *1 (-887))) (-2617 (*1 *1 *1 *1) (-5 *1 (-887))) (-2864 (*1 *1 *1 *1) (-5 *1 (-887))) (-4484 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-4444 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-4163 (*1 *1 *1) (-5 *1 (-887))) (-3491 (*1 *1 *1) (-5 *1 (-887))) (-3491 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-887)))) (-1916 (*1 *1 *1) (-5 *1 (-887))) (-1916 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-887)))) (-2259 (*1 *1 *1) (-5 *1 (-887))) (-3236 (*1 *1 *1 *1) (-5 *1 (-887))) (-3489 (*1 *1 *1) (-5 *1 (-887))) (-3489 (*1 *1 *1 *1) (-5 *1 (-887))) (-3489 (*1 *1 *1 *1 *1) (-5 *1 (-887))) (-2664 (*1 *1 *1) (-5 *1 (-887))) (-2664 (*1 *1 *1 *1) (-5 *1 (-887))) (-2664 (*1 *1 *1 *1 *1) (-5 *1 (-887))) (-2323 (*1 *1 *1) (-5 *1 (-887))) (-2323 (*1 *1 *1 *1) (-5 *1 (-887))) (-2323 (*1 *1 *1 *1 *1) (-5 *1 (-887))) (-3467 (*1 *1 *1) (-5 *1 (-887))) (-3467 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-4115 (*1 *1 *1) (-5 *1 (-887))) (-4115 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-1674 (*1 *1 *1) (-5 *1 (-887))) (-1674 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-3262 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-2482 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-2071 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-4369 (*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))) (-2329 (*1 *1 *1 *1) (-5 *1 (-887))) (-2294 (*1 *1 *1 *1) (-5 *1 (-887))) (-2349 (*1 *1 *1 *1) (-5 *1 (-887))) (-2360 (*1 *1 *1 *1) (-5 *1 (-887))) (-2372 (*1 *1 *1 *1) (-5 *1 (-887))) (-2383 (*1 *1 *1 *1) (-5 *1 (-887))) (-2413 (*1 *1 *1 *1) (-5 *1 (-887))) (-2426 (*1 *1 *1 *1) (-5 *1 (-887))) (-2426 (*1 *1 *1) (-5 *1 (-887))) (* (*1 *1 *1 *1) (-5 *1 (-887))) (-2436 (*1 *1 *1 *1) (-5 *1 (-887))) (** (*1 *1 *1 *1) (-5 *1 (-887))) (-2273 (*1 *1 *1 *1) (-5 *1 (-887))) (-2242 (*1 *1 *1 *1) (-5 *1 (-887))) (-2254 (*1 *1 *1 *1) (-5 *1 (-887))) (-2283 (*1 *1 *1 *1) (-5 *1 (-887))) (-1383 (*1 *1 *1 *1) (-5 *1 (-887))) (-1393 (*1 *1 *1 *1) (-5 *1 (-887))) (-1372 (*1 *1 *1) (-5 *1 (-887))) (-1565 (*1 *1 *1 *1) (-5 *1 (-887))) (-1565 (*1 *1 *1) (-5 *1 (-887))))
-(-13 (-1132) (-10 -8 (-15 -4401 ((-1304) $)) (-15 -2004 ($ (-1190))) (-15 -1602 ((-1304) (-1190))) (-15 -1661 ($ (-560))) (-15 -1661 ($ (-1208))) (-15 -1661 ($ (-1190))) (-15 -1661 ($ (-229))) (-15 -1423 ($)) (-15 -4321 ((-1190) (-1190))) (-15 -1937 ((-560) $)) (-15 -3547 ((-560) $)) (-15 -1937 ((-560))) (-15 -3547 ((-560))) (-15 -3365 ((-560) $)) (-15 -1803 ((-560) $)) (-15 -2820 ($ (-560))) (-15 -2026 ($ (-560))) (-15 -3481 ($ (-560) (-560))) (-15 -1432 ($ $ (-560))) (-15 -1448 ($ $ (-560))) (-15 -2188 ($ $ (-560))) (-15 -1432 ($ $)) (-15 -1448 ($ $)) (-15 -2188 ($ $)) (-15 -2213 ($ $ $)) (-15 -3325 ($ $ $)) (-15 -2213 ($ (-663 $))) (-15 -3325 ($ (-663 $))) (-15 -2123 ($ $ (-663 $))) (-15 -2378 ($ $ (-663 $))) (-15 -2378 ($ $ $ $)) (-15 -3858 ($ $ $)) (-15 -3273 ((-114) $)) (-15 -1495 ($ $ (-663 $))) (-15 -3379 ($ $)) (-15 -2095 ($ $ $)) (-15 -3949 ($ $)) (-15 -3287 ($ (-663 (-663 $)))) (-15 -2568 ($ $ $)) (-15 -1686 ($ $)) (-15 -1686 ($ $ $)) (-15 -1438 ($ $ $)) (-15 -3391 ($ $ $)) (-15 -3118 ($ $ $)) (-15 -1518 ($ $ $)) (-15 -2457 ($ $ (-793))) (-15 -2743 ($ $ $)) (-15 -2202 ($ $ $)) (-15 -2368 ($ $ $)) (-15 -2617 ($ $ $)) (-15 -2864 ($ $ $)) (-15 -4484 ($ $ (-663 $))) (-15 -4444 ($ $ (-663 $))) (-15 -4163 ($ $)) (-15 -3491 ($ $)) (-15 -3491 ($ $ (-793))) (-15 -1916 ($ $)) (-15 -1916 ($ $ (-793))) (-15 -2259 ($ $)) (-15 -3236 ($ $ $)) (-15 -3489 ($ $)) (-15 -3489 ($ $ $)) (-15 -3489 ($ $ $ $)) (-15 -2664 ($ $)) (-15 -2664 ($ $ $)) (-15 -2664 ($ $ $ $)) (-15 -2323 ($ $)) (-15 -2323 ($ $ $)) (-15 -2323 ($ $ $ $)) (-15 -3467 ($ $)) (-15 -3467 ($ (-663 $))) (-15 -4115 ($ $)) (-15 -4115 ($ (-663 $))) (-15 -1674 ($ $)) (-15 -1674 ($ (-663 $))) (-15 -3262 ($ (-663 $))) (-15 -2482 ($ (-663 $))) (-15 -2071 ($ (-663 $))) (-15 -4369 ($ (-663 $))) (-15 -2329 ($ $ $)) (-15 -2294 ($ $ $)) (-15 -2349 ($ $ $)) (-15 -2360 ($ $ $)) (-15 -2372 ($ $ $)) (-15 -2383 ($ $ $)) (-15 -2413 ($ $ $)) (-15 -2426 ($ $ $)) (-15 -2426 ($ $)) (-15 * ($ $ $)) (-15 -2436 ($ $ $)) (-15 ** ($ $ $)) (-15 -2273 ($ $ $)) (-15 -2242 ($ $ $)) (-15 -2254 ($ $ $)) (-15 -2283 ($ $ $)) (-15 -1383 ($ $ $)) (-15 -1393 ($ $ $)) (-15 -1372 ($ $)) (-15 -1565 ($ $ $)) (-15 -1565 ($ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2129 (((-3 $ "failed") (-1208)) 36 T ELT)) (-1450 (((-793)) 32 T ELT)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) 29 T ELT)) (-3049 (((-1190) $) 43 T ELT)) (-3998 (($ (-948)) 28 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4417 (((-1208) $) 13 T ELT) (((-549) $) 19 T ELT) (((-915 (-391)) $) 26 T ELT) (((-915 (-560)) $) 22 T ELT)) (-2539 (((-887) $) 16 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 40 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 38 T ELT)))
-(((-888 |#1|) (-13 (-866) (-633 (-1208)) (-633 (-549)) (-633 (-915 (-391))) (-633 (-915 (-560))) (-10 -8 (-15 -2129 ((-3 $ "failed") (-1208))))) (-663 (-1208))) (T -888))
-((-2129 (*1 *1 *2) (|partial| -12 (-5 *2 (-1208)) (-5 *1 (-888 *3)) (-14 *3 (-663 *2)))))
-(-13 (-866) (-633 (-1208)) (-633 (-549)) (-633 (-915 (-391))) (-633 (-915 (-560))) (-10 -8 (-15 -2129 ((-3 $ "failed") (-1208)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3952 (((-520) $) 9 T ELT)) (-2559 (((-663 (-453)) $) 13 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 21 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 16 T ELT)))
-(((-889) (-13 (-1132) (-10 -8 (-15 -3952 ((-520) $)) (-15 -2559 ((-663 (-453)) $))))) (T -889))
-((-3952 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-889)))) (-2559 (*1 *2 *1) (-12 (-5 *2 (-663 (-453))) (-5 *1 (-889)))))
-(-13 (-1132) (-10 -8 (-15 -3952 ((-520) $)) (-15 -2559 ((-663 (-453)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-975 |#1|)) NIL T ELT) (((-975 |#1|) $) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3330 (((-1304) (-793)) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL (|has| |#1| (-175)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT)))
-(((-890 |#1| |#2| |#3| |#4|) (-13 (-1080) (-504 (-975 |#1|)) (-10 -8 (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2436 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3330 ((-1304) (-793))))) (-1080) (-663 (-1208)) (-663 (-793)) (-793)) (T -890))
-((-2436 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-890 *2 *3 *4 *5)) (-4 *2 (-376)) (-4 *2 (-1080)) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-793))) (-14 *5 (-793)))) (-3330 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-890 *4 *5 *6 *7)) (-4 *4 (-1080)) (-14 *5 (-663 (-1208))) (-14 *6 (-663 *3)) (-14 *7 *3))))
-(-13 (-1080) (-504 (-975 |#1|)) (-10 -8 (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2436 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3330 ((-1304) (-793)))))
-((-4032 (((-3 (-177 |#3|) "failed") (-793) (-793) |#2| |#2|) 38 T ELT)) (-3866 (((-3 (-421 |#3|) "failed") (-793) (-793) |#2| |#2|) 29 T ELT)))
-(((-891 |#1| |#2| |#3|) (-10 -7 (-15 -3866 ((-3 (-421 |#3|) "failed") (-793) (-793) |#2| |#2|)) (-15 -4032 ((-3 (-177 |#3|) "failed") (-793) (-793) |#2| |#2|))) (-376) (-1291 |#1|) (-1274 |#1|)) (T -891))
-((-4032 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-793)) (-4 *5 (-376)) (-5 *2 (-177 *6)) (-5 *1 (-891 *5 *4 *6)) (-4 *4 (-1291 *5)) (-4 *6 (-1274 *5)))) (-3866 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-793)) (-4 *5 (-376)) (-5 *2 (-421 *6)) (-5 *1 (-891 *5 *4 *6)) (-4 *4 (-1291 *5)) (-4 *6 (-1274 *5)))))
-(-10 -7 (-15 -3866 ((-3 (-421 |#3|) "failed") (-793) (-793) |#2| |#2|)) (-15 -4032 ((-3 (-177 |#3|) "failed") (-793) (-793) |#2| |#2|)))
-((-3866 (((-3 (-421 (-1267 |#2| |#1|)) "failed") (-793) (-793) (-1288 |#1| |#2| |#3|)) 30 T ELT) (((-3 (-421 (-1267 |#2| |#1|)) "failed") (-793) (-793) (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|)) 28 T ELT)))
-(((-892 |#1| |#2| |#3|) (-10 -7 (-15 -3866 ((-3 (-421 (-1267 |#2| |#1|)) "failed") (-793) (-793) (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|))) (-15 -3866 ((-3 (-421 (-1267 |#2| |#1|)) "failed") (-793) (-793) (-1288 |#1| |#2| |#3|)))) (-376) (-1208) |#1|) (T -892))
-((-3866 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-793)) (-5 *4 (-1288 *5 *6 *7)) (-4 *5 (-376)) (-14 *6 (-1208)) (-14 *7 *5) (-5 *2 (-421 (-1267 *6 *5))) (-5 *1 (-892 *5 *6 *7)))) (-3866 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-793)) (-5 *4 (-1288 *5 *6 *7)) (-4 *5 (-376)) (-14 *6 (-1208)) (-14 *7 *5) (-5 *2 (-421 (-1267 *6 *5))) (-5 *1 (-892 *5 *6 *7)))))
-(-10 -7 (-15 -3866 ((-3 (-421 (-1267 |#2| |#1|)) "failed") (-793) (-793) (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|))) (-15 -3866 ((-3 (-421 (-1267 |#2| |#1|)) "failed") (-793) (-793) (-1288 |#1| |#2| |#3|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3401 (($ $ (-560)) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1686 (($ (-1202 (-560)) (-560)) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-4475 (($ $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-2252 (((-793) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3100 (((-560)) NIL T ELT)) (-2023 (((-560) $) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2674 (($ $ (-560)) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3035 (((-1186 (-560)) $) NIL T ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2941 (((-560) $ (-560)) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-893 |#1|) (-894 |#1|) (-560)) (T -893))
-NIL
-(-894 |#1|)
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3401 (($ $ (-560)) 75 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-3366 (($) 22 T CONST)) (-1686 (($ (-1202 (-560)) (-560)) 74 T ELT)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-4475 (($ $) 77 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-2252 (((-793) $) 82 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3100 (((-560)) 79 T ELT)) (-2023 (((-560) $) 78 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2674 (($ $ (-560)) 81 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-3035 (((-1186 (-560)) $) 83 T ELT)) (-4428 (($ $) 80 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-2941 (((-560) $ (-560)) 76 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-894 |#1|) (-142) (-560)) (T -894))
-((-3035 (*1 *2 *1) (-12 (-4 *1 (-894 *3)) (-5 *2 (-1186 (-560))))) (-2252 (*1 *2 *1) (-12 (-4 *1 (-894 *3)) (-5 *2 (-793)))) (-2674 (*1 *1 *1 *2) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560)))) (-4428 (*1 *1 *1) (-4 *1 (-894 *2))) (-3100 (*1 *2) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560)))) (-2023 (*1 *2 *1) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560)))) (-4475 (*1 *1 *1) (-4 *1 (-894 *2))) (-2941 (*1 *2 *1 *2) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560)))) (-3401 (*1 *1 *1 *2) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560)))) (-1686 (*1 *1 *2 *3) (-12 (-5 *2 (-1202 (-560))) (-5 *3 (-560)) (-4 *1 (-894 *4)))))
-(-13 (-319) (-149) (-10 -8 (-15 -3035 ((-1186 (-560)) $)) (-15 -2252 ((-793) $)) (-15 -2674 ($ $ (-560))) (-15 -4428 ($ $)) (-15 -3100 ((-560))) (-15 -2023 ((-560) $)) (-15 -4475 ($ $)) (-15 -2941 ((-560) $ (-560))) (-15 -3401 ($ $ (-560))) (-15 -1686 ($ (-1202 (-560)) (-560)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-319) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-950) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 (((-893 |#1|) $) NIL (|has| (-893 |#1|) (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-893 |#1|) (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| (-893 |#1|) (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| (-893 |#1|) (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-893 |#1|) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL (|has| (-893 |#1|) (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-893 |#1|) (-1069 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-893 |#1|) (-1069 (-560))) ELT)) (-3056 (((-893 |#1|) $) NIL T ELT) (((-1208) $) NIL (|has| (-893 |#1|) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL (|has| (-893 |#1|) (-1069 (-560))) ELT) (((-560) $) NIL (|has| (-893 |#1|) (-1069 (-560))) ELT)) (-4212 (($ $) NIL T ELT) (($ (-560) $) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-893 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-893 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-893 |#1|))) (|:| |vec| (-1298 (-893 |#1|)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-893 |#1|)) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-893 |#1|) (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| (-893 |#1|) (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| (-893 |#1|) (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| (-893 |#1|) (-911 (-391))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 (((-893 |#1|) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| (-893 |#1|) (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| (-893 |#1|) (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| (-893 |#1|) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-893 |#1|) (-871)) ELT)) (-2067 (($ (-1 (-893 |#1|) (-893 |#1|)) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-893 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-893 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-893 |#1|))) (|:| |vec| (-1298 (-893 |#1|)))) (-1298 $) $) NIL T ELT) (((-711 (-893 |#1|)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-893 |#1|) (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| (-893 |#1|) (-319)) ELT)) (-1654 (((-893 |#1|) $) NIL (|has| (-893 |#1|) (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-893 |#1|) (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-893 |#1|) (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 (-893 |#1|)) (-663 (-893 |#1|))) NIL (|has| (-893 |#1|) (-321 (-893 |#1|))) ELT) (($ $ (-893 |#1|) (-893 |#1|)) NIL (|has| (-893 |#1|) (-321 (-893 |#1|))) ELT) (($ $ (-305 (-893 |#1|))) NIL (|has| (-893 |#1|) (-321 (-893 |#1|))) ELT) (($ $ (-663 (-305 (-893 |#1|)))) NIL (|has| (-893 |#1|) (-321 (-893 |#1|))) ELT) (($ $ (-663 (-1208)) (-663 (-893 |#1|))) NIL (|has| (-893 |#1|) (-528 (-1208) (-893 |#1|))) ELT) (($ $ (-1208) (-893 |#1|)) NIL (|has| (-893 |#1|) (-528 (-1208) (-893 |#1|))) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ (-893 |#1|)) NIL (|has| (-893 |#1|) (-298 (-893 |#1|) (-893 |#1|))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 (-893 |#1|) (-893 |#1|))) NIL T ELT) (($ $ (-1 (-893 |#1|) (-893 |#1|)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-893 |#1|) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-893 |#1|) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-893 |#1|) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-893 |#1|) (-929 (-1208))) ELT) (($ $) NIL (|has| (-893 |#1|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-893 |#1|) (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 (((-893 |#1|) $) NIL T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| (-893 |#1|) (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| (-893 |#1|) (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| (-893 |#1|) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-893 |#1|) (-1051)) ELT) (((-229) $) NIL (|has| (-893 |#1|) (-1051)) ELT)) (-1755 (((-177 (-421 (-560))) $) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-893 |#1|) (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-893 |#1|)) NIL T ELT) (($ (-1208)) NIL (|has| (-893 |#1|) (-1069 (-1208))) ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-893 |#1|) (-939))) (|has| (-893 |#1|) (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 (((-893 |#1|) $) NIL (|has| (-893 |#1|) (-559)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2941 (((-421 (-560)) $ (-560)) NIL T ELT)) (-2407 (($ $) NIL (|has| (-893 |#1|) (-842)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 (-893 |#1|) (-893 |#1|))) NIL T ELT) (($ $ (-1 (-893 |#1|) (-893 |#1|)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-893 |#1|) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-893 |#1|) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-893 |#1|) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-893 |#1|) (-929 (-1208))) ELT) (($ $) NIL (|has| (-893 |#1|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-893 |#1|) (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-893 |#1|) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-893 |#1|) (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| (-893 |#1|) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-893 |#1|) (-871)) ELT)) (-2436 (($ $ $) NIL T ELT) (($ (-893 |#1|) (-893 |#1|)) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-893 |#1|) $) NIL T ELT) (($ $ (-893 |#1|)) NIL T ELT)))
-(((-895 |#1|) (-13 (-1022 (-893 |#1|)) (-10 -8 (-15 -2941 ((-421 (-560)) $ (-560))) (-15 -1755 ((-177 (-421 (-560))) $)) (-15 -4212 ($ $)) (-15 -4212 ($ (-560) $)))) (-560)) (T -895))
-((-2941 (*1 *2 *1 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-895 *4)) (-14 *4 *3) (-5 *3 (-560)))) (-1755 (*1 *2 *1) (-12 (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-895 *3)) (-14 *3 (-560)))) (-4212 (*1 *1 *1) (-12 (-5 *1 (-895 *2)) (-14 *2 (-560)))) (-4212 (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-895 *3)) (-14 *3 *2))))
-(-13 (-1022 (-893 |#1|)) (-10 -8 (-15 -2941 ((-421 (-560)) $ (-560))) (-15 -1755 ((-177 (-421 (-560))) $)) (-15 -4212 ($ $)) (-15 -4212 ($ (-560) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 ((|#2| $) NIL (|has| |#2| (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| |#2| (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL (|has| |#2| (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT)) (-3056 ((|#2| $) NIL T ELT) (((-1208) $) NIL (|has| |#2| (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT)) (-4212 (($ $) 35 T ELT) (($ (-560) $) 38 T ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) 64 T ELT)) (-3362 (($) NIL (|has| |#2| (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) NIL (|has| |#2| (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| |#2| (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| |#2| (-911 (-391))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 ((|#2| $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| |#2| (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| |#2| (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| |#2| (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#2| (-871)) ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 60 T ELT)) (-2814 (($) NIL (|has| |#2| (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| |#2| (-319)) ELT)) (-1654 ((|#2| $) NIL (|has| |#2| (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 |#2|) (-663 |#2|)) NIL (|has| |#2| (-321 |#2|)) ELT) (($ $ |#2| |#2|) NIL (|has| |#2| (-321 |#2|)) ELT) (($ $ (-305 |#2|)) NIL (|has| |#2| (-321 |#2|)) ELT) (($ $ (-663 (-305 |#2|))) NIL (|has| |#2| (-321 |#2|)) ELT) (($ $ (-663 (-1208)) (-663 |#2|)) NIL (|has| |#2| (-528 (-1208) |#2|)) ELT) (($ $ (-1208) |#2|) NIL (|has| |#2| (-528 (-1208) |#2|)) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ |#2|) NIL (|has| |#2| (-298 |#2| |#2|)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 ((|#2| $) NIL T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| |#2| (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| |#2| (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| |#2| (-633 (-549))) ELT) (((-391) $) NIL (|has| |#2| (-1051)) ELT) (((-229) $) NIL (|has| |#2| (-1051)) ELT)) (-1755 (((-177 (-421 (-560))) $) 78 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-939))) ELT)) (-2539 (((-887) $) 106 T ELT) (($ (-560)) 20 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 25 T ELT) (($ |#2|) 19 T ELT) (($ (-1208)) NIL (|has| |#2| (-1069 (-1208))) ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#2| (-939))) (|has| |#2| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-4473 ((|#2| $) NIL (|has| |#2| (-559)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2941 (((-421 (-560)) $ (-560)) 71 T ELT)) (-2407 (($ $) NIL (|has| |#2| (-842)) ELT)) (-1427 (($) 15 T CONST)) (-1439 (($) 17 T CONST)) (-4324 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2329 (((-114) $ $) 46 T ELT)) (-2372 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#2| (-871)) ELT)) (-2436 (($ $ $) 24 T ELT) (($ |#2| |#2|) 65 T ELT)) (-2426 (($ $) 50 T ELT) (($ $ $) 52 T ELT)) (-2413 (($ $ $) 48 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 61 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 53 T ELT) (($ $ $) 55 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ |#2| $) 66 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-896 |#1| |#2|) (-13 (-1022 |#2|) (-10 -8 (-15 -2941 ((-421 (-560)) $ (-560))) (-15 -1755 ((-177 (-421 (-560))) $)) (-15 -4212 ($ $)) (-15 -4212 ($ (-560) $)))) (-560) (-894 |#1|)) (T -896))
-((-2941 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-421 (-560))) (-5 *1 (-896 *4 *5)) (-5 *3 (-560)) (-4 *5 (-894 *4)))) (-1755 (*1 *2 *1) (-12 (-14 *3 (-560)) (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-896 *3 *4)) (-4 *4 (-894 *3)))) (-4212 (*1 *1 *1) (-12 (-14 *2 (-560)) (-5 *1 (-896 *2 *3)) (-4 *3 (-894 *2)))) (-4212 (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-14 *3 *2) (-5 *1 (-896 *3 *4)) (-4 *4 (-894 *3)))))
-(-13 (-1022 |#2|) (-10 -8 (-15 -2941 ((-421 (-560)) $ (-560))) (-15 -1755 ((-177 (-421 (-560))) $)) (-15 -4212 ($ $)) (-15 -4212 ($ (-560) $))))
-((-2294 (((-114) $ $) NIL (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ELT)) (-2570 ((|#2| $) 12 T ELT)) (-4024 (($ |#1| |#2|) 9 T ELT)) (-3049 (((-1190) $) NIL (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ELT)) (-3139 (((-1151) $) NIL (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ELT)) (-3794 ((|#1| $) 11 T ELT)) (-2548 (($ |#1| |#2|) 10 T ELT)) (-2539 (((-887) $) 18 (-2191 (-12 (|has| |#1| (-632 (-887))) (|has| |#2| (-632 (-887)))) (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132)))) ELT)) (-3860 (((-114) $ $) NIL (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ELT)) (-2329 (((-114) $ $) 23 (-12 (|has| |#1| (-1132)) (|has| |#2| (-1132))) ELT)))
-(((-897 |#1| |#2|) (-13 (-1248) (-10 -8 (IF (|has| |#1| (-632 (-887))) (IF (|has| |#2| (-632 (-887))) (-6 (-632 (-887))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1132)) (IF (|has| |#2| (-1132)) (-6 (-1132)) |%noBranch|) |%noBranch|) (-15 -4024 ($ |#1| |#2|)) (-15 -2548 ($ |#1| |#2|)) (-15 -3794 (|#1| $)) (-15 -2570 (|#2| $)))) (-1248) (-1248)) (T -897))
-((-4024 (*1 *1 *2 *3) (-12 (-5 *1 (-897 *2 *3)) (-4 *2 (-1248)) (-4 *3 (-1248)))) (-2548 (*1 *1 *2 *3) (-12 (-5 *1 (-897 *2 *3)) (-4 *2 (-1248)) (-4 *3 (-1248)))) (-3794 (*1 *2 *1) (-12 (-4 *2 (-1248)) (-5 *1 (-897 *2 *3)) (-4 *3 (-1248)))) (-2570 (*1 *2 *1) (-12 (-4 *2 (-1248)) (-5 *1 (-897 *3 *2)) (-4 *3 (-1248)))))
-(-13 (-1248) (-10 -8 (IF (|has| |#1| (-632 (-887))) (IF (|has| |#2| (-632 (-887))) (-6 (-632 (-887))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1132)) (IF (|has| |#2| (-1132)) (-6 (-1132)) |%noBranch|) |%noBranch|) (-15 -4024 ($ |#1| |#2|)) (-15 -2548 ($ |#1| |#2|)) (-15 -3794 (|#1| $)) (-15 -2570 (|#2| $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2232 (((-560) $) 16 T ELT)) (-1849 (($ (-159)) 13 T ELT)) (-3569 (($ (-159)) 14 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4479 (((-159) $) 15 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4350 (($ (-159)) 11 T ELT)) (-3874 (($ (-159)) 10 T ELT)) (-2539 (((-887) $) 24 T ELT) (($ (-159)) 17 T ELT)) (-1351 (($ (-159)) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-898) (-13 (-1132) (-10 -8 (-15 -3874 ($ (-159))) (-15 -4350 ($ (-159))) (-15 -1351 ($ (-159))) (-15 -1849 ($ (-159))) (-15 -3569 ($ (-159))) (-15 -4479 ((-159) $)) (-15 -2232 ((-560) $)) (-15 -2539 ($ (-159)))))) (T -898))
-((-3874 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))) (-4350 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))) (-1351 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))) (-1849 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))) (-3569 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))) (-4479 (*1 *2 *1) (-12 (-5 *2 (-159)) (-5 *1 (-898)))) (-2232 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-898)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))))
-(-13 (-1132) (-10 -8 (-15 -3874 ($ (-159))) (-15 -4350 ($ (-159))) (-15 -1351 ($ (-159))) (-15 -1849 ($ (-159))) (-15 -3569 ($ (-159))) (-15 -4479 ((-159) $)) (-15 -2232 ((-560) $)) (-15 -2539 ($ (-159)))))
-((-2539 (((-326 (-560)) (-421 (-975 (-48)))) 23 T ELT) (((-326 (-560)) (-975 (-48))) 18 T ELT)))
-(((-899) (-10 -7 (-15 -2539 ((-326 (-560)) (-975 (-48)))) (-15 -2539 ((-326 (-560)) (-421 (-975 (-48))))))) (T -899))
-((-2539 (*1 *2 *3) (-12 (-5 *3 (-421 (-975 (-48)))) (-5 *2 (-326 (-560))) (-5 *1 (-899)))) (-2539 (*1 *2 *3) (-12 (-5 *3 (-975 (-48))) (-5 *2 (-326 (-560))) (-5 *1 (-899)))))
-(-10 -7 (-15 -2539 ((-326 (-560)) (-975 (-48)))) (-15 -2539 ((-326 (-560)) (-421 (-975 (-48))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 18 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-1415 (((-114) $ (|[\|\|]| (-520))) 9 T ELT) (((-114) $ (|[\|\|]| (-1190))) 13 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2745 (((-520) $) 10 T ELT) (((-1190) $) 14 T ELT)) (-2329 (((-114) $ $) 15 T ELT)))
-(((-900) (-13 (-1114) (-1294) (-10 -8 (-15 -1415 ((-114) $ (|[\|\|]| (-520)))) (-15 -2745 ((-520) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1190)))) (-15 -2745 ((-1190) $))))) (T -900))
-((-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)) (-5 *1 (-900)))) (-2745 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-900)))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1190))) (-5 *2 (-114)) (-5 *1 (-900)))) (-2745 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-900)))))
-(-13 (-1114) (-1294) (-10 -8 (-15 -1415 ((-114) $ (|[\|\|]| (-520)))) (-15 -2745 ((-520) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1190)))) (-15 -2745 ((-1190) $))))
-((-2067 (((-902 |#2|) (-1 |#2| |#1|) (-902 |#1|)) 15 T ELT)))
-(((-901 |#1| |#2|) (-10 -7 (-15 -2067 ((-902 |#2|) (-1 |#2| |#1|) (-902 |#1|)))) (-1248) (-1248)) (T -901))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-902 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-902 *6)) (-5 *1 (-901 *5 *6)))))
-(-10 -7 (-15 -2067 ((-902 |#2|) (-1 |#2| |#1|) (-902 |#1|))))
-((-3897 (($ |#1| |#1|) 8 T ELT)) (-3372 ((|#1| $ (-793)) 15 T ELT)))
-(((-902 |#1|) (-10 -8 (-15 -3897 ($ |#1| |#1|)) (-15 -3372 (|#1| $ (-793)))) (-1248)) (T -902))
-((-3372 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-902 *2)) (-4 *2 (-1248)))) (-3897 (*1 *1 *2 *2) (-12 (-5 *1 (-902 *2)) (-4 *2 (-1248)))))
-(-10 -8 (-15 -3897 ($ |#1| |#1|)) (-15 -3372 (|#1| $ (-793))))
-((-2067 (((-904 |#2|) (-1 |#2| |#1|) (-904 |#1|)) 15 T ELT)))
-(((-903 |#1| |#2|) (-10 -7 (-15 -2067 ((-904 |#2|) (-1 |#2| |#1|) (-904 |#1|)))) (-1248) (-1248)) (T -903))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-904 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-904 *6)) (-5 *1 (-903 *5 *6)))))
-(-10 -7 (-15 -2067 ((-904 |#2|) (-1 |#2| |#1|) (-904 |#1|))))
-((-3897 (($ |#1| |#1| |#1|) 8 T ELT)) (-3372 ((|#1| $ (-793)) 15 T ELT)))
-(((-904 |#1|) (-10 -8 (-15 -3897 ($ |#1| |#1| |#1|)) (-15 -3372 (|#1| $ (-793)))) (-1248)) (T -904))
-((-3372 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-904 *2)) (-4 *2 (-1248)))) (-3897 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-904 *2)) (-4 *2 (-1248)))))
-(-10 -8 (-15 -3897 ($ |#1| |#1| |#1|)) (-15 -3372 (|#1| $ (-793))))
-((-2437 (((-663 (-1213)) (-1190)) 9 T ELT)))
-(((-905) (-10 -7 (-15 -2437 ((-663 (-1213)) (-1190))))) (T -905))
-((-2437 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-663 (-1213))) (-5 *1 (-905)))))
-(-10 -7 (-15 -2437 ((-663 (-1213)) (-1190))))
-((-2067 (((-907 |#2|) (-1 |#2| |#1|) (-907 |#1|)) 15 T ELT)))
-(((-906 |#1| |#2|) (-10 -7 (-15 -2067 ((-907 |#2|) (-1 |#2| |#1|) (-907 |#1|)))) (-1248) (-1248)) (T -906))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-907 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-907 *6)) (-5 *1 (-906 *5 *6)))))
-(-10 -7 (-15 -2067 ((-907 |#2|) (-1 |#2| |#1|) (-907 |#1|))))
-((-3533 (($ |#1| |#1| |#1|) 8 T ELT)) (-3372 ((|#1| $ (-793)) 15 T ELT)))
-(((-907 |#1|) (-10 -8 (-15 -3533 ($ |#1| |#1| |#1|)) (-15 -3372 (|#1| $ (-793)))) (-1248)) (T -907))
-((-3372 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-907 *2)) (-4 *2 (-1248)))) (-3533 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1248)))))
-(-10 -8 (-15 -3533 ($ |#1| |#1| |#1|)) (-15 -3372 (|#1| $ (-793))))
-((-2089 (((-1186 (-663 (-560))) (-663 (-560)) (-1186 (-663 (-560)))) 41 T ELT)) (-2166 (((-1186 (-663 (-560))) (-663 (-560)) (-663 (-560))) 31 T ELT)) (-3556 (((-1186 (-663 (-560))) (-663 (-560))) 53 T ELT) (((-1186 (-663 (-560))) (-663 (-560)) (-663 (-560))) 50 T ELT)) (-1974 (((-1186 (-663 (-560))) (-560)) 55 T ELT)) (-3054 (((-1186 (-663 (-948))) (-1186 (-663 (-948)))) 22 T ELT)) (-1521 (((-663 (-948)) (-663 (-948))) 18 T ELT)))
-(((-908) (-10 -7 (-15 -1521 ((-663 (-948)) (-663 (-948)))) (-15 -3054 ((-1186 (-663 (-948))) (-1186 (-663 (-948))))) (-15 -2166 ((-1186 (-663 (-560))) (-663 (-560)) (-663 (-560)))) (-15 -2089 ((-1186 (-663 (-560))) (-663 (-560)) (-1186 (-663 (-560))))) (-15 -3556 ((-1186 (-663 (-560))) (-663 (-560)) (-663 (-560)))) (-15 -3556 ((-1186 (-663 (-560))) (-663 (-560)))) (-15 -1974 ((-1186 (-663 (-560))) (-560))))) (T -908))
-((-1974 (*1 *2 *3) (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *1 (-908)) (-5 *3 (-560)))) (-3556 (*1 *2 *3) (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *1 (-908)) (-5 *3 (-663 (-560))))) (-3556 (*1 *2 *3 *3) (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *1 (-908)) (-5 *3 (-663 (-560))))) (-2089 (*1 *2 *3 *2) (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *3 (-663 (-560))) (-5 *1 (-908)))) (-2166 (*1 *2 *3 *3) (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *1 (-908)) (-5 *3 (-663 (-560))))) (-3054 (*1 *2 *2) (-12 (-5 *2 (-1186 (-663 (-948)))) (-5 *1 (-908)))) (-1521 (*1 *2 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-908)))))
-(-10 -7 (-15 -1521 ((-663 (-948)) (-663 (-948)))) (-15 -3054 ((-1186 (-663 (-948))) (-1186 (-663 (-948))))) (-15 -2166 ((-1186 (-663 (-560))) (-663 (-560)) (-663 (-560)))) (-15 -2089 ((-1186 (-663 (-560))) (-663 (-560)) (-1186 (-663 (-560))))) (-15 -3556 ((-1186 (-663 (-560))) (-663 (-560)) (-663 (-560)))) (-15 -3556 ((-1186 (-663 (-560))) (-663 (-560)))) (-15 -1974 ((-1186 (-663 (-560))) (-560))))
-((-4417 (((-915 (-391)) $) 9 (|has| |#1| (-633 (-915 (-391)))) ELT) (((-915 (-560)) $) 8 (|has| |#1| (-633 (-915 (-560)))) ELT)))
-(((-909 |#1|) (-142) (-1248)) (T -909))
-NIL
-(-13 (-10 -7 (IF (|has| |t#1| (-633 (-915 (-560)))) (-6 (-633 (-915 (-560)))) |%noBranch|) (IF (|has| |t#1| (-633 (-915 (-391)))) (-6 (-633 (-915 (-391)))) |%noBranch|)))
-(((-633 (-915 (-391))) |has| |#1| (-633 (-915 (-391)))) ((-633 (-915 (-560))) |has| |#1| (-633 (-915 (-560)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2531 (($) 14 T ELT)) (-2794 (($ (-913 |#1| |#2|) (-913 |#1| |#3|)) 28 T ELT)) (-3875 (((-913 |#1| |#3|) $) 16 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1673 (((-114) $) 22 T ELT)) (-2665 (($) 19 T ELT)) (-2539 (((-887) $) 31 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2609 (((-913 |#1| |#2|) $) 15 T ELT)) (-2329 (((-114) $ $) 26 T ELT)))
-(((-910 |#1| |#2| |#3|) (-13 (-1132) (-10 -8 (-15 -1673 ((-114) $)) (-15 -2665 ($)) (-15 -2531 ($)) (-15 -2794 ($ (-913 |#1| |#2|) (-913 |#1| |#3|))) (-15 -2609 ((-913 |#1| |#2|) $)) (-15 -3875 ((-913 |#1| |#3|) $)))) (-1132) (-1132) (-688 |#2|)) (T -910))
-((-1673 (*1 *2 *1) (-12 (-4 *4 (-1132)) (-5 *2 (-114)) (-5 *1 (-910 *3 *4 *5)) (-4 *3 (-1132)) (-4 *5 (-688 *4)))) (-2665 (*1 *1) (-12 (-4 *3 (-1132)) (-5 *1 (-910 *2 *3 *4)) (-4 *2 (-1132)) (-4 *4 (-688 *3)))) (-2531 (*1 *1) (-12 (-4 *3 (-1132)) (-5 *1 (-910 *2 *3 *4)) (-4 *2 (-1132)) (-4 *4 (-688 *3)))) (-2794 (*1 *1 *2 *3) (-12 (-5 *2 (-913 *4 *5)) (-5 *3 (-913 *4 *6)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-688 *5)) (-5 *1 (-910 *4 *5 *6)))) (-2609 (*1 *2 *1) (-12 (-4 *4 (-1132)) (-5 *2 (-913 *3 *4)) (-5 *1 (-910 *3 *4 *5)) (-4 *3 (-1132)) (-4 *5 (-688 *4)))) (-3875 (*1 *2 *1) (-12 (-4 *4 (-1132)) (-5 *2 (-913 *3 *5)) (-5 *1 (-910 *3 *4 *5)) (-4 *3 (-1132)) (-4 *5 (-688 *4)))))
-(-13 (-1132) (-10 -8 (-15 -1673 ((-114) $)) (-15 -2665 ($)) (-15 -2531 ($)) (-15 -2794 ($ (-913 |#1| |#2|) (-913 |#1| |#3|))) (-15 -2609 ((-913 |#1| |#2|) $)) (-15 -3875 ((-913 |#1| |#3|) $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3085 (((-913 |#1| $) $ (-915 |#1|) (-913 |#1| $)) 17 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-911 |#1|) (-142) (-1132)) (T -911))
-((-3085 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-913 *4 *1)) (-5 *3 (-915 *4)) (-4 *1 (-911 *4)) (-4 *4 (-1132)))))
-(-13 (-1132) (-10 -8 (-15 -3085 ((-913 |t#1| $) $ (-915 |t#1|) (-913 |t#1| $)))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-3880 (((-114) (-663 |#2|) |#3|) 23 T ELT) (((-114) |#2| |#3|) 18 T ELT)) (-3789 (((-913 |#1| |#2|) |#2| |#3|) 45 (-12 (-1372 (|has| |#2| (-1069 (-1208)))) (-1372 (|has| |#2| (-1080)))) ELT) (((-663 (-305 (-975 |#2|))) |#2| |#3|) 44 (-12 (|has| |#2| (-1080)) (-1372 (|has| |#2| (-1069 (-1208))))) ELT) (((-663 (-305 |#2|)) |#2| |#3|) 36 (|has| |#2| (-1069 (-1208))) ELT) (((-910 |#1| |#2| (-663 |#2|)) (-663 |#2|) |#3|) 21 T ELT)))
-(((-912 |#1| |#2| |#3|) (-10 -7 (-15 -3880 ((-114) |#2| |#3|)) (-15 -3880 ((-114) (-663 |#2|) |#3|)) (-15 -3789 ((-910 |#1| |#2| (-663 |#2|)) (-663 |#2|) |#3|)) (IF (|has| |#2| (-1069 (-1208))) (-15 -3789 ((-663 (-305 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1080)) (-15 -3789 ((-663 (-305 (-975 |#2|))) |#2| |#3|)) (-15 -3789 ((-913 |#1| |#2|) |#2| |#3|))))) (-1132) (-911 |#1|) (-633 (-915 |#1|))) (T -912))
-((-3789 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-5 *2 (-913 *5 *3)) (-5 *1 (-912 *5 *3 *4)) (-1372 (-4 *3 (-1069 (-1208)))) (-1372 (-4 *3 (-1080))) (-4 *3 (-911 *5)) (-4 *4 (-633 (-915 *5))))) (-3789 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-5 *2 (-663 (-305 (-975 *3)))) (-5 *1 (-912 *5 *3 *4)) (-4 *3 (-1080)) (-1372 (-4 *3 (-1069 (-1208)))) (-4 *3 (-911 *5)) (-4 *4 (-633 (-915 *5))))) (-3789 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-5 *2 (-663 (-305 *3))) (-5 *1 (-912 *5 *3 *4)) (-4 *3 (-1069 (-1208))) (-4 *3 (-911 *5)) (-4 *4 (-633 (-915 *5))))) (-3789 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-4 *6 (-911 *5)) (-5 *2 (-910 *5 *6 (-663 *6))) (-5 *1 (-912 *5 *6 *4)) (-5 *3 (-663 *6)) (-4 *4 (-633 (-915 *5))))) (-3880 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-4 *6 (-911 *5)) (-4 *5 (-1132)) (-5 *2 (-114)) (-5 *1 (-912 *5 *6 *4)) (-4 *4 (-633 (-915 *5))))) (-3880 (*1 *2 *3 *4) (-12 (-4 *5 (-1132)) (-5 *2 (-114)) (-5 *1 (-912 *5 *3 *4)) (-4 *3 (-911 *5)) (-4 *4 (-633 (-915 *5))))))
-(-10 -7 (-15 -3880 ((-114) |#2| |#3|)) (-15 -3880 ((-114) (-663 |#2|) |#3|)) (-15 -3789 ((-910 |#1| |#2| (-663 |#2|)) (-663 |#2|) |#3|)) (IF (|has| |#2| (-1069 (-1208))) (-15 -3789 ((-663 (-305 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1080)) (-15 -3789 ((-663 (-305 (-975 |#2|))) |#2| |#3|)) (-15 -3789 ((-913 |#1| |#2|) |#2| |#3|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-4167 (($ $ $) 40 T ELT)) (-4362 (((-3 (-114) "failed") $ (-915 |#1|)) 37 T ELT)) (-2531 (($) 12 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4334 (($ (-915 |#1|) |#2| $) 20 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2797 (((-3 |#2| "failed") (-915 |#1|) $) 51 T ELT)) (-1673 (((-114) $) 15 T ELT)) (-2665 (($) 13 T ELT)) (-3480 (((-663 (-2 (|:| -3818 (-1208)) (|:| -2660 |#2|))) $) 25 T ELT)) (-2548 (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 |#2|)))) 23 T ELT)) (-2539 (((-887) $) 45 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2532 (($ (-915 |#1|) |#2| $ |#2|) 49 T ELT)) (-3854 (($ (-915 |#1|) |#2| $) 48 T ELT)) (-2329 (((-114) $ $) 42 T ELT)))
-(((-913 |#1| |#2|) (-13 (-1132) (-10 -8 (-15 -1673 ((-114) $)) (-15 -2665 ($)) (-15 -2531 ($)) (-15 -4167 ($ $ $)) (-15 -2797 ((-3 |#2| "failed") (-915 |#1|) $)) (-15 -3854 ($ (-915 |#1|) |#2| $)) (-15 -4334 ($ (-915 |#1|) |#2| $)) (-15 -2532 ($ (-915 |#1|) |#2| $ |#2|)) (-15 -3480 ((-663 (-2 (|:| -3818 (-1208)) (|:| -2660 |#2|))) $)) (-15 -2548 ($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 |#2|))))) (-15 -4362 ((-3 (-114) "failed") $ (-915 |#1|))))) (-1132) (-1132)) (T -913))
-((-1673 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-913 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-2665 (*1 *1) (-12 (-5 *1 (-913 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))) (-2531 (*1 *1) (-12 (-5 *1 (-913 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))) (-4167 (*1 *1 *1 *1) (-12 (-5 *1 (-913 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))) (-2797 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-915 *4)) (-4 *4 (-1132)) (-4 *2 (-1132)) (-5 *1 (-913 *4 *2)))) (-3854 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-915 *4)) (-4 *4 (-1132)) (-5 *1 (-913 *4 *3)) (-4 *3 (-1132)))) (-4334 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-915 *4)) (-4 *4 (-1132)) (-5 *1 (-913 *4 *3)) (-4 *3 (-1132)))) (-2532 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-915 *4)) (-4 *4 (-1132)) (-5 *1 (-913 *4 *3)) (-4 *3 (-1132)))) (-3480 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 *4)))) (-5 *1 (-913 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-2548 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 *4)))) (-4 *4 (-1132)) (-5 *1 (-913 *3 *4)) (-4 *3 (-1132)))) (-4362 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-915 *4)) (-4 *4 (-1132)) (-5 *2 (-114)) (-5 *1 (-913 *4 *5)) (-4 *5 (-1132)))))
-(-13 (-1132) (-10 -8 (-15 -1673 ((-114) $)) (-15 -2665 ($)) (-15 -2531 ($)) (-15 -4167 ($ $ $)) (-15 -2797 ((-3 |#2| "failed") (-915 |#1|) $)) (-15 -3854 ($ (-915 |#1|) |#2| $)) (-15 -4334 ($ (-915 |#1|) |#2| $)) (-15 -2532 ($ (-915 |#1|) |#2| $ |#2|)) (-15 -3480 ((-663 (-2 (|:| -3818 (-1208)) (|:| -2660 |#2|))) $)) (-15 -2548 ($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 |#2|))))) (-15 -4362 ((-3 (-114) "failed") $ (-915 |#1|)))))
-((-2067 (((-913 |#1| |#3|) (-1 |#3| |#2|) (-913 |#1| |#2|)) 22 T ELT)))
-(((-914 |#1| |#2| |#3|) (-10 -7 (-15 -2067 ((-913 |#1| |#3|) (-1 |#3| |#2|) (-913 |#1| |#2|)))) (-1132) (-1132) (-1132)) (T -914))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-913 *5 *6)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-913 *5 *7)) (-5 *1 (-914 *5 *6 *7)))))
-(-10 -7 (-15 -2067 ((-913 |#1| |#3|) (-1 |#3| |#2|) (-913 |#1| |#2|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3022 (($ $ (-663 (-51))) 74 T ELT)) (-3557 (((-663 $) $) 139 T ELT)) (-3282 (((-2 (|:| |var| (-663 (-1208))) (|:| |pred| (-51))) $) 30 T ELT)) (-3497 (((-114) $) 35 T ELT)) (-3530 (($ $ (-663 (-1208)) (-51)) 31 T ELT)) (-2685 (($ $ (-663 (-51))) 73 T ELT)) (-1442 (((-3 |#1| "failed") $) 71 T ELT) (((-3 (-1208) "failed") $) 164 T ELT)) (-3056 ((|#1| $) 68 T ELT) (((-1208) $) NIL T ELT)) (-1482 (($ $) 126 T ELT)) (-3865 (((-114) $) 55 T ELT)) (-2219 (((-663 (-51)) $) 50 T ELT)) (-3279 (($ (-1208) (-114) (-114) (-114)) 75 T ELT)) (-3788 (((-3 (-663 $) "failed") (-663 $)) 82 T ELT)) (-3659 (((-114) $) 58 T ELT)) (-2987 (((-114) $) 57 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) 41 T ELT)) (-3484 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 48 T ELT)) (-1968 (((-3 (-2 (|:| |val| $) (|:| -3881 $)) "failed") $) 97 T ELT)) (-3932 (((-3 (-663 $) "failed") $) 40 T ELT)) (-1765 (((-3 (-663 $) "failed") $ (-115)) 124 T ELT) (((-3 (-2 (|:| -2994 (-115)) (|:| |arg| (-663 $))) "failed") $) 107 T ELT)) (-2573 (((-3 (-663 $) "failed") $) 42 T ELT)) (-2429 (((-3 (-2 (|:| |val| $) (|:| -3881 (-793))) "failed") $) 45 T ELT)) (-1859 (((-114) $) 34 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1975 (((-114) $) 28 T ELT)) (-2128 (((-114) $) 52 T ELT)) (-1854 (((-663 (-51)) $) 130 T ELT)) (-2431 (((-114) $) 56 T ELT)) (-1495 (($ (-115) (-663 $)) 104 T ELT)) (-2117 (((-793) $) 33 T ELT)) (-2721 (($ $) 72 T ELT)) (-4417 (($ (-663 $)) 69 T ELT)) (-4489 (((-114) $) 32 T ELT)) (-2539 (((-887) $) 63 T ELT) (($ |#1|) 23 T ELT) (($ (-1208)) 76 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2281 (($ $ (-51)) 129 T ELT)) (-1427 (($) 103 T CONST)) (-1439 (($) 83 T CONST)) (-2329 (((-114) $ $) 93 T ELT)) (-2436 (($ $ $) 117 T ELT)) (-2413 (($ $ $) 121 T ELT)) (** (($ $ (-793)) 115 T ELT) (($ $ $) 64 T ELT)) (* (($ $ $) 122 T ELT)))
-(((-915 |#1|) (-13 (-1132) (-1069 |#1|) (-1069 (-1208)) (-10 -8 (-15 0 ($) -3721) (-15 1 ($) -3721) (-15 -3932 ((-3 (-663 $) "failed") $)) (-15 -1483 ((-3 (-663 $) "failed") $)) (-15 -1765 ((-3 (-663 $) "failed") $ (-115))) (-15 -1765 ((-3 (-2 (|:| -2994 (-115)) (|:| |arg| (-663 $))) "failed") $)) (-15 -2429 ((-3 (-2 (|:| |val| $) (|:| -3881 (-793))) "failed") $)) (-15 -3484 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -2573 ((-3 (-663 $) "failed") $)) (-15 -1968 ((-3 (-2 (|:| |val| $) (|:| -3881 $)) "failed") $)) (-15 -1495 ($ (-115) (-663 $))) (-15 -2413 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793))) (-15 ** ($ $ $)) (-15 -2436 ($ $ $)) (-15 -2117 ((-793) $)) (-15 -4417 ($ (-663 $))) (-15 -2721 ($ $)) (-15 -1859 ((-114) $)) (-15 -3865 ((-114) $)) (-15 -3497 ((-114) $)) (-15 -4489 ((-114) $)) (-15 -2431 ((-114) $)) (-15 -2987 ((-114) $)) (-15 -3659 ((-114) $)) (-15 -2128 ((-114) $)) (-15 -2219 ((-663 (-51)) $)) (-15 -2685 ($ $ (-663 (-51)))) (-15 -3022 ($ $ (-663 (-51)))) (-15 -3279 ($ (-1208) (-114) (-114) (-114))) (-15 -3530 ($ $ (-663 (-1208)) (-51))) (-15 -3282 ((-2 (|:| |var| (-663 (-1208))) (|:| |pred| (-51))) $)) (-15 -1975 ((-114) $)) (-15 -1482 ($ $)) (-15 -2281 ($ $ (-51))) (-15 -1854 ((-663 (-51)) $)) (-15 -3557 ((-663 $) $)) (-15 -3788 ((-3 (-663 $) "failed") (-663 $))))) (-1132)) (T -915))
-((-1427 (*1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))) (-1439 (*1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))) (-3932 (*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-1483 (*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-1765 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-663 (-915 *4))) (-5 *1 (-915 *4)) (-4 *4 (-1132)))) (-1765 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -2994 (-115)) (|:| |arg| (-663 (-915 *3))))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-2429 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-915 *3)) (|:| -3881 (-793)))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-3484 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-915 *3)) (|:| |den| (-915 *3)))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-2573 (*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-1968 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-915 *3)) (|:| -3881 (-915 *3)))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-1495 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 (-915 *4))) (-5 *1 (-915 *4)) (-4 *4 (-1132)))) (-2413 (*1 *1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))) (-2436 (*1 *1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))) (-2117 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-4417 (*1 *1 *2) (-12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-2721 (*1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))) (-1859 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-3865 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-3497 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-4489 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-2431 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-2987 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-3659 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-2128 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-2219 (*1 *2 *1) (-12 (-5 *2 (-663 (-51))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-2685 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-51))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-3022 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-51))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-3279 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-114)) (-5 *1 (-915 *4)) (-4 *4 (-1132)))) (-3530 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-51)) (-5 *1 (-915 *4)) (-4 *4 (-1132)))) (-3282 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-663 (-1208))) (|:| |pred| (-51)))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-1975 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-1482 (*1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))) (-2281 (*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-1854 (*1 *2 *1) (-12 (-5 *2 (-663 (-51))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-3557 (*1 *2 *1) (-12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))) (-3788 (*1 *2 *2) (|partial| -12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(-13 (-1132) (-1069 |#1|) (-1069 (-1208)) (-10 -8 (-15 (-1427) ($) -3721) (-15 (-1439) ($) -3721) (-15 -3932 ((-3 (-663 $) "failed") $)) (-15 -1483 ((-3 (-663 $) "failed") $)) (-15 -1765 ((-3 (-663 $) "failed") $ (-115))) (-15 -1765 ((-3 (-2 (|:| -2994 (-115)) (|:| |arg| (-663 $))) "failed") $)) (-15 -2429 ((-3 (-2 (|:| |val| $) (|:| -3881 (-793))) "failed") $)) (-15 -3484 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -2573 ((-3 (-663 $) "failed") $)) (-15 -1968 ((-3 (-2 (|:| |val| $) (|:| -3881 $)) "failed") $)) (-15 -1495 ($ (-115) (-663 $))) (-15 -2413 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793))) (-15 ** ($ $ $)) (-15 -2436 ($ $ $)) (-15 -2117 ((-793) $)) (-15 -4417 ($ (-663 $))) (-15 -2721 ($ $)) (-15 -1859 ((-114) $)) (-15 -3865 ((-114) $)) (-15 -3497 ((-114) $)) (-15 -4489 ((-114) $)) (-15 -2431 ((-114) $)) (-15 -2987 ((-114) $)) (-15 -3659 ((-114) $)) (-15 -2128 ((-114) $)) (-15 -2219 ((-663 (-51)) $)) (-15 -2685 ($ $ (-663 (-51)))) (-15 -3022 ($ $ (-663 (-51)))) (-15 -3279 ($ (-1208) (-114) (-114) (-114))) (-15 -3530 ($ $ (-663 (-1208)) (-51))) (-15 -3282 ((-2 (|:| |var| (-663 (-1208))) (|:| |pred| (-51))) $)) (-15 -1975 ((-114) $)) (-15 -1482 ($ $)) (-15 -2281 ($ $ (-51))) (-15 -1854 ((-663 (-51)) $)) (-15 -3557 ((-663 $) $)) (-15 -3788 ((-3 (-663 $) "failed") (-663 $)))))
-((-3799 (((-915 |#1|) (-915 |#1|) (-663 (-1208)) (-1 (-114) (-663 |#2|))) 32 T ELT) (((-915 |#1|) (-915 |#1|) (-663 (-1 (-114) |#2|))) 46 T ELT) (((-915 |#1|) (-915 |#1|) (-1 (-114) |#2|)) 35 T ELT)) (-4362 (((-114) (-663 |#2|) (-915 |#1|)) 42 T ELT) (((-114) |#2| (-915 |#1|)) 36 T ELT)) (-2529 (((-1 (-114) |#2|) (-915 |#1|)) 16 T ELT)) (-1576 (((-663 |#2|) (-915 |#1|)) 24 T ELT)) (-2281 (((-915 |#1|) (-915 |#1|) |#2|) 20 T ELT)))
-(((-916 |#1| |#2|) (-10 -7 (-15 -3799 ((-915 |#1|) (-915 |#1|) (-1 (-114) |#2|))) (-15 -3799 ((-915 |#1|) (-915 |#1|) (-663 (-1 (-114) |#2|)))) (-15 -3799 ((-915 |#1|) (-915 |#1|) (-663 (-1208)) (-1 (-114) (-663 |#2|)))) (-15 -2529 ((-1 (-114) |#2|) (-915 |#1|))) (-15 -4362 ((-114) |#2| (-915 |#1|))) (-15 -4362 ((-114) (-663 |#2|) (-915 |#1|))) (-15 -2281 ((-915 |#1|) (-915 |#1|) |#2|)) (-15 -1576 ((-663 |#2|) (-915 |#1|)))) (-1132) (-1248)) (T -916))
-((-1576 (*1 *2 *3) (-12 (-5 *3 (-915 *4)) (-4 *4 (-1132)) (-5 *2 (-663 *5)) (-5 *1 (-916 *4 *5)) (-4 *5 (-1248)))) (-2281 (*1 *2 *2 *3) (-12 (-5 *2 (-915 *4)) (-4 *4 (-1132)) (-5 *1 (-916 *4 *3)) (-4 *3 (-1248)))) (-4362 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-915 *5)) (-4 *5 (-1132)) (-4 *6 (-1248)) (-5 *2 (-114)) (-5 *1 (-916 *5 *6)))) (-4362 (*1 *2 *3 *4) (-12 (-5 *4 (-915 *5)) (-4 *5 (-1132)) (-5 *2 (-114)) (-5 *1 (-916 *5 *3)) (-4 *3 (-1248)))) (-2529 (*1 *2 *3) (-12 (-5 *3 (-915 *4)) (-4 *4 (-1132)) (-5 *2 (-1 (-114) *5)) (-5 *1 (-916 *4 *5)) (-4 *5 (-1248)))) (-3799 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-915 *5)) (-5 *3 (-663 (-1208))) (-5 *4 (-1 (-114) (-663 *6))) (-4 *5 (-1132)) (-4 *6 (-1248)) (-5 *1 (-916 *5 *6)))) (-3799 (*1 *2 *2 *3) (-12 (-5 *2 (-915 *4)) (-5 *3 (-663 (-1 (-114) *5))) (-4 *4 (-1132)) (-4 *5 (-1248)) (-5 *1 (-916 *4 *5)))) (-3799 (*1 *2 *2 *3) (-12 (-5 *2 (-915 *4)) (-5 *3 (-1 (-114) *5)) (-4 *4 (-1132)) (-4 *5 (-1248)) (-5 *1 (-916 *4 *5)))))
-(-10 -7 (-15 -3799 ((-915 |#1|) (-915 |#1|) (-1 (-114) |#2|))) (-15 -3799 ((-915 |#1|) (-915 |#1|) (-663 (-1 (-114) |#2|)))) (-15 -3799 ((-915 |#1|) (-915 |#1|) (-663 (-1208)) (-1 (-114) (-663 |#2|)))) (-15 -2529 ((-1 (-114) |#2|) (-915 |#1|))) (-15 -4362 ((-114) |#2| (-915 |#1|))) (-15 -4362 ((-114) (-663 |#2|) (-915 |#1|))) (-15 -2281 ((-915 |#1|) (-915 |#1|) |#2|)) (-15 -1576 ((-663 |#2|) (-915 |#1|))))
-((-2067 (((-915 |#2|) (-1 |#2| |#1|) (-915 |#1|)) 19 T ELT)))
-(((-917 |#1| |#2|) (-10 -7 (-15 -2067 ((-915 |#2|) (-1 |#2| |#1|) (-915 |#1|)))) (-1132) (-1132)) (T -917))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-915 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *2 (-915 *6)) (-5 *1 (-917 *5 *6)))))
-(-10 -7 (-15 -2067 ((-915 |#2|) (-1 |#2| |#1|) (-915 |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3797 (((-663 |#1|) $) 19 T ELT)) (-1551 (((-114) $) 49 T ELT)) (-1442 (((-3 (-694 |#1|) "failed") $) 56 T ELT)) (-3056 (((-694 |#1|) $) 54 T ELT)) (-3806 (($ $) 23 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-4474 (((-793) $) 61 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 (((-694 |#1|) $) 21 T ELT)) (-2539 (((-887) $) 47 T ELT) (($ (-694 |#1|)) 26 T ELT) (((-841 |#1|) $) 36 T ELT) (($ |#1|) 25 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) 9 T CONST)) (-2499 (((-663 (-694 |#1|)) $) 28 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 12 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 67 T ELT)))
-(((-918 |#1|) (-13 (-871) (-1069 (-694 |#1|)) (-10 -8 (-15 1 ($) -3721) (-15 -2539 ((-841 |#1|) $)) (-15 -2539 ($ |#1|)) (-15 -3794 ((-694 |#1|) $)) (-15 -4474 ((-793) $)) (-15 -2499 ((-663 (-694 |#1|)) $)) (-15 -3806 ($ $)) (-15 -1551 ((-114) $)) (-15 -3797 ((-663 |#1|) $)))) (-871)) (T -918))
-((-1439 (*1 *1) (-12 (-5 *1 (-918 *2)) (-4 *2 (-871)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-841 *3)) (-5 *1 (-918 *3)) (-4 *3 (-871)))) (-2539 (*1 *1 *2) (-12 (-5 *1 (-918 *2)) (-4 *2 (-871)))) (-3794 (*1 *2 *1) (-12 (-5 *2 (-694 *3)) (-5 *1 (-918 *3)) (-4 *3 (-871)))) (-4474 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-918 *3)) (-4 *3 (-871)))) (-2499 (*1 *2 *1) (-12 (-5 *2 (-663 (-694 *3))) (-5 *1 (-918 *3)) (-4 *3 (-871)))) (-3806 (*1 *1 *1) (-12 (-5 *1 (-918 *2)) (-4 *2 (-871)))) (-1551 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-918 *3)) (-4 *3 (-871)))) (-3797 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-918 *3)) (-4 *3 (-871)))))
-(-13 (-871) (-1069 (-694 |#1|)) (-10 -8 (-15 (-1439) ($) -3721) (-15 -2539 ((-841 |#1|) $)) (-15 -2539 ($ |#1|)) (-15 -3794 ((-694 |#1|) $)) (-15 -4474 ((-793) $)) (-15 -2499 ((-663 (-694 |#1|)) $)) (-15 -3806 ($ $)) (-15 -1551 ((-114) $)) (-15 -3797 ((-663 |#1|) $))))
-((-3888 ((|#1| |#1| |#1|) 19 T ELT)))
-(((-919 |#1| |#2|) (-10 -7 (-15 -3888 (|#1| |#1| |#1|))) (-1274 |#2|) (-1080)) (T -919))
-((-3888 (*1 *2 *2 *2) (-12 (-4 *3 (-1080)) (-5 *1 (-919 *2 *3)) (-4 *2 (-1274 *3)))))
-(-10 -7 (-15 -3888 (|#1| |#1| |#1|)))
-((-4324 ((|#2| $ |#3|) 10 T ELT)))
-(((-920 |#1| |#2| |#3|) (-10 -8 (-15 -4324 (|#2| |#1| |#3|))) (-921 |#2| |#3|) (-1248) (-1248)) (T -920))
-NIL
-(-10 -8 (-15 -4324 (|#2| |#1| |#3|)))
-((-2457 ((|#1| $ |#2|) 7 T ELT)) (-4324 ((|#1| $ |#2|) 6 T ELT)))
-(((-921 |#1| |#2|) (-142) (-1248) (-1248)) (T -921))
-((-2457 (*1 *2 *1 *3) (-12 (-4 *1 (-921 *2 *3)) (-4 *3 (-1248)) (-4 *2 (-1248)))) (-4324 (*1 *2 *1 *3) (-12 (-4 *1 (-921 *2 *3)) (-4 *3 (-1248)) (-4 *2 (-1248)))))
-(-13 (-1248) (-10 -8 (-15 -2457 (|t#1| $ |t#2|)) (-15 -4324 (|t#1| $ |t#2|))))
-(((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) 18 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3919 (((-1066) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) 17 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-922) (-142)) (T -922))
-((-4102 (*1 *2 *3 *4) (-12 (-4 *1 (-922)) (-5 *3 (-1094)) (-5 *4 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190)))))) (-3919 (*1 *2 *3) (-12 (-4 *1 (-922)) (-5 *3 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) (-5 *2 (-1066)))))
-(-13 (-1132) (-10 -7 (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))) (-1094) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229))))) (-15 -3919 ((-1066) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2810 ((|#1| |#1| (-793)) 27 T ELT)) (-3123 (((-3 |#1| "failed") |#1| |#1|) 24 T ELT)) (-1405 (((-3 (-2 (|:| -1432 |#1|) (|:| -1448 |#1|)) "failed") |#1| (-793) (-793)) 30 T ELT) (((-663 |#1|) |#1|) 38 T ELT)))
-(((-923 |#1| |#2|) (-10 -7 (-15 -1405 ((-663 |#1|) |#1|)) (-15 -1405 ((-3 (-2 (|:| -1432 |#1|) (|:| -1448 |#1|)) "failed") |#1| (-793) (-793))) (-15 -3123 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2810 (|#1| |#1| (-793)))) (-1274 |#2|) (-376)) (T -923))
-((-2810 (*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-376)) (-5 *1 (-923 *2 *4)) (-4 *2 (-1274 *4)))) (-3123 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-376)) (-5 *1 (-923 *2 *3)) (-4 *2 (-1274 *3)))) (-1405 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-793)) (-4 *5 (-376)) (-5 *2 (-2 (|:| -1432 *3) (|:| -1448 *3))) (-5 *1 (-923 *3 *5)) (-4 *3 (-1274 *5)))) (-1405 (*1 *2 *3) (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-923 *3 *4)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -1405 ((-663 |#1|) |#1|)) (-15 -1405 ((-3 (-2 (|:| -1432 |#1|) (|:| -1448 |#1|)) "failed") |#1| (-793) (-793))) (-15 -3123 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2810 (|#1| |#1| (-793))))
-((-3824 (((-1066) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1190)) 104 T ELT) (((-1066) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1190) (-229)) 100 T ELT) (((-1066) (-925) (-1094)) 92 T ELT) (((-1066) (-925)) 93 T ELT)) (-4102 (((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-925) (-1094)) 62 T ELT) (((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-925)) 64 T ELT)))
-(((-924) (-10 -7 (-15 -3824 ((-1066) (-925))) (-15 -3824 ((-1066) (-925) (-1094))) (-15 -3824 ((-1066) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1190) (-229))) (-15 -3824 ((-1066) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1190))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-925))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-925) (-1094))))) (T -924))
-((-4102 (*1 *2 *3 *4) (-12 (-5 *3 (-925)) (-5 *4 (-1094)) (-5 *2 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))))) (-5 *1 (-924)))) (-4102 (*1 *2 *3) (-12 (-5 *3 (-925)) (-5 *2 (-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190))))) (-5 *1 (-924)))) (-3824 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-793)) (-5 *6 (-663 (-663 (-326 *3)))) (-5 *7 (-1190)) (-5 *5 (-663 (-326 (-391)))) (-5 *3 (-391)) (-5 *2 (-1066)) (-5 *1 (-924)))) (-3824 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-793)) (-5 *6 (-663 (-663 (-326 *3)))) (-5 *7 (-1190)) (-5 *8 (-229)) (-5 *5 (-663 (-326 (-391)))) (-5 *3 (-391)) (-5 *2 (-1066)) (-5 *1 (-924)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-925)) (-5 *4 (-1094)) (-5 *2 (-1066)) (-5 *1 (-924)))) (-3824 (*1 *2 *3) (-12 (-5 *3 (-925)) (-5 *2 (-1066)) (-5 *1 (-924)))))
-(-10 -7 (-15 -3824 ((-1066) (-925))) (-15 -3824 ((-1066) (-925) (-1094))) (-15 -3824 ((-1066) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1190) (-229))) (-15 -3824 ((-1066) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1190))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-925))) (-15 -4102 ((-2 (|:| -4102 (-391)) (|:| -3952 (-1190)) (|:| |explanations| (-663 (-1190)))) (-925) (-1094))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3056 (((-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229))) $) 19 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 21 T ELT) (($ (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) 18 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-925) (-13 (-1132) (-10 -8 (-15 -2539 ($ (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229))))) (-15 -3056 ((-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229))) $))))) (T -925))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) (-5 *1 (-925)))) (-3056 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229)))) (-5 *1 (-925)))))
-(-13 (-1132) (-10 -8 (-15 -2539 ($ (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229))))) (-15 -3056 ((-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190)) (|:| |tol| (-229))) $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2457 (($ $ (-663 |#2|) (-663 (-793))) 44 T ELT) (($ $ |#2| (-793)) 43 T ELT) (($ $ (-663 |#2|)) 42 T ELT) (($ $ |#2|) 40 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-4324 (($ $ (-663 |#2|) (-663 (-793))) 47 T ELT) (($ $ |#2| (-793)) 46 T ELT) (($ $ (-663 |#2|)) 45 T ELT) (($ $ |#2|) 41 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
-(((-926 |#1| |#2|) (-142) (-1080) (-1132)) (T -926))
-NIL
-(-13 (-111 |t#1| |t#1|) (-929 |t#2|) (-10 -7 (IF (|has| |t#1| (-175)) (-6 (-739 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-921 $ |#2|) . T) ((-929 |#2|) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2457 (($ $ (-663 |#1|) (-663 (-793))) 49 T ELT) (($ $ |#1| (-793)) 48 T ELT) (($ $ (-663 |#1|)) 47 T ELT) (($ $ |#1|) 45 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-663 |#1|) (-663 (-793))) 52 T ELT) (($ $ |#1| (-793)) 51 T ELT) (($ $ (-663 |#1|)) 50 T ELT) (($ $ |#1|) 46 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-927 |#1|) (-142) (-1132)) (T -927))
-NIL
-(-13 (-1080) (-929 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-921 $ |#1|) . T) ((-929 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2457 (($ $ |#2|) NIL T ELT) (($ $ (-663 |#2|)) 10 T ELT) (($ $ |#2| (-793)) 12 T ELT) (($ $ (-663 |#2|) (-663 (-793))) 15 T ELT)) (-4324 (($ $ |#2|) 16 T ELT) (($ $ (-663 |#2|)) 18 T ELT) (($ $ |#2| (-793)) 19 T ELT) (($ $ (-663 |#2|) (-663 (-793))) 21 T ELT)))
-(((-928 |#1| |#2|) (-10 -8 (-15 -4324 (|#1| |#1| (-663 |#2|) (-663 (-793)))) (-15 -4324 (|#1| |#1| |#2| (-793))) (-15 -4324 (|#1| |#1| (-663 |#2|))) (-15 -2457 (|#1| |#1| (-663 |#2|) (-663 (-793)))) (-15 -2457 (|#1| |#1| |#2| (-793))) (-15 -2457 (|#1| |#1| (-663 |#2|))) (-15 -4324 (|#1| |#1| |#2|)) (-15 -2457 (|#1| |#1| |#2|))) (-929 |#2|) (-1132)) (T -928))
-NIL
-(-10 -8 (-15 -4324 (|#1| |#1| (-663 |#2|) (-663 (-793)))) (-15 -4324 (|#1| |#1| |#2| (-793))) (-15 -4324 (|#1| |#1| (-663 |#2|))) (-15 -2457 (|#1| |#1| (-663 |#2|) (-663 (-793)))) (-15 -2457 (|#1| |#1| |#2| (-793))) (-15 -2457 (|#1| |#1| (-663 |#2|))) (-15 -4324 (|#1| |#1| |#2|)) (-15 -2457 (|#1| |#1| |#2|)))
-((-2457 (($ $ |#1|) 7 T ELT) (($ $ (-663 |#1|)) 15 T ELT) (($ $ |#1| (-793)) 14 T ELT) (($ $ (-663 |#1|) (-663 (-793))) 13 T ELT)) (-4324 (($ $ |#1|) 6 T ELT) (($ $ (-663 |#1|)) 12 T ELT) (($ $ |#1| (-793)) 11 T ELT) (($ $ (-663 |#1|) (-663 (-793))) 10 T ELT)))
-(((-929 |#1|) (-142) (-1132)) (T -929))
-((-2457 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *1 (-929 *3)) (-4 *3 (-1132)))) (-2457 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-929 *2)) (-4 *2 (-1132)))) (-2457 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 (-793))) (-4 *1 (-929 *4)) (-4 *4 (-1132)))) (-4324 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *1 (-929 *3)) (-4 *3 (-1132)))) (-4324 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-929 *2)) (-4 *2 (-1132)))) (-4324 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 (-793))) (-4 *1 (-929 *4)) (-4 *4 (-1132)))))
-(-13 (-921 $ |t#1|) (-10 -8 (-15 -2457 ($ $ (-663 |t#1|))) (-15 -2457 ($ $ |t#1| (-793))) (-15 -2457 ($ $ (-663 |t#1|) (-663 (-793)))) (-15 -4324 ($ $ (-663 |t#1|))) (-15 -4324 ($ $ |t#1| (-793))) (-15 -4324 ($ $ (-663 |t#1|) (-663 (-793))))))
-(((-921 $ |#1|) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 26 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2235 (($ $ $) NIL (|has| $ (-6 -4510)) ELT)) (-3027 (($ $ $) NIL (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4510)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1448 (($ $) 25 T ELT)) (-4432 (($ |#1|) 12 T ELT) (($ $ $) 17 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1432 (($ $) 23 T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) 20 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-4235 (((-114) $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-1235 |#1|) $) 9 T ELT) (((-887) $) 29 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-930 |#1|) (-13 (-121 |#1|) (-632 (-1235 |#1|)) (-10 -8 (-15 -4432 ($ |#1|)) (-15 -4432 ($ $ $)))) (-1132)) (T -930))
-((-4432 (*1 *1 *2) (-12 (-5 *1 (-930 *2)) (-4 *2 (-1132)))) (-4432 (*1 *1 *1 *1) (-12 (-5 *1 (-930 *2)) (-4 *2 (-1132)))))
-(-13 (-121 |#1|) (-632 (-1235 |#1|)) (-10 -8 (-15 -4432 ($ |#1|)) (-15 -4432 ($ $ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2893 (((-1128 |#1|) $) 60 T ELT)) (-3334 (((-663 $) (-663 $)) 103 T ELT)) (-2551 (((-560) $) 83 T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2252 (((-793) $) 80 T ELT)) (-2199 (((-1128 |#1|) $ |#1|) 70 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3057 (((-114) $) 88 T ELT)) (-4186 (((-793) $) 84 T ELT)) (-2006 (($ $ $) NIL (-2191 (|has| |#1| (-381)) (|has| |#1| (-871))) ELT)) (-2718 (($ $ $) NIL (-2191 (|has| |#1| (-381)) (|has| |#1| (-871))) ELT)) (-2584 (((-2 (|:| |preimage| (-663 |#1|)) (|:| |image| (-663 |#1|))) $) 55 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 130 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2516 (((-1128 |#1|) $) 136 (|has| |#1| (-381)) ELT)) (-3196 (((-114) $) 81 T ELT)) (-1495 ((|#1| $ |#1|) 68 T ELT)) (-4283 (((-793) $) 62 T ELT)) (-2546 (($ (-663 (-663 |#1|))) 118 T ELT)) (-2724 (((-1002) $) 74 T ELT)) (-3276 (($ (-663 |#1|)) 32 T ELT)) (-1521 (($ $ $) NIL T ELT)) (-4172 (($ $ $) NIL T ELT)) (-3078 (($ (-663 (-663 |#1|))) 57 T ELT)) (-2773 (($ (-663 (-663 |#1|))) 123 T ELT)) (-3642 (($ (-663 |#1|)) 132 T ELT)) (-2539 (((-887) $) 117 T ELT) (($ (-663 (-663 |#1|))) 91 T ELT) (($ (-663 |#1|)) 92 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) 24 T CONST)) (-2383 (((-114) $ $) NIL (-2191 (|has| |#1| (-381)) (|has| |#1| (-871))) ELT)) (-2360 (((-114) $ $) NIL (-2191 (|has| |#1| (-381)) (|has| |#1| (-871))) ELT)) (-2329 (((-114) $ $) 66 T ELT)) (-2372 (((-114) $ $) NIL (-2191 (|has| |#1| (-381)) (|has| |#1| (-871))) ELT)) (-2349 (((-114) $ $) 90 T ELT)) (-2436 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ $ $) 33 T ELT)))
-(((-931 |#1|) (-13 (-933 |#1|) (-10 -8 (-15 -2584 ((-2 (|:| |preimage| (-663 |#1|)) (|:| |image| (-663 |#1|))) $)) (-15 -3078 ($ (-663 (-663 |#1|)))) (-15 -2539 ($ (-663 (-663 |#1|)))) (-15 -2539 ($ (-663 |#1|))) (-15 -2773 ($ (-663 (-663 |#1|)))) (-15 -4283 ((-793) $)) (-15 -2724 ((-1002) $)) (-15 -2252 ((-793) $)) (-15 -4186 ((-793) $)) (-15 -2551 ((-560) $)) (-15 -3196 ((-114) $)) (-15 -3057 ((-114) $)) (-15 -3334 ((-663 $) (-663 $))) (IF (|has| |#1| (-381)) (-15 -2516 ((-1128 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-559)) (-15 -3642 ($ (-663 |#1|))) (IF (|has| |#1| (-381)) (-15 -3642 ($ (-663 |#1|))) |%noBranch|)))) (-1132)) (T -931))
-((-2584 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-663 *3)) (|:| |image| (-663 *3)))) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-3078 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-5 *1 (-931 *3)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-5 *1 (-931 *3)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-931 *3)))) (-2773 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-5 *1 (-931 *3)))) (-4283 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-2724 (*1 *2 *1) (-12 (-5 *2 (-1002)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-2252 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-4186 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-3196 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-3057 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-3334 (*1 *2 *2) (-12 (-5 *2 (-663 (-931 *3))) (-5 *1 (-931 *3)) (-4 *3 (-1132)))) (-2516 (*1 *2 *1) (-12 (-5 *2 (-1128 *3)) (-5 *1 (-931 *3)) (-4 *3 (-381)) (-4 *3 (-1132)))) (-3642 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-931 *3)))))
-(-13 (-933 |#1|) (-10 -8 (-15 -2584 ((-2 (|:| |preimage| (-663 |#1|)) (|:| |image| (-663 |#1|))) $)) (-15 -3078 ($ (-663 (-663 |#1|)))) (-15 -2539 ($ (-663 (-663 |#1|)))) (-15 -2539 ($ (-663 |#1|))) (-15 -2773 ($ (-663 (-663 |#1|)))) (-15 -4283 ((-793) $)) (-15 -2724 ((-1002) $)) (-15 -2252 ((-793) $)) (-15 -4186 ((-793) $)) (-15 -2551 ((-560) $)) (-15 -3196 ((-114) $)) (-15 -3057 ((-114) $)) (-15 -3334 ((-663 $) (-663 $))) (IF (|has| |#1| (-381)) (-15 -2516 ((-1128 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-559)) (-15 -3642 ($ (-663 |#1|))) (IF (|has| |#1| (-381)) (-15 -3642 ($ (-663 |#1|))) |%noBranch|))))
-((-2742 ((|#2| (-1173 |#1| |#2|)) 48 T ELT)))
-(((-932 |#1| |#2|) (-10 -7 (-15 -2742 (|#2| (-1173 |#1| |#2|)))) (-948) (-13 (-1080) (-10 -7 (-6 (-4511 "*"))))) (T -932))
-((-2742 (*1 *2 *3) (-12 (-5 *3 (-1173 *4 *2)) (-14 *4 (-948)) (-4 *2 (-13 (-1080) (-10 -7 (-6 (-4511 "*"))))) (-5 *1 (-932 *4 *2)))))
-(-10 -7 (-15 -2742 (|#2| (-1173 |#1| |#2|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-2893 (((-1128 |#1|) $) 42 T ELT)) (-3366 (($) 23 T CONST)) (-4310 (((-3 $ "failed") $) 20 T ELT)) (-2199 (((-1128 |#1|) $ |#1|) 41 T ELT)) (-1871 (((-114) $) 22 T ELT)) (-2006 (($ $ $) 35 (-2191 (|has| |#1| (-871)) (|has| |#1| (-381))) ELT)) (-2718 (($ $ $) 36 (-2191 (|has| |#1| (-871)) (|has| |#1| (-381))) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 30 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-1495 ((|#1| $ |#1|) 45 T ELT)) (-2546 (($ (-663 (-663 |#1|))) 43 T ELT)) (-3276 (($ (-663 |#1|)) 44 T ELT)) (-1521 (($ $ $) 27 T ELT)) (-4172 (($ $ $) 26 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1439 (($) 24 T CONST)) (-2383 (((-114) $ $) 37 (-2191 (|has| |#1| (-871)) (|has| |#1| (-381))) ELT)) (-2360 (((-114) $ $) 39 (-2191 (|has| |#1| (-871)) (|has| |#1| (-381))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 38 (-2191 (|has| |#1| (-871)) (|has| |#1| (-381))) ELT)) (-2349 (((-114) $ $) 40 T ELT)) (-2436 (($ $ $) 29 T ELT)) (** (($ $ (-948)) 17 T ELT) (($ $ (-793)) 21 T ELT) (($ $ (-560)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
-(((-933 |#1|) (-142) (-1132)) (T -933))
-((-3276 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-4 *1 (-933 *3)))) (-2546 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-4 *1 (-933 *3)))) (-2893 (*1 *2 *1) (-12 (-4 *1 (-933 *3)) (-4 *3 (-1132)) (-5 *2 (-1128 *3)))) (-2199 (*1 *2 *1 *3) (-12 (-4 *1 (-933 *3)) (-4 *3 (-1132)) (-5 *2 (-1128 *3)))) (-2349 (*1 *2 *1 *1) (-12 (-4 *1 (-933 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))))
-(-13 (-487) (-298 |t#1| |t#1|) (-10 -8 (-15 -3276 ($ (-663 |t#1|))) (-15 -2546 ($ (-663 (-663 |t#1|)))) (-15 -2893 ((-1128 |t#1|) $)) (-15 -2199 ((-1128 |t#1|) $ |t#1|)) (-15 -2349 ((-114) $ $)) (IF (|has| |t#1| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |t#1| (-381)) (-6 (-871)) |%noBranch|)))
-(((-102) . T) ((-632 (-887)) . T) ((-298 |#1| |#1|) . T) ((-487) . T) ((-748) . T) ((-871) -2191 (|has| |#1| (-871)) (|has| |#1| (-381))) ((-874) -2191 (|has| |#1| (-871)) (|has| |#1| (-381))) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3828 (((-663 (-663 (-793))) $) 160 T ELT)) (-4189 (((-663 (-793)) (-931 |#1|) $) 188 T ELT)) (-2468 (((-663 (-793)) (-931 |#1|) $) 189 T ELT)) (-2893 (((-1128 |#1|) $) 152 T ELT)) (-4364 (((-663 (-931 |#1|)) $) 149 T ELT)) (-3362 (((-931 |#1|) $ (-560)) 154 T ELT) (((-931 |#1|) $) 155 T ELT)) (-4462 (($ (-663 (-931 |#1|))) 162 T ELT)) (-2252 (((-793) $) 156 T ELT)) (-2362 (((-1128 (-1128 |#1|)) $) 186 T ELT)) (-2199 (((-1128 |#1|) $ |#1|) 177 T ELT) (((-1128 (-1128 |#1|)) $ (-1128 |#1|)) 198 T ELT) (((-1128 (-663 |#1|)) $ (-663 |#1|)) 201 T ELT)) (-2791 (((-114) (-931 |#1|) $) 137 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3527 (((-1304) $) 142 T ELT) (((-1304) $ (-560) (-560)) 202 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2269 (((-663 (-931 |#1|)) $) 143 T ELT)) (-1495 (((-931 |#1|) $ (-793)) 150 T ELT)) (-4283 (((-793) $) 157 T ELT)) (-2539 (((-887) $) 174 T ELT) (((-663 (-931 |#1|)) $) 28 T ELT) (($ (-663 (-931 |#1|))) 161 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (((-663 |#1|) $) 159 T ELT)) (-2329 (((-114) $ $) 195 T ELT)) (-2372 (((-114) $ $) 192 T ELT)) (-2349 (((-114) $ $) 191 T ELT)))
-(((-934 |#1|) (-13 (-1132) (-10 -8 (-15 -2539 ((-663 (-931 |#1|)) $)) (-15 -2269 ((-663 (-931 |#1|)) $)) (-15 -1495 ((-931 |#1|) $ (-793))) (-15 -3362 ((-931 |#1|) $ (-560))) (-15 -3362 ((-931 |#1|) $)) (-15 -2252 ((-793) $)) (-15 -4283 ((-793) $)) (-15 -2995 ((-663 |#1|) $)) (-15 -4364 ((-663 (-931 |#1|)) $)) (-15 -3828 ((-663 (-663 (-793))) $)) (-15 -2539 ($ (-663 (-931 |#1|)))) (-15 -4462 ($ (-663 (-931 |#1|)))) (-15 -2199 ((-1128 |#1|) $ |#1|)) (-15 -2362 ((-1128 (-1128 |#1|)) $)) (-15 -2199 ((-1128 (-1128 |#1|)) $ (-1128 |#1|))) (-15 -2199 ((-1128 (-663 |#1|)) $ (-663 |#1|))) (-15 -2791 ((-114) (-931 |#1|) $)) (-15 -4189 ((-663 (-793)) (-931 |#1|) $)) (-15 -2468 ((-663 (-793)) (-931 |#1|) $)) (-15 -2893 ((-1128 |#1|) $)) (-15 -2349 ((-114) $ $)) (-15 -2372 ((-114) $ $)) (-15 -3527 ((-1304) $)) (-15 -3527 ((-1304) $ (-560) (-560))))) (-1132)) (T -934))
-((-2539 (*1 *2 *1) (-12 (-5 *2 (-663 (-931 *3))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-2269 (*1 *2 *1) (-12 (-5 *2 (-663 (-931 *3))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-1495 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-931 *4)) (-5 *1 (-934 *4)) (-4 *4 (-1132)))) (-3362 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-931 *4)) (-5 *1 (-934 *4)) (-4 *4 (-1132)))) (-3362 (*1 *2 *1) (-12 (-5 *2 (-931 *3)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-2252 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-4283 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-2995 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-4364 (*1 *2 *1) (-12 (-5 *2 (-663 (-931 *3))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-3828 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-793)))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-663 (-931 *3))) (-4 *3 (-1132)) (-5 *1 (-934 *3)))) (-4462 (*1 *1 *2) (-12 (-5 *2 (-663 (-931 *3))) (-4 *3 (-1132)) (-5 *1 (-934 *3)))) (-2199 (*1 *2 *1 *3) (-12 (-5 *2 (-1128 *3)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-2362 (*1 *2 *1) (-12 (-5 *2 (-1128 (-1128 *3))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-2199 (*1 *2 *1 *3) (-12 (-4 *4 (-1132)) (-5 *2 (-1128 (-1128 *4))) (-5 *1 (-934 *4)) (-5 *3 (-1128 *4)))) (-2199 (*1 *2 *1 *3) (-12 (-4 *4 (-1132)) (-5 *2 (-1128 (-663 *4))) (-5 *1 (-934 *4)) (-5 *3 (-663 *4)))) (-2791 (*1 *2 *3 *1) (-12 (-5 *3 (-931 *4)) (-4 *4 (-1132)) (-5 *2 (-114)) (-5 *1 (-934 *4)))) (-4189 (*1 *2 *3 *1) (-12 (-5 *3 (-931 *4)) (-4 *4 (-1132)) (-5 *2 (-663 (-793))) (-5 *1 (-934 *4)))) (-2468 (*1 *2 *3 *1) (-12 (-5 *3 (-931 *4)) (-4 *4 (-1132)) (-5 *2 (-663 (-793))) (-5 *1 (-934 *4)))) (-2893 (*1 *2 *1) (-12 (-5 *2 (-1128 *3)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-2349 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-2372 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-3527 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))) (-3527 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-934 *4)) (-4 *4 (-1132)))))
-(-13 (-1132) (-10 -8 (-15 -2539 ((-663 (-931 |#1|)) $)) (-15 -2269 ((-663 (-931 |#1|)) $)) (-15 -1495 ((-931 |#1|) $ (-793))) (-15 -3362 ((-931 |#1|) $ (-560))) (-15 -3362 ((-931 |#1|) $)) (-15 -2252 ((-793) $)) (-15 -4283 ((-793) $)) (-15 -2995 ((-663 |#1|) $)) (-15 -4364 ((-663 (-931 |#1|)) $)) (-15 -3828 ((-663 (-663 (-793))) $)) (-15 -2539 ($ (-663 (-931 |#1|)))) (-15 -4462 ($ (-663 (-931 |#1|)))) (-15 -2199 ((-1128 |#1|) $ |#1|)) (-15 -2362 ((-1128 (-1128 |#1|)) $)) (-15 -2199 ((-1128 (-1128 |#1|)) $ (-1128 |#1|))) (-15 -2199 ((-1128 (-663 |#1|)) $ (-663 |#1|))) (-15 -2791 ((-114) (-931 |#1|) $)) (-15 -4189 ((-663 (-793)) (-931 |#1|) $)) (-15 -2468 ((-663 (-793)) (-931 |#1|) $)) (-15 -2893 ((-1128 |#1|) $)) (-15 -2349 ((-114) $ $)) (-15 -2372 ((-114) $ $)) (-15 -3527 ((-1304) $)) (-15 -3527 ((-1304) $ (-560) (-560)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-1954 (((-114) $) NIL T ELT)) (-3591 (((-793)) NIL T ELT)) (-4095 (($ $ (-948)) NIL (|has| $ (-381)) ELT) (($ $) NIL T ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 $ "failed") $) NIL T ELT)) (-3056 (($ $) NIL T ELT)) (-3013 (($ (-1298 $)) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1632 (($) NIL T ELT)) (-2136 (((-114) $) NIL T ELT)) (-1497 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-2252 (((-854 (-948)) $) NIL T ELT) (((-948) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-1918 (($) NIL (|has| $ (-381)) ELT)) (-3617 (((-114) $) NIL (|has| $ (-381)) ELT)) (-3138 (($ $ (-948)) NIL (|has| $ (-381)) ELT) (($ $) NIL T ELT)) (-2024 (((-713 $) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2767 (((-1202 $) $ (-948)) NIL (|has| $ (-381)) ELT) (((-1202 $) $) NIL T ELT)) (-2608 (((-948) $) NIL T ELT)) (-1624 (((-1202 $) $) NIL (|has| $ (-381)) ELT)) (-2046 (((-3 (-1202 $) "failed") $ $) NIL (|has| $ (-381)) ELT) (((-1202 $) $) NIL (|has| $ (-381)) ELT)) (-2365 (($ $ (-1202 $)) NIL (|has| $ (-381)) ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL T CONST)) (-3998 (($ (-948)) NIL T ELT)) (-4309 (((-114) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) NIL (|has| $ (-381)) ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3699 (((-948)) NIL T ELT) (((-854 (-948))) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2424 (((-3 (-793) "failed") $ $) NIL T ELT) (((-793) $) NIL T ELT)) (-2328 (((-136)) NIL T ELT)) (-2457 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4283 (((-948) $) NIL T ELT) (((-854 (-948)) $) NIL T ELT)) (-2731 (((-1202 $)) NIL T ELT)) (-1677 (($) NIL T ELT)) (-1835 (($) NIL (|has| $ (-381)) ELT)) (-2086 (((-711 $) (-1298 $)) NIL T ELT) (((-1298 $) $) NIL T ELT)) (-4417 (((-560) $) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT)) (-3187 (((-713 $) $) NIL T ELT) (($ $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $) (-948)) NIL T ELT) (((-1298 $)) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1749 (((-114) $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2513 (($ $ (-793)) NIL (|has| $ (-381)) ELT) (($ $) NIL (|has| $ (-381)) ELT)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
-(((-935 |#1|) (-13 (-363) (-341 $) (-633 (-560))) (-948)) (T -935))
+((-2613 (((-713 (-1258)) $ (-1258)) NIL T ELT)) (-1819 (((-713 (-564)) $ (-564)) NIL T ELT)) (-2956 (((-793) $ (-131)) NIL T ELT)) (-2268 (((-713 (-130)) $ (-130)) 22 T ELT)) (-3942 (($ (-402)) 12 T ELT) (($ (-1191)) 14 T ELT)) (-1985 (((-114) $) 19 T ELT)) (-3834 (((-888) $) 26 T ELT)) (-4423 (($ $) 23 T ELT)))
+(((-887) (-13 (-886) (-632 (-888)) (-10 -8 (-15 -3942 ($ (-402))) (-15 -3942 ($ (-1191))) (-15 -1985 ((-114) $))))) (T -887))
+((-3942 (*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-887)))) (-3942 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-887)))) (-1985 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-887)))))
+(-13 (-886) (-632 (-888)) (-10 -8 (-15 -3942 ($ (-402))) (-15 -3942 ($ (-1191))) (-15 -1985 ((-114) $))))
+((-3808 (((-114) $ $) NIL T ELT) (($ $ $) 85 T ELT)) (-4123 (($ $ $) 125 T ELT)) (-3256 (((-560) $) 31 T ELT) (((-560)) 36 T ELT)) (-3938 (($ (-560)) 53 T ELT)) (-4184 (($ $ $) 54 T ELT) (($ (-663 $)) 84 T ELT)) (-1926 (($ $ (-663 $)) 82 T ELT)) (-4262 (((-560) $) 34 T ELT)) (-1487 (($ $ $) 73 T ELT)) (-3046 (($ $) 140 T ELT) (($ $ $) 141 T ELT) (($ $ $ $) 142 T ELT)) (-2534 (((-560) $) 33 T ELT)) (-3694 (($ $ $) 72 T ELT)) (-2716 (($ $) 114 T ELT)) (-3041 (($ $ $) 129 T ELT)) (-3926 (($ (-663 $)) 61 T ELT)) (-3981 (($ $ (-663 $)) 79 T ELT)) (-1521 (($ (-560) (-560)) 55 T ELT)) (-3278 (($ $) 126 T ELT) (($ $ $) 127 T ELT)) (-3379 (($ $ (-560)) 43 T ELT) (($ $) 46 T ELT)) (-3752 (($ $ $) 97 T ELT)) (-1684 (($ $ $) 132 T ELT)) (-4347 (($ $) 115 T ELT)) (-3763 (($ $ $) 98 T ELT)) (-1621 (($ $) 143 T ELT) (($ $ $) 144 T ELT) (($ $ $ $) 145 T ELT)) (-3187 (((-1305) $) 10 T ELT)) (-4212 (($ $) 118 T ELT) (($ $ (-793)) 122 T ELT)) (-4293 (($ $ $) 75 T ELT)) (-3378 (($ $ $) 74 T ELT)) (-1640 (($ $ (-663 $)) 110 T ELT)) (-1335 (($ $ $) 113 T ELT)) (-3440 (($ (-663 $)) 59 T ELT)) (-3030 (($ $) 70 T ELT) (($ (-663 $)) 71 T ELT)) (-3645 (($ $ $) 123 T ELT)) (-3592 (($ $) 116 T ELT)) (-2770 (($ $ $) 128 T ELT)) (-4259 (($ (-560)) 21 T ELT) (($ (-1209)) 23 T ELT) (($ (-1191)) 30 T ELT) (($ (-229)) 25 T ELT)) (-2936 (($ $ $) 101 T ELT)) (-2912 (($ $) 102 T ELT)) (-1878 (((-1305) (-1191)) 15 T ELT)) (-3546 (($ (-1191)) 14 T ELT)) (-4335 (($ (-663 (-663 $))) 58 T ELT)) (-3369 (($ $ (-560)) 42 T ELT) (($ $) 45 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2826 (($ $ $) 131 T ELT)) (-4315 (($ $) 146 T ELT) (($ $ $) 147 T ELT) (($ $ $ $) 148 T ELT)) (-3689 (((-114) $) 108 T ELT)) (-3966 (($ $ (-663 $)) 111 T ELT) (($ $ $ $) 112 T ELT)) (-4053 (($ (-560)) 39 T ELT)) (-3886 (((-560) $) 32 T ELT) (((-560)) 35 T ELT)) (-3480 (($ $ $) 40 T ELT) (($ (-663 $)) 83 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (($ $ $) 99 T ELT)) (-3614 (($) 13 T ELT)) (-3034 (($ $ (-663 $)) 109 T ELT)) (-1747 (((-1191) (-1191)) 8 T ELT)) (-4287 (($ $) 117 T ELT) (($ $ (-793)) 121 T ELT)) (-3785 (($ $ $) 96 T ELT)) (-2703 (($ $ (-793)) 139 T ELT)) (-2845 (($ (-663 $)) 60 T ELT)) (-3834 (((-888) $) 19 T ELT)) (-3236 (($ $ (-560)) 41 T ELT) (($ $) 44 T ELT)) (-1761 (($ $) 68 T ELT) (($ (-663 $)) 69 T ELT)) (-2622 (($ $) 66 T ELT) (($ (-663 $)) 67 T ELT)) (-4129 (($ $) 124 T ELT)) (-3781 (($ (-663 $)) 65 T ELT)) (-1441 (($ $ $) 105 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4136 (($ $ $) 130 T ELT)) (-2925 (($ $ $) 100 T ELT)) (-2875 (($ $ $) 103 T ELT) (($ $) 104 T ELT)) (-2537 (($ $ $) 89 T ELT)) (-2510 (($ $ $) 87 T ELT)) (-2478 (((-114) $ $) 16 T ELT) (($ $ $) 17 T ELT)) (-2525 (($ $ $) 88 T ELT)) (-2499 (($ $ $) 86 T ELT)) (-2594 (($ $ $) 94 T ELT)) (-2581 (($ $ $) 91 T ELT) (($ $) 92 T ELT)) (-2571 (($ $ $) 90 T ELT)) (** (($ $ $) 95 T ELT)) (* (($ $ $) 93 T ELT)))
+(((-888) (-13 (-1133) (-10 -8 (-15 -3187 ((-1305) $)) (-15 -3546 ($ (-1191))) (-15 -1878 ((-1305) (-1191))) (-15 -4259 ($ (-560))) (-15 -4259 ($ (-1209))) (-15 -4259 ($ (-1191))) (-15 -4259 ($ (-229))) (-15 -3614 ($)) (-15 -1747 ((-1191) (-1191))) (-15 -3256 ((-560) $)) (-15 -3886 ((-560) $)) (-15 -3256 ((-560))) (-15 -3886 ((-560))) (-15 -2534 ((-560) $)) (-15 -4262 ((-560) $)) (-15 -4053 ($ (-560))) (-15 -3938 ($ (-560))) (-15 -1521 ($ (-560) (-560))) (-15 -3369 ($ $ (-560))) (-15 -3379 ($ $ (-560))) (-15 -3236 ($ $ (-560))) (-15 -3369 ($ $)) (-15 -3379 ($ $)) (-15 -3236 ($ $)) (-15 -3480 ($ $ $)) (-15 -4184 ($ $ $)) (-15 -3480 ($ (-663 $))) (-15 -4184 ($ (-663 $))) (-15 -1640 ($ $ (-663 $))) (-15 -3966 ($ $ (-663 $))) (-15 -3966 ($ $ $ $)) (-15 -1335 ($ $ $)) (-15 -3689 ((-114) $)) (-15 -3034 ($ $ (-663 $))) (-15 -2716 ($ $)) (-15 -2826 ($ $ $)) (-15 -4129 ($ $)) (-15 -4335 ($ (-663 (-663 $)))) (-15 -4123 ($ $ $)) (-15 -3278 ($ $)) (-15 -3278 ($ $ $)) (-15 -2770 ($ $ $)) (-15 -3041 ($ $ $)) (-15 -4136 ($ $ $)) (-15 -1684 ($ $ $)) (-15 -2703 ($ $ (-793))) (-15 -1441 ($ $ $)) (-15 -3694 ($ $ $)) (-15 -1487 ($ $ $)) (-15 -3378 ($ $ $)) (-15 -4293 ($ $ $)) (-15 -3981 ($ $ (-663 $))) (-15 -1926 ($ $ (-663 $))) (-15 -4347 ($ $)) (-15 -4287 ($ $)) (-15 -4287 ($ $ (-793))) (-15 -4212 ($ $)) (-15 -4212 ($ $ (-793))) (-15 -3592 ($ $)) (-15 -3645 ($ $ $)) (-15 -3046 ($ $)) (-15 -3046 ($ $ $)) (-15 -3046 ($ $ $ $)) (-15 -1621 ($ $)) (-15 -1621 ($ $ $)) (-15 -1621 ($ $ $ $)) (-15 -4315 ($ $)) (-15 -4315 ($ $ $)) (-15 -4315 ($ $ $ $)) (-15 -2622 ($ $)) (-15 -2622 ($ (-663 $))) (-15 -1761 ($ $)) (-15 -1761 ($ (-663 $))) (-15 -3030 ($ $)) (-15 -3030 ($ (-663 $))) (-15 -3440 ($ (-663 $))) (-15 -2845 ($ (-663 $))) (-15 -3926 ($ (-663 $))) (-15 -3781 ($ (-663 $))) (-15 -2478 ($ $ $)) (-15 -3808 ($ $ $)) (-15 -2499 ($ $ $)) (-15 -2510 ($ $ $)) (-15 -2525 ($ $ $)) (-15 -2537 ($ $ $)) (-15 -2571 ($ $ $)) (-15 -2581 ($ $ $)) (-15 -2581 ($ $)) (-15 * ($ $ $)) (-15 -2594 ($ $ $)) (-15 ** ($ $ $)) (-15 -3785 ($ $ $)) (-15 -3752 ($ $ $)) (-15 -3763 ($ $ $)) (-15 -3795 ($ $ $)) (-15 -2925 ($ $ $)) (-15 -2936 ($ $ $)) (-15 -2912 ($ $)) (-15 -2875 ($ $ $)) (-15 -2875 ($ $))))) (T -888))
+((-3187 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-888)))) (-3546 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-888)))) (-1878 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-888)))) (-4259 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-4259 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-888)))) (-4259 (*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-888)))) (-4259 (*1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-888)))) (-3614 (*1 *1) (-5 *1 (-888))) (-1747 (*1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-888)))) (-3256 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-3886 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-3256 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-3886 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-2534 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-4262 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-4053 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-3938 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-1521 (*1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-3369 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-3379 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-3236 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))) (-3369 (*1 *1 *1) (-5 *1 (-888))) (-3379 (*1 *1 *1) (-5 *1 (-888))) (-3236 (*1 *1 *1) (-5 *1 (-888))) (-3480 (*1 *1 *1 *1) (-5 *1 (-888))) (-4184 (*1 *1 *1 *1) (-5 *1 (-888))) (-3480 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-4184 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-1640 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-3966 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-3966 (*1 *1 *1 *1 *1) (-5 *1 (-888))) (-1335 (*1 *1 *1 *1) (-5 *1 (-888))) (-3689 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-888)))) (-3034 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-2716 (*1 *1 *1) (-5 *1 (-888))) (-2826 (*1 *1 *1 *1) (-5 *1 (-888))) (-4129 (*1 *1 *1) (-5 *1 (-888))) (-4335 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-888)))) (-5 *1 (-888)))) (-4123 (*1 *1 *1 *1) (-5 *1 (-888))) (-3278 (*1 *1 *1) (-5 *1 (-888))) (-3278 (*1 *1 *1 *1) (-5 *1 (-888))) (-2770 (*1 *1 *1 *1) (-5 *1 (-888))) (-3041 (*1 *1 *1 *1) (-5 *1 (-888))) (-4136 (*1 *1 *1 *1) (-5 *1 (-888))) (-1684 (*1 *1 *1 *1) (-5 *1 (-888))) (-2703 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-888)))) (-1441 (*1 *1 *1 *1) (-5 *1 (-888))) (-3694 (*1 *1 *1 *1) (-5 *1 (-888))) (-1487 (*1 *1 *1 *1) (-5 *1 (-888))) (-3378 (*1 *1 *1 *1) (-5 *1 (-888))) (-4293 (*1 *1 *1 *1) (-5 *1 (-888))) (-3981 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-1926 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-4347 (*1 *1 *1) (-5 *1 (-888))) (-4287 (*1 *1 *1) (-5 *1 (-888))) (-4287 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-888)))) (-4212 (*1 *1 *1) (-5 *1 (-888))) (-4212 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-888)))) (-3592 (*1 *1 *1) (-5 *1 (-888))) (-3645 (*1 *1 *1 *1) (-5 *1 (-888))) (-3046 (*1 *1 *1) (-5 *1 (-888))) (-3046 (*1 *1 *1 *1) (-5 *1 (-888))) (-3046 (*1 *1 *1 *1 *1) (-5 *1 (-888))) (-1621 (*1 *1 *1) (-5 *1 (-888))) (-1621 (*1 *1 *1 *1) (-5 *1 (-888))) (-1621 (*1 *1 *1 *1 *1) (-5 *1 (-888))) (-4315 (*1 *1 *1) (-5 *1 (-888))) (-4315 (*1 *1 *1 *1) (-5 *1 (-888))) (-4315 (*1 *1 *1 *1 *1) (-5 *1 (-888))) (-2622 (*1 *1 *1) (-5 *1 (-888))) (-2622 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-1761 (*1 *1 *1) (-5 *1 (-888))) (-1761 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-3030 (*1 *1 *1) (-5 *1 (-888))) (-3030 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-3440 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-2845 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-3926 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-3781 (*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))) (-2478 (*1 *1 *1 *1) (-5 *1 (-888))) (-3808 (*1 *1 *1 *1) (-5 *1 (-888))) (-2499 (*1 *1 *1 *1) (-5 *1 (-888))) (-2510 (*1 *1 *1 *1) (-5 *1 (-888))) (-2525 (*1 *1 *1 *1) (-5 *1 (-888))) (-2537 (*1 *1 *1 *1) (-5 *1 (-888))) (-2571 (*1 *1 *1 *1) (-5 *1 (-888))) (-2581 (*1 *1 *1 *1) (-5 *1 (-888))) (-2581 (*1 *1 *1) (-5 *1 (-888))) (* (*1 *1 *1 *1) (-5 *1 (-888))) (-2594 (*1 *1 *1 *1) (-5 *1 (-888))) (** (*1 *1 *1 *1) (-5 *1 (-888))) (-3785 (*1 *1 *1 *1) (-5 *1 (-888))) (-3752 (*1 *1 *1 *1) (-5 *1 (-888))) (-3763 (*1 *1 *1 *1) (-5 *1 (-888))) (-3795 (*1 *1 *1 *1) (-5 *1 (-888))) (-2925 (*1 *1 *1 *1) (-5 *1 (-888))) (-2936 (*1 *1 *1 *1) (-5 *1 (-888))) (-2912 (*1 *1 *1) (-5 *1 (-888))) (-2875 (*1 *1 *1 *1) (-5 *1 (-888))) (-2875 (*1 *1 *1) (-5 *1 (-888))))
+(-13 (-1133) (-10 -8 (-15 -3187 ((-1305) $)) (-15 -3546 ($ (-1191))) (-15 -1878 ((-1305) (-1191))) (-15 -4259 ($ (-560))) (-15 -4259 ($ (-1209))) (-15 -4259 ($ (-1191))) (-15 -4259 ($ (-229))) (-15 -3614 ($)) (-15 -1747 ((-1191) (-1191))) (-15 -3256 ((-560) $)) (-15 -3886 ((-560) $)) (-15 -3256 ((-560))) (-15 -3886 ((-560))) (-15 -2534 ((-560) $)) (-15 -4262 ((-560) $)) (-15 -4053 ($ (-560))) (-15 -3938 ($ (-560))) (-15 -1521 ($ (-560) (-560))) (-15 -3369 ($ $ (-560))) (-15 -3379 ($ $ (-560))) (-15 -3236 ($ $ (-560))) (-15 -3369 ($ $)) (-15 -3379 ($ $)) (-15 -3236 ($ $)) (-15 -3480 ($ $ $)) (-15 -4184 ($ $ $)) (-15 -3480 ($ (-663 $))) (-15 -4184 ($ (-663 $))) (-15 -1640 ($ $ (-663 $))) (-15 -3966 ($ $ (-663 $))) (-15 -3966 ($ $ $ $)) (-15 -1335 ($ $ $)) (-15 -3689 ((-114) $)) (-15 -3034 ($ $ (-663 $))) (-15 -2716 ($ $)) (-15 -2826 ($ $ $)) (-15 -4129 ($ $)) (-15 -4335 ($ (-663 (-663 $)))) (-15 -4123 ($ $ $)) (-15 -3278 ($ $)) (-15 -3278 ($ $ $)) (-15 -2770 ($ $ $)) (-15 -3041 ($ $ $)) (-15 -4136 ($ $ $)) (-15 -1684 ($ $ $)) (-15 -2703 ($ $ (-793))) (-15 -1441 ($ $ $)) (-15 -3694 ($ $ $)) (-15 -1487 ($ $ $)) (-15 -3378 ($ $ $)) (-15 -4293 ($ $ $)) (-15 -3981 ($ $ (-663 $))) (-15 -1926 ($ $ (-663 $))) (-15 -4347 ($ $)) (-15 -4287 ($ $)) (-15 -4287 ($ $ (-793))) (-15 -4212 ($ $)) (-15 -4212 ($ $ (-793))) (-15 -3592 ($ $)) (-15 -3645 ($ $ $)) (-15 -3046 ($ $)) (-15 -3046 ($ $ $)) (-15 -3046 ($ $ $ $)) (-15 -1621 ($ $)) (-15 -1621 ($ $ $)) (-15 -1621 ($ $ $ $)) (-15 -4315 ($ $)) (-15 -4315 ($ $ $)) (-15 -4315 ($ $ $ $)) (-15 -2622 ($ $)) (-15 -2622 ($ (-663 $))) (-15 -1761 ($ $)) (-15 -1761 ($ (-663 $))) (-15 -3030 ($ $)) (-15 -3030 ($ (-663 $))) (-15 -3440 ($ (-663 $))) (-15 -2845 ($ (-663 $))) (-15 -3926 ($ (-663 $))) (-15 -3781 ($ (-663 $))) (-15 -2478 ($ $ $)) (-15 -3808 ($ $ $)) (-15 -2499 ($ $ $)) (-15 -2510 ($ $ $)) (-15 -2525 ($ $ $)) (-15 -2537 ($ $ $)) (-15 -2571 ($ $ $)) (-15 -2581 ($ $ $)) (-15 -2581 ($ $)) (-15 * ($ $ $)) (-15 -2594 ($ $ $)) (-15 ** ($ $ $)) (-15 -3785 ($ $ $)) (-15 -3752 ($ $ $)) (-15 -3763 ($ $ $)) (-15 -3795 ($ $ $)) (-15 -2925 ($ $ $)) (-15 -2936 ($ $ $)) (-15 -2912 ($ $)) (-15 -2875 ($ $ $)) (-15 -2875 ($ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3572 (((-3 $ "failed") (-1209)) 36 T ELT)) (-2233 (((-793)) 32 T ELT)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) 29 T ELT)) (-2128 (((-1191) $) 43 T ELT)) (-2081 (($ (-949)) 28 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1830 (((-1209) $) 13 T ELT) (((-549) $) 19 T ELT) (((-916 (-391)) $) 26 T ELT) (((-916 (-560)) $) 22 T ELT)) (-3834 (((-888) $) 16 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 40 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 38 T ELT)))
+(((-889 |#1|) (-13 (-868) (-633 (-1209)) (-633 (-549)) (-633 (-916 (-391))) (-633 (-916 (-560))) (-10 -8 (-15 -3572 ((-3 $ "failed") (-1209))))) (-663 (-1209))) (T -889))
+((-3572 (*1 *1 *2) (|partial| -12 (-5 *2 (-1209)) (-5 *1 (-889 *3)) (-14 *3 (-663 *2)))))
+(-13 (-868) (-633 (-1209)) (-633 (-549)) (-633 (-916 (-391))) (-633 (-916 (-560))) (-10 -8 (-15 -3572 ((-3 $ "failed") (-1209)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2187 (((-520) $) 9 T ELT)) (-4439 (((-663 (-453)) $) 13 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 21 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 16 T ELT)))
+(((-890) (-13 (-1133) (-10 -8 (-15 -2187 ((-520) $)) (-15 -4439 ((-663 (-453)) $))))) (T -890))
+((-2187 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-890)))) (-4439 (*1 *2 *1) (-12 (-5 *2 (-663 (-453))) (-5 *1 (-890)))))
+(-13 (-1133) (-10 -8 (-15 -2187 ((-520) $)) (-15 -4439 ((-663 (-453)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-976 |#1|)) NIL T ELT) (((-976 |#1|) $) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT)) (-3103 (((-793)) NIL T CONST)) (-3555 (((-1305) (-793)) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL (|has| |#1| (-175)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT)))
+(((-891 |#1| |#2| |#3| |#4|) (-13 (-1081) (-504 (-976 |#1|)) (-10 -8 (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2594 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3555 ((-1305) (-793))))) (-1081) (-663 (-1209)) (-663 (-793)) (-793)) (T -891))
+((-2594 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-891 *2 *3 *4 *5)) (-4 *2 (-376)) (-4 *2 (-1081)) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-793))) (-14 *5 (-793)))) (-3555 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-891 *4 *5 *6 *7)) (-4 *4 (-1081)) (-14 *5 (-663 (-1209))) (-14 *6 (-663 *3)) (-14 *7 *3))))
+(-13 (-1081) (-504 (-976 |#1|)) (-10 -8 (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2594 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3555 ((-1305) (-793)))))
+((-4196 (((-3 (-177 |#3|) "failed") (-793) (-793) |#2| |#2|) 38 T ELT)) (-3962 (((-3 (-421 |#3|) "failed") (-793) (-793) |#2| |#2|) 29 T ELT)))
+(((-892 |#1| |#2| |#3|) (-10 -7 (-15 -3962 ((-3 (-421 |#3|) "failed") (-793) (-793) |#2| |#2|)) (-15 -4196 ((-3 (-177 |#3|) "failed") (-793) (-793) |#2| |#2|))) (-376) (-1292 |#1|) (-1275 |#1|)) (T -892))
+((-4196 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-793)) (-4 *5 (-376)) (-5 *2 (-177 *6)) (-5 *1 (-892 *5 *4 *6)) (-4 *4 (-1292 *5)) (-4 *6 (-1275 *5)))) (-3962 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-793)) (-4 *5 (-376)) (-5 *2 (-421 *6)) (-5 *1 (-892 *5 *4 *6)) (-4 *4 (-1292 *5)) (-4 *6 (-1275 *5)))))
+(-10 -7 (-15 -3962 ((-3 (-421 |#3|) "failed") (-793) (-793) |#2| |#2|)) (-15 -4196 ((-3 (-177 |#3|) "failed") (-793) (-793) |#2| |#2|)))
+((-3962 (((-3 (-421 (-1268 |#2| |#1|)) "failed") (-793) (-793) (-1289 |#1| |#2| |#3|)) 30 T ELT) (((-3 (-421 (-1268 |#2| |#1|)) "failed") (-793) (-793) (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|)) 28 T ELT)))
+(((-893 |#1| |#2| |#3|) (-10 -7 (-15 -3962 ((-3 (-421 (-1268 |#2| |#1|)) "failed") (-793) (-793) (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|))) (-15 -3962 ((-3 (-421 (-1268 |#2| |#1|)) "failed") (-793) (-793) (-1289 |#1| |#2| |#3|)))) (-376) (-1209) |#1|) (T -893))
+((-3962 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-793)) (-5 *4 (-1289 *5 *6 *7)) (-4 *5 (-376)) (-14 *6 (-1209)) (-14 *7 *5) (-5 *2 (-421 (-1268 *6 *5))) (-5 *1 (-893 *5 *6 *7)))) (-3962 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-793)) (-5 *4 (-1289 *5 *6 *7)) (-4 *5 (-376)) (-14 *6 (-1209)) (-14 *7 *5) (-5 *2 (-421 (-1268 *6 *5))) (-5 *1 (-893 *5 *6 *7)))))
+(-10 -7 (-15 -3962 ((-3 (-421 (-1268 |#2| |#1|)) "failed") (-793) (-793) (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|))) (-15 -3962 ((-3 (-421 (-1268 |#2| |#1|)) "failed") (-793) (-793) (-1289 |#1| |#2| |#3|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (($ $ (-560)) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3278 (($ (-1203 (-560)) (-560)) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3973 (($ $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2918 (((-793) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3043 (((-560)) NIL T ELT)) (-1811 (((-560) $) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3201 (($ $ (-560)) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3350 (((-1187 (-560)) $) NIL T ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4430 (((-560) $ (-560)) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-894 |#1|) (-895 |#1|) (-560)) (T -894))
+NIL
+(-895 |#1|)
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2563 (($ $ (-560)) 75 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-4489 (($) 22 T CONST)) (-3278 (($ (-1203 (-560)) (-560)) 74 T ELT)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3973 (($ $) 77 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-2918 (((-793) $) 82 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3043 (((-560)) 79 T ELT)) (-1811 (((-560) $) 78 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3201 (($ $ (-560)) 81 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-3350 (((-1187 (-560)) $) 83 T ELT)) (-2623 (($ $) 80 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-4430 (((-560) $ (-560)) 76 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-895 |#1|) (-142) (-560)) (T -895))
+((-3350 (*1 *2 *1) (-12 (-4 *1 (-895 *3)) (-5 *2 (-1187 (-560))))) (-2918 (*1 *2 *1) (-12 (-4 *1 (-895 *3)) (-5 *2 (-793)))) (-3201 (*1 *1 *1 *2) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560)))) (-2623 (*1 *1 *1) (-4 *1 (-895 *2))) (-3043 (*1 *2) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560)))) (-1811 (*1 *2 *1) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560)))) (-3973 (*1 *1 *1) (-4 *1 (-895 *2))) (-4430 (*1 *2 *1 *2) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560)))) (-2563 (*1 *1 *1 *2) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560)))) (-3278 (*1 *1 *2 *3) (-12 (-5 *2 (-1203 (-560))) (-5 *3 (-560)) (-4 *1 (-895 *4)))))
+(-13 (-319) (-149) (-10 -8 (-15 -3350 ((-1187 (-560)) $)) (-15 -2918 ((-793) $)) (-15 -3201 ($ $ (-560))) (-15 -2623 ($ $)) (-15 -3043 ((-560))) (-15 -1811 ((-560) $)) (-15 -3973 ($ $)) (-15 -4430 ((-560) $ (-560))) (-15 -2563 ($ $ (-560))) (-15 -3278 ($ (-1203 (-560)) (-560)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-319) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-951) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 (((-894 |#1|) $) NIL (|has| (-894 |#1|) (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-894 |#1|) (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| (-894 |#1|) (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| (-894 |#1|) (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-894 |#1|) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL (|has| (-894 |#1|) (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-894 |#1|) (-1070 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| (-894 |#1|) (-1070 (-560))) ELT)) (-4072 (((-894 |#1|) $) NIL T ELT) (((-1209) $) NIL (|has| (-894 |#1|) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL (|has| (-894 |#1|) (-1070 (-560))) ELT) (((-560) $) NIL (|has| (-894 |#1|) (-1070 (-560))) ELT)) (-2460 (($ $) NIL T ELT) (($ (-560) $) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-894 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-894 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-894 |#1|))) (|:| |vec| (-1299 (-894 |#1|)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-894 |#1|)) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-894 |#1|) (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| (-894 |#1|) (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| (-894 |#1|) (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| (-894 |#1|) (-912 (-391))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 (((-894 |#1|) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| (-894 |#1|) (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| (-894 |#1|) (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| (-894 |#1|) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-894 |#1|) (-872)) ELT)) (-1793 (($ (-1 (-894 |#1|) (-894 |#1|)) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-894 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-894 |#1|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-894 |#1|))) (|:| |vec| (-1299 (-894 |#1|)))) (-1299 $) $) NIL T ELT) (((-711 (-894 |#1|)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-894 |#1|) (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| (-894 |#1|) (-319)) ELT)) (-1770 (((-894 |#1|) $) NIL (|has| (-894 |#1|) (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-894 |#1|) (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-894 |#1|) (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 (-894 |#1|)) (-663 (-894 |#1|))) NIL (|has| (-894 |#1|) (-321 (-894 |#1|))) ELT) (($ $ (-894 |#1|) (-894 |#1|)) NIL (|has| (-894 |#1|) (-321 (-894 |#1|))) ELT) (($ $ (-305 (-894 |#1|))) NIL (|has| (-894 |#1|) (-321 (-894 |#1|))) ELT) (($ $ (-663 (-305 (-894 |#1|)))) NIL (|has| (-894 |#1|) (-321 (-894 |#1|))) ELT) (($ $ (-663 (-1209)) (-663 (-894 |#1|))) NIL (|has| (-894 |#1|) (-528 (-1209) (-894 |#1|))) ELT) (($ $ (-1209) (-894 |#1|)) NIL (|has| (-894 |#1|) (-528 (-1209) (-894 |#1|))) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ (-894 |#1|)) NIL (|has| (-894 |#1|) (-298 (-894 |#1|) (-894 |#1|))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 (-894 |#1|) (-894 |#1|))) NIL T ELT) (($ $ (-1 (-894 |#1|) (-894 |#1|)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-894 |#1|) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-894 |#1|) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-894 |#1|) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-894 |#1|) (-930 (-1209))) ELT) (($ $) NIL (|has| (-894 |#1|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-894 |#1|) (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 (((-894 |#1|) $) NIL T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| (-894 |#1|) (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| (-894 |#1|) (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| (-894 |#1|) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-894 |#1|) (-1052)) ELT) (((-229) $) NIL (|has| (-894 |#1|) (-1052)) ELT)) (-3867 (((-177 (-421 (-560))) $) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-894 |#1|) (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-894 |#1|)) NIL T ELT) (($ (-1209)) NIL (|has| (-894 |#1|) (-1070 (-1209))) ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-894 |#1|) (-940))) (|has| (-894 |#1|) (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 (((-894 |#1|) $) NIL (|has| (-894 |#1|) (-559)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4430 (((-421 (-560)) $ (-560)) NIL T ELT)) (-1958 (($ $) NIL (|has| (-894 |#1|) (-844)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 (-894 |#1|) (-894 |#1|))) NIL T ELT) (($ $ (-1 (-894 |#1|) (-894 |#1|)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-894 |#1|) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-894 |#1|) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-894 |#1|) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-894 |#1|) (-930 (-1209))) ELT) (($ $) NIL (|has| (-894 |#1|) (-239)) ELT) (($ $ (-793)) NIL (|has| (-894 |#1|) (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-894 |#1|) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-894 |#1|) (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| (-894 |#1|) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-894 |#1|) (-872)) ELT)) (-2594 (($ $ $) NIL T ELT) (($ (-894 |#1|) (-894 |#1|)) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-894 |#1|) $) NIL T ELT) (($ $ (-894 |#1|)) NIL T ELT)))
+(((-896 |#1|) (-13 (-1023 (-894 |#1|)) (-10 -8 (-15 -4430 ((-421 (-560)) $ (-560))) (-15 -3867 ((-177 (-421 (-560))) $)) (-15 -2460 ($ $)) (-15 -2460 ($ (-560) $)))) (-560)) (T -896))
+((-4430 (*1 *2 *1 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-896 *4)) (-14 *4 *3) (-5 *3 (-560)))) (-3867 (*1 *2 *1) (-12 (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-896 *3)) (-14 *3 (-560)))) (-2460 (*1 *1 *1) (-12 (-5 *1 (-896 *2)) (-14 *2 (-560)))) (-2460 (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-896 *3)) (-14 *3 *2))))
+(-13 (-1023 (-894 |#1|)) (-10 -8 (-15 -4430 ((-421 (-560)) $ (-560))) (-15 -3867 ((-177 (-421 (-560))) $)) (-15 -2460 ($ $)) (-15 -2460 ($ (-560) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 ((|#2| $) NIL (|has| |#2| (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| |#2| (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL (|has| |#2| (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT)) (-4072 ((|#2| $) NIL T ELT) (((-1209) $) NIL (|has| |#2| (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT)) (-2460 (($ $) 35 T ELT) (($ (-560) $) 38 T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) 64 T ELT)) (-2150 (($) NIL (|has| |#2| (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) NIL (|has| |#2| (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| |#2| (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| |#2| (-912 (-391))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 ((|#2| $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| |#2| (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| |#2| (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| |#2| (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#2| (-872)) ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 60 T ELT)) (-2689 (($) NIL (|has| |#2| (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| |#2| (-319)) ELT)) (-1770 ((|#2| $) NIL (|has| |#2| (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 |#2|) (-663 |#2|)) NIL (|has| |#2| (-321 |#2|)) ELT) (($ $ |#2| |#2|) NIL (|has| |#2| (-321 |#2|)) ELT) (($ $ (-305 |#2|)) NIL (|has| |#2| (-321 |#2|)) ELT) (($ $ (-663 (-305 |#2|))) NIL (|has| |#2| (-321 |#2|)) ELT) (($ $ (-663 (-1209)) (-663 |#2|)) NIL (|has| |#2| (-528 (-1209) |#2|)) ELT) (($ $ (-1209) |#2|) NIL (|has| |#2| (-528 (-1209) |#2|)) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ |#2|) NIL (|has| |#2| (-298 |#2| |#2|)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 ((|#2| $) NIL T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| |#2| (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| |#2| (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| |#2| (-633 (-549))) ELT) (((-391) $) NIL (|has| |#2| (-1052)) ELT) (((-229) $) NIL (|has| |#2| (-1052)) ELT)) (-3867 (((-177 (-421 (-560))) $) 78 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-940))) ELT)) (-3834 (((-888) $) 106 T ELT) (($ (-560)) 20 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 25 T ELT) (($ |#2|) 19 T ELT) (($ (-1209)) NIL (|has| |#2| (-1070 (-1209))) ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#2| (-940))) (|has| |#2| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3887 ((|#2| $) NIL (|has| |#2| (-559)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4430 (((-421 (-560)) $ (-560)) 71 T ELT)) (-1958 (($ $) NIL (|has| |#2| (-844)) ELT)) (-2971 (($) 15 T CONST)) (-2983 (($) 17 T CONST)) (-3095 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2478 (((-114) $ $) 46 T ELT)) (-2525 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#2| (-872)) ELT)) (-2594 (($ $ $) 24 T ELT) (($ |#2| |#2|) 65 T ELT)) (-2581 (($ $) 50 T ELT) (($ $ $) 52 T ELT)) (-2571 (($ $ $) 48 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) 61 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 53 T ELT) (($ $ $) 55 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ |#2| $) 66 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-897 |#1| |#2|) (-13 (-1023 |#2|) (-10 -8 (-15 -4430 ((-421 (-560)) $ (-560))) (-15 -3867 ((-177 (-421 (-560))) $)) (-15 -2460 ($ $)) (-15 -2460 ($ (-560) $)))) (-560) (-895 |#1|)) (T -897))
+((-4430 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-421 (-560))) (-5 *1 (-897 *4 *5)) (-5 *3 (-560)) (-4 *5 (-895 *4)))) (-3867 (*1 *2 *1) (-12 (-14 *3 (-560)) (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-897 *3 *4)) (-4 *4 (-895 *3)))) (-2460 (*1 *1 *1) (-12 (-14 *2 (-560)) (-5 *1 (-897 *2 *3)) (-4 *3 (-895 *2)))) (-2460 (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-14 *3 *2) (-5 *1 (-897 *3 *4)) (-4 *4 (-895 *3)))))
+(-13 (-1023 |#2|) (-10 -8 (-15 -4430 ((-421 (-560)) $ (-560))) (-15 -3867 ((-177 (-421 (-560))) $)) (-15 -2460 ($ $)) (-15 -2460 ($ (-560) $))))
+((-3808 (((-114) $ $) NIL (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ELT)) (-1900 ((|#2| $) 12 T ELT)) (-2105 (($ |#1| |#2|) 9 T ELT)) (-2128 (((-1191) $) NIL (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ELT)) (-1473 (((-1152) $) NIL (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ELT)) (-1574 ((|#1| $) 11 T ELT)) (-3845 (($ |#1| |#2|) 10 T ELT)) (-3834 (((-888) $) 18 (-2309 (-12 (|has| |#1| (-632 (-888))) (|has| |#2| (-632 (-888)))) (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133)))) ELT)) (-1519 (((-114) $ $) NIL (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ELT)) (-2478 (((-114) $ $) 23 (-12 (|has| |#1| (-1133)) (|has| |#2| (-1133))) ELT)))
+(((-898 |#1| |#2|) (-13 (-1249) (-10 -8 (IF (|has| |#1| (-632 (-888))) (IF (|has| |#2| (-632 (-888))) (-6 (-632 (-888))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1133)) (IF (|has| |#2| (-1133)) (-6 (-1133)) |%noBranch|) |%noBranch|) (-15 -2105 ($ |#1| |#2|)) (-15 -3845 ($ |#1| |#2|)) (-15 -1574 (|#1| $)) (-15 -1900 (|#2| $)))) (-1249) (-1249)) (T -898))
+((-2105 (*1 *1 *2 *3) (-12 (-5 *1 (-898 *2 *3)) (-4 *2 (-1249)) (-4 *3 (-1249)))) (-3845 (*1 *1 *2 *3) (-12 (-5 *1 (-898 *2 *3)) (-4 *2 (-1249)) (-4 *3 (-1249)))) (-1574 (*1 *2 *1) (-12 (-4 *2 (-1249)) (-5 *1 (-898 *2 *3)) (-4 *3 (-1249)))) (-1900 (*1 *2 *1) (-12 (-4 *2 (-1249)) (-5 *1 (-898 *3 *2)) (-4 *3 (-1249)))))
+(-13 (-1249) (-10 -8 (IF (|has| |#1| (-632 (-888))) (IF (|has| |#2| (-632 (-888))) (-6 (-632 (-888))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1133)) (IF (|has| |#2| (-1133)) (-6 (-1133)) |%noBranch|) |%noBranch|) (-15 -2105 ($ |#1| |#2|)) (-15 -3845 ($ |#1| |#2|)) (-15 -1574 (|#1| $)) (-15 -1900 (|#2| $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-1447 (((-560) $) 16 T ELT)) (-3982 (($ (-159)) 13 T ELT)) (-2947 (($ (-159)) 14 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3193 (((-159) $) 15 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3061 (($ (-159)) 11 T ELT)) (-3530 (($ (-159)) 10 T ELT)) (-3834 (((-888) $) 24 T ELT) (($ (-159)) 17 T ELT)) (-2819 (($ (-159)) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-899) (-13 (-1133) (-10 -8 (-15 -3530 ($ (-159))) (-15 -3061 ($ (-159))) (-15 -2819 ($ (-159))) (-15 -3982 ($ (-159))) (-15 -2947 ($ (-159))) (-15 -3193 ((-159) $)) (-15 -1447 ((-560) $)) (-15 -3834 ($ (-159)))))) (T -899))
+((-3530 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))) (-3061 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))) (-2819 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))) (-3982 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))) (-2947 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))) (-3193 (*1 *2 *1) (-12 (-5 *2 (-159)) (-5 *1 (-899)))) (-1447 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-899)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))))
+(-13 (-1133) (-10 -8 (-15 -3530 ($ (-159))) (-15 -3061 ($ (-159))) (-15 -2819 ($ (-159))) (-15 -3982 ($ (-159))) (-15 -2947 ($ (-159))) (-15 -3193 ((-159) $)) (-15 -1447 ((-560) $)) (-15 -3834 ($ (-159)))))
+((-3834 (((-326 (-560)) (-421 (-976 (-48)))) 23 T ELT) (((-326 (-560)) (-976 (-48))) 18 T ELT)))
+(((-900) (-10 -7 (-15 -3834 ((-326 (-560)) (-976 (-48)))) (-15 -3834 ((-326 (-560)) (-421 (-976 (-48))))))) (T -900))
+((-3834 (*1 *2 *3) (-12 (-5 *3 (-421 (-976 (-48)))) (-5 *2 (-326 (-560))) (-5 *1 (-900)))) (-3834 (*1 *2 *3) (-12 (-5 *3 (-976 (-48))) (-5 *2 (-326 (-560))) (-5 *1 (-900)))))
+(-10 -7 (-15 -3834 ((-326 (-560)) (-976 (-48)))) (-15 -3834 ((-326 (-560)) (-421 (-976 (-48))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 18 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2960 (((-114) $ (|[\|\|]| (-520))) 9 T ELT) (((-114) $ (|[\|\|]| (-1191))) 13 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4027 (((-520) $) 10 T ELT) (((-1191) $) 14 T ELT)) (-2478 (((-114) $ $) 15 T ELT)))
+(((-901) (-13 (-1115) (-1295) (-10 -8 (-15 -2960 ((-114) $ (|[\|\|]| (-520)))) (-15 -4027 ((-520) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1191)))) (-15 -4027 ((-1191) $))))) (T -901))
+((-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)) (-5 *1 (-901)))) (-4027 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-901)))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-114)) (-5 *1 (-901)))) (-4027 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-901)))))
+(-13 (-1115) (-1295) (-10 -8 (-15 -2960 ((-114) $ (|[\|\|]| (-520)))) (-15 -4027 ((-520) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1191)))) (-15 -4027 ((-1191) $))))
+((-1793 (((-903 |#2|) (-1 |#2| |#1|) (-903 |#1|)) 15 T ELT)))
+(((-902 |#1| |#2|) (-10 -7 (-15 -1793 ((-903 |#2|) (-1 |#2| |#1|) (-903 |#1|)))) (-1249) (-1249)) (T -902))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-903 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-903 *6)) (-5 *1 (-902 *5 *6)))))
+(-10 -7 (-15 -1793 ((-903 |#2|) (-1 |#2| |#1|) (-903 |#1|))))
+((-2794 (($ |#1| |#1|) 8 T ELT)) (-3903 ((|#1| $ (-793)) 15 T ELT)))
+(((-903 |#1|) (-10 -8 (-15 -2794 ($ |#1| |#1|)) (-15 -3903 (|#1| $ (-793)))) (-1249)) (T -903))
+((-3903 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-903 *2)) (-4 *2 (-1249)))) (-2794 (*1 *1 *2 *2) (-12 (-5 *1 (-903 *2)) (-4 *2 (-1249)))))
+(-10 -8 (-15 -2794 ($ |#1| |#1|)) (-15 -3903 (|#1| $ (-793))))
+((-1793 (((-905 |#2|) (-1 |#2| |#1|) (-905 |#1|)) 15 T ELT)))
+(((-904 |#1| |#2|) (-10 -7 (-15 -1793 ((-905 |#2|) (-1 |#2| |#1|) (-905 |#1|)))) (-1249) (-1249)) (T -904))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-905 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-905 *6)) (-5 *1 (-904 *5 *6)))))
+(-10 -7 (-15 -1793 ((-905 |#2|) (-1 |#2| |#1|) (-905 |#1|))))
+((-2794 (($ |#1| |#1| |#1|) 8 T ELT)) (-3903 ((|#1| $ (-793)) 15 T ELT)))
+(((-905 |#1|) (-10 -8 (-15 -2794 ($ |#1| |#1| |#1|)) (-15 -3903 (|#1| $ (-793)))) (-1249)) (T -905))
+((-3903 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-905 *2)) (-4 *2 (-1249)))) (-2794 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1249)))))
+(-10 -8 (-15 -2794 ($ |#1| |#1| |#1|)) (-15 -3903 (|#1| $ (-793))))
+((-1567 (((-663 (-1214)) (-1191)) 9 T ELT)))
+(((-906) (-10 -7 (-15 -1567 ((-663 (-1214)) (-1191))))) (T -906))
+((-1567 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-663 (-1214))) (-5 *1 (-906)))))
+(-10 -7 (-15 -1567 ((-663 (-1214)) (-1191))))
+((-1793 (((-908 |#2|) (-1 |#2| |#1|) (-908 |#1|)) 15 T ELT)))
+(((-907 |#1| |#2|) (-10 -7 (-15 -1793 ((-908 |#2|) (-1 |#2| |#1|) (-908 |#1|)))) (-1249) (-1249)) (T -907))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-908 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-908 *6)) (-5 *1 (-907 *5 *6)))))
+(-10 -7 (-15 -1793 ((-908 |#2|) (-1 |#2| |#1|) (-908 |#1|))))
+((-4178 (($ |#1| |#1| |#1|) 8 T ELT)) (-3903 ((|#1| $ (-793)) 15 T ELT)))
+(((-908 |#1|) (-10 -8 (-15 -4178 ($ |#1| |#1| |#1|)) (-15 -3903 (|#1| $ (-793)))) (-1249)) (T -908))
+((-3903 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-908 *2)) (-4 *2 (-1249)))) (-4178 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-908 *2)) (-4 *2 (-1249)))))
+(-10 -8 (-15 -4178 ($ |#1| |#1| |#1|)) (-15 -3903 (|#1| $ (-793))))
+((-2090 (((-1187 (-663 (-560))) (-663 (-560)) (-1187 (-663 (-560)))) 41 T ELT)) (-1418 (((-1187 (-663 (-560))) (-663 (-560)) (-663 (-560))) 31 T ELT)) (-3162 (((-1187 (-663 (-560))) (-663 (-560))) 53 T ELT) (((-1187 (-663 (-560))) (-663 (-560)) (-663 (-560))) 50 T ELT)) (-3356 (((-1187 (-663 (-560))) (-560)) 55 T ELT)) (-1355 (((-1187 (-663 (-949))) (-1187 (-663 (-949)))) 22 T ELT)) (-3933 (((-663 (-949)) (-663 (-949))) 18 T ELT)))
+(((-909) (-10 -7 (-15 -3933 ((-663 (-949)) (-663 (-949)))) (-15 -1355 ((-1187 (-663 (-949))) (-1187 (-663 (-949))))) (-15 -1418 ((-1187 (-663 (-560))) (-663 (-560)) (-663 (-560)))) (-15 -2090 ((-1187 (-663 (-560))) (-663 (-560)) (-1187 (-663 (-560))))) (-15 -3162 ((-1187 (-663 (-560))) (-663 (-560)) (-663 (-560)))) (-15 -3162 ((-1187 (-663 (-560))) (-663 (-560)))) (-15 -3356 ((-1187 (-663 (-560))) (-560))))) (T -909))
+((-3356 (*1 *2 *3) (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *1 (-909)) (-5 *3 (-560)))) (-3162 (*1 *2 *3) (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *1 (-909)) (-5 *3 (-663 (-560))))) (-3162 (*1 *2 *3 *3) (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *1 (-909)) (-5 *3 (-663 (-560))))) (-2090 (*1 *2 *3 *2) (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *3 (-663 (-560))) (-5 *1 (-909)))) (-1418 (*1 *2 *3 *3) (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *1 (-909)) (-5 *3 (-663 (-560))))) (-1355 (*1 *2 *2) (-12 (-5 *2 (-1187 (-663 (-949)))) (-5 *1 (-909)))) (-3933 (*1 *2 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-909)))))
+(-10 -7 (-15 -3933 ((-663 (-949)) (-663 (-949)))) (-15 -1355 ((-1187 (-663 (-949))) (-1187 (-663 (-949))))) (-15 -1418 ((-1187 (-663 (-560))) (-663 (-560)) (-663 (-560)))) (-15 -2090 ((-1187 (-663 (-560))) (-663 (-560)) (-1187 (-663 (-560))))) (-15 -3162 ((-1187 (-663 (-560))) (-663 (-560)) (-663 (-560)))) (-15 -3162 ((-1187 (-663 (-560))) (-663 (-560)))) (-15 -3356 ((-1187 (-663 (-560))) (-560))))
+((-1830 (((-916 (-391)) $) 9 (|has| |#1| (-633 (-916 (-391)))) ELT) (((-916 (-560)) $) 8 (|has| |#1| (-633 (-916 (-560)))) ELT)))
+(((-910 |#1|) (-142) (-1249)) (T -910))
+NIL
+(-13 (-10 -7 (IF (|has| |t#1| (-633 (-916 (-560)))) (-6 (-633 (-916 (-560)))) |%noBranch|) (IF (|has| |t#1| (-633 (-916 (-391)))) (-6 (-633 (-916 (-391)))) |%noBranch|)))
+(((-633 (-916 (-391))) |has| |#1| (-633 (-916 (-391)))) ((-633 (-916 (-560))) |has| |#1| (-633 (-916 (-560)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4446 (($) 14 T ELT)) (-3443 (($ (-914 |#1| |#2|) (-914 |#1| |#3|)) 28 T ELT)) (-1568 (((-914 |#1| |#3|) $) 16 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2933 (((-114) $) 22 T ELT)) (-4172 (($) 19 T ELT)) (-3834 (((-888) $) 31 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3960 (((-914 |#1| |#2|) $) 15 T ELT)) (-2478 (((-114) $ $) 26 T ELT)))
+(((-911 |#1| |#2| |#3|) (-13 (-1133) (-10 -8 (-15 -2933 ((-114) $)) (-15 -4172 ($)) (-15 -4446 ($)) (-15 -3443 ($ (-914 |#1| |#2|) (-914 |#1| |#3|))) (-15 -3960 ((-914 |#1| |#2|) $)) (-15 -1568 ((-914 |#1| |#3|) $)))) (-1133) (-1133) (-688 |#2|)) (T -911))
+((-2933 (*1 *2 *1) (-12 (-4 *4 (-1133)) (-5 *2 (-114)) (-5 *1 (-911 *3 *4 *5)) (-4 *3 (-1133)) (-4 *5 (-688 *4)))) (-4172 (*1 *1) (-12 (-4 *3 (-1133)) (-5 *1 (-911 *2 *3 *4)) (-4 *2 (-1133)) (-4 *4 (-688 *3)))) (-4446 (*1 *1) (-12 (-4 *3 (-1133)) (-5 *1 (-911 *2 *3 *4)) (-4 *2 (-1133)) (-4 *4 (-688 *3)))) (-3443 (*1 *1 *2 *3) (-12 (-5 *2 (-914 *4 *5)) (-5 *3 (-914 *4 *6)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-688 *5)) (-5 *1 (-911 *4 *5 *6)))) (-3960 (*1 *2 *1) (-12 (-4 *4 (-1133)) (-5 *2 (-914 *3 *4)) (-5 *1 (-911 *3 *4 *5)) (-4 *3 (-1133)) (-4 *5 (-688 *4)))) (-1568 (*1 *2 *1) (-12 (-4 *4 (-1133)) (-5 *2 (-914 *3 *5)) (-5 *1 (-911 *3 *4 *5)) (-4 *3 (-1133)) (-4 *5 (-688 *4)))))
+(-13 (-1133) (-10 -8 (-15 -2933 ((-114) $)) (-15 -4172 ($)) (-15 -4446 ($)) (-15 -3443 ($ (-914 |#1| |#2|) (-914 |#1| |#3|))) (-15 -3960 ((-914 |#1| |#2|) $)) (-15 -1568 ((-914 |#1| |#3|) $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2528 (((-914 |#1| $) $ (-916 |#1|) (-914 |#1| $)) 17 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-912 |#1|) (-142) (-1133)) (T -912))
+((-2528 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-914 *4 *1)) (-5 *3 (-916 *4)) (-4 *1 (-912 *4)) (-4 *4 (-1133)))))
+(-13 (-1133) (-10 -8 (-15 -2528 ((-914 |t#1| $) $ (-916 |t#1|) (-914 |t#1| $)))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-2820 (((-114) (-663 |#2|) |#3|) 23 T ELT) (((-114) |#2| |#3|) 18 T ELT)) (-2871 (((-914 |#1| |#2|) |#2| |#3|) 45 (-12 (-2912 (|has| |#2| (-1070 (-1209)))) (-2912 (|has| |#2| (-1081)))) ELT) (((-663 (-305 (-976 |#2|))) |#2| |#3|) 44 (-12 (|has| |#2| (-1081)) (-2912 (|has| |#2| (-1070 (-1209))))) ELT) (((-663 (-305 |#2|)) |#2| |#3|) 36 (|has| |#2| (-1070 (-1209))) ELT) (((-911 |#1| |#2| (-663 |#2|)) (-663 |#2|) |#3|) 21 T ELT)))
+(((-913 |#1| |#2| |#3|) (-10 -7 (-15 -2820 ((-114) |#2| |#3|)) (-15 -2820 ((-114) (-663 |#2|) |#3|)) (-15 -2871 ((-911 |#1| |#2| (-663 |#2|)) (-663 |#2|) |#3|)) (IF (|has| |#2| (-1070 (-1209))) (-15 -2871 ((-663 (-305 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1081)) (-15 -2871 ((-663 (-305 (-976 |#2|))) |#2| |#3|)) (-15 -2871 ((-914 |#1| |#2|) |#2| |#3|))))) (-1133) (-912 |#1|) (-633 (-916 |#1|))) (T -913))
+((-2871 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-5 *2 (-914 *5 *3)) (-5 *1 (-913 *5 *3 *4)) (-2912 (-4 *3 (-1070 (-1209)))) (-2912 (-4 *3 (-1081))) (-4 *3 (-912 *5)) (-4 *4 (-633 (-916 *5))))) (-2871 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-5 *2 (-663 (-305 (-976 *3)))) (-5 *1 (-913 *5 *3 *4)) (-4 *3 (-1081)) (-2912 (-4 *3 (-1070 (-1209)))) (-4 *3 (-912 *5)) (-4 *4 (-633 (-916 *5))))) (-2871 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-5 *2 (-663 (-305 *3))) (-5 *1 (-913 *5 *3 *4)) (-4 *3 (-1070 (-1209))) (-4 *3 (-912 *5)) (-4 *4 (-633 (-916 *5))))) (-2871 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-4 *6 (-912 *5)) (-5 *2 (-911 *5 *6 (-663 *6))) (-5 *1 (-913 *5 *6 *4)) (-5 *3 (-663 *6)) (-4 *4 (-633 (-916 *5))))) (-2820 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-4 *6 (-912 *5)) (-4 *5 (-1133)) (-5 *2 (-114)) (-5 *1 (-913 *5 *6 *4)) (-4 *4 (-633 (-916 *5))))) (-2820 (*1 *2 *3 *4) (-12 (-4 *5 (-1133)) (-5 *2 (-114)) (-5 *1 (-913 *5 *3 *4)) (-4 *3 (-912 *5)) (-4 *4 (-633 (-916 *5))))))
+(-10 -7 (-15 -2820 ((-114) |#2| |#3|)) (-15 -2820 ((-114) (-663 |#2|) |#3|)) (-15 -2871 ((-911 |#1| |#2| (-663 |#2|)) (-663 |#2|) |#3|)) (IF (|has| |#2| (-1070 (-1209))) (-15 -2871 ((-663 (-305 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1081)) (-15 -2871 ((-663 (-305 (-976 |#2|))) |#2| |#3|)) (-15 -2871 ((-914 |#1| |#2|) |#2| |#3|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-1419 (($ $ $) 40 T ELT)) (-4266 (((-3 (-114) "failed") $ (-916 |#1|)) 37 T ELT)) (-4446 (($) 12 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3494 (($ (-916 |#1|) |#2| $) 20 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2550 (((-3 |#2| "failed") (-916 |#1|) $) 51 T ELT)) (-2933 (((-114) $) 15 T ELT)) (-4172 (($) 13 T ELT)) (-2635 (((-663 (-2 (|:| -1919 (-1209)) (|:| -3529 |#2|))) $) 25 T ELT)) (-3845 (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 |#2|)))) 23 T ELT)) (-3834 (((-888) $) 45 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2940 (($ (-916 |#1|) |#2| $ |#2|) 49 T ELT)) (-2168 (($ (-916 |#1|) |#2| $) 48 T ELT)) (-2478 (((-114) $ $) 42 T ELT)))
+(((-914 |#1| |#2|) (-13 (-1133) (-10 -8 (-15 -2933 ((-114) $)) (-15 -4172 ($)) (-15 -4446 ($)) (-15 -1419 ($ $ $)) (-15 -2550 ((-3 |#2| "failed") (-916 |#1|) $)) (-15 -2168 ($ (-916 |#1|) |#2| $)) (-15 -3494 ($ (-916 |#1|) |#2| $)) (-15 -2940 ($ (-916 |#1|) |#2| $ |#2|)) (-15 -2635 ((-663 (-2 (|:| -1919 (-1209)) (|:| -3529 |#2|))) $)) (-15 -3845 ($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 |#2|))))) (-15 -4266 ((-3 (-114) "failed") $ (-916 |#1|))))) (-1133) (-1133)) (T -914))
+((-2933 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-914 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-4172 (*1 *1) (-12 (-5 *1 (-914 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))) (-4446 (*1 *1) (-12 (-5 *1 (-914 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))) (-1419 (*1 *1 *1 *1) (-12 (-5 *1 (-914 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))) (-2550 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-916 *4)) (-4 *4 (-1133)) (-4 *2 (-1133)) (-5 *1 (-914 *4 *2)))) (-2168 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-916 *4)) (-4 *4 (-1133)) (-5 *1 (-914 *4 *3)) (-4 *3 (-1133)))) (-3494 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-916 *4)) (-4 *4 (-1133)) (-5 *1 (-914 *4 *3)) (-4 *3 (-1133)))) (-2940 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-916 *4)) (-4 *4 (-1133)) (-5 *1 (-914 *4 *3)) (-4 *3 (-1133)))) (-2635 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 *4)))) (-5 *1 (-914 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-3845 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 *4)))) (-4 *4 (-1133)) (-5 *1 (-914 *3 *4)) (-4 *3 (-1133)))) (-4266 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-916 *4)) (-4 *4 (-1133)) (-5 *2 (-114)) (-5 *1 (-914 *4 *5)) (-4 *5 (-1133)))))
+(-13 (-1133) (-10 -8 (-15 -2933 ((-114) $)) (-15 -4172 ($)) (-15 -4446 ($)) (-15 -1419 ($ $ $)) (-15 -2550 ((-3 |#2| "failed") (-916 |#1|) $)) (-15 -2168 ($ (-916 |#1|) |#2| $)) (-15 -3494 ($ (-916 |#1|) |#2| $)) (-15 -2940 ($ (-916 |#1|) |#2| $ |#2|)) (-15 -2635 ((-663 (-2 (|:| -1919 (-1209)) (|:| -3529 |#2|))) $)) (-15 -3845 ($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 |#2|))))) (-15 -4266 ((-3 (-114) "failed") $ (-916 |#1|)))))
+((-1793 (((-914 |#1| |#3|) (-1 |#3| |#2|) (-914 |#1| |#2|)) 22 T ELT)))
+(((-915 |#1| |#2| |#3|) (-10 -7 (-15 -1793 ((-914 |#1| |#3|) (-1 |#3| |#2|) (-914 |#1| |#2|)))) (-1133) (-1133) (-1133)) (T -915))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-914 *5 *6)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-914 *5 *7)) (-5 *1 (-915 *5 *6 *7)))))
+(-10 -7 (-15 -1793 ((-914 |#1| |#3|) (-1 |#3| |#2|) (-914 |#1| |#2|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4223 (($ $ (-663 (-51))) 74 T ELT)) (-2712 (((-663 $) $) 139 T ELT)) (-3705 (((-2 (|:| |var| (-663 (-1209))) (|:| |pred| (-51))) $) 30 T ELT)) (-2591 (((-114) $) 35 T ELT)) (-3914 (($ $ (-663 (-1209)) (-51)) 31 T ELT)) (-2883 (($ $ (-663 (-51))) 73 T ELT)) (-4142 (((-3 |#1| "failed") $) 71 T ELT) (((-3 (-1209) "failed") $) 164 T ELT)) (-4072 ((|#1| $) 68 T ELT) (((-1209) $) NIL T ELT)) (-2781 (($ $) 126 T ELT)) (-3876 (((-114) $) 55 T ELT)) (-2397 (((-663 (-51)) $) 50 T ELT)) (-3416 (($ (-1209) (-114) (-114) (-114)) 75 T ELT)) (-2776 (((-3 (-663 $) "failed") (-663 $)) 82 T ELT)) (-1652 (((-114) $) 58 T ELT)) (-3006 (((-114) $) 57 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) 41 T ELT)) (-3832 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 48 T ELT)) (-4035 (((-3 (-2 (|:| |val| $) (|:| -2909 $)) "failed") $) 97 T ELT)) (-1952 (((-3 (-663 $) "failed") $) 40 T ELT)) (-3665 (((-3 (-663 $) "failed") $ (-115)) 124 T ELT) (((-3 (-2 (|:| -4467 (-115)) (|:| |arg| (-663 $))) "failed") $) 107 T ELT)) (-3408 (((-3 (-663 $) "failed") $) 42 T ELT)) (-2364 (((-3 (-2 (|:| |val| $) (|:| -2909 (-793))) "failed") $) 45 T ELT)) (-2583 (((-114) $) 34 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3460 (((-114) $) 28 T ELT)) (-3163 (((-114) $) 52 T ELT)) (-3257 (((-663 (-51)) $) 130 T ELT)) (-4419 (((-114) $) 56 T ELT)) (-3034 (($ (-115) (-663 $)) 104 T ELT)) (-4003 (((-793) $) 33 T ELT)) (-4007 (($ $) 72 T ELT)) (-1830 (($ (-663 $)) 69 T ELT)) (-2736 (((-114) $) 32 T ELT)) (-3834 (((-888) $) 63 T ELT) (($ |#1|) 23 T ELT) (($ (-1209)) 76 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3912 (($ $ (-51)) 129 T ELT)) (-2971 (($) 103 T CONST)) (-2983 (($) 83 T CONST)) (-2478 (((-114) $ $) 93 T ELT)) (-2594 (($ $ $) 117 T ELT)) (-2571 (($ $ $) 121 T ELT)) (** (($ $ (-793)) 115 T ELT) (($ $ $) 64 T ELT)) (* (($ $ $) 122 T ELT)))
+(((-916 |#1|) (-13 (-1133) (-1070 |#1|) (-1070 (-1209)) (-10 -8 (-15 0 ($) -2292) (-15 1 ($) -2292) (-15 -1952 ((-3 (-663 $) "failed") $)) (-15 -2914 ((-3 (-663 $) "failed") $)) (-15 -3665 ((-3 (-663 $) "failed") $ (-115))) (-15 -3665 ((-3 (-2 (|:| -4467 (-115)) (|:| |arg| (-663 $))) "failed") $)) (-15 -2364 ((-3 (-2 (|:| |val| $) (|:| -2909 (-793))) "failed") $)) (-15 -3832 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -3408 ((-3 (-663 $) "failed") $)) (-15 -4035 ((-3 (-2 (|:| |val| $) (|:| -2909 $)) "failed") $)) (-15 -3034 ($ (-115) (-663 $))) (-15 -2571 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793))) (-15 ** ($ $ $)) (-15 -2594 ($ $ $)) (-15 -4003 ((-793) $)) (-15 -1830 ($ (-663 $))) (-15 -4007 ($ $)) (-15 -2583 ((-114) $)) (-15 -3876 ((-114) $)) (-15 -2591 ((-114) $)) (-15 -2736 ((-114) $)) (-15 -4419 ((-114) $)) (-15 -3006 ((-114) $)) (-15 -1652 ((-114) $)) (-15 -3163 ((-114) $)) (-15 -2397 ((-663 (-51)) $)) (-15 -2883 ($ $ (-663 (-51)))) (-15 -4223 ($ $ (-663 (-51)))) (-15 -3416 ($ (-1209) (-114) (-114) (-114))) (-15 -3914 ($ $ (-663 (-1209)) (-51))) (-15 -3705 ((-2 (|:| |var| (-663 (-1209))) (|:| |pred| (-51))) $)) (-15 -3460 ((-114) $)) (-15 -2781 ($ $)) (-15 -3912 ($ $ (-51))) (-15 -3257 ((-663 (-51)) $)) (-15 -2712 ((-663 $) $)) (-15 -2776 ((-3 (-663 $) "failed") (-663 $))))) (-1133)) (T -916))
+((-2971 (*1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))) (-2983 (*1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))) (-1952 (*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2914 (*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3665 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-115)) (-5 *2 (-663 (-916 *4))) (-5 *1 (-916 *4)) (-4 *4 (-1133)))) (-3665 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -4467 (-115)) (|:| |arg| (-663 (-916 *3))))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2364 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-916 *3)) (|:| -2909 (-793)))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3832 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-916 *3)) (|:| |den| (-916 *3)))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3408 (*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-4035 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-916 *3)) (|:| -2909 (-916 *3)))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3034 (*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 (-916 *4))) (-5 *1 (-916 *4)) (-4 *4 (-1133)))) (-2571 (*1 *1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))) (-2594 (*1 *1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))) (-4003 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-1830 (*1 *1 *2) (-12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-4007 (*1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))) (-2583 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3876 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2591 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2736 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-4419 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3006 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-1652 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3163 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2397 (*1 *2 *1) (-12 (-5 *2 (-663 (-51))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2883 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-51))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-4223 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-51))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3416 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-114)) (-5 *1 (-916 *4)) (-4 *4 (-1133)))) (-3914 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-51)) (-5 *1 (-916 *4)) (-4 *4 (-1133)))) (-3705 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-663 (-1209))) (|:| |pred| (-51)))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3460 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2781 (*1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))) (-3912 (*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-3257 (*1 *2 *1) (-12 (-5 *2 (-663 (-51))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2712 (*1 *2 *1) (-12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))) (-2776 (*1 *2 *2) (|partial| -12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(-13 (-1133) (-1070 |#1|) (-1070 (-1209)) (-10 -8 (-15 (-2971) ($) -2292) (-15 (-2983) ($) -2292) (-15 -1952 ((-3 (-663 $) "failed") $)) (-15 -2914 ((-3 (-663 $) "failed") $)) (-15 -3665 ((-3 (-663 $) "failed") $ (-115))) (-15 -3665 ((-3 (-2 (|:| -4467 (-115)) (|:| |arg| (-663 $))) "failed") $)) (-15 -2364 ((-3 (-2 (|:| |val| $) (|:| -2909 (-793))) "failed") $)) (-15 -3832 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -3408 ((-3 (-663 $) "failed") $)) (-15 -4035 ((-3 (-2 (|:| |val| $) (|:| -2909 $)) "failed") $)) (-15 -3034 ($ (-115) (-663 $))) (-15 -2571 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793))) (-15 ** ($ $ $)) (-15 -2594 ($ $ $)) (-15 -4003 ((-793) $)) (-15 -1830 ($ (-663 $))) (-15 -4007 ($ $)) (-15 -2583 ((-114) $)) (-15 -3876 ((-114) $)) (-15 -2591 ((-114) $)) (-15 -2736 ((-114) $)) (-15 -4419 ((-114) $)) (-15 -3006 ((-114) $)) (-15 -1652 ((-114) $)) (-15 -3163 ((-114) $)) (-15 -2397 ((-663 (-51)) $)) (-15 -2883 ($ $ (-663 (-51)))) (-15 -4223 ($ $ (-663 (-51)))) (-15 -3416 ($ (-1209) (-114) (-114) (-114))) (-15 -3914 ($ $ (-663 (-1209)) (-51))) (-15 -3705 ((-2 (|:| |var| (-663 (-1209))) (|:| |pred| (-51))) $)) (-15 -3460 ((-114) $)) (-15 -2781 ($ $)) (-15 -3912 ($ $ (-51))) (-15 -3257 ((-663 (-51)) $)) (-15 -2712 ((-663 $) $)) (-15 -2776 ((-3 (-663 $) "failed") (-663 $)))))
+((-2472 (((-916 |#1|) (-916 |#1|) (-663 (-1209)) (-1 (-114) (-663 |#2|))) 32 T ELT) (((-916 |#1|) (-916 |#1|) (-663 (-1 (-114) |#2|))) 46 T ELT) (((-916 |#1|) (-916 |#1|) (-1 (-114) |#2|)) 35 T ELT)) (-4266 (((-114) (-663 |#2|) (-916 |#1|)) 42 T ELT) (((-114) |#2| (-916 |#1|)) 36 T ELT)) (-1658 (((-1 (-114) |#2|) (-916 |#1|)) 16 T ELT)) (-3397 (((-663 |#2|) (-916 |#1|)) 24 T ELT)) (-3912 (((-916 |#1|) (-916 |#1|) |#2|) 20 T ELT)))
+(((-917 |#1| |#2|) (-10 -7 (-15 -2472 ((-916 |#1|) (-916 |#1|) (-1 (-114) |#2|))) (-15 -2472 ((-916 |#1|) (-916 |#1|) (-663 (-1 (-114) |#2|)))) (-15 -2472 ((-916 |#1|) (-916 |#1|) (-663 (-1209)) (-1 (-114) (-663 |#2|)))) (-15 -1658 ((-1 (-114) |#2|) (-916 |#1|))) (-15 -4266 ((-114) |#2| (-916 |#1|))) (-15 -4266 ((-114) (-663 |#2|) (-916 |#1|))) (-15 -3912 ((-916 |#1|) (-916 |#1|) |#2|)) (-15 -3397 ((-663 |#2|) (-916 |#1|)))) (-1133) (-1249)) (T -917))
+((-3397 (*1 *2 *3) (-12 (-5 *3 (-916 *4)) (-4 *4 (-1133)) (-5 *2 (-663 *5)) (-5 *1 (-917 *4 *5)) (-4 *5 (-1249)))) (-3912 (*1 *2 *2 *3) (-12 (-5 *2 (-916 *4)) (-4 *4 (-1133)) (-5 *1 (-917 *4 *3)) (-4 *3 (-1249)))) (-4266 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-916 *5)) (-4 *5 (-1133)) (-4 *6 (-1249)) (-5 *2 (-114)) (-5 *1 (-917 *5 *6)))) (-4266 (*1 *2 *3 *4) (-12 (-5 *4 (-916 *5)) (-4 *5 (-1133)) (-5 *2 (-114)) (-5 *1 (-917 *5 *3)) (-4 *3 (-1249)))) (-1658 (*1 *2 *3) (-12 (-5 *3 (-916 *4)) (-4 *4 (-1133)) (-5 *2 (-1 (-114) *5)) (-5 *1 (-917 *4 *5)) (-4 *5 (-1249)))) (-2472 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-916 *5)) (-5 *3 (-663 (-1209))) (-5 *4 (-1 (-114) (-663 *6))) (-4 *5 (-1133)) (-4 *6 (-1249)) (-5 *1 (-917 *5 *6)))) (-2472 (*1 *2 *2 *3) (-12 (-5 *2 (-916 *4)) (-5 *3 (-663 (-1 (-114) *5))) (-4 *4 (-1133)) (-4 *5 (-1249)) (-5 *1 (-917 *4 *5)))) (-2472 (*1 *2 *2 *3) (-12 (-5 *2 (-916 *4)) (-5 *3 (-1 (-114) *5)) (-4 *4 (-1133)) (-4 *5 (-1249)) (-5 *1 (-917 *4 *5)))))
+(-10 -7 (-15 -2472 ((-916 |#1|) (-916 |#1|) (-1 (-114) |#2|))) (-15 -2472 ((-916 |#1|) (-916 |#1|) (-663 (-1 (-114) |#2|)))) (-15 -2472 ((-916 |#1|) (-916 |#1|) (-663 (-1209)) (-1 (-114) (-663 |#2|)))) (-15 -1658 ((-1 (-114) |#2|) (-916 |#1|))) (-15 -4266 ((-114) |#2| (-916 |#1|))) (-15 -4266 ((-114) (-663 |#2|) (-916 |#1|))) (-15 -3912 ((-916 |#1|) (-916 |#1|) |#2|)) (-15 -3397 ((-663 |#2|) (-916 |#1|))))
+((-1793 (((-916 |#2|) (-1 |#2| |#1|) (-916 |#1|)) 19 T ELT)))
+(((-918 |#1| |#2|) (-10 -7 (-15 -1793 ((-916 |#2|) (-1 |#2| |#1|) (-916 |#1|)))) (-1133) (-1133)) (T -918))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-916 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *2 (-916 *6)) (-5 *1 (-918 *5 *6)))))
+(-10 -7 (-15 -1793 ((-916 |#2|) (-1 |#2| |#1|) (-916 |#1|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2516 (((-663 |#1|) $) 19 T ELT)) (-4124 (((-114) $) 49 T ELT)) (-4142 (((-3 (-694 |#1|) "failed") $) 56 T ELT)) (-4072 (((-694 |#1|) $) 54 T ELT)) (-1586 (($ $) 23 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3970 (((-793) $) 61 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 (((-694 |#1|) $) 21 T ELT)) (-3834 (((-888) $) 47 T ELT) (($ (-694 |#1|)) 26 T ELT) (((-843 |#1|) $) 36 T ELT) (($ |#1|) 25 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) 9 T CONST)) (-4002 (((-663 (-694 |#1|)) $) 28 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 12 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 67 T ELT)))
+(((-919 |#1|) (-13 (-872) (-1070 (-694 |#1|)) (-10 -8 (-15 1 ($) -2292) (-15 -3834 ((-843 |#1|) $)) (-15 -3834 ($ |#1|)) (-15 -1574 ((-694 |#1|) $)) (-15 -3970 ((-793) $)) (-15 -4002 ((-663 (-694 |#1|)) $)) (-15 -1586 ($ $)) (-15 -4124 ((-114) $)) (-15 -2516 ((-663 |#1|) $)))) (-872)) (T -919))
+((-2983 (*1 *1) (-12 (-5 *1 (-919 *2)) (-4 *2 (-872)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-843 *3)) (-5 *1 (-919 *3)) (-4 *3 (-872)))) (-3834 (*1 *1 *2) (-12 (-5 *1 (-919 *2)) (-4 *2 (-872)))) (-1574 (*1 *2 *1) (-12 (-5 *2 (-694 *3)) (-5 *1 (-919 *3)) (-4 *3 (-872)))) (-3970 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-919 *3)) (-4 *3 (-872)))) (-4002 (*1 *2 *1) (-12 (-5 *2 (-663 (-694 *3))) (-5 *1 (-919 *3)) (-4 *3 (-872)))) (-1586 (*1 *1 *1) (-12 (-5 *1 (-919 *2)) (-4 *2 (-872)))) (-4124 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-919 *3)) (-4 *3 (-872)))) (-2516 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-919 *3)) (-4 *3 (-872)))))
+(-13 (-872) (-1070 (-694 |#1|)) (-10 -8 (-15 (-2983) ($) -2292) (-15 -3834 ((-843 |#1|) $)) (-15 -3834 ($ |#1|)) (-15 -1574 ((-694 |#1|) $)) (-15 -3970 ((-793) $)) (-15 -4002 ((-663 (-694 |#1|)) $)) (-15 -1586 ($ $)) (-15 -4124 ((-114) $)) (-15 -2516 ((-663 |#1|) $))))
+((-4274 ((|#1| |#1| |#1|) 19 T ELT)))
+(((-920 |#1| |#2|) (-10 -7 (-15 -4274 (|#1| |#1| |#1|))) (-1275 |#2|) (-1081)) (T -920))
+((-4274 (*1 *2 *2 *2) (-12 (-4 *3 (-1081)) (-5 *1 (-920 *2 *3)) (-4 *2 (-1275 *3)))))
+(-10 -7 (-15 -4274 (|#1| |#1| |#1|)))
+((-3095 ((|#2| $ |#3|) 10 T ELT)))
+(((-921 |#1| |#2| |#3|) (-10 -8 (-15 -3095 (|#2| |#1| |#3|))) (-922 |#2| |#3|) (-1249) (-1249)) (T -921))
+NIL
+(-10 -8 (-15 -3095 (|#2| |#1| |#3|)))
+((-2703 ((|#1| $ |#2|) 7 T ELT)) (-3095 ((|#1| $ |#2|) 6 T ELT)))
+(((-922 |#1| |#2|) (-142) (-1249) (-1249)) (T -922))
+((-2703 (*1 *2 *1 *3) (-12 (-4 *1 (-922 *2 *3)) (-4 *3 (-1249)) (-4 *2 (-1249)))) (-3095 (*1 *2 *1 *3) (-12 (-4 *1 (-922 *2 *3)) (-4 *3 (-1249)) (-4 *2 (-1249)))))
+(-13 (-1249) (-10 -8 (-15 -2703 (|t#1| $ |t#2|)) (-15 -3095 (|t#1| $ |t#2|))))
+(((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) 18 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-4268 (((-1067) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) 17 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-923) (-142)) (T -923))
+((-3039 (*1 *2 *3 *4) (-12 (-4 *1 (-923)) (-5 *3 (-1095)) (-5 *4 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191)))))) (-4268 (*1 *2 *3) (-12 (-4 *1 (-923)) (-5 *3 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) (-5 *2 (-1067)))))
+(-13 (-1133) (-10 -7 (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))) (-1095) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229))))) (-15 -4268 ((-1067) (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-4374 ((|#1| |#1| (-793)) 27 T ELT)) (-3450 (((-3 |#1| "failed") |#1| |#1|) 24 T ELT)) (-2250 (((-3 (-2 (|:| -3369 |#1|) (|:| -3379 |#1|)) "failed") |#1| (-793) (-793)) 30 T ELT) (((-663 |#1|) |#1|) 38 T ELT)))
+(((-924 |#1| |#2|) (-10 -7 (-15 -2250 ((-663 |#1|) |#1|)) (-15 -2250 ((-3 (-2 (|:| -3369 |#1|) (|:| -3379 |#1|)) "failed") |#1| (-793) (-793))) (-15 -3450 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4374 (|#1| |#1| (-793)))) (-1275 |#2|) (-376)) (T -924))
+((-4374 (*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-376)) (-5 *1 (-924 *2 *4)) (-4 *2 (-1275 *4)))) (-3450 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-376)) (-5 *1 (-924 *2 *3)) (-4 *2 (-1275 *3)))) (-2250 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-793)) (-4 *5 (-376)) (-5 *2 (-2 (|:| -3369 *3) (|:| -3379 *3))) (-5 *1 (-924 *3 *5)) (-4 *3 (-1275 *5)))) (-2250 (*1 *2 *3) (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-924 *3 *4)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -2250 ((-663 |#1|) |#1|)) (-15 -2250 ((-3 (-2 (|:| -3369 |#1|) (|:| -3379 |#1|)) "failed") |#1| (-793) (-793))) (-15 -3450 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4374 (|#1| |#1| (-793))))
+((-3944 (((-1067) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1191)) 104 T ELT) (((-1067) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1191) (-229)) 100 T ELT) (((-1067) (-926) (-1095)) 92 T ELT) (((-1067) (-926)) 93 T ELT)) (-3039 (((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-926) (-1095)) 62 T ELT) (((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-926)) 64 T ELT)))
+(((-925) (-10 -7 (-15 -3944 ((-1067) (-926))) (-15 -3944 ((-1067) (-926) (-1095))) (-15 -3944 ((-1067) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1191) (-229))) (-15 -3944 ((-1067) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1191))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-926))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-926) (-1095))))) (T -925))
+((-3039 (*1 *2 *3 *4) (-12 (-5 *3 (-926)) (-5 *4 (-1095)) (-5 *2 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))))) (-5 *1 (-925)))) (-3039 (*1 *2 *3) (-12 (-5 *3 (-926)) (-5 *2 (-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191))))) (-5 *1 (-925)))) (-3944 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-793)) (-5 *6 (-663 (-663 (-326 *3)))) (-5 *7 (-1191)) (-5 *5 (-663 (-326 (-391)))) (-5 *3 (-391)) (-5 *2 (-1067)) (-5 *1 (-925)))) (-3944 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-793)) (-5 *6 (-663 (-663 (-326 *3)))) (-5 *7 (-1191)) (-5 *8 (-229)) (-5 *5 (-663 (-326 (-391)))) (-5 *3 (-391)) (-5 *2 (-1067)) (-5 *1 (-925)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-926)) (-5 *4 (-1095)) (-5 *2 (-1067)) (-5 *1 (-925)))) (-3944 (*1 *2 *3) (-12 (-5 *3 (-926)) (-5 *2 (-1067)) (-5 *1 (-925)))))
+(-10 -7 (-15 -3944 ((-1067) (-926))) (-15 -3944 ((-1067) (-926) (-1095))) (-15 -3944 ((-1067) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1191) (-229))) (-15 -3944 ((-1067) (-391) (-391) (-391) (-391) (-793) (-793) (-663 (-326 (-391))) (-663 (-663 (-326 (-391)))) (-1191))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-926))) (-15 -3039 ((-2 (|:| -3039 (-391)) (|:| -2187 (-1191)) (|:| |explanations| (-663 (-1191)))) (-926) (-1095))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4072 (((-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229))) $) 19 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 21 T ELT) (($ (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) 18 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-926) (-13 (-1133) (-10 -8 (-15 -3834 ($ (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229))))) (-15 -4072 ((-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229))) $))))) (T -926))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) (-5 *1 (-926)))) (-4072 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229)))) (-5 *1 (-926)))))
+(-13 (-1133) (-10 -8 (-15 -3834 ($ (-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229))))) (-15 -4072 ((-2 (|:| |pde| (-663 (-326 (-229)))) (|:| |constraints| (-663 (-2 (|:| |start| (-229)) (|:| |finish| (-229)) (|:| |grid| (-793)) (|:| |boundaryType| (-560)) (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229)))))) (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191)) (|:| |tol| (-229))) $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2703 (($ $ (-663 |#2|) (-663 (-793))) 44 T ELT) (($ $ |#2| (-793)) 43 T ELT) (($ $ (-663 |#2|)) 42 T ELT) (($ $ |#2|) 40 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-3095 (($ $ (-663 |#2|) (-663 (-793))) 47 T ELT) (($ $ |#2| (-793)) 46 T ELT) (($ $ (-663 |#2|)) 45 T ELT) (($ $ |#2|) 41 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
+(((-927 |#1| |#2|) (-142) (-1081) (-1133)) (T -927))
+NIL
+(-13 (-111 |t#1| |t#1|) (-930 |t#2|) (-10 -7 (IF (|has| |t#1| (-175)) (-6 (-739 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-922 $ |#2|) . T) ((-930 |#2|) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2703 (($ $ (-663 |#1|) (-663 (-793))) 49 T ELT) (($ $ |#1| (-793)) 48 T ELT) (($ $ (-663 |#1|)) 47 T ELT) (($ $ |#1|) 45 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-663 |#1|) (-663 (-793))) 52 T ELT) (($ $ |#1| (-793)) 51 T ELT) (($ $ (-663 |#1|)) 50 T ELT) (($ $ |#1|) 46 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-928 |#1|) (-142) (-1133)) (T -928))
+NIL
+(-13 (-1081) (-930 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-922 $ |#1|) . T) ((-930 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2703 (($ $ |#2|) NIL T ELT) (($ $ (-663 |#2|)) 10 T ELT) (($ $ |#2| (-793)) 12 T ELT) (($ $ (-663 |#2|) (-663 (-793))) 15 T ELT)) (-3095 (($ $ |#2|) 16 T ELT) (($ $ (-663 |#2|)) 18 T ELT) (($ $ |#2| (-793)) 19 T ELT) (($ $ (-663 |#2|) (-663 (-793))) 21 T ELT)))
+(((-929 |#1| |#2|) (-10 -8 (-15 -3095 (|#1| |#1| (-663 |#2|) (-663 (-793)))) (-15 -3095 (|#1| |#1| |#2| (-793))) (-15 -3095 (|#1| |#1| (-663 |#2|))) (-15 -2703 (|#1| |#1| (-663 |#2|) (-663 (-793)))) (-15 -2703 (|#1| |#1| |#2| (-793))) (-15 -2703 (|#1| |#1| (-663 |#2|))) (-15 -3095 (|#1| |#1| |#2|)) (-15 -2703 (|#1| |#1| |#2|))) (-930 |#2|) (-1133)) (T -929))
+NIL
+(-10 -8 (-15 -3095 (|#1| |#1| (-663 |#2|) (-663 (-793)))) (-15 -3095 (|#1| |#1| |#2| (-793))) (-15 -3095 (|#1| |#1| (-663 |#2|))) (-15 -2703 (|#1| |#1| (-663 |#2|) (-663 (-793)))) (-15 -2703 (|#1| |#1| |#2| (-793))) (-15 -2703 (|#1| |#1| (-663 |#2|))) (-15 -3095 (|#1| |#1| |#2|)) (-15 -2703 (|#1| |#1| |#2|)))
+((-2703 (($ $ |#1|) 7 T ELT) (($ $ (-663 |#1|)) 15 T ELT) (($ $ |#1| (-793)) 14 T ELT) (($ $ (-663 |#1|) (-663 (-793))) 13 T ELT)) (-3095 (($ $ |#1|) 6 T ELT) (($ $ (-663 |#1|)) 12 T ELT) (($ $ |#1| (-793)) 11 T ELT) (($ $ (-663 |#1|) (-663 (-793))) 10 T ELT)))
+(((-930 |#1|) (-142) (-1133)) (T -930))
+((-2703 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *1 (-930 *3)) (-4 *3 (-1133)))) (-2703 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-930 *2)) (-4 *2 (-1133)))) (-2703 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 (-793))) (-4 *1 (-930 *4)) (-4 *4 (-1133)))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *1 (-930 *3)) (-4 *3 (-1133)))) (-3095 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-930 *2)) (-4 *2 (-1133)))) (-3095 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 (-793))) (-4 *1 (-930 *4)) (-4 *4 (-1133)))))
+(-13 (-922 $ |t#1|) (-10 -8 (-15 -2703 ($ $ (-663 |t#1|))) (-15 -2703 ($ $ |t#1| (-793))) (-15 -2703 ($ $ (-663 |t#1|) (-663 (-793)))) (-15 -3095 ($ $ (-663 |t#1|))) (-15 -3095 ($ $ |t#1| (-793))) (-15 -3095 ($ $ (-663 |t#1|) (-663 (-793))))))
+(((-922 $ |#1|) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 26 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3742 (($ $ $) NIL (|has| $ (-6 -4511)) ELT)) (-3584 (($ $ $) NIL (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) (($ $ "left" $) NIL (|has| $ (-6 -4511)) ELT) (($ $ "right" $) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-3379 (($ $) 25 T ELT)) (-3702 (($ |#1|) 12 T ELT) (($ $ $) 17 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3369 (($ $) 23 T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) 20 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) (($ $ "left") NIL T ELT) (($ $ "right") NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-1898 (((-114) $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-1236 |#1|) $) 9 T ELT) (((-888) $) 29 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-931 |#1|) (-13 (-121 |#1|) (-632 (-1236 |#1|)) (-10 -8 (-15 -3702 ($ |#1|)) (-15 -3702 ($ $ $)))) (-1133)) (T -931))
+((-3702 (*1 *1 *2) (-12 (-5 *1 (-931 *2)) (-4 *2 (-1133)))) (-3702 (*1 *1 *1 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-1133)))))
+(-13 (-121 |#1|) (-632 (-1236 |#1|)) (-10 -8 (-15 -3702 ($ |#1|)) (-15 -3702 ($ $ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2570 (((-1129 |#1|) $) 60 T ELT)) (-2125 (((-663 $) (-663 $)) 103 T ELT)) (-2824 (((-560) $) 83 T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2918 (((-793) $) 80 T ELT)) (-3512 (((-1129 |#1|) $ |#1|) 70 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1602 (((-114) $) 88 T ELT)) (-2783 (((-793) $) 84 T ELT)) (-1622 (($ $ $) NIL (-2309 (|has| |#1| (-381)) (|has| |#1| (-872))) ELT)) (-3934 (($ $ $) NIL (-2309 (|has| |#1| (-381)) (|has| |#1| (-872))) ELT)) (-2039 (((-2 (|:| |preimage| (-663 |#1|)) (|:| |image| (-663 |#1|))) $) 55 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 130 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2196 (((-1129 |#1|) $) 136 (|has| |#1| (-381)) ELT)) (-4367 (((-114) $) 81 T ELT)) (-3034 ((|#1| $ |#1|) 68 T ELT)) (-4144 (((-793) $) 62 T ELT)) (-1809 (($ (-663 (-663 |#1|))) 118 T ELT)) (-3290 (((-1003) $) 74 T ELT)) (-4302 (($ (-663 |#1|)) 32 T ELT)) (-3933 (($ $ $) NIL T ELT)) (-3923 (($ $ $) NIL T ELT)) (-3161 (($ (-663 (-663 |#1|))) 57 T ELT)) (-3452 (($ (-663 (-663 |#1|))) 123 T ELT)) (-2476 (($ (-663 |#1|)) 132 T ELT)) (-3834 (((-888) $) 117 T ELT) (($ (-663 (-663 |#1|))) 91 T ELT) (($ (-663 |#1|)) 92 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) 24 T CONST)) (-2537 (((-114) $ $) NIL (-2309 (|has| |#1| (-381)) (|has| |#1| (-872))) ELT)) (-2510 (((-114) $ $) NIL (-2309 (|has| |#1| (-381)) (|has| |#1| (-872))) ELT)) (-2478 (((-114) $ $) 66 T ELT)) (-2525 (((-114) $ $) NIL (-2309 (|has| |#1| (-381)) (|has| |#1| (-872))) ELT)) (-2499 (((-114) $ $) 90 T ELT)) (-2594 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ $ $) 33 T ELT)))
+(((-932 |#1|) (-13 (-934 |#1|) (-10 -8 (-15 -2039 ((-2 (|:| |preimage| (-663 |#1|)) (|:| |image| (-663 |#1|))) $)) (-15 -3161 ($ (-663 (-663 |#1|)))) (-15 -3834 ($ (-663 (-663 |#1|)))) (-15 -3834 ($ (-663 |#1|))) (-15 -3452 ($ (-663 (-663 |#1|)))) (-15 -4144 ((-793) $)) (-15 -3290 ((-1003) $)) (-15 -2918 ((-793) $)) (-15 -2783 ((-793) $)) (-15 -2824 ((-560) $)) (-15 -4367 ((-114) $)) (-15 -1602 ((-114) $)) (-15 -2125 ((-663 $) (-663 $))) (IF (|has| |#1| (-381)) (-15 -2196 ((-1129 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-559)) (-15 -2476 ($ (-663 |#1|))) (IF (|has| |#1| (-381)) (-15 -2476 ($ (-663 |#1|))) |%noBranch|)))) (-1133)) (T -932))
+((-2039 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-663 *3)) (|:| |image| (-663 *3)))) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-3161 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-5 *1 (-932 *3)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-5 *1 (-932 *3)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-932 *3)))) (-3452 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-5 *1 (-932 *3)))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-3290 (*1 *2 *1) (-12 (-5 *2 (-1003)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-2918 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-2783 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-2824 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-4367 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-1602 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-2125 (*1 *2 *2) (-12 (-5 *2 (-663 (-932 *3))) (-5 *1 (-932 *3)) (-4 *3 (-1133)))) (-2196 (*1 *2 *1) (-12 (-5 *2 (-1129 *3)) (-5 *1 (-932 *3)) (-4 *3 (-381)) (-4 *3 (-1133)))) (-2476 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-932 *3)))))
+(-13 (-934 |#1|) (-10 -8 (-15 -2039 ((-2 (|:| |preimage| (-663 |#1|)) (|:| |image| (-663 |#1|))) $)) (-15 -3161 ($ (-663 (-663 |#1|)))) (-15 -3834 ($ (-663 (-663 |#1|)))) (-15 -3834 ($ (-663 |#1|))) (-15 -3452 ($ (-663 (-663 |#1|)))) (-15 -4144 ((-793) $)) (-15 -3290 ((-1003) $)) (-15 -2918 ((-793) $)) (-15 -2783 ((-793) $)) (-15 -2824 ((-560) $)) (-15 -4367 ((-114) $)) (-15 -1602 ((-114) $)) (-15 -2125 ((-663 $) (-663 $))) (IF (|has| |#1| (-381)) (-15 -2196 ((-1129 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-559)) (-15 -2476 ($ (-663 |#1|))) (IF (|has| |#1| (-381)) (-15 -2476 ($ (-663 |#1|))) |%noBranch|))))
+((-4488 ((|#2| (-1174 |#1| |#2|)) 48 T ELT)))
+(((-933 |#1| |#2|) (-10 -7 (-15 -4488 (|#2| (-1174 |#1| |#2|)))) (-949) (-13 (-1081) (-10 -7 (-6 (-4512 "*"))))) (T -933))
+((-4488 (*1 *2 *3) (-12 (-5 *3 (-1174 *4 *2)) (-14 *4 (-949)) (-4 *2 (-13 (-1081) (-10 -7 (-6 (-4512 "*"))))) (-5 *1 (-933 *4 *2)))))
+(-10 -7 (-15 -4488 (|#2| (-1174 |#1| |#2|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2570 (((-1129 |#1|) $) 42 T ELT)) (-4489 (($) 23 T CONST)) (-2167 (((-3 $ "failed") $) 20 T ELT)) (-3512 (((-1129 |#1|) $ |#1|) 41 T ELT)) (-3363 (((-114) $) 22 T ELT)) (-1622 (($ $ $) 35 (-2309 (|has| |#1| (-872)) (|has| |#1| (-381))) ELT)) (-3934 (($ $ $) 36 (-2309 (|has| |#1| (-872)) (|has| |#1| (-381))) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 30 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3034 ((|#1| $ |#1|) 45 T ELT)) (-1809 (($ (-663 (-663 |#1|))) 43 T ELT)) (-4302 (($ (-663 |#1|)) 44 T ELT)) (-3933 (($ $ $) 27 T ELT)) (-3923 (($ $ $) 26 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2983 (($) 24 T CONST)) (-2537 (((-114) $ $) 37 (-2309 (|has| |#1| (-872)) (|has| |#1| (-381))) ELT)) (-2510 (((-114) $ $) 39 (-2309 (|has| |#1| (-872)) (|has| |#1| (-381))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 38 (-2309 (|has| |#1| (-872)) (|has| |#1| (-381))) ELT)) (-2499 (((-114) $ $) 40 T ELT)) (-2594 (($ $ $) 29 T ELT)) (** (($ $ (-949)) 17 T ELT) (($ $ (-793)) 21 T ELT) (($ $ (-560)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
+(((-934 |#1|) (-142) (-1133)) (T -934))
+((-4302 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-4 *1 (-934 *3)))) (-1809 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-4 *1 (-934 *3)))) (-2570 (*1 *2 *1) (-12 (-4 *1 (-934 *3)) (-4 *3 (-1133)) (-5 *2 (-1129 *3)))) (-3512 (*1 *2 *1 *3) (-12 (-4 *1 (-934 *3)) (-4 *3 (-1133)) (-5 *2 (-1129 *3)))) (-2499 (*1 *2 *1 *1) (-12 (-4 *1 (-934 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(-13 (-487) (-298 |t#1| |t#1|) (-10 -8 (-15 -4302 ($ (-663 |t#1|))) (-15 -1809 ($ (-663 (-663 |t#1|)))) (-15 -2570 ((-1129 |t#1|) $)) (-15 -3512 ((-1129 |t#1|) $ |t#1|)) (-15 -2499 ((-114) $ $)) (IF (|has| |t#1| (-872)) (-6 (-872)) |%noBranch|) (IF (|has| |t#1| (-381)) (-6 (-872)) |%noBranch|)))
+(((-102) . T) ((-632 (-888)) . T) ((-298 |#1| |#1|) . T) ((-487) . T) ((-748) . T) ((-872) -2309 (|has| |#1| (-872)) (|has| |#1| (-381))) ((-875) -2309 (|has| |#1| (-872)) (|has| |#1| (-381))) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-4342 (((-663 (-663 (-793))) $) 160 T ELT)) (-3033 (((-663 (-793)) (-932 |#1|) $) 188 T ELT)) (-4119 (((-663 (-793)) (-932 |#1|) $) 189 T ELT)) (-2570 (((-1129 |#1|) $) 152 T ELT)) (-3302 (((-663 (-932 |#1|)) $) 149 T ELT)) (-2150 (((-932 |#1|) $ (-560)) 154 T ELT) (((-932 |#1|) $) 155 T ELT)) (-2180 (($ (-663 (-932 |#1|))) 162 T ELT)) (-2918 (((-793) $) 156 T ELT)) (-1897 (((-1129 (-1129 |#1|)) $) 186 T ELT)) (-3512 (((-1129 |#1|) $ |#1|) 177 T ELT) (((-1129 (-1129 |#1|)) $ (-1129 |#1|)) 198 T ELT) (((-1129 (-663 |#1|)) $ (-663 |#1|)) 201 T ELT)) (-3243 (((-114) (-932 |#1|) $) 137 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3728 (((-1305) $) 142 T ELT) (((-1305) $ (-560) (-560)) 202 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2080 (((-663 (-932 |#1|)) $) 143 T ELT)) (-3034 (((-932 |#1|) $ (-793)) 150 T ELT)) (-4144 (((-793) $) 157 T ELT)) (-3834 (((-888) $) 174 T ELT) (((-663 (-932 |#1|)) $) 28 T ELT) (($ (-663 (-932 |#1|))) 161 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (((-663 |#1|) $) 159 T ELT)) (-2478 (((-114) $ $) 195 T ELT)) (-2525 (((-114) $ $) 192 T ELT)) (-2499 (((-114) $ $) 191 T ELT)))
+(((-935 |#1|) (-13 (-1133) (-10 -8 (-15 -3834 ((-663 (-932 |#1|)) $)) (-15 -2080 ((-663 (-932 |#1|)) $)) (-15 -3034 ((-932 |#1|) $ (-793))) (-15 -2150 ((-932 |#1|) $ (-560))) (-15 -2150 ((-932 |#1|) $)) (-15 -2918 ((-793) $)) (-15 -4144 ((-793) $)) (-15 -3318 ((-663 |#1|) $)) (-15 -3302 ((-663 (-932 |#1|)) $)) (-15 -4342 ((-663 (-663 (-793))) $)) (-15 -3834 ($ (-663 (-932 |#1|)))) (-15 -2180 ($ (-663 (-932 |#1|)))) (-15 -3512 ((-1129 |#1|) $ |#1|)) (-15 -1897 ((-1129 (-1129 |#1|)) $)) (-15 -3512 ((-1129 (-1129 |#1|)) $ (-1129 |#1|))) (-15 -3512 ((-1129 (-663 |#1|)) $ (-663 |#1|))) (-15 -3243 ((-114) (-932 |#1|) $)) (-15 -3033 ((-663 (-793)) (-932 |#1|) $)) (-15 -4119 ((-663 (-793)) (-932 |#1|) $)) (-15 -2570 ((-1129 |#1|) $)) (-15 -2499 ((-114) $ $)) (-15 -2525 ((-114) $ $)) (-15 -3728 ((-1305) $)) (-15 -3728 ((-1305) $ (-560) (-560))))) (-1133)) (T -935))
+((-3834 (*1 *2 *1) (-12 (-5 *2 (-663 (-932 *3))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-2080 (*1 *2 *1) (-12 (-5 *2 (-663 (-932 *3))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-3034 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-932 *4)) (-5 *1 (-935 *4)) (-4 *4 (-1133)))) (-2150 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-932 *4)) (-5 *1 (-935 *4)) (-4 *4 (-1133)))) (-2150 (*1 *2 *1) (-12 (-5 *2 (-932 *3)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-2918 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-3318 (*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-3302 (*1 *2 *1) (-12 (-5 *2 (-663 (-932 *3))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-4342 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-793)))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-663 (-932 *3))) (-4 *3 (-1133)) (-5 *1 (-935 *3)))) (-2180 (*1 *1 *2) (-12 (-5 *2 (-663 (-932 *3))) (-4 *3 (-1133)) (-5 *1 (-935 *3)))) (-3512 (*1 *2 *1 *3) (-12 (-5 *2 (-1129 *3)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-1897 (*1 *2 *1) (-12 (-5 *2 (-1129 (-1129 *3))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-3512 (*1 *2 *1 *3) (-12 (-4 *4 (-1133)) (-5 *2 (-1129 (-1129 *4))) (-5 *1 (-935 *4)) (-5 *3 (-1129 *4)))) (-3512 (*1 *2 *1 *3) (-12 (-4 *4 (-1133)) (-5 *2 (-1129 (-663 *4))) (-5 *1 (-935 *4)) (-5 *3 (-663 *4)))) (-3243 (*1 *2 *3 *1) (-12 (-5 *3 (-932 *4)) (-4 *4 (-1133)) (-5 *2 (-114)) (-5 *1 (-935 *4)))) (-3033 (*1 *2 *3 *1) (-12 (-5 *3 (-932 *4)) (-4 *4 (-1133)) (-5 *2 (-663 (-793))) (-5 *1 (-935 *4)))) (-4119 (*1 *2 *3 *1) (-12 (-5 *3 (-932 *4)) (-4 *4 (-1133)) (-5 *2 (-663 (-793))) (-5 *1 (-935 *4)))) (-2570 (*1 *2 *1) (-12 (-5 *2 (-1129 *3)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-2499 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-2525 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-3728 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))) (-3728 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-935 *4)) (-4 *4 (-1133)))))
+(-13 (-1133) (-10 -8 (-15 -3834 ((-663 (-932 |#1|)) $)) (-15 -2080 ((-663 (-932 |#1|)) $)) (-15 -3034 ((-932 |#1|) $ (-793))) (-15 -2150 ((-932 |#1|) $ (-560))) (-15 -2150 ((-932 |#1|) $)) (-15 -2918 ((-793) $)) (-15 -4144 ((-793) $)) (-15 -3318 ((-663 |#1|) $)) (-15 -3302 ((-663 (-932 |#1|)) $)) (-15 -4342 ((-663 (-663 (-793))) $)) (-15 -3834 ($ (-663 (-932 |#1|)))) (-15 -2180 ($ (-663 (-932 |#1|)))) (-15 -3512 ((-1129 |#1|) $ |#1|)) (-15 -1897 ((-1129 (-1129 |#1|)) $)) (-15 -3512 ((-1129 (-1129 |#1|)) $ (-1129 |#1|))) (-15 -3512 ((-1129 (-663 |#1|)) $ (-663 |#1|))) (-15 -3243 ((-114) (-932 |#1|) $)) (-15 -3033 ((-663 (-793)) (-932 |#1|) $)) (-15 -4119 ((-663 (-793)) (-932 |#1|) $)) (-15 -2570 ((-1129 |#1|) $)) (-15 -2499 ((-114) $ $)) (-15 -2525 ((-114) $ $)) (-15 -3728 ((-1305) $)) (-15 -3728 ((-1305) $ (-560) (-560)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-2360 (((-114) $) NIL T ELT)) (-4337 (((-793)) NIL T ELT)) (-2412 (($ $ (-949)) NIL (|has| $ (-381)) ELT) (($ $) NIL T ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 $ "failed") $) NIL T ELT)) (-4072 (($ $) NIL T ELT)) (-4402 (($ (-1299 $)) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-3396 (($) NIL T ELT)) (-4418 (((-114) $) NIL T ELT)) (-1789 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-2918 (((-856 (-949)) $) NIL T ELT) (((-949) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3274 (($) NIL (|has| $ (-381)) ELT)) (-3563 (((-114) $) NIL (|has| $ (-381)) ELT)) (-2480 (($ $ (-949)) NIL (|has| $ (-381)) ELT) (($ $) NIL T ELT)) (-3851 (((-713 $) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-4118 (((-1203 $) $ (-949)) NIL (|has| $ (-381)) ELT) (((-1203 $) $) NIL T ELT)) (-3862 (((-949) $) NIL T ELT)) (-3639 (((-1203 $) $) NIL (|has| $ (-381)) ELT)) (-2030 (((-3 (-1203 $) "failed") $ $) NIL (|has| $ (-381)) ELT) (((-1203 $) $) NIL (|has| $ (-381)) ELT)) (-2223 (($ $ (-1203 $)) NIL (|has| $ (-381)) ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL T CONST)) (-2081 (($ (-949)) NIL T ELT)) (-2060 (((-114) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) NIL (|has| $ (-381)) ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2271 (((-949)) NIL T ELT) (((-856 (-949))) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2104 (((-3 (-793) "failed") $ $) NIL T ELT) (((-793) $) NIL T ELT)) (-2068 (((-136)) NIL T ELT)) (-2703 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4144 (((-949) $) NIL T ELT) (((-856 (-949)) $) NIL T ELT)) (-2771 (((-1203 $)) NIL T ELT)) (-2011 (($) NIL T ELT)) (-2044 (($) NIL (|has| $ (-381)) ELT)) (-3084 (((-711 $) (-1299 $)) NIL T ELT) (((-1299 $) $) NIL T ELT)) (-1830 (((-560) $) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT)) (-1633 (((-713 $) $) NIL T ELT) (($ $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $) (-949)) NIL T ELT) (((-1299 $)) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1414 (((-114) $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-1888 (($ $ (-793)) NIL (|has| $ (-381)) ELT) (($ $) NIL (|has| $ (-381)) ELT)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
+(((-936 |#1|) (-13 (-363) (-341 $) (-633 (-560))) (-949)) (T -936))
NIL
(-13 (-363) (-341 $) (-633 (-560)))
-((-2616 (((-3 (-663 (-1202 |#4|)) "failed") (-663 (-1202 |#4|)) (-1202 |#4|)) 165 T ELT)) (-3152 ((|#1|) 101 T ELT)) (-3243 (((-419 (-1202 |#4|)) (-1202 |#4|)) 174 T ELT)) (-2233 (((-419 (-1202 |#4|)) (-663 |#3|) (-1202 |#4|)) 83 T ELT)) (-4065 (((-419 (-1202 |#4|)) (-1202 |#4|)) 184 T ELT)) (-3237 (((-3 (-663 (-1202 |#4|)) "failed") (-663 (-1202 |#4|)) (-1202 |#4|) |#3|) 117 T ELT)))
-(((-936 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2616 ((-3 (-663 (-1202 |#4|)) "failed") (-663 (-1202 |#4|)) (-1202 |#4|))) (-15 -4065 ((-419 (-1202 |#4|)) (-1202 |#4|))) (-15 -3243 ((-419 (-1202 |#4|)) (-1202 |#4|))) (-15 -3152 (|#1|)) (-15 -3237 ((-3 (-663 (-1202 |#4|)) "failed") (-663 (-1202 |#4|)) (-1202 |#4|) |#3|)) (-15 -2233 ((-419 (-1202 |#4|)) (-663 |#3|) (-1202 |#4|)))) (-939) (-815) (-871) (-979 |#1| |#2| |#3|)) (T -936))
-((-2233 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *7)) (-4 *7 (-871)) (-4 *5 (-939)) (-4 *6 (-815)) (-4 *8 (-979 *5 *6 *7)) (-5 *2 (-419 (-1202 *8))) (-5 *1 (-936 *5 *6 *7 *8)) (-5 *4 (-1202 *8)))) (-3237 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-663 (-1202 *7))) (-5 *3 (-1202 *7)) (-4 *7 (-979 *5 *6 *4)) (-4 *5 (-939)) (-4 *6 (-815)) (-4 *4 (-871)) (-5 *1 (-936 *5 *6 *4 *7)))) (-3152 (*1 *2) (-12 (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-939)) (-5 *1 (-936 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))) (-3243 (*1 *2 *3) (-12 (-4 *4 (-939)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-419 (-1202 *7))) (-5 *1 (-936 *4 *5 *6 *7)) (-5 *3 (-1202 *7)))) (-4065 (*1 *2 *3) (-12 (-4 *4 (-939)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-419 (-1202 *7))) (-5 *1 (-936 *4 *5 *6 *7)) (-5 *3 (-1202 *7)))) (-2616 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1202 *7))) (-5 *3 (-1202 *7)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-939)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-936 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2616 ((-3 (-663 (-1202 |#4|)) "failed") (-663 (-1202 |#4|)) (-1202 |#4|))) (-15 -4065 ((-419 (-1202 |#4|)) (-1202 |#4|))) (-15 -3243 ((-419 (-1202 |#4|)) (-1202 |#4|))) (-15 -3152 (|#1|)) (-15 -3237 ((-3 (-663 (-1202 |#4|)) "failed") (-663 (-1202 |#4|)) (-1202 |#4|) |#3|)) (-15 -2233 ((-419 (-1202 |#4|)) (-663 |#3|) (-1202 |#4|))))
-((-2616 (((-3 (-663 (-1202 |#2|)) "failed") (-663 (-1202 |#2|)) (-1202 |#2|)) 39 T ELT)) (-3152 ((|#1|) 71 T ELT)) (-3243 (((-419 (-1202 |#2|)) (-1202 |#2|)) 125 T ELT)) (-2233 (((-419 (-1202 |#2|)) (-1202 |#2|)) 109 T ELT)) (-4065 (((-419 (-1202 |#2|)) (-1202 |#2|)) 136 T ELT)))
-(((-937 |#1| |#2|) (-10 -7 (-15 -2616 ((-3 (-663 (-1202 |#2|)) "failed") (-663 (-1202 |#2|)) (-1202 |#2|))) (-15 -4065 ((-419 (-1202 |#2|)) (-1202 |#2|))) (-15 -3243 ((-419 (-1202 |#2|)) (-1202 |#2|))) (-15 -3152 (|#1|)) (-15 -2233 ((-419 (-1202 |#2|)) (-1202 |#2|)))) (-939) (-1274 |#1|)) (T -937))
-((-2233 (*1 *2 *3) (-12 (-4 *4 (-939)) (-4 *5 (-1274 *4)) (-5 *2 (-419 (-1202 *5))) (-5 *1 (-937 *4 *5)) (-5 *3 (-1202 *5)))) (-3152 (*1 *2) (-12 (-4 *2 (-939)) (-5 *1 (-937 *2 *3)) (-4 *3 (-1274 *2)))) (-3243 (*1 *2 *3) (-12 (-4 *4 (-939)) (-4 *5 (-1274 *4)) (-5 *2 (-419 (-1202 *5))) (-5 *1 (-937 *4 *5)) (-5 *3 (-1202 *5)))) (-4065 (*1 *2 *3) (-12 (-4 *4 (-939)) (-4 *5 (-1274 *4)) (-5 *2 (-419 (-1202 *5))) (-5 *1 (-937 *4 *5)) (-5 *3 (-1202 *5)))) (-2616 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1202 *5))) (-5 *3 (-1202 *5)) (-4 *5 (-1274 *4)) (-4 *4 (-939)) (-5 *1 (-937 *4 *5)))))
-(-10 -7 (-15 -2616 ((-3 (-663 (-1202 |#2|)) "failed") (-663 (-1202 |#2|)) (-1202 |#2|))) (-15 -4065 ((-419 (-1202 |#2|)) (-1202 |#2|))) (-15 -3243 ((-419 (-1202 |#2|)) (-1202 |#2|))) (-15 -3152 (|#1|)) (-15 -2233 ((-419 (-1202 |#2|)) (-1202 |#2|))))
-((-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 46 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 18 T ELT)) (-3187 (((-713 $) $) 40 T ELT)))
-(((-938 |#1|) (-10 -8 (-15 -3187 ((-713 |#1|) |#1|)) (-15 -3765 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))) (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|)))) (-939)) (T -938))
-NIL
-(-10 -8 (-15 -3187 ((-713 |#1|) |#1|)) (-15 -3765 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))) (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 72 T ELT)) (-2082 (($ $) 63 T ELT)) (-2326 (((-419 $) $) 64 T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 69 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1510 (((-114) $) 65 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 70 T ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 71 T ELT)) (-3388 (((-419 $) $) 62 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 68 (|has| $ (-147)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3187 (((-713 $) $) 67 (|has| $ (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-939) (-142)) (T -939))
-((-3296 (*1 *2 *2 *2) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-939)))) (-3386 (*1 *2 *3) (-12 (-4 *1 (-939)) (-5 *2 (-419 (-1202 *1))) (-5 *3 (-1202 *1)))) (-2059 (*1 *2 *3) (-12 (-4 *1 (-939)) (-5 *2 (-419 (-1202 *1))) (-5 *3 (-1202 *1)))) (-2455 (*1 *2 *3) (-12 (-4 *1 (-939)) (-5 *2 (-419 (-1202 *1))) (-5 *3 (-1202 *1)))) (-3765 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1202 *1))) (-5 *3 (-1202 *1)) (-4 *1 (-939)))) (-3494 (*1 *2 *3) (|partial| -12 (-5 *3 (-711 *1)) (-4 *1 (-147)) (-4 *1 (-939)) (-5 *2 (-1298 *1)))) (-3187 (*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-147)) (-4 *1 (-939)))))
-(-13 (-1253) (-10 -8 (-15 -3386 ((-419 (-1202 $)) (-1202 $))) (-15 -2059 ((-419 (-1202 $)) (-1202 $))) (-15 -2455 ((-419 (-1202 $)) (-1202 $))) (-15 -3296 ((-1202 $) (-1202 $) (-1202 $))) (-15 -3765 ((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $))) (IF (|has| $ (-147)) (PROGN (-15 -3494 ((-3 (-1298 $) "failed") (-711 $))) (-15 -3187 ((-713 $) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T))
-((-3387 (((-3 (-2 (|:| -2252 (-793)) (|:| -2313 |#5|)) "failed") (-346 |#2| |#3| |#4| |#5|)) 77 T ELT)) (-1436 (((-114) (-346 |#2| |#3| |#4| |#5|)) 17 T ELT)) (-2252 (((-3 (-793) "failed") (-346 |#2| |#3| |#4| |#5|)) 15 T ELT)))
-(((-940 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2252 ((-3 (-793) "failed") (-346 |#2| |#3| |#4| |#5|))) (-15 -1436 ((-114) (-346 |#2| |#3| |#4| |#5|))) (-15 -3387 ((-3 (-2 (|:| -2252 (-793)) (|:| -2313 |#5|)) "failed") (-346 |#2| |#3| |#4| |#5|)))) (-13 (-571) (-1069 (-560))) (-435 |#1|) (-1274 |#2|) (-1274 (-421 |#3|)) (-355 |#2| |#3| |#4|)) (T -940))
-((-3387 (*1 *2 *3) (|partial| -12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4)) (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-2 (|:| -2252 (-793)) (|:| -2313 *8))) (-5 *1 (-940 *4 *5 *6 *7 *8)))) (-1436 (*1 *2 *3) (-12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4)) (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-114)) (-5 *1 (-940 *4 *5 *6 *7 *8)))) (-2252 (*1 *2 *3) (|partial| -12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4)) (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-793)) (-5 *1 (-940 *4 *5 *6 *7 *8)))))
-(-10 -7 (-15 -2252 ((-3 (-793) "failed") (-346 |#2| |#3| |#4| |#5|))) (-15 -1436 ((-114) (-346 |#2| |#3| |#4| |#5|))) (-15 -3387 ((-3 (-2 (|:| -2252 (-793)) (|:| -2313 |#5|)) "failed") (-346 |#2| |#3| |#4| |#5|))))
-((-3387 (((-3 (-2 (|:| -2252 (-793)) (|:| -2313 |#3|)) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|)) 64 T ELT)) (-1436 (((-114) (-346 (-421 (-560)) |#1| |#2| |#3|)) 16 T ELT)) (-2252 (((-3 (-793) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|)) 14 T ELT)))
-(((-941 |#1| |#2| |#3|) (-10 -7 (-15 -2252 ((-3 (-793) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|))) (-15 -1436 ((-114) (-346 (-421 (-560)) |#1| |#2| |#3|))) (-15 -3387 ((-3 (-2 (|:| -2252 (-793)) (|:| -2313 |#3|)) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|)))) (-1274 (-421 (-560))) (-1274 (-421 |#1|)) (-355 (-421 (-560)) |#1| |#2|)) (T -941))
-((-3387 (*1 *2 *3) (|partial| -12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6)) (-4 *4 (-1274 (-421 (-560)))) (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-2 (|:| -2252 (-793)) (|:| -2313 *6))) (-5 *1 (-941 *4 *5 *6)))) (-1436 (*1 *2 *3) (-12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6)) (-4 *4 (-1274 (-421 (-560)))) (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-114)) (-5 *1 (-941 *4 *5 *6)))) (-2252 (*1 *2 *3) (|partial| -12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6)) (-4 *4 (-1274 (-421 (-560)))) (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-793)) (-5 *1 (-941 *4 *5 *6)))))
-(-10 -7 (-15 -2252 ((-3 (-793) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|))) (-15 -1436 ((-114) (-346 (-421 (-560)) |#1| |#2| |#3|))) (-15 -3387 ((-3 (-2 (|:| -2252 (-793)) (|:| -2313 |#3|)) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|))))
-((-3456 ((|#2| |#2|) 26 T ELT)) (-2459 (((-560) (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))))) 15 T ELT)) (-1897 (((-948) (-560)) 38 T ELT)) (-1962 (((-560) |#2|) 45 T ELT)) (-2391 (((-560) |#2|) 21 T ELT) (((-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))) |#1|) 20 T ELT)))
-(((-942 |#1| |#2|) (-10 -7 (-15 -1897 ((-948) (-560))) (-15 -2391 ((-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))) |#1|)) (-15 -2391 ((-560) |#2|)) (-15 -2459 ((-560) (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560)))))) (-15 -1962 ((-560) |#2|)) (-15 -3456 (|#2| |#2|))) (-1274 (-421 (-560))) (-1274 (-421 |#1|))) (T -942))
-((-3456 (*1 *2 *2) (-12 (-4 *3 (-1274 (-421 (-560)))) (-5 *1 (-942 *3 *2)) (-4 *2 (-1274 (-421 *3))))) (-1962 (*1 *2 *3) (-12 (-4 *4 (-1274 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-942 *4 *3)) (-4 *3 (-1274 (-421 *4))))) (-2459 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))))) (-4 *4 (-1274 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-942 *4 *5)) (-4 *5 (-1274 (-421 *4))))) (-2391 (*1 *2 *3) (-12 (-4 *4 (-1274 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-942 *4 *3)) (-4 *3 (-1274 (-421 *4))))) (-2391 (*1 *2 *3) (-12 (-4 *3 (-1274 (-421 (-560)))) (-5 *2 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560)))) (-5 *1 (-942 *3 *4)) (-4 *4 (-1274 (-421 *3))))) (-1897 (*1 *2 *3) (-12 (-5 *3 (-560)) (-4 *4 (-1274 (-421 *3))) (-5 *2 (-948)) (-5 *1 (-942 *4 *5)) (-4 *5 (-1274 (-421 *4))))))
-(-10 -7 (-15 -1897 ((-948) (-560))) (-15 -2391 ((-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))) |#1|)) (-15 -2391 ((-560) |#2|)) (-15 -2459 ((-560) (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560)))))) (-15 -1962 ((-560) |#2|)) (-15 -3456 (|#2| |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 ((|#1| $) 99 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2242 (($ $ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) 93 T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-3082 (($ |#1| (-419 |#1|)) 91 T ELT)) (-3719 (((-1202 |#1|) |#1| |#1|) 52 T ELT)) (-4029 (($ $) 60 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3656 (((-560) $) 96 T ELT)) (-3051 (($ $ (-560)) 98 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3500 ((|#1| $) 95 T ELT)) (-2775 (((-419 |#1|) $) 94 T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) 92 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-3580 (($ $) 49 T ELT)) (-2539 (((-887) $) 123 T ELT) (($ (-560)) 72 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 40 T ELT) (((-421 |#1|) $) 77 T ELT) (($ (-421 (-419 |#1|))) 85 T ELT)) (-3418 (((-793)) 70 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) 24 T CONST)) (-1439 (($) 12 T CONST)) (-2329 (((-114) $ $) 86 T ELT)) (-2436 (($ $ $) NIL T ELT)) (-2426 (($ $) 107 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 48 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 109 T ELT) (($ $ $) 47 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ |#1| $) 108 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-943 |#1|) (-13 (-376) (-38 |#1|) (-10 -8 (-15 -2539 ((-421 |#1|) $)) (-15 -2539 ($ (-421 (-419 |#1|)))) (-15 -3580 ($ $)) (-15 -2775 ((-419 |#1|) $)) (-15 -3500 (|#1| $)) (-15 -3051 ($ $ (-560))) (-15 -3656 ((-560) $)) (-15 -3719 ((-1202 |#1|) |#1| |#1|)) (-15 -4029 ($ $)) (-15 -3082 ($ |#1| (-419 |#1|))) (-15 -3431 (|#1| $)))) (-319)) (T -943))
-((-2539 (*1 *2 *1) (-12 (-5 *2 (-421 *3)) (-5 *1 (-943 *3)) (-4 *3 (-319)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-421 (-419 *3))) (-4 *3 (-319)) (-5 *1 (-943 *3)))) (-3580 (*1 *1 *1) (-12 (-5 *1 (-943 *2)) (-4 *2 (-319)))) (-2775 (*1 *2 *1) (-12 (-5 *2 (-419 *3)) (-5 *1 (-943 *3)) (-4 *3 (-319)))) (-3500 (*1 *2 *1) (-12 (-5 *1 (-943 *2)) (-4 *2 (-319)))) (-3051 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-943 *3)) (-4 *3 (-319)))) (-3656 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-943 *3)) (-4 *3 (-319)))) (-3719 (*1 *2 *3 *3) (-12 (-5 *2 (-1202 *3)) (-5 *1 (-943 *3)) (-4 *3 (-319)))) (-4029 (*1 *1 *1) (-12 (-5 *1 (-943 *2)) (-4 *2 (-319)))) (-3082 (*1 *1 *2 *3) (-12 (-5 *3 (-419 *2)) (-4 *2 (-319)) (-5 *1 (-943 *2)))) (-3431 (*1 *2 *1) (-12 (-5 *1 (-943 *2)) (-4 *2 (-319)))))
-(-13 (-376) (-38 |#1|) (-10 -8 (-15 -2539 ((-421 |#1|) $)) (-15 -2539 ($ (-421 (-419 |#1|)))) (-15 -3580 ($ $)) (-15 -2775 ((-419 |#1|) $)) (-15 -3500 (|#1| $)) (-15 -3051 ($ $ (-560))) (-15 -3656 ((-560) $)) (-15 -3719 ((-1202 |#1|) |#1| |#1|)) (-15 -4029 ($ $)) (-15 -3082 ($ |#1| (-419 |#1|))) (-15 -3431 (|#1| $))))
-((-3082 (((-51) (-975 |#1|) (-419 (-975 |#1|)) (-1208)) 17 T ELT) (((-51) (-421 (-975 |#1|)) (-1208)) 18 T ELT)))
-(((-944 |#1|) (-10 -7 (-15 -3082 ((-51) (-421 (-975 |#1|)) (-1208))) (-15 -3082 ((-51) (-975 |#1|) (-419 (-975 |#1|)) (-1208)))) (-13 (-319) (-149))) (T -944))
-((-3082 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-419 (-975 *6))) (-5 *5 (-1208)) (-5 *3 (-975 *6)) (-4 *6 (-13 (-319) (-149))) (-5 *2 (-51)) (-5 *1 (-944 *6)))) (-3082 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-51)) (-5 *1 (-944 *5)))))
-(-10 -7 (-15 -3082 ((-51) (-421 (-975 |#1|)) (-1208))) (-15 -3082 ((-51) (-975 |#1|) (-419 (-975 |#1|)) (-1208))))
-((-4140 ((|#4| (-663 |#4|)) 147 T ELT) (((-1202 |#4|) (-1202 |#4|) (-1202 |#4|)) 84 T ELT) ((|#4| |#4| |#4|) 146 T ELT)) (-2470 (((-1202 |#4|) (-663 (-1202 |#4|))) 140 T ELT) (((-1202 |#4|) (-1202 |#4|) (-1202 |#4|)) 61 T ELT) ((|#4| (-663 |#4|)) 69 T ELT) ((|#4| |#4| |#4|) 107 T ELT)))
-(((-945 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2470 (|#4| |#4| |#4|)) (-15 -2470 (|#4| (-663 |#4|))) (-15 -2470 ((-1202 |#4|) (-1202 |#4|) (-1202 |#4|))) (-15 -2470 ((-1202 |#4|) (-663 (-1202 |#4|)))) (-15 -4140 (|#4| |#4| |#4|)) (-15 -4140 ((-1202 |#4|) (-1202 |#4|) (-1202 |#4|))) (-15 -4140 (|#4| (-663 |#4|)))) (-815) (-871) (-319) (-979 |#3| |#1| |#2|)) (T -945))
-((-4140 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *6 *4 *5)) (-5 *1 (-945 *4 *5 *6 *2)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)))) (-4140 (*1 *2 *2 *2) (-12 (-5 *2 (-1202 *6)) (-4 *6 (-979 *5 *3 *4)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-319)) (-5 *1 (-945 *3 *4 *5 *6)))) (-4140 (*1 *2 *2 *2) (-12 (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-319)) (-5 *1 (-945 *3 *4 *5 *2)) (-4 *2 (-979 *5 *3 *4)))) (-2470 (*1 *2 *3) (-12 (-5 *3 (-663 (-1202 *7))) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)) (-5 *2 (-1202 *7)) (-5 *1 (-945 *4 *5 *6 *7)) (-4 *7 (-979 *6 *4 *5)))) (-2470 (*1 *2 *2 *2) (-12 (-5 *2 (-1202 *6)) (-4 *6 (-979 *5 *3 *4)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-319)) (-5 *1 (-945 *3 *4 *5 *6)))) (-2470 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *6 *4 *5)) (-5 *1 (-945 *4 *5 *6 *2)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)))) (-2470 (*1 *2 *2 *2) (-12 (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-319)) (-5 *1 (-945 *3 *4 *5 *2)) (-4 *2 (-979 *5 *3 *4)))))
-(-10 -7 (-15 -2470 (|#4| |#4| |#4|)) (-15 -2470 (|#4| (-663 |#4|))) (-15 -2470 ((-1202 |#4|) (-1202 |#4|) (-1202 |#4|))) (-15 -2470 ((-1202 |#4|) (-663 (-1202 |#4|)))) (-15 -4140 (|#4| |#4| |#4|)) (-15 -4140 ((-1202 |#4|) (-1202 |#4|) (-1202 |#4|))) (-15 -4140 (|#4| (-663 |#4|))))
-((-1617 (((-934 (-560)) (-1002)) 38 T ELT) (((-934 (-560)) (-663 (-560))) 34 T ELT)) (-2585 (((-934 (-560)) (-663 (-560))) 67 T ELT) (((-934 (-560)) (-948)) 68 T ELT)) (-4410 (((-934 (-560))) 39 T ELT)) (-2996 (((-934 (-560))) 53 T ELT) (((-934 (-560)) (-663 (-560))) 52 T ELT)) (-4289 (((-934 (-560))) 51 T ELT) (((-934 (-560)) (-663 (-560))) 50 T ELT)) (-1334 (((-934 (-560))) 49 T ELT) (((-934 (-560)) (-663 (-560))) 48 T ELT)) (-3254 (((-934 (-560))) 47 T ELT) (((-934 (-560)) (-663 (-560))) 46 T ELT)) (-1475 (((-934 (-560))) 45 T ELT) (((-934 (-560)) (-663 (-560))) 44 T ELT)) (-2161 (((-934 (-560))) 55 T ELT) (((-934 (-560)) (-663 (-560))) 54 T ELT)) (-3700 (((-934 (-560)) (-663 (-560))) 72 T ELT) (((-934 (-560)) (-948)) 74 T ELT)) (-3375 (((-934 (-560)) (-663 (-560))) 69 T ELT) (((-934 (-560)) (-948)) 70 T ELT)) (-3537 (((-934 (-560)) (-663 (-560))) 65 T ELT) (((-934 (-560)) (-948)) 66 T ELT)) (-2275 (((-934 (-560)) (-663 (-948))) 57 T ELT)))
-(((-946) (-10 -7 (-15 -2585 ((-934 (-560)) (-948))) (-15 -2585 ((-934 (-560)) (-663 (-560)))) (-15 -3537 ((-934 (-560)) (-948))) (-15 -3537 ((-934 (-560)) (-663 (-560)))) (-15 -2275 ((-934 (-560)) (-663 (-948)))) (-15 -3375 ((-934 (-560)) (-948))) (-15 -3375 ((-934 (-560)) (-663 (-560)))) (-15 -3700 ((-934 (-560)) (-948))) (-15 -3700 ((-934 (-560)) (-663 (-560)))) (-15 -1475 ((-934 (-560)) (-663 (-560)))) (-15 -1475 ((-934 (-560)))) (-15 -3254 ((-934 (-560)) (-663 (-560)))) (-15 -3254 ((-934 (-560)))) (-15 -1334 ((-934 (-560)) (-663 (-560)))) (-15 -1334 ((-934 (-560)))) (-15 -4289 ((-934 (-560)) (-663 (-560)))) (-15 -4289 ((-934 (-560)))) (-15 -2996 ((-934 (-560)) (-663 (-560)))) (-15 -2996 ((-934 (-560)))) (-15 -2161 ((-934 (-560)) (-663 (-560)))) (-15 -2161 ((-934 (-560)))) (-15 -4410 ((-934 (-560)))) (-15 -1617 ((-934 (-560)) (-663 (-560)))) (-15 -1617 ((-934 (-560)) (-1002))))) (T -946))
-((-1617 (*1 *2 *3) (-12 (-5 *3 (-1002)) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-1617 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-4410 (*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-2161 (*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-2161 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-2996 (*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-2996 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-4289 (*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-4289 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-1334 (*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-1334 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-3254 (*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-3254 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-1475 (*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-1475 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-3700 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-3700 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-3375 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-3375 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-2275 (*1 *2 *3) (-12 (-5 *3 (-663 (-948))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-3537 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-3537 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-2585 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))) (-2585 (*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(-10 -7 (-15 -2585 ((-934 (-560)) (-948))) (-15 -2585 ((-934 (-560)) (-663 (-560)))) (-15 -3537 ((-934 (-560)) (-948))) (-15 -3537 ((-934 (-560)) (-663 (-560)))) (-15 -2275 ((-934 (-560)) (-663 (-948)))) (-15 -3375 ((-934 (-560)) (-948))) (-15 -3375 ((-934 (-560)) (-663 (-560)))) (-15 -3700 ((-934 (-560)) (-948))) (-15 -3700 ((-934 (-560)) (-663 (-560)))) (-15 -1475 ((-934 (-560)) (-663 (-560)))) (-15 -1475 ((-934 (-560)))) (-15 -3254 ((-934 (-560)) (-663 (-560)))) (-15 -3254 ((-934 (-560)))) (-15 -1334 ((-934 (-560)) (-663 (-560)))) (-15 -1334 ((-934 (-560)))) (-15 -4289 ((-934 (-560)) (-663 (-560)))) (-15 -4289 ((-934 (-560)))) (-15 -2996 ((-934 (-560)) (-663 (-560)))) (-15 -2996 ((-934 (-560)))) (-15 -2161 ((-934 (-560)) (-663 (-560)))) (-15 -2161 ((-934 (-560)))) (-15 -4410 ((-934 (-560)))) (-15 -1617 ((-934 (-560)) (-663 (-560)))) (-15 -1617 ((-934 (-560)) (-1002))))
-((-2444 (((-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208))) 14 T ELT)) (-1883 (((-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208))) 13 T ELT)))
-(((-947 |#1|) (-10 -7 (-15 -1883 ((-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208)))) (-15 -2444 ((-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208))))) (-466)) (T -947))
-((-2444 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-975 *4))) (-5 *3 (-663 (-1208))) (-4 *4 (-466)) (-5 *1 (-947 *4)))) (-1883 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-975 *4))) (-5 *3 (-663 (-1208))) (-4 *4 (-466)) (-5 *1 (-947 *4)))))
-(-10 -7 (-15 -1883 ((-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208)))) (-15 -2444 ((-663 (-975 |#1|)) (-663 (-975 |#1|)) (-663 (-1208)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2470 (($ $ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1439 (($) NIL T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-948)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-948) (-13 (-816) (-748) (-10 -8 (-15 -2470 ($ $ $)) (-6 (-4511 "*"))))) (T -948))
-((-2470 (*1 *1 *1 *1) (-5 *1 (-948))))
-(-13 (-816) (-748) (-10 -8 (-15 -2470 ($ $ $)) (-6 (-4511 "*"))))
+((-3285 (((-3 (-663 (-1203 |#4|)) "failed") (-663 (-1203 |#4|)) (-1203 |#4|)) 165 T ELT)) (-4398 ((|#1|) 101 T ELT)) (-1891 (((-419 (-1203 |#4|)) (-1203 |#4|)) 174 T ELT)) (-1575 (((-419 (-1203 |#4|)) (-663 |#3|) (-1203 |#4|)) 83 T ELT)) (-4311 (((-419 (-1203 |#4|)) (-1203 |#4|)) 184 T ELT)) (-2539 (((-3 (-663 (-1203 |#4|)) "failed") (-663 (-1203 |#4|)) (-1203 |#4|) |#3|) 117 T ELT)))
+(((-937 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3285 ((-3 (-663 (-1203 |#4|)) "failed") (-663 (-1203 |#4|)) (-1203 |#4|))) (-15 -4311 ((-419 (-1203 |#4|)) (-1203 |#4|))) (-15 -1891 ((-419 (-1203 |#4|)) (-1203 |#4|))) (-15 -4398 (|#1|)) (-15 -2539 ((-3 (-663 (-1203 |#4|)) "failed") (-663 (-1203 |#4|)) (-1203 |#4|) |#3|)) (-15 -1575 ((-419 (-1203 |#4|)) (-663 |#3|) (-1203 |#4|)))) (-940) (-817) (-872) (-980 |#1| |#2| |#3|)) (T -937))
+((-1575 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *7)) (-4 *7 (-872)) (-4 *5 (-940)) (-4 *6 (-817)) (-4 *8 (-980 *5 *6 *7)) (-5 *2 (-419 (-1203 *8))) (-5 *1 (-937 *5 *6 *7 *8)) (-5 *4 (-1203 *8)))) (-2539 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-663 (-1203 *7))) (-5 *3 (-1203 *7)) (-4 *7 (-980 *5 *6 *4)) (-4 *5 (-940)) (-4 *6 (-817)) (-4 *4 (-872)) (-5 *1 (-937 *5 *6 *4 *7)))) (-4398 (*1 *2) (-12 (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-940)) (-5 *1 (-937 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))) (-1891 (*1 *2 *3) (-12 (-4 *4 (-940)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-419 (-1203 *7))) (-5 *1 (-937 *4 *5 *6 *7)) (-5 *3 (-1203 *7)))) (-4311 (*1 *2 *3) (-12 (-4 *4 (-940)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-419 (-1203 *7))) (-5 *1 (-937 *4 *5 *6 *7)) (-5 *3 (-1203 *7)))) (-3285 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1203 *7))) (-5 *3 (-1203 *7)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-940)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-937 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3285 ((-3 (-663 (-1203 |#4|)) "failed") (-663 (-1203 |#4|)) (-1203 |#4|))) (-15 -4311 ((-419 (-1203 |#4|)) (-1203 |#4|))) (-15 -1891 ((-419 (-1203 |#4|)) (-1203 |#4|))) (-15 -4398 (|#1|)) (-15 -2539 ((-3 (-663 (-1203 |#4|)) "failed") (-663 (-1203 |#4|)) (-1203 |#4|) |#3|)) (-15 -1575 ((-419 (-1203 |#4|)) (-663 |#3|) (-1203 |#4|))))
+((-3285 (((-3 (-663 (-1203 |#2|)) "failed") (-663 (-1203 |#2|)) (-1203 |#2|)) 39 T ELT)) (-4398 ((|#1|) 71 T ELT)) (-1891 (((-419 (-1203 |#2|)) (-1203 |#2|)) 125 T ELT)) (-1575 (((-419 (-1203 |#2|)) (-1203 |#2|)) 109 T ELT)) (-4311 (((-419 (-1203 |#2|)) (-1203 |#2|)) 136 T ELT)))
+(((-938 |#1| |#2|) (-10 -7 (-15 -3285 ((-3 (-663 (-1203 |#2|)) "failed") (-663 (-1203 |#2|)) (-1203 |#2|))) (-15 -4311 ((-419 (-1203 |#2|)) (-1203 |#2|))) (-15 -1891 ((-419 (-1203 |#2|)) (-1203 |#2|))) (-15 -4398 (|#1|)) (-15 -1575 ((-419 (-1203 |#2|)) (-1203 |#2|)))) (-940) (-1275 |#1|)) (T -938))
+((-1575 (*1 *2 *3) (-12 (-4 *4 (-940)) (-4 *5 (-1275 *4)) (-5 *2 (-419 (-1203 *5))) (-5 *1 (-938 *4 *5)) (-5 *3 (-1203 *5)))) (-4398 (*1 *2) (-12 (-4 *2 (-940)) (-5 *1 (-938 *2 *3)) (-4 *3 (-1275 *2)))) (-1891 (*1 *2 *3) (-12 (-4 *4 (-940)) (-4 *5 (-1275 *4)) (-5 *2 (-419 (-1203 *5))) (-5 *1 (-938 *4 *5)) (-5 *3 (-1203 *5)))) (-4311 (*1 *2 *3) (-12 (-4 *4 (-940)) (-4 *5 (-1275 *4)) (-5 *2 (-419 (-1203 *5))) (-5 *1 (-938 *4 *5)) (-5 *3 (-1203 *5)))) (-3285 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1203 *5))) (-5 *3 (-1203 *5)) (-4 *5 (-1275 *4)) (-4 *4 (-940)) (-5 *1 (-938 *4 *5)))))
+(-10 -7 (-15 -3285 ((-3 (-663 (-1203 |#2|)) "failed") (-663 (-1203 |#2|)) (-1203 |#2|))) (-15 -4311 ((-419 (-1203 |#2|)) (-1203 |#2|))) (-15 -1891 ((-419 (-1203 |#2|)) (-1203 |#2|))) (-15 -4398 (|#1|)) (-15 -1575 ((-419 (-1203 |#2|)) (-1203 |#2|))))
+((-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 46 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 18 T ELT)) (-1633 (((-713 $) $) 40 T ELT)))
+(((-939 |#1|) (-10 -8 (-15 -1633 ((-713 |#1|) |#1|)) (-15 -4486 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))) (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|)))) (-940)) (T -939))
+NIL
+(-10 -8 (-15 -1633 ((-713 |#1|) |#1|)) (-15 -4486 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))) (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 72 T ELT)) (-2624 (($ $) 63 T ELT)) (-1903 (((-419 $) $) 64 T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 69 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2072 (((-114) $) 65 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 70 T ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 71 T ELT)) (-2549 (((-419 $) $) 62 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 68 (|has| $ (-147)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-1633 (((-713 $) $) 67 (|has| $ (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-940) (-142)) (T -940))
+((-2300 (*1 *2 *2 *2) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-940)))) (-2630 (*1 *2 *3) (-12 (-4 *1 (-940)) (-5 *2 (-419 (-1203 *1))) (-5 *3 (-1203 *1)))) (-3906 (*1 *2 *3) (-12 (-4 *1 (-940)) (-5 *2 (-419 (-1203 *1))) (-5 *3 (-1203 *1)))) (-2540 (*1 *2 *3) (-12 (-4 *1 (-940)) (-5 *2 (-419 (-1203 *1))) (-5 *3 (-1203 *1)))) (-4486 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-663 (-1203 *1))) (-5 *3 (-1203 *1)) (-4 *1 (-940)))) (-3445 (*1 *2 *3) (|partial| -12 (-5 *3 (-711 *1)) (-4 *1 (-147)) (-4 *1 (-940)) (-5 *2 (-1299 *1)))) (-1633 (*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-147)) (-4 *1 (-940)))))
+(-13 (-1254) (-10 -8 (-15 -2630 ((-419 (-1203 $)) (-1203 $))) (-15 -3906 ((-419 (-1203 $)) (-1203 $))) (-15 -2540 ((-419 (-1203 $)) (-1203 $))) (-15 -2300 ((-1203 $) (-1203 $) (-1203 $))) (-15 -4486 ((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $))) (IF (|has| $ (-147)) (PROGN (-15 -3445 ((-3 (-1299 $) "failed") (-711 $))) (-15 -1633 ((-713 $) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T))
+((-2744 (((-3 (-2 (|:| -2918 (-793)) (|:| -2988 |#5|)) "failed") (-346 |#2| |#3| |#4| |#5|)) 77 T ELT)) (-4074 (((-114) (-346 |#2| |#3| |#4| |#5|)) 17 T ELT)) (-2918 (((-3 (-793) "failed") (-346 |#2| |#3| |#4| |#5|)) 15 T ELT)))
+(((-941 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2918 ((-3 (-793) "failed") (-346 |#2| |#3| |#4| |#5|))) (-15 -4074 ((-114) (-346 |#2| |#3| |#4| |#5|))) (-15 -2744 ((-3 (-2 (|:| -2918 (-793)) (|:| -2988 |#5|)) "failed") (-346 |#2| |#3| |#4| |#5|)))) (-13 (-571) (-1070 (-560))) (-435 |#1|) (-1275 |#2|) (-1275 (-421 |#3|)) (-355 |#2| |#3| |#4|)) (T -941))
+((-2744 (*1 *2 *3) (|partial| -12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4)) (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-2 (|:| -2918 (-793)) (|:| -2988 *8))) (-5 *1 (-941 *4 *5 *6 *7 *8)))) (-4074 (*1 *2 *3) (-12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4)) (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-114)) (-5 *1 (-941 *4 *5 *6 *7 *8)))) (-2918 (*1 *2 *3) (|partial| -12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4)) (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-793)) (-5 *1 (-941 *4 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2918 ((-3 (-793) "failed") (-346 |#2| |#3| |#4| |#5|))) (-15 -4074 ((-114) (-346 |#2| |#3| |#4| |#5|))) (-15 -2744 ((-3 (-2 (|:| -2918 (-793)) (|:| -2988 |#5|)) "failed") (-346 |#2| |#3| |#4| |#5|))))
+((-2744 (((-3 (-2 (|:| -2918 (-793)) (|:| -2988 |#3|)) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|)) 64 T ELT)) (-4074 (((-114) (-346 (-421 (-560)) |#1| |#2| |#3|)) 16 T ELT)) (-2918 (((-3 (-793) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|)) 14 T ELT)))
+(((-942 |#1| |#2| |#3|) (-10 -7 (-15 -2918 ((-3 (-793) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|))) (-15 -4074 ((-114) (-346 (-421 (-560)) |#1| |#2| |#3|))) (-15 -2744 ((-3 (-2 (|:| -2918 (-793)) (|:| -2988 |#3|)) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|)))) (-1275 (-421 (-560))) (-1275 (-421 |#1|)) (-355 (-421 (-560)) |#1| |#2|)) (T -942))
+((-2744 (*1 *2 *3) (|partial| -12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6)) (-4 *4 (-1275 (-421 (-560)))) (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-2 (|:| -2918 (-793)) (|:| -2988 *6))) (-5 *1 (-942 *4 *5 *6)))) (-4074 (*1 *2 *3) (-12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6)) (-4 *4 (-1275 (-421 (-560)))) (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-114)) (-5 *1 (-942 *4 *5 *6)))) (-2918 (*1 *2 *3) (|partial| -12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6)) (-4 *4 (-1275 (-421 (-560)))) (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-793)) (-5 *1 (-942 *4 *5 *6)))))
+(-10 -7 (-15 -2918 ((-3 (-793) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|))) (-15 -4074 ((-114) (-346 (-421 (-560)) |#1| |#2| |#3|))) (-15 -2744 ((-3 (-2 (|:| -2918 (-793)) (|:| -2988 |#3|)) "failed") (-346 (-421 (-560)) |#1| |#2| |#3|))))
+((-1907 ((|#2| |#2|) 26 T ELT)) (-1442 (((-560) (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))))) 15 T ELT)) (-2929 (((-949) (-560)) 38 T ELT)) (-1612 (((-560) |#2|) 45 T ELT)) (-4080 (((-560) |#2|) 21 T ELT) (((-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))) |#1|) 20 T ELT)))
+(((-943 |#1| |#2|) (-10 -7 (-15 -2929 ((-949) (-560))) (-15 -4080 ((-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))) |#1|)) (-15 -4080 ((-560) |#2|)) (-15 -1442 ((-560) (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560)))))) (-15 -1612 ((-560) |#2|)) (-15 -1907 (|#2| |#2|))) (-1275 (-421 (-560))) (-1275 (-421 |#1|))) (T -943))
+((-1907 (*1 *2 *2) (-12 (-4 *3 (-1275 (-421 (-560)))) (-5 *1 (-943 *3 *2)) (-4 *2 (-1275 (-421 *3))))) (-1612 (*1 *2 *3) (-12 (-4 *4 (-1275 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-943 *4 *3)) (-4 *3 (-1275 (-421 *4))))) (-1442 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))))) (-4 *4 (-1275 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-943 *4 *5)) (-4 *5 (-1275 (-421 *4))))) (-4080 (*1 *2 *3) (-12 (-4 *4 (-1275 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-943 *4 *3)) (-4 *3 (-1275 (-421 *4))))) (-4080 (*1 *2 *3) (-12 (-4 *3 (-1275 (-421 (-560)))) (-5 *2 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560)))) (-5 *1 (-943 *3 *4)) (-4 *4 (-1275 (-421 *3))))) (-2929 (*1 *2 *3) (-12 (-5 *3 (-560)) (-4 *4 (-1275 (-421 *3))) (-5 *2 (-949)) (-5 *1 (-943 *4 *5)) (-4 *5 (-1275 (-421 *4))))))
+(-10 -7 (-15 -2929 ((-949) (-560))) (-15 -4080 ((-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))) |#1|)) (-15 -4080 ((-560) |#2|)) (-15 -1442 ((-560) (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560)))))) (-15 -1612 ((-560) |#2|)) (-15 -1907 (|#2| |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 ((|#1| $) 99 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3752 (($ $ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) 93 T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-2276 (($ |#1| (-419 |#1|)) 91 T ELT)) (-3481 (((-1203 |#1|) |#1| |#1|) 52 T ELT)) (-3922 (($ $) 60 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4453 (((-560) $) 96 T ELT)) (-2348 (($ $ (-560)) 98 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2937 ((|#1| $) 95 T ELT)) (-3623 (((-419 |#1|) $) 94 T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) 92 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-1373 (($ $) 49 T ELT)) (-3834 (((-888) $) 123 T ELT) (($ (-560)) 72 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 40 T ELT) (((-421 |#1|) $) 77 T ELT) (($ (-421 (-419 |#1|))) 85 T ELT)) (-3103 (((-793)) 70 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) 24 T CONST)) (-2983 (($) 12 T CONST)) (-2478 (((-114) $ $) 86 T ELT)) (-2594 (($ $ $) NIL T ELT)) (-2581 (($ $) 107 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 48 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 109 T ELT) (($ $ $) 47 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ |#1| $) 108 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-944 |#1|) (-13 (-376) (-38 |#1|) (-10 -8 (-15 -3834 ((-421 |#1|) $)) (-15 -3834 ($ (-421 (-419 |#1|)))) (-15 -1373 ($ $)) (-15 -3623 ((-419 |#1|) $)) (-15 -2937 (|#1| $)) (-15 -2348 ($ $ (-560))) (-15 -4453 ((-560) $)) (-15 -3481 ((-1203 |#1|) |#1| |#1|)) (-15 -3922 ($ $)) (-15 -2276 ($ |#1| (-419 |#1|))) (-15 -1573 (|#1| $)))) (-319)) (T -944))
+((-3834 (*1 *2 *1) (-12 (-5 *2 (-421 *3)) (-5 *1 (-944 *3)) (-4 *3 (-319)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-421 (-419 *3))) (-4 *3 (-319)) (-5 *1 (-944 *3)))) (-1373 (*1 *1 *1) (-12 (-5 *1 (-944 *2)) (-4 *2 (-319)))) (-3623 (*1 *2 *1) (-12 (-5 *2 (-419 *3)) (-5 *1 (-944 *3)) (-4 *3 (-319)))) (-2937 (*1 *2 *1) (-12 (-5 *1 (-944 *2)) (-4 *2 (-319)))) (-2348 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-944 *3)) (-4 *3 (-319)))) (-4453 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-944 *3)) (-4 *3 (-319)))) (-3481 (*1 *2 *3 *3) (-12 (-5 *2 (-1203 *3)) (-5 *1 (-944 *3)) (-4 *3 (-319)))) (-3922 (*1 *1 *1) (-12 (-5 *1 (-944 *2)) (-4 *2 (-319)))) (-2276 (*1 *1 *2 *3) (-12 (-5 *3 (-419 *2)) (-4 *2 (-319)) (-5 *1 (-944 *2)))) (-1573 (*1 *2 *1) (-12 (-5 *1 (-944 *2)) (-4 *2 (-319)))))
+(-13 (-376) (-38 |#1|) (-10 -8 (-15 -3834 ((-421 |#1|) $)) (-15 -3834 ($ (-421 (-419 |#1|)))) (-15 -1373 ($ $)) (-15 -3623 ((-419 |#1|) $)) (-15 -2937 (|#1| $)) (-15 -2348 ($ $ (-560))) (-15 -4453 ((-560) $)) (-15 -3481 ((-1203 |#1|) |#1| |#1|)) (-15 -3922 ($ $)) (-15 -2276 ($ |#1| (-419 |#1|))) (-15 -1573 (|#1| $))))
+((-2276 (((-51) (-976 |#1|) (-419 (-976 |#1|)) (-1209)) 17 T ELT) (((-51) (-421 (-976 |#1|)) (-1209)) 18 T ELT)))
+(((-945 |#1|) (-10 -7 (-15 -2276 ((-51) (-421 (-976 |#1|)) (-1209))) (-15 -2276 ((-51) (-976 |#1|) (-419 (-976 |#1|)) (-1209)))) (-13 (-319) (-149))) (T -945))
+((-2276 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-419 (-976 *6))) (-5 *5 (-1209)) (-5 *3 (-976 *6)) (-4 *6 (-13 (-319) (-149))) (-5 *2 (-51)) (-5 *1 (-945 *6)))) (-2276 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-51)) (-5 *1 (-945 *5)))))
+(-10 -7 (-15 -2276 ((-51) (-421 (-976 |#1|)) (-1209))) (-15 -2276 ((-51) (-976 |#1|) (-419 (-976 |#1|)) (-1209))))
+((-2727 ((|#4| (-663 |#4|)) 147 T ELT) (((-1203 |#4|) (-1203 |#4|) (-1203 |#4|)) 84 T ELT) ((|#4| |#4| |#4|) 146 T ELT)) (-3128 (((-1203 |#4|) (-663 (-1203 |#4|))) 140 T ELT) (((-1203 |#4|) (-1203 |#4|) (-1203 |#4|)) 61 T ELT) ((|#4| (-663 |#4|)) 69 T ELT) ((|#4| |#4| |#4|) 107 T ELT)))
+(((-946 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3128 (|#4| |#4| |#4|)) (-15 -3128 (|#4| (-663 |#4|))) (-15 -3128 ((-1203 |#4|) (-1203 |#4|) (-1203 |#4|))) (-15 -3128 ((-1203 |#4|) (-663 (-1203 |#4|)))) (-15 -2727 (|#4| |#4| |#4|)) (-15 -2727 ((-1203 |#4|) (-1203 |#4|) (-1203 |#4|))) (-15 -2727 (|#4| (-663 |#4|)))) (-817) (-872) (-319) (-980 |#3| |#1| |#2|)) (T -946))
+((-2727 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *6 *4 *5)) (-5 *1 (-946 *4 *5 *6 *2)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)))) (-2727 (*1 *2 *2 *2) (-12 (-5 *2 (-1203 *6)) (-4 *6 (-980 *5 *3 *4)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-319)) (-5 *1 (-946 *3 *4 *5 *6)))) (-2727 (*1 *2 *2 *2) (-12 (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-319)) (-5 *1 (-946 *3 *4 *5 *2)) (-4 *2 (-980 *5 *3 *4)))) (-3128 (*1 *2 *3) (-12 (-5 *3 (-663 (-1203 *7))) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)) (-5 *2 (-1203 *7)) (-5 *1 (-946 *4 *5 *6 *7)) (-4 *7 (-980 *6 *4 *5)))) (-3128 (*1 *2 *2 *2) (-12 (-5 *2 (-1203 *6)) (-4 *6 (-980 *5 *3 *4)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-319)) (-5 *1 (-946 *3 *4 *5 *6)))) (-3128 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *6 *4 *5)) (-5 *1 (-946 *4 *5 *6 *2)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)))) (-3128 (*1 *2 *2 *2) (-12 (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-319)) (-5 *1 (-946 *3 *4 *5 *2)) (-4 *2 (-980 *5 *3 *4)))))
+(-10 -7 (-15 -3128 (|#4| |#4| |#4|)) (-15 -3128 (|#4| (-663 |#4|))) (-15 -3128 ((-1203 |#4|) (-1203 |#4|) (-1203 |#4|))) (-15 -3128 ((-1203 |#4|) (-663 (-1203 |#4|)))) (-15 -2727 (|#4| |#4| |#4|)) (-15 -2727 ((-1203 |#4|) (-1203 |#4|) (-1203 |#4|))) (-15 -2727 (|#4| (-663 |#4|))))
+((-4173 (((-935 (-560)) (-1003)) 38 T ELT) (((-935 (-560)) (-663 (-560))) 34 T ELT)) (-2169 (((-935 (-560)) (-663 (-560))) 67 T ELT) (((-935 (-560)) (-949)) 68 T ELT)) (-1616 (((-935 (-560))) 39 T ELT)) (-4047 (((-935 (-560))) 53 T ELT) (((-935 (-560)) (-663 (-560))) 52 T ELT)) (-3628 (((-935 (-560))) 51 T ELT) (((-935 (-560)) (-663 (-560))) 50 T ELT)) (-1555 (((-935 (-560))) 49 T ELT) (((-935 (-560)) (-663 (-560))) 48 T ELT)) (-1779 (((-935 (-560))) 47 T ELT) (((-935 (-560)) (-663 (-560))) 46 T ELT)) (-4360 (((-935 (-560))) 45 T ELT) (((-935 (-560)) (-663 (-560))) 44 T ELT)) (-2123 (((-935 (-560))) 55 T ELT) (((-935 (-560)) (-663 (-560))) 54 T ELT)) (-2384 (((-935 (-560)) (-663 (-560))) 72 T ELT) (((-935 (-560)) (-949)) 74 T ELT)) (-4097 (((-935 (-560)) (-663 (-560))) 69 T ELT) (((-935 (-560)) (-949)) 70 T ELT)) (-3393 (((-935 (-560)) (-663 (-560))) 65 T ELT) (((-935 (-560)) (-949)) 66 T ELT)) (-4478 (((-935 (-560)) (-663 (-949))) 57 T ELT)))
+(((-947) (-10 -7 (-15 -2169 ((-935 (-560)) (-949))) (-15 -2169 ((-935 (-560)) (-663 (-560)))) (-15 -3393 ((-935 (-560)) (-949))) (-15 -3393 ((-935 (-560)) (-663 (-560)))) (-15 -4478 ((-935 (-560)) (-663 (-949)))) (-15 -4097 ((-935 (-560)) (-949))) (-15 -4097 ((-935 (-560)) (-663 (-560)))) (-15 -2384 ((-935 (-560)) (-949))) (-15 -2384 ((-935 (-560)) (-663 (-560)))) (-15 -4360 ((-935 (-560)) (-663 (-560)))) (-15 -4360 ((-935 (-560)))) (-15 -1779 ((-935 (-560)) (-663 (-560)))) (-15 -1779 ((-935 (-560)))) (-15 -1555 ((-935 (-560)) (-663 (-560)))) (-15 -1555 ((-935 (-560)))) (-15 -3628 ((-935 (-560)) (-663 (-560)))) (-15 -3628 ((-935 (-560)))) (-15 -4047 ((-935 (-560)) (-663 (-560)))) (-15 -4047 ((-935 (-560)))) (-15 -2123 ((-935 (-560)) (-663 (-560)))) (-15 -2123 ((-935 (-560)))) (-15 -1616 ((-935 (-560)))) (-15 -4173 ((-935 (-560)) (-663 (-560)))) (-15 -4173 ((-935 (-560)) (-1003))))) (T -947))
+((-4173 (*1 *2 *3) (-12 (-5 *3 (-1003)) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-4173 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-1616 (*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-2123 (*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-2123 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-4047 (*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-4047 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-3628 (*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-3628 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-1555 (*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-1555 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-1779 (*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-1779 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-4360 (*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-4360 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-2384 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-2384 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-4097 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-4097 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-4478 (*1 *2 *3) (-12 (-5 *3 (-663 (-949))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-3393 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-3393 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-2169 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))) (-2169 (*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(-10 -7 (-15 -2169 ((-935 (-560)) (-949))) (-15 -2169 ((-935 (-560)) (-663 (-560)))) (-15 -3393 ((-935 (-560)) (-949))) (-15 -3393 ((-935 (-560)) (-663 (-560)))) (-15 -4478 ((-935 (-560)) (-663 (-949)))) (-15 -4097 ((-935 (-560)) (-949))) (-15 -4097 ((-935 (-560)) (-663 (-560)))) (-15 -2384 ((-935 (-560)) (-949))) (-15 -2384 ((-935 (-560)) (-663 (-560)))) (-15 -4360 ((-935 (-560)) (-663 (-560)))) (-15 -4360 ((-935 (-560)))) (-15 -1779 ((-935 (-560)) (-663 (-560)))) (-15 -1779 ((-935 (-560)))) (-15 -1555 ((-935 (-560)) (-663 (-560)))) (-15 -1555 ((-935 (-560)))) (-15 -3628 ((-935 (-560)) (-663 (-560)))) (-15 -3628 ((-935 (-560)))) (-15 -4047 ((-935 (-560)) (-663 (-560)))) (-15 -4047 ((-935 (-560)))) (-15 -2123 ((-935 (-560)) (-663 (-560)))) (-15 -2123 ((-935 (-560)))) (-15 -1616 ((-935 (-560)))) (-15 -4173 ((-935 (-560)) (-663 (-560)))) (-15 -4173 ((-935 (-560)) (-1003))))
+((-4098 (((-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209))) 14 T ELT)) (-4258 (((-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209))) 13 T ELT)))
+(((-948 |#1|) (-10 -7 (-15 -4258 ((-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209)))) (-15 -4098 ((-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209))))) (-466)) (T -948))
+((-4098 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-976 *4))) (-5 *3 (-663 (-1209))) (-4 *4 (-466)) (-5 *1 (-948 *4)))) (-4258 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-976 *4))) (-5 *3 (-663 (-1209))) (-4 *4 (-466)) (-5 *1 (-948 *4)))))
+(-10 -7 (-15 -4258 ((-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209)))) (-15 -4098 ((-663 (-976 |#1|)) (-663 (-976 |#1|)) (-663 (-1209)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3128 (($ $ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2983 (($) NIL T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-949)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-949) (-13 (-818) (-748) (-10 -8 (-15 -3128 ($ $ $)) (-6 (-4512 "*"))))) (T -949))
+((-3128 (*1 *1 *1 *1) (-5 *1 (-949))))
+(-13 (-818) (-748) (-10 -8 (-15 -3128 ($ $ $)) (-6 (-4512 "*"))))
((|NonNegativeInteger|) (|%ilt| 0 |#1|))
-((-2539 (((-326 |#1|) (-491)) 16 T ELT)))
-(((-949 |#1|) (-10 -7 (-15 -2539 ((-326 |#1|) (-491)))) (-571)) (T -949))
-((-2539 (*1 *2 *3) (-12 (-5 *3 (-491)) (-5 *2 (-326 *4)) (-5 *1 (-949 *4)) (-4 *4 (-571)))))
-(-10 -7 (-15 -2539 ((-326 |#1|) (-491))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-950) (-142)) (T -950))
-((-3552 (*1 *2 *3) (-12 (-4 *1 (-950)) (-5 *2 (-2 (|:| -1398 (-663 *1)) (|:| -3178 *1))) (-5 *3 (-663 *1)))) (-1748 (*1 *2 *3 *1) (-12 (-4 *1 (-950)) (-5 *2 (-713 (-663 *1))) (-5 *3 (-663 *1)))))
-(-13 (-466) (-10 -8 (-15 -3552 ((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $))) (-15 -1748 ((-713 (-663 $)) (-663 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2238 (((-1202 |#2|) (-663 |#2|) (-663 |#2|)) 17 T ELT) (((-1267 |#1| |#2|) (-1267 |#1| |#2|) (-663 |#2|) (-663 |#2|)) 13 T ELT)))
-(((-951 |#1| |#2|) (-10 -7 (-15 -2238 ((-1267 |#1| |#2|) (-1267 |#1| |#2|) (-663 |#2|) (-663 |#2|))) (-15 -2238 ((-1202 |#2|) (-663 |#2|) (-663 |#2|)))) (-1208) (-376)) (T -951))
-((-2238 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *5)) (-4 *5 (-376)) (-5 *2 (-1202 *5)) (-5 *1 (-951 *4 *5)) (-14 *4 (-1208)))) (-2238 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1267 *4 *5)) (-5 *3 (-663 *5)) (-14 *4 (-1208)) (-4 *5 (-376)) (-5 *1 (-951 *4 *5)))))
-(-10 -7 (-15 -2238 ((-1267 |#1| |#2|) (-1267 |#1| |#2|) (-663 |#2|) (-663 |#2|))) (-15 -2238 ((-1202 |#2|) (-663 |#2|) (-663 |#2|))))
-((-3612 ((|#2| (-663 |#1|) (-663 |#1|)) 28 T ELT)))
-(((-952 |#1| |#2|) (-10 -7 (-15 -3612 (|#2| (-663 |#1|) (-663 |#1|)))) (-376) (-1274 |#1|)) (T -952))
-((-3612 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-376)) (-4 *2 (-1274 *4)) (-5 *1 (-952 *4 *2)))))
-(-10 -7 (-15 -3612 (|#2| (-663 |#1|) (-663 |#1|))))
-((-2735 (((-560) (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-1190)) 175 T ELT)) (-4033 ((|#4| |#4|) 194 T ELT)) (-2774 (((-663 (-421 (-975 |#1|))) (-663 (-1208))) 146 T ELT)) (-3337 (((-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))) (-711 |#4|) (-663 (-421 (-975 |#1|))) (-663 (-663 |#4|)) (-793) (-793) (-560)) 88 T ELT)) (-2562 (((-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-663 |#4|)) 69 T ELT)) (-1793 (((-711 |#4|) (-711 |#4|) (-663 |#4|)) 65 T ELT)) (-1840 (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-1190)) 187 T ELT)) (-1951 (((-560) (-711 |#4|) (-948) (-1190)) 167 T ELT) (((-560) (-711 |#4|) (-663 (-1208)) (-948) (-1190)) 166 T ELT) (((-560) (-711 |#4|) (-663 |#4|) (-948) (-1190)) 165 T ELT) (((-560) (-711 |#4|) (-1190)) 154 T ELT) (((-560) (-711 |#4|) (-663 (-1208)) (-1190)) 153 T ELT) (((-560) (-711 |#4|) (-663 |#4|) (-1190)) 152 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-948)) 151 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 (-1208)) (-948)) 150 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 |#4|) (-948)) 149 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|)) 148 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 (-1208))) 147 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 |#4|)) 143 T ELT)) (-4367 ((|#4| (-975 |#1|)) 80 T ELT)) (-3315 (((-114) (-663 |#4|) (-663 (-663 |#4|))) 191 T ELT)) (-2668 (((-663 (-663 (-560))) (-560) (-560)) 161 T ELT)) (-1539 (((-663 (-663 |#4|)) (-663 (-663 |#4|))) 106 T ELT)) (-3182 (((-793) (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|))))) 100 T ELT)) (-2488 (((-793) (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|))))) 99 T ELT)) (-1502 (((-114) (-663 (-975 |#1|))) 19 T ELT) (((-114) (-663 |#4|)) 15 T ELT)) (-4182 (((-2 (|:| |sysok| (-114)) (|:| |z0| (-663 |#4|)) (|:| |n0| (-663 |#4|))) (-663 |#4|) (-663 |#4|)) 84 T ELT)) (-3163 (((-663 |#4|) |#4|) 57 T ELT)) (-1685 (((-663 (-421 (-975 |#1|))) (-663 |#4|)) 142 T ELT) (((-711 (-421 (-975 |#1|))) (-711 |#4|)) 66 T ELT) (((-421 (-975 |#1|)) |#4|) 139 T ELT)) (-3198 (((-2 (|:| |rgl| (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))))))) (|:| |rgsz| (-560))) (-711 |#4|) (-663 (-421 (-975 |#1|))) (-793) (-1190) (-560)) 112 T ELT)) (-3479 (((-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))) (-711 |#4|) (-793)) 98 T ELT)) (-1390 (((-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-711 |#4|) (-793)) 121 T ELT)) (-3864 (((-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-2 (|:| -1469 (-711 (-421 (-975 |#1|)))) (|:| |vec| (-663 (-421 (-975 |#1|)))) (|:| -3795 (-793)) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) 56 T ELT)))
-(((-953 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 |#4|))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 (-1208)))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 |#4|) (-948))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 (-1208)) (-948))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-948))) (-15 -1951 ((-560) (-711 |#4|) (-663 |#4|) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-663 (-1208)) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-663 |#4|) (-948) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-663 (-1208)) (-948) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-948) (-1190))) (-15 -2735 ((-560) (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-1190))) (-15 -1840 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-1190))) (-15 -3198 ((-2 (|:| |rgl| (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))))))) (|:| |rgsz| (-560))) (-711 |#4|) (-663 (-421 (-975 |#1|))) (-793) (-1190) (-560))) (-15 -1685 ((-421 (-975 |#1|)) |#4|)) (-15 -1685 ((-711 (-421 (-975 |#1|))) (-711 |#4|))) (-15 -1685 ((-663 (-421 (-975 |#1|))) (-663 |#4|))) (-15 -2774 ((-663 (-421 (-975 |#1|))) (-663 (-1208)))) (-15 -4367 (|#4| (-975 |#1|))) (-15 -4182 ((-2 (|:| |sysok| (-114)) (|:| |z0| (-663 |#4|)) (|:| |n0| (-663 |#4|))) (-663 |#4|) (-663 |#4|))) (-15 -3479 ((-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))) (-711 |#4|) (-793))) (-15 -2562 ((-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-663 |#4|))) (-15 -3864 ((-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-2 (|:| -1469 (-711 (-421 (-975 |#1|)))) (|:| |vec| (-663 (-421 (-975 |#1|)))) (|:| -3795 (-793)) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (-15 -3163 ((-663 |#4|) |#4|)) (-15 -2488 ((-793) (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))))) (-15 -3182 ((-793) (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))))) (-15 -1539 ((-663 (-663 |#4|)) (-663 (-663 |#4|)))) (-15 -2668 ((-663 (-663 (-560))) (-560) (-560))) (-15 -3315 ((-114) (-663 |#4|) (-663 (-663 |#4|)))) (-15 -1390 ((-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-711 |#4|) (-793))) (-15 -1793 ((-711 |#4|) (-711 |#4|) (-663 |#4|))) (-15 -3337 ((-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))) (-711 |#4|) (-663 (-421 (-975 |#1|))) (-663 (-663 |#4|)) (-793) (-793) (-560))) (-15 -4033 (|#4| |#4|)) (-15 -1502 ((-114) (-663 |#4|))) (-15 -1502 ((-114) (-663 (-975 |#1|))))) (-13 (-319) (-149)) (-13 (-871) (-633 (-1208))) (-815) (-979 |#1| |#3| |#2|)) (T -953))
-((-1502 (*1 *2 *3) (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-114)) (-5 *1 (-953 *4 *5 *6 *7)) (-4 *7 (-979 *4 *6 *5)))) (-1502 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-114)) (-5 *1 (-953 *4 *5 *6 *7)))) (-4033 (*1 *2 *2) (-12 (-4 *3 (-13 (-319) (-149))) (-4 *4 (-13 (-871) (-633 (-1208)))) (-4 *5 (-815)) (-5 *1 (-953 *3 *4 *5 *2)) (-4 *2 (-979 *3 *5 *4)))) (-3337 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-5 *4 (-711 *12)) (-5 *5 (-663 (-421 (-975 *9)))) (-5 *6 (-663 (-663 *12))) (-5 *7 (-793)) (-5 *8 (-560)) (-4 *9 (-13 (-319) (-149))) (-4 *12 (-979 *9 *11 *10)) (-4 *10 (-13 (-871) (-633 (-1208)))) (-4 *11 (-815)) (-5 *2 (-2 (|:| |eqzro| (-663 *12)) (|:| |neqzro| (-663 *12)) (|:| |wcond| (-663 (-975 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *9)))) (|:| -1868 (-663 (-1298 (-421 (-975 *9))))))))) (-5 *1 (-953 *9 *10 *11 *12)))) (-1793 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *7)) (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *1 (-953 *4 *5 *6 *7)))) (-1390 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-5 *4 (-793)) (-4 *8 (-979 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-663 (-2 (|:| |det| *8) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (-5 *1 (-953 *5 *6 *7 *8)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-663 *8))) (-5 *3 (-663 *8)) (-4 *8 (-979 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-114)) (-5 *1 (-953 *5 *6 *7 *8)))) (-2668 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-663 (-663 (-560)))) (-5 *1 (-953 *4 *5 *6 *7)) (-5 *3 (-560)) (-4 *7 (-979 *4 *6 *5)))) (-1539 (*1 *2 *2) (-12 (-5 *2 (-663 (-663 *6))) (-4 *6 (-979 *3 *5 *4)) (-4 *3 (-13 (-319) (-149))) (-4 *4 (-13 (-871) (-633 (-1208)))) (-4 *5 (-815)) (-5 *1 (-953 *3 *4 *5 *6)))) (-3182 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| *7) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 *7))))) (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-793)) (-5 *1 (-953 *4 *5 *6 *7)))) (-2488 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| *7) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 *7))))) (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-793)) (-5 *1 (-953 *4 *5 *6 *7)))) (-3163 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-663 *3)) (-5 *1 (-953 *4 *5 *6 *3)) (-4 *3 (-979 *4 *6 *5)))) (-3864 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1469 (-711 (-421 (-975 *4)))) (|:| |vec| (-663 (-421 (-975 *4)))) (|:| -3795 (-793)) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-2 (|:| |partsol| (-1298 (-421 (-975 *4)))) (|:| -1868 (-663 (-1298 (-421 (-975 *4))))))) (-5 *1 (-953 *4 *5 *6 *7)) (-4 *7 (-979 *4 *6 *5)))) (-2562 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1298 (-421 (-975 *4)))) (|:| -1868 (-663 (-1298 (-421 (-975 *4))))))) (-5 *3 (-663 *7)) (-4 *4 (-13 (-319) (-149))) (-4 *7 (-979 *4 *6 *5)) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *1 (-953 *4 *5 *6 *7)))) (-3479 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-4 *8 (-979 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| *8) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 *8))))) (-5 *1 (-953 *5 *6 *7 *8)) (-5 *4 (-793)))) (-4182 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-4 *7 (-979 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-114)) (|:| |z0| (-663 *7)) (|:| |n0| (-663 *7)))) (-5 *1 (-953 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-4367 (*1 *2 *3) (-12 (-5 *3 (-975 *4)) (-4 *4 (-13 (-319) (-149))) (-4 *2 (-979 *4 *6 *5)) (-5 *1 (-953 *4 *5 *6 *2)) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)))) (-2774 (*1 *2 *3) (-12 (-5 *3 (-663 (-1208))) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-663 (-421 (-975 *4)))) (-5 *1 (-953 *4 *5 *6 *7)) (-4 *7 (-979 *4 *6 *5)))) (-1685 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-663 (-421 (-975 *4)))) (-5 *1 (-953 *4 *5 *6 *7)))) (-1685 (*1 *2 *3) (-12 (-5 *3 (-711 *7)) (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-711 (-421 (-975 *4)))) (-5 *1 (-953 *4 *5 *6 *7)))) (-1685 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-421 (-975 *4))) (-5 *1 (-953 *4 *5 *6 *3)) (-4 *3 (-979 *4 *6 *5)))) (-3198 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-711 *11)) (-5 *4 (-663 (-421 (-975 *8)))) (-5 *5 (-793)) (-5 *6 (-1190)) (-4 *8 (-13 (-319) (-149))) (-4 *11 (-979 *8 *10 *9)) (-4 *9 (-13 (-871) (-633 (-1208)))) (-4 *10 (-815)) (-5 *2 (-2 (|:| |rgl| (-663 (-2 (|:| |eqzro| (-663 *11)) (|:| |neqzro| (-663 *11)) (|:| |wcond| (-663 (-975 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *8)))) (|:| -1868 (-663 (-1298 (-421 (-975 *8)))))))))) (|:| |rgsz| (-560)))) (-5 *1 (-953 *8 *9 *10 *11)) (-5 *7 (-560)))) (-1840 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *7)) (|:| |neqzro| (-663 *7)) (|:| |wcond| (-663 (-975 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *4)))) (|:| -1868 (-663 (-1298 (-421 (-975 *4)))))))))) (-5 *1 (-953 *4 *5 *6 *7)) (-4 *7 (-979 *4 *6 *5)))) (-2735 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8)) (|:| |wcond| (-663 (-975 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *5)))) (|:| -1868 (-663 (-1298 (-421 (-975 *5)))))))))) (-5 *4 (-1190)) (-4 *5 (-13 (-319) (-149))) (-4 *8 (-979 *5 *7 *6)) (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-560)) (-5 *1 (-953 *5 *6 *7 *8)))) (-1951 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *4 (-948)) (-5 *5 (-1190)) (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815)) (-5 *2 (-560)) (-5 *1 (-953 *6 *7 *8 *9)))) (-1951 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-711 *10)) (-5 *4 (-663 (-1208))) (-5 *5 (-948)) (-5 *6 (-1190)) (-4 *10 (-979 *7 *9 *8)) (-4 *7 (-13 (-319) (-149))) (-4 *8 (-13 (-871) (-633 (-1208)))) (-4 *9 (-815)) (-5 *2 (-560)) (-5 *1 (-953 *7 *8 *9 *10)))) (-1951 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-711 *10)) (-5 *4 (-663 *10)) (-5 *5 (-948)) (-5 *6 (-1190)) (-4 *10 (-979 *7 *9 *8)) (-4 *7 (-13 (-319) (-149))) (-4 *8 (-13 (-871) (-633 (-1208)))) (-4 *9 (-815)) (-5 *2 (-560)) (-5 *1 (-953 *7 *8 *9 *10)))) (-1951 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-5 *4 (-1190)) (-4 *8 (-979 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-560)) (-5 *1 (-953 *5 *6 *7 *8)))) (-1951 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 (-1208))) (-5 *5 (-1190)) (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815)) (-5 *2 (-560)) (-5 *1 (-953 *6 *7 *8 *9)))) (-1951 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 *9)) (-5 *5 (-1190)) (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815)) (-5 *2 (-560)) (-5 *1 (-953 *6 *7 *8 *9)))) (-1951 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-5 *4 (-948)) (-4 *8 (-979 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8)) (|:| |wcond| (-663 (-975 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *5)))) (|:| -1868 (-663 (-1298 (-421 (-975 *5)))))))))) (-5 *1 (-953 *5 *6 *7 *8)))) (-1951 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 (-1208))) (-5 *5 (-948)) (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *9)) (|:| |neqzro| (-663 *9)) (|:| |wcond| (-663 (-975 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *6)))) (|:| -1868 (-663 (-1298 (-421 (-975 *6)))))))))) (-5 *1 (-953 *6 *7 *8 *9)))) (-1951 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *5 (-948)) (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *9)) (|:| |neqzro| (-663 *9)) (|:| |wcond| (-663 (-975 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *6)))) (|:| -1868 (-663 (-1298 (-421 (-975 *6)))))))))) (-5 *1 (-953 *6 *7 *8 *9)) (-5 *4 (-663 *9)))) (-1951 (*1 *2 *3) (-12 (-5 *3 (-711 *7)) (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *7)) (|:| |neqzro| (-663 *7)) (|:| |wcond| (-663 (-975 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *4)))) (|:| -1868 (-663 (-1298 (-421 (-975 *4)))))))))) (-5 *1 (-953 *4 *5 *6 *7)))) (-1951 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-5 *4 (-663 (-1208))) (-4 *8 (-979 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8)) (|:| |wcond| (-663 (-975 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *5)))) (|:| -1868 (-663 (-1298 (-421 (-975 *5)))))))))) (-5 *1 (-953 *5 *6 *7 *8)))) (-1951 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-4 *8 (-979 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8)) (|:| |wcond| (-663 (-975 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 *5)))) (|:| -1868 (-663 (-1298 (-421 (-975 *5)))))))))) (-5 *1 (-953 *5 *6 *7 *8)) (-5 *4 (-663 *8)))))
-(-10 -7 (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 |#4|))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 (-1208)))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 |#4|) (-948))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-663 (-1208)) (-948))) (-15 -1951 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-711 |#4|) (-948))) (-15 -1951 ((-560) (-711 |#4|) (-663 |#4|) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-663 (-1208)) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-663 |#4|) (-948) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-663 (-1208)) (-948) (-1190))) (-15 -1951 ((-560) (-711 |#4|) (-948) (-1190))) (-15 -2735 ((-560) (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-1190))) (-15 -1840 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|))))))))) (-1190))) (-15 -3198 ((-2 (|:| |rgl| (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))))))) (|:| |rgsz| (-560))) (-711 |#4|) (-663 (-421 (-975 |#1|))) (-793) (-1190) (-560))) (-15 -1685 ((-421 (-975 |#1|)) |#4|)) (-15 -1685 ((-711 (-421 (-975 |#1|))) (-711 |#4|))) (-15 -1685 ((-663 (-421 (-975 |#1|))) (-663 |#4|))) (-15 -2774 ((-663 (-421 (-975 |#1|))) (-663 (-1208)))) (-15 -4367 (|#4| (-975 |#1|))) (-15 -4182 ((-2 (|:| |sysok| (-114)) (|:| |z0| (-663 |#4|)) (|:| |n0| (-663 |#4|))) (-663 |#4|) (-663 |#4|))) (-15 -3479 ((-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))) (-711 |#4|) (-793))) (-15 -2562 ((-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-663 |#4|))) (-15 -3864 ((-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))) (-2 (|:| -1469 (-711 (-421 (-975 |#1|)))) (|:| |vec| (-663 (-421 (-975 |#1|)))) (|:| -3795 (-793)) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (-15 -3163 ((-663 |#4|) |#4|)) (-15 -2488 ((-793) (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))))) (-15 -3182 ((-793) (-663 (-2 (|:| -3795 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))))) (-15 -1539 ((-663 (-663 |#4|)) (-663 (-663 |#4|)))) (-15 -2668 ((-663 (-663 (-560))) (-560) (-560))) (-15 -3315 ((-114) (-663 |#4|) (-663 (-663 |#4|)))) (-15 -1390 ((-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-711 |#4|) (-793))) (-15 -1793 ((-711 |#4|) (-711 |#4|) (-663 |#4|))) (-15 -3337 ((-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-975 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1298 (-421 (-975 |#1|)))) (|:| -1868 (-663 (-1298 (-421 (-975 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))) (-711 |#4|) (-663 (-421 (-975 |#1|))) (-663 (-663 |#4|)) (-793) (-793) (-560))) (-15 -4033 (|#4| |#4|)) (-15 -1502 ((-114) (-663 |#4|))) (-15 -1502 ((-114) (-663 (-975 |#1|)))))
-((-2265 (($ $ (-1120 (-229))) 123 T ELT) (($ $ (-1120 (-229)) (-1120 (-229))) 124 T ELT)) (-3434 (((-1120 (-229)) $) 73 T ELT)) (-3419 (((-1120 (-229)) $) 72 T ELT)) (-3592 (((-1120 (-229)) $) 74 T ELT)) (-2937 (((-560) (-560)) 66 T ELT)) (-3648 (((-560) (-560)) 61 T ELT)) (-2167 (((-560) (-560)) 64 T ELT)) (-4152 (((-114) (-114)) 68 T ELT)) (-1933 (((-560)) 65 T ELT)) (-1857 (($ $ (-1120 (-229))) 127 T ELT) (($ $) 128 T ELT)) (-4224 (($ (-1 (-972 (-229)) (-229)) (-1120 (-229))) 142 T ELT) (($ (-1 (-972 (-229)) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229))) 143 T ELT)) (-3044 (($ (-1 (-229) (-229)) (-1120 (-229))) 150 T ELT) (($ (-1 (-229) (-229))) 154 T ELT)) (-4205 (($ (-1 (-229) (-229)) (-1120 (-229))) 138 T ELT) (($ (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229))) 139 T ELT) (($ (-663 (-1 (-229) (-229))) (-1120 (-229))) 147 T ELT) (($ (-663 (-1 (-229) (-229))) (-1120 (-229)) (-1120 (-229))) 148 T ELT) (($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229))) 140 T ELT) (($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229))) 141 T ELT) (($ $ (-1120 (-229))) 129 T ELT)) (-1591 (((-114) $) 69 T ELT)) (-2878 (((-560)) 70 T ELT)) (-3820 (((-560)) 59 T ELT)) (-4351 (((-560)) 62 T ELT)) (-4090 (((-663 (-663 (-972 (-229)))) $) 35 T ELT)) (-4313 (((-114) (-114)) 71 T ELT)) (-2539 (((-887) $) 168 T ELT)) (-1985 (((-114)) 67 T ELT)))
-(((-954) (-13 (-984) (-10 -8 (-15 -4205 ($ (-1 (-229) (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -4205 ($ (-663 (-1 (-229) (-229))) (-1120 (-229)))) (-15 -4205 ($ (-663 (-1 (-229) (-229))) (-1120 (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -4224 ($ (-1 (-972 (-229)) (-229)) (-1120 (-229)))) (-15 -4224 ($ (-1 (-972 (-229)) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -3044 ($ (-1 (-229) (-229)) (-1120 (-229)))) (-15 -3044 ($ (-1 (-229) (-229)))) (-15 -4205 ($ $ (-1120 (-229)))) (-15 -1591 ((-114) $)) (-15 -2265 ($ $ (-1120 (-229)))) (-15 -2265 ($ $ (-1120 (-229)) (-1120 (-229)))) (-15 -1857 ($ $ (-1120 (-229)))) (-15 -1857 ($ $)) (-15 -3592 ((-1120 (-229)) $)) (-15 -3820 ((-560))) (-15 -3648 ((-560) (-560))) (-15 -4351 ((-560))) (-15 -2167 ((-560) (-560))) (-15 -1933 ((-560))) (-15 -2937 ((-560) (-560))) (-15 -1985 ((-114))) (-15 -4152 ((-114) (-114))) (-15 -2878 ((-560))) (-15 -4313 ((-114) (-114)))))) (T -954))
-((-4205 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-4205 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-4205 (*1 *1 *2 *3) (-12 (-5 *2 (-663 (-1 (-229) (-229)))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-4205 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-663 (-1 (-229) (-229)))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-4205 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-4205 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-4224 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-972 (-229)) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-4224 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-972 (-229)) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-3044 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-954)))) (-3044 (*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-954)))) (-4205 (*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954)))) (-1591 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-954)))) (-2265 (*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954)))) (-2265 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954)))) (-1857 (*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954)))) (-1857 (*1 *1 *1) (-5 *1 (-954))) (-3592 (*1 *2 *1) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954)))) (-3820 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))) (-3648 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))) (-4351 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))) (-2167 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))) (-1933 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))) (-2937 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))) (-1985 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-954)))) (-4152 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-954)))) (-2878 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))) (-4313 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-954)))))
-(-13 (-984) (-10 -8 (-15 -4205 ($ (-1 (-229) (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -4205 ($ (-663 (-1 (-229) (-229))) (-1120 (-229)))) (-15 -4205 ($ (-663 (-1 (-229) (-229))) (-1120 (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -4224 ($ (-1 (-972 (-229)) (-229)) (-1120 (-229)))) (-15 -4224 ($ (-1 (-972 (-229)) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -3044 ($ (-1 (-229) (-229)) (-1120 (-229)))) (-15 -3044 ($ (-1 (-229) (-229)))) (-15 -4205 ($ $ (-1120 (-229)))) (-15 -1591 ((-114) $)) (-15 -2265 ($ $ (-1120 (-229)))) (-15 -2265 ($ $ (-1120 (-229)) (-1120 (-229)))) (-15 -1857 ($ $ (-1120 (-229)))) (-15 -1857 ($ $)) (-15 -3592 ((-1120 (-229)) $)) (-15 -3820 ((-560))) (-15 -3648 ((-560) (-560))) (-15 -4351 ((-560))) (-15 -2167 ((-560) (-560))) (-15 -1933 ((-560))) (-15 -2937 ((-560) (-560))) (-15 -1985 ((-114))) (-15 -4152 ((-114) (-114))) (-15 -2878 ((-560))) (-15 -4313 ((-114) (-114)))))
-((-3044 (((-954) |#1| (-1208)) 17 T ELT) (((-954) |#1| (-1208) (-1120 (-229))) 21 T ELT)) (-4205 (((-954) |#1| |#1| (-1208) (-1120 (-229))) 19 T ELT) (((-954) |#1| (-1208) (-1120 (-229))) 15 T ELT)))
-(((-955 |#1|) (-10 -7 (-15 -4205 ((-954) |#1| (-1208) (-1120 (-229)))) (-15 -4205 ((-954) |#1| |#1| (-1208) (-1120 (-229)))) (-15 -3044 ((-954) |#1| (-1208) (-1120 (-229)))) (-15 -3044 ((-954) |#1| (-1208)))) (-633 (-549))) (T -955))
-((-3044 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-5 *2 (-954)) (-5 *1 (-955 *3)) (-4 *3 (-633 (-549))))) (-3044 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1208)) (-5 *5 (-1120 (-229))) (-5 *2 (-954)) (-5 *1 (-955 *3)) (-4 *3 (-633 (-549))))) (-4205 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1208)) (-5 *5 (-1120 (-229))) (-5 *2 (-954)) (-5 *1 (-955 *3)) (-4 *3 (-633 (-549))))) (-4205 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1208)) (-5 *5 (-1120 (-229))) (-5 *2 (-954)) (-5 *1 (-955 *3)) (-4 *3 (-633 (-549))))))
-(-10 -7 (-15 -4205 ((-954) |#1| (-1208) (-1120 (-229)))) (-15 -4205 ((-954) |#1| |#1| (-1208) (-1120 (-229)))) (-15 -3044 ((-954) |#1| (-1208) (-1120 (-229)))) (-15 -3044 ((-954) |#1| (-1208))))
-((-2265 (($ $ (-1120 (-229)) (-1120 (-229)) (-1120 (-229))) 122 T ELT)) (-3447 (((-1120 (-229)) $) 64 T ELT)) (-3434 (((-1120 (-229)) $) 63 T ELT)) (-3419 (((-1120 (-229)) $) 62 T ELT)) (-2904 (((-663 (-663 (-229))) $) 69 T ELT)) (-3592 (((-1120 (-229)) $) 65 T ELT)) (-1869 (((-560) (-560)) 57 T ELT)) (-1547 (((-560) (-560)) 52 T ELT)) (-4211 (((-560) (-560)) 55 T ELT)) (-4256 (((-114) (-114)) 59 T ELT)) (-2163 (((-560)) 56 T ELT)) (-1857 (($ $ (-1120 (-229))) 125 T ELT) (($ $) 126 T ELT)) (-4224 (($ (-1 (-972 (-229)) (-229)) (-1120 (-229))) 132 T ELT) (($ (-1 (-972 (-229)) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229))) 133 T ELT)) (-4205 (($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229))) 135 T ELT) (($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229))) 136 T ELT) (($ $ (-1120 (-229))) 128 T ELT)) (-3306 (((-560)) 60 T ELT)) (-3639 (((-560)) 50 T ELT)) (-3483 (((-560)) 53 T ELT)) (-4090 (((-663 (-663 (-972 (-229)))) $) 152 T ELT)) (-3232 (((-114) (-114)) 61 T ELT)) (-2539 (((-887) $) 150 T ELT)) (-4130 (((-114)) 58 T ELT)))
-(((-956) (-13 (-1005) (-10 -8 (-15 -4224 ($ (-1 (-972 (-229)) (-229)) (-1120 (-229)))) (-15 -4224 ($ (-1 (-972 (-229)) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -4205 ($ $ (-1120 (-229)))) (-15 -2265 ($ $ (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -1857 ($ $ (-1120 (-229)))) (-15 -1857 ($ $)) (-15 -3592 ((-1120 (-229)) $)) (-15 -2904 ((-663 (-663 (-229))) $)) (-15 -3639 ((-560))) (-15 -1547 ((-560) (-560))) (-15 -3483 ((-560))) (-15 -4211 ((-560) (-560))) (-15 -2163 ((-560))) (-15 -1869 ((-560) (-560))) (-15 -4130 ((-114))) (-15 -4256 ((-114) (-114))) (-15 -3306 ((-560))) (-15 -3232 ((-114) (-114)))))) (T -956))
-((-4224 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-972 (-229)) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-956)))) (-4224 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-972 (-229)) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-956)))) (-4205 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-956)))) (-4205 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229))) (-5 *1 (-956)))) (-4205 (*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-956)))) (-2265 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-956)))) (-1857 (*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-956)))) (-1857 (*1 *1 *1) (-5 *1 (-956))) (-3592 (*1 *2 *1) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-956)))) (-2904 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-229)))) (-5 *1 (-956)))) (-3639 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))) (-1547 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))) (-3483 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))) (-4211 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))) (-2163 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))) (-1869 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))) (-4130 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-956)))) (-4256 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-956)))) (-3306 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))) (-3232 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-956)))))
-(-13 (-1005) (-10 -8 (-15 -4224 ($ (-1 (-972 (-229)) (-229)) (-1120 (-229)))) (-15 -4224 ($ (-1 (-972 (-229)) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)))) (-15 -4205 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -4205 ($ $ (-1120 (-229)))) (-15 -2265 ($ $ (-1120 (-229)) (-1120 (-229)) (-1120 (-229)))) (-15 -1857 ($ $ (-1120 (-229)))) (-15 -1857 ($ $)) (-15 -3592 ((-1120 (-229)) $)) (-15 -2904 ((-663 (-663 (-229))) $)) (-15 -3639 ((-560))) (-15 -1547 ((-560) (-560))) (-15 -3483 ((-560))) (-15 -4211 ((-560) (-560))) (-15 -2163 ((-560))) (-15 -1869 ((-560) (-560))) (-15 -4130 ((-114))) (-15 -4256 ((-114) (-114))) (-15 -3306 ((-560))) (-15 -3232 ((-114) (-114)))))
-((-3513 (((-663 (-1120 (-229))) (-663 (-663 (-972 (-229))))) 34 T ELT)))
-(((-957) (-10 -7 (-15 -3513 ((-663 (-1120 (-229))) (-663 (-663 (-972 (-229)))))))) (T -957))
-((-3513 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *2 (-663 (-1120 (-229)))) (-5 *1 (-957)))))
-(-10 -7 (-15 -3513 ((-663 (-1120 (-229))) (-663 (-663 (-972 (-229)))))))
-((-2008 (((-326 (-560)) (-1208)) 16 T ELT)) (-3715 (((-326 (-560)) (-1208)) 14 T ELT)) (-3721 (((-326 (-560)) (-1208)) 12 T ELT)) (-1752 (((-326 (-560)) (-1208) (-520)) 19 T ELT)))
-(((-958) (-10 -7 (-15 -1752 ((-326 (-560)) (-1208) (-520))) (-15 -3721 ((-326 (-560)) (-1208))) (-15 -2008 ((-326 (-560)) (-1208))) (-15 -3715 ((-326 (-560)) (-1208))))) (T -958))
-((-3715 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-326 (-560))) (-5 *1 (-958)))) (-2008 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-326 (-560))) (-5 *1 (-958)))) (-3721 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-326 (-560))) (-5 *1 (-958)))) (-1752 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-520)) (-5 *2 (-326 (-560))) (-5 *1 (-958)))))
-(-10 -7 (-15 -1752 ((-326 (-560)) (-1208) (-520))) (-15 -3721 ((-326 (-560)) (-1208))) (-15 -2008 ((-326 (-560)) (-1208))) (-15 -3715 ((-326 (-560)) (-1208))))
-((-2008 ((|#2| |#2|) 28 T ELT)) (-3715 ((|#2| |#2|) 29 T ELT)) (-3721 ((|#2| |#2|) 27 T ELT)) (-1752 ((|#2| |#2| (-520)) 26 T ELT)))
-(((-959 |#1| |#2|) (-10 -7 (-15 -1752 (|#2| |#2| (-520))) (-15 -3721 (|#2| |#2|)) (-15 -2008 (|#2| |#2|)) (-15 -3715 (|#2| |#2|))) (-1132) (-435 |#1|)) (T -959))
-((-3715 (*1 *2 *2) (-12 (-4 *3 (-1132)) (-5 *1 (-959 *3 *2)) (-4 *2 (-435 *3)))) (-2008 (*1 *2 *2) (-12 (-4 *3 (-1132)) (-5 *1 (-959 *3 *2)) (-4 *2 (-435 *3)))) (-3721 (*1 *2 *2) (-12 (-4 *3 (-1132)) (-5 *1 (-959 *3 *2)) (-4 *2 (-435 *3)))) (-1752 (*1 *2 *2 *3) (-12 (-5 *3 (-520)) (-4 *4 (-1132)) (-5 *1 (-959 *4 *2)) (-4 *2 (-435 *4)))))
-(-10 -7 (-15 -1752 (|#2| |#2| (-520))) (-15 -3721 (|#2| |#2|)) (-15 -2008 (|#2| |#2|)) (-15 -3715 (|#2| |#2|)))
-((-3085 (((-913 |#1| |#3|) |#2| (-915 |#1|) (-913 |#1| |#3|)) 25 T ELT)) (-3184 (((-1 (-114) |#2|) (-1 (-114) |#3|)) 13 T ELT)))
-(((-960 |#1| |#2| |#3|) (-10 -7 (-15 -3184 ((-1 (-114) |#2|) (-1 (-114) |#3|))) (-15 -3085 ((-913 |#1| |#3|) |#2| (-915 |#1|) (-913 |#1| |#3|)))) (-1132) (-911 |#1|) (-13 (-1132) (-1069 |#2|))) (T -960))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-913 *5 *6)) (-5 *4 (-915 *5)) (-4 *5 (-1132)) (-4 *6 (-13 (-1132) (-1069 *3))) (-4 *3 (-911 *5)) (-5 *1 (-960 *5 *3 *6)))) (-3184 (*1 *2 *3) (-12 (-5 *3 (-1 (-114) *6)) (-4 *6 (-13 (-1132) (-1069 *5))) (-4 *5 (-911 *4)) (-4 *4 (-1132)) (-5 *2 (-1 (-114) *5)) (-5 *1 (-960 *4 *5 *6)))))
-(-10 -7 (-15 -3184 ((-1 (-114) |#2|) (-1 (-114) |#3|))) (-15 -3085 ((-913 |#1| |#3|) |#2| (-915 |#1|) (-913 |#1| |#3|))))
-((-3085 (((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|)) 30 T ELT)))
-(((-961 |#1| |#2| |#3|) (-10 -7 (-15 -3085 ((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|)))) (-1132) (-13 (-571) (-911 |#1|)) (-13 (-435 |#2|) (-633 (-915 |#1|)) (-911 |#1|) (-1069 (-630 $)))) (T -961))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-913 *5 *3)) (-4 *5 (-1132)) (-4 *3 (-13 (-435 *6) (-633 *4) (-911 *5) (-1069 (-630 $)))) (-5 *4 (-915 *5)) (-4 *6 (-13 (-571) (-911 *5))) (-5 *1 (-961 *5 *6 *3)))))
-(-10 -7 (-15 -3085 ((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|))))
-((-3085 (((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|)) 13 T ELT)))
-(((-962 |#1|) (-10 -7 (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|)))) (-559)) (T -962))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-913 (-560) *3)) (-5 *4 (-915 (-560))) (-4 *3 (-559)) (-5 *1 (-962 *3)))))
-(-10 -7 (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))))
-((-3085 (((-913 |#1| |#2|) (-630 |#2|) (-915 |#1|) (-913 |#1| |#2|)) 57 T ELT)))
-(((-963 |#1| |#2|) (-10 -7 (-15 -3085 ((-913 |#1| |#2|) (-630 |#2|) (-915 |#1|) (-913 |#1| |#2|)))) (-1132) (-13 (-1132) (-1069 (-630 $)) (-633 (-915 |#1|)) (-911 |#1|))) (T -963))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-913 *5 *6)) (-5 *3 (-630 *6)) (-4 *5 (-1132)) (-4 *6 (-13 (-1132) (-1069 (-630 $)) (-633 *4) (-911 *5))) (-5 *4 (-915 *5)) (-5 *1 (-963 *5 *6)))))
-(-10 -7 (-15 -3085 ((-913 |#1| |#2|) (-630 |#2|) (-915 |#1|) (-913 |#1| |#2|))))
-((-3085 (((-910 |#1| |#2| |#3|) |#3| (-915 |#1|) (-910 |#1| |#2| |#3|)) 17 T ELT)))
-(((-964 |#1| |#2| |#3|) (-10 -7 (-15 -3085 ((-910 |#1| |#2| |#3|) |#3| (-915 |#1|) (-910 |#1| |#2| |#3|)))) (-1132) (-911 |#1|) (-688 |#2|)) (T -964))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-910 *5 *6 *3)) (-5 *4 (-915 *5)) (-4 *5 (-1132)) (-4 *6 (-911 *5)) (-4 *3 (-688 *6)) (-5 *1 (-964 *5 *6 *3)))))
-(-10 -7 (-15 -3085 ((-910 |#1| |#2| |#3|) |#3| (-915 |#1|) (-910 |#1| |#2| |#3|))))
-((-3085 (((-913 |#1| |#5|) |#5| (-915 |#1|) (-913 |#1| |#5|)) 17 (|has| |#3| (-911 |#1|)) ELT) (((-913 |#1| |#5|) |#5| (-915 |#1|) (-913 |#1| |#5|) (-1 (-913 |#1| |#5|) |#3| (-915 |#1|) (-913 |#1| |#5|))) 16 T ELT)))
-(((-965 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3085 ((-913 |#1| |#5|) |#5| (-915 |#1|) (-913 |#1| |#5|) (-1 (-913 |#1| |#5|) |#3| (-915 |#1|) (-913 |#1| |#5|)))) (IF (|has| |#3| (-911 |#1|)) (-15 -3085 ((-913 |#1| |#5|) |#5| (-915 |#1|) (-913 |#1| |#5|))) |%noBranch|)) (-1132) (-815) (-871) (-13 (-1080) (-911 |#1|)) (-13 (-979 |#4| |#2| |#3|) (-633 (-915 |#1|)))) (T -965))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-913 *5 *3)) (-4 *5 (-1132)) (-4 *3 (-13 (-979 *8 *6 *7) (-633 *4))) (-5 *4 (-915 *5)) (-4 *7 (-911 *5)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-13 (-1080) (-911 *5))) (-5 *1 (-965 *5 *6 *7 *8 *3)))) (-3085 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-913 *6 *3) *8 (-915 *6) (-913 *6 *3))) (-4 *8 (-871)) (-5 *2 (-913 *6 *3)) (-5 *4 (-915 *6)) (-4 *6 (-1132)) (-4 *3 (-13 (-979 *9 *7 *8) (-633 *4))) (-4 *7 (-815)) (-4 *9 (-13 (-1080) (-911 *6))) (-5 *1 (-965 *6 *7 *8 *9 *3)))))
-(-10 -7 (-15 -3085 ((-913 |#1| |#5|) |#5| (-915 |#1|) (-913 |#1| |#5|) (-1 (-913 |#1| |#5|) |#3| (-915 |#1|) (-913 |#1| |#5|)))) (IF (|has| |#3| (-911 |#1|)) (-15 -3085 ((-913 |#1| |#5|) |#5| (-915 |#1|) (-913 |#1| |#5|))) |%noBranch|))
-((-3799 (((-326 (-560)) (-1208) (-663 (-1 (-114) |#1|))) 18 T ELT) (((-326 (-560)) (-1208) (-1 (-114) |#1|)) 15 T ELT)))
-(((-966 |#1|) (-10 -7 (-15 -3799 ((-326 (-560)) (-1208) (-1 (-114) |#1|))) (-15 -3799 ((-326 (-560)) (-1208) (-663 (-1 (-114) |#1|))))) (-1248)) (T -966))
-((-3799 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-663 (-1 (-114) *5))) (-4 *5 (-1248)) (-5 *2 (-326 (-560))) (-5 *1 (-966 *5)))) (-3799 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-1 (-114) *5)) (-4 *5 (-1248)) (-5 *2 (-326 (-560))) (-5 *1 (-966 *5)))))
-(-10 -7 (-15 -3799 ((-326 (-560)) (-1208) (-1 (-114) |#1|))) (-15 -3799 ((-326 (-560)) (-1208) (-663 (-1 (-114) |#1|)))))
-((-3799 ((|#2| |#2| (-663 (-1 (-114) |#3|))) 12 T ELT) ((|#2| |#2| (-1 (-114) |#3|)) 13 T ELT)))
-(((-967 |#1| |#2| |#3|) (-10 -7 (-15 -3799 (|#2| |#2| (-1 (-114) |#3|))) (-15 -3799 (|#2| |#2| (-663 (-1 (-114) |#3|))))) (-1132) (-435 |#1|) (-1248)) (T -967))
-((-3799 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-1 (-114) *5))) (-4 *5 (-1248)) (-4 *4 (-1132)) (-5 *1 (-967 *4 *2 *5)) (-4 *2 (-435 *4)))) (-3799 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-114) *5)) (-4 *5 (-1248)) (-4 *4 (-1132)) (-5 *1 (-967 *4 *2 *5)) (-4 *2 (-435 *4)))))
-(-10 -7 (-15 -3799 (|#2| |#2| (-1 (-114) |#3|))) (-15 -3799 (|#2| |#2| (-663 (-1 (-114) |#3|)))))
-((-3085 (((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|)) 25 T ELT)))
-(((-968 |#1| |#2| |#3|) (-10 -7 (-15 -3085 ((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|)))) (-1132) (-13 (-571) (-911 |#1|) (-633 (-915 |#1|))) (-1022 |#2|)) (T -968))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-913 *5 *3)) (-4 *5 (-1132)) (-4 *3 (-1022 *6)) (-4 *6 (-13 (-571) (-911 *5) (-633 *4))) (-5 *4 (-915 *5)) (-5 *1 (-968 *5 *6 *3)))))
-(-10 -7 (-15 -3085 ((-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|))))
-((-3085 (((-913 |#1| (-1208)) (-1208) (-915 |#1|) (-913 |#1| (-1208))) 18 T ELT)))
-(((-969 |#1|) (-10 -7 (-15 -3085 ((-913 |#1| (-1208)) (-1208) (-915 |#1|) (-913 |#1| (-1208))))) (-1132)) (T -969))
-((-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-913 *5 (-1208))) (-5 *3 (-1208)) (-5 *4 (-915 *5)) (-4 *5 (-1132)) (-5 *1 (-969 *5)))))
-(-10 -7 (-15 -3085 ((-913 |#1| (-1208)) (-1208) (-915 |#1|) (-913 |#1| (-1208)))))
-((-4088 (((-913 |#1| |#3|) (-663 |#3|) (-663 (-915 |#1|)) (-913 |#1| |#3|) (-1 (-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|))) 34 T ELT)) (-3085 (((-913 |#1| |#3|) (-663 |#3|) (-663 (-915 |#1|)) (-1 |#3| (-663 |#3|)) (-913 |#1| |#3|) (-1 (-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|))) 33 T ELT)))
-(((-970 |#1| |#2| |#3|) (-10 -7 (-15 -3085 ((-913 |#1| |#3|) (-663 |#3|) (-663 (-915 |#1|)) (-1 |#3| (-663 |#3|)) (-913 |#1| |#3|) (-1 (-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|)))) (-15 -4088 ((-913 |#1| |#3|) (-663 |#3|) (-663 (-915 |#1|)) (-913 |#1| |#3|) (-1 (-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|))))) (-1132) (-1080) (-13 (-1080) (-633 (-915 |#1|)) (-1069 |#2|))) (T -970))
-((-4088 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 (-915 *6))) (-5 *5 (-1 (-913 *6 *8) *8 (-915 *6) (-913 *6 *8))) (-4 *6 (-1132)) (-4 *8 (-13 (-1080) (-633 (-915 *6)) (-1069 *7))) (-5 *2 (-913 *6 *8)) (-4 *7 (-1080)) (-5 *1 (-970 *6 *7 *8)))) (-3085 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-663 (-915 *7))) (-5 *5 (-1 *9 (-663 *9))) (-5 *6 (-1 (-913 *7 *9) *9 (-915 *7) (-913 *7 *9))) (-4 *7 (-1132)) (-4 *9 (-13 (-1080) (-633 (-915 *7)) (-1069 *8))) (-5 *2 (-913 *7 *9)) (-5 *3 (-663 *9)) (-4 *8 (-1080)) (-5 *1 (-970 *7 *8 *9)))))
-(-10 -7 (-15 -3085 ((-913 |#1| |#3|) (-663 |#3|) (-663 (-915 |#1|)) (-1 |#3| (-663 |#3|)) (-913 |#1| |#3|) (-1 (-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|)))) (-15 -4088 ((-913 |#1| |#3|) (-663 |#3|) (-663 (-915 |#1|)) (-913 |#1| |#3|) (-1 (-913 |#1| |#3|) |#3| (-915 |#1|) (-913 |#1| |#3|)))))
-((-1411 (((-1202 (-421 (-560))) (-560)) 79 T ELT)) (-2357 (((-1202 (-560)) (-560)) 82 T ELT)) (-2554 (((-1202 (-560)) (-560)) 76 T ELT)) (-3744 (((-560) (-1202 (-560))) 72 T ELT)) (-1366 (((-1202 (-421 (-560))) (-560)) 65 T ELT)) (-1945 (((-1202 (-560)) (-560)) 49 T ELT)) (-1355 (((-1202 (-560)) (-560)) 84 T ELT)) (-2092 (((-1202 (-560)) (-560)) 83 T ELT)) (-1443 (((-1202 (-421 (-560))) (-560)) 67 T ELT)))
-(((-971) (-10 -7 (-15 -1443 ((-1202 (-421 (-560))) (-560))) (-15 -2092 ((-1202 (-560)) (-560))) (-15 -1355 ((-1202 (-560)) (-560))) (-15 -1945 ((-1202 (-560)) (-560))) (-15 -1366 ((-1202 (-421 (-560))) (-560))) (-15 -3744 ((-560) (-1202 (-560)))) (-15 -2554 ((-1202 (-560)) (-560))) (-15 -2357 ((-1202 (-560)) (-560))) (-15 -1411 ((-1202 (-421 (-560))) (-560))))) (T -971))
-((-1411 (*1 *2 *3) (-12 (-5 *2 (-1202 (-421 (-560)))) (-5 *1 (-971)) (-5 *3 (-560)))) (-2357 (*1 *2 *3) (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))) (-2554 (*1 *2 *3) (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))) (-3744 (*1 *2 *3) (-12 (-5 *3 (-1202 (-560))) (-5 *2 (-560)) (-5 *1 (-971)))) (-1366 (*1 *2 *3) (-12 (-5 *2 (-1202 (-421 (-560)))) (-5 *1 (-971)) (-5 *3 (-560)))) (-1945 (*1 *2 *3) (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))) (-1355 (*1 *2 *3) (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))) (-2092 (*1 *2 *3) (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))) (-1443 (*1 *2 *3) (-12 (-5 *2 (-1202 (-421 (-560)))) (-5 *1 (-971)) (-5 *3 (-560)))))
-(-10 -7 (-15 -1443 ((-1202 (-421 (-560))) (-560))) (-15 -2092 ((-1202 (-560)) (-560))) (-15 -1355 ((-1202 (-560)) (-560))) (-15 -1945 ((-1202 (-560)) (-560))) (-15 -1366 ((-1202 (-421 (-560))) (-560))) (-15 -3744 ((-560) (-1202 (-560)))) (-15 -2554 ((-1202 (-560)) (-560))) (-15 -2357 ((-1202 (-560)) (-560))) (-15 -1411 ((-1202 (-421 (-560))) (-560))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2591 (($ (-793)) NIL (|has| |#1| (-23)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT)) (-1921 (($ (-663 |#1|)) 9 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2522 (((-711 |#1|) $ $) NIL (|has| |#1| (-1080)) ELT)) (-2531 (($ (-793) |#1|) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1586 ((|#1| $) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1080))) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-4474 ((|#1| $) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1080))) ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2674 (($ $ (-663 |#1|)) 25 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) 18 T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3491 ((|#1| $ $) NIL (|has| |#1| (-1080)) ELT)) (-2328 (((-948) $) 13 T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3996 (($ $ $) 23 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT) (($ (-663 |#1|)) 14 T ELT)) (-2548 (($ (-663 |#1|)) NIL T ELT)) (-4357 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) 24 T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2426 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-2413 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-560) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-748)) ELT) (($ $ |#1|) NIL (|has| |#1| (-748)) ELT)) (-2305 (((-793) $) 11 (|has| $ (-6 -4509)) ELT)))
-(((-972 |#1|) (-1011 |#1|) (-1080)) (T -972))
-NIL
-(-1011 |#1|)
-((-3148 (((-495 |#1| |#2|) (-975 |#2|)) 22 T ELT)) (-3428 (((-255 |#1| |#2|) (-975 |#2|)) 35 T ELT)) (-2438 (((-975 |#2|) (-495 |#1| |#2|)) 27 T ELT)) (-4038 (((-255 |#1| |#2|) (-495 |#1| |#2|)) 57 T ELT)) (-2977 (((-975 |#2|) (-255 |#1| |#2|)) 32 T ELT)) (-1622 (((-495 |#1| |#2|) (-255 |#1| |#2|)) 48 T ELT)))
-(((-973 |#1| |#2|) (-10 -7 (-15 -1622 ((-495 |#1| |#2|) (-255 |#1| |#2|))) (-15 -4038 ((-255 |#1| |#2|) (-495 |#1| |#2|))) (-15 -3148 ((-495 |#1| |#2|) (-975 |#2|))) (-15 -2438 ((-975 |#2|) (-495 |#1| |#2|))) (-15 -2977 ((-975 |#2|) (-255 |#1| |#2|))) (-15 -3428 ((-255 |#1| |#2|) (-975 |#2|)))) (-663 (-1208)) (-1080)) (T -973))
-((-3428 (*1 *2 *3) (-12 (-5 *3 (-975 *5)) (-4 *5 (-1080)) (-5 *2 (-255 *4 *5)) (-5 *1 (-973 *4 *5)) (-14 *4 (-663 (-1208))))) (-2977 (*1 *2 *3) (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-1080)) (-5 *2 (-975 *5)) (-5 *1 (-973 *4 *5)))) (-2438 (*1 *2 *3) (-12 (-5 *3 (-495 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-1080)) (-5 *2 (-975 *5)) (-5 *1 (-973 *4 *5)))) (-3148 (*1 *2 *3) (-12 (-5 *3 (-975 *5)) (-4 *5 (-1080)) (-5 *2 (-495 *4 *5)) (-5 *1 (-973 *4 *5)) (-14 *4 (-663 (-1208))))) (-4038 (*1 *2 *3) (-12 (-5 *3 (-495 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-1080)) (-5 *2 (-255 *4 *5)) (-5 *1 (-973 *4 *5)))) (-1622 (*1 *2 *3) (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-1080)) (-5 *2 (-495 *4 *5)) (-5 *1 (-973 *4 *5)))))
-(-10 -7 (-15 -1622 ((-495 |#1| |#2|) (-255 |#1| |#2|))) (-15 -4038 ((-255 |#1| |#2|) (-495 |#1| |#2|))) (-15 -3148 ((-495 |#1| |#2|) (-975 |#2|))) (-15 -2438 ((-975 |#2|) (-495 |#1| |#2|))) (-15 -2977 ((-975 |#2|) (-255 |#1| |#2|))) (-15 -3428 ((-255 |#1| |#2|) (-975 |#2|))))
-((-4266 (((-663 |#2|) |#2| |#2|) 10 T ELT)) (-3313 (((-793) (-663 |#1|)) 48 (|has| |#1| (-870)) ELT)) (-2583 (((-663 |#2|) |#2|) 11 T ELT)) (-2680 (((-793) (-663 |#1|) (-560) (-560)) 52 (|has| |#1| (-870)) ELT)) (-2782 ((|#1| |#2|) 38 (|has| |#1| (-870)) ELT)))
-(((-974 |#1| |#2|) (-10 -7 (-15 -4266 ((-663 |#2|) |#2| |#2|)) (-15 -2583 ((-663 |#2|) |#2|)) (IF (|has| |#1| (-870)) (PROGN (-15 -2782 (|#1| |#2|)) (-15 -3313 ((-793) (-663 |#1|))) (-15 -2680 ((-793) (-663 |#1|) (-560) (-560)))) |%noBranch|)) (-376) (-1274 |#1|)) (T -974))
-((-2680 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-560)) (-4 *5 (-870)) (-4 *5 (-376)) (-5 *2 (-793)) (-5 *1 (-974 *5 *6)) (-4 *6 (-1274 *5)))) (-3313 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-870)) (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-974 *4 *5)) (-4 *5 (-1274 *4)))) (-2782 (*1 *2 *3) (-12 (-4 *2 (-376)) (-4 *2 (-870)) (-5 *1 (-974 *2 *3)) (-4 *3 (-1274 *2)))) (-2583 (*1 *2 *3) (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-974 *4 *3)) (-4 *3 (-1274 *4)))) (-4266 (*1 *2 *3 *3) (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-974 *4 *3)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -4266 ((-663 |#2|) |#2| |#2|)) (-15 -2583 ((-663 |#2|) |#2|)) (IF (|has| |#1| (-870)) (PROGN (-15 -2782 (|#1| |#2|)) (-15 -3313 ((-793) (-663 |#1|))) (-15 -2680 ((-793) (-663 |#1|) (-560) (-560)))) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-1208)) $) 16 T ELT)) (-3349 (((-1202 $) $ (-1208)) 21 T ELT) (((-1202 |#1|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1208))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) 8 T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-1208) "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-1208) $) NIL T ELT)) (-2076 (($ $ $ (-1208)) NIL (|has| |#1| (-175)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1208)) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| (-545 (-1208)) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-1208) (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-1208) (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3541 (($ (-1202 |#1|) (-1208)) NIL T ELT) (($ (-1202 $) (-1208)) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-545 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-1208)) NIL T ELT)) (-4486 (((-545 (-1208)) $) NIL T ELT) (((-793) $ (-1208)) NIL T ELT) (((-663 (-793)) $ (-663 (-1208))) NIL T ELT)) (-1729 (($ (-1 (-545 (-1208)) (-545 (-1208))) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1762 (((-3 (-1208) "failed") $) 19 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-1208)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3071 (($ $ (-1208)) 29 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1208) |#1|) NIL T ELT) (($ $ (-663 (-1208)) (-663 |#1|)) NIL T ELT) (($ $ (-1208) $) NIL T ELT) (($ $ (-663 (-1208)) (-663 $)) NIL T ELT)) (-3622 (($ $ (-1208)) NIL (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT)) (-4283 (((-545 (-1208)) $) NIL T ELT) (((-793) $ (-1208)) NIL T ELT) (((-663 (-793)) $ (-663 (-1208))) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-1208) (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-1208) (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1208) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1208)) NIL (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) 25 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1208)) 27 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-545 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-975 |#1|) (-13 (-979 |#1| (-545 (-1208)) (-1208)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1208))) |%noBranch|))) (-1080)) (T -975))
-((-3071 (*1 *1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-975 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)))))
-(-13 (-979 |#1| (-545 (-1208)) (-1208)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1208))) |%noBranch|)))
-((-2067 (((-975 |#2|) (-1 |#2| |#1|) (-975 |#1|)) 19 T ELT)))
-(((-976 |#1| |#2|) (-10 -7 (-15 -2067 ((-975 |#2|) (-1 |#2| |#1|) (-975 |#1|)))) (-1080) (-1080)) (T -976))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-975 *5)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-5 *2 (-975 *6)) (-5 *1 (-976 *5 *6)))))
-(-10 -7 (-15 -2067 ((-975 |#2|) (-1 |#2| |#1|) (-975 |#1|))))
-((-3349 (((-1267 |#1| (-975 |#2|)) (-975 |#2|) (-1295 |#1|)) 18 T ELT)))
-(((-977 |#1| |#2|) (-10 -7 (-15 -3349 ((-1267 |#1| (-975 |#2|)) (-975 |#2|) (-1295 |#1|)))) (-1208) (-1080)) (T -977))
-((-3349 (*1 *2 *3 *4) (-12 (-5 *4 (-1295 *5)) (-14 *5 (-1208)) (-4 *6 (-1080)) (-5 *2 (-1267 *5 (-975 *6))) (-5 *1 (-977 *5 *6)) (-5 *3 (-975 *6)))))
-(-10 -7 (-15 -3349 ((-1267 |#1| (-975 |#2|)) (-975 |#2|) (-1295 |#1|))))
-((-3302 (((-793) $) 88 T ELT) (((-793) $ (-663 |#4|)) 93 T ELT)) (-2082 (($ $) 213 T ELT)) (-2326 (((-419 $) $) 205 T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 141 T ELT)) (-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 |#4| "failed") $) 74 T ELT)) (-3056 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) NIL T ELT) ((|#4| $) 73 T ELT)) (-2076 (($ $ $ |#4|) 95 T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) 131 T ELT) (((-711 |#2|) (-711 $)) 121 T ELT)) (-2075 (($ $) 220 T ELT) (($ $ |#4|) 223 T ELT)) (-2462 (((-663 $) $) 77 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 239 T ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 232 T ELT)) (-3548 (((-663 $) $) 34 T ELT)) (-3528 (($ |#2| |#3|) NIL T ELT) (($ $ |#4| (-793)) NIL T ELT) (($ $ (-663 |#4|) (-663 (-793))) 71 T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ |#4|) 202 T ELT)) (-1483 (((-3 (-663 $) "failed") $) 52 T ELT)) (-3932 (((-3 (-663 $) "failed") $) 39 T ELT)) (-2429 (((-3 (-2 (|:| |var| |#4|) (|:| -3881 (-793))) "failed") $) 57 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 134 T ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 147 T ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 145 T ELT)) (-3388 (((-419 $) $) 165 T ELT)) (-2799 (($ $ (-663 (-305 $))) 24 T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ (-663 |#4|) (-663 |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ (-663 |#4|) (-663 $)) NIL T ELT)) (-3622 (($ $ |#4|) 97 T ELT)) (-4417 (((-915 (-391)) $) 253 T ELT) (((-915 (-560)) $) 246 T ELT) (((-549) $) 261 T ELT)) (-2389 ((|#2| $) NIL T ELT) (($ $ |#4|) 215 T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 184 T ELT)) (-2453 ((|#2| $ |#3|) NIL T ELT) (($ $ |#4| (-793)) 62 T ELT) (($ $ (-663 |#4|) (-663 (-793))) 69 T ELT)) (-3187 (((-713 $) $) 194 T ELT)) (-3860 (((-114) $ $) 226 T ELT)))
-(((-978 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|))) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -2082 (|#1| |#1|)) (-15 -3187 ((-713 |#1|) |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))) (-15 -3085 ((-913 (-391) |#1|) |#1| (-915 (-391)) (-913 (-391) |#1|))) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -2059 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -2455 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -3765 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))) (-15 -3494 ((-3 (-1298 |#1|) "failed") (-711 |#1|))) (-15 -2075 (|#1| |#1| |#4|)) (-15 -2389 (|#1| |#1| |#4|)) (-15 -3622 (|#1| |#1| |#4|)) (-15 -2076 (|#1| |#1| |#1| |#4|)) (-15 -2462 ((-663 |#1|) |#1|)) (-15 -3302 ((-793) |#1| (-663 |#4|))) (-15 -3302 ((-793) |#1|)) (-15 -2429 ((-3 (-2 (|:| |var| |#4|) (|:| -3881 (-793))) "failed") |#1|)) (-15 -1483 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -3932 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -3528 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -3528 (|#1| |#1| |#4| (-793))) (-15 -3883 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1| |#4|)) (-15 -3548 ((-663 |#1|) |#1|)) (-15 -2453 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -2453 (|#1| |#1| |#4| (-793))) (-15 -2336 ((-711 |#2|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -1442 ((-3 |#4| "failed") |#1|)) (-15 -3056 (|#4| |#1|)) (-15 -2799 (|#1| |#1| (-663 |#4|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#4| |#1|)) (-15 -2799 (|#1| |#1| (-663 |#4|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#4| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -3528 (|#1| |#2| |#3|)) (-15 -2453 (|#2| |#1| |#3|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2389 (|#2| |#1|)) (-15 -2075 (|#1| |#1|)) (-15 -3860 ((-114) |#1| |#1|))) (-979 |#2| |#3| |#4|) (-1080) (-815) (-871)) (T -978))
-NIL
-(-10 -8 (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|))) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -2082 (|#1| |#1|)) (-15 -3187 ((-713 |#1|) |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))) (-15 -3085 ((-913 (-391) |#1|) |#1| (-915 (-391)) (-913 (-391) |#1|))) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -2059 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -2455 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -3765 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))) (-15 -3494 ((-3 (-1298 |#1|) "failed") (-711 |#1|))) (-15 -2075 (|#1| |#1| |#4|)) (-15 -2389 (|#1| |#1| |#4|)) (-15 -3622 (|#1| |#1| |#4|)) (-15 -2076 (|#1| |#1| |#1| |#4|)) (-15 -2462 ((-663 |#1|) |#1|)) (-15 -3302 ((-793) |#1| (-663 |#4|))) (-15 -3302 ((-793) |#1|)) (-15 -2429 ((-3 (-2 (|:| |var| |#4|) (|:| -3881 (-793))) "failed") |#1|)) (-15 -1483 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -3932 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -3528 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -3528 (|#1| |#1| |#4| (-793))) (-15 -3883 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1| |#4|)) (-15 -3548 ((-663 |#1|) |#1|)) (-15 -2453 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -2453 (|#1| |#1| |#4| (-793))) (-15 -2336 ((-711 |#2|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -1442 ((-3 |#4| "failed") |#1|)) (-15 -3056 (|#4| |#1|)) (-15 -2799 (|#1| |#1| (-663 |#4|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#4| |#1|)) (-15 -2799 (|#1| |#1| (-663 |#4|) (-663 |#2|))) (-15 -2799 (|#1| |#1| |#4| |#2|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -3528 (|#1| |#2| |#3|)) (-15 -2453 (|#2| |#1| |#3|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2389 (|#2| |#1|)) (-15 -2075 (|#1| |#1|)) (-15 -3860 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 |#3|) $) 120 T ELT)) (-3349 (((-1202 $) $ |#3|) 135 T ELT) (((-1202 |#1|) $) 134 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 97 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 98 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 100 (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) 122 T ELT) (((-793) $ (-663 |#3|)) 121 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 110 (|has| |#1| (-939)) ELT)) (-2082 (($ $) 108 (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) 107 (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 113 (|has| |#1| (-939)) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#1| "failed") $) 178 T ELT) (((-3 (-421 (-560)) "failed") $) 175 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 173 (|has| |#1| (-1069 (-560))) ELT) (((-3 |#3| "failed") $) 150 T ELT)) (-3056 ((|#1| $) 177 T ELT) (((-421 (-560)) $) 176 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) 174 (|has| |#1| (-1069 (-560))) ELT) ((|#3| $) 151 T ELT)) (-2076 (($ $ $ |#3|) 118 (|has| |#1| (-175)) ELT)) (-2474 (($ $) 168 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 146 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 145 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 144 T ELT) (((-711 |#1|) (-711 $)) 143 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2075 (($ $) 190 (|has| |#1| (-466)) ELT) (($ $ |#3|) 115 (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) 119 T ELT)) (-1510 (((-114) $) 106 (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| |#2| $) 186 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 94 (-12 (|has| |#3| (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 93 (-12 (|has| |#3| (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-1871 (((-114) $) 40 T ELT)) (-2541 (((-793) $) 183 T ELT)) (-3541 (($ (-1202 |#1|) |#3|) 127 T ELT) (($ (-1202 $) |#3|) 126 T ELT)) (-3548 (((-663 $) $) 136 T ELT)) (-4045 (((-114) $) 166 T ELT)) (-3528 (($ |#1| |#2|) 167 T ELT) (($ $ |#3| (-793)) 129 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 128 T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ |#3|) 130 T ELT)) (-4486 ((|#2| $) 184 T ELT) (((-793) $ |#3|) 132 T ELT) (((-663 (-793)) $ (-663 |#3|)) 131 T ELT)) (-1729 (($ (-1 |#2| |#2|) $) 185 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 165 T ELT)) (-1762 (((-3 |#3| "failed") $) 133 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 148 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 147 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 142 T ELT) (((-711 |#1|) (-1298 $)) 141 T ELT)) (-2439 (($ $) 163 T ELT)) (-2450 ((|#1| $) 162 T ELT)) (-2433 (($ (-663 $)) 104 (|has| |#1| (-466)) ELT) (($ $ $) 103 (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-1483 (((-3 (-663 $) "failed") $) 124 T ELT)) (-3932 (((-3 (-663 $) "failed") $) 125 T ELT)) (-2429 (((-3 (-2 (|:| |var| |#3|) (|:| -3881 (-793))) "failed") $) 123 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2412 (((-114) $) 180 T ELT)) (-2425 ((|#1| $) 181 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 105 (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) 102 (|has| |#1| (-466)) ELT) (($ $ $) 101 (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 112 (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 111 (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) 109 (|has| |#1| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) 188 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 96 (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) 159 T ELT) (($ $ (-305 $)) 158 T ELT) (($ $ $ $) 157 T ELT) (($ $ (-663 $) (-663 $)) 156 T ELT) (($ $ |#3| |#1|) 155 T ELT) (($ $ (-663 |#3|) (-663 |#1|)) 154 T ELT) (($ $ |#3| $) 153 T ELT) (($ $ (-663 |#3|) (-663 $)) 152 T ELT)) (-3622 (($ $ |#3|) 117 (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 |#3|) (-663 (-793))) 49 T ELT) (($ $ |#3| (-793)) 48 T ELT) (($ $ (-663 |#3|)) 47 T ELT) (($ $ |#3|) 45 T ELT)) (-4283 ((|#2| $) 164 T ELT) (((-793) $ |#3|) 140 T ELT) (((-663 (-793)) $ (-663 |#3|)) 139 T ELT)) (-4417 (((-915 (-391)) $) 92 (-12 (|has| |#3| (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) 91 (-12 (|has| |#3| (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) 90 (-12 (|has| |#3| (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) 189 (|has| |#1| (-466)) ELT) (($ $ |#3|) 116 (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 114 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 179 T ELT) (($ |#3|) 149 T ELT) (($ $) 95 (|has| |#1| (-571)) ELT) (($ (-421 (-560))) 88 (-2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT)) (-2277 (((-663 |#1|) $) 182 T ELT)) (-2453 ((|#1| $ |#2|) 169 T ELT) (($ $ |#3| (-793)) 138 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 137 T ELT)) (-3187 (((-713 $) $) 89 (-2191 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) 37 T CONST)) (-2311 (($ $ $ (-793)) 187 (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 99 (|has| |#1| (-571)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-663 |#3|) (-663 (-793))) 52 T ELT) (($ $ |#3| (-793)) 51 T ELT) (($ $ (-663 |#3|)) 50 T ELT) (($ $ |#3|) 46 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 170 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 161 T ELT) (($ $ |#1|) 160 T ELT)))
-(((-979 |#1| |#2| |#3|) (-142) (-1080) (-815) (-871)) (T -979))
-((-2075 (*1 *1 *1) (-12 (-4 *1 (-979 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-466)))) (-4283 (*1 *2 *1 *3) (-12 (-4 *1 (-979 *4 *5 *3)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-5 *2 (-793)))) (-4283 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *1 (-979 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 (-793))))) (-2453 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-979 *4 *5 *2)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *2 (-871)))) (-2453 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 (-793))) (-4 *1 (-979 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)))) (-3548 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-979 *3 *4 *5)))) (-3349 (*1 *2 *1 *3) (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-5 *2 (-1202 *1)) (-4 *1 (-979 *4 *5 *3)))) (-3349 (*1 *2 *1) (-12 (-4 *1 (-979 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-1202 *3)))) (-1762 (*1 *2 *1) (|partial| -12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)))) (-4486 (*1 *2 *1 *3) (-12 (-4 *1 (-979 *4 *5 *3)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-5 *2 (-793)))) (-4486 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *1 (-979 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 (-793))))) (-3883 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-979 *4 *5 *3)))) (-3528 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-979 *4 *5 *2)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *2 (-871)))) (-3528 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 (-793))) (-4 *1 (-979 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)))) (-3541 (*1 *1 *2 *3) (-12 (-5 *2 (-1202 *4)) (-4 *4 (-1080)) (-4 *1 (-979 *4 *5 *3)) (-4 *5 (-815)) (-4 *3 (-871)))) (-3541 (*1 *1 *2 *3) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-979 *4 *5 *3)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)))) (-3932 (*1 *2 *1) (|partial| -12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-979 *3 *4 *5)))) (-1483 (*1 *2 *1) (|partial| -12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-979 *3 *4 *5)))) (-2429 (*1 *2 *1) (|partial| -12 (-4 *1 (-979 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-2 (|:| |var| *5) (|:| -3881 (-793)))))) (-3302 (*1 *2 *1) (-12 (-4 *1 (-979 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-793)))) (-3302 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *1 (-979 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-793)))) (-3557 (*1 *2 *1) (-12 (-4 *1 (-979 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *5)))) (-2462 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-979 *3 *4 *5)))) (-2076 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)) (-4 *3 (-175)))) (-3622 (*1 *1 *1 *2) (-12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)) (-4 *3 (-175)))) (-2389 (*1 *1 *1 *2) (-12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)) (-4 *3 (-466)))) (-2075 (*1 *1 *1 *2) (-12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)) (-4 *3 (-466)))) (-2082 (*1 *1 *1) (-12 (-4 *1 (-979 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-466)))) (-2326 (*1 *2 *1) (-12 (-4 *3 (-466)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-419 *1)) (-4 *1 (-979 *3 *4 *5)))))
-(-13 (-927 |t#3|) (-338 |t#1| |t#2|) (-321 $) (-528 |t#3| |t#1|) (-528 |t#3| $) (-1069 |t#3|) (-390 |t#1|) (-10 -8 (-15 -4283 ((-793) $ |t#3|)) (-15 -4283 ((-663 (-793)) $ (-663 |t#3|))) (-15 -2453 ($ $ |t#3| (-793))) (-15 -2453 ($ $ (-663 |t#3|) (-663 (-793)))) (-15 -3548 ((-663 $) $)) (-15 -3349 ((-1202 $) $ |t#3|)) (-15 -3349 ((-1202 |t#1|) $)) (-15 -1762 ((-3 |t#3| "failed") $)) (-15 -4486 ((-793) $ |t#3|)) (-15 -4486 ((-663 (-793)) $ (-663 |t#3|))) (-15 -3883 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $ |t#3|)) (-15 -3528 ($ $ |t#3| (-793))) (-15 -3528 ($ $ (-663 |t#3|) (-663 (-793)))) (-15 -3541 ($ (-1202 |t#1|) |t#3|)) (-15 -3541 ($ (-1202 $) |t#3|)) (-15 -3932 ((-3 (-663 $) "failed") $)) (-15 -1483 ((-3 (-663 $) "failed") $)) (-15 -2429 ((-3 (-2 (|:| |var| |t#3|) (|:| -3881 (-793))) "failed") $)) (-15 -3302 ((-793) $)) (-15 -3302 ((-793) $ (-663 |t#3|))) (-15 -3557 ((-663 |t#3|) $)) (-15 -2462 ((-663 $) $)) (IF (|has| |t#1| (-633 (-549))) (IF (|has| |t#3| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-633 (-915 (-560)))) (IF (|has| |t#3| (-633 (-915 (-560)))) (-6 (-633 (-915 (-560)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-633 (-915 (-391)))) (IF (|has| |t#3| (-633 (-915 (-391)))) (-6 (-633 (-915 (-391)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-911 (-560))) (IF (|has| |t#3| (-911 (-560))) (-6 (-911 (-560))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-911 (-391))) (IF (|has| |t#3| (-911 (-391))) (-6 (-911 (-391))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-175)) (PROGN (-15 -2076 ($ $ $ |t#3|)) (-15 -3622 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-466)) (PROGN (-6 (-466)) (-15 -2389 ($ $ |t#3|)) (-15 -2075 ($ $)) (-15 -2075 ($ $ |t#3|)) (-15 -2326 ((-419 $) $)) (-15 -2082 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4507)) (-6 -4507) |%noBranch|) (IF (|has| |t#1| (-939)) (-6 (-939)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 |#3|) . T) ((-635 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-633 (-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))) ((-633 (-915 (-391))) -12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#3| (-633 (-915 (-391))))) ((-633 (-915 (-560))) -12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#3| (-633 (-915 (-560))))) ((-302) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-321 $) . T) ((-338 |#1| |#2|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2191 (|has| |#1| (-939)) (|has| |#1| (-466))) ((-528 |#3| |#1|) . T) ((-528 |#3| $) . T) ((-528 $ $) . T) ((-571) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-748) . T) ((-921 $ |#3|) . T) ((-927 |#3|) . T) ((-929 |#3|) . T) ((-911 (-391)) -12 (|has| |#1| (-911 (-391))) (|has| |#3| (-911 (-391)))) ((-911 (-560)) -12 (|has| |#1| (-911 (-560))) (|has| |#3| (-911 (-560)))) ((-939) |has| |#1| (-939)) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1069 |#3|) . T) ((-1082 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1087 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) |has| |#1| (-939)))
-((-3557 (((-663 |#2|) |#5|) 40 T ELT)) (-3349 (((-1202 |#5|) |#5| |#2| (-1202 |#5|)) 23 T ELT) (((-421 (-1202 |#5|)) |#5| |#2|) 16 T ELT)) (-3541 ((|#5| (-421 (-1202 |#5|)) |#2|) 30 T ELT)) (-1762 (((-3 |#2| "failed") |#5|) 71 T ELT)) (-1483 (((-3 (-663 |#5|) "failed") |#5|) 65 T ELT)) (-1968 (((-3 (-2 (|:| |val| |#5|) (|:| -3881 (-560))) "failed") |#5|) 53 T ELT)) (-3932 (((-3 (-663 |#5|) "failed") |#5|) 67 T ELT)) (-2429 (((-3 (-2 (|:| |var| |#2|) (|:| -3881 (-560))) "failed") |#5|) 57 T ELT)))
-(((-980 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3557 ((-663 |#2|) |#5|)) (-15 -1762 ((-3 |#2| "failed") |#5|)) (-15 -3349 ((-421 (-1202 |#5|)) |#5| |#2|)) (-15 -3541 (|#5| (-421 (-1202 |#5|)) |#2|)) (-15 -3349 ((-1202 |#5|) |#5| |#2| (-1202 |#5|))) (-15 -3932 ((-3 (-663 |#5|) "failed") |#5|)) (-15 -1483 ((-3 (-663 |#5|) "failed") |#5|)) (-15 -2429 ((-3 (-2 (|:| |var| |#2|) (|:| -3881 (-560))) "failed") |#5|)) (-15 -1968 ((-3 (-2 (|:| |val| |#5|) (|:| -3881 (-560))) "failed") |#5|))) (-815) (-871) (-1080) (-979 |#3| |#1| |#2|) (-13 (-376) (-10 -8 (-15 -2539 ($ |#4|)) (-15 -4420 (|#4| $)) (-15 -4429 (|#4| $))))) (T -980))
-((-1968 (*1 *2 *3) (|partial| -12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080)) (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -3881 (-560)))) (-5 *1 (-980 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))) (-2429 (*1 *2 *3) (|partial| -12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080)) (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -3881 (-560)))) (-5 *1 (-980 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))) (-1483 (*1 *2 *3) (|partial| -12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080)) (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-663 *3)) (-5 *1 (-980 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))) (-3932 (*1 *2 *3) (|partial| -12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080)) (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-663 *3)) (-5 *1 (-980 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))) (-3349 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1202 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))) (-4 *7 (-979 *6 *5 *4)) (-4 *5 (-815)) (-4 *4 (-871)) (-4 *6 (-1080)) (-5 *1 (-980 *5 *4 *6 *7 *3)))) (-3541 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-1202 *2))) (-4 *5 (-815)) (-4 *4 (-871)) (-4 *6 (-1080)) (-4 *2 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))) (-5 *1 (-980 *5 *4 *6 *7 *2)) (-4 *7 (-979 *6 *5 *4)))) (-3349 (*1 *2 *3 *4) (-12 (-4 *5 (-815)) (-4 *4 (-871)) (-4 *6 (-1080)) (-4 *7 (-979 *6 *5 *4)) (-5 *2 (-421 (-1202 *3))) (-5 *1 (-980 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))) (-1762 (*1 *2 *3) (|partial| -12 (-4 *4 (-815)) (-4 *5 (-1080)) (-4 *6 (-979 *5 *4 *2)) (-4 *2 (-871)) (-5 *1 (-980 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *6)) (-15 -4420 (*6 $)) (-15 -4429 (*6 $))))))) (-3557 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080)) (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-663 *5)) (-5 *1 (-980 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))))
-(-10 -7 (-15 -3557 ((-663 |#2|) |#5|)) (-15 -1762 ((-3 |#2| "failed") |#5|)) (-15 -3349 ((-421 (-1202 |#5|)) |#5| |#2|)) (-15 -3541 (|#5| (-421 (-1202 |#5|)) |#2|)) (-15 -3349 ((-1202 |#5|) |#5| |#2| (-1202 |#5|))) (-15 -3932 ((-3 (-663 |#5|) "failed") |#5|)) (-15 -1483 ((-3 (-663 |#5|) "failed") |#5|)) (-15 -2429 ((-3 (-2 (|:| |var| |#2|) (|:| -3881 (-560))) "failed") |#5|)) (-15 -1968 ((-3 (-2 (|:| |val| |#5|) (|:| -3881 (-560))) "failed") |#5|)))
-((-2067 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24 T ELT)))
-(((-981 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2067 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-815) (-871) (-1080) (-979 |#3| |#1| |#2|) (-13 (-1132) (-10 -8 (-15 -2413 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793)))))) (T -981))
-((-2067 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-871)) (-4 *8 (-1080)) (-4 *6 (-815)) (-4 *2 (-13 (-1132) (-10 -8 (-15 -2413 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793)))))) (-5 *1 (-981 *6 *7 *8 *5 *2)) (-4 *5 (-979 *8 *6 *7)))))
-(-10 -7 (-15 -2067 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
-((-2276 (((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) |#3| (-793)) 49 T ELT)) (-2299 (((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) (-421 (-560)) (-793)) 44 T ELT)) (-1409 (((-2 (|:| -3881 (-793)) (|:| -1398 |#4|) (|:| |radicand| (-663 |#4|))) |#4| (-793)) 65 T ELT)) (-3524 (((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) |#5| (-793)) 74 (|has| |#3| (-466)) ELT)))
-(((-982 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2276 ((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) |#3| (-793))) (-15 -2299 ((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) (-421 (-560)) (-793))) (IF (|has| |#3| (-466)) (-15 -3524 ((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) |#5| (-793))) |%noBranch|) (-15 -1409 ((-2 (|:| -3881 (-793)) (|:| -1398 |#4|) (|:| |radicand| (-663 |#4|))) |#4| (-793)))) (-815) (-871) (-571) (-979 |#3| |#1| |#2|) (-13 (-376) (-10 -8 (-15 -2539 ($ |#4|)) (-15 -4420 (|#4| $)) (-15 -4429 (|#4| $))))) (T -982))
-((-1409 (*1 *2 *3 *4) (-12 (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-571)) (-4 *3 (-979 *7 *5 *6)) (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *3) (|:| |radicand| (-663 *3)))) (-5 *1 (-982 *5 *6 *7 *3 *8)) (-5 *4 (-793)) (-4 *8 (-13 (-376) (-10 -8 (-15 -2539 ($ *3)) (-15 -4420 (*3 $)) (-15 -4429 (*3 $))))))) (-3524 (*1 *2 *3 *4) (-12 (-4 *7 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-571)) (-4 *8 (-979 *7 *5 *6)) (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *3) (|:| |radicand| *3))) (-5 *1 (-982 *5 *6 *7 *8 *3)) (-5 *4 (-793)) (-4 *3 (-13 (-376) (-10 -8 (-15 -2539 ($ *8)) (-15 -4420 (*8 $)) (-15 -4429 (*8 $))))))) (-2299 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-560))) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-571)) (-4 *8 (-979 *7 *5 *6)) (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *9) (|:| |radicand| *9))) (-5 *1 (-982 *5 *6 *7 *8 *9)) (-5 *4 (-793)) (-4 *9 (-13 (-376) (-10 -8 (-15 -2539 ($ *8)) (-15 -4420 (*8 $)) (-15 -4429 (*8 $))))))) (-2276 (*1 *2 *3 *4) (-12 (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-571)) (-4 *7 (-979 *3 *5 *6)) (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *8) (|:| |radicand| *8))) (-5 *1 (-982 *5 *6 *3 *7 *8)) (-5 *4 (-793)) (-4 *8 (-13 (-376) (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))))
-(-10 -7 (-15 -2276 ((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) |#3| (-793))) (-15 -2299 ((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) (-421 (-560)) (-793))) (IF (|has| |#3| (-466)) (-15 -3524 ((-2 (|:| -3881 (-793)) (|:| -1398 |#5|) (|:| |radicand| |#5|)) |#5| (-793))) |%noBranch|) (-15 -1409 ((-2 (|:| -3881 (-793)) (|:| -1398 |#4|) (|:| |radicand| (-663 |#4|))) |#4| (-793))))
-((-2294 (((-114) $ $) NIL T ELT)) (-4063 (($ (-1151)) 8 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 15 T ELT) (((-1151) $) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 11 T ELT)))
-(((-983) (-13 (-1132) (-632 (-1151)) (-10 -8 (-15 -4063 ($ (-1151)))))) (T -983))
-((-4063 (*1 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-983)))))
-(-13 (-1132) (-632 (-1151)) (-10 -8 (-15 -4063 ($ (-1151)))))
-((-3434 (((-1120 (-229)) $) 8 T ELT)) (-3419 (((-1120 (-229)) $) 9 T ELT)) (-4090 (((-663 (-663 (-972 (-229)))) $) 10 T ELT)) (-2539 (((-887) $) 6 T ELT)))
-(((-984) (-142)) (T -984))
-((-4090 (*1 *2 *1) (-12 (-4 *1 (-984)) (-5 *2 (-663 (-663 (-972 (-229))))))) (-3419 (*1 *2 *1) (-12 (-4 *1 (-984)) (-5 *2 (-1120 (-229))))) (-3434 (*1 *2 *1) (-12 (-4 *1 (-984)) (-5 *2 (-1120 (-229))))))
-(-13 (-632 (-887)) (-10 -8 (-15 -4090 ((-663 (-663 (-972 (-229)))) $)) (-15 -3419 ((-1120 (-229)) $)) (-15 -3434 ((-1120 (-229)) $))))
-(((-632 (-887)) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 78 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 79 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 34 T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-2474 (($ $) 31 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1524 (($ $ |#1| |#2| $) 62 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) 17 T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| |#2|) NIL T ELT)) (-4486 ((|#2| $) 24 T ELT)) (-1729 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2439 (($ $) 28 T ELT)) (-2450 ((|#1| $) 26 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) 51 T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3319 (($ $ |#2| |#1| $) 90 (-12 (|has| |#2| (-133)) (|has| |#1| (-571))) ELT)) (-2283 (((-3 $ "failed") $ $) 91 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ |#1|) 85 (|has| |#1| (-571)) ELT)) (-4283 ((|#2| $) 22 T ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) 46 T ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) 41 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ |#2|) 37 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 15 T CONST)) (-2311 (($ $ $ (-793)) 74 (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) 84 (|has| |#1| (-571)) ELT)) (-1427 (($) 27 T CONST)) (-1439 (($) 12 T CONST)) (-2329 (((-114) $ $) 83 T ELT)) (-2436 (($ $ |#1|) 92 (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) 69 T ELT) (($ $ (-793)) 67 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 66 T ELT) (($ $ |#1|) 64 T ELT) (($ |#1| $) 63 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-985 |#1| |#2|) (-13 (-338 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-571)) (IF (|has| |#2| (-133)) (-15 -3319 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4507)) (-6 -4507) |%noBranch|))) (-1080) (-814)) (T -985))
-((-3319 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-985 *3 *2)) (-4 *2 (-133)) (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *2 (-814)))))
-(-13 (-338 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-571)) (IF (|has| |#2| (-133)) (-15 -3319 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4507)) (-6 -4507) |%noBranch|)))
-((-2589 (((-3 (-711 |#1|) "failed") |#2| (-948)) 18 T ELT)))
-(((-986 |#1| |#2|) (-10 -7 (-15 -2589 ((-3 (-711 |#1|) "failed") |#2| (-948)))) (-571) (-680 |#1|)) (T -986))
-((-2589 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-948)) (-4 *5 (-571)) (-5 *2 (-711 *5)) (-5 *1 (-986 *5 *3)) (-4 *3 (-680 *5)))))
-(-10 -7 (-15 -2589 ((-3 (-711 |#1|) "failed") |#2| (-948))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) |#1|) 20 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) 19 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 17 T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) |#1|) 16 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) 11 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) 21 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) 13 T ELT)) (-1495 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) 18 T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 22 T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 15 T ELT)) (-4357 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2305 (((-793) $) 8 (|has| $ (-6 -4509)) ELT)))
-(((-987 |#1|) (-19 |#1|) (-1248)) (T -987))
+((-3834 (((-326 |#1|) (-491)) 16 T ELT)))
+(((-950 |#1|) (-10 -7 (-15 -3834 ((-326 |#1|) (-491)))) (-571)) (T -950))
+((-3834 (*1 *2 *3) (-12 (-5 *3 (-491)) (-5 *2 (-326 *4)) (-5 *1 (-950 *4)) (-4 *4 (-571)))))
+(-10 -7 (-15 -3834 ((-326 |#1|) (-491))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-951) (-142)) (T -951))
+((-4016 (*1 *2 *3) (-12 (-4 *1 (-951)) (-5 *2 (-2 (|:| -3265 (-663 *1)) (|:| -3505 *1))) (-5 *3 (-663 *1)))) (-4461 (*1 *2 *3 *1) (-12 (-4 *1 (-951)) (-5 *2 (-713 (-663 *1))) (-5 *3 (-663 *1)))))
+(-13 (-466) (-10 -8 (-15 -4016 ((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $))) (-15 -4461 ((-713 (-663 $)) (-663 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-4071 (((-1203 |#2|) (-663 |#2|) (-663 |#2|)) 17 T ELT) (((-1268 |#1| |#2|) (-1268 |#1| |#2|) (-663 |#2|) (-663 |#2|)) 13 T ELT)))
+(((-952 |#1| |#2|) (-10 -7 (-15 -4071 ((-1268 |#1| |#2|) (-1268 |#1| |#2|) (-663 |#2|) (-663 |#2|))) (-15 -4071 ((-1203 |#2|) (-663 |#2|) (-663 |#2|)))) (-1209) (-376)) (T -952))
+((-4071 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *5)) (-4 *5 (-376)) (-5 *2 (-1203 *5)) (-5 *1 (-952 *4 *5)) (-14 *4 (-1209)))) (-4071 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1268 *4 *5)) (-5 *3 (-663 *5)) (-14 *4 (-1209)) (-4 *5 (-376)) (-5 *1 (-952 *4 *5)))))
+(-10 -7 (-15 -4071 ((-1268 |#1| |#2|) (-1268 |#1| |#2|) (-663 |#2|) (-663 |#2|))) (-15 -4071 ((-1203 |#2|) (-663 |#2|) (-663 |#2|))))
+((-2326 ((|#2| (-663 |#1|) (-663 |#1|)) 28 T ELT)))
+(((-953 |#1| |#2|) (-10 -7 (-15 -2326 (|#2| (-663 |#1|) (-663 |#1|)))) (-376) (-1275 |#1|)) (T -953))
+((-2326 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-376)) (-4 *2 (-1275 *4)) (-5 *1 (-953 *4 *2)))))
+(-10 -7 (-15 -2326 (|#2| (-663 |#1|) (-663 |#1|))))
+((-3185 (((-560) (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-1191)) 175 T ELT)) (-4294 ((|#4| |#4|) 194 T ELT)) (-3540 (((-663 (-421 (-976 |#1|))) (-663 (-1209))) 146 T ELT)) (-2905 (((-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))) (-711 |#4|) (-663 (-421 (-976 |#1|))) (-663 (-663 |#4|)) (-793) (-793) (-560)) 88 T ELT)) (-1666 (((-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-663 |#4|)) 69 T ELT)) (-1358 (((-711 |#4|) (-711 |#4|) (-663 |#4|)) 65 T ELT)) (-4393 (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-1191)) 187 T ELT)) (-2016 (((-560) (-711 |#4|) (-949) (-1191)) 167 T ELT) (((-560) (-711 |#4|) (-663 (-1209)) (-949) (-1191)) 166 T ELT) (((-560) (-711 |#4|) (-663 |#4|) (-949) (-1191)) 165 T ELT) (((-560) (-711 |#4|) (-1191)) 154 T ELT) (((-560) (-711 |#4|) (-663 (-1209)) (-1191)) 153 T ELT) (((-560) (-711 |#4|) (-663 |#4|) (-1191)) 152 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-949)) 151 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 (-1209)) (-949)) 150 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 |#4|) (-949)) 149 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|)) 148 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 (-1209))) 147 T ELT) (((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 |#4|)) 143 T ELT)) (-3583 ((|#4| (-976 |#1|)) 80 T ELT)) (-4372 (((-114) (-663 |#4|) (-663 (-663 |#4|))) 191 T ELT)) (-3773 (((-663 (-663 (-560))) (-560) (-560)) 161 T ELT)) (-2099 (((-663 (-663 |#4|)) (-663 (-663 |#4|))) 106 T ELT)) (-2374 (((-793) (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|))))) 100 T ELT)) (-2202 (((-793) (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|))))) 99 T ELT)) (-2193 (((-114) (-663 (-976 |#1|))) 19 T ELT) (((-114) (-663 |#4|)) 15 T ELT)) (-3590 (((-2 (|:| |sysok| (-114)) (|:| |z0| (-663 |#4|)) (|:| |n0| (-663 |#4|))) (-663 |#4|) (-663 |#4|)) 84 T ELT)) (-4219 (((-663 |#4|) |#4|) 57 T ELT)) (-1467 (((-663 (-421 (-976 |#1|))) (-663 |#4|)) 142 T ELT) (((-711 (-421 (-976 |#1|))) (-711 |#4|)) 66 T ELT) (((-421 (-976 |#1|)) |#4|) 139 T ELT)) (-1399 (((-2 (|:| |rgl| (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))))))) (|:| |rgsz| (-560))) (-711 |#4|) (-663 (-421 (-976 |#1|))) (-793) (-1191) (-560)) 112 T ELT)) (-3251 (((-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))) (-711 |#4|) (-793)) 98 T ELT)) (-1996 (((-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-711 |#4|) (-793)) 121 T ELT)) (-3777 (((-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-2 (|:| -1806 (-711 (-421 (-976 |#1|)))) (|:| |vec| (-663 (-421 (-976 |#1|)))) (|:| -1486 (-793)) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) 56 T ELT)))
+(((-954 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 |#4|))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 (-1209)))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 |#4|) (-949))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 (-1209)) (-949))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-949))) (-15 -2016 ((-560) (-711 |#4|) (-663 |#4|) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-663 (-1209)) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-663 |#4|) (-949) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-663 (-1209)) (-949) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-949) (-1191))) (-15 -3185 ((-560) (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-1191))) (-15 -4393 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-1191))) (-15 -1399 ((-2 (|:| |rgl| (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))))))) (|:| |rgsz| (-560))) (-711 |#4|) (-663 (-421 (-976 |#1|))) (-793) (-1191) (-560))) (-15 -1467 ((-421 (-976 |#1|)) |#4|)) (-15 -1467 ((-711 (-421 (-976 |#1|))) (-711 |#4|))) (-15 -1467 ((-663 (-421 (-976 |#1|))) (-663 |#4|))) (-15 -3540 ((-663 (-421 (-976 |#1|))) (-663 (-1209)))) (-15 -3583 (|#4| (-976 |#1|))) (-15 -3590 ((-2 (|:| |sysok| (-114)) (|:| |z0| (-663 |#4|)) (|:| |n0| (-663 |#4|))) (-663 |#4|) (-663 |#4|))) (-15 -3251 ((-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))) (-711 |#4|) (-793))) (-15 -1666 ((-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-663 |#4|))) (-15 -3777 ((-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-2 (|:| -1806 (-711 (-421 (-976 |#1|)))) (|:| |vec| (-663 (-421 (-976 |#1|)))) (|:| -1486 (-793)) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (-15 -4219 ((-663 |#4|) |#4|)) (-15 -2202 ((-793) (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))))) (-15 -2374 ((-793) (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))))) (-15 -2099 ((-663 (-663 |#4|)) (-663 (-663 |#4|)))) (-15 -3773 ((-663 (-663 (-560))) (-560) (-560))) (-15 -4372 ((-114) (-663 |#4|) (-663 (-663 |#4|)))) (-15 -1996 ((-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-711 |#4|) (-793))) (-15 -1358 ((-711 |#4|) (-711 |#4|) (-663 |#4|))) (-15 -2905 ((-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))) (-711 |#4|) (-663 (-421 (-976 |#1|))) (-663 (-663 |#4|)) (-793) (-793) (-560))) (-15 -4294 (|#4| |#4|)) (-15 -2193 ((-114) (-663 |#4|))) (-15 -2193 ((-114) (-663 (-976 |#1|))))) (-13 (-319) (-149)) (-13 (-872) (-633 (-1209))) (-817) (-980 |#1| |#3| |#2|)) (T -954))
+((-2193 (*1 *2 *3) (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-114)) (-5 *1 (-954 *4 *5 *6 *7)) (-4 *7 (-980 *4 *6 *5)))) (-2193 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-114)) (-5 *1 (-954 *4 *5 *6 *7)))) (-4294 (*1 *2 *2) (-12 (-4 *3 (-13 (-319) (-149))) (-4 *4 (-13 (-872) (-633 (-1209)))) (-4 *5 (-817)) (-5 *1 (-954 *3 *4 *5 *2)) (-4 *2 (-980 *3 *5 *4)))) (-2905 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-5 *4 (-711 *12)) (-5 *5 (-663 (-421 (-976 *9)))) (-5 *6 (-663 (-663 *12))) (-5 *7 (-793)) (-5 *8 (-560)) (-4 *9 (-13 (-319) (-149))) (-4 *12 (-980 *9 *11 *10)) (-4 *10 (-13 (-872) (-633 (-1209)))) (-4 *11 (-817)) (-5 *2 (-2 (|:| |eqzro| (-663 *12)) (|:| |neqzro| (-663 *12)) (|:| |wcond| (-663 (-976 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *9)))) (|:| -4222 (-663 (-1299 (-421 (-976 *9))))))))) (-5 *1 (-954 *9 *10 *11 *12)))) (-1358 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *7)) (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *1 (-954 *4 *5 *6 *7)))) (-1996 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-5 *4 (-793)) (-4 *8 (-980 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-663 (-2 (|:| |det| *8) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (-5 *1 (-954 *5 *6 *7 *8)))) (-4372 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-663 *8))) (-5 *3 (-663 *8)) (-4 *8 (-980 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-114)) (-5 *1 (-954 *5 *6 *7 *8)))) (-3773 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-663 (-663 (-560)))) (-5 *1 (-954 *4 *5 *6 *7)) (-5 *3 (-560)) (-4 *7 (-980 *4 *6 *5)))) (-2099 (*1 *2 *2) (-12 (-5 *2 (-663 (-663 *6))) (-4 *6 (-980 *3 *5 *4)) (-4 *3 (-13 (-319) (-149))) (-4 *4 (-13 (-872) (-633 (-1209)))) (-4 *5 (-817)) (-5 *1 (-954 *3 *4 *5 *6)))) (-2374 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| *7) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 *7))))) (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-793)) (-5 *1 (-954 *4 *5 *6 *7)))) (-2202 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| *7) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 *7))))) (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-793)) (-5 *1 (-954 *4 *5 *6 *7)))) (-4219 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-663 *3)) (-5 *1 (-954 *4 *5 *6 *3)) (-4 *3 (-980 *4 *6 *5)))) (-3777 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1806 (-711 (-421 (-976 *4)))) (|:| |vec| (-663 (-421 (-976 *4)))) (|:| -1486 (-793)) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-2 (|:| |partsol| (-1299 (-421 (-976 *4)))) (|:| -4222 (-663 (-1299 (-421 (-976 *4))))))) (-5 *1 (-954 *4 *5 *6 *7)) (-4 *7 (-980 *4 *6 *5)))) (-1666 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1299 (-421 (-976 *4)))) (|:| -4222 (-663 (-1299 (-421 (-976 *4))))))) (-5 *3 (-663 *7)) (-4 *4 (-13 (-319) (-149))) (-4 *7 (-980 *4 *6 *5)) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *1 (-954 *4 *5 *6 *7)))) (-3251 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-4 *8 (-980 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| *8) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 *8))))) (-5 *1 (-954 *5 *6 *7 *8)) (-5 *4 (-793)))) (-3590 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-4 *7 (-980 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-114)) (|:| |z0| (-663 *7)) (|:| |n0| (-663 *7)))) (-5 *1 (-954 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-3583 (*1 *2 *3) (-12 (-5 *3 (-976 *4)) (-4 *4 (-13 (-319) (-149))) (-4 *2 (-980 *4 *6 *5)) (-5 *1 (-954 *4 *5 *6 *2)) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)))) (-3540 (*1 *2 *3) (-12 (-5 *3 (-663 (-1209))) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-663 (-421 (-976 *4)))) (-5 *1 (-954 *4 *5 *6 *7)) (-4 *7 (-980 *4 *6 *5)))) (-1467 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-663 (-421 (-976 *4)))) (-5 *1 (-954 *4 *5 *6 *7)))) (-1467 (*1 *2 *3) (-12 (-5 *3 (-711 *7)) (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-711 (-421 (-976 *4)))) (-5 *1 (-954 *4 *5 *6 *7)))) (-1467 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-421 (-976 *4))) (-5 *1 (-954 *4 *5 *6 *3)) (-4 *3 (-980 *4 *6 *5)))) (-1399 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-711 *11)) (-5 *4 (-663 (-421 (-976 *8)))) (-5 *5 (-793)) (-5 *6 (-1191)) (-4 *8 (-13 (-319) (-149))) (-4 *11 (-980 *8 *10 *9)) (-4 *9 (-13 (-872) (-633 (-1209)))) (-4 *10 (-817)) (-5 *2 (-2 (|:| |rgl| (-663 (-2 (|:| |eqzro| (-663 *11)) (|:| |neqzro| (-663 *11)) (|:| |wcond| (-663 (-976 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *8)))) (|:| -4222 (-663 (-1299 (-421 (-976 *8)))))))))) (|:| |rgsz| (-560)))) (-5 *1 (-954 *8 *9 *10 *11)) (-5 *7 (-560)))) (-4393 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *7)) (|:| |neqzro| (-663 *7)) (|:| |wcond| (-663 (-976 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *4)))) (|:| -4222 (-663 (-1299 (-421 (-976 *4)))))))))) (-5 *1 (-954 *4 *5 *6 *7)) (-4 *7 (-980 *4 *6 *5)))) (-3185 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8)) (|:| |wcond| (-663 (-976 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *5)))) (|:| -4222 (-663 (-1299 (-421 (-976 *5)))))))))) (-5 *4 (-1191)) (-4 *5 (-13 (-319) (-149))) (-4 *8 (-980 *5 *7 *6)) (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-560)) (-5 *1 (-954 *5 *6 *7 *8)))) (-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *4 (-949)) (-5 *5 (-1191)) (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817)) (-5 *2 (-560)) (-5 *1 (-954 *6 *7 *8 *9)))) (-2016 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-711 *10)) (-5 *4 (-663 (-1209))) (-5 *5 (-949)) (-5 *6 (-1191)) (-4 *10 (-980 *7 *9 *8)) (-4 *7 (-13 (-319) (-149))) (-4 *8 (-13 (-872) (-633 (-1209)))) (-4 *9 (-817)) (-5 *2 (-560)) (-5 *1 (-954 *7 *8 *9 *10)))) (-2016 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-711 *10)) (-5 *4 (-663 *10)) (-5 *5 (-949)) (-5 *6 (-1191)) (-4 *10 (-980 *7 *9 *8)) (-4 *7 (-13 (-319) (-149))) (-4 *8 (-13 (-872) (-633 (-1209)))) (-4 *9 (-817)) (-5 *2 (-560)) (-5 *1 (-954 *7 *8 *9 *10)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-5 *4 (-1191)) (-4 *8 (-980 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-560)) (-5 *1 (-954 *5 *6 *7 *8)))) (-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 (-1209))) (-5 *5 (-1191)) (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817)) (-5 *2 (-560)) (-5 *1 (-954 *6 *7 *8 *9)))) (-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 *9)) (-5 *5 (-1191)) (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817)) (-5 *2 (-560)) (-5 *1 (-954 *6 *7 *8 *9)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-5 *4 (-949)) (-4 *8 (-980 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8)) (|:| |wcond| (-663 (-976 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *5)))) (|:| -4222 (-663 (-1299 (-421 (-976 *5)))))))))) (-5 *1 (-954 *5 *6 *7 *8)))) (-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 (-1209))) (-5 *5 (-949)) (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *9)) (|:| |neqzro| (-663 *9)) (|:| |wcond| (-663 (-976 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *6)))) (|:| -4222 (-663 (-1299 (-421 (-976 *6)))))))))) (-5 *1 (-954 *6 *7 *8 *9)))) (-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-711 *9)) (-5 *5 (-949)) (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *9)) (|:| |neqzro| (-663 *9)) (|:| |wcond| (-663 (-976 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *6)))) (|:| -4222 (-663 (-1299 (-421 (-976 *6)))))))))) (-5 *1 (-954 *6 *7 *8 *9)) (-5 *4 (-663 *9)))) (-2016 (*1 *2 *3) (-12 (-5 *3 (-711 *7)) (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *7)) (|:| |neqzro| (-663 *7)) (|:| |wcond| (-663 (-976 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *4)))) (|:| -4222 (-663 (-1299 (-421 (-976 *4)))))))))) (-5 *1 (-954 *4 *5 *6 *7)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-5 *4 (-663 (-1209))) (-4 *8 (-980 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8)) (|:| |wcond| (-663 (-976 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *5)))) (|:| -4222 (-663 (-1299 (-421 (-976 *5)))))))))) (-5 *1 (-954 *5 *6 *7 *8)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-711 *8)) (-4 *8 (-980 *5 *7 *6)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-663 (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8)) (|:| |wcond| (-663 (-976 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 *5)))) (|:| -4222 (-663 (-1299 (-421 (-976 *5)))))))))) (-5 *1 (-954 *5 *6 *7 *8)) (-5 *4 (-663 *8)))))
+(-10 -7 (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 |#4|))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 (-1209)))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 |#4|) (-949))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-663 (-1209)) (-949))) (-15 -2016 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-711 |#4|) (-949))) (-15 -2016 ((-560) (-711 |#4|) (-663 |#4|) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-663 (-1209)) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-663 |#4|) (-949) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-663 (-1209)) (-949) (-1191))) (-15 -2016 ((-560) (-711 |#4|) (-949) (-1191))) (-15 -3185 ((-560) (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-1191))) (-15 -4393 ((-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|))))))))) (-1191))) (-15 -1399 ((-2 (|:| |rgl| (-663 (-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))))))) (|:| |rgsz| (-560))) (-711 |#4|) (-663 (-421 (-976 |#1|))) (-793) (-1191) (-560))) (-15 -1467 ((-421 (-976 |#1|)) |#4|)) (-15 -1467 ((-711 (-421 (-976 |#1|))) (-711 |#4|))) (-15 -1467 ((-663 (-421 (-976 |#1|))) (-663 |#4|))) (-15 -3540 ((-663 (-421 (-976 |#1|))) (-663 (-1209)))) (-15 -3583 (|#4| (-976 |#1|))) (-15 -3590 ((-2 (|:| |sysok| (-114)) (|:| |z0| (-663 |#4|)) (|:| |n0| (-663 |#4|))) (-663 |#4|) (-663 |#4|))) (-15 -3251 ((-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))) (-711 |#4|) (-793))) (-15 -1666 ((-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-663 |#4|))) (-15 -3777 ((-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))) (-2 (|:| -1806 (-711 (-421 (-976 |#1|)))) (|:| |vec| (-663 (-421 (-976 |#1|)))) (|:| -1486 (-793)) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (-15 -4219 ((-663 |#4|) |#4|)) (-15 -2202 ((-793) (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))))) (-15 -2374 ((-793) (-663 (-2 (|:| -1486 (-793)) (|:| |eqns| (-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))) (|:| |fgb| (-663 |#4|)))))) (-15 -2099 ((-663 (-663 |#4|)) (-663 (-663 |#4|)))) (-15 -3773 ((-663 (-663 (-560))) (-560) (-560))) (-15 -4372 ((-114) (-663 |#4|) (-663 (-663 |#4|)))) (-15 -1996 ((-663 (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560))))) (-711 |#4|) (-793))) (-15 -1358 ((-711 |#4|) (-711 |#4|) (-663 |#4|))) (-15 -2905 ((-2 (|:| |eqzro| (-663 |#4|)) (|:| |neqzro| (-663 |#4|)) (|:| |wcond| (-663 (-976 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1299 (-421 (-976 |#1|)))) (|:| -4222 (-663 (-1299 (-421 (-976 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))) (-711 |#4|) (-663 (-421 (-976 |#1|))) (-663 (-663 |#4|)) (-793) (-793) (-560))) (-15 -4294 (|#4| |#4|)) (-15 -2193 ((-114) (-663 |#4|))) (-15 -2193 ((-114) (-663 (-976 |#1|)))))
+((-2995 (($ $ (-1121 (-229))) 123 T ELT) (($ $ (-1121 (-229)) (-1121 (-229))) 124 T ELT)) (-2147 (((-1121 (-229)) $) 73 T ELT)) (-2134 (((-1121 (-229)) $) 72 T ELT)) (-3276 (((-1121 (-229)) $) 74 T ELT)) (-3044 (((-560) (-560)) 66 T ELT)) (-1954 (((-560) (-560)) 61 T ELT)) (-1516 (((-560) (-560)) 64 T ELT)) (-4440 (((-114) (-114)) 68 T ELT)) (-3281 (((-560)) 65 T ELT)) (-3585 (($ $ (-1121 (-229))) 127 T ELT) (($ $) 128 T ELT)) (-3283 (($ (-1 (-973 (-229)) (-229)) (-1121 (-229))) 142 T ELT) (($ (-1 (-973 (-229)) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229))) 143 T ELT)) (-2926 (($ (-1 (-229) (-229)) (-1121 (-229))) 150 T ELT) (($ (-1 (-229) (-229))) 154 T ELT)) (-2970 (($ (-1 (-229) (-229)) (-1121 (-229))) 138 T ELT) (($ (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229))) 139 T ELT) (($ (-663 (-1 (-229) (-229))) (-1121 (-229))) 147 T ELT) (($ (-663 (-1 (-229) (-229))) (-1121 (-229)) (-1121 (-229))) 148 T ELT) (($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229))) 140 T ELT) (($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229))) 141 T ELT) (($ $ (-1121 (-229))) 129 T ELT)) (-1816 (((-114) $) 69 T ELT)) (-1468 (((-560)) 70 T ELT)) (-3372 (((-560)) 59 T ELT)) (-1361 (((-560)) 62 T ELT)) (-4313 (((-663 (-663 (-973 (-229)))) $) 35 T ELT)) (-3085 (((-114) (-114)) 71 T ELT)) (-3834 (((-888) $) 168 T ELT)) (-3172 (((-114)) 67 T ELT)))
+(((-955) (-13 (-985) (-10 -8 (-15 -2970 ($ (-1 (-229) (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -2970 ($ (-663 (-1 (-229) (-229))) (-1121 (-229)))) (-15 -2970 ($ (-663 (-1 (-229) (-229))) (-1121 (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -3283 ($ (-1 (-973 (-229)) (-229)) (-1121 (-229)))) (-15 -3283 ($ (-1 (-973 (-229)) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -2926 ($ (-1 (-229) (-229)) (-1121 (-229)))) (-15 -2926 ($ (-1 (-229) (-229)))) (-15 -2970 ($ $ (-1121 (-229)))) (-15 -1816 ((-114) $)) (-15 -2995 ($ $ (-1121 (-229)))) (-15 -2995 ($ $ (-1121 (-229)) (-1121 (-229)))) (-15 -3585 ($ $ (-1121 (-229)))) (-15 -3585 ($ $)) (-15 -3276 ((-1121 (-229)) $)) (-15 -3372 ((-560))) (-15 -1954 ((-560) (-560))) (-15 -1361 ((-560))) (-15 -1516 ((-560) (-560))) (-15 -3281 ((-560))) (-15 -3044 ((-560) (-560))) (-15 -3172 ((-114))) (-15 -4440 ((-114) (-114))) (-15 -1468 ((-560))) (-15 -3085 ((-114) (-114)))))) (T -955))
+((-2970 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-2970 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-2970 (*1 *1 *2 *3) (-12 (-5 *2 (-663 (-1 (-229) (-229)))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-2970 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-663 (-1 (-229) (-229)))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-2970 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-2970 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-3283 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-973 (-229)) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-3283 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-973 (-229)) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-2926 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-955)))) (-2926 (*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-955)))) (-2970 (*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955)))) (-1816 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-955)))) (-2995 (*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955)))) (-2995 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955)))) (-3585 (*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955)))) (-3585 (*1 *1 *1) (-5 *1 (-955))) (-3276 (*1 *2 *1) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955)))) (-3372 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))) (-1954 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))) (-1361 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))) (-1516 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))) (-3281 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))) (-3044 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))) (-3172 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-955)))) (-4440 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-955)))) (-1468 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))) (-3085 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-955)))))
+(-13 (-985) (-10 -8 (-15 -2970 ($ (-1 (-229) (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -2970 ($ (-663 (-1 (-229) (-229))) (-1121 (-229)))) (-15 -2970 ($ (-663 (-1 (-229) (-229))) (-1121 (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -3283 ($ (-1 (-973 (-229)) (-229)) (-1121 (-229)))) (-15 -3283 ($ (-1 (-973 (-229)) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -2926 ($ (-1 (-229) (-229)) (-1121 (-229)))) (-15 -2926 ($ (-1 (-229) (-229)))) (-15 -2970 ($ $ (-1121 (-229)))) (-15 -1816 ((-114) $)) (-15 -2995 ($ $ (-1121 (-229)))) (-15 -2995 ($ $ (-1121 (-229)) (-1121 (-229)))) (-15 -3585 ($ $ (-1121 (-229)))) (-15 -3585 ($ $)) (-15 -3276 ((-1121 (-229)) $)) (-15 -3372 ((-560))) (-15 -1954 ((-560) (-560))) (-15 -1361 ((-560))) (-15 -1516 ((-560) (-560))) (-15 -3281 ((-560))) (-15 -3044 ((-560) (-560))) (-15 -3172 ((-114))) (-15 -4440 ((-114) (-114))) (-15 -1468 ((-560))) (-15 -3085 ((-114) (-114)))))
+((-2926 (((-955) |#1| (-1209)) 17 T ELT) (((-955) |#1| (-1209) (-1121 (-229))) 21 T ELT)) (-2970 (((-955) |#1| |#1| (-1209) (-1121 (-229))) 19 T ELT) (((-955) |#1| (-1209) (-1121 (-229))) 15 T ELT)))
+(((-956 |#1|) (-10 -7 (-15 -2970 ((-955) |#1| (-1209) (-1121 (-229)))) (-15 -2970 ((-955) |#1| |#1| (-1209) (-1121 (-229)))) (-15 -2926 ((-955) |#1| (-1209) (-1121 (-229)))) (-15 -2926 ((-955) |#1| (-1209)))) (-633 (-549))) (T -956))
+((-2926 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-5 *2 (-955)) (-5 *1 (-956 *3)) (-4 *3 (-633 (-549))))) (-2926 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1209)) (-5 *5 (-1121 (-229))) (-5 *2 (-955)) (-5 *1 (-956 *3)) (-4 *3 (-633 (-549))))) (-2970 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1209)) (-5 *5 (-1121 (-229))) (-5 *2 (-955)) (-5 *1 (-956 *3)) (-4 *3 (-633 (-549))))) (-2970 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1209)) (-5 *5 (-1121 (-229))) (-5 *2 (-955)) (-5 *1 (-956 *3)) (-4 *3 (-633 (-549))))))
+(-10 -7 (-15 -2970 ((-955) |#1| (-1209) (-1121 (-229)))) (-15 -2970 ((-955) |#1| |#1| (-1209) (-1121 (-229)))) (-15 -2926 ((-955) |#1| (-1209) (-1121 (-229)))) (-15 -2926 ((-955) |#1| (-1209))))
+((-2995 (($ $ (-1121 (-229)) (-1121 (-229)) (-1121 (-229))) 122 T ELT)) (-2161 (((-1121 (-229)) $) 64 T ELT)) (-2147 (((-1121 (-229)) $) 63 T ELT)) (-2134 (((-1121 (-229)) $) 62 T ELT)) (-4447 (((-663 (-663 (-229))) $) 69 T ELT)) (-3276 (((-1121 (-229)) $) 65 T ELT)) (-4333 (((-560) (-560)) 57 T ELT)) (-1744 (((-560) (-560)) 52 T ELT)) (-2346 (((-560) (-560)) 55 T ELT)) (-1820 (((-114) (-114)) 59 T ELT)) (-2395 (((-560)) 56 T ELT)) (-3585 (($ $ (-1121 (-229))) 125 T ELT) (($ $) 126 T ELT)) (-3283 (($ (-1 (-973 (-229)) (-229)) (-1121 (-229))) 132 T ELT) (($ (-1 (-973 (-229)) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229))) 133 T ELT)) (-2970 (($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229))) 135 T ELT) (($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229))) 136 T ELT) (($ $ (-1121 (-229))) 128 T ELT)) (-2750 (((-560)) 60 T ELT)) (-3385 (((-560)) 50 T ELT)) (-1741 (((-560)) 53 T ELT)) (-4313 (((-663 (-663 (-973 (-229)))) $) 152 T ELT)) (-3222 (((-114) (-114)) 61 T ELT)) (-3834 (((-888) $) 150 T ELT)) (-3769 (((-114)) 58 T ELT)))
+(((-957) (-13 (-1006) (-10 -8 (-15 -3283 ($ (-1 (-973 (-229)) (-229)) (-1121 (-229)))) (-15 -3283 ($ (-1 (-973 (-229)) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -2970 ($ $ (-1121 (-229)))) (-15 -2995 ($ $ (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -3585 ($ $ (-1121 (-229)))) (-15 -3585 ($ $)) (-15 -3276 ((-1121 (-229)) $)) (-15 -4447 ((-663 (-663 (-229))) $)) (-15 -3385 ((-560))) (-15 -1744 ((-560) (-560))) (-15 -1741 ((-560))) (-15 -2346 ((-560) (-560))) (-15 -2395 ((-560))) (-15 -4333 ((-560) (-560))) (-15 -3769 ((-114))) (-15 -1820 ((-114) (-114))) (-15 -2750 ((-560))) (-15 -3222 ((-114) (-114)))))) (T -957))
+((-3283 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-973 (-229)) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-957)))) (-3283 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-973 (-229)) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-957)))) (-2970 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-957)))) (-2970 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229))) (-5 *1 (-957)))) (-2970 (*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-957)))) (-2995 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-957)))) (-3585 (*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-957)))) (-3585 (*1 *1 *1) (-5 *1 (-957))) (-3276 (*1 *2 *1) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-957)))) (-4447 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-229)))) (-5 *1 (-957)))) (-3385 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))) (-1744 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))) (-1741 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))) (-2346 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))) (-2395 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))) (-4333 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))) (-3769 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-957)))) (-1820 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-957)))) (-2750 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))) (-3222 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-957)))))
+(-13 (-1006) (-10 -8 (-15 -3283 ($ (-1 (-973 (-229)) (-229)) (-1121 (-229)))) (-15 -3283 ($ (-1 (-973 (-229)) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)))) (-15 -2970 ($ (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1 (-229) (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -2970 ($ $ (-1121 (-229)))) (-15 -2995 ($ $ (-1121 (-229)) (-1121 (-229)) (-1121 (-229)))) (-15 -3585 ($ $ (-1121 (-229)))) (-15 -3585 ($ $)) (-15 -3276 ((-1121 (-229)) $)) (-15 -4447 ((-663 (-663 (-229))) $)) (-15 -3385 ((-560))) (-15 -1744 ((-560) (-560))) (-15 -1741 ((-560))) (-15 -2346 ((-560) (-560))) (-15 -2395 ((-560))) (-15 -4333 ((-560) (-560))) (-15 -3769 ((-114))) (-15 -1820 ((-114) (-114))) (-15 -2750 ((-560))) (-15 -3222 ((-114) (-114)))))
+((-1725 (((-663 (-1121 (-229))) (-663 (-663 (-973 (-229))))) 34 T ELT)))
+(((-958) (-10 -7 (-15 -1725 ((-663 (-1121 (-229))) (-663 (-663 (-973 (-229)))))))) (T -958))
+((-1725 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *2 (-663 (-1121 (-229)))) (-5 *1 (-958)))))
+(-10 -7 (-15 -1725 ((-663 (-1121 (-229))) (-663 (-663 (-973 (-229)))))))
+((-3316 (((-326 (-560)) (-1209)) 16 T ELT)) (-2393 (((-326 (-560)) (-1209)) 14 T ELT)) (-2292 (((-326 (-560)) (-1209)) 12 T ELT)) (-2366 (((-326 (-560)) (-1209) (-520)) 19 T ELT)))
+(((-959) (-10 -7 (-15 -2366 ((-326 (-560)) (-1209) (-520))) (-15 -2292 ((-326 (-560)) (-1209))) (-15 -3316 ((-326 (-560)) (-1209))) (-15 -2393 ((-326 (-560)) (-1209))))) (T -959))
+((-2393 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-326 (-560))) (-5 *1 (-959)))) (-3316 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-326 (-560))) (-5 *1 (-959)))) (-2292 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-326 (-560))) (-5 *1 (-959)))) (-2366 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-520)) (-5 *2 (-326 (-560))) (-5 *1 (-959)))))
+(-10 -7 (-15 -2366 ((-326 (-560)) (-1209) (-520))) (-15 -2292 ((-326 (-560)) (-1209))) (-15 -3316 ((-326 (-560)) (-1209))) (-15 -2393 ((-326 (-560)) (-1209))))
+((-3316 ((|#2| |#2|) 28 T ELT)) (-2393 ((|#2| |#2|) 29 T ELT)) (-2292 ((|#2| |#2|) 27 T ELT)) (-2366 ((|#2| |#2| (-520)) 26 T ELT)))
+(((-960 |#1| |#2|) (-10 -7 (-15 -2366 (|#2| |#2| (-520))) (-15 -2292 (|#2| |#2|)) (-15 -3316 (|#2| |#2|)) (-15 -2393 (|#2| |#2|))) (-1133) (-435 |#1|)) (T -960))
+((-2393 (*1 *2 *2) (-12 (-4 *3 (-1133)) (-5 *1 (-960 *3 *2)) (-4 *2 (-435 *3)))) (-3316 (*1 *2 *2) (-12 (-4 *3 (-1133)) (-5 *1 (-960 *3 *2)) (-4 *2 (-435 *3)))) (-2292 (*1 *2 *2) (-12 (-4 *3 (-1133)) (-5 *1 (-960 *3 *2)) (-4 *2 (-435 *3)))) (-2366 (*1 *2 *2 *3) (-12 (-5 *3 (-520)) (-4 *4 (-1133)) (-5 *1 (-960 *4 *2)) (-4 *2 (-435 *4)))))
+(-10 -7 (-15 -2366 (|#2| |#2| (-520))) (-15 -2292 (|#2| |#2|)) (-15 -3316 (|#2| |#2|)) (-15 -2393 (|#2| |#2|)))
+((-2528 (((-914 |#1| |#3|) |#2| (-916 |#1|) (-914 |#1| |#3|)) 25 T ELT)) (-4466 (((-1 (-114) |#2|) (-1 (-114) |#3|)) 13 T ELT)))
+(((-961 |#1| |#2| |#3|) (-10 -7 (-15 -4466 ((-1 (-114) |#2|) (-1 (-114) |#3|))) (-15 -2528 ((-914 |#1| |#3|) |#2| (-916 |#1|) (-914 |#1| |#3|)))) (-1133) (-912 |#1|) (-13 (-1133) (-1070 |#2|))) (T -961))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-914 *5 *6)) (-5 *4 (-916 *5)) (-4 *5 (-1133)) (-4 *6 (-13 (-1133) (-1070 *3))) (-4 *3 (-912 *5)) (-5 *1 (-961 *5 *3 *6)))) (-4466 (*1 *2 *3) (-12 (-5 *3 (-1 (-114) *6)) (-4 *6 (-13 (-1133) (-1070 *5))) (-4 *5 (-912 *4)) (-4 *4 (-1133)) (-5 *2 (-1 (-114) *5)) (-5 *1 (-961 *4 *5 *6)))))
+(-10 -7 (-15 -4466 ((-1 (-114) |#2|) (-1 (-114) |#3|))) (-15 -2528 ((-914 |#1| |#3|) |#2| (-916 |#1|) (-914 |#1| |#3|))))
+((-2528 (((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|)) 30 T ELT)))
+(((-962 |#1| |#2| |#3|) (-10 -7 (-15 -2528 ((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|)))) (-1133) (-13 (-571) (-912 |#1|)) (-13 (-435 |#2|) (-633 (-916 |#1|)) (-912 |#1|) (-1070 (-630 $)))) (T -962))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-914 *5 *3)) (-4 *5 (-1133)) (-4 *3 (-13 (-435 *6) (-633 *4) (-912 *5) (-1070 (-630 $)))) (-5 *4 (-916 *5)) (-4 *6 (-13 (-571) (-912 *5))) (-5 *1 (-962 *5 *6 *3)))))
+(-10 -7 (-15 -2528 ((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|))))
+((-2528 (((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|)) 13 T ELT)))
+(((-963 |#1|) (-10 -7 (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|)))) (-559)) (T -963))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-914 (-560) *3)) (-5 *4 (-916 (-560))) (-4 *3 (-559)) (-5 *1 (-963 *3)))))
+(-10 -7 (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))))
+((-2528 (((-914 |#1| |#2|) (-630 |#2|) (-916 |#1|) (-914 |#1| |#2|)) 57 T ELT)))
+(((-964 |#1| |#2|) (-10 -7 (-15 -2528 ((-914 |#1| |#2|) (-630 |#2|) (-916 |#1|) (-914 |#1| |#2|)))) (-1133) (-13 (-1133) (-1070 (-630 $)) (-633 (-916 |#1|)) (-912 |#1|))) (T -964))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-914 *5 *6)) (-5 *3 (-630 *6)) (-4 *5 (-1133)) (-4 *6 (-13 (-1133) (-1070 (-630 $)) (-633 *4) (-912 *5))) (-5 *4 (-916 *5)) (-5 *1 (-964 *5 *6)))))
+(-10 -7 (-15 -2528 ((-914 |#1| |#2|) (-630 |#2|) (-916 |#1|) (-914 |#1| |#2|))))
+((-2528 (((-911 |#1| |#2| |#3|) |#3| (-916 |#1|) (-911 |#1| |#2| |#3|)) 17 T ELT)))
+(((-965 |#1| |#2| |#3|) (-10 -7 (-15 -2528 ((-911 |#1| |#2| |#3|) |#3| (-916 |#1|) (-911 |#1| |#2| |#3|)))) (-1133) (-912 |#1|) (-688 |#2|)) (T -965))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-911 *5 *6 *3)) (-5 *4 (-916 *5)) (-4 *5 (-1133)) (-4 *6 (-912 *5)) (-4 *3 (-688 *6)) (-5 *1 (-965 *5 *6 *3)))))
+(-10 -7 (-15 -2528 ((-911 |#1| |#2| |#3|) |#3| (-916 |#1|) (-911 |#1| |#2| |#3|))))
+((-2528 (((-914 |#1| |#5|) |#5| (-916 |#1|) (-914 |#1| |#5|)) 17 (|has| |#3| (-912 |#1|)) ELT) (((-914 |#1| |#5|) |#5| (-916 |#1|) (-914 |#1| |#5|) (-1 (-914 |#1| |#5|) |#3| (-916 |#1|) (-914 |#1| |#5|))) 16 T ELT)))
+(((-966 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2528 ((-914 |#1| |#5|) |#5| (-916 |#1|) (-914 |#1| |#5|) (-1 (-914 |#1| |#5|) |#3| (-916 |#1|) (-914 |#1| |#5|)))) (IF (|has| |#3| (-912 |#1|)) (-15 -2528 ((-914 |#1| |#5|) |#5| (-916 |#1|) (-914 |#1| |#5|))) |%noBranch|)) (-1133) (-817) (-872) (-13 (-1081) (-912 |#1|)) (-13 (-980 |#4| |#2| |#3|) (-633 (-916 |#1|)))) (T -966))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-914 *5 *3)) (-4 *5 (-1133)) (-4 *3 (-13 (-980 *8 *6 *7) (-633 *4))) (-5 *4 (-916 *5)) (-4 *7 (-912 *5)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-13 (-1081) (-912 *5))) (-5 *1 (-966 *5 *6 *7 *8 *3)))) (-2528 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-914 *6 *3) *8 (-916 *6) (-914 *6 *3))) (-4 *8 (-872)) (-5 *2 (-914 *6 *3)) (-5 *4 (-916 *6)) (-4 *6 (-1133)) (-4 *3 (-13 (-980 *9 *7 *8) (-633 *4))) (-4 *7 (-817)) (-4 *9 (-13 (-1081) (-912 *6))) (-5 *1 (-966 *6 *7 *8 *9 *3)))))
+(-10 -7 (-15 -2528 ((-914 |#1| |#5|) |#5| (-916 |#1|) (-914 |#1| |#5|) (-1 (-914 |#1| |#5|) |#3| (-916 |#1|) (-914 |#1| |#5|)))) (IF (|has| |#3| (-912 |#1|)) (-15 -2528 ((-914 |#1| |#5|) |#5| (-916 |#1|) (-914 |#1| |#5|))) |%noBranch|))
+((-2472 (((-326 (-560)) (-1209) (-663 (-1 (-114) |#1|))) 18 T ELT) (((-326 (-560)) (-1209) (-1 (-114) |#1|)) 15 T ELT)))
+(((-967 |#1|) (-10 -7 (-15 -2472 ((-326 (-560)) (-1209) (-1 (-114) |#1|))) (-15 -2472 ((-326 (-560)) (-1209) (-663 (-1 (-114) |#1|))))) (-1249)) (T -967))
+((-2472 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-663 (-1 (-114) *5))) (-4 *5 (-1249)) (-5 *2 (-326 (-560))) (-5 *1 (-967 *5)))) (-2472 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-1 (-114) *5)) (-4 *5 (-1249)) (-5 *2 (-326 (-560))) (-5 *1 (-967 *5)))))
+(-10 -7 (-15 -2472 ((-326 (-560)) (-1209) (-1 (-114) |#1|))) (-15 -2472 ((-326 (-560)) (-1209) (-663 (-1 (-114) |#1|)))))
+((-2472 ((|#2| |#2| (-663 (-1 (-114) |#3|))) 12 T ELT) ((|#2| |#2| (-1 (-114) |#3|)) 13 T ELT)))
+(((-968 |#1| |#2| |#3|) (-10 -7 (-15 -2472 (|#2| |#2| (-1 (-114) |#3|))) (-15 -2472 (|#2| |#2| (-663 (-1 (-114) |#3|))))) (-1133) (-435 |#1|) (-1249)) (T -968))
+((-2472 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-1 (-114) *5))) (-4 *5 (-1249)) (-4 *4 (-1133)) (-5 *1 (-968 *4 *2 *5)) (-4 *2 (-435 *4)))) (-2472 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-114) *5)) (-4 *5 (-1249)) (-4 *4 (-1133)) (-5 *1 (-968 *4 *2 *5)) (-4 *2 (-435 *4)))))
+(-10 -7 (-15 -2472 (|#2| |#2| (-1 (-114) |#3|))) (-15 -2472 (|#2| |#2| (-663 (-1 (-114) |#3|)))))
+((-2528 (((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|)) 25 T ELT)))
+(((-969 |#1| |#2| |#3|) (-10 -7 (-15 -2528 ((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|)))) (-1133) (-13 (-571) (-912 |#1|) (-633 (-916 |#1|))) (-1023 |#2|)) (T -969))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-914 *5 *3)) (-4 *5 (-1133)) (-4 *3 (-1023 *6)) (-4 *6 (-13 (-571) (-912 *5) (-633 *4))) (-5 *4 (-916 *5)) (-5 *1 (-969 *5 *6 *3)))))
+(-10 -7 (-15 -2528 ((-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|))))
+((-2528 (((-914 |#1| (-1209)) (-1209) (-916 |#1|) (-914 |#1| (-1209))) 18 T ELT)))
+(((-970 |#1|) (-10 -7 (-15 -2528 ((-914 |#1| (-1209)) (-1209) (-916 |#1|) (-914 |#1| (-1209))))) (-1133)) (T -970))
+((-2528 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-914 *5 (-1209))) (-5 *3 (-1209)) (-5 *4 (-916 *5)) (-4 *5 (-1133)) (-5 *1 (-970 *5)))))
+(-10 -7 (-15 -2528 ((-914 |#1| (-1209)) (-1209) (-916 |#1|) (-914 |#1| (-1209)))))
+((-4125 (((-914 |#1| |#3|) (-663 |#3|) (-663 (-916 |#1|)) (-914 |#1| |#3|) (-1 (-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|))) 34 T ELT)) (-2528 (((-914 |#1| |#3|) (-663 |#3|) (-663 (-916 |#1|)) (-1 |#3| (-663 |#3|)) (-914 |#1| |#3|) (-1 (-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|))) 33 T ELT)))
+(((-971 |#1| |#2| |#3|) (-10 -7 (-15 -2528 ((-914 |#1| |#3|) (-663 |#3|) (-663 (-916 |#1|)) (-1 |#3| (-663 |#3|)) (-914 |#1| |#3|) (-1 (-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|)))) (-15 -4125 ((-914 |#1| |#3|) (-663 |#3|) (-663 (-916 |#1|)) (-914 |#1| |#3|) (-1 (-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|))))) (-1133) (-1081) (-13 (-1081) (-633 (-916 |#1|)) (-1070 |#2|))) (T -971))
+((-4125 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 (-916 *6))) (-5 *5 (-1 (-914 *6 *8) *8 (-916 *6) (-914 *6 *8))) (-4 *6 (-1133)) (-4 *8 (-13 (-1081) (-633 (-916 *6)) (-1070 *7))) (-5 *2 (-914 *6 *8)) (-4 *7 (-1081)) (-5 *1 (-971 *6 *7 *8)))) (-2528 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-663 (-916 *7))) (-5 *5 (-1 *9 (-663 *9))) (-5 *6 (-1 (-914 *7 *9) *9 (-916 *7) (-914 *7 *9))) (-4 *7 (-1133)) (-4 *9 (-13 (-1081) (-633 (-916 *7)) (-1070 *8))) (-5 *2 (-914 *7 *9)) (-5 *3 (-663 *9)) (-4 *8 (-1081)) (-5 *1 (-971 *7 *8 *9)))))
+(-10 -7 (-15 -2528 ((-914 |#1| |#3|) (-663 |#3|) (-663 (-916 |#1|)) (-1 |#3| (-663 |#3|)) (-914 |#1| |#3|) (-1 (-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|)))) (-15 -4125 ((-914 |#1| |#3|) (-663 |#3|) (-663 (-916 |#1|)) (-914 |#1| |#3|) (-1 (-914 |#1| |#3|) |#3| (-916 |#1|) (-914 |#1| |#3|)))))
+((-2997 (((-1203 (-421 (-560))) (-560)) 79 T ELT)) (-2920 (((-1203 (-560)) (-560)) 82 T ELT)) (-1966 (((-1203 (-560)) (-560)) 76 T ELT)) (-3890 (((-560) (-1203 (-560))) 72 T ELT)) (-2668 (((-1203 (-421 (-560))) (-560)) 65 T ELT)) (-2808 (((-1203 (-560)) (-560)) 49 T ELT)) (-3718 (((-1203 (-560)) (-560)) 84 T ELT)) (-2497 (((-1203 (-560)) (-560)) 83 T ELT)) (-1720 (((-1203 (-421 (-560))) (-560)) 67 T ELT)))
+(((-972) (-10 -7 (-15 -1720 ((-1203 (-421 (-560))) (-560))) (-15 -2497 ((-1203 (-560)) (-560))) (-15 -3718 ((-1203 (-560)) (-560))) (-15 -2808 ((-1203 (-560)) (-560))) (-15 -2668 ((-1203 (-421 (-560))) (-560))) (-15 -3890 ((-560) (-1203 (-560)))) (-15 -1966 ((-1203 (-560)) (-560))) (-15 -2920 ((-1203 (-560)) (-560))) (-15 -2997 ((-1203 (-421 (-560))) (-560))))) (T -972))
+((-2997 (*1 *2 *3) (-12 (-5 *2 (-1203 (-421 (-560)))) (-5 *1 (-972)) (-5 *3 (-560)))) (-2920 (*1 *2 *3) (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))) (-1966 (*1 *2 *3) (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))) (-3890 (*1 *2 *3) (-12 (-5 *3 (-1203 (-560))) (-5 *2 (-560)) (-5 *1 (-972)))) (-2668 (*1 *2 *3) (-12 (-5 *2 (-1203 (-421 (-560)))) (-5 *1 (-972)) (-5 *3 (-560)))) (-2808 (*1 *2 *3) (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))) (-3718 (*1 *2 *3) (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))) (-2497 (*1 *2 *3) (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))) (-1720 (*1 *2 *3) (-12 (-5 *2 (-1203 (-421 (-560)))) (-5 *1 (-972)) (-5 *3 (-560)))))
+(-10 -7 (-15 -1720 ((-1203 (-421 (-560))) (-560))) (-15 -2497 ((-1203 (-560)) (-560))) (-15 -3718 ((-1203 (-560)) (-560))) (-15 -2808 ((-1203 (-560)) (-560))) (-15 -2668 ((-1203 (-421 (-560))) (-560))) (-15 -3890 ((-560) (-1203 (-560)))) (-15 -1966 ((-1203 (-560)) (-560))) (-15 -2920 ((-1203 (-560)) (-560))) (-15 -2997 ((-1203 (-421 (-560))) (-560))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4272 (($ (-793)) NIL (|has| |#1| (-23)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT)) (-3383 (($ (-663 |#1|)) 9 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4204 (((-711 |#1|) $ $) NIL (|has| |#1| (-1081)) ELT)) (-4446 (($ (-793) |#1|) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3166 ((|#1| $) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1081))) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3970 ((|#1| $) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1081))) ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3201 (($ $ (-663 |#1|)) 25 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) 18 T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-4287 ((|#1| $ $) NIL (|has| |#1| (-1081)) ELT)) (-2068 (((-949) $) 13 T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-2827 (($ $ $) 23 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT) (($ (-663 |#1|)) 14 T ELT)) (-3845 (($ (-663 |#1|)) NIL T ELT)) (-2465 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) 24 T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2581 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-2571 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-560) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-748)) ELT) (($ $ |#1|) NIL (|has| |#1| (-748)) ELT)) (-3819 (((-793) $) 11 (|has| $ (-6 -4510)) ELT)))
+(((-973 |#1|) (-1012 |#1|) (-1081)) (T -973))
+NIL
+(-1012 |#1|)
+((-3998 (((-495 |#1| |#2|) (-976 |#2|)) 22 T ELT)) (-1374 (((-255 |#1| |#2|) (-976 |#2|)) 35 T ELT)) (-1685 (((-976 |#2|) (-495 |#1| |#2|)) 27 T ELT)) (-3538 (((-255 |#1| |#2|) (-495 |#1| |#2|)) 57 T ELT)) (-3374 (((-976 |#2|) (-255 |#1| |#2|)) 32 T ELT)) (-3535 (((-495 |#1| |#2|) (-255 |#1| |#2|)) 48 T ELT)))
+(((-974 |#1| |#2|) (-10 -7 (-15 -3535 ((-495 |#1| |#2|) (-255 |#1| |#2|))) (-15 -3538 ((-255 |#1| |#2|) (-495 |#1| |#2|))) (-15 -3998 ((-495 |#1| |#2|) (-976 |#2|))) (-15 -1685 ((-976 |#2|) (-495 |#1| |#2|))) (-15 -3374 ((-976 |#2|) (-255 |#1| |#2|))) (-15 -1374 ((-255 |#1| |#2|) (-976 |#2|)))) (-663 (-1209)) (-1081)) (T -974))
+((-1374 (*1 *2 *3) (-12 (-5 *3 (-976 *5)) (-4 *5 (-1081)) (-5 *2 (-255 *4 *5)) (-5 *1 (-974 *4 *5)) (-14 *4 (-663 (-1209))))) (-3374 (*1 *2 *3) (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-1081)) (-5 *2 (-976 *5)) (-5 *1 (-974 *4 *5)))) (-1685 (*1 *2 *3) (-12 (-5 *3 (-495 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-1081)) (-5 *2 (-976 *5)) (-5 *1 (-974 *4 *5)))) (-3998 (*1 *2 *3) (-12 (-5 *3 (-976 *5)) (-4 *5 (-1081)) (-5 *2 (-495 *4 *5)) (-5 *1 (-974 *4 *5)) (-14 *4 (-663 (-1209))))) (-3538 (*1 *2 *3) (-12 (-5 *3 (-495 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-1081)) (-5 *2 (-255 *4 *5)) (-5 *1 (-974 *4 *5)))) (-3535 (*1 *2 *3) (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-1081)) (-5 *2 (-495 *4 *5)) (-5 *1 (-974 *4 *5)))))
+(-10 -7 (-15 -3535 ((-495 |#1| |#2|) (-255 |#1| |#2|))) (-15 -3538 ((-255 |#1| |#2|) (-495 |#1| |#2|))) (-15 -3998 ((-495 |#1| |#2|) (-976 |#2|))) (-15 -1685 ((-976 |#2|) (-495 |#1| |#2|))) (-15 -3374 ((-976 |#2|) (-255 |#1| |#2|))) (-15 -1374 ((-255 |#1| |#2|) (-976 |#2|))))
+((-2849 (((-663 |#2|) |#2| |#2|) 10 T ELT)) (-2392 (((-793) (-663 |#1|)) 48 (|has| |#1| (-871)) ELT)) (-1896 (((-663 |#2|) |#2|) 11 T ELT)) (-2547 (((-793) (-663 |#1|) (-560) (-560)) 52 (|has| |#1| (-871)) ELT)) (-2924 ((|#1| |#2|) 38 (|has| |#1| (-871)) ELT)))
+(((-975 |#1| |#2|) (-10 -7 (-15 -2849 ((-663 |#2|) |#2| |#2|)) (-15 -1896 ((-663 |#2|) |#2|)) (IF (|has| |#1| (-871)) (PROGN (-15 -2924 (|#1| |#2|)) (-15 -2392 ((-793) (-663 |#1|))) (-15 -2547 ((-793) (-663 |#1|) (-560) (-560)))) |%noBranch|)) (-376) (-1275 |#1|)) (T -975))
+((-2547 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-560)) (-4 *5 (-871)) (-4 *5 (-376)) (-5 *2 (-793)) (-5 *1 (-975 *5 *6)) (-4 *6 (-1275 *5)))) (-2392 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-871)) (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-975 *4 *5)) (-4 *5 (-1275 *4)))) (-2924 (*1 *2 *3) (-12 (-4 *2 (-376)) (-4 *2 (-871)) (-5 *1 (-975 *2 *3)) (-4 *3 (-1275 *2)))) (-1896 (*1 *2 *3) (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-975 *4 *3)) (-4 *3 (-1275 *4)))) (-2849 (*1 *2 *3 *3) (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-975 *4 *3)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -2849 ((-663 |#2|) |#2| |#2|)) (-15 -1896 ((-663 |#2|) |#2|)) (IF (|has| |#1| (-871)) (PROGN (-15 -2924 (|#1| |#2|)) (-15 -2392 ((-793) (-663 |#1|))) (-15 -2547 ((-793) (-663 |#1|) (-560) (-560)))) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-1209)) $) 16 T ELT)) (-2517 (((-1203 $) $ (-1209)) 21 T ELT) (((-1203 |#1|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1209))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) 8 T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-1209) "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-1209) $) NIL T ELT)) (-3273 (($ $ $ (-1209)) NIL (|has| |#1| (-175)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1209)) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| (-545 (-1209)) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-1209) (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-1209) (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-2700 (($ (-1203 |#1|) (-1209)) NIL T ELT) (($ (-1203 $) (-1209)) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-545 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-1209)) NIL T ELT)) (-3654 (((-545 (-1209)) $) NIL T ELT) (((-793) $ (-1209)) NIL T ELT) (((-663 (-793)) $ (-663 (-1209))) NIL T ELT)) (-3097 (($ (-1 (-545 (-1209)) (-545 (-1209))) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3311 (((-3 (-1209) "failed") $) 19 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-1209)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-3671 (($ $ (-1209)) 29 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1209) |#1|) NIL T ELT) (($ $ (-663 (-1209)) (-663 |#1|)) NIL T ELT) (($ $ (-1209) $) NIL T ELT) (($ $ (-663 (-1209)) (-663 $)) NIL T ELT)) (-2810 (($ $ (-1209)) NIL (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT)) (-4144 (((-545 (-1209)) $) NIL T ELT) (((-793) $ (-1209)) NIL T ELT) (((-663 (-793)) $ (-663 (-1209))) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-1209) (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-1209) (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1209) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1209)) NIL (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) 25 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1209)) 27 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-545 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-976 |#1|) (-13 (-980 |#1| (-545 (-1209)) (-1209)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1209))) |%noBranch|))) (-1081)) (T -976))
+((-3671 (*1 *1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-976 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)))))
+(-13 (-980 |#1| (-545 (-1209)) (-1209)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1209))) |%noBranch|)))
+((-1793 (((-976 |#2|) (-1 |#2| |#1|) (-976 |#1|)) 19 T ELT)))
+(((-977 |#1| |#2|) (-10 -7 (-15 -1793 ((-976 |#2|) (-1 |#2| |#1|) (-976 |#1|)))) (-1081) (-1081)) (T -977))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-976 *5)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-5 *2 (-976 *6)) (-5 *1 (-977 *5 *6)))))
+(-10 -7 (-15 -1793 ((-976 |#2|) (-1 |#2| |#1|) (-976 |#1|))))
+((-2517 (((-1268 |#1| (-976 |#2|)) (-976 |#2|) (-1296 |#1|)) 18 T ELT)))
+(((-978 |#1| |#2|) (-10 -7 (-15 -2517 ((-1268 |#1| (-976 |#2|)) (-976 |#2|) (-1296 |#1|)))) (-1209) (-1081)) (T -978))
+((-2517 (*1 *2 *3 *4) (-12 (-5 *4 (-1296 *5)) (-14 *5 (-1209)) (-4 *6 (-1081)) (-5 *2 (-1268 *5 (-976 *6))) (-5 *1 (-978 *5 *6)) (-5 *3 (-976 *6)))))
+(-10 -7 (-15 -2517 ((-1268 |#1| (-976 |#2|)) (-976 |#2|) (-1296 |#1|))))
+((-2409 (((-793) $) 88 T ELT) (((-793) $ (-663 |#4|)) 93 T ELT)) (-2624 (($ $) 213 T ELT)) (-1903 (((-419 $) $) 205 T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 141 T ELT)) (-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 |#4| "failed") $) 74 T ELT)) (-4072 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) NIL T ELT) ((|#4| $) 73 T ELT)) (-3273 (($ $ $ |#4|) 95 T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) 131 T ELT) (((-711 |#2|) (-711 $)) 121 T ELT)) (-4332 (($ $) 220 T ELT) (($ $ |#4|) 223 T ELT)) (-4318 (((-663 $) $) 77 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 239 T ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 232 T ELT)) (-1648 (((-663 $) $) 34 T ELT)) (-2682 (($ |#2| |#3|) NIL T ELT) (($ $ |#4| (-793)) NIL T ELT) (($ $ (-663 |#4|) (-663 (-793))) 71 T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ |#4|) 202 T ELT)) (-2914 (((-3 (-663 $) "failed") $) 52 T ELT)) (-1952 (((-3 (-663 $) "failed") $) 39 T ELT)) (-2364 (((-3 (-2 (|:| |var| |#4|) (|:| -2909 (-793))) "failed") $) 57 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 134 T ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 147 T ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 145 T ELT)) (-2549 (((-419 $) $) 165 T ELT)) (-4265 (($ $ (-663 (-305 $))) 24 T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ (-663 |#4|) (-663 |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ (-663 |#4|) (-663 $)) NIL T ELT)) (-2810 (($ $ |#4|) 97 T ELT)) (-1830 (((-916 (-391)) $) 253 T ELT) (((-916 (-560)) $) 246 T ELT) (((-549) $) 261 T ELT)) (-3878 ((|#2| $) NIL T ELT) (($ $ |#4|) 215 T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 184 T ELT)) (-3580 ((|#2| $ |#3|) NIL T ELT) (($ $ |#4| (-793)) 62 T ELT) (($ $ (-663 |#4|) (-663 (-793))) 69 T ELT)) (-1633 (((-713 $) $) 194 T ELT)) (-1519 (((-114) $ $) 226 T ELT)))
+(((-979 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|))) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -2624 (|#1| |#1|)) (-15 -1633 ((-713 |#1|) |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))) (-15 -2528 ((-914 (-391) |#1|) |#1| (-916 (-391)) (-914 (-391) |#1|))) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -3906 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -2540 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -4486 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))) (-15 -3445 ((-3 (-1299 |#1|) "failed") (-711 |#1|))) (-15 -4332 (|#1| |#1| |#4|)) (-15 -3878 (|#1| |#1| |#4|)) (-15 -2810 (|#1| |#1| |#4|)) (-15 -3273 (|#1| |#1| |#1| |#4|)) (-15 -4318 ((-663 |#1|) |#1|)) (-15 -2409 ((-793) |#1| (-663 |#4|))) (-15 -2409 ((-793) |#1|)) (-15 -2364 ((-3 (-2 (|:| |var| |#4|) (|:| -2909 (-793))) "failed") |#1|)) (-15 -2914 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -1952 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -2682 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -2682 (|#1| |#1| |#4| (-793))) (-15 -3778 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1| |#4|)) (-15 -1648 ((-663 |#1|) |#1|)) (-15 -3580 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -3580 (|#1| |#1| |#4| (-793))) (-15 -1470 ((-711 |#2|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -4142 ((-3 |#4| "failed") |#1|)) (-15 -4072 (|#4| |#1|)) (-15 -4265 (|#1| |#1| (-663 |#4|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#4| |#1|)) (-15 -4265 (|#1| |#1| (-663 |#4|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#4| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2682 (|#1| |#2| |#3|)) (-15 -3580 (|#2| |#1| |#3|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3878 (|#2| |#1|)) (-15 -4332 (|#1| |#1|)) (-15 -1519 ((-114) |#1| |#1|))) (-980 |#2| |#3| |#4|) (-1081) (-817) (-872)) (T -979))
+NIL
+(-10 -8 (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|))) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -2624 (|#1| |#1|)) (-15 -1633 ((-713 |#1|) |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))) (-15 -2528 ((-914 (-391) |#1|) |#1| (-916 (-391)) (-914 (-391) |#1|))) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -3906 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -2540 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -4486 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))) (-15 -3445 ((-3 (-1299 |#1|) "failed") (-711 |#1|))) (-15 -4332 (|#1| |#1| |#4|)) (-15 -3878 (|#1| |#1| |#4|)) (-15 -2810 (|#1| |#1| |#4|)) (-15 -3273 (|#1| |#1| |#1| |#4|)) (-15 -4318 ((-663 |#1|) |#1|)) (-15 -2409 ((-793) |#1| (-663 |#4|))) (-15 -2409 ((-793) |#1|)) (-15 -2364 ((-3 (-2 (|:| |var| |#4|) (|:| -2909 (-793))) "failed") |#1|)) (-15 -2914 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -1952 ((-3 (-663 |#1|) "failed") |#1|)) (-15 -2682 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -2682 (|#1| |#1| |#4| (-793))) (-15 -3778 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1| |#4|)) (-15 -1648 ((-663 |#1|) |#1|)) (-15 -3580 (|#1| |#1| (-663 |#4|) (-663 (-793)))) (-15 -3580 (|#1| |#1| |#4| (-793))) (-15 -1470 ((-711 |#2|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -4142 ((-3 |#4| "failed") |#1|)) (-15 -4072 (|#4| |#1|)) (-15 -4265 (|#1| |#1| (-663 |#4|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#4| |#1|)) (-15 -4265 (|#1| |#1| (-663 |#4|) (-663 |#2|))) (-15 -4265 (|#1| |#1| |#4| |#2|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -2682 (|#1| |#2| |#3|)) (-15 -3580 (|#2| |#1| |#3|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3878 (|#2| |#1|)) (-15 -4332 (|#1| |#1|)) (-15 -1519 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 |#3|) $) 120 T ELT)) (-2517 (((-1203 $) $ |#3|) 135 T ELT) (((-1203 |#1|) $) 134 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 97 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 98 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 100 (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) 122 T ELT) (((-793) $ (-663 |#3|)) 121 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 110 (|has| |#1| (-940)) ELT)) (-2624 (($ $) 108 (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) 107 (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 113 (|has| |#1| (-940)) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#1| "failed") $) 178 T ELT) (((-3 (-421 (-560)) "failed") $) 175 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 173 (|has| |#1| (-1070 (-560))) ELT) (((-3 |#3| "failed") $) 150 T ELT)) (-4072 ((|#1| $) 177 T ELT) (((-421 (-560)) $) 176 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) 174 (|has| |#1| (-1070 (-560))) ELT) ((|#3| $) 151 T ELT)) (-3273 (($ $ $ |#3|) 118 (|has| |#1| (-175)) ELT)) (-4328 (($ $) 168 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 146 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 145 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 144 T ELT) (((-711 |#1|) (-711 $)) 143 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-4332 (($ $) 190 (|has| |#1| (-466)) ELT) (($ $ |#3|) 115 (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) 119 T ELT)) (-2072 (((-114) $) 106 (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| |#2| $) 186 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 94 (-12 (|has| |#3| (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 93 (-12 (|has| |#3| (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-3363 (((-114) $) 40 T ELT)) (-4055 (((-793) $) 183 T ELT)) (-2700 (($ (-1203 |#1|) |#3|) 127 T ELT) (($ (-1203 $) |#3|) 126 T ELT)) (-1648 (((-663 $) $) 136 T ELT)) (-3060 (((-114) $) 166 T ELT)) (-2682 (($ |#1| |#2|) 167 T ELT) (($ $ |#3| (-793)) 129 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 128 T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ |#3|) 130 T ELT)) (-3654 ((|#2| $) 184 T ELT) (((-793) $ |#3|) 132 T ELT) (((-663 (-793)) $ (-663 |#3|)) 131 T ELT)) (-3097 (($ (-1 |#2| |#2|) $) 185 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 165 T ELT)) (-3311 (((-3 |#3| "failed") $) 133 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 148 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 147 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 142 T ELT) (((-711 |#1|) (-1299 $)) 141 T ELT)) (-4295 (($ $) 163 T ELT)) (-4307 ((|#1| $) 162 T ELT)) (-3100 (($ (-663 $)) 104 (|has| |#1| (-466)) ELT) (($ $ $) 103 (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2914 (((-3 (-663 $) "failed") $) 124 T ELT)) (-1952 (((-3 (-663 $) "failed") $) 125 T ELT)) (-2364 (((-3 (-2 (|:| |var| |#3|) (|:| -2909 (-793))) "failed") $) 123 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4271 (((-114) $) 180 T ELT)) (-4283 ((|#1| $) 181 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 105 (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) 102 (|has| |#1| (-466)) ELT) (($ $ $) 101 (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 112 (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 111 (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) 109 (|has| |#1| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) 188 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 96 (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) 159 T ELT) (($ $ (-305 $)) 158 T ELT) (($ $ $ $) 157 T ELT) (($ $ (-663 $) (-663 $)) 156 T ELT) (($ $ |#3| |#1|) 155 T ELT) (($ $ (-663 |#3|) (-663 |#1|)) 154 T ELT) (($ $ |#3| $) 153 T ELT) (($ $ (-663 |#3|) (-663 $)) 152 T ELT)) (-2810 (($ $ |#3|) 117 (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 |#3|) (-663 (-793))) 49 T ELT) (($ $ |#3| (-793)) 48 T ELT) (($ $ (-663 |#3|)) 47 T ELT) (($ $ |#3|) 45 T ELT)) (-4144 ((|#2| $) 164 T ELT) (((-793) $ |#3|) 140 T ELT) (((-663 (-793)) $ (-663 |#3|)) 139 T ELT)) (-1830 (((-916 (-391)) $) 92 (-12 (|has| |#3| (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) 91 (-12 (|has| |#3| (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) 90 (-12 (|has| |#3| (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) 189 (|has| |#1| (-466)) ELT) (($ $ |#3|) 116 (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 114 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 179 T ELT) (($ |#3|) 149 T ELT) (($ $) 95 (|has| |#1| (-571)) ELT) (($ (-421 (-560))) 88 (-2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT)) (-1551 (((-663 |#1|) $) 182 T ELT)) (-3580 ((|#1| $ |#2|) 169 T ELT) (($ $ |#3| (-793)) 138 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 137 T ELT)) (-1633 (((-713 $) $) 89 (-2309 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) 37 T CONST)) (-1585 (($ $ $ (-793)) 187 (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 99 (|has| |#1| (-571)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-663 |#3|) (-663 (-793))) 52 T ELT) (($ $ |#3| (-793)) 51 T ELT) (($ $ (-663 |#3|)) 50 T ELT) (($ $ |#3|) 46 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 170 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 161 T ELT) (($ $ |#1|) 160 T ELT)))
+(((-980 |#1| |#2| |#3|) (-142) (-1081) (-817) (-872)) (T -980))
+((-4332 (*1 *1 *1) (-12 (-4 *1 (-980 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-466)))) (-4144 (*1 *2 *1 *3) (-12 (-4 *1 (-980 *4 *5 *3)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-5 *2 (-793)))) (-4144 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *1 (-980 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 (-793))))) (-3580 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-980 *4 *5 *2)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *2 (-872)))) (-3580 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 (-793))) (-4 *1 (-980 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)))) (-1648 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-980 *3 *4 *5)))) (-2517 (*1 *2 *1 *3) (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-5 *2 (-1203 *1)) (-4 *1 (-980 *4 *5 *3)))) (-2517 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-1203 *3)))) (-3311 (*1 *2 *1) (|partial| -12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)))) (-3654 (*1 *2 *1 *3) (-12 (-4 *1 (-980 *4 *5 *3)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-5 *2 (-793)))) (-3654 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *1 (-980 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 (-793))))) (-3778 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-980 *4 *5 *3)))) (-2682 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-980 *4 *5 *2)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *2 (-872)))) (-2682 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 (-793))) (-4 *1 (-980 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)))) (-2700 (*1 *1 *2 *3) (-12 (-5 *2 (-1203 *4)) (-4 *4 (-1081)) (-4 *1 (-980 *4 *5 *3)) (-4 *5 (-817)) (-4 *3 (-872)))) (-2700 (*1 *1 *2 *3) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-980 *4 *5 *3)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)))) (-1952 (*1 *2 *1) (|partial| -12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-980 *3 *4 *5)))) (-2914 (*1 *2 *1) (|partial| -12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-980 *3 *4 *5)))) (-2364 (*1 *2 *1) (|partial| -12 (-4 *1 (-980 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-2 (|:| |var| *5) (|:| -2909 (-793)))))) (-2409 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-793)))) (-2409 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *6)) (-4 *1 (-980 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-793)))) (-2712 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *5)))) (-4318 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-980 *3 *4 *5)))) (-3273 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)) (-4 *3 (-175)))) (-2810 (*1 *1 *1 *2) (-12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)) (-4 *3 (-175)))) (-3878 (*1 *1 *1 *2) (-12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)) (-4 *3 (-466)))) (-4332 (*1 *1 *1 *2) (-12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)) (-4 *3 (-466)))) (-2624 (*1 *1 *1) (-12 (-4 *1 (-980 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-466)))) (-1903 (*1 *2 *1) (-12 (-4 *3 (-466)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-419 *1)) (-4 *1 (-980 *3 *4 *5)))))
+(-13 (-928 |t#3|) (-338 |t#1| |t#2|) (-321 $) (-528 |t#3| |t#1|) (-528 |t#3| $) (-1070 |t#3|) (-390 |t#1|) (-10 -8 (-15 -4144 ((-793) $ |t#3|)) (-15 -4144 ((-663 (-793)) $ (-663 |t#3|))) (-15 -3580 ($ $ |t#3| (-793))) (-15 -3580 ($ $ (-663 |t#3|) (-663 (-793)))) (-15 -1648 ((-663 $) $)) (-15 -2517 ((-1203 $) $ |t#3|)) (-15 -2517 ((-1203 |t#1|) $)) (-15 -3311 ((-3 |t#3| "failed") $)) (-15 -3654 ((-793) $ |t#3|)) (-15 -3654 ((-663 (-793)) $ (-663 |t#3|))) (-15 -3778 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $ |t#3|)) (-15 -2682 ($ $ |t#3| (-793))) (-15 -2682 ($ $ (-663 |t#3|) (-663 (-793)))) (-15 -2700 ($ (-1203 |t#1|) |t#3|)) (-15 -2700 ($ (-1203 $) |t#3|)) (-15 -1952 ((-3 (-663 $) "failed") $)) (-15 -2914 ((-3 (-663 $) "failed") $)) (-15 -2364 ((-3 (-2 (|:| |var| |t#3|) (|:| -2909 (-793))) "failed") $)) (-15 -2409 ((-793) $)) (-15 -2409 ((-793) $ (-663 |t#3|))) (-15 -2712 ((-663 |t#3|) $)) (-15 -4318 ((-663 $) $)) (IF (|has| |t#1| (-633 (-549))) (IF (|has| |t#3| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-633 (-916 (-560)))) (IF (|has| |t#3| (-633 (-916 (-560)))) (-6 (-633 (-916 (-560)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-633 (-916 (-391)))) (IF (|has| |t#3| (-633 (-916 (-391)))) (-6 (-633 (-916 (-391)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-912 (-560))) (IF (|has| |t#3| (-912 (-560))) (-6 (-912 (-560))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-912 (-391))) (IF (|has| |t#3| (-912 (-391))) (-6 (-912 (-391))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-175)) (PROGN (-15 -3273 ($ $ $ |t#3|)) (-15 -2810 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-466)) (PROGN (-6 (-466)) (-15 -3878 ($ $ |t#3|)) (-15 -4332 ($ $)) (-15 -4332 ($ $ |t#3|)) (-15 -1903 ((-419 $) $)) (-15 -2624 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4508)) (-6 -4508) |%noBranch|) (IF (|has| |t#1| (-940)) (-6 (-940)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 |#3|) . T) ((-635 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-633 (-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))) ((-633 (-916 (-391))) -12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#3| (-633 (-916 (-391))))) ((-633 (-916 (-560))) -12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#3| (-633 (-916 (-560))))) ((-302) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-321 $) . T) ((-338 |#1| |#2|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2309 (|has| |#1| (-940)) (|has| |#1| (-466))) ((-528 |#3| |#1|) . T) ((-528 |#3| $) . T) ((-528 $ $) . T) ((-571) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-748) . T) ((-922 $ |#3|) . T) ((-928 |#3|) . T) ((-930 |#3|) . T) ((-912 (-391)) -12 (|has| |#1| (-912 (-391))) (|has| |#3| (-912 (-391)))) ((-912 (-560)) -12 (|has| |#1| (-912 (-560))) (|has| |#3| (-912 (-560)))) ((-940) |has| |#1| (-940)) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1070 |#3|) . T) ((-1083 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1088 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) |has| |#1| (-940)))
+((-2712 (((-663 |#2|) |#5|) 40 T ELT)) (-2517 (((-1203 |#5|) |#5| |#2| (-1203 |#5|)) 23 T ELT) (((-421 (-1203 |#5|)) |#5| |#2|) 16 T ELT)) (-2700 ((|#5| (-421 (-1203 |#5|)) |#2|) 30 T ELT)) (-3311 (((-3 |#2| "failed") |#5|) 71 T ELT)) (-2914 (((-3 (-663 |#5|) "failed") |#5|) 65 T ELT)) (-4035 (((-3 (-2 (|:| |val| |#5|) (|:| -2909 (-560))) "failed") |#5|) 53 T ELT)) (-1952 (((-3 (-663 |#5|) "failed") |#5|) 67 T ELT)) (-2364 (((-3 (-2 (|:| |var| |#2|) (|:| -2909 (-560))) "failed") |#5|) 57 T ELT)))
+(((-981 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2712 ((-663 |#2|) |#5|)) (-15 -3311 ((-3 |#2| "failed") |#5|)) (-15 -2517 ((-421 (-1203 |#5|)) |#5| |#2|)) (-15 -2700 (|#5| (-421 (-1203 |#5|)) |#2|)) (-15 -2517 ((-1203 |#5|) |#5| |#2| (-1203 |#5|))) (-15 -1952 ((-3 (-663 |#5|) "failed") |#5|)) (-15 -2914 ((-3 (-663 |#5|) "failed") |#5|)) (-15 -2364 ((-3 (-2 (|:| |var| |#2|) (|:| -2909 (-560))) "failed") |#5|)) (-15 -4035 ((-3 (-2 (|:| |val| |#5|) (|:| -2909 (-560))) "failed") |#5|))) (-817) (-872) (-1081) (-980 |#3| |#1| |#2|) (-13 (-376) (-10 -8 (-15 -3834 ($ |#4|)) (-15 -3125 (|#4| $)) (-15 -3138 (|#4| $))))) (T -981))
+((-4035 (*1 *2 *3) (|partial| -12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081)) (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2909 (-560)))) (-5 *1 (-981 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))) (-2364 (*1 *2 *3) (|partial| -12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081)) (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2909 (-560)))) (-5 *1 (-981 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))) (-2914 (*1 *2 *3) (|partial| -12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081)) (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-663 *3)) (-5 *1 (-981 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))) (-1952 (*1 *2 *3) (|partial| -12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081)) (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-663 *3)) (-5 *1 (-981 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))) (-2517 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1203 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))) (-4 *7 (-980 *6 *5 *4)) (-4 *5 (-817)) (-4 *4 (-872)) (-4 *6 (-1081)) (-5 *1 (-981 *5 *4 *6 *7 *3)))) (-2700 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-1203 *2))) (-4 *5 (-817)) (-4 *4 (-872)) (-4 *6 (-1081)) (-4 *2 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))) (-5 *1 (-981 *5 *4 *6 *7 *2)) (-4 *7 (-980 *6 *5 *4)))) (-2517 (*1 *2 *3 *4) (-12 (-4 *5 (-817)) (-4 *4 (-872)) (-4 *6 (-1081)) (-4 *7 (-980 *6 *5 *4)) (-5 *2 (-421 (-1203 *3))) (-5 *1 (-981 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))) (-3311 (*1 *2 *3) (|partial| -12 (-4 *4 (-817)) (-4 *5 (-1081)) (-4 *6 (-980 *5 *4 *2)) (-4 *2 (-872)) (-5 *1 (-981 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *6)) (-15 -3125 (*6 $)) (-15 -3138 (*6 $))))))) (-2712 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081)) (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-663 *5)) (-5 *1 (-981 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))))
+(-10 -7 (-15 -2712 ((-663 |#2|) |#5|)) (-15 -3311 ((-3 |#2| "failed") |#5|)) (-15 -2517 ((-421 (-1203 |#5|)) |#5| |#2|)) (-15 -2700 (|#5| (-421 (-1203 |#5|)) |#2|)) (-15 -2517 ((-1203 |#5|) |#5| |#2| (-1203 |#5|))) (-15 -1952 ((-3 (-663 |#5|) "failed") |#5|)) (-15 -2914 ((-3 (-663 |#5|) "failed") |#5|)) (-15 -2364 ((-3 (-2 (|:| |var| |#2|) (|:| -2909 (-560))) "failed") |#5|)) (-15 -4035 ((-3 (-2 (|:| |val| |#5|) (|:| -2909 (-560))) "failed") |#5|)))
+((-1793 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24 T ELT)))
+(((-982 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1793 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-817) (-872) (-1081) (-980 |#3| |#1| |#2|) (-13 (-1133) (-10 -8 (-15 -2571 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793)))))) (T -982))
+((-1793 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-872)) (-4 *8 (-1081)) (-4 *6 (-817)) (-4 *2 (-13 (-1133) (-10 -8 (-15 -2571 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793)))))) (-5 *1 (-982 *6 *7 *8 *5 *2)) (-4 *5 (-980 *8 *6 *7)))))
+(-10 -7 (-15 -1793 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
+((-1431 (((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) |#3| (-793)) 49 T ELT)) (-3051 (((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) (-421 (-560)) (-793)) 44 T ELT)) (-4193 (((-2 (|:| -2909 (-793)) (|:| -3265 |#4|) (|:| |radicand| (-663 |#4|))) |#4| (-793)) 65 T ELT)) (-1475 (((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) |#5| (-793)) 74 (|has| |#3| (-466)) ELT)))
+(((-983 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1431 ((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) |#3| (-793))) (-15 -3051 ((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) (-421 (-560)) (-793))) (IF (|has| |#3| (-466)) (-15 -1475 ((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) |#5| (-793))) |%noBranch|) (-15 -4193 ((-2 (|:| -2909 (-793)) (|:| -3265 |#4|) (|:| |radicand| (-663 |#4|))) |#4| (-793)))) (-817) (-872) (-571) (-980 |#3| |#1| |#2|) (-13 (-376) (-10 -8 (-15 -3834 ($ |#4|)) (-15 -3125 (|#4| $)) (-15 -3138 (|#4| $))))) (T -983))
+((-4193 (*1 *2 *3 *4) (-12 (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-571)) (-4 *3 (-980 *7 *5 *6)) (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *3) (|:| |radicand| (-663 *3)))) (-5 *1 (-983 *5 *6 *7 *3 *8)) (-5 *4 (-793)) (-4 *8 (-13 (-376) (-10 -8 (-15 -3834 ($ *3)) (-15 -3125 (*3 $)) (-15 -3138 (*3 $))))))) (-1475 (*1 *2 *3 *4) (-12 (-4 *7 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-571)) (-4 *8 (-980 *7 *5 *6)) (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *3) (|:| |radicand| *3))) (-5 *1 (-983 *5 *6 *7 *8 *3)) (-5 *4 (-793)) (-4 *3 (-13 (-376) (-10 -8 (-15 -3834 ($ *8)) (-15 -3125 (*8 $)) (-15 -3138 (*8 $))))))) (-3051 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-560))) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-571)) (-4 *8 (-980 *7 *5 *6)) (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *9) (|:| |radicand| *9))) (-5 *1 (-983 *5 *6 *7 *8 *9)) (-5 *4 (-793)) (-4 *9 (-13 (-376) (-10 -8 (-15 -3834 ($ *8)) (-15 -3125 (*8 $)) (-15 -3138 (*8 $))))))) (-1431 (*1 *2 *3 *4) (-12 (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-571)) (-4 *7 (-980 *3 *5 *6)) (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *8) (|:| |radicand| *8))) (-5 *1 (-983 *5 *6 *3 *7 *8)) (-5 *4 (-793)) (-4 *8 (-13 (-376) (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))))
+(-10 -7 (-15 -1431 ((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) |#3| (-793))) (-15 -3051 ((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) (-421 (-560)) (-793))) (IF (|has| |#3| (-466)) (-15 -1475 ((-2 (|:| -2909 (-793)) (|:| -3265 |#5|) (|:| |radicand| |#5|)) |#5| (-793))) |%noBranch|) (-15 -4193 ((-2 (|:| -2909 (-793)) (|:| -3265 |#4|) (|:| |radicand| (-663 |#4|))) |#4| (-793))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2302 (($ (-1152)) 8 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 15 T ELT) (((-1152) $) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 11 T ELT)))
+(((-984) (-13 (-1133) (-632 (-1152)) (-10 -8 (-15 -2302 ($ (-1152)))))) (T -984))
+((-2302 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-984)))))
+(-13 (-1133) (-632 (-1152)) (-10 -8 (-15 -2302 ($ (-1152)))))
+((-2147 (((-1121 (-229)) $) 8 T ELT)) (-2134 (((-1121 (-229)) $) 9 T ELT)) (-4313 (((-663 (-663 (-973 (-229)))) $) 10 T ELT)) (-3834 (((-888) $) 6 T ELT)))
+(((-985) (-142)) (T -985))
+((-4313 (*1 *2 *1) (-12 (-4 *1 (-985)) (-5 *2 (-663 (-663 (-973 (-229))))))) (-2134 (*1 *2 *1) (-12 (-4 *1 (-985)) (-5 *2 (-1121 (-229))))) (-2147 (*1 *2 *1) (-12 (-4 *1 (-985)) (-5 *2 (-1121 (-229))))))
+(-13 (-632 (-888)) (-10 -8 (-15 -4313 ((-663 (-663 (-973 (-229)))) $)) (-15 -2134 ((-1121 (-229)) $)) (-15 -2147 ((-1121 (-229)) $))))
+(((-632 (-888)) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 78 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 79 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 34 T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-4328 (($ $) 31 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT)) (-4240 (($ $ |#1| |#2| $) 62 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) 17 T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| |#2|) NIL T ELT)) (-3654 ((|#2| $) 24 T ELT)) (-3097 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-4295 (($ $) 28 T ELT)) (-4307 ((|#1| $) 26 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) 51 T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-1711 (($ $ |#2| |#1| $) 90 (-12 (|has| |#2| (-133)) (|has| |#1| (-571))) ELT)) (-3795 (((-3 $ "failed") $ $) 91 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ |#1|) 85 (|has| |#1| (-571)) ELT)) (-4144 ((|#2| $) 22 T ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) 46 T ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) 41 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ |#2|) 37 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 15 T CONST)) (-1585 (($ $ $ (-793)) 74 (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) 84 (|has| |#1| (-571)) ELT)) (-2971 (($) 27 T CONST)) (-2983 (($) 12 T CONST)) (-2478 (((-114) $ $) 83 T ELT)) (-2594 (($ $ |#1|) 92 (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) 69 T ELT) (($ $ (-793)) 67 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 66 T ELT) (($ $ |#1|) 64 T ELT) (($ |#1| $) 63 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-986 |#1| |#2|) (-13 (-338 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-571)) (IF (|has| |#2| (-133)) (-15 -1711 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4508)) (-6 -4508) |%noBranch|))) (-1081) (-816)) (T -986))
+((-1711 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-986 *3 *2)) (-4 *2 (-133)) (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *2 (-816)))))
+(-13 (-338 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-571)) (IF (|has| |#2| (-133)) (-15 -1711 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4508)) (-6 -4508) |%noBranch|)))
+((-2614 (((-3 (-711 |#1|) "failed") |#2| (-949)) 18 T ELT)))
+(((-987 |#1| |#2|) (-10 -7 (-15 -2614 ((-3 (-711 |#1|) "failed") |#2| (-949)))) (-571) (-680 |#1|)) (T -987))
+((-2614 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-949)) (-4 *5 (-571)) (-5 *2 (-711 *5)) (-5 *1 (-987 *5 *3)) (-4 *3 (-680 *5)))))
+(-10 -7 (-15 -2614 ((-3 (-711 |#1|) "failed") |#2| (-949))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) |#1|) 20 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) 19 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 17 T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) |#1|) 16 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) 11 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) 21 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) 13 T ELT)) (-3034 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) 18 T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 22 T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 15 T ELT)) (-2465 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-3819 (((-793) $) 8 (|has| $ (-6 -4510)) ELT)))
+(((-988 |#1|) (-19 |#1|) (-1249)) (T -988))
NIL
(-19 |#1|)
-((-3065 (((-987 |#2|) (-1 |#2| |#1| |#2|) (-987 |#1|) |#2|) 16 T ELT)) (-2108 ((|#2| (-1 |#2| |#1| |#2|) (-987 |#1|) |#2|) 18 T ELT)) (-2067 (((-987 |#2|) (-1 |#2| |#1|) (-987 |#1|)) 13 T ELT)))
-(((-988 |#1| |#2|) (-10 -7 (-15 -3065 ((-987 |#2|) (-1 |#2| |#1| |#2|) (-987 |#1|) |#2|)) (-15 -2108 (|#2| (-1 |#2| |#1| |#2|) (-987 |#1|) |#2|)) (-15 -2067 ((-987 |#2|) (-1 |#2| |#1|) (-987 |#1|)))) (-1248) (-1248)) (T -988))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-987 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-987 *6)) (-5 *1 (-988 *5 *6)))) (-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-987 *5)) (-4 *5 (-1248)) (-4 *2 (-1248)) (-5 *1 (-988 *5 *2)))) (-3065 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-987 *6)) (-4 *6 (-1248)) (-4 *5 (-1248)) (-5 *2 (-987 *5)) (-5 *1 (-988 *6 *5)))))
-(-10 -7 (-15 -3065 ((-987 |#2|) (-1 |#2| |#1| |#2|) (-987 |#1|) |#2|)) (-15 -2108 (|#2| (-1 |#2| |#1| |#2|) (-987 |#1|) |#2|)) (-15 -2067 ((-987 |#2|) (-1 |#2| |#1|) (-987 |#1|))))
-((-2353 (($ $ (-1123 $)) 7 T ELT) (($ $ (-1208)) 6 T ELT)))
-(((-989) (-142)) (T -989))
-((-2353 (*1 *1 *1 *2) (-12 (-5 *2 (-1123 *1)) (-4 *1 (-989)))) (-2353 (*1 *1 *1 *2) (-12 (-4 *1 (-989)) (-5 *2 (-1208)))))
-(-13 (-10 -8 (-15 -2353 ($ $ (-1208))) (-15 -2353 ($ $ (-1123 $)))))
-((-1632 (((-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 |#1|))) (|:| |prim| (-1202 |#1|))) (-663 (-975 |#1|)) (-663 (-1208)) (-1208)) 26 T ELT) (((-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 |#1|))) (|:| |prim| (-1202 |#1|))) (-663 (-975 |#1|)) (-663 (-1208))) 27 T ELT) (((-2 (|:| |coef1| (-560)) (|:| |coef2| (-560)) (|:| |prim| (-1202 |#1|))) (-975 |#1|) (-1208) (-975 |#1|) (-1208)) 49 T ELT)))
-(((-990 |#1|) (-10 -7 (-15 -1632 ((-2 (|:| |coef1| (-560)) (|:| |coef2| (-560)) (|:| |prim| (-1202 |#1|))) (-975 |#1|) (-1208) (-975 |#1|) (-1208))) (-15 -1632 ((-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 |#1|))) (|:| |prim| (-1202 |#1|))) (-663 (-975 |#1|)) (-663 (-1208)))) (-15 -1632 ((-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 |#1|))) (|:| |prim| (-1202 |#1|))) (-663 (-975 |#1|)) (-663 (-1208)) (-1208)))) (-13 (-376) (-149))) (T -990))
-((-1632 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-975 *6))) (-5 *4 (-663 (-1208))) (-5 *5 (-1208)) (-4 *6 (-13 (-376) (-149))) (-5 *2 (-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 *6))) (|:| |prim| (-1202 *6)))) (-5 *1 (-990 *6)))) (-1632 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-663 (-1208))) (-4 *5 (-13 (-376) (-149))) (-5 *2 (-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 *5))) (|:| |prim| (-1202 *5)))) (-5 *1 (-990 *5)))) (-1632 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-975 *5)) (-5 *4 (-1208)) (-4 *5 (-13 (-376) (-149))) (-5 *2 (-2 (|:| |coef1| (-560)) (|:| |coef2| (-560)) (|:| |prim| (-1202 *5)))) (-5 *1 (-990 *5)))))
-(-10 -7 (-15 -1632 ((-2 (|:| |coef1| (-560)) (|:| |coef2| (-560)) (|:| |prim| (-1202 |#1|))) (-975 |#1|) (-1208) (-975 |#1|) (-1208))) (-15 -1632 ((-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 |#1|))) (|:| |prim| (-1202 |#1|))) (-663 (-975 |#1|)) (-663 (-1208)))) (-15 -1632 ((-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 |#1|))) (|:| |prim| (-1202 |#1|))) (-663 (-975 |#1|)) (-663 (-1208)) (-1208))))
-((-1451 (((-663 |#1|) |#1| |#1|) 47 T ELT)) (-1510 (((-114) |#1|) 44 T ELT)) (-2240 ((|#1| |#1|) 80 T ELT)) (-3018 ((|#1| |#1|) 79 T ELT)))
-(((-991 |#1|) (-10 -7 (-15 -1510 ((-114) |#1|)) (-15 -3018 (|#1| |#1|)) (-15 -2240 (|#1| |#1|)) (-15 -1451 ((-663 |#1|) |#1| |#1|))) (-559)) (T -991))
-((-1451 (*1 *2 *3 *3) (-12 (-5 *2 (-663 *3)) (-5 *1 (-991 *3)) (-4 *3 (-559)))) (-2240 (*1 *2 *2) (-12 (-5 *1 (-991 *2)) (-4 *2 (-559)))) (-3018 (*1 *2 *2) (-12 (-5 *1 (-991 *2)) (-4 *2 (-559)))) (-1510 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-991 *3)) (-4 *3 (-559)))))
-(-10 -7 (-15 -1510 ((-114) |#1|)) (-15 -3018 (|#1| |#1|)) (-15 -2240 (|#1| |#1|)) (-15 -1451 ((-663 |#1|) |#1| |#1|)))
-((-4401 (((-1304) (-887)) 9 T ELT)))
-(((-992) (-10 -7 (-15 -4401 ((-1304) (-887))))) (T -992))
-((-4401 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-992)))))
-(-10 -7 (-15 -4401 ((-1304) (-887))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL (-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815)))) ELT)) (-2180 (($ $ $) 65 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) ELT)) (-2494 (((-3 $ "failed") $ $) 52 (-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815)))) ELT)) (-1450 (((-793)) 36 (-12 (|has| |#1| (-381)) (|has| |#2| (-381))) ELT)) (-2625 ((|#2| $) 22 T ELT)) (-1459 ((|#1| $) 21 T ELT)) (-3366 (($) NIL (-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815)))) CONST)) (-4310 (((-3 $ "failed") $) NIL (-2191 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT)) (-3362 (($) NIL (-12 (|has| |#1| (-381)) (|has| |#2| (-381))) ELT)) (-1871 (((-114) $) NIL (-2191 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT)) (-2006 (($ $ $) NIL (-2191 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) (-12 (|has| |#1| (-871)) (|has| |#2| (-871)))) ELT)) (-2718 (($ $ $) NIL (-2191 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) (-12 (|has| |#1| (-871)) (|has| |#2| (-871)))) ELT)) (-3571 (($ |#1| |#2|) 20 T ELT)) (-2608 (((-948) $) NIL (-12 (|has| |#1| (-381)) (|has| |#2| (-381))) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 39 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT)) (-3998 (($ (-948)) NIL (-12 (|has| |#1| (-381)) (|has| |#2| (-381))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1521 (($ $ $) NIL (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT)) (-4172 (($ $ $) NIL (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT)) (-2539 (((-887) $) 14 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 42 (-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815)))) CONST)) (-1439 (($) 25 (-2191 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) CONST)) (-2383 (((-114) $ $) NIL (-2191 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) (-12 (|has| |#1| (-871)) (|has| |#2| (-871)))) ELT)) (-2360 (((-114) $ $) NIL (-2191 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) (-12 (|has| |#1| (-871)) (|has| |#2| (-871)))) ELT)) (-2329 (((-114) $ $) 19 T ELT)) (-2372 (((-114) $ $) NIL (-2191 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) (-12 (|has| |#1| (-871)) (|has| |#2| (-871)))) ELT)) (-2349 (((-114) $ $) 69 (-2191 (-12 (|has| |#1| (-815)) (|has| |#2| (-815))) (-12 (|has| |#1| (-871)) (|has| |#2| (-871)))) ELT)) (-2436 (($ $ $) NIL (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT)) (-2426 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT)) (-2413 (($ $ $) 45 (-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815)))) ELT)) (** (($ $ (-560)) NIL (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT) (($ $ (-793)) 32 (-2191 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT) (($ $ (-948)) NIL (-2191 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT)) (* (($ (-560) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT) (($ (-793) $) 48 (-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815)))) ELT) (($ (-948) $) NIL (-2191 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-815)) (|has| |#2| (-815)))) ELT) (($ $ $) 28 (-2191 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT)))
-(((-993 |#1| |#2|) (-13 (-1132) (-10 -8 (IF (|has| |#1| (-381)) (IF (|has| |#2| (-381)) (-6 (-381)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-748)) (IF (|has| |#2| (-748)) (-6 (-748)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-133)) (IF (|has| |#2| (-133)) (-6 (-133)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-487)) (IF (|has| |#2| (-487)) (-6 (-487)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-815)) (IF (|has| |#2| (-815)) (-6 (-815)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-871)) (IF (|has| |#2| (-871)) (-6 (-871)) |%noBranch|) |%noBranch|) (-15 -3571 ($ |#1| |#2|)) (-15 -1459 (|#1| $)) (-15 -2625 (|#2| $)))) (-1132) (-1132)) (T -993))
-((-3571 (*1 *1 *2 *3) (-12 (-5 *1 (-993 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))) (-1459 (*1 *2 *1) (-12 (-4 *2 (-1132)) (-5 *1 (-993 *2 *3)) (-4 *3 (-1132)))) (-2625 (*1 *2 *1) (-12 (-4 *2 (-1132)) (-5 *1 (-993 *3 *2)) (-4 *3 (-1132)))))
-(-13 (-1132) (-10 -8 (IF (|has| |#1| (-381)) (IF (|has| |#2| (-381)) (-6 (-381)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-748)) (IF (|has| |#2| (-748)) (-6 (-748)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-133)) (IF (|has| |#2| (-133)) (-6 (-133)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-487)) (IF (|has| |#2| (-487)) (-6 (-487)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-815)) (IF (|has| |#2| (-815)) (-6 (-815)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-871)) (IF (|has| |#2| (-871)) (-6 (-871)) |%noBranch|) |%noBranch|) (-15 -3571 ($ |#1| |#2|)) (-15 -1459 (|#1| $)) (-15 -2625 (|#2| $))))
-((-3929 (((-1134) $) 12 T ELT)) (-1776 (($ (-520) (-1134)) 14 T ELT)) (-3952 (((-520) $) 9 T ELT)) (-2539 (((-887) $) 24 T ELT)))
-(((-994) (-13 (-632 (-887)) (-10 -8 (-15 -3952 ((-520) $)) (-15 -3929 ((-1134) $)) (-15 -1776 ($ (-520) (-1134)))))) (T -994))
-((-3952 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-994)))) (-3929 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-994)))) (-1776 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1134)) (-5 *1 (-994)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -3952 ((-520) $)) (-15 -3929 ((-1134) $)) (-15 -1776 ($ (-520) (-1134)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-1961 (($) 17 T CONST)) (-1393 (($ $ $) 37 T ELT)) (-1372 (($ $) 29 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4159 (((-713 (-897 $ $)) $) 62 T ELT)) (-1678 (((-713 $) $) 52 T ELT)) (-3116 (((-713 (-897 $ $)) $) 63 T ELT)) (-1440 (((-713 (-897 $ $)) $) 64 T ELT)) (-1529 (((-713 |#1|) $) 43 T ELT)) (-2337 (((-713 (-897 $ $)) $) 61 T ELT)) (-1582 (($ $ $) 38 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2479 (($) 16 T CONST)) (-2090 (($ $ $) 39 T ELT)) (-4287 (($ $ $) 36 T ELT)) (-2256 (($ $ $) 34 T ELT)) (-2539 (((-887) $) 66 T ELT) (($ |#1|) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1383 (($ $ $) 35 T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-995 |#1|) (-13 (-998) (-635 |#1|) (-10 -8 (-15 -1529 ((-713 |#1|) $)) (-15 -1678 ((-713 $) $)) (-15 -2337 ((-713 (-897 $ $)) $)) (-15 -4159 ((-713 (-897 $ $)) $)) (-15 -3116 ((-713 (-897 $ $)) $)) (-15 -1440 ((-713 (-897 $ $)) $)) (-15 -2256 ($ $ $)) (-15 -4287 ($ $ $)))) (-1132)) (T -995))
-((-1529 (*1 *2 *1) (-12 (-5 *2 (-713 *3)) (-5 *1 (-995 *3)) (-4 *3 (-1132)))) (-1678 (*1 *2 *1) (-12 (-5 *2 (-713 (-995 *3))) (-5 *1 (-995 *3)) (-4 *3 (-1132)))) (-2337 (*1 *2 *1) (-12 (-5 *2 (-713 (-897 (-995 *3) (-995 *3)))) (-5 *1 (-995 *3)) (-4 *3 (-1132)))) (-4159 (*1 *2 *1) (-12 (-5 *2 (-713 (-897 (-995 *3) (-995 *3)))) (-5 *1 (-995 *3)) (-4 *3 (-1132)))) (-3116 (*1 *2 *1) (-12 (-5 *2 (-713 (-897 (-995 *3) (-995 *3)))) (-5 *1 (-995 *3)) (-4 *3 (-1132)))) (-1440 (*1 *2 *1) (-12 (-5 *2 (-713 (-897 (-995 *3) (-995 *3)))) (-5 *1 (-995 *3)) (-4 *3 (-1132)))) (-2256 (*1 *1 *1 *1) (-12 (-5 *1 (-995 *2)) (-4 *2 (-1132)))) (-4287 (*1 *1 *1 *1) (-12 (-5 *1 (-995 *2)) (-4 *2 (-1132)))))
-(-13 (-998) (-635 |#1|) (-10 -8 (-15 -1529 ((-713 |#1|) $)) (-15 -1678 ((-713 $) $)) (-15 -2337 ((-713 (-897 $ $)) $)) (-15 -4159 ((-713 (-897 $ $)) $)) (-15 -3116 ((-713 (-897 $ $)) $)) (-15 -1440 ((-713 (-897 $ $)) $)) (-15 -2256 ($ $ $)) (-15 -4287 ($ $ $))))
-((-4457 (((-995 |#1|) (-995 |#1|)) 46 T ELT)) (-1532 (((-995 |#1|) (-995 |#1|)) 22 T ELT)) (-2609 (((-1128 |#1|) (-995 |#1|)) 41 T ELT)))
-(((-996 |#1|) (-13 (-1248) (-10 -7 (-15 -1532 ((-995 |#1|) (-995 |#1|))) (-15 -2609 ((-1128 |#1|) (-995 |#1|))) (-15 -4457 ((-995 |#1|) (-995 |#1|))))) (-1132)) (T -996))
-((-1532 (*1 *2 *2) (-12 (-5 *2 (-995 *3)) (-4 *3 (-1132)) (-5 *1 (-996 *3)))) (-2609 (*1 *2 *3) (-12 (-5 *3 (-995 *4)) (-4 *4 (-1132)) (-5 *2 (-1128 *4)) (-5 *1 (-996 *4)))) (-4457 (*1 *2 *2) (-12 (-5 *2 (-995 *3)) (-4 *3 (-1132)) (-5 *1 (-996 *3)))))
-(-13 (-1248) (-10 -7 (-15 -1532 ((-995 |#1|) (-995 |#1|))) (-15 -2609 ((-1128 |#1|) (-995 |#1|))) (-15 -4457 ((-995 |#1|) (-995 |#1|)))))
-((-2067 (((-995 |#2|) (-1 |#2| |#1|) (-995 |#1|)) 29 T ELT)))
-(((-997 |#1| |#2|) (-13 (-1248) (-10 -7 (-15 -2067 ((-995 |#2|) (-1 |#2| |#1|) (-995 |#1|))))) (-1132) (-1132)) (T -997))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-995 *5)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *2 (-995 *6)) (-5 *1 (-997 *5 *6)))))
-(-13 (-1248) (-10 -7 (-15 -2067 ((-995 |#2|) (-1 |#2| |#1|) (-995 |#1|)))))
-((-2294 (((-114) $ $) 19 T ELT)) (-2317 (($ $) 8 T ELT)) (-1961 (($) 17 T CONST)) (-1393 (($ $ $) 9 T ELT)) (-1372 (($ $) 11 T ELT)) (-3049 (((-1190) $) 23 T ELT)) (-1582 (($ $ $) 15 T ELT)) (-3139 (((-1151) $) 22 T ELT)) (-2479 (($) 16 T CONST)) (-2090 (($ $ $) 14 T ELT)) (-2539 (((-887) $) 21 T ELT)) (-3860 (((-114) $ $) 20 T ELT)) (-1383 (($ $ $) 10 T ELT)) (-2359 (($ $ $) 6 T ELT)) (-2329 (((-114) $ $) 18 T ELT)) (-2348 (($ $ $) 7 T ELT)))
-(((-998) (-142)) (T -998))
-((-1961 (*1 *1) (-4 *1 (-998))) (-2479 (*1 *1) (-4 *1 (-998))) (-1582 (*1 *1 *1 *1) (-4 *1 (-998))) (-2090 (*1 *1 *1 *1) (-4 *1 (-998))))
-(-13 (-113) (-1132) (-10 -8 (-15 -1961 ($) -3721) (-15 -2479 ($) -3721) (-15 -1582 ($ $ $)) (-15 -2090 ($ $ $))))
-(((-102) . T) ((-113) . T) ((-632 (-887)) . T) ((-684) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-3366 (($) 7 T CONST)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-3104 (($ $ $) 50 T ELT)) (-4246 (($ $ $) 51 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2718 ((|#1| $) 52 T ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-999 |#1|) (-142) (-871)) (T -999))
-((-2718 (*1 *2 *1) (-12 (-4 *1 (-999 *2)) (-4 *2 (-871)))) (-4246 (*1 *1 *1 *1) (-12 (-4 *1 (-999 *2)) (-4 *2 (-871)))) (-3104 (*1 *1 *1 *1) (-12 (-4 *1 (-999 *2)) (-4 *2 (-871)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4509) (-15 -2718 (|t#1| $)) (-15 -4246 ($ $ $)) (-15 -3104 ($ $ $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-3052 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2470 |#2|)) |#2| |#2|) 105 T ELT)) (-2489 ((|#2| |#2| |#2|) 103 T ELT)) (-3024 (((-2 (|:| |coef2| |#2|) (|:| -2470 |#2|)) |#2| |#2|) 107 T ELT)) (-2643 (((-2 (|:| |coef1| |#2|) (|:| -2470 |#2|)) |#2| |#2|) 109 T ELT)) (-4276 (((-2 (|:| |coef2| |#2|) (|:| -4257 |#1|)) |#2| |#2|) 131 (|has| |#1| (-466)) ELT)) (-2103 (((-2 (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|) 56 T ELT)) (-4339 (((-2 (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|) 80 T ELT)) (-2876 (((-2 (|:| |coef1| |#2|) (|:| -2076 |#1|)) |#2| |#2|) 82 T ELT)) (-3488 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 96 T ELT)) (-1986 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793)) 89 T ELT)) (-1616 (((-2 (|:| |coef2| |#2|) (|:| -3622 |#1|)) |#2|) 121 T ELT)) (-3677 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793)) 92 T ELT)) (-1571 (((-663 (-793)) |#2| |#2|) 102 T ELT)) (-2527 ((|#1| |#2| |#2|) 50 T ELT)) (-3153 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4257 |#1|)) |#2| |#2|) 129 (|has| |#1| (-466)) ELT)) (-4257 ((|#1| |#2| |#2|) 127 (|has| |#1| (-466)) ELT)) (-3613 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|) 54 T ELT)) (-2271 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|) 79 T ELT)) (-2076 ((|#1| |#2| |#2|) 76 T ELT)) (-4301 (((-2 (|:| -1398 |#1|) (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2|) 41 T ELT)) (-2140 ((|#2| |#2| |#2| |#2| |#1|) 67 T ELT)) (-1976 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 94 T ELT)) (-2939 ((|#2| |#2| |#2|) 93 T ELT)) (-1983 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793)) 87 T ELT)) (-2846 ((|#2| |#2| |#2| (-793)) 85 T ELT)) (-2470 ((|#2| |#2| |#2|) 135 (|has| |#1| (-466)) ELT)) (-2283 (((-1298 |#2|) (-1298 |#2|) |#1|) 22 T ELT)) (-3095 (((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2|) 46 T ELT)) (-4352 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3622 |#1|)) |#2|) 119 T ELT)) (-3622 ((|#1| |#2|) 116 T ELT)) (-4079 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793)) 91 T ELT)) (-3252 ((|#2| |#2| |#2| (-793)) 90 T ELT)) (-2303 (((-663 |#2|) |#2| |#2|) 99 T ELT)) (-2873 ((|#2| |#2| |#1| |#1| (-793)) 62 T ELT)) (-3687 ((|#1| |#1| |#1| (-793)) 61 T ELT)) (* (((-1298 |#2|) |#1| (-1298 |#2|)) 17 T ELT)))
-(((-1000 |#1| |#2|) (-10 -7 (-15 -2076 (|#1| |#2| |#2|)) (-15 -2271 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|)) (-15 -4339 ((-2 (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|)) (-15 -2876 ((-2 (|:| |coef1| |#2|) (|:| -2076 |#1|)) |#2| |#2|)) (-15 -2846 (|#2| |#2| |#2| (-793))) (-15 -1983 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -1986 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -3252 (|#2| |#2| |#2| (-793))) (-15 -4079 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -3677 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -2939 (|#2| |#2| |#2|)) (-15 -1976 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3488 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2489 (|#2| |#2| |#2|)) (-15 -3052 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2470 |#2|)) |#2| |#2|)) (-15 -3024 ((-2 (|:| |coef2| |#2|) (|:| -2470 |#2|)) |#2| |#2|)) (-15 -2643 ((-2 (|:| |coef1| |#2|) (|:| -2470 |#2|)) |#2| |#2|)) (-15 -3622 (|#1| |#2|)) (-15 -4352 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3622 |#1|)) |#2|)) (-15 -1616 ((-2 (|:| |coef2| |#2|) (|:| -3622 |#1|)) |#2|)) (-15 -2303 ((-663 |#2|) |#2| |#2|)) (-15 -1571 ((-663 (-793)) |#2| |#2|)) (IF (|has| |#1| (-466)) (PROGN (-15 -4257 (|#1| |#2| |#2|)) (-15 -3153 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4257 |#1|)) |#2| |#2|)) (-15 -4276 ((-2 (|:| |coef2| |#2|) (|:| -4257 |#1|)) |#2| |#2|)) (-15 -2470 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1298 |#2|) |#1| (-1298 |#2|))) (-15 -2283 ((-1298 |#2|) (-1298 |#2|) |#1|)) (-15 -4301 ((-2 (|:| -1398 |#1|) (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2|)) (-15 -3095 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2|)) (-15 -3687 (|#1| |#1| |#1| (-793))) (-15 -2873 (|#2| |#2| |#1| |#1| (-793))) (-15 -2140 (|#2| |#2| |#2| |#2| |#1|)) (-15 -2527 (|#1| |#2| |#2|)) (-15 -3613 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|)) (-15 -2103 ((-2 (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|))) (-571) (-1274 |#1|)) (T -1000))
-((-2103 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2076 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-3613 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2076 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-2527 (*1 *2 *3 *3) (-12 (-4 *2 (-571)) (-5 *1 (-1000 *2 *3)) (-4 *3 (-1274 *2)))) (-2140 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-571)) (-5 *1 (-1000 *3 *2)) (-4 *2 (-1274 *3)))) (-2873 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *3 (-571)) (-5 *1 (-1000 *3 *2)) (-4 *2 (-1274 *3)))) (-3687 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *2 (-571)) (-5 *1 (-1000 *2 *4)) (-4 *4 (-1274 *2)))) (-3095 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-4301 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| -1398 *4) (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-2283 (*1 *2 *2 *3) (-12 (-5 *2 (-1298 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-571)) (-5 *1 (-1000 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1298 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-571)) (-5 *1 (-1000 *3 *4)))) (-2470 (*1 *2 *2 *2) (-12 (-4 *3 (-466)) (-4 *3 (-571)) (-5 *1 (-1000 *3 *2)) (-4 *2 (-1274 *3)))) (-4276 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -4257 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-3153 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -4257 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-4257 (*1 *2 *3 *3) (-12 (-4 *2 (-571)) (-4 *2 (-466)) (-5 *1 (-1000 *2 *3)) (-4 *3 (-1274 *2)))) (-1571 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 (-793))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-2303 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-1616 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3622 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-4352 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3622 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-3622 (*1 *2 *3) (-12 (-4 *2 (-571)) (-5 *1 (-1000 *2 *3)) (-4 *3 (-1274 *2)))) (-2643 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2470 *3))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-3024 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2470 *3))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-3052 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2470 *3))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-2489 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-1000 *3 *2)) (-4 *2 (-1274 *3)))) (-3488 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-1976 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-2939 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-1000 *3 *2)) (-4 *2 (-1274 *3)))) (-3677 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1000 *5 *3)) (-4 *3 (-1274 *5)))) (-4079 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1000 *5 *3)) (-4 *3 (-1274 *5)))) (-3252 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-571)) (-5 *1 (-1000 *4 *2)) (-4 *2 (-1274 *4)))) (-1986 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1000 *5 *3)) (-4 *3 (-1274 *5)))) (-1983 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1000 *5 *3)) (-4 *3 (-1274 *5)))) (-2846 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-571)) (-5 *1 (-1000 *4 *2)) (-4 *2 (-1274 *4)))) (-2876 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2076 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-4339 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2076 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-2271 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2076 *4))) (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))) (-2076 (*1 *2 *3 *3) (-12 (-4 *2 (-571)) (-5 *1 (-1000 *2 *3)) (-4 *3 (-1274 *2)))))
-(-10 -7 (-15 -2076 (|#1| |#2| |#2|)) (-15 -2271 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|)) (-15 -4339 ((-2 (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|)) (-15 -2876 ((-2 (|:| |coef1| |#2|) (|:| -2076 |#1|)) |#2| |#2|)) (-15 -2846 (|#2| |#2| |#2| (-793))) (-15 -1983 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -1986 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -3252 (|#2| |#2| |#2| (-793))) (-15 -4079 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -3677 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -2939 (|#2| |#2| |#2|)) (-15 -1976 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3488 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2489 (|#2| |#2| |#2|)) (-15 -3052 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2470 |#2|)) |#2| |#2|)) (-15 -3024 ((-2 (|:| |coef2| |#2|) (|:| -2470 |#2|)) |#2| |#2|)) (-15 -2643 ((-2 (|:| |coef1| |#2|) (|:| -2470 |#2|)) |#2| |#2|)) (-15 -3622 (|#1| |#2|)) (-15 -4352 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3622 |#1|)) |#2|)) (-15 -1616 ((-2 (|:| |coef2| |#2|) (|:| -3622 |#1|)) |#2|)) (-15 -2303 ((-663 |#2|) |#2| |#2|)) (-15 -1571 ((-663 (-793)) |#2| |#2|)) (IF (|has| |#1| (-466)) (PROGN (-15 -4257 (|#1| |#2| |#2|)) (-15 -3153 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4257 |#1|)) |#2| |#2|)) (-15 -4276 ((-2 (|:| |coef2| |#2|) (|:| -4257 |#1|)) |#2| |#2|)) (-15 -2470 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1298 |#2|) |#1| (-1298 |#2|))) (-15 -2283 ((-1298 |#2|) (-1298 |#2|) |#1|)) (-15 -4301 ((-2 (|:| -1398 |#1|) (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2|)) (-15 -3095 ((-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) |#2| |#2|)) (-15 -3687 (|#1| |#1| |#1| (-793))) (-15 -2873 (|#2| |#2| |#1| |#1| (-793))) (-15 -2140 (|#2| |#2| |#2| |#2| |#1|)) (-15 -2527 (|#1| |#2| |#2|)) (-15 -3613 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|)) (-15 -2103 ((-2 (|:| |coef2| |#2|) (|:| -2076 |#1|)) |#2| |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2491 (((-1249) $) 13 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1569 (((-1166) $) 10 T ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1001) (-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $)) (-15 -2491 ((-1249) $))))) (T -1001))
-((-1569 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1001)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-1001)))))
-(-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $)) (-15 -2491 ((-1249) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 40 T ELT)) (-2494 (((-3 $ "failed") $ $) 54 T ELT)) (-3366 (($) NIL T CONST)) (-2978 (((-663 (-897 (-948) (-948))) $) 67 T ELT)) (-2560 (((-948) $) 94 T ELT)) (-1559 (((-663 (-948)) $) 17 T ELT)) (-1825 (((-1186 $) (-793)) 39 T ELT)) (-1504 (($ (-663 (-948))) 16 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1521 (($ $) 70 T ELT)) (-2539 (((-887) $) 90 T ELT) (((-663 (-948)) $) 11 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 8 T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 44 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 42 T ELT)) (-2413 (($ $ $) 46 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) 49 T ELT)) (-2305 (((-793) $) 22 T ELT)))
-(((-1002) (-13 (-819) (-632 (-663 (-948))) (-10 -8 (-15 -1504 ($ (-663 (-948)))) (-15 -1559 ((-663 (-948)) $)) (-15 -2305 ((-793) $)) (-15 -1825 ((-1186 $) (-793))) (-15 -2978 ((-663 (-897 (-948) (-948))) $)) (-15 -2560 ((-948) $)) (-15 -1521 ($ $))))) (T -1002))
-((-1504 (*1 *1 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1002)))) (-1559 (*1 *2 *1) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1002)))) (-2305 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1002)))) (-1825 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1186 (-1002))) (-5 *1 (-1002)))) (-2978 (*1 *2 *1) (-12 (-5 *2 (-663 (-897 (-948) (-948)))) (-5 *1 (-1002)))) (-2560 (*1 *2 *1) (-12 (-5 *2 (-948)) (-5 *1 (-1002)))) (-1521 (*1 *1 *1) (-5 *1 (-1002))))
-(-13 (-819) (-632 (-663 (-948))) (-10 -8 (-15 -1504 ($ (-663 (-948)))) (-15 -1559 ((-663 (-948)) $)) (-15 -2305 ((-793) $)) (-15 -1825 ((-1186 $) (-793))) (-15 -2978 ((-663 (-897 (-948) (-948))) $)) (-15 -2560 ((-948) $)) (-15 -1521 ($ $))))
-((-2436 (($ $ |#2|) 31 T ELT)) (-2426 (($ $) 23 T ELT) (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 17 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) 21 T ELT) (($ |#2| $) 20 T ELT) (($ (-421 (-560)) $) 27 T ELT) (($ $ (-421 (-560))) 29 T ELT)))
-(((-1003 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -2436 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|))) (-1004 |#2| |#3| |#4|) (-1080) (-814) (-871)) (T -1003))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -2436 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-948) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 |#3|) $) 92 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2474 (($ $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-4405 (((-114) $) 91 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| |#2|) 78 T ELT) (($ $ |#3| |#2|) 94 T ELT) (($ $ (-663 |#3|) (-663 |#2|)) 93 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4283 ((|#2| $) 81 T ELT)) (-4428 (($ $) 90 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT)) (-2453 ((|#1| $ |#2|) 76 T ELT)) (-3187 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1004 |#1| |#2| |#3|) (-142) (-1080) (-814) (-871)) (T -1004))
-((-2450 (*1 *2 *1) (-12 (-4 *1 (-1004 *2 *3 *4)) (-4 *3 (-814)) (-4 *4 (-871)) (-4 *2 (-1080)))) (-2439 (*1 *1 *1) (-12 (-4 *1 (-1004 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-814)) (-4 *4 (-871)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-1004 *3 *2 *4)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *2 (-814)))) (-3528 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-1004 *4 *3 *2)) (-4 *4 (-1080)) (-4 *3 (-814)) (-4 *2 (-871)))) (-3528 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 *5)) (-4 *1 (-1004 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-814)) (-4 *6 (-871)))) (-3557 (*1 *2 *1) (-12 (-4 *1 (-1004 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-814)) (-4 *5 (-871)) (-5 *2 (-663 *5)))) (-4405 (*1 *2 *1) (-12 (-4 *1 (-1004 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-814)) (-4 *5 (-871)) (-5 *2 (-114)))) (-4428 (*1 *1 *1) (-12 (-4 *1 (-1004 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-814)) (-4 *4 (-871)))))
-(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -3528 ($ $ |t#3| |t#2|)) (-15 -3528 ($ $ (-663 |t#3|) (-663 |t#2|))) (-15 -2439 ($ $)) (-15 -2450 (|t#1| $)) (-15 -4283 (|t#2| $)) (-15 -3557 ((-663 |t#3|) $)) (-15 -4405 ((-114) $)) (-15 -4428 ($ $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-302) |has| |#1| (-571)) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-1082 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1087 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-3447 (((-1120 (-229)) $) 8 T ELT)) (-3434 (((-1120 (-229)) $) 9 T ELT)) (-3419 (((-1120 (-229)) $) 10 T ELT)) (-4090 (((-663 (-663 (-972 (-229)))) $) 11 T ELT)) (-2539 (((-887) $) 6 T ELT)))
-(((-1005) (-142)) (T -1005))
-((-4090 (*1 *2 *1) (-12 (-4 *1 (-1005)) (-5 *2 (-663 (-663 (-972 (-229))))))) (-3419 (*1 *2 *1) (-12 (-4 *1 (-1005)) (-5 *2 (-1120 (-229))))) (-3434 (*1 *2 *1) (-12 (-4 *1 (-1005)) (-5 *2 (-1120 (-229))))) (-3447 (*1 *2 *1) (-12 (-4 *1 (-1005)) (-5 *2 (-1120 (-229))))))
-(-13 (-632 (-887)) (-10 -8 (-15 -4090 ((-663 (-663 (-972 (-229)))) $)) (-15 -3419 ((-1120 (-229)) $)) (-15 -3434 ((-1120 (-229)) $)) (-15 -3447 ((-1120 (-229)) $))))
-(((-632 (-887)) . T))
-((-3557 (((-663 |#4|) $) 23 T ELT)) (-3343 (((-114) $) 55 T ELT)) (-3540 (((-114) $) 54 T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#4|) 42 T ELT)) (-2244 (((-114) $) 56 T ELT)) (-2882 (((-114) $ $) 62 T ELT)) (-1982 (((-114) $ $) 65 T ELT)) (-2241 (((-114) $) 60 T ELT)) (-2485 (((-663 |#5|) (-663 |#5|) $) 98 T ELT)) (-2967 (((-663 |#5|) (-663 |#5|) $) 95 T ELT)) (-4415 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 88 T ELT)) (-1972 (((-663 |#4|) $) 27 T ELT)) (-3253 (((-114) |#4| $) 34 T ELT)) (-3665 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 81 T ELT)) (-4299 (($ $ |#4|) 39 T ELT)) (-3912 (($ $ |#4|) 38 T ELT)) (-1860 (($ $ |#4|) 40 T ELT)) (-2329 (((-114) $ $) 46 T ELT)))
-(((-1006 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3540 ((-114) |#1|)) (-15 -2485 ((-663 |#5|) (-663 |#5|) |#1|)) (-15 -2967 ((-663 |#5|) (-663 |#5|) |#1|)) (-15 -4415 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3665 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2244 ((-114) |#1|)) (-15 -1982 ((-114) |#1| |#1|)) (-15 -2882 ((-114) |#1| |#1|)) (-15 -2241 ((-114) |#1|)) (-15 -3343 ((-114) |#1|)) (-15 -3334 ((-2 (|:| |under| |#1|) (|:| -1654 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4299 (|#1| |#1| |#4|)) (-15 -1860 (|#1| |#1| |#4|)) (-15 -3912 (|#1| |#1| |#4|)) (-15 -3253 ((-114) |#4| |#1|)) (-15 -1972 ((-663 |#4|) |#1|)) (-15 -3557 ((-663 |#4|) |#1|)) (-15 -2329 ((-114) |#1| |#1|))) (-1007 |#2| |#3| |#4| |#5|) (-1080) (-815) (-871) (-1096 |#2| |#3| |#4|)) (T -1006))
-NIL
-(-10 -8 (-15 -3540 ((-114) |#1|)) (-15 -2485 ((-663 |#5|) (-663 |#5|) |#1|)) (-15 -2967 ((-663 |#5|) (-663 |#5|) |#1|)) (-15 -4415 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3665 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2244 ((-114) |#1|)) (-15 -1982 ((-114) |#1| |#1|)) (-15 -2882 ((-114) |#1| |#1|)) (-15 -2241 ((-114) |#1|)) (-15 -3343 ((-114) |#1|)) (-15 -3334 ((-2 (|:| |under| |#1|) (|:| -1654 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4299 (|#1| |#1| |#4|)) (-15 -1860 (|#1| |#1| |#4|)) (-15 -3912 (|#1| |#1| |#4|)) (-15 -3253 ((-114) |#4| |#1|)) (-15 -1972 ((-663 |#4|) |#1|)) (-15 -3557 ((-663 |#4|) |#1|)) (-15 -2329 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3557 (((-663 |#3|) $) 37 T ELT)) (-3343 (((-114) $) 30 T ELT)) (-3540 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-3067 (((-114) $ (-793)) 48 T ELT)) (-3606 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 49 T CONST)) (-2244 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-3056 (($ (-663 |#4|)) 39 T ELT)) (-2885 (($ $) 72 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#4| $) 71 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#4|) $) 56 (|has| $ (-6 -4509)) ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) 47 T ELT)) (-2559 (((-663 |#4|) $) 57 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-1972 (((-663 |#3|) $) 36 T ELT)) (-3253 (((-114) |#3| $) 35 T ELT)) (-2020 (((-114) $ (-793)) 46 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) 42 T ELT)) (-3868 (((-114) $) 45 T ELT)) (-1423 (($) 44 T ELT)) (-3150 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 43 T ELT)) (-4417 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 64 T ELT)) (-4299 (($ $ |#3|) 32 T ELT)) (-3912 (($ $ |#3|) 34 T ELT)) (-1860 (($ $ |#3|) 33 T ELT)) (-2539 (((-887) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2305 (((-793) $) 50 (|has| $ (-6 -4509)) ELT)))
-(((-1007 |#1| |#2| |#3| |#4|) (-142) (-1080) (-815) (-871) (-1096 |t#1| |t#2| |t#3|)) (T -1007))
-((-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *1 (-1007 *3 *4 *5 *6)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *1 (-1007 *3 *4 *5 *6)))) (-3173 (*1 *2 *1) (-12 (-4 *1 (-1007 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-1096 *3 *4 *2)) (-4 *2 (-871)))) (-3557 (*1 *2 *1) (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-663 *5)))) (-1972 (*1 *2 *1) (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-663 *5)))) (-3253 (*1 *2 *3 *1) (-12 (-4 *1 (-1007 *4 *5 *3 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-4 *6 (-1096 *4 *5 *3)) (-5 *2 (-114)))) (-3912 (*1 *1 *1 *2) (-12 (-4 *1 (-1007 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)) (-4 *5 (-1096 *3 *4 *2)))) (-1860 (*1 *1 *1 *2) (-12 (-4 *1 (-1007 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)) (-4 *5 (-1096 *3 *4 *2)))) (-4299 (*1 *1 *1 *2) (-12 (-4 *1 (-1007 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)) (-4 *5 (-1096 *3 *4 *2)))) (-3334 (*1 *2 *1 *3) (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-4 *6 (-1096 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -1654 *1) (|:| |upper| *1))) (-4 *1 (-1007 *4 *5 *3 *6)))) (-3343 (*1 *2 *1) (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))) (-2241 (*1 *2 *1) (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))) (-2882 (*1 *2 *1 *1) (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))) (-1982 (*1 *2 *1 *1) (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))) (-2244 (*1 *2 *1) (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))) (-3665 (*1 *2 *3 *1) (-12 (-4 *1 (-1007 *4 *5 *6 *3)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-4415 (*1 *2 *3 *1) (-12 (-4 *1 (-1007 *4 *5 *6 *3)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-2967 (*1 *2 *2 *1) (-12 (-5 *2 (-663 *6)) (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)))) (-2485 (*1 *2 *2 *1) (-12 (-5 *2 (-663 *6)) (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)))) (-3540 (*1 *2 *1) (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))))
-(-13 (-1132) (-153 |t#4|) (-632 (-663 |t#4|)) (-10 -8 (-6 -4509) (-15 -1442 ((-3 $ "failed") (-663 |t#4|))) (-15 -3056 ($ (-663 |t#4|))) (-15 -3173 (|t#3| $)) (-15 -3557 ((-663 |t#3|) $)) (-15 -1972 ((-663 |t#3|) $)) (-15 -3253 ((-114) |t#3| $)) (-15 -3912 ($ $ |t#3|)) (-15 -1860 ($ $ |t#3|)) (-15 -4299 ($ $ |t#3|)) (-15 -3334 ((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |t#3|)) (-15 -3343 ((-114) $)) (IF (|has| |t#1| (-571)) (PROGN (-15 -2241 ((-114) $)) (-15 -2882 ((-114) $ $)) (-15 -1982 ((-114) $ $)) (-15 -2244 ((-114) $)) (-15 -3665 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -4415 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -2967 ((-663 |t#4|) (-663 |t#4|) $)) (-15 -2485 ((-663 |t#4|) (-663 |t#4|) $)) (-15 -3540 ((-114) $))) |%noBranch|)))
-(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-887)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-1132) . T) ((-1248) . T))
-((-3815 (((-663 |#4|) |#4| |#4|) 137 T ELT)) (-4463 (((-663 |#4|) (-663 |#4|) (-114)) 125 (|has| |#1| (-466)) ELT) (((-663 |#4|) (-663 |#4|)) 126 (|has| |#1| (-466)) ELT)) (-4356 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|)) 44 T ELT)) (-3437 (((-114) |#4|) 43 T ELT)) (-4116 (((-663 |#4|) |#4|) 121 (|has| |#1| (-466)) ELT)) (-1992 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-1 (-114) |#4|) (-663 |#4|)) 24 T ELT)) (-3769 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|)) 30 T ELT)) (-2553 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|)) 31 T ELT)) (-4170 (((-3 (-2 (|:| |bas| (-490 |#1| |#2| |#3| |#4|)) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|)) 90 T ELT)) (-3885 (((-663 |#4|) (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 103 T ELT)) (-3050 (((-663 |#4|) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 129 T ELT)) (-2594 (((-663 |#4|) (-663 |#4|)) 128 T ELT)) (-3400 (((-663 |#4|) (-663 |#4|) (-663 |#4|) (-114)) 59 T ELT) (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 61 T ELT)) (-4153 ((|#4| |#4| (-663 |#4|)) 60 T ELT)) (-2871 (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 133 (|has| |#1| (-466)) ELT)) (-2593 (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 136 (|has| |#1| (-466)) ELT)) (-3979 (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 135 (|has| |#1| (-466)) ELT)) (-3096 (((-663 |#4|) (-663 |#4|) (-663 |#4|) (-1 (-663 |#4|) (-663 |#4|))) 105 T ELT) (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 107 T ELT) (((-663 |#4|) (-663 |#4|) |#4|) 141 T ELT) (((-663 |#4|) |#4| |#4|) 138 T ELT) (((-663 |#4|) (-663 |#4|)) 106 T ELT)) (-4416 (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 118 (-12 (|has| |#1| (-149)) (|has| |#1| (-319))) ELT)) (-1682 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|)) 52 T ELT)) (-3616 (((-114) (-663 |#4|)) 79 T ELT)) (-4459 (((-114) (-663 |#4|) (-663 (-663 |#4|))) 67 T ELT)) (-3666 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|)) 37 T ELT)) (-2505 (((-114) |#4|) 36 T ELT)) (-2285 (((-663 |#4|) (-663 |#4|)) 116 (-12 (|has| |#1| (-149)) (|has| |#1| (-319))) ELT)) (-1593 (((-663 |#4|) (-663 |#4|)) 117 (-12 (|has| |#1| (-149)) (|has| |#1| (-319))) ELT)) (-1637 (((-663 |#4|) (-663 |#4|)) 83 T ELT)) (-3098 (((-663 |#4|) (-663 |#4|)) 97 T ELT)) (-2327 (((-114) (-663 |#4|) (-663 |#4|)) 65 T ELT)) (-2883 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|)) 50 T ELT)) (-2012 (((-114) |#4|) 45 T ELT)))
-(((-1008 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3096 ((-663 |#4|) (-663 |#4|))) (-15 -3096 ((-663 |#4|) |#4| |#4|)) (-15 -2594 ((-663 |#4|) (-663 |#4|))) (-15 -3815 ((-663 |#4|) |#4| |#4|)) (-15 -3096 ((-663 |#4|) (-663 |#4|) |#4|)) (-15 -3096 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -3096 ((-663 |#4|) (-663 |#4|) (-663 |#4|) (-1 (-663 |#4|) (-663 |#4|)))) (-15 -2327 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4459 ((-114) (-663 |#4|) (-663 (-663 |#4|)))) (-15 -3616 ((-114) (-663 |#4|))) (-15 -1992 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-1 (-114) |#4|) (-663 |#4|))) (-15 -3769 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|))) (-15 -2553 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|))) (-15 -1682 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -3437 ((-114) |#4|)) (-15 -4356 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -2505 ((-114) |#4|)) (-15 -3666 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -2012 ((-114) |#4|)) (-15 -2883 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -3400 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -3400 ((-663 |#4|) (-663 |#4|) (-663 |#4|) (-114))) (-15 -4153 (|#4| |#4| (-663 |#4|))) (-15 -1637 ((-663 |#4|) (-663 |#4|))) (-15 -4170 ((-3 (-2 (|:| |bas| (-490 |#1| |#2| |#3| |#4|)) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|))) (-15 -3098 ((-663 |#4|) (-663 |#4|))) (-15 -3885 ((-663 |#4|) (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3050 ((-663 |#4|) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-466)) (PROGN (-15 -4116 ((-663 |#4|) |#4|)) (-15 -4463 ((-663 |#4|) (-663 |#4|))) (-15 -4463 ((-663 |#4|) (-663 |#4|) (-114))) (-15 -2871 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -3979 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -2593 ((-663 |#4|) (-663 |#4|) (-663 |#4|)))) |%noBranch|) (IF (|has| |#1| (-319)) (IF (|has| |#1| (-149)) (PROGN (-15 -1593 ((-663 |#4|) (-663 |#4|))) (-15 -2285 ((-663 |#4|) (-663 |#4|))) (-15 -4416 ((-663 |#4|) (-663 |#4|) (-663 |#4|)))) |%noBranch|) |%noBranch|)) (-571) (-815) (-871) (-1096 |#1| |#2| |#3|)) (T -1008))
-((-4416 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-149)) (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-2285 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-149)) (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-1593 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-149)) (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-2593 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-466)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-3979 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-466)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-2871 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-466)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-4463 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-114)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-1008 *4 *5 *6 *7)))) (-4463 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-466)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-4116 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *3)) (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))) (-3050 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1008 *5 *6 *7 *8)))) (-3885 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-663 *9)) (-5 *3 (-1 (-114) *9)) (-5 *4 (-1 (-114) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1096 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-815)) (-4 *8 (-871)) (-5 *1 (-1008 *6 *7 *8 *9)))) (-3098 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-4170 (*1 *2 *3) (|partial| -12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-490 *4 *5 *6 *7)) (|:| -2765 (-663 *7)))) (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-1637 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-4153 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-1008 *4 *5 *6 *2)))) (-3400 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-114)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-1008 *4 *5 *6 *7)))) (-3400 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-2883 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7)))) (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-2012 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))) (-3666 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7)))) (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-2505 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))) (-4356 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7)))) (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-3437 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))) (-1682 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7)))) (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-2553 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1 (-114) *8))) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8)))) (-5 *1 (-1008 *5 *6 *7 *8)) (-5 *4 (-663 *8)))) (-3769 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1 (-114) *8))) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8)))) (-5 *1 (-1008 *5 *6 *7 *8)) (-5 *4 (-663 *8)))) (-1992 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-114) *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8)))) (-5 *1 (-1008 *5 *6 *7 *8)) (-5 *4 (-663 *8)))) (-3616 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1008 *4 *5 *6 *7)))) (-4459 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-663 *8))) (-5 *3 (-663 *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-114)) (-5 *1 (-1008 *5 *6 *7 *8)))) (-2327 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1008 *4 *5 *6 *7)))) (-3096 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-663 *7) (-663 *7))) (-5 *2 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-1008 *4 *5 *6 *7)))) (-3096 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-3096 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-1008 *4 *5 *6 *3)))) (-3815 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *3)) (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))) (-2594 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))) (-3096 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *3)) (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))) (-3096 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3096 ((-663 |#4|) (-663 |#4|))) (-15 -3096 ((-663 |#4|) |#4| |#4|)) (-15 -2594 ((-663 |#4|) (-663 |#4|))) (-15 -3815 ((-663 |#4|) |#4| |#4|)) (-15 -3096 ((-663 |#4|) (-663 |#4|) |#4|)) (-15 -3096 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -3096 ((-663 |#4|) (-663 |#4|) (-663 |#4|) (-1 (-663 |#4|) (-663 |#4|)))) (-15 -2327 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4459 ((-114) (-663 |#4|) (-663 (-663 |#4|)))) (-15 -3616 ((-114) (-663 |#4|))) (-15 -1992 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-1 (-114) |#4|) (-663 |#4|))) (-15 -3769 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|))) (-15 -2553 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|))) (-15 -1682 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -3437 ((-114) |#4|)) (-15 -4356 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -2505 ((-114) |#4|)) (-15 -3666 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -2012 ((-114) |#4|)) (-15 -2883 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -3400 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -3400 ((-663 |#4|) (-663 |#4|) (-663 |#4|) (-114))) (-15 -4153 (|#4| |#4| (-663 |#4|))) (-15 -1637 ((-663 |#4|) (-663 |#4|))) (-15 -4170 ((-3 (-2 (|:| |bas| (-490 |#1| |#2| |#3| |#4|)) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|))) (-15 -3098 ((-663 |#4|) (-663 |#4|))) (-15 -3885 ((-663 |#4|) (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3050 ((-663 |#4|) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-466)) (PROGN (-15 -4116 ((-663 |#4|) |#4|)) (-15 -4463 ((-663 |#4|) (-663 |#4|))) (-15 -4463 ((-663 |#4|) (-663 |#4|) (-114))) (-15 -2871 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -3979 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -2593 ((-663 |#4|) (-663 |#4|) (-663 |#4|)))) |%noBranch|) (IF (|has| |#1| (-319)) (IF (|has| |#1| (-149)) (PROGN (-15 -1593 ((-663 |#4|) (-663 |#4|))) (-15 -2285 ((-663 |#4|) (-663 |#4|))) (-15 -4416 ((-663 |#4|) (-663 |#4|) (-663 |#4|)))) |%noBranch|) |%noBranch|))
-((-1476 (((-2 (|:| R (-711 |#1|)) (|:| A (-711 |#1|)) (|:| |Ainv| (-711 |#1|))) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 19 T ELT)) (-2766 (((-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1298 |#1|)))) (-711 |#1|) (-1298 |#1|)) 45 T ELT)) (-1514 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 16 T ELT)))
-(((-1009 |#1|) (-10 -7 (-15 -1476 ((-2 (|:| R (-711 |#1|)) (|:| A (-711 |#1|)) (|:| |Ainv| (-711 |#1|))) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1514 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2766 ((-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1298 |#1|)))) (-711 |#1|) (-1298 |#1|)))) (-376)) (T -1009))
-((-2766 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-5 *2 (-663 (-2 (|:| C (-711 *5)) (|:| |g| (-1298 *5))))) (-5 *1 (-1009 *5)) (-5 *3 (-711 *5)) (-5 *4 (-1298 *5)))) (-1514 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-711 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376)) (-5 *1 (-1009 *5)))) (-1476 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-376)) (-5 *2 (-2 (|:| R (-711 *6)) (|:| A (-711 *6)) (|:| |Ainv| (-711 *6)))) (-5 *1 (-1009 *6)) (-5 *3 (-711 *6)))))
-(-10 -7 (-15 -1476 ((-2 (|:| R (-711 |#1|)) (|:| A (-711 |#1|)) (|:| |Ainv| (-711 |#1|))) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1514 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2766 ((-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1298 |#1|)))) (-711 |#1|) (-1298 |#1|))))
-((-2326 (((-419 |#4|) |#4|) 61 T ELT)))
-(((-1010 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2326 ((-419 |#4|) |#4|))) (-871) (-815) (-466) (-979 |#3| |#2| |#1|)) (T -1010))
-((-2326 (*1 *2 *3) (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-466)) (-5 *2 (-419 *3)) (-5 *1 (-1010 *4 *5 *6 *3)) (-4 *3 (-979 *6 *5 *4)))))
-(-10 -7 (-15 -2326 ((-419 |#4|) |#4|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2591 (($ (-793)) 124 (|has| |#1| (-23)) ELT)) (-3303 (((-1304) $ (-560) (-560)) 47 (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) 110 T ELT) (((-114) $) 104 (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) 101 (|has| $ (-6 -4510)) ELT) (($ $) 100 (-12 (|has| |#1| (-871)) (|has| $ (-6 -4510))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) 111 T ELT) (($ $) 105 (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-4318 (($ $) 102 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 112 T ELT)) (-2885 (($ $) 87 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#1| $) 86 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 58 T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) 109 T ELT) (((-560) |#1| $) 108 (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) 107 (|has| |#1| (-1132)) ELT)) (-1921 (($ (-663 |#1|)) 130 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2522 (((-711 |#1|) $ $) 117 (|has| |#1| (-1080)) ELT)) (-2531 (($ (-793) |#1|) 77 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 50 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 94 (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) 113 T ELT) (($ $ $) 106 (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 51 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 95 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-1586 ((|#1| $) 114 (-12 (|has| |#1| (-1080)) (|has| |#1| (-1033))) ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-4474 ((|#1| $) 115 (-12 (|has| |#1| (-1080)) (|has| |#1| (-1033))) ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-1936 (((-663 (-560)) $) 53 T ELT)) (-2624 (((-114) (-560) $) 54 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 49 (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-4446 (($ $ |#1|) 48 (|has| $ (-6 -4510)) ELT)) (-2674 (($ $ (-663 |#1|)) 128 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1265 (-560))) 78 T ELT)) (-3491 ((|#1| $ $) 118 (|has| |#1| (-1080)) ELT)) (-2328 (((-948) $) 129 T ELT)) (-3435 (($ $ (-560)) 71 T ELT) (($ $ (-1265 (-560))) 70 T ELT)) (-3996 (($ $ $) 116 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2877 (($ $ $ (-560)) 103 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT) (($ (-663 |#1|)) 131 T ELT)) (-2548 (($ (-663 |#1|)) 79 T ELT)) (-4357 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) 96 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 98 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) 97 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 99 (|has| |#1| (-871)) ELT)) (-2426 (($ $) 123 (|has| |#1| (-21)) ELT) (($ $ $) 122 (|has| |#1| (-21)) ELT)) (-2413 (($ $ $) 125 (|has| |#1| (-25)) ELT)) (* (($ (-560) $) 121 (|has| |#1| (-21)) ELT) (($ |#1| $) 120 (|has| |#1| (-748)) ELT) (($ $ |#1|) 119 (|has| |#1| (-748)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1011 |#1|) (-142) (-1080)) (T -1011))
-((-1921 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1080)) (-4 *1 (-1011 *3)))) (-2328 (*1 *2 *1) (-12 (-4 *1 (-1011 *3)) (-4 *3 (-1080)) (-5 *2 (-948)))) (-3996 (*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1080)))) (-2674 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *1 (-1011 *3)) (-4 *3 (-1080)))))
-(-13 (-1297 |t#1|) (-637 (-663 |t#1|)) (-10 -8 (-15 -1921 ($ (-663 |t#1|))) (-15 -2328 ((-948) $)) (-15 -3996 ($ $ $)) (-15 -2674 ($ $ (-663 |t#1|)))))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-637 (-663 |#1|)) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-385 |#1|) . T) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-673 |#1|) . T) ((-19 |#1|) . T) ((-871) |has| |#1| (-871)) ((-874) |has| |#1| (-871)) ((-1132) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871))) ((-1248) . T) ((-1297 |#1|) . T))
-((-2067 (((-972 |#2|) (-1 |#2| |#1|) (-972 |#1|)) 17 T ELT)))
-(((-1012 |#1| |#2|) (-10 -7 (-15 -2067 ((-972 |#2|) (-1 |#2| |#1|) (-972 |#1|)))) (-1080) (-1080)) (T -1012))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-972 *5)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-5 *2 (-972 *6)) (-5 *1 (-1012 *5 *6)))))
-(-10 -7 (-15 -2067 ((-972 |#2|) (-1 |#2| |#1|) (-972 |#1|))))
-((-1808 ((|#1| (-972 |#1|)) 14 T ELT)) (-2698 ((|#1| (-972 |#1|)) 13 T ELT)) (-1700 ((|#1| (-972 |#1|)) 12 T ELT)) (-1713 ((|#1| (-972 |#1|)) 16 T ELT)) (-2232 ((|#1| (-972 |#1|)) 24 T ELT)) (-3916 ((|#1| (-972 |#1|)) 15 T ELT)) (-2340 ((|#1| (-972 |#1|)) 17 T ELT)) (-4479 ((|#1| (-972 |#1|)) 23 T ELT)) (-4005 ((|#1| (-972 |#1|)) 22 T ELT)))
-(((-1013 |#1|) (-10 -7 (-15 -1700 (|#1| (-972 |#1|))) (-15 -2698 (|#1| (-972 |#1|))) (-15 -1808 (|#1| (-972 |#1|))) (-15 -3916 (|#1| (-972 |#1|))) (-15 -1713 (|#1| (-972 |#1|))) (-15 -2340 (|#1| (-972 |#1|))) (-15 -4005 (|#1| (-972 |#1|))) (-15 -4479 (|#1| (-972 |#1|))) (-15 -2232 (|#1| (-972 |#1|)))) (-1080)) (T -1013))
-((-2232 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))) (-4479 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))) (-4005 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))) (-2340 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))) (-1713 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))) (-3916 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))) (-1808 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))) (-2698 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))) (-1700 (*1 *2 *3) (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
-(-10 -7 (-15 -1700 (|#1| (-972 |#1|))) (-15 -2698 (|#1| (-972 |#1|))) (-15 -1808 (|#1| (-972 |#1|))) (-15 -3916 (|#1| (-972 |#1|))) (-15 -1713 (|#1| (-972 |#1|))) (-15 -2340 (|#1| (-972 |#1|))) (-15 -4005 (|#1| (-972 |#1|))) (-15 -4479 (|#1| (-972 |#1|))) (-15 -2232 (|#1| (-972 |#1|))))
-((-1481 (((-3 |#1| "failed") |#1|) 18 T ELT)) (-1861 (((-3 |#1| "failed") |#1|) 6 T ELT)) (-2747 (((-3 |#1| "failed") |#1|) 16 T ELT)) (-1380 (((-3 |#1| "failed") |#1|) 4 T ELT)) (-4286 (((-3 |#1| "failed") |#1|) 20 T ELT)) (-3457 (((-3 |#1| "failed") |#1|) 8 T ELT)) (-3593 (((-3 |#1| "failed") |#1| (-793)) 1 T ELT)) (-2845 (((-3 |#1| "failed") |#1|) 3 T ELT)) (-3284 (((-3 |#1| "failed") |#1|) 2 T ELT)) (-2309 (((-3 |#1| "failed") |#1|) 21 T ELT)) (-1640 (((-3 |#1| "failed") |#1|) 9 T ELT)) (-1596 (((-3 |#1| "failed") |#1|) 19 T ELT)) (-2135 (((-3 |#1| "failed") |#1|) 7 T ELT)) (-1449 (((-3 |#1| "failed") |#1|) 17 T ELT)) (-3099 (((-3 |#1| "failed") |#1|) 5 T ELT)) (-1811 (((-3 |#1| "failed") |#1|) 24 T ELT)) (-1343 (((-3 |#1| "failed") |#1|) 12 T ELT)) (-1998 (((-3 |#1| "failed") |#1|) 22 T ELT)) (-3092 (((-3 |#1| "failed") |#1|) 10 T ELT)) (-3103 (((-3 |#1| "failed") |#1|) 26 T ELT)) (-1907 (((-3 |#1| "failed") |#1|) 14 T ELT)) (-3605 (((-3 |#1| "failed") |#1|) 27 T ELT)) (-2826 (((-3 |#1| "failed") |#1|) 15 T ELT)) (-3233 (((-3 |#1| "failed") |#1|) 25 T ELT)) (-1375 (((-3 |#1| "failed") |#1|) 13 T ELT)) (-2216 (((-3 |#1| "failed") |#1|) 23 T ELT)) (-2178 (((-3 |#1| "failed") |#1|) 11 T ELT)))
-(((-1014 |#1|) (-142) (-1234)) (T -1014))
-((-3605 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-3103 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-3233 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1811 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-2216 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1998 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-2309 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-4286 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1596 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1481 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1449 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-2747 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-2826 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1907 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1375 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1343 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-2178 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-3092 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1640 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-3457 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-2135 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1861 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-3099 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-1380 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-2845 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-3284 (*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))) (-3593 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-793)) (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(-13 (-10 -7 (-15 -3593 ((-3 |t#1| "failed") |t#1| (-793))) (-15 -3284 ((-3 |t#1| "failed") |t#1|)) (-15 -2845 ((-3 |t#1| "failed") |t#1|)) (-15 -1380 ((-3 |t#1| "failed") |t#1|)) (-15 -3099 ((-3 |t#1| "failed") |t#1|)) (-15 -1861 ((-3 |t#1| "failed") |t#1|)) (-15 -2135 ((-3 |t#1| "failed") |t#1|)) (-15 -3457 ((-3 |t#1| "failed") |t#1|)) (-15 -1640 ((-3 |t#1| "failed") |t#1|)) (-15 -3092 ((-3 |t#1| "failed") |t#1|)) (-15 -2178 ((-3 |t#1| "failed") |t#1|)) (-15 -1343 ((-3 |t#1| "failed") |t#1|)) (-15 -1375 ((-3 |t#1| "failed") |t#1|)) (-15 -1907 ((-3 |t#1| "failed") |t#1|)) (-15 -2826 ((-3 |t#1| "failed") |t#1|)) (-15 -2747 ((-3 |t#1| "failed") |t#1|)) (-15 -1449 ((-3 |t#1| "failed") |t#1|)) (-15 -1481 ((-3 |t#1| "failed") |t#1|)) (-15 -1596 ((-3 |t#1| "failed") |t#1|)) (-15 -4286 ((-3 |t#1| "failed") |t#1|)) (-15 -2309 ((-3 |t#1| "failed") |t#1|)) (-15 -1998 ((-3 |t#1| "failed") |t#1|)) (-15 -2216 ((-3 |t#1| "failed") |t#1|)) (-15 -1811 ((-3 |t#1| "failed") |t#1|)) (-15 -3233 ((-3 |t#1| "failed") |t#1|)) (-15 -3103 ((-3 |t#1| "failed") |t#1|)) (-15 -3605 ((-3 |t#1| "failed") |t#1|))))
-((-1542 ((|#4| |#4| (-663 |#3|)) 57 T ELT) ((|#4| |#4| |#3|) 56 T ELT)) (-2772 ((|#4| |#4| (-663 |#3|)) 24 T ELT) ((|#4| |#4| |#3|) 20 T ELT)) (-2067 ((|#4| (-1 |#4| (-975 |#1|)) |#4|) 31 T ELT)))
-(((-1015 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2772 (|#4| |#4| |#3|)) (-15 -2772 (|#4| |#4| (-663 |#3|))) (-15 -1542 (|#4| |#4| |#3|)) (-15 -1542 (|#4| |#4| (-663 |#3|))) (-15 -2067 (|#4| (-1 |#4| (-975 |#1|)) |#4|))) (-1080) (-815) (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208))))) (-979 (-975 |#1|) |#2| |#3|)) (T -1015))
-((-2067 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-975 *4))) (-4 *4 (-1080)) (-4 *2 (-979 (-975 *4) *5 *6)) (-4 *5 (-815)) (-4 *6 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208)))))) (-5 *1 (-1015 *4 *5 *6 *2)))) (-1542 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208)))))) (-4 *4 (-1080)) (-4 *5 (-815)) (-5 *1 (-1015 *4 *5 *6 *2)) (-4 *2 (-979 (-975 *4) *5 *6)))) (-1542 (*1 *2 *2 *3) (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208)))))) (-5 *1 (-1015 *4 *5 *3 *2)) (-4 *2 (-979 (-975 *4) *5 *3)))) (-2772 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208)))))) (-4 *4 (-1080)) (-4 *5 (-815)) (-5 *1 (-1015 *4 *5 *6 *2)) (-4 *2 (-979 (-975 *4) *5 *6)))) (-2772 (*1 *2 *2 *3) (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)) (-15 -2129 ((-3 $ "failed") (-1208)))))) (-5 *1 (-1015 *4 *5 *3 *2)) (-4 *2 (-979 (-975 *4) *5 *3)))))
-(-10 -7 (-15 -2772 (|#4| |#4| |#3|)) (-15 -2772 (|#4| |#4| (-663 |#3|))) (-15 -1542 (|#4| |#4| |#3|)) (-15 -1542 (|#4| |#4| (-663 |#3|))) (-15 -2067 (|#4| (-1 |#4| (-975 |#1|)) |#4|)))
-((-3129 ((|#2| |#3|) 35 T ELT)) (-1894 (((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|) 79 T ELT)) (-1906 (((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) 100 T ELT)))
-(((-1016 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1906 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))))) (-15 -1894 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|)) (-15 -3129 (|#2| |#3|))) (-363) (-1274 |#1|) (-1274 |#2|) (-746 |#2| |#3|)) (T -1016))
-((-3129 (*1 *2 *3) (-12 (-4 *3 (-1274 *2)) (-4 *2 (-1274 *4)) (-5 *1 (-1016 *4 *2 *3 *5)) (-4 *4 (-363)) (-4 *5 (-746 *2 *3)))) (-1894 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 *3)) (-5 *2 (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-1016 *4 *3 *5 *6)) (-4 *6 (-746 *3 *5)))) (-1906 (*1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 *4)) (-5 *2 (-2 (|:| -1868 (-711 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-711 *4)))) (-5 *1 (-1016 *3 *4 *5 *6)) (-4 *6 (-746 *4 *5)))))
-(-10 -7 (-15 -1906 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))))) (-15 -1894 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|)) (-15 -3129 (|#2| |#3|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3906 (((-3 (-114) "failed") $) 71 T ELT)) (-4457 (($ $) 36 (-12 (|has| |#1| (-149)) (|has| |#1| (-319))) ELT)) (-3241 (($ $ (-3 (-114) "failed")) 72 T ELT)) (-2253 (($ (-663 |#4|) |#4|) 25 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3297 (($ $) 69 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3868 (((-114) $) 70 T ELT)) (-1423 (($) 30 T ELT)) (-3398 ((|#4| $) 74 T ELT)) (-2002 (((-663 |#4|) $) 73 T ELT)) (-2539 (((-887) $) 68 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1017 |#1| |#2| |#3| |#4|) (-13 (-1132) (-632 (-887)) (-10 -8 (-15 -1423 ($)) (-15 -2253 ($ (-663 |#4|) |#4|)) (-15 -3906 ((-3 (-114) "failed") $)) (-15 -3241 ($ $ (-3 (-114) "failed"))) (-15 -3868 ((-114) $)) (-15 -2002 ((-663 |#4|) $)) (-15 -3398 (|#4| $)) (-15 -3297 ($ $)) (IF (|has| |#1| (-319)) (IF (|has| |#1| (-149)) (-15 -4457 ($ $)) |%noBranch|) |%noBranch|))) (-466) (-871) (-815) (-979 |#1| |#3| |#2|)) (T -1017))
-((-1423 (*1 *1) (-12 (-4 *2 (-466)) (-4 *3 (-871)) (-4 *4 (-815)) (-5 *1 (-1017 *2 *3 *4 *5)) (-4 *5 (-979 *2 *4 *3)))) (-2253 (*1 *1 *2 *3) (-12 (-5 *2 (-663 *3)) (-4 *3 (-979 *4 *6 *5)) (-4 *4 (-466)) (-4 *5 (-871)) (-4 *6 (-815)) (-5 *1 (-1017 *4 *5 *6 *3)))) (-3906 (*1 *2 *1) (|partial| -12 (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815)) (-5 *2 (-114)) (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-979 *3 *5 *4)))) (-3241 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-114) "failed")) (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815)) (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-979 *3 *5 *4)))) (-3868 (*1 *2 *1) (-12 (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815)) (-5 *2 (-114)) (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-979 *3 *5 *4)))) (-2002 (*1 *2 *1) (-12 (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815)) (-5 *2 (-663 *6)) (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-979 *3 *5 *4)))) (-3398 (*1 *2 *1) (-12 (-4 *2 (-979 *3 *5 *4)) (-5 *1 (-1017 *3 *4 *5 *2)) (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815)))) (-3297 (*1 *1 *1) (-12 (-4 *2 (-466)) (-4 *3 (-871)) (-4 *4 (-815)) (-5 *1 (-1017 *2 *3 *4 *5)) (-4 *5 (-979 *2 *4 *3)))) (-4457 (*1 *1 *1) (-12 (-4 *2 (-149)) (-4 *2 (-319)) (-4 *2 (-466)) (-4 *3 (-871)) (-4 *4 (-815)) (-5 *1 (-1017 *2 *3 *4 *5)) (-4 *5 (-979 *2 *4 *3)))))
-(-13 (-1132) (-632 (-887)) (-10 -8 (-15 -1423 ($)) (-15 -2253 ($ (-663 |#4|) |#4|)) (-15 -3906 ((-3 (-114) "failed") $)) (-15 -3241 ($ $ (-3 (-114) "failed"))) (-15 -3868 ((-114) $)) (-15 -2002 ((-663 |#4|) $)) (-15 -3398 (|#4| $)) (-15 -3297 ($ $)) (IF (|has| |#1| (-319)) (IF (|has| |#1| (-149)) (-15 -4457 ($ $)) |%noBranch|) |%noBranch|)))
-((-1578 (((-1017 (-421 (-560)) (-888 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560)))) (-1017 (-421 (-560)) (-888 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560))))) 82 T ELT)))
-(((-1018 |#1| |#2|) (-10 -7 (-15 -1578 ((-1017 (-421 (-560)) (-888 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560)))) (-1017 (-421 (-560)) (-888 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560))))))) (-663 (-1208)) (-793)) (T -1018))
-((-1578 (*1 *2 *2) (-12 (-5 *2 (-1017 (-421 (-560)) (-888 *3) (-246 *4 (-793)) (-255 *3 (-421 (-560))))) (-14 *3 (-663 (-1208))) (-14 *4 (-793)) (-5 *1 (-1018 *3 *4)))))
-(-10 -7 (-15 -1578 ((-1017 (-421 (-560)) (-888 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560)))) (-1017 (-421 (-560)) (-888 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560)))))))
-((-3585 (((-114) |#5| |#5|) 44 T ELT)) (-2268 (((-114) |#5| |#5|) 59 T ELT)) (-2038 (((-114) |#5| (-663 |#5|)) 81 T ELT) (((-114) |#5| |#5|) 68 T ELT)) (-1855 (((-114) (-663 |#4|) (-663 |#4|)) 65 T ELT)) (-3224 (((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) 70 T ELT)) (-4081 (((-1304)) 32 T ELT)) (-3317 (((-1304) (-1190) (-1190) (-1190)) 28 T ELT)) (-4136 (((-663 |#5|) (-663 |#5|)) 100 T ELT)) (-4034 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) 92 T ELT)) (-4091 (((-663 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114)) 122 T ELT)) (-2172 (((-114) |#5| |#5|) 53 T ELT)) (-4121 (((-3 (-114) "failed") |#5| |#5|) 78 T ELT)) (-1800 (((-114) (-663 |#4|) (-663 |#4|)) 64 T ELT)) (-1588 (((-114) (-663 |#4|) (-663 |#4|)) 66 T ELT)) (-2638 (((-114) (-663 |#4|) (-663 |#4|)) 67 T ELT)) (-3525 (((-3 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114)) 117 T ELT)) (-4107 (((-663 |#5|) (-663 |#5|)) 49 T ELT)))
-(((-1019 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3317 ((-1304) (-1190) (-1190) (-1190))) (-15 -4081 ((-1304))) (-15 -3585 ((-114) |#5| |#5|)) (-15 -4107 ((-663 |#5|) (-663 |#5|))) (-15 -2172 ((-114) |#5| |#5|)) (-15 -2268 ((-114) |#5| |#5|)) (-15 -1855 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1800 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1588 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -2638 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4121 ((-3 (-114) "failed") |#5| |#5|)) (-15 -2038 ((-114) |#5| |#5|)) (-15 -2038 ((-114) |#5| (-663 |#5|))) (-15 -4136 ((-663 |#5|) (-663 |#5|))) (-15 -3224 ((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) (-15 -4034 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-15 -4091 ((-663 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -3525 ((-3 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114)))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1102 |#1| |#2| |#3| |#4|)) (T -1019))
-((-3525 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *9 (-1096 *6 *7 *8)) (-5 *2 (-2 (|:| -1837 (-663 *9)) (|:| -3227 *4) (|:| |ineq| (-663 *9)))) (-5 *1 (-1019 *6 *7 *8 *9 *4)) (-5 *3 (-663 *9)) (-4 *4 (-1102 *6 *7 *8 *9)))) (-4091 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-663 *10)) (-5 *5 (-114)) (-4 *10 (-1102 *6 *7 *8 *9)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *9 (-1096 *6 *7 *8)) (-5 *2 (-663 (-2 (|:| -1837 (-663 *9)) (|:| -3227 *10) (|:| |ineq| (-663 *9))))) (-5 *1 (-1019 *6 *7 *8 *9 *10)) (-5 *3 (-663 *9)))) (-4034 (*1 *2 *2) (-12 (-5 *2 (-663 (-2 (|:| |val| (-663 *6)) (|:| -3227 *7)))) (-4 *6 (-1096 *3 *4 *5)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1019 *3 *4 *5 *6 *7)))) (-3224 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -3227 *8))) (-4 *7 (-1096 *4 *5 *6)) (-4 *8 (-1102 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *8)))) (-4136 (*1 *2 *2) (-12 (-5 *2 (-663 *7)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *1 (-1019 *3 *4 *5 *6 *7)))) (-2038 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-1019 *5 *6 *7 *8 *3)))) (-2038 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-4121 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-2638 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-1588 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-1800 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-1855 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-2268 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-2172 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-4107 (*1 *2 *2) (-12 (-5 *2 (-663 *7)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *1 (-1019 *3 *4 *5 *6 *7)))) (-3585 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-4081 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304)) (-5 *1 (-1019 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))) (-3317 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
-(-10 -7 (-15 -3317 ((-1304) (-1190) (-1190) (-1190))) (-15 -4081 ((-1304))) (-15 -3585 ((-114) |#5| |#5|)) (-15 -4107 ((-663 |#5|) (-663 |#5|))) (-15 -2172 ((-114) |#5| |#5|)) (-15 -2268 ((-114) |#5| |#5|)) (-15 -1855 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1800 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1588 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -2638 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4121 ((-3 (-114) "failed") |#5| |#5|)) (-15 -2038 ((-114) |#5| |#5|)) (-15 -2038 ((-114) |#5| (-663 |#5|))) (-15 -4136 ((-663 |#5|) (-663 |#5|))) (-15 -3224 ((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) (-15 -4034 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-15 -4091 ((-663 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -3525 ((-3 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114))))
-((-2129 (((-1208) $) 15 T ELT)) (-3929 (((-1190) $) 16 T ELT)) (-1667 (($ (-1208) (-1190)) 14 T ELT)) (-2539 (((-887) $) 13 T ELT)))
-(((-1020) (-13 (-632 (-887)) (-10 -8 (-15 -1667 ($ (-1208) (-1190))) (-15 -2129 ((-1208) $)) (-15 -3929 ((-1190) $))))) (T -1020))
-((-1667 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1190)) (-5 *1 (-1020)))) (-2129 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1020)))) (-3929 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1020)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -1667 ($ (-1208) (-1190))) (-15 -2129 ((-1208) $)) (-15 -3929 ((-1190) $))))
-((-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) 72 T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) 102 T ELT)) (-3056 ((|#2| $) NIL T ELT) (((-1208) $) 67 T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) 99 T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) 121 T ELT) (((-711 |#2|) (-711 $)) 35 T ELT)) (-3362 (($) 105 T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 82 T ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 91 T ELT)) (-2159 (($ $) 10 T ELT)) (-2024 (((-713 $) $) 27 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 29 T ELT)) (-2814 (($) 16 T ELT)) (-1956 (($ $) 61 T ELT)) (-2457 (($ $ (-1 |#2| |#2|)) 43 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1553 (($ $) 12 T ELT)) (-4417 (((-915 (-560)) $) 77 T ELT) (((-915 (-391)) $) 86 T ELT) (((-549) $) 47 T ELT) (((-391) $) 51 T ELT) (((-229) $) 55 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 97 T ELT) (($ |#2|) NIL T ELT) (($ (-1208)) 64 T ELT)) (-3418 (((-793)) 38 T ELT)) (-2349 (((-114) $ $) 57 T ELT)))
-(((-1021 |#1| |#2|) (-10 -8 (-15 -2349 ((-114) |#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2814 (|#1|)) (-15 -2024 ((-713 |#1|) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -4417 ((-229) |#1|)) (-15 -4417 ((-391) |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -2539 (|#1| (-1208))) (-15 -1442 ((-3 (-1208) "failed") |#1|)) (-15 -3056 ((-1208) |#1|)) (-15 -3362 (|#1|)) (-15 -1956 (|#1| |#1|)) (-15 -1553 (|#1| |#1|)) (-15 -2159 (|#1| |#1|)) (-15 -3085 ((-913 (-391) |#1|) |#1| (-915 (-391)) (-913 (-391) |#1|))) (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -2336 ((-711 |#2|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| |#1|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-1022 |#2|) (-571)) (T -1021))
-((-3418 (*1 *2) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-1021 *3 *4)) (-4 *3 (-1022 *4)))))
-(-10 -8 (-15 -2349 ((-114) |#1| |#1|)) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2814 (|#1|)) (-15 -2024 ((-713 |#1|) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -4417 ((-229) |#1|)) (-15 -4417 ((-391) |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -2539 (|#1| (-1208))) (-15 -1442 ((-3 (-1208) "failed") |#1|)) (-15 -3056 ((-1208) |#1|)) (-15 -3362 (|#1|)) (-15 -1956 (|#1| |#1|)) (-15 -1553 (|#1| |#1|)) (-15 -2159 (|#1| |#1|)) (-15 -3085 ((-913 (-391) |#1|) |#1| (-915 (-391)) (-913 (-391) |#1|))) (-15 -3085 ((-913 (-560) |#1|) |#1| (-915 (-560)) (-913 (-560) |#1|))) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -2336 ((-711 |#2|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| |#1|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3431 ((|#1| $) 170 (|has| |#1| (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 161 (|has| |#1| (-939)) ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 164 (|has| |#1| (-939)) ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-2551 (((-560) $) 151 (|has| |#1| (-842)) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#1| "failed") $) 200 T ELT) (((-3 (-1208) "failed") $) 159 (|has| |#1| (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) 142 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-560) "failed") $) 140 (|has| |#1| (-1069 (-560))) ELT)) (-3056 ((|#1| $) 201 T ELT) (((-1208) $) 160 (|has| |#1| (-1069 (-1208))) ELT) (((-421 (-560)) $) 143 (|has| |#1| (-1069 (-560))) ELT) (((-560) $) 141 (|has| |#1| (-1069 (-560))) ELT)) (-2242 (($ $ $) 68 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 185 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 184 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 183 T ELT) (((-711 |#1|) (-711 $)) 182 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3362 (($) 168 (|has| |#1| (-559)) ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1510 (((-114) $) 86 T ELT)) (-1957 (((-114) $) 153 (|has| |#1| (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 177 (|has| |#1| (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 176 (|has| |#1| (-911 (-391))) ELT)) (-1871 (((-114) $) 40 T ELT)) (-2159 (($ $) 172 T ELT)) (-4420 ((|#1| $) 174 T ELT)) (-2024 (((-713 $) $) 139 (|has| |#1| (-1183)) ELT)) (-2699 (((-114) $) 152 (|has| |#1| (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2006 (($ $ $) 144 (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) 145 (|has| |#1| (-871)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 192 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 187 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 186 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 181 T ELT) (((-711 |#1|) (-1298 $)) 180 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-2814 (($) 138 (|has| |#1| (-1183)) CONST)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-1956 (($ $) 169 (|has| |#1| (-319)) ELT)) (-1654 ((|#1| $) 166 (|has| |#1| (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 163 (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 162 (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) 198 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 197 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 196 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 195 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) 194 (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) 193 (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-3320 (((-793) $) 71 T ELT)) (-1495 (($ $ |#1|) 199 (|has| |#1| (-298 |#1| |#1|)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-2457 (($ $ (-1 |#1| |#1|)) 191 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 190 T ELT) (($ $) 137 (|has| |#1| (-239)) ELT) (($ $ (-793)) 135 (|has| |#1| (-239)) ELT) (($ $ (-1208)) 133 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 131 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 130 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 129 (|has| |#1| (-929 (-1208))) ELT)) (-1553 (($ $) 171 T ELT)) (-4429 ((|#1| $) 173 T ELT)) (-4417 (((-915 (-560)) $) 179 (|has| |#1| (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) 178 (|has| |#1| (-633 (-915 (-391)))) ELT) (((-549) $) 156 (|has| |#1| (-633 (-549))) ELT) (((-391) $) 155 (|has| |#1| (-1051)) ELT) (((-229) $) 154 (|has| |#1| (-1051)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 165 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ |#1|) 204 T ELT) (($ (-1208)) 158 (|has| |#1| (-1069 (-1208))) ELT)) (-3187 (((-713 $) $) 157 (-2191 (|has| |#1| (-147)) (-1383 (|has| $ (-147)) (|has| |#1| (-939)))) ELT)) (-3418 (((-793)) 37 T CONST)) (-4473 ((|#1| $) 167 (|has| |#1| (-559)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-2407 (($ $) 150 (|has| |#1| (-842)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1 |#1| |#1|)) 189 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 188 T ELT) (($ $) 136 (|has| |#1| (-239)) ELT) (($ $ (-793)) 134 (|has| |#1| (-239)) ELT) (($ $ (-1208)) 132 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 128 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 127 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 126 (|has| |#1| (-929 (-1208))) ELT)) (-2383 (((-114) $ $) 146 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 148 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 147 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 149 (|has| |#1| (-871)) ELT)) (-2436 (($ $ $) 80 T ELT) (($ |#1| |#1|) 175 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT) (($ |#1| $) 203 T ELT) (($ $ |#1|) 202 T ELT)))
-(((-1022 |#1|) (-142) (-571)) (T -1022))
-((-2436 (*1 *1 *2 *2) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))) (-4420 (*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))) (-4429 (*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))) (-2159 (*1 *1 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))) (-1553 (*1 *1 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))) (-3431 (*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)) (-4 *2 (-319)))) (-1956 (*1 *1 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)) (-4 *2 (-319)))) (-3362 (*1 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-559)) (-4 *2 (-571)))) (-4473 (*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)) (-4 *2 (-559)))) (-1654 (*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)) (-4 *2 (-559)))))
-(-13 (-376) (-38 |t#1|) (-1069 |t#1|) (-351 |t#1|) (-234 |t#1|) (-390 |t#1|) (-909 |t#1|) (-414 |t#1|) (-10 -8 (-15 -2436 ($ |t#1| |t#1|)) (-15 -4420 (|t#1| $)) (-15 -4429 (|t#1| $)) (-15 -2159 ($ $)) (-15 -1553 ($ $)) (IF (|has| |t#1| (-1183)) (-6 (-1183)) |%noBranch|) (IF (|has| |t#1| (-1069 (-560))) (PROGN (-6 (-1069 (-560))) (-6 (-1069 (-421 (-560))))) |%noBranch|) (IF (|has| |t#1| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |t#1| (-842)) (-6 (-842)) |%noBranch|) (IF (|has| |t#1| (-1051)) (-6 (-1051)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-1069 (-1208))) (-6 (-1069 (-1208))) |%noBranch|) (IF (|has| |t#1| (-319)) (PROGN (-15 -3431 (|t#1| $)) (-15 -1956 ($ $))) |%noBranch|) (IF (|has| |t#1| (-559)) (PROGN (-15 -3362 ($)) (-15 -4473 (|t#1| $)) (-15 -1654 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-939)) (-6 (-939)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 #1=(-1208)) |has| |#1| (-1069 (-1208))) ((-635 |#1|) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-633 (-229)) |has| |#1| (-1051)) ((-633 (-391)) |has| |#1| (-1051)) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-633 (-915 (-391))) |has| |#1| (-633 (-915 (-391)))) ((-633 (-915 (-560))) |has| |#1| (-633 (-915 (-560)))) ((-236 $) -2191 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-234 |#1|) . T) ((-240) |has| |#1| (-240)) ((-239) -2191 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-250) . T) ((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-302) . T) ((-319) . T) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-376) . T) ((-351 |#1|) . T) ((-390 |#1|) . T) ((-414 |#1|) . T) ((-466) . T) ((-528 (-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 #2=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-660 #2#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) . T) ((-739 |#1|) . T) ((-739 $) . T) ((-748) . T) ((-813) |has| |#1| (-842)) ((-814) |has| |#1| (-842)) ((-816) |has| |#1| (-842)) ((-819) |has| |#1| (-842)) ((-842) |has| |#1| (-842)) ((-870) |has| |#1| (-842)) ((-871) -2191 (|has| |#1| (-871)) (|has| |#1| (-842))) ((-874) -2191 (|has| |#1| (-871)) (|has| |#1| (-842))) ((-921 $ #3=(-1208)) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-927 (-1208)) |has| |#1| (-927 (-1208))) ((-929 #3#) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-911 (-391)) |has| |#1| (-911 (-391))) ((-911 (-560)) |has| |#1| (-911 (-560))) ((-909 |#1|) . T) ((-939) |has| |#1| (-939)) ((-950) . T) ((-1051) |has| |#1| (-1051)) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-560))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 #1#) |has| |#1| (-1069 (-1208))) ((-1069 |#1|) . T) ((-1082 #0#) . T) ((-1082 |#1|) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 |#1|) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) |has| |#1| (-1183)) ((-1248) . T) ((-1253) . T))
-((-2067 ((|#4| (-1 |#2| |#1|) |#3|) 14 T ELT)))
-(((-1023 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#4| (-1 |#2| |#1|) |#3|))) (-571) (-571) (-1022 |#1|) (-1022 |#2|)) (T -1023))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-571)) (-4 *6 (-571)) (-4 *2 (-1022 *6)) (-5 *1 (-1023 *5 *6 *4 *2)) (-4 *4 (-1022 *5)))))
-(-10 -7 (-15 -2067 (|#4| (-1 |#2| |#1|) |#3|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4277 (($ (-1173 |#1| |#2|)) 11 T ELT)) (-3287 (((-1173 |#1| |#2|) $) 12 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1495 ((|#2| $ (-246 |#1| |#2|)) 16 T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT)))
-(((-1024 |#1| |#2|) (-13 (-21) (-298 (-246 |#1| |#2|) |#2|) (-10 -8 (-15 -4277 ($ (-1173 |#1| |#2|))) (-15 -3287 ((-1173 |#1| |#2|) $)))) (-948) (-376)) (T -1024))
-((-4277 (*1 *1 *2) (-12 (-5 *2 (-1173 *3 *4)) (-14 *3 (-948)) (-4 *4 (-376)) (-5 *1 (-1024 *3 *4)))) (-3287 (*1 *2 *1) (-12 (-5 *2 (-1173 *3 *4)) (-5 *1 (-1024 *3 *4)) (-14 *3 (-948)) (-4 *4 (-376)))))
-(-13 (-21) (-298 (-246 |#1| |#2|) |#2|) (-10 -8 (-15 -4277 ($ (-1173 |#1| |#2|))) (-15 -3287 ((-1173 |#1| |#2|) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1569 (((-1166) $) 9 T ELT)) (-2539 (((-887) $) 15 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1025) (-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $))))) (T -1025))
-((-1569 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1025)))))
-(-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $))))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-3366 (($) 7 T CONST)) (-3409 (($ $) 53 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-4474 (((-793) $) 52 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-2472 ((|#1| $) 51 T ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4440 ((|#1| |#1| $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1845 ((|#1| $) 54 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-3436 ((|#1| $) 50 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1026 |#1|) (-142) (-1248)) (T -1026))
-((-4440 (*1 *2 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))) (-1845 (*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))) (-3409 (*1 *1 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))) (-4474 (*1 *2 *1) (-12 (-4 *1 (-1026 *3)) (-4 *3 (-1248)) (-5 *2 (-793)))) (-2472 (*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))) (-3436 (*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4509) (-15 -4440 (|t#1| |t#1| $)) (-15 -1845 (|t#1| $)) (-15 -3409 ($ $)) (-15 -4474 ((-793) $)) (-15 -2472 (|t#1| $)) (-15 -3436 (|t#1| $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3415 ((|#1| $) 12 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) NIL (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) NIL (|has| |#1| (-559)) ELT)) (-1856 (($ |#1| |#1| |#1| |#1|) 16 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3138 ((|#1| $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3256 ((|#1| $) 15 T ELT)) (-2098 ((|#1| $) 14 T ELT)) (-4288 ((|#1| $) 13 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) NIL (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-1495 (($ $ |#1|) NIL (|has| |#1| (-298 |#1| |#1|)) ELT)) (-2457 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-1521 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-376)) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-2407 ((|#1| $) NIL (|has| |#1| (-1091)) ELT)) (-1427 (($) 8 T CONST)) (-1439 (($) 10 T CONST)) (-4324 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 20 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-376)) ELT)))
-(((-1027 |#1|) (-1029 |#1|) (-175)) (T -1027))
-NIL
-(-1029 |#1|)
-((-3626 (((-114) $) 43 T ELT)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 46 T ELT)) (-3056 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#2| $) 44 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 78 T ELT)) (-2221 (((-114) $) 72 T ELT)) (-2530 (((-421 (-560)) $) 76 T ELT)) (-1871 (((-114) $) 42 T ELT)) (-3138 ((|#2| $) 22 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 19 T ELT)) (-2402 (($ $) 58 T ELT)) (-2457 (($ $ (-1 |#2| |#2|)) 35 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4417 (((-549) $) 67 T ELT)) (-1521 (($ $) 17 T ELT)) (-2539 (((-887) $) 53 T ELT) (($ (-560)) 39 T ELT) (($ |#2|) 37 T ELT) (($ (-421 (-560))) NIL T ELT)) (-3418 (((-793)) 10 T ELT)) (-2407 ((|#2| $) 71 T ELT)) (-2329 (((-114) $ $) 26 T ELT)) (-2349 (((-114) $ $) 69 T ELT)) (-2426 (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (-2413 (($ $ $) 27 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 34 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 31 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
-(((-1028 |#1| |#2|) (-10 -8 (-15 -2539 (|#1| (-421 (-560)))) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2349 ((-114) |#1| |#1|)) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 * (|#1| |#1| (-421 (-560)))) (-15 -2402 (|#1| |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -2407 (|#2| |#1|)) (-15 -3138 (|#2| |#1|)) (-15 -1521 (|#1| |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 -1871 ((-114) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 -3626 ((-114) |#1|)) (-15 * (|#1| (-948) |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2329 ((-114) |#1| |#1|))) (-1029 |#2|) (-175)) (T -1028))
-((-3418 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-1028 *3 *4)) (-4 *3 (-1029 *4)))))
-(-10 -8 (-15 -2539 (|#1| (-421 (-560)))) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2349 ((-114) |#1| |#1|)) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 * (|#1| |#1| (-421 (-560)))) (-15 -2402 (|#1| |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -2407 (|#2| |#1|)) (-15 -3138 (|#2| |#1|)) (-15 -1521 (|#1| |#1|)) (-15 -2067 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 -1871 ((-114) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 -3626 ((-114) |#1|)) (-15 * (|#1| (-948) |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2329 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 (-560) "failed") $) 140 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 138 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 135 T ELT)) (-3056 (((-560) $) 139 (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) 137 (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) 136 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 120 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 119 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 118 T ELT) (((-711 |#1|) (-711 $)) 117 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3415 ((|#1| $) 108 T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) 104 (|has| |#1| (-559)) ELT)) (-2221 (((-114) $) 106 (|has| |#1| (-559)) ELT)) (-2530 (((-421 (-560)) $) 105 (|has| |#1| (-559)) ELT)) (-1856 (($ |#1| |#1| |#1| |#1|) 109 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3138 ((|#1| $) 110 T ELT)) (-2006 (($ $ $) 92 (|has| |#1| (-871)) ELT)) (-2718 (($ $ $) 93 (|has| |#1| (-871)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 123 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 122 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 121 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 116 T ELT) (((-711 |#1|) (-1298 $)) 115 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 101 (|has| |#1| (-376)) ELT)) (-3256 ((|#1| $) 111 T ELT)) (-2098 ((|#1| $) 112 T ELT)) (-4288 ((|#1| $) 113 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) 129 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 128 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 127 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 126 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) 125 (|has| |#1| (-528 (-1208) |#1|)) ELT) (($ $ (-1208) |#1|) 124 (|has| |#1| (-528 (-1208) |#1|)) ELT)) (-1495 (($ $ |#1|) 130 (|has| |#1| (-298 |#1| |#1|)) ELT)) (-2457 (($ $ (-1 |#1| |#1|)) 134 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 133 T ELT) (($ $) 91 (|has| |#1| (-239)) ELT) (($ $ (-793)) 89 (|has| |#1| (-239)) ELT) (($ $ (-1208)) 87 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 85 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 84 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 83 (|has| |#1| (-929 (-1208))) ELT)) (-4417 (((-549) $) 102 (|has| |#1| (-633 (-549))) ELT)) (-1521 (($ $) 114 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT) (($ (-421 (-560))) 79 (-2191 (|has| |#1| (-376)) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3187 (((-713 $) $) 103 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-2407 ((|#1| $) 107 (|has| |#1| (-1091)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1 |#1| |#1|)) 132 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 131 T ELT) (($ $) 90 (|has| |#1| (-239)) ELT) (($ $ (-793)) 88 (|has| |#1| (-239)) ELT) (($ $ (-1208)) 86 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 82 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 81 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 80 (|has| |#1| (-929 (-1208))) ELT)) (-2383 (((-114) $ $) 94 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 96 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 95 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 97 (|has| |#1| (-871)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 100 (|has| |#1| (-376)) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT) (($ $ (-421 (-560))) 99 (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) 98 (|has| |#1| (-376)) ELT)))
-(((-1029 |#1|) (-142) (-175)) (T -1029))
-((-1521 (*1 *1 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))) (-4288 (*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))) (-2098 (*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))) (-3256 (*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))) (-1856 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))) (-3415 (*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))) (-2407 (*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)) (-4 *2 (-1091)))) (-2221 (*1 *2 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114)))) (-2530 (*1 *2 *1) (-12 (-4 *1 (-1029 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))) (-4330 (*1 *2 *1) (|partial| -12 (-4 *1 (-1029 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))))
-(-13 (-38 |t#1|) (-426 |t#1|) (-234 |t#1|) (-351 |t#1|) (-390 |t#1|) (-10 -8 (-15 -1521 ($ $)) (-15 -4288 (|t#1| $)) (-15 -2098 (|t#1| $)) (-15 -3256 (|t#1| $)) (-15 -3138 (|t#1| $)) (-15 -1856 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -3415 (|t#1| $)) (IF (|has| |t#1| (-302)) (-6 (-302)) |%noBranch|) (IF (|has| |t#1| (-871)) (-6 (-871)) |%noBranch|) (IF (|has| |t#1| (-376)) (-6 (-250)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-1091)) (-15 -2407 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-559)) (PROGN (-15 -2221 ((-114) $)) (-15 -2530 ((-421 (-560)) $)) (-15 -4330 ((-3 (-421 (-560)) "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-376)) ((-38 |#1|) . T) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-376)) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-376)) (|has| |#1| (-302))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-376))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-236 $) -2191 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-234 |#1|) . T) ((-240) |has| |#1| (-240)) ((-239) -2191 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-250) |has| |#1| (-376)) ((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-302) -2191 (|has| |#1| (-376)) (|has| |#1| (-302))) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-351 |#1|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-528 (-1208) |#1|) |has| |#1| (-528 (-1208) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-668 #0#) |has| |#1| (-376)) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-376)) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-376)) ((-662 |#1|) . T) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) |has| |#1| (-376)) ((-739 |#1|) . T) ((-748) . T) ((-871) |has| |#1| (-871)) ((-874) |has| |#1| (-871)) ((-921 $ #2=(-1208)) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-927 (-1208)) |has| |#1| (-927 (-1208))) ((-929 #2#) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1082 #0#) |has| |#1| (-376)) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-376)) (|has| |#1| (-302))) ((-1087 #0#) |has| |#1| (-376)) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-376)) (|has| |#1| (-302))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2067 ((|#3| (-1 |#4| |#2|) |#1|) 16 T ELT)))
-(((-1030 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#3| (-1 |#4| |#2|) |#1|))) (-1029 |#2|) (-175) (-1029 |#4|) (-175)) (T -1030))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175)) (-4 *2 (-1029 *6)) (-5 *1 (-1030 *4 *5 *2 *6)) (-4 *4 (-1029 *5)))))
-(-10 -7 (-15 -2067 (|#3| (-1 |#4| |#2|) |#1|)))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3409 (($ $) 23 T ELT)) (-2358 (($ (-663 |#1|)) 33 T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-4474 (((-793) $) 26 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 28 T ELT)) (-1368 (($ |#1| $) 17 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2472 ((|#1| $) 27 T ELT)) (-1950 ((|#1| $) 22 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4440 ((|#1| |#1| $) 16 T ELT)) (-3868 (((-114) $) 18 T ELT)) (-1423 (($) NIL T ELT)) (-1845 ((|#1| $) 21 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) NIL T ELT)) (-3436 ((|#1| $) 30 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1031 |#1|) (-13 (-1026 |#1|) (-10 -8 (-15 -2358 ($ (-663 |#1|))))) (-1132)) (T -1031))
-((-2358 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-1031 *3)))))
-(-13 (-1026 |#1|) (-10 -8 (-15 -2358 ($ (-663 |#1|)))))
-((-3401 (($ $) 12 T ELT)) (-2663 (($ $ (-560)) 13 T ELT)))
-(((-1032 |#1|) (-10 -8 (-15 -3401 (|#1| |#1|)) (-15 -2663 (|#1| |#1| (-560)))) (-1033)) (T -1032))
-NIL
-(-10 -8 (-15 -3401 (|#1| |#1|)) (-15 -2663 (|#1| |#1| (-560))))
-((-3401 (($ $) 6 T ELT)) (-2663 (($ $ (-560)) 7 T ELT)) (** (($ $ (-421 (-560))) 8 T ELT)))
-(((-1033) (-142)) (T -1033))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-421 (-560))))) (-2663 (*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-560)))) (-3401 (*1 *1 *1) (-4 *1 (-1033))))
-(-13 (-10 -8 (-15 -3401 ($ $)) (-15 -2663 ($ $ (-560))) (-15 ** ($ $ (-421 (-560))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2650 (((-2 (|:| |num| (-1298 |#2|)) (|:| |den| |#2|)) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4390 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3873 (((-114) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1873 (((-711 (-421 |#2|)) (-1298 $)) NIL T ELT) (((-711 (-421 |#2|))) NIL T ELT)) (-4095 (((-421 |#2|) $) NIL T ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3988 (((-114) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1450 (((-793)) NIL (|has| (-421 |#2|) (-381)) ELT)) (-3636 (((-114)) NIL T ELT)) (-1554 (((-114) |#1|) 162 T ELT) (((-114) |#2|) 166 T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| (-421 |#2|) (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-421 |#2|) (-1069 (-421 (-560)))) ELT) (((-3 (-421 |#2|) "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| (-421 |#2|) (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| (-421 |#2|) (-1069 (-421 (-560)))) ELT) (((-421 |#2|) $) NIL T ELT)) (-3013 (($ (-1298 (-421 |#2|)) (-1298 $)) NIL T ELT) (($ (-1298 (-421 |#2|))) 79 T ELT) (($ (-1298 |#2|) |#2|) NIL T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2242 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2902 (((-711 (-421 |#2|)) $ (-1298 $)) NIL T ELT) (((-711 (-421 |#2|)) $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-421 |#2|))) (|:| |vec| (-1298 (-421 |#2|)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-421 |#2|)) (-711 $)) NIL T ELT)) (-1905 (((-1298 $) (-1298 $)) NIL T ELT)) (-2108 (($ |#3|) 73 T ELT) (((-3 $ "failed") (-421 |#3|)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2332 (((-663 (-663 |#1|))) NIL (|has| |#1| (-381)) ELT)) (-3913 (((-114) |#1| |#1|) NIL T ELT)) (-3795 (((-948)) NIL T ELT)) (-3362 (($) NIL (|has| (-421 |#2|) (-381)) ELT)) (-4064 (((-114)) NIL T ELT)) (-2231 (((-114) |#1|) 61 T ELT) (((-114) |#2|) 164 T ELT)) (-2254 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2075 (($ $) NIL T ELT)) (-1632 (($) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2136 (((-114) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1497 (($ $ (-793)) NIL (|has| (-421 |#2|) (-363)) ELT) (($ $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1510 (((-114) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2252 (((-948) $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-854 (-948)) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2465 (((-793)) NIL T ELT)) (-4290 (((-1298 $) (-1298 $)) NIL T ELT)) (-3138 (((-421 |#2|) $) NIL T ELT)) (-2000 (((-663 (-975 |#1|)) (-1208)) NIL (|has| |#1| (-376)) ELT)) (-2024 (((-713 $) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2767 ((|#3| $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2608 (((-948) $) NIL (|has| (-421 |#2|) (-381)) ELT)) (-2094 ((|#3| $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-421 |#2|))) (|:| |vec| (-1298 (-421 |#2|)))) (-1298 $) $) NIL T ELT) (((-711 (-421 |#2|)) (-1298 $)) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2376 (((-711 (-421 |#2|))) 57 T ELT)) (-1519 (((-711 (-421 |#2|))) 56 T ELT)) (-2402 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4025 (($ (-1298 |#2|) |#2|) 80 T ELT)) (-3574 (((-711 (-421 |#2|))) 55 T ELT)) (-2301 (((-711 (-421 |#2|))) 54 T ELT)) (-3246 (((-2 (|:| |num| (-711 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 95 T ELT)) (-4308 (((-2 (|:| |num| (-1298 |#2|)) (|:| |den| |#2|)) $) 86 T ELT)) (-3899 (((-1298 $)) 51 T ELT)) (-1906 (((-1298 $)) 50 T ELT)) (-3115 (((-114) $) NIL T ELT)) (-1581 (((-114) $) NIL T ELT) (((-114) $ |#1|) NIL T ELT) (((-114) $ |#2|) NIL T ELT)) (-2814 (($) NIL (|has| (-421 |#2|) (-363)) CONST)) (-3998 (($ (-948)) NIL (|has| (-421 |#2|) (-381)) ELT)) (-2270 (((-3 |#2| "failed")) 70 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1652 (((-793)) NIL T ELT)) (-3178 (($) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3388 (((-419 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-421 |#2|) (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3320 (((-793) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1495 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1741 (((-3 |#2| "failed")) 68 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3622 (((-421 |#2|) (-1298 $)) NIL T ELT) (((-421 |#2|)) 47 T ELT)) (-2424 (((-793) $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-3 (-793) "failed") $ $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2457 (($ $ (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) NIL (-2191 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-3982 (((-711 (-421 |#2|)) (-1298 $) (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2731 ((|#3|) 58 T ELT)) (-1677 (($) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2086 (((-1298 (-421 |#2|)) $ (-1298 $)) NIL T ELT) (((-711 (-421 |#2|)) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 (-421 |#2|)) $) 81 T ELT) (((-711 (-421 |#2|)) (-1298 $)) NIL T ELT)) (-4417 (((-1298 (-421 |#2|)) $) NIL T ELT) (($ (-1298 (-421 |#2|))) NIL T ELT) ((|#3| $) NIL T ELT) (($ |#3|) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3141 (((-1298 $) (-1298 $)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 |#2|)) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| (-421 |#2|) (-1069 (-421 (-560)))) (|has| (-421 |#2|) (-376))) ELT) (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3187 (($ $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-713 $) $) NIL (|has| (-421 |#2|) (-147)) ELT)) (-4419 ((|#3| $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3725 (((-114)) 65 T ELT)) (-2544 (((-114) |#1|) 167 T ELT) (((-114) |#2|) 168 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2377 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL T ELT)) (-4397 (((-114)) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-927 (-1208)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-929 (-1208))))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) NIL (-2191 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| (-421 |#2|) (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 |#2|)) NIL T ELT) (($ (-421 |#2|) $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| (-421 |#2|) (-376)) ELT)))
-(((-1034 |#1| |#2| |#3| |#4| |#5|) (-355 |#1| |#2| |#3|) (-1253) (-1274 |#1|) (-1274 (-421 |#2|)) (-421 |#2|) (-793)) (T -1034))
+((-4215 (((-988 |#2|) (-1 |#2| |#1| |#2|) (-988 |#1|) |#2|) 16 T ELT)) (-1995 ((|#2| (-1 |#2| |#1| |#2|) (-988 |#1|) |#2|) 18 T ELT)) (-1793 (((-988 |#2|) (-1 |#2| |#1|) (-988 |#1|)) 13 T ELT)))
+(((-989 |#1| |#2|) (-10 -7 (-15 -4215 ((-988 |#2|) (-1 |#2| |#1| |#2|) (-988 |#1|) |#2|)) (-15 -1995 (|#2| (-1 |#2| |#1| |#2|) (-988 |#1|) |#2|)) (-15 -1793 ((-988 |#2|) (-1 |#2| |#1|) (-988 |#1|)))) (-1249) (-1249)) (T -989))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-988 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-988 *6)) (-5 *1 (-989 *5 *6)))) (-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-988 *5)) (-4 *5 (-1249)) (-4 *2 (-1249)) (-5 *1 (-989 *5 *2)))) (-4215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-988 *6)) (-4 *6 (-1249)) (-4 *5 (-1249)) (-5 *2 (-988 *5)) (-5 *1 (-989 *6 *5)))))
+(-10 -7 (-15 -4215 ((-988 |#2|) (-1 |#2| |#1| |#2|) (-988 |#1|) |#2|)) (-15 -1995 (|#2| (-1 |#2| |#1| |#2|) (-988 |#1|) |#2|)) (-15 -1793 ((-988 |#2|) (-1 |#2| |#1|) (-988 |#1|))))
+((-3697 (($ $ (-1124 $)) 7 T ELT) (($ $ (-1209)) 6 T ELT)))
+(((-990) (-142)) (T -990))
+((-3697 (*1 *1 *1 *2) (-12 (-5 *2 (-1124 *1)) (-4 *1 (-990)))) (-3697 (*1 *1 *1 *2) (-12 (-4 *1 (-990)) (-5 *2 (-1209)))))
+(-13 (-10 -8 (-15 -3697 ($ $ (-1209))) (-15 -3697 ($ $ (-1124 $)))))
+((-3396 (((-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 |#1|))) (|:| |prim| (-1203 |#1|))) (-663 (-976 |#1|)) (-663 (-1209)) (-1209)) 26 T ELT) (((-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 |#1|))) (|:| |prim| (-1203 |#1|))) (-663 (-976 |#1|)) (-663 (-1209))) 27 T ELT) (((-2 (|:| |coef1| (-560)) (|:| |coef2| (-560)) (|:| |prim| (-1203 |#1|))) (-976 |#1|) (-1209) (-976 |#1|) (-1209)) 49 T ELT)))
+(((-991 |#1|) (-10 -7 (-15 -3396 ((-2 (|:| |coef1| (-560)) (|:| |coef2| (-560)) (|:| |prim| (-1203 |#1|))) (-976 |#1|) (-1209) (-976 |#1|) (-1209))) (-15 -3396 ((-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 |#1|))) (|:| |prim| (-1203 |#1|))) (-663 (-976 |#1|)) (-663 (-1209)))) (-15 -3396 ((-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 |#1|))) (|:| |prim| (-1203 |#1|))) (-663 (-976 |#1|)) (-663 (-1209)) (-1209)))) (-13 (-376) (-149))) (T -991))
+((-3396 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-976 *6))) (-5 *4 (-663 (-1209))) (-5 *5 (-1209)) (-4 *6 (-13 (-376) (-149))) (-5 *2 (-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 *6))) (|:| |prim| (-1203 *6)))) (-5 *1 (-991 *6)))) (-3396 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-663 (-1209))) (-4 *5 (-13 (-376) (-149))) (-5 *2 (-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 *5))) (|:| |prim| (-1203 *5)))) (-5 *1 (-991 *5)))) (-3396 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-976 *5)) (-5 *4 (-1209)) (-4 *5 (-13 (-376) (-149))) (-5 *2 (-2 (|:| |coef1| (-560)) (|:| |coef2| (-560)) (|:| |prim| (-1203 *5)))) (-5 *1 (-991 *5)))))
+(-10 -7 (-15 -3396 ((-2 (|:| |coef1| (-560)) (|:| |coef2| (-560)) (|:| |prim| (-1203 |#1|))) (-976 |#1|) (-1209) (-976 |#1|) (-1209))) (-15 -3396 ((-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 |#1|))) (|:| |prim| (-1203 |#1|))) (-663 (-976 |#1|)) (-663 (-1209)))) (-15 -3396 ((-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 |#1|))) (|:| |prim| (-1203 |#1|))) (-663 (-976 |#1|)) (-663 (-1209)) (-1209))))
+((-2181 (((-663 |#1|) |#1| |#1|) 47 T ELT)) (-2072 (((-114) |#1|) 44 T ELT)) (-3137 ((|#1| |#1|) 80 T ELT)) (-3792 ((|#1| |#1|) 79 T ELT)))
+(((-992 |#1|) (-10 -7 (-15 -2072 ((-114) |#1|)) (-15 -3792 (|#1| |#1|)) (-15 -3137 (|#1| |#1|)) (-15 -2181 ((-663 |#1|) |#1| |#1|))) (-559)) (T -992))
+((-2181 (*1 *2 *3 *3) (-12 (-5 *2 (-663 *3)) (-5 *1 (-992 *3)) (-4 *3 (-559)))) (-3137 (*1 *2 *2) (-12 (-5 *1 (-992 *2)) (-4 *2 (-559)))) (-3792 (*1 *2 *2) (-12 (-5 *1 (-992 *2)) (-4 *2 (-559)))) (-2072 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-992 *3)) (-4 *3 (-559)))))
+(-10 -7 (-15 -2072 ((-114) |#1|)) (-15 -3792 (|#1| |#1|)) (-15 -3137 (|#1| |#1|)) (-15 -2181 ((-663 |#1|) |#1| |#1|)))
+((-3187 (((-1305) (-888)) 9 T ELT)))
+(((-993) (-10 -7 (-15 -3187 ((-1305) (-888))))) (T -993))
+((-3187 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-993)))))
+(-10 -7 (-15 -3187 ((-1305) (-888))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL (-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817)))) ELT)) (-3429 (($ $ $) 65 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) ELT)) (-1469 (((-3 $ "failed") $ $) 52 (-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817)))) ELT)) (-2233 (((-793)) 36 (-12 (|has| |#1| (-381)) (|has| |#2| (-381))) ELT)) (-2804 ((|#2| $) 22 T ELT)) (-2053 ((|#1| $) 21 T ELT)) (-4489 (($) NIL (-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817)))) CONST)) (-2167 (((-3 $ "failed") $) NIL (-2309 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT)) (-2150 (($) NIL (-12 (|has| |#1| (-381)) (|has| |#2| (-381))) ELT)) (-1366 (((-114) $) NIL (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) ELT)) (-3363 (((-114) $) NIL (-2309 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT)) (-1622 (($ $ $) NIL (-2309 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) (-12 (|has| |#1| (-872)) (|has| |#2| (-872)))) ELT)) (-3934 (($ $ $) NIL (-2309 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) (-12 (|has| |#1| (-872)) (|has| |#2| (-872)))) ELT)) (-1847 (($ |#1| |#2|) 20 T ELT)) (-3862 (((-949) $) NIL (-12 (|has| |#1| (-381)) (|has| |#2| (-381))) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 39 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT)) (-2081 (($ (-949)) NIL (-12 (|has| |#1| (-381)) (|has| |#2| (-381))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3933 (($ $ $) NIL (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT)) (-3923 (($ $ $) NIL (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT)) (-3834 (((-888) $) 14 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 42 (-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817)))) CONST)) (-2983 (($) 25 (-2309 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) CONST)) (-2537 (((-114) $ $) NIL (-2309 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) (-12 (|has| |#1| (-872)) (|has| |#2| (-872)))) ELT)) (-2510 (((-114) $ $) NIL (-2309 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) (-12 (|has| |#1| (-872)) (|has| |#2| (-872)))) ELT)) (-2478 (((-114) $ $) 19 T ELT)) (-2525 (((-114) $ $) NIL (-2309 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) (-12 (|has| |#1| (-872)) (|has| |#2| (-872)))) ELT)) (-2499 (((-114) $ $) 69 (-2309 (-12 (|has| |#1| (-817)) (|has| |#2| (-817))) (-12 (|has| |#1| (-872)) (|has| |#2| (-872)))) ELT)) (-2594 (($ $ $) NIL (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT)) (-2581 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT)) (-2571 (($ $ $) 45 (-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817)))) ELT)) (** (($ $ (-560)) NIL (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) ELT) (($ $ (-793)) 32 (-2309 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT) (($ $ (-949)) NIL (-2309 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT)) (* (($ (-560) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT) (($ (-793) $) 48 (-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817)))) ELT) (($ (-949) $) NIL (-2309 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-133)) (|has| |#2| (-133))) (-12 (|has| |#1| (-817)) (|has| |#2| (-817)))) ELT) (($ $ $) 28 (-2309 (-12 (|has| |#1| (-487)) (|has| |#2| (-487))) (-12 (|has| |#1| (-748)) (|has| |#2| (-748)))) ELT)))
+(((-994 |#1| |#2|) (-13 (-1133) (-10 -8 (IF (|has| |#1| (-381)) (IF (|has| |#2| (-381)) (-6 (-381)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-748)) (IF (|has| |#2| (-748)) (-6 (-748)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-133)) (IF (|has| |#2| (-133)) (-6 (-133)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-487)) (IF (|has| |#2| (-487)) (-6 (-487)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-817)) (IF (|has| |#2| (-817)) (-6 (-817)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-872)) (IF (|has| |#2| (-872)) (-6 (-872)) |%noBranch|) |%noBranch|) (-15 -1847 ($ |#1| |#2|)) (-15 -2053 (|#1| $)) (-15 -2804 (|#2| $)))) (-1133) (-1133)) (T -994))
+((-1847 (*1 *1 *2 *3) (-12 (-5 *1 (-994 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))) (-2053 (*1 *2 *1) (-12 (-4 *2 (-1133)) (-5 *1 (-994 *2 *3)) (-4 *3 (-1133)))) (-2804 (*1 *2 *1) (-12 (-4 *2 (-1133)) (-5 *1 (-994 *3 *2)) (-4 *3 (-1133)))))
+(-13 (-1133) (-10 -8 (IF (|has| |#1| (-381)) (IF (|has| |#2| (-381)) (-6 (-381)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-748)) (IF (|has| |#2| (-748)) (-6 (-748)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-133)) (IF (|has| |#2| (-133)) (-6 (-133)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-487)) (IF (|has| |#2| (-487)) (-6 (-487)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-817)) (IF (|has| |#2| (-817)) (-6 (-817)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-872)) (IF (|has| |#2| (-872)) (-6 (-872)) |%noBranch|) |%noBranch|) (-15 -1847 ($ |#1| |#2|)) (-15 -2053 (|#1| $)) (-15 -2804 (|#2| $))))
+((-1992 (((-1135) $) 12 T ELT)) (-2320 (($ (-520) (-1135)) 14 T ELT)) (-2187 (((-520) $) 9 T ELT)) (-3834 (((-888) $) 24 T ELT)))
+(((-995) (-13 (-632 (-888)) (-10 -8 (-15 -2187 ((-520) $)) (-15 -1992 ((-1135) $)) (-15 -2320 ($ (-520) (-1135)))))) (T -995))
+((-2187 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-995)))) (-1992 (*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-995)))) (-2320 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1135)) (-5 *1 (-995)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -2187 ((-520) $)) (-15 -1992 ((-1135) $)) (-15 -2320 ($ (-520) (-1135)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-1767 (($) 17 T CONST)) (-2936 (($ $ $) 37 T ELT)) (-2912 (($ $) 29 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2007 (((-713 (-898 $ $)) $) 62 T ELT)) (-2108 (((-713 $) $) 52 T ELT)) (-3948 (((-713 (-898 $ $)) $) 63 T ELT)) (-2878 (((-713 (-898 $ $)) $) 64 T ELT)) (-3624 (((-713 |#1|) $) 43 T ELT)) (-1561 (((-713 (-898 $ $)) $) 61 T ELT)) (-2718 (($ $ $) 38 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3140 (($) 16 T CONST)) (-2259 (($ $ $) 39 T ELT)) (-3418 (($ $ $) 36 T ELT)) (-1949 (($ $ $) 34 T ELT)) (-3834 (((-888) $) 66 T ELT) (($ |#1|) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2925 (($ $ $) 35 T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-996 |#1|) (-13 (-999) (-635 |#1|) (-10 -8 (-15 -3624 ((-713 |#1|) $)) (-15 -2108 ((-713 $) $)) (-15 -1561 ((-713 (-898 $ $)) $)) (-15 -2007 ((-713 (-898 $ $)) $)) (-15 -3948 ((-713 (-898 $ $)) $)) (-15 -2878 ((-713 (-898 $ $)) $)) (-15 -1949 ($ $ $)) (-15 -3418 ($ $ $)))) (-1133)) (T -996))
+((-3624 (*1 *2 *1) (-12 (-5 *2 (-713 *3)) (-5 *1 (-996 *3)) (-4 *3 (-1133)))) (-2108 (*1 *2 *1) (-12 (-5 *2 (-713 (-996 *3))) (-5 *1 (-996 *3)) (-4 *3 (-1133)))) (-1561 (*1 *2 *1) (-12 (-5 *2 (-713 (-898 (-996 *3) (-996 *3)))) (-5 *1 (-996 *3)) (-4 *3 (-1133)))) (-2007 (*1 *2 *1) (-12 (-5 *2 (-713 (-898 (-996 *3) (-996 *3)))) (-5 *1 (-996 *3)) (-4 *3 (-1133)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-713 (-898 (-996 *3) (-996 *3)))) (-5 *1 (-996 *3)) (-4 *3 (-1133)))) (-2878 (*1 *2 *1) (-12 (-5 *2 (-713 (-898 (-996 *3) (-996 *3)))) (-5 *1 (-996 *3)) (-4 *3 (-1133)))) (-1949 (*1 *1 *1 *1) (-12 (-5 *1 (-996 *2)) (-4 *2 (-1133)))) (-3418 (*1 *1 *1 *1) (-12 (-5 *1 (-996 *2)) (-4 *2 (-1133)))))
+(-13 (-999) (-635 |#1|) (-10 -8 (-15 -3624 ((-713 |#1|) $)) (-15 -2108 ((-713 $) $)) (-15 -1561 ((-713 (-898 $ $)) $)) (-15 -2007 ((-713 (-898 $ $)) $)) (-15 -3948 ((-713 (-898 $ $)) $)) (-15 -2878 ((-713 (-898 $ $)) $)) (-15 -1949 ($ $ $)) (-15 -3418 ($ $ $))))
+((-1681 (((-996 |#1|) (-996 |#1|)) 46 T ELT)) (-2745 (((-996 |#1|) (-996 |#1|)) 22 T ELT)) (-3960 (((-1129 |#1|) (-996 |#1|)) 41 T ELT)))
+(((-997 |#1|) (-13 (-1249) (-10 -7 (-15 -2745 ((-996 |#1|) (-996 |#1|))) (-15 -3960 ((-1129 |#1|) (-996 |#1|))) (-15 -1681 ((-996 |#1|) (-996 |#1|))))) (-1133)) (T -997))
+((-2745 (*1 *2 *2) (-12 (-5 *2 (-996 *3)) (-4 *3 (-1133)) (-5 *1 (-997 *3)))) (-3960 (*1 *2 *3) (-12 (-5 *3 (-996 *4)) (-4 *4 (-1133)) (-5 *2 (-1129 *4)) (-5 *1 (-997 *4)))) (-1681 (*1 *2 *2) (-12 (-5 *2 (-996 *3)) (-4 *3 (-1133)) (-5 *1 (-997 *3)))))
+(-13 (-1249) (-10 -7 (-15 -2745 ((-996 |#1|) (-996 |#1|))) (-15 -3960 ((-1129 |#1|) (-996 |#1|))) (-15 -1681 ((-996 |#1|) (-996 |#1|)))))
+((-1793 (((-996 |#2|) (-1 |#2| |#1|) (-996 |#1|)) 29 T ELT)))
+(((-998 |#1| |#2|) (-13 (-1249) (-10 -7 (-15 -1793 ((-996 |#2|) (-1 |#2| |#1|) (-996 |#1|))))) (-1133) (-1133)) (T -998))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-996 *5)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *2 (-996 *6)) (-5 *1 (-998 *5 *6)))))
+(-13 (-1249) (-10 -7 (-15 -1793 ((-996 |#2|) (-1 |#2| |#1|) (-996 |#1|)))))
+((-3808 (((-114) $ $) 19 T ELT)) (-3830 (($ $) 8 T ELT)) (-1767 (($) 17 T CONST)) (-2936 (($ $ $) 9 T ELT)) (-2912 (($ $) 11 T ELT)) (-2128 (((-1191) $) 23 T ELT)) (-2718 (($ $ $) 15 T ELT)) (-1473 (((-1152) $) 22 T ELT)) (-3140 (($) 16 T CONST)) (-2259 (($ $ $) 14 T ELT)) (-3834 (((-888) $) 21 T ELT)) (-1519 (((-114) $ $) 20 T ELT)) (-2925 (($ $ $) 10 T ELT)) (-3872 (($ $ $) 6 T ELT)) (-2478 (((-114) $ $) 18 T ELT)) (-3863 (($ $ $) 7 T ELT)))
+(((-999) (-142)) (T -999))
+((-1767 (*1 *1) (-4 *1 (-999))) (-3140 (*1 *1) (-4 *1 (-999))) (-2718 (*1 *1 *1 *1) (-4 *1 (-999))) (-2259 (*1 *1 *1 *1) (-4 *1 (-999))))
+(-13 (-113) (-1133) (-10 -8 (-15 -1767 ($) -2292) (-15 -3140 ($) -2292) (-15 -2718 ($ $ $)) (-15 -2259 ($ $ $))))
+(((-102) . T) ((-113) . T) ((-632 (-888)) . T) ((-684) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4489 (($) 7 T CONST)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-2100 (($ $ $) 50 T ELT)) (-1762 (($ $ $) 51 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3934 ((|#1| $) 52 T ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1000 |#1|) (-142) (-872)) (T -1000))
+((-3934 (*1 *2 *1) (-12 (-4 *1 (-1000 *2)) (-4 *2 (-872)))) (-1762 (*1 *1 *1 *1) (-12 (-4 *1 (-1000 *2)) (-4 *2 (-872)))) (-2100 (*1 *1 *1 *1) (-12 (-4 *1 (-1000 *2)) (-4 *2 (-872)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4510) (-15 -3934 (|t#1| $)) (-15 -1762 ($ $ $)) (-15 -2100 ($ $ $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-2462 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3128 |#2|)) |#2| |#2|) 105 T ELT)) (-2332 ((|#2| |#2| |#2|) 103 T ELT)) (-3282 (((-2 (|:| |coef2| |#2|) (|:| -3128 |#2|)) |#2| |#2|) 107 T ELT)) (-3899 (((-2 (|:| |coef1| |#2|) (|:| -3128 |#2|)) |#2| |#2|) 109 T ELT)) (-1427 (((-2 (|:| |coef2| |#2|) (|:| -1398 |#1|)) |#2| |#2|) 131 (|has| |#1| (-466)) ELT)) (-2018 (((-2 (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|) 56 T ELT)) (-2815 (((-2 (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|) 80 T ELT)) (-4391 (((-2 (|:| |coef1| |#2|) (|:| -3273 |#1|)) |#2| |#2|) 82 T ELT)) (-4091 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 96 T ELT)) (-1964 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793)) 89 T ELT)) (-4051 (((-2 (|:| |coef2| |#2|) (|:| -2810 |#1|)) |#2|) 121 T ELT)) (-2870 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793)) 92 T ELT)) (-4192 (((-663 (-793)) |#2| |#2|) 102 T ELT)) (-3750 ((|#1| |#2| |#2|) 50 T ELT)) (-1360 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1398 |#1|)) |#2| |#2|) 129 (|has| |#1| (-466)) ELT)) (-1398 ((|#1| |#2| |#2|) 127 (|has| |#1| (-466)) ELT)) (-2414 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|) 54 T ELT)) (-2321 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|) 79 T ELT)) (-3273 ((|#1| |#2| |#2|) 76 T ELT)) (-4397 (((-2 (|:| -3265 |#1|) (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2|) 41 T ELT)) (-1605 ((|#2| |#2| |#2| |#2| |#1|) 67 T ELT)) (-3567 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 94 T ELT)) (-1946 ((|#2| |#2| |#2|) 93 T ELT)) (-2991 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793)) 87 T ELT)) (-1718 ((|#2| |#2| |#2| (-793)) 85 T ELT)) (-3128 ((|#2| |#2| |#2|) 135 (|has| |#1| (-466)) ELT)) (-3795 (((-1299 |#2|) (-1299 |#2|) |#1|) 22 T ELT)) (-2589 (((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2|) 46 T ELT)) (-1457 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2810 |#1|)) |#2|) 119 T ELT)) (-2810 ((|#1| |#2|) 116 T ELT)) (-1385 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793)) 91 T ELT)) (-1525 ((|#2| |#2| |#2| (-793)) 90 T ELT)) (-2120 (((-663 |#2|) |#2| |#2|) 99 T ELT)) (-2135 ((|#2| |#2| |#1| |#1| (-793)) 62 T ELT)) (-3719 ((|#1| |#1| |#1| (-793)) 61 T ELT)) (* (((-1299 |#2|) |#1| (-1299 |#2|)) 17 T ELT)))
+(((-1001 |#1| |#2|) (-10 -7 (-15 -3273 (|#1| |#2| |#2|)) (-15 -2321 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|)) (-15 -2815 ((-2 (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|)) (-15 -4391 ((-2 (|:| |coef1| |#2|) (|:| -3273 |#1|)) |#2| |#2|)) (-15 -1718 (|#2| |#2| |#2| (-793))) (-15 -2991 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -1964 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -1525 (|#2| |#2| |#2| (-793))) (-15 -1385 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -2870 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -1946 (|#2| |#2| |#2|)) (-15 -3567 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -4091 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2332 (|#2| |#2| |#2|)) (-15 -2462 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3128 |#2|)) |#2| |#2|)) (-15 -3282 ((-2 (|:| |coef2| |#2|) (|:| -3128 |#2|)) |#2| |#2|)) (-15 -3899 ((-2 (|:| |coef1| |#2|) (|:| -3128 |#2|)) |#2| |#2|)) (-15 -2810 (|#1| |#2|)) (-15 -1457 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2810 |#1|)) |#2|)) (-15 -4051 ((-2 (|:| |coef2| |#2|) (|:| -2810 |#1|)) |#2|)) (-15 -2120 ((-663 |#2|) |#2| |#2|)) (-15 -4192 ((-663 (-793)) |#2| |#2|)) (IF (|has| |#1| (-466)) (PROGN (-15 -1398 (|#1| |#2| |#2|)) (-15 -1360 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1398 |#1|)) |#2| |#2|)) (-15 -1427 ((-2 (|:| |coef2| |#2|) (|:| -1398 |#1|)) |#2| |#2|)) (-15 -3128 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1299 |#2|) |#1| (-1299 |#2|))) (-15 -3795 ((-1299 |#2|) (-1299 |#2|) |#1|)) (-15 -4397 ((-2 (|:| -3265 |#1|) (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2|)) (-15 -2589 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2|)) (-15 -3719 (|#1| |#1| |#1| (-793))) (-15 -2135 (|#2| |#2| |#1| |#1| (-793))) (-15 -1605 (|#2| |#2| |#2| |#2| |#1|)) (-15 -3750 (|#1| |#2| |#2|)) (-15 -2414 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|)) (-15 -2018 ((-2 (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|))) (-571) (-1275 |#1|)) (T -1001))
+((-2018 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3273 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-2414 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3273 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-3750 (*1 *2 *3 *3) (-12 (-4 *2 (-571)) (-5 *1 (-1001 *2 *3)) (-4 *3 (-1275 *2)))) (-1605 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-571)) (-5 *1 (-1001 *3 *2)) (-4 *2 (-1275 *3)))) (-2135 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *3 (-571)) (-5 *1 (-1001 *3 *2)) (-4 *2 (-1275 *3)))) (-3719 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *2 (-571)) (-5 *1 (-1001 *2 *4)) (-4 *4 (-1275 *2)))) (-2589 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-4397 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| -3265 *4) (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-3795 (*1 *2 *2 *3) (-12 (-5 *2 (-1299 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-571)) (-5 *1 (-1001 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1299 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-571)) (-5 *1 (-1001 *3 *4)))) (-3128 (*1 *2 *2 *2) (-12 (-4 *3 (-466)) (-4 *3 (-571)) (-5 *1 (-1001 *3 *2)) (-4 *2 (-1275 *3)))) (-1427 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1398 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-1360 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1398 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-1398 (*1 *2 *3 *3) (-12 (-4 *2 (-571)) (-4 *2 (-466)) (-5 *1 (-1001 *2 *3)) (-4 *3 (-1275 *2)))) (-4192 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 (-793))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-2120 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-4051 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2810 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-1457 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2810 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-2810 (*1 *2 *3) (-12 (-4 *2 (-571)) (-5 *1 (-1001 *2 *3)) (-4 *3 (-1275 *2)))) (-3899 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3128 *3))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-3282 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3128 *3))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-2462 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3128 *3))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-2332 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-1001 *3 *2)) (-4 *2 (-1275 *3)))) (-4091 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-3567 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-1946 (*1 *2 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-1001 *3 *2)) (-4 *2 (-1275 *3)))) (-2870 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1001 *5 *3)) (-4 *3 (-1275 *5)))) (-1385 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1001 *5 *3)) (-4 *3 (-1275 *5)))) (-1525 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-571)) (-5 *1 (-1001 *4 *2)) (-4 *2 (-1275 *4)))) (-1964 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1001 *5 *3)) (-4 *3 (-1275 *5)))) (-2991 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-1001 *5 *3)) (-4 *3 (-1275 *5)))) (-1718 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-571)) (-5 *1 (-1001 *4 *2)) (-4 *2 (-1275 *4)))) (-4391 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3273 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-2815 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3273 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-2321 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3273 *4))) (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))) (-3273 (*1 *2 *3 *3) (-12 (-4 *2 (-571)) (-5 *1 (-1001 *2 *3)) (-4 *3 (-1275 *2)))))
+(-10 -7 (-15 -3273 (|#1| |#2| |#2|)) (-15 -2321 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|)) (-15 -2815 ((-2 (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|)) (-15 -4391 ((-2 (|:| |coef1| |#2|) (|:| -3273 |#1|)) |#2| |#2|)) (-15 -1718 (|#2| |#2| |#2| (-793))) (-15 -2991 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -1964 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -1525 (|#2| |#2| |#2| (-793))) (-15 -1385 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -2870 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-793))) (-15 -1946 (|#2| |#2| |#2|)) (-15 -3567 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -4091 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2332 (|#2| |#2| |#2|)) (-15 -2462 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3128 |#2|)) |#2| |#2|)) (-15 -3282 ((-2 (|:| |coef2| |#2|) (|:| -3128 |#2|)) |#2| |#2|)) (-15 -3899 ((-2 (|:| |coef1| |#2|) (|:| -3128 |#2|)) |#2| |#2|)) (-15 -2810 (|#1| |#2|)) (-15 -1457 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2810 |#1|)) |#2|)) (-15 -4051 ((-2 (|:| |coef2| |#2|) (|:| -2810 |#1|)) |#2|)) (-15 -2120 ((-663 |#2|) |#2| |#2|)) (-15 -4192 ((-663 (-793)) |#2| |#2|)) (IF (|has| |#1| (-466)) (PROGN (-15 -1398 (|#1| |#2| |#2|)) (-15 -1360 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1398 |#1|)) |#2| |#2|)) (-15 -1427 ((-2 (|:| |coef2| |#2|) (|:| -1398 |#1|)) |#2| |#2|)) (-15 -3128 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1299 |#2|) |#1| (-1299 |#2|))) (-15 -3795 ((-1299 |#2|) (-1299 |#2|) |#1|)) (-15 -4397 ((-2 (|:| -3265 |#1|) (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2|)) (-15 -2589 ((-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) |#2| |#2|)) (-15 -3719 (|#1| |#1| |#1| (-793))) (-15 -2135 (|#2| |#2| |#1| |#1| (-793))) (-15 -1605 (|#2| |#2| |#2| |#2| |#1|)) (-15 -3750 (|#1| |#2| |#2|)) (-15 -2414 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|)) (-15 -2018 ((-2 (|:| |coef2| |#2|) (|:| -3273 |#1|)) |#2| |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3804 (((-1250) $) 13 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3495 (((-1167) $) 10 T ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1002) (-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $)) (-15 -3804 ((-1250) $))))) (T -1002))
+((-3495 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1002)))) (-3804 (*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-1002)))))
+(-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $)) (-15 -3804 ((-1250) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 40 T ELT)) (-1469 (((-3 $ "failed") $ $) 54 T ELT)) (-4489 (($) NIL T CONST)) (-3446 (((-663 (-898 (-949) (-949))) $) 67 T ELT)) (-1366 (((-114) $) NIL T ELT)) (-1417 (((-949) $) 94 T ELT)) (-3086 (((-663 (-949)) $) 17 T ELT)) (-3579 (((-1187 $) (-793)) 39 T ELT)) (-2774 (($ (-663 (-949))) 16 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3933 (($ $) 70 T ELT)) (-3834 (((-888) $) 90 T ELT) (((-663 (-949)) $) 11 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 8 T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 44 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 42 T ELT)) (-2571 (($ $ $) 46 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) 49 T ELT)) (-3819 (((-793) $) 22 T ELT)))
+(((-1003) (-13 (-821) (-632 (-663 (-949))) (-10 -8 (-15 -2774 ($ (-663 (-949)))) (-15 -3086 ((-663 (-949)) $)) (-15 -3819 ((-793) $)) (-15 -3579 ((-1187 $) (-793))) (-15 -3446 ((-663 (-898 (-949) (-949))) $)) (-15 -1417 ((-949) $)) (-15 -3933 ($ $))))) (T -1003))
+((-2774 (*1 *1 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1003)))) (-3086 (*1 *2 *1) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1003)))) (-3819 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1003)))) (-3579 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1187 (-1003))) (-5 *1 (-1003)))) (-3446 (*1 *2 *1) (-12 (-5 *2 (-663 (-898 (-949) (-949)))) (-5 *1 (-1003)))) (-1417 (*1 *2 *1) (-12 (-5 *2 (-949)) (-5 *1 (-1003)))) (-3933 (*1 *1 *1) (-5 *1 (-1003))))
+(-13 (-821) (-632 (-663 (-949))) (-10 -8 (-15 -2774 ($ (-663 (-949)))) (-15 -3086 ((-663 (-949)) $)) (-15 -3819 ((-793) $)) (-15 -3579 ((-1187 $) (-793))) (-15 -3446 ((-663 (-898 (-949) (-949))) $)) (-15 -1417 ((-949) $)) (-15 -3933 ($ $))))
+((-2594 (($ $ |#2|) 31 T ELT)) (-2581 (($ $) 23 T ELT) (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 17 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) 21 T ELT) (($ |#2| $) 20 T ELT) (($ (-421 (-560)) $) 27 T ELT) (($ $ (-421 (-560))) 29 T ELT)))
+(((-1004 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -2594 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|))) (-1005 |#2| |#3| |#4|) (-1081) (-816) (-872)) (T -1004))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-421 (-560)))) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 -2594 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 * (|#1| (-949) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 |#3|) $) 92 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4328 (($ $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2512 (((-114) $) 91 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| |#2|) 78 T ELT) (($ $ |#3| |#2|) 94 T ELT) (($ $ (-663 |#3|) (-663 |#2|)) 93 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4144 ((|#2| $) 81 T ELT)) (-2623 (($ $) 90 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT)) (-3580 ((|#1| $ |#2|) 76 T ELT)) (-1633 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1005 |#1| |#2| |#3|) (-142) (-1081) (-816) (-872)) (T -1005))
+((-4307 (*1 *2 *1) (-12 (-4 *1 (-1005 *2 *3 *4)) (-4 *3 (-816)) (-4 *4 (-872)) (-4 *2 (-1081)))) (-4295 (*1 *1 *1) (-12 (-4 *1 (-1005 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-816)) (-4 *4 (-872)))) (-4144 (*1 *2 *1) (-12 (-4 *1 (-1005 *3 *2 *4)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *2 (-816)))) (-2682 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-1005 *4 *3 *2)) (-4 *4 (-1081)) (-4 *3 (-816)) (-4 *2 (-872)))) (-2682 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 *5)) (-4 *1 (-1005 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-816)) (-4 *6 (-872)))) (-2712 (*1 *2 *1) (-12 (-4 *1 (-1005 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-816)) (-4 *5 (-872)) (-5 *2 (-663 *5)))) (-2512 (*1 *2 *1) (-12 (-4 *1 (-1005 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-816)) (-4 *5 (-872)) (-5 *2 (-114)))) (-2623 (*1 *1 *1) (-12 (-4 *1 (-1005 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-816)) (-4 *4 (-872)))))
+(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -2682 ($ $ |t#3| |t#2|)) (-15 -2682 ($ $ (-663 |t#3|) (-663 |t#2|))) (-15 -4295 ($ $)) (-15 -4307 (|t#1| $)) (-15 -4144 (|t#2| $)) (-15 -2712 ((-663 |t#3|) $)) (-15 -2512 ((-114) $)) (-15 -2623 ($ $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-302) |has| |#1| (-571)) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-1083 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1088 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2161 (((-1121 (-229)) $) 8 T ELT)) (-2147 (((-1121 (-229)) $) 9 T ELT)) (-2134 (((-1121 (-229)) $) 10 T ELT)) (-4313 (((-663 (-663 (-973 (-229)))) $) 11 T ELT)) (-3834 (((-888) $) 6 T ELT)))
+(((-1006) (-142)) (T -1006))
+((-4313 (*1 *2 *1) (-12 (-4 *1 (-1006)) (-5 *2 (-663 (-663 (-973 (-229))))))) (-2134 (*1 *2 *1) (-12 (-4 *1 (-1006)) (-5 *2 (-1121 (-229))))) (-2147 (*1 *2 *1) (-12 (-4 *1 (-1006)) (-5 *2 (-1121 (-229))))) (-2161 (*1 *2 *1) (-12 (-4 *1 (-1006)) (-5 *2 (-1121 (-229))))))
+(-13 (-632 (-888)) (-10 -8 (-15 -4313 ((-663 (-663 (-973 (-229)))) $)) (-15 -2134 ((-1121 (-229)) $)) (-15 -2147 ((-1121 (-229)) $)) (-15 -2161 ((-1121 (-229)) $))))
+(((-632 (-888)) . T))
+((-2712 (((-663 |#4|) $) 23 T ELT)) (-3511 (((-114) $) 55 T ELT)) (-3673 (((-114) $) 54 T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#4|) 42 T ELT)) (-3438 (((-114) $) 56 T ELT)) (-3880 (((-114) $ $) 62 T ELT)) (-2884 (((-114) $ $) 65 T ELT)) (-3246 (((-114) $) 60 T ELT)) (-1859 (((-663 |#5|) (-663 |#5|) $) 98 T ELT)) (-2966 (((-663 |#5|) (-663 |#5|) $) 95 T ELT)) (-4029 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 88 T ELT)) (-4306 (((-663 |#4|) $) 27 T ELT)) (-1654 (((-114) |#4| $) 34 T ELT)) (-4134 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 81 T ELT)) (-2337 (($ $ |#4|) 39 T ELT)) (-1548 (($ $ |#4|) 38 T ELT)) (-2721 (($ $ |#4|) 40 T ELT)) (-2478 (((-114) $ $) 46 T ELT)))
+(((-1007 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3673 ((-114) |#1|)) (-15 -1859 ((-663 |#5|) (-663 |#5|) |#1|)) (-15 -2966 ((-663 |#5|) (-663 |#5|) |#1|)) (-15 -4029 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4134 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3438 ((-114) |#1|)) (-15 -2884 ((-114) |#1| |#1|)) (-15 -3880 ((-114) |#1| |#1|)) (-15 -3246 ((-114) |#1|)) (-15 -3511 ((-114) |#1|)) (-15 -2125 ((-2 (|:| |under| |#1|) (|:| -1770 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2337 (|#1| |#1| |#4|)) (-15 -2721 (|#1| |#1| |#4|)) (-15 -1548 (|#1| |#1| |#4|)) (-15 -1654 ((-114) |#4| |#1|)) (-15 -4306 ((-663 |#4|) |#1|)) (-15 -2712 ((-663 |#4|) |#1|)) (-15 -2478 ((-114) |#1| |#1|))) (-1008 |#2| |#3| |#4| |#5|) (-1081) (-817) (-872) (-1097 |#2| |#3| |#4|)) (T -1007))
+NIL
+(-10 -8 (-15 -3673 ((-114) |#1|)) (-15 -1859 ((-663 |#5|) (-663 |#5|) |#1|)) (-15 -2966 ((-663 |#5|) (-663 |#5|) |#1|)) (-15 -4029 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4134 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3438 ((-114) |#1|)) (-15 -2884 ((-114) |#1| |#1|)) (-15 -3880 ((-114) |#1| |#1|)) (-15 -3246 ((-114) |#1|)) (-15 -3511 ((-114) |#1|)) (-15 -2125 ((-2 (|:| |under| |#1|) (|:| -1770 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2337 (|#1| |#1| |#4|)) (-15 -2721 (|#1| |#1| |#4|)) (-15 -1548 (|#1| |#1| |#4|)) (-15 -1654 ((-114) |#4| |#1|)) (-15 -4306 ((-663 |#4|) |#1|)) (-15 -2712 ((-663 |#4|) |#1|)) (-15 -2478 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2712 (((-663 |#3|) $) 37 T ELT)) (-3511 (((-114) $) 30 T ELT)) (-3673 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-4405 (((-114) $ (-793)) 48 T ELT)) (-3797 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 49 T CONST)) (-3438 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-4072 (($ (-663 |#4|)) 39 T ELT)) (-4154 (($ $) 72 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#4| $) 71 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#4|) $) 56 (|has| $ (-6 -4510)) ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) 47 T ELT)) (-4439 (((-663 |#4|) $) 57 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-4306 (((-663 |#3|) $) 36 T ELT)) (-1654 (((-114) |#3| $) 35 T ELT)) (-1506 (((-114) $ (-793)) 46 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) 42 T ELT)) (-4150 (((-114) $) 45 T ELT)) (-3614 (($) 44 T ELT)) (-1485 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 43 T ELT)) (-1830 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 64 T ELT)) (-2337 (($ $ |#3|) 32 T ELT)) (-1548 (($ $ |#3|) 34 T ELT)) (-2721 (($ $ |#3|) 33 T ELT)) (-3834 (((-888) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-3819 (((-793) $) 50 (|has| $ (-6 -4510)) ELT)))
+(((-1008 |#1| |#2| |#3| |#4|) (-142) (-1081) (-817) (-872) (-1097 |t#1| |t#2| |t#3|)) (T -1008))
+((-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *1 (-1008 *3 *4 *5 *6)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *1 (-1008 *3 *4 *5 *6)))) (-2867 (*1 *2 *1) (-12 (-4 *1 (-1008 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-1097 *3 *4 *2)) (-4 *2 (-872)))) (-2712 (*1 *2 *1) (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-663 *5)))) (-4306 (*1 *2 *1) (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-663 *5)))) (-1654 (*1 *2 *3 *1) (-12 (-4 *1 (-1008 *4 *5 *3 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-4 *6 (-1097 *4 *5 *3)) (-5 *2 (-114)))) (-1548 (*1 *1 *1 *2) (-12 (-4 *1 (-1008 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)) (-4 *5 (-1097 *3 *4 *2)))) (-2721 (*1 *1 *1 *2) (-12 (-4 *1 (-1008 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)) (-4 *5 (-1097 *3 *4 *2)))) (-2337 (*1 *1 *1 *2) (-12 (-4 *1 (-1008 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)) (-4 *5 (-1097 *3 *4 *2)))) (-2125 (*1 *2 *1 *3) (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-4 *6 (-1097 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -1770 *1) (|:| |upper| *1))) (-4 *1 (-1008 *4 *5 *3 *6)))) (-3511 (*1 *2 *1) (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))) (-3246 (*1 *2 *1) (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))) (-3880 (*1 *2 *1 *1) (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))) (-2884 (*1 *2 *1 *1) (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))) (-3438 (*1 *2 *1) (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))) (-4134 (*1 *2 *3 *1) (-12 (-4 *1 (-1008 *4 *5 *6 *3)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-4029 (*1 *2 *3 *1) (-12 (-4 *1 (-1008 *4 *5 *6 *3)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-2966 (*1 *2 *2 *1) (-12 (-5 *2 (-663 *6)) (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)))) (-1859 (*1 *2 *2 *1) (-12 (-5 *2 (-663 *6)) (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)))) (-3673 (*1 *2 *1) (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-5 *2 (-114)))))
+(-13 (-1133) (-153 |t#4|) (-632 (-663 |t#4|)) (-10 -8 (-6 -4510) (-15 -4142 ((-3 $ "failed") (-663 |t#4|))) (-15 -4072 ($ (-663 |t#4|))) (-15 -2867 (|t#3| $)) (-15 -2712 ((-663 |t#3|) $)) (-15 -4306 ((-663 |t#3|) $)) (-15 -1654 ((-114) |t#3| $)) (-15 -1548 ($ $ |t#3|)) (-15 -2721 ($ $ |t#3|)) (-15 -2337 ($ $ |t#3|)) (-15 -2125 ((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |t#3|)) (-15 -3511 ((-114) $)) (IF (|has| |t#1| (-571)) (PROGN (-15 -3246 ((-114) $)) (-15 -3880 ((-114) $ $)) (-15 -2884 ((-114) $ $)) (-15 -3438 ((-114) $)) (-15 -4134 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -4029 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -2966 ((-663 |t#4|) (-663 |t#4|) $)) (-15 -1859 ((-663 |t#4|) (-663 |t#4|) $)) (-15 -3673 ((-114) $))) |%noBranch|)))
+(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-888)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-1133) . T) ((-1249) . T))
+((-4180 (((-663 |#4|) |#4| |#4|) 137 T ELT)) (-2323 (((-663 |#4|) (-663 |#4|) (-114)) 125 (|has| |#1| (-466)) ELT) (((-663 |#4|) (-663 |#4|)) 126 (|has| |#1| (-466)) ELT)) (-1899 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|)) 44 T ELT)) (-3911 (((-114) |#4|) 43 T ELT)) (-3801 (((-663 |#4|) |#4|) 121 (|has| |#1| (-466)) ELT)) (-4472 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-1 (-114) |#4|) (-663 |#4|)) 24 T ELT)) (-1632 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|)) 30 T ELT)) (-1857 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|)) 31 T ELT)) (-3738 (((-3 (-2 (|:| |bas| (-490 |#1| |#2| |#3| |#4|)) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|)) 90 T ELT)) (-3963 (((-663 |#4|) (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 103 T ELT)) (-2247 (((-663 |#4|) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 129 T ELT)) (-3054 (((-663 |#4|) (-663 |#4|)) 128 T ELT)) (-2598 (((-663 |#4|) (-663 |#4|) (-663 |#4|) (-114)) 59 T ELT) (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 61 T ELT)) (-1397 ((|#4| |#4| (-663 |#4|)) 60 T ELT)) (-1909 (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 133 (|has| |#1| (-466)) ELT)) (-2938 (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 136 (|has| |#1| (-466)) ELT)) (-1480 (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 135 (|has| |#1| (-466)) ELT)) (-2685 (((-663 |#4|) (-663 |#4|) (-663 |#4|) (-1 (-663 |#4|) (-663 |#4|))) 105 T ELT) (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 107 T ELT) (((-663 |#4|) (-663 |#4|) |#4|) 141 T ELT) (((-663 |#4|) |#4| |#4|) 138 T ELT) (((-663 |#4|) (-663 |#4|)) 106 T ELT)) (-4121 (((-663 |#4|) (-663 |#4|) (-663 |#4|)) 118 (-12 (|has| |#1| (-149)) (|has| |#1| (-319))) ELT)) (-2457 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|)) 52 T ELT)) (-3466 (((-114) (-663 |#4|)) 79 T ELT)) (-1817 (((-114) (-663 |#4|) (-663 (-663 |#4|))) 67 T ELT)) (-4234 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|)) 37 T ELT)) (-3504 (((-114) |#4|) 36 T ELT)) (-4187 (((-663 |#4|) (-663 |#4|)) 116 (-12 (|has| |#1| (-149)) (|has| |#1| (-319))) ELT)) (-3952 (((-663 |#4|) (-663 |#4|)) 117 (-12 (|has| |#1| (-149)) (|has| |#1| (-319))) ELT)) (-2649 (((-663 |#4|) (-663 |#4|)) 83 T ELT)) (-2887 (((-663 |#4|) (-663 |#4|)) 97 T ELT)) (-1991 (((-114) (-663 |#4|) (-663 |#4|)) 65 T ELT)) (-3991 (((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|)) 50 T ELT)) (-2004 (((-114) |#4|) 45 T ELT)))
+(((-1009 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2685 ((-663 |#4|) (-663 |#4|))) (-15 -2685 ((-663 |#4|) |#4| |#4|)) (-15 -3054 ((-663 |#4|) (-663 |#4|))) (-15 -4180 ((-663 |#4|) |#4| |#4|)) (-15 -2685 ((-663 |#4|) (-663 |#4|) |#4|)) (-15 -2685 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -2685 ((-663 |#4|) (-663 |#4|) (-663 |#4|) (-1 (-663 |#4|) (-663 |#4|)))) (-15 -1991 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1817 ((-114) (-663 |#4|) (-663 (-663 |#4|)))) (-15 -3466 ((-114) (-663 |#4|))) (-15 -4472 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-1 (-114) |#4|) (-663 |#4|))) (-15 -1632 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|))) (-15 -1857 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|))) (-15 -2457 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -3911 ((-114) |#4|)) (-15 -1899 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -3504 ((-114) |#4|)) (-15 -4234 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -2004 ((-114) |#4|)) (-15 -3991 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -2598 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -2598 ((-663 |#4|) (-663 |#4|) (-663 |#4|) (-114))) (-15 -1397 (|#4| |#4| (-663 |#4|))) (-15 -2649 ((-663 |#4|) (-663 |#4|))) (-15 -3738 ((-3 (-2 (|:| |bas| (-490 |#1| |#2| |#3| |#4|)) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|))) (-15 -2887 ((-663 |#4|) (-663 |#4|))) (-15 -3963 ((-663 |#4|) (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2247 ((-663 |#4|) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-466)) (PROGN (-15 -3801 ((-663 |#4|) |#4|)) (-15 -2323 ((-663 |#4|) (-663 |#4|))) (-15 -2323 ((-663 |#4|) (-663 |#4|) (-114))) (-15 -1909 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -1480 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -2938 ((-663 |#4|) (-663 |#4|) (-663 |#4|)))) |%noBranch|) (IF (|has| |#1| (-319)) (IF (|has| |#1| (-149)) (PROGN (-15 -3952 ((-663 |#4|) (-663 |#4|))) (-15 -4187 ((-663 |#4|) (-663 |#4|))) (-15 -4121 ((-663 |#4|) (-663 |#4|) (-663 |#4|)))) |%noBranch|) |%noBranch|)) (-571) (-817) (-872) (-1097 |#1| |#2| |#3|)) (T -1009))
+((-4121 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-149)) (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-4187 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-149)) (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-3952 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-149)) (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-2938 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-466)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-1480 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-466)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-1909 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-466)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-2323 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-114)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-1009 *4 *5 *6 *7)))) (-2323 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-466)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-3801 (*1 *2 *3) (-12 (-4 *4 (-466)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *3)) (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))) (-2247 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1009 *5 *6 *7 *8)))) (-3963 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-663 *9)) (-5 *3 (-1 (-114) *9)) (-5 *4 (-1 (-114) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1097 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-817)) (-4 *8 (-872)) (-5 *1 (-1009 *6 *7 *8 *9)))) (-2887 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-3738 (*1 *2 *3) (|partial| -12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-490 *4 *5 *6 *7)) (|:| -3612 (-663 *7)))) (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-2649 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-1397 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-1009 *4 *5 *6 *2)))) (-2598 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-663 *7)) (-5 *3 (-114)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-1009 *4 *5 *6 *7)))) (-2598 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-3991 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7)))) (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-2004 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))) (-4234 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7)))) (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-3504 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))) (-1899 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7)))) (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-3911 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))) (-2457 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7)))) (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))) (-1857 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1 (-114) *8))) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8)))) (-5 *1 (-1009 *5 *6 *7 *8)) (-5 *4 (-663 *8)))) (-1632 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1 (-114) *8))) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8)))) (-5 *1 (-1009 *5 *6 *7 *8)) (-5 *4 (-663 *8)))) (-4472 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-114) *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8)))) (-5 *1 (-1009 *5 *6 *7 *8)) (-5 *4 (-663 *8)))) (-3466 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1009 *4 *5 *6 *7)))) (-1817 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-663 *8))) (-5 *3 (-663 *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-114)) (-5 *1 (-1009 *5 *6 *7 *8)))) (-1991 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1009 *4 *5 *6 *7)))) (-2685 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-663 *7) (-663 *7))) (-5 *2 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-1009 *4 *5 *6 *7)))) (-2685 (*1 *2 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-2685 (*1 *2 *2 *3) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-1009 *4 *5 *6 *3)))) (-4180 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *3)) (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))) (-3054 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))) (-2685 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *3)) (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))) (-2685 (*1 *2 *2) (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2685 ((-663 |#4|) (-663 |#4|))) (-15 -2685 ((-663 |#4|) |#4| |#4|)) (-15 -3054 ((-663 |#4|) (-663 |#4|))) (-15 -4180 ((-663 |#4|) |#4| |#4|)) (-15 -2685 ((-663 |#4|) (-663 |#4|) |#4|)) (-15 -2685 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -2685 ((-663 |#4|) (-663 |#4|) (-663 |#4|) (-1 (-663 |#4|) (-663 |#4|)))) (-15 -1991 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1817 ((-114) (-663 |#4|) (-663 (-663 |#4|)))) (-15 -3466 ((-114) (-663 |#4|))) (-15 -4472 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-1 (-114) |#4|) (-663 |#4|))) (-15 -1632 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|))) (-15 -1857 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 (-1 (-114) |#4|)) (-663 |#4|))) (-15 -2457 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -3911 ((-114) |#4|)) (-15 -1899 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -3504 ((-114) |#4|)) (-15 -4234 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -2004 ((-114) |#4|)) (-15 -3991 ((-2 (|:| |goodPols| (-663 |#4|)) (|:| |badPols| (-663 |#4|))) (-663 |#4|))) (-15 -2598 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -2598 ((-663 |#4|) (-663 |#4|) (-663 |#4|) (-114))) (-15 -1397 (|#4| |#4| (-663 |#4|))) (-15 -2649 ((-663 |#4|) (-663 |#4|))) (-15 -3738 ((-3 (-2 (|:| |bas| (-490 |#1| |#2| |#3| |#4|)) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|))) (-15 -2887 ((-663 |#4|) (-663 |#4|))) (-15 -3963 ((-663 |#4|) (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2247 ((-663 |#4|) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-466)) (PROGN (-15 -3801 ((-663 |#4|) |#4|)) (-15 -2323 ((-663 |#4|) (-663 |#4|))) (-15 -2323 ((-663 |#4|) (-663 |#4|) (-114))) (-15 -1909 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -1480 ((-663 |#4|) (-663 |#4|) (-663 |#4|))) (-15 -2938 ((-663 |#4|) (-663 |#4|) (-663 |#4|)))) |%noBranch|) (IF (|has| |#1| (-319)) (IF (|has| |#1| (-149)) (PROGN (-15 -3952 ((-663 |#4|) (-663 |#4|))) (-15 -4187 ((-663 |#4|) (-663 |#4|))) (-15 -4121 ((-663 |#4|) (-663 |#4|) (-663 |#4|)))) |%noBranch|) |%noBranch|))
+((-3301 (((-2 (|:| R (-711 |#1|)) (|:| A (-711 |#1|)) (|:| |Ainv| (-711 |#1|))) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 19 T ELT)) (-4058 (((-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1299 |#1|)))) (-711 |#1|) (-1299 |#1|)) 45 T ELT)) (-4407 (((-711 |#1|) (-711 |#1|) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 16 T ELT)))
+(((-1010 |#1|) (-10 -7 (-15 -3301 ((-2 (|:| R (-711 |#1|)) (|:| A (-711 |#1|)) (|:| |Ainv| (-711 |#1|))) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -4407 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -4058 ((-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1299 |#1|)))) (-711 |#1|) (-1299 |#1|)))) (-376)) (T -1010))
+((-4058 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-5 *2 (-663 (-2 (|:| C (-711 *5)) (|:| |g| (-1299 *5))))) (-5 *1 (-1010 *5)) (-5 *3 (-711 *5)) (-5 *4 (-1299 *5)))) (-4407 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-711 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376)) (-5 *1 (-1010 *5)))) (-3301 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-376)) (-5 *2 (-2 (|:| R (-711 *6)) (|:| A (-711 *6)) (|:| |Ainv| (-711 *6)))) (-5 *1 (-1010 *6)) (-5 *3 (-711 *6)))))
+(-10 -7 (-15 -3301 ((-2 (|:| R (-711 |#1|)) (|:| A (-711 |#1|)) (|:| |Ainv| (-711 |#1|))) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -4407 ((-711 |#1|) (-711 |#1|) (-711 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -4058 ((-663 (-2 (|:| C (-711 |#1|)) (|:| |g| (-1299 |#1|)))) (-711 |#1|) (-1299 |#1|))))
+((-1903 (((-419 |#4|) |#4|) 61 T ELT)))
+(((-1011 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1903 ((-419 |#4|) |#4|))) (-872) (-817) (-466) (-980 |#3| |#2| |#1|)) (T -1011))
+((-1903 (*1 *2 *3) (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-466)) (-5 *2 (-419 *3)) (-5 *1 (-1011 *4 *5 *6 *3)) (-4 *3 (-980 *6 *5 *4)))))
+(-10 -7 (-15 -1903 ((-419 |#4|) |#4|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4272 (($ (-793)) 124 (|has| |#1| (-23)) ELT)) (-2507 (((-1305) $ (-560) (-560)) 47 (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) 110 T ELT) (((-114) $) 104 (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) 101 (|has| $ (-6 -4511)) ELT) (($ $) 100 (-12 (|has| |#1| (-872)) (|has| $ (-6 -4511))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) 111 T ELT) (($ $) 105 (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-1518 (($ $) 102 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 112 T ELT)) (-4154 (($ $) 87 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#1| $) 86 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 58 T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) 109 T ELT) (((-560) |#1| $) 108 (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) 107 (|has| |#1| (-1133)) ELT)) (-3383 (($ (-663 |#1|)) 130 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4204 (((-711 |#1|) $ $) 117 (|has| |#1| (-1081)) ELT)) (-4446 (($ (-793) |#1|) 77 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 50 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 94 (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) 113 T ELT) (($ $ $) 106 (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 51 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 95 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-3166 ((|#1| $) 114 (-12 (|has| |#1| (-1081)) (|has| |#1| (-1034))) ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-3970 ((|#1| $) 115 (-12 (|has| |#1| (-1081)) (|has| |#1| (-1034))) ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-3444 (((-663 (-560)) $) 53 T ELT)) (-2679 (((-114) (-560) $) 54 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 49 (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-2024 (($ $ |#1|) 48 (|has| $ (-6 -4511)) ELT)) (-3201 (($ $ (-663 |#1|)) 128 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1266 (-560))) 78 T ELT)) (-4287 ((|#1| $ $) 118 (|has| |#1| (-1081)) ELT)) (-2068 (((-949) $) 129 T ELT)) (-3032 (($ $ (-560)) 71 T ELT) (($ $ (-1266 (-560))) 70 T ELT)) (-2827 (($ $ $) 116 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1352 (($ $ $ (-560)) 103 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT) (($ (-663 |#1|)) 131 T ELT)) (-3845 (($ (-663 |#1|)) 79 T ELT)) (-2465 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) 96 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 98 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) 97 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 99 (|has| |#1| (-872)) ELT)) (-2581 (($ $) 123 (|has| |#1| (-21)) ELT) (($ $ $) 122 (|has| |#1| (-21)) ELT)) (-2571 (($ $ $) 125 (|has| |#1| (-25)) ELT)) (* (($ (-560) $) 121 (|has| |#1| (-21)) ELT) (($ |#1| $) 120 (|has| |#1| (-748)) ELT) (($ $ |#1|) 119 (|has| |#1| (-748)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1012 |#1|) (-142) (-1081)) (T -1012))
+((-3383 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1081)) (-4 *1 (-1012 *3)))) (-2068 (*1 *2 *1) (-12 (-4 *1 (-1012 *3)) (-4 *3 (-1081)) (-5 *2 (-949)))) (-2827 (*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1081)))) (-3201 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *1 (-1012 *3)) (-4 *3 (-1081)))))
+(-13 (-1298 |t#1|) (-637 (-663 |t#1|)) (-10 -8 (-15 -3383 ($ (-663 |t#1|))) (-15 -2068 ((-949) $)) (-15 -2827 ($ $ $)) (-15 -3201 ($ $ (-663 |t#1|)))))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-637 (-663 |#1|)) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-385 |#1|) . T) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-673 |#1|) . T) ((-19 |#1|) . T) ((-872) |has| |#1| (-872)) ((-875) |has| |#1| (-872)) ((-1133) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872))) ((-1249) . T) ((-1298 |#1|) . T))
+((-1793 (((-973 |#2|) (-1 |#2| |#1|) (-973 |#1|)) 17 T ELT)))
+(((-1013 |#1| |#2|) (-10 -7 (-15 -1793 ((-973 |#2|) (-1 |#2| |#1|) (-973 |#1|)))) (-1081) (-1081)) (T -1013))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-973 *5)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-5 *2 (-973 *6)) (-5 *1 (-1013 *5 *6)))))
+(-10 -7 (-15 -1793 ((-973 |#2|) (-1 |#2| |#1|) (-973 |#1|))))
+((-2273 ((|#1| (-973 |#1|)) 14 T ELT)) (-1390 ((|#1| (-973 |#1|)) 13 T ELT)) (-2057 ((|#1| (-973 |#1|)) 12 T ELT)) (-3993 ((|#1| (-973 |#1|)) 16 T ELT)) (-1447 ((|#1| (-973 |#1|)) 24 T ELT)) (-3959 ((|#1| (-973 |#1|)) 15 T ELT)) (-3807 ((|#1| (-973 |#1|)) 17 T ELT)) (-3193 ((|#1| (-973 |#1|)) 23 T ELT)) (-2262 ((|#1| (-973 |#1|)) 22 T ELT)))
+(((-1014 |#1|) (-10 -7 (-15 -2057 (|#1| (-973 |#1|))) (-15 -1390 (|#1| (-973 |#1|))) (-15 -2273 (|#1| (-973 |#1|))) (-15 -3959 (|#1| (-973 |#1|))) (-15 -3993 (|#1| (-973 |#1|))) (-15 -3807 (|#1| (-973 |#1|))) (-15 -2262 (|#1| (-973 |#1|))) (-15 -3193 (|#1| (-973 |#1|))) (-15 -1447 (|#1| (-973 |#1|)))) (-1081)) (T -1014))
+((-1447 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))) (-3193 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))) (-2262 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))) (-3807 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))) (-3993 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))) (-3959 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))) (-2273 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))) (-1390 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))) (-2057 (*1 *2 *3) (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(-10 -7 (-15 -2057 (|#1| (-973 |#1|))) (-15 -1390 (|#1| (-973 |#1|))) (-15 -2273 (|#1| (-973 |#1|))) (-15 -3959 (|#1| (-973 |#1|))) (-15 -3993 (|#1| (-973 |#1|))) (-15 -3807 (|#1| (-973 |#1|))) (-15 -2262 (|#1| (-973 |#1|))) (-15 -3193 (|#1| (-973 |#1|))) (-15 -1447 (|#1| (-973 |#1|))))
+((-2671 (((-3 |#1| "failed") |#1|) 18 T ELT)) (-2851 (((-3 |#1| "failed") |#1|) 6 T ELT)) (-1769 (((-3 |#1| "failed") |#1|) 16 T ELT)) (-2607 (((-3 |#1| "failed") |#1|) 4 T ELT)) (-3314 (((-3 |#1| "failed") |#1|) 20 T ELT)) (-2010 (((-3 |#1| "failed") |#1|) 8 T ELT)) (-3377 (((-3 |#1| "failed") |#1| (-793)) 1 T ELT)) (-1607 (((-3 |#1| "failed") |#1|) 3 T ELT)) (-2740 (((-3 |#1| "failed") |#1|) 2 T ELT)) (-1392 (((-3 |#1| "failed") |#1|) 21 T ELT)) (-2866 (((-3 |#1| "failed") |#1|) 9 T ELT)) (-1845 (((-3 |#1| "failed") |#1|) 19 T ELT)) (-4348 (((-3 |#1| "failed") |#1|) 7 T ELT)) (-2062 (((-3 |#1| "failed") |#1|) 17 T ELT)) (-2993 (((-3 |#1| "failed") |#1|) 5 T ELT)) (-4480 (((-3 |#1| "failed") |#1|) 24 T ELT)) (-4210 (((-3 |#1| "failed") |#1|) 12 T ELT)) (-1877 (((-3 |#1| "failed") |#1|) 22 T ELT)) (-3599 (((-3 |#1| "failed") |#1|) 10 T ELT)) (-2014 (((-3 |#1| "failed") |#1|) 26 T ELT)) (-1372 (((-3 |#1| "failed") |#1|) 14 T ELT)) (-3077 (((-3 |#1| "failed") |#1|) 27 T ELT)) (-3557 (((-3 |#1| "failed") |#1|) 15 T ELT)) (-3329 (((-3 |#1| "failed") |#1|) 25 T ELT)) (-1962 (((-3 |#1| "failed") |#1|) 13 T ELT)) (-3233 (((-3 |#1| "failed") |#1|) 23 T ELT)) (-3326 (((-3 |#1| "failed") |#1|) 11 T ELT)))
+(((-1015 |#1|) (-142) (-1235)) (T -1015))
+((-3077 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2014 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-3329 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-4480 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-3233 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-1877 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-1392 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-3314 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-1845 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2671 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2062 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-1769 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-3557 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-1372 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-1962 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-4210 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-3326 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-3599 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2866 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2010 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-4348 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2851 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2993 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2607 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-1607 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-2740 (*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))) (-3377 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-793)) (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(-13 (-10 -7 (-15 -3377 ((-3 |t#1| "failed") |t#1| (-793))) (-15 -2740 ((-3 |t#1| "failed") |t#1|)) (-15 -1607 ((-3 |t#1| "failed") |t#1|)) (-15 -2607 ((-3 |t#1| "failed") |t#1|)) (-15 -2993 ((-3 |t#1| "failed") |t#1|)) (-15 -2851 ((-3 |t#1| "failed") |t#1|)) (-15 -4348 ((-3 |t#1| "failed") |t#1|)) (-15 -2010 ((-3 |t#1| "failed") |t#1|)) (-15 -2866 ((-3 |t#1| "failed") |t#1|)) (-15 -3599 ((-3 |t#1| "failed") |t#1|)) (-15 -3326 ((-3 |t#1| "failed") |t#1|)) (-15 -4210 ((-3 |t#1| "failed") |t#1|)) (-15 -1962 ((-3 |t#1| "failed") |t#1|)) (-15 -1372 ((-3 |t#1| "failed") |t#1|)) (-15 -3557 ((-3 |t#1| "failed") |t#1|)) (-15 -1769 ((-3 |t#1| "failed") |t#1|)) (-15 -2062 ((-3 |t#1| "failed") |t#1|)) (-15 -2671 ((-3 |t#1| "failed") |t#1|)) (-15 -1845 ((-3 |t#1| "failed") |t#1|)) (-15 -3314 ((-3 |t#1| "failed") |t#1|)) (-15 -1392 ((-3 |t#1| "failed") |t#1|)) (-15 -1877 ((-3 |t#1| "failed") |t#1|)) (-15 -3233 ((-3 |t#1| "failed") |t#1|)) (-15 -4480 ((-3 |t#1| "failed") |t#1|)) (-15 -3329 ((-3 |t#1| "failed") |t#1|)) (-15 -2014 ((-3 |t#1| "failed") |t#1|)) (-15 -3077 ((-3 |t#1| "failed") |t#1|))))
+((-2473 ((|#4| |#4| (-663 |#3|)) 57 T ELT) ((|#4| |#4| |#3|) 56 T ELT)) (-3348 ((|#4| |#4| (-663 |#3|)) 24 T ELT) ((|#4| |#4| |#3|) 20 T ELT)) (-1793 ((|#4| (-1 |#4| (-976 |#1|)) |#4|) 31 T ELT)))
+(((-1016 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3348 (|#4| |#4| |#3|)) (-15 -3348 (|#4| |#4| (-663 |#3|))) (-15 -2473 (|#4| |#4| |#3|)) (-15 -2473 (|#4| |#4| (-663 |#3|))) (-15 -1793 (|#4| (-1 |#4| (-976 |#1|)) |#4|))) (-1081) (-817) (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209))))) (-980 (-976 |#1|) |#2| |#3|)) (T -1016))
+((-1793 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-976 *4))) (-4 *4 (-1081)) (-4 *2 (-980 (-976 *4) *5 *6)) (-4 *5 (-817)) (-4 *6 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209)))))) (-5 *1 (-1016 *4 *5 *6 *2)))) (-2473 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209)))))) (-4 *4 (-1081)) (-4 *5 (-817)) (-5 *1 (-1016 *4 *5 *6 *2)) (-4 *2 (-980 (-976 *4) *5 *6)))) (-2473 (*1 *2 *2 *3) (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209)))))) (-5 *1 (-1016 *4 *5 *3 *2)) (-4 *2 (-980 (-976 *4) *5 *3)))) (-3348 (*1 *2 *2 *3) (-12 (-5 *3 (-663 *6)) (-4 *6 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209)))))) (-4 *4 (-1081)) (-4 *5 (-817)) (-5 *1 (-1016 *4 *5 *6 *2)) (-4 *2 (-980 (-976 *4) *5 *6)))) (-3348 (*1 *2 *2 *3) (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)) (-15 -3572 ((-3 $ "failed") (-1209)))))) (-5 *1 (-1016 *4 *5 *3 *2)) (-4 *2 (-980 (-976 *4) *5 *3)))))
+(-10 -7 (-15 -3348 (|#4| |#4| |#3|)) (-15 -3348 (|#4| |#4| (-663 |#3|))) (-15 -2473 (|#4| |#4| |#3|)) (-15 -2473 (|#4| |#4| (-663 |#3|))) (-15 -1793 (|#4| (-1 |#4| (-976 |#1|)) |#4|)))
+((-2852 ((|#2| |#3|) 35 T ELT)) (-2567 (((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|) 79 T ELT)) (-4426 (((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) 100 T ELT)))
+(((-1017 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4426 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))))) (-15 -2567 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|)) (-15 -2852 (|#2| |#3|))) (-363) (-1275 |#1|) (-1275 |#2|) (-746 |#2| |#3|)) (T -1017))
+((-2852 (*1 *2 *3) (-12 (-4 *3 (-1275 *2)) (-4 *2 (-1275 *4)) (-5 *1 (-1017 *4 *2 *3 *5)) (-4 *4 (-363)) (-4 *5 (-746 *2 *3)))) (-2567 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 *3)) (-5 *2 (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-1017 *4 *3 *5 *6)) (-4 *6 (-746 *3 *5)))) (-4426 (*1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 *4)) (-5 *2 (-2 (|:| -4222 (-711 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-711 *4)))) (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-746 *4 *5)))))
+(-10 -7 (-15 -4426 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))))) (-15 -2567 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|)) (-15 -2852 (|#2| |#3|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2407 (((-3 (-114) "failed") $) 71 T ELT)) (-1681 (($ $) 36 (-12 (|has| |#1| (-149)) (|has| |#1| (-319))) ELT)) (-3003 (($ $ (-3 (-114) "failed")) 72 T ELT)) (-3008 (($ (-663 |#4|) |#4|) 25 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2967 (($ $) 69 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4150 (((-114) $) 70 T ELT)) (-3614 (($) 30 T ELT)) (-2367 ((|#4| $) 74 T ELT)) (-2701 (((-663 |#4|) $) 73 T ELT)) (-3834 (((-888) $) 68 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1018 |#1| |#2| |#3| |#4|) (-13 (-1133) (-632 (-888)) (-10 -8 (-15 -3614 ($)) (-15 -3008 ($ (-663 |#4|) |#4|)) (-15 -2407 ((-3 (-114) "failed") $)) (-15 -3003 ($ $ (-3 (-114) "failed"))) (-15 -4150 ((-114) $)) (-15 -2701 ((-663 |#4|) $)) (-15 -2367 (|#4| $)) (-15 -2967 ($ $)) (IF (|has| |#1| (-319)) (IF (|has| |#1| (-149)) (-15 -1681 ($ $)) |%noBranch|) |%noBranch|))) (-466) (-872) (-817) (-980 |#1| |#3| |#2|)) (T -1018))
+((-3614 (*1 *1) (-12 (-4 *2 (-466)) (-4 *3 (-872)) (-4 *4 (-817)) (-5 *1 (-1018 *2 *3 *4 *5)) (-4 *5 (-980 *2 *4 *3)))) (-3008 (*1 *1 *2 *3) (-12 (-5 *2 (-663 *3)) (-4 *3 (-980 *4 *6 *5)) (-4 *4 (-466)) (-4 *5 (-872)) (-4 *6 (-817)) (-5 *1 (-1018 *4 *5 *6 *3)))) (-2407 (*1 *2 *1) (|partial| -12 (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817)) (-5 *2 (-114)) (-5 *1 (-1018 *3 *4 *5 *6)) (-4 *6 (-980 *3 *5 *4)))) (-3003 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-114) "failed")) (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817)) (-5 *1 (-1018 *3 *4 *5 *6)) (-4 *6 (-980 *3 *5 *4)))) (-4150 (*1 *2 *1) (-12 (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817)) (-5 *2 (-114)) (-5 *1 (-1018 *3 *4 *5 *6)) (-4 *6 (-980 *3 *5 *4)))) (-2701 (*1 *2 *1) (-12 (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817)) (-5 *2 (-663 *6)) (-5 *1 (-1018 *3 *4 *5 *6)) (-4 *6 (-980 *3 *5 *4)))) (-2367 (*1 *2 *1) (-12 (-4 *2 (-980 *3 *5 *4)) (-5 *1 (-1018 *3 *4 *5 *2)) (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817)))) (-2967 (*1 *1 *1) (-12 (-4 *2 (-466)) (-4 *3 (-872)) (-4 *4 (-817)) (-5 *1 (-1018 *2 *3 *4 *5)) (-4 *5 (-980 *2 *4 *3)))) (-1681 (*1 *1 *1) (-12 (-4 *2 (-149)) (-4 *2 (-319)) (-4 *2 (-466)) (-4 *3 (-872)) (-4 *4 (-817)) (-5 *1 (-1018 *2 *3 *4 *5)) (-4 *5 (-980 *2 *4 *3)))))
+(-13 (-1133) (-632 (-888)) (-10 -8 (-15 -3614 ($)) (-15 -3008 ($ (-663 |#4|) |#4|)) (-15 -2407 ((-3 (-114) "failed") $)) (-15 -3003 ($ $ (-3 (-114) "failed"))) (-15 -4150 ((-114) $)) (-15 -2701 ((-663 |#4|) $)) (-15 -2367 (|#4| $)) (-15 -2967 ($ $)) (IF (|has| |#1| (-319)) (IF (|has| |#1| (-149)) (-15 -1681 ($ $)) |%noBranch|) |%noBranch|)))
+((-3593 (((-1018 (-421 (-560)) (-889 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560)))) (-1018 (-421 (-560)) (-889 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560))))) 82 T ELT)))
+(((-1019 |#1| |#2|) (-10 -7 (-15 -3593 ((-1018 (-421 (-560)) (-889 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560)))) (-1018 (-421 (-560)) (-889 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560))))))) (-663 (-1209)) (-793)) (T -1019))
+((-3593 (*1 *2 *2) (-12 (-5 *2 (-1018 (-421 (-560)) (-889 *3) (-246 *4 (-793)) (-255 *3 (-421 (-560))))) (-14 *3 (-663 (-1209))) (-14 *4 (-793)) (-5 *1 (-1019 *3 *4)))))
+(-10 -7 (-15 -3593 ((-1018 (-421 (-560)) (-889 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560)))) (-1018 (-421 (-560)) (-889 |#1|) (-246 |#2| (-793)) (-255 |#1| (-421 (-560)))))))
+((-3794 (((-114) |#5| |#5|) 44 T ELT)) (-1970 (((-114) |#5| |#5|) 59 T ELT)) (-2643 (((-114) |#5| (-663 |#5|)) 81 T ELT) (((-114) |#5| |#5|) 68 T ELT)) (-3355 (((-114) (-663 |#4|) (-663 |#4|)) 65 T ELT)) (-1706 (((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) 70 T ELT)) (-1589 (((-1305)) 32 T ELT)) (-1458 (((-1305) (-1191) (-1191) (-1191)) 28 T ELT)) (-3473 (((-663 |#5|) (-663 |#5|)) 100 T ELT)) (-4395 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) 92 T ELT)) (-3248 (((-663 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114)) 122 T ELT)) (-3939 (((-114) |#5| |#5|) 53 T ELT)) (-4161 (((-3 (-114) "failed") |#5| |#5|) 78 T ELT)) (-3985 (((-114) (-663 |#4|) (-663 |#4|)) 64 T ELT)) (-4104 (((-114) (-663 |#4|) (-663 |#4|)) 66 T ELT)) (-1446 (((-114) (-663 |#4|) (-663 |#4|)) 67 T ELT)) (-1582 (((-3 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114)) 117 T ELT)) (-2238 (((-663 |#5|) (-663 |#5|)) 49 T ELT)))
+(((-1020 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1458 ((-1305) (-1191) (-1191) (-1191))) (-15 -1589 ((-1305))) (-15 -3794 ((-114) |#5| |#5|)) (-15 -2238 ((-663 |#5|) (-663 |#5|))) (-15 -3939 ((-114) |#5| |#5|)) (-15 -1970 ((-114) |#5| |#5|)) (-15 -3355 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -3985 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4104 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1446 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4161 ((-3 (-114) "failed") |#5| |#5|)) (-15 -2643 ((-114) |#5| |#5|)) (-15 -2643 ((-114) |#5| (-663 |#5|))) (-15 -3473 ((-663 |#5|) (-663 |#5|))) (-15 -1706 ((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) (-15 -4395 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-15 -3248 ((-663 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -1582 ((-3 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114)))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -1020))
+((-1582 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *9 (-1097 *6 *7 *8)) (-5 *2 (-2 (|:| -1969 (-663 *9)) (|:| -2417 *4) (|:| |ineq| (-663 *9)))) (-5 *1 (-1020 *6 *7 *8 *9 *4)) (-5 *3 (-663 *9)) (-4 *4 (-1103 *6 *7 *8 *9)))) (-3248 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-663 *10)) (-5 *5 (-114)) (-4 *10 (-1103 *6 *7 *8 *9)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *9 (-1097 *6 *7 *8)) (-5 *2 (-663 (-2 (|:| -1969 (-663 *9)) (|:| -2417 *10) (|:| |ineq| (-663 *9))))) (-5 *1 (-1020 *6 *7 *8 *9 *10)) (-5 *3 (-663 *9)))) (-4395 (*1 *2 *2) (-12 (-5 *2 (-663 (-2 (|:| |val| (-663 *6)) (|:| -2417 *7)))) (-4 *6 (-1097 *3 *4 *5)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1020 *3 *4 *5 *6 *7)))) (-1706 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -2417 *8))) (-4 *7 (-1097 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *8)))) (-3473 (*1 *2 *2) (-12 (-5 *2 (-663 *7)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *1 (-1020 *3 *4 *5 *6 *7)))) (-2643 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-1020 *5 *6 *7 *8 *3)))) (-2643 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-4161 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-1446 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-4104 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-3985 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-3355 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-1970 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-3939 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-2238 (*1 *2 *2) (-12 (-5 *2 (-663 *7)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *1 (-1020 *3 *4 *5 *6 *7)))) (-3794 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-1589 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305)) (-5 *1 (-1020 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))) (-1458 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305)) (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1458 ((-1305) (-1191) (-1191) (-1191))) (-15 -1589 ((-1305))) (-15 -3794 ((-114) |#5| |#5|)) (-15 -2238 ((-663 |#5|) (-663 |#5|))) (-15 -3939 ((-114) |#5| |#5|)) (-15 -1970 ((-114) |#5| |#5|)) (-15 -3355 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -3985 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4104 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1446 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4161 ((-3 (-114) "failed") |#5| |#5|)) (-15 -2643 ((-114) |#5| |#5|)) (-15 -2643 ((-114) |#5| (-663 |#5|))) (-15 -3473 ((-663 |#5|) (-663 |#5|))) (-15 -1706 ((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) (-15 -4395 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-15 -3248 ((-663 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -1582 ((-3 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114))))
+((-3572 (((-1209) $) 15 T ELT)) (-1992 (((-1191) $) 16 T ELT)) (-2489 (($ (-1209) (-1191)) 14 T ELT)) (-3834 (((-888) $) 13 T ELT)))
+(((-1021) (-13 (-632 (-888)) (-10 -8 (-15 -2489 ($ (-1209) (-1191))) (-15 -3572 ((-1209) $)) (-15 -1992 ((-1191) $))))) (T -1021))
+((-2489 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1191)) (-5 *1 (-1021)))) (-3572 (*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-1021)))) (-1992 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1021)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -2489 ($ (-1209) (-1191))) (-15 -3572 ((-1209) $)) (-15 -1992 ((-1191) $))))
+((-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) 72 T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) 102 T ELT)) (-4072 ((|#2| $) NIL T ELT) (((-1209) $) 67 T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) 99 T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) 121 T ELT) (((-711 |#2|) (-711 $)) 35 T ELT)) (-2150 (($) 105 T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 82 T ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 91 T ELT)) (-1902 (($ $) 10 T ELT)) (-3851 (((-713 $) $) 27 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 29 T ELT)) (-2689 (($) 16 T ELT)) (-2568 (($ $) 61 T ELT)) (-2703 (($ $ (-1 |#2| |#2|)) 43 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-3200 (($ $) 12 T ELT)) (-1830 (((-916 (-560)) $) 77 T ELT) (((-916 (-391)) $) 86 T ELT) (((-549) $) 47 T ELT) (((-391) $) 51 T ELT) (((-229) $) 55 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 97 T ELT) (($ |#2|) NIL T ELT) (($ (-1209)) 64 T ELT)) (-3103 (((-793)) 38 T ELT)) (-2499 (((-114) $ $) 57 T ELT)))
+(((-1022 |#1| |#2|) (-10 -8 (-15 -2499 ((-114) |#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2689 (|#1|)) (-15 -3851 ((-713 |#1|) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -1830 ((-229) |#1|)) (-15 -1830 ((-391) |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -3834 (|#1| (-1209))) (-15 -4142 ((-3 (-1209) "failed") |#1|)) (-15 -4072 ((-1209) |#1|)) (-15 -2150 (|#1|)) (-15 -2568 (|#1| |#1|)) (-15 -3200 (|#1| |#1|)) (-15 -1902 (|#1| |#1|)) (-15 -2528 ((-914 (-391) |#1|) |#1| (-916 (-391)) (-914 (-391) |#1|))) (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -1470 ((-711 |#2|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| |#1|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-1023 |#2|) (-571)) (T -1022))
+((-3103 (*1 *2) (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-1022 *3 *4)) (-4 *3 (-1023 *4)))))
+(-10 -8 (-15 -2499 ((-114) |#1| |#1|)) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2689 (|#1|)) (-15 -3851 ((-713 |#1|) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -1830 ((-229) |#1|)) (-15 -1830 ((-391) |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -3834 (|#1| (-1209))) (-15 -4142 ((-3 (-1209) "failed") |#1|)) (-15 -4072 ((-1209) |#1|)) (-15 -2150 (|#1|)) (-15 -2568 (|#1| |#1|)) (-15 -3200 (|#1| |#1|)) (-15 -1902 (|#1| |#1|)) (-15 -2528 ((-914 (-391) |#1|) |#1| (-916 (-391)) (-914 (-391) |#1|))) (-15 -2528 ((-914 (-560) |#1|) |#1| (-916 (-560)) (-914 (-560) |#1|))) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -1470 ((-711 |#2|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| |#1|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1573 ((|#1| $) 170 (|has| |#1| (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 161 (|has| |#1| (-940)) ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 164 (|has| |#1| (-940)) ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-2824 (((-560) $) 151 (|has| |#1| (-844)) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#1| "failed") $) 200 T ELT) (((-3 (-1209) "failed") $) 159 (|has| |#1| (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) 142 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-560) "failed") $) 140 (|has| |#1| (-1070 (-560))) ELT)) (-4072 ((|#1| $) 201 T ELT) (((-1209) $) 160 (|has| |#1| (-1070 (-1209))) ELT) (((-421 (-560)) $) 143 (|has| |#1| (-1070 (-560))) ELT) (((-560) $) 141 (|has| |#1| (-1070 (-560))) ELT)) (-3752 (($ $ $) 68 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 185 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 184 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 183 T ELT) (((-711 |#1|) (-711 $)) 182 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2150 (($) 168 (|has| |#1| (-559)) ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-2072 (((-114) $) 86 T ELT)) (-1366 (((-114) $) 153 (|has| |#1| (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 177 (|has| |#1| (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 176 (|has| |#1| (-912 (-391))) ELT)) (-3363 (((-114) $) 40 T ELT)) (-1902 (($ $) 172 T ELT)) (-3125 ((|#1| $) 174 T ELT)) (-3851 (((-713 $) $) 139 (|has| |#1| (-1184)) ELT)) (-1501 (((-114) $) 152 (|has| |#1| (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-1622 (($ $ $) 144 (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) 145 (|has| |#1| (-872)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 192 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 187 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 186 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 181 T ELT) (((-711 |#1|) (-1299 $)) 180 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-2689 (($) 138 (|has| |#1| (-1184)) CONST)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2568 (($ $) 169 (|has| |#1| (-319)) ELT)) (-1770 ((|#1| $) 166 (|has| |#1| (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 163 (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 162 (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) 198 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 197 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 196 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 195 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) 194 (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) 193 (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-3760 (((-793) $) 71 T ELT)) (-3034 (($ $ |#1|) 199 (|has| |#1| (-298 |#1| |#1|)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-2703 (($ $ (-1 |#1| |#1|)) 191 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 190 T ELT) (($ $) 137 (|has| |#1| (-239)) ELT) (($ $ (-793)) 135 (|has| |#1| (-239)) ELT) (($ $ (-1209)) 133 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 131 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 130 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 129 (|has| |#1| (-930 (-1209))) ELT)) (-3200 (($ $) 171 T ELT)) (-3138 ((|#1| $) 173 T ELT)) (-1830 (((-916 (-560)) $) 179 (|has| |#1| (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) 178 (|has| |#1| (-633 (-916 (-391)))) ELT) (((-549) $) 156 (|has| |#1| (-633 (-549))) ELT) (((-391) $) 155 (|has| |#1| (-1052)) ELT) (((-229) $) 154 (|has| |#1| (-1052)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 165 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ |#1|) 204 T ELT) (($ (-1209)) 158 (|has| |#1| (-1070 (-1209))) ELT)) (-1633 (((-713 $) $) 157 (-2309 (|has| |#1| (-147)) (-2925 (|has| $ (-147)) (|has| |#1| (-940)))) ELT)) (-3103 (((-793)) 37 T CONST)) (-3887 ((|#1| $) 167 (|has| |#1| (-559)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-1958 (($ $) 150 (|has| |#1| (-844)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1 |#1| |#1|)) 189 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 188 T ELT) (($ $) 136 (|has| |#1| (-239)) ELT) (($ $ (-793)) 134 (|has| |#1| (-239)) ELT) (($ $ (-1209)) 132 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 128 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 127 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 126 (|has| |#1| (-930 (-1209))) ELT)) (-2537 (((-114) $ $) 146 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 148 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 147 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 149 (|has| |#1| (-872)) ELT)) (-2594 (($ $ $) 80 T ELT) (($ |#1| |#1|) 175 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT) (($ |#1| $) 203 T ELT) (($ $ |#1|) 202 T ELT)))
+(((-1023 |#1|) (-142) (-571)) (T -1023))
+((-2594 (*1 *1 *2 *2) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))) (-3125 (*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))) (-1902 (*1 *1 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))) (-3200 (*1 *1 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))) (-1573 (*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)) (-4 *2 (-319)))) (-2568 (*1 *1 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)) (-4 *2 (-319)))) (-2150 (*1 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-559)) (-4 *2 (-571)))) (-3887 (*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)) (-4 *2 (-559)))) (-1770 (*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)) (-4 *2 (-559)))))
+(-13 (-376) (-38 |t#1|) (-1070 |t#1|) (-351 |t#1|) (-234 |t#1|) (-390 |t#1|) (-910 |t#1|) (-414 |t#1|) (-10 -8 (-15 -2594 ($ |t#1| |t#1|)) (-15 -3125 (|t#1| $)) (-15 -3138 (|t#1| $)) (-15 -1902 ($ $)) (-15 -3200 ($ $)) (IF (|has| |t#1| (-1184)) (-6 (-1184)) |%noBranch|) (IF (|has| |t#1| (-1070 (-560))) (PROGN (-6 (-1070 (-560))) (-6 (-1070 (-421 (-560))))) |%noBranch|) (IF (|has| |t#1| (-872)) (-6 (-872)) |%noBranch|) (IF (|has| |t#1| (-844)) (-6 (-844)) |%noBranch|) (IF (|has| |t#1| (-1052)) (-6 (-1052)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-1070 (-1209))) (-6 (-1070 (-1209))) |%noBranch|) (IF (|has| |t#1| (-319)) (PROGN (-15 -1573 (|t#1| $)) (-15 -2568 ($ $))) |%noBranch|) (IF (|has| |t#1| (-559)) (PROGN (-15 -2150 ($)) (-15 -3887 (|t#1| $)) (-15 -1770 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-940)) (-6 (-940)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 #1=(-1209)) |has| |#1| (-1070 (-1209))) ((-635 |#1|) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-633 (-229)) |has| |#1| (-1052)) ((-633 (-391)) |has| |#1| (-1052)) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-633 (-916 (-391))) |has| |#1| (-633 (-916 (-391)))) ((-633 (-916 (-560))) |has| |#1| (-633 (-916 (-560)))) ((-236 $) -2309 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-234 |#1|) . T) ((-240) |has| |#1| (-240)) ((-239) -2309 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-250) . T) ((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-302) . T) ((-319) . T) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-376) . T) ((-351 |#1|) . T) ((-390 |#1|) . T) ((-414 |#1|) . T) ((-466) . T) ((-528 (-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 #2=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-660 #2#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) . T) ((-739 |#1|) . T) ((-739 $) . T) ((-748) . T) ((-814) |has| |#1| (-844)) ((-816) |has| |#1| (-844)) ((-818) |has| |#1| (-844)) ((-821) |has| |#1| (-844)) ((-844) |has| |#1| (-844)) ((-871) |has| |#1| (-844)) ((-872) -2309 (|has| |#1| (-872)) (|has| |#1| (-844))) ((-875) -2309 (|has| |#1| (-872)) (|has| |#1| (-844))) ((-922 $ #3=(-1209)) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-928 (-1209)) |has| |#1| (-928 (-1209))) ((-930 #3#) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-912 (-391)) |has| |#1| (-912 (-391))) ((-912 (-560)) |has| |#1| (-912 (-560))) ((-910 |#1|) . T) ((-940) |has| |#1| (-940)) ((-951) . T) ((-1052) |has| |#1| (-1052)) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-560))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 #1#) |has| |#1| (-1070 (-1209))) ((-1070 |#1|) . T) ((-1083 #0#) . T) ((-1083 |#1|) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 |#1|) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) |has| |#1| (-1184)) ((-1249) . T) ((-1254) . T))
+((-1793 ((|#4| (-1 |#2| |#1|) |#3|) 14 T ELT)))
+(((-1024 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#4| (-1 |#2| |#1|) |#3|))) (-571) (-571) (-1023 |#1|) (-1023 |#2|)) (T -1024))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-571)) (-4 *6 (-571)) (-4 *2 (-1023 *6)) (-5 *1 (-1024 *5 *6 *4 *2)) (-4 *4 (-1023 *5)))))
+(-10 -7 (-15 -1793 (|#4| (-1 |#2| |#1|) |#3|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1547 (($ (-1174 |#1| |#2|)) 11 T ELT)) (-4335 (((-1174 |#1| |#2|) $) 12 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3034 ((|#2| $ (-246 |#1| |#2|)) 16 T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT)))
+(((-1025 |#1| |#2|) (-13 (-21) (-298 (-246 |#1| |#2|) |#2|) (-10 -8 (-15 -1547 ($ (-1174 |#1| |#2|))) (-15 -4335 ((-1174 |#1| |#2|) $)))) (-949) (-376)) (T -1025))
+((-1547 (*1 *1 *2) (-12 (-5 *2 (-1174 *3 *4)) (-14 *3 (-949)) (-4 *4 (-376)) (-5 *1 (-1025 *3 *4)))) (-4335 (*1 *2 *1) (-12 (-5 *2 (-1174 *3 *4)) (-5 *1 (-1025 *3 *4)) (-14 *3 (-949)) (-4 *4 (-376)))))
+(-13 (-21) (-298 (-246 |#1| |#2|) |#2|) (-10 -8 (-15 -1547 ($ (-1174 |#1| |#2|))) (-15 -4335 ((-1174 |#1| |#2|) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3495 (((-1167) $) 9 T ELT)) (-3834 (((-888) $) 15 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1026) (-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $))))) (T -1026))
+((-3495 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1026)))))
+(-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $))))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4489 (($) 7 T CONST)) (-1932 (($ $) 53 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-3970 (((-793) $) 52 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3279 ((|#1| $) 51 T ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2797 ((|#1| |#1| $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-1702 ((|#1| $) 54 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3815 ((|#1| $) 50 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1027 |#1|) (-142) (-1249)) (T -1027))
+((-2797 (*1 *2 *2 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))) (-1702 (*1 *2 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))) (-1932 (*1 *1 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))) (-3970 (*1 *2 *1) (-12 (-4 *1 (-1027 *3)) (-4 *3 (-1249)) (-5 *2 (-793)))) (-3279 (*1 *2 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))) (-3815 (*1 *2 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4510) (-15 -2797 (|t#1| |t#1| $)) (-15 -1702 (|t#1| $)) (-15 -1932 ($ $)) (-15 -3970 ((-793) $)) (-15 -3279 (|t#1| $)) (-15 -3815 (|t#1| $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2577 ((|#1| $) 12 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) NIL (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) NIL (|has| |#1| (-559)) ELT)) (-3469 (($ |#1| |#1| |#1| |#1|) 16 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2480 ((|#1| $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3930 ((|#1| $) 15 T ELT)) (-1528 ((|#1| $) 14 T ELT)) (-3523 ((|#1| $) 13 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) NIL (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) NIL (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-3034 (($ $ |#1|) NIL (|has| |#1| (-298 |#1| |#1|)) ELT)) (-2703 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3933 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-376)) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-1958 ((|#1| $) NIL (|has| |#1| (-1092)) ELT)) (-2971 (($) 8 T CONST)) (-2983 (($) 10 T CONST)) (-3095 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 20 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-376)) ELT)))
+(((-1028 |#1|) (-1030 |#1|) (-175)) (T -1028))
+NIL
+(-1030 |#1|)
+((-3136 (((-114) $) 43 T ELT)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#2| "failed") $) 46 T ELT)) (-4072 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#2| $) 44 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 78 T ELT)) (-2639 (((-114) $) 72 T ELT)) (-2799 (((-421 (-560)) $) 76 T ELT)) (-3363 (((-114) $) 42 T ELT)) (-2480 ((|#2| $) 22 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 19 T ELT)) (-4260 (($ $) 58 T ELT)) (-2703 (($ $ (-1 |#2| |#2|)) 35 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1830 (((-549) $) 67 T ELT)) (-3933 (($ $) 17 T ELT)) (-3834 (((-888) $) 53 T ELT) (($ (-560)) 39 T ELT) (($ |#2|) 37 T ELT) (($ (-421 (-560))) NIL T ELT)) (-3103 (((-793)) 10 T ELT)) (-1958 ((|#2| $) 71 T ELT)) (-2478 (((-114) $ $) 26 T ELT)) (-2499 (((-114) $ $) 69 T ELT)) (-2581 (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (-2571 (($ $ $) 27 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 34 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 31 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT)))
+(((-1029 |#1| |#2|) (-10 -8 (-15 -3834 (|#1| (-421 (-560)))) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2499 ((-114) |#1| |#1|)) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 * (|#1| |#1| (-421 (-560)))) (-15 -4260 (|#1| |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -1958 (|#2| |#1|)) (-15 -2480 (|#2| |#1|)) (-15 -3933 (|#1| |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 -3363 ((-114) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 -3136 ((-114) |#1|)) (-15 * (|#1| (-949) |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -2478 ((-114) |#1| |#1|))) (-1030 |#2|) (-175)) (T -1029))
+((-3103 (*1 *2) (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-1029 *3 *4)) (-4 *3 (-1030 *4)))))
+(-10 -8 (-15 -3834 (|#1| (-421 (-560)))) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2499 ((-114) |#1| |#1|)) (-15 * (|#1| (-421 (-560)) |#1|)) (-15 * (|#1| |#1| (-421 (-560)))) (-15 -4260 (|#1| |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -1958 (|#2| |#1|)) (-15 -2480 (|#2| |#1|)) (-15 -3933 (|#1| |#1|)) (-15 -1793 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 -3363 ((-114) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 * (|#1| (-793) |#1|)) (-15 -3136 ((-114) |#1|)) (-15 * (|#1| (-949) |#1|)) (-15 -2571 (|#1| |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -2478 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 (-560) "failed") $) 140 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 138 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) 135 T ELT)) (-4072 (((-560) $) 139 (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) 137 (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) 136 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 120 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 119 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 118 T ELT) (((-711 |#1|) (-711 $)) 117 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2577 ((|#1| $) 108 T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) 104 (|has| |#1| (-559)) ELT)) (-2639 (((-114) $) 106 (|has| |#1| (-559)) ELT)) (-2799 (((-421 (-560)) $) 105 (|has| |#1| (-559)) ELT)) (-3469 (($ |#1| |#1| |#1| |#1|) 109 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2480 ((|#1| $) 110 T ELT)) (-1622 (($ $ $) 92 (|has| |#1| (-872)) ELT)) (-3934 (($ $ $) 93 (|has| |#1| (-872)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 123 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 122 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 121 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 116 T ELT) (((-711 |#1|) (-1299 $)) 115 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 101 (|has| |#1| (-376)) ELT)) (-3930 ((|#1| $) 111 T ELT)) (-1528 ((|#1| $) 112 T ELT)) (-3523 ((|#1| $) 113 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) 129 (|has| |#1| (-321 |#1|)) ELT) (($ $ |#1| |#1|) 128 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-305 |#1|)) 127 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-305 |#1|))) 126 (|has| |#1| (-321 |#1|)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) 125 (|has| |#1| (-528 (-1209) |#1|)) ELT) (($ $ (-1209) |#1|) 124 (|has| |#1| (-528 (-1209) |#1|)) ELT)) (-3034 (($ $ |#1|) 130 (|has| |#1| (-298 |#1| |#1|)) ELT)) (-2703 (($ $ (-1 |#1| |#1|)) 134 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 133 T ELT) (($ $) 91 (|has| |#1| (-239)) ELT) (($ $ (-793)) 89 (|has| |#1| (-239)) ELT) (($ $ (-1209)) 87 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 85 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 84 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 83 (|has| |#1| (-930 (-1209))) ELT)) (-1830 (((-549) $) 102 (|has| |#1| (-633 (-549))) ELT)) (-3933 (($ $) 114 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 49 T ELT) (($ (-421 (-560))) 79 (-2309 (|has| |#1| (-376)) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1633 (((-713 $) $) 103 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-1958 ((|#1| $) 107 (|has| |#1| (-1092)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1 |#1| |#1|)) 132 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 131 T ELT) (($ $) 90 (|has| |#1| (-239)) ELT) (($ $ (-793)) 88 (|has| |#1| (-239)) ELT) (($ $ (-1209)) 86 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 82 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 81 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 80 (|has| |#1| (-930 (-1209))) ELT)) (-2537 (((-114) $ $) 94 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 96 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 95 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 97 (|has| |#1| (-872)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 100 (|has| |#1| (-376)) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 51 T ELT) (($ |#1| $) 50 T ELT) (($ $ (-421 (-560))) 99 (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) 98 (|has| |#1| (-376)) ELT)))
+(((-1030 |#1|) (-142) (-175)) (T -1030))
+((-3933 (*1 *1 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))) (-3523 (*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))) (-1528 (*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))) (-3930 (*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))) (-2480 (*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))) (-3469 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))) (-2577 (*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))) (-1958 (*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)) (-4 *2 (-1092)))) (-2639 (*1 *2 *1) (-12 (-4 *1 (-1030 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114)))) (-2799 (*1 *2 *1) (-12 (-4 *1 (-1030 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))) (-4356 (*1 *2 *1) (|partial| -12 (-4 *1 (-1030 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-421 (-560))))))
+(-13 (-38 |t#1|) (-426 |t#1|) (-234 |t#1|) (-351 |t#1|) (-390 |t#1|) (-10 -8 (-15 -3933 ($ $)) (-15 -3523 (|t#1| $)) (-15 -1528 (|t#1| $)) (-15 -3930 (|t#1| $)) (-15 -2480 (|t#1| $)) (-15 -3469 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -2577 (|t#1| $)) (IF (|has| |t#1| (-302)) (-6 (-302)) |%noBranch|) (IF (|has| |t#1| (-872)) (-6 (-872)) |%noBranch|) (IF (|has| |t#1| (-376)) (-6 (-250)) |%noBranch|) (IF (|has| |t#1| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-1092)) (-15 -1958 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-559)) (PROGN (-15 -2639 ((-114) $)) (-15 -2799 ((-421 (-560)) $)) (-15 -4356 ((-3 (-421 (-560)) "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-376)) ((-38 |#1|) . T) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-376)) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-376)) (|has| |#1| (-302))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-376))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-236 $) -2309 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-234 |#1|) . T) ((-240) |has| |#1| (-240)) ((-239) -2309 (|has| |#1| (-239)) (|has| |#1| (-240))) ((-274 |#1|) . T) ((-250) |has| |#1| (-376)) ((-298 |#1| $) |has| |#1| (-298 |#1| |#1|)) ((-302) -2309 (|has| |#1| (-376)) (|has| |#1| (-302))) ((-321 |#1|) |has| |#1| (-321 |#1|)) ((-351 |#1|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-528 (-1209) |#1|) |has| |#1| (-528 (-1209) |#1|)) ((-528 |#1| |#1|) |has| |#1| (-321 |#1|)) ((-668 #0#) |has| |#1| (-376)) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-376)) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-376)) ((-662 |#1|) . T) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) |has| |#1| (-376)) ((-739 |#1|) . T) ((-748) . T) ((-872) |has| |#1| (-872)) ((-875) |has| |#1| (-872)) ((-922 $ #2=(-1209)) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-928 (-1209)) |has| |#1| (-928 (-1209))) ((-930 #2#) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1083 #0#) |has| |#1| (-376)) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-376)) (|has| |#1| (-302))) ((-1088 #0#) |has| |#1| (-376)) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-376)) (|has| |#1| (-302))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-1793 ((|#3| (-1 |#4| |#2|) |#1|) 16 T ELT)))
+(((-1031 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#3| (-1 |#4| |#2|) |#1|))) (-1030 |#2|) (-175) (-1030 |#4|) (-175)) (T -1031))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175)) (-4 *2 (-1030 *6)) (-5 *1 (-1031 *4 *5 *2 *6)) (-4 *4 (-1030 *5)))))
+(-10 -7 (-15 -1793 (|#3| (-1 |#4| |#2|) |#1|)))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1932 (($ $) 23 T ELT)) (-3029 (($ (-663 |#1|)) 33 T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3970 (((-793) $) 26 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 28 T ELT)) (-3549 (($ |#1| $) 17 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3279 ((|#1| $) 27 T ELT)) (-3194 ((|#1| $) 22 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2797 ((|#1| |#1| $) 16 T ELT)) (-4150 (((-114) $) 18 T ELT)) (-3614 (($) NIL T ELT)) (-1702 ((|#1| $) 21 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) NIL T ELT)) (-3815 ((|#1| $) 30 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1032 |#1|) (-13 (-1027 |#1|) (-10 -8 (-15 -3029 ($ (-663 |#1|))))) (-1133)) (T -1032))
+((-3029 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-1032 *3)))))
+(-13 (-1027 |#1|) (-10 -8 (-15 -3029 ($ (-663 |#1|)))))
+((-2563 (($ $) 12 T ELT)) (-1526 (($ $ (-560)) 13 T ELT)))
+(((-1033 |#1|) (-10 -8 (-15 -2563 (|#1| |#1|)) (-15 -1526 (|#1| |#1| (-560)))) (-1034)) (T -1033))
+NIL
+(-10 -8 (-15 -2563 (|#1| |#1|)) (-15 -1526 (|#1| |#1| (-560))))
+((-2563 (($ $) 6 T ELT)) (-1526 (($ $ (-560)) 7 T ELT)) (** (($ $ (-421 (-560))) 8 T ELT)))
+(((-1034) (-142)) (T -1034))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-1034)) (-5 *2 (-421 (-560))))) (-1526 (*1 *1 *1 *2) (-12 (-4 *1 (-1034)) (-5 *2 (-560)))) (-2563 (*1 *1 *1) (-4 *1 (-1034))))
+(-13 (-10 -8 (-15 -2563 ($ $)) (-15 -1526 ($ $ (-560))) (-15 ** ($ $ (-421 (-560))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3071 (((-2 (|:| |num| (-1299 |#2|)) (|:| |den| |#2|)) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3575 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3442 (((-114) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3543 (((-711 (-421 |#2|)) (-1299 $)) NIL T ELT) (((-711 (-421 |#2|))) NIL T ELT)) (-2412 (((-421 |#2|) $) NIL T ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3255 (((-114) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2233 (((-793)) NIL (|has| (-421 |#2|) (-381)) ELT)) (-1799 (((-114)) NIL T ELT)) (-3294 (((-114) |#1|) 162 T ELT) (((-114) |#2|) 166 T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| (-421 |#2|) (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-421 |#2|) (-1070 (-421 (-560)))) ELT) (((-3 (-421 |#2|) "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| (-421 |#2|) (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| (-421 |#2|) (-1070 (-421 (-560)))) ELT) (((-421 |#2|) $) NIL T ELT)) (-4402 (($ (-1299 (-421 |#2|)) (-1299 $)) NIL T ELT) (($ (-1299 (-421 |#2|))) 79 T ELT) (($ (-1299 |#2|) |#2|) NIL T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3752 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2385 (((-711 (-421 |#2|)) $ (-1299 $)) NIL T ELT) (((-711 (-421 |#2|)) $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-421 |#2|))) (|:| |vec| (-1299 (-421 |#2|)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-421 |#2|)) (-711 $)) NIL T ELT)) (-4303 (((-1299 $) (-1299 $)) NIL T ELT)) (-1995 (($ |#3|) 73 T ELT) (((-3 $ "failed") (-421 |#3|)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2357 (((-663 (-663 |#1|))) NIL (|has| |#1| (-381)) ELT)) (-1620 (((-114) |#1| |#1|) NIL T ELT)) (-1486 (((-949)) NIL T ELT)) (-2150 (($) NIL (|has| (-421 |#2|) (-381)) ELT)) (-4201 (((-114)) NIL T ELT)) (-4484 (((-114) |#1|) 61 T ELT) (((-114) |#2|) 164 T ELT)) (-3763 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4332 (($ $) NIL T ELT)) (-3396 (($) NIL (|has| (-421 |#2|) (-363)) ELT)) (-4418 (((-114) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1789 (($ $ (-793)) NIL (|has| (-421 |#2|) (-363)) ELT) (($ $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2072 (((-114) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2918 (((-949) $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-856 (-949)) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-3822 (((-793)) NIL T ELT)) (-2524 (((-1299 $) (-1299 $)) NIL T ELT)) (-2480 (((-421 |#2|) $) NIL T ELT)) (-3690 (((-663 (-976 |#1|)) (-1209)) NIL (|has| |#1| (-376)) ELT)) (-3851 (((-713 $) $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4118 ((|#3| $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3862 (((-949) $) NIL (|has| (-421 |#2|) (-381)) ELT)) (-1984 ((|#3| $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-421 |#2|) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-421 |#2|))) (|:| |vec| (-1299 (-421 |#2|)))) (-1299 $) $) NIL T ELT) (((-711 (-421 |#2|)) (-1299 $)) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1854 (((-711 (-421 |#2|))) 57 T ELT)) (-3737 (((-711 (-421 |#2|))) 56 T ELT)) (-4260 (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1692 (($ (-1299 |#2|) |#2|) 80 T ELT)) (-2190 (((-711 (-421 |#2|))) 55 T ELT)) (-3219 (((-711 (-421 |#2|))) 54 T ELT)) (-2227 (((-2 (|:| |num| (-711 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 95 T ELT)) (-1947 (((-2 (|:| |num| (-1299 |#2|)) (|:| |den| |#2|)) $) 86 T ELT)) (-3012 (((-1299 $)) 51 T ELT)) (-4426 (((-1299 $)) 50 T ELT)) (-3838 (((-114) $) NIL T ELT)) (-3770 (((-114) $) NIL T ELT) (((-114) $ |#1|) NIL T ELT) (((-114) $ |#2|) NIL T ELT)) (-2689 (($) NIL (|has| (-421 |#2|) (-363)) CONST)) (-2081 (($ (-949)) NIL (|has| (-421 |#2|) (-381)) ELT)) (-2191 (((-3 |#2| "failed")) 70 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1527 (((-793)) NIL T ELT)) (-3505 (($) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2549 (((-419 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-421 |#2|) (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3760 (((-793) $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3034 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1729 (((-3 |#2| "failed")) 68 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2810 (((-421 |#2|) (-1299 $)) NIL T ELT) (((-421 |#2|)) 47 T ELT)) (-2104 (((-793) $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-3 (-793) "failed") $ $) NIL (|has| (-421 |#2|) (-363)) ELT)) (-2703 (($ $ (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) NIL (-2309 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-3782 (((-711 (-421 |#2|)) (-1299 $) (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2771 ((|#3|) 58 T ELT)) (-2011 (($) NIL (|has| (-421 |#2|) (-363)) ELT)) (-3084 (((-1299 (-421 |#2|)) $ (-1299 $)) NIL T ELT) (((-711 (-421 |#2|)) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 (-421 |#2|)) $) 81 T ELT) (((-711 (-421 |#2|)) (-1299 $)) NIL T ELT)) (-1830 (((-1299 (-421 |#2|)) $) NIL T ELT) (($ (-1299 (-421 |#2|))) NIL T ELT) ((|#3| $) NIL T ELT) (($ |#3|) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| (-421 |#2|) (-363)) ELT)) (-1370 (((-1299 $) (-1299 $)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 |#2|)) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| (-421 |#2|) (-1070 (-421 (-560)))) (|has| (-421 |#2|) (-376))) ELT) (($ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-1633 (($ $) NIL (|has| (-421 |#2|) (-363)) ELT) (((-713 $) $) NIL (|has| (-421 |#2|) (-147)) ELT)) (-4286 ((|#3| $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-2793 (((-114)) 65 T ELT)) (-2696 (((-114) |#1|) 167 T ELT) (((-114) |#2|) 168 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-3866 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL T ELT)) (-3088 (((-114)) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-1 (-421 |#2|) (-421 |#2|))) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-1 (-421 |#2|) (-421 |#2|)) (-793)) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-928 (-1209)))) (-12 (|has| (-421 |#2|) (-376)) (|has| (-421 |#2|) (-930 (-1209))))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT) (($ $) NIL (-2309 (-12 (|has| (-421 |#2|) (-240)) (|has| (-421 |#2|) (-376))) (-12 (|has| (-421 |#2|) (-239)) (|has| (-421 |#2|) (-376))) (|has| (-421 |#2|) (-363))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ $) NIL (|has| (-421 |#2|) (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| (-421 |#2|) (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 |#2|)) NIL T ELT) (($ (-421 |#2|) $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| (-421 |#2|) (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| (-421 |#2|) (-376)) ELT)))
+(((-1035 |#1| |#2| |#3| |#4| |#5|) (-355 |#1| |#2| |#3|) (-1254) (-1275 |#1|) (-1275 (-421 |#2|)) (-421 |#2|) (-793)) (T -1035))
NIL
(-355 |#1| |#2| |#3|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4094 (((-663 (-560)) $) 73 T ELT)) (-4068 (($ (-663 (-560))) 81 T ELT)) (-3431 (((-560) $) 48 (|has| (-560) (-319)) ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL (|has| (-560) (-842)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) 60 T ELT) (((-3 (-1208) "failed") $) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-3 (-421 (-560)) "failed") $) 57 (|has| (-560) (-1069 (-560))) ELT) (((-3 (-560) "failed") $) 60 (|has| (-560) (-1069 (-560))) ELT)) (-3056 (((-560) $) NIL T ELT) (((-1208) $) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-421 (-560)) $) NIL (|has| (-560) (-1069 (-560))) ELT) (((-560) $) NIL (|has| (-560) (-1069 (-560))) ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3362 (($) NIL (|has| (-560) (-559)) ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-2141 (((-663 (-560)) $) 79 T ELT)) (-1957 (((-114) $) NIL (|has| (-560) (-842)) ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (|has| (-560) (-911 (-560))) ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (|has| (-560) (-911 (-391))) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL T ELT)) (-4420 (((-560) $) 45 T ELT)) (-2024 (((-713 $) $) NIL (|has| (-560) (-1183)) ELT)) (-2699 (((-114) $) NIL (|has| (-560) (-842)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-560) (-871)) ELT)) (-2067 (($ (-1 (-560) (-560)) $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL T ELT)) (-2814 (($) NIL (|has| (-560) (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1956 (($ $) NIL (|has| (-560) (-319)) ELT) (((-421 (-560)) $) 50 T ELT)) (-1705 (((-1186 (-560)) $) 78 T ELT)) (-3611 (($ (-663 (-560)) (-663 (-560))) 82 T ELT)) (-1654 (((-560) $) 64 (|has| (-560) (-559)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| (-560) (-939)) ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-2799 (($ $ (-663 (-560)) (-663 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-560) (-560)) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-305 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-305 (-560)))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-1208)) (-663 (-560))) NIL (|has| (-560) (-528 (-1208) (-560))) ELT) (($ $ (-1208) (-560)) NIL (|has| (-560) (-528 (-1208) (-560))) ELT)) (-3320 (((-793) $) NIL T ELT)) (-1495 (($ $ (-560)) NIL (|has| (-560) (-298 (-560) (-560))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $) 15 (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-1553 (($ $) NIL T ELT)) (-4429 (((-560) $) 47 T ELT)) (-4054 (((-663 (-560)) $) 80 T ELT)) (-4417 (((-915 (-560)) $) NIL (|has| (-560) (-633 (-915 (-560)))) ELT) (((-915 (-391)) $) NIL (|has| (-560) (-633 (-915 (-391)))) ELT) (((-549) $) NIL (|has| (-560) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-560) (-1051)) ELT) (((-229) $) NIL (|has| (-560) (-1051)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-560) (-939))) ELT)) (-2539 (((-887) $) 107 T ELT) (($ (-560)) 51 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 27 T ELT) (($ (-560)) 51 T ELT) (($ (-1208)) NIL (|has| (-560) (-1069 (-1208))) ELT) (((-421 (-560)) $) 25 T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-560) (-939))) (|has| (-560) (-147))) ELT)) (-3418 (((-793)) 13 T CONST)) (-4473 (((-560) $) 62 (|has| (-560) (-559)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2407 (($ $) NIL (|has| (-560) (-842)) ELT)) (-1427 (($) 14 T CONST)) (-1439 (($) 17 T CONST)) (-4324 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| (-560) (-929 (-1208))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-2383 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2329 (((-114) $ $) 21 T ELT)) (-2372 (((-114) $ $) NIL (|has| (-560) (-871)) ELT)) (-2349 (((-114) $ $) 40 (|has| (-560) (-871)) ELT)) (-2436 (($ $ $) 36 T ELT) (($ (-560) (-560)) 38 T ELT)) (-2426 (($ $) 23 T ELT) (($ $ $) 30 T ELT)) (-2413 (($ $ $) 28 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 32 T ELT) (($ $ $) 34 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-560) $) 32 T ELT) (($ $ (-560)) NIL T ELT)))
-(((-1035 |#1|) (-13 (-1022 (-560)) (-632 (-421 (-560))) (-10 -8 (-15 -1956 ((-421 (-560)) $)) (-15 -4094 ((-663 (-560)) $)) (-15 -1705 ((-1186 (-560)) $)) (-15 -2141 ((-663 (-560)) $)) (-15 -4054 ((-663 (-560)) $)) (-15 -4068 ($ (-663 (-560)))) (-15 -3611 ($ (-663 (-560)) (-663 (-560)))))) (-560)) (T -1035))
-((-1956 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))) (-4094 (*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))) (-1705 (*1 *2 *1) (-12 (-5 *2 (-1186 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))) (-2141 (*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))) (-4054 (*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))) (-4068 (*1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))) (-3611 (*1 *1 *2 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))))
-(-13 (-1022 (-560)) (-632 (-421 (-560))) (-10 -8 (-15 -1956 ((-421 (-560)) $)) (-15 -4094 ((-663 (-560)) $)) (-15 -1705 ((-1186 (-560)) $)) (-15 -2141 ((-663 (-560)) $)) (-15 -4054 ((-663 (-560)) $)) (-15 -4068 ($ (-663 (-560)))) (-15 -3611 ($ (-663 (-560)) (-663 (-560))))))
-((-3298 (((-51) (-421 (-560)) (-560)) 9 T ELT)))
-(((-1036) (-10 -7 (-15 -3298 ((-51) (-421 (-560)) (-560))))) (T -1036))
-((-3298 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-560))) (-5 *4 (-560)) (-5 *2 (-51)) (-5 *1 (-1036)))))
-(-10 -7 (-15 -3298 ((-51) (-421 (-560)) (-560))))
-((-1450 (((-560)) 23 T ELT)) (-2786 (((-560)) 28 T ELT)) (-3133 (((-1304) (-560)) 26 T ELT)) (-1865 (((-560) (-560)) 29 T ELT) (((-560)) 22 T ELT)))
-(((-1037) (-10 -7 (-15 -1865 ((-560))) (-15 -1450 ((-560))) (-15 -1865 ((-560) (-560))) (-15 -3133 ((-1304) (-560))) (-15 -2786 ((-560))))) (T -1037))
-((-2786 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1037)))) (-3133 (*1 *2 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-1037)))) (-1865 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1037)))) (-1450 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1037)))) (-1865 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1037)))))
-(-10 -7 (-15 -1865 ((-560))) (-15 -1450 ((-560))) (-15 -1865 ((-560) (-560))) (-15 -3133 ((-1304) (-560))) (-15 -2786 ((-560))))
-((-3559 (((-419 |#1|) |#1|) 43 T ELT)) (-3388 (((-419 |#1|) |#1|) 41 T ELT)))
-(((-1038 |#1|) (-10 -7 (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3559 ((-419 |#1|) |#1|))) (-1274 (-421 (-560)))) (T -1038))
-((-3559 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1038 *3)) (-4 *3 (-1274 (-421 (-560)))))) (-3388 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1038 *3)) (-4 *3 (-1274 (-421 (-560)))))))
-(-10 -7 (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3559 ((-419 |#1|) |#1|)))
-((-4330 (((-3 (-421 (-560)) "failed") |#1|) 15 T ELT)) (-2221 (((-114) |#1|) 14 T ELT)) (-2530 (((-421 (-560)) |#1|) 10 T ELT)))
-(((-1039 |#1|) (-10 -7 (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|))) (-1069 (-421 (-560)))) (T -1039))
-((-4330 (*1 *2 *3) (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-1039 *3)) (-4 *3 (-1069 *2)))) (-2221 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-1039 *3)) (-4 *3 (-1069 (-421 (-560)))))) (-2530 (*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1039 *3)) (-4 *3 (-1069 *2)))))
-(-10 -7 (-15 -2530 ((-421 (-560)) |#1|)) (-15 -2221 ((-114) |#1|)) (-15 -4330 ((-3 (-421 (-560)) "failed") |#1|)))
-((-2696 ((|#2| $ "value" |#2|) 12 T ELT)) (-1495 ((|#2| $ "value") 10 T ELT)) (-3066 (((-114) $ $) 18 T ELT)))
-(((-1040 |#1| |#2|) (-10 -8 (-15 -2696 (|#2| |#1| "value" |#2|)) (-15 -3066 ((-114) |#1| |#1|)) (-15 -1495 (|#2| |#1| "value"))) (-1041 |#2|) (-1248)) (T -1040))
-NIL
-(-10 -8 (-15 -2696 (|#2| |#1| "value" |#2|)) (-15 -3066 ((-114) |#1| |#1|)) (-15 -1495 (|#2| |#1| "value")))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 55 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 ((|#1| $ |#1|) 46 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 48 (|has| $ (-6 -4510)) ELT)) (-3366 (($) 7 T CONST)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 57 T ELT)) (-2602 (((-114) $ $) 49 (|has| |#1| (-1132)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1940 (((-663 |#1|) $) 52 T ELT)) (-2833 (((-114) $) 56 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ "value") 54 T ELT)) (-1403 (((-560) $ $) 51 T ELT)) (-4235 (((-114) $) 53 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 58 T ELT)) (-3066 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1041 |#1|) (-142) (-1248)) (T -1041))
-((-2900 (*1 *2 *1) (-12 (-4 *3 (-1248)) (-5 *2 (-663 *1)) (-4 *1 (-1041 *3)))) (-2641 (*1 *2 *1) (-12 (-4 *3 (-1248)) (-5 *2 (-663 *1)) (-4 *1 (-1041 *3)))) (-2833 (*1 *2 *1) (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))) (-3929 (*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-1248)))) (-1495 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-1041 *2)) (-4 *2 (-1248)))) (-4235 (*1 *2 *1) (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))) (-1940 (*1 *2 *1) (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-5 *2 (-663 *3)))) (-1403 (*1 *2 *1 *1) (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-5 *2 (-560)))) (-3066 (*1 *2 *1 *1) (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-4 *3 (-1132)) (-5 *2 (-114)))) (-2602 (*1 *2 *1 *1) (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-4 *3 (-1132)) (-5 *2 (-114)))) (-1337 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *1)) (|has| *1 (-6 -4510)) (-4 *1 (-1041 *3)) (-4 *3 (-1248)))) (-2696 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4510)) (-4 *1 (-1041 *2)) (-4 *2 (-1248)))) (-4411 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1041 *2)) (-4 *2 (-1248)))))
-(-13 (-503 |t#1|) (-10 -8 (-15 -2900 ((-663 $) $)) (-15 -2641 ((-663 $) $)) (-15 -2833 ((-114) $)) (-15 -3929 (|t#1| $)) (-15 -1495 (|t#1| $ "value")) (-15 -4235 ((-114) $)) (-15 -1940 ((-663 |t#1|) $)) (-15 -1403 ((-560) $ $)) (IF (|has| |t#1| (-1132)) (PROGN (-15 -3066 ((-114) $ $)) (-15 -2602 ((-114) $ $))) |%noBranch|) (IF (|has| $ (-6 -4510)) (PROGN (-15 -1337 ($ $ (-663 $))) (-15 -2696 (|t#1| $ "value" |t#1|)) (-15 -4411 (|t#1| $ |t#1|))) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-3401 (($ $) 9 T ELT) (($ $ (-948)) 49 T ELT) (($ (-421 (-560))) 13 T ELT) (($ (-560)) 15 T ELT)) (-4361 (((-3 $ "failed") (-1202 $) (-948) (-887)) 24 T ELT) (((-3 $ "failed") (-1202 $) (-948)) 32 T ELT)) (-2663 (($ $ (-560)) 58 T ELT)) (-3418 (((-793)) 18 T ELT)) (-4430 (((-663 $) (-1202 $)) NIL T ELT) (((-663 $) (-1202 (-421 (-560)))) 63 T ELT) (((-663 $) (-1202 (-560))) 68 T ELT) (((-663 $) (-975 $)) 72 T ELT) (((-663 $) (-975 (-421 (-560)))) 76 T ELT) (((-663 $) (-975 (-560))) 80 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ $ (-421 (-560))) 53 T ELT)))
-(((-1042 |#1|) (-10 -8 (-15 -3401 (|#1| (-560))) (-15 -3401 (|#1| (-421 (-560)))) (-15 -3401 (|#1| |#1| (-948))) (-15 -4430 ((-663 |#1|) (-975 (-560)))) (-15 -4430 ((-663 |#1|) (-975 (-421 (-560))))) (-15 -4430 ((-663 |#1|) (-975 |#1|))) (-15 -4430 ((-663 |#1|) (-1202 (-560)))) (-15 -4430 ((-663 |#1|) (-1202 (-421 (-560))))) (-15 -4430 ((-663 |#1|) (-1202 |#1|))) (-15 -4361 ((-3 |#1| "failed") (-1202 |#1|) (-948))) (-15 -4361 ((-3 |#1| "failed") (-1202 |#1|) (-948) (-887))) (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -2663 (|#1| |#1| (-560))) (-15 -3401 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -3418 ((-793))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-948)))) (-1043)) (T -1042))
-((-3418 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1042 *3)) (-4 *3 (-1043)))))
-(-10 -8 (-15 -3401 (|#1| (-560))) (-15 -3401 (|#1| (-421 (-560)))) (-15 -3401 (|#1| |#1| (-948))) (-15 -4430 ((-663 |#1|) (-975 (-560)))) (-15 -4430 ((-663 |#1|) (-975 (-421 (-560))))) (-15 -4430 ((-663 |#1|) (-975 |#1|))) (-15 -4430 ((-663 |#1|) (-1202 (-560)))) (-15 -4430 ((-663 |#1|) (-1202 (-421 (-560))))) (-15 -4430 ((-663 |#1|) (-1202 |#1|))) (-15 -4361 ((-3 |#1| "failed") (-1202 |#1|) (-948))) (-15 -4361 ((-3 |#1| "failed") (-1202 |#1|) (-948) (-887))) (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -2663 (|#1| |#1| (-560))) (-15 -3401 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -3418 ((-793))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-948))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 108 T ELT)) (-4390 (($ $) 109 T ELT)) (-3873 (((-114) $) 111 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 128 T ELT)) (-2326 (((-419 $) $) 129 T ELT)) (-3401 (($ $) 92 T ELT) (($ $ (-948)) 78 T ELT) (($ (-421 (-560))) 77 T ELT) (($ (-560)) 76 T ELT)) (-3988 (((-114) $ $) 119 T ELT)) (-2551 (((-560) $) 145 T ELT)) (-3366 (($) 22 T CONST)) (-4361 (((-3 $ "failed") (-1202 $) (-948) (-887)) 86 T ELT) (((-3 $ "failed") (-1202 $) (-948)) 85 T ELT)) (-1442 (((-3 (-560) "failed") $) 105 (|has| (-421 (-560)) (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 103 (|has| (-421 (-560)) (-1069 (-421 (-560)))) ELT) (((-3 (-421 (-560)) "failed") $) 100 T ELT)) (-3056 (((-560) $) 104 (|has| (-421 (-560)) (-1069 (-560))) ELT) (((-421 (-560)) $) 102 (|has| (-421 (-560)) (-1069 (-421 (-560)))) ELT) (((-421 (-560)) $) 101 T ELT)) (-2828 (($ $ (-887)) 75 T ELT)) (-3466 (($ $ (-887)) 74 T ELT)) (-2242 (($ $ $) 123 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 122 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 117 T ELT)) (-1510 (((-114) $) 130 T ELT)) (-1957 (((-114) $) 143 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 91 T ELT)) (-2699 (((-114) $) 144 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 126 T ELT)) (-2006 (($ $ $) 137 T ELT)) (-2718 (($ $ $) 138 T ELT)) (-1720 (((-3 (-1202 $) "failed") $) 87 T ELT)) (-2441 (((-3 (-887) "failed") $) 89 T ELT)) (-1444 (((-3 (-1202 $) "failed") $) 88 T ELT)) (-2433 (($ (-663 $)) 115 T ELT) (($ $ $) 114 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 131 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 116 T ELT)) (-2470 (($ (-663 $)) 113 T ELT) (($ $ $) 112 T ELT)) (-3388 (((-419 $) $) 127 T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 125 T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 124 T ELT)) (-2283 (((-3 $ "failed") $ $) 107 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 118 T ELT)) (-3320 (((-793) $) 120 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 121 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 135 T ELT) (($ $) 106 T ELT) (($ (-421 (-560))) 99 T ELT) (($ (-560)) 98 T ELT) (($ (-421 (-560))) 95 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 110 T ELT)) (-2941 (((-421 (-560)) $ $) 73 T ELT)) (-4430 (((-663 $) (-1202 $)) 84 T ELT) (((-663 $) (-1202 (-421 (-560)))) 83 T ELT) (((-663 $) (-1202 (-560))) 82 T ELT) (((-663 $) (-975 $)) 81 T ELT) (((-663 $) (-975 (-421 (-560)))) 80 T ELT) (((-663 $) (-975 (-560))) 79 T ELT)) (-2407 (($ $) 146 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2383 (((-114) $ $) 139 T ELT)) (-2360 (((-114) $ $) 141 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 140 T ELT)) (-2349 (((-114) $ $) 142 T ELT)) (-2436 (($ $ $) 136 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 132 T ELT) (($ $ (-421 (-560))) 90 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ (-421 (-560)) $) 134 T ELT) (($ $ (-421 (-560))) 133 T ELT) (($ (-560) $) 97 T ELT) (($ $ (-560)) 96 T ELT) (($ (-421 (-560)) $) 94 T ELT) (($ $ (-421 (-560))) 93 T ELT)))
-(((-1043) (-142)) (T -1043))
-((-3401 (*1 *1 *1) (-4 *1 (-1043))) (-2441 (*1 *2 *1) (|partial| -12 (-4 *1 (-1043)) (-5 *2 (-887)))) (-1444 (*1 *2 *1) (|partial| -12 (-5 *2 (-1202 *1)) (-4 *1 (-1043)))) (-1720 (*1 *2 *1) (|partial| -12 (-5 *2 (-1202 *1)) (-4 *1 (-1043)))) (-4361 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1202 *1)) (-5 *3 (-948)) (-5 *4 (-887)) (-4 *1 (-1043)))) (-4361 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1202 *1)) (-5 *3 (-948)) (-4 *1 (-1043)))) (-4430 (*1 *2 *3) (-12 (-5 *3 (-1202 *1)) (-4 *1 (-1043)) (-5 *2 (-663 *1)))) (-4430 (*1 *2 *3) (-12 (-5 *3 (-1202 (-421 (-560)))) (-5 *2 (-663 *1)) (-4 *1 (-1043)))) (-4430 (*1 *2 *3) (-12 (-5 *3 (-1202 (-560))) (-5 *2 (-663 *1)) (-4 *1 (-1043)))) (-4430 (*1 *2 *3) (-12 (-5 *3 (-975 *1)) (-4 *1 (-1043)) (-5 *2 (-663 *1)))) (-4430 (*1 *2 *3) (-12 (-5 *3 (-975 (-421 (-560)))) (-5 *2 (-663 *1)) (-4 *1 (-1043)))) (-4430 (*1 *2 *3) (-12 (-5 *3 (-975 (-560))) (-5 *2 (-663 *1)) (-4 *1 (-1043)))) (-3401 (*1 *1 *1 *2) (-12 (-4 *1 (-1043)) (-5 *2 (-948)))) (-3401 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-4 *1 (-1043)))) (-3401 (*1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-1043)))) (-2828 (*1 *1 *1 *2) (-12 (-4 *1 (-1043)) (-5 *2 (-887)))) (-3466 (*1 *1 *1 *2) (-12 (-4 *1 (-1043)) (-5 *2 (-887)))) (-2941 (*1 *2 *1 *1) (-12 (-4 *1 (-1043)) (-5 *2 (-421 (-560))))))
-(-13 (-149) (-870) (-175) (-376) (-426 (-421 (-560))) (-38 (-560)) (-38 (-421 (-560))) (-1033) (-10 -8 (-15 -2441 ((-3 (-887) "failed") $)) (-15 -1444 ((-3 (-1202 $) "failed") $)) (-15 -1720 ((-3 (-1202 $) "failed") $)) (-15 -4361 ((-3 $ "failed") (-1202 $) (-948) (-887))) (-15 -4361 ((-3 $ "failed") (-1202 $) (-948))) (-15 -4430 ((-663 $) (-1202 $))) (-15 -4430 ((-663 $) (-1202 (-421 (-560))))) (-15 -4430 ((-663 $) (-1202 (-560)))) (-15 -4430 ((-663 $) (-975 $))) (-15 -4430 ((-663 $) (-975 (-421 (-560))))) (-15 -4430 ((-663 $) (-975 (-560)))) (-15 -3401 ($ $ (-948))) (-15 -3401 ($ $)) (-15 -3401 ($ (-421 (-560)))) (-15 -3401 ($ (-560))) (-15 -2828 ($ $ (-887))) (-15 -3466 ($ $ (-887))) (-15 -2941 ((-421 (-560)) $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 #1=(-560)) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-426 (-421 (-560))) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 #1#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 #1#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 #1#) . T) ((-739 $) . T) ((-748) . T) ((-813) . T) ((-814) . T) ((-816) . T) ((-819) . T) ((-870) . T) ((-871) . T) ((-874) . T) ((-950) . T) ((-1033) . T) ((-1069 (-421 (-560))) . T) ((-1069 (-560)) |has| (-421 (-560)) (-1069 (-560))) ((-1082 #0#) . T) ((-1082 #1#) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 #1#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T))
-((-3209 (((-2 (|:| |ans| |#2|) (|:| -1448 |#2|) (|:| |sol?| (-114))) (-560) |#2| |#2| (-1208) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 67 T ELT)))
-(((-1044 |#1| |#2|) (-10 -7 (-15 -3209 ((-2 (|:| |ans| |#2|) (|:| -1448 |#2|) (|:| |sol?| (-114))) (-560) |#2| |#2| (-1208) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-466) (-149) (-1069 (-560)) (-660 (-560))) (-13 (-1234) (-27) (-435 |#1|))) (T -1044))
-((-3209 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1208)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-663 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3735 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1234) (-27) (-435 *8))) (-4 *8 (-13 (-466) (-149) (-1069 *3) (-660 *3))) (-5 *3 (-560)) (-5 *2 (-2 (|:| |ans| *4) (|:| -1448 *4) (|:| |sol?| (-114)))) (-5 *1 (-1044 *8 *4)))))
-(-10 -7 (-15 -3209 ((-2 (|:| |ans| |#2|) (|:| -1448 |#2|) (|:| |sol?| (-114))) (-560) |#2| |#2| (-1208) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-1695 (((-3 (-663 |#2|) "failed") (-560) |#2| |#2| |#2| (-1208) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 55 T ELT)))
-(((-1045 |#1| |#2|) (-10 -7 (-15 -1695 ((-3 (-663 |#2|) "failed") (-560) |#2| |#2| |#2| (-1208) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-466) (-149) (-1069 (-560)) (-660 (-560))) (-13 (-1234) (-27) (-435 |#1|))) (T -1045))
-((-1695 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1208)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-663 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3735 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1234) (-27) (-435 *8))) (-4 *8 (-13 (-466) (-149) (-1069 *3) (-660 *3))) (-5 *3 (-560)) (-5 *2 (-663 *4)) (-5 *1 (-1045 *8 *4)))))
-(-10 -7 (-15 -1695 ((-3 (-663 |#2|) "failed") (-560) |#2| |#2| |#2| (-1208) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -3735 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-2817 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-114)))) (|:| -1837 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-560)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-560) (-1 |#2| |#2|)) 38 T ELT)) (-1346 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |c| (-421 |#2|)) (|:| -2790 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|)) 69 T ELT)) (-3266 (((-2 (|:| |ans| (-421 |#2|)) (|:| |nosol| (-114))) (-421 |#2|) (-421 |#2|)) 74 T ELT)))
-(((-1046 |#1| |#2|) (-10 -7 (-15 -1346 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |c| (-421 |#2|)) (|:| -2790 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|))) (-15 -3266 ((-2 (|:| |ans| (-421 |#2|)) (|:| |nosol| (-114))) (-421 |#2|) (-421 |#2|))) (-15 -2817 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-114)))) (|:| -1837 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-560)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-560) (-1 |#2| |#2|)))) (-13 (-376) (-149) (-1069 (-560))) (-1274 |#1|)) (T -1046))
-((-2817 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1274 *6)) (-4 *6 (-13 (-376) (-149) (-1069 *4))) (-5 *4 (-560)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-114)))) (|:| -1837 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-1046 *6 *3)))) (-3266 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-560)))) (-4 *5 (-1274 *4)) (-5 *2 (-2 (|:| |ans| (-421 *5)) (|:| |nosol| (-114)))) (-5 *1 (-1046 *4 *5)) (-5 *3 (-421 *5)))) (-1346 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-421 *6)) (|:| |c| (-421 *6)) (|:| -2790 *6))) (-5 *1 (-1046 *5 *6)) (-5 *3 (-421 *6)))))
-(-10 -7 (-15 -1346 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |c| (-421 |#2|)) (|:| -2790 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|))) (-15 -3266 ((-2 (|:| |ans| (-421 |#2|)) (|:| |nosol| (-114))) (-421 |#2|) (-421 |#2|))) (-15 -2817 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-114)))) (|:| -1837 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-560)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-560) (-1 |#2| |#2|))))
-((-1484 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |h| |#2|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| -2790 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|)) 22 T ELT)) (-4268 (((-3 (-663 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|)) 34 T ELT)))
-(((-1047 |#1| |#2|) (-10 -7 (-15 -1484 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |h| |#2|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| -2790 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|))) (-15 -4268 ((-3 (-663 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|)))) (-13 (-376) (-149) (-1069 (-560))) (-1274 |#1|)) (T -1047))
-((-4268 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-376) (-149) (-1069 (-560)))) (-4 *5 (-1274 *4)) (-5 *2 (-663 (-421 *5))) (-5 *1 (-1047 *4 *5)) (-5 *3 (-421 *5)))) (-1484 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-421 *6)) (|:| |h| *6) (|:| |c1| (-421 *6)) (|:| |c2| (-421 *6)) (|:| -2790 *6))) (-5 *1 (-1047 *5 *6)) (-5 *3 (-421 *6)))))
-(-10 -7 (-15 -1484 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |h| |#2|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| -2790 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|))) (-15 -4268 ((-3 (-663 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|))))
-((-4396 (((-1 |#1|) (-663 (-2 (|:| -3929 |#1|) (|:| -1687 (-560))))) 34 T ELT)) (-3004 (((-1 |#1|) (-1128 |#1|)) 42 T ELT)) (-4354 (((-1 |#1|) (-1298 |#1|) (-1298 (-560)) (-560)) 31 T ELT)))
-(((-1048 |#1|) (-10 -7 (-15 -3004 ((-1 |#1|) (-1128 |#1|))) (-15 -4396 ((-1 |#1|) (-663 (-2 (|:| -3929 |#1|) (|:| -1687 (-560)))))) (-15 -4354 ((-1 |#1|) (-1298 |#1|) (-1298 (-560)) (-560)))) (-1132)) (T -1048))
-((-4354 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1298 *6)) (-5 *4 (-1298 (-560))) (-5 *5 (-560)) (-4 *6 (-1132)) (-5 *2 (-1 *6)) (-5 *1 (-1048 *6)))) (-4396 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -3929 *4) (|:| -1687 (-560))))) (-4 *4 (-1132)) (-5 *2 (-1 *4)) (-5 *1 (-1048 *4)))) (-3004 (*1 *2 *3) (-12 (-5 *3 (-1128 *4)) (-4 *4 (-1132)) (-5 *2 (-1 *4)) (-5 *1 (-1048 *4)))))
-(-10 -7 (-15 -3004 ((-1 |#1|) (-1128 |#1|))) (-15 -4396 ((-1 |#1|) (-663 (-2 (|:| -3929 |#1|) (|:| -1687 (-560)))))) (-15 -4354 ((-1 |#1|) (-1298 |#1|) (-1298 (-560)) (-560))))
-((-2252 (((-793) (-346 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23 T ELT)))
-(((-1049 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2252 ((-793) (-346 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-376) (-1274 |#1|) (-1274 (-421 |#2|)) (-355 |#1| |#2| |#3|) (-13 (-381) (-376))) (T -1049))
-((-2252 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-346 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-376)) (-4 *7 (-1274 *6)) (-4 *4 (-1274 (-421 *7))) (-4 *8 (-355 *6 *7 *4)) (-4 *9 (-13 (-381) (-376))) (-5 *2 (-793)) (-5 *1 (-1049 *6 *7 *4 *8 *9)))))
-(-10 -7 (-15 -2252 ((-793) (-346 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3336 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-1166) $) 11 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1050) (-13 (-1114) (-10 -8 (-15 -3336 ((-1166) $)) (-15 -3966 ((-1166) $))))) (T -1050))
-((-3336 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1050)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1050)))))
-(-13 (-1114) (-10 -8 (-15 -3336 ((-1166) $)) (-15 -3966 ((-1166) $))))
-((-4417 (((-229) $) 6 T ELT) (((-391) $) 9 T ELT)))
-(((-1051) (-142)) (T -1051))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3524 (((-663 (-560)) $) 73 T ELT)) (-3426 (($ (-663 (-560))) 81 T ELT)) (-1573 (((-560) $) 48 (|has| (-560) (-319)) ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL (|has| (-560) (-844)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) 60 T ELT) (((-3 (-1209) "failed") $) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-3 (-421 (-560)) "failed") $) 57 (|has| (-560) (-1070 (-560))) ELT) (((-3 (-560) "failed") $) 60 (|has| (-560) (-1070 (-560))) ELT)) (-4072 (((-560) $) NIL T ELT) (((-1209) $) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-421 (-560)) $) NIL (|has| (-560) (-1070 (-560))) ELT) (((-560) $) NIL (|has| (-560) (-1070 (-560))) ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2150 (($) NIL (|has| (-560) (-559)) ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1696 (((-663 (-560)) $) 79 T ELT)) (-1366 (((-114) $) NIL (|has| (-560) (-844)) ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (|has| (-560) (-912 (-560))) ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (|has| (-560) (-912 (-391))) ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL T ELT)) (-3125 (((-560) $) 45 T ELT)) (-3851 (((-713 $) $) NIL (|has| (-560) (-1184)) ELT)) (-1501 (((-114) $) NIL (|has| (-560) (-844)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-560) (-872)) ELT)) (-1793 (($ (-1 (-560) (-560)) $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| (-560) (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL T ELT)) (-2689 (($) NIL (|has| (-560) (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2568 (($ $) NIL (|has| (-560) (-319)) ELT) (((-421 (-560)) $) 50 T ELT)) (-4404 (((-1187 (-560)) $) 78 T ELT)) (-2211 (($ (-663 (-560)) (-663 (-560))) 82 T ELT)) (-1770 (((-560) $) 64 (|has| (-560) (-559)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| (-560) (-940)) ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4265 (($ $ (-663 (-560)) (-663 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-560) (-560)) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-305 (-560))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-305 (-560)))) NIL (|has| (-560) (-321 (-560))) ELT) (($ $ (-663 (-1209)) (-663 (-560))) NIL (|has| (-560) (-528 (-1209) (-560))) ELT) (($ $ (-1209) (-560)) NIL (|has| (-560) (-528 (-1209) (-560))) ELT)) (-3760 (((-793) $) NIL T ELT)) (-3034 (($ $ (-560)) NIL (|has| (-560) (-298 (-560) (-560))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $) 15 (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-3200 (($ $) NIL T ELT)) (-3138 (((-560) $) 47 T ELT)) (-1403 (((-663 (-560)) $) 80 T ELT)) (-1830 (((-916 (-560)) $) NIL (|has| (-560) (-633 (-916 (-560)))) ELT) (((-916 (-391)) $) NIL (|has| (-560) (-633 (-916 (-391)))) ELT) (((-549) $) NIL (|has| (-560) (-633 (-549))) ELT) (((-391) $) NIL (|has| (-560) (-1052)) ELT) (((-229) $) NIL (|has| (-560) (-1052)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-560) (-940))) ELT)) (-3834 (((-888) $) 107 T ELT) (($ (-560)) 51 T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 27 T ELT) (($ (-560)) 51 T ELT) (($ (-1209)) NIL (|has| (-560) (-1070 (-1209))) ELT) (((-421 (-560)) $) 25 T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-560) (-940))) (|has| (-560) (-147))) ELT)) (-3103 (((-793)) 13 T CONST)) (-3887 (((-560) $) 62 (|has| (-560) (-559)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-1958 (($ $) NIL (|has| (-560) (-844)) ELT)) (-2971 (($) 14 T CONST)) (-2983 (($) 17 T CONST)) (-3095 (($ $ (-1 (-560) (-560))) NIL T ELT) (($ $ (-1 (-560) (-560)) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| (-560) (-930 (-1209))) ELT) (($ $) NIL (|has| (-560) (-239)) ELT) (($ $ (-793)) NIL (|has| (-560) (-239)) ELT)) (-2537 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2478 (((-114) $ $) 21 T ELT)) (-2525 (((-114) $ $) NIL (|has| (-560) (-872)) ELT)) (-2499 (((-114) $ $) 40 (|has| (-560) (-872)) ELT)) (-2594 (($ $ $) 36 T ELT) (($ (-560) (-560)) 38 T ELT)) (-2581 (($ $) 23 T ELT) (($ $ $) 30 T ELT)) (-2571 (($ $ $) 28 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 32 T ELT) (($ $ $) 34 T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ (-560) $) 32 T ELT) (($ $ (-560)) NIL T ELT)))
+(((-1036 |#1|) (-13 (-1023 (-560)) (-632 (-421 (-560))) (-10 -8 (-15 -2568 ((-421 (-560)) $)) (-15 -3524 ((-663 (-560)) $)) (-15 -4404 ((-1187 (-560)) $)) (-15 -1696 ((-663 (-560)) $)) (-15 -1403 ((-663 (-560)) $)) (-15 -3426 ($ (-663 (-560)))) (-15 -2211 ($ (-663 (-560)) (-663 (-560)))))) (-560)) (T -1036))
+((-2568 (*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))) (-3524 (*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))) (-4404 (*1 *2 *1) (-12 (-5 *2 (-1187 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))) (-1696 (*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))) (-1403 (*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))) (-3426 (*1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))) (-2211 (*1 *1 *2 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))))
+(-13 (-1023 (-560)) (-632 (-421 (-560))) (-10 -8 (-15 -2568 ((-421 (-560)) $)) (-15 -3524 ((-663 (-560)) $)) (-15 -4404 ((-1187 (-560)) $)) (-15 -1696 ((-663 (-560)) $)) (-15 -1403 ((-663 (-560)) $)) (-15 -3426 ($ (-663 (-560)))) (-15 -2211 ($ (-663 (-560)) (-663 (-560))))))
+((-3964 (((-51) (-421 (-560)) (-560)) 9 T ELT)))
+(((-1037) (-10 -7 (-15 -3964 ((-51) (-421 (-560)) (-560))))) (T -1037))
+((-3964 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-560))) (-5 *4 (-560)) (-5 *2 (-51)) (-5 *1 (-1037)))))
+(-10 -7 (-15 -3964 ((-51) (-421 (-560)) (-560))))
+((-2233 (((-560)) 23 T ELT)) (-3974 (((-560)) 28 T ELT)) (-1942 (((-1305) (-560)) 26 T ELT)) (-3967 (((-560) (-560)) 29 T ELT) (((-560)) 22 T ELT)))
+(((-1038) (-10 -7 (-15 -3967 ((-560))) (-15 -2233 ((-560))) (-15 -3967 ((-560) (-560))) (-15 -1942 ((-1305) (-560))) (-15 -3974 ((-560))))) (T -1038))
+((-3974 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1038)))) (-1942 (*1 *2 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-1038)))) (-3967 (*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1038)))) (-2233 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1038)))) (-3967 (*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1038)))))
+(-10 -7 (-15 -3967 ((-560))) (-15 -2233 ((-560))) (-15 -3967 ((-560) (-560))) (-15 -1942 ((-1305) (-560))) (-15 -3974 ((-560))))
+((-3382 (((-419 |#1|) |#1|) 43 T ELT)) (-2549 (((-419 |#1|) |#1|) 41 T ELT)))
+(((-1039 |#1|) (-10 -7 (-15 -2549 ((-419 |#1|) |#1|)) (-15 -3382 ((-419 |#1|) |#1|))) (-1275 (-421 (-560)))) (T -1039))
+((-3382 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1039 *3)) (-4 *3 (-1275 (-421 (-560)))))) (-2549 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1039 *3)) (-4 *3 (-1275 (-421 (-560)))))))
+(-10 -7 (-15 -2549 ((-419 |#1|) |#1|)) (-15 -3382 ((-419 |#1|) |#1|)))
+((-4356 (((-3 (-421 (-560)) "failed") |#1|) 15 T ELT)) (-2639 (((-114) |#1|) 14 T ELT)) (-2799 (((-421 (-560)) |#1|) 10 T ELT)))
+(((-1040 |#1|) (-10 -7 (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|))) (-1070 (-421 (-560)))) (T -1040))
+((-4356 (*1 *2 *3) (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-1040 *3)) (-4 *3 (-1070 *2)))) (-2639 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-1040 *3)) (-4 *3 (-1070 (-421 (-560)))))) (-2799 (*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1040 *3)) (-4 *3 (-1070 *2)))))
+(-10 -7 (-15 -2799 ((-421 (-560)) |#1|)) (-15 -2639 ((-114) |#1|)) (-15 -4356 ((-3 (-421 (-560)) "failed") |#1|)))
+((-3986 ((|#2| $ "value" |#2|) 12 T ELT)) (-3034 ((|#2| $ "value") 10 T ELT)) (-4316 (((-114) $ $) 18 T ELT)))
+(((-1041 |#1| |#2|) (-10 -8 (-15 -3986 (|#2| |#1| "value" |#2|)) (-15 -4316 ((-114) |#1| |#1|)) (-15 -3034 (|#2| |#1| "value"))) (-1042 |#2|) (-1249)) (T -1041))
+NIL
+(-10 -8 (-15 -3986 (|#2| |#1| "value" |#2|)) (-15 -4316 ((-114) |#1| |#1|)) (-15 -3034 (|#2| |#1| "value")))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 55 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 ((|#1| $ |#1|) 46 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 48 (|has| $ (-6 -4511)) ELT)) (-4489 (($) 7 T CONST)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 57 T ELT)) (-4428 (((-114) $ $) 49 (|has| |#1| (-1133)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2778 (((-663 |#1|) $) 52 T ELT)) (-3019 (((-114) $) 56 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ "value") 54 T ELT)) (-3419 (((-560) $ $) 51 T ELT)) (-1898 (((-114) $) 53 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 58 T ELT)) (-4316 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1042 |#1|) (-142) (-1249)) (T -1042))
+((-2094 (*1 *2 *1) (-12 (-4 *3 (-1249)) (-5 *2 (-663 *1)) (-4 *1 (-1042 *3)))) (-1763 (*1 *2 *1) (-12 (-4 *3 (-1249)) (-5 *2 (-663 *1)) (-4 *1 (-1042 *3)))) (-3019 (*1 *2 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))) (-1992 (*1 *2 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-1249)))) (-3034 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-1042 *2)) (-4 *2 (-1249)))) (-1898 (*1 *2 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))) (-2778 (*1 *2 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-5 *2 (-663 *3)))) (-3419 (*1 *2 *1 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-5 *2 (-560)))) (-4316 (*1 *2 *1 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-4 *3 (-1133)) (-5 *2 (-114)))) (-4428 (*1 *2 *1 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-4 *3 (-1133)) (-5 *2 (-114)))) (-1774 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *1)) (|has| *1 (-6 -4511)) (-4 *1 (-1042 *3)) (-4 *3 (-1249)))) (-3986 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4511)) (-4 *1 (-1042 *2)) (-4 *2 (-1249)))) (-1719 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1042 *2)) (-4 *2 (-1249)))))
+(-13 (-503 |t#1|) (-10 -8 (-15 -2094 ((-663 $) $)) (-15 -1763 ((-663 $) $)) (-15 -3019 ((-114) $)) (-15 -1992 (|t#1| $)) (-15 -3034 (|t#1| $ "value")) (-15 -1898 ((-114) $)) (-15 -2778 ((-663 |t#1|) $)) (-15 -3419 ((-560) $ $)) (IF (|has| |t#1| (-1133)) (PROGN (-15 -4316 ((-114) $ $)) (-15 -4428 ((-114) $ $))) |%noBranch|) (IF (|has| $ (-6 -4511)) (PROGN (-15 -1774 ($ $ (-663 $))) (-15 -3986 (|t#1| $ "value" |t#1|)) (-15 -1719 (|t#1| $ |t#1|))) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-2563 (($ $) 9 T ELT) (($ $ (-949)) 49 T ELT) (($ (-421 (-560))) 13 T ELT) (($ (-560)) 15 T ELT)) (-4182 (((-3 $ "failed") (-1203 $) (-949) (-888)) 24 T ELT) (((-3 $ "failed") (-1203 $) (-949)) 32 T ELT)) (-1526 (($ $ (-560)) 58 T ELT)) (-3103 (((-793)) 18 T ELT)) (-2738 (((-663 $) (-1203 $)) NIL T ELT) (((-663 $) (-1203 (-421 (-560)))) 63 T ELT) (((-663 $) (-1203 (-560))) 68 T ELT) (((-663 $) (-976 $)) 72 T ELT) (((-663 $) (-976 (-421 (-560)))) 76 T ELT) (((-663 $) (-976 (-560))) 80 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ $ (-421 (-560))) 53 T ELT)))
+(((-1043 |#1|) (-10 -8 (-15 -2563 (|#1| (-560))) (-15 -2563 (|#1| (-421 (-560)))) (-15 -2563 (|#1| |#1| (-949))) (-15 -2738 ((-663 |#1|) (-976 (-560)))) (-15 -2738 ((-663 |#1|) (-976 (-421 (-560))))) (-15 -2738 ((-663 |#1|) (-976 |#1|))) (-15 -2738 ((-663 |#1|) (-1203 (-560)))) (-15 -2738 ((-663 |#1|) (-1203 (-421 (-560))))) (-15 -2738 ((-663 |#1|) (-1203 |#1|))) (-15 -4182 ((-3 |#1| "failed") (-1203 |#1|) (-949))) (-15 -4182 ((-3 |#1| "failed") (-1203 |#1|) (-949) (-888))) (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -1526 (|#1| |#1| (-560))) (-15 -2563 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -3103 ((-793))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-949)))) (-1044)) (T -1043))
+((-3103 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1043 *3)) (-4 *3 (-1044)))))
+(-10 -8 (-15 -2563 (|#1| (-560))) (-15 -2563 (|#1| (-421 (-560)))) (-15 -2563 (|#1| |#1| (-949))) (-15 -2738 ((-663 |#1|) (-976 (-560)))) (-15 -2738 ((-663 |#1|) (-976 (-421 (-560))))) (-15 -2738 ((-663 |#1|) (-976 |#1|))) (-15 -2738 ((-663 |#1|) (-1203 (-560)))) (-15 -2738 ((-663 |#1|) (-1203 (-421 (-560))))) (-15 -2738 ((-663 |#1|) (-1203 |#1|))) (-15 -4182 ((-3 |#1| "failed") (-1203 |#1|) (-949))) (-15 -4182 ((-3 |#1| "failed") (-1203 |#1|) (-949) (-888))) (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -1526 (|#1| |#1| (-560))) (-15 -2563 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -3103 ((-793))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-949))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 108 T ELT)) (-3575 (($ $) 109 T ELT)) (-3442 (((-114) $) 111 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 128 T ELT)) (-1903 (((-419 $) $) 129 T ELT)) (-2563 (($ $) 92 T ELT) (($ $ (-949)) 78 T ELT) (($ (-421 (-560))) 77 T ELT) (($ (-560)) 76 T ELT)) (-3255 (((-114) $ $) 119 T ELT)) (-2824 (((-560) $) 145 T ELT)) (-4489 (($) 22 T CONST)) (-4182 (((-3 $ "failed") (-1203 $) (-949) (-888)) 86 T ELT) (((-3 $ "failed") (-1203 $) (-949)) 85 T ELT)) (-4142 (((-3 (-560) "failed") $) 105 (|has| (-421 (-560)) (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 103 (|has| (-421 (-560)) (-1070 (-421 (-560)))) ELT) (((-3 (-421 (-560)) "failed") $) 100 T ELT)) (-4072 (((-560) $) 104 (|has| (-421 (-560)) (-1070 (-560))) ELT) (((-421 (-560)) $) 102 (|has| (-421 (-560)) (-1070 (-421 (-560)))) ELT) (((-421 (-560)) $) 101 T ELT)) (-3670 (($ $ (-888)) 75 T ELT)) (-1435 (($ $ (-888)) 74 T ELT)) (-3752 (($ $ $) 123 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 122 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 117 T ELT)) (-2072 (((-114) $) 130 T ELT)) (-1366 (((-114) $) 143 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 91 T ELT)) (-1501 (((-114) $) 144 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 126 T ELT)) (-1622 (($ $ $) 137 T ELT)) (-3934 (($ $ $) 138 T ELT)) (-3492 (((-3 (-1203 $) "failed") $) 87 T ELT)) (-3821 (((-3 (-888) "failed") $) 89 T ELT)) (-1822 (((-3 (-1203 $) "failed") $) 88 T ELT)) (-3100 (($ (-663 $)) 115 T ELT) (($ $ $) 114 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 131 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 116 T ELT)) (-3128 (($ (-663 $)) 113 T ELT) (($ $ $) 112 T ELT)) (-2549 (((-419 $) $) 127 T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 125 T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 124 T ELT)) (-3795 (((-3 $ "failed") $ $) 107 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 118 T ELT)) (-3760 (((-793) $) 120 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 121 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 135 T ELT) (($ $) 106 T ELT) (($ (-421 (-560))) 99 T ELT) (($ (-560)) 98 T ELT) (($ (-421 (-560))) 95 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 110 T ELT)) (-4430 (((-421 (-560)) $ $) 73 T ELT)) (-2738 (((-663 $) (-1203 $)) 84 T ELT) (((-663 $) (-1203 (-421 (-560)))) 83 T ELT) (((-663 $) (-1203 (-560))) 82 T ELT) (((-663 $) (-976 $)) 81 T ELT) (((-663 $) (-976 (-421 (-560)))) 80 T ELT) (((-663 $) (-976 (-560))) 79 T ELT)) (-1958 (($ $) 146 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2537 (((-114) $ $) 139 T ELT)) (-2510 (((-114) $ $) 141 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 140 T ELT)) (-2499 (((-114) $ $) 142 T ELT)) (-2594 (($ $ $) 136 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 132 T ELT) (($ $ (-421 (-560))) 90 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ (-421 (-560)) $) 134 T ELT) (($ $ (-421 (-560))) 133 T ELT) (($ (-560) $) 97 T ELT) (($ $ (-560)) 96 T ELT) (($ (-421 (-560)) $) 94 T ELT) (($ $ (-421 (-560))) 93 T ELT)))
+(((-1044) (-142)) (T -1044))
+((-2563 (*1 *1 *1) (-4 *1 (-1044))) (-3821 (*1 *2 *1) (|partial| -12 (-4 *1 (-1044)) (-5 *2 (-888)))) (-1822 (*1 *2 *1) (|partial| -12 (-5 *2 (-1203 *1)) (-4 *1 (-1044)))) (-3492 (*1 *2 *1) (|partial| -12 (-5 *2 (-1203 *1)) (-4 *1 (-1044)))) (-4182 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1203 *1)) (-5 *3 (-949)) (-5 *4 (-888)) (-4 *1 (-1044)))) (-4182 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1203 *1)) (-5 *3 (-949)) (-4 *1 (-1044)))) (-2738 (*1 *2 *3) (-12 (-5 *3 (-1203 *1)) (-4 *1 (-1044)) (-5 *2 (-663 *1)))) (-2738 (*1 *2 *3) (-12 (-5 *3 (-1203 (-421 (-560)))) (-5 *2 (-663 *1)) (-4 *1 (-1044)))) (-2738 (*1 *2 *3) (-12 (-5 *3 (-1203 (-560))) (-5 *2 (-663 *1)) (-4 *1 (-1044)))) (-2738 (*1 *2 *3) (-12 (-5 *3 (-976 *1)) (-4 *1 (-1044)) (-5 *2 (-663 *1)))) (-2738 (*1 *2 *3) (-12 (-5 *3 (-976 (-421 (-560)))) (-5 *2 (-663 *1)) (-4 *1 (-1044)))) (-2738 (*1 *2 *3) (-12 (-5 *3 (-976 (-560))) (-5 *2 (-663 *1)) (-4 *1 (-1044)))) (-2563 (*1 *1 *1 *2) (-12 (-4 *1 (-1044)) (-5 *2 (-949)))) (-2563 (*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-4 *1 (-1044)))) (-2563 (*1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-1044)))) (-3670 (*1 *1 *1 *2) (-12 (-4 *1 (-1044)) (-5 *2 (-888)))) (-1435 (*1 *1 *1 *2) (-12 (-4 *1 (-1044)) (-5 *2 (-888)))) (-4430 (*1 *2 *1 *1) (-12 (-4 *1 (-1044)) (-5 *2 (-421 (-560))))))
+(-13 (-149) (-871) (-175) (-376) (-426 (-421 (-560))) (-38 (-560)) (-38 (-421 (-560))) (-1034) (-10 -8 (-15 -3821 ((-3 (-888) "failed") $)) (-15 -1822 ((-3 (-1203 $) "failed") $)) (-15 -3492 ((-3 (-1203 $) "failed") $)) (-15 -4182 ((-3 $ "failed") (-1203 $) (-949) (-888))) (-15 -4182 ((-3 $ "failed") (-1203 $) (-949))) (-15 -2738 ((-663 $) (-1203 $))) (-15 -2738 ((-663 $) (-1203 (-421 (-560))))) (-15 -2738 ((-663 $) (-1203 (-560)))) (-15 -2738 ((-663 $) (-976 $))) (-15 -2738 ((-663 $) (-976 (-421 (-560))))) (-15 -2738 ((-663 $) (-976 (-560)))) (-15 -2563 ($ $ (-949))) (-15 -2563 ($ $)) (-15 -2563 ($ (-421 (-560)))) (-15 -2563 ($ (-560))) (-15 -3670 ($ $ (-888))) (-15 -1435 ($ $ (-888))) (-15 -4430 ((-421 (-560)) $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 #1=(-560)) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-426 (-421 (-560))) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 #1#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 #1#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 #1#) . T) ((-739 $) . T) ((-748) . T) ((-814) . T) ((-816) . T) ((-818) . T) ((-821) . T) ((-871) . T) ((-872) . T) ((-875) . T) ((-951) . T) ((-1034) . T) ((-1070 (-421 (-560))) . T) ((-1070 (-560)) |has| (-421 (-560)) (-1070 (-560))) ((-1083 #0#) . T) ((-1083 #1#) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 #1#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T))
+((-4140 (((-2 (|:| |ans| |#2|) (|:| -3379 |#2|) (|:| |sol?| (-114))) (-560) |#2| |#2| (-1209) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 67 T ELT)))
+(((-1045 |#1| |#2|) (-10 -7 (-15 -4140 ((-2 (|:| |ans| |#2|) (|:| -3379 |#2|) (|:| |sol?| (-114))) (-560) |#2| |#2| (-1209) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-466) (-149) (-1070 (-560)) (-660 (-560))) (-13 (-1235) (-27) (-435 |#1|))) (T -1045))
+((-4140 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1209)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-663 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2301 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1235) (-27) (-435 *8))) (-4 *8 (-13 (-466) (-149) (-1070 *3) (-660 *3))) (-5 *3 (-560)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3379 *4) (|:| |sol?| (-114)))) (-5 *1 (-1045 *8 *4)))))
+(-10 -7 (-15 -4140 ((-2 (|:| |ans| |#2|) (|:| -3379 |#2|) (|:| |sol?| (-114))) (-560) |#2| |#2| (-1209) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-2934 (((-3 (-663 |#2|) "failed") (-560) |#2| |#2| |#2| (-1209) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 55 T ELT)))
+(((-1046 |#1| |#2|) (-10 -7 (-15 -2934 ((-3 (-663 |#2|) "failed") (-560) |#2| |#2| |#2| (-1209) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-466) (-149) (-1070 (-560)) (-660 (-560))) (-13 (-1235) (-27) (-435 |#1|))) (T -1046))
+((-2934 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1209)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-663 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2301 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1235) (-27) (-435 *8))) (-4 *8 (-13 (-466) (-149) (-1070 *3) (-660 *3))) (-5 *3 (-560)) (-5 *2 (-663 *4)) (-5 *1 (-1046 *8 *4)))))
+(-10 -7 (-15 -2934 ((-3 (-663 |#2|) "failed") (-560) |#2| |#2| |#2| (-1209) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-663 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-663 |#2|)) (-1 (-3 (-2 (|:| -2301 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-1801 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-114)))) (|:| -1969 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-560)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-560) (-1 |#2| |#2|)) 38 T ELT)) (-3351 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |c| (-421 |#2|)) (|:| -2343 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|)) 69 T ELT)) (-2652 (((-2 (|:| |ans| (-421 |#2|)) (|:| |nosol| (-114))) (-421 |#2|) (-421 |#2|)) 74 T ELT)))
+(((-1047 |#1| |#2|) (-10 -7 (-15 -3351 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |c| (-421 |#2|)) (|:| -2343 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|))) (-15 -2652 ((-2 (|:| |ans| (-421 |#2|)) (|:| |nosol| (-114))) (-421 |#2|) (-421 |#2|))) (-15 -1801 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-114)))) (|:| -1969 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-560)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-560) (-1 |#2| |#2|)))) (-13 (-376) (-149) (-1070 (-560))) (-1275 |#1|)) (T -1047))
+((-1801 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1275 *6)) (-4 *6 (-13 (-376) (-149) (-1070 *4))) (-5 *4 (-560)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-114)))) (|:| -1969 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-1047 *6 *3)))) (-2652 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-560)))) (-4 *5 (-1275 *4)) (-5 *2 (-2 (|:| |ans| (-421 *5)) (|:| |nosol| (-114)))) (-5 *1 (-1047 *4 *5)) (-5 *3 (-421 *5)))) (-3351 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-421 *6)) (|:| |c| (-421 *6)) (|:| -2343 *6))) (-5 *1 (-1047 *5 *6)) (-5 *3 (-421 *6)))))
+(-10 -7 (-15 -3351 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |c| (-421 |#2|)) (|:| -2343 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|))) (-15 -2652 ((-2 (|:| |ans| (-421 |#2|)) (|:| |nosol| (-114))) (-421 |#2|) (-421 |#2|))) (-15 -1801 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-114)))) (|:| -1969 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-560)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-560) (-1 |#2| |#2|))))
+((-3015 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |h| |#2|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| -2343 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|)) 22 T ELT)) (-1866 (((-3 (-663 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|)) 34 T ELT)))
+(((-1048 |#1| |#2|) (-10 -7 (-15 -3015 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |h| |#2|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| -2343 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|))) (-15 -1866 ((-3 (-663 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|)))) (-13 (-376) (-149) (-1070 (-560))) (-1275 |#1|)) (T -1048))
+((-1866 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-376) (-149) (-1070 (-560)))) (-4 *5 (-1275 *4)) (-5 *2 (-663 (-421 *5))) (-5 *1 (-1048 *4 *5)) (-5 *3 (-421 *5)))) (-3015 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-421 *6)) (|:| |h| *6) (|:| |c1| (-421 *6)) (|:| |c2| (-421 *6)) (|:| -2343 *6))) (-5 *1 (-1048 *5 *6)) (-5 *3 (-421 *6)))))
+(-10 -7 (-15 -3015 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-421 |#2|)) (|:| |h| |#2|) (|:| |c1| (-421 |#2|)) (|:| |c2| (-421 |#2|)) (|:| -2343 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|) (-1 |#2| |#2|))) (-15 -1866 ((-3 (-663 (-421 |#2|)) "failed") (-421 |#2|) (-421 |#2|) (-421 |#2|))))
+((-2998 (((-1 |#1|) (-663 (-2 (|:| -1992 |#1|) (|:| -3370 (-560))))) 34 T ELT)) (-2672 (((-1 |#1|) (-1129 |#1|)) 42 T ELT)) (-1675 (((-1 |#1|) (-1299 |#1|) (-1299 (-560)) (-560)) 31 T ELT)))
+(((-1049 |#1|) (-10 -7 (-15 -2672 ((-1 |#1|) (-1129 |#1|))) (-15 -2998 ((-1 |#1|) (-663 (-2 (|:| -1992 |#1|) (|:| -3370 (-560)))))) (-15 -1675 ((-1 |#1|) (-1299 |#1|) (-1299 (-560)) (-560)))) (-1133)) (T -1049))
+((-1675 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1299 *6)) (-5 *4 (-1299 (-560))) (-5 *5 (-560)) (-4 *6 (-1133)) (-5 *2 (-1 *6)) (-5 *1 (-1049 *6)))) (-2998 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -1992 *4) (|:| -3370 (-560))))) (-4 *4 (-1133)) (-5 *2 (-1 *4)) (-5 *1 (-1049 *4)))) (-2672 (*1 *2 *3) (-12 (-5 *3 (-1129 *4)) (-4 *4 (-1133)) (-5 *2 (-1 *4)) (-5 *1 (-1049 *4)))))
+(-10 -7 (-15 -2672 ((-1 |#1|) (-1129 |#1|))) (-15 -2998 ((-1 |#1|) (-663 (-2 (|:| -1992 |#1|) (|:| -3370 (-560)))))) (-15 -1675 ((-1 |#1|) (-1299 |#1|) (-1299 (-560)) (-560))))
+((-2918 (((-793) (-346 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23 T ELT)))
+(((-1050 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2918 ((-793) (-346 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-376) (-1275 |#1|) (-1275 (-421 |#2|)) (-355 |#1| |#2| |#3|) (-13 (-381) (-376))) (T -1050))
+((-2918 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-346 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-376)) (-4 *7 (-1275 *6)) (-4 *4 (-1275 (-421 *7))) (-4 *8 (-355 *6 *7 *4)) (-4 *9 (-13 (-381) (-376))) (-5 *2 (-793)) (-5 *1 (-1050 *6 *7 *4 *8 *9)))))
+(-10 -7 (-15 -2918 ((-793) (-346 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2504 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-1167) $) 11 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1051) (-13 (-1115) (-10 -8 (-15 -2504 ((-1167) $)) (-15 -2200 ((-1167) $))))) (T -1051))
+((-2504 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1051)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1051)))))
+(-13 (-1115) (-10 -8 (-15 -2504 ((-1167) $)) (-15 -2200 ((-1167) $))))
+((-1830 (((-229) $) 6 T ELT) (((-391) $) 9 T ELT)))
+(((-1052) (-142)) (T -1052))
NIL
(-13 (-633 (-229)) (-633 (-391)))
(((-633 (-229)) . T) ((-633 (-391)) . T))
-((-1857 (((-3 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) "failed") |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) 32 T ELT) (((-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560))) 29 T ELT)) (-3469 (((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560))) 34 T ELT) (((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-421 (-560))) 30 T ELT) (((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) 33 T ELT) (((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1|) 28 T ELT)) (-3475 (((-663 (-421 (-560))) (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) 20 T ELT)) (-1642 (((-421 (-560)) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) 17 T ELT)))
-(((-1052 |#1|) (-10 -7 (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1|)) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-421 (-560)))) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560)))) (-15 -1857 ((-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560)))) (-15 -1857 ((-3 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) "failed") |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-15 -1642 ((-421 (-560)) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-15 -3475 ((-663 (-421 (-560))) (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))))) (-1274 (-560))) (T -1052))
-((-3475 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-5 *2 (-663 (-421 (-560)))) (-5 *1 (-1052 *4)) (-4 *4 (-1274 (-560))))) (-1642 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) (-5 *2 (-421 (-560))) (-5 *1 (-1052 *4)) (-4 *4 (-1274 (-560))))) (-1857 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560))))) (-1857 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) (-5 *4 (-421 (-560))) (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560))))) (-3469 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-421 (-560))) (-5 *2 (-663 (-2 (|:| -1432 *5) (|:| -1448 *5)))) (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560))) (-5 *4 (-2 (|:| -1432 *5) (|:| -1448 *5))))) (-3469 (*1 *2 *3 *4) (-12 (-5 *2 (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560))) (-5 *4 (-421 (-560))))) (-3469 (*1 *2 *3 *4) (-12 (-5 *2 (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560))) (-5 *4 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))) (-3469 (*1 *2 *3) (-12 (-5 *2 (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560))))))
-(-10 -7 (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1|)) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-421 (-560)))) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560)))) (-15 -1857 ((-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560)))) (-15 -1857 ((-3 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) "failed") |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-15 -1642 ((-421 (-560)) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-15 -3475 ((-663 (-421 (-560))) (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))))
-((-1857 (((-3 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) "failed") |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) 35 T ELT) (((-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560))) 32 T ELT)) (-3469 (((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560))) 30 T ELT) (((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-421 (-560))) 26 T ELT) (((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) 28 T ELT) (((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1|) 24 T ELT)))
-(((-1053 |#1|) (-10 -7 (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1|)) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-421 (-560)))) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560)))) (-15 -1857 ((-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560)))) (-15 -1857 ((-3 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) "failed") |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))) (-1274 (-421 (-560)))) (T -1053))
-((-1857 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) (-5 *1 (-1053 *3)) (-4 *3 (-1274 (-421 (-560)))))) (-1857 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) (-5 *4 (-421 (-560))) (-5 *1 (-1053 *3)) (-4 *3 (-1274 *4)))) (-3469 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-421 (-560))) (-5 *2 (-663 (-2 (|:| -1432 *5) (|:| -1448 *5)))) (-5 *1 (-1053 *3)) (-4 *3 (-1274 *5)) (-5 *4 (-2 (|:| -1432 *5) (|:| -1448 *5))))) (-3469 (*1 *2 *3 *4) (-12 (-5 *4 (-421 (-560))) (-5 *2 (-663 (-2 (|:| -1432 *4) (|:| -1448 *4)))) (-5 *1 (-1053 *3)) (-4 *3 (-1274 *4)))) (-3469 (*1 *2 *3 *4) (-12 (-5 *2 (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-5 *1 (-1053 *3)) (-4 *3 (-1274 (-421 (-560)))) (-5 *4 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))) (-3469 (*1 *2 *3) (-12 (-5 *2 (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-5 *1 (-1053 *3)) (-4 *3 (-1274 (-421 (-560)))))))
-(-10 -7 (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1|)) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-421 (-560)))) (-15 -3469 ((-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560)))) (-15 -1857 ((-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-421 (-560)))) (-15 -1857 ((-3 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) "failed") |#1| (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))) (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))))
-((-3824 (((-663 (-391)) (-975 (-560)) (-391)) 28 T ELT) (((-663 (-391)) (-975 (-421 (-560))) (-391)) 27 T ELT)) (-1737 (((-663 (-663 (-391))) (-663 (-975 (-560))) (-663 (-1208)) (-391)) 37 T ELT)))
-(((-1054) (-10 -7 (-15 -3824 ((-663 (-391)) (-975 (-421 (-560))) (-391))) (-15 -3824 ((-663 (-391)) (-975 (-560)) (-391))) (-15 -1737 ((-663 (-663 (-391))) (-663 (-975 (-560))) (-663 (-1208)) (-391))))) (T -1054))
-((-1737 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-663 (-1208))) (-5 *2 (-663 (-663 (-391)))) (-5 *1 (-1054)) (-5 *5 (-391)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-975 (-560))) (-5 *2 (-663 (-391))) (-5 *1 (-1054)) (-5 *4 (-391)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-975 (-421 (-560)))) (-5 *2 (-663 (-391))) (-5 *1 (-1054)) (-5 *4 (-391)))))
-(-10 -7 (-15 -3824 ((-663 (-391)) (-975 (-421 (-560))) (-391))) (-15 -3824 ((-663 (-391)) (-975 (-560)) (-391))) (-15 -1737 ((-663 (-663 (-391))) (-663 (-975 (-560))) (-663 (-1208)) (-391))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 75 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3401 (($ $) NIL T ELT) (($ $ (-948)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-560)) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) 70 T ELT)) (-3366 (($) NIL T CONST)) (-4361 (((-3 $ "failed") (-1202 $) (-948) (-887)) NIL T ELT) (((-3 $ "failed") (-1202 $) (-948)) 55 T ELT)) (-1442 (((-3 (-421 (-560)) "failed") $) NIL (|has| (-421 (-560)) (-1069 (-421 (-560)))) ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#1| "failed") $) 116 T ELT) (((-3 (-560) "failed") $) NIL (-2191 (|has| (-421 (-560)) (-1069 (-560))) (|has| |#1| (-1069 (-560)))) ELT)) (-3056 (((-421 (-560)) $) 17 (|has| (-421 (-560)) (-1069 (-421 (-560)))) ELT) (((-421 (-560)) $) 17 T ELT) ((|#1| $) 117 T ELT) (((-560) $) NIL (-2191 (|has| (-421 (-560)) (-1069 (-560))) (|has| |#1| (-1069 (-560)))) ELT)) (-2828 (($ $ (-887)) 47 T ELT)) (-3466 (($ $ (-887)) 48 T ELT)) (-2242 (($ $ $) NIL T ELT)) (-3740 (((-421 (-560)) $ $) 21 T ELT)) (-4310 (((-3 $ "failed") $) 88 T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-1957 (((-114) $) 66 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL T ELT)) (-2699 (((-114) $) 69 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-1720 (((-3 (-1202 $) "failed") $) 83 T ELT)) (-2441 (((-3 (-887) "failed") $) 82 T ELT)) (-1444 (((-3 (-1202 $) "failed") $) 80 T ELT)) (-3011 (((-3 (-1092 $ (-1202 $)) "failed") $) 78 T ELT)) (-2433 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 89 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2539 (((-887) $) 87 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) 63 T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 119 T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-2941 (((-421 (-560)) $ $) 27 T ELT)) (-4430 (((-663 $) (-1202 $)) 61 T ELT) (((-663 $) (-1202 (-421 (-560)))) NIL T ELT) (((-663 $) (-1202 (-560))) NIL T ELT) (((-663 $) (-975 $)) NIL T ELT) (((-663 $) (-975 (-421 (-560)))) NIL T ELT) (((-663 $) (-975 (-560))) NIL T ELT)) (-3030 (($ (-1092 $ (-1202 $)) (-887)) 46 T ELT)) (-2407 (($ $) 22 T ELT)) (-1427 (($) 32 T CONST)) (-1439 (($) 39 T CONST)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 76 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 24 T ELT)) (-2436 (($ $ $) 37 T ELT)) (-2426 (($ $) 38 T ELT) (($ $ $) 74 T ELT)) (-2413 (($ $ $) 112 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 98 T ELT) (($ $ $) 104 T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-560) $) 98 T ELT) (($ $ (-560)) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ |#1| $) 102 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1055 |#1|) (-13 (-1043) (-426 |#1|) (-38 |#1|) (-10 -8 (-15 -3030 ($ (-1092 $ (-1202 $)) (-887))) (-15 -3011 ((-3 (-1092 $ (-1202 $)) "failed") $)) (-15 -3740 ((-421 (-560)) $ $)))) (-13 (-870) (-376) (-1051))) (T -1055))
-((-3030 (*1 *1 *2 *3) (-12 (-5 *2 (-1092 (-1055 *4) (-1202 (-1055 *4)))) (-5 *3 (-887)) (-5 *1 (-1055 *4)) (-4 *4 (-13 (-870) (-376) (-1051))))) (-3011 (*1 *2 *1) (|partial| -12 (-5 *2 (-1092 (-1055 *3) (-1202 (-1055 *3)))) (-5 *1 (-1055 *3)) (-4 *3 (-13 (-870) (-376) (-1051))))) (-3740 (*1 *2 *1 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1055 *3)) (-4 *3 (-13 (-870) (-376) (-1051))))))
-(-13 (-1043) (-426 |#1|) (-38 |#1|) (-10 -8 (-15 -3030 ($ (-1092 $ (-1202 $)) (-887))) (-15 -3011 ((-3 (-1092 $ (-1202 $)) "failed") $)) (-15 -3740 ((-421 (-560)) $ $))))
-((-2504 (((-2 (|:| -1837 |#2|) (|:| -2994 (-663 |#1|))) |#2| (-663 |#1|)) 32 T ELT) ((|#2| |#2| |#1|) 27 T ELT)))
-(((-1056 |#1| |#2|) (-10 -7 (-15 -2504 (|#2| |#2| |#1|)) (-15 -2504 ((-2 (|:| -1837 |#2|) (|:| -2994 (-663 |#1|))) |#2| (-663 |#1|)))) (-376) (-680 |#1|)) (T -1056))
-((-2504 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-5 *2 (-2 (|:| -1837 *3) (|:| -2994 (-663 *5)))) (-5 *1 (-1056 *5 *3)) (-5 *4 (-663 *5)) (-4 *3 (-680 *5)))) (-2504 (*1 *2 *2 *3) (-12 (-4 *3 (-376)) (-5 *1 (-1056 *3 *2)) (-4 *2 (-680 *3)))))
-(-10 -7 (-15 -2504 (|#2| |#2| |#1|)) (-15 -2504 ((-2 (|:| -1837 |#2|) (|:| -2994 (-663 |#1|))) |#2| (-663 |#1|))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-4114 ((|#1| $ |#1|) 14 T ELT)) (-2696 ((|#1| $ |#1|) 12 T ELT)) (-4160 (($ |#1|) 10 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-1495 ((|#1| $) 11 T ELT)) (-3660 ((|#1| $) 13 T ELT)) (-2539 (((-887) $) 21 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2329 (((-114) $ $) 9 T ELT)))
-(((-1057 |#1|) (-13 (-1248) (-10 -8 (-15 -4160 ($ |#1|)) (-15 -1495 (|#1| $)) (-15 -2696 (|#1| $ |#1|)) (-15 -3660 (|#1| $)) (-15 -4114 (|#1| $ |#1|)) (-15 -2329 ((-114) $ $)) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|))) (-1248)) (T -1057))
-((-4160 (*1 *1 *2) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248)))) (-1495 (*1 *2 *1) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248)))) (-2696 (*1 *2 *1 *2) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248)))) (-3660 (*1 *2 *1) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248)))) (-4114 (*1 *2 *1 *2) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248)))) (-2329 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1057 *3)) (-4 *3 (-1248)))))
-(-13 (-1248) (-10 -8 (-15 -4160 ($ |#1|)) (-15 -1495 (|#1| $)) (-15 -2696 (|#1| $ |#1|)) (-15 -3660 (|#1| $)) (-15 -4114 (|#1| $ |#1|)) (-15 -2329 ((-114) $ $)) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) NIL T ELT)) (-3509 (((-663 $) (-663 |#4|)) 118 T ELT) (((-663 $) (-663 |#4|) (-114)) 119 T ELT) (((-663 $) (-663 |#4|) (-114) (-114)) 117 T ELT) (((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114)) 120 T ELT)) (-3557 (((-663 |#3|) $) NIL T ELT)) (-3343 (((-114) $) NIL T ELT)) (-3540 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1370 ((|#4| |#4| $) NIL T ELT)) (-2082 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| $) 112 T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3606 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) 66 T ELT)) (-3366 (($) NIL T CONST)) (-2244 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) NIL T ELT)) (-3056 (($ (-663 |#4|)) NIL T ELT)) (-3806 (((-3 $ "failed") $) 45 T ELT)) (-2206 ((|#4| |#4| $) 69 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-2025 (($ |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 85 (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) NIL T ELT)) (-4269 ((|#4| |#4| $) NIL T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) NIL T ELT)) (-3452 (((-114) |#4| $) NIL T ELT)) (-4164 (((-114) |#4| $) NIL T ELT)) (-3212 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1829 (((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114)) 133 T ELT)) (-1559 (((-663 |#4|) $) 18 (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#4|) $) 19 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 27 (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 23 T ELT)) (-1972 (((-663 |#3|) $) NIL T ELT)) (-3253 (((-114) |#3| $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4472 (((-3 |#4| (-663 $)) |#4| |#4| $) NIL T ELT)) (-2939 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| |#4| $) 110 T ELT)) (-2045 (((-3 |#4| "failed") $) 42 T ELT)) (-1999 (((-663 $) |#4| $) 93 T ELT)) (-3329 (((-3 (-114) (-663 $)) |#4| $) NIL T ELT)) (-3742 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 $))) |#4| $) 103 T ELT) (((-114) |#4| $) 64 T ELT)) (-4340 (((-663 $) |#4| $) 115 T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) 116 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT)) (-2956 (((-663 $) (-663 |#4|) (-114) (-114) (-114)) 128 T ELT)) (-3520 (($ |#4| $) 82 T ELT) (($ (-663 |#4|) $) 83 T ELT) (((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114)) 79 T ELT)) (-2065 (((-663 |#4|) $) NIL T ELT)) (-2872 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1703 ((|#4| |#4| $) NIL T ELT)) (-2638 (((-114) $ $) NIL T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1488 ((|#4| |#4| $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 (((-3 |#4| "failed") $) 40 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-4300 (((-3 $ "failed") $ |#4|) 59 T ELT)) (-2674 (($ $ |#4|) NIL T ELT) (((-663 $) |#4| $) 95 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) 89 T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 17 T ELT)) (-1423 (($) 14 T ELT)) (-4283 (((-793) $) NIL T ELT)) (-3150 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 22 T ELT)) (-4299 (($ $ |#3|) 52 T ELT)) (-3912 (($ $ |#3|) 54 T ELT)) (-3396 (($ $) NIL T ELT)) (-1860 (($ $ |#3|) NIL T ELT)) (-2539 (((-887) $) 35 T ELT) (((-663 |#4|) $) 46 T ELT)) (-1895 (((-793) $) NIL (|has| |#3| (-381)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) NIL T ELT)) (-2478 (((-663 $) |#4| $) 92 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) NIL T ELT)) (-3038 (((-114) |#4| $) NIL T ELT)) (-1749 (((-114) |#3| $) 65 T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1058 |#1| |#2| |#3| |#4|) (-13 (-1102 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3520 ((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114))) (-15 -3509 ((-663 $) (-663 |#4|) (-114) (-114))) (-15 -3509 ((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114))) (-15 -2956 ((-663 $) (-663 |#4|) (-114) (-114) (-114))) (-15 -1829 ((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114))))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|)) (T -1058))
-((-3520 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 (-1058 *5 *6 *7 *3))) (-5 *1 (-1058 *5 *6 *7 *3)) (-4 *3 (-1096 *5 *6 *7)))) (-3509 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 (-1058 *5 *6 *7 *8))) (-5 *1 (-1058 *5 *6 *7 *8)))) (-3509 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 (-1058 *5 *6 *7 *8))) (-5 *1 (-1058 *5 *6 *7 *8)))) (-2956 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 (-1058 *5 *6 *7 *8))) (-5 *1 (-1058 *5 *6 *7 *8)))) (-1829 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-663 *8)) (|:| |towers| (-663 (-1058 *5 *6 *7 *8))))) (-5 *1 (-1058 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
-(-13 (-1102 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3520 ((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114))) (-15 -3509 ((-663 $) (-663 |#4|) (-114) (-114))) (-15 -3509 ((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114))) (-15 -2956 ((-663 $) (-663 |#4|) (-114) (-114) (-114))) (-15 -1829 ((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114)))))
-((-4112 (((-663 (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560)) (|:| |radvect| (-663 (-711 (-326 (-560))))))) (-711 (-421 (-975 (-560))))) 67 T ELT)) (-2183 (((-663 (-711 (-326 (-560)))) (-326 (-560)) (-711 (-421 (-975 (-560))))) 52 T ELT)) (-4154 (((-663 (-326 (-560))) (-711 (-421 (-975 (-560))))) 45 T ELT)) (-2279 (((-663 (-711 (-326 (-560)))) (-711 (-421 (-975 (-560))))) 85 T ELT)) (-3514 (((-711 (-326 (-560))) (-711 (-326 (-560)))) 38 T ELT)) (-2536 (((-663 (-711 (-326 (-560)))) (-663 (-711 (-326 (-560))))) 74 T ELT)) (-1675 (((-3 (-711 (-326 (-560))) "failed") (-711 (-421 (-975 (-560))))) 82 T ELT)))
-(((-1059) (-10 -7 (-15 -4112 ((-663 (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560)) (|:| |radvect| (-663 (-711 (-326 (-560))))))) (-711 (-421 (-975 (-560)))))) (-15 -2183 ((-663 (-711 (-326 (-560)))) (-326 (-560)) (-711 (-421 (-975 (-560)))))) (-15 -4154 ((-663 (-326 (-560))) (-711 (-421 (-975 (-560)))))) (-15 -1675 ((-3 (-711 (-326 (-560))) "failed") (-711 (-421 (-975 (-560)))))) (-15 -3514 ((-711 (-326 (-560))) (-711 (-326 (-560))))) (-15 -2536 ((-663 (-711 (-326 (-560)))) (-663 (-711 (-326 (-560)))))) (-15 -2279 ((-663 (-711 (-326 (-560)))) (-711 (-421 (-975 (-560)))))))) (T -1059))
-((-2279 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-975 (-560))))) (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1059)))) (-2536 (*1 *2 *2) (-12 (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1059)))) (-3514 (*1 *2 *2) (-12 (-5 *2 (-711 (-326 (-560)))) (-5 *1 (-1059)))) (-1675 (*1 *2 *3) (|partial| -12 (-5 *3 (-711 (-421 (-975 (-560))))) (-5 *2 (-711 (-326 (-560)))) (-5 *1 (-1059)))) (-4154 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-975 (-560))))) (-5 *2 (-663 (-326 (-560)))) (-5 *1 (-1059)))) (-2183 (*1 *2 *3 *4) (-12 (-5 *4 (-711 (-421 (-975 (-560))))) (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1059)) (-5 *3 (-326 (-560))))) (-4112 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-975 (-560))))) (-5 *2 (-663 (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560)) (|:| |radvect| (-663 (-711 (-326 (-560)))))))) (-5 *1 (-1059)))))
-(-10 -7 (-15 -4112 ((-663 (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560)) (|:| |radvect| (-663 (-711 (-326 (-560))))))) (-711 (-421 (-975 (-560)))))) (-15 -2183 ((-663 (-711 (-326 (-560)))) (-326 (-560)) (-711 (-421 (-975 (-560)))))) (-15 -4154 ((-663 (-326 (-560))) (-711 (-421 (-975 (-560)))))) (-15 -1675 ((-3 (-711 (-326 (-560))) "failed") (-711 (-421 (-975 (-560)))))) (-15 -3514 ((-711 (-326 (-560))) (-711 (-326 (-560))))) (-15 -2536 ((-663 (-711 (-326 (-560)))) (-663 (-711 (-326 (-560)))))) (-15 -2279 ((-663 (-711 (-326 (-560)))) (-711 (-421 (-975 (-560)))))))
-((-3822 (((-663 (-711 |#1|)) (-663 (-711 |#1|))) 70 T ELT) (((-711 |#1|) (-711 |#1|)) 69 T ELT) (((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-663 (-711 |#1|))) 68 T ELT) (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 65 T ELT)) (-3598 (((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-948)) 63 T ELT) (((-711 |#1|) (-711 |#1|) (-948)) 62 T ELT)) (-2860 (((-663 (-711 (-560))) (-663 (-663 (-560)))) 81 T ELT) (((-663 (-711 (-560))) (-663 (-931 (-560))) (-560)) 80 T ELT) (((-711 (-560)) (-663 (-560))) 77 T ELT) (((-711 (-560)) (-931 (-560)) (-560)) 75 T ELT)) (-2227 (((-711 (-975 |#1|)) (-793)) 95 T ELT)) (-4103 (((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-948)) 49 (|has| |#1| (-6 (-4511 "*"))) ELT) (((-711 |#1|) (-711 |#1|) (-948)) 47 (|has| |#1| (-6 (-4511 "*"))) ELT)))
-(((-1060 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4511 "*"))) (-15 -4103 ((-711 |#1|) (-711 |#1|) (-948))) |%noBranch|) (IF (|has| |#1| (-6 (-4511 "*"))) (-15 -4103 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-948))) |%noBranch|) (-15 -2227 ((-711 (-975 |#1|)) (-793))) (-15 -3598 ((-711 |#1|) (-711 |#1|) (-948))) (-15 -3598 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-948))) (-15 -3822 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3822 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -3822 ((-711 |#1|) (-711 |#1|))) (-15 -3822 ((-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -2860 ((-711 (-560)) (-931 (-560)) (-560))) (-15 -2860 ((-711 (-560)) (-663 (-560)))) (-15 -2860 ((-663 (-711 (-560))) (-663 (-931 (-560))) (-560))) (-15 -2860 ((-663 (-711 (-560))) (-663 (-663 (-560)))))) (-1080)) (T -1060))
-((-2860 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-560)))) (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-1060 *4)) (-4 *4 (-1080)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-931 (-560)))) (-5 *4 (-560)) (-5 *2 (-663 (-711 *4))) (-5 *1 (-1060 *5)) (-4 *5 (-1080)))) (-2860 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1060 *4)) (-4 *4 (-1080)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-931 (-560))) (-5 *4 (-560)) (-5 *2 (-711 *4)) (-5 *1 (-1060 *5)) (-4 *5 (-1080)))) (-3822 (*1 *2 *2) (-12 (-5 *2 (-663 (-711 *3))) (-4 *3 (-1080)) (-5 *1 (-1060 *3)))) (-3822 (*1 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-1060 *3)))) (-3822 (*1 *2 *2 *2) (-12 (-5 *2 (-663 (-711 *3))) (-4 *3 (-1080)) (-5 *1 (-1060 *3)))) (-3822 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-1060 *3)))) (-3598 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-711 *4))) (-5 *3 (-948)) (-4 *4 (-1080)) (-5 *1 (-1060 *4)))) (-3598 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *4)) (-5 *3 (-948)) (-4 *4 (-1080)) (-5 *1 (-1060 *4)))) (-2227 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-711 (-975 *4))) (-5 *1 (-1060 *4)) (-4 *4 (-1080)))) (-4103 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-711 *4))) (-5 *3 (-948)) (|has| *4 (-6 (-4511 "*"))) (-4 *4 (-1080)) (-5 *1 (-1060 *4)))) (-4103 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *4)) (-5 *3 (-948)) (|has| *4 (-6 (-4511 "*"))) (-4 *4 (-1080)) (-5 *1 (-1060 *4)))))
-(-10 -7 (IF (|has| |#1| (-6 (-4511 "*"))) (-15 -4103 ((-711 |#1|) (-711 |#1|) (-948))) |%noBranch|) (IF (|has| |#1| (-6 (-4511 "*"))) (-15 -4103 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-948))) |%noBranch|) (-15 -2227 ((-711 (-975 |#1|)) (-793))) (-15 -3598 ((-711 |#1|) (-711 |#1|) (-948))) (-15 -3598 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-948))) (-15 -3822 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3822 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -3822 ((-711 |#1|) (-711 |#1|))) (-15 -3822 ((-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -2860 ((-711 (-560)) (-931 (-560)) (-560))) (-15 -2860 ((-711 (-560)) (-663 (-560)))) (-15 -2860 ((-663 (-711 (-560))) (-663 (-931 (-560))) (-560))) (-15 -2860 ((-663 (-711 (-560))) (-663 (-663 (-560))))))
-((-3549 (((-711 |#1|) (-663 (-711 |#1|)) (-1298 |#1|)) 69 (|has| |#1| (-319)) ELT)) (-3801 (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1298 (-1298 |#1|))) 109 (|has| |#1| (-376)) ELT) (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1298 |#1|)) 116 (|has| |#1| (-376)) ELT)) (-2925 (((-1298 |#1|) (-663 (-1298 |#1|)) (-560)) 135 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT)) (-2146 (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-948)) 123 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT) (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114)) 122 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT) (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|))) 121 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT) (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114) (-560) (-560)) 120 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT)) (-1420 (((-114) (-663 (-711 |#1|))) 102 (|has| |#1| (-376)) ELT) (((-114) (-663 (-711 |#1|)) (-560)) 105 (|has| |#1| (-376)) ELT)) (-2418 (((-1298 (-1298 |#1|)) (-663 (-711 |#1|)) (-1298 |#1|)) 66 (|has| |#1| (-319)) ELT)) (-2780 (((-711 |#1|) (-663 (-711 |#1|)) (-711 |#1|)) 46 T ELT)) (-4202 (((-711 |#1|) (-1298 (-1298 |#1|))) 39 T ELT)) (-2510 (((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-560)) 93 (|has| |#1| (-376)) ELT) (((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|))) 92 (|has| |#1| (-376)) ELT) (((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-114) (-560)) 100 (|has| |#1| (-376)) ELT)))
-(((-1061 |#1|) (-10 -7 (-15 -4202 ((-711 |#1|) (-1298 (-1298 |#1|)))) (-15 -2780 ((-711 |#1|) (-663 (-711 |#1|)) (-711 |#1|))) (IF (|has| |#1| (-319)) (PROGN (-15 -2418 ((-1298 (-1298 |#1|)) (-663 (-711 |#1|)) (-1298 |#1|))) (-15 -3549 ((-711 |#1|) (-663 (-711 |#1|)) (-1298 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -2510 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-114) (-560))) (-15 -2510 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -2510 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-560))) (-15 -1420 ((-114) (-663 (-711 |#1|)) (-560))) (-15 -1420 ((-114) (-663 (-711 |#1|)))) (-15 -3801 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1298 |#1|))) (-15 -3801 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1298 (-1298 |#1|))))) |%noBranch|) (IF (|has| |#1| (-381)) (IF (|has| |#1| (-376)) (PROGN (-15 -2146 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114) (-560) (-560))) (-15 -2146 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)))) (-15 -2146 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114))) (-15 -2146 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-948))) (-15 -2925 ((-1298 |#1|) (-663 (-1298 |#1|)) (-560)))) |%noBranch|) |%noBranch|)) (-1080)) (T -1061))
-((-2925 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1298 *5))) (-5 *4 (-560)) (-5 *2 (-1298 *5)) (-5 *1 (-1061 *5)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1080)))) (-2146 (*1 *2 *3 *4) (-12 (-5 *4 (-948)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1080)) (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1061 *5)) (-5 *3 (-663 (-711 *5))))) (-2146 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1080)) (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1061 *5)) (-5 *3 (-663 (-711 *5))))) (-2146 (*1 *2 *3) (-12 (-4 *4 (-376)) (-4 *4 (-381)) (-4 *4 (-1080)) (-5 *2 (-663 (-663 (-711 *4)))) (-5 *1 (-1061 *4)) (-5 *3 (-663 (-711 *4))))) (-2146 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-114)) (-5 *5 (-560)) (-4 *6 (-376)) (-4 *6 (-381)) (-4 *6 (-1080)) (-5 *2 (-663 (-663 (-711 *6)))) (-5 *1 (-1061 *6)) (-5 *3 (-663 (-711 *6))))) (-3801 (*1 *2 *3 *4) (-12 (-5 *4 (-1298 (-1298 *5))) (-4 *5 (-376)) (-4 *5 (-1080)) (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1061 *5)) (-5 *3 (-663 (-711 *5))))) (-3801 (*1 *2 *3 *4) (-12 (-5 *4 (-1298 *5)) (-4 *5 (-376)) (-4 *5 (-1080)) (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1061 *5)) (-5 *3 (-663 (-711 *5))))) (-1420 (*1 *2 *3) (-12 (-5 *3 (-663 (-711 *4))) (-4 *4 (-376)) (-4 *4 (-1080)) (-5 *2 (-114)) (-5 *1 (-1061 *4)))) (-1420 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-560)) (-4 *5 (-376)) (-4 *5 (-1080)) (-5 *2 (-114)) (-5 *1 (-1061 *5)))) (-2510 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-560)) (-5 *2 (-711 *5)) (-5 *1 (-1061 *5)) (-4 *5 (-376)) (-4 *5 (-1080)))) (-2510 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-711 *4))) (-5 *2 (-711 *4)) (-5 *1 (-1061 *4)) (-4 *4 (-376)) (-4 *4 (-1080)))) (-2510 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-663 (-711 *6))) (-5 *4 (-114)) (-5 *5 (-560)) (-5 *2 (-711 *6)) (-5 *1 (-1061 *6)) (-4 *6 (-376)) (-4 *6 (-1080)))) (-3549 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-1298 *5)) (-4 *5 (-319)) (-4 *5 (-1080)) (-5 *2 (-711 *5)) (-5 *1 (-1061 *5)))) (-2418 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-711 *5))) (-4 *5 (-319)) (-4 *5 (-1080)) (-5 *2 (-1298 (-1298 *5))) (-5 *1 (-1061 *5)) (-5 *4 (-1298 *5)))) (-2780 (*1 *2 *3 *2) (-12 (-5 *3 (-663 (-711 *4))) (-5 *2 (-711 *4)) (-4 *4 (-1080)) (-5 *1 (-1061 *4)))) (-4202 (*1 *2 *3) (-12 (-5 *3 (-1298 (-1298 *4))) (-4 *4 (-1080)) (-5 *2 (-711 *4)) (-5 *1 (-1061 *4)))))
-(-10 -7 (-15 -4202 ((-711 |#1|) (-1298 (-1298 |#1|)))) (-15 -2780 ((-711 |#1|) (-663 (-711 |#1|)) (-711 |#1|))) (IF (|has| |#1| (-319)) (PROGN (-15 -2418 ((-1298 (-1298 |#1|)) (-663 (-711 |#1|)) (-1298 |#1|))) (-15 -3549 ((-711 |#1|) (-663 (-711 |#1|)) (-1298 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -2510 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-114) (-560))) (-15 -2510 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -2510 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-560))) (-15 -1420 ((-114) (-663 (-711 |#1|)) (-560))) (-15 -1420 ((-114) (-663 (-711 |#1|)))) (-15 -3801 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1298 |#1|))) (-15 -3801 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1298 (-1298 |#1|))))) |%noBranch|) (IF (|has| |#1| (-381)) (IF (|has| |#1| (-376)) (PROGN (-15 -2146 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114) (-560) (-560))) (-15 -2146 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)))) (-15 -2146 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114))) (-15 -2146 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-948))) (-15 -2925 ((-1298 |#1|) (-663 (-1298 |#1|)) (-560)))) |%noBranch|) |%noBranch|))
-((-3597 ((|#1| (-948) |#1|) 18 T ELT)))
-(((-1062 |#1|) (-10 -7 (-15 -3597 (|#1| (-948) |#1|))) (-13 (-1132) (-10 -8 (-15 -2413 ($ $ $))))) (T -1062))
-((-3597 (*1 *2 *3 *2) (-12 (-5 *3 (-948)) (-5 *1 (-1062 *2)) (-4 *2 (-13 (-1132) (-10 -8 (-15 -2413 ($ $ $))))))))
-(-10 -7 (-15 -3597 (|#1| (-948) |#1|)))
-((-2806 ((|#1| |#1| (-948)) 18 T ELT)))
-(((-1063 |#1|) (-10 -7 (-15 -2806 (|#1| |#1| (-948)))) (-13 (-1132) (-10 -8 (-15 * ($ $ $))))) (T -1063))
-((-2806 (*1 *2 *2 *3) (-12 (-5 *3 (-948)) (-5 *1 (-1063 *2)) (-4 *2 (-13 (-1132) (-10 -8 (-15 * ($ $ $))))))))
-(-10 -7 (-15 -2806 (|#1| |#1| (-948))))
-((-2539 ((|#1| (-323)) 11 T ELT) (((-1304) |#1|) 9 T ELT)))
-(((-1064 |#1|) (-10 -7 (-15 -2539 ((-1304) |#1|)) (-15 -2539 (|#1| (-323)))) (-1248)) (T -1064))
-((-2539 (*1 *2 *3) (-12 (-5 *3 (-323)) (-5 *1 (-1064 *2)) (-4 *2 (-1248)))) (-2539 (*1 *2 *3) (-12 (-5 *2 (-1304)) (-5 *1 (-1064 *3)) (-4 *3 (-1248)))))
-(-10 -7 (-15 -2539 ((-1304) |#1|)) (-15 -2539 (|#1| (-323))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2108 (($ |#4|) 25 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2094 ((|#4| $) 27 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 46 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ |#4|) 26 T ELT)) (-3418 (((-793)) 43 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 21 T CONST)) (-1439 (($) 23 T CONST)) (-2329 (((-114) $ $) 40 T ELT)) (-2426 (($ $) 31 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 29 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 36 T ELT) (($ $ $) 33 T ELT) (($ |#1| $) 38 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1065 |#1| |#2| |#3| |#4| |#5|) (-13 (-175) (-38 |#1|) (-10 -8 (-15 -2108 ($ |#4|)) (-15 -2539 ($ |#4|)) (-15 -2094 (|#4| $)))) (-376) (-815) (-871) (-979 |#1| |#2| |#3|) (-663 |#4|)) (T -1065))
-((-2108 (*1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1065 *3 *4 *5 *2 *6)) (-4 *2 (-979 *3 *4 *5)) (-14 *6 (-663 *2)))) (-2539 (*1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1065 *3 *4 *5 *2 *6)) (-4 *2 (-979 *3 *4 *5)) (-14 *6 (-663 *2)))) (-2094 (*1 *2 *1) (-12 (-4 *2 (-979 *3 *4 *5)) (-5 *1 (-1065 *3 *4 *5 *2 *6)) (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-14 *6 (-663 *2)))))
-(-13 (-175) (-38 |#1|) (-10 -8 (-15 -2108 ($ |#4|)) (-15 -2539 ($ |#4|)) (-15 -2094 (|#4| $))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL T ELT)) (-3303 (((-1304) $ (-1208) (-1208)) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3259 (((-114) (-114)) 43 T ELT)) (-3905 (((-114) (-114)) 42 T ELT)) (-2696 (((-51) $ (-1208) (-51)) NIL T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 (-51) "failed") (-1208) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 (-51) "failed") (-1208) $) NIL T ELT)) (-2025 (($ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 (((-51) $ (-1208) (-51)) NIL (|has| $ (-6 -4510)) ELT)) (-3393 (((-51) $ (-1208)) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-1208) $) NIL (|has| (-1208) (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT)) (-3213 (((-1208) $) NIL (|has| (-1208) (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT) (($ (-1 (-51) (-51) (-51)) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-51) (-1132)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT)) (-3342 (((-663 (-1208)) $) 37 T ELT)) (-1651 (((-114) (-1208) $) NIL T ELT)) (-1688 (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL T ELT)) (-1936 (((-663 (-1208)) $) NIL T ELT)) (-2624 (((-114) (-1208) $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-51) (-1132)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT)) (-3794 (((-51) $) NIL (|has| (-1208) (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) "failed") (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL T ELT)) (-4446 (($ $ (-51)) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))))) NIL (-12 (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL (-12 (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) NIL (-12 (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL (-12 (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-663 (-51)) (-663 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-305 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-663 (-305 (-51)))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT)) (-3155 (((-663 (-51)) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 (((-51) $ (-1208)) 39 T ELT) (((-51) $ (-1208) (-51)) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (((-793) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT) (((-793) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL T ELT)) (-2539 (((-887) $) 41 (-2191 (|has| (-51) (-632 (-887))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1066) (-13 (-1225 (-1208) (-51)) (-10 -7 (-15 -3259 ((-114) (-114))) (-15 -3905 ((-114) (-114))) (-6 -4509)))) (T -1066))
-((-3259 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1066)))) (-3905 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1066)))))
-(-13 (-1225 (-1208) (-51)) (-10 -7 (-15 -3259 ((-114) (-114))) (-15 -3905 ((-114) (-114))) (-6 -4509)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1569 (((-1166) $) 9 T ELT)) (-2539 (((-887) $) 15 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1067) (-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $))))) (T -1067))
-((-1569 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1067)))))
-(-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $))))
-((-3056 ((|#2| $) 10 T ELT)))
-(((-1068 |#1| |#2|) (-10 -8 (-15 -3056 (|#2| |#1|))) (-1069 |#2|) (-1248)) (T -1068))
-NIL
-(-10 -8 (-15 -3056 (|#2| |#1|)))
-((-1442 (((-3 |#1| "failed") $) 9 T ELT)) (-3056 ((|#1| $) 8 T ELT)) (-2539 (($ |#1|) 6 T ELT)))
-(((-1069 |#1|) (-142) (-1248)) (T -1069))
-((-1442 (*1 *2 *1) (|partial| -12 (-4 *1 (-1069 *2)) (-4 *2 (-1248)))) (-3056 (*1 *2 *1) (-12 (-4 *1 (-1069 *2)) (-4 *2 (-1248)))))
-(-13 (-635 |t#1|) (-10 -8 (-15 -1442 ((-3 |t#1| "failed") $)) (-15 -3056 (|t#1| $))))
+((-3585 (((-3 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) "failed") |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) 32 T ELT) (((-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560))) 29 T ELT)) (-1637 (((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560))) 34 T ELT) (((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-421 (-560))) 30 T ELT) (((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) 33 T ELT) (((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1|) 28 T ELT)) (-4060 (((-663 (-421 (-560))) (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) 20 T ELT)) (-3074 (((-421 (-560)) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) 17 T ELT)))
+(((-1053 |#1|) (-10 -7 (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1|)) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-421 (-560)))) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560)))) (-15 -3585 ((-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560)))) (-15 -3585 ((-3 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) "failed") |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-15 -3074 ((-421 (-560)) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-15 -4060 ((-663 (-421 (-560))) (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))))) (-1275 (-560))) (T -1053))
+((-4060 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-5 *2 (-663 (-421 (-560)))) (-5 *1 (-1053 *4)) (-4 *4 (-1275 (-560))))) (-3074 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) (-5 *2 (-421 (-560))) (-5 *1 (-1053 *4)) (-4 *4 (-1275 (-560))))) (-3585 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560))))) (-3585 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) (-5 *4 (-421 (-560))) (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560))))) (-1637 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-421 (-560))) (-5 *2 (-663 (-2 (|:| -3369 *5) (|:| -3379 *5)))) (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560))) (-5 *4 (-2 (|:| -3369 *5) (|:| -3379 *5))))) (-1637 (*1 *2 *3 *4) (-12 (-5 *2 (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560))) (-5 *4 (-421 (-560))))) (-1637 (*1 *2 *3 *4) (-12 (-5 *2 (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560))) (-5 *4 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))) (-1637 (*1 *2 *3) (-12 (-5 *2 (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560))))))
+(-10 -7 (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1|)) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-421 (-560)))) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560)))) (-15 -3585 ((-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560)))) (-15 -3585 ((-3 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) "failed") |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-15 -3074 ((-421 (-560)) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-15 -4060 ((-663 (-421 (-560))) (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))))
+((-3585 (((-3 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) "failed") |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) 35 T ELT) (((-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560))) 32 T ELT)) (-1637 (((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560))) 30 T ELT) (((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-421 (-560))) 26 T ELT) (((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) 28 T ELT) (((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1|) 24 T ELT)))
+(((-1054 |#1|) (-10 -7 (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1|)) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-421 (-560)))) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560)))) (-15 -3585 ((-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560)))) (-15 -3585 ((-3 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) "failed") |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))) (-1275 (-421 (-560)))) (T -1054))
+((-3585 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) (-5 *1 (-1054 *3)) (-4 *3 (-1275 (-421 (-560)))))) (-3585 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) (-5 *4 (-421 (-560))) (-5 *1 (-1054 *3)) (-4 *3 (-1275 *4)))) (-1637 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-421 (-560))) (-5 *2 (-663 (-2 (|:| -3369 *5) (|:| -3379 *5)))) (-5 *1 (-1054 *3)) (-4 *3 (-1275 *5)) (-5 *4 (-2 (|:| -3369 *5) (|:| -3379 *5))))) (-1637 (*1 *2 *3 *4) (-12 (-5 *4 (-421 (-560))) (-5 *2 (-663 (-2 (|:| -3369 *4) (|:| -3379 *4)))) (-5 *1 (-1054 *3)) (-4 *3 (-1275 *4)))) (-1637 (*1 *2 *3 *4) (-12 (-5 *2 (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-5 *1 (-1054 *3)) (-4 *3 (-1275 (-421 (-560)))) (-5 *4 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))) (-1637 (*1 *2 *3) (-12 (-5 *2 (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-5 *1 (-1054 *3)) (-4 *3 (-1275 (-421 (-560)))))))
+(-10 -7 (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1|)) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-421 (-560)))) (-15 -1637 ((-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560)))) (-15 -3585 ((-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-421 (-560)))) (-15 -3585 ((-3 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) "failed") |#1| (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))) (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))))
+((-3944 (((-663 (-391)) (-976 (-560)) (-391)) 28 T ELT) (((-663 (-391)) (-976 (-421 (-560))) (-391)) 27 T ELT)) (-4482 (((-663 (-663 (-391))) (-663 (-976 (-560))) (-663 (-1209)) (-391)) 37 T ELT)))
+(((-1055) (-10 -7 (-15 -3944 ((-663 (-391)) (-976 (-421 (-560))) (-391))) (-15 -3944 ((-663 (-391)) (-976 (-560)) (-391))) (-15 -4482 ((-663 (-663 (-391))) (-663 (-976 (-560))) (-663 (-1209)) (-391))))) (T -1055))
+((-4482 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-663 (-1209))) (-5 *2 (-663 (-663 (-391)))) (-5 *1 (-1055)) (-5 *5 (-391)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-976 (-560))) (-5 *2 (-663 (-391))) (-5 *1 (-1055)) (-5 *4 (-391)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-976 (-421 (-560)))) (-5 *2 (-663 (-391))) (-5 *1 (-1055)) (-5 *4 (-391)))))
+(-10 -7 (-15 -3944 ((-663 (-391)) (-976 (-421 (-560))) (-391))) (-15 -3944 ((-663 (-391)) (-976 (-560)) (-391))) (-15 -4482 ((-663 (-663 (-391))) (-663 (-976 (-560))) (-663 (-1209)) (-391))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 75 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-2563 (($ $) NIL T ELT) (($ $ (-949)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-560)) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) 70 T ELT)) (-4489 (($) NIL T CONST)) (-4182 (((-3 $ "failed") (-1203 $) (-949) (-888)) NIL T ELT) (((-3 $ "failed") (-1203 $) (-949)) 55 T ELT)) (-4142 (((-3 (-421 (-560)) "failed") $) NIL (|has| (-421 (-560)) (-1070 (-421 (-560)))) ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#1| "failed") $) 116 T ELT) (((-3 (-560) "failed") $) NIL (-2309 (|has| (-421 (-560)) (-1070 (-560))) (|has| |#1| (-1070 (-560)))) ELT)) (-4072 (((-421 (-560)) $) 17 (|has| (-421 (-560)) (-1070 (-421 (-560)))) ELT) (((-421 (-560)) $) 17 T ELT) ((|#1| $) 117 T ELT) (((-560) $) NIL (-2309 (|has| (-421 (-560)) (-1070 (-560))) (|has| |#1| (-1070 (-560)))) ELT)) (-3670 (($ $ (-888)) 47 T ELT)) (-1435 (($ $ (-888)) 48 T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1556 (((-421 (-560)) $ $) 21 T ELT)) (-2167 (((-3 $ "failed") $) 88 T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-1366 (((-114) $) 66 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL T ELT)) (-1501 (((-114) $) 69 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3492 (((-3 (-1203 $) "failed") $) 83 T ELT)) (-3821 (((-3 (-888) "failed") $) 82 T ELT)) (-1822 (((-3 (-1203 $) "failed") $) 80 T ELT)) (-2303 (((-3 (-1093 $ (-1203 $)) "failed") $) 78 T ELT)) (-3100 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 89 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3834 (((-888) $) 87 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) 63 T ELT) (($ (-421 (-560))) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#1|) 119 T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4430 (((-421 (-560)) $ $) 27 T ELT)) (-2738 (((-663 $) (-1203 $)) 61 T ELT) (((-663 $) (-1203 (-421 (-560)))) NIL T ELT) (((-663 $) (-1203 (-560))) NIL T ELT) (((-663 $) (-976 $)) NIL T ELT) (((-663 $) (-976 (-421 (-560)))) NIL T ELT) (((-663 $) (-976 (-560))) NIL T ELT)) (-2731 (($ (-1093 $ (-1203 $)) (-888)) 46 T ELT)) (-1958 (($ $) 22 T ELT)) (-2971 (($) 32 T CONST)) (-2983 (($) 39 T CONST)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 76 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 24 T ELT)) (-2594 (($ $ $) 37 T ELT)) (-2581 (($ $) 38 T ELT) (($ $ $) 74 T ELT)) (-2571 (($ $ $) 112 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 98 T ELT) (($ $ $) 104 T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ (-560) $) 98 T ELT) (($ $ (-560)) NIL T ELT) (($ (-421 (-560)) $) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT) (($ |#1| $) 102 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1056 |#1|) (-13 (-1044) (-426 |#1|) (-38 |#1|) (-10 -8 (-15 -2731 ($ (-1093 $ (-1203 $)) (-888))) (-15 -2303 ((-3 (-1093 $ (-1203 $)) "failed") $)) (-15 -1556 ((-421 (-560)) $ $)))) (-13 (-871) (-376) (-1052))) (T -1056))
+((-2731 (*1 *1 *2 *3) (-12 (-5 *2 (-1093 (-1056 *4) (-1203 (-1056 *4)))) (-5 *3 (-888)) (-5 *1 (-1056 *4)) (-4 *4 (-13 (-871) (-376) (-1052))))) (-2303 (*1 *2 *1) (|partial| -12 (-5 *2 (-1093 (-1056 *3) (-1203 (-1056 *3)))) (-5 *1 (-1056 *3)) (-4 *3 (-13 (-871) (-376) (-1052))))) (-1556 (*1 *2 *1 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1056 *3)) (-4 *3 (-13 (-871) (-376) (-1052))))))
+(-13 (-1044) (-426 |#1|) (-38 |#1|) (-10 -8 (-15 -2731 ($ (-1093 $ (-1203 $)) (-888))) (-15 -2303 ((-3 (-1093 $ (-1203 $)) "failed") $)) (-15 -1556 ((-421 (-560)) $ $))))
+((-3389 (((-2 (|:| -1969 |#2|) (|:| -4467 (-663 |#1|))) |#2| (-663 |#1|)) 32 T ELT) ((|#2| |#2| |#1|) 27 T ELT)))
+(((-1057 |#1| |#2|) (-10 -7 (-15 -3389 (|#2| |#2| |#1|)) (-15 -3389 ((-2 (|:| -1969 |#2|) (|:| -4467 (-663 |#1|))) |#2| (-663 |#1|)))) (-376) (-680 |#1|)) (T -1057))
+((-3389 (*1 *2 *3 *4) (-12 (-4 *5 (-376)) (-5 *2 (-2 (|:| -1969 *3) (|:| -4467 (-663 *5)))) (-5 *1 (-1057 *5 *3)) (-5 *4 (-663 *5)) (-4 *3 (-680 *5)))) (-3389 (*1 *2 *2 *3) (-12 (-4 *3 (-376)) (-5 *1 (-1057 *3 *2)) (-4 *2 (-680 *3)))))
+(-10 -7 (-15 -3389 (|#2| |#2| |#1|)) (-15 -3389 ((-2 (|:| -1969 |#2|) (|:| -4467 (-663 |#1|))) |#2| (-663 |#1|))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1662 ((|#1| $ |#1|) 14 T ELT)) (-3986 ((|#1| $ |#1|) 12 T ELT)) (-2117 (($ |#1|) 10 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3034 ((|#1| $) 11 T ELT)) (-3715 ((|#1| $) 13 T ELT)) (-3834 (((-888) $) 21 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2478 (((-114) $ $) 9 T ELT)))
+(((-1058 |#1|) (-13 (-1249) (-10 -8 (-15 -2117 ($ |#1|)) (-15 -3034 (|#1| $)) (-15 -3986 (|#1| $ |#1|)) (-15 -3715 (|#1| $)) (-15 -1662 (|#1| $ |#1|)) (-15 -2478 ((-114) $ $)) (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|))) (-1249)) (T -1058))
+((-2117 (*1 *1 *2) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249)))) (-3034 (*1 *2 *1) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249)))) (-3986 (*1 *2 *1 *2) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249)))) (-3715 (*1 *2 *1) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249)))) (-1662 (*1 *2 *1 *2) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249)))) (-2478 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1058 *3)) (-4 *3 (-1249)))))
+(-13 (-1249) (-10 -8 (-15 -2117 ($ |#1|)) (-15 -3034 (|#1| $)) (-15 -3986 (|#1| $ |#1|)) (-15 -3715 (|#1| $)) (-15 -1662 (|#1| $ |#1|)) (-15 -2478 ((-114) $ $)) (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) NIL T ELT)) (-1387 (((-663 $) (-663 |#4|)) 118 T ELT) (((-663 $) (-663 |#4|) (-114)) 119 T ELT) (((-663 $) (-663 |#4|) (-114) (-114)) 117 T ELT) (((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114)) 120 T ELT)) (-2712 (((-663 |#3|) $) NIL T ELT)) (-3511 (((-114) $) NIL T ELT)) (-3673 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-3349 ((|#4| |#4| $) NIL T ELT)) (-2624 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| $) 112 T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3797 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) 66 T ELT)) (-4489 (($) NIL T CONST)) (-3438 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) NIL T ELT)) (-4072 (($ (-663 |#4|)) NIL T ELT)) (-1586 (((-3 $ "failed") $) 45 T ELT)) (-2869 ((|#4| |#4| $) 69 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-3513 (($ |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 85 (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1977 ((|#4| |#4| $) NIL T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) NIL T ELT)) (-2828 (((-114) |#4| $) NIL T ELT)) (-4448 (((-114) |#4| $) NIL T ELT)) (-3242 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2821 (((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114)) 133 T ELT)) (-3086 (((-663 |#4|) $) 18 (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#4|) $) 19 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 27 (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 23 T ELT)) (-4306 (((-663 |#3|) $) NIL T ELT)) (-1654 (((-114) |#3| $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3789 (((-3 |#4| (-663 $)) |#4| |#4| $) NIL T ELT)) (-1946 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| |#4| $) 110 T ELT)) (-3534 (((-3 |#4| "failed") $) 42 T ELT)) (-3611 (((-663 $) |#4| $) 93 T ELT)) (-3448 (((-3 (-114) (-663 $)) |#4| $) NIL T ELT)) (-1775 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 $))) |#4| $) 103 T ELT) (((-114) |#4| $) 64 T ELT)) (-2921 (((-663 $) |#4| $) 115 T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) 116 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT)) (-4195 (((-663 $) (-663 |#4|) (-114) (-114) (-114)) 128 T ELT)) (-4340 (($ |#4| $) 82 T ELT) (($ (-663 |#4|) $) 83 T ELT) (((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114)) 79 T ELT)) (-1455 (((-663 |#4|) $) NIL T ELT)) (-2033 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2347 ((|#4| |#4| $) NIL T ELT)) (-1446 (((-114) $ $) NIL T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2153 ((|#4| |#4| $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 (((-3 |#4| "failed") $) 40 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-4319 (((-3 $ "failed") $ |#4|) 59 T ELT)) (-3201 (($ $ |#4|) NIL T ELT) (((-663 $) |#4| $) 95 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) 89 T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 17 T ELT)) (-3614 (($) 14 T ELT)) (-4144 (((-793) $) NIL T ELT)) (-1485 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 22 T ELT)) (-2337 (($ $ |#3|) 52 T ELT)) (-1548 (($ $ |#3|) 54 T ELT)) (-2133 (($ $) NIL T ELT)) (-2721 (($ $ |#3|) NIL T ELT)) (-3834 (((-888) $) 35 T ELT) (((-663 |#4|) $) 46 T ELT)) (-2688 (((-793) $) NIL (|has| |#3| (-381)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) NIL T ELT)) (-2601 (((-663 $) |#4| $) 92 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) NIL T ELT)) (-3637 (((-114) |#4| $) NIL T ELT)) (-1414 (((-114) |#3| $) 65 T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1059 |#1| |#2| |#3| |#4|) (-13 (-1103 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4340 ((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114))) (-15 -1387 ((-663 $) (-663 |#4|) (-114) (-114))) (-15 -1387 ((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114))) (-15 -4195 ((-663 $) (-663 |#4|) (-114) (-114) (-114))) (-15 -2821 ((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114))))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|)) (T -1059))
+((-4340 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 (-1059 *5 *6 *7 *3))) (-5 *1 (-1059 *5 *6 *7 *3)) (-4 *3 (-1097 *5 *6 *7)))) (-1387 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 (-1059 *5 *6 *7 *8))) (-5 *1 (-1059 *5 *6 *7 *8)))) (-1387 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 (-1059 *5 *6 *7 *8))) (-5 *1 (-1059 *5 *6 *7 *8)))) (-4195 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 (-1059 *5 *6 *7 *8))) (-5 *1 (-1059 *5 *6 *7 *8)))) (-2821 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-663 *8)) (|:| |towers| (-663 (-1059 *5 *6 *7 *8))))) (-5 *1 (-1059 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
+(-13 (-1103 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4340 ((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114))) (-15 -1387 ((-663 $) (-663 |#4|) (-114) (-114))) (-15 -1387 ((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114))) (-15 -4195 ((-663 $) (-663 |#4|) (-114) (-114) (-114))) (-15 -2821 ((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114)))))
+((-1454 (((-663 (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560)) (|:| |radvect| (-663 (-711 (-326 (-560))))))) (-711 (-421 (-976 (-560))))) 67 T ELT)) (-3744 (((-663 (-711 (-326 (-560)))) (-326 (-560)) (-711 (-421 (-976 (-560))))) 52 T ELT)) (-1507 (((-663 (-326 (-560))) (-711 (-421 (-976 (-560))))) 45 T ELT)) (-1780 (((-663 (-711 (-326 (-560)))) (-711 (-421 (-976 (-560))))) 85 T ELT)) (-1839 (((-711 (-326 (-560))) (-711 (-326 (-560)))) 38 T ELT)) (-2600 (((-663 (-711 (-326 (-560)))) (-663 (-711 (-326 (-560))))) 74 T ELT)) (-3119 (((-3 (-711 (-326 (-560))) "failed") (-711 (-421 (-976 (-560))))) 82 T ELT)))
+(((-1060) (-10 -7 (-15 -1454 ((-663 (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560)) (|:| |radvect| (-663 (-711 (-326 (-560))))))) (-711 (-421 (-976 (-560)))))) (-15 -3744 ((-663 (-711 (-326 (-560)))) (-326 (-560)) (-711 (-421 (-976 (-560)))))) (-15 -1507 ((-663 (-326 (-560))) (-711 (-421 (-976 (-560)))))) (-15 -3119 ((-3 (-711 (-326 (-560))) "failed") (-711 (-421 (-976 (-560)))))) (-15 -1839 ((-711 (-326 (-560))) (-711 (-326 (-560))))) (-15 -2600 ((-663 (-711 (-326 (-560)))) (-663 (-711 (-326 (-560)))))) (-15 -1780 ((-663 (-711 (-326 (-560)))) (-711 (-421 (-976 (-560)))))))) (T -1060))
+((-1780 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-976 (-560))))) (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1060)))) (-2600 (*1 *2 *2) (-12 (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1060)))) (-1839 (*1 *2 *2) (-12 (-5 *2 (-711 (-326 (-560)))) (-5 *1 (-1060)))) (-3119 (*1 *2 *3) (|partial| -12 (-5 *3 (-711 (-421 (-976 (-560))))) (-5 *2 (-711 (-326 (-560)))) (-5 *1 (-1060)))) (-1507 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-976 (-560))))) (-5 *2 (-663 (-326 (-560)))) (-5 *1 (-1060)))) (-3744 (*1 *2 *3 *4) (-12 (-5 *4 (-711 (-421 (-976 (-560))))) (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1060)) (-5 *3 (-326 (-560))))) (-1454 (*1 *2 *3) (-12 (-5 *3 (-711 (-421 (-976 (-560))))) (-5 *2 (-663 (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560)) (|:| |radvect| (-663 (-711 (-326 (-560)))))))) (-5 *1 (-1060)))))
+(-10 -7 (-15 -1454 ((-663 (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560)) (|:| |radvect| (-663 (-711 (-326 (-560))))))) (-711 (-421 (-976 (-560)))))) (-15 -3744 ((-663 (-711 (-326 (-560)))) (-326 (-560)) (-711 (-421 (-976 (-560)))))) (-15 -1507 ((-663 (-326 (-560))) (-711 (-421 (-976 (-560)))))) (-15 -3119 ((-3 (-711 (-326 (-560))) "failed") (-711 (-421 (-976 (-560)))))) (-15 -1839 ((-711 (-326 (-560))) (-711 (-326 (-560))))) (-15 -2600 ((-663 (-711 (-326 (-560)))) (-663 (-711 (-326 (-560)))))) (-15 -1780 ((-663 (-711 (-326 (-560)))) (-711 (-421 (-976 (-560)))))))
+((-3562 (((-663 (-711 |#1|)) (-663 (-711 |#1|))) 70 T ELT) (((-711 |#1|) (-711 |#1|)) 69 T ELT) (((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-663 (-711 |#1|))) 68 T ELT) (((-711 |#1|) (-711 |#1|) (-711 |#1|)) 65 T ELT)) (-3708 (((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-949)) 63 T ELT) (((-711 |#1|) (-711 |#1|) (-949)) 62 T ELT)) (-1562 (((-663 (-711 (-560))) (-663 (-663 (-560)))) 81 T ELT) (((-663 (-711 (-560))) (-663 (-932 (-560))) (-560)) 80 T ELT) (((-711 (-560)) (-663 (-560))) 77 T ELT) (((-711 (-560)) (-932 (-560)) (-560)) 75 T ELT)) (-2122 (((-711 (-976 |#1|)) (-793)) 95 T ELT)) (-3127 (((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-949)) 49 (|has| |#1| (-6 (-4512 "*"))) ELT) (((-711 |#1|) (-711 |#1|) (-949)) 47 (|has| |#1| (-6 (-4512 "*"))) ELT)))
+(((-1061 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4512 "*"))) (-15 -3127 ((-711 |#1|) (-711 |#1|) (-949))) |%noBranch|) (IF (|has| |#1| (-6 (-4512 "*"))) (-15 -3127 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-949))) |%noBranch|) (-15 -2122 ((-711 (-976 |#1|)) (-793))) (-15 -3708 ((-711 |#1|) (-711 |#1|) (-949))) (-15 -3708 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-949))) (-15 -3562 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3562 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -3562 ((-711 |#1|) (-711 |#1|))) (-15 -3562 ((-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -1562 ((-711 (-560)) (-932 (-560)) (-560))) (-15 -1562 ((-711 (-560)) (-663 (-560)))) (-15 -1562 ((-663 (-711 (-560))) (-663 (-932 (-560))) (-560))) (-15 -1562 ((-663 (-711 (-560))) (-663 (-663 (-560)))))) (-1081)) (T -1061))
+((-1562 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-560)))) (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-1061 *4)) (-4 *4 (-1081)))) (-1562 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-932 (-560)))) (-5 *4 (-560)) (-5 *2 (-663 (-711 *4))) (-5 *1 (-1061 *5)) (-4 *5 (-1081)))) (-1562 (*1 *2 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1061 *4)) (-4 *4 (-1081)))) (-1562 (*1 *2 *3 *4) (-12 (-5 *3 (-932 (-560))) (-5 *4 (-560)) (-5 *2 (-711 *4)) (-5 *1 (-1061 *5)) (-4 *5 (-1081)))) (-3562 (*1 *2 *2) (-12 (-5 *2 (-663 (-711 *3))) (-4 *3 (-1081)) (-5 *1 (-1061 *3)))) (-3562 (*1 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-1061 *3)))) (-3562 (*1 *2 *2 *2) (-12 (-5 *2 (-663 (-711 *3))) (-4 *3 (-1081)) (-5 *1 (-1061 *3)))) (-3562 (*1 *2 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-1061 *3)))) (-3708 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-711 *4))) (-5 *3 (-949)) (-4 *4 (-1081)) (-5 *1 (-1061 *4)))) (-3708 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *4)) (-5 *3 (-949)) (-4 *4 (-1081)) (-5 *1 (-1061 *4)))) (-2122 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-711 (-976 *4))) (-5 *1 (-1061 *4)) (-4 *4 (-1081)))) (-3127 (*1 *2 *2 *3) (-12 (-5 *2 (-663 (-711 *4))) (-5 *3 (-949)) (|has| *4 (-6 (-4512 "*"))) (-4 *4 (-1081)) (-5 *1 (-1061 *4)))) (-3127 (*1 *2 *2 *3) (-12 (-5 *2 (-711 *4)) (-5 *3 (-949)) (|has| *4 (-6 (-4512 "*"))) (-4 *4 (-1081)) (-5 *1 (-1061 *4)))))
+(-10 -7 (IF (|has| |#1| (-6 (-4512 "*"))) (-15 -3127 ((-711 |#1|) (-711 |#1|) (-949))) |%noBranch|) (IF (|has| |#1| (-6 (-4512 "*"))) (-15 -3127 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-949))) |%noBranch|) (-15 -2122 ((-711 (-976 |#1|)) (-793))) (-15 -3708 ((-711 |#1|) (-711 |#1|) (-949))) (-15 -3708 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-949))) (-15 -3562 ((-711 |#1|) (-711 |#1|) (-711 |#1|))) (-15 -3562 ((-663 (-711 |#1|)) (-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -3562 ((-711 |#1|) (-711 |#1|))) (-15 -3562 ((-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -1562 ((-711 (-560)) (-932 (-560)) (-560))) (-15 -1562 ((-711 (-560)) (-663 (-560)))) (-15 -1562 ((-663 (-711 (-560))) (-663 (-932 (-560))) (-560))) (-15 -1562 ((-663 (-711 (-560))) (-663 (-663 (-560))))))
+((-1772 (((-711 |#1|) (-663 (-711 |#1|)) (-1299 |#1|)) 69 (|has| |#1| (-319)) ELT)) (-2275 (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1299 (-1299 |#1|))) 109 (|has| |#1| (-376)) ELT) (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1299 |#1|)) 116 (|has| |#1| (-376)) ELT)) (-4188 (((-1299 |#1|) (-663 (-1299 |#1|)) (-560)) 135 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT)) (-4168 (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-949)) 123 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT) (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114)) 122 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT) (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|))) 121 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT) (((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114) (-560) (-560)) 120 (-12 (|has| |#1| (-376)) (|has| |#1| (-381))) ELT)) (-1383 (((-114) (-663 (-711 |#1|))) 102 (|has| |#1| (-376)) ELT) (((-114) (-663 (-711 |#1|)) (-560)) 105 (|has| |#1| (-376)) ELT)) (-1613 (((-1299 (-1299 |#1|)) (-663 (-711 |#1|)) (-1299 |#1|)) 66 (|has| |#1| (-319)) ELT)) (-2835 (((-711 |#1|) (-663 (-711 |#1|)) (-711 |#1|)) 46 T ELT)) (-2612 (((-711 |#1|) (-1299 (-1299 |#1|))) 39 T ELT)) (-2872 (((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-560)) 93 (|has| |#1| (-376)) ELT) (((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|))) 92 (|has| |#1| (-376)) ELT) (((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-114) (-560)) 100 (|has| |#1| (-376)) ELT)))
+(((-1062 |#1|) (-10 -7 (-15 -2612 ((-711 |#1|) (-1299 (-1299 |#1|)))) (-15 -2835 ((-711 |#1|) (-663 (-711 |#1|)) (-711 |#1|))) (IF (|has| |#1| (-319)) (PROGN (-15 -1613 ((-1299 (-1299 |#1|)) (-663 (-711 |#1|)) (-1299 |#1|))) (-15 -1772 ((-711 |#1|) (-663 (-711 |#1|)) (-1299 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -2872 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-114) (-560))) (-15 -2872 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -2872 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-560))) (-15 -1383 ((-114) (-663 (-711 |#1|)) (-560))) (-15 -1383 ((-114) (-663 (-711 |#1|)))) (-15 -2275 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1299 |#1|))) (-15 -2275 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1299 (-1299 |#1|))))) |%noBranch|) (IF (|has| |#1| (-381)) (IF (|has| |#1| (-376)) (PROGN (-15 -4168 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114) (-560) (-560))) (-15 -4168 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)))) (-15 -4168 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114))) (-15 -4168 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-949))) (-15 -4188 ((-1299 |#1|) (-663 (-1299 |#1|)) (-560)))) |%noBranch|) |%noBranch|)) (-1081)) (T -1062))
+((-4188 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1299 *5))) (-5 *4 (-560)) (-5 *2 (-1299 *5)) (-5 *1 (-1062 *5)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1081)))) (-4168 (*1 *2 *3 *4) (-12 (-5 *4 (-949)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1081)) (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1062 *5)) (-5 *3 (-663 (-711 *5))))) (-4168 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1081)) (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1062 *5)) (-5 *3 (-663 (-711 *5))))) (-4168 (*1 *2 *3) (-12 (-4 *4 (-376)) (-4 *4 (-381)) (-4 *4 (-1081)) (-5 *2 (-663 (-663 (-711 *4)))) (-5 *1 (-1062 *4)) (-5 *3 (-663 (-711 *4))))) (-4168 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-114)) (-5 *5 (-560)) (-4 *6 (-376)) (-4 *6 (-381)) (-4 *6 (-1081)) (-5 *2 (-663 (-663 (-711 *6)))) (-5 *1 (-1062 *6)) (-5 *3 (-663 (-711 *6))))) (-2275 (*1 *2 *3 *4) (-12 (-5 *4 (-1299 (-1299 *5))) (-4 *5 (-376)) (-4 *5 (-1081)) (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1062 *5)) (-5 *3 (-663 (-711 *5))))) (-2275 (*1 *2 *3 *4) (-12 (-5 *4 (-1299 *5)) (-4 *5 (-376)) (-4 *5 (-1081)) (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1062 *5)) (-5 *3 (-663 (-711 *5))))) (-1383 (*1 *2 *3) (-12 (-5 *3 (-663 (-711 *4))) (-4 *4 (-376)) (-4 *4 (-1081)) (-5 *2 (-114)) (-5 *1 (-1062 *4)))) (-1383 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-560)) (-4 *5 (-376)) (-4 *5 (-1081)) (-5 *2 (-114)) (-5 *1 (-1062 *5)))) (-2872 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-560)) (-5 *2 (-711 *5)) (-5 *1 (-1062 *5)) (-4 *5 (-376)) (-4 *5 (-1081)))) (-2872 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-711 *4))) (-5 *2 (-711 *4)) (-5 *1 (-1062 *4)) (-4 *4 (-376)) (-4 *4 (-1081)))) (-2872 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-663 (-711 *6))) (-5 *4 (-114)) (-5 *5 (-560)) (-5 *2 (-711 *6)) (-5 *1 (-1062 *6)) (-4 *6 (-376)) (-4 *6 (-1081)))) (-1772 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-1299 *5)) (-4 *5 (-319)) (-4 *5 (-1081)) (-5 *2 (-711 *5)) (-5 *1 (-1062 *5)))) (-1613 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-711 *5))) (-4 *5 (-319)) (-4 *5 (-1081)) (-5 *2 (-1299 (-1299 *5))) (-5 *1 (-1062 *5)) (-5 *4 (-1299 *5)))) (-2835 (*1 *2 *3 *2) (-12 (-5 *3 (-663 (-711 *4))) (-5 *2 (-711 *4)) (-4 *4 (-1081)) (-5 *1 (-1062 *4)))) (-2612 (*1 *2 *3) (-12 (-5 *3 (-1299 (-1299 *4))) (-4 *4 (-1081)) (-5 *2 (-711 *4)) (-5 *1 (-1062 *4)))))
+(-10 -7 (-15 -2612 ((-711 |#1|) (-1299 (-1299 |#1|)))) (-15 -2835 ((-711 |#1|) (-663 (-711 |#1|)) (-711 |#1|))) (IF (|has| |#1| (-319)) (PROGN (-15 -1613 ((-1299 (-1299 |#1|)) (-663 (-711 |#1|)) (-1299 |#1|))) (-15 -1772 ((-711 |#1|) (-663 (-711 |#1|)) (-1299 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -2872 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-114) (-560))) (-15 -2872 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -2872 ((-711 |#1|) (-663 (-711 |#1|)) (-663 (-711 |#1|)) (-560))) (-15 -1383 ((-114) (-663 (-711 |#1|)) (-560))) (-15 -1383 ((-114) (-663 (-711 |#1|)))) (-15 -2275 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1299 |#1|))) (-15 -2275 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-1299 (-1299 |#1|))))) |%noBranch|) (IF (|has| |#1| (-381)) (IF (|has| |#1| (-376)) (PROGN (-15 -4168 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114) (-560) (-560))) (-15 -4168 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)))) (-15 -4168 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-114))) (-15 -4168 ((-663 (-663 (-711 |#1|))) (-663 (-711 |#1|)) (-949))) (-15 -4188 ((-1299 |#1|) (-663 (-1299 |#1|)) (-560)))) |%noBranch|) |%noBranch|))
+((-4151 ((|#1| (-949) |#1|) 18 T ELT)))
+(((-1063 |#1|) (-10 -7 (-15 -4151 (|#1| (-949) |#1|))) (-13 (-1133) (-10 -8 (-15 -2571 ($ $ $))))) (T -1063))
+((-4151 (*1 *2 *3 *2) (-12 (-5 *3 (-949)) (-5 *1 (-1063 *2)) (-4 *2 (-13 (-1133) (-10 -8 (-15 -2571 ($ $ $))))))))
+(-10 -7 (-15 -4151 (|#1| (-949) |#1|)))
+((-2035 ((|#1| |#1| (-949)) 18 T ELT)))
+(((-1064 |#1|) (-10 -7 (-15 -2035 (|#1| |#1| (-949)))) (-13 (-1133) (-10 -8 (-15 * ($ $ $))))) (T -1064))
+((-2035 (*1 *2 *2 *3) (-12 (-5 *3 (-949)) (-5 *1 (-1064 *2)) (-4 *2 (-13 (-1133) (-10 -8 (-15 * ($ $ $))))))))
+(-10 -7 (-15 -2035 (|#1| |#1| (-949))))
+((-3834 ((|#1| (-323)) 11 T ELT) (((-1305) |#1|) 9 T ELT)))
+(((-1065 |#1|) (-10 -7 (-15 -3834 ((-1305) |#1|)) (-15 -3834 (|#1| (-323)))) (-1249)) (T -1065))
+((-3834 (*1 *2 *3) (-12 (-5 *3 (-323)) (-5 *1 (-1065 *2)) (-4 *2 (-1249)))) (-3834 (*1 *2 *3) (-12 (-5 *2 (-1305)) (-5 *1 (-1065 *3)) (-4 *3 (-1249)))))
+(-10 -7 (-15 -3834 ((-1305) |#1|)) (-15 -3834 (|#1| (-323))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1995 (($ |#4|) 25 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1984 ((|#4| $) 27 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 46 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ |#4|) 26 T ELT)) (-3103 (((-793)) 43 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 21 T CONST)) (-2983 (($) 23 T CONST)) (-2478 (((-114) $ $) 40 T ELT)) (-2581 (($ $) 31 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 29 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 36 T ELT) (($ $ $) 33 T ELT) (($ |#1| $) 38 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1066 |#1| |#2| |#3| |#4| |#5|) (-13 (-175) (-38 |#1|) (-10 -8 (-15 -1995 ($ |#4|)) (-15 -3834 ($ |#4|)) (-15 -1984 (|#4| $)))) (-376) (-817) (-872) (-980 |#1| |#2| |#3|) (-663 |#4|)) (T -1066))
+((-1995 (*1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1066 *3 *4 *5 *2 *6)) (-4 *2 (-980 *3 *4 *5)) (-14 *6 (-663 *2)))) (-3834 (*1 *1 *2) (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1066 *3 *4 *5 *2 *6)) (-4 *2 (-980 *3 *4 *5)) (-14 *6 (-663 *2)))) (-1984 (*1 *2 *1) (-12 (-4 *2 (-980 *3 *4 *5)) (-5 *1 (-1066 *3 *4 *5 *2 *6)) (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-14 *6 (-663 *2)))))
+(-13 (-175) (-38 |#1|) (-10 -8 (-15 -1995 ($ |#4|)) (-15 -3834 ($ |#4|)) (-15 -1984 (|#4| $))))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL T ELT)) (-2507 (((-1305) $ (-1209) (-1209)) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4257 (((-114) (-114)) 43 T ELT)) (-2280 (((-114) (-114)) 42 T ELT)) (-3986 (((-51) $ (-1209) (-51)) NIL T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 (-51) "failed") (-1209) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 (-51) "failed") (-1209) $) NIL T ELT)) (-3513 (($ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 (((-51) $ (-1209) (-51)) NIL (|has| $ (-6 -4511)) ELT)) (-2109 (((-51) $ (-1209)) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-1209) $) NIL (|has| (-1209) (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT)) (-3320 (((-1209) $) NIL (|has| (-1209) (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT) (($ (-1 (-51) (-51) (-51)) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-51) (-1133)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT)) (-2791 (((-663 (-1209)) $) 37 T ELT)) (-1410 (((-114) (-1209) $) NIL T ELT)) (-3471 (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL T ELT)) (-3444 (((-663 (-1209)) $) NIL T ELT)) (-2679 (((-114) (-1209) $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-51) (-1133)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT)) (-1574 (((-51) $) NIL (|has| (-1209) (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) "failed") (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL T ELT)) (-2024 (($ $ (-51)) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))))) NIL (-12 (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL (-12 (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) NIL (-12 (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL (-12 (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-663 (-51)) (-663 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-305 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-663 (-305 (-51)))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT)) (-1570 (((-663 (-51)) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 (((-51) $ (-1209)) 39 T ELT) (((-51) $ (-1209) (-51)) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (((-793) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT) (((-793) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL T ELT)) (-3834 (((-888) $) 41 (-2309 (|has| (-51) (-632 (-888))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1067) (-13 (-1226 (-1209) (-51)) (-10 -7 (-15 -4257 ((-114) (-114))) (-15 -2280 ((-114) (-114))) (-6 -4510)))) (T -1067))
+((-4257 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1067)))) (-2280 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1067)))))
+(-13 (-1226 (-1209) (-51)) (-10 -7 (-15 -4257 ((-114) (-114))) (-15 -2280 ((-114) (-114))) (-6 -4510)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3495 (((-1167) $) 9 T ELT)) (-3834 (((-888) $) 15 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1068) (-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $))))) (T -1068))
+((-3495 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1068)))))
+(-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $))))
+((-4072 ((|#2| $) 10 T ELT)))
+(((-1069 |#1| |#2|) (-10 -8 (-15 -4072 (|#2| |#1|))) (-1070 |#2|) (-1249)) (T -1069))
+NIL
+(-10 -8 (-15 -4072 (|#2| |#1|)))
+((-4142 (((-3 |#1| "failed") $) 9 T ELT)) (-4072 ((|#1| $) 8 T ELT)) (-3834 (($ |#1|) 6 T ELT)))
+(((-1070 |#1|) (-142) (-1249)) (T -1070))
+((-4142 (*1 *2 *1) (|partial| -12 (-4 *1 (-1070 *2)) (-4 *2 (-1249)))) (-4072 (*1 *2 *1) (-12 (-4 *1 (-1070 *2)) (-4 *2 (-1249)))))
+(-13 (-635 |t#1|) (-10 -8 (-15 -4142 ((-3 |t#1| "failed") $)) (-15 -4072 (|t#1| $))))
(((-635 |#1|) . T))
-((-2595 (((-663 (-663 (-305 (-421 (-975 |#2|))))) (-663 (-975 |#2|)) (-663 (-1208))) 38 T ELT)))
-(((-1070 |#1| |#2|) (-10 -7 (-15 -2595 ((-663 (-663 (-305 (-421 (-975 |#2|))))) (-663 (-975 |#2|)) (-663 (-1208))))) (-571) (-13 (-571) (-1069 |#1|))) (T -1070))
-((-2595 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-975 *6))) (-5 *4 (-663 (-1208))) (-4 *6 (-13 (-571) (-1069 *5))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *6)))))) (-5 *1 (-1070 *5 *6)))))
-(-10 -7 (-15 -2595 ((-663 (-663 (-305 (-421 (-975 |#2|))))) (-663 (-975 |#2|)) (-663 (-1208)))))
-((-3557 (((-663 (-1208)) (-421 (-975 |#1|))) 17 T ELT)) (-3349 (((-421 (-1202 (-421 (-975 |#1|)))) (-421 (-975 |#1|)) (-1208)) 24 T ELT)) (-3541 (((-421 (-975 |#1|)) (-421 (-1202 (-421 (-975 |#1|)))) (-1208)) 26 T ELT)) (-1762 (((-3 (-1208) "failed") (-421 (-975 |#1|))) 20 T ELT)) (-2799 (((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-663 (-305 (-421 (-975 |#1|))))) 32 T ELT) (((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|)))) 33 T ELT) (((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-663 (-1208)) (-663 (-421 (-975 |#1|)))) 28 T ELT) (((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|))) 29 T ELT)) (-2539 (((-421 (-975 |#1|)) |#1|) 11 T ELT)))
-(((-1071 |#1|) (-10 -7 (-15 -3557 ((-663 (-1208)) (-421 (-975 |#1|)))) (-15 -1762 ((-3 (-1208) "failed") (-421 (-975 |#1|)))) (-15 -3349 ((-421 (-1202 (-421 (-975 |#1|)))) (-421 (-975 |#1|)) (-1208))) (-15 -3541 ((-421 (-975 |#1|)) (-421 (-1202 (-421 (-975 |#1|)))) (-1208))) (-15 -2799 ((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|)))) (-15 -2799 ((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-663 (-1208)) (-663 (-421 (-975 |#1|))))) (-15 -2799 ((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))))) (-15 -2799 ((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-663 (-305 (-421 (-975 |#1|)))))) (-15 -2539 ((-421 (-975 |#1|)) |#1|))) (-571)) (T -1071))
-((-2539 (*1 *2 *3) (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-1071 *3)) (-4 *3 (-571)))) (-2799 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-305 (-421 (-975 *4))))) (-5 *2 (-421 (-975 *4))) (-4 *4 (-571)) (-5 *1 (-1071 *4)))) (-2799 (*1 *2 *2 *3) (-12 (-5 *3 (-305 (-421 (-975 *4)))) (-5 *2 (-421 (-975 *4))) (-4 *4 (-571)) (-5 *1 (-1071 *4)))) (-2799 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-663 (-1208))) (-5 *4 (-663 (-421 (-975 *5)))) (-5 *2 (-421 (-975 *5))) (-4 *5 (-571)) (-5 *1 (-1071 *5)))) (-2799 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-421 (-975 *4))) (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-1071 *4)))) (-3541 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-1202 (-421 (-975 *5))))) (-5 *4 (-1208)) (-5 *2 (-421 (-975 *5))) (-5 *1 (-1071 *5)) (-4 *5 (-571)))) (-3349 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-571)) (-5 *2 (-421 (-1202 (-421 (-975 *5))))) (-5 *1 (-1071 *5)) (-5 *3 (-421 (-975 *5))))) (-1762 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-5 *2 (-1208)) (-5 *1 (-1071 *4)))) (-3557 (*1 *2 *3) (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-5 *2 (-663 (-1208))) (-5 *1 (-1071 *4)))))
-(-10 -7 (-15 -3557 ((-663 (-1208)) (-421 (-975 |#1|)))) (-15 -1762 ((-3 (-1208) "failed") (-421 (-975 |#1|)))) (-15 -3349 ((-421 (-1202 (-421 (-975 |#1|)))) (-421 (-975 |#1|)) (-1208))) (-15 -3541 ((-421 (-975 |#1|)) (-421 (-1202 (-421 (-975 |#1|)))) (-1208))) (-15 -2799 ((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|)))) (-15 -2799 ((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-663 (-1208)) (-663 (-421 (-975 |#1|))))) (-15 -2799 ((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-305 (-421 (-975 |#1|))))) (-15 -2799 ((-421 (-975 |#1|)) (-421 (-975 |#1|)) (-663 (-305 (-421 (-975 |#1|)))))) (-15 -2539 ((-421 (-975 |#1|)) |#1|)))
-((-1769 (((-391)) 17 T ELT)) (-3004 (((-1 (-391)) (-391) (-391)) 22 T ELT)) (-2790 (((-1 (-391)) (-793)) 48 T ELT)) (-3482 (((-391)) 37 T ELT)) (-1790 (((-1 (-391)) (-391) (-391)) 38 T ELT)) (-2184 (((-391)) 29 T ELT)) (-4125 (((-1 (-391)) (-391)) 30 T ELT)) (-3000 (((-391) (-793)) 43 T ELT)) (-2648 (((-1 (-391)) (-793)) 44 T ELT)) (-1610 (((-1 (-391)) (-793) (-793)) 47 T ELT)) (-1989 (((-1 (-391)) (-793) (-793)) 45 T ELT)))
-(((-1072) (-10 -7 (-15 -1769 ((-391))) (-15 -3482 ((-391))) (-15 -2184 ((-391))) (-15 -3000 ((-391) (-793))) (-15 -3004 ((-1 (-391)) (-391) (-391))) (-15 -1790 ((-1 (-391)) (-391) (-391))) (-15 -4125 ((-1 (-391)) (-391))) (-15 -2648 ((-1 (-391)) (-793))) (-15 -1989 ((-1 (-391)) (-793) (-793))) (-15 -1610 ((-1 (-391)) (-793) (-793))) (-15 -2790 ((-1 (-391)) (-793))))) (T -1072))
-((-2790 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1072)))) (-1610 (*1 *2 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1072)))) (-1989 (*1 *2 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1072)))) (-2648 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1072)))) (-4125 (*1 *2 *3) (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1072)) (-5 *3 (-391)))) (-1790 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1072)) (-5 *3 (-391)))) (-3004 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1072)) (-5 *3 (-391)))) (-3000 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-391)) (-5 *1 (-1072)))) (-2184 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1072)))) (-3482 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1072)))) (-1769 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1072)))))
-(-10 -7 (-15 -1769 ((-391))) (-15 -3482 ((-391))) (-15 -2184 ((-391))) (-15 -3000 ((-391) (-793))) (-15 -3004 ((-1 (-391)) (-391) (-391))) (-15 -1790 ((-1 (-391)) (-391) (-391))) (-15 -4125 ((-1 (-391)) (-391))) (-15 -2648 ((-1 (-391)) (-793))) (-15 -1989 ((-1 (-391)) (-793) (-793))) (-15 -1610 ((-1 (-391)) (-793) (-793))) (-15 -2790 ((-1 (-391)) (-793))))
-((-3388 (((-419 |#1|) |#1|) 33 T ELT)))
-(((-1073 |#1|) (-10 -7 (-15 -3388 ((-419 |#1|) |#1|))) (-1274 (-421 (-975 (-560))))) (T -1073))
-((-3388 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1073 *3)) (-4 *3 (-1274 (-421 (-975 (-560))))))))
-(-10 -7 (-15 -3388 ((-419 |#1|) |#1|)))
-((-1627 (((-421 (-419 (-975 |#1|))) (-421 (-975 |#1|))) 14 T ELT)))
-(((-1074 |#1|) (-10 -7 (-15 -1627 ((-421 (-419 (-975 |#1|))) (-421 (-975 |#1|))))) (-319)) (T -1074))
-((-1627 (*1 *2 *3) (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-319)) (-5 *2 (-421 (-419 (-975 *4)))) (-5 *1 (-1074 *4)))))
-(-10 -7 (-15 -1627 ((-421 (-419 (-975 |#1|))) (-421 (-975 |#1|)))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3366 (($) 22 T CONST)) (-2549 ((|#1| $) 28 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2809 ((|#1| $) 27 T ELT)) (-4007 ((|#1|) 25 T CONST)) (-2539 (((-887) $) 13 T ELT)) (-2988 ((|#1| $) 26 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT)))
-(((-1075 |#1|) (-142) (-23)) (T -1075))
-((-2549 (*1 *2 *1) (-12 (-4 *1 (-1075 *2)) (-4 *2 (-23)))) (-2809 (*1 *2 *1) (-12 (-4 *1 (-1075 *2)) (-4 *2 (-23)))) (-2988 (*1 *2 *1) (-12 (-4 *1 (-1075 *2)) (-4 *2 (-23)))) (-4007 (*1 *2) (-12 (-4 *1 (-1075 *2)) (-4 *2 (-23)))))
-(-13 (-23) (-10 -8 (-15 -2549 (|t#1| $)) (-15 -2809 (|t#1| $)) (-15 -2988 (|t#1| $)) (-15 -4007 (|t#1|) -3721)))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3463 (($) 30 T CONST)) (-3366 (($) 22 T CONST)) (-2549 ((|#1| $) 28 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2809 ((|#1| $) 27 T ELT)) (-4007 ((|#1|) 25 T CONST)) (-2539 (((-887) $) 13 T ELT)) (-2988 ((|#1| $) 26 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT)))
+((-3144 (((-663 (-663 (-305 (-421 (-976 |#2|))))) (-663 (-976 |#2|)) (-663 (-1209))) 38 T ELT)))
+(((-1071 |#1| |#2|) (-10 -7 (-15 -3144 ((-663 (-663 (-305 (-421 (-976 |#2|))))) (-663 (-976 |#2|)) (-663 (-1209))))) (-571) (-13 (-571) (-1070 |#1|))) (T -1071))
+((-3144 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-976 *6))) (-5 *4 (-663 (-1209))) (-4 *6 (-13 (-571) (-1070 *5))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *6)))))) (-5 *1 (-1071 *5 *6)))))
+(-10 -7 (-15 -3144 ((-663 (-663 (-305 (-421 (-976 |#2|))))) (-663 (-976 |#2|)) (-663 (-1209)))))
+((-2712 (((-663 (-1209)) (-421 (-976 |#1|))) 17 T ELT)) (-2517 (((-421 (-1203 (-421 (-976 |#1|)))) (-421 (-976 |#1|)) (-1209)) 24 T ELT)) (-2700 (((-421 (-976 |#1|)) (-421 (-1203 (-421 (-976 |#1|)))) (-1209)) 26 T ELT)) (-3311 (((-3 (-1209) "failed") (-421 (-976 |#1|))) 20 T ELT)) (-4265 (((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-663 (-305 (-421 (-976 |#1|))))) 32 T ELT) (((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|)))) 33 T ELT) (((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-663 (-1209)) (-663 (-421 (-976 |#1|)))) 28 T ELT) (((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|))) 29 T ELT)) (-3834 (((-421 (-976 |#1|)) |#1|) 11 T ELT)))
+(((-1072 |#1|) (-10 -7 (-15 -2712 ((-663 (-1209)) (-421 (-976 |#1|)))) (-15 -3311 ((-3 (-1209) "failed") (-421 (-976 |#1|)))) (-15 -2517 ((-421 (-1203 (-421 (-976 |#1|)))) (-421 (-976 |#1|)) (-1209))) (-15 -2700 ((-421 (-976 |#1|)) (-421 (-1203 (-421 (-976 |#1|)))) (-1209))) (-15 -4265 ((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|)))) (-15 -4265 ((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-663 (-1209)) (-663 (-421 (-976 |#1|))))) (-15 -4265 ((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))))) (-15 -4265 ((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-663 (-305 (-421 (-976 |#1|)))))) (-15 -3834 ((-421 (-976 |#1|)) |#1|))) (-571)) (T -1072))
+((-3834 (*1 *2 *3) (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-1072 *3)) (-4 *3 (-571)))) (-4265 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-305 (-421 (-976 *4))))) (-5 *2 (-421 (-976 *4))) (-4 *4 (-571)) (-5 *1 (-1072 *4)))) (-4265 (*1 *2 *2 *3) (-12 (-5 *3 (-305 (-421 (-976 *4)))) (-5 *2 (-421 (-976 *4))) (-4 *4 (-571)) (-5 *1 (-1072 *4)))) (-4265 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-663 (-1209))) (-5 *4 (-663 (-421 (-976 *5)))) (-5 *2 (-421 (-976 *5))) (-4 *5 (-571)) (-5 *1 (-1072 *5)))) (-4265 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-421 (-976 *4))) (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-1072 *4)))) (-2700 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-1203 (-421 (-976 *5))))) (-5 *4 (-1209)) (-5 *2 (-421 (-976 *5))) (-5 *1 (-1072 *5)) (-4 *5 (-571)))) (-2517 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-571)) (-5 *2 (-421 (-1203 (-421 (-976 *5))))) (-5 *1 (-1072 *5)) (-5 *3 (-421 (-976 *5))))) (-3311 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-5 *2 (-1209)) (-5 *1 (-1072 *4)))) (-2712 (*1 *2 *3) (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-5 *2 (-663 (-1209))) (-5 *1 (-1072 *4)))))
+(-10 -7 (-15 -2712 ((-663 (-1209)) (-421 (-976 |#1|)))) (-15 -3311 ((-3 (-1209) "failed") (-421 (-976 |#1|)))) (-15 -2517 ((-421 (-1203 (-421 (-976 |#1|)))) (-421 (-976 |#1|)) (-1209))) (-15 -2700 ((-421 (-976 |#1|)) (-421 (-1203 (-421 (-976 |#1|)))) (-1209))) (-15 -4265 ((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|)))) (-15 -4265 ((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-663 (-1209)) (-663 (-421 (-976 |#1|))))) (-15 -4265 ((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-305 (-421 (-976 |#1|))))) (-15 -4265 ((-421 (-976 |#1|)) (-421 (-976 |#1|)) (-663 (-305 (-421 (-976 |#1|)))))) (-15 -3834 ((-421 (-976 |#1|)) |#1|)))
+((-2927 (((-391)) 17 T ELT)) (-2672 (((-1 (-391)) (-391) (-391)) 22 T ELT)) (-2343 (((-1 (-391)) (-793)) 48 T ELT)) (-1638 (((-391)) 37 T ELT)) (-1940 (((-1 (-391)) (-391) (-391)) 38 T ELT)) (-2663 (((-391)) 29 T ELT)) (-3330 (((-1 (-391)) (-391)) 30 T ELT)) (-4352 (((-391) (-793)) 43 T ELT)) (-4351 (((-1 (-391)) (-793)) 44 T ELT)) (-4346 (((-1 (-391)) (-793) (-793)) 47 T ELT)) (-2287 (((-1 (-391)) (-793) (-793)) 45 T ELT)))
+(((-1073) (-10 -7 (-15 -2927 ((-391))) (-15 -1638 ((-391))) (-15 -2663 ((-391))) (-15 -4352 ((-391) (-793))) (-15 -2672 ((-1 (-391)) (-391) (-391))) (-15 -1940 ((-1 (-391)) (-391) (-391))) (-15 -3330 ((-1 (-391)) (-391))) (-15 -4351 ((-1 (-391)) (-793))) (-15 -2287 ((-1 (-391)) (-793) (-793))) (-15 -4346 ((-1 (-391)) (-793) (-793))) (-15 -2343 ((-1 (-391)) (-793))))) (T -1073))
+((-2343 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1073)))) (-4346 (*1 *2 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1073)))) (-2287 (*1 *2 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1073)))) (-4351 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1073)))) (-3330 (*1 *2 *3) (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1073)) (-5 *3 (-391)))) (-1940 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1073)) (-5 *3 (-391)))) (-2672 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1073)) (-5 *3 (-391)))) (-4352 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-391)) (-5 *1 (-1073)))) (-2663 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1073)))) (-1638 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1073)))) (-2927 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1073)))))
+(-10 -7 (-15 -2927 ((-391))) (-15 -1638 ((-391))) (-15 -2663 ((-391))) (-15 -4352 ((-391) (-793))) (-15 -2672 ((-1 (-391)) (-391) (-391))) (-15 -1940 ((-1 (-391)) (-391) (-391))) (-15 -3330 ((-1 (-391)) (-391))) (-15 -4351 ((-1 (-391)) (-793))) (-15 -2287 ((-1 (-391)) (-793) (-793))) (-15 -4346 ((-1 (-391)) (-793) (-793))) (-15 -2343 ((-1 (-391)) (-793))))
+((-2549 (((-419 |#1|) |#1|) 33 T ELT)))
+(((-1074 |#1|) (-10 -7 (-15 -2549 ((-419 |#1|) |#1|))) (-1275 (-421 (-976 (-560))))) (T -1074))
+((-2549 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1074 *3)) (-4 *3 (-1275 (-421 (-976 (-560))))))))
+(-10 -7 (-15 -2549 ((-419 |#1|) |#1|)))
+((-4131 (((-421 (-419 (-976 |#1|))) (-421 (-976 |#1|))) 14 T ELT)))
+(((-1075 |#1|) (-10 -7 (-15 -4131 ((-421 (-419 (-976 |#1|))) (-421 (-976 |#1|))))) (-319)) (T -1075))
+((-4131 (*1 *2 *3) (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-319)) (-5 *2 (-421 (-419 (-976 *4)))) (-5 *1 (-1075 *4)))))
+(-10 -7 (-15 -4131 ((-421 (-419 (-976 |#1|))) (-421 (-976 |#1|)))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-4489 (($) 22 T CONST)) (-2579 ((|#1| $) 28 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2372 ((|#1| $) 27 T ELT)) (-4368 ((|#1|) 25 T CONST)) (-3834 (((-888) $) 13 T ELT)) (-3114 ((|#1| $) 26 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT)))
(((-1076 |#1|) (-142) (-23)) (T -1076))
-((-3463 (*1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))))
-(-13 (-1075 |t#1|) (-10 -8 (-15 -3463 ($) -3721)))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-887)) . T) ((-1075 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 (-802 |#1| (-888 |#2|)))))) (-663 (-802 |#1| (-888 |#2|)))) NIL T ELT)) (-3509 (((-663 $) (-663 (-802 |#1| (-888 |#2|)))) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-888 |#2|))) (-114)) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-888 |#2|))) (-114) (-114)) NIL T ELT)) (-3557 (((-663 (-888 |#2|)) $) NIL T ELT)) (-3343 (((-114) $) NIL T ELT)) (-3540 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3663 (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-1370 (((-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-2082 (((-663 (-2 (|:| |val| (-802 |#1| (-888 |#2|))) (|:| -3227 $))) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ (-888 |#2|)) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3606 (($ (-1 (-114) (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 (-802 |#1| (-888 |#2|)) "failed") $ (-888 |#2|)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2244 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2906 (((-663 (-802 |#1| (-888 |#2|))) (-663 (-802 |#1| (-888 |#2|))) $ (-1 (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) (-1 (-114) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)))) NIL T ELT)) (-2485 (((-663 (-802 |#1| (-888 |#2|))) (-663 (-802 |#1| (-888 |#2|))) $) NIL (|has| |#1| (-571)) ELT)) (-2967 (((-663 (-802 |#1| (-888 |#2|))) (-663 (-802 |#1| (-888 |#2|))) $) NIL (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 (-802 |#1| (-888 |#2|)))) NIL T ELT)) (-3056 (($ (-663 (-802 |#1| (-888 |#2|)))) NIL T ELT)) (-3806 (((-3 $ "failed") $) NIL T ELT)) (-2206 (((-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT)) (-2025 (($ (-802 |#1| (-888 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-802 |#1| (-888 |#2|))) (|:| |den| |#1|)) (-802 |#1| (-888 |#2|)) $) NIL (|has| |#1| (-571)) ELT)) (-2502 (((-114) (-802 |#1| (-888 |#2|)) $ (-1 (-114) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)))) NIL T ELT)) (-4269 (((-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-2108 (((-802 |#1| (-888 |#2|)) (-1 (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) $ (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT) (((-802 |#1| (-888 |#2|)) (-1 (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) $ (-802 |#1| (-888 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-802 |#1| (-888 |#2|)) (-1 (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) $ (-1 (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) (-1 (-114) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)))) NIL T ELT)) (-1406 (((-2 (|:| -1853 (-663 (-802 |#1| (-888 |#2|)))) (|:| -1791 (-663 (-802 |#1| (-888 |#2|))))) $) NIL T ELT)) (-3452 (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-4164 (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-3212 (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-1559 (((-663 (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-3173 (((-888 |#2|) $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-802 |#1| (-888 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT)) (-3459 (($ (-1 (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) $) NIL T ELT)) (-1972 (((-663 (-888 |#2|)) $) NIL T ELT)) (-3253 (((-114) (-888 |#2|) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4472 (((-3 (-802 |#1| (-888 |#2|)) (-663 $)) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-2939 (((-663 (-2 (|:| |val| (-802 |#1| (-888 |#2|))) (|:| -3227 $))) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-2045 (((-3 (-802 |#1| (-888 |#2|)) "failed") $) NIL T ELT)) (-1999 (((-663 $) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-3329 (((-3 (-114) (-663 $)) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-3742 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 $))) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-4340 (((-663 $) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-888 |#2|))) $) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-888 |#2|))) (-663 $)) NIL T ELT) (((-663 $) (-802 |#1| (-888 |#2|)) (-663 $)) NIL T ELT)) (-3520 (($ (-802 |#1| (-888 |#2|)) $) NIL T ELT) (($ (-663 (-802 |#1| (-888 |#2|))) $) NIL T ELT)) (-2065 (((-663 (-802 |#1| (-888 |#2|))) $) NIL T ELT)) (-2872 (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-1703 (((-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-2638 (((-114) $ $) NIL T ELT)) (-3665 (((-2 (|:| |num| (-802 |#1| (-888 |#2|))) (|:| |den| |#1|)) (-802 |#1| (-888 |#2|)) $) NIL (|has| |#1| (-571)) ELT)) (-3191 (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-1488 (((-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 (((-3 (-802 |#1| (-888 |#2|)) "failed") $) NIL T ELT)) (-3327 (((-3 (-802 |#1| (-888 |#2|)) "failed") (-1 (-114) (-802 |#1| (-888 |#2|))) $) NIL T ELT)) (-4300 (((-3 $ "failed") $ (-802 |#1| (-888 |#2|))) NIL T ELT)) (-2674 (($ $ (-802 |#1| (-888 |#2|))) NIL T ELT) (((-663 $) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-663 $) (-802 |#1| (-888 |#2|)) (-663 $)) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-888 |#2|))) $) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-888 |#2|))) (-663 $)) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-802 |#1| (-888 |#2|))) (-663 (-802 |#1| (-888 |#2|)))) NIL (-12 (|has| (-802 |#1| (-888 |#2|)) (-321 (-802 |#1| (-888 |#2|)))) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT) (($ $ (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|))) NIL (-12 (|has| (-802 |#1| (-888 |#2|)) (-321 (-802 |#1| (-888 |#2|)))) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT) (($ $ (-305 (-802 |#1| (-888 |#2|)))) NIL (-12 (|has| (-802 |#1| (-888 |#2|)) (-321 (-802 |#1| (-888 |#2|)))) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT) (($ $ (-663 (-305 (-802 |#1| (-888 |#2|))))) NIL (-12 (|has| (-802 |#1| (-888 |#2|)) (-321 (-802 |#1| (-888 |#2|)))) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-4283 (((-793) $) NIL T ELT)) (-3150 (((-793) (-802 |#1| (-888 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-802 |#1| (-888 |#2|)) (-1132))) ELT) (((-793) (-1 (-114) (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-802 |#1| (-888 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-802 |#1| (-888 |#2|)))) NIL T ELT)) (-4299 (($ $ (-888 |#2|)) NIL T ELT)) (-3912 (($ $ (-888 |#2|)) NIL T ELT)) (-3396 (($ $) NIL T ELT)) (-1860 (($ $ (-888 |#2|)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (((-663 (-802 |#1| (-888 |#2|))) $) NIL T ELT)) (-1895 (((-793) $) NIL (|has| (-888 |#2|) (-381)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 (-802 |#1| (-888 |#2|))))) "failed") (-663 (-802 |#1| (-888 |#2|))) (-1 (-114) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)))) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 (-802 |#1| (-888 |#2|))))) "failed") (-663 (-802 |#1| (-888 |#2|))) (-1 (-114) (-802 |#1| (-888 |#2|))) (-1 (-114) (-802 |#1| (-888 |#2|)) (-802 |#1| (-888 |#2|)))) NIL T ELT)) (-3023 (((-114) $ (-1 (-114) (-802 |#1| (-888 |#2|)) (-663 (-802 |#1| (-888 |#2|))))) NIL T ELT)) (-2478 (((-663 $) (-802 |#1| (-888 |#2|)) $) NIL T ELT) (((-663 $) (-802 |#1| (-888 |#2|)) (-663 $)) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-888 |#2|))) $) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-888 |#2|))) (-663 $)) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-802 |#1| (-888 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 (-888 |#2|)) $) NIL T ELT)) (-3038 (((-114) (-802 |#1| (-888 |#2|)) $) NIL T ELT)) (-1749 (((-114) (-888 |#2|) $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1077 |#1| |#2|) (-13 (-1102 |#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|))) (-10 -8 (-15 -3509 ((-663 $) (-663 (-802 |#1| (-888 |#2|))) (-114) (-114))))) (-466) (-663 (-1208))) (T -1077))
-((-3509 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-1077 *5 *6))) (-5 *1 (-1077 *5 *6)))))
-(-13 (-1102 |#1| (-545 (-888 |#2|)) (-888 |#2|) (-802 |#1| (-888 |#2|))) (-10 -8 (-15 -3509 ((-663 $) (-663 (-802 |#1| (-888 |#2|))) (-114) (-114)))))
-((-3004 (((-1 (-560)) (-1120 (-560))) 32 T ELT)) (-2263 (((-560) (-560) (-560) (-560) (-560)) 29 T ELT)) (-2134 (((-1 (-560)) |RationalNumber|) NIL T ELT)) (-3127 (((-1 (-560)) |RationalNumber|) NIL T ELT)) (-2743 (((-1 (-560)) (-560) |RationalNumber|) NIL T ELT)))
-(((-1078) (-10 -7 (-15 -3004 ((-1 (-560)) (-1120 (-560)))) (-15 -2743 ((-1 (-560)) (-560) |RationalNumber|)) (-15 -2134 ((-1 (-560)) |RationalNumber|)) (-15 -3127 ((-1 (-560)) |RationalNumber|)) (-15 -2263 ((-560) (-560) (-560) (-560) (-560))))) (T -1078))
-((-2263 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1078)))) (-3127 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1078)))) (-2134 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1078)))) (-2743 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1078)) (-5 *3 (-560)))) (-3004 (*1 *2 *3) (-12 (-5 *3 (-1120 (-560))) (-5 *2 (-1 (-560))) (-5 *1 (-1078)))))
-(-10 -7 (-15 -3004 ((-1 (-560)) (-1120 (-560)))) (-15 -2743 ((-1 (-560)) (-560) |RationalNumber|)) (-15 -2134 ((-1 (-560)) |RationalNumber|)) (-15 -3127 ((-1 (-560)) |RationalNumber|)) (-15 -2263 ((-560) (-560) (-560) (-560) (-560))))
-((-2539 (((-887) $) NIL T ELT) (($ (-560)) 10 T ELT)))
-(((-1079 |#1|) (-10 -8 (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-1080)) (T -1079))
-NIL
-(-10 -8 (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-1080) (-142)) (T -1080))
-((-3418 (*1 *2) (-12 (-4 *1 (-1080)) (-5 *2 (-793)))))
-(-13 (-1088) (-748) (-670 $) (-635 (-560)) (-10 -7 (-15 -3418 ((-793)) -3721) (-6 -4506)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2238 (((-421 (-975 |#2|)) (-663 |#2|) (-663 |#2|) (-793) (-793)) 54 T ELT)))
-(((-1081 |#1| |#2|) (-10 -7 (-15 -2238 ((-421 (-975 |#2|)) (-663 |#2|) (-663 |#2|) (-793) (-793)))) (-1208) (-376)) (T -1081))
-((-2238 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-793)) (-4 *6 (-376)) (-5 *2 (-421 (-975 *6))) (-5 *1 (-1081 *5 *6)) (-14 *5 (-1208)))))
-(-10 -7 (-15 -2238 ((-421 (-975 |#2|)) (-663 |#2|) (-663 |#2|) (-793) (-793))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (* (($ $ |#1|) 17 T ELT)))
-(((-1082 |#1|) (-142) (-1143)) (T -1082))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1082 *2)) (-4 *2 (-1143)))))
-(-13 (-1132) (-10 -8 (-15 * ($ $ |t#1|))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-3994 (((-114) $) 38 T ELT)) (-2523 (((-114) $) 17 T ELT)) (-3758 (((-793) $) 13 T ELT)) (-3771 (((-793) $) 14 T ELT)) (-2267 (((-114) $) 30 T ELT)) (-4395 (((-114) $) 40 T ELT)))
-(((-1083 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -3771 ((-793) |#1|)) (-15 -3758 ((-793) |#1|)) (-15 -4395 ((-114) |#1|)) (-15 -3994 ((-114) |#1|)) (-15 -2267 ((-114) |#1|)) (-15 -2523 ((-114) |#1|))) (-1084 |#2| |#3| |#4| |#5| |#6|) (-793) (-793) (-1080) (-245 |#3| |#4|) (-245 |#2| |#4|)) (T -1083))
-NIL
-(-10 -8 (-15 -3771 ((-793) |#1|)) (-15 -3758 ((-793) |#1|)) (-15 -4395 ((-114) |#1|)) (-15 -3994 ((-114) |#1|)) (-15 -2267 ((-114) |#1|)) (-15 -2523 ((-114) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3994 (((-114) $) 61 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2523 (((-114) $) 63 T ELT)) (-3067 (((-114) $ (-793)) 71 T ELT)) (-3366 (($) 22 T CONST)) (-2723 (($ $) 44 (|has| |#3| (-319)) ELT)) (-1964 ((|#4| $ (-560)) 49 T ELT)) (-3795 (((-793) $) 43 (|has| |#3| (-571)) ELT)) (-3393 ((|#3| $ (-560) (-560)) 51 T ELT)) (-1559 (((-663 |#3|) $) 78 (|has| $ (-6 -4509)) ELT)) (-1801 (((-793) $) 42 (|has| |#3| (-571)) ELT)) (-4128 (((-663 |#5|) $) 41 (|has| |#3| (-571)) ELT)) (-3758 (((-793) $) 55 T ELT)) (-3771 (((-793) $) 54 T ELT)) (-1456 (((-114) $ (-793)) 70 T ELT)) (-1841 (((-560) $) 59 T ELT)) (-3726 (((-560) $) 57 T ELT)) (-2559 (((-663 |#3|) $) 79 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#3| $) 81 (-12 (|has| |#3| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3796 (((-560) $) 58 T ELT)) (-4346 (((-560) $) 56 T ELT)) (-3287 (($ (-663 (-663 |#3|))) 64 T ELT)) (-3459 (($ (-1 |#3| |#3|) $) 74 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#3| |#3|) $) 73 T ELT) (($ (-1 |#3| |#3| |#3|) $ $) 47 T ELT)) (-1385 (((-663 (-663 |#3|)) $) 53 T ELT)) (-2020 (((-114) $ (-793)) 69 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ |#3|) 46 (|has| |#3| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#3|) $) 76 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#3|) (-663 |#3|)) 85 (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ |#3| |#3|) 84 (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ (-305 |#3|)) 83 (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ (-663 (-305 |#3|))) 82 (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT)) (-2618 (((-114) $ $) 65 T ELT)) (-3868 (((-114) $) 68 T ELT)) (-1423 (($) 67 T ELT)) (-1495 ((|#3| $ (-560) (-560)) 52 T ELT) ((|#3| $ (-560) (-560) |#3|) 50 T ELT)) (-2267 (((-114) $) 62 T ELT)) (-3150 (((-793) |#3| $) 80 (-12 (|has| |#3| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#3|) $) 77 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 66 T ELT)) (-1731 ((|#5| $ (-560)) 48 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1657 (((-114) (-1 (-114) |#3|) $) 75 (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) 60 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#3|) 45 (|has| |#3| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#3| $) 32 T ELT) (($ $ |#3|) 36 T ELT)) (-2305 (((-793) $) 72 (|has| $ (-6 -4509)) ELT)))
-(((-1084 |#1| |#2| |#3| |#4| |#5|) (-142) (-793) (-793) (-1080) (-245 |t#2| |t#3|) (-245 |t#1| |t#3|)) (T -1084))
-((-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)))) (-3287 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *5))) (-4 *5 (-1080)) (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)))) (-2523 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))) (-2267 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))) (-3994 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))) (-4395 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))) (-1841 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))) (-3796 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))) (-3726 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))) (-4346 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))) (-3758 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-793)))) (-3771 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-793)))) (-1385 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-663 (-663 *5))))) (-1495 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *2 *6 *7)) (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)) (-4 *2 (-1080)))) (-3393 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *2 *6 *7)) (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)) (-4 *2 (-1080)))) (-1495 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *2 *6 *7)) (-4 *2 (-1080)) (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)))) (-1964 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *6 *2 *7)) (-4 *6 (-1080)) (-4 *7 (-245 *4 *6)) (-4 *2 (-245 *5 *6)))) (-1731 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *6 *7 *2)) (-4 *6 (-1080)) (-4 *7 (-245 *5 *6)) (-4 *2 (-245 *4 *6)))) (-2067 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)))) (-2283 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1084 *3 *4 *2 *5 *6)) (-4 *2 (-1080)) (-4 *5 (-245 *4 *2)) (-4 *6 (-245 *3 *2)) (-4 *2 (-571)))) (-2436 (*1 *1 *1 *2) (-12 (-4 *1 (-1084 *3 *4 *2 *5 *6)) (-4 *2 (-1080)) (-4 *5 (-245 *4 *2)) (-4 *6 (-245 *3 *2)) (-4 *2 (-376)))) (-2723 (*1 *1 *1) (-12 (-4 *1 (-1084 *2 *3 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *2 *4)) (-4 *4 (-319)))) (-3795 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571)) (-5 *2 (-793)))) (-1801 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571)) (-5 *2 (-793)))) (-4128 (*1 *2 *1) (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571)) (-5 *2 (-663 *7)))))
-(-13 (-111 |t#3| |t#3|) (-503 |t#3|) (-10 -8 (-6 -4509) (IF (|has| |t#3| (-175)) (-6 (-739 |t#3|)) |%noBranch|) (-15 -3287 ($ (-663 (-663 |t#3|)))) (-15 -2523 ((-114) $)) (-15 -2267 ((-114) $)) (-15 -3994 ((-114) $)) (-15 -4395 ((-114) $)) (-15 -1841 ((-560) $)) (-15 -3796 ((-560) $)) (-15 -3726 ((-560) $)) (-15 -4346 ((-560) $)) (-15 -3758 ((-793) $)) (-15 -3771 ((-793) $)) (-15 -1385 ((-663 (-663 |t#3|)) $)) (-15 -1495 (|t#3| $ (-560) (-560))) (-15 -3393 (|t#3| $ (-560) (-560))) (-15 -1495 (|t#3| $ (-560) (-560) |t#3|)) (-15 -1964 (|t#4| $ (-560))) (-15 -1731 (|t#5| $ (-560))) (-15 -2067 ($ (-1 |t#3| |t#3|) $)) (-15 -2067 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-571)) (-15 -2283 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-376)) (-15 -2436 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-319)) (-15 -2723 ($ $)) |%noBranch|) (IF (|has| |t#3| (-571)) (PROGN (-15 -3795 ((-793) $)) (-15 -1801 ((-793) $)) (-15 -4128 ((-663 |t#5|) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-102) . T) ((-111 |#3| |#3|) . T) ((-133) . T) ((-632 (-887)) . T) ((-321 |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ((-503 |#3|) . T) ((-528 |#3| |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ((-668 (-560)) . T) ((-668 |#3|) . T) ((-670 |#3|) . T) ((-662 |#3|) |has| |#3| (-175)) ((-739 |#3|) |has| |#3| (-175)) ((-1082 |#3|) . T) ((-1087 |#3|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3994 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2523 (((-114) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2723 (($ $) 47 (|has| |#3| (-319)) ELT)) (-1964 (((-246 |#2| |#3|) $ (-560)) 36 T ELT)) (-4359 (($ (-711 |#3|)) 45 T ELT)) (-3795 (((-793) $) 49 (|has| |#3| (-571)) ELT)) (-3393 ((|#3| $ (-560) (-560)) NIL T ELT)) (-1559 (((-663 |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1801 (((-793) $) 51 (|has| |#3| (-571)) ELT)) (-4128 (((-663 (-246 |#1| |#3|)) $) 55 (|has| |#3| (-571)) ELT)) (-3758 (((-793) $) NIL T ELT)) (-3771 (((-793) $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-1841 (((-560) $) NIL T ELT)) (-3726 (((-560) $) NIL T ELT)) (-2559 (((-663 |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#3| (-1132))) ELT)) (-3796 (((-560) $) NIL T ELT)) (-4346 (((-560) $) NIL T ELT)) (-3287 (($ (-663 (-663 |#3|))) 31 T ELT)) (-3459 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#3| |#3|) $) NIL T ELT) (($ (-1 |#3| |#3| |#3|) $ $) NIL T ELT)) (-1385 (((-663 (-663 |#3|)) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#3|) (-663 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ (-305 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ (-663 (-305 |#3|))) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#3| $ (-560) (-560)) NIL T ELT) ((|#3| $ (-560) (-560) |#3|) NIL T ELT)) (-2328 (((-136)) 59 (|has| |#3| (-376)) ELT)) (-2267 (((-114) $) NIL T ELT)) (-3150 (((-793) |#3| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#3| (-1132))) ELT) (((-793) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) 66 (|has| |#3| (-633 (-549))) ELT)) (-1731 (((-246 |#1| |#3|) $ (-560)) 40 T ELT)) (-2539 (((-887) $) 19 T ELT) (((-711 |#3|) $) 42 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) NIL T ELT)) (-1427 (($) 16 T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#3|) NIL (|has| |#3| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#3| $) NIL T ELT) (($ $ |#3|) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1085 |#1| |#2| |#3|) (-13 (-1084 |#1| |#2| |#3| (-246 |#2| |#3|) (-246 |#1| |#3|)) (-632 (-711 |#3|)) (-10 -8 (IF (|has| |#3| (-376)) (-6 (-1306 |#3|)) |%noBranch|) (IF (|has| |#3| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (-15 -4359 ($ (-711 |#3|))))) (-793) (-793) (-1080)) (T -1085))
-((-4359 (*1 *1 *2) (-12 (-5 *2 (-711 *5)) (-4 *5 (-1080)) (-5 *1 (-1085 *3 *4 *5)) (-14 *3 (-793)) (-14 *4 (-793)))))
-(-13 (-1084 |#1| |#2| |#3| (-246 |#2| |#3|) (-246 |#1| |#3|)) (-632 (-711 |#3|)) (-10 -8 (IF (|has| |#3| (-376)) (-6 (-1306 |#3|)) |%noBranch|) (IF (|has| |#3| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (-15 -4359 ($ (-711 |#3|)))))
-((-2108 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36 T ELT)) (-2067 ((|#10| (-1 |#7| |#3|) |#6|) 34 T ELT)))
-(((-1086 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -2067 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -2108 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-793) (-793) (-1080) (-245 |#2| |#3|) (-245 |#1| |#3|) (-1084 |#1| |#2| |#3| |#4| |#5|) (-1080) (-245 |#2| |#7|) (-245 |#1| |#7|) (-1084 |#1| |#2| |#7| |#8| |#9|)) (T -1086))
-((-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1080)) (-4 *2 (-1080)) (-14 *5 (-793)) (-14 *6 (-793)) (-4 *8 (-245 *6 *7)) (-4 *9 (-245 *5 *7)) (-4 *10 (-245 *6 *2)) (-4 *11 (-245 *5 *2)) (-5 *1 (-1086 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1084 *5 *6 *7 *8 *9)) (-4 *12 (-1084 *5 *6 *2 *10 *11)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1080)) (-4 *10 (-1080)) (-14 *5 (-793)) (-14 *6 (-793)) (-4 *8 (-245 *6 *7)) (-4 *9 (-245 *5 *7)) (-4 *2 (-1084 *5 *6 *10 *11 *12)) (-5 *1 (-1086 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1084 *5 *6 *7 *8 *9)) (-4 *11 (-245 *6 *10)) (-4 *12 (-245 *5 *10)))))
-(-10 -7 (-15 -2067 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -2108 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ |#1|) 32 T ELT)))
-(((-1087 |#1|) (-142) (-1088)) (T -1087))
-NIL
-(-13 (-21) (-1082 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-1082 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-1088) (-142)) (T -1088))
-NIL
-(-13 (-21) (-1143))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2129 (((-1208) $) 11 T ELT)) (-3766 ((|#1| $) 12 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-1667 (($ (-1208) |#1|) 10 T ELT)) (-2539 (((-887) $) 22 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2329 (((-114) $ $) 17 (|has| |#1| (-1132)) ELT)))
-(((-1089 |#1| |#2|) (-13 (-1248) (-10 -8 (-15 -1667 ($ (-1208) |#1|)) (-15 -2129 ((-1208) $)) (-15 -3766 (|#1| $)) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|))) (-1125 |#2|) (-1248)) (T -1089))
-((-1667 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-4 *4 (-1248)) (-5 *1 (-1089 *3 *4)) (-4 *3 (-1125 *4)))) (-2129 (*1 *2 *1) (-12 (-4 *4 (-1248)) (-5 *2 (-1208)) (-5 *1 (-1089 *3 *4)) (-4 *3 (-1125 *4)))) (-3766 (*1 *2 *1) (-12 (-4 *2 (-1125 *3)) (-5 *1 (-1089 *2 *3)) (-4 *3 (-1248)))))
-(-13 (-1248) (-10 -8 (-15 -1667 ($ (-1208) |#1|)) (-15 -2129 ((-1208) $)) (-15 -3766 (|#1| $)) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|)))
-((-4001 (($ $) 17 T ELT)) (-3999 (($ $) 25 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 55 T ELT)) (-3138 (($ $) 27 T ELT)) (-1956 (($ $) 12 T ELT)) (-1654 (($ $) 43 T ELT)) (-4417 (((-391) $) NIL T ELT) (((-229) $) NIL T ELT) (((-915 (-391)) $) 36 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 31 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) 31 T ELT)) (-3418 (((-793)) 9 T ELT)) (-4473 (($ $) 45 T ELT)))
-(((-1090 |#1|) (-10 -8 (-15 -3999 (|#1| |#1|)) (-15 -4001 (|#1| |#1|)) (-15 -1956 (|#1| |#1|)) (-15 -1654 (|#1| |#1|)) (-15 -4473 (|#1| |#1|)) (-15 -3138 (|#1| |#1|)) (-15 -3085 ((-913 (-391) |#1|) |#1| (-915 (-391)) (-913 (-391) |#1|))) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| (-560))) (-15 -4417 ((-229) |#1|)) (-15 -4417 ((-391) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| |#1|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-1091)) (T -1090))
-((-3418 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1090 *3)) (-4 *3 (-1091)))))
-(-10 -8 (-15 -3999 (|#1| |#1|)) (-15 -4001 (|#1| |#1|)) (-15 -1956 (|#1| |#1|)) (-15 -1654 (|#1| |#1|)) (-15 -4473 (|#1| |#1|)) (-15 -3138 (|#1| |#1|)) (-15 -3085 ((-913 (-391) |#1|) |#1| (-915 (-391)) (-913 (-391) |#1|))) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| (-560))) (-15 -4417 ((-229) |#1|)) (-15 -4417 ((-391) |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| |#1|)) (-15 -3418 ((-793))) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3431 (((-560) $) 105 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-4001 (($ $) 103 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3401 (($ $) 113 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-2551 (((-560) $) 130 T ELT)) (-3366 (($) 22 T CONST)) (-3999 (($ $) 102 T ELT)) (-1442 (((-3 (-560) "failed") $) 118 T ELT) (((-3 (-421 (-560)) "failed") $) 115 T ELT)) (-3056 (((-560) $) 119 T ELT) (((-421 (-560)) $) 116 T ELT)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1510 (((-114) $) 86 T ELT)) (-1957 (((-114) $) 128 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 109 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 112 T ELT)) (-3138 (($ $) 108 T ELT)) (-2699 (((-114) $) 129 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2006 (($ $ $) 122 T ELT)) (-2718 (($ $ $) 123 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-1956 (($ $) 104 T ELT)) (-1654 (($ $) 106 T ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-4417 (((-391) $) 121 T ELT) (((-229) $) 120 T ELT) (((-915 (-391)) $) 110 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ (-560)) 117 T ELT) (($ (-421 (-560))) 114 T ELT)) (-3418 (((-793)) 37 T CONST)) (-4473 (($ $) 107 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-2407 (($ $) 131 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2383 (((-114) $ $) 124 T ELT)) (-2360 (((-114) $ $) 126 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 125 T ELT)) (-2349 (((-114) $ $) 127 T ELT)) (-2436 (($ $ $) 80 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT) (($ $ (-421 (-560))) 111 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
-(((-1091) (-142)) (T -1091))
-((-2407 (*1 *1 *1) (-4 *1 (-1091))) (-3138 (*1 *1 *1) (-4 *1 (-1091))) (-4473 (*1 *1 *1) (-4 *1 (-1091))) (-1654 (*1 *1 *1) (-4 *1 (-1091))) (-3431 (*1 *2 *1) (-12 (-4 *1 (-1091)) (-5 *2 (-560)))) (-1956 (*1 *1 *1) (-4 *1 (-1091))) (-4001 (*1 *1 *1) (-4 *1 (-1091))) (-3999 (*1 *1 *1) (-4 *1 (-1091))))
-(-13 (-376) (-870) (-1051) (-1069 (-560)) (-1069 (-421 (-560))) (-1033) (-633 (-915 (-391))) (-911 (-391)) (-149) (-10 -8 (-15 -3138 ($ $)) (-15 -4473 ($ $)) (-15 -1654 ($ $)) (-15 -3431 ((-560) $)) (-15 -1956 ($ $)) (-15 -4001 ($ $)) (-15 -3999 ($ $)) (-15 -2407 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-633 (-229)) . T) ((-633 (-391)) . T) ((-633 (-915 (-391))) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-813) . T) ((-814) . T) ((-816) . T) ((-819) . T) ((-870) . T) ((-871) . T) ((-874) . T) ((-911 (-391)) . T) ((-950) . T) ((-1033) . T) ((-1051) . T) ((-1069 (-421 (-560))) . T) ((-1069 (-560)) . T) ((-1082 #0#) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) |#2| $) 26 T ELT)) (-1450 ((|#1| $) 10 T ELT)) (-2551 (((-560) |#2| $) 118 T ELT)) (-4361 (((-3 $ "failed") |#2| (-948)) 76 T ELT)) (-1448 ((|#1| $) 31 T ELT)) (-3740 ((|#1| |#2| $ |#1|) 40 T ELT)) (-1857 (($ $) 28 T ELT)) (-4310 (((-3 |#2| "failed") |#2| $) 112 T ELT)) (-1957 (((-114) |#2| $) NIL T ELT)) (-2699 (((-114) |#2| $) NIL T ELT)) (-2127 (((-114) |#2| $) 27 T ELT)) (-3833 ((|#1| $) 119 T ELT)) (-1432 ((|#1| $) 30 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2731 ((|#2| $) 103 T ELT)) (-2539 (((-887) $) 94 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2941 ((|#1| |#2| $ |#1|) 41 T ELT)) (-4430 (((-663 $) |#2|) 78 T ELT)) (-2329 (((-114) $ $) 98 T ELT)))
-(((-1092 |#1| |#2|) (-13 (-1099 |#1| |#2|) (-10 -8 (-15 -1432 (|#1| $)) (-15 -1448 (|#1| $)) (-15 -1450 (|#1| $)) (-15 -3833 (|#1| $)) (-15 -1857 ($ $)) (-15 -2127 ((-114) |#2| $)) (-15 -3740 (|#1| |#2| $ |#1|)))) (-13 (-870) (-376)) (-1274 |#1|)) (T -1092))
-((-3740 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3)) (-4 *3 (-1274 *2)))) (-1432 (*1 *2 *1) (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3)) (-4 *3 (-1274 *2)))) (-1448 (*1 *2 *1) (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3)) (-4 *3 (-1274 *2)))) (-1450 (*1 *2 *1) (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3)) (-4 *3 (-1274 *2)))) (-3833 (*1 *2 *1) (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3)) (-4 *3 (-1274 *2)))) (-1857 (*1 *1 *1) (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3)) (-4 *3 (-1274 *2)))) (-2127 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-870) (-376))) (-5 *2 (-114)) (-5 *1 (-1092 *4 *3)) (-4 *3 (-1274 *4)))))
-(-13 (-1099 |#1| |#2|) (-10 -8 (-15 -1432 (|#1| $)) (-15 -1448 (|#1| $)) (-15 -1450 (|#1| $)) (-15 -3833 (|#1| $)) (-15 -1857 ($ $)) (-15 -2127 ((-114) |#2| $)) (-15 -3740 (|#1| |#2| $ |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-3037 (($ $ $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3729 (($ $ $ $) NIL T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-2551 (((-560) $) NIL T ELT)) (-1441 (($ $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1872 (($ (-1208)) 10 T ELT) (($ (-560)) 7 T ELT)) (-1442 (((-3 (-560) "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL T ELT)) (-2242 (($ $ $) NIL T ELT)) (-2336 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-2221 (((-114) $) NIL T ELT)) (-2530 (((-421 (-560)) $) NIL T ELT)) (-3362 (($) NIL T ELT) (($ $) NIL T ELT)) (-2254 (($ $ $) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-4174 (($ $ $ $) NIL T ELT)) (-3977 (($ $ $) NIL T ELT)) (-1957 (((-114) $) NIL T ELT)) (-2503 (($ $ $) NIL T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3057 (((-114) $) NIL T ELT)) (-2024 (((-713 $) $) NIL T ELT)) (-2699 (((-114) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3603 (($ $ $ $) NIL T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-3285 (($ $) NIL T ELT)) (-4474 (($ $) NIL T ELT)) (-2207 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2060 (($ $ $) NIL T ELT)) (-2814 (($) NIL T CONST)) (-2683 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-1984 (($ $) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3196 (((-114) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-2457 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2096 (($ $) NIL T ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-560) $) 16 T ELT) (((-549) $) NIL T ELT) (((-915 (-560)) $) NIL T ELT) (((-391) $) NIL T ELT) (((-229) $) NIL T ELT) (($ (-1208)) 9 T ELT)) (-2539 (((-887) $) 23 T ELT) (($ (-560)) 6 T ELT) (($ $) NIL T ELT) (($ (-560)) 6 T ELT)) (-3418 (((-793)) NIL T CONST)) (-1750 (((-114) $ $) NIL T ELT)) (-2743 (($ $ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (($) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-3248 (($ $ $ $) NIL T ELT)) (-2407 (($ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2426 (($ $) 22 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-560) $) NIL T ELT)))
-(((-1093) (-13 (-559) (-637 (-1208)) (-10 -8 (-6 -4496) (-6 -4501) (-6 -4497) (-15 -1872 ($ (-1208))) (-15 -1872 ($ (-560)))))) (T -1093))
-((-1872 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1093)))) (-1872 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1093)))))
-(-13 (-559) (-637 (-1208)) (-10 -8 (-6 -4496) (-6 -4501) (-6 -4497) (-15 -1872 ($ (-1208))) (-15 -1872 ($ (-560)))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL T ELT)) (-3303 (((-1304) $ (-1208) (-1208)) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1396 (($) 9 T ELT)) (-2696 (((-51) $ (-1208) (-51)) NIL T ELT)) (-3640 (($ $) 32 T ELT)) (-3882 (($ $) 30 T ELT)) (-1597 (($ $) 29 T ELT)) (-3701 (($ $) 31 T ELT)) (-4076 (($ $) 35 T ELT)) (-3088 (($ $) 36 T ELT)) (-2169 (($ $) 28 T ELT)) (-4096 (($ $) 33 T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) 27 (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 (-51) "failed") (-1208) $) 43 T ELT)) (-3366 (($) NIL T CONST)) (-4018 (($) 7 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) 53 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 (-51) "failed") (-1208) $) NIL T ELT)) (-2025 (($ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT)) (-1487 (((-3 (-1190) "failed") $ (-1190) (-560)) 72 T ELT)) (-3472 (((-51) $ (-1208) (-51)) NIL (|has| $ (-6 -4510)) ELT)) (-3393 (((-51) $ (-1208)) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-1208) $) NIL (|has| (-1208) (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) 38 (|has| $ (-6 -4509)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT)) (-3213 (((-1208) $) NIL (|has| (-1208) (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT) (($ (-1 (-51) (-51) (-51)) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-51) (-1132)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT)) (-3342 (((-663 (-1208)) $) NIL T ELT)) (-1651 (((-114) (-1208) $) NIL T ELT)) (-1688 (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) 46 T ELT)) (-1936 (((-663 (-1208)) $) NIL T ELT)) (-2624 (((-114) (-1208) $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-51) (-1132)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT)) (-3064 (((-391) $ (-1208)) 52 T ELT)) (-4371 (((-663 (-1190)) $ (-1190)) 74 T ELT)) (-3794 (((-51) $) NIL (|has| (-1208) (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) "failed") (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL T ELT)) (-4446 (($ $ (-51)) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))))) NIL (-12 (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL (-12 (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) NIL (-12 (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL (-12 (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-321 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (($ $ (-663 (-51)) (-663 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-305 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT) (($ $ (-663 (-305 (-51)))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT)) (-3155 (((-663 (-51)) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 (((-51) $ (-1208)) NIL T ELT) (((-51) $ (-1208) (-51)) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL T ELT)) (-1797 (($ $ (-1208)) 54 T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-1132))) ELT) (((-793) (-51) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-51) (-1132))) ELT) (((-793) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) 40 T ELT)) (-4357 (($ $ $) 41 T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-51) (-632 (-887))) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-632 (-887)))) ELT)) (-3926 (($ $ (-1208) (-391)) 50 T ELT)) (-3689 (($ $ (-1208) (-391)) 51 T ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 (-1208)) (|:| -2660 (-51)))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-51) (-102)) (|has| (-2 (|:| -3818 (-1208)) (|:| -2660 (-51))) (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1094) (-13 (-1225 (-1208) (-51)) (-10 -8 (-15 -4357 ($ $ $)) (-15 -4018 ($)) (-15 -2169 ($ $)) (-15 -1597 ($ $)) (-15 -3882 ($ $)) (-15 -3701 ($ $)) (-15 -4096 ($ $)) (-15 -3640 ($ $)) (-15 -4076 ($ $)) (-15 -3088 ($ $)) (-15 -3926 ($ $ (-1208) (-391))) (-15 -3689 ($ $ (-1208) (-391))) (-15 -3064 ((-391) $ (-1208))) (-15 -4371 ((-663 (-1190)) $ (-1190))) (-15 -1797 ($ $ (-1208))) (-15 -1396 ($)) (-15 -1487 ((-3 (-1190) "failed") $ (-1190) (-560))) (-6 -4509)))) (T -1094))
-((-4357 (*1 *1 *1 *1) (-5 *1 (-1094))) (-4018 (*1 *1) (-5 *1 (-1094))) (-2169 (*1 *1 *1) (-5 *1 (-1094))) (-1597 (*1 *1 *1) (-5 *1 (-1094))) (-3882 (*1 *1 *1) (-5 *1 (-1094))) (-3701 (*1 *1 *1) (-5 *1 (-1094))) (-4096 (*1 *1 *1) (-5 *1 (-1094))) (-3640 (*1 *1 *1) (-5 *1 (-1094))) (-4076 (*1 *1 *1) (-5 *1 (-1094))) (-3088 (*1 *1 *1) (-5 *1 (-1094))) (-3926 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-391)) (-5 *1 (-1094)))) (-3689 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-391)) (-5 *1 (-1094)))) (-3064 (*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-391)) (-5 *1 (-1094)))) (-4371 (*1 *2 *1 *3) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1094)) (-5 *3 (-1190)))) (-1797 (*1 *1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1094)))) (-1396 (*1 *1) (-5 *1 (-1094))) (-1487 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1190)) (-5 *3 (-560)) (-5 *1 (-1094)))))
-(-13 (-1225 (-1208) (-51)) (-10 -8 (-15 -4357 ($ $ $)) (-15 -4018 ($)) (-15 -2169 ($ $)) (-15 -1597 ($ $)) (-15 -3882 ($ $)) (-15 -3701 ($ $)) (-15 -4096 ($ $)) (-15 -3640 ($ $)) (-15 -4076 ($ $)) (-15 -3088 ($ $)) (-15 -3926 ($ $ (-1208) (-391))) (-15 -3689 ($ $ (-1208) (-391))) (-15 -3064 ((-391) $ (-1208))) (-15 -4371 ((-663 (-1190)) $ (-1190))) (-15 -1797 ($ $ (-1208))) (-15 -1396 ($)) (-15 -1487 ((-3 (-1190) "failed") $ (-1190) (-560))) (-6 -4509)))
-((-3730 (($ $) 46 T ELT)) (-1422 (((-114) $ $) 82 T ELT)) (-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 |#4| "failed") $) NIL T ELT) (((-3 $ "failed") (-975 (-421 (-560)))) 247 T ELT) (((-3 $ "failed") (-975 (-560))) 246 T ELT) (((-3 $ "failed") (-975 |#2|)) 249 T ELT)) (-3056 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) NIL T ELT) ((|#4| $) NIL T ELT) (($ (-975 (-421 (-560)))) 235 T ELT) (($ (-975 (-560))) 231 T ELT) (($ (-975 |#2|)) 255 T ELT)) (-2474 (($ $) NIL T ELT) (($ $ |#4|) 44 T ELT)) (-2502 (((-114) $ $) 131 T ELT) (((-114) $ (-663 $)) 135 T ELT)) (-3668 (((-114) $) 60 T ELT)) (-4301 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 125 T ELT)) (-3773 (($ $) 160 T ELT)) (-1394 (($ $) 156 T ELT)) (-2403 (($ $) 155 T ELT)) (-1499 (($ $ $) 87 T ELT) (($ $ $ |#4|) 92 T ELT)) (-3756 (($ $ $) 90 T ELT) (($ $ $ |#4|) 94 T ELT)) (-2395 (((-114) $ $) 143 T ELT) (((-114) $ (-663 $)) 144 T ELT)) (-3173 ((|#4| $) 32 T ELT)) (-1431 (($ $ $) 128 T ELT)) (-3378 (((-114) $) 59 T ELT)) (-1780 (((-793) $) 35 T ELT)) (-4049 (($ $) 174 T ELT)) (-3544 (($ $) 171 T ELT)) (-3596 (((-663 $) $) 72 T ELT)) (-4123 (($ $) 62 T ELT)) (-4485 (($ $) 167 T ELT)) (-1739 (((-663 $) $) 69 T ELT)) (-3014 (($ $) 64 T ELT)) (-2450 ((|#2| $) NIL T ELT) (($ $ |#4|) 39 T ELT)) (-3570 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2830 (-793))) $ $) 130 T ELT)) (-3856 (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $) 126 T ELT) (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $ |#4|) 127 T ELT)) (-1812 (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -4415 $)) $ $) 121 T ELT) (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -4415 $)) $ $ |#4|) 123 T ELT)) (-4355 (($ $ $) 97 T ELT) (($ $ $ |#4|) 106 T ELT)) (-2251 (($ $ $) 98 T ELT) (($ $ $ |#4|) 107 T ELT)) (-3318 (((-663 $) $) 54 T ELT)) (-2872 (((-114) $ $) 140 T ELT) (((-114) $ (-663 $)) 141 T ELT)) (-1703 (($ $ $) 116 T ELT)) (-2814 (($ $) 37 T ELT)) (-2638 (((-114) $ $) 80 T ELT)) (-3191 (((-114) $ $) 136 T ELT) (((-114) $ (-663 $)) 138 T ELT)) (-1488 (($ $ $) 112 T ELT)) (-1787 (($ $) 41 T ELT)) (-2470 ((|#2| |#2| $) 164 T ELT) (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-2897 (($ $ |#2|) NIL T ELT) (($ $ $) 153 T ELT)) (-3438 (($ $ |#2|) 148 T ELT) (($ $ $) 151 T ELT)) (-2380 (($ $) 49 T ELT)) (-3995 (($ $) 55 T ELT)) (-4417 (((-915 (-391)) $) NIL T ELT) (((-915 (-560)) $) NIL T ELT) (((-549) $) NIL T ELT) (($ (-975 (-421 (-560)))) 237 T ELT) (($ (-975 (-560))) 233 T ELT) (($ (-975 |#2|)) 248 T ELT) (((-1190) $) 279 T ELT) (((-975 |#2|) $) 184 T ELT)) (-2539 (((-887) $) 29 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (((-975 |#2|) $) 185 T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)) (-3673 (((-3 (-114) "failed") $ $) 79 T ELT)))
-(((-1095 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2539 (|#1| |#1|)) (-15 -2470 (|#1| |#1| |#1|)) (-15 -2470 (|#1| (-663 |#1|))) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 ((-975 |#2|) |#1|)) (-15 -4417 ((-975 |#2|) |#1|)) (-15 -4417 ((-1190) |#1|)) (-15 -4049 (|#1| |#1|)) (-15 -3544 (|#1| |#1|)) (-15 -4485 (|#1| |#1|)) (-15 -3773 (|#1| |#1|)) (-15 -2470 (|#2| |#2| |#1|)) (-15 -2897 (|#1| |#1| |#1|)) (-15 -3438 (|#1| |#1| |#1|)) (-15 -2897 (|#1| |#1| |#2|)) (-15 -3438 (|#1| |#1| |#2|)) (-15 -1394 (|#1| |#1|)) (-15 -2403 (|#1| |#1|)) (-15 -4417 (|#1| (-975 |#2|))) (-15 -3056 (|#1| (-975 |#2|))) (-15 -1442 ((-3 |#1| "failed") (-975 |#2|))) (-15 -4417 (|#1| (-975 (-560)))) (-15 -3056 (|#1| (-975 (-560)))) (-15 -1442 ((-3 |#1| "failed") (-975 (-560)))) (-15 -4417 (|#1| (-975 (-421 (-560))))) (-15 -3056 (|#1| (-975 (-421 (-560))))) (-15 -1442 ((-3 |#1| "failed") (-975 (-421 (-560))))) (-15 -1703 (|#1| |#1| |#1|)) (-15 -1488 (|#1| |#1| |#1|)) (-15 -3570 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2830 (-793))) |#1| |#1|)) (-15 -1431 (|#1| |#1| |#1|)) (-15 -4301 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -3856 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1| |#4|)) (-15 -3856 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -1812 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -4415 |#1|)) |#1| |#1| |#4|)) (-15 -1812 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -2251 (|#1| |#1| |#1| |#4|)) (-15 -4355 (|#1| |#1| |#1| |#4|)) (-15 -2251 (|#1| |#1| |#1|)) (-15 -4355 (|#1| |#1| |#1|)) (-15 -3756 (|#1| |#1| |#1| |#4|)) (-15 -1499 (|#1| |#1| |#1| |#4|)) (-15 -3756 (|#1| |#1| |#1|)) (-15 -1499 (|#1| |#1| |#1|)) (-15 -2395 ((-114) |#1| (-663 |#1|))) (-15 -2395 ((-114) |#1| |#1|)) (-15 -2872 ((-114) |#1| (-663 |#1|))) (-15 -2872 ((-114) |#1| |#1|)) (-15 -3191 ((-114) |#1| (-663 |#1|))) (-15 -3191 ((-114) |#1| |#1|)) (-15 -2502 ((-114) |#1| (-663 |#1|))) (-15 -2502 ((-114) |#1| |#1|)) (-15 -1422 ((-114) |#1| |#1|)) (-15 -2638 ((-114) |#1| |#1|)) (-15 -3673 ((-3 (-114) "failed") |#1| |#1|)) (-15 -3596 ((-663 |#1|) |#1|)) (-15 -1739 ((-663 |#1|) |#1|)) (-15 -3014 (|#1| |#1|)) (-15 -4123 (|#1| |#1|)) (-15 -3668 ((-114) |#1|)) (-15 -3378 ((-114) |#1|)) (-15 -2474 (|#1| |#1| |#4|)) (-15 -2450 (|#1| |#1| |#4|)) (-15 -3995 (|#1| |#1|)) (-15 -3318 ((-663 |#1|) |#1|)) (-15 -2380 (|#1| |#1|)) (-15 -3730 (|#1| |#1|)) (-15 -1787 (|#1| |#1|)) (-15 -2814 (|#1| |#1|)) (-15 -1780 ((-793) |#1|)) (-15 -3173 (|#4| |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -2539 (|#1| |#4|)) (-15 -1442 ((-3 |#4| "failed") |#1|)) (-15 -3056 (|#4| |#1|)) (-15 -2450 (|#2| |#1|)) (-15 -2474 (|#1| |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-1096 |#2| |#3| |#4|) (-1080) (-815) (-871)) (T -1095))
-NIL
-(-10 -8 (-15 -2539 (|#1| |#1|)) (-15 -2470 (|#1| |#1| |#1|)) (-15 -2470 (|#1| (-663 |#1|))) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 ((-975 |#2|) |#1|)) (-15 -4417 ((-975 |#2|) |#1|)) (-15 -4417 ((-1190) |#1|)) (-15 -4049 (|#1| |#1|)) (-15 -3544 (|#1| |#1|)) (-15 -4485 (|#1| |#1|)) (-15 -3773 (|#1| |#1|)) (-15 -2470 (|#2| |#2| |#1|)) (-15 -2897 (|#1| |#1| |#1|)) (-15 -3438 (|#1| |#1| |#1|)) (-15 -2897 (|#1| |#1| |#2|)) (-15 -3438 (|#1| |#1| |#2|)) (-15 -1394 (|#1| |#1|)) (-15 -2403 (|#1| |#1|)) (-15 -4417 (|#1| (-975 |#2|))) (-15 -3056 (|#1| (-975 |#2|))) (-15 -1442 ((-3 |#1| "failed") (-975 |#2|))) (-15 -4417 (|#1| (-975 (-560)))) (-15 -3056 (|#1| (-975 (-560)))) (-15 -1442 ((-3 |#1| "failed") (-975 (-560)))) (-15 -4417 (|#1| (-975 (-421 (-560))))) (-15 -3056 (|#1| (-975 (-421 (-560))))) (-15 -1442 ((-3 |#1| "failed") (-975 (-421 (-560))))) (-15 -1703 (|#1| |#1| |#1|)) (-15 -1488 (|#1| |#1| |#1|)) (-15 -3570 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2830 (-793))) |#1| |#1|)) (-15 -1431 (|#1| |#1| |#1|)) (-15 -4301 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -3856 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1| |#4|)) (-15 -3856 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -1812 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -4415 |#1|)) |#1| |#1| |#4|)) (-15 -1812 ((-2 (|:| -1398 |#1|) (|:| |gap| (-793)) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -2251 (|#1| |#1| |#1| |#4|)) (-15 -4355 (|#1| |#1| |#1| |#4|)) (-15 -2251 (|#1| |#1| |#1|)) (-15 -4355 (|#1| |#1| |#1|)) (-15 -3756 (|#1| |#1| |#1| |#4|)) (-15 -1499 (|#1| |#1| |#1| |#4|)) (-15 -3756 (|#1| |#1| |#1|)) (-15 -1499 (|#1| |#1| |#1|)) (-15 -2395 ((-114) |#1| (-663 |#1|))) (-15 -2395 ((-114) |#1| |#1|)) (-15 -2872 ((-114) |#1| (-663 |#1|))) (-15 -2872 ((-114) |#1| |#1|)) (-15 -3191 ((-114) |#1| (-663 |#1|))) (-15 -3191 ((-114) |#1| |#1|)) (-15 -2502 ((-114) |#1| (-663 |#1|))) (-15 -2502 ((-114) |#1| |#1|)) (-15 -1422 ((-114) |#1| |#1|)) (-15 -2638 ((-114) |#1| |#1|)) (-15 -3673 ((-3 (-114) "failed") |#1| |#1|)) (-15 -3596 ((-663 |#1|) |#1|)) (-15 -1739 ((-663 |#1|) |#1|)) (-15 -3014 (|#1| |#1|)) (-15 -4123 (|#1| |#1|)) (-15 -3668 ((-114) |#1|)) (-15 -3378 ((-114) |#1|)) (-15 -2474 (|#1| |#1| |#4|)) (-15 -2450 (|#1| |#1| |#4|)) (-15 -3995 (|#1| |#1|)) (-15 -3318 ((-663 |#1|) |#1|)) (-15 -2380 (|#1| |#1|)) (-15 -3730 (|#1| |#1|)) (-15 -1787 (|#1| |#1|)) (-15 -2814 (|#1| |#1|)) (-15 -1780 ((-793) |#1|)) (-15 -3173 (|#4| |#1|)) (-15 -4417 ((-549) |#1|)) (-15 -4417 ((-915 (-560)) |#1|)) (-15 -4417 ((-915 (-391)) |#1|)) (-15 -2539 (|#1| |#4|)) (-15 -1442 ((-3 |#4| "failed") |#1|)) (-15 -3056 (|#4| |#1|)) (-15 -2450 (|#2| |#1|)) (-15 -2474 (|#1| |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 |#3|) $) 120 T ELT)) (-3349 (((-1202 $) $ |#3|) 135 T ELT) (((-1202 |#1|) $) 134 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 97 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 98 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 100 (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) 122 T ELT) (((-793) $ (-663 |#3|)) 121 T ELT)) (-3730 (($ $) 290 T ELT)) (-1422 (((-114) $ $) 276 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2489 (($ $ $) 235 (|has| |#1| (-571)) ELT)) (-2905 (((-663 $) $ $) 230 (|has| |#1| (-571)) ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 110 (|has| |#1| (-939)) ELT)) (-2082 (($ $) 108 (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) 107 (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 113 (|has| |#1| (-939)) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#1| "failed") $) 178 T ELT) (((-3 (-421 (-560)) "failed") $) 175 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 173 (|has| |#1| (-1069 (-560))) ELT) (((-3 |#3| "failed") $) 150 T ELT) (((-3 $ "failed") (-975 (-421 (-560)))) 250 (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1208)))) ELT) (((-3 $ "failed") (-975 (-560))) 247 (-2191 (-12 (-1372 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1208)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1208))))) ELT) (((-3 $ "failed") (-975 |#1|)) 244 (-2191 (-12 (-1372 (|has| |#1| (-38 (-421 (-560))))) (-1372 (|has| |#1| (-38 (-560)))) (|has| |#3| (-633 (-1208)))) (-12 (-1372 (|has| |#1| (-559))) (-1372 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1208)))) (-12 (-1372 (|has| |#1| (-1022 (-560)))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1208))))) ELT)) (-3056 ((|#1| $) 177 T ELT) (((-421 (-560)) $) 176 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) 174 (|has| |#1| (-1069 (-560))) ELT) ((|#3| $) 151 T ELT) (($ (-975 (-421 (-560)))) 249 (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1208)))) ELT) (($ (-975 (-560))) 246 (-2191 (-12 (-1372 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1208)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1208))))) ELT) (($ (-975 |#1|)) 243 (-2191 (-12 (-1372 (|has| |#1| (-38 (-421 (-560))))) (-1372 (|has| |#1| (-38 (-560)))) (|has| |#3| (-633 (-1208)))) (-12 (-1372 (|has| |#1| (-559))) (-1372 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1208)))) (-12 (-1372 (|has| |#1| (-1022 (-560)))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1208))))) ELT)) (-2076 (($ $ $ |#3|) 118 (|has| |#1| (-175)) ELT) (($ $ $) 231 (|has| |#1| (-571)) ELT)) (-2474 (($ $) 168 T ELT) (($ $ |#3|) 285 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 146 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 145 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 144 T ELT) (((-711 |#1|) (-711 $)) 143 T ELT)) (-2502 (((-114) $ $) 275 T ELT) (((-114) $ (-663 $)) 274 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3668 (((-114) $) 283 T ELT)) (-4301 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 255 T ELT)) (-3773 (($ $) 224 (|has| |#1| (-466)) ELT)) (-2075 (($ $) 190 (|has| |#1| (-466)) ELT) (($ $ |#3|) 115 (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) 119 T ELT)) (-1510 (((-114) $) 106 (|has| |#1| (-939)) ELT)) (-1394 (($ $) 240 (|has| |#1| (-571)) ELT)) (-2403 (($ $) 241 (|has| |#1| (-571)) ELT)) (-1499 (($ $ $) 267 T ELT) (($ $ $ |#3|) 265 T ELT)) (-3756 (($ $ $) 266 T ELT) (($ $ $ |#3|) 264 T ELT)) (-1524 (($ $ |#1| |#2| $) 186 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 94 (-12 (|has| |#3| (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 93 (-12 (|has| |#3| (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-1871 (((-114) $) 40 T ELT)) (-2541 (((-793) $) 183 T ELT)) (-2395 (((-114) $ $) 269 T ELT) (((-114) $ (-663 $)) 268 T ELT)) (-4056 (($ $ $ $ $) 226 (|has| |#1| (-571)) ELT)) (-3173 ((|#3| $) 294 T ELT)) (-3541 (($ (-1202 |#1|) |#3|) 127 T ELT) (($ (-1202 $) |#3|) 126 T ELT)) (-3548 (((-663 $) $) 136 T ELT)) (-4045 (((-114) $) 166 T ELT)) (-3528 (($ |#1| |#2|) 167 T ELT) (($ $ |#3| (-793)) 129 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 128 T ELT)) (-1431 (($ $ $) 254 T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ |#3|) 130 T ELT)) (-3378 (((-114) $) 284 T ELT)) (-4486 ((|#2| $) 184 T ELT) (((-793) $ |#3|) 132 T ELT) (((-663 (-793)) $ (-663 |#3|)) 131 T ELT)) (-1780 (((-793) $) 293 T ELT)) (-1729 (($ (-1 |#2| |#2|) $) 185 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 165 T ELT)) (-1762 (((-3 |#3| "failed") $) 133 T ELT)) (-4049 (($ $) 221 (|has| |#1| (-466)) ELT)) (-3544 (($ $) 222 (|has| |#1| (-466)) ELT)) (-3596 (((-663 $) $) 279 T ELT)) (-4123 (($ $) 282 T ELT)) (-4485 (($ $) 223 (|has| |#1| (-466)) ELT)) (-1739 (((-663 $) $) 280 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 148 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 147 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 142 T ELT) (((-711 |#1|) (-1298 $)) 141 T ELT)) (-3014 (($ $) 281 T ELT)) (-2439 (($ $) 163 T ELT)) (-2450 ((|#1| $) 162 T ELT) (($ $ |#3|) 286 T ELT)) (-2433 (($ (-663 $)) 104 (|has| |#1| (-466)) ELT) (($ $ $) 103 (|has| |#1| (-466)) ELT)) (-3570 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2830 (-793))) $ $) 253 T ELT)) (-3856 (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $) 257 T ELT) (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $ |#3|) 256 T ELT)) (-1812 (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -4415 $)) $ $) 259 T ELT) (((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -4415 $)) $ $ |#3|) 258 T ELT)) (-4355 (($ $ $) 263 T ELT) (($ $ $ |#3|) 261 T ELT)) (-2251 (($ $ $) 262 T ELT) (($ $ $ |#3|) 260 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2939 (($ $ $) 229 (|has| |#1| (-571)) ELT)) (-3318 (((-663 $) $) 288 T ELT)) (-1483 (((-3 (-663 $) "failed") $) 124 T ELT)) (-3932 (((-3 (-663 $) "failed") $) 125 T ELT)) (-2429 (((-3 (-2 (|:| |var| |#3|) (|:| -3881 (-793))) "failed") $) 123 T ELT)) (-2872 (((-114) $ $) 271 T ELT) (((-114) $ (-663 $)) 270 T ELT)) (-1703 (($ $ $) 251 T ELT)) (-2814 (($ $) 292 T ELT)) (-2638 (((-114) $ $) 277 T ELT)) (-3191 (((-114) $ $) 273 T ELT) (((-114) $ (-663 $)) 272 T ELT)) (-1488 (($ $ $) 252 T ELT)) (-1787 (($ $) 291 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2056 (((-2 (|:| -2470 $) (|:| |coef2| $)) $ $) 232 (|has| |#1| (-571)) ELT)) (-2912 (((-2 (|:| -2470 $) (|:| |coef1| $)) $ $) 233 (|has| |#1| (-571)) ELT)) (-2412 (((-114) $) 180 T ELT)) (-2425 ((|#1| $) 181 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 105 (|has| |#1| (-466)) ELT)) (-2470 ((|#1| |#1| $) 225 (|has| |#1| (-466)) ELT) (($ (-663 $)) 102 (|has| |#1| (-466)) ELT) (($ $ $) 101 (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 112 (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 111 (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) 109 (|has| |#1| (-939)) ELT)) (-1977 (((-2 (|:| -2470 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 234 (|has| |#1| (-571)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) 188 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 96 (|has| |#1| (-571)) ELT)) (-2897 (($ $ |#1|) 238 (|has| |#1| (-571)) ELT) (($ $ $) 236 (|has| |#1| (-571)) ELT)) (-3438 (($ $ |#1|) 239 (|has| |#1| (-571)) ELT) (($ $ $) 237 (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) 159 T ELT) (($ $ (-305 $)) 158 T ELT) (($ $ $ $) 157 T ELT) (($ $ (-663 $) (-663 $)) 156 T ELT) (($ $ |#3| |#1|) 155 T ELT) (($ $ (-663 |#3|) (-663 |#1|)) 154 T ELT) (($ $ |#3| $) 153 T ELT) (($ $ (-663 |#3|) (-663 $)) 152 T ELT)) (-3622 (($ $ |#3|) 117 (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 |#3|) (-663 (-793))) 49 T ELT) (($ $ |#3| (-793)) 48 T ELT) (($ $ (-663 |#3|)) 47 T ELT) (($ $ |#3|) 45 T ELT)) (-4283 ((|#2| $) 164 T ELT) (((-793) $ |#3|) 140 T ELT) (((-663 (-793)) $ (-663 |#3|)) 139 T ELT)) (-2380 (($ $) 289 T ELT)) (-3995 (($ $) 287 T ELT)) (-4417 (((-915 (-391)) $) 92 (-12 (|has| |#3| (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) 91 (-12 (|has| |#3| (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) 90 (-12 (|has| |#3| (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT) (($ (-975 (-421 (-560)))) 248 (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1208)))) ELT) (($ (-975 (-560))) 245 (-2191 (-12 (-1372 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1208)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1208))))) ELT) (($ (-975 |#1|)) 242 (|has| |#3| (-633 (-1208))) ELT) (((-1190) $) 220 (-12 (|has| |#1| (-1069 (-560))) (|has| |#3| (-633 (-1208)))) ELT) (((-975 |#1|) $) 219 (|has| |#3| (-633 (-1208))) ELT)) (-2389 ((|#1| $) 189 (|has| |#1| (-466)) ELT) (($ $ |#3|) 116 (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 114 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 179 T ELT) (($ |#3|) 149 T ELT) (((-975 |#1|) $) 218 (|has| |#3| (-633 (-1208))) ELT) (($ (-421 (-560))) 88 (-2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT) (($ $) 95 (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) 182 T ELT)) (-2453 ((|#1| $ |#2|) 169 T ELT) (($ $ |#3| (-793)) 138 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 137 T ELT)) (-3187 (((-713 $) $) 89 (-2191 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) 37 T CONST)) (-2311 (($ $ $ (-793)) 187 (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 99 (|has| |#1| (-571)) ELT)) (-1427 (($) 23 T CONST)) (-3673 (((-3 (-114) "failed") $ $) 278 T ELT)) (-1439 (($) 39 T CONST)) (-3502 (($ $ $ $ (-793)) 227 (|has| |#1| (-571)) ELT)) (-4145 (($ $ $ (-793)) 228 (|has| |#1| (-571)) ELT)) (-4324 (($ $ (-663 |#3|) (-663 (-793))) 52 T ELT) (($ $ |#3| (-793)) 51 T ELT) (($ $ (-663 |#3|)) 50 T ELT) (($ $ |#3|) 46 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 170 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 161 T ELT) (($ $ |#1|) 160 T ELT)))
-(((-1096 |#1| |#2| |#3|) (-142) (-1080) (-815) (-871)) (T -1096))
-((-3173 (*1 *2 *1) (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)))) (-1780 (*1 *2 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-793)))) (-2814 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-1787 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-3730 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-2380 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-3318 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1096 *3 *4 *5)))) (-3995 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-2450 (*1 *1 *1 *2) (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)))) (-2474 (*1 *1 *1 *2) (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)))) (-3378 (*1 *2 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-3668 (*1 *2 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-4123 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-3014 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-1739 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1096 *3 *4 *5)))) (-3596 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1096 *3 *4 *5)))) (-3673 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-2638 (*1 *2 *1 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-1422 (*1 *2 *1 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-2502 (*1 *2 *1 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-2502 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1096 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)))) (-3191 (*1 *2 *1 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-3191 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1096 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)))) (-2872 (*1 *2 *1 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1096 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)))) (-2395 (*1 *2 *1 *1) (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))) (-2395 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1096 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)))) (-1499 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-3756 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-1499 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)))) (-3756 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)))) (-4355 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-2251 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-4355 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)))) (-2251 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *2 (-871)))) (-1812 (*1 *2 *1 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-2 (|:| -1398 *1) (|:| |gap| (-793)) (|:| -4415 *1))) (-4 *1 (-1096 *3 *4 *5)))) (-1812 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-5 *2 (-2 (|:| -1398 *1) (|:| |gap| (-793)) (|:| -4415 *1))) (-4 *1 (-1096 *4 *5 *3)))) (-3856 (*1 *2 *1 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-2 (|:| -1398 *1) (|:| |gap| (-793)) (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-1096 *3 *4 *5)))) (-3856 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-5 *2 (-2 (|:| -1398 *1) (|:| |gap| (-793)) (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-1096 *4 *5 *3)))) (-4301 (*1 *2 *1 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-1096 *3 *4 *5)))) (-1431 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-3570 (*1 *2 *1 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2830 (-793)))) (-4 *1 (-1096 *3 *4 *5)))) (-1488 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-1703 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)))) (-1442 (*1 *1 *2) (|partial| -12 (-5 *2 (-975 (-421 (-560)))) (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))) (-3056 (*1 *1 *2) (-12 (-5 *2 (-975 (-421 (-560)))) (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))) (-4417 (*1 *1 *2) (-12 (-5 *2 (-975 (-421 (-560)))) (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))) (-1442 (*1 *1 *2) (|partial| -2191 (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5)) (-12 (-1372 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))) (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5)) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))))) (-3056 (*1 *1 *2) (-2191 (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5)) (-12 (-1372 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))) (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5)) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))))) (-4417 (*1 *1 *2) (-2191 (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5)) (-12 (-1372 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))) (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5)) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))))) (-1442 (*1 *1 *2) (|partial| -2191 (-12 (-5 *2 (-975 *3)) (-12 (-1372 (-4 *3 (-38 (-421 (-560))))) (-1372 (-4 *3 (-38 (-560)))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871))) (-12 (-5 *2 (-975 *3)) (-12 (-1372 (-4 *3 (-559))) (-1372 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871))) (-12 (-5 *2 (-975 *3)) (-12 (-1372 (-4 *3 (-1022 (-560)))) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871))))) (-3056 (*1 *1 *2) (-2191 (-12 (-5 *2 (-975 *3)) (-12 (-1372 (-4 *3 (-38 (-421 (-560))))) (-1372 (-4 *3 (-38 (-560)))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871))) (-12 (-5 *2 (-975 *3)) (-12 (-1372 (-4 *3 (-559))) (-1372 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871))) (-12 (-5 *2 (-975 *3)) (-12 (-1372 (-4 *3 (-1022 (-560)))) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208)))) (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815)) (-4 *5 (-871))))) (-4417 (*1 *1 *2) (-12 (-5 *2 (-975 *3)) (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *5 (-633 (-1208))) (-4 *4 (-815)) (-4 *5 (-871)))) (-2403 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-1394 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-3438 (*1 *1 *1 *2) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-2897 (*1 *1 *1 *2) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-3438 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-2897 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-2489 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-1977 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-2 (|:| -2470 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1096 *3 *4 *5)))) (-2912 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-2 (|:| -2470 *1) (|:| |coef1| *1))) (-4 *1 (-1096 *3 *4 *5)))) (-2056 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-2 (|:| -2470 *1) (|:| |coef2| *1))) (-4 *1 (-1096 *3 *4 *5)))) (-2076 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-2905 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1096 *3 *4 *5)))) (-2939 (*1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-4145 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *3 (-571)))) (-3502 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *3 (-571)))) (-4056 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-571)))) (-2470 (*1 *2 *2 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-466)))) (-3773 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-466)))) (-4485 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-466)))) (-3544 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-466)))) (-4049 (*1 *1 *1) (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-466)))))
-(-13 (-979 |t#1| |t#2| |t#3|) (-10 -8 (-15 -3173 (|t#3| $)) (-15 -1780 ((-793) $)) (-15 -2814 ($ $)) (-15 -1787 ($ $)) (-15 -3730 ($ $)) (-15 -2380 ($ $)) (-15 -3318 ((-663 $) $)) (-15 -3995 ($ $)) (-15 -2450 ($ $ |t#3|)) (-15 -2474 ($ $ |t#3|)) (-15 -3378 ((-114) $)) (-15 -3668 ((-114) $)) (-15 -4123 ($ $)) (-15 -3014 ($ $)) (-15 -1739 ((-663 $) $)) (-15 -3596 ((-663 $) $)) (-15 -3673 ((-3 (-114) "failed") $ $)) (-15 -2638 ((-114) $ $)) (-15 -1422 ((-114) $ $)) (-15 -2502 ((-114) $ $)) (-15 -2502 ((-114) $ (-663 $))) (-15 -3191 ((-114) $ $)) (-15 -3191 ((-114) $ (-663 $))) (-15 -2872 ((-114) $ $)) (-15 -2872 ((-114) $ (-663 $))) (-15 -2395 ((-114) $ $)) (-15 -2395 ((-114) $ (-663 $))) (-15 -1499 ($ $ $)) (-15 -3756 ($ $ $)) (-15 -1499 ($ $ $ |t#3|)) (-15 -3756 ($ $ $ |t#3|)) (-15 -4355 ($ $ $)) (-15 -2251 ($ $ $)) (-15 -4355 ($ $ $ |t#3|)) (-15 -2251 ($ $ $ |t#3|)) (-15 -1812 ((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -4415 $)) $ $)) (-15 -1812 ((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -4415 $)) $ $ |t#3|)) (-15 -3856 ((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -3856 ((-2 (|:| -1398 $) (|:| |gap| (-793)) (|:| -2010 $) (|:| -4415 $)) $ $ |t#3|)) (-15 -4301 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -1431 ($ $ $)) (-15 -3570 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2830 (-793))) $ $)) (-15 -1488 ($ $ $)) (-15 -1703 ($ $ $)) (IF (|has| |t#3| (-633 (-1208))) (PROGN (-6 (-632 (-975 |t#1|))) (-6 (-633 (-975 |t#1|))) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -1442 ((-3 $ "failed") (-975 (-421 (-560))))) (-15 -3056 ($ (-975 (-421 (-560))))) (-15 -4417 ($ (-975 (-421 (-560))))) (-15 -1442 ((-3 $ "failed") (-975 (-560)))) (-15 -3056 ($ (-975 (-560)))) (-15 -4417 ($ (-975 (-560)))) (IF (|has| |t#1| (-1022 (-560))) |%noBranch| (PROGN (-15 -1442 ((-3 $ "failed") (-975 |t#1|))) (-15 -3056 ($ (-975 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-560))) (IF (|has| |t#1| (-38 (-421 (-560)))) |%noBranch| (PROGN (-15 -1442 ((-3 $ "failed") (-975 (-560)))) (-15 -3056 ($ (-975 (-560)))) (-15 -4417 ($ (-975 (-560)))) (IF (|has| |t#1| (-559)) |%noBranch| (PROGN (-15 -1442 ((-3 $ "failed") (-975 |t#1|))) (-15 -3056 ($ (-975 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-560))) |%noBranch| (IF (|has| |t#1| (-38 (-421 (-560)))) |%noBranch| (PROGN (-15 -1442 ((-3 $ "failed") (-975 |t#1|))) (-15 -3056 ($ (-975 |t#1|)))))) (-15 -4417 ($ (-975 |t#1|))) (IF (|has| |t#1| (-1069 (-560))) (-6 (-633 (-1190))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-15 -2403 ($ $)) (-15 -1394 ($ $)) (-15 -3438 ($ $ |t#1|)) (-15 -2897 ($ $ |t#1|)) (-15 -3438 ($ $ $)) (-15 -2897 ($ $ $)) (-15 -2489 ($ $ $)) (-15 -1977 ((-2 (|:| -2470 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2912 ((-2 (|:| -2470 $) (|:| |coef1| $)) $ $)) (-15 -2056 ((-2 (|:| -2470 $) (|:| |coef2| $)) $ $)) (-15 -2076 ($ $ $)) (-15 -2905 ((-663 $) $ $)) (-15 -2939 ($ $ $)) (-15 -4145 ($ $ $ (-793))) (-15 -3502 ($ $ $ $ (-793))) (-15 -4056 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-466)) (PROGN (-15 -2470 (|t#1| |t#1| $)) (-15 -3773 ($ $)) (-15 -4485 ($ $)) (-15 -3544 ($ $)) (-15 -4049 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 |#3|) . T) ((-635 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-632 (-887)) . T) ((-632 (-975 |#1|)) |has| |#3| (-633 (-1208))) ((-175) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-633 (-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))) ((-633 (-915 (-391))) -12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#3| (-633 (-915 (-391))))) ((-633 (-915 (-560))) -12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#3| (-633 (-915 (-560))))) ((-633 (-975 |#1|)) |has| |#3| (-633 (-1208))) ((-633 (-1190)) -12 (|has| |#1| (-1069 (-560))) (|has| |#3| (-633 (-1208)))) ((-302) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-321 $) . T) ((-338 |#1| |#2|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2191 (|has| |#1| (-939)) (|has| |#1| (-466))) ((-528 |#3| |#1|) . T) ((-528 |#3| $) . T) ((-528 $ $) . T) ((-571) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-748) . T) ((-921 $ |#3|) . T) ((-927 |#3|) . T) ((-929 |#3|) . T) ((-911 (-391)) -12 (|has| |#1| (-911 (-391))) (|has| |#3| (-911 (-391)))) ((-911 (-560)) -12 (|has| |#1| (-911 (-560))) (|has| |#3| (-911 (-560)))) ((-979 |#1| |#2| |#3|) . T) ((-939) |has| |#1| (-939)) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 |#1|) . T) ((-1069 |#3|) . T) ((-1082 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1087 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) |has| |#1| (-939)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2139 (((-663 (-1166)) $) 18 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 27 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-1166) $) 20 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1097) (-13 (-1114) (-10 -8 (-15 -2139 ((-663 (-1166)) $)) (-15 -3966 ((-1166) $))))) (T -1097))
-((-2139 (*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-1097)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1097)))))
-(-13 (-1114) (-10 -8 (-15 -2139 ((-663 (-1166)) $)) (-15 -3966 ((-1166) $))))
-((-3626 (((-114) |#3| $) 15 T ELT)) (-4361 (((-3 $ "failed") |#3| (-948)) 29 T ELT)) (-4310 (((-3 |#3| "failed") |#3| $) 45 T ELT)) (-1957 (((-114) |#3| $) 19 T ELT)) (-2699 (((-114) |#3| $) 17 T ELT)))
-(((-1098 |#1| |#2| |#3|) (-10 -8 (-15 -4361 ((-3 |#1| "failed") |#3| (-948))) (-15 -4310 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1957 ((-114) |#3| |#1|)) (-15 -2699 ((-114) |#3| |#1|)) (-15 -3626 ((-114) |#3| |#1|))) (-1099 |#2| |#3|) (-13 (-870) (-376)) (-1274 |#2|)) (T -1098))
-NIL
-(-10 -8 (-15 -4361 ((-3 |#1| "failed") |#3| (-948))) (-15 -4310 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1957 ((-114) |#3| |#1|)) (-15 -2699 ((-114) |#3| |#1|)) (-15 -3626 ((-114) |#3| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) |#2| $) 25 T ELT)) (-2551 (((-560) |#2| $) 26 T ELT)) (-4361 (((-3 $ "failed") |#2| (-948)) 19 T ELT)) (-3740 ((|#1| |#2| $ |#1|) 17 T ELT)) (-4310 (((-3 |#2| "failed") |#2| $) 22 T ELT)) (-1957 (((-114) |#2| $) 23 T ELT)) (-2699 (((-114) |#2| $) 24 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2731 ((|#2| $) 21 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2941 ((|#1| |#2| $ |#1|) 18 T ELT)) (-4430 (((-663 $) |#2|) 20 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-1099 |#1| |#2|) (-142) (-13 (-870) (-376)) (-1274 |t#1|)) (T -1099))
-((-2551 (*1 *2 *3 *1) (-12 (-4 *1 (-1099 *4 *3)) (-4 *4 (-13 (-870) (-376))) (-4 *3 (-1274 *4)) (-5 *2 (-560)))) (-3626 (*1 *2 *3 *1) (-12 (-4 *1 (-1099 *4 *3)) (-4 *4 (-13 (-870) (-376))) (-4 *3 (-1274 *4)) (-5 *2 (-114)))) (-2699 (*1 *2 *3 *1) (-12 (-4 *1 (-1099 *4 *3)) (-4 *4 (-13 (-870) (-376))) (-4 *3 (-1274 *4)) (-5 *2 (-114)))) (-1957 (*1 *2 *3 *1) (-12 (-4 *1 (-1099 *4 *3)) (-4 *4 (-13 (-870) (-376))) (-4 *3 (-1274 *4)) (-5 *2 (-114)))) (-4310 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1099 *3 *2)) (-4 *3 (-13 (-870) (-376))) (-4 *2 (-1274 *3)))) (-2731 (*1 *2 *1) (-12 (-4 *1 (-1099 *3 *2)) (-4 *3 (-13 (-870) (-376))) (-4 *2 (-1274 *3)))) (-4430 (*1 *2 *3) (-12 (-4 *4 (-13 (-870) (-376))) (-4 *3 (-1274 *4)) (-5 *2 (-663 *1)) (-4 *1 (-1099 *4 *3)))) (-4361 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-948)) (-4 *4 (-13 (-870) (-376))) (-4 *1 (-1099 *4 *2)) (-4 *2 (-1274 *4)))) (-2941 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1099 *2 *3)) (-4 *2 (-13 (-870) (-376))) (-4 *3 (-1274 *2)))) (-3740 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1099 *2 *3)) (-4 *2 (-13 (-870) (-376))) (-4 *3 (-1274 *2)))))
-(-13 (-1132) (-10 -8 (-15 -2551 ((-560) |t#2| $)) (-15 -3626 ((-114) |t#2| $)) (-15 -2699 ((-114) |t#2| $)) (-15 -1957 ((-114) |t#2| $)) (-15 -4310 ((-3 |t#2| "failed") |t#2| $)) (-15 -2731 (|t#2| $)) (-15 -4430 ((-663 $) |t#2|)) (-15 -4361 ((-3 $ "failed") |t#2| (-948))) (-15 -2941 (|t#1| |t#2| $ |t#1|)) (-15 -3740 (|t#1| |t#2| $ |t#1|))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-3922 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-793)) 114 T ELT)) (-2114 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|) 64 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793)) 63 T ELT)) (-2524 (((-1304) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-793)) 99 T ELT)) (-2415 (((-793) (-663 |#4|) (-663 |#5|)) 30 T ELT)) (-3901 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|) 66 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793)) 65 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793) (-114)) 67 T ELT)) (-1405 (((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114)) 86 T ELT) (((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114)) 87 T ELT)) (-4417 (((-1190) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) 92 T ELT)) (-3417 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-114)) 62 T ELT)) (-3886 (((-793) (-663 |#4|) (-663 |#5|)) 21 T ELT)))
-(((-1100 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3886 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -2415 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -3417 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-114))) (-15 -2114 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793))) (-15 -2114 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793) (-114))) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793))) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -1405 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -1405 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114))) (-15 -3922 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-793))) (-15 -4417 ((-1190) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) (-15 -2524 ((-1304) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-793)))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1102 |#1| |#2| |#3| |#4|)) (T -1100))
-((-2524 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -3227 *9)))) (-5 *4 (-793)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-1304)) (-5 *1 (-1100 *5 *6 *7 *8 *9)))) (-4417 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -3227 *8))) (-4 *7 (-1096 *4 *5 *6)) (-4 *8 (-1102 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1190)) (-5 *1 (-1100 *4 *5 *6 *7 *8)))) (-3922 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-663 *11)) (|:| |todo| (-663 (-2 (|:| |val| *3) (|:| -3227 *11)))))) (-5 *6 (-793)) (-5 *2 (-663 (-2 (|:| |val| (-663 *10)) (|:| -3227 *11)))) (-5 *3 (-663 *10)) (-5 *4 (-663 *11)) (-4 *10 (-1096 *7 *8 *9)) (-4 *11 (-1102 *7 *8 *9 *10)) (-4 *7 (-466)) (-4 *8 (-815)) (-4 *9 (-871)) (-5 *1 (-1100 *7 *8 *9 *10 *11)))) (-1405 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1100 *5 *6 *7 *8 *9)))) (-1405 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1100 *5 *6 *7 *8 *9)))) (-3901 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1100 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3901 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *3 (-1096 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1100 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3)))) (-3901 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-793)) (-5 *6 (-114)) (-4 *7 (-466)) (-4 *8 (-815)) (-4 *9 (-871)) (-4 *3 (-1096 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1100 *7 *8 *9 *3 *4)) (-4 *4 (-1102 *7 *8 *9 *3)))) (-2114 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1100 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-2114 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *3 (-1096 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1100 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3)))) (-3417 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *3 (-1096 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1100 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3)))) (-2415 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-793)) (-5 *1 (-1100 *5 *6 *7 *8 *9)))) (-3886 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-793)) (-5 *1 (-1100 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -3886 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -2415 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -3417 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-114))) (-15 -2114 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793))) (-15 -2114 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793) (-114))) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793))) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -1405 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -1405 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114))) (-15 -3922 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-793))) (-15 -4417 ((-1190) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) (-15 -2524 ((-1304) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-793))))
-((-3452 (((-114) |#5| $) 26 T ELT)) (-4164 (((-114) |#5| $) 29 T ELT)) (-3212 (((-114) |#5| $) 18 T ELT) (((-114) $) 52 T ELT)) (-4340 (((-663 $) |#5| $) NIL T ELT) (((-663 $) (-663 |#5|) $) 94 T ELT) (((-663 $) (-663 |#5|) (-663 $)) 92 T ELT) (((-663 $) |#5| (-663 $)) 95 T ELT)) (-2674 (($ $ |#5|) NIL T ELT) (((-663 $) |#5| $) NIL T ELT) (((-663 $) |#5| (-663 $)) 73 T ELT) (((-663 $) (-663 |#5|) $) 75 T ELT) (((-663 $) (-663 |#5|) (-663 $)) 77 T ELT)) (-2478 (((-663 $) |#5| $) NIL T ELT) (((-663 $) |#5| (-663 $)) 64 T ELT) (((-663 $) (-663 |#5|) $) 69 T ELT) (((-663 $) (-663 |#5|) (-663 $)) 71 T ELT)) (-3038 (((-114) |#5| $) 32 T ELT)))
-(((-1101 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2674 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -2674 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -2674 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -2674 ((-663 |#1|) |#5| |#1|)) (-15 -2478 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -2478 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -2478 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -2478 ((-663 |#1|) |#5| |#1|)) (-15 -4340 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -4340 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -4340 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -4340 ((-663 |#1|) |#5| |#1|)) (-15 -4164 ((-114) |#5| |#1|)) (-15 -3212 ((-114) |#1|)) (-15 -3038 ((-114) |#5| |#1|)) (-15 -3452 ((-114) |#5| |#1|)) (-15 -3212 ((-114) |#5| |#1|)) (-15 -2674 (|#1| |#1| |#5|))) (-1102 |#2| |#3| |#4| |#5|) (-466) (-815) (-871) (-1096 |#2| |#3| |#4|)) (T -1101))
-NIL
-(-10 -8 (-15 -2674 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -2674 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -2674 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -2674 ((-663 |#1|) |#5| |#1|)) (-15 -2478 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -2478 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -2478 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -2478 ((-663 |#1|) |#5| |#1|)) (-15 -4340 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -4340 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -4340 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -4340 ((-663 |#1|) |#5| |#1|)) (-15 -4164 ((-114) |#5| |#1|)) (-15 -3212 ((-114) |#1|)) (-15 -3038 ((-114) |#5| |#1|)) (-15 -3452 ((-114) |#5| |#1|)) (-15 -3212 ((-114) |#5| |#1|)) (-15 -2674 (|#1| |#1| |#5|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-3509 (((-663 $) (-663 |#4|)) 94 T ELT) (((-663 $) (-663 |#4|) (-114)) 121 T ELT)) (-3557 (((-663 |#3|) $) 37 T ELT)) (-3343 (((-114) $) 30 T ELT)) (-3540 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-1370 ((|#4| |#4| $) 100 T ELT)) (-2082 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| $) 136 T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-3067 (((-114) $ (-793)) 48 T ELT)) (-3606 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-3366 (($) 49 T CONST)) (-2244 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-3056 (($ (-663 |#4|)) 39 T ELT)) (-3806 (((-3 $ "failed") $) 90 T ELT)) (-2206 ((|#4| |#4| $) 97 T ELT)) (-2885 (($ $) 72 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#4| $) 71 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-4269 ((|#4| |#4| $) 95 T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) 113 T ELT)) (-3452 (((-114) |#4| $) 146 T ELT)) (-4164 (((-114) |#4| $) 143 T ELT)) (-3212 (((-114) |#4| $) 147 T ELT) (((-114) $) 144 T ELT)) (-1559 (((-663 |#4|) $) 56 (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) 47 T ELT)) (-2559 (((-663 |#4|) $) 57 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-1972 (((-663 |#3|) $) 36 T ELT)) (-3253 (((-114) |#3| $) 35 T ELT)) (-2020 (((-114) $ (-793)) 46 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-4472 (((-3 |#4| (-663 $)) |#4| |#4| $) 138 T ELT)) (-2939 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| |#4| $) 137 T ELT)) (-2045 (((-3 |#4| "failed") $) 91 T ELT)) (-1999 (((-663 $) |#4| $) 139 T ELT)) (-3329 (((-3 (-114) (-663 $)) |#4| $) 142 T ELT)) (-3742 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 $))) |#4| $) 141 T ELT) (((-114) |#4| $) 140 T ELT)) (-4340 (((-663 $) |#4| $) 135 T ELT) (((-663 $) (-663 |#4|) $) 134 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 133 T ELT) (((-663 $) |#4| (-663 $)) 132 T ELT)) (-3520 (($ |#4| $) 127 T ELT) (($ (-663 |#4|) $) 126 T ELT)) (-2065 (((-663 |#4|) $) 115 T ELT)) (-2872 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-1703 ((|#4| |#4| $) 98 T ELT)) (-2638 (((-114) $ $) 118 T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-1488 ((|#4| |#4| $) 99 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3794 (((-3 |#4| "failed") $) 92 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4300 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-2674 (($ $ |#4|) 85 T ELT) (((-663 $) |#4| $) 125 T ELT) (((-663 $) |#4| (-663 $)) 124 T ELT) (((-663 $) (-663 |#4|) $) 123 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) 42 T ELT)) (-3868 (((-114) $) 45 T ELT)) (-1423 (($) 44 T ELT)) (-4283 (((-793) $) 114 T ELT)) (-3150 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 43 T ELT)) (-4417 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 64 T ELT)) (-4299 (($ $ |#3|) 32 T ELT)) (-3912 (($ $ |#3|) 34 T ELT)) (-3396 (($ $) 96 T ELT)) (-1860 (($ $ |#3|) 33 T ELT)) (-2539 (((-887) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-1895 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-2478 (((-663 $) |#4| $) 131 T ELT) (((-663 $) |#4| (-663 $)) 130 T ELT) (((-663 $) (-663 |#4|) $) 129 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 128 T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) 89 T ELT)) (-3038 (((-114) |#4| $) 145 T ELT)) (-1749 (((-114) |#3| $) 88 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2305 (((-793) $) 50 (|has| $ (-6 -4509)) ELT)))
-(((-1102 |#1| |#2| |#3| |#4|) (-142) (-466) (-815) (-871) (-1096 |t#1| |t#2| |t#3|)) (T -1102))
-((-3212 (*1 *2 *3 *1) (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-3452 (*1 *2 *3 *1) (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-3038 (*1 *2 *3 *1) (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-3212 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))) (-4164 (*1 *2 *3 *1) (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-3329 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-3 (-114) (-663 *1))) (-4 *1 (-1102 *4 *5 *6 *3)))) (-3742 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *1)))) (-4 *1 (-1102 *4 *5 *6 *3)))) (-3742 (*1 *2 *3 *1) (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-1999 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)))) (-4472 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-3 *3 (-663 *1))) (-4 *1 (-1102 *4 *5 *6 *3)))) (-2939 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *1)))) (-4 *1 (-1102 *4 *5 *6 *3)))) (-2082 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *1)))) (-4 *1 (-1102 *4 *5 *6 *3)))) (-4340 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)))) (-4340 (*1 *2 *3 *1) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *7)))) (-4340 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1102 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)))) (-4340 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)))) (-2478 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)))) (-2478 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)))) (-2478 (*1 *2 *3 *1) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *7)))) (-2478 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1102 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)))) (-3520 (*1 *1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *2)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-3520 (*1 *1 *2 *1) (-12 (-5 *2 (-663 *6)) (-4 *1 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)))) (-2674 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)))) (-2674 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)))) (-2674 (*1 *2 *3 *1) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *7)))) (-2674 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1102 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)))) (-3509 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1102 *5 *6 *7 *8)))))
-(-13 (-1243 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -3212 ((-114) |t#4| $)) (-15 -3452 ((-114) |t#4| $)) (-15 -3038 ((-114) |t#4| $)) (-15 -3212 ((-114) $)) (-15 -4164 ((-114) |t#4| $)) (-15 -3329 ((-3 (-114) (-663 $)) |t#4| $)) (-15 -3742 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 $))) |t#4| $)) (-15 -3742 ((-114) |t#4| $)) (-15 -1999 ((-663 $) |t#4| $)) (-15 -4472 ((-3 |t#4| (-663 $)) |t#4| |t#4| $)) (-15 -2939 ((-663 (-2 (|:| |val| |t#4|) (|:| -3227 $))) |t#4| |t#4| $)) (-15 -2082 ((-663 (-2 (|:| |val| |t#4|) (|:| -3227 $))) |t#4| $)) (-15 -4340 ((-663 $) |t#4| $)) (-15 -4340 ((-663 $) (-663 |t#4|) $)) (-15 -4340 ((-663 $) (-663 |t#4|) (-663 $))) (-15 -4340 ((-663 $) |t#4| (-663 $))) (-15 -2478 ((-663 $) |t#4| $)) (-15 -2478 ((-663 $) |t#4| (-663 $))) (-15 -2478 ((-663 $) (-663 |t#4|) $)) (-15 -2478 ((-663 $) (-663 |t#4|) (-663 $))) (-15 -3520 ($ |t#4| $)) (-15 -3520 ($ (-663 |t#4|) $)) (-15 -2674 ((-663 $) |t#4| $)) (-15 -2674 ((-663 $) |t#4| (-663 $))) (-15 -2674 ((-663 $) (-663 |t#4|) $)) (-15 -2674 ((-663 $) (-663 |t#4|) (-663 $))) (-15 -3509 ((-663 $) (-663 |t#4|) (-114)))))
-(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-887)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-1007 |#1| |#2| |#3| |#4|) . T) ((-1132) . T) ((-1243 |#1| |#2| |#3| |#4|) . T) ((-1248) . T))
-((-1633 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|) 86 T ELT)) (-1909 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|) 127 T ELT)) (-3733 (((-663 |#5|) |#4| |#5|) 74 T ELT)) (-1887 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|) 47 T ELT) (((-114) |#4| |#5|) 55 T ELT)) (-4105 (((-1304)) 36 T ELT)) (-2578 (((-1304)) 25 T ELT)) (-2036 (((-1304) (-1190) (-1190) (-1190)) 32 T ELT)) (-4296 (((-1304) (-1190) (-1190) (-1190)) 21 T ELT)) (-4460 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#4| |#4| |#5|) 107 T ELT)) (-3876 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#3| (-114)) 118 T ELT) (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5| (-114) (-114)) 52 T ELT)) (-1732 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|) 113 T ELT)))
-(((-1103 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4296 ((-1304) (-1190) (-1190) (-1190))) (-15 -2578 ((-1304))) (-15 -2036 ((-1304) (-1190) (-1190) (-1190))) (-15 -4105 ((-1304))) (-15 -4460 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -3876 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5| (-114) (-114))) (-15 -3876 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#3| (-114))) (-15 -1732 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -1909 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -1887 ((-114) |#4| |#5|)) (-15 -1887 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -3733 ((-663 |#5|) |#4| |#5|)) (-15 -1633 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1102 |#1| |#2| |#3| |#4|)) (T -1103))
-((-1633 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3733 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 *4)) (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-1887 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4)))) (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-1887 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-1909 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-1732 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3876 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -3227 *9)))) (-5 *5 (-114)) (-4 *8 (-1096 *6 *7 *4)) (-4 *9 (-1102 *6 *7 *4 *8)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *4 (-871)) (-5 *2 (-663 (-2 (|:| |val| *8) (|:| -3227 *9)))) (-5 *1 (-1103 *6 *7 *4 *8 *9)))) (-3876 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *3 (-1096 *6 *7 *8)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1103 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3)))) (-4460 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))) (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-4105 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304)) (-5 *1 (-1103 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))) (-2036 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304)) (-5 *1 (-1103 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-2578 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304)) (-5 *1 (-1103 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))) (-4296 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304)) (-5 *1 (-1103 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
-(-10 -7 (-15 -4296 ((-1304) (-1190) (-1190) (-1190))) (-15 -2578 ((-1304))) (-15 -2036 ((-1304) (-1190) (-1190) (-1190))) (-15 -4105 ((-1304))) (-15 -4460 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -3876 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5| (-114) (-114))) (-15 -3876 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#3| (-114))) (-15 -1732 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -1909 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -1887 ((-114) |#4| |#5|)) (-15 -1887 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -3733 ((-663 |#5|) |#4| |#5|)) (-15 -1633 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2491 (((-1249) $) 13 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1569 (((-1166) $) 10 T ELT)) (-2539 (((-887) $) 20 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1104) (-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $)) (-15 -2491 ((-1249) $))))) (T -1104))
-((-1569 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1104)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-1104)))))
-(-13 (-1114) (-10 -8 (-15 -1569 ((-1166) $)) (-15 -2491 ((-1249) $))))
-((-1837 (((-114) $ $) 7 T ELT)))
-(((-1105) (-13 (-1248) (-10 -8 (-15 -1837 ((-114) $ $))))) (T -1105))
-((-1837 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1105)))))
-(-13 (-1248) (-10 -8 (-15 -1837 ((-114) $ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3799 (($ $ (-663 (-1208)) (-1 (-114) (-663 |#3|))) 34 T ELT)) (-4231 (($ |#3| |#3|) 23 T ELT) (($ |#3| |#3| (-663 (-1208))) 21 T ELT)) (-1910 ((|#3| $) 13 T ELT)) (-1442 (((-3 (-305 |#3|) "failed") $) 60 T ELT)) (-3056 (((-305 |#3|) $) NIL T ELT)) (-2838 (((-663 (-1208)) $) 16 T ELT)) (-4312 (((-915 |#1|) $) 11 T ELT)) (-1898 ((|#3| $) 12 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1495 ((|#3| $ |#3|) 28 T ELT) ((|#3| $ |#3| (-948)) 41 T ELT)) (-2539 (((-887) $) 89 T ELT) (($ (-305 |#3|)) 22 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 38 T ELT)))
-(((-1106 |#1| |#2| |#3|) (-13 (-1132) (-298 |#3| |#3|) (-1069 (-305 |#3|)) (-10 -8 (-15 -4231 ($ |#3| |#3|)) (-15 -4231 ($ |#3| |#3| (-663 (-1208)))) (-15 -3799 ($ $ (-663 (-1208)) (-1 (-114) (-663 |#3|)))) (-15 -4312 ((-915 |#1|) $)) (-15 -1898 (|#3| $)) (-15 -1910 (|#3| $)) (-15 -1495 (|#3| $ |#3| (-948))) (-15 -2838 ((-663 (-1208)) $)))) (-1132) (-13 (-1080) (-911 |#1|) (-633 (-915 |#1|))) (-13 (-435 |#2|) (-911 |#1|) (-633 (-915 |#1|)))) (T -1106))
-((-4231 (*1 *1 *2 *2) (-12 (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3)))) (-5 *1 (-1106 *3 *4 *2)) (-4 *2 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))))) (-4231 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-663 (-1208))) (-4 *4 (-1132)) (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4)))) (-5 *1 (-1106 *4 *5 *2)) (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4)))))) (-3799 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-1 (-114) (-663 *6))) (-4 *6 (-13 (-435 *5) (-911 *4) (-633 (-915 *4)))) (-4 *4 (-1132)) (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4)))) (-5 *1 (-1106 *4 *5 *6)))) (-4312 (*1 *2 *1) (-12 (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 *2))) (-5 *2 (-915 *3)) (-5 *1 (-1106 *3 *4 *5)) (-4 *5 (-13 (-435 *4) (-911 *3) (-633 *2))))) (-1898 (*1 *2 *1) (-12 (-4 *3 (-1132)) (-4 *2 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))) (-5 *1 (-1106 *3 *4 *2)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3)))))) (-1910 (*1 *2 *1) (-12 (-4 *3 (-1132)) (-4 *2 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))) (-5 *1 (-1106 *3 *4 *2)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3)))))) (-1495 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-948)) (-4 *4 (-1132)) (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4)))) (-5 *1 (-1106 *4 *5 *2)) (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4)))))) (-2838 (*1 *2 *1) (-12 (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3)))) (-5 *2 (-663 (-1208))) (-5 *1 (-1106 *3 *4 *5)) (-4 *5 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))))))
-(-13 (-1132) (-298 |#3| |#3|) (-1069 (-305 |#3|)) (-10 -8 (-15 -4231 ($ |#3| |#3|)) (-15 -4231 ($ |#3| |#3| (-663 (-1208)))) (-15 -3799 ($ $ (-663 (-1208)) (-1 (-114) (-663 |#3|)))) (-15 -4312 ((-915 |#1|) $)) (-15 -1898 (|#3| $)) (-15 -1910 (|#3| $)) (-15 -1495 (|#3| $ |#3| (-948))) (-15 -2838 ((-663 (-1208)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3952 (((-1208) $) 8 T ELT)) (-3049 (((-1190) $) 17 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 11 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 14 T ELT)))
-(((-1107 |#1|) (-13 (-1132) (-10 -8 (-15 -3952 ((-1208) $)))) (-1208)) (T -1107))
-((-3952 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1107 *3)) (-14 *3 *2))))
-(-13 (-1132) (-10 -8 (-15 -3952 ((-1208) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3762 (($ (-663 (-1106 |#1| |#2| |#3|))) 14 T ELT)) (-2120 (((-663 (-1106 |#1| |#2| |#3|)) $) 21 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1495 ((|#3| $ |#3|) 24 T ELT) ((|#3| $ |#3| (-948)) 27 T ELT)) (-2539 (((-887) $) 17 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 20 T ELT)))
-(((-1108 |#1| |#2| |#3|) (-13 (-1132) (-298 |#3| |#3|) (-10 -8 (-15 -3762 ($ (-663 (-1106 |#1| |#2| |#3|)))) (-15 -2120 ((-663 (-1106 |#1| |#2| |#3|)) $)) (-15 -1495 (|#3| $ |#3| (-948))))) (-1132) (-13 (-1080) (-911 |#1|) (-633 (-915 |#1|))) (-13 (-435 |#2|) (-911 |#1|) (-633 (-915 |#1|)))) (T -1108))
-((-3762 (*1 *1 *2) (-12 (-5 *2 (-663 (-1106 *3 *4 *5))) (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3)))) (-4 *5 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))) (-5 *1 (-1108 *3 *4 *5)))) (-2120 (*1 *2 *1) (-12 (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3)))) (-5 *2 (-663 (-1106 *3 *4 *5))) (-5 *1 (-1108 *3 *4 *5)) (-4 *5 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))))) (-1495 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-948)) (-4 *4 (-1132)) (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4)))) (-5 *1 (-1108 *4 *5 *2)) (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4)))))))
-(-13 (-1132) (-298 |#3| |#3|) (-10 -8 (-15 -3762 ($ (-663 (-1106 |#1| |#2| |#3|)))) (-15 -2120 ((-663 (-1106 |#1| |#2| |#3|)) $)) (-15 -1495 (|#3| $ |#3| (-948)))))
-((-1430 (((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114)) 88 T ELT) (((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|))) 92 T ELT) (((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114)) 90 T ELT)))
-(((-1109 |#1| |#2|) (-10 -7 (-15 -1430 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114))) (-15 -1430 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)))) (-15 -1430 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114)))) (-13 (-319) (-149)) (-663 (-1208))) (T -1109))
-((-1430 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5)))))) (-5 *1 (-1109 *5 *6)) (-5 *3 (-663 (-975 *5))) (-14 *6 (-663 (-1208))))) (-1430 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-2 (|:| -1528 (-1202 *4)) (|:| -2086 (-663 (-975 *4)))))) (-5 *1 (-1109 *4 *5)) (-5 *3 (-663 (-975 *4))) (-14 *5 (-663 (-1208))))) (-1430 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5)))))) (-5 *1 (-1109 *5 *6)) (-5 *3 (-663 (-975 *5))) (-14 *6 (-663 (-1208))))))
-(-10 -7 (-15 -1430 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114))) (-15 -1430 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)))) (-15 -1430 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 136 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-376)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-1873 (((-711 |#1|) (-1298 $)) NIL T ELT) (((-711 |#1|)) 121 T ELT)) (-4095 ((|#1| $) 125 T ELT)) (-3625 (((-1220 (-948) (-793)) (-560)) NIL (|has| |#1| (-363)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-1450 (((-793)) 43 (|has| |#1| (-381)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-3013 (($ (-1298 |#1|) (-1298 $)) NIL T ELT) (($ (-1298 |#1|)) 46 T ELT)) (-2053 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-363)) ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2902 (((-711 |#1|) $ (-1298 $)) NIL T ELT) (((-711 |#1|) $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 113 T ELT) (((-711 |#1|) (-711 $)) 108 T ELT)) (-2108 (($ |#2|) 65 T ELT) (((-3 $ "failed") (-421 |#2|)) NIL (|has| |#1| (-376)) ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3795 (((-948)) 84 T ELT)) (-3362 (($) 47 (|has| |#1| (-381)) ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1632 (($) NIL (|has| |#1| (-363)) ELT)) (-2136 (((-114) $) NIL (|has| |#1| (-363)) ELT)) (-1497 (($ $ (-793)) NIL (|has| |#1| (-363)) ELT) (($ $) NIL (|has| |#1| (-363)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-2252 (((-948) $) NIL (|has| |#1| (-363)) ELT) (((-854 (-948)) $) NIL (|has| |#1| (-363)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-3138 ((|#1| $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-363)) ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2767 ((|#2| $) 91 (|has| |#1| (-376)) ELT)) (-2608 (((-948) $) 145 (|has| |#1| (-381)) ELT)) (-2094 ((|#2| $) 62 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2814 (($) NIL (|has| |#1| (-363)) CONST)) (-3998 (($ (-948)) 135 (|has| |#1| (-381)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3178 (($) 127 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2824 (((-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))) NIL (|has| |#1| (-363)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3622 ((|#1| (-1298 $)) NIL T ELT) ((|#1|) 117 T ELT)) (-2424 (((-793) $) NIL (|has| |#1| (-363)) ELT) (((-3 (-793) "failed") $ $) NIL (|has| |#1| (-363)) ELT)) (-2457 (($ $ (-793)) NIL (-2191 (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $) NIL (-2191 (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL (|has| |#1| (-376)) ELT)) (-3982 (((-711 |#1|) (-1298 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-376)) ELT)) (-2731 ((|#2|) 81 T ELT)) (-1677 (($) NIL (|has| |#1| (-363)) ELT)) (-2086 (((-1298 |#1|) $ (-1298 $)) 96 T ELT) (((-711 |#1|) (-1298 $) (-1298 $)) NIL T ELT) (((-1298 |#1|) $) 75 T ELT) (((-711 |#1|) (-1298 $)) 92 T ELT)) (-4417 (((-1298 |#1|) $) NIL T ELT) (($ (-1298 |#1|)) NIL T ELT) ((|#2| $) NIL T ELT) (($ |#2|) NIL T ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (|has| |#1| (-363)) ELT)) (-2539 (((-887) $) 61 T ELT) (($ (-560)) 56 T ELT) (($ |#1|) 58 T ELT) (($ $) NIL (|has| |#1| (-376)) ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-376)) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-3187 (($ $) NIL (|has| |#1| (-363)) ELT) (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-4419 ((|#2| $) 89 T ELT)) (-3418 (((-793)) 83 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1868 (((-1298 $)) 88 T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-1427 (($) 32 T CONST)) (-1439 (($) 19 T CONST)) (-4324 (($ $ (-793)) NIL (-2191 (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $) NIL (-2191 (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-929 (-1208)))) ELT) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL (|has| |#1| (-376)) ELT)) (-2329 (((-114) $ $) 67 T ELT)) (-2436 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) 71 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 69 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 54 T ELT) (($ $ $) 73 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 51 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-376)) ELT)))
-(((-1110 |#1| |#2| |#3|) (-746 |#1| |#2|) (-175) (-1274 |#1|) |#2|) (T -1110))
+((-2579 (*1 *2 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))) (-2372 (*1 *2 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))) (-3114 (*1 *2 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))) (-4368 (*1 *2) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))))
+(-13 (-23) (-10 -8 (-15 -2579 (|t#1| $)) (-15 -2372 (|t#1| $)) (-15 -3114 (|t#1| $)) (-15 -4368 (|t#1|) -2292)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2456 (($) 30 T CONST)) (-4489 (($) 22 T CONST)) (-2579 ((|#1| $) 28 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2372 ((|#1| $) 27 T ELT)) (-4368 ((|#1|) 25 T CONST)) (-3834 (((-888) $) 13 T ELT)) (-3114 ((|#1| $) 26 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT)))
+(((-1077 |#1|) (-142) (-23)) (T -1077))
+((-2456 (*1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-23)))))
+(-13 (-1076 |t#1|) (-10 -8 (-15 -2456 ($) -2292)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-888)) . T) ((-1076 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 (-802 |#1| (-889 |#2|)))))) (-663 (-802 |#1| (-889 |#2|)))) NIL T ELT)) (-1387 (((-663 $) (-663 (-802 |#1| (-889 |#2|)))) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-889 |#2|))) (-114)) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-889 |#2|))) (-114) (-114)) NIL T ELT)) (-2712 (((-663 (-889 |#2|)) $) NIL T ELT)) (-3511 (((-114) $) NIL T ELT)) (-3673 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3928 (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-3349 (((-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-2624 (((-663 (-2 (|:| |val| (-802 |#1| (-889 |#2|))) (|:| -2417 $))) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ (-889 |#2|)) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3797 (($ (-1 (-114) (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 (-802 |#1| (-889 |#2|)) "failed") $ (-889 |#2|)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3438 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1520 (((-663 (-802 |#1| (-889 |#2|))) (-663 (-802 |#1| (-889 |#2|))) $ (-1 (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) (-1 (-114) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)))) NIL T ELT)) (-1859 (((-663 (-802 |#1| (-889 |#2|))) (-663 (-802 |#1| (-889 |#2|))) $) NIL (|has| |#1| (-571)) ELT)) (-2966 (((-663 (-802 |#1| (-889 |#2|))) (-663 (-802 |#1| (-889 |#2|))) $) NIL (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 (-802 |#1| (-889 |#2|)))) NIL T ELT)) (-4072 (($ (-663 (-802 |#1| (-889 |#2|)))) NIL T ELT)) (-1586 (((-3 $ "failed") $) NIL T ELT)) (-2869 (((-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT)) (-3513 (($ (-802 |#1| (-889 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-802 |#1| (-889 |#2|))) (|:| |den| |#1|)) (-802 |#1| (-889 |#2|)) $) NIL (|has| |#1| (-571)) ELT)) (-4326 (((-114) (-802 |#1| (-889 |#2|)) $ (-1 (-114) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)))) NIL T ELT)) (-1977 (((-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-1995 (((-802 |#1| (-889 |#2|)) (-1 (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) $ (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT) (((-802 |#1| (-889 |#2|)) (-1 (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) $ (-802 |#1| (-889 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-802 |#1| (-889 |#2|)) (-1 (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) $ (-1 (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) (-1 (-114) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)))) NIL T ELT)) (-2376 (((-2 (|:| -3401 (-663 (-802 |#1| (-889 |#2|)))) (|:| -4376 (-663 (-802 |#1| (-889 |#2|))))) $) NIL T ELT)) (-2828 (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-4448 (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-3242 (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-3086 (((-663 (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-2867 (((-889 |#2|) $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-802 |#1| (-889 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT)) (-2173 (($ (-1 (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) $) NIL T ELT)) (-4306 (((-663 (-889 |#2|)) $) NIL T ELT)) (-1654 (((-114) (-889 |#2|) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3789 (((-3 (-802 |#1| (-889 |#2|)) (-663 $)) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-1946 (((-663 (-2 (|:| |val| (-802 |#1| (-889 |#2|))) (|:| -2417 $))) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-3534 (((-3 (-802 |#1| (-889 |#2|)) "failed") $) NIL T ELT)) (-3611 (((-663 $) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-3448 (((-3 (-114) (-663 $)) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-1775 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 $))) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-2921 (((-663 $) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-889 |#2|))) $) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-889 |#2|))) (-663 $)) NIL T ELT) (((-663 $) (-802 |#1| (-889 |#2|)) (-663 $)) NIL T ELT)) (-4340 (($ (-802 |#1| (-889 |#2|)) $) NIL T ELT) (($ (-663 (-802 |#1| (-889 |#2|))) $) NIL T ELT)) (-1455 (((-663 (-802 |#1| (-889 |#2|))) $) NIL T ELT)) (-2033 (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-2347 (((-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-1446 (((-114) $ $) NIL T ELT)) (-4134 (((-2 (|:| |num| (-802 |#1| (-889 |#2|))) (|:| |den| |#1|)) (-802 |#1| (-889 |#2|)) $) NIL (|has| |#1| (-571)) ELT)) (-2029 (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-114) $) NIL T ELT)) (-2153 (((-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 (((-3 (-802 |#1| (-889 |#2|)) "failed") $) NIL T ELT)) (-3237 (((-3 (-802 |#1| (-889 |#2|)) "failed") (-1 (-114) (-802 |#1| (-889 |#2|))) $) NIL T ELT)) (-4319 (((-3 $ "failed") $ (-802 |#1| (-889 |#2|))) NIL T ELT)) (-3201 (($ $ (-802 |#1| (-889 |#2|))) NIL T ELT) (((-663 $) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-663 $) (-802 |#1| (-889 |#2|)) (-663 $)) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-889 |#2|))) $) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-889 |#2|))) (-663 $)) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-802 |#1| (-889 |#2|))) (-663 (-802 |#1| (-889 |#2|)))) NIL (-12 (|has| (-802 |#1| (-889 |#2|)) (-321 (-802 |#1| (-889 |#2|)))) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT) (($ $ (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|))) NIL (-12 (|has| (-802 |#1| (-889 |#2|)) (-321 (-802 |#1| (-889 |#2|)))) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT) (($ $ (-305 (-802 |#1| (-889 |#2|)))) NIL (-12 (|has| (-802 |#1| (-889 |#2|)) (-321 (-802 |#1| (-889 |#2|)))) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT) (($ $ (-663 (-305 (-802 |#1| (-889 |#2|))))) NIL (-12 (|has| (-802 |#1| (-889 |#2|)) (-321 (-802 |#1| (-889 |#2|)))) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-4144 (((-793) $) NIL T ELT)) (-1485 (((-793) (-802 |#1| (-889 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-802 |#1| (-889 |#2|)) (-1133))) ELT) (((-793) (-1 (-114) (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-802 |#1| (-889 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-802 |#1| (-889 |#2|)))) NIL T ELT)) (-2337 (($ $ (-889 |#2|)) NIL T ELT)) (-1548 (($ $ (-889 |#2|)) NIL T ELT)) (-2133 (($ $) NIL T ELT)) (-2721 (($ $ (-889 |#2|)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (((-663 (-802 |#1| (-889 |#2|))) $) NIL T ELT)) (-2688 (((-793) $) NIL (|has| (-889 |#2|) (-381)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 (-802 |#1| (-889 |#2|))))) "failed") (-663 (-802 |#1| (-889 |#2|))) (-1 (-114) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)))) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 (-802 |#1| (-889 |#2|))))) "failed") (-663 (-802 |#1| (-889 |#2|))) (-1 (-114) (-802 |#1| (-889 |#2|))) (-1 (-114) (-802 |#1| (-889 |#2|)) (-802 |#1| (-889 |#2|)))) NIL T ELT)) (-3188 (((-114) $ (-1 (-114) (-802 |#1| (-889 |#2|)) (-663 (-802 |#1| (-889 |#2|))))) NIL T ELT)) (-2601 (((-663 $) (-802 |#1| (-889 |#2|)) $) NIL T ELT) (((-663 $) (-802 |#1| (-889 |#2|)) (-663 $)) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-889 |#2|))) $) NIL T ELT) (((-663 $) (-663 (-802 |#1| (-889 |#2|))) (-663 $)) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-802 |#1| (-889 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 (-889 |#2|)) $) NIL T ELT)) (-3637 (((-114) (-802 |#1| (-889 |#2|)) $) NIL T ELT)) (-1414 (((-114) (-889 |#2|) $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1078 |#1| |#2|) (-13 (-1103 |#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|))) (-10 -8 (-15 -1387 ((-663 $) (-663 (-802 |#1| (-889 |#2|))) (-114) (-114))))) (-466) (-663 (-1209))) (T -1078))
+((-1387 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466)) (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-1078 *5 *6))) (-5 *1 (-1078 *5 *6)))))
+(-13 (-1103 |#1| (-545 (-889 |#2|)) (-889 |#2|) (-802 |#1| (-889 |#2|))) (-10 -8 (-15 -1387 ((-663 $) (-663 (-802 |#1| (-889 |#2|))) (-114) (-114)))))
+((-2672 (((-1 (-560)) (-1121 (-560))) 32 T ELT)) (-2782 (((-560) (-560) (-560) (-560) (-560)) 29 T ELT)) (-2375 (((-1 (-560)) |RationalNumber|) NIL T ELT)) (-2629 (((-1 (-560)) |RationalNumber|) NIL T ELT)) (-1441 (((-1 (-560)) (-560) |RationalNumber|) NIL T ELT)))
+(((-1079) (-10 -7 (-15 -2672 ((-1 (-560)) (-1121 (-560)))) (-15 -1441 ((-1 (-560)) (-560) |RationalNumber|)) (-15 -2375 ((-1 (-560)) |RationalNumber|)) (-15 -2629 ((-1 (-560)) |RationalNumber|)) (-15 -2782 ((-560) (-560) (-560) (-560) (-560))))) (T -1079))
+((-2782 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1079)))) (-2629 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1079)))) (-2375 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1079)))) (-1441 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1079)) (-5 *3 (-560)))) (-2672 (*1 *2 *3) (-12 (-5 *3 (-1121 (-560))) (-5 *2 (-1 (-560))) (-5 *1 (-1079)))))
+(-10 -7 (-15 -2672 ((-1 (-560)) (-1121 (-560)))) (-15 -1441 ((-1 (-560)) (-560) |RationalNumber|)) (-15 -2375 ((-1 (-560)) |RationalNumber|)) (-15 -2629 ((-1 (-560)) |RationalNumber|)) (-15 -2782 ((-560) (-560) (-560) (-560) (-560))))
+((-3834 (((-888) $) NIL T ELT) (($ (-560)) 10 T ELT)))
+(((-1080 |#1|) (-10 -8 (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-1081)) (T -1080))
+NIL
+(-10 -8 (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-1081) (-142)) (T -1081))
+((-3103 (*1 *2) (-12 (-4 *1 (-1081)) (-5 *2 (-793)))))
+(-13 (-1089) (-748) (-670 $) (-635 (-560)) (-10 -7 (-15 -3103 ((-793)) -2292) (-6 -4507)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-635 (-560)) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-748) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-4071 (((-421 (-976 |#2|)) (-663 |#2|) (-663 |#2|) (-793) (-793)) 54 T ELT)))
+(((-1082 |#1| |#2|) (-10 -7 (-15 -4071 ((-421 (-976 |#2|)) (-663 |#2|) (-663 |#2|) (-793) (-793)))) (-1209) (-376)) (T -1082))
+((-4071 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-793)) (-4 *6 (-376)) (-5 *2 (-421 (-976 *6))) (-5 *1 (-1082 *5 *6)) (-14 *5 (-1209)))))
+(-10 -7 (-15 -4071 ((-421 (-976 |#2|)) (-663 |#2|) (-663 |#2|) (-793) (-793))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (* (($ $ |#1|) 17 T ELT)))
+(((-1083 |#1|) (-142) (-1144)) (T -1083))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1083 *2)) (-4 *2 (-1144)))))
+(-13 (-1133) (-10 -8 (-15 * ($ $ |t#1|))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-2580 (((-114) $) 38 T ELT)) (-3475 (((-114) $) 17 T ELT)) (-2818 (((-793) $) 13 T ELT)) (-2833 (((-793) $) 14 T ELT)) (-3177 (((-114) $) 30 T ELT)) (-2894 (((-114) $) 40 T ELT)))
+(((-1084 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -2833 ((-793) |#1|)) (-15 -2818 ((-793) |#1|)) (-15 -2894 ((-114) |#1|)) (-15 -2580 ((-114) |#1|)) (-15 -3177 ((-114) |#1|)) (-15 -3475 ((-114) |#1|))) (-1085 |#2| |#3| |#4| |#5| |#6|) (-793) (-793) (-1081) (-245 |#3| |#4|) (-245 |#2| |#4|)) (T -1084))
+NIL
+(-10 -8 (-15 -2833 ((-793) |#1|)) (-15 -2818 ((-793) |#1|)) (-15 -2894 ((-114) |#1|)) (-15 -2580 ((-114) |#1|)) (-15 -3177 ((-114) |#1|)) (-15 -3475 ((-114) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2580 (((-114) $) 61 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3475 (((-114) $) 63 T ELT)) (-4405 (((-114) $ (-793)) 71 T ELT)) (-4489 (($) 22 T CONST)) (-4350 (($ $) 44 (|has| |#3| (-319)) ELT)) (-1802 ((|#4| $ (-560)) 49 T ELT)) (-1486 (((-793) $) 43 (|has| |#3| (-571)) ELT)) (-2109 ((|#3| $ (-560) (-560)) 51 T ELT)) (-3086 (((-663 |#3|) $) 78 (|has| $ (-6 -4510)) ELT)) (-4077 (((-793) $) 42 (|has| |#3| (-571)) ELT)) (-3613 (((-663 |#5|) $) 41 (|has| |#3| (-571)) ELT)) (-2818 (((-793) $) 55 T ELT)) (-2833 (((-793) $) 54 T ELT)) (-3050 (((-114) $ (-793)) 70 T ELT)) (-1354 (((-560) $) 59 T ELT)) (-2895 (((-560) $) 57 T ELT)) (-4439 (((-663 |#3|) $) 79 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#3| $) 81 (-12 (|has| |#3| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1963 (((-560) $) 58 T ELT)) (-2212 (((-560) $) 56 T ELT)) (-4335 (($ (-663 (-663 |#3|))) 64 T ELT)) (-2173 (($ (-1 |#3| |#3|) $) 74 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#3| |#3|) $) 73 T ELT) (($ (-1 |#3| |#3| |#3|) $ $) 47 T ELT)) (-4327 (((-663 (-663 |#3|)) $) 53 T ELT)) (-1506 (((-114) $ (-793)) 69 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ |#3|) 46 (|has| |#3| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#3|) $) 76 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#3|) (-663 |#3|)) 85 (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ |#3| |#3|) 84 (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ (-305 |#3|)) 83 (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ (-663 (-305 |#3|))) 82 (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT)) (-3470 (((-114) $ $) 65 T ELT)) (-4150 (((-114) $) 68 T ELT)) (-3614 (($) 67 T ELT)) (-3034 ((|#3| $ (-560) (-560)) 52 T ELT) ((|#3| $ (-560) (-560) |#3|) 50 T ELT)) (-3177 (((-114) $) 62 T ELT)) (-1485 (((-793) |#3| $) 80 (-12 (|has| |#3| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#3|) $) 77 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 66 T ELT)) (-1986 ((|#5| $ (-560)) 48 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3894 (((-114) (-1 (-114) |#3|) $) 75 (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) 60 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#3|) 45 (|has| |#3| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#3| $) 32 T ELT) (($ $ |#3|) 36 T ELT)) (-3819 (((-793) $) 72 (|has| $ (-6 -4510)) ELT)))
+(((-1085 |#1| |#2| |#3| |#4| |#5|) (-142) (-793) (-793) (-1081) (-245 |t#2| |t#3|) (-245 |t#1| |t#3|)) (T -1085))
+((-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)))) (-4335 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *5))) (-4 *5 (-1081)) (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)))) (-3475 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))) (-3177 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))) (-2580 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))) (-2894 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))) (-1354 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))) (-1963 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))) (-2895 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))) (-2212 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))) (-2818 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-793)))) (-2833 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-793)))) (-4327 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-663 (-663 *5))))) (-3034 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *2 *6 *7)) (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)) (-4 *2 (-1081)))) (-2109 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *2 *6 *7)) (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)) (-4 *2 (-1081)))) (-3034 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *2 *6 *7)) (-4 *2 (-1081)) (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)))) (-1802 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *6 *2 *7)) (-4 *6 (-1081)) (-4 *7 (-245 *4 *6)) (-4 *2 (-245 *5 *6)))) (-1986 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *6 *7 *2)) (-4 *6 (-1081)) (-4 *7 (-245 *5 *6)) (-4 *2 (-245 *4 *6)))) (-1793 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)))) (-3795 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1085 *3 *4 *2 *5 *6)) (-4 *2 (-1081)) (-4 *5 (-245 *4 *2)) (-4 *6 (-245 *3 *2)) (-4 *2 (-571)))) (-2594 (*1 *1 *1 *2) (-12 (-4 *1 (-1085 *3 *4 *2 *5 *6)) (-4 *2 (-1081)) (-4 *5 (-245 *4 *2)) (-4 *6 (-245 *3 *2)) (-4 *2 (-376)))) (-4350 (*1 *1 *1) (-12 (-4 *1 (-1085 *2 *3 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *2 *4)) (-4 *4 (-319)))) (-1486 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571)) (-5 *2 (-793)))) (-4077 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571)) (-5 *2 (-793)))) (-3613 (*1 *2 *1) (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571)) (-5 *2 (-663 *7)))))
+(-13 (-111 |t#3| |t#3|) (-503 |t#3|) (-10 -8 (-6 -4510) (IF (|has| |t#3| (-175)) (-6 (-739 |t#3|)) |%noBranch|) (-15 -4335 ($ (-663 (-663 |t#3|)))) (-15 -3475 ((-114) $)) (-15 -3177 ((-114) $)) (-15 -2580 ((-114) $)) (-15 -2894 ((-114) $)) (-15 -1354 ((-560) $)) (-15 -1963 ((-560) $)) (-15 -2895 ((-560) $)) (-15 -2212 ((-560) $)) (-15 -2818 ((-793) $)) (-15 -2833 ((-793) $)) (-15 -4327 ((-663 (-663 |t#3|)) $)) (-15 -3034 (|t#3| $ (-560) (-560))) (-15 -2109 (|t#3| $ (-560) (-560))) (-15 -3034 (|t#3| $ (-560) (-560) |t#3|)) (-15 -1802 (|t#4| $ (-560))) (-15 -1986 (|t#5| $ (-560))) (-15 -1793 ($ (-1 |t#3| |t#3|) $)) (-15 -1793 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-571)) (-15 -3795 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-376)) (-15 -2594 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-319)) (-15 -4350 ($ $)) |%noBranch|) (IF (|has| |t#3| (-571)) (PROGN (-15 -1486 ((-793) $)) (-15 -4077 ((-793) $)) (-15 -3613 ((-663 |t#5|) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-102) . T) ((-111 |#3| |#3|) . T) ((-133) . T) ((-632 (-888)) . T) ((-321 |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ((-503 |#3|) . T) ((-528 |#3| |#3|) -12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ((-668 (-560)) . T) ((-668 |#3|) . T) ((-670 |#3|) . T) ((-662 |#3|) |has| |#3| (-175)) ((-739 |#3|) |has| |#3| (-175)) ((-1083 |#3|) . T) ((-1088 |#3|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2580 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3475 (((-114) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4350 (($ $) 47 (|has| |#3| (-319)) ELT)) (-1802 (((-246 |#2| |#3|) $ (-560)) 36 T ELT)) (-3999 (($ (-711 |#3|)) 45 T ELT)) (-1486 (((-793) $) 49 (|has| |#3| (-571)) ELT)) (-2109 ((|#3| $ (-560) (-560)) NIL T ELT)) (-3086 (((-663 |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4077 (((-793) $) 51 (|has| |#3| (-571)) ELT)) (-3613 (((-663 (-246 |#1| |#3|)) $) 55 (|has| |#3| (-571)) ELT)) (-2818 (((-793) $) NIL T ELT)) (-2833 (((-793) $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-1354 (((-560) $) NIL T ELT)) (-2895 (((-560) $) NIL T ELT)) (-4439 (((-663 |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#3| (-1133))) ELT)) (-1963 (((-560) $) NIL T ELT)) (-2212 (((-560) $) NIL T ELT)) (-4335 (($ (-663 (-663 |#3|))) 31 T ELT)) (-2173 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#3| |#3|) $) NIL T ELT) (($ (-1 |#3| |#3| |#3|) $ $) NIL T ELT)) (-4327 (((-663 (-663 |#3|)) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#3|) (-663 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ (-305 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ (-663 (-305 |#3|))) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#3| $ (-560) (-560)) NIL T ELT) ((|#3| $ (-560) (-560) |#3|) NIL T ELT)) (-2068 (((-136)) 59 (|has| |#3| (-376)) ELT)) (-3177 (((-114) $) NIL T ELT)) (-1485 (((-793) |#3| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#3| (-1133))) ELT) (((-793) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) 66 (|has| |#3| (-633 (-549))) ELT)) (-1986 (((-246 |#1| |#3|) $ (-560)) 40 T ELT)) (-3834 (((-888) $) 19 T ELT) (((-711 |#3|) $) 42 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) NIL T ELT)) (-2971 (($) 16 T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#3|) NIL (|has| |#3| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#3| $) NIL T ELT) (($ $ |#3|) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1086 |#1| |#2| |#3|) (-13 (-1085 |#1| |#2| |#3| (-246 |#2| |#3|) (-246 |#1| |#3|)) (-632 (-711 |#3|)) (-10 -8 (IF (|has| |#3| (-376)) (-6 (-1307 |#3|)) |%noBranch|) (IF (|has| |#3| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (-15 -3999 ($ (-711 |#3|))))) (-793) (-793) (-1081)) (T -1086))
+((-3999 (*1 *1 *2) (-12 (-5 *2 (-711 *5)) (-4 *5 (-1081)) (-5 *1 (-1086 *3 *4 *5)) (-14 *3 (-793)) (-14 *4 (-793)))))
+(-13 (-1085 |#1| |#2| |#3| (-246 |#2| |#3|) (-246 |#1| |#3|)) (-632 (-711 |#3|)) (-10 -8 (IF (|has| |#3| (-376)) (-6 (-1307 |#3|)) |%noBranch|) (IF (|has| |#3| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|) (-15 -3999 ($ (-711 |#3|)))))
+((-1995 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36 T ELT)) (-1793 ((|#10| (-1 |#7| |#3|) |#6|) 34 T ELT)))
+(((-1087 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -1793 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -1995 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-793) (-793) (-1081) (-245 |#2| |#3|) (-245 |#1| |#3|) (-1085 |#1| |#2| |#3| |#4| |#5|) (-1081) (-245 |#2| |#7|) (-245 |#1| |#7|) (-1085 |#1| |#2| |#7| |#8| |#9|)) (T -1087))
+((-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1081)) (-4 *2 (-1081)) (-14 *5 (-793)) (-14 *6 (-793)) (-4 *8 (-245 *6 *7)) (-4 *9 (-245 *5 *7)) (-4 *10 (-245 *6 *2)) (-4 *11 (-245 *5 *2)) (-5 *1 (-1087 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1085 *5 *6 *7 *8 *9)) (-4 *12 (-1085 *5 *6 *2 *10 *11)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1081)) (-4 *10 (-1081)) (-14 *5 (-793)) (-14 *6 (-793)) (-4 *8 (-245 *6 *7)) (-4 *9 (-245 *5 *7)) (-4 *2 (-1085 *5 *6 *10 *11 *12)) (-5 *1 (-1087 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1085 *5 *6 *7 *8 *9)) (-4 *11 (-245 *6 *10)) (-4 *12 (-245 *5 *10)))))
+(-10 -7 (-15 -1793 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -1995 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ |#1|) 32 T ELT)))
+(((-1088 |#1|) (-142) (-1089)) (T -1088))
+NIL
+(-13 (-21) (-1083 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-1083 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-1089) (-142)) (T -1089))
+NIL
+(-13 (-21) (-1144))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-3572 (((-1209) $) 11 T ELT)) (-4301 ((|#1| $) 12 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-2489 (($ (-1209) |#1|) 10 T ELT)) (-3834 (((-888) $) 22 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2478 (((-114) $ $) 17 (|has| |#1| (-1133)) ELT)))
+(((-1090 |#1| |#2|) (-13 (-1249) (-10 -8 (-15 -2489 ($ (-1209) |#1|)) (-15 -3572 ((-1209) $)) (-15 -4301 (|#1| $)) (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|))) (-1126 |#2|) (-1249)) (T -1090))
+((-2489 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-4 *4 (-1249)) (-5 *1 (-1090 *3 *4)) (-4 *3 (-1126 *4)))) (-3572 (*1 *2 *1) (-12 (-4 *4 (-1249)) (-5 *2 (-1209)) (-5 *1 (-1090 *3 *4)) (-4 *3 (-1126 *4)))) (-4301 (*1 *2 *1) (-12 (-4 *2 (-1126 *3)) (-5 *1 (-1090 *2 *3)) (-4 *3 (-1249)))))
+(-13 (-1249) (-10 -8 (-15 -2489 ($ (-1209) |#1|)) (-15 -3572 ((-1209) $)) (-15 -4301 (|#1| $)) (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|)))
+((-1852 (($ $) 17 T ELT)) (-2942 (($ $) 25 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 55 T ELT)) (-2480 (($ $) 27 T ELT)) (-2568 (($ $) 12 T ELT)) (-1770 (($ $) 43 T ELT)) (-1830 (((-391) $) NIL T ELT) (((-229) $) NIL T ELT) (((-916 (-391)) $) 36 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) 31 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) 31 T ELT)) (-3103 (((-793)) 9 T ELT)) (-3887 (($ $) 45 T ELT)))
+(((-1091 |#1|) (-10 -8 (-15 -2942 (|#1| |#1|)) (-15 -1852 (|#1| |#1|)) (-15 -2568 (|#1| |#1|)) (-15 -1770 (|#1| |#1|)) (-15 -3887 (|#1| |#1|)) (-15 -2480 (|#1| |#1|)) (-15 -2528 ((-914 (-391) |#1|) |#1| (-916 (-391)) (-914 (-391) |#1|))) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| (-560))) (-15 -1830 ((-229) |#1|)) (-15 -1830 ((-391) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| |#1|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-1092)) (T -1091))
+((-3103 (*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1091 *3)) (-4 *3 (-1092)))))
+(-10 -8 (-15 -2942 (|#1| |#1|)) (-15 -1852 (|#1| |#1|)) (-15 -2568 (|#1| |#1|)) (-15 -1770 (|#1| |#1|)) (-15 -3887 (|#1| |#1|)) (-15 -2480 (|#1| |#1|)) (-15 -2528 ((-914 (-391) |#1|) |#1| (-916 (-391)) (-914 (-391) |#1|))) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| (-560))) (-15 -1830 ((-229) |#1|)) (-15 -1830 ((-391) |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| |#1|)) (-15 -3103 ((-793))) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1573 (((-560) $) 105 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1852 (($ $) 103 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-2563 (($ $) 113 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-2824 (((-560) $) 130 T ELT)) (-4489 (($) 22 T CONST)) (-2942 (($ $) 102 T ELT)) (-4142 (((-3 (-560) "failed") $) 118 T ELT) (((-3 (-421 (-560)) "failed") $) 115 T ELT)) (-4072 (((-560) $) 119 T ELT) (((-421 (-560)) $) 116 T ELT)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-2072 (((-114) $) 86 T ELT)) (-1366 (((-114) $) 128 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 109 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 112 T ELT)) (-2480 (($ $) 108 T ELT)) (-1501 (((-114) $) 129 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-1622 (($ $ $) 122 T ELT)) (-3934 (($ $ $) 123 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2568 (($ $) 104 T ELT)) (-1770 (($ $) 106 T ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-1830 (((-391) $) 121 T ELT) (((-229) $) 120 T ELT) (((-916 (-391)) $) 110 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ (-560)) 117 T ELT) (($ (-421 (-560))) 114 T ELT)) (-3103 (((-793)) 37 T CONST)) (-3887 (($ $) 107 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-1958 (($ $) 131 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2537 (((-114) $ $) 124 T ELT)) (-2510 (((-114) $ $) 126 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 125 T ELT)) (-2499 (((-114) $ $) 127 T ELT)) (-2594 (($ $ $) 80 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT) (($ $ (-421 (-560))) 111 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT)))
+(((-1092) (-142)) (T -1092))
+((-1958 (*1 *1 *1) (-4 *1 (-1092))) (-2480 (*1 *1 *1) (-4 *1 (-1092))) (-3887 (*1 *1 *1) (-4 *1 (-1092))) (-1770 (*1 *1 *1) (-4 *1 (-1092))) (-1573 (*1 *2 *1) (-12 (-4 *1 (-1092)) (-5 *2 (-560)))) (-2568 (*1 *1 *1) (-4 *1 (-1092))) (-1852 (*1 *1 *1) (-4 *1 (-1092))) (-2942 (*1 *1 *1) (-4 *1 (-1092))))
+(-13 (-376) (-871) (-1052) (-1070 (-560)) (-1070 (-421 (-560))) (-1034) (-633 (-916 (-391))) (-912 (-391)) (-149) (-10 -8 (-15 -2480 ($ $)) (-15 -3887 ($ $)) (-15 -1770 ($ $)) (-15 -1573 ((-560) $)) (-15 -2568 ($ $)) (-15 -1852 ($ $)) (-15 -2942 ($ $)) (-15 -1958 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-133) . T) ((-149) . T) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-633 (-229)) . T) ((-633 (-391)) . T) ((-633 (-916 (-391))) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 $) . T) ((-748) . T) ((-814) . T) ((-816) . T) ((-818) . T) ((-821) . T) ((-871) . T) ((-872) . T) ((-875) . T) ((-912 (-391)) . T) ((-951) . T) ((-1034) . T) ((-1052) . T) ((-1070 (-421 (-560))) . T) ((-1070 (-560)) . T) ((-1083 #0#) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) |#2| $) 26 T ELT)) (-2233 ((|#1| $) 10 T ELT)) (-2824 (((-560) |#2| $) 118 T ELT)) (-4182 (((-3 $ "failed") |#2| (-949)) 76 T ELT)) (-3379 ((|#1| $) 31 T ELT)) (-1556 ((|#1| |#2| $ |#1|) 40 T ELT)) (-3585 (($ $) 28 T ELT)) (-2167 (((-3 |#2| "failed") |#2| $) 112 T ELT)) (-1366 (((-114) |#2| $) NIL T ELT)) (-1501 (((-114) |#2| $) NIL T ELT)) (-4217 (((-114) |#2| $) 27 T ELT)) (-3740 ((|#1| $) 119 T ELT)) (-3369 ((|#1| $) 30 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2771 ((|#2| $) 103 T ELT)) (-3834 (((-888) $) 94 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4430 ((|#1| |#2| $ |#1|) 41 T ELT)) (-2738 (((-663 $) |#2|) 78 T ELT)) (-2478 (((-114) $ $) 98 T ELT)))
+(((-1093 |#1| |#2|) (-13 (-1100 |#1| |#2|) (-10 -8 (-15 -3369 (|#1| $)) (-15 -3379 (|#1| $)) (-15 -2233 (|#1| $)) (-15 -3740 (|#1| $)) (-15 -3585 ($ $)) (-15 -4217 ((-114) |#2| $)) (-15 -1556 (|#1| |#2| $ |#1|)))) (-13 (-871) (-376)) (-1275 |#1|)) (T -1093))
+((-1556 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3)) (-4 *3 (-1275 *2)))) (-3369 (*1 *2 *1) (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3)) (-4 *3 (-1275 *2)))) (-3379 (*1 *2 *1) (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3)) (-4 *3 (-1275 *2)))) (-2233 (*1 *2 *1) (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3)) (-4 *3 (-1275 *2)))) (-3740 (*1 *2 *1) (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3)) (-4 *3 (-1275 *2)))) (-3585 (*1 *1 *1) (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3)) (-4 *3 (-1275 *2)))) (-4217 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-871) (-376))) (-5 *2 (-114)) (-5 *1 (-1093 *4 *3)) (-4 *3 (-1275 *4)))))
+(-13 (-1100 |#1| |#2|) (-10 -8 (-15 -3369 (|#1| $)) (-15 -3379 (|#1| $)) (-15 -2233 (|#1| $)) (-15 -3740 (|#1| $)) (-15 -3585 ($ $)) (-15 -4217 ((-114) |#2| $)) (-15 -1556 (|#1| |#2| $ |#1|))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-3531 (($ $ $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3090 (($ $ $ $) NIL T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2824 (((-560) $) NIL T ELT)) (-3297 (($ $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3456 (($ (-1209)) 10 T ELT) (($ (-560)) 7 T ELT)) (-4142 (((-3 (-560) "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL T ELT)) (-3752 (($ $ $) NIL T ELT)) (-1470 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-711 (-560)) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-2639 (((-114) $) NIL T ELT)) (-2799 (((-421 (-560)) $) NIL T ELT)) (-2150 (($) NIL T ELT) (($ $) NIL T ELT)) (-3763 (($ $ $) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-4109 (($ $ $ $) NIL T ELT)) (-1362 (($ $ $) NIL T ELT)) (-1366 (((-114) $) NIL T ELT)) (-3266 (($ $ $) NIL T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1602 (((-114) $) NIL T ELT)) (-3851 (((-713 $) $) NIL T ELT)) (-1501 (((-114) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2861 (($ $ $ $) NIL T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3700 (($ $) NIL T ELT)) (-3970 (($ $) NIL T ELT)) (-2974 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3987 (($ $ $) NIL T ELT)) (-2689 (($) NIL T CONST)) (-3169 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3070 (($ $) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4367 (((-114) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-2703 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4186 (($ $) NIL T ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-560) $) 16 T ELT) (((-549) $) NIL T ELT) (((-916 (-560)) $) NIL T ELT) (((-391) $) NIL T ELT) (((-229) $) NIL T ELT) (($ (-1209)) 9 T ELT)) (-3834 (((-888) $) 23 T ELT) (($ (-560)) 6 T ELT) (($ $) NIL T ELT) (($ (-560)) 6 T ELT)) (-3103 (((-793)) NIL T CONST)) (-1500 (((-114) $ $) NIL T ELT)) (-1441 (($ $ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (($) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-4355 (($ $ $ $) NIL T ELT)) (-1958 (($ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-2581 (($ $) 22 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-560) $) NIL T ELT)))
+(((-1094) (-13 (-559) (-637 (-1209)) (-10 -8 (-6 -4497) (-6 -4502) (-6 -4498) (-15 -3456 ($ (-1209))) (-15 -3456 ($ (-560)))))) (T -1094))
+((-3456 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1094)))) (-3456 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1094)))))
+(-13 (-559) (-637 (-1209)) (-10 -8 (-6 -4497) (-6 -4502) (-6 -4498) (-15 -3456 ($ (-1209))) (-15 -3456 ($ (-560)))))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL T ELT)) (-2507 (((-1305) $ (-1209) (-1209)) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2359 (($) 9 T ELT)) (-3986 (((-51) $ (-1209) (-51)) NIL T ELT)) (-1821 (($ $) 32 T ELT)) (-1717 (($ $) 30 T ELT)) (-2496 (($ $) 29 T ELT)) (-2488 (($ $) 31 T ELT)) (-2382 (($ $) 35 T ELT)) (-1544 (($ $) 36 T ELT)) (-1668 (($ $) 28 T ELT)) (-3618 (($ $) 33 T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) 27 (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 (-51) "failed") (-1209) $) 43 T ELT)) (-4489 (($) NIL T CONST)) (-2334 (($) 7 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) 53 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 (-51) "failed") (-1209) $) NIL T ELT)) (-3513 (($ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2037 (((-3 (-1191) "failed") $ (-1191) (-560)) 72 T ELT)) (-2186 (((-51) $ (-1209) (-51)) NIL (|has| $ (-6 -4511)) ELT)) (-2109 (((-51) $ (-1209)) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-1209) $) NIL (|has| (-1209) (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) 38 (|has| $ (-6 -4510)) ELT) (((-663 (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT)) (-3320 (((-1209) $) NIL (|has| (-1209) (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT) (($ (-1 (-51) (-51) (-51)) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-51) (-1133)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT)) (-2791 (((-663 (-1209)) $) NIL T ELT)) (-1410 (((-114) (-1209) $) NIL T ELT)) (-3471 (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) 46 T ELT)) (-3444 (((-663 (-1209)) $) NIL T ELT)) (-2679 (((-114) (-1209) $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-51) (-1133)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT)) (-4126 (((-391) $ (-1209)) 52 T ELT)) (-2825 (((-663 (-1191)) $ (-1191)) 74 T ELT)) (-1574 (((-51) $) NIL (|has| (-1209) (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) "failed") (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL T ELT)) (-2024 (($ $ (-51)) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))))) NIL (-12 (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL (-12 (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) NIL (-12 (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL (-12 (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-321 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (($ $ (-663 (-51)) (-663 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-305 (-51))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT) (($ $ (-663 (-305 (-51)))) NIL (-12 (|has| (-51) (-321 (-51))) (|has| (-51) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT)) (-1570 (((-663 (-51)) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 (((-51) $ (-1209)) NIL T ELT) (((-51) $ (-1209) (-51)) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL T ELT)) (-1760 (($ $ (-1209)) 54 T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-1133))) ELT) (((-793) (-51) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-51) (-1133))) ELT) (((-793) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) 40 T ELT)) (-2465 (($ $ $) 41 T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-51) (-632 (-888))) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-632 (-888)))) ELT)) (-2677 (($ $ (-1209) (-391)) 50 T ELT)) (-2728 (($ $ (-1209) (-391)) 51 T ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 (-1209)) (|:| -3529 (-51)))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) (-51)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-51) (-102)) (|has| (-2 (|:| -1919 (-1209)) (|:| -3529 (-51))) (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1095) (-13 (-1226 (-1209) (-51)) (-10 -8 (-15 -2465 ($ $ $)) (-15 -2334 ($)) (-15 -1668 ($ $)) (-15 -2496 ($ $)) (-15 -1717 ($ $)) (-15 -2488 ($ $)) (-15 -3618 ($ $)) (-15 -1821 ($ $)) (-15 -2382 ($ $)) (-15 -1544 ($ $)) (-15 -2677 ($ $ (-1209) (-391))) (-15 -2728 ($ $ (-1209) (-391))) (-15 -4126 ((-391) $ (-1209))) (-15 -2825 ((-663 (-1191)) $ (-1191))) (-15 -1760 ($ $ (-1209))) (-15 -2359 ($)) (-15 -2037 ((-3 (-1191) "failed") $ (-1191) (-560))) (-6 -4510)))) (T -1095))
+((-2465 (*1 *1 *1 *1) (-5 *1 (-1095))) (-2334 (*1 *1) (-5 *1 (-1095))) (-1668 (*1 *1 *1) (-5 *1 (-1095))) (-2496 (*1 *1 *1) (-5 *1 (-1095))) (-1717 (*1 *1 *1) (-5 *1 (-1095))) (-2488 (*1 *1 *1) (-5 *1 (-1095))) (-3618 (*1 *1 *1) (-5 *1 (-1095))) (-1821 (*1 *1 *1) (-5 *1 (-1095))) (-2382 (*1 *1 *1) (-5 *1 (-1095))) (-1544 (*1 *1 *1) (-5 *1 (-1095))) (-2677 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-391)) (-5 *1 (-1095)))) (-2728 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-391)) (-5 *1 (-1095)))) (-4126 (*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-391)) (-5 *1 (-1095)))) (-2825 (*1 *2 *1 *3) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1095)) (-5 *3 (-1191)))) (-1760 (*1 *1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1095)))) (-2359 (*1 *1) (-5 *1 (-1095))) (-2037 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1191)) (-5 *3 (-560)) (-5 *1 (-1095)))))
+(-13 (-1226 (-1209) (-51)) (-10 -8 (-15 -2465 ($ $ $)) (-15 -2334 ($)) (-15 -1668 ($ $)) (-15 -2496 ($ $)) (-15 -1717 ($ $)) (-15 -2488 ($ $)) (-15 -3618 ($ $)) (-15 -1821 ($ $)) (-15 -2382 ($ $)) (-15 -1544 ($ $)) (-15 -2677 ($ $ (-1209) (-391))) (-15 -2728 ($ $ (-1209) (-391))) (-15 -4126 ((-391) $ (-1209))) (-15 -2825 ((-663 (-1191)) $ (-1191))) (-15 -1760 ($ $ (-1209))) (-15 -2359 ($)) (-15 -2037 ((-3 (-1191) "failed") $ (-1191) (-560))) (-6 -4510)))
+((-4034 (($ $) 46 T ELT)) (-1768 (((-114) $ $) 82 T ELT)) (-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 |#4| "failed") $) NIL T ELT) (((-3 $ "failed") (-976 (-421 (-560)))) 247 T ELT) (((-3 $ "failed") (-976 (-560))) 246 T ELT) (((-3 $ "failed") (-976 |#2|)) 249 T ELT)) (-4072 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) NIL T ELT) ((|#4| $) NIL T ELT) (($ (-976 (-421 (-560)))) 235 T ELT) (($ (-976 (-560))) 231 T ELT) (($ (-976 |#2|)) 255 T ELT)) (-4328 (($ $) NIL T ELT) (($ $ |#4|) 44 T ELT)) (-4326 (((-114) $ $) 131 T ELT) (((-114) $ (-663 $)) 135 T ELT)) (-3303 (((-114) $) 60 T ELT)) (-4397 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 125 T ELT)) (-3871 (($ $) 160 T ELT)) (-4314 (($ $) 156 T ELT)) (-2837 (($ $) 155 T ELT)) (-1960 (($ $ $) 87 T ELT) (($ $ $ |#4|) 92 T ELT)) (-2113 (($ $ $) 90 T ELT) (($ $ $ |#4|) 94 T ELT)) (-3331 (((-114) $ $) 143 T ELT) (((-114) $ (-663 $)) 144 T ELT)) (-2867 ((|#4| $) 32 T ELT)) (-2027 (($ $ $) 128 T ELT)) (-4375 (((-114) $) 59 T ELT)) (-1471 (((-793) $) 35 T ELT)) (-2145 (($ $) 174 T ELT)) (-1453 (($ $) 171 T ELT)) (-3606 (((-663 $) $) 72 T ELT)) (-4331 (($ $) 62 T ELT)) (-3551 (($ $) 167 T ELT)) (-1522 (((-663 $) $) 69 T ELT)) (-1394 (($ $) 64 T ELT)) (-4307 ((|#2| $) NIL T ELT) (($ $ |#4|) 39 T ELT)) (-3062 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2693 (-793))) $ $) 130 T ELT)) (-2434 (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $) 126 T ELT) (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $ |#4|) 127 T ELT)) (-1433 (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -4029 $)) $ $) 121 T ELT) (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -4029 $)) $ $ |#4|) 123 T ELT)) (-1784 (($ $ $) 97 T ELT) (($ $ $ |#4|) 106 T ELT)) (-2790 (($ $ $) 98 T ELT) (($ $ $ |#4|) 107 T ELT)) (-1587 (((-663 $) $) 54 T ELT)) (-2033 (((-114) $ $) 140 T ELT) (((-114) $ (-663 $)) 141 T ELT)) (-2347 (($ $ $) 116 T ELT)) (-2689 (($ $) 37 T ELT)) (-1446 (((-114) $ $) 80 T ELT)) (-2029 (((-114) $ $) 136 T ELT) (((-114) $ (-663 $)) 138 T ELT)) (-2153 (($ $ $) 112 T ELT)) (-2221 (($ $) 41 T ELT)) (-3128 ((|#2| |#2| $) 164 T ELT) (($ (-663 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3027 (($ $ |#2|) NIL T ELT) (($ $ $) 153 T ELT)) (-4012 (($ $ |#2|) 148 T ELT) (($ $ $) 151 T ELT)) (-4152 (($ $) 49 T ELT)) (-2706 (($ $) 55 T ELT)) (-1830 (((-916 (-391)) $) NIL T ELT) (((-916 (-560)) $) NIL T ELT) (((-549) $) NIL T ELT) (($ (-976 (-421 (-560)))) 237 T ELT) (($ (-976 (-560))) 233 T ELT) (($ (-976 |#2|)) 248 T ELT) (((-1191) $) 279 T ELT) (((-976 |#2|) $) 184 T ELT)) (-3834 (((-888) $) 29 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (((-976 |#2|) $) 185 T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)) (-2498 (((-3 (-114) "failed") $ $) 79 T ELT)))
+(((-1096 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3834 (|#1| |#1|)) (-15 -3128 (|#1| |#1| |#1|)) (-15 -3128 (|#1| (-663 |#1|))) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 ((-976 |#2|) |#1|)) (-15 -1830 ((-976 |#2|) |#1|)) (-15 -1830 ((-1191) |#1|)) (-15 -2145 (|#1| |#1|)) (-15 -1453 (|#1| |#1|)) (-15 -3551 (|#1| |#1|)) (-15 -3871 (|#1| |#1|)) (-15 -3128 (|#2| |#2| |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -4012 (|#1| |#1| |#1|)) (-15 -3027 (|#1| |#1| |#2|)) (-15 -4012 (|#1| |#1| |#2|)) (-15 -4314 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -1830 (|#1| (-976 |#2|))) (-15 -4072 (|#1| (-976 |#2|))) (-15 -4142 ((-3 |#1| "failed") (-976 |#2|))) (-15 -1830 (|#1| (-976 (-560)))) (-15 -4072 (|#1| (-976 (-560)))) (-15 -4142 ((-3 |#1| "failed") (-976 (-560)))) (-15 -1830 (|#1| (-976 (-421 (-560))))) (-15 -4072 (|#1| (-976 (-421 (-560))))) (-15 -4142 ((-3 |#1| "failed") (-976 (-421 (-560))))) (-15 -2347 (|#1| |#1| |#1|)) (-15 -2153 (|#1| |#1| |#1|)) (-15 -3062 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2693 (-793))) |#1| |#1|)) (-15 -2027 (|#1| |#1| |#1|)) (-15 -4397 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -2434 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1| |#4|)) (-15 -2434 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -1433 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -4029 |#1|)) |#1| |#1| |#4|)) (-15 -1433 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -2790 (|#1| |#1| |#1| |#4|)) (-15 -1784 (|#1| |#1| |#1| |#4|)) (-15 -2790 (|#1| |#1| |#1|)) (-15 -1784 (|#1| |#1| |#1|)) (-15 -2113 (|#1| |#1| |#1| |#4|)) (-15 -1960 (|#1| |#1| |#1| |#4|)) (-15 -2113 (|#1| |#1| |#1|)) (-15 -1960 (|#1| |#1| |#1|)) (-15 -3331 ((-114) |#1| (-663 |#1|))) (-15 -3331 ((-114) |#1| |#1|)) (-15 -2033 ((-114) |#1| (-663 |#1|))) (-15 -2033 ((-114) |#1| |#1|)) (-15 -2029 ((-114) |#1| (-663 |#1|))) (-15 -2029 ((-114) |#1| |#1|)) (-15 -4326 ((-114) |#1| (-663 |#1|))) (-15 -4326 ((-114) |#1| |#1|)) (-15 -1768 ((-114) |#1| |#1|)) (-15 -1446 ((-114) |#1| |#1|)) (-15 -2498 ((-3 (-114) "failed") |#1| |#1|)) (-15 -3606 ((-663 |#1|) |#1|)) (-15 -1522 ((-663 |#1|) |#1|)) (-15 -1394 (|#1| |#1|)) (-15 -4331 (|#1| |#1|)) (-15 -3303 ((-114) |#1|)) (-15 -4375 ((-114) |#1|)) (-15 -4328 (|#1| |#1| |#4|)) (-15 -4307 (|#1| |#1| |#4|)) (-15 -2706 (|#1| |#1|)) (-15 -1587 ((-663 |#1|) |#1|)) (-15 -4152 (|#1| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -2221 (|#1| |#1|)) (-15 -2689 (|#1| |#1|)) (-15 -1471 ((-793) |#1|)) (-15 -2867 (|#4| |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -3834 (|#1| |#4|)) (-15 -4142 ((-3 |#4| "failed") |#1|)) (-15 -4072 (|#4| |#1|)) (-15 -4307 (|#2| |#1|)) (-15 -4328 (|#1| |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-1097 |#2| |#3| |#4|) (-1081) (-817) (-872)) (T -1096))
+NIL
+(-10 -8 (-15 -3834 (|#1| |#1|)) (-15 -3128 (|#1| |#1| |#1|)) (-15 -3128 (|#1| (-663 |#1|))) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 ((-976 |#2|) |#1|)) (-15 -1830 ((-976 |#2|) |#1|)) (-15 -1830 ((-1191) |#1|)) (-15 -2145 (|#1| |#1|)) (-15 -1453 (|#1| |#1|)) (-15 -3551 (|#1| |#1|)) (-15 -3871 (|#1| |#1|)) (-15 -3128 (|#2| |#2| |#1|)) (-15 -3027 (|#1| |#1| |#1|)) (-15 -4012 (|#1| |#1| |#1|)) (-15 -3027 (|#1| |#1| |#2|)) (-15 -4012 (|#1| |#1| |#2|)) (-15 -4314 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -1830 (|#1| (-976 |#2|))) (-15 -4072 (|#1| (-976 |#2|))) (-15 -4142 ((-3 |#1| "failed") (-976 |#2|))) (-15 -1830 (|#1| (-976 (-560)))) (-15 -4072 (|#1| (-976 (-560)))) (-15 -4142 ((-3 |#1| "failed") (-976 (-560)))) (-15 -1830 (|#1| (-976 (-421 (-560))))) (-15 -4072 (|#1| (-976 (-421 (-560))))) (-15 -4142 ((-3 |#1| "failed") (-976 (-421 (-560))))) (-15 -2347 (|#1| |#1| |#1|)) (-15 -2153 (|#1| |#1| |#1|)) (-15 -3062 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2693 (-793))) |#1| |#1|)) (-15 -2027 (|#1| |#1| |#1|)) (-15 -4397 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -2434 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1| |#4|)) (-15 -2434 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -1433 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -4029 |#1|)) |#1| |#1| |#4|)) (-15 -1433 ((-2 (|:| -3265 |#1|) (|:| |gap| (-793)) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -2790 (|#1| |#1| |#1| |#4|)) (-15 -1784 (|#1| |#1| |#1| |#4|)) (-15 -2790 (|#1| |#1| |#1|)) (-15 -1784 (|#1| |#1| |#1|)) (-15 -2113 (|#1| |#1| |#1| |#4|)) (-15 -1960 (|#1| |#1| |#1| |#4|)) (-15 -2113 (|#1| |#1| |#1|)) (-15 -1960 (|#1| |#1| |#1|)) (-15 -3331 ((-114) |#1| (-663 |#1|))) (-15 -3331 ((-114) |#1| |#1|)) (-15 -2033 ((-114) |#1| (-663 |#1|))) (-15 -2033 ((-114) |#1| |#1|)) (-15 -2029 ((-114) |#1| (-663 |#1|))) (-15 -2029 ((-114) |#1| |#1|)) (-15 -4326 ((-114) |#1| (-663 |#1|))) (-15 -4326 ((-114) |#1| |#1|)) (-15 -1768 ((-114) |#1| |#1|)) (-15 -1446 ((-114) |#1| |#1|)) (-15 -2498 ((-3 (-114) "failed") |#1| |#1|)) (-15 -3606 ((-663 |#1|) |#1|)) (-15 -1522 ((-663 |#1|) |#1|)) (-15 -1394 (|#1| |#1|)) (-15 -4331 (|#1| |#1|)) (-15 -3303 ((-114) |#1|)) (-15 -4375 ((-114) |#1|)) (-15 -4328 (|#1| |#1| |#4|)) (-15 -4307 (|#1| |#1| |#4|)) (-15 -2706 (|#1| |#1|)) (-15 -1587 ((-663 |#1|) |#1|)) (-15 -4152 (|#1| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -2221 (|#1| |#1|)) (-15 -2689 (|#1| |#1|)) (-15 -1471 ((-793) |#1|)) (-15 -2867 (|#4| |#1|)) (-15 -1830 ((-549) |#1|)) (-15 -1830 ((-916 (-560)) |#1|)) (-15 -1830 ((-916 (-391)) |#1|)) (-15 -3834 (|#1| |#4|)) (-15 -4142 ((-3 |#4| "failed") |#1|)) (-15 -4072 (|#4| |#1|)) (-15 -4307 (|#2| |#1|)) (-15 -4328 (|#1| |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 |#3|) $) 120 T ELT)) (-2517 (((-1203 $) $ |#3|) 135 T ELT) (((-1203 |#1|) $) 134 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 97 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 98 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 100 (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) 122 T ELT) (((-793) $ (-663 |#3|)) 121 T ELT)) (-4034 (($ $) 290 T ELT)) (-1768 (((-114) $ $) 276 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2332 (($ $ $) 235 (|has| |#1| (-571)) ELT)) (-1400 (((-663 $) $ $) 230 (|has| |#1| (-571)) ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 110 (|has| |#1| (-940)) ELT)) (-2624 (($ $) 108 (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) 107 (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 113 (|has| |#1| (-940)) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#1| "failed") $) 178 T ELT) (((-3 (-421 (-560)) "failed") $) 175 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 173 (|has| |#1| (-1070 (-560))) ELT) (((-3 |#3| "failed") $) 150 T ELT) (((-3 $ "failed") (-976 (-421 (-560)))) 250 (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1209)))) ELT) (((-3 $ "failed") (-976 (-560))) 247 (-2309 (-12 (-2912 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1209)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1209))))) ELT) (((-3 $ "failed") (-976 |#1|)) 244 (-2309 (-12 (-2912 (|has| |#1| (-38 (-421 (-560))))) (-2912 (|has| |#1| (-38 (-560)))) (|has| |#3| (-633 (-1209)))) (-12 (-2912 (|has| |#1| (-559))) (-2912 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1209)))) (-12 (-2912 (|has| |#1| (-1023 (-560)))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1209))))) ELT)) (-4072 ((|#1| $) 177 T ELT) (((-421 (-560)) $) 176 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) 174 (|has| |#1| (-1070 (-560))) ELT) ((|#3| $) 151 T ELT) (($ (-976 (-421 (-560)))) 249 (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1209)))) ELT) (($ (-976 (-560))) 246 (-2309 (-12 (-2912 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1209)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1209))))) ELT) (($ (-976 |#1|)) 243 (-2309 (-12 (-2912 (|has| |#1| (-38 (-421 (-560))))) (-2912 (|has| |#1| (-38 (-560)))) (|has| |#3| (-633 (-1209)))) (-12 (-2912 (|has| |#1| (-559))) (-2912 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1209)))) (-12 (-2912 (|has| |#1| (-1023 (-560)))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1209))))) ELT)) (-3273 (($ $ $ |#3|) 118 (|has| |#1| (-175)) ELT) (($ $ $) 231 (|has| |#1| (-571)) ELT)) (-4328 (($ $) 168 T ELT) (($ $ |#3|) 285 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 146 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 145 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 144 T ELT) (((-711 |#1|) (-711 $)) 143 T ELT)) (-4326 (((-114) $ $) 275 T ELT) (((-114) $ (-663 $)) 274 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3303 (((-114) $) 283 T ELT)) (-4397 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 255 T ELT)) (-3871 (($ $) 224 (|has| |#1| (-466)) ELT)) (-4332 (($ $) 190 (|has| |#1| (-466)) ELT) (($ $ |#3|) 115 (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) 119 T ELT)) (-2072 (((-114) $) 106 (|has| |#1| (-940)) ELT)) (-4314 (($ $) 240 (|has| |#1| (-571)) ELT)) (-2837 (($ $) 241 (|has| |#1| (-571)) ELT)) (-1960 (($ $ $) 267 T ELT) (($ $ $ |#3|) 265 T ELT)) (-2113 (($ $ $) 266 T ELT) (($ $ $ |#3|) 264 T ELT)) (-4240 (($ $ |#1| |#2| $) 186 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 94 (-12 (|has| |#3| (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 93 (-12 (|has| |#3| (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-3363 (((-114) $) 40 T ELT)) (-4055 (((-793) $) 183 T ELT)) (-3331 (((-114) $ $) 269 T ELT) (((-114) $ (-663 $)) 268 T ELT)) (-1618 (($ $ $ $ $) 226 (|has| |#1| (-571)) ELT)) (-2867 ((|#3| $) 294 T ELT)) (-2700 (($ (-1203 |#1|) |#3|) 127 T ELT) (($ (-1203 $) |#3|) 126 T ELT)) (-1648 (((-663 $) $) 136 T ELT)) (-3060 (((-114) $) 166 T ELT)) (-2682 (($ |#1| |#2|) 167 T ELT) (($ $ |#3| (-793)) 129 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 128 T ELT)) (-2027 (($ $ $) 254 T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ |#3|) 130 T ELT)) (-4375 (((-114) $) 284 T ELT)) (-3654 ((|#2| $) 184 T ELT) (((-793) $ |#3|) 132 T ELT) (((-663 (-793)) $ (-663 |#3|)) 131 T ELT)) (-1471 (((-793) $) 293 T ELT)) (-3097 (($ (-1 |#2| |#2|) $) 185 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 165 T ELT)) (-3311 (((-3 |#3| "failed") $) 133 T ELT)) (-2145 (($ $) 221 (|has| |#1| (-466)) ELT)) (-1453 (($ $) 222 (|has| |#1| (-466)) ELT)) (-3606 (((-663 $) $) 279 T ELT)) (-4331 (($ $) 282 T ELT)) (-3551 (($ $) 223 (|has| |#1| (-466)) ELT)) (-1522 (((-663 $) $) 280 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 148 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 147 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 142 T ELT) (((-711 |#1|) (-1299 $)) 141 T ELT)) (-1394 (($ $) 281 T ELT)) (-4295 (($ $) 163 T ELT)) (-4307 ((|#1| $) 162 T ELT) (($ $ |#3|) 286 T ELT)) (-3100 (($ (-663 $)) 104 (|has| |#1| (-466)) ELT) (($ $ $) 103 (|has| |#1| (-466)) ELT)) (-3062 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2693 (-793))) $ $) 253 T ELT)) (-2434 (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $) 257 T ELT) (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $ |#3|) 256 T ELT)) (-1433 (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -4029 $)) $ $) 259 T ELT) (((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -4029 $)) $ $ |#3|) 258 T ELT)) (-1784 (($ $ $) 263 T ELT) (($ $ $ |#3|) 261 T ELT)) (-2790 (($ $ $) 262 T ELT) (($ $ $ |#3|) 260 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1946 (($ $ $) 229 (|has| |#1| (-571)) ELT)) (-1587 (((-663 $) $) 288 T ELT)) (-2914 (((-3 (-663 $) "failed") $) 124 T ELT)) (-1952 (((-3 (-663 $) "failed") $) 125 T ELT)) (-2364 (((-3 (-2 (|:| |var| |#3|) (|:| -2909 (-793))) "failed") $) 123 T ELT)) (-2033 (((-114) $ $) 271 T ELT) (((-114) $ (-663 $)) 270 T ELT)) (-2347 (($ $ $) 251 T ELT)) (-2689 (($ $) 292 T ELT)) (-1446 (((-114) $ $) 277 T ELT)) (-2029 (((-114) $ $) 273 T ELT) (((-114) $ (-663 $)) 272 T ELT)) (-2153 (($ $ $) 252 T ELT)) (-2221 (($ $) 291 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1674 (((-2 (|:| -3128 $) (|:| |coef2| $)) $ $) 232 (|has| |#1| (-571)) ELT)) (-2283 (((-2 (|:| -3128 $) (|:| |coef1| $)) $ $) 233 (|has| |#1| (-571)) ELT)) (-4271 (((-114) $) 180 T ELT)) (-4283 ((|#1| $) 181 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 105 (|has| |#1| (-466)) ELT)) (-3128 ((|#1| |#1| $) 225 (|has| |#1| (-466)) ELT) (($ (-663 $)) 102 (|has| |#1| (-466)) ELT) (($ $ $) 101 (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 112 (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 111 (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) 109 (|has| |#1| (-940)) ELT)) (-3661 (((-2 (|:| -3128 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 234 (|has| |#1| (-571)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) 188 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 96 (|has| |#1| (-571)) ELT)) (-3027 (($ $ |#1|) 238 (|has| |#1| (-571)) ELT) (($ $ $) 236 (|has| |#1| (-571)) ELT)) (-4012 (($ $ |#1|) 239 (|has| |#1| (-571)) ELT) (($ $ $) 237 (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) 159 T ELT) (($ $ (-305 $)) 158 T ELT) (($ $ $ $) 157 T ELT) (($ $ (-663 $) (-663 $)) 156 T ELT) (($ $ |#3| |#1|) 155 T ELT) (($ $ (-663 |#3|) (-663 |#1|)) 154 T ELT) (($ $ |#3| $) 153 T ELT) (($ $ (-663 |#3|) (-663 $)) 152 T ELT)) (-2810 (($ $ |#3|) 117 (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 |#3|) (-663 (-793))) 49 T ELT) (($ $ |#3| (-793)) 48 T ELT) (($ $ (-663 |#3|)) 47 T ELT) (($ $ |#3|) 45 T ELT)) (-4144 ((|#2| $) 164 T ELT) (((-793) $ |#3|) 140 T ELT) (((-663 (-793)) $ (-663 |#3|)) 139 T ELT)) (-4152 (($ $) 289 T ELT)) (-2706 (($ $) 287 T ELT)) (-1830 (((-916 (-391)) $) 92 (-12 (|has| |#3| (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) 91 (-12 (|has| |#3| (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) 90 (-12 (|has| |#3| (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT) (($ (-976 (-421 (-560)))) 248 (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1209)))) ELT) (($ (-976 (-560))) 245 (-2309 (-12 (-2912 (|has| |#1| (-38 (-421 (-560))))) (|has| |#1| (-38 (-560))) (|has| |#3| (-633 (-1209)))) (-12 (|has| |#1| (-38 (-421 (-560)))) (|has| |#3| (-633 (-1209))))) ELT) (($ (-976 |#1|)) 242 (|has| |#3| (-633 (-1209))) ELT) (((-1191) $) 220 (-12 (|has| |#1| (-1070 (-560))) (|has| |#3| (-633 (-1209)))) ELT) (((-976 |#1|) $) 219 (|has| |#3| (-633 (-1209))) ELT)) (-3878 ((|#1| $) 189 (|has| |#1| (-466)) ELT) (($ $ |#3|) 116 (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 114 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 179 T ELT) (($ |#3|) 149 T ELT) (((-976 |#1|) $) 218 (|has| |#3| (-633 (-1209))) ELT) (($ (-421 (-560))) 88 (-2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT) (($ $) 95 (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) 182 T ELT)) (-3580 ((|#1| $ |#2|) 169 T ELT) (($ $ |#3| (-793)) 138 T ELT) (($ $ (-663 |#3|) (-663 (-793))) 137 T ELT)) (-1633 (((-713 $) $) 89 (-2309 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) 37 T CONST)) (-1585 (($ $ $ (-793)) 187 (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 99 (|has| |#1| (-571)) ELT)) (-2971 (($) 23 T CONST)) (-2498 (((-3 (-114) "failed") $ $) 278 T ELT)) (-2983 (($) 39 T CONST)) (-3154 (($ $ $ $ (-793)) 227 (|has| |#1| (-571)) ELT)) (-1968 (($ $ $ (-793)) 228 (|has| |#1| (-571)) ELT)) (-3095 (($ $ (-663 |#3|) (-663 (-793))) 52 T ELT) (($ $ |#3| (-793)) 51 T ELT) (($ $ (-663 |#3|)) 50 T ELT) (($ $ |#3|) 46 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 170 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 161 T ELT) (($ $ |#1|) 160 T ELT)))
+(((-1097 |#1| |#2| |#3|) (-142) (-1081) (-817) (-872)) (T -1097))
+((-2867 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)))) (-1471 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-793)))) (-2689 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-2221 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-4034 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-4152 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-1587 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1097 *3 *4 *5)))) (-2706 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-4307 (*1 *1 *1 *2) (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)))) (-4328 (*1 *1 *1 *2) (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)))) (-4375 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-3303 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-4331 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-1394 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-1522 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1097 *3 *4 *5)))) (-3606 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1097 *3 *4 *5)))) (-2498 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-1446 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-1768 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-4326 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-4326 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1097 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)))) (-2029 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-2029 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1097 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)))) (-2033 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-2033 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1097 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)))) (-3331 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))) (-3331 (*1 *2 *1 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1097 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)))) (-1960 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-2113 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-1960 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)))) (-2113 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)))) (-1784 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-2790 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-1784 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)))) (-2790 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *2 (-872)))) (-1433 (*1 *2 *1 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-2 (|:| -3265 *1) (|:| |gap| (-793)) (|:| -4029 *1))) (-4 *1 (-1097 *3 *4 *5)))) (-1433 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-5 *2 (-2 (|:| -3265 *1) (|:| |gap| (-793)) (|:| -4029 *1))) (-4 *1 (-1097 *4 *5 *3)))) (-2434 (*1 *2 *1 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-2 (|:| -3265 *1) (|:| |gap| (-793)) (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-1097 *3 *4 *5)))) (-2434 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-5 *2 (-2 (|:| -3265 *1) (|:| |gap| (-793)) (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-1097 *4 *5 *3)))) (-4397 (*1 *2 *1 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-1097 *3 *4 *5)))) (-2027 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-3062 (*1 *2 *1 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2693 (-793)))) (-4 *1 (-1097 *3 *4 *5)))) (-2153 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-2347 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)))) (-4142 (*1 *1 *2) (|partial| -12 (-5 *2 (-976 (-421 (-560)))) (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))) (-4072 (*1 *1 *2) (-12 (-5 *2 (-976 (-421 (-560)))) (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))) (-1830 (*1 *1 *2) (-12 (-5 *2 (-976 (-421 (-560)))) (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))) (-4142 (*1 *1 *2) (|partial| -2309 (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5)) (-12 (-2912 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))) (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5)) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))))) (-4072 (*1 *1 *2) (-2309 (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5)) (-12 (-2912 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))) (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5)) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))))) (-1830 (*1 *1 *2) (-2309 (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5)) (-12 (-2912 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))) (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5)) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))))) (-4142 (*1 *1 *2) (|partial| -2309 (-12 (-5 *2 (-976 *3)) (-12 (-2912 (-4 *3 (-38 (-421 (-560))))) (-2912 (-4 *3 (-38 (-560)))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872))) (-12 (-5 *2 (-976 *3)) (-12 (-2912 (-4 *3 (-559))) (-2912 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872))) (-12 (-5 *2 (-976 *3)) (-12 (-2912 (-4 *3 (-1023 (-560)))) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872))))) (-4072 (*1 *1 *2) (-2309 (-12 (-5 *2 (-976 *3)) (-12 (-2912 (-4 *3 (-38 (-421 (-560))))) (-2912 (-4 *3 (-38 (-560)))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872))) (-12 (-5 *2 (-976 *3)) (-12 (-2912 (-4 *3 (-559))) (-2912 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872))) (-12 (-5 *2 (-976 *3)) (-12 (-2912 (-4 *3 (-1023 (-560)))) (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209)))) (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817)) (-4 *5 (-872))))) (-1830 (*1 *1 *2) (-12 (-5 *2 (-976 *3)) (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *5 (-633 (-1209))) (-4 *4 (-817)) (-4 *5 (-872)))) (-2837 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-4314 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-4012 (*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-3027 (*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-4012 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-3027 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-2332 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-3661 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-2 (|:| -3128 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1097 *3 *4 *5)))) (-2283 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-2 (|:| -3128 *1) (|:| |coef1| *1))) (-4 *1 (-1097 *3 *4 *5)))) (-1674 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-2 (|:| -3128 *1) (|:| |coef2| *1))) (-4 *1 (-1097 *3 *4 *5)))) (-3273 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-1400 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1097 *3 *4 *5)))) (-1946 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-1968 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *3 (-571)))) (-3154 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *3 (-571)))) (-1618 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-571)))) (-3128 (*1 *2 *2 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-466)))) (-3871 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-466)))) (-3551 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-466)))) (-1453 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-466)))) (-2145 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-466)))))
+(-13 (-980 |t#1| |t#2| |t#3|) (-10 -8 (-15 -2867 (|t#3| $)) (-15 -1471 ((-793) $)) (-15 -2689 ($ $)) (-15 -2221 ($ $)) (-15 -4034 ($ $)) (-15 -4152 ($ $)) (-15 -1587 ((-663 $) $)) (-15 -2706 ($ $)) (-15 -4307 ($ $ |t#3|)) (-15 -4328 ($ $ |t#3|)) (-15 -4375 ((-114) $)) (-15 -3303 ((-114) $)) (-15 -4331 ($ $)) (-15 -1394 ($ $)) (-15 -1522 ((-663 $) $)) (-15 -3606 ((-663 $) $)) (-15 -2498 ((-3 (-114) "failed") $ $)) (-15 -1446 ((-114) $ $)) (-15 -1768 ((-114) $ $)) (-15 -4326 ((-114) $ $)) (-15 -4326 ((-114) $ (-663 $))) (-15 -2029 ((-114) $ $)) (-15 -2029 ((-114) $ (-663 $))) (-15 -2033 ((-114) $ $)) (-15 -2033 ((-114) $ (-663 $))) (-15 -3331 ((-114) $ $)) (-15 -3331 ((-114) $ (-663 $))) (-15 -1960 ($ $ $)) (-15 -2113 ($ $ $)) (-15 -1960 ($ $ $ |t#3|)) (-15 -2113 ($ $ $ |t#3|)) (-15 -1784 ($ $ $)) (-15 -2790 ($ $ $)) (-15 -1784 ($ $ $ |t#3|)) (-15 -2790 ($ $ $ |t#3|)) (-15 -1433 ((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -4029 $)) $ $)) (-15 -1433 ((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -4029 $)) $ $ |t#3|)) (-15 -2434 ((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -2434 ((-2 (|:| -3265 $) (|:| |gap| (-793)) (|:| -3132 $) (|:| -4029 $)) $ $ |t#3|)) (-15 -4397 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -2027 ($ $ $)) (-15 -3062 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2693 (-793))) $ $)) (-15 -2153 ($ $ $)) (-15 -2347 ($ $ $)) (IF (|has| |t#3| (-633 (-1209))) (PROGN (-6 (-632 (-976 |t#1|))) (-6 (-633 (-976 |t#1|))) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -4142 ((-3 $ "failed") (-976 (-421 (-560))))) (-15 -4072 ($ (-976 (-421 (-560))))) (-15 -1830 ($ (-976 (-421 (-560))))) (-15 -4142 ((-3 $ "failed") (-976 (-560)))) (-15 -4072 ($ (-976 (-560)))) (-15 -1830 ($ (-976 (-560)))) (IF (|has| |t#1| (-1023 (-560))) |%noBranch| (PROGN (-15 -4142 ((-3 $ "failed") (-976 |t#1|))) (-15 -4072 ($ (-976 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-560))) (IF (|has| |t#1| (-38 (-421 (-560)))) |%noBranch| (PROGN (-15 -4142 ((-3 $ "failed") (-976 (-560)))) (-15 -4072 ($ (-976 (-560)))) (-15 -1830 ($ (-976 (-560)))) (IF (|has| |t#1| (-559)) |%noBranch| (PROGN (-15 -4142 ((-3 $ "failed") (-976 |t#1|))) (-15 -4072 ($ (-976 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-560))) |%noBranch| (IF (|has| |t#1| (-38 (-421 (-560)))) |%noBranch| (PROGN (-15 -4142 ((-3 $ "failed") (-976 |t#1|))) (-15 -4072 ($ (-976 |t#1|)))))) (-15 -1830 ($ (-976 |t#1|))) (IF (|has| |t#1| (-1070 (-560))) (-6 (-633 (-1191))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-15 -2837 ($ $)) (-15 -4314 ($ $)) (-15 -4012 ($ $ |t#1|)) (-15 -3027 ($ $ |t#1|)) (-15 -4012 ($ $ $)) (-15 -3027 ($ $ $)) (-15 -2332 ($ $ $)) (-15 -3661 ((-2 (|:| -3128 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2283 ((-2 (|:| -3128 $) (|:| |coef1| $)) $ $)) (-15 -1674 ((-2 (|:| -3128 $) (|:| |coef2| $)) $ $)) (-15 -3273 ($ $ $)) (-15 -1400 ((-663 $) $ $)) (-15 -1946 ($ $ $)) (-15 -1968 ($ $ $ (-793))) (-15 -3154 ($ $ $ $ (-793))) (-15 -1618 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-466)) (PROGN (-15 -3128 (|t#1| |t#1| $)) (-15 -3871 ($ $)) (-15 -3551 ($ $)) (-15 -1453 ($ $)) (-15 -2145 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 |#3|) . T) ((-635 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-632 (-888)) . T) ((-632 (-976 |#1|)) |has| |#3| (-633 (-1209))) ((-175) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-633 (-549)) -12 (|has| |#1| (-633 (-549))) (|has| |#3| (-633 (-549)))) ((-633 (-916 (-391))) -12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#3| (-633 (-916 (-391))))) ((-633 (-916 (-560))) -12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#3| (-633 (-916 (-560))))) ((-633 (-976 |#1|)) |has| |#3| (-633 (-1209))) ((-633 (-1191)) -12 (|has| |#1| (-1070 (-560))) (|has| |#3| (-633 (-1209)))) ((-302) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-321 $) . T) ((-338 |#1| |#2|) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2309 (|has| |#1| (-940)) (|has| |#1| (-466))) ((-528 |#3| |#1|) . T) ((-528 |#3| $) . T) ((-528 $ $) . T) ((-571) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 #1=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-660 #1#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466))) ((-748) . T) ((-922 $ |#3|) . T) ((-928 |#3|) . T) ((-930 |#3|) . T) ((-912 (-391)) -12 (|has| |#1| (-912 (-391))) (|has| |#3| (-912 (-391)))) ((-912 (-560)) -12 (|has| |#1| (-912 (-560))) (|has| |#3| (-912 (-560)))) ((-980 |#1| |#2| |#3|) . T) ((-940) |has| |#1| (-940)) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 |#1|) . T) ((-1070 |#3|) . T) ((-1083 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1088 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) |has| |#1| (-940)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3581 (((-663 (-1167)) $) 18 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 27 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-1167) $) 20 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1098) (-13 (-1115) (-10 -8 (-15 -3581 ((-663 (-1167)) $)) (-15 -2200 ((-1167) $))))) (T -1098))
+((-3581 (*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-1098)))) (-2200 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1098)))))
+(-13 (-1115) (-10 -8 (-15 -3581 ((-663 (-1167)) $)) (-15 -2200 ((-1167) $))))
+((-3136 (((-114) |#3| $) 15 T ELT)) (-4182 (((-3 $ "failed") |#3| (-949)) 29 T ELT)) (-2167 (((-3 |#3| "failed") |#3| $) 45 T ELT)) (-1366 (((-114) |#3| $) 19 T ELT)) (-1501 (((-114) |#3| $) 17 T ELT)))
+(((-1099 |#1| |#2| |#3|) (-10 -8 (-15 -4182 ((-3 |#1| "failed") |#3| (-949))) (-15 -2167 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1366 ((-114) |#3| |#1|)) (-15 -1501 ((-114) |#3| |#1|)) (-15 -3136 ((-114) |#3| |#1|))) (-1100 |#2| |#3|) (-13 (-871) (-376)) (-1275 |#2|)) (T -1099))
+NIL
+(-10 -8 (-15 -4182 ((-3 |#1| "failed") |#3| (-949))) (-15 -2167 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1366 ((-114) |#3| |#1|)) (-15 -1501 ((-114) |#3| |#1|)) (-15 -3136 ((-114) |#3| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) |#2| $) 25 T ELT)) (-2824 (((-560) |#2| $) 26 T ELT)) (-4182 (((-3 $ "failed") |#2| (-949)) 19 T ELT)) (-1556 ((|#1| |#2| $ |#1|) 17 T ELT)) (-2167 (((-3 |#2| "failed") |#2| $) 22 T ELT)) (-1366 (((-114) |#2| $) 23 T ELT)) (-1501 (((-114) |#2| $) 24 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2771 ((|#2| $) 21 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-4430 ((|#1| |#2| $ |#1|) 18 T ELT)) (-2738 (((-663 $) |#2|) 20 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-1100 |#1| |#2|) (-142) (-13 (-871) (-376)) (-1275 |t#1|)) (T -1100))
+((-2824 (*1 *2 *3 *1) (-12 (-4 *1 (-1100 *4 *3)) (-4 *4 (-13 (-871) (-376))) (-4 *3 (-1275 *4)) (-5 *2 (-560)))) (-3136 (*1 *2 *3 *1) (-12 (-4 *1 (-1100 *4 *3)) (-4 *4 (-13 (-871) (-376))) (-4 *3 (-1275 *4)) (-5 *2 (-114)))) (-1501 (*1 *2 *3 *1) (-12 (-4 *1 (-1100 *4 *3)) (-4 *4 (-13 (-871) (-376))) (-4 *3 (-1275 *4)) (-5 *2 (-114)))) (-1366 (*1 *2 *3 *1) (-12 (-4 *1 (-1100 *4 *3)) (-4 *4 (-13 (-871) (-376))) (-4 *3 (-1275 *4)) (-5 *2 (-114)))) (-2167 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1100 *3 *2)) (-4 *3 (-13 (-871) (-376))) (-4 *2 (-1275 *3)))) (-2771 (*1 *2 *1) (-12 (-4 *1 (-1100 *3 *2)) (-4 *3 (-13 (-871) (-376))) (-4 *2 (-1275 *3)))) (-2738 (*1 *2 *3) (-12 (-4 *4 (-13 (-871) (-376))) (-4 *3 (-1275 *4)) (-5 *2 (-663 *1)) (-4 *1 (-1100 *4 *3)))) (-4182 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-949)) (-4 *4 (-13 (-871) (-376))) (-4 *1 (-1100 *4 *2)) (-4 *2 (-1275 *4)))) (-4430 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1100 *2 *3)) (-4 *2 (-13 (-871) (-376))) (-4 *3 (-1275 *2)))) (-1556 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1100 *2 *3)) (-4 *2 (-13 (-871) (-376))) (-4 *3 (-1275 *2)))))
+(-13 (-1133) (-10 -8 (-15 -2824 ((-560) |t#2| $)) (-15 -3136 ((-114) |t#2| $)) (-15 -1501 ((-114) |t#2| $)) (-15 -1366 ((-114) |t#2| $)) (-15 -2167 ((-3 |t#2| "failed") |t#2| $)) (-15 -2771 (|t#2| $)) (-15 -2738 ((-663 $) |t#2|)) (-15 -4182 ((-3 $ "failed") |t#2| (-949))) (-15 -4430 (|t#1| |t#2| $ |t#1|)) (-15 -1556 (|t#1| |t#2| $ |t#1|))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3459 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-793)) 114 T ELT)) (-1411 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|) 64 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793)) 63 T ELT)) (-3357 (((-1305) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-793)) 99 T ELT)) (-4429 (((-793) (-663 |#4|) (-663 |#5|)) 30 T ELT)) (-1925 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|) 66 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793)) 65 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793) (-114)) 67 T ELT)) (-2250 (((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114)) 86 T ELT) (((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114)) 87 T ELT)) (-1830 (((-1191) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) 92 T ELT)) (-3022 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-114)) 62 T ELT)) (-4078 (((-793) (-663 |#4|) (-663 |#5|)) 21 T ELT)))
+(((-1101 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4078 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -4429 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -3022 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-114))) (-15 -1411 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793))) (-15 -1411 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793) (-114))) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793))) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -2250 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -2250 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114))) (-15 -3459 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-793))) (-15 -1830 ((-1191) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) (-15 -3357 ((-1305) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-793)))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -1101))
+((-3357 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -2417 *9)))) (-5 *4 (-793)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-1305)) (-5 *1 (-1101 *5 *6 *7 *8 *9)))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -2417 *8))) (-4 *7 (-1097 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1191)) (-5 *1 (-1101 *4 *5 *6 *7 *8)))) (-3459 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-663 *11)) (|:| |todo| (-663 (-2 (|:| |val| *3) (|:| -2417 *11)))))) (-5 *6 (-793)) (-5 *2 (-663 (-2 (|:| |val| (-663 *10)) (|:| -2417 *11)))) (-5 *3 (-663 *10)) (-5 *4 (-663 *11)) (-4 *10 (-1097 *7 *8 *9)) (-4 *11 (-1103 *7 *8 *9 *10)) (-4 *7 (-466)) (-4 *8 (-817)) (-4 *9 (-872)) (-5 *1 (-1101 *7 *8 *9 *10 *11)))) (-2250 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1101 *5 *6 *7 *8 *9)))) (-2250 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1101 *5 *6 *7 *8 *9)))) (-1925 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1101 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-1925 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *3 (-1097 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1101 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-1925 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-793)) (-5 *6 (-114)) (-4 *7 (-466)) (-4 *8 (-817)) (-4 *9 (-872)) (-4 *3 (-1097 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1101 *7 *8 *9 *3 *4)) (-4 *4 (-1103 *7 *8 *9 *3)))) (-1411 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1101 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-1411 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *3 (-1097 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1101 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-3022 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *3 (-1097 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1101 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-4429 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-793)) (-5 *1 (-1101 *5 *6 *7 *8 *9)))) (-4078 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-793)) (-5 *1 (-1101 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -4078 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -4429 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -3022 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-114))) (-15 -1411 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793))) (-15 -1411 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793) (-114))) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793))) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -2250 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -2250 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114))) (-15 -3459 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-793))) (-15 -1830 ((-1191) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) (-15 -3357 ((-1305) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-793))))
+((-2828 (((-114) |#5| $) 26 T ELT)) (-4448 (((-114) |#5| $) 29 T ELT)) (-3242 (((-114) |#5| $) 18 T ELT) (((-114) $) 52 T ELT)) (-2921 (((-663 $) |#5| $) NIL T ELT) (((-663 $) (-663 |#5|) $) 94 T ELT) (((-663 $) (-663 |#5|) (-663 $)) 92 T ELT) (((-663 $) |#5| (-663 $)) 95 T ELT)) (-3201 (($ $ |#5|) NIL T ELT) (((-663 $) |#5| $) NIL T ELT) (((-663 $) |#5| (-663 $)) 73 T ELT) (((-663 $) (-663 |#5|) $) 75 T ELT) (((-663 $) (-663 |#5|) (-663 $)) 77 T ELT)) (-2601 (((-663 $) |#5| $) NIL T ELT) (((-663 $) |#5| (-663 $)) 64 T ELT) (((-663 $) (-663 |#5|) $) 69 T ELT) (((-663 $) (-663 |#5|) (-663 $)) 71 T ELT)) (-3637 (((-114) |#5| $) 32 T ELT)))
+(((-1102 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3201 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -3201 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -3201 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -3201 ((-663 |#1|) |#5| |#1|)) (-15 -2601 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -2601 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -2601 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -2601 ((-663 |#1|) |#5| |#1|)) (-15 -2921 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -2921 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -2921 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -2921 ((-663 |#1|) |#5| |#1|)) (-15 -4448 ((-114) |#5| |#1|)) (-15 -3242 ((-114) |#1|)) (-15 -3637 ((-114) |#5| |#1|)) (-15 -2828 ((-114) |#5| |#1|)) (-15 -3242 ((-114) |#5| |#1|)) (-15 -3201 (|#1| |#1| |#5|))) (-1103 |#2| |#3| |#4| |#5|) (-466) (-817) (-872) (-1097 |#2| |#3| |#4|)) (T -1102))
+NIL
+(-10 -8 (-15 -3201 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -3201 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -3201 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -3201 ((-663 |#1|) |#5| |#1|)) (-15 -2601 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -2601 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -2601 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -2601 ((-663 |#1|) |#5| |#1|)) (-15 -2921 ((-663 |#1|) |#5| (-663 |#1|))) (-15 -2921 ((-663 |#1|) (-663 |#5|) (-663 |#1|))) (-15 -2921 ((-663 |#1|) (-663 |#5|) |#1|)) (-15 -2921 ((-663 |#1|) |#5| |#1|)) (-15 -4448 ((-114) |#5| |#1|)) (-15 -3242 ((-114) |#1|)) (-15 -3637 ((-114) |#5| |#1|)) (-15 -2828 ((-114) |#5| |#1|)) (-15 -3242 ((-114) |#5| |#1|)) (-15 -3201 (|#1| |#1| |#5|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-1387 (((-663 $) (-663 |#4|)) 94 T ELT) (((-663 $) (-663 |#4|) (-114)) 121 T ELT)) (-2712 (((-663 |#3|) $) 37 T ELT)) (-3511 (((-114) $) 30 T ELT)) (-3673 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-3349 ((|#4| |#4| $) 100 T ELT)) (-2624 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| $) 136 T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-4405 (((-114) $ (-793)) 48 T ELT)) (-3797 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-4489 (($) 49 T CONST)) (-3438 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-4072 (($ (-663 |#4|)) 39 T ELT)) (-1586 (((-3 $ "failed") $) 90 T ELT)) (-2869 ((|#4| |#4| $) 97 T ELT)) (-4154 (($ $) 72 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#4| $) 71 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-1977 ((|#4| |#4| $) 95 T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) 113 T ELT)) (-2828 (((-114) |#4| $) 146 T ELT)) (-4448 (((-114) |#4| $) 143 T ELT)) (-3242 (((-114) |#4| $) 147 T ELT) (((-114) $) 144 T ELT)) (-3086 (((-663 |#4|) $) 56 (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) 47 T ELT)) (-4439 (((-663 |#4|) $) 57 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-4306 (((-663 |#3|) $) 36 T ELT)) (-1654 (((-114) |#3| $) 35 T ELT)) (-1506 (((-114) $ (-793)) 46 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-3789 (((-3 |#4| (-663 $)) |#4| |#4| $) 138 T ELT)) (-1946 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| |#4| $) 137 T ELT)) (-3534 (((-3 |#4| "failed") $) 91 T ELT)) (-3611 (((-663 $) |#4| $) 139 T ELT)) (-3448 (((-3 (-114) (-663 $)) |#4| $) 142 T ELT)) (-1775 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 $))) |#4| $) 141 T ELT) (((-114) |#4| $) 140 T ELT)) (-2921 (((-663 $) |#4| $) 135 T ELT) (((-663 $) (-663 |#4|) $) 134 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 133 T ELT) (((-663 $) |#4| (-663 $)) 132 T ELT)) (-4340 (($ |#4| $) 127 T ELT) (($ (-663 |#4|) $) 126 T ELT)) (-1455 (((-663 |#4|) $) 115 T ELT)) (-2033 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-2347 ((|#4| |#4| $) 98 T ELT)) (-1446 (((-114) $ $) 118 T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-2153 ((|#4| |#4| $) 99 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1574 (((-3 |#4| "failed") $) 92 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4319 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-3201 (($ $ |#4|) 85 T ELT) (((-663 $) |#4| $) 125 T ELT) (((-663 $) |#4| (-663 $)) 124 T ELT) (((-663 $) (-663 |#4|) $) 123 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) 42 T ELT)) (-4150 (((-114) $) 45 T ELT)) (-3614 (($) 44 T ELT)) (-4144 (((-793) $) 114 T ELT)) (-1485 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 43 T ELT)) (-1830 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 64 T ELT)) (-2337 (($ $ |#3|) 32 T ELT)) (-1548 (($ $ |#3|) 34 T ELT)) (-2133 (($ $) 96 T ELT)) (-2721 (($ $ |#3|) 33 T ELT)) (-3834 (((-888) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-2688 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-2601 (((-663 $) |#4| $) 131 T ELT) (((-663 $) |#4| (-663 $)) 130 T ELT) (((-663 $) (-663 |#4|) $) 129 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 128 T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) 89 T ELT)) (-3637 (((-114) |#4| $) 145 T ELT)) (-1414 (((-114) |#3| $) 88 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-3819 (((-793) $) 50 (|has| $ (-6 -4510)) ELT)))
+(((-1103 |#1| |#2| |#3| |#4|) (-142) (-466) (-817) (-872) (-1097 |t#1| |t#2| |t#3|)) (T -1103))
+((-3242 (*1 *2 *3 *1) (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-2828 (*1 *2 *3 *1) (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-3637 (*1 *2 *3 *1) (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-3242 (*1 *2 *1) (-12 (-4 *1 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))) (-4448 (*1 *2 *3 *1) (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-3448 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-3 (-114) (-663 *1))) (-4 *1 (-1103 *4 *5 *6 *3)))) (-1775 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *1)))) (-4 *1 (-1103 *4 *5 *6 *3)))) (-1775 (*1 *2 *3 *1) (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-3611 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)))) (-3789 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-3 *3 (-663 *1))) (-4 *1 (-1103 *4 *5 *6 *3)))) (-1946 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *1)))) (-4 *1 (-1103 *4 *5 *6 *3)))) (-2624 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *1)))) (-4 *1 (-1103 *4 *5 *6 *3)))) (-2921 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)))) (-2921 (*1 *2 *3 *1) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *7)))) (-2921 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1103 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)))) (-2921 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)))) (-2601 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)))) (-2601 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)))) (-2601 (*1 *2 *3 *1) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *7)))) (-2601 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1103 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)))) (-4340 (*1 *1 *2 *1) (-12 (-4 *1 (-1103 *3 *4 *5 *2)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-4340 (*1 *1 *2 *1) (-12 (-5 *2 (-663 *6)) (-4 *1 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)))) (-3201 (*1 *2 *3 *1) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)))) (-3201 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)))) (-3201 (*1 *2 *3 *1) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *7)))) (-3201 (*1 *2 *3 *2) (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1103 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)))) (-1387 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1103 *5 *6 *7 *8)))))
+(-13 (-1244 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -3242 ((-114) |t#4| $)) (-15 -2828 ((-114) |t#4| $)) (-15 -3637 ((-114) |t#4| $)) (-15 -3242 ((-114) $)) (-15 -4448 ((-114) |t#4| $)) (-15 -3448 ((-3 (-114) (-663 $)) |t#4| $)) (-15 -1775 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 $))) |t#4| $)) (-15 -1775 ((-114) |t#4| $)) (-15 -3611 ((-663 $) |t#4| $)) (-15 -3789 ((-3 |t#4| (-663 $)) |t#4| |t#4| $)) (-15 -1946 ((-663 (-2 (|:| |val| |t#4|) (|:| -2417 $))) |t#4| |t#4| $)) (-15 -2624 ((-663 (-2 (|:| |val| |t#4|) (|:| -2417 $))) |t#4| $)) (-15 -2921 ((-663 $) |t#4| $)) (-15 -2921 ((-663 $) (-663 |t#4|) $)) (-15 -2921 ((-663 $) (-663 |t#4|) (-663 $))) (-15 -2921 ((-663 $) |t#4| (-663 $))) (-15 -2601 ((-663 $) |t#4| $)) (-15 -2601 ((-663 $) |t#4| (-663 $))) (-15 -2601 ((-663 $) (-663 |t#4|) $)) (-15 -2601 ((-663 $) (-663 |t#4|) (-663 $))) (-15 -4340 ($ |t#4| $)) (-15 -4340 ($ (-663 |t#4|) $)) (-15 -3201 ((-663 $) |t#4| $)) (-15 -3201 ((-663 $) |t#4| (-663 $))) (-15 -3201 ((-663 $) (-663 |t#4|) $)) (-15 -3201 ((-663 $) (-663 |t#4|) (-663 $))) (-15 -1387 ((-663 $) (-663 |t#4|) (-114)))))
+(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-888)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-1008 |#1| |#2| |#3| |#4|) . T) ((-1133) . T) ((-1244 |#1| |#2| |#3| |#4|) . T) ((-1249) . T))
+((-3486 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|) 86 T ELT)) (-1641 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|) 127 T ELT)) (-2086 (((-663 |#5|) |#4| |#5|) 74 T ELT)) (-2832 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|) 47 T ELT) (((-114) |#4| |#5|) 55 T ELT)) (-2020 (((-1305)) 36 T ELT)) (-2752 (((-1305)) 25 T ELT)) (-3641 (((-1305) (-1191) (-1191) (-1191)) 32 T ELT)) (-1918 (((-1305) (-1191) (-1191) (-1191)) 21 T ELT)) (-1950 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#4| |#4| |#5|) 107 T ELT)) (-3635 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#3| (-114)) 118 T ELT) (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5| (-114) (-114)) 52 T ELT)) (-2085 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|) 113 T ELT)))
+(((-1104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1918 ((-1305) (-1191) (-1191) (-1191))) (-15 -2752 ((-1305))) (-15 -3641 ((-1305) (-1191) (-1191) (-1191))) (-15 -2020 ((-1305))) (-15 -1950 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -3635 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5| (-114) (-114))) (-15 -3635 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#3| (-114))) (-15 -2085 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -1641 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -2832 ((-114) |#4| |#5|)) (-15 -2832 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -2086 ((-663 |#5|) |#4| |#5|)) (-15 -3486 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -1104))
+((-3486 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2086 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 *4)) (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2832 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4)))) (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2832 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-1641 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2085 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-3635 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -2417 *9)))) (-5 *5 (-114)) (-4 *8 (-1097 *6 *7 *4)) (-4 *9 (-1103 *6 *7 *4 *8)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *4 (-872)) (-5 *2 (-663 (-2 (|:| |val| *8) (|:| -2417 *9)))) (-5 *1 (-1104 *6 *7 *4 *8 *9)))) (-3635 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *3 (-1097 *6 *7 *8)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1104 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-1950 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))) (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2020 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305)) (-5 *1 (-1104 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))) (-3641 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305)) (-5 *1 (-1104 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-2752 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305)) (-5 *1 (-1104 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))) (-1918 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305)) (-5 *1 (-1104 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1918 ((-1305) (-1191) (-1191) (-1191))) (-15 -2752 ((-1305))) (-15 -3641 ((-1305) (-1191) (-1191) (-1191))) (-15 -2020 ((-1305))) (-15 -1950 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -3635 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5| (-114) (-114))) (-15 -3635 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#3| (-114))) (-15 -2085 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -1641 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -2832 ((-114) |#4| |#5|)) (-15 -2832 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -2086 ((-663 |#5|) |#4| |#5|)) (-15 -3486 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3804 (((-1250) $) 13 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3495 (((-1167) $) 10 T ELT)) (-3834 (((-888) $) 20 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1105) (-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $)) (-15 -3804 ((-1250) $))))) (T -1105))
+((-3495 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1105)))) (-3804 (*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-1105)))))
+(-13 (-1115) (-10 -8 (-15 -3495 ((-1167) $)) (-15 -3804 ((-1250) $))))
+((-1969 (((-114) $ $) 7 T ELT)))
+(((-1106) (-13 (-1249) (-10 -8 (-15 -1969 ((-114) $ $))))) (T -1106))
+((-1969 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1106)))))
+(-13 (-1249) (-10 -8 (-15 -1969 ((-114) $ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2472 (($ $ (-663 (-1209)) (-1 (-114) (-663 |#3|))) 34 T ELT)) (-2047 (($ |#3| |#3|) 23 T ELT) (($ |#3| |#3| (-663 (-1209))) 21 T ELT)) (-3240 ((|#3| $) 13 T ELT)) (-4142 (((-3 (-305 |#3|) "failed") $) 60 T ELT)) (-4072 (((-305 |#3|) $) NIL T ELT)) (-2171 (((-663 (-1209)) $) 16 T ELT)) (-1726 (((-916 |#1|) $) 11 T ELT)) (-3228 ((|#3| $) 12 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3034 ((|#3| $ |#3|) 28 T ELT) ((|#3| $ |#3| (-949)) 41 T ELT)) (-3834 (((-888) $) 89 T ELT) (($ (-305 |#3|)) 22 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 38 T ELT)))
+(((-1107 |#1| |#2| |#3|) (-13 (-1133) (-298 |#3| |#3|) (-1070 (-305 |#3|)) (-10 -8 (-15 -2047 ($ |#3| |#3|)) (-15 -2047 ($ |#3| |#3| (-663 (-1209)))) (-15 -2472 ($ $ (-663 (-1209)) (-1 (-114) (-663 |#3|)))) (-15 -1726 ((-916 |#1|) $)) (-15 -3228 (|#3| $)) (-15 -3240 (|#3| $)) (-15 -3034 (|#3| $ |#3| (-949))) (-15 -2171 ((-663 (-1209)) $)))) (-1133) (-13 (-1081) (-912 |#1|) (-633 (-916 |#1|))) (-13 (-435 |#2|) (-912 |#1|) (-633 (-916 |#1|)))) (T -1107))
+((-2047 (*1 *1 *2 *2) (-12 (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3)))) (-5 *1 (-1107 *3 *4 *2)) (-4 *2 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))))) (-2047 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-663 (-1209))) (-4 *4 (-1133)) (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4)))) (-5 *1 (-1107 *4 *5 *2)) (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4)))))) (-2472 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-1 (-114) (-663 *6))) (-4 *6 (-13 (-435 *5) (-912 *4) (-633 (-916 *4)))) (-4 *4 (-1133)) (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4)))) (-5 *1 (-1107 *4 *5 *6)))) (-1726 (*1 *2 *1) (-12 (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 *2))) (-5 *2 (-916 *3)) (-5 *1 (-1107 *3 *4 *5)) (-4 *5 (-13 (-435 *4) (-912 *3) (-633 *2))))) (-3228 (*1 *2 *1) (-12 (-4 *3 (-1133)) (-4 *2 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))) (-5 *1 (-1107 *3 *4 *2)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3)))))) (-3240 (*1 *2 *1) (-12 (-4 *3 (-1133)) (-4 *2 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))) (-5 *1 (-1107 *3 *4 *2)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3)))))) (-3034 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-949)) (-4 *4 (-1133)) (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4)))) (-5 *1 (-1107 *4 *5 *2)) (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4)))))) (-2171 (*1 *2 *1) (-12 (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3)))) (-5 *2 (-663 (-1209))) (-5 *1 (-1107 *3 *4 *5)) (-4 *5 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))))))
+(-13 (-1133) (-298 |#3| |#3|) (-1070 (-305 |#3|)) (-10 -8 (-15 -2047 ($ |#3| |#3|)) (-15 -2047 ($ |#3| |#3| (-663 (-1209)))) (-15 -2472 ($ $ (-663 (-1209)) (-1 (-114) (-663 |#3|)))) (-15 -1726 ((-916 |#1|) $)) (-15 -3228 (|#3| $)) (-15 -3240 (|#3| $)) (-15 -3034 (|#3| $ |#3| (-949))) (-15 -2171 ((-663 (-1209)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2187 (((-1209) $) 8 T ELT)) (-2128 (((-1191) $) 17 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 11 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 14 T ELT)))
+(((-1108 |#1|) (-13 (-1133) (-10 -8 (-15 -2187 ((-1209) $)))) (-1209)) (T -1108))
+((-2187 (*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-1108 *3)) (-14 *3 *2))))
+(-13 (-1133) (-10 -8 (-15 -2187 ((-1209) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2439 (($ (-663 (-1107 |#1| |#2| |#3|))) 14 T ELT)) (-3622 (((-663 (-1107 |#1| |#2| |#3|)) $) 21 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3034 ((|#3| $ |#3|) 24 T ELT) ((|#3| $ |#3| (-949)) 27 T ELT)) (-3834 (((-888) $) 17 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 20 T ELT)))
+(((-1109 |#1| |#2| |#3|) (-13 (-1133) (-298 |#3| |#3|) (-10 -8 (-15 -2439 ($ (-663 (-1107 |#1| |#2| |#3|)))) (-15 -3622 ((-663 (-1107 |#1| |#2| |#3|)) $)) (-15 -3034 (|#3| $ |#3| (-949))))) (-1133) (-13 (-1081) (-912 |#1|) (-633 (-916 |#1|))) (-13 (-435 |#2|) (-912 |#1|) (-633 (-916 |#1|)))) (T -1109))
+((-2439 (*1 *1 *2) (-12 (-5 *2 (-663 (-1107 *3 *4 *5))) (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3)))) (-4 *5 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))) (-5 *1 (-1109 *3 *4 *5)))) (-3622 (*1 *2 *1) (-12 (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3)))) (-5 *2 (-663 (-1107 *3 *4 *5))) (-5 *1 (-1109 *3 *4 *5)) (-4 *5 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))))) (-3034 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-949)) (-4 *4 (-1133)) (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4)))) (-5 *1 (-1109 *4 *5 *2)) (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4)))))))
+(-13 (-1133) (-298 |#3| |#3|) (-10 -8 (-15 -2439 ($ (-663 (-1107 |#1| |#2| |#3|)))) (-15 -3622 ((-663 (-1107 |#1| |#2| |#3|)) $)) (-15 -3034 (|#3| $ |#3| (-949)))))
+((-3036 (((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114)) 88 T ELT) (((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|))) 92 T ELT) (((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114)) 90 T ELT)))
+(((-1110 |#1| |#2|) (-10 -7 (-15 -3036 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114))) (-15 -3036 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)))) (-15 -3036 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114)))) (-13 (-319) (-149)) (-663 (-1209))) (T -1110))
+((-3036 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5)))))) (-5 *1 (-1110 *5 *6)) (-5 *3 (-663 (-976 *5))) (-14 *6 (-663 (-1209))))) (-3036 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-2 (|:| -3527 (-1203 *4)) (|:| -3084 (-663 (-976 *4)))))) (-5 *1 (-1110 *4 *5)) (-5 *3 (-663 (-976 *4))) (-14 *5 (-663 (-1209))))) (-3036 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5)))))) (-5 *1 (-1110 *5 *6)) (-5 *3 (-663 (-976 *5))) (-14 *6 (-663 (-1209))))))
+(-10 -7 (-15 -3036 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114))) (-15 -3036 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)))) (-15 -3036 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 136 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-376)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-3543 (((-711 |#1|) (-1299 $)) NIL T ELT) (((-711 |#1|)) 121 T ELT)) (-2412 ((|#1| $) 125 T ELT)) (-3025 (((-1221 (-949) (-793)) (-560)) NIL (|has| |#1| (-363)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2233 (((-793)) 43 (|has| |#1| (-381)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-4402 (($ (-1299 |#1|) (-1299 $)) NIL T ELT) (($ (-1299 |#1|)) 46 T ELT)) (-1379 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-363)) ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2385 (((-711 |#1|) $ (-1299 $)) NIL T ELT) (((-711 |#1|) $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 113 T ELT) (((-711 |#1|) (-711 $)) 108 T ELT)) (-1995 (($ |#2|) 65 T ELT) (((-3 $ "failed") (-421 |#2|)) NIL (|has| |#1| (-376)) ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-1486 (((-949)) 84 T ELT)) (-2150 (($) 47 (|has| |#1| (-381)) ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-3396 (($) NIL (|has| |#1| (-363)) ELT)) (-4418 (((-114) $) NIL (|has| |#1| (-363)) ELT)) (-1789 (($ $ (-793)) NIL (|has| |#1| (-363)) ELT) (($ $) NIL (|has| |#1| (-363)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-2918 (((-949) $) NIL (|has| |#1| (-363)) ELT) (((-856 (-949)) $) NIL (|has| |#1| (-363)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-2480 ((|#1| $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-363)) ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4118 ((|#2| $) 91 (|has| |#1| (-376)) ELT)) (-3862 (((-949) $) 145 (|has| |#1| (-381)) ELT)) (-1984 ((|#2| $) 62 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2689 (($) NIL (|has| |#1| (-363)) CONST)) (-2081 (($ (-949)) 135 (|has| |#1| (-381)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3505 (($) 127 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3346 (((-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))) NIL (|has| |#1| (-363)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2810 ((|#1| (-1299 $)) NIL T ELT) ((|#1|) 117 T ELT)) (-2104 (((-793) $) NIL (|has| |#1| (-363)) ELT) (((-3 (-793) "failed") $ $) NIL (|has| |#1| (-363)) ELT)) (-2703 (($ $ (-793)) NIL (-2309 (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $) NIL (-2309 (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL (|has| |#1| (-376)) ELT)) (-3782 (((-711 |#1|) (-1299 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-376)) ELT)) (-2771 ((|#2|) 81 T ELT)) (-2011 (($) NIL (|has| |#1| (-363)) ELT)) (-3084 (((-1299 |#1|) $ (-1299 $)) 96 T ELT) (((-711 |#1|) (-1299 $) (-1299 $)) NIL T ELT) (((-1299 |#1|) $) 75 T ELT) (((-711 |#1|) (-1299 $)) 92 T ELT)) (-1830 (((-1299 |#1|) $) NIL T ELT) (($ (-1299 |#1|)) NIL T ELT) ((|#2| $) NIL T ELT) (($ |#2|) NIL T ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (|has| |#1| (-363)) ELT)) (-3834 (((-888) $) 61 T ELT) (($ (-560)) 56 T ELT) (($ |#1|) 58 T ELT) (($ $) NIL (|has| |#1| (-376)) ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-376)) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1633 (($ $) NIL (|has| |#1| (-363)) ELT) (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-4286 ((|#2| $) 89 T ELT)) (-3103 (((-793)) 83 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-4222 (((-1299 $)) 88 T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2971 (($) 32 T CONST)) (-2983 (($) 19 T CONST)) (-3095 (($ $ (-793)) NIL (-2309 (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $) NIL (-2309 (-12 (|has| |#1| (-239)) (|has| |#1| (-376))) (|has| |#1| (-363))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#1| (-376)) (|has| |#1| (-930 (-1209)))) ELT) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL (|has| |#1| (-376)) ELT)) (-2478 (((-114) $ $) 67 T ELT)) (-2594 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) 71 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 69 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 54 T ELT) (($ $ $) 73 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 51 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-376)) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-376)) ELT)))
+(((-1111 |#1| |#2| |#3|) (-746 |#1| |#2|) (-175) (-1275 |#1|) |#2|) (T -1111))
NIL
(-746 |#1| |#2|)
-((-3388 (((-419 |#3|) |#3|) 18 T ELT)))
-(((-1111 |#1| |#2| |#3|) (-10 -7 (-15 -3388 ((-419 |#3|) |#3|))) (-1274 (-421 (-560))) (-13 (-376) (-149) (-746 (-421 (-560)) |#1|)) (-1274 |#2|)) (T -1111))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-1274 (-421 (-560)))) (-4 *5 (-13 (-376) (-149) (-746 (-421 (-560)) *4))) (-5 *2 (-419 *3)) (-5 *1 (-1111 *4 *5 *3)) (-4 *3 (-1274 *5)))))
-(-10 -7 (-15 -3388 ((-419 |#3|) |#3|)))
-((-3388 (((-419 |#3|) |#3|) 19 T ELT)))
-(((-1112 |#1| |#2| |#3|) (-10 -7 (-15 -3388 ((-419 |#3|) |#3|))) (-1274 (-421 (-975 (-560)))) (-13 (-376) (-149) (-746 (-421 (-975 (-560))) |#1|)) (-1274 |#2|)) (T -1112))
-((-3388 (*1 *2 *3) (-12 (-4 *4 (-1274 (-421 (-975 (-560))))) (-4 *5 (-13 (-376) (-149) (-746 (-421 (-975 (-560))) *4))) (-5 *2 (-419 *3)) (-5 *1 (-1112 *4 *5 *3)) (-4 *3 (-1274 *5)))))
-(-10 -7 (-15 -3388 ((-419 |#3|) |#3|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2006 (($ $ $) 16 T ELT)) (-2718 (($ $ $) 17 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4047 (($) 6 T ELT)) (-4417 (((-1208) $) 20 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 15 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 9 T ELT)))
-(((-1113) (-13 (-871) (-633 (-1208)) (-10 -8 (-15 -4047 ($))))) (T -1113))
-((-4047 (*1 *1) (-5 *1 (-1113))))
-(-13 (-871) (-633 (-1208)) (-10 -8 (-15 -4047 ($))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-1213)) 20 T ELT) (((-1213) $) 19 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-1114) (-142)) (T -1114))
+((-2549 (((-419 |#3|) |#3|) 18 T ELT)))
+(((-1112 |#1| |#2| |#3|) (-10 -7 (-15 -2549 ((-419 |#3|) |#3|))) (-1275 (-421 (-560))) (-13 (-376) (-149) (-746 (-421 (-560)) |#1|)) (-1275 |#2|)) (T -1112))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-1275 (-421 (-560)))) (-4 *5 (-13 (-376) (-149) (-746 (-421 (-560)) *4))) (-5 *2 (-419 *3)) (-5 *1 (-1112 *4 *5 *3)) (-4 *3 (-1275 *5)))))
+(-10 -7 (-15 -2549 ((-419 |#3|) |#3|)))
+((-2549 (((-419 |#3|) |#3|) 19 T ELT)))
+(((-1113 |#1| |#2| |#3|) (-10 -7 (-15 -2549 ((-419 |#3|) |#3|))) (-1275 (-421 (-976 (-560)))) (-13 (-376) (-149) (-746 (-421 (-976 (-560))) |#1|)) (-1275 |#2|)) (T -1113))
+((-2549 (*1 *2 *3) (-12 (-4 *4 (-1275 (-421 (-976 (-560))))) (-4 *5 (-13 (-376) (-149) (-746 (-421 (-976 (-560))) *4))) (-5 *2 (-419 *3)) (-5 *1 (-1113 *4 *5 *3)) (-4 *3 (-1275 *5)))))
+(-10 -7 (-15 -2549 ((-419 |#3|) |#3|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-1622 (($ $ $) 16 T ELT)) (-3934 (($ $ $) 17 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3241 (($) 6 T ELT)) (-1830 (((-1209) $) 20 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 15 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 9 T ELT)))
+(((-1114) (-13 (-872) (-633 (-1209)) (-10 -8 (-15 -3241 ($))))) (T -1114))
+((-3241 (*1 *1) (-5 *1 (-1114))))
+(-13 (-872) (-633 (-1209)) (-10 -8 (-15 -3241 ($))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-1214)) 20 T ELT) (((-1214) $) 19 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-1115) (-142)) (T -1115))
NIL
(-13 (-93))
-(((-93) . T) ((-102) . T) ((-635 #0=(-1213)) . T) ((-632 (-887)) . T) ((-632 #0#) . T) ((-504 #0#) . T) ((-1132) . T) ((-1248) . T))
-((-4166 ((|#1| |#1| (-1 (-560) |#1| |#1|)) 42 T ELT) ((|#1| |#1| (-1 (-114) |#1|)) 33 T ELT)) (-4376 (((-1304)) 21 T ELT)) (-1374 (((-663 |#1|)) 13 T ELT)))
-(((-1115 |#1|) (-10 -7 (-15 -4376 ((-1304))) (-15 -1374 ((-663 |#1|))) (-15 -4166 (|#1| |#1| (-1 (-114) |#1|))) (-15 -4166 (|#1| |#1| (-1 (-560) |#1| |#1|)))) (-134)) (T -1115))
-((-4166 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-560) *2 *2)) (-4 *2 (-134)) (-5 *1 (-1115 *2)))) (-4166 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-114) *2)) (-4 *2 (-134)) (-5 *1 (-1115 *2)))) (-1374 (*1 *2) (-12 (-5 *2 (-663 *3)) (-5 *1 (-1115 *3)) (-4 *3 (-134)))) (-4376 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1115 *3)) (-4 *3 (-134)))))
-(-10 -7 (-15 -4376 ((-1304))) (-15 -1374 ((-663 |#1|))) (-15 -4166 (|#1| |#1| (-1 (-114) |#1|))) (-15 -4166 (|#1| |#1| (-1 (-560) |#1| |#1|))))
-((-2599 (($ (-109) $) 20 T ELT)) (-4437 (((-713 (-109)) (-520) $) 19 T ELT)) (-1423 (($) 7 T ELT)) (-3164 (($) 21 T ELT)) (-1607 (($) 22 T ELT)) (-2626 (((-663 (-178)) $) 10 T ELT)) (-2539 (((-887) $) 25 T ELT)))
-(((-1116) (-13 (-632 (-887)) (-10 -8 (-15 -1423 ($)) (-15 -2626 ((-663 (-178)) $)) (-15 -4437 ((-713 (-109)) (-520) $)) (-15 -2599 ($ (-109) $)) (-15 -3164 ($)) (-15 -1607 ($))))) (T -1116))
-((-1423 (*1 *1) (-5 *1 (-1116))) (-2626 (*1 *2 *1) (-12 (-5 *2 (-663 (-178))) (-5 *1 (-1116)))) (-4437 (*1 *2 *3 *1) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-109))) (-5 *1 (-1116)))) (-2599 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1116)))) (-3164 (*1 *1) (-5 *1 (-1116))) (-1607 (*1 *1) (-5 *1 (-1116))))
-(-13 (-632 (-887)) (-10 -8 (-15 -1423 ($)) (-15 -2626 ((-663 (-178)) $)) (-15 -4437 ((-713 (-109)) (-520) $)) (-15 -2599 ($ (-109) $)) (-15 -3164 ($)) (-15 -1607 ($))))
-((-2951 (((-1298 (-711 |#1|)) (-663 (-711 |#1|))) 45 T ELT) (((-1298 (-711 (-975 |#1|))) (-663 (-1208)) (-711 (-975 |#1|))) 75 T ELT) (((-1298 (-711 (-421 (-975 |#1|)))) (-663 (-1208)) (-711 (-421 (-975 |#1|)))) 92 T ELT)) (-2086 (((-1298 |#1|) (-711 |#1|) (-663 (-711 |#1|))) 39 T ELT)))
-(((-1117 |#1|) (-10 -7 (-15 -2951 ((-1298 (-711 (-421 (-975 |#1|)))) (-663 (-1208)) (-711 (-421 (-975 |#1|))))) (-15 -2951 ((-1298 (-711 (-975 |#1|))) (-663 (-1208)) (-711 (-975 |#1|)))) (-15 -2951 ((-1298 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -2086 ((-1298 |#1|) (-711 |#1|) (-663 (-711 |#1|))))) (-376)) (T -1117))
-((-2086 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-711 *5))) (-5 *3 (-711 *5)) (-4 *5 (-376)) (-5 *2 (-1298 *5)) (-5 *1 (-1117 *5)))) (-2951 (*1 *2 *3) (-12 (-5 *3 (-663 (-711 *4))) (-4 *4 (-376)) (-5 *2 (-1298 (-711 *4))) (-5 *1 (-1117 *4)))) (-2951 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1208))) (-4 *5 (-376)) (-5 *2 (-1298 (-711 (-975 *5)))) (-5 *1 (-1117 *5)) (-5 *4 (-711 (-975 *5))))) (-2951 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1208))) (-4 *5 (-376)) (-5 *2 (-1298 (-711 (-421 (-975 *5))))) (-5 *1 (-1117 *5)) (-5 *4 (-711 (-421 (-975 *5)))))))
-(-10 -7 (-15 -2951 ((-1298 (-711 (-421 (-975 |#1|)))) (-663 (-1208)) (-711 (-421 (-975 |#1|))))) (-15 -2951 ((-1298 (-711 (-975 |#1|))) (-663 (-1208)) (-711 (-975 |#1|)))) (-15 -2951 ((-1298 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -2086 ((-1298 |#1|) (-711 |#1|) (-663 (-711 |#1|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3294 (((-663 (-793)) $) NIL T ELT) (((-663 (-793)) $ (-1208)) NIL T ELT)) (-1687 (((-793) $) NIL T ELT) (((-793) $ (-1208)) NIL T ELT)) (-3557 (((-663 (-1119 (-1208))) $) NIL T ELT)) (-3349 (((-1202 $) $ (-1119 (-1208))) NIL T ELT) (((-1202 |#1|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1119 (-1208)))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2884 (($ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-1119 (-1208)) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL T ELT) (((-3 (-1156 |#1| (-1208)) "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-1119 (-1208)) $) NIL T ELT) (((-1208) $) NIL T ELT) (((-1156 |#1| (-1208)) $) NIL T ELT)) (-2076 (($ $ $ (-1119 (-1208))) NIL (|has| |#1| (-175)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1119 (-1208))) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| (-545 (-1119 (-1208))) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-1119 (-1208)) (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-1119 (-1208)) (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-2252 (((-793) $ (-1208)) NIL T ELT) (((-793) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3541 (($ (-1202 |#1|) (-1119 (-1208))) NIL T ELT) (($ (-1202 $) (-1119 (-1208))) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-545 (-1119 (-1208)))) NIL T ELT) (($ $ (-1119 (-1208)) (-793)) NIL T ELT) (($ $ (-663 (-1119 (-1208))) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-1119 (-1208))) NIL T ELT)) (-4486 (((-545 (-1119 (-1208))) $) NIL T ELT) (((-793) $ (-1119 (-1208))) NIL T ELT) (((-663 (-793)) $ (-663 (-1119 (-1208)))) NIL T ELT)) (-1729 (($ (-1 (-545 (-1119 (-1208))) (-545 (-1119 (-1208)))) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1804 (((-1 $ (-793)) (-1208)) NIL T ELT) (((-1 $ (-793)) $) NIL (|has| |#1| (-240)) ELT)) (-1762 (((-3 (-1119 (-1208)) "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-1892 (((-1119 (-1208)) $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2464 (((-114) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-1119 (-1208))) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3747 (($ $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1119 (-1208)) |#1|) NIL T ELT) (($ $ (-663 (-1119 (-1208))) (-663 |#1|)) NIL T ELT) (($ $ (-1119 (-1208)) $) NIL T ELT) (($ $ (-663 (-1119 (-1208))) (-663 $)) NIL T ELT) (($ $ (-1208) $) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 (-1208)) (-663 $)) NIL (|has| |#1| (-240)) ELT) (($ $ (-1208) |#1|) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 (-1208)) (-663 |#1|)) NIL (|has| |#1| (-240)) ELT)) (-3622 (($ $ (-1119 (-1208))) NIL (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 (-1119 (-1208))) (-663 (-793))) NIL T ELT) (($ $ (-1119 (-1208)) (-793)) NIL T ELT) (($ $ (-663 (-1119 (-1208)))) NIL T ELT) (($ $ (-1119 (-1208))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2844 (((-663 (-1208)) $) NIL T ELT)) (-4283 (((-545 (-1119 (-1208))) $) NIL T ELT) (((-793) $ (-1119 (-1208))) NIL T ELT) (((-663 (-793)) $ (-663 (-1119 (-1208)))) NIL T ELT) (((-793) $ (-1208)) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-1119 (-1208)) (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-1119 (-1208)) (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1119 (-1208)) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1119 (-1208))) NIL (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1119 (-1208))) NIL T ELT) (($ (-1208)) NIL T ELT) (($ (-1156 |#1| (-1208))) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-545 (-1119 (-1208)))) NIL T ELT) (($ $ (-1119 (-1208)) (-793)) NIL T ELT) (($ $ (-663 (-1119 (-1208))) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-663 (-1119 (-1208))) (-663 (-793))) NIL T ELT) (($ $ (-1119 (-1208)) (-793)) NIL T ELT) (($ $ (-663 (-1119 (-1208)))) NIL T ELT) (($ $ (-1119 (-1208))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1118 |#1|) (-13 (-262 |#1| (-1208) (-1119 (-1208)) (-545 (-1119 (-1208)))) (-1069 (-1156 |#1| (-1208)))) (-1080)) (T -1118))
-NIL
-(-13 (-262 |#1| (-1208) (-1119 (-1208)) (-545 (-1119 (-1208)))) (-1069 (-1156 |#1| (-1208))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1687 (((-793) $) NIL T ELT)) (-2129 ((|#1| $) 10 T ELT)) (-1442 (((-3 |#1| "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT)) (-2252 (((-793) $) 11 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-1804 (($ |#1| (-793)) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2457 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-4324 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 16 T ELT)))
-(((-1119 |#1|) (-277 |#1|) (-871)) (T -1119))
+(((-93) . T) ((-102) . T) ((-635 #0=(-1214)) . T) ((-632 (-888)) . T) ((-632 #0#) . T) ((-504 #0#) . T) ((-1133) . T) ((-1249) . T))
+((-1488 ((|#1| |#1| (-1 (-560) |#1| |#1|)) 42 T ELT) ((|#1| |#1| (-1 (-114) |#1|)) 33 T ELT)) (-4476 (((-1305)) 21 T ELT)) (-3395 (((-663 |#1|)) 13 T ELT)))
+(((-1116 |#1|) (-10 -7 (-15 -4476 ((-1305))) (-15 -3395 ((-663 |#1|))) (-15 -1488 (|#1| |#1| (-1 (-114) |#1|))) (-15 -1488 (|#1| |#1| (-1 (-560) |#1| |#1|)))) (-134)) (T -1116))
+((-1488 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-560) *2 *2)) (-4 *2 (-134)) (-5 *1 (-1116 *2)))) (-1488 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-114) *2)) (-4 *2 (-134)) (-5 *1 (-1116 *2)))) (-3395 (*1 *2) (-12 (-5 *2 (-663 *3)) (-5 *1 (-1116 *3)) (-4 *3 (-134)))) (-4476 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1116 *3)) (-4 *3 (-134)))))
+(-10 -7 (-15 -4476 ((-1305))) (-15 -3395 ((-663 |#1|))) (-15 -1488 (|#1| |#1| (-1 (-114) |#1|))) (-15 -1488 (|#1| |#1| (-1 (-560) |#1| |#1|))))
+((-2260 (($ (-109) $) 20 T ELT)) (-3655 (((-713 (-109)) (-520) $) 19 T ELT)) (-3614 (($) 7 T ELT)) (-4322 (($) 21 T ELT)) (-4353 (($) 22 T ELT)) (-2908 (((-663 (-178)) $) 10 T ELT)) (-3834 (((-888) $) 25 T ELT)))
+(((-1117) (-13 (-632 (-888)) (-10 -8 (-15 -3614 ($)) (-15 -2908 ((-663 (-178)) $)) (-15 -3655 ((-713 (-109)) (-520) $)) (-15 -2260 ($ (-109) $)) (-15 -4322 ($)) (-15 -4353 ($))))) (T -1117))
+((-3614 (*1 *1) (-5 *1 (-1117))) (-2908 (*1 *2 *1) (-12 (-5 *2 (-663 (-178))) (-5 *1 (-1117)))) (-3655 (*1 *2 *3 *1) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-109))) (-5 *1 (-1117)))) (-2260 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1117)))) (-4322 (*1 *1) (-5 *1 (-1117))) (-4353 (*1 *1) (-5 *1 (-1117))))
+(-13 (-632 (-888)) (-10 -8 (-15 -3614 ($)) (-15 -2908 ((-663 (-178)) $)) (-15 -3655 ((-713 (-109)) (-520) $)) (-15 -2260 ($ (-109) $)) (-15 -4322 ($)) (-15 -4353 ($))))
+((-3774 (((-1299 (-711 |#1|)) (-663 (-711 |#1|))) 45 T ELT) (((-1299 (-711 (-976 |#1|))) (-663 (-1209)) (-711 (-976 |#1|))) 75 T ELT) (((-1299 (-711 (-421 (-976 |#1|)))) (-663 (-1209)) (-711 (-421 (-976 |#1|)))) 92 T ELT)) (-3084 (((-1299 |#1|) (-711 |#1|) (-663 (-711 |#1|))) 39 T ELT)))
+(((-1118 |#1|) (-10 -7 (-15 -3774 ((-1299 (-711 (-421 (-976 |#1|)))) (-663 (-1209)) (-711 (-421 (-976 |#1|))))) (-15 -3774 ((-1299 (-711 (-976 |#1|))) (-663 (-1209)) (-711 (-976 |#1|)))) (-15 -3774 ((-1299 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -3084 ((-1299 |#1|) (-711 |#1|) (-663 (-711 |#1|))))) (-376)) (T -1118))
+((-3084 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-711 *5))) (-5 *3 (-711 *5)) (-4 *5 (-376)) (-5 *2 (-1299 *5)) (-5 *1 (-1118 *5)))) (-3774 (*1 *2 *3) (-12 (-5 *3 (-663 (-711 *4))) (-4 *4 (-376)) (-5 *2 (-1299 (-711 *4))) (-5 *1 (-1118 *4)))) (-3774 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1209))) (-4 *5 (-376)) (-5 *2 (-1299 (-711 (-976 *5)))) (-5 *1 (-1118 *5)) (-5 *4 (-711 (-976 *5))))) (-3774 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-1209))) (-4 *5 (-376)) (-5 *2 (-1299 (-711 (-421 (-976 *5))))) (-5 *1 (-1118 *5)) (-5 *4 (-711 (-421 (-976 *5)))))))
+(-10 -7 (-15 -3774 ((-1299 (-711 (-421 (-976 |#1|)))) (-663 (-1209)) (-711 (-421 (-976 |#1|))))) (-15 -3774 ((-1299 (-711 (-976 |#1|))) (-663 (-1209)) (-711 (-976 |#1|)))) (-15 -3774 ((-1299 (-711 |#1|)) (-663 (-711 |#1|)))) (-15 -3084 ((-1299 |#1|) (-711 |#1|) (-663 (-711 |#1|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3181 (((-663 (-793)) $) NIL T ELT) (((-663 (-793)) $ (-1209)) NIL T ELT)) (-3370 (((-793) $) NIL T ELT) (((-793) $ (-1209)) NIL T ELT)) (-2712 (((-663 (-1120 (-1209))) $) NIL T ELT)) (-2517 (((-1203 $) $ (-1120 (-1209))) NIL T ELT) (((-1203 |#1|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1120 (-1209)))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-4083 (($ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-1120 (-1209)) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL T ELT) (((-3 (-1157 |#1| (-1209)) "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-1120 (-1209)) $) NIL T ELT) (((-1209) $) NIL T ELT) (((-1157 |#1| (-1209)) $) NIL T ELT)) (-3273 (($ $ $ (-1120 (-1209))) NIL (|has| |#1| (-175)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1120 (-1209))) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| (-545 (-1120 (-1209))) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-1120 (-1209)) (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-1120 (-1209)) (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-2918 (((-793) $ (-1209)) NIL T ELT) (((-793) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-2700 (($ (-1203 |#1|) (-1120 (-1209))) NIL T ELT) (($ (-1203 $) (-1120 (-1209))) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-545 (-1120 (-1209)))) NIL T ELT) (($ $ (-1120 (-1209)) (-793)) NIL T ELT) (($ $ (-663 (-1120 (-1209))) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-1120 (-1209))) NIL T ELT)) (-3654 (((-545 (-1120 (-1209))) $) NIL T ELT) (((-793) $ (-1120 (-1209))) NIL T ELT) (((-663 (-793)) $ (-663 (-1120 (-1209)))) NIL T ELT)) (-3097 (($ (-1 (-545 (-1120 (-1209))) (-545 (-1120 (-1209)))) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3048 (((-1 $ (-793)) (-1209)) NIL T ELT) (((-1 $ (-793)) $) NIL (|has| |#1| (-240)) ELT)) (-3311 (((-3 (-1120 (-1209)) "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3026 (((-1120 (-1209)) $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1759 (((-114) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-1120 (-1209))) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-3292 (($ $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1120 (-1209)) |#1|) NIL T ELT) (($ $ (-663 (-1120 (-1209))) (-663 |#1|)) NIL T ELT) (($ $ (-1120 (-1209)) $) NIL T ELT) (($ $ (-663 (-1120 (-1209))) (-663 $)) NIL T ELT) (($ $ (-1209) $) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 (-1209)) (-663 $)) NIL (|has| |#1| (-240)) ELT) (($ $ (-1209) |#1|) NIL (|has| |#1| (-240)) ELT) (($ $ (-663 (-1209)) (-663 |#1|)) NIL (|has| |#1| (-240)) ELT)) (-2810 (($ $ (-1120 (-1209))) NIL (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 (-1120 (-1209))) (-663 (-793))) NIL T ELT) (($ $ (-1120 (-1209)) (-793)) NIL T ELT) (($ $ (-663 (-1120 (-1209)))) NIL T ELT) (($ $ (-1120 (-1209))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-1465 (((-663 (-1209)) $) NIL T ELT)) (-4144 (((-545 (-1120 (-1209))) $) NIL T ELT) (((-793) $ (-1120 (-1209))) NIL T ELT) (((-663 (-793)) $ (-663 (-1120 (-1209)))) NIL T ELT) (((-793) $ (-1209)) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-1120 (-1209)) (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-1120 (-1209)) (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1120 (-1209)) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT) (($ $ (-1120 (-1209))) NIL (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1120 (-1209))) NIL T ELT) (($ (-1209)) NIL T ELT) (($ (-1157 |#1| (-1209))) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-545 (-1120 (-1209)))) NIL T ELT) (($ $ (-1120 (-1209)) (-793)) NIL T ELT) (($ $ (-663 (-1120 (-1209))) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-663 (-1120 (-1209))) (-663 (-793))) NIL T ELT) (($ $ (-1120 (-1209)) (-793)) NIL T ELT) (($ $ (-663 (-1120 (-1209)))) NIL T ELT) (($ $ (-1120 (-1209))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $) NIL (|has| |#1| (-239)) ELT) (($ $ (-793)) NIL (|has| |#1| (-239)) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1119 |#1|) (-13 (-262 |#1| (-1209) (-1120 (-1209)) (-545 (-1120 (-1209)))) (-1070 (-1157 |#1| (-1209)))) (-1081)) (T -1119))
+NIL
+(-13 (-262 |#1| (-1209) (-1120 (-1209)) (-545 (-1120 (-1209)))) (-1070 (-1157 |#1| (-1209))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3370 (((-793) $) NIL T ELT)) (-3572 ((|#1| $) 10 T ELT)) (-4142 (((-3 |#1| "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT)) (-2918 (((-793) $) 11 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3048 (($ |#1| (-793)) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2703 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3095 (($ $ (-793)) NIL T ELT) (($ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 16 T ELT)))
+(((-1120 |#1|) (-277 |#1|) (-872)) (T -1120))
NIL
(-277 |#1|)
-((-2294 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3766 (($ |#1| |#1|) 16 T ELT)) (-2067 (((-663 |#1|) (-1 |#1| |#1|) $) 46 (|has| |#1| (-870)) ELT)) (-2189 ((|#1| $) 12 T ELT)) (-3568 ((|#1| $) 11 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3304 (((-560) $) 15 T ELT)) (-2961 ((|#1| $) 14 T ELT)) (-3314 ((|#1| $) 13 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3563 (((-663 |#1|) $) 44 (|has| |#1| (-870)) ELT) (((-663 |#1|) (-663 $)) 43 (|has| |#1| (-870)) ELT)) (-4417 (($ |#1|) 29 T ELT)) (-2539 (((-887) $) 28 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-1565 (($ |#1| |#1|) 10 T ELT)) (-2107 (($ $ (-560)) 17 T ELT)) (-2329 (((-114) $ $) 22 (|has| |#1| (-1132)) ELT)))
-(((-1120 |#1|) (-13 (-1125 |#1|) (-10 -7 (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|) (IF (|has| |#1| (-870)) (-6 (-1126 |#1| (-663 |#1|))) |%noBranch|))) (-1248)) (T -1120))
-NIL
-(-13 (-1125 |#1|) (-10 -7 (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|) (IF (|has| |#1| (-870)) (-6 (-1126 |#1| (-663 |#1|))) |%noBranch|)))
-((-2067 (((-663 |#2|) (-1 |#2| |#1|) (-1120 |#1|)) 29 (|has| |#1| (-870)) ELT) (((-1120 |#2|) (-1 |#2| |#1|) (-1120 |#1|)) 14 T ELT)))
-(((-1121 |#1| |#2|) (-10 -7 (-15 -2067 ((-1120 |#2|) (-1 |#2| |#1|) (-1120 |#1|))) (IF (|has| |#1| (-870)) (-15 -2067 ((-663 |#2|) (-1 |#2| |#1|) (-1120 |#1|))) |%noBranch|)) (-1248) (-1248)) (T -1121))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1120 *5)) (-4 *5 (-870)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-663 *6)) (-5 *1 (-1121 *5 *6)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1120 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1120 *6)) (-5 *1 (-1121 *5 *6)))))
-(-10 -7 (-15 -2067 ((-1120 |#2|) (-1 |#2| |#1|) (-1120 |#1|))) (IF (|has| |#1| (-870)) (-15 -2067 ((-663 |#2|) (-1 |#2| |#1|) (-1120 |#1|))) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 16 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-2430 (((-663 (-1166)) $) 10 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1122) (-13 (-1114) (-10 -8 (-15 -2430 ((-663 (-1166)) $))))) (T -1122))
-((-2430 (*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-1122)))))
-(-13 (-1114) (-10 -8 (-15 -2430 ((-663 (-1166)) $))))
-((-2294 (((-114) $ $) NIL (|has| (-1120 |#1|) (-1132)) ELT)) (-2129 (((-1208) $) NIL T ELT)) (-3766 (((-1120 |#1|) $) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| (-1120 |#1|) (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| (-1120 |#1|) (-1132)) ELT)) (-1667 (($ (-1208) (-1120 |#1|)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| (-1120 |#1|) (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| (-1120 |#1|) (-1132)) ELT)) (-2329 (((-114) $ $) NIL (|has| (-1120 |#1|) (-1132)) ELT)))
-(((-1123 |#1|) (-13 (-1248) (-10 -8 (-15 -1667 ($ (-1208) (-1120 |#1|))) (-15 -2129 ((-1208) $)) (-15 -3766 ((-1120 |#1|) $)) (IF (|has| (-1120 |#1|) (-1132)) (-6 (-1132)) |%noBranch|))) (-1248)) (T -1123))
-((-1667 (*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1120 *4)) (-4 *4 (-1248)) (-5 *1 (-1123 *4)))) (-2129 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1123 *3)) (-4 *3 (-1248)))) (-3766 (*1 *2 *1) (-12 (-5 *2 (-1120 *3)) (-5 *1 (-1123 *3)) (-4 *3 (-1248)))))
-(-13 (-1248) (-10 -8 (-15 -1667 ($ (-1208) (-1120 |#1|))) (-15 -2129 ((-1208) $)) (-15 -3766 ((-1120 |#1|) $)) (IF (|has| (-1120 |#1|) (-1132)) (-6 (-1132)) |%noBranch|)))
-((-2067 (((-1123 |#2|) (-1 |#2| |#1|) (-1123 |#1|)) 19 T ELT)))
-(((-1124 |#1| |#2|) (-10 -7 (-15 -2067 ((-1123 |#2|) (-1 |#2| |#1|) (-1123 |#1|)))) (-1248) (-1248)) (T -1124))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1123 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1123 *6)) (-5 *1 (-1124 *5 *6)))))
-(-10 -7 (-15 -2067 ((-1123 |#2|) (-1 |#2| |#1|) (-1123 |#1|))))
-((-3766 (($ |#1| |#1|) 8 T ELT)) (-2189 ((|#1| $) 11 T ELT)) (-3568 ((|#1| $) 13 T ELT)) (-3304 (((-560) $) 9 T ELT)) (-2961 ((|#1| $) 10 T ELT)) (-3314 ((|#1| $) 12 T ELT)) (-4417 (($ |#1|) 6 T ELT)) (-1565 (($ |#1| |#1|) 15 T ELT)) (-2107 (($ $ (-560)) 14 T ELT)))
-(((-1125 |#1|) (-142) (-1248)) (T -1125))
-((-1565 (*1 *1 *2 *2) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))) (-2107 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-1125 *3)) (-4 *3 (-1248)))) (-3568 (*1 *2 *1) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))) (-3314 (*1 *2 *1) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))) (-2189 (*1 *2 *1) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))) (-2961 (*1 *2 *1) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))) (-3304 (*1 *2 *1) (-12 (-4 *1 (-1125 *3)) (-4 *3 (-1248)) (-5 *2 (-560)))) (-3766 (*1 *1 *2 *2) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))))
-(-13 (-637 |t#1|) (-10 -8 (-15 -1565 ($ |t#1| |t#1|)) (-15 -2107 ($ $ (-560))) (-15 -3568 (|t#1| $)) (-15 -3314 (|t#1| $)) (-15 -2189 (|t#1| $)) (-15 -2961 (|t#1| $)) (-15 -3304 ((-560) $)) (-15 -3766 ($ |t#1| |t#1|))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-4301 (($ |#1| |#1|) 16 T ELT)) (-1793 (((-663 |#1|) (-1 |#1| |#1|) $) 46 (|has| |#1| (-871)) ELT)) (-3118 ((|#1| $) 12 T ELT)) (-1872 ((|#1| $) 11 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3608 (((-560) $) 15 T ELT)) (-3596 ((|#1| $) 14 T ELT)) (-3620 ((|#1| $) 13 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3765 (((-663 |#1|) $) 44 (|has| |#1| (-871)) ELT) (((-663 |#1|) (-663 $)) 43 (|has| |#1| (-871)) ELT)) (-1830 (($ |#1|) 29 T ELT)) (-3834 (((-888) $) 28 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2875 (($ |#1| |#1|) 10 T ELT)) (-2225 (($ $ (-560)) 17 T ELT)) (-2478 (((-114) $ $) 22 (|has| |#1| (-1133)) ELT)))
+(((-1121 |#1|) (-13 (-1126 |#1|) (-10 -7 (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|) (IF (|has| |#1| (-871)) (-6 (-1127 |#1| (-663 |#1|))) |%noBranch|))) (-1249)) (T -1121))
+NIL
+(-13 (-1126 |#1|) (-10 -7 (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|) (IF (|has| |#1| (-871)) (-6 (-1127 |#1| (-663 |#1|))) |%noBranch|)))
+((-1793 (((-663 |#2|) (-1 |#2| |#1|) (-1121 |#1|)) 29 (|has| |#1| (-871)) ELT) (((-1121 |#2|) (-1 |#2| |#1|) (-1121 |#1|)) 14 T ELT)))
+(((-1122 |#1| |#2|) (-10 -7 (-15 -1793 ((-1121 |#2|) (-1 |#2| |#1|) (-1121 |#1|))) (IF (|has| |#1| (-871)) (-15 -1793 ((-663 |#2|) (-1 |#2| |#1|) (-1121 |#1|))) |%noBranch|)) (-1249) (-1249)) (T -1122))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1121 *5)) (-4 *5 (-871)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-663 *6)) (-5 *1 (-1122 *5 *6)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1121 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1121 *6)) (-5 *1 (-1122 *5 *6)))))
+(-10 -7 (-15 -1793 ((-1121 |#2|) (-1 |#2| |#1|) (-1121 |#1|))) (IF (|has| |#1| (-871)) (-15 -1793 ((-663 |#2|) (-1 |#2| |#1|) (-1121 |#1|))) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 16 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-4330 (((-663 (-1167)) $) 10 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1123) (-13 (-1115) (-10 -8 (-15 -4330 ((-663 (-1167)) $))))) (T -1123))
+((-4330 (*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-1123)))))
+(-13 (-1115) (-10 -8 (-15 -4330 ((-663 (-1167)) $))))
+((-3808 (((-114) $ $) NIL (|has| (-1121 |#1|) (-1133)) ELT)) (-3572 (((-1209) $) NIL T ELT)) (-4301 (((-1121 |#1|) $) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| (-1121 |#1|) (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| (-1121 |#1|) (-1133)) ELT)) (-2489 (($ (-1209) (-1121 |#1|)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| (-1121 |#1|) (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| (-1121 |#1|) (-1133)) ELT)) (-2478 (((-114) $ $) NIL (|has| (-1121 |#1|) (-1133)) ELT)))
+(((-1124 |#1|) (-13 (-1249) (-10 -8 (-15 -2489 ($ (-1209) (-1121 |#1|))) (-15 -3572 ((-1209) $)) (-15 -4301 ((-1121 |#1|) $)) (IF (|has| (-1121 |#1|) (-1133)) (-6 (-1133)) |%noBranch|))) (-1249)) (T -1124))
+((-2489 (*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1121 *4)) (-4 *4 (-1249)) (-5 *1 (-1124 *4)))) (-3572 (*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-1124 *3)) (-4 *3 (-1249)))) (-4301 (*1 *2 *1) (-12 (-5 *2 (-1121 *3)) (-5 *1 (-1124 *3)) (-4 *3 (-1249)))))
+(-13 (-1249) (-10 -8 (-15 -2489 ($ (-1209) (-1121 |#1|))) (-15 -3572 ((-1209) $)) (-15 -4301 ((-1121 |#1|) $)) (IF (|has| (-1121 |#1|) (-1133)) (-6 (-1133)) |%noBranch|)))
+((-1793 (((-1124 |#2|) (-1 |#2| |#1|) (-1124 |#1|)) 19 T ELT)))
+(((-1125 |#1| |#2|) (-10 -7 (-15 -1793 ((-1124 |#2|) (-1 |#2| |#1|) (-1124 |#1|)))) (-1249) (-1249)) (T -1125))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1124 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1124 *6)) (-5 *1 (-1125 *5 *6)))))
+(-10 -7 (-15 -1793 ((-1124 |#2|) (-1 |#2| |#1|) (-1124 |#1|))))
+((-4301 (($ |#1| |#1|) 8 T ELT)) (-3118 ((|#1| $) 11 T ELT)) (-1872 ((|#1| $) 13 T ELT)) (-3608 (((-560) $) 9 T ELT)) (-3596 ((|#1| $) 10 T ELT)) (-3620 ((|#1| $) 12 T ELT)) (-1830 (($ |#1|) 6 T ELT)) (-2875 (($ |#1| |#1|) 15 T ELT)) (-2225 (($ $ (-560)) 14 T ELT)))
+(((-1126 |#1|) (-142) (-1249)) (T -1126))
+((-2875 (*1 *1 *2 *2) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))) (-2225 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-1126 *3)) (-4 *3 (-1249)))) (-1872 (*1 *2 *1) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))) (-3620 (*1 *2 *1) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))) (-3118 (*1 *2 *1) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))) (-3596 (*1 *2 *1) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))) (-3608 (*1 *2 *1) (-12 (-4 *1 (-1126 *3)) (-4 *3 (-1249)) (-5 *2 (-560)))) (-4301 (*1 *1 *2 *2) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))))
+(-13 (-637 |t#1|) (-10 -8 (-15 -2875 ($ |t#1| |t#1|)) (-15 -2225 ($ $ (-560))) (-15 -1872 (|t#1| $)) (-15 -3620 (|t#1| $)) (-15 -3118 (|t#1| $)) (-15 -3596 (|t#1| $)) (-15 -3608 ((-560) $)) (-15 -4301 ($ |t#1| |t#1|))))
(((-637 |#1|) . T))
-((-3766 (($ |#1| |#1|) 8 T ELT)) (-2067 ((|#2| (-1 |#1| |#1|) $) 17 T ELT)) (-2189 ((|#1| $) 11 T ELT)) (-3568 ((|#1| $) 13 T ELT)) (-3304 (((-560) $) 9 T ELT)) (-2961 ((|#1| $) 10 T ELT)) (-3314 ((|#1| $) 12 T ELT)) (-3563 ((|#2| (-663 $)) 19 T ELT) ((|#2| $) 18 T ELT)) (-4417 (($ |#1|) 6 T ELT)) (-1565 (($ |#1| |#1|) 15 T ELT)) (-2107 (($ $ (-560)) 14 T ELT)))
-(((-1126 |#1| |#2|) (-142) (-870) (-1181 |t#1|)) (T -1126))
-((-3563 (*1 *2 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1126 *4 *2)) (-4 *4 (-870)) (-4 *2 (-1181 *4)))) (-3563 (*1 *2 *1) (-12 (-4 *1 (-1126 *3 *2)) (-4 *3 (-870)) (-4 *2 (-1181 *3)))) (-2067 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1126 *4 *2)) (-4 *4 (-870)) (-4 *2 (-1181 *4)))))
-(-13 (-1125 |t#1|) (-10 -8 (-15 -3563 (|t#2| (-663 $))) (-15 -3563 (|t#2| $)) (-15 -2067 (|t#2| (-1 |t#1| |t#1|) $))))
-(((-637 |#1|) . T) ((-1125 |#1|) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2045 (((-1166) $) 12 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 18 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3966 (((-663 (-1166)) $) 10 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1127) (-13 (-1114) (-10 -8 (-15 -3966 ((-663 (-1166)) $)) (-15 -2045 ((-1166) $))))) (T -1127))
-((-3966 (*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-1127)))) (-2045 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1127)))))
-(-13 (-1114) (-10 -8 (-15 -3966 ((-663 (-1166)) $)) (-15 -2045 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2840 (($) NIL (|has| |#1| (-381)) ELT)) (-4167 (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ $ $) 83 T ELT)) (-2351 (($ $ $) 80 T ELT)) (-3326 (((-114) $ $) 82 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-2481 (($ (-663 |#1|)) NIL T ELT) (($) 13 T ELT)) (-2501 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-1784 (($ |#1| $) 74 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4509)) ELT)) (-3362 (($) NIL (|has| |#1| (-381)) ELT)) (-1559 (((-663 |#1|) $) 19 (|has| $ (-6 -4509)) ELT)) (-3249 (((-114) $ $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2006 ((|#1| $) 55 (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 73 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2718 ((|#1| $) 53 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 34 T ELT)) (-2608 (((-948) $) NIL (|has| |#1| (-381)) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4340 (($ $ $) 78 T ELT)) (-1688 ((|#1| $) 25 T ELT)) (-1368 (($ |#1| $) 69 T ELT)) (-3998 (($ (-948)) NIL (|has| |#1| (-381)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 31 T ELT)) (-1950 ((|#1| $) 27 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 21 T ELT)) (-1423 (($) 11 T ELT)) (-4233 (($ $ |#1|) NIL T ELT) (($ $ $) 79 T ELT)) (-2694 (($) NIL T ELT) (($ (-663 |#1|)) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) 16 T ELT)) (-4417 (((-549) $) 50 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 62 T ELT)) (-3848 (($ $) NIL (|has| |#1| (-381)) ELT)) (-2539 (((-887) $) NIL T ELT)) (-1460 (((-793) $) NIL T ELT)) (-3467 (($ (-663 |#1|)) NIL T ELT) (($) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1446 (($ (-663 |#1|)) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 52 T ELT)) (-2305 (((-793) $) 10 (|has| $ (-6 -4509)) ELT)))
-(((-1128 |#1|) (-440 |#1|) (-1132)) (T -1128))
+((-4301 (($ |#1| |#1|) 8 T ELT)) (-1793 ((|#2| (-1 |#1| |#1|) $) 17 T ELT)) (-3118 ((|#1| $) 11 T ELT)) (-1872 ((|#1| $) 13 T ELT)) (-3608 (((-560) $) 9 T ELT)) (-3596 ((|#1| $) 10 T ELT)) (-3620 ((|#1| $) 12 T ELT)) (-3765 ((|#2| (-663 $)) 19 T ELT) ((|#2| $) 18 T ELT)) (-1830 (($ |#1|) 6 T ELT)) (-2875 (($ |#1| |#1|) 15 T ELT)) (-2225 (($ $ (-560)) 14 T ELT)))
+(((-1127 |#1| |#2|) (-142) (-871) (-1182 |t#1|)) (T -1127))
+((-3765 (*1 *2 *3) (-12 (-5 *3 (-663 *1)) (-4 *1 (-1127 *4 *2)) (-4 *4 (-871)) (-4 *2 (-1182 *4)))) (-3765 (*1 *2 *1) (-12 (-4 *1 (-1127 *3 *2)) (-4 *3 (-871)) (-4 *2 (-1182 *3)))) (-1793 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1127 *4 *2)) (-4 *4 (-871)) (-4 *2 (-1182 *4)))))
+(-13 (-1126 |t#1|) (-10 -8 (-15 -3765 (|t#2| (-663 $))) (-15 -3765 (|t#2| $)) (-15 -1793 (|t#2| (-1 |t#1| |t#1|) $))))
+(((-637 |#1|) . T) ((-1126 |#1|) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3534 (((-1167) $) 12 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 18 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-2200 (((-663 (-1167)) $) 10 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1128) (-13 (-1115) (-10 -8 (-15 -2200 ((-663 (-1167)) $)) (-15 -3534 ((-1167) $))))) (T -1128))
+((-2200 (*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-1128)))) (-3534 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1128)))))
+(-13 (-1115) (-10 -8 (-15 -2200 ((-663 (-1167)) $)) (-15 -3534 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2365 (($) NIL (|has| |#1| (-381)) ELT)) (-1419 (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ $ $) 83 T ELT)) (-3516 (($ $ $) 80 T ELT)) (-3147 (((-114) $ $) 82 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#1| (-381)) ELT)) (-3992 (($ (-663 |#1|)) NIL T ELT) (($) 13 T ELT)) (-4174 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1851 (($ |#1| $) 74 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4510)) ELT)) (-2150 (($) NIL (|has| |#1| (-381)) ELT)) (-3086 (((-663 |#1|) $) 19 (|has| $ (-6 -4510)) ELT)) (-4464 (((-114) $ $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-1622 ((|#1| $) 55 (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 73 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3934 ((|#1| $) 53 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 34 T ELT)) (-3862 (((-949) $) NIL (|has| |#1| (-381)) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2921 (($ $ $) 78 T ELT)) (-3471 ((|#1| $) 25 T ELT)) (-3549 (($ |#1| $) 69 T ELT)) (-2081 (($ (-949)) NIL (|has| |#1| (-381)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 31 T ELT)) (-3194 ((|#1| $) 27 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 21 T ELT)) (-3614 (($) 11 T ELT)) (-2999 (($ $ |#1|) NIL T ELT) (($ $ $) 79 T ELT)) (-2389 (($) NIL T ELT) (($ (-663 |#1|)) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) 16 T ELT)) (-1830 (((-549) $) 50 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 62 T ELT)) (-1538 (($ $) NIL (|has| |#1| (-381)) ELT)) (-3834 (((-888) $) NIL T ELT)) (-2157 (((-793) $) NIL T ELT)) (-2622 (($ (-663 |#1|)) NIL T ELT) (($) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-1619 (($ (-663 |#1|)) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 52 T ELT)) (-3819 (((-793) $) 10 (|has| $ (-6 -4510)) ELT)))
+(((-1129 |#1|) (-440 |#1|) (-1133)) (T -1129))
NIL
(-440 |#1|)
-((-4167 (($ $ $) NIL T ELT) (($ $ |#2|) 13 T ELT) (($ |#2| $) 14 T ELT)) (-2351 (($ $ $) 10 T ELT)) (-4233 (($ $ $) NIL T ELT) (($ $ |#2|) 15 T ELT)))
-(((-1129 |#1| |#2|) (-10 -8 (-15 -4167 (|#1| |#2| |#1|)) (-15 -4167 (|#1| |#1| |#2|)) (-15 -4167 (|#1| |#1| |#1|)) (-15 -2351 (|#1| |#1| |#1|)) (-15 -4233 (|#1| |#1| |#2|)) (-15 -4233 (|#1| |#1| |#1|))) (-1130 |#2|) (-1132)) (T -1129))
-NIL
-(-10 -8 (-15 -4167 (|#1| |#2| |#1|)) (-15 -4167 (|#1| |#1| |#2|)) (-15 -4167 (|#1| |#1| |#1|)) (-15 -2351 (|#1| |#1| |#1|)) (-15 -4233 (|#1| |#1| |#2|)) (-15 -4233 (|#1| |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-4167 (($ $ $) 22 T ELT) (($ $ |#1|) 21 T ELT) (($ |#1| $) 20 T ELT)) (-2351 (($ $ $) 24 T ELT)) (-3326 (((-114) $ $) 23 T ELT)) (-3067 (((-114) $ (-793)) 39 T ELT)) (-2481 (($) 29 T ELT) (($ (-663 |#1|)) 28 T ELT)) (-3606 (($ (-1 (-114) |#1|) $) 60 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 40 T CONST)) (-2885 (($ $) 63 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#1| $) 62 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 59 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 61 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 58 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 57 (|has| $ (-6 -4509)) ELT)) (-1559 (((-663 |#1|) $) 47 (|has| $ (-6 -4509)) ELT)) (-3249 (((-114) $ $) 32 T ELT)) (-1456 (((-114) $ (-793)) 38 T ELT)) (-2559 (((-663 |#1|) $) 48 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 50 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 43 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 42 T ELT)) (-2020 (((-114) $ (-793)) 37 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-4340 (($ $ $) 27 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 56 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 45 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#1|) (-663 |#1|)) 54 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 53 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 52 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 (-305 |#1|))) 51 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 33 T ELT)) (-3868 (((-114) $) 36 T ELT)) (-1423 (($) 35 T ELT)) (-4233 (($ $ $) 26 T ELT) (($ $ |#1|) 25 T ELT)) (-3150 (((-793) |#1| $) 49 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#1|) $) 46 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 34 T ELT)) (-4417 (((-549) $) 64 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 55 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3467 (($) 31 T ELT) (($ (-663 |#1|)) 30 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 44 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2305 (((-793) $) 41 (|has| $ (-6 -4509)) ELT)))
-(((-1130 |#1|) (-142) (-1132)) (T -1130))
-((-3249 (*1 *2 *1 *1) (-12 (-4 *1 (-1130 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))) (-3467 (*1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))) (-3467 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-4 *1 (-1130 *3)))) (-2481 (*1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))) (-2481 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-4 *1 (-1130 *3)))) (-4340 (*1 *1 *1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))) (-4233 (*1 *1 *1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))) (-4233 (*1 *1 *1 *2) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))) (-2351 (*1 *1 *1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))) (-3326 (*1 *2 *1 *1) (-12 (-4 *1 (-1130 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))) (-4167 (*1 *1 *1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))) (-4167 (*1 *1 *1 *2) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))) (-4167 (*1 *1 *2 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))))
-(-13 (-1132) (-153 |t#1|) (-10 -8 (-6 -4499) (-15 -3249 ((-114) $ $)) (-15 -3467 ($)) (-15 -3467 ($ (-663 |t#1|))) (-15 -2481 ($)) (-15 -2481 ($ (-663 |t#1|))) (-15 -4340 ($ $ $)) (-15 -4233 ($ $ $)) (-15 -4233 ($ $ |t#1|)) (-15 -2351 ($ $ $)) (-15 -3326 ((-114) $ $)) (-15 -4167 ($ $ $)) (-15 -4167 ($ $ |t#1|)) (-15 -4167 ($ |t#1| $))))
-(((-34) . T) ((-102) . T) ((-632 (-887)) . T) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) . T) ((-1248) . T))
-((-3049 (((-1190) $) 10 T ELT)) (-3139 (((-1151) $) 8 T ELT)))
-(((-1131 |#1|) (-10 -8 (-15 -3049 ((-1190) |#1|)) (-15 -3139 ((-1151) |#1|))) (-1132)) (T -1131))
-NIL
-(-10 -8 (-15 -3049 ((-1190) |#1|)) (-15 -3139 ((-1151) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-1132) (-142)) (T -1132))
-((-3139 (*1 *2 *1) (-12 (-4 *1 (-1132)) (-5 *2 (-1151)))) (-3049 (*1 *2 *1) (-12 (-4 *1 (-1132)) (-5 *2 (-1190)))))
-(-13 (-102) (-632 (-887)) (-10 -8 (-15 -3139 ((-1151) $)) (-15 -3049 ((-1190) $))))
-(((-102) . T) ((-632 (-887)) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) 36 T ELT)) (-2144 (($ (-663 (-948))) 70 T ELT)) (-1806 (((-3 $ "failed") $ (-948) (-948)) 81 T ELT)) (-3362 (($) 40 T ELT)) (-2791 (((-114) (-948) $) 42 T ELT)) (-2608 (((-948) $) 64 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) 39 T ELT)) (-3698 (((-3 $ "failed") $ (-948)) 77 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2940 (((-1298 $)) 47 T ELT)) (-3986 (((-663 (-948)) $) 27 T ELT)) (-3708 (((-793) $ (-948) (-948)) 78 T ELT)) (-2539 (((-887) $) 32 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 24 T ELT)))
-(((-1133 |#1| |#2|) (-13 (-381) (-10 -8 (-15 -3698 ((-3 $ "failed") $ (-948))) (-15 -1806 ((-3 $ "failed") $ (-948) (-948))) (-15 -3986 ((-663 (-948)) $)) (-15 -2144 ($ (-663 (-948)))) (-15 -2940 ((-1298 $))) (-15 -2791 ((-114) (-948) $)) (-15 -3708 ((-793) $ (-948) (-948))))) (-948) (-948)) (T -1133))
-((-3698 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-948)) (-5 *1 (-1133 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-1806 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-948)) (-5 *1 (-1133 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3986 (*1 *2 *1) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1133 *3 *4)) (-14 *3 (-948)) (-14 *4 (-948)))) (-2144 (*1 *1 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1133 *3 *4)) (-14 *3 (-948)) (-14 *4 (-948)))) (-2940 (*1 *2) (-12 (-5 *2 (-1298 (-1133 *3 *4))) (-5 *1 (-1133 *3 *4)) (-14 *3 (-948)) (-14 *4 (-948)))) (-2791 (*1 *2 *3 *1) (-12 (-5 *3 (-948)) (-5 *2 (-114)) (-5 *1 (-1133 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-3708 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-948)) (-5 *2 (-793)) (-5 *1 (-1133 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-13 (-381) (-10 -8 (-15 -3698 ((-3 $ "failed") $ (-948))) (-15 -1806 ((-3 $ "failed") $ (-948) (-948))) (-15 -3986 ((-663 (-948)) $)) (-15 -2144 ($ (-663 (-948)))) (-15 -2940 ((-1298 $))) (-15 -2791 ((-114) (-948) $)) (-15 -3708 ((-793) $ (-948) (-948)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3497 (((-114) $) NIL T ELT)) (-1557 (((-1208) $) NIL T ELT)) (-2914 (((-114) $) NIL T ELT)) (-3379 (((-1190) $) NIL T ELT)) (-3691 (((-114) $) NIL T ELT)) (-3352 (((-114) $) NIL T ELT)) (-1416 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1708 (((-114) $) NIL T ELT)) (-1580 (((-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3166 (((-114) $) NIL T ELT)) (-3251 (((-229) $) NIL T ELT)) (-2077 (((-887) $) NIL T ELT)) (-1837 (((-114) $ $) NIL T ELT)) (-1495 (($ $ (-560)) NIL T ELT) (($ $ (-663 (-560))) NIL T ELT)) (-3480 (((-663 $) $) NIL T ELT)) (-4417 (($ (-1190)) NIL T ELT) (($ (-1208)) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-229)) NIL T ELT) (($ (-887)) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-1477 (($ $) NIL T ELT)) (-2652 (($ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3573 (((-114) $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2305 (((-560) $) NIL T ELT)))
-(((-1134) (-1135 (-1190) (-1208) (-560) (-229) (-887))) (T -1134))
-NIL
-(-1135 (-1190) (-1208) (-560) (-229) (-887))
-((-2294 (((-114) $ $) 7 T ELT)) (-3497 (((-114) $) 36 T ELT)) (-1557 ((|#2| $) 31 T ELT)) (-2914 (((-114) $) 37 T ELT)) (-3379 ((|#1| $) 32 T ELT)) (-3691 (((-114) $) 39 T ELT)) (-3352 (((-114) $) 41 T ELT)) (-1416 (((-114) $) 38 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-1708 (((-114) $) 35 T ELT)) (-1580 ((|#3| $) 30 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3166 (((-114) $) 34 T ELT)) (-3251 ((|#4| $) 29 T ELT)) (-2077 ((|#5| $) 28 T ELT)) (-1837 (((-114) $ $) 42 T ELT)) (-1495 (($ $ (-560)) 44 T ELT) (($ $ (-663 (-560))) 43 T ELT)) (-3480 (((-663 $) $) 33 T ELT)) (-4417 (($ |#1|) 50 T ELT) (($ |#2|) 49 T ELT) (($ |#3|) 48 T ELT) (($ |#4|) 47 T ELT) (($ |#5|) 46 T ELT) (($ (-663 $)) 45 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-1477 (($ $) 26 T ELT)) (-2652 (($ $) 27 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3573 (((-114) $) 40 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2305 (((-560) $) 25 T ELT)))
-(((-1135 |#1| |#2| |#3| |#4| |#5|) (-142) (-1132) (-1132) (-1132) (-1132) (-1132)) (T -1135))
-((-1837 (*1 *2 *1 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-3352 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-3691 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-1416 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-2914 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-3497 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-1708 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-3166 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))) (-3480 (*1 *2 *1) (-12 (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-663 *1)) (-4 *1 (-1135 *3 *4 *5 *6 *7)))) (-3379 (*1 *2 *1) (-12 (-4 *1 (-1135 *2 *3 *4 *5 *6)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))) (-1557 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *2 *4 *5 *6)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))) (-1580 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *2 *5 *6)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))) (-3251 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *2 *6)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))) (-2077 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *2)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))) (-2652 (*1 *1 *1) (-12 (-4 *1 (-1135 *2 *3 *4 *5 *6)) (-4 *2 (-1132)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)))) (-1477 (*1 *1 *1) (-12 (-4 *1 (-1135 *2 *3 *4 *5 *6)) (-4 *2 (-1132)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)))) (-2305 (*1 *2 *1) (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-560)))))
-(-13 (-1132) (-637 |t#1|) (-637 |t#2|) (-637 |t#3|) (-637 |t#4|) (-637 |t#4|) (-637 |t#5|) (-637 (-663 $)) (-298 (-560) $) (-298 (-663 (-560)) $) (-10 -8 (-15 -1837 ((-114) $ $)) (-15 -3352 ((-114) $)) (-15 -3573 ((-114) $)) (-15 -3691 ((-114) $)) (-15 -1416 ((-114) $)) (-15 -2914 ((-114) $)) (-15 -3497 ((-114) $)) (-15 -1708 ((-114) $)) (-15 -3166 ((-114) $)) (-15 -3480 ((-663 $) $)) (-15 -3379 (|t#1| $)) (-15 -1557 (|t#2| $)) (-15 -1580 (|t#3| $)) (-15 -3251 (|t#4| $)) (-15 -2077 (|t#5| $)) (-15 -2652 ($ $)) (-15 -1477 ($ $)) (-15 -2305 ((-560) $))))
-(((-102) . T) ((-632 (-887)) . T) ((-637 (-663 $)) . T) ((-637 |#1|) . T) ((-637 |#2|) . T) ((-637 |#3|) . T) ((-637 |#4|) . T) ((-637 |#5|) . T) ((-298 (-560) $) . T) ((-298 (-663 (-560)) $) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3497 (((-114) $) 45 T ELT)) (-1557 ((|#2| $) 48 T ELT)) (-2914 (((-114) $) 20 T ELT)) (-3379 ((|#1| $) 21 T ELT)) (-3691 (((-114) $) 42 T ELT)) (-3352 (((-114) $) 14 T ELT)) (-1416 (((-114) $) 44 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1708 (((-114) $) 46 T ELT)) (-1580 ((|#3| $) 50 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3166 (((-114) $) 47 T ELT)) (-3251 ((|#4| $) 49 T ELT)) (-2077 ((|#5| $) 51 T ELT)) (-1837 (((-114) $ $) 41 T ELT)) (-1495 (($ $ (-560)) 62 T ELT) (($ $ (-663 (-560))) 64 T ELT)) (-3480 (((-663 $) $) 27 T ELT)) (-4417 (($ |#1|) 53 T ELT) (($ |#2|) 54 T ELT) (($ |#3|) 55 T ELT) (($ |#4|) 56 T ELT) (($ |#5|) 57 T ELT) (($ (-663 $)) 52 T ELT)) (-2539 (((-887) $) 28 T ELT)) (-1477 (($ $) 26 T ELT)) (-2652 (($ $) 58 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3573 (((-114) $) 23 T ELT)) (-2329 (((-114) $ $) 40 T ELT)) (-2305 (((-560) $) 60 T ELT)))
-(((-1136 |#1| |#2| |#3| |#4| |#5|) (-1135 |#1| |#2| |#3| |#4| |#5|) (-1132) (-1132) (-1132) (-1132) (-1132)) (T -1136))
-NIL
-(-1135 |#1| |#2| |#3| |#4| |#5|)
-((-1679 (((-1304) $) 22 T ELT)) (-3764 (($ (-1208) (-448) |#2|) 11 T ELT)) (-2539 (((-887) $) 16 T ELT)))
-(((-1137 |#1| |#2|) (-13 (-410) (-10 -8 (-15 -3764 ($ (-1208) (-448) |#2|)))) (-1132) (-435 |#1|)) (T -1137))
-((-3764 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1208)) (-5 *3 (-448)) (-4 *5 (-1132)) (-5 *1 (-1137 *5 *4)) (-4 *4 (-435 *5)))))
-(-13 (-410) (-10 -8 (-15 -3764 ($ (-1208) (-448) |#2|))))
-((-3585 (((-114) |#5| |#5|) 44 T ELT)) (-2268 (((-114) |#5| |#5|) 59 T ELT)) (-2038 (((-114) |#5| (-663 |#5|)) 82 T ELT) (((-114) |#5| |#5|) 68 T ELT)) (-1855 (((-114) (-663 |#4|) (-663 |#4|)) 65 T ELT)) (-3224 (((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) 70 T ELT)) (-4081 (((-1304)) 32 T ELT)) (-3317 (((-1304) (-1190) (-1190) (-1190)) 28 T ELT)) (-4136 (((-663 |#5|) (-663 |#5|)) 101 T ELT)) (-4034 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) 93 T ELT)) (-4091 (((-663 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114)) 123 T ELT)) (-2172 (((-114) |#5| |#5|) 53 T ELT)) (-4121 (((-3 (-114) "failed") |#5| |#5|) 78 T ELT)) (-1800 (((-114) (-663 |#4|) (-663 |#4|)) 64 T ELT)) (-1588 (((-114) (-663 |#4|) (-663 |#4|)) 66 T ELT)) (-2638 (((-114) (-663 |#4|) (-663 |#4|)) 67 T ELT)) (-3525 (((-3 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114)) 118 T ELT)) (-4107 (((-663 |#5|) (-663 |#5|)) 49 T ELT)))
-(((-1138 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3317 ((-1304) (-1190) (-1190) (-1190))) (-15 -4081 ((-1304))) (-15 -3585 ((-114) |#5| |#5|)) (-15 -4107 ((-663 |#5|) (-663 |#5|))) (-15 -2172 ((-114) |#5| |#5|)) (-15 -2268 ((-114) |#5| |#5|)) (-15 -1855 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1800 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1588 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -2638 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4121 ((-3 (-114) "failed") |#5| |#5|)) (-15 -2038 ((-114) |#5| |#5|)) (-15 -2038 ((-114) |#5| (-663 |#5|))) (-15 -4136 ((-663 |#5|) (-663 |#5|))) (-15 -3224 ((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) (-15 -4034 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-15 -4091 ((-663 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -3525 ((-3 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114)))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1102 |#1| |#2| |#3| |#4|)) (T -1138))
-((-3525 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *9 (-1096 *6 *7 *8)) (-5 *2 (-2 (|:| -1837 (-663 *9)) (|:| -3227 *4) (|:| |ineq| (-663 *9)))) (-5 *1 (-1138 *6 *7 *8 *9 *4)) (-5 *3 (-663 *9)) (-4 *4 (-1102 *6 *7 *8 *9)))) (-4091 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-663 *10)) (-5 *5 (-114)) (-4 *10 (-1102 *6 *7 *8 *9)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *9 (-1096 *6 *7 *8)) (-5 *2 (-663 (-2 (|:| -1837 (-663 *9)) (|:| -3227 *10) (|:| |ineq| (-663 *9))))) (-5 *1 (-1138 *6 *7 *8 *9 *10)) (-5 *3 (-663 *9)))) (-4034 (*1 *2 *2) (-12 (-5 *2 (-663 (-2 (|:| |val| (-663 *6)) (|:| -3227 *7)))) (-4 *6 (-1096 *3 *4 *5)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1138 *3 *4 *5 *6 *7)))) (-3224 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -3227 *8))) (-4 *7 (-1096 *4 *5 *6)) (-4 *8 (-1102 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *8)))) (-4136 (*1 *2 *2) (-12 (-5 *2 (-663 *7)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *1 (-1138 *3 *4 *5 *6 *7)))) (-2038 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-1138 *5 *6 *7 *8 *3)))) (-2038 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-4121 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-2638 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-1588 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-1800 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-1855 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-2268 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-2172 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-4107 (*1 *2 *2) (-12 (-5 *2 (-663 *7)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *1 (-1138 *3 *4 *5 *6 *7)))) (-3585 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))) (-4081 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304)) (-5 *1 (-1138 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))) (-3317 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304)) (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
-(-10 -7 (-15 -3317 ((-1304) (-1190) (-1190) (-1190))) (-15 -4081 ((-1304))) (-15 -3585 ((-114) |#5| |#5|)) (-15 -4107 ((-663 |#5|) (-663 |#5|))) (-15 -2172 ((-114) |#5| |#5|)) (-15 -2268 ((-114) |#5| |#5|)) (-15 -1855 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1800 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1588 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -2638 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4121 ((-3 (-114) "failed") |#5| |#5|)) (-15 -2038 ((-114) |#5| |#5|)) (-15 -2038 ((-114) |#5| (-663 |#5|))) (-15 -4136 ((-663 |#5|) (-663 |#5|))) (-15 -3224 ((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) (-15 -4034 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-15 -4091 ((-663 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -3525 ((-3 (-2 (|:| -1837 (-663 |#4|)) (|:| -3227 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114))))
-((-3222 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|) 108 T ELT)) (-2829 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#4| |#4| |#5|) 80 T ELT)) (-2081 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|) 102 T ELT)) (-3403 (((-663 |#5|) |#4| |#5|) 124 T ELT)) (-2924 (((-663 |#5|) |#4| |#5|) 131 T ELT)) (-3550 (((-663 |#5|) |#4| |#5|) 132 T ELT)) (-3601 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|) 109 T ELT)) (-3395 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|) 130 T ELT)) (-3383 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|) 47 T ELT) (((-114) |#4| |#5|) 55 T ELT)) (-3073 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#3| (-114)) 92 T ELT) (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5| (-114) (-114)) 52 T ELT)) (-3154 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|) 87 T ELT)) (-4105 (((-1304)) 36 T ELT)) (-2578 (((-1304)) 25 T ELT)) (-2036 (((-1304) (-1190) (-1190) (-1190)) 32 T ELT)) (-4296 (((-1304) (-1190) (-1190) (-1190)) 21 T ELT)))
-(((-1139 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4296 ((-1304) (-1190) (-1190) (-1190))) (-15 -2578 ((-1304))) (-15 -2036 ((-1304) (-1190) (-1190) (-1190))) (-15 -4105 ((-1304))) (-15 -2829 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -3073 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5| (-114) (-114))) (-15 -3073 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#3| (-114))) (-15 -3154 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -2081 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -3383 ((-114) |#4| |#5|)) (-15 -3601 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -3403 ((-663 |#5|) |#4| |#5|)) (-15 -3395 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -2924 ((-663 |#5|) |#4| |#5|)) (-15 -3383 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -3550 ((-663 |#5|) |#4| |#5|)) (-15 -3222 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1102 |#1| |#2| |#3| |#4|)) (T -1139))
-((-3222 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3550 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 *4)) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3383 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4)))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-2924 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 *4)) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3395 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4)))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3403 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 *4)) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3601 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4)))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3383 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-2081 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3154 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-3073 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -3227 *9)))) (-5 *5 (-114)) (-4 *8 (-1096 *6 *7 *4)) (-4 *9 (-1102 *6 *7 *4 *8)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *4 (-871)) (-5 *2 (-663 (-2 (|:| |val| *8) (|:| -3227 *9)))) (-5 *1 (-1139 *6 *7 *4 *8 *9)))) (-3073 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *3 (-1096 *6 *7 *8)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3)))) (-2829 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))) (-4105 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304)) (-5 *1 (-1139 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))) (-2036 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304)) (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))) (-2578 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304)) (-5 *1 (-1139 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))) (-4296 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304)) (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
-(-10 -7 (-15 -4296 ((-1304) (-1190) (-1190) (-1190))) (-15 -2578 ((-1304))) (-15 -2036 ((-1304) (-1190) (-1190) (-1190))) (-15 -4105 ((-1304))) (-15 -2829 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -3073 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5| (-114) (-114))) (-15 -3073 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) |#3| (-114))) (-15 -3154 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -2081 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#4| |#5|)) (-15 -3383 ((-114) |#4| |#5|)) (-15 -3601 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -3403 ((-663 |#5|) |#4| |#5|)) (-15 -3395 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -2924 ((-663 |#5|) |#4| |#5|)) (-15 -3383 ((-663 (-2 (|:| |val| (-114)) (|:| -3227 |#5|))) |#4| |#5|)) (-15 -3550 ((-663 |#5|) |#4| |#5|)) (-15 -3222 ((-663 (-2 (|:| |val| |#4|) (|:| -3227 |#5|))) |#4| |#5|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-3509 (((-663 $) (-663 |#4|)) 94 T ELT) (((-663 $) (-663 |#4|) (-114)) 121 T ELT)) (-3557 (((-663 |#3|) $) 37 T ELT)) (-3343 (((-114) $) 30 T ELT)) (-3540 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-1370 ((|#4| |#4| $) 100 T ELT)) (-2082 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| $) 136 T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-3067 (((-114) $ (-793)) 48 T ELT)) (-3606 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-3366 (($) 49 T CONST)) (-2244 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-3056 (($ (-663 |#4|)) 39 T ELT)) (-3806 (((-3 $ "failed") $) 90 T ELT)) (-2206 ((|#4| |#4| $) 97 T ELT)) (-2885 (($ $) 72 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#4| $) 71 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-4269 ((|#4| |#4| $) 95 T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) 113 T ELT)) (-3452 (((-114) |#4| $) 146 T ELT)) (-4164 (((-114) |#4| $) 143 T ELT)) (-3212 (((-114) |#4| $) 147 T ELT) (((-114) $) 144 T ELT)) (-1559 (((-663 |#4|) $) 56 (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) 47 T ELT)) (-2559 (((-663 |#4|) $) 57 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-1972 (((-663 |#3|) $) 36 T ELT)) (-3253 (((-114) |#3| $) 35 T ELT)) (-2020 (((-114) $ (-793)) 46 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-4472 (((-3 |#4| (-663 $)) |#4| |#4| $) 138 T ELT)) (-2939 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| |#4| $) 137 T ELT)) (-2045 (((-3 |#4| "failed") $) 91 T ELT)) (-1999 (((-663 $) |#4| $) 139 T ELT)) (-3329 (((-3 (-114) (-663 $)) |#4| $) 142 T ELT)) (-3742 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 $))) |#4| $) 141 T ELT) (((-114) |#4| $) 140 T ELT)) (-4340 (((-663 $) |#4| $) 135 T ELT) (((-663 $) (-663 |#4|) $) 134 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 133 T ELT) (((-663 $) |#4| (-663 $)) 132 T ELT)) (-3520 (($ |#4| $) 127 T ELT) (($ (-663 |#4|) $) 126 T ELT)) (-2065 (((-663 |#4|) $) 115 T ELT)) (-2872 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-1703 ((|#4| |#4| $) 98 T ELT)) (-2638 (((-114) $ $) 118 T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-1488 ((|#4| |#4| $) 99 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3794 (((-3 |#4| "failed") $) 92 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4300 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-2674 (($ $ |#4|) 85 T ELT) (((-663 $) |#4| $) 125 T ELT) (((-663 $) |#4| (-663 $)) 124 T ELT) (((-663 $) (-663 |#4|) $) 123 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) 42 T ELT)) (-3868 (((-114) $) 45 T ELT)) (-1423 (($) 44 T ELT)) (-4283 (((-793) $) 114 T ELT)) (-3150 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 43 T ELT)) (-4417 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 64 T ELT)) (-4299 (($ $ |#3|) 32 T ELT)) (-3912 (($ $ |#3|) 34 T ELT)) (-3396 (($ $) 96 T ELT)) (-1860 (($ $ |#3|) 33 T ELT)) (-2539 (((-887) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-1895 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-2478 (((-663 $) |#4| $) 131 T ELT) (((-663 $) |#4| (-663 $)) 130 T ELT) (((-663 $) (-663 |#4|) $) 129 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 128 T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) 89 T ELT)) (-3038 (((-114) |#4| $) 145 T ELT)) (-1749 (((-114) |#3| $) 88 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2305 (((-793) $) 50 (|has| $ (-6 -4509)) ELT)))
-(((-1140 |#1| |#2| |#3| |#4|) (-142) (-466) (-815) (-871) (-1096 |t#1| |t#2| |t#3|)) (T -1140))
-NIL
-(-13 (-1102 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-887)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-1007 |#1| |#2| |#3| |#4|) . T) ((-1102 |#1| |#2| |#3| |#4|) . T) ((-1132) . T) ((-1243 |#1| |#2| |#3| |#4|) . T) ((-1248) . T))
-((-3414 (((-663 (-560)) (-560) (-560) (-560)) 38 T ELT)) (-1718 (((-663 (-560)) (-560) (-560) (-560)) 28 T ELT)) (-2576 (((-663 (-560)) (-560) (-560) (-560)) 33 T ELT)) (-3264 (((-560) (-560) (-560)) 21 T ELT)) (-2604 (((-1298 (-560)) (-663 (-560)) (-1298 (-560)) (-560)) 77 T ELT) (((-1298 (-560)) (-1298 (-560)) (-1298 (-560)) (-560)) 72 T ELT)) (-2495 (((-663 (-560)) (-663 (-948)) (-663 (-560)) (-114)) 54 T ELT)) (-3134 (((-711 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560))) 76 T ELT)) (-4451 (((-711 (-560)) (-663 (-948)) (-663 (-560))) 59 T ELT)) (-1826 (((-663 (-711 (-560))) (-663 (-948))) 65 T ELT)) (-3621 (((-663 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560))) 80 T ELT)) (-3711 (((-711 (-560)) (-663 (-560)) (-663 (-560)) (-663 (-560))) 90 T ELT)))
-(((-1141) (-10 -7 (-15 -3711 ((-711 (-560)) (-663 (-560)) (-663 (-560)) (-663 (-560)))) (-15 -3621 ((-663 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560)))) (-15 -1826 ((-663 (-711 (-560))) (-663 (-948)))) (-15 -4451 ((-711 (-560)) (-663 (-948)) (-663 (-560)))) (-15 -3134 ((-711 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560)))) (-15 -2495 ((-663 (-560)) (-663 (-948)) (-663 (-560)) (-114))) (-15 -2604 ((-1298 (-560)) (-1298 (-560)) (-1298 (-560)) (-560))) (-15 -2604 ((-1298 (-560)) (-663 (-560)) (-1298 (-560)) (-560))) (-15 -3264 ((-560) (-560) (-560))) (-15 -2576 ((-663 (-560)) (-560) (-560) (-560))) (-15 -1718 ((-663 (-560)) (-560) (-560) (-560))) (-15 -3414 ((-663 (-560)) (-560) (-560) (-560))))) (T -1141))
-((-3414 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1141)) (-5 *3 (-560)))) (-1718 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1141)) (-5 *3 (-560)))) (-2576 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1141)) (-5 *3 (-560)))) (-3264 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1141)))) (-2604 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1298 (-560))) (-5 *3 (-663 (-560))) (-5 *4 (-560)) (-5 *1 (-1141)))) (-2604 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1298 (-560))) (-5 *3 (-560)) (-5 *1 (-1141)))) (-2495 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-663 (-560))) (-5 *3 (-663 (-948))) (-5 *4 (-114)) (-5 *1 (-1141)))) (-3134 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-711 (-560))) (-5 *3 (-663 (-560))) (-5 *1 (-1141)))) (-4451 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-948))) (-5 *4 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1141)))) (-1826 (*1 *2 *3) (-12 (-5 *3 (-663 (-948))) (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-1141)))) (-3621 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *3 (-711 (-560))) (-5 *1 (-1141)))) (-3711 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1141)))))
-(-10 -7 (-15 -3711 ((-711 (-560)) (-663 (-560)) (-663 (-560)) (-663 (-560)))) (-15 -3621 ((-663 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560)))) (-15 -1826 ((-663 (-711 (-560))) (-663 (-948)))) (-15 -4451 ((-711 (-560)) (-663 (-948)) (-663 (-560)))) (-15 -3134 ((-711 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560)))) (-15 -2495 ((-663 (-560)) (-663 (-948)) (-663 (-560)) (-114))) (-15 -2604 ((-1298 (-560)) (-1298 (-560)) (-1298 (-560)) (-560))) (-15 -2604 ((-1298 (-560)) (-663 (-560)) (-1298 (-560)) (-560))) (-15 -3264 ((-560) (-560) (-560))) (-15 -2576 ((-663 (-560)) (-560) (-560) (-560))) (-15 -1718 ((-663 (-560)) (-560) (-560) (-560))) (-15 -3414 ((-663 (-560)) (-560) (-560) (-560))))
-((** (($ $ (-948)) 10 T ELT)))
-(((-1142 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-948)))) (-1143)) (T -1142))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-948))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (** (($ $ (-948)) 17 T ELT)) (* (($ $ $) 18 T ELT)))
-(((-1143) (-142)) (T -1143))
-((* (*1 *1 *1 *1) (-4 *1 (-1143))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-948)))))
-(-13 (-1132) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-948)))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#3| (-102)) ELT)) (-3626 (((-114) $) NIL (|has| |#3| (-23)) ELT)) (-2373 (($ (-948)) NIL (|has| |#3| (-1080)) ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2180 (($ $ $) NIL (|has| |#3| (-815)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL (|has| |#3| (-133)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-1450 (((-793)) NIL (|has| |#3| (-381)) ELT)) (-2696 ((|#3| $ (-560) |#3|) NIL (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (-12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))) ELT) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1132)) ELT)) (-3056 (((-560) $) NIL (-12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))) ELT) ((|#3| $) NIL (|has| |#3| (-1132)) ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-711 $) (-1298 $)) NIL (|has| |#3| (-1080)) ELT) (((-711 |#3|) (-711 $)) NIL (|has| |#3| (-1080)) ELT)) (-4310 (((-3 $ "failed") $) NIL (|has| |#3| (-1080)) ELT)) (-3362 (($) NIL (|has| |#3| (-381)) ELT)) (-3472 ((|#3| $ (-560) |#3|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#3| $ (-560)) 12 T ELT)) (-1559 (((-663 |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) NIL (|has| |#3| (-1080)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#3| (-871)) ELT)) (-2559 (((-663 |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#3| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#3| (-871)) ELT)) (-3459 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-2608 (((-948) $) NIL (|has| |#3| (-381)) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1080))) ELT) (((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-1298 $) $) NIL (|has| |#3| (-1080)) ELT) (((-711 |#3|) (-1298 $)) NIL (|has| |#3| (-1080)) ELT)) (-3049 (((-1190) $) NIL (|has| |#3| (-1132)) ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3998 (($ (-948)) NIL (|has| |#3| (-381)) ELT)) (-3139 (((-1151) $) NIL (|has| |#3| (-1132)) ELT)) (-3794 ((|#3| $) NIL (|has| (-560) (-871)) ELT)) (-4446 (($ $ |#3|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#3|))) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ (-305 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT) (($ $ (-663 |#3|) (-663 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#3| (-1132))) ELT)) (-3155 (((-663 |#3|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#3| $ (-560) |#3|) NIL T ELT) ((|#3| $ (-560)) NIL T ELT)) (-3491 ((|#3| $ $) NIL (|has| |#3| (-1080)) ELT)) (-3441 (($ (-1298 |#3|)) NIL T ELT)) (-2328 (((-136)) NIL (|has| |#3| (-376)) ELT)) (-2457 (($ $ (-793)) NIL (-12 (|has| |#3| (-239)) (|has| |#3| (-1080))) ELT) (($ $) NIL (-12 (|has| |#3| (-239)) (|has| |#3| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080))) ELT) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1080)) ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL (|has| |#3| (-1080)) ELT)) (-3150 (((-793) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#3| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#3| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-2539 (((-1298 |#3|) $) NIL T ELT) (($ (-560)) NIL (-2191 (-12 (|has| |#3| (-1069 (-560))) (|has| |#3| (-1132))) (|has| |#3| (-1080))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#3| (-1069 (-421 (-560)))) (|has| |#3| (-1132))) ELT) (($ |#3|) NIL (|has| |#3| (-1132)) ELT) (((-887) $) NIL (|has| |#3| (-632 (-887))) ELT)) (-3418 (((-793)) NIL (|has| |#3| (-1080)) CONST)) (-3860 (((-114) $ $) NIL (|has| |#3| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1427 (($) NIL (|has| |#3| (-23)) CONST)) (-1439 (($) NIL (|has| |#3| (-1080)) CONST)) (-4324 (($ $ (-793)) NIL (-12 (|has| |#3| (-239)) (|has| |#3| (-1080))) ELT) (($ $) NIL (-12 (|has| |#3| (-239)) (|has| |#3| (-1080))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080))) ELT) (($ $ (-1208)) NIL (-12 (|has| |#3| (-929 (-1208))) (|has| |#3| (-1080))) ELT) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1080)) ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL (|has| |#3| (-1080)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#3| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#3| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#3| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#3| (-871)) ELT)) (-2349 (((-114) $ $) 24 (|has| |#3| (-871)) ELT)) (-2436 (($ $ |#3|) NIL (|has| |#3| (-376)) ELT)) (-2426 (($ $ $) NIL (|has| |#3| (-21)) ELT) (($ $) NIL (|has| |#3| (-21)) ELT)) (-2413 (($ $ $) NIL (|has| |#3| (-25)) ELT)) (** (($ $ (-793)) NIL (|has| |#3| (-1080)) ELT) (($ $ (-948)) NIL (|has| |#3| (-1080)) ELT)) (* (($ $ $) NIL (|has| |#3| (-1080)) ELT) (($ $ |#3|) NIL (|has| |#3| (-748)) ELT) (($ |#3| $) NIL (|has| |#3| (-748)) ELT) (($ (-560) $) NIL (|has| |#3| (-21)) ELT) (($ (-793) $) NIL (|has| |#3| (-23)) ELT) (($ (-948) $) NIL (|has| |#3| (-25)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1144 |#1| |#2| |#3|) (-245 |#1| |#3|) (-793) (-793) (-815)) (T -1144))
+((-1419 (($ $ $) NIL T ELT) (($ $ |#2|) 13 T ELT) (($ |#2| $) 14 T ELT)) (-3516 (($ $ $) 10 T ELT)) (-2999 (($ $ $) NIL T ELT) (($ $ |#2|) 15 T ELT)))
+(((-1130 |#1| |#2|) (-10 -8 (-15 -1419 (|#1| |#2| |#1|)) (-15 -1419 (|#1| |#1| |#2|)) (-15 -1419 (|#1| |#1| |#1|)) (-15 -3516 (|#1| |#1| |#1|)) (-15 -2999 (|#1| |#1| |#2|)) (-15 -2999 (|#1| |#1| |#1|))) (-1131 |#2|) (-1133)) (T -1130))
+NIL
+(-10 -8 (-15 -1419 (|#1| |#2| |#1|)) (-15 -1419 (|#1| |#1| |#2|)) (-15 -1419 (|#1| |#1| |#1|)) (-15 -3516 (|#1| |#1| |#1|)) (-15 -2999 (|#1| |#1| |#2|)) (-15 -2999 (|#1| |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-1419 (($ $ $) 22 T ELT) (($ $ |#1|) 21 T ELT) (($ |#1| $) 20 T ELT)) (-3516 (($ $ $) 24 T ELT)) (-3147 (((-114) $ $) 23 T ELT)) (-4405 (((-114) $ (-793)) 39 T ELT)) (-3992 (($) 29 T ELT) (($ (-663 |#1|)) 28 T ELT)) (-3797 (($ (-1 (-114) |#1|) $) 60 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 40 T CONST)) (-4154 (($ $) 63 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#1| $) 62 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 59 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 61 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 58 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 57 (|has| $ (-6 -4510)) ELT)) (-3086 (((-663 |#1|) $) 47 (|has| $ (-6 -4510)) ELT)) (-4464 (((-114) $ $) 32 T ELT)) (-3050 (((-114) $ (-793)) 38 T ELT)) (-4439 (((-663 |#1|) $) 48 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 50 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 43 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 42 T ELT)) (-1506 (((-114) $ (-793)) 37 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2921 (($ $ $) 27 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 56 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 45 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#1|) (-663 |#1|)) 54 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 53 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 52 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 (-305 |#1|))) 51 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 33 T ELT)) (-4150 (((-114) $) 36 T ELT)) (-3614 (($) 35 T ELT)) (-2999 (($ $ $) 26 T ELT) (($ $ |#1|) 25 T ELT)) (-1485 (((-793) |#1| $) 49 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#1|) $) 46 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 34 T ELT)) (-1830 (((-549) $) 64 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 55 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-2622 (($) 31 T ELT) (($ (-663 |#1|)) 30 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 44 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-3819 (((-793) $) 41 (|has| $ (-6 -4510)) ELT)))
+(((-1131 |#1|) (-142) (-1133)) (T -1131))
+((-4464 (*1 *2 *1 *1) (-12 (-4 *1 (-1131 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))) (-2622 (*1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))) (-2622 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-4 *1 (-1131 *3)))) (-3992 (*1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))) (-3992 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-4 *1 (-1131 *3)))) (-2921 (*1 *1 *1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))) (-2999 (*1 *1 *1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))) (-2999 (*1 *1 *1 *2) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))) (-3516 (*1 *1 *1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))) (-3147 (*1 *2 *1 *1) (-12 (-4 *1 (-1131 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))) (-1419 (*1 *1 *1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))) (-1419 (*1 *1 *1 *2) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))) (-1419 (*1 *1 *2 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))))
+(-13 (-1133) (-153 |t#1|) (-10 -8 (-6 -4500) (-15 -4464 ((-114) $ $)) (-15 -2622 ($)) (-15 -2622 ($ (-663 |t#1|))) (-15 -3992 ($)) (-15 -3992 ($ (-663 |t#1|))) (-15 -2921 ($ $ $)) (-15 -2999 ($ $ $)) (-15 -2999 ($ $ |t#1|)) (-15 -3516 ($ $ $)) (-15 -3147 ((-114) $ $)) (-15 -1419 ($ $ $)) (-15 -1419 ($ $ |t#1|)) (-15 -1419 ($ |t#1| $))))
+(((-34) . T) ((-102) . T) ((-632 (-888)) . T) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) . T) ((-1249) . T))
+((-2128 (((-1191) $) 10 T ELT)) (-1473 (((-1152) $) 8 T ELT)))
+(((-1132 |#1|) (-10 -8 (-15 -2128 ((-1191) |#1|)) (-15 -1473 ((-1152) |#1|))) (-1133)) (T -1132))
+NIL
+(-10 -8 (-15 -2128 ((-1191) |#1|)) (-15 -1473 ((-1152) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-1133) (-142)) (T -1133))
+((-1473 (*1 *2 *1) (-12 (-4 *1 (-1133)) (-5 *2 (-1152)))) (-2128 (*1 *2 *1) (-12 (-4 *1 (-1133)) (-5 *2 (-1191)))))
+(-13 (-102) (-632 (-888)) (-10 -8 (-15 -1473 ((-1152) $)) (-15 -2128 ((-1191) $))))
+(((-102) . T) ((-632 (-888)) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) 36 T ELT)) (-3953 (($ (-663 (-949))) 70 T ELT)) (-2008 (((-3 $ "failed") $ (-949) (-949)) 81 T ELT)) (-2150 (($) 40 T ELT)) (-3243 (((-114) (-949) $) 42 T ELT)) (-3862 (((-949) $) 64 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) 39 T ELT)) (-2152 (((-3 $ "failed") $ (-949)) 77 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2058 (((-1299 $)) 47 T ELT)) (-4203 (((-663 (-949)) $) 27 T ELT)) (-3286 (((-793) $ (-949) (-949)) 78 T ELT)) (-3834 (((-888) $) 32 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 24 T ELT)))
+(((-1134 |#1| |#2|) (-13 (-381) (-10 -8 (-15 -2152 ((-3 $ "failed") $ (-949))) (-15 -2008 ((-3 $ "failed") $ (-949) (-949))) (-15 -4203 ((-663 (-949)) $)) (-15 -3953 ($ (-663 (-949)))) (-15 -2058 ((-1299 $))) (-15 -3243 ((-114) (-949) $)) (-15 -3286 ((-793) $ (-949) (-949))))) (-949) (-949)) (T -1134))
+((-2152 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-949)) (-5 *1 (-1134 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-2008 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-949)) (-5 *1 (-1134 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-4203 (*1 *2 *1) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1134 *3 *4)) (-14 *3 (-949)) (-14 *4 (-949)))) (-3953 (*1 *1 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1134 *3 *4)) (-14 *3 (-949)) (-14 *4 (-949)))) (-2058 (*1 *2) (-12 (-5 *2 (-1299 (-1134 *3 *4))) (-5 *1 (-1134 *3 *4)) (-14 *3 (-949)) (-14 *4 (-949)))) (-3243 (*1 *2 *3 *1) (-12 (-5 *3 (-949)) (-5 *2 (-114)) (-5 *1 (-1134 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-3286 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-949)) (-5 *2 (-793)) (-5 *1 (-1134 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-13 (-381) (-10 -8 (-15 -2152 ((-3 $ "failed") $ (-949))) (-15 -2008 ((-3 $ "failed") $ (-949) (-949))) (-15 -4203 ((-663 (-949)) $)) (-15 -3953 ($ (-663 (-949)))) (-15 -2058 ((-1299 $))) (-15 -3243 ((-114) (-949) $)) (-15 -3286 ((-793) $ (-949) (-949)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2591 (((-114) $) NIL T ELT)) (-3482 (((-1209) $) NIL T ELT)) (-2423 (((-114) $) NIL T ELT)) (-2716 (((-1191) $) NIL T ELT)) (-2949 (((-114) $) NIL T ELT)) (-2889 (((-114) $) NIL T ELT)) (-1837 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1549 (((-114) $) NIL T ELT)) (-3507 (((-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3373 (((-114) $) NIL T ELT)) (-2692 (((-229) $) NIL T ELT)) (-3532 (((-888) $) NIL T ELT)) (-1969 (((-114) $ $) NIL T ELT)) (-3034 (($ $ (-560)) NIL T ELT) (($ $ (-663 (-560))) NIL T ELT)) (-2635 (((-663 $) $) NIL T ELT)) (-1830 (($ (-1191)) NIL T ELT) (($ (-1209)) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-229)) NIL T ELT) (($ (-888)) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-3415 (($ $) NIL T ELT)) (-1956 (($ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2078 (((-114) $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3819 (((-560) $) NIL T ELT)))
+(((-1135) (-1136 (-1191) (-1209) (-560) (-229) (-888))) (T -1135))
+NIL
+(-1136 (-1191) (-1209) (-560) (-229) (-888))
+((-3808 (((-114) $ $) 7 T ELT)) (-2591 (((-114) $) 36 T ELT)) (-3482 ((|#2| $) 31 T ELT)) (-2423 (((-114) $) 37 T ELT)) (-2716 ((|#1| $) 32 T ELT)) (-2949 (((-114) $) 39 T ELT)) (-2889 (((-114) $) 41 T ELT)) (-1837 (((-114) $) 38 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1549 (((-114) $) 35 T ELT)) (-3507 ((|#3| $) 30 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3373 (((-114) $) 34 T ELT)) (-2692 ((|#4| $) 29 T ELT)) (-3532 ((|#5| $) 28 T ELT)) (-1969 (((-114) $ $) 42 T ELT)) (-3034 (($ $ (-560)) 44 T ELT) (($ $ (-663 (-560))) 43 T ELT)) (-2635 (((-663 $) $) 33 T ELT)) (-1830 (($ |#1|) 50 T ELT) (($ |#2|) 49 T ELT) (($ |#3|) 48 T ELT) (($ |#4|) 47 T ELT) (($ |#5|) 46 T ELT) (($ (-663 $)) 45 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-3415 (($ $) 26 T ELT)) (-1956 (($ $) 27 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2078 (((-114) $) 40 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-3819 (((-560) $) 25 T ELT)))
+(((-1136 |#1| |#2| |#3| |#4| |#5|) (-142) (-1133) (-1133) (-1133) (-1133) (-1133)) (T -1136))
+((-1969 (*1 *2 *1 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-2889 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-2078 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-2949 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-1837 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-2423 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-2591 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-1549 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-3373 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))) (-2635 (*1 *2 *1) (-12 (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-663 *1)) (-4 *1 (-1136 *3 *4 *5 *6 *7)))) (-2716 (*1 *2 *1) (-12 (-4 *1 (-1136 *2 *3 *4 *5 *6)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))) (-3482 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *2 *4 *5 *6)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))) (-3507 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *2 *5 *6)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))) (-2692 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *2 *6)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))) (-3532 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *2)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))) (-1956 (*1 *1 *1) (-12 (-4 *1 (-1136 *2 *3 *4 *5 *6)) (-4 *2 (-1133)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)))) (-3415 (*1 *1 *1) (-12 (-4 *1 (-1136 *2 *3 *4 *5 *6)) (-4 *2 (-1133)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)))) (-3819 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-560)))))
+(-13 (-1133) (-637 |t#1|) (-637 |t#2|) (-637 |t#3|) (-637 |t#4|) (-637 |t#4|) (-637 |t#5|) (-637 (-663 $)) (-298 (-560) $) (-298 (-663 (-560)) $) (-10 -8 (-15 -1969 ((-114) $ $)) (-15 -2889 ((-114) $)) (-15 -2078 ((-114) $)) (-15 -2949 ((-114) $)) (-15 -1837 ((-114) $)) (-15 -2423 ((-114) $)) (-15 -2591 ((-114) $)) (-15 -1549 ((-114) $)) (-15 -3373 ((-114) $)) (-15 -2635 ((-663 $) $)) (-15 -2716 (|t#1| $)) (-15 -3482 (|t#2| $)) (-15 -3507 (|t#3| $)) (-15 -2692 (|t#4| $)) (-15 -3532 (|t#5| $)) (-15 -1956 ($ $)) (-15 -3415 ($ $)) (-15 -3819 ((-560) $))))
+(((-102) . T) ((-632 (-888)) . T) ((-637 (-663 $)) . T) ((-637 |#1|) . T) ((-637 |#2|) . T) ((-637 |#3|) . T) ((-637 |#4|) . T) ((-637 |#5|) . T) ((-298 (-560) $) . T) ((-298 (-663 (-560)) $) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2591 (((-114) $) 45 T ELT)) (-3482 ((|#2| $) 48 T ELT)) (-2423 (((-114) $) 20 T ELT)) (-2716 ((|#1| $) 21 T ELT)) (-2949 (((-114) $) 42 T ELT)) (-2889 (((-114) $) 14 T ELT)) (-1837 (((-114) $) 44 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1549 (((-114) $) 46 T ELT)) (-3507 ((|#3| $) 50 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3373 (((-114) $) 47 T ELT)) (-2692 ((|#4| $) 49 T ELT)) (-3532 ((|#5| $) 51 T ELT)) (-1969 (((-114) $ $) 41 T ELT)) (-3034 (($ $ (-560)) 62 T ELT) (($ $ (-663 (-560))) 64 T ELT)) (-2635 (((-663 $) $) 27 T ELT)) (-1830 (($ |#1|) 53 T ELT) (($ |#2|) 54 T ELT) (($ |#3|) 55 T ELT) (($ |#4|) 56 T ELT) (($ |#5|) 57 T ELT) (($ (-663 $)) 52 T ELT)) (-3834 (((-888) $) 28 T ELT)) (-3415 (($ $) 26 T ELT)) (-1956 (($ $) 58 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2078 (((-114) $) 23 T ELT)) (-2478 (((-114) $ $) 40 T ELT)) (-3819 (((-560) $) 60 T ELT)))
+(((-1137 |#1| |#2| |#3| |#4| |#5|) (-1136 |#1| |#2| |#3| |#4| |#5|) (-1133) (-1133) (-1133) (-1133) (-1133)) (T -1137))
+NIL
+(-1136 |#1| |#2| |#3| |#4| |#5|)
+((-2566 (((-1305) $) 22 T ELT)) (-2573 (($ (-1209) (-448) |#2|) 11 T ELT)) (-3834 (((-888) $) 16 T ELT)))
+(((-1138 |#1| |#2|) (-13 (-410) (-10 -8 (-15 -2573 ($ (-1209) (-448) |#2|)))) (-1133) (-435 |#1|)) (T -1138))
+((-2573 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1209)) (-5 *3 (-448)) (-4 *5 (-1133)) (-5 *1 (-1138 *5 *4)) (-4 *4 (-435 *5)))))
+(-13 (-410) (-10 -8 (-15 -2573 ($ (-1209) (-448) |#2|))))
+((-3794 (((-114) |#5| |#5|) 44 T ELT)) (-1970 (((-114) |#5| |#5|) 59 T ELT)) (-2643 (((-114) |#5| (-663 |#5|)) 82 T ELT) (((-114) |#5| |#5|) 68 T ELT)) (-3355 (((-114) (-663 |#4|) (-663 |#4|)) 65 T ELT)) (-1706 (((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) 70 T ELT)) (-1589 (((-1305)) 32 T ELT)) (-1458 (((-1305) (-1191) (-1191) (-1191)) 28 T ELT)) (-3473 (((-663 |#5|) (-663 |#5|)) 101 T ELT)) (-4395 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) 93 T ELT)) (-3248 (((-663 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114)) 123 T ELT)) (-3939 (((-114) |#5| |#5|) 53 T ELT)) (-4161 (((-3 (-114) "failed") |#5| |#5|) 78 T ELT)) (-3985 (((-114) (-663 |#4|) (-663 |#4|)) 64 T ELT)) (-4104 (((-114) (-663 |#4|) (-663 |#4|)) 66 T ELT)) (-1446 (((-114) (-663 |#4|) (-663 |#4|)) 67 T ELT)) (-1582 (((-3 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114)) 118 T ELT)) (-2238 (((-663 |#5|) (-663 |#5|)) 49 T ELT)))
+(((-1139 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1458 ((-1305) (-1191) (-1191) (-1191))) (-15 -1589 ((-1305))) (-15 -3794 ((-114) |#5| |#5|)) (-15 -2238 ((-663 |#5|) (-663 |#5|))) (-15 -3939 ((-114) |#5| |#5|)) (-15 -1970 ((-114) |#5| |#5|)) (-15 -3355 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -3985 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4104 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1446 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4161 ((-3 (-114) "failed") |#5| |#5|)) (-15 -2643 ((-114) |#5| |#5|)) (-15 -2643 ((-114) |#5| (-663 |#5|))) (-15 -3473 ((-663 |#5|) (-663 |#5|))) (-15 -1706 ((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) (-15 -4395 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-15 -3248 ((-663 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -1582 ((-3 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114)))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -1139))
+((-1582 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *9 (-1097 *6 *7 *8)) (-5 *2 (-2 (|:| -1969 (-663 *9)) (|:| -2417 *4) (|:| |ineq| (-663 *9)))) (-5 *1 (-1139 *6 *7 *8 *9 *4)) (-5 *3 (-663 *9)) (-4 *4 (-1103 *6 *7 *8 *9)))) (-3248 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-663 *10)) (-5 *5 (-114)) (-4 *10 (-1103 *6 *7 *8 *9)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *9 (-1097 *6 *7 *8)) (-5 *2 (-663 (-2 (|:| -1969 (-663 *9)) (|:| -2417 *10) (|:| |ineq| (-663 *9))))) (-5 *1 (-1139 *6 *7 *8 *9 *10)) (-5 *3 (-663 *9)))) (-4395 (*1 *2 *2) (-12 (-5 *2 (-663 (-2 (|:| |val| (-663 *6)) (|:| -2417 *7)))) (-4 *6 (-1097 *3 *4 *5)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1139 *3 *4 *5 *6 *7)))) (-1706 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -2417 *8))) (-4 *7 (-1097 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *8)))) (-3473 (*1 *2 *2) (-12 (-5 *2 (-663 *7)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *1 (-1139 *3 *4 *5 *6 *7)))) (-2643 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-1139 *5 *6 *7 *8 *3)))) (-2643 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-4161 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-1446 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-4104 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-3985 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-3355 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-1970 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-3939 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-2238 (*1 *2 *2) (-12 (-5 *2 (-663 *7)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *1 (-1139 *3 *4 *5 *6 *7)))) (-3794 (*1 *2 *3 *3) (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)) (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))) (-1589 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305)) (-5 *1 (-1139 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))) (-1458 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305)) (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1458 ((-1305) (-1191) (-1191) (-1191))) (-15 -1589 ((-1305))) (-15 -3794 ((-114) |#5| |#5|)) (-15 -2238 ((-663 |#5|) (-663 |#5|))) (-15 -3939 ((-114) |#5| |#5|)) (-15 -1970 ((-114) |#5| |#5|)) (-15 -3355 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -3985 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4104 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -1446 ((-114) (-663 |#4|) (-663 |#4|))) (-15 -4161 ((-3 (-114) "failed") |#5| |#5|)) (-15 -2643 ((-114) |#5| |#5|)) (-15 -2643 ((-114) |#5| (-663 |#5|))) (-15 -3473 ((-663 |#5|) (-663 |#5|))) (-15 -1706 ((-114) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) (-15 -4395 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-15 -3248 ((-663 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|)))) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -1582 ((-3 (-2 (|:| -1969 (-663 |#4|)) (|:| -2417 |#5|) (|:| |ineq| (-663 |#4|))) "failed") (-663 |#4|) |#5| (-663 |#4|) (-114) (-114) (-114) (-114) (-114))))
+((-1489 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|) 108 T ELT)) (-2558 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#4| |#4| |#5|) 80 T ELT)) (-3720 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|) 102 T ELT)) (-1478 (((-663 |#5|) |#4| |#5|) 124 T ELT)) (-4089 (((-663 |#5|) |#4| |#5|) 131 T ELT)) (-3811 (((-663 |#5|) |#4| |#5|) 132 T ELT)) (-2743 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|) 109 T ELT)) (-2021 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|) 130 T ELT)) (-3643 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|) 47 T ELT) (((-114) |#4| |#5|) 55 T ELT)) (-2654 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#3| (-114)) 92 T ELT) (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5| (-114) (-114)) 52 T ELT)) (-1444 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|) 87 T ELT)) (-2020 (((-1305)) 36 T ELT)) (-2752 (((-1305)) 25 T ELT)) (-3641 (((-1305) (-1191) (-1191) (-1191)) 32 T ELT)) (-1918 (((-1305) (-1191) (-1191) (-1191)) 21 T ELT)))
+(((-1140 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1918 ((-1305) (-1191) (-1191) (-1191))) (-15 -2752 ((-1305))) (-15 -3641 ((-1305) (-1191) (-1191) (-1191))) (-15 -2020 ((-1305))) (-15 -2558 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -2654 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5| (-114) (-114))) (-15 -2654 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#3| (-114))) (-15 -1444 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -3720 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -3643 ((-114) |#4| |#5|)) (-15 -2743 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -1478 ((-663 |#5|) |#4| |#5|)) (-15 -2021 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -4089 ((-663 |#5|) |#4| |#5|)) (-15 -3643 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -3811 ((-663 |#5|) |#4| |#5|)) (-15 -1489 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -1140))
+((-1489 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-3811 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 *4)) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-3643 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4)))) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-4089 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 *4)) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2021 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4)))) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-1478 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 *4)) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2743 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4)))) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-3643 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-114)) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-3720 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-1444 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2654 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -2417 *9)))) (-5 *5 (-114)) (-4 *8 (-1097 *6 *7 *4)) (-4 *9 (-1103 *6 *7 *4 *8)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *4 (-872)) (-5 *2 (-663 (-2 (|:| |val| *8) (|:| -2417 *9)))) (-5 *1 (-1140 *6 *7 *4 *8 *9)))) (-2654 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *3 (-1097 *6 *7 *8)) (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1140 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-2558 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))) (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2020 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305)) (-5 *1 (-1140 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))) (-3641 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305)) (-5 *1 (-1140 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))) (-2752 (*1 *2) (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305)) (-5 *1 (-1140 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))) (-1918 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305)) (-5 *1 (-1140 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1918 ((-1305) (-1191) (-1191) (-1191))) (-15 -2752 ((-1305))) (-15 -3641 ((-1305) (-1191) (-1191) (-1191))) (-15 -2020 ((-1305))) (-15 -2558 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -2654 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5| (-114) (-114))) (-15 -2654 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) |#3| (-114))) (-15 -1444 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -3720 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#4| |#5|)) (-15 -3643 ((-114) |#4| |#5|)) (-15 -2743 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -1478 ((-663 |#5|) |#4| |#5|)) (-15 -2021 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -4089 ((-663 |#5|) |#4| |#5|)) (-15 -3643 ((-663 (-2 (|:| |val| (-114)) (|:| -2417 |#5|))) |#4| |#5|)) (-15 -3811 ((-663 |#5|) |#4| |#5|)) (-15 -1489 ((-663 (-2 (|:| |val| |#4|) (|:| -2417 |#5|))) |#4| |#5|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-1387 (((-663 $) (-663 |#4|)) 94 T ELT) (((-663 $) (-663 |#4|) (-114)) 121 T ELT)) (-2712 (((-663 |#3|) $) 37 T ELT)) (-3511 (((-114) $) 30 T ELT)) (-3673 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-3349 ((|#4| |#4| $) 100 T ELT)) (-2624 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| $) 136 T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-4405 (((-114) $ (-793)) 48 T ELT)) (-3797 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-4489 (($) 49 T CONST)) (-3438 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-4072 (($ (-663 |#4|)) 39 T ELT)) (-1586 (((-3 $ "failed") $) 90 T ELT)) (-2869 ((|#4| |#4| $) 97 T ELT)) (-4154 (($ $) 72 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#4| $) 71 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-1977 ((|#4| |#4| $) 95 T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) 113 T ELT)) (-2828 (((-114) |#4| $) 146 T ELT)) (-4448 (((-114) |#4| $) 143 T ELT)) (-3242 (((-114) |#4| $) 147 T ELT) (((-114) $) 144 T ELT)) (-3086 (((-663 |#4|) $) 56 (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) 47 T ELT)) (-4439 (((-663 |#4|) $) 57 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-4306 (((-663 |#3|) $) 36 T ELT)) (-1654 (((-114) |#3| $) 35 T ELT)) (-1506 (((-114) $ (-793)) 46 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-3789 (((-3 |#4| (-663 $)) |#4| |#4| $) 138 T ELT)) (-1946 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| |#4| $) 137 T ELT)) (-3534 (((-3 |#4| "failed") $) 91 T ELT)) (-3611 (((-663 $) |#4| $) 139 T ELT)) (-3448 (((-3 (-114) (-663 $)) |#4| $) 142 T ELT)) (-1775 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 $))) |#4| $) 141 T ELT) (((-114) |#4| $) 140 T ELT)) (-2921 (((-663 $) |#4| $) 135 T ELT) (((-663 $) (-663 |#4|) $) 134 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 133 T ELT) (((-663 $) |#4| (-663 $)) 132 T ELT)) (-4340 (($ |#4| $) 127 T ELT) (($ (-663 |#4|) $) 126 T ELT)) (-1455 (((-663 |#4|) $) 115 T ELT)) (-2033 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-2347 ((|#4| |#4| $) 98 T ELT)) (-1446 (((-114) $ $) 118 T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-2153 ((|#4| |#4| $) 99 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1574 (((-3 |#4| "failed") $) 92 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4319 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-3201 (($ $ |#4|) 85 T ELT) (((-663 $) |#4| $) 125 T ELT) (((-663 $) |#4| (-663 $)) 124 T ELT) (((-663 $) (-663 |#4|) $) 123 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) 42 T ELT)) (-4150 (((-114) $) 45 T ELT)) (-3614 (($) 44 T ELT)) (-4144 (((-793) $) 114 T ELT)) (-1485 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 43 T ELT)) (-1830 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 64 T ELT)) (-2337 (($ $ |#3|) 32 T ELT)) (-1548 (($ $ |#3|) 34 T ELT)) (-2133 (($ $) 96 T ELT)) (-2721 (($ $ |#3|) 33 T ELT)) (-3834 (((-888) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-2688 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-2601 (((-663 $) |#4| $) 131 T ELT) (((-663 $) |#4| (-663 $)) 130 T ELT) (((-663 $) (-663 |#4|) $) 129 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 128 T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) 89 T ELT)) (-3637 (((-114) |#4| $) 145 T ELT)) (-1414 (((-114) |#3| $) 88 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-3819 (((-793) $) 50 (|has| $ (-6 -4510)) ELT)))
+(((-1141 |#1| |#2| |#3| |#4|) (-142) (-466) (-817) (-872) (-1097 |t#1| |t#2| |t#3|)) (T -1141))
+NIL
+(-13 (-1103 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-888)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-1008 |#1| |#2| |#3| |#4|) . T) ((-1103 |#1| |#2| |#3| |#4|) . T) ((-1133) . T) ((-1244 |#1| |#2| |#3| |#4|) . T) ((-1249) . T))
+((-2865 (((-663 (-560)) (-560) (-560) (-560)) 38 T ELT)) (-3305 (((-663 (-560)) (-560) (-560) (-560)) 28 T ELT)) (-2509 (((-663 (-560)) (-560) (-560) (-560)) 33 T ELT)) (-3651 (((-560) (-560) (-560)) 21 T ELT)) (-1508 (((-1299 (-560)) (-663 (-560)) (-1299 (-560)) (-560)) 77 T ELT) (((-1299 (-560)) (-1299 (-560)) (-1299 (-560)) (-560)) 72 T ELT)) (-1600 (((-663 (-560)) (-663 (-949)) (-663 (-560)) (-114)) 54 T ELT)) (-2054 (((-711 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560))) 76 T ELT)) (-2421 (((-711 (-560)) (-663 (-949)) (-663 (-560))) 59 T ELT)) (-3682 (((-663 (-711 (-560))) (-663 (-949))) 65 T ELT)) (-2673 (((-663 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560))) 80 T ELT)) (-4054 (((-711 (-560)) (-663 (-560)) (-663 (-560)) (-663 (-560))) 90 T ELT)))
+(((-1142) (-10 -7 (-15 -4054 ((-711 (-560)) (-663 (-560)) (-663 (-560)) (-663 (-560)))) (-15 -2673 ((-663 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560)))) (-15 -3682 ((-663 (-711 (-560))) (-663 (-949)))) (-15 -2421 ((-711 (-560)) (-663 (-949)) (-663 (-560)))) (-15 -2054 ((-711 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560)))) (-15 -1600 ((-663 (-560)) (-663 (-949)) (-663 (-560)) (-114))) (-15 -1508 ((-1299 (-560)) (-1299 (-560)) (-1299 (-560)) (-560))) (-15 -1508 ((-1299 (-560)) (-663 (-560)) (-1299 (-560)) (-560))) (-15 -3651 ((-560) (-560) (-560))) (-15 -2509 ((-663 (-560)) (-560) (-560) (-560))) (-15 -3305 ((-663 (-560)) (-560) (-560) (-560))) (-15 -2865 ((-663 (-560)) (-560) (-560) (-560))))) (T -1142))
+((-2865 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1142)) (-5 *3 (-560)))) (-3305 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1142)) (-5 *3 (-560)))) (-2509 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1142)) (-5 *3 (-560)))) (-3651 (*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1142)))) (-1508 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1299 (-560))) (-5 *3 (-663 (-560))) (-5 *4 (-560)) (-5 *1 (-1142)))) (-1508 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1299 (-560))) (-5 *3 (-560)) (-5 *1 (-1142)))) (-1600 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-663 (-560))) (-5 *3 (-663 (-949))) (-5 *4 (-114)) (-5 *1 (-1142)))) (-2054 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-711 (-560))) (-5 *3 (-663 (-560))) (-5 *1 (-1142)))) (-2421 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-949))) (-5 *4 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1142)))) (-3682 (*1 *2 *3) (-12 (-5 *3 (-663 (-949))) (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-1142)))) (-2673 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *3 (-711 (-560))) (-5 *1 (-1142)))) (-4054 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1142)))))
+(-10 -7 (-15 -4054 ((-711 (-560)) (-663 (-560)) (-663 (-560)) (-663 (-560)))) (-15 -2673 ((-663 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560)))) (-15 -3682 ((-663 (-711 (-560))) (-663 (-949)))) (-15 -2421 ((-711 (-560)) (-663 (-949)) (-663 (-560)))) (-15 -2054 ((-711 (-560)) (-663 (-560)) (-663 (-560)) (-711 (-560)))) (-15 -1600 ((-663 (-560)) (-663 (-949)) (-663 (-560)) (-114))) (-15 -1508 ((-1299 (-560)) (-1299 (-560)) (-1299 (-560)) (-560))) (-15 -1508 ((-1299 (-560)) (-663 (-560)) (-1299 (-560)) (-560))) (-15 -3651 ((-560) (-560) (-560))) (-15 -2509 ((-663 (-560)) (-560) (-560) (-560))) (-15 -3305 ((-663 (-560)) (-560) (-560) (-560))) (-15 -2865 ((-663 (-560)) (-560) (-560) (-560))))
+((** (($ $ (-949)) 10 T ELT)))
+(((-1143 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-949)))) (-1144)) (T -1143))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-949))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (** (($ $ (-949)) 17 T ELT)) (* (($ $ $) 18 T ELT)))
+(((-1144) (-142)) (T -1144))
+((* (*1 *1 *1 *1) (-4 *1 (-1144))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1144)) (-5 *2 (-949)))))
+(-13 (-1133) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-949)))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#3| (-102)) ELT)) (-3136 (((-114) $) NIL (|has| |#3| (-23)) ELT)) (-1543 (($ (-949)) NIL (|has| |#3| (-1081)) ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-3429 (($ $ $) NIL (|has| |#3| (-817)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL (|has| |#3| (-133)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2233 (((-793)) NIL (|has| |#3| (-381)) ELT)) (-3986 ((|#3| $ (-560) |#3|) NIL (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (-12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))) ELT) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1133)) ELT)) (-4072 (((-560) $) NIL (-12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))) ELT) ((|#3| $) NIL (|has| |#3| (-1133)) ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-711 $) (-1299 $)) NIL (|has| |#3| (-1081)) ELT) (((-711 |#3|) (-711 $)) NIL (|has| |#3| (-1081)) ELT)) (-2167 (((-3 $ "failed") $) NIL (|has| |#3| (-1081)) ELT)) (-2150 (($) NIL (|has| |#3| (-381)) ELT)) (-2186 ((|#3| $ (-560) |#3|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#3| $ (-560)) 12 T ELT)) (-1366 (((-114) $) NIL (|has| |#3| (-817)) ELT)) (-3086 (((-663 |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) NIL (|has| |#3| (-1081)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#3| (-872)) ELT)) (-4439 (((-663 |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#3| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#3| (-872)) ELT)) (-2173 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-3862 (((-949) $) NIL (|has| |#3| (-381)) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| |#3| (-660 (-560))) (|has| |#3| (-1081))) ELT) (((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-1299 $) $) NIL (|has| |#3| (-1081)) ELT) (((-711 |#3|) (-1299 $)) NIL (|has| |#3| (-1081)) ELT)) (-2128 (((-1191) $) NIL (|has| |#3| (-1133)) ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-2081 (($ (-949)) NIL (|has| |#3| (-381)) ELT)) (-1473 (((-1152) $) NIL (|has| |#3| (-1133)) ELT)) (-1574 ((|#3| $) NIL (|has| (-560) (-872)) ELT)) (-2024 (($ $ |#3|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#3|))) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ (-305 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT) (($ $ (-663 |#3|) (-663 |#3|)) NIL (-12 (|has| |#3| (-321 |#3|)) (|has| |#3| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#3| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#3| (-1133))) ELT)) (-1570 (((-663 |#3|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#3| $ (-560) |#3|) NIL T ELT) ((|#3| $ (-560)) NIL T ELT)) (-4287 ((|#3| $ $) NIL (|has| |#3| (-1081)) ELT)) (-2599 (($ (-1299 |#3|)) NIL T ELT)) (-2068 (((-136)) NIL (|has| |#3| (-376)) ELT)) (-2703 (($ $ (-793)) NIL (-12 (|has| |#3| (-239)) (|has| |#3| (-1081))) ELT) (($ $) NIL (-12 (|has| |#3| (-239)) (|has| |#3| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081))) ELT) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1081)) ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL (|has| |#3| (-1081)) ELT)) (-1485 (((-793) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#3| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#3| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-3834 (((-1299 |#3|) $) NIL T ELT) (($ (-560)) NIL (-2309 (-12 (|has| |#3| (-1070 (-560))) (|has| |#3| (-1133))) (|has| |#3| (-1081))) ELT) (($ (-421 (-560))) NIL (-12 (|has| |#3| (-1070 (-421 (-560)))) (|has| |#3| (-1133))) ELT) (($ |#3|) NIL (|has| |#3| (-1133)) ELT) (((-888) $) NIL (|has| |#3| (-632 (-888))) ELT)) (-3103 (((-793)) NIL (|has| |#3| (-1081)) CONST)) (-1519 (((-114) $ $) NIL (|has| |#3| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#3|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2971 (($) NIL (|has| |#3| (-23)) CONST)) (-2983 (($) NIL (|has| |#3| (-1081)) CONST)) (-3095 (($ $ (-793)) NIL (-12 (|has| |#3| (-239)) (|has| |#3| (-1081))) ELT) (($ $) NIL (-12 (|has| |#3| (-239)) (|has| |#3| (-1081))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081))) ELT) (($ $ (-1209)) NIL (-12 (|has| |#3| (-930 (-1209))) (|has| |#3| (-1081))) ELT) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1081)) ELT) (($ $ (-1 |#3| |#3|) (-793)) NIL (|has| |#3| (-1081)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#3| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#3| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#3| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#3| (-872)) ELT)) (-2499 (((-114) $ $) 24 (|has| |#3| (-872)) ELT)) (-2594 (($ $ |#3|) NIL (|has| |#3| (-376)) ELT)) (-2581 (($ $ $) NIL (|has| |#3| (-21)) ELT) (($ $) NIL (|has| |#3| (-21)) ELT)) (-2571 (($ $ $) NIL (|has| |#3| (-25)) ELT)) (** (($ $ (-793)) NIL (|has| |#3| (-1081)) ELT) (($ $ (-949)) NIL (|has| |#3| (-1081)) ELT)) (* (($ $ $) NIL (|has| |#3| (-1081)) ELT) (($ $ |#3|) NIL (|has| |#3| (-748)) ELT) (($ |#3| $) NIL (|has| |#3| (-748)) ELT) (($ (-560) $) NIL (|has| |#3| (-21)) ELT) (($ (-793) $) NIL (|has| |#3| (-23)) ELT) (($ (-949) $) NIL (|has| |#3| (-25)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1145 |#1| |#2| |#3|) (-245 |#1| |#3|) (-793) (-793) (-817)) (T -1145))
NIL
(-245 |#1| |#3|)
-((-4347 (((-663 (-1267 |#2| |#1|)) (-1267 |#2| |#1|) (-1267 |#2| |#1|)) 50 T ELT)) (-3076 (((-560) (-1267 |#2| |#1|)) 94 (|has| |#1| (-466)) ELT)) (-1771 (((-560) (-1267 |#2| |#1|)) 76 T ELT)) (-1629 (((-663 (-1267 |#2| |#1|)) (-1267 |#2| |#1|) (-1267 |#2| |#1|)) 58 T ELT)) (-2288 (((-560) (-1267 |#2| |#1|) (-1267 |#2| |#1|)) 93 (|has| |#1| (-466)) ELT)) (-1381 (((-663 |#1|) (-1267 |#2| |#1|) (-1267 |#2| |#1|)) 61 T ELT)) (-1693 (((-560) (-1267 |#2| |#1|) (-1267 |#2| |#1|)) 75 T ELT)))
-(((-1145 |#1| |#2|) (-10 -7 (-15 -4347 ((-663 (-1267 |#2| |#1|)) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -1629 ((-663 (-1267 |#2| |#1|)) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -1381 ((-663 |#1|) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -1693 ((-560) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -1771 ((-560) (-1267 |#2| |#1|))) (IF (|has| |#1| (-466)) (PROGN (-15 -2288 ((-560) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -3076 ((-560) (-1267 |#2| |#1|)))) |%noBranch|)) (-842) (-1208)) (T -1145))
-((-3076 (*1 *2 *3) (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-466)) (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-560)) (-5 *1 (-1145 *4 *5)))) (-2288 (*1 *2 *3 *3) (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-466)) (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-560)) (-5 *1 (-1145 *4 *5)))) (-1771 (*1 *2 *3) (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-560)) (-5 *1 (-1145 *4 *5)))) (-1693 (*1 *2 *3 *3) (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-560)) (-5 *1 (-1145 *4 *5)))) (-1381 (*1 *2 *3 *3) (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-663 *4)) (-5 *1 (-1145 *4 *5)))) (-1629 (*1 *2 *3 *3) (-12 (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-663 (-1267 *5 *4))) (-5 *1 (-1145 *4 *5)) (-5 *3 (-1267 *5 *4)))) (-4347 (*1 *2 *3 *3) (-12 (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-663 (-1267 *5 *4))) (-5 *1 (-1145 *4 *5)) (-5 *3 (-1267 *5 *4)))))
-(-10 -7 (-15 -4347 ((-663 (-1267 |#2| |#1|)) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -1629 ((-663 (-1267 |#2| |#1|)) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -1381 ((-663 |#1|) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -1693 ((-560) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -1771 ((-560) (-1267 |#2| |#1|))) (IF (|has| |#1| (-466)) (PROGN (-15 -2288 ((-560) (-1267 |#2| |#1|) (-1267 |#2| |#1|))) (-15 -3076 ((-560) (-1267 |#2| |#1|)))) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-2491 (((-1213) $) 12 T ELT)) (-2461 (((-663 (-1213)) $) 14 T ELT)) (-1506 (($ (-663 (-1213)) (-1213)) 10 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 29 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 17 T ELT)))
-(((-1146) (-13 (-1132) (-10 -8 (-15 -1506 ($ (-663 (-1213)) (-1213))) (-15 -2491 ((-1213) $)) (-15 -2461 ((-663 (-1213)) $))))) (T -1146))
-((-1506 (*1 *1 *2 *3) (-12 (-5 *2 (-663 (-1213))) (-5 *3 (-1213)) (-5 *1 (-1146)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-1146)))) (-2461 (*1 *2 *1) (-12 (-5 *2 (-663 (-1213))) (-5 *1 (-1146)))))
-(-13 (-1132) (-10 -8 (-15 -1506 ($ (-663 (-1213)) (-1213))) (-15 -2491 ((-1213) $)) (-15 -2461 ((-663 (-1213)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3089 (($ (-520) (-1146)) 13 T ELT)) (-1506 (((-1146) $) 19 T ELT)) (-3952 (((-520) $) 16 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 26 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1147) (-13 (-1114) (-10 -8 (-15 -3089 ($ (-520) (-1146))) (-15 -3952 ((-520) $)) (-15 -1506 ((-1146) $))))) (T -1147))
-((-3089 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1146)) (-5 *1 (-1147)))) (-3952 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1147)))) (-1506 (*1 *2 *1) (-12 (-5 *2 (-1146)) (-5 *1 (-1147)))))
-(-13 (-1114) (-10 -8 (-15 -3089 ($ (-520) (-1146))) (-15 -3952 ((-520) $)) (-15 -1506 ((-1146) $))))
-((-2551 (((-3 (-560) "failed") |#2| (-1208) |#2| (-1190)) 19 T ELT) (((-3 (-560) "failed") |#2| (-1208) (-864 |#2|)) 17 T ELT) (((-3 (-560) "failed") |#2|) 60 T ELT)))
-(((-1148 |#1| |#2|) (-10 -7 (-15 -2551 ((-3 (-560) "failed") |#2|)) (-15 -2551 ((-3 (-560) "failed") |#2| (-1208) (-864 |#2|))) (-15 -2551 ((-3 (-560) "failed") |#2| (-1208) |#2| (-1190)))) (-13 (-571) (-1069 (-560)) (-660 (-560)) (-466)) (-13 (-27) (-1234) (-435 |#1|))) (T -1148))
-((-2551 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-1190)) (-4 *6 (-13 (-571) (-1069 *2) (-660 *2) (-466))) (-5 *2 (-560)) (-5 *1 (-1148 *6 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *6))))) (-2551 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-864 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *6))) (-4 *6 (-13 (-571) (-1069 *2) (-660 *2) (-466))) (-5 *2 (-560)) (-5 *1 (-1148 *6 *3)))) (-2551 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-571) (-1069 *2) (-660 *2) (-466))) (-5 *2 (-560)) (-5 *1 (-1148 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4))))))
-(-10 -7 (-15 -2551 ((-3 (-560) "failed") |#2|)) (-15 -2551 ((-3 (-560) "failed") |#2| (-1208) (-864 |#2|))) (-15 -2551 ((-3 (-560) "failed") |#2| (-1208) |#2| (-1190))))
-((-2551 (((-3 (-560) "failed") (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|)) (-1190)) 38 T ELT) (((-3 (-560) "failed") (-421 (-975 |#1|)) (-1208) (-864 (-421 (-975 |#1|)))) 33 T ELT) (((-3 (-560) "failed") (-421 (-975 |#1|))) 14 T ELT)))
-(((-1149 |#1|) (-10 -7 (-15 -2551 ((-3 (-560) "failed") (-421 (-975 |#1|)))) (-15 -2551 ((-3 (-560) "failed") (-421 (-975 |#1|)) (-1208) (-864 (-421 (-975 |#1|))))) (-15 -2551 ((-3 (-560) "failed") (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|)) (-1190)))) (-466)) (T -1149))
-((-2551 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-421 (-975 *6))) (-5 *4 (-1208)) (-5 *5 (-1190)) (-4 *6 (-466)) (-5 *2 (-560)) (-5 *1 (-1149 *6)))) (-2551 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-864 (-421 (-975 *6)))) (-5 *3 (-421 (-975 *6))) (-4 *6 (-466)) (-5 *2 (-560)) (-5 *1 (-1149 *6)))) (-2551 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-466)) (-5 *2 (-560)) (-5 *1 (-1149 *4)))))
-(-10 -7 (-15 -2551 ((-3 (-560) "failed") (-421 (-975 |#1|)))) (-15 -2551 ((-3 (-560) "failed") (-421 (-975 |#1|)) (-1208) (-864 (-421 (-975 |#1|))))) (-15 -2551 ((-3 (-560) "failed") (-421 (-975 |#1|)) (-1208) (-421 (-975 |#1|)) (-1190))))
-((-4457 (((-326 (-560)) (-48)) 12 T ELT)))
-(((-1150) (-10 -7 (-15 -4457 ((-326 (-560)) (-48))))) (T -1150))
-((-4457 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-326 (-560))) (-5 *1 (-1150)))))
-(-10 -7 (-15 -4457 ((-326 (-560)) (-48))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) 42 T ELT)) (-3626 (((-114) $) 70 T ELT)) (-1404 (($ $ $) 51 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 97 T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-3037 (($ $ $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3729 (($ $ $ $) 80 T ELT)) (-2082 (($ $) NIL T ELT)) (-2326 (((-419 $) $) NIL T ELT)) (-3988 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) 81 T ELT)) (-2551 (((-560) $) NIL T ELT)) (-1441 (($ $ $) 77 T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL T ELT)) (-2242 (($ $ $) 64 T ELT)) (-2336 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 91 T ELT) (((-711 (-560)) (-711 $)) 30 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-4330 (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-2221 (((-114) $) NIL T ELT)) (-2530 (((-421 (-560)) $) NIL T ELT)) (-3362 (($) 94 T ELT) (($ $) 95 T ELT)) (-2254 (($ $ $) 63 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL T ELT)) (-1510 (((-114) $) NIL T ELT)) (-4174 (($ $ $ $) NIL T ELT)) (-3977 (($ $ $) 92 T ELT)) (-1957 (((-114) $) NIL T ELT)) (-2503 (($ $ $) NIL T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL T ELT)) (-1393 (($ $ $) 50 T ELT)) (-1871 (((-114) $) 71 T ELT)) (-3057 (((-114) $) 69 T ELT)) (-1372 (($ $) 43 T ELT)) (-2024 (((-713 $) $) NIL T ELT)) (-2699 (((-114) $) 8 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-3603 (($ $ $ $) 78 T ELT)) (-2006 (($ $ $) 73 T ELT) (($) 40 T CONST)) (-2718 (($ $ $) 72 T ELT) (($) 39 T CONST)) (-3285 (($ $) NIL T ELT)) (-2608 (((-948) $) 87 T ELT)) (-4474 (($ $) 76 T ELT)) (-2207 (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL T ELT) (((-711 (-560)) (-1298 $)) NIL T ELT)) (-2433 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2060 (($ $ $) NIL T ELT)) (-2814 (($) NIL T CONST)) (-3998 (($ (-948)) 86 T ELT)) (-2683 (($ $) 56 T ELT)) (-3139 (((-1151) $) 75 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL T ELT)) (-2470 (($ $ $) 67 T ELT) (($ (-663 $)) NIL T ELT)) (-1984 (($ $) NIL T ELT)) (-3388 (((-419 $) $) NIL T ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-3196 (((-114) $) NIL T ELT)) (-3320 (((-793) $) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 66 T ELT)) (-2457 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2096 (($ $) 57 T ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-560) $) 15 T ELT) (((-549) $) NIL T ELT) (((-915 (-560)) $) NIL T ELT) (((-391) $) NIL T ELT) (((-229) $) NIL T ELT)) (-2539 (((-887) $) 33 T ELT) (($ (-560)) 93 T ELT) (($ $) NIL T ELT) (($ (-560)) 93 T ELT)) (-3418 (((-793)) NIL T CONST)) (-1750 (((-114) $ $) NIL T ELT)) (-2743 (($ $ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2995 (($) 38 T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1383 (($ $ $) 48 T ELT)) (-3248 (($ $ $ $) 79 T ELT)) (-2407 (($ $) 68 T ELT)) (-2359 (($ $ $) 45 T ELT)) (-1427 (($) 36 T CONST)) (-2623 (($ $ $) 49 T ELT)) (-1439 (($) 37 T CONST)) (-1463 (((-1190) $) 24 T ELT) (((-1190) $ (-114)) 25 T ELT) (((-1304) (-845) $) 26 T ELT) (((-1304) (-845) $ (-114)) 27 T ELT)) (-2634 (($ $) 46 T ELT)) (-4324 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-2610 (($ $ $) 47 T ELT)) (-2383 (((-114) $ $) 55 T ELT)) (-2360 (((-114) $ $) 53 T ELT)) (-2329 (((-114) $ $) 41 T ELT)) (-2372 (((-114) $ $) 54 T ELT)) (-2349 (((-114) $ $) 52 T ELT)) (-2348 (($ $ $) 44 T ELT)) (-2426 (($ $) 14 T ELT) (($ $ $) 59 T ELT)) (-2413 (($ $ $) 58 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 62 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 35 T ELT) (($ $ $) 60 T ELT) (($ (-560) $) 35 T ELT)))
-(((-1151) (-13 (-559) (-866) (-113) (-843) (-10 -8 (-6 -4496) (-6 -4501) (-6 -4497) (-15 -1404 ($ $ $)) (-15 -2634 ($ $)) (-15 -2610 ($ $ $)) (-15 -2623 ($ $ $))))) (T -1151))
-((-1404 (*1 *1 *1 *1) (-5 *1 (-1151))) (-2634 (*1 *1 *1) (-5 *1 (-1151))) (-2610 (*1 *1 *1 *1) (-5 *1 (-1151))) (-2623 (*1 *1 *1 *1) (-5 *1 (-1151))))
-(-13 (-559) (-866) (-113) (-843) (-10 -8 (-6 -4496) (-6 -4501) (-6 -4497) (-15 -1404 ($ $ $)) (-15 -2634 ($ $)) (-15 -2610 ($ $ $)) (-15 -2623 ($ $ $))))
+((-2327 (((-663 (-1268 |#2| |#1|)) (-1268 |#2| |#1|) (-1268 |#2| |#1|)) 50 T ELT)) (-3000 (((-560) (-1268 |#2| |#1|)) 94 (|has| |#1| (-466)) ELT)) (-3135 (((-560) (-1268 |#2| |#1|)) 76 T ELT)) (-4300 (((-663 (-1268 |#2| |#1|)) (-1268 |#2| |#1|) (-1268 |#2| |#1|)) 58 T ELT)) (-3327 (((-560) (-1268 |#2| |#1|) (-1268 |#2| |#1|)) 93 (|has| |#1| (-466)) ELT)) (-1472 (((-663 |#1|) (-1268 |#2| |#1|) (-1268 |#2| |#1|)) 61 T ELT)) (-2746 (((-560) (-1268 |#2| |#1|) (-1268 |#2| |#1|)) 75 T ELT)))
+(((-1146 |#1| |#2|) (-10 -7 (-15 -2327 ((-663 (-1268 |#2| |#1|)) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -4300 ((-663 (-1268 |#2| |#1|)) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -1472 ((-663 |#1|) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -2746 ((-560) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -3135 ((-560) (-1268 |#2| |#1|))) (IF (|has| |#1| (-466)) (PROGN (-15 -3327 ((-560) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -3000 ((-560) (-1268 |#2| |#1|)))) |%noBranch|)) (-844) (-1209)) (T -1146))
+((-3000 (*1 *2 *3) (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-466)) (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-560)) (-5 *1 (-1146 *4 *5)))) (-3327 (*1 *2 *3 *3) (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-466)) (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-560)) (-5 *1 (-1146 *4 *5)))) (-3135 (*1 *2 *3) (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-560)) (-5 *1 (-1146 *4 *5)))) (-2746 (*1 *2 *3 *3) (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-560)) (-5 *1 (-1146 *4 *5)))) (-1472 (*1 *2 *3 *3) (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-663 *4)) (-5 *1 (-1146 *4 *5)))) (-4300 (*1 *2 *3 *3) (-12 (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-663 (-1268 *5 *4))) (-5 *1 (-1146 *4 *5)) (-5 *3 (-1268 *5 *4)))) (-2327 (*1 *2 *3 *3) (-12 (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-663 (-1268 *5 *4))) (-5 *1 (-1146 *4 *5)) (-5 *3 (-1268 *5 *4)))))
+(-10 -7 (-15 -2327 ((-663 (-1268 |#2| |#1|)) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -4300 ((-663 (-1268 |#2| |#1|)) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -1472 ((-663 |#1|) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -2746 ((-560) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -3135 ((-560) (-1268 |#2| |#1|))) (IF (|has| |#1| (-466)) (PROGN (-15 -3327 ((-560) (-1268 |#2| |#1|) (-1268 |#2| |#1|))) (-15 -3000 ((-560) (-1268 |#2| |#1|)))) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3804 (((-1214) $) 12 T ELT)) (-3772 (((-663 (-1214)) $) 14 T ELT)) (-2344 (($ (-663 (-1214)) (-1214)) 10 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 29 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 17 T ELT)))
+(((-1147) (-13 (-1133) (-10 -8 (-15 -2344 ($ (-663 (-1214)) (-1214))) (-15 -3804 ((-1214) $)) (-15 -3772 ((-663 (-1214)) $))))) (T -1147))
+((-2344 (*1 *1 *2 *3) (-12 (-5 *2 (-663 (-1214))) (-5 *3 (-1214)) (-5 *1 (-1147)))) (-3804 (*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-1147)))) (-3772 (*1 *2 *1) (-12 (-5 *2 (-663 (-1214))) (-5 *1 (-1147)))))
+(-13 (-1133) (-10 -8 (-15 -2344 ($ (-663 (-1214)) (-1214))) (-15 -3804 ((-1214) $)) (-15 -3772 ((-663 (-1214)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-1639 (($ (-520) (-1147)) 13 T ELT)) (-2344 (((-1147) $) 19 T ELT)) (-2187 (((-520) $) 16 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 26 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1148) (-13 (-1115) (-10 -8 (-15 -1639 ($ (-520) (-1147))) (-15 -2187 ((-520) $)) (-15 -2344 ((-1147) $))))) (T -1148))
+((-1639 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1147)) (-5 *1 (-1148)))) (-2187 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1148)))) (-2344 (*1 *2 *1) (-12 (-5 *2 (-1147)) (-5 *1 (-1148)))))
+(-13 (-1115) (-10 -8 (-15 -1639 ($ (-520) (-1147))) (-15 -2187 ((-520) $)) (-15 -2344 ((-1147) $))))
+((-2824 (((-3 (-560) "failed") |#2| (-1209) |#2| (-1191)) 19 T ELT) (((-3 (-560) "failed") |#2| (-1209) (-866 |#2|)) 17 T ELT) (((-3 (-560) "failed") |#2|) 60 T ELT)))
+(((-1149 |#1| |#2|) (-10 -7 (-15 -2824 ((-3 (-560) "failed") |#2|)) (-15 -2824 ((-3 (-560) "failed") |#2| (-1209) (-866 |#2|))) (-15 -2824 ((-3 (-560) "failed") |#2| (-1209) |#2| (-1191)))) (-13 (-571) (-1070 (-560)) (-660 (-560)) (-466)) (-13 (-27) (-1235) (-435 |#1|))) (T -1149))
+((-2824 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-1191)) (-4 *6 (-13 (-571) (-1070 *2) (-660 *2) (-466))) (-5 *2 (-560)) (-5 *1 (-1149 *6 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *6))))) (-2824 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-866 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *6))) (-4 *6 (-13 (-571) (-1070 *2) (-660 *2) (-466))) (-5 *2 (-560)) (-5 *1 (-1149 *6 *3)))) (-2824 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-571) (-1070 *2) (-660 *2) (-466))) (-5 *2 (-560)) (-5 *1 (-1149 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4))))))
+(-10 -7 (-15 -2824 ((-3 (-560) "failed") |#2|)) (-15 -2824 ((-3 (-560) "failed") |#2| (-1209) (-866 |#2|))) (-15 -2824 ((-3 (-560) "failed") |#2| (-1209) |#2| (-1191))))
+((-2824 (((-3 (-560) "failed") (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|)) (-1191)) 38 T ELT) (((-3 (-560) "failed") (-421 (-976 |#1|)) (-1209) (-866 (-421 (-976 |#1|)))) 33 T ELT) (((-3 (-560) "failed") (-421 (-976 |#1|))) 14 T ELT)))
+(((-1150 |#1|) (-10 -7 (-15 -2824 ((-3 (-560) "failed") (-421 (-976 |#1|)))) (-15 -2824 ((-3 (-560) "failed") (-421 (-976 |#1|)) (-1209) (-866 (-421 (-976 |#1|))))) (-15 -2824 ((-3 (-560) "failed") (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|)) (-1191)))) (-466)) (T -1150))
+((-2824 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-421 (-976 *6))) (-5 *4 (-1209)) (-5 *5 (-1191)) (-4 *6 (-466)) (-5 *2 (-560)) (-5 *1 (-1150 *6)))) (-2824 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-866 (-421 (-976 *6)))) (-5 *3 (-421 (-976 *6))) (-4 *6 (-466)) (-5 *2 (-560)) (-5 *1 (-1150 *6)))) (-2824 (*1 *2 *3) (|partial| -12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-466)) (-5 *2 (-560)) (-5 *1 (-1150 *4)))))
+(-10 -7 (-15 -2824 ((-3 (-560) "failed") (-421 (-976 |#1|)))) (-15 -2824 ((-3 (-560) "failed") (-421 (-976 |#1|)) (-1209) (-866 (-421 (-976 |#1|))))) (-15 -2824 ((-3 (-560) "failed") (-421 (-976 |#1|)) (-1209) (-421 (-976 |#1|)) (-1191))))
+((-1681 (((-326 (-560)) (-48)) 12 T ELT)))
+(((-1151) (-10 -7 (-15 -1681 ((-326 (-560)) (-48))))) (T -1151))
+((-1681 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-326 (-560))) (-5 *1 (-1151)))))
+(-10 -7 (-15 -1681 ((-326 (-560)) (-48))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) 42 T ELT)) (-3136 (((-114) $) 70 T ELT)) (-2948 (($ $ $) 51 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 97 T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-3531 (($ $ $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3090 (($ $ $ $) 80 T ELT)) (-2624 (($ $) NIL T ELT)) (-1903 (((-419 $) $) NIL T ELT)) (-3255 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) 81 T ELT)) (-2824 (((-560) $) NIL T ELT)) (-3297 (($ $ $) 77 T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL T ELT)) (-3752 (($ $ $) 64 T ELT)) (-1470 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 91 T ELT) (((-711 (-560)) (-711 $)) 30 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4356 (((-3 (-421 (-560)) "failed") $) NIL T ELT)) (-2639 (((-114) $) NIL T ELT)) (-2799 (((-421 (-560)) $) NIL T ELT)) (-2150 (($) 94 T ELT) (($ $) 95 T ELT)) (-3763 (($ $ $) 63 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL T ELT)) (-2072 (((-114) $) NIL T ELT)) (-4109 (($ $ $ $) NIL T ELT)) (-1362 (($ $ $) 92 T ELT)) (-1366 (((-114) $) NIL T ELT)) (-3266 (($ $ $) NIL T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL T ELT)) (-2936 (($ $ $) 50 T ELT)) (-3363 (((-114) $) 71 T ELT)) (-1602 (((-114) $) 69 T ELT)) (-2912 (($ $) 43 T ELT)) (-3851 (((-713 $) $) NIL T ELT)) (-1501 (((-114) $) 8 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL T ELT)) (-2861 (($ $ $ $) 78 T ELT)) (-1622 (($ $ $) 73 T ELT) (($) 40 T CONST)) (-3934 (($ $ $) 72 T ELT) (($) 39 T CONST)) (-3700 (($ $) NIL T ELT)) (-3862 (((-949) $) 87 T ELT)) (-3970 (($ $) 76 T ELT)) (-2974 (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL T ELT) (((-711 (-560)) (-1299 $)) NIL T ELT)) (-3100 (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3987 (($ $ $) NIL T ELT)) (-2689 (($) NIL T CONST)) (-2081 (($ (-949)) 86 T ELT)) (-3169 (($ $) 56 T ELT)) (-1473 (((-1152) $) 75 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL T ELT)) (-3128 (($ $ $) 67 T ELT) (($ (-663 $)) NIL T ELT)) (-3070 (($ $) NIL T ELT)) (-2549 (((-419 $) $) NIL T ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL T ELT)) (-4367 (((-114) $) NIL T ELT)) (-3760 (((-793) $) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 66 T ELT)) (-2703 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4186 (($ $) 57 T ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-560) $) 15 T ELT) (((-549) $) NIL T ELT) (((-916 (-560)) $) NIL T ELT) (((-391) $) NIL T ELT) (((-229) $) NIL T ELT)) (-3834 (((-888) $) 33 T ELT) (($ (-560)) 93 T ELT) (($ $) NIL T ELT) (($ (-560)) 93 T ELT)) (-3103 (((-793)) NIL T CONST)) (-1500 (((-114) $ $) NIL T ELT)) (-1441 (($ $ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3318 (($) 38 T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2925 (($ $ $) 48 T ELT)) (-4355 (($ $ $ $) 79 T ELT)) (-1958 (($ $) 68 T ELT)) (-3872 (($ $ $) 45 T ELT)) (-2971 (($) 36 T CONST)) (-4308 (($ $ $) 49 T ELT)) (-2983 (($) 37 T CONST)) (-2455 (((-1191) $) 24 T ELT) (((-1191) $ (-114)) 25 T ELT) (((-1305) (-847) $) 26 T ELT) (((-1305) (-847) $ (-114)) 27 T ELT)) (-4320 (($ $) 46 T ELT)) (-3095 (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4297 (($ $ $) 47 T ELT)) (-2537 (((-114) $ $) 55 T ELT)) (-2510 (((-114) $ $) 53 T ELT)) (-2478 (((-114) $ $) 41 T ELT)) (-2525 (((-114) $ $) 54 T ELT)) (-2499 (((-114) $ $) 52 T ELT)) (-3863 (($ $ $) 44 T ELT)) (-2581 (($ $) 14 T ELT) (($ $ $) 59 T ELT)) (-2571 (($ $ $) 58 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 62 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 35 T ELT) (($ $ $) 60 T ELT) (($ (-560) $) 35 T ELT)))
+(((-1152) (-13 (-559) (-868) (-113) (-845) (-10 -8 (-6 -4497) (-6 -4502) (-6 -4498) (-15 -2948 ($ $ $)) (-15 -4320 ($ $)) (-15 -4297 ($ $ $)) (-15 -4308 ($ $ $))))) (T -1152))
+((-2948 (*1 *1 *1 *1) (-5 *1 (-1152))) (-4320 (*1 *1 *1) (-5 *1 (-1152))) (-4297 (*1 *1 *1 *1) (-5 *1 (-1152))) (-4308 (*1 *1 *1 *1) (-5 *1 (-1152))))
+(-13 (-559) (-868) (-113) (-845) (-10 -8 (-6 -4497) (-6 -4502) (-6 -4498) (-15 -2948 ($ $ $)) (-15 -4320 ($ $)) (-15 -4297 ($ $ $)) (-15 -4308 ($ $ $))))
((|Integer|) (|%ismall?| |#1|))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2765 ((|#1| $) 51 T ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-3366 (($) 7 T CONST)) (-2868 ((|#1| |#1| $) 53 T ELT)) (-2387 ((|#1| $) 52 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 46 T ELT)) (-1368 (($ |#1| $) 47 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-1950 ((|#1| $) 48 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-2117 (((-793) $) 50 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) 49 T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1152 |#1|) (-142) (-1248)) (T -1152))
-((-2868 (*1 *2 *2 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-1248)))) (-2387 (*1 *2 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-1248)))) (-2765 (*1 *2 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-1248)))) (-2117 (*1 *2 *1) (-12 (-4 *1 (-1152 *3)) (-4 *3 (-1248)) (-5 *2 (-793)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4509) (-15 -2868 (|t#1| |t#1| $)) (-15 -2387 (|t#1| $)) (-15 -2765 (|t#1| $)) (-15 -2117 ((-793) $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-4095 ((|#3| $) 87 T ELT)) (-1442 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#3| "failed") $) 50 T ELT)) (-3056 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#3| $) 47 T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL T ELT) (((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-711 $) (-1298 $)) 84 T ELT) (((-711 |#3|) (-711 $)) 76 T ELT)) (-2457 (($ $ (-1 |#3| |#3|) (-793)) NIL T ELT) (($ $ (-1 |#3| |#3|)) 28 T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT)) (-1680 ((|#3| $) 89 T ELT)) (-3720 ((|#4| $) 43 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#3|) 25 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 24 T ELT) (($ $ (-560)) 95 T ELT)))
-(((-1153 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -1680 (|#3| |#1|)) (-15 -4095 (|#3| |#1|)) (-15 -3720 (|#4| |#1|)) (-15 -2336 ((-711 |#3|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -2539 (|#1| |#3|)) (-15 -1442 ((-3 |#3| "failed") |#1|)) (-15 -3056 (|#3| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|) (-793))) (-15 -2539 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-948))) (-15 -2539 ((-887) |#1|))) (-1154 |#2| |#3| |#4| |#5|) (-793) (-1080) (-245 |#2| |#3|) (-245 |#2| |#3|)) (T -1153))
-NIL
-(-10 -8 (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -1680 (|#3| |#1|)) (-15 -4095 (|#3| |#1|)) (-15 -3720 (|#4| |#1|)) (-15 -2336 ((-711 |#3|) (-711 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 |#3|)) (|:| |vec| (-1298 |#3|))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 |#1|) (-1298 |#1|))) (-15 -2336 ((-711 (-560)) (-711 |#1|))) (-15 -2539 (|#1| |#3|)) (-15 -1442 ((-3 |#3| "failed") |#1|)) (-15 -3056 (|#3| |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2457 (|#1| |#1| (-1 |#3| |#3|) (-793))) (-15 -2539 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-948))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4095 ((|#2| $) 87 T ELT)) (-3994 (((-114) $) 131 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2523 (((-114) $) 129 T ELT)) (-3067 (((-114) $ (-793)) 121 T ELT)) (-3020 (($ |#2|) 90 T ELT)) (-3366 (($) 22 T CONST)) (-2723 (($ $) 148 (|has| |#2| (-319)) ELT)) (-1964 ((|#3| $ (-560)) 143 T ELT)) (-1442 (((-3 (-560) "failed") $) 106 (|has| |#2| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 103 (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 |#2| "failed") $) 100 T ELT)) (-3056 (((-560) $) 105 (|has| |#2| (-1069 (-560))) ELT) (((-421 (-560)) $) 102 (|has| |#2| (-1069 (-421 (-560)))) ELT) ((|#2| $) 101 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 96 (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 95 (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) 94 T ELT) (((-711 |#2|) (-711 $)) 93 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3795 (((-793) $) 149 (|has| |#2| (-571)) ELT)) (-3393 ((|#2| $ (-560) (-560)) 141 T ELT)) (-1559 (((-663 |#2|) $) 114 (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) 40 T ELT)) (-1801 (((-793) $) 150 (|has| |#2| (-571)) ELT)) (-4128 (((-663 |#4|) $) 151 (|has| |#2| (-571)) ELT)) (-3758 (((-793) $) 137 T ELT)) (-3771 (((-793) $) 138 T ELT)) (-1456 (((-114) $ (-793)) 122 T ELT)) (-3291 ((|#2| $) 82 (|has| |#2| (-6 (-4511 "*"))) ELT)) (-1841 (((-560) $) 133 T ELT)) (-3726 (((-560) $) 135 T ELT)) (-2559 (((-663 |#2|) $) 113 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#2| $) 111 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3796 (((-560) $) 134 T ELT)) (-4346 (((-560) $) 136 T ELT)) (-3287 (($ (-663 (-663 |#2|))) 128 T ELT)) (-3459 (($ (-1 |#2| |#2|) $) 118 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#2| |#2| |#2|) $ $) 145 T ELT) (($ (-1 |#2| |#2|) $) 119 T ELT)) (-1385 (((-663 (-663 |#2|)) $) 139 T ELT)) (-2020 (((-114) $ (-793)) 123 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 98 (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 97 (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) 92 T ELT) (((-711 |#2|) (-1298 $)) 91 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-4311 (((-3 $ "failed") $) 81 (|has| |#2| (-376)) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2283 (((-3 $ "failed") $ |#2|) 146 (|has| |#2| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) 116 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#2|))) 110 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) 109 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) 108 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 107 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) 127 T ELT)) (-3868 (((-114) $) 124 T ELT)) (-1423 (($) 125 T ELT)) (-1495 ((|#2| $ (-560) (-560) |#2|) 142 T ELT) ((|#2| $ (-560) (-560)) 140 T ELT)) (-2457 (($ $ (-1 |#2| |#2|) (-793)) 62 T ELT) (($ $ (-1 |#2| |#2|)) 61 T ELT) (($ $) 52 (|has| |#2| (-239)) ELT) (($ $ (-793)) 50 (|has| |#2| (-239)) ELT) (($ $ (-1208)) 60 (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 58 (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 57 (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 56 (|has| |#2| (-929 (-1208))) ELT)) (-1680 ((|#2| $) 86 T ELT)) (-3589 (($ (-663 |#2|)) 89 T ELT)) (-2267 (((-114) $) 130 T ELT)) (-3720 ((|#3| $) 88 T ELT)) (-2687 ((|#2| $) 83 (|has| |#2| (-6 (-4511 "*"))) ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) 115 (|has| $ (-6 -4509)) ELT) (((-793) |#2| $) 112 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 126 T ELT)) (-1731 ((|#4| $ (-560)) 144 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 104 (|has| |#2| (-1069 (-421 (-560)))) ELT) (($ |#2|) 99 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) 117 (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) 132 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1 |#2| |#2|) (-793)) 64 T ELT) (($ $ (-1 |#2| |#2|)) 63 T ELT) (($ $) 51 (|has| |#2| (-239)) ELT) (($ $ (-793)) 49 (|has| |#2| (-239)) ELT) (($ $ (-1208)) 59 (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 55 (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 54 (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 53 (|has| |#2| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#2|) 147 (|has| |#2| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 80 (|has| |#2| (-376)) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#2|) 153 T ELT) (($ |#2| $) 152 T ELT) ((|#4| $ |#4|) 85 T ELT) ((|#3| |#3| $) 84 T ELT)) (-2305 (((-793) $) 120 (|has| $ (-6 -4509)) ELT)))
-(((-1154 |#1| |#2| |#3| |#4|) (-142) (-793) (-1080) (-245 |t#1| |t#2|) (-245 |t#1| |t#2|)) (T -1154))
-((-3020 (*1 *1 *2) (-12 (-4 *2 (-1080)) (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)))) (-3589 (*1 *1 *2) (-12 (-5 *2 (-663 *4)) (-4 *4 (-1080)) (-4 *1 (-1154 *3 *4 *5 *6)) (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *3 *4)))) (-3720 (*1 *2 *1) (-12 (-4 *1 (-1154 *3 *4 *2 *5)) (-4 *4 (-1080)) (-4 *5 (-245 *3 *4)) (-4 *2 (-245 *3 *4)))) (-4095 (*1 *2 *1) (-12 (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)) (-4 *2 (-1080)))) (-1680 (*1 *2 *1) (-12 (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)) (-4 *2 (-1080)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1154 *3 *4 *5 *2)) (-4 *4 (-1080)) (-4 *5 (-245 *3 *4)) (-4 *2 (-245 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1154 *3 *4 *2 *5)) (-4 *4 (-1080)) (-4 *2 (-245 *3 *4)) (-4 *5 (-245 *3 *4)))) (-2687 (*1 *2 *1) (-12 (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)) (|has| *2 (-6 (-4511 "*"))) (-4 *2 (-1080)))) (-3291 (*1 *2 *1) (-12 (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)) (|has| *2 (-6 (-4511 "*"))) (-4 *2 (-1080)))) (-4311 (*1 *1 *1) (|partial| -12 (-4 *1 (-1154 *2 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-245 *2 *3)) (-4 *5 (-245 *2 *3)) (-4 *3 (-376)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-1154 *3 *4 *5 *6)) (-4 *4 (-1080)) (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *3 *4)) (-4 *4 (-376)))))
-(-13 (-234 |t#2|) (-111 |t#2| |t#2|) (-1084 |t#1| |t#1| |t#2| |t#3| |t#4|) (-426 |t#2|) (-390 |t#2|) (-10 -8 (IF (|has| |t#2| (-175)) (-6 (-739 |t#2|)) |%noBranch|) (-15 -3020 ($ |t#2|)) (-15 -3589 ($ (-663 |t#2|))) (-15 -3720 (|t#3| $)) (-15 -4095 (|t#2| $)) (-15 -1680 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4511 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -2687 (|t#2| $)) (-15 -3291 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-376)) (PROGN (-15 -4311 ((-3 $ "failed") $)) (-15 ** ($ $ (-560)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4511 "*"))) ((-102) . T) ((-111 |#2| |#2|) . T) ((-133) . T) ((-635 #0=(-421 (-560))) |has| |#2| (-1069 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#2|) . T) ((-632 (-887)) . T) ((-236 $) -2191 (|has| |#2| (-239)) (|has| |#2| (-240))) ((-234 |#2|) . T) ((-240) |has| |#2| (-240)) ((-239) -2191 (|has| |#2| (-239)) (|has| |#2| (-240))) ((-274 |#2|) . T) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-390 |#2|) . T) ((-426 |#2|) . T) ((-503 |#2|) . T) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-668 (-560)) . T) ((-668 |#2|) . T) ((-668 $) . T) ((-670 #1=(-560)) |has| |#2| (-660 (-560))) ((-670 |#2|) . T) ((-670 $) . T) ((-662 |#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-6 (-4511 "*")))) ((-660 #1#) |has| |#2| (-660 (-560))) ((-660 |#2|) . T) ((-739 |#2|) -2191 (|has| |#2| (-175)) (|has| |#2| (-6 (-4511 "*")))) ((-748) . T) ((-921 $ #2=(-1208)) -2191 (|has| |#2| (-929 (-1208))) (|has| |#2| (-927 (-1208)))) ((-927 (-1208)) |has| |#2| (-927 (-1208))) ((-929 #2#) -2191 (|has| |#2| (-929 (-1208))) (|has| |#2| (-927 (-1208)))) ((-1084 |#1| |#1| |#2| |#3| |#4|) . T) ((-1069 #0#) |has| |#2| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#2| (-1069 (-560))) ((-1069 |#2|) . T) ((-1082 |#2|) . T) ((-1087 |#2|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-3335 ((|#4| |#4|) 81 T ELT)) (-2554 ((|#4| |#4|) 76 T ELT)) (-2880 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|))) |#4| |#3|) 91 T ELT)) (-4372 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80 T ELT)) (-1701 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78 T ELT)))
-(((-1155 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2554 (|#4| |#4|)) (-15 -1701 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3335 (|#4| |#4|)) (-15 -4372 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -2880 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|))) |#4| |#3|))) (-319) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|)) (T -1155))
-((-2880 (*1 *2 *3 *4) (-12 (-4 *5 (-319)) (-4 *6 (-385 *5)) (-4 *4 (-385 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4)))) (-5 *1 (-1155 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))) (-4372 (*1 *2 *3) (-12 (-4 *4 (-319)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1155 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-3335 (*1 *2 *2) (-12 (-4 *3 (-319)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-1155 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-1701 (*1 *2 *3) (-12 (-4 *4 (-319)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1155 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-2554 (*1 *2 *2) (-12 (-4 *3 (-319)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-1155 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
-(-10 -7 (-15 -2554 (|#4| |#4|)) (-15 -1701 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3335 (|#4| |#4|)) (-15 -4372 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -2880 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1868 (-663 |#3|))) |#4| |#3|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 18 T ELT)) (-3557 (((-663 |#2|) $) 174 T ELT)) (-3349 (((-1202 $) $ |#2|) 60 T ELT) (((-1202 |#1|) $) 49 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 116 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 118 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 120 (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 |#2|)) 213 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) 167 T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 |#2| "failed") $) NIL T ELT)) (-3056 ((|#1| $) 165 T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) ((|#2| $) NIL T ELT)) (-2076 (($ $ $ |#2|) NIL (|has| |#1| (-175)) ELT)) (-2474 (($ $) 217 T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) 90 T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ |#2|) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| (-545 |#2|) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| |#1| (-911 (-391))) (|has| |#2| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| |#1| (-911 (-560))) (|has| |#2| (-911 (-560)))) ELT)) (-1871 (((-114) $) 20 T ELT)) (-2541 (((-793) $) 30 T ELT)) (-3541 (($ (-1202 |#1|) |#2|) 54 T ELT) (($ (-1202 $) |#2|) 71 T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) 38 T ELT)) (-3528 (($ |#1| (-545 |#2|)) 78 T ELT) (($ $ |#2| (-793)) 58 T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ |#2|) NIL T ELT)) (-4486 (((-545 |#2|) $) 205 T ELT) (((-793) $ |#2|) 206 T ELT) (((-663 (-793)) $ (-663 |#2|)) 207 T ELT)) (-1729 (($ (-1 (-545 |#2|) (-545 |#2|)) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 128 T ELT)) (-1762 (((-3 |#2| "failed") $) 177 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2439 (($ $) 216 T ELT)) (-2450 ((|#1| $) 43 T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| |#2|) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) 39 T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 148 (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) 153 (|has| |#1| (-466)) ELT) (($ $ $) 138 (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-939)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 126 (|has| |#1| (-571)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#2| |#1|) 180 T ELT) (($ $ (-663 |#2|) (-663 |#1|)) 195 T ELT) (($ $ |#2| $) 179 T ELT) (($ $ (-663 |#2|) (-663 $)) 194 T ELT)) (-3622 (($ $ |#2|) NIL (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) 215 T ELT)) (-4283 (((-545 |#2|) $) 201 T ELT) (((-793) $ |#2|) 196 T ELT) (((-663 (-793)) $ (-663 |#2|)) 199 T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| |#1| (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| |#1| (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| |#1| (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-2389 ((|#1| $) 134 (|has| |#1| (-466)) ELT) (($ $ |#2|) 137 (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-2539 (((-887) $) 159 T ELT) (($ (-560)) 84 T ELT) (($ |#1|) 85 T ELT) (($ |#2|) 33 T ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-2277 (((-663 |#1|) $) 162 T ELT)) (-2453 ((|#1| $ (-545 |#2|)) 80 T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) 87 T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) 123 (|has| |#1| (-571)) ELT)) (-1427 (($) 12 T CONST)) (-1439 (($) 14 T CONST)) (-4324 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2329 (((-114) $ $) 106 T ELT)) (-2436 (($ $ |#1|) 132 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 93 T ELT) (($ $ $) 104 T ELT)) (-2413 (($ $ $) 55 T ELT)) (** (($ $ (-948)) 110 T ELT) (($ $ (-793)) 109 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 96 T ELT) (($ $ $) 72 T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 99 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1156 |#1| |#2|) (-979 |#1| (-545 |#2|) |#2|) (-1080) (-871)) (T -1156))
-NIL
-(-979 |#1| (-545 |#2|) |#2|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 |#2|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3594 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 128 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2837 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 124 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3623 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 132 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1928 (((-975 |#1|) $ (-793)) NIL T ELT) (((-975 |#1|) $ (-793) (-793)) NIL T ELT)) (-4405 (((-114) $) NIL T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-793) $ |#2|) NIL T ELT) (((-793) $ |#2| (-793)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ $ (-663 |#2|) (-663 (-545 |#2|))) NIL T ELT) (($ $ |#2| (-545 |#2|)) NIL T ELT) (($ |#1| (-545 |#2|)) NIL T ELT) (($ $ |#2| (-793)) 63 T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1842 (($ $) 122 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3071 (($ $ |#2|) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ |#2| |#1|) 175 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4000 (($ (-1 $) |#2| |#1|) 174 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2674 (($ $ (-793)) 16 T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1920 (($ $) 120 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (($ $ |#2| $) 106 T ELT) (($ $ (-663 |#2|) (-663 $)) 99 T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT)) (-2457 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) 109 T ELT)) (-4283 (((-545 |#2|) $) NIL T ELT)) (-3973 (((-1 (-1186 |#3|) |#3|) (-663 |#2|) (-663 (-1186 |#3|))) 87 T ELT)) (-3637 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 134 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 130 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 126 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 18 T ELT)) (-2539 (((-887) $) 198 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 45 (|has| |#1| (-175)) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#2|) 70 T ELT) (($ |#3|) 68 T ELT)) (-2453 ((|#1| $ (-545 |#2|)) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) ((|#3| $ (-793)) 43 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 136 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2979 (($ $) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 138 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 52 T CONST)) (-1439 (($) 62 T CONST)) (-4324 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) 200 (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 66 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 77 T ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 112 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 65 T ELT) (($ $ (-421 (-560))) 117 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 115 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 48 T ELT) (($ $ |#1|) 49 T ELT) (($ |#3| $) 47 T ELT)))
-(((-1157 |#1| |#2| |#3|) (-13 (-762 |#1| |#2|) (-10 -8 (-15 -2453 (|#3| $ (-793))) (-15 -2539 ($ |#2|)) (-15 -2539 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3973 ((-1 (-1186 |#3|) |#3|) (-663 |#2|) (-663 (-1186 |#3|)))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $ |#2| |#1|)) (-15 -4000 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1080) (-871) (-979 |#1| (-545 |#2|) |#2|)) (T -1157))
-((-2453 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *2 (-979 *4 (-545 *5) *5)) (-5 *1 (-1157 *4 *5 *2)) (-4 *4 (-1080)) (-4 *5 (-871)))) (-2539 (*1 *1 *2) (-12 (-4 *3 (-1080)) (-4 *2 (-871)) (-5 *1 (-1157 *3 *2 *4)) (-4 *4 (-979 *3 (-545 *2) *2)))) (-2539 (*1 *1 *2) (-12 (-4 *3 (-1080)) (-4 *4 (-871)) (-5 *1 (-1157 *3 *4 *2)) (-4 *2 (-979 *3 (-545 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1080)) (-4 *4 (-871)) (-5 *1 (-1157 *3 *4 *2)) (-4 *2 (-979 *3 (-545 *4) *4)))) (-3973 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-1186 *7))) (-4 *6 (-871)) (-4 *7 (-979 *5 (-545 *6) *6)) (-4 *5 (-1080)) (-5 *2 (-1 (-1186 *7) *7)) (-5 *1 (-1157 *5 *6 *7)))) (-3071 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-4 *2 (-871)) (-5 *1 (-1157 *3 *2 *4)) (-4 *4 (-979 *3 (-545 *2) *2)))) (-4000 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1157 *4 *3 *5))) (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1080)) (-4 *3 (-871)) (-5 *1 (-1157 *4 *3 *5)) (-4 *5 (-979 *4 (-545 *3) *3)))))
-(-13 (-762 |#1| |#2|) (-10 -8 (-15 -2453 (|#3| $ (-793))) (-15 -2539 ($ |#2|)) (-15 -2539 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3973 ((-1 (-1186 |#3|) |#3|) (-663 |#2|) (-663 (-1186 |#3|)))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $ |#2| |#1|)) (-15 -4000 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-3509 (((-663 $) (-663 |#4|)) 94 T ELT) (((-663 $) (-663 |#4|) (-114)) 121 T ELT)) (-3557 (((-663 |#3|) $) 37 T ELT)) (-3343 (((-114) $) 30 T ELT)) (-3540 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-1370 ((|#4| |#4| $) 100 T ELT)) (-2082 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| $) 136 T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-3067 (((-114) $ (-793)) 48 T ELT)) (-3606 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-3366 (($) 49 T CONST)) (-2244 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-3056 (($ (-663 |#4|)) 39 T ELT)) (-3806 (((-3 $ "failed") $) 90 T ELT)) (-2206 ((|#4| |#4| $) 97 T ELT)) (-2885 (($ $) 72 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#4| $) 71 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-4269 ((|#4| |#4| $) 95 T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) 113 T ELT)) (-3452 (((-114) |#4| $) 146 T ELT)) (-4164 (((-114) |#4| $) 143 T ELT)) (-3212 (((-114) |#4| $) 147 T ELT) (((-114) $) 144 T ELT)) (-1559 (((-663 |#4|) $) 56 (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) 47 T ELT)) (-2559 (((-663 |#4|) $) 57 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-1972 (((-663 |#3|) $) 36 T ELT)) (-3253 (((-114) |#3| $) 35 T ELT)) (-2020 (((-114) $ (-793)) 46 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-4472 (((-3 |#4| (-663 $)) |#4| |#4| $) 138 T ELT)) (-2939 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| |#4| $) 137 T ELT)) (-2045 (((-3 |#4| "failed") $) 91 T ELT)) (-1999 (((-663 $) |#4| $) 139 T ELT)) (-3329 (((-3 (-114) (-663 $)) |#4| $) 142 T ELT)) (-3742 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 $))) |#4| $) 141 T ELT) (((-114) |#4| $) 140 T ELT)) (-4340 (((-663 $) |#4| $) 135 T ELT) (((-663 $) (-663 |#4|) $) 134 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 133 T ELT) (((-663 $) |#4| (-663 $)) 132 T ELT)) (-3520 (($ |#4| $) 127 T ELT) (($ (-663 |#4|) $) 126 T ELT)) (-2065 (((-663 |#4|) $) 115 T ELT)) (-2872 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-1703 ((|#4| |#4| $) 98 T ELT)) (-2638 (((-114) $ $) 118 T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-1488 ((|#4| |#4| $) 99 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3794 (((-3 |#4| "failed") $) 92 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4300 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-2674 (($ $ |#4|) 85 T ELT) (((-663 $) |#4| $) 125 T ELT) (((-663 $) |#4| (-663 $)) 124 T ELT) (((-663 $) (-663 |#4|) $) 123 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) 42 T ELT)) (-3868 (((-114) $) 45 T ELT)) (-1423 (($) 44 T ELT)) (-4283 (((-793) $) 114 T ELT)) (-3150 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 43 T ELT)) (-4417 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 64 T ELT)) (-4299 (($ $ |#3|) 32 T ELT)) (-3912 (($ $ |#3|) 34 T ELT)) (-3396 (($ $) 96 T ELT)) (-1860 (($ $ |#3|) 33 T ELT)) (-2539 (((-887) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-1895 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-2478 (((-663 $) |#4| $) 131 T ELT) (((-663 $) |#4| (-663 $)) 130 T ELT) (((-663 $) (-663 |#4|) $) 129 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 128 T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) 89 T ELT)) (-3038 (((-114) |#4| $) 145 T ELT)) (-1749 (((-114) |#3| $) 88 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2305 (((-793) $) 50 (|has| $ (-6 -4509)) ELT)))
-(((-1158 |#1| |#2| |#3| |#4|) (-142) (-466) (-815) (-871) (-1096 |t#1| |t#2| |t#3|)) (T -1158))
-NIL
-(-13 (-1140 |t#1| |t#2| |t#3| |t#4|) (-806 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-887)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-806 |#1| |#2| |#3| |#4|) . T) ((-1007 |#1| |#2| |#3| |#4|) . T) ((-1102 |#1| |#2| |#3| |#4|) . T) ((-1132) . T) ((-1140 |#1| |#2| |#3| |#4|) . T) ((-1243 |#1| |#2| |#3| |#4|) . T) ((-1248) . T))
-((-3824 (((-663 |#2|) |#1|) 15 T ELT)) (-4137 (((-663 |#2|) |#2| |#2| |#2| |#2| |#2|) 47 T ELT) (((-663 |#2|) |#1|) 61 T ELT)) (-4069 (((-663 |#2|) |#2| |#2| |#2|) 45 T ELT) (((-663 |#2|) |#1|) 59 T ELT)) (-2396 ((|#2| |#1|) 54 T ELT)) (-2404 (((-2 (|:| |solns| (-663 |#2|)) (|:| |maps| (-663 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20 T ELT)) (-1904 (((-663 |#2|) |#2| |#2|) 42 T ELT) (((-663 |#2|) |#1|) 58 T ELT)) (-3453 (((-663 |#2|) |#2| |#2| |#2| |#2|) 46 T ELT) (((-663 |#2|) |#1|) 60 T ELT)) (-1689 ((|#2| |#2| |#2| |#2| |#2| |#2|) 53 T ELT)) (-4342 ((|#2| |#2| |#2| |#2|) 51 T ELT)) (-1467 ((|#2| |#2| |#2|) 50 T ELT)) (-3615 ((|#2| |#2| |#2| |#2| |#2|) 52 T ELT)))
-(((-1159 |#1| |#2|) (-10 -7 (-15 -3824 ((-663 |#2|) |#1|)) (-15 -2396 (|#2| |#1|)) (-15 -2404 ((-2 (|:| |solns| (-663 |#2|)) (|:| |maps| (-663 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -1904 ((-663 |#2|) |#1|)) (-15 -4069 ((-663 |#2|) |#1|)) (-15 -3453 ((-663 |#2|) |#1|)) (-15 -4137 ((-663 |#2|) |#1|)) (-15 -1904 ((-663 |#2|) |#2| |#2|)) (-15 -4069 ((-663 |#2|) |#2| |#2| |#2|)) (-15 -3453 ((-663 |#2|) |#2| |#2| |#2| |#2|)) (-15 -4137 ((-663 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -1467 (|#2| |#2| |#2|)) (-15 -4342 (|#2| |#2| |#2| |#2|)) (-15 -3615 (|#2| |#2| |#2| |#2| |#2|)) (-15 -1689 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1274 |#2|) (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (T -1159))
-((-1689 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))) (-3615 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))) (-4342 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))) (-1467 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))) (-4137 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *3)) (-5 *1 (-1159 *4 *3)) (-4 *4 (-1274 *3)))) (-3453 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *3)) (-5 *1 (-1159 *4 *3)) (-4 *4 (-1274 *3)))) (-4069 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *3)) (-5 *1 (-1159 *4 *3)) (-4 *4 (-1274 *3)))) (-1904 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *3)) (-5 *1 (-1159 *4 *3)) (-4 *4 (-1274 *3)))) (-4137 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4)))) (-3453 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4)))) (-4069 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4)))) (-1904 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4)))) (-2404 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-2 (|:| |solns| (-663 *5)) (|:| |maps| (-663 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1159 *3 *5)) (-4 *3 (-1274 *5)))) (-2396 (*1 *2 *3) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))) (-3824 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -3824 ((-663 |#2|) |#1|)) (-15 -2396 (|#2| |#1|)) (-15 -2404 ((-2 (|:| |solns| (-663 |#2|)) (|:| |maps| (-663 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -1904 ((-663 |#2|) |#1|)) (-15 -4069 ((-663 |#2|) |#1|)) (-15 -3453 ((-663 |#2|) |#1|)) (-15 -4137 ((-663 |#2|) |#1|)) (-15 -1904 ((-663 |#2|) |#2| |#2|)) (-15 -4069 ((-663 |#2|) |#2| |#2| |#2|)) (-15 -3453 ((-663 |#2|) |#2| |#2| |#2| |#2|)) (-15 -4137 ((-663 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -1467 (|#2| |#2| |#2|)) (-15 -4342 (|#2| |#2| |#2| |#2|)) (-15 -3615 (|#2| |#2| |#2| |#2| |#2|)) (-15 -1689 (|#2| |#2| |#2| |#2| |#2| |#2|)))
-((-3893 (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-975 |#1|))))) 118 T ELT) (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-975 |#1|)))) (-663 (-1208))) 117 T ELT) (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-975 |#1|)))) 115 T ELT) (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-975 |#1|))) (-663 (-1208))) 113 T ELT) (((-663 (-305 (-326 |#1|))) (-305 (-421 (-975 |#1|)))) 97 T ELT) (((-663 (-305 (-326 |#1|))) (-305 (-421 (-975 |#1|))) (-1208)) 98 T ELT) (((-663 (-305 (-326 |#1|))) (-421 (-975 |#1|))) 92 T ELT) (((-663 (-305 (-326 |#1|))) (-421 (-975 |#1|)) (-1208)) 82 T ELT)) (-1870 (((-663 (-663 (-326 |#1|))) (-663 (-421 (-975 |#1|))) (-663 (-1208))) 111 T ELT) (((-663 (-326 |#1|)) (-421 (-975 |#1|)) (-1208)) 54 T ELT)) (-4477 (((-1197 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-421 (-975 |#1|)) (-1208)) 122 T ELT) (((-1197 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-305 (-421 (-975 |#1|))) (-1208)) 121 T ELT)))
-(((-1160 |#1|) (-10 -7 (-15 -3893 ((-663 (-305 (-326 |#1|))) (-421 (-975 |#1|)) (-1208))) (-15 -3893 ((-663 (-305 (-326 |#1|))) (-421 (-975 |#1|)))) (-15 -3893 ((-663 (-305 (-326 |#1|))) (-305 (-421 (-975 |#1|))) (-1208))) (-15 -3893 ((-663 (-305 (-326 |#1|))) (-305 (-421 (-975 |#1|))))) (-15 -3893 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-975 |#1|))) (-663 (-1208)))) (-15 -3893 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-975 |#1|))))) (-15 -3893 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-975 |#1|)))) (-663 (-1208)))) (-15 -3893 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-975 |#1|)))))) (-15 -1870 ((-663 (-326 |#1|)) (-421 (-975 |#1|)) (-1208))) (-15 -1870 ((-663 (-663 (-326 |#1|))) (-663 (-421 (-975 |#1|))) (-663 (-1208)))) (-15 -4477 ((-1197 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-305 (-421 (-975 |#1|))) (-1208))) (-15 -4477 ((-1197 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-421 (-975 |#1|)) (-1208)))) (-13 (-319) (-149))) (T -1160))
-((-4477 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-1197 (-663 (-326 *5)) (-663 (-305 (-326 *5))))) (-5 *1 (-1160 *5)))) (-4477 (*1 *2 *3 *4) (-12 (-5 *3 (-305 (-421 (-975 *5)))) (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-1197 (-663 (-326 *5)) (-663 (-305 (-326 *5))))) (-5 *1 (-1160 *5)))) (-1870 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-975 *5)))) (-5 *4 (-663 (-1208))) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-326 *5)))) (-5 *1 (-1160 *5)))) (-1870 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-326 *5))) (-5 *1 (-1160 *5)))) (-3893 (*1 *2 *3) (-12 (-5 *3 (-663 (-305 (-421 (-975 *4))))) (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *4))))) (-5 *1 (-1160 *4)))) (-3893 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-305 (-421 (-975 *5))))) (-5 *4 (-663 (-1208))) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5))))) (-5 *1 (-1160 *5)))) (-3893 (*1 *2 *3) (-12 (-5 *3 (-663 (-421 (-975 *4)))) (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *4))))) (-5 *1 (-1160 *4)))) (-3893 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-975 *5)))) (-5 *4 (-663 (-1208))) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5))))) (-5 *1 (-1160 *5)))) (-3893 (*1 *2 *3) (-12 (-5 *3 (-305 (-421 (-975 *4)))) (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1160 *4)))) (-3893 (*1 *2 *3 *4) (-12 (-5 *3 (-305 (-421 (-975 *5)))) (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1160 *5)))) (-3893 (*1 *2 *3) (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1160 *4)))) (-3893 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1160 *5)))))
-(-10 -7 (-15 -3893 ((-663 (-305 (-326 |#1|))) (-421 (-975 |#1|)) (-1208))) (-15 -3893 ((-663 (-305 (-326 |#1|))) (-421 (-975 |#1|)))) (-15 -3893 ((-663 (-305 (-326 |#1|))) (-305 (-421 (-975 |#1|))) (-1208))) (-15 -3893 ((-663 (-305 (-326 |#1|))) (-305 (-421 (-975 |#1|))))) (-15 -3893 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-975 |#1|))) (-663 (-1208)))) (-15 -3893 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-975 |#1|))))) (-15 -3893 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-975 |#1|)))) (-663 (-1208)))) (-15 -3893 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-975 |#1|)))))) (-15 -1870 ((-663 (-326 |#1|)) (-421 (-975 |#1|)) (-1208))) (-15 -1870 ((-663 (-663 (-326 |#1|))) (-663 (-421 (-975 |#1|))) (-663 (-1208)))) (-15 -4477 ((-1197 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-305 (-421 (-975 |#1|))) (-1208))) (-15 -4477 ((-1197 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-421 (-975 |#1|)) (-1208))))
-((-3058 (((-421 (-1202 (-326 |#1|))) (-1298 (-326 |#1|)) (-421 (-1202 (-326 |#1|))) (-560)) 36 T ELT)) (-1560 (((-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|)))) 48 T ELT)))
-(((-1161 |#1|) (-10 -7 (-15 -1560 ((-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|))))) (-15 -3058 ((-421 (-1202 (-326 |#1|))) (-1298 (-326 |#1|)) (-421 (-1202 (-326 |#1|))) (-560)))) (-571)) (T -1161))
-((-3058 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-421 (-1202 (-326 *5)))) (-5 *3 (-1298 (-326 *5))) (-5 *4 (-560)) (-4 *5 (-571)) (-5 *1 (-1161 *5)))) (-1560 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-421 (-1202 (-326 *3)))) (-4 *3 (-571)) (-5 *1 (-1161 *3)))))
-(-10 -7 (-15 -1560 ((-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|))) (-421 (-1202 (-326 |#1|))))) (-15 -3058 ((-421 (-1202 (-326 |#1|))) (-1298 (-326 |#1|)) (-421 (-1202 (-326 |#1|))) (-560))))
-((-3824 (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-326 |#1|))) (-663 (-1208))) 244 T ELT) (((-663 (-305 (-326 |#1|))) (-326 |#1|) (-1208)) 23 T ELT) (((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)) (-1208)) 29 T ELT) (((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|))) 28 T ELT) (((-663 (-305 (-326 |#1|))) (-326 |#1|)) 24 T ELT)))
-(((-1162 |#1|) (-10 -7 (-15 -3824 ((-663 (-305 (-326 |#1|))) (-326 |#1|))) (-15 -3824 ((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)))) (-15 -3824 ((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)) (-1208))) (-15 -3824 ((-663 (-305 (-326 |#1|))) (-326 |#1|) (-1208))) (-15 -3824 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-326 |#1|))) (-663 (-1208))))) (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (T -1162))
-((-3824 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-1208))) (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5))))) (-5 *1 (-1162 *5)) (-5 *3 (-663 (-305 (-326 *5)))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1162 *5)) (-5 *3 (-326 *5)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1162 *5)) (-5 *3 (-305 (-326 *5))))) (-3824 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1162 *4)) (-5 *3 (-305 (-326 *4))))) (-3824 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1162 *4)) (-5 *3 (-326 *4)))))
-(-10 -7 (-15 -3824 ((-663 (-305 (-326 |#1|))) (-326 |#1|))) (-15 -3824 ((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)))) (-15 -3824 ((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)) (-1208))) (-15 -3824 ((-663 (-305 (-326 |#1|))) (-326 |#1|) (-1208))) (-15 -3824 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-326 |#1|))) (-663 (-1208)))))
-((-2985 ((|#2| |#2|) 28 (|has| |#1| (-871)) ELT) ((|#2| |#2| (-1 (-114) |#1| |#1|)) 25 T ELT)) (-2097 ((|#2| |#2|) 27 (|has| |#1| (-871)) ELT) ((|#2| |#2| (-1 (-114) |#1| |#1|)) 22 T ELT)))
-(((-1163 |#1| |#2|) (-10 -7 (-15 -2097 (|#2| |#2| (-1 (-114) |#1| |#1|))) (-15 -2985 (|#2| |#2| (-1 (-114) |#1| |#1|))) (IF (|has| |#1| (-871)) (PROGN (-15 -2097 (|#2| |#2|)) (-15 -2985 (|#2| |#2|))) |%noBranch|)) (-1248) (-13 (-618 (-560) |#1|) (-10 -7 (-6 -4509) (-6 -4510)))) (T -1163))
-((-2985 (*1 *2 *2) (-12 (-4 *3 (-871)) (-4 *3 (-1248)) (-5 *1 (-1163 *3 *2)) (-4 *2 (-13 (-618 (-560) *3) (-10 -7 (-6 -4509) (-6 -4510)))))) (-2097 (*1 *2 *2) (-12 (-4 *3 (-871)) (-4 *3 (-1248)) (-5 *1 (-1163 *3 *2)) (-4 *2 (-13 (-618 (-560) *3) (-10 -7 (-6 -4509) (-6 -4510)))))) (-2985 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-1163 *4 *2)) (-4 *2 (-13 (-618 (-560) *4) (-10 -7 (-6 -4509) (-6 -4510)))))) (-2097 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-1163 *4 *2)) (-4 *2 (-13 (-618 (-560) *4) (-10 -7 (-6 -4509) (-6 -4510)))))))
-(-10 -7 (-15 -2097 (|#2| |#2| (-1 (-114) |#1| |#1|))) (-15 -2985 (|#2| |#2| (-1 (-114) |#1| |#1|))) (IF (|has| |#1| (-871)) (PROGN (-15 -2097 (|#2| |#2|)) (-15 -2985 (|#2| |#2|))) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-4141 (((-1196 3 |#1|) $) 141 T ELT)) (-2891 (((-114) $) 101 T ELT)) (-2300 (($ $ (-663 (-972 |#1|))) 44 T ELT) (($ $ (-663 (-663 |#1|))) 104 T ELT) (($ (-663 (-972 |#1|))) 103 T ELT) (((-663 (-972 |#1|)) $) 102 T ELT)) (-3793 (((-114) $) 72 T ELT)) (-1921 (($ $ (-972 |#1|)) 76 T ELT) (($ $ (-663 |#1|)) 81 T ELT) (($ $ (-793)) 83 T ELT) (($ (-972 |#1|)) 77 T ELT) (((-972 |#1|) $) 75 T ELT)) (-2984 (((-2 (|:| -3135 (-793)) (|:| |curves| (-793)) (|:| |polygons| (-793)) (|:| |constructs| (-793))) $) 139 T ELT)) (-3983 (((-793) $) 53 T ELT)) (-2465 (((-793) $) 52 T ELT)) (-3358 (($ $ (-793) (-972 |#1|)) 67 T ELT)) (-1425 (((-114) $) 111 T ELT)) (-3805 (($ $ (-663 (-663 (-972 |#1|))) (-663 (-174)) (-174)) 118 T ELT) (($ $ (-663 (-663 (-663 |#1|))) (-663 (-174)) (-174)) 120 T ELT) (($ $ (-663 (-663 (-972 |#1|))) (-114) (-114)) 115 T ELT) (($ $ (-663 (-663 (-663 |#1|))) (-114) (-114)) 127 T ELT) (($ (-663 (-663 (-972 |#1|)))) 116 T ELT) (($ (-663 (-663 (-972 |#1|))) (-114) (-114)) 117 T ELT) (((-663 (-663 (-972 |#1|))) $) 114 T ELT)) (-4246 (($ (-663 $)) 56 T ELT) (($ $ $) 57 T ELT)) (-2185 (((-663 (-174)) $) 133 T ELT)) (-2112 (((-663 (-972 |#1|)) $) 130 T ELT)) (-3736 (((-663 (-663 (-174))) $) 132 T ELT)) (-3709 (((-663 (-663 (-663 (-972 |#1|)))) $) NIL T ELT)) (-2971 (((-663 (-663 (-663 (-793)))) $) 131 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2048 (((-793) $ (-663 (-972 |#1|))) 65 T ELT)) (-1452 (((-114) $) 84 T ELT)) (-3897 (($ $ (-663 (-972 |#1|))) 86 T ELT) (($ $ (-663 (-663 |#1|))) 92 T ELT) (($ (-663 (-972 |#1|))) 87 T ELT) (((-663 (-972 |#1|)) $) 85 T ELT)) (-2466 (($) 48 T ELT) (($ (-1196 3 |#1|)) 49 T ELT)) (-2721 (($ $) 63 T ELT)) (-4255 (((-663 $) $) 62 T ELT)) (-1536 (($ (-663 $)) 59 T ELT)) (-2204 (((-663 $) $) 61 T ELT)) (-2539 (((-887) $) 146 T ELT)) (-3062 (((-114) $) 94 T ELT)) (-2005 (($ $ (-663 (-972 |#1|))) 96 T ELT) (($ $ (-663 (-663 |#1|))) 99 T ELT) (($ (-663 (-972 |#1|))) 97 T ELT) (((-663 (-972 |#1|)) $) 95 T ELT)) (-2469 (($ $) 140 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1164 |#1|) (-1165 |#1|) (-1080)) (T -1164))
-NIL
-(-1165 |#1|)
-((-2294 (((-114) $ $) 7 T ELT)) (-4141 (((-1196 3 |#1|) $) 17 T ELT)) (-2891 (((-114) $) 33 T ELT)) (-2300 (($ $ (-663 (-972 |#1|))) 37 T ELT) (($ $ (-663 (-663 |#1|))) 36 T ELT) (($ (-663 (-972 |#1|))) 35 T ELT) (((-663 (-972 |#1|)) $) 34 T ELT)) (-3793 (((-114) $) 48 T ELT)) (-1921 (($ $ (-972 |#1|)) 53 T ELT) (($ $ (-663 |#1|)) 52 T ELT) (($ $ (-793)) 51 T ELT) (($ (-972 |#1|)) 50 T ELT) (((-972 |#1|) $) 49 T ELT)) (-2984 (((-2 (|:| -3135 (-793)) (|:| |curves| (-793)) (|:| |polygons| (-793)) (|:| |constructs| (-793))) $) 19 T ELT)) (-3983 (((-793) $) 62 T ELT)) (-2465 (((-793) $) 63 T ELT)) (-3358 (($ $ (-793) (-972 |#1|)) 54 T ELT)) (-1425 (((-114) $) 25 T ELT)) (-3805 (($ $ (-663 (-663 (-972 |#1|))) (-663 (-174)) (-174)) 32 T ELT) (($ $ (-663 (-663 (-663 |#1|))) (-663 (-174)) (-174)) 31 T ELT) (($ $ (-663 (-663 (-972 |#1|))) (-114) (-114)) 30 T ELT) (($ $ (-663 (-663 (-663 |#1|))) (-114) (-114)) 29 T ELT) (($ (-663 (-663 (-972 |#1|)))) 28 T ELT) (($ (-663 (-663 (-972 |#1|))) (-114) (-114)) 27 T ELT) (((-663 (-663 (-972 |#1|))) $) 26 T ELT)) (-4246 (($ (-663 $)) 61 T ELT) (($ $ $) 60 T ELT)) (-2185 (((-663 (-174)) $) 20 T ELT)) (-2112 (((-663 (-972 |#1|)) $) 24 T ELT)) (-3736 (((-663 (-663 (-174))) $) 21 T ELT)) (-3709 (((-663 (-663 (-663 (-972 |#1|)))) $) 22 T ELT)) (-2971 (((-663 (-663 (-663 (-793)))) $) 23 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2048 (((-793) $ (-663 (-972 |#1|))) 55 T ELT)) (-1452 (((-114) $) 43 T ELT)) (-3897 (($ $ (-663 (-972 |#1|))) 47 T ELT) (($ $ (-663 (-663 |#1|))) 46 T ELT) (($ (-663 (-972 |#1|))) 45 T ELT) (((-663 (-972 |#1|)) $) 44 T ELT)) (-2466 (($) 65 T ELT) (($ (-1196 3 |#1|)) 64 T ELT)) (-2721 (($ $) 56 T ELT)) (-4255 (((-663 $) $) 57 T ELT)) (-1536 (($ (-663 $)) 59 T ELT)) (-2204 (((-663 $) $) 58 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3062 (((-114) $) 38 T ELT)) (-2005 (($ $ (-663 (-972 |#1|))) 42 T ELT) (($ $ (-663 (-663 |#1|))) 41 T ELT) (($ (-663 (-972 |#1|))) 40 T ELT) (((-663 (-972 |#1|)) $) 39 T ELT)) (-2469 (($ $) 18 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-1165 |#1|) (-142) (-1080)) (T -1165))
-((-2539 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-887)))) (-2466 (*1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-1080)))) (-2466 (*1 *1 *2) (-12 (-5 *2 (-1196 3 *3)) (-4 *3 (-1080)) (-4 *1 (-1165 *3)))) (-2465 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-793)))) (-3983 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-793)))) (-4246 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-4246 (*1 *1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-1080)))) (-1536 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-2204 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-5 *2 (-663 *1)) (-4 *1 (-1165 *3)))) (-4255 (*1 *2 *1) (-12 (-4 *3 (-1080)) (-5 *2 (-663 *1)) (-4 *1 (-1165 *3)))) (-2721 (*1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-1080)))) (-2048 (*1 *2 *1 *3) (-12 (-5 *3 (-663 (-972 *4))) (-4 *1 (-1165 *4)) (-4 *4 (-1080)) (-5 *2 (-793)))) (-3358 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-972 *4)) (-4 *1 (-1165 *4)) (-4 *4 (-1080)))) (-1921 (*1 *1 *1 *2) (-12 (-5 *2 (-972 *3)) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-1921 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-1921 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-1921 (*1 *1 *2) (-12 (-5 *2 (-972 *3)) (-4 *3 (-1080)) (-4 *1 (-1165 *3)))) (-1921 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-972 *3)))) (-3793 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))) (-3897 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-972 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-3897 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-3897 (*1 *1 *2) (-12 (-5 *2 (-663 (-972 *3))) (-4 *3 (-1080)) (-4 *1 (-1165 *3)))) (-3897 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-972 *3))))) (-1452 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))) (-2005 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-972 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-2005 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-2005 (*1 *1 *2) (-12 (-5 *2 (-663 (-972 *3))) (-4 *3 (-1080)) (-4 *1 (-1165 *3)))) (-2005 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-972 *3))))) (-3062 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))) (-2300 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-972 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-2300 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))) (-2300 (*1 *1 *2) (-12 (-5 *2 (-663 (-972 *3))) (-4 *3 (-1080)) (-4 *1 (-1165 *3)))) (-2300 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-972 *3))))) (-2891 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))) (-3805 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-663 (-972 *5)))) (-5 *3 (-663 (-174))) (-5 *4 (-174)) (-4 *1 (-1165 *5)) (-4 *5 (-1080)))) (-3805 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-663 (-663 *5)))) (-5 *3 (-663 (-174))) (-5 *4 (-174)) (-4 *1 (-1165 *5)) (-4 *5 (-1080)))) (-3805 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-663 (-663 (-972 *4)))) (-5 *3 (-114)) (-4 *1 (-1165 *4)) (-4 *4 (-1080)))) (-3805 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-663 (-663 (-663 *4)))) (-5 *3 (-114)) (-4 *1 (-1165 *4)) (-4 *4 (-1080)))) (-3805 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-972 *3)))) (-4 *3 (-1080)) (-4 *1 (-1165 *3)))) (-3805 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-663 (-663 (-972 *4)))) (-5 *3 (-114)) (-4 *4 (-1080)) (-4 *1 (-1165 *4)))) (-3805 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-663 (-972 *3)))))) (-1425 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))) (-2112 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-972 *3))))) (-2971 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-663 (-663 (-793))))))) (-3709 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-663 (-663 (-972 *3))))))) (-3736 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-663 (-174)))))) (-2185 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-174))))) (-2984 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| -3135 (-793)) (|:| |curves| (-793)) (|:| |polygons| (-793)) (|:| |constructs| (-793)))))) (-2469 (*1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-1080)))) (-4141 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-1196 3 *3)))))
-(-13 (-1132) (-10 -8 (-15 -2466 ($)) (-15 -2466 ($ (-1196 3 |t#1|))) (-15 -2465 ((-793) $)) (-15 -3983 ((-793) $)) (-15 -4246 ($ (-663 $))) (-15 -4246 ($ $ $)) (-15 -1536 ($ (-663 $))) (-15 -2204 ((-663 $) $)) (-15 -4255 ((-663 $) $)) (-15 -2721 ($ $)) (-15 -2048 ((-793) $ (-663 (-972 |t#1|)))) (-15 -3358 ($ $ (-793) (-972 |t#1|))) (-15 -1921 ($ $ (-972 |t#1|))) (-15 -1921 ($ $ (-663 |t#1|))) (-15 -1921 ($ $ (-793))) (-15 -1921 ($ (-972 |t#1|))) (-15 -1921 ((-972 |t#1|) $)) (-15 -3793 ((-114) $)) (-15 -3897 ($ $ (-663 (-972 |t#1|)))) (-15 -3897 ($ $ (-663 (-663 |t#1|)))) (-15 -3897 ($ (-663 (-972 |t#1|)))) (-15 -3897 ((-663 (-972 |t#1|)) $)) (-15 -1452 ((-114) $)) (-15 -2005 ($ $ (-663 (-972 |t#1|)))) (-15 -2005 ($ $ (-663 (-663 |t#1|)))) (-15 -2005 ($ (-663 (-972 |t#1|)))) (-15 -2005 ((-663 (-972 |t#1|)) $)) (-15 -3062 ((-114) $)) (-15 -2300 ($ $ (-663 (-972 |t#1|)))) (-15 -2300 ($ $ (-663 (-663 |t#1|)))) (-15 -2300 ($ (-663 (-972 |t#1|)))) (-15 -2300 ((-663 (-972 |t#1|)) $)) (-15 -2891 ((-114) $)) (-15 -3805 ($ $ (-663 (-663 (-972 |t#1|))) (-663 (-174)) (-174))) (-15 -3805 ($ $ (-663 (-663 (-663 |t#1|))) (-663 (-174)) (-174))) (-15 -3805 ($ $ (-663 (-663 (-972 |t#1|))) (-114) (-114))) (-15 -3805 ($ $ (-663 (-663 (-663 |t#1|))) (-114) (-114))) (-15 -3805 ($ (-663 (-663 (-972 |t#1|))))) (-15 -3805 ($ (-663 (-663 (-972 |t#1|))) (-114) (-114))) (-15 -3805 ((-663 (-663 (-972 |t#1|))) $)) (-15 -1425 ((-114) $)) (-15 -2112 ((-663 (-972 |t#1|)) $)) (-15 -2971 ((-663 (-663 (-663 (-793)))) $)) (-15 -3709 ((-663 (-663 (-663 (-972 |t#1|)))) $)) (-15 -3736 ((-663 (-663 (-174))) $)) (-15 -2185 ((-663 (-174)) $)) (-15 -2984 ((-2 (|:| -3135 (-793)) (|:| |curves| (-793)) (|:| |polygons| (-793)) (|:| |constructs| (-793))) $)) (-15 -2469 ($ $)) (-15 -4141 ((-1196 3 |t#1|) $)) (-15 -2539 ((-887) $))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 184 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) 7 T ELT)) (-1415 (((-114) $ (|[\|\|]| (-538))) 19 T ELT) (((-114) $ (|[\|\|]| (-222))) 23 T ELT) (((-114) $ (|[\|\|]| (-698))) 27 T ELT) (((-114) $ (|[\|\|]| (-1309))) 31 T ELT) (((-114) $ (|[\|\|]| (-140))) 35 T ELT) (((-114) $ (|[\|\|]| (-619))) 39 T ELT) (((-114) $ (|[\|\|]| (-135))) 43 T ELT) (((-114) $ (|[\|\|]| (-1147))) 47 T ELT) (((-114) $ (|[\|\|]| (-96))) 51 T ELT) (((-114) $ (|[\|\|]| (-703))) 55 T ELT) (((-114) $ (|[\|\|]| (-531))) 59 T ELT) (((-114) $ (|[\|\|]| (-1097))) 63 T ELT) (((-114) $ (|[\|\|]| (-1310))) 67 T ELT) (((-114) $ (|[\|\|]| (-539))) 71 T ELT) (((-114) $ (|[\|\|]| (-1184))) 75 T ELT) (((-114) $ (|[\|\|]| (-156))) 79 T ELT) (((-114) $ (|[\|\|]| (-693))) 83 T ELT) (((-114) $ (|[\|\|]| (-324))) 87 T ELT) (((-114) $ (|[\|\|]| (-1067))) 91 T ELT) (((-114) $ (|[\|\|]| (-183))) 95 T ELT) (((-114) $ (|[\|\|]| (-1001))) 99 T ELT) (((-114) $ (|[\|\|]| (-1104))) 103 T ELT) (((-114) $ (|[\|\|]| (-1122))) 107 T ELT) (((-114) $ (|[\|\|]| (-1127))) 111 T ELT) (((-114) $ (|[\|\|]| (-645))) 115 T ELT) (((-114) $ (|[\|\|]| (-1198))) 119 T ELT) (((-114) $ (|[\|\|]| (-158))) 123 T ELT) (((-114) $ (|[\|\|]| (-139))) 127 T ELT) (((-114) $ (|[\|\|]| (-492))) 131 T ELT) (((-114) $ (|[\|\|]| (-606))) 135 T ELT) (((-114) $ (|[\|\|]| (-520))) 139 T ELT) (((-114) $ (|[\|\|]| (-1190))) 143 T ELT) (((-114) $ (|[\|\|]| (-560))) 147 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2745 (((-538) $) 20 T ELT) (((-222) $) 24 T ELT) (((-698) $) 28 T ELT) (((-1309) $) 32 T ELT) (((-140) $) 36 T ELT) (((-619) $) 40 T ELT) (((-135) $) 44 T ELT) (((-1147) $) 48 T ELT) (((-96) $) 52 T ELT) (((-703) $) 56 T ELT) (((-531) $) 60 T ELT) (((-1097) $) 64 T ELT) (((-1310) $) 68 T ELT) (((-539) $) 72 T ELT) (((-1184) $) 76 T ELT) (((-156) $) 80 T ELT) (((-693) $) 84 T ELT) (((-324) $) 88 T ELT) (((-1067) $) 92 T ELT) (((-183) $) 96 T ELT) (((-1001) $) 100 T ELT) (((-1104) $) 104 T ELT) (((-1122) $) 108 T ELT) (((-1127) $) 112 T ELT) (((-645) $) 116 T ELT) (((-1198) $) 120 T ELT) (((-158) $) 124 T ELT) (((-139) $) 128 T ELT) (((-492) $) 132 T ELT) (((-606) $) 136 T ELT) (((-520) $) 140 T ELT) (((-1190) $) 144 T ELT) (((-560) $) 148 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1166) (-1168)) (T -1166))
-NIL
-(-1168)
-((-3862 (((-663 (-1213)) (-1190)) 9 T ELT)))
-(((-1167) (-10 -7 (-15 -3862 ((-663 (-1213)) (-1190))))) (T -1167))
-((-3862 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-663 (-1213))) (-5 *1 (-1167)))))
-(-10 -7 (-15 -3862 ((-663 (-1213)) (-1190))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-1213)) 20 T ELT) (((-1213) $) 19 T ELT)) (-1415 (((-114) $ (|[\|\|]| (-538))) 88 T ELT) (((-114) $ (|[\|\|]| (-222))) 86 T ELT) (((-114) $ (|[\|\|]| (-698))) 84 T ELT) (((-114) $ (|[\|\|]| (-1309))) 82 T ELT) (((-114) $ (|[\|\|]| (-140))) 80 T ELT) (((-114) $ (|[\|\|]| (-619))) 78 T ELT) (((-114) $ (|[\|\|]| (-135))) 76 T ELT) (((-114) $ (|[\|\|]| (-1147))) 74 T ELT) (((-114) $ (|[\|\|]| (-96))) 72 T ELT) (((-114) $ (|[\|\|]| (-703))) 70 T ELT) (((-114) $ (|[\|\|]| (-531))) 68 T ELT) (((-114) $ (|[\|\|]| (-1097))) 66 T ELT) (((-114) $ (|[\|\|]| (-1310))) 64 T ELT) (((-114) $ (|[\|\|]| (-539))) 62 T ELT) (((-114) $ (|[\|\|]| (-1184))) 60 T ELT) (((-114) $ (|[\|\|]| (-156))) 58 T ELT) (((-114) $ (|[\|\|]| (-693))) 56 T ELT) (((-114) $ (|[\|\|]| (-324))) 54 T ELT) (((-114) $ (|[\|\|]| (-1067))) 52 T ELT) (((-114) $ (|[\|\|]| (-183))) 50 T ELT) (((-114) $ (|[\|\|]| (-1001))) 48 T ELT) (((-114) $ (|[\|\|]| (-1104))) 46 T ELT) (((-114) $ (|[\|\|]| (-1122))) 44 T ELT) (((-114) $ (|[\|\|]| (-1127))) 42 T ELT) (((-114) $ (|[\|\|]| (-645))) 40 T ELT) (((-114) $ (|[\|\|]| (-1198))) 38 T ELT) (((-114) $ (|[\|\|]| (-158))) 36 T ELT) (((-114) $ (|[\|\|]| (-139))) 34 T ELT) (((-114) $ (|[\|\|]| (-492))) 32 T ELT) (((-114) $ (|[\|\|]| (-606))) 30 T ELT) (((-114) $ (|[\|\|]| (-520))) 28 T ELT) (((-114) $ (|[\|\|]| (-1190))) 26 T ELT) (((-114) $ (|[\|\|]| (-560))) 24 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2745 (((-538) $) 87 T ELT) (((-222) $) 85 T ELT) (((-698) $) 83 T ELT) (((-1309) $) 81 T ELT) (((-140) $) 79 T ELT) (((-619) $) 77 T ELT) (((-135) $) 75 T ELT) (((-1147) $) 73 T ELT) (((-96) $) 71 T ELT) (((-703) $) 69 T ELT) (((-531) $) 67 T ELT) (((-1097) $) 65 T ELT) (((-1310) $) 63 T ELT) (((-539) $) 61 T ELT) (((-1184) $) 59 T ELT) (((-156) $) 57 T ELT) (((-693) $) 55 T ELT) (((-324) $) 53 T ELT) (((-1067) $) 51 T ELT) (((-183) $) 49 T ELT) (((-1001) $) 47 T ELT) (((-1104) $) 45 T ELT) (((-1122) $) 43 T ELT) (((-1127) $) 41 T ELT) (((-645) $) 39 T ELT) (((-1198) $) 37 T ELT) (((-158) $) 35 T ELT) (((-139) $) 33 T ELT) (((-492) $) 31 T ELT) (((-606) $) 29 T ELT) (((-520) $) 27 T ELT) (((-1190) $) 25 T ELT) (((-560) $) 23 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-1168) (-142)) (T -1168))
-((-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-538))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-538)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-222))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-222)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-698))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-698)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1309))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1309)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-140))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-140)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-619))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-619)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-135))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-135)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1147))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1147)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-96)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-703))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-703)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-531))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-531)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1097))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1097)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1310))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1310)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-539))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-539)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1184))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1184)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-156)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-693))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-693)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-324))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-324)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1067))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1067)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-183))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-183)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1001))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1001)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1104))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1104)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1122))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1122)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1127))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1127)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-645))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-645)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1198))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1198)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-158))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-158)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-139))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-139)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-492))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-492)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-606))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-606)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-520)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1190))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1190)))) (-1415 (*1 *2 *1 *3) (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-560))) (-5 *2 (-114)))) (-2745 (*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-560)))))
-(-13 (-1114) (-1294) (-10 -8 (-15 -1415 ((-114) $ (|[\|\|]| (-538)))) (-15 -2745 ((-538) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-222)))) (-15 -2745 ((-222) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-698)))) (-15 -2745 ((-698) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1309)))) (-15 -2745 ((-1309) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-140)))) (-15 -2745 ((-140) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-619)))) (-15 -2745 ((-619) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-135)))) (-15 -2745 ((-135) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1147)))) (-15 -2745 ((-1147) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-96)))) (-15 -2745 ((-96) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-703)))) (-15 -2745 ((-703) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-531)))) (-15 -2745 ((-531) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1097)))) (-15 -2745 ((-1097) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1310)))) (-15 -2745 ((-1310) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-539)))) (-15 -2745 ((-539) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1184)))) (-15 -2745 ((-1184) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-156)))) (-15 -2745 ((-156) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-693)))) (-15 -2745 ((-693) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-324)))) (-15 -2745 ((-324) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1067)))) (-15 -2745 ((-1067) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-183)))) (-15 -2745 ((-183) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1001)))) (-15 -2745 ((-1001) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1104)))) (-15 -2745 ((-1104) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1122)))) (-15 -2745 ((-1122) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1127)))) (-15 -2745 ((-1127) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-645)))) (-15 -2745 ((-645) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1198)))) (-15 -2745 ((-1198) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-158)))) (-15 -2745 ((-158) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-139)))) (-15 -2745 ((-139) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-492)))) (-15 -2745 ((-492) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-606)))) (-15 -2745 ((-606) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-520)))) (-15 -2745 ((-520) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-1190)))) (-15 -2745 ((-1190) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-560)))) (-15 -2745 ((-560) $))))
-(((-93) . T) ((-102) . T) ((-635 #0=(-1213)) . T) ((-632 (-887)) . T) ((-632 #0#) . T) ((-504 #0#) . T) ((-1132) . T) ((-1114) . T) ((-1248) . T) ((-1294) . T))
-((-2968 (((-1304) (-663 (-887))) 22 T ELT) (((-1304) (-887)) 21 T ELT)) (-2325 (((-1304) (-663 (-887))) 20 T ELT) (((-1304) (-887)) 19 T ELT)) (-1679 (((-1304) (-663 (-887))) 18 T ELT) (((-1304) (-887)) 10 T ELT) (((-1304) (-1190) (-887)) 16 T ELT)))
-(((-1169) (-10 -7 (-15 -1679 ((-1304) (-1190) (-887))) (-15 -1679 ((-1304) (-887))) (-15 -2325 ((-1304) (-887))) (-15 -2968 ((-1304) (-887))) (-15 -1679 ((-1304) (-663 (-887)))) (-15 -2325 ((-1304) (-663 (-887)))) (-15 -2968 ((-1304) (-663 (-887)))))) (T -1169))
-((-2968 (*1 *2 *3) (-12 (-5 *3 (-663 (-887))) (-5 *2 (-1304)) (-5 *1 (-1169)))) (-2325 (*1 *2 *3) (-12 (-5 *3 (-663 (-887))) (-5 *2 (-1304)) (-5 *1 (-1169)))) (-1679 (*1 *2 *3) (-12 (-5 *3 (-663 (-887))) (-5 *2 (-1304)) (-5 *1 (-1169)))) (-2968 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-1169)))) (-2325 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-1169)))) (-1679 (*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-1169)))) (-1679 (*1 *2 *3 *4) (-12 (-5 *3 (-1190)) (-5 *4 (-887)) (-5 *2 (-1304)) (-5 *1 (-1169)))))
-(-10 -7 (-15 -1679 ((-1304) (-1190) (-887))) (-15 -1679 ((-1304) (-887))) (-15 -2325 ((-1304) (-887))) (-15 -2968 ((-1304) (-887))) (-15 -1679 ((-1304) (-663 (-887)))) (-15 -2325 ((-1304) (-663 (-887)))) (-15 -2968 ((-1304) (-663 (-887)))))
-((-4467 (($ $ $) 10 T ELT)) (-3770 (($ $) 9 T ELT)) (-3172 (($ $ $) 13 T ELT)) (-3200 (($ $ $) 15 T ELT)) (-4052 (($ $ $) 12 T ELT)) (-1751 (($ $ $) 14 T ELT)) (-3350 (($ $) 17 T ELT)) (-2322 (($ $) 16 T ELT)) (-2407 (($ $) 6 T ELT)) (-1712 (($ $ $) 11 T ELT) (($ $) 7 T ELT)) (-1989 (($ $ $) 8 T ELT)))
-(((-1170) (-142)) (T -1170))
-((-3350 (*1 *1 *1) (-4 *1 (-1170))) (-2322 (*1 *1 *1) (-4 *1 (-1170))) (-3200 (*1 *1 *1 *1) (-4 *1 (-1170))) (-1751 (*1 *1 *1 *1) (-4 *1 (-1170))) (-3172 (*1 *1 *1 *1) (-4 *1 (-1170))) (-4052 (*1 *1 *1 *1) (-4 *1 (-1170))) (-1712 (*1 *1 *1 *1) (-4 *1 (-1170))) (-4467 (*1 *1 *1 *1) (-4 *1 (-1170))) (-3770 (*1 *1 *1) (-4 *1 (-1170))) (-1989 (*1 *1 *1 *1) (-4 *1 (-1170))) (-1712 (*1 *1 *1) (-4 *1 (-1170))) (-2407 (*1 *1 *1) (-4 *1 (-1170))))
-(-13 (-10 -8 (-15 -2407 ($ $)) (-15 -1712 ($ $)) (-15 -1989 ($ $ $)) (-15 -3770 ($ $)) (-15 -4467 ($ $ $)) (-15 -1712 ($ $ $)) (-15 -4052 ($ $ $)) (-15 -3172 ($ $ $)) (-15 -1751 ($ $ $)) (-15 -3200 ($ $ $)) (-15 -2322 ($ $)) (-15 -3350 ($ $))))
-((-2294 (((-114) $ $) 44 T ELT)) (-3929 ((|#1| $) 17 T ELT)) (-2236 (((-114) $ $ (-1 (-114) |#2| |#2|)) 39 T ELT)) (-3906 (((-114) $) 19 T ELT)) (-4021 (($ $ |#1|) 30 T ELT)) (-2381 (($ $ (-114)) 32 T ELT)) (-2212 (($ $) 33 T ELT)) (-3722 (($ $ |#2|) 31 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3280 (((-114) $ $ (-1 (-114) |#1| |#1|) (-1 (-114) |#2| |#2|)) 38 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3868 (((-114) $) 16 T ELT)) (-1423 (($) 13 T ELT)) (-2721 (($ $) 29 T ELT)) (-2548 (($ |#1| |#2| (-114)) 20 T ELT) (($ |#1| |#2|) 21 T ELT) (($ (-2 (|:| |val| |#1|) (|:| -3227 |#2|))) 23 T ELT) (((-663 $) (-663 (-2 (|:| |val| |#1|) (|:| -3227 |#2|)))) 26 T ELT) (((-663 $) |#1| (-663 |#2|)) 28 T ELT)) (-2109 ((|#2| $) 18 T ELT)) (-2539 (((-887) $) 53 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 42 T ELT)))
-(((-1171 |#1| |#2|) (-13 (-1132) (-10 -8 (-15 -1423 ($)) (-15 -3868 ((-114) $)) (-15 -3929 (|#1| $)) (-15 -2109 (|#2| $)) (-15 -3906 ((-114) $)) (-15 -2548 ($ |#1| |#2| (-114))) (-15 -2548 ($ |#1| |#2|)) (-15 -2548 ($ (-2 (|:| |val| |#1|) (|:| -3227 |#2|)))) (-15 -2548 ((-663 $) (-663 (-2 (|:| |val| |#1|) (|:| -3227 |#2|))))) (-15 -2548 ((-663 $) |#1| (-663 |#2|))) (-15 -2721 ($ $)) (-15 -4021 ($ $ |#1|)) (-15 -3722 ($ $ |#2|)) (-15 -2381 ($ $ (-114))) (-15 -2212 ($ $)) (-15 -3280 ((-114) $ $ (-1 (-114) |#1| |#1|) (-1 (-114) |#2| |#2|))) (-15 -2236 ((-114) $ $ (-1 (-114) |#2| |#2|))))) (-13 (-1132) (-34)) (-13 (-1132) (-34))) (T -1171))
-((-1423 (*1 *1) (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-3868 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))))) (-3929 (*1 *2 *1) (-12 (-4 *2 (-13 (-1132) (-34))) (-5 *1 (-1171 *2 *3)) (-4 *3 (-13 (-1132) (-34))))) (-2109 (*1 *2 *1) (-12 (-4 *2 (-13 (-1132) (-34))) (-5 *1 (-1171 *3 *2)) (-4 *3 (-13 (-1132) (-34))))) (-3906 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))))) (-2548 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-114)) (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-2548 (*1 *1 *2 *3) (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-2548 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3227 *4))) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1171 *3 *4)))) (-2548 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| |val| *4) (|:| -3227 *5)))) (-4 *4 (-13 (-1132) (-34))) (-4 *5 (-13 (-1132) (-34))) (-5 *2 (-663 (-1171 *4 *5))) (-5 *1 (-1171 *4 *5)))) (-2548 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *5)) (-4 *5 (-13 (-1132) (-34))) (-5 *2 (-663 (-1171 *3 *5))) (-5 *1 (-1171 *3 *5)) (-4 *3 (-13 (-1132) (-34))))) (-2721 (*1 *1 *1) (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-4021 (*1 *1 *1 *2) (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-3722 (*1 *1 *1 *2) (-12 (-5 *1 (-1171 *3 *2)) (-4 *3 (-13 (-1132) (-34))) (-4 *2 (-13 (-1132) (-34))))) (-2381 (*1 *1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))))) (-2212 (*1 *1 *1) (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-3280 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-114) *5 *5)) (-5 *4 (-1 (-114) *6 *6)) (-4 *5 (-13 (-1132) (-34))) (-4 *6 (-13 (-1132) (-34))) (-5 *2 (-114)) (-5 *1 (-1171 *5 *6)))) (-2236 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-114) *5 *5)) (-4 *5 (-13 (-1132) (-34))) (-5 *2 (-114)) (-5 *1 (-1171 *4 *5)) (-4 *4 (-13 (-1132) (-34))))))
-(-13 (-1132) (-10 -8 (-15 -1423 ($)) (-15 -3868 ((-114) $)) (-15 -3929 (|#1| $)) (-15 -2109 (|#2| $)) (-15 -3906 ((-114) $)) (-15 -2548 ($ |#1| |#2| (-114))) (-15 -2548 ($ |#1| |#2|)) (-15 -2548 ($ (-2 (|:| |val| |#1|) (|:| -3227 |#2|)))) (-15 -2548 ((-663 $) (-663 (-2 (|:| |val| |#1|) (|:| -3227 |#2|))))) (-15 -2548 ((-663 $) |#1| (-663 |#2|))) (-15 -2721 ($ $)) (-15 -4021 ($ $ |#1|)) (-15 -3722 ($ $ |#2|)) (-15 -2381 ($ $ (-114))) (-15 -2212 ($ $)) (-15 -3280 ((-114) $ $ (-1 (-114) |#1| |#1|) (-1 (-114) |#2| |#2|))) (-15 -2236 ((-114) $ $ (-1 (-114) |#2| |#2|)))))
-((-2294 (((-114) $ $) NIL (|has| (-1171 |#1| |#2|) (-102)) ELT)) (-3929 (((-1171 |#1| |#2|) $) 27 T ELT)) (-1658 (($ $) 91 T ELT)) (-3046 (((-114) (-1171 |#1| |#2|) $ (-1 (-114) |#2| |#2|)) 100 T ELT)) (-4442 (($ $ $ (-663 (-1171 |#1| |#2|))) 108 T ELT) (($ $ $ (-663 (-1171 |#1| |#2|)) (-1 (-114) |#2| |#2|)) 109 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-4411 (((-1171 |#1| |#2|) $ (-1171 |#1| |#2|)) 46 (|has| $ (-6 -4510)) ELT)) (-2696 (((-1171 |#1| |#2|) $ "value" (-1171 |#1| |#2|)) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 44 (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-2032 (((-663 (-2 (|:| |val| |#1|) (|:| -3227 |#2|))) $) 95 T ELT)) (-1784 (($ (-1171 |#1| |#2|) $) 42 T ELT)) (-2025 (($ (-1171 |#1| |#2|) $) 34 T ELT)) (-1559 (((-663 (-1171 |#1| |#2|)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 54 T ELT)) (-2658 (((-114) (-1171 |#1| |#2|) $) 97 T ELT)) (-2602 (((-114) $ $) NIL (|has| (-1171 |#1| |#2|) (-1132)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 (-1171 |#1| |#2|)) $) 58 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-1171 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-1171 |#1| |#2|) (-1132))) ELT)) (-3459 (($ (-1 (-1171 |#1| |#2|) (-1171 |#1| |#2|)) $) 50 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-1171 |#1| |#2|) (-1171 |#1| |#2|)) $) 49 T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1940 (((-663 (-1171 |#1| |#2|)) $) 56 T ELT)) (-2833 (((-114) $) 45 T ELT)) (-3049 (((-1190) $) NIL (|has| (-1171 |#1| |#2|) (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| (-1171 |#1| |#2|) (-1132)) ELT)) (-2620 (((-3 $ "failed") $) 89 T ELT)) (-2667 (((-114) (-1 (-114) (-1171 |#1| |#2|)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-1171 |#1| |#2|)))) NIL (-12 (|has| (-1171 |#1| |#2|) (-321 (-1171 |#1| |#2|))) (|has| (-1171 |#1| |#2|) (-1132))) ELT) (($ $ (-305 (-1171 |#1| |#2|))) NIL (-12 (|has| (-1171 |#1| |#2|) (-321 (-1171 |#1| |#2|))) (|has| (-1171 |#1| |#2|) (-1132))) ELT) (($ $ (-1171 |#1| |#2|) (-1171 |#1| |#2|)) NIL (-12 (|has| (-1171 |#1| |#2|) (-321 (-1171 |#1| |#2|))) (|has| (-1171 |#1| |#2|) (-1132))) ELT) (($ $ (-663 (-1171 |#1| |#2|)) (-663 (-1171 |#1| |#2|))) NIL (-12 (|has| (-1171 |#1| |#2|) (-321 (-1171 |#1| |#2|))) (|has| (-1171 |#1| |#2|) (-1132))) ELT)) (-2618 (((-114) $ $) 53 T ELT)) (-3868 (((-114) $) 24 T ELT)) (-1423 (($) 26 T ELT)) (-1495 (((-1171 |#1| |#2|) $ "value") NIL T ELT)) (-1403 (((-560) $ $) NIL T ELT)) (-4235 (((-114) $) 47 T ELT)) (-3150 (((-793) (-1 (-114) (-1171 |#1| |#2|)) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-1171 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-1171 |#1| |#2|) (-1132))) ELT)) (-2721 (($ $) 52 T ELT)) (-2548 (($ (-1171 |#1| |#2|)) 10 T ELT) (($ |#1| |#2| (-663 $)) 13 T ELT) (($ |#1| |#2| (-663 (-1171 |#1| |#2|))) 15 T ELT) (($ |#1| |#2| |#1| (-663 |#2|)) 18 T ELT)) (-1969 (((-663 |#2|) $) 96 T ELT)) (-2539 (((-887) $) 87 (|has| (-1171 |#1| |#2|) (-632 (-887))) ELT)) (-2900 (((-663 $) $) 31 T ELT)) (-3066 (((-114) $ $) NIL (|has| (-1171 |#1| |#2|) (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| (-1171 |#1| |#2|) (-102)) ELT)) (-1657 (((-114) (-1 (-114) (-1171 |#1| |#2|)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 70 (|has| (-1171 |#1| |#2|) (-102)) ELT)) (-2305 (((-793) $) 64 (|has| $ (-6 -4509)) ELT)))
-(((-1172 |#1| |#2|) (-13 (-1041 (-1171 |#1| |#2|)) (-10 -8 (-6 -4510) (-6 -4509) (-15 -2620 ((-3 $ "failed") $)) (-15 -1658 ($ $)) (-15 -2548 ($ (-1171 |#1| |#2|))) (-15 -2548 ($ |#1| |#2| (-663 $))) (-15 -2548 ($ |#1| |#2| (-663 (-1171 |#1| |#2|)))) (-15 -2548 ($ |#1| |#2| |#1| (-663 |#2|))) (-15 -1969 ((-663 |#2|) $)) (-15 -2032 ((-663 (-2 (|:| |val| |#1|) (|:| -3227 |#2|))) $)) (-15 -2658 ((-114) (-1171 |#1| |#2|) $)) (-15 -3046 ((-114) (-1171 |#1| |#2|) $ (-1 (-114) |#2| |#2|))) (-15 -2025 ($ (-1171 |#1| |#2|) $)) (-15 -1784 ($ (-1171 |#1| |#2|) $)) (-15 -4442 ($ $ $ (-663 (-1171 |#1| |#2|)))) (-15 -4442 ($ $ $ (-663 (-1171 |#1| |#2|)) (-1 (-114) |#2| |#2|))))) (-13 (-1132) (-34)) (-13 (-1132) (-34))) (T -1172))
-((-2620 (*1 *1 *1) (|partial| -12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-1658 (*1 *1 *1) (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-2548 (*1 *1 *2) (-12 (-5 *2 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1172 *3 *4)))) (-2548 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-663 (-1172 *2 *3))) (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))))) (-2548 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-663 (-1171 *2 *3))) (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34))) (-5 *1 (-1172 *2 *3)))) (-2548 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-13 (-1132) (-34))) (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1132) (-34))))) (-1969 (*1 *2 *1) (-12 (-5 *2 (-663 *4)) (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))))) (-2032 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4)))) (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))))) (-2658 (*1 *2 *3 *1) (-12 (-5 *3 (-1171 *4 *5)) (-4 *4 (-13 (-1132) (-34))) (-4 *5 (-13 (-1132) (-34))) (-5 *2 (-114)) (-5 *1 (-1172 *4 *5)))) (-3046 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1171 *5 *6)) (-5 *4 (-1 (-114) *6 *6)) (-4 *5 (-13 (-1132) (-34))) (-4 *6 (-13 (-1132) (-34))) (-5 *2 (-114)) (-5 *1 (-1172 *5 *6)))) (-2025 (*1 *1 *2 *1) (-12 (-5 *2 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1172 *3 *4)))) (-1784 (*1 *1 *2 *1) (-12 (-5 *2 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1172 *3 *4)))) (-4442 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-663 (-1171 *3 *4))) (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1172 *3 *4)))) (-4442 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1171 *4 *5))) (-5 *3 (-1 (-114) *5 *5)) (-4 *4 (-13 (-1132) (-34))) (-4 *5 (-13 (-1132) (-34))) (-5 *1 (-1172 *4 *5)))))
-(-13 (-1041 (-1171 |#1| |#2|)) (-10 -8 (-6 -4510) (-6 -4509) (-15 -2620 ((-3 $ "failed") $)) (-15 -1658 ($ $)) (-15 -2548 ($ (-1171 |#1| |#2|))) (-15 -2548 ($ |#1| |#2| (-663 $))) (-15 -2548 ($ |#1| |#2| (-663 (-1171 |#1| |#2|)))) (-15 -2548 ($ |#1| |#2| |#1| (-663 |#2|))) (-15 -1969 ((-663 |#2|) $)) (-15 -2032 ((-663 (-2 (|:| |val| |#1|) (|:| -3227 |#2|))) $)) (-15 -2658 ((-114) (-1171 |#1| |#2|) $)) (-15 -3046 ((-114) (-1171 |#1| |#2|) $ (-1 (-114) |#2| |#2|))) (-15 -2025 ($ (-1171 |#1| |#2|) $)) (-15 -1784 ($ (-1171 |#1| |#2|) $)) (-15 -4442 ($ $ $ (-663 (-1171 |#1| |#2|)))) (-15 -4442 ($ $ $ (-663 (-1171 |#1| |#2|)) (-1 (-114) |#2| |#2|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3896 (($ $) NIL T ELT)) (-4095 ((|#2| $) NIL T ELT)) (-3994 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3493 (($ (-711 |#2|)) 56 T ELT)) (-2523 (((-114) $) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3020 (($ |#2|) 14 T ELT)) (-3366 (($) NIL T CONST)) (-2723 (($ $) 69 (|has| |#2| (-319)) ELT)) (-1964 (((-246 |#1| |#2|) $ (-560)) 42 T ELT)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 |#2| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) ((|#2| $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) 83 T ELT)) (-3795 (((-793) $) 71 (|has| |#2| (-571)) ELT)) (-3393 ((|#2| $ (-560) (-560)) NIL T ELT)) (-1559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-1801 (((-793) $) 73 (|has| |#2| (-571)) ELT)) (-4128 (((-663 (-246 |#1| |#2|)) $) 77 (|has| |#2| (-571)) ELT)) (-3758 (((-793) $) NIL T ELT)) (-2531 (($ |#2|) 25 T ELT)) (-3771 (((-793) $) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-3291 ((|#2| $) 67 (|has| |#2| (-6 (-4511 "*"))) ELT)) (-1841 (((-560) $) NIL T ELT)) (-3726 (((-560) $) NIL T ELT)) (-2559 (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3796 (((-560) $) NIL T ELT)) (-4346 (((-560) $) NIL T ELT)) (-3287 (($ (-663 (-663 |#2|))) 37 T ELT)) (-3459 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1385 (((-663 (-663 |#2|)) $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4311 (((-3 $ "failed") $) 80 (|has| |#2| (-376)) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT)) (-2667 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ (-560) (-560) |#2|) NIL T ELT) ((|#2| $ (-560) (-560)) NIL T ELT)) (-2457 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT)) (-1680 ((|#2| $) NIL T ELT)) (-3589 (($ (-663 |#2|)) 50 T ELT)) (-2267 (((-114) $) NIL T ELT)) (-3720 (((-246 |#1| |#2|) $) NIL T ELT)) (-2687 ((|#2| $) 65 (|has| |#2| (-6 (-4511 "*"))) ELT)) (-3150 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) 90 (|has| |#2| (-633 (-549))) ELT)) (-1731 (((-246 |#1| |#2|) $ (-560)) 44 T ELT)) (-2539 (((-887) $) 47 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (($ |#2|) NIL T ELT) (((-711 |#2|) $) 52 T ELT)) (-3418 (((-793)) 23 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4395 (((-114) $) NIL T ELT)) (-1427 (($) 16 T CONST)) (-1439 (($) 21 T CONST)) (-4324 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 63 T ELT) (($ $ (-560)) 82 (|has| |#2| (-376)) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (((-246 |#1| |#2|) $ (-246 |#1| |#2|)) 59 T ELT) (((-246 |#1| |#2|) (-246 |#1| |#2|) $) 61 T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1173 |#1| |#2|) (-13 (-1154 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-632 (-711 |#2|)) (-10 -8 (-15 -2531 ($ |#2|)) (-15 -3896 ($ $)) (-15 -3493 ($ (-711 |#2|))) (IF (|has| |#2| (-6 (-4511 "*"))) (-6 -4498) |%noBranch|) (IF (|has| |#2| (-6 (-4511 "*"))) (IF (|has| |#2| (-6 -4506)) (-6 -4506) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|))) (-793) (-1080)) (T -1173))
-((-2531 (*1 *1 *2) (-12 (-5 *1 (-1173 *3 *2)) (-14 *3 (-793)) (-4 *2 (-1080)))) (-3896 (*1 *1 *1) (-12 (-5 *1 (-1173 *2 *3)) (-14 *2 (-793)) (-4 *3 (-1080)))) (-3493 (*1 *1 *2) (-12 (-5 *2 (-711 *4)) (-4 *4 (-1080)) (-5 *1 (-1173 *3 *4)) (-14 *3 (-793)))))
-(-13 (-1154 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-632 (-711 |#2|)) (-10 -8 (-15 -2531 ($ |#2|)) (-15 -3896 ($ $)) (-15 -3493 ($ (-711 |#2|))) (IF (|has| |#2| (-6 (-4511 "*"))) (-6 -4498) |%noBranch|) (IF (|has| |#2| (-6 (-4511 "*"))) (IF (|has| |#2| (-6 -4506)) (-6 -4506) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|)))
-((-2422 (($ $) 19 T ELT)) (-3560 (($ $ (-146)) 10 T ELT) (($ $ (-143)) 14 T ELT)) (-3199 (((-114) $ $) 24 T ELT)) (-3112 (($ $) 17 T ELT)) (-1495 (((-146) $ (-560) (-146)) NIL T ELT) (((-146) $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT) (($ $ $) 31 T ELT)) (-2539 (($ (-146)) 29 T ELT) (((-887) $) NIL T ELT)))
-(((-1174 |#1|) (-10 -8 (-15 -2539 ((-887) |#1|)) (-15 -1495 (|#1| |#1| |#1|)) (-15 -3560 (|#1| |#1| (-143))) (-15 -3560 (|#1| |#1| (-146))) (-15 -2539 (|#1| (-146))) (-15 -3199 ((-114) |#1| |#1|)) (-15 -2422 (|#1| |#1|)) (-15 -3112 (|#1| |#1|)) (-15 -1495 (|#1| |#1| (-1265 (-560)))) (-15 -1495 ((-146) |#1| (-560))) (-15 -1495 ((-146) |#1| (-560) (-146)))) (-1175)) (T -1174))
-NIL
-(-10 -8 (-15 -2539 ((-887) |#1|)) (-15 -1495 (|#1| |#1| |#1|)) (-15 -3560 (|#1| |#1| (-143))) (-15 -3560 (|#1| |#1| (-146))) (-15 -2539 (|#1| (-146))) (-15 -3199 ((-114) |#1| |#1|)) (-15 -2422 (|#1| |#1|)) (-15 -3112 (|#1| |#1|)) (-15 -1495 (|#1| |#1| (-1265 (-560)))) (-15 -1495 ((-146) |#1| (-560))) (-15 -1495 ((-146) |#1| (-560) (-146))))
-((-2294 (((-114) $ $) 22 (|has| (-146) (-102)) ELT)) (-2783 (($ $) 132 T ELT)) (-2422 (($ $) 133 T ELT)) (-3560 (($ $ (-146)) 120 T ELT) (($ $ (-143)) 119 T ELT)) (-3303 (((-1304) $ (-560) (-560)) 47 (|has| $ (-6 -4510)) ELT)) (-3785 (((-114) $ $) 130 T ELT)) (-3760 (((-114) $ $ (-560)) 129 T ELT)) (-3801 (((-663 $) $ (-146)) 122 T ELT) (((-663 $) $ (-143)) 121 T ELT)) (-2280 (((-114) (-1 (-114) (-146) (-146)) $) 110 T ELT) (((-114) $) 104 (|has| (-146) (-871)) ELT)) (-3119 (($ (-1 (-114) (-146) (-146)) $) 101 (|has| $ (-6 -4510)) ELT) (($ $) 100 (-12 (|has| (-146) (-871)) (|has| $ (-6 -4510))) ELT)) (-3334 (($ (-1 (-114) (-146) (-146)) $) 111 T ELT) (($ $) 105 (|has| (-146) (-871)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 (((-146) $ (-560) (-146)) 59 (|has| $ (-6 -4510)) ELT) (((-146) $ (-1265 (-560)) (-146)) 67 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) (-146)) $) 84 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-3201 (($ $ (-146)) 116 T ELT) (($ $ (-143)) 115 T ELT)) (-4318 (($ $) 102 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 112 T ELT)) (-3938 (($ $ (-1265 (-560)) $) 126 T ELT)) (-2885 (($ $) 87 (-12 (|has| (-146) (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ (-146) $) 86 (-12 (|has| (-146) (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) (-146)) $) 83 (|has| $ (-6 -4509)) ELT)) (-2108 (((-146) (-1 (-146) (-146) (-146)) $ (-146) (-146)) 85 (-12 (|has| (-146) (-1132)) (|has| $ (-6 -4509))) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146)) 82 (|has| $ (-6 -4509)) ELT) (((-146) (-1 (-146) (-146) (-146)) $) 81 (|has| $ (-6 -4509)) ELT)) (-3472 (((-146) $ (-560) (-146)) 60 (|has| $ (-6 -4510)) ELT)) (-3393 (((-146) $ (-560)) 58 T ELT)) (-3199 (((-114) $ $) 131 T ELT)) (-2533 (((-560) (-1 (-114) (-146)) $) 109 T ELT) (((-560) (-146) $) 108 (|has| (-146) (-1132)) ELT) (((-560) (-146) $ (-560)) 107 (|has| (-146) (-1132)) ELT) (((-560) $ $ (-560)) 125 T ELT) (((-560) (-143) $ (-560)) 124 T ELT)) (-1559 (((-663 (-146)) $) 33 (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) (-146)) 77 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 50 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 94 (|has| (-146) (-871)) ELT)) (-4246 (($ (-1 (-114) (-146) (-146)) $ $) 113 T ELT) (($ $ $) 106 (|has| (-146) (-871)) ELT)) (-2559 (((-663 (-146)) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-146) $) 30 (-12 (|has| (-146) (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 51 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 95 (|has| (-146) (-871)) ELT)) (-2666 (((-114) $ $ (-146)) 127 T ELT)) (-1979 (((-793) $ $ (-146)) 128 T ELT)) (-3459 (($ (-1 (-146) (-146)) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-146) (-146)) $) 38 T ELT) (($ (-1 (-146) (-146) (-146)) $ $) 72 T ELT)) (-3179 (($ $) 134 T ELT)) (-3112 (($ $) 135 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3215 (($ $ (-146)) 118 T ELT) (($ $ (-143)) 117 T ELT)) (-3049 (((-1190) $) 25 (|has| (-146) (-1132)) ELT)) (-1726 (($ (-146) $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-1936 (((-663 (-560)) $) 53 T ELT)) (-2624 (((-114) (-560) $) 54 T ELT)) (-3139 (((-1151) $) 24 (|has| (-146) (-1132)) ELT)) (-3794 (((-146) $) 49 (|has| (-560) (-871)) ELT)) (-3327 (((-3 (-146) "failed") (-1 (-114) (-146)) $) 80 T ELT)) (-4446 (($ $ (-146)) 48 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) (-146)) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-146)))) 29 (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-305 (-146))) 28 (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-146) (-146)) 27 (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-663 (-146)) (-663 (-146))) 26 (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) (-146) $) 52 (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-3155 (((-663 (-146)) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 (((-146) $ (-560) (-146)) 57 T ELT) (((-146) $ (-560)) 56 T ELT) (($ $ (-1265 (-560))) 78 T ELT) (($ $ $) 114 T ELT)) (-3435 (($ $ (-560)) 71 T ELT) (($ $ (-1265 (-560))) 70 T ELT)) (-3150 (((-793) (-1 (-114) (-146)) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) (-146) $) 31 (-12 (|has| (-146) (-1132)) (|has| $ (-6 -4509))) ELT)) (-2877 (($ $ $ (-560)) 103 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 88 (|has| (-146) (-633 (-549))) ELT)) (-2548 (($ (-663 (-146))) 79 T ELT)) (-4357 (($ $ (-146)) 76 T ELT) (($ (-146) $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-2539 (($ (-146)) 123 T ELT) (((-887) $) 20 (|has| (-146) (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| (-146) (-102)) ELT)) (-1657 (((-114) (-1 (-114) (-146)) $) 36 (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) 96 (|has| (-146) (-871)) ELT)) (-2360 (((-114) $ $) 98 (|has| (-146) (-871)) ELT)) (-2329 (((-114) $ $) 21 (|has| (-146) (-102)) ELT)) (-2372 (((-114) $ $) 97 (|has| (-146) (-871)) ELT)) (-2349 (((-114) $ $) 99 (|has| (-146) (-871)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1175) (-142)) (T -1175))
-((-3112 (*1 *1 *1) (-4 *1 (-1175))) (-3179 (*1 *1 *1) (-4 *1 (-1175))) (-2422 (*1 *1 *1) (-4 *1 (-1175))) (-2783 (*1 *1 *1) (-4 *1 (-1175))) (-3199 (*1 *2 *1 *1) (-12 (-4 *1 (-1175)) (-5 *2 (-114)))) (-3785 (*1 *2 *1 *1) (-12 (-4 *1 (-1175)) (-5 *2 (-114)))) (-3760 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1175)) (-5 *3 (-560)) (-5 *2 (-114)))) (-1979 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1175)) (-5 *3 (-146)) (-5 *2 (-793)))) (-2666 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1175)) (-5 *3 (-146)) (-5 *2 (-114)))) (-3938 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1175)) (-5 *2 (-1265 (-560))))) (-2533 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-560)))) (-2533 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-560)) (-5 *3 (-143)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-146)) (-4 *1 (-1175)))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 (-146)) (-5 *2 (-663 *1)) (-4 *1 (-1175)))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 (-143)) (-5 *2 (-663 *1)) (-4 *1 (-1175)))) (-3560 (*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-146)))) (-3560 (*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-143)))) (-3215 (*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-146)))) (-3215 (*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-143)))) (-3201 (*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-146)))) (-3201 (*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-143)))) (-1495 (*1 *1 *1 *1) (-4 *1 (-1175))))
-(-13 (-19 (-146)) (-10 -8 (-15 -3112 ($ $)) (-15 -3179 ($ $)) (-15 -2422 ($ $)) (-15 -2783 ($ $)) (-15 -3199 ((-114) $ $)) (-15 -3785 ((-114) $ $)) (-15 -3760 ((-114) $ $ (-560))) (-15 -1979 ((-793) $ $ (-146))) (-15 -2666 ((-114) $ $ (-146))) (-15 -3938 ($ $ (-1265 (-560)) $)) (-15 -2533 ((-560) $ $ (-560))) (-15 -2533 ((-560) (-143) $ (-560))) (-15 -2539 ($ (-146))) (-15 -3801 ((-663 $) $ (-146))) (-15 -3801 ((-663 $) $ (-143))) (-15 -3560 ($ $ (-146))) (-15 -3560 ($ $ (-143))) (-15 -3215 ($ $ (-146))) (-15 -3215 ($ $ (-143))) (-15 -3201 ($ $ (-146))) (-15 -3201 ($ $ (-143))) (-15 -1495 ($ $ $))))
-(((-34) . T) ((-102) -2191 (|has| (-146) (-1132)) (|has| (-146) (-871)) (|has| (-146) (-102))) ((-632 (-887)) -2191 (|has| (-146) (-1132)) (|has| (-146) (-871)) (|has| (-146) (-632 (-887)))) ((-153 #0=(-146)) . T) ((-633 (-549)) |has| (-146) (-633 (-549))) ((-298 #1=(-560) #0#) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #1# #0#) . T) ((-321 #0#) -12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ((-385 #0#) . T) ((-503 #0#) . T) ((-618 #1# #0#) . T) ((-528 #0# #0#) -12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ((-673 #0#) . T) ((-19 #0#) . T) ((-871) |has| (-146) (-871)) ((-874) |has| (-146) (-871)) ((-1132) -2191 (|has| (-146) (-1132)) (|has| (-146) (-871))) ((-1248) . T))
-((-3922 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-793)) 112 T ELT)) (-2114 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|) 62 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793)) 61 T ELT)) (-2524 (((-1304) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-793)) 97 T ELT)) (-2415 (((-793) (-663 |#4|) (-663 |#5|)) 30 T ELT)) (-3901 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|) 64 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793)) 63 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793) (-114)) 65 T ELT)) (-1405 (((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114)) 84 T ELT) (((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114)) 85 T ELT)) (-4417 (((-1190) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) 90 T ELT)) (-3417 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|) 60 T ELT)) (-3886 (((-793) (-663 |#4|) (-663 |#5|)) 21 T ELT)))
-(((-1176 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3886 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -2415 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -3417 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -2114 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793))) (-15 -2114 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793) (-114))) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793))) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -1405 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -1405 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114))) (-15 -3922 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-793))) (-15 -4417 ((-1190) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) (-15 -2524 ((-1304) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-793)))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|) (-1140 |#1| |#2| |#3| |#4|)) (T -1176))
-((-2524 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -3227 *9)))) (-5 *4 (-793)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-1304)) (-5 *1 (-1176 *5 *6 *7 *8 *9)))) (-4417 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -3227 *8))) (-4 *7 (-1096 *4 *5 *6)) (-4 *8 (-1140 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1190)) (-5 *1 (-1176 *4 *5 *6 *7 *8)))) (-3922 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-663 *11)) (|:| |todo| (-663 (-2 (|:| |val| *3) (|:| -3227 *11)))))) (-5 *6 (-793)) (-5 *2 (-663 (-2 (|:| |val| (-663 *10)) (|:| -3227 *11)))) (-5 *3 (-663 *10)) (-5 *4 (-663 *11)) (-4 *10 (-1096 *7 *8 *9)) (-4 *11 (-1140 *7 *8 *9 *10)) (-4 *7 (-466)) (-4 *8 (-815)) (-4 *9 (-871)) (-5 *1 (-1176 *7 *8 *9 *10 *11)))) (-1405 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1176 *5 *6 *7 *8 *9)))) (-1405 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1176 *5 *6 *7 *8 *9)))) (-3901 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1176 *5 *6 *7 *3 *4)) (-4 *4 (-1140 *5 *6 *7 *3)))) (-3901 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *3 (-1096 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1176 *6 *7 *8 *3 *4)) (-4 *4 (-1140 *6 *7 *8 *3)))) (-3901 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-793)) (-5 *6 (-114)) (-4 *7 (-466)) (-4 *8 (-815)) (-4 *9 (-871)) (-4 *3 (-1096 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1176 *7 *8 *9 *3 *4)) (-4 *4 (-1140 *7 *8 *9 *3)))) (-2114 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1176 *5 *6 *7 *3 *4)) (-4 *4 (-1140 *5 *6 *7 *3)))) (-2114 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *3 (-1096 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1176 *6 *7 *8 *3 *4)) (-4 *4 (-1140 *6 *7 *8 *3)))) (-3417 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4)))))) (-5 *1 (-1176 *5 *6 *7 *3 *4)) (-4 *4 (-1140 *5 *6 *7 *3)))) (-2415 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-793)) (-5 *1 (-1176 *5 *6 *7 *8 *9)))) (-3886 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-793)) (-5 *1 (-1176 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -3886 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -2415 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -3417 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -2114 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793))) (-15 -2114 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793) (-114))) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5| (-793))) (-15 -3901 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) |#4| |#5|)) (-15 -1405 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -1405 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114))) (-15 -3922 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))))) (-793))) (-15 -4417 ((-1190) (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|)))) (-15 -2524 ((-1304) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -3227 |#5|))) (-793))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) NIL T ELT)) (-3509 (((-663 $) (-663 |#4|)) 124 T ELT) (((-663 $) (-663 |#4|) (-114)) 125 T ELT) (((-663 $) (-663 |#4|) (-114) (-114)) 123 T ELT) (((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114)) 126 T ELT)) (-3557 (((-663 |#3|) $) NIL T ELT)) (-3343 (((-114) $) NIL T ELT)) (-3540 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1370 ((|#4| |#4| $) NIL T ELT)) (-2082 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| $) 97 T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3606 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) 75 T ELT)) (-3366 (($) NIL T CONST)) (-2244 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) NIL T ELT)) (-3056 (($ (-663 |#4|)) NIL T ELT)) (-3806 (((-3 $ "failed") $) 45 T ELT)) (-2206 ((|#4| |#4| $) 78 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-2025 (($ |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 91 (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) NIL T ELT)) (-4269 ((|#4| |#4| $) NIL T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) NIL T ELT)) (-3452 (((-114) |#4| $) NIL T ELT)) (-4164 (((-114) |#4| $) NIL T ELT)) (-3212 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1829 (((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114)) 139 T ELT)) (-1559 (((-663 |#4|) $) 18 (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#4|) $) 19 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 27 (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 23 T ELT)) (-1972 (((-663 |#3|) $) NIL T ELT)) (-3253 (((-114) |#3| $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-4472 (((-3 |#4| (-663 $)) |#4| |#4| $) NIL T ELT)) (-2939 (((-663 (-2 (|:| |val| |#4|) (|:| -3227 $))) |#4| |#4| $) 117 T ELT)) (-2045 (((-3 |#4| "failed") $) 42 T ELT)) (-1999 (((-663 $) |#4| $) 102 T ELT)) (-3329 (((-3 (-114) (-663 $)) |#4| $) NIL T ELT)) (-3742 (((-663 (-2 (|:| |val| (-114)) (|:| -3227 $))) |#4| $) 112 T ELT) (((-114) |#4| $) 65 T ELT)) (-4340 (((-663 $) |#4| $) 121 T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT)) (-2956 (((-663 $) (-663 |#4|) (-114) (-114) (-114)) 134 T ELT)) (-3520 (($ |#4| $) 88 T ELT) (($ (-663 |#4|) $) 89 T ELT) (((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114)) 87 T ELT)) (-2065 (((-663 |#4|) $) NIL T ELT)) (-2872 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1703 ((|#4| |#4| $) NIL T ELT)) (-2638 (((-114) $ $) NIL T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1488 ((|#4| |#4| $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 (((-3 |#4| "failed") $) 40 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-4300 (((-3 $ "failed") $ |#4|) 59 T ELT)) (-2674 (($ $ |#4|) NIL T ELT) (((-663 $) |#4| $) 104 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) 99 T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 17 T ELT)) (-1423 (($) 14 T ELT)) (-4283 (((-793) $) NIL T ELT)) (-3150 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 22 T ELT)) (-4299 (($ $ |#3|) 52 T ELT)) (-3912 (($ $ |#3|) 54 T ELT)) (-3396 (($ $) NIL T ELT)) (-1860 (($ $ |#3|) NIL T ELT)) (-2539 (((-887) $) 35 T ELT) (((-663 |#4|) $) 46 T ELT)) (-1895 (((-793) $) NIL (|has| |#3| (-381)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) NIL T ELT)) (-2478 (((-663 $) |#4| $) 66 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) NIL T ELT)) (-3038 (((-114) |#4| $) NIL T ELT)) (-1749 (((-114) |#3| $) 74 T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1177 |#1| |#2| |#3| |#4|) (-13 (-1140 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3520 ((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114))) (-15 -3509 ((-663 $) (-663 |#4|) (-114) (-114))) (-15 -3509 ((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114))) (-15 -2956 ((-663 $) (-663 |#4|) (-114) (-114) (-114))) (-15 -1829 ((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114))))) (-466) (-815) (-871) (-1096 |#1| |#2| |#3|)) (T -1177))
-((-3520 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 (-1177 *5 *6 *7 *3))) (-5 *1 (-1177 *5 *6 *7 *3)) (-4 *3 (-1096 *5 *6 *7)))) (-3509 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 (-1177 *5 *6 *7 *8))) (-5 *1 (-1177 *5 *6 *7 *8)))) (-3509 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 (-1177 *5 *6 *7 *8))) (-5 *1 (-1177 *5 *6 *7 *8)))) (-2956 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 (-1177 *5 *6 *7 *8))) (-5 *1 (-1177 *5 *6 *7 *8)))) (-1829 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-663 *8)) (|:| |towers| (-663 (-1177 *5 *6 *7 *8))))) (-5 *1 (-1177 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
-(-13 (-1140 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3520 ((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114))) (-15 -3509 ((-663 $) (-663 |#4|) (-114) (-114))) (-15 -3509 ((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114))) (-15 -2956 ((-663 $) (-663 |#4|) (-114) (-114) (-114))) (-15 -1829 ((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114)))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 31 T ELT)) (-1871 (((-114) $) 29 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 28 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-793)) 30 T ELT) (($ $ (-948)) 27 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ $ $) 26 T ELT)))
-(((-1178) (-142)) (T -1178))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3612 ((|#1| $) 51 T ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-4489 (($) 7 T CONST)) (-2786 ((|#1| |#1| $) 53 T ELT)) (-1750 ((|#1| $) 52 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 46 T ELT)) (-3549 (($ |#1| $) 47 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-3194 ((|#1| $) 48 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-4003 (((-793) $) 50 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) 49 T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1153 |#1|) (-142) (-1249)) (T -1153))
+((-2786 (*1 *2 *2 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1249)))) (-1750 (*1 *2 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1249)))) (-3612 (*1 *2 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1249)))) (-4003 (*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1249)) (-5 *2 (-793)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4510) (-15 -2786 (|t#1| |t#1| $)) (-15 -1750 (|t#1| $)) (-15 -3612 (|t#1| $)) (-15 -4003 ((-793) $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-2412 ((|#3| $) 87 T ELT)) (-4142 (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 |#3| "failed") $) 50 T ELT)) (-4072 (((-560) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) ((|#3| $) 47 T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL T ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL T ELT) (((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-711 $) (-1299 $)) 84 T ELT) (((-711 |#3|) (-711 $)) 76 T ELT)) (-2703 (($ $ (-1 |#3| |#3|) (-793)) NIL T ELT) (($ $ (-1 |#3| |#3|)) 28 T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT)) (-2239 ((|#3| $) 89 T ELT)) (-3577 ((|#4| $) 43 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ |#3|) 25 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 24 T ELT) (($ $ (-560)) 95 T ELT)))
+(((-1154 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2239 (|#3| |#1|)) (-15 -2412 (|#3| |#1|)) (-15 -3577 (|#4| |#1|)) (-15 -1470 ((-711 |#3|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -3834 (|#1| |#3|)) (-15 -4142 ((-3 |#3| "failed") |#1|)) (-15 -4072 (|#3| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|) (-793))) (-15 -3834 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-949))) (-15 -3834 ((-888) |#1|))) (-1155 |#2| |#3| |#4| |#5|) (-793) (-1081) (-245 |#2| |#3|) (-245 |#2| |#3|)) (T -1154))
+NIL
+(-10 -8 (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 ** (|#1| |#1| (-560))) (-15 -2239 (|#3| |#1|)) (-15 -2412 (|#3| |#1|)) (-15 -3577 (|#4| |#1|)) (-15 -1470 ((-711 |#3|) (-711 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 |#3|)) (|:| |vec| (-1299 |#3|))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 |#1|) (-1299 |#1|))) (-15 -1470 ((-711 (-560)) (-711 |#1|))) (-15 -3834 (|#1| |#3|)) (-15 -4142 ((-3 |#3| "failed") |#1|)) (-15 -4072 (|#3| |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2703 (|#1| |#1| (-1 |#3| |#3|) (-793))) (-15 -3834 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-949))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2412 ((|#2| $) 87 T ELT)) (-2580 (((-114) $) 131 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3475 (((-114) $) 129 T ELT)) (-4405 (((-114) $ (-793)) 121 T ELT)) (-4011 (($ |#2|) 90 T ELT)) (-4489 (($) 22 T CONST)) (-4350 (($ $) 148 (|has| |#2| (-319)) ELT)) (-1802 ((|#3| $ (-560)) 143 T ELT)) (-4142 (((-3 (-560) "failed") $) 106 (|has| |#2| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) 103 (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 |#2| "failed") $) 100 T ELT)) (-4072 (((-560) $) 105 (|has| |#2| (-1070 (-560))) ELT) (((-421 (-560)) $) 102 (|has| |#2| (-1070 (-421 (-560)))) ELT) ((|#2| $) 101 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 96 (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 95 (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) 94 T ELT) (((-711 |#2|) (-711 $)) 93 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-1486 (((-793) $) 149 (|has| |#2| (-571)) ELT)) (-2109 ((|#2| $ (-560) (-560)) 141 T ELT)) (-3086 (((-663 |#2|) $) 114 (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) 40 T ELT)) (-4077 (((-793) $) 150 (|has| |#2| (-571)) ELT)) (-3613 (((-663 |#4|) $) 151 (|has| |#2| (-571)) ELT)) (-2818 (((-793) $) 137 T ELT)) (-2833 (((-793) $) 138 T ELT)) (-3050 (((-114) $ (-793)) 122 T ELT)) (-3178 ((|#2| $) 82 (|has| |#2| (-6 (-4512 "*"))) ELT)) (-1354 (((-560) $) 133 T ELT)) (-2895 (((-560) $) 135 T ELT)) (-4439 (((-663 |#2|) $) 113 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#2| $) 111 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1963 (((-560) $) 134 T ELT)) (-2212 (((-560) $) 136 T ELT)) (-4335 (($ (-663 (-663 |#2|))) 128 T ELT)) (-2173 (($ (-1 |#2| |#2|) $) 118 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#2| |#2| |#2|) $ $) 145 T ELT) (($ (-1 |#2| |#2|) $) 119 T ELT)) (-4327 (((-663 (-663 |#2|)) $) 139 T ELT)) (-1506 (((-114) $ (-793)) 123 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 98 (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 97 (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) 92 T ELT) (((-711 |#2|) (-1299 $)) 91 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2282 (((-3 $ "failed") $) 81 (|has| |#2| (-376)) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3795 (((-3 $ "failed") $ |#2|) 146 (|has| |#2| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) 116 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#2|))) 110 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) 109 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) 108 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 107 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) 127 T ELT)) (-4150 (((-114) $) 124 T ELT)) (-3614 (($) 125 T ELT)) (-3034 ((|#2| $ (-560) (-560) |#2|) 142 T ELT) ((|#2| $ (-560) (-560)) 140 T ELT)) (-2703 (($ $ (-1 |#2| |#2|) (-793)) 62 T ELT) (($ $ (-1 |#2| |#2|)) 61 T ELT) (($ $) 52 (|has| |#2| (-239)) ELT) (($ $ (-793)) 50 (|has| |#2| (-239)) ELT) (($ $ (-1209)) 60 (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 58 (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 57 (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 56 (|has| |#2| (-930 (-1209))) ELT)) (-2239 ((|#2| $) 86 T ELT)) (-4214 (($ (-663 |#2|)) 89 T ELT)) (-3177 (((-114) $) 130 T ELT)) (-3577 ((|#3| $) 88 T ELT)) (-3078 ((|#2| $) 83 (|has| |#2| (-6 (-4512 "*"))) ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) 115 (|has| $ (-6 -4510)) ELT) (((-793) |#2| $) 112 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 126 T ELT)) (-1986 ((|#4| $ (-560)) 144 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 104 (|has| |#2| (-1070 (-421 (-560)))) ELT) (($ |#2|) 99 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) 117 (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) 132 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1 |#2| |#2|) (-793)) 64 T ELT) (($ $ (-1 |#2| |#2|)) 63 T ELT) (($ $) 51 (|has| |#2| (-239)) ELT) (($ $ (-793)) 49 (|has| |#2| (-239)) ELT) (($ $ (-1209)) 59 (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 55 (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 54 (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 53 (|has| |#2| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#2|) 147 (|has| |#2| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 80 (|has| |#2| (-376)) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#2|) 153 T ELT) (($ |#2| $) 152 T ELT) ((|#4| $ |#4|) 85 T ELT) ((|#3| |#3| $) 84 T ELT)) (-3819 (((-793) $) 120 (|has| $ (-6 -4510)) ELT)))
+(((-1155 |#1| |#2| |#3| |#4|) (-142) (-793) (-1081) (-245 |t#1| |t#2|) (-245 |t#1| |t#2|)) (T -1155))
+((-4011 (*1 *1 *2) (-12 (-4 *2 (-1081)) (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)))) (-4214 (*1 *1 *2) (-12 (-5 *2 (-663 *4)) (-4 *4 (-1081)) (-4 *1 (-1155 *3 *4 *5 *6)) (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *3 *4)))) (-3577 (*1 *2 *1) (-12 (-4 *1 (-1155 *3 *4 *2 *5)) (-4 *4 (-1081)) (-4 *5 (-245 *3 *4)) (-4 *2 (-245 *3 *4)))) (-2412 (*1 *2 *1) (-12 (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)) (-4 *2 (-1081)))) (-2239 (*1 *2 *1) (-12 (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)) (-4 *2 (-1081)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1155 *3 *4 *5 *2)) (-4 *4 (-1081)) (-4 *5 (-245 *3 *4)) (-4 *2 (-245 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1155 *3 *4 *2 *5)) (-4 *4 (-1081)) (-4 *2 (-245 *3 *4)) (-4 *5 (-245 *3 *4)))) (-3078 (*1 *2 *1) (-12 (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)) (|has| *2 (-6 (-4512 "*"))) (-4 *2 (-1081)))) (-3178 (*1 *2 *1) (-12 (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2)) (-4 *5 (-245 *3 *2)) (|has| *2 (-6 (-4512 "*"))) (-4 *2 (-1081)))) (-2282 (*1 *1 *1) (|partial| -12 (-4 *1 (-1155 *2 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-245 *2 *3)) (-4 *5 (-245 *2 *3)) (-4 *3 (-376)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-1155 *3 *4 *5 *6)) (-4 *4 (-1081)) (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *3 *4)) (-4 *4 (-376)))))
+(-13 (-234 |t#2|) (-111 |t#2| |t#2|) (-1085 |t#1| |t#1| |t#2| |t#3| |t#4|) (-426 |t#2|) (-390 |t#2|) (-10 -8 (IF (|has| |t#2| (-175)) (-6 (-739 |t#2|)) |%noBranch|) (-15 -4011 ($ |t#2|)) (-15 -4214 ($ (-663 |t#2|))) (-15 -3577 (|t#3| $)) (-15 -2412 (|t#2| $)) (-15 -2239 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4512 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -3078 (|t#2| $)) (-15 -3178 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-376)) (PROGN (-15 -2282 ((-3 $ "failed") $)) (-15 ** ($ $ (-560)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4512 "*"))) ((-102) . T) ((-111 |#2| |#2|) . T) ((-133) . T) ((-635 #0=(-421 (-560))) |has| |#2| (-1070 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#2|) . T) ((-632 (-888)) . T) ((-236 $) -2309 (|has| |#2| (-239)) (|has| |#2| (-240))) ((-234 |#2|) . T) ((-240) |has| |#2| (-240)) ((-239) -2309 (|has| |#2| (-239)) (|has| |#2| (-240))) ((-274 |#2|) . T) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-390 |#2|) . T) ((-426 |#2|) . T) ((-503 |#2|) . T) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-668 (-560)) . T) ((-668 |#2|) . T) ((-668 $) . T) ((-670 #1=(-560)) |has| |#2| (-660 (-560))) ((-670 |#2|) . T) ((-670 $) . T) ((-662 |#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-6 (-4512 "*")))) ((-660 #1#) |has| |#2| (-660 (-560))) ((-660 |#2|) . T) ((-739 |#2|) -2309 (|has| |#2| (-175)) (|has| |#2| (-6 (-4512 "*")))) ((-748) . T) ((-922 $ #2=(-1209)) -2309 (|has| |#2| (-930 (-1209))) (|has| |#2| (-928 (-1209)))) ((-928 (-1209)) |has| |#2| (-928 (-1209))) ((-930 #2#) -2309 (|has| |#2| (-930 (-1209))) (|has| |#2| (-928 (-1209)))) ((-1085 |#1| |#1| |#2| |#3| |#4|) . T) ((-1070 #0#) |has| |#2| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#2| (-1070 (-560))) ((-1070 |#2|) . T) ((-1083 |#2|) . T) ((-1088 |#2|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2801 ((|#4| |#4|) 81 T ELT)) (-1966 ((|#4| |#4|) 76 T ELT)) (-1733 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|))) |#4| |#3|) 91 T ELT)) (-2441 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80 T ELT)) (-2138 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78 T ELT)))
+(((-1156 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1966 (|#4| |#4|)) (-15 -2138 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -2801 (|#4| |#4|)) (-15 -2441 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -1733 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|))) |#4| |#3|))) (-319) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|)) (T -1156))
+((-1733 (*1 *2 *3 *4) (-12 (-4 *5 (-319)) (-4 *6 (-385 *5)) (-4 *4 (-385 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4)))) (-5 *1 (-1156 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))) (-2441 (*1 *2 *3) (-12 (-4 *4 (-319)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1156 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-2801 (*1 *2 *2) (-12 (-4 *3 (-319)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-1156 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-2138 (*1 *2 *3) (-12 (-4 *4 (-319)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1156 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))) (-1966 (*1 *2 *2) (-12 (-4 *3 (-319)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-1156 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+(-10 -7 (-15 -1966 (|#4| |#4|)) (-15 -2138 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -2801 (|#4| |#4|)) (-15 -2441 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -1733 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4222 (-663 |#3|))) |#4| |#3|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 18 T ELT)) (-2712 (((-663 |#2|) $) 174 T ELT)) (-2517 (((-1203 $) $ |#2|) 60 T ELT) (((-1203 |#1|) $) 49 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 116 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 118 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 120 (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 |#2|)) 213 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) 167 T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 |#2| "failed") $) NIL T ELT)) (-4072 ((|#1| $) 165 T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) ((|#2| $) NIL T ELT)) (-3273 (($ $ $ |#2|) NIL (|has| |#1| (-175)) ELT)) (-4328 (($ $) 217 T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) 90 T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT) (($ $ |#2|) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| (-545 |#2|) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| |#1| (-912 (-391))) (|has| |#2| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| |#1| (-912 (-560))) (|has| |#2| (-912 (-560)))) ELT)) (-3363 (((-114) $) 20 T ELT)) (-4055 (((-793) $) 30 T ELT)) (-2700 (($ (-1203 |#1|) |#2|) 54 T ELT) (($ (-1203 $) |#2|) 71 T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) 38 T ELT)) (-2682 (($ |#1| (-545 |#2|)) 78 T ELT) (($ $ |#2| (-793)) 58 T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ |#2|) NIL T ELT)) (-3654 (((-545 |#2|) $) 205 T ELT) (((-793) $ |#2|) 206 T ELT) (((-663 (-793)) $ (-663 |#2|)) 207 T ELT)) (-3097 (($ (-1 (-545 |#2|) (-545 |#2|)) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 128 T ELT)) (-3311 (((-3 |#2| "failed") $) 177 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-4295 (($ $) 216 T ELT)) (-4307 ((|#1| $) 43 T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| |#2|) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) 39 T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 148 (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) 153 (|has| |#1| (-466)) ELT) (($ $ $) 138 (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-940)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 126 (|has| |#1| (-571)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ |#2| |#1|) 180 T ELT) (($ $ (-663 |#2|) (-663 |#1|)) 195 T ELT) (($ $ |#2| $) 179 T ELT) (($ $ (-663 |#2|) (-663 $)) 194 T ELT)) (-2810 (($ $ |#2|) NIL (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) 215 T ELT)) (-4144 (((-545 |#2|) $) 201 T ELT) (((-793) $ |#2|) 196 T ELT) (((-663 (-793)) $ (-663 |#2|)) 199 T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| |#1| (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| |#1| (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| |#1| (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-3878 ((|#1| $) 134 (|has| |#1| (-466)) ELT) (($ $ |#2|) 137 (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-3834 (((-888) $) 159 T ELT) (($ (-560)) 84 T ELT) (($ |#1|) 85 T ELT) (($ |#2|) 33 T ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1551 (((-663 |#1|) $) 162 T ELT)) (-3580 ((|#1| $ (-545 |#2|)) 80 T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) 87 T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) 123 (|has| |#1| (-571)) ELT)) (-2971 (($) 12 T CONST)) (-2983 (($) 14 T CONST)) (-3095 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2478 (((-114) $ $) 106 T ELT)) (-2594 (($ $ |#1|) 132 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 93 T ELT) (($ $ $) 104 T ELT)) (-2571 (($ $ $) 55 T ELT)) (** (($ $ (-949)) 110 T ELT) (($ $ (-793)) 109 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 96 T ELT) (($ $ $) 72 T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 99 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1157 |#1| |#2|) (-980 |#1| (-545 |#2|) |#2|) (-1081) (-872)) (T -1157))
+NIL
+(-980 |#1| (-545 |#2|) |#2|)
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 |#2|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2267 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 128 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2243 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 124 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2290 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 132 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2048 (((-976 |#1|) $ (-793)) NIL T ELT) (((-976 |#1|) $ (-793) (-793)) NIL T ELT)) (-2512 (((-114) $) NIL T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-793) $ |#2|) NIL T ELT) (((-793) $ |#2| (-793)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ $ (-663 |#2|) (-663 (-545 |#2|))) NIL T ELT) (($ $ |#2| (-545 |#2|)) NIL T ELT) (($ |#1| (-545 |#2|)) NIL T ELT) (($ $ |#2| (-793)) 63 T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3343 (($ $) 122 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3671 (($ $ |#2|) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ |#2| |#1|) 175 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3038 (($ (-1 $) |#2| |#1|) 174 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3201 (($ $ (-793)) 16 T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-2784 (($ $) 120 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (($ $ |#2| $) 106 T ELT) (($ $ (-663 |#2|) (-663 $)) 99 T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT)) (-2703 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) 109 T ELT)) (-4144 (((-545 |#2|) $) NIL T ELT)) (-2148 (((-1 (-1187 |#3|) |#3|) (-663 |#2|) (-663 (-1187 |#3|))) 87 T ELT)) (-2304 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 134 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 130 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 126 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 18 T ELT)) (-3834 (((-888) $) 198 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 45 (|has| |#1| (-175)) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#2|) 70 T ELT) (($ |#3|) 68 T ELT)) (-3580 ((|#1| $ (-545 |#2|)) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) ((|#3| $ (-793)) 43 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 136 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2254 (($ $) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 138 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 52 T CONST)) (-2983 (($) 62 T CONST)) (-3095 (($ $ (-663 |#2|) (-663 (-793))) NIL T ELT) (($ $ |#2| (-793)) NIL T ELT) (($ $ (-663 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) 200 (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 66 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 77 T ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 112 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 65 T ELT) (($ $ (-421 (-560))) 117 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 115 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 48 T ELT) (($ $ |#1|) 49 T ELT) (($ |#3| $) 47 T ELT)))
+(((-1158 |#1| |#2| |#3|) (-13 (-762 |#1| |#2|) (-10 -8 (-15 -3580 (|#3| $ (-793))) (-15 -3834 ($ |#2|)) (-15 -3834 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -2148 ((-1 (-1187 |#3|) |#3|) (-663 |#2|) (-663 (-1187 |#3|)))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $ |#2| |#1|)) (-15 -3038 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1081) (-872) (-980 |#1| (-545 |#2|) |#2|)) (T -1158))
+((-3580 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *2 (-980 *4 (-545 *5) *5)) (-5 *1 (-1158 *4 *5 *2)) (-4 *4 (-1081)) (-4 *5 (-872)))) (-3834 (*1 *1 *2) (-12 (-4 *3 (-1081)) (-4 *2 (-872)) (-5 *1 (-1158 *3 *2 *4)) (-4 *4 (-980 *3 (-545 *2) *2)))) (-3834 (*1 *1 *2) (-12 (-4 *3 (-1081)) (-4 *4 (-872)) (-5 *1 (-1158 *3 *4 *2)) (-4 *2 (-980 *3 (-545 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1081)) (-4 *4 (-872)) (-5 *1 (-1158 *3 *4 *2)) (-4 *2 (-980 *3 (-545 *4) *4)))) (-2148 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-1187 *7))) (-4 *6 (-872)) (-4 *7 (-980 *5 (-545 *6) *6)) (-4 *5 (-1081)) (-5 *2 (-1 (-1187 *7) *7)) (-5 *1 (-1158 *5 *6 *7)))) (-3671 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-4 *2 (-872)) (-5 *1 (-1158 *3 *2 *4)) (-4 *4 (-980 *3 (-545 *2) *2)))) (-3038 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1158 *4 *3 *5))) (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1081)) (-4 *3 (-872)) (-5 *1 (-1158 *4 *3 *5)) (-4 *5 (-980 *4 (-545 *3) *3)))))
+(-13 (-762 |#1| |#2|) (-10 -8 (-15 -3580 (|#3| $ (-793))) (-15 -3834 ($ |#2|)) (-15 -3834 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -2148 ((-1 (-1187 |#3|) |#3|) (-663 |#2|) (-663 (-1187 |#3|)))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $ |#2| |#1|)) (-15 -3038 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-1387 (((-663 $) (-663 |#4|)) 94 T ELT) (((-663 $) (-663 |#4|) (-114)) 121 T ELT)) (-2712 (((-663 |#3|) $) 37 T ELT)) (-3511 (((-114) $) 30 T ELT)) (-3673 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-3349 ((|#4| |#4| $) 100 T ELT)) (-2624 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| $) 136 T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-4405 (((-114) $ (-793)) 48 T ELT)) (-3797 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-4489 (($) 49 T CONST)) (-3438 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-4072 (($ (-663 |#4|)) 39 T ELT)) (-1586 (((-3 $ "failed") $) 90 T ELT)) (-2869 ((|#4| |#4| $) 97 T ELT)) (-4154 (($ $) 72 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#4| $) 71 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-1977 ((|#4| |#4| $) 95 T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) 113 T ELT)) (-2828 (((-114) |#4| $) 146 T ELT)) (-4448 (((-114) |#4| $) 143 T ELT)) (-3242 (((-114) |#4| $) 147 T ELT) (((-114) $) 144 T ELT)) (-3086 (((-663 |#4|) $) 56 (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) 47 T ELT)) (-4439 (((-663 |#4|) $) 57 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-4306 (((-663 |#3|) $) 36 T ELT)) (-1654 (((-114) |#3| $) 35 T ELT)) (-1506 (((-114) $ (-793)) 46 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-3789 (((-3 |#4| (-663 $)) |#4| |#4| $) 138 T ELT)) (-1946 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| |#4| $) 137 T ELT)) (-3534 (((-3 |#4| "failed") $) 91 T ELT)) (-3611 (((-663 $) |#4| $) 139 T ELT)) (-3448 (((-3 (-114) (-663 $)) |#4| $) 142 T ELT)) (-1775 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 $))) |#4| $) 141 T ELT) (((-114) |#4| $) 140 T ELT)) (-2921 (((-663 $) |#4| $) 135 T ELT) (((-663 $) (-663 |#4|) $) 134 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 133 T ELT) (((-663 $) |#4| (-663 $)) 132 T ELT)) (-4340 (($ |#4| $) 127 T ELT) (($ (-663 |#4|) $) 126 T ELT)) (-1455 (((-663 |#4|) $) 115 T ELT)) (-2033 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-2347 ((|#4| |#4| $) 98 T ELT)) (-1446 (((-114) $ $) 118 T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-2153 ((|#4| |#4| $) 99 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1574 (((-3 |#4| "failed") $) 92 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4319 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-3201 (($ $ |#4|) 85 T ELT) (((-663 $) |#4| $) 125 T ELT) (((-663 $) |#4| (-663 $)) 124 T ELT) (((-663 $) (-663 |#4|) $) 123 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) 42 T ELT)) (-4150 (((-114) $) 45 T ELT)) (-3614 (($) 44 T ELT)) (-4144 (((-793) $) 114 T ELT)) (-1485 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 43 T ELT)) (-1830 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 64 T ELT)) (-2337 (($ $ |#3|) 32 T ELT)) (-1548 (($ $ |#3|) 34 T ELT)) (-2133 (($ $) 96 T ELT)) (-2721 (($ $ |#3|) 33 T ELT)) (-3834 (((-888) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-2688 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-2601 (((-663 $) |#4| $) 131 T ELT) (((-663 $) |#4| (-663 $)) 130 T ELT) (((-663 $) (-663 |#4|) $) 129 T ELT) (((-663 $) (-663 |#4|) (-663 $)) 128 T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) 89 T ELT)) (-3637 (((-114) |#4| $) 145 T ELT)) (-1414 (((-114) |#3| $) 88 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-3819 (((-793) $) 50 (|has| $ (-6 -4510)) ELT)))
+(((-1159 |#1| |#2| |#3| |#4|) (-142) (-466) (-817) (-872) (-1097 |t#1| |t#2| |t#3|)) (T -1159))
+NIL
+(-13 (-1141 |t#1| |t#2| |t#3| |t#4|) (-806 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-888)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-806 |#1| |#2| |#3| |#4|) . T) ((-1008 |#1| |#2| |#3| |#4|) . T) ((-1103 |#1| |#2| |#3| |#4|) . T) ((-1133) . T) ((-1141 |#1| |#2| |#3| |#4|) . T) ((-1244 |#1| |#2| |#3| |#4|) . T) ((-1249) . T))
+((-3944 (((-663 |#2|) |#1|) 15 T ELT)) (-3582 (((-663 |#2|) |#2| |#2| |#2| |#2| |#2|) 47 T ELT) (((-663 |#2|) |#1|) 61 T ELT)) (-3533 (((-663 |#2|) |#2| |#2| |#2|) 45 T ELT) (((-663 |#2|) |#1|) 59 T ELT)) (-3455 ((|#2| |#1|) 54 T ELT)) (-2950 (((-2 (|:| |solns| (-663 |#2|)) (|:| |maps| (-663 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20 T ELT)) (-2026 (((-663 |#2|) |#2| |#2|) 42 T ELT) (((-663 |#2|) |#1|) 58 T ELT)) (-2932 (((-663 |#2|) |#2| |#2| |#2| |#2|) 46 T ELT) (((-663 |#2|) |#1|) 60 T ELT)) (-3559 ((|#2| |#2| |#2| |#2| |#2| |#2|) 53 T ELT)) (-3109 ((|#2| |#2| |#2| |#2|) 51 T ELT)) (-1596 ((|#2| |#2| |#2|) 50 T ELT)) (-4481 ((|#2| |#2| |#2| |#2| |#2|) 52 T ELT)))
+(((-1160 |#1| |#2|) (-10 -7 (-15 -3944 ((-663 |#2|) |#1|)) (-15 -3455 (|#2| |#1|)) (-15 -2950 ((-2 (|:| |solns| (-663 |#2|)) (|:| |maps| (-663 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2026 ((-663 |#2|) |#1|)) (-15 -3533 ((-663 |#2|) |#1|)) (-15 -2932 ((-663 |#2|) |#1|)) (-15 -3582 ((-663 |#2|) |#1|)) (-15 -2026 ((-663 |#2|) |#2| |#2|)) (-15 -3533 ((-663 |#2|) |#2| |#2| |#2|)) (-15 -2932 ((-663 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3582 ((-663 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -1596 (|#2| |#2| |#2|)) (-15 -3109 (|#2| |#2| |#2| |#2|)) (-15 -4481 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3559 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1275 |#2|) (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (T -1160))
+((-3559 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))) (-4481 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))) (-3109 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))) (-1596 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))) (-3582 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *3)) (-5 *1 (-1160 *4 *3)) (-4 *4 (-1275 *3)))) (-2932 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *3)) (-5 *1 (-1160 *4 *3)) (-4 *4 (-1275 *3)))) (-3533 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *3)) (-5 *1 (-1160 *4 *3)) (-4 *4 (-1275 *3)))) (-2026 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *3)) (-5 *1 (-1160 *4 *3)) (-4 *4 (-1275 *3)))) (-3582 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4)))) (-2932 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4)))) (-3533 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4)))) (-2026 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4)))) (-2950 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-2 (|:| |solns| (-663 *5)) (|:| |maps| (-663 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1160 *3 *5)) (-4 *3 (-1275 *5)))) (-3455 (*1 *2 *3) (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))) (-3944 (*1 *2 *3) (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560))))))) (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -3944 ((-663 |#2|) |#1|)) (-15 -3455 (|#2| |#1|)) (-15 -2950 ((-2 (|:| |solns| (-663 |#2|)) (|:| |maps| (-663 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2026 ((-663 |#2|) |#1|)) (-15 -3533 ((-663 |#2|) |#1|)) (-15 -2932 ((-663 |#2|) |#1|)) (-15 -3582 ((-663 |#2|) |#1|)) (-15 -2026 ((-663 |#2|) |#2| |#2|)) (-15 -3533 ((-663 |#2|) |#2| |#2| |#2|)) (-15 -2932 ((-663 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3582 ((-663 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -1596 (|#2| |#2| |#2|)) (-15 -3109 (|#2| |#2| |#2| |#2|)) (-15 -4481 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3559 (|#2| |#2| |#2| |#2| |#2| |#2|)))
+((-3663 (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-976 |#1|))))) 118 T ELT) (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-976 |#1|)))) (-663 (-1209))) 117 T ELT) (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-976 |#1|)))) 115 T ELT) (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-976 |#1|))) (-663 (-1209))) 113 T ELT) (((-663 (-305 (-326 |#1|))) (-305 (-421 (-976 |#1|)))) 97 T ELT) (((-663 (-305 (-326 |#1|))) (-305 (-421 (-976 |#1|))) (-1209)) 98 T ELT) (((-663 (-305 (-326 |#1|))) (-421 (-976 |#1|))) 92 T ELT) (((-663 (-305 (-326 |#1|))) (-421 (-976 |#1|)) (-1209)) 82 T ELT)) (-4438 (((-663 (-663 (-326 |#1|))) (-663 (-421 (-976 |#1|))) (-663 (-1209))) 111 T ELT) (((-663 (-326 |#1|)) (-421 (-976 |#1|)) (-1209)) 54 T ELT)) (-4159 (((-1198 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-421 (-976 |#1|)) (-1209)) 122 T ELT) (((-1198 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-305 (-421 (-976 |#1|))) (-1209)) 121 T ELT)))
+(((-1161 |#1|) (-10 -7 (-15 -3663 ((-663 (-305 (-326 |#1|))) (-421 (-976 |#1|)) (-1209))) (-15 -3663 ((-663 (-305 (-326 |#1|))) (-421 (-976 |#1|)))) (-15 -3663 ((-663 (-305 (-326 |#1|))) (-305 (-421 (-976 |#1|))) (-1209))) (-15 -3663 ((-663 (-305 (-326 |#1|))) (-305 (-421 (-976 |#1|))))) (-15 -3663 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-976 |#1|))) (-663 (-1209)))) (-15 -3663 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-976 |#1|))))) (-15 -3663 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-976 |#1|)))) (-663 (-1209)))) (-15 -3663 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-976 |#1|)))))) (-15 -4438 ((-663 (-326 |#1|)) (-421 (-976 |#1|)) (-1209))) (-15 -4438 ((-663 (-663 (-326 |#1|))) (-663 (-421 (-976 |#1|))) (-663 (-1209)))) (-15 -4159 ((-1198 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-305 (-421 (-976 |#1|))) (-1209))) (-15 -4159 ((-1198 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-421 (-976 |#1|)) (-1209)))) (-13 (-319) (-149))) (T -1161))
+((-4159 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-1198 (-663 (-326 *5)) (-663 (-305 (-326 *5))))) (-5 *1 (-1161 *5)))) (-4159 (*1 *2 *3 *4) (-12 (-5 *3 (-305 (-421 (-976 *5)))) (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-1198 (-663 (-326 *5)) (-663 (-305 (-326 *5))))) (-5 *1 (-1161 *5)))) (-4438 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-976 *5)))) (-5 *4 (-663 (-1209))) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-326 *5)))) (-5 *1 (-1161 *5)))) (-4438 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-326 *5))) (-5 *1 (-1161 *5)))) (-3663 (*1 *2 *3) (-12 (-5 *3 (-663 (-305 (-421 (-976 *4))))) (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *4))))) (-5 *1 (-1161 *4)))) (-3663 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-305 (-421 (-976 *5))))) (-5 *4 (-663 (-1209))) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5))))) (-5 *1 (-1161 *5)))) (-3663 (*1 *2 *3) (-12 (-5 *3 (-663 (-421 (-976 *4)))) (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *4))))) (-5 *1 (-1161 *4)))) (-3663 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-976 *5)))) (-5 *4 (-663 (-1209))) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5))))) (-5 *1 (-1161 *5)))) (-3663 (*1 *2 *3) (-12 (-5 *3 (-305 (-421 (-976 *4)))) (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1161 *4)))) (-3663 (*1 *2 *3 *4) (-12 (-5 *3 (-305 (-421 (-976 *5)))) (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1161 *5)))) (-3663 (*1 *2 *3) (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1161 *4)))) (-3663 (*1 *2 *3 *4) (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1161 *5)))))
+(-10 -7 (-15 -3663 ((-663 (-305 (-326 |#1|))) (-421 (-976 |#1|)) (-1209))) (-15 -3663 ((-663 (-305 (-326 |#1|))) (-421 (-976 |#1|)))) (-15 -3663 ((-663 (-305 (-326 |#1|))) (-305 (-421 (-976 |#1|))) (-1209))) (-15 -3663 ((-663 (-305 (-326 |#1|))) (-305 (-421 (-976 |#1|))))) (-15 -3663 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-976 |#1|))) (-663 (-1209)))) (-15 -3663 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-421 (-976 |#1|))))) (-15 -3663 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-976 |#1|)))) (-663 (-1209)))) (-15 -3663 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-421 (-976 |#1|)))))) (-15 -4438 ((-663 (-326 |#1|)) (-421 (-976 |#1|)) (-1209))) (-15 -4438 ((-663 (-663 (-326 |#1|))) (-663 (-421 (-976 |#1|))) (-663 (-1209)))) (-15 -4159 ((-1198 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-305 (-421 (-976 |#1|))) (-1209))) (-15 -4159 ((-1198 (-663 (-326 |#1|)) (-663 (-305 (-326 |#1|)))) (-421 (-976 |#1|)) (-1209))))
+((-1704 (((-421 (-1203 (-326 |#1|))) (-1299 (-326 |#1|)) (-421 (-1203 (-326 |#1|))) (-560)) 36 T ELT)) (-3725 (((-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|)))) 48 T ELT)))
+(((-1162 |#1|) (-10 -7 (-15 -3725 ((-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|))))) (-15 -1704 ((-421 (-1203 (-326 |#1|))) (-1299 (-326 |#1|)) (-421 (-1203 (-326 |#1|))) (-560)))) (-571)) (T -1162))
+((-1704 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-421 (-1203 (-326 *5)))) (-5 *3 (-1299 (-326 *5))) (-5 *4 (-560)) (-4 *5 (-571)) (-5 *1 (-1162 *5)))) (-3725 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-421 (-1203 (-326 *3)))) (-4 *3 (-571)) (-5 *1 (-1162 *3)))))
+(-10 -7 (-15 -3725 ((-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|))) (-421 (-1203 (-326 |#1|))))) (-15 -1704 ((-421 (-1203 (-326 |#1|))) (-1299 (-326 |#1|)) (-421 (-1203 (-326 |#1|))) (-560))))
+((-3944 (((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-326 |#1|))) (-663 (-1209))) 244 T ELT) (((-663 (-305 (-326 |#1|))) (-326 |#1|) (-1209)) 23 T ELT) (((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)) (-1209)) 29 T ELT) (((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|))) 28 T ELT) (((-663 (-305 (-326 |#1|))) (-326 |#1|)) 24 T ELT)))
+(((-1163 |#1|) (-10 -7 (-15 -3944 ((-663 (-305 (-326 |#1|))) (-326 |#1|))) (-15 -3944 ((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)))) (-15 -3944 ((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)) (-1209))) (-15 -3944 ((-663 (-305 (-326 |#1|))) (-326 |#1|) (-1209))) (-15 -3944 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-326 |#1|))) (-663 (-1209))))) (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (T -1163))
+((-3944 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-1209))) (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5))))) (-5 *1 (-1163 *5)) (-5 *3 (-663 (-305 (-326 *5)))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1163 *5)) (-5 *3 (-326 *5)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1163 *5)) (-5 *3 (-305 (-326 *5))))) (-3944 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1163 *4)) (-5 *3 (-305 (-326 *4))))) (-3944 (*1 *2 *3) (-12 (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149))) (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1163 *4)) (-5 *3 (-326 *4)))))
+(-10 -7 (-15 -3944 ((-663 (-305 (-326 |#1|))) (-326 |#1|))) (-15 -3944 ((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)))) (-15 -3944 ((-663 (-305 (-326 |#1|))) (-305 (-326 |#1|)) (-1209))) (-15 -3944 ((-663 (-305 (-326 |#1|))) (-326 |#1|) (-1209))) (-15 -3944 ((-663 (-663 (-305 (-326 |#1|)))) (-663 (-305 (-326 |#1|))) (-663 (-1209)))))
+((-2773 ((|#2| |#2|) 28 (|has| |#1| (-872)) ELT) ((|#2| |#2| (-1 (-114) |#1| |#1|)) 25 T ELT)) (-1421 ((|#2| |#2|) 27 (|has| |#1| (-872)) ELT) ((|#2| |#2| (-1 (-114) |#1| |#1|)) 22 T ELT)))
+(((-1164 |#1| |#2|) (-10 -7 (-15 -1421 (|#2| |#2| (-1 (-114) |#1| |#1|))) (-15 -2773 (|#2| |#2| (-1 (-114) |#1| |#1|))) (IF (|has| |#1| (-872)) (PROGN (-15 -1421 (|#2| |#2|)) (-15 -2773 (|#2| |#2|))) |%noBranch|)) (-1249) (-13 (-618 (-560) |#1|) (-10 -7 (-6 -4510) (-6 -4511)))) (T -1164))
+((-2773 (*1 *2 *2) (-12 (-4 *3 (-872)) (-4 *3 (-1249)) (-5 *1 (-1164 *3 *2)) (-4 *2 (-13 (-618 (-560) *3) (-10 -7 (-6 -4510) (-6 -4511)))))) (-1421 (*1 *2 *2) (-12 (-4 *3 (-872)) (-4 *3 (-1249)) (-5 *1 (-1164 *3 *2)) (-4 *2 (-13 (-618 (-560) *3) (-10 -7 (-6 -4510) (-6 -4511)))))) (-2773 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-1164 *4 *2)) (-4 *2 (-13 (-618 (-560) *4) (-10 -7 (-6 -4510) (-6 -4511)))))) (-1421 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-1164 *4 *2)) (-4 *2 (-13 (-618 (-560) *4) (-10 -7 (-6 -4510) (-6 -4511)))))))
+(-10 -7 (-15 -1421 (|#2| |#2| (-1 (-114) |#1| |#1|))) (-15 -2773 (|#2| |#2| (-1 (-114) |#1| |#1|))) (IF (|has| |#1| (-872)) (PROGN (-15 -1421 (|#2| |#2|)) (-15 -2773 (|#2| |#2|))) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-2847 (((-1197 3 |#1|) $) 141 T ELT)) (-3574 (((-114) $) 101 T ELT)) (-3142 (($ $ (-663 (-973 |#1|))) 44 T ELT) (($ $ (-663 (-663 |#1|))) 104 T ELT) (($ (-663 (-973 |#1|))) 103 T ELT) (((-663 (-973 |#1|)) $) 102 T ELT)) (-3171 (((-114) $) 72 T ELT)) (-3383 (($ $ (-973 |#1|)) 76 T ELT) (($ $ (-663 |#1|)) 81 T ELT) (($ $ (-793)) 83 T ELT) (($ (-973 |#1|)) 77 T ELT) (((-973 |#1|) $) 75 T ELT)) (-3307 (((-2 (|:| -2158 (-793)) (|:| |curves| (-793)) (|:| |polygons| (-793)) (|:| |constructs| (-793))) $) 139 T ELT)) (-3891 (((-793) $) 53 T ELT)) (-3822 (((-793) $) 52 T ELT)) (-2091 (($ $ (-793) (-973 |#1|)) 67 T ELT)) (-2402 (((-114) $) 111 T ELT)) (-1401 (($ $ (-663 (-663 (-973 |#1|))) (-663 (-174)) (-174)) 118 T ELT) (($ $ (-663 (-663 (-663 |#1|))) (-663 (-174)) (-174)) 120 T ELT) (($ $ (-663 (-663 (-973 |#1|))) (-114) (-114)) 115 T ELT) (($ $ (-663 (-663 (-663 |#1|))) (-114) (-114)) 127 T ELT) (($ (-663 (-663 (-973 |#1|)))) 116 T ELT) (($ (-663 (-663 (-973 |#1|))) (-114) (-114)) 117 T ELT) (((-663 (-663 (-973 |#1|))) $) 114 T ELT)) (-1762 (($ (-663 $)) 56 T ELT) (($ $ $) 57 T ELT)) (-2802 (((-663 (-174)) $) 133 T ELT)) (-3341 (((-663 (-973 |#1|)) $) 130 T ELT)) (-2437 (((-663 (-663 (-174))) $) 132 T ELT)) (-3873 (((-663 (-663 (-663 (-973 |#1|)))) $) NIL T ELT)) (-4050 (((-663 (-663 (-663 (-793)))) $) 131 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2264 (((-793) $ (-663 (-973 |#1|))) 65 T ELT)) (-2324 (((-114) $) 84 T ELT)) (-2794 (($ $ (-663 (-973 |#1|))) 86 T ELT) (($ $ (-663 (-663 |#1|))) 92 T ELT) (($ (-663 (-973 |#1|))) 87 T ELT) (((-663 (-973 |#1|)) $) 85 T ELT)) (-3924 (($) 48 T ELT) (($ (-1197 3 |#1|)) 49 T ELT)) (-4007 (($ $) 63 T ELT)) (-2463 (((-663 $) $) 62 T ELT)) (-1881 (($ (-663 $)) 59 T ELT)) (-3814 (((-663 $) $) 61 T ELT)) (-3834 (((-888) $) 146 T ELT)) (-3940 (((-114) $) 94 T ELT)) (-2898 (($ $ (-663 (-973 |#1|))) 96 T ELT) (($ $ (-663 (-663 |#1|))) 99 T ELT) (($ (-663 (-973 |#1|))) 97 T ELT) (((-663 (-973 |#1|)) $) 95 T ELT)) (-4218 (($ $) 140 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1165 |#1|) (-1166 |#1|) (-1081)) (T -1165))
+NIL
+(-1166 |#1|)
+((-3808 (((-114) $ $) 7 T ELT)) (-2847 (((-1197 3 |#1|) $) 17 T ELT)) (-3574 (((-114) $) 33 T ELT)) (-3142 (($ $ (-663 (-973 |#1|))) 37 T ELT) (($ $ (-663 (-663 |#1|))) 36 T ELT) (($ (-663 (-973 |#1|))) 35 T ELT) (((-663 (-973 |#1|)) $) 34 T ELT)) (-3171 (((-114) $) 48 T ELT)) (-3383 (($ $ (-973 |#1|)) 53 T ELT) (($ $ (-663 |#1|)) 52 T ELT) (($ $ (-793)) 51 T ELT) (($ (-973 |#1|)) 50 T ELT) (((-973 |#1|) $) 49 T ELT)) (-3307 (((-2 (|:| -2158 (-793)) (|:| |curves| (-793)) (|:| |polygons| (-793)) (|:| |constructs| (-793))) $) 19 T ELT)) (-3891 (((-793) $) 62 T ELT)) (-3822 (((-793) $) 63 T ELT)) (-2091 (($ $ (-793) (-973 |#1|)) 54 T ELT)) (-2402 (((-114) $) 25 T ELT)) (-1401 (($ $ (-663 (-663 (-973 |#1|))) (-663 (-174)) (-174)) 32 T ELT) (($ $ (-663 (-663 (-663 |#1|))) (-663 (-174)) (-174)) 31 T ELT) (($ $ (-663 (-663 (-973 |#1|))) (-114) (-114)) 30 T ELT) (($ $ (-663 (-663 (-663 |#1|))) (-114) (-114)) 29 T ELT) (($ (-663 (-663 (-973 |#1|)))) 28 T ELT) (($ (-663 (-663 (-973 |#1|))) (-114) (-114)) 27 T ELT) (((-663 (-663 (-973 |#1|))) $) 26 T ELT)) (-1762 (($ (-663 $)) 61 T ELT) (($ $ $) 60 T ELT)) (-2802 (((-663 (-174)) $) 20 T ELT)) (-3341 (((-663 (-973 |#1|)) $) 24 T ELT)) (-2437 (((-663 (-663 (-174))) $) 21 T ELT)) (-3873 (((-663 (-663 (-663 (-973 |#1|)))) $) 22 T ELT)) (-4050 (((-663 (-663 (-663 (-793)))) $) 23 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2264 (((-793) $ (-663 (-973 |#1|))) 55 T ELT)) (-2324 (((-114) $) 43 T ELT)) (-2794 (($ $ (-663 (-973 |#1|))) 47 T ELT) (($ $ (-663 (-663 |#1|))) 46 T ELT) (($ (-663 (-973 |#1|))) 45 T ELT) (((-663 (-973 |#1|)) $) 44 T ELT)) (-3924 (($) 65 T ELT) (($ (-1197 3 |#1|)) 64 T ELT)) (-4007 (($ $) 56 T ELT)) (-2463 (((-663 $) $) 57 T ELT)) (-1881 (($ (-663 $)) 59 T ELT)) (-3814 (((-663 $) $) 58 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-3940 (((-114) $) 38 T ELT)) (-2898 (($ $ (-663 (-973 |#1|))) 42 T ELT) (($ $ (-663 (-663 |#1|))) 41 T ELT) (($ (-663 (-973 |#1|))) 40 T ELT) (((-663 (-973 |#1|)) $) 39 T ELT)) (-4218 (($ $) 18 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-1166 |#1|) (-142) (-1081)) (T -1166))
+((-3834 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-888)))) (-3924 (*1 *1) (-12 (-4 *1 (-1166 *2)) (-4 *2 (-1081)))) (-3924 (*1 *1 *2) (-12 (-5 *2 (-1197 3 *3)) (-4 *3 (-1081)) (-4 *1 (-1166 *3)))) (-3822 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-793)))) (-3891 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-793)))) (-1762 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-1762 (*1 *1 *1 *1) (-12 (-4 *1 (-1166 *2)) (-4 *2 (-1081)))) (-1881 (*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-3814 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-5 *2 (-663 *1)) (-4 *1 (-1166 *3)))) (-2463 (*1 *2 *1) (-12 (-4 *3 (-1081)) (-5 *2 (-663 *1)) (-4 *1 (-1166 *3)))) (-4007 (*1 *1 *1) (-12 (-4 *1 (-1166 *2)) (-4 *2 (-1081)))) (-2264 (*1 *2 *1 *3) (-12 (-5 *3 (-663 (-973 *4))) (-4 *1 (-1166 *4)) (-4 *4 (-1081)) (-5 *2 (-793)))) (-2091 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-973 *4)) (-4 *1 (-1166 *4)) (-4 *4 (-1081)))) (-3383 (*1 *1 *1 *2) (-12 (-5 *2 (-973 *3)) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-3383 (*1 *1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-3383 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-3383 (*1 *1 *2) (-12 (-5 *2 (-973 *3)) (-4 *3 (-1081)) (-4 *1 (-1166 *3)))) (-3383 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-973 *3)))) (-3171 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-973 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-2794 (*1 *1 *2) (-12 (-5 *2 (-663 (-973 *3))) (-4 *3 (-1081)) (-4 *1 (-1166 *3)))) (-2794 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-973 *3))))) (-2324 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))) (-2898 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-973 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-2898 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-2898 (*1 *1 *2) (-12 (-5 *2 (-663 (-973 *3))) (-4 *3 (-1081)) (-4 *1 (-1166 *3)))) (-2898 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-973 *3))))) (-3940 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))) (-3142 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-973 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-3142 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))) (-3142 (*1 *1 *2) (-12 (-5 *2 (-663 (-973 *3))) (-4 *3 (-1081)) (-4 *1 (-1166 *3)))) (-3142 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-973 *3))))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))) (-1401 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-663 (-973 *5)))) (-5 *3 (-663 (-174))) (-5 *4 (-174)) (-4 *1 (-1166 *5)) (-4 *5 (-1081)))) (-1401 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-663 (-663 (-663 *5)))) (-5 *3 (-663 (-174))) (-5 *4 (-174)) (-4 *1 (-1166 *5)) (-4 *5 (-1081)))) (-1401 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-663 (-663 (-973 *4)))) (-5 *3 (-114)) (-4 *1 (-1166 *4)) (-4 *4 (-1081)))) (-1401 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-663 (-663 (-663 *4)))) (-5 *3 (-114)) (-4 *1 (-1166 *4)) (-4 *4 (-1081)))) (-1401 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-973 *3)))) (-4 *3 (-1081)) (-4 *1 (-1166 *3)))) (-1401 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-663 (-663 (-973 *4)))) (-5 *3 (-114)) (-4 *4 (-1081)) (-4 *1 (-1166 *4)))) (-1401 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-663 (-973 *3)))))) (-2402 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))) (-3341 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-973 *3))))) (-4050 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-663 (-663 (-793))))))) (-3873 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-663 (-663 (-973 *3))))))) (-2437 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-663 (-174)))))) (-2802 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-174))))) (-3307 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| -2158 (-793)) (|:| |curves| (-793)) (|:| |polygons| (-793)) (|:| |constructs| (-793)))))) (-4218 (*1 *1 *1) (-12 (-4 *1 (-1166 *2)) (-4 *2 (-1081)))) (-2847 (*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-1197 3 *3)))))
+(-13 (-1133) (-10 -8 (-15 -3924 ($)) (-15 -3924 ($ (-1197 3 |t#1|))) (-15 -3822 ((-793) $)) (-15 -3891 ((-793) $)) (-15 -1762 ($ (-663 $))) (-15 -1762 ($ $ $)) (-15 -1881 ($ (-663 $))) (-15 -3814 ((-663 $) $)) (-15 -2463 ((-663 $) $)) (-15 -4007 ($ $)) (-15 -2264 ((-793) $ (-663 (-973 |t#1|)))) (-15 -2091 ($ $ (-793) (-973 |t#1|))) (-15 -3383 ($ $ (-973 |t#1|))) (-15 -3383 ($ $ (-663 |t#1|))) (-15 -3383 ($ $ (-793))) (-15 -3383 ($ (-973 |t#1|))) (-15 -3383 ((-973 |t#1|) $)) (-15 -3171 ((-114) $)) (-15 -2794 ($ $ (-663 (-973 |t#1|)))) (-15 -2794 ($ $ (-663 (-663 |t#1|)))) (-15 -2794 ($ (-663 (-973 |t#1|)))) (-15 -2794 ((-663 (-973 |t#1|)) $)) (-15 -2324 ((-114) $)) (-15 -2898 ($ $ (-663 (-973 |t#1|)))) (-15 -2898 ($ $ (-663 (-663 |t#1|)))) (-15 -2898 ($ (-663 (-973 |t#1|)))) (-15 -2898 ((-663 (-973 |t#1|)) $)) (-15 -3940 ((-114) $)) (-15 -3142 ($ $ (-663 (-973 |t#1|)))) (-15 -3142 ($ $ (-663 (-663 |t#1|)))) (-15 -3142 ($ (-663 (-973 |t#1|)))) (-15 -3142 ((-663 (-973 |t#1|)) $)) (-15 -3574 ((-114) $)) (-15 -1401 ($ $ (-663 (-663 (-973 |t#1|))) (-663 (-174)) (-174))) (-15 -1401 ($ $ (-663 (-663 (-663 |t#1|))) (-663 (-174)) (-174))) (-15 -1401 ($ $ (-663 (-663 (-973 |t#1|))) (-114) (-114))) (-15 -1401 ($ $ (-663 (-663 (-663 |t#1|))) (-114) (-114))) (-15 -1401 ($ (-663 (-663 (-973 |t#1|))))) (-15 -1401 ($ (-663 (-663 (-973 |t#1|))) (-114) (-114))) (-15 -1401 ((-663 (-663 (-973 |t#1|))) $)) (-15 -2402 ((-114) $)) (-15 -3341 ((-663 (-973 |t#1|)) $)) (-15 -4050 ((-663 (-663 (-663 (-793)))) $)) (-15 -3873 ((-663 (-663 (-663 (-973 |t#1|)))) $)) (-15 -2437 ((-663 (-663 (-174))) $)) (-15 -2802 ((-663 (-174)) $)) (-15 -3307 ((-2 (|:| -2158 (-793)) (|:| |curves| (-793)) (|:| |polygons| (-793)) (|:| |constructs| (-793))) $)) (-15 -4218 ($ $)) (-15 -2847 ((-1197 3 |t#1|) $)) (-15 -3834 ((-888) $))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 184 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) 7 T ELT)) (-2960 (((-114) $ (|[\|\|]| (-538))) 19 T ELT) (((-114) $ (|[\|\|]| (-222))) 23 T ELT) (((-114) $ (|[\|\|]| (-698))) 27 T ELT) (((-114) $ (|[\|\|]| (-1310))) 31 T ELT) (((-114) $ (|[\|\|]| (-140))) 35 T ELT) (((-114) $ (|[\|\|]| (-619))) 39 T ELT) (((-114) $ (|[\|\|]| (-135))) 43 T ELT) (((-114) $ (|[\|\|]| (-1148))) 47 T ELT) (((-114) $ (|[\|\|]| (-96))) 51 T ELT) (((-114) $ (|[\|\|]| (-703))) 55 T ELT) (((-114) $ (|[\|\|]| (-531))) 59 T ELT) (((-114) $ (|[\|\|]| (-1098))) 63 T ELT) (((-114) $ (|[\|\|]| (-1311))) 67 T ELT) (((-114) $ (|[\|\|]| (-539))) 71 T ELT) (((-114) $ (|[\|\|]| (-1185))) 75 T ELT) (((-114) $ (|[\|\|]| (-156))) 79 T ELT) (((-114) $ (|[\|\|]| (-693))) 83 T ELT) (((-114) $ (|[\|\|]| (-324))) 87 T ELT) (((-114) $ (|[\|\|]| (-1068))) 91 T ELT) (((-114) $ (|[\|\|]| (-183))) 95 T ELT) (((-114) $ (|[\|\|]| (-1002))) 99 T ELT) (((-114) $ (|[\|\|]| (-1105))) 103 T ELT) (((-114) $ (|[\|\|]| (-1123))) 107 T ELT) (((-114) $ (|[\|\|]| (-1128))) 111 T ELT) (((-114) $ (|[\|\|]| (-645))) 115 T ELT) (((-114) $ (|[\|\|]| (-1199))) 119 T ELT) (((-114) $ (|[\|\|]| (-158))) 123 T ELT) (((-114) $ (|[\|\|]| (-139))) 127 T ELT) (((-114) $ (|[\|\|]| (-492))) 131 T ELT) (((-114) $ (|[\|\|]| (-606))) 135 T ELT) (((-114) $ (|[\|\|]| (-520))) 139 T ELT) (((-114) $ (|[\|\|]| (-1191))) 143 T ELT) (((-114) $ (|[\|\|]| (-560))) 147 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4027 (((-538) $) 20 T ELT) (((-222) $) 24 T ELT) (((-698) $) 28 T ELT) (((-1310) $) 32 T ELT) (((-140) $) 36 T ELT) (((-619) $) 40 T ELT) (((-135) $) 44 T ELT) (((-1148) $) 48 T ELT) (((-96) $) 52 T ELT) (((-703) $) 56 T ELT) (((-531) $) 60 T ELT) (((-1098) $) 64 T ELT) (((-1311) $) 68 T ELT) (((-539) $) 72 T ELT) (((-1185) $) 76 T ELT) (((-156) $) 80 T ELT) (((-693) $) 84 T ELT) (((-324) $) 88 T ELT) (((-1068) $) 92 T ELT) (((-183) $) 96 T ELT) (((-1002) $) 100 T ELT) (((-1105) $) 104 T ELT) (((-1123) $) 108 T ELT) (((-1128) $) 112 T ELT) (((-645) $) 116 T ELT) (((-1199) $) 120 T ELT) (((-158) $) 124 T ELT) (((-139) $) 128 T ELT) (((-492) $) 132 T ELT) (((-606) $) 136 T ELT) (((-520) $) 140 T ELT) (((-1191) $) 144 T ELT) (((-560) $) 148 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1167) (-1169)) (T -1167))
+NIL
+(-1169)
+((-1961 (((-663 (-1214)) (-1191)) 9 T ELT)))
+(((-1168) (-10 -7 (-15 -1961 ((-663 (-1214)) (-1191))))) (T -1168))
+((-1961 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-663 (-1214))) (-5 *1 (-1168)))))
+(-10 -7 (-15 -1961 ((-663 (-1214)) (-1191))))
+((-3808 (((-114) $ $) 7 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-1214)) 20 T ELT) (((-1214) $) 19 T ELT)) (-2960 (((-114) $ (|[\|\|]| (-538))) 88 T ELT) (((-114) $ (|[\|\|]| (-222))) 86 T ELT) (((-114) $ (|[\|\|]| (-698))) 84 T ELT) (((-114) $ (|[\|\|]| (-1310))) 82 T ELT) (((-114) $ (|[\|\|]| (-140))) 80 T ELT) (((-114) $ (|[\|\|]| (-619))) 78 T ELT) (((-114) $ (|[\|\|]| (-135))) 76 T ELT) (((-114) $ (|[\|\|]| (-1148))) 74 T ELT) (((-114) $ (|[\|\|]| (-96))) 72 T ELT) (((-114) $ (|[\|\|]| (-703))) 70 T ELT) (((-114) $ (|[\|\|]| (-531))) 68 T ELT) (((-114) $ (|[\|\|]| (-1098))) 66 T ELT) (((-114) $ (|[\|\|]| (-1311))) 64 T ELT) (((-114) $ (|[\|\|]| (-539))) 62 T ELT) (((-114) $ (|[\|\|]| (-1185))) 60 T ELT) (((-114) $ (|[\|\|]| (-156))) 58 T ELT) (((-114) $ (|[\|\|]| (-693))) 56 T ELT) (((-114) $ (|[\|\|]| (-324))) 54 T ELT) (((-114) $ (|[\|\|]| (-1068))) 52 T ELT) (((-114) $ (|[\|\|]| (-183))) 50 T ELT) (((-114) $ (|[\|\|]| (-1002))) 48 T ELT) (((-114) $ (|[\|\|]| (-1105))) 46 T ELT) (((-114) $ (|[\|\|]| (-1123))) 44 T ELT) (((-114) $ (|[\|\|]| (-1128))) 42 T ELT) (((-114) $ (|[\|\|]| (-645))) 40 T ELT) (((-114) $ (|[\|\|]| (-1199))) 38 T ELT) (((-114) $ (|[\|\|]| (-158))) 36 T ELT) (((-114) $ (|[\|\|]| (-139))) 34 T ELT) (((-114) $ (|[\|\|]| (-492))) 32 T ELT) (((-114) $ (|[\|\|]| (-606))) 30 T ELT) (((-114) $ (|[\|\|]| (-520))) 28 T ELT) (((-114) $ (|[\|\|]| (-1191))) 26 T ELT) (((-114) $ (|[\|\|]| (-560))) 24 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-4027 (((-538) $) 87 T ELT) (((-222) $) 85 T ELT) (((-698) $) 83 T ELT) (((-1310) $) 81 T ELT) (((-140) $) 79 T ELT) (((-619) $) 77 T ELT) (((-135) $) 75 T ELT) (((-1148) $) 73 T ELT) (((-96) $) 71 T ELT) (((-703) $) 69 T ELT) (((-531) $) 67 T ELT) (((-1098) $) 65 T ELT) (((-1311) $) 63 T ELT) (((-539) $) 61 T ELT) (((-1185) $) 59 T ELT) (((-156) $) 57 T ELT) (((-693) $) 55 T ELT) (((-324) $) 53 T ELT) (((-1068) $) 51 T ELT) (((-183) $) 49 T ELT) (((-1002) $) 47 T ELT) (((-1105) $) 45 T ELT) (((-1123) $) 43 T ELT) (((-1128) $) 41 T ELT) (((-645) $) 39 T ELT) (((-1199) $) 37 T ELT) (((-158) $) 35 T ELT) (((-139) $) 33 T ELT) (((-492) $) 31 T ELT) (((-606) $) 29 T ELT) (((-520) $) 27 T ELT) (((-1191) $) 25 T ELT) (((-560) $) 23 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-1169) (-142)) (T -1169))
+((-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-538))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-538)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-222))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-222)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-698))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-698)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1310))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1310)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-140))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-140)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-619))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-619)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-135))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-135)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1148))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1148)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-96)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-703))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-703)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-531))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-531)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1098))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1098)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1311))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1311)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-539))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-539)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1185))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1185)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-156)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-693))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-693)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-324))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-324)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1068)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-183))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-183)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1002))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1002)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1105))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1105)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1123))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1123)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1128))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1128)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-645))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-645)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1199))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1199)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-158))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-158)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-139))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-139)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-492))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-492)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-606))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-606)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-520)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1191)))) (-2960 (*1 *2 *1 *3) (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-560))) (-5 *2 (-114)))) (-4027 (*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-560)))))
+(-13 (-1115) (-1295) (-10 -8 (-15 -2960 ((-114) $ (|[\|\|]| (-538)))) (-15 -4027 ((-538) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-222)))) (-15 -4027 ((-222) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-698)))) (-15 -4027 ((-698) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1310)))) (-15 -4027 ((-1310) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-140)))) (-15 -4027 ((-140) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-619)))) (-15 -4027 ((-619) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-135)))) (-15 -4027 ((-135) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1148)))) (-15 -4027 ((-1148) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-96)))) (-15 -4027 ((-96) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-703)))) (-15 -4027 ((-703) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-531)))) (-15 -4027 ((-531) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1098)))) (-15 -4027 ((-1098) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1311)))) (-15 -4027 ((-1311) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-539)))) (-15 -4027 ((-539) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1185)))) (-15 -4027 ((-1185) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-156)))) (-15 -4027 ((-156) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-693)))) (-15 -4027 ((-693) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-324)))) (-15 -4027 ((-324) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1068)))) (-15 -4027 ((-1068) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-183)))) (-15 -4027 ((-183) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1002)))) (-15 -4027 ((-1002) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1105)))) (-15 -4027 ((-1105) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1123)))) (-15 -4027 ((-1123) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1128)))) (-15 -4027 ((-1128) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-645)))) (-15 -4027 ((-645) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1199)))) (-15 -4027 ((-1199) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-158)))) (-15 -4027 ((-158) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-139)))) (-15 -4027 ((-139) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-492)))) (-15 -4027 ((-492) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-606)))) (-15 -4027 ((-606) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-520)))) (-15 -4027 ((-520) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-1191)))) (-15 -4027 ((-1191) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-560)))) (-15 -4027 ((-560) $))))
+(((-93) . T) ((-102) . T) ((-635 #0=(-1214)) . T) ((-632 (-888)) . T) ((-632 #0#) . T) ((-504 #0#) . T) ((-1133) . T) ((-1115) . T) ((-1249) . T) ((-1295) . T))
+((-3069 (((-1305) (-663 (-888))) 22 T ELT) (((-1305) (-888)) 21 T ELT)) (-3111 (((-1305) (-663 (-888))) 20 T ELT) (((-1305) (-888)) 19 T ELT)) (-2566 (((-1305) (-663 (-888))) 18 T ELT) (((-1305) (-888)) 10 T ELT) (((-1305) (-1191) (-888)) 16 T ELT)))
+(((-1170) (-10 -7 (-15 -2566 ((-1305) (-1191) (-888))) (-15 -2566 ((-1305) (-888))) (-15 -3111 ((-1305) (-888))) (-15 -3069 ((-1305) (-888))) (-15 -2566 ((-1305) (-663 (-888)))) (-15 -3111 ((-1305) (-663 (-888)))) (-15 -3069 ((-1305) (-663 (-888)))))) (T -1170))
+((-3069 (*1 *2 *3) (-12 (-5 *3 (-663 (-888))) (-5 *2 (-1305)) (-5 *1 (-1170)))) (-3111 (*1 *2 *3) (-12 (-5 *3 (-663 (-888))) (-5 *2 (-1305)) (-5 *1 (-1170)))) (-2566 (*1 *2 *3) (-12 (-5 *3 (-663 (-888))) (-5 *2 (-1305)) (-5 *1 (-1170)))) (-3069 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-1170)))) (-3111 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-1170)))) (-2566 (*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-1170)))) (-2566 (*1 *2 *3 *4) (-12 (-5 *3 (-1191)) (-5 *4 (-888)) (-5 *2 (-1305)) (-5 *1 (-1170)))))
+(-10 -7 (-15 -2566 ((-1305) (-1191) (-888))) (-15 -2566 ((-1305) (-888))) (-15 -3111 ((-1305) (-888))) (-15 -3069 ((-1305) (-888))) (-15 -2566 ((-1305) (-663 (-888)))) (-15 -3111 ((-1305) (-663 (-888)))) (-15 -3069 ((-1305) (-663 (-888)))))
+((-1443 (($ $ $) 10 T ELT)) (-1734 (($ $) 9 T ELT)) (-2747 (($ $ $) 13 T ELT)) (-1510 (($ $ $) 15 T ELT)) (-2493 (($ $ $) 12 T ELT)) (-1617 (($ $ $) 14 T ELT)) (-2638 (($ $) 17 T ELT)) (-2958 (($ $) 16 T ELT)) (-1958 (($ $) 6 T ELT)) (-3893 (($ $ $) 11 T ELT) (($ $) 7 T ELT)) (-2287 (($ $ $) 8 T ELT)))
+(((-1171) (-142)) (T -1171))
+((-2638 (*1 *1 *1) (-4 *1 (-1171))) (-2958 (*1 *1 *1) (-4 *1 (-1171))) (-1510 (*1 *1 *1 *1) (-4 *1 (-1171))) (-1617 (*1 *1 *1 *1) (-4 *1 (-1171))) (-2747 (*1 *1 *1 *1) (-4 *1 (-1171))) (-2493 (*1 *1 *1 *1) (-4 *1 (-1171))) (-3893 (*1 *1 *1 *1) (-4 *1 (-1171))) (-1443 (*1 *1 *1 *1) (-4 *1 (-1171))) (-1734 (*1 *1 *1) (-4 *1 (-1171))) (-2287 (*1 *1 *1 *1) (-4 *1 (-1171))) (-3893 (*1 *1 *1) (-4 *1 (-1171))) (-1958 (*1 *1 *1) (-4 *1 (-1171))))
+(-13 (-10 -8 (-15 -1958 ($ $)) (-15 -3893 ($ $)) (-15 -2287 ($ $ $)) (-15 -1734 ($ $)) (-15 -1443 ($ $ $)) (-15 -3893 ($ $ $)) (-15 -2493 ($ $ $)) (-15 -2747 ($ $ $)) (-15 -1617 ($ $ $)) (-15 -1510 ($ $ $)) (-15 -2958 ($ $)) (-15 -2638 ($ $))))
+((-3808 (((-114) $ $) 44 T ELT)) (-1992 ((|#1| $) 17 T ELT)) (-3859 (((-114) $ $ (-1 (-114) |#2| |#2|)) 39 T ELT)) (-2407 (((-114) $) 19 T ELT)) (-1344 (($ $ |#1|) 30 T ELT)) (-4220 (($ $ (-114)) 32 T ELT)) (-4076 (($ $) 33 T ELT)) (-3680 (($ $ |#2|) 31 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3522 (((-114) $ $ (-1 (-114) |#1| |#1|) (-1 (-114) |#2| |#2|)) 38 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4150 (((-114) $) 16 T ELT)) (-3614 (($) 13 T ELT)) (-4007 (($ $) 29 T ELT)) (-3845 (($ |#1| |#2| (-114)) 20 T ELT) (($ |#1| |#2|) 21 T ELT) (($ (-2 (|:| |val| |#1|) (|:| -2417 |#2|))) 23 T ELT) (((-663 $) (-663 (-2 (|:| |val| |#1|) (|:| -2417 |#2|)))) 26 T ELT) (((-663 $) |#1| (-663 |#2|)) 28 T ELT)) (-3007 ((|#2| $) 18 T ELT)) (-3834 (((-888) $) 53 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 42 T ELT)))
+(((-1172 |#1| |#2|) (-13 (-1133) (-10 -8 (-15 -3614 ($)) (-15 -4150 ((-114) $)) (-15 -1992 (|#1| $)) (-15 -3007 (|#2| $)) (-15 -2407 ((-114) $)) (-15 -3845 ($ |#1| |#2| (-114))) (-15 -3845 ($ |#1| |#2|)) (-15 -3845 ($ (-2 (|:| |val| |#1|) (|:| -2417 |#2|)))) (-15 -3845 ((-663 $) (-663 (-2 (|:| |val| |#1|) (|:| -2417 |#2|))))) (-15 -3845 ((-663 $) |#1| (-663 |#2|))) (-15 -4007 ($ $)) (-15 -1344 ($ $ |#1|)) (-15 -3680 ($ $ |#2|)) (-15 -4220 ($ $ (-114))) (-15 -4076 ($ $)) (-15 -3522 ((-114) $ $ (-1 (-114) |#1| |#1|) (-1 (-114) |#2| |#2|))) (-15 -3859 ((-114) $ $ (-1 (-114) |#2| |#2|))))) (-13 (-1133) (-34)) (-13 (-1133) (-34))) (T -1172))
+((-3614 (*1 *1) (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-4150 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))))) (-1992 (*1 *2 *1) (-12 (-4 *2 (-13 (-1133) (-34))) (-5 *1 (-1172 *2 *3)) (-4 *3 (-13 (-1133) (-34))))) (-3007 (*1 *2 *1) (-12 (-4 *2 (-13 (-1133) (-34))) (-5 *1 (-1172 *3 *2)) (-4 *3 (-13 (-1133) (-34))))) (-2407 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))))) (-3845 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-114)) (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-3845 (*1 *1 *2 *3) (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-3845 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -2417 *4))) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1172 *3 *4)))) (-3845 (*1 *2 *3) (-12 (-5 *3 (-663 (-2 (|:| |val| *4) (|:| -2417 *5)))) (-4 *4 (-13 (-1133) (-34))) (-4 *5 (-13 (-1133) (-34))) (-5 *2 (-663 (-1172 *4 *5))) (-5 *1 (-1172 *4 *5)))) (-3845 (*1 *2 *3 *4) (-12 (-5 *4 (-663 *5)) (-4 *5 (-13 (-1133) (-34))) (-5 *2 (-663 (-1172 *3 *5))) (-5 *1 (-1172 *3 *5)) (-4 *3 (-13 (-1133) (-34))))) (-4007 (*1 *1 *1) (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-1344 (*1 *1 *1 *2) (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-3680 (*1 *1 *1 *2) (-12 (-5 *1 (-1172 *3 *2)) (-4 *3 (-13 (-1133) (-34))) (-4 *2 (-13 (-1133) (-34))))) (-4220 (*1 *1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))))) (-4076 (*1 *1 *1) (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-3522 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-114) *5 *5)) (-5 *4 (-1 (-114) *6 *6)) (-4 *5 (-13 (-1133) (-34))) (-4 *6 (-13 (-1133) (-34))) (-5 *2 (-114)) (-5 *1 (-1172 *5 *6)))) (-3859 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-114) *5 *5)) (-4 *5 (-13 (-1133) (-34))) (-5 *2 (-114)) (-5 *1 (-1172 *4 *5)) (-4 *4 (-13 (-1133) (-34))))))
+(-13 (-1133) (-10 -8 (-15 -3614 ($)) (-15 -4150 ((-114) $)) (-15 -1992 (|#1| $)) (-15 -3007 (|#2| $)) (-15 -2407 ((-114) $)) (-15 -3845 ($ |#1| |#2| (-114))) (-15 -3845 ($ |#1| |#2|)) (-15 -3845 ($ (-2 (|:| |val| |#1|) (|:| -2417 |#2|)))) (-15 -3845 ((-663 $) (-663 (-2 (|:| |val| |#1|) (|:| -2417 |#2|))))) (-15 -3845 ((-663 $) |#1| (-663 |#2|))) (-15 -4007 ($ $)) (-15 -1344 ($ $ |#1|)) (-15 -3680 ($ $ |#2|)) (-15 -4220 ($ $ (-114))) (-15 -4076 ($ $)) (-15 -3522 ((-114) $ $ (-1 (-114) |#1| |#1|) (-1 (-114) |#2| |#2|))) (-15 -3859 ((-114) $ $ (-1 (-114) |#2| |#2|)))))
+((-3808 (((-114) $ $) NIL (|has| (-1172 |#1| |#2|) (-102)) ELT)) (-1992 (((-1172 |#1| |#2|) $) 27 T ELT)) (-3983 (($ $) 91 T ELT)) (-3123 (((-114) (-1172 |#1| |#2|) $ (-1 (-114) |#2| |#2|)) 100 T ELT)) (-3024 (($ $ $ (-663 (-1172 |#1| |#2|))) 108 T ELT) (($ $ $ (-663 (-1172 |#1| |#2|)) (-1 (-114) |#2| |#2|)) 109 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-1719 (((-1172 |#1| |#2|) $ (-1172 |#1| |#2|)) 46 (|has| $ (-6 -4511)) ELT)) (-3986 (((-1172 |#1| |#2|) $ "value" (-1172 |#1| |#2|)) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 44 (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-2166 (((-663 (-2 (|:| |val| |#1|) (|:| -2417 |#2|))) $) 95 T ELT)) (-1851 (($ (-1172 |#1| |#2|) $) 42 T ELT)) (-3513 (($ (-1172 |#1| |#2|) $) 34 T ELT)) (-3086 (((-663 (-1172 |#1| |#2|)) $) NIL (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 54 T ELT)) (-2429 (((-114) (-1172 |#1| |#2|) $) 97 T ELT)) (-4428 (((-114) $ $) NIL (|has| (-1172 |#1| |#2|) (-1133)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 (-1172 |#1| |#2|)) $) 58 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-1172 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-1172 |#1| |#2|) (-1133))) ELT)) (-2173 (($ (-1 (-1172 |#1| |#2|) (-1172 |#1| |#2|)) $) 50 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-1172 |#1| |#2|) (-1172 |#1| |#2|)) $) 49 T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2778 (((-663 (-1172 |#1| |#2|)) $) 56 T ELT)) (-3019 (((-114) $) 45 T ELT)) (-2128 (((-1191) $) NIL (|has| (-1172 |#1| |#2|) (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| (-1172 |#1| |#2|) (-1133)) ELT)) (-3587 (((-3 $ "failed") $) 89 T ELT)) (-1723 (((-114) (-1 (-114) (-1172 |#1| |#2|)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-1172 |#1| |#2|)))) NIL (-12 (|has| (-1172 |#1| |#2|) (-321 (-1172 |#1| |#2|))) (|has| (-1172 |#1| |#2|) (-1133))) ELT) (($ $ (-305 (-1172 |#1| |#2|))) NIL (-12 (|has| (-1172 |#1| |#2|) (-321 (-1172 |#1| |#2|))) (|has| (-1172 |#1| |#2|) (-1133))) ELT) (($ $ (-1172 |#1| |#2|) (-1172 |#1| |#2|)) NIL (-12 (|has| (-1172 |#1| |#2|) (-321 (-1172 |#1| |#2|))) (|has| (-1172 |#1| |#2|) (-1133))) ELT) (($ $ (-663 (-1172 |#1| |#2|)) (-663 (-1172 |#1| |#2|))) NIL (-12 (|has| (-1172 |#1| |#2|) (-321 (-1172 |#1| |#2|))) (|has| (-1172 |#1| |#2|) (-1133))) ELT)) (-3470 (((-114) $ $) 53 T ELT)) (-4150 (((-114) $) 24 T ELT)) (-3614 (($) 26 T ELT)) (-3034 (((-1172 |#1| |#2|) $ "value") NIL T ELT)) (-3419 (((-560) $ $) NIL T ELT)) (-1898 (((-114) $) 47 T ELT)) (-1485 (((-793) (-1 (-114) (-1172 |#1| |#2|)) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-1172 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-1172 |#1| |#2|) (-1133))) ELT)) (-4007 (($ $) 52 T ELT)) (-3845 (($ (-1172 |#1| |#2|)) 10 T ELT) (($ |#1| |#2| (-663 $)) 13 T ELT) (($ |#1| |#2| (-663 (-1172 |#1| |#2|))) 15 T ELT) (($ |#1| |#2| |#1| (-663 |#2|)) 18 T ELT)) (-1683 (((-663 |#2|) $) 96 T ELT)) (-3834 (((-888) $) 87 (|has| (-1172 |#1| |#2|) (-632 (-888))) ELT)) (-2094 (((-663 $) $) 31 T ELT)) (-4316 (((-114) $ $) NIL (|has| (-1172 |#1| |#2|) (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| (-1172 |#1| |#2|) (-102)) ELT)) (-3894 (((-114) (-1 (-114) (-1172 |#1| |#2|)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 70 (|has| (-1172 |#1| |#2|) (-102)) ELT)) (-3819 (((-793) $) 64 (|has| $ (-6 -4510)) ELT)))
+(((-1173 |#1| |#2|) (-13 (-1042 (-1172 |#1| |#2|)) (-10 -8 (-6 -4511) (-6 -4510) (-15 -3587 ((-3 $ "failed") $)) (-15 -3983 ($ $)) (-15 -3845 ($ (-1172 |#1| |#2|))) (-15 -3845 ($ |#1| |#2| (-663 $))) (-15 -3845 ($ |#1| |#2| (-663 (-1172 |#1| |#2|)))) (-15 -3845 ($ |#1| |#2| |#1| (-663 |#2|))) (-15 -1683 ((-663 |#2|) $)) (-15 -2166 ((-663 (-2 (|:| |val| |#1|) (|:| -2417 |#2|))) $)) (-15 -2429 ((-114) (-1172 |#1| |#2|) $)) (-15 -3123 ((-114) (-1172 |#1| |#2|) $ (-1 (-114) |#2| |#2|))) (-15 -3513 ($ (-1172 |#1| |#2|) $)) (-15 -1851 ($ (-1172 |#1| |#2|) $)) (-15 -3024 ($ $ $ (-663 (-1172 |#1| |#2|)))) (-15 -3024 ($ $ $ (-663 (-1172 |#1| |#2|)) (-1 (-114) |#2| |#2|))))) (-13 (-1133) (-34)) (-13 (-1133) (-34))) (T -1173))
+((-3587 (*1 *1 *1) (|partial| -12 (-5 *1 (-1173 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-3983 (*1 *1 *1) (-12 (-5 *1 (-1173 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-3845 (*1 *1 *2) (-12 (-5 *2 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1173 *3 *4)))) (-3845 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-663 (-1173 *2 *3))) (-5 *1 (-1173 *2 *3)) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))))) (-3845 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-663 (-1172 *2 *3))) (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34))) (-5 *1 (-1173 *2 *3)))) (-3845 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-663 *3)) (-4 *3 (-13 (-1133) (-34))) (-5 *1 (-1173 *2 *3)) (-4 *2 (-13 (-1133) (-34))))) (-1683 (*1 *2 *1) (-12 (-5 *2 (-663 *4)) (-5 *1 (-1173 *3 *4)) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))))) (-2166 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4)))) (-5 *1 (-1173 *3 *4)) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))))) (-2429 (*1 *2 *3 *1) (-12 (-5 *3 (-1172 *4 *5)) (-4 *4 (-13 (-1133) (-34))) (-4 *5 (-13 (-1133) (-34))) (-5 *2 (-114)) (-5 *1 (-1173 *4 *5)))) (-3123 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1172 *5 *6)) (-5 *4 (-1 (-114) *6 *6)) (-4 *5 (-13 (-1133) (-34))) (-4 *6 (-13 (-1133) (-34))) (-5 *2 (-114)) (-5 *1 (-1173 *5 *6)))) (-3513 (*1 *1 *2 *1) (-12 (-5 *2 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1173 *3 *4)))) (-1851 (*1 *1 *2 *1) (-12 (-5 *2 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1173 *3 *4)))) (-3024 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-663 (-1172 *3 *4))) (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1173 *3 *4)))) (-3024 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-1172 *4 *5))) (-5 *3 (-1 (-114) *5 *5)) (-4 *4 (-13 (-1133) (-34))) (-4 *5 (-13 (-1133) (-34))) (-5 *1 (-1173 *4 *5)))))
+(-13 (-1042 (-1172 |#1| |#2|)) (-10 -8 (-6 -4511) (-6 -4510) (-15 -3587 ((-3 $ "failed") $)) (-15 -3983 ($ $)) (-15 -3845 ($ (-1172 |#1| |#2|))) (-15 -3845 ($ |#1| |#2| (-663 $))) (-15 -3845 ($ |#1| |#2| (-663 (-1172 |#1| |#2|)))) (-15 -3845 ($ |#1| |#2| |#1| (-663 |#2|))) (-15 -1683 ((-663 |#2|) $)) (-15 -2166 ((-663 (-2 (|:| |val| |#1|) (|:| -2417 |#2|))) $)) (-15 -2429 ((-114) (-1172 |#1| |#2|) $)) (-15 -3123 ((-114) (-1172 |#1| |#2|) $ (-1 (-114) |#2| |#2|))) (-15 -3513 ($ (-1172 |#1| |#2|) $)) (-15 -1851 ($ (-1172 |#1| |#2|) $)) (-15 -3024 ($ $ $ (-663 (-1172 |#1| |#2|)))) (-15 -3024 ($ $ $ (-663 (-1172 |#1| |#2|)) (-1 (-114) |#2| |#2|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2669 (($ $) NIL T ELT)) (-2412 ((|#2| $) NIL T ELT)) (-2580 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3322 (($ (-711 |#2|)) 56 T ELT)) (-3475 (((-114) $) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4011 (($ |#2|) 14 T ELT)) (-4489 (($) NIL T CONST)) (-4350 (($ $) 69 (|has| |#2| (-319)) ELT)) (-1802 (((-246 |#1| |#2|) $ (-560)) 42 T ELT)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 |#2| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) ((|#2| $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) 83 T ELT)) (-1486 (((-793) $) 71 (|has| |#2| (-571)) ELT)) (-2109 ((|#2| $ (-560) (-560)) NIL T ELT)) (-3086 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4077 (((-793) $) 73 (|has| |#2| (-571)) ELT)) (-3613 (((-663 (-246 |#1| |#2|)) $) 77 (|has| |#2| (-571)) ELT)) (-2818 (((-793) $) NIL T ELT)) (-4446 (($ |#2|) 25 T ELT)) (-2833 (((-793) $) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3178 ((|#2| $) 67 (|has| |#2| (-6 (-4512 "*"))) ELT)) (-1354 (((-560) $) NIL T ELT)) (-2895 (((-560) $) NIL T ELT)) (-4439 (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1963 (((-560) $) NIL T ELT)) (-2212 (((-560) $) NIL T ELT)) (-4335 (($ (-663 (-663 |#2|))) 37 T ELT)) (-2173 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-4327 (((-663 (-663 |#2|)) $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2282 (((-3 $ "failed") $) 80 (|has| |#2| (-376)) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT)) (-1723 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ (-560) (-560) |#2|) NIL T ELT) ((|#2| $ (-560) (-560)) NIL T ELT)) (-2703 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT)) (-2239 ((|#2| $) NIL T ELT)) (-4214 (($ (-663 |#2|)) 50 T ELT)) (-3177 (((-114) $) NIL T ELT)) (-3577 (((-246 |#1| |#2|) $) NIL T ELT)) (-3078 ((|#2| $) 65 (|has| |#2| (-6 (-4512 "*"))) ELT)) (-1485 (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) 90 (|has| |#2| (-633 (-549))) ELT)) (-1986 (((-246 |#1| |#2|) $ (-560)) 44 T ELT)) (-3834 (((-888) $) 47 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (($ |#2|) NIL T ELT) (((-711 |#2|) $) 52 T ELT)) (-3103 (((-793)) 23 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2894 (((-114) $) NIL T ELT)) (-2971 (($) 16 T CONST)) (-2983 (($) 21 T CONST)) (-3095 (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-239)) ELT) (($ $ (-793)) NIL (|has| |#2| (-239)) ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 63 T ELT) (($ $ (-560)) 82 (|has| |#2| (-376)) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (((-246 |#1| |#2|) $ (-246 |#1| |#2|)) 59 T ELT) (((-246 |#1| |#2|) (-246 |#1| |#2|) $) 61 T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1174 |#1| |#2|) (-13 (-1155 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-632 (-711 |#2|)) (-10 -8 (-15 -4446 ($ |#2|)) (-15 -2669 ($ $)) (-15 -3322 ($ (-711 |#2|))) (IF (|has| |#2| (-6 (-4512 "*"))) (-6 -4499) |%noBranch|) (IF (|has| |#2| (-6 (-4512 "*"))) (IF (|has| |#2| (-6 -4507)) (-6 -4507) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|))) (-793) (-1081)) (T -1174))
+((-4446 (*1 *1 *2) (-12 (-5 *1 (-1174 *3 *2)) (-14 *3 (-793)) (-4 *2 (-1081)))) (-2669 (*1 *1 *1) (-12 (-5 *1 (-1174 *2 *3)) (-14 *2 (-793)) (-4 *3 (-1081)))) (-3322 (*1 *1 *2) (-12 (-5 *2 (-711 *4)) (-4 *4 (-1081)) (-5 *1 (-1174 *3 *4)) (-14 *3 (-793)))))
+(-13 (-1155 |#1| |#2| (-246 |#1| |#2|) (-246 |#1| |#2|)) (-632 (-711 |#2|)) (-10 -8 (-15 -4446 ($ |#2|)) (-15 -2669 ($ $)) (-15 -3322 ($ (-711 |#2|))) (IF (|has| |#2| (-6 (-4512 "*"))) (-6 -4499) |%noBranch|) (IF (|has| |#2| (-6 (-4512 "*"))) (IF (|has| |#2| (-6 -4507)) (-6 -4507) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-633 (-549))) (-6 (-633 (-549))) |%noBranch|)))
+((-1864 (($ $) 19 T ELT)) (-3496 (($ $ (-146)) 10 T ELT) (($ $ (-143)) 14 T ELT)) (-3633 (((-114) $ $) 24 T ELT)) (-1610 (($ $) 17 T ELT)) (-3034 (((-146) $ (-560) (-146)) NIL T ELT) (((-146) $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT) (($ $ $) 31 T ELT)) (-3834 (($ (-146)) 29 T ELT) (((-888) $) NIL T ELT)))
+(((-1175 |#1|) (-10 -8 (-15 -3834 ((-888) |#1|)) (-15 -3034 (|#1| |#1| |#1|)) (-15 -3496 (|#1| |#1| (-143))) (-15 -3496 (|#1| |#1| (-146))) (-15 -3834 (|#1| (-146))) (-15 -3633 ((-114) |#1| |#1|)) (-15 -1864 (|#1| |#1|)) (-15 -1610 (|#1| |#1|)) (-15 -3034 (|#1| |#1| (-1266 (-560)))) (-15 -3034 ((-146) |#1| (-560))) (-15 -3034 ((-146) |#1| (-560) (-146)))) (-1176)) (T -1175))
+NIL
+(-10 -8 (-15 -3834 ((-888) |#1|)) (-15 -3034 (|#1| |#1| |#1|)) (-15 -3496 (|#1| |#1| (-143))) (-15 -3496 (|#1| |#1| (-146))) (-15 -3834 (|#1| (-146))) (-15 -3633 ((-114) |#1| |#1|)) (-15 -1864 (|#1| |#1|)) (-15 -1610 (|#1| |#1|)) (-15 -3034 (|#1| |#1| (-1266 (-560)))) (-15 -3034 ((-146) |#1| (-560))) (-15 -3034 ((-146) |#1| (-560) (-146))))
+((-3808 (((-114) $ $) 22 (|has| (-146) (-102)) ELT)) (-1728 (($ $) 132 T ELT)) (-1864 (($ $) 133 T ELT)) (-3496 (($ $ (-146)) 120 T ELT) (($ $ (-143)) 119 T ELT)) (-2507 (((-1305) $ (-560) (-560)) 47 (|has| $ (-6 -4511)) ELT)) (-3610 (((-114) $ $) 130 T ELT)) (-3588 (((-114) $ $ (-560)) 129 T ELT)) (-2275 (((-663 $) $ (-146)) 122 T ELT) (((-663 $) $ (-143)) 121 T ELT)) (-1860 (((-114) (-1 (-114) (-146) (-146)) $) 110 T ELT) (((-114) $) 104 (|has| (-146) (-872)) ELT)) (-4235 (($ (-1 (-114) (-146) (-146)) $) 101 (|has| $ (-6 -4511)) ELT) (($ $) 100 (-12 (|has| (-146) (-872)) (|has| $ (-6 -4511))) ELT)) (-2125 (($ (-1 (-114) (-146) (-146)) $) 111 T ELT) (($ $) 105 (|has| (-146) (-872)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 (((-146) $ (-560) (-146)) 59 (|has| $ (-6 -4511)) ELT) (((-146) $ (-1266 (-560)) (-146)) 67 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) (-146)) $) 84 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-4487 (($ $ (-146)) 116 T ELT) (($ $ (-143)) 115 T ELT)) (-1518 (($ $) 102 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 112 T ELT)) (-4421 (($ $ (-1266 (-560)) $) 126 T ELT)) (-4154 (($ $) 87 (-12 (|has| (-146) (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ (-146) $) 86 (-12 (|has| (-146) (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) (-146)) $) 83 (|has| $ (-6 -4510)) ELT)) (-1995 (((-146) (-1 (-146) (-146) (-146)) $ (-146) (-146)) 85 (-12 (|has| (-146) (-1133)) (|has| $ (-6 -4510))) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146)) 82 (|has| $ (-6 -4510)) ELT) (((-146) (-1 (-146) (-146) (-146)) $) 81 (|has| $ (-6 -4510)) ELT)) (-2186 (((-146) $ (-560) (-146)) 60 (|has| $ (-6 -4511)) ELT)) (-2109 (((-146) $ (-560)) 58 T ELT)) (-3633 (((-114) $ $) 131 T ELT)) (-3817 (((-560) (-1 (-114) (-146)) $) 109 T ELT) (((-560) (-146) $) 108 (|has| (-146) (-1133)) ELT) (((-560) (-146) $ (-560)) 107 (|has| (-146) (-1133)) ELT) (((-560) $ $ (-560)) 125 T ELT) (((-560) (-143) $ (-560)) 124 T ELT)) (-3086 (((-663 (-146)) $) 33 (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) (-146)) 77 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 50 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 94 (|has| (-146) (-872)) ELT)) (-1762 (($ (-1 (-114) (-146) (-146)) $ $) 113 T ELT) (($ $ $) 106 (|has| (-146) (-872)) ELT)) (-4439 (((-663 (-146)) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-146) $) 30 (-12 (|has| (-146) (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 51 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 95 (|has| (-146) (-872)) ELT)) (-3980 (((-114) $ $ (-146)) 127 T ELT)) (-1695 (((-793) $ $ (-146)) 128 T ELT)) (-2173 (($ (-1 (-146) (-146)) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-146) (-146)) $) 38 T ELT) (($ (-1 (-146) (-146) (-146)) $ $) 72 T ELT)) (-2102 (($ $) 134 T ELT)) (-1610 (($ $) 135 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-1342 (($ $ (-146)) 118 T ELT) (($ $ (-143)) 117 T ELT)) (-2128 (((-1191) $) 25 (|has| (-146) (-1133)) ELT)) (-4233 (($ (-146) $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-3444 (((-663 (-560)) $) 53 T ELT)) (-2679 (((-114) (-560) $) 54 T ELT)) (-1473 (((-1152) $) 24 (|has| (-146) (-1133)) ELT)) (-1574 (((-146) $) 49 (|has| (-560) (-872)) ELT)) (-3237 (((-3 (-146) "failed") (-1 (-114) (-146)) $) 80 T ELT)) (-2024 (($ $ (-146)) 48 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) (-146)) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-146)))) 29 (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-305 (-146))) 28 (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-146) (-146)) 27 (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-663 (-146)) (-663 (-146))) 26 (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) (-146) $) 52 (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-1570 (((-663 (-146)) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 (((-146) $ (-560) (-146)) 57 T ELT) (((-146) $ (-560)) 56 T ELT) (($ $ (-1266 (-560))) 78 T ELT) (($ $ $) 114 T ELT)) (-3032 (($ $ (-560)) 71 T ELT) (($ $ (-1266 (-560))) 70 T ELT)) (-1485 (((-793) (-1 (-114) (-146)) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) (-146) $) 31 (-12 (|has| (-146) (-1133)) (|has| $ (-6 -4510))) ELT)) (-1352 (($ $ $ (-560)) 103 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 88 (|has| (-146) (-633 (-549))) ELT)) (-3845 (($ (-663 (-146))) 79 T ELT)) (-2465 (($ $ (-146)) 76 T ELT) (($ (-146) $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-3834 (($ (-146)) 123 T ELT) (((-888) $) 20 (|has| (-146) (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| (-146) (-102)) ELT)) (-3894 (((-114) (-1 (-114) (-146)) $) 36 (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) 96 (|has| (-146) (-872)) ELT)) (-2510 (((-114) $ $) 98 (|has| (-146) (-872)) ELT)) (-2478 (((-114) $ $) 21 (|has| (-146) (-102)) ELT)) (-2525 (((-114) $ $) 97 (|has| (-146) (-872)) ELT)) (-2499 (((-114) $ $) 99 (|has| (-146) (-872)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1176) (-142)) (T -1176))
+((-1610 (*1 *1 *1) (-4 *1 (-1176))) (-2102 (*1 *1 *1) (-4 *1 (-1176))) (-1864 (*1 *1 *1) (-4 *1 (-1176))) (-1728 (*1 *1 *1) (-4 *1 (-1176))) (-3633 (*1 *2 *1 *1) (-12 (-4 *1 (-1176)) (-5 *2 (-114)))) (-3610 (*1 *2 *1 *1) (-12 (-4 *1 (-1176)) (-5 *2 (-114)))) (-3588 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1176)) (-5 *3 (-560)) (-5 *2 (-114)))) (-1695 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1176)) (-5 *3 (-146)) (-5 *2 (-793)))) (-3980 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1176)) (-5 *3 (-146)) (-5 *2 (-114)))) (-4421 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1176)) (-5 *2 (-1266 (-560))))) (-3817 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-560)))) (-3817 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-560)) (-5 *3 (-143)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-146)) (-4 *1 (-1176)))) (-2275 (*1 *2 *1 *3) (-12 (-5 *3 (-146)) (-5 *2 (-663 *1)) (-4 *1 (-1176)))) (-2275 (*1 *2 *1 *3) (-12 (-5 *3 (-143)) (-5 *2 (-663 *1)) (-4 *1 (-1176)))) (-3496 (*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-146)))) (-3496 (*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-143)))) (-1342 (*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-146)))) (-1342 (*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-143)))) (-4487 (*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-146)))) (-4487 (*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-143)))) (-3034 (*1 *1 *1 *1) (-4 *1 (-1176))))
+(-13 (-19 (-146)) (-10 -8 (-15 -1610 ($ $)) (-15 -2102 ($ $)) (-15 -1864 ($ $)) (-15 -1728 ($ $)) (-15 -3633 ((-114) $ $)) (-15 -3610 ((-114) $ $)) (-15 -3588 ((-114) $ $ (-560))) (-15 -1695 ((-793) $ $ (-146))) (-15 -3980 ((-114) $ $ (-146))) (-15 -4421 ($ $ (-1266 (-560)) $)) (-15 -3817 ((-560) $ $ (-560))) (-15 -3817 ((-560) (-143) $ (-560))) (-15 -3834 ($ (-146))) (-15 -2275 ((-663 $) $ (-146))) (-15 -2275 ((-663 $) $ (-143))) (-15 -3496 ($ $ (-146))) (-15 -3496 ($ $ (-143))) (-15 -1342 ($ $ (-146))) (-15 -1342 ($ $ (-143))) (-15 -4487 ($ $ (-146))) (-15 -4487 ($ $ (-143))) (-15 -3034 ($ $ $))))
+(((-34) . T) ((-102) -2309 (|has| (-146) (-1133)) (|has| (-146) (-872)) (|has| (-146) (-102))) ((-632 (-888)) -2309 (|has| (-146) (-1133)) (|has| (-146) (-872)) (|has| (-146) (-632 (-888)))) ((-153 #0=(-146)) . T) ((-633 (-549)) |has| (-146) (-633 (-549))) ((-298 #1=(-560) #0#) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #1# #0#) . T) ((-321 #0#) -12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ((-385 #0#) . T) ((-503 #0#) . T) ((-618 #1# #0#) . T) ((-528 #0# #0#) -12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ((-673 #0#) . T) ((-19 #0#) . T) ((-872) |has| (-146) (-872)) ((-875) |has| (-146) (-872)) ((-1133) -2309 (|has| (-146) (-1133)) (|has| (-146) (-872))) ((-1249) . T))
+((-3459 (((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-793)) 112 T ELT)) (-1411 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|) 62 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793)) 61 T ELT)) (-3357 (((-1305) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-793)) 97 T ELT)) (-4429 (((-793) (-663 |#4|) (-663 |#5|)) 30 T ELT)) (-1925 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|) 64 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793)) 63 T ELT) (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793) (-114)) 65 T ELT)) (-2250 (((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114)) 84 T ELT) (((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114)) 85 T ELT)) (-1830 (((-1191) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) 90 T ELT)) (-3022 (((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|) 60 T ELT)) (-4078 (((-793) (-663 |#4|) (-663 |#5|)) 21 T ELT)))
+(((-1177 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4078 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -4429 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -3022 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -1411 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793))) (-15 -1411 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793) (-114))) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793))) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -2250 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -2250 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114))) (-15 -3459 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-793))) (-15 -1830 ((-1191) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) (-15 -3357 ((-1305) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-793)))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|) (-1141 |#1| |#2| |#3| |#4|)) (T -1177))
+((-3357 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -2417 *9)))) (-5 *4 (-793)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-1305)) (-5 *1 (-1177 *5 *6 *7 *8 *9)))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -2417 *8))) (-4 *7 (-1097 *4 *5 *6)) (-4 *8 (-1141 *4 *5 *6 *7)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1191)) (-5 *1 (-1177 *4 *5 *6 *7 *8)))) (-3459 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-663 *11)) (|:| |todo| (-663 (-2 (|:| |val| *3) (|:| -2417 *11)))))) (-5 *6 (-793)) (-5 *2 (-663 (-2 (|:| |val| (-663 *10)) (|:| -2417 *11)))) (-5 *3 (-663 *10)) (-5 *4 (-663 *11)) (-4 *10 (-1097 *7 *8 *9)) (-4 *11 (-1141 *7 *8 *9 *10)) (-4 *7 (-466)) (-4 *8 (-817)) (-4 *9 (-872)) (-5 *1 (-1177 *7 *8 *9 *10 *11)))) (-2250 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1177 *5 *6 *7 *8 *9)))) (-2250 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1177 *5 *6 *7 *8 *9)))) (-1925 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1177 *5 *6 *7 *3 *4)) (-4 *4 (-1141 *5 *6 *7 *3)))) (-1925 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *3 (-1097 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1177 *6 *7 *8 *3 *4)) (-4 *4 (-1141 *6 *7 *8 *3)))) (-1925 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-793)) (-5 *6 (-114)) (-4 *7 (-466)) (-4 *8 (-817)) (-4 *9 (-872)) (-4 *3 (-1097 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1177 *7 *8 *9 *3 *4)) (-4 *4 (-1141 *7 *8 *9 *3)))) (-1411 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1177 *5 *6 *7 *3 *4)) (-4 *4 (-1141 *5 *6 *7 *3)))) (-1411 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *3 (-1097 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1177 *6 *7 *8 *3 *4)) (-4 *4 (-1141 *6 *7 *8 *3)))) (-3022 (*1 *2 *3 *4) (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-663 *4)) (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4)))))) (-5 *1 (-1177 *5 *6 *7 *3 *4)) (-4 *4 (-1141 *5 *6 *7 *3)))) (-4429 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-793)) (-5 *1 (-1177 *5 *6 *7 *8 *9)))) (-4078 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-793)) (-5 *1 (-1177 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -4078 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -4429 ((-793) (-663 |#4|) (-663 |#5|))) (-15 -3022 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -1411 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793))) (-15 -1411 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793) (-114))) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5| (-793))) (-15 -1925 ((-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) |#4| |#5|)) (-15 -2250 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114))) (-15 -2250 ((-663 |#5|) (-663 |#4|) (-663 |#5|) (-114) (-114) (-114) (-114) (-114))) (-15 -3459 ((-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-663 |#4|) (-663 |#5|) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-2 (|:| |done| (-663 |#5|)) (|:| |todo| (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))))) (-793))) (-15 -1830 ((-1191) (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|)))) (-15 -3357 ((-1305) (-663 (-2 (|:| |val| (-663 |#4|)) (|:| -2417 |#5|))) (-793))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) NIL T ELT)) (-1387 (((-663 $) (-663 |#4|)) 124 T ELT) (((-663 $) (-663 |#4|) (-114)) 125 T ELT) (((-663 $) (-663 |#4|) (-114) (-114)) 123 T ELT) (((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114)) 126 T ELT)) (-2712 (((-663 |#3|) $) NIL T ELT)) (-3511 (((-114) $) NIL T ELT)) (-3673 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-3349 ((|#4| |#4| $) NIL T ELT)) (-2624 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| $) 97 T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3797 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) 75 T ELT)) (-4489 (($) NIL T CONST)) (-3438 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) NIL T ELT)) (-4072 (($ (-663 |#4|)) NIL T ELT)) (-1586 (((-3 $ "failed") $) 45 T ELT)) (-2869 ((|#4| |#4| $) 78 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-3513 (($ |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 91 (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1977 ((|#4| |#4| $) NIL T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) NIL T ELT)) (-2828 (((-114) |#4| $) NIL T ELT)) (-4448 (((-114) |#4| $) NIL T ELT)) (-3242 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2821 (((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114)) 139 T ELT)) (-3086 (((-663 |#4|) $) 18 (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#4|) $) 19 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 27 (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 23 T ELT)) (-4306 (((-663 |#3|) $) NIL T ELT)) (-1654 (((-114) |#3| $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3789 (((-3 |#4| (-663 $)) |#4| |#4| $) NIL T ELT)) (-1946 (((-663 (-2 (|:| |val| |#4|) (|:| -2417 $))) |#4| |#4| $) 117 T ELT)) (-3534 (((-3 |#4| "failed") $) 42 T ELT)) (-3611 (((-663 $) |#4| $) 102 T ELT)) (-3448 (((-3 (-114) (-663 $)) |#4| $) NIL T ELT)) (-1775 (((-663 (-2 (|:| |val| (-114)) (|:| -2417 $))) |#4| $) 112 T ELT) (((-114) |#4| $) 65 T ELT)) (-2921 (((-663 $) |#4| $) 121 T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) 122 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT)) (-4195 (((-663 $) (-663 |#4|) (-114) (-114) (-114)) 134 T ELT)) (-4340 (($ |#4| $) 88 T ELT) (($ (-663 |#4|) $) 89 T ELT) (((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114)) 87 T ELT)) (-1455 (((-663 |#4|) $) NIL T ELT)) (-2033 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2347 ((|#4| |#4| $) NIL T ELT)) (-1446 (((-114) $ $) NIL T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2153 ((|#4| |#4| $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 (((-3 |#4| "failed") $) 40 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-4319 (((-3 $ "failed") $ |#4|) 59 T ELT)) (-3201 (($ $ |#4|) NIL T ELT) (((-663 $) |#4| $) 104 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) 99 T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 17 T ELT)) (-3614 (($) 14 T ELT)) (-4144 (((-793) $) NIL T ELT)) (-1485 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 22 T ELT)) (-2337 (($ $ |#3|) 52 T ELT)) (-1548 (($ $ |#3|) 54 T ELT)) (-2133 (($ $) NIL T ELT)) (-2721 (($ $ |#3|) NIL T ELT)) (-3834 (((-888) $) 35 T ELT) (((-663 |#4|) $) 46 T ELT)) (-2688 (((-793) $) NIL (|has| |#3| (-381)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) NIL T ELT)) (-2601 (((-663 $) |#4| $) 66 T ELT) (((-663 $) |#4| (-663 $)) NIL T ELT) (((-663 $) (-663 |#4|) $) NIL T ELT) (((-663 $) (-663 |#4|) (-663 $)) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) NIL T ELT)) (-3637 (((-114) |#4| $) NIL T ELT)) (-1414 (((-114) |#3| $) 74 T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1178 |#1| |#2| |#3| |#4|) (-13 (-1141 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4340 ((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114))) (-15 -1387 ((-663 $) (-663 |#4|) (-114) (-114))) (-15 -1387 ((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114))) (-15 -4195 ((-663 $) (-663 |#4|) (-114) (-114) (-114))) (-15 -2821 ((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114))))) (-466) (-817) (-872) (-1097 |#1| |#2| |#3|)) (T -1178))
+((-4340 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 (-1178 *5 *6 *7 *3))) (-5 *1 (-1178 *5 *6 *7 *3)) (-4 *3 (-1097 *5 *6 *7)))) (-1387 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 (-1178 *5 *6 *7 *8))) (-5 *1 (-1178 *5 *6 *7 *8)))) (-1387 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 (-1178 *5 *6 *7 *8))) (-5 *1 (-1178 *5 *6 *7 *8)))) (-4195 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 (-1178 *5 *6 *7 *8))) (-5 *1 (-1178 *5 *6 *7 *8)))) (-2821 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-663 *8)) (|:| |towers| (-663 (-1178 *5 *6 *7 *8))))) (-5 *1 (-1178 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
+(-13 (-1141 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4340 ((-663 $) |#4| $ (-114) (-114) (-114) (-114) (-114))) (-15 -1387 ((-663 $) (-663 |#4|) (-114) (-114))) (-15 -1387 ((-663 $) (-663 |#4|) (-114) (-114) (-114) (-114))) (-15 -4195 ((-663 $) (-663 |#4|) (-114) (-114) (-114))) (-15 -2821 ((-2 (|:| |val| (-663 |#4|)) (|:| |towers| (-663 $))) (-663 |#4|) (-114) (-114)))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 31 T ELT)) (-3363 (((-114) $) 29 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 28 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-793)) 30 T ELT) (($ $ (-949)) 27 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ $ $) 26 T ELT)))
+(((-1179) (-142)) (T -1179))
NIL
(-13 (-23) (-748))
-(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-887)) . T) ((-748) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2765 ((|#1| $) 37 T ELT)) (-3599 (($ (-663 |#1|)) 45 T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2868 ((|#1| |#1| $) 40 T ELT)) (-2387 ((|#1| $) 35 T ELT)) (-1559 (((-663 |#1|) $) 18 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 22 T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1688 ((|#1| $) 38 T ELT)) (-1368 (($ |#1| $) 41 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-1950 ((|#1| $) 36 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 32 T ELT)) (-1423 (($) 43 T ELT)) (-2117 (((-793) $) 30 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) 27 T ELT)) (-2539 (((-887) $) 14 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1446 (($ (-663 |#1|)) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 17 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 31 (|has| $ (-6 -4509)) ELT)))
-(((-1179 |#1|) (-13 (-1152 |#1|) (-10 -8 (-15 -3599 ($ (-663 |#1|))))) (-1248)) (T -1179))
-((-3599 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-1179 *3)))))
-(-13 (-1152 |#1|) (-10 -8 (-15 -3599 ($ (-663 |#1|)))))
-((-2696 ((|#2| $ "value" |#2|) NIL T ELT) ((|#2| $ "first" |#2|) NIL T ELT) (($ $ "rest" $) NIL T ELT) ((|#2| $ "last" |#2|) NIL T ELT) ((|#2| $ (-1265 (-560)) |#2|) 53 T ELT) ((|#2| $ (-560) |#2|) 50 T ELT)) (-1866 (((-114) $) 12 T ELT)) (-3459 (($ (-1 |#2| |#2|) $) 48 T ELT)) (-3794 ((|#2| $) NIL T ELT) (($ $ (-793)) 17 T ELT)) (-4446 (($ $ |#2|) 49 T ELT)) (-2655 (((-114) $) 11 T ELT)) (-1495 ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") NIL T ELT) (($ $ "rest") NIL T ELT) ((|#2| $ "last") NIL T ELT) (($ $ (-1265 (-560))) 36 T ELT) ((|#2| $ (-560)) 26 T ELT) ((|#2| $ (-560) |#2|) NIL T ELT)) (-1464 (($ $ $) 56 T ELT) (($ $ |#2|) NIL T ELT)) (-4357 (($ $ $) 38 T ELT) (($ |#2| $) NIL T ELT) (($ (-663 $)) 45 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-1180 |#1| |#2|) (-10 -8 (-15 -1866 ((-114) |#1|)) (-15 -2655 ((-114) |#1|)) (-15 -2696 (|#2| |#1| (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560))) (-15 -4446 (|#1| |#1| |#2|)) (-15 -1495 (|#1| |#1| (-1265 (-560)))) (-15 -4357 (|#1| |#1| |#2|)) (-15 -4357 (|#1| (-663 |#1|))) (-15 -2696 (|#2| |#1| (-1265 (-560)) |#2|)) (-15 -2696 (|#2| |#1| "last" |#2|)) (-15 -2696 (|#1| |#1| "rest" |#1|)) (-15 -2696 (|#2| |#1| "first" |#2|)) (-15 -1464 (|#1| |#1| |#2|)) (-15 -1464 (|#1| |#1| |#1|)) (-15 -1495 (|#2| |#1| "last")) (-15 -1495 (|#1| |#1| "rest")) (-15 -3794 (|#1| |#1| (-793))) (-15 -1495 (|#2| |#1| "first")) (-15 -3794 (|#2| |#1|)) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#1|)) (-15 -2696 (|#2| |#1| "value" |#2|)) (-15 -1495 (|#2| |#1| "value")) (-15 -3459 (|#1| (-1 |#2| |#2|) |#1|))) (-1181 |#2|) (-1248)) (T -1180))
-NIL
-(-10 -8 (-15 -1866 ((-114) |#1|)) (-15 -2655 ((-114) |#1|)) (-15 -2696 (|#2| |#1| (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560) |#2|)) (-15 -1495 (|#2| |#1| (-560))) (-15 -4446 (|#1| |#1| |#2|)) (-15 -1495 (|#1| |#1| (-1265 (-560)))) (-15 -4357 (|#1| |#1| |#2|)) (-15 -4357 (|#1| (-663 |#1|))) (-15 -2696 (|#2| |#1| (-1265 (-560)) |#2|)) (-15 -2696 (|#2| |#1| "last" |#2|)) (-15 -2696 (|#1| |#1| "rest" |#1|)) (-15 -2696 (|#2| |#1| "first" |#2|)) (-15 -1464 (|#1| |#1| |#2|)) (-15 -1464 (|#1| |#1| |#1|)) (-15 -1495 (|#2| |#1| "last")) (-15 -1495 (|#1| |#1| "rest")) (-15 -3794 (|#1| |#1| (-793))) (-15 -1495 (|#2| |#1| "first")) (-15 -3794 (|#2| |#1|)) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#1|)) (-15 -2696 (|#2| |#1| "value" |#2|)) (-15 -1495 (|#2| |#1| "value")) (-15 -3459 (|#1| (-1 |#2| |#2|) |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 55 T ELT)) (-2580 ((|#1| $) 74 T ELT)) (-3730 (($ $) 76 T ELT)) (-3303 (((-1304) $ (-560) (-560)) 107 (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) 61 (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 ((|#1| $ |#1|) 46 (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) 65 (|has| $ (-6 -4510)) ELT)) (-1498 ((|#1| $ |#1|) 63 (|has| $ (-6 -4510)) ELT)) (-3746 ((|#1| $ |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4510)) ELT) ((|#1| $ "first" |#1|) 66 (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) 64 (|has| $ (-6 -4510)) ELT) ((|#1| $ "last" |#1|) 62 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 127 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-560) |#1|) 96 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 48 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 112 (|has| $ (-6 -4509)) ELT)) (-2570 ((|#1| $) 75 T ELT)) (-3366 (($) 7 T CONST)) (-3806 (($ $) 82 T ELT) (($ $ (-793)) 80 T ELT)) (-2885 (($ $) 109 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ (-1 (-114) |#1|) $) 113 (|has| $ (-6 -4509)) ELT) (($ |#1| $) 110 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $) 115 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 114 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 111 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3472 ((|#1| $ (-560) |#1|) 95 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 97 T ELT)) (-1866 (((-114) $) 93 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 57 T ELT)) (-2602 (((-114) $ $) 49 (|has| |#1| (-1132)) ELT)) (-2531 (($ (-793) |#1|) 119 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 105 (|has| (-560) (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 104 (|has| (-560) (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 122 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1940 (((-663 |#1|) $) 52 T ELT)) (-2833 (((-114) $) 56 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) 79 T ELT) (($ $ (-793)) 77 T ELT)) (-1726 (($ $ $ (-560)) 126 T ELT) (($ |#1| $ (-560)) 125 T ELT)) (-1936 (((-663 (-560)) $) 102 T ELT)) (-2624 (((-114) (-560) $) 101 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 85 T ELT) (($ $ (-793)) 83 T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 116 T ELT)) (-4446 (($ $ |#1|) 106 (|has| $ (-6 -4510)) ELT)) (-2655 (((-114) $) 94 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 103 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 100 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ "value") 54 T ELT) ((|#1| $ "first") 84 T ELT) (($ $ "rest") 81 T ELT) ((|#1| $ "last") 78 T ELT) (($ $ (-1265 (-560))) 118 T ELT) ((|#1| $ (-560)) 99 T ELT) ((|#1| $ (-560) |#1|) 98 T ELT)) (-1403 (((-560) $ $) 51 T ELT)) (-3435 (($ $ (-1265 (-560))) 124 T ELT) (($ $ (-560)) 123 T ELT)) (-4235 (((-114) $) 53 T ELT)) (-2936 (($ $) 71 T ELT)) (-2841 (($ $) 68 (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) 72 T ELT)) (-3957 (($ $) 73 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 108 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 117 T ELT)) (-1464 (($ $ $) 70 (|has| $ (-6 -4510)) ELT) (($ $ |#1|) 69 (|has| $ (-6 -4510)) ELT)) (-4357 (($ $ $) 87 T ELT) (($ |#1| $) 86 T ELT) (($ (-663 $)) 121 T ELT) (($ $ |#1|) 120 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 58 T ELT)) (-3066 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1181 |#1|) (-142) (-1248)) (T -1181))
-((-2655 (*1 *2 *1) (-12 (-4 *1 (-1181 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))) (-1866 (*1 *2 *1) (-12 (-4 *1 (-1181 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))))
-(-13 (-1287 |t#1|) (-673 |t#1|) (-10 -8 (-15 -2655 ((-114) $)) (-15 -1866 ((-114) $))))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-673 |#1|) . T) ((-1041 |#1|) . T) ((-1132) |has| |#1| (-1132)) ((-1248) . T) ((-1287 |#1|) . T))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3303 (((-1304) $ |#1| |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#2| $ |#1| |#2|) NIL T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3342 (((-663 |#1|) $) NIL T ELT)) (-1651 (((-114) |#1| $) NIL T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1936 (((-663 |#1|) $) NIL T ELT)) (-2624 (((-114) |#1| $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3794 ((|#2| $) NIL (|has| |#1| (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) (|has| |#2| (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1182 |#1| |#2| |#3|) (-1225 |#1| |#2|) (-1132) (-1132) |#2|) (T -1182))
-NIL
-(-1225 |#1| |#2|)
-((-2294 (((-114) $ $) 7 T ELT)) (-2024 (((-713 $) $) 17 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2814 (($) 18 T CONST)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-2329 (((-114) $ $) 8 T ELT)))
-(((-1183) (-142)) (T -1183))
-((-2814 (*1 *1) (-4 *1 (-1183))) (-2024 (*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-1183)))))
-(-13 (-1132) (-10 -8 (-15 -2814 ($) -3721) (-15 -2024 ((-713 $) $))))
-(((-102) . T) ((-632 (-887)) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-1618 (((-713 (-1166)) $) 27 T ELT)) (-3581 (((-1166) $) 15 T ELT)) (-3490 (((-1166) $) 17 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1414 (((-520) $) 13 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 37 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1184) (-13 (-1114) (-10 -8 (-15 -1414 ((-520) $)) (-15 -3490 ((-1166) $)) (-15 -1618 ((-713 (-1166)) $)) (-15 -3581 ((-1166) $))))) (T -1184))
-((-1414 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1184)))) (-3490 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1184)))) (-1618 (*1 *2 *1) (-12 (-5 *2 (-713 (-1166))) (-5 *1 (-1184)))) (-3581 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1184)))))
-(-13 (-1114) (-10 -8 (-15 -1414 ((-520) $)) (-15 -3490 ((-1166) $)) (-15 -1618 ((-713 (-1166)) $)) (-15 -3581 ((-1166) $))))
-((-2224 (((-1186 |#1|) (-1186 |#1|)) 17 T ELT)) (-2670 (((-1186 |#1|) (-1186 |#1|)) 13 T ELT)) (-2366 (((-1186 |#1|) (-1186 |#1|) (-560) (-560)) 20 T ELT)) (-1548 (((-1186 |#1|) (-1186 |#1|)) 15 T ELT)))
-(((-1185 |#1|) (-10 -7 (-15 -2670 ((-1186 |#1|) (-1186 |#1|))) (-15 -1548 ((-1186 |#1|) (-1186 |#1|))) (-15 -2224 ((-1186 |#1|) (-1186 |#1|))) (-15 -2366 ((-1186 |#1|) (-1186 |#1|) (-560) (-560)))) (-13 (-571) (-149))) (T -1185))
-((-2366 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1186 *4)) (-5 *3 (-560)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-1185 *4)))) (-2224 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1185 *3)))) (-1548 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1185 *3)))) (-2670 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1185 *3)))))
-(-10 -7 (-15 -2670 ((-1186 |#1|) (-1186 |#1|))) (-15 -1548 ((-1186 |#1|) (-1186 |#1|))) (-15 -2224 ((-1186 |#1|) (-1186 |#1|))) (-15 -2366 ((-1186 |#1|) (-1186 |#1|) (-560) (-560))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) NIL T ELT)) (-2580 ((|#1| $) NIL T ELT)) (-3730 (($ $) 64 T ELT)) (-3303 (((-1304) $ (-560) (-560)) 95 (|has| $ (-6 -4510)) ELT)) (-2869 (($ $ (-560)) 124 (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3643 (((-887) $) 53 (|has| |#1| (-1132)) ELT)) (-3130 (((-114)) 52 (|has| |#1| (-1132)) ELT)) (-4411 ((|#1| $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) 111 (|has| $ (-6 -4510)) ELT) (($ $ (-560) $) 137 T ELT)) (-1498 ((|#1| $ |#1|) 121 (|has| $ (-6 -4510)) ELT)) (-3746 ((|#1| $ |#1|) 116 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ "first" |#1|) 118 (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) 120 (|has| $ (-6 -4510)) ELT) ((|#1| $ "last" |#1|) 123 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 108 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-560) |#1|) 74 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 77 T ELT)) (-2570 ((|#1| $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3250 (($ $) 11 T ELT)) (-3806 (($ $) 37 T ELT) (($ $ (-793)) 107 T ELT)) (-4074 (((-114) (-663 |#1|) $) 130 (|has| |#1| (-1132)) ELT)) (-3936 (($ (-663 |#1|)) 126 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) 76 T ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-1866 (((-114) $) NIL T ELT)) (-1559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1949 (((-1304) (-560) $) 136 (|has| |#1| (-1132)) ELT)) (-4240 (((-793) $) 133 T ELT)) (-2641 (((-663 $) $) NIL T ELT)) (-2602 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2531 (($ (-793) |#1|) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 91 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 82 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 86 T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-1940 (((-663 |#1|) $) NIL T ELT)) (-2833 (((-114) $) NIL T ELT)) (-4201 (($ $) 109 T ELT)) (-3308 (((-114) $) 10 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-1726 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) 92 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3523 (($ (-1 |#1|)) 139 T ELT) (($ (-1 |#1| |#1|) |#1|) 140 T ELT)) (-1830 ((|#1| $) 7 T ELT)) (-3794 ((|#1| $) 36 T ELT) (($ $ (-793)) 62 T ELT)) (-3005 (((-2 (|:| |cycle?| (-114)) (|:| -2123 (-793)) (|:| |period| (-793))) (-793) $) 31 T ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-3576 (($ (-1 (-114) |#1|) $) 141 T ELT)) (-3590 (($ (-1 (-114) |#1|) $) 142 T ELT)) (-4446 (($ $ |#1|) 87 (|has| $ (-6 -4510)) ELT)) (-2674 (($ $ (-560)) 42 T ELT)) (-2655 (((-114) $) 90 T ELT)) (-2208 (((-114) $) 9 T ELT)) (-2506 (((-114) $) 132 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 27 T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) 17 T ELT)) (-1423 (($) 57 T ELT)) (-1495 ((|#1| $ "value") NIL T ELT) ((|#1| $ "first") NIL T ELT) (($ $ "rest") NIL T ELT) ((|#1| $ "last") NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT) ((|#1| $ (-560)) 72 T ELT) ((|#1| $ (-560) |#1|) NIL T ELT)) (-1403 (((-560) $ $) 61 T ELT)) (-3435 (($ $ (-1265 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3670 (($ (-1 $)) 60 T ELT)) (-4235 (((-114) $) 88 T ELT)) (-2936 (($ $) 89 T ELT)) (-2841 (($ $) 112 (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) NIL T ELT)) (-3957 (($ $) NIL T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) 56 T ELT)) (-4417 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 70 T ELT)) (-2401 (($ |#1| $) 110 T ELT)) (-1464 (($ $ $) 114 (|has| $ (-6 -4510)) ELT) (($ $ |#1|) 115 (|has| $ (-6 -4510)) ELT)) (-4357 (($ $ $) 97 T ELT) (($ |#1| $) 58 T ELT) (($ (-663 $)) 102 T ELT) (($ $ |#1|) 96 T ELT)) (-4428 (($ $) 63 T ELT)) (-2539 (($ (-663 |#1|)) 125 T ELT) (((-887) $) 54 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) NIL T ELT)) (-3066 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 128 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1186 |#1|) (-13 (-696 |#1|) (-635 (-663 |#1|)) (-10 -8 (-6 -4510) (-15 -3936 ($ (-663 |#1|))) (IF (|has| |#1| (-1132)) (-15 -4074 ((-114) (-663 |#1|) $)) |%noBranch|) (-15 -3005 ((-2 (|:| |cycle?| (-114)) (|:| -2123 (-793)) (|:| |period| (-793))) (-793) $)) (-15 -3670 ($ (-1 $))) (-15 -2401 ($ |#1| $)) (IF (|has| |#1| (-1132)) (PROGN (-15 -1949 ((-1304) (-560) $)) (-15 -3643 ((-887) $)) (-15 -3130 ((-114)))) |%noBranch|) (-15 -2009 ($ $ (-560) $)) (-15 -3523 ($ (-1 |#1|))) (-15 -3523 ($ (-1 |#1| |#1|) |#1|)) (-15 -3576 ($ (-1 (-114) |#1|) $)) (-15 -3590 ($ (-1 (-114) |#1|) $)))) (-1248)) (T -1186))
-((-3936 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))) (-4074 (*1 *2 *3 *1) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1132)) (-4 *4 (-1248)) (-5 *2 (-114)) (-5 *1 (-1186 *4)))) (-3005 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-114)) (|:| -2123 (-793)) (|:| |period| (-793)))) (-5 *1 (-1186 *4)) (-4 *4 (-1248)) (-5 *3 (-793)))) (-3670 (*1 *1 *2) (-12 (-5 *2 (-1 (-1186 *3))) (-5 *1 (-1186 *3)) (-4 *3 (-1248)))) (-2401 (*1 *1 *2 *1) (-12 (-5 *1 (-1186 *2)) (-4 *2 (-1248)))) (-1949 (*1 *2 *3 *1) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-1186 *4)) (-4 *4 (-1132)) (-4 *4 (-1248)))) (-3643 (*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-1186 *3)) (-4 *3 (-1132)) (-4 *3 (-1248)))) (-3130 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1186 *3)) (-4 *3 (-1132)) (-4 *3 (-1248)))) (-2009 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1186 *3)) (-4 *3 (-1248)))) (-3523 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))) (-3523 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))) (-3576 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))) (-3590 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))))
-(-13 (-696 |#1|) (-635 (-663 |#1|)) (-10 -8 (-6 -4510) (-15 -3936 ($ (-663 |#1|))) (IF (|has| |#1| (-1132)) (-15 -4074 ((-114) (-663 |#1|) $)) |%noBranch|) (-15 -3005 ((-2 (|:| |cycle?| (-114)) (|:| -2123 (-793)) (|:| |period| (-793))) (-793) $)) (-15 -3670 ($ (-1 $))) (-15 -2401 ($ |#1| $)) (IF (|has| |#1| (-1132)) (PROGN (-15 -1949 ((-1304) (-560) $)) (-15 -3643 ((-887) $)) (-15 -3130 ((-114)))) |%noBranch|) (-15 -2009 ($ $ (-560) $)) (-15 -3523 ($ (-1 |#1|))) (-15 -3523 ($ (-1 |#1| |#1|) |#1|)) (-15 -3576 ($ (-1 (-114) |#1|) $)) (-15 -3590 ($ (-1 (-114) |#1|) $))))
-((-4357 (((-1186 |#1|) (-1186 (-1186 |#1|))) 15 T ELT)))
-(((-1187 |#1|) (-10 -7 (-15 -4357 ((-1186 |#1|) (-1186 (-1186 |#1|))))) (-1248)) (T -1187))
-((-4357 (*1 *2 *3) (-12 (-5 *3 (-1186 (-1186 *4))) (-5 *2 (-1186 *4)) (-5 *1 (-1187 *4)) (-4 *4 (-1248)))))
-(-10 -7 (-15 -4357 ((-1186 |#1|) (-1186 (-1186 |#1|)))))
-((-3065 (((-1186 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1186 |#1|)) 25 T ELT)) (-2108 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1186 |#1|)) 26 T ELT)) (-2067 (((-1186 |#2|) (-1 |#2| |#1|) (-1186 |#1|)) 16 T ELT)))
-(((-1188 |#1| |#2|) (-10 -7 (-15 -2067 ((-1186 |#2|) (-1 |#2| |#1|) (-1186 |#1|))) (-15 -3065 ((-1186 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1186 |#1|))) (-15 -2108 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1186 |#1|)))) (-1248) (-1248)) (T -1188))
-((-2108 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1186 *5)) (-4 *5 (-1248)) (-4 *2 (-1248)) (-5 *1 (-1188 *5 *2)))) (-3065 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1186 *6)) (-4 *6 (-1248)) (-4 *3 (-1248)) (-5 *2 (-1186 *3)) (-5 *1 (-1188 *6 *3)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1186 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1186 *6)) (-5 *1 (-1188 *5 *6)))))
-(-10 -7 (-15 -2067 ((-1186 |#2|) (-1 |#2| |#1|) (-1186 |#1|))) (-15 -3065 ((-1186 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1186 |#1|))) (-15 -2108 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1186 |#1|))))
-((-2067 (((-1186 |#3|) (-1 |#3| |#1| |#2|) (-1186 |#1|) (-1186 |#2|)) 21 T ELT)))
-(((-1189 |#1| |#2| |#3|) (-10 -7 (-15 -2067 ((-1186 |#3|) (-1 |#3| |#1| |#2|) (-1186 |#1|) (-1186 |#2|)))) (-1248) (-1248) (-1248)) (T -1189))
-((-2067 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1186 *6)) (-5 *5 (-1186 *7)) (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-1186 *8)) (-5 *1 (-1189 *6 *7 *8)))))
-(-10 -7 (-15 -2067 ((-1186 |#3|) (-1 |#3| |#1| |#2|) (-1186 |#1|) (-1186 |#2|))))
-((-2294 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-2783 (($ $) NIL T ELT)) (-2422 (($ $) NIL T ELT)) (-3560 (($ $ (-146)) NIL T ELT) (($ $ (-143)) NIL T ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-3785 (((-114) $ $) NIL T ELT)) (-3760 (((-114) $ $ (-560)) NIL T ELT)) (-3379 (($ (-560)) 8 T ELT) (($ (-229)) 10 T ELT)) (-3801 (((-663 $) $ (-146)) NIL T ELT) (((-663 $) $ (-143)) NIL T ELT)) (-2280 (((-114) (-1 (-114) (-146) (-146)) $) NIL T ELT) (((-114) $) NIL (|has| (-146) (-871)) ELT)) (-3119 (($ (-1 (-114) (-146) (-146)) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-871))) ELT)) (-3334 (($ (-1 (-114) (-146) (-146)) $) NIL T ELT) (($ $) NIL (|has| (-146) (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 (((-146) $ (-560) (-146)) NIL (|has| $ (-6 -4510)) ELT) (((-146) $ (-1265 (-560)) (-146)) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-3201 (($ $ (-146)) NIL T ELT) (($ $ (-143)) NIL T ELT)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-3938 (($ $ (-1265 (-560)) $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-2025 (($ (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT) (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-146) (-1 (-146) (-146) (-146)) $ (-146) (-146)) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146)) NIL (|has| $ (-6 -4509)) ELT) (((-146) (-1 (-146) (-146) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 (((-146) $ (-560) (-146)) NIL (|has| $ (-6 -4510)) ELT)) (-3393 (((-146) $ (-560)) NIL T ELT)) (-3199 (((-114) $ $) NIL T ELT)) (-2533 (((-560) (-1 (-114) (-146)) $) NIL T ELT) (((-560) (-146) $) NIL (|has| (-146) (-1132)) ELT) (((-560) (-146) $ (-560)) NIL (|has| (-146) (-1132)) ELT) (((-560) $ $ (-560)) NIL T ELT) (((-560) (-143) $ (-560)) NIL T ELT)) (-1559 (((-663 (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2531 (($ (-793) (-146)) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| (-146) (-871)) ELT)) (-4246 (($ (-1 (-114) (-146) (-146)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-146) (-871)) ELT)) (-2559 (((-663 (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-3213 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| (-146) (-871)) ELT)) (-2666 (((-114) $ $ (-146)) NIL T ELT)) (-1979 (((-793) $ $ (-146)) NIL T ELT)) (-3459 (($ (-1 (-146) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-146) (-146)) $) NIL T ELT) (($ (-1 (-146) (-146) (-146)) $ $) NIL T ELT)) (-3179 (($ $) NIL T ELT)) (-3112 (($ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3215 (($ $ (-146)) NIL T ELT) (($ $ (-143)) NIL T ELT)) (-3049 (((-1190) $) NIL (|has| (-146) (-1132)) ELT)) (-1726 (($ (-146) $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| (-146) (-1132)) ELT)) (-3794 (((-146) $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 (-146) "failed") (-1 (-114) (-146)) $) NIL T ELT)) (-4446 (($ $ (-146)) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-146)))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-305 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-146) (-146)) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT) (($ $ (-663 (-146)) (-663 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-3155 (((-663 (-146)) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 (((-146) $ (-560) (-146)) NIL T ELT) (((-146) $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT) (($ $ $) NIL T ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-146) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-146) (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-146) (-633 (-549))) ELT)) (-2548 (($ (-663 (-146))) NIL T ELT)) (-4357 (($ $ (-146)) NIL T ELT) (($ (-146) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (($ (-146)) NIL T ELT) (((-887) $) NIL (|has| (-146) (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-1657 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4509)) ELT)) (-1463 (((-1190) $) 21 T ELT) (((-1190) $ (-114)) 23 T ELT) (((-1304) (-845) $) 24 T ELT) (((-1304) (-845) $ (-114)) 25 T ELT)) (-2383 (((-114) $ $) NIL (|has| (-146) (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| (-146) (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| (-146) (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| (-146) (-871)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1190) (-13 (-1175) (-843) (-10 -8 (-15 -3379 ($ (-560))) (-15 -3379 ($ (-229)))))) (T -1190))
-((-3379 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1190)))) (-3379 (*1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-1190)))))
-(-13 (-1175) (-843) (-10 -8 (-15 -3379 ($ (-560))) (-15 -3379 ($ (-229)))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-102)) (|has| |#1| (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL T ELT)) (-3303 (((-1304) $ (-1190) (-1190)) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-1190) |#1|) NIL T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#1| "failed") (-1190) $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#1| "failed") (-1190) $) NIL T ELT)) (-2025 (($ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-1190) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-1190)) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-1190) $) NIL (|has| (-1190) (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-1190) $) NIL (|has| (-1190) (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132)) (|has| |#1| (-1132))) ELT)) (-3342 (((-663 (-1190)) $) NIL T ELT)) (-1651 (((-114) (-1190) $) NIL T ELT)) (-1688 (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL T ELT)) (-1936 (((-663 (-1190)) $) NIL T ELT)) (-2624 (((-114) (-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132)) (|has| |#1| (-1132))) ELT)) (-3794 ((|#1| $) NIL (|has| (-1190) (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) "failed") (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL (-12 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-321 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-1190)) NIL T ELT) ((|#1| $ (-1190) |#1|) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-1132))) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-632 (-887))) (|has| |#1| (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-102)) (|has| |#1| (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 (-1190)) (|:| -2660 |#1|)) (-102)) (|has| |#1| (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1191 |#1|) (-13 (-1225 (-1190) |#1|) (-10 -7 (-6 -4509))) (-1132)) (T -1191))
-NIL
-(-13 (-1225 (-1190) |#1|) (-10 -7 (-6 -4509)))
-((-1338 (((-1186 |#1|) (-1186 |#1|)) 83 T ELT)) (-4310 (((-3 (-1186 |#1|) "failed") (-1186 |#1|)) 39 T ELT)) (-4220 (((-1186 |#1|) (-421 (-560)) (-1186 |#1|)) 134 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2830 (((-1186 |#1|) |#1| (-1186 |#1|)) 140 (|has| |#1| (-376)) ELT)) (-1805 (((-1186 |#1|) (-1186 |#1|)) 97 T ELT)) (-4400 (((-1186 (-560)) (-560)) 63 T ELT)) (-1727 (((-1186 |#1|) (-1186 (-1186 |#1|))) 116 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1728 (((-1186 |#1|) (-560) (-560) (-1186 |#1|)) 102 T ELT)) (-4002 (((-1186 |#1|) |#1| (-560)) 51 T ELT)) (-4132 (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 66 T ELT)) (-4221 (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 137 (|has| |#1| (-376)) ELT)) (-1353 (((-1186 |#1|) |#1| (-1 (-1186 |#1|))) 115 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3752 (((-1186 |#1|) (-1 |#1| (-560)) |#1| (-1 (-1186 |#1|))) 138 (|has| |#1| (-376)) ELT)) (-3174 (((-1186 |#1|) (-1186 |#1|)) 96 T ELT)) (-3572 (((-1186 |#1|) (-1186 |#1|)) 82 T ELT)) (-2228 (((-1186 |#1|) (-560) (-560) (-1186 |#1|)) 103 T ELT)) (-3071 (((-1186 |#1|) |#1| (-1186 |#1|)) 112 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4379 (((-1186 (-560)) (-560)) 62 T ELT)) (-2323 (((-1186 |#1|) |#1|) 65 T ELT)) (-3255 (((-1186 |#1|) (-1186 |#1|) (-560) (-560)) 99 T ELT)) (-4008 (((-1186 |#1|) (-1 |#1| (-560)) (-1186 |#1|)) 72 T ELT)) (-2283 (((-3 (-1186 |#1|) "failed") (-1186 |#1|) (-1186 |#1|)) 37 T ELT)) (-4424 (((-1186 |#1|) (-1186 |#1|)) 98 T ELT)) (-2799 (((-1186 |#1|) (-1186 |#1|) |#1|) 77 T ELT)) (-3223 (((-1186 |#1|) (-1186 |#1|)) 68 T ELT)) (-3888 (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 78 T ELT)) (-2539 (((-1186 |#1|) |#1|) 73 T ELT)) (-2992 (((-1186 |#1|) (-1186 (-1186 |#1|))) 88 T ELT)) (-2436 (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 38 T ELT)) (-2426 (((-1186 |#1|) (-1186 |#1|)) 21 T ELT) (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 23 T ELT)) (-2413 (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 17 T ELT)) (* (((-1186 |#1|) (-1186 |#1|) |#1|) 29 T ELT) (((-1186 |#1|) |#1| (-1186 |#1|)) 26 T ELT) (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 27 T ELT)))
-(((-1192 |#1|) (-10 -7 (-15 -2413 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -2426 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -2426 ((-1186 |#1|) (-1186 |#1|))) (-15 * ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 * ((-1186 |#1|) |#1| (-1186 |#1|))) (-15 * ((-1186 |#1|) (-1186 |#1|) |#1|)) (-15 -2283 ((-3 (-1186 |#1|) "failed") (-1186 |#1|) (-1186 |#1|))) (-15 -2436 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -4310 ((-3 (-1186 |#1|) "failed") (-1186 |#1|))) (-15 -4002 ((-1186 |#1|) |#1| (-560))) (-15 -4379 ((-1186 (-560)) (-560))) (-15 -4400 ((-1186 (-560)) (-560))) (-15 -2323 ((-1186 |#1|) |#1|)) (-15 -4132 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -3223 ((-1186 |#1|) (-1186 |#1|))) (-15 -4008 ((-1186 |#1|) (-1 |#1| (-560)) (-1186 |#1|))) (-15 -2539 ((-1186 |#1|) |#1|)) (-15 -2799 ((-1186 |#1|) (-1186 |#1|) |#1|)) (-15 -3888 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -3572 ((-1186 |#1|) (-1186 |#1|))) (-15 -1338 ((-1186 |#1|) (-1186 |#1|))) (-15 -2992 ((-1186 |#1|) (-1186 (-1186 |#1|)))) (-15 -3174 ((-1186 |#1|) (-1186 |#1|))) (-15 -1805 ((-1186 |#1|) (-1186 |#1|))) (-15 -4424 ((-1186 |#1|) (-1186 |#1|))) (-15 -3255 ((-1186 |#1|) (-1186 |#1|) (-560) (-560))) (-15 -1728 ((-1186 |#1|) (-560) (-560) (-1186 |#1|))) (-15 -2228 ((-1186 |#1|) (-560) (-560) (-1186 |#1|))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ((-1186 |#1|) |#1| (-1186 |#1|))) (-15 -1353 ((-1186 |#1|) |#1| (-1 (-1186 |#1|)))) (-15 -1727 ((-1186 |#1|) (-1186 (-1186 |#1|)))) (-15 -4220 ((-1186 |#1|) (-421 (-560)) (-1186 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -4221 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -3752 ((-1186 |#1|) (-1 |#1| (-560)) |#1| (-1 (-1186 |#1|)))) (-15 -2830 ((-1186 |#1|) |#1| (-1186 |#1|)))) |%noBranch|)) (-1080)) (T -1192))
-((-2830 (*1 *2 *3 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-376)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-3752 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-560))) (-5 *5 (-1 (-1186 *4))) (-4 *4 (-376)) (-4 *4 (-1080)) (-5 *2 (-1186 *4)) (-5 *1 (-1192 *4)))) (-4221 (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-376)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-4220 (*1 *2 *3 *2) (-12 (-5 *2 (-1186 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1080)) (-5 *3 (-421 (-560))) (-5 *1 (-1192 *4)))) (-1727 (*1 *2 *3) (-12 (-5 *3 (-1186 (-1186 *4))) (-5 *2 (-1186 *4)) (-5 *1 (-1192 *4)) (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1080)))) (-1353 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1186 *3))) (-5 *2 (-1186 *3)) (-5 *1 (-1192 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)))) (-3071 (*1 *2 *3 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2228 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1186 *4)) (-5 *3 (-560)) (-4 *4 (-1080)) (-5 *1 (-1192 *4)))) (-1728 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1186 *4)) (-5 *3 (-560)) (-4 *4 (-1080)) (-5 *1 (-1192 *4)))) (-3255 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1186 *4)) (-5 *3 (-560)) (-4 *4 (-1080)) (-5 *1 (-1192 *4)))) (-4424 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-1805 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-3174 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2992 (*1 *2 *3) (-12 (-5 *3 (-1186 (-1186 *4))) (-5 *2 (-1186 *4)) (-5 *1 (-1192 *4)) (-4 *4 (-1080)))) (-1338 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-3572 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-3888 (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2799 (*1 *2 *2 *3) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2539 (*1 *2 *3) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-1192 *3)) (-4 *3 (-1080)))) (-4008 (*1 *2 *3 *2) (-12 (-5 *2 (-1186 *4)) (-5 *3 (-1 *4 (-560))) (-4 *4 (-1080)) (-5 *1 (-1192 *4)))) (-3223 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-4132 (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2323 (*1 *2 *3) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-1192 *3)) (-4 *3 (-1080)))) (-4400 (*1 *2 *3) (-12 (-5 *2 (-1186 (-560))) (-5 *1 (-1192 *4)) (-4 *4 (-1080)) (-5 *3 (-560)))) (-4379 (*1 *2 *3) (-12 (-5 *2 (-1186 (-560))) (-5 *1 (-1192 *4)) (-4 *4 (-1080)) (-5 *3 (-560)))) (-4002 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-5 *2 (-1186 *3)) (-5 *1 (-1192 *3)) (-4 *3 (-1080)))) (-4310 (*1 *2 *2) (|partial| -12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2436 (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2283 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2426 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2426 (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))) (-2413 (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))))
-(-10 -7 (-15 -2413 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -2426 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -2426 ((-1186 |#1|) (-1186 |#1|))) (-15 * ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 * ((-1186 |#1|) |#1| (-1186 |#1|))) (-15 * ((-1186 |#1|) (-1186 |#1|) |#1|)) (-15 -2283 ((-3 (-1186 |#1|) "failed") (-1186 |#1|) (-1186 |#1|))) (-15 -2436 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -4310 ((-3 (-1186 |#1|) "failed") (-1186 |#1|))) (-15 -4002 ((-1186 |#1|) |#1| (-560))) (-15 -4379 ((-1186 (-560)) (-560))) (-15 -4400 ((-1186 (-560)) (-560))) (-15 -2323 ((-1186 |#1|) |#1|)) (-15 -4132 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -3223 ((-1186 |#1|) (-1186 |#1|))) (-15 -4008 ((-1186 |#1|) (-1 |#1| (-560)) (-1186 |#1|))) (-15 -2539 ((-1186 |#1|) |#1|)) (-15 -2799 ((-1186 |#1|) (-1186 |#1|) |#1|)) (-15 -3888 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -3572 ((-1186 |#1|) (-1186 |#1|))) (-15 -1338 ((-1186 |#1|) (-1186 |#1|))) (-15 -2992 ((-1186 |#1|) (-1186 (-1186 |#1|)))) (-15 -3174 ((-1186 |#1|) (-1186 |#1|))) (-15 -1805 ((-1186 |#1|) (-1186 |#1|))) (-15 -4424 ((-1186 |#1|) (-1186 |#1|))) (-15 -3255 ((-1186 |#1|) (-1186 |#1|) (-560) (-560))) (-15 -1728 ((-1186 |#1|) (-560) (-560) (-1186 |#1|))) (-15 -2228 ((-1186 |#1|) (-560) (-560) (-1186 |#1|))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ((-1186 |#1|) |#1| (-1186 |#1|))) (-15 -1353 ((-1186 |#1|) |#1| (-1 (-1186 |#1|)))) (-15 -1727 ((-1186 |#1|) (-1186 (-1186 |#1|)))) (-15 -4220 ((-1186 |#1|) (-421 (-560)) (-1186 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -4221 ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -3752 ((-1186 |#1|) (-1 |#1| (-560)) |#1| (-1 (-1186 |#1|)))) (-15 -2830 ((-1186 |#1|) |#1| (-1186 |#1|)))) |%noBranch|))
-((-3594 (((-1186 |#1|) (-1186 |#1|)) 102 T ELT)) (-2725 (((-1186 |#1|) (-1186 |#1|)) 61 T ELT)) (-1527 (((-2 (|:| -2837 (-1186 |#1|)) (|:| -2848 (-1186 |#1|))) (-1186 |#1|)) 98 T ELT)) (-2837 (((-1186 |#1|) (-1186 |#1|)) 99 T ELT)) (-3631 (((-2 (|:| -2700 (-1186 |#1|)) (|:| -2712 (-1186 |#1|))) (-1186 |#1|)) 54 T ELT)) (-2700 (((-1186 |#1|) (-1186 |#1|)) 55 T ELT)) (-3623 (((-1186 |#1|) (-1186 |#1|)) 104 T ELT)) (-2749 (((-1186 |#1|) (-1186 |#1|)) 68 T ELT)) (-1842 (((-1186 |#1|) (-1186 |#1|)) 40 T ELT)) (-1920 (((-1186 |#1|) (-1186 |#1|)) 37 T ELT)) (-3637 (((-1186 |#1|) (-1186 |#1|)) 105 T ELT)) (-2759 (((-1186 |#1|) (-1186 |#1|)) 69 T ELT)) (-3610 (((-1186 |#1|) (-1186 |#1|)) 103 T ELT)) (-2737 (((-1186 |#1|) (-1186 |#1|)) 64 T ELT)) (-2848 (((-1186 |#1|) (-1186 |#1|)) 100 T ELT)) (-2712 (((-1186 |#1|) (-1186 |#1|)) 56 T ELT)) (-3671 (((-1186 |#1|) (-1186 |#1|)) 113 T ELT)) (-2792 (((-1186 |#1|) (-1186 |#1|)) 88 T ELT)) (-3649 (((-1186 |#1|) (-1186 |#1|)) 107 T ELT)) (-2770 (((-1186 |#1|) (-1186 |#1|)) 84 T ELT)) (-3693 (((-1186 |#1|) (-1186 |#1|)) 117 T ELT)) (-2816 (((-1186 |#1|) (-1186 |#1|)) 92 T ELT)) (-2979 (((-1186 |#1|) (-1186 |#1|)) 119 T ELT)) (-2827 (((-1186 |#1|) (-1186 |#1|)) 94 T ELT)) (-3681 (((-1186 |#1|) (-1186 |#1|)) 115 T ELT)) (-2804 (((-1186 |#1|) (-1186 |#1|)) 90 T ELT)) (-3661 (((-1186 |#1|) (-1186 |#1|)) 109 T ELT)) (-2781 (((-1186 |#1|) (-1186 |#1|)) 86 T ELT)) (** (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 41 T ELT)))
-(((-1193 |#1|) (-10 -7 (-15 -1920 ((-1186 |#1|) (-1186 |#1|))) (-15 -1842 ((-1186 |#1|) (-1186 |#1|))) (-15 ** ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -3631 ((-2 (|:| -2700 (-1186 |#1|)) (|:| -2712 (-1186 |#1|))) (-1186 |#1|))) (-15 -2700 ((-1186 |#1|) (-1186 |#1|))) (-15 -2712 ((-1186 |#1|) (-1186 |#1|))) (-15 -2725 ((-1186 |#1|) (-1186 |#1|))) (-15 -2737 ((-1186 |#1|) (-1186 |#1|))) (-15 -2749 ((-1186 |#1|) (-1186 |#1|))) (-15 -2759 ((-1186 |#1|) (-1186 |#1|))) (-15 -2770 ((-1186 |#1|) (-1186 |#1|))) (-15 -2781 ((-1186 |#1|) (-1186 |#1|))) (-15 -2792 ((-1186 |#1|) (-1186 |#1|))) (-15 -2804 ((-1186 |#1|) (-1186 |#1|))) (-15 -2816 ((-1186 |#1|) (-1186 |#1|))) (-15 -2827 ((-1186 |#1|) (-1186 |#1|))) (-15 -1527 ((-2 (|:| -2837 (-1186 |#1|)) (|:| -2848 (-1186 |#1|))) (-1186 |#1|))) (-15 -2837 ((-1186 |#1|) (-1186 |#1|))) (-15 -2848 ((-1186 |#1|) (-1186 |#1|))) (-15 -3594 ((-1186 |#1|) (-1186 |#1|))) (-15 -3610 ((-1186 |#1|) (-1186 |#1|))) (-15 -3623 ((-1186 |#1|) (-1186 |#1|))) (-15 -3637 ((-1186 |#1|) (-1186 |#1|))) (-15 -3649 ((-1186 |#1|) (-1186 |#1|))) (-15 -3661 ((-1186 |#1|) (-1186 |#1|))) (-15 -3671 ((-1186 |#1|) (-1186 |#1|))) (-15 -3681 ((-1186 |#1|) (-1186 |#1|))) (-15 -3693 ((-1186 |#1|) (-1186 |#1|))) (-15 -2979 ((-1186 |#1|) (-1186 |#1|)))) (-38 (-421 (-560)))) (T -1193))
-((-2979 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3693 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3681 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3671 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3661 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3649 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3637 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3623 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3610 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3594 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2848 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2837 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-1527 (*1 *2 *3) (-12 (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-2 (|:| -2837 (-1186 *4)) (|:| -2848 (-1186 *4)))) (-5 *1 (-1193 *4)) (-5 *3 (-1186 *4)))) (-2827 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2816 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2804 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2792 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2781 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2770 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2759 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2749 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2737 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2725 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2712 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-2700 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-3631 (*1 *2 *3) (-12 (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-2 (|:| -2700 (-1186 *4)) (|:| -2712 (-1186 *4)))) (-5 *1 (-1193 *4)) (-5 *3 (-1186 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-1842 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))) (-1920 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1193 *3)))))
-(-10 -7 (-15 -1920 ((-1186 |#1|) (-1186 |#1|))) (-15 -1842 ((-1186 |#1|) (-1186 |#1|))) (-15 ** ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -3631 ((-2 (|:| -2700 (-1186 |#1|)) (|:| -2712 (-1186 |#1|))) (-1186 |#1|))) (-15 -2700 ((-1186 |#1|) (-1186 |#1|))) (-15 -2712 ((-1186 |#1|) (-1186 |#1|))) (-15 -2725 ((-1186 |#1|) (-1186 |#1|))) (-15 -2737 ((-1186 |#1|) (-1186 |#1|))) (-15 -2749 ((-1186 |#1|) (-1186 |#1|))) (-15 -2759 ((-1186 |#1|) (-1186 |#1|))) (-15 -2770 ((-1186 |#1|) (-1186 |#1|))) (-15 -2781 ((-1186 |#1|) (-1186 |#1|))) (-15 -2792 ((-1186 |#1|) (-1186 |#1|))) (-15 -2804 ((-1186 |#1|) (-1186 |#1|))) (-15 -2816 ((-1186 |#1|) (-1186 |#1|))) (-15 -2827 ((-1186 |#1|) (-1186 |#1|))) (-15 -1527 ((-2 (|:| -2837 (-1186 |#1|)) (|:| -2848 (-1186 |#1|))) (-1186 |#1|))) (-15 -2837 ((-1186 |#1|) (-1186 |#1|))) (-15 -2848 ((-1186 |#1|) (-1186 |#1|))) (-15 -3594 ((-1186 |#1|) (-1186 |#1|))) (-15 -3610 ((-1186 |#1|) (-1186 |#1|))) (-15 -3623 ((-1186 |#1|) (-1186 |#1|))) (-15 -3637 ((-1186 |#1|) (-1186 |#1|))) (-15 -3649 ((-1186 |#1|) (-1186 |#1|))) (-15 -3661 ((-1186 |#1|) (-1186 |#1|))) (-15 -3671 ((-1186 |#1|) (-1186 |#1|))) (-15 -3681 ((-1186 |#1|) (-1186 |#1|))) (-15 -3693 ((-1186 |#1|) (-1186 |#1|))) (-15 -2979 ((-1186 |#1|) (-1186 |#1|))))
-((-3594 (((-1186 |#1|) (-1186 |#1|)) 60 T ELT)) (-2725 (((-1186 |#1|) (-1186 |#1|)) 42 T ELT)) (-2837 (((-1186 |#1|) (-1186 |#1|)) 56 T ELT)) (-2700 (((-1186 |#1|) (-1186 |#1|)) 38 T ELT)) (-3623 (((-1186 |#1|) (-1186 |#1|)) 63 T ELT)) (-2749 (((-1186 |#1|) (-1186 |#1|)) 45 T ELT)) (-1842 (((-1186 |#1|) (-1186 |#1|)) 34 T ELT)) (-1920 (((-1186 |#1|) (-1186 |#1|)) 29 T ELT)) (-3637 (((-1186 |#1|) (-1186 |#1|)) 64 T ELT)) (-2759 (((-1186 |#1|) (-1186 |#1|)) 46 T ELT)) (-3610 (((-1186 |#1|) (-1186 |#1|)) 61 T ELT)) (-2737 (((-1186 |#1|) (-1186 |#1|)) 43 T ELT)) (-2848 (((-1186 |#1|) (-1186 |#1|)) 58 T ELT)) (-2712 (((-1186 |#1|) (-1186 |#1|)) 40 T ELT)) (-3671 (((-1186 |#1|) (-1186 |#1|)) 68 T ELT)) (-2792 (((-1186 |#1|) (-1186 |#1|)) 50 T ELT)) (-3649 (((-1186 |#1|) (-1186 |#1|)) 66 T ELT)) (-2770 (((-1186 |#1|) (-1186 |#1|)) 48 T ELT)) (-3693 (((-1186 |#1|) (-1186 |#1|)) 71 T ELT)) (-2816 (((-1186 |#1|) (-1186 |#1|)) 53 T ELT)) (-2979 (((-1186 |#1|) (-1186 |#1|)) 72 T ELT)) (-2827 (((-1186 |#1|) (-1186 |#1|)) 54 T ELT)) (-3681 (((-1186 |#1|) (-1186 |#1|)) 70 T ELT)) (-2804 (((-1186 |#1|) (-1186 |#1|)) 52 T ELT)) (-3661 (((-1186 |#1|) (-1186 |#1|)) 69 T ELT)) (-2781 (((-1186 |#1|) (-1186 |#1|)) 51 T ELT)) (** (((-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) 36 T ELT)))
-(((-1194 |#1|) (-10 -7 (-15 -1920 ((-1186 |#1|) (-1186 |#1|))) (-15 -1842 ((-1186 |#1|) (-1186 |#1|))) (-15 ** ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -2700 ((-1186 |#1|) (-1186 |#1|))) (-15 -2712 ((-1186 |#1|) (-1186 |#1|))) (-15 -2725 ((-1186 |#1|) (-1186 |#1|))) (-15 -2737 ((-1186 |#1|) (-1186 |#1|))) (-15 -2749 ((-1186 |#1|) (-1186 |#1|))) (-15 -2759 ((-1186 |#1|) (-1186 |#1|))) (-15 -2770 ((-1186 |#1|) (-1186 |#1|))) (-15 -2781 ((-1186 |#1|) (-1186 |#1|))) (-15 -2792 ((-1186 |#1|) (-1186 |#1|))) (-15 -2804 ((-1186 |#1|) (-1186 |#1|))) (-15 -2816 ((-1186 |#1|) (-1186 |#1|))) (-15 -2827 ((-1186 |#1|) (-1186 |#1|))) (-15 -2837 ((-1186 |#1|) (-1186 |#1|))) (-15 -2848 ((-1186 |#1|) (-1186 |#1|))) (-15 -3594 ((-1186 |#1|) (-1186 |#1|))) (-15 -3610 ((-1186 |#1|) (-1186 |#1|))) (-15 -3623 ((-1186 |#1|) (-1186 |#1|))) (-15 -3637 ((-1186 |#1|) (-1186 |#1|))) (-15 -3649 ((-1186 |#1|) (-1186 |#1|))) (-15 -3661 ((-1186 |#1|) (-1186 |#1|))) (-15 -3671 ((-1186 |#1|) (-1186 |#1|))) (-15 -3681 ((-1186 |#1|) (-1186 |#1|))) (-15 -3693 ((-1186 |#1|) (-1186 |#1|))) (-15 -2979 ((-1186 |#1|) (-1186 |#1|)))) (-38 (-421 (-560)))) (T -1194))
-((-2979 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3693 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3681 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3671 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3661 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3649 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3637 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3623 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3610 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3594 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2848 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2837 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2827 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2816 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2804 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2792 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2781 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2770 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2759 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2749 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2737 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2725 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2712 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2700 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-1842 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-1920 (*1 *2 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))))
-(-10 -7 (-15 -1920 ((-1186 |#1|) (-1186 |#1|))) (-15 -1842 ((-1186 |#1|) (-1186 |#1|))) (-15 ** ((-1186 |#1|) (-1186 |#1|) (-1186 |#1|))) (-15 -2700 ((-1186 |#1|) (-1186 |#1|))) (-15 -2712 ((-1186 |#1|) (-1186 |#1|))) (-15 -2725 ((-1186 |#1|) (-1186 |#1|))) (-15 -2737 ((-1186 |#1|) (-1186 |#1|))) (-15 -2749 ((-1186 |#1|) (-1186 |#1|))) (-15 -2759 ((-1186 |#1|) (-1186 |#1|))) (-15 -2770 ((-1186 |#1|) (-1186 |#1|))) (-15 -2781 ((-1186 |#1|) (-1186 |#1|))) (-15 -2792 ((-1186 |#1|) (-1186 |#1|))) (-15 -2804 ((-1186 |#1|) (-1186 |#1|))) (-15 -2816 ((-1186 |#1|) (-1186 |#1|))) (-15 -2827 ((-1186 |#1|) (-1186 |#1|))) (-15 -2837 ((-1186 |#1|) (-1186 |#1|))) (-15 -2848 ((-1186 |#1|) (-1186 |#1|))) (-15 -3594 ((-1186 |#1|) (-1186 |#1|))) (-15 -3610 ((-1186 |#1|) (-1186 |#1|))) (-15 -3623 ((-1186 |#1|) (-1186 |#1|))) (-15 -3637 ((-1186 |#1|) (-1186 |#1|))) (-15 -3649 ((-1186 |#1|) (-1186 |#1|))) (-15 -3661 ((-1186 |#1|) (-1186 |#1|))) (-15 -3671 ((-1186 |#1|) (-1186 |#1|))) (-15 -3681 ((-1186 |#1|) (-1186 |#1|))) (-15 -3693 ((-1186 |#1|) (-1186 |#1|))) (-15 -2979 ((-1186 |#1|) (-1186 |#1|))))
-((-2405 (((-987 |#2|) |#2| |#2|) 50 T ELT)) (-2075 ((|#2| |#2| |#1|) 19 (|has| |#1| (-319)) ELT)))
-(((-1195 |#1| |#2|) (-10 -7 (-15 -2405 ((-987 |#2|) |#2| |#2|)) (IF (|has| |#1| (-319)) (-15 -2075 (|#2| |#2| |#1|)) |%noBranch|)) (-571) (-1274 |#1|)) (T -1195))
-((-2075 (*1 *2 *2 *3) (-12 (-4 *3 (-319)) (-4 *3 (-571)) (-5 *1 (-1195 *3 *2)) (-4 *2 (-1274 *3)))) (-2405 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-987 *3)) (-5 *1 (-1195 *4 *3)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -2405 ((-987 |#2|) |#2| |#2|)) (IF (|has| |#1| (-319)) (-15 -2075 (|#2| |#2| |#1|)) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-2959 (($ $ (-663 (-793))) 79 T ELT)) (-4141 (($) 33 T ELT)) (-4119 (($ $) 51 T ELT)) (-3026 (((-663 $) $) 60 T ELT)) (-1540 (((-114) $) 19 T ELT)) (-2678 (((-663 (-972 |#2|)) $) 86 T ELT)) (-2997 (($ $) 80 T ELT)) (-3270 (((-793) $) 47 T ELT)) (-2531 (($) 32 T ELT)) (-4143 (($ $ (-663 (-793)) (-972 |#2|)) 72 T ELT) (($ $ (-663 (-793)) (-793)) 73 T ELT) (($ $ (-793) (-972 |#2|)) 75 T ELT)) (-4246 (($ $ $) 57 T ELT) (($ (-663 $)) 59 T ELT)) (-2931 (((-793) $) 87 T ELT)) (-2833 (((-114) $) 15 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2564 (((-114) $) 22 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2055 (((-174) $) 85 T ELT)) (-2656 (((-972 |#2|) $) 81 T ELT)) (-4004 (((-793) $) 82 T ELT)) (-2887 (((-114) $) 84 T ELT)) (-3516 (($ $ (-663 (-793)) (-174)) 78 T ELT)) (-2087 (($ $) 52 T ELT)) (-2539 (((-887) $) 99 T ELT)) (-3257 (($ $ (-663 (-793)) (-114)) 77 T ELT)) (-2900 (((-663 $) $) 11 T ELT)) (-1880 (($ $ (-793)) 46 T ELT)) (-3344 (($ $) 43 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1636 (($ $ $ (-972 |#2|) (-793)) 68 T ELT)) (-2040 (($ $ (-972 |#2|)) 67 T ELT)) (-3702 (($ $ (-663 (-793)) (-972 |#2|)) 66 T ELT) (($ $ (-663 (-793)) (-793)) 70 T ELT) (((-793) $ (-972 |#2|)) 71 T ELT)) (-2329 (((-114) $ $) 92 T ELT)))
-(((-1196 |#1| |#2|) (-13 (-1132) (-10 -8 (-15 -2833 ((-114) $)) (-15 -1540 ((-114) $)) (-15 -2564 ((-114) $)) (-15 -2531 ($)) (-15 -4141 ($)) (-15 -3344 ($ $)) (-15 -1880 ($ $ (-793))) (-15 -2900 ((-663 $) $)) (-15 -3270 ((-793) $)) (-15 -4119 ($ $)) (-15 -2087 ($ $)) (-15 -4246 ($ $ $)) (-15 -4246 ($ (-663 $))) (-15 -3026 ((-663 $) $)) (-15 -3702 ($ $ (-663 (-793)) (-972 |#2|))) (-15 -2040 ($ $ (-972 |#2|))) (-15 -1636 ($ $ $ (-972 |#2|) (-793))) (-15 -4143 ($ $ (-663 (-793)) (-972 |#2|))) (-15 -3702 ($ $ (-663 (-793)) (-793))) (-15 -4143 ($ $ (-663 (-793)) (-793))) (-15 -3702 ((-793) $ (-972 |#2|))) (-15 -4143 ($ $ (-793) (-972 |#2|))) (-15 -3257 ($ $ (-663 (-793)) (-114))) (-15 -3516 ($ $ (-663 (-793)) (-174))) (-15 -2959 ($ $ (-663 (-793)))) (-15 -2656 ((-972 |#2|) $)) (-15 -4004 ((-793) $)) (-15 -2887 ((-114) $)) (-15 -2055 ((-174) $)) (-15 -2931 ((-793) $)) (-15 -2997 ($ $)) (-15 -2678 ((-663 (-972 |#2|)) $)))) (-948) (-1080)) (T -1196))
-((-2833 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-1540 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-2564 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-2531 (*1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))) (-4141 (*1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))) (-3344 (*1 *1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))) (-1880 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-2900 (*1 *2 *1) (-12 (-5 *2 (-663 (-1196 *3 *4))) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-3270 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-4119 (*1 *1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))) (-2087 (*1 *1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))) (-4246 (*1 *1 *1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))) (-4246 (*1 *1 *2) (-12 (-5 *2 (-663 (-1196 *3 *4))) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-3026 (*1 *2 *1) (-12 (-5 *2 (-663 (-1196 *3 *4))) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-3702 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-972 *5)) (-4 *5 (-1080)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)))) (-2040 (*1 *1 *1 *2) (-12 (-5 *2 (-972 *4)) (-4 *4 (-1080)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)))) (-1636 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-972 *5)) (-5 *3 (-793)) (-4 *5 (-1080)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)))) (-4143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-972 *5)) (-4 *5 (-1080)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)))) (-3702 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-793)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)) (-4 *5 (-1080)))) (-4143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-793)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)) (-4 *5 (-1080)))) (-3702 (*1 *2 *1 *3) (-12 (-5 *3 (-972 *5)) (-4 *5 (-1080)) (-5 *2 (-793)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)))) (-4143 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-972 *5)) (-4 *5 (-1080)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)))) (-3257 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-114)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)) (-4 *5 (-1080)))) (-3516 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-174)) (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)) (-4 *5 (-1080)))) (-2959 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-2656 (*1 *2 *1) (-12 (-5 *2 (-972 *4)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-4004 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-2887 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-2055 (*1 *2 *1) (-12 (-5 *2 (-174)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-2931 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))) (-2997 (*1 *1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))) (-2678 (*1 *2 *1) (-12 (-5 *2 (-663 (-972 *4))) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948)) (-4 *4 (-1080)))))
-(-13 (-1132) (-10 -8 (-15 -2833 ((-114) $)) (-15 -1540 ((-114) $)) (-15 -2564 ((-114) $)) (-15 -2531 ($)) (-15 -4141 ($)) (-15 -3344 ($ $)) (-15 -1880 ($ $ (-793))) (-15 -2900 ((-663 $) $)) (-15 -3270 ((-793) $)) (-15 -4119 ($ $)) (-15 -2087 ($ $)) (-15 -4246 ($ $ $)) (-15 -4246 ($ (-663 $))) (-15 -3026 ((-663 $) $)) (-15 -3702 ($ $ (-663 (-793)) (-972 |#2|))) (-15 -2040 ($ $ (-972 |#2|))) (-15 -1636 ($ $ $ (-972 |#2|) (-793))) (-15 -4143 ($ $ (-663 (-793)) (-972 |#2|))) (-15 -3702 ($ $ (-663 (-793)) (-793))) (-15 -4143 ($ $ (-663 (-793)) (-793))) (-15 -3702 ((-793) $ (-972 |#2|))) (-15 -4143 ($ $ (-793) (-972 |#2|))) (-15 -3257 ($ $ (-663 (-793)) (-114))) (-15 -3516 ($ $ (-663 (-793)) (-174))) (-15 -2959 ($ $ (-663 (-793)))) (-15 -2656 ((-972 |#2|) $)) (-15 -4004 ((-793) $)) (-15 -2887 ((-114) $)) (-15 -2055 ((-174) $)) (-15 -2931 ((-793) $)) (-15 -2997 ($ $)) (-15 -2678 ((-663 (-972 |#2|)) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1910 ((|#2| $) 11 T ELT)) (-1898 ((|#1| $) 10 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2548 (($ |#1| |#2|) 9 T ELT)) (-2539 (((-887) $) 16 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1197 |#1| |#2|) (-13 (-1132) (-10 -8 (-15 -2548 ($ |#1| |#2|)) (-15 -1898 (|#1| $)) (-15 -1910 (|#2| $)))) (-1132) (-1132)) (T -1197))
-((-2548 (*1 *1 *2 *3) (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))) (-1898 (*1 *2 *1) (-12 (-4 *2 (-1132)) (-5 *1 (-1197 *2 *3)) (-4 *3 (-1132)))) (-1910 (*1 *2 *1) (-12 (-4 *2 (-1132)) (-5 *1 (-1197 *3 *2)) (-4 *3 (-1132)))))
-(-13 (-1132) (-10 -8 (-15 -2548 ($ |#1| |#2|)) (-15 -1898 (|#1| $)) (-15 -1910 (|#2| $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2529 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 15 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1198) (-13 (-1114) (-10 -8 (-15 -2529 ((-1166) $))))) (T -1198))
-((-2529 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1198)))))
-(-13 (-1114) (-10 -8 (-15 -2529 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 (((-1206 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-319)) (|has| |#1| (-376))) ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 11 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-4390 (($ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-3873 (((-114) $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-4001 (($ $ (-560)) NIL T ELT) (($ $ (-560) (-560)) 75 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) NIL T ELT)) (-1378 (((-1206 |#1| |#2| |#3|) $) 42 T ELT)) (-1980 (((-3 (-1206 |#1| |#2| |#3|) "failed") $) 32 T ELT)) (-3627 (((-1206 |#1| |#2| |#3|) $) 33 T ELT)) (-3594 (($ $) 116 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 92 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2837 (($ $) 112 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 88 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2551 (((-560) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) NIL T ELT)) (-3623 (($ $) 120 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 96 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-1206 |#1| |#2| |#3|) "failed") $) 34 T ELT) (((-3 (-1208) "failed") $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1069 (-1208))) (|has| |#1| (-376))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) ELT)) (-3056 (((-1206 |#1| |#2| |#3|) $) 140 T ELT) (((-1208) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1069 (-1208))) (|has| |#1| (-376))) ELT) (((-421 (-560)) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-560) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) ELT)) (-4212 (($ $) 37 T ELT) (($ (-560) $) 38 T ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-1206 |#1| |#2| |#3|)) (-711 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-1206 |#1| |#2| |#3|))) (|:| |vec| (-1298 (-1206 |#1| |#2| |#3|)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT)) (-4310 (((-3 $ "failed") $) 54 T ELT)) (-3357 (((-421 (-975 |#1|)) $ (-560)) 74 (|has| |#1| (-571)) ELT) (((-421 (-975 |#1|)) $ (-560) (-560)) 76 (|has| |#1| (-571)) ELT)) (-3362 (($) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-1957 (((-114) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) ELT)) (-4405 (((-114) $) 28 T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-911 (-391))) (|has| |#1| (-376))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-911 (-560))) (|has| |#1| (-376))) ELT)) (-2252 (((-560) $) NIL T ELT) (((-560) $ (-560)) 26 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL (|has| |#1| (-376)) ELT)) (-4420 (((-1206 |#1| |#2| |#3|) $) 44 (|has| |#1| (-376)) ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2024 (((-713 $) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1183)) (|has| |#1| (-376))) ELT)) (-2699 (((-114) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) ELT)) (-4100 (($ $ (-948)) NIL T ELT)) (-3238 (($ (-1 |#1| (-560)) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-560)) 19 T ELT) (($ $ (-1113) (-560)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-560))) NIL T ELT)) (-2006 (($ $ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2718 (($ $ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-376)) ELT)) (-1842 (($ $) 81 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2207 (((-711 (-1206 |#1| |#2| |#3|)) (-1298 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-1206 |#1| |#2| |#3|))) (|:| |vec| (-1298 (-1206 |#1| |#2| |#3|)))) (-1298 $) $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-1298 $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3641 (($ (-560) (-1206 |#1| |#2| |#3|)) 36 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3071 (($ $) 79 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT) (($ $ (-1295 |#2|)) 80 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2814 (($) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1183)) (|has| |#1| (-376))) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1956 (($ $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-319)) (|has| |#1| (-376))) ELT)) (-1654 (((-1206 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-560)) 158 T ELT)) (-2283 (((-3 $ "failed") $ $) 55 (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1920 (($ $) 82 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT) (($ $ (-1208) (-1206 |#1| |#2| |#3|)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-528 (-1208) (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1208)) (-663 (-1206 |#1| |#2| |#3|))) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-528 (-1208) (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-305 (-1206 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-321 (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-305 (-1206 |#1| |#2| |#3|))) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-321 (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-321 (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1206 |#1| |#2| |#3|)) (-663 (-1206 |#1| |#2| |#3|))) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-321 (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-560)) NIL T ELT) (($ $ $) 61 (|has| (-560) (-1143)) ELT) (($ $ (-1206 |#1| |#2| |#3|)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-298 (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1 (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|)) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|))) NIL (|has| |#1| (-376)) ELT) (($ $ (-1295 |#2|)) 57 T ELT) (($ $) 56 (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT)) (-1553 (($ $) NIL (|has| |#1| (-376)) ELT)) (-4429 (((-1206 |#1| |#2| |#3|) $) 46 (|has| |#1| (-376)) ELT)) (-4283 (((-560) $) 43 T ELT)) (-3637 (($ $) 122 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 98 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 118 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 94 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 114 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 90 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4417 (((-549) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-633 (-549))) (|has| |#1| (-376))) ELT) (((-391) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1051)) (|has| |#1| (-376))) ELT) (((-229) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1051)) (|has| |#1| (-376))) ELT) (((-915 (-391)) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-633 (-915 (-391)))) (|has| |#1| (-376))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-633 (-915 (-560)))) (|has| |#1| (-376))) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) 162 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1206 |#1| |#2| |#3|)) 30 T ELT) (($ (-1295 |#2|)) 25 T ELT) (($ (-1208)) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-1069 (-1208))) (|has| |#1| (-376))) ELT) (($ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT) (($ (-421 (-560))) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) (|has| |#1| (-38 (-421 (-560))))) ELT)) (-2453 ((|#1| $ (-560)) 77 T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-147)) (|has| |#1| (-376))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2188 ((|#1| $) 12 T ELT)) (-4473 (((-1206 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) 128 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 104 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-3649 (($ $) 124 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 100 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 132 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 108 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-560)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 134 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 110 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 130 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 106 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 126 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 102 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2407 (($ $) NIL (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) ELT)) (-1427 (($) 21 T CONST)) (-1439 (($) 16 T CONST)) (-4324 (($ $ (-1 (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|)) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|))) NIL (|has| |#1| (-376)) ELT) (($ $ (-1295 |#2|)) NIL T ELT) (($ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT)) (-2383 (((-114) $ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2360 (((-114) $ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2349 (((-114) $ $) NIL (-2191 (-12 (|has| (-1206 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1206 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) 49 (|has| |#1| (-376)) ELT) (($ (-1206 |#1| |#2| |#3|) (-1206 |#1| |#2| |#3|)) 50 (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 23 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 60 T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) 83 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 137 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-1206 |#1| |#2| |#3|)) 48 (|has| |#1| (-376)) ELT) (($ (-1206 |#1| |#2| |#3|) $) 47 (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1199 |#1| |#2| |#3|) (-13 (-1262 |#1| (-1206 |#1| |#2| |#3|)) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1295 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|))) (-1080) (-1208) |#1|) (T -1199))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1199 *3 *4 *5)) (-4 *3 (-1080)) (-14 *5 *3))) (-3071 (*1 *1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1199 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3))))
-(-13 (-1262 |#1| (-1206 |#1| |#2| |#3|)) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1295 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|)))
-((-3489 ((|#2| |#2| (-1123 |#2|)) 26 T ELT) ((|#2| |#2| (-1208)) 28 T ELT)))
-(((-1200 |#1| |#2|) (-10 -7 (-15 -3489 (|#2| |#2| (-1208))) (-15 -3489 (|#2| |#2| (-1123 |#2|)))) (-13 (-571) (-1069 (-560)) (-660 (-560))) (-13 (-435 |#1|) (-162) (-27) (-1234))) (T -1200))
-((-3489 (*1 *2 *2 *3) (-12 (-5 *3 (-1123 *2)) (-4 *2 (-13 (-435 *4) (-162) (-27) (-1234))) (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1200 *4 *2)))) (-3489 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1200 *4 *2)) (-4 *2 (-13 (-435 *4) (-162) (-27) (-1234))))))
-(-10 -7 (-15 -3489 (|#2| |#2| (-1208))) (-15 -3489 (|#2| |#2| (-1123 |#2|))))
-((-3489 (((-3 (-421 (-975 |#1|)) (-326 |#1|)) (-421 (-975 |#1|)) (-1123 (-421 (-975 |#1|)))) 31 T ELT) (((-421 (-975 |#1|)) (-975 |#1|) (-1123 (-975 |#1|))) 44 T ELT) (((-3 (-421 (-975 |#1|)) (-326 |#1|)) (-421 (-975 |#1|)) (-1208)) 33 T ELT) (((-421 (-975 |#1|)) (-975 |#1|) (-1208)) 36 T ELT)))
-(((-1201 |#1|) (-10 -7 (-15 -3489 ((-421 (-975 |#1|)) (-975 |#1|) (-1208))) (-15 -3489 ((-3 (-421 (-975 |#1|)) (-326 |#1|)) (-421 (-975 |#1|)) (-1208))) (-15 -3489 ((-421 (-975 |#1|)) (-975 |#1|) (-1123 (-975 |#1|)))) (-15 -3489 ((-3 (-421 (-975 |#1|)) (-326 |#1|)) (-421 (-975 |#1|)) (-1123 (-421 (-975 |#1|)))))) (-13 (-571) (-1069 (-560)))) (T -1201))
-((-3489 (*1 *2 *3 *4) (-12 (-5 *4 (-1123 (-421 (-975 *5)))) (-5 *3 (-421 (-975 *5))) (-4 *5 (-13 (-571) (-1069 (-560)))) (-5 *2 (-3 *3 (-326 *5))) (-5 *1 (-1201 *5)))) (-3489 (*1 *2 *3 *4) (-12 (-5 *4 (-1123 (-975 *5))) (-5 *3 (-975 *5)) (-4 *5 (-13 (-571) (-1069 (-560)))) (-5 *2 (-421 *3)) (-5 *1 (-1201 *5)))) (-3489 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-571) (-1069 (-560)))) (-5 *2 (-3 (-421 (-975 *5)) (-326 *5))) (-5 *1 (-1201 *5)) (-5 *3 (-421 (-975 *5))))) (-3489 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-571) (-1069 (-560)))) (-5 *2 (-421 (-975 *5))) (-5 *1 (-1201 *5)) (-5 *3 (-975 *5)))))
-(-10 -7 (-15 -3489 ((-421 (-975 |#1|)) (-975 |#1|) (-1208))) (-15 -3489 ((-3 (-421 (-975 |#1|)) (-326 |#1|)) (-421 (-975 |#1|)) (-1208))) (-15 -3489 ((-421 (-975 |#1|)) (-975 |#1|) (-1123 (-975 |#1|)))) (-15 -3489 ((-3 (-421 (-975 |#1|)) (-326 |#1|)) (-421 (-975 |#1|)) (-1123 (-421 (-975 |#1|))))))
-((-2294 (((-114) $ $) 171 T ELT)) (-3626 (((-114) $) 43 T ELT)) (-3321 (((-1298 |#1|) $ (-793)) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-3763 (($ (-1202 |#1|)) NIL T ELT)) (-3349 (((-1202 $) $ (-1113)) 82 T ELT) (((-1202 |#1|) $) 71 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) 164 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1113))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2489 (($ $ $) 158 (|has| |#1| (-571)) ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 95 (|has| |#1| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 115 (|has| |#1| (-939)) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-4453 (($ $ (-793)) 61 T ELT)) (-4062 (($ $ (-793)) 63 T ELT)) (-3026 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-466)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-1113) "failed") $) NIL T ELT)) (-3056 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-1113) $) NIL T ELT)) (-2076 (($ $ $ (-1113)) NIL (|has| |#1| (-175)) ELT) ((|#1| $ $) 160 (|has| |#1| (-175)) ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) 80 T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2605 (($ $ $) 131 T ELT)) (-4483 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-4301 (((-2 (|:| -1398 |#1|) (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2075 (($ $) 165 (|has| |#1| (-466)) ELT) (($ $ (-1113)) NIL (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| (-793) $) 69 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-1113) (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-1113) (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-1661 (((-887) $ (-887)) 148 T ELT)) (-2252 (((-793) $ $) NIL (|has| |#1| (-571)) ELT)) (-1871 (((-114) $) 48 T ELT)) (-2541 (((-793) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| |#1| (-1183)) ELT)) (-3541 (($ (-1202 |#1|) (-1113)) 73 T ELT) (($ (-1202 $) (-1113)) 89 T ELT)) (-4100 (($ $ (-793)) 51 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) 87 T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-1113)) NIL T ELT) (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 153 T ELT)) (-4486 (((-793) $) NIL T ELT) (((-793) $ (-1113)) NIL T ELT) (((-663 (-793)) $ (-663 (-1113))) NIL T ELT)) (-1729 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3971 (((-1202 |#1|) $) NIL T ELT)) (-1762 (((-3 (-1113) "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) NIL T ELT) (((-711 |#1|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) 76 T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1836 (((-2 (|:| -2010 $) (|:| -4415 $)) $ (-793)) 60 T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-1113)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3071 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2814 (($) NIL (|has| |#1| (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) 50 T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 103 (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) 167 (|has| |#1| (-466)) ELT)) (-3319 (($ $ (-793) |#1| $) 123 T ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 101 (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 100 (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) 108 (|has| |#1| (-939)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) 163 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 124 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1113) |#1|) NIL T ELT) (($ $ (-663 (-1113)) (-663 |#1|)) NIL T ELT) (($ $ (-1113) $) NIL T ELT) (($ $ (-663 (-1113)) (-663 $)) NIL T ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ |#1|) 150 T ELT) (($ $ $) 151 T ELT) (((-421 $) (-421 $) (-421 $)) NIL (|has| |#1| (-571)) ELT) ((|#1| (-421 $) |#1|) NIL (|has| |#1| (-376)) ELT) (((-421 $) $ (-421 $)) NIL (|has| |#1| (-571)) ELT)) (-2982 (((-3 $ "failed") $ (-793)) 54 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 172 (|has| |#1| (-376)) ELT)) (-3622 (($ $ (-1113)) NIL (|has| |#1| (-175)) ELT) ((|#1| $) 156 (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-4283 (((-793) $) 78 T ELT) (((-793) $ (-1113)) NIL T ELT) (((-663 (-793)) $ (-663 (-1113))) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-1113) (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-1113) (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1113) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) 162 (|has| |#1| (-466)) ELT) (($ $ (-1113)) NIL (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-1536 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) NIL (|has| |#1| (-571)) ELT)) (-2539 (((-887) $) 149 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 77 T ELT) (($ (-1113)) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-793)) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) 41 (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) 17 T CONST)) (-1439 (($) 19 T CONST)) (-4324 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#1| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) 120 T ELT)) (-2436 (($ $ |#1|) 173 (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 90 T ELT)) (** (($ $ (-948)) 14 T ELT) (($ $ (-793)) 12 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 39 T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 129 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1202 |#1|) (-13 (-1274 |#1|) (-10 -8 (-15 -1661 ((-887) $ (-887))) (-15 -3319 ($ $ (-793) |#1| $)))) (-1080)) (T -1202))
-((-1661 (*1 *2 *1 *2) (-12 (-5 *2 (-887)) (-5 *1 (-1202 *3)) (-4 *3 (-1080)))) (-3319 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1202 *3)) (-4 *3 (-1080)))))
-(-13 (-1274 |#1|) (-10 -8 (-15 -1661 ((-887) $ (-887))) (-15 -3319 ($ $ (-793) |#1| $))))
-((-2067 (((-1202 |#2|) (-1 |#2| |#1|) (-1202 |#1|)) 13 T ELT)))
-(((-1203 |#1| |#2|) (-10 -7 (-15 -2067 ((-1202 |#2|) (-1 |#2| |#1|) (-1202 |#1|)))) (-1080) (-1080)) (T -1203))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1202 *5)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-5 *2 (-1202 *6)) (-5 *1 (-1203 *5 *6)))))
-(-10 -7 (-15 -2067 ((-1202 |#2|) (-1 |#2| |#1|) (-1202 |#1|))))
-((-2326 (((-419 (-1202 (-421 |#4|))) (-1202 (-421 |#4|))) 51 T ELT)) (-3388 (((-419 (-1202 (-421 |#4|))) (-1202 (-421 |#4|))) 52 T ELT)))
-(((-1204 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3388 ((-419 (-1202 (-421 |#4|))) (-1202 (-421 |#4|)))) (-15 -2326 ((-419 (-1202 (-421 |#4|))) (-1202 (-421 |#4|))))) (-815) (-871) (-466) (-979 |#3| |#1| |#2|)) (T -1204))
-((-2326 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-466)) (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-419 (-1202 (-421 *7)))) (-5 *1 (-1204 *4 *5 *6 *7)) (-5 *3 (-1202 (-421 *7))))) (-3388 (*1 *2 *3) (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-466)) (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-419 (-1202 (-421 *7)))) (-5 *1 (-1204 *4 *5 *6 *7)) (-5 *3 (-1202 (-421 *7))))))
-(-10 -7 (-15 -3388 ((-419 (-1202 (-421 |#4|))) (-1202 (-421 |#4|)))) (-15 -2326 ((-419 (-1202 (-421 |#4|))) (-1202 (-421 |#4|)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 11 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-421 (-560))) NIL T ELT) (($ $ (-421 (-560)) (-421 (-560))) NIL T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) NIL T ELT)) (-3594 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2837 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-793) (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) NIL T ELT)) (-3623 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-1199 |#1| |#2| |#3|) "failed") $) 33 T ELT) (((-3 (-1206 |#1| |#2| |#3|) "failed") $) 36 T ELT)) (-3056 (((-1199 |#1| |#2| |#3|) $) NIL T ELT) (((-1206 |#1| |#2| |#3|) $) NIL T ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2856 (((-421 (-560)) $) 59 T ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3652 (($ (-421 (-560)) (-1199 |#1| |#2| |#3|)) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-4405 (((-114) $) NIL T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-421 (-560)) $) NIL T ELT) (((-421 (-560)) $ (-421 (-560))) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-421 (-560))) 20 T ELT) (($ $ (-1113) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-421 (-560)))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1842 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1664 (((-1199 |#1| |#2| |#3|) $) 41 T ELT)) (-2621 (((-3 (-1199 |#1| |#2| |#3|) "failed") $) NIL T ELT)) (-3641 (((-1199 |#1| |#2| |#3|) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3071 (($ $) 39 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT) (($ $ (-1295 |#2|)) 40 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-421 (-560))) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1920 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-421 (-560))) NIL T ELT) (($ $ $) NIL (|has| (-421 (-560)) (-1143)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) 37 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1295 |#2|)) 38 T ELT)) (-4283 (((-421 (-560)) $) NIL T ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) 62 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1199 |#1| |#2| |#3|)) 30 T ELT) (($ (-1206 |#1| |#2| |#3|)) 31 T ELT) (($ (-1295 |#2|)) 26 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-421 (-560))) NIL T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-2188 ((|#1| $) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-421 (-560))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 22 T CONST)) (-1439 (($) 16 T CONST)) (-4324 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1295 |#2|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 24 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1205 |#1| |#2| |#3|) (-13 (-1283 |#1| (-1199 |#1| |#2| |#3|)) (-921 $ (-1295 |#2|)) (-1069 (-1206 |#1| |#2| |#3|)) (-635 (-1295 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|))) (-1080) (-1208) |#1|) (T -1205))
-((-3071 (*1 *1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1205 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3))))
-(-13 (-1283 |#1| (-1199 |#1| |#2| |#3|)) (-921 $ (-1295 |#2|)) (-1069 (-1206 |#1| |#2| |#3|)) (-635 (-1295 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 129 T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 119 T ELT)) (-1714 (((-1267 |#2| |#1|) $ (-793)) 69 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-793)) 85 T ELT) (($ $ (-793) (-793)) 82 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-793)) (|:| |c| |#1|))) $) 105 T ELT)) (-3594 (($ $) 173 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2837 (($ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-793)) (|:| |c| |#1|)))) 118 T ELT) (($ (-1186 |#1|)) 113 T ELT)) (-3623 (($ $) 177 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) 25 T ELT)) (-2483 (($ $) 28 T ELT)) (-1928 (((-975 |#1|) $ (-793)) 81 T ELT) (((-975 |#1|) $ (-793) (-793)) 83 T ELT)) (-4405 (((-114) $) 124 T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-793) $) 126 T ELT) (((-793) $ (-793)) 128 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) NIL T ELT)) (-3238 (($ (-1 |#1| (-560)) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) 13 T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1842 (($ $) 135 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3071 (($ $) 133 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT) (($ $ (-1295 |#2|)) 134 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2674 (($ $ (-793)) 15 T ELT)) (-2283 (((-3 $ "failed") $ $) 26 (|has| |#1| (-571)) ELT)) (-1920 (($ $) 137 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-793)))) ELT)) (-1495 ((|#1| $ (-793)) 122 T ELT) (($ $ $) 132 (|has| (-793) (-1143)) ELT)) (-2457 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) 29 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-1295 |#2|)) 31 T ELT)) (-4283 (((-793) $) NIL T ELT)) (-3637 (($ $) 179 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 175 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) 206 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) 130 (|has| |#1| (-175)) ELT) (($ (-1267 |#2| |#1|)) 55 T ELT) (($ (-1295 |#2|)) 36 T ELT)) (-2277 (((-1186 |#1|) $) 101 T ELT)) (-2453 ((|#1| $ (-793)) 121 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-2188 ((|#1| $) 58 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) 185 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) 181 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 189 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-793)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 191 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 187 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 183 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 17 T CONST)) (-1439 (($) 20 T CONST)) (-4324 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-1295 |#2|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) 198 T ELT)) (-2413 (($ $ $) 35 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ |#1|) 203 (|has| |#1| (-376)) ELT) (($ $ $) 138 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 136 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1206 |#1| |#2| |#3|) (-13 (-1291 |#1|) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1267 |#2| |#1|))) (-15 -1714 ((-1267 |#2| |#1|) $ (-793))) (-15 -2539 ($ (-1295 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|))) (-1080) (-1208) |#1|) (T -1206))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1267 *4 *3)) (-4 *3 (-1080)) (-14 *4 (-1208)) (-14 *5 *3) (-5 *1 (-1206 *3 *4 *5)))) (-1714 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1267 *5 *4)) (-5 *1 (-1206 *4 *5 *6)) (-4 *4 (-1080)) (-14 *5 (-1208)) (-14 *6 *4))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1206 *3 *4 *5)) (-4 *3 (-1080)) (-14 *5 *3))) (-3071 (*1 *1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1206 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3))))
-(-13 (-1291 |#1|) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1267 |#2| |#1|))) (-15 -1714 ((-1267 |#2| |#1|) $ (-793))) (-15 -2539 ($ (-1295 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|)))
-((-2539 (((-887) $) 33 T ELT) (($ (-1208)) 35 T ELT)) (-2191 (($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 46 T ELT)) (-2179 (($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 39 T ELT) (($ $) 40 T ELT)) (-3385 (($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 41 T ELT)) (-3373 (($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 43 T ELT)) (-3360 (($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 42 T ELT)) (-3346 (($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 44 T ELT)) (-1500 (($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 47 T ELT)) (-12 (($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 45 T ELT)))
-(((-1207) (-13 (-632 (-887)) (-10 -8 (-15 -2539 ($ (-1208))) (-15 -3385 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -3360 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -3373 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -3346 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2191 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -1500 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2179 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2179 ($ $))))) (T -1207))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1207)))) (-3385 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207)))) (-5 *1 (-1207)))) (-3360 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207)))) (-5 *1 (-1207)))) (-3373 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207)))) (-5 *1 (-1207)))) (-3346 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207)))) (-5 *1 (-1207)))) (-2191 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207)))) (-5 *1 (-1207)))) (-1500 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207)))) (-5 *1 (-1207)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207)))) (-5 *1 (-1207)))) (-2179 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207)))) (-5 *1 (-1207)))) (-2179 (*1 *1 *1) (-5 *1 (-1207))))
-(-13 (-632 (-887)) (-10 -8 (-15 -2539 ($ (-1208))) (-15 -3385 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -3360 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -3373 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -3346 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2191 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -1500 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2179 ($ (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2179 ($ $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1988 (($ $ (-663 (-887))) 62 T ELT)) (-4421 (($ $ (-663 (-887))) 60 T ELT)) (-3379 (((-1190) $) 101 T ELT)) (-4484 (((-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887))) (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887))) (|:| |args| (-663 (-887)))) $) 108 T ELT)) (-1445 (((-114) $) 23 T ELT)) (-3904 (($ $ (-663 (-663 (-887)))) 59 T ELT) (($ $ (-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887))) (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887))) (|:| |args| (-663 (-887))))) 99 T ELT)) (-3366 (($) 163 T CONST)) (-2702 (((-1304)) 135 T ELT)) (-3085 (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 69 T ELT) (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 76 T ELT)) (-2531 (($) 122 T ELT) (($ $) 131 T ELT)) (-3952 (($ $) 100 T ELT)) (-2006 (($ $ $) NIL T ELT)) (-2718 (($ $ $) NIL T ELT)) (-1335 (((-663 $) $) 136 T ELT)) (-3049 (((-1190) $) 114 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1495 (($ $ (-663 (-887))) 61 T ELT)) (-4417 (((-549) $) 48 T ELT) (((-1208) $) 49 T ELT) (((-915 (-560)) $) 80 T ELT) (((-915 (-391)) $) 78 T ELT)) (-2539 (((-887) $) 55 T ELT) (($ (-1190)) 50 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2119 (($ $ (-663 (-887))) 63 T ELT)) (-1463 (((-1190) $) 34 T ELT) (((-1190) $ (-114)) 35 T ELT) (((-1304) (-845) $) 36 T ELT) (((-1304) (-845) $ (-114)) 37 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 51 T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) 52 T ELT)))
-(((-1208) (-13 (-871) (-633 (-549)) (-843) (-633 (-1208)) (-635 (-1190)) (-633 (-915 (-560))) (-633 (-915 (-391))) (-911 (-560)) (-911 (-391)) (-10 -8 (-15 -2531 ($)) (-15 -2531 ($ $)) (-15 -2702 ((-1304))) (-15 -3952 ($ $)) (-15 -1445 ((-114) $)) (-15 -4484 ((-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887))) (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887))) (|:| |args| (-663 (-887)))) $)) (-15 -3904 ($ $ (-663 (-663 (-887))))) (-15 -3904 ($ $ (-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887))) (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887))) (|:| |args| (-663 (-887)))))) (-15 -4421 ($ $ (-663 (-887)))) (-15 -1988 ($ $ (-663 (-887)))) (-15 -2119 ($ $ (-663 (-887)))) (-15 -1495 ($ $ (-663 (-887)))) (-15 -3379 ((-1190) $)) (-15 -1335 ((-663 $) $)) (-15 -3366 ($) -3721)))) (T -1208))
-((-2531 (*1 *1) (-5 *1 (-1208))) (-2531 (*1 *1 *1) (-5 *1 (-1208))) (-2702 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1208)))) (-3952 (*1 *1 *1) (-5 *1 (-1208))) (-1445 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1208)))) (-4484 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887))) (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887))) (|:| |args| (-663 (-887))))) (-5 *1 (-1208)))) (-3904 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 (-887)))) (-5 *1 (-1208)))) (-3904 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887))) (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887))) (|:| |args| (-663 (-887))))) (-5 *1 (-1208)))) (-4421 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-1208)))) (-1988 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-1208)))) (-2119 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-1208)))) (-1495 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-1208)))) (-3379 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1208)))) (-1335 (*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-1208)))) (-3366 (*1 *1) (-5 *1 (-1208))))
-(-13 (-871) (-633 (-549)) (-843) (-633 (-1208)) (-635 (-1190)) (-633 (-915 (-560))) (-633 (-915 (-391))) (-911 (-560)) (-911 (-391)) (-10 -8 (-15 -2531 ($)) (-15 -2531 ($ $)) (-15 -2702 ((-1304))) (-15 -3952 ($ $)) (-15 -1445 ((-114) $)) (-15 -4484 ((-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887))) (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887))) (|:| |args| (-663 (-887)))) $)) (-15 -3904 ($ $ (-663 (-663 (-887))))) (-15 -3904 ($ $ (-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887))) (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887))) (|:| |args| (-663 (-887)))))) (-15 -4421 ($ $ (-663 (-887)))) (-15 -1988 ($ $ (-663 (-887)))) (-15 -2119 ($ $ (-663 (-887)))) (-15 -1495 ($ $ (-663 (-887)))) (-15 -3379 ((-1190) $)) (-15 -1335 ((-663 $) $)) (-15 -3366 ($) -3721)))
-((-1735 (((-1298 |#1|) |#1| (-948)) 18 T ELT) (((-1298 |#1|) (-663 |#1|)) 25 T ELT)))
-(((-1209 |#1|) (-10 -7 (-15 -1735 ((-1298 |#1|) (-663 |#1|))) (-15 -1735 ((-1298 |#1|) |#1| (-948)))) (-1080)) (T -1209))
-((-1735 (*1 *2 *3 *4) (-12 (-5 *4 (-948)) (-5 *2 (-1298 *3)) (-5 *1 (-1209 *3)) (-4 *3 (-1080)))) (-1735 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1080)) (-5 *2 (-1298 *4)) (-5 *1 (-1209 *4)))))
-(-10 -7 (-15 -1735 ((-1298 |#1|) (-663 |#1|))) (-15 -1735 ((-1298 |#1|) |#1| (-948))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-3056 (((-560) $) NIL (|has| |#1| (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1069 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2075 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1524 (($ $ |#1| (-1002) $) NIL T ELT)) (-1871 (((-114) $) 17 T ELT)) (-2541 (((-793) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-1002)) NIL T ELT)) (-4486 (((-1002) $) NIL T ELT)) (-1729 (($ (-1 (-1002) (-1002)) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#1| $) NIL T ELT)) (-3319 (($ $ (-1002) |#1| $) NIL (-12 (|has| (-1002) (-133)) (|has| |#1| (-571))) ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-4283 (((-1002) $) NIL T ELT)) (-2389 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1069 (-421 (-560))))) ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-1002)) NIL T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1427 (($) 10 T CONST)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 21 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 22 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 16 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1210 |#1|) (-13 (-338 |#1| (-1002)) (-10 -8 (IF (|has| |#1| (-571)) (IF (|has| (-1002) (-133)) (-15 -3319 ($ $ (-1002) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4507)) (-6 -4507) |%noBranch|))) (-1080)) (T -1210))
-((-3319 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-1002)) (-4 *2 (-133)) (-5 *1 (-1210 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))))
-(-13 (-338 |#1| (-1002)) (-10 -8 (IF (|has| |#1| (-571)) (IF (|has| (-1002) (-133)) (-15 -3319 ($ $ (-1002) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4507)) (-6 -4507) |%noBranch|)))
-((-2874 (((-1212) (-1208) $) 25 T ELT)) (-3975 (($) 29 T ELT)) (-1567 (((-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-1208) $) 22 T ELT)) (-2234 (((-1304) (-1208) (-3 (|:| |fst| (-448)) (|:| -2565 "void")) $) 41 T ELT) (((-1304) (-1208) (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) 42 T ELT) (((-1304) (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) 43 T ELT)) (-4026 (((-1304) (-1208)) 58 T ELT)) (-1397 (((-1304) (-1208) $) 55 T ELT) (((-1304) (-1208)) 56 T ELT) (((-1304)) 57 T ELT)) (-2027 (((-1304) (-1208)) 37 T ELT)) (-1795 (((-1208)) 36 T ELT)) (-1423 (($) 34 T ELT)) (-3684 (((-450) (-1208) (-450) (-1208) $) 45 T ELT) (((-450) (-663 (-1208)) (-450) (-1208) $) 49 T ELT) (((-450) (-1208) (-450)) 46 T ELT) (((-450) (-1208) (-450) (-1208)) 50 T ELT)) (-2606 (((-1208)) 35 T ELT)) (-2539 (((-887) $) 28 T ELT)) (-1753 (((-1304)) 30 T ELT) (((-1304) (-1208)) 33 T ELT)) (-1788 (((-663 (-1208)) (-1208) $) 24 T ELT)) (-3937 (((-1304) (-1208) (-663 (-1208)) $) 38 T ELT) (((-1304) (-1208) (-663 (-1208))) 39 T ELT) (((-1304) (-663 (-1208))) 40 T ELT)))
-(((-1211) (-13 (-632 (-887)) (-10 -8 (-15 -3975 ($)) (-15 -1753 ((-1304))) (-15 -1753 ((-1304) (-1208))) (-15 -3684 ((-450) (-1208) (-450) (-1208) $)) (-15 -3684 ((-450) (-663 (-1208)) (-450) (-1208) $)) (-15 -3684 ((-450) (-1208) (-450))) (-15 -3684 ((-450) (-1208) (-450) (-1208))) (-15 -2027 ((-1304) (-1208))) (-15 -2606 ((-1208))) (-15 -1795 ((-1208))) (-15 -3937 ((-1304) (-1208) (-663 (-1208)) $)) (-15 -3937 ((-1304) (-1208) (-663 (-1208)))) (-15 -3937 ((-1304) (-663 (-1208)))) (-15 -2234 ((-1304) (-1208) (-3 (|:| |fst| (-448)) (|:| -2565 "void")) $)) (-15 -2234 ((-1304) (-1208) (-3 (|:| |fst| (-448)) (|:| -2565 "void")))) (-15 -2234 ((-1304) (-3 (|:| |fst| (-448)) (|:| -2565 "void")))) (-15 -1397 ((-1304) (-1208) $)) (-15 -1397 ((-1304) (-1208))) (-15 -1397 ((-1304))) (-15 -4026 ((-1304) (-1208))) (-15 -1423 ($)) (-15 -1567 ((-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-1208) $)) (-15 -1788 ((-663 (-1208)) (-1208) $)) (-15 -2874 ((-1212) (-1208) $))))) (T -1211))
-((-3975 (*1 *1) (-5 *1 (-1211))) (-1753 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1211)))) (-1753 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-3684 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-450)) (-5 *3 (-1208)) (-5 *1 (-1211)))) (-3684 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-450)) (-5 *3 (-663 (-1208))) (-5 *4 (-1208)) (-5 *1 (-1211)))) (-3684 (*1 *2 *3 *2) (-12 (-5 *2 (-450)) (-5 *3 (-1208)) (-5 *1 (-1211)))) (-3684 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-450)) (-5 *3 (-1208)) (-5 *1 (-1211)))) (-2027 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-2606 (*1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1211)))) (-1795 (*1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1211)))) (-3937 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-663 (-1208))) (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-3937 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-1208))) (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-3937 (*1 *2 *3) (-12 (-5 *3 (-663 (-1208))) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-2234 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1208)) (-5 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-2234 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-5 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-2234 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-1397 (*1 *2 *3 *1) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-1397 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-1397 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1211)))) (-4026 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))) (-1423 (*1 *1) (-5 *1 (-1211))) (-1567 (*1 *2 *3 *1) (-12 (-5 *3 (-1208)) (-5 *2 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *1 (-1211)))) (-1788 (*1 *2 *3 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-1211)) (-5 *3 (-1208)))) (-2874 (*1 *2 *3 *1) (-12 (-5 *3 (-1208)) (-5 *2 (-1212)) (-5 *1 (-1211)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -3975 ($)) (-15 -1753 ((-1304))) (-15 -1753 ((-1304) (-1208))) (-15 -3684 ((-450) (-1208) (-450) (-1208) $)) (-15 -3684 ((-450) (-663 (-1208)) (-450) (-1208) $)) (-15 -3684 ((-450) (-1208) (-450))) (-15 -3684 ((-450) (-1208) (-450) (-1208))) (-15 -2027 ((-1304) (-1208))) (-15 -2606 ((-1208))) (-15 -1795 ((-1208))) (-15 -3937 ((-1304) (-1208) (-663 (-1208)) $)) (-15 -3937 ((-1304) (-1208) (-663 (-1208)))) (-15 -3937 ((-1304) (-663 (-1208)))) (-15 -2234 ((-1304) (-1208) (-3 (|:| |fst| (-448)) (|:| -2565 "void")) $)) (-15 -2234 ((-1304) (-1208) (-3 (|:| |fst| (-448)) (|:| -2565 "void")))) (-15 -2234 ((-1304) (-3 (|:| |fst| (-448)) (|:| -2565 "void")))) (-15 -1397 ((-1304) (-1208) $)) (-15 -1397 ((-1304) (-1208))) (-15 -1397 ((-1304))) (-15 -4026 ((-1304) (-1208))) (-15 -1423 ($)) (-15 -1567 ((-3 (|:| |fst| (-448)) (|:| -2565 "void")) (-1208) $)) (-15 -1788 ((-663 (-1208)) (-1208) $)) (-15 -2874 ((-1212) (-1208) $))))
-((-2364 (((-663 (-663 (-3 (|:| -3952 (-1208)) (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560))))))))) $) 66 T ELT)) (-1721 (((-663 (-3 (|:| -3952 (-1208)) (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560)))))))) (-448) $) 47 T ELT)) (-1638 (($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-450))))) 17 T ELT)) (-4026 (((-1304) $) 73 T ELT)) (-1336 (((-663 (-1208)) $) 22 T ELT)) (-2019 (((-1134) $) 60 T ELT)) (-2920 (((-450) (-1208) $) 27 T ELT)) (-3577 (((-663 (-1208)) $) 30 T ELT)) (-1423 (($) 19 T ELT)) (-3684 (((-450) (-663 (-1208)) (-450) $) 25 T ELT) (((-450) (-1208) (-450) $) 24 T ELT)) (-2539 (((-887) $) 9 T ELT) (((-1220 (-1208) (-450)) $) 13 T ELT)))
-(((-1212) (-13 (-632 (-887)) (-10 -8 (-15 -2539 ((-1220 (-1208) (-450)) $)) (-15 -1423 ($)) (-15 -3684 ((-450) (-663 (-1208)) (-450) $)) (-15 -3684 ((-450) (-1208) (-450) $)) (-15 -2920 ((-450) (-1208) $)) (-15 -1336 ((-663 (-1208)) $)) (-15 -1721 ((-663 (-3 (|:| -3952 (-1208)) (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560)))))))) (-448) $)) (-15 -3577 ((-663 (-1208)) $)) (-15 -2364 ((-663 (-663 (-3 (|:| -3952 (-1208)) (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560))))))))) $)) (-15 -2019 ((-1134) $)) (-15 -4026 ((-1304) $)) (-15 -1638 ($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-450))))))))) (T -1212))
-((-2539 (*1 *2 *1) (-12 (-5 *2 (-1220 (-1208) (-450))) (-5 *1 (-1212)))) (-1423 (*1 *1) (-5 *1 (-1212))) (-3684 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-450)) (-5 *3 (-663 (-1208))) (-5 *1 (-1212)))) (-3684 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-450)) (-5 *3 (-1208)) (-5 *1 (-1212)))) (-2920 (*1 *2 *3 *1) (-12 (-5 *3 (-1208)) (-5 *2 (-450)) (-5 *1 (-1212)))) (-1336 (*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-1212)))) (-1721 (*1 *2 *3 *1) (-12 (-5 *3 (-448)) (-5 *2 (-663 (-3 (|:| -3952 (-1208)) (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560))))))))) (-5 *1 (-1212)))) (-3577 (*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-1212)))) (-2364 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-3 (|:| -3952 (-1208)) (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560)))))))))) (-5 *1 (-1212)))) (-2019 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1212)))) (-4026 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1212)))) (-1638 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-450))))) (-5 *1 (-1212)))))
-(-13 (-632 (-887)) (-10 -8 (-15 -2539 ((-1220 (-1208) (-450)) $)) (-15 -1423 ($)) (-15 -3684 ((-450) (-663 (-1208)) (-450) $)) (-15 -3684 ((-450) (-1208) (-450) $)) (-15 -2920 ((-450) (-1208) $)) (-15 -1336 ((-663 (-1208)) $)) (-15 -1721 ((-663 (-3 (|:| -3952 (-1208)) (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560)))))))) (-448) $)) (-15 -3577 ((-663 (-1208)) $)) (-15 -2364 ((-663 (-663 (-3 (|:| -3952 (-1208)) (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560))))))))) $)) (-15 -2019 ((-1134) $)) (-15 -4026 ((-1304) $)) (-15 -1638 ($ (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-450))))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1442 (((-3 (-560) "failed") $) 29 T ELT) (((-3 (-229) "failed") $) 35 T ELT) (((-3 (-520) "failed") $) 43 T ELT) (((-3 (-1190) "failed") $) 47 T ELT)) (-3056 (((-560) $) 30 T ELT) (((-229) $) 36 T ELT) (((-520) $) 40 T ELT) (((-1190) $) 48 T ELT)) (-2843 (((-114) $) 53 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2105 (((-3 (-560) (-229) (-520) (-1190) $) $) 56 T ELT)) (-3724 (((-663 $) $) 58 T ELT)) (-4417 (((-1134) $) 24 T ELT) (($ (-1134)) 25 T ELT)) (-3930 (((-114) $) 57 T ELT)) (-2539 (((-887) $) 23 T ELT) (($ (-560)) 26 T ELT) (($ (-229)) 32 T ELT) (($ (-520)) 38 T ELT) (($ (-1190)) 44 T ELT) (((-549) $) 60 T ELT) (((-560) $) 31 T ELT) (((-229) $) 37 T ELT) (((-520) $) 41 T ELT) (((-1190) $) 49 T ELT)) (-1415 (((-114) $ (|[\|\|]| (-560))) 10 T ELT) (((-114) $ (|[\|\|]| (-229))) 13 T ELT) (((-114) $ (|[\|\|]| (-520))) 19 T ELT) (((-114) $ (|[\|\|]| (-1190))) 16 T ELT)) (-1352 (($ (-520) (-663 $)) 51 T ELT) (($ $ (-663 $)) 52 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2745 (((-560) $) 27 T ELT) (((-229) $) 33 T ELT) (((-520) $) 39 T ELT) (((-1190) $) 45 T ELT)) (-2329 (((-114) $ $) 7 T ELT)))
-(((-1213) (-13 (-1294) (-1132) (-1069 (-560)) (-1069 (-229)) (-1069 (-520)) (-1069 (-1190)) (-632 (-549)) (-10 -8 (-15 -4417 ((-1134) $)) (-15 -4417 ($ (-1134))) (-15 -2539 ((-560) $)) (-15 -2745 ((-560) $)) (-15 -2539 ((-229) $)) (-15 -2745 ((-229) $)) (-15 -2539 ((-520) $)) (-15 -2745 ((-520) $)) (-15 -2539 ((-1190) $)) (-15 -2745 ((-1190) $)) (-15 -1352 ($ (-520) (-663 $))) (-15 -1352 ($ $ (-663 $))) (-15 -2843 ((-114) $)) (-15 -2105 ((-3 (-560) (-229) (-520) (-1190) $) $)) (-15 -3724 ((-663 $) $)) (-15 -3930 ((-114) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-560)))) (-15 -1415 ((-114) $ (|[\|\|]| (-229)))) (-15 -1415 ((-114) $ (|[\|\|]| (-520)))) (-15 -1415 ((-114) $ (|[\|\|]| (-1190))))))) (T -1213))
-((-4417 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1213)))) (-4417 (*1 *1 *2) (-12 (-5 *2 (-1134)) (-5 *1 (-1213)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1213)))) (-2745 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1213)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-1213)))) (-2745 (*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-1213)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1213)))) (-2745 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1213)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1213)))) (-2745 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1213)))) (-1352 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-663 (-1213))) (-5 *1 (-1213)))) (-1352 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1213))) (-5 *1 (-1213)))) (-2843 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1213)))) (-2105 (*1 *2 *1) (-12 (-5 *2 (-3 (-560) (-229) (-520) (-1190) (-1213))) (-5 *1 (-1213)))) (-3724 (*1 *2 *1) (-12 (-5 *2 (-663 (-1213))) (-5 *1 (-1213)))) (-3930 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1213)))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-560))) (-5 *2 (-114)) (-5 *1 (-1213)))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-229))) (-5 *2 (-114)) (-5 *1 (-1213)))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)) (-5 *1 (-1213)))) (-1415 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1190))) (-5 *2 (-114)) (-5 *1 (-1213)))))
-(-13 (-1294) (-1132) (-1069 (-560)) (-1069 (-229)) (-1069 (-520)) (-1069 (-1190)) (-632 (-549)) (-10 -8 (-15 -4417 ((-1134) $)) (-15 -4417 ($ (-1134))) (-15 -2539 ((-560) $)) (-15 -2745 ((-560) $)) (-15 -2539 ((-229) $)) (-15 -2745 ((-229) $)) (-15 -2539 ((-520) $)) (-15 -2745 ((-520) $)) (-15 -2539 ((-1190) $)) (-15 -2745 ((-1190) $)) (-15 -1352 ($ (-520) (-663 $))) (-15 -1352 ($ $ (-663 $))) (-15 -2843 ((-114) $)) (-15 -2105 ((-3 (-560) (-229) (-520) (-1190) $) $)) (-15 -3724 ((-663 $) $)) (-15 -3930 ((-114) $)) (-15 -1415 ((-114) $ (|[\|\|]| (-560)))) (-15 -1415 ((-114) $ (|[\|\|]| (-229)))) (-15 -1415 ((-114) $ (|[\|\|]| (-520)))) (-15 -1415 ((-114) $ (|[\|\|]| (-1190))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-1450 (((-793)) 22 T ELT)) (-3366 (($) 12 T CONST)) (-3362 (($) 26 T ELT)) (-2006 (($ $ $) NIL T ELT) (($) 19 T CONST)) (-2718 (($ $ $) NIL T ELT) (($) 20 T CONST)) (-2608 (((-948) $) 24 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) 23 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)))
-(((-1214 |#1|) (-13 (-866) (-10 -8 (-15 -3366 ($) -3721))) (-948)) (T -1214))
-((-3366 (*1 *1) (-12 (-5 *1 (-1214 *2)) (-14 *2 (-948)))))
-(-13 (-866) (-10 -8 (-15 -3366 ($) -3721)))
+(((-23) . T) ((-25) . T) ((-102) . T) ((-632 (-888)) . T) ((-748) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3612 ((|#1| $) 37 T ELT)) (-1917 (($ (-663 |#1|)) 45 T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2786 ((|#1| |#1| $) 40 T ELT)) (-1750 ((|#1| $) 35 T ELT)) (-3086 (((-663 |#1|) $) 18 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 22 T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3471 ((|#1| $) 38 T ELT)) (-3549 (($ |#1| $) 41 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3194 ((|#1| $) 36 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 32 T ELT)) (-3614 (($) 43 T ELT)) (-4003 (((-793) $) 30 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) 27 T ELT)) (-3834 (((-888) $) 14 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1619 (($ (-663 |#1|)) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 17 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 31 (|has| $ (-6 -4510)) ELT)))
+(((-1180 |#1|) (-13 (-1153 |#1|) (-10 -8 (-15 -1917 ($ (-663 |#1|))))) (-1249)) (T -1180))
+((-1917 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-1180 *3)))))
+(-13 (-1153 |#1|) (-10 -8 (-15 -1917 ($ (-663 |#1|)))))
+((-3986 ((|#2| $ "value" |#2|) NIL T ELT) ((|#2| $ "first" |#2|) NIL T ELT) (($ $ "rest" $) NIL T ELT) ((|#2| $ "last" |#2|) NIL T ELT) ((|#2| $ (-1266 (-560)) |#2|) 53 T ELT) ((|#2| $ (-560) |#2|) 50 T ELT)) (-4061 (((-114) $) 12 T ELT)) (-2173 (($ (-1 |#2| |#2|) $) 48 T ELT)) (-1574 ((|#2| $) NIL T ELT) (($ $ (-793)) 17 T ELT)) (-2024 (($ $ |#2|) 49 T ELT)) (-2126 (((-114) $) 11 T ELT)) (-3034 ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") NIL T ELT) (($ $ "rest") NIL T ELT) ((|#2| $ "last") NIL T ELT) (($ $ (-1266 (-560))) 36 T ELT) ((|#2| $ (-560)) 26 T ELT) ((|#2| $ (-560) |#2|) NIL T ELT)) (-4409 (($ $ $) 56 T ELT) (($ $ |#2|) NIL T ELT)) (-2465 (($ $ $) 38 T ELT) (($ |#2| $) NIL T ELT) (($ (-663 $)) 45 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-1181 |#1| |#2|) (-10 -8 (-15 -4061 ((-114) |#1|)) (-15 -2126 ((-114) |#1|)) (-15 -3986 (|#2| |#1| (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560))) (-15 -2024 (|#1| |#1| |#2|)) (-15 -3034 (|#1| |#1| (-1266 (-560)))) (-15 -2465 (|#1| |#1| |#2|)) (-15 -2465 (|#1| (-663 |#1|))) (-15 -3986 (|#2| |#1| (-1266 (-560)) |#2|)) (-15 -3986 (|#2| |#1| "last" |#2|)) (-15 -3986 (|#1| |#1| "rest" |#1|)) (-15 -3986 (|#2| |#1| "first" |#2|)) (-15 -4409 (|#1| |#1| |#2|)) (-15 -4409 (|#1| |#1| |#1|)) (-15 -3034 (|#2| |#1| "last")) (-15 -3034 (|#1| |#1| "rest")) (-15 -1574 (|#1| |#1| (-793))) (-15 -3034 (|#2| |#1| "first")) (-15 -1574 (|#2| |#1|)) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#1|)) (-15 -3986 (|#2| |#1| "value" |#2|)) (-15 -3034 (|#2| |#1| "value")) (-15 -2173 (|#1| (-1 |#2| |#2|) |#1|))) (-1182 |#2|) (-1249)) (T -1181))
+NIL
+(-10 -8 (-15 -4061 ((-114) |#1|)) (-15 -2126 ((-114) |#1|)) (-15 -3986 (|#2| |#1| (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560) |#2|)) (-15 -3034 (|#2| |#1| (-560))) (-15 -2024 (|#1| |#1| |#2|)) (-15 -3034 (|#1| |#1| (-1266 (-560)))) (-15 -2465 (|#1| |#1| |#2|)) (-15 -2465 (|#1| (-663 |#1|))) (-15 -3986 (|#2| |#1| (-1266 (-560)) |#2|)) (-15 -3986 (|#2| |#1| "last" |#2|)) (-15 -3986 (|#1| |#1| "rest" |#1|)) (-15 -3986 (|#2| |#1| "first" |#2|)) (-15 -4409 (|#1| |#1| |#2|)) (-15 -4409 (|#1| |#1| |#1|)) (-15 -3034 (|#2| |#1| "last")) (-15 -3034 (|#1| |#1| "rest")) (-15 -1574 (|#1| |#1| (-793))) (-15 -3034 (|#2| |#1| "first")) (-15 -1574 (|#2| |#1|)) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#1|)) (-15 -3986 (|#2| |#1| "value" |#2|)) (-15 -3034 (|#2| |#1| "value")) (-15 -2173 (|#1| (-1 |#2| |#2|) |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 55 T ELT)) (-1910 ((|#1| $) 74 T ELT)) (-4034 (($ $) 76 T ELT)) (-2507 (((-1305) $ (-560) (-560)) 107 (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) 61 (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 ((|#1| $ |#1|) 46 (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) 65 (|has| $ (-6 -4511)) ELT)) (-1828 ((|#1| $ |#1|) 63 (|has| $ (-6 -4511)) ELT)) (-4082 ((|#1| $ |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4511)) ELT) ((|#1| $ "first" |#1|) 66 (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) 64 (|has| $ (-6 -4511)) ELT) ((|#1| $ "last" |#1|) 62 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 127 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-560) |#1|) 96 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 48 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 112 (|has| $ (-6 -4510)) ELT)) (-1900 ((|#1| $) 75 T ELT)) (-4489 (($) 7 T CONST)) (-1586 (($ $) 82 T ELT) (($ $ (-793)) 80 T ELT)) (-4154 (($ $) 109 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ (-1 (-114) |#1|) $) 113 (|has| $ (-6 -4510)) ELT) (($ |#1| $) 110 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $) 115 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 114 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 111 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2186 ((|#1| $ (-560) |#1|) 95 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 97 T ELT)) (-4061 (((-114) $) 93 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 57 T ELT)) (-4428 (((-114) $ $) 49 (|has| |#1| (-1133)) ELT)) (-4446 (($ (-793) |#1|) 119 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 105 (|has| (-560) (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 104 (|has| (-560) (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 122 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2778 (((-663 |#1|) $) 52 T ELT)) (-3019 (((-114) $) 56 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) 79 T ELT) (($ $ (-793)) 77 T ELT)) (-4233 (($ $ $ (-560)) 126 T ELT) (($ |#1| $ (-560)) 125 T ELT)) (-3444 (((-663 (-560)) $) 102 T ELT)) (-2679 (((-114) (-560) $) 101 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 85 T ELT) (($ $ (-793)) 83 T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 116 T ELT)) (-2024 (($ $ |#1|) 106 (|has| $ (-6 -4511)) ELT)) (-2126 (((-114) $) 94 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 103 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 100 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ "value") 54 T ELT) ((|#1| $ "first") 84 T ELT) (($ $ "rest") 81 T ELT) ((|#1| $ "last") 78 T ELT) (($ $ (-1266 (-560))) 118 T ELT) ((|#1| $ (-560)) 99 T ELT) ((|#1| $ (-560) |#1|) 98 T ELT)) (-3419 (((-560) $ $) 51 T ELT)) (-3032 (($ $ (-1266 (-560))) 124 T ELT) (($ $ (-560)) 123 T ELT)) (-1898 (((-114) $) 53 T ELT)) (-2935 (($ $) 71 T ELT)) (-2481 (($ $) 68 (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) 72 T ELT)) (-1993 (($ $) 73 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 108 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 117 T ELT)) (-4409 (($ $ $) 70 (|has| $ (-6 -4511)) ELT) (($ $ |#1|) 69 (|has| $ (-6 -4511)) ELT)) (-2465 (($ $ $) 87 T ELT) (($ |#1| $) 86 T ELT) (($ (-663 $)) 121 T ELT) (($ $ |#1|) 120 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 58 T ELT)) (-4316 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1182 |#1|) (-142) (-1249)) (T -1182))
+((-2126 (*1 *2 *1) (-12 (-4 *1 (-1182 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))) (-4061 (*1 *2 *1) (-12 (-4 *1 (-1182 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))))
+(-13 (-1288 |t#1|) (-673 |t#1|) (-10 -8 (-15 -2126 ((-114) $)) (-15 -4061 ((-114) $))))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-673 |#1|) . T) ((-1042 |#1|) . T) ((-1133) |has| |#1| (-1133)) ((-1249) . T) ((-1288 |#1|) . T))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-2507 (((-1305) $ |#1| |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#2| $ |#1| |#2|) NIL T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-2791 (((-663 |#1|) $) NIL T ELT)) (-1410 (((-114) |#1| $) NIL T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3444 (((-663 |#1|) $) NIL T ELT)) (-2679 (((-114) |#1| $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-1574 ((|#2| $) NIL (|has| |#1| (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) (|has| |#2| (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1183 |#1| |#2| |#3|) (-1226 |#1| |#2|) (-1133) (-1133) |#2|) (T -1183))
+NIL
+(-1226 |#1| |#2|)
+((-3808 (((-114) $ $) 7 T ELT)) (-3851 (((-713 $) $) 17 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2689 (($) 18 T CONST)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2478 (((-114) $ $) 8 T ELT)))
+(((-1184) (-142)) (T -1184))
+((-2689 (*1 *1) (-4 *1 (-1184))) (-3851 (*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-1184)))))
+(-13 (-1133) (-10 -8 (-15 -2689 ($) -2292) (-15 -3851 ((-713 $) $))))
+(((-102) . T) ((-632 (-888)) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3126 (((-713 (-1167)) $) 27 T ELT)) (-1884 (((-1167) $) 15 T ELT)) (-4181 (((-1167) $) 17 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3053 (((-520) $) 13 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 37 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1185) (-13 (-1115) (-10 -8 (-15 -3053 ((-520) $)) (-15 -4181 ((-1167) $)) (-15 -3126 ((-713 (-1167)) $)) (-15 -1884 ((-1167) $))))) (T -1185))
+((-3053 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1185)))) (-4181 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1185)))) (-3126 (*1 *2 *1) (-12 (-5 *2 (-713 (-1167))) (-5 *1 (-1185)))) (-1884 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1185)))))
+(-13 (-1115) (-10 -8 (-15 -3053 ((-520) $)) (-15 -4181 ((-1167) $)) (-15 -3126 ((-713 (-1167)) $)) (-15 -1884 ((-1167) $))))
+((-1785 (((-1187 |#1|) (-1187 |#1|)) 17 T ELT)) (-3971 (((-1187 |#1|) (-1187 |#1|)) 13 T ELT)) (-2338 (((-1187 |#1|) (-1187 |#1|) (-560) (-560)) 20 T ELT)) (-3818 (((-1187 |#1|) (-1187 |#1|)) 15 T ELT)))
+(((-1186 |#1|) (-10 -7 (-15 -3971 ((-1187 |#1|) (-1187 |#1|))) (-15 -3818 ((-1187 |#1|) (-1187 |#1|))) (-15 -1785 ((-1187 |#1|) (-1187 |#1|))) (-15 -2338 ((-1187 |#1|) (-1187 |#1|) (-560) (-560)))) (-13 (-571) (-149))) (T -1186))
+((-2338 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1187 *4)) (-5 *3 (-560)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-1186 *4)))) (-1785 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1186 *3)))) (-3818 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1186 *3)))) (-3971 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1186 *3)))))
+(-10 -7 (-15 -3971 ((-1187 |#1|) (-1187 |#1|))) (-15 -3818 ((-1187 |#1|) (-1187 |#1|))) (-15 -1785 ((-1187 |#1|) (-1187 |#1|))) (-15 -2338 ((-1187 |#1|) (-1187 |#1|) (-560) (-560))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) NIL T ELT)) (-1910 ((|#1| $) NIL T ELT)) (-4034 (($ $) 64 T ELT)) (-2507 (((-1305) $ (-560) (-560)) 95 (|has| $ (-6 -4511)) ELT)) (-2902 (($ $ (-560)) 124 (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-2592 (((-888) $) 53 (|has| |#1| (-1133)) ELT)) (-2978 (((-114)) 52 (|has| |#1| (-1133)) ELT)) (-1719 ((|#1| $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) 111 (|has| $ (-6 -4511)) ELT) (($ $ (-560) $) 137 T ELT)) (-1828 ((|#1| $ |#1|) 121 (|has| $ (-6 -4511)) ELT)) (-4082 ((|#1| $ |#1|) 116 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ "first" |#1|) 118 (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) 120 (|has| $ (-6 -4511)) ELT) ((|#1| $ "last" |#1|) 123 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 108 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-560) |#1|) 74 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 77 T ELT)) (-1900 ((|#1| $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-1406 (($ $) 11 T ELT)) (-1586 (($ $) 37 T ELT) (($ $ (-793)) 107 T ELT)) (-2176 (((-114) (-663 |#1|) $) 130 (|has| |#1| (-1133)) ELT)) (-2378 (($ (-663 |#1|)) 126 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) 76 T ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-4061 (((-114) $) NIL T ELT)) (-3086 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3489 (((-1305) (-560) $) 136 (|has| |#1| (-1133)) ELT)) (-2425 (((-793) $) 133 T ELT)) (-1763 (((-663 $) $) NIL T ELT)) (-4428 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-4446 (($ (-793) |#1|) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 91 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 82 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 86 T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2778 (((-663 |#1|) $) NIL T ELT)) (-3019 (((-114) $) NIL T ELT)) (-3711 (($ $) 109 T ELT)) (-1776 (((-114) $) 10 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) NIL T ELT) (($ $ (-793)) NIL T ELT)) (-4233 (($ $ $ (-560)) NIL T ELT) (($ |#1| $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) 92 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3736 (($ (-1 |#1|)) 139 T ELT) (($ (-1 |#1| |#1|) |#1|) 140 T ELT)) (-2923 ((|#1| $) 7 T ELT)) (-1574 ((|#1| $) 36 T ELT) (($ $ (-793)) 62 T ELT)) (-2809 (((-2 (|:| |cycle?| (-114)) (|:| -1640 (-793)) (|:| |period| (-793))) (-793) $) 31 T ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-3776 (($ (-1 (-114) |#1|) $) 141 T ELT)) (-3787 (($ (-1 (-114) |#1|) $) 142 T ELT)) (-2024 (($ $ |#1|) 87 (|has| $ (-6 -4511)) ELT)) (-3201 (($ $ (-560)) 42 T ELT)) (-2126 (((-114) $) 90 T ELT)) (-3056 (((-114) $) 9 T ELT)) (-3576 (((-114) $) 132 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 27 T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) 17 T ELT)) (-3614 (($) 57 T ELT)) (-3034 ((|#1| $ "value") NIL T ELT) ((|#1| $ "first") NIL T ELT) (($ $ "rest") NIL T ELT) ((|#1| $ "last") NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT) ((|#1| $ (-560)) 72 T ELT) ((|#1| $ (-560) |#1|) NIL T ELT)) (-3419 (((-560) $ $) 61 T ELT)) (-3032 (($ $ (-1266 (-560))) NIL T ELT) (($ $ (-560)) NIL T ELT)) (-3514 (($ (-1 $)) 60 T ELT)) (-1898 (((-114) $) 88 T ELT)) (-2935 (($ $) 89 T ELT)) (-2481 (($ $) 112 (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) NIL T ELT)) (-1993 (($ $) NIL T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) 56 T ELT)) (-1830 (((-549) $) NIL (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 70 T ELT)) (-3722 (($ |#1| $) 110 T ELT)) (-4409 (($ $ $) 114 (|has| $ (-6 -4511)) ELT) (($ $ |#1|) 115 (|has| $ (-6 -4511)) ELT)) (-2465 (($ $ $) 97 T ELT) (($ |#1| $) 58 T ELT) (($ (-663 $)) 102 T ELT) (($ $ |#1|) 96 T ELT)) (-2623 (($ $) 63 T ELT)) (-3834 (($ (-663 |#1|)) 125 T ELT) (((-888) $) 54 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) NIL T ELT)) (-4316 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 128 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1187 |#1|) (-13 (-696 |#1|) (-635 (-663 |#1|)) (-10 -8 (-6 -4511) (-15 -2378 ($ (-663 |#1|))) (IF (|has| |#1| (-1133)) (-15 -2176 ((-114) (-663 |#1|) $)) |%noBranch|) (-15 -2809 ((-2 (|:| |cycle?| (-114)) (|:| -1640 (-793)) (|:| |period| (-793))) (-793) $)) (-15 -3514 ($ (-1 $))) (-15 -3722 ($ |#1| $)) (IF (|has| |#1| (-1133)) (PROGN (-15 -3489 ((-1305) (-560) $)) (-15 -2592 ((-888) $)) (-15 -2978 ((-114)))) |%noBranch|) (-15 -3063 ($ $ (-560) $)) (-15 -3736 ($ (-1 |#1|))) (-15 -3736 ($ (-1 |#1| |#1|) |#1|)) (-15 -3776 ($ (-1 (-114) |#1|) $)) (-15 -3787 ($ (-1 (-114) |#1|) $)))) (-1249)) (T -1187))
+((-2378 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))) (-2176 (*1 *2 *3 *1) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1133)) (-4 *4 (-1249)) (-5 *2 (-114)) (-5 *1 (-1187 *4)))) (-2809 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-114)) (|:| -1640 (-793)) (|:| |period| (-793)))) (-5 *1 (-1187 *4)) (-4 *4 (-1249)) (-5 *3 (-793)))) (-3514 (*1 *1 *2) (-12 (-5 *2 (-1 (-1187 *3))) (-5 *1 (-1187 *3)) (-4 *3 (-1249)))) (-3722 (*1 *1 *2 *1) (-12 (-5 *1 (-1187 *2)) (-4 *2 (-1249)))) (-3489 (*1 *2 *3 *1) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-1187 *4)) (-4 *4 (-1133)) (-4 *4 (-1249)))) (-2592 (*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-1187 *3)) (-4 *3 (-1133)) (-4 *3 (-1249)))) (-2978 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1187 *3)) (-4 *3 (-1133)) (-4 *3 (-1249)))) (-3063 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1187 *3)) (-4 *3 (-1249)))) (-3736 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))) (-3736 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))) (-3776 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))) (-3787 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))))
+(-13 (-696 |#1|) (-635 (-663 |#1|)) (-10 -8 (-6 -4511) (-15 -2378 ($ (-663 |#1|))) (IF (|has| |#1| (-1133)) (-15 -2176 ((-114) (-663 |#1|) $)) |%noBranch|) (-15 -2809 ((-2 (|:| |cycle?| (-114)) (|:| -1640 (-793)) (|:| |period| (-793))) (-793) $)) (-15 -3514 ($ (-1 $))) (-15 -3722 ($ |#1| $)) (IF (|has| |#1| (-1133)) (PROGN (-15 -3489 ((-1305) (-560) $)) (-15 -2592 ((-888) $)) (-15 -2978 ((-114)))) |%noBranch|) (-15 -3063 ($ $ (-560) $)) (-15 -3736 ($ (-1 |#1|))) (-15 -3736 ($ (-1 |#1| |#1|) |#1|)) (-15 -3776 ($ (-1 (-114) |#1|) $)) (-15 -3787 ($ (-1 (-114) |#1|) $))))
+((-2465 (((-1187 |#1|) (-1187 (-1187 |#1|))) 15 T ELT)))
+(((-1188 |#1|) (-10 -7 (-15 -2465 ((-1187 |#1|) (-1187 (-1187 |#1|))))) (-1249)) (T -1188))
+((-2465 (*1 *2 *3) (-12 (-5 *3 (-1187 (-1187 *4))) (-5 *2 (-1187 *4)) (-5 *1 (-1188 *4)) (-4 *4 (-1249)))))
+(-10 -7 (-15 -2465 ((-1187 |#1|) (-1187 (-1187 |#1|)))))
+((-4215 (((-1187 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1187 |#1|)) 25 T ELT)) (-1995 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1187 |#1|)) 26 T ELT)) (-1793 (((-1187 |#2|) (-1 |#2| |#1|) (-1187 |#1|)) 16 T ELT)))
+(((-1189 |#1| |#2|) (-10 -7 (-15 -1793 ((-1187 |#2|) (-1 |#2| |#1|) (-1187 |#1|))) (-15 -4215 ((-1187 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1187 |#1|))) (-15 -1995 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1187 |#1|)))) (-1249) (-1249)) (T -1189))
+((-1995 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1187 *5)) (-4 *5 (-1249)) (-4 *2 (-1249)) (-5 *1 (-1189 *5 *2)))) (-4215 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1187 *6)) (-4 *6 (-1249)) (-4 *3 (-1249)) (-5 *2 (-1187 *3)) (-5 *1 (-1189 *6 *3)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1187 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1187 *6)) (-5 *1 (-1189 *5 *6)))))
+(-10 -7 (-15 -1793 ((-1187 |#2|) (-1 |#2| |#1|) (-1187 |#1|))) (-15 -4215 ((-1187 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1187 |#1|))) (-15 -1995 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1187 |#1|))))
+((-1793 (((-1187 |#3|) (-1 |#3| |#1| |#2|) (-1187 |#1|) (-1187 |#2|)) 21 T ELT)))
+(((-1190 |#1| |#2| |#3|) (-10 -7 (-15 -1793 ((-1187 |#3|) (-1 |#3| |#1| |#2|) (-1187 |#1|) (-1187 |#2|)))) (-1249) (-1249) (-1249)) (T -1190))
+((-1793 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1187 *6)) (-5 *5 (-1187 *7)) (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-1187 *8)) (-5 *1 (-1190 *6 *7 *8)))))
+(-10 -7 (-15 -1793 ((-1187 |#3|) (-1 |#3| |#1| |#2|) (-1187 |#1|) (-1187 |#2|))))
+((-3808 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-1728 (($ $) NIL T ELT)) (-1864 (($ $) NIL T ELT)) (-3496 (($ $ (-146)) NIL T ELT) (($ $ (-143)) NIL T ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-3610 (((-114) $ $) NIL T ELT)) (-3588 (((-114) $ $ (-560)) NIL T ELT)) (-2716 (($ (-560)) 8 T ELT) (($ (-229)) 10 T ELT)) (-2275 (((-663 $) $ (-146)) NIL T ELT) (((-663 $) $ (-143)) NIL T ELT)) (-1860 (((-114) (-1 (-114) (-146) (-146)) $) NIL T ELT) (((-114) $) NIL (|has| (-146) (-872)) ELT)) (-4235 (($ (-1 (-114) (-146) (-146)) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| (-146) (-872))) ELT)) (-2125 (($ (-1 (-114) (-146) (-146)) $) NIL T ELT) (($ $) NIL (|has| (-146) (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 (((-146) $ (-560) (-146)) NIL (|has| $ (-6 -4511)) ELT) (((-146) $ (-1266 (-560)) (-146)) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-4487 (($ $ (-146)) NIL T ELT) (($ $ (-143)) NIL T ELT)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4421 (($ $ (-1266 (-560)) $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-3513 (($ (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT) (($ (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-146) (-1 (-146) (-146) (-146)) $ (-146) (-146)) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT) (((-146) (-1 (-146) (-146) (-146)) $ (-146)) NIL (|has| $ (-6 -4510)) ELT) (((-146) (-1 (-146) (-146) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 (((-146) $ (-560) (-146)) NIL (|has| $ (-6 -4511)) ELT)) (-2109 (((-146) $ (-560)) NIL T ELT)) (-3633 (((-114) $ $) NIL T ELT)) (-3817 (((-560) (-1 (-114) (-146)) $) NIL T ELT) (((-560) (-146) $) NIL (|has| (-146) (-1133)) ELT) (((-560) (-146) $ (-560)) NIL (|has| (-146) (-1133)) ELT) (((-560) $ $ (-560)) NIL T ELT) (((-560) (-143) $ (-560)) NIL T ELT)) (-3086 (((-663 (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4446 (($ (-793) (-146)) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| (-146) (-872)) ELT)) (-1762 (($ (-1 (-114) (-146) (-146)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-146) (-872)) ELT)) (-4439 (((-663 (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-3320 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| (-146) (-872)) ELT)) (-3980 (((-114) $ $ (-146)) NIL T ELT)) (-1695 (((-793) $ $ (-146)) NIL T ELT)) (-2173 (($ (-1 (-146) (-146)) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-146) (-146)) $) NIL T ELT) (($ (-1 (-146) (-146) (-146)) $ $) NIL T ELT)) (-2102 (($ $) NIL T ELT)) (-1610 (($ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-1342 (($ $ (-146)) NIL T ELT) (($ $ (-143)) NIL T ELT)) (-2128 (((-1191) $) NIL (|has| (-146) (-1133)) ELT)) (-4233 (($ (-146) $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| (-146) (-1133)) ELT)) (-1574 (((-146) $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 (-146) "failed") (-1 (-114) (-146)) $) NIL T ELT)) (-2024 (($ $ (-146)) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-146)))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-305 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-146) (-146)) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT) (($ $ (-663 (-146)) (-663 (-146))) NIL (-12 (|has| (-146) (-321 (-146))) (|has| (-146) (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-1570 (((-663 (-146)) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 (((-146) $ (-560) (-146)) NIL T ELT) (((-146) $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT) (($ $ $) NIL T ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-146) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-146) (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-146) (-633 (-549))) ELT)) (-3845 (($ (-663 (-146))) NIL T ELT)) (-2465 (($ $ (-146)) NIL T ELT) (($ (-146) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (($ (-146)) NIL T ELT) (((-888) $) NIL (|has| (-146) (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-3894 (((-114) (-1 (-114) (-146)) $) NIL (|has| $ (-6 -4510)) ELT)) (-2455 (((-1191) $) 21 T ELT) (((-1191) $ (-114)) 23 T ELT) (((-1305) (-847) $) 24 T ELT) (((-1305) (-847) $ (-114)) 25 T ELT)) (-2537 (((-114) $ $) NIL (|has| (-146) (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| (-146) (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| (-146) (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| (-146) (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| (-146) (-872)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1191) (-13 (-1176) (-845) (-10 -8 (-15 -2716 ($ (-560))) (-15 -2716 ($ (-229)))))) (T -1191))
+((-2716 (*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1191)))) (-2716 (*1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-1191)))))
+(-13 (-1176) (-845) (-10 -8 (-15 -2716 ($ (-560))) (-15 -2716 ($ (-229)))))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-102)) (|has| |#1| (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL T ELT)) (-2507 (((-1305) $ (-1191) (-1191)) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-1191) |#1|) NIL T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#1| "failed") (-1191) $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#1| "failed") (-1191) $) NIL T ELT)) (-3513 (($ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-1191) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-1191)) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-1191) $) NIL (|has| (-1191) (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-1191) $) NIL (|has| (-1191) (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133)) (|has| |#1| (-1133))) ELT)) (-2791 (((-663 (-1191)) $) NIL T ELT)) (-1410 (((-114) (-1191) $) NIL T ELT)) (-3471 (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL T ELT)) (-3444 (((-663 (-1191)) $) NIL T ELT)) (-2679 (((-114) (-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133)) (|has| |#1| (-1133))) ELT)) (-1574 ((|#1| $) NIL (|has| (-1191) (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) "failed") (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL (-12 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-321 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-1191)) NIL T ELT) ((|#1| $ (-1191) |#1|) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-1133))) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-632 (-888))) (|has| |#1| (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-102)) (|has| |#1| (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 (-1191)) (|:| -3529 |#1|)) (-102)) (|has| |#1| (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1192 |#1|) (-13 (-1226 (-1191) |#1|) (-10 -7 (-6 -4510))) (-1133)) (T -1192))
+NIL
+(-13 (-1226 (-1191) |#1|) (-10 -7 (-6 -4510)))
+((-3813 (((-1187 |#1|) (-1187 |#1|)) 83 T ELT)) (-2167 (((-3 (-1187 |#1|) "failed") (-1187 |#1|)) 39 T ELT)) (-4013 (((-1187 |#1|) (-421 (-560)) (-1187 |#1|)) 134 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2693 (((-1187 |#1|) |#1| (-1187 |#1|)) 140 (|has| |#1| (-376)) ELT)) (-1874 (((-1187 |#1|) (-1187 |#1|)) 97 T ELT)) (-2074 (((-1187 (-560)) (-560)) 63 T ELT)) (-2907 (((-1187 |#1|) (-1187 (-1187 |#1|))) 116 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3010 (((-1187 |#1|) (-560) (-560) (-1187 |#1|)) 102 T ELT)) (-2724 (((-1187 |#1|) |#1| (-560)) 51 T ELT)) (-4191 (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 66 T ELT)) (-4116 (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 137 (|has| |#1| (-376)) ELT)) (-1873 (((-1187 |#1|) |#1| (-1 (-1187 |#1|))) 115 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3082 (((-1187 |#1|) (-1 |#1| (-560)) |#1| (-1 (-1187 |#1|))) 138 (|has| |#1| (-376)) ELT)) (-2985 (((-1187 |#1|) (-1187 |#1|)) 96 T ELT)) (-1967 (((-1187 |#1|) (-1187 |#1|)) 82 T ELT)) (-2255 (((-1187 |#1|) (-560) (-560) (-1187 |#1|)) 103 T ELT)) (-3671 (((-1187 |#1|) |#1| (-1187 |#1|)) 112 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1745 (((-1187 (-560)) (-560)) 62 T ELT)) (-4315 (((-1187 |#1|) |#1|) 65 T ELT)) (-3841 (((-1187 |#1|) (-1187 |#1|) (-560) (-560)) 99 T ELT)) (-4459 (((-1187 |#1|) (-1 |#1| (-560)) (-1187 |#1|)) 72 T ELT)) (-3795 (((-3 (-1187 |#1|) "failed") (-1187 |#1|) (-1187 |#1|)) 37 T ELT)) (-3474 (((-1187 |#1|) (-1187 |#1|)) 98 T ELT)) (-4265 (((-1187 |#1|) (-1187 |#1|) |#1|) 77 T ELT)) (-1614 (((-1187 |#1|) (-1187 |#1|)) 68 T ELT)) (-4274 (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 78 T ELT)) (-3834 (((-1187 |#1|) |#1|) 73 T ELT)) (-4415 (((-1187 |#1|) (-1187 (-1187 |#1|))) 88 T ELT)) (-2594 (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 38 T ELT)) (-2581 (((-1187 |#1|) (-1187 |#1|)) 21 T ELT) (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 23 T ELT)) (-2571 (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 17 T ELT)) (* (((-1187 |#1|) (-1187 |#1|) |#1|) 29 T ELT) (((-1187 |#1|) |#1| (-1187 |#1|)) 26 T ELT) (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 27 T ELT)))
+(((-1193 |#1|) (-10 -7 (-15 -2571 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -2581 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -2581 ((-1187 |#1|) (-1187 |#1|))) (-15 * ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 * ((-1187 |#1|) |#1| (-1187 |#1|))) (-15 * ((-1187 |#1|) (-1187 |#1|) |#1|)) (-15 -3795 ((-3 (-1187 |#1|) "failed") (-1187 |#1|) (-1187 |#1|))) (-15 -2594 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -2167 ((-3 (-1187 |#1|) "failed") (-1187 |#1|))) (-15 -2724 ((-1187 |#1|) |#1| (-560))) (-15 -1745 ((-1187 (-560)) (-560))) (-15 -2074 ((-1187 (-560)) (-560))) (-15 -4315 ((-1187 |#1|) |#1|)) (-15 -4191 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -1614 ((-1187 |#1|) (-1187 |#1|))) (-15 -4459 ((-1187 |#1|) (-1 |#1| (-560)) (-1187 |#1|))) (-15 -3834 ((-1187 |#1|) |#1|)) (-15 -4265 ((-1187 |#1|) (-1187 |#1|) |#1|)) (-15 -4274 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -1967 ((-1187 |#1|) (-1187 |#1|))) (-15 -3813 ((-1187 |#1|) (-1187 |#1|))) (-15 -4415 ((-1187 |#1|) (-1187 (-1187 |#1|)))) (-15 -2985 ((-1187 |#1|) (-1187 |#1|))) (-15 -1874 ((-1187 |#1|) (-1187 |#1|))) (-15 -3474 ((-1187 |#1|) (-1187 |#1|))) (-15 -3841 ((-1187 |#1|) (-1187 |#1|) (-560) (-560))) (-15 -3010 ((-1187 |#1|) (-560) (-560) (-1187 |#1|))) (-15 -2255 ((-1187 |#1|) (-560) (-560) (-1187 |#1|))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ((-1187 |#1|) |#1| (-1187 |#1|))) (-15 -1873 ((-1187 |#1|) |#1| (-1 (-1187 |#1|)))) (-15 -2907 ((-1187 |#1|) (-1187 (-1187 |#1|)))) (-15 -4013 ((-1187 |#1|) (-421 (-560)) (-1187 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -4116 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -3082 ((-1187 |#1|) (-1 |#1| (-560)) |#1| (-1 (-1187 |#1|)))) (-15 -2693 ((-1187 |#1|) |#1| (-1187 |#1|)))) |%noBranch|)) (-1081)) (T -1193))
+((-2693 (*1 *2 *3 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-376)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-3082 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-560))) (-5 *5 (-1 (-1187 *4))) (-4 *4 (-376)) (-4 *4 (-1081)) (-5 *2 (-1187 *4)) (-5 *1 (-1193 *4)))) (-4116 (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-376)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-4013 (*1 *2 *3 *2) (-12 (-5 *2 (-1187 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1081)) (-5 *3 (-421 (-560))) (-5 *1 (-1193 *4)))) (-2907 (*1 *2 *3) (-12 (-5 *3 (-1187 (-1187 *4))) (-5 *2 (-1187 *4)) (-5 *1 (-1193 *4)) (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1081)))) (-1873 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1187 *3))) (-5 *2 (-1187 *3)) (-5 *1 (-1193 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)))) (-3671 (*1 *2 *3 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-2255 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1187 *4)) (-5 *3 (-560)) (-4 *4 (-1081)) (-5 *1 (-1193 *4)))) (-3010 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1187 *4)) (-5 *3 (-560)) (-4 *4 (-1081)) (-5 *1 (-1193 *4)))) (-3841 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1187 *4)) (-5 *3 (-560)) (-4 *4 (-1081)) (-5 *1 (-1193 *4)))) (-3474 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-1874 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-2985 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-4415 (*1 *2 *3) (-12 (-5 *3 (-1187 (-1187 *4))) (-5 *2 (-1187 *4)) (-5 *1 (-1193 *4)) (-4 *4 (-1081)))) (-3813 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-1967 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-4274 (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-4265 (*1 *2 *2 *3) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-3834 (*1 *2 *3) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-1193 *3)) (-4 *3 (-1081)))) (-4459 (*1 *2 *3 *2) (-12 (-5 *2 (-1187 *4)) (-5 *3 (-1 *4 (-560))) (-4 *4 (-1081)) (-5 *1 (-1193 *4)))) (-1614 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-4191 (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-4315 (*1 *2 *3) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-1193 *3)) (-4 *3 (-1081)))) (-2074 (*1 *2 *3) (-12 (-5 *2 (-1187 (-560))) (-5 *1 (-1193 *4)) (-4 *4 (-1081)) (-5 *3 (-560)))) (-1745 (*1 *2 *3) (-12 (-5 *2 (-1187 (-560))) (-5 *1 (-1193 *4)) (-4 *4 (-1081)) (-5 *3 (-560)))) (-2724 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-5 *2 (-1187 *3)) (-5 *1 (-1193 *3)) (-4 *3 (-1081)))) (-2167 (*1 *2 *2) (|partial| -12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-2594 (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-3795 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-2581 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-2581 (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))) (-2571 (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))))
+(-10 -7 (-15 -2571 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -2581 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -2581 ((-1187 |#1|) (-1187 |#1|))) (-15 * ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 * ((-1187 |#1|) |#1| (-1187 |#1|))) (-15 * ((-1187 |#1|) (-1187 |#1|) |#1|)) (-15 -3795 ((-3 (-1187 |#1|) "failed") (-1187 |#1|) (-1187 |#1|))) (-15 -2594 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -2167 ((-3 (-1187 |#1|) "failed") (-1187 |#1|))) (-15 -2724 ((-1187 |#1|) |#1| (-560))) (-15 -1745 ((-1187 (-560)) (-560))) (-15 -2074 ((-1187 (-560)) (-560))) (-15 -4315 ((-1187 |#1|) |#1|)) (-15 -4191 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -1614 ((-1187 |#1|) (-1187 |#1|))) (-15 -4459 ((-1187 |#1|) (-1 |#1| (-560)) (-1187 |#1|))) (-15 -3834 ((-1187 |#1|) |#1|)) (-15 -4265 ((-1187 |#1|) (-1187 |#1|) |#1|)) (-15 -4274 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -1967 ((-1187 |#1|) (-1187 |#1|))) (-15 -3813 ((-1187 |#1|) (-1187 |#1|))) (-15 -4415 ((-1187 |#1|) (-1187 (-1187 |#1|)))) (-15 -2985 ((-1187 |#1|) (-1187 |#1|))) (-15 -1874 ((-1187 |#1|) (-1187 |#1|))) (-15 -3474 ((-1187 |#1|) (-1187 |#1|))) (-15 -3841 ((-1187 |#1|) (-1187 |#1|) (-560) (-560))) (-15 -3010 ((-1187 |#1|) (-560) (-560) (-1187 |#1|))) (-15 -2255 ((-1187 |#1|) (-560) (-560) (-1187 |#1|))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ((-1187 |#1|) |#1| (-1187 |#1|))) (-15 -1873 ((-1187 |#1|) |#1| (-1 (-1187 |#1|)))) (-15 -2907 ((-1187 |#1|) (-1187 (-1187 |#1|)))) (-15 -4013 ((-1187 |#1|) (-421 (-560)) (-1187 |#1|)))) |%noBranch|) (IF (|has| |#1| (-376)) (PROGN (-15 -4116 ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -3082 ((-1187 |#1|) (-1 |#1| (-560)) |#1| (-1 (-1187 |#1|)))) (-15 -2693 ((-1187 |#1|) |#1| (-1187 |#1|)))) |%noBranch|))
+((-2267 (((-1187 |#1|) (-1187 |#1|)) 102 T ELT)) (-2111 (((-1187 |#1|) (-1187 |#1|)) 61 T ELT)) (-3413 (((-2 (|:| -2243 (-1187 |#1|)) (|:| -2256 (-1187 |#1|))) (-1187 |#1|)) 98 T ELT)) (-2243 (((-1187 |#1|) (-1187 |#1|)) 99 T ELT)) (-4379 (((-2 (|:| -2683 (-1187 |#1|)) (|:| -2699 (-1187 |#1|))) (-1187 |#1|)) 54 T ELT)) (-2683 (((-1187 |#1|) (-1187 |#1|)) 55 T ELT)) (-2290 (((-1187 |#1|) (-1187 |#1|)) 104 T ELT)) (-2136 (((-1187 |#1|) (-1187 |#1|)) 68 T ELT)) (-3343 (((-1187 |#1|) (-1187 |#1|)) 40 T ELT)) (-2784 (((-1187 |#1|) (-1187 |#1|)) 37 T ELT)) (-2304 (((-1187 |#1|) (-1187 |#1|)) 105 T ELT)) (-2149 (((-1187 |#1|) (-1187 |#1|)) 69 T ELT)) (-2278 (((-1187 |#1|) (-1187 |#1|)) 103 T ELT)) (-2124 (((-1187 |#1|) (-1187 |#1|)) 64 T ELT)) (-2256 (((-1187 |#1|) (-1187 |#1|)) 100 T ELT)) (-2699 (((-1187 |#1|) (-1187 |#1|)) 56 T ELT)) (-2345 (((-1187 |#1|) (-1187 |#1|)) 113 T ELT)) (-2188 (((-1187 |#1|) (-1187 |#1|)) 88 T ELT)) (-2317 (((-1187 |#1|) (-1187 |#1|)) 107 T ELT)) (-2163 (((-1187 |#1|) (-1187 |#1|)) 84 T ELT)) (-2370 (((-1187 |#1|) (-1187 |#1|)) 117 T ELT)) (-2214 (((-1187 |#1|) (-1187 |#1|)) 92 T ELT)) (-2254 (((-1187 |#1|) (-1187 |#1|)) 119 T ELT)) (-2228 (((-1187 |#1|) (-1187 |#1|)) 94 T ELT)) (-2356 (((-1187 |#1|) (-1187 |#1|)) 115 T ELT)) (-2201 (((-1187 |#1|) (-1187 |#1|)) 90 T ELT)) (-2330 (((-1187 |#1|) (-1187 |#1|)) 109 T ELT)) (-2175 (((-1187 |#1|) (-1187 |#1|)) 86 T ELT)) (** (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 41 T ELT)))
+(((-1194 |#1|) (-10 -7 (-15 -2784 ((-1187 |#1|) (-1187 |#1|))) (-15 -3343 ((-1187 |#1|) (-1187 |#1|))) (-15 ** ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -4379 ((-2 (|:| -2683 (-1187 |#1|)) (|:| -2699 (-1187 |#1|))) (-1187 |#1|))) (-15 -2683 ((-1187 |#1|) (-1187 |#1|))) (-15 -2699 ((-1187 |#1|) (-1187 |#1|))) (-15 -2111 ((-1187 |#1|) (-1187 |#1|))) (-15 -2124 ((-1187 |#1|) (-1187 |#1|))) (-15 -2136 ((-1187 |#1|) (-1187 |#1|))) (-15 -2149 ((-1187 |#1|) (-1187 |#1|))) (-15 -2163 ((-1187 |#1|) (-1187 |#1|))) (-15 -2175 ((-1187 |#1|) (-1187 |#1|))) (-15 -2188 ((-1187 |#1|) (-1187 |#1|))) (-15 -2201 ((-1187 |#1|) (-1187 |#1|))) (-15 -2214 ((-1187 |#1|) (-1187 |#1|))) (-15 -2228 ((-1187 |#1|) (-1187 |#1|))) (-15 -3413 ((-2 (|:| -2243 (-1187 |#1|)) (|:| -2256 (-1187 |#1|))) (-1187 |#1|))) (-15 -2243 ((-1187 |#1|) (-1187 |#1|))) (-15 -2256 ((-1187 |#1|) (-1187 |#1|))) (-15 -2267 ((-1187 |#1|) (-1187 |#1|))) (-15 -2278 ((-1187 |#1|) (-1187 |#1|))) (-15 -2290 ((-1187 |#1|) (-1187 |#1|))) (-15 -2304 ((-1187 |#1|) (-1187 |#1|))) (-15 -2317 ((-1187 |#1|) (-1187 |#1|))) (-15 -2330 ((-1187 |#1|) (-1187 |#1|))) (-15 -2345 ((-1187 |#1|) (-1187 |#1|))) (-15 -2356 ((-1187 |#1|) (-1187 |#1|))) (-15 -2370 ((-1187 |#1|) (-1187 |#1|))) (-15 -2254 ((-1187 |#1|) (-1187 |#1|)))) (-38 (-421 (-560)))) (T -1194))
+((-2254 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2356 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2345 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2330 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2317 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2304 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2290 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2278 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2267 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2256 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2243 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3413 (*1 *2 *3) (-12 (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-2 (|:| -2243 (-1187 *4)) (|:| -2256 (-1187 *4)))) (-5 *1 (-1194 *4)) (-5 *3 (-1187 *4)))) (-2228 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2214 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2201 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2188 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2175 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2163 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2149 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2136 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2124 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2111 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2699 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2683 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-4379 (*1 *2 *3) (-12 (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-2 (|:| -2683 (-1187 *4)) (|:| -2699 (-1187 *4)))) (-5 *1 (-1194 *4)) (-5 *3 (-1187 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-3343 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))) (-2784 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1194 *3)))))
+(-10 -7 (-15 -2784 ((-1187 |#1|) (-1187 |#1|))) (-15 -3343 ((-1187 |#1|) (-1187 |#1|))) (-15 ** ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -4379 ((-2 (|:| -2683 (-1187 |#1|)) (|:| -2699 (-1187 |#1|))) (-1187 |#1|))) (-15 -2683 ((-1187 |#1|) (-1187 |#1|))) (-15 -2699 ((-1187 |#1|) (-1187 |#1|))) (-15 -2111 ((-1187 |#1|) (-1187 |#1|))) (-15 -2124 ((-1187 |#1|) (-1187 |#1|))) (-15 -2136 ((-1187 |#1|) (-1187 |#1|))) (-15 -2149 ((-1187 |#1|) (-1187 |#1|))) (-15 -2163 ((-1187 |#1|) (-1187 |#1|))) (-15 -2175 ((-1187 |#1|) (-1187 |#1|))) (-15 -2188 ((-1187 |#1|) (-1187 |#1|))) (-15 -2201 ((-1187 |#1|) (-1187 |#1|))) (-15 -2214 ((-1187 |#1|) (-1187 |#1|))) (-15 -2228 ((-1187 |#1|) (-1187 |#1|))) (-15 -3413 ((-2 (|:| -2243 (-1187 |#1|)) (|:| -2256 (-1187 |#1|))) (-1187 |#1|))) (-15 -2243 ((-1187 |#1|) (-1187 |#1|))) (-15 -2256 ((-1187 |#1|) (-1187 |#1|))) (-15 -2267 ((-1187 |#1|) (-1187 |#1|))) (-15 -2278 ((-1187 |#1|) (-1187 |#1|))) (-15 -2290 ((-1187 |#1|) (-1187 |#1|))) (-15 -2304 ((-1187 |#1|) (-1187 |#1|))) (-15 -2317 ((-1187 |#1|) (-1187 |#1|))) (-15 -2330 ((-1187 |#1|) (-1187 |#1|))) (-15 -2345 ((-1187 |#1|) (-1187 |#1|))) (-15 -2356 ((-1187 |#1|) (-1187 |#1|))) (-15 -2370 ((-1187 |#1|) (-1187 |#1|))) (-15 -2254 ((-1187 |#1|) (-1187 |#1|))))
+((-2267 (((-1187 |#1|) (-1187 |#1|)) 60 T ELT)) (-2111 (((-1187 |#1|) (-1187 |#1|)) 42 T ELT)) (-2243 (((-1187 |#1|) (-1187 |#1|)) 56 T ELT)) (-2683 (((-1187 |#1|) (-1187 |#1|)) 38 T ELT)) (-2290 (((-1187 |#1|) (-1187 |#1|)) 63 T ELT)) (-2136 (((-1187 |#1|) (-1187 |#1|)) 45 T ELT)) (-3343 (((-1187 |#1|) (-1187 |#1|)) 34 T ELT)) (-2784 (((-1187 |#1|) (-1187 |#1|)) 29 T ELT)) (-2304 (((-1187 |#1|) (-1187 |#1|)) 64 T ELT)) (-2149 (((-1187 |#1|) (-1187 |#1|)) 46 T ELT)) (-2278 (((-1187 |#1|) (-1187 |#1|)) 61 T ELT)) (-2124 (((-1187 |#1|) (-1187 |#1|)) 43 T ELT)) (-2256 (((-1187 |#1|) (-1187 |#1|)) 58 T ELT)) (-2699 (((-1187 |#1|) (-1187 |#1|)) 40 T ELT)) (-2345 (((-1187 |#1|) (-1187 |#1|)) 68 T ELT)) (-2188 (((-1187 |#1|) (-1187 |#1|)) 50 T ELT)) (-2317 (((-1187 |#1|) (-1187 |#1|)) 66 T ELT)) (-2163 (((-1187 |#1|) (-1187 |#1|)) 48 T ELT)) (-2370 (((-1187 |#1|) (-1187 |#1|)) 71 T ELT)) (-2214 (((-1187 |#1|) (-1187 |#1|)) 53 T ELT)) (-2254 (((-1187 |#1|) (-1187 |#1|)) 72 T ELT)) (-2228 (((-1187 |#1|) (-1187 |#1|)) 54 T ELT)) (-2356 (((-1187 |#1|) (-1187 |#1|)) 70 T ELT)) (-2201 (((-1187 |#1|) (-1187 |#1|)) 52 T ELT)) (-2330 (((-1187 |#1|) (-1187 |#1|)) 69 T ELT)) (-2175 (((-1187 |#1|) (-1187 |#1|)) 51 T ELT)) (** (((-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) 36 T ELT)))
+(((-1195 |#1|) (-10 -7 (-15 -2784 ((-1187 |#1|) (-1187 |#1|))) (-15 -3343 ((-1187 |#1|) (-1187 |#1|))) (-15 ** ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -2683 ((-1187 |#1|) (-1187 |#1|))) (-15 -2699 ((-1187 |#1|) (-1187 |#1|))) (-15 -2111 ((-1187 |#1|) (-1187 |#1|))) (-15 -2124 ((-1187 |#1|) (-1187 |#1|))) (-15 -2136 ((-1187 |#1|) (-1187 |#1|))) (-15 -2149 ((-1187 |#1|) (-1187 |#1|))) (-15 -2163 ((-1187 |#1|) (-1187 |#1|))) (-15 -2175 ((-1187 |#1|) (-1187 |#1|))) (-15 -2188 ((-1187 |#1|) (-1187 |#1|))) (-15 -2201 ((-1187 |#1|) (-1187 |#1|))) (-15 -2214 ((-1187 |#1|) (-1187 |#1|))) (-15 -2228 ((-1187 |#1|) (-1187 |#1|))) (-15 -2243 ((-1187 |#1|) (-1187 |#1|))) (-15 -2256 ((-1187 |#1|) (-1187 |#1|))) (-15 -2267 ((-1187 |#1|) (-1187 |#1|))) (-15 -2278 ((-1187 |#1|) (-1187 |#1|))) (-15 -2290 ((-1187 |#1|) (-1187 |#1|))) (-15 -2304 ((-1187 |#1|) (-1187 |#1|))) (-15 -2317 ((-1187 |#1|) (-1187 |#1|))) (-15 -2330 ((-1187 |#1|) (-1187 |#1|))) (-15 -2345 ((-1187 |#1|) (-1187 |#1|))) (-15 -2356 ((-1187 |#1|) (-1187 |#1|))) (-15 -2370 ((-1187 |#1|) (-1187 |#1|))) (-15 -2254 ((-1187 |#1|) (-1187 |#1|)))) (-38 (-421 (-560)))) (T -1195))
+((-2254 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2356 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2345 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2330 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2317 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2304 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2290 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2278 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2267 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2256 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2243 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2228 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2214 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2201 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2188 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2175 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2163 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2149 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2136 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2124 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2111 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2699 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2683 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-3343 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))) (-2784 (*1 *2 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1195 *3)))))
+(-10 -7 (-15 -2784 ((-1187 |#1|) (-1187 |#1|))) (-15 -3343 ((-1187 |#1|) (-1187 |#1|))) (-15 ** ((-1187 |#1|) (-1187 |#1|) (-1187 |#1|))) (-15 -2683 ((-1187 |#1|) (-1187 |#1|))) (-15 -2699 ((-1187 |#1|) (-1187 |#1|))) (-15 -2111 ((-1187 |#1|) (-1187 |#1|))) (-15 -2124 ((-1187 |#1|) (-1187 |#1|))) (-15 -2136 ((-1187 |#1|) (-1187 |#1|))) (-15 -2149 ((-1187 |#1|) (-1187 |#1|))) (-15 -2163 ((-1187 |#1|) (-1187 |#1|))) (-15 -2175 ((-1187 |#1|) (-1187 |#1|))) (-15 -2188 ((-1187 |#1|) (-1187 |#1|))) (-15 -2201 ((-1187 |#1|) (-1187 |#1|))) (-15 -2214 ((-1187 |#1|) (-1187 |#1|))) (-15 -2228 ((-1187 |#1|) (-1187 |#1|))) (-15 -2243 ((-1187 |#1|) (-1187 |#1|))) (-15 -2256 ((-1187 |#1|) (-1187 |#1|))) (-15 -2267 ((-1187 |#1|) (-1187 |#1|))) (-15 -2278 ((-1187 |#1|) (-1187 |#1|))) (-15 -2290 ((-1187 |#1|) (-1187 |#1|))) (-15 -2304 ((-1187 |#1|) (-1187 |#1|))) (-15 -2317 ((-1187 |#1|) (-1187 |#1|))) (-15 -2330 ((-1187 |#1|) (-1187 |#1|))) (-15 -2345 ((-1187 |#1|) (-1187 |#1|))) (-15 -2356 ((-1187 |#1|) (-1187 |#1|))) (-15 -2370 ((-1187 |#1|) (-1187 |#1|))) (-15 -2254 ((-1187 |#1|) (-1187 |#1|))))
+((-3055 (((-988 |#2|) |#2| |#2|) 50 T ELT)) (-4332 ((|#2| |#2| |#1|) 19 (|has| |#1| (-319)) ELT)))
+(((-1196 |#1| |#2|) (-10 -7 (-15 -3055 ((-988 |#2|) |#2| |#2|)) (IF (|has| |#1| (-319)) (-15 -4332 (|#2| |#2| |#1|)) |%noBranch|)) (-571) (-1275 |#1|)) (T -1196))
+((-4332 (*1 *2 *2 *3) (-12 (-4 *3 (-319)) (-4 *3 (-571)) (-5 *1 (-1196 *3 *2)) (-4 *2 (-1275 *3)))) (-3055 (*1 *2 *3 *3) (-12 (-4 *4 (-571)) (-5 *2 (-988 *3)) (-5 *1 (-1196 *4 *3)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -3055 ((-988 |#2|) |#2| |#2|)) (IF (|has| |#1| (-319)) (-15 -4332 (|#2| |#2| |#1|)) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3367 (($ $ (-663 (-793))) 79 T ELT)) (-2847 (($) 33 T ELT)) (-3976 (($ $) 51 T ELT)) (-3490 (((-663 $) $) 60 T ELT)) (-2244 (((-114) $) 19 T ELT)) (-3565 (((-663 (-973 |#2|)) $) 86 T ELT)) (-4444 (($ $) 80 T ELT)) (-3129 (((-793) $) 47 T ELT)) (-4446 (($) 32 T ELT)) (-3065 (($ $ (-663 (-793)) (-973 |#2|)) 72 T ELT) (($ $ (-663 (-793)) (-793)) 73 T ELT) (($ $ (-793) (-973 |#2|)) 75 T ELT)) (-1762 (($ $ $) 57 T ELT) (($ (-663 $)) 59 T ELT)) (-2785 (((-793) $) 87 T ELT)) (-3019 (((-114) $) 15 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3816 (((-114) $) 22 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1584 (((-174) $) 85 T ELT)) (-2231 (((-973 |#2|) $) 81 T ELT)) (-2082 (((-793) $) 82 T ELT)) (-3264 (((-114) $) 84 T ELT)) (-1997 (($ $ (-663 (-793)) (-174)) 78 T ELT)) (-3195 (($ $) 52 T ELT)) (-3834 (((-888) $) 99 T ELT)) (-4033 (($ $ (-663 (-793)) (-114)) 77 T ELT)) (-2094 (((-663 $) $) 11 T ELT)) (-3016 (($ $ (-793)) 46 T ELT)) (-3601 (($ $) 43 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3749 (($ $ $ (-973 |#2|) (-793)) 68 T ELT)) (-2862 (($ $ (-973 |#2|)) 67 T ELT)) (-4443 (($ $ (-663 (-793)) (-973 |#2|)) 66 T ELT) (($ $ (-663 (-793)) (-793)) 70 T ELT) (((-793) $ (-973 |#2|)) 71 T ELT)) (-2478 (((-114) $ $) 92 T ELT)))
+(((-1197 |#1| |#2|) (-13 (-1133) (-10 -8 (-15 -3019 ((-114) $)) (-15 -2244 ((-114) $)) (-15 -3816 ((-114) $)) (-15 -4446 ($)) (-15 -2847 ($)) (-15 -3601 ($ $)) (-15 -3016 ($ $ (-793))) (-15 -2094 ((-663 $) $)) (-15 -3129 ((-793) $)) (-15 -3976 ($ $)) (-15 -3195 ($ $)) (-15 -1762 ($ $ $)) (-15 -1762 ($ (-663 $))) (-15 -3490 ((-663 $) $)) (-15 -4443 ($ $ (-663 (-793)) (-973 |#2|))) (-15 -2862 ($ $ (-973 |#2|))) (-15 -3749 ($ $ $ (-973 |#2|) (-793))) (-15 -3065 ($ $ (-663 (-793)) (-973 |#2|))) (-15 -4443 ($ $ (-663 (-793)) (-793))) (-15 -3065 ($ $ (-663 (-793)) (-793))) (-15 -4443 ((-793) $ (-973 |#2|))) (-15 -3065 ($ $ (-793) (-973 |#2|))) (-15 -4033 ($ $ (-663 (-793)) (-114))) (-15 -1997 ($ $ (-663 (-793)) (-174))) (-15 -3367 ($ $ (-663 (-793)))) (-15 -2231 ((-973 |#2|) $)) (-15 -2082 ((-793) $)) (-15 -3264 ((-114) $)) (-15 -1584 ((-174) $)) (-15 -2785 ((-793) $)) (-15 -4444 ($ $)) (-15 -3565 ((-663 (-973 |#2|)) $)))) (-949) (-1081)) (T -1197))
+((-3019 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-2244 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-3816 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-4446 (*1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))) (-2847 (*1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))) (-3601 (*1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))) (-3016 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-2094 (*1 *2 *1) (-12 (-5 *2 (-663 (-1197 *3 *4))) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-3129 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-3976 (*1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))) (-3195 (*1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))) (-1762 (*1 *1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))) (-1762 (*1 *1 *2) (-12 (-5 *2 (-663 (-1197 *3 *4))) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-3490 (*1 *2 *1) (-12 (-5 *2 (-663 (-1197 *3 *4))) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-4443 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-973 *5)) (-4 *5 (-1081)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)))) (-2862 (*1 *1 *1 *2) (-12 (-5 *2 (-973 *4)) (-4 *4 (-1081)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)))) (-3749 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-973 *5)) (-5 *3 (-793)) (-4 *5 (-1081)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)))) (-3065 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-973 *5)) (-4 *5 (-1081)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)))) (-4443 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-793)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)) (-4 *5 (-1081)))) (-3065 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-793)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)) (-4 *5 (-1081)))) (-4443 (*1 *2 *1 *3) (-12 (-5 *3 (-973 *5)) (-4 *5 (-1081)) (-5 *2 (-793)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)))) (-3065 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-973 *5)) (-4 *5 (-1081)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)))) (-4033 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-114)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)) (-4 *5 (-1081)))) (-1997 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-663 (-793))) (-5 *3 (-174)) (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)) (-4 *5 (-1081)))) (-3367 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-2231 (*1 *2 *1) (-12 (-5 *2 (-973 *4)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-2082 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-3264 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-1584 (*1 *2 *1) (-12 (-5 *2 (-174)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-2785 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))) (-4444 (*1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))) (-3565 (*1 *2 *1) (-12 (-5 *2 (-663 (-973 *4))) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949)) (-4 *4 (-1081)))))
+(-13 (-1133) (-10 -8 (-15 -3019 ((-114) $)) (-15 -2244 ((-114) $)) (-15 -3816 ((-114) $)) (-15 -4446 ($)) (-15 -2847 ($)) (-15 -3601 ($ $)) (-15 -3016 ($ $ (-793))) (-15 -2094 ((-663 $) $)) (-15 -3129 ((-793) $)) (-15 -3976 ($ $)) (-15 -3195 ($ $)) (-15 -1762 ($ $ $)) (-15 -1762 ($ (-663 $))) (-15 -3490 ((-663 $) $)) (-15 -4443 ($ $ (-663 (-793)) (-973 |#2|))) (-15 -2862 ($ $ (-973 |#2|))) (-15 -3749 ($ $ $ (-973 |#2|) (-793))) (-15 -3065 ($ $ (-663 (-793)) (-973 |#2|))) (-15 -4443 ($ $ (-663 (-793)) (-793))) (-15 -3065 ($ $ (-663 (-793)) (-793))) (-15 -4443 ((-793) $ (-973 |#2|))) (-15 -3065 ($ $ (-793) (-973 |#2|))) (-15 -4033 ($ $ (-663 (-793)) (-114))) (-15 -1997 ($ $ (-663 (-793)) (-174))) (-15 -3367 ($ $ (-663 (-793)))) (-15 -2231 ((-973 |#2|) $)) (-15 -2082 ((-793) $)) (-15 -3264 ((-114) $)) (-15 -1584 ((-174) $)) (-15 -2785 ((-793) $)) (-15 -4444 ($ $)) (-15 -3565 ((-663 (-973 |#2|)) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3240 ((|#2| $) 11 T ELT)) (-3228 ((|#1| $) 10 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3845 (($ |#1| |#2|) 9 T ELT)) (-3834 (((-888) $) 16 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1198 |#1| |#2|) (-13 (-1133) (-10 -8 (-15 -3845 ($ |#1| |#2|)) (-15 -3228 (|#1| $)) (-15 -3240 (|#2| $)))) (-1133) (-1133)) (T -1198))
+((-3845 (*1 *1 *2 *3) (-12 (-5 *1 (-1198 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))) (-3228 (*1 *2 *1) (-12 (-4 *2 (-1133)) (-5 *1 (-1198 *2 *3)) (-4 *3 (-1133)))) (-3240 (*1 *2 *1) (-12 (-4 *2 (-1133)) (-5 *1 (-1198 *3 *2)) (-4 *3 (-1133)))))
+(-13 (-1133) (-10 -8 (-15 -3845 ($ |#1| |#2|)) (-15 -3228 (|#1| $)) (-15 -3240 (|#2| $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-1658 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 15 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1199) (-13 (-1115) (-10 -8 (-15 -1658 ((-1167) $))))) (T -1199))
+((-1658 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1199)))))
+(-13 (-1115) (-10 -8 (-15 -1658 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 (((-1207 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-319)) (|has| |#1| (-376))) ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 11 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-3575 (($ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-3442 (((-114) $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-1852 (($ $ (-560)) NIL T ELT) (($ $ (-560) (-560)) 75 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) NIL T ELT)) (-1402 (((-1207 |#1| |#2| |#3|) $) 42 T ELT)) (-2664 (((-3 (-1207 |#1| |#2| |#3|) "failed") $) 32 T ELT)) (-2769 (((-1207 |#1| |#2| |#3|) $) 33 T ELT)) (-2267 (($ $) 116 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 92 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2243 (($ $) 112 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 88 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2824 (((-560) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) NIL T ELT)) (-2290 (($ $) 120 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 96 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-1207 |#1| |#2| |#3|) "failed") $) 34 T ELT) (((-3 (-1209) "failed") $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1070 (-1209))) (|has| |#1| (-376))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) ELT)) (-4072 (((-1207 |#1| |#2| |#3|) $) 140 T ELT) (((-1209) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1070 (-1209))) (|has| |#1| (-376))) ELT) (((-421 (-560)) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-560) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) ELT)) (-2460 (($ $) 37 T ELT) (($ (-560) $) 38 T ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-1207 |#1| |#2| |#3|)) (-711 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-1207 |#1| |#2| |#3|))) (|:| |vec| (-1299 (-1207 |#1| |#2| |#3|)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT)) (-2167 (((-3 $ "failed") $) 54 T ELT)) (-1981 (((-421 (-976 |#1|)) $ (-560)) 74 (|has| |#1| (-571)) ELT) (((-421 (-976 |#1|)) $ (-560) (-560)) 76 (|has| |#1| (-571)) ELT)) (-2150 (($) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-1366 (((-114) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) ELT)) (-2512 (((-114) $) 28 T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-912 (-391))) (|has| |#1| (-376))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-912 (-560))) (|has| |#1| (-376))) ELT)) (-2918 (((-560) $) NIL T ELT) (((-560) $ (-560)) 26 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3125 (((-1207 |#1| |#2| |#3|) $) 44 (|has| |#1| (-376)) ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3851 (((-713 $) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1184)) (|has| |#1| (-376))) ELT)) (-1501 (((-114) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) ELT)) (-2842 (($ $ (-949)) NIL T ELT)) (-2647 (($ (-1 |#1| (-560)) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-560)) 19 T ELT) (($ $ (-1114) (-560)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-560))) NIL T ELT)) (-1622 (($ $ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-3934 (($ $ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-376)) ELT)) (-3343 (($ $) 81 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2974 (((-711 (-1207 |#1| |#2| |#3|)) (-1299 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-1207 |#1| |#2| |#3|))) (|:| |vec| (-1299 (-1207 |#1| |#2| |#3|)))) (-1299 $) $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-1299 $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2780 (($ (-560) (-1207 |#1| |#2| |#3|)) 36 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3671 (($ $) 79 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT) (($ $ (-1296 |#2|)) 80 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2689 (($) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1184)) (|has| |#1| (-376))) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2568 (($ $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-319)) (|has| |#1| (-376))) ELT)) (-1770 (((-1207 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-560)) 158 T ELT)) (-3795 (((-3 $ "failed") $ $) 55 (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2784 (($ $) 82 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT) (($ $ (-1209) (-1207 |#1| |#2| |#3|)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-528 (-1209) (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1209)) (-663 (-1207 |#1| |#2| |#3|))) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-528 (-1209) (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-305 (-1207 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-321 (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-305 (-1207 |#1| |#2| |#3|))) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-321 (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-321 (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1207 |#1| |#2| |#3|)) (-663 (-1207 |#1| |#2| |#3|))) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-321 (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-560)) NIL T ELT) (($ $ $) 61 (|has| (-560) (-1144)) ELT) (($ $ (-1207 |#1| |#2| |#3|)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-298 (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1 (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|)) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|))) NIL (|has| |#1| (-376)) ELT) (($ $ (-1296 |#2|)) 57 T ELT) (($ $) 56 (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT)) (-3200 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3138 (((-1207 |#1| |#2| |#3|) $) 46 (|has| |#1| (-376)) ELT)) (-4144 (((-560) $) 43 T ELT)) (-2304 (($ $) 122 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 98 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 118 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 94 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 114 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 90 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1830 (((-549) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-633 (-549))) (|has| |#1| (-376))) ELT) (((-391) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1052)) (|has| |#1| (-376))) ELT) (((-229) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1052)) (|has| |#1| (-376))) ELT) (((-916 (-391)) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-633 (-916 (-391)))) (|has| |#1| (-376))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-633 (-916 (-560)))) (|has| |#1| (-376))) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) 162 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1207 |#1| |#2| |#3|)) 30 T ELT) (($ (-1296 |#2|)) 25 T ELT) (($ (-1209)) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-1070 (-1209))) (|has| |#1| (-376))) ELT) (($ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT) (($ (-421 (-560))) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) (|has| |#1| (-38 (-421 (-560))))) ELT)) (-3580 ((|#1| $ (-560)) 77 T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-147)) (|has| |#1| (-376))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3236 ((|#1| $) 12 T ELT)) (-3887 (((-1207 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) 128 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 104 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-2317 (($ $) 124 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 100 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 132 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 108 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-560)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 134 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 110 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 130 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 106 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 126 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 102 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1958 (($ $) NIL (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) ELT)) (-2971 (($) 21 T CONST)) (-2983 (($) 16 T CONST)) (-3095 (($ $ (-1 (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|)) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|))) NIL (|has| |#1| (-376)) ELT) (($ $ (-1296 |#2|)) NIL T ELT) (($ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT)) (-2537 (((-114) $ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-2510 (((-114) $ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-2499 (((-114) $ $) NIL (-2309 (-12 (|has| (-1207 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1207 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) 49 (|has| |#1| (-376)) ELT) (($ (-1207 |#1| |#2| |#3|) (-1207 |#1| |#2| |#3|)) 50 (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 23 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 60 T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) 83 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 137 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-1207 |#1| |#2| |#3|)) 48 (|has| |#1| (-376)) ELT) (($ (-1207 |#1| |#2| |#3|) $) 47 (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1200 |#1| |#2| |#3|) (-13 (-1263 |#1| (-1207 |#1| |#2| |#3|)) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1296 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|))) (-1081) (-1209) |#1|) (T -1200))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1200 *3 *4 *5)) (-4 *3 (-1081)) (-14 *5 *3))) (-3671 (*1 *1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1200 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3))))
+(-13 (-1263 |#1| (-1207 |#1| |#2| |#3|)) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1296 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|)))
+((-3046 ((|#2| |#2| (-1124 |#2|)) 26 T ELT) ((|#2| |#2| (-1209)) 28 T ELT)))
+(((-1201 |#1| |#2|) (-10 -7 (-15 -3046 (|#2| |#2| (-1209))) (-15 -3046 (|#2| |#2| (-1124 |#2|)))) (-13 (-571) (-1070 (-560)) (-660 (-560))) (-13 (-435 |#1|) (-162) (-27) (-1235))) (T -1201))
+((-3046 (*1 *2 *2 *3) (-12 (-5 *3 (-1124 *2)) (-4 *2 (-13 (-435 *4) (-162) (-27) (-1235))) (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1201 *4 *2)))) (-3046 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1201 *4 *2)) (-4 *2 (-13 (-435 *4) (-162) (-27) (-1235))))))
+(-10 -7 (-15 -3046 (|#2| |#2| (-1209))) (-15 -3046 (|#2| |#2| (-1124 |#2|))))
+((-3046 (((-3 (-421 (-976 |#1|)) (-326 |#1|)) (-421 (-976 |#1|)) (-1124 (-421 (-976 |#1|)))) 31 T ELT) (((-421 (-976 |#1|)) (-976 |#1|) (-1124 (-976 |#1|))) 44 T ELT) (((-3 (-421 (-976 |#1|)) (-326 |#1|)) (-421 (-976 |#1|)) (-1209)) 33 T ELT) (((-421 (-976 |#1|)) (-976 |#1|) (-1209)) 36 T ELT)))
+(((-1202 |#1|) (-10 -7 (-15 -3046 ((-421 (-976 |#1|)) (-976 |#1|) (-1209))) (-15 -3046 ((-3 (-421 (-976 |#1|)) (-326 |#1|)) (-421 (-976 |#1|)) (-1209))) (-15 -3046 ((-421 (-976 |#1|)) (-976 |#1|) (-1124 (-976 |#1|)))) (-15 -3046 ((-3 (-421 (-976 |#1|)) (-326 |#1|)) (-421 (-976 |#1|)) (-1124 (-421 (-976 |#1|)))))) (-13 (-571) (-1070 (-560)))) (T -1202))
+((-3046 (*1 *2 *3 *4) (-12 (-5 *4 (-1124 (-421 (-976 *5)))) (-5 *3 (-421 (-976 *5))) (-4 *5 (-13 (-571) (-1070 (-560)))) (-5 *2 (-3 *3 (-326 *5))) (-5 *1 (-1202 *5)))) (-3046 (*1 *2 *3 *4) (-12 (-5 *4 (-1124 (-976 *5))) (-5 *3 (-976 *5)) (-4 *5 (-13 (-571) (-1070 (-560)))) (-5 *2 (-421 *3)) (-5 *1 (-1202 *5)))) (-3046 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-571) (-1070 (-560)))) (-5 *2 (-3 (-421 (-976 *5)) (-326 *5))) (-5 *1 (-1202 *5)) (-5 *3 (-421 (-976 *5))))) (-3046 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-571) (-1070 (-560)))) (-5 *2 (-421 (-976 *5))) (-5 *1 (-1202 *5)) (-5 *3 (-976 *5)))))
+(-10 -7 (-15 -3046 ((-421 (-976 |#1|)) (-976 |#1|) (-1209))) (-15 -3046 ((-3 (-421 (-976 |#1|)) (-326 |#1|)) (-421 (-976 |#1|)) (-1209))) (-15 -3046 ((-421 (-976 |#1|)) (-976 |#1|) (-1124 (-976 |#1|)))) (-15 -3046 ((-3 (-421 (-976 |#1|)) (-326 |#1|)) (-421 (-976 |#1|)) (-1124 (-421 (-976 |#1|))))))
+((-3808 (((-114) $ $) 171 T ELT)) (-3136 (((-114) $) 43 T ELT)) (-3868 (((-1299 |#1|) $ (-793)) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-4383 (($ (-1203 |#1|)) NIL T ELT)) (-2517 (((-1203 $) $ (-1114)) 82 T ELT) (((-1203 |#1|) $) 71 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) 164 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1114))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2332 (($ $ $) 158 (|has| |#1| (-571)) ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 95 (|has| |#1| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 115 (|has| |#1| (-940)) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-1356 (($ $ (-793)) 61 T ELT)) (-4132 (($ $ (-793)) 63 T ELT)) (-3490 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-466)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#1| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-1114) "failed") $) NIL T ELT)) (-4072 ((|#1| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-1114) $) NIL T ELT)) (-3273 (($ $ $ (-1114)) NIL (|has| |#1| (-175)) ELT) ((|#1| $ $) 160 (|has| |#1| (-175)) ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) 80 T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#1|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1634 (($ $ $) 131 T ELT)) (-3463 (($ $ $) NIL (|has| |#1| (-571)) ELT)) (-4397 (((-2 (|:| -3265 |#1|) (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-571)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-4332 (($ $) 165 (|has| |#1| (-466)) ELT) (($ $ (-1114)) NIL (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| (-793) $) 69 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-1114) (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-1114) (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-4259 (((-888) $ (-888)) 148 T ELT)) (-2918 (((-793) $ $) NIL (|has| |#1| (-571)) ELT)) (-3363 (((-114) $) 48 T ELT)) (-4055 (((-793) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| |#1| (-1184)) ELT)) (-2700 (($ (-1203 |#1|) (-1114)) 73 T ELT) (($ (-1203 $) (-1114)) 89 T ELT)) (-2842 (($ $ (-793)) 51 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) 87 T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-1114)) NIL T ELT) (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 153 T ELT)) (-3654 (((-793) $) NIL T ELT) (((-793) $ (-1114)) NIL T ELT) (((-663 (-793)) $ (-663 (-1114))) NIL T ELT)) (-3097 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1923 (((-1203 |#1|) $) NIL T ELT)) (-3311 (((-3 (-1114) "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) NIL T ELT) (((-711 |#1|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) 76 T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) NIL (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2177 (((-2 (|:| -3132 $) (|:| -4029 $)) $ (-793)) 60 T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-1114)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2689 (($) NIL (|has| |#1| (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) 50 T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 103 (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-466)) ELT) (($ $ $) 167 (|has| |#1| (-466)) ELT)) (-1711 (($ $ (-793) |#1| $) 123 T ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 101 (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 100 (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) 108 (|has| |#1| (-940)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) 163 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 124 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1114) |#1|) NIL T ELT) (($ $ (-663 (-1114)) (-663 |#1|)) NIL T ELT) (($ $ (-1114) $) NIL T ELT) (($ $ (-663 (-1114)) (-663 $)) NIL T ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ |#1|) 150 T ELT) (($ $ $) 151 T ELT) (((-421 $) (-421 $) (-421 $)) NIL (|has| |#1| (-571)) ELT) ((|#1| (-421 $) |#1|) NIL (|has| |#1| (-376)) ELT) (((-421 $) $ (-421 $)) NIL (|has| |#1| (-571)) ELT)) (-3731 (((-3 $ "failed") $ (-793)) 54 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 172 (|has| |#1| (-376)) ELT)) (-2810 (($ $ (-1114)) NIL (|has| |#1| (-175)) ELT) ((|#1| $) 156 (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-4144 (((-793) $) 78 T ELT) (((-793) $ (-1114)) NIL T ELT) (((-663 (-793)) $ (-663 (-1114))) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-1114) (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-1114) (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1114) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) 162 (|has| |#1| (-466)) ELT) (($ $ (-1114)) NIL (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-1881 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) NIL (|has| |#1| (-571)) ELT)) (-3834 (((-888) $) 149 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) 77 T ELT) (($ (-1114)) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-793)) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) 41 (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) 17 T CONST)) (-2983 (($) 19 T CONST)) (-3095 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#1| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) 120 T ELT)) (-2594 (($ $ |#1|) 173 (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 90 T ELT)) (** (($ $ (-949)) 14 T ELT) (($ $ (-793)) 12 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 39 T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 129 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1203 |#1|) (-13 (-1275 |#1|) (-10 -8 (-15 -4259 ((-888) $ (-888))) (-15 -1711 ($ $ (-793) |#1| $)))) (-1081)) (T -1203))
+((-4259 (*1 *2 *1 *2) (-12 (-5 *2 (-888)) (-5 *1 (-1203 *3)) (-4 *3 (-1081)))) (-1711 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1203 *3)) (-4 *3 (-1081)))))
+(-13 (-1275 |#1|) (-10 -8 (-15 -4259 ((-888) $ (-888))) (-15 -1711 ($ $ (-793) |#1| $))))
+((-1793 (((-1203 |#2|) (-1 |#2| |#1|) (-1203 |#1|)) 13 T ELT)))
+(((-1204 |#1| |#2|) (-10 -7 (-15 -1793 ((-1203 |#2|) (-1 |#2| |#1|) (-1203 |#1|)))) (-1081) (-1081)) (T -1204))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1203 *5)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-5 *2 (-1203 *6)) (-5 *1 (-1204 *5 *6)))))
+(-10 -7 (-15 -1793 ((-1203 |#2|) (-1 |#2| |#1|) (-1203 |#1|))))
+((-1903 (((-419 (-1203 (-421 |#4|))) (-1203 (-421 |#4|))) 51 T ELT)) (-2549 (((-419 (-1203 (-421 |#4|))) (-1203 (-421 |#4|))) 52 T ELT)))
+(((-1205 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2549 ((-419 (-1203 (-421 |#4|))) (-1203 (-421 |#4|)))) (-15 -1903 ((-419 (-1203 (-421 |#4|))) (-1203 (-421 |#4|))))) (-817) (-872) (-466) (-980 |#3| |#1| |#2|)) (T -1205))
+((-1903 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-466)) (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-419 (-1203 (-421 *7)))) (-5 *1 (-1205 *4 *5 *6 *7)) (-5 *3 (-1203 (-421 *7))))) (-2549 (*1 *2 *3) (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-466)) (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-419 (-1203 (-421 *7)))) (-5 *1 (-1205 *4 *5 *6 *7)) (-5 *3 (-1203 (-421 *7))))))
+(-10 -7 (-15 -2549 ((-419 (-1203 (-421 |#4|))) (-1203 (-421 |#4|)))) (-15 -1903 ((-419 (-1203 (-421 |#4|))) (-1203 (-421 |#4|)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 11 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-421 (-560))) NIL T ELT) (($ $ (-421 (-560)) (-421 (-560))) NIL T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) NIL T ELT)) (-2267 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2243 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-793) (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) NIL T ELT)) (-2290 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-1200 |#1| |#2| |#3|) "failed") $) 33 T ELT) (((-3 (-1207 |#1| |#2| |#3|) "failed") $) 36 T ELT)) (-4072 (((-1200 |#1| |#2| |#3|) $) NIL T ELT) (((-1207 |#1| |#2| |#3|) $) NIL T ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-1735 (((-421 (-560)) $) 59 T ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4239 (($ (-421 (-560)) (-1200 |#1| |#2| |#3|)) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-2512 (((-114) $) NIL T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-421 (-560)) $) NIL T ELT) (((-421 (-560)) $ (-421 (-560))) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-421 (-560))) 20 T ELT) (($ $ (-1114) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-421 (-560)))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3343 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3402 (((-1200 |#1| |#2| |#3|) $) 41 T ELT)) (-3688 (((-3 (-1200 |#1| |#2| |#3|) "failed") $) NIL T ELT)) (-2780 (((-1200 |#1| |#2| |#3|) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3671 (($ $) 39 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT) (($ $ (-1296 |#2|)) 40 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-421 (-560))) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2784 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-421 (-560))) NIL T ELT) (($ $ $) NIL (|has| (-421 (-560)) (-1144)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) 37 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1296 |#2|)) 38 T ELT)) (-4144 (((-421 (-560)) $) NIL T ELT)) (-2304 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) 62 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1200 |#1| |#2| |#3|)) 30 T ELT) (($ (-1207 |#1| |#2| |#3|)) 31 T ELT) (($ (-1296 |#2|)) 26 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-421 (-560))) NIL T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-3236 ((|#1| $) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-421 (-560))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 22 T CONST)) (-2983 (($) 16 T CONST)) (-3095 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1296 |#2|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 24 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1206 |#1| |#2| |#3|) (-13 (-1284 |#1| (-1200 |#1| |#2| |#3|)) (-922 $ (-1296 |#2|)) (-1070 (-1207 |#1| |#2| |#3|)) (-635 (-1296 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|))) (-1081) (-1209) |#1|) (T -1206))
+((-3671 (*1 *1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1206 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3))))
+(-13 (-1284 |#1| (-1200 |#1| |#2| |#3|)) (-922 $ (-1296 |#2|)) (-1070 (-1207 |#1| |#2| |#3|)) (-635 (-1296 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 129 T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 119 T ELT)) (-4106 (((-1268 |#2| |#1|) $ (-793)) 69 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-793)) 85 T ELT) (($ $ (-793) (-793)) 82 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-793)) (|:| |c| |#1|))) $) 105 T ELT)) (-2267 (($ $) 173 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2243 (($ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-793)) (|:| |c| |#1|)))) 118 T ELT) (($ (-1187 |#1|)) 113 T ELT)) (-2290 (($ $) 177 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) 25 T ELT)) (-2959 (($ $) 28 T ELT)) (-2048 (((-976 |#1|) $ (-793)) 81 T ELT) (((-976 |#1|) $ (-793) (-793)) 83 T ELT)) (-2512 (((-114) $) 124 T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-793) $) 126 T ELT) (((-793) $ (-793)) 128 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) NIL T ELT)) (-2647 (($ (-1 |#1| (-560)) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) 13 T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3343 (($ $) 135 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3671 (($ $) 133 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT) (($ $ (-1296 |#2|)) 134 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3201 (($ $ (-793)) 15 T ELT)) (-3795 (((-3 $ "failed") $ $) 26 (|has| |#1| (-571)) ELT)) (-2784 (($ $) 137 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-793)))) ELT)) (-3034 ((|#1| $ (-793)) 122 T ELT) (($ $ $) 132 (|has| (-793) (-1144)) ELT)) (-2703 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) 29 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-1296 |#2|)) 31 T ELT)) (-4144 (((-793) $) NIL T ELT)) (-2304 (($ $) 179 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 175 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) 206 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) 130 (|has| |#1| (-175)) ELT) (($ (-1268 |#2| |#1|)) 55 T ELT) (($ (-1296 |#2|)) 36 T ELT)) (-1551 (((-1187 |#1|) $) 101 T ELT)) (-3580 ((|#1| $ (-793)) 121 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-3236 ((|#1| $) 58 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) 185 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) 181 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 189 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-793)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 191 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 187 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 183 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 17 T CONST)) (-2983 (($) 20 T CONST)) (-3095 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-1296 |#2|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) 198 T ELT)) (-2571 (($ $ $) 35 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ |#1|) 203 (|has| |#1| (-376)) ELT) (($ $ $) 138 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 136 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1207 |#1| |#2| |#3|) (-13 (-1292 |#1|) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1268 |#2| |#1|))) (-15 -4106 ((-1268 |#2| |#1|) $ (-793))) (-15 -3834 ($ (-1296 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|))) (-1081) (-1209) |#1|) (T -1207))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1268 *4 *3)) (-4 *3 (-1081)) (-14 *4 (-1209)) (-14 *5 *3) (-5 *1 (-1207 *3 *4 *5)))) (-4106 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1268 *5 *4)) (-5 *1 (-1207 *4 *5 *6)) (-4 *4 (-1081)) (-14 *5 (-1209)) (-14 *6 *4))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1207 *3 *4 *5)) (-4 *3 (-1081)) (-14 *5 *3))) (-3671 (*1 *1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1207 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3))))
+(-13 (-1292 |#1|) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1268 |#2| |#1|))) (-15 -4106 ((-1268 |#2| |#1|) $ (-793))) (-15 -3834 ($ (-1296 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|)))
+((-3834 (((-888) $) 33 T ELT) (($ (-1209)) 35 T ELT)) (-2309 (($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 46 T ELT)) (-2295 (($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 39 T ELT) (($ $) 40 T ELT)) (-2829 (($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 41 T ELT)) (-2814 (($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 43 T ELT)) (-2803 (($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 42 T ELT)) (-2792 (($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 44 T ELT)) (-1539 (($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 47 T ELT)) (-12 (($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $))) 45 T ELT)))
+(((-1208) (-13 (-632 (-888)) (-10 -8 (-15 -3834 ($ (-1209))) (-15 -2829 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2803 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2814 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2792 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2309 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -1539 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2295 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2295 ($ $))))) (T -1208))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1208)))) (-2829 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208)))) (-5 *1 (-1208)))) (-2803 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208)))) (-5 *1 (-1208)))) (-2814 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208)))) (-5 *1 (-1208)))) (-2792 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208)))) (-5 *1 (-1208)))) (-2309 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208)))) (-5 *1 (-1208)))) (-1539 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208)))) (-5 *1 (-1208)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208)))) (-5 *1 (-1208)))) (-2295 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208)))) (-5 *1 (-1208)))) (-2295 (*1 *1 *1) (-5 *1 (-1208))))
+(-13 (-632 (-888)) (-10 -8 (-15 -3834 ($ (-1209))) (-15 -2829 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2803 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2814 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2792 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2309 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -1539 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)) (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2295 ($ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391))) (|:| CF (-326 (-171 (-391)))) (|:| |switch| $)))) (-15 -2295 ($ $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2172 (($ $ (-663 (-888))) 62 T ELT)) (-3224 (($ $ (-663 (-888))) 60 T ELT)) (-2716 (((-1191) $) 101 T ELT)) (-3981 (((-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888))) (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888))) (|:| |args| (-663 (-888)))) $) 108 T ELT)) (-1514 (((-114) $) 23 T ELT)) (-2722 (($ $ (-663 (-663 (-888)))) 59 T ELT) (($ $ (-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888))) (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888))) (|:| |args| (-663 (-888))))) 99 T ELT)) (-4489 (($) 163 T CONST)) (-1708 (((-1305)) 135 T ELT)) (-2528 (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 69 T ELT) (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 76 T ELT)) (-4446 (($) 122 T ELT) (($ $) 131 T ELT)) (-2187 (($ $) 100 T ELT)) (-1622 (($ $ $) NIL T ELT)) (-3934 (($ $ $) NIL T ELT)) (-3209 (((-663 $) $) 136 T ELT)) (-2128 (((-1191) $) 114 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3034 (($ $ (-663 (-888))) 61 T ELT)) (-1830 (((-549) $) 48 T ELT) (((-1209) $) 49 T ELT) (((-916 (-560)) $) 80 T ELT) (((-916 (-391)) $) 78 T ELT)) (-3834 (((-888) $) 55 T ELT) (($ (-1191)) 50 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3755 (($ $ (-663 (-888))) 63 T ELT)) (-2455 (((-1191) $) 34 T ELT) (((-1191) $ (-114)) 35 T ELT) (((-1305) (-847) $) 36 T ELT) (((-1305) (-847) $ (-114)) 37 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 51 T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) 52 T ELT)))
+(((-1209) (-13 (-872) (-633 (-549)) (-845) (-633 (-1209)) (-635 (-1191)) (-633 (-916 (-560))) (-633 (-916 (-391))) (-912 (-560)) (-912 (-391)) (-10 -8 (-15 -4446 ($)) (-15 -4446 ($ $)) (-15 -1708 ((-1305))) (-15 -2187 ($ $)) (-15 -1514 ((-114) $)) (-15 -3981 ((-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888))) (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888))) (|:| |args| (-663 (-888)))) $)) (-15 -2722 ($ $ (-663 (-663 (-888))))) (-15 -2722 ($ $ (-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888))) (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888))) (|:| |args| (-663 (-888)))))) (-15 -3224 ($ $ (-663 (-888)))) (-15 -2172 ($ $ (-663 (-888)))) (-15 -3755 ($ $ (-663 (-888)))) (-15 -3034 ($ $ (-663 (-888)))) (-15 -2716 ((-1191) $)) (-15 -3209 ((-663 $) $)) (-15 -4489 ($) -2292)))) (T -1209))
+((-4446 (*1 *1) (-5 *1 (-1209))) (-4446 (*1 *1 *1) (-5 *1 (-1209))) (-1708 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1209)))) (-2187 (*1 *1 *1) (-5 *1 (-1209))) (-1514 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1209)))) (-3981 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888))) (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888))) (|:| |args| (-663 (-888))))) (-5 *1 (-1209)))) (-2722 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 (-888)))) (-5 *1 (-1209)))) (-2722 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888))) (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888))) (|:| |args| (-663 (-888))))) (-5 *1 (-1209)))) (-3224 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-1209)))) (-2172 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-1209)))) (-3755 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-1209)))) (-3034 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-1209)))) (-2716 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1209)))) (-3209 (*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-1209)))) (-4489 (*1 *1) (-5 *1 (-1209))))
+(-13 (-872) (-633 (-549)) (-845) (-633 (-1209)) (-635 (-1191)) (-633 (-916 (-560))) (-633 (-916 (-391))) (-912 (-560)) (-912 (-391)) (-10 -8 (-15 -4446 ($)) (-15 -4446 ($ $)) (-15 -1708 ((-1305))) (-15 -2187 ($ $)) (-15 -1514 ((-114) $)) (-15 -3981 ((-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888))) (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888))) (|:| |args| (-663 (-888)))) $)) (-15 -2722 ($ $ (-663 (-663 (-888))))) (-15 -2722 ($ $ (-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888))) (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888))) (|:| |args| (-663 (-888)))))) (-15 -3224 ($ $ (-663 (-888)))) (-15 -2172 ($ $ (-663 (-888)))) (-15 -3755 ($ $ (-663 (-888)))) (-15 -3034 ($ $ (-663 (-888)))) (-15 -2716 ((-1191) $)) (-15 -3209 ((-663 $) $)) (-15 -4489 ($) -2292)))
+((-2436 (((-1299 |#1|) |#1| (-949)) 18 T ELT) (((-1299 |#1|) (-663 |#1|)) 25 T ELT)))
+(((-1210 |#1|) (-10 -7 (-15 -2436 ((-1299 |#1|) (-663 |#1|))) (-15 -2436 ((-1299 |#1|) |#1| (-949)))) (-1081)) (T -1210))
+((-2436 (*1 *2 *3 *4) (-12 (-5 *4 (-949)) (-5 *2 (-1299 *3)) (-5 *1 (-1210 *3)) (-4 *3 (-1081)))) (-2436 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1081)) (-5 *2 (-1299 *4)) (-5 *1 (-1210 *4)))))
+(-10 -7 (-15 -2436 ((-1299 |#1|) (-663 |#1|))) (-15 -2436 ((-1299 |#1|) |#1| (-949))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 |#1| "failed") $) NIL T ELT)) (-4072 (((-560) $) NIL (|has| |#1| (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| |#1| (-1070 (-421 (-560)))) ELT) ((|#1| $) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-4332 (($ $) NIL (|has| |#1| (-466)) ELT)) (-4240 (($ $ |#1| (-1003) $) NIL T ELT)) (-3363 (((-114) $) 17 T ELT)) (-4055 (((-793) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-1003)) NIL T ELT)) (-3654 (((-1003) $) NIL T ELT)) (-3097 (($ (-1 (-1003) (-1003)) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#1| $) NIL T ELT)) (-1711 (($ $ (-1003) |#1| $) NIL (-12 (|has| (-1003) (-133)) (|has| |#1| (-571))) ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-571)) ELT)) (-4144 (((-1003) $) NIL T ELT)) (-3878 ((|#1| $) NIL (|has| |#1| (-466)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-1070 (-421 (-560))))) ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-1003)) NIL T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2971 (($) 10 T CONST)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 21 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 22 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 16 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1211 |#1|) (-13 (-338 |#1| (-1003)) (-10 -8 (IF (|has| |#1| (-571)) (IF (|has| (-1003) (-133)) (-15 -1711 ($ $ (-1003) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4508)) (-6 -4508) |%noBranch|))) (-1081)) (T -1211))
+((-1711 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-1003)) (-4 *2 (-133)) (-5 *1 (-1211 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))))
+(-13 (-338 |#1| (-1003)) (-10 -8 (IF (|has| |#1| (-571)) (IF (|has| (-1003) (-133)) (-15 -1711 ($ $ (-1003) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4508)) (-6 -4508) |%noBranch|)))
+((-2277 (((-1213) (-1209) $) 25 T ELT)) (-4278 (($) 29 T ELT)) (-3917 (((-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-1209) $) 22 T ELT)) (-1700 (((-1305) (-1209) (-3 (|:| |fst| (-448)) (|:| -4056 "void")) $) 41 T ELT) (((-1305) (-1209) (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) 42 T ELT) (((-1305) (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) 43 T ELT)) (-1790 (((-1305) (-1209)) 58 T ELT)) (-2762 (((-1305) (-1209) $) 55 T ELT) (((-1305) (-1209)) 56 T ELT) (((-1305)) 57 T ELT)) (-4063 (((-1305) (-1209)) 37 T ELT)) (-1553 (((-1209)) 36 T ELT)) (-3614 (($) 34 T ELT)) (-4221 (((-450) (-1209) (-450) (-1209) $) 45 T ELT) (((-450) (-663 (-1209)) (-450) (-1209) $) 49 T ELT) (((-450) (-1209) (-450)) 46 T ELT) (((-450) (-1209) (-450) (-1209)) 50 T ELT)) (-1737 (((-1209)) 35 T ELT)) (-3834 (((-888) $) 28 T ELT)) (-1730 (((-1305)) 30 T ELT) (((-1305) (-1209)) 33 T ELT)) (-2351 (((-663 (-1209)) (-1209) $) 24 T ELT)) (-2467 (((-1305) (-1209) (-663 (-1209)) $) 38 T ELT) (((-1305) (-1209) (-663 (-1209))) 39 T ELT) (((-1305) (-663 (-1209))) 40 T ELT)))
+(((-1212) (-13 (-632 (-888)) (-10 -8 (-15 -4278 ($)) (-15 -1730 ((-1305))) (-15 -1730 ((-1305) (-1209))) (-15 -4221 ((-450) (-1209) (-450) (-1209) $)) (-15 -4221 ((-450) (-663 (-1209)) (-450) (-1209) $)) (-15 -4221 ((-450) (-1209) (-450))) (-15 -4221 ((-450) (-1209) (-450) (-1209))) (-15 -4063 ((-1305) (-1209))) (-15 -1737 ((-1209))) (-15 -1553 ((-1209))) (-15 -2467 ((-1305) (-1209) (-663 (-1209)) $)) (-15 -2467 ((-1305) (-1209) (-663 (-1209)))) (-15 -2467 ((-1305) (-663 (-1209)))) (-15 -1700 ((-1305) (-1209) (-3 (|:| |fst| (-448)) (|:| -4056 "void")) $)) (-15 -1700 ((-1305) (-1209) (-3 (|:| |fst| (-448)) (|:| -4056 "void")))) (-15 -1700 ((-1305) (-3 (|:| |fst| (-448)) (|:| -4056 "void")))) (-15 -2762 ((-1305) (-1209) $)) (-15 -2762 ((-1305) (-1209))) (-15 -2762 ((-1305))) (-15 -1790 ((-1305) (-1209))) (-15 -3614 ($)) (-15 -3917 ((-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-1209) $)) (-15 -2351 ((-663 (-1209)) (-1209) $)) (-15 -2277 ((-1213) (-1209) $))))) (T -1212))
+((-4278 (*1 *1) (-5 *1 (-1212))) (-1730 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1212)))) (-1730 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-4221 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-450)) (-5 *3 (-1209)) (-5 *1 (-1212)))) (-4221 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-450)) (-5 *3 (-663 (-1209))) (-5 *4 (-1209)) (-5 *1 (-1212)))) (-4221 (*1 *2 *3 *2) (-12 (-5 *2 (-450)) (-5 *3 (-1209)) (-5 *1 (-1212)))) (-4221 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-450)) (-5 *3 (-1209)) (-5 *1 (-1212)))) (-4063 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-1737 (*1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1212)))) (-1553 (*1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1212)))) (-2467 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-663 (-1209))) (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-2467 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-1209))) (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-2467 (*1 *2 *3) (-12 (-5 *3 (-663 (-1209))) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-1700 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1209)) (-5 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-1700 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-5 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-1700 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-2762 (*1 *2 *3 *1) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-2762 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-2762 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1212)))) (-1790 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))) (-3614 (*1 *1) (-5 *1 (-1212))) (-3917 (*1 *2 *3 *1) (-12 (-5 *3 (-1209)) (-5 *2 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *1 (-1212)))) (-2351 (*1 *2 *3 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-1212)) (-5 *3 (-1209)))) (-2277 (*1 *2 *3 *1) (-12 (-5 *3 (-1209)) (-5 *2 (-1213)) (-5 *1 (-1212)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -4278 ($)) (-15 -1730 ((-1305))) (-15 -1730 ((-1305) (-1209))) (-15 -4221 ((-450) (-1209) (-450) (-1209) $)) (-15 -4221 ((-450) (-663 (-1209)) (-450) (-1209) $)) (-15 -4221 ((-450) (-1209) (-450))) (-15 -4221 ((-450) (-1209) (-450) (-1209))) (-15 -4063 ((-1305) (-1209))) (-15 -1737 ((-1209))) (-15 -1553 ((-1209))) (-15 -2467 ((-1305) (-1209) (-663 (-1209)) $)) (-15 -2467 ((-1305) (-1209) (-663 (-1209)))) (-15 -2467 ((-1305) (-663 (-1209)))) (-15 -1700 ((-1305) (-1209) (-3 (|:| |fst| (-448)) (|:| -4056 "void")) $)) (-15 -1700 ((-1305) (-1209) (-3 (|:| |fst| (-448)) (|:| -4056 "void")))) (-15 -1700 ((-1305) (-3 (|:| |fst| (-448)) (|:| -4056 "void")))) (-15 -2762 ((-1305) (-1209) $)) (-15 -2762 ((-1305) (-1209))) (-15 -2762 ((-1305))) (-15 -1790 ((-1305) (-1209))) (-15 -3614 ($)) (-15 -3917 ((-3 (|:| |fst| (-448)) (|:| -4056 "void")) (-1209) $)) (-15 -2351 ((-663 (-1209)) (-1209) $)) (-15 -2277 ((-1213) (-1209) $))))
+((-2107 (((-663 (-663 (-3 (|:| -2187 (-1209)) (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560))))))))) $) 66 T ELT)) (-3586 (((-663 (-3 (|:| -2187 (-1209)) (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560)))))))) (-448) $) 47 T ELT)) (-2520 (($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-450))))) 17 T ELT)) (-1790 (((-1305) $) 73 T ELT)) (-1686 (((-663 (-1209)) $) 22 T ELT)) (-1407 (((-1135) $) 60 T ELT)) (-1749 (((-450) (-1209) $) 27 T ELT)) (-2451 (((-663 (-1209)) $) 30 T ELT)) (-3614 (($) 19 T ELT)) (-4221 (((-450) (-663 (-1209)) (-450) $) 25 T ELT) (((-450) (-1209) (-450) $) 24 T ELT)) (-3834 (((-888) $) 9 T ELT) (((-1221 (-1209) (-450)) $) 13 T ELT)))
+(((-1213) (-13 (-632 (-888)) (-10 -8 (-15 -3834 ((-1221 (-1209) (-450)) $)) (-15 -3614 ($)) (-15 -4221 ((-450) (-663 (-1209)) (-450) $)) (-15 -4221 ((-450) (-1209) (-450) $)) (-15 -1749 ((-450) (-1209) $)) (-15 -1686 ((-663 (-1209)) $)) (-15 -3586 ((-663 (-3 (|:| -2187 (-1209)) (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560)))))))) (-448) $)) (-15 -2451 ((-663 (-1209)) $)) (-15 -2107 ((-663 (-663 (-3 (|:| -2187 (-1209)) (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560))))))))) $)) (-15 -1407 ((-1135) $)) (-15 -1790 ((-1305) $)) (-15 -2520 ($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-450))))))))) (T -1213))
+((-3834 (*1 *2 *1) (-12 (-5 *2 (-1221 (-1209) (-450))) (-5 *1 (-1213)))) (-3614 (*1 *1) (-5 *1 (-1213))) (-4221 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-450)) (-5 *3 (-663 (-1209))) (-5 *1 (-1213)))) (-4221 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-450)) (-5 *3 (-1209)) (-5 *1 (-1213)))) (-1749 (*1 *2 *3 *1) (-12 (-5 *3 (-1209)) (-5 *2 (-450)) (-5 *1 (-1213)))) (-1686 (*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-1213)))) (-3586 (*1 *2 *3 *1) (-12 (-5 *3 (-448)) (-5 *2 (-663 (-3 (|:| -2187 (-1209)) (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560))))))))) (-5 *1 (-1213)))) (-2451 (*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-1213)))) (-2107 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-3 (|:| -2187 (-1209)) (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560)))))))))) (-5 *1 (-1213)))) (-1407 (*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-1213)))) (-1790 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1213)))) (-2520 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-450))))) (-5 *1 (-1213)))))
+(-13 (-632 (-888)) (-10 -8 (-15 -3834 ((-1221 (-1209) (-450)) $)) (-15 -3614 ($)) (-15 -4221 ((-450) (-663 (-1209)) (-450) $)) (-15 -4221 ((-450) (-1209) (-450) $)) (-15 -1749 ((-450) (-1209) $)) (-15 -1686 ((-663 (-1209)) $)) (-15 -3586 ((-663 (-3 (|:| -2187 (-1209)) (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560)))))))) (-448) $)) (-15 -2451 ((-663 (-1209)) $)) (-15 -2107 ((-663 (-663 (-3 (|:| -2187 (-1209)) (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560))))))))) $)) (-15 -1407 ((-1135) $)) (-15 -1790 ((-1305) $)) (-15 -2520 ($ (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-450))))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-4142 (((-3 (-560) "failed") $) 29 T ELT) (((-3 (-229) "failed") $) 35 T ELT) (((-3 (-520) "failed") $) 43 T ELT) (((-3 (-1191) "failed") $) 47 T ELT)) (-4072 (((-560) $) 30 T ELT) (((-229) $) 36 T ELT) (((-520) $) 40 T ELT) (((-1191) $) 48 T ELT)) (-1391 (((-114) $) 53 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2284 (((-3 (-560) (-229) (-520) (-1191) $) $) 56 T ELT)) (-2695 (((-663 $) $) 58 T ELT)) (-1830 (((-1135) $) 24 T ELT) (($ (-1135)) 25 T ELT)) (-3040 (((-114) $) 57 T ELT)) (-3834 (((-888) $) 23 T ELT) (($ (-560)) 26 T ELT) (($ (-229)) 32 T ELT) (($ (-520)) 38 T ELT) (($ (-1191)) 44 T ELT) (((-549) $) 60 T ELT) (((-560) $) 31 T ELT) (((-229) $) 37 T ELT) (((-520) $) 41 T ELT) (((-1191) $) 49 T ELT)) (-2960 (((-114) $ (|[\|\|]| (-560))) 10 T ELT) (((-114) $ (|[\|\|]| (-229))) 13 T ELT) (((-114) $ (|[\|\|]| (-520))) 19 T ELT) (((-114) $ (|[\|\|]| (-1191))) 16 T ELT)) (-1850 (($ (-520) (-663 $)) 51 T ELT) (($ $ (-663 $)) 52 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4027 (((-560) $) 27 T ELT) (((-229) $) 33 T ELT) (((-520) $) 39 T ELT) (((-1191) $) 45 T ELT)) (-2478 (((-114) $ $) 7 T ELT)))
+(((-1214) (-13 (-1295) (-1133) (-1070 (-560)) (-1070 (-229)) (-1070 (-520)) (-1070 (-1191)) (-632 (-549)) (-10 -8 (-15 -1830 ((-1135) $)) (-15 -1830 ($ (-1135))) (-15 -3834 ((-560) $)) (-15 -4027 ((-560) $)) (-15 -3834 ((-229) $)) (-15 -4027 ((-229) $)) (-15 -3834 ((-520) $)) (-15 -4027 ((-520) $)) (-15 -3834 ((-1191) $)) (-15 -4027 ((-1191) $)) (-15 -1850 ($ (-520) (-663 $))) (-15 -1850 ($ $ (-663 $))) (-15 -1391 ((-114) $)) (-15 -2284 ((-3 (-560) (-229) (-520) (-1191) $) $)) (-15 -2695 ((-663 $) $)) (-15 -3040 ((-114) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-560)))) (-15 -2960 ((-114) $ (|[\|\|]| (-229)))) (-15 -2960 ((-114) $ (|[\|\|]| (-520)))) (-15 -2960 ((-114) $ (|[\|\|]| (-1191))))))) (T -1214))
+((-1830 (*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-1214)))) (-1830 (*1 *1 *2) (-12 (-5 *2 (-1135)) (-5 *1 (-1214)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1214)))) (-4027 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1214)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-1214)))) (-4027 (*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-1214)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1214)))) (-4027 (*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1214)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1214)))) (-4027 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1214)))) (-1850 (*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-663 (-1214))) (-5 *1 (-1214)))) (-1850 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1214))) (-5 *1 (-1214)))) (-1391 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1214)))) (-2284 (*1 *2 *1) (-12 (-5 *2 (-3 (-560) (-229) (-520) (-1191) (-1214))) (-5 *1 (-1214)))) (-2695 (*1 *2 *1) (-12 (-5 *2 (-663 (-1214))) (-5 *1 (-1214)))) (-3040 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1214)))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-560))) (-5 *2 (-114)) (-5 *1 (-1214)))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-229))) (-5 *2 (-114)) (-5 *1 (-1214)))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)) (-5 *1 (-1214)))) (-2960 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-114)) (-5 *1 (-1214)))))
+(-13 (-1295) (-1133) (-1070 (-560)) (-1070 (-229)) (-1070 (-520)) (-1070 (-1191)) (-632 (-549)) (-10 -8 (-15 -1830 ((-1135) $)) (-15 -1830 ($ (-1135))) (-15 -3834 ((-560) $)) (-15 -4027 ((-560) $)) (-15 -3834 ((-229) $)) (-15 -4027 ((-229) $)) (-15 -3834 ((-520) $)) (-15 -4027 ((-520) $)) (-15 -3834 ((-1191) $)) (-15 -4027 ((-1191) $)) (-15 -1850 ($ (-520) (-663 $))) (-15 -1850 ($ $ (-663 $))) (-15 -1391 ((-114) $)) (-15 -2284 ((-3 (-560) (-229) (-520) (-1191) $) $)) (-15 -2695 ((-663 $) $)) (-15 -3040 ((-114) $)) (-15 -2960 ((-114) $ (|[\|\|]| (-560)))) (-15 -2960 ((-114) $ (|[\|\|]| (-229)))) (-15 -2960 ((-114) $ (|[\|\|]| (-520)))) (-15 -2960 ((-114) $ (|[\|\|]| (-1191))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2233 (((-793)) 22 T ELT)) (-4489 (($) 12 T CONST)) (-2150 (($) 26 T ELT)) (-1622 (($ $ $) NIL T ELT) (($) 19 T CONST)) (-3934 (($ $ $) NIL T ELT) (($) 20 T CONST)) (-3862 (((-949) $) 24 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) 23 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)))
+(((-1215 |#1|) (-13 (-868) (-10 -8 (-15 -4489 ($) -2292))) (-949)) (T -1215))
+((-4489 (*1 *1) (-12 (-5 *1 (-1215 *2)) (-14 *2 (-949)))))
+(-13 (-868) (-10 -8 (-15 -4489 ($) -2292)))
((|Integer|) (|%not| (|%ilt| @1 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) 25 T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) 19 T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) 12 T CONST)) (-2718 (($ $ $) NIL T ELT) (($) 18 T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3634 (($ $ $) 21 T ELT)) (-3620 (($ $ $) 20 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) 23 T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) 22 T ELT)))
-(((-1215 |#1|) (-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721))) (-948)) (T -1215))
-((-3620 (*1 *1 *1 *1) (-12 (-5 *1 (-1215 *2)) (-14 *2 (-948)))) (-3634 (*1 *1 *1 *1) (-12 (-5 *1 (-1215 *2)) (-14 *2 (-948)))) (-3366 (*1 *1) (-12 (-5 *1 (-1215 *2)) (-14 *2 (-948)))))
-(-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) 25 T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) 19 T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) 12 T CONST)) (-3934 (($ $ $) NIL T ELT) (($) 18 T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1879 (($ $ $) 21 T ELT)) (-1867 (($ $ $) 20 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) 23 T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) 22 T ELT)))
+(((-1216 |#1|) (-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292))) (-949)) (T -1216))
+((-1867 (*1 *1 *1 *1) (-12 (-5 *1 (-1216 *2)) (-14 *2 (-949)))) (-1879 (*1 *1 *1 *1) (-12 (-5 *1 (-1216 *2)) (-14 *2 (-949)))) (-4489 (*1 *1) (-12 (-5 *1 (-1216 *2)) (-14 *2 (-949)))))
+(-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))
((|NonNegativeInteger|) (|%not| (|%ilt| @1 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 9 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 7 T ELT)))
-(((-1216) (-1132)) (T -1216))
-NIL
-(-1132)
-((-4458 (((-663 (-663 (-975 |#1|))) (-663 (-421 (-975 |#1|))) (-663 (-1208))) 69 T ELT)) (-3824 (((-663 (-305 (-421 (-975 |#1|)))) (-305 (-421 (-975 |#1|)))) 80 T ELT) (((-663 (-305 (-421 (-975 |#1|)))) (-421 (-975 |#1|))) 76 T ELT) (((-663 (-305 (-421 (-975 |#1|)))) (-305 (-421 (-975 |#1|))) (-1208)) 81 T ELT) (((-663 (-305 (-421 (-975 |#1|)))) (-421 (-975 |#1|)) (-1208)) 75 T ELT) (((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-305 (-421 (-975 |#1|))))) 106 T ELT) (((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-421 (-975 |#1|)))) 105 T ELT) (((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-305 (-421 (-975 |#1|)))) (-663 (-1208))) 107 T ELT) (((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-421 (-975 |#1|))) (-663 (-1208))) 104 T ELT)))
-(((-1217 |#1|) (-10 -7 (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-421 (-975 |#1|))) (-663 (-1208)))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-305 (-421 (-975 |#1|)))) (-663 (-1208)))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-421 (-975 |#1|))))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-305 (-421 (-975 |#1|)))))) (-15 -3824 ((-663 (-305 (-421 (-975 |#1|)))) (-421 (-975 |#1|)) (-1208))) (-15 -3824 ((-663 (-305 (-421 (-975 |#1|)))) (-305 (-421 (-975 |#1|))) (-1208))) (-15 -3824 ((-663 (-305 (-421 (-975 |#1|)))) (-421 (-975 |#1|)))) (-15 -3824 ((-663 (-305 (-421 (-975 |#1|)))) (-305 (-421 (-975 |#1|))))) (-15 -4458 ((-663 (-663 (-975 |#1|))) (-663 (-421 (-975 |#1|))) (-663 (-1208))))) (-571)) (T -1217))
-((-4458 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-975 *5)))) (-5 *4 (-663 (-1208))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-975 *5)))) (-5 *1 (-1217 *5)))) (-3824 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 (-305 (-421 (-975 *4))))) (-5 *1 (-1217 *4)) (-5 *3 (-305 (-421 (-975 *4)))))) (-3824 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 (-305 (-421 (-975 *4))))) (-5 *1 (-1217 *4)) (-5 *3 (-421 (-975 *4))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-571)) (-5 *2 (-663 (-305 (-421 (-975 *5))))) (-5 *1 (-1217 *5)) (-5 *3 (-305 (-421 (-975 *5)))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *4 (-1208)) (-4 *5 (-571)) (-5 *2 (-663 (-305 (-421 (-975 *5))))) (-5 *1 (-1217 *5)) (-5 *3 (-421 (-975 *5))))) (-3824 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *4)))))) (-5 *1 (-1217 *4)) (-5 *3 (-663 (-305 (-421 (-975 *4))))))) (-3824 (*1 *2 *3) (-12 (-5 *3 (-663 (-421 (-975 *4)))) (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *4)))))) (-5 *1 (-1217 *4)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-1208))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *5)))))) (-5 *1 (-1217 *5)) (-5 *3 (-663 (-305 (-421 (-975 *5))))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-975 *5)))) (-5 *4 (-663 (-1208))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *5)))))) (-5 *1 (-1217 *5)))))
-(-10 -7 (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-421 (-975 |#1|))) (-663 (-1208)))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-305 (-421 (-975 |#1|)))) (-663 (-1208)))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-421 (-975 |#1|))))) (-15 -3824 ((-663 (-663 (-305 (-421 (-975 |#1|))))) (-663 (-305 (-421 (-975 |#1|)))))) (-15 -3824 ((-663 (-305 (-421 (-975 |#1|)))) (-421 (-975 |#1|)) (-1208))) (-15 -3824 ((-663 (-305 (-421 (-975 |#1|)))) (-305 (-421 (-975 |#1|))) (-1208))) (-15 -3824 ((-663 (-305 (-421 (-975 |#1|)))) (-421 (-975 |#1|)))) (-15 -3824 ((-663 (-305 (-421 (-975 |#1|)))) (-305 (-421 (-975 |#1|))))) (-15 -4458 ((-663 (-663 (-975 |#1|))) (-663 (-421 (-975 |#1|))) (-663 (-1208)))))
-((-2795 (((-1190)) 7 T ELT)) (-3956 (((-1190)) 11 T CONST)) (-1997 (((-1304) (-1190)) 13 T ELT)) (-2715 (((-1190)) 8 T CONST)) (-4252 (((-132)) 10 T CONST)))
-(((-1218) (-13 (-1248) (-10 -7 (-15 -2795 ((-1190))) (-15 -2715 ((-1190)) -3721) (-15 -4252 ((-132)) -3721) (-15 -3956 ((-1190)) -3721) (-15 -1997 ((-1304) (-1190)))))) (T -1218))
-((-2795 (*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1218)))) (-2715 (*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1218)))) (-4252 (*1 *2) (-12 (-5 *2 (-132)) (-5 *1 (-1218)))) (-3956 (*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1218)))) (-1997 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1218)))))
-(-13 (-1248) (-10 -7 (-15 -2795 ((-1190))) (-15 -2715 ((-1190)) -3721) (-15 -4252 ((-132)) -3721) (-15 -3956 ((-1190)) -3721) (-15 -1997 ((-1304) (-1190)))))
-((-1376 (((-663 (-663 |#1|)) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|)))) 56 T ELT)) (-2170 (((-663 (-663 (-663 |#1|))) (-663 (-663 |#1|))) 38 T ELT)) (-1767 (((-1221 (-663 |#1|)) (-663 |#1|)) 49 T ELT)) (-3703 (((-663 (-663 |#1|)) (-663 |#1|)) 45 T ELT)) (-3955 (((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 (-663 (-663 |#1|)))) 53 T ELT)) (-3097 (((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 |#1|) (-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|)))) 52 T ELT)) (-1552 (((-663 (-663 |#1|)) (-663 (-663 |#1|))) 43 T ELT)) (-4311 (((-663 |#1|) (-663 |#1|)) 46 T ELT)) (-2569 (((-663 (-663 (-663 |#1|))) (-663 |#1|) (-663 (-663 (-663 |#1|)))) 32 T ELT)) (-4456 (((-663 (-663 (-663 |#1|))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 (-663 |#1|)))) 29 T ELT)) (-2138 (((-2 (|:| |fs| (-114)) (|:| |sd| (-663 |#1|)) (|:| |td| (-663 (-663 |#1|)))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 |#1|))) 24 T ELT)) (-3600 (((-663 (-663 |#1|)) (-663 (-663 (-663 |#1|)))) 58 T ELT)) (-4267 (((-663 (-663 |#1|)) (-1221 (-663 |#1|))) 60 T ELT)))
-(((-1219 |#1|) (-10 -7 (-15 -2138 ((-2 (|:| |fs| (-114)) (|:| |sd| (-663 |#1|)) (|:| |td| (-663 (-663 |#1|)))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 |#1|)))) (-15 -4456 ((-663 (-663 (-663 |#1|))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 (-663 |#1|))))) (-15 -2569 ((-663 (-663 (-663 |#1|))) (-663 |#1|) (-663 (-663 (-663 |#1|))))) (-15 -1376 ((-663 (-663 |#1|)) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))))) (-15 -3600 ((-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))))) (-15 -4267 ((-663 (-663 |#1|)) (-1221 (-663 |#1|)))) (-15 -2170 ((-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)))) (-15 -1767 ((-1221 (-663 |#1|)) (-663 |#1|))) (-15 -1552 ((-663 (-663 |#1|)) (-663 (-663 |#1|)))) (-15 -3703 ((-663 (-663 |#1|)) (-663 |#1|))) (-15 -4311 ((-663 |#1|) (-663 |#1|))) (-15 -3097 ((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 |#1|) (-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))))) (-15 -3955 ((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 (-663 (-663 |#1|)))))) (-871)) (T -1219))
-((-3955 (*1 *2 *3) (-12 (-4 *4 (-871)) (-5 *2 (-2 (|:| |f1| (-663 *4)) (|:| |f2| (-663 (-663 (-663 *4)))) (|:| |f3| (-663 (-663 *4))) (|:| |f4| (-663 (-663 (-663 *4)))))) (-5 *1 (-1219 *4)) (-5 *3 (-663 (-663 (-663 *4)))))) (-3097 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-871)) (-5 *3 (-663 *6)) (-5 *5 (-663 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-663 *5)) (|:| |f3| *5) (|:| |f4| (-663 *5)))) (-5 *1 (-1219 *6)) (-5 *4 (-663 *5)))) (-4311 (*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-1219 *3)))) (-3703 (*1 *2 *3) (-12 (-4 *4 (-871)) (-5 *2 (-663 (-663 *4))) (-5 *1 (-1219 *4)) (-5 *3 (-663 *4)))) (-1552 (*1 *2 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-871)) (-5 *1 (-1219 *3)))) (-1767 (*1 *2 *3) (-12 (-4 *4 (-871)) (-5 *2 (-1221 (-663 *4))) (-5 *1 (-1219 *4)) (-5 *3 (-663 *4)))) (-2170 (*1 *2 *3) (-12 (-4 *4 (-871)) (-5 *2 (-663 (-663 (-663 *4)))) (-5 *1 (-1219 *4)) (-5 *3 (-663 (-663 *4))))) (-4267 (*1 *2 *3) (-12 (-5 *3 (-1221 (-663 *4))) (-4 *4 (-871)) (-5 *2 (-663 (-663 *4))) (-5 *1 (-1219 *4)))) (-3600 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-663 *4)))) (-5 *2 (-663 (-663 *4))) (-5 *1 (-1219 *4)) (-4 *4 (-871)))) (-1376 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-663 (-663 *4)))) (-5 *2 (-663 (-663 *4))) (-4 *4 (-871)) (-5 *1 (-1219 *4)))) (-2569 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-663 (-663 *4)))) (-5 *3 (-663 *4)) (-4 *4 (-871)) (-5 *1 (-1219 *4)))) (-4456 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-663 (-663 (-663 *5)))) (-5 *3 (-1 (-114) *5 *5)) (-5 *4 (-663 *5)) (-4 *5 (-871)) (-5 *1 (-1219 *5)))) (-2138 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-114) *6 *6)) (-4 *6 (-871)) (-5 *4 (-663 *6)) (-5 *2 (-2 (|:| |fs| (-114)) (|:| |sd| *4) (|:| |td| (-663 *4)))) (-5 *1 (-1219 *6)) (-5 *5 (-663 *4)))))
-(-10 -7 (-15 -2138 ((-2 (|:| |fs| (-114)) (|:| |sd| (-663 |#1|)) (|:| |td| (-663 (-663 |#1|)))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 |#1|)))) (-15 -4456 ((-663 (-663 (-663 |#1|))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 (-663 |#1|))))) (-15 -2569 ((-663 (-663 (-663 |#1|))) (-663 |#1|) (-663 (-663 (-663 |#1|))))) (-15 -1376 ((-663 (-663 |#1|)) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))))) (-15 -3600 ((-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))))) (-15 -4267 ((-663 (-663 |#1|)) (-1221 (-663 |#1|)))) (-15 -2170 ((-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)))) (-15 -1767 ((-1221 (-663 |#1|)) (-663 |#1|))) (-15 -1552 ((-663 (-663 |#1|)) (-663 (-663 |#1|)))) (-15 -3703 ((-663 (-663 |#1|)) (-663 |#1|))) (-15 -4311 ((-663 |#1|) (-663 |#1|))) (-15 -3097 ((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 |#1|) (-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))))) (-15 -3955 ((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 (-663 (-663 |#1|))))))
-((-2294 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2520 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3303 (((-1304) $ |#1| |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#2| $ |#1| |#2|) NIL T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3213 ((|#1| $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3342 (((-663 |#1|) $) NIL T ELT)) (-1651 (((-114) |#1| $) NIL T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-1936 (((-663 |#1|) $) NIL T ELT)) (-2624 (((-114) |#1| $) NIL T ELT)) (-3139 (((-1151) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| |#2| (-1132))) ELT)) (-3794 ((|#2| $) NIL (|has| |#1| (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL T ELT)) (-4446 (($ $ |#2|) NIL (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2694 (($) NIL T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) NIL (-12 (|has| $ (-6 -4509)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-2539 (((-887) $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887))) (|has| |#2| (-632 (-887)))) ELT)) (-3860 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) NIL T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) NIL (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) NIL (-2191 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1220 |#1| |#2|) (-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509))) (-1132) (-1132)) (T -1220))
-NIL
-(-13 (-1225 |#1| |#2|) (-10 -7 (-6 -4509)))
-((-3424 (($ (-663 (-663 |#1|))) 10 T ELT)) (-1385 (((-663 (-663 |#1|)) $) 11 T ELT)) (-2539 (((-887) $) 33 T ELT)))
-(((-1221 |#1|) (-10 -8 (-15 -3424 ($ (-663 (-663 |#1|)))) (-15 -1385 ((-663 (-663 |#1|)) $)) (-15 -2539 ((-887) $))) (-1132)) (T -1221))
-((-2539 (*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-1221 *3)) (-4 *3 (-1132)))) (-1385 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 *3))) (-5 *1 (-1221 *3)) (-4 *3 (-1132)))) (-3424 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-5 *1 (-1221 *3)))))
-(-10 -8 (-15 -3424 ($ (-663 (-663 |#1|)))) (-15 -1385 ((-663 (-663 |#1|)) $)) (-15 -2539 ((-887) $)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3336 (($ |#1| (-55)) 10 T ELT)) (-3952 ((|#1| $) 12 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3880 (((-114) $ |#1|) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1816 (((-55) $) 14 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1222 |#1|) (-13 (-858 |#1|) (-10 -8 (-15 -3336 ($ |#1| (-55))))) (-1132)) (T -1222))
-((-3336 (*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1222 *2)) (-4 *2 (-1132)))))
-(-13 (-858 |#1|) (-10 -8 (-15 -3336 ($ |#1| (-55)))))
-((-3734 ((|#1| (-663 |#1|)) 46 T ELT)) (-3662 ((|#1| |#1| (-560)) 24 T ELT)) (-1807 (((-1202 |#1|) |#1| (-948)) 20 T ELT)))
-(((-1223 |#1|) (-10 -7 (-15 -3734 (|#1| (-663 |#1|))) (-15 -1807 ((-1202 |#1|) |#1| (-948))) (-15 -3662 (|#1| |#1| (-560)))) (-376)) (T -1223))
-((-3662 (*1 *2 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-1223 *2)) (-4 *2 (-376)))) (-1807 (*1 *2 *3 *4) (-12 (-5 *4 (-948)) (-5 *2 (-1202 *3)) (-5 *1 (-1223 *3)) (-4 *3 (-376)))) (-3734 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-1223 *2)) (-4 *2 (-376)))))
-(-10 -7 (-15 -3734 (|#1| (-663 |#1|))) (-15 -1807 ((-1202 |#1|) |#1| (-948))) (-15 -3662 (|#1| |#1| (-560))))
-((-2520 (($) 10 T ELT) (($ (-663 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)))) 14 T ELT)) (-1784 (($ (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) $) 67 T ELT) (($ (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) $) NIL T ELT) (((-3 |#3| "failed") |#2| $) NIL T ELT)) (-1559 (((-663 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) $) 39 T ELT) (((-663 |#3|) $) 41 T ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) $) 57 T ELT) (($ (-1 |#3| |#3|) $) 33 T ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) $) 53 T ELT) (($ (-1 |#3| |#3|) $) NIL T ELT) (($ (-1 |#3| |#3| |#3|) $ $) 38 T ELT)) (-1688 (((-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) $) 60 T ELT)) (-1368 (($ (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) $) 16 T ELT)) (-1936 (((-663 |#2|) $) 19 T ELT)) (-2624 (((-114) |#2| $) 65 T ELT)) (-3327 (((-3 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) "failed") (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) $) 64 T ELT)) (-1950 (((-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) $) 69 T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) $) NIL T ELT) (((-114) (-1 (-114) |#3|) $) 73 T ELT)) (-3155 (((-663 |#3|) $) 43 T ELT)) (-1495 ((|#3| $ |#2|) 30 T ELT) ((|#3| $ |#2| |#3|) 31 T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) $) NIL T ELT) (((-793) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) $) NIL T ELT) (((-793) |#3| $) NIL T ELT) (((-793) (-1 (-114) |#3|) $) 79 T ELT)) (-2539 (((-887) $) 27 T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) $) NIL T ELT) (((-114) (-1 (-114) |#3|) $) 71 T ELT)) (-2329 (((-114) $ $) 51 T ELT)))
-(((-1224 |#1| |#2| |#3|) (-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2067 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -2520 (|#1| (-663 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))))) (-15 -2520 (|#1|)) (-15 -2067 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3459 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#3|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#3|) |#1|)) (-15 -3150 ((-793) (-1 (-114) |#3|) |#1|)) (-15 -1559 ((-663 |#3|) |#1|)) (-15 -3150 ((-793) |#3| |#1|)) (-15 -1495 (|#3| |#1| |#2| |#3|)) (-15 -1495 (|#3| |#1| |#2|)) (-15 -3155 ((-663 |#3|) |#1|)) (-15 -2624 ((-114) |#2| |#1|)) (-15 -1936 ((-663 |#2|) |#1|)) (-15 -1784 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1784 (|#1| (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -1784 (|#1| (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -3327 ((-3 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) "failed") (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -1688 ((-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -1368 (|#1| (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -1950 ((-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -3150 ((-793) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -1559 ((-663 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -3150 ((-793) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -2667 ((-114) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -1657 ((-114) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -3459 (|#1| (-1 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -2067 (|#1| (-1 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|))) (-1225 |#2| |#3|) (-1132) (-1132)) (T -1224))
-NIL
-(-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2539 ((-887) |#1|)) (-15 -2067 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -2520 (|#1| (-663 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))))) (-15 -2520 (|#1|)) (-15 -2067 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3459 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1657 ((-114) (-1 (-114) |#3|) |#1|)) (-15 -2667 ((-114) (-1 (-114) |#3|) |#1|)) (-15 -3150 ((-793) (-1 (-114) |#3|) |#1|)) (-15 -1559 ((-663 |#3|) |#1|)) (-15 -3150 ((-793) |#3| |#1|)) (-15 -1495 (|#3| |#1| |#2| |#3|)) (-15 -1495 (|#3| |#1| |#2|)) (-15 -3155 ((-663 |#3|) |#1|)) (-15 -2624 ((-114) |#2| |#1|)) (-15 -1936 ((-663 |#2|) |#1|)) (-15 -1784 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1784 (|#1| (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -1784 (|#1| (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -3327 ((-3 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) "failed") (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -1688 ((-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -1368 (|#1| (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -1950 ((-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -3150 ((-793) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) |#1|)) (-15 -1559 ((-663 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -3150 ((-793) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -2667 ((-114) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -1657 ((-114) (-1 (-114) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -3459 (|#1| (-1 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)) (-15 -2067 (|#1| (-1 (-2 (|:| -3818 |#2|) (|:| -2660 |#3|)) (-2 (|:| -3818 |#2|) (|:| -2660 |#3|))) |#1|)))
-((-2294 (((-114) $ $) 22 (-2191 (|has| |#2| (-102)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ELT)) (-2520 (($) 80 T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 79 T ELT)) (-3303 (((-1304) $ |#1| |#1|) 107 (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#2| $ |#1| |#2|) 81 T ELT)) (-2501 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 52 (|has| $ (-6 -4509)) ELT)) (-3606 (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 62 (|has| $ (-6 -4509)) ELT)) (-4148 (((-3 |#2| "failed") |#1| $) 68 T ELT)) (-3366 (($) 7 T CONST)) (-2885 (($ $) 65 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT)) (-1784 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 54 (|has| $ (-6 -4509)) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 53 (|has| $ (-6 -4509)) ELT) (((-3 |#2| "failed") |#1| $) 69 T ELT)) (-2025 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 64 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 61 (|has| $ (-6 -4509)) ELT)) (-2108 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 63 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 60 (|has| $ (-6 -4509)) ELT) (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 59 (|has| $ (-6 -4509)) ELT)) (-3472 ((|#2| $ |#1| |#2|) 95 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#2| $ |#1|) 96 T ELT)) (-1559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 33 (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) 87 (|has| $ (-6 -4509)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 ((|#1| $) 104 (|has| |#1| (-871)) ELT)) (-2559 (((-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 32 (|has| $ (-6 -4509)) ELT) (((-663 |#2|) $) 88 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 30 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-114) |#2| $) 90 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 ((|#1| $) 103 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 37 (|has| $ (-6 -4510)) ELT) (($ (-1 |#2| |#2|) $) 83 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 38 T ELT) (($ (-1 |#2| |#2|) $) 82 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 78 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-3049 (((-1190) $) 25 (-2191 (|has| |#2| (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-3342 (((-663 |#1|) $) 70 T ELT)) (-1651 (((-114) |#1| $) 71 T ELT)) (-1688 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 46 T ELT)) (-1368 (($ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 47 T ELT)) (-1936 (((-663 |#1|) $) 101 T ELT)) (-2624 (((-114) |#1| $) 100 T ELT)) (-3139 (((-1151) $) 24 (-2191 (|has| |#2| (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT)) (-3794 ((|#2| $) 105 (|has| |#1| (-871)) ELT)) (-3327 (((-3 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) "failed") (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 58 T ELT)) (-4446 (($ $ |#2|) 106 (|has| $ (-6 -4510)) ELT)) (-1950 (((-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 48 T ELT)) (-2667 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 35 (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) 85 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))))) 29 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-305 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 28 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) 27 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 26 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 94 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ |#2| |#2|) 93 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-305 |#2|)) 92 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT) (($ $ (-663 (-305 |#2|))) 91 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#2| $) 102 (-12 (|has| $ (-6 -4509)) (|has| |#2| (-1132))) ELT)) (-3155 (((-663 |#2|) $) 99 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#2| $ |#1|) 98 T ELT) ((|#2| $ |#1| |#2|) 97 T ELT)) (-2694 (($) 56 T ELT) (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 55 T ELT)) (-3150 (((-793) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) $) 31 (-12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) |#2| $) 89 (-12 (|has| |#2| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#2|) $) 86 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 66 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ELT)) (-2548 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 57 T ELT)) (-2539 (((-887) $) 20 (-2191 (|has| |#2| (-632 (-887))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887)))) ELT)) (-3860 (((-114) $ $) 23 (-2191 (|has| |#2| (-102)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ELT)) (-1446 (($ (-663 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) 49 T ELT)) (-1657 (((-114) (-1 (-114) (-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) $) 36 (|has| $ (-6 -4509)) ELT) (((-114) (-1 (-114) |#2|) $) 84 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (-2191 (|has| |#2| (-102)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1225 |#1| |#2|) (-142) (-1132) (-1132)) (T -1225))
-((-2696 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1225 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))) (-2520 (*1 *1) (-12 (-4 *1 (-1225 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))) (-2520 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -3818 *3) (|:| -2660 *4)))) (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *1 (-1225 *3 *4)))) (-2067 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1225 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))))
-(-13 (-629 |t#1| |t#2|) (-618 |t#1| |t#2|) (-10 -8 (-15 -2696 (|t#2| $ |t#1| |t#2|)) (-15 -2520 ($)) (-15 -2520 ($ (-663 (-2 (|:| -3818 |t#1|) (|:| -2660 |t#2|))))) (-15 -2067 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -3818 |#1|) (|:| -2660 |#2|))) . T) ((-102) -2191 (|has| |#2| (-1132)) (|has| |#2| (-102)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-102))) ((-632 (-887)) -2191 (|has| |#2| (-1132)) (|has| |#2| (-632 (-887))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-632 (-887)))) ((-153 #0#) . T) ((-633 (-549)) |has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-633 (-549))) ((-233 #0#) . T) ((-242 #0#) . T) ((-298 |#1| |#2|) . T) ((-300 |#1| |#2|) . T) ((-321 #0#) -12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-503 #0#) . T) ((-503 |#2|) . T) ((-618 |#1| |#2|) . T) ((-528 #0# #0#) -12 (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-321 (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)))) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1132))) ((-629 |#1| |#2|) . T) ((-1132) -2191 (|has| |#2| (-1132)) (|has| (-2 (|:| -3818 |#1|) (|:| -2660 |#2|)) (-1132))) ((-1248) . T))
-((-2695 (((-114)) 29 T ELT)) (-2839 (((-1304) (-1190)) 31 T ELT)) (-2822 (((-114)) 41 T ELT)) (-1556 (((-1304)) 39 T ELT)) (-1702 (((-1304) (-1190) (-1190)) 30 T ELT)) (-2575 (((-114)) 42 T ELT)) (-1368 (((-1304) |#1| |#2|) 53 T ELT)) (-2371 (((-1304)) 26 T ELT)) (-4414 (((-3 |#2| "failed") |#1|) 51 T ELT)) (-2534 (((-1304)) 40 T ELT)))
-(((-1226 |#1| |#2|) (-10 -7 (-15 -2371 ((-1304))) (-15 -1702 ((-1304) (-1190) (-1190))) (-15 -2839 ((-1304) (-1190))) (-15 -1556 ((-1304))) (-15 -2534 ((-1304))) (-15 -2695 ((-114))) (-15 -2822 ((-114))) (-15 -2575 ((-114))) (-15 -4414 ((-3 |#2| "failed") |#1|)) (-15 -1368 ((-1304) |#1| |#2|))) (-1132) (-1132)) (T -1226))
-((-1368 (*1 *2 *3 *4) (-12 (-5 *2 (-1304)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-4414 (*1 *2 *3) (|partial| -12 (-4 *2 (-1132)) (-5 *1 (-1226 *3 *2)) (-4 *3 (-1132)))) (-2575 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-2822 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-2695 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-2534 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-1556 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))) (-2839 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1226 *4 *5)) (-4 *4 (-1132)) (-4 *5 (-1132)))) (-1702 (*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1226 *4 *5)) (-4 *4 (-1132)) (-4 *5 (-1132)))) (-2371 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132)))))
-(-10 -7 (-15 -2371 ((-1304))) (-15 -1702 ((-1304) (-1190) (-1190))) (-15 -2839 ((-1304) (-1190))) (-15 -1556 ((-1304))) (-15 -2534 ((-1304))) (-15 -2695 ((-114))) (-15 -2822 ((-114))) (-15 -2575 ((-114))) (-15 -4414 ((-3 |#2| "failed") |#1|)) (-15 -1368 ((-1304) |#1| |#2|)))
-((-1641 (((-1190) (-1190)) 22 T ELT)) (-1377 (((-51) (-1190)) 25 T ELT)))
-(((-1227) (-10 -7 (-15 -1377 ((-51) (-1190))) (-15 -1641 ((-1190) (-1190))))) (T -1227))
-((-1641 (*1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1227)))) (-1377 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-51)) (-5 *1 (-1227)))))
-(-10 -7 (-15 -1377 ((-51) (-1190))) (-15 -1641 ((-1190) (-1190))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3941 (((-663 (-1190)) $) 39 T ELT)) (-2028 (((-663 (-1190)) $ (-663 (-1190))) 42 T ELT)) (-3521 (((-663 (-1190)) $ (-663 (-1190))) 41 T ELT)) (-1458 (((-663 (-1190)) $ (-663 (-1190))) 43 T ELT)) (-4086 (((-663 (-1190)) $) 38 T ELT)) (-2531 (($) 28 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1814 (((-663 (-1190)) $) 40 T ELT)) (-1876 (((-1304) $ (-560)) 35 T ELT) (((-1304) $) 36 T ELT)) (-4417 (($ (-887) (-560)) 33 T ELT) (($ (-887) (-560) (-887)) NIL T ELT)) (-2539 (((-887) $) 49 T ELT) (($ (-887)) 32 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1228) (-13 (-1132) (-635 (-887)) (-10 -8 (-15 -4417 ($ (-887) (-560))) (-15 -4417 ($ (-887) (-560) (-887))) (-15 -1876 ((-1304) $ (-560))) (-15 -1876 ((-1304) $)) (-15 -1814 ((-663 (-1190)) $)) (-15 -3941 ((-663 (-1190)) $)) (-15 -2531 ($)) (-15 -4086 ((-663 (-1190)) $)) (-15 -1458 ((-663 (-1190)) $ (-663 (-1190)))) (-15 -2028 ((-663 (-1190)) $ (-663 (-1190)))) (-15 -3521 ((-663 (-1190)) $ (-663 (-1190))))))) (T -1228))
-((-4417 (*1 *1 *2 *3) (-12 (-5 *2 (-887)) (-5 *3 (-560)) (-5 *1 (-1228)))) (-4417 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-887)) (-5 *3 (-560)) (-5 *1 (-1228)))) (-1876 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-1228)))) (-1876 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1228)))) (-1814 (*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))) (-3941 (*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))) (-2531 (*1 *1) (-5 *1 (-1228))) (-4086 (*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))) (-1458 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))) (-2028 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))) (-3521 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))))
-(-13 (-1132) (-635 (-887)) (-10 -8 (-15 -4417 ($ (-887) (-560))) (-15 -4417 ($ (-887) (-560) (-887))) (-15 -1876 ((-1304) $ (-560))) (-15 -1876 ((-1304) $)) (-15 -1814 ((-663 (-1190)) $)) (-15 -3941 ((-663 (-1190)) $)) (-15 -2531 ($)) (-15 -4086 ((-663 (-1190)) $)) (-15 -1458 ((-663 (-1190)) $ (-663 (-1190)))) (-15 -2028 ((-663 (-1190)) $ (-663 (-1190)))) (-15 -3521 ((-663 (-1190)) $ (-663 (-1190))))))
-((-2539 (((-1228) |#1|) 11 T ELT)))
-(((-1229 |#1|) (-10 -7 (-15 -2539 ((-1228) |#1|))) (-1132)) (T -1229))
-((-2539 (*1 *2 *3) (-12 (-5 *2 (-1228)) (-5 *1 (-1229 *3)) (-4 *3 (-1132)))))
-(-10 -7 (-15 -2539 ((-1228) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3202 (((-1190) $ (-1190)) 17 T ELT) (((-1190) $) 16 T ELT)) (-1408 (((-1190) $ (-1190)) 15 T ELT)) (-2966 (($ $ (-1190)) NIL T ELT)) (-2586 (((-3 (-1190) "failed") $) 11 T ELT)) (-3470 (((-1190) $) 8 T ELT)) (-2099 (((-3 (-1190) "failed") $) 12 T ELT)) (-2186 (((-1190) $) 9 T ELT)) (-1791 (($ (-402)) NIL T ELT) (($ (-402) (-1190)) NIL T ELT)) (-3952 (((-402) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3016 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2011 (((-114) $) 21 T ELT)) (-2539 (((-887) $) NIL T ELT)) (-4213 (($ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1230) (-13 (-378 (-402) (-1190)) (-10 -8 (-15 -3202 ((-1190) $ (-1190))) (-15 -3202 ((-1190) $)) (-15 -3470 ((-1190) $)) (-15 -2586 ((-3 (-1190) "failed") $)) (-15 -2099 ((-3 (-1190) "failed") $)) (-15 -2011 ((-114) $))))) (T -1230))
-((-3202 (*1 *2 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1230)))) (-3202 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1230)))) (-3470 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1230)))) (-2586 (*1 *2 *1) (|partial| -12 (-5 *2 (-1190)) (-5 *1 (-1230)))) (-2099 (*1 *2 *1) (|partial| -12 (-5 *2 (-1190)) (-5 *1 (-1230)))) (-2011 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1230)))))
-(-13 (-378 (-402) (-1190)) (-10 -8 (-15 -3202 ((-1190) $ (-1190))) (-15 -3202 ((-1190) $)) (-15 -3470 ((-1190) $)) (-15 -2586 ((-3 (-1190) "failed") $)) (-15 -2099 ((-3 (-1190) "failed") $)) (-15 -2011 ((-114) $))))
-((-2551 (((-3 (-560) "failed") |#1|) 19 T ELT)) (-3426 (((-3 (-560) "failed") |#1|) 14 T ELT)) (-3964 (((-560) (-1190)) 33 T ELT)))
-(((-1231 |#1|) (-10 -7 (-15 -2551 ((-3 (-560) "failed") |#1|)) (-15 -3426 ((-3 (-560) "failed") |#1|)) (-15 -3964 ((-560) (-1190)))) (-1080)) (T -1231))
-((-3964 (*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-560)) (-5 *1 (-1231 *4)) (-4 *4 (-1080)))) (-3426 (*1 *2 *3) (|partial| -12 (-5 *2 (-560)) (-5 *1 (-1231 *3)) (-4 *3 (-1080)))) (-2551 (*1 *2 *3) (|partial| -12 (-5 *2 (-560)) (-5 *1 (-1231 *3)) (-4 *3 (-1080)))))
-(-10 -7 (-15 -2551 ((-3 (-560) "failed") |#1|)) (-15 -3426 ((-3 (-560) "failed") |#1|)) (-15 -3964 ((-560) (-1190))))
-((-3260 (((-1164 (-229))) 9 T ELT)))
-(((-1232) (-10 -7 (-15 -3260 ((-1164 (-229)))))) (T -1232))
-((-3260 (*1 *2) (-12 (-5 *2 (-1164 (-229))) (-5 *1 (-1232)))))
-(-10 -7 (-15 -3260 ((-1164 (-229)))))
-((-4447 (($) 12 T ELT)) (-3671 (($ $) 36 T ELT)) (-3649 (($ $) 34 T ELT)) (-2770 (($ $) 26 T ELT)) (-3693 (($ $) 18 T ELT)) (-2979 (($ $) 16 T ELT)) (-3681 (($ $) 20 T ELT)) (-2804 (($ $) 31 T ELT)) (-3661 (($ $) 35 T ELT)) (-2781 (($ $) 30 T ELT)))
-(((-1233 |#1|) (-10 -8 (-15 -4447 (|#1|)) (-15 -3671 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3693 (|#1| |#1|)) (-15 -2979 (|#1| |#1|)) (-15 -3681 (|#1| |#1|)) (-15 -3661 (|#1| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2804 (|#1| |#1|)) (-15 -2781 (|#1| |#1|))) (-1234)) (T -1233))
-NIL
-(-10 -8 (-15 -4447 (|#1|)) (-15 -3671 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3693 (|#1| |#1|)) (-15 -2979 (|#1| |#1|)) (-15 -3681 (|#1| |#1|)) (-15 -3661 (|#1| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2804 (|#1| |#1|)) (-15 -2781 (|#1| |#1|)))
-((-3594 (($ $) 26 T ELT)) (-2725 (($ $) 11 T ELT)) (-2837 (($ $) 27 T ELT)) (-2700 (($ $) 10 T ELT)) (-3623 (($ $) 28 T ELT)) (-2749 (($ $) 9 T ELT)) (-4447 (($) 16 T ELT)) (-1842 (($ $) 19 T ELT)) (-1920 (($ $) 18 T ELT)) (-3637 (($ $) 29 T ELT)) (-2759 (($ $) 8 T ELT)) (-3610 (($ $) 30 T ELT)) (-2737 (($ $) 7 T ELT)) (-2848 (($ $) 31 T ELT)) (-2712 (($ $) 6 T ELT)) (-3671 (($ $) 20 T ELT)) (-2792 (($ $) 32 T ELT)) (-3649 (($ $) 21 T ELT)) (-2770 (($ $) 33 T ELT)) (-3693 (($ $) 22 T ELT)) (-2816 (($ $) 34 T ELT)) (-2979 (($ $) 23 T ELT)) (-2827 (($ $) 35 T ELT)) (-3681 (($ $) 24 T ELT)) (-2804 (($ $) 36 T ELT)) (-3661 (($ $) 25 T ELT)) (-2781 (($ $) 37 T ELT)) (** (($ $ $) 17 T ELT)))
-(((-1234) (-142)) (T -1234))
-((-4447 (*1 *1) (-4 *1 (-1234))))
-(-13 (-1237) (-95) (-507) (-35) (-296) (-10 -8 (-15 -4447 ($))))
-(((-35) . T) ((-95) . T) ((-296) . T) ((-507) . T) ((-1237) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 19 T ELT)) (-3461 (($ |#1| (-663 $)) 28 T ELT) (($ (-663 |#1|)) 35 T ELT) (($ |#1|) 30 T ELT)) (-3067 (((-114) $ (-793)) 72 T ELT)) (-4411 ((|#1| $ |#1|) 14 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 13 (|has| $ (-6 -4510)) ELT)) (-3366 (($) NIL T CONST)) (-1559 (((-663 |#1|) $) 77 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 64 T ELT)) (-2602 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-1456 (((-114) $ (-793)) 62 T ELT)) (-2559 (((-663 |#1|) $) 78 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 76 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 27 T ELT)) (-2020 (((-114) $ (-793)) 60 T ELT)) (-1940 (((-663 |#1|) $) 55 T ELT)) (-2833 (((-114) $) 53 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 74 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 107 T ELT)) (-3868 (((-114) $) 9 T ELT)) (-1423 (($) 10 T ELT)) (-1495 ((|#1| $ "value") NIL T ELT)) (-1403 (((-560) $ $) 48 T ELT)) (-2463 (((-663 $) $) 89 T ELT)) (-1345 (((-114) $ $) 110 T ELT)) (-2740 (((-663 $) $) 105 T ELT)) (-3440 (($ $) 106 T ELT)) (-4235 (((-114) $) 84 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 25 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 17 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2721 (($ $) 88 T ELT)) (-2539 (((-887) $) 91 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 12 T ELT)) (-3066 (((-114) $ $) 39 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 73 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 37 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 58 (|has| $ (-6 -4509)) ELT)))
-(((-1235 |#1|) (-13 (-1041 |#1|) (-10 -8 (-6 -4509) (-6 -4510) (-15 -3461 ($ |#1| (-663 $))) (-15 -3461 ($ (-663 |#1|))) (-15 -3461 ($ |#1|)) (-15 -4235 ((-114) $)) (-15 -3440 ($ $)) (-15 -2740 ((-663 $) $)) (-15 -1345 ((-114) $ $)) (-15 -2463 ((-663 $) $)))) (-1132)) (T -1235))
-((-4235 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1235 *3)) (-4 *3 (-1132)))) (-3461 (*1 *1 *2 *3) (-12 (-5 *3 (-663 (-1235 *2))) (-5 *1 (-1235 *2)) (-4 *2 (-1132)))) (-3461 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-1235 *3)))) (-3461 (*1 *1 *2) (-12 (-5 *1 (-1235 *2)) (-4 *2 (-1132)))) (-3440 (*1 *1 *1) (-12 (-5 *1 (-1235 *2)) (-4 *2 (-1132)))) (-2740 (*1 *2 *1) (-12 (-5 *2 (-663 (-1235 *3))) (-5 *1 (-1235 *3)) (-4 *3 (-1132)))) (-1345 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1235 *3)) (-4 *3 (-1132)))) (-2463 (*1 *2 *1) (-12 (-5 *2 (-663 (-1235 *3))) (-5 *1 (-1235 *3)) (-4 *3 (-1132)))))
-(-13 (-1041 |#1|) (-10 -8 (-6 -4509) (-6 -4510) (-15 -3461 ($ |#1| (-663 $))) (-15 -3461 ($ (-663 |#1|))) (-15 -3461 ($ |#1|)) (-15 -4235 ((-114) $)) (-15 -3440 ($ $)) (-15 -2740 ((-663 $) $)) (-15 -1345 ((-114) $ $)) (-15 -2463 ((-663 $) $))))
-((-2725 (($ $) 15 T ELT)) (-2749 (($ $) 12 T ELT)) (-2759 (($ $) 10 T ELT)) (-2737 (($ $) 17 T ELT)))
-(((-1236 |#1|) (-10 -8 (-15 -2737 (|#1| |#1|)) (-15 -2759 (|#1| |#1|)) (-15 -2749 (|#1| |#1|)) (-15 -2725 (|#1| |#1|))) (-1237)) (T -1236))
-NIL
-(-10 -8 (-15 -2737 (|#1| |#1|)) (-15 -2759 (|#1| |#1|)) (-15 -2749 (|#1| |#1|)) (-15 -2725 (|#1| |#1|)))
-((-2725 (($ $) 11 T ELT)) (-2700 (($ $) 10 T ELT)) (-2749 (($ $) 9 T ELT)) (-2759 (($ $) 8 T ELT)) (-2737 (($ $) 7 T ELT)) (-2712 (($ $) 6 T ELT)))
-(((-1237) (-142)) (T -1237))
-((-2725 (*1 *1 *1) (-4 *1 (-1237))) (-2700 (*1 *1 *1) (-4 *1 (-1237))) (-2749 (*1 *1 *1) (-4 *1 (-1237))) (-2759 (*1 *1 *1) (-4 *1 (-1237))) (-2737 (*1 *1 *1) (-4 *1 (-1237))) (-2712 (*1 *1 *1) (-4 *1 (-1237))))
-(-13 (-10 -8 (-15 -2712 ($ $)) (-15 -2737 ($ $)) (-15 -2759 ($ $)) (-15 -2749 ($ $)) (-15 -2700 ($ $)) (-15 -2725 ($ $))))
-((-2898 ((|#2| |#2|) 98 T ELT)) (-2717 (((-114) |#2|) 29 T ELT)) (-3415 ((|#2| |#2|) 33 T ELT)) (-3429 ((|#2| |#2|) 35 T ELT)) (-4009 ((|#2| |#2| (-1208)) 92 T ELT) ((|#2| |#2|) 93 T ELT)) (-1938 (((-171 |#2|) |#2|) 31 T ELT)) (-2035 ((|#2| |#2| (-1208)) 94 T ELT) ((|#2| |#2|) 95 T ELT)))
-(((-1238 |#1| |#2|) (-10 -7 (-15 -4009 (|#2| |#2|)) (-15 -4009 (|#2| |#2| (-1208))) (-15 -2035 (|#2| |#2|)) (-15 -2035 (|#2| |#2| (-1208))) (-15 -2898 (|#2| |#2|)) (-15 -3415 (|#2| |#2|)) (-15 -3429 (|#2| |#2|)) (-15 -2717 ((-114) |#2|)) (-15 -1938 ((-171 |#2|) |#2|))) (-13 (-466) (-1069 (-560)) (-660 (-560))) (-13 (-27) (-1234) (-435 |#1|))) (T -1238))
-((-1938 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-171 *3)) (-5 *1 (-1238 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4))))) (-2717 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-114)) (-5 *1 (-1238 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4))))) (-3429 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))) (-3415 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))) (-2898 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))) (-2035 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1238 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))) (-2035 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))) (-4009 (*1 *2 *2 *3) (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1238 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))) (-4009 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))))
-(-10 -7 (-15 -4009 (|#2| |#2|)) (-15 -4009 (|#2| |#2| (-1208))) (-15 -2035 (|#2| |#2|)) (-15 -2035 (|#2| |#2| (-1208))) (-15 -2898 (|#2| |#2|)) (-15 -3415 (|#2| |#2|)) (-15 -3429 (|#2| |#2|)) (-15 -2717 ((-114) |#2|)) (-15 -1938 ((-171 |#2|) |#2|)))
-((-3695 ((|#4| |#4| |#1|) 31 T ELT)) (-2003 ((|#4| |#4| |#1|) 32 T ELT)))
-(((-1239 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3695 (|#4| |#4| |#1|)) (-15 -2003 (|#4| |#4| |#1|))) (-571) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|)) (T -1239))
-((-2003 (*1 *2 *2 *3) (-12 (-4 *3 (-571)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-1239 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-3695 (*1 *2 *2 *3) (-12 (-4 *3 (-571)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-1239 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
-(-10 -7 (-15 -3695 (|#4| |#4| |#1|)) (-15 -2003 (|#4| |#4| |#1|)))
-((-1786 ((|#2| |#2|) 148 T ELT)) (-2030 ((|#2| |#2|) 145 T ELT)) (-3008 ((|#2| |#2|) 136 T ELT)) (-2821 ((|#2| |#2|) 133 T ELT)) (-4126 ((|#2| |#2|) 141 T ELT)) (-2304 ((|#2| |#2|) 129 T ELT)) (-3105 ((|#2| |#2|) 44 T ELT)) (-4150 ((|#2| |#2|) 105 T ELT)) (-4457 ((|#2| |#2|) 88 T ELT)) (-4384 ((|#2| |#2|) 143 T ELT)) (-4229 ((|#2| |#2|) 131 T ELT)) (-3468 ((|#2| |#2|) 153 T ELT)) (-1848 ((|#2| |#2|) 151 T ELT)) (-1600 ((|#2| |#2|) 152 T ELT)) (-2962 ((|#2| |#2|) 150 T ELT)) (-3891 ((|#2| |#2|) 163 T ELT)) (-2986 ((|#2| |#2|) 30 (-12 (|has| |#2| (-633 (-915 |#1|))) (|has| |#2| (-911 |#1|)) (|has| |#1| (-633 (-915 |#1|))) (|has| |#1| (-911 |#1|))) ELT)) (-1681 ((|#2| |#2|) 89 T ELT)) (-3732 ((|#2| |#2|) 154 T ELT)) (-3563 ((|#2| |#2|) 155 T ELT)) (-3850 ((|#2| |#2|) 142 T ELT)) (-3338 ((|#2| |#2|) 130 T ELT)) (-2628 ((|#2| |#2|) 149 T ELT)) (-1889 ((|#2| |#2|) 147 T ELT)) (-3578 ((|#2| |#2|) 137 T ELT)) (-2693 ((|#2| |#2|) 135 T ELT)) (-3031 ((|#2| |#2|) 139 T ELT)) (-4244 ((|#2| |#2|) 127 T ELT)))
-(((-1240 |#1| |#2|) (-10 -7 (-15 -3563 (|#2| |#2|)) (-15 -4457 (|#2| |#2|)) (-15 -3891 (|#2| |#2|)) (-15 -4150 (|#2| |#2|)) (-15 -3105 (|#2| |#2|)) (-15 -1681 (|#2| |#2|)) (-15 -3732 (|#2| |#2|)) (-15 -4244 (|#2| |#2|)) (-15 -3031 (|#2| |#2|)) (-15 -3578 (|#2| |#2|)) (-15 -2628 (|#2| |#2|)) (-15 -3338 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -4229 (|#2| |#2|)) (-15 -4384 (|#2| |#2|)) (-15 -2304 (|#2| |#2|)) (-15 -4126 (|#2| |#2|)) (-15 -3008 (|#2| |#2|)) (-15 -1786 (|#2| |#2|)) (-15 -2821 (|#2| |#2|)) (-15 -2030 (|#2| |#2|)) (-15 -2693 (|#2| |#2|)) (-15 -1889 (|#2| |#2|)) (-15 -2962 (|#2| |#2|)) (-15 -1848 (|#2| |#2|)) (-15 -1600 (|#2| |#2|)) (-15 -3468 (|#2| |#2|)) (IF (|has| |#1| (-911 |#1|)) (IF (|has| |#1| (-633 (-915 |#1|))) (IF (|has| |#2| (-633 (-915 |#1|))) (IF (|has| |#2| (-911 |#1|)) (-15 -2986 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-466) (-13 (-435 |#1|) (-1234))) (T -1240))
-((-2986 (*1 *2 *2) (-12 (-4 *3 (-633 (-915 *3))) (-4 *3 (-911 *3)) (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-633 (-915 *3))) (-4 *2 (-911 *3)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3468 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-1600 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-1848 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-2962 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-1889 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-2693 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-2030 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-2821 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-1786 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3008 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-4126 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-2304 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-4384 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-4229 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3850 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3338 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-2628 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3578 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3031 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-4244 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3732 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-1681 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3105 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-4150 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3891 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-4457 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))) (-3563 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2)) (-4 *2 (-13 (-435 *3) (-1234))))))
-(-10 -7 (-15 -3563 (|#2| |#2|)) (-15 -4457 (|#2| |#2|)) (-15 -3891 (|#2| |#2|)) (-15 -4150 (|#2| |#2|)) (-15 -3105 (|#2| |#2|)) (-15 -1681 (|#2| |#2|)) (-15 -3732 (|#2| |#2|)) (-15 -4244 (|#2| |#2|)) (-15 -3031 (|#2| |#2|)) (-15 -3578 (|#2| |#2|)) (-15 -2628 (|#2| |#2|)) (-15 -3338 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -4229 (|#2| |#2|)) (-15 -4384 (|#2| |#2|)) (-15 -2304 (|#2| |#2|)) (-15 -4126 (|#2| |#2|)) (-15 -3008 (|#2| |#2|)) (-15 -1786 (|#2| |#2|)) (-15 -2821 (|#2| |#2|)) (-15 -2030 (|#2| |#2|)) (-15 -2693 (|#2| |#2|)) (-15 -1889 (|#2| |#2|)) (-15 -2962 (|#2| |#2|)) (-15 -1848 (|#2| |#2|)) (-15 -1600 (|#2| |#2|)) (-15 -3468 (|#2| |#2|)) (IF (|has| |#1| (-911 |#1|)) (IF (|has| |#1| (-633 (-915 |#1|))) (IF (|has| |#2| (-633 (-915 |#1|))) (IF (|has| |#2| (-911 |#1|)) (-15 -2986 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-1208)) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3594 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2837 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3623 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1928 (((-975 |#1|) $ (-793)) 17 T ELT) (((-975 |#1|) $ (-793) (-793)) NIL T ELT)) (-4405 (((-114) $) NIL T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-793) $ (-1208)) NIL T ELT) (((-793) $ (-1208) (-793)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ $ (-663 (-1208)) (-663 (-545 (-1208)))) NIL T ELT) (($ $ (-1208) (-545 (-1208))) NIL T ELT) (($ |#1| (-545 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1842 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3071 (($ $ (-1208)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208) |#1|) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4000 (($ (-1 $) (-1208) |#1|) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2674 (($ $ (-793)) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1920 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (($ $ (-1208) $) NIL T ELT) (($ $ (-663 (-1208)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT)) (-2457 (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT)) (-4283 (((-545 (-1208)) $) NIL T ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-1208)) NIL T ELT) (($ (-975 |#1|)) NIL T ELT)) (-2453 ((|#1| $ (-545 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (((-975 |#1|) $ (-793)) NIL T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2979 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-4324 (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1241 |#1|) (-13 (-762 |#1| (-1208)) (-10 -8 (-15 -2453 ((-975 |#1|) $ (-793))) (-15 -2539 ($ (-1208))) (-15 -2539 ($ (-975 |#1|))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $ (-1208) |#1|)) (-15 -4000 ($ (-1 $) (-1208) |#1|))) |%noBranch|))) (-1080)) (T -1241))
-((-2453 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-975 *4)) (-5 *1 (-1241 *4)) (-4 *4 (-1080)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1241 *3)) (-4 *3 (-1080)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-975 *3)) (-4 *3 (-1080)) (-5 *1 (-1241 *3)))) (-3071 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *1 (-1241 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)))) (-4000 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1241 *4))) (-5 *3 (-1208)) (-5 *1 (-1241 *4)) (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1080)))))
-(-13 (-762 |#1| (-1208)) (-10 -8 (-15 -2453 ((-975 |#1|) $ (-793))) (-15 -2539 ($ (-1208))) (-15 -2539 ($ (-975 |#1|))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $ (-1208) |#1|)) (-15 -4000 ($ (-1 $) (-1208) |#1|))) |%noBranch|)))
-((-3663 (((-114) |#5| $) 68 T ELT) (((-114) $) 110 T ELT)) (-1370 ((|#5| |#5| $) 83 T ELT)) (-3606 (($ (-1 (-114) |#5|) $) NIL T ELT) (((-3 |#5| "failed") $ |#4|) 127 T ELT)) (-2906 (((-663 |#5|) (-663 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|)) 81 T ELT)) (-1442 (((-3 $ "failed") (-663 |#5|)) 135 T ELT)) (-3806 (((-3 $ "failed") $) 120 T ELT)) (-2206 ((|#5| |#5| $) 102 T ELT)) (-2502 (((-114) |#5| $ (-1 (-114) |#5| |#5|)) 36 T ELT)) (-4269 ((|#5| |#5| $) 106 T ELT)) (-2108 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL T ELT) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL T ELT) ((|#5| (-1 |#5| |#5| |#5|) $) NIL T ELT) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|)) 77 T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#5|)) (|:| -1791 (-663 |#5|))) $) 63 T ELT)) (-2395 (((-114) |#5| $) 66 T ELT) (((-114) $) 111 T ELT)) (-3173 ((|#4| $) 116 T ELT)) (-2045 (((-3 |#5| "failed") $) 118 T ELT)) (-2065 (((-663 |#5|) $) 55 T ELT)) (-2872 (((-114) |#5| $) 75 T ELT) (((-114) $) 115 T ELT)) (-1703 ((|#5| |#5| $) 89 T ELT)) (-2638 (((-114) $ $) 29 T ELT)) (-3191 (((-114) |#5| $) 71 T ELT) (((-114) $) 113 T ELT)) (-1488 ((|#5| |#5| $) 86 T ELT)) (-3794 (((-3 |#5| "failed") $) 117 T ELT)) (-2674 (($ $ |#5|) 136 T ELT)) (-4283 (((-793) $) 60 T ELT)) (-2548 (($ (-663 |#5|)) 133 T ELT)) (-4299 (($ $ |#4|) 131 T ELT)) (-3912 (($ $ |#4|) 129 T ELT)) (-3396 (($ $) 128 T ELT)) (-2539 (((-887) $) NIL T ELT) (((-663 |#5|) $) 121 T ELT)) (-1895 (((-793) $) 140 T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5| |#5|)) 49 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5|) (-1 (-114) |#5| |#5|)) 51 T ELT)) (-3023 (((-114) $ (-1 (-114) |#5| (-663 |#5|))) 108 T ELT)) (-3486 (((-663 |#4|) $) 123 T ELT)) (-1749 (((-114) |#4| $) 126 T ELT)) (-2329 (((-114) $ $) 20 T ELT)))
-(((-1242 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1895 ((-793) |#1|)) (-15 -2674 (|#1| |#1| |#5|)) (-15 -3606 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1749 ((-114) |#4| |#1|)) (-15 -3486 ((-663 |#4|) |#1|)) (-15 -3806 ((-3 |#1| "failed") |#1|)) (-15 -2045 ((-3 |#5| "failed") |#1|)) (-15 -3794 ((-3 |#5| "failed") |#1|)) (-15 -4269 (|#5| |#5| |#1|)) (-15 -3396 (|#1| |#1|)) (-15 -2206 (|#5| |#5| |#1|)) (-15 -1703 (|#5| |#5| |#1|)) (-15 -1488 (|#5| |#5| |#1|)) (-15 -1370 (|#5| |#5| |#1|)) (-15 -2906 ((-663 |#5|) (-663 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|))) (-15 -2108 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|))) (-15 -2872 ((-114) |#1|)) (-15 -3191 ((-114) |#1|)) (-15 -3663 ((-114) |#1|)) (-15 -3023 ((-114) |#1| (-1 (-114) |#5| (-663 |#5|)))) (-15 -2872 ((-114) |#5| |#1|)) (-15 -3191 ((-114) |#5| |#1|)) (-15 -3663 ((-114) |#5| |#1|)) (-15 -2502 ((-114) |#5| |#1| (-1 (-114) |#5| |#5|))) (-15 -2395 ((-114) |#1|)) (-15 -2395 ((-114) |#5| |#1|)) (-15 -1406 ((-2 (|:| -1853 (-663 |#5|)) (|:| -1791 (-663 |#5|))) |#1|)) (-15 -4283 ((-793) |#1|)) (-15 -2065 ((-663 |#5|) |#1|)) (-15 -1965 ((-3 (-2 (|:| |bas| |#1|) (|:| -2765 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5|) (-1 (-114) |#5| |#5|))) (-15 -1965 ((-3 (-2 (|:| |bas| |#1|) (|:| -2765 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5| |#5|))) (-15 -2638 ((-114) |#1| |#1|)) (-15 -4299 (|#1| |#1| |#4|)) (-15 -3912 (|#1| |#1| |#4|)) (-15 -3173 (|#4| |#1|)) (-15 -1442 ((-3 |#1| "failed") (-663 |#5|))) (-15 -2539 ((-663 |#5|) |#1|)) (-15 -2548 (|#1| (-663 |#5|))) (-15 -2108 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -2108 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3606 (|#1| (-1 (-114) |#5|) |#1|)) (-15 -2108 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -2539 ((-887) |#1|)) (-15 -2329 ((-114) |#1| |#1|))) (-1243 |#2| |#3| |#4| |#5|) (-571) (-815) (-871) (-1096 |#2| |#3| |#4|)) (T -1242))
-NIL
-(-10 -8 (-15 -1895 ((-793) |#1|)) (-15 -2674 (|#1| |#1| |#5|)) (-15 -3606 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1749 ((-114) |#4| |#1|)) (-15 -3486 ((-663 |#4|) |#1|)) (-15 -3806 ((-3 |#1| "failed") |#1|)) (-15 -2045 ((-3 |#5| "failed") |#1|)) (-15 -3794 ((-3 |#5| "failed") |#1|)) (-15 -4269 (|#5| |#5| |#1|)) (-15 -3396 (|#1| |#1|)) (-15 -2206 (|#5| |#5| |#1|)) (-15 -1703 (|#5| |#5| |#1|)) (-15 -1488 (|#5| |#5| |#1|)) (-15 -1370 (|#5| |#5| |#1|)) (-15 -2906 ((-663 |#5|) (-663 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|))) (-15 -2108 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|))) (-15 -2872 ((-114) |#1|)) (-15 -3191 ((-114) |#1|)) (-15 -3663 ((-114) |#1|)) (-15 -3023 ((-114) |#1| (-1 (-114) |#5| (-663 |#5|)))) (-15 -2872 ((-114) |#5| |#1|)) (-15 -3191 ((-114) |#5| |#1|)) (-15 -3663 ((-114) |#5| |#1|)) (-15 -2502 ((-114) |#5| |#1| (-1 (-114) |#5| |#5|))) (-15 -2395 ((-114) |#1|)) (-15 -2395 ((-114) |#5| |#1|)) (-15 -1406 ((-2 (|:| -1853 (-663 |#5|)) (|:| -1791 (-663 |#5|))) |#1|)) (-15 -4283 ((-793) |#1|)) (-15 -2065 ((-663 |#5|) |#1|)) (-15 -1965 ((-3 (-2 (|:| |bas| |#1|) (|:| -2765 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5|) (-1 (-114) |#5| |#5|))) (-15 -1965 ((-3 (-2 (|:| |bas| |#1|) (|:| -2765 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5| |#5|))) (-15 -2638 ((-114) |#1| |#1|)) (-15 -4299 (|#1| |#1| |#4|)) (-15 -3912 (|#1| |#1| |#4|)) (-15 -3173 (|#4| |#1|)) (-15 -1442 ((-3 |#1| "failed") (-663 |#5|))) (-15 -2539 ((-663 |#5|) |#1|)) (-15 -2548 (|#1| (-663 |#5|))) (-15 -2108 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -2108 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3606 (|#1| (-1 (-114) |#5|) |#1|)) (-15 -2108 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -2539 ((-887) |#1|)) (-15 -2329 ((-114) |#1| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-3509 (((-663 $) (-663 |#4|)) 94 T ELT)) (-3557 (((-663 |#3|) $) 37 T ELT)) (-3343 (((-114) $) 30 T ELT)) (-3540 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-1370 ((|#4| |#4| $) 100 T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-3067 (((-114) $ (-793)) 48 T ELT)) (-3606 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-3366 (($) 49 T CONST)) (-2244 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-3056 (($ (-663 |#4|)) 39 T ELT)) (-3806 (((-3 $ "failed") $) 90 T ELT)) (-2206 ((|#4| |#4| $) 97 T ELT)) (-2885 (($ $) 72 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#4| $) 71 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-4269 ((|#4| |#4| $) 95 T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) 113 T ELT)) (-1559 (((-663 |#4|) $) 56 (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-3173 ((|#3| $) 38 T ELT)) (-1456 (((-114) $ (-793)) 47 T ELT)) (-2559 (((-663 |#4|) $) 57 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-1972 (((-663 |#3|) $) 36 T ELT)) (-3253 (((-114) |#3| $) 35 T ELT)) (-2020 (((-114) $ (-793)) 46 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2045 (((-3 |#4| "failed") $) 91 T ELT)) (-2065 (((-663 |#4|) $) 115 T ELT)) (-2872 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-1703 ((|#4| |#4| $) 98 T ELT)) (-2638 (((-114) $ $) 118 T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-1488 ((|#4| |#4| $) 99 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3794 (((-3 |#4| "failed") $) 92 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4300 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-2674 (($ $ |#4|) 85 T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) 42 T ELT)) (-3868 (((-114) $) 45 T ELT)) (-1423 (($) 44 T ELT)) (-4283 (((-793) $) 114 T ELT)) (-3150 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1132)) (|has| $ (-6 -4509))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) 43 T ELT)) (-4417 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) 64 T ELT)) (-4299 (($ $ |#3|) 32 T ELT)) (-3912 (($ $ |#3|) 34 T ELT)) (-3396 (($ $) 96 T ELT)) (-1860 (($ $ |#3|) 33 T ELT)) (-2539 (((-887) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-1895 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) 89 T ELT)) (-1749 (((-114) |#3| $) 88 T ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2305 (((-793) $) 50 (|has| $ (-6 -4509)) ELT)))
-(((-1243 |#1| |#2| |#3| |#4|) (-142) (-571) (-815) (-871) (-1096 |t#1| |t#2| |t#3|)) (T -1243))
-((-2638 (*1 *2 *1 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))) (-1965 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-114) *8 *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-2 (|:| |bas| *1) (|:| -2765 (-663 *8)))) (-5 *3 (-663 *8)) (-4 *1 (-1243 *5 *6 *7 *8)))) (-1965 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-114) *9)) (-5 *5 (-1 (-114) *9 *9)) (-4 *9 (-1096 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-815)) (-4 *8 (-871)) (-5 *2 (-2 (|:| |bas| *1) (|:| -2765 (-663 *9)))) (-5 *3 (-663 *9)) (-4 *1 (-1243 *6 *7 *8 *9)))) (-2065 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-663 *6)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-793)))) (-1406 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-2 (|:| -1853 (-663 *6)) (|:| -1791 (-663 *6)))))) (-2395 (*1 *2 *3 *1) (-12 (-4 *1 (-1243 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-2395 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))) (-2502 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-114) *3 *3)) (-4 *1 (-1243 *5 *6 *7 *3)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-114)))) (-3663 (*1 *2 *3 *1) (-12 (-4 *1 (-1243 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-3191 (*1 *2 *3 *1) (-12 (-4 *1 (-1243 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-2872 (*1 *2 *3 *1) (-12 (-4 *1 (-1243 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-3023 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-114) *7 (-663 *7))) (-4 *1 (-1243 *4 *5 *6 *7)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)))) (-3663 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))) (-3191 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))) (-2872 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))) (-2108 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-114) *2 *2)) (-4 *1 (-1243 *5 *6 *7 *2)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *2 (-1096 *5 *6 *7)))) (-2906 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-663 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-114) *8 *8)) (-4 *1 (-1243 *5 *6 *7 *8)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)))) (-1370 (*1 *2 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-1488 (*1 *2 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-1703 (*1 *2 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-2206 (*1 *2 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-3396 (*1 *1 *1) (-12 (-4 *1 (-1243 *2 *3 *4 *5)) (-4 *2 (-571)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-1096 *2 *3 *4)))) (-4269 (*1 *2 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-3509 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *1)) (-4 *1 (-1243 *4 *5 *6 *7)))) (-2220 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-663 (-2 (|:| -1853 *1) (|:| -1791 (-663 *7))))) (-5 *3 (-663 *7)) (-4 *1 (-1243 *4 *5 *6 *7)))) (-3794 (*1 *2 *1) (|partial| -12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-2045 (*1 *2 *1) (|partial| -12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-3806 (*1 *1 *1) (|partial| -12 (-4 *1 (-1243 *2 *3 *4 *5)) (-4 *2 (-571)) (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-1096 *2 *3 *4)))) (-3486 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-663 *5)))) (-1749 (*1 *2 *3 *1) (-12 (-4 *1 (-1243 *4 *5 *3 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *3 (-871)) (-4 *6 (-1096 *4 *5 *3)) (-5 *2 (-114)))) (-3606 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1243 *4 *5 *3 *2)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *3 (-871)) (-4 *2 (-1096 *4 *5 *3)))) (-4300 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-2674 (*1 *1 *1 *2) (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))) (-1895 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *5 (-381)) (-5 *2 (-793)))))
-(-13 (-1007 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4509) (-6 -4510) (-15 -2638 ((-114) $ $)) (-15 -1965 ((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |t#4|))) "failed") (-663 |t#4|) (-1 (-114) |t#4| |t#4|))) (-15 -1965 ((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |t#4|))) "failed") (-663 |t#4|) (-1 (-114) |t#4|) (-1 (-114) |t#4| |t#4|))) (-15 -2065 ((-663 |t#4|) $)) (-15 -4283 ((-793) $)) (-15 -1406 ((-2 (|:| -1853 (-663 |t#4|)) (|:| -1791 (-663 |t#4|))) $)) (-15 -2395 ((-114) |t#4| $)) (-15 -2395 ((-114) $)) (-15 -2502 ((-114) |t#4| $ (-1 (-114) |t#4| |t#4|))) (-15 -3663 ((-114) |t#4| $)) (-15 -3191 ((-114) |t#4| $)) (-15 -2872 ((-114) |t#4| $)) (-15 -3023 ((-114) $ (-1 (-114) |t#4| (-663 |t#4|)))) (-15 -3663 ((-114) $)) (-15 -3191 ((-114) $)) (-15 -2872 ((-114) $)) (-15 -2108 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-114) |t#4| |t#4|))) (-15 -2906 ((-663 |t#4|) (-663 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-114) |t#4| |t#4|))) (-15 -1370 (|t#4| |t#4| $)) (-15 -1488 (|t#4| |t#4| $)) (-15 -1703 (|t#4| |t#4| $)) (-15 -2206 (|t#4| |t#4| $)) (-15 -3396 ($ $)) (-15 -4269 (|t#4| |t#4| $)) (-15 -3509 ((-663 $) (-663 |t#4|))) (-15 -2220 ((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |t#4|)))) (-663 |t#4|))) (-15 -3794 ((-3 |t#4| "failed") $)) (-15 -2045 ((-3 |t#4| "failed") $)) (-15 -3806 ((-3 $ "failed") $)) (-15 -3486 ((-663 |t#3|) $)) (-15 -1749 ((-114) |t#3| $)) (-15 -3606 ((-3 |t#4| "failed") $ |t#3|)) (-15 -4300 ((-3 $ "failed") $ |t#4|)) (-15 -2674 ($ $ |t#4|)) (IF (|has| |t#3| (-381)) (-15 -1895 ((-793) $)) |%noBranch|)))
-(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-887)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ((-1007 |#1| |#2| |#3| |#4|) . T) ((-1132) . T) ((-1248) . T))
-((-2182 (($ |#1| (-663 (-663 (-972 (-229)))) (-114)) 19 T ELT)) (-1635 (((-114) $ (-114)) 18 T ELT)) (-2147 (((-114) $) 17 T ELT)) (-2196 (((-663 (-663 (-972 (-229)))) $) 13 T ELT)) (-3204 ((|#1| $) 8 T ELT)) (-1722 (((-114) $) 15 T ELT)))
-(((-1244 |#1|) (-10 -8 (-15 -3204 (|#1| $)) (-15 -2196 ((-663 (-663 (-972 (-229)))) $)) (-15 -1722 ((-114) $)) (-15 -2147 ((-114) $)) (-15 -1635 ((-114) $ (-114))) (-15 -2182 ($ |#1| (-663 (-663 (-972 (-229)))) (-114)))) (-1005)) (T -1244))
-((-2182 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-114)) (-5 *1 (-1244 *2)) (-4 *2 (-1005)))) (-1635 (*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1244 *3)) (-4 *3 (-1005)))) (-2147 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1244 *3)) (-4 *3 (-1005)))) (-1722 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1244 *3)) (-4 *3 (-1005)))) (-2196 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *1 (-1244 *3)) (-4 *3 (-1005)))) (-3204 (*1 *2 *1) (-12 (-5 *1 (-1244 *2)) (-4 *2 (-1005)))))
-(-10 -8 (-15 -3204 (|#1| $)) (-15 -2196 ((-663 (-663 (-972 (-229)))) $)) (-15 -1722 ((-114) $)) (-15 -2147 ((-114) $)) (-15 -1635 ((-114) $ (-114))) (-15 -2182 ($ |#1| (-663 (-663 (-972 (-229)))) (-114))))
-((-2373 (((-972 (-229)) (-972 (-229))) 31 T ELT)) (-1921 (((-972 (-229)) (-229) (-229) (-229) (-229)) 10 T ELT)) (-2831 (((-663 (-972 (-229))) (-972 (-229)) (-972 (-229)) (-972 (-229)) (-229) (-663 (-663 (-229)))) 56 T ELT)) (-3491 (((-229) (-972 (-229)) (-972 (-229))) 27 T ELT)) (-3996 (((-972 (-229)) (-972 (-229)) (-972 (-229))) 28 T ELT)) (-4333 (((-663 (-663 (-229))) (-560)) 44 T ELT)) (-2426 (((-972 (-229)) (-972 (-229)) (-972 (-229))) 26 T ELT)) (-2413 (((-972 (-229)) (-972 (-229)) (-972 (-229))) 24 T ELT)) (* (((-972 (-229)) (-229) (-972 (-229))) 22 T ELT)))
-(((-1245) (-10 -7 (-15 -1921 ((-972 (-229)) (-229) (-229) (-229) (-229))) (-15 * ((-972 (-229)) (-229) (-972 (-229)))) (-15 -2413 ((-972 (-229)) (-972 (-229)) (-972 (-229)))) (-15 -2426 ((-972 (-229)) (-972 (-229)) (-972 (-229)))) (-15 -3491 ((-229) (-972 (-229)) (-972 (-229)))) (-15 -3996 ((-972 (-229)) (-972 (-229)) (-972 (-229)))) (-15 -2373 ((-972 (-229)) (-972 (-229)))) (-15 -4333 ((-663 (-663 (-229))) (-560))) (-15 -2831 ((-663 (-972 (-229))) (-972 (-229)) (-972 (-229)) (-972 (-229)) (-229) (-663 (-663 (-229))))))) (T -1245))
-((-2831 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-663 (-663 (-229)))) (-5 *4 (-229)) (-5 *2 (-663 (-972 *4))) (-5 *1 (-1245)) (-5 *3 (-972 *4)))) (-4333 (*1 *2 *3) (-12 (-5 *3 (-560)) (-5 *2 (-663 (-663 (-229)))) (-5 *1 (-1245)))) (-2373 (*1 *2 *2) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245)))) (-3996 (*1 *2 *2 *2) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245)))) (-3491 (*1 *2 *3 *3) (-12 (-5 *3 (-972 (-229))) (-5 *2 (-229)) (-5 *1 (-1245)))) (-2426 (*1 *2 *2 *2) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245)))) (-2413 (*1 *2 *2 *2) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-972 (-229))) (-5 *3 (-229)) (-5 *1 (-1245)))) (-1921 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245)) (-5 *3 (-229)))))
-(-10 -7 (-15 -1921 ((-972 (-229)) (-229) (-229) (-229) (-229))) (-15 * ((-972 (-229)) (-229) (-972 (-229)))) (-15 -2413 ((-972 (-229)) (-972 (-229)) (-972 (-229)))) (-15 -2426 ((-972 (-229)) (-972 (-229)) (-972 (-229)))) (-15 -3491 ((-229) (-972 (-229)) (-972 (-229)))) (-15 -3996 ((-972 (-229)) (-972 (-229)) (-972 (-229)))) (-15 -2373 ((-972 (-229)) (-972 (-229)))) (-15 -4333 ((-663 (-663 (-229))) (-560))) (-15 -2831 ((-663 (-972 (-229))) (-972 (-229)) (-972 (-229)) (-972 (-229)) (-229) (-663 (-663 (-229))))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3606 ((|#1| $ (-793)) 18 T ELT)) (-4474 (((-793) $) 13 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-2539 (((-987 |#1|) $) 12 T ELT) (($ (-987 |#1|)) 11 T ELT) (((-887) $) 29 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-2329 (((-114) $ $) 22 (|has| |#1| (-1132)) ELT)))
-(((-1246 |#1|) (-13 (-504 (-987 |#1|)) (-10 -8 (-15 -3606 (|#1| $ (-793))) (-15 -4474 ((-793) $)) (IF (|has| |#1| (-632 (-887))) (-6 (-632 (-887))) |%noBranch|) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|))) (-1248)) (T -1246))
-((-3606 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-1246 *2)) (-4 *2 (-1248)))) (-4474 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1246 *3)) (-4 *3 (-1248)))))
-(-13 (-504 (-987 |#1|)) (-10 -8 (-15 -3606 (|#1| $ (-793))) (-15 -4474 ((-793) $)) (IF (|has| |#1| (-632 (-887))) (-6 (-632 (-887))) |%noBranch|) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|)))
-((-2555 (((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|)) (-560)) 94 T ELT)) (-3645 (((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|))) 86 T ELT)) (-3101 (((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|))) 70 T ELT)))
-(((-1247 |#1|) (-10 -7 (-15 -3645 ((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|)))) (-15 -3101 ((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|)))) (-15 -2555 ((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|)) (-560)))) (-363)) (T -1247))
-((-2555 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-4 *5 (-363)) (-5 *2 (-419 (-1202 (-1202 *5)))) (-5 *1 (-1247 *5)) (-5 *3 (-1202 (-1202 *5))))) (-3101 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-419 (-1202 (-1202 *4)))) (-5 *1 (-1247 *4)) (-5 *3 (-1202 (-1202 *4))))) (-3645 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-419 (-1202 (-1202 *4)))) (-5 *1 (-1247 *4)) (-5 *3 (-1202 (-1202 *4))))))
-(-10 -7 (-15 -3645 ((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|)))) (-15 -3101 ((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|)))) (-15 -2555 ((-419 (-1202 (-1202 |#1|))) (-1202 (-1202 |#1|)) (-560))))
-NIL
-(((-1248) (-142)) (T -1248))
-NIL
-(-13 (-10 -7 (-6 -2908)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 9 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1249) (-1114)) (T -1249))
-NIL
-(-1114)
-((-2596 (((-114)) 18 T ELT)) (-3827 (((-1304) (-663 |#1|) (-663 |#1|)) 22 T ELT) (((-1304) (-663 |#1|)) 23 T ELT)) (-1456 (((-114) |#1| |#1|) 37 (|has| |#1| (-871)) ELT)) (-2020 (((-114) |#1| |#1| (-1 (-114) |#1| |#1|)) 29 T ELT) (((-3 (-114) "failed") |#1| |#1|) 27 T ELT)) (-1963 ((|#1| (-663 |#1|)) 38 (|has| |#1| (-871)) ELT) ((|#1| (-663 |#1|) (-1 (-114) |#1| |#1|)) 32 T ELT)) (-2015 (((-2 (|:| -2189 (-663 |#1|)) (|:| -2961 (-663 |#1|)))) 20 T ELT)))
-(((-1250 |#1|) (-10 -7 (-15 -3827 ((-1304) (-663 |#1|))) (-15 -3827 ((-1304) (-663 |#1|) (-663 |#1|))) (-15 -2015 ((-2 (|:| -2189 (-663 |#1|)) (|:| -2961 (-663 |#1|))))) (-15 -2020 ((-3 (-114) "failed") |#1| |#1|)) (-15 -2020 ((-114) |#1| |#1| (-1 (-114) |#1| |#1|))) (-15 -1963 (|#1| (-663 |#1|) (-1 (-114) |#1| |#1|))) (-15 -2596 ((-114))) (IF (|has| |#1| (-871)) (PROGN (-15 -1963 (|#1| (-663 |#1|))) (-15 -1456 ((-114) |#1| |#1|))) |%noBranch|)) (-1132)) (T -1250))
-((-1456 (*1 *2 *3 *3) (-12 (-5 *2 (-114)) (-5 *1 (-1250 *3)) (-4 *3 (-871)) (-4 *3 (-1132)))) (-1963 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-1132)) (-4 *2 (-871)) (-5 *1 (-1250 *2)))) (-2596 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1250 *3)) (-4 *3 (-1132)))) (-1963 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *2)) (-5 *4 (-1 (-114) *2 *2)) (-5 *1 (-1250 *2)) (-4 *2 (-1132)))) (-2020 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-114) *3 *3)) (-4 *3 (-1132)) (-5 *2 (-114)) (-5 *1 (-1250 *3)))) (-2020 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-114)) (-5 *1 (-1250 *3)) (-4 *3 (-1132)))) (-2015 (*1 *2) (-12 (-5 *2 (-2 (|:| -2189 (-663 *3)) (|:| -2961 (-663 *3)))) (-5 *1 (-1250 *3)) (-4 *3 (-1132)))) (-3827 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1132)) (-5 *2 (-1304)) (-5 *1 (-1250 *4)))) (-3827 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1132)) (-5 *2 (-1304)) (-5 *1 (-1250 *4)))))
-(-10 -7 (-15 -3827 ((-1304) (-663 |#1|))) (-15 -3827 ((-1304) (-663 |#1|) (-663 |#1|))) (-15 -2015 ((-2 (|:| -2189 (-663 |#1|)) (|:| -2961 (-663 |#1|))))) (-15 -2020 ((-3 (-114) "failed") |#1| |#1|)) (-15 -2020 ((-114) |#1| |#1| (-1 (-114) |#1| |#1|))) (-15 -1963 (|#1| (-663 |#1|) (-1 (-114) |#1| |#1|))) (-15 -2596 ((-114))) (IF (|has| |#1| (-871)) (PROGN (-15 -1963 (|#1| (-663 |#1|))) (-15 -1456 ((-114) |#1| |#1|))) |%noBranch|))
-((-3176 (((-1304) (-663 (-1208)) (-663 (-1208))) 14 T ELT) (((-1304) (-663 (-1208))) 12 T ELT)) (-3159 (((-1304)) 16 T ELT)) (-3917 (((-2 (|:| -2961 (-663 (-1208))) (|:| -2189 (-663 (-1208))))) 20 T ELT)))
-(((-1251) (-10 -7 (-15 -3176 ((-1304) (-663 (-1208)))) (-15 -3176 ((-1304) (-663 (-1208)) (-663 (-1208)))) (-15 -3917 ((-2 (|:| -2961 (-663 (-1208))) (|:| -2189 (-663 (-1208)))))) (-15 -3159 ((-1304))))) (T -1251))
-((-3159 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1251)))) (-3917 (*1 *2) (-12 (-5 *2 (-2 (|:| -2961 (-663 (-1208))) (|:| -2189 (-663 (-1208))))) (-5 *1 (-1251)))) (-3176 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-1208))) (-5 *2 (-1304)) (-5 *1 (-1251)))) (-3176 (*1 *2 *3) (-12 (-5 *3 (-663 (-1208))) (-5 *2 (-1304)) (-5 *1 (-1251)))))
-(-10 -7 (-15 -3176 ((-1304) (-663 (-1208)))) (-15 -3176 ((-1304) (-663 (-1208)) (-663 (-1208)))) (-15 -3917 ((-2 (|:| -2961 (-663 (-1208))) (|:| -2189 (-663 (-1208)))))) (-15 -3159 ((-1304))))
-((-2082 (($ $) 17 T ELT)) (-1510 (((-114) $) 28 T ELT)))
-(((-1252 |#1|) (-10 -8 (-15 -2082 (|#1| |#1|)) (-15 -1510 ((-114) |#1|))) (-1253)) (T -1252))
-NIL
-(-10 -8 (-15 -2082 (|#1| |#1|)) (-15 -1510 ((-114) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 63 T ELT)) (-2326 (((-419 $) $) 64 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1510 (((-114) $) 65 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3388 (((-419 $) $) 62 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
-(((-1253) (-142)) (T -1253))
-((-1510 (*1 *2 *1) (-12 (-4 *1 (-1253)) (-5 *2 (-114)))) (-2326 (*1 *2 *1) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1253)))) (-2082 (*1 *1 *1) (-4 *1 (-1253))) (-3388 (*1 *2 *1) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1253)))))
-(-13 (-466) (-10 -8 (-15 -1510 ((-114) $)) (-15 -2326 ((-419 $) $)) (-15 -2082 ($ $)) (-15 -3388 ((-419 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-302) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1082 $) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3634 (($ $ $) NIL T ELT)) (-3620 (($ $ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-1254) (-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))) (T -1254))
-((-3620 (*1 *1 *1 *1) (-5 *1 (-1254))) (-3634 (*1 *1 *1 *1) (-5 *1 (-1254))) (-3366 (*1 *1) (-5 *1 (-1254))))
-(-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 9 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 7 T ELT)))
+(((-1217) (-1133)) (T -1217))
+NIL
+(-1133)
+((-1803 (((-663 (-663 (-976 |#1|))) (-663 (-421 (-976 |#1|))) (-663 (-1209))) 69 T ELT)) (-3944 (((-663 (-305 (-421 (-976 |#1|)))) (-305 (-421 (-976 |#1|)))) 80 T ELT) (((-663 (-305 (-421 (-976 |#1|)))) (-421 (-976 |#1|))) 76 T ELT) (((-663 (-305 (-421 (-976 |#1|)))) (-305 (-421 (-976 |#1|))) (-1209)) 81 T ELT) (((-663 (-305 (-421 (-976 |#1|)))) (-421 (-976 |#1|)) (-1209)) 75 T ELT) (((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-305 (-421 (-976 |#1|))))) 106 T ELT) (((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-421 (-976 |#1|)))) 105 T ELT) (((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-305 (-421 (-976 |#1|)))) (-663 (-1209))) 107 T ELT) (((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-421 (-976 |#1|))) (-663 (-1209))) 104 T ELT)))
+(((-1218 |#1|) (-10 -7 (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-421 (-976 |#1|))) (-663 (-1209)))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-305 (-421 (-976 |#1|)))) (-663 (-1209)))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-421 (-976 |#1|))))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-305 (-421 (-976 |#1|)))))) (-15 -3944 ((-663 (-305 (-421 (-976 |#1|)))) (-421 (-976 |#1|)) (-1209))) (-15 -3944 ((-663 (-305 (-421 (-976 |#1|)))) (-305 (-421 (-976 |#1|))) (-1209))) (-15 -3944 ((-663 (-305 (-421 (-976 |#1|)))) (-421 (-976 |#1|)))) (-15 -3944 ((-663 (-305 (-421 (-976 |#1|)))) (-305 (-421 (-976 |#1|))))) (-15 -1803 ((-663 (-663 (-976 |#1|))) (-663 (-421 (-976 |#1|))) (-663 (-1209))))) (-571)) (T -1218))
+((-1803 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-976 *5)))) (-5 *4 (-663 (-1209))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-976 *5)))) (-5 *1 (-1218 *5)))) (-3944 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 (-305 (-421 (-976 *4))))) (-5 *1 (-1218 *4)) (-5 *3 (-305 (-421 (-976 *4)))))) (-3944 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 (-305 (-421 (-976 *4))))) (-5 *1 (-1218 *4)) (-5 *3 (-421 (-976 *4))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-571)) (-5 *2 (-663 (-305 (-421 (-976 *5))))) (-5 *1 (-1218 *5)) (-5 *3 (-305 (-421 (-976 *5)))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *4 (-1209)) (-4 *5 (-571)) (-5 *2 (-663 (-305 (-421 (-976 *5))))) (-5 *1 (-1218 *5)) (-5 *3 (-421 (-976 *5))))) (-3944 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *4)))))) (-5 *1 (-1218 *4)) (-5 *3 (-663 (-305 (-421 (-976 *4))))))) (-3944 (*1 *2 *3) (-12 (-5 *3 (-663 (-421 (-976 *4)))) (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *4)))))) (-5 *1 (-1218 *4)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *4 (-663 (-1209))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *5)))))) (-5 *1 (-1218 *5)) (-5 *3 (-663 (-305 (-421 (-976 *5))))))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-421 (-976 *5)))) (-5 *4 (-663 (-1209))) (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *5)))))) (-5 *1 (-1218 *5)))))
+(-10 -7 (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-421 (-976 |#1|))) (-663 (-1209)))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-305 (-421 (-976 |#1|)))) (-663 (-1209)))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-421 (-976 |#1|))))) (-15 -3944 ((-663 (-663 (-305 (-421 (-976 |#1|))))) (-663 (-305 (-421 (-976 |#1|)))))) (-15 -3944 ((-663 (-305 (-421 (-976 |#1|)))) (-421 (-976 |#1|)) (-1209))) (-15 -3944 ((-663 (-305 (-421 (-976 |#1|)))) (-305 (-421 (-976 |#1|))) (-1209))) (-15 -3944 ((-663 (-305 (-421 (-976 |#1|)))) (-421 (-976 |#1|)))) (-15 -3944 ((-663 (-305 (-421 (-976 |#1|)))) (-305 (-421 (-976 |#1|))))) (-15 -1803 ((-663 (-663 (-976 |#1|))) (-663 (-421 (-976 |#1|))) (-663 (-1209)))))
+((-3560 (((-1191)) 7 T ELT)) (-3145 (((-1191)) 11 T CONST)) (-2470 (((-1305) (-1191)) 13 T ELT)) (-3465 (((-1191)) 8 T CONST)) (-2610 (((-132)) 10 T CONST)))
+(((-1219) (-13 (-1249) (-10 -7 (-15 -3560 ((-1191))) (-15 -3465 ((-1191)) -2292) (-15 -2610 ((-132)) -2292) (-15 -3145 ((-1191)) -2292) (-15 -2470 ((-1305) (-1191)))))) (T -1219))
+((-3560 (*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1219)))) (-3465 (*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1219)))) (-2610 (*1 *2) (-12 (-5 *2 (-132)) (-5 *1 (-1219)))) (-3145 (*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1219)))) (-2470 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1219)))))
+(-13 (-1249) (-10 -7 (-15 -3560 ((-1191))) (-15 -3465 ((-1191)) -2292) (-15 -2610 ((-132)) -2292) (-15 -3145 ((-1191)) -2292) (-15 -2470 ((-1305) (-1191)))))
+((-2064 (((-663 (-663 |#1|)) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|)))) 56 T ELT)) (-1788 (((-663 (-663 (-663 |#1|))) (-663 (-663 |#1|))) 38 T ELT)) (-2684 (((-1222 (-663 |#1|)) (-663 |#1|)) 49 T ELT)) (-1386 (((-663 (-663 |#1|)) (-663 |#1|)) 45 T ELT)) (-2823 (((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 (-663 (-663 |#1|)))) 53 T ELT)) (-2795 (((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 |#1|) (-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|)))) 52 T ELT)) (-4236 (((-663 (-663 |#1|)) (-663 (-663 |#1|))) 43 T ELT)) (-2282 (((-663 |#1|) (-663 |#1|)) 46 T ELT)) (-4245 (((-663 (-663 (-663 |#1|))) (-663 |#1|) (-663 (-663 (-663 |#1|)))) 32 T ELT)) (-1579 (((-663 (-663 (-663 |#1|))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 (-663 |#1|)))) 29 T ELT)) (-1499 (((-2 (|:| |fs| (-114)) (|:| |sd| (-663 |#1|)) (|:| |td| (-663 (-663 |#1|)))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 |#1|))) 24 T ELT)) (-2608 (((-663 (-663 |#1|)) (-663 (-663 (-663 |#1|)))) 58 T ELT)) (-1753 (((-663 (-663 |#1|)) (-1222 (-663 |#1|))) 60 T ELT)))
+(((-1220 |#1|) (-10 -7 (-15 -1499 ((-2 (|:| |fs| (-114)) (|:| |sd| (-663 |#1|)) (|:| |td| (-663 (-663 |#1|)))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 |#1|)))) (-15 -1579 ((-663 (-663 (-663 |#1|))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 (-663 |#1|))))) (-15 -4245 ((-663 (-663 (-663 |#1|))) (-663 |#1|) (-663 (-663 (-663 |#1|))))) (-15 -2064 ((-663 (-663 |#1|)) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))))) (-15 -2608 ((-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))))) (-15 -1753 ((-663 (-663 |#1|)) (-1222 (-663 |#1|)))) (-15 -1788 ((-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)))) (-15 -2684 ((-1222 (-663 |#1|)) (-663 |#1|))) (-15 -4236 ((-663 (-663 |#1|)) (-663 (-663 |#1|)))) (-15 -1386 ((-663 (-663 |#1|)) (-663 |#1|))) (-15 -2282 ((-663 |#1|) (-663 |#1|))) (-15 -2795 ((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 |#1|) (-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))))) (-15 -2823 ((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 (-663 (-663 |#1|)))))) (-872)) (T -1220))
+((-2823 (*1 *2 *3) (-12 (-4 *4 (-872)) (-5 *2 (-2 (|:| |f1| (-663 *4)) (|:| |f2| (-663 (-663 (-663 *4)))) (|:| |f3| (-663 (-663 *4))) (|:| |f4| (-663 (-663 (-663 *4)))))) (-5 *1 (-1220 *4)) (-5 *3 (-663 (-663 (-663 *4)))))) (-2795 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-872)) (-5 *3 (-663 *6)) (-5 *5 (-663 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-663 *5)) (|:| |f3| *5) (|:| |f4| (-663 *5)))) (-5 *1 (-1220 *6)) (-5 *4 (-663 *5)))) (-2282 (*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-1220 *3)))) (-1386 (*1 *2 *3) (-12 (-4 *4 (-872)) (-5 *2 (-663 (-663 *4))) (-5 *1 (-1220 *4)) (-5 *3 (-663 *4)))) (-4236 (*1 *2 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-872)) (-5 *1 (-1220 *3)))) (-2684 (*1 *2 *3) (-12 (-4 *4 (-872)) (-5 *2 (-1222 (-663 *4))) (-5 *1 (-1220 *4)) (-5 *3 (-663 *4)))) (-1788 (*1 *2 *3) (-12 (-4 *4 (-872)) (-5 *2 (-663 (-663 (-663 *4)))) (-5 *1 (-1220 *4)) (-5 *3 (-663 (-663 *4))))) (-1753 (*1 *2 *3) (-12 (-5 *3 (-1222 (-663 *4))) (-4 *4 (-872)) (-5 *2 (-663 (-663 *4))) (-5 *1 (-1220 *4)))) (-2608 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-663 *4)))) (-5 *2 (-663 (-663 *4))) (-5 *1 (-1220 *4)) (-4 *4 (-872)))) (-2064 (*1 *2 *2 *3) (-12 (-5 *3 (-663 (-663 (-663 *4)))) (-5 *2 (-663 (-663 *4))) (-4 *4 (-872)) (-5 *1 (-1220 *4)))) (-4245 (*1 *2 *3 *2) (-12 (-5 *2 (-663 (-663 (-663 *4)))) (-5 *3 (-663 *4)) (-4 *4 (-872)) (-5 *1 (-1220 *4)))) (-1579 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-663 (-663 (-663 *5)))) (-5 *3 (-1 (-114) *5 *5)) (-5 *4 (-663 *5)) (-4 *5 (-872)) (-5 *1 (-1220 *5)))) (-1499 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-114) *6 *6)) (-4 *6 (-872)) (-5 *4 (-663 *6)) (-5 *2 (-2 (|:| |fs| (-114)) (|:| |sd| *4) (|:| |td| (-663 *4)))) (-5 *1 (-1220 *6)) (-5 *5 (-663 *4)))))
+(-10 -7 (-15 -1499 ((-2 (|:| |fs| (-114)) (|:| |sd| (-663 |#1|)) (|:| |td| (-663 (-663 |#1|)))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 |#1|)))) (-15 -1579 ((-663 (-663 (-663 |#1|))) (-1 (-114) |#1| |#1|) (-663 |#1|) (-663 (-663 (-663 |#1|))))) (-15 -4245 ((-663 (-663 (-663 |#1|))) (-663 |#1|) (-663 (-663 (-663 |#1|))))) (-15 -2064 ((-663 (-663 |#1|)) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))))) (-15 -2608 ((-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))))) (-15 -1753 ((-663 (-663 |#1|)) (-1222 (-663 |#1|)))) (-15 -1788 ((-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)))) (-15 -2684 ((-1222 (-663 |#1|)) (-663 |#1|))) (-15 -4236 ((-663 (-663 |#1|)) (-663 (-663 |#1|)))) (-15 -1386 ((-663 (-663 |#1|)) (-663 |#1|))) (-15 -2282 ((-663 |#1|) (-663 |#1|))) (-15 -2795 ((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 |#1|) (-663 (-663 (-663 |#1|))) (-663 (-663 |#1|)) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))) (-663 (-663 (-663 |#1|))))) (-15 -2823 ((-2 (|:| |f1| (-663 |#1|)) (|:| |f2| (-663 (-663 (-663 |#1|)))) (|:| |f3| (-663 (-663 |#1|))) (|:| |f4| (-663 (-663 (-663 |#1|))))) (-663 (-663 (-663 |#1|))))))
+((-3808 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-4432 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-2507 (((-1305) $ |#1| |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#2| $ |#1| |#2|) NIL T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) NIL T ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-3320 ((|#1| $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-2791 (((-663 |#1|) $) NIL T ELT)) (-1410 (((-114) |#1| $) NIL T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-3444 (((-663 |#1|) $) NIL T ELT)) (-2679 (((-114) |#1| $) NIL T ELT)) (-1473 (((-1152) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| |#2| (-1133))) ELT)) (-1574 ((|#2| $) NIL (|has| |#1| (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL T ELT)) (-2024 (($ $ |#2|) NIL (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-2389 (($) NIL T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) NIL (-12 (|has| $ (-6 -4510)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (((-793) |#2| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT) (((-793) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3834 (((-888) $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888))) (|has| |#2| (-632 (-888)))) ELT)) (-1519 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) NIL T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) NIL (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) NIL (-2309 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102)) (|has| |#2| (-102))) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1221 |#1| |#2|) (-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510))) (-1133) (-1133)) (T -1221))
+NIL
+(-13 (-1226 |#1| |#2|) (-10 -7 (-6 -4510)))
+((-2269 (($ (-663 (-663 |#1|))) 10 T ELT)) (-4327 (((-663 (-663 |#1|)) $) 11 T ELT)) (-3834 (((-888) $) 33 T ELT)))
+(((-1222 |#1|) (-10 -8 (-15 -2269 ($ (-663 (-663 |#1|)))) (-15 -4327 ((-663 (-663 |#1|)) $)) (-15 -3834 ((-888) $))) (-1133)) (T -1222))
+((-3834 (*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-1222 *3)) (-4 *3 (-1133)))) (-4327 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 *3))) (-5 *1 (-1222 *3)) (-4 *3 (-1133)))) (-2269 (*1 *1 *2) (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-5 *1 (-1222 *3)))))
+(-10 -8 (-15 -2269 ($ (-663 (-663 |#1|)))) (-15 -4327 ((-663 (-663 |#1|)) $)) (-15 -3834 ((-888) $)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2504 (($ |#1| (-55)) 10 T ELT)) (-2187 ((|#1| $) 12 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2820 (((-114) $ |#1|) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3799 (((-55) $) 14 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1223 |#1|) (-13 (-860 |#1|) (-10 -8 (-15 -2504 ($ |#1| (-55))))) (-1133)) (T -1223))
+((-2504 (*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1223 *2)) (-4 *2 (-1133)))))
+(-13 (-860 |#1|) (-10 -8 (-15 -2504 ($ |#1| (-55)))))
+((-2197 ((|#1| (-663 |#1|)) 46 T ELT)) (-3827 ((|#1| |#1| (-560)) 24 T ELT)) (-2130 (((-1203 |#1|) |#1| (-949)) 20 T ELT)))
+(((-1224 |#1|) (-10 -7 (-15 -2197 (|#1| (-663 |#1|))) (-15 -2130 ((-1203 |#1|) |#1| (-949))) (-15 -3827 (|#1| |#1| (-560)))) (-376)) (T -1224))
+((-3827 (*1 *2 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-1224 *2)) (-4 *2 (-376)))) (-2130 (*1 *2 *3 *4) (-12 (-5 *4 (-949)) (-5 *2 (-1203 *3)) (-5 *1 (-1224 *3)) (-4 *3 (-376)))) (-2197 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-1224 *2)) (-4 *2 (-376)))))
+(-10 -7 (-15 -2197 (|#1| (-663 |#1|))) (-15 -2130 ((-1203 |#1|) |#1| (-949))) (-15 -3827 (|#1| |#1| (-560))))
+((-4432 (($) 10 T ELT) (($ (-663 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)))) 14 T ELT)) (-1851 (($ (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) $) 67 T ELT) (($ (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) $) NIL T ELT) (((-3 |#3| "failed") |#2| $) NIL T ELT)) (-3086 (((-663 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) $) 39 T ELT) (((-663 |#3|) $) 41 T ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) $) 57 T ELT) (($ (-1 |#3| |#3|) $) 33 T ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) $) 53 T ELT) (($ (-1 |#3| |#3|) $) NIL T ELT) (($ (-1 |#3| |#3| |#3|) $ $) 38 T ELT)) (-3471 (((-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) $) 60 T ELT)) (-3549 (($ (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) $) 16 T ELT)) (-3444 (((-663 |#2|) $) 19 T ELT)) (-2679 (((-114) |#2| $) 65 T ELT)) (-3237 (((-3 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) "failed") (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) $) 64 T ELT)) (-3194 (((-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) $) 69 T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) $) NIL T ELT) (((-114) (-1 (-114) |#3|) $) 73 T ELT)) (-1570 (((-663 |#3|) $) 43 T ELT)) (-3034 ((|#3| $ |#2|) 30 T ELT) ((|#3| $ |#2| |#3|) 31 T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) $) NIL T ELT) (((-793) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) $) NIL T ELT) (((-793) |#3| $) NIL T ELT) (((-793) (-1 (-114) |#3|) $) 79 T ELT)) (-3834 (((-888) $) 27 T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) $) NIL T ELT) (((-114) (-1 (-114) |#3|) $) 71 T ELT)) (-2478 (((-114) $ $) 51 T ELT)))
+(((-1225 |#1| |#2| |#3|) (-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -1793 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -4432 (|#1| (-663 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))))) (-15 -4432 (|#1|)) (-15 -1793 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2173 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#3|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#3|) |#1|)) (-15 -1485 ((-793) (-1 (-114) |#3|) |#1|)) (-15 -3086 ((-663 |#3|) |#1|)) (-15 -1485 ((-793) |#3| |#1|)) (-15 -3034 (|#3| |#1| |#2| |#3|)) (-15 -3034 (|#3| |#1| |#2|)) (-15 -1570 ((-663 |#3|) |#1|)) (-15 -2679 ((-114) |#2| |#1|)) (-15 -3444 ((-663 |#2|) |#1|)) (-15 -1851 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1851 (|#1| (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -1851 (|#1| (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -3237 ((-3 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) "failed") (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -3471 ((-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -3549 (|#1| (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -3194 ((-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -1485 ((-793) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -3086 ((-663 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -1485 ((-793) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -1723 ((-114) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -3894 ((-114) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -2173 (|#1| (-1 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -1793 (|#1| (-1 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|))) (-1226 |#2| |#3|) (-1133) (-1133)) (T -1225))
+NIL
+(-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -3834 ((-888) |#1|)) (-15 -1793 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -4432 (|#1| (-663 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))))) (-15 -4432 (|#1|)) (-15 -1793 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2173 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3894 ((-114) (-1 (-114) |#3|) |#1|)) (-15 -1723 ((-114) (-1 (-114) |#3|) |#1|)) (-15 -1485 ((-793) (-1 (-114) |#3|) |#1|)) (-15 -3086 ((-663 |#3|) |#1|)) (-15 -1485 ((-793) |#3| |#1|)) (-15 -3034 (|#3| |#1| |#2| |#3|)) (-15 -3034 (|#3| |#1| |#2|)) (-15 -1570 ((-663 |#3|) |#1|)) (-15 -2679 ((-114) |#2| |#1|)) (-15 -3444 ((-663 |#2|) |#1|)) (-15 -1851 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1851 (|#1| (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -1851 (|#1| (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -3237 ((-3 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) "failed") (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -3471 ((-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -3549 (|#1| (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -3194 ((-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -1485 ((-793) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) |#1|)) (-15 -3086 ((-663 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -1485 ((-793) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -1723 ((-114) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -3894 ((-114) (-1 (-114) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -2173 (|#1| (-1 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)) (-15 -1793 (|#1| (-1 (-2 (|:| -1919 |#2|) (|:| -3529 |#3|)) (-2 (|:| -1919 |#2|) (|:| -3529 |#3|))) |#1|)))
+((-3808 (((-114) $ $) 22 (-2309 (|has| |#2| (-102)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ELT)) (-4432 (($) 80 T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 79 T ELT)) (-2507 (((-1305) $ |#1| |#1|) 107 (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#2| $ |#1| |#2|) 81 T ELT)) (-4174 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 52 (|has| $ (-6 -4510)) ELT)) (-3797 (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 62 (|has| $ (-6 -4510)) ELT)) (-2199 (((-3 |#2| "failed") |#1| $) 68 T ELT)) (-4489 (($) 7 T CONST)) (-4154 (($ $) 65 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT)) (-1851 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 54 (|has| $ (-6 -4510)) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 53 (|has| $ (-6 -4510)) ELT) (((-3 |#2| "failed") |#1| $) 69 T ELT)) (-3513 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 64 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 61 (|has| $ (-6 -4510)) ELT)) (-1995 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 63 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 60 (|has| $ (-6 -4510)) ELT) (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 59 (|has| $ (-6 -4510)) ELT)) (-2186 ((|#2| $ |#1| |#2|) 95 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#2| $ |#1|) 96 T ELT)) (-3086 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 33 (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) 87 (|has| $ (-6 -4510)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 ((|#1| $) 104 (|has| |#1| (-872)) ELT)) (-4439 (((-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 32 (|has| $ (-6 -4510)) ELT) (((-663 |#2|) $) 88 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 30 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-114) |#2| $) 90 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 ((|#1| $) 103 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 37 (|has| $ (-6 -4511)) ELT) (($ (-1 |#2| |#2|) $) 83 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 38 T ELT) (($ (-1 |#2| |#2|) $) 82 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 78 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2128 (((-1191) $) 25 (-2309 (|has| |#2| (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-2791 (((-663 |#1|) $) 70 T ELT)) (-1410 (((-114) |#1| $) 71 T ELT)) (-3471 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 46 T ELT)) (-3549 (($ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 47 T ELT)) (-3444 (((-663 |#1|) $) 101 T ELT)) (-2679 (((-114) |#1| $) 100 T ELT)) (-1473 (((-1152) $) 24 (-2309 (|has| |#2| (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT)) (-1574 ((|#2| $) 105 (|has| |#1| (-872)) ELT)) (-3237 (((-3 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) "failed") (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 58 T ELT)) (-2024 (($ $ |#2|) 106 (|has| $ (-6 -4511)) ELT)) (-3194 (((-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 48 T ELT)) (-1723 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 35 (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) 85 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))))) 29 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-305 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 28 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) 27 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 26 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 94 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ |#2| |#2|) 93 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-305 |#2|)) 92 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT) (($ $ (-663 (-305 |#2|))) 91 (-12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#2| $) 102 (-12 (|has| $ (-6 -4510)) (|has| |#2| (-1133))) ELT)) (-1570 (((-663 |#2|) $) 99 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#2| $ |#1|) 98 T ELT) ((|#2| $ |#1| |#2|) 97 T ELT)) (-2389 (($) 56 T ELT) (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 55 T ELT)) (-1485 (((-793) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) $) 31 (-12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) |#2| $) 89 (-12 (|has| |#2| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#2|) $) 86 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 66 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ELT)) (-3845 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 57 T ELT)) (-3834 (((-888) $) 20 (-2309 (|has| |#2| (-632 (-888))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888)))) ELT)) (-1519 (((-114) $ $) 23 (-2309 (|has| |#2| (-102)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ELT)) (-1619 (($ (-663 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) 49 T ELT)) (-3894 (((-114) (-1 (-114) (-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) $) 36 (|has| $ (-6 -4510)) ELT) (((-114) (-1 (-114) |#2|) $) 84 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (-2309 (|has| |#2| (-102)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1226 |#1| |#2|) (-142) (-1133) (-1133)) (T -1226))
+((-3986 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1226 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))) (-4432 (*1 *1) (-12 (-4 *1 (-1226 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))) (-4432 (*1 *1 *2) (-12 (-5 *2 (-663 (-2 (|:| -1919 *3) (|:| -3529 *4)))) (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *1 (-1226 *3 *4)))) (-1793 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1226 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))))
+(-13 (-629 |t#1| |t#2|) (-618 |t#1| |t#2|) (-10 -8 (-15 -3986 (|t#2| $ |t#1| |t#2|)) (-15 -4432 ($)) (-15 -4432 ($ (-663 (-2 (|:| -1919 |t#1|) (|:| -3529 |t#2|))))) (-15 -1793 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -1919 |#1|) (|:| -3529 |#2|))) . T) ((-102) -2309 (|has| |#2| (-1133)) (|has| |#2| (-102)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-102))) ((-632 (-888)) -2309 (|has| |#2| (-1133)) (|has| |#2| (-632 (-888))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-632 (-888)))) ((-153 #0#) . T) ((-633 (-549)) |has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-633 (-549))) ((-233 #0#) . T) ((-242 #0#) . T) ((-298 |#1| |#2|) . T) ((-300 |#1| |#2|) . T) ((-321 #0#) -12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ((-321 |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-503 #0#) . T) ((-503 |#2|) . T) ((-618 |#1| |#2|) . T) ((-528 #0# #0#) -12 (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-321 (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)))) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ((-528 |#2| |#2|) -12 (|has| |#2| (-321 |#2|)) (|has| |#2| (-1133))) ((-629 |#1| |#2|) . T) ((-1133) -2309 (|has| |#2| (-1133)) (|has| (-2 (|:| -1919 |#1|) (|:| -3529 |#2|)) (-1133))) ((-1249) . T))
+((-2501 (((-114)) 29 T ELT)) (-2285 (((-1305) (-1191)) 31 T ELT)) (-4281 (((-114)) 41 T ELT)) (-3525 (((-1305)) 39 T ELT)) (-2245 (((-1305) (-1191) (-1191)) 30 T ELT)) (-3616 (((-114)) 42 T ELT)) (-3549 (((-1305) |#1| |#2|) 53 T ELT)) (-1445 (((-1305)) 26 T ELT)) (-3935 (((-3 |#2| "failed") |#1|) 51 T ELT)) (-3037 (((-1305)) 40 T ELT)))
+(((-1227 |#1| |#2|) (-10 -7 (-15 -1445 ((-1305))) (-15 -2245 ((-1305) (-1191) (-1191))) (-15 -2285 ((-1305) (-1191))) (-15 -3525 ((-1305))) (-15 -3037 ((-1305))) (-15 -2501 ((-114))) (-15 -4281 ((-114))) (-15 -3616 ((-114))) (-15 -3935 ((-3 |#2| "failed") |#1|)) (-15 -3549 ((-1305) |#1| |#2|))) (-1133) (-1133)) (T -1227))
+((-3549 (*1 *2 *3 *4) (-12 (-5 *2 (-1305)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-3935 (*1 *2 *3) (|partial| -12 (-4 *2 (-1133)) (-5 *1 (-1227 *3 *2)) (-4 *3 (-1133)))) (-3616 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-4281 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-2501 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-3037 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-3525 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))) (-2285 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1227 *4 *5)) (-4 *4 (-1133)) (-4 *5 (-1133)))) (-2245 (*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1227 *4 *5)) (-4 *4 (-1133)) (-4 *5 (-1133)))) (-1445 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133)))))
+(-10 -7 (-15 -1445 ((-1305))) (-15 -2245 ((-1305) (-1191) (-1191))) (-15 -2285 ((-1305) (-1191))) (-15 -3525 ((-1305))) (-15 -3037 ((-1305))) (-15 -2501 ((-114))) (-15 -4281 ((-114))) (-15 -3616 ((-114))) (-15 -3935 ((-3 |#2| "failed") |#1|)) (-15 -3549 ((-1305) |#1| |#2|)))
+((-2973 (((-1191) (-1191)) 22 T ELT)) (-4450 (((-51) (-1191)) 25 T ELT)))
+(((-1228) (-10 -7 (-15 -4450 ((-51) (-1191))) (-15 -2973 ((-1191) (-1191))))) (T -1228))
+((-2973 (*1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1228)))) (-4450 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-51)) (-5 *1 (-1228)))))
+(-10 -7 (-15 -4450 ((-51) (-1191))) (-15 -2973 ((-1191) (-1191))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2754 (((-663 (-1191)) $) 39 T ELT)) (-4145 (((-663 (-1191)) $ (-663 (-1191))) 42 T ELT)) (-4434 (((-663 (-1191)) $ (-663 (-1191))) 41 T ELT)) (-1943 (((-663 (-1191)) $ (-663 (-1191))) 43 T ELT)) (-4023 (((-663 (-1191)) $) 38 T ELT)) (-4446 (($) 28 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1636 (((-663 (-1191)) $) 40 T ELT)) (-3420 (((-1305) $ (-560)) 35 T ELT) (((-1305) $) 36 T ELT)) (-1830 (($ (-888) (-560)) 33 T ELT) (($ (-888) (-560) (-888)) NIL T ELT)) (-3834 (((-888) $) 49 T ELT) (($ (-888)) 32 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1229) (-13 (-1133) (-635 (-888)) (-10 -8 (-15 -1830 ($ (-888) (-560))) (-15 -1830 ($ (-888) (-560) (-888))) (-15 -3420 ((-1305) $ (-560))) (-15 -3420 ((-1305) $)) (-15 -1636 ((-663 (-1191)) $)) (-15 -2754 ((-663 (-1191)) $)) (-15 -4446 ($)) (-15 -4023 ((-663 (-1191)) $)) (-15 -1943 ((-663 (-1191)) $ (-663 (-1191)))) (-15 -4145 ((-663 (-1191)) $ (-663 (-1191)))) (-15 -4434 ((-663 (-1191)) $ (-663 (-1191))))))) (T -1229))
+((-1830 (*1 *1 *2 *3) (-12 (-5 *2 (-888)) (-5 *3 (-560)) (-5 *1 (-1229)))) (-1830 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-888)) (-5 *3 (-560)) (-5 *1 (-1229)))) (-3420 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-1229)))) (-3420 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1229)))) (-1636 (*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))) (-2754 (*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))) (-4446 (*1 *1) (-5 *1 (-1229))) (-4023 (*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))) (-1943 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))) (-4145 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))) (-4434 (*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))))
+(-13 (-1133) (-635 (-888)) (-10 -8 (-15 -1830 ($ (-888) (-560))) (-15 -1830 ($ (-888) (-560) (-888))) (-15 -3420 ((-1305) $ (-560))) (-15 -3420 ((-1305) $)) (-15 -1636 ((-663 (-1191)) $)) (-15 -2754 ((-663 (-1191)) $)) (-15 -4446 ($)) (-15 -4023 ((-663 (-1191)) $)) (-15 -1943 ((-663 (-1191)) $ (-663 (-1191)))) (-15 -4145 ((-663 (-1191)) $ (-663 (-1191)))) (-15 -4434 ((-663 (-1191)) $ (-663 (-1191))))))
+((-3834 (((-1229) |#1|) 11 T ELT)))
+(((-1230 |#1|) (-10 -7 (-15 -3834 ((-1229) |#1|))) (-1133)) (T -1230))
+((-3834 (*1 *2 *3) (-12 (-5 *2 (-1229)) (-5 *1 (-1230 *3)) (-4 *3 (-1133)))))
+(-10 -7 (-15 -3834 ((-1229) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-1615 (((-1191) $ (-1191)) 17 T ELT) (((-1191) $) 16 T ELT)) (-4363 (((-1191) $ (-1191)) 15 T ELT)) (-2841 (($ $ (-1191)) NIL T ELT)) (-2312 (((-3 (-1191) "failed") $) 11 T ELT)) (-1751 (((-1191) $) 8 T ELT)) (-1645 (((-3 (-1191) "failed") $) 12 T ELT)) (-2893 (((-1191) $) 9 T ELT)) (-4376 (($ (-402)) NIL T ELT) (($ (-402) (-1191)) NIL T ELT)) (-2187 (((-402) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1630 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1935 (((-114) $) 21 T ELT)) (-3834 (((-888) $) NIL T ELT)) (-4423 (($ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1231) (-13 (-378 (-402) (-1191)) (-10 -8 (-15 -1615 ((-1191) $ (-1191))) (-15 -1615 ((-1191) $)) (-15 -1751 ((-1191) $)) (-15 -2312 ((-3 (-1191) "failed") $)) (-15 -1645 ((-3 (-1191) "failed") $)) (-15 -1935 ((-114) $))))) (T -1231))
+((-1615 (*1 *2 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1231)))) (-1615 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1231)))) (-1751 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1231)))) (-2312 (*1 *2 *1) (|partial| -12 (-5 *2 (-1191)) (-5 *1 (-1231)))) (-1645 (*1 *2 *1) (|partial| -12 (-5 *2 (-1191)) (-5 *1 (-1231)))) (-1935 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1231)))))
+(-13 (-378 (-402) (-1191)) (-10 -8 (-15 -1615 ((-1191) $ (-1191))) (-15 -1615 ((-1191) $)) (-15 -1751 ((-1191) $)) (-15 -2312 ((-3 (-1191) "failed") $)) (-15 -1645 ((-3 (-1191) "failed") $)) (-15 -1935 ((-114) $))))
+((-2824 (((-3 (-560) "failed") |#1|) 19 T ELT)) (-2474 (((-3 (-560) "failed") |#1|) 14 T ELT)) (-2431 (((-560) (-1191)) 33 T ELT)))
+(((-1232 |#1|) (-10 -7 (-15 -2824 ((-3 (-560) "failed") |#1|)) (-15 -2474 ((-3 (-560) "failed") |#1|)) (-15 -2431 ((-560) (-1191)))) (-1081)) (T -1232))
+((-2431 (*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-560)) (-5 *1 (-1232 *4)) (-4 *4 (-1081)))) (-2474 (*1 *2 *3) (|partial| -12 (-5 *2 (-560)) (-5 *1 (-1232 *3)) (-4 *3 (-1081)))) (-2824 (*1 *2 *3) (|partial| -12 (-5 *2 (-560)) (-5 *1 (-1232 *3)) (-4 *3 (-1081)))))
+(-10 -7 (-15 -2824 ((-3 (-560) "failed") |#1|)) (-15 -2474 ((-3 (-560) "failed") |#1|)) (-15 -2431 ((-560) (-1191))))
+((-3218 (((-1165 (-229))) 9 T ELT)))
+(((-1233) (-10 -7 (-15 -3218 ((-1165 (-229)))))) (T -1233))
+((-3218 (*1 *2) (-12 (-5 *2 (-1165 (-229))) (-5 *1 (-1233)))))
+(-10 -7 (-15 -3218 ((-1165 (-229)))))
+((-3157 (($) 12 T ELT)) (-2345 (($ $) 36 T ELT)) (-2317 (($ $) 34 T ELT)) (-2163 (($ $) 26 T ELT)) (-2370 (($ $) 18 T ELT)) (-2254 (($ $) 16 T ELT)) (-2356 (($ $) 20 T ELT)) (-2201 (($ $) 31 T ELT)) (-2330 (($ $) 35 T ELT)) (-2175 (($ $) 30 T ELT)))
+(((-1234 |#1|) (-10 -8 (-15 -3157 (|#1|)) (-15 -2345 (|#1| |#1|)) (-15 -2317 (|#1| |#1|)) (-15 -2370 (|#1| |#1|)) (-15 -2254 (|#1| |#1|)) (-15 -2356 (|#1| |#1|)) (-15 -2330 (|#1| |#1|)) (-15 -2163 (|#1| |#1|)) (-15 -2201 (|#1| |#1|)) (-15 -2175 (|#1| |#1|))) (-1235)) (T -1234))
+NIL
+(-10 -8 (-15 -3157 (|#1|)) (-15 -2345 (|#1| |#1|)) (-15 -2317 (|#1| |#1|)) (-15 -2370 (|#1| |#1|)) (-15 -2254 (|#1| |#1|)) (-15 -2356 (|#1| |#1|)) (-15 -2330 (|#1| |#1|)) (-15 -2163 (|#1| |#1|)) (-15 -2201 (|#1| |#1|)) (-15 -2175 (|#1| |#1|)))
+((-2267 (($ $) 26 T ELT)) (-2111 (($ $) 11 T ELT)) (-2243 (($ $) 27 T ELT)) (-2683 (($ $) 10 T ELT)) (-2290 (($ $) 28 T ELT)) (-2136 (($ $) 9 T ELT)) (-3157 (($) 16 T ELT)) (-3343 (($ $) 19 T ELT)) (-2784 (($ $) 18 T ELT)) (-2304 (($ $) 29 T ELT)) (-2149 (($ $) 8 T ELT)) (-2278 (($ $) 30 T ELT)) (-2124 (($ $) 7 T ELT)) (-2256 (($ $) 31 T ELT)) (-2699 (($ $) 6 T ELT)) (-2345 (($ $) 20 T ELT)) (-2188 (($ $) 32 T ELT)) (-2317 (($ $) 21 T ELT)) (-2163 (($ $) 33 T ELT)) (-2370 (($ $) 22 T ELT)) (-2214 (($ $) 34 T ELT)) (-2254 (($ $) 23 T ELT)) (-2228 (($ $) 35 T ELT)) (-2356 (($ $) 24 T ELT)) (-2201 (($ $) 36 T ELT)) (-2330 (($ $) 25 T ELT)) (-2175 (($ $) 37 T ELT)) (** (($ $ $) 17 T ELT)))
+(((-1235) (-142)) (T -1235))
+((-3157 (*1 *1) (-4 *1 (-1235))))
+(-13 (-1238) (-95) (-507) (-35) (-296) (-10 -8 (-15 -3157 ($))))
+(((-35) . T) ((-95) . T) ((-296) . T) ((-507) . T) ((-1238) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 19 T ELT)) (-4427 (($ |#1| (-663 $)) 28 T ELT) (($ (-663 |#1|)) 35 T ELT) (($ |#1|) 30 T ELT)) (-4405 (((-114) $ (-793)) 72 T ELT)) (-1719 ((|#1| $ |#1|) 14 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 13 (|has| $ (-6 -4511)) ELT)) (-4489 (($) NIL T CONST)) (-3086 (((-663 |#1|) $) 77 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 64 T ELT)) (-4428 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-3050 (((-114) $ (-793)) 62 T ELT)) (-4439 (((-663 |#1|) $) 78 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 76 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 27 T ELT)) (-1506 (((-114) $ (-793)) 60 T ELT)) (-2778 (((-663 |#1|) $) 55 T ELT)) (-3019 (((-114) $) 53 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 74 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 107 T ELT)) (-4150 (((-114) $) 9 T ELT)) (-3614 (($) 10 T ELT)) (-3034 ((|#1| $ "value") NIL T ELT)) (-3419 (((-560) $ $) 48 T ELT)) (-1660 (((-663 $) $) 89 T ELT)) (-3252 (((-114) $ $) 110 T ELT)) (-2406 (((-663 $) $) 105 T ELT)) (-4205 (($ $) 106 T ELT)) (-1898 (((-114) $) 84 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 25 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 17 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-4007 (($ $) 88 T ELT)) (-3834 (((-888) $) 91 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 12 T ELT)) (-4316 (((-114) $ $) 39 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 73 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 37 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 58 (|has| $ (-6 -4510)) ELT)))
+(((-1236 |#1|) (-13 (-1042 |#1|) (-10 -8 (-6 -4510) (-6 -4511) (-15 -4427 ($ |#1| (-663 $))) (-15 -4427 ($ (-663 |#1|))) (-15 -4427 ($ |#1|)) (-15 -1898 ((-114) $)) (-15 -4205 ($ $)) (-15 -2406 ((-663 $) $)) (-15 -3252 ((-114) $ $)) (-15 -1660 ((-663 $) $)))) (-1133)) (T -1236))
+((-1898 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1236 *3)) (-4 *3 (-1133)))) (-4427 (*1 *1 *2 *3) (-12 (-5 *3 (-663 (-1236 *2))) (-5 *1 (-1236 *2)) (-4 *2 (-1133)))) (-4427 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-1236 *3)))) (-4427 (*1 *1 *2) (-12 (-5 *1 (-1236 *2)) (-4 *2 (-1133)))) (-4205 (*1 *1 *1) (-12 (-5 *1 (-1236 *2)) (-4 *2 (-1133)))) (-2406 (*1 *2 *1) (-12 (-5 *2 (-663 (-1236 *3))) (-5 *1 (-1236 *3)) (-4 *3 (-1133)))) (-3252 (*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1236 *3)) (-4 *3 (-1133)))) (-1660 (*1 *2 *1) (-12 (-5 *2 (-663 (-1236 *3))) (-5 *1 (-1236 *3)) (-4 *3 (-1133)))))
+(-13 (-1042 |#1|) (-10 -8 (-6 -4510) (-6 -4511) (-15 -4427 ($ |#1| (-663 $))) (-15 -4427 ($ (-663 |#1|))) (-15 -4427 ($ |#1|)) (-15 -1898 ((-114) $)) (-15 -4205 ($ $)) (-15 -2406 ((-663 $) $)) (-15 -3252 ((-114) $ $)) (-15 -1660 ((-663 $) $))))
+((-2111 (($ $) 15 T ELT)) (-2136 (($ $) 12 T ELT)) (-2149 (($ $) 10 T ELT)) (-2124 (($ $) 17 T ELT)))
+(((-1237 |#1|) (-10 -8 (-15 -2124 (|#1| |#1|)) (-15 -2149 (|#1| |#1|)) (-15 -2136 (|#1| |#1|)) (-15 -2111 (|#1| |#1|))) (-1238)) (T -1237))
+NIL
+(-10 -8 (-15 -2124 (|#1| |#1|)) (-15 -2149 (|#1| |#1|)) (-15 -2136 (|#1| |#1|)) (-15 -2111 (|#1| |#1|)))
+((-2111 (($ $) 11 T ELT)) (-2683 (($ $) 10 T ELT)) (-2136 (($ $) 9 T ELT)) (-2149 (($ $) 8 T ELT)) (-2124 (($ $) 7 T ELT)) (-2699 (($ $) 6 T ELT)))
+(((-1238) (-142)) (T -1238))
+((-2111 (*1 *1 *1) (-4 *1 (-1238))) (-2683 (*1 *1 *1) (-4 *1 (-1238))) (-2136 (*1 *1 *1) (-4 *1 (-1238))) (-2149 (*1 *1 *1) (-4 *1 (-1238))) (-2124 (*1 *1 *1) (-4 *1 (-1238))) (-2699 (*1 *1 *1) (-4 *1 (-1238))))
+(-13 (-10 -8 (-15 -2699 ($ $)) (-15 -2124 ($ $)) (-15 -2149 ($ $)) (-15 -2136 ($ $)) (-15 -2683 ($ $)) (-15 -2111 ($ $))))
+((-1841 ((|#2| |#2|) 98 T ELT)) (-3847 (((-114) |#2|) 29 T ELT)) (-2577 ((|#2| |#2|) 33 T ELT)) (-2588 ((|#2| |#2|) 35 T ELT)) (-1412 ((|#2| |#2| (-1209)) 92 T ELT) ((|#2| |#2|) 93 T ELT)) (-3542 (((-171 |#2|) |#2|) 31 T ELT)) (-3548 ((|#2| |#2| (-1209)) 94 T ELT) ((|#2| |#2|) 95 T ELT)))
+(((-1239 |#1| |#2|) (-10 -7 (-15 -1412 (|#2| |#2|)) (-15 -1412 (|#2| |#2| (-1209))) (-15 -3548 (|#2| |#2|)) (-15 -3548 (|#2| |#2| (-1209))) (-15 -1841 (|#2| |#2|)) (-15 -2577 (|#2| |#2|)) (-15 -2588 (|#2| |#2|)) (-15 -3847 ((-114) |#2|)) (-15 -3542 ((-171 |#2|) |#2|))) (-13 (-466) (-1070 (-560)) (-660 (-560))) (-13 (-27) (-1235) (-435 |#1|))) (T -1239))
+((-3542 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-171 *3)) (-5 *1 (-1239 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4))))) (-3847 (*1 *2 *3) (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-114)) (-5 *1 (-1239 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4))))) (-2588 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))) (-2577 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))) (-1841 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))) (-3548 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1239 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))) (-3548 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))) (-1412 (*1 *2 *2 *3) (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1239 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))) (-1412 (*1 *2 *2) (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))))
+(-10 -7 (-15 -1412 (|#2| |#2|)) (-15 -1412 (|#2| |#2| (-1209))) (-15 -3548 (|#2| |#2|)) (-15 -3548 (|#2| |#2| (-1209))) (-15 -1841 (|#2| |#2|)) (-15 -2577 (|#2| |#2|)) (-15 -2588 (|#2| |#2|)) (-15 -3847 ((-114) |#2|)) (-15 -3542 ((-171 |#2|) |#2|)))
+((-1927 ((|#4| |#4| |#1|) 31 T ELT)) (-2806 ((|#4| |#4| |#1|) 32 T ELT)))
+(((-1240 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1927 (|#4| |#4| |#1|)) (-15 -2806 (|#4| |#4| |#1|))) (-571) (-385 |#1|) (-385 |#1|) (-708 |#1| |#2| |#3|)) (T -1240))
+((-2806 (*1 *2 *2 *3) (-12 (-4 *3 (-571)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-1240 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))) (-1927 (*1 *2 *2 *3) (-12 (-4 *3 (-571)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-5 *1 (-1240 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+(-10 -7 (-15 -1927 (|#4| |#4| |#1|)) (-15 -2806 (|#4| |#4| |#1|)))
+((-2083 ((|#2| |#2|) 148 T ELT)) (-4336 ((|#2| |#2|) 145 T ELT)) (-1944 ((|#2| |#2|) 136 T ELT)) (-4165 ((|#2| |#2|) 133 T ELT)) (-3425 ((|#2| |#2|) 141 T ELT)) (-2253 ((|#2| |#2|) 129 T ELT)) (-2203 ((|#2| |#2|) 44 T ELT)) (-2349 ((|#2| |#2|) 105 T ELT)) (-1681 ((|#2| |#2|) 88 T ELT)) (-4175 ((|#2| |#2|) 143 T ELT)) (-2617 ((|#2| |#2|) 131 T ELT)) (-1532 ((|#2| |#2|) 153 T ELT)) (-3882 ((|#2| |#2|) 151 T ELT)) (-2859 ((|#2| |#2|) 152 T ELT)) (-3687 ((|#2| |#2|) 150 T ELT)) (-3453 ((|#2| |#2|) 163 T ELT)) (-2916 ((|#2| |#2|) 30 (-12 (|has| |#2| (-633 (-916 |#1|))) (|has| |#2| (-912 |#1|)) (|has| |#1| (-633 (-916 |#1|))) (|has| |#1| (-912 |#1|))) ELT)) (-2341 ((|#2| |#2|) 89 T ELT)) (-1987 ((|#2| |#2|) 154 T ELT)) (-3765 ((|#2| |#2|) 155 T ELT)) (-1781 ((|#2| |#2|) 142 T ELT)) (-3017 ((|#2| |#2|) 130 T ELT)) (-3101 ((|#2| |#2|) 149 T ELT)) (-2229 ((|#2| |#2|) 147 T ELT)) (-4414 ((|#2| |#2|) 137 T ELT)) (-2286 ((|#2| |#2|) 135 T ELT)) (-2840 ((|#2| |#2|) 139 T ELT)) (-1531 ((|#2| |#2|) 127 T ELT)))
+(((-1241 |#1| |#2|) (-10 -7 (-15 -3765 (|#2| |#2|)) (-15 -1681 (|#2| |#2|)) (-15 -3453 (|#2| |#2|)) (-15 -2349 (|#2| |#2|)) (-15 -2203 (|#2| |#2|)) (-15 -2341 (|#2| |#2|)) (-15 -1987 (|#2| |#2|)) (-15 -1531 (|#2| |#2|)) (-15 -2840 (|#2| |#2|)) (-15 -4414 (|#2| |#2|)) (-15 -3101 (|#2| |#2|)) (-15 -3017 (|#2| |#2|)) (-15 -1781 (|#2| |#2|)) (-15 -2617 (|#2| |#2|)) (-15 -4175 (|#2| |#2|)) (-15 -2253 (|#2| |#2|)) (-15 -3425 (|#2| |#2|)) (-15 -1944 (|#2| |#2|)) (-15 -2083 (|#2| |#2|)) (-15 -4165 (|#2| |#2|)) (-15 -4336 (|#2| |#2|)) (-15 -2286 (|#2| |#2|)) (-15 -2229 (|#2| |#2|)) (-15 -3687 (|#2| |#2|)) (-15 -3882 (|#2| |#2|)) (-15 -2859 (|#2| |#2|)) (-15 -1532 (|#2| |#2|)) (IF (|has| |#1| (-912 |#1|)) (IF (|has| |#1| (-633 (-916 |#1|))) (IF (|has| |#2| (-633 (-916 |#1|))) (IF (|has| |#2| (-912 |#1|)) (-15 -2916 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-466) (-13 (-435 |#1|) (-1235))) (T -1241))
+((-2916 (*1 *2 *2) (-12 (-4 *3 (-633 (-916 *3))) (-4 *3 (-912 *3)) (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-633 (-916 *3))) (-4 *2 (-912 *3)) (-4 *2 (-13 (-435 *3) (-1235))))) (-1532 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2859 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-3882 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-3687 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2229 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2286 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-4336 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-4165 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2083 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-1944 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-3425 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2253 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-4175 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2617 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-1781 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-3017 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-3101 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-4414 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2840 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-1531 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-1987 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2341 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2203 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-2349 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-3453 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-1681 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))) (-3765 (*1 *2 *2) (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2)) (-4 *2 (-13 (-435 *3) (-1235))))))
+(-10 -7 (-15 -3765 (|#2| |#2|)) (-15 -1681 (|#2| |#2|)) (-15 -3453 (|#2| |#2|)) (-15 -2349 (|#2| |#2|)) (-15 -2203 (|#2| |#2|)) (-15 -2341 (|#2| |#2|)) (-15 -1987 (|#2| |#2|)) (-15 -1531 (|#2| |#2|)) (-15 -2840 (|#2| |#2|)) (-15 -4414 (|#2| |#2|)) (-15 -3101 (|#2| |#2|)) (-15 -3017 (|#2| |#2|)) (-15 -1781 (|#2| |#2|)) (-15 -2617 (|#2| |#2|)) (-15 -4175 (|#2| |#2|)) (-15 -2253 (|#2| |#2|)) (-15 -3425 (|#2| |#2|)) (-15 -1944 (|#2| |#2|)) (-15 -2083 (|#2| |#2|)) (-15 -4165 (|#2| |#2|)) (-15 -4336 (|#2| |#2|)) (-15 -2286 (|#2| |#2|)) (-15 -2229 (|#2| |#2|)) (-15 -3687 (|#2| |#2|)) (-15 -3882 (|#2| |#2|)) (-15 -2859 (|#2| |#2|)) (-15 -1532 (|#2| |#2|)) (IF (|has| |#1| (-912 |#1|)) (IF (|has| |#1| (-633 (-916 |#1|))) (IF (|has| |#2| (-633 (-916 |#1|))) (IF (|has| |#2| (-912 |#1|)) (-15 -2916 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-1209)) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2267 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2243 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2290 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2048 (((-976 |#1|) $ (-793)) 17 T ELT) (((-976 |#1|) $ (-793) (-793)) NIL T ELT)) (-2512 (((-114) $) NIL T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-793) $ (-1209)) NIL T ELT) (((-793) $ (-1209) (-793)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ $ (-663 (-1209)) (-663 (-545 (-1209)))) NIL T ELT) (($ $ (-1209) (-545 (-1209))) NIL T ELT) (($ |#1| (-545 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3343 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3671 (($ $ (-1209)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209) |#1|) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3038 (($ (-1 $) (-1209) |#1|) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3201 (($ $ (-793)) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-2784 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (($ $ (-1209) $) NIL T ELT) (($ $ (-663 (-1209)) (-663 $)) NIL T ELT) (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT)) (-2703 (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT)) (-4144 (((-545 (-1209)) $) NIL T ELT)) (-2304 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-1209)) NIL T ELT) (($ (-976 |#1|)) NIL T ELT)) (-3580 ((|#1| $ (-545 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (((-976 |#1|) $ (-793)) NIL T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2254 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-3095 (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1242 |#1|) (-13 (-762 |#1| (-1209)) (-10 -8 (-15 -3580 ((-976 |#1|) $ (-793))) (-15 -3834 ($ (-1209))) (-15 -3834 ($ (-976 |#1|))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $ (-1209) |#1|)) (-15 -3038 ($ (-1 $) (-1209) |#1|))) |%noBranch|))) (-1081)) (T -1242))
+((-3580 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-976 *4)) (-5 *1 (-1242 *4)) (-4 *4 (-1081)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1242 *3)) (-4 *3 (-1081)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-976 *3)) (-4 *3 (-1081)) (-5 *1 (-1242 *3)))) (-3671 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *1 (-1242 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)))) (-3038 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1242 *4))) (-5 *3 (-1209)) (-5 *1 (-1242 *4)) (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1081)))))
+(-13 (-762 |#1| (-1209)) (-10 -8 (-15 -3580 ((-976 |#1|) $ (-793))) (-15 -3834 ($ (-1209))) (-15 -3834 ($ (-976 |#1|))) (IF (|has| |#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $ (-1209) |#1|)) (-15 -3038 ($ (-1 $) (-1209) |#1|))) |%noBranch|)))
+((-3928 (((-114) |#5| $) 68 T ELT) (((-114) $) 110 T ELT)) (-3349 ((|#5| |#5| $) 83 T ELT)) (-3797 (($ (-1 (-114) |#5|) $) NIL T ELT) (((-3 |#5| "failed") $ |#4|) 127 T ELT)) (-1520 (((-663 |#5|) (-663 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|)) 81 T ELT)) (-4142 (((-3 $ "failed") (-663 |#5|)) 135 T ELT)) (-1586 (((-3 $ "failed") $) 120 T ELT)) (-2869 ((|#5| |#5| $) 102 T ELT)) (-4326 (((-114) |#5| $ (-1 (-114) |#5| |#5|)) 36 T ELT)) (-1977 ((|#5| |#5| $) 106 T ELT)) (-1995 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL T ELT) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL T ELT) ((|#5| (-1 |#5| |#5| |#5|) $) NIL T ELT) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|)) 77 T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#5|)) (|:| -4376 (-663 |#5|))) $) 63 T ELT)) (-3331 (((-114) |#5| $) 66 T ELT) (((-114) $) 111 T ELT)) (-2867 ((|#4| $) 116 T ELT)) (-3534 (((-3 |#5| "failed") $) 118 T ELT)) (-1455 (((-663 |#5|) $) 55 T ELT)) (-2033 (((-114) |#5| $) 75 T ELT) (((-114) $) 115 T ELT)) (-2347 ((|#5| |#5| $) 89 T ELT)) (-1446 (((-114) $ $) 29 T ELT)) (-2029 (((-114) |#5| $) 71 T ELT) (((-114) $) 113 T ELT)) (-2153 ((|#5| |#5| $) 86 T ELT)) (-1574 (((-3 |#5| "failed") $) 117 T ELT)) (-3201 (($ $ |#5|) 136 T ELT)) (-4144 (((-793) $) 60 T ELT)) (-3845 (($ (-663 |#5|)) 133 T ELT)) (-2337 (($ $ |#4|) 131 T ELT)) (-1548 (($ $ |#4|) 129 T ELT)) (-2133 (($ $) 128 T ELT)) (-3834 (((-888) $) NIL T ELT) (((-663 |#5|) $) 121 T ELT)) (-2688 (((-793) $) 140 T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5| |#5|)) 49 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5|) (-1 (-114) |#5| |#5|)) 51 T ELT)) (-3188 (((-114) $ (-1 (-114) |#5| (-663 |#5|))) 108 T ELT)) (-3888 (((-663 |#4|) $) 123 T ELT)) (-1414 (((-114) |#4| $) 126 T ELT)) (-2478 (((-114) $ $) 20 T ELT)))
+(((-1243 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2688 ((-793) |#1|)) (-15 -3201 (|#1| |#1| |#5|)) (-15 -3797 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1414 ((-114) |#4| |#1|)) (-15 -3888 ((-663 |#4|) |#1|)) (-15 -1586 ((-3 |#1| "failed") |#1|)) (-15 -3534 ((-3 |#5| "failed") |#1|)) (-15 -1574 ((-3 |#5| "failed") |#1|)) (-15 -1977 (|#5| |#5| |#1|)) (-15 -2133 (|#1| |#1|)) (-15 -2869 (|#5| |#5| |#1|)) (-15 -2347 (|#5| |#5| |#1|)) (-15 -2153 (|#5| |#5| |#1|)) (-15 -3349 (|#5| |#5| |#1|)) (-15 -1520 ((-663 |#5|) (-663 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|))) (-15 -1995 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|))) (-15 -2033 ((-114) |#1|)) (-15 -2029 ((-114) |#1|)) (-15 -3928 ((-114) |#1|)) (-15 -3188 ((-114) |#1| (-1 (-114) |#5| (-663 |#5|)))) (-15 -2033 ((-114) |#5| |#1|)) (-15 -2029 ((-114) |#5| |#1|)) (-15 -3928 ((-114) |#5| |#1|)) (-15 -4326 ((-114) |#5| |#1| (-1 (-114) |#5| |#5|))) (-15 -3331 ((-114) |#1|)) (-15 -3331 ((-114) |#5| |#1|)) (-15 -2376 ((-2 (|:| -3401 (-663 |#5|)) (|:| -4376 (-663 |#5|))) |#1|)) (-15 -4144 ((-793) |#1|)) (-15 -1455 ((-663 |#5|) |#1|)) (-15 -3852 ((-3 (-2 (|:| |bas| |#1|) (|:| -3612 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5|) (-1 (-114) |#5| |#5|))) (-15 -3852 ((-3 (-2 (|:| |bas| |#1|) (|:| -3612 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5| |#5|))) (-15 -1446 ((-114) |#1| |#1|)) (-15 -2337 (|#1| |#1| |#4|)) (-15 -1548 (|#1| |#1| |#4|)) (-15 -2867 (|#4| |#1|)) (-15 -4142 ((-3 |#1| "failed") (-663 |#5|))) (-15 -3834 ((-663 |#5|) |#1|)) (-15 -3845 (|#1| (-663 |#5|))) (-15 -1995 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -1995 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3797 (|#1| (-1 (-114) |#5|) |#1|)) (-15 -1995 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3834 ((-888) |#1|)) (-15 -2478 ((-114) |#1| |#1|))) (-1244 |#2| |#3| |#4| |#5|) (-571) (-817) (-872) (-1097 |#2| |#3| |#4|)) (T -1243))
+NIL
+(-10 -8 (-15 -2688 ((-793) |#1|)) (-15 -3201 (|#1| |#1| |#5|)) (-15 -3797 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1414 ((-114) |#4| |#1|)) (-15 -3888 ((-663 |#4|) |#1|)) (-15 -1586 ((-3 |#1| "failed") |#1|)) (-15 -3534 ((-3 |#5| "failed") |#1|)) (-15 -1574 ((-3 |#5| "failed") |#1|)) (-15 -1977 (|#5| |#5| |#1|)) (-15 -2133 (|#1| |#1|)) (-15 -2869 (|#5| |#5| |#1|)) (-15 -2347 (|#5| |#5| |#1|)) (-15 -2153 (|#5| |#5| |#1|)) (-15 -3349 (|#5| |#5| |#1|)) (-15 -1520 ((-663 |#5|) (-663 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|))) (-15 -1995 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-114) |#5| |#5|))) (-15 -2033 ((-114) |#1|)) (-15 -2029 ((-114) |#1|)) (-15 -3928 ((-114) |#1|)) (-15 -3188 ((-114) |#1| (-1 (-114) |#5| (-663 |#5|)))) (-15 -2033 ((-114) |#5| |#1|)) (-15 -2029 ((-114) |#5| |#1|)) (-15 -3928 ((-114) |#5| |#1|)) (-15 -4326 ((-114) |#5| |#1| (-1 (-114) |#5| |#5|))) (-15 -3331 ((-114) |#1|)) (-15 -3331 ((-114) |#5| |#1|)) (-15 -2376 ((-2 (|:| -3401 (-663 |#5|)) (|:| -4376 (-663 |#5|))) |#1|)) (-15 -4144 ((-793) |#1|)) (-15 -1455 ((-663 |#5|) |#1|)) (-15 -3852 ((-3 (-2 (|:| |bas| |#1|) (|:| -3612 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5|) (-1 (-114) |#5| |#5|))) (-15 -3852 ((-3 (-2 (|:| |bas| |#1|) (|:| -3612 (-663 |#5|))) "failed") (-663 |#5|) (-1 (-114) |#5| |#5|))) (-15 -1446 ((-114) |#1| |#1|)) (-15 -2337 (|#1| |#1| |#4|)) (-15 -1548 (|#1| |#1| |#4|)) (-15 -2867 (|#4| |#1|)) (-15 -4142 ((-3 |#1| "failed") (-663 |#5|))) (-15 -3834 ((-663 |#5|) |#1|)) (-15 -3845 (|#1| (-663 |#5|))) (-15 -1995 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -1995 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3797 (|#1| (-1 (-114) |#5|) |#1|)) (-15 -1995 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3834 ((-888) |#1|)) (-15 -2478 ((-114) |#1| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) 93 T ELT)) (-1387 (((-663 $) (-663 |#4|)) 94 T ELT)) (-2712 (((-663 |#3|) $) 37 T ELT)) (-3511 (((-114) $) 30 T ELT)) (-3673 (((-114) $) 21 (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) 109 T ELT) (((-114) $) 105 T ELT)) (-3349 ((|#4| |#4| $) 100 T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) 31 T ELT)) (-4405 (((-114) $ (-793)) 48 T ELT)) (-3797 (($ (-1 (-114) |#4|) $) 69 (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) 87 T ELT)) (-4489 (($) 49 T CONST)) (-3438 (((-114) $) 26 (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) 28 (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) 27 (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) 29 (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 101 T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) 22 (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) 23 (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) 40 T ELT)) (-4072 (($ (-663 |#4|)) 39 T ELT)) (-1586 (((-3 $ "failed") $) 90 T ELT)) (-2869 ((|#4| |#4| $) 97 T ELT)) (-4154 (($ $) 72 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#4| $) 71 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#4|) $) 68 (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 24 (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) 110 T ELT)) (-1977 ((|#4| |#4| $) 95 T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 70 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 67 (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 66 (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 102 T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) 113 T ELT)) (-3086 (((-663 |#4|) $) 56 (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) 112 T ELT) (((-114) $) 111 T ELT)) (-2867 ((|#3| $) 38 T ELT)) (-3050 (((-114) $ (-793)) 47 T ELT)) (-4439 (((-663 |#4|) $) 57 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) 59 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#4| |#4|) $) 52 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) 51 T ELT)) (-4306 (((-663 |#3|) $) 36 T ELT)) (-1654 (((-114) |#3| $) 35 T ELT)) (-1506 (((-114) $ (-793)) 46 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-3534 (((-3 |#4| "failed") $) 91 T ELT)) (-1455 (((-663 |#4|) $) 115 T ELT)) (-2033 (((-114) |#4| $) 107 T ELT) (((-114) $) 103 T ELT)) (-2347 ((|#4| |#4| $) 98 T ELT)) (-1446 (((-114) $ $) 118 T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) 108 T ELT) (((-114) $) 104 T ELT)) (-2153 ((|#4| |#4| $) 99 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-1574 (((-3 |#4| "failed") $) 92 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) 65 T ELT)) (-4319 (((-3 $ "failed") $ |#4|) 86 T ELT)) (-3201 (($ $ |#4|) 85 T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) 54 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) 63 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) 62 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) 61 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) 60 (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) 42 T ELT)) (-4150 (((-114) $) 45 T ELT)) (-3614 (($) 44 T ELT)) (-4144 (((-793) $) 114 T ELT)) (-1485 (((-793) |#4| $) 58 (-12 (|has| |#4| (-1133)) (|has| $ (-6 -4510))) ELT) (((-793) (-1 (-114) |#4|) $) 55 (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) 43 T ELT)) (-1830 (((-549) $) 73 (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) 64 T ELT)) (-2337 (($ $ |#3|) 32 T ELT)) (-1548 (($ $ |#3|) 34 T ELT)) (-2133 (($ $) 96 T ELT)) (-2721 (($ $ |#3|) 33 T ELT)) (-3834 (((-888) $) 13 T ELT) (((-663 |#4|) $) 41 T ELT)) (-2688 (((-793) $) 84 (|has| |#3| (-381)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 117 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) 116 T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) 106 T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) 53 (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) 89 T ELT)) (-1414 (((-114) |#3| $) 88 T ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-3819 (((-793) $) 50 (|has| $ (-6 -4510)) ELT)))
+(((-1244 |#1| |#2| |#3| |#4|) (-142) (-571) (-817) (-872) (-1097 |t#1| |t#2| |t#3|)) (T -1244))
+((-1446 (*1 *2 *1 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))) (-3852 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-114) *8 *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3612 (-663 *8)))) (-5 *3 (-663 *8)) (-4 *1 (-1244 *5 *6 *7 *8)))) (-3852 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-114) *9)) (-5 *5 (-1 (-114) *9 *9)) (-4 *9 (-1097 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-817)) (-4 *8 (-872)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3612 (-663 *9)))) (-5 *3 (-663 *9)) (-4 *1 (-1244 *6 *7 *8 *9)))) (-1455 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-663 *6)))) (-4144 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-793)))) (-2376 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-2 (|:| -3401 (-663 *6)) (|:| -4376 (-663 *6)))))) (-3331 (*1 *2 *3 *1) (-12 (-4 *1 (-1244 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-3331 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))) (-4326 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-114) *3 *3)) (-4 *1 (-1244 *5 *6 *7 *3)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-114)))) (-3928 (*1 *2 *3 *1) (-12 (-4 *1 (-1244 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-2029 (*1 *2 *3 *1) (-12 (-4 *1 (-1244 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-2033 (*1 *2 *3 *1) (-12 (-4 *1 (-1244 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-3188 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-114) *7 (-663 *7))) (-4 *1 (-1244 *4 *5 *6 *7)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)))) (-3928 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))) (-2029 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))) (-2033 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))) (-1995 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-114) *2 *2)) (-4 *1 (-1244 *5 *6 *7 *2)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *2 (-1097 *5 *6 *7)))) (-1520 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-663 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-114) *8 *8)) (-4 *1 (-1244 *5 *6 *7 *8)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)))) (-3349 (*1 *2 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-2153 (*1 *2 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-2347 (*1 *2 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-2869 (*1 *2 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-2133 (*1 *1 *1) (-12 (-4 *1 (-1244 *2 *3 *4 *5)) (-4 *2 (-571)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-1097 *2 *3 *4)))) (-1977 (*1 *2 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-1387 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *1)) (-4 *1 (-1244 *4 *5 *6 *7)))) (-2521 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-663 (-2 (|:| -3401 *1) (|:| -4376 (-663 *7))))) (-5 *3 (-663 *7)) (-4 *1 (-1244 *4 *5 *6 *7)))) (-1574 (*1 *2 *1) (|partial| -12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-3534 (*1 *2 *1) (|partial| -12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-1586 (*1 *1 *1) (|partial| -12 (-4 *1 (-1244 *2 *3 *4 *5)) (-4 *2 (-571)) (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-1097 *2 *3 *4)))) (-3888 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-663 *5)))) (-1414 (*1 *2 *3 *1) (-12 (-4 *1 (-1244 *4 *5 *3 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *3 (-872)) (-4 *6 (-1097 *4 *5 *3)) (-5 *2 (-114)))) (-3797 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1244 *4 *5 *3 *2)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *3 (-872)) (-4 *2 (-1097 *4 *5 *3)))) (-4319 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-3201 (*1 *1 *1 *2) (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))) (-2688 (*1 *2 *1) (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *5 (-381)) (-5 *2 (-793)))))
+(-13 (-1008 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4510) (-6 -4511) (-15 -1446 ((-114) $ $)) (-15 -3852 ((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |t#4|))) "failed") (-663 |t#4|) (-1 (-114) |t#4| |t#4|))) (-15 -3852 ((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |t#4|))) "failed") (-663 |t#4|) (-1 (-114) |t#4|) (-1 (-114) |t#4| |t#4|))) (-15 -1455 ((-663 |t#4|) $)) (-15 -4144 ((-793) $)) (-15 -2376 ((-2 (|:| -3401 (-663 |t#4|)) (|:| -4376 (-663 |t#4|))) $)) (-15 -3331 ((-114) |t#4| $)) (-15 -3331 ((-114) $)) (-15 -4326 ((-114) |t#4| $ (-1 (-114) |t#4| |t#4|))) (-15 -3928 ((-114) |t#4| $)) (-15 -2029 ((-114) |t#4| $)) (-15 -2033 ((-114) |t#4| $)) (-15 -3188 ((-114) $ (-1 (-114) |t#4| (-663 |t#4|)))) (-15 -3928 ((-114) $)) (-15 -2029 ((-114) $)) (-15 -2033 ((-114) $)) (-15 -1995 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-114) |t#4| |t#4|))) (-15 -1520 ((-663 |t#4|) (-663 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-114) |t#4| |t#4|))) (-15 -3349 (|t#4| |t#4| $)) (-15 -2153 (|t#4| |t#4| $)) (-15 -2347 (|t#4| |t#4| $)) (-15 -2869 (|t#4| |t#4| $)) (-15 -2133 ($ $)) (-15 -1977 (|t#4| |t#4| $)) (-15 -1387 ((-663 $) (-663 |t#4|))) (-15 -2521 ((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |t#4|)))) (-663 |t#4|))) (-15 -1574 ((-3 |t#4| "failed") $)) (-15 -3534 ((-3 |t#4| "failed") $)) (-15 -1586 ((-3 $ "failed") $)) (-15 -3888 ((-663 |t#3|) $)) (-15 -1414 ((-114) |t#3| $)) (-15 -3797 ((-3 |t#4| "failed") $ |t#3|)) (-15 -4319 ((-3 $ "failed") $ |t#4|)) (-15 -3201 ($ $ |t#4|)) (IF (|has| |t#3| (-381)) (-15 -2688 ((-793) $)) |%noBranch|)))
+(((-34) . T) ((-102) . T) ((-632 (-663 |#4|)) . T) ((-632 (-888)) . T) ((-153 |#4|) . T) ((-633 (-549)) |has| |#4| (-633 (-549))) ((-321 |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-503 |#4|) . T) ((-528 |#4| |#4|) -12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ((-1008 |#1| |#2| |#3| |#4|) . T) ((-1133) . T) ((-1249) . T))
+((-3660 (($ |#1| (-663 (-663 (-973 (-229)))) (-114)) 19 T ELT)) (-3656 (((-114) $ (-114)) 18 T ELT)) (-4251 (((-114) $) 17 T ELT)) (-4400 (((-663 (-663 (-973 (-229)))) $) 13 T ELT)) (-3767 ((|#1| $) 8 T ELT)) (-3679 (((-114) $) 15 T ELT)))
+(((-1245 |#1|) (-10 -8 (-15 -3767 (|#1| $)) (-15 -4400 ((-663 (-663 (-973 (-229)))) $)) (-15 -3679 ((-114) $)) (-15 -4251 ((-114) $)) (-15 -3656 ((-114) $ (-114))) (-15 -3660 ($ |#1| (-663 (-663 (-973 (-229)))) (-114)))) (-1006)) (T -1245))
+((-3660 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-114)) (-5 *1 (-1245 *2)) (-4 *2 (-1006)))) (-3656 (*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1245 *3)) (-4 *3 (-1006)))) (-4251 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1245 *3)) (-4 *3 (-1006)))) (-3679 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1245 *3)) (-4 *3 (-1006)))) (-4400 (*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *1 (-1245 *3)) (-4 *3 (-1006)))) (-3767 (*1 *2 *1) (-12 (-5 *1 (-1245 *2)) (-4 *2 (-1006)))))
+(-10 -8 (-15 -3767 (|#1| $)) (-15 -4400 ((-663 (-663 (-973 (-229)))) $)) (-15 -3679 ((-114) $)) (-15 -4251 ((-114) $)) (-15 -3656 ((-114) $ (-114))) (-15 -3660 ($ |#1| (-663 (-663 (-973 (-229)))) (-114))))
+((-1543 (((-973 (-229)) (-973 (-229))) 31 T ELT)) (-3383 (((-973 (-229)) (-229) (-229) (-229) (-229)) 10 T ELT)) (-2830 (((-663 (-973 (-229))) (-973 (-229)) (-973 (-229)) (-973 (-229)) (-229) (-663 (-663 (-229)))) 56 T ELT)) (-4287 (((-229) (-973 (-229)) (-973 (-229))) 27 T ELT)) (-2827 (((-973 (-229)) (-973 (-229)) (-973 (-229))) 28 T ELT)) (-3390 (((-663 (-663 (-229))) (-560)) 44 T ELT)) (-2581 (((-973 (-229)) (-973 (-229)) (-973 (-229))) 26 T ELT)) (-2571 (((-973 (-229)) (-973 (-229)) (-973 (-229))) 24 T ELT)) (* (((-973 (-229)) (-229) (-973 (-229))) 22 T ELT)))
+(((-1246) (-10 -7 (-15 -3383 ((-973 (-229)) (-229) (-229) (-229) (-229))) (-15 * ((-973 (-229)) (-229) (-973 (-229)))) (-15 -2571 ((-973 (-229)) (-973 (-229)) (-973 (-229)))) (-15 -2581 ((-973 (-229)) (-973 (-229)) (-973 (-229)))) (-15 -4287 ((-229) (-973 (-229)) (-973 (-229)))) (-15 -2827 ((-973 (-229)) (-973 (-229)) (-973 (-229)))) (-15 -1543 ((-973 (-229)) (-973 (-229)))) (-15 -3390 ((-663 (-663 (-229))) (-560))) (-15 -2830 ((-663 (-973 (-229))) (-973 (-229)) (-973 (-229)) (-973 (-229)) (-229) (-663 (-663 (-229))))))) (T -1246))
+((-2830 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-663 (-663 (-229)))) (-5 *4 (-229)) (-5 *2 (-663 (-973 *4))) (-5 *1 (-1246)) (-5 *3 (-973 *4)))) (-3390 (*1 *2 *3) (-12 (-5 *3 (-560)) (-5 *2 (-663 (-663 (-229)))) (-5 *1 (-1246)))) (-1543 (*1 *2 *2) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246)))) (-2827 (*1 *2 *2 *2) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246)))) (-4287 (*1 *2 *3 *3) (-12 (-5 *3 (-973 (-229))) (-5 *2 (-229)) (-5 *1 (-1246)))) (-2581 (*1 *2 *2 *2) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246)))) (-2571 (*1 *2 *2 *2) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-973 (-229))) (-5 *3 (-229)) (-5 *1 (-1246)))) (-3383 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246)) (-5 *3 (-229)))))
+(-10 -7 (-15 -3383 ((-973 (-229)) (-229) (-229) (-229) (-229))) (-15 * ((-973 (-229)) (-229) (-973 (-229)))) (-15 -2571 ((-973 (-229)) (-973 (-229)) (-973 (-229)))) (-15 -2581 ((-973 (-229)) (-973 (-229)) (-973 (-229)))) (-15 -4287 ((-229) (-973 (-229)) (-973 (-229)))) (-15 -2827 ((-973 (-229)) (-973 (-229)) (-973 (-229)))) (-15 -1543 ((-973 (-229)) (-973 (-229)))) (-15 -3390 ((-663 (-663 (-229))) (-560))) (-15 -2830 ((-663 (-973 (-229))) (-973 (-229)) (-973 (-229)) (-973 (-229)) (-229) (-663 (-663 (-229))))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-3797 ((|#1| $ (-793)) 18 T ELT)) (-3970 (((-793) $) 13 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-3834 (((-988 |#1|) $) 12 T ELT) (($ (-988 |#1|)) 11 T ELT) (((-888) $) 29 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2478 (((-114) $ $) 22 (|has| |#1| (-1133)) ELT)))
+(((-1247 |#1|) (-13 (-504 (-988 |#1|)) (-10 -8 (-15 -3797 (|#1| $ (-793))) (-15 -3970 ((-793) $)) (IF (|has| |#1| (-632 (-888))) (-6 (-632 (-888))) |%noBranch|) (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|))) (-1249)) (T -1247))
+((-3797 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-1247 *2)) (-4 *2 (-1249)))) (-3970 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1247 *3)) (-4 *3 (-1249)))))
+(-13 (-504 (-988 |#1|)) (-10 -8 (-15 -3797 (|#1| $ (-793))) (-15 -3970 ((-793) $)) (IF (|has| |#1| (-632 (-888))) (-6 (-632 (-888))) |%noBranch|) (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|)))
+((-2076 (((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|)) (-560)) 94 T ELT)) (-2839 (((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|))) 86 T ELT)) (-1848 (((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|))) 70 T ELT)))
+(((-1248 |#1|) (-10 -7 (-15 -2839 ((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|)))) (-15 -1848 ((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|)))) (-15 -2076 ((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|)) (-560)))) (-363)) (T -1248))
+((-2076 (*1 *2 *3 *4) (-12 (-5 *4 (-560)) (-4 *5 (-363)) (-5 *2 (-419 (-1203 (-1203 *5)))) (-5 *1 (-1248 *5)) (-5 *3 (-1203 (-1203 *5))))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-419 (-1203 (-1203 *4)))) (-5 *1 (-1248 *4)) (-5 *3 (-1203 (-1203 *4))))) (-2839 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-419 (-1203 (-1203 *4)))) (-5 *1 (-1248 *4)) (-5 *3 (-1203 (-1203 *4))))))
+(-10 -7 (-15 -2839 ((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|)))) (-15 -1848 ((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|)))) (-15 -2076 ((-419 (-1203 (-1203 |#1|))) (-1203 (-1203 |#1|)) (-560))))
+NIL
+(((-1249) (-142)) (T -1249))
+NIL
+(-13 (-10 -7 (-6 -4394)))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 9 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1250) (-1115)) (T -1250))
+NIL
+(-1115)
+((-1937 (((-114)) 18 T ELT)) (-4243 (((-1305) (-663 |#1|) (-663 |#1|)) 22 T ELT) (((-1305) (-663 |#1|)) 23 T ELT)) (-3050 (((-114) |#1| |#1|) 37 (|has| |#1| (-872)) ELT)) (-1506 (((-114) |#1| |#1| (-1 (-114) |#1| |#1|)) 29 T ELT) (((-3 (-114) "failed") |#1| |#1|) 27 T ELT)) (-1715 ((|#1| (-663 |#1|)) 38 (|has| |#1| (-872)) ELT) ((|#1| (-663 |#1|) (-1 (-114) |#1| |#1|)) 32 T ELT)) (-2306 (((-2 (|:| -3118 (-663 |#1|)) (|:| -3596 (-663 |#1|)))) 20 T ELT)))
+(((-1251 |#1|) (-10 -7 (-15 -4243 ((-1305) (-663 |#1|))) (-15 -4243 ((-1305) (-663 |#1|) (-663 |#1|))) (-15 -2306 ((-2 (|:| -3118 (-663 |#1|)) (|:| -3596 (-663 |#1|))))) (-15 -1506 ((-3 (-114) "failed") |#1| |#1|)) (-15 -1506 ((-114) |#1| |#1| (-1 (-114) |#1| |#1|))) (-15 -1715 (|#1| (-663 |#1|) (-1 (-114) |#1| |#1|))) (-15 -1937 ((-114))) (IF (|has| |#1| (-872)) (PROGN (-15 -1715 (|#1| (-663 |#1|))) (-15 -3050 ((-114) |#1| |#1|))) |%noBranch|)) (-1133)) (T -1251))
+((-3050 (*1 *2 *3 *3) (-12 (-5 *2 (-114)) (-5 *1 (-1251 *3)) (-4 *3 (-872)) (-4 *3 (-1133)))) (-1715 (*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-4 *2 (-1133)) (-4 *2 (-872)) (-5 *1 (-1251 *2)))) (-1937 (*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1251 *3)) (-4 *3 (-1133)))) (-1715 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *2)) (-5 *4 (-1 (-114) *2 *2)) (-5 *1 (-1251 *2)) (-4 *2 (-1133)))) (-1506 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-114) *3 *3)) (-4 *3 (-1133)) (-5 *2 (-114)) (-5 *1 (-1251 *3)))) (-1506 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-114)) (-5 *1 (-1251 *3)) (-4 *3 (-1133)))) (-2306 (*1 *2) (-12 (-5 *2 (-2 (|:| -3118 (-663 *3)) (|:| -3596 (-663 *3)))) (-5 *1 (-1251 *3)) (-4 *3 (-1133)))) (-4243 (*1 *2 *3 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1133)) (-5 *2 (-1305)) (-5 *1 (-1251 *4)))) (-4243 (*1 *2 *3) (-12 (-5 *3 (-663 *4)) (-4 *4 (-1133)) (-5 *2 (-1305)) (-5 *1 (-1251 *4)))))
+(-10 -7 (-15 -4243 ((-1305) (-663 |#1|))) (-15 -4243 ((-1305) (-663 |#1|) (-663 |#1|))) (-15 -2306 ((-2 (|:| -3118 (-663 |#1|)) (|:| -3596 (-663 |#1|))))) (-15 -1506 ((-3 (-114) "failed") |#1| |#1|)) (-15 -1506 ((-114) |#1| |#1| (-1 (-114) |#1| |#1|))) (-15 -1715 (|#1| (-663 |#1|) (-1 (-114) |#1| |#1|))) (-15 -1937 ((-114))) (IF (|has| |#1| (-872)) (PROGN (-15 -1715 (|#1| (-663 |#1|))) (-15 -3050 ((-114) |#1| |#1|))) |%noBranch|))
+((-3206 (((-1305) (-663 (-1209)) (-663 (-1209))) 14 T ELT) (((-1305) (-663 (-1209))) 12 T ELT)) (-3823 (((-1305)) 16 T ELT)) (-4064 (((-2 (|:| -3596 (-663 (-1209))) (|:| -3118 (-663 (-1209))))) 20 T ELT)))
+(((-1252) (-10 -7 (-15 -3206 ((-1305) (-663 (-1209)))) (-15 -3206 ((-1305) (-663 (-1209)) (-663 (-1209)))) (-15 -4064 ((-2 (|:| -3596 (-663 (-1209))) (|:| -3118 (-663 (-1209)))))) (-15 -3823 ((-1305))))) (T -1252))
+((-3823 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1252)))) (-4064 (*1 *2) (-12 (-5 *2 (-2 (|:| -3596 (-663 (-1209))) (|:| -3118 (-663 (-1209))))) (-5 *1 (-1252)))) (-3206 (*1 *2 *3 *3) (-12 (-5 *3 (-663 (-1209))) (-5 *2 (-1305)) (-5 *1 (-1252)))) (-3206 (*1 *2 *3) (-12 (-5 *3 (-663 (-1209))) (-5 *2 (-1305)) (-5 *1 (-1252)))))
+(-10 -7 (-15 -3206 ((-1305) (-663 (-1209)))) (-15 -3206 ((-1305) (-663 (-1209)) (-663 (-1209)))) (-15 -4064 ((-2 (|:| -3596 (-663 (-1209))) (|:| -3118 (-663 (-1209)))))) (-15 -3823 ((-1305))))
+((-2624 (($ $) 17 T ELT)) (-2072 (((-114) $) 28 T ELT)))
+(((-1253 |#1|) (-10 -8 (-15 -2624 (|#1| |#1|)) (-15 -2072 ((-114) |#1|))) (-1254)) (T -1253))
+NIL
+(-10 -8 (-15 -2624 (|#1| |#1|)) (-15 -2072 ((-114) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 63 T ELT)) (-1903 (((-419 $) $) 64 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2072 (((-114) $) 65 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2549 (((-419 $) $) 62 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT)))
+(((-1254) (-142)) (T -1254))
+((-2072 (*1 *2 *1) (-12 (-4 *1 (-1254)) (-5 *2 (-114)))) (-1903 (*1 *2 *1) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1254)))) (-2624 (*1 *1 *1) (-4 *1 (-1254))) (-2549 (*1 *2 *1) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1254)))))
+(-13 (-466) (-10 -8 (-15 -2072 ((-114) $)) (-15 -1903 ((-419 $) $)) (-15 -2624 ($ $)) (-15 -2549 ((-419 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-302) . T) ((-466) . T) ((-571) . T) ((-668 (-560)) . T) ((-668 $) . T) ((-670 $) . T) ((-662 $) . T) ((-739 $) . T) ((-748) . T) ((-1083 $) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1879 (($ $ $) NIL T ELT)) (-1867 (($ $ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-1255) (-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))) (T -1255))
+((-1867 (*1 *1 *1 *1) (-5 *1 (-1255))) (-1879 (*1 *1 *1 *1) (-5 *1 (-1255))) (-4489 (*1 *1) (-5 *1 (-1255))))
+(-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))
((|NonNegativeInteger|) (|%not| (|%ilt| 16 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3634 (($ $ $) NIL T ELT)) (-3620 (($ $ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-1255) (-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))) (T -1255))
-((-3620 (*1 *1 *1 *1) (-5 *1 (-1255))) (-3634 (*1 *1 *1 *1) (-5 *1 (-1255))) (-3366 (*1 *1) (-5 *1 (-1255))))
-(-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1879 (($ $ $) NIL T ELT)) (-1867 (($ $ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-1256) (-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))) (T -1256))
+((-1867 (*1 *1 *1 *1) (-5 *1 (-1256))) (-1879 (*1 *1 *1 *1) (-5 *1 (-1256))) (-4489 (*1 *1) (-5 *1 (-1256))))
+(-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))
((|NonNegativeInteger|) (|%not| (|%ilt| 32 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3634 (($ $ $) NIL T ELT)) (-3620 (($ $ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-1256) (-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))) (T -1256))
-((-3620 (*1 *1 *1 *1) (-5 *1 (-1256))) (-3634 (*1 *1 *1 *1) (-5 *1 (-1256))) (-3366 (*1 *1) (-5 *1 (-1256))))
-(-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1879 (($ $ $) NIL T ELT)) (-1867 (($ $ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-1257) (-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))) (T -1257))
+((-1867 (*1 *1 *1 *1) (-5 *1 (-1257))) (-1879 (*1 *1 *1 *1) (-5 *1 (-1257))) (-4489 (*1 *1) (-5 *1 (-1257))))
+(-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))
((|NonNegativeInteger|) (|%not| (|%ilt| 64 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2317 (($ $) NIL T ELT)) (-1450 (((-793)) NIL T ELT)) (-3366 (($) NIL T CONST)) (-3362 (($) NIL T ELT)) (-2006 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2718 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2608 (((-948) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3998 (($ (-948)) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT)) (-3634 (($ $ $) NIL T ELT)) (-3620 (($ $ $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2359 (($ $ $) NIL T ELT)) (-2383 (((-114) $ $) NIL T ELT)) (-2360 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL T ELT)) (-2349 (((-114) $ $) NIL T ELT)) (-2348 (($ $ $) NIL T ELT)))
-(((-1257) (-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))) (T -1257))
-((-3620 (*1 *1 *1 *1) (-5 *1 (-1257))) (-3634 (*1 *1 *1 *1) (-5 *1 (-1257))) (-3366 (*1 *1) (-5 *1 (-1257))))
-(-13 (-866) (-684) (-10 -8 (-15 -3620 ($ $ $)) (-15 -3634 ($ $ $)) (-15 -3366 ($) -3721)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3830 (($ $) NIL T ELT)) (-2233 (((-793)) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2150 (($) NIL T ELT)) (-1622 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3934 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-3862 (((-949) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2081 (($ (-949)) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT)) (-1879 (($ $ $) NIL T ELT)) (-1867 (($ $ $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3872 (($ $ $) NIL T ELT)) (-2537 (((-114) $ $) NIL T ELT)) (-2510 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL T ELT)) (-2499 (((-114) $ $) NIL T ELT)) (-3863 (($ $ $) NIL T ELT)))
+(((-1258) (-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))) (T -1258))
+((-1867 (*1 *1 *1 *1) (-5 *1 (-1258))) (-1879 (*1 *1 *1 *1) (-5 *1 (-1258))) (-4489 (*1 *1) (-5 *1 (-1258))))
+(-13 (-868) (-684) (-10 -8 (-15 -1867 ($ $ $)) (-15 -1879 ($ $ $)) (-15 -4489 ($) -2292)))
((|NonNegativeInteger|) (|%not| (|%ilt| 8 (|%ilength| |#1|))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3431 (((-1288 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-319)) (|has| |#1| (-376))) ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 10 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-4390 (($ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-3873 (((-114) $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-4001 (($ $ (-560)) NIL T ELT) (($ $ (-560) (-560)) NIL T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) NIL T ELT)) (-1378 (((-1288 |#1| |#2| |#3|) $) NIL T ELT)) (-1980 (((-3 (-1288 |#1| |#2| |#3|) "failed") $) NIL T ELT)) (-3627 (((-1288 |#1| |#2| |#3|) $) NIL T ELT)) (-3594 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2837 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2551 (((-560) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) NIL T ELT)) (-3623 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-1288 |#1| |#2| |#3|) "failed") $) NIL T ELT) (((-3 (-1208) "failed") $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1069 (-1208))) (|has| |#1| (-376))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) ELT)) (-3056 (((-1288 |#1| |#2| |#3|) $) NIL T ELT) (((-1208) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1069 (-1208))) (|has| |#1| (-376))) ELT) (((-421 (-560)) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-560) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) ELT)) (-4212 (($ $) NIL T ELT) (($ (-560) $) NIL T ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-1288 |#1| |#2| |#3|)) (-711 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-1288 |#1| |#2| |#3|))) (|:| |vec| (-1298 (-1288 |#1| |#2| |#3|)))) (-711 $) (-1298 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-3357 (((-421 (-975 |#1|)) $ (-560)) NIL (|has| |#1| (-571)) ELT) (((-421 (-975 |#1|)) $ (-560) (-560)) NIL (|has| |#1| (-571)) ELT)) (-3362 (($) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-1957 (((-114) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) ELT)) (-4405 (((-114) $) NIL T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-911 (-391))) (|has| |#1| (-376))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-911 (-560))) (|has| |#1| (-376))) ELT)) (-2252 (((-560) $) NIL T ELT) (((-560) $ (-560)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL (|has| |#1| (-376)) ELT)) (-4420 (((-1288 |#1| |#2| |#3|) $) NIL (|has| |#1| (-376)) ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2024 (((-713 $) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1183)) (|has| |#1| (-376))) ELT)) (-2699 (((-114) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) ELT)) (-4100 (($ $ (-948)) NIL T ELT)) (-3238 (($ (-1 |#1| (-560)) $) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-560)) 18 T ELT) (($ $ (-1113) (-560)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-560))) NIL T ELT)) (-2006 (($ $ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2718 (($ $ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-376)) ELT)) (-1842 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2207 (((-711 (-1288 |#1| |#2| |#3|)) (-1298 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-1288 |#1| |#2| |#3|))) (|:| |vec| (-1298 (-1288 |#1| |#2| |#3|)))) (-1298 $) $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-1298 $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3641 (($ (-560) (-1288 |#1| |#2| |#3|)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3071 (($ $) 27 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT) (($ $ (-1295 |#2|)) 28 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2814 (($) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1183)) (|has| |#1| (-376))) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1956 (($ $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-319)) (|has| |#1| (-376))) ELT)) (-1654 (((-1288 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-560)) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1920 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT) (($ $ (-1208) (-1288 |#1| |#2| |#3|)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-528 (-1208) (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1208)) (-663 (-1288 |#1| |#2| |#3|))) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-528 (-1208) (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-305 (-1288 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-321 (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-305 (-1288 |#1| |#2| |#3|))) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-321 (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-321 (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1288 |#1| |#2| |#3|)) (-663 (-1288 |#1| |#2| |#3|))) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-321 (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-560)) NIL T ELT) (($ $ $) NIL (|has| (-560) (-1143)) ELT) (($ $ (-1288 |#1| |#2| |#3|)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-298 (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1 (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|)) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|))) NIL (|has| |#1| (-376)) ELT) (($ $ (-1295 |#2|)) 26 T ELT) (($ $) 25 (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT)) (-1553 (($ $) NIL (|has| |#1| (-376)) ELT)) (-4429 (((-1288 |#1| |#2| |#3|) $) NIL (|has| |#1| (-376)) ELT)) (-4283 (((-560) $) NIL T ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4417 (((-549) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-633 (-549))) (|has| |#1| (-376))) ELT) (((-391) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1051)) (|has| |#1| (-376))) ELT) (((-229) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1051)) (|has| |#1| (-376))) ELT) (((-915 (-391)) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-633 (-915 (-391)))) (|has| |#1| (-376))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-633 (-915 (-560)))) (|has| |#1| (-376))) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1288 |#1| |#2| |#3|)) NIL T ELT) (($ (-1295 |#2|)) 24 T ELT) (($ (-1208)) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-1069 (-1208))) (|has| |#1| (-376))) ELT) (($ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT) (($ (-421 (-560))) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-1069 (-560))) (|has| |#1| (-376))) (|has| |#1| (-38 (-421 (-560))))) ELT)) (-2453 ((|#1| $ (-560)) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-147)) (|has| |#1| (-376))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2188 ((|#1| $) 11 T ELT)) (-4473 (((-1288 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-939)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-3649 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-560)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2407 (($ $) NIL (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) ELT)) (-1427 (($) 20 T CONST)) (-1439 (($) 15 T CONST)) (-4324 (($ $ (-1 (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|)) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|))) NIL (|has| |#1| (-376)) ELT) (($ $ (-1295 |#2|)) NIL T ELT) (($ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-927 (-1208))) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT)) (-2383 (((-114) $ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2360 (((-114) $ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2372 (((-114) $ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2349 (((-114) $ $) NIL (-2191 (-12 (|has| (-1288 |#1| |#2| |#3|) (-842)) (|has| |#1| (-376))) (-12 (|has| (-1288 |#1| |#2| |#3|) (-871)) (|has| |#1| (-376)))) ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT) (($ (-1288 |#1| |#2| |#3|) (-1288 |#1| |#2| |#3|)) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 22 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-1288 |#1| |#2| |#3|)) NIL (|has| |#1| (-376)) ELT) (($ (-1288 |#1| |#2| |#3|) $) NIL (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1258 |#1| |#2| |#3|) (-13 (-1262 |#1| (-1288 |#1| |#2| |#3|)) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1295 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|))) (-1080) (-1208) |#1|) (T -1258))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1258 *3 *4 *5)) (-4 *3 (-1080)) (-14 *5 *3))) (-3071 (*1 *1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1258 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3))))
-(-13 (-1262 |#1| (-1288 |#1| |#2| |#3|)) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1295 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|)))
-((-2067 (((-1258 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1258 |#1| |#3| |#5|)) 23 T ELT)))
-(((-1259 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2067 ((-1258 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1258 |#1| |#3| |#5|)))) (-1080) (-1080) (-1208) (-1208) |#1| |#2|) (T -1259))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1258 *5 *7 *9)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-14 *7 (-1208)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1258 *6 *8 *10)) (-5 *1 (-1259 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1208)))))
-(-10 -7 (-15 -2067 ((-1258 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1258 |#1| |#3| |#5|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 (-1113)) $) 92 T ELT)) (-2129 (((-1208) $) 126 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-560)) 121 T ELT) (($ $ (-560) (-560)) 120 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 127 T ELT)) (-3594 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 187 (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) 188 (|has| |#1| (-376)) ELT)) (-3401 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3988 (((-114) $ $) 178 (|has| |#1| (-376)) ELT)) (-2837 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 198 T ELT)) (-3623 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) 22 T CONST)) (-2242 (($ $ $) 182 (|has| |#1| (-376)) ELT)) (-2474 (($ $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3357 (((-421 (-975 |#1|)) $ (-560)) 196 (|has| |#1| (-571)) ELT) (((-421 (-975 |#1|)) $ (-560) (-560)) 195 (|has| |#1| (-571)) ELT)) (-2254 (($ $ $) 181 (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 176 (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) 189 (|has| |#1| (-376)) ELT)) (-4405 (((-114) $) 91 T ELT)) (-4447 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-560) $) 123 T ELT) (((-560) $ (-560)) 122 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) 124 T ELT)) (-3238 (($ (-1 |#1| (-560)) $) 197 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 185 (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| (-560)) 78 T ELT) (($ $ (-1113) (-560)) 94 T ELT) (($ $ (-663 (-1113)) (-663 (-560))) 93 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-1842 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-2433 (($ (-663 $)) 174 (|has| |#1| (-376)) ELT) (($ $ $) 173 (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 190 (|has| |#1| (-376)) ELT)) (-3071 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 193 (-2191 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-989)) (|has| |#1| (-1234)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 175 (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) 172 (|has| |#1| (-376)) ELT) (($ $ $) 171 (|has| |#1| (-376)) ELT)) (-3388 (((-419 $) $) 186 (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 184 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 183 (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-560)) 118 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 177 (|has| |#1| (-376)) ELT)) (-1920 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT)) (-3320 (((-793) $) 179 (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-560)) 128 T ELT) (($ $ $) 104 (|has| (-560) (-1143)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 180 (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) 116 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-663 (-1208))) 114 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208) (-793)) 113 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 112 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT)) (-4283 (((-560) $) 81 T ELT)) (-3637 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 90 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-560)) 76 T ELT)) (-3187 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-2188 ((|#1| $) 125 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3671 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-3649 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-560)) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1208)) 115 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-663 (-1208))) 111 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208) (-793)) 110 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 109 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT) (($ $ $) 192 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 191 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1260 |#1|) (-142) (-1080)) (T -1260))
-((-1960 (*1 *1 *2) (-12 (-5 *2 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *3)))) (-4 *3 (-1080)) (-4 *1 (-1260 *3)))) (-3238 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-560))) (-4 *1 (-1260 *3)) (-4 *3 (-1080)))) (-3357 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1260 *4)) (-4 *4 (-1080)) (-4 *4 (-571)) (-5 *2 (-421 (-975 *4))))) (-3357 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1260 *4)) (-4 *4 (-1080)) (-4 *4 (-571)) (-5 *2 (-421 (-975 *4))))) (-3071 (*1 *1 *1) (-12 (-4 *1 (-1260 *2)) (-4 *2 (-1080)) (-4 *2 (-38 (-421 (-560)))))) (-3071 (*1 *1 *1 *2) (-2191 (-12 (-5 *2 (-1208)) (-4 *1 (-1260 *3)) (-4 *3 (-1080)) (-12 (-4 *3 (-29 (-560))) (-4 *3 (-989)) (-4 *3 (-1234)) (-4 *3 (-38 (-421 (-560)))))) (-12 (-5 *2 (-1208)) (-4 *1 (-1260 *3)) (-4 *3 (-1080)) (-12 (|has| *3 (-15 -3557 ((-663 *2) *3))) (|has| *3 (-15 -3071 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560)))))))))
-(-13 (-1277 |t#1| (-560)) (-10 -8 (-15 -1960 ($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |t#1|))))) (-15 -3238 ($ (-1 |t#1| (-560)) $)) (IF (|has| |t#1| (-571)) (PROGN (-15 -3357 ((-421 (-975 |t#1|)) $ (-560))) (-15 -3357 ((-421 (-975 |t#1|)) $ (-560) (-560)))) |%noBranch|) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $)) (IF (|has| |t#1| (-15 -3071 (|t#1| |t#1| (-1208)))) (IF (|has| |t#1| (-15 -3557 ((-663 (-1208)) |t#1|))) (-15 -3071 ($ $ (-1208))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1234)) (IF (|has| |t#1| (-989)) (IF (|has| |t#1| (-29 (-560))) (-15 -3071 ($ $ (-1208))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1033)) (-6 (-1234))) |%noBranch|) (IF (|has| |t#1| (-376)) (-6 (-376)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-560)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| (-560) |#1|))) ((-240) |has| |#1| (-15 * (|#1| (-560) |#1|))) ((-239) |has| |#1| (-15 * (|#1| (-560) |#1|))) ((-250) |has| |#1| (-376)) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 $ $) |has| (-560) (-1143)) ((-302) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-376) |has| |#1| (-376)) ((-466) |has| |#1| (-376)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-571) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-668 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-739 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-748) . T) ((-921 $ #2=(-1208)) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ((-927 #2#) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ((-929 #2#) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208)))) ((-1004 |#1| #0# (-1113)) . T) ((-950) |has| |#1| (-376)) ((-1033) |has| |#1| (-38 (-421 (-560)))) ((-1082 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1087 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1234) |has| |#1| (-38 (-421 (-560)))) ((-1237) |has| |#1| (-38 (-421 (-560)))) ((-1248) . T) ((-1253) |has| |#1| (-376)) ((-1277 |#1| #0#) . T))
-((-3626 (((-114) $) 12 T ELT)) (-1442 (((-3 |#3| "failed") $) 17 T ELT) (((-3 (-1208) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT)) (-3056 ((|#3| $) 14 T ELT) (((-1208) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) NIL T ELT)))
-(((-1261 |#1| |#2| |#3|) (-10 -8 (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-1208) "failed") |#1|)) (-15 -3056 ((-1208) |#1|)) (-15 -1442 ((-3 |#3| "failed") |#1|)) (-15 -3056 (|#3| |#1|)) (-15 -3626 ((-114) |#1|))) (-1262 |#2| |#3|) (-1080) (-1291 |#2|)) (T -1261))
-NIL
-(-10 -8 (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -1442 ((-3 (-1208) "failed") |#1|)) (-15 -3056 ((-1208) |#1|)) (-15 -1442 ((-3 |#3| "failed") |#1|)) (-15 -3056 (|#3| |#1|)) (-15 -3626 ((-114) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3431 ((|#2| $) 263 (-1383 (|has| |#2| (-319)) (|has| |#1| (-376))) ELT)) (-3557 (((-663 (-1113)) $) 92 T ELT)) (-2129 (((-1208) $) 126 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-560)) 121 T ELT) (($ $ (-560) (-560)) 120 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 127 T ELT)) (-1378 ((|#2| $) 299 T ELT)) (-1980 (((-3 |#2| "failed") $) 295 T ELT)) (-3627 ((|#2| $) 296 T ELT)) (-3594 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 272 (-1383 (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-2082 (($ $) 187 (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) 188 (|has| |#1| (-376)) ELT)) (-3401 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 269 (-1383 (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-3988 (((-114) $ $) 178 (|has| |#1| (-376)) ELT)) (-2837 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2551 (((-560) $) 281 (-1383 (|has| |#2| (-842)) (|has| |#1| (-376))) ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 198 T ELT)) (-3623 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#2| "failed") $) 302 T ELT) (((-3 (-560) "failed") $) 292 (-1383 (|has| |#2| (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-421 (-560)) "failed") $) 290 (-1383 (|has| |#2| (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-1208) "failed") $) 274 (-1383 (|has| |#2| (-1069 (-1208))) (|has| |#1| (-376))) ELT)) (-3056 ((|#2| $) 303 T ELT) (((-560) $) 291 (-1383 (|has| |#2| (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-421 (-560)) $) 289 (-1383 (|has| |#2| (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-1208) $) 273 (-1383 (|has| |#2| (-1069 (-1208))) (|has| |#1| (-376))) ELT)) (-4212 (($ $) 298 T ELT) (($ (-560) $) 297 T ELT)) (-2242 (($ $ $) 182 (|has| |#1| (-376)) ELT)) (-2474 (($ $) 77 T ELT)) (-2336 (((-711 |#2|) (-711 $)) 251 (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) 250 (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 249 (-1383 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-711 $)) 248 (-1383 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-3357 (((-421 (-975 |#1|)) $ (-560)) 196 (|has| |#1| (-571)) ELT) (((-421 (-975 |#1|)) $ (-560) (-560)) 195 (|has| |#1| (-571)) ELT)) (-3362 (($) 265 (-1383 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-2254 (($ $ $) 181 (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 176 (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) 189 (|has| |#1| (-376)) ELT)) (-1957 (((-114) $) 279 (-1383 (|has| |#2| (-842)) (|has| |#1| (-376))) ELT)) (-4405 (((-114) $) 91 T ELT)) (-4447 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 257 (-1383 (|has| |#2| (-911 (-391))) (|has| |#1| (-376))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 256 (-1383 (|has| |#2| (-911 (-560))) (|has| |#1| (-376))) ELT)) (-2252 (((-560) $) 123 T ELT) (((-560) $ (-560)) 122 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2159 (($ $) 261 (|has| |#1| (-376)) ELT)) (-4420 ((|#2| $) 259 (|has| |#1| (-376)) ELT)) (-2663 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2024 (((-713 $) $) 293 (-1383 (|has| |#2| (-1183)) (|has| |#1| (-376))) ELT)) (-2699 (((-114) $) 280 (-1383 (|has| |#2| (-842)) (|has| |#1| (-376))) ELT)) (-4100 (($ $ (-948)) 124 T ELT)) (-3238 (($ (-1 |#1| (-560)) $) 197 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 185 (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| (-560)) 78 T ELT) (($ $ (-1113) (-560)) 94 T ELT) (($ $ (-663 (-1113)) (-663 (-560))) 93 T ELT)) (-2006 (($ $ $) 288 (-1383 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2718 (($ $ $) 287 (-1383 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT) (($ (-1 |#2| |#2|) $) 241 (|has| |#1| (-376)) ELT)) (-1842 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2207 (((-711 |#2|) (-1298 $)) 253 (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) 252 (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 247 (-1383 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-1298 $)) 246 (-1383 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-2433 (($ (-663 $)) 174 (|has| |#1| (-376)) ELT) (($ $ $) 173 (|has| |#1| (-376)) ELT)) (-3641 (($ (-560) |#2|) 300 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 190 (|has| |#1| (-376)) ELT)) (-3071 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 193 (-2191 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-989)) (|has| |#1| (-1234)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-2814 (($) 294 (-1383 (|has| |#2| (-1183)) (|has| |#1| (-376))) CONST)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 175 (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) 172 (|has| |#1| (-376)) ELT) (($ $ $) 171 (|has| |#1| (-376)) ELT)) (-1956 (($ $) 264 (-1383 (|has| |#2| (-319)) (|has| |#1| (-376))) ELT)) (-1654 ((|#2| $) 267 (-1383 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 270 (-1383 (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 271 (-1383 (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-3388 (((-419 $) $) 186 (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 184 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 183 (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-560)) 118 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 177 (|has| |#1| (-376)) ELT)) (-1920 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT) (($ $ (-1208) |#2|) 240 (-1383 (|has| |#2| (-528 (-1208) |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1208)) (-663 |#2|)) 239 (-1383 (|has| |#2| (-528 (-1208) |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 (-305 |#2|))) 238 (-1383 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-305 |#2|)) 237 (-1383 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ |#2| |#2|) 236 (-1383 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 235 (-1383 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT)) (-3320 (((-793) $) 179 (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-560)) 128 T ELT) (($ $ $) 104 (|has| (-560) (-1143)) ELT) (($ $ |#2|) 234 (-1383 (|has| |#2| (-298 |#2| |#2|)) (|has| |#1| (-376))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 180 (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1 |#2| |#2|) (-793)) 243 (|has| |#1| (-376)) ELT) (($ $ (-1 |#2| |#2|)) 242 (|has| |#1| (-376)) ELT) (($ $) 108 (-2191 (-1383 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) 106 (-2191 (-1383 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208)) 116 (-2191 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-663 (-1208))) 114 (-2191 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-1208) (-793)) 113 (-2191 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 112 (-2191 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT)) (-1553 (($ $) 262 (|has| |#1| (-376)) ELT)) (-4429 ((|#2| $) 260 (|has| |#1| (-376)) ELT)) (-4283 (((-560) $) 81 T ELT)) (-3637 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4417 (((-229) $) 278 (-1383 (|has| |#2| (-1051)) (|has| |#1| (-376))) ELT) (((-391) $) 277 (-1383 (|has| |#2| (-1051)) (|has| |#1| (-376))) ELT) (((-549) $) 276 (-1383 (|has| |#2| (-633 (-549))) (|has| |#1| (-376))) ELT) (((-915 (-391)) $) 255 (-1383 (|has| |#2| (-633 (-915 (-391)))) (|has| |#1| (-376))) ELT) (((-915 (-560)) $) 254 (-1383 (|has| |#2| (-633 (-915 (-560)))) (|has| |#1| (-376))) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 268 (-1383 (-1383 (|has| $ (-147)) (|has| |#2| (-939))) (|has| |#1| (-376))) ELT)) (-4428 (($ $) 90 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT) (($ |#2|) 301 T ELT) (($ (-1208)) 275 (-1383 (|has| |#2| (-1069 (-1208))) (|has| |#1| (-376))) ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-560)) 76 T ELT)) (-3187 (((-713 $) $) 65 (-2191 (-1383 (-2191 (|has| |#2| (-147)) (-1383 (|has| $ (-147)) (|has| |#2| (-939)))) (|has| |#1| (-376))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) 37 T CONST)) (-2188 ((|#1| $) 125 T ELT)) (-4473 ((|#2| $) 266 (-1383 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3671 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-3649 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-560)) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2407 (($ $) 282 (-1383 (|has| |#2| (-842)) (|has| |#1| (-376))) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1 |#2| |#2|) (-793)) 245 (|has| |#1| (-376)) ELT) (($ $ (-1 |#2| |#2|)) 244 (|has| |#1| (-376)) ELT) (($ $) 107 (-2191 (-1383 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) 105 (-2191 (-1383 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208)) 115 (-2191 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-663 (-1208))) 111 (-2191 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-1208) (-793)) 110 (-2191 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 109 (-2191 (-1383 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT)) (-2383 (((-114) $ $) 286 (-1383 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2360 (((-114) $ $) 284 (-1383 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2372 (((-114) $ $) 285 (-1383 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2349 (((-114) $ $) 283 (-1383 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT) (($ $ $) 192 (|has| |#1| (-376)) ELT) (($ |#2| |#2|) 258 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 191 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ $ |#2|) 233 (|has| |#1| (-376)) ELT) (($ |#2| $) 232 (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1262 |#1| |#2|) (-142) (-1080) (-1291 |t#1|)) (T -1262))
-((-4283 (*1 *2 *1) (-12 (-4 *1 (-1262 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1291 *3)) (-5 *2 (-560)))) (-3641 (*1 *1 *2 *3) (-12 (-5 *2 (-560)) (-4 *4 (-1080)) (-4 *1 (-1262 *4 *3)) (-4 *3 (-1291 *4)))) (-1378 (*1 *2 *1) (-12 (-4 *1 (-1262 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1291 *3)))) (-4212 (*1 *1 *1) (-12 (-4 *1 (-1262 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-1291 *2)))) (-4212 (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-4 *1 (-1262 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1291 *3)))) (-3627 (*1 *2 *1) (-12 (-4 *1 (-1262 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1291 *3)))) (-1980 (*1 *2 *1) (|partial| -12 (-4 *1 (-1262 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1291 *3)))))
-(-13 (-1260 |t#1|) (-1069 |t#2|) (-635 |t#2|) (-10 -8 (-15 -3641 ($ (-560) |t#2|)) (-15 -4283 ((-560) $)) (-15 -1378 (|t#2| $)) (-15 -4212 ($ $)) (-15 -4212 ($ (-560) $)) (-15 -3627 (|t#2| $)) (-15 -1980 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-376)) (-6 (-1022 |t#2|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-560)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-38 |#1|) |has| |#1| (-175)) ((-38 |#2|) |has| |#1| (-376)) ((-38 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-111 |#1| |#1|) . T) ((-111 |#2| |#2|) |has| |#1| (-376)) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-147))) (|has| |#1| (-147))) ((-149) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-149))) (|has| |#1| (-149))) ((-635 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 #2=(-1208)) -12 (|has| |#1| (-376)) (|has| |#2| (-1069 (-1208)))) ((-635 |#1|) |has| |#1| (-175)) ((-635 |#2|) . T) ((-635 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-633 (-229)) -12 (|has| |#1| (-376)) (|has| |#2| (-1051))) ((-633 (-391)) -12 (|has| |#1| (-376)) (|has| |#2| (-1051))) ((-633 (-549)) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-549)))) ((-633 (-915 (-391))) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-915 (-391))))) ((-633 (-915 (-560))) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-915 (-560))))) ((-236 $) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-239))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ((-234 |#2|) |has| |#1| (-376)) ((-240) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ((-239) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-239))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ((-274 |#2|) |has| |#1| (-376)) ((-250) |has| |#1| (-376)) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 |#2| $) -12 (|has| |#1| (-376)) (|has| |#2| (-298 |#2| |#2|))) ((-298 $ $) |has| (-560) (-1143)) ((-302) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-321 |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-321 |#2|))) ((-376) |has| |#1| (-376)) ((-351 |#2|) |has| |#1| (-376)) ((-390 |#2|) |has| |#1| (-376)) ((-414 |#2|) |has| |#1| (-376)) ((-466) |has| |#1| (-376)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-528 (-1208) |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-528 (-1208) |#2|))) ((-528 |#2| |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-321 |#2|))) ((-571) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-668 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 |#2|) |has| |#1| (-376)) ((-668 $) . T) ((-670 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-670 #3=(-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-660 (-560)))) ((-670 |#1|) . T) ((-670 |#2|) |has| |#1| (-376)) ((-670 $) . T) ((-662 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-662 |#1|) |has| |#1| (-175)) ((-662 |#2|) |has| |#1| (-376)) ((-662 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-660 #3#) -12 (|has| |#1| (-376)) (|has| |#2| (-660 (-560)))) ((-660 |#2|) |has| |#1| (-376)) ((-739 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-739 |#1|) |has| |#1| (-175)) ((-739 |#2|) |has| |#1| (-376)) ((-739 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-748) . T) ((-813) -12 (|has| |#1| (-376)) (|has| |#2| (-842))) ((-814) -12 (|has| |#1| (-376)) (|has| |#2| (-842))) ((-816) -12 (|has| |#1| (-376)) (|has| |#2| (-842))) ((-819) -12 (|has| |#1| (-376)) (|has| |#2| (-842))) ((-842) -12 (|has| |#1| (-376)) (|has| |#2| (-842))) ((-870) -12 (|has| |#1| (-376)) (|has| |#2| (-842))) ((-871) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-871))) (-12 (|has| |#1| (-376)) (|has| |#2| (-842)))) ((-874) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-871))) (-12 (|has| |#1| (-376)) (|has| |#2| (-842)))) ((-921 $ #4=(-1208)) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-929 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-927 (-1208)))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ((-927 (-1208)) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-927 (-1208)))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ((-929 #4#) -2191 (-12 (|has| |#1| (-376)) (|has| |#2| (-929 (-1208)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-927 (-1208)))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ((-911 (-391)) -12 (|has| |#1| (-376)) (|has| |#2| (-911 (-391)))) ((-911 (-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-911 (-560)))) ((-909 |#2|) |has| |#1| (-376)) ((-939) -12 (|has| |#1| (-376)) (|has| |#2| (-939))) ((-1004 |#1| #0# (-1113)) . T) ((-950) |has| |#1| (-376)) ((-1022 |#2|) |has| |#1| (-376)) ((-1033) |has| |#1| (-38 (-421 (-560)))) ((-1051) -12 (|has| |#1| (-376)) (|has| |#2| (-1051))) ((-1069 (-421 (-560))) -12 (|has| |#1| (-376)) (|has| |#2| (-1069 (-560)))) ((-1069 (-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-1069 (-560)))) ((-1069 #2#) -12 (|has| |#1| (-376)) (|has| |#2| (-1069 (-1208)))) ((-1069 |#2|) . T) ((-1082 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1082 |#1|) . T) ((-1082 |#2|) |has| |#1| (-376)) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1087 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1087 |#1|) . T) ((-1087 |#2|) |has| |#1| (-376)) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) -12 (|has| |#1| (-376)) (|has| |#2| (-1183))) ((-1234) |has| |#1| (-38 (-421 (-560)))) ((-1237) |has| |#1| (-38 (-421 (-560)))) ((-1248) . T) ((-1253) |has| |#1| (-376)) ((-1260 |#1|) . T) ((-1277 |#1| #0#) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 82 T ELT)) (-3431 ((|#2| $) NIL (-12 (|has| |#2| (-319)) (|has| |#1| (-376))) ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 101 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-560)) 110 T ELT) (($ $ (-560) (-560)) 112 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 51 T ELT)) (-1378 ((|#2| $) 11 T ELT)) (-1980 (((-3 |#2| "failed") $) 35 T ELT)) (-3627 ((|#2| $) 36 T ELT)) (-3594 (($ $) 207 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 183 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (-12 (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2837 (($ $) 203 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 179 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2551 (((-560) $) NIL (-12 (|has| |#2| (-842)) (|has| |#1| (-376))) ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 59 T ELT)) (-3623 (($ $) 211 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 187 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) 158 T ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-1208) "failed") $) NIL (-12 (|has| |#2| (-1069 (-1208))) (|has| |#1| (-376))) ELT)) (-3056 ((|#2| $) 157 T ELT) (((-560) $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#2| (-1069 (-560))) (|has| |#1| (-376))) ELT) (((-1208) $) NIL (-12 (|has| |#2| (-1069 (-1208))) (|has| |#1| (-376))) ELT)) (-4212 (($ $) 65 T ELT) (($ (-560) $) 28 T ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 |#2|) (-711 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT)) (-4310 (((-3 $ "failed") $) 89 T ELT)) (-3357 (((-421 (-975 |#1|)) $ (-560)) 125 (|has| |#1| (-571)) ELT) (((-421 (-975 |#1|)) $ (-560) (-560)) 127 (|has| |#1| (-571)) ELT)) (-3362 (($) NIL (-12 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-1957 (((-114) $) NIL (-12 (|has| |#2| (-842)) (|has| |#1| (-376))) ELT)) (-4405 (((-114) $) 75 T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| |#2| (-911 (-391))) (|has| |#1| (-376))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| |#2| (-911 (-560))) (|has| |#1| (-376))) ELT)) (-2252 (((-560) $) 106 T ELT) (((-560) $ (-560)) 108 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2159 (($ $) NIL (|has| |#1| (-376)) ELT)) (-4420 ((|#2| $) 166 (|has| |#1| (-376)) ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2024 (((-713 $) $) NIL (-12 (|has| |#2| (-1183)) (|has| |#1| (-376))) ELT)) (-2699 (((-114) $) NIL (-12 (|has| |#2| (-842)) (|has| |#1| (-376))) ELT)) (-4100 (($ $ (-948)) 149 T ELT)) (-3238 (($ (-1 |#1| (-560)) $) 145 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-560)) 20 T ELT) (($ $ (-1113) (-560)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-560))) NIL T ELT)) (-2006 (($ $ $) NIL (-12 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2718 (($ $ $) NIL (-12 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 142 T ELT) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-376)) ELT)) (-1842 (($ $) 177 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2207 (((-711 |#2|) (-1298 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-1298 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3641 (($ (-560) |#2|) 10 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 160 (|has| |#1| (-376)) ELT)) (-3071 (($ $) 229 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 234 (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT)) (-2814 (($) NIL (-12 (|has| |#2| (-1183)) (|has| |#1| (-376))) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1956 (($ $) NIL (-12 (|has| |#2| (-319)) (|has| |#1| (-376))) ELT)) (-1654 ((|#2| $) NIL (-12 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (-12 (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-560)) 139 T ELT)) (-2283 (((-3 $ "failed") $ $) 129 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1920 (($ $) 175 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT) (($ $ (-1208) |#2|) NIL (-12 (|has| |#2| (-528 (-1208) |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1208)) (-663 |#2|)) NIL (-12 (|has| |#2| (-528 (-1208) |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-560)) 104 T ELT) (($ $ $) 91 (|has| (-560) (-1143)) ELT) (($ $ |#2|) NIL (-12 (|has| |#2| (-298 |#2| |#2|)) (|has| |#1| (-376))) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-376)) ELT) (($ $) 150 (-2191 (-12 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208)) 154 (-2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT)) (-1553 (($ $) NIL (|has| |#1| (-376)) ELT)) (-4429 ((|#2| $) 167 (|has| |#1| (-376)) ELT)) (-4283 (((-560) $) 12 T ELT)) (-3637 (($ $) 213 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 189 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 209 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 185 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 205 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 181 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4417 (((-229) $) NIL (-12 (|has| |#2| (-1051)) (|has| |#1| (-376))) ELT) (((-391) $) NIL (-12 (|has| |#2| (-1051)) (|has| |#1| (-376))) ELT) (((-549) $) NIL (-12 (|has| |#2| (-633 (-549))) (|has| |#1| (-376))) ELT) (((-915 (-391)) $) NIL (-12 (|has| |#2| (-633 (-915 (-391)))) (|has| |#1| (-376))) ELT) (((-915 (-560)) $) NIL (-12 (|has| |#2| (-633 (-915 (-560)))) (|has| |#1| (-376))) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-939)) (|has| |#1| (-376))) ELT)) (-4428 (($ $) 137 T ELT)) (-2539 (((-887) $) 267 T ELT) (($ (-560)) 24 T ELT) (($ |#1|) 22 (|has| |#1| (-175)) ELT) (($ |#2|) 21 T ELT) (($ (-1208)) NIL (-12 (|has| |#2| (-1069 (-1208))) (|has| |#1| (-376))) ELT) (($ (-421 (-560))) 170 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-560)) 86 T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#2| (-939)) (|has| |#1| (-376))) (-12 (|has| |#2| (-147)) (|has| |#1| (-376))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) 156 T CONST)) (-2188 ((|#1| $) 103 T ELT)) (-4473 ((|#2| $) NIL (-12 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) 219 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 195 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) 215 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 191 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 223 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 199 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-560)) 135 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 225 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 201 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 221 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 197 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 217 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 193 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2407 (($ $) NIL (-12 (|has| |#2| (-842)) (|has| |#1| (-376))) ELT)) (-1427 (($) 13 T CONST)) (-1439 (($) 18 T CONST)) (-4324 (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-376)) ELT) (($ $) NIL (-2191 (-12 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2191 (-12 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208))) NIL (-2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-1208) (-793)) NIL (-2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-2191 (-12 (|has| |#2| (-929 (-1208))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-927 (-1208))))) ELT)) (-2383 (((-114) $ $) NIL (-12 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2360 (((-114) $ $) NIL (-12 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2329 (((-114) $ $) 73 T ELT)) (-2372 (((-114) $ $) NIL (-12 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2349 (((-114) $ $) NIL (-12 (|has| |#2| (-871)) (|has| |#1| (-376))) ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) 164 (|has| |#1| (-376)) ELT) (($ |#2| |#2|) 165 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 228 T ELT) (($ $ $) 79 T ELT)) (-2413 (($ $ $) 77 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 85 T ELT) (($ $ (-560)) 161 (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 173 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 153 T ELT) (($ $ |#2|) 163 (|has| |#1| (-376)) ELT) (($ |#2| $) 162 (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1263 |#1| |#2|) (-1262 |#1| |#2|) (-1080) (-1291 |#1|)) (T -1263))
-NIL
-(-1262 |#1| |#2|)
-((-3055 (((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114)) 13 T ELT)) (-3559 (((-419 |#1|) |#1|) 26 T ELT)) (-3388 (((-419 |#1|) |#1|) 24 T ELT)))
-(((-1264 |#1|) (-10 -7 (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3559 ((-419 |#1|) |#1|)) (-15 -3055 ((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114)))) (-1274 (-560))) (T -1264))
-((-3055 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-5 *2 (-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| *3) (|:| -3443 (-560))))))) (-5 *1 (-1264 *3)) (-4 *3 (-1274 (-560))))) (-3559 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1264 *3)) (-4 *3 (-1274 (-560))))) (-3388 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1264 *3)) (-4 *3 (-1274 (-560))))))
-(-10 -7 (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3559 ((-419 |#1|) |#1|)) (-15 -3055 ((-2 (|:| |contp| (-560)) (|:| -3980 (-663 (-2 (|:| |irr| |#1|) (|:| -3443 (-560)))))) |#1| (-114))))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-3766 (($ |#1| |#1|) 11 T ELT) (($ |#1|) 10 T ELT)) (-2067 (((-1186 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-870)) ELT)) (-2189 ((|#1| $) 15 T ELT)) (-3568 ((|#1| $) 12 T ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-3304 (((-560) $) 19 T ELT)) (-2961 ((|#1| $) 18 T ELT)) (-3314 ((|#1| $) 13 T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3009 (((-114) $) 17 T ELT)) (-3563 (((-1186 |#1|) $) 41 (|has| |#1| (-870)) ELT) (((-1186 |#1|) (-663 $)) 40 (|has| |#1| (-870)) ELT)) (-4417 (($ |#1|) 26 T ELT)) (-2539 (($ (-1120 |#1|)) 25 T ELT) (((-887) $) 37 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-1132)) ELT)) (-1565 (($ |#1| |#1|) 21 T ELT) (($ |#1|) 20 T ELT)) (-2107 (($ $ (-560)) 14 T ELT)) (-2329 (((-114) $ $) 30 (|has| |#1| (-1132)) ELT)))
-(((-1265 |#1|) (-13 (-1125 |#1|) (-10 -8 (-15 -1565 ($ |#1|)) (-15 -3766 ($ |#1|)) (-15 -2539 ($ (-1120 |#1|))) (-15 -3009 ((-114) $)) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|) (IF (|has| |#1| (-870)) (-6 (-1126 |#1| (-1186 |#1|))) |%noBranch|))) (-1248)) (T -1265))
-((-1565 (*1 *1 *2) (-12 (-5 *1 (-1265 *2)) (-4 *2 (-1248)))) (-3766 (*1 *1 *2) (-12 (-5 *1 (-1265 *2)) (-4 *2 (-1248)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1120 *3)) (-4 *3 (-1248)) (-5 *1 (-1265 *3)))) (-3009 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1265 *3)) (-4 *3 (-1248)))))
-(-13 (-1125 |#1|) (-10 -8 (-15 -1565 ($ |#1|)) (-15 -3766 ($ |#1|)) (-15 -2539 ($ (-1120 |#1|))) (-15 -3009 ((-114) $)) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|) (IF (|has| |#1| (-870)) (-6 (-1126 |#1| (-1186 |#1|))) |%noBranch|)))
-((-2067 (((-1186 |#2|) (-1 |#2| |#1|) (-1265 |#1|)) 23 (|has| |#1| (-870)) ELT) (((-1265 |#2|) (-1 |#2| |#1|) (-1265 |#1|)) 17 T ELT)))
-(((-1266 |#1| |#2|) (-10 -7 (-15 -2067 ((-1265 |#2|) (-1 |#2| |#1|) (-1265 |#1|))) (IF (|has| |#1| (-870)) (-15 -2067 ((-1186 |#2|) (-1 |#2| |#1|) (-1265 |#1|))) |%noBranch|)) (-1248) (-1248)) (T -1266))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-870)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1186 *6)) (-5 *1 (-1266 *5 *6)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1265 *6)) (-5 *1 (-1266 *5 *6)))))
-(-10 -7 (-15 -2067 ((-1265 |#2|) (-1 |#2| |#1|) (-1265 |#1|))) (IF (|has| |#1| (-870)) (-15 -2067 ((-1186 |#2|) (-1 |#2| |#1|) (-1265 |#1|))) |%noBranch|))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3321 (((-1298 |#2|) $ (-793)) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-3763 (($ (-1202 |#2|)) NIL T ELT)) (-3349 (((-1202 $) $ (-1113)) NIL T ELT) (((-1202 |#2|) $) NIL T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1113))) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2489 (($ $ $) NIL (|has| |#2| (-571)) ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2082 (($ $) NIL (|has| |#2| (-466)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3988 (((-114) $ $) NIL (|has| |#2| (-376)) ELT)) (-4453 (($ $ (-793)) NIL T ELT)) (-4062 (($ $ (-793)) NIL T ELT)) (-3026 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-466)) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-3 (-1113) "failed") $) NIL T ELT)) (-3056 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1069 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1069 (-560))) ELT) (((-1113) $) NIL T ELT)) (-2076 (($ $ $ (-1113)) NIL (|has| |#2| (-175)) ELT) ((|#2| $ $) NIL (|has| |#2| (-175)) ELT)) (-2242 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-2336 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-711 $) (-1298 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2254 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-2605 (($ $ $) NIL T ELT)) (-4483 (($ $ $) NIL (|has| |#2| (-571)) ELT)) (-4301 (((-2 (|:| -1398 |#2|) (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#2| (-571)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#2| (-376)) ELT)) (-2075 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-1113)) NIL (|has| |#2| (-466)) ELT)) (-2462 (((-663 $) $) NIL T ELT)) (-1510 (((-114) $) NIL (|has| |#2| (-939)) ELT)) (-1524 (($ $ |#2| (-793) $) NIL T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) NIL (-12 (|has| (-1113) (-911 (-391))) (|has| |#2| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) NIL (-12 (|has| (-1113) (-911 (-560))) (|has| |#2| (-911 (-560)))) ELT)) (-2252 (((-793) $ $) NIL (|has| |#2| (-571)) ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-2024 (((-713 $) $) NIL (|has| |#2| (-1183)) ELT)) (-3541 (($ (-1202 |#2|) (-1113)) NIL T ELT) (($ (-1202 $) (-1113)) NIL T ELT)) (-4100 (($ $ (-793)) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#2| (-376)) ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#2| (-793)) 18 T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-1113)) NIL T ELT) (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL T ELT)) (-4486 (((-793) $) NIL T ELT) (((-793) $ (-1113)) NIL T ELT) (((-663 (-793)) $ (-663 (-1113))) NIL T ELT)) (-1729 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3971 (((-1202 |#2|) $) NIL T ELT)) (-1762 (((-3 (-1113) "failed") $) NIL T ELT)) (-2207 (((-711 (-560)) (-1298 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#2|)) (|:| |vec| (-1298 |#2|))) (-1298 $) $) NIL T ELT) (((-711 |#2|) (-1298 $)) NIL T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#2| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-3049 (((-1190) $) NIL T ELT)) (-1836 (((-2 (|:| -2010 $) (|:| -4415 $)) $ (-793)) NIL T ELT)) (-1483 (((-3 (-663 $) "failed") $) NIL T ELT)) (-3932 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2429 (((-3 (-2 (|:| |var| (-1113)) (|:| -3881 (-793))) "failed") $) NIL T ELT)) (-3071 (($ $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT)) (-2814 (($) NIL (|has| |#2| (-1183)) CONST)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 ((|#2| $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#2| (-466)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-3319 (($ $ (-793) |#2| $) NIL T ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) NIL (|has| |#2| (-939)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#2| (-939)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-2283 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#2| (-376)) ELT)) (-2799 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1113) |#2|) NIL T ELT) (($ $ (-663 (-1113)) (-663 |#2|)) NIL T ELT) (($ $ (-1113) $) NIL T ELT) (($ $ (-663 (-1113)) (-663 $)) NIL T ELT)) (-3320 (((-793) $) NIL (|has| |#2| (-376)) ELT)) (-1495 ((|#2| $ |#2|) NIL T ELT) (($ $ $) NIL T ELT) (((-421 $) (-421 $) (-421 $)) NIL (|has| |#2| (-571)) ELT) ((|#2| (-421 $) |#2|) NIL (|has| |#2| (-376)) ELT) (((-421 $) $ (-421 $)) NIL (|has| |#2| (-571)) ELT)) (-2982 (((-3 $ "failed") $ (-793)) NIL T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-3622 (($ $ (-1113)) NIL (|has| |#2| (-175)) ELT) ((|#2| $) NIL (|has| |#2| (-175)) ELT)) (-2457 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|) $) NIL T ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT)) (-4283 (((-793) $) NIL T ELT) (((-793) $ (-1113)) NIL T ELT) (((-663 (-793)) $ (-663 (-1113))) NIL T ELT)) (-4417 (((-915 (-391)) $) NIL (-12 (|has| (-1113) (-633 (-915 (-391)))) (|has| |#2| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) NIL (-12 (|has| (-1113) (-633 (-915 (-560)))) (|has| |#2| (-633 (-915 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1113) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-2389 ((|#2| $) NIL (|has| |#2| (-466)) ELT) (($ $ (-1113)) NIL (|has| |#2| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-939))) ELT)) (-1536 (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) NIL (|has| |#2| (-571)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-1113)) NIL T ELT) (($ (-1295 |#1|)) 20 T ELT) (($ (-421 (-560))) NIL (-2191 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1069 (-421 (-560))))) ELT) (($ $) NIL (|has| |#2| (-571)) ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ (-793)) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-3187 (((-713 $) $) NIL (-2191 (-12 (|has| $ (-147)) (|has| |#2| (-939))) (|has| |#2| (-147))) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) 14 T CONST)) (-4324 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1208)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) NIL (|has| |#2| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (|has| |#2| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
-(((-1267 |#1| |#2|) (-13 (-1274 |#2|) (-635 (-1295 |#1|)) (-10 -8 (-15 -3319 ($ $ (-793) |#2| $)))) (-1208) (-1080)) (T -1267))
-((-3319 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1267 *4 *3)) (-14 *4 (-1208)) (-4 *3 (-1080)))))
-(-13 (-1274 |#2|) (-635 (-1295 |#1|)) (-10 -8 (-15 -3319 ($ $ (-793) |#2| $))))
-((-2067 (((-1267 |#3| |#4|) (-1 |#4| |#2|) (-1267 |#1| |#2|)) 15 T ELT)))
-(((-1268 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 ((-1267 |#3| |#4|) (-1 |#4| |#2|) (-1267 |#1| |#2|)))) (-1208) (-1080) (-1208) (-1080)) (T -1268))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1267 *5 *6)) (-14 *5 (-1208)) (-4 *6 (-1080)) (-4 *8 (-1080)) (-5 *2 (-1267 *7 *8)) (-5 *1 (-1268 *5 *6 *7 *8)) (-14 *7 (-1208)))))
-(-10 -7 (-15 -2067 ((-1267 |#3| |#4|) (-1 |#4| |#2|) (-1267 |#1| |#2|))))
-((-2788 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21 T ELT)) (-2374 ((|#1| |#3|) 13 T ELT)) (-3231 ((|#3| |#3|) 19 T ELT)))
-(((-1269 |#1| |#2| |#3|) (-10 -7 (-15 -2374 (|#1| |#3|)) (-15 -3231 (|#3| |#3|)) (-15 -2788 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-571) (-1022 |#1|) (-1274 |#2|)) (T -1269))
-((-2788 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-1022 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1269 *4 *5 *3)) (-4 *3 (-1274 *5)))) (-3231 (*1 *2 *2) (-12 (-4 *3 (-571)) (-4 *4 (-1022 *3)) (-5 *1 (-1269 *3 *4 *2)) (-4 *2 (-1274 *4)))) (-2374 (*1 *2 *3) (-12 (-4 *4 (-1022 *2)) (-4 *2 (-571)) (-5 *1 (-1269 *2 *4 *3)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -2374 (|#1| |#3|)) (-15 -3231 (|#3| |#3|)) (-15 -2788 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-4239 (((-3 |#2| "failed") |#2| (-793) |#1|) 35 T ELT)) (-2370 (((-3 |#2| "failed") |#2| (-793)) 36 T ELT)) (-4335 (((-3 (-2 (|:| -1432 |#2|) (|:| -1448 |#2|)) "failed") |#2|) 50 T ELT)) (-3839 (((-663 |#2|) |#2|) 52 T ELT)) (-3542 (((-3 |#2| "failed") |#2| |#2|) 46 T ELT)))
-(((-1270 |#1| |#2|) (-10 -7 (-15 -2370 ((-3 |#2| "failed") |#2| (-793))) (-15 -4239 ((-3 |#2| "failed") |#2| (-793) |#1|)) (-15 -3542 ((-3 |#2| "failed") |#2| |#2|)) (-15 -4335 ((-3 (-2 (|:| -1432 |#2|) (|:| -1448 |#2|)) "failed") |#2|)) (-15 -3839 ((-663 |#2|) |#2|))) (-13 (-571) (-149)) (-1274 |#1|)) (T -1270))
-((-3839 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-149))) (-5 *2 (-663 *3)) (-5 *1 (-1270 *4 *3)) (-4 *3 (-1274 *4)))) (-4335 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-571) (-149))) (-5 *2 (-2 (|:| -1432 *3) (|:| -1448 *3))) (-5 *1 (-1270 *4 *3)) (-4 *3 (-1274 *4)))) (-3542 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1270 *3 *2)) (-4 *2 (-1274 *3)))) (-4239 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-793)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-1270 *4 *2)) (-4 *2 (-1274 *4)))) (-2370 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-793)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-1270 *4 *2)) (-4 *2 (-1274 *4)))))
-(-10 -7 (-15 -2370 ((-3 |#2| "failed") |#2| (-793))) (-15 -4239 ((-3 |#2| "failed") |#2| (-793) |#1|)) (-15 -3542 ((-3 |#2| "failed") |#2| |#2|)) (-15 -4335 ((-3 (-2 (|:| -1432 |#2|) (|:| -1448 |#2|)) "failed") |#2|)) (-15 -3839 ((-663 |#2|) |#2|)))
-((-4487 (((-3 (-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) "failed") |#2| |#2|) 30 T ELT)))
-(((-1271 |#1| |#2|) (-10 -7 (-15 -4487 ((-3 (-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) "failed") |#2| |#2|))) (-571) (-1274 |#1|)) (T -1271))
-((-4487 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-571)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-1271 *4 *3)) (-4 *3 (-1274 *4)))))
-(-10 -7 (-15 -4487 ((-3 (-2 (|:| -2010 |#2|) (|:| -4415 |#2|)) "failed") |#2| |#2|)))
-((-4250 ((|#2| |#2| |#2|) 22 T ELT)) (-3898 ((|#2| |#2| |#2|) 36 T ELT)) (-1878 ((|#2| |#2| |#2| (-793) (-793)) 44 T ELT)))
-(((-1272 |#1| |#2|) (-10 -7 (-15 -4250 (|#2| |#2| |#2|)) (-15 -3898 (|#2| |#2| |#2|)) (-15 -1878 (|#2| |#2| |#2| (-793) (-793)))) (-1080) (-1274 |#1|)) (T -1272))
-((-1878 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-793)) (-4 *4 (-1080)) (-5 *1 (-1272 *4 *2)) (-4 *2 (-1274 *4)))) (-3898 (*1 *2 *2 *2) (-12 (-4 *3 (-1080)) (-5 *1 (-1272 *3 *2)) (-4 *2 (-1274 *3)))) (-4250 (*1 *2 *2 *2) (-12 (-4 *3 (-1080)) (-5 *1 (-1272 *3 *2)) (-4 *2 (-1274 *3)))))
-(-10 -7 (-15 -4250 (|#2| |#2| |#2|)) (-15 -3898 (|#2| |#2| |#2|)) (-15 -1878 (|#2| |#2| |#2| (-793) (-793))))
-((-3321 (((-1298 |#2|) $ (-793)) 129 T ELT)) (-3557 (((-663 (-1113)) $) 16 T ELT)) (-3763 (($ (-1202 |#2|)) 80 T ELT)) (-3302 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1113))) 21 T ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 216 T ELT)) (-2082 (($ $) 206 T ELT)) (-2326 (((-419 $) $) 204 T ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 95 T ELT)) (-4453 (($ $ (-793)) 84 T ELT)) (-4062 (($ $ (-793)) 86 T ELT)) (-3026 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 157 T ELT)) (-1442 (((-3 |#2| "failed") $) 132 T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-1113) "failed") $) NIL T ELT)) (-3056 ((|#2| $) 130 T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) NIL T ELT) (((-1113) $) NIL T ELT)) (-4483 (($ $ $) 182 T ELT)) (-4301 (((-2 (|:| -1398 |#2|) (|:| -2010 $) (|:| -4415 $)) $ $) 184 T ELT)) (-2252 (((-793) $ $) 201 T ELT)) (-2024 (((-713 $) $) 149 T ELT)) (-3528 (($ |#2| (-793)) NIL T ELT) (($ $ (-1113) (-793)) 59 T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-4486 (((-793) $) NIL T ELT) (((-793) $ (-1113)) 54 T ELT) (((-663 (-793)) $ (-663 (-1113))) 55 T ELT)) (-3971 (((-1202 |#2|) $) 72 T ELT)) (-1762 (((-3 (-1113) "failed") $) 52 T ELT)) (-1836 (((-2 (|:| -2010 $) (|:| -4415 $)) $ (-793)) 83 T ELT)) (-3071 (($ $) 231 T ELT)) (-2814 (($) 134 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 213 T ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 101 T ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 99 T ELT)) (-3388 (((-419 $) $) 120 T ELT)) (-2799 (($ $ (-663 (-305 $))) 51 T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1113) |#2|) 39 T ELT) (($ $ (-663 (-1113)) (-663 |#2|)) 36 T ELT) (($ $ (-1113) $) 32 T ELT) (($ $ (-663 (-1113)) (-663 $)) 30 T ELT)) (-3320 (((-793) $) 219 T ELT)) (-1495 ((|#2| $ |#2|) NIL T ELT) (($ $ $) NIL T ELT) (((-421 $) (-421 $) (-421 $)) 176 T ELT) ((|#2| (-421 $) |#2|) 218 T ELT) (((-421 $) $ (-421 $)) 200 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 224 T ELT)) (-2457 (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113))) NIL T ELT) (($ $ (-1113)) 169 T ELT) (($ $) 167 T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) 166 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|) $) 161 T ELT) (($ $ (-1208)) NIL T ELT) (($ $ (-663 (-1208))) NIL T ELT) (($ $ (-1208) (-793)) NIL T ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL T ELT)) (-4283 (((-793) $) NIL T ELT) (((-793) $ (-1113)) 17 T ELT) (((-663 (-793)) $ (-663 (-1113))) 23 T ELT)) (-2389 ((|#2| $) NIL T ELT) (($ $ (-1113)) 151 T ELT)) (-1536 (((-3 $ "failed") $ $) 192 T ELT) (((-3 (-421 $) "failed") (-421 $) $) 188 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-1113)) 64 T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)))
-(((-1273 |#1| |#2|) (-10 -8 (-15 -2539 (|#1| |#1|)) (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -2082 (|#1| |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2814 (|#1|)) (-15 -2024 ((-713 |#1|) |#1|)) (-15 -1495 ((-421 |#1|) |#1| (-421 |#1|))) (-15 -3320 ((-793) |#1|)) (-15 -3095 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -3071 (|#1| |#1|)) (-15 -1495 (|#2| (-421 |#1|) |#2|)) (-15 -3026 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -4301 ((-2 (|:| -1398 |#2|) (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -4483 (|#1| |#1| |#1|)) (-15 -1536 ((-3 (-421 |#1|) "failed") (-421 |#1|) |#1|)) (-15 -1536 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2252 ((-793) |#1| |#1|)) (-15 -1495 ((-421 |#1|) (-421 |#1|) (-421 |#1|))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -4062 (|#1| |#1| (-793))) (-15 -4453 (|#1| |#1| (-793))) (-15 -1836 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| (-793))) (-15 -3763 (|#1| (-1202 |#2|))) (-15 -3971 ((-1202 |#2|) |#1|)) (-15 -3321 ((-1298 |#2|) |#1| (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -1495 (|#1| |#1| |#1|)) (-15 -1495 (|#2| |#1| |#2|)) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3386 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -2059 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -2455 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -3765 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))) (-15 -2389 (|#1| |#1| (-1113))) (-15 -3557 ((-663 (-1113)) |#1|)) (-15 -3302 ((-793) |#1| (-663 (-1113)))) (-15 -3302 ((-793) |#1|)) (-15 -3528 (|#1| |#1| (-663 (-1113)) (-663 (-793)))) (-15 -3528 (|#1| |#1| (-1113) (-793))) (-15 -4486 ((-663 (-793)) |#1| (-663 (-1113)))) (-15 -4486 ((-793) |#1| (-1113))) (-15 -1762 ((-3 (-1113) "failed") |#1|)) (-15 -4283 ((-663 (-793)) |#1| (-663 (-1113)))) (-15 -4283 ((-793) |#1| (-1113))) (-15 -2539 (|#1| (-1113))) (-15 -1442 ((-3 (-1113) "failed") |#1|)) (-15 -3056 ((-1113) |#1|)) (-15 -2799 (|#1| |#1| (-663 (-1113)) (-663 |#1|))) (-15 -2799 (|#1| |#1| (-1113) |#1|)) (-15 -2799 (|#1| |#1| (-663 (-1113)) (-663 |#2|))) (-15 -2799 (|#1| |#1| (-1113) |#2|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4283 ((-793) |#1|)) (-15 -3528 (|#1| |#2| (-793))) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -4486 ((-793) |#1|)) (-15 -2389 (|#2| |#1|)) (-15 -2457 (|#1| |#1| (-1113))) (-15 -2457 (|#1| |#1| (-663 (-1113)))) (-15 -2457 (|#1| |#1| (-1113) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1113)) (-663 (-793)))) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|))) (-1274 |#2|) (-1080)) (T -1273))
-NIL
-(-10 -8 (-15 -2539 (|#1| |#1|)) (-15 -3296 ((-1202 |#1|) (-1202 |#1|) (-1202 |#1|))) (-15 -2457 (|#1| |#1| (-663 (-1208)) (-663 (-793)))) (-15 -2457 (|#1| |#1| (-1208) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1208)))) (-15 -2457 (|#1| |#1| (-1208))) (-15 -2326 ((-419 |#1|) |#1|)) (-15 -2082 (|#1| |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2814 (|#1|)) (-15 -2024 ((-713 |#1|) |#1|)) (-15 -1495 ((-421 |#1|) |#1| (-421 |#1|))) (-15 -3320 ((-793) |#1|)) (-15 -3095 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -3071 (|#1| |#1|)) (-15 -1495 (|#2| (-421 |#1|) |#2|)) (-15 -3026 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -4301 ((-2 (|:| -1398 |#2|) (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| |#1|)) (-15 -4483 (|#1| |#1| |#1|)) (-15 -1536 ((-3 (-421 |#1|) "failed") (-421 |#1|) |#1|)) (-15 -1536 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2252 ((-793) |#1| |#1|)) (-15 -1495 ((-421 |#1|) (-421 |#1|) (-421 |#1|))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -4062 (|#1| |#1| (-793))) (-15 -4453 (|#1| |#1| (-793))) (-15 -1836 ((-2 (|:| -2010 |#1|) (|:| -4415 |#1|)) |#1| (-793))) (-15 -3763 (|#1| (-1202 |#2|))) (-15 -3971 ((-1202 |#2|) |#1|)) (-15 -3321 ((-1298 |#2|) |#1| (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2457 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2457 (|#1| |#1| (-793))) (-15 -2457 (|#1| |#1|)) (-15 -1495 (|#1| |#1| |#1|)) (-15 -1495 (|#2| |#1| |#2|)) (-15 -3388 ((-419 |#1|) |#1|)) (-15 -3386 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -2059 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -2455 ((-419 (-1202 |#1|)) (-1202 |#1|))) (-15 -3765 ((-3 (-663 (-1202 |#1|)) "failed") (-663 (-1202 |#1|)) (-1202 |#1|))) (-15 -2389 (|#1| |#1| (-1113))) (-15 -3557 ((-663 (-1113)) |#1|)) (-15 -3302 ((-793) |#1| (-663 (-1113)))) (-15 -3302 ((-793) |#1|)) (-15 -3528 (|#1| |#1| (-663 (-1113)) (-663 (-793)))) (-15 -3528 (|#1| |#1| (-1113) (-793))) (-15 -4486 ((-663 (-793)) |#1| (-663 (-1113)))) (-15 -4486 ((-793) |#1| (-1113))) (-15 -1762 ((-3 (-1113) "failed") |#1|)) (-15 -4283 ((-663 (-793)) |#1| (-663 (-1113)))) (-15 -4283 ((-793) |#1| (-1113))) (-15 -2539 (|#1| (-1113))) (-15 -1442 ((-3 (-1113) "failed") |#1|)) (-15 -3056 ((-1113) |#1|)) (-15 -2799 (|#1| |#1| (-663 (-1113)) (-663 |#1|))) (-15 -2799 (|#1| |#1| (-1113) |#1|)) (-15 -2799 (|#1| |#1| (-663 (-1113)) (-663 |#2|))) (-15 -2799 (|#1| |#1| (-1113) |#2|)) (-15 -2799 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -2799 (|#1| |#1| |#1| |#1|)) (-15 -2799 (|#1| |#1| (-305 |#1|))) (-15 -2799 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4283 ((-793) |#1|)) (-15 -3528 (|#1| |#2| (-793))) (-15 -1442 ((-3 (-560) "failed") |#1|)) (-15 -3056 ((-560) |#1|)) (-15 -1442 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -3056 ((-421 (-560)) |#1|)) (-15 -3056 (|#2| |#1|)) (-15 -1442 ((-3 |#2| "failed") |#1|)) (-15 -2539 (|#1| |#2|)) (-15 -4486 ((-793) |#1|)) (-15 -2389 (|#2| |#1|)) (-15 -2457 (|#1| |#1| (-1113))) (-15 -2457 (|#1| |#1| (-663 (-1113)))) (-15 -2457 (|#1| |#1| (-1113) (-793))) (-15 -2457 (|#1| |#1| (-663 (-1113)) (-663 (-793)))) (-15 -2539 (|#1| (-560))) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3321 (((-1298 |#1|) $ (-793)) 268 T ELT)) (-3557 (((-663 (-1113)) $) 120 T ELT)) (-3763 (($ (-1202 |#1|)) 266 T ELT)) (-3349 (((-1202 $) $ (-1113)) 135 T ELT) (((-1202 |#1|) $) 134 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 97 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 98 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 100 (|has| |#1| (-571)) ELT)) (-3302 (((-793) $) 122 T ELT) (((-793) $ (-663 (-1113))) 121 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2489 (($ $ $) 253 (|has| |#1| (-571)) ELT)) (-3386 (((-419 (-1202 $)) (-1202 $)) 110 (|has| |#1| (-939)) ELT)) (-2082 (($ $) 108 (|has| |#1| (-466)) ELT)) (-2326 (((-419 $) $) 107 (|has| |#1| (-466)) ELT)) (-3765 (((-3 (-663 (-1202 $)) "failed") (-663 (-1202 $)) (-1202 $)) 113 (|has| |#1| (-939)) ELT)) (-3988 (((-114) $ $) 238 (|has| |#1| (-376)) ELT)) (-4453 (($ $ (-793)) 261 T ELT)) (-4062 (($ $ (-793)) 260 T ELT)) (-3026 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 248 (|has| |#1| (-466)) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#1| "failed") $) 178 T ELT) (((-3 (-421 (-560)) "failed") $) 175 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 173 (|has| |#1| (-1069 (-560))) ELT) (((-3 (-1113) "failed") $) 150 T ELT)) (-3056 ((|#1| $) 177 T ELT) (((-421 (-560)) $) 176 (|has| |#1| (-1069 (-421 (-560)))) ELT) (((-560) $) 174 (|has| |#1| (-1069 (-560))) ELT) (((-1113) $) 151 T ELT)) (-2076 (($ $ $ (-1113)) 118 (|has| |#1| (-175)) ELT) ((|#1| $ $) 256 (|has| |#1| (-175)) ELT)) (-2242 (($ $ $) 242 (|has| |#1| (-376)) ELT)) (-2474 (($ $) 168 T ELT)) (-2336 (((-711 (-560)) (-711 $)) 146 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-711 $) (-1298 $)) 145 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-711 $) (-1298 $)) 144 T ELT) (((-711 |#1|) (-711 $)) 143 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 241 (|has| |#1| (-376)) ELT)) (-2605 (($ $ $) 259 T ELT)) (-4483 (($ $ $) 250 (|has| |#1| (-571)) ELT)) (-4301 (((-2 (|:| -1398 |#1|) (|:| -2010 $) (|:| -4415 $)) $ $) 249 (|has| |#1| (-571)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 236 (|has| |#1| (-376)) ELT)) (-2075 (($ $) 190 (|has| |#1| (-466)) ELT) (($ $ (-1113)) 115 (|has| |#1| (-466)) ELT)) (-2462 (((-663 $) $) 119 T ELT)) (-1510 (((-114) $) 106 (|has| |#1| (-939)) ELT)) (-1524 (($ $ |#1| (-793) $) 186 T ELT)) (-3085 (((-913 (-391) $) $ (-915 (-391)) (-913 (-391) $)) 94 (-12 (|has| (-1113) (-911 (-391))) (|has| |#1| (-911 (-391)))) ELT) (((-913 (-560) $) $ (-915 (-560)) (-913 (-560) $)) 93 (-12 (|has| (-1113) (-911 (-560))) (|has| |#1| (-911 (-560)))) ELT)) (-2252 (((-793) $ $) 254 (|has| |#1| (-571)) ELT)) (-1871 (((-114) $) 40 T ELT)) (-2541 (((-793) $) 183 T ELT)) (-2024 (((-713 $) $) 234 (|has| |#1| (-1183)) ELT)) (-3541 (($ (-1202 |#1|) (-1113)) 127 T ELT) (($ (-1202 $) (-1113)) 126 T ELT)) (-4100 (($ $ (-793)) 265 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 245 (|has| |#1| (-376)) ELT)) (-3548 (((-663 $) $) 136 T ELT)) (-4045 (((-114) $) 166 T ELT)) (-3528 (($ |#1| (-793)) 167 T ELT) (($ $ (-1113) (-793)) 129 T ELT) (($ $ (-663 (-1113)) (-663 (-793))) 128 T ELT)) (-3883 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $ (-1113)) 130 T ELT) (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 263 T ELT)) (-4486 (((-793) $) 184 T ELT) (((-793) $ (-1113)) 132 T ELT) (((-663 (-793)) $ (-663 (-1113))) 131 T ELT)) (-1729 (($ (-1 (-793) (-793)) $) 185 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 165 T ELT)) (-3971 (((-1202 |#1|) $) 267 T ELT)) (-1762 (((-3 (-1113) "failed") $) 133 T ELT)) (-2207 (((-711 (-560)) (-1298 $)) 148 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 (-560))) (|:| |vec| (-1298 (-560)))) (-1298 $) $) 147 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1469 (-711 |#1|)) (|:| |vec| (-1298 |#1|))) (-1298 $) $) 142 T ELT) (((-711 |#1|) (-1298 $)) 141 T ELT)) (-2439 (($ $) 163 T ELT)) (-2450 ((|#1| $) 162 T ELT)) (-2433 (($ (-663 $)) 104 (|has| |#1| (-466)) ELT) (($ $ $) 103 (|has| |#1| (-466)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-1836 (((-2 (|:| -2010 $) (|:| -4415 $)) $ (-793)) 262 T ELT)) (-1483 (((-3 (-663 $) "failed") $) 124 T ELT)) (-3932 (((-3 (-663 $) "failed") $) 125 T ELT)) (-2429 (((-3 (-2 (|:| |var| (-1113)) (|:| -3881 (-793))) "failed") $) 123 T ELT)) (-3071 (($ $) 246 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2814 (($) 233 (|has| |#1| (-1183)) CONST)) (-3139 (((-1151) $) 12 T ELT)) (-2412 (((-114) $) 180 T ELT)) (-2425 ((|#1| $) 181 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 105 (|has| |#1| (-466)) ELT)) (-2470 (($ (-663 $)) 102 (|has| |#1| (-466)) ELT) (($ $ $) 101 (|has| |#1| (-466)) ELT)) (-2455 (((-419 (-1202 $)) (-1202 $)) 112 (|has| |#1| (-939)) ELT)) (-2059 (((-419 (-1202 $)) (-1202 $)) 111 (|has| |#1| (-939)) ELT)) (-3388 (((-419 $) $) 109 (|has| |#1| (-939)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 244 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 243 (|has| |#1| (-376)) ELT)) (-2283 (((-3 $ "failed") $ |#1|) 188 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 96 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 237 (|has| |#1| (-376)) ELT)) (-2799 (($ $ (-663 (-305 $))) 159 T ELT) (($ $ (-305 $)) 158 T ELT) (($ $ $ $) 157 T ELT) (($ $ (-663 $) (-663 $)) 156 T ELT) (($ $ (-1113) |#1|) 155 T ELT) (($ $ (-663 (-1113)) (-663 |#1|)) 154 T ELT) (($ $ (-1113) $) 153 T ELT) (($ $ (-663 (-1113)) (-663 $)) 152 T ELT)) (-3320 (((-793) $) 239 (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ |#1|) 278 T ELT) (($ $ $) 277 T ELT) (((-421 $) (-421 $) (-421 $)) 255 (|has| |#1| (-571)) ELT) ((|#1| (-421 $) |#1|) 247 (|has| |#1| (-376)) ELT) (((-421 $) $ (-421 $)) 235 (|has| |#1| (-571)) ELT)) (-2982 (((-3 $ "failed") $ (-793)) 264 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 240 (|has| |#1| (-376)) ELT)) (-3622 (($ $ (-1113)) 117 (|has| |#1| (-175)) ELT) ((|#1| $) 257 (|has| |#1| (-175)) ELT)) (-2457 (($ $ (-663 (-1113)) (-663 (-793))) 49 T ELT) (($ $ (-1113) (-793)) 48 T ELT) (($ $ (-663 (-1113))) 47 T ELT) (($ $ (-1113)) 45 T ELT) (($ $) 276 T ELT) (($ $ (-793)) 274 T ELT) (($ $ (-1 |#1| |#1|)) 272 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 271 T ELT) (($ $ (-1 |#1| |#1|) $) 258 T ELT) (($ $ (-1208)) 232 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 230 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 229 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 228 (|has| |#1| (-929 (-1208))) ELT)) (-4283 (((-793) $) 164 T ELT) (((-793) $ (-1113)) 140 T ELT) (((-663 (-793)) $ (-663 (-1113))) 139 T ELT)) (-4417 (((-915 (-391)) $) 92 (-12 (|has| (-1113) (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ELT) (((-915 (-560)) $) 91 (-12 (|has| (-1113) (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ELT) (((-549) $) 90 (-12 (|has| (-1113) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-2389 ((|#1| $) 189 (|has| |#1| (-466)) ELT) (($ $ (-1113)) 116 (|has| |#1| (-466)) ELT)) (-3494 (((-3 (-1298 $) "failed") (-711 $)) 114 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) ELT)) (-1536 (((-3 $ "failed") $ $) 252 (|has| |#1| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) 251 (|has| |#1| (-571)) ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 179 T ELT) (($ (-1113)) 149 T ELT) (($ (-421 (-560))) 88 (-2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT) (($ $) 95 (|has| |#1| (-571)) ELT)) (-2277 (((-663 |#1|) $) 182 T ELT)) (-2453 ((|#1| $ (-793)) 169 T ELT) (($ $ (-1113) (-793)) 138 T ELT) (($ $ (-663 (-1113)) (-663 (-793))) 137 T ELT)) (-3187 (((-713 $) $) 89 (-2191 (-1383 (|has| $ (-147)) (|has| |#1| (-939))) (|has| |#1| (-147))) ELT)) (-3418 (((-793)) 37 T CONST)) (-2311 (($ $ $ (-793)) 187 (|has| |#1| (-175)) ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 99 (|has| |#1| (-571)) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-663 (-1113)) (-663 (-793))) 52 T ELT) (($ $ (-1113) (-793)) 51 T ELT) (($ $ (-663 (-1113))) 50 T ELT) (($ $ (-1113)) 46 T ELT) (($ $) 275 T ELT) (($ $ (-793)) 273 T ELT) (($ $ (-1 |#1| |#1|)) 270 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 269 T ELT) (($ $ (-1208)) 231 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208))) 227 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-1208) (-793)) 226 (|has| |#1| (-929 (-1208))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 225 (|has| |#1| (-929 (-1208))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 170 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 161 T ELT) (($ $ |#1|) 160 T ELT)))
-(((-1274 |#1|) (-142) (-1080)) (T -1274))
-((-3321 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-1274 *4)) (-4 *4 (-1080)) (-5 *2 (-1298 *4)))) (-3971 (*1 *2 *1) (-12 (-4 *1 (-1274 *3)) (-4 *3 (-1080)) (-5 *2 (-1202 *3)))) (-3763 (*1 *1 *2) (-12 (-5 *2 (-1202 *3)) (-4 *3 (-1080)) (-4 *1 (-1274 *3)))) (-4100 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))) (-2982 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-793)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))) (-3883 (*1 *2 *1 *1) (-12 (-4 *3 (-1080)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-1274 *3)))) (-1836 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *4 (-1080)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-1274 *4)))) (-4453 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))) (-4062 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))) (-2605 (*1 *1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)))) (-2457 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))) (-3622 (*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-175)))) (-2076 (*1 *2 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-175)))) (-1495 (*1 *2 *2 *2) (-12 (-5 *2 (-421 *1)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)) (-4 *3 (-571)))) (-2252 (*1 *2 *1 *1) (-12 (-4 *1 (-1274 *3)) (-4 *3 (-1080)) (-4 *3 (-571)) (-5 *2 (-793)))) (-2489 (*1 *1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-571)))) (-1536 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-571)))) (-1536 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-421 *1)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)) (-4 *3 (-571)))) (-4483 (*1 *1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-571)))) (-4301 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| -1398 *3) (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-1274 *3)))) (-3026 (*1 *2 *1 *1) (-12 (-4 *3 (-466)) (-4 *3 (-1080)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1274 *3)))) (-1495 (*1 *2 *3 *2) (-12 (-5 *3 (-421 *1)) (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-3071 (*1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-38 (-421 (-560)))))))
-(-13 (-979 |t#1| (-793) (-1113)) (-298 |t#1| |t#1|) (-298 $ $) (-240) (-234 |t#1|) (-10 -8 (-15 -3321 ((-1298 |t#1|) $ (-793))) (-15 -3971 ((-1202 |t#1|) $)) (-15 -3763 ($ (-1202 |t#1|))) (-15 -4100 ($ $ (-793))) (-15 -2982 ((-3 $ "failed") $ (-793))) (-15 -3883 ((-2 (|:| -2010 $) (|:| -4415 $)) $ $)) (-15 -1836 ((-2 (|:| -2010 $) (|:| -4415 $)) $ (-793))) (-15 -4453 ($ $ (-793))) (-15 -4062 ($ $ (-793))) (-15 -2605 ($ $ $)) (-15 -2457 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1183)) (-6 (-1183)) |%noBranch|) (IF (|has| |t#1| (-175)) (PROGN (-15 -3622 (|t#1| $)) (-15 -2076 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-6 (-298 (-421 $) (-421 $))) (-15 -1495 ((-421 $) (-421 $) (-421 $))) (-15 -2252 ((-793) $ $)) (-15 -2489 ($ $ $)) (-15 -1536 ((-3 $ "failed") $ $)) (-15 -1536 ((-3 (-421 $) "failed") (-421 $) $)) (-15 -4483 ($ $ $)) (-15 -4301 ((-2 (|:| -1398 |t#1|) (|:| -2010 $) (|:| -4415 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-466)) (-15 -3026 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-376)) (PROGN (-6 (-319)) (-6 -4505) (-15 -1495 (|t#1| (-421 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-421 (-560)))) (-15 -3071 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-793)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) -2191 (|has| |#1| (-1069 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 #2=(-1113)) . T) ((-635 |#1|) . T) ((-635 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-633 (-549)) -12 (|has| (-1113) (-633 (-549))) (|has| |#1| (-633 (-549)))) ((-633 (-915 (-391))) -12 (|has| (-1113) (-633 (-915 (-391)))) (|has| |#1| (-633 (-915 (-391))))) ((-633 (-915 (-560))) -12 (|has| (-1113) (-633 (-915 (-560)))) (|has| |#1| (-633 (-915 (-560))))) ((-236 $) . T) ((-234 |#1|) . T) ((-240) . T) ((-239) . T) ((-274 |#1|) . T) ((-298 (-421 $) (-421 $)) |has| |#1| (-571)) ((-298 |#1| |#1|) . T) ((-298 $ $) . T) ((-302) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-321 $) . T) ((-338 |#1| #0#) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2191 (|has| |#1| (-939)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-528 #2# |#1|) . T) ((-528 #2# $) . T) ((-528 $ $) . T) ((-571) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-668 #1#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) |has| |#1| (-38 (-421 (-560)))) ((-670 #3=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-660 #3#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #1#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-748) . T) ((-921 $ #2#) . T) ((-921 $ #4=(-1208)) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-927 #2#) . T) ((-927 (-1208)) |has| |#1| (-927 (-1208))) ((-929 #2#) . T) ((-929 #4#) -2191 (|has| |#1| (-929 (-1208))) (|has| |#1| (-927 (-1208)))) ((-911 (-391)) -12 (|has| (-1113) (-911 (-391))) (|has| |#1| (-911 (-391)))) ((-911 (-560)) -12 (|has| (-1113) (-911 (-560))) (|has| |#1| (-911 (-560)))) ((-979 |#1| #0# #2#) . T) ((-939) |has| |#1| (-939)) ((-950) |has| |#1| (-376)) ((-1069 (-421 (-560))) |has| |#1| (-1069 (-421 (-560)))) ((-1069 (-560)) |has| |#1| (-1069 (-560))) ((-1069 #2#) . T) ((-1069 |#1|) . T) ((-1082 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1087 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-939)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1183) |has| |#1| (-1183)) ((-1248) . T) ((-1253) |has| |#1| (-939)))
-((-2067 ((|#4| (-1 |#3| |#1|) |#2|) 22 T ELT)))
-(((-1275 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#4| (-1 |#3| |#1|) |#2|))) (-1080) (-1274 |#1|) (-1080) (-1274 |#3|)) (T -1275))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-4 *2 (-1274 *6)) (-5 *1 (-1275 *5 *4 *6 *2)) (-4 *4 (-1274 *5)))))
-(-10 -7 (-15 -2067 (|#4| (-1 |#3| |#1|) |#2|)))
-((-3557 (((-663 (-1113)) $) 34 T ELT)) (-2474 (($ $) 31 T ELT)) (-3528 (($ |#2| |#3|) NIL T ELT) (($ $ (-1113) |#3|) 28 T ELT) (($ $ (-663 (-1113)) (-663 |#3|)) 27 T ELT)) (-2439 (($ $) 14 T ELT)) (-2450 ((|#2| $) 12 T ELT)) (-4283 ((|#3| $) 10 T ELT)))
-(((-1276 |#1| |#2| |#3|) (-10 -8 (-15 -3557 ((-663 (-1113)) |#1|)) (-15 -3528 (|#1| |#1| (-663 (-1113)) (-663 |#3|))) (-15 -3528 (|#1| |#1| (-1113) |#3|)) (-15 -2474 (|#1| |#1|)) (-15 -3528 (|#1| |#2| |#3|)) (-15 -4283 (|#3| |#1|)) (-15 -2439 (|#1| |#1|)) (-15 -2450 (|#2| |#1|))) (-1277 |#2| |#3|) (-1080) (-814)) (T -1276))
-NIL
-(-10 -8 (-15 -3557 ((-663 (-1113)) |#1|)) (-15 -3528 (|#1| |#1| (-663 (-1113)) (-663 |#3|))) (-15 -3528 (|#1| |#1| (-1113) |#3|)) (-15 -2474 (|#1| |#1|)) (-15 -3528 (|#1| |#2| |#3|)) (-15 -4283 (|#3| |#1|)) (-15 -2439 (|#1| |#1|)) (-15 -2450 (|#2| |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 (-1113)) $) 92 T ELT)) (-2129 (((-1208) $) 126 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-4001 (($ $ |#2|) 121 T ELT) (($ $ |#2| |#2|) 120 T ELT)) (-2842 (((-1186 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 127 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-2474 (($ $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-4405 (((-114) $) 91 T ELT)) (-2252 ((|#2| $) 123 T ELT) ((|#2| $ |#2|) 122 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-4100 (($ $ (-948)) 124 T ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| |#2|) 78 T ELT) (($ $ (-1113) |#2|) 94 T ELT) (($ $ (-663 (-1113)) (-663 |#2|)) 93 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2674 (($ $ |#2|) 118 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-2799 (((-1186 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) ELT)) (-1495 ((|#1| $ |#2|) 128 T ELT) (($ $ $) 104 (|has| |#2| (-1143)) ELT)) (-2457 (($ $ (-1208)) 116 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-663 (-1208))) 114 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-1208) (-793)) 113 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 112 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT)) (-4283 ((|#2| $) 81 T ELT)) (-4428 (($ $) 90 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT)) (-2453 ((|#1| $ |#2|) 76 T ELT)) (-3187 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-2188 ((|#1| $) 125 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2941 ((|#1| $ |#2|) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1208)) 115 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-663 (-1208))) 111 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-1208) (-793)) 110 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 109 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1277 |#1| |#2|) (-142) (-1080) (-814)) (T -1277))
-((-2842 (*1 *2 *1) (-12 (-4 *1 (-1277 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)) (-5 *2 (-1186 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-2129 (*1 *2 *1) (-12 (-4 *1 (-1277 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)) (-5 *2 (-1208)))) (-2188 (*1 *2 *1) (-12 (-4 *1 (-1277 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080)))) (-4100 (*1 *1 *1 *2) (-12 (-5 *2 (-948)) (-4 *1 (-1277 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)))) (-2252 (*1 *2 *1) (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))) (-2252 (*1 *2 *1 *2) (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))) (-4001 (*1 *1 *1 *2) (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))) (-4001 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))) (-2941 (*1 *2 *1 *3) (-12 (-4 *1 (-1277 *2 *3)) (-4 *3 (-814)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -2539 (*2 (-1208)))) (-4 *2 (-1080)))) (-2674 (*1 *1 *1 *2) (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))) (-2799 (*1 *2 *1 *3) (-12 (-4 *1 (-1277 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1186 *3)))))
-(-13 (-1004 |t#1| |t#2| (-1113)) (-298 |t#2| |t#1|) (-10 -8 (-15 -2842 ((-1186 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -2129 ((-1208) $)) (-15 -2188 (|t#1| $)) (-15 -4100 ($ $ (-948))) (-15 -2252 (|t#2| $)) (-15 -2252 (|t#2| $ |t#2|)) (-15 -4001 ($ $ |t#2|)) (-15 -4001 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -2539 (|t#1| (-1208)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2941 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -2674 ($ $ |t#2|)) (IF (|has| |t#2| (-1143)) (-6 (-298 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-240)) (IF (|has| |t#1| (-927 (-1208))) (-6 (-927 (-1208))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2799 ((-1186 |t#1|) $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-240) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-239) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-298 |#2| |#1|) . T) ((-298 $ $) |has| |#2| (-1143)) ((-302) |has| |#1| (-571)) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-921 $ #1=(-1208)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-927 (-1208)))) ((-927 #1#) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-927 (-1208)))) ((-929 #1#) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-927 (-1208)))) ((-1004 |#1| |#2| (-1113)) . T) ((-1082 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1087 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2082 ((|#2| |#2|) 12 T ELT)) (-2326 (((-419 |#2|) |#2|) 14 T ELT)) (-3931 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560)))) 30 T ELT)))
-(((-1278 |#1| |#2|) (-10 -7 (-15 -2326 ((-419 |#2|) |#2|)) (-15 -2082 (|#2| |#2|)) (-15 -3931 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560)))))) (-571) (-13 (-1274 |#1|) (-571) (-10 -8 (-15 -2470 ($ $ $))))) (T -1278))
-((-3931 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-560)))) (-4 *4 (-13 (-1274 *3) (-571) (-10 -8 (-15 -2470 ($ $ $))))) (-4 *3 (-571)) (-5 *1 (-1278 *3 *4)))) (-2082 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-1278 *3 *2)) (-4 *2 (-13 (-1274 *3) (-571) (-10 -8 (-15 -2470 ($ $ $))))))) (-2326 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-419 *3)) (-5 *1 (-1278 *4 *3)) (-4 *3 (-13 (-1274 *4) (-571) (-10 -8 (-15 -2470 ($ $ $))))))))
-(-10 -7 (-15 -2326 ((-419 |#2|) |#2|)) (-15 -2082 (|#2| |#2|)) (-15 -3931 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560))))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 11 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-421 (-560))) NIL T ELT) (($ $ (-421 (-560)) (-421 (-560))) NIL T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) NIL T ELT)) (-3594 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2837 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-793) (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) NIL T ELT)) (-3623 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-1258 |#1| |#2| |#3|) "failed") $) 19 T ELT) (((-3 (-1288 |#1| |#2| |#3|) "failed") $) 22 T ELT)) (-3056 (((-1258 |#1| |#2| |#3|) $) NIL T ELT) (((-1288 |#1| |#2| |#3|) $) NIL T ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2856 (((-421 (-560)) $) 69 T ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3652 (($ (-421 (-560)) (-1258 |#1| |#2| |#3|)) NIL T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-4405 (((-114) $) NIL T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-421 (-560)) $) NIL T ELT) (((-421 (-560)) $ (-421 (-560))) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-421 (-560))) 30 T ELT) (($ $ (-1113) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-421 (-560)))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1842 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1664 (((-1258 |#1| |#2| |#3|) $) 72 T ELT)) (-2621 (((-3 (-1258 |#1| |#2| |#3|) "failed") $) NIL T ELT)) (-3641 (((-1258 |#1| |#2| |#3|) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3071 (($ $) 39 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) NIL (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT) (($ $ (-1295 |#2|)) 40 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-421 (-560))) NIL T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1920 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-421 (-560))) NIL T ELT) (($ $ $) NIL (|has| (-421 (-560)) (-1143)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) 37 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1295 |#2|)) 38 T ELT)) (-4283 (((-421 (-560)) $) NIL T ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) NIL T ELT)) (-2539 (((-887) $) 108 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1258 |#1| |#2| |#3|)) 16 T ELT) (($ (-1288 |#1| |#2| |#3|)) 17 T ELT) (($ (-1295 |#2|)) 36 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-421 (-560))) NIL T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-2188 ((|#1| $) 12 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-421 (-560))) 74 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 32 T CONST)) (-1439 (($) 26 T CONST)) (-4324 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1295 |#2|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 34 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1279 |#1| |#2| |#3|) (-13 (-1283 |#1| (-1258 |#1| |#2| |#3|)) (-921 $ (-1295 |#2|)) (-1069 (-1288 |#1| |#2| |#3|)) (-635 (-1295 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|))) (-1080) (-1208) |#1|) (T -1279))
-((-3071 (*1 *1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1279 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3))))
-(-13 (-1283 |#1| (-1258 |#1| |#2| |#3|)) (-921 $ (-1295 |#2|)) (-1069 (-1288 |#1| |#2| |#3|)) (-635 (-1295 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|)))
-((-2067 (((-1279 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1279 |#1| |#3| |#5|)) 24 T ELT)))
-(((-1280 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2067 ((-1279 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1279 |#1| |#3| |#5|)))) (-1080) (-1080) (-1208) (-1208) |#1| |#2|) (T -1280))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1279 *5 *7 *9)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-14 *7 (-1208)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1279 *6 *8 *10)) (-5 *1 (-1280 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1208)))))
-(-10 -7 (-15 -2067 ((-1279 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1279 |#1| |#3| |#5|))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 (-1113)) $) 92 T ELT)) (-2129 (((-1208) $) 126 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-421 (-560))) 121 T ELT) (($ $ (-421 (-560)) (-421 (-560))) 120 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) 127 T ELT)) (-3594 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 187 (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) 188 (|has| |#1| (-376)) ELT)) (-3401 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3988 (((-114) $ $) 178 (|has| |#1| (-376)) ELT)) (-2837 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-793) (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) 196 T ELT)) (-3623 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) 22 T CONST)) (-2242 (($ $ $) 182 (|has| |#1| (-376)) ELT)) (-2474 (($ $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 181 (|has| |#1| (-376)) ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 176 (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) 189 (|has| |#1| (-376)) ELT)) (-4405 (((-114) $) 91 T ELT)) (-4447 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-421 (-560)) $) 123 T ELT) (((-421 (-560)) $ (-421 (-560))) 122 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) 124 T ELT) (($ $ (-421 (-560))) 195 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 185 (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| (-421 (-560))) 78 T ELT) (($ $ (-1113) (-421 (-560))) 94 T ELT) (($ $ (-663 (-1113)) (-663 (-421 (-560)))) 93 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-1842 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-2433 (($ (-663 $)) 174 (|has| |#1| (-376)) ELT) (($ $ $) 173 (|has| |#1| (-376)) ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 190 (|has| |#1| (-376)) ELT)) (-3071 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 193 (-2191 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-989)) (|has| |#1| (-1234)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 175 (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) 172 (|has| |#1| (-376)) ELT) (($ $ $) 171 (|has| |#1| (-376)) ELT)) (-3388 (((-419 $) $) 186 (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 184 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 183 (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-421 (-560))) 118 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 177 (|has| |#1| (-376)) ELT)) (-1920 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3320 (((-793) $) 179 (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-421 (-560))) 128 T ELT) (($ $ $) 104 (|has| (-421 (-560)) (-1143)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 180 (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) 116 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1208))) 114 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-1208) (-793)) 113 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 112 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-4283 (((-421 (-560)) $) 81 T ELT)) (-3637 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 90 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-421 (-560))) 76 T ELT)) (-3187 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-2188 ((|#1| $) 125 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3671 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-3649 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-421 (-560))) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1208)) 115 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1208))) 111 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-1208) (-793)) 110 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 109 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT) (($ $ $) 192 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 191 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1281 |#1|) (-142) (-1080)) (T -1281))
-((-1960 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| *4)))) (-4 *4 (-1080)) (-4 *1 (-1281 *4)))) (-4100 (*1 *1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-4 *1 (-1281 *3)) (-4 *3 (-1080)))) (-3071 (*1 *1 *1) (-12 (-4 *1 (-1281 *2)) (-4 *2 (-1080)) (-4 *2 (-38 (-421 (-560)))))) (-3071 (*1 *1 *1 *2) (-2191 (-12 (-5 *2 (-1208)) (-4 *1 (-1281 *3)) (-4 *3 (-1080)) (-12 (-4 *3 (-29 (-560))) (-4 *3 (-989)) (-4 *3 (-1234)) (-4 *3 (-38 (-421 (-560)))))) (-12 (-5 *2 (-1208)) (-4 *1 (-1281 *3)) (-4 *3 (-1080)) (-12 (|has| *3 (-15 -3557 ((-663 *2) *3))) (|has| *3 (-15 -3071 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560)))))))))
-(-13 (-1277 |t#1| (-421 (-560))) (-10 -8 (-15 -1960 ($ (-793) (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |t#1|))))) (-15 -4100 ($ $ (-421 (-560)))) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $)) (IF (|has| |t#1| (-15 -3071 (|t#1| |t#1| (-1208)))) (IF (|has| |t#1| (-15 -3557 ((-663 (-1208)) |t#1|))) (-15 -3071 ($ $ (-1208))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1234)) (IF (|has| |t#1| (-989)) (IF (|has| |t#1| (-29 (-560))) (-15 -3071 ($ $ (-1208))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1033)) (-6 (-1234))) |%noBranch|) (IF (|has| |t#1| (-376)) (-6 (-376)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-421 (-560))) . T) ((-25) . T) ((-38 #1=(-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-240) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-239) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-250) |has| |#1| (-376)) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 $ $) |has| (-421 (-560)) (-1143)) ((-302) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-376) |has| |#1| (-376)) ((-466) |has| |#1| (-376)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-571) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-668 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-739 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-748) . T) ((-921 $ #2=(-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ((-927 #2#) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ((-929 #2#) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ((-1004 |#1| #0# (-1113)) . T) ((-950) |has| |#1| (-376)) ((-1033) |has| |#1| (-38 (-421 (-560)))) ((-1082 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1087 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1234) |has| |#1| (-38 (-421 (-560)))) ((-1237) |has| |#1| (-38 (-421 (-560)))) ((-1248) . T) ((-1253) |has| |#1| (-376)) ((-1277 |#1| #0#) . T))
-((-3626 (((-114) $) 12 T ELT)) (-1442 (((-3 |#3| "failed") $) 17 T ELT)) (-3056 ((|#3| $) 14 T ELT)))
-(((-1282 |#1| |#2| |#3|) (-10 -8 (-15 -1442 ((-3 |#3| "failed") |#1|)) (-15 -3056 (|#3| |#1|)) (-15 -3626 ((-114) |#1|))) (-1283 |#2| |#3|) (-1080) (-1260 |#2|)) (T -1282))
-NIL
-(-10 -8 (-15 -1442 ((-3 |#3| "failed") |#1|)) (-15 -3056 (|#3| |#1|)) (-15 -3626 ((-114) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 (-1113)) $) 92 T ELT)) (-2129 (((-1208) $) 126 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-421 (-560))) 121 T ELT) (($ $ (-421 (-560)) (-421 (-560))) 120 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) 127 T ELT)) (-3594 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 187 (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) 188 (|has| |#1| (-376)) ELT)) (-3401 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3988 (((-114) $ $) 178 (|has| |#1| (-376)) ELT)) (-2837 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-793) (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) 196 T ELT)) (-3623 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#2| "failed") $) 209 T ELT)) (-3056 ((|#2| $) 210 T ELT)) (-2242 (($ $ $) 182 (|has| |#1| (-376)) ELT)) (-2474 (($ $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2856 (((-421 (-560)) $) 206 T ELT)) (-2254 (($ $ $) 181 (|has| |#1| (-376)) ELT)) (-3652 (($ (-421 (-560)) |#2|) 207 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 176 (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) 189 (|has| |#1| (-376)) ELT)) (-4405 (((-114) $) 91 T ELT)) (-4447 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-421 (-560)) $) 123 T ELT) (((-421 (-560)) $ (-421 (-560))) 122 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) 124 T ELT) (($ $ (-421 (-560))) 195 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 185 (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| (-421 (-560))) 78 T ELT) (($ $ (-1113) (-421 (-560))) 94 T ELT) (($ $ (-663 (-1113)) (-663 (-421 (-560)))) 93 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-1842 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-2433 (($ (-663 $)) 174 (|has| |#1| (-376)) ELT) (($ $ $) 173 (|has| |#1| (-376)) ELT)) (-1664 ((|#2| $) 205 T ELT)) (-2621 (((-3 |#2| "failed") $) 203 T ELT)) (-3641 ((|#2| $) 204 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 190 (|has| |#1| (-376)) ELT)) (-3071 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 193 (-2191 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-989)) (|has| |#1| (-1234)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 175 (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) 172 (|has| |#1| (-376)) ELT) (($ $ $) 171 (|has| |#1| (-376)) ELT)) (-3388 (((-419 $) $) 186 (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 184 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 183 (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-421 (-560))) 118 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 177 (|has| |#1| (-376)) ELT)) (-1920 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3320 (((-793) $) 179 (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-421 (-560))) 128 T ELT) (($ $ $) 104 (|has| (-421 (-560)) (-1143)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 180 (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) 116 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1208))) 114 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-1208) (-793)) 113 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 112 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-4283 (((-421 (-560)) $) 81 T ELT)) (-3637 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 90 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT) (($ |#2|) 208 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-421 (-560))) 76 T ELT)) (-3187 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-2188 ((|#1| $) 125 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3671 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-3649 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-421 (-560))) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1208)) 115 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1208))) 111 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-1208) (-793)) 110 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 109 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT) (($ $ $) 192 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 191 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1283 |#1| |#2|) (-142) (-1080) (-1260 |t#1|)) (T -1283))
-((-4283 (*1 *2 *1) (-12 (-4 *1 (-1283 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1260 *3)) (-5 *2 (-421 (-560))))) (-3652 (*1 *1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-4 *4 (-1080)) (-4 *1 (-1283 *4 *3)) (-4 *3 (-1260 *4)))) (-2856 (*1 *2 *1) (-12 (-4 *1 (-1283 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1260 *3)) (-5 *2 (-421 (-560))))) (-1664 (*1 *2 *1) (-12 (-4 *1 (-1283 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1260 *3)))) (-3641 (*1 *2 *1) (-12 (-4 *1 (-1283 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1260 *3)))) (-2621 (*1 *2 *1) (|partial| -12 (-4 *1 (-1283 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1260 *3)))))
-(-13 (-1281 |t#1|) (-1069 |t#2|) (-635 |t#2|) (-10 -8 (-15 -3652 ($ (-421 (-560)) |t#2|)) (-15 -2856 ((-421 (-560)) $)) (-15 -1664 (|t#2| $)) (-15 -4283 ((-421 (-560)) $)) (-15 -3641 (|t#2| $)) (-15 -2621 ((-3 |t#2| "failed") $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-421 (-560))) . T) ((-25) . T) ((-38 #1=(-421 (-560))) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 |#2|) . T) ((-635 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-240) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-239) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-250) |has| |#1| (-376)) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 $ $) |has| (-421 (-560)) (-1143)) ((-302) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-376) |has| |#1| (-376)) ((-466) |has| |#1| (-376)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-571) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-668 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-739 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-748) . T) ((-921 $ #2=(-1208)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ((-927 #2#) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ((-929 #2#) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ((-1004 |#1| #0# (-1113)) . T) ((-950) |has| |#1| (-376)) ((-1033) |has| |#1| (-38 (-421 (-560)))) ((-1069 |#2|) . T) ((-1082 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1087 #1#) -2191 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1234) |has| |#1| (-38 (-421 (-560)))) ((-1237) |has| |#1| (-38 (-421 (-560)))) ((-1248) . T) ((-1253) |has| |#1| (-376)) ((-1277 |#1| #0#) . T) ((-1281 |#1|) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 104 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-421 (-560))) 116 T ELT) (($ $ (-421 (-560)) (-421 (-560))) 118 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) 54 T ELT)) (-3594 (($ $) 192 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-2082 (($ $) NIL (|has| |#1| (-376)) ELT)) (-2326 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3988 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2837 (($ $) 188 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-793) (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) 65 T ELT)) (-3623 (($ $) 196 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 172 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) NIL T ELT)) (-3056 ((|#2| $) NIL T ELT)) (-2242 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) 85 T ELT)) (-2856 (((-421 (-560)) $) 13 T ELT)) (-2254 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3652 (($ (-421 (-560)) |#2|) 11 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-1510 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-4405 (((-114) $) 74 T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-421 (-560)) $) 113 T ELT) (((-421 (-560)) $ (-421 (-560))) 114 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) 130 T ELT) (($ $ (-421 (-560))) 128 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-421 (-560))) 33 T ELT) (($ $ (-1113) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-421 (-560)))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 125 T ELT)) (-1842 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-2433 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-1664 ((|#2| $) 12 T ELT)) (-2621 (((-3 |#2| "failed") $) 44 T ELT)) (-3641 ((|#2| $) 45 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2402 (($ $) 101 (|has| |#1| (-376)) ELT)) (-3071 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 151 (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) NIL (|has| |#1| (-376)) ELT)) (-2470 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3388 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-3353 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2674 (($ $ (-421 (-560))) 122 T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-1920 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3320 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-1495 ((|#1| $ (-421 (-560))) 108 T ELT) (($ $ $) 94 (|has| (-421 (-560)) (-1143)) ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2457 (($ $ (-1208)) 138 (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) 134 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-4283 (((-421 (-560)) $) 16 T ELT)) (-3637 (($ $) 198 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 174 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 190 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 120 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) 37 T ELT) (($ |#1|) 27 (|has| |#1| (-175)) ELT) (($ |#2|) 34 T ELT) (($ (-421 (-560))) 139 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-2453 ((|#1| $ (-421 (-560))) 107 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 127 T CONST)) (-2188 ((|#1| $) 106 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) 204 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 180 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) 200 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 176 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 208 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 184 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-421 (-560))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 210 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 186 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 206 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 182 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 202 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 178 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 21 T CONST)) (-1439 (($) 17 T CONST)) (-4324 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-2329 (((-114) $ $) 72 T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) 100 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 142 T ELT) (($ $ $) 78 T ELT)) (-2413 (($ $ $) 76 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 82 T ELT) (($ $ (-560)) 157 (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 137 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1284 |#1| |#2|) (-1283 |#1| |#2|) (-1080) (-1260 |#1|)) (T -1284))
-NIL
-(-1283 |#1| |#2|)
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 37 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL T ELT)) (-4390 (($ $) NIL T ELT)) (-3873 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 (-560) "failed") $) NIL (|has| (-1279 |#2| |#3| |#4|) (-1069 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-1279 |#2| |#3| |#4|) (-1069 (-421 (-560)))) ELT) (((-3 (-1279 |#2| |#3| |#4|) "failed") $) 22 T ELT)) (-3056 (((-560) $) NIL (|has| (-1279 |#2| |#3| |#4|) (-1069 (-560))) ELT) (((-421 (-560)) $) NIL (|has| (-1279 |#2| |#3| |#4|) (-1069 (-421 (-560)))) ELT) (((-1279 |#2| |#3| |#4|) $) NIL T ELT)) (-2474 (($ $) 41 T ELT)) (-4310 (((-3 $ "failed") $) 27 T ELT)) (-2075 (($ $) NIL (|has| (-1279 |#2| |#3| |#4|) (-466)) ELT)) (-1524 (($ $ (-1279 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|) $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) 11 T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ (-1279 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) 25 T ELT)) (-4486 (((-331 |#2| |#3| |#4|) $) NIL T ELT)) (-1729 (($ (-1 (-331 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) $) NIL T ELT)) (-2067 (($ (-1 (-1279 |#2| |#3| |#4|) (-1279 |#2| |#3| |#4|)) $) NIL T ELT)) (-2675 (((-3 (-864 |#2|) "failed") $) 90 T ELT)) (-2439 (($ $) NIL T ELT)) (-2450 (((-1279 |#2| |#3| |#4|) $) 20 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2412 (((-114) $) NIL T ELT)) (-2425 (((-1279 |#2| |#3| |#4|) $) NIL T ELT)) (-2283 (((-3 $ "failed") $ (-1279 |#2| |#3| |#4|)) NIL (|has| (-1279 |#2| |#3| |#4|) (-571)) ELT) (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1279 |#2| |#3| |#4|)) (|:| |%expon| (-331 |#2| |#3| |#4|)) (|:| |%expTerms| (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#2|)))))) (|:| |%type| (-1190))) "failed") $) 74 T ELT)) (-4283 (((-331 |#2| |#3| |#4|) $) 17 T ELT)) (-2389 (((-1279 |#2| |#3| |#4|) $) NIL (|has| (-1279 |#2| |#3| |#4|) (-466)) ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-1279 |#2| |#3| |#4|)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL (-2191 (|has| (-1279 |#2| |#3| |#4|) (-38 (-421 (-560)))) (|has| (-1279 |#2| |#3| |#4|) (-1069 (-421 (-560))))) ELT)) (-2277 (((-663 (-1279 |#2| |#3| |#4|)) $) NIL T ELT)) (-2453 (((-1279 |#2| |#3| |#4|) $ (-331 |#2| |#3| |#4|)) NIL T ELT)) (-3187 (((-713 $) $) NIL (|has| (-1279 |#2| |#3| |#4|) (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-2311 (($ $ $ (-793)) NIL (|has| (-1279 |#2| |#3| |#4|) (-175)) ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3840 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ (-1279 |#2| |#3| |#4|)) NIL (|has| (-1279 |#2| |#3| |#4|) (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-1279 |#2| |#3| |#4|)) NIL T ELT) (($ (-1279 |#2| |#3| |#4|) $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| (-1279 |#2| |#3| |#4|) (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| (-1279 |#2| |#3| |#4|) (-38 (-421 (-560)))) ELT)))
-(((-1285 |#1| |#2| |#3| |#4|) (-13 (-338 (-1279 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) (-571) (-10 -8 (-15 -2675 ((-3 (-864 |#2|) "failed") $)) (-15 -2563 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1279 |#2| |#3| |#4|)) (|:| |%expon| (-331 |#2| |#3| |#4|)) (|:| |%expTerms| (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#2|)))))) (|:| |%type| (-1190))) "failed") $)))) (-13 (-1069 (-560)) (-660 (-560)) (-466)) (-13 (-27) (-1234) (-435 |#1|)) (-1208) |#2|) (T -1285))
-((-2675 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1069 (-560)) (-660 (-560)) (-466))) (-5 *2 (-864 *4)) (-5 *1 (-1285 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1234) (-435 *3))) (-14 *5 (-1208)) (-14 *6 *4))) (-2563 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1069 (-560)) (-660 (-560)) (-466))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1279 *4 *5 *6)) (|:| |%expon| (-331 *4 *5 *6)) (|:| |%expTerms| (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| *4)))))) (|:| |%type| (-1190)))) (-5 *1 (-1285 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1234) (-435 *3))) (-14 *5 (-1208)) (-14 *6 *4))))
-(-13 (-338 (-1279 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) (-571) (-10 -8 (-15 -2675 ((-3 (-864 |#2|) "failed") $)) (-15 -2563 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1279 |#2| |#3| |#4|)) (|:| |%expon| (-331 |#2| |#3| |#4|)) (|:| |%expTerms| (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#2|)))))) (|:| |%type| (-1190))) "failed") $))))
-((-3929 ((|#2| $) 34 T ELT)) (-2580 ((|#2| $) 18 T ELT)) (-3730 (($ $) 53 T ELT)) (-2869 (($ $ (-560)) 85 T ELT)) (-3067 (((-114) $ (-793)) 46 T ELT)) (-4411 ((|#2| $ |#2|) 82 T ELT)) (-1498 ((|#2| $ |#2|) 78 T ELT)) (-2696 ((|#2| $ "value" |#2|) NIL T ELT) ((|#2| $ "first" |#2|) 71 T ELT) (($ $ "rest" $) 75 T ELT) ((|#2| $ "last" |#2|) 73 T ELT)) (-1337 (($ $ (-663 $)) 81 T ELT)) (-2570 ((|#2| $) 17 T ELT)) (-3806 (($ $) NIL T ELT) (($ $ (-793)) 59 T ELT)) (-2641 (((-663 $) $) 31 T ELT)) (-2602 (((-114) $ $) 69 T ELT)) (-1456 (((-114) $ (-793)) 45 T ELT)) (-2020 (((-114) $ (-793)) 43 T ELT)) (-2833 (((-114) $) 33 T ELT)) (-2045 ((|#2| $) 25 T ELT) (($ $ (-793)) 64 T ELT)) (-1495 ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") 10 T ELT) (($ $ "rest") 16 T ELT) ((|#2| $ "last") 13 T ELT)) (-4235 (((-114) $) 23 T ELT)) (-2936 (($ $) 56 T ELT)) (-2841 (($ $) 86 T ELT)) (-2143 (((-793) $) 58 T ELT)) (-3957 (($ $) 57 T ELT)) (-4357 (($ $ $) 77 T ELT) (($ |#2| $) NIL T ELT)) (-2900 (((-663 $) $) 32 T ELT)) (-2329 (((-114) $ $) 67 T ELT)) (-2305 (((-793) $) 52 T ELT)))
-(((-1286 |#1| |#2|) (-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2869 (|#1| |#1| (-560))) (-15 -2696 (|#2| |#1| "last" |#2|)) (-15 -1498 (|#2| |#1| |#2|)) (-15 -2696 (|#1| |#1| "rest" |#1|)) (-15 -2696 (|#2| |#1| "first" |#2|)) (-15 -2841 (|#1| |#1|)) (-15 -2936 (|#1| |#1|)) (-15 -2143 ((-793) |#1|)) (-15 -3957 (|#1| |#1|)) (-15 -2580 (|#2| |#1|)) (-15 -2570 (|#2| |#1|)) (-15 -3730 (|#1| |#1|)) (-15 -2045 (|#1| |#1| (-793))) (-15 -1495 (|#2| |#1| "last")) (-15 -2045 (|#2| |#1|)) (-15 -3806 (|#1| |#1| (-793))) (-15 -1495 (|#1| |#1| "rest")) (-15 -3806 (|#1| |#1|)) (-15 -1495 (|#2| |#1| "first")) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#1|)) (-15 -4411 (|#2| |#1| |#2|)) (-15 -2696 (|#2| |#1| "value" |#2|)) (-15 -1337 (|#1| |#1| (-663 |#1|))) (-15 -2602 ((-114) |#1| |#1|)) (-15 -4235 ((-114) |#1|)) (-15 -1495 (|#2| |#1| "value")) (-15 -3929 (|#2| |#1|)) (-15 -2833 ((-114) |#1|)) (-15 -2641 ((-663 |#1|) |#1|)) (-15 -2900 ((-663 |#1|) |#1|)) (-15 -2305 ((-793) |#1|)) (-15 -3067 ((-114) |#1| (-793))) (-15 -1456 ((-114) |#1| (-793))) (-15 -2020 ((-114) |#1| (-793)))) (-1287 |#2|) (-1248)) (T -1286))
-NIL
-(-10 -8 (-15 -2329 ((-114) |#1| |#1|)) (-15 -2869 (|#1| |#1| (-560))) (-15 -2696 (|#2| |#1| "last" |#2|)) (-15 -1498 (|#2| |#1| |#2|)) (-15 -2696 (|#1| |#1| "rest" |#1|)) (-15 -2696 (|#2| |#1| "first" |#2|)) (-15 -2841 (|#1| |#1|)) (-15 -2936 (|#1| |#1|)) (-15 -2143 ((-793) |#1|)) (-15 -3957 (|#1| |#1|)) (-15 -2580 (|#2| |#1|)) (-15 -2570 (|#2| |#1|)) (-15 -3730 (|#1| |#1|)) (-15 -2045 (|#1| |#1| (-793))) (-15 -1495 (|#2| |#1| "last")) (-15 -2045 (|#2| |#1|)) (-15 -3806 (|#1| |#1| (-793))) (-15 -1495 (|#1| |#1| "rest")) (-15 -3806 (|#1| |#1|)) (-15 -1495 (|#2| |#1| "first")) (-15 -4357 (|#1| |#2| |#1|)) (-15 -4357 (|#1| |#1| |#1|)) (-15 -4411 (|#2| |#1| |#2|)) (-15 -2696 (|#2| |#1| "value" |#2|)) (-15 -1337 (|#1| |#1| (-663 |#1|))) (-15 -2602 ((-114) |#1| |#1|)) (-15 -4235 ((-114) |#1|)) (-15 -1495 (|#2| |#1| "value")) (-15 -3929 (|#2| |#1|)) (-15 -2833 ((-114) |#1|)) (-15 -2641 ((-663 |#1|) |#1|)) (-15 -2900 ((-663 |#1|) |#1|)) (-15 -2305 ((-793) |#1|)) (-15 -3067 ((-114) |#1| (-793))) (-15 -1456 ((-114) |#1| (-793))) (-15 -2020 ((-114) |#1| (-793))))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-3929 ((|#1| $) 55 T ELT)) (-2580 ((|#1| $) 74 T ELT)) (-3730 (($ $) 76 T ELT)) (-2869 (($ $ (-560)) 61 (|has| $ (-6 -4510)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-4411 ((|#1| $ |#1|) 46 (|has| $ (-6 -4510)) ELT)) (-2009 (($ $ $) 65 (|has| $ (-6 -4510)) ELT)) (-1498 ((|#1| $ |#1|) 63 (|has| $ (-6 -4510)) ELT)) (-3746 ((|#1| $ |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-2696 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4510)) ELT) ((|#1| $ "first" |#1|) 66 (|has| $ (-6 -4510)) ELT) (($ $ "rest" $) 64 (|has| $ (-6 -4510)) ELT) ((|#1| $ "last" |#1|) 62 (|has| $ (-6 -4510)) ELT)) (-1337 (($ $ (-663 $)) 48 (|has| $ (-6 -4510)) ELT)) (-2570 ((|#1| $) 75 T ELT)) (-3366 (($) 7 T CONST)) (-3806 (($ $) 82 T ELT) (($ $ (-793)) 80 T ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2641 (((-663 $) $) 57 T ELT)) (-2602 (((-114) $ $) 49 (|has| |#1| (-1132)) ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-1940 (((-663 |#1|) $) 52 T ELT)) (-2833 (((-114) $) 56 T ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-2045 ((|#1| $) 79 T ELT) (($ $ (-793)) 77 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 85 T ELT) (($ $ (-793)) 83 T ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ "value") 54 T ELT) ((|#1| $ "first") 84 T ELT) (($ $ "rest") 81 T ELT) ((|#1| $ "last") 78 T ELT)) (-1403 (((-560) $ $) 51 T ELT)) (-4235 (((-114) $) 53 T ELT)) (-2936 (($ $) 71 T ELT)) (-2841 (($ $) 68 (|has| $ (-6 -4510)) ELT)) (-2143 (((-793) $) 72 T ELT)) (-3957 (($ $) 73 T ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2721 (($ $) 13 T ELT)) (-1464 (($ $ $) 70 (|has| $ (-6 -4510)) ELT) (($ $ |#1|) 69 (|has| $ (-6 -4510)) ELT)) (-4357 (($ $ $) 87 T ELT) (($ |#1| $) 86 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-2900 (((-663 $) $) 58 T ELT)) (-3066 (((-114) $ $) 50 (|has| |#1| (-1132)) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1287 |#1|) (-142) (-1248)) (T -1287))
-((-4357 (*1 *1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-4357 (*1 *1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-3794 (*1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-1495 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-3794 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1287 *3)) (-4 *3 (-1248)))) (-3806 (*1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-1495 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1287 *3)) (-4 *3 (-1248)))) (-3806 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1287 *3)) (-4 *3 (-1248)))) (-2045 (*1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-1495 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2045 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1287 *3)) (-4 *3 (-1248)))) (-3730 (*1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2570 (*1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2580 (*1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-3957 (*1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2143 (*1 *2 *1) (-12 (-4 *1 (-1287 *3)) (-4 *3 (-1248)) (-5 *2 (-793)))) (-2936 (*1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-1464 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-1464 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2841 (*1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-3746 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2696 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2009 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2696 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4510)) (-4 *1 (-1287 *3)) (-4 *3 (-1248)))) (-1498 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2696 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))) (-2869 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (|has| *1 (-6 -4510)) (-4 *1 (-1287 *3)) (-4 *3 (-1248)))))
-(-13 (-1041 |t#1|) (-10 -8 (-15 -4357 ($ $ $)) (-15 -4357 ($ |t#1| $)) (-15 -3794 (|t#1| $)) (-15 -1495 (|t#1| $ "first")) (-15 -3794 ($ $ (-793))) (-15 -3806 ($ $)) (-15 -1495 ($ $ "rest")) (-15 -3806 ($ $ (-793))) (-15 -2045 (|t#1| $)) (-15 -1495 (|t#1| $ "last")) (-15 -2045 ($ $ (-793))) (-15 -3730 ($ $)) (-15 -2570 (|t#1| $)) (-15 -2580 (|t#1| $)) (-15 -3957 ($ $)) (-15 -2143 ((-793) $)) (-15 -2936 ($ $)) (IF (|has| $ (-6 -4510)) (PROGN (-15 -1464 ($ $ $)) (-15 -1464 ($ $ |t#1|)) (-15 -2841 ($ $)) (-15 -3746 (|t#1| $ |t#1|)) (-15 -2696 (|t#1| $ "first" |t#1|)) (-15 -2009 ($ $ $)) (-15 -2696 ($ $ "rest" $)) (-15 -1498 (|t#1| $ |t#1|)) (-15 -2696 (|t#1| $ "last" |t#1|)) (-15 -2869 ($ $ (-560)))) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-632 (-887)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-1041 |#1|) . T) ((-1132) |has| |#1| (-1132)) ((-1248) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3557 (((-663 (-1113)) $) NIL T ELT)) (-2129 (((-1208) $) 90 T ELT)) (-1714 (((-1267 |#2| |#1|) $ (-793)) 73 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-4390 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 142 (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-793)) 127 T ELT) (($ $ (-793) (-793)) 130 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-793)) (|:| |c| |#1|))) $) 43 T ELT)) (-3594 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3401 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2837 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-793)) (|:| |c| |#1|)))) 52 T ELT) (($ (-1186 |#1|)) NIL T ELT)) (-3623 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) NIL T CONST)) (-1338 (($ $) 134 T ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-2483 (($ $) 140 T ELT)) (-1928 (((-975 |#1|) $ (-793)) 63 T ELT) (((-975 |#1|) $ (-793) (-793)) 65 T ELT)) (-4405 (((-114) $) NIL T ELT)) (-4447 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-793) $) NIL T ELT) (((-793) $ (-793)) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-1805 (($ $) 117 T ELT)) (-2663 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1728 (($ (-560) (-560) $) 136 T ELT)) (-4100 (($ $ (-948)) 139 T ELT)) (-3238 (($ (-1 |#1| (-560)) $) 111 T ELT)) (-4045 (((-114) $) NIL T ELT)) (-3528 (($ |#1| (-793)) 16 T ELT) (($ $ (-1113) (-793)) NIL T ELT) (($ $ (-663 (-1113)) (-663 (-793))) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 98 T ELT)) (-1842 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3174 (($ $) 115 T ELT)) (-3572 (($ $) 113 T ELT)) (-2228 (($ (-560) (-560) $) 138 T ELT)) (-3071 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 156 (-2191 (-12 (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-989)) (|has| |#1| (-1234)))) ELT) (($ $ (-1295 |#2|)) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3255 (($ $ (-560) (-560)) 121 T ELT)) (-2674 (($ $ (-793)) 123 T ELT)) (-2283 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-1920 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4424 (($ $) 119 T ELT)) (-2799 (((-1186 |#1|) $ |#1|) 100 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) ELT)) (-1495 ((|#1| $ (-793)) 95 T ELT) (($ $ $) 132 (|has| (-793) (-1143)) ELT)) (-2457 (($ $ (-1208)) 108 (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) 102 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-1295 |#2|)) 103 T ELT)) (-4283 (((-793) $) NIL T ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 125 T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) 26 T ELT) (($ (-421 (-560))) 148 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) 25 (|has| |#1| (-175)) ELT) (($ (-1267 |#2| |#1|)) 81 T ELT) (($ (-1295 |#2|)) 22 T ELT)) (-2277 (((-1186 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ (-793)) 94 T ELT)) (-3187 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3418 (((-793)) NIL T CONST)) (-2188 ((|#1| $) 91 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3649 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-793)) 89 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 18 T CONST)) (-1439 (($) 13 T CONST)) (-4324 (($ $ (-1208)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-1208) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-1295 |#2|)) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2436 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) 107 T ELT)) (-2413 (($ $ $) 20 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ |#1|) 145 (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 106 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1288 |#1| |#2| |#3|) (-13 (-1291 |#1|) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1267 |#2| |#1|))) (-15 -1714 ((-1267 |#2| |#1|) $ (-793))) (-15 -2539 ($ (-1295 |#2|))) (-15 -3572 ($ $)) (-15 -3174 ($ $)) (-15 -1805 ($ $)) (-15 -4424 ($ $)) (-15 -3255 ($ $ (-560) (-560))) (-15 -1338 ($ $)) (-15 -1728 ($ (-560) (-560) $)) (-15 -2228 ($ (-560) (-560) $)) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|))) (-1080) (-1208) |#1|) (T -1288))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-1267 *4 *3)) (-4 *3 (-1080)) (-14 *4 (-1208)) (-14 *5 *3) (-5 *1 (-1288 *3 *4 *5)))) (-1714 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1267 *5 *4)) (-5 *1 (-1288 *4 *5 *6)) (-4 *4 (-1080)) (-14 *5 (-1208)) (-14 *6 *4))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1288 *3 *4 *5)) (-4 *3 (-1080)) (-14 *5 *3))) (-3572 (*1 *1 *1) (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208)) (-14 *4 *2))) (-3174 (*1 *1 *1) (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208)) (-14 *4 *2))) (-1805 (*1 *1 *1) (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208)) (-14 *4 *2))) (-4424 (*1 *1 *1) (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208)) (-14 *4 *2))) (-3255 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1288 *3 *4 *5)) (-4 *3 (-1080)) (-14 *4 (-1208)) (-14 *5 *3))) (-1338 (*1 *1 *1) (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208)) (-14 *4 *2))) (-1728 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1288 *3 *4 *5)) (-4 *3 (-1080)) (-14 *4 (-1208)) (-14 *5 *3))) (-2228 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1288 *3 *4 *5)) (-4 *3 (-1080)) (-14 *4 (-1208)) (-14 *5 *3))) (-3071 (*1 *1 *1 *2) (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1288 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3))))
-(-13 (-1291 |#1|) (-921 $ (-1295 |#2|)) (-10 -8 (-15 -2539 ($ (-1267 |#2| |#1|))) (-15 -1714 ((-1267 |#2| |#1|) $ (-793))) (-15 -2539 ($ (-1295 |#2|))) (-15 -3572 ($ $)) (-15 -3174 ($ $)) (-15 -1805 ($ $)) (-15 -4424 ($ $)) (-15 -3255 ($ $ (-560) (-560))) (-15 -1338 ($ $)) (-15 -1728 ($ (-560) (-560) $)) (-15 -2228 ($ (-560) (-560) $)) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3071 ($ $ (-1295 |#2|))) |%noBranch|)))
-((-2067 ((|#4| (-1 |#2| |#1|) |#3|) 17 T ELT)))
-(((-1289 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2067 (|#4| (-1 |#2| |#1|) |#3|))) (-1080) (-1080) (-1291 |#1|) (-1291 |#2|)) (T -1289))
-((-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1080)) (-4 *6 (-1080)) (-4 *2 (-1291 *6)) (-5 *1 (-1289 *5 *6 *4 *2)) (-4 *4 (-1291 *5)))))
-(-10 -7 (-15 -2067 (|#4| (-1 |#2| |#1|) |#3|)))
-((-3626 (((-114) $) 17 T ELT)) (-3594 (($ $) 105 T ELT)) (-2725 (($ $) 81 T ELT)) (-2837 (($ $) 101 T ELT)) (-2700 (($ $) 77 T ELT)) (-3623 (($ $) 109 T ELT)) (-2749 (($ $) 85 T ELT)) (-1842 (($ $) 75 T ELT)) (-1920 (($ $) 73 T ELT)) (-3637 (($ $) 111 T ELT)) (-2759 (($ $) 87 T ELT)) (-3610 (($ $) 107 T ELT)) (-2737 (($ $) 83 T ELT)) (-2848 (($ $) 103 T ELT)) (-2712 (($ $) 79 T ELT)) (-2539 (((-887) $) 61 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT) (($ |#2|) NIL T ELT)) (-3671 (($ $) 117 T ELT)) (-2792 (($ $) 93 T ELT)) (-3649 (($ $) 113 T ELT)) (-2770 (($ $) 89 T ELT)) (-3693 (($ $) 121 T ELT)) (-2816 (($ $) 97 T ELT)) (-2979 (($ $) 123 T ELT)) (-2827 (($ $) 99 T ELT)) (-3681 (($ $) 119 T ELT)) (-2804 (($ $) 95 T ELT)) (-3661 (($ $) 115 T ELT)) (-2781 (($ $) 91 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ |#2|) 65 T ELT) (($ $ $) 68 T ELT) (($ $ (-421 (-560))) 71 T ELT)))
-(((-1290 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -2725 (|#1| |#1|)) (-15 -2700 (|#1| |#1|)) (-15 -2749 (|#1| |#1|)) (-15 -2759 (|#1| |#1|)) (-15 -2737 (|#1| |#1|)) (-15 -2712 (|#1| |#1|)) (-15 -2781 (|#1| |#1|)) (-15 -2804 (|#1| |#1|)) (-15 -2827 (|#1| |#1|)) (-15 -2816 (|#1| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2792 (|#1| |#1|)) (-15 -2848 (|#1| |#1|)) (-15 -3610 (|#1| |#1|)) (-15 -3637 (|#1| |#1|)) (-15 -3623 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -3594 (|#1| |#1|)) (-15 -3661 (|#1| |#1|)) (-15 -3681 (|#1| |#1|)) (-15 -2979 (|#1| |#1|)) (-15 -3693 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3671 (|#1| |#1|)) (-15 -1842 (|#1| |#1|)) (-15 -1920 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-948))) (-15 -3626 ((-114) |#1|)) (-15 -2539 ((-887) |#1|))) (-1291 |#2|) (-1080)) (T -1290))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -2725 (|#1| |#1|)) (-15 -2700 (|#1| |#1|)) (-15 -2749 (|#1| |#1|)) (-15 -2759 (|#1| |#1|)) (-15 -2737 (|#1| |#1|)) (-15 -2712 (|#1| |#1|)) (-15 -2781 (|#1| |#1|)) (-15 -2804 (|#1| |#1|)) (-15 -2827 (|#1| |#1|)) (-15 -2816 (|#1| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2792 (|#1| |#1|)) (-15 -2848 (|#1| |#1|)) (-15 -3610 (|#1| |#1|)) (-15 -3637 (|#1| |#1|)) (-15 -3623 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -3594 (|#1| |#1|)) (-15 -3661 (|#1| |#1|)) (-15 -3681 (|#1| |#1|)) (-15 -2979 (|#1| |#1|)) (-15 -3693 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3671 (|#1| |#1|)) (-15 -1842 (|#1| |#1|)) (-15 -1920 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -2539 (|#1| |#2|)) (-15 -2539 (|#1| |#1|)) (-15 -2539 (|#1| (-421 (-560)))) (-15 -2539 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-948))) (-15 -3626 ((-114) |#1|)) (-15 -2539 ((-887) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3557 (((-663 (-1113)) $) 92 T ELT)) (-2129 (((-1208) $) 126 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-4390 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3873 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-4001 (($ $ (-793)) 121 T ELT) (($ $ (-793) (-793)) 120 T ELT)) (-2842 (((-1186 (-2 (|:| |k| (-793)) (|:| |c| |#1|))) $) 127 T ELT)) (-3594 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2725 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3401 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2837 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2700 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1960 (($ (-1186 (-2 (|:| |k| (-793)) (|:| |c| |#1|)))) 180 T ELT) (($ (-1186 |#1|)) 178 T ELT)) (-3623 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2749 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3366 (($) 22 T CONST)) (-2474 (($ $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2483 (($ $) 177 T ELT)) (-1928 (((-975 |#1|) $ (-793)) 175 T ELT) (((-975 |#1|) $ (-793) (-793)) 174 T ELT)) (-4405 (((-114) $) 91 T ELT)) (-4447 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2252 (((-793) $) 123 T ELT) (((-793) $ (-793)) 122 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-2663 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4100 (($ $ (-948)) 124 T ELT)) (-3238 (($ (-1 |#1| (-560)) $) 176 T ELT)) (-4045 (((-114) $) 79 T ELT)) (-3528 (($ |#1| (-793)) 78 T ELT) (($ $ (-1113) (-793)) 94 T ELT) (($ $ (-663 (-1113)) (-663 (-793))) 93 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-1842 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2439 (($ $) 82 T ELT)) (-2450 ((|#1| $) 83 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3071 (($ $) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1208)) 171 (-2191 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-989)) (|has| |#1| (-1234)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -3557 ((-663 (-1208)) |#1|))) (|has| |#1| (-15 -3071 (|#1| |#1| (-1208)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2674 (($ $ (-793)) 118 T ELT)) (-2283 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-1920 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2799 (((-1186 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) ELT)) (-1495 ((|#1| $ (-793)) 128 T ELT) (($ $ $) 104 (|has| (-793) (-1143)) ELT)) (-2457 (($ $ (-1208)) 116 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-663 (-1208))) 114 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-1208) (-793)) 113 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 112 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT)) (-4283 (((-793) $) 81 T ELT)) (-3637 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2759 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3610 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2737 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2848 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2712 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4428 (($ $) 90 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT)) (-2277 (((-1186 |#1|) $) 179 T ELT)) (-2453 ((|#1| $ (-793)) 76 T ELT)) (-3187 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3418 (((-793)) 37 T CONST)) (-2188 ((|#1| $) 125 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-3671 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2792 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3840 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-3649 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2770 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3693 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2816 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2941 ((|#1| $ (-793)) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) (|has| |#1| (-15 -2539 (|#1| (-1208))))) ELT)) (-2979 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2827 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3681 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2804 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3661 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2781 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-4324 (($ $ (-1208)) 115 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-663 (-1208))) 111 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-1208) (-793)) 110 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-663 (-1208)) (-663 (-793))) 109 (-12 (|has| |#1| (-927 (-1208))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ |#1|) 173 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
-(((-1291 |#1|) (-142) (-1080)) (T -1291))
-((-1960 (*1 *1 *2) (-12 (-5 *2 (-1186 (-2 (|:| |k| (-793)) (|:| |c| *3)))) (-4 *3 (-1080)) (-4 *1 (-1291 *3)))) (-2277 (*1 *2 *1) (-12 (-4 *1 (-1291 *3)) (-4 *3 (-1080)) (-5 *2 (-1186 *3)))) (-1960 (*1 *1 *2) (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-4 *1 (-1291 *3)))) (-2483 (*1 *1 *1) (-12 (-4 *1 (-1291 *2)) (-4 *2 (-1080)))) (-3238 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-560))) (-4 *1 (-1291 *3)) (-4 *3 (-1080)))) (-1928 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-1291 *4)) (-4 *4 (-1080)) (-5 *2 (-975 *4)))) (-1928 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-4 *1 (-1291 *4)) (-4 *4 (-1080)) (-5 *2 (-975 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1291 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))) (-3071 (*1 *1 *1) (-12 (-4 *1 (-1291 *2)) (-4 *2 (-1080)) (-4 *2 (-38 (-421 (-560)))))) (-3071 (*1 *1 *1 *2) (-2191 (-12 (-5 *2 (-1208)) (-4 *1 (-1291 *3)) (-4 *3 (-1080)) (-12 (-4 *3 (-29 (-560))) (-4 *3 (-989)) (-4 *3 (-1234)) (-4 *3 (-38 (-421 (-560)))))) (-12 (-5 *2 (-1208)) (-4 *1 (-1291 *3)) (-4 *3 (-1080)) (-12 (|has| *3 (-15 -3557 ((-663 *2) *3))) (|has| *3 (-15 -3071 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560)))))))))
-(-13 (-1277 |t#1| (-793)) (-10 -8 (-15 -1960 ($ (-1186 (-2 (|:| |k| (-793)) (|:| |c| |t#1|))))) (-15 -2277 ((-1186 |t#1|) $)) (-15 -1960 ($ (-1186 |t#1|))) (-15 -2483 ($ $)) (-15 -3238 ($ (-1 |t#1| (-560)) $)) (-15 -1928 ((-975 |t#1|) $ (-793))) (-15 -1928 ((-975 |t#1|) $ (-793) (-793))) (IF (|has| |t#1| (-376)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -3071 ($ $)) (IF (|has| |t#1| (-15 -3071 (|t#1| |t#1| (-1208)))) (IF (|has| |t#1| (-15 -3557 ((-663 (-1208)) |t#1|))) (-15 -3071 ($ $ (-1208))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1234)) (IF (|has| |t#1| (-989)) (IF (|has| |t#1| (-29 (-560))) (-15 -3071 ($ $ (-1208))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1033)) (-6 (-1234))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-793)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-887)) . T) ((-175) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| (-793) |#1|))) ((-240) |has| |#1| (-15 * (|#1| (-793) |#1|))) ((-239) |has| |#1| (-15 * (|#1| (-793) |#1|))) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 $ $) |has| (-793) (-1143)) ((-302) |has| |#1| (-571)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-571) |has| |#1| (-571)) ((-668 #1#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #1#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-921 $ #2=(-1208)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ((-927 #2#) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ((-929 #2#) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-927 (-1208)))) ((-1004 |#1| #0# (-1113)) . T) ((-1033) |has| |#1| (-38 (-421 (-560)))) ((-1082 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1082 |#1|) . T) ((-1082 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1087 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1087 |#1|) . T) ((-1087 $) -2191 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1234) |has| |#1| (-38 (-421 (-560)))) ((-1237) |has| |#1| (-38 (-421 (-560)))) ((-1248) . T) ((-1277 |#1| #0#) . T))
-((-3948 (((-1 (-1186 |#1|) (-663 (-1186 |#1|))) (-1 |#2| (-663 |#2|))) 24 T ELT)) (-2314 (((-1 (-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) (-1 |#2| |#2| |#2|)) 16 T ELT)) (-2512 (((-1 (-1186 |#1|) (-1186 |#1|)) (-1 |#2| |#2|)) 13 T ELT)) (-2310 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48 T ELT)) (-3825 ((|#2| (-1 |#2| |#2|) |#1|) 46 T ELT)) (-2173 ((|#2| (-1 |#2| (-663 |#2|)) (-663 |#1|)) 60 T ELT)) (-3225 (((-663 |#2|) (-663 |#1|) (-663 (-1 |#2| (-663 |#2|)))) 66 T ELT)) (-2960 ((|#2| |#2| |#2|) 43 T ELT)))
-(((-1292 |#1| |#2|) (-10 -7 (-15 -2512 ((-1 (-1186 |#1|) (-1186 |#1|)) (-1 |#2| |#2|))) (-15 -2314 ((-1 (-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3948 ((-1 (-1186 |#1|) (-663 (-1186 |#1|))) (-1 |#2| (-663 |#2|)))) (-15 -2960 (|#2| |#2| |#2|)) (-15 -3825 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2310 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2173 (|#2| (-1 |#2| (-663 |#2|)) (-663 |#1|))) (-15 -3225 ((-663 |#2|) (-663 |#1|) (-663 (-1 |#2| (-663 |#2|)))))) (-38 (-421 (-560))) (-1291 |#1|)) (T -1292))
-((-3225 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 (-1 *6 (-663 *6)))) (-4 *5 (-38 (-421 (-560)))) (-4 *6 (-1291 *5)) (-5 *2 (-663 *6)) (-5 *1 (-1292 *5 *6)))) (-2173 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-663 *2))) (-5 *4 (-663 *5)) (-4 *5 (-38 (-421 (-560)))) (-4 *2 (-1291 *5)) (-5 *1 (-1292 *5 *2)))) (-2310 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1291 *4)) (-5 *1 (-1292 *4 *2)) (-4 *4 (-38 (-421 (-560)))))) (-3825 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1291 *4)) (-5 *1 (-1292 *4 *2)) (-4 *4 (-38 (-421 (-560)))))) (-2960 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1292 *3 *2)) (-4 *2 (-1291 *3)))) (-3948 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-663 *5))) (-4 *5 (-1291 *4)) (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-1 (-1186 *4) (-663 (-1186 *4)))) (-5 *1 (-1292 *4 *5)))) (-2314 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1291 *4)) (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-1 (-1186 *4) (-1186 *4) (-1186 *4))) (-5 *1 (-1292 *4 *5)))) (-2512 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1291 *4)) (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-1 (-1186 *4) (-1186 *4))) (-5 *1 (-1292 *4 *5)))))
-(-10 -7 (-15 -2512 ((-1 (-1186 |#1|) (-1186 |#1|)) (-1 |#2| |#2|))) (-15 -2314 ((-1 (-1186 |#1|) (-1186 |#1|) (-1186 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3948 ((-1 (-1186 |#1|) (-663 (-1186 |#1|))) (-1 |#2| (-663 |#2|)))) (-15 -2960 (|#2| |#2| |#2|)) (-15 -3825 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2310 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2173 (|#2| (-1 |#2| (-663 |#2|)) (-663 |#1|))) (-15 -3225 ((-663 |#2|) (-663 |#1|) (-663 (-1 |#2| (-663 |#2|))))))
-((-2079 ((|#2| |#4| (-793)) 31 T ELT)) (-4036 ((|#4| |#2|) 26 T ELT)) (-2262 ((|#4| (-421 |#2|)) 49 (|has| |#1| (-571)) ELT)) (-1929 (((-1 |#4| (-663 |#4|)) |#3|) 43 T ELT)))
-(((-1293 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4036 (|#4| |#2|)) (-15 -2079 (|#2| |#4| (-793))) (-15 -1929 ((-1 |#4| (-663 |#4|)) |#3|)) (IF (|has| |#1| (-571)) (-15 -2262 (|#4| (-421 |#2|))) |%noBranch|)) (-1080) (-1274 |#1|) (-680 |#2|) (-1291 |#1|)) (T -1293))
-((-2262 (*1 *2 *3) (-12 (-5 *3 (-421 *5)) (-4 *5 (-1274 *4)) (-4 *4 (-571)) (-4 *4 (-1080)) (-4 *2 (-1291 *4)) (-5 *1 (-1293 *4 *5 *6 *2)) (-4 *6 (-680 *5)))) (-1929 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-4 *5 (-1274 *4)) (-5 *2 (-1 *6 (-663 *6))) (-5 *1 (-1293 *4 *5 *3 *6)) (-4 *3 (-680 *5)) (-4 *6 (-1291 *4)))) (-2079 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-1080)) (-4 *2 (-1274 *5)) (-5 *1 (-1293 *5 *2 *6 *3)) (-4 *6 (-680 *2)) (-4 *3 (-1291 *5)))) (-4036 (*1 *2 *3) (-12 (-4 *4 (-1080)) (-4 *3 (-1274 *4)) (-4 *2 (-1291 *4)) (-5 *1 (-1293 *4 *3 *5 *2)) (-4 *5 (-680 *3)))))
-(-10 -7 (-15 -4036 (|#4| |#2|)) (-15 -2079 (|#2| |#4| (-793))) (-15 -1929 ((-1 |#4| (-663 |#4|)) |#3|)) (IF (|has| |#1| (-571)) (-15 -2262 (|#4| (-421 |#2|))) |%noBranch|))
-NIL
-(((-1294) (-142)) (T -1294))
-NIL
-(-13 (-10 -7 (-6 -2908)))
-((-2294 (((-114) $ $) NIL T ELT)) (-2129 (((-1208)) 12 T ELT)) (-3049 (((-1190) $) 18 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 11 T ELT) (((-1208) $) 8 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 15 T ELT)))
-(((-1295 |#1|) (-13 (-1132) (-632 (-1208)) (-10 -8 (-15 -2539 ((-1208) $)) (-15 -2129 ((-1208))))) (-1208)) (T -1295))
-((-2539 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1295 *3)) (-14 *3 *2))) (-2129 (*1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1295 *3)) (-14 *3 *2))))
-(-13 (-1132) (-632 (-1208)) (-10 -8 (-15 -2539 ((-1208) $)) (-15 -2129 ((-1208)))))
-((-2591 (($ (-793)) 19 T ELT)) (-2522 (((-711 |#2|) $ $) 41 T ELT)) (-1586 ((|#2| $) 51 T ELT)) (-4474 ((|#2| $) 50 T ELT)) (-3491 ((|#2| $ $) 36 T ELT)) (-3996 (($ $ $) 47 T ELT)) (-2426 (($ $) 23 T ELT) (($ $ $) 29 T ELT)) (-2413 (($ $ $) 15 T ELT)) (* (($ (-560) $) 26 T ELT) (($ |#2| $) 32 T ELT) (($ $ |#2|) 31 T ELT)))
-(((-1296 |#1| |#2|) (-10 -8 (-15 -1586 (|#2| |#1|)) (-15 -4474 (|#2| |#1|)) (-15 -3996 (|#1| |#1| |#1|)) (-15 -2522 ((-711 |#2|) |#1| |#1|)) (-15 -3491 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 -2591 (|#1| (-793))) (-15 -2413 (|#1| |#1| |#1|))) (-1297 |#2|) (-1248)) (T -1296))
-NIL
-(-10 -8 (-15 -1586 (|#2| |#1|)) (-15 -4474 (|#2| |#1|)) (-15 -3996 (|#1| |#1| |#1|)) (-15 -2522 ((-711 |#2|) |#1| |#1|)) (-15 -3491 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -2426 (|#1| |#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 -2591 (|#1| (-793))) (-15 -2413 (|#1| |#1| |#1|)))
-((-2294 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-2591 (($ (-793)) 124 (|has| |#1| (-23)) ELT)) (-3303 (((-1304) $ (-560) (-560)) 47 (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) 110 T ELT) (((-114) $) 104 (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) 101 (|has| $ (-6 -4510)) ELT) (($ $) 100 (-12 (|has| |#1| (-871)) (|has| $ (-6 -4510))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) 111 T ELT) (($ $) 105 (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) 8 T ELT)) (-2696 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) 67 (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4509)) ELT)) (-3366 (($) 7 T CONST)) (-4318 (($ $) 102 (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) 112 T ELT)) (-2885 (($ $) 87 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2025 (($ |#1| $) 86 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) 58 T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) 109 T ELT) (((-560) |#1| $) 108 (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) 107 (|has| |#1| (-1132)) ELT)) (-1559 (((-663 |#1|) $) 33 (|has| $ (-6 -4509)) ELT)) (-2522 (((-711 |#1|) $ $) 117 (|has| |#1| (-1080)) ELT)) (-2531 (($ (-793) |#1|) 77 T ELT)) (-1456 (((-114) $ (-793)) 9 T ELT)) (-2932 (((-560) $) 50 (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) 94 (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) 113 T ELT) (($ $ $) 106 (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-3213 (((-560) $) 51 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) 95 (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-1586 ((|#1| $) 114 (-12 (|has| |#1| (-1080)) (|has| |#1| (-1033))) ELT)) (-2020 (((-114) $ (-793)) 10 T ELT)) (-4474 ((|#1| $) 115 (-12 (|has| |#1| (-1080)) (|has| |#1| (-1033))) ELT)) (-3049 (((-1190) $) 25 (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-1936 (((-663 (-560)) $) 53 T ELT)) (-2624 (((-114) (-560) $) 54 T ELT)) (-3139 (((-1151) $) 24 (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) 49 (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-4446 (($ $ |#1|) 48 (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) 14 T ELT)) (-4051 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) 55 T ELT)) (-3868 (((-114) $) 11 T ELT)) (-1423 (($) 12 T ELT)) (-1495 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1265 (-560))) 78 T ELT)) (-3491 ((|#1| $ $) 118 (|has| |#1| (-1080)) ELT)) (-3435 (($ $ (-560)) 71 T ELT) (($ $ (-1265 (-560))) 70 T ELT)) (-3996 (($ $ $) 116 (|has| |#1| (-1080)) ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1132)) (|has| $ (-6 -4509))) ELT)) (-2877 (($ $ $ (-560)) 103 (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) 13 T ELT)) (-4417 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 79 T ELT)) (-4357 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-2539 (((-887) $) 20 (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) 96 (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) 98 (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) 97 (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) 99 (|has| |#1| (-871)) ELT)) (-2426 (($ $) 123 (|has| |#1| (-21)) ELT) (($ $ $) 122 (|has| |#1| (-21)) ELT)) (-2413 (($ $ $) 125 (|has| |#1| (-25)) ELT)) (* (($ (-560) $) 121 (|has| |#1| (-21)) ELT) (($ |#1| $) 120 (|has| |#1| (-748)) ELT) (($ $ |#1|) 119 (|has| |#1| (-748)) ELT)) (-2305 (((-793) $) 6 (|has| $ (-6 -4509)) ELT)))
-(((-1297 |#1|) (-142) (-1248)) (T -1297))
-((-2413 (*1 *1 *1 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-25)))) (-2591 (*1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1297 *3)) (-4 *3 (-23)) (-4 *3 (-1248)))) (-2426 (*1 *1 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-21)))) (-2426 (*1 *1 *1 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-4 *1 (-1297 *3)) (-4 *3 (-1248)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-748)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-748)))) (-3491 (*1 *2 *1 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-1080)))) (-2522 (*1 *2 *1 *1) (-12 (-4 *1 (-1297 *3)) (-4 *3 (-1248)) (-4 *3 (-1080)) (-5 *2 (-711 *3)))) (-3996 (*1 *1 *1 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-1080)))) (-4474 (*1 *2 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-1033)) (-4 *2 (-1080)))) (-1586 (*1 *2 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-1033)) (-4 *2 (-1080)))))
-(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -2413 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -2591 ($ (-793))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -2426 ($ $)) (-15 -2426 ($ $ $)) (-15 * ($ (-560) $))) |%noBranch|) (IF (|has| |t#1| (-748)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1080)) (PROGN (-15 -3491 (|t#1| $ $)) (-15 -2522 ((-711 |t#1|) $ $)) (-15 -3996 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-1033)) (IF (|has| |t#1| (-1080)) (PROGN (-15 -4474 (|t#1| $)) (-15 -1586 (|t#1| $))) |%noBranch|) |%noBranch|)))
-(((-34) . T) ((-102) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-102))) ((-632 (-887)) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871)) (|has| |#1| (-632 (-887)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1265 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-385 |#1|) . T) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ((-673 |#1|) . T) ((-19 |#1|) . T) ((-871) |has| |#1| (-871)) ((-874) |has| |#1| (-871)) ((-1132) -2191 (|has| |#1| (-1132)) (|has| |#1| (-871))) ((-1248) . T))
-((-2294 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2591 (($ (-793)) NIL (|has| |#1| (-23)) ELT)) (-2445 (($ (-663 |#1|)) 11 T ELT)) (-3303 (((-1304) $ (-560) (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2280 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-871)) ELT)) (-3119 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-871))) ELT)) (-3334 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-871)) ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-2696 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| $ (-1265 (-560)) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3606 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3366 (($) NIL T CONST)) (-4318 (($ $) NIL (|has| $ (-6 -4510)) ELT)) (-4071 (($ $) NIL T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2025 (($ |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2108 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4509)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3472 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-3393 ((|#1| $ (-560)) NIL T ELT)) (-2533 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1132)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1132)) ELT)) (-1559 (((-663 |#1|) $) 16 (|has| $ (-6 -4509)) ELT)) (-2522 (((-711 |#1|) $ $) NIL (|has| |#1| (-1080)) ELT)) (-2531 (($ (-793) |#1|) NIL T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2932 (((-560) $) NIL (|has| (-560) (-871)) ELT)) (-2006 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-4246 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-2559 (((-663 |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3213 (((-560) $) 12 (|has| (-560) (-871)) ELT)) (-2718 (($ $ $) NIL (|has| |#1| (-871)) ELT)) (-3459 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-1586 ((|#1| $) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1080))) ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-4474 ((|#1| $) NIL (-12 (|has| |#1| (-1033)) (|has| |#1| (-1080))) ELT)) (-3049 (((-1190) $) NIL (|has| |#1| (-1132)) ELT)) (-1726 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-1936 (((-663 (-560)) $) NIL T ELT)) (-2624 (((-114) (-560) $) NIL T ELT)) (-3139 (((-1151) $) NIL (|has| |#1| (-1132)) ELT)) (-3794 ((|#1| $) NIL (|has| (-560) (-871)) ELT)) (-3327 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-4446 (($ $ |#1|) NIL (|has| $ (-6 -4510)) ELT)) (-2667 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-4051 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-3155 (((-663 |#1|) $) NIL T ELT)) (-3868 (((-114) $) NIL T ELT)) (-1423 (($) NIL T ELT)) (-1495 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3491 ((|#1| $ $) NIL (|has| |#1| (-1080)) ELT)) (-3435 (($ $ (-560)) NIL T ELT) (($ $ (-1265 (-560))) NIL T ELT)) (-3996 (($ $ $) NIL (|has| |#1| (-1080)) ELT)) (-3150 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#1| (-1132))) ELT)) (-2877 (($ $ $ (-560)) NIL (|has| $ (-6 -4510)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) 20 (|has| |#1| (-633 (-549))) ELT)) (-2548 (($ (-663 |#1|)) 10 T ELT)) (-4357 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-2539 (((-887) $) NIL (|has| |#1| (-632 (-887))) ELT)) (-3860 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-1657 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2383 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2360 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2329 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2372 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2349 (((-114) $ $) NIL (|has| |#1| (-871)) ELT)) (-2426 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-2413 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-560) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-748)) ELT) (($ $ |#1|) NIL (|has| |#1| (-748)) ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1298 |#1|) (-13 (-1297 |#1|) (-10 -8 (-15 -2445 ($ (-663 |#1|))))) (-1248)) (T -1298))
-((-2445 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-1298 *3)))))
-(-13 (-1297 |#1|) (-10 -8 (-15 -2445 ($ (-663 |#1|)))))
-((-3065 (((-1298 |#2|) (-1 |#2| |#1| |#2|) (-1298 |#1|) |#2|) 13 T ELT)) (-2108 ((|#2| (-1 |#2| |#1| |#2|) (-1298 |#1|) |#2|) 15 T ELT)) (-2067 (((-3 (-1298 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1298 |#1|)) 30 T ELT) (((-1298 |#2|) (-1 |#2| |#1|) (-1298 |#1|)) 18 T ELT)))
-(((-1299 |#1| |#2|) (-10 -7 (-15 -3065 ((-1298 |#2|) (-1 |#2| |#1| |#2|) (-1298 |#1|) |#2|)) (-15 -2108 (|#2| (-1 |#2| |#1| |#2|) (-1298 |#1|) |#2|)) (-15 -2067 ((-1298 |#2|) (-1 |#2| |#1|) (-1298 |#1|))) (-15 -2067 ((-3 (-1298 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1298 |#1|)))) (-1248) (-1248)) (T -1299))
-((-2067 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1298 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1298 *6)) (-5 *1 (-1299 *5 *6)))) (-2067 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1298 *5)) (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1298 *6)) (-5 *1 (-1299 *5 *6)))) (-2108 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1298 *5)) (-4 *5 (-1248)) (-4 *2 (-1248)) (-5 *1 (-1299 *5 *2)))) (-3065 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1298 *6)) (-4 *6 (-1248)) (-4 *5 (-1248)) (-5 *2 (-1298 *5)) (-5 *1 (-1299 *6 *5)))))
-(-10 -7 (-15 -3065 ((-1298 |#2|) (-1 |#2| |#1| |#2|) (-1298 |#1|) |#2|)) (-15 -2108 (|#2| (-1 |#2| |#1| |#2|) (-1298 |#1|) |#2|)) (-15 -2067 ((-1298 |#2|) (-1 |#2| |#1|) (-1298 |#1|))) (-15 -2067 ((-3 (-1298 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1298 |#1|))))
-((-4117 (((-482) (-663 (-663 (-972 (-229)))) (-663 (-270))) 22 T ELT) (((-482) (-663 (-663 (-972 (-229))))) 21 T ELT) (((-482) (-663 (-663 (-972 (-229)))) (-898) (-898) (-948) (-663 (-270))) 20 T ELT)) (-2447 (((-1301) (-663 (-663 (-972 (-229)))) (-663 (-270))) 30 T ELT) (((-1301) (-663 (-663 (-972 (-229)))) (-898) (-898) (-948) (-663 (-270))) 29 T ELT)) (-2539 (((-1301) (-482)) 46 T ELT)))
-(((-1300) (-10 -7 (-15 -4117 ((-482) (-663 (-663 (-972 (-229)))) (-898) (-898) (-948) (-663 (-270)))) (-15 -4117 ((-482) (-663 (-663 (-972 (-229)))))) (-15 -4117 ((-482) (-663 (-663 (-972 (-229)))) (-663 (-270)))) (-15 -2447 ((-1301) (-663 (-663 (-972 (-229)))) (-898) (-898) (-948) (-663 (-270)))) (-15 -2447 ((-1301) (-663 (-663 (-972 (-229)))) (-663 (-270)))) (-15 -2539 ((-1301) (-482))))) (T -1300))
-((-2539 (*1 *2 *3) (-12 (-5 *3 (-482)) (-5 *2 (-1301)) (-5 *1 (-1300)))) (-2447 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-1300)))) (-2447 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-898)) (-5 *5 (-948)) (-5 *6 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-1300)))) (-4117 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-663 (-270))) (-5 *2 (-482)) (-5 *1 (-1300)))) (-4117 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *2 (-482)) (-5 *1 (-1300)))) (-4117 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-898)) (-5 *5 (-948)) (-5 *6 (-663 (-270))) (-5 *2 (-482)) (-5 *1 (-1300)))))
-(-10 -7 (-15 -4117 ((-482) (-663 (-663 (-972 (-229)))) (-898) (-898) (-948) (-663 (-270)))) (-15 -4117 ((-482) (-663 (-663 (-972 (-229)))))) (-15 -4117 ((-482) (-663 (-663 (-972 (-229)))) (-663 (-270)))) (-15 -2447 ((-1301) (-663 (-663 (-972 (-229)))) (-898) (-898) (-948) (-663 (-270)))) (-15 -2447 ((-1301) (-663 (-663 (-972 (-229)))) (-663 (-270)))) (-15 -2539 ((-1301) (-482))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3978 (((-1190) $ (-1190)) 107 T ELT) (((-1190) $ (-1190) (-1190)) 105 T ELT) (((-1190) $ (-1190) (-663 (-1190))) 104 T ELT)) (-2886 (($) 69 T ELT)) (-2200 (((-1304) $ (-482) (-948)) 54 T ELT)) (-3286 (((-1304) $ (-948) (-1190)) 89 T ELT) (((-1304) $ (-948) (-898)) 90 T ELT)) (-3219 (((-1304) $ (-948) (-391) (-391)) 57 T ELT)) (-4445 (((-1304) $ (-1190)) 84 T ELT)) (-4070 (((-1304) $ (-948) (-1190)) 94 T ELT)) (-2069 (((-1304) $ (-948) (-391) (-391)) 58 T ELT)) (-1379 (((-1304) $ (-948) (-948)) 55 T ELT)) (-3954 (((-1304) $) 85 T ELT)) (-3405 (((-1304) $ (-948) (-1190)) 93 T ELT)) (-3646 (((-1304) $ (-482) (-948)) 41 T ELT)) (-3135 (((-1304) $ (-948) (-1190)) 92 T ELT)) (-3354 (((-663 (-270)) $) 29 T ELT) (($ $ (-663 (-270))) 30 T ELT)) (-1819 (((-1304) $ (-793) (-793)) 52 T ELT)) (-3464 (($ $) 70 T ELT) (($ (-482) (-663 (-270))) 71 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3818 (((-560) $) 48 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3914 (((-1298 (-3 (-482) "undefined")) $) 47 T ELT)) (-1820 (((-1298 (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -3135 (-560)) (|:| -3146 (-560)) (|:| |spline| (-560)) (|:| -3086 (-560)) (|:| |axesColor| (-898)) (|:| -3286 (-560)) (|:| |unitsColor| (-898)) (|:| |showing| (-560)))) $) 46 T ELT)) (-2777 (((-1304) $ (-948) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-898) (-560) (-898) (-560)) 83 T ELT)) (-3987 (((-663 (-972 (-229))) $) NIL T ELT)) (-2550 (((-482) $ (-948)) 43 T ELT)) (-1639 (((-1304) $ (-793) (-793) (-948) (-948)) 50 T ELT)) (-1399 (((-1304) $ (-1190)) 95 T ELT)) (-3146 (((-1304) $ (-948) (-1190)) 91 T ELT)) (-2539 (((-887) $) 102 T ELT)) (-1853 (((-1304) $) 96 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3086 (((-1304) $ (-948) (-1190)) 87 T ELT) (((-1304) $ (-948) (-898)) 88 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1301) (-13 (-1132) (-10 -8 (-15 -3987 ((-663 (-972 (-229))) $)) (-15 -2886 ($)) (-15 -3464 ($ $)) (-15 -3354 ((-663 (-270)) $)) (-15 -3354 ($ $ (-663 (-270)))) (-15 -3464 ($ (-482) (-663 (-270)))) (-15 -2777 ((-1304) $ (-948) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-898) (-560) (-898) (-560))) (-15 -1820 ((-1298 (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -3135 (-560)) (|:| -3146 (-560)) (|:| |spline| (-560)) (|:| -3086 (-560)) (|:| |axesColor| (-898)) (|:| -3286 (-560)) (|:| |unitsColor| (-898)) (|:| |showing| (-560)))) $)) (-15 -3914 ((-1298 (-3 (-482) "undefined")) $)) (-15 -4445 ((-1304) $ (-1190))) (-15 -3646 ((-1304) $ (-482) (-948))) (-15 -2550 ((-482) $ (-948))) (-15 -3086 ((-1304) $ (-948) (-1190))) (-15 -3086 ((-1304) $ (-948) (-898))) (-15 -3286 ((-1304) $ (-948) (-1190))) (-15 -3286 ((-1304) $ (-948) (-898))) (-15 -3135 ((-1304) $ (-948) (-1190))) (-15 -3405 ((-1304) $ (-948) (-1190))) (-15 -3146 ((-1304) $ (-948) (-1190))) (-15 -1399 ((-1304) $ (-1190))) (-15 -1853 ((-1304) $)) (-15 -1639 ((-1304) $ (-793) (-793) (-948) (-948))) (-15 -2069 ((-1304) $ (-948) (-391) (-391))) (-15 -3219 ((-1304) $ (-948) (-391) (-391))) (-15 -4070 ((-1304) $ (-948) (-1190))) (-15 -1819 ((-1304) $ (-793) (-793))) (-15 -2200 ((-1304) $ (-482) (-948))) (-15 -1379 ((-1304) $ (-948) (-948))) (-15 -3978 ((-1190) $ (-1190))) (-15 -3978 ((-1190) $ (-1190) (-1190))) (-15 -3978 ((-1190) $ (-1190) (-663 (-1190)))) (-15 -3954 ((-1304) $)) (-15 -3818 ((-560) $)) (-15 -2539 ((-887) $))))) (T -1301))
-((-2539 (*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-1301)))) (-3987 (*1 *2 *1) (-12 (-5 *2 (-663 (-972 (-229)))) (-5 *1 (-1301)))) (-2886 (*1 *1) (-5 *1 (-1301))) (-3464 (*1 *1 *1) (-5 *1 (-1301))) (-3354 (*1 *2 *1) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1301)))) (-3354 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1301)))) (-3464 (*1 *1 *2 *3) (-12 (-5 *2 (-482)) (-5 *3 (-663 (-270))) (-5 *1 (-1301)))) (-2777 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-948)) (-5 *4 (-229)) (-5 *5 (-560)) (-5 *6 (-898)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-1820 (*1 *2 *1) (-12 (-5 *2 (-1298 (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -3135 (-560)) (|:| -3146 (-560)) (|:| |spline| (-560)) (|:| -3086 (-560)) (|:| |axesColor| (-898)) (|:| -3286 (-560)) (|:| |unitsColor| (-898)) (|:| |showing| (-560))))) (-5 *1 (-1301)))) (-3914 (*1 *2 *1) (-12 (-5 *2 (-1298 (-3 (-482) "undefined"))) (-5 *1 (-1301)))) (-4445 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3646 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-482)) (-5 *4 (-948)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-2550 (*1 *2 *1 *3) (-12 (-5 *3 (-948)) (-5 *2 (-482)) (-5 *1 (-1301)))) (-3086 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3086 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-898)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3286 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3286 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-898)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3135 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3405 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3146 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-1399 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-1853 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1301)))) (-1639 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-793)) (-5 *4 (-948)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-2069 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-948)) (-5 *4 (-391)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3219 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-948)) (-5 *4 (-391)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-4070 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-1819 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-2200 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-482)) (-5 *4 (-948)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-1379 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3978 (*1 *2 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1301)))) (-3978 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1301)))) (-3978 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-1190)) (-5 *1 (-1301)))) (-3954 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1301)))) (-3818 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1301)))))
-(-13 (-1132) (-10 -8 (-15 -3987 ((-663 (-972 (-229))) $)) (-15 -2886 ($)) (-15 -3464 ($ $)) (-15 -3354 ((-663 (-270)) $)) (-15 -3354 ($ $ (-663 (-270)))) (-15 -3464 ($ (-482) (-663 (-270)))) (-15 -2777 ((-1304) $ (-948) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-898) (-560) (-898) (-560))) (-15 -1820 ((-1298 (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -3135 (-560)) (|:| -3146 (-560)) (|:| |spline| (-560)) (|:| -3086 (-560)) (|:| |axesColor| (-898)) (|:| -3286 (-560)) (|:| |unitsColor| (-898)) (|:| |showing| (-560)))) $)) (-15 -3914 ((-1298 (-3 (-482) "undefined")) $)) (-15 -4445 ((-1304) $ (-1190))) (-15 -3646 ((-1304) $ (-482) (-948))) (-15 -2550 ((-482) $ (-948))) (-15 -3086 ((-1304) $ (-948) (-1190))) (-15 -3086 ((-1304) $ (-948) (-898))) (-15 -3286 ((-1304) $ (-948) (-1190))) (-15 -3286 ((-1304) $ (-948) (-898))) (-15 -3135 ((-1304) $ (-948) (-1190))) (-15 -3405 ((-1304) $ (-948) (-1190))) (-15 -3146 ((-1304) $ (-948) (-1190))) (-15 -1399 ((-1304) $ (-1190))) (-15 -1853 ((-1304) $)) (-15 -1639 ((-1304) $ (-793) (-793) (-948) (-948))) (-15 -2069 ((-1304) $ (-948) (-391) (-391))) (-15 -3219 ((-1304) $ (-948) (-391) (-391))) (-15 -4070 ((-1304) $ (-948) (-1190))) (-15 -1819 ((-1304) $ (-793) (-793))) (-15 -2200 ((-1304) $ (-482) (-948))) (-15 -1379 ((-1304) $ (-948) (-948))) (-15 -3978 ((-1190) $ (-1190))) (-15 -3978 ((-1190) $ (-1190) (-1190))) (-15 -3978 ((-1190) $ (-1190) (-663 (-1190)))) (-15 -3954 ((-1304) $)) (-15 -3818 ((-560) $)) (-15 -2539 ((-887) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2265 (((-1304) $ (-391)) 169 T ELT) (((-1304) $ (-391) (-391) (-391)) 170 T ELT)) (-3978 (((-1190) $ (-1190)) 179 T ELT) (((-1190) $ (-1190) (-1190)) 177 T ELT) (((-1190) $ (-1190) (-663 (-1190))) 176 T ELT)) (-2452 (($) 67 T ELT)) (-2446 (((-1304) $ (-391) (-391) (-391) (-391) (-391)) 141 T ELT) (((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) $) 139 T ELT) (((-1304) $ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) 140 T ELT) (((-1304) $ (-560) (-560) (-391) (-391) (-391)) 144 T ELT) (((-1304) $ (-391) (-391)) 145 T ELT) (((-1304) $ (-391) (-391) (-391)) 152 T ELT)) (-1573 (((-391)) 122 T ELT) (((-391) (-391)) 123 T ELT)) (-3029 (((-391)) 117 T ELT) (((-391) (-391)) 119 T ELT)) (-1530 (((-391)) 120 T ELT) (((-391) (-391)) 121 T ELT)) (-3658 (((-391)) 126 T ELT) (((-391) (-391)) 127 T ELT)) (-3332 (((-391)) 124 T ELT) (((-391) (-391)) 125 T ELT)) (-3219 (((-1304) $ (-391) (-391)) 171 T ELT)) (-4445 (((-1304) $ (-1190)) 153 T ELT)) (-4141 (((-1164 (-229)) $) 68 T ELT) (($ $ (-1164 (-229))) 69 T ELT)) (-2121 (((-1304) $ (-1190)) 187 T ELT)) (-3465 (((-1304) $ (-1190)) 188 T ELT)) (-3177 (((-1304) $ (-391) (-391)) 151 T ELT) (((-1304) $ (-560) (-560)) 168 T ELT)) (-1379 (((-1304) $ (-948) (-948)) 160 T ELT)) (-3954 (((-1304) $) 137 T ELT)) (-3420 (((-1304) $ (-1190)) 186 T ELT)) (-1421 (((-1304) $ (-1190)) 134 T ELT)) (-3354 (((-663 (-270)) $) 70 T ELT) (($ $ (-663 (-270))) 71 T ELT)) (-1819 (((-1304) $ (-793) (-793)) 159 T ELT)) (-3358 (((-1304) $ (-793) (-972 (-229))) 193 T ELT)) (-4129 (($ $) 73 T ELT) (($ (-1164 (-229)) (-1190)) 74 T ELT) (($ (-1164 (-229)) (-663 (-270))) 75 T ELT)) (-2918 (((-1304) $ (-391) (-391) (-391)) 131 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3818 (((-560) $) 128 T ELT)) (-4066 (((-1304) $ (-391)) 174 T ELT)) (-1619 (((-1304) $ (-391)) 191 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1603 (((-1304) $ (-391)) 190 T ELT)) (-2980 (((-1304) $ (-1190)) 136 T ELT)) (-1639 (((-1304) $ (-793) (-793) (-948) (-948)) 158 T ELT)) (-2225 (((-1304) $ (-1190)) 133 T ELT)) (-1399 (((-1304) $ (-1190)) 135 T ELT)) (-2870 (((-1304) $ (-159) (-159)) 157 T ELT)) (-2539 (((-887) $) 166 T ELT)) (-1853 (((-1304) $) 138 T ELT)) (-4168 (((-1304) $ (-1190)) 189 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-3086 (((-1304) $ (-1190)) 132 T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1302) (-13 (-1132) (-10 -8 (-15 -3029 ((-391))) (-15 -3029 ((-391) (-391))) (-15 -1530 ((-391))) (-15 -1530 ((-391) (-391))) (-15 -1573 ((-391))) (-15 -1573 ((-391) (-391))) (-15 -3332 ((-391))) (-15 -3332 ((-391) (-391))) (-15 -3658 ((-391))) (-15 -3658 ((-391) (-391))) (-15 -2452 ($)) (-15 -4129 ($ $)) (-15 -4129 ($ (-1164 (-229)) (-1190))) (-15 -4129 ($ (-1164 (-229)) (-663 (-270)))) (-15 -4141 ((-1164 (-229)) $)) (-15 -4141 ($ $ (-1164 (-229)))) (-15 -3358 ((-1304) $ (-793) (-972 (-229)))) (-15 -3354 ((-663 (-270)) $)) (-15 -3354 ($ $ (-663 (-270)))) (-15 -1819 ((-1304) $ (-793) (-793))) (-15 -1379 ((-1304) $ (-948) (-948))) (-15 -4445 ((-1304) $ (-1190))) (-15 -1639 ((-1304) $ (-793) (-793) (-948) (-948))) (-15 -2446 ((-1304) $ (-391) (-391) (-391) (-391) (-391))) (-15 -2446 ((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) $)) (-15 -2446 ((-1304) $ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -2446 ((-1304) $ (-560) (-560) (-391) (-391) (-391))) (-15 -2446 ((-1304) $ (-391) (-391))) (-15 -2446 ((-1304) $ (-391) (-391) (-391))) (-15 -1399 ((-1304) $ (-1190))) (-15 -3086 ((-1304) $ (-1190))) (-15 -2225 ((-1304) $ (-1190))) (-15 -1421 ((-1304) $ (-1190))) (-15 -2980 ((-1304) $ (-1190))) (-15 -3177 ((-1304) $ (-391) (-391))) (-15 -3177 ((-1304) $ (-560) (-560))) (-15 -2265 ((-1304) $ (-391))) (-15 -2265 ((-1304) $ (-391) (-391) (-391))) (-15 -3219 ((-1304) $ (-391) (-391))) (-15 -3420 ((-1304) $ (-1190))) (-15 -1603 ((-1304) $ (-391))) (-15 -1619 ((-1304) $ (-391))) (-15 -2121 ((-1304) $ (-1190))) (-15 -3465 ((-1304) $ (-1190))) (-15 -4168 ((-1304) $ (-1190))) (-15 -2918 ((-1304) $ (-391) (-391) (-391))) (-15 -4066 ((-1304) $ (-391))) (-15 -3954 ((-1304) $)) (-15 -2870 ((-1304) $ (-159) (-159))) (-15 -3978 ((-1190) $ (-1190))) (-15 -3978 ((-1190) $ (-1190) (-1190))) (-15 -3978 ((-1190) $ (-1190) (-663 (-1190)))) (-15 -1853 ((-1304) $)) (-15 -3818 ((-560) $))))) (T -1302))
-((-3029 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-3029 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-1530 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-1530 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-1573 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-1573 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-3332 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-3332 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-3658 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-3658 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))) (-2452 (*1 *1) (-5 *1 (-1302))) (-4129 (*1 *1 *1) (-5 *1 (-1302))) (-4129 (*1 *1 *2 *3) (-12 (-5 *2 (-1164 (-229))) (-5 *3 (-1190)) (-5 *1 (-1302)))) (-4129 (*1 *1 *2 *3) (-12 (-5 *2 (-1164 (-229))) (-5 *3 (-663 (-270))) (-5 *1 (-1302)))) (-4141 (*1 *2 *1) (-12 (-5 *2 (-1164 (-229))) (-5 *1 (-1302)))) (-4141 (*1 *1 *1 *2) (-12 (-5 *2 (-1164 (-229))) (-5 *1 (-1302)))) (-3358 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-972 (-229))) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3354 (*1 *2 *1) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1302)))) (-3354 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1302)))) (-1819 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-1379 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-4445 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-1639 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-793)) (-5 *4 (-948)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2446 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2446 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) (-5 *1 (-1302)))) (-2446 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2446 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-560)) (-5 *4 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2446 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2446 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-1399 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3086 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2225 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-1421 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2980 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3177 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3177 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2265 (*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2265 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3219 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3420 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-1603 (*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-1619 (*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2121 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3465 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-4168 (*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2918 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-4066 (*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3954 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1302)))) (-2870 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-159)) (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3978 (*1 *2 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1302)))) (-3978 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1302)))) (-3978 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-1190)) (-5 *1 (-1302)))) (-1853 (*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1302)))) (-3818 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1302)))))
-(-13 (-1132) (-10 -8 (-15 -3029 ((-391))) (-15 -3029 ((-391) (-391))) (-15 -1530 ((-391))) (-15 -1530 ((-391) (-391))) (-15 -1573 ((-391))) (-15 -1573 ((-391) (-391))) (-15 -3332 ((-391))) (-15 -3332 ((-391) (-391))) (-15 -3658 ((-391))) (-15 -3658 ((-391) (-391))) (-15 -2452 ($)) (-15 -4129 ($ $)) (-15 -4129 ($ (-1164 (-229)) (-1190))) (-15 -4129 ($ (-1164 (-229)) (-663 (-270)))) (-15 -4141 ((-1164 (-229)) $)) (-15 -4141 ($ $ (-1164 (-229)))) (-15 -3358 ((-1304) $ (-793) (-972 (-229)))) (-15 -3354 ((-663 (-270)) $)) (-15 -3354 ($ $ (-663 (-270)))) (-15 -1819 ((-1304) $ (-793) (-793))) (-15 -1379 ((-1304) $ (-948) (-948))) (-15 -4445 ((-1304) $ (-1190))) (-15 -1639 ((-1304) $ (-793) (-793) (-948) (-948))) (-15 -2446 ((-1304) $ (-391) (-391) (-391) (-391) (-391))) (-15 -2446 ((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) $)) (-15 -2446 ((-1304) $ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -2446 ((-1304) $ (-560) (-560) (-391) (-391) (-391))) (-15 -2446 ((-1304) $ (-391) (-391))) (-15 -2446 ((-1304) $ (-391) (-391) (-391))) (-15 -1399 ((-1304) $ (-1190))) (-15 -3086 ((-1304) $ (-1190))) (-15 -2225 ((-1304) $ (-1190))) (-15 -1421 ((-1304) $ (-1190))) (-15 -2980 ((-1304) $ (-1190))) (-15 -3177 ((-1304) $ (-391) (-391))) (-15 -3177 ((-1304) $ (-560) (-560))) (-15 -2265 ((-1304) $ (-391))) (-15 -2265 ((-1304) $ (-391) (-391) (-391))) (-15 -3219 ((-1304) $ (-391) (-391))) (-15 -3420 ((-1304) $ (-1190))) (-15 -1603 ((-1304) $ (-391))) (-15 -1619 ((-1304) $ (-391))) (-15 -2121 ((-1304) $ (-1190))) (-15 -3465 ((-1304) $ (-1190))) (-15 -4168 ((-1304) $ (-1190))) (-15 -2918 ((-1304) $ (-391) (-391) (-391))) (-15 -4066 ((-1304) $ (-391))) (-15 -3954 ((-1304) $)) (-15 -2870 ((-1304) $ (-159) (-159))) (-15 -3978 ((-1190) $ (-1190))) (-15 -3978 ((-1190) $ (-1190) (-1190))) (-15 -3978 ((-1190) $ (-1190) (-663 (-1190)))) (-15 -1853 ((-1304) $)) (-15 -3818 ((-560) $))))
-((-1549 (((-663 (-1190)) (-663 (-1190))) 104 T ELT) (((-663 (-1190))) 96 T ELT)) (-1465 (((-663 (-1190))) 94 T ELT)) (-3607 (((-663 (-948)) (-663 (-948))) 69 T ELT) (((-663 (-948))) 64 T ELT)) (-2222 (((-663 (-793)) (-663 (-793))) 61 T ELT) (((-663 (-793))) 55 T ELT)) (-1563 (((-1304)) 71 T ELT)) (-3059 (((-948) (-948)) 87 T ELT) (((-948)) 86 T ELT)) (-2471 (((-948) (-948)) 85 T ELT) (((-948)) 84 T ELT)) (-2633 (((-898) (-898)) 81 T ELT) (((-898)) 80 T ELT)) (-2080 (((-229)) 91 T ELT) (((-229) (-391)) 93 T ELT)) (-1339 (((-948)) 88 T ELT) (((-948) (-948)) 89 T ELT)) (-2807 (((-948) (-948)) 83 T ELT) (((-948)) 82 T ELT)) (-2473 (((-898) (-898)) 75 T ELT) (((-898)) 73 T ELT)) (-2302 (((-898) (-898)) 77 T ELT) (((-898)) 76 T ELT)) (-2681 (((-898) (-898)) 79 T ELT) (((-898)) 78 T ELT)))
-(((-1303) (-10 -7 (-15 -2473 ((-898))) (-15 -2473 ((-898) (-898))) (-15 -2302 ((-898))) (-15 -2302 ((-898) (-898))) (-15 -2681 ((-898))) (-15 -2681 ((-898) (-898))) (-15 -2633 ((-898))) (-15 -2633 ((-898) (-898))) (-15 -2807 ((-948))) (-15 -2807 ((-948) (-948))) (-15 -2222 ((-663 (-793)))) (-15 -2222 ((-663 (-793)) (-663 (-793)))) (-15 -3607 ((-663 (-948)))) (-15 -3607 ((-663 (-948)) (-663 (-948)))) (-15 -1563 ((-1304))) (-15 -1549 ((-663 (-1190)))) (-15 -1549 ((-663 (-1190)) (-663 (-1190)))) (-15 -1465 ((-663 (-1190)))) (-15 -2471 ((-948))) (-15 -3059 ((-948))) (-15 -2471 ((-948) (-948))) (-15 -3059 ((-948) (-948))) (-15 -1339 ((-948) (-948))) (-15 -1339 ((-948))) (-15 -2080 ((-229) (-391))) (-15 -2080 ((-229))))) (T -1303))
-((-2080 (*1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-1303)))) (-2080 (*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-229)) (-5 *1 (-1303)))) (-1339 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))) (-1339 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))) (-3059 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))) (-2471 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))) (-3059 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))) (-2471 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))) (-1465 (*1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1303)))) (-1549 (*1 *2 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1303)))) (-1549 (*1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1303)))) (-1563 (*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1303)))) (-3607 (*1 *2 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1303)))) (-3607 (*1 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1303)))) (-2222 (*1 *2 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1303)))) (-2222 (*1 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1303)))) (-2807 (*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))) (-2807 (*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))) (-2633 (*1 *2 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))) (-2633 (*1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))) (-2681 (*1 *2 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))) (-2681 (*1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))) (-2302 (*1 *2 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))) (-2302 (*1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))) (-2473 (*1 *2 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))) (-2473 (*1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))))
-(-10 -7 (-15 -2473 ((-898))) (-15 -2473 ((-898) (-898))) (-15 -2302 ((-898))) (-15 -2302 ((-898) (-898))) (-15 -2681 ((-898))) (-15 -2681 ((-898) (-898))) (-15 -2633 ((-898))) (-15 -2633 ((-898) (-898))) (-15 -2807 ((-948))) (-15 -2807 ((-948) (-948))) (-15 -2222 ((-663 (-793)))) (-15 -2222 ((-663 (-793)) (-663 (-793)))) (-15 -3607 ((-663 (-948)))) (-15 -3607 ((-663 (-948)) (-663 (-948)))) (-15 -1563 ((-1304))) (-15 -1549 ((-663 (-1190)))) (-15 -1549 ((-663 (-1190)) (-663 (-1190)))) (-15 -1465 ((-663 (-1190)))) (-15 -2471 ((-948))) (-15 -3059 ((-948))) (-15 -2471 ((-948) (-948))) (-15 -3059 ((-948) (-948))) (-15 -1339 ((-948) (-948))) (-15 -1339 ((-948))) (-15 -2080 ((-229) (-391))) (-15 -2080 ((-229))))
-((-2565 (($) 6 T ELT)) (-2539 (((-887) $) 9 T ELT)))
-(((-1304) (-13 (-632 (-887)) (-10 -8 (-15 -2565 ($))))) (T -1304))
-((-2565 (*1 *1) (-5 *1 (-1304))))
-(-13 (-632 (-887)) (-10 -8 (-15 -2565 ($))))
-((-2436 (($ $ |#2|) 10 T ELT)))
-(((-1305 |#1| |#2|) (-10 -8 (-15 -2436 (|#1| |#1| |#2|))) (-1306 |#2|) (-376)) (T -1305))
-NIL
-(-10 -8 (-15 -2436 (|#1| |#1| |#2|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2328 (((-136)) 38 T ELT)) (-2539 (((-887) $) 13 T ELT)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ |#1|) 39 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
-(((-1306 |#1|) (-142) (-376)) (T -1306))
-((-2436 (*1 *1 *1 *2) (-12 (-4 *1 (-1306 *2)) (-4 *2 (-376)))) (-2328 (*1 *2) (-12 (-4 *1 (-1306 *3)) (-4 *3 (-376)) (-5 *2 (-136)))))
-(-13 (-739 |t#1|) (-10 -8 (-15 -2436 ($ $ |t#1|)) (-15 -2328 ((-136)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1132) . T) ((-1248) . T))
-((-3923 (((-663 (-1241 |#1|)) (-1208) (-1241 |#1|)) 83 T ELT)) (-2307 (((-1186 (-1186 (-975 |#1|))) (-1208) (-1186 (-975 |#1|))) 63 T ELT)) (-2289 (((-1 (-1186 (-1241 |#1|)) (-1186 (-1241 |#1|))) (-793) (-1241 |#1|) (-1186 (-1241 |#1|))) 74 T ELT)) (-2287 (((-1 (-1186 (-975 |#1|)) (-1186 (-975 |#1|))) (-793)) 65 T ELT)) (-4046 (((-1 (-1202 (-975 |#1|)) (-975 |#1|)) (-1208)) 32 T ELT)) (-3410 (((-1 (-1186 (-975 |#1|)) (-1186 (-975 |#1|))) (-793)) 64 T ELT)))
-(((-1307 |#1|) (-10 -7 (-15 -2287 ((-1 (-1186 (-975 |#1|)) (-1186 (-975 |#1|))) (-793))) (-15 -3410 ((-1 (-1186 (-975 |#1|)) (-1186 (-975 |#1|))) (-793))) (-15 -2307 ((-1186 (-1186 (-975 |#1|))) (-1208) (-1186 (-975 |#1|)))) (-15 -4046 ((-1 (-1202 (-975 |#1|)) (-975 |#1|)) (-1208))) (-15 -3923 ((-663 (-1241 |#1|)) (-1208) (-1241 |#1|))) (-15 -2289 ((-1 (-1186 (-1241 |#1|)) (-1186 (-1241 |#1|))) (-793) (-1241 |#1|) (-1186 (-1241 |#1|))))) (-376)) (T -1307))
-((-2289 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-793)) (-4 *6 (-376)) (-5 *4 (-1241 *6)) (-5 *2 (-1 (-1186 *4) (-1186 *4))) (-5 *1 (-1307 *6)) (-5 *5 (-1186 *4)))) (-3923 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-4 *5 (-376)) (-5 *2 (-663 (-1241 *5))) (-5 *1 (-1307 *5)) (-5 *4 (-1241 *5)))) (-4046 (*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1 (-1202 (-975 *4)) (-975 *4))) (-5 *1 (-1307 *4)) (-4 *4 (-376)))) (-2307 (*1 *2 *3 *4) (-12 (-5 *3 (-1208)) (-4 *5 (-376)) (-5 *2 (-1186 (-1186 (-975 *5)))) (-5 *1 (-1307 *5)) (-5 *4 (-1186 (-975 *5))))) (-3410 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-1186 (-975 *4)) (-1186 (-975 *4)))) (-5 *1 (-1307 *4)) (-4 *4 (-376)))) (-2287 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-1186 (-975 *4)) (-1186 (-975 *4)))) (-5 *1 (-1307 *4)) (-4 *4 (-376)))))
-(-10 -7 (-15 -2287 ((-1 (-1186 (-975 |#1|)) (-1186 (-975 |#1|))) (-793))) (-15 -3410 ((-1 (-1186 (-975 |#1|)) (-1186 (-975 |#1|))) (-793))) (-15 -2307 ((-1186 (-1186 (-975 |#1|))) (-1208) (-1186 (-975 |#1|)))) (-15 -4046 ((-1 (-1202 (-975 |#1|)) (-975 |#1|)) (-1208))) (-15 -3923 ((-663 (-1241 |#1|)) (-1208) (-1241 |#1|))) (-15 -2289 ((-1 (-1186 (-1241 |#1|)) (-1186 (-1241 |#1|))) (-793) (-1241 |#1|) (-1186 (-1241 |#1|)))))
-((-1894 (((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|) 80 T ELT)) (-1906 (((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) 79 T ELT)))
-(((-1308 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1906 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))))) (-15 -1894 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|))) (-363) (-1274 |#1|) (-1274 |#2|) (-424 |#2| |#3|)) (T -1308))
-((-1894 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 *3)) (-5 *2 (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-1308 *4 *3 *5 *6)) (-4 *6 (-424 *3 *5)))) (-1906 (*1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 *4)) (-5 *2 (-2 (|:| -1868 (-711 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-711 *4)))) (-5 *1 (-1308 *3 *4 *5 *6)) (-4 *6 (-424 *4 *5)))))
-(-10 -7 (-15 -1906 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))))) (-15 -1894 ((-2 (|:| -1868 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3258 (((-1166) $) 11 T ELT)) (-2832 (((-1166) $) 9 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 17 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1309) (-13 (-1114) (-10 -8 (-15 -2832 ((-1166) $)) (-15 -3258 ((-1166) $))))) (T -1309))
-((-2832 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1309)))) (-3258 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1309)))))
-(-13 (-1114) (-10 -8 (-15 -2832 ((-1166) $)) (-15 -3258 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2109 (((-1166) $) 9 T ELT)) (-2539 (((-887) $) 15 T ELT) (($ (-1213)) NIL T ELT) (((-1213) $) NIL T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)))
-(((-1310) (-13 (-1114) (-10 -8 (-15 -2109 ((-1166) $))))) (T -1310))
-((-2109 (*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1310)))))
-(-13 (-1114) (-10 -8 (-15 -2109 ((-1166) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 58 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 81 T ELT) (($ (-560)) NIL T ELT) (($ |#4|) 65 T ELT) ((|#4| $) 70 T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT)) (-3418 (((-793)) NIL T CONST)) (-3330 (((-1304) (-793)) 16 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 37 T CONST)) (-1439 (($) 84 T CONST)) (-2329 (((-114) $ $) 87 T ELT)) (-2436 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2426 (($ $) 89 T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 63 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 91 T ELT) (($ |#1| $) NIL (|has| |#1| (-175)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT)))
-(((-1311 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1080) (-504 |#4|) (-10 -8 (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2436 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3330 ((-1304) (-793))))) (-1080) (-871) (-815) (-979 |#1| |#3| |#2|) (-663 |#2|) (-663 (-793)) (-793)) (T -1311))
-((-2436 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-376)) (-4 *2 (-1080)) (-4 *3 (-871)) (-4 *4 (-815)) (-14 *6 (-663 *3)) (-5 *1 (-1311 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-979 *2 *4 *3)) (-14 *7 (-663 (-793))) (-14 *8 (-793)))) (-3330 (*1 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-1080)) (-4 *5 (-871)) (-4 *6 (-815)) (-14 *8 (-663 *5)) (-5 *2 (-1304)) (-5 *1 (-1311 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-979 *4 *6 *5)) (-14 *9 (-663 *3)) (-14 *10 *3))))
-(-13 (-1080) (-504 |#4|) (-10 -8 (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2436 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3330 ((-1304) (-793)))))
-((-2294 (((-114) $ $) NIL T ELT)) (-2220 (((-663 (-2 (|:| -1853 $) (|:| -1791 (-663 |#4|)))) (-663 |#4|)) NIL T ELT)) (-3509 (((-663 $) (-663 |#4|)) 96 T ELT)) (-3557 (((-663 |#3|) $) NIL T ELT)) (-3343 (((-114) $) NIL T ELT)) (-3540 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3663 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1370 ((|#4| |#4| $) NIL T ELT)) (-3334 (((-2 (|:| |under| $) (|:| -1654 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3067 (((-114) $ (-793)) NIL T ELT)) (-3606 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT) (((-3 |#4| "failed") $ |#3|) NIL T ELT)) (-3366 (($) NIL T CONST)) (-2244 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2882 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-1982 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2241 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-2906 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 31 T ELT)) (-2485 (((-663 |#4|) (-663 |#4|) $) 28 (|has| |#1| (-571)) ELT)) (-2967 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-1442 (((-3 $ "failed") (-663 |#4|)) NIL T ELT)) (-3056 (($ (-663 |#4|)) NIL T ELT)) (-3806 (((-3 $ "failed") $) 78 T ELT)) (-2206 ((|#4| |#4| $) 83 T ELT)) (-2885 (($ $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-2025 (($ |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-4415 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-2502 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) NIL T ELT)) (-4269 ((|#4| |#4| $) NIL T ELT)) (-2108 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4509)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4509)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1406 (((-2 (|:| -1853 (-663 |#4|)) (|:| -1791 (-663 |#4|))) $) NIL T ELT)) (-1559 (((-663 |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2395 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-3173 ((|#3| $) 84 T ELT)) (-1456 (((-114) $ (-793)) NIL T ELT)) (-2559 (((-663 |#4|) $) 32 (|has| $ (-6 -4509)) ELT)) (-2791 (((-114) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT)) (-3144 (((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 35 T ELT) (((-3 $ "failed") (-663 |#4|)) 38 T ELT)) (-3459 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2067 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-1972 (((-663 |#3|) $) NIL T ELT)) (-3253 (((-114) |#3| $) NIL T ELT)) (-2020 (((-114) $ (-793)) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2045 (((-3 |#4| "failed") $) NIL T ELT)) (-2065 (((-663 |#4|) $) 54 T ELT)) (-2872 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1703 ((|#4| |#4| $) 82 T ELT)) (-2638 (((-114) $ $) 93 T ELT)) (-3665 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-3191 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-1488 ((|#4| |#4| $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3794 (((-3 |#4| "failed") $) 77 T ELT)) (-3327 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-4300 (((-3 $ "failed") $ |#4|) NIL T ELT)) (-2674 (($ $ |#4|) NIL T ELT)) (-2667 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2799 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1132))) ELT)) (-2618 (((-114) $ $) NIL T ELT)) (-3868 (((-114) $) 75 T ELT)) (-1423 (($) 46 T ELT)) (-4283 (((-793) $) NIL T ELT)) (-3150 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4509)) (|has| |#4| (-1132))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-2721 (($ $) NIL T ELT)) (-4417 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT)) (-2548 (($ (-663 |#4|)) NIL T ELT)) (-4299 (($ $ |#3|) NIL T ELT)) (-3912 (($ $ |#3|) NIL T ELT)) (-3396 (($ $) NIL T ELT)) (-1860 (($ $ |#3|) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (((-663 |#4|) $) 63 T ELT)) (-1895 (((-793) $) NIL (|has| |#3| (-381)) ELT)) (-4187 (((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 44 T ELT) (((-3 $ "failed") (-663 |#4|)) 45 T ELT)) (-2001 (((-663 $) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 73 T ELT) (((-663 $) (-663 |#4|)) 74 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-1965 (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 27 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -2765 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-3023 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) NIL T ELT)) (-1657 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4509)) ELT)) (-3486 (((-663 |#3|) $) NIL T ELT)) (-1749 (((-114) |#3| $) NIL T ELT)) (-2329 (((-114) $ $) NIL T ELT)) (-2305 (((-793) $) NIL (|has| $ (-6 -4509)) ELT)))
-(((-1312 |#1| |#2| |#3| |#4|) (-13 (-1243 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3144 ((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3144 ((-3 $ "failed") (-663 |#4|))) (-15 -4187 ((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -4187 ((-3 $ "failed") (-663 |#4|))) (-15 -2001 ((-663 $) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2001 ((-663 $) (-663 |#4|))))) (-571) (-815) (-871) (-1096 |#1| |#2| |#3|)) (T -1312))
-((-3144 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1312 *5 *6 *7 *8)))) (-3144 (*1 *1 *2) (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1312 *3 *4 *5 *6)))) (-4187 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1312 *5 *6 *7 *8)))) (-4187 (*1 *1 *2) (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1312 *3 *4 *5 *6)))) (-2001 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 *9)) (-5 *4 (-1 (-114) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1096 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-815)) (-4 *8 (-871)) (-5 *2 (-663 (-1312 *6 *7 *8 *9))) (-5 *1 (-1312 *6 *7 *8 *9)))) (-2001 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 (-1312 *4 *5 *6 *7))) (-5 *1 (-1312 *4 *5 *6 *7)))))
-(-13 (-1243 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3144 ((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3144 ((-3 $ "failed") (-663 |#4|))) (-15 -4187 ((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -4187 ((-3 $ "failed") (-663 |#4|))) (-15 -2001 ((-663 $) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2001 ((-663 $) (-663 |#4|)))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-3366 (($) 22 T CONST)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 50 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 52 T ELT) (($ |#1| $) 51 T ELT)))
-(((-1313 |#1|) (-142) (-1080)) (T -1313))
-NIL
-(-13 (-1080) (-111 |t#1| |t#1|) (-635 |t#1|) (-10 -7 (IF (|has| |t#1| (-175)) (-6 (-38 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-175)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-748) . T) ((-1082 |#1|) . T) ((-1087 |#1|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T))
-((-2294 (((-114) $ $) 67 T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3797 (((-663 |#1|) $) 52 T ELT)) (-3359 (($ $ (-793)) 46 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-4248 (($ $ (-793)) 24 (|has| |#2| (-175)) ELT) (($ $ $) 25 (|has| |#2| (-175)) ELT)) (-3366 (($) NIL T CONST)) (-3543 (($ $ $) 70 T ELT) (($ $ (-841 |#1|)) 56 T ELT) (($ $ |#1|) 60 T ELT)) (-1442 (((-3 (-841 |#1|) "failed") $) NIL T ELT)) (-3056 (((-841 |#1|) $) NIL T ELT)) (-2474 (($ $) 39 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1912 (((-114) $) NIL T ELT)) (-2789 (($ $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-4002 (($ (-841 |#1|) |#2|) 38 T ELT)) (-1648 (($ $) 40 T ELT)) (-3074 (((-2 (|:| |k| (-841 |#1|)) (|:| |c| |#2|)) $) 12 T ELT)) (-3170 (((-841 |#1|) $) NIL T ELT)) (-4193 (((-841 |#1|) $) 41 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-4216 (($ $ $) 69 T ELT) (($ $ (-841 |#1|)) 58 T ELT) (($ $ |#1|) 62 T ELT)) (-2955 (((-2 (|:| |k| (-841 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2439 (((-841 |#1|) $) 35 T ELT)) (-2450 ((|#2| $) 37 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4283 (((-793) $) 43 T ELT)) (-4489 (((-114) $) 47 T ELT)) (-3721 ((|#2| $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-841 |#1|)) 30 T ELT) (($ |#1|) 31 T ELT) (($ |#2|) NIL T ELT) (($ (-560)) NIL T ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ (-841 |#1|)) NIL T ELT)) (-1398 ((|#2| $ $) 76 T ELT) ((|#2| $ (-841 |#1|)) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 13 T CONST)) (-1439 (($) 19 T CONST)) (-2499 (((-663 (-2 (|:| |k| (-841 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-2329 (((-114) $ $) 44 T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 28 T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-948)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#2| $) 27 T ELT) (($ $ |#2|) 68 T ELT) (($ |#2| (-841 |#1|)) NIL T ELT) (($ |#1| $) 33 T ELT) (($ $ $) NIL T ELT)))
-(((-1314 |#1| |#2|) (-13 (-397 |#2| (-841 |#1|)) (-1321 |#1| |#2|)) (-871) (-1080)) (T -1314))
-NIL
-(-13 (-397 |#2| (-841 |#1|)) (-1321 |#1| |#2|))
-((-1842 ((|#3| |#3| (-793)) 28 T ELT)) (-1920 ((|#3| |#3| (-793)) 34 T ELT)) (-1543 ((|#3| |#3| |#3| (-793)) 35 T ELT)))
-(((-1315 |#1| |#2| |#3|) (-10 -7 (-15 -1920 (|#3| |#3| (-793))) (-15 -1842 (|#3| |#3| (-793))) (-15 -1543 (|#3| |#3| |#3| (-793)))) (-13 (-1080) (-739 (-421 (-560)))) (-871) (-1321 |#2| |#1|)) (T -1315))
-((-1543 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1080) (-739 (-421 (-560))))) (-4 *5 (-871)) (-5 *1 (-1315 *4 *5 *2)) (-4 *2 (-1321 *5 *4)))) (-1842 (*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1080) (-739 (-421 (-560))))) (-4 *5 (-871)) (-5 *1 (-1315 *4 *5 *2)) (-4 *2 (-1321 *5 *4)))) (-1920 (*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1080) (-739 (-421 (-560))))) (-4 *5 (-871)) (-5 *1 (-1315 *4 *5 *2)) (-4 *2 (-1321 *5 *4)))))
-(-10 -7 (-15 -1920 (|#3| |#3| (-793))) (-15 -1842 (|#3| |#3| (-793))) (-15 -1543 (|#3| |#3| |#3| (-793))))
-((-1954 (((-114) $) 15 T ELT)) (-1749 (((-114) $) 14 T ELT)) (-2513 (($ $) 19 T ELT) (($ $ (-793)) 21 T ELT)))
-(((-1316 |#1| |#2|) (-10 -8 (-15 -2513 (|#1| |#1| (-793))) (-15 -2513 (|#1| |#1|)) (-15 -1954 ((-114) |#1|)) (-15 -1749 ((-114) |#1|))) (-1317 |#2|) (-376)) (T -1316))
-NIL
-(-10 -8 (-15 -2513 (|#1| |#1| (-793))) (-15 -2513 (|#1| |#1|)) (-15 -1954 ((-114) |#1|)) (-15 -1749 ((-114) |#1|)))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-4422 (((-2 (|:| -4206 $) (|:| -4496 $) (|:| |associate| $)) $) 52 T ELT)) (-4390 (($ $) 51 T ELT)) (-3873 (((-114) $) 49 T ELT)) (-1954 (((-114) $) 111 T ELT)) (-3591 (((-793)) 107 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-2082 (($ $) 88 T ELT)) (-2326 (((-419 $) $) 87 T ELT)) (-3988 (((-114) $ $) 72 T ELT)) (-3366 (($) 22 T CONST)) (-1442 (((-3 |#1| "failed") $) 118 T ELT)) (-3056 ((|#1| $) 119 T ELT)) (-2242 (($ $ $) 68 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-2254 (($ $ $) 69 T ELT)) (-3552 (((-2 (|:| -1398 (-663 $)) (|:| -3178 $)) (-663 $)) 63 T ELT)) (-1497 (($ $ (-793)) 104 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) 103 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1510 (((-114) $) 86 T ELT)) (-2252 (((-854 (-948)) $) 101 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-1871 (((-114) $) 40 T ELT)) (-2197 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-2433 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-2402 (($ $) 85 T ELT)) (-4309 (((-114) $) 110 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-3296 (((-1202 $) (-1202 $) (-1202 $)) 55 T ELT)) (-2470 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-3388 (((-419 $) $) 89 T ELT)) (-3699 (((-854 (-948))) 108 T ELT)) (-3353 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3178 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-2283 (((-3 $ "failed") $ $) 53 T ELT)) (-1748 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3320 (((-793) $) 71 T ELT)) (-3095 (((-2 (|:| -2010 $) (|:| -4415 $)) $ $) 70 T ELT)) (-2424 (((-3 (-793) "failed") $ $) 102 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2328 (((-136)) 116 T ELT)) (-4283 (((-854 (-948)) $) 109 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ |#1|) 117 T ELT)) (-3187 (((-713 $) $) 100 (-2191 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-3840 (((-114) $ $) 50 T ELT)) (-1749 (((-114) $) 112 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2513 (($ $) 106 (|has| |#1| (-381)) ELT) (($ $ (-793)) 105 (|has| |#1| (-381)) ELT)) (-2329 (((-114) $ $) 8 T ELT)) (-2436 (($ $ $) 80 T ELT) (($ $ |#1|) 115 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT) (($ $ |#1|) 114 T ELT) (($ |#1| $) 113 T ELT)))
-(((-1317 |#1|) (-142) (-376)) (T -1317))
-((-1749 (*1 *2 *1) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-114)))) (-1954 (*1 *2 *1) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-114)))) (-4309 (*1 *2 *1) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-114)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-854 (-948))))) (-3699 (*1 *2) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-854 (-948))))) (-3591 (*1 *2) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-793)))) (-2513 (*1 *1 *1) (-12 (-4 *1 (-1317 *2)) (-4 *2 (-376)) (-4 *2 (-381)))) (-2513 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-4 *3 (-381)))))
-(-13 (-376) (-1069 |t#1|) (-1306 |t#1|) (-10 -8 (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-416)) |%noBranch|) (-15 -1749 ((-114) $)) (-15 -1954 ((-114) $)) (-15 -4309 ((-114) $)) (-15 -4283 ((-854 (-948)) $)) (-15 -3699 ((-854 (-948)))) (-15 -3591 ((-793))) (IF (|has| |t#1| (-381)) (PROGN (-6 (-416)) (-15 -2513 ($ $)) (-15 -2513 ($ $ (-793)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2191 (|has| |#1| (-381)) (|has| |#1| (-147))) ((-149) |has| |#1| (-149)) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) . T) ((-632 (-887)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-416) -2191 (|has| |#1| (-381)) (|has| |#1| (-147))) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 |#1|) . T) ((-739 $) . T) ((-748) . T) ((-950) . T) ((-1069 |#1|) . T) ((-1082 #0#) . T) ((-1082 |#1|) . T) ((-1082 $) . T) ((-1087 #0#) . T) ((-1087 |#1|) . T) ((-1087 $) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1253) . T) ((-1306 |#1|) . T))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3797 (((-663 |#1|) $) 52 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-4248 (($ $ $) 55 (|has| |#2| (-175)) ELT) (($ $ (-793)) 54 (|has| |#2| (-175)) ELT)) (-3366 (($) 22 T CONST)) (-3543 (($ $ |#1|) 66 T ELT) (($ $ (-841 |#1|)) 65 T ELT) (($ $ $) 64 T ELT)) (-1442 (((-3 (-841 |#1|) "failed") $) 76 T ELT)) (-3056 (((-841 |#1|) $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1912 (((-114) $) 57 T ELT)) (-2789 (($ $) 56 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-4045 (((-114) $) 62 T ELT)) (-4002 (($ (-841 |#1|) |#2|) 63 T ELT)) (-1648 (($ $) 61 T ELT)) (-3074 (((-2 (|:| |k| (-841 |#1|)) (|:| |c| |#2|)) $) 72 T ELT)) (-3170 (((-841 |#1|) $) 73 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 53 T ELT)) (-4216 (($ $ |#1|) 69 T ELT) (($ $ (-841 |#1|)) 68 T ELT) (($ $ $) 67 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4489 (((-114) $) 59 T ELT)) (-3721 ((|#2| $) 58 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#2|) 80 T ELT) (($ (-841 |#1|)) 75 T ELT) (($ |#1|) 60 T ELT)) (-1398 ((|#2| $ (-841 |#1|)) 71 T ELT) ((|#2| $ $) 70 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ |#2| $) 79 T ELT) (($ $ |#2|) 78 T ELT) (($ |#1| $) 74 T ELT)))
-(((-1318 |#1| |#2|) (-142) (-871) (-1080)) (T -1318))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1318 *3 *2)) (-4 *3 (-871)) (-4 *2 (-1080)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))) (-3170 (*1 *2 *1) (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *2 (-841 *3)))) (-3074 (*1 *2 *1) (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *2 (-2 (|:| |k| (-841 *3)) (|:| |c| *4))))) (-1398 (*1 *2 *1 *3) (-12 (-5 *3 (-841 *4)) (-4 *1 (-1318 *4 *2)) (-4 *4 (-871)) (-4 *2 (-1080)))) (-1398 (*1 *2 *1 *1) (-12 (-4 *1 (-1318 *3 *2)) (-4 *3 (-871)) (-4 *2 (-1080)))) (-4216 (*1 *1 *1 *2) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))) (-4216 (*1 *1 *1 *2) (-12 (-5 *2 (-841 *3)) (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)))) (-4216 (*1 *1 *1 *1) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))) (-3543 (*1 *1 *1 *2) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))) (-3543 (*1 *1 *1 *2) (-12 (-5 *2 (-841 *3)) (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)))) (-3543 (*1 *1 *1 *1) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))) (-4002 (*1 *1 *2 *3) (-12 (-5 *2 (-841 *4)) (-4 *4 (-871)) (-4 *1 (-1318 *4 *3)) (-4 *3 (-1080)))) (-4045 (*1 *2 *1) (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *2 (-114)))) (-1648 (*1 *1 *1) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))) (-2539 (*1 *1 *2) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))) (-4489 (*1 *2 *1) (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *2 (-114)))) (-3721 (*1 *2 *1) (-12 (-4 *1 (-1318 *3 *2)) (-4 *3 (-871)) (-4 *2 (-1080)))) (-1912 (*1 *2 *1) (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *2 (-114)))) (-2789 (*1 *1 *1) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))) (-4248 (*1 *1 *1 *1) (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)) (-4 *3 (-175)))) (-4248 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-4 *4 (-175)))) (-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *2 (-663 *3)))))
-(-13 (-1080) (-1313 |t#2|) (-1069 (-841 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3170 ((-841 |t#1|) $)) (-15 -3074 ((-2 (|:| |k| (-841 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -1398 (|t#2| $ (-841 |t#1|))) (-15 -1398 (|t#2| $ $)) (-15 -4216 ($ $ |t#1|)) (-15 -4216 ($ $ (-841 |t#1|))) (-15 -4216 ($ $ $)) (-15 -3543 ($ $ |t#1|)) (-15 -3543 ($ $ (-841 |t#1|))) (-15 -3543 ($ $ $)) (-15 -4002 ($ (-841 |t#1|) |t#2|)) (-15 -4045 ((-114) $)) (-15 -1648 ($ $)) (-15 -2539 ($ |t#1|)) (-15 -4489 ((-114) $)) (-15 -3721 (|t#2| $)) (-15 -1912 ((-114) $)) (-15 -2789 ($ $)) (IF (|has| |t#2| (-175)) (PROGN (-15 -4248 ($ $ $)) (-15 -4248 ($ $ (-793)))) |%noBranch|) (-15 -2067 ($ (-1 |t#2| |t#2|) $)) (-15 -3797 ((-663 |t#1|) $)) (IF (|has| |t#2| (-6 -4502)) (-6 -4502) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-175)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 #0=(-841 |#1|)) . T) ((-635 |#2|) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#2|) . T) ((-668 $) . T) ((-670 |#2|) . T) ((-670 $) . T) ((-662 |#2|) |has| |#2| (-175)) ((-739 |#2|) |has| |#2| (-175)) ((-748) . T) ((-1069 #0#) . T) ((-1082 |#2|) . T) ((-1087 |#2|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1313 |#2|) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3797 (((-663 |#1|) $) 97 T ELT)) (-3359 (($ $ (-793)) 101 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-4248 (($ $ $) NIL (|has| |#2| (-175)) ELT) (($ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-3366 (($) NIL T CONST)) (-3543 (($ $ |#1|) NIL T ELT) (($ $ (-841 |#1|)) NIL T ELT) (($ $ $) NIL T ELT)) (-1442 (((-3 (-841 |#1|) "failed") $) NIL T ELT) (((-3 (-918 |#1|) "failed") $) NIL T ELT)) (-3056 (((-841 |#1|) $) NIL T ELT) (((-918 |#1|) $) NIL T ELT)) (-2474 (($ $) 100 T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1912 (((-114) $) 89 T ELT)) (-2789 (($ $) 92 T ELT)) (-4307 (($ $ $ (-793)) 102 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-4002 (($ (-841 |#1|) |#2|) NIL T ELT) (($ (-918 |#1|) |#2|) 28 T ELT)) (-1648 (($ $) 118 T ELT)) (-3074 (((-2 (|:| |k| (-841 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-3170 (((-841 |#1|) $) NIL T ELT)) (-4193 (((-841 |#1|) $) NIL T ELT)) (-2067 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-4216 (($ $ |#1|) NIL T ELT) (($ $ (-841 |#1|)) NIL T ELT) (($ $ $) NIL T ELT)) (-1842 (($ $ (-793)) 111 (|has| |#2| (-739 (-421 (-560)))) ELT)) (-2955 (((-2 (|:| |k| (-918 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2439 (((-918 |#1|) $) 82 T ELT)) (-2450 ((|#2| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-1920 (($ $ (-793)) 108 (|has| |#2| (-739 (-421 (-560)))) ELT)) (-4283 (((-793) $) 98 T ELT)) (-4489 (((-114) $) 83 T ELT)) (-3721 ((|#2| $) 87 T ELT)) (-2539 (((-887) $) 68 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 59 T ELT) (($ (-841 |#1|)) NIL T ELT) (($ |#1|) 70 T ELT) (($ (-918 |#1|)) NIL T ELT) (($ (-686 |#1| |#2|)) 47 T ELT) (((-1314 |#1| |#2|) $) 75 T ELT) (((-1323 |#1| |#2|) $) 80 T ELT)) (-2277 (((-663 |#2|) $) NIL T ELT)) (-2453 ((|#2| $ (-918 |#1|)) NIL T ELT)) (-1398 ((|#2| $ (-841 |#1|)) NIL T ELT) ((|#2| $ $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 21 T CONST)) (-1439 (($) 27 T CONST)) (-2499 (((-663 (-2 (|:| |k| (-918 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-1491 (((-3 (-686 |#1| |#2|) "failed") $) 117 T ELT)) (-2329 (((-114) $ $) 76 T ELT)) (-2426 (($ $) 110 T ELT) (($ $ $) 109 T ELT)) (-2413 (($ $ $) 20 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 48 T ELT) (($ |#2| $) 19 T ELT) (($ $ |#2|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ |#2| (-918 |#1|)) NIL T ELT)))
-(((-1319 |#1| |#2|) (-13 (-1321 |#1| |#2|) (-397 |#2| (-918 |#1|)) (-10 -8 (-15 -2539 ($ (-686 |#1| |#2|))) (-15 -2539 ((-1314 |#1| |#2|) $)) (-15 -2539 ((-1323 |#1| |#2|) $)) (-15 -1491 ((-3 (-686 |#1| |#2|) "failed") $)) (-15 -4307 ($ $ $ (-793))) (IF (|has| |#2| (-739 (-421 (-560)))) (PROGN (-15 -1920 ($ $ (-793))) (-15 -1842 ($ $ (-793)))) |%noBranch|))) (-871) (-175)) (T -1319))
-((-2539 (*1 *1 *2) (-12 (-5 *2 (-686 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)) (-5 *1 (-1319 *3 *4)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-1314 *3 *4)) (-5 *1 (-1319 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-1323 *3 *4)) (-5 *1 (-1319 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)))) (-1491 (*1 *2 *1) (|partial| -12 (-5 *2 (-686 *3 *4)) (-5 *1 (-1319 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)))) (-4307 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1319 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175)))) (-1920 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1319 *3 *4)) (-4 *4 (-739 (-421 (-560)))) (-4 *3 (-871)) (-4 *4 (-175)))) (-1842 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1319 *3 *4)) (-4 *4 (-739 (-421 (-560)))) (-4 *3 (-871)) (-4 *4 (-175)))))
-(-13 (-1321 |#1| |#2|) (-397 |#2| (-918 |#1|)) (-10 -8 (-15 -2539 ($ (-686 |#1| |#2|))) (-15 -2539 ((-1314 |#1| |#2|) $)) (-15 -2539 ((-1323 |#1| |#2|) $)) (-15 -1491 ((-3 (-686 |#1| |#2|) "failed") $)) (-15 -4307 ($ $ $ (-793))) (IF (|has| |#2| (-739 (-421 (-560)))) (PROGN (-15 -1920 ($ $ (-793))) (-15 -1842 ($ $ (-793)))) |%noBranch|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3797 (((-663 (-1208)) $) NIL T ELT)) (-3377 (($ (-1314 (-1208) |#1|)) NIL T ELT)) (-3359 (($ $ (-793)) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-4248 (($ $ $) NIL (|has| |#1| (-175)) ELT) (($ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-3366 (($) NIL T CONST)) (-3543 (($ $ (-1208)) NIL T ELT) (($ $ (-841 (-1208))) NIL T ELT) (($ $ $) NIL T ELT)) (-1442 (((-3 (-841 (-1208)) "failed") $) NIL T ELT)) (-3056 (((-841 (-1208)) $) NIL T ELT)) (-4310 (((-3 $ "failed") $) NIL T ELT)) (-1912 (((-114) $) NIL T ELT)) (-2789 (($ $) NIL T ELT)) (-1871 (((-114) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-4002 (($ (-841 (-1208)) |#1|) NIL T ELT)) (-1648 (($ $) NIL T ELT)) (-3074 (((-2 (|:| |k| (-841 (-1208))) (|:| |c| |#1|)) $) NIL T ELT)) (-3170 (((-841 (-1208)) $) NIL T ELT)) (-4193 (((-841 (-1208)) $) NIL T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-4216 (($ $ (-1208)) NIL T ELT) (($ $ (-841 (-1208))) NIL T ELT) (($ $ $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3563 (((-1314 (-1208) |#1|) $) NIL T ELT)) (-4283 (((-793) $) NIL T ELT)) (-4489 (((-114) $) NIL T ELT)) (-3721 ((|#1| $) NIL T ELT)) (-2539 (((-887) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-841 (-1208))) NIL T ELT) (($ (-1208)) NIL T ELT)) (-1398 ((|#1| $ (-841 (-1208))) NIL T ELT) ((|#1| $ $) NIL T ELT)) (-3418 (((-793)) NIL T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) NIL T CONST)) (-1683 (((-663 (-2 (|:| |k| (-1208)) (|:| |c| $))) $) NIL T ELT)) (-1439 (($) NIL T CONST)) (-2329 (((-114) $ $) NIL T ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) NIL T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-1208) $) NIL T ELT)))
-(((-1320 |#1|) (-13 (-1321 (-1208) |#1|) (-10 -8 (-15 -3563 ((-1314 (-1208) |#1|) $)) (-15 -3377 ($ (-1314 (-1208) |#1|))) (-15 -1683 ((-663 (-2 (|:| |k| (-1208)) (|:| |c| $))) $)))) (-1080)) (T -1320))
-((-3563 (*1 *2 *1) (-12 (-5 *2 (-1314 (-1208) *3)) (-5 *1 (-1320 *3)) (-4 *3 (-1080)))) (-3377 (*1 *1 *2) (-12 (-5 *2 (-1314 (-1208) *3)) (-4 *3 (-1080)) (-5 *1 (-1320 *3)))) (-1683 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |k| (-1208)) (|:| |c| (-1320 *3))))) (-5 *1 (-1320 *3)) (-4 *3 (-1080)))))
-(-13 (-1321 (-1208) |#1|) (-10 -8 (-15 -3563 ((-1314 (-1208) |#1|) $)) (-15 -3377 ($ (-1314 (-1208) |#1|))) (-15 -1683 ((-663 (-2 (|:| |k| (-1208)) (|:| |c| $))) $))))
-((-2294 (((-114) $ $) 7 T ELT)) (-3626 (((-114) $) 21 T ELT)) (-3797 (((-663 |#1|) $) 52 T ELT)) (-3359 (($ $ (-793)) 86 T ELT)) (-2494 (((-3 $ "failed") $ $) 25 T ELT)) (-4248 (($ $ $) 55 (|has| |#2| (-175)) ELT) (($ $ (-793)) 54 (|has| |#2| (-175)) ELT)) (-3366 (($) 22 T CONST)) (-3543 (($ $ |#1|) 66 T ELT) (($ $ (-841 |#1|)) 65 T ELT) (($ $ $) 64 T ELT)) (-1442 (((-3 (-841 |#1|) "failed") $) 76 T ELT)) (-3056 (((-841 |#1|) $) 77 T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1912 (((-114) $) 57 T ELT)) (-2789 (($ $) 56 T ELT)) (-1871 (((-114) $) 40 T ELT)) (-4045 (((-114) $) 62 T ELT)) (-4002 (($ (-841 |#1|) |#2|) 63 T ELT)) (-1648 (($ $) 61 T ELT)) (-3074 (((-2 (|:| |k| (-841 |#1|)) (|:| |c| |#2|)) $) 72 T ELT)) (-3170 (((-841 |#1|) $) 73 T ELT)) (-4193 (((-841 |#1|) $) 88 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 53 T ELT)) (-4216 (($ $ |#1|) 69 T ELT) (($ $ (-841 |#1|)) 68 T ELT) (($ $ $) 67 T ELT)) (-3049 (((-1190) $) 11 T ELT)) (-3139 (((-1151) $) 12 T ELT)) (-4283 (((-793) $) 87 T ELT)) (-4489 (((-114) $) 59 T ELT)) (-3721 ((|#2| $) 58 T ELT)) (-2539 (((-887) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#2|) 80 T ELT) (($ (-841 |#1|)) 75 T ELT) (($ |#1|) 60 T ELT)) (-1398 ((|#2| $ (-841 |#1|)) 71 T ELT) ((|#2| $ $) 70 T ELT)) (-3418 (((-793)) 37 T CONST)) (-3860 (((-114) $ $) 6 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 39 T CONST)) (-2329 (((-114) $ $) 8 T ELT)) (-2426 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2413 (($ $ $) 18 T ELT)) (** (($ $ (-948)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-948) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ |#2| $) 79 T ELT) (($ $ |#2|) 78 T ELT) (($ |#1| $) 74 T ELT)))
-(((-1321 |#1| |#2|) (-142) (-871) (-1080)) (T -1321))
-((-4193 (*1 *2 *1) (-12 (-4 *1 (-1321 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *2 (-841 *3)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-1321 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *2 (-793)))) (-3359 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1321 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)))))
-(-13 (-1318 |t#1| |t#2|) (-10 -8 (-15 -4193 ((-841 |t#1|) $)) (-15 -4283 ((-793) $)) (-15 -3359 ($ $ (-793)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-175)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 #0=(-841 |#1|)) . T) ((-635 |#2|) . T) ((-632 (-887)) . T) ((-668 (-560)) . T) ((-668 |#2|) . T) ((-668 $) . T) ((-670 |#2|) . T) ((-670 $) . T) ((-662 |#2|) |has| |#2| (-175)) ((-739 |#2|) |has| |#2| (-175)) ((-748) . T) ((-1069 #0#) . T) ((-1082 |#2|) . T) ((-1087 |#2|) . T) ((-1080) . T) ((-1088) . T) ((-1143) . T) ((-1132) . T) ((-1248) . T) ((-1313 |#2|) . T) ((-1318 |#1| |#2|) . T))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) NIL T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-3366 (($) NIL T CONST)) (-1442 (((-3 |#2| "failed") $) NIL T ELT)) (-3056 ((|#2| $) NIL T ELT)) (-2474 (($ $) NIL T ELT)) (-4310 (((-3 $ "failed") $) 42 T ELT)) (-1912 (((-114) $) 35 T ELT)) (-2789 (($ $) 37 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-2541 (((-793) $) NIL T ELT)) (-3548 (((-663 $) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-4002 (($ |#2| |#1|) NIL T ELT)) (-3170 ((|#2| $) 24 T ELT)) (-4193 ((|#2| $) 22 T ELT)) (-2067 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2955 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL T ELT)) (-2439 ((|#2| $) NIL T ELT)) (-2450 ((|#1| $) NIL T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4489 (((-114) $) 32 T ELT)) (-3721 ((|#1| $) 33 T ELT)) (-2539 (((-887) $) 65 T ELT) (($ (-560)) 46 T ELT) (($ |#1|) 41 T ELT) (($ |#2|) NIL T ELT)) (-2277 (((-663 |#1|) $) NIL T ELT)) (-2453 ((|#1| $ |#2|) NIL T ELT)) (-1398 ((|#1| $ |#2|) 28 T ELT)) (-3418 (((-793)) 14 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 29 T CONST)) (-1439 (($) 11 T CONST)) (-2499 (((-663 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL T ELT)) (-2329 (((-114) $ $) 30 T ELT)) (-2436 (($ $ |#1|) 67 (|has| |#1| (-376)) ELT)) (-2426 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2413 (($ $ $) 50 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 52 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 51 T ELT) (($ |#1| $) 47 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| |#2|) NIL T ELT)) (-2305 (((-793) $) 16 T ELT)))
-(((-1322 |#1| |#2|) (-13 (-1080) (-1313 |#1|) (-397 |#1| |#2|) (-635 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2305 ((-793) $)) (-15 -4193 (|#2| $)) (-15 -3170 (|#2| $)) (-15 -2474 ($ $)) (-15 -1398 (|#1| $ |#2|)) (-15 -4489 ((-114) $)) (-15 -3721 (|#1| $)) (-15 -1912 ((-114) $)) (-15 -2789 ($ $)) (-15 -2067 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-376)) (-15 -2436 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4502)) (-6 -4502) |%noBranch|) (IF (|has| |#1| (-6 -4506)) (-6 -4506) |%noBranch|) (IF (|has| |#1| (-6 -4507)) (-6 -4507) |%noBranch|))) (-1080) (-868)) (T -1322))
-((* (*1 *1 *1 *2) (-12 (-5 *1 (-1322 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-868)))) (-2474 (*1 *1 *1) (-12 (-5 *1 (-1322 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-868)))) (-2067 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-1322 *3 *4)) (-4 *4 (-868)))) (-2305 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1322 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-868)))) (-4193 (*1 *2 *1) (-12 (-4 *2 (-868)) (-5 *1 (-1322 *3 *2)) (-4 *3 (-1080)))) (-3170 (*1 *2 *1) (-12 (-4 *2 (-868)) (-5 *1 (-1322 *3 *2)) (-4 *3 (-1080)))) (-1398 (*1 *2 *1 *3) (-12 (-4 *2 (-1080)) (-5 *1 (-1322 *2 *3)) (-4 *3 (-868)))) (-4489 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1322 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-868)))) (-3721 (*1 *2 *1) (-12 (-4 *2 (-1080)) (-5 *1 (-1322 *2 *3)) (-4 *3 (-868)))) (-1912 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1322 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-868)))) (-2789 (*1 *1 *1) (-12 (-5 *1 (-1322 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-868)))) (-2436 (*1 *1 *1 *2) (-12 (-5 *1 (-1322 *2 *3)) (-4 *2 (-376)) (-4 *2 (-1080)) (-4 *3 (-868)))))
-(-13 (-1080) (-1313 |#1|) (-397 |#1| |#2|) (-635 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2305 ((-793) $)) (-15 -4193 (|#2| $)) (-15 -3170 (|#2| $)) (-15 -2474 ($ $)) (-15 -1398 (|#1| $ |#2|)) (-15 -4489 ((-114) $)) (-15 -3721 (|#1| $)) (-15 -1912 ((-114) $)) (-15 -2789 ($ $)) (-15 -2067 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-376)) (-15 -2436 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4502)) (-6 -4502) |%noBranch|) (IF (|has| |#1| (-6 -4506)) (-6 -4506) |%noBranch|) (IF (|has| |#1| (-6 -4507)) (-6 -4507) |%noBranch|)))
-((-2294 (((-114) $ $) 27 T ELT)) (-3626 (((-114) $) NIL T ELT)) (-3797 (((-663 |#1|) $) 132 T ELT)) (-3377 (($ (-1314 |#1| |#2|)) 50 T ELT)) (-3359 (($ $ (-793)) 38 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-4248 (($ $ $) 54 (|has| |#2| (-175)) ELT) (($ $ (-793)) 52 (|has| |#2| (-175)) ELT)) (-3366 (($) NIL T CONST)) (-3543 (($ $ |#1|) 114 T ELT) (($ $ (-841 |#1|)) 115 T ELT) (($ $ $) 26 T ELT)) (-1442 (((-3 (-841 |#1|) "failed") $) NIL T ELT)) (-3056 (((-841 |#1|) $) NIL T ELT)) (-4310 (((-3 $ "failed") $) 122 T ELT)) (-1912 (((-114) $) 117 T ELT)) (-2789 (($ $) 118 T ELT)) (-1871 (((-114) $) NIL T ELT)) (-4045 (((-114) $) NIL T ELT)) (-4002 (($ (-841 |#1|) |#2|) 20 T ELT)) (-1648 (($ $) NIL T ELT)) (-3074 (((-2 (|:| |k| (-841 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-3170 (((-841 |#1|) $) 123 T ELT)) (-4193 (((-841 |#1|) $) 126 T ELT)) (-2067 (($ (-1 |#2| |#2|) $) 131 T ELT)) (-4216 (($ $ |#1|) 112 T ELT) (($ $ (-841 |#1|)) 113 T ELT) (($ $ $) 62 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-3563 (((-1314 |#1| |#2|) $) 94 T ELT)) (-4283 (((-793) $) 129 T ELT)) (-4489 (((-114) $) 81 T ELT)) (-3721 ((|#2| $) 32 T ELT)) (-2539 (((-887) $) 73 T ELT) (($ (-560)) 87 T ELT) (($ |#2|) 85 T ELT) (($ (-841 |#1|)) 18 T ELT) (($ |#1|) 84 T ELT)) (-1398 ((|#2| $ (-841 |#1|)) 116 T ELT) ((|#2| $ $) 28 T ELT)) (-3418 (((-793)) 120 T CONST)) (-3860 (((-114) $ $) NIL T ELT)) (-1427 (($) 15 T CONST)) (-1683 (((-663 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59 T ELT)) (-1439 (($) 33 T CONST)) (-2329 (((-114) $ $) 14 T ELT)) (-2426 (($ $) 98 T ELT) (($ $ $) 101 T ELT)) (-2413 (($ $ $) 61 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 55 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) 53 T ELT) (($ (-560) $) 106 T ELT) (($ $ $) 22 T ELT) (($ |#2| $) 19 T ELT) (($ $ |#2|) 21 T ELT) (($ |#1| $) 92 T ELT)))
-(((-1323 |#1| |#2|) (-13 (-1321 |#1| |#2|) (-10 -8 (-15 -3563 ((-1314 |#1| |#2|) $)) (-15 -3377 ($ (-1314 |#1| |#2|))) (-15 -1683 ((-663 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-871) (-1080)) (T -1323))
-((-3563 (*1 *2 *1) (-12 (-5 *2 (-1314 *3 *4)) (-5 *1 (-1323 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)))) (-3377 (*1 *1 *2) (-12 (-5 *2 (-1314 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)) (-5 *1 (-1323 *3 *4)))) (-1683 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |k| *3) (|:| |c| (-1323 *3 *4))))) (-5 *1 (-1323 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)))))
-(-13 (-1321 |#1| |#2|) (-10 -8 (-15 -3563 ((-1314 |#1| |#2|) $)) (-15 -3377 ($ (-1314 |#1| |#2|))) (-15 -1683 ((-663 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
-((-2294 (((-114) $ $) NIL T ELT)) (-4013 (($ (-663 (-948))) 10 T ELT)) (-2627 (((-1002) $) 12 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-2539 (((-887) $) 25 T ELT) (($ (-1002)) 14 T ELT) (((-1002) $) 13 T ELT)) (-3860 (((-114) $ $) NIL T ELT)) (-2329 (((-114) $ $) 17 T ELT)))
-(((-1324) (-13 (-1132) (-504 (-1002)) (-10 -8 (-15 -4013 ($ (-663 (-948)))) (-15 -2627 ((-1002) $))))) (T -1324))
-((-4013 (*1 *1 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1324)))) (-2627 (*1 *2 *1) (-12 (-5 *2 (-1002)) (-5 *1 (-1324)))))
-(-13 (-1132) (-504 (-1002)) (-10 -8 (-15 -4013 ($ (-663 (-948)))) (-15 -2627 ((-1002) $))))
-((-3790 (((-663 (-1186 |#1|)) (-1 (-663 (-1186 |#1|)) (-663 (-1186 |#1|))) (-560)) 16 T ELT) (((-1186 |#1|) (-1 (-1186 |#1|) (-1186 |#1|))) 13 T ELT)))
-(((-1325 |#1|) (-10 -7 (-15 -3790 ((-1186 |#1|) (-1 (-1186 |#1|) (-1186 |#1|)))) (-15 -3790 ((-663 (-1186 |#1|)) (-1 (-663 (-1186 |#1|)) (-663 (-1186 |#1|))) (-560)))) (-1248)) (T -1325))
-((-3790 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-663 (-1186 *5)) (-663 (-1186 *5)))) (-5 *4 (-560)) (-5 *2 (-663 (-1186 *5))) (-5 *1 (-1325 *5)) (-4 *5 (-1248)))) (-3790 (*1 *2 *3) (-12 (-5 *3 (-1 (-1186 *4) (-1186 *4))) (-5 *2 (-1186 *4)) (-5 *1 (-1325 *4)) (-4 *4 (-1248)))))
-(-10 -7 (-15 -3790 ((-1186 |#1|) (-1 (-1186 |#1|) (-1186 |#1|)))) (-15 -3790 ((-663 (-1186 |#1|)) (-1 (-663 (-1186 |#1|)) (-663 (-1186 |#1|))) (-560))))
-((-4098 (((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|))) 174 T ELT) (((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114)) 173 T ELT) (((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114)) 172 T ELT) (((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114) (-114)) 171 T ELT) (((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-1077 |#1| |#2|)) 156 T ELT)) (-1843 (((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|))) 85 T ELT) (((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|)) (-114)) 84 T ELT) (((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|)) (-114) (-114)) 83 T ELT)) (-2326 (((-663 (-1177 |#1| (-545 (-888 |#3|)) (-888 |#3|) (-802 |#1| (-888 |#3|)))) (-1077 |#1| |#2|)) 73 T ELT)) (-1737 (((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|))) 140 T ELT) (((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114)) 139 T ELT) (((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114)) 138 T ELT) (((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114) (-114)) 137 T ELT) (((-663 (-663 (-1055 (-421 |#1|)))) (-1077 |#1| |#2|)) 132 T ELT)) (-1874 (((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|))) 145 T ELT) (((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114)) 144 T ELT) (((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114)) 143 T ELT) (((-663 (-663 (-1055 (-421 |#1|)))) (-1077 |#1| |#2|)) 142 T ELT)) (-4417 (((-663 (-802 |#1| (-888 |#3|))) (-1177 |#1| (-545 (-888 |#3|)) (-888 |#3|) (-802 |#1| (-888 |#3|)))) 111 T ELT) (((-1202 (-1055 (-421 |#1|))) (-1202 |#1|)) 102 T ELT) (((-975 (-1055 (-421 |#1|))) (-802 |#1| (-888 |#3|))) 109 T ELT) (((-975 (-1055 (-421 |#1|))) (-975 |#1|)) 107 T ELT) (((-802 |#1| (-888 |#3|)) (-802 |#1| (-888 |#2|))) 33 T ELT)))
-(((-1326 |#1| |#2| |#3|) (-10 -7 (-15 -1843 ((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|)) (-114) (-114))) (-15 -1843 ((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|)) (-114))) (-15 -1843 ((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|)))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-1077 |#1| |#2|))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114) (-114))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-1077 |#1| |#2|))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114) (-114))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)))) (-15 -1874 ((-663 (-663 (-1055 (-421 |#1|)))) (-1077 |#1| |#2|))) (-15 -1874 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114))) (-15 -1874 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114))) (-15 -1874 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)))) (-15 -2326 ((-663 (-1177 |#1| (-545 (-888 |#3|)) (-888 |#3|) (-802 |#1| (-888 |#3|)))) (-1077 |#1| |#2|))) (-15 -4417 ((-802 |#1| (-888 |#3|)) (-802 |#1| (-888 |#2|)))) (-15 -4417 ((-975 (-1055 (-421 |#1|))) (-975 |#1|))) (-15 -4417 ((-975 (-1055 (-421 |#1|))) (-802 |#1| (-888 |#3|)))) (-15 -4417 ((-1202 (-1055 (-421 |#1|))) (-1202 |#1|))) (-15 -4417 ((-663 (-802 |#1| (-888 |#3|))) (-1177 |#1| (-545 (-888 |#3|)) (-888 |#3|) (-802 |#1| (-888 |#3|)))))) (-13 (-870) (-319) (-149) (-1051)) (-663 (-1208)) (-663 (-1208))) (T -1326))
-((-4417 (*1 *2 *3) (-12 (-5 *3 (-1177 *4 (-545 (-888 *6)) (-888 *6) (-802 *4 (-888 *6)))) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-802 *4 (-888 *6)))) (-5 *1 (-1326 *4 *5 *6)) (-14 *5 (-663 (-1208))))) (-4417 (*1 *2 *3) (-12 (-5 *3 (-1202 *4)) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-1202 (-1055 (-421 *4)))) (-5 *1 (-1326 *4 *5 *6)) (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))) (-4417 (*1 *2 *3) (-12 (-5 *3 (-802 *4 (-888 *6))) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *6 (-663 (-1208))) (-5 *2 (-975 (-1055 (-421 *4)))) (-5 *1 (-1326 *4 *5 *6)) (-14 *5 (-663 (-1208))))) (-4417 (*1 *2 *3) (-12 (-5 *3 (-975 *4)) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-975 (-1055 (-421 *4)))) (-5 *1 (-1326 *4 *5 *6)) (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))) (-4417 (*1 *2 *3) (-12 (-5 *3 (-802 *4 (-888 *5))) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *5 (-663 (-1208))) (-5 *2 (-802 *4 (-888 *6))) (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208))))) (-2326 (*1 *2 *3) (-12 (-5 *3 (-1077 *4 *5)) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *5 (-663 (-1208))) (-5 *2 (-663 (-1177 *4 (-545 (-888 *6)) (-888 *6) (-802 *4 (-888 *6))))) (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208))))) (-1874 (*1 *2 *3) (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-663 (-1055 (-421 *4))))) (-5 *1 (-1326 *4 *5 *6)) (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))) (-1874 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7)) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-1874 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7)) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-1874 (*1 *2 *3) (-12 (-5 *3 (-1077 *4 *5)) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *5 (-663 (-1208))) (-5 *2 (-663 (-663 (-1055 (-421 *4))))) (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208))))) (-1737 (*1 *2 *3) (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-663 (-1055 (-421 *4))))) (-5 *1 (-1326 *4 *5 *6)) (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))) (-1737 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7)) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-1737 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7)) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-1737 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7)) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-1737 (*1 *2 *3) (-12 (-5 *3 (-1077 *4 *5)) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *5 (-663 (-1208))) (-5 *2 (-663 (-663 (-1055 (-421 *4))))) (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208))))) (-4098 (*1 *2 *3) (-12 (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-2 (|:| -1528 (-1202 *4)) (|:| -2086 (-663 (-975 *4)))))) (-5 *1 (-1326 *4 *5 *6)) (-5 *3 (-663 (-975 *4))) (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))) (-4098 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5)))))) (-5 *1 (-1326 *5 *6 *7)) (-5 *3 (-663 (-975 *5))) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-4098 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5)))))) (-5 *1 (-1326 *5 *6 *7)) (-5 *3 (-663 (-975 *5))) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-4098 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5)))))) (-5 *1 (-1326 *5 *6 *7)) (-5 *3 (-663 (-975 *5))) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-4098 (*1 *2 *3) (-12 (-5 *3 (-1077 *4 *5)) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *5 (-663 (-1208))) (-5 *2 (-663 (-2 (|:| -1528 (-1202 *4)) (|:| -2086 (-663 (-975 *4)))))) (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208))))) (-1843 (*1 *2 *3) (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-1077 *4 *5))) (-5 *1 (-1326 *4 *5 *6)) (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))) (-1843 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-1077 *5 *6))) (-5 *1 (-1326 *5 *6 *7)) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))) (-1843 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051))) (-5 *2 (-663 (-1077 *5 *6))) (-5 *1 (-1326 *5 *6 *7)) (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208))))))
-(-10 -7 (-15 -1843 ((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|)) (-114) (-114))) (-15 -1843 ((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|)) (-114))) (-15 -1843 ((-663 (-1077 |#1| |#2|)) (-663 (-975 |#1|)))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-1077 |#1| |#2|))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114) (-114))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114) (-114))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)) (-114))) (-15 -4098 ((-663 (-2 (|:| -1528 (-1202 |#1|)) (|:| -2086 (-663 (-975 |#1|))))) (-663 (-975 |#1|)))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-1077 |#1| |#2|))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114) (-114))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114))) (-15 -1737 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)))) (-15 -1874 ((-663 (-663 (-1055 (-421 |#1|)))) (-1077 |#1| |#2|))) (-15 -1874 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114) (-114))) (-15 -1874 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)) (-114))) (-15 -1874 ((-663 (-663 (-1055 (-421 |#1|)))) (-663 (-975 |#1|)))) (-15 -2326 ((-663 (-1177 |#1| (-545 (-888 |#3|)) (-888 |#3|) (-802 |#1| (-888 |#3|)))) (-1077 |#1| |#2|))) (-15 -4417 ((-802 |#1| (-888 |#3|)) (-802 |#1| (-888 |#2|)))) (-15 -4417 ((-975 (-1055 (-421 |#1|))) (-975 |#1|))) (-15 -4417 ((-975 (-1055 (-421 |#1|))) (-802 |#1| (-888 |#3|)))) (-15 -4417 ((-1202 (-1055 (-421 |#1|))) (-1202 |#1|))) (-15 -4417 ((-663 (-802 |#1| (-888 |#3|))) (-1177 |#1| (-545 (-888 |#3|)) (-888 |#3|) (-802 |#1| (-888 |#3|))))))
-((-4298 (((-3 (-1298 (-421 (-560))) "failed") (-1298 |#1|) |#1|) 21 T ELT)) (-3390 (((-114) (-1298 |#1|)) 12 T ELT)) (-2949 (((-3 (-1298 (-560)) "failed") (-1298 |#1|)) 16 T ELT)))
-(((-1327 |#1|) (-10 -7 (-15 -3390 ((-114) (-1298 |#1|))) (-15 -2949 ((-3 (-1298 (-560)) "failed") (-1298 |#1|))) (-15 -4298 ((-3 (-1298 (-421 (-560))) "failed") (-1298 |#1|) |#1|))) (-13 (-1080) (-660 (-560)))) (T -1327))
-((-4298 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 (-560)))) (-5 *2 (-1298 (-421 (-560)))) (-5 *1 (-1327 *4)))) (-2949 (*1 *2 *3) (|partial| -12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 (-560)))) (-5 *2 (-1298 (-560))) (-5 *1 (-1327 *4)))) (-3390 (*1 *2 *3) (-12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 (-560)))) (-5 *2 (-114)) (-5 *1 (-1327 *4)))))
-(-10 -7 (-15 -3390 ((-114) (-1298 |#1|))) (-15 -2949 ((-3 (-1298 (-560)) "failed") (-1298 |#1|))) (-15 -4298 ((-3 (-1298 (-421 (-560))) "failed") (-1298 |#1|) |#1|)))
-((-2294 (((-114) $ $) NIL T ELT)) (-3626 (((-114) $) 12 T ELT)) (-2494 (((-3 $ "failed") $ $) NIL T ELT)) (-1450 (((-793)) 9 T ELT)) (-3366 (($) NIL T CONST)) (-4310 (((-3 $ "failed") $) 57 T ELT)) (-3362 (($) 46 T ELT)) (-1871 (((-114) $) 38 T ELT)) (-2024 (((-713 $) $) 36 T ELT)) (-2608 (((-948) $) 14 T ELT)) (-3049 (((-1190) $) NIL T ELT)) (-2814 (($) 26 T CONST)) (-3998 (($ (-948)) 47 T ELT)) (-3139 (((-1151) $) NIL T ELT)) (-4417 (((-560) $) 16 T ELT)) (-2539 (((-887) $) 21 T ELT) (($ (-560)) 18 T ELT)) (-3418 (((-793)) 10 T CONST)) (-3860 (((-114) $ $) 59 T ELT)) (-1427 (($) 23 T CONST)) (-1439 (($) 25 T CONST)) (-2329 (((-114) $ $) 31 T ELT)) (-2426 (($ $) 50 T ELT) (($ $ $) 44 T ELT)) (-2413 (($ $ $) 29 T ELT)) (** (($ $ (-948)) NIL T ELT) (($ $ (-793)) 52 T ELT)) (* (($ (-948) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 41 T ELT) (($ $ $) 40 T ELT)))
-(((-1328 |#1|) (-13 (-175) (-381) (-633 (-560)) (-1183)) (-948)) (T -1328))
-NIL
-(-13 (-175) (-381) (-633 (-560)) (-1183))
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-((-3 3471983 3471988 3471993 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 3471968 3471973 3471978 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 3471953 3471958 3471963 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 3471938 3471943 3471948 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1328 3470931 3471813 3471890 "ZMOD" 3471895 NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1327 3469967 3470149 3470372 "ZLINDEP" 3470763 NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1326 3459129 3461035 3463007 "ZDSOLVE" 3468097 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1325 3458363 3458516 3458705 "YSTREAM" 3458975 NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1324 3457723 3458032 3458147 "YDIAGRAM" 3458270 T YDIAGRAM (NIL) -8 NIL NIL NIL) (-1323 3455171 3457024 3457228 "XRPOLY" 3457566 NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1322 3451438 3453042 3453617 "XPR" 3454643 NIL XPR (NIL T T) -8 NIL NIL NIL) (-1321 3448769 3450445 3450500 "XPOLYC" 3450788 NIL XPOLYC (NIL T T) -9 NIL 3450901 NIL) (-1320 3446164 3448100 3448304 "XPOLY" 3448600 NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1319 3442110 3444681 3445069 "XPBWPOLY" 3445822 NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1318 3437002 3438581 3438636 "XFALG" 3440808 NIL XFALG (NIL T T) -9 NIL 3441597 NIL) (-1317 3432278 3434978 3435020 "XF" 3435641 NIL XF (NIL T) -9 NIL 3436041 NIL) (-1316 3431875 3431987 3432156 "XF-" 3432161 NIL XF- (NIL T T) -8 NIL NIL NIL) (-1315 3430990 3431112 3431317 "XEXPPKG" 3431767 NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1314 3428731 3430840 3430936 "XDPOLY" 3430941 NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1313 3427386 3428124 3428167 "XALG" 3428172 NIL XALG (NIL T) -9 NIL 3428283 NIL) (-1312 3420296 3425363 3425857 "WUTSET" 3426978 NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1311 3418398 3419348 3419671 "WP" 3420107 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1310 3417946 3418220 3418290 "WHILEAST" 3418350 T WHILEAST (NIL) -8 NIL NIL NIL) (-1309 3417358 3417663 3417757 "WHEREAST" 3417874 T WHEREAST (NIL) -8 NIL NIL NIL) (-1308 3416232 3416442 3416737 "WFFINTBS" 3417155 NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1307 3414100 3414563 3415025 "WEIER" 3415804 NIL WEIER (NIL T) -7 NIL NIL NIL) (-1306 3413024 3413582 3413624 "VSPACE" 3413760 NIL VSPACE (NIL T) -9 NIL 3413834 NIL) (-1305 3412856 3412889 3412980 "VSPACE-" 3412985 NIL VSPACE- (NIL T T) -8 NIL NIL NIL) (-1304 3412653 3412707 3412775 "VOID" 3412810 T VOID (NIL) -8 NIL NIL NIL) (-1303 3408921 3409716 3410453 "VIEWDEF" 3411938 T VIEWDEF (NIL) -7 NIL NIL NIL) (-1302 3397865 3400469 3402642 "VIEW3D" 3406770 T VIEW3D (NIL) -8 NIL NIL NIL) (-1301 3389882 3391776 3393355 "VIEW2D" 3396308 T VIEW2D (NIL) -8 NIL NIL NIL) (-1300 3387982 3388377 3388783 "VIEW" 3389498 T VIEW (NIL) -7 NIL NIL NIL) (-1299 3386535 3386818 3387136 "VECTOR2" 3387712 NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1298 3381441 3386305 3386397 "VECTOR" 3386478 NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1297 3374386 3379145 3379188 "VECTCAT" 3380183 NIL VECTCAT (NIL T) -9 NIL 3380770 NIL) (-1296 3373328 3373654 3374044 "VECTCAT-" 3374049 NIL VECTCAT- (NIL T T) -8 NIL NIL NIL) (-1295 3372734 3372979 3373099 "VARIABLE" 3373243 NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1294 3372667 3372672 3372702 "UTYPE" 3372707 T UTYPE (NIL) -9 NIL NIL NIL) (-1293 3371475 3371651 3371913 "UTSODETL" 3372493 NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1292 3368867 3369375 3369899 "UTSODE" 3371016 NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1291 3358877 3364800 3364843 "UTSCAT" 3365955 NIL UTSCAT (NIL T) -9 NIL 3366713 NIL) (-1290 3356003 3356947 3357936 "UTSCAT-" 3357941 NIL UTSCAT- (NIL T T) -8 NIL NIL NIL) (-1289 3355624 3355673 3355806 "UTS2" 3355954 NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1288 3346941 3353385 3353865 "UTS" 3355202 NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1287 3340808 3343751 3343794 "URAGG" 3345864 NIL URAGG (NIL T) -9 NIL 3346587 NIL) (-1286 3337531 3338610 3339733 "URAGG-" 3339738 NIL URAGG- (NIL T T) -8 NIL NIL NIL) (-1285 3332907 3336166 3336631 "UPXSSING" 3337195 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1284 3325336 3332811 3332883 "UPXSCONS" 3332888 NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1283 3314094 3321538 3321600 "UPXSCCA" 3322174 NIL UPXSCCA (NIL T T) -9 NIL 3322407 NIL) (-1282 3313714 3313817 3313991 "UPXSCCA-" 3313996 NIL UPXSCCA- (NIL T T T) -8 NIL NIL NIL) (-1281 3302372 3309541 3309584 "UPXSCAT" 3310232 NIL UPXSCAT (NIL T) -9 NIL 3310841 NIL) (-1280 3301796 3301881 3302060 "UPXS2" 3302287 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1279 3293288 3301178 3301442 "UPXS" 3301590 NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1278 3291924 3292195 3292546 "UPSQFREE" 3293031 NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1277 3284755 3288190 3288245 "UPSCAT" 3289325 NIL UPSCAT (NIL T T) -9 NIL 3290091 NIL) (-1276 3283911 3284166 3284493 "UPSCAT-" 3284498 NIL UPSCAT- (NIL T T T) -8 NIL NIL NIL) (-1275 3283532 3283581 3283714 "UPOLYC2" 3283862 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1274 3267680 3276659 3276702 "UPOLYC" 3278803 NIL UPOLYC (NIL T) -9 NIL 3280024 NIL) (-1273 3258549 3261448 3264588 "UPOLYC-" 3264593 NIL UPOLYC- (NIL T T) -8 NIL NIL NIL) (-1272 3257870 3257995 3258159 "UPMP" 3258438 NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1271 3257417 3257504 3257643 "UPDIVP" 3257783 NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1270 3255955 3256234 3256550 "UPDECOMP" 3257166 NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1269 3255168 3255298 3255484 "UPCDEN" 3255839 NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1268 3254681 3254756 3254905 "UP2" 3255093 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1267 3245277 3254364 3254493 "UP" 3254600 NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1266 3244482 3244619 3244824 "UNISEG2" 3245120 NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1265 3242835 3243686 3243963 "UNISEG" 3244240 NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1264 3241877 3242075 3242301 "UNIFACT" 3242651 NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1263 3228608 3241781 3241853 "ULSCONS" 3241858 NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1262 3208425 3221688 3221750 "ULSCCAT" 3222388 NIL ULSCCAT (NIL T T) -9 NIL 3222677 NIL) (-1261 3207421 3207720 3208108 "ULSCCAT-" 3208113 NIL ULSCCAT- (NIL T T T) -8 NIL NIL NIL) (-1260 3195876 3202967 3203010 "ULSCAT" 3203873 NIL ULSCAT (NIL T) -9 NIL 3204604 NIL) (-1259 3195300 3195385 3195564 "ULS2" 3195791 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1258 3177131 3194612 3194854 "ULS" 3195116 NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1257 3176050 3176750 3176864 "UINT8" 3176975 T UINT8 (NIL) -8 NIL NIL 3177067) (-1256 3174968 3175668 3175782 "UINT64" 3175893 T UINT64 (NIL) -8 NIL NIL 3175985) (-1255 3173886 3174586 3174700 "UINT32" 3174811 T UINT32 (NIL) -8 NIL NIL 3174903) (-1254 3172804 3173504 3173618 "UINT16" 3173729 T UINT16 (NIL) -8 NIL NIL 3173821) (-1253 3170883 3172050 3172080 "UFD" 3172292 T UFD (NIL) -9 NIL 3172406 NIL) (-1252 3170665 3170723 3170818 "UFD-" 3170823 NIL UFD- (NIL T) -8 NIL NIL NIL) (-1251 3169723 3169930 3170146 "UDVO" 3170471 T UDVO (NIL) -7 NIL NIL NIL) (-1250 3167489 3167948 3168419 "UDPO" 3169287 NIL UDPO (NIL T) -7 NIL NIL NIL) (-1249 3167201 3167444 3167475 "TYPEAST" 3167480 T TYPEAST (NIL) -8 NIL NIL NIL) (-1248 3167134 3167139 3167169 "TYPE" 3167174 T TYPE (NIL) -9 NIL NIL NIL) (-1247 3166087 3166307 3166547 "TWOFACT" 3166928 NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1246 3165062 3165496 3165731 "TUPLE" 3165887 NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1245 3162699 3163272 3163811 "TUBETOOL" 3164545 T TUBETOOL (NIL) -7 NIL NIL NIL) (-1244 3161505 3161746 3161988 "TUBE" 3162492 NIL TUBE (NIL T) -8 NIL NIL NIL) (-1243 3149640 3154262 3154359 "TSETCAT" 3159628 NIL TSETCAT (NIL T T T T) -9 NIL 3161160 NIL) (-1242 3144108 3145972 3147863 "TSETCAT-" 3147868 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1241 3138294 3143080 3143363 "TS" 3143860 NIL TS (NIL T) -8 NIL NIL NIL) (-1240 3132767 3133780 3134709 "TRMANIP" 3137430 NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1239 3132196 3132271 3132434 "TRIMAT" 3132699 NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1238 3130008 3130299 3130656 "TRIGMNIP" 3131945 NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1237 3129492 3129641 3129671 "TRIGCAT" 3129884 T TRIGCAT (NIL) -9 NIL NIL NIL) (-1236 3129137 3129240 3129381 "TRIGCAT-" 3129386 NIL TRIGCAT- (NIL T) -8 NIL NIL NIL) (-1235 3125751 3127995 3128276 "TREE" 3128891 NIL TREE (NIL T) -8 NIL NIL NIL) (-1234 3124857 3125553 3125583 "TRANFUN" 3125618 T TRANFUN (NIL) -9 NIL 3125684 NIL) (-1233 3124076 3124327 3124607 "TRANFUN-" 3124612 NIL TRANFUN- (NIL T) -8 NIL NIL NIL) (-1232 3123874 3123912 3123973 "TOPSP" 3124037 T TOPSP (NIL) -7 NIL NIL NIL) (-1231 3123204 3123337 3123491 "TOOLSIGN" 3123755 NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1230 3121718 3122381 3122620 "TEXTFILE" 3122987 T TEXTFILE (NIL) -8 NIL NIL NIL) (-1229 3121493 3121530 3121602 "TEX1" 3121681 NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1228 3119297 3119946 3120375 "TEX" 3121086 T TEX (NIL) -8 NIL NIL NIL) (-1227 3118933 3119008 3119098 "TEMUTL" 3119229 T TEMUTL (NIL) -7 NIL NIL NIL) (-1226 3117027 3117367 3117692 "TBCMPPK" 3118656 NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1225 3108347 3115113 3115169 "TBAGG" 3115569 NIL TBAGG (NIL T T) -9 NIL 3115780 NIL) (-1224 3103231 3104905 3106659 "TBAGG-" 3106664 NIL TBAGG- (NIL T T T) -8 NIL NIL NIL) (-1223 3102597 3102722 3102867 "TANEXP" 3103120 NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1222 3102048 3102372 3102462 "TALGOP" 3102542 NIL TALGOP (NIL T) -8 NIL NIL NIL) (-1221 3101442 3101559 3101697 "TABLEAU" 3101945 NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1220 3094456 3101299 3101392 "TABLE" 3101397 NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1219 3088986 3090284 3091532 "TABLBUMP" 3093242 NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1218 3088196 3088355 3088536 "SYSTEM" 3088827 T SYSTEM (NIL) -8 NIL NIL NIL) (-1217 3084601 3085354 3086137 "SYSSOLP" 3087447 NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1216 3084363 3084556 3084587 "SYSPTR" 3084592 T SYSPTR (NIL) -8 NIL NIL NIL) (-1215 3083202 3083894 3084020 "SYSNNI" 3084206 NIL SYSNNI (NIL NIL) -8 NIL NIL 3084298) (-1214 3082409 3082964 3083043 "SYSINT" 3083103 NIL SYSINT (NIL NIL) -8 NIL NIL 3083148) (-1213 3078507 3079687 3080397 "SYNTAX" 3081721 T SYNTAX (NIL) -8 NIL NIL NIL) (-1212 3075587 3076267 3076899 "SYMTAB" 3077897 T SYMTAB (NIL) -8 NIL NIL NIL) (-1211 3070686 3071738 3072721 "SYMS" 3074626 T SYMS (NIL) -8 NIL NIL NIL) (-1210 3067592 3070137 3070370 "SYMPOLY" 3070488 NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1209 3067097 3067184 3067307 "SYMFUNC" 3067504 NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1208 3062895 3064409 3065222 "SYMBOL" 3066306 T SYMBOL (NIL) -8 NIL NIL NIL) (-1207 3056368 3058123 3059843 "SWITCH" 3061197 T SWITCH (NIL) -8 NIL NIL NIL) (-1206 3049129 3055324 3055618 "SUTS" 3056132 NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1205 3040621 3048511 3048775 "SUPXS" 3048923 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1204 3039768 3039907 3040124 "SUPFRACF" 3040489 NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1203 3039383 3039448 3039561 "SUP2" 3039703 NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1202 3029927 3039001 3039127 "SUP" 3039292 NIL SUP (NIL T) -8 NIL NIL NIL) (-1201 3028351 3028649 3029005 "SUMRF" 3029626 NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1200 3027674 3027752 3027944 "SUMFS" 3028272 NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1199 3009540 3026986 3027228 "SULS" 3027490 NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1198 3009088 3009362 3009432 "SUCHTAST" 3009492 T SUCHTAST (NIL) -8 NIL NIL NIL) (-1197 3008329 3008613 3008753 "SUCH" 3008996 NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1196 3001968 3003235 3004194 "SUBSPACE" 3007417 NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1195 3001388 3001488 3001652 "SUBRESP" 3001856 NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1194 2995399 2996681 2997828 "STTFNC" 3000288 NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1193 2988593 2990064 2991375 "STTF" 2994135 NIL STTF (NIL T) -7 NIL NIL NIL) (-1192 2979710 2981775 2983569 "STTAYLOR" 2986834 NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1191 2972464 2979574 2979657 "STRTBL" 2979662 NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1190 2966861 2972173 2972272 "STRING" 2972387 T STRING (NIL) -8 NIL NIL NIL) (-1189 2966365 2966448 2966592 "STREAM3" 2966778 NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1188 2965329 2965530 2965765 "STREAM2" 2966178 NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1187 2965011 2965069 2965162 "STREAM1" 2965271 NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1186 2957125 2962630 2963241 "STREAM" 2964435 NIL STREAM (NIL T) -8 NIL NIL NIL) (-1185 2956117 2956322 2956553 "STINPROD" 2956941 NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1184 2955232 2955606 2955754 "STEPAST" 2955991 T STEPAST (NIL) -8 NIL NIL NIL) (-1183 2954728 2954973 2955003 "STEP" 2955097 T STEP (NIL) -9 NIL 2955168 NIL) (-1182 2947784 2954627 2954704 "STBL" 2954709 NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1181 2942334 2946947 2946990 "STAGG" 2947143 NIL STAGG (NIL T) -9 NIL 2947232 NIL) (-1180 2939886 2940638 2941510 "STAGG-" 2941515 NIL STAGG- (NIL T T) -8 NIL NIL NIL) (-1179 2937858 2939656 2939748 "STACK" 2939829 NIL STACK (NIL T) -8 NIL NIL NIL) (-1178 2937175 2937688 2937718 "SRING" 2937723 T SRING (NIL) -9 NIL 2937743 NIL) (-1177 2929182 2935316 2935772 "SREGSET" 2936805 NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1176 2921529 2922976 2924489 "SRDCMPK" 2927788 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1175 2913829 2918888 2918918 "SRAGG" 2920221 T SRAGG (NIL) -9 NIL 2920829 NIL) (-1174 2912780 2913101 2913480 "SRAGG-" 2913485 NIL SRAGG- (NIL T) -8 NIL NIL NIL) (-1173 2906364 2911727 2912148 "SQMATRIX" 2912406 NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1172 2899776 2903082 2903809 "SPLTREE" 2905709 NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1171 2895601 2896432 2897078 "SPLNODE" 2899202 NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1170 2894576 2894881 2894911 "SPFCAT" 2895355 T SPFCAT (NIL) -9 NIL NIL NIL) (-1169 2893271 2893523 2893787 "SPECOUT" 2894334 T SPECOUT (NIL) -7 NIL NIL NIL) (-1168 2883917 2886235 2886265 "SPADXPT" 2890943 T SPADXPT (NIL) -9 NIL 2893109 NIL) (-1167 2883672 2883718 2883787 "SPADPRSR" 2883870 T SPADPRSR (NIL) -7 NIL NIL NIL) (-1166 2881275 2883627 2883658 "SPADAST" 2883663 T SPADAST (NIL) -8 NIL NIL NIL) (-1165 2872876 2874979 2875022 "SPACEC" 2879395 NIL SPACEC (NIL T) -9 NIL 2881211 NIL) (-1164 2870676 2872808 2872857 "SPACE3" 2872862 NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1163 2869408 2869599 2869890 "SORTPAK" 2870481 NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1162 2867470 2867803 2868215 "SOLVETRA" 2869072 NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1161 2866508 2866742 2867003 "SOLVESER" 2867243 NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1160 2861740 2862700 2863695 "SOLVERAD" 2865560 NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1159 2857465 2858164 2858893 "SOLVEFOR" 2861107 NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1158 2851069 2856813 2856910 "SNTSCAT" 2856915 NIL SNTSCAT (NIL T T T T) -9 NIL 2856985 NIL) (-1157 2844620 2849392 2849783 "SMTS" 2850759 NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1156 2838342 2844508 2844585 "SMP" 2844590 NIL SMP (NIL T T) -8 NIL NIL NIL) (-1155 2836471 2836802 2837200 "SMITH" 2838039 NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1154 2827996 2833050 2833153 "SMATCAT" 2834504 NIL SMATCAT (NIL NIL T T T) -9 NIL 2835054 NIL) (-1153 2824768 2825759 2826937 "SMATCAT-" 2826942 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL NIL) (-1152 2822237 2823976 2824019 "SKAGG" 2824280 NIL SKAGG (NIL T) -9 NIL 2824415 NIL) (-1151 2817755 2821720 2821897 "SINT" 2822049 T SINT (NIL) -8 NIL NIL 2822204) (-1150 2817521 2817565 2817631 "SIMPAN" 2817711 T SIMPAN (NIL) -7 NIL NIL NIL) (-1149 2816341 2816580 2816855 "SIGNRF" 2817280 NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1148 2815156 2815325 2815609 "SIGNEF" 2816170 NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1147 2814396 2814739 2814863 "SIGAST" 2815054 T SIGAST (NIL) -8 NIL NIL NIL) (-1146 2813621 2813931 2814071 "SIG" 2814278 T SIG (NIL) -8 NIL NIL NIL) (-1145 2811273 2811765 2812271 "SHP" 2813162 NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1144 2804646 2811174 2811250 "SHDP" 2811255 NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1143 2804157 2804397 2804427 "SGROUP" 2804520 T SGROUP (NIL) -9 NIL 2804582 NIL) (-1142 2804009 2804041 2804114 "SGROUP-" 2804119 NIL SGROUP- (NIL T) -8 NIL NIL NIL) (-1141 2800728 2801498 2802221 "SGCF" 2803308 T SGCF (NIL) -7 NIL NIL NIL) (-1140 2794430 2800174 2800271 "SFRTCAT" 2800276 NIL SFRTCAT (NIL T T T T) -9 NIL 2800315 NIL) (-1139 2787749 2788869 2790005 "SFRGCD" 2793413 NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1138 2780767 2781948 2783134 "SFQCMPK" 2786682 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1137 2780369 2780476 2780587 "SFORT" 2780708 NIL SFORT (NIL T T) -8 NIL NIL NIL) (-1136 2779295 2780209 2780330 "SEXOF" 2780335 NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1135 2774884 2775791 2775886 "SEXCAT" 2778508 NIL SEXCAT (NIL T T T T T) -9 NIL 2779068 NIL) (-1134 2773799 2774765 2774833 "SEX" 2774838 T SEX (NIL) -8 NIL NIL NIL) (-1133 2771921 2772512 2772817 "SETMN" 2773540 NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1132 2771451 2771639 2771669 "SETCAT" 2771786 T SETCAT (NIL) -9 NIL 2771871 NIL) (-1131 2771219 2771283 2771382 "SETCAT-" 2771387 NIL SETCAT- (NIL T) -8 NIL NIL NIL) (-1130 2767322 2769680 2769723 "SETAGG" 2770593 NIL SETAGG (NIL T) -9 NIL 2770933 NIL) (-1129 2766744 2766896 2767133 "SETAGG-" 2767138 NIL SETAGG- (NIL T T) -8 NIL NIL NIL) (-1128 2763553 2766678 2766726 "SET" 2766731 NIL SET (NIL T) -8 NIL NIL NIL) (-1127 2762936 2763249 2763350 "SEQAST" 2763474 T SEQAST (NIL) -8 NIL NIL NIL) (-1126 2762063 2762429 2762490 "SEGXCAT" 2762776 NIL SEGXCAT (NIL T T) -9 NIL 2762896 NIL) (-1125 2760988 2761256 2761299 "SEGCAT" 2761821 NIL SEGCAT (NIL T) -9 NIL 2762042 NIL) (-1124 2760603 2760668 2760781 "SEGBIND2" 2760923 NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1123 2759493 2759966 2760174 "SEGBIND" 2760430 NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1122 2759012 2759294 2759371 "SEGAST" 2759438 T SEGAST (NIL) -8 NIL NIL NIL) (-1121 2758221 2758357 2758561 "SEG2" 2758856 NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1120 2757137 2757887 2758069 "SEG" 2758074 NIL SEG (NIL T) -8 NIL NIL NIL) (-1119 2756370 2757072 2757119 "SDVAR" 2757124 NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1118 2747728 2756140 2756270 "SDPOL" 2756275 NIL SDPOL (NIL T) -8 NIL NIL NIL) (-1117 2746297 2746587 2746906 "SCPKG" 2747443 NIL SCPKG (NIL T) -7 NIL NIL NIL) (-1116 2745419 2745633 2745825 "SCOPE" 2746127 T SCOPE (NIL) -8 NIL NIL NIL) (-1115 2744615 2744773 2744952 "SCACHE" 2745274 NIL SCACHE (NIL T) -7 NIL NIL NIL) (-1114 2744199 2744433 2744463 "SASTCAT" 2744468 T SASTCAT (NIL) -9 NIL 2744481 NIL) (-1113 2743602 2744034 2744110 "SAOS" 2744145 T SAOS (NIL) -8 NIL NIL NIL) (-1112 2743161 2743202 2743375 "SAERFFC" 2743561 NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-1111 2742748 2742789 2742948 "SAEFACT" 2743120 NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-1110 2735796 2742645 2742725 "SAE" 2742730 NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-1109 2734099 2734431 2734832 "RURPK" 2735462 NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-1108 2732676 2733042 2733347 "RULESET" 2733933 NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-1107 2732246 2732470 2732553 "RULECOLD" 2732628 NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-1106 2729361 2729999 2730457 "RULE" 2731927 NIL RULE (NIL T T T) -8 NIL NIL NIL) (-1105 2729145 2729179 2729250 "RTVALUE" 2729312 T RTVALUE (NIL) -8 NIL NIL NIL) (-1104 2728556 2728862 2728956 "RSTRCAST" 2729073 T RSTRCAST (NIL) -8 NIL NIL NIL) (-1103 2723326 2724199 2725119 "RSETGCD" 2727755 NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-1102 2711890 2717634 2717731 "RSETCAT" 2721850 NIL RSETCAT (NIL T T T T) -9 NIL 2722947 NIL) (-1101 2709709 2710356 2711180 "RSETCAT-" 2711185 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1100 2702017 2703471 2704991 "RSDCMPK" 2708308 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1099 2699886 2700449 2700523 "RRCC" 2701609 NIL RRCC (NIL T T) -9 NIL 2701953 NIL) (-1098 2699207 2699411 2699690 "RRCC-" 2699695 NIL RRCC- (NIL T T T) -8 NIL NIL NIL) (-1097 2698590 2698903 2699004 "RPTAST" 2699128 T RPTAST (NIL) -8 NIL NIL NIL) (-1096 2670976 2681702 2681769 "RPOLCAT" 2692435 NIL RPOLCAT (NIL T T T) -9 NIL 2695595 NIL) (-1095 2661946 2664814 2667936 "RPOLCAT-" 2667941 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL NIL) (-1094 2652399 2660157 2660639 "ROUTINE" 2661486 T ROUTINE (NIL) -8 NIL NIL NIL) (-1093 2648462 2652025 2652165 "ROMAN" 2652281 T ROMAN (NIL) -8 NIL NIL NIL) (-1092 2646574 2647322 2647582 "ROIRC" 2648267 NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-1091 2642294 2645063 2645093 "RNS" 2645397 T RNS (NIL) -9 NIL 2645671 NIL) (-1090 2640701 2641186 2641720 "RNS-" 2641795 NIL RNS- (NIL T) -8 NIL NIL NIL) (-1089 2639662 2640066 2640268 "RNGBIND" 2640552 NIL RNGBIND (NIL T T) -8 NIL NIL NIL) (-1088 2638955 2639459 2639489 "RNG" 2639494 T RNG (NIL) -9 NIL 2639515 NIL) (-1087 2638250 2638728 2638771 "RMODULE" 2638776 NIL RMODULE (NIL T) -9 NIL 2638803 NIL) (-1086 2637074 2637180 2637516 "RMCAT2" 2638151 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-1085 2633576 2636420 2636717 "RMATRIX" 2636836 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-1084 2626075 2628663 2628778 "RMATCAT" 2632137 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2633119 NIL) (-1083 2625414 2625597 2625904 "RMATCAT-" 2625909 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL NIL) (-1082 2624987 2625201 2625244 "RLINSET" 2625306 NIL RLINSET (NIL T) -9 NIL 2625350 NIL) (-1081 2624548 2624629 2624757 "RINTERP" 2624906 NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-1080 2623472 2624146 2624176 "RING" 2624232 T RING (NIL) -9 NIL 2624324 NIL) (-1079 2623252 2623308 2623405 "RING-" 2623410 NIL RING- (NIL T) -8 NIL NIL NIL) (-1078 2622063 2622330 2622588 "RIDIST" 2623016 T RIDIST (NIL) -7 NIL NIL NIL) (-1077 2612688 2621531 2621737 "RGCHAIN" 2621911 NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-1076 2611946 2612430 2612471 "RGBCSPC" 2612529 NIL RGBCSPC (NIL T) -9 NIL 2612581 NIL) (-1075 2611012 2611471 2611512 "RGBCMDL" 2611744 NIL RGBCMDL (NIL T) -9 NIL 2611858 NIL) (-1074 2610652 2610721 2610824 "RFFACTOR" 2610943 NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-1073 2610371 2610412 2610509 "RFFACT" 2610611 NIL RFFACT (NIL T) -7 NIL NIL NIL) (-1072 2608422 2608852 2609234 "RFDIST" 2610011 T RFDIST (NIL) -7 NIL NIL NIL) (-1071 2605362 2606030 2606700 "RF" 2607786 NIL RF (NIL T) -7 NIL NIL NIL) (-1070 2604809 2604907 2605070 "RETSOL" 2605264 NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-1069 2604427 2604525 2604568 "RETRACT" 2604701 NIL RETRACT (NIL T) -9 NIL 2604788 NIL) (-1068 2604270 2604301 2604388 "RETRACT-" 2604393 NIL RETRACT- (NIL T T) -8 NIL NIL NIL) (-1067 2603818 2604092 2604162 "RETAST" 2604222 T RETAST (NIL) -8 NIL NIL NIL) (-1066 2596168 2603471 2603598 "RESULT" 2603713 T RESULT (NIL) -8 NIL NIL NIL) (-1065 2594603 2595437 2595636 "RESRING" 2596071 NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-1064 2594227 2594288 2594386 "RESLATC" 2594540 NIL RESLATC (NIL T) -7 NIL NIL NIL) (-1063 2593926 2593967 2594074 "REPSQ" 2594186 NIL REPSQ (NIL T) -7 NIL NIL NIL) (-1062 2593617 2593658 2593769 "REPDB" 2593885 NIL REPDB (NIL T) -7 NIL NIL NIL) (-1061 2587449 2588906 2590129 "REP2" 2592429 NIL REP2 (NIL T) -7 NIL NIL NIL) (-1060 2583752 2584507 2585315 "REP1" 2586676 NIL REP1 (NIL T) -7 NIL NIL NIL) (-1059 2581132 2581754 2582356 "REP" 2583172 T REP (NIL) -7 NIL NIL NIL) (-1058 2573140 2579273 2579729 "REGSET" 2580762 NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-1057 2571849 2572288 2572538 "REF" 2572925 NIL REF (NIL T) -8 NIL NIL NIL) (-1056 2571214 2571329 2571496 "REDORDER" 2571733 NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-1055 2566585 2570427 2570654 "RECLOS" 2571042 NIL RECLOS (NIL T) -8 NIL NIL NIL) (-1054 2565619 2565818 2566033 "REALSOLV" 2566392 T REALSOLV (NIL) -7 NIL NIL NIL) (-1053 2562066 2562904 2563788 "REAL0Q" 2564784 NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-1052 2557619 2558655 2559716 "REAL0" 2561047 NIL REAL0 (NIL T) -7 NIL NIL NIL) (-1051 2557453 2557506 2557536 "REAL" 2557541 T REAL (NIL) -9 NIL 2557576 NIL) (-1050 2556864 2557170 2557264 "RDUCEAST" 2557381 T RDUCEAST (NIL) -8 NIL NIL NIL) (-1049 2556263 2556341 2556548 "RDIV" 2556786 NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-1048 2555313 2555505 2555718 "RDIST" 2556085 NIL RDIST (NIL T) -7 NIL NIL NIL) (-1047 2553898 2554197 2554569 "RDETRS" 2555021 NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-1046 2551692 2552164 2552702 "RDETR" 2553440 NIL RDETR (NIL T T) -7 NIL NIL NIL) (-1045 2550311 2550595 2550992 "RDEEFS" 2551408 NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-1044 2548814 2549126 2549551 "RDEEF" 2549999 NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-1043 2542293 2545768 2545798 "RCFIELD" 2547093 T RCFIELD (NIL) -9 NIL 2547824 NIL) (-1042 2540249 2540861 2541557 "RCFIELD-" 2541632 NIL RCFIELD- (NIL T) -8 NIL NIL NIL) (-1041 2536301 2538322 2538365 "RCAGG" 2539449 NIL RCAGG (NIL T) -9 NIL 2539914 NIL) (-1040 2535911 2536023 2536186 "RCAGG-" 2536191 NIL RCAGG- (NIL T T) -8 NIL NIL NIL) (-1039 2535228 2535358 2535523 "RATRET" 2535795 NIL RATRET (NIL T) -7 NIL NIL NIL) (-1038 2534769 2534848 2534969 "RATFACT" 2535156 NIL RATFACT (NIL T) -7 NIL NIL NIL) (-1037 2534047 2534197 2534349 "RANDSRC" 2534639 T RANDSRC (NIL) -7 NIL NIL NIL) (-1036 2533775 2533825 2533898 "RADUTIL" 2533996 T RADUTIL (NIL) -7 NIL NIL NIL) (-1035 2525920 2532606 2532917 "RADIX" 2533498 NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-1034 2515535 2525762 2525892 "RADFF" 2525897 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-1033 2515164 2515257 2515287 "RADCAT" 2515447 T RADCAT (NIL) -9 NIL NIL NIL) (-1032 2514934 2514994 2515094 "RADCAT-" 2515099 NIL RADCAT- (NIL T) -8 NIL NIL NIL) (-1031 2512845 2514704 2514796 "QUEUE" 2514877 NIL QUEUE (NIL T) -8 NIL NIL NIL) (-1030 2512470 2512519 2512650 "QUATCT2" 2512796 NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-1029 2504848 2508893 2508935 "QUATCAT" 2509726 NIL QUATCAT (NIL T) -9 NIL 2510492 NIL) (-1028 2500729 2502024 2503414 "QUATCAT-" 2503510 NIL QUATCAT- (NIL T T) -8 NIL NIL NIL) (-1027 2496575 2500662 2500710 "QUAT" 2500715 NIL QUAT (NIL T) -8 NIL NIL NIL) (-1026 2493831 2495623 2495666 "QUAGG" 2496047 NIL QUAGG (NIL T) -9 NIL 2496222 NIL) (-1025 2493379 2493653 2493723 "QQUTAST" 2493783 T QQUTAST (NIL) -8 NIL NIL NIL) (-1024 2492290 2492892 2493057 "QFORM" 2493260 NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-1023 2491915 2491964 2492095 "QFCAT2" 2492241 NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-1022 2481612 2487762 2487804 "QFCAT" 2488472 NIL QFCAT (NIL T) -9 NIL 2489473 NIL) (-1021 2476946 2478394 2479981 "QFCAT-" 2480077 NIL QFCAT- (NIL T T) -8 NIL NIL NIL) (-1020 2476377 2476511 2476643 "QEQUAT" 2476836 T QEQUAT (NIL) -8 NIL NIL NIL) (-1019 2469395 2470576 2471762 "QCMPACK" 2475310 NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-1018 2468624 2468806 2469042 "QALGSET2" 2469213 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-1017 2466074 2466610 2467040 "QALGSET" 2468279 NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-1016 2464741 2464983 2465302 "PWFFINTB" 2465847 NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-1015 2462886 2463084 2463440 "PUSHVAR" 2464555 NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-1014 2458613 2459829 2459872 "PTRANFN" 2461783 NIL PTRANFN (NIL T) -9 NIL NIL NIL) (-1013 2456950 2457295 2457619 "PTPACK" 2458324 NIL PTPACK (NIL T) -7 NIL NIL NIL) (-1012 2456573 2456636 2456747 "PTFUNC2" 2456887 NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-1011 2450489 2455362 2455405 "PTCAT" 2455705 NIL PTCAT (NIL T) -9 NIL 2455858 NIL) (-1010 2450138 2450179 2450305 "PSQFR" 2450448 NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-1009 2448710 2449026 2449362 "PSEUDLIN" 2449836 NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-1008 2435230 2437805 2440131 "PSETPK" 2446470 NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-1007 2427938 2430966 2431064 "PSETCAT" 2434105 NIL PSETCAT (NIL T T T T) -9 NIL 2434919 NIL) (-1006 2425663 2426405 2427229 "PSETCAT-" 2427234 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1005 2424976 2425171 2425201 "PSCURVE" 2425473 T PSCURVE (NIL) -9 NIL 2425640 NIL) (-1004 2420699 2422466 2422533 "PSCAT" 2423385 NIL PSCAT (NIL T T T) -9 NIL 2423625 NIL) (-1003 2419693 2419975 2420378 "PSCAT-" 2420383 NIL PSCAT- (NIL T T T T) -8 NIL NIL NIL) (-1002 2417892 2418752 2419017 "PRTITION" 2419450 T PRTITION (NIL) -8 NIL NIL NIL) (-1001 2417303 2417609 2417703 "PRTDAST" 2417820 T PRTDAST (NIL) -8 NIL NIL NIL) (-1000 2406147 2408569 2410759 "PRS" 2415165 NIL PRS (NIL T T) -7 NIL NIL NIL) (-999 2403767 2405469 2405509 "PRQAGG" 2405692 NIL PRQAGG (NIL T) -9 NIL 2405794 NIL) (-998 2402946 2403395 2403423 "PROPLOG" 2403562 T PROPLOG (NIL) -9 NIL 2403677 NIL) (-997 2402544 2402607 2402730 "PROPFUN2" 2402869 NIL PROPFUN2 (NIL T T) -8 NIL NIL NIL) (-996 2401841 2401980 2402152 "PROPFUN1" 2402405 NIL PROPFUN1 (NIL T) -8 NIL NIL NIL) (-995 2399822 2400588 2400885 "PROPFRML" 2401577 NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-994 2399267 2399398 2399526 "PROPERTY" 2399714 T PROPERTY (NIL) -8 NIL NIL NIL) (-993 2393155 2397433 2398253 "PRODUCT" 2398493 NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-992 2392945 2392983 2393042 "PRINT" 2393116 T PRINT (NIL) -7 NIL NIL NIL) (-991 2392261 2392402 2392554 "PRIMES" 2392825 NIL PRIMES (NIL T) -7 NIL NIL NIL) (-990 2390308 2390727 2391193 "PRIMELT" 2391840 NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-989 2390025 2390086 2390114 "PRIMCAT" 2390238 T PRIMCAT (NIL) -9 NIL NIL NIL) (-988 2389014 2389210 2389438 "PRIMARR2" 2389843 NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-987 2384736 2388952 2388997 "PRIMARR" 2389002 NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-986 2384373 2384435 2384546 "PREASSOC" 2384674 NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-985 2381338 2383831 2384065 "PR" 2384184 NIL PR (NIL T T) -8 NIL NIL NIL) (-984 2380789 2380946 2380974 "PPCURVE" 2381179 T PPCURVE (NIL) -9 NIL 2381315 NIL) (-983 2380336 2380584 2380667 "PORTNUM" 2380726 T PORTNUM (NIL) -8 NIL NIL NIL) (-982 2377673 2378094 2378686 "POLYROOT" 2379917 NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-981 2377050 2377114 2377348 "POLYLIFT" 2377609 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-980 2373271 2373774 2374403 "POLYCATQ" 2376595 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-979 2358919 2365018 2365083 "POLYCAT" 2368597 NIL POLYCAT (NIL T T T) -9 NIL 2370475 NIL) (-978 2352059 2354244 2356621 "POLYCAT-" 2356626 NIL POLYCAT- (NIL T T T T) -8 NIL NIL NIL) (-977 2351640 2351714 2351834 "POLY2UP" 2351985 NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-976 2351266 2351329 2351438 "POLY2" 2351577 NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-975 2344481 2350870 2351030 "POLY" 2351139 NIL POLY (NIL T) -8 NIL NIL NIL) (-974 2343142 2343405 2343681 "POLUTIL" 2344255 NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-973 2341461 2341774 2342105 "POLTOPOL" 2342864 NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-972 2336457 2341395 2341442 "POINT" 2341447 NIL POINT (NIL T) -8 NIL NIL NIL) (-971 2334590 2335001 2335376 "PNTHEORY" 2336102 T PNTHEORY (NIL) -7 NIL NIL NIL) (-970 2333036 2333345 2333744 "PMTOOLS" 2334288 NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-969 2332623 2332707 2332824 "PMSYM" 2332952 NIL PMSYM (NIL T) -7 NIL NIL NIL) (-968 2332125 2332200 2332375 "PMQFCAT" 2332548 NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-967 2331506 2331604 2331766 "PMPREDFS" 2332026 NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-966 2330849 2330971 2331127 "PMPRED" 2331383 NIL PMPRED (NIL T) -7 NIL NIL NIL) (-965 2329503 2329721 2330099 "PMPLCAT" 2330611 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-964 2329029 2329114 2329266 "PMLSAGG" 2329418 NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-963 2328496 2328578 2328760 "PMKERNEL" 2328947 NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-962 2328107 2328188 2328301 "PMINS" 2328415 NIL PMINS (NIL T) -7 NIL NIL NIL) (-961 2327543 2327618 2327827 "PMFS" 2328032 NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-960 2326759 2326889 2327094 "PMDOWN" 2327420 NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-959 2326008 2326142 2326305 "PMASSFS" 2326646 NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-958 2325151 2325333 2325514 "PMASS" 2325847 T PMASS (NIL) -7 NIL NIL NIL) (-957 2324800 2324874 2324968 "PLOTTOOL" 2325077 T PLOTTOOL (NIL) -7 NIL NIL NIL) (-956 2320452 2321646 2322568 "PLOT3D" 2323898 T PLOT3D (NIL) -8 NIL NIL NIL) (-955 2319340 2319541 2319776 "PLOT1" 2320256 NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-954 2313761 2315151 2316299 "PLOT" 2318212 T PLOT (NIL) -8 NIL NIL NIL) (-953 2288936 2293827 2298678 "PLEQN" 2309027 NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-952 2288623 2288676 2288779 "PINTERPA" 2288883 NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-951 2287929 2288063 2288243 "PINTERP" 2288488 NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-950 2286013 2287179 2287207 "PID" 2287404 T PID (NIL) -9 NIL 2287531 NIL) (-949 2285758 2285801 2285876 "PICOERCE" 2285970 NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-948 2284854 2285522 2285609 "PI" 2285649 T PI (NIL) -8 NIL NIL 2285716) (-947 2284162 2284313 2284489 "PGROEB" 2284710 NIL PGROEB (NIL T) -7 NIL NIL NIL) (-946 2279601 2280560 2281466 "PGE" 2283276 T PGE (NIL) -7 NIL NIL NIL) (-945 2277682 2277971 2278337 "PGCD" 2279318 NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-944 2277008 2277123 2277284 "PFRPAC" 2277566 NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-943 2273266 2275556 2275909 "PFR" 2276687 NIL PFR (NIL T) -8 NIL NIL NIL) (-942 2271619 2271899 2272224 "PFOTOOLS" 2273013 NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-941 2270134 2270391 2270742 "PFOQ" 2271376 NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-940 2268617 2268847 2269203 "PFO" 2269918 NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-939 2265701 2267207 2267235 "PFECAT" 2267828 T PFECAT (NIL) -9 NIL 2268205 NIL) (-938 2265149 2265314 2265521 "PFECAT-" 2265526 NIL PFECAT- (NIL T) -8 NIL NIL NIL) (-937 2263722 2264004 2264305 "PFBRU" 2264898 NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-936 2261551 2261940 2262372 "PFBR" 2263373 NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-935 2257497 2261440 2261509 "PF" 2261514 NIL PF (NIL NIL) -8 NIL NIL NIL) (-934 2252551 2253704 2254574 "PERMGRP" 2256660 NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-933 2250463 2251575 2251616 "PERMCAT" 2252016 NIL PERMCAT (NIL T) -9 NIL 2252314 NIL) (-932 2250110 2250157 2250281 "PERMAN" 2250416 NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-931 2245912 2247619 2248267 "PERM" 2249495 NIL PERM (NIL T) -8 NIL NIL NIL) (-930 2243153 2245577 2245699 "PENDTREE" 2245823 NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-929 2242034 2242297 2242338 "PDSPC" 2242871 NIL PDSPC (NIL T) -9 NIL 2243116 NIL) (-928 2241089 2241355 2241717 "PDSPC-" 2241722 NIL PDSPC- (NIL T T) -8 NIL NIL NIL) (-927 2239803 2240739 2240780 "PDRING" 2240785 NIL PDRING (NIL T) -9 NIL 2240813 NIL) (-926 2238546 2239308 2239362 "PDMOD" 2239367 NIL PDMOD (NIL T T) -9 NIL 2239471 NIL) (-925 2235713 2236539 2237207 "PDEPROB" 2237898 T PDEPROB (NIL) -8 NIL NIL NIL) (-924 2233222 2233762 2234317 "PDEPACK" 2235178 T PDEPACK (NIL) -7 NIL NIL NIL) (-923 2232110 2232324 2232575 "PDECOMP" 2233021 NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-922 2229627 2230518 2230546 "PDECAT" 2231333 T PDECAT (NIL) -9 NIL 2232046 NIL) (-921 2229244 2229311 2229365 "PDDOM" 2229530 NIL PDDOM (NIL T T) -9 NIL 2229610 NIL) (-920 2229057 2229093 2229200 "PDDOM-" 2229205 NIL PDDOM- (NIL T T T) -8 NIL NIL NIL) (-919 2228802 2228841 2228931 "PCOMP" 2229018 NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-918 2226842 2227603 2227900 "PBWLB" 2228531 NIL PBWLB (NIL T) -8 NIL NIL NIL) (-917 2226468 2226531 2226640 "PATTERN2" 2226779 NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-916 2224177 2224613 2225070 "PATTERN1" 2226057 NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-915 2216356 2218250 2219588 "PATTERN" 2222860 NIL PATTERN (NIL T) -8 NIL NIL NIL) (-914 2215914 2215987 2216119 "PATRES2" 2216283 NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-913 2213180 2213863 2214344 "PATRES" 2215479 NIL PATRES (NIL T T) -8 NIL NIL NIL) (-912 2211033 2211468 2211875 "PATMATCH" 2212847 NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-911 2210487 2210738 2210779 "PATMAB" 2210886 NIL PATMAB (NIL T) -9 NIL 2210969 NIL) (-910 2208933 2209341 2209599 "PATLRES" 2210292 NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-909 2208471 2208602 2208643 "PATAB" 2208648 NIL PATAB (NIL T) -9 NIL 2208820 NIL) (-908 2206611 2207048 2207471 "PARTPERM" 2208068 T PARTPERM (NIL) -7 NIL NIL NIL) (-907 2206220 2206295 2206397 "PARSURF" 2206542 NIL PARSURF (NIL T) -8 NIL NIL NIL) (-906 2205846 2205909 2206018 "PARSU2" 2206157 NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-905 2205604 2205650 2205717 "PARSER" 2205799 T PARSER (NIL) -7 NIL NIL NIL) (-904 2205213 2205288 2205390 "PARSCURV" 2205535 NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-903 2204839 2204902 2205011 "PARSC2" 2205150 NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-902 2204466 2204536 2204633 "PARPCURV" 2204775 NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-901 2204092 2204155 2204264 "PARPC2" 2204403 NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-900 2203081 2203465 2203647 "PARAMAST" 2203930 T PARAMAST (NIL) -8 NIL NIL NIL) (-899 2202589 2202687 2202806 "PAN2EXPR" 2202982 T PAN2EXPR (NIL) -7 NIL NIL NIL) (-898 2201282 2201710 2201938 "PALETTE" 2202381 T PALETTE (NIL) -8 NIL NIL NIL) (-897 2199627 2200287 2200647 "PAIR" 2200968 NIL PAIR (NIL T T) -8 NIL NIL NIL) (-896 2192560 2198884 2199079 "PADICRC" 2199481 NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-895 2184817 2191904 2192089 "PADICRAT" 2192407 NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-894 2181614 2183477 2183517 "PADICCT" 2184098 NIL PADICCT (NIL NIL) -9 NIL 2184380 NIL) (-893 2179630 2181551 2181596 "PADIC" 2181601 NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-892 2178575 2178787 2179055 "PADEPAC" 2179417 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-891 2177775 2177920 2178126 "PADE" 2178437 NIL PADE (NIL T T T) -7 NIL NIL NIL) (-890 2176008 2176983 2177263 "OWP" 2177579 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-889 2175453 2175714 2175811 "OVERSET" 2175931 T OVERSET (NIL) -8 NIL NIL NIL) (-888 2174373 2175058 2175230 "OVAR" 2175321 NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-887 2162609 2165482 2167682 "OUTFORM" 2172193 T OUTFORM (NIL) -8 NIL NIL NIL) (-886 2161891 2162206 2162333 "OUTBFILE" 2162502 T OUTBFILE (NIL) -8 NIL NIL NIL) (-885 2161168 2161363 2161391 "OUTBCON" 2161709 T OUTBCON (NIL) -9 NIL 2161875 NIL) (-884 2160751 2160881 2161038 "OUTBCON-" 2161043 NIL OUTBCON- (NIL T) -8 NIL NIL NIL) (-883 2159991 2160136 2160297 "OUT" 2160610 T OUT (NIL) -7 NIL NIL NIL) (-882 2159287 2159720 2159809 "OSI" 2159922 T OSI (NIL) -8 NIL NIL NIL) (-881 2158706 2159128 2159156 "OSGROUP" 2159161 T OSGROUP (NIL) -9 NIL 2159183 NIL) (-880 2157417 2157678 2157963 "ORTHPOL" 2158453 NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-879 2154668 2157252 2157373 "OREUP" 2157378 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-878 2151771 2154359 2154486 "ORESUP" 2154610 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-877 2149271 2149799 2150360 "OREPCTO" 2151260 NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-876 2142649 2145144 2145185 "OREPCAT" 2147533 NIL OREPCAT (NIL T) -9 NIL 2148637 NIL) (-875 2139622 2140578 2141636 "OREPCAT-" 2141641 NIL OREPCAT- (NIL T T) -8 NIL NIL NIL) (-874 2138814 2139092 2139120 "ORDTYPE" 2139429 T ORDTYPE (NIL) -9 NIL 2139592 NIL) (-873 2138115 2138331 2138586 "ORDTYPE-" 2138591 NIL ORDTYPE- (NIL T) -8 NIL NIL NIL) (-872 2137471 2137854 2138012 "ORDSTRCT" 2138017 NIL ORDSTRCT (NIL T NIL) -8 NIL NIL NIL) (-871 2136969 2137339 2137367 "ORDSET" 2137372 T ORDSET (NIL) -9 NIL 2137394 NIL) (-870 2135327 2136298 2136326 "ORDRING" 2136528 T ORDRING (NIL) -9 NIL 2136653 NIL) (-869 2134948 2135066 2135210 "ORDRING-" 2135215 NIL ORDRING- (NIL T) -8 NIL NIL NIL) (-868 2134199 2134764 2134792 "ORDMON" 2134797 T ORDMON (NIL) -9 NIL 2134818 NIL) (-867 2133343 2133508 2133703 "ORDFUNS" 2134048 NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-866 2132558 2133073 2133101 "ORDFIN" 2133166 T ORDFIN (NIL) -9 NIL 2133240 NIL) (-865 2131812 2131951 2132137 "ORDCOMP2" 2132418 NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-864 2128159 2130398 2130807 "ORDCOMP" 2131436 NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-863 2124680 2125650 2126464 "OPTPROB" 2127365 T OPTPROB (NIL) -8 NIL NIL NIL) (-862 2121422 2122121 2122825 "OPTPACK" 2123996 T OPTPACK (NIL) -7 NIL NIL NIL) (-861 2119035 2119861 2119889 "OPTCAT" 2120708 T OPTCAT (NIL) -9 NIL 2121358 NIL) (-860 2118353 2118712 2118817 "OPSIG" 2118950 T OPSIG (NIL) -8 NIL NIL NIL) (-859 2118115 2118160 2118226 "OPQUERY" 2118307 T OPQUERY (NIL) -7 NIL NIL NIL) (-858 2117421 2117701 2117742 "OPERCAT" 2117954 NIL OPERCAT (NIL T) -9 NIL 2118051 NIL) (-857 2117164 2117232 2117349 "OPERCAT-" 2117354 NIL OPERCAT- (NIL T T) -8 NIL NIL NIL) (-856 2114080 2115475 2115979 "OP" 2116693 NIL OP (NIL T) -8 NIL NIL NIL) (-855 2113373 2113500 2113674 "ONECOMP2" 2113952 NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-854 2109986 2112170 2112539 "ONECOMP" 2113037 NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-853 2109387 2109511 2109641 "OMSERVER" 2109876 T OMSERVER (NIL) -7 NIL NIL NIL) (-852 2105901 2108827 2108867 "OMSAGG" 2108928 NIL OMSAGG (NIL T) -9 NIL 2108992 NIL) (-851 2104476 2104787 2105069 "OMPKG" 2105639 T OMPKG (NIL) -7 NIL NIL NIL) (-850 2102823 2104025 2104194 "OMLO" 2104357 NIL OMLO (NIL T T) -8 NIL NIL NIL) (-849 2101759 2101930 2102150 "OMEXPR" 2102649 NIL OMEXPR (NIL T) -7 NIL NIL NIL) (-848 2100844 2101180 2101340 "OMERRK" 2101619 T OMERRK (NIL) -8 NIL NIL NIL) (-847 2100081 2100390 2100526 "OMERR" 2100728 T OMERR (NIL) -8 NIL NIL NIL) (-846 2099472 2099758 2099866 "OMENC" 2099993 T OMENC (NIL) -8 NIL NIL NIL) (-845 2093109 2094552 2095723 "OMDEV" 2098321 T OMDEV (NIL) -8 NIL NIL NIL) (-844 2092142 2092349 2092543 "OMCONN" 2092935 T OMCONN (NIL) -8 NIL NIL NIL) (-843 2091548 2091675 2091703 "OM" 2092002 T OM (NIL) -9 NIL NIL NIL) (-842 2089826 2091018 2091046 "OINTDOM" 2091051 T OINTDOM (NIL) -9 NIL 2091072 NIL) (-841 2086901 2088514 2088851 "OFMONOID" 2089521 NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-840 2086135 2086838 2086883 "ODVAR" 2086888 NIL ODVAR (NIL T) -8 NIL NIL NIL) (-839 2083279 2085880 2086035 "ODR" 2086040 NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-838 2074691 2083055 2083181 "ODPOL" 2083186 NIL ODPOL (NIL T) -8 NIL NIL NIL) (-837 2068034 2074563 2074668 "ODP" 2074673 NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-836 2066776 2067015 2067290 "ODETOOLS" 2067808 NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-835 2063719 2064401 2065117 "ODESYS" 2066109 NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-834 2058549 2059509 2060534 "ODERTRIC" 2062794 NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-833 2057969 2058057 2058251 "ODERED" 2058461 NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-832 2054821 2055405 2056082 "ODERAT" 2057392 NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-831 2051737 2052245 2052842 "ODEPRRIC" 2054350 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-830 2049632 2050276 2050762 "ODEPROB" 2051271 T ODEPROB (NIL) -8 NIL NIL NIL) (-829 2046098 2046637 2047284 "ODEPRIM" 2049111 NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-828 2045341 2045449 2045709 "ODEPAL" 2045990 NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-827 2041443 2042294 2043158 "ODEPACK" 2044497 T ODEPACK (NIL) -7 NIL NIL NIL) (-826 2040486 2040611 2040833 "ODEINT" 2041332 NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-825 2034551 2036012 2037459 "ODEIFTBL" 2039059 T ODEIFTBL (NIL) -8 NIL NIL NIL) (-824 2029901 2030735 2031687 "ODEEF" 2033710 NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-823 2029244 2029339 2029562 "ODECONST" 2029806 NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-822 2027307 2028016 2028044 "ODECAT" 2028649 T ODECAT (NIL) -9 NIL 2029180 NIL) (-821 2026939 2026988 2027115 "OCTCT2" 2027258 NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-820 2023439 2026644 2026766 "OCT" 2026849 NIL OCT (NIL T) -8 NIL NIL NIL) (-819 2022662 2023232 2023260 "OCAMON" 2023265 T OCAMON (NIL) -9 NIL 2023286 NIL) (-818 2016933 2019705 2019745 "OC" 2020842 NIL OC (NIL T) -9 NIL 2021700 NIL) (-817 2013968 2014908 2015898 "OC-" 2015992 NIL OC- (NIL T T) -8 NIL NIL NIL) (-816 2013388 2013813 2013841 "OASGP" 2013846 T OASGP (NIL) -9 NIL 2013866 NIL) (-815 2012514 2013111 2013139 "OAMONS" 2013179 T OAMONS (NIL) -9 NIL 2013222 NIL) (-814 2011805 2012334 2012362 "OAMON" 2012367 T OAMON (NIL) -9 NIL 2012387 NIL) (-813 2010916 2011554 2011582 "OAGROUP" 2011587 T OAGROUP (NIL) -9 NIL 2011607 NIL) (-812 2010598 2010654 2010743 "NUMTUBE" 2010860 NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-811 2004117 2005689 2007225 "NUMQUAD" 2009082 T NUMQUAD (NIL) -7 NIL NIL NIL) (-810 1999797 2000831 2001866 "NUMODE" 2003102 T NUMODE (NIL) -7 NIL NIL NIL) (-809 1997078 1998018 1998046 "NUMINT" 1998969 T NUMINT (NIL) -9 NIL 1999733 NIL) (-808 1995990 1996223 1996441 "NUMFMT" 1996880 T NUMFMT (NIL) -7 NIL NIL NIL) (-807 1982173 1985294 1987826 "NUMERIC" 1993497 NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-806 1975877 1981621 1981716 "NTSCAT" 1981721 NIL NTSCAT (NIL T T T T) -9 NIL 1981760 NIL) (-805 1975057 1975236 1975429 "NTPOLFN" 1975716 NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-804 1974683 1974746 1974855 "NSUP2" 1974994 NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-803 1961465 1971508 1972320 "NSUP" 1973904 NIL NSUP (NIL T) -8 NIL NIL NIL) (-802 1950308 1961239 1961372 "NSMP" 1961377 NIL NSMP (NIL T T) -8 NIL NIL NIL) (-801 1948716 1949041 1949398 "NREP" 1949996 NIL NREP (NIL T) -7 NIL NIL NIL) (-800 1947295 1947559 1947917 "NPCOEF" 1948459 NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-799 1946343 1946476 1946692 "NORMRETR" 1947176 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-798 1944354 1944674 1945083 "NORMPK" 1946051 NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-797 1944033 1944067 1944191 "NORMMA" 1944320 NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-796 1943816 1943851 1943920 "NONE1" 1943997 NIL NONE1 (NIL T) -7 NIL NIL NIL) (-795 1943580 1943773 1943802 "NONE" 1943807 T NONE (NIL) -8 NIL NIL NIL) (-794 1943071 1943139 1943318 "NODE1" 1943512 NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-793 1941163 1942194 1942449 "NNI" 1942796 T NNI (NIL) -8 NIL NIL 1943031) (-792 1939559 1939896 1940260 "NLINSOL" 1940831 NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-791 1935740 1936795 1937694 "NIPROB" 1938680 T NIPROB (NIL) -8 NIL NIL NIL) (-790 1934479 1934731 1935033 "NFINTBAS" 1935502 NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-789 1933563 1934129 1934170 "NETCLT" 1934342 NIL NETCLT (NIL T) -9 NIL 1934424 NIL) (-788 1932235 1932502 1932783 "NCODIV" 1933331 NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-787 1931991 1932034 1932109 "NCNTFRAC" 1932192 NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-786 1930147 1930535 1930955 "NCEP" 1931616 NIL NCEP (NIL T) -7 NIL NIL NIL) (-785 1928810 1929757 1929785 "NASRING" 1929895 T NASRING (NIL) -9 NIL 1929975 NIL) (-784 1928593 1928649 1928743 "NASRING-" 1928748 NIL NASRING- (NIL T) -8 NIL NIL NIL) (-783 1927560 1928211 1928239 "NARNG" 1928356 T NARNG (NIL) -9 NIL 1928447 NIL) (-782 1927234 1927319 1927453 "NARNG-" 1927458 NIL NARNG- (NIL T) -8 NIL NIL NIL) (-781 1926071 1926320 1926555 "NAGSP" 1927019 T NAGSP (NIL) -7 NIL NIL NIL) (-780 1917115 1919027 1920700 "NAGS" 1924418 T NAGS (NIL) -7 NIL NIL NIL) (-779 1915639 1915971 1916302 "NAGF07" 1916804 T NAGF07 (NIL) -7 NIL NIL NIL) (-778 1910111 1911468 1912775 "NAGF04" 1914352 T NAGF04 (NIL) -7 NIL NIL NIL) (-777 1902983 1904693 1906326 "NAGF02" 1908498 T NAGF02 (NIL) -7 NIL NIL NIL) (-776 1898147 1899307 1900424 "NAGF01" 1901886 T NAGF01 (NIL) -7 NIL NIL NIL) (-775 1891727 1893341 1894926 "NAGE04" 1896582 T NAGE04 (NIL) -7 NIL NIL NIL) (-774 1882788 1885017 1887147 "NAGE02" 1889617 T NAGE02 (NIL) -7 NIL NIL NIL) (-773 1878681 1879688 1880652 "NAGE01" 1881844 T NAGE01 (NIL) -7 NIL NIL NIL) (-772 1876458 1877010 1877568 "NAGD03" 1878143 T NAGD03 (NIL) -7 NIL NIL NIL) (-771 1868154 1870136 1872090 "NAGD02" 1874524 T NAGD02 (NIL) -7 NIL NIL NIL) (-770 1861893 1863390 1864830 "NAGD01" 1866734 T NAGD01 (NIL) -7 NIL NIL NIL) (-769 1858030 1858924 1859761 "NAGC06" 1861076 T NAGC06 (NIL) -7 NIL NIL NIL) (-768 1856477 1856827 1857183 "NAGC05" 1857694 T NAGC05 (NIL) -7 NIL NIL NIL) (-767 1855841 1855972 1856116 "NAGC02" 1856353 T NAGC02 (NIL) -7 NIL NIL NIL) (-766 1854642 1855369 1855409 "NAALG" 1855488 NIL NAALG (NIL T) -9 NIL 1855549 NIL) (-765 1854471 1854506 1854596 "NAALG-" 1854601 NIL NAALG- (NIL T T) -8 NIL NIL NIL) (-764 1848343 1849529 1850716 "MULTSQFR" 1853367 NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-763 1847650 1847737 1847921 "MULTFACT" 1848255 NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-762 1839795 1844233 1844286 "MTSCAT" 1845356 NIL MTSCAT (NIL T T) -9 NIL 1845872 NIL) (-761 1839501 1839561 1839653 "MTHING" 1839735 NIL MTHING (NIL T) -7 NIL NIL NIL) (-760 1839287 1839326 1839386 "MSYSCMD" 1839461 T MSYSCMD (NIL) -7 NIL NIL NIL) (-759 1836032 1838848 1838889 "MSETAGG" 1838894 NIL MSETAGG (NIL T) -9 NIL 1838928 NIL) (-758 1831746 1834787 1835107 "MSET" 1835745 NIL MSET (NIL T) -8 NIL NIL NIL) (-757 1827345 1829125 1829870 "MRING" 1831046 NIL MRING (NIL T T) -8 NIL NIL NIL) (-756 1826905 1826978 1827109 "MRF2" 1827272 NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-755 1826517 1826558 1826702 "MRATFAC" 1826864 NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-754 1824087 1824424 1824855 "MPRFF" 1826222 NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-753 1817421 1823941 1824038 "MPOLY" 1824043 NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-752 1816905 1816946 1817154 "MPCPF" 1817380 NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-751 1816413 1816462 1816646 "MPC3" 1816856 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-750 1815596 1815689 1815910 "MPC2" 1816328 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-749 1813873 1814234 1814624 "MONOTOOL" 1815256 NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-748 1813018 1813401 1813429 "MONOID" 1813648 T MONOID (NIL) -9 NIL 1813795 NIL) (-747 1812534 1812683 1812864 "MONOID-" 1812869 NIL MONOID- (NIL T) -8 NIL NIL NIL) (-746 1801507 1808354 1808413 "MONOGEN" 1809087 NIL MONOGEN (NIL T T) -9 NIL 1809543 NIL) (-745 1798557 1799460 1800460 "MONOGEN-" 1800579 NIL MONOGEN- (NIL T T T) -8 NIL NIL NIL) (-744 1797274 1797822 1797850 "MONADWU" 1798242 T MONADWU (NIL) -9 NIL 1798480 NIL) (-743 1796604 1796805 1797053 "MONADWU-" 1797058 NIL MONADWU- (NIL T) -8 NIL NIL NIL) (-742 1795889 1796193 1796221 "MONAD" 1796428 T MONAD (NIL) -9 NIL 1796540 NIL) (-741 1795556 1795652 1795784 "MONAD-" 1795789 NIL MONAD- (NIL T) -8 NIL NIL NIL) (-740 1793695 1794469 1794748 "MOEBIUS" 1795309 NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-739 1792863 1793363 1793403 "MODULE" 1793408 NIL MODULE (NIL T) -9 NIL 1793447 NIL) (-738 1792401 1792527 1792717 "MODULE-" 1792722 NIL MODULE- (NIL T T) -8 NIL NIL NIL) (-737 1789931 1790765 1791092 "MODRING" 1792225 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-736 1786660 1788036 1788557 "MODOP" 1789460 NIL MODOP (NIL T T) -8 NIL NIL NIL) (-735 1785146 1785727 1786004 "MODMONOM" 1786523 NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-734 1773907 1783437 1783851 "MODMON" 1784783 NIL MODMON (NIL T T) -8 NIL NIL NIL) (-733 1770740 1772751 1773027 "MODFIELD" 1773782 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-732 1769651 1770021 1770211 "MMLFORM" 1770570 T MMLFORM (NIL) -8 NIL NIL NIL) (-731 1769171 1769220 1769399 "MMAP" 1769602 NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-730 1767064 1768003 1768044 "MLO" 1768467 NIL MLO (NIL T) -9 NIL 1768709 NIL) (-729 1764412 1764946 1765548 "MLIFT" 1766545 NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-728 1763791 1763887 1764041 "MKUCFUNC" 1764323 NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-727 1763384 1763460 1763583 "MKRECORD" 1763714 NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-726 1762407 1762593 1762821 "MKFUNC" 1763195 NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-725 1761783 1761899 1762055 "MKFLCFN" 1762290 NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-724 1761048 1761162 1761347 "MKBCFUNC" 1761676 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-723 1757045 1760602 1760738 "MINT" 1760932 T MINT (NIL) -8 NIL NIL NIL) (-722 1755827 1756100 1756377 "MHROWRED" 1756800 NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-721 1750578 1754362 1754767 "MFLOAT" 1755442 T MFLOAT (NIL) -8 NIL NIL NIL) (-720 1749923 1750011 1750182 "MFINFACT" 1750490 NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-719 1746202 1747086 1747970 "MESH" 1749059 T MESH (NIL) -7 NIL NIL NIL) (-718 1744556 1744904 1745257 "MDDFACT" 1745889 NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-717 1741092 1743687 1743728 "MDAGG" 1743983 NIL MDAGG (NIL T) -9 NIL 1744126 NIL) (-716 1728815 1740385 1740592 "MCMPLX" 1740905 T MCMPLX (NIL) -8 NIL NIL NIL) (-715 1727934 1728098 1728299 "MCDEN" 1728664 NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-714 1725782 1726094 1726474 "MCALCFN" 1727664 NIL MCALCFN (NIL T T T T) -7 NIL NIL NIL) (-713 1724659 1724947 1725180 "MAYBE" 1725588 NIL MAYBE (NIL T) -8 NIL NIL NIL) (-712 1722217 1722794 1723356 "MATSTOR" 1724130 NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-711 1717639 1721589 1721837 "MATRIX" 1722002 NIL MATRIX (NIL T) -8 NIL NIL NIL) (-710 1713339 1714112 1714848 "MATLIN" 1716996 NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-709 1711915 1712086 1712419 "MATCAT2" 1713174 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-708 1701254 1704972 1705049 "MATCAT" 1710081 NIL MATCAT (NIL T T T) -9 NIL 1711553 NIL) (-707 1697207 1698517 1699930 "MATCAT-" 1699935 NIL MATCAT- (NIL T T T T) -8 NIL NIL NIL) (-706 1695283 1695643 1696027 "MAPPKG3" 1696882 NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-705 1694240 1694437 1694659 "MAPPKG2" 1695107 NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-704 1692697 1693023 1693350 "MAPPKG1" 1693946 NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-703 1691698 1692103 1692280 "MAPPAST" 1692540 T MAPPAST (NIL) -8 NIL NIL NIL) (-702 1691303 1691367 1691490 "MAPHACK3" 1691634 NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-701 1690883 1690956 1691070 "MAPHACK2" 1691235 NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-700 1690309 1690424 1690566 "MAPHACK1" 1690774 NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-699 1688232 1689009 1689313 "MAGMA" 1690037 NIL MAGMA (NIL T) -8 NIL NIL NIL) (-698 1687651 1687956 1688047 "MACROAST" 1688161 T MACROAST (NIL) -8 NIL NIL NIL) (-697 1683894 1685890 1686351 "M3D" 1687223 NIL M3D (NIL T) -8 NIL NIL NIL) (-696 1677366 1682205 1682246 "LZSTAGG" 1683028 NIL LZSTAGG (NIL T) -9 NIL 1683323 NIL) (-695 1673048 1674497 1675954 "LZSTAGG-" 1675959 NIL LZSTAGG- (NIL T T) -8 NIL NIL NIL) (-694 1669961 1670939 1671426 "LWORD" 1672593 NIL LWORD (NIL T) -8 NIL NIL NIL) (-693 1669483 1669765 1669840 "LSTAST" 1669906 T LSTAST (NIL) -8 NIL NIL NIL) (-692 1661411 1669254 1669388 "LSQM" 1669393 NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-691 1660629 1660774 1661002 "LSPP" 1661266 NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-690 1657366 1658082 1658812 "LSMP1" 1659931 NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-689 1655148 1655479 1655935 "LSMP" 1657055 NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-688 1648276 1654238 1654279 "LSAGG" 1654341 NIL LSAGG (NIL T) -9 NIL 1654419 NIL) (-687 1644785 1645895 1647108 "LSAGG-" 1647113 NIL LSAGG- (NIL T T) -8 NIL NIL NIL) (-686 1642080 1643929 1644178 "LPOLY" 1644580 NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-685 1641656 1641747 1641870 "LPEFRAC" 1641989 NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-684 1641339 1641418 1641446 "LOGIC" 1641557 T LOGIC (NIL) -9 NIL 1641639 NIL) (-683 1641195 1641224 1641295 "LOGIC-" 1641300 NIL LOGIC- (NIL T) -8 NIL NIL NIL) (-682 1640370 1640528 1640721 "LODOOPS" 1641051 NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-681 1638894 1639143 1639496 "LODOF" 1640117 NIL LODOF (NIL T T) -7 NIL NIL NIL) (-680 1634770 1637529 1637570 "LODOCAT" 1638008 NIL LODOCAT (NIL T) -9 NIL 1638219 NIL) (-679 1634485 1634561 1634688 "LODOCAT-" 1634693 NIL LODOCAT- (NIL T T) -8 NIL NIL NIL) (-678 1631471 1634326 1634444 "LODO2" 1634449 NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-677 1628578 1631408 1631453 "LODO1" 1631458 NIL LODO1 (NIL T) -8 NIL NIL NIL) (-676 1625673 1628494 1628560 "LODO" 1628565 NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-675 1624542 1624719 1625024 "LODEEF" 1625496 NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-674 1622719 1623636 1623889 "LO" 1624374 NIL LO (NIL T T T) -8 NIL NIL NIL) (-673 1617691 1620885 1620926 "LNAGG" 1621788 NIL LNAGG (NIL T) -9 NIL 1622223 NIL) (-672 1616784 1617052 1617394 "LNAGG-" 1617399 NIL LNAGG- (NIL T T) -8 NIL NIL NIL) (-671 1612764 1613709 1614348 "LMOPS" 1616199 NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-670 1612063 1612541 1612582 "LMODULE" 1612587 NIL LMODULE (NIL T) -9 NIL 1612613 NIL) (-669 1609018 1611708 1611831 "LMDICT" 1611973 NIL LMDICT (NIL T) -8 NIL NIL NIL) (-668 1608594 1608808 1608849 "LLINSET" 1608910 NIL LLINSET (NIL T) -9 NIL 1608954 NIL) (-667 1608239 1608502 1608562 "LITERAL" 1608567 NIL LITERAL (NIL T) -8 NIL NIL NIL) (-666 1607758 1607838 1607977 "LIST3" 1608159 NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-665 1605856 1606204 1606603 "LIST2MAP" 1607405 NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-664 1604845 1605041 1605269 "LIST2" 1605674 NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-663 1597299 1603779 1604083 "LIST" 1604574 NIL LIST (NIL T) -8 NIL NIL NIL) (-662 1596882 1597118 1597159 "LINSET" 1597164 NIL LINSET (NIL T) -9 NIL 1597198 NIL) (-661 1595696 1596390 1596557 "LINFORM" 1596767 NIL LINFORM (NIL T NIL) -8 NIL NIL NIL) (-660 1593995 1594723 1594764 "LINEXP" 1595254 NIL LINEXP (NIL T) -9 NIL 1595527 NIL) (-659 1592571 1593475 1593656 "LINELT" 1593866 NIL LINELT (NIL T NIL) -8 NIL NIL NIL) (-658 1591128 1591408 1591719 "LINDEP" 1592323 NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-657 1590264 1590860 1590970 "LINBASIS" 1591058 NIL LINBASIS (NIL NIL) -8 NIL NIL NIL) (-656 1587001 1587750 1588527 "LIMITRF" 1589519 NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-655 1585286 1585600 1586009 "LIMITPS" 1586696 NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-654 1584114 1584689 1584729 "LIECAT" 1584869 NIL LIECAT (NIL T) -9 NIL 1585020 NIL) (-653 1583949 1583982 1584070 "LIECAT-" 1584075 NIL LIECAT- (NIL T T) -8 NIL NIL NIL) (-652 1577969 1583460 1583688 "LIE" 1583770 NIL LIE (NIL T T) -8 NIL NIL NIL) (-651 1570154 1577509 1577665 "LIB" 1577833 T LIB (NIL) -8 NIL NIL NIL) (-650 1565723 1566672 1567607 "LGROBP" 1569271 NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-649 1564347 1565255 1565283 "LFCAT" 1565490 T LFCAT (NIL) -9 NIL 1565629 NIL) (-648 1562285 1562619 1562969 "LF" 1564068 NIL LF (NIL T T) -7 NIL NIL NIL) (-647 1559145 1559817 1560505 "LEXTRIPK" 1561649 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-646 1555733 1556715 1557218 "LEXP" 1558725 NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-645 1555149 1555454 1555546 "LETAST" 1555661 T LETAST (NIL) -8 NIL NIL NIL) (-644 1553535 1553860 1554261 "LEADCDET" 1554831 NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-643 1552713 1552799 1553028 "LAZM3PK" 1553456 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-642 1547238 1550790 1551328 "LAUPOL" 1552225 NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-641 1546811 1546861 1547022 "LAPLACE" 1547188 NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-640 1545659 1546375 1546416 "LALG" 1546478 NIL LALG (NIL T) -9 NIL 1546537 NIL) (-639 1545355 1545432 1545568 "LALG-" 1545573 NIL LALG- (NIL T T) -8 NIL NIL NIL) (-638 1543092 1544456 1544707 "LA" 1545188 NIL LA (NIL T T T) -8 NIL NIL NIL) (-637 1542921 1542951 1542992 "KVTFROM" 1543054 NIL KVTFROM (NIL T) -9 NIL NIL NIL) (-636 1541678 1542288 1542473 "KTVLOGIC" 1542756 T KTVLOGIC (NIL) -8 NIL NIL NIL) (-635 1541507 1541537 1541578 "KRCFROM" 1541640 NIL KRCFROM (NIL T) -9 NIL NIL NIL) (-634 1540399 1540598 1540897 "KOVACIC" 1541307 NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-633 1540228 1540258 1540299 "KONVERT" 1540361 NIL KONVERT (NIL T) -9 NIL NIL NIL) (-632 1540057 1540087 1540128 "KOERCE" 1540190 NIL KOERCE (NIL T) -9 NIL NIL NIL) (-631 1539541 1539634 1539766 "KERNEL2" 1539971 NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-630 1537228 1538134 1538511 "KERNEL" 1539197 NIL KERNEL (NIL T) -8 NIL NIL NIL) (-629 1530699 1535705 1535759 "KDAGG" 1536136 NIL KDAGG (NIL T T) -9 NIL 1536342 NIL) (-628 1530210 1530352 1530557 "KDAGG-" 1530562 NIL KDAGG- (NIL T T T) -8 NIL NIL NIL) (-627 1522910 1529871 1530026 "KAFILE" 1530088 NIL KAFILE (NIL T) -8 NIL NIL NIL) (-626 1522514 1522799 1522862 "JVMOP" 1522867 T JVMOP (NIL) -8 NIL NIL NIL) (-625 1521250 1521754 1522003 "JVMMDACC" 1522285 T JVMMDACC (NIL) -8 NIL NIL NIL) (-624 1520186 1520640 1520845 "JVMFDACC" 1521065 T JVMFDACC (NIL) -8 NIL NIL NIL) (-623 1518767 1519262 1519562 "JVMCSTTG" 1519906 T JVMCSTTG (NIL) -8 NIL NIL NIL) (-622 1517903 1518307 1518468 "JVMCFACC" 1518626 T JVMCFACC (NIL) -8 NIL NIL NIL) (-621 1517581 1517820 1517869 "JVMBCODE" 1517874 T JVMBCODE (NIL) -8 NIL NIL NIL) (-620 1511600 1517092 1517320 "JORDAN" 1517402 NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-619 1510913 1511249 1511370 "JOINAST" 1511499 T JOINAST (NIL) -8 NIL NIL NIL) (-618 1506948 1509090 1509144 "IXAGG" 1510073 NIL IXAGG (NIL T T) -9 NIL 1510532 NIL) (-617 1505801 1506173 1506592 "IXAGG-" 1506597 NIL IXAGG- (NIL T T T) -8 NIL NIL NIL) (-616 1500890 1505723 1505782 "IVECTOR" 1505787 NIL IVECTOR (NIL T NIL) -8 NIL NIL NIL) (-615 1499615 1499893 1500159 "ITUPLE" 1500657 NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-614 1498087 1498294 1498589 "ITRIGMNP" 1499437 NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-613 1496814 1497036 1497319 "ITFUN3" 1497863 NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-612 1496412 1496475 1496598 "ITFUN2" 1496737 NIL ITFUN2 (NIL T T) -8 NIL NIL NIL) (-611 1495517 1495892 1496066 "ITFORM" 1496258 T ITFORM (NIL) -8 NIL NIL NIL) (-610 1493286 1494537 1494815 "ITAYLOR" 1495272 NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-609 1481690 1487423 1488586 "ISUPS" 1492156 NIL ISUPS (NIL T) -8 NIL NIL NIL) (-608 1480782 1480934 1481170 "ISUMP" 1481537 NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-607 1475632 1480727 1480768 "ISTRING" 1480773 NIL ISTRING (NIL NIL) -8 NIL NIL NIL) (-606 1475048 1475353 1475445 "ISAST" 1475560 T ISAST (NIL) -8 NIL NIL NIL) (-605 1474245 1474339 1474555 "IRURPK" 1474962 NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-604 1473157 1473382 1473622 "IRSN" 1474025 T IRSN (NIL) -7 NIL NIL NIL) (-603 1471202 1471583 1472012 "IRRF2F" 1472795 NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-602 1470943 1470987 1471063 "IRREDFFX" 1471158 NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-601 1469516 1469817 1470116 "IROOT" 1470676 NIL IROOT (NIL T) -7 NIL NIL NIL) (-600 1468655 1469009 1469160 "IRFORM" 1469385 T IRFORM (NIL) -8 NIL NIL NIL) (-599 1467737 1467868 1468082 "IR2F" 1468538 NIL IR2F (NIL T T) -7 NIL NIL NIL) (-598 1465326 1465845 1466411 "IR2" 1467215 NIL IR2 (NIL T T) -7 NIL NIL NIL) (-597 1461766 1463010 1463702 "IR" 1464666 NIL IR (NIL T) -8 NIL NIL NIL) (-596 1461551 1461591 1461651 "IPRNTPK" 1461726 T IPRNTPK (NIL) -7 NIL NIL NIL) (-595 1457525 1461440 1461509 "IPF" 1461514 NIL IPF (NIL NIL) -8 NIL NIL NIL) (-594 1455553 1457450 1457507 "IPADIC" 1457512 NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-593 1454811 1455113 1455243 "IP4ADDR" 1455443 T IP4ADDR (NIL) -8 NIL NIL NIL) (-592 1454149 1454440 1454572 "IOMODE" 1454699 T IOMODE (NIL) -8 NIL NIL NIL) (-591 1453120 1453746 1453873 "IOBFILE" 1454042 T IOBFILE (NIL) -8 NIL NIL NIL) (-590 1452530 1453024 1453052 "IOBCON" 1453057 T IOBCON (NIL) -9 NIL 1453078 NIL) (-589 1452035 1452099 1452282 "INVLAPLA" 1452466 NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-588 1441605 1444037 1446423 "INTTR" 1449699 NIL INTTR (NIL T T) -7 NIL NIL NIL) (-587 1437898 1438682 1439547 "INTTOOLS" 1440790 NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-586 1437478 1437575 1437692 "INTSLPE" 1437801 T INTSLPE (NIL) -7 NIL NIL NIL) (-585 1434945 1437401 1437460 "INTRVL" 1437465 NIL INTRVL (NIL T) -8 NIL NIL NIL) (-584 1432523 1433059 1433634 "INTRF" 1434430 NIL INTRF (NIL T) -7 NIL NIL NIL) (-583 1431916 1432031 1432173 "INTRET" 1432421 NIL INTRET (NIL T) -7 NIL NIL NIL) (-582 1429889 1430302 1430772 "INTRAT" 1431524 NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-581 1427134 1427735 1428354 "INTPM" 1429374 NIL INTPM (NIL T T) -7 NIL NIL NIL) (-580 1423851 1424478 1425216 "INTPAF" 1426520 NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-579 1418952 1419992 1421043 "INTPACK" 1422820 T INTPACK (NIL) -7 NIL NIL NIL) (-578 1418198 1418356 1418564 "INTHERTR" 1418794 NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-577 1417631 1417717 1417905 "INTHERAL" 1418112 NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-576 1415399 1415920 1416377 "INTHEORY" 1417194 T INTHEORY (NIL) -7 NIL NIL NIL) (-575 1406731 1408426 1410198 "INTG0" 1413751 NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-574 1387256 1392094 1396904 "INTFTBL" 1401941 T INTFTBL (NIL) -8 NIL NIL NIL) (-573 1386481 1386643 1386816 "INTFACT" 1387115 NIL INTFACT (NIL T) -7 NIL NIL NIL) (-572 1383878 1384354 1384911 "INTEF" 1386035 NIL INTEF (NIL T T) -7 NIL NIL NIL) (-571 1382075 1382970 1382998 "INTDOM" 1383299 T INTDOM (NIL) -9 NIL 1383506 NIL) (-570 1381414 1381618 1381860 "INTDOM-" 1381865 NIL INTDOM- (NIL T) -8 NIL NIL NIL) (-569 1377282 1379703 1379757 "INTCAT" 1380556 NIL INTCAT (NIL T) -9 NIL 1380877 NIL) (-568 1376736 1376857 1376985 "INTBIT" 1377174 T INTBIT (NIL) -7 NIL NIL NIL) (-567 1375417 1375589 1375896 "INTALG" 1376581 NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-566 1374894 1374990 1375147 "INTAF" 1375321 NIL INTAF (NIL T T) -7 NIL NIL NIL) (-565 1367861 1374704 1374844 "INTABL" 1374849 NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-564 1367102 1367664 1367729 "INT8" 1367763 T INT8 (NIL) -8 NIL NIL 1367808) (-563 1366342 1366904 1366969 "INT64" 1367003 T INT64 (NIL) -8 NIL NIL 1367048) (-562 1365582 1366144 1366209 "INT32" 1366243 T INT32 (NIL) -8 NIL NIL 1366288) (-561 1364822 1365384 1365449 "INT16" 1365483 T INT16 (NIL) -8 NIL NIL 1365528) (-560 1361024 1364619 1364728 "INT" 1364733 T INT (NIL) -8 NIL NIL NIL) (-559 1355133 1358572 1358600 "INS" 1359534 T INS (NIL) -9 NIL 1360199 NIL) (-558 1352208 1353158 1354125 "INS-" 1354198 NIL INS- (NIL T) -8 NIL NIL NIL) (-557 1350965 1351210 1351508 "INPSIGN" 1351961 NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-556 1350059 1350200 1350397 "INPRODPF" 1350845 NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-555 1348929 1349070 1349307 "INPRODFF" 1349939 NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-554 1347917 1348081 1348341 "INNMFACT" 1348765 NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-553 1347096 1347211 1347399 "INMODGCD" 1347816 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-552 1345580 1345849 1346173 "INFSP" 1346841 NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-551 1344740 1344881 1345064 "INFPROD0" 1345460 NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-550 1344338 1344410 1344508 "INFORM1" 1344675 NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-549 1340905 1342403 1342918 "INFORM" 1343831 T INFORM (NIL) -8 NIL NIL NIL) (-548 1340410 1340517 1340631 "INFINITY" 1340811 T INFINITY (NIL) -7 NIL NIL NIL) (-547 1339484 1340130 1340231 "INETCLTS" 1340329 T INETCLTS (NIL) -8 NIL NIL NIL) (-546 1338082 1338350 1338671 "INEP" 1339232 NIL INEP (NIL T T T) -7 NIL NIL NIL) (-545 1337143 1337979 1338044 "INDE" 1338049 NIL INDE (NIL T) -8 NIL NIL NIL) (-544 1336695 1336775 1336892 "INCRMAPS" 1337070 NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-543 1335417 1335964 1336170 "INBFILE" 1336509 T INBFILE (NIL) -8 NIL NIL NIL) (-542 1330596 1331653 1332597 "INBFF" 1334505 NIL INBFF (NIL T) -7 NIL NIL NIL) (-541 1329450 1329773 1329801 "INBCON" 1330314 T INBCON (NIL) -9 NIL 1330580 NIL) (-540 1328660 1328925 1329201 "INBCON-" 1329206 NIL INBCON- (NIL T) -8 NIL NIL NIL) (-539 1328079 1328384 1328475 "INAST" 1328589 T INAST (NIL) -8 NIL NIL NIL) (-538 1327446 1327758 1327864 "IMPTAST" 1327993 T IMPTAST (NIL) -8 NIL NIL NIL) (-537 1323367 1327290 1327394 "IMATRIX" 1327399 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL NIL) (-536 1322059 1322198 1322514 "IMATQF" 1323223 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-535 1320239 1320506 1320843 "IMATLIN" 1321815 NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-534 1314154 1320163 1320221 "ILIST" 1320226 NIL ILIST (NIL T NIL) -8 NIL NIL NIL) (-533 1311820 1314014 1314127 "IIARRAY2" 1314132 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL NIL) (-532 1306641 1311731 1311795 "IFF" 1311800 NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-531 1305922 1306258 1306374 "IFAST" 1306545 T IFAST (NIL) -8 NIL NIL NIL) (-530 1300434 1305214 1305402 "IFARRAY" 1305779 NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-529 1299472 1300338 1300411 "IFAMON" 1300416 NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-528 1299044 1299121 1299175 "IEVALAB" 1299382 NIL IEVALAB (NIL T T) -9 NIL NIL NIL) (-527 1298707 1298787 1298947 "IEVALAB-" 1298952 NIL IEVALAB- (NIL T T T) -8 NIL NIL NIL) (-526 1297771 1298596 1298671 "IDPOAMS" 1298676 NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-525 1296904 1297660 1297735 "IDPOAM" 1297740 NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-524 1296285 1296819 1296881 "IDPO" 1296886 NIL IDPO (NIL T T) -8 NIL NIL NIL) (-523 1294765 1295292 1295344 "IDPC" 1295856 NIL IDPC (NIL T T) -9 NIL 1296137 NIL) (-522 1294097 1294657 1294730 "IDPAM" 1294735 NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-521 1293312 1293989 1294062 "IDPAG" 1294067 NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-520 1292856 1293118 1293208 "IDENT" 1293242 T IDENT (NIL) -8 NIL NIL NIL) (-519 1289075 1289959 1290854 "IDECOMP" 1292013 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-518 1281710 1282998 1284045 "IDEAL" 1288111 NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-517 1280852 1280982 1281182 "ICDEN" 1281594 NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-516 1279827 1280332 1280479 "ICARD" 1280725 T ICARD (NIL) -8 NIL NIL NIL) (-515 1277857 1278200 1278605 "IBPTOOLS" 1279504 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-514 1272972 1277477 1277590 "IBITS" 1277776 NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-513 1269647 1270271 1270966 "IBATOOL" 1272389 NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-512 1267408 1267888 1268421 "IBACHIN" 1269182 NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-511 1264998 1267254 1267357 "IARRAY2" 1267362 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL NIL) (-510 1260711 1264924 1264981 "IARRAY1" 1264986 NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-509 1253728 1259123 1259604 "IAN" 1260250 T IAN (NIL) -8 NIL NIL NIL) (-508 1253233 1253296 1253469 "IALGFACT" 1253665 NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-507 1252725 1252874 1252902 "HYPCAT" 1253109 T HYPCAT (NIL) -9 NIL NIL NIL) (-506 1252227 1252380 1252566 "HYPCAT-" 1252571 NIL HYPCAT- (NIL T) -8 NIL NIL NIL) (-505 1251774 1252022 1252105 "HOSTNAME" 1252164 T HOSTNAME (NIL) -8 NIL NIL NIL) (-504 1251607 1251656 1251697 "HOMOTOP" 1251702 NIL HOMOTOP (NIL T) -9 NIL 1251735 NIL) (-503 1248040 1249539 1249580 "HOAGG" 1250561 NIL HOAGG (NIL T) -9 NIL 1251290 NIL) (-502 1246556 1247033 1247559 "HOAGG-" 1247564 NIL HOAGG- (NIL T T) -8 NIL NIL NIL) (-501 1239613 1246149 1246299 "HEXADEC" 1246426 T HEXADEC (NIL) -8 NIL NIL NIL) (-500 1238325 1238583 1238846 "HEUGCD" 1239390 NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-499 1237257 1238162 1238292 "HELLFDIV" 1238297 NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-498 1235267 1237034 1237122 "HEAP" 1237201 NIL HEAP (NIL T) -8 NIL NIL NIL) (-497 1234464 1234819 1234953 "HEADAST" 1235153 T HEADAST (NIL) -8 NIL NIL NIL) (-496 1227851 1234379 1234441 "HDP" 1234446 NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-495 1220870 1227486 1227638 "HDMP" 1227752 NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-494 1220176 1220334 1220498 "HB" 1220726 T HB (NIL) -7 NIL NIL NIL) (-493 1213186 1220022 1220126 "HASHTBL" 1220131 NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-492 1212602 1212907 1212999 "HASAST" 1213114 T HASAST (NIL) -8 NIL NIL NIL) (-491 1210015 1212224 1212406 "HACKPI" 1212440 T HACKPI (NIL) -8 NIL NIL NIL) (-490 1205187 1209868 1209981 "GTSET" 1209986 NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-489 1198226 1205065 1205163 "GSTBL" 1205168 NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-488 1189989 1197391 1197647 "GSERIES" 1198026 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-487 1189020 1189533 1189561 "GROUP" 1189764 T GROUP (NIL) -9 NIL 1189898 NIL) (-486 1188344 1188545 1188796 "GROUP-" 1188801 NIL GROUP- (NIL T) -8 NIL NIL NIL) (-485 1186693 1187032 1187419 "GROEBSOL" 1188021 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-484 1185521 1185881 1185932 "GRMOD" 1186461 NIL GRMOD (NIL T T) -9 NIL 1186629 NIL) (-483 1185277 1185325 1185453 "GRMOD-" 1185458 NIL GRMOD- (NIL T T T) -8 NIL NIL NIL) (-482 1180417 1181631 1182631 "GRIMAGE" 1184297 T GRIMAGE (NIL) -8 NIL NIL NIL) (-481 1178811 1179144 1179468 "GRDEF" 1180113 T GRDEF (NIL) -7 NIL NIL NIL) (-480 1178243 1178371 1178512 "GRAY" 1178690 T GRAY (NIL) -7 NIL NIL NIL) (-479 1177320 1177822 1177873 "GRALG" 1178026 NIL GRALG (NIL T T) -9 NIL 1178119 NIL) (-478 1176957 1177054 1177217 "GRALG-" 1177222 NIL GRALG- (NIL T T T) -8 NIL NIL NIL) (-477 1173438 1176540 1176719 "GPOLSET" 1176863 NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-476 1172786 1172849 1173107 "GOSPER" 1173375 NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-475 1168356 1169224 1169750 "GMODPOL" 1172485 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-474 1167343 1167545 1167783 "GHENSEL" 1168168 NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-473 1161415 1162342 1163362 "GENUPS" 1166427 NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-472 1161106 1161163 1161252 "GENUFACT" 1161358 NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-471 1160506 1160595 1160760 "GENPGCD" 1161024 NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-470 1159974 1160015 1160228 "GENMFACT" 1160465 NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-469 1158510 1158797 1159104 "GENEEZ" 1159717 NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-468 1151689 1158121 1158283 "GDMP" 1158433 NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-467 1140427 1145460 1146566 "GCNAALG" 1150672 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-466 1138554 1139602 1139630 "GCDDOM" 1139885 T GCDDOM (NIL) -9 NIL 1140042 NIL) (-465 1137994 1138151 1138366 "GCDDOM-" 1138371 NIL GCDDOM- (NIL T) -8 NIL NIL NIL) (-464 1126466 1128940 1131332 "GBINTERN" 1135685 NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-463 1124267 1124595 1125016 "GBF" 1126141 NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-462 1123024 1123213 1123480 "GBEUCLID" 1124083 NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-461 1121674 1121881 1122185 "GB" 1122803 NIL GB (NIL T T T T) -7 NIL NIL NIL) (-460 1121005 1121148 1121297 "GAUSSFAC" 1121545 T GAUSSFAC (NIL) -7 NIL NIL NIL) (-459 1119326 1119674 1119988 "GALUTIL" 1120724 NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-458 1117586 1117908 1118232 "GALPOLYU" 1119053 NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-457 1114885 1115241 1115648 "GALFACTU" 1117283 NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-456 1106499 1108190 1109798 "GALFACT" 1113317 NIL GALFACT (NIL T) -7 NIL NIL NIL) (-455 1103785 1104545 1104573 "FVFUN" 1105729 T FVFUN (NIL) -9 NIL 1106449 NIL) (-454 1103015 1103233 1103261 "FVC" 1103552 T FVC (NIL) -9 NIL 1103735 NIL) (-453 1102616 1102840 1102908 "FUNDESC" 1102967 T FUNDESC (NIL) -8 NIL NIL NIL) (-452 1102189 1102413 1102494 "FUNCTION" 1102568 NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-451 1100866 1101490 1101693 "FTEM" 1102006 T FTEM (NIL) -8 NIL NIL NIL) (-450 1098496 1099188 1099654 "FT" 1100420 T FT (NIL) -8 NIL NIL NIL) (-449 1096765 1097076 1097473 "FSUPFACT" 1098187 NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-448 1095084 1095451 1095783 "FST" 1096453 T FST (NIL) -8 NIL NIL NIL) (-447 1094265 1094389 1094577 "FSRED" 1094966 NIL FSRED (NIL T T) -7 NIL NIL NIL) (-446 1092954 1093220 1093567 "FSPRMELT" 1093980 NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-445 1090164 1090698 1091184 "FSPECF" 1092517 NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-444 1089686 1089746 1089916 "FSINT" 1090105 NIL FSINT (NIL T T) -7 NIL NIL NIL) (-443 1087822 1088679 1088982 "FSERIES" 1089465 NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-442 1086846 1086980 1087204 "FSCINT" 1087702 NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-441 1085870 1086031 1086258 "FSAGG2" 1086699 NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-440 1081734 1084814 1084855 "FSAGG" 1085225 NIL FSAGG (NIL T) -9 NIL 1085484 NIL) (-439 1079334 1080097 1080893 "FSAGG-" 1080988 NIL FSAGG- (NIL T T) -8 NIL NIL NIL) (-438 1076994 1077292 1077840 "FS2UPS" 1079052 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-437 1075860 1076043 1076345 "FS2EXPXP" 1076819 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-436 1075488 1075537 1075666 "FS2" 1075811 NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-435 1055726 1065262 1065303 "FS" 1069187 NIL FS (NIL T) -9 NIL 1071476 NIL) (-434 1043787 1047362 1051419 "FS-" 1051719 NIL FS- (NIL T T) -8 NIL NIL NIL) (-433 1043201 1043328 1043480 "FRUTIL" 1043667 NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-432 1037712 1040890 1040930 "FRNAALG" 1042250 NIL FRNAALG (NIL T) -9 NIL 1042848 NIL) (-431 1033193 1034461 1035736 "FRNAALG-" 1036486 NIL FRNAALG- (NIL T T) -8 NIL NIL NIL) (-430 1032825 1032874 1033001 "FRNAAF2" 1033144 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-429 1031112 1031674 1031970 "FRMOD" 1032637 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-428 1030297 1030390 1030681 "FRIDEAL2" 1031019 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-427 1027902 1028672 1028990 "FRIDEAL" 1030088 NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-426 1026993 1027449 1027490 "FRETRCT" 1027495 NIL FRETRCT (NIL T) -9 NIL 1027671 NIL) (-425 1026051 1026336 1026687 "FRETRCT-" 1026692 NIL FRETRCT- (NIL T T) -8 NIL NIL NIL) (-424 1022872 1024335 1024394 "FRAMALG" 1025276 NIL FRAMALG (NIL T T) -9 NIL 1025568 NIL) (-423 1020910 1021461 1022091 "FRAMALG-" 1022314 NIL FRAMALG- (NIL T T T) -8 NIL NIL NIL) (-422 1020540 1020603 1020710 "FRAC2" 1020847 NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-421 1013532 1020013 1020290 "FRAC" 1020295 NIL FRAC (NIL T) -8 NIL NIL NIL) (-420 1013162 1013225 1013332 "FR2" 1013469 NIL FR2 (NIL T T) -7 NIL NIL NIL) (-419 1004079 1008657 1010015 "FR" 1011836 NIL FR (NIL T) -8 NIL NIL NIL) (-418 997998 1001458 1001486 "FPS" 1002605 T FPS (NIL) -9 NIL 1003162 NIL) (-417 997423 997556 997720 "FPS-" 997866 NIL FPS- (NIL T) -8 NIL NIL NIL) (-416 994389 996380 996408 "FPC" 996633 T FPC (NIL) -9 NIL 996775 NIL) (-415 994170 994222 994319 "FPC-" 994324 NIL FPC- (NIL T) -8 NIL NIL NIL) (-414 992928 993658 993699 "FPATMAB" 993704 NIL FPATMAB (NIL T) -9 NIL 993856 NIL) (-413 991071 991670 992017 "FPARFRAC" 992644 NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-412 986363 986963 987645 "FORTRAN" 990503 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL NIL) (-411 983937 984601 984629 "FORTFN" 985689 T FORTFN (NIL) -9 NIL 986313 NIL) (-410 983689 983751 983779 "FORTCAT" 983838 T FORTCAT (NIL) -9 NIL 983900 NIL) (-409 981375 981905 982444 "FORT" 983170 T FORT (NIL) -7 NIL NIL NIL) (-408 981157 981193 981262 "FORMULA1" 981339 NIL FORMULA1 (NIL T) -7 NIL NIL NIL) (-407 979161 979773 980163 "FORMULA" 980787 T FORMULA (NIL) -8 NIL NIL NIL) (-406 978678 978736 978909 "FORDER" 979103 NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-405 977738 977938 978131 "FOP" 978505 T FOP (NIL) -7 NIL NIL NIL) (-404 976151 977018 977192 "FNLA" 977620 NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-403 974770 975281 975309 "FNCAT" 975769 T FNCAT (NIL) -9 NIL 976029 NIL) (-402 974213 974729 974757 "FNAME" 974762 T FNAME (NIL) -8 NIL NIL NIL) (-401 972539 973712 973740 "FMTC" 973745 T FMTC (NIL) -9 NIL 973781 NIL) (-400 971088 972475 972521 "FMONOID" 972526 NIL FMONOID (NIL T) -8 NIL NIL NIL) (-399 967677 969043 969084 "FMONCAT" 970301 NIL FMONCAT (NIL T) -9 NIL 970906 NIL) (-398 964999 965747 965775 "FMFUN" 966919 T FMFUN (NIL) -9 NIL 967627 NIL) (-397 961872 962924 962978 "FMCAT" 964173 NIL FMCAT (NIL T T) -9 NIL 964668 NIL) (-396 961105 961322 961350 "FMC" 961640 T FMC (NIL) -9 NIL 961822 NIL) (-395 959773 960871 960971 "FM1" 961050 NIL FM1 (NIL T T) -8 NIL NIL NIL) (-394 958791 959515 959664 "FM" 959669 NIL FM (NIL T T) -8 NIL NIL NIL) (-393 956529 956981 957475 "FLOATRP" 958342 NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-392 953931 954467 955045 "FLOATCP" 955996 NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-391 946594 951660 952281 "FLOAT" 953330 T FLOAT (NIL) -8 NIL NIL NIL) (-390 945112 946186 946227 "FLINEXP" 946232 NIL FLINEXP (NIL T) -9 NIL 946325 NIL) (-389 944242 944501 944829 "FLINEXP-" 944834 NIL FLINEXP- (NIL T T) -8 NIL NIL NIL) (-388 943300 943462 943686 "FLASORT" 944094 NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-387 940218 941270 941322 "FLALG" 942549 NIL FLALG (NIL T T) -9 NIL 943016 NIL) (-386 939242 939403 939630 "FLAGG2" 940071 NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-385 932497 936651 936692 "FLAGG" 937954 NIL FLAGG (NIL T) -9 NIL 938606 NIL) (-384 931151 931562 932052 "FLAGG-" 932057 NIL FLAGG- (NIL T T) -8 NIL NIL NIL) (-383 927789 928996 929055 "FINRALG" 930183 NIL FINRALG (NIL T T) -9 NIL 930691 NIL) (-382 926913 927178 927517 "FINRALG-" 927522 NIL FINRALG- (NIL T T T) -8 NIL NIL NIL) (-381 926219 926518 926546 "FINITE" 926742 T FINITE (NIL) -9 NIL 926849 NIL) (-380 918170 920749 920789 "FINAALG" 924456 NIL FINAALG (NIL T) -9 NIL 925909 NIL) (-379 913286 914552 915696 "FINAALG-" 917075 NIL FINAALG- (NIL T T) -8 NIL NIL NIL) (-378 911846 912268 912322 "FILECAT" 913006 NIL FILECAT (NIL T T) -9 NIL 913222 NIL) (-377 911124 911601 911704 "FILE" 911776 NIL FILE (NIL T) -8 NIL NIL NIL) (-376 908527 910354 910382 "FIELD" 910422 T FIELD (NIL) -9 NIL 910502 NIL) (-375 907069 907532 908043 "FIELD-" 908048 NIL FIELD- (NIL T) -8 NIL NIL NIL) (-374 904752 905704 906051 "FGROUP" 906755 NIL FGROUP (NIL T) -8 NIL NIL NIL) (-373 903824 904006 904226 "FGLMICPK" 904584 NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-372 899079 903749 903806 "FFX" 903811 NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-371 898674 898741 898876 "FFSLPE" 899012 NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-370 898172 898214 898423 "FFPOLY2" 898632 NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-369 894048 894944 895740 "FFPOLY" 897408 NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-368 889317 893967 894030 "FFP" 894035 NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-367 883848 888660 888850 "FFNBX" 889171 NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-366 878181 882983 883241 "FFNBP" 883702 NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-365 872219 877465 877676 "FFNB" 878014 NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-364 871039 871249 871564 "FFINTBAS" 872016 NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-363 866632 869286 869314 "FFIELDC" 869934 T FFIELDC (NIL) -9 NIL 870310 NIL) (-362 865252 865693 866176 "FFIELDC-" 866181 NIL FFIELDC- (NIL T) -8 NIL NIL NIL) (-361 864809 864867 864991 "FFHOM" 865194 NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-360 862468 862991 863508 "FFF" 864324 NIL FFF (NIL T) -7 NIL NIL NIL) (-359 857503 862210 862311 "FFCGX" 862411 NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-358 852542 857235 857342 "FFCGP" 857446 NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-357 847142 852269 852377 "FFCG" 852478 NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-356 846547 846596 846831 "FFCAT2" 847093 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-355 825229 836279 836365 "FFCAT" 841530 NIL FFCAT (NIL T T T) -9 NIL 842981 NIL) (-354 820240 821474 822788 "FFCAT-" 824018 NIL FFCAT- (NIL T T T T) -8 NIL NIL NIL) (-353 815061 820151 820215 "FF" 820220 NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-352 803714 808033 809253 "FEXPR" 813913 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL NIL) (-351 802642 803111 803152 "FEVALAB" 803236 NIL FEVALAB (NIL T) -9 NIL 803497 NIL) (-350 801759 802011 802349 "FEVALAB-" 802354 NIL FEVALAB- (NIL T T) -8 NIL NIL NIL) (-349 798621 799506 799621 "FDIVCAT" 801189 NIL FDIVCAT (NIL T T T T) -9 NIL 801626 NIL) (-348 798377 798410 798580 "FDIVCAT-" 798585 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL NIL) (-347 797591 797684 797961 "FDIV2" 798284 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-346 796001 796974 797177 "FDIV" 797490 NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-345 794909 795296 795498 "FCTRDATA" 795819 T FCTRDATA (NIL) -8 NIL NIL NIL) (-344 793565 793854 794143 "FCPAK1" 794640 T FCPAK1 (NIL) -7 NIL NIL NIL) (-343 792568 793065 793206 "FCOMP" 793456 NIL FCOMP (NIL T) -8 NIL NIL NIL) (-342 775882 779718 783256 "FC" 789050 T FC (NIL) -8 NIL NIL NIL) (-341 767591 772203 772243 "FAXF" 774045 NIL FAXF (NIL T) -9 NIL 774737 NIL) (-340 764732 765539 766357 "FAXF-" 766822 NIL FAXF- (NIL T T) -8 NIL NIL NIL) (-339 759301 764108 764284 "FARRAY" 764589 NIL FARRAY (NIL T) -8 NIL NIL NIL) (-338 753866 756248 756301 "FAMR" 757324 NIL FAMR (NIL T T) -9 NIL 757784 NIL) (-337 752690 753058 753493 "FAMR-" 753498 NIL FAMR- (NIL T T T) -8 NIL NIL NIL) (-336 751717 752612 752665 "FAMONOID" 752670 NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-335 749347 750199 750252 "FAMONC" 751193 NIL FAMONC (NIL T T) -9 NIL 751579 NIL) (-334 747821 749101 749238 "FAGROUP" 749243 NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-333 745574 745935 746338 "FACUTIL" 747502 NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-332 744661 744858 745080 "FACTFUNC" 745384 NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-331 736433 743964 744163 "EXPUPXS" 744517 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-330 733886 734456 735042 "EXPRTUBE" 735867 T EXPRTUBE (NIL) -7 NIL NIL NIL) (-329 730097 730749 731479 "EXPRODE" 733225 NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-328 724531 725238 726044 "EXPR2UPS" 729395 NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-327 724157 724220 724329 "EXPR2" 724468 NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-326 708465 722806 723235 "EXPR" 723761 NIL EXPR (NIL T) -8 NIL NIL NIL) (-325 698803 707616 707907 "EXPEXPAN" 708301 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-324 698223 698527 698618 "EXITAST" 698732 T EXITAST (NIL) -8 NIL NIL NIL) (-323 697987 698180 698209 "EXIT" 698214 T EXIT (NIL) -8 NIL NIL NIL) (-322 697608 697676 697789 "EVALCYC" 697919 NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-321 697125 697267 697308 "EVALAB" 697478 NIL EVALAB (NIL T) -9 NIL 697582 NIL) (-320 696582 696728 696949 "EVALAB-" 696954 NIL EVALAB- (NIL T T) -8 NIL NIL NIL) (-319 693697 695238 695266 "EUCDOM" 695821 T EUCDOM (NIL) -9 NIL 696171 NIL) (-318 692057 692558 693141 "EUCDOM-" 693146 NIL EUCDOM- (NIL T) -8 NIL NIL NIL) (-317 691683 691746 691855 "ESTOOLS2" 691994 NIL ESTOOLS2 (NIL T T) -7 NIL NIL NIL) (-316 691428 691476 691556 "ESTOOLS1" 691635 NIL ESTOOLS1 (NIL T) -7 NIL NIL NIL) (-315 678745 681726 684476 "ESTOOLS" 688698 T ESTOOLS (NIL) -7 NIL NIL NIL) (-314 678484 678522 678604 "ESCONT1" 678707 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL NIL) (-313 674792 675619 676399 "ESCONT" 677724 T ESCONT (NIL) -7 NIL NIL NIL) (-312 674461 674517 674617 "ES2" 674736 NIL ES2 (NIL T T) -7 NIL NIL NIL) (-311 674085 674149 674258 "ES1" 674397 NIL ES1 (NIL T T) -7 NIL NIL NIL) (-310 667786 669716 669744 "ES" 672512 T ES (NIL) -9 NIL 673922 NIL) (-309 662463 664020 665837 "ES-" 666001 NIL ES- (NIL T) -8 NIL NIL NIL) (-308 661655 661808 661984 "ERROR" 662307 T ERROR (NIL) -7 NIL NIL NIL) (-307 654671 661514 661605 "EQTBL" 661610 NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-306 654297 654360 654469 "EQ2" 654608 NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-305 646556 649611 651060 "EQ" 652881 NIL -1500 (NIL T) -8 NIL NIL NIL) (-304 641799 642894 643987 "EP" 645495 NIL EP (NIL T) -7 NIL NIL NIL) (-303 640339 640690 640996 "ENV" 641513 T ENV (NIL) -8 NIL NIL NIL) (-302 639299 639973 640001 "ENTIRER" 640006 T ENTIRER (NIL) -9 NIL 640052 NIL) (-301 635718 637481 637842 "EMR" 639107 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-300 634822 635033 635087 "ELTAGG" 635467 NIL ELTAGG (NIL T T) -9 NIL 635678 NIL) (-299 634529 634603 634744 "ELTAGG-" 634749 NIL ELTAGG- (NIL T T T) -8 NIL NIL NIL) (-298 634287 634322 634376 "ELTAB" 634460 NIL ELTAB (NIL T T) -9 NIL 634512 NIL) (-297 633389 633559 633758 "ELFUTS" 634138 NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-296 633113 633187 633215 "ELEMFUN" 633320 T ELEMFUN (NIL) -9 NIL NIL NIL) (-295 632977 633004 633072 "ELEMFUN-" 633077 NIL ELEMFUN- (NIL T) -8 NIL NIL NIL) (-294 627388 631019 631060 "ELAGG" 632000 NIL ELAGG (NIL T) -9 NIL 632463 NIL) (-293 625565 626107 626770 "ELAGG-" 626775 NIL ELAGG- (NIL T T) -8 NIL NIL NIL) (-292 624847 625014 625170 "ELABOR" 625429 T ELABOR (NIL) -8 NIL NIL NIL) (-291 623453 623787 624081 "ELABEXPR" 624573 T ELABEXPR (NIL) -8 NIL NIL NIL) (-290 615965 618090 618919 "EFUPXS" 622728 NIL EFUPXS (NIL T T T T) -8 NIL NIL NIL) (-289 609091 611214 612025 "EFULS" 615240 NIL EFULS (NIL T T T) -8 NIL NIL NIL) (-288 606528 606934 607406 "EFSTRUC" 608723 NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-287 595965 597885 599433 "EF" 605043 NIL EF (NIL T T) -7 NIL NIL NIL) (-286 594943 595450 595599 "EAB" 595836 T EAB (NIL) -8 NIL NIL NIL) (-285 594065 594902 594930 "E04UCFA" 594935 T E04UCFA (NIL) -8 NIL NIL NIL) (-284 593187 594024 594052 "E04NAFA" 594057 T E04NAFA (NIL) -8 NIL NIL NIL) (-283 592309 593146 593174 "E04MBFA" 593179 T E04MBFA (NIL) -8 NIL NIL NIL) (-282 591431 592268 592296 "E04JAFA" 592301 T E04JAFA (NIL) -8 NIL NIL NIL) (-281 590555 591390 591418 "E04GCFA" 591423 T E04GCFA (NIL) -8 NIL NIL NIL) (-280 589679 590514 590542 "E04FDFA" 590547 T E04FDFA (NIL) -8 NIL NIL NIL) (-279 588801 589638 589666 "E04DGFA" 589671 T E04DGFA (NIL) -8 NIL NIL NIL) (-278 582878 584326 585690 "E04AGNT" 587457 T E04AGNT (NIL) -7 NIL NIL NIL) (-277 581498 582179 582219 "DVARCAT" 582560 NIL DVARCAT (NIL T) -9 NIL 582723 NIL) (-276 580648 580914 581228 "DVARCAT-" 581233 NIL DVARCAT- (NIL T T) -8 NIL NIL NIL) (-275 572616 580447 580576 "DSMP" 580581 NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-274 570967 571758 571799 "DSEXT" 572162 NIL DSEXT (NIL T) -9 NIL 572456 NIL) (-273 569156 569680 570346 "DSEXT-" 570351 NIL DSEXT- (NIL T T) -8 NIL NIL NIL) (-272 568815 568880 568978 "DROPT1" 569091 NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-271 563834 565056 566193 "DROPT0" 567698 T DROPT0 (NIL) -7 NIL NIL NIL) (-270 558417 559779 560847 "DROPT" 562786 T DROPT (NIL) -8 NIL NIL NIL) (-269 556726 557087 557473 "DRAWPT" 558051 T DRAWPT (NIL) -7 NIL NIL NIL) (-268 556353 556412 556530 "DRAWHACK" 556667 NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-267 555054 555353 555644 "DRAWCX" 556082 T DRAWCX (NIL) -7 NIL NIL NIL) (-266 554563 554638 554789 "DRAWCURV" 554980 NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-265 544881 546993 549108 "DRAWCFUN" 552468 T DRAWCFUN (NIL) -7 NIL NIL NIL) (-264 539372 540391 541470 "DRAW" 543855 NIL DRAW (NIL T) -7 NIL NIL NIL) (-263 535843 538037 538078 "DQAGG" 538707 NIL DQAGG (NIL T) -9 NIL 538981 NIL) (-262 522426 530054 530137 "DPOLCAT" 531989 NIL DPOLCAT (NIL T T T T) -9 NIL 532534 NIL) (-261 516945 518611 520569 "DPOLCAT-" 520574 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL NIL) (-260 509802 516806 516904 "DPMO" 516909 NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-259 502556 509582 509749 "DPMM" 509754 NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-258 502078 502340 502429 "DOMTMPLT" 502487 T DOMTMPLT (NIL) -8 NIL NIL NIL) (-257 501427 501880 501960 "DOMCTOR" 502018 T DOMCTOR (NIL) -8 NIL NIL NIL) (-256 500579 500907 501058 "DOMAIN" 501296 T DOMAIN (NIL) -8 NIL NIL NIL) (-255 493598 500214 500366 "DMP" 500480 NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-254 491375 492665 492706 "DMEXT" 492711 NIL DMEXT (NIL T) -9 NIL 492887 NIL) (-253 490969 491031 491175 "DLP" 491313 NIL DLP (NIL T) -7 NIL NIL NIL) (-252 484092 490296 490486 "DLIST" 490811 NIL DLIST (NIL T) -8 NIL NIL NIL) (-251 480630 482917 482958 "DLAGG" 483508 NIL DLAGG (NIL T) -9 NIL 483738 NIL) (-250 479142 479956 479984 "DIVRING" 480076 T DIVRING (NIL) -9 NIL 480159 NIL) (-249 478325 478569 478869 "DIVRING-" 478874 NIL DIVRING- (NIL T) -8 NIL NIL NIL) (-248 476367 476784 477190 "DISPLAY" 477939 T DISPLAY (NIL) -7 NIL NIL NIL) (-247 475197 475418 475683 "DIRPROD2" 476160 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-246 468604 475111 475174 "DIRPROD" 475179 NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-245 456816 463315 463368 "DIRPCAT" 463626 NIL DIRPCAT (NIL NIL T) -9 NIL 464501 NIL) (-244 454016 454784 455665 "DIRPCAT-" 456002 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL NIL) (-243 453297 453463 453649 "DIOSP" 453850 T DIOSP (NIL) -7 NIL NIL NIL) (-242 449711 452181 452222 "DIOPS" 452656 NIL DIOPS (NIL T) -9 NIL 452885 NIL) (-241 449230 449374 449565 "DIOPS-" 449570 NIL DIOPS- (NIL T T) -8 NIL NIL NIL) (-240 448137 448909 448937 "DIFRING" 448942 T DIFRING (NIL) -9 NIL 448964 NIL) (-239 447785 447883 447911 "DIFFSPC" 448030 T DIFFSPC (NIL) -9 NIL 448105 NIL) (-238 447406 447508 447660 "DIFFSPC-" 447665 NIL DIFFSPC- (NIL T) -8 NIL NIL NIL) (-237 446342 446940 446981 "DIFFMOD" 446986 NIL DIFFMOD (NIL T) -9 NIL 447084 NIL) (-236 446038 446095 446136 "DIFFDOM" 446257 NIL DIFFDOM (NIL T) -9 NIL 446325 NIL) (-235 445885 445915 445999 "DIFFDOM-" 446004 NIL DIFFDOM- (NIL T T) -8 NIL NIL NIL) (-234 443625 445089 445130 "DIFEXT" 445135 NIL DIFEXT (NIL T) -9 NIL 445288 NIL) (-233 440659 443129 443170 "DIAGG" 443175 NIL DIAGG (NIL T) -9 NIL 443195 NIL) (-232 440007 440200 440452 "DIAGG-" 440457 NIL DIAGG- (NIL T T) -8 NIL NIL NIL) (-231 434857 438966 439243 "DHMATRIX" 439776 NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-230 430325 431378 432388 "DFSFUN" 433867 T DFSFUN (NIL) -7 NIL NIL NIL) (-229 424566 429256 429568 "DFLOAT" 430033 T DFLOAT (NIL) -8 NIL NIL NIL) (-228 422805 423110 423499 "DFINTTLS" 424274 NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-227 419624 420826 421226 "DERHAM" 422471 NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-226 417160 419399 419488 "DEQUEUE" 419568 NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-225 416402 416547 416730 "DEGRED" 417022 NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-224 412808 413577 414423 "DEFINTRF" 415630 NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-223 410345 410832 411424 "DEFINTEF" 412327 NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-222 409629 409965 410080 "DEFAST" 410250 T DEFAST (NIL) -8 NIL NIL NIL) (-221 402686 409222 409372 "DECIMAL" 409499 T DECIMAL (NIL) -8 NIL NIL NIL) (-220 400144 400656 401162 "DDFACT" 402230 NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-219 399734 399783 399934 "DBLRESP" 400095 NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-218 398935 399504 399595 "DBASIS" 399683 NIL DBASIS (NIL NIL) -8 NIL NIL NIL) (-217 396719 397165 397526 "DBASE" 398701 NIL DBASE (NIL T) -8 NIL NIL NIL) (-216 395907 396199 396345 "DATAARY" 396618 NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-215 394965 395866 395894 "D03FAFA" 395899 T D03FAFA (NIL) -8 NIL NIL NIL) (-214 394024 394924 394952 "D03EEFA" 394957 T D03EEFA (NIL) -8 NIL NIL NIL) (-213 391950 392440 392929 "D03AGNT" 393555 T D03AGNT (NIL) -7 NIL NIL NIL) (-212 391191 391909 391937 "D02EJFA" 391942 T D02EJFA (NIL) -8 NIL NIL NIL) (-211 390432 391150 391178 "D02CJFA" 391183 T D02CJFA (NIL) -8 NIL NIL NIL) (-210 389673 390391 390419 "D02BHFA" 390424 T D02BHFA (NIL) -8 NIL NIL NIL) (-209 388914 389632 389660 "D02BBFA" 389665 T D02BBFA (NIL) -8 NIL NIL NIL) (-208 382045 383700 385306 "D02AGNT" 387328 T D02AGNT (NIL) -7 NIL NIL NIL) (-207 379795 380336 380882 "D01WGTS" 381519 T D01WGTS (NIL) -7 NIL NIL NIL) (-206 378802 379754 379782 "D01TRNS" 379787 T D01TRNS (NIL) -8 NIL NIL NIL) (-205 377810 378761 378789 "D01GBFA" 378794 T D01GBFA (NIL) -8 NIL NIL NIL) (-204 376818 377769 377797 "D01FCFA" 377802 T D01FCFA (NIL) -8 NIL NIL NIL) (-203 375826 376777 376805 "D01ASFA" 376810 T D01ASFA (NIL) -8 NIL NIL NIL) (-202 374834 375785 375813 "D01AQFA" 375818 T D01AQFA (NIL) -8 NIL NIL NIL) (-201 373842 374793 374821 "D01APFA" 374826 T D01APFA (NIL) -8 NIL NIL NIL) (-200 372850 373801 373829 "D01ANFA" 373834 T D01ANFA (NIL) -8 NIL NIL NIL) (-199 371858 372809 372837 "D01AMFA" 372842 T D01AMFA (NIL) -8 NIL NIL NIL) (-198 370866 371817 371845 "D01ALFA" 371850 T D01ALFA (NIL) -8 NIL NIL NIL) (-197 369874 370825 370853 "D01AKFA" 370858 T D01AKFA (NIL) -8 NIL NIL NIL) (-196 368882 369833 369861 "D01AJFA" 369866 T D01AJFA (NIL) -8 NIL NIL NIL) (-195 362105 363730 365291 "D01AGNT" 367341 T D01AGNT (NIL) -7 NIL NIL NIL) (-194 361424 361570 361722 "CYCLOTOM" 361973 T CYCLOTOM (NIL) -7 NIL NIL NIL) (-193 358079 358872 359599 "CYCLES" 360717 T CYCLES (NIL) -7 NIL NIL NIL) (-192 357379 357525 357696 "CVMP" 357940 NIL CVMP (NIL T) -7 NIL NIL NIL) (-191 355166 355478 355847 "CTRIGMNP" 357107 NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-190 354639 354897 354998 "CTORKIND" 355085 T CTORKIND (NIL) -8 NIL NIL NIL) (-189 353844 354232 354260 "CTORCAT" 354442 T CTORCAT (NIL) -9 NIL 354555 NIL) (-188 353418 353553 353712 "CTORCAT-" 353717 NIL CTORCAT- (NIL T) -8 NIL NIL NIL) (-187 352832 353092 353200 "CTORCALL" 353342 NIL CTORCALL (NIL T) -8 NIL NIL NIL) (-186 352190 352626 352699 "CTOR" 352779 T CTOR (NIL) -8 NIL NIL NIL) (-185 351546 351663 351816 "CSTTOOLS" 352087 NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-184 347243 348002 348760 "CRFP" 350858 NIL CRFP (NIL T T) -7 NIL NIL NIL) (-183 346658 346964 347056 "CRCEAST" 347171 T CRCEAST (NIL) -8 NIL NIL NIL) (-182 345681 345890 346118 "CRAPACK" 346462 NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-181 345061 345166 345370 "CPMATCH" 345557 NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-180 344780 344814 344920 "CPIMA" 345027 NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-179 341038 341800 342519 "COORDSYS" 344115 NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-178 340426 340571 340713 "CONTOUR" 340916 T CONTOUR (NIL) -8 NIL NIL NIL) (-177 335898 338429 338921 "CONTFRAC" 339966 NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-176 335772 335799 335827 "CONDUIT" 335864 T CONDUIT (NIL) -9 NIL NIL NIL) (-175 334726 335400 335428 "COMRING" 335433 T COMRING (NIL) -9 NIL 335485 NIL) (-174 333708 334084 334268 "COMPPROP" 334562 T COMPPROP (NIL) -8 NIL NIL NIL) (-173 333363 333404 333532 "COMPLPAT" 333667 NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-172 332993 333056 333163 "COMPLEX2" 333300 NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-171 321397 332802 332911 "COMPLEX" 332916 NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-170 320718 320857 321017 "COMPILER" 321257 T COMPILER (NIL) -8 NIL NIL NIL) (-169 320430 320471 320569 "COMPFACT" 320677 NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-168 301824 314134 314174 "COMPCAT" 315178 NIL COMPCAT (NIL T) -9 NIL 316526 NIL) (-167 290712 294263 297890 "COMPCAT-" 298246 NIL COMPCAT- (NIL T T) -8 NIL NIL NIL) (-166 290435 290469 290572 "COMMUPC" 290678 NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-165 290223 290263 290322 "COMMONOP" 290396 T COMMONOP (NIL) -7 NIL NIL NIL) (-164 289745 290027 290102 "COMMAAST" 290168 T COMMAAST (NIL) -8 NIL NIL NIL) (-163 289252 289496 289583 "COMM" 289678 T COMM (NIL) -8 NIL NIL NIL) (-162 288447 288695 288723 "COMBOPC" 289061 T COMBOPC (NIL) -9 NIL 289236 NIL) (-161 287301 287553 287795 "COMBINAT" 288237 NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-160 283644 284332 284959 "COMBF" 286723 NIL COMBF (NIL T T) -7 NIL NIL NIL) (-159 282306 282760 282995 "COLOR" 283429 T COLOR (NIL) -8 NIL NIL NIL) (-158 281722 282027 282119 "COLONAST" 282234 T COLONAST (NIL) -8 NIL NIL NIL) (-157 281356 281409 281534 "CMPLXRT" 281669 NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-156 280744 281056 281155 "CLLCTAST" 281277 T CLLCTAST (NIL) -8 NIL NIL NIL) (-155 276203 277274 278354 "CLIP" 279684 T CLIP (NIL) -7 NIL NIL NIL) (-154 274376 275304 275544 "CLIF" 276030 NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-153 270358 272494 272535 "CLAGG" 273464 NIL CLAGG (NIL T) -9 NIL 274000 NIL) (-152 268702 269237 269820 "CLAGG-" 269825 NIL CLAGG- (NIL T T) -8 NIL NIL NIL) (-151 268240 268331 268471 "CINTSLPE" 268611 NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-150 265705 266212 266760 "CHVAR" 267768 NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-149 264745 265419 265447 "CHARZ" 265452 T CHARZ (NIL) -9 NIL 265467 NIL) (-148 264493 264539 264617 "CHARPOL" 264699 NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-147 263411 264117 264145 "CHARNZ" 264206 T CHARNZ (NIL) -9 NIL 264255 NIL) (-146 260355 261465 261994 "CHAR" 262902 T CHAR (NIL) -8 NIL NIL NIL) (-145 260063 260142 260170 "CFCAT" 260281 T CFCAT (NIL) -9 NIL NIL NIL) (-144 259286 259415 259598 "CDEN" 259947 NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-143 254883 258439 258719 "CCLASS" 259026 T CCLASS (NIL) -8 NIL NIL NIL) (-142 254104 254291 254468 "CATEGORY" 254726 T -10 (NIL) -8 NIL NIL NIL) (-141 253599 254023 254071 "CATCTOR" 254076 T CATCTOR (NIL) -8 NIL NIL NIL) (-140 252990 253302 253400 "CATAST" 253521 T CATAST (NIL) -8 NIL NIL NIL) (-139 252406 252711 252803 "CASEAST" 252918 T CASEAST (NIL) -8 NIL NIL NIL) (-138 251502 251662 251883 "CARTEN2" 252253 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-137 246400 247659 248403 "CARTEN" 250814 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-136 244530 245550 245807 "CARD" 246163 T CARD (NIL) -8 NIL NIL NIL) (-135 244052 244334 244409 "CAPSLAST" 244475 T CAPSLAST (NIL) -8 NIL NIL NIL) (-134 243494 243750 243778 "CACHSET" 243910 T CACHSET (NIL) -9 NIL 243988 NIL) (-133 242884 243272 243300 "CABMON" 243350 T CABMON (NIL) -9 NIL 243406 NIL) (-132 242321 242588 242698 "BYTEORD" 242794 T BYTEORD (NIL) -8 NIL NIL NIL) (-131 237248 241826 241998 "BYTEBUF" 242169 T BYTEBUF (NIL) -8 NIL NIL NIL) (-130 236006 236763 236912 "BYTE" 237075 T BYTE (NIL) -8 NIL NIL 237204) (-129 233268 235698 235805 "BTREE" 235932 NIL BTREE (NIL T) -8 NIL NIL NIL) (-128 230470 232916 233038 "BTOURN" 233178 NIL BTOURN (NIL T) -8 NIL NIL NIL) (-127 227577 229912 229953 "BTCAT" 230021 NIL BTCAT (NIL T) -9 NIL 230098 NIL) (-126 227226 227324 227473 "BTCAT-" 227478 NIL BTCAT- (NIL T T) -8 NIL NIL NIL) (-125 222115 226472 226500 "BTAGG" 226614 T BTAGG (NIL) -9 NIL 226724 NIL) (-124 221569 221730 221936 "BTAGG-" 221941 NIL BTAGG- (NIL T) -8 NIL NIL NIL) (-123 218305 220847 221062 "BSTREE" 221386 NIL BSTREE (NIL T) -8 NIL NIL NIL) (-122 217413 217569 217753 "BRILL" 218161 NIL BRILL (NIL T) -7 NIL NIL NIL) (-121 213808 216111 216152 "BRAGG" 216801 NIL BRAGG (NIL T) -9 NIL 217059 NIL) (-120 212241 212743 213298 "BRAGG-" 213303 NIL BRAGG- (NIL T T) -8 NIL NIL NIL) (-119 204498 211585 211770 "BPADICRT" 212088 NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-118 202514 204435 204480 "BPADIC" 204485 NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-117 202206 202242 202356 "BOUNDZRO" 202478 NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-116 199933 200391 200866 "BOP1" 201764 NIL BOP1 (NIL T) -7 NIL NIL NIL) (-115 194915 196359 197271 "BOP" 199041 T BOP (NIL) -8 NIL NIL NIL) (-114 193580 194503 194645 "BOOLEAN" 194793 T BOOLEAN (NIL) -8 NIL NIL NIL) (-113 193173 193330 193358 "BOOLE" 193469 T BOOLE (NIL) -9 NIL 193550 NIL) (-112 193041 193068 193134 "BOOLE-" 193139 NIL BOOLE- (NIL T) -8 NIL NIL NIL) (-111 192210 192710 192764 "BMODULE" 192769 NIL BMODULE (NIL T T) -9 NIL 192834 NIL) (-110 187531 192008 192081 "BITS" 192157 T BITS (NIL) -8 NIL NIL NIL) (-109 186928 187071 187211 "BINDING" 187411 T BINDING (NIL) -8 NIL NIL NIL) (-108 179988 186523 186672 "BINARY" 186799 T BINARY (NIL) -8 NIL NIL NIL) (-107 177595 179215 179256 "BGAGG" 179516 NIL BGAGG (NIL T) -9 NIL 179653 NIL) (-106 177420 177458 177549 "BGAGG-" 177554 NIL BGAGG- (NIL T T) -8 NIL NIL NIL) (-105 176443 176804 177009 "BFUNCT" 177235 T BFUNCT (NIL) -8 NIL NIL NIL) (-104 175113 175311 175599 "BEZOUT" 176267 NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-103 171311 173965 174295 "BBTREE" 174816 NIL BBTREE (NIL T) -8 NIL NIL NIL) (-102 170894 170990 171018 "BASTYPE" 171195 T BASTYPE (NIL) -9 NIL 171294 NIL) (-101 170552 170651 170786 "BASTYPE-" 170791 NIL BASTYPE- (NIL T) -8 NIL NIL NIL) (-100 169974 170062 170214 "BALFACT" 170463 NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-99 168710 169389 169575 "AUTOMOR" 169819 NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-98 168436 168441 168467 "ATTREG" 168472 T ATTREG (NIL) -9 NIL NIL NIL) (-97 166598 167133 167485 "ATTRBUT" 168102 T ATTRBUT (NIL) -8 NIL NIL NIL) (-96 166152 166426 166492 "ATTRAST" 166550 T ATTRAST (NIL) -8 NIL NIL NIL) (-95 165652 165801 165827 "ATRIG" 166028 T ATRIG (NIL) -9 NIL NIL NIL) (-94 165449 165502 165589 "ATRIG-" 165594 NIL ATRIG- (NIL T) -8 NIL NIL NIL) (-93 165032 165266 165292 "ASTCAT" 165297 T ASTCAT (NIL) -9 NIL 165327 NIL) (-92 164741 164818 164937 "ASTCAT-" 164942 NIL ASTCAT- (NIL T) -8 NIL NIL NIL) (-91 162715 164517 164605 "ASTACK" 164684 NIL ASTACK (NIL T) -8 NIL NIL NIL) (-90 161204 161517 161882 "ASSOCEQ" 162397 NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-89 160128 160863 160987 "ASP9" 161111 NIL ASP9 (NIL NIL) -8 NIL NIL NIL) (-88 158888 159733 159875 "ASP80" 160017 NIL ASP80 (NIL NIL) -8 NIL NIL NIL) (-87 158615 158836 158875 "ASP8" 158880 NIL ASP8 (NIL NIL) -8 NIL NIL NIL) (-86 157461 158292 158410 "ASP78" 158528 NIL ASP78 (NIL NIL) -8 NIL NIL NIL) (-85 156322 157141 157258 "ASP77" 157375 NIL ASP77 (NIL NIL) -8 NIL NIL NIL) (-84 155126 155960 156091 "ASP74" 156222 NIL ASP74 (NIL NIL) -8 NIL NIL NIL) (-83 153918 154761 154893 "ASP73" 155025 NIL ASP73 (NIL NIL) -8 NIL NIL NIL) (-82 152708 153553 153685 "ASP7" 153817 NIL ASP7 (NIL NIL) -8 NIL NIL NIL) (-81 151704 152534 152634 "ASP6" 152639 NIL ASP6 (NIL NIL) -8 NIL NIL NIL) (-80 150543 151381 151499 "ASP55" 151617 NIL ASP55 (NIL NIL) -8 NIL NIL NIL) (-79 149384 150217 150336 "ASP50" 150455 NIL ASP50 (NIL NIL) -8 NIL NIL NIL) (-78 148364 149085 149195 "ASP49" 149305 NIL ASP49 (NIL NIL) -8 NIL NIL NIL) (-77 147040 147903 148071 "ASP42" 148253 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-76 145709 146573 146743 "ASP41" 146927 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-75 144689 145410 145520 "ASP4" 145630 NIL ASP4 (NIL NIL) -8 NIL NIL NIL) (-74 143531 144366 144484 "ASP35" 144602 NIL ASP35 (NIL NIL) -8 NIL NIL NIL) (-73 143260 143479 143518 "ASP34" 143523 NIL ASP34 (NIL NIL) -8 NIL NIL NIL) (-72 142979 143064 143140 "ASP33" 143215 NIL ASP33 (NIL NIL) -8 NIL NIL NIL) (-71 141765 142614 142746 "ASP31" 142878 NIL ASP31 (NIL NIL) -8 NIL NIL NIL) (-70 141494 141713 141752 "ASP30" 141757 NIL ASP30 (NIL NIL) -8 NIL NIL NIL) (-69 141211 141298 141374 "ASP29" 141449 NIL ASP29 (NIL NIL) -8 NIL NIL NIL) (-68 140940 141159 141198 "ASP28" 141203 NIL ASP28 (NIL NIL) -8 NIL NIL NIL) (-67 140669 140888 140927 "ASP27" 140932 NIL ASP27 (NIL NIL) -8 NIL NIL NIL) (-66 139645 140367 140478 "ASP24" 140589 NIL ASP24 (NIL NIL) -8 NIL NIL NIL) (-65 138614 139447 139559 "ASP20" 139564 NIL ASP20 (NIL NIL) -8 NIL NIL NIL) (-64 137449 138288 138407 "ASP19" 138526 NIL ASP19 (NIL NIL) -8 NIL NIL NIL) (-63 137168 137253 137329 "ASP12" 137404 NIL ASP12 (NIL NIL) -8 NIL NIL NIL) (-62 135912 136767 136911 "ASP10" 137055 NIL ASP10 (NIL NIL) -8 NIL NIL NIL) (-61 134892 135613 135723 "ASP1" 135833 NIL ASP1 (NIL NIL) -8 NIL NIL NIL) (-60 132504 134736 134827 "ARRAY2" 134832 NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 131518 131709 131930 "ARRAY12" 132327 NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-58 126878 131166 131280 "ARRAY1" 131435 NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-57 120923 123080 123155 "ARR2CAT" 125785 NIL ARR2CAT (NIL T T T) -9 NIL 126543 NIL) (-56 118213 119101 120055 "ARR2CAT-" 120060 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL NIL) (-55 117464 117840 117965 "ARITY" 118106 T ARITY (NIL) -8 NIL NIL NIL) (-54 116222 116392 116691 "APPRULE" 117300 NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 115867 115921 116040 "APPLYORE" 116168 NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 115121 115268 115425 "ANY1" 115741 NIL ANY1 (NIL T) -7 NIL NIL NIL) (-51 114421 114714 114834 "ANY" 115019 T ANY (NIL) -8 NIL NIL NIL) (-50 111747 112858 113185 "ANTISYM" 114145 NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 111191 111454 111550 "ANON" 111669 T ANON (NIL) -8 NIL NIL NIL) (-48 104354 109730 110184 "AN" 110755 T AN (NIL) -8 NIL NIL NIL) (-47 100017 101626 101677 "AMR" 102425 NIL AMR (NIL T T) -9 NIL 103025 NIL) (-46 99069 99350 99713 "AMR-" 99718 NIL AMR- (NIL T T T) -8 NIL NIL NIL) (-45 82538 98986 99047 "ALIST" 99052 NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 78835 82132 82301 "ALGSC" 82456 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 75285 75945 76552 "ALGPKG" 78275 NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 74550 74663 74847 "ALGMFACT" 75171 NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 70533 71164 71758 "ALGMANIP" 74134 NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 59893 70159 70309 "ALGFF" 70466 NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 59065 59220 59399 "ALGFACT" 59751 NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 57854 58592 58630 "ALGEBRA" 58635 NIL ALGEBRA (NIL T) -9 NIL 58676 NIL) (-37 57554 57631 57763 "ALGEBRA-" 57768 NIL ALGEBRA- (NIL T T) -8 NIL NIL NIL) (-36 38508 55391 55443 "ALAGG" 55579 NIL ALAGG (NIL T T) -9 NIL 55740 NIL) (-35 38008 38157 38183 "AHYP" 38384 T AHYP (NIL) -9 NIL NIL NIL) (-34 36893 37187 37213 "AGG" 37712 T AGG (NIL) -9 NIL 37991 NIL) (-33 36291 36489 36703 "AGG-" 36708 NIL AGG- (NIL T) -8 NIL NIL NIL) (-32 34051 34520 34925 "AF" 35933 NIL AF (NIL T T) -7 NIL NIL NIL) (-31 33471 33776 33866 "ADDAST" 33979 T ADDAST (NIL) -8 NIL NIL NIL) (-30 32703 32998 33154 "ACPLOT" 33333 T ACPLOT (NIL) -8 NIL NIL NIL) (-29 20267 29635 29673 "ACFS" 30280 NIL ACFS (NIL T) -9 NIL 30519 NIL) (-28 18174 18784 19546 "ACFS-" 19551 NIL ACFS- (NIL T T) -8 NIL NIL NIL) (-27 13882 16207 16233 "ACF" 17112 T ACF (NIL) -9 NIL 17525 NIL) (-26 12514 12920 13413 "ACF-" 13418 NIL ACF- (NIL T) -8 NIL NIL NIL) (-25 12024 12267 12293 "ABELSG" 12385 T ABELSG (NIL) -9 NIL 12450 NIL) (-24 11885 11916 11982 "ABELSG-" 11987 NIL ABELSG- (NIL T) -8 NIL NIL NIL) (-23 11154 11501 11527 "ABELMON" 11697 T ABELMON (NIL) -9 NIL 11809 NIL) (-22 10794 10902 11040 "ABELMON-" 11045 NIL ABELMON- (NIL T) -8 NIL NIL NIL) (-21 10044 10500 10526 "ABELGRP" 10598 T ABELGRP (NIL) -9 NIL 10673 NIL) (-20 9471 9636 9852 "ABELGRP-" 9857 NIL ABELGRP- (NIL T) -8 NIL NIL NIL) (-19 4579 8733 8772 "A1AGG" 8777 NIL A1AGG (NIL T) -9 NIL 8817 NIL) (-18 30 1497 3059 "A1AGG-" 3064 NIL A1AGG- (NIL T T) -8 NIL NIL NIL)) \ No newline at end of file
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1573 (((-1289 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-319)) (|has| |#1| (-376))) ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 10 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-3575 (($ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-3442 (((-114) $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-1852 (($ $ (-560)) NIL T ELT) (($ $ (-560) (-560)) NIL T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) NIL T ELT)) (-1402 (((-1289 |#1| |#2| |#3|) $) NIL T ELT)) (-2664 (((-3 (-1289 |#1| |#2| |#3|) "failed") $) NIL T ELT)) (-2769 (((-1289 |#1| |#2| |#3|) $) NIL T ELT)) (-2267 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2243 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2824 (((-560) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) NIL T ELT)) (-2290 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-1289 |#1| |#2| |#3|) "failed") $) NIL T ELT) (((-3 (-1209) "failed") $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1070 (-1209))) (|has| |#1| (-376))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) ELT)) (-4072 (((-1289 |#1| |#2| |#3|) $) NIL T ELT) (((-1209) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1070 (-1209))) (|has| |#1| (-376))) ELT) (((-421 (-560)) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-560) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) ELT)) (-2460 (($ $) NIL T ELT) (($ (-560) $) NIL T ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-1289 |#1| |#2| |#3|)) (-711 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-1289 |#1| |#2| |#3|))) (|:| |vec| (-1299 (-1289 |#1| |#2| |#3|)))) (-711 $) (-1299 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-1981 (((-421 (-976 |#1|)) $ (-560)) NIL (|has| |#1| (-571)) ELT) (((-421 (-976 |#1|)) $ (-560) (-560)) NIL (|has| |#1| (-571)) ELT)) (-2150 (($) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-1366 (((-114) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) ELT)) (-2512 (((-114) $) NIL T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-912 (-391))) (|has| |#1| (-376))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-912 (-560))) (|has| |#1| (-376))) ELT)) (-2918 (((-560) $) NIL T ELT) (((-560) $ (-560)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3125 (((-1289 |#1| |#2| |#3|) $) NIL (|has| |#1| (-376)) ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3851 (((-713 $) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1184)) (|has| |#1| (-376))) ELT)) (-1501 (((-114) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) ELT)) (-2842 (($ $ (-949)) NIL T ELT)) (-2647 (($ (-1 |#1| (-560)) $) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-560)) 18 T ELT) (($ $ (-1114) (-560)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-560))) NIL T ELT)) (-1622 (($ $ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-3934 (($ $ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-376)) ELT)) (-3343 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2974 (((-711 (-1289 |#1| |#2| |#3|)) (-1299 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-1289 |#1| |#2| |#3|))) (|:| |vec| (-1299 (-1289 |#1| |#2| |#3|)))) (-1299 $) $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-1299 $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-660 (-560))) (|has| |#1| (-376))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2780 (($ (-560) (-1289 |#1| |#2| |#3|)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3671 (($ $) 27 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT) (($ $ (-1296 |#2|)) 28 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2689 (($) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1184)) (|has| |#1| (-376))) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2568 (($ $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-319)) (|has| |#1| (-376))) ELT)) (-1770 (((-1289 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-560)) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2784 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT) (($ $ (-1209) (-1289 |#1| |#2| |#3|)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-528 (-1209) (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1209)) (-663 (-1289 |#1| |#2| |#3|))) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-528 (-1209) (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-305 (-1289 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-321 (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-305 (-1289 |#1| |#2| |#3|))) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-321 (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-321 (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1289 |#1| |#2| |#3|)) (-663 (-1289 |#1| |#2| |#3|))) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-321 (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-560)) NIL T ELT) (($ $ $) NIL (|has| (-560) (-1144)) ELT) (($ $ (-1289 |#1| |#2| |#3|)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-298 (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|))) (|has| |#1| (-376))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1 (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|)) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|))) NIL (|has| |#1| (-376)) ELT) (($ $ (-1296 |#2|)) 26 T ELT) (($ $) 25 (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT)) (-3200 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3138 (((-1289 |#1| |#2| |#3|) $) NIL (|has| |#1| (-376)) ELT)) (-4144 (((-560) $) NIL T ELT)) (-2304 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1830 (((-549) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-633 (-549))) (|has| |#1| (-376))) ELT) (((-391) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1052)) (|has| |#1| (-376))) ELT) (((-229) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1052)) (|has| |#1| (-376))) ELT) (((-916 (-391)) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-633 (-916 (-391)))) (|has| |#1| (-376))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-633 (-916 (-560)))) (|has| |#1| (-376))) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1289 |#1| |#2| |#3|)) NIL T ELT) (($ (-1296 |#2|)) 24 T ELT) (($ (-1209)) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-1070 (-1209))) (|has| |#1| (-376))) ELT) (($ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT) (($ (-421 (-560))) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-1070 (-560))) (|has| |#1| (-376))) (|has| |#1| (-38 (-421 (-560))))) ELT)) (-3580 ((|#1| $ (-560)) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-147)) (|has| |#1| (-376))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-3236 ((|#1| $) 11 T ELT)) (-3887 (((-1289 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-559)) (|has| |#1| (-376))) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-940)) (|has| |#1| (-376))) (|has| |#1| (-571))) ELT)) (-2317 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-560)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1958 (($ $) NIL (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) ELT)) (-2971 (($) 20 T CONST)) (-2983 (($) 15 T CONST)) (-3095 (($ $ (-1 (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|)) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|))) NIL (|has| |#1| (-376)) ELT) (($ $ (-1296 |#2|)) NIL T ELT) (($ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-240)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-928 (-1209))) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT)) (-2537 (((-114) $ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-2510 (((-114) $ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2525 (((-114) $ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-2499 (((-114) $ $) NIL (-2309 (-12 (|has| (-1289 |#1| |#2| |#3|) (-844)) (|has| |#1| (-376))) (-12 (|has| (-1289 |#1| |#2| |#3|) (-872)) (|has| |#1| (-376)))) ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT) (($ (-1289 |#1| |#2| |#3|) (-1289 |#1| |#2| |#3|)) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 22 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-1289 |#1| |#2| |#3|)) NIL (|has| |#1| (-376)) ELT) (($ (-1289 |#1| |#2| |#3|) $) NIL (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1259 |#1| |#2| |#3|) (-13 (-1263 |#1| (-1289 |#1| |#2| |#3|)) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1296 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|))) (-1081) (-1209) |#1|) (T -1259))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1259 *3 *4 *5)) (-4 *3 (-1081)) (-14 *5 *3))) (-3671 (*1 *1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1259 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3))))
+(-13 (-1263 |#1| (-1289 |#1| |#2| |#3|)) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1296 |#2|))) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|)))
+((-1793 (((-1259 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1259 |#1| |#3| |#5|)) 23 T ELT)))
+(((-1260 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1793 ((-1259 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1259 |#1| |#3| |#5|)))) (-1081) (-1081) (-1209) (-1209) |#1| |#2|) (T -1260))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1259 *5 *7 *9)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-14 *7 (-1209)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1259 *6 *8 *10)) (-5 *1 (-1260 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1209)))))
+(-10 -7 (-15 -1793 ((-1259 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1259 |#1| |#3| |#5|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 (-1114)) $) 92 T ELT)) (-3572 (((-1209) $) 126 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-560)) 121 T ELT) (($ $ (-560) (-560)) 120 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 127 T ELT)) (-2267 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 187 (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) 188 (|has| |#1| (-376)) ELT)) (-2563 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3255 (((-114) $ $) 178 (|has| |#1| (-376)) ELT)) (-2243 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 198 T ELT)) (-2290 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) 22 T CONST)) (-3752 (($ $ $) 182 (|has| |#1| (-376)) ELT)) (-4328 (($ $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-1981 (((-421 (-976 |#1|)) $ (-560)) 196 (|has| |#1| (-571)) ELT) (((-421 (-976 |#1|)) $ (-560) (-560)) 195 (|has| |#1| (-571)) ELT)) (-3763 (($ $ $) 181 (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 176 (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) 189 (|has| |#1| (-376)) ELT)) (-2512 (((-114) $) 91 T ELT)) (-3157 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-560) $) 123 T ELT) (((-560) $ (-560)) 122 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) 124 T ELT)) (-2647 (($ (-1 |#1| (-560)) $) 197 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 185 (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| (-560)) 78 T ELT) (($ $ (-1114) (-560)) 94 T ELT) (($ $ (-663 (-1114)) (-663 (-560))) 93 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-3343 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-3100 (($ (-663 $)) 174 (|has| |#1| (-376)) ELT) (($ $ $) 173 (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 190 (|has| |#1| (-376)) ELT)) (-3671 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 193 (-2309 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-990)) (|has| |#1| (-1235)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 175 (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) 172 (|has| |#1| (-376)) ELT) (($ $ $) 171 (|has| |#1| (-376)) ELT)) (-2549 (((-419 $) $) 186 (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 184 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 183 (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-560)) 118 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 177 (|has| |#1| (-376)) ELT)) (-2784 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT)) (-3760 (((-793) $) 179 (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-560)) 128 T ELT) (($ $ $) 104 (|has| (-560) (-1144)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 180 (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) 116 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-663 (-1209))) 114 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209) (-793)) 113 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 112 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT)) (-4144 (((-560) $) 81 T ELT)) (-2304 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 90 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-560)) 76 T ELT)) (-1633 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-3236 ((|#1| $) 125 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2345 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2317 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-560)) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1209)) 115 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-663 (-1209))) 111 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209) (-793)) 110 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 109 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| (-560) |#1|))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT) (($ $ $) 192 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 191 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1261 |#1|) (-142) (-1081)) (T -1261))
+((-1577 (*1 *1 *2) (-12 (-5 *2 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *3)))) (-4 *3 (-1081)) (-4 *1 (-1261 *3)))) (-2647 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-560))) (-4 *1 (-1261 *3)) (-4 *3 (-1081)))) (-1981 (*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1261 *4)) (-4 *4 (-1081)) (-4 *4 (-571)) (-5 *2 (-421 (-976 *4))))) (-1981 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-4 *1 (-1261 *4)) (-4 *4 (-1081)) (-4 *4 (-571)) (-5 *2 (-421 (-976 *4))))) (-3671 (*1 *1 *1) (-12 (-4 *1 (-1261 *2)) (-4 *2 (-1081)) (-4 *2 (-38 (-421 (-560)))))) (-3671 (*1 *1 *1 *2) (-2309 (-12 (-5 *2 (-1209)) (-4 *1 (-1261 *3)) (-4 *3 (-1081)) (-12 (-4 *3 (-29 (-560))) (-4 *3 (-990)) (-4 *3 (-1235)) (-4 *3 (-38 (-421 (-560)))))) (-12 (-5 *2 (-1209)) (-4 *1 (-1261 *3)) (-4 *3 (-1081)) (-12 (|has| *3 (-15 -2712 ((-663 *2) *3))) (|has| *3 (-15 -3671 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560)))))))))
+(-13 (-1278 |t#1| (-560)) (-10 -8 (-15 -1577 ($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |t#1|))))) (-15 -2647 ($ (-1 |t#1| (-560)) $)) (IF (|has| |t#1| (-571)) (PROGN (-15 -1981 ((-421 (-976 |t#1|)) $ (-560))) (-15 -1981 ((-421 (-976 |t#1|)) $ (-560) (-560)))) |%noBranch|) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $)) (IF (|has| |t#1| (-15 -3671 (|t#1| |t#1| (-1209)))) (IF (|has| |t#1| (-15 -2712 ((-663 (-1209)) |t#1|))) (-15 -3671 ($ $ (-1209))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1235)) (IF (|has| |t#1| (-990)) (IF (|has| |t#1| (-29 (-560))) (-15 -3671 ($ $ (-1209))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1034)) (-6 (-1235))) |%noBranch|) (IF (|has| |t#1| (-376)) (-6 (-376)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-560)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| (-560) |#1|))) ((-240) |has| |#1| (-15 * (|#1| (-560) |#1|))) ((-239) |has| |#1| (-15 * (|#1| (-560) |#1|))) ((-250) |has| |#1| (-376)) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 $ $) |has| (-560) (-1144)) ((-302) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-376) |has| |#1| (-376)) ((-466) |has| |#1| (-376)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-571) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-668 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-739 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-748) . T) ((-922 $ #2=(-1209)) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ((-928 #2#) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ((-930 #2#) -12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209)))) ((-1005 |#1| #0# (-1114)) . T) ((-951) |has| |#1| (-376)) ((-1034) |has| |#1| (-38 (-421 (-560)))) ((-1083 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1088 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1235) |has| |#1| (-38 (-421 (-560)))) ((-1238) |has| |#1| (-38 (-421 (-560)))) ((-1249) . T) ((-1254) |has| |#1| (-376)) ((-1278 |#1| #0#) . T))
+((-3136 (((-114) $) 12 T ELT)) (-4142 (((-3 |#3| "failed") $) 17 T ELT) (((-3 (-1209) "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT)) (-4072 ((|#3| $) 14 T ELT) (((-1209) $) NIL T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) NIL T ELT)))
+(((-1262 |#1| |#2| |#3|) (-10 -8 (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-1209) "failed") |#1|)) (-15 -4072 ((-1209) |#1|)) (-15 -4142 ((-3 |#3| "failed") |#1|)) (-15 -4072 (|#3| |#1|)) (-15 -3136 ((-114) |#1|))) (-1263 |#2| |#3|) (-1081) (-1292 |#2|)) (T -1262))
+NIL
+(-10 -8 (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4142 ((-3 (-1209) "failed") |#1|)) (-15 -4072 ((-1209) |#1|)) (-15 -4142 ((-3 |#3| "failed") |#1|)) (-15 -4072 (|#3| |#1|)) (-15 -3136 ((-114) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1573 ((|#2| $) 263 (-2925 (|has| |#2| (-319)) (|has| |#1| (-376))) ELT)) (-2712 (((-663 (-1114)) $) 92 T ELT)) (-3572 (((-1209) $) 126 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-560)) 121 T ELT) (($ $ (-560) (-560)) 120 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 127 T ELT)) (-1402 ((|#2| $) 299 T ELT)) (-2664 (((-3 |#2| "failed") $) 295 T ELT)) (-2769 ((|#2| $) 296 T ELT)) (-2267 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 272 (-2925 (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-2624 (($ $) 187 (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) 188 (|has| |#1| (-376)) ELT)) (-2563 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 269 (-2925 (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-3255 (((-114) $ $) 178 (|has| |#1| (-376)) ELT)) (-2243 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2824 (((-560) $) 281 (-2925 (|has| |#2| (-844)) (|has| |#1| (-376))) ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 198 T ELT)) (-2290 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#2| "failed") $) 302 T ELT) (((-3 (-560) "failed") $) 292 (-2925 (|has| |#2| (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-421 (-560)) "failed") $) 290 (-2925 (|has| |#2| (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-1209) "failed") $) 274 (-2925 (|has| |#2| (-1070 (-1209))) (|has| |#1| (-376))) ELT)) (-4072 ((|#2| $) 303 T ELT) (((-560) $) 291 (-2925 (|has| |#2| (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-421 (-560)) $) 289 (-2925 (|has| |#2| (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-1209) $) 273 (-2925 (|has| |#2| (-1070 (-1209))) (|has| |#1| (-376))) ELT)) (-2460 (($ $) 298 T ELT) (($ (-560) $) 297 T ELT)) (-3752 (($ $ $) 182 (|has| |#1| (-376)) ELT)) (-4328 (($ $) 77 T ELT)) (-1470 (((-711 |#2|) (-711 $)) 251 (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) 250 (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 249 (-2925 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-711 $)) 248 (-2925 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-1981 (((-421 (-976 |#1|)) $ (-560)) 196 (|has| |#1| (-571)) ELT) (((-421 (-976 |#1|)) $ (-560) (-560)) 195 (|has| |#1| (-571)) ELT)) (-2150 (($) 265 (-2925 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-3763 (($ $ $) 181 (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 176 (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) 189 (|has| |#1| (-376)) ELT)) (-1366 (((-114) $) 279 (-2925 (|has| |#2| (-844)) (|has| |#1| (-376))) ELT)) (-2512 (((-114) $) 91 T ELT)) (-3157 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 257 (-2925 (|has| |#2| (-912 (-391))) (|has| |#1| (-376))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 256 (-2925 (|has| |#2| (-912 (-560))) (|has| |#1| (-376))) ELT)) (-2918 (((-560) $) 123 T ELT) (((-560) $ (-560)) 122 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1902 (($ $) 261 (|has| |#1| (-376)) ELT)) (-3125 ((|#2| $) 259 (|has| |#1| (-376)) ELT)) (-1526 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3851 (((-713 $) $) 293 (-2925 (|has| |#2| (-1184)) (|has| |#1| (-376))) ELT)) (-1501 (((-114) $) 280 (-2925 (|has| |#2| (-844)) (|has| |#1| (-376))) ELT)) (-2842 (($ $ (-949)) 124 T ELT)) (-2647 (($ (-1 |#1| (-560)) $) 197 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 185 (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| (-560)) 78 T ELT) (($ $ (-1114) (-560)) 94 T ELT) (($ $ (-663 (-1114)) (-663 (-560))) 93 T ELT)) (-1622 (($ $ $) 288 (-2925 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-3934 (($ $ $) 287 (-2925 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT) (($ (-1 |#2| |#2|) $) 241 (|has| |#1| (-376)) ELT)) (-3343 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2974 (((-711 |#2|) (-1299 $)) 253 (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) 252 (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 247 (-2925 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-1299 $)) 246 (-2925 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-3100 (($ (-663 $)) 174 (|has| |#1| (-376)) ELT) (($ $ $) 173 (|has| |#1| (-376)) ELT)) (-2780 (($ (-560) |#2|) 300 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 190 (|has| |#1| (-376)) ELT)) (-3671 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 193 (-2309 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-990)) (|has| |#1| (-1235)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-2689 (($) 294 (-2925 (|has| |#2| (-1184)) (|has| |#1| (-376))) CONST)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 175 (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) 172 (|has| |#1| (-376)) ELT) (($ $ $) 171 (|has| |#1| (-376)) ELT)) (-2568 (($ $) 264 (-2925 (|has| |#2| (-319)) (|has| |#1| (-376))) ELT)) (-1770 ((|#2| $) 267 (-2925 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 270 (-2925 (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 271 (-2925 (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-2549 (((-419 $) $) 186 (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 184 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 183 (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-560)) 118 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 177 (|has| |#1| (-376)) ELT)) (-2784 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT) (($ $ (-1209) |#2|) 240 (-2925 (|has| |#2| (-528 (-1209) |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1209)) (-663 |#2|)) 239 (-2925 (|has| |#2| (-528 (-1209) |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 (-305 |#2|))) 238 (-2925 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-305 |#2|)) 237 (-2925 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ |#2| |#2|) 236 (-2925 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) 235 (-2925 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT)) (-3760 (((-793) $) 179 (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-560)) 128 T ELT) (($ $ $) 104 (|has| (-560) (-1144)) ELT) (($ $ |#2|) 234 (-2925 (|has| |#2| (-298 |#2| |#2|)) (|has| |#1| (-376))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 180 (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1 |#2| |#2|) (-793)) 243 (|has| |#1| (-376)) ELT) (($ $ (-1 |#2| |#2|)) 242 (|has| |#1| (-376)) ELT) (($ $) 108 (-2309 (-2925 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) 106 (-2309 (-2925 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209)) 116 (-2309 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-663 (-1209))) 114 (-2309 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-1209) (-793)) 113 (-2309 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 112 (-2309 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT)) (-3200 (($ $) 262 (|has| |#1| (-376)) ELT)) (-3138 ((|#2| $) 260 (|has| |#1| (-376)) ELT)) (-4144 (((-560) $) 81 T ELT)) (-2304 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1830 (((-229) $) 278 (-2925 (|has| |#2| (-1052)) (|has| |#1| (-376))) ELT) (((-391) $) 277 (-2925 (|has| |#2| (-1052)) (|has| |#1| (-376))) ELT) (((-549) $) 276 (-2925 (|has| |#2| (-633 (-549))) (|has| |#1| (-376))) ELT) (((-916 (-391)) $) 255 (-2925 (|has| |#2| (-633 (-916 (-391)))) (|has| |#1| (-376))) ELT) (((-916 (-560)) $) 254 (-2925 (|has| |#2| (-633 (-916 (-560)))) (|has| |#1| (-376))) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 268 (-2925 (-2925 (|has| $ (-147)) (|has| |#2| (-940))) (|has| |#1| (-376))) ELT)) (-2623 (($ $) 90 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT) (($ |#2|) 301 T ELT) (($ (-1209)) 275 (-2925 (|has| |#2| (-1070 (-1209))) (|has| |#1| (-376))) ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-560)) 76 T ELT)) (-1633 (((-713 $) $) 65 (-2309 (-2925 (-2309 (|has| |#2| (-147)) (-2925 (|has| $ (-147)) (|has| |#2| (-940)))) (|has| |#1| (-376))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) 37 T CONST)) (-3236 ((|#1| $) 125 T ELT)) (-3887 ((|#2| $) 266 (-2925 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2345 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2317 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-560)) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1958 (($ $) 282 (-2925 (|has| |#2| (-844)) (|has| |#1| (-376))) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1 |#2| |#2|) (-793)) 245 (|has| |#1| (-376)) ELT) (($ $ (-1 |#2| |#2|)) 244 (|has| |#1| (-376)) ELT) (($ $) 107 (-2309 (-2925 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) 105 (-2309 (-2925 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209)) 115 (-2309 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-663 (-1209))) 111 (-2309 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-1209) (-793)) 110 (-2309 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 109 (-2309 (-2925 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-560) |#1|))))) ELT)) (-2537 (((-114) $ $) 286 (-2925 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-2510 (((-114) $ $) 284 (-2925 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2525 (((-114) $ $) 285 (-2925 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-2499 (((-114) $ $) 283 (-2925 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT) (($ $ $) 192 (|has| |#1| (-376)) ELT) (($ |#2| |#2|) 258 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 191 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ $ |#2|) 233 (|has| |#1| (-376)) ELT) (($ |#2| $) 232 (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1263 |#1| |#2|) (-142) (-1081) (-1292 |t#1|)) (T -1263))
+((-4144 (*1 *2 *1) (-12 (-4 *1 (-1263 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1292 *3)) (-5 *2 (-560)))) (-2780 (*1 *1 *2 *3) (-12 (-5 *2 (-560)) (-4 *4 (-1081)) (-4 *1 (-1263 *4 *3)) (-4 *3 (-1292 *4)))) (-1402 (*1 *2 *1) (-12 (-4 *1 (-1263 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1292 *3)))) (-2460 (*1 *1 *1) (-12 (-4 *1 (-1263 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-1292 *2)))) (-2460 (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-4 *1 (-1263 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1292 *3)))) (-2769 (*1 *2 *1) (-12 (-4 *1 (-1263 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1292 *3)))) (-2664 (*1 *2 *1) (|partial| -12 (-4 *1 (-1263 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1292 *3)))))
+(-13 (-1261 |t#1|) (-1070 |t#2|) (-635 |t#2|) (-10 -8 (-15 -2780 ($ (-560) |t#2|)) (-15 -4144 ((-560) $)) (-15 -1402 (|t#2| $)) (-15 -2460 ($ $)) (-15 -2460 ($ (-560) $)) (-15 -2769 (|t#2| $)) (-15 -2664 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-376)) (-6 (-1023 |t#2|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-560)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-38 |#1|) |has| |#1| (-175)) ((-38 |#2|) |has| |#1| (-376)) ((-38 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-111 |#1| |#1|) . T) ((-111 |#2| |#2|) |has| |#1| (-376)) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-147))) (|has| |#1| (-147))) ((-149) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-149))) (|has| |#1| (-149))) ((-635 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 #2=(-1209)) -12 (|has| |#1| (-376)) (|has| |#2| (-1070 (-1209)))) ((-635 |#1|) |has| |#1| (-175)) ((-635 |#2|) . T) ((-635 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-633 (-229)) -12 (|has| |#1| (-376)) (|has| |#2| (-1052))) ((-633 (-391)) -12 (|has| |#1| (-376)) (|has| |#2| (-1052))) ((-633 (-549)) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-549)))) ((-633 (-916 (-391))) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-916 (-391))))) ((-633 (-916 (-560))) -12 (|has| |#1| (-376)) (|has| |#2| (-633 (-916 (-560))))) ((-236 $) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-239))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ((-234 |#2|) |has| |#1| (-376)) ((-240) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ((-239) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-239))) (-12 (|has| |#1| (-376)) (|has| |#2| (-240))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ((-274 |#2|) |has| |#1| (-376)) ((-250) |has| |#1| (-376)) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 |#2| $) -12 (|has| |#1| (-376)) (|has| |#2| (-298 |#2| |#2|))) ((-298 $ $) |has| (-560) (-1144)) ((-302) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-321 |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-321 |#2|))) ((-376) |has| |#1| (-376)) ((-351 |#2|) |has| |#1| (-376)) ((-390 |#2|) |has| |#1| (-376)) ((-414 |#2|) |has| |#1| (-376)) ((-466) |has| |#1| (-376)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-528 (-1209) |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-528 (-1209) |#2|))) ((-528 |#2| |#2|) -12 (|has| |#1| (-376)) (|has| |#2| (-321 |#2|))) ((-571) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-668 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 |#2|) |has| |#1| (-376)) ((-668 $) . T) ((-670 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-670 #3=(-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-660 (-560)))) ((-670 |#1|) . T) ((-670 |#2|) |has| |#1| (-376)) ((-670 $) . T) ((-662 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-662 |#1|) |has| |#1| (-175)) ((-662 |#2|) |has| |#1| (-376)) ((-662 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-660 #3#) -12 (|has| |#1| (-376)) (|has| |#2| (-660 (-560)))) ((-660 |#2|) |has| |#1| (-376)) ((-739 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-739 |#1|) |has| |#1| (-175)) ((-739 |#2|) |has| |#1| (-376)) ((-739 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-748) . T) ((-814) -12 (|has| |#1| (-376)) (|has| |#2| (-844))) ((-816) -12 (|has| |#1| (-376)) (|has| |#2| (-844))) ((-818) -12 (|has| |#1| (-376)) (|has| |#2| (-844))) ((-821) -12 (|has| |#1| (-376)) (|has| |#2| (-844))) ((-844) -12 (|has| |#1| (-376)) (|has| |#2| (-844))) ((-871) -12 (|has| |#1| (-376)) (|has| |#2| (-844))) ((-872) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-872))) (-12 (|has| |#1| (-376)) (|has| |#2| (-844)))) ((-875) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-872))) (-12 (|has| |#1| (-376)) (|has| |#2| (-844)))) ((-922 $ #4=(-1209)) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-930 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-928 (-1209)))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ((-928 (-1209)) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-928 (-1209)))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ((-930 #4#) -2309 (-12 (|has| |#1| (-376)) (|has| |#2| (-930 (-1209)))) (-12 (|has| |#1| (-376)) (|has| |#2| (-928 (-1209)))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ((-912 (-391)) -12 (|has| |#1| (-376)) (|has| |#2| (-912 (-391)))) ((-912 (-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-912 (-560)))) ((-910 |#2|) |has| |#1| (-376)) ((-940) -12 (|has| |#1| (-376)) (|has| |#2| (-940))) ((-1005 |#1| #0# (-1114)) . T) ((-951) |has| |#1| (-376)) ((-1023 |#2|) |has| |#1| (-376)) ((-1034) |has| |#1| (-38 (-421 (-560)))) ((-1052) -12 (|has| |#1| (-376)) (|has| |#2| (-1052))) ((-1070 (-421 (-560))) -12 (|has| |#1| (-376)) (|has| |#2| (-1070 (-560)))) ((-1070 (-560)) -12 (|has| |#1| (-376)) (|has| |#2| (-1070 (-560)))) ((-1070 #2#) -12 (|has| |#1| (-376)) (|has| |#2| (-1070 (-1209)))) ((-1070 |#2|) . T) ((-1083 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1083 |#1|) . T) ((-1083 |#2|) |has| |#1| (-376)) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1088 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1088 |#1|) . T) ((-1088 |#2|) |has| |#1| (-376)) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) -12 (|has| |#1| (-376)) (|has| |#2| (-1184))) ((-1235) |has| |#1| (-38 (-421 (-560)))) ((-1238) |has| |#1| (-38 (-421 (-560)))) ((-1249) . T) ((-1254) |has| |#1| (-376)) ((-1261 |#1|) . T) ((-1278 |#1| #0#) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 82 T ELT)) (-1573 ((|#2| $) NIL (-12 (|has| |#2| (-319)) (|has| |#1| (-376))) ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 101 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-560)) 110 T ELT) (($ $ (-560) (-560)) 112 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|))) $) 51 T ELT)) (-1402 ((|#2| $) 11 T ELT)) (-2664 (((-3 |#2| "failed") $) 35 T ELT)) (-2769 ((|#2| $) 36 T ELT)) (-2267 (($ $) 207 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 183 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (-12 (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2243 (($ $) 203 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 179 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2824 (((-560) $) NIL (-12 (|has| |#2| (-844)) (|has| |#1| (-376))) ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-560)) (|:| |c| |#1|)))) 59 T ELT)) (-2290 (($ $) 211 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 187 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) 158 T ELT) (((-3 (-560) "failed") $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-3 (-1209) "failed") $) NIL (-12 (|has| |#2| (-1070 (-1209))) (|has| |#1| (-376))) ELT)) (-4072 ((|#2| $) 157 T ELT) (((-560) $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-421 (-560)) $) NIL (-12 (|has| |#2| (-1070 (-560))) (|has| |#1| (-376))) ELT) (((-1209) $) NIL (-12 (|has| |#2| (-1070 (-1209))) (|has| |#1| (-376))) ELT)) (-2460 (($ $) 65 T ELT) (($ (-560) $) 28 T ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 |#2|) (-711 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-711 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT)) (-2167 (((-3 $ "failed") $) 89 T ELT)) (-1981 (((-421 (-976 |#1|)) $ (-560)) 125 (|has| |#1| (-571)) ELT) (((-421 (-976 |#1|)) $ (-560) (-560)) 127 (|has| |#1| (-571)) ELT)) (-2150 (($) NIL (-12 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-1366 (((-114) $) NIL (-12 (|has| |#2| (-844)) (|has| |#1| (-376))) ELT)) (-2512 (((-114) $) 75 T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| |#2| (-912 (-391))) (|has| |#1| (-376))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| |#2| (-912 (-560))) (|has| |#1| (-376))) ELT)) (-2918 (((-560) $) 106 T ELT) (((-560) $ (-560)) 108 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1902 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3125 ((|#2| $) 166 (|has| |#1| (-376)) ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3851 (((-713 $) $) NIL (-12 (|has| |#2| (-1184)) (|has| |#1| (-376))) ELT)) (-1501 (((-114) $) NIL (-12 (|has| |#2| (-844)) (|has| |#1| (-376))) ELT)) (-2842 (($ $ (-949)) 149 T ELT)) (-2647 (($ (-1 |#1| (-560)) $) 145 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-560)) 20 T ELT) (($ $ (-1114) (-560)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-560))) NIL T ELT)) (-1622 (($ $ $) NIL (-12 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-3934 (($ $ $) NIL (-12 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 142 T ELT) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-376)) ELT)) (-3343 (($ $) 177 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2974 (((-711 |#2|) (-1299 $)) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT) (((-711 (-560)) (-1299 $)) NIL (-12 (|has| |#2| (-660 (-560))) (|has| |#1| (-376))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2780 (($ (-560) |#2|) 10 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 160 (|has| |#1| (-376)) ELT)) (-3671 (($ $) 229 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 234 (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT)) (-2689 (($) NIL (-12 (|has| |#2| (-1184)) (|has| |#1| (-376))) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2568 (($ $) NIL (-12 (|has| |#2| (-319)) (|has| |#1| (-376))) ELT)) (-1770 ((|#2| $) NIL (-12 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (-12 (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-560)) 139 T ELT)) (-3795 (((-3 $ "failed") $ $) 129 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2784 (($ $) 175 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) ELT) (($ $ (-1209) |#2|) NIL (-12 (|has| |#2| (-528 (-1209) |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 (-1209)) (-663 |#2|)) NIL (-12 (|has| |#2| (-528 (-1209) |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 (-305 |#2|))) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-305 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT) (($ $ (-663 |#2|) (-663 |#2|)) NIL (-12 (|has| |#2| (-321 |#2|)) (|has| |#1| (-376))) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-560)) 104 T ELT) (($ $ $) 91 (|has| (-560) (-1144)) ELT) (($ $ |#2|) NIL (-12 (|has| |#2| (-298 |#2| |#2|)) (|has| |#1| (-376))) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-376)) ELT) (($ $) 150 (-2309 (-12 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209)) 154 (-2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT)) (-3200 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3138 ((|#2| $) 167 (|has| |#1| (-376)) ELT)) (-4144 (((-560) $) 12 T ELT)) (-2304 (($ $) 213 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 189 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 209 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 185 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 205 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 181 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1830 (((-229) $) NIL (-12 (|has| |#2| (-1052)) (|has| |#1| (-376))) ELT) (((-391) $) NIL (-12 (|has| |#2| (-1052)) (|has| |#1| (-376))) ELT) (((-549) $) NIL (-12 (|has| |#2| (-633 (-549))) (|has| |#1| (-376))) ELT) (((-916 (-391)) $) NIL (-12 (|has| |#2| (-633 (-916 (-391)))) (|has| |#1| (-376))) ELT) (((-916 (-560)) $) NIL (-12 (|has| |#2| (-633 (-916 (-560)))) (|has| |#1| (-376))) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-940)) (|has| |#1| (-376))) ELT)) (-2623 (($ $) 137 T ELT)) (-3834 (((-888) $) 267 T ELT) (($ (-560)) 24 T ELT) (($ |#1|) 22 (|has| |#1| (-175)) ELT) (($ |#2|) 21 T ELT) (($ (-1209)) NIL (-12 (|has| |#2| (-1070 (-1209))) (|has| |#1| (-376))) ELT) (($ (-421 (-560))) 170 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-560)) 86 T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#2| (-940)) (|has| |#1| (-376))) (-12 (|has| |#2| (-147)) (|has| |#1| (-376))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) 156 T CONST)) (-3236 ((|#1| $) 103 T ELT)) (-3887 ((|#2| $) NIL (-12 (|has| |#2| (-559)) (|has| |#1| (-376))) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) 219 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 195 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) 215 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 191 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 223 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 199 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-560)) 135 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-560)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 225 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 201 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 221 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 197 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 217 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 193 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1958 (($ $) NIL (-12 (|has| |#2| (-844)) (|has| |#1| (-376))) ELT)) (-2971 (($) 13 T CONST)) (-2983 (($) 18 T CONST)) (-3095 (($ $ (-1 |#2| |#2|) (-793)) NIL (|has| |#1| (-376)) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-376)) ELT) (($ $) NIL (-2309 (-12 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-793)) NIL (-2309 (-12 (|has| |#2| (-239)) (|has| |#1| (-376))) (|has| |#1| (-15 * (|#1| (-560) |#1|)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209))) NIL (-2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-1209) (-793)) NIL (-2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-2309 (-12 (|has| |#2| (-930 (-1209))) (|has| |#1| (-376))) (-12 (|has| |#1| (-15 * (|#1| (-560) |#1|))) (|has| |#1| (-928 (-1209))))) ELT)) (-2537 (((-114) $ $) NIL (-12 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-2510 (((-114) $ $) NIL (-12 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-2478 (((-114) $ $) 73 T ELT)) (-2525 (((-114) $ $) NIL (-12 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-2499 (((-114) $ $) NIL (-12 (|has| |#2| (-872)) (|has| |#1| (-376))) ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) 164 (|has| |#1| (-376)) ELT) (($ |#2| |#2|) 165 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 228 T ELT) (($ $ $) 79 T ELT)) (-2571 (($ $ $) 77 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 85 T ELT) (($ $ (-560)) 161 (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 173 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 153 T ELT) (($ $ |#2|) 163 (|has| |#1| (-376)) ELT) (($ |#2| $) 162 (|has| |#1| (-376)) ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1264 |#1| |#2|) (-1263 |#1| |#2|) (-1081) (-1292 |#1|)) (T -1264))
+NIL
+(-1263 |#1| |#2|)
+((-1484 (((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114)) 13 T ELT)) (-3382 (((-419 |#1|) |#1|) 26 T ELT)) (-2549 (((-419 |#1|) |#1|) 24 T ELT)))
+(((-1265 |#1|) (-10 -7 (-15 -2549 ((-419 |#1|) |#1|)) (-15 -3382 ((-419 |#1|) |#1|)) (-15 -1484 ((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114)))) (-1275 (-560))) (T -1265))
+((-1484 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-5 *2 (-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| *3) (|:| -3225 (-560))))))) (-5 *1 (-1265 *3)) (-4 *3 (-1275 (-560))))) (-3382 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1265 *3)) (-4 *3 (-1275 (-560))))) (-2549 (*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-1265 *3)) (-4 *3 (-1275 (-560))))))
+(-10 -7 (-15 -2549 ((-419 |#1|) |#1|)) (-15 -3382 ((-419 |#1|) |#1|)) (-15 -1484 ((-2 (|:| |contp| (-560)) (|:| -1609 (-663 (-2 (|:| |irr| |#1|) (|:| -3225 (-560)))))) |#1| (-114))))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-4301 (($ |#1| |#1|) 11 T ELT) (($ |#1|) 10 T ELT)) (-1793 (((-1187 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-871)) ELT)) (-3118 ((|#1| $) 15 T ELT)) (-1872 ((|#1| $) 12 T ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-3608 (((-560) $) 19 T ELT)) (-3596 ((|#1| $) 18 T ELT)) (-3620 ((|#1| $) 13 T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-2056 (((-114) $) 17 T ELT)) (-3765 (((-1187 |#1|) $) 41 (|has| |#1| (-871)) ELT) (((-1187 |#1|) (-663 $)) 40 (|has| |#1| (-871)) ELT)) (-1830 (($ |#1|) 26 T ELT)) (-3834 (($ (-1121 |#1|)) 25 T ELT) (((-888) $) 37 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-1133)) ELT)) (-2875 (($ |#1| |#1|) 21 T ELT) (($ |#1|) 20 T ELT)) (-2225 (($ $ (-560)) 14 T ELT)) (-2478 (((-114) $ $) 30 (|has| |#1| (-1133)) ELT)))
+(((-1266 |#1|) (-13 (-1126 |#1|) (-10 -8 (-15 -2875 ($ |#1|)) (-15 -4301 ($ |#1|)) (-15 -3834 ($ (-1121 |#1|))) (-15 -2056 ((-114) $)) (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|) (IF (|has| |#1| (-871)) (-6 (-1127 |#1| (-1187 |#1|))) |%noBranch|))) (-1249)) (T -1266))
+((-2875 (*1 *1 *2) (-12 (-5 *1 (-1266 *2)) (-4 *2 (-1249)))) (-4301 (*1 *1 *2) (-12 (-5 *1 (-1266 *2)) (-4 *2 (-1249)))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1121 *3)) (-4 *3 (-1249)) (-5 *1 (-1266 *3)))) (-2056 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1266 *3)) (-4 *3 (-1249)))))
+(-13 (-1126 |#1|) (-10 -8 (-15 -2875 ($ |#1|)) (-15 -4301 ($ |#1|)) (-15 -3834 ($ (-1121 |#1|))) (-15 -2056 ((-114) $)) (IF (|has| |#1| (-1133)) (-6 (-1133)) |%noBranch|) (IF (|has| |#1| (-871)) (-6 (-1127 |#1| (-1187 |#1|))) |%noBranch|)))
+((-1793 (((-1187 |#2|) (-1 |#2| |#1|) (-1266 |#1|)) 23 (|has| |#1| (-871)) ELT) (((-1266 |#2|) (-1 |#2| |#1|) (-1266 |#1|)) 17 T ELT)))
+(((-1267 |#1| |#2|) (-10 -7 (-15 -1793 ((-1266 |#2|) (-1 |#2| |#1|) (-1266 |#1|))) (IF (|has| |#1| (-871)) (-15 -1793 ((-1187 |#2|) (-1 |#2| |#1|) (-1266 |#1|))) |%noBranch|)) (-1249) (-1249)) (T -1267))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1266 *5)) (-4 *5 (-871)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1187 *6)) (-5 *1 (-1267 *5 *6)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1266 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1266 *6)) (-5 *1 (-1267 *5 *6)))))
+(-10 -7 (-15 -1793 ((-1266 |#2|) (-1 |#2| |#1|) (-1266 |#1|))) (IF (|has| |#1| (-871)) (-15 -1793 ((-1187 |#2|) (-1 |#2| |#1|) (-1266 |#1|))) |%noBranch|))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-3868 (((-1299 |#2|) $ (-793)) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-4383 (($ (-1203 |#2|)) NIL T ELT)) (-2517 (((-1203 $) $ (-1114)) NIL T ELT) (((-1203 |#2|) $) NIL T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#2| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#2| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#2| (-571)) ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1114))) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2332 (($ $ $) NIL (|has| |#2| (-571)) ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2624 (($ $) NIL (|has| |#2| (-466)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#2| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-3255 (((-114) $ $) NIL (|has| |#2| (-376)) ELT)) (-1356 (($ $ (-793)) NIL T ELT)) (-4132 (($ $ (-793)) NIL T ELT)) (-3490 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-466)) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) NIL T ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-3 (-1114) "failed") $) NIL T ELT)) (-4072 ((|#2| $) NIL T ELT) (((-421 (-560)) $) NIL (|has| |#2| (-1070 (-421 (-560)))) ELT) (((-560) $) NIL (|has| |#2| (-1070 (-560))) ELT) (((-1114) $) NIL T ELT)) (-3273 (($ $ $ (-1114)) NIL (|has| |#2| (-175)) ELT) ((|#2| $ $) NIL (|has| |#2| (-175)) ELT)) (-3752 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-1470 (((-711 (-560)) (-711 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-711 $) (-1299 $)) NIL T ELT) (((-711 |#2|) (-711 $)) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3763 (($ $ $) NIL (|has| |#2| (-376)) ELT)) (-1634 (($ $ $) NIL T ELT)) (-3463 (($ $ $) NIL (|has| |#2| (-571)) ELT)) (-4397 (((-2 (|:| -3265 |#2|) (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#2| (-571)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#2| (-376)) ELT)) (-4332 (($ $) NIL (|has| |#2| (-466)) ELT) (($ $ (-1114)) NIL (|has| |#2| (-466)) ELT)) (-4318 (((-663 $) $) NIL T ELT)) (-2072 (((-114) $) NIL (|has| |#2| (-940)) ELT)) (-4240 (($ $ |#2| (-793) $) NIL T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) NIL (-12 (|has| (-1114) (-912 (-391))) (|has| |#2| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) NIL (-12 (|has| (-1114) (-912 (-560))) (|has| |#2| (-912 (-560)))) ELT)) (-2918 (((-793) $ $) NIL (|has| |#2| (-571)) ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-3851 (((-713 $) $) NIL (|has| |#2| (-1184)) ELT)) (-2700 (($ (-1203 |#2|) (-1114)) NIL T ELT) (($ (-1203 $) (-1114)) NIL T ELT)) (-2842 (($ $ (-793)) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#2| (-376)) ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#2| (-793)) 18 T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-1114)) NIL T ELT) (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL T ELT)) (-3654 (((-793) $) NIL T ELT) (((-793) $ (-1114)) NIL T ELT) (((-663 (-793)) $ (-663 (-1114))) NIL T ELT)) (-3097 (($ (-1 (-793) (-793)) $) NIL T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1923 (((-1203 |#2|) $) NIL T ELT)) (-3311 (((-3 (-1114) "failed") $) NIL T ELT)) (-2974 (((-711 (-560)) (-1299 $)) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) NIL (|has| |#2| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#2|)) (|:| |vec| (-1299 |#2|))) (-1299 $) $) NIL T ELT) (((-711 |#2|) (-1299 $)) NIL T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#2| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2177 (((-2 (|:| -3132 $) (|:| -4029 $)) $ (-793)) NIL T ELT)) (-2914 (((-3 (-663 $) "failed") $) NIL T ELT)) (-1952 (((-3 (-663 $) "failed") $) NIL T ELT)) (-2364 (((-3 (-2 (|:| |var| (-1114)) (|:| -2909 (-793))) "failed") $) NIL T ELT)) (-3671 (($ $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT)) (-2689 (($) NIL (|has| |#2| (-1184)) CONST)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 ((|#2| $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#2| (-466)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#2| (-466)) ELT) (($ $ $) NIL (|has| |#2| (-466)) ELT)) (-1711 (($ $ (-793) |#2| $) NIL T ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) NIL (|has| |#2| (-940)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#2| (-940)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-3795 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-571)) ELT) (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#2| (-376)) ELT)) (-4265 (($ $ (-663 (-305 $))) NIL T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1114) |#2|) NIL T ELT) (($ $ (-663 (-1114)) (-663 |#2|)) NIL T ELT) (($ $ (-1114) $) NIL T ELT) (($ $ (-663 (-1114)) (-663 $)) NIL T ELT)) (-3760 (((-793) $) NIL (|has| |#2| (-376)) ELT)) (-3034 ((|#2| $ |#2|) NIL T ELT) (($ $ $) NIL T ELT) (((-421 $) (-421 $) (-421 $)) NIL (|has| |#2| (-571)) ELT) ((|#2| (-421 $) |#2|) NIL (|has| |#2| (-376)) ELT) (((-421 $) $ (-421 $)) NIL (|has| |#2| (-571)) ELT)) (-3731 (((-3 $ "failed") $ (-793)) NIL T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#2| (-376)) ELT)) (-2810 (($ $ (-1114)) NIL (|has| |#2| (-175)) ELT) ((|#2| $) NIL (|has| |#2| (-175)) ELT)) (-2703 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|) $) NIL T ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT)) (-4144 (((-793) $) NIL T ELT) (((-793) $ (-1114)) NIL T ELT) (((-663 (-793)) $ (-663 (-1114))) NIL T ELT)) (-1830 (((-916 (-391)) $) NIL (-12 (|has| (-1114) (-633 (-916 (-391)))) (|has| |#2| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) NIL (-12 (|has| (-1114) (-633 (-916 (-560)))) (|has| |#2| (-633 (-916 (-560))))) ELT) (((-549) $) NIL (-12 (|has| (-1114) (-633 (-549))) (|has| |#2| (-633 (-549)))) ELT)) (-3878 ((|#2| $) NIL (|has| |#2| (-466)) ELT) (($ $ (-1114)) NIL (|has| |#2| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) NIL (-12 (|has| $ (-147)) (|has| |#2| (-940))) ELT)) (-1881 (((-3 $ "failed") $ $) NIL (|has| |#2| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) NIL (|has| |#2| (-571)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-1114)) NIL T ELT) (($ (-1296 |#1|)) 20 T ELT) (($ (-421 (-560))) NIL (-2309 (|has| |#2| (-38 (-421 (-560)))) (|has| |#2| (-1070 (-421 (-560))))) ELT) (($ $) NIL (|has| |#2| (-571)) ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ (-793)) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-1633 (((-713 $) $) NIL (-2309 (-12 (|has| $ (-147)) (|has| |#2| (-940))) (|has| |#2| (-147))) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL (|has| |#2| (-571)) ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) 14 T CONST)) (-3095 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1209)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) NIL (|has| |#2| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (|has| |#2| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#2|) NIL (|has| |#2| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-421 (-560))) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) NIL (|has| |#2| (-38 (-421 (-560)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
+(((-1268 |#1| |#2|) (-13 (-1275 |#2|) (-635 (-1296 |#1|)) (-10 -8 (-15 -1711 ($ $ (-793) |#2| $)))) (-1209) (-1081)) (T -1268))
+((-1711 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1268 *4 *3)) (-14 *4 (-1209)) (-4 *3 (-1081)))))
+(-13 (-1275 |#2|) (-635 (-1296 |#1|)) (-10 -8 (-15 -1711 ($ $ (-793) |#2| $))))
+((-1793 (((-1268 |#3| |#4|) (-1 |#4| |#2|) (-1268 |#1| |#2|)) 15 T ELT)))
+(((-1269 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 ((-1268 |#3| |#4|) (-1 |#4| |#2|) (-1268 |#1| |#2|)))) (-1209) (-1081) (-1209) (-1081)) (T -1269))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1268 *5 *6)) (-14 *5 (-1209)) (-4 *6 (-1081)) (-4 *8 (-1081)) (-5 *2 (-1268 *7 *8)) (-5 *1 (-1269 *5 *6 *7 *8)) (-14 *7 (-1209)))))
+(-10 -7 (-15 -1793 ((-1268 |#3| |#4|) (-1 |#4| |#2|) (-1268 |#1| |#2|))))
+((-4179 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21 T ELT)) (-1650 ((|#1| |#3|) 13 T ELT)) (-4263 ((|#3| |#3|) 19 T ELT)))
+(((-1270 |#1| |#2| |#3|) (-10 -7 (-15 -1650 (|#1| |#3|)) (-15 -4263 (|#3| |#3|)) (-15 -4179 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-571) (-1023 |#1|) (-1275 |#2|)) (T -1270))
+((-4179 (*1 *2 *3) (-12 (-4 *4 (-571)) (-4 *5 (-1023 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1270 *4 *5 *3)) (-4 *3 (-1275 *5)))) (-4263 (*1 *2 *2) (-12 (-4 *3 (-571)) (-4 *4 (-1023 *3)) (-5 *1 (-1270 *3 *4 *2)) (-4 *2 (-1275 *4)))) (-1650 (*1 *2 *3) (-12 (-4 *4 (-1023 *2)) (-4 *2 (-571)) (-5 *1 (-1270 *2 *4 *3)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -1650 (|#1| |#3|)) (-15 -4263 (|#3| |#3|)) (-15 -4179 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-2339 (((-3 |#2| "failed") |#2| (-793) |#1|) 35 T ELT)) (-1337 (((-3 |#2| "failed") |#2| (-793)) 36 T ELT)) (-3597 (((-3 (-2 (|:| -3369 |#2|) (|:| -3379 |#2|)) "failed") |#2|) 50 T ELT)) (-3104 (((-663 |#2|) |#2|) 52 T ELT)) (-2551 (((-3 |#2| "failed") |#2| |#2|) 46 T ELT)))
+(((-1271 |#1| |#2|) (-10 -7 (-15 -1337 ((-3 |#2| "failed") |#2| (-793))) (-15 -2339 ((-3 |#2| "failed") |#2| (-793) |#1|)) (-15 -2551 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3597 ((-3 (-2 (|:| -3369 |#2|) (|:| -3379 |#2|)) "failed") |#2|)) (-15 -3104 ((-663 |#2|) |#2|))) (-13 (-571) (-149)) (-1275 |#1|)) (T -1271))
+((-3104 (*1 *2 *3) (-12 (-4 *4 (-13 (-571) (-149))) (-5 *2 (-663 *3)) (-5 *1 (-1271 *4 *3)) (-4 *3 (-1275 *4)))) (-3597 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-571) (-149))) (-5 *2 (-2 (|:| -3369 *3) (|:| -3379 *3))) (-5 *1 (-1271 *4 *3)) (-4 *3 (-1275 *4)))) (-2551 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1271 *3 *2)) (-4 *2 (-1275 *3)))) (-2339 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-793)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-1271 *4 *2)) (-4 *2 (-1275 *4)))) (-1337 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-793)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-1271 *4 *2)) (-4 *2 (-1275 *4)))))
+(-10 -7 (-15 -1337 ((-3 |#2| "failed") |#2| (-793))) (-15 -2339 ((-3 |#2| "failed") |#2| (-793) |#1|)) (-15 -2551 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3597 ((-3 (-2 (|:| -3369 |#2|) (|:| -3379 |#2|)) "failed") |#2|)) (-15 -3104 ((-663 |#2|) |#2|)))
+((-2518 (((-3 (-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) "failed") |#2| |#2|) 30 T ELT)))
+(((-1272 |#1| |#2|) (-10 -7 (-15 -2518 ((-3 (-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) "failed") |#2| |#2|))) (-571) (-1275 |#1|)) (T -1272))
+((-2518 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-571)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-1272 *4 *3)) (-4 *3 (-1275 *4)))))
+(-10 -7 (-15 -2518 ((-3 (-2 (|:| -3132 |#2|) (|:| -4029 |#2|)) "failed") |#2| |#2|)))
+((-3047 ((|#2| |#2| |#2|) 22 T ELT)) (-2911 ((|#2| |#2| |#2|) 36 T ELT)) (-2787 ((|#2| |#2| |#2| (-793) (-793)) 44 T ELT)))
+(((-1273 |#1| |#2|) (-10 -7 (-15 -3047 (|#2| |#2| |#2|)) (-15 -2911 (|#2| |#2| |#2|)) (-15 -2787 (|#2| |#2| |#2| (-793) (-793)))) (-1081) (-1275 |#1|)) (T -1273))
+((-2787 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-793)) (-4 *4 (-1081)) (-5 *1 (-1273 *4 *2)) (-4 *2 (-1275 *4)))) (-2911 (*1 *2 *2 *2) (-12 (-4 *3 (-1081)) (-5 *1 (-1273 *3 *2)) (-4 *2 (-1275 *3)))) (-3047 (*1 *2 *2 *2) (-12 (-4 *3 (-1081)) (-5 *1 (-1273 *3 *2)) (-4 *2 (-1275 *3)))))
+(-10 -7 (-15 -3047 (|#2| |#2| |#2|)) (-15 -2911 (|#2| |#2| |#2|)) (-15 -2787 (|#2| |#2| |#2| (-793) (-793))))
+((-3868 (((-1299 |#2|) $ (-793)) 129 T ELT)) (-2712 (((-663 (-1114)) $) 16 T ELT)) (-4383 (($ (-1203 |#2|)) 80 T ELT)) (-2409 (((-793) $) NIL T ELT) (((-793) $ (-663 (-1114))) 21 T ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 216 T ELT)) (-2624 (($ $) 206 T ELT)) (-1903 (((-419 $) $) 204 T ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 95 T ELT)) (-1356 (($ $ (-793)) 84 T ELT)) (-4132 (($ $ (-793)) 86 T ELT)) (-3490 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 157 T ELT)) (-4142 (((-3 |#2| "failed") $) 132 T ELT) (((-3 (-421 (-560)) "failed") $) NIL T ELT) (((-3 (-560) "failed") $) NIL T ELT) (((-3 (-1114) "failed") $) NIL T ELT)) (-4072 ((|#2| $) 130 T ELT) (((-421 (-560)) $) NIL T ELT) (((-560) $) NIL T ELT) (((-1114) $) NIL T ELT)) (-3463 (($ $ $) 182 T ELT)) (-4397 (((-2 (|:| -3265 |#2|) (|:| -3132 $) (|:| -4029 $)) $ $) 184 T ELT)) (-2918 (((-793) $ $) 201 T ELT)) (-3851 (((-713 $) $) 149 T ELT)) (-2682 (($ |#2| (-793)) NIL T ELT) (($ $ (-1114) (-793)) 59 T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-3654 (((-793) $) NIL T ELT) (((-793) $ (-1114)) 54 T ELT) (((-663 (-793)) $ (-663 (-1114))) 55 T ELT)) (-1923 (((-1203 |#2|) $) 72 T ELT)) (-3311 (((-3 (-1114) "failed") $) 52 T ELT)) (-2177 (((-2 (|:| -3132 $) (|:| -4029 $)) $ (-793)) 83 T ELT)) (-3671 (($ $) 231 T ELT)) (-2689 (($) 134 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 213 T ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 101 T ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 99 T ELT)) (-2549 (((-419 $) $) 120 T ELT)) (-4265 (($ $ (-663 (-305 $))) 51 T ELT) (($ $ (-305 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-663 $) (-663 $)) NIL T ELT) (($ $ (-1114) |#2|) 39 T ELT) (($ $ (-663 (-1114)) (-663 |#2|)) 36 T ELT) (($ $ (-1114) $) 32 T ELT) (($ $ (-663 (-1114)) (-663 $)) 30 T ELT)) (-3760 (((-793) $) 219 T ELT)) (-3034 ((|#2| $ |#2|) NIL T ELT) (($ $ $) NIL T ELT) (((-421 $) (-421 $) (-421 $)) 176 T ELT) ((|#2| (-421 $) |#2|) 218 T ELT) (((-421 $) $ (-421 $)) 200 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 224 T ELT)) (-2703 (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114))) NIL T ELT) (($ $ (-1114)) 169 T ELT) (($ $) 167 T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|)) 166 T ELT) (($ $ (-1 |#2| |#2|) (-793)) NIL T ELT) (($ $ (-1 |#2| |#2|) $) 161 T ELT) (($ $ (-1209)) NIL T ELT) (($ $ (-663 (-1209))) NIL T ELT) (($ $ (-1209) (-793)) NIL T ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL T ELT)) (-4144 (((-793) $) NIL T ELT) (((-793) $ (-1114)) 17 T ELT) (((-663 (-793)) $ (-663 (-1114))) 23 T ELT)) (-3878 ((|#2| $) NIL T ELT) (($ $ (-1114)) 151 T ELT)) (-1881 (((-3 $ "failed") $ $) 192 T ELT) (((-3 (-421 $) "failed") (-421 $) $) 188 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-1114)) 64 T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT)))
+(((-1274 |#1| |#2|) (-10 -8 (-15 -3834 (|#1| |#1|)) (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -2624 (|#1| |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -2689 (|#1|)) (-15 -3851 ((-713 |#1|) |#1|)) (-15 -3034 ((-421 |#1|) |#1| (-421 |#1|))) (-15 -3760 ((-793) |#1|)) (-15 -2589 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3671 (|#1| |#1|)) (-15 -3034 (|#2| (-421 |#1|) |#2|)) (-15 -3490 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -4397 ((-2 (|:| -3265 |#2|) (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3463 (|#1| |#1| |#1|)) (-15 -1881 ((-3 (-421 |#1|) "failed") (-421 |#1|) |#1|)) (-15 -1881 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2918 ((-793) |#1| |#1|)) (-15 -3034 ((-421 |#1|) (-421 |#1|) (-421 |#1|))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -4132 (|#1| |#1| (-793))) (-15 -1356 (|#1| |#1| (-793))) (-15 -2177 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| (-793))) (-15 -4383 (|#1| (-1203 |#2|))) (-15 -1923 ((-1203 |#2|) |#1|)) (-15 -3868 ((-1299 |#2|) |#1| (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -3034 (|#1| |#1| |#1|)) (-15 -3034 (|#2| |#1| |#2|)) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -2630 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -3906 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -2540 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -4486 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))) (-15 -3878 (|#1| |#1| (-1114))) (-15 -2712 ((-663 (-1114)) |#1|)) (-15 -2409 ((-793) |#1| (-663 (-1114)))) (-15 -2409 ((-793) |#1|)) (-15 -2682 (|#1| |#1| (-663 (-1114)) (-663 (-793)))) (-15 -2682 (|#1| |#1| (-1114) (-793))) (-15 -3654 ((-663 (-793)) |#1| (-663 (-1114)))) (-15 -3654 ((-793) |#1| (-1114))) (-15 -3311 ((-3 (-1114) "failed") |#1|)) (-15 -4144 ((-663 (-793)) |#1| (-663 (-1114)))) (-15 -4144 ((-793) |#1| (-1114))) (-15 -3834 (|#1| (-1114))) (-15 -4142 ((-3 (-1114) "failed") |#1|)) (-15 -4072 ((-1114) |#1|)) (-15 -4265 (|#1| |#1| (-663 (-1114)) (-663 |#1|))) (-15 -4265 (|#1| |#1| (-1114) |#1|)) (-15 -4265 (|#1| |#1| (-663 (-1114)) (-663 |#2|))) (-15 -4265 (|#1| |#1| (-1114) |#2|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4144 ((-793) |#1|)) (-15 -2682 (|#1| |#2| (-793))) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -3654 ((-793) |#1|)) (-15 -3878 (|#2| |#1|)) (-15 -2703 (|#1| |#1| (-1114))) (-15 -2703 (|#1| |#1| (-663 (-1114)))) (-15 -2703 (|#1| |#1| (-1114) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1114)) (-663 (-793)))) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|))) (-1275 |#2|) (-1081)) (T -1274))
+NIL
+(-10 -8 (-15 -3834 (|#1| |#1|)) (-15 -2300 ((-1203 |#1|) (-1203 |#1|) (-1203 |#1|))) (-15 -2703 (|#1| |#1| (-663 (-1209)) (-663 (-793)))) (-15 -2703 (|#1| |#1| (-1209) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1209)))) (-15 -2703 (|#1| |#1| (-1209))) (-15 -1903 ((-419 |#1|) |#1|)) (-15 -2624 (|#1| |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -2689 (|#1|)) (-15 -3851 ((-713 |#1|) |#1|)) (-15 -3034 ((-421 |#1|) |#1| (-421 |#1|))) (-15 -3760 ((-793) |#1|)) (-15 -2589 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3671 (|#1| |#1|)) (-15 -3034 (|#2| (-421 |#1|) |#2|)) (-15 -3490 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -4397 ((-2 (|:| -3265 |#2|) (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| |#1|)) (-15 -3463 (|#1| |#1| |#1|)) (-15 -1881 ((-3 (-421 |#1|) "failed") (-421 |#1|) |#1|)) (-15 -1881 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2918 ((-793) |#1| |#1|)) (-15 -3034 ((-421 |#1|) (-421 |#1|) (-421 |#1|))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -4132 (|#1| |#1| (-793))) (-15 -1356 (|#1| |#1| (-793))) (-15 -2177 ((-2 (|:| -3132 |#1|) (|:| -4029 |#1|)) |#1| (-793))) (-15 -4383 (|#1| (-1203 |#2|))) (-15 -1923 ((-1203 |#2|) |#1|)) (-15 -3868 ((-1299 |#2|) |#1| (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|) (-793))) (-15 -2703 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2703 (|#1| |#1| (-793))) (-15 -2703 (|#1| |#1|)) (-15 -3034 (|#1| |#1| |#1|)) (-15 -3034 (|#2| |#1| |#2|)) (-15 -2549 ((-419 |#1|) |#1|)) (-15 -2630 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -3906 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -2540 ((-419 (-1203 |#1|)) (-1203 |#1|))) (-15 -4486 ((-3 (-663 (-1203 |#1|)) "failed") (-663 (-1203 |#1|)) (-1203 |#1|))) (-15 -3878 (|#1| |#1| (-1114))) (-15 -2712 ((-663 (-1114)) |#1|)) (-15 -2409 ((-793) |#1| (-663 (-1114)))) (-15 -2409 ((-793) |#1|)) (-15 -2682 (|#1| |#1| (-663 (-1114)) (-663 (-793)))) (-15 -2682 (|#1| |#1| (-1114) (-793))) (-15 -3654 ((-663 (-793)) |#1| (-663 (-1114)))) (-15 -3654 ((-793) |#1| (-1114))) (-15 -3311 ((-3 (-1114) "failed") |#1|)) (-15 -4144 ((-663 (-793)) |#1| (-663 (-1114)))) (-15 -4144 ((-793) |#1| (-1114))) (-15 -3834 (|#1| (-1114))) (-15 -4142 ((-3 (-1114) "failed") |#1|)) (-15 -4072 ((-1114) |#1|)) (-15 -4265 (|#1| |#1| (-663 (-1114)) (-663 |#1|))) (-15 -4265 (|#1| |#1| (-1114) |#1|)) (-15 -4265 (|#1| |#1| (-663 (-1114)) (-663 |#2|))) (-15 -4265 (|#1| |#1| (-1114) |#2|)) (-15 -4265 (|#1| |#1| (-663 |#1|) (-663 |#1|))) (-15 -4265 (|#1| |#1| |#1| |#1|)) (-15 -4265 (|#1| |#1| (-305 |#1|))) (-15 -4265 (|#1| |#1| (-663 (-305 |#1|)))) (-15 -4144 ((-793) |#1|)) (-15 -2682 (|#1| |#2| (-793))) (-15 -4142 ((-3 (-560) "failed") |#1|)) (-15 -4072 ((-560) |#1|)) (-15 -4142 ((-3 (-421 (-560)) "failed") |#1|)) (-15 -4072 ((-421 (-560)) |#1|)) (-15 -4072 (|#2| |#1|)) (-15 -4142 ((-3 |#2| "failed") |#1|)) (-15 -3834 (|#1| |#2|)) (-15 -3654 ((-793) |#1|)) (-15 -3878 (|#2| |#1|)) (-15 -2703 (|#1| |#1| (-1114))) (-15 -2703 (|#1| |#1| (-663 (-1114)))) (-15 -2703 (|#1| |#1| (-1114) (-793))) (-15 -2703 (|#1| |#1| (-663 (-1114)) (-663 (-793)))) (-15 -3834 (|#1| (-560))) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3868 (((-1299 |#1|) $ (-793)) 268 T ELT)) (-2712 (((-663 (-1114)) $) 120 T ELT)) (-4383 (($ (-1203 |#1|)) 266 T ELT)) (-2517 (((-1203 $) $ (-1114)) 135 T ELT) (((-1203 |#1|) $) 134 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 97 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 98 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 100 (|has| |#1| (-571)) ELT)) (-2409 (((-793) $) 122 T ELT) (((-793) $ (-663 (-1114))) 121 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2332 (($ $ $) 253 (|has| |#1| (-571)) ELT)) (-2630 (((-419 (-1203 $)) (-1203 $)) 110 (|has| |#1| (-940)) ELT)) (-2624 (($ $) 108 (|has| |#1| (-466)) ELT)) (-1903 (((-419 $) $) 107 (|has| |#1| (-466)) ELT)) (-4486 (((-3 (-663 (-1203 $)) "failed") (-663 (-1203 $)) (-1203 $)) 113 (|has| |#1| (-940)) ELT)) (-3255 (((-114) $ $) 238 (|has| |#1| (-376)) ELT)) (-1356 (($ $ (-793)) 261 T ELT)) (-4132 (($ $ (-793)) 260 T ELT)) (-3490 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 248 (|has| |#1| (-466)) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#1| "failed") $) 178 T ELT) (((-3 (-421 (-560)) "failed") $) 175 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-3 (-560) "failed") $) 173 (|has| |#1| (-1070 (-560))) ELT) (((-3 (-1114) "failed") $) 150 T ELT)) (-4072 ((|#1| $) 177 T ELT) (((-421 (-560)) $) 176 (|has| |#1| (-1070 (-421 (-560)))) ELT) (((-560) $) 174 (|has| |#1| (-1070 (-560))) ELT) (((-1114) $) 151 T ELT)) (-3273 (($ $ $ (-1114)) 118 (|has| |#1| (-175)) ELT) ((|#1| $ $) 256 (|has| |#1| (-175)) ELT)) (-3752 (($ $ $) 242 (|has| |#1| (-376)) ELT)) (-4328 (($ $) 168 T ELT)) (-1470 (((-711 (-560)) (-711 $)) 146 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-711 $) (-1299 $)) 145 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-711 $) (-1299 $)) 144 T ELT) (((-711 |#1|) (-711 $)) 143 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 241 (|has| |#1| (-376)) ELT)) (-1634 (($ $ $) 259 T ELT)) (-3463 (($ $ $) 250 (|has| |#1| (-571)) ELT)) (-4397 (((-2 (|:| -3265 |#1|) (|:| -3132 $) (|:| -4029 $)) $ $) 249 (|has| |#1| (-571)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 236 (|has| |#1| (-376)) ELT)) (-4332 (($ $) 190 (|has| |#1| (-466)) ELT) (($ $ (-1114)) 115 (|has| |#1| (-466)) ELT)) (-4318 (((-663 $) $) 119 T ELT)) (-2072 (((-114) $) 106 (|has| |#1| (-940)) ELT)) (-4240 (($ $ |#1| (-793) $) 186 T ELT)) (-2528 (((-914 (-391) $) $ (-916 (-391)) (-914 (-391) $)) 94 (-12 (|has| (-1114) (-912 (-391))) (|has| |#1| (-912 (-391)))) ELT) (((-914 (-560) $) $ (-916 (-560)) (-914 (-560) $)) 93 (-12 (|has| (-1114) (-912 (-560))) (|has| |#1| (-912 (-560)))) ELT)) (-2918 (((-793) $ $) 254 (|has| |#1| (-571)) ELT)) (-3363 (((-114) $) 40 T ELT)) (-4055 (((-793) $) 183 T ELT)) (-3851 (((-713 $) $) 234 (|has| |#1| (-1184)) ELT)) (-2700 (($ (-1203 |#1|) (-1114)) 127 T ELT) (($ (-1203 $) (-1114)) 126 T ELT)) (-2842 (($ $ (-793)) 265 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 245 (|has| |#1| (-376)) ELT)) (-1648 (((-663 $) $) 136 T ELT)) (-3060 (((-114) $) 166 T ELT)) (-2682 (($ |#1| (-793)) 167 T ELT) (($ $ (-1114) (-793)) 129 T ELT) (($ $ (-663 (-1114)) (-663 (-793))) 128 T ELT)) (-3778 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $ (-1114)) 130 T ELT) (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 263 T ELT)) (-3654 (((-793) $) 184 T ELT) (((-793) $ (-1114)) 132 T ELT) (((-663 (-793)) $ (-663 (-1114))) 131 T ELT)) (-3097 (($ (-1 (-793) (-793)) $) 185 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 165 T ELT)) (-1923 (((-1203 |#1|) $) 267 T ELT)) (-3311 (((-3 (-1114) "failed") $) 133 T ELT)) (-2974 (((-711 (-560)) (-1299 $)) 148 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 (-560))) (|:| |vec| (-1299 (-560)))) (-1299 $) $) 147 (|has| |#1| (-660 (-560))) ELT) (((-2 (|:| -1806 (-711 |#1|)) (|:| |vec| (-1299 |#1|))) (-1299 $) $) 142 T ELT) (((-711 |#1|) (-1299 $)) 141 T ELT)) (-4295 (($ $) 163 T ELT)) (-4307 ((|#1| $) 162 T ELT)) (-3100 (($ (-663 $)) 104 (|has| |#1| (-466)) ELT) (($ $ $) 103 (|has| |#1| (-466)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-2177 (((-2 (|:| -3132 $) (|:| -4029 $)) $ (-793)) 262 T ELT)) (-2914 (((-3 (-663 $) "failed") $) 124 T ELT)) (-1952 (((-3 (-663 $) "failed") $) 125 T ELT)) (-2364 (((-3 (-2 (|:| |var| (-1114)) (|:| -2909 (-793))) "failed") $) 123 T ELT)) (-3671 (($ $) 246 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2689 (($) 233 (|has| |#1| (-1184)) CONST)) (-1473 (((-1152) $) 12 T ELT)) (-4271 (((-114) $) 180 T ELT)) (-4283 ((|#1| $) 181 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 105 (|has| |#1| (-466)) ELT)) (-3128 (($ (-663 $)) 102 (|has| |#1| (-466)) ELT) (($ $ $) 101 (|has| |#1| (-466)) ELT)) (-2540 (((-419 (-1203 $)) (-1203 $)) 112 (|has| |#1| (-940)) ELT)) (-3906 (((-419 (-1203 $)) (-1203 $)) 111 (|has| |#1| (-940)) ELT)) (-2549 (((-419 $) $) 109 (|has| |#1| (-940)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 244 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 243 (|has| |#1| (-376)) ELT)) (-3795 (((-3 $ "failed") $ |#1|) 188 (|has| |#1| (-571)) ELT) (((-3 $ "failed") $ $) 96 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 237 (|has| |#1| (-376)) ELT)) (-4265 (($ $ (-663 (-305 $))) 159 T ELT) (($ $ (-305 $)) 158 T ELT) (($ $ $ $) 157 T ELT) (($ $ (-663 $) (-663 $)) 156 T ELT) (($ $ (-1114) |#1|) 155 T ELT) (($ $ (-663 (-1114)) (-663 |#1|)) 154 T ELT) (($ $ (-1114) $) 153 T ELT) (($ $ (-663 (-1114)) (-663 $)) 152 T ELT)) (-3760 (((-793) $) 239 (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ |#1|) 278 T ELT) (($ $ $) 277 T ELT) (((-421 $) (-421 $) (-421 $)) 255 (|has| |#1| (-571)) ELT) ((|#1| (-421 $) |#1|) 247 (|has| |#1| (-376)) ELT) (((-421 $) $ (-421 $)) 235 (|has| |#1| (-571)) ELT)) (-3731 (((-3 $ "failed") $ (-793)) 264 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 240 (|has| |#1| (-376)) ELT)) (-2810 (($ $ (-1114)) 117 (|has| |#1| (-175)) ELT) ((|#1| $) 257 (|has| |#1| (-175)) ELT)) (-2703 (($ $ (-663 (-1114)) (-663 (-793))) 49 T ELT) (($ $ (-1114) (-793)) 48 T ELT) (($ $ (-663 (-1114))) 47 T ELT) (($ $ (-1114)) 45 T ELT) (($ $) 276 T ELT) (($ $ (-793)) 274 T ELT) (($ $ (-1 |#1| |#1|)) 272 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 271 T ELT) (($ $ (-1 |#1| |#1|) $) 258 T ELT) (($ $ (-1209)) 232 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 230 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 229 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 228 (|has| |#1| (-930 (-1209))) ELT)) (-4144 (((-793) $) 164 T ELT) (((-793) $ (-1114)) 140 T ELT) (((-663 (-793)) $ (-663 (-1114))) 139 T ELT)) (-1830 (((-916 (-391)) $) 92 (-12 (|has| (-1114) (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ELT) (((-916 (-560)) $) 91 (-12 (|has| (-1114) (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ELT) (((-549) $) 90 (-12 (|has| (-1114) (-633 (-549))) (|has| |#1| (-633 (-549)))) ELT)) (-3878 ((|#1| $) 189 (|has| |#1| (-466)) ELT) (($ $ (-1114)) 116 (|has| |#1| (-466)) ELT)) (-3445 (((-3 (-1299 $) "failed") (-711 $)) 114 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) ELT)) (-1881 (((-3 $ "failed") $ $) 252 (|has| |#1| (-571)) ELT) (((-3 (-421 $) "failed") (-421 $) $) 251 (|has| |#1| (-571)) ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 179 T ELT) (($ (-1114)) 149 T ELT) (($ (-421 (-560))) 88 (-2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ELT) (($ $) 95 (|has| |#1| (-571)) ELT)) (-1551 (((-663 |#1|) $) 182 T ELT)) (-3580 ((|#1| $ (-793)) 169 T ELT) (($ $ (-1114) (-793)) 138 T ELT) (($ $ (-663 (-1114)) (-663 (-793))) 137 T ELT)) (-1633 (((-713 $) $) 89 (-2309 (-2925 (|has| $ (-147)) (|has| |#1| (-940))) (|has| |#1| (-147))) ELT)) (-3103 (((-793)) 37 T CONST)) (-1585 (($ $ $ (-793)) 187 (|has| |#1| (-175)) ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 99 (|has| |#1| (-571)) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-663 (-1114)) (-663 (-793))) 52 T ELT) (($ $ (-1114) (-793)) 51 T ELT) (($ $ (-663 (-1114))) 50 T ELT) (($ $ (-1114)) 46 T ELT) (($ $) 275 T ELT) (($ $ (-793)) 273 T ELT) (($ $ (-1 |#1| |#1|)) 270 T ELT) (($ $ (-1 |#1| |#1|) (-793)) 269 T ELT) (($ $ (-1209)) 231 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209))) 227 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-1209) (-793)) 226 (|has| |#1| (-930 (-1209))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 225 (|has| |#1| (-930 (-1209))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 170 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ (-421 (-560)) $) 171 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ |#1| $) 161 T ELT) (($ $ |#1|) 160 T ELT)))
+(((-1275 |#1|) (-142) (-1081)) (T -1275))
+((-3868 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-1275 *4)) (-4 *4 (-1081)) (-5 *2 (-1299 *4)))) (-1923 (*1 *2 *1) (-12 (-4 *1 (-1275 *3)) (-4 *3 (-1081)) (-5 *2 (-1203 *3)))) (-4383 (*1 *1 *2) (-12 (-5 *2 (-1203 *3)) (-4 *3 (-1081)) (-4 *1 (-1275 *3)))) (-2842 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))) (-3731 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-793)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))) (-3778 (*1 *2 *1 *1) (-12 (-4 *3 (-1081)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-1275 *3)))) (-2177 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *4 (-1081)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-1275 *4)))) (-1356 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))) (-4132 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))) (-1634 (*1 *1 *1 *1) (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)))) (-2703 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))) (-2810 (*1 *2 *1) (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-175)))) (-3273 (*1 *2 *1 *1) (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-175)))) (-3034 (*1 *2 *2 *2) (-12 (-5 *2 (-421 *1)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)) (-4 *3 (-571)))) (-2918 (*1 *2 *1 *1) (-12 (-4 *1 (-1275 *3)) (-4 *3 (-1081)) (-4 *3 (-571)) (-5 *2 (-793)))) (-2332 (*1 *1 *1 *1) (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-571)))) (-1881 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-571)))) (-1881 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-421 *1)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)) (-4 *3 (-571)))) (-3463 (*1 *1 *1 *1) (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-571)))) (-4397 (*1 *2 *1 *1) (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| -3265 *3) (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-1275 *3)))) (-3490 (*1 *2 *1 *1) (-12 (-4 *3 (-466)) (-4 *3 (-1081)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1275 *3)))) (-3034 (*1 *2 *3 *2) (-12 (-5 *3 (-421 *1)) (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-3671 (*1 *1 *1) (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-38 (-421 (-560)))))))
+(-13 (-980 |t#1| (-793) (-1114)) (-298 |t#1| |t#1|) (-298 $ $) (-240) (-234 |t#1|) (-10 -8 (-15 -3868 ((-1299 |t#1|) $ (-793))) (-15 -1923 ((-1203 |t#1|) $)) (-15 -4383 ($ (-1203 |t#1|))) (-15 -2842 ($ $ (-793))) (-15 -3731 ((-3 $ "failed") $ (-793))) (-15 -3778 ((-2 (|:| -3132 $) (|:| -4029 $)) $ $)) (-15 -2177 ((-2 (|:| -3132 $) (|:| -4029 $)) $ (-793))) (-15 -1356 ($ $ (-793))) (-15 -4132 ($ $ (-793))) (-15 -1634 ($ $ $)) (-15 -2703 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1184)) (-6 (-1184)) |%noBranch|) (IF (|has| |t#1| (-175)) (PROGN (-15 -2810 (|t#1| $)) (-15 -3273 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-571)) (PROGN (-6 (-298 (-421 $) (-421 $))) (-15 -3034 ((-421 $) (-421 $) (-421 $))) (-15 -2918 ((-793) $ $)) (-15 -2332 ($ $ $)) (-15 -1881 ((-3 $ "failed") $ $)) (-15 -1881 ((-3 (-421 $) "failed") (-421 $) $)) (-15 -3463 ($ $ $)) (-15 -4397 ((-2 (|:| -3265 |t#1|) (|:| -3132 $) (|:| -4029 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-466)) (-15 -3490 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-376)) (PROGN (-6 (-319)) (-6 -4506) (-15 -3034 (|t#1| (-421 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-421 (-560)))) (-15 -3671 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-793)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) -2309 (|has| |#1| (-1070 (-421 (-560)))) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 #2=(-1114)) . T) ((-635 |#1|) . T) ((-635 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-633 (-549)) -12 (|has| (-1114) (-633 (-549))) (|has| |#1| (-633 (-549)))) ((-633 (-916 (-391))) -12 (|has| (-1114) (-633 (-916 (-391)))) (|has| |#1| (-633 (-916 (-391))))) ((-633 (-916 (-560))) -12 (|has| (-1114) (-633 (-916 (-560)))) (|has| |#1| (-633 (-916 (-560))))) ((-236 $) . T) ((-234 |#1|) . T) ((-240) . T) ((-239) . T) ((-274 |#1|) . T) ((-298 (-421 $) (-421 $)) |has| |#1| (-571)) ((-298 |#1| |#1|) . T) ((-298 $ $) . T) ((-302) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-321 $) . T) ((-338 |#1| #0#) . T) ((-390 |#1|) . T) ((-426 |#1|) . T) ((-466) -2309 (|has| |#1| (-940)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-528 #2# |#1|) . T) ((-528 #2# $) . T) ((-528 $ $) . T) ((-571) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-668 #1#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) |has| |#1| (-38 (-421 (-560)))) ((-670 #3=(-560)) |has| |#1| (-660 (-560))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-660 #3#) |has| |#1| (-660 (-560))) ((-660 |#1|) . T) ((-739 #1#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376))) ((-748) . T) ((-922 $ #2#) . T) ((-922 $ #4=(-1209)) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-928 #2#) . T) ((-928 (-1209)) |has| |#1| (-928 (-1209))) ((-930 #2#) . T) ((-930 #4#) -2309 (|has| |#1| (-930 (-1209))) (|has| |#1| (-928 (-1209)))) ((-912 (-391)) -12 (|has| (-1114) (-912 (-391))) (|has| |#1| (-912 (-391)))) ((-912 (-560)) -12 (|has| (-1114) (-912 (-560))) (|has| |#1| (-912 (-560)))) ((-980 |#1| #0# #2#) . T) ((-940) |has| |#1| (-940)) ((-951) |has| |#1| (-376)) ((-1070 (-421 (-560))) |has| |#1| (-1070 (-421 (-560)))) ((-1070 (-560)) |has| |#1| (-1070 (-560))) ((-1070 #2#) . T) ((-1070 |#1|) . T) ((-1083 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1088 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-940)) (|has| |#1| (-571)) (|has| |#1| (-466)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1184) |has| |#1| (-1184)) ((-1249) . T) ((-1254) |has| |#1| (-940)))
+((-1793 ((|#4| (-1 |#3| |#1|) |#2|) 22 T ELT)))
+(((-1276 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#4| (-1 |#3| |#1|) |#2|))) (-1081) (-1275 |#1|) (-1081) (-1275 |#3|)) (T -1276))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-4 *2 (-1275 *6)) (-5 *1 (-1276 *5 *4 *6 *2)) (-4 *4 (-1275 *5)))))
+(-10 -7 (-15 -1793 (|#4| (-1 |#3| |#1|) |#2|)))
+((-2712 (((-663 (-1114)) $) 34 T ELT)) (-4328 (($ $) 31 T ELT)) (-2682 (($ |#2| |#3|) NIL T ELT) (($ $ (-1114) |#3|) 28 T ELT) (($ $ (-663 (-1114)) (-663 |#3|)) 27 T ELT)) (-4295 (($ $) 14 T ELT)) (-4307 ((|#2| $) 12 T ELT)) (-4144 ((|#3| $) 10 T ELT)))
+(((-1277 |#1| |#2| |#3|) (-10 -8 (-15 -2712 ((-663 (-1114)) |#1|)) (-15 -2682 (|#1| |#1| (-663 (-1114)) (-663 |#3|))) (-15 -2682 (|#1| |#1| (-1114) |#3|)) (-15 -4328 (|#1| |#1|)) (-15 -2682 (|#1| |#2| |#3|)) (-15 -4144 (|#3| |#1|)) (-15 -4295 (|#1| |#1|)) (-15 -4307 (|#2| |#1|))) (-1278 |#2| |#3|) (-1081) (-816)) (T -1277))
+NIL
+(-10 -8 (-15 -2712 ((-663 (-1114)) |#1|)) (-15 -2682 (|#1| |#1| (-663 (-1114)) (-663 |#3|))) (-15 -2682 (|#1| |#1| (-1114) |#3|)) (-15 -4328 (|#1| |#1|)) (-15 -2682 (|#1| |#2| |#3|)) (-15 -4144 (|#3| |#1|)) (-15 -4295 (|#1| |#1|)) (-15 -4307 (|#2| |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 (-1114)) $) 92 T ELT)) (-3572 (((-1209) $) 126 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1852 (($ $ |#2|) 121 T ELT) (($ $ |#2| |#2|) 120 T ELT)) (-4436 (((-1187 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 127 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-4328 (($ $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2512 (((-114) $) 91 T ELT)) (-2918 ((|#2| $) 123 T ELT) ((|#2| $ |#2|) 122 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2842 (($ $ (-949)) 124 T ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| |#2|) 78 T ELT) (($ $ (-1114) |#2|) 94 T ELT) (($ $ (-663 (-1114)) (-663 |#2|)) 93 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3201 (($ $ |#2|) 118 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4265 (((-1187 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) ELT)) (-3034 ((|#1| $ |#2|) 128 T ELT) (($ $ $) 104 (|has| |#2| (-1144)) ELT)) (-2703 (($ $ (-1209)) 116 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-663 (-1209))) 114 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-1209) (-793)) 113 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 112 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT)) (-4144 ((|#2| $) 81 T ELT)) (-2623 (($ $) 90 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT)) (-3580 ((|#1| $ |#2|) 76 T ELT)) (-1633 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-3236 ((|#1| $) 125 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-4430 ((|#1| $ |#2|) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1209)) 115 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-663 (-1209))) 111 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-1209) (-793)) 110 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 109 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1278 |#1| |#2|) (-142) (-1081) (-816)) (T -1278))
+((-4436 (*1 *2 *1) (-12 (-4 *1 (-1278 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)) (-5 *2 (-1187 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3572 (*1 *2 *1) (-12 (-4 *1 (-1278 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)) (-5 *2 (-1209)))) (-3236 (*1 *2 *1) (-12 (-4 *1 (-1278 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081)))) (-2842 (*1 *1 *1 *2) (-12 (-5 *2 (-949)) (-4 *1 (-1278 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)))) (-2918 (*1 *2 *1) (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))) (-2918 (*1 *2 *1 *2) (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))) (-1852 (*1 *1 *1 *2) (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))) (-1852 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))) (-4430 (*1 *2 *1 *3) (-12 (-4 *1 (-1278 *2 *3)) (-4 *3 (-816)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3834 (*2 (-1209)))) (-4 *2 (-1081)))) (-3201 (*1 *1 *1 *2) (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))) (-4265 (*1 *2 *1 *3) (-12 (-4 *1 (-1278 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1187 *3)))))
+(-13 (-1005 |t#1| |t#2| (-1114)) (-298 |t#2| |t#1|) (-10 -8 (-15 -4436 ((-1187 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3572 ((-1209) $)) (-15 -3236 (|t#1| $)) (-15 -2842 ($ $ (-949))) (-15 -2918 (|t#2| $)) (-15 -2918 (|t#2| $ |t#2|)) (-15 -1852 ($ $ |t#2|)) (-15 -1852 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -3834 (|t#1| (-1209)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -4430 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3201 ($ $ |t#2|)) (IF (|has| |t#2| (-1144)) (-6 (-298 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-240)) (IF (|has| |t#1| (-928 (-1209))) (-6 (-928 (-1209))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -4265 ((-1187 |t#1|) $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #0#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-240) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-239) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-298 |#2| |#1|) . T) ((-298 $ $) |has| |#2| (-1144)) ((-302) |has| |#1| (-571)) ((-571) |has| |#1| (-571)) ((-668 #0#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #0#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-922 $ #1=(-1209)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-928 (-1209)))) ((-928 #1#) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-928 (-1209)))) ((-930 #1#) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-928 (-1209)))) ((-1005 |#1| |#2| (-1114)) . T) ((-1083 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1088 #0#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-2624 ((|#2| |#2|) 12 T ELT)) (-1903 (((-419 |#2|) |#2|) 14 T ELT)) (-3141 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560)))) 30 T ELT)))
+(((-1279 |#1| |#2|) (-10 -7 (-15 -1903 ((-419 |#2|) |#2|)) (-15 -2624 (|#2| |#2|)) (-15 -3141 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560)))))) (-571) (-13 (-1275 |#1|) (-571) (-10 -8 (-15 -3128 ($ $ $))))) (T -1279))
+((-3141 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-560)))) (-4 *4 (-13 (-1275 *3) (-571) (-10 -8 (-15 -3128 ($ $ $))))) (-4 *3 (-571)) (-5 *1 (-1279 *3 *4)))) (-2624 (*1 *2 *2) (-12 (-4 *3 (-571)) (-5 *1 (-1279 *3 *2)) (-4 *2 (-13 (-1275 *3) (-571) (-10 -8 (-15 -3128 ($ $ $))))))) (-1903 (*1 *2 *3) (-12 (-4 *4 (-571)) (-5 *2 (-419 *3)) (-5 *1 (-1279 *4 *3)) (-4 *3 (-13 (-1275 *4) (-571) (-10 -8 (-15 -3128 ($ $ $))))))))
+(-10 -7 (-15 -1903 ((-419 |#2|) |#2|)) (-15 -2624 (|#2| |#2|)) (-15 -3141 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-560))))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 11 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-421 (-560))) NIL T ELT) (($ $ (-421 (-560)) (-421 (-560))) NIL T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) NIL T ELT)) (-2267 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2243 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-793) (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) NIL T ELT)) (-2290 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-1259 |#1| |#2| |#3|) "failed") $) 19 T ELT) (((-3 (-1289 |#1| |#2| |#3|) "failed") $) 22 T ELT)) (-4072 (((-1259 |#1| |#2| |#3|) $) NIL T ELT) (((-1289 |#1| |#2| |#3|) $) NIL T ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-1735 (((-421 (-560)) $) 69 T ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4239 (($ (-421 (-560)) (-1259 |#1| |#2| |#3|)) NIL T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-2512 (((-114) $) NIL T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-421 (-560)) $) NIL T ELT) (((-421 (-560)) $ (-421 (-560))) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) NIL T ELT) (($ $ (-421 (-560))) NIL T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-421 (-560))) 30 T ELT) (($ $ (-1114) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-421 (-560)))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3343 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3402 (((-1259 |#1| |#2| |#3|) $) 72 T ELT)) (-3688 (((-3 (-1259 |#1| |#2| |#3|) "failed") $) NIL T ELT)) (-2780 (((-1259 |#1| |#2| |#3|) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) NIL (|has| |#1| (-376)) ELT)) (-3671 (($ $) 39 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) NIL (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT) (($ $ (-1296 |#2|)) 40 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-421 (-560))) NIL T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2784 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-421 (-560))) NIL T ELT) (($ $ $) NIL (|has| (-421 (-560)) (-1144)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) 37 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1296 |#2|)) 38 T ELT)) (-4144 (((-421 (-560)) $) NIL T ELT)) (-2304 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) NIL T ELT)) (-3834 (((-888) $) 108 T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT) (($ (-1259 |#1| |#2| |#3|)) 16 T ELT) (($ (-1289 |#1| |#2| |#3|)) 17 T ELT) (($ (-1296 |#2|)) 36 T ELT) (($ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-421 (-560))) NIL T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-3236 ((|#1| $) 12 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-421 (-560))) 74 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 32 T CONST)) (-2983 (($) 26 T CONST)) (-3095 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-1296 |#2|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 34 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ (-560)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1280 |#1| |#2| |#3|) (-13 (-1284 |#1| (-1259 |#1| |#2| |#3|)) (-922 $ (-1296 |#2|)) (-1070 (-1289 |#1| |#2| |#3|)) (-635 (-1296 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|))) (-1081) (-1209) |#1|) (T -1280))
+((-3671 (*1 *1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1280 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3))))
+(-13 (-1284 |#1| (-1259 |#1| |#2| |#3|)) (-922 $ (-1296 |#2|)) (-1070 (-1289 |#1| |#2| |#3|)) (-635 (-1296 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|)))
+((-1793 (((-1280 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1280 |#1| |#3| |#5|)) 24 T ELT)))
+(((-1281 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1793 ((-1280 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1280 |#1| |#3| |#5|)))) (-1081) (-1081) (-1209) (-1209) |#1| |#2|) (T -1281))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1280 *5 *7 *9)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-14 *7 (-1209)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1280 *6 *8 *10)) (-5 *1 (-1281 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1209)))))
+(-10 -7 (-15 -1793 ((-1280 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1280 |#1| |#3| |#5|))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 (-1114)) $) 92 T ELT)) (-3572 (((-1209) $) 126 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-421 (-560))) 121 T ELT) (($ $ (-421 (-560)) (-421 (-560))) 120 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) 127 T ELT)) (-2267 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 187 (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) 188 (|has| |#1| (-376)) ELT)) (-2563 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3255 (((-114) $ $) 178 (|has| |#1| (-376)) ELT)) (-2243 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-793) (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) 196 T ELT)) (-2290 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) 22 T CONST)) (-3752 (($ $ $) 182 (|has| |#1| (-376)) ELT)) (-4328 (($ $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 181 (|has| |#1| (-376)) ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 176 (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) 189 (|has| |#1| (-376)) ELT)) (-2512 (((-114) $) 91 T ELT)) (-3157 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-421 (-560)) $) 123 T ELT) (((-421 (-560)) $ (-421 (-560))) 122 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) 124 T ELT) (($ $ (-421 (-560))) 195 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 185 (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| (-421 (-560))) 78 T ELT) (($ $ (-1114) (-421 (-560))) 94 T ELT) (($ $ (-663 (-1114)) (-663 (-421 (-560)))) 93 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-3343 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-3100 (($ (-663 $)) 174 (|has| |#1| (-376)) ELT) (($ $ $) 173 (|has| |#1| (-376)) ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 190 (|has| |#1| (-376)) ELT)) (-3671 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 193 (-2309 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-990)) (|has| |#1| (-1235)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 175 (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) 172 (|has| |#1| (-376)) ELT) (($ $ $) 171 (|has| |#1| (-376)) ELT)) (-2549 (((-419 $) $) 186 (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 184 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 183 (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-421 (-560))) 118 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 177 (|has| |#1| (-376)) ELT)) (-2784 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3760 (((-793) $) 179 (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-421 (-560))) 128 T ELT) (($ $ $) 104 (|has| (-421 (-560)) (-1144)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 180 (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) 116 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1209))) 114 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-1209) (-793)) 113 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 112 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-4144 (((-421 (-560)) $) 81 T ELT)) (-2304 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 90 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-421 (-560))) 76 T ELT)) (-1633 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-3236 ((|#1| $) 125 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2345 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2317 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-421 (-560))) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1209)) 115 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1209))) 111 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-1209) (-793)) 110 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 109 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT) (($ $ $) 192 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 191 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1282 |#1|) (-142) (-1081)) (T -1282))
+((-1577 (*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| *4)))) (-4 *4 (-1081)) (-4 *1 (-1282 *4)))) (-2842 (*1 *1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-4 *1 (-1282 *3)) (-4 *3 (-1081)))) (-3671 (*1 *1 *1) (-12 (-4 *1 (-1282 *2)) (-4 *2 (-1081)) (-4 *2 (-38 (-421 (-560)))))) (-3671 (*1 *1 *1 *2) (-2309 (-12 (-5 *2 (-1209)) (-4 *1 (-1282 *3)) (-4 *3 (-1081)) (-12 (-4 *3 (-29 (-560))) (-4 *3 (-990)) (-4 *3 (-1235)) (-4 *3 (-38 (-421 (-560)))))) (-12 (-5 *2 (-1209)) (-4 *1 (-1282 *3)) (-4 *3 (-1081)) (-12 (|has| *3 (-15 -2712 ((-663 *2) *3))) (|has| *3 (-15 -3671 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560)))))))))
+(-13 (-1278 |t#1| (-421 (-560))) (-10 -8 (-15 -1577 ($ (-793) (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |t#1|))))) (-15 -2842 ($ $ (-421 (-560)))) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $)) (IF (|has| |t#1| (-15 -3671 (|t#1| |t#1| (-1209)))) (IF (|has| |t#1| (-15 -2712 ((-663 (-1209)) |t#1|))) (-15 -3671 ($ $ (-1209))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1235)) (IF (|has| |t#1| (-990)) (IF (|has| |t#1| (-29 (-560))) (-15 -3671 ($ $ (-1209))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1034)) (-6 (-1235))) |%noBranch|) (IF (|has| |t#1| (-376)) (-6 (-376)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-421 (-560))) . T) ((-25) . T) ((-38 #1=(-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-240) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-239) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-250) |has| |#1| (-376)) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 $ $) |has| (-421 (-560)) (-1144)) ((-302) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-376) |has| |#1| (-376)) ((-466) |has| |#1| (-376)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-571) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-668 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-739 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-748) . T) ((-922 $ #2=(-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ((-928 #2#) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ((-930 #2#) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ((-1005 |#1| #0# (-1114)) . T) ((-951) |has| |#1| (-376)) ((-1034) |has| |#1| (-38 (-421 (-560)))) ((-1083 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1088 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1235) |has| |#1| (-38 (-421 (-560)))) ((-1238) |has| |#1| (-38 (-421 (-560)))) ((-1249) . T) ((-1254) |has| |#1| (-376)) ((-1278 |#1| #0#) . T))
+((-3136 (((-114) $) 12 T ELT)) (-4142 (((-3 |#3| "failed") $) 17 T ELT)) (-4072 ((|#3| $) 14 T ELT)))
+(((-1283 |#1| |#2| |#3|) (-10 -8 (-15 -4142 ((-3 |#3| "failed") |#1|)) (-15 -4072 (|#3| |#1|)) (-15 -3136 ((-114) |#1|))) (-1284 |#2| |#3|) (-1081) (-1261 |#2|)) (T -1283))
+NIL
+(-10 -8 (-15 -4142 ((-3 |#3| "failed") |#1|)) (-15 -4072 (|#3| |#1|)) (-15 -3136 ((-114) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 (-1114)) $) 92 T ELT)) (-3572 (((-1209) $) 126 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-421 (-560))) 121 T ELT) (($ $ (-421 (-560)) (-421 (-560))) 120 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) 127 T ELT)) (-2267 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 187 (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) 188 (|has| |#1| (-376)) ELT)) (-2563 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3255 (((-114) $ $) 178 (|has| |#1| (-376)) ELT)) (-2243 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-793) (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) 196 T ELT)) (-2290 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#2| "failed") $) 209 T ELT)) (-4072 ((|#2| $) 210 T ELT)) (-3752 (($ $ $) 182 (|has| |#1| (-376)) ELT)) (-4328 (($ $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-1735 (((-421 (-560)) $) 206 T ELT)) (-3763 (($ $ $) 181 (|has| |#1| (-376)) ELT)) (-4239 (($ (-421 (-560)) |#2|) 207 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 176 (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) 189 (|has| |#1| (-376)) ELT)) (-2512 (((-114) $) 91 T ELT)) (-3157 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-421 (-560)) $) 123 T ELT) (((-421 (-560)) $ (-421 (-560))) 122 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) 124 T ELT) (($ $ (-421 (-560))) 195 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 185 (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| (-421 (-560))) 78 T ELT) (($ $ (-1114) (-421 (-560))) 94 T ELT) (($ $ (-663 (-1114)) (-663 (-421 (-560)))) 93 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-3343 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-3100 (($ (-663 $)) 174 (|has| |#1| (-376)) ELT) (($ $ $) 173 (|has| |#1| (-376)) ELT)) (-3402 ((|#2| $) 205 T ELT)) (-3688 (((-3 |#2| "failed") $) 203 T ELT)) (-2780 ((|#2| $) 204 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 190 (|has| |#1| (-376)) ELT)) (-3671 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 193 (-2309 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-990)) (|has| |#1| (-1235)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 175 (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) 172 (|has| |#1| (-376)) ELT) (($ $ $) 171 (|has| |#1| (-376)) ELT)) (-2549 (((-419 $) $) 186 (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 184 (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 183 (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-421 (-560))) 118 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 177 (|has| |#1| (-376)) ELT)) (-2784 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3760 (((-793) $) 179 (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-421 (-560))) 128 T ELT) (($ $ $) 104 (|has| (-421 (-560)) (-1144)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 180 (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) 116 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1209))) 114 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-1209) (-793)) 113 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 112 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-4144 (((-421 (-560)) $) 81 T ELT)) (-2304 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 90 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT) (($ |#2|) 208 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-421 (-560))) 76 T ELT)) (-1633 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-3236 ((|#1| $) 125 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2345 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2317 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-421 (-560))) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1209)) 115 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1209))) 111 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-1209) (-793)) 110 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 109 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT) (($ $ $) 192 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 191 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1284 |#1| |#2|) (-142) (-1081) (-1261 |t#1|)) (T -1284))
+((-4144 (*1 *2 *1) (-12 (-4 *1 (-1284 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1261 *3)) (-5 *2 (-421 (-560))))) (-4239 (*1 *1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-4 *4 (-1081)) (-4 *1 (-1284 *4 *3)) (-4 *3 (-1261 *4)))) (-1735 (*1 *2 *1) (-12 (-4 *1 (-1284 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1261 *3)) (-5 *2 (-421 (-560))))) (-3402 (*1 *2 *1) (-12 (-4 *1 (-1284 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1261 *3)))) (-2780 (*1 *2 *1) (-12 (-4 *1 (-1284 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1261 *3)))) (-3688 (*1 *2 *1) (|partial| -12 (-4 *1 (-1284 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1261 *3)))))
+(-13 (-1282 |t#1|) (-1070 |t#2|) (-635 |t#2|) (-10 -8 (-15 -4239 ($ (-421 (-560)) |t#2|)) (-15 -1735 ((-421 (-560)) $)) (-15 -3402 (|t#2| $)) (-15 -4144 ((-421 (-560)) $)) (-15 -2780 (|t#2| $)) (-15 -3688 ((-3 |t#2| "failed") $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-421 (-560))) . T) ((-25) . T) ((-38 #1=(-421 (-560))) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 |#2|) . T) ((-635 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-240) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-239) |has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ((-250) |has| |#1| (-376)) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 $ $) |has| (-421 (-560)) (-1144)) ((-302) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-319) |has| |#1| (-376)) ((-376) |has| |#1| (-376)) ((-466) |has| |#1| (-376)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-571) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-668 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-739 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376))) ((-748) . T) ((-922 $ #2=(-1209)) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ((-928 #2#) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ((-930 #2#) -12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ((-1005 |#1| #0# (-1114)) . T) ((-951) |has| |#1| (-376)) ((-1034) |has| |#1| (-38 (-421 (-560)))) ((-1070 |#2|) . T) ((-1083 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1088 #1#) -2309 (|has| |#1| (-376)) (|has| |#1| (-38 (-421 (-560))))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-376)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1235) |has| |#1| (-38 (-421 (-560)))) ((-1238) |has| |#1| (-38 (-421 (-560)))) ((-1249) . T) ((-1254) |has| |#1| (-376)) ((-1278 |#1| #0#) . T) ((-1282 |#1|) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 104 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-421 (-560))) 116 T ELT) (($ $ (-421 (-560)) (-421 (-560))) 118 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|))) $) 54 T ELT)) (-2267 (($ $) 192 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2624 (($ $) NIL (|has| |#1| (-376)) ELT)) (-1903 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3255 (((-114) $ $) NIL (|has| |#1| (-376)) ELT)) (-2243 (($ $) 188 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-793) (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#1|)))) 65 T ELT)) (-2290 (($ $) 196 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 172 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) NIL T ELT)) (-4072 ((|#2| $) NIL T ELT)) (-3752 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) 85 T ELT)) (-1735 (((-421 (-560)) $) 13 T ELT)) (-3763 (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-4239 (($ (-421 (-560)) |#2|) 11 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) NIL (|has| |#1| (-376)) ELT)) (-2072 (((-114) $) NIL (|has| |#1| (-376)) ELT)) (-2512 (((-114) $) 74 T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-421 (-560)) $) 113 T ELT) (((-421 (-560)) $ (-421 (-560))) 114 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) 130 T ELT) (($ $ (-421 (-560))) 128 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-421 (-560))) 33 T ELT) (($ $ (-1114) (-421 (-560))) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-421 (-560)))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 125 T ELT)) (-3343 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-3100 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-3402 ((|#2| $) 12 T ELT)) (-3688 (((-3 |#2| "failed") $) 44 T ELT)) (-2780 ((|#2| $) 45 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-4260 (($ $) 101 (|has| |#1| (-376)) ELT)) (-3671 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 151 (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) NIL (|has| |#1| (-376)) ELT)) (-3128 (($ (-663 $)) NIL (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-376)) ELT)) (-2549 (((-419 $) $) NIL (|has| |#1| (-376)) ELT)) (-2984 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-376)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-3201 (($ $ (-421 (-560))) 122 T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) NIL (|has| |#1| (-376)) ELT)) (-2784 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) ELT)) (-3760 (((-793) $) NIL (|has| |#1| (-376)) ELT)) (-3034 ((|#1| $ (-421 (-560))) 108 T ELT) (($ $ $) 94 (|has| (-421 (-560)) (-1144)) ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) NIL (|has| |#1| (-376)) ELT)) (-2703 (($ $ (-1209)) 138 (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) 134 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-4144 (((-421 (-560)) $) 16 T ELT)) (-2304 (($ $) 198 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 174 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 194 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 190 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 120 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) 37 T ELT) (($ |#1|) 27 (|has| |#1| (-175)) ELT) (($ |#2|) 34 T ELT) (($ (-421 (-560))) 139 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT)) (-3580 ((|#1| $ (-421 (-560))) 107 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 127 T CONST)) (-3236 ((|#1| $) 106 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) 204 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 180 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) 200 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 176 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 208 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 184 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-421 (-560))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-421 (-560))))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 210 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 186 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 206 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 182 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 202 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 178 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 21 T CONST)) (-2983 (($) 17 T CONST)) (-3095 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-421 (-560)) |#1|))) ELT)) (-2478 (((-114) $ $) 72 T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT) (($ $ $) 100 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 142 T ELT) (($ $ $) 78 T ELT)) (-2571 (($ $ $) 76 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 82 T ELT) (($ $ (-560)) 157 (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 137 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1285 |#1| |#2|) (-1284 |#1| |#2|) (-1081) (-1261 |#1|)) (T -1285))
+NIL
+(-1284 |#1| |#2|)
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 37 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL T ELT)) (-3575 (($ $) NIL T ELT)) (-3442 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 (-560) "failed") $) NIL (|has| (-1280 |#2| |#3| |#4|) (-1070 (-560))) ELT) (((-3 (-421 (-560)) "failed") $) NIL (|has| (-1280 |#2| |#3| |#4|) (-1070 (-421 (-560)))) ELT) (((-3 (-1280 |#2| |#3| |#4|) "failed") $) 22 T ELT)) (-4072 (((-560) $) NIL (|has| (-1280 |#2| |#3| |#4|) (-1070 (-560))) ELT) (((-421 (-560)) $) NIL (|has| (-1280 |#2| |#3| |#4|) (-1070 (-421 (-560)))) ELT) (((-1280 |#2| |#3| |#4|) $) NIL T ELT)) (-4328 (($ $) 41 T ELT)) (-2167 (((-3 $ "failed") $) 27 T ELT)) (-4332 (($ $) NIL (|has| (-1280 |#2| |#3| |#4|) (-466)) ELT)) (-4240 (($ $ (-1280 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|) $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) 11 T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ (-1280 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) 25 T ELT)) (-3654 (((-331 |#2| |#3| |#4|) $) NIL T ELT)) (-3097 (($ (-1 (-331 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) $) NIL T ELT)) (-1793 (($ (-1 (-1280 |#2| |#3| |#4|) (-1280 |#2| |#3| |#4|)) $) NIL T ELT)) (-3284 (((-3 (-866 |#2|) "failed") $) 90 T ELT)) (-4295 (($ $) NIL T ELT)) (-4307 (((-1280 |#2| |#3| |#4|) $) 20 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4271 (((-114) $) NIL T ELT)) (-4283 (((-1280 |#2| |#3| |#4|) $) NIL T ELT)) (-3795 (((-3 $ "failed") $ (-1280 |#2| |#3| |#4|)) NIL (|has| (-1280 |#2| |#3| |#4|) (-571)) ELT) (((-3 $ "failed") $ $) NIL T ELT)) (-3723 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1280 |#2| |#3| |#4|)) (|:| |%expon| (-331 |#2| |#3| |#4|)) (|:| |%expTerms| (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#2|)))))) (|:| |%type| (-1191))) "failed") $) 74 T ELT)) (-4144 (((-331 |#2| |#3| |#4|) $) 17 T ELT)) (-3878 (((-1280 |#2| |#3| |#4|) $) NIL (|has| (-1280 |#2| |#3| |#4|) (-466)) ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ (-1280 |#2| |#3| |#4|)) NIL T ELT) (($ $) NIL T ELT) (($ (-421 (-560))) NIL (-2309 (|has| (-1280 |#2| |#3| |#4|) (-38 (-421 (-560)))) (|has| (-1280 |#2| |#3| |#4|) (-1070 (-421 (-560))))) ELT)) (-1551 (((-663 (-1280 |#2| |#3| |#4|)) $) NIL T ELT)) (-3580 (((-1280 |#2| |#3| |#4|) $ (-331 |#2| |#3| |#4|)) NIL T ELT)) (-1633 (((-713 $) $) NIL (|has| (-1280 |#2| |#3| |#4|) (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-1585 (($ $ $ (-793)) NIL (|has| (-1280 |#2| |#3| |#4|) (-175)) ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3176 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ (-1280 |#2| |#3| |#4|)) NIL (|has| (-1280 |#2| |#3| |#4|) (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-1280 |#2| |#3| |#4|)) NIL T ELT) (($ (-1280 |#2| |#3| |#4|) $) NIL T ELT) (($ (-421 (-560)) $) NIL (|has| (-1280 |#2| |#3| |#4|) (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| (-1280 |#2| |#3| |#4|) (-38 (-421 (-560)))) ELT)))
+(((-1286 |#1| |#2| |#3| |#4|) (-13 (-338 (-1280 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) (-571) (-10 -8 (-15 -3284 ((-3 (-866 |#2|) "failed") $)) (-15 -3723 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1280 |#2| |#3| |#4|)) (|:| |%expon| (-331 |#2| |#3| |#4|)) (|:| |%expTerms| (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#2|)))))) (|:| |%type| (-1191))) "failed") $)))) (-13 (-1070 (-560)) (-660 (-560)) (-466)) (-13 (-27) (-1235) (-435 |#1|)) (-1209) |#2|) (T -1286))
+((-3284 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1070 (-560)) (-660 (-560)) (-466))) (-5 *2 (-866 *4)) (-5 *1 (-1286 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1235) (-435 *3))) (-14 *5 (-1209)) (-14 *6 *4))) (-3723 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1070 (-560)) (-660 (-560)) (-466))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1280 *4 *5 *6)) (|:| |%expon| (-331 *4 *5 *6)) (|:| |%expTerms| (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| *4)))))) (|:| |%type| (-1191)))) (-5 *1 (-1286 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1235) (-435 *3))) (-14 *5 (-1209)) (-14 *6 *4))))
+(-13 (-338 (-1280 |#2| |#3| |#4|) (-331 |#2| |#3| |#4|)) (-571) (-10 -8 (-15 -3284 ((-3 (-866 |#2|) "failed") $)) (-15 -3723 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1280 |#2| |#3| |#4|)) (|:| |%expon| (-331 |#2| |#3| |#4|)) (|:| |%expTerms| (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| |#2|)))))) (|:| |%type| (-1191))) "failed") $))))
+((-1992 ((|#2| $) 34 T ELT)) (-1910 ((|#2| $) 18 T ELT)) (-4034 (($ $) 53 T ELT)) (-2902 (($ $ (-560)) 85 T ELT)) (-4405 (((-114) $ (-793)) 46 T ELT)) (-1719 ((|#2| $ |#2|) 82 T ELT)) (-1828 ((|#2| $ |#2|) 78 T ELT)) (-3986 ((|#2| $ "value" |#2|) NIL T ELT) ((|#2| $ "first" |#2|) 71 T ELT) (($ $ "rest" $) 75 T ELT) ((|#2| $ "last" |#2|) 73 T ELT)) (-1774 (($ $ (-663 $)) 81 T ELT)) (-1900 ((|#2| $) 17 T ELT)) (-1586 (($ $) NIL T ELT) (($ $ (-793)) 59 T ELT)) (-1763 (((-663 $) $) 31 T ELT)) (-4428 (((-114) $ $) 69 T ELT)) (-3050 (((-114) $ (-793)) 45 T ELT)) (-1506 (((-114) $ (-793)) 43 T ELT)) (-3019 (((-114) $) 33 T ELT)) (-3534 ((|#2| $) 25 T ELT) (($ $ (-793)) 64 T ELT)) (-3034 ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") 10 T ELT) (($ $ "rest") 16 T ELT) ((|#2| $ "last") 13 T ELT)) (-1898 (((-114) $) 23 T ELT)) (-2935 (($ $) 56 T ELT)) (-2481 (($ $) 86 T ELT)) (-3865 (((-793) $) 58 T ELT)) (-1993 (($ $) 57 T ELT)) (-2465 (($ $ $) 77 T ELT) (($ |#2| $) NIL T ELT)) (-2094 (((-663 $) $) 32 T ELT)) (-2478 (((-114) $ $) 67 T ELT)) (-3819 (((-793) $) 52 T ELT)))
+(((-1287 |#1| |#2|) (-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -2902 (|#1| |#1| (-560))) (-15 -3986 (|#2| |#1| "last" |#2|)) (-15 -1828 (|#2| |#1| |#2|)) (-15 -3986 (|#1| |#1| "rest" |#1|)) (-15 -3986 (|#2| |#1| "first" |#2|)) (-15 -2481 (|#1| |#1|)) (-15 -2935 (|#1| |#1|)) (-15 -3865 ((-793) |#1|)) (-15 -1993 (|#1| |#1|)) (-15 -1910 (|#2| |#1|)) (-15 -1900 (|#2| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-793))) (-15 -3034 (|#2| |#1| "last")) (-15 -3534 (|#2| |#1|)) (-15 -1586 (|#1| |#1| (-793))) (-15 -3034 (|#1| |#1| "rest")) (-15 -1586 (|#1| |#1|)) (-15 -3034 (|#2| |#1| "first")) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#1|)) (-15 -1719 (|#2| |#1| |#2|)) (-15 -3986 (|#2| |#1| "value" |#2|)) (-15 -1774 (|#1| |#1| (-663 |#1|))) (-15 -4428 ((-114) |#1| |#1|)) (-15 -1898 ((-114) |#1|)) (-15 -3034 (|#2| |#1| "value")) (-15 -1992 (|#2| |#1|)) (-15 -3019 ((-114) |#1|)) (-15 -1763 ((-663 |#1|) |#1|)) (-15 -2094 ((-663 |#1|) |#1|)) (-15 -3819 ((-793) |#1|)) (-15 -4405 ((-114) |#1| (-793))) (-15 -3050 ((-114) |#1| (-793))) (-15 -1506 ((-114) |#1| (-793)))) (-1288 |#2|) (-1249)) (T -1287))
+NIL
+(-10 -8 (-15 -2478 ((-114) |#1| |#1|)) (-15 -2902 (|#1| |#1| (-560))) (-15 -3986 (|#2| |#1| "last" |#2|)) (-15 -1828 (|#2| |#1| |#2|)) (-15 -3986 (|#1| |#1| "rest" |#1|)) (-15 -3986 (|#2| |#1| "first" |#2|)) (-15 -2481 (|#1| |#1|)) (-15 -2935 (|#1| |#1|)) (-15 -3865 ((-793) |#1|)) (-15 -1993 (|#1| |#1|)) (-15 -1910 (|#2| |#1|)) (-15 -1900 (|#2| |#1|)) (-15 -4034 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-793))) (-15 -3034 (|#2| |#1| "last")) (-15 -3534 (|#2| |#1|)) (-15 -1586 (|#1| |#1| (-793))) (-15 -3034 (|#1| |#1| "rest")) (-15 -1586 (|#1| |#1|)) (-15 -3034 (|#2| |#1| "first")) (-15 -2465 (|#1| |#2| |#1|)) (-15 -2465 (|#1| |#1| |#1|)) (-15 -1719 (|#2| |#1| |#2|)) (-15 -3986 (|#2| |#1| "value" |#2|)) (-15 -1774 (|#1| |#1| (-663 |#1|))) (-15 -4428 ((-114) |#1| |#1|)) (-15 -1898 ((-114) |#1|)) (-15 -3034 (|#2| |#1| "value")) (-15 -1992 (|#2| |#1|)) (-15 -3019 ((-114) |#1|)) (-15 -1763 ((-663 |#1|) |#1|)) (-15 -2094 ((-663 |#1|) |#1|)) (-15 -3819 ((-793) |#1|)) (-15 -4405 ((-114) |#1| (-793))) (-15 -3050 ((-114) |#1| (-793))) (-15 -1506 ((-114) |#1| (-793))))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-1992 ((|#1| $) 55 T ELT)) (-1910 ((|#1| $) 74 T ELT)) (-4034 (($ $) 76 T ELT)) (-2902 (($ $ (-560)) 61 (|has| $ (-6 -4511)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-1719 ((|#1| $ |#1|) 46 (|has| $ (-6 -4511)) ELT)) (-3063 (($ $ $) 65 (|has| $ (-6 -4511)) ELT)) (-1828 ((|#1| $ |#1|) 63 (|has| $ (-6 -4511)) ELT)) (-4082 ((|#1| $ |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3986 ((|#1| $ "value" |#1|) 47 (|has| $ (-6 -4511)) ELT) ((|#1| $ "first" |#1|) 66 (|has| $ (-6 -4511)) ELT) (($ $ "rest" $) 64 (|has| $ (-6 -4511)) ELT) ((|#1| $ "last" |#1|) 62 (|has| $ (-6 -4511)) ELT)) (-1774 (($ $ (-663 $)) 48 (|has| $ (-6 -4511)) ELT)) (-1900 ((|#1| $) 75 T ELT)) (-4489 (($) 7 T CONST)) (-1586 (($ $) 82 T ELT) (($ $ (-793)) 80 T ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-1763 (((-663 $) $) 57 T ELT)) (-4428 (((-114) $ $) 49 (|has| |#1| (-1133)) ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-2778 (((-663 |#1|) $) 52 T ELT)) (-3019 (((-114) $) 56 T ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-3534 ((|#1| $) 79 T ELT) (($ $ (-793)) 77 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 85 T ELT) (($ $ (-793)) 83 T ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ "value") 54 T ELT) ((|#1| $ "first") 84 T ELT) (($ $ "rest") 81 T ELT) ((|#1| $ "last") 78 T ELT)) (-3419 (((-560) $ $) 51 T ELT)) (-1898 (((-114) $) 53 T ELT)) (-2935 (($ $) 71 T ELT)) (-2481 (($ $) 68 (|has| $ (-6 -4511)) ELT)) (-3865 (((-793) $) 72 T ELT)) (-1993 (($ $) 73 T ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-4007 (($ $) 13 T ELT)) (-4409 (($ $ $) 70 (|has| $ (-6 -4511)) ELT) (($ $ |#1|) 69 (|has| $ (-6 -4511)) ELT)) (-2465 (($ $ $) 87 T ELT) (($ |#1| $) 86 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-2094 (((-663 $) $) 58 T ELT)) (-4316 (((-114) $ $) 50 (|has| |#1| (-1133)) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1288 |#1|) (-142) (-1249)) (T -1288))
+((-2465 (*1 *1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-2465 (*1 *1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-1574 (*1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3034 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-1574 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1288 *3)) (-4 *3 (-1249)))) (-1586 (*1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3034 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1288 *3)) (-4 *3 (-1249)))) (-1586 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1288 *3)) (-4 *3 (-1249)))) (-3534 (*1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3034 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1288 *3)) (-4 *3 (-1249)))) (-4034 (*1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-1900 (*1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-1910 (*1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-1993 (*1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3865 (*1 *2 *1) (-12 (-4 *1 (-1288 *3)) (-4 *3 (-1249)) (-5 *2 (-793)))) (-2935 (*1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-4409 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-4409 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-2481 (*1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-4082 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3986 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3063 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3986 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4511)) (-4 *1 (-1288 *3)) (-4 *3 (-1249)))) (-1828 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-3986 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))) (-2902 (*1 *1 *1 *2) (-12 (-5 *2 (-560)) (|has| *1 (-6 -4511)) (-4 *1 (-1288 *3)) (-4 *3 (-1249)))))
+(-13 (-1042 |t#1|) (-10 -8 (-15 -2465 ($ $ $)) (-15 -2465 ($ |t#1| $)) (-15 -1574 (|t#1| $)) (-15 -3034 (|t#1| $ "first")) (-15 -1574 ($ $ (-793))) (-15 -1586 ($ $)) (-15 -3034 ($ $ "rest")) (-15 -1586 ($ $ (-793))) (-15 -3534 (|t#1| $)) (-15 -3034 (|t#1| $ "last")) (-15 -3534 ($ $ (-793))) (-15 -4034 ($ $)) (-15 -1900 (|t#1| $)) (-15 -1910 (|t#1| $)) (-15 -1993 ($ $)) (-15 -3865 ((-793) $)) (-15 -2935 ($ $)) (IF (|has| $ (-6 -4511)) (PROGN (-15 -4409 ($ $ $)) (-15 -4409 ($ $ |t#1|)) (-15 -2481 ($ $)) (-15 -4082 (|t#1| $ |t#1|)) (-15 -3986 (|t#1| $ "first" |t#1|)) (-15 -3063 ($ $ $)) (-15 -3986 ($ $ "rest" $)) (-15 -1828 (|t#1| $ |t#1|)) (-15 -3986 (|t#1| $ "last" |t#1|)) (-15 -2902 ($ $ (-560)))) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-632 (-888)))) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-503 |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-1042 |#1|) . T) ((-1133) |has| |#1| (-1133)) ((-1249) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2712 (((-663 (-1114)) $) NIL T ELT)) (-3572 (((-1209) $) 90 T ELT)) (-4106 (((-1268 |#2| |#1|) $ (-793)) 73 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) NIL (|has| |#1| (-571)) ELT)) (-3575 (($ $) NIL (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 142 (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-793)) 127 T ELT) (($ $ (-793) (-793)) 130 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-793)) (|:| |c| |#1|))) $) 43 T ELT)) (-2267 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2563 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2243 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-793)) (|:| |c| |#1|)))) 52 T ELT) (($ (-1187 |#1|)) NIL T ELT)) (-2290 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) NIL T CONST)) (-3813 (($ $) 134 T ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-2959 (($ $) 140 T ELT)) (-2048 (((-976 |#1|) $ (-793)) 63 T ELT) (((-976 |#1|) $ (-793) (-793)) 65 T ELT)) (-2512 (((-114) $) NIL T ELT)) (-3157 (($) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-793) $) NIL T ELT) (((-793) $ (-793)) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-1874 (($ $) 117 T ELT)) (-1526 (($ $ (-560)) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3010 (($ (-560) (-560) $) 136 T ELT)) (-2842 (($ $ (-949)) 139 T ELT)) (-2647 (($ (-1 |#1| (-560)) $) 111 T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2682 (($ |#1| (-793)) 16 T ELT) (($ $ (-1114) (-793)) NIL T ELT) (($ $ (-663 (-1114)) (-663 (-793))) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 98 T ELT)) (-3343 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2985 (($ $) 115 T ELT)) (-1967 (($ $) 113 T ELT)) (-2255 (($ (-560) (-560) $) 138 T ELT)) (-3671 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 156 (-2309 (-12 (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-38 (-421 (-560)))) (|has| |#1| (-990)) (|has| |#1| (-1235)))) ELT) (($ $ (-1296 |#2|)) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3841 (($ $ (-560) (-560)) 121 T ELT)) (-3201 (($ $ (-793)) 123 T ELT)) (-3795 (((-3 $ "failed") $ $) NIL (|has| |#1| (-571)) ELT)) (-2784 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3474 (($ $) 119 T ELT)) (-4265 (((-1187 |#1|) $ |#1|) 100 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) ELT)) (-3034 ((|#1| $ (-793)) 95 T ELT) (($ $ $) 132 (|has| (-793) (-1144)) ELT)) (-2703 (($ $ (-1209)) 108 (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) 102 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-1296 |#2|)) 103 T ELT)) (-4144 (((-793) $) NIL T ELT)) (-2304 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 125 T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) 26 T ELT) (($ (-421 (-560))) 148 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) NIL (|has| |#1| (-571)) ELT) (($ |#1|) 25 (|has| |#1| (-175)) ELT) (($ (-1268 |#2| |#1|)) 81 T ELT) (($ (-1296 |#2|)) 22 T ELT)) (-1551 (((-1187 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ (-793)) 94 T ELT)) (-1633 (((-713 $) $) NIL (|has| |#1| (-147)) ELT)) (-3103 (((-793)) NIL T CONST)) (-3236 ((|#1| $) 91 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2345 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2317 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-793)) 89 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 18 T CONST)) (-2983 (($) 13 T CONST)) (-3095 (($ $ (-1209)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-1209) (-793)) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) NIL (-12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) NIL (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-1296 |#2|)) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-2594 (($ $ |#1|) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) 107 T ELT)) (-2571 (($ $ $) 20 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ |#1|) 145 (|has| |#1| (-376)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 106 T ELT) (($ (-421 (-560)) $) NIL (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) NIL (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1289 |#1| |#2| |#3|) (-13 (-1292 |#1|) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1268 |#2| |#1|))) (-15 -4106 ((-1268 |#2| |#1|) $ (-793))) (-15 -3834 ($ (-1296 |#2|))) (-15 -1967 ($ $)) (-15 -2985 ($ $)) (-15 -1874 ($ $)) (-15 -3474 ($ $)) (-15 -3841 ($ $ (-560) (-560))) (-15 -3813 ($ $)) (-15 -3010 ($ (-560) (-560) $)) (-15 -2255 ($ (-560) (-560) $)) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|))) (-1081) (-1209) |#1|) (T -1289))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-1268 *4 *3)) (-4 *3 (-1081)) (-14 *4 (-1209)) (-14 *5 *3) (-5 *1 (-1289 *3 *4 *5)))) (-4106 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1268 *5 *4)) (-5 *1 (-1289 *4 *5 *6)) (-4 *4 (-1081)) (-14 *5 (-1209)) (-14 *6 *4))) (-3834 (*1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1289 *3 *4 *5)) (-4 *3 (-1081)) (-14 *5 *3))) (-1967 (*1 *1 *1) (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209)) (-14 *4 *2))) (-2985 (*1 *1 *1) (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209)) (-14 *4 *2))) (-1874 (*1 *1 *1) (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209)) (-14 *4 *2))) (-3474 (*1 *1 *1) (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209)) (-14 *4 *2))) (-3841 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1289 *3 *4 *5)) (-4 *3 (-1081)) (-14 *4 (-1209)) (-14 *5 *3))) (-3813 (*1 *1 *1) (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209)) (-14 *4 *2))) (-3010 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1289 *3 *4 *5)) (-4 *3 (-1081)) (-14 *4 (-1209)) (-14 *5 *3))) (-2255 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1289 *3 *4 *5)) (-4 *3 (-1081)) (-14 *4 (-1209)) (-14 *5 *3))) (-3671 (*1 *1 *1 *2) (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1289 *3 *4 *5)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3))))
+(-13 (-1292 |#1|) (-922 $ (-1296 |#2|)) (-10 -8 (-15 -3834 ($ (-1268 |#2| |#1|))) (-15 -4106 ((-1268 |#2| |#1|) $ (-793))) (-15 -3834 ($ (-1296 |#2|))) (-15 -1967 ($ $)) (-15 -2985 ($ $)) (-15 -1874 ($ $)) (-15 -3474 ($ $)) (-15 -3841 ($ $ (-560) (-560))) (-15 -3813 ($ $)) (-15 -3010 ($ (-560) (-560) $)) (-15 -2255 ($ (-560) (-560) $)) (IF (|has| |#1| (-38 (-421 (-560)))) (-15 -3671 ($ $ (-1296 |#2|))) |%noBranch|)))
+((-1793 ((|#4| (-1 |#2| |#1|) |#3|) 17 T ELT)))
+(((-1290 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1793 (|#4| (-1 |#2| |#1|) |#3|))) (-1081) (-1081) (-1292 |#1|) (-1292 |#2|)) (T -1290))
+((-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1081)) (-4 *6 (-1081)) (-4 *2 (-1292 *6)) (-5 *1 (-1290 *5 *6 *4 *2)) (-4 *4 (-1292 *5)))))
+(-10 -7 (-15 -1793 (|#4| (-1 |#2| |#1|) |#3|)))
+((-3136 (((-114) $) 17 T ELT)) (-2267 (($ $) 105 T ELT)) (-2111 (($ $) 81 T ELT)) (-2243 (($ $) 101 T ELT)) (-2683 (($ $) 77 T ELT)) (-2290 (($ $) 109 T ELT)) (-2136 (($ $) 85 T ELT)) (-3343 (($ $) 75 T ELT)) (-2784 (($ $) 73 T ELT)) (-2304 (($ $) 111 T ELT)) (-2149 (($ $) 87 T ELT)) (-2278 (($ $) 107 T ELT)) (-2124 (($ $) 83 T ELT)) (-2256 (($ $) 103 T ELT)) (-2699 (($ $) 79 T ELT)) (-3834 (((-888) $) 61 T ELT) (($ (-560)) NIL T ELT) (($ (-421 (-560))) NIL T ELT) (($ $) NIL T ELT) (($ |#2|) NIL T ELT)) (-2345 (($ $) 117 T ELT)) (-2188 (($ $) 93 T ELT)) (-2317 (($ $) 113 T ELT)) (-2163 (($ $) 89 T ELT)) (-2370 (($ $) 121 T ELT)) (-2214 (($ $) 97 T ELT)) (-2254 (($ $) 123 T ELT)) (-2228 (($ $) 99 T ELT)) (-2356 (($ $) 119 T ELT)) (-2201 (($ $) 95 T ELT)) (-2330 (($ $) 115 T ELT)) (-2175 (($ $) 91 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT) (($ $ |#2|) 65 T ELT) (($ $ $) 68 T ELT) (($ $ (-421 (-560))) 71 T ELT)))
+(((-1291 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -2111 (|#1| |#1|)) (-15 -2683 (|#1| |#1|)) (-15 -2136 (|#1| |#1|)) (-15 -2149 (|#1| |#1|)) (-15 -2124 (|#1| |#1|)) (-15 -2699 (|#1| |#1|)) (-15 -2175 (|#1| |#1|)) (-15 -2201 (|#1| |#1|)) (-15 -2228 (|#1| |#1|)) (-15 -2214 (|#1| |#1|)) (-15 -2163 (|#1| |#1|)) (-15 -2188 (|#1| |#1|)) (-15 -2256 (|#1| |#1|)) (-15 -2278 (|#1| |#1|)) (-15 -2304 (|#1| |#1|)) (-15 -2290 (|#1| |#1|)) (-15 -2243 (|#1| |#1|)) (-15 -2267 (|#1| |#1|)) (-15 -2330 (|#1| |#1|)) (-15 -2356 (|#1| |#1|)) (-15 -2254 (|#1| |#1|)) (-15 -2370 (|#1| |#1|)) (-15 -2317 (|#1| |#1|)) (-15 -2345 (|#1| |#1|)) (-15 -3343 (|#1| |#1|)) (-15 -2784 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-949))) (-15 -3136 ((-114) |#1|)) (-15 -3834 ((-888) |#1|))) (-1292 |#2|) (-1081)) (T -1291))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-421 (-560)))) (-15 -2111 (|#1| |#1|)) (-15 -2683 (|#1| |#1|)) (-15 -2136 (|#1| |#1|)) (-15 -2149 (|#1| |#1|)) (-15 -2124 (|#1| |#1|)) (-15 -2699 (|#1| |#1|)) (-15 -2175 (|#1| |#1|)) (-15 -2201 (|#1| |#1|)) (-15 -2228 (|#1| |#1|)) (-15 -2214 (|#1| |#1|)) (-15 -2163 (|#1| |#1|)) (-15 -2188 (|#1| |#1|)) (-15 -2256 (|#1| |#1|)) (-15 -2278 (|#1| |#1|)) (-15 -2304 (|#1| |#1|)) (-15 -2290 (|#1| |#1|)) (-15 -2243 (|#1| |#1|)) (-15 -2267 (|#1| |#1|)) (-15 -2330 (|#1| |#1|)) (-15 -2356 (|#1| |#1|)) (-15 -2254 (|#1| |#1|)) (-15 -2370 (|#1| |#1|)) (-15 -2317 (|#1| |#1|)) (-15 -2345 (|#1| |#1|)) (-15 -3343 (|#1| |#1|)) (-15 -2784 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3834 (|#1| |#2|)) (-15 -3834 (|#1| |#1|)) (-15 -3834 (|#1| (-421 (-560)))) (-15 -3834 (|#1| (-560))) (-15 ** (|#1| |#1| (-793))) (-15 ** (|#1| |#1| (-949))) (-15 -3136 ((-114) |#1|)) (-15 -3834 ((-888) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2712 (((-663 (-1114)) $) 92 T ELT)) (-3572 (((-1209) $) 126 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 68 (|has| |#1| (-571)) ELT)) (-3575 (($ $) 69 (|has| |#1| (-571)) ELT)) (-3442 (((-114) $) 71 (|has| |#1| (-571)) ELT)) (-1852 (($ $ (-793)) 121 T ELT) (($ $ (-793) (-793)) 120 T ELT)) (-4436 (((-1187 (-2 (|:| |k| (-793)) (|:| |c| |#1|))) $) 127 T ELT)) (-2267 (($ $) 160 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2111 (($ $) 143 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2563 (($ $) 142 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2243 (($ $) 159 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2683 (($ $) 144 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-1577 (($ (-1187 (-2 (|:| |k| (-793)) (|:| |c| |#1|)))) 180 T ELT) (($ (-1187 |#1|)) 178 T ELT)) (-2290 (($ $) 158 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2136 (($ $) 145 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4489 (($) 22 T CONST)) (-4328 (($ $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-2959 (($ $) 177 T ELT)) (-2048 (((-976 |#1|) $ (-793)) 175 T ELT) (((-976 |#1|) $ (-793) (-793)) 174 T ELT)) (-2512 (((-114) $) 91 T ELT)) (-3157 (($) 170 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2918 (((-793) $) 123 T ELT) (((-793) $ (-793)) 122 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-1526 (($ $ (-560)) 141 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2842 (($ $ (-949)) 124 T ELT)) (-2647 (($ (-1 |#1| (-560)) $) 176 T ELT)) (-3060 (((-114) $) 79 T ELT)) (-2682 (($ |#1| (-793)) 78 T ELT) (($ $ (-1114) (-793)) 94 T ELT) (($ $ (-663 (-1114)) (-663 (-793))) 93 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) 80 T ELT)) (-3343 (($ $) 167 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4295 (($ $) 82 T ELT)) (-4307 ((|#1| $) 83 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-3671 (($ $) 172 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-1209)) 171 (-2309 (-12 (|has| |#1| (-29 (-560))) (|has| |#1| (-990)) (|has| |#1| (-1235)) (|has| |#1| (-38 (-421 (-560))))) (-12 (|has| |#1| (-15 -2712 ((-663 (-1209)) |#1|))) (|has| |#1| (-15 -3671 (|#1| |#1| (-1209)))) (|has| |#1| (-38 (-421 (-560)))))) ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3201 (($ $ (-793)) 118 T ELT)) (-3795 (((-3 $ "failed") $ $) 67 (|has| |#1| (-571)) ELT)) (-2784 (($ $) 168 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4265 (((-1187 |#1|) $ |#1|) 117 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) ELT)) (-3034 ((|#1| $ (-793)) 128 T ELT) (($ $ $) 104 (|has| (-793) (-1144)) ELT)) (-2703 (($ $ (-1209)) 116 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-663 (-1209))) 114 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-1209) (-793)) 113 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 112 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $) 108 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) 106 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT)) (-4144 (((-793) $) 81 T ELT)) (-2304 (($ $) 157 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2149 (($ $) 146 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2278 (($ $) 156 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2124 (($ $) 147 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2256 (($ $) 155 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2699 (($ $) 148 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2623 (($ $) 90 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ (-421 (-560))) 74 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $) 66 (|has| |#1| (-571)) ELT) (($ |#1|) 64 (|has| |#1| (-175)) ELT)) (-1551 (((-1187 |#1|) $) 179 T ELT)) (-3580 ((|#1| $ (-793)) 76 T ELT)) (-1633 (((-713 $) $) 65 (|has| |#1| (-147)) ELT)) (-3103 (((-793)) 37 T CONST)) (-3236 ((|#1| $) 125 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2345 (($ $) 166 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2188 (($ $) 154 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-3176 (((-114) $ $) 70 (|has| |#1| (-571)) ELT)) (-2317 (($ $) 165 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2163 (($ $) 153 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2370 (($ $) 164 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2214 (($ $) 152 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-4430 ((|#1| $ (-793)) 119 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-793)))) (|has| |#1| (-15 -3834 (|#1| (-1209))))) ELT)) (-2254 (($ $) 163 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2228 (($ $) 151 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2356 (($ $) 162 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2201 (($ $) 150 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2330 (($ $) 161 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2175 (($ $) 149 (|has| |#1| (-38 (-421 (-560)))) ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-3095 (($ $ (-1209)) 115 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-663 (-1209))) 111 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-1209) (-793)) 110 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $ (-663 (-1209)) (-663 (-793))) 109 (-12 (|has| |#1| (-928 (-1209))) (|has| |#1| (-15 * (|#1| (-793) |#1|)))) ELT) (($ $) 107 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT) (($ $ (-793)) 105 (|has| |#1| (-15 * (|#1| (-793) |#1|))) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 75 (|has| |#1| (-376)) ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ |#1|) 173 (|has| |#1| (-376)) ELT) (($ $ $) 169 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 140 (|has| |#1| (-38 (-421 (-560)))) ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 85 T ELT) (($ |#1| $) 84 T ELT) (($ (-421 (-560)) $) 73 (|has| |#1| (-38 (-421 (-560)))) ELT) (($ $ (-421 (-560))) 72 (|has| |#1| (-38 (-421 (-560)))) ELT)))
+(((-1292 |#1|) (-142) (-1081)) (T -1292))
+((-1577 (*1 *1 *2) (-12 (-5 *2 (-1187 (-2 (|:| |k| (-793)) (|:| |c| *3)))) (-4 *3 (-1081)) (-4 *1 (-1292 *3)))) (-1551 (*1 *2 *1) (-12 (-4 *1 (-1292 *3)) (-4 *3 (-1081)) (-5 *2 (-1187 *3)))) (-1577 (*1 *1 *2) (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-4 *1 (-1292 *3)))) (-2959 (*1 *1 *1) (-12 (-4 *1 (-1292 *2)) (-4 *2 (-1081)))) (-2647 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-560))) (-4 *1 (-1292 *3)) (-4 *3 (-1081)))) (-2048 (*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-1292 *4)) (-4 *4 (-1081)) (-5 *2 (-976 *4)))) (-2048 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-4 *1 (-1292 *4)) (-4 *4 (-1081)) (-5 *2 (-976 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1292 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))) (-3671 (*1 *1 *1) (-12 (-4 *1 (-1292 *2)) (-4 *2 (-1081)) (-4 *2 (-38 (-421 (-560)))))) (-3671 (*1 *1 *1 *2) (-2309 (-12 (-5 *2 (-1209)) (-4 *1 (-1292 *3)) (-4 *3 (-1081)) (-12 (-4 *3 (-29 (-560))) (-4 *3 (-990)) (-4 *3 (-1235)) (-4 *3 (-38 (-421 (-560)))))) (-12 (-5 *2 (-1209)) (-4 *1 (-1292 *3)) (-4 *3 (-1081)) (-12 (|has| *3 (-15 -2712 ((-663 *2) *3))) (|has| *3 (-15 -3671 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560)))))))))
+(-13 (-1278 |t#1| (-793)) (-10 -8 (-15 -1577 ($ (-1187 (-2 (|:| |k| (-793)) (|:| |c| |t#1|))))) (-15 -1551 ((-1187 |t#1|) $)) (-15 -1577 ($ (-1187 |t#1|))) (-15 -2959 ($ $)) (-15 -2647 ($ (-1 |t#1| (-560)) $)) (-15 -2048 ((-976 |t#1|) $ (-793))) (-15 -2048 ((-976 |t#1|) $ (-793) (-793))) (IF (|has| |t#1| (-376)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-421 (-560)))) (PROGN (-15 -3671 ($ $)) (IF (|has| |t#1| (-15 -3671 (|t#1| |t#1| (-1209)))) (IF (|has| |t#1| (-15 -2712 ((-663 (-1209)) |t#1|))) (-15 -3671 ($ $ (-1209))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1235)) (IF (|has| |t#1| (-990)) (IF (|has| |t#1| (-29 (-560))) (-15 -3671 ($ $ (-1209))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1034)) (-6 (-1235))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-793)) . T) ((-25) . T) ((-38 #1=(-421 (-560))) |has| |#1| (-38 (-421 (-560)))) ((-38 |#1|) |has| |#1| (-175)) ((-38 $) |has| |#1| (-571)) ((-35) |has| |#1| (-38 (-421 (-560)))) ((-95) |has| |#1| (-38 (-421 (-560)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-421 (-560)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-133) . T) ((-147) |has| |#1| (-147)) ((-149) |has| |#1| (-149)) ((-635 #1#) |has| |#1| (-38 (-421 (-560)))) ((-635 (-560)) . T) ((-635 |#1|) |has| |#1| (-175)) ((-635 $) |has| |#1| (-571)) ((-632 (-888)) . T) ((-175) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-236 $) |has| |#1| (-15 * (|#1| (-793) |#1|))) ((-240) |has| |#1| (-15 * (|#1| (-793) |#1|))) ((-239) |has| |#1| (-15 * (|#1| (-793) |#1|))) ((-296) |has| |#1| (-38 (-421 (-560)))) ((-298 #0# |#1|) . T) ((-298 $ $) |has| (-793) (-1144)) ((-302) |has| |#1| (-571)) ((-507) |has| |#1| (-38 (-421 (-560)))) ((-571) |has| |#1| (-571)) ((-668 #1#) |has| |#1| (-38 (-421 (-560)))) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #1#) |has| |#1| (-38 (-421 (-560)))) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #1#) |has| |#1| (-38 (-421 (-560)))) ((-662 |#1|) |has| |#1| (-175)) ((-662 $) |has| |#1| (-571)) ((-739 #1#) |has| |#1| (-38 (-421 (-560)))) ((-739 |#1|) |has| |#1| (-175)) ((-739 $) |has| |#1| (-571)) ((-748) . T) ((-922 $ #2=(-1209)) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ((-928 #2#) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ((-930 #2#) -12 (|has| |#1| (-15 * (|#1| (-793) |#1|))) (|has| |#1| (-928 (-1209)))) ((-1005 |#1| #0# (-1114)) . T) ((-1034) |has| |#1| (-38 (-421 (-560)))) ((-1083 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1083 |#1|) . T) ((-1083 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1088 #1#) |has| |#1| (-38 (-421 (-560)))) ((-1088 |#1|) . T) ((-1088 $) -2309 (|has| |#1| (-571)) (|has| |#1| (-175))) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1235) |has| |#1| (-38 (-421 (-560)))) ((-1238) |has| |#1| (-38 (-421 (-560)))) ((-1249) . T) ((-1278 |#1| #0#) . T))
+((-3096 (((-1 (-1187 |#1|) (-663 (-1187 |#1|))) (-1 |#2| (-663 |#2|))) 24 T ELT)) (-1834 (((-1 (-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) (-1 |#2| |#2| |#2|)) 16 T ELT)) (-3089 (((-1 (-1187 |#1|) (-1187 |#1|)) (-1 |#2| |#2|)) 13 T ELT)) (-1492 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48 T ELT)) (-4049 ((|#2| (-1 |#2| |#2|) |#1|) 46 T ELT)) (-4043 ((|#2| (-1 |#2| (-663 |#2|)) (-663 |#1|)) 60 T ELT)) (-3756 (((-663 |#2|) (-663 |#1|) (-663 (-1 |#2| (-663 |#2|)))) 66 T ELT)) (-3479 ((|#2| |#2| |#2|) 43 T ELT)))
+(((-1293 |#1| |#2|) (-10 -7 (-15 -3089 ((-1 (-1187 |#1|) (-1187 |#1|)) (-1 |#2| |#2|))) (-15 -1834 ((-1 (-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3096 ((-1 (-1187 |#1|) (-663 (-1187 |#1|))) (-1 |#2| (-663 |#2|)))) (-15 -3479 (|#2| |#2| |#2|)) (-15 -4049 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -1492 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4043 (|#2| (-1 |#2| (-663 |#2|)) (-663 |#1|))) (-15 -3756 ((-663 |#2|) (-663 |#1|) (-663 (-1 |#2| (-663 |#2|)))))) (-38 (-421 (-560))) (-1292 |#1|)) (T -1293))
+((-3756 (*1 *2 *3 *4) (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 (-1 *6 (-663 *6)))) (-4 *5 (-38 (-421 (-560)))) (-4 *6 (-1292 *5)) (-5 *2 (-663 *6)) (-5 *1 (-1293 *5 *6)))) (-4043 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-663 *2))) (-5 *4 (-663 *5)) (-4 *5 (-38 (-421 (-560)))) (-4 *2 (-1292 *5)) (-5 *1 (-1293 *5 *2)))) (-1492 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1292 *4)) (-5 *1 (-1293 *4 *2)) (-4 *4 (-38 (-421 (-560)))))) (-4049 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1292 *4)) (-5 *1 (-1293 *4 *2)) (-4 *4 (-38 (-421 (-560)))))) (-3479 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1293 *3 *2)) (-4 *2 (-1292 *3)))) (-3096 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-663 *5))) (-4 *5 (-1292 *4)) (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-1 (-1187 *4) (-663 (-1187 *4)))) (-5 *1 (-1293 *4 *5)))) (-1834 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1292 *4)) (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-1 (-1187 *4) (-1187 *4) (-1187 *4))) (-5 *1 (-1293 *4 *5)))) (-3089 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1292 *4)) (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-1 (-1187 *4) (-1187 *4))) (-5 *1 (-1293 *4 *5)))))
+(-10 -7 (-15 -3089 ((-1 (-1187 |#1|) (-1187 |#1|)) (-1 |#2| |#2|))) (-15 -1834 ((-1 (-1187 |#1|) (-1187 |#1|) (-1187 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3096 ((-1 (-1187 |#1|) (-663 (-1187 |#1|))) (-1 |#2| (-663 |#2|)))) (-15 -3479 (|#2| |#2| |#2|)) (-15 -4049 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -1492 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4043 (|#2| (-1 |#2| (-663 |#2|)) (-663 |#1|))) (-15 -3756 ((-663 |#2|) (-663 |#1|) (-663 (-1 |#2| (-663 |#2|))))))
+((-3521 ((|#2| |#4| (-793)) 31 T ELT)) (-3336 ((|#4| |#2|) 26 T ELT)) (-2659 ((|#4| (-421 |#2|)) 49 (|has| |#1| (-571)) ELT)) (-2850 (((-1 |#4| (-663 |#4|)) |#3|) 43 T ELT)))
+(((-1294 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3336 (|#4| |#2|)) (-15 -3521 (|#2| |#4| (-793))) (-15 -2850 ((-1 |#4| (-663 |#4|)) |#3|)) (IF (|has| |#1| (-571)) (-15 -2659 (|#4| (-421 |#2|))) |%noBranch|)) (-1081) (-1275 |#1|) (-680 |#2|) (-1292 |#1|)) (T -1294))
+((-2659 (*1 *2 *3) (-12 (-5 *3 (-421 *5)) (-4 *5 (-1275 *4)) (-4 *4 (-571)) (-4 *4 (-1081)) (-4 *2 (-1292 *4)) (-5 *1 (-1294 *4 *5 *6 *2)) (-4 *6 (-680 *5)))) (-2850 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-4 *5 (-1275 *4)) (-5 *2 (-1 *6 (-663 *6))) (-5 *1 (-1294 *4 *5 *3 *6)) (-4 *3 (-680 *5)) (-4 *6 (-1292 *4)))) (-3521 (*1 *2 *3 *4) (-12 (-5 *4 (-793)) (-4 *5 (-1081)) (-4 *2 (-1275 *5)) (-5 *1 (-1294 *5 *2 *6 *3)) (-4 *6 (-680 *2)) (-4 *3 (-1292 *5)))) (-3336 (*1 *2 *3) (-12 (-4 *4 (-1081)) (-4 *3 (-1275 *4)) (-4 *2 (-1292 *4)) (-5 *1 (-1294 *4 *3 *5 *2)) (-4 *5 (-680 *3)))))
+(-10 -7 (-15 -3336 (|#4| |#2|)) (-15 -3521 (|#2| |#4| (-793))) (-15 -2850 ((-1 |#4| (-663 |#4|)) |#3|)) (IF (|has| |#1| (-571)) (-15 -2659 (|#4| (-421 |#2|))) |%noBranch|))
+NIL
+(((-1295) (-142)) (T -1295))
+NIL
+(-13 (-10 -7 (-6 -4394)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3572 (((-1209)) 12 T ELT)) (-2128 (((-1191) $) 18 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 11 T ELT) (((-1209) $) 8 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 15 T ELT)))
+(((-1296 |#1|) (-13 (-1133) (-632 (-1209)) (-10 -8 (-15 -3834 ((-1209) $)) (-15 -3572 ((-1209))))) (-1209)) (T -1296))
+((-3834 (*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-1296 *3)) (-14 *3 *2))) (-3572 (*1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1296 *3)) (-14 *3 *2))))
+(-13 (-1133) (-632 (-1209)) (-10 -8 (-15 -3834 ((-1209) $)) (-15 -3572 ((-1209)))))
+((-4272 (($ (-793)) 19 T ELT)) (-4204 (((-711 |#2|) $ $) 41 T ELT)) (-3166 ((|#2| $) 51 T ELT)) (-3970 ((|#2| $) 50 T ELT)) (-4287 ((|#2| $ $) 36 T ELT)) (-2827 (($ $ $) 47 T ELT)) (-2581 (($ $) 23 T ELT) (($ $ $) 29 T ELT)) (-2571 (($ $ $) 15 T ELT)) (* (($ (-560) $) 26 T ELT) (($ |#2| $) 32 T ELT) (($ $ |#2|) 31 T ELT)))
+(((-1297 |#1| |#2|) (-10 -8 (-15 -3166 (|#2| |#1|)) (-15 -3970 (|#2| |#1|)) (-15 -2827 (|#1| |#1| |#1|)) (-15 -4204 ((-711 |#2|) |#1| |#1|)) (-15 -4287 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 -4272 (|#1| (-793))) (-15 -2571 (|#1| |#1| |#1|))) (-1298 |#2|) (-1249)) (T -1297))
+NIL
+(-10 -8 (-15 -3166 (|#2| |#1|)) (-15 -3970 (|#2| |#1|)) (-15 -2827 (|#1| |#1| |#1|)) (-15 -4204 ((-711 |#2|) |#1| |#1|)) (-15 -4287 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-560) |#1|)) (-15 -2581 (|#1| |#1| |#1|)) (-15 -2581 (|#1| |#1|)) (-15 -4272 (|#1| (-793))) (-15 -2571 (|#1| |#1| |#1|)))
+((-3808 (((-114) $ $) 22 (|has| |#1| (-102)) ELT)) (-4272 (($ (-793)) 124 (|has| |#1| (-23)) ELT)) (-2507 (((-1305) $ (-560) (-560)) 47 (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) 110 T ELT) (((-114) $) 104 (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) 101 (|has| $ (-6 -4511)) ELT) (($ $) 100 (-12 (|has| |#1| (-872)) (|has| $ (-6 -4511))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) 111 T ELT) (($ $) 105 (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) 8 T ELT)) (-3986 ((|#1| $ (-560) |#1|) 59 (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) 67 (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) 84 (|has| $ (-6 -4510)) ELT)) (-4489 (($) 7 T CONST)) (-1518 (($ $) 102 (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) 112 T ELT)) (-4154 (($ $) 87 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3513 (($ |#1| $) 86 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) (($ (-1 (-114) |#1|) $) 83 (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 85 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 82 (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 81 (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) 60 (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) 58 T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) 109 T ELT) (((-560) |#1| $) 108 (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) 107 (|has| |#1| (-1133)) ELT)) (-3086 (((-663 |#1|) $) 33 (|has| $ (-6 -4510)) ELT)) (-4204 (((-711 |#1|) $ $) 117 (|has| |#1| (-1081)) ELT)) (-4446 (($ (-793) |#1|) 77 T ELT)) (-3050 (((-114) $ (-793)) 9 T ELT)) (-3672 (((-560) $) 50 (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) 94 (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) 113 T ELT) (($ $ $) 106 (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) 30 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-3320 (((-560) $) 51 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) 95 (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) 37 (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) 38 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 72 T ELT)) (-3166 ((|#1| $) 114 (-12 (|has| |#1| (-1081)) (|has| |#1| (-1034))) ELT)) (-1506 (((-114) $ (-793)) 10 T ELT)) (-3970 ((|#1| $) 115 (-12 (|has| |#1| (-1081)) (|has| |#1| (-1034))) ELT)) (-2128 (((-1191) $) 25 (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) 69 T ELT) (($ $ $ (-560)) 68 T ELT)) (-3444 (((-663 (-560)) $) 53 T ELT)) (-2679 (((-114) (-560) $) 54 T ELT)) (-1473 (((-1152) $) 24 (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) 49 (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) 80 T ELT)) (-2024 (($ $ |#1|) 48 (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) 35 (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) 29 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) 28 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) 27 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) 26 (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) 14 T ELT)) (-2379 (((-114) |#1| $) 52 (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) 55 T ELT)) (-4150 (((-114) $) 11 T ELT)) (-3614 (($) 12 T ELT)) (-3034 ((|#1| $ (-560) |#1|) 57 T ELT) ((|#1| $ (-560)) 56 T ELT) (($ $ (-1266 (-560))) 78 T ELT)) (-4287 ((|#1| $ $) 118 (|has| |#1| (-1081)) ELT)) (-3032 (($ $ (-560)) 71 T ELT) (($ $ (-1266 (-560))) 70 T ELT)) (-2827 (($ $ $) 116 (|has| |#1| (-1081)) ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) 34 (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) 31 (-12 (|has| |#1| (-1133)) (|has| $ (-6 -4510))) ELT)) (-1352 (($ $ $ (-560)) 103 (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) 13 T ELT)) (-1830 (((-549) $) 88 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 79 T ELT)) (-2465 (($ $ |#1|) 76 T ELT) (($ |#1| $) 75 T ELT) (($ $ $) 74 T ELT) (($ (-663 $)) 73 T ELT)) (-3834 (((-888) $) 20 (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) 23 (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) 36 (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) 96 (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) 98 (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) 21 (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) 97 (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) 99 (|has| |#1| (-872)) ELT)) (-2581 (($ $) 123 (|has| |#1| (-21)) ELT) (($ $ $) 122 (|has| |#1| (-21)) ELT)) (-2571 (($ $ $) 125 (|has| |#1| (-25)) ELT)) (* (($ (-560) $) 121 (|has| |#1| (-21)) ELT) (($ |#1| $) 120 (|has| |#1| (-748)) ELT) (($ $ |#1|) 119 (|has| |#1| (-748)) ELT)) (-3819 (((-793) $) 6 (|has| $ (-6 -4510)) ELT)))
+(((-1298 |#1|) (-142) (-1249)) (T -1298))
+((-2571 (*1 *1 *1 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-25)))) (-4272 (*1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1298 *3)) (-4 *3 (-23)) (-4 *3 (-1249)))) (-2581 (*1 *1 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-21)))) (-2581 (*1 *1 *1 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-4 *1 (-1298 *3)) (-4 *3 (-1249)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-748)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-748)))) (-4287 (*1 *2 *1 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-1081)))) (-4204 (*1 *2 *1 *1) (-12 (-4 *1 (-1298 *3)) (-4 *3 (-1249)) (-4 *3 (-1081)) (-5 *2 (-711 *3)))) (-2827 (*1 *1 *1 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-1081)))) (-3970 (*1 *2 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-1034)) (-4 *2 (-1081)))) (-3166 (*1 *2 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-1034)) (-4 *2 (-1081)))))
+(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -2571 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -4272 ($ (-793))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -2581 ($ $)) (-15 -2581 ($ $ $)) (-15 * ($ (-560) $))) |%noBranch|) (IF (|has| |t#1| (-748)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1081)) (PROGN (-15 -4287 (|t#1| $ $)) (-15 -4204 ((-711 |t#1|) $ $)) (-15 -2827 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-1034)) (IF (|has| |t#1| (-1081)) (PROGN (-15 -3970 (|t#1| $)) (-15 -3166 (|t#1| $))) |%noBranch|) |%noBranch|)))
+(((-34) . T) ((-102) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-102))) ((-632 (-888)) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872)) (|has| |#1| (-632 (-888)))) ((-153 |#1|) . T) ((-633 (-549)) |has| |#1| (-633 (-549))) ((-298 #0=(-560) |#1|) . T) ((-298 (-1266 (-560)) $) . T) ((-300 #0# |#1|) . T) ((-321 |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-385 |#1|) . T) ((-503 |#1|) . T) ((-618 #0# |#1|) . T) ((-528 |#1| |#1|) -12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ((-673 |#1|) . T) ((-19 |#1|) . T) ((-872) |has| |#1| (-872)) ((-875) |has| |#1| (-872)) ((-1133) -2309 (|has| |#1| (-1133)) (|has| |#1| (-872))) ((-1249) . T))
+((-3808 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-4272 (($ (-793)) NIL (|has| |#1| (-23)) ELT)) (-2686 (($ (-663 |#1|)) 11 T ELT)) (-2507 (((-1305) $ (-560) (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-1860 (((-114) (-1 (-114) |#1| |#1|) $) NIL T ELT) (((-114) $) NIL (|has| |#1| (-872)) ELT)) (-4235 (($ (-1 (-114) |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT) (($ $) NIL (-12 (|has| $ (-6 -4511)) (|has| |#1| (-872))) ELT)) (-2125 (($ (-1 (-114) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-872)) ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3986 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT) ((|#1| $ (-1266 (-560)) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-3797 (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4489 (($) NIL T CONST)) (-1518 (($ $) NIL (|has| $ (-6 -4511)) ELT)) (-1456 (($ $) NIL T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3513 (($ |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) (($ (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-1995 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4510)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2186 ((|#1| $ (-560) |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-2109 ((|#1| $ (-560)) NIL T ELT)) (-3817 (((-560) (-1 (-114) |#1|) $) NIL T ELT) (((-560) |#1| $) NIL (|has| |#1| (-1133)) ELT) (((-560) |#1| $ (-560)) NIL (|has| |#1| (-1133)) ELT)) (-3086 (((-663 |#1|) $) 16 (|has| $ (-6 -4510)) ELT)) (-4204 (((-711 |#1|) $ $) NIL (|has| |#1| (-1081)) ELT)) (-4446 (($ (-793) |#1|) NIL T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-3672 (((-560) $) NIL (|has| (-560) (-872)) ELT)) (-1622 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-1762 (($ (-1 (-114) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-4439 (((-663 |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-3320 (((-560) $) 12 (|has| (-560) (-872)) ELT)) (-3934 (($ $ $) NIL (|has| |#1| (-872)) ELT)) (-2173 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3166 ((|#1| $) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1081))) ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-3970 ((|#1| $) NIL (-12 (|has| |#1| (-1034)) (|has| |#1| (-1081))) ELT)) (-2128 (((-1191) $) NIL (|has| |#1| (-1133)) ELT)) (-4233 (($ |#1| $ (-560)) NIL T ELT) (($ $ $ (-560)) NIL T ELT)) (-3444 (((-663 (-560)) $) NIL T ELT)) (-2679 (((-114) (-560) $) NIL T ELT)) (-1473 (((-1152) $) NIL (|has| |#1| (-1133)) ELT)) (-1574 ((|#1| $) NIL (|has| (-560) (-872)) ELT)) (-3237 (((-3 |#1| "failed") (-1 (-114) |#1|) $) NIL T ELT)) (-2024 (($ $ |#1|) NIL (|has| $ (-6 -4511)) ELT)) (-1723 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 (-305 |#1|))) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-305 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT) (($ $ (-663 |#1|) (-663 |#1|)) NIL (-12 (|has| |#1| (-321 |#1|)) (|has| |#1| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-2379 (((-114) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1570 (((-663 |#1|) $) NIL T ELT)) (-4150 (((-114) $) NIL T ELT)) (-3614 (($) NIL T ELT)) (-3034 ((|#1| $ (-560) |#1|) NIL T ELT) ((|#1| $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-4287 ((|#1| $ $) NIL (|has| |#1| (-1081)) ELT)) (-3032 (($ $ (-560)) NIL T ELT) (($ $ (-1266 (-560))) NIL T ELT)) (-2827 (($ $ $) NIL (|has| |#1| (-1081)) ELT)) (-1485 (((-793) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT) (((-793) |#1| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#1| (-1133))) ELT)) (-1352 (($ $ $ (-560)) NIL (|has| $ (-6 -4511)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) 20 (|has| |#1| (-633 (-549))) ELT)) (-3845 (($ (-663 |#1|)) 10 T ELT)) (-2465 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-663 $)) NIL T ELT)) (-3834 (((-888) $) NIL (|has| |#1| (-632 (-888))) ELT)) (-1519 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-3894 (((-114) (-1 (-114) |#1|) $) NIL (|has| $ (-6 -4510)) ELT)) (-2537 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2510 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2478 (((-114) $ $) NIL (|has| |#1| (-102)) ELT)) (-2525 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2499 (((-114) $ $) NIL (|has| |#1| (-872)) ELT)) (-2581 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-2571 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-560) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-748)) ELT) (($ $ |#1|) NIL (|has| |#1| (-748)) ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1299 |#1|) (-13 (-1298 |#1|) (-10 -8 (-15 -2686 ($ (-663 |#1|))))) (-1249)) (T -1299))
+((-2686 (*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-1299 *3)))))
+(-13 (-1298 |#1|) (-10 -8 (-15 -2686 ($ (-663 |#1|)))))
+((-4215 (((-1299 |#2|) (-1 |#2| |#1| |#2|) (-1299 |#1|) |#2|) 13 T ELT)) (-1995 ((|#2| (-1 |#2| |#1| |#2|) (-1299 |#1|) |#2|) 15 T ELT)) (-1793 (((-3 (-1299 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1299 |#1|)) 30 T ELT) (((-1299 |#2|) (-1 |#2| |#1|) (-1299 |#1|)) 18 T ELT)))
+(((-1300 |#1| |#2|) (-10 -7 (-15 -4215 ((-1299 |#2|) (-1 |#2| |#1| |#2|) (-1299 |#1|) |#2|)) (-15 -1995 (|#2| (-1 |#2| |#1| |#2|) (-1299 |#1|) |#2|)) (-15 -1793 ((-1299 |#2|) (-1 |#2| |#1|) (-1299 |#1|))) (-15 -1793 ((-3 (-1299 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1299 |#1|)))) (-1249) (-1249)) (T -1300))
+((-1793 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1299 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1299 *6)) (-5 *1 (-1300 *5 *6)))) (-1793 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1299 *5)) (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1299 *6)) (-5 *1 (-1300 *5 *6)))) (-1995 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1299 *5)) (-4 *5 (-1249)) (-4 *2 (-1249)) (-5 *1 (-1300 *5 *2)))) (-4215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1299 *6)) (-4 *6 (-1249)) (-4 *5 (-1249)) (-5 *2 (-1299 *5)) (-5 *1 (-1300 *6 *5)))))
+(-10 -7 (-15 -4215 ((-1299 |#2|) (-1 |#2| |#1| |#2|) (-1299 |#1|) |#2|)) (-15 -1995 (|#2| (-1 |#2| |#1| |#2|) (-1299 |#1|) |#2|)) (-15 -1793 ((-1299 |#2|) (-1 |#2| |#1|) (-1299 |#1|))) (-15 -1793 ((-3 (-1299 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1299 |#1|))))
+((-3889 (((-482) (-663 (-663 (-973 (-229)))) (-663 (-270))) 22 T ELT) (((-482) (-663 (-663 (-973 (-229))))) 21 T ELT) (((-482) (-663 (-663 (-973 (-229)))) (-899) (-899) (-949) (-663 (-270))) 20 T ELT)) (-4284 (((-1302) (-663 (-663 (-973 (-229)))) (-663 (-270))) 30 T ELT) (((-1302) (-663 (-663 (-973 (-229)))) (-899) (-899) (-949) (-663 (-270))) 29 T ELT)) (-3834 (((-1302) (-482)) 46 T ELT)))
+(((-1301) (-10 -7 (-15 -3889 ((-482) (-663 (-663 (-973 (-229)))) (-899) (-899) (-949) (-663 (-270)))) (-15 -3889 ((-482) (-663 (-663 (-973 (-229)))))) (-15 -3889 ((-482) (-663 (-663 (-973 (-229)))) (-663 (-270)))) (-15 -4284 ((-1302) (-663 (-663 (-973 (-229)))) (-899) (-899) (-949) (-663 (-270)))) (-15 -4284 ((-1302) (-663 (-663 (-973 (-229)))) (-663 (-270)))) (-15 -3834 ((-1302) (-482))))) (T -1301))
+((-3834 (*1 *2 *3) (-12 (-5 *3 (-482)) (-5 *2 (-1302)) (-5 *1 (-1301)))) (-4284 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-1301)))) (-4284 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-899)) (-5 *5 (-949)) (-5 *6 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-1301)))) (-3889 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-663 (-270))) (-5 *2 (-482)) (-5 *1 (-1301)))) (-3889 (*1 *2 *3) (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *2 (-482)) (-5 *1 (-1301)))) (-3889 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-899)) (-5 *5 (-949)) (-5 *6 (-663 (-270))) (-5 *2 (-482)) (-5 *1 (-1301)))))
+(-10 -7 (-15 -3889 ((-482) (-663 (-663 (-973 (-229)))) (-899) (-899) (-949) (-663 (-270)))) (-15 -3889 ((-482) (-663 (-663 (-973 (-229)))))) (-15 -3889 ((-482) (-663 (-663 (-973 (-229)))) (-663 (-270)))) (-15 -4284 ((-1302) (-663 (-663 (-973 (-229)))) (-899) (-899) (-949) (-663 (-270)))) (-15 -4284 ((-1302) (-663 (-663 (-973 (-229)))) (-663 (-270)))) (-15 -3834 ((-1302) (-482))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2234 (((-1191) $ (-1191)) 107 T ELT) (((-1191) $ (-1191) (-1191)) 105 T ELT) (((-1191) $ (-1191) (-663 (-1191))) 104 T ELT)) (-3158 (($) 69 T ELT)) (-3869 (((-1305) $ (-482) (-949)) 54 T ELT)) (-2092 (((-1305) $ (-949) (-1191)) 89 T ELT) (((-1305) $ (-949) (-899)) 90 T ELT)) (-3488 (((-1305) $ (-949) (-391) (-391)) 57 T ELT)) (-2564 (((-1305) $ (-1191)) 84 T ELT)) (-2387 (((-1305) $ (-949) (-1191)) 94 T ELT)) (-1795 (((-1305) $ (-949) (-391) (-391)) 58 T ELT)) (-3717 (((-1305) $ (-949) (-949)) 55 T ELT)) (-2207 (((-1305) $) 85 T ELT)) (-1597 (((-1305) $ (-949) (-1191)) 93 T ELT)) (-2952 (((-1305) $ (-482) (-949)) 41 T ELT)) (-2158 (((-1305) $ (-949) (-1191)) 92 T ELT)) (-2687 (((-663 (-270)) $) 29 T ELT) (($ $ (-663 (-270))) 30 T ELT)) (-4099 (((-1305) $ (-793) (-793)) 52 T ELT)) (-4399 (($ $) 70 T ELT) (($ (-482) (-663 (-270))) 71 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1919 (((-560) $) 48 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1812 (((-1299 (-3 (-482) "undefined")) $) 47 T ELT)) (-4198 (((-1299 (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -2158 (-560)) (|:| -3824 (-560)) (|:| |spline| (-560)) (|:| -4483 (-560)) (|:| |axesColor| (-899)) (|:| -2092 (-560)) (|:| |unitsColor| (-899)) (|:| |showing| (-560)))) $) 46 T ELT)) (-2505 (((-1305) $ (-949) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-899) (-560) (-899) (-560)) 83 T ELT)) (-3168 (((-663 (-973 (-229))) $) NIL T ELT)) (-2717 (((-482) $ (-949)) 43 T ELT)) (-2748 (((-1305) $ (-793) (-793) (-949) (-949)) 50 T ELT)) (-2891 (((-1305) $ (-1191)) 95 T ELT)) (-3824 (((-1305) $ (-949) (-1191)) 91 T ELT)) (-3834 (((-888) $) 102 T ELT)) (-3401 (((-1305) $) 96 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4483 (((-1305) $ (-949) (-1191)) 87 T ELT) (((-1305) $ (-949) (-899)) 88 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1302) (-13 (-1133) (-10 -8 (-15 -3168 ((-663 (-973 (-229))) $)) (-15 -3158 ($)) (-15 -4399 ($ $)) (-15 -2687 ((-663 (-270)) $)) (-15 -2687 ($ $ (-663 (-270)))) (-15 -4399 ($ (-482) (-663 (-270)))) (-15 -2505 ((-1305) $ (-949) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-899) (-560) (-899) (-560))) (-15 -4198 ((-1299 (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -2158 (-560)) (|:| -3824 (-560)) (|:| |spline| (-560)) (|:| -4483 (-560)) (|:| |axesColor| (-899)) (|:| -2092 (-560)) (|:| |unitsColor| (-899)) (|:| |showing| (-560)))) $)) (-15 -1812 ((-1299 (-3 (-482) "undefined")) $)) (-15 -2564 ((-1305) $ (-1191))) (-15 -2952 ((-1305) $ (-482) (-949))) (-15 -2717 ((-482) $ (-949))) (-15 -4483 ((-1305) $ (-949) (-1191))) (-15 -4483 ((-1305) $ (-949) (-899))) (-15 -2092 ((-1305) $ (-949) (-1191))) (-15 -2092 ((-1305) $ (-949) (-899))) (-15 -2158 ((-1305) $ (-949) (-1191))) (-15 -1597 ((-1305) $ (-949) (-1191))) (-15 -3824 ((-1305) $ (-949) (-1191))) (-15 -2891 ((-1305) $ (-1191))) (-15 -3401 ((-1305) $)) (-15 -2748 ((-1305) $ (-793) (-793) (-949) (-949))) (-15 -1795 ((-1305) $ (-949) (-391) (-391))) (-15 -3488 ((-1305) $ (-949) (-391) (-391))) (-15 -2387 ((-1305) $ (-949) (-1191))) (-15 -4099 ((-1305) $ (-793) (-793))) (-15 -3869 ((-1305) $ (-482) (-949))) (-15 -3717 ((-1305) $ (-949) (-949))) (-15 -2234 ((-1191) $ (-1191))) (-15 -2234 ((-1191) $ (-1191) (-1191))) (-15 -2234 ((-1191) $ (-1191) (-663 (-1191)))) (-15 -2207 ((-1305) $)) (-15 -1919 ((-560) $)) (-15 -3834 ((-888) $))))) (T -1302))
+((-3834 (*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-1302)))) (-3168 (*1 *2 *1) (-12 (-5 *2 (-663 (-973 (-229)))) (-5 *1 (-1302)))) (-3158 (*1 *1) (-5 *1 (-1302))) (-4399 (*1 *1 *1) (-5 *1 (-1302))) (-2687 (*1 *2 *1) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1302)))) (-2687 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1302)))) (-4399 (*1 *1 *2 *3) (-12 (-5 *2 (-482)) (-5 *3 (-663 (-270))) (-5 *1 (-1302)))) (-2505 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-949)) (-5 *4 (-229)) (-5 *5 (-560)) (-5 *6 (-899)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-4198 (*1 *2 *1) (-12 (-5 *2 (-1299 (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -2158 (-560)) (|:| -3824 (-560)) (|:| |spline| (-560)) (|:| -4483 (-560)) (|:| |axesColor| (-899)) (|:| -2092 (-560)) (|:| |unitsColor| (-899)) (|:| |showing| (-560))))) (-5 *1 (-1302)))) (-1812 (*1 *2 *1) (-12 (-5 *2 (-1299 (-3 (-482) "undefined"))) (-5 *1 (-1302)))) (-2564 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2952 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-482)) (-5 *4 (-949)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2717 (*1 *2 *1 *3) (-12 (-5 *3 (-949)) (-5 *2 (-482)) (-5 *1 (-1302)))) (-4483 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-4483 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-899)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2092 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2092 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-899)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2158 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-1597 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-3824 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2891 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-3401 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2748 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-793)) (-5 *4 (-949)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-1795 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-949)) (-5 *4 (-391)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-3488 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-949)) (-5 *4 (-391)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2387 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-4099 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-3869 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-482)) (-5 *4 (-949)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-3717 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1305)) (-5 *1 (-1302)))) (-2234 (*1 *2 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1302)))) (-2234 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1302)))) (-2234 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-1191)) (-5 *1 (-1302)))) (-2207 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1302)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1302)))))
+(-13 (-1133) (-10 -8 (-15 -3168 ((-663 (-973 (-229))) $)) (-15 -3158 ($)) (-15 -4399 ($ $)) (-15 -2687 ((-663 (-270)) $)) (-15 -2687 ($ $ (-663 (-270)))) (-15 -4399 ($ (-482) (-663 (-270)))) (-15 -2505 ((-1305) $ (-949) (-229) (-229) (-229) (-229) (-560) (-560) (-560) (-560) (-899) (-560) (-899) (-560))) (-15 -4198 ((-1299 (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -2158 (-560)) (|:| -3824 (-560)) (|:| |spline| (-560)) (|:| -4483 (-560)) (|:| |axesColor| (-899)) (|:| -2092 (-560)) (|:| |unitsColor| (-899)) (|:| |showing| (-560)))) $)) (-15 -1812 ((-1299 (-3 (-482) "undefined")) $)) (-15 -2564 ((-1305) $ (-1191))) (-15 -2952 ((-1305) $ (-482) (-949))) (-15 -2717 ((-482) $ (-949))) (-15 -4483 ((-1305) $ (-949) (-1191))) (-15 -4483 ((-1305) $ (-949) (-899))) (-15 -2092 ((-1305) $ (-949) (-1191))) (-15 -2092 ((-1305) $ (-949) (-899))) (-15 -2158 ((-1305) $ (-949) (-1191))) (-15 -1597 ((-1305) $ (-949) (-1191))) (-15 -3824 ((-1305) $ (-949) (-1191))) (-15 -2891 ((-1305) $ (-1191))) (-15 -3401 ((-1305) $)) (-15 -2748 ((-1305) $ (-793) (-793) (-949) (-949))) (-15 -1795 ((-1305) $ (-949) (-391) (-391))) (-15 -3488 ((-1305) $ (-949) (-391) (-391))) (-15 -2387 ((-1305) $ (-949) (-1191))) (-15 -4099 ((-1305) $ (-793) (-793))) (-15 -3869 ((-1305) $ (-482) (-949))) (-15 -3717 ((-1305) $ (-949) (-949))) (-15 -2234 ((-1191) $ (-1191))) (-15 -2234 ((-1191) $ (-1191) (-1191))) (-15 -2234 ((-1191) $ (-1191) (-663 (-1191)))) (-15 -2207 ((-1305) $)) (-15 -1919 ((-560) $)) (-15 -3834 ((-888) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2995 (((-1305) $ (-391)) 169 T ELT) (((-1305) $ (-391) (-391) (-391)) 170 T ELT)) (-2234 (((-1191) $ (-1191)) 179 T ELT) (((-1191) $ (-1191) (-1191)) 177 T ELT) (((-1191) $ (-1191) (-663 (-1191))) 176 T ELT)) (-3497 (($) 67 T ELT)) (-4189 (((-1305) $ (-391) (-391) (-391) (-391) (-391)) 141 T ELT) (((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) $) 139 T ELT) (((-1305) $ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) 140 T ELT) (((-1305) $ (-560) (-560) (-391) (-391) (-391)) 144 T ELT) (((-1305) $ (-391) (-391)) 145 T ELT) (((-1305) $ (-391) (-391) (-391)) 152 T ELT)) (-4380 (((-391)) 122 T ELT) (((-391) (-391)) 123 T ELT)) (-2606 (((-391)) 117 T ELT) (((-391) (-391)) 119 T ELT)) (-2531 (((-391)) 120 T ELT) (((-391) (-391)) 121 T ELT)) (-1534 (((-391)) 126 T ELT) (((-391) (-391)) 127 T ELT)) (-2556 (((-391)) 124 T ELT) (((-391) (-391)) 125 T ELT)) (-3488 (((-1305) $ (-391) (-391)) 171 T ELT)) (-2564 (((-1305) $ (-1191)) 153 T ELT)) (-2847 (((-1165 (-229)) $) 68 T ELT) (($ $ (-1165 (-229))) 69 T ELT)) (-3855 (((-1305) $ (-1191)) 187 T ELT)) (-1349 (((-1305) $ (-1191)) 188 T ELT)) (-1994 (((-1305) $ (-391) (-391)) 151 T ELT) (((-1305) $ (-560) (-560)) 168 T ELT)) (-3717 (((-1305) $ (-949) (-949)) 160 T ELT)) (-2207 (((-1305) $) 137 T ELT)) (-1892 (((-1305) $ (-1191)) 186 T ELT)) (-1643 (((-1305) $ (-1191)) 134 T ELT)) (-2687 (((-663 (-270)) $) 70 T ELT) (($ $ (-663 (-270))) 71 T ELT)) (-4099 (((-1305) $ (-793) (-793)) 159 T ELT)) (-2091 (((-1305) $ (-793) (-973 (-229))) 193 T ELT)) (-3684 (($ $) 73 T ELT) (($ (-1165 (-229)) (-1191)) 74 T ELT) (($ (-1165 (-229)) (-663 (-270))) 75 T ELT)) (-1541 (((-1305) $ (-391) (-391) (-391)) 131 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1919 (((-560) $) 128 T ELT)) (-4410 (((-1305) $ (-391)) 174 T ELT)) (-3226 (((-1305) $ (-391)) 191 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1990 (((-1305) $ (-391)) 190 T ELT)) (-3554 (((-1305) $ (-1191)) 136 T ELT)) (-2748 (((-1305) $ (-793) (-793) (-949) (-949)) 158 T ELT)) (-1901 (((-1305) $ (-1191)) 133 T ELT)) (-2891 (((-1305) $ (-1191)) 135 T ELT)) (-1810 (((-1305) $ (-159) (-159)) 157 T ELT)) (-3834 (((-888) $) 166 T ELT)) (-3401 (((-1305) $) 138 T ELT)) (-1594 (((-1305) $ (-1191)) 189 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-4483 (((-1305) $ (-1191)) 132 T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1303) (-13 (-1133) (-10 -8 (-15 -2606 ((-391))) (-15 -2606 ((-391) (-391))) (-15 -2531 ((-391))) (-15 -2531 ((-391) (-391))) (-15 -4380 ((-391))) (-15 -4380 ((-391) (-391))) (-15 -2556 ((-391))) (-15 -2556 ((-391) (-391))) (-15 -1534 ((-391))) (-15 -1534 ((-391) (-391))) (-15 -3497 ($)) (-15 -3684 ($ $)) (-15 -3684 ($ (-1165 (-229)) (-1191))) (-15 -3684 ($ (-1165 (-229)) (-663 (-270)))) (-15 -2847 ((-1165 (-229)) $)) (-15 -2847 ($ $ (-1165 (-229)))) (-15 -2091 ((-1305) $ (-793) (-973 (-229)))) (-15 -2687 ((-663 (-270)) $)) (-15 -2687 ($ $ (-663 (-270)))) (-15 -4099 ((-1305) $ (-793) (-793))) (-15 -3717 ((-1305) $ (-949) (-949))) (-15 -2564 ((-1305) $ (-1191))) (-15 -2748 ((-1305) $ (-793) (-793) (-949) (-949))) (-15 -4189 ((-1305) $ (-391) (-391) (-391) (-391) (-391))) (-15 -4189 ((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) $)) (-15 -4189 ((-1305) $ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -4189 ((-1305) $ (-560) (-560) (-391) (-391) (-391))) (-15 -4189 ((-1305) $ (-391) (-391))) (-15 -4189 ((-1305) $ (-391) (-391) (-391))) (-15 -2891 ((-1305) $ (-1191))) (-15 -4483 ((-1305) $ (-1191))) (-15 -1901 ((-1305) $ (-1191))) (-15 -1643 ((-1305) $ (-1191))) (-15 -3554 ((-1305) $ (-1191))) (-15 -1994 ((-1305) $ (-391) (-391))) (-15 -1994 ((-1305) $ (-560) (-560))) (-15 -2995 ((-1305) $ (-391))) (-15 -2995 ((-1305) $ (-391) (-391) (-391))) (-15 -3488 ((-1305) $ (-391) (-391))) (-15 -1892 ((-1305) $ (-1191))) (-15 -1990 ((-1305) $ (-391))) (-15 -3226 ((-1305) $ (-391))) (-15 -3855 ((-1305) $ (-1191))) (-15 -1349 ((-1305) $ (-1191))) (-15 -1594 ((-1305) $ (-1191))) (-15 -1541 ((-1305) $ (-391) (-391) (-391))) (-15 -4410 ((-1305) $ (-391))) (-15 -2207 ((-1305) $)) (-15 -1810 ((-1305) $ (-159) (-159))) (-15 -2234 ((-1191) $ (-1191))) (-15 -2234 ((-1191) $ (-1191) (-1191))) (-15 -2234 ((-1191) $ (-1191) (-663 (-1191)))) (-15 -3401 ((-1305) $)) (-15 -1919 ((-560) $))))) (T -1303))
+((-2606 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-2606 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-2531 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-2531 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-4380 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-4380 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-2556 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-2556 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-1534 (*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-1534 (*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))) (-3497 (*1 *1) (-5 *1 (-1303))) (-3684 (*1 *1 *1) (-5 *1 (-1303))) (-3684 (*1 *1 *2 *3) (-12 (-5 *2 (-1165 (-229))) (-5 *3 (-1191)) (-5 *1 (-1303)))) (-3684 (*1 *1 *2 *3) (-12 (-5 *2 (-1165 (-229))) (-5 *3 (-663 (-270))) (-5 *1 (-1303)))) (-2847 (*1 *2 *1) (-12 (-5 *2 (-1165 (-229))) (-5 *1 (-1303)))) (-2847 (*1 *1 *1 *2) (-12 (-5 *2 (-1165 (-229))) (-5 *1 (-1303)))) (-2091 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-973 (-229))) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-2687 (*1 *2 *1) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1303)))) (-2687 (*1 *1 *1 *2) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1303)))) (-4099 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-3717 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-2564 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-2748 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-793)) (-5 *4 (-949)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-4189 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-4189 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) (-5 *1 (-1303)))) (-4189 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229)))) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-4189 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-560)) (-5 *4 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-4189 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-4189 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-2891 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-4483 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1901 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1643 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-3554 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1994 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1994 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-2995 (*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-2995 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-3488 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1892 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1990 (*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-3226 (*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-3855 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1349 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1594 (*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1541 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-4410 (*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-2207 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1810 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-159)) (-5 *2 (-1305)) (-5 *1 (-1303)))) (-2234 (*1 *2 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1303)))) (-2234 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1303)))) (-2234 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-1191)) (-5 *1 (-1303)))) (-3401 (*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1303)))) (-1919 (*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1303)))))
+(-13 (-1133) (-10 -8 (-15 -2606 ((-391))) (-15 -2606 ((-391) (-391))) (-15 -2531 ((-391))) (-15 -2531 ((-391) (-391))) (-15 -4380 ((-391))) (-15 -4380 ((-391) (-391))) (-15 -2556 ((-391))) (-15 -2556 ((-391) (-391))) (-15 -1534 ((-391))) (-15 -1534 ((-391) (-391))) (-15 -3497 ($)) (-15 -3684 ($ $)) (-15 -3684 ($ (-1165 (-229)) (-1191))) (-15 -3684 ($ (-1165 (-229)) (-663 (-270)))) (-15 -2847 ((-1165 (-229)) $)) (-15 -2847 ($ $ (-1165 (-229)))) (-15 -2091 ((-1305) $ (-793) (-973 (-229)))) (-15 -2687 ((-663 (-270)) $)) (-15 -2687 ($ $ (-663 (-270)))) (-15 -4099 ((-1305) $ (-793) (-793))) (-15 -3717 ((-1305) $ (-949) (-949))) (-15 -2564 ((-1305) $ (-1191))) (-15 -2748 ((-1305) $ (-793) (-793) (-949) (-949))) (-15 -4189 ((-1305) $ (-391) (-391) (-391) (-391) (-391))) (-15 -4189 ((-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))) $)) (-15 -4189 ((-1305) $ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229)) (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229)) (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))) (-15 -4189 ((-1305) $ (-560) (-560) (-391) (-391) (-391))) (-15 -4189 ((-1305) $ (-391) (-391))) (-15 -4189 ((-1305) $ (-391) (-391) (-391))) (-15 -2891 ((-1305) $ (-1191))) (-15 -4483 ((-1305) $ (-1191))) (-15 -1901 ((-1305) $ (-1191))) (-15 -1643 ((-1305) $ (-1191))) (-15 -3554 ((-1305) $ (-1191))) (-15 -1994 ((-1305) $ (-391) (-391))) (-15 -1994 ((-1305) $ (-560) (-560))) (-15 -2995 ((-1305) $ (-391))) (-15 -2995 ((-1305) $ (-391) (-391) (-391))) (-15 -3488 ((-1305) $ (-391) (-391))) (-15 -1892 ((-1305) $ (-1191))) (-15 -1990 ((-1305) $ (-391))) (-15 -3226 ((-1305) $ (-391))) (-15 -3855 ((-1305) $ (-1191))) (-15 -1349 ((-1305) $ (-1191))) (-15 -1594 ((-1305) $ (-1191))) (-15 -1541 ((-1305) $ (-391) (-391) (-391))) (-15 -4410 ((-1305) $ (-391))) (-15 -2207 ((-1305) $)) (-15 -1810 ((-1305) $ (-159) (-159))) (-15 -2234 ((-1191) $ (-1191))) (-15 -2234 ((-1191) $ (-1191) (-1191))) (-15 -2234 ((-1191) $ (-1191) (-663 (-1191)))) (-15 -3401 ((-1305) $)) (-15 -1919 ((-560) $))))
+((-3921 (((-663 (-1191)) (-663 (-1191))) 104 T ELT) (((-663 (-1191))) 96 T ELT)) (-1380 (((-663 (-1191))) 94 T ELT)) (-1876 (((-663 (-949)) (-663 (-949))) 69 T ELT) (((-663 (-949))) 64 T ELT)) (-2761 (((-663 (-793)) (-663 (-793))) 61 T ELT) (((-663 (-793))) 55 T ELT)) (-1688 (((-1305)) 71 T ELT)) (-1814 (((-949) (-949)) 87 T ELT) (((-949)) 86 T ELT)) (-3175 (((-949) (-949)) 85 T ELT) (((-949)) 84 T ELT)) (-2315 (((-899) (-899)) 81 T ELT) (((-899)) 80 T ELT)) (-3626 (((-229)) 91 T ELT) (((-229) (-391)) 93 T ELT)) (-3907 (((-949)) 88 T ELT) (((-949) (-949)) 89 T ELT)) (-2151 (((-949) (-949)) 83 T ELT) (((-949)) 82 T ELT)) (-3394 (((-899) (-899)) 75 T ELT) (((-899)) 73 T ELT)) (-2032 (((-899) (-899)) 77 T ELT) (((-899)) 76 T ELT)) (-2653 (((-899) (-899)) 79 T ELT) (((-899)) 78 T ELT)))
+(((-1304) (-10 -7 (-15 -3394 ((-899))) (-15 -3394 ((-899) (-899))) (-15 -2032 ((-899))) (-15 -2032 ((-899) (-899))) (-15 -2653 ((-899))) (-15 -2653 ((-899) (-899))) (-15 -2315 ((-899))) (-15 -2315 ((-899) (-899))) (-15 -2151 ((-949))) (-15 -2151 ((-949) (-949))) (-15 -2761 ((-663 (-793)))) (-15 -2761 ((-663 (-793)) (-663 (-793)))) (-15 -1876 ((-663 (-949)))) (-15 -1876 ((-663 (-949)) (-663 (-949)))) (-15 -1688 ((-1305))) (-15 -3921 ((-663 (-1191)))) (-15 -3921 ((-663 (-1191)) (-663 (-1191)))) (-15 -1380 ((-663 (-1191)))) (-15 -3175 ((-949))) (-15 -1814 ((-949))) (-15 -3175 ((-949) (-949))) (-15 -1814 ((-949) (-949))) (-15 -3907 ((-949) (-949))) (-15 -3907 ((-949))) (-15 -3626 ((-229) (-391))) (-15 -3626 ((-229))))) (T -1304))
+((-3626 (*1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-1304)))) (-3626 (*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-229)) (-5 *1 (-1304)))) (-3907 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))) (-3907 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))) (-1814 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))) (-3175 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))) (-1814 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))) (-3175 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))) (-1380 (*1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1304)))) (-3921 (*1 *2 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1304)))) (-3921 (*1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1304)))) (-1688 (*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1304)))) (-1876 (*1 *2 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1304)))) (-1876 (*1 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1304)))) (-2761 (*1 *2 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1304)))) (-2761 (*1 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1304)))) (-2151 (*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))) (-2151 (*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))) (-2315 (*1 *2 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))) (-2315 (*1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))) (-2653 (*1 *2 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))) (-2653 (*1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))) (-2032 (*1 *2 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))) (-2032 (*1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))) (-3394 (*1 *2 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))) (-3394 (*1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))))
+(-10 -7 (-15 -3394 ((-899))) (-15 -3394 ((-899) (-899))) (-15 -2032 ((-899))) (-15 -2032 ((-899) (-899))) (-15 -2653 ((-899))) (-15 -2653 ((-899) (-899))) (-15 -2315 ((-899))) (-15 -2315 ((-899) (-899))) (-15 -2151 ((-949))) (-15 -2151 ((-949) (-949))) (-15 -2761 ((-663 (-793)))) (-15 -2761 ((-663 (-793)) (-663 (-793)))) (-15 -1876 ((-663 (-949)))) (-15 -1876 ((-663 (-949)) (-663 (-949)))) (-15 -1688 ((-1305))) (-15 -3921 ((-663 (-1191)))) (-15 -3921 ((-663 (-1191)) (-663 (-1191)))) (-15 -1380 ((-663 (-1191)))) (-15 -3175 ((-949))) (-15 -1814 ((-949))) (-15 -3175 ((-949) (-949))) (-15 -1814 ((-949) (-949))) (-15 -3907 ((-949) (-949))) (-15 -3907 ((-949))) (-15 -3626 ((-229) (-391))) (-15 -3626 ((-229))))
+((-4056 (($) 6 T ELT)) (-3834 (((-888) $) 9 T ELT)))
+(((-1305) (-13 (-632 (-888)) (-10 -8 (-15 -4056 ($))))) (T -1305))
+((-4056 (*1 *1) (-5 *1 (-1305))))
+(-13 (-632 (-888)) (-10 -8 (-15 -4056 ($))))
+((-2594 (($ $ |#2|) 10 T ELT)))
+(((-1306 |#1| |#2|) (-10 -8 (-15 -2594 (|#1| |#1| |#2|))) (-1307 |#2|) (-376)) (T -1306))
+NIL
+(-10 -8 (-15 -2594 (|#1| |#1| |#2|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2068 (((-136)) 38 T ELT)) (-3834 (((-888) $) 13 T ELT)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ |#1|) 39 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 36 T ELT)))
+(((-1307 |#1|) (-142) (-376)) (T -1307))
+((-2594 (*1 *1 *1 *2) (-12 (-4 *1 (-1307 *2)) (-4 *2 (-376)))) (-2068 (*1 *2) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-376)) (-5 *2 (-136)))))
+(-13 (-739 |t#1|) (-10 -8 (-15 -2594 ($ $ |t#1|)) (-15 -2068 ((-136)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-670 |#1|) . T) ((-662 |#1|) . T) ((-739 |#1|) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1133) . T) ((-1249) . T))
+((-3566 (((-663 (-1242 |#1|)) (-1209) (-1242 |#1|)) 83 T ELT)) (-2482 (((-1187 (-1187 (-976 |#1|))) (-1209) (-1187 (-976 |#1|))) 63 T ELT)) (-3421 (((-1 (-1187 (-1242 |#1|)) (-1187 (-1242 |#1|))) (-793) (-1242 |#1|) (-1187 (-1242 |#1|))) 74 T ELT)) (-4384 (((-1 (-1187 (-976 |#1|)) (-1187 (-976 |#1|))) (-793)) 65 T ELT)) (-3150 (((-1 (-1203 (-976 |#1|)) (-976 |#1|)) (-1209)) 32 T ELT)) (-3936 (((-1 (-1187 (-976 |#1|)) (-1187 (-976 |#1|))) (-793)) 64 T ELT)))
+(((-1308 |#1|) (-10 -7 (-15 -4384 ((-1 (-1187 (-976 |#1|)) (-1187 (-976 |#1|))) (-793))) (-15 -3936 ((-1 (-1187 (-976 |#1|)) (-1187 (-976 |#1|))) (-793))) (-15 -2482 ((-1187 (-1187 (-976 |#1|))) (-1209) (-1187 (-976 |#1|)))) (-15 -3150 ((-1 (-1203 (-976 |#1|)) (-976 |#1|)) (-1209))) (-15 -3566 ((-663 (-1242 |#1|)) (-1209) (-1242 |#1|))) (-15 -3421 ((-1 (-1187 (-1242 |#1|)) (-1187 (-1242 |#1|))) (-793) (-1242 |#1|) (-1187 (-1242 |#1|))))) (-376)) (T -1308))
+((-3421 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-793)) (-4 *6 (-376)) (-5 *4 (-1242 *6)) (-5 *2 (-1 (-1187 *4) (-1187 *4))) (-5 *1 (-1308 *6)) (-5 *5 (-1187 *4)))) (-3566 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-4 *5 (-376)) (-5 *2 (-663 (-1242 *5))) (-5 *1 (-1308 *5)) (-5 *4 (-1242 *5)))) (-3150 (*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1 (-1203 (-976 *4)) (-976 *4))) (-5 *1 (-1308 *4)) (-4 *4 (-376)))) (-2482 (*1 *2 *3 *4) (-12 (-5 *3 (-1209)) (-4 *5 (-376)) (-5 *2 (-1187 (-1187 (-976 *5)))) (-5 *1 (-1308 *5)) (-5 *4 (-1187 (-976 *5))))) (-3936 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-1187 (-976 *4)) (-1187 (-976 *4)))) (-5 *1 (-1308 *4)) (-4 *4 (-376)))) (-4384 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-1187 (-976 *4)) (-1187 (-976 *4)))) (-5 *1 (-1308 *4)) (-4 *4 (-376)))))
+(-10 -7 (-15 -4384 ((-1 (-1187 (-976 |#1|)) (-1187 (-976 |#1|))) (-793))) (-15 -3936 ((-1 (-1187 (-976 |#1|)) (-1187 (-976 |#1|))) (-793))) (-15 -2482 ((-1187 (-1187 (-976 |#1|))) (-1209) (-1187 (-976 |#1|)))) (-15 -3150 ((-1 (-1203 (-976 |#1|)) (-976 |#1|)) (-1209))) (-15 -3566 ((-663 (-1242 |#1|)) (-1209) (-1242 |#1|))) (-15 -3421 ((-1 (-1187 (-1242 |#1|)) (-1187 (-1242 |#1|))) (-793) (-1242 |#1|) (-1187 (-1242 |#1|)))))
+((-2567 (((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|) 80 T ELT)) (-4426 (((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|)))) 79 T ELT)))
+(((-1309 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4426 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))))) (-15 -2567 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|))) (-363) (-1275 |#1|) (-1275 |#2|) (-424 |#2| |#3|)) (T -1309))
+((-2567 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 *3)) (-5 *2 (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-711 *3)))) (-5 *1 (-1309 *4 *3 *5 *6)) (-4 *6 (-424 *3 *5)))) (-4426 (*1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 *4)) (-5 *2 (-2 (|:| -4222 (-711 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-711 *4)))) (-5 *1 (-1309 *3 *4 *5 *6)) (-4 *6 (-424 *4 *5)))))
+(-10 -7 (-15 -4426 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))))) (-15 -2567 ((-2 (|:| -4222 (-711 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-711 |#2|))) |#2|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-4146 (((-1167) $) 11 T ELT)) (-2944 (((-1167) $) 9 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 17 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1310) (-13 (-1115) (-10 -8 (-15 -2944 ((-1167) $)) (-15 -4146 ((-1167) $))))) (T -1310))
+((-2944 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1310)))) (-4146 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1310)))))
+(-13 (-1115) (-10 -8 (-15 -2944 ((-1167) $)) (-15 -4146 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3007 (((-1167) $) 9 T ELT)) (-3834 (((-888) $) 15 T ELT) (($ (-1214)) NIL T ELT) (((-1214) $) NIL T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)))
+(((-1311) (-13 (-1115) (-10 -8 (-15 -3007 ((-1167) $))))) (T -1311))
+((-3007 (*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1311)))))
+(-13 (-1115) (-10 -8 (-15 -3007 ((-1167) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 58 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 81 T ELT) (($ (-560)) NIL T ELT) (($ |#4|) 65 T ELT) ((|#4| $) 70 T ELT) (($ |#1|) NIL (|has| |#1| (-175)) ELT)) (-3103 (((-793)) NIL T CONST)) (-3555 (((-1305) (-793)) 16 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 37 T CONST)) (-2983 (($) 84 T CONST)) (-2478 (((-114) $ $) 87 T ELT)) (-2594 (((-3 $ "failed") $ $) NIL (|has| |#1| (-376)) ELT)) (-2581 (($ $) 89 T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 63 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 91 T ELT) (($ |#1| $) NIL (|has| |#1| (-175)) ELT) (($ $ |#1|) NIL (|has| |#1| (-175)) ELT)))
+(((-1312 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1081) (-504 |#4|) (-10 -8 (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2594 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3555 ((-1305) (-793))))) (-1081) (-872) (-817) (-980 |#1| |#3| |#2|) (-663 |#2|) (-663 (-793)) (-793)) (T -1312))
+((-2594 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-376)) (-4 *2 (-1081)) (-4 *3 (-872)) (-4 *4 (-817)) (-14 *6 (-663 *3)) (-5 *1 (-1312 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-980 *2 *4 *3)) (-14 *7 (-663 (-793))) (-14 *8 (-793)))) (-3555 (*1 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-1081)) (-4 *5 (-872)) (-4 *6 (-817)) (-14 *8 (-663 *5)) (-5 *2 (-1305)) (-5 *1 (-1312 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-980 *4 *6 *5)) (-14 *9 (-663 *3)) (-14 *10 *3))))
+(-13 (-1081) (-504 |#4|) (-10 -8 (IF (|has| |#1| (-175)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-376)) (-15 -2594 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3555 ((-1305) (-793)))))
+((-3808 (((-114) $ $) NIL T ELT)) (-2521 (((-663 (-2 (|:| -3401 $) (|:| -4376 (-663 |#4|)))) (-663 |#4|)) NIL T ELT)) (-1387 (((-663 $) (-663 |#4|)) 96 T ELT)) (-2712 (((-663 |#3|) $) NIL T ELT)) (-3511 (((-114) $) NIL T ELT)) (-3673 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3928 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-3349 ((|#4| |#4| $) NIL T ELT)) (-2125 (((-2 (|:| |under| $) (|:| -1770 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-4405 (((-114) $ (-793)) NIL T ELT)) (-3797 (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT) (((-3 |#4| "failed") $ |#3|) NIL T ELT)) (-4489 (($) NIL T CONST)) (-3438 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-3880 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-2884 (((-114) $ $) NIL (|has| |#1| (-571)) ELT)) (-3246 (((-114) $) NIL (|has| |#1| (-571)) ELT)) (-1520 (((-663 |#4|) (-663 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) 31 T ELT)) (-1859 (((-663 |#4|) (-663 |#4|) $) 28 (|has| |#1| (-571)) ELT)) (-2966 (((-663 |#4|) (-663 |#4|) $) NIL (|has| |#1| (-571)) ELT)) (-4142 (((-3 $ "failed") (-663 |#4|)) NIL T ELT)) (-4072 (($ (-663 |#4|)) NIL T ELT)) (-1586 (((-3 $ "failed") $) 78 T ELT)) (-2869 ((|#4| |#4| $) 83 T ELT)) (-4154 (($ $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-3513 (($ |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (($ (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4029 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-4326 (((-114) |#4| $ (-1 (-114) |#4| |#4|)) NIL T ELT)) (-1977 ((|#4| |#4| $) NIL T ELT)) (-1995 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4510)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4510)) ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-2376 (((-2 (|:| -3401 (-663 |#4|)) (|:| -4376 (-663 |#4|))) $) NIL T ELT)) (-3086 (((-663 |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3331 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2867 ((|#3| $) 84 T ELT)) (-3050 (((-114) $ (-793)) NIL T ELT)) (-4439 (((-663 |#4|) $) 32 (|has| $ (-6 -4510)) ELT)) (-3243 (((-114) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT)) (-1687 (((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 35 T ELT) (((-3 $ "failed") (-663 |#4|)) 38 T ELT)) (-2173 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4511)) ELT)) (-1793 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-4306 (((-663 |#3|) $) NIL T ELT)) (-1654 (((-114) |#3| $) NIL T ELT)) (-1506 (((-114) $ (-793)) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-3534 (((-3 |#4| "failed") $) NIL T ELT)) (-1455 (((-663 |#4|) $) 54 T ELT)) (-2033 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2347 ((|#4| |#4| $) 82 T ELT)) (-1446 (((-114) $ $) 93 T ELT)) (-4134 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-571)) ELT)) (-2029 (((-114) |#4| $) NIL T ELT) (((-114) $) NIL T ELT)) (-2153 ((|#4| |#4| $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1574 (((-3 |#4| "failed") $) 77 T ELT)) (-3237 (((-3 |#4| "failed") (-1 (-114) |#4|) $) NIL T ELT)) (-4319 (((-3 $ "failed") $ |#4|) NIL T ELT)) (-3201 (($ $ |#4|) NIL T ELT)) (-1723 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4265 (($ $ (-663 |#4|) (-663 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-305 |#4|)) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT) (($ $ (-663 (-305 |#4|))) NIL (-12 (|has| |#4| (-321 |#4|)) (|has| |#4| (-1133))) ELT)) (-3470 (((-114) $ $) NIL T ELT)) (-4150 (((-114) $) 75 T ELT)) (-3614 (($) 46 T ELT)) (-4144 (((-793) $) NIL T ELT)) (-1485 (((-793) |#4| $) NIL (-12 (|has| $ (-6 -4510)) (|has| |#4| (-1133))) ELT) (((-793) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-4007 (($ $) NIL T ELT)) (-1830 (((-549) $) NIL (|has| |#4| (-633 (-549))) ELT)) (-3845 (($ (-663 |#4|)) NIL T ELT)) (-2337 (($ $ |#3|) NIL T ELT)) (-1548 (($ $ |#3|) NIL T ELT)) (-2133 (($ $) NIL T ELT)) (-2721 (($ $ |#3|) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (((-663 |#4|) $) 63 T ELT)) (-2688 (((-793) $) NIL (|has| |#3| (-381)) ELT)) (-2876 (((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 44 T ELT) (((-3 $ "failed") (-663 |#4|)) 45 T ELT)) (-2602 (((-663 $) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|)) 73 T ELT) (((-663 $) (-663 |#4|)) 74 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-3852 (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4| |#4|)) 27 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3612 (-663 |#4|))) "failed") (-663 |#4|) (-1 (-114) |#4|) (-1 (-114) |#4| |#4|)) NIL T ELT)) (-3188 (((-114) $ (-1 (-114) |#4| (-663 |#4|))) NIL T ELT)) (-3894 (((-114) (-1 (-114) |#4|) $) NIL (|has| $ (-6 -4510)) ELT)) (-3888 (((-663 |#3|) $) NIL T ELT)) (-1414 (((-114) |#3| $) NIL T ELT)) (-2478 (((-114) $ $) NIL T ELT)) (-3819 (((-793) $) NIL (|has| $ (-6 -4510)) ELT)))
+(((-1313 |#1| |#2| |#3| |#4|) (-13 (-1244 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1687 ((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1687 ((-3 $ "failed") (-663 |#4|))) (-15 -2876 ((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2876 ((-3 $ "failed") (-663 |#4|))) (-15 -2602 ((-663 $) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2602 ((-663 $) (-663 |#4|))))) (-571) (-817) (-872) (-1097 |#1| |#2| |#3|)) (T -1313))
+((-1687 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1313 *5 *6 *7 *8)))) (-1687 (*1 *1 *2) (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1313 *3 *4 *5 *6)))) (-2876 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1313 *5 *6 *7 *8)))) (-2876 (*1 *1 *2) (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1313 *3 *4 *5 *6)))) (-2602 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-663 *9)) (-5 *4 (-1 (-114) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1097 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-817)) (-4 *8 (-872)) (-5 *2 (-663 (-1313 *6 *7 *8 *9))) (-5 *1 (-1313 *6 *7 *8 *9)))) (-2602 (*1 *2 *3) (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 (-1313 *4 *5 *6 *7))) (-5 *1 (-1313 *4 *5 *6 *7)))))
+(-13 (-1244 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1687 ((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1687 ((-3 $ "failed") (-663 |#4|))) (-15 -2876 ((-3 $ "failed") (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2876 ((-3 $ "failed") (-663 |#4|))) (-15 -2602 ((-663 $) (-663 |#4|) (-1 (-114) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2602 ((-663 $) (-663 |#4|)))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-4489 (($) 22 T CONST)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#1|) 50 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ |#1|) 52 T ELT) (($ |#1| $) 51 T ELT)))
+(((-1314 |#1|) (-142) (-1081)) (T -1314))
+NIL
+(-13 (-1081) (-111 |t#1| |t#1|) (-635 |t#1|) (-10 -7 (IF (|has| |t#1| (-175)) (-6 (-38 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-175)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 |#1|) |has| |#1| (-175)) ((-739 |#1|) |has| |#1| (-175)) ((-748) . T) ((-1083 |#1|) . T) ((-1088 |#1|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T))
+((-3808 (((-114) $ $) 67 T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2516 (((-663 |#1|) $) 52 T ELT)) (-2205 (($ $ (-793)) 46 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3898 (($ $ (-793)) 24 (|has| |#2| (-175)) ELT) (($ $ $) 25 (|has| |#2| (-175)) ELT)) (-4489 (($) NIL T CONST)) (-1347 (($ $ $) 70 T ELT) (($ $ (-843 |#1|)) 56 T ELT) (($ $ |#1|) 60 T ELT)) (-4142 (((-3 (-843 |#1|) "failed") $) NIL T ELT)) (-4072 (((-843 |#1|) $) NIL T ELT)) (-4328 (($ $) 39 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3805 (((-114) $) NIL T ELT)) (-4285 (($ $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2724 (($ (-843 |#1|) |#2|) 38 T ELT)) (-2408 (($ $) 40 T ELT)) (-2777 (((-2 (|:| |k| (-843 |#1|)) (|:| |c| |#2|)) $) 12 T ELT)) (-3730 (((-843 |#1|) $) NIL T ELT)) (-4128 (((-843 |#1|) $) 41 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1611 (($ $ $) 69 T ELT) (($ $ (-843 |#1|)) 58 T ELT) (($ $ |#1|) 62 T ELT)) (-4085 (((-2 (|:| |k| (-843 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-4295 (((-843 |#1|) $) 35 T ELT)) (-4307 ((|#2| $) 37 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-4144 (((-793) $) 43 T ELT)) (-2736 (((-114) $) 47 T ELT)) (-2292 ((|#2| $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-843 |#1|)) 30 T ELT) (($ |#1|) 31 T ELT) (($ |#2|) NIL T ELT) (($ (-560)) NIL T ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ (-843 |#1|)) NIL T ELT)) (-3265 ((|#2| $ $) 76 T ELT) ((|#2| $ (-843 |#1|)) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 13 T CONST)) (-2983 (($) 19 T CONST)) (-4002 (((-663 (-2 (|:| |k| (-843 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-2478 (((-114) $ $) 44 T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 28 T ELT)) (** (($ $ (-793)) NIL T ELT) (($ $ (-949)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ |#2| $) 27 T ELT) (($ $ |#2|) 68 T ELT) (($ |#2| (-843 |#1|)) NIL T ELT) (($ |#1| $) 33 T ELT) (($ $ $) NIL T ELT)))
+(((-1315 |#1| |#2|) (-13 (-397 |#2| (-843 |#1|)) (-1322 |#1| |#2|)) (-872) (-1081)) (T -1315))
+NIL
+(-13 (-397 |#2| (-843 |#1|)) (-1322 |#1| |#2|))
+((-3343 ((|#3| |#3| (-793)) 28 T ELT)) (-2784 ((|#3| |#3| (-793)) 34 T ELT)) (-4442 ((|#3| |#3| |#3| (-793)) 35 T ELT)))
+(((-1316 |#1| |#2| |#3|) (-10 -7 (-15 -2784 (|#3| |#3| (-793))) (-15 -3343 (|#3| |#3| (-793))) (-15 -4442 (|#3| |#3| |#3| (-793)))) (-13 (-1081) (-739 (-421 (-560)))) (-872) (-1322 |#2| |#1|)) (T -1316))
+((-4442 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1081) (-739 (-421 (-560))))) (-4 *5 (-872)) (-5 *1 (-1316 *4 *5 *2)) (-4 *2 (-1322 *5 *4)))) (-3343 (*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1081) (-739 (-421 (-560))))) (-4 *5 (-872)) (-5 *1 (-1316 *4 *5 *2)) (-4 *2 (-1322 *5 *4)))) (-2784 (*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1081) (-739 (-421 (-560))))) (-4 *5 (-872)) (-5 *1 (-1316 *4 *5 *2)) (-4 *2 (-1322 *5 *4)))))
+(-10 -7 (-15 -2784 (|#3| |#3| (-793))) (-15 -3343 (|#3| |#3| (-793))) (-15 -4442 (|#3| |#3| |#3| (-793))))
+((-2360 (((-114) $) 15 T ELT)) (-1414 (((-114) $) 14 T ELT)) (-1888 (($ $) 19 T ELT) (($ $ (-793)) 21 T ELT)))
+(((-1317 |#1| |#2|) (-10 -8 (-15 -1888 (|#1| |#1| (-793))) (-15 -1888 (|#1| |#1|)) (-15 -2360 ((-114) |#1|)) (-15 -1414 ((-114) |#1|))) (-1318 |#2|) (-376)) (T -1317))
+NIL
+(-10 -8 (-15 -1888 (|#1| |#1| (-793))) (-15 -1888 (|#1| |#1|)) (-15 -2360 ((-114) |#1|)) (-15 -1414 ((-114) |#1|)))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-3310 (((-2 (|:| -3072 $) (|:| -4497 $) (|:| |associate| $)) $) 52 T ELT)) (-3575 (($ $) 51 T ELT)) (-3442 (((-114) $) 49 T ELT)) (-2360 (((-114) $) 111 T ELT)) (-4337 (((-793)) 107 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-2624 (($ $) 88 T ELT)) (-1903 (((-419 $) $) 87 T ELT)) (-3255 (((-114) $ $) 72 T ELT)) (-4489 (($) 22 T CONST)) (-4142 (((-3 |#1| "failed") $) 118 T ELT)) (-4072 ((|#1| $) 119 T ELT)) (-3752 (($ $ $) 68 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3763 (($ $ $) 69 T ELT)) (-4016 (((-2 (|:| -3265 (-663 $)) (|:| -3505 $)) (-663 $)) 63 T ELT)) (-1789 (($ $ (-793)) 104 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT) (($ $) 103 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2072 (((-114) $) 86 T ELT)) (-2918 (((-856 (-949)) $) 101 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3363 (((-114) $) 40 T ELT)) (-3323 (((-3 (-663 $) "failed") (-663 $) $) 65 T ELT)) (-3100 (($ $ $) 57 T ELT) (($ (-663 $)) 56 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-4260 (($ $) 85 T ELT)) (-2060 (((-114) $) 110 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2300 (((-1203 $) (-1203 $) (-1203 $)) 55 T ELT)) (-3128 (($ $ $) 59 T ELT) (($ (-663 $)) 58 T ELT)) (-2549 (((-419 $) $) 89 T ELT)) (-2271 (((-856 (-949))) 108 T ELT)) (-2984 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3505 $)) $ $) 67 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 66 T ELT)) (-3795 (((-3 $ "failed") $ $) 53 T ELT)) (-4461 (((-713 (-663 $)) (-663 $) $) 62 T ELT)) (-3760 (((-793) $) 71 T ELT)) (-2589 (((-2 (|:| -3132 $) (|:| -4029 $)) $ $) 70 T ELT)) (-2104 (((-3 (-793) "failed") $ $) 102 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-2068 (((-136)) 116 T ELT)) (-4144 (((-856 (-949)) $) 109 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ $) 54 T ELT) (($ (-421 (-560))) 81 T ELT) (($ |#1|) 117 T ELT)) (-1633 (((-713 $) $) 100 (-2309 (|has| |#1| (-147)) (|has| |#1| (-381))) ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-3176 (((-114) $ $) 50 T ELT)) (-1414 (((-114) $) 112 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-1888 (($ $) 106 (|has| |#1| (-381)) ELT) (($ $ (-793)) 105 (|has| |#1| (-381)) ELT)) (-2478 (((-114) $ $) 8 T ELT)) (-2594 (($ $ $) 80 T ELT) (($ $ |#1|) 115 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT) (($ $ (-560)) 84 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ $ (-421 (-560))) 83 T ELT) (($ (-421 (-560)) $) 82 T ELT) (($ $ |#1|) 114 T ELT) (($ |#1| $) 113 T ELT)))
+(((-1318 |#1|) (-142) (-376)) (T -1318))
+((-1414 (*1 *2 *1) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-114)))) (-2360 (*1 *2 *1) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-114)))) (-2060 (*1 *2 *1) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-114)))) (-4144 (*1 *2 *1) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-856 (-949))))) (-2271 (*1 *2) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-856 (-949))))) (-4337 (*1 *2) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-793)))) (-1888 (*1 *1 *1) (-12 (-4 *1 (-1318 *2)) (-4 *2 (-376)) (-4 *2 (-381)))) (-1888 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-4 *3 (-381)))))
+(-13 (-376) (-1070 |t#1|) (-1307 |t#1|) (-10 -8 (IF (|has| |t#1| (-149)) (-6 (-149)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-416)) |%noBranch|) (-15 -1414 ((-114) $)) (-15 -2360 ((-114) $)) (-15 -2060 ((-114) $)) (-15 -4144 ((-856 (-949)) $)) (-15 -2271 ((-856 (-949)))) (-15 -4337 ((-793))) (IF (|has| |t#1| (-381)) (PROGN (-6 (-416)) (-15 -1888 ($ $)) (-15 -1888 ($ $ (-793)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-421 (-560))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-133) . T) ((-147) -2309 (|has| |#1| (-381)) (|has| |#1| (-147))) ((-149) |has| |#1| (-149)) ((-635 #0#) . T) ((-635 (-560)) . T) ((-635 |#1|) . T) ((-635 $) . T) ((-632 (-888)) . T) ((-175) . T) ((-250) . T) ((-302) . T) ((-319) . T) ((-376) . T) ((-416) -2309 (|has| |#1| (-381)) (|has| |#1| (-147))) ((-466) . T) ((-571) . T) ((-668 #0#) . T) ((-668 (-560)) . T) ((-668 |#1|) . T) ((-668 $) . T) ((-670 #0#) . T) ((-670 |#1|) . T) ((-670 $) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-739 #0#) . T) ((-739 |#1|) . T) ((-739 $) . T) ((-748) . T) ((-951) . T) ((-1070 |#1|) . T) ((-1083 #0#) . T) ((-1083 |#1|) . T) ((-1083 $) . T) ((-1088 #0#) . T) ((-1088 |#1|) . T) ((-1088 $) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1254) . T) ((-1307 |#1|) . T))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2516 (((-663 |#1|) $) 52 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3898 (($ $ $) 55 (|has| |#2| (-175)) ELT) (($ $ (-793)) 54 (|has| |#2| (-175)) ELT)) (-4489 (($) 22 T CONST)) (-1347 (($ $ |#1|) 66 T ELT) (($ $ (-843 |#1|)) 65 T ELT) (($ $ $) 64 T ELT)) (-4142 (((-3 (-843 |#1|) "failed") $) 76 T ELT)) (-4072 (((-843 |#1|) $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3805 (((-114) $) 57 T ELT)) (-4285 (($ $) 56 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3060 (((-114) $) 62 T ELT)) (-2724 (($ (-843 |#1|) |#2|) 63 T ELT)) (-2408 (($ $) 61 T ELT)) (-2777 (((-2 (|:| |k| (-843 |#1|)) (|:| |c| |#2|)) $) 72 T ELT)) (-3730 (((-843 |#1|) $) 73 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 53 T ELT)) (-1611 (($ $ |#1|) 69 T ELT) (($ $ (-843 |#1|)) 68 T ELT) (($ $ $) 67 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-2736 (((-114) $) 59 T ELT)) (-2292 ((|#2| $) 58 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#2|) 80 T ELT) (($ (-843 |#1|)) 75 T ELT) (($ |#1|) 60 T ELT)) (-3265 ((|#2| $ (-843 |#1|)) 71 T ELT) ((|#2| $ $) 70 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ |#2| $) 79 T ELT) (($ $ |#2|) 78 T ELT) (($ |#1| $) 74 T ELT)))
+(((-1319 |#1| |#2|) (-142) (-872) (-1081)) (T -1319))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1319 *3 *2)) (-4 *3 (-872)) (-4 *2 (-1081)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))) (-3730 (*1 *2 *1) (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *2 (-843 *3)))) (-2777 (*1 *2 *1) (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *2 (-2 (|:| |k| (-843 *3)) (|:| |c| *4))))) (-3265 (*1 *2 *1 *3) (-12 (-5 *3 (-843 *4)) (-4 *1 (-1319 *4 *2)) (-4 *4 (-872)) (-4 *2 (-1081)))) (-3265 (*1 *2 *1 *1) (-12 (-4 *1 (-1319 *3 *2)) (-4 *3 (-872)) (-4 *2 (-1081)))) (-1611 (*1 *1 *1 *2) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))) (-1611 (*1 *1 *1 *2) (-12 (-5 *2 (-843 *3)) (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)))) (-1611 (*1 *1 *1 *1) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))) (-1347 (*1 *1 *1 *2) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))) (-1347 (*1 *1 *1 *2) (-12 (-5 *2 (-843 *3)) (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)))) (-1347 (*1 *1 *1 *1) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))) (-2724 (*1 *1 *2 *3) (-12 (-5 *2 (-843 *4)) (-4 *4 (-872)) (-4 *1 (-1319 *4 *3)) (-4 *3 (-1081)))) (-3060 (*1 *2 *1) (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *2 (-114)))) (-2408 (*1 *1 *1) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))) (-3834 (*1 *1 *2) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))) (-2736 (*1 *2 *1) (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *2 (-114)))) (-2292 (*1 *2 *1) (-12 (-4 *1 (-1319 *3 *2)) (-4 *3 (-872)) (-4 *2 (-1081)))) (-3805 (*1 *2 *1) (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *2 (-114)))) (-4285 (*1 *1 *1) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))) (-3898 (*1 *1 *1 *1) (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)) (-4 *3 (-175)))) (-3898 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-4 *4 (-175)))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)))) (-2516 (*1 *2 *1) (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *2 (-663 *3)))))
+(-13 (-1081) (-1314 |t#2|) (-1070 (-843 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3730 ((-843 |t#1|) $)) (-15 -2777 ((-2 (|:| |k| (-843 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -3265 (|t#2| $ (-843 |t#1|))) (-15 -3265 (|t#2| $ $)) (-15 -1611 ($ $ |t#1|)) (-15 -1611 ($ $ (-843 |t#1|))) (-15 -1611 ($ $ $)) (-15 -1347 ($ $ |t#1|)) (-15 -1347 ($ $ (-843 |t#1|))) (-15 -1347 ($ $ $)) (-15 -2724 ($ (-843 |t#1|) |t#2|)) (-15 -3060 ((-114) $)) (-15 -2408 ($ $)) (-15 -3834 ($ |t#1|)) (-15 -2736 ((-114) $)) (-15 -2292 (|t#2| $)) (-15 -3805 ((-114) $)) (-15 -4285 ($ $)) (IF (|has| |t#2| (-175)) (PROGN (-15 -3898 ($ $ $)) (-15 -3898 ($ $ (-793)))) |%noBranch|) (-15 -1793 ($ (-1 |t#2| |t#2|) $)) (-15 -2516 ((-663 |t#1|) $)) (IF (|has| |t#2| (-6 -4503)) (-6 -4503) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-175)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 #0=(-843 |#1|)) . T) ((-635 |#2|) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#2|) . T) ((-668 $) . T) ((-670 |#2|) . T) ((-670 $) . T) ((-662 |#2|) |has| |#2| (-175)) ((-739 |#2|) |has| |#2| (-175)) ((-748) . T) ((-1070 #0#) . T) ((-1083 |#2|) . T) ((-1088 |#2|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1314 |#2|) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2516 (((-663 |#1|) $) 97 T ELT)) (-2205 (($ $ (-793)) 101 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3898 (($ $ $) NIL (|has| |#2| (-175)) ELT) (($ $ (-793)) NIL (|has| |#2| (-175)) ELT)) (-4489 (($) NIL T CONST)) (-1347 (($ $ |#1|) NIL T ELT) (($ $ (-843 |#1|)) NIL T ELT) (($ $ $) NIL T ELT)) (-4142 (((-3 (-843 |#1|) "failed") $) NIL T ELT) (((-3 (-919 |#1|) "failed") $) NIL T ELT)) (-4072 (((-843 |#1|) $) NIL T ELT) (((-919 |#1|) $) NIL T ELT)) (-4328 (($ $) 100 T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3805 (((-114) $) 89 T ELT)) (-4285 (($ $) 92 T ELT)) (-3833 (($ $ $ (-793)) 102 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2724 (($ (-843 |#1|) |#2|) NIL T ELT) (($ (-919 |#1|) |#2|) 28 T ELT)) (-2408 (($ $) 118 T ELT)) (-2777 (((-2 (|:| |k| (-843 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-3730 (((-843 |#1|) $) NIL T ELT)) (-4128 (((-843 |#1|) $) NIL T ELT)) (-1793 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-1611 (($ $ |#1|) NIL T ELT) (($ $ (-843 |#1|)) NIL T ELT) (($ $ $) NIL T ELT)) (-3343 (($ $ (-793)) 111 (|has| |#2| (-739 (-421 (-560)))) ELT)) (-4085 (((-2 (|:| |k| (-919 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-4295 (((-919 |#1|) $) 82 T ELT)) (-4307 ((|#2| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2784 (($ $ (-793)) 108 (|has| |#2| (-739 (-421 (-560)))) ELT)) (-4144 (((-793) $) 98 T ELT)) (-2736 (((-114) $) 83 T ELT)) (-2292 ((|#2| $) 87 T ELT)) (-3834 (((-888) $) 68 T ELT) (($ (-560)) NIL T ELT) (($ |#2|) 59 T ELT) (($ (-843 |#1|)) NIL T ELT) (($ |#1|) 70 T ELT) (($ (-919 |#1|)) NIL T ELT) (($ (-686 |#1| |#2|)) 47 T ELT) (((-1315 |#1| |#2|) $) 75 T ELT) (((-1324 |#1| |#2|) $) 80 T ELT)) (-1551 (((-663 |#2|) $) NIL T ELT)) (-3580 ((|#2| $ (-919 |#1|)) NIL T ELT)) (-3265 ((|#2| $ (-843 |#1|)) NIL T ELT) ((|#2| $ $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 21 T CONST)) (-2983 (($) 27 T CONST)) (-4002 (((-663 (-2 (|:| |k| (-919 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-2544 (((-3 (-686 |#1| |#2|) "failed") $) 117 T ELT)) (-2478 (((-114) $ $) 76 T ELT)) (-2581 (($ $) 110 T ELT) (($ $ $) 109 T ELT)) (-2571 (($ $ $) 20 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 48 T ELT) (($ |#2| $) 19 T ELT) (($ $ |#2|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ |#2| (-919 |#1|)) NIL T ELT)))
+(((-1320 |#1| |#2|) (-13 (-1322 |#1| |#2|) (-397 |#2| (-919 |#1|)) (-10 -8 (-15 -3834 ($ (-686 |#1| |#2|))) (-15 -3834 ((-1315 |#1| |#2|) $)) (-15 -3834 ((-1324 |#1| |#2|) $)) (-15 -2544 ((-3 (-686 |#1| |#2|) "failed") $)) (-15 -3833 ($ $ $ (-793))) (IF (|has| |#2| (-739 (-421 (-560)))) (PROGN (-15 -2784 ($ $ (-793))) (-15 -3343 ($ $ (-793)))) |%noBranch|))) (-872) (-175)) (T -1320))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-686 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)) (-5 *1 (-1320 *3 *4)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-1315 *3 *4)) (-5 *1 (-1320 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-1324 *3 *4)) (-5 *1 (-1320 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)))) (-2544 (*1 *2 *1) (|partial| -12 (-5 *2 (-686 *3 *4)) (-5 *1 (-1320 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)))) (-3833 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1320 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175)))) (-2784 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1320 *3 *4)) (-4 *4 (-739 (-421 (-560)))) (-4 *3 (-872)) (-4 *4 (-175)))) (-3343 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1320 *3 *4)) (-4 *4 (-739 (-421 (-560)))) (-4 *3 (-872)) (-4 *4 (-175)))))
+(-13 (-1322 |#1| |#2|) (-397 |#2| (-919 |#1|)) (-10 -8 (-15 -3834 ($ (-686 |#1| |#2|))) (-15 -3834 ((-1315 |#1| |#2|) $)) (-15 -3834 ((-1324 |#1| |#2|) $)) (-15 -2544 ((-3 (-686 |#1| |#2|) "failed") $)) (-15 -3833 ($ $ $ (-793))) (IF (|has| |#2| (-739 (-421 (-560)))) (PROGN (-15 -2784 ($ $ (-793))) (-15 -3343 ($ $ (-793)))) |%noBranch|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2516 (((-663 (-1209)) $) NIL T ELT)) (-4282 (($ (-1315 (-1209) |#1|)) NIL T ELT)) (-2205 (($ $ (-793)) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3898 (($ $ $) NIL (|has| |#1| (-175)) ELT) (($ $ (-793)) NIL (|has| |#1| (-175)) ELT)) (-4489 (($) NIL T CONST)) (-1347 (($ $ (-1209)) NIL T ELT) (($ $ (-843 (-1209))) NIL T ELT) (($ $ $) NIL T ELT)) (-4142 (((-3 (-843 (-1209)) "failed") $) NIL T ELT)) (-4072 (((-843 (-1209)) $) NIL T ELT)) (-2167 (((-3 $ "failed") $) NIL T ELT)) (-3805 (((-114) $) NIL T ELT)) (-4285 (($ $) NIL T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2724 (($ (-843 (-1209)) |#1|) NIL T ELT)) (-2408 (($ $) NIL T ELT)) (-2777 (((-2 (|:| |k| (-843 (-1209))) (|:| |c| |#1|)) $) NIL T ELT)) (-3730 (((-843 (-1209)) $) NIL T ELT)) (-4128 (((-843 (-1209)) $) NIL T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1611 (($ $ (-1209)) NIL T ELT) (($ $ (-843 (-1209))) NIL T ELT) (($ $ $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3765 (((-1315 (-1209) |#1|) $) NIL T ELT)) (-4144 (((-793) $) NIL T ELT)) (-2736 (((-114) $) NIL T ELT)) (-2292 ((|#1| $) NIL T ELT)) (-3834 (((-888) $) NIL T ELT) (($ (-560)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-843 (-1209))) NIL T ELT) (($ (-1209)) NIL T ELT)) (-3265 ((|#1| $ (-843 (-1209))) NIL T ELT) ((|#1| $ $) NIL T ELT)) (-3103 (((-793)) NIL T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) NIL T CONST)) (-2574 (((-663 (-2 (|:| |k| (-1209)) (|:| |c| $))) $) NIL T ELT)) (-2983 (($) NIL T CONST)) (-2478 (((-114) $ $) NIL T ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) NIL T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) NIL T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-1209) $) NIL T ELT)))
+(((-1321 |#1|) (-13 (-1322 (-1209) |#1|) (-10 -8 (-15 -3765 ((-1315 (-1209) |#1|) $)) (-15 -4282 ($ (-1315 (-1209) |#1|))) (-15 -2574 ((-663 (-2 (|:| |k| (-1209)) (|:| |c| $))) $)))) (-1081)) (T -1321))
+((-3765 (*1 *2 *1) (-12 (-5 *2 (-1315 (-1209) *3)) (-5 *1 (-1321 *3)) (-4 *3 (-1081)))) (-4282 (*1 *1 *2) (-12 (-5 *2 (-1315 (-1209) *3)) (-4 *3 (-1081)) (-5 *1 (-1321 *3)))) (-2574 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |k| (-1209)) (|:| |c| (-1321 *3))))) (-5 *1 (-1321 *3)) (-4 *3 (-1081)))))
+(-13 (-1322 (-1209) |#1|) (-10 -8 (-15 -3765 ((-1315 (-1209) |#1|) $)) (-15 -4282 ($ (-1315 (-1209) |#1|))) (-15 -2574 ((-663 (-2 (|:| |k| (-1209)) (|:| |c| $))) $))))
+((-3808 (((-114) $ $) 7 T ELT)) (-3136 (((-114) $) 21 T ELT)) (-2516 (((-663 |#1|) $) 52 T ELT)) (-2205 (($ $ (-793)) 86 T ELT)) (-1469 (((-3 $ "failed") $ $) 25 T ELT)) (-3898 (($ $ $) 55 (|has| |#2| (-175)) ELT) (($ $ (-793)) 54 (|has| |#2| (-175)) ELT)) (-4489 (($) 22 T CONST)) (-1347 (($ $ |#1|) 66 T ELT) (($ $ (-843 |#1|)) 65 T ELT) (($ $ $) 64 T ELT)) (-4142 (((-3 (-843 |#1|) "failed") $) 76 T ELT)) (-4072 (((-843 |#1|) $) 77 T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3805 (((-114) $) 57 T ELT)) (-4285 (($ $) 56 T ELT)) (-3363 (((-114) $) 40 T ELT)) (-3060 (((-114) $) 62 T ELT)) (-2724 (($ (-843 |#1|) |#2|) 63 T ELT)) (-2408 (($ $) 61 T ELT)) (-2777 (((-2 (|:| |k| (-843 |#1|)) (|:| |c| |#2|)) $) 72 T ELT)) (-3730 (((-843 |#1|) $) 73 T ELT)) (-4128 (((-843 |#1|) $) 88 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 53 T ELT)) (-1611 (($ $ |#1|) 69 T ELT) (($ $ (-843 |#1|)) 68 T ELT) (($ $ $) 67 T ELT)) (-2128 (((-1191) $) 11 T ELT)) (-1473 (((-1152) $) 12 T ELT)) (-4144 (((-793) $) 87 T ELT)) (-2736 (((-114) $) 59 T ELT)) (-2292 ((|#2| $) 58 T ELT)) (-3834 (((-888) $) 13 T ELT) (($ (-560)) 38 T ELT) (($ |#2|) 80 T ELT) (($ (-843 |#1|)) 75 T ELT) (($ |#1|) 60 T ELT)) (-3265 ((|#2| $ (-843 |#1|)) 71 T ELT) ((|#2| $ $) 70 T ELT)) (-3103 (((-793)) 37 T CONST)) (-1519 (((-114) $ $) 6 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 39 T CONST)) (-2478 (((-114) $ $) 8 T ELT)) (-2581 (($ $) 28 T ELT) (($ $ $) 27 T ELT)) (-2571 (($ $ $) 18 T ELT)) (** (($ $ (-949)) 33 T ELT) (($ $ (-793)) 41 T ELT)) (* (($ (-949) $) 17 T ELT) (($ (-793) $) 20 T ELT) (($ (-560) $) 29 T ELT) (($ $ $) 32 T ELT) (($ |#2| $) 79 T ELT) (($ $ |#2|) 78 T ELT) (($ |#1| $) 74 T ELT)))
+(((-1322 |#1| |#2|) (-142) (-872) (-1081)) (T -1322))
+((-4128 (*1 *2 *1) (-12 (-4 *1 (-1322 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *2 (-843 *3)))) (-4144 (*1 *2 *1) (-12 (-4 *1 (-1322 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *2 (-793)))) (-2205 (*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-4 *1 (-1322 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)))))
+(-13 (-1319 |t#1| |t#2|) (-10 -8 (-15 -4128 ((-843 |t#1|) $)) (-15 -4144 ((-793) $)) (-15 -2205 ($ $ (-793)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-175)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-133) . T) ((-635 (-560)) . T) ((-635 #0=(-843 |#1|)) . T) ((-635 |#2|) . T) ((-632 (-888)) . T) ((-668 (-560)) . T) ((-668 |#2|) . T) ((-668 $) . T) ((-670 |#2|) . T) ((-670 $) . T) ((-662 |#2|) |has| |#2| (-175)) ((-739 |#2|) |has| |#2| (-175)) ((-748) . T) ((-1070 #0#) . T) ((-1083 |#2|) . T) ((-1088 |#2|) . T) ((-1081) . T) ((-1089) . T) ((-1144) . T) ((-1133) . T) ((-1249) . T) ((-1314 |#2|) . T) ((-1319 |#1| |#2|) . T))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) NIL T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-4489 (($) NIL T CONST)) (-4142 (((-3 |#2| "failed") $) NIL T ELT)) (-4072 ((|#2| $) NIL T ELT)) (-4328 (($ $) NIL T ELT)) (-2167 (((-3 $ "failed") $) 42 T ELT)) (-3805 (((-114) $) 35 T ELT)) (-4285 (($ $) 37 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-4055 (((-793) $) NIL T ELT)) (-1648 (((-663 $) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2724 (($ |#2| |#1|) NIL T ELT)) (-3730 ((|#2| $) 24 T ELT)) (-4128 ((|#2| $) 22 T ELT)) (-1793 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-4085 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL T ELT)) (-4295 ((|#2| $) NIL T ELT)) (-4307 ((|#1| $) NIL T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-2736 (((-114) $) 32 T ELT)) (-2292 ((|#1| $) 33 T ELT)) (-3834 (((-888) $) 65 T ELT) (($ (-560)) 46 T ELT) (($ |#1|) 41 T ELT) (($ |#2|) NIL T ELT)) (-1551 (((-663 |#1|) $) NIL T ELT)) (-3580 ((|#1| $ |#2|) NIL T ELT)) (-3265 ((|#1| $ |#2|) 28 T ELT)) (-3103 (((-793)) 14 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 29 T CONST)) (-2983 (($) 11 T CONST)) (-4002 (((-663 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL T ELT)) (-2478 (((-114) $ $) 30 T ELT)) (-2594 (($ $ |#1|) 67 (|has| |#1| (-376)) ELT)) (-2581 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2571 (($ $ $) 50 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 52 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) NIL T ELT) (($ $ $) 51 T ELT) (($ |#1| $) 47 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| |#2|) NIL T ELT)) (-3819 (((-793) $) 16 T ELT)))
+(((-1323 |#1| |#2|) (-13 (-1081) (-1314 |#1|) (-397 |#1| |#2|) (-635 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3819 ((-793) $)) (-15 -4128 (|#2| $)) (-15 -3730 (|#2| $)) (-15 -4328 ($ $)) (-15 -3265 (|#1| $ |#2|)) (-15 -2736 ((-114) $)) (-15 -2292 (|#1| $)) (-15 -3805 ((-114) $)) (-15 -4285 ($ $)) (-15 -1793 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-376)) (-15 -2594 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4503)) (-6 -4503) |%noBranch|) (IF (|has| |#1| (-6 -4507)) (-6 -4507) |%noBranch|) (IF (|has| |#1| (-6 -4508)) (-6 -4508) |%noBranch|))) (-1081) (-870)) (T -1323))
+((* (*1 *1 *1 *2) (-12 (-5 *1 (-1323 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-870)))) (-4328 (*1 *1 *1) (-12 (-5 *1 (-1323 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-870)))) (-1793 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-1323 *3 *4)) (-4 *4 (-870)))) (-3819 (*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1323 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-870)))) (-4128 (*1 *2 *1) (-12 (-4 *2 (-870)) (-5 *1 (-1323 *3 *2)) (-4 *3 (-1081)))) (-3730 (*1 *2 *1) (-12 (-4 *2 (-870)) (-5 *1 (-1323 *3 *2)) (-4 *3 (-1081)))) (-3265 (*1 *2 *1 *3) (-12 (-4 *2 (-1081)) (-5 *1 (-1323 *2 *3)) (-4 *3 (-870)))) (-2736 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1323 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-870)))) (-2292 (*1 *2 *1) (-12 (-4 *2 (-1081)) (-5 *1 (-1323 *2 *3)) (-4 *3 (-870)))) (-3805 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1323 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-870)))) (-4285 (*1 *1 *1) (-12 (-5 *1 (-1323 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-870)))) (-2594 (*1 *1 *1 *2) (-12 (-5 *1 (-1323 *2 *3)) (-4 *2 (-376)) (-4 *2 (-1081)) (-4 *3 (-870)))))
+(-13 (-1081) (-1314 |#1|) (-397 |#1| |#2|) (-635 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3819 ((-793) $)) (-15 -4128 (|#2| $)) (-15 -3730 (|#2| $)) (-15 -4328 ($ $)) (-15 -3265 (|#1| $ |#2|)) (-15 -2736 ((-114) $)) (-15 -2292 (|#1| $)) (-15 -3805 ((-114) $)) (-15 -4285 ($ $)) (-15 -1793 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-376)) (-15 -2594 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4503)) (-6 -4503) |%noBranch|) (IF (|has| |#1| (-6 -4507)) (-6 -4507) |%noBranch|) (IF (|has| |#1| (-6 -4508)) (-6 -4508) |%noBranch|)))
+((-3808 (((-114) $ $) 27 T ELT)) (-3136 (((-114) $) NIL T ELT)) (-2516 (((-663 |#1|) $) 132 T ELT)) (-4282 (($ (-1315 |#1| |#2|)) 50 T ELT)) (-2205 (($ $ (-793)) 38 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-3898 (($ $ $) 54 (|has| |#2| (-175)) ELT) (($ $ (-793)) 52 (|has| |#2| (-175)) ELT)) (-4489 (($) NIL T CONST)) (-1347 (($ $ |#1|) 114 T ELT) (($ $ (-843 |#1|)) 115 T ELT) (($ $ $) 26 T ELT)) (-4142 (((-3 (-843 |#1|) "failed") $) NIL T ELT)) (-4072 (((-843 |#1|) $) NIL T ELT)) (-2167 (((-3 $ "failed") $) 122 T ELT)) (-3805 (((-114) $) 117 T ELT)) (-4285 (($ $) 118 T ELT)) (-3363 (((-114) $) NIL T ELT)) (-3060 (((-114) $) NIL T ELT)) (-2724 (($ (-843 |#1|) |#2|) 20 T ELT)) (-2408 (($ $) NIL T ELT)) (-2777 (((-2 (|:| |k| (-843 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-3730 (((-843 |#1|) $) 123 T ELT)) (-4128 (((-843 |#1|) $) 126 T ELT)) (-1793 (($ (-1 |#2| |#2|) $) 131 T ELT)) (-1611 (($ $ |#1|) 112 T ELT) (($ $ (-843 |#1|)) 113 T ELT) (($ $ $) 62 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3765 (((-1315 |#1| |#2|) $) 94 T ELT)) (-4144 (((-793) $) 129 T ELT)) (-2736 (((-114) $) 81 T ELT)) (-2292 ((|#2| $) 32 T ELT)) (-3834 (((-888) $) 73 T ELT) (($ (-560)) 87 T ELT) (($ |#2|) 85 T ELT) (($ (-843 |#1|)) 18 T ELT) (($ |#1|) 84 T ELT)) (-3265 ((|#2| $ (-843 |#1|)) 116 T ELT) ((|#2| $ $) 28 T ELT)) (-3103 (((-793)) 120 T CONST)) (-1519 (((-114) $ $) NIL T ELT)) (-2971 (($) 15 T CONST)) (-2574 (((-663 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59 T ELT)) (-2983 (($) 33 T CONST)) (-2478 (((-114) $ $) 14 T ELT)) (-2581 (($ $) 98 T ELT) (($ $ $) 101 T ELT)) (-2571 (($ $ $) 61 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 55 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) 53 T ELT) (($ (-560) $) 106 T ELT) (($ $ $) 22 T ELT) (($ |#2| $) 19 T ELT) (($ $ |#2|) 21 T ELT) (($ |#1| $) 92 T ELT)))
+(((-1324 |#1| |#2|) (-13 (-1322 |#1| |#2|) (-10 -8 (-15 -3765 ((-1315 |#1| |#2|) $)) (-15 -4282 ($ (-1315 |#1| |#2|))) (-15 -2574 ((-663 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-872) (-1081)) (T -1324))
+((-3765 (*1 *2 *1) (-12 (-5 *2 (-1315 *3 *4)) (-5 *1 (-1324 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)))) (-4282 (*1 *1 *2) (-12 (-5 *2 (-1315 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)) (-5 *1 (-1324 *3 *4)))) (-2574 (*1 *2 *1) (-12 (-5 *2 (-663 (-2 (|:| |k| *3) (|:| |c| (-1324 *3 *4))))) (-5 *1 (-1324 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)))))
+(-13 (-1322 |#1| |#2|) (-10 -8 (-15 -3765 ((-1315 |#1| |#2|) $)) (-15 -4282 ($ (-1315 |#1| |#2|))) (-15 -2574 ((-663 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
+((-3808 (((-114) $ $) NIL T ELT)) (-3105 (($ (-663 (-949))) 10 T ELT)) (-3011 (((-1003) $) 12 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-3834 (((-888) $) 25 T ELT) (($ (-1003)) 14 T ELT) (((-1003) $) 13 T ELT)) (-1519 (((-114) $ $) NIL T ELT)) (-2478 (((-114) $ $) 17 T ELT)))
+(((-1325) (-13 (-1133) (-504 (-1003)) (-10 -8 (-15 -3105 ($ (-663 (-949)))) (-15 -3011 ((-1003) $))))) (T -1325))
+((-3105 (*1 *1 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1325)))) (-3011 (*1 *2 *1) (-12 (-5 *2 (-1003)) (-5 *1 (-1325)))))
+(-13 (-1133) (-504 (-1003)) (-10 -8 (-15 -3105 ($ (-663 (-949)))) (-15 -3011 ((-1003) $))))
+((-2050 (((-663 (-1187 |#1|)) (-1 (-663 (-1187 |#1|)) (-663 (-1187 |#1|))) (-560)) 16 T ELT) (((-1187 |#1|) (-1 (-1187 |#1|) (-1187 |#1|))) 13 T ELT)))
+(((-1326 |#1|) (-10 -7 (-15 -2050 ((-1187 |#1|) (-1 (-1187 |#1|) (-1187 |#1|)))) (-15 -2050 ((-663 (-1187 |#1|)) (-1 (-663 (-1187 |#1|)) (-663 (-1187 |#1|))) (-560)))) (-1249)) (T -1326))
+((-2050 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-663 (-1187 *5)) (-663 (-1187 *5)))) (-5 *4 (-560)) (-5 *2 (-663 (-1187 *5))) (-5 *1 (-1326 *5)) (-4 *5 (-1249)))) (-2050 (*1 *2 *3) (-12 (-5 *3 (-1 (-1187 *4) (-1187 *4))) (-5 *2 (-1187 *4)) (-5 *1 (-1326 *4)) (-4 *4 (-1249)))))
+(-10 -7 (-15 -2050 ((-1187 |#1|) (-1 (-1187 |#1|) (-1187 |#1|)))) (-15 -2050 ((-663 (-1187 |#1|)) (-1 (-663 (-1187 |#1|)) (-663 (-1187 |#1|))) (-560))))
+((-2618 (((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|))) 174 T ELT) (((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114)) 173 T ELT) (((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114)) 172 T ELT) (((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114) (-114)) 171 T ELT) (((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-1078 |#1| |#2|)) 156 T ELT)) (-1460 (((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|))) 85 T ELT) (((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|)) (-114)) 84 T ELT) (((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|)) (-114) (-114)) 83 T ELT)) (-1903 (((-663 (-1178 |#1| (-545 (-889 |#3|)) (-889 |#3|) (-802 |#1| (-889 |#3|)))) (-1078 |#1| |#2|)) 73 T ELT)) (-4482 (((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|))) 140 T ELT) (((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114)) 139 T ELT) (((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114)) 138 T ELT) (((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114) (-114)) 137 T ELT) (((-663 (-663 (-1056 (-421 |#1|)))) (-1078 |#1| |#2|)) 132 T ELT)) (-3648 (((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|))) 145 T ELT) (((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114)) 144 T ELT) (((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114)) 143 T ELT) (((-663 (-663 (-1056 (-421 |#1|)))) (-1078 |#1| |#2|)) 142 T ELT)) (-1830 (((-663 (-802 |#1| (-889 |#3|))) (-1178 |#1| (-545 (-889 |#3|)) (-889 |#3|) (-802 |#1| (-889 |#3|)))) 111 T ELT) (((-1203 (-1056 (-421 |#1|))) (-1203 |#1|)) 102 T ELT) (((-976 (-1056 (-421 |#1|))) (-802 |#1| (-889 |#3|))) 109 T ELT) (((-976 (-1056 (-421 |#1|))) (-976 |#1|)) 107 T ELT) (((-802 |#1| (-889 |#3|)) (-802 |#1| (-889 |#2|))) 33 T ELT)))
+(((-1327 |#1| |#2| |#3|) (-10 -7 (-15 -1460 ((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|)) (-114) (-114))) (-15 -1460 ((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|)) (-114))) (-15 -1460 ((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|)))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-1078 |#1| |#2|))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114) (-114))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-1078 |#1| |#2|))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114) (-114))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)))) (-15 -3648 ((-663 (-663 (-1056 (-421 |#1|)))) (-1078 |#1| |#2|))) (-15 -3648 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114))) (-15 -3648 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114))) (-15 -3648 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)))) (-15 -1903 ((-663 (-1178 |#1| (-545 (-889 |#3|)) (-889 |#3|) (-802 |#1| (-889 |#3|)))) (-1078 |#1| |#2|))) (-15 -1830 ((-802 |#1| (-889 |#3|)) (-802 |#1| (-889 |#2|)))) (-15 -1830 ((-976 (-1056 (-421 |#1|))) (-976 |#1|))) (-15 -1830 ((-976 (-1056 (-421 |#1|))) (-802 |#1| (-889 |#3|)))) (-15 -1830 ((-1203 (-1056 (-421 |#1|))) (-1203 |#1|))) (-15 -1830 ((-663 (-802 |#1| (-889 |#3|))) (-1178 |#1| (-545 (-889 |#3|)) (-889 |#3|) (-802 |#1| (-889 |#3|)))))) (-13 (-871) (-319) (-149) (-1052)) (-663 (-1209)) (-663 (-1209))) (T -1327))
+((-1830 (*1 *2 *3) (-12 (-5 *3 (-1178 *4 (-545 (-889 *6)) (-889 *6) (-802 *4 (-889 *6)))) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-802 *4 (-889 *6)))) (-5 *1 (-1327 *4 *5 *6)) (-14 *5 (-663 (-1209))))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-1203 *4)) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-1203 (-1056 (-421 *4)))) (-5 *1 (-1327 *4 *5 *6)) (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-802 *4 (-889 *6))) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *6 (-663 (-1209))) (-5 *2 (-976 (-1056 (-421 *4)))) (-5 *1 (-1327 *4 *5 *6)) (-14 *5 (-663 (-1209))))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-976 *4)) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-976 (-1056 (-421 *4)))) (-5 *1 (-1327 *4 *5 *6)) (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-802 *4 (-889 *5))) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *5 (-663 (-1209))) (-5 *2 (-802 *4 (-889 *6))) (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209))))) (-1903 (*1 *2 *3) (-12 (-5 *3 (-1078 *4 *5)) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *5 (-663 (-1209))) (-5 *2 (-663 (-1178 *4 (-545 (-889 *6)) (-889 *6) (-802 *4 (-889 *6))))) (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209))))) (-3648 (*1 *2 *3) (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-663 (-1056 (-421 *4))))) (-5 *1 (-1327 *4 *5 *6)) (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))) (-3648 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7)) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-3648 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7)) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-3648 (*1 *2 *3) (-12 (-5 *3 (-1078 *4 *5)) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *5 (-663 (-1209))) (-5 *2 (-663 (-663 (-1056 (-421 *4))))) (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209))))) (-4482 (*1 *2 *3) (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-663 (-1056 (-421 *4))))) (-5 *1 (-1327 *4 *5 *6)) (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))) (-4482 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7)) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-4482 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7)) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-4482 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7)) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-4482 (*1 *2 *3) (-12 (-5 *3 (-1078 *4 *5)) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *5 (-663 (-1209))) (-5 *2 (-663 (-663 (-1056 (-421 *4))))) (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209))))) (-2618 (*1 *2 *3) (-12 (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-2 (|:| -3527 (-1203 *4)) (|:| -3084 (-663 (-976 *4)))))) (-5 *1 (-1327 *4 *5 *6)) (-5 *3 (-663 (-976 *4))) (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))) (-2618 (*1 *2 *3 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5)))))) (-5 *1 (-1327 *5 *6 *7)) (-5 *3 (-663 (-976 *5))) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-2618 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5)))))) (-5 *1 (-1327 *5 *6 *7)) (-5 *3 (-663 (-976 *5))) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-2618 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5)))))) (-5 *1 (-1327 *5 *6 *7)) (-5 *3 (-663 (-976 *5))) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-1078 *4 *5)) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *5 (-663 (-1209))) (-5 *2 (-663 (-2 (|:| -3527 (-1203 *4)) (|:| -3084 (-663 (-976 *4)))))) (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209))))) (-1460 (*1 *2 *3) (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-1078 *4 *5))) (-5 *1 (-1327 *4 *5 *6)) (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))) (-1460 (*1 *2 *3 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-1078 *5 *6))) (-5 *1 (-1327 *5 *6 *7)) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))) (-1460 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052))) (-5 *2 (-663 (-1078 *5 *6))) (-5 *1 (-1327 *5 *6 *7)) (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209))))))
+(-10 -7 (-15 -1460 ((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|)) (-114) (-114))) (-15 -1460 ((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|)) (-114))) (-15 -1460 ((-663 (-1078 |#1| |#2|)) (-663 (-976 |#1|)))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-1078 |#1| |#2|))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114) (-114))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114) (-114))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)) (-114))) (-15 -2618 ((-663 (-2 (|:| -3527 (-1203 |#1|)) (|:| -3084 (-663 (-976 |#1|))))) (-663 (-976 |#1|)))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-1078 |#1| |#2|))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114) (-114))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114))) (-15 -4482 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)))) (-15 -3648 ((-663 (-663 (-1056 (-421 |#1|)))) (-1078 |#1| |#2|))) (-15 -3648 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114) (-114))) (-15 -3648 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)) (-114))) (-15 -3648 ((-663 (-663 (-1056 (-421 |#1|)))) (-663 (-976 |#1|)))) (-15 -1903 ((-663 (-1178 |#1| (-545 (-889 |#3|)) (-889 |#3|) (-802 |#1| (-889 |#3|)))) (-1078 |#1| |#2|))) (-15 -1830 ((-802 |#1| (-889 |#3|)) (-802 |#1| (-889 |#2|)))) (-15 -1830 ((-976 (-1056 (-421 |#1|))) (-976 |#1|))) (-15 -1830 ((-976 (-1056 (-421 |#1|))) (-802 |#1| (-889 |#3|)))) (-15 -1830 ((-1203 (-1056 (-421 |#1|))) (-1203 |#1|))) (-15 -1830 ((-663 (-802 |#1| (-889 |#3|))) (-1178 |#1| (-545 (-889 |#3|)) (-889 |#3|) (-802 |#1| (-889 |#3|))))))
+((-2194 (((-3 (-1299 (-421 (-560))) "failed") (-1299 |#1|) |#1|) 21 T ELT)) (-2957 (((-114) (-1299 |#1|)) 12 T ELT)) (-1576 (((-3 (-1299 (-560)) "failed") (-1299 |#1|)) 16 T ELT)))
+(((-1328 |#1|) (-10 -7 (-15 -2957 ((-114) (-1299 |#1|))) (-15 -1576 ((-3 (-1299 (-560)) "failed") (-1299 |#1|))) (-15 -2194 ((-3 (-1299 (-421 (-560))) "failed") (-1299 |#1|) |#1|))) (-13 (-1081) (-660 (-560)))) (T -1328))
+((-2194 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 (-560)))) (-5 *2 (-1299 (-421 (-560)))) (-5 *1 (-1328 *4)))) (-1576 (*1 *2 *3) (|partial| -12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 (-560)))) (-5 *2 (-1299 (-560))) (-5 *1 (-1328 *4)))) (-2957 (*1 *2 *3) (-12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 (-560)))) (-5 *2 (-114)) (-5 *1 (-1328 *4)))))
+(-10 -7 (-15 -2957 ((-114) (-1299 |#1|))) (-15 -1576 ((-3 (-1299 (-560)) "failed") (-1299 |#1|))) (-15 -2194 ((-3 (-1299 (-421 (-560))) "failed") (-1299 |#1|) |#1|)))
+((-3808 (((-114) $ $) NIL T ELT)) (-3136 (((-114) $) 12 T ELT)) (-1469 (((-3 $ "failed") $ $) NIL T ELT)) (-2233 (((-793)) 9 T ELT)) (-4489 (($) NIL T CONST)) (-2167 (((-3 $ "failed") $) 57 T ELT)) (-2150 (($) 46 T ELT)) (-3363 (((-114) $) 38 T ELT)) (-3851 (((-713 $) $) 36 T ELT)) (-3862 (((-949) $) 14 T ELT)) (-2128 (((-1191) $) NIL T ELT)) (-2689 (($) 26 T CONST)) (-2081 (($ (-949)) 47 T ELT)) (-1473 (((-1152) $) NIL T ELT)) (-1830 (((-560) $) 16 T ELT)) (-3834 (((-888) $) 21 T ELT) (($ (-560)) 18 T ELT)) (-3103 (((-793)) 10 T CONST)) (-1519 (((-114) $ $) 59 T ELT)) (-2971 (($) 23 T CONST)) (-2983 (($) 25 T CONST)) (-2478 (((-114) $ $) 31 T ELT)) (-2581 (($ $) 50 T ELT) (($ $ $) 44 T ELT)) (-2571 (($ $ $) 29 T ELT)) (** (($ $ (-949)) NIL T ELT) (($ $ (-793)) 52 T ELT)) (* (($ (-949) $) NIL T ELT) (($ (-793) $) NIL T ELT) (($ (-560) $) 41 T ELT) (($ $ $) 40 T ELT)))
+(((-1329 |#1|) (-13 (-175) (-381) (-633 (-560)) (-1184)) (-949)) (T -1329))
+NIL
+(-13 (-175) (-381) (-633 (-560)) (-1184))
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+((-3 3473059 3473064 3473069 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 3473044 3473049 3473054 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 3473029 3473034 3473039 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 3473014 3473019 3473024 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1329 3472007 3472889 3472966 "ZMOD" 3472971 NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1328 3471043 3471225 3471448 "ZLINDEP" 3471839 NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1327 3460205 3462111 3464083 "ZDSOLVE" 3469173 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1326 3459439 3459592 3459781 "YSTREAM" 3460051 NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1325 3458799 3459108 3459223 "YDIAGRAM" 3459346 T YDIAGRAM (NIL) -8 NIL NIL NIL) (-1324 3456247 3458100 3458304 "XRPOLY" 3458642 NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1323 3452514 3454118 3454693 "XPR" 3455719 NIL XPR (NIL T T) -8 NIL NIL NIL) (-1322 3449845 3451521 3451576 "XPOLYC" 3451864 NIL XPOLYC (NIL T T) -9 NIL 3451977 NIL) (-1321 3447240 3449176 3449380 "XPOLY" 3449676 NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1320 3443186 3445757 3446145 "XPBWPOLY" 3446898 NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1319 3438078 3439657 3439712 "XFALG" 3441884 NIL XFALG (NIL T T) -9 NIL 3442673 NIL) (-1318 3433354 3436054 3436096 "XF" 3436717 NIL XF (NIL T) -9 NIL 3437117 NIL) (-1317 3432951 3433063 3433232 "XF-" 3433237 NIL XF- (NIL T T) -8 NIL NIL NIL) (-1316 3432066 3432188 3432393 "XEXPPKG" 3432843 NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1315 3429807 3431916 3432012 "XDPOLY" 3432017 NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1314 3428462 3429200 3429243 "XALG" 3429248 NIL XALG (NIL T) -9 NIL 3429359 NIL) (-1313 3421372 3426439 3426933 "WUTSET" 3428054 NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1312 3419474 3420424 3420747 "WP" 3421183 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1311 3419022 3419296 3419366 "WHILEAST" 3419426 T WHILEAST (NIL) -8 NIL NIL NIL) (-1310 3418434 3418739 3418833 "WHEREAST" 3418950 T WHEREAST (NIL) -8 NIL NIL NIL) (-1309 3417308 3417518 3417813 "WFFINTBS" 3418231 NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1308 3415176 3415639 3416101 "WEIER" 3416880 NIL WEIER (NIL T) -7 NIL NIL NIL) (-1307 3414100 3414658 3414700 "VSPACE" 3414836 NIL VSPACE (NIL T) -9 NIL 3414910 NIL) (-1306 3413932 3413965 3414056 "VSPACE-" 3414061 NIL VSPACE- (NIL T T) -8 NIL NIL NIL) (-1305 3413729 3413783 3413851 "VOID" 3413886 T VOID (NIL) -8 NIL NIL NIL) (-1304 3409997 3410792 3411529 "VIEWDEF" 3413014 T VIEWDEF (NIL) -7 NIL NIL NIL) (-1303 3398941 3401545 3403718 "VIEW3D" 3407846 T VIEW3D (NIL) -8 NIL NIL NIL) (-1302 3390958 3392852 3394431 "VIEW2D" 3397384 T VIEW2D (NIL) -8 NIL NIL NIL) (-1301 3389058 3389453 3389859 "VIEW" 3390574 T VIEW (NIL) -7 NIL NIL NIL) (-1300 3387611 3387894 3388212 "VECTOR2" 3388788 NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1299 3382517 3387381 3387473 "VECTOR" 3387554 NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1298 3375462 3380221 3380264 "VECTCAT" 3381259 NIL VECTCAT (NIL T) -9 NIL 3381846 NIL) (-1297 3374404 3374730 3375120 "VECTCAT-" 3375125 NIL VECTCAT- (NIL T T) -8 NIL NIL NIL) (-1296 3373810 3374055 3374175 "VARIABLE" 3374319 NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1295 3373743 3373748 3373778 "UTYPE" 3373783 T UTYPE (NIL) -9 NIL NIL NIL) (-1294 3372551 3372727 3372989 "UTSODETL" 3373569 NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1293 3369943 3370451 3370975 "UTSODE" 3372092 NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1292 3359953 3365876 3365919 "UTSCAT" 3367031 NIL UTSCAT (NIL T) -9 NIL 3367789 NIL) (-1291 3357079 3358023 3359012 "UTSCAT-" 3359017 NIL UTSCAT- (NIL T T) -8 NIL NIL NIL) (-1290 3356700 3356749 3356882 "UTS2" 3357030 NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1289 3348017 3354461 3354941 "UTS" 3356278 NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1288 3341884 3344827 3344870 "URAGG" 3346940 NIL URAGG (NIL T) -9 NIL 3347663 NIL) (-1287 3338607 3339686 3340809 "URAGG-" 3340814 NIL URAGG- (NIL T T) -8 NIL NIL NIL) (-1286 3333983 3337242 3337707 "UPXSSING" 3338271 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1285 3326412 3333887 3333959 "UPXSCONS" 3333964 NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1284 3315170 3322614 3322676 "UPXSCCA" 3323250 NIL UPXSCCA (NIL T T) -9 NIL 3323483 NIL) (-1283 3314790 3314893 3315067 "UPXSCCA-" 3315072 NIL UPXSCCA- (NIL T T T) -8 NIL NIL NIL) (-1282 3303448 3310617 3310660 "UPXSCAT" 3311308 NIL UPXSCAT (NIL T) -9 NIL 3311917 NIL) (-1281 3302872 3302957 3303136 "UPXS2" 3303363 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1280 3294364 3302254 3302518 "UPXS" 3302666 NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1279 3293000 3293271 3293622 "UPSQFREE" 3294107 NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1278 3285831 3289266 3289321 "UPSCAT" 3290401 NIL UPSCAT (NIL T T) -9 NIL 3291167 NIL) (-1277 3284987 3285242 3285569 "UPSCAT-" 3285574 NIL UPSCAT- (NIL T T T) -8 NIL NIL NIL) (-1276 3284608 3284657 3284790 "UPOLYC2" 3284938 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1275 3268756 3277735 3277778 "UPOLYC" 3279879 NIL UPOLYC (NIL T) -9 NIL 3281100 NIL) (-1274 3259625 3262524 3265664 "UPOLYC-" 3265669 NIL UPOLYC- (NIL T T) -8 NIL NIL NIL) (-1273 3258946 3259071 3259235 "UPMP" 3259514 NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1272 3258493 3258580 3258719 "UPDIVP" 3258859 NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1271 3257031 3257310 3257626 "UPDECOMP" 3258242 NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1270 3256244 3256374 3256560 "UPCDEN" 3256915 NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1269 3255757 3255832 3255981 "UP2" 3256169 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1268 3246353 3255440 3255569 "UP" 3255676 NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1267 3245558 3245695 3245900 "UNISEG2" 3246196 NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1266 3243911 3244762 3245039 "UNISEG" 3245316 NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1265 3242953 3243151 3243377 "UNIFACT" 3243727 NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1264 3229684 3242857 3242929 "ULSCONS" 3242934 NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1263 3209501 3222764 3222826 "ULSCCAT" 3223464 NIL ULSCCAT (NIL T T) -9 NIL 3223753 NIL) (-1262 3208497 3208796 3209184 "ULSCCAT-" 3209189 NIL ULSCCAT- (NIL T T T) -8 NIL NIL NIL) (-1261 3196952 3204043 3204086 "ULSCAT" 3204949 NIL ULSCAT (NIL T) -9 NIL 3205680 NIL) (-1260 3196376 3196461 3196640 "ULS2" 3196867 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1259 3178207 3195688 3195930 "ULS" 3196192 NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1258 3177126 3177826 3177940 "UINT8" 3178051 T UINT8 (NIL) -8 NIL NIL 3178143) (-1257 3176044 3176744 3176858 "UINT64" 3176969 T UINT64 (NIL) -8 NIL NIL 3177061) (-1256 3174962 3175662 3175776 "UINT32" 3175887 T UINT32 (NIL) -8 NIL NIL 3175979) (-1255 3173880 3174580 3174694 "UINT16" 3174805 T UINT16 (NIL) -8 NIL NIL 3174897) (-1254 3171959 3173126 3173156 "UFD" 3173368 T UFD (NIL) -9 NIL 3173482 NIL) (-1253 3171741 3171799 3171894 "UFD-" 3171899 NIL UFD- (NIL T) -8 NIL NIL NIL) (-1252 3170799 3171006 3171222 "UDVO" 3171547 T UDVO (NIL) -7 NIL NIL NIL) (-1251 3168565 3169024 3169495 "UDPO" 3170363 NIL UDPO (NIL T) -7 NIL NIL NIL) (-1250 3168277 3168520 3168551 "TYPEAST" 3168556 T TYPEAST (NIL) -8 NIL NIL NIL) (-1249 3168210 3168215 3168245 "TYPE" 3168250 T TYPE (NIL) -9 NIL NIL NIL) (-1248 3167163 3167383 3167623 "TWOFACT" 3168004 NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1247 3166138 3166572 3166807 "TUPLE" 3166963 NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1246 3163775 3164348 3164887 "TUBETOOL" 3165621 T TUBETOOL (NIL) -7 NIL NIL NIL) (-1245 3162581 3162822 3163064 "TUBE" 3163568 NIL TUBE (NIL T) -8 NIL NIL NIL) (-1244 3150716 3155338 3155435 "TSETCAT" 3160704 NIL TSETCAT (NIL T T T T) -9 NIL 3162236 NIL) (-1243 3145184 3147048 3148939 "TSETCAT-" 3148944 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1242 3139370 3144156 3144439 "TS" 3144936 NIL TS (NIL T) -8 NIL NIL NIL) (-1241 3133843 3134856 3135785 "TRMANIP" 3138506 NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1240 3133272 3133347 3133510 "TRIMAT" 3133775 NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1239 3131084 3131375 3131732 "TRIGMNIP" 3133021 NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1238 3130568 3130717 3130747 "TRIGCAT" 3130960 T TRIGCAT (NIL) -9 NIL NIL NIL) (-1237 3130213 3130316 3130457 "TRIGCAT-" 3130462 NIL TRIGCAT- (NIL T) -8 NIL NIL NIL) (-1236 3126827 3129071 3129352 "TREE" 3129967 NIL TREE (NIL T) -8 NIL NIL NIL) (-1235 3125933 3126629 3126659 "TRANFUN" 3126694 T TRANFUN (NIL) -9 NIL 3126760 NIL) (-1234 3125152 3125403 3125683 "TRANFUN-" 3125688 NIL TRANFUN- (NIL T) -8 NIL NIL NIL) (-1233 3124950 3124988 3125049 "TOPSP" 3125113 T TOPSP (NIL) -7 NIL NIL NIL) (-1232 3124280 3124413 3124567 "TOOLSIGN" 3124831 NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1231 3122794 3123457 3123696 "TEXTFILE" 3124063 T TEXTFILE (NIL) -8 NIL NIL NIL) (-1230 3122569 3122606 3122678 "TEX1" 3122757 NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1229 3120373 3121022 3121451 "TEX" 3122162 T TEX (NIL) -8 NIL NIL NIL) (-1228 3120009 3120084 3120174 "TEMUTL" 3120305 T TEMUTL (NIL) -7 NIL NIL NIL) (-1227 3118103 3118443 3118768 "TBCMPPK" 3119732 NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1226 3109423 3116189 3116245 "TBAGG" 3116645 NIL TBAGG (NIL T T) -9 NIL 3116856 NIL) (-1225 3104307 3105981 3107735 "TBAGG-" 3107740 NIL TBAGG- (NIL T T T) -8 NIL NIL NIL) (-1224 3103673 3103798 3103943 "TANEXP" 3104196 NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1223 3103124 3103448 3103538 "TALGOP" 3103618 NIL TALGOP (NIL T) -8 NIL NIL NIL) (-1222 3102518 3102635 3102773 "TABLEAU" 3103021 NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1221 3095532 3102375 3102468 "TABLE" 3102473 NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1220 3090062 3091360 3092608 "TABLBUMP" 3094318 NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1219 3089272 3089431 3089612 "SYSTEM" 3089903 T SYSTEM (NIL) -8 NIL NIL NIL) (-1218 3085677 3086430 3087213 "SYSSOLP" 3088523 NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1217 3085439 3085632 3085663 "SYSPTR" 3085668 T SYSPTR (NIL) -8 NIL NIL NIL) (-1216 3084278 3084970 3085096 "SYSNNI" 3085282 NIL SYSNNI (NIL NIL) -8 NIL NIL 3085374) (-1215 3083485 3084040 3084119 "SYSINT" 3084179 NIL SYSINT (NIL NIL) -8 NIL NIL 3084224) (-1214 3079583 3080763 3081473 "SYNTAX" 3082797 T SYNTAX (NIL) -8 NIL NIL NIL) (-1213 3076663 3077343 3077975 "SYMTAB" 3078973 T SYMTAB (NIL) -8 NIL NIL NIL) (-1212 3071762 3072814 3073797 "SYMS" 3075702 T SYMS (NIL) -8 NIL NIL NIL) (-1211 3068668 3071213 3071446 "SYMPOLY" 3071564 NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1210 3068173 3068260 3068383 "SYMFUNC" 3068580 NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1209 3063971 3065485 3066298 "SYMBOL" 3067382 T SYMBOL (NIL) -8 NIL NIL NIL) (-1208 3057444 3059199 3060919 "SWITCH" 3062273 T SWITCH (NIL) -8 NIL NIL NIL) (-1207 3050205 3056400 3056694 "SUTS" 3057208 NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1206 3041697 3049587 3049851 "SUPXS" 3049999 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1205 3040844 3040983 3041200 "SUPFRACF" 3041565 NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1204 3040459 3040524 3040637 "SUP2" 3040779 NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1203 3031003 3040077 3040203 "SUP" 3040368 NIL SUP (NIL T) -8 NIL NIL NIL) (-1202 3029427 3029725 3030081 "SUMRF" 3030702 NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1201 3028750 3028828 3029020 "SUMFS" 3029348 NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1200 3010616 3028062 3028304 "SULS" 3028566 NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1199 3010164 3010438 3010508 "SUCHTAST" 3010568 T SUCHTAST (NIL) -8 NIL NIL NIL) (-1198 3009405 3009689 3009829 "SUCH" 3010072 NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1197 3003044 3004311 3005270 "SUBSPACE" 3008493 NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1196 3002464 3002564 3002728 "SUBRESP" 3002932 NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1195 2996475 2997757 2998904 "STTFNC" 3001364 NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1194 2989669 2991140 2992451 "STTF" 2995211 NIL STTF (NIL T) -7 NIL NIL NIL) (-1193 2980786 2982851 2984645 "STTAYLOR" 2987910 NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1192 2973540 2980650 2980733 "STRTBL" 2980738 NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1191 2967937 2973249 2973348 "STRING" 2973463 T STRING (NIL) -8 NIL NIL NIL) (-1190 2967441 2967524 2967668 "STREAM3" 2967854 NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1189 2966405 2966606 2966841 "STREAM2" 2967254 NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1188 2966087 2966145 2966238 "STREAM1" 2966347 NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1187 2958201 2963706 2964317 "STREAM" 2965511 NIL STREAM (NIL T) -8 NIL NIL NIL) (-1186 2957193 2957398 2957629 "STINPROD" 2958017 NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1185 2956308 2956682 2956830 "STEPAST" 2957067 T STEPAST (NIL) -8 NIL NIL NIL) (-1184 2955804 2956049 2956079 "STEP" 2956173 T STEP (NIL) -9 NIL 2956244 NIL) (-1183 2948860 2955703 2955780 "STBL" 2955785 NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1182 2943410 2948023 2948066 "STAGG" 2948219 NIL STAGG (NIL T) -9 NIL 2948308 NIL) (-1181 2940962 2941714 2942586 "STAGG-" 2942591 NIL STAGG- (NIL T T) -8 NIL NIL NIL) (-1180 2938934 2940732 2940824 "STACK" 2940905 NIL STACK (NIL T) -8 NIL NIL NIL) (-1179 2938251 2938764 2938794 "SRING" 2938799 T SRING (NIL) -9 NIL 2938819 NIL) (-1178 2930258 2936392 2936848 "SREGSET" 2937881 NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1177 2922605 2924052 2925565 "SRDCMPK" 2928864 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1176 2914905 2919964 2919994 "SRAGG" 2921297 T SRAGG (NIL) -9 NIL 2921905 NIL) (-1175 2913856 2914177 2914556 "SRAGG-" 2914561 NIL SRAGG- (NIL T) -8 NIL NIL NIL) (-1174 2907440 2912803 2913224 "SQMATRIX" 2913482 NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1173 2900852 2904158 2904885 "SPLTREE" 2906785 NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1172 2896677 2897508 2898154 "SPLNODE" 2900278 NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1171 2895652 2895957 2895987 "SPFCAT" 2896431 T SPFCAT (NIL) -9 NIL NIL NIL) (-1170 2894347 2894599 2894863 "SPECOUT" 2895410 T SPECOUT (NIL) -7 NIL NIL NIL) (-1169 2884993 2887311 2887341 "SPADXPT" 2892019 T SPADXPT (NIL) -9 NIL 2894185 NIL) (-1168 2884748 2884794 2884863 "SPADPRSR" 2884946 T SPADPRSR (NIL) -7 NIL NIL NIL) (-1167 2882351 2884703 2884734 "SPADAST" 2884739 T SPADAST (NIL) -8 NIL NIL NIL) (-1166 2873952 2876055 2876098 "SPACEC" 2880471 NIL SPACEC (NIL T) -9 NIL 2882287 NIL) (-1165 2871752 2873884 2873933 "SPACE3" 2873938 NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1164 2870484 2870675 2870966 "SORTPAK" 2871557 NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1163 2868546 2868879 2869291 "SOLVETRA" 2870148 NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1162 2867584 2867818 2868079 "SOLVESER" 2868319 NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1161 2862816 2863776 2864771 "SOLVERAD" 2866636 NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1160 2858541 2859240 2859969 "SOLVEFOR" 2862183 NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1159 2852145 2857889 2857986 "SNTSCAT" 2857991 NIL SNTSCAT (NIL T T T T) -9 NIL 2858061 NIL) (-1158 2845696 2850468 2850859 "SMTS" 2851835 NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1157 2839418 2845584 2845661 "SMP" 2845666 NIL SMP (NIL T T) -8 NIL NIL NIL) (-1156 2837547 2837878 2838276 "SMITH" 2839115 NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1155 2829072 2834126 2834229 "SMATCAT" 2835580 NIL SMATCAT (NIL NIL T T T) -9 NIL 2836130 NIL) (-1154 2825844 2826835 2828013 "SMATCAT-" 2828018 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL NIL) (-1153 2823313 2825052 2825095 "SKAGG" 2825356 NIL SKAGG (NIL T) -9 NIL 2825491 NIL) (-1152 2818831 2822796 2822973 "SINT" 2823125 T SINT (NIL) -8 NIL NIL 2823280) (-1151 2818597 2818641 2818707 "SIMPAN" 2818787 T SIMPAN (NIL) -7 NIL NIL NIL) (-1150 2817417 2817656 2817931 "SIGNRF" 2818356 NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1149 2816232 2816401 2816685 "SIGNEF" 2817246 NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1148 2815472 2815815 2815939 "SIGAST" 2816130 T SIGAST (NIL) -8 NIL NIL NIL) (-1147 2814697 2815007 2815147 "SIG" 2815354 T SIG (NIL) -8 NIL NIL NIL) (-1146 2812349 2812841 2813347 "SHP" 2814238 NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1145 2805673 2812250 2812326 "SHDP" 2812331 NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1144 2805184 2805424 2805454 "SGROUP" 2805547 T SGROUP (NIL) -9 NIL 2805609 NIL) (-1143 2805036 2805068 2805141 "SGROUP-" 2805146 NIL SGROUP- (NIL T) -8 NIL NIL NIL) (-1142 2801755 2802525 2803248 "SGCF" 2804335 T SGCF (NIL) -7 NIL NIL NIL) (-1141 2795457 2801201 2801298 "SFRTCAT" 2801303 NIL SFRTCAT (NIL T T T T) -9 NIL 2801342 NIL) (-1140 2788776 2789896 2791032 "SFRGCD" 2794440 NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1139 2781794 2782975 2784161 "SFQCMPK" 2787709 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1138 2781396 2781503 2781614 "SFORT" 2781735 NIL SFORT (NIL T T) -8 NIL NIL NIL) (-1137 2780322 2781236 2781357 "SEXOF" 2781362 NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1136 2775911 2776818 2776913 "SEXCAT" 2779535 NIL SEXCAT (NIL T T T T T) -9 NIL 2780095 NIL) (-1135 2774826 2775792 2775860 "SEX" 2775865 T SEX (NIL) -8 NIL NIL NIL) (-1134 2772948 2773539 2773844 "SETMN" 2774567 NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1133 2772478 2772666 2772696 "SETCAT" 2772813 T SETCAT (NIL) -9 NIL 2772898 NIL) (-1132 2772246 2772310 2772409 "SETCAT-" 2772414 NIL SETCAT- (NIL T) -8 NIL NIL NIL) (-1131 2768349 2770707 2770750 "SETAGG" 2771620 NIL SETAGG (NIL T) -9 NIL 2771960 NIL) (-1130 2767771 2767923 2768160 "SETAGG-" 2768165 NIL SETAGG- (NIL T T) -8 NIL NIL NIL) (-1129 2764580 2767705 2767753 "SET" 2767758 NIL SET (NIL T) -8 NIL NIL NIL) (-1128 2763963 2764276 2764377 "SEQAST" 2764501 T SEQAST (NIL) -8 NIL NIL NIL) (-1127 2763090 2763456 2763517 "SEGXCAT" 2763803 NIL SEGXCAT (NIL T T) -9 NIL 2763923 NIL) (-1126 2762015 2762283 2762326 "SEGCAT" 2762848 NIL SEGCAT (NIL T) -9 NIL 2763069 NIL) (-1125 2761630 2761695 2761808 "SEGBIND2" 2761950 NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1124 2760520 2760993 2761201 "SEGBIND" 2761457 NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1123 2760039 2760321 2760398 "SEGAST" 2760465 T SEGAST (NIL) -8 NIL NIL NIL) (-1122 2759248 2759384 2759588 "SEG2" 2759883 NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1121 2758164 2758914 2759096 "SEG" 2759101 NIL SEG (NIL T) -8 NIL NIL NIL) (-1120 2757397 2758099 2758146 "SDVAR" 2758151 NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1119 2748755 2757167 2757297 "SDPOL" 2757302 NIL SDPOL (NIL T) -8 NIL NIL NIL) (-1118 2747324 2747614 2747933 "SCPKG" 2748470 NIL SCPKG (NIL T) -7 NIL NIL NIL) (-1117 2746446 2746660 2746852 "SCOPE" 2747154 T SCOPE (NIL) -8 NIL NIL NIL) (-1116 2745642 2745800 2745979 "SCACHE" 2746301 NIL SCACHE (NIL T) -7 NIL NIL NIL) (-1115 2745226 2745460 2745490 "SASTCAT" 2745495 T SASTCAT (NIL) -9 NIL 2745508 NIL) (-1114 2744629 2745061 2745137 "SAOS" 2745172 T SAOS (NIL) -8 NIL NIL NIL) (-1113 2744188 2744229 2744402 "SAERFFC" 2744588 NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-1112 2743775 2743816 2743975 "SAEFACT" 2744147 NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-1111 2736823 2743672 2743752 "SAE" 2743757 NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-1110 2735126 2735458 2735859 "RURPK" 2736489 NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-1109 2733703 2734069 2734374 "RULESET" 2734960 NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-1108 2733273 2733497 2733580 "RULECOLD" 2733655 NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-1107 2730388 2731026 2731484 "RULE" 2732954 NIL RULE (NIL T T T) -8 NIL NIL NIL) (-1106 2730172 2730206 2730277 "RTVALUE" 2730339 T RTVALUE (NIL) -8 NIL NIL NIL) (-1105 2729583 2729889 2729983 "RSTRCAST" 2730100 T RSTRCAST (NIL) -8 NIL NIL NIL) (-1104 2724353 2725226 2726146 "RSETGCD" 2728782 NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-1103 2712917 2718661 2718758 "RSETCAT" 2722877 NIL RSETCAT (NIL T T T T) -9 NIL 2723974 NIL) (-1102 2710736 2711383 2712207 "RSETCAT-" 2712212 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1101 2703044 2704498 2706018 "RSDCMPK" 2709335 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1100 2700913 2701476 2701550 "RRCC" 2702636 NIL RRCC (NIL T T) -9 NIL 2702980 NIL) (-1099 2700234 2700438 2700717 "RRCC-" 2700722 NIL RRCC- (NIL T T T) -8 NIL NIL NIL) (-1098 2699617 2699930 2700031 "RPTAST" 2700155 T RPTAST (NIL) -8 NIL NIL NIL) (-1097 2672003 2682729 2682796 "RPOLCAT" 2693462 NIL RPOLCAT (NIL T T T) -9 NIL 2696622 NIL) (-1096 2662973 2665841 2668963 "RPOLCAT-" 2668968 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL NIL) (-1095 2653426 2661184 2661666 "ROUTINE" 2662513 T ROUTINE (NIL) -8 NIL NIL NIL) (-1094 2649489 2653052 2653192 "ROMAN" 2653308 T ROMAN (NIL) -8 NIL NIL NIL) (-1093 2647601 2648349 2648609 "ROIRC" 2649294 NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-1092 2643321 2646090 2646120 "RNS" 2646424 T RNS (NIL) -9 NIL 2646698 NIL) (-1091 2641728 2642213 2642747 "RNS-" 2642822 NIL RNS- (NIL T) -8 NIL NIL NIL) (-1090 2640689 2641093 2641295 "RNGBIND" 2641579 NIL RNGBIND (NIL T T) -8 NIL NIL NIL) (-1089 2639982 2640486 2640516 "RNG" 2640521 T RNG (NIL) -9 NIL 2640542 NIL) (-1088 2639277 2639755 2639798 "RMODULE" 2639803 NIL RMODULE (NIL T) -9 NIL 2639830 NIL) (-1087 2638101 2638207 2638543 "RMCAT2" 2639178 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-1086 2634603 2637447 2637744 "RMATRIX" 2637863 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-1085 2627102 2629690 2629805 "RMATCAT" 2633164 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2634146 NIL) (-1084 2626441 2626624 2626931 "RMATCAT-" 2626936 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL NIL) (-1083 2626014 2626228 2626271 "RLINSET" 2626333 NIL RLINSET (NIL T) -9 NIL 2626377 NIL) (-1082 2625575 2625656 2625784 "RINTERP" 2625933 NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-1081 2624499 2625173 2625203 "RING" 2625259 T RING (NIL) -9 NIL 2625351 NIL) (-1080 2624279 2624335 2624432 "RING-" 2624437 NIL RING- (NIL T) -8 NIL NIL NIL) (-1079 2623090 2623357 2623615 "RIDIST" 2624043 T RIDIST (NIL) -7 NIL NIL NIL) (-1078 2613715 2622558 2622764 "RGCHAIN" 2622938 NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-1077 2612973 2613457 2613498 "RGBCSPC" 2613556 NIL RGBCSPC (NIL T) -9 NIL 2613608 NIL) (-1076 2612039 2612498 2612539 "RGBCMDL" 2612771 NIL RGBCMDL (NIL T) -9 NIL 2612885 NIL) (-1075 2611679 2611748 2611851 "RFFACTOR" 2611970 NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-1074 2611398 2611439 2611536 "RFFACT" 2611638 NIL RFFACT (NIL T) -7 NIL NIL NIL) (-1073 2609449 2609879 2610261 "RFDIST" 2611038 T RFDIST (NIL) -7 NIL NIL NIL) (-1072 2606389 2607057 2607727 "RF" 2608813 NIL RF (NIL T) -7 NIL NIL NIL) (-1071 2605836 2605934 2606097 "RETSOL" 2606291 NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-1070 2605454 2605552 2605595 "RETRACT" 2605728 NIL RETRACT (NIL T) -9 NIL 2605815 NIL) (-1069 2605297 2605328 2605415 "RETRACT-" 2605420 NIL RETRACT- (NIL T T) -8 NIL NIL NIL) (-1068 2604845 2605119 2605189 "RETAST" 2605249 T RETAST (NIL) -8 NIL NIL NIL) (-1067 2597195 2604498 2604625 "RESULT" 2604740 T RESULT (NIL) -8 NIL NIL NIL) (-1066 2595630 2596464 2596663 "RESRING" 2597098 NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-1065 2595254 2595315 2595413 "RESLATC" 2595567 NIL RESLATC (NIL T) -7 NIL NIL NIL) (-1064 2594953 2594994 2595101 "REPSQ" 2595213 NIL REPSQ (NIL T) -7 NIL NIL NIL) (-1063 2594644 2594685 2594796 "REPDB" 2594912 NIL REPDB (NIL T) -7 NIL NIL NIL) (-1062 2588476 2589933 2591156 "REP2" 2593456 NIL REP2 (NIL T) -7 NIL NIL NIL) (-1061 2584779 2585534 2586342 "REP1" 2587703 NIL REP1 (NIL T) -7 NIL NIL NIL) (-1060 2582159 2582781 2583383 "REP" 2584199 T REP (NIL) -7 NIL NIL NIL) (-1059 2574167 2580300 2580756 "REGSET" 2581789 NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-1058 2572876 2573315 2573565 "REF" 2573952 NIL REF (NIL T) -8 NIL NIL NIL) (-1057 2572241 2572356 2572523 "REDORDER" 2572760 NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-1056 2567612 2571454 2571681 "RECLOS" 2572069 NIL RECLOS (NIL T) -8 NIL NIL NIL) (-1055 2566646 2566845 2567060 "REALSOLV" 2567419 T REALSOLV (NIL) -7 NIL NIL NIL) (-1054 2563093 2563931 2564815 "REAL0Q" 2565811 NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-1053 2558646 2559682 2560743 "REAL0" 2562074 NIL REAL0 (NIL T) -7 NIL NIL NIL) (-1052 2558480 2558533 2558563 "REAL" 2558568 T REAL (NIL) -9 NIL 2558603 NIL) (-1051 2557891 2558197 2558291 "RDUCEAST" 2558408 T RDUCEAST (NIL) -8 NIL NIL NIL) (-1050 2557290 2557368 2557575 "RDIV" 2557813 NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-1049 2556340 2556532 2556745 "RDIST" 2557112 NIL RDIST (NIL T) -7 NIL NIL NIL) (-1048 2554925 2555224 2555596 "RDETRS" 2556048 NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-1047 2552719 2553191 2553729 "RDETR" 2554467 NIL RDETR (NIL T T) -7 NIL NIL NIL) (-1046 2551338 2551622 2552019 "RDEEFS" 2552435 NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-1045 2549841 2550153 2550578 "RDEEF" 2551026 NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-1044 2543320 2546795 2546825 "RCFIELD" 2548120 T RCFIELD (NIL) -9 NIL 2548851 NIL) (-1043 2541276 2541888 2542584 "RCFIELD-" 2542659 NIL RCFIELD- (NIL T) -8 NIL NIL NIL) (-1042 2537328 2539349 2539392 "RCAGG" 2540476 NIL RCAGG (NIL T) -9 NIL 2540941 NIL) (-1041 2536938 2537050 2537213 "RCAGG-" 2537218 NIL RCAGG- (NIL T T) -8 NIL NIL NIL) (-1040 2536255 2536385 2536550 "RATRET" 2536822 NIL RATRET (NIL T) -7 NIL NIL NIL) (-1039 2535796 2535875 2535996 "RATFACT" 2536183 NIL RATFACT (NIL T) -7 NIL NIL NIL) (-1038 2535074 2535224 2535376 "RANDSRC" 2535666 T RANDSRC (NIL) -7 NIL NIL NIL) (-1037 2534802 2534852 2534925 "RADUTIL" 2535023 T RADUTIL (NIL) -7 NIL NIL NIL) (-1036 2526947 2533633 2533944 "RADIX" 2534525 NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-1035 2516562 2526789 2526919 "RADFF" 2526924 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-1034 2516191 2516284 2516314 "RADCAT" 2516474 T RADCAT (NIL) -9 NIL NIL NIL) (-1033 2515961 2516021 2516121 "RADCAT-" 2516126 NIL RADCAT- (NIL T) -8 NIL NIL NIL) (-1032 2513872 2515731 2515823 "QUEUE" 2515904 NIL QUEUE (NIL T) -8 NIL NIL NIL) (-1031 2513497 2513546 2513677 "QUATCT2" 2513823 NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-1030 2505875 2509920 2509962 "QUATCAT" 2510753 NIL QUATCAT (NIL T) -9 NIL 2511519 NIL) (-1029 2501756 2503051 2504441 "QUATCAT-" 2504537 NIL QUATCAT- (NIL T T) -8 NIL NIL NIL) (-1028 2497602 2501689 2501737 "QUAT" 2501742 NIL QUAT (NIL T) -8 NIL NIL NIL) (-1027 2494858 2496650 2496693 "QUAGG" 2497074 NIL QUAGG (NIL T) -9 NIL 2497249 NIL) (-1026 2494406 2494680 2494750 "QQUTAST" 2494810 T QQUTAST (NIL) -8 NIL NIL NIL) (-1025 2493317 2493919 2494084 "QFORM" 2494287 NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-1024 2492942 2492991 2493122 "QFCAT2" 2493268 NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-1023 2482639 2488789 2488831 "QFCAT" 2489499 NIL QFCAT (NIL T) -9 NIL 2490500 NIL) (-1022 2477973 2479421 2481008 "QFCAT-" 2481104 NIL QFCAT- (NIL T T) -8 NIL NIL NIL) (-1021 2477404 2477538 2477670 "QEQUAT" 2477863 T QEQUAT (NIL) -8 NIL NIL NIL) (-1020 2470422 2471603 2472789 "QCMPACK" 2476337 NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-1019 2469651 2469833 2470069 "QALGSET2" 2470240 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-1018 2467101 2467637 2468067 "QALGSET" 2469306 NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-1017 2465768 2466010 2466329 "PWFFINTB" 2466874 NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-1016 2463913 2464111 2464467 "PUSHVAR" 2465582 NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-1015 2459640 2460856 2460899 "PTRANFN" 2462810 NIL PTRANFN (NIL T) -9 NIL NIL NIL) (-1014 2457977 2458322 2458646 "PTPACK" 2459351 NIL PTPACK (NIL T) -7 NIL NIL NIL) (-1013 2457600 2457663 2457774 "PTFUNC2" 2457914 NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-1012 2451516 2456389 2456432 "PTCAT" 2456732 NIL PTCAT (NIL T) -9 NIL 2456885 NIL) (-1011 2451165 2451206 2451332 "PSQFR" 2451475 NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-1010 2449737 2450053 2450389 "PSEUDLIN" 2450863 NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-1009 2436257 2438832 2441158 "PSETPK" 2447497 NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-1008 2428965 2431993 2432091 "PSETCAT" 2435132 NIL PSETCAT (NIL T T T T) -9 NIL 2435946 NIL) (-1007 2426690 2427432 2428256 "PSETCAT-" 2428261 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1006 2426003 2426198 2426228 "PSCURVE" 2426500 T PSCURVE (NIL) -9 NIL 2426667 NIL) (-1005 2421726 2423493 2423560 "PSCAT" 2424412 NIL PSCAT (NIL T T T) -9 NIL 2424652 NIL) (-1004 2420720 2421002 2421405 "PSCAT-" 2421410 NIL PSCAT- (NIL T T T T) -8 NIL NIL NIL) (-1003 2418888 2419779 2420044 "PRTITION" 2420477 T PRTITION (NIL) -8 NIL NIL NIL) (-1002 2418299 2418605 2418699 "PRTDAST" 2418816 T PRTDAST (NIL) -8 NIL NIL NIL) (-1001 2407143 2409565 2411755 "PRS" 2416161 NIL PRS (NIL T T) -7 NIL NIL NIL) (-1000 2404758 2406460 2406502 "PRQAGG" 2406688 NIL PRQAGG (NIL T) -9 NIL 2406790 NIL) (-999 2403937 2404386 2404414 "PROPLOG" 2404553 T PROPLOG (NIL) -9 NIL 2404668 NIL) (-998 2403535 2403598 2403721 "PROPFUN2" 2403860 NIL PROPFUN2 (NIL T T) -8 NIL NIL NIL) (-997 2402832 2402971 2403143 "PROPFUN1" 2403396 NIL PROPFUN1 (NIL T) -8 NIL NIL NIL) (-996 2400813 2401579 2401876 "PROPFRML" 2402568 NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-995 2400258 2400389 2400517 "PROPERTY" 2400705 T PROPERTY (NIL) -8 NIL NIL NIL) (-994 2394071 2398424 2399244 "PRODUCT" 2399484 NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-993 2393861 2393899 2393958 "PRINT" 2394032 T PRINT (NIL) -7 NIL NIL NIL) (-992 2393177 2393318 2393470 "PRIMES" 2393741 NIL PRIMES (NIL T) -7 NIL NIL NIL) (-991 2391224 2391643 2392109 "PRIMELT" 2392756 NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-990 2390941 2391002 2391030 "PRIMCAT" 2391154 T PRIMCAT (NIL) -9 NIL NIL NIL) (-989 2389930 2390126 2390354 "PRIMARR2" 2390759 NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-988 2385652 2389868 2389913 "PRIMARR" 2389918 NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-987 2385289 2385351 2385462 "PREASSOC" 2385590 NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-986 2382254 2384747 2384981 "PR" 2385100 NIL PR (NIL T T) -8 NIL NIL NIL) (-985 2381705 2381862 2381890 "PPCURVE" 2382095 T PPCURVE (NIL) -9 NIL 2382231 NIL) (-984 2381252 2381500 2381583 "PORTNUM" 2381642 T PORTNUM (NIL) -8 NIL NIL NIL) (-983 2378589 2379010 2379602 "POLYROOT" 2380833 NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-982 2377966 2378030 2378264 "POLYLIFT" 2378525 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-981 2374187 2374690 2375319 "POLYCATQ" 2377511 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-980 2359835 2365934 2365999 "POLYCAT" 2369513 NIL POLYCAT (NIL T T T) -9 NIL 2371391 NIL) (-979 2352975 2355160 2357537 "POLYCAT-" 2357542 NIL POLYCAT- (NIL T T T T) -8 NIL NIL NIL) (-978 2352556 2352630 2352750 "POLY2UP" 2352901 NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-977 2352182 2352245 2352354 "POLY2" 2352493 NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-976 2345397 2351786 2351946 "POLY" 2352055 NIL POLY (NIL T) -8 NIL NIL NIL) (-975 2344058 2344321 2344597 "POLUTIL" 2345171 NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-974 2342377 2342690 2343021 "POLTOPOL" 2343780 NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-973 2337373 2342311 2342358 "POINT" 2342363 NIL POINT (NIL T) -8 NIL NIL NIL) (-972 2335506 2335917 2336292 "PNTHEORY" 2337018 T PNTHEORY (NIL) -7 NIL NIL NIL) (-971 2333952 2334261 2334660 "PMTOOLS" 2335204 NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-970 2333539 2333623 2333740 "PMSYM" 2333868 NIL PMSYM (NIL T) -7 NIL NIL NIL) (-969 2333041 2333116 2333291 "PMQFCAT" 2333464 NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-968 2332422 2332520 2332682 "PMPREDFS" 2332942 NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-967 2331765 2331887 2332043 "PMPRED" 2332299 NIL PMPRED (NIL T) -7 NIL NIL NIL) (-966 2330419 2330637 2331015 "PMPLCAT" 2331527 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-965 2329945 2330030 2330182 "PMLSAGG" 2330334 NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-964 2329412 2329494 2329676 "PMKERNEL" 2329863 NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-963 2329023 2329104 2329217 "PMINS" 2329331 NIL PMINS (NIL T) -7 NIL NIL NIL) (-962 2328459 2328534 2328743 "PMFS" 2328948 NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-961 2327675 2327805 2328010 "PMDOWN" 2328336 NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-960 2326924 2327058 2327221 "PMASSFS" 2327562 NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-959 2326067 2326249 2326430 "PMASS" 2326763 T PMASS (NIL) -7 NIL NIL NIL) (-958 2325716 2325790 2325884 "PLOTTOOL" 2325993 T PLOTTOOL (NIL) -7 NIL NIL NIL) (-957 2321368 2322562 2323484 "PLOT3D" 2324814 T PLOT3D (NIL) -8 NIL NIL NIL) (-956 2320256 2320457 2320692 "PLOT1" 2321172 NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-955 2314677 2316067 2317215 "PLOT" 2319128 T PLOT (NIL) -8 NIL NIL NIL) (-954 2289852 2294743 2299594 "PLEQN" 2309943 NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-953 2289539 2289592 2289695 "PINTERPA" 2289799 NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-952 2288845 2288979 2289159 "PINTERP" 2289404 NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-951 2286929 2288095 2288123 "PID" 2288320 T PID (NIL) -9 NIL 2288447 NIL) (-950 2286674 2286717 2286792 "PICOERCE" 2286886 NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-949 2285770 2286438 2286525 "PI" 2286565 T PI (NIL) -8 NIL NIL 2286632) (-948 2285078 2285229 2285405 "PGROEB" 2285626 NIL PGROEB (NIL T) -7 NIL NIL NIL) (-947 2280517 2281476 2282382 "PGE" 2284192 T PGE (NIL) -7 NIL NIL NIL) (-946 2278598 2278887 2279253 "PGCD" 2280234 NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-945 2277924 2278039 2278200 "PFRPAC" 2278482 NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-944 2274182 2276472 2276825 "PFR" 2277603 NIL PFR (NIL T) -8 NIL NIL NIL) (-943 2272535 2272815 2273140 "PFOTOOLS" 2273929 NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-942 2271050 2271307 2271658 "PFOQ" 2272292 NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-941 2269533 2269763 2270119 "PFO" 2270834 NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-940 2266617 2268123 2268151 "PFECAT" 2268744 T PFECAT (NIL) -9 NIL 2269121 NIL) (-939 2266065 2266230 2266437 "PFECAT-" 2266442 NIL PFECAT- (NIL T) -8 NIL NIL NIL) (-938 2264638 2264920 2265221 "PFBRU" 2265814 NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-937 2262467 2262856 2263288 "PFBR" 2264289 NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-936 2258413 2262356 2262425 "PF" 2262430 NIL PF (NIL NIL) -8 NIL NIL NIL) (-935 2253467 2254620 2255490 "PERMGRP" 2257576 NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-934 2251379 2252491 2252532 "PERMCAT" 2252932 NIL PERMCAT (NIL T) -9 NIL 2253230 NIL) (-933 2251026 2251073 2251197 "PERMAN" 2251332 NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-932 2246828 2248535 2249183 "PERM" 2250411 NIL PERM (NIL T) -8 NIL NIL NIL) (-931 2244069 2246493 2246615 "PENDTREE" 2246739 NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-930 2242950 2243213 2243254 "PDSPC" 2243787 NIL PDSPC (NIL T) -9 NIL 2244032 NIL) (-929 2242005 2242271 2242633 "PDSPC-" 2242638 NIL PDSPC- (NIL T T) -8 NIL NIL NIL) (-928 2240719 2241655 2241696 "PDRING" 2241701 NIL PDRING (NIL T) -9 NIL 2241729 NIL) (-927 2239462 2240224 2240278 "PDMOD" 2240283 NIL PDMOD (NIL T T) -9 NIL 2240387 NIL) (-926 2236629 2237455 2238123 "PDEPROB" 2238814 T PDEPROB (NIL) -8 NIL NIL NIL) (-925 2234138 2234678 2235233 "PDEPACK" 2236094 T PDEPACK (NIL) -7 NIL NIL NIL) (-924 2233026 2233240 2233491 "PDECOMP" 2233937 NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-923 2230543 2231434 2231462 "PDECAT" 2232249 T PDECAT (NIL) -9 NIL 2232962 NIL) (-922 2230160 2230227 2230281 "PDDOM" 2230446 NIL PDDOM (NIL T T) -9 NIL 2230526 NIL) (-921 2229973 2230009 2230116 "PDDOM-" 2230121 NIL PDDOM- (NIL T T T) -8 NIL NIL NIL) (-920 2229718 2229757 2229847 "PCOMP" 2229934 NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-919 2227758 2228519 2228816 "PBWLB" 2229447 NIL PBWLB (NIL T) -8 NIL NIL NIL) (-918 2227384 2227447 2227556 "PATTERN2" 2227695 NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-917 2225093 2225529 2225986 "PATTERN1" 2226973 NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-916 2217272 2219166 2220504 "PATTERN" 2223776 NIL PATTERN (NIL T) -8 NIL NIL NIL) (-915 2216830 2216903 2217035 "PATRES2" 2217199 NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-914 2214096 2214779 2215260 "PATRES" 2216395 NIL PATRES (NIL T T) -8 NIL NIL NIL) (-913 2211949 2212384 2212791 "PATMATCH" 2213763 NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-912 2211403 2211654 2211695 "PATMAB" 2211802 NIL PATMAB (NIL T) -9 NIL 2211885 NIL) (-911 2209849 2210257 2210515 "PATLRES" 2211208 NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-910 2209387 2209518 2209559 "PATAB" 2209564 NIL PATAB (NIL T) -9 NIL 2209736 NIL) (-909 2207527 2207964 2208387 "PARTPERM" 2208984 T PARTPERM (NIL) -7 NIL NIL NIL) (-908 2207136 2207211 2207313 "PARSURF" 2207458 NIL PARSURF (NIL T) -8 NIL NIL NIL) (-907 2206762 2206825 2206934 "PARSU2" 2207073 NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-906 2206520 2206566 2206633 "PARSER" 2206715 T PARSER (NIL) -7 NIL NIL NIL) (-905 2206129 2206204 2206306 "PARSCURV" 2206451 NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-904 2205755 2205818 2205927 "PARSC2" 2206066 NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-903 2205382 2205452 2205549 "PARPCURV" 2205691 NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-902 2205008 2205071 2205180 "PARPC2" 2205319 NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-901 2203997 2204381 2204563 "PARAMAST" 2204846 T PARAMAST (NIL) -8 NIL NIL NIL) (-900 2203505 2203603 2203722 "PAN2EXPR" 2203898 T PAN2EXPR (NIL) -7 NIL NIL NIL) (-899 2202198 2202626 2202854 "PALETTE" 2203297 T PALETTE (NIL) -8 NIL NIL NIL) (-898 2200543 2201203 2201563 "PAIR" 2201884 NIL PAIR (NIL T T) -8 NIL NIL NIL) (-897 2193476 2199800 2199995 "PADICRC" 2200397 NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-896 2185733 2192820 2193005 "PADICRAT" 2193323 NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-895 2182530 2184393 2184433 "PADICCT" 2185014 NIL PADICCT (NIL NIL) -9 NIL 2185296 NIL) (-894 2180546 2182467 2182512 "PADIC" 2182517 NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-893 2179491 2179703 2179971 "PADEPAC" 2180333 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-892 2178691 2178836 2179042 "PADE" 2179353 NIL PADE (NIL T T T) -7 NIL NIL NIL) (-891 2176924 2177899 2178179 "OWP" 2178495 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-890 2176369 2176630 2176727 "OVERSET" 2176847 T OVERSET (NIL) -8 NIL NIL NIL) (-889 2175289 2175974 2176146 "OVAR" 2176237 NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-888 2163525 2166398 2168598 "OUTFORM" 2173109 T OUTFORM (NIL) -8 NIL NIL NIL) (-887 2162807 2163122 2163249 "OUTBFILE" 2163418 T OUTBFILE (NIL) -8 NIL NIL NIL) (-886 2162084 2162279 2162307 "OUTBCON" 2162625 T OUTBCON (NIL) -9 NIL 2162791 NIL) (-885 2161667 2161797 2161954 "OUTBCON-" 2161959 NIL OUTBCON- (NIL T) -8 NIL NIL NIL) (-884 2160907 2161052 2161213 "OUT" 2161526 T OUT (NIL) -7 NIL NIL NIL) (-883 2160203 2160636 2160725 "OSI" 2160838 T OSI (NIL) -8 NIL NIL NIL) (-882 2159622 2160044 2160072 "OSGROUP" 2160077 T OSGROUP (NIL) -9 NIL 2160099 NIL) (-881 2158333 2158594 2158879 "ORTHPOL" 2159369 NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-880 2155584 2158168 2158289 "OREUP" 2158294 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-879 2152687 2155275 2155402 "ORESUP" 2155526 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-878 2150187 2150715 2151276 "OREPCTO" 2152176 NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-877 2143565 2146060 2146101 "OREPCAT" 2148449 NIL OREPCAT (NIL T) -9 NIL 2149553 NIL) (-876 2140538 2141494 2142552 "OREPCAT-" 2142557 NIL OREPCAT- (NIL T T) -8 NIL NIL NIL) (-875 2139730 2140008 2140036 "ORDTYPE" 2140345 T ORDTYPE (NIL) -9 NIL 2140508 NIL) (-874 2139031 2139247 2139502 "ORDTYPE-" 2139507 NIL ORDTYPE- (NIL T) -8 NIL NIL NIL) (-873 2138387 2138770 2138928 "ORDSTRCT" 2138933 NIL ORDSTRCT (NIL T NIL) -8 NIL NIL NIL) (-872 2137885 2138255 2138283 "ORDSET" 2138288 T ORDSET (NIL) -9 NIL 2138310 NIL) (-871 2136536 2137507 2137535 "ORDRING" 2137540 T ORDRING (NIL) -9 NIL 2137569 NIL) (-870 2135787 2136352 2136380 "ORDMON" 2136385 T ORDMON (NIL) -9 NIL 2136406 NIL) (-869 2134931 2135096 2135291 "ORDFUNS" 2135636 NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-868 2134146 2134661 2134689 "ORDFIN" 2134754 T ORDFIN (NIL) -9 NIL 2134828 NIL) (-867 2133400 2133539 2133725 "ORDCOMP2" 2134006 NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-866 2129747 2131986 2132395 "ORDCOMP" 2133024 NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-865 2126268 2127238 2128052 "OPTPROB" 2128953 T OPTPROB (NIL) -8 NIL NIL NIL) (-864 2123010 2123709 2124413 "OPTPACK" 2125584 T OPTPACK (NIL) -7 NIL NIL NIL) (-863 2120623 2121449 2121477 "OPTCAT" 2122296 T OPTCAT (NIL) -9 NIL 2122946 NIL) (-862 2119941 2120300 2120405 "OPSIG" 2120538 T OPSIG (NIL) -8 NIL NIL NIL) (-861 2119703 2119748 2119814 "OPQUERY" 2119895 T OPQUERY (NIL) -7 NIL NIL NIL) (-860 2119009 2119289 2119330 "OPERCAT" 2119542 NIL OPERCAT (NIL T) -9 NIL 2119639 NIL) (-859 2118752 2118820 2118937 "OPERCAT-" 2118942 NIL OPERCAT- (NIL T T) -8 NIL NIL NIL) (-858 2115668 2117063 2117567 "OP" 2118281 NIL OP (NIL T) -8 NIL NIL NIL) (-857 2114961 2115088 2115262 "ONECOMP2" 2115540 NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-856 2111574 2113758 2114127 "ONECOMP" 2114625 NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-855 2110975 2111099 2111229 "OMSERVER" 2111464 T OMSERVER (NIL) -7 NIL NIL NIL) (-854 2107487 2110413 2110453 "OMSAGG" 2110514 NIL OMSAGG (NIL T) -9 NIL 2110579 NIL) (-853 2106062 2106373 2106655 "OMPKG" 2107225 T OMPKG (NIL) -7 NIL NIL NIL) (-852 2104409 2105611 2105780 "OMLO" 2105943 NIL OMLO (NIL T T) -8 NIL NIL NIL) (-851 2103345 2103516 2103736 "OMEXPR" 2104235 NIL OMEXPR (NIL T) -7 NIL NIL NIL) (-850 2102430 2102766 2102926 "OMERRK" 2103205 T OMERRK (NIL) -8 NIL NIL NIL) (-849 2101667 2101976 2102112 "OMERR" 2102314 T OMERR (NIL) -8 NIL NIL NIL) (-848 2101058 2101344 2101452 "OMENC" 2101579 T OMENC (NIL) -8 NIL NIL NIL) (-847 2094695 2096138 2097309 "OMDEV" 2099907 T OMDEV (NIL) -8 NIL NIL NIL) (-846 2093728 2093935 2094129 "OMCONN" 2094521 T OMCONN (NIL) -8 NIL NIL NIL) (-845 2093134 2093261 2093289 "OM" 2093588 T OM (NIL) -9 NIL NIL NIL) (-844 2091412 2092604 2092632 "OINTDOM" 2092637 T OINTDOM (NIL) -9 NIL 2092658 NIL) (-843 2088487 2090100 2090437 "OFMONOID" 2091107 NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-842 2087721 2088424 2088469 "ODVAR" 2088474 NIL ODVAR (NIL T) -8 NIL NIL NIL) (-841 2084865 2087466 2087621 "ODR" 2087626 NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-840 2076277 2084641 2084767 "ODPOL" 2084772 NIL ODPOL (NIL T) -8 NIL NIL NIL) (-839 2069571 2076149 2076254 "ODP" 2076259 NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-838 2068313 2068552 2068827 "ODETOOLS" 2069345 NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-837 2065256 2065938 2066654 "ODESYS" 2067646 NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-836 2060086 2061046 2062071 "ODERTRIC" 2064331 NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-835 2059506 2059594 2059788 "ODERED" 2059998 NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-834 2056358 2056942 2057619 "ODERAT" 2058929 NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-833 2053274 2053782 2054379 "ODEPRRIC" 2055887 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-832 2051169 2051813 2052299 "ODEPROB" 2052808 T ODEPROB (NIL) -8 NIL NIL NIL) (-831 2047635 2048174 2048821 "ODEPRIM" 2050648 NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-830 2046878 2046986 2047246 "ODEPAL" 2047527 NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-829 2042980 2043831 2044695 "ODEPACK" 2046034 T ODEPACK (NIL) -7 NIL NIL NIL) (-828 2042023 2042148 2042370 "ODEINT" 2042869 NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-827 2036088 2037549 2038996 "ODEIFTBL" 2040596 T ODEIFTBL (NIL) -8 NIL NIL NIL) (-826 2031438 2032272 2033224 "ODEEF" 2035247 NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-825 2030781 2030876 2031099 "ODECONST" 2031343 NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-824 2028844 2029553 2029581 "ODECAT" 2030186 T ODECAT (NIL) -9 NIL 2030717 NIL) (-823 2028476 2028525 2028652 "OCTCT2" 2028795 NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-822 2024976 2028181 2028303 "OCT" 2028386 NIL OCT (NIL T) -8 NIL NIL NIL) (-821 2024169 2024769 2024797 "OCAMON" 2024802 T OCAMON (NIL) -9 NIL 2024823 NIL) (-820 2018440 2021212 2021252 "OC" 2022349 NIL OC (NIL T) -9 NIL 2023207 NIL) (-819 2015475 2016415 2017405 "OC-" 2017499 NIL OC- (NIL T T) -8 NIL NIL NIL) (-818 2014895 2015320 2015348 "OASGP" 2015353 T OASGP (NIL) -9 NIL 2015373 NIL) (-817 2013991 2014618 2014646 "OAMONS" 2014686 T OAMONS (NIL) -9 NIL 2014729 NIL) (-816 2013167 2013726 2013754 "OAMON" 2013812 T OAMON (NIL) -9 NIL 2013864 NIL) (-815 2013025 2013058 2013126 "OAMON-" 2013131 NIL OAMON- (NIL T) -8 NIL NIL NIL) (-814 2011806 2012559 2012587 "OAGROUP" 2012734 T OAGROUP (NIL) -9 NIL 2012827 NIL) (-813 2011509 2011597 2011715 "OAGROUP-" 2011720 NIL OAGROUP- (NIL T) -8 NIL NIL NIL) (-812 2011191 2011247 2011336 "NUMTUBE" 2011453 NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-811 2004710 2006282 2007818 "NUMQUAD" 2009675 T NUMQUAD (NIL) -7 NIL NIL NIL) (-810 2000390 2001424 2002459 "NUMODE" 2003695 T NUMODE (NIL) -7 NIL NIL NIL) (-809 1997671 1998611 1998639 "NUMINT" 1999562 T NUMINT (NIL) -9 NIL 2000326 NIL) (-808 1996583 1996816 1997034 "NUMFMT" 1997473 T NUMFMT (NIL) -7 NIL NIL NIL) (-807 1982766 1985887 1988419 "NUMERIC" 1994090 NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-806 1976470 1982214 1982309 "NTSCAT" 1982314 NIL NTSCAT (NIL T T T T) -9 NIL 1982353 NIL) (-805 1975650 1975829 1976022 "NTPOLFN" 1976309 NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-804 1975276 1975339 1975448 "NSUP2" 1975587 NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-803 1962058 1972101 1972913 "NSUP" 1974497 NIL NSUP (NIL T) -8 NIL NIL NIL) (-802 1950901 1961832 1961965 "NSMP" 1961970 NIL NSMP (NIL T T) -8 NIL NIL NIL) (-801 1949309 1949634 1949991 "NREP" 1950589 NIL NREP (NIL T) -7 NIL NIL NIL) (-800 1947888 1948152 1948510 "NPCOEF" 1949052 NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-799 1946936 1947069 1947285 "NORMRETR" 1947769 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-798 1944947 1945267 1945676 "NORMPK" 1946644 NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-797 1944626 1944660 1944784 "NORMMA" 1944913 NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-796 1944409 1944444 1944513 "NONE1" 1944590 NIL NONE1 (NIL T) -7 NIL NIL NIL) (-795 1944173 1944366 1944395 "NONE" 1944400 T NONE (NIL) -8 NIL NIL NIL) (-794 1943664 1943732 1943911 "NODE1" 1944105 NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-793 1941725 1942787 1943042 "NNI" 1943389 T NNI (NIL) -8 NIL NIL 1943624) (-792 1940121 1940458 1940822 "NLINSOL" 1941393 NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-791 1936302 1937357 1938256 "NIPROB" 1939242 T NIPROB (NIL) -8 NIL NIL NIL) (-790 1935041 1935293 1935595 "NFINTBAS" 1936064 NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-789 1934125 1934691 1934732 "NETCLT" 1934904 NIL NETCLT (NIL T) -9 NIL 1934986 NIL) (-788 1932797 1933064 1933345 "NCODIV" 1933893 NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-787 1932553 1932596 1932671 "NCNTFRAC" 1932754 NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-786 1930709 1931097 1931517 "NCEP" 1932178 NIL NCEP (NIL T) -7 NIL NIL NIL) (-785 1929372 1930319 1930347 "NASRING" 1930457 T NASRING (NIL) -9 NIL 1930537 NIL) (-784 1929155 1929211 1929305 "NASRING-" 1929310 NIL NASRING- (NIL T) -8 NIL NIL NIL) (-783 1928122 1928773 1928801 "NARNG" 1928918 T NARNG (NIL) -9 NIL 1929009 NIL) (-782 1927796 1927881 1928015 "NARNG-" 1928020 NIL NARNG- (NIL T) -8 NIL NIL NIL) (-781 1926633 1926882 1927117 "NAGSP" 1927581 T NAGSP (NIL) -7 NIL NIL NIL) (-780 1917677 1919589 1921262 "NAGS" 1924980 T NAGS (NIL) -7 NIL NIL NIL) (-779 1916201 1916533 1916864 "NAGF07" 1917366 T NAGF07 (NIL) -7 NIL NIL NIL) (-778 1910673 1912030 1913337 "NAGF04" 1914914 T NAGF04 (NIL) -7 NIL NIL NIL) (-777 1903545 1905255 1906888 "NAGF02" 1909060 T NAGF02 (NIL) -7 NIL NIL NIL) (-776 1898709 1899869 1900986 "NAGF01" 1902448 T NAGF01 (NIL) -7 NIL NIL NIL) (-775 1892289 1893903 1895488 "NAGE04" 1897144 T NAGE04 (NIL) -7 NIL NIL NIL) (-774 1883350 1885579 1887709 "NAGE02" 1890179 T NAGE02 (NIL) -7 NIL NIL NIL) (-773 1879243 1880250 1881214 "NAGE01" 1882406 T NAGE01 (NIL) -7 NIL NIL NIL) (-772 1877020 1877572 1878130 "NAGD03" 1878705 T NAGD03 (NIL) -7 NIL NIL NIL) (-771 1868716 1870698 1872652 "NAGD02" 1875086 T NAGD02 (NIL) -7 NIL NIL NIL) (-770 1862455 1863952 1865392 "NAGD01" 1867296 T NAGD01 (NIL) -7 NIL NIL NIL) (-769 1858592 1859486 1860323 "NAGC06" 1861638 T NAGC06 (NIL) -7 NIL NIL NIL) (-768 1857039 1857389 1857745 "NAGC05" 1858256 T NAGC05 (NIL) -7 NIL NIL NIL) (-767 1856403 1856534 1856678 "NAGC02" 1856915 T NAGC02 (NIL) -7 NIL NIL NIL) (-766 1855204 1855931 1855971 "NAALG" 1856050 NIL NAALG (NIL T) -9 NIL 1856111 NIL) (-765 1855033 1855068 1855158 "NAALG-" 1855163 NIL NAALG- (NIL T T) -8 NIL NIL NIL) (-764 1848905 1850091 1851278 "MULTSQFR" 1853929 NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-763 1848212 1848299 1848483 "MULTFACT" 1848817 NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-762 1840357 1844795 1844848 "MTSCAT" 1845918 NIL MTSCAT (NIL T T) -9 NIL 1846434 NIL) (-761 1840063 1840123 1840215 "MTHING" 1840297 NIL MTHING (NIL T) -7 NIL NIL NIL) (-760 1839849 1839888 1839948 "MSYSCMD" 1840023 T MSYSCMD (NIL) -7 NIL NIL NIL) (-759 1836594 1839410 1839451 "MSETAGG" 1839456 NIL MSETAGG (NIL T) -9 NIL 1839490 NIL) (-758 1832308 1835349 1835669 "MSET" 1836307 NIL MSET (NIL T) -8 NIL NIL NIL) (-757 1827907 1829687 1830432 "MRING" 1831608 NIL MRING (NIL T T) -8 NIL NIL NIL) (-756 1827467 1827540 1827671 "MRF2" 1827834 NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-755 1827079 1827120 1827264 "MRATFAC" 1827426 NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-754 1824649 1824986 1825417 "MPRFF" 1826784 NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-753 1817983 1824503 1824600 "MPOLY" 1824605 NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-752 1817467 1817508 1817716 "MPCPF" 1817942 NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-751 1816975 1817024 1817208 "MPC3" 1817418 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-750 1816158 1816251 1816472 "MPC2" 1816890 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-749 1814435 1814796 1815186 "MONOTOOL" 1815818 NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-748 1813580 1813963 1813991 "MONOID" 1814210 T MONOID (NIL) -9 NIL 1814357 NIL) (-747 1813096 1813245 1813426 "MONOID-" 1813431 NIL MONOID- (NIL T) -8 NIL NIL NIL) (-746 1802069 1808916 1808975 "MONOGEN" 1809649 NIL MONOGEN (NIL T T) -9 NIL 1810105 NIL) (-745 1799119 1800022 1801022 "MONOGEN-" 1801141 NIL MONOGEN- (NIL T T T) -8 NIL NIL NIL) (-744 1797836 1798384 1798412 "MONADWU" 1798804 T MONADWU (NIL) -9 NIL 1799042 NIL) (-743 1797166 1797367 1797615 "MONADWU-" 1797620 NIL MONADWU- (NIL T) -8 NIL NIL NIL) (-742 1796451 1796755 1796783 "MONAD" 1796990 T MONAD (NIL) -9 NIL 1797102 NIL) (-741 1796118 1796214 1796346 "MONAD-" 1796351 NIL MONAD- (NIL T) -8 NIL NIL NIL) (-740 1794257 1795031 1795310 "MOEBIUS" 1795871 NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-739 1793425 1793925 1793965 "MODULE" 1793970 NIL MODULE (NIL T) -9 NIL 1794009 NIL) (-738 1792963 1793089 1793279 "MODULE-" 1793284 NIL MODULE- (NIL T T) -8 NIL NIL NIL) (-737 1790493 1791327 1791654 "MODRING" 1792787 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-736 1787222 1788598 1789119 "MODOP" 1790022 NIL MODOP (NIL T T) -8 NIL NIL NIL) (-735 1785708 1786289 1786566 "MODMONOM" 1787085 NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-734 1774469 1783999 1784413 "MODMON" 1785345 NIL MODMON (NIL T T) -8 NIL NIL NIL) (-733 1771302 1773313 1773589 "MODFIELD" 1774344 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-732 1770213 1770583 1770773 "MMLFORM" 1771132 T MMLFORM (NIL) -8 NIL NIL NIL) (-731 1769733 1769782 1769961 "MMAP" 1770164 NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-730 1767626 1768565 1768606 "MLO" 1769029 NIL MLO (NIL T) -9 NIL 1769271 NIL) (-729 1764974 1765508 1766110 "MLIFT" 1767107 NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-728 1764353 1764449 1764603 "MKUCFUNC" 1764885 NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-727 1763946 1764022 1764145 "MKRECORD" 1764276 NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-726 1762969 1763155 1763383 "MKFUNC" 1763757 NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-725 1762345 1762461 1762617 "MKFLCFN" 1762852 NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-724 1761610 1761724 1761909 "MKBCFUNC" 1762238 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-723 1757607 1761164 1761300 "MINT" 1761494 T MINT (NIL) -8 NIL NIL NIL) (-722 1756389 1756662 1756939 "MHROWRED" 1757362 NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-721 1751140 1754924 1755329 "MFLOAT" 1756004 T MFLOAT (NIL) -8 NIL NIL NIL) (-720 1750485 1750573 1750744 "MFINFACT" 1751052 NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-719 1746764 1747648 1748532 "MESH" 1749621 T MESH (NIL) -7 NIL NIL NIL) (-718 1745118 1745466 1745819 "MDDFACT" 1746451 NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-717 1741654 1744249 1744290 "MDAGG" 1744545 NIL MDAGG (NIL T) -9 NIL 1744688 NIL) (-716 1729377 1740947 1741154 "MCMPLX" 1741467 T MCMPLX (NIL) -8 NIL NIL NIL) (-715 1728496 1728660 1728861 "MCDEN" 1729226 NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-714 1726344 1726656 1727036 "MCALCFN" 1728226 NIL MCALCFN (NIL T T T T) -7 NIL NIL NIL) (-713 1725221 1725509 1725742 "MAYBE" 1726150 NIL MAYBE (NIL T) -8 NIL NIL NIL) (-712 1722779 1723356 1723918 "MATSTOR" 1724692 NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-711 1718201 1722151 1722399 "MATRIX" 1722564 NIL MATRIX (NIL T) -8 NIL NIL NIL) (-710 1713901 1714674 1715410 "MATLIN" 1717558 NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-709 1712477 1712648 1712981 "MATCAT2" 1713736 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-708 1701816 1705534 1705611 "MATCAT" 1710643 NIL MATCAT (NIL T T T) -9 NIL 1712115 NIL) (-707 1697769 1699079 1700492 "MATCAT-" 1700497 NIL MATCAT- (NIL T T T T) -8 NIL NIL NIL) (-706 1695845 1696205 1696589 "MAPPKG3" 1697444 NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-705 1694802 1694999 1695221 "MAPPKG2" 1695669 NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-704 1693259 1693585 1693912 "MAPPKG1" 1694508 NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-703 1692260 1692665 1692842 "MAPPAST" 1693102 T MAPPAST (NIL) -8 NIL NIL NIL) (-702 1691865 1691929 1692052 "MAPHACK3" 1692196 NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-701 1691445 1691518 1691632 "MAPHACK2" 1691797 NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-700 1690871 1690986 1691128 "MAPHACK1" 1691336 NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-699 1688794 1689571 1689875 "MAGMA" 1690599 NIL MAGMA (NIL T) -8 NIL NIL NIL) (-698 1688213 1688518 1688609 "MACROAST" 1688723 T MACROAST (NIL) -8 NIL NIL NIL) (-697 1684456 1686452 1686913 "M3D" 1687785 NIL M3D (NIL T) -8 NIL NIL NIL) (-696 1677928 1682767 1682808 "LZSTAGG" 1683590 NIL LZSTAGG (NIL T) -9 NIL 1683885 NIL) (-695 1673610 1675059 1676516 "LZSTAGG-" 1676521 NIL LZSTAGG- (NIL T T) -8 NIL NIL NIL) (-694 1670523 1671501 1671988 "LWORD" 1673155 NIL LWORD (NIL T) -8 NIL NIL NIL) (-693 1670045 1670327 1670402 "LSTAST" 1670468 T LSTAST (NIL) -8 NIL NIL NIL) (-692 1661973 1669816 1669950 "LSQM" 1669955 NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-691 1661191 1661336 1661564 "LSPP" 1661828 NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-690 1657928 1658644 1659374 "LSMP1" 1660493 NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-689 1655710 1656041 1656497 "LSMP" 1657617 NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-688 1648838 1654800 1654841 "LSAGG" 1654903 NIL LSAGG (NIL T) -9 NIL 1654981 NIL) (-687 1645347 1646457 1647670 "LSAGG-" 1647675 NIL LSAGG- (NIL T T) -8 NIL NIL NIL) (-686 1642642 1644491 1644740 "LPOLY" 1645142 NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-685 1642218 1642309 1642432 "LPEFRAC" 1642551 NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-684 1641901 1641980 1642008 "LOGIC" 1642119 T LOGIC (NIL) -9 NIL 1642201 NIL) (-683 1641757 1641786 1641857 "LOGIC-" 1641862 NIL LOGIC- (NIL T) -8 NIL NIL NIL) (-682 1640932 1641090 1641283 "LODOOPS" 1641613 NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-681 1639456 1639705 1640058 "LODOF" 1640679 NIL LODOF (NIL T T) -7 NIL NIL NIL) (-680 1635332 1638091 1638132 "LODOCAT" 1638570 NIL LODOCAT (NIL T) -9 NIL 1638781 NIL) (-679 1635047 1635123 1635250 "LODOCAT-" 1635255 NIL LODOCAT- (NIL T T) -8 NIL NIL NIL) (-678 1632033 1634888 1635006 "LODO2" 1635011 NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-677 1629140 1631970 1632015 "LODO1" 1632020 NIL LODO1 (NIL T) -8 NIL NIL NIL) (-676 1626235 1629056 1629122 "LODO" 1629127 NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-675 1625104 1625281 1625586 "LODEEF" 1626058 NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-674 1623090 1624198 1624451 "LO" 1624936 NIL LO (NIL T T T) -8 NIL NIL NIL) (-673 1618062 1621256 1621297 "LNAGG" 1622159 NIL LNAGG (NIL T) -9 NIL 1622594 NIL) (-672 1617155 1617423 1617765 "LNAGG-" 1617770 NIL LNAGG- (NIL T T) -8 NIL NIL NIL) (-671 1613135 1614080 1614719 "LMOPS" 1616570 NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-670 1612434 1612912 1612953 "LMODULE" 1612958 NIL LMODULE (NIL T) -9 NIL 1612984 NIL) (-669 1609389 1612079 1612202 "LMDICT" 1612344 NIL LMDICT (NIL T) -8 NIL NIL NIL) (-668 1608965 1609179 1609220 "LLINSET" 1609281 NIL LLINSET (NIL T) -9 NIL 1609325 NIL) (-667 1608610 1608873 1608933 "LITERAL" 1608938 NIL LITERAL (NIL T) -8 NIL NIL NIL) (-666 1608129 1608209 1608348 "LIST3" 1608530 NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-665 1606227 1606575 1606974 "LIST2MAP" 1607776 NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-664 1605216 1605412 1605640 "LIST2" 1606045 NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-663 1597670 1604150 1604454 "LIST" 1604945 NIL LIST (NIL T) -8 NIL NIL NIL) (-662 1597253 1597489 1597530 "LINSET" 1597535 NIL LINSET (NIL T) -9 NIL 1597569 NIL) (-661 1596067 1596761 1596928 "LINFORM" 1597138 NIL LINFORM (NIL T NIL) -8 NIL NIL NIL) (-660 1594366 1595094 1595135 "LINEXP" 1595625 NIL LINEXP (NIL T) -9 NIL 1595898 NIL) (-659 1592942 1593846 1594027 "LINELT" 1594237 NIL LINELT (NIL T NIL) -8 NIL NIL NIL) (-658 1591499 1591779 1592090 "LINDEP" 1592694 NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-657 1590635 1591231 1591341 "LINBASIS" 1591429 NIL LINBASIS (NIL NIL) -8 NIL NIL NIL) (-656 1587372 1588121 1588898 "LIMITRF" 1589890 NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-655 1585657 1585971 1586380 "LIMITPS" 1587067 NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-654 1584485 1585060 1585100 "LIECAT" 1585240 NIL LIECAT (NIL T) -9 NIL 1585391 NIL) (-653 1584320 1584353 1584441 "LIECAT-" 1584446 NIL LIECAT- (NIL T T) -8 NIL NIL NIL) (-652 1578340 1583831 1584059 "LIE" 1584141 NIL LIE (NIL T T) -8 NIL NIL NIL) (-651 1570525 1577880 1578036 "LIB" 1578204 T LIB (NIL) -8 NIL NIL NIL) (-650 1566094 1567043 1567978 "LGROBP" 1569642 NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-649 1564718 1565626 1565654 "LFCAT" 1565861 T LFCAT (NIL) -9 NIL 1566000 NIL) (-648 1562656 1562990 1563340 "LF" 1564439 NIL LF (NIL T T) -7 NIL NIL NIL) (-647 1559516 1560188 1560876 "LEXTRIPK" 1562020 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-646 1556104 1557086 1557589 "LEXP" 1559096 NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-645 1555520 1555825 1555917 "LETAST" 1556032 T LETAST (NIL) -8 NIL NIL NIL) (-644 1553906 1554231 1554632 "LEADCDET" 1555202 NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-643 1553084 1553170 1553399 "LAZM3PK" 1553827 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-642 1547609 1551161 1551699 "LAUPOL" 1552596 NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-641 1547182 1547232 1547393 "LAPLACE" 1547559 NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-640 1546030 1546746 1546787 "LALG" 1546849 NIL LALG (NIL T) -9 NIL 1546908 NIL) (-639 1545726 1545803 1545939 "LALG-" 1545944 NIL LALG- (NIL T T) -8 NIL NIL NIL) (-638 1543463 1544827 1545078 "LA" 1545559 NIL LA (NIL T T T) -8 NIL NIL NIL) (-637 1543292 1543322 1543363 "KVTFROM" 1543425 NIL KVTFROM (NIL T) -9 NIL NIL NIL) (-636 1542049 1542659 1542844 "KTVLOGIC" 1543127 T KTVLOGIC (NIL) -8 NIL NIL NIL) (-635 1541878 1541908 1541949 "KRCFROM" 1542011 NIL KRCFROM (NIL T) -9 NIL NIL NIL) (-634 1540770 1540969 1541268 "KOVACIC" 1541678 NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-633 1540599 1540629 1540670 "KONVERT" 1540732 NIL KONVERT (NIL T) -9 NIL NIL NIL) (-632 1540428 1540458 1540499 "KOERCE" 1540561 NIL KOERCE (NIL T) -9 NIL NIL NIL) (-631 1539912 1540005 1540137 "KERNEL2" 1540342 NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-630 1537599 1538505 1538882 "KERNEL" 1539568 NIL KERNEL (NIL T) -8 NIL NIL NIL) (-629 1531070 1536076 1536130 "KDAGG" 1536507 NIL KDAGG (NIL T T) -9 NIL 1536713 NIL) (-628 1530581 1530723 1530928 "KDAGG-" 1530933 NIL KDAGG- (NIL T T T) -8 NIL NIL NIL) (-627 1523281 1530242 1530397 "KAFILE" 1530459 NIL KAFILE (NIL T) -8 NIL NIL NIL) (-626 1522885 1523170 1523233 "JVMOP" 1523238 T JVMOP (NIL) -8 NIL NIL NIL) (-625 1521621 1522125 1522374 "JVMMDACC" 1522656 T JVMMDACC (NIL) -8 NIL NIL NIL) (-624 1520557 1521011 1521216 "JVMFDACC" 1521436 T JVMFDACC (NIL) -8 NIL NIL NIL) (-623 1519138 1519633 1519933 "JVMCSTTG" 1520277 T JVMCSTTG (NIL) -8 NIL NIL NIL) (-622 1518274 1518678 1518839 "JVMCFACC" 1518997 T JVMCFACC (NIL) -8 NIL NIL NIL) (-621 1517952 1518191 1518240 "JVMBCODE" 1518245 T JVMBCODE (NIL) -8 NIL NIL NIL) (-620 1511971 1517463 1517691 "JORDAN" 1517773 NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-619 1511284 1511620 1511741 "JOINAST" 1511870 T JOINAST (NIL) -8 NIL NIL NIL) (-618 1507319 1509461 1509515 "IXAGG" 1510444 NIL IXAGG (NIL T T) -9 NIL 1510903 NIL) (-617 1506172 1506544 1506963 "IXAGG-" 1506968 NIL IXAGG- (NIL T T T) -8 NIL NIL NIL) (-616 1501261 1506094 1506153 "IVECTOR" 1506158 NIL IVECTOR (NIL T NIL) -8 NIL NIL NIL) (-615 1499986 1500264 1500530 "ITUPLE" 1501028 NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-614 1498458 1498665 1498960 "ITRIGMNP" 1499808 NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-613 1497185 1497407 1497690 "ITFUN3" 1498234 NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-612 1496783 1496846 1496969 "ITFUN2" 1497108 NIL ITFUN2 (NIL T T) -8 NIL NIL NIL) (-611 1495888 1496263 1496437 "ITFORM" 1496629 T ITFORM (NIL) -8 NIL NIL NIL) (-610 1493657 1494908 1495186 "ITAYLOR" 1495643 NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-609 1482061 1487794 1488957 "ISUPS" 1492527 NIL ISUPS (NIL T) -8 NIL NIL NIL) (-608 1481153 1481305 1481541 "ISUMP" 1481908 NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-607 1476003 1481098 1481139 "ISTRING" 1481144 NIL ISTRING (NIL NIL) -8 NIL NIL NIL) (-606 1475419 1475724 1475816 "ISAST" 1475931 T ISAST (NIL) -8 NIL NIL NIL) (-605 1474616 1474710 1474926 "IRURPK" 1475333 NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-604 1473528 1473753 1473993 "IRSN" 1474396 T IRSN (NIL) -7 NIL NIL NIL) (-603 1471573 1471954 1472383 "IRRF2F" 1473166 NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-602 1471314 1471358 1471434 "IRREDFFX" 1471529 NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-601 1469887 1470188 1470487 "IROOT" 1471047 NIL IROOT (NIL T) -7 NIL NIL NIL) (-600 1469026 1469380 1469531 "IRFORM" 1469756 T IRFORM (NIL) -8 NIL NIL NIL) (-599 1468108 1468239 1468453 "IR2F" 1468909 NIL IR2F (NIL T T) -7 NIL NIL NIL) (-598 1465697 1466216 1466782 "IR2" 1467586 NIL IR2 (NIL T T) -7 NIL NIL NIL) (-597 1462137 1463381 1464073 "IR" 1465037 NIL IR (NIL T) -8 NIL NIL NIL) (-596 1461922 1461962 1462022 "IPRNTPK" 1462097 T IPRNTPK (NIL) -7 NIL NIL NIL) (-595 1457896 1461811 1461880 "IPF" 1461885 NIL IPF (NIL NIL) -8 NIL NIL NIL) (-594 1455924 1457821 1457878 "IPADIC" 1457883 NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-593 1455182 1455484 1455614 "IP4ADDR" 1455814 T IP4ADDR (NIL) -8 NIL NIL NIL) (-592 1454520 1454811 1454943 "IOMODE" 1455070 T IOMODE (NIL) -8 NIL NIL NIL) (-591 1453491 1454117 1454244 "IOBFILE" 1454413 T IOBFILE (NIL) -8 NIL NIL NIL) (-590 1452901 1453395 1453423 "IOBCON" 1453428 T IOBCON (NIL) -9 NIL 1453449 NIL) (-589 1452406 1452470 1452653 "INVLAPLA" 1452837 NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-588 1441976 1444408 1446794 "INTTR" 1450070 NIL INTTR (NIL T T) -7 NIL NIL NIL) (-587 1438269 1439053 1439918 "INTTOOLS" 1441161 NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-586 1437849 1437946 1438063 "INTSLPE" 1438172 T INTSLPE (NIL) -7 NIL NIL NIL) (-585 1435316 1437772 1437831 "INTRVL" 1437836 NIL INTRVL (NIL T) -8 NIL NIL NIL) (-584 1432894 1433430 1434005 "INTRF" 1434801 NIL INTRF (NIL T) -7 NIL NIL NIL) (-583 1432287 1432402 1432544 "INTRET" 1432792 NIL INTRET (NIL T) -7 NIL NIL NIL) (-582 1430260 1430673 1431143 "INTRAT" 1431895 NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-581 1427505 1428106 1428725 "INTPM" 1429745 NIL INTPM (NIL T T) -7 NIL NIL NIL) (-580 1424222 1424849 1425587 "INTPAF" 1426891 NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-579 1419323 1420363 1421414 "INTPACK" 1423191 T INTPACK (NIL) -7 NIL NIL NIL) (-578 1418569 1418727 1418935 "INTHERTR" 1419165 NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-577 1418002 1418088 1418276 "INTHERAL" 1418483 NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-576 1415770 1416291 1416748 "INTHEORY" 1417565 T INTHEORY (NIL) -7 NIL NIL NIL) (-575 1407102 1408797 1410569 "INTG0" 1414122 NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-574 1387627 1392465 1397275 "INTFTBL" 1402312 T INTFTBL (NIL) -8 NIL NIL NIL) (-573 1386852 1387014 1387187 "INTFACT" 1387486 NIL INTFACT (NIL T) -7 NIL NIL NIL) (-572 1384249 1384725 1385282 "INTEF" 1386406 NIL INTEF (NIL T T) -7 NIL NIL NIL) (-571 1382446 1383341 1383369 "INTDOM" 1383670 T INTDOM (NIL) -9 NIL 1383877 NIL) (-570 1381785 1381989 1382231 "INTDOM-" 1382236 NIL INTDOM- (NIL T) -8 NIL NIL NIL) (-569 1377653 1380074 1380128 "INTCAT" 1380927 NIL INTCAT (NIL T) -9 NIL 1381248 NIL) (-568 1377107 1377228 1377356 "INTBIT" 1377545 T INTBIT (NIL) -7 NIL NIL NIL) (-567 1375788 1375960 1376267 "INTALG" 1376952 NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-566 1375265 1375361 1375518 "INTAF" 1375692 NIL INTAF (NIL T T) -7 NIL NIL NIL) (-565 1368232 1375075 1375215 "INTABL" 1375220 NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-564 1367473 1368035 1368100 "INT8" 1368134 T INT8 (NIL) -8 NIL NIL 1368179) (-563 1366713 1367275 1367340 "INT64" 1367374 T INT64 (NIL) -8 NIL NIL 1367419) (-562 1365953 1366515 1366580 "INT32" 1366614 T INT32 (NIL) -8 NIL NIL 1366659) (-561 1365193 1365755 1365820 "INT16" 1365854 T INT16 (NIL) -8 NIL NIL 1365899) (-560 1361395 1364990 1365099 "INT" 1365104 T INT (NIL) -8 NIL NIL NIL) (-559 1355504 1358943 1358971 "INS" 1359905 T INS (NIL) -9 NIL 1360570 NIL) (-558 1352579 1353529 1354496 "INS-" 1354569 NIL INS- (NIL T) -8 NIL NIL NIL) (-557 1351336 1351581 1351879 "INPSIGN" 1352332 NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-556 1350430 1350571 1350768 "INPRODPF" 1351216 NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-555 1349300 1349441 1349678 "INPRODFF" 1350310 NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-554 1348288 1348452 1348712 "INNMFACT" 1349136 NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-553 1347467 1347582 1347770 "INMODGCD" 1348187 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-552 1345951 1346220 1346544 "INFSP" 1347212 NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-551 1345111 1345252 1345435 "INFPROD0" 1345831 NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-550 1344709 1344781 1344879 "INFORM1" 1345046 NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-549 1341276 1342774 1343289 "INFORM" 1344202 T INFORM (NIL) -8 NIL NIL NIL) (-548 1340781 1340888 1341002 "INFINITY" 1341182 T INFINITY (NIL) -7 NIL NIL NIL) (-547 1339855 1340501 1340602 "INETCLTS" 1340700 T INETCLTS (NIL) -8 NIL NIL NIL) (-546 1338453 1338721 1339042 "INEP" 1339603 NIL INEP (NIL T T T) -7 NIL NIL NIL) (-545 1337483 1338350 1338415 "INDE" 1338420 NIL INDE (NIL T) -8 NIL NIL NIL) (-544 1337035 1337115 1337232 "INCRMAPS" 1337410 NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-543 1335757 1336304 1336510 "INBFILE" 1336849 T INBFILE (NIL) -8 NIL NIL NIL) (-542 1330936 1331993 1332937 "INBFF" 1334845 NIL INBFF (NIL T) -7 NIL NIL NIL) (-541 1329790 1330113 1330141 "INBCON" 1330654 T INBCON (NIL) -9 NIL 1330920 NIL) (-540 1329000 1329265 1329541 "INBCON-" 1329546 NIL INBCON- (NIL T) -8 NIL NIL NIL) (-539 1328419 1328724 1328815 "INAST" 1328929 T INAST (NIL) -8 NIL NIL NIL) (-538 1327786 1328098 1328204 "IMPTAST" 1328333 T IMPTAST (NIL) -8 NIL NIL NIL) (-537 1323707 1327630 1327734 "IMATRIX" 1327739 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL NIL) (-536 1322399 1322538 1322854 "IMATQF" 1323563 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-535 1320579 1320846 1321183 "IMATLIN" 1322155 NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-534 1314494 1320503 1320561 "ILIST" 1320566 NIL ILIST (NIL T NIL) -8 NIL NIL NIL) (-533 1312160 1314354 1314467 "IIARRAY2" 1314472 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL NIL) (-532 1306981 1312071 1312135 "IFF" 1312140 NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-531 1306262 1306598 1306714 "IFAST" 1306885 T IFAST (NIL) -8 NIL NIL NIL) (-530 1300774 1305554 1305742 "IFARRAY" 1306119 NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-529 1299812 1300678 1300751 "IFAMON" 1300756 NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-528 1299384 1299461 1299515 "IEVALAB" 1299722 NIL IEVALAB (NIL T T) -9 NIL NIL NIL) (-527 1299047 1299127 1299287 "IEVALAB-" 1299292 NIL IEVALAB- (NIL T T T) -8 NIL NIL NIL) (-526 1298080 1298936 1299011 "IDPOAMS" 1299016 NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-525 1297182 1297969 1298044 "IDPOAM" 1298049 NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-524 1296563 1297097 1297159 "IDPO" 1297164 NIL IDPO (NIL T T) -8 NIL NIL NIL) (-523 1295043 1295570 1295622 "IDPC" 1296134 NIL IDPC (NIL T T) -9 NIL 1296415 NIL) (-522 1294375 1294935 1295008 "IDPAM" 1295013 NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-521 1293590 1294267 1294340 "IDPAG" 1294345 NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-520 1293134 1293396 1293486 "IDENT" 1293520 T IDENT (NIL) -8 NIL NIL NIL) (-519 1289353 1290237 1291132 "IDECOMP" 1292291 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-518 1281988 1283276 1284323 "IDEAL" 1288389 NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-517 1281130 1281260 1281460 "ICDEN" 1281872 NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-516 1280105 1280610 1280757 "ICARD" 1281003 T ICARD (NIL) -8 NIL NIL NIL) (-515 1278135 1278478 1278883 "IBPTOOLS" 1279782 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-514 1273250 1277755 1277868 "IBITS" 1278054 NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-513 1269925 1270549 1271244 "IBATOOL" 1272667 NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-512 1267686 1268166 1268699 "IBACHIN" 1269460 NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-511 1265276 1267532 1267635 "IARRAY2" 1267640 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL NIL) (-510 1260989 1265202 1265259 "IARRAY1" 1265264 NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-509 1254006 1259401 1259882 "IAN" 1260528 T IAN (NIL) -8 NIL NIL NIL) (-508 1253511 1253574 1253747 "IALGFACT" 1253943 NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-507 1253003 1253152 1253180 "HYPCAT" 1253387 T HYPCAT (NIL) -9 NIL NIL NIL) (-506 1252505 1252658 1252844 "HYPCAT-" 1252849 NIL HYPCAT- (NIL T) -8 NIL NIL NIL) (-505 1252052 1252300 1252383 "HOSTNAME" 1252442 T HOSTNAME (NIL) -8 NIL NIL NIL) (-504 1251885 1251934 1251975 "HOMOTOP" 1251980 NIL HOMOTOP (NIL T) -9 NIL 1252013 NIL) (-503 1248318 1249817 1249858 "HOAGG" 1250839 NIL HOAGG (NIL T) -9 NIL 1251568 NIL) (-502 1246834 1247311 1247837 "HOAGG-" 1247842 NIL HOAGG- (NIL T T) -8 NIL NIL NIL) (-501 1239891 1246427 1246577 "HEXADEC" 1246704 T HEXADEC (NIL) -8 NIL NIL NIL) (-500 1238603 1238861 1239124 "HEUGCD" 1239668 NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-499 1237535 1238440 1238570 "HELLFDIV" 1238575 NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-498 1235543 1237310 1237399 "HEAP" 1237478 NIL HEAP (NIL T) -8 NIL NIL NIL) (-497 1234740 1235095 1235229 "HEADAST" 1235429 T HEADAST (NIL) -8 NIL NIL NIL) (-496 1228078 1234655 1234717 "HDP" 1234722 NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-495 1221097 1227713 1227865 "HDMP" 1227979 NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-494 1220403 1220561 1220725 "HB" 1220953 T HB (NIL) -7 NIL NIL NIL) (-493 1213413 1220249 1220353 "HASHTBL" 1220358 NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-492 1212829 1213134 1213226 "HASAST" 1213341 T HASAST (NIL) -8 NIL NIL NIL) (-491 1210242 1212451 1212633 "HACKPI" 1212667 T HACKPI (NIL) -8 NIL NIL NIL) (-490 1205414 1210095 1210208 "GTSET" 1210213 NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-489 1198453 1205292 1205390 "GSTBL" 1205395 NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-488 1190216 1197618 1197874 "GSERIES" 1198253 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-487 1189247 1189760 1189788 "GROUP" 1189991 T GROUP (NIL) -9 NIL 1190125 NIL) (-486 1188571 1188772 1189023 "GROUP-" 1189028 NIL GROUP- (NIL T) -8 NIL NIL NIL) (-485 1186920 1187259 1187646 "GROEBSOL" 1188248 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-484 1185748 1186108 1186159 "GRMOD" 1186688 NIL GRMOD (NIL T T) -9 NIL 1186856 NIL) (-483 1185504 1185552 1185680 "GRMOD-" 1185685 NIL GRMOD- (NIL T T T) -8 NIL NIL NIL) (-482 1180644 1181858 1182858 "GRIMAGE" 1184524 T GRIMAGE (NIL) -8 NIL NIL NIL) (-481 1179038 1179371 1179695 "GRDEF" 1180340 T GRDEF (NIL) -7 NIL NIL NIL) (-480 1178470 1178598 1178739 "GRAY" 1178917 T GRAY (NIL) -7 NIL NIL NIL) (-479 1177547 1178049 1178100 "GRALG" 1178253 NIL GRALG (NIL T T) -9 NIL 1178346 NIL) (-478 1177184 1177281 1177444 "GRALG-" 1177449 NIL GRALG- (NIL T T T) -8 NIL NIL NIL) (-477 1173665 1176767 1176946 "GPOLSET" 1177090 NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-476 1173013 1173076 1173334 "GOSPER" 1173602 NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-475 1168583 1169451 1169977 "GMODPOL" 1172712 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-474 1167570 1167772 1168010 "GHENSEL" 1168395 NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-473 1161642 1162569 1163589 "GENUPS" 1166654 NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-472 1161333 1161390 1161479 "GENUFACT" 1161585 NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-471 1160733 1160822 1160987 "GENPGCD" 1161251 NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-470 1160201 1160242 1160455 "GENMFACT" 1160692 NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-469 1158737 1159024 1159331 "GENEEZ" 1159944 NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-468 1151916 1158348 1158510 "GDMP" 1158660 NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-467 1140654 1145687 1146793 "GCNAALG" 1150899 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-466 1138781 1139829 1139857 "GCDDOM" 1140112 T GCDDOM (NIL) -9 NIL 1140269 NIL) (-465 1138221 1138378 1138593 "GCDDOM-" 1138598 NIL GCDDOM- (NIL T) -8 NIL NIL NIL) (-464 1126693 1129167 1131559 "GBINTERN" 1135912 NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-463 1124494 1124822 1125243 "GBF" 1126368 NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-462 1123251 1123440 1123707 "GBEUCLID" 1124310 NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-461 1121901 1122108 1122412 "GB" 1123030 NIL GB (NIL T T T T) -7 NIL NIL NIL) (-460 1121232 1121375 1121524 "GAUSSFAC" 1121772 T GAUSSFAC (NIL) -7 NIL NIL NIL) (-459 1119553 1119901 1120215 "GALUTIL" 1120951 NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-458 1117813 1118135 1118459 "GALPOLYU" 1119280 NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-457 1115112 1115468 1115875 "GALFACTU" 1117510 NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-456 1106726 1108417 1110025 "GALFACT" 1113544 NIL GALFACT (NIL T) -7 NIL NIL NIL) (-455 1104012 1104772 1104800 "FVFUN" 1105956 T FVFUN (NIL) -9 NIL 1106676 NIL) (-454 1103242 1103460 1103488 "FVC" 1103779 T FVC (NIL) -9 NIL 1103962 NIL) (-453 1102843 1103067 1103135 "FUNDESC" 1103194 T FUNDESC (NIL) -8 NIL NIL NIL) (-452 1102416 1102640 1102721 "FUNCTION" 1102795 NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-451 1101093 1101717 1101920 "FTEM" 1102233 T FTEM (NIL) -8 NIL NIL NIL) (-450 1098723 1099415 1099881 "FT" 1100647 T FT (NIL) -8 NIL NIL NIL) (-449 1096992 1097303 1097700 "FSUPFACT" 1098414 NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-448 1095311 1095678 1096010 "FST" 1096680 T FST (NIL) -8 NIL NIL NIL) (-447 1094492 1094616 1094804 "FSRED" 1095193 NIL FSRED (NIL T T) -7 NIL NIL NIL) (-446 1093181 1093447 1093794 "FSPRMELT" 1094207 NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-445 1090391 1090925 1091411 "FSPECF" 1092744 NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-444 1089913 1089973 1090143 "FSINT" 1090332 NIL FSINT (NIL T T) -7 NIL NIL NIL) (-443 1088049 1088906 1089209 "FSERIES" 1089692 NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-442 1087073 1087207 1087431 "FSCINT" 1087929 NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-441 1086097 1086258 1086485 "FSAGG2" 1086926 NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-440 1081961 1085041 1085082 "FSAGG" 1085452 NIL FSAGG (NIL T) -9 NIL 1085711 NIL) (-439 1079561 1080324 1081120 "FSAGG-" 1081215 NIL FSAGG- (NIL T T) -8 NIL NIL NIL) (-438 1077221 1077519 1078067 "FS2UPS" 1079279 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-437 1076087 1076270 1076572 "FS2EXPXP" 1077046 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-436 1075715 1075764 1075893 "FS2" 1076038 NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-435 1055953 1065489 1065530 "FS" 1069414 NIL FS (NIL T) -9 NIL 1071703 NIL) (-434 1044014 1047589 1051646 "FS-" 1051946 NIL FS- (NIL T T) -8 NIL NIL NIL) (-433 1043428 1043555 1043707 "FRUTIL" 1043894 NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-432 1037939 1041117 1041157 "FRNAALG" 1042477 NIL FRNAALG (NIL T) -9 NIL 1043075 NIL) (-431 1033420 1034688 1035963 "FRNAALG-" 1036713 NIL FRNAALG- (NIL T T) -8 NIL NIL NIL) (-430 1033052 1033101 1033228 "FRNAAF2" 1033371 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-429 1031339 1031901 1032197 "FRMOD" 1032864 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-428 1030524 1030617 1030908 "FRIDEAL2" 1031246 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-427 1028129 1028899 1029217 "FRIDEAL" 1030315 NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-426 1027220 1027676 1027717 "FRETRCT" 1027722 NIL FRETRCT (NIL T) -9 NIL 1027898 NIL) (-425 1026278 1026563 1026914 "FRETRCT-" 1026919 NIL FRETRCT- (NIL T T) -8 NIL NIL NIL) (-424 1023099 1024562 1024621 "FRAMALG" 1025503 NIL FRAMALG (NIL T T) -9 NIL 1025795 NIL) (-423 1021137 1021688 1022318 "FRAMALG-" 1022541 NIL FRAMALG- (NIL T T T) -8 NIL NIL NIL) (-422 1020767 1020830 1020937 "FRAC2" 1021074 NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-421 1013759 1020240 1020517 "FRAC" 1020522 NIL FRAC (NIL T) -8 NIL NIL NIL) (-420 1013389 1013452 1013559 "FR2" 1013696 NIL FR2 (NIL T T) -7 NIL NIL NIL) (-419 1004306 1008884 1010242 "FR" 1012063 NIL FR (NIL T) -8 NIL NIL NIL) (-418 998225 1001685 1001713 "FPS" 1002832 T FPS (NIL) -9 NIL 1003389 NIL) (-417 997650 997783 997947 "FPS-" 998093 NIL FPS- (NIL T) -8 NIL NIL NIL) (-416 994616 996607 996635 "FPC" 996860 T FPC (NIL) -9 NIL 997002 NIL) (-415 994397 994449 994546 "FPC-" 994551 NIL FPC- (NIL T) -8 NIL NIL NIL) (-414 993155 993885 993926 "FPATMAB" 993931 NIL FPATMAB (NIL T) -9 NIL 994083 NIL) (-413 991298 991897 992244 "FPARFRAC" 992871 NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-412 986590 987190 987872 "FORTRAN" 990730 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL NIL) (-411 984164 984828 984856 "FORTFN" 985916 T FORTFN (NIL) -9 NIL 986540 NIL) (-410 983916 983978 984006 "FORTCAT" 984065 T FORTCAT (NIL) -9 NIL 984127 NIL) (-409 981602 982132 982671 "FORT" 983397 T FORT (NIL) -7 NIL NIL NIL) (-408 981384 981420 981489 "FORMULA1" 981566 NIL FORMULA1 (NIL T) -7 NIL NIL NIL) (-407 979388 980000 980390 "FORMULA" 981014 T FORMULA (NIL) -8 NIL NIL NIL) (-406 978905 978963 979136 "FORDER" 979330 NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-405 977965 978165 978358 "FOP" 978732 T FOP (NIL) -7 NIL NIL NIL) (-404 976378 977245 977419 "FNLA" 977847 NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-403 974997 975508 975536 "FNCAT" 975996 T FNCAT (NIL) -9 NIL 976256 NIL) (-402 974440 974956 974984 "FNAME" 974989 T FNAME (NIL) -8 NIL NIL NIL) (-401 972766 973939 973967 "FMTC" 973972 T FMTC (NIL) -9 NIL 974008 NIL) (-400 971315 972702 972748 "FMONOID" 972753 NIL FMONOID (NIL T) -8 NIL NIL NIL) (-399 967904 969270 969311 "FMONCAT" 970528 NIL FMONCAT (NIL T) -9 NIL 971133 NIL) (-398 965226 965974 966002 "FMFUN" 967146 T FMFUN (NIL) -9 NIL 967854 NIL) (-397 962099 963151 963205 "FMCAT" 964400 NIL FMCAT (NIL T T) -9 NIL 964895 NIL) (-396 961332 961549 961577 "FMC" 961867 T FMC (NIL) -9 NIL 962049 NIL) (-395 960000 961098 961198 "FM1" 961277 NIL FM1 (NIL T T) -8 NIL NIL NIL) (-394 959018 959742 959891 "FM" 959896 NIL FM (NIL T T) -8 NIL NIL NIL) (-393 956756 957208 957702 "FLOATRP" 958569 NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-392 954158 954694 955272 "FLOATCP" 956223 NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-391 946821 951887 952508 "FLOAT" 953557 T FLOAT (NIL) -8 NIL NIL NIL) (-390 945339 946413 946454 "FLINEXP" 946459 NIL FLINEXP (NIL T) -9 NIL 946552 NIL) (-389 944469 944728 945056 "FLINEXP-" 945061 NIL FLINEXP- (NIL T T) -8 NIL NIL NIL) (-388 943527 943689 943913 "FLASORT" 944321 NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-387 940445 941497 941549 "FLALG" 942776 NIL FLALG (NIL T T) -9 NIL 943243 NIL) (-386 939469 939630 939857 "FLAGG2" 940298 NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-385 932724 936878 936919 "FLAGG" 938181 NIL FLAGG (NIL T) -9 NIL 938833 NIL) (-384 931378 931789 932279 "FLAGG-" 932284 NIL FLAGG- (NIL T T) -8 NIL NIL NIL) (-383 928016 929223 929282 "FINRALG" 930410 NIL FINRALG (NIL T T) -9 NIL 930918 NIL) (-382 927140 927405 927744 "FINRALG-" 927749 NIL FINRALG- (NIL T T T) -8 NIL NIL NIL) (-381 926446 926745 926773 "FINITE" 926969 T FINITE (NIL) -9 NIL 927076 NIL) (-380 918397 920976 921016 "FINAALG" 924683 NIL FINAALG (NIL T) -9 NIL 926136 NIL) (-379 913513 914779 915923 "FINAALG-" 917302 NIL FINAALG- (NIL T T) -8 NIL NIL NIL) (-378 912073 912495 912549 "FILECAT" 913233 NIL FILECAT (NIL T T) -9 NIL 913449 NIL) (-377 911351 911828 911931 "FILE" 912003 NIL FILE (NIL T) -8 NIL NIL NIL) (-376 908754 910581 910609 "FIELD" 910649 T FIELD (NIL) -9 NIL 910729 NIL) (-375 907296 907759 908270 "FIELD-" 908275 NIL FIELD- (NIL T) -8 NIL NIL NIL) (-374 904979 905931 906278 "FGROUP" 906982 NIL FGROUP (NIL T) -8 NIL NIL NIL) (-373 904051 904233 904453 "FGLMICPK" 904811 NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-372 899306 903976 904033 "FFX" 904038 NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-371 898901 898968 899103 "FFSLPE" 899239 NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-370 898399 898441 898650 "FFPOLY2" 898859 NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-369 894275 895171 895967 "FFPOLY" 897635 NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-368 889544 894194 894257 "FFP" 894262 NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-367 884075 888887 889077 "FFNBX" 889398 NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-366 878408 883210 883468 "FFNBP" 883929 NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-365 872446 877692 877903 "FFNB" 878241 NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-364 871266 871476 871791 "FFINTBAS" 872243 NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-363 866859 869513 869541 "FFIELDC" 870161 T FFIELDC (NIL) -9 NIL 870537 NIL) (-362 865479 865920 866403 "FFIELDC-" 866408 NIL FFIELDC- (NIL T) -8 NIL NIL NIL) (-361 865036 865094 865218 "FFHOM" 865421 NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-360 862695 863218 863735 "FFF" 864551 NIL FFF (NIL T) -7 NIL NIL NIL) (-359 857730 862437 862538 "FFCGX" 862638 NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-358 852769 857462 857569 "FFCGP" 857673 NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-357 847369 852496 852604 "FFCG" 852705 NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-356 846774 846823 847058 "FFCAT2" 847320 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-355 825456 836506 836592 "FFCAT" 841757 NIL FFCAT (NIL T T T) -9 NIL 843208 NIL) (-354 820467 821701 823015 "FFCAT-" 824245 NIL FFCAT- (NIL T T T T) -8 NIL NIL NIL) (-353 815288 820378 820442 "FF" 820447 NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-352 803941 808260 809480 "FEXPR" 814140 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL NIL) (-351 802869 803338 803379 "FEVALAB" 803463 NIL FEVALAB (NIL T) -9 NIL 803724 NIL) (-350 801986 802238 802576 "FEVALAB-" 802581 NIL FEVALAB- (NIL T T) -8 NIL NIL NIL) (-349 798848 799733 799848 "FDIVCAT" 801416 NIL FDIVCAT (NIL T T T T) -9 NIL 801853 NIL) (-348 798604 798637 798807 "FDIVCAT-" 798812 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL NIL) (-347 797818 797911 798188 "FDIV2" 798511 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-346 796228 797201 797404 "FDIV" 797717 NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-345 795136 795523 795725 "FCTRDATA" 796046 T FCTRDATA (NIL) -8 NIL NIL NIL) (-344 793792 794081 794370 "FCPAK1" 794867 T FCPAK1 (NIL) -7 NIL NIL NIL) (-343 792795 793292 793433 "FCOMP" 793683 NIL FCOMP (NIL T) -8 NIL NIL NIL) (-342 776109 779945 783483 "FC" 789277 T FC (NIL) -8 NIL NIL NIL) (-341 767818 772430 772470 "FAXF" 774272 NIL FAXF (NIL T) -9 NIL 774964 NIL) (-340 764959 765766 766584 "FAXF-" 767049 NIL FAXF- (NIL T T) -8 NIL NIL NIL) (-339 759528 764335 764511 "FARRAY" 764816 NIL FARRAY (NIL T) -8 NIL NIL NIL) (-338 754093 756475 756528 "FAMR" 757551 NIL FAMR (NIL T T) -9 NIL 758011 NIL) (-337 752917 753285 753720 "FAMR-" 753725 NIL FAMR- (NIL T T T) -8 NIL NIL NIL) (-336 751944 752839 752892 "FAMONOID" 752897 NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-335 749574 750426 750479 "FAMONC" 751420 NIL FAMONC (NIL T T) -9 NIL 751806 NIL) (-334 748048 749328 749465 "FAGROUP" 749470 NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-333 745801 746162 746565 "FACUTIL" 747729 NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-332 744888 745085 745307 "FACTFUNC" 745611 NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-331 736629 744191 744390 "EXPUPXS" 744744 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-330 734082 734652 735238 "EXPRTUBE" 736063 T EXPRTUBE (NIL) -7 NIL NIL NIL) (-329 730293 730945 731675 "EXPRODE" 733421 NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-328 724727 725434 726240 "EXPR2UPS" 729591 NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-327 724353 724416 724525 "EXPR2" 724664 NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-326 708661 723002 723431 "EXPR" 723957 NIL EXPR (NIL T) -8 NIL NIL NIL) (-325 698999 707812 708103 "EXPEXPAN" 708497 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-324 698419 698723 698814 "EXITAST" 698928 T EXITAST (NIL) -8 NIL NIL NIL) (-323 698183 698376 698405 "EXIT" 698410 T EXIT (NIL) -8 NIL NIL NIL) (-322 697804 697872 697985 "EVALCYC" 698115 NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-321 697321 697463 697504 "EVALAB" 697674 NIL EVALAB (NIL T) -9 NIL 697778 NIL) (-320 696778 696924 697145 "EVALAB-" 697150 NIL EVALAB- (NIL T T) -8 NIL NIL NIL) (-319 693893 695434 695462 "EUCDOM" 696017 T EUCDOM (NIL) -9 NIL 696367 NIL) (-318 692253 692754 693337 "EUCDOM-" 693342 NIL EUCDOM- (NIL T) -8 NIL NIL NIL) (-317 691879 691942 692051 "ESTOOLS2" 692190 NIL ESTOOLS2 (NIL T T) -7 NIL NIL NIL) (-316 691624 691672 691752 "ESTOOLS1" 691831 NIL ESTOOLS1 (NIL T) -7 NIL NIL NIL) (-315 678941 681922 684672 "ESTOOLS" 688894 T ESTOOLS (NIL) -7 NIL NIL NIL) (-314 678680 678718 678800 "ESCONT1" 678903 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL NIL) (-313 674988 675815 676595 "ESCONT" 677920 T ESCONT (NIL) -7 NIL NIL NIL) (-312 674657 674713 674813 "ES2" 674932 NIL ES2 (NIL T T) -7 NIL NIL NIL) (-311 674281 674345 674454 "ES1" 674593 NIL ES1 (NIL T T) -7 NIL NIL NIL) (-310 667982 669912 669940 "ES" 672708 T ES (NIL) -9 NIL 674118 NIL) (-309 662659 664216 666033 "ES-" 666197 NIL ES- (NIL T) -8 NIL NIL NIL) (-308 661851 662004 662180 "ERROR" 662503 T ERROR (NIL) -7 NIL NIL NIL) (-307 654867 661710 661801 "EQTBL" 661806 NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-306 654493 654556 654665 "EQ2" 654804 NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-305 646752 649807 651256 "EQ" 653077 NIL -1539 (NIL T) -8 NIL NIL NIL) (-304 641995 643090 644183 "EP" 645691 NIL EP (NIL T) -7 NIL NIL NIL) (-303 640535 640886 641192 "ENV" 641709 T ENV (NIL) -8 NIL NIL NIL) (-302 639495 640169 640197 "ENTIRER" 640202 T ENTIRER (NIL) -9 NIL 640248 NIL) (-301 635914 637677 638038 "EMR" 639303 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-300 635018 635229 635283 "ELTAGG" 635663 NIL ELTAGG (NIL T T) -9 NIL 635874 NIL) (-299 634725 634799 634940 "ELTAGG-" 634945 NIL ELTAGG- (NIL T T T) -8 NIL NIL NIL) (-298 634483 634518 634572 "ELTAB" 634656 NIL ELTAB (NIL T T) -9 NIL 634708 NIL) (-297 633585 633755 633954 "ELFUTS" 634334 NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-296 633309 633383 633411 "ELEMFUN" 633516 T ELEMFUN (NIL) -9 NIL NIL NIL) (-295 633173 633200 633268 "ELEMFUN-" 633273 NIL ELEMFUN- (NIL T) -8 NIL NIL NIL) (-294 627584 631215 631256 "ELAGG" 632196 NIL ELAGG (NIL T) -9 NIL 632659 NIL) (-293 625761 626303 626966 "ELAGG-" 626971 NIL ELAGG- (NIL T T) -8 NIL NIL NIL) (-292 625043 625210 625366 "ELABOR" 625625 T ELABOR (NIL) -8 NIL NIL NIL) (-291 623649 623983 624277 "ELABEXPR" 624769 T ELABEXPR (NIL) -8 NIL NIL NIL) (-290 616161 618286 619115 "EFUPXS" 622924 NIL EFUPXS (NIL T T T T) -8 NIL NIL NIL) (-289 609287 611410 612221 "EFULS" 615436 NIL EFULS (NIL T T T) -8 NIL NIL NIL) (-288 606724 607130 607602 "EFSTRUC" 608919 NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-287 596161 598081 599629 "EF" 605239 NIL EF (NIL T T) -7 NIL NIL NIL) (-286 595139 595646 595795 "EAB" 596032 T EAB (NIL) -8 NIL NIL NIL) (-285 594261 595098 595126 "E04UCFA" 595131 T E04UCFA (NIL) -8 NIL NIL NIL) (-284 593383 594220 594248 "E04NAFA" 594253 T E04NAFA (NIL) -8 NIL NIL NIL) (-283 592505 593342 593370 "E04MBFA" 593375 T E04MBFA (NIL) -8 NIL NIL NIL) (-282 591627 592464 592492 "E04JAFA" 592497 T E04JAFA (NIL) -8 NIL NIL NIL) (-281 590751 591586 591614 "E04GCFA" 591619 T E04GCFA (NIL) -8 NIL NIL NIL) (-280 589875 590710 590738 "E04FDFA" 590743 T E04FDFA (NIL) -8 NIL NIL NIL) (-279 588997 589834 589862 "E04DGFA" 589867 T E04DGFA (NIL) -8 NIL NIL NIL) (-278 583074 584522 585886 "E04AGNT" 587653 T E04AGNT (NIL) -7 NIL NIL NIL) (-277 581694 582375 582415 "DVARCAT" 582756 NIL DVARCAT (NIL T) -9 NIL 582919 NIL) (-276 580844 581110 581424 "DVARCAT-" 581429 NIL DVARCAT- (NIL T T) -8 NIL NIL NIL) (-275 572812 580643 580772 "DSMP" 580777 NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-274 571163 571954 571995 "DSEXT" 572358 NIL DSEXT (NIL T) -9 NIL 572652 NIL) (-273 569352 569876 570542 "DSEXT-" 570547 NIL DSEXT- (NIL T T) -8 NIL NIL NIL) (-272 569011 569076 569174 "DROPT1" 569287 NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-271 564030 565252 566389 "DROPT0" 567894 T DROPT0 (NIL) -7 NIL NIL NIL) (-270 558613 559975 561043 "DROPT" 562982 T DROPT (NIL) -8 NIL NIL NIL) (-269 556922 557283 557669 "DRAWPT" 558247 T DRAWPT (NIL) -7 NIL NIL NIL) (-268 556549 556608 556726 "DRAWHACK" 556863 NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-267 555250 555549 555840 "DRAWCX" 556278 T DRAWCX (NIL) -7 NIL NIL NIL) (-266 554759 554834 554985 "DRAWCURV" 555176 NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-265 545077 547189 549304 "DRAWCFUN" 552664 T DRAWCFUN (NIL) -7 NIL NIL NIL) (-264 539568 540587 541666 "DRAW" 544051 NIL DRAW (NIL T) -7 NIL NIL NIL) (-263 536039 538233 538274 "DQAGG" 538903 NIL DQAGG (NIL T) -9 NIL 539177 NIL) (-262 522622 530250 530333 "DPOLCAT" 532185 NIL DPOLCAT (NIL T T T T) -9 NIL 532730 NIL) (-261 517141 518807 520765 "DPOLCAT-" 520770 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL NIL) (-260 509949 517002 517100 "DPMO" 517105 NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-259 502654 509729 509896 "DPMM" 509901 NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-258 502176 502438 502527 "DOMTMPLT" 502585 T DOMTMPLT (NIL) -8 NIL NIL NIL) (-257 501525 501978 502058 "DOMCTOR" 502116 T DOMCTOR (NIL) -8 NIL NIL NIL) (-256 500677 501005 501156 "DOMAIN" 501394 T DOMAIN (NIL) -8 NIL NIL NIL) (-255 493696 500312 500464 "DMP" 500578 NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-254 491473 492763 492804 "DMEXT" 492809 NIL DMEXT (NIL T) -9 NIL 492985 NIL) (-253 491067 491129 491273 "DLP" 491411 NIL DLP (NIL T) -7 NIL NIL NIL) (-252 484190 490394 490584 "DLIST" 490909 NIL DLIST (NIL T) -8 NIL NIL NIL) (-251 480728 483015 483056 "DLAGG" 483606 NIL DLAGG (NIL T) -9 NIL 483836 NIL) (-250 479240 480054 480082 "DIVRING" 480174 T DIVRING (NIL) -9 NIL 480257 NIL) (-249 478423 478667 478967 "DIVRING-" 478972 NIL DIVRING- (NIL T) -8 NIL NIL NIL) (-248 476465 476882 477288 "DISPLAY" 478037 T DISPLAY (NIL) -7 NIL NIL NIL) (-247 475295 475516 475781 "DIRPROD2" 476258 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-246 468653 475209 475272 "DIRPROD" 475277 NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-245 456816 463364 463417 "DIRPCAT" 463675 NIL DIRPCAT (NIL NIL T) -9 NIL 464550 NIL) (-244 454016 454784 455665 "DIRPCAT-" 456002 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL NIL) (-243 453297 453463 453649 "DIOSP" 453850 T DIOSP (NIL) -7 NIL NIL NIL) (-242 449711 452181 452222 "DIOPS" 452656 NIL DIOPS (NIL T) -9 NIL 452885 NIL) (-241 449230 449374 449565 "DIOPS-" 449570 NIL DIOPS- (NIL T T) -8 NIL NIL NIL) (-240 448137 448909 448937 "DIFRING" 448942 T DIFRING (NIL) -9 NIL 448964 NIL) (-239 447785 447883 447911 "DIFFSPC" 448030 T DIFFSPC (NIL) -9 NIL 448105 NIL) (-238 447406 447508 447660 "DIFFSPC-" 447665 NIL DIFFSPC- (NIL T) -8 NIL NIL NIL) (-237 446342 446940 446981 "DIFFMOD" 446986 NIL DIFFMOD (NIL T) -9 NIL 447084 NIL) (-236 446038 446095 446136 "DIFFDOM" 446257 NIL DIFFDOM (NIL T) -9 NIL 446325 NIL) (-235 445885 445915 445999 "DIFFDOM-" 446004 NIL DIFFDOM- (NIL T T) -8 NIL NIL NIL) (-234 443625 445089 445130 "DIFEXT" 445135 NIL DIFEXT (NIL T) -9 NIL 445288 NIL) (-233 440659 443129 443170 "DIAGG" 443175 NIL DIAGG (NIL T) -9 NIL 443195 NIL) (-232 440007 440200 440452 "DIAGG-" 440457 NIL DIAGG- (NIL T T) -8 NIL NIL NIL) (-231 434857 438966 439243 "DHMATRIX" 439776 NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-230 430325 431378 432388 "DFSFUN" 433867 T DFSFUN (NIL) -7 NIL NIL NIL) (-229 424566 429256 429568 "DFLOAT" 430033 T DFLOAT (NIL) -8 NIL NIL NIL) (-228 422805 423110 423499 "DFINTTLS" 424274 NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-227 419624 420826 421226 "DERHAM" 422471 NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-226 417160 419399 419488 "DEQUEUE" 419568 NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-225 416402 416547 416730 "DEGRED" 417022 NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-224 412808 413577 414423 "DEFINTRF" 415630 NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-223 410345 410832 411424 "DEFINTEF" 412327 NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-222 409629 409965 410080 "DEFAST" 410250 T DEFAST (NIL) -8 NIL NIL NIL) (-221 402686 409222 409372 "DECIMAL" 409499 T DECIMAL (NIL) -8 NIL NIL NIL) (-220 400144 400656 401162 "DDFACT" 402230 NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-219 399734 399783 399934 "DBLRESP" 400095 NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-218 398935 399504 399595 "DBASIS" 399683 NIL DBASIS (NIL NIL) -8 NIL NIL NIL) (-217 396719 397165 397526 "DBASE" 398701 NIL DBASE (NIL T) -8 NIL NIL NIL) (-216 395907 396199 396345 "DATAARY" 396618 NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-215 394965 395866 395894 "D03FAFA" 395899 T D03FAFA (NIL) -8 NIL NIL NIL) (-214 394024 394924 394952 "D03EEFA" 394957 T D03EEFA (NIL) -8 NIL NIL NIL) (-213 391950 392440 392929 "D03AGNT" 393555 T D03AGNT (NIL) -7 NIL NIL NIL) (-212 391191 391909 391937 "D02EJFA" 391942 T D02EJFA (NIL) -8 NIL NIL NIL) (-211 390432 391150 391178 "D02CJFA" 391183 T D02CJFA (NIL) -8 NIL NIL NIL) (-210 389673 390391 390419 "D02BHFA" 390424 T D02BHFA (NIL) -8 NIL NIL NIL) (-209 388914 389632 389660 "D02BBFA" 389665 T D02BBFA (NIL) -8 NIL NIL NIL) (-208 382045 383700 385306 "D02AGNT" 387328 T D02AGNT (NIL) -7 NIL NIL NIL) (-207 379795 380336 380882 "D01WGTS" 381519 T D01WGTS (NIL) -7 NIL NIL NIL) (-206 378802 379754 379782 "D01TRNS" 379787 T D01TRNS (NIL) -8 NIL NIL NIL) (-205 377810 378761 378789 "D01GBFA" 378794 T D01GBFA (NIL) -8 NIL NIL NIL) (-204 376818 377769 377797 "D01FCFA" 377802 T D01FCFA (NIL) -8 NIL NIL NIL) (-203 375826 376777 376805 "D01ASFA" 376810 T D01ASFA (NIL) -8 NIL NIL NIL) (-202 374834 375785 375813 "D01AQFA" 375818 T D01AQFA (NIL) -8 NIL NIL NIL) (-201 373842 374793 374821 "D01APFA" 374826 T D01APFA (NIL) -8 NIL NIL NIL) (-200 372850 373801 373829 "D01ANFA" 373834 T D01ANFA (NIL) -8 NIL NIL NIL) (-199 371858 372809 372837 "D01AMFA" 372842 T D01AMFA (NIL) -8 NIL NIL NIL) (-198 370866 371817 371845 "D01ALFA" 371850 T D01ALFA (NIL) -8 NIL NIL NIL) (-197 369874 370825 370853 "D01AKFA" 370858 T D01AKFA (NIL) -8 NIL NIL NIL) (-196 368882 369833 369861 "D01AJFA" 369866 T D01AJFA (NIL) -8 NIL NIL NIL) (-195 362105 363730 365291 "D01AGNT" 367341 T D01AGNT (NIL) -7 NIL NIL NIL) (-194 361424 361570 361722 "CYCLOTOM" 361973 T CYCLOTOM (NIL) -7 NIL NIL NIL) (-193 358079 358872 359599 "CYCLES" 360717 T CYCLES (NIL) -7 NIL NIL NIL) (-192 357379 357525 357696 "CVMP" 357940 NIL CVMP (NIL T) -7 NIL NIL NIL) (-191 355166 355478 355847 "CTRIGMNP" 357107 NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-190 354639 354897 354998 "CTORKIND" 355085 T CTORKIND (NIL) -8 NIL NIL NIL) (-189 353844 354232 354260 "CTORCAT" 354442 T CTORCAT (NIL) -9 NIL 354555 NIL) (-188 353418 353553 353712 "CTORCAT-" 353717 NIL CTORCAT- (NIL T) -8 NIL NIL NIL) (-187 352832 353092 353200 "CTORCALL" 353342 NIL CTORCALL (NIL T) -8 NIL NIL NIL) (-186 352190 352626 352699 "CTOR" 352779 T CTOR (NIL) -8 NIL NIL NIL) (-185 351546 351663 351816 "CSTTOOLS" 352087 NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-184 347243 348002 348760 "CRFP" 350858 NIL CRFP (NIL T T) -7 NIL NIL NIL) (-183 346658 346964 347056 "CRCEAST" 347171 T CRCEAST (NIL) -8 NIL NIL NIL) (-182 345681 345890 346118 "CRAPACK" 346462 NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-181 345061 345166 345370 "CPMATCH" 345557 NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-180 344780 344814 344920 "CPIMA" 345027 NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-179 341038 341800 342519 "COORDSYS" 344115 NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-178 340426 340571 340713 "CONTOUR" 340916 T CONTOUR (NIL) -8 NIL NIL NIL) (-177 335898 338429 338921 "CONTFRAC" 339966 NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-176 335772 335799 335827 "CONDUIT" 335864 T CONDUIT (NIL) -9 NIL NIL NIL) (-175 334726 335400 335428 "COMRING" 335433 T COMRING (NIL) -9 NIL 335485 NIL) (-174 333708 334084 334268 "COMPPROP" 334562 T COMPPROP (NIL) -8 NIL NIL NIL) (-173 333363 333404 333532 "COMPLPAT" 333667 NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-172 332993 333056 333163 "COMPLEX2" 333300 NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-171 321397 332802 332911 "COMPLEX" 332916 NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-170 320718 320857 321017 "COMPILER" 321257 T COMPILER (NIL) -8 NIL NIL NIL) (-169 320430 320471 320569 "COMPFACT" 320677 NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-168 301824 314134 314174 "COMPCAT" 315178 NIL COMPCAT (NIL T) -9 NIL 316526 NIL) (-167 290712 294263 297890 "COMPCAT-" 298246 NIL COMPCAT- (NIL T T) -8 NIL NIL NIL) (-166 290435 290469 290572 "COMMUPC" 290678 NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-165 290223 290263 290322 "COMMONOP" 290396 T COMMONOP (NIL) -7 NIL NIL NIL) (-164 289745 290027 290102 "COMMAAST" 290168 T COMMAAST (NIL) -8 NIL NIL NIL) (-163 289252 289496 289583 "COMM" 289678 T COMM (NIL) -8 NIL NIL NIL) (-162 288447 288695 288723 "COMBOPC" 289061 T COMBOPC (NIL) -9 NIL 289236 NIL) (-161 287301 287553 287795 "COMBINAT" 288237 NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-160 283644 284332 284959 "COMBF" 286723 NIL COMBF (NIL T T) -7 NIL NIL NIL) (-159 282306 282760 282995 "COLOR" 283429 T COLOR (NIL) -8 NIL NIL NIL) (-158 281722 282027 282119 "COLONAST" 282234 T COLONAST (NIL) -8 NIL NIL NIL) (-157 281356 281409 281534 "CMPLXRT" 281669 NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-156 280744 281056 281155 "CLLCTAST" 281277 T CLLCTAST (NIL) -8 NIL NIL NIL) (-155 276203 277274 278354 "CLIP" 279684 T CLIP (NIL) -7 NIL NIL NIL) (-154 274376 275304 275544 "CLIF" 276030 NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-153 270358 272494 272535 "CLAGG" 273464 NIL CLAGG (NIL T) -9 NIL 274000 NIL) (-152 268702 269237 269820 "CLAGG-" 269825 NIL CLAGG- (NIL T T) -8 NIL NIL NIL) (-151 268240 268331 268471 "CINTSLPE" 268611 NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-150 265705 266212 266760 "CHVAR" 267768 NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-149 264745 265419 265447 "CHARZ" 265452 T CHARZ (NIL) -9 NIL 265467 NIL) (-148 264493 264539 264617 "CHARPOL" 264699 NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-147 263411 264117 264145 "CHARNZ" 264206 T CHARNZ (NIL) -9 NIL 264255 NIL) (-146 260355 261465 261994 "CHAR" 262902 T CHAR (NIL) -8 NIL NIL NIL) (-145 260063 260142 260170 "CFCAT" 260281 T CFCAT (NIL) -9 NIL NIL NIL) (-144 259286 259415 259598 "CDEN" 259947 NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-143 254883 258439 258719 "CCLASS" 259026 T CCLASS (NIL) -8 NIL NIL NIL) (-142 254104 254291 254468 "CATEGORY" 254726 T -10 (NIL) -8 NIL NIL NIL) (-141 253599 254023 254071 "CATCTOR" 254076 T CATCTOR (NIL) -8 NIL NIL NIL) (-140 252990 253302 253400 "CATAST" 253521 T CATAST (NIL) -8 NIL NIL NIL) (-139 252406 252711 252803 "CASEAST" 252918 T CASEAST (NIL) -8 NIL NIL NIL) (-138 251502 251662 251883 "CARTEN2" 252253 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-137 246400 247659 248403 "CARTEN" 250814 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-136 244530 245550 245807 "CARD" 246163 T CARD (NIL) -8 NIL NIL NIL) (-135 244052 244334 244409 "CAPSLAST" 244475 T CAPSLAST (NIL) -8 NIL NIL NIL) (-134 243494 243750 243778 "CACHSET" 243910 T CACHSET (NIL) -9 NIL 243988 NIL) (-133 242884 243272 243300 "CABMON" 243350 T CABMON (NIL) -9 NIL 243406 NIL) (-132 242321 242588 242698 "BYTEORD" 242794 T BYTEORD (NIL) -8 NIL NIL NIL) (-131 237248 241826 241998 "BYTEBUF" 242169 T BYTEBUF (NIL) -8 NIL NIL NIL) (-130 236006 236763 236912 "BYTE" 237075 T BYTE (NIL) -8 NIL NIL 237204) (-129 233268 235698 235805 "BTREE" 235932 NIL BTREE (NIL T) -8 NIL NIL NIL) (-128 230470 232916 233038 "BTOURN" 233178 NIL BTOURN (NIL T) -8 NIL NIL NIL) (-127 227577 229912 229953 "BTCAT" 230021 NIL BTCAT (NIL T) -9 NIL 230098 NIL) (-126 227226 227324 227473 "BTCAT-" 227478 NIL BTCAT- (NIL T T) -8 NIL NIL NIL) (-125 222115 226472 226500 "BTAGG" 226614 T BTAGG (NIL) -9 NIL 226724 NIL) (-124 221569 221730 221936 "BTAGG-" 221941 NIL BTAGG- (NIL T) -8 NIL NIL NIL) (-123 218305 220847 221062 "BSTREE" 221386 NIL BSTREE (NIL T) -8 NIL NIL NIL) (-122 217413 217569 217753 "BRILL" 218161 NIL BRILL (NIL T) -7 NIL NIL NIL) (-121 213808 216111 216152 "BRAGG" 216801 NIL BRAGG (NIL T) -9 NIL 217059 NIL) (-120 212241 212743 213298 "BRAGG-" 213303 NIL BRAGG- (NIL T T) -8 NIL NIL NIL) (-119 204498 211585 211770 "BPADICRT" 212088 NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-118 202514 204435 204480 "BPADIC" 204485 NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-117 202206 202242 202356 "BOUNDZRO" 202478 NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-116 199933 200391 200866 "BOP1" 201764 NIL BOP1 (NIL T) -7 NIL NIL NIL) (-115 194915 196359 197271 "BOP" 199041 T BOP (NIL) -8 NIL NIL NIL) (-114 193580 194503 194645 "BOOLEAN" 194793 T BOOLEAN (NIL) -8 NIL NIL NIL) (-113 193173 193330 193358 "BOOLE" 193469 T BOOLE (NIL) -9 NIL 193550 NIL) (-112 193041 193068 193134 "BOOLE-" 193139 NIL BOOLE- (NIL T) -8 NIL NIL NIL) (-111 192210 192710 192764 "BMODULE" 192769 NIL BMODULE (NIL T T) -9 NIL 192834 NIL) (-110 187531 192008 192081 "BITS" 192157 T BITS (NIL) -8 NIL NIL NIL) (-109 186928 187071 187211 "BINDING" 187411 T BINDING (NIL) -8 NIL NIL NIL) (-108 179988 186523 186672 "BINARY" 186799 T BINARY (NIL) -8 NIL NIL NIL) (-107 177595 179215 179256 "BGAGG" 179516 NIL BGAGG (NIL T) -9 NIL 179653 NIL) (-106 177420 177458 177549 "BGAGG-" 177554 NIL BGAGG- (NIL T T) -8 NIL NIL NIL) (-105 176443 176804 177009 "BFUNCT" 177235 T BFUNCT (NIL) -8 NIL NIL NIL) (-104 175113 175311 175599 "BEZOUT" 176267 NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-103 171311 173965 174295 "BBTREE" 174816 NIL BBTREE (NIL T) -8 NIL NIL NIL) (-102 170894 170990 171018 "BASTYPE" 171195 T BASTYPE (NIL) -9 NIL 171294 NIL) (-101 170552 170651 170786 "BASTYPE-" 170791 NIL BASTYPE- (NIL T) -8 NIL NIL NIL) (-100 169974 170062 170214 "BALFACT" 170463 NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-99 168710 169389 169575 "AUTOMOR" 169819 NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-98 168436 168441 168467 "ATTREG" 168472 T ATTREG (NIL) -9 NIL NIL NIL) (-97 166598 167133 167485 "ATTRBUT" 168102 T ATTRBUT (NIL) -8 NIL NIL NIL) (-96 166152 166426 166492 "ATTRAST" 166550 T ATTRAST (NIL) -8 NIL NIL NIL) (-95 165652 165801 165827 "ATRIG" 166028 T ATRIG (NIL) -9 NIL NIL NIL) (-94 165449 165502 165589 "ATRIG-" 165594 NIL ATRIG- (NIL T) -8 NIL NIL NIL) (-93 165032 165266 165292 "ASTCAT" 165297 T ASTCAT (NIL) -9 NIL 165327 NIL) (-92 164741 164818 164937 "ASTCAT-" 164942 NIL ASTCAT- (NIL T) -8 NIL NIL NIL) (-91 162715 164517 164605 "ASTACK" 164684 NIL ASTACK (NIL T) -8 NIL NIL NIL) (-90 161204 161517 161882 "ASSOCEQ" 162397 NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-89 160128 160863 160987 "ASP9" 161111 NIL ASP9 (NIL NIL) -8 NIL NIL NIL) (-88 158888 159733 159875 "ASP80" 160017 NIL ASP80 (NIL NIL) -8 NIL NIL NIL) (-87 158615 158836 158875 "ASP8" 158880 NIL ASP8 (NIL NIL) -8 NIL NIL NIL) (-86 157461 158292 158410 "ASP78" 158528 NIL ASP78 (NIL NIL) -8 NIL NIL NIL) (-85 156322 157141 157258 "ASP77" 157375 NIL ASP77 (NIL NIL) -8 NIL NIL NIL) (-84 155126 155960 156091 "ASP74" 156222 NIL ASP74 (NIL NIL) -8 NIL NIL NIL) (-83 153918 154761 154893 "ASP73" 155025 NIL ASP73 (NIL NIL) -8 NIL NIL NIL) (-82 152708 153553 153685 "ASP7" 153817 NIL ASP7 (NIL NIL) -8 NIL NIL NIL) (-81 151704 152534 152634 "ASP6" 152639 NIL ASP6 (NIL NIL) -8 NIL NIL NIL) (-80 150543 151381 151499 "ASP55" 151617 NIL ASP55 (NIL NIL) -8 NIL NIL NIL) (-79 149384 150217 150336 "ASP50" 150455 NIL ASP50 (NIL NIL) -8 NIL NIL NIL) (-78 148364 149085 149195 "ASP49" 149305 NIL ASP49 (NIL NIL) -8 NIL NIL NIL) (-77 147040 147903 148071 "ASP42" 148253 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-76 145709 146573 146743 "ASP41" 146927 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-75 144689 145410 145520 "ASP4" 145630 NIL ASP4 (NIL NIL) -8 NIL NIL NIL) (-74 143531 144366 144484 "ASP35" 144602 NIL ASP35 (NIL NIL) -8 NIL NIL NIL) (-73 143260 143479 143518 "ASP34" 143523 NIL ASP34 (NIL NIL) -8 NIL NIL NIL) (-72 142979 143064 143140 "ASP33" 143215 NIL ASP33 (NIL NIL) -8 NIL NIL NIL) (-71 141765 142614 142746 "ASP31" 142878 NIL ASP31 (NIL NIL) -8 NIL NIL NIL) (-70 141494 141713 141752 "ASP30" 141757 NIL ASP30 (NIL NIL) -8 NIL NIL NIL) (-69 141211 141298 141374 "ASP29" 141449 NIL ASP29 (NIL NIL) -8 NIL NIL NIL) (-68 140940 141159 141198 "ASP28" 141203 NIL ASP28 (NIL NIL) -8 NIL NIL NIL) (-67 140669 140888 140927 "ASP27" 140932 NIL ASP27 (NIL NIL) -8 NIL NIL NIL) (-66 139645 140367 140478 "ASP24" 140589 NIL ASP24 (NIL NIL) -8 NIL NIL NIL) (-65 138614 139447 139559 "ASP20" 139564 NIL ASP20 (NIL NIL) -8 NIL NIL NIL) (-64 137449 138288 138407 "ASP19" 138526 NIL ASP19 (NIL NIL) -8 NIL NIL NIL) (-63 137168 137253 137329 "ASP12" 137404 NIL ASP12 (NIL NIL) -8 NIL NIL NIL) (-62 135912 136767 136911 "ASP10" 137055 NIL ASP10 (NIL NIL) -8 NIL NIL NIL) (-61 134892 135613 135723 "ASP1" 135833 NIL ASP1 (NIL NIL) -8 NIL NIL NIL) (-60 132504 134736 134827 "ARRAY2" 134832 NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 131518 131709 131930 "ARRAY12" 132327 NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-58 126878 131166 131280 "ARRAY1" 131435 NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-57 120923 123080 123155 "ARR2CAT" 125785 NIL ARR2CAT (NIL T T T) -9 NIL 126543 NIL) (-56 118213 119101 120055 "ARR2CAT-" 120060 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL NIL) (-55 117464 117840 117965 "ARITY" 118106 T ARITY (NIL) -8 NIL NIL NIL) (-54 116222 116392 116691 "APPRULE" 117300 NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 115867 115921 116040 "APPLYORE" 116168 NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 115121 115268 115425 "ANY1" 115741 NIL ANY1 (NIL T) -7 NIL NIL NIL) (-51 114421 114714 114834 "ANY" 115019 T ANY (NIL) -8 NIL NIL NIL) (-50 111747 112858 113185 "ANTISYM" 114145 NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 111191 111454 111550 "ANON" 111669 T ANON (NIL) -8 NIL NIL NIL) (-48 104354 109730 110184 "AN" 110755 T AN (NIL) -8 NIL NIL NIL) (-47 100017 101626 101677 "AMR" 102425 NIL AMR (NIL T T) -9 NIL 103025 NIL) (-46 99069 99350 99713 "AMR-" 99718 NIL AMR- (NIL T T T) -8 NIL NIL NIL) (-45 82538 98986 99047 "ALIST" 99052 NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 78835 82132 82301 "ALGSC" 82456 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 75285 75945 76552 "ALGPKG" 78275 NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 74550 74663 74847 "ALGMFACT" 75171 NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 70533 71164 71758 "ALGMANIP" 74134 NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 59893 70159 70309 "ALGFF" 70466 NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 59065 59220 59399 "ALGFACT" 59751 NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 57854 58592 58630 "ALGEBRA" 58635 NIL ALGEBRA (NIL T) -9 NIL 58676 NIL) (-37 57554 57631 57763 "ALGEBRA-" 57768 NIL ALGEBRA- (NIL T T) -8 NIL NIL NIL) (-36 38508 55391 55443 "ALAGG" 55579 NIL ALAGG (NIL T T) -9 NIL 55740 NIL) (-35 38008 38157 38183 "AHYP" 38384 T AHYP (NIL) -9 NIL NIL NIL) (-34 36893 37187 37213 "AGG" 37712 T AGG (NIL) -9 NIL 37991 NIL) (-33 36291 36489 36703 "AGG-" 36708 NIL AGG- (NIL T) -8 NIL NIL NIL) (-32 34051 34520 34925 "AF" 35933 NIL AF (NIL T T) -7 NIL NIL NIL) (-31 33471 33776 33866 "ADDAST" 33979 T ADDAST (NIL) -8 NIL NIL NIL) (-30 32703 32998 33154 "ACPLOT" 33333 T ACPLOT (NIL) -8 NIL NIL NIL) (-29 20267 29635 29673 "ACFS" 30280 NIL ACFS (NIL T) -9 NIL 30519 NIL) (-28 18174 18784 19546 "ACFS-" 19551 NIL ACFS- (NIL T T) -8 NIL NIL NIL) (-27 13882 16207 16233 "ACF" 17112 T ACF (NIL) -9 NIL 17525 NIL) (-26 12514 12920 13413 "ACF-" 13418 NIL ACF- (NIL T) -8 NIL NIL NIL) (-25 12024 12267 12293 "ABELSG" 12385 T ABELSG (NIL) -9 NIL 12450 NIL) (-24 11885 11916 11982 "ABELSG-" 11987 NIL ABELSG- (NIL T) -8 NIL NIL NIL) (-23 11154 11501 11527 "ABELMON" 11697 T ABELMON (NIL) -9 NIL 11809 NIL) (-22 10794 10902 11040 "ABELMON-" 11045 NIL ABELMON- (NIL T) -8 NIL NIL NIL) (-21 10044 10500 10526 "ABELGRP" 10598 T ABELGRP (NIL) -9 NIL 10673 NIL) (-20 9471 9636 9852 "ABELGRP-" 9857 NIL ABELGRP- (NIL T) -8 NIL NIL NIL) (-19 4579 8733 8772 "A1AGG" 8777 NIL A1AGG (NIL T) -9 NIL 8817 NIL) (-18 30 1497 3059 "A1AGG-" 3064 NIL A1AGG- (NIL T T) -8 NIL NIL NIL)) \ No newline at end of file
diff --git a/src/share/algebra/operation.daase b/src/share/algebra/operation.daase
index 4b97b17e..be34c5b1 100644
--- a/src/share/algebra/operation.daase
+++ b/src/share/algebra/operation.daase
@@ -1,6663 +1,1999 @@
-(733414 . 3508766237)
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1322 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-868)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1190))
- (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-571))
- (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-1271 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-338 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814))))
- ((*1 *2 *1) (-12 (-4 *1 (-730 *3)) (-4 *3 (-1080)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-876 *3)) (-4 *3 (-1080)) (-5 *2 (-793))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *6)) (-4 *1 (-979 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 (-793)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-979 *4 *5 *3)) (-4 *4 (-1080)) (-4 *5 (-815))
- (-4 *3 (-871)) (-5 *2 (-793)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-466)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887)))
- (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887)))
- (|:| |args| (-663 (-887)))))
- (-5 *1 (-1208)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-571)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-769)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 *1)) (-4 *1 (-310))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
- ((*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-630 *3)) (-4 *3 (-1132))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-115)) (-5 *3 (-663 *5)) (-5 *4 (-793)) (-4 *5 (-1132))
- (-5 *1 (-630 *5)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-159))))
- ((*1 *2 *1) (-12 (-5 *2 (-159)) (-5 *1 (-898))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-781)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-305 (-421 (-975 *5)))) (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149)))
- (-5 *2 (-1197 (-663 (-326 *5)) (-663 (-305 (-326 *5)))))
- (-5 *1 (-1160 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149)))
- (-5 *2 (-1197 (-663 (-326 *5)) (-663 (-305 (-326 *5)))))
- (-5 *1 (-1160 *5)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-793)) (-5 *1 (-576)))))
-(((*1 *1 *1) (-4 *1 (-894 *2))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1080))
- (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296)))
- (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4))))
- ((*1 *1 *1) (-4 *1 (-559)))
- ((*1 *2 *1) (-12 (-5 *2 (-948)) (-5 *1 (-694 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-948)) (-5 *1 (-699 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-841 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-918 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-4 *1 (-1026 *3)) (-4 *3 (-1248)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1246 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-1033))
- (-4 *2 (-1080)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)) (-4 *2 (-559))))
- ((*1 *1 *1) (-4 *1 (-1091))))
-(((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-3 *3 (-663 *1)))
- (-4 *1 (-1102 *4 *5 *6 *3)))))
-(((*1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-948)) (-5 *1 (-154 *3 *4 *5)) (-14 *3 *2)
- (-4 *4 (-376)) (-14 *5 (-1024 *3 *4)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1190))
- (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *2 (-13 (-376) (-870))) (-5 *1 (-184 *2 *3))
- (-4 *3 (-1274 (-171 *2)))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-376) (-870))) (-5 *1 (-184 *2 *3))
- (-4 *3 (-1274 (-171 *2))))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-229)) (-5 *3 (-793)) (-5 *1 (-230))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-171 (-229))) (-5 *3 (-793)) (-5 *1 (-230))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-419 *3)) (-4 *3 (-571))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-2 (|:| -3388 *4) (|:| -4283 (-560)))))
- (-4 *4 (-1274 (-560))) (-5 *2 (-793)) (-5 *1 (-456 *4)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-774)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-13 (-376) (-149)))
- (-5 *2 (-663 (-2 (|:| -3881 (-793)) (|:| -2188 *4) (|:| |num| *4))))
- (-5 *1 (-413 *3 *4)) (-4 *4 (-1274 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-466))
- (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1008 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 *7)) (-5 *3 (-114)) (-4 *7 (-1096 *4 *5 *6))
- (-4 *4 (-466)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *1 (-1008 *4 *5 *6 *7)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-931 *3))) (-4 *3 (-1132)) (-5 *1 (-934 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-711 *3))
- (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-711 *3))
- (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))
- (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-663 *8))) (-5 *3 (-663 *8))
- (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815))
- (-4 *7 (-871)) (-5 *2 (-114)) (-5 *1 (-1008 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-421 (-975 *5)))) (-5 *4 (-663 (-1208)))
- (-4 *5 (-571)) (-5 *2 (-663 (-663 (-975 *5)))) (-5 *1 (-1217 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-995 *3)) (-4 *3 (-1132)) (-5 *1 (-996 *3))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-149)) (-4 *2 (-319)) (-4 *2 (-466)) (-4 *3 (-871))
- (-4 *4 (-815)) (-5 *1 (-1017 *2 *3 *4 *5)) (-4 *5 (-979 *2 *4 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-326 (-560))) (-5 *1 (-1150))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-663 (-663 (-663 *5)))) (-5 *3 (-1 (-114) *5 *5))
- (-5 *4 (-663 *5)) (-4 *5 (-871)) (-5 *1 (-1219 *5)))))
-(((*1 *2) (-12 (-5 *2 (-854 (-560))) (-5 *1 (-548))))
- ((*1 *1) (-12 (-5 *1 (-854 *2)) (-4 *2 (-1132)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))))
+(733417 . 3508838147)
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-319)) (-5 *1 (-469 *3 *2)) (-4 *2 (-1274 *3))))
+ (-12 (-5 *2 (-1299 (-1299 (-560)))) (-5 *3 (-949)) (-5 *1 (-480)))))
+(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
+ ((*1 *1) (-5 *1 (-130)))
+ ((*1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
+ (-4 *4 (-175))))
+ ((*1 *1) (-5 *1 (-561))) ((*1 *1) (-5 *1 (-562)))
+ ((*1 *1) (-5 *1 (-563))) ((*1 *1) (-5 *1 (-564)))
+ ((*1 *1) (-4 *1 (-748))) ((*1 *1) (-5 *1 (-1209)))
+ ((*1 *1) (-12 (-5 *1 (-1215 *2)) (-14 *2 (-949))))
+ ((*1 *1) (-12 (-5 *1 (-1216 *2)) (-14 *2 (-949))))
+ ((*1 *1) (-5 *1 (-1255))) ((*1 *1) (-5 *1 (-1256)))
+ ((*1 *1) (-5 *1 (-1257))) ((*1 *1) (-5 *1 (-1258))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1174 *4 *2)) (-14 *4 (-949))
+ (-4 *2 (-13 (-1081) (-10 -7 (-6 (-4512 "*")))))
+ (-5 *1 (-933 *4 *2)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-143))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-146)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-663 (-1203 *5))) (-5 *3 (-1203 *5))
+ (-4 *5 (-168 *4)) (-4 *4 (-559)) (-5 *1 (-151 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-4 *3 (-319)) (-5 *1 (-474 *3 *2)) (-4 *2 (-1274 *3))))
+ (|partial| -12 (-5 *2 (-663 *3)) (-4 *3 (-1275 *5))
+ (-4 *5 (-1275 *4)) (-4 *4 (-363)) (-5 *1 (-371 *4 *5 *3))))
((*1 *2 *2 *3)
- (-12 (-4 *3 (-319)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-793)))
- (-5 *1 (-553 *3 *2 *4 *5)) (-4 *2 (-1274 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-948))) (-5 *4 (-663 (-560)))
- (-5 *2 (-711 (-560))) (-5 *1 (-1141)))))
-(((*1 *2 *3) (-12 (-5 *3 (-663 (-51))) (-5 *2 (-1304)) (-5 *1 (-883)))))
-(((*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-1234))))
- ((*1 *2 *1) (-12 (-5 *1 (-343 *2)) (-4 *2 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-630 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
- (-4 *4 (-571)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-435 *3) (-1033))) (-5 *1 (-287 *3 *2))
- (-4 *3 (-571))))
- ((*1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *1) (-5 *1 (-491))) ((*1 *1) (-4 *1 (-1234))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1248)) (-4 *3 (-385 *2))
- (-4 *4 (-385 *2))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-618 *3 *2)) (-4 *3 (-1132))
- (-4 *2 (-1248)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1190)) (-5 *3 (-663 (-270))) (-5 *1 (-271))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1202 (-421 (-975 *3)))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1171 *4 *5))) (-5 *3 (-1 (-114) *5 *5))
- (-4 *4 (-13 (-1132) (-34))) (-4 *5 (-13 (-1132) (-34)))
- (-5 *1 (-1172 *4 *5))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-1171 *3 *4))) (-4 *3 (-13 (-1132) (-34)))
- (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1172 *3 *4)))))
-(((*1 *2 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1066))
- (-5 *1 (-768)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-773)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-520)) (-5 *2 (-713 (-109))) (-5 *1 (-178))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-520)) (-5 *2 (-713 (-109))) (-5 *1 (-1116)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-724 *4 *5 *6 *7))
- (-4 *4 (-633 (-549))) (-4 *5 (-1248)) (-4 *6 (-1248))
- (-4 *7 (-1248)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-975 (-560))) (-5 *2 (-342))
- (-5 *1 (-344)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-930 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2) (-12 (-5 *1 (-930 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1190))
- (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-975 (-560))) (-5 *2 (-663 *1)) (-4 *1 (-1043))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-975 (-421 (-560)))) (-5 *2 (-663 *1)) (-4 *1 (-1043))))
- ((*1 *2 *3) (-12 (-5 *3 (-975 *1)) (-4 *1 (-1043)) (-5 *2 (-663 *1))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1202 (-560))) (-5 *2 (-663 *1)) (-4 *1 (-1043))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1202 (-421 (-560)))) (-5 *2 (-663 *1)) (-4 *1 (-1043))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1202 *1)) (-4 *1 (-1043)) (-5 *2 (-663 *1))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-870) (-376))) (-4 *3 (-1274 *4)) (-5 *2 (-663 *1))
- (-4 *1 (-1099 *4 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1156 (-560) (-630 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1022 *2)) (-4 *4 (-1274 *3)) (-4 *2 (-319))
- (-5 *1 (-427 *2 *3 *4 *5)) (-4 *5 (-13 (-424 *3 *4) (-1069 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-571)) (-4 *3 (-1132)) (-5 *2 (-1156 *3 (-630 *1)))
- (-4 *1 (-435 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1156 (-560) (-630 (-509)))) (-5 *1 (-509))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-175)) (-4 *2 (|SubsetCategory| (-748) *4))
- (-5 *1 (-638 *3 *4 *2)) (-4 *3 (-38 *4))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-175)) (-4 *2 (|SubsetCategory| (-748) *4))
- (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-739 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))))
-(((*1 *1 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193))))
- ((*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1) (-4 *1 (-894 *2)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1004 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-814))
- (-4 *4 (-871)))))
-(((*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1248)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
- (-4 *4 (-385 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-466))
- (-5 *2 (-495 *4 *5)) (-5 *1 (-650 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208))
- (-14 *4 *2))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-335 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-133)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -4206 *1) (|:| -4496 *1) (|:| |associate| *1)))
- (-4 *1 (-571)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-1208)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1156 (-560) (-630 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-319)) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4))
- (-5 *2 (-1298 *6)) (-5 *1 (-427 *3 *4 *5 *6))
- (-4 *6 (-13 (-424 *4 *5) (-1069 *4)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-4 *3 (-1132)) (-5 *2 (-1156 *3 (-630 *1)))
- (-4 *1 (-435 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1156 (-560) (-630 (-509)))) (-5 *1 (-509))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-175)) (-4 *2 (-38 *3)) (-5 *1 (-638 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-748) *3))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-175)) (-4 *2 (-739 *3)) (-5 *1 (-674 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-748) *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-711 *2)) (-4 *2 (-175)) (-5 *1 (-148 *2))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-175)) (-4 *2 (-1274 *4)) (-5 *1 (-180 *4 *2 *3))
- (-4 *3 (-746 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 (-421 (-975 *5)))) (-5 *4 (-1208))
- (-5 *2 (-975 *5)) (-5 *1 (-304 *5)) (-4 *5 (-466))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-711 (-421 (-975 *4)))) (-5 *2 (-975 *4))
- (-5 *1 (-304 *4)) (-4 *4 (-466))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-383 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1274 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-711 (-171 (-421 (-560)))))
- (-5 *2 (-975 (-171 (-421 (-560))))) (-5 *1 (-786 *4))
- (-4 *4 (-13 (-376) (-870)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *4 (-1208))
- (-5 *2 (-975 (-171 (-421 (-560))))) (-5 *1 (-786 *5))
- (-4 *5 (-13 (-376) (-870)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-975 (-421 (-560))))
- (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-870)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *4 (-1208))
- (-5 *2 (-975 (-421 (-560)))) (-5 *1 (-801 *5))
- (-4 *5 (-13 (-376) (-870))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3))
- (-4 *3 (-13 (-376) (-1234) (-1033))))))
+ (|partial| -12 (-5 *2 (-663 (-1203 (-560)))) (-5 *3 (-1203 (-560)))
+ (-5 *1 (-586))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-663 (-1203 *1))) (-5 *3 (-1203 *1))
+ (-4 *1 (-940)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-14 *4 (-663 (-1209))) (-4 *2 (-175))
+ (-4 *3 (-245 (-3819 *4) (-793)))
+ (-14 *6
+ (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *3))
+ (-2 (|:| -2081 *5) (|:| -2909 *3))))
+ (-5 *1 (-475 *4 *2 *5 *3 *6 *7)) (-4 *5 (-872))
+ (-4 *7 (-980 *2 *3 (-889 *4))))))
(((*1 *2 *3)
- (-12 (-4 *5 (-13 (-633 *2) (-175))) (-5 *2 (-915 *4))
- (-5 *1 (-173 *4 *5 *3)) (-4 *4 (-1132)) (-4 *3 (-168 *5))))
+ (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1254)) (-4 *3 (-1275 *4))
+ (-4 *5 (-1275 (-421 *3))) (-5 *2 (-114))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1120 (-864 (-391)))))
- (-5 *2 (-663 (-1120 (-864 (-229))))) (-5 *1 (-315))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-887)) (-5 *3 (-560)) (-5 *1 (-407))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-175)) (-4 *1 (-424 *3 *4))
- (-4 *4 (-1274 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3))
- (-5 *2 (-1298 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-175)) (-4 *1 (-432 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1298 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-419 *1)) (-4 *1 (-435 *3)) (-4 *3 (-571))
- (-4 *3 (-1132))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-477 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-1134)) (-5 *1 (-549))))
- ((*1 *2 *1) (-12 (-4 *1 (-633 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2) (-12 (-4 *1 (-637 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-175)) (-4 *1 (-746 *3 *2)) (-4 *2 (-1274 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3)) (-4 *3 (-1132))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-975 *3)) (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5))
- (-4 *5 (-633 (-1208))) (-4 *4 (-815)) (-4 *5 (-871))))
- ((*1 *1 *2)
- (-2191
- (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5))
- (-12 (-1372 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560)))
- (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))
- (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5))
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-975 (-421 (-560)))) (-4 *1 (-1096 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208))) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -3227 *8)))
- (-4 *7 (-1096 *4 *5 *6)) (-4 *8 (-1102 *4 *5 *6 *7)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1190))
- (-5 *1 (-1100 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -3227 *8)))
- (-4 *7 (-1096 *4 *5 *6)) (-4 *8 (-1140 *4 *5 *6 *7)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1190))
- (-5 *1 (-1176 *4 *5 *6 *7 *8))))
- ((*1 *1 *2) (-12 (-5 *2 (-1134)) (-5 *1 (-1213))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1213))))
- ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-887)) (-5 *3 (-560)) (-5 *1 (-1228))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-887)) (-5 *3 (-560)) (-5 *1 (-1228))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-802 *4 (-888 *5)))
- (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *5 (-663 (-1208)))
- (-5 *2 (-802 *4 (-888 *6))) (-5 *1 (-1326 *4 *5 *6))
- (-14 *6 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-975 *4)) (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-975 (-1055 (-421 *4)))) (-5 *1 (-1326 *4 *5 *6))
- (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-802 *4 (-888 *6)))
- (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *6 (-663 (-1208)))
- (-5 *2 (-975 (-1055 (-421 *4)))) (-5 *1 (-1326 *4 *5 *6))
- (-14 *5 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1202 *4)) (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-1202 (-1055 (-421 *4)))) (-5 *1 (-1326 *4 *5 *6))
- (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208)))))
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-899)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-663 (-1209)))
+ (-5 *2 (-663 (-663 (-391)))) (-5 *1 (-1055)) (-5 *5 (-391))))
((*1 *2 *3)
- (-12
- (-5 *3 (-1177 *4 (-545 (-888 *6)) (-888 *6) (-802 *4 (-888 *6))))
- (-4 *4 (-13 (-870) (-319) (-149) (-1051))) (-14 *6 (-663 (-1208)))
- (-5 *2 (-663 (-802 *4 (-888 *6)))) (-5 *1 (-1326 *4 *5 *6))
- (-14 *5 (-663 (-1208))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-149))
- (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1008 *3 *4 *5 *6)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1007 *4 *5 *6 *3)) (-4 *4 (-1080)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-4 *4 (-571))
- (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *2 (-1132)) (-5 *1 (-1226 *3 *2)) (-4 *3 (-1132)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-885)) (-5 *2 (-713 (-564))) (-5 *3 (-564)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1041 *2)) (-4 *2 (-1248)))))
-(((*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *1 *1 *2 *2 *2 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-505)) (-5 *2 (-713 (-593))) (-5 *1 (-593)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-851)) (-5 *3 (-1190)))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-610 *3)) (-4 *3 (-1080))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1004 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-814))
- (-4 *5 (-871)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))))
-(((*1 *1) (-5 *1 (-622))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-887))))
- ((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-992)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1186 (-560))) (-5 *1 (-1192 *4)) (-4 *4 (-1080))
- (-5 *3 (-560)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2)
- (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5)))
- (-5 *2 (-114)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-2 (|:| -3929 *4) (|:| -1687 (-560)))))
- (-4 *4 (-1132)) (-5 *2 (-1 *4)) (-5 *1 (-1048 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-954))
- (-5 *2
- (-2 (|:| |brans| (-663 (-663 (-972 (-229)))))
- (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))))
- (-5 *1 (-155))))
+ (-12 (-5 *3 (-1078 *4 *5)) (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-14 *5 (-663 (-1209))) (-5 *2 (-663 (-663 (-1056 (-421 *4)))))
+ (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114))
+ (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-954)) (-5 *4 (-421 (-560)))
- (-5 *2
- (-2 (|:| |brans| (-663 (-663 (-972 (-229)))))
- (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))))
- (-5 *1 (-155)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-663 (-421 (-975 *6))))
- (-5 *3 (-421 (-975 *6)))
- (-4 *6 (-13 (-571) (-1069 (-560)) (-149)))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-584 *6)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033)))
- (-5 *1 (-179 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *1 *1) (-4 *1 (-571))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-146))) (-5 *1 (-143))))
- ((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-143)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))
- (-5 *2 (-1066)) (-5 *1 (-770)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-848)))))
-(((*1 *2 *1) (-12 (-5 *2 (-600)) (-5 *1 (-292)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *2 (-13 (-435 (-171 *4)) (-1033) (-1234)))
- (-5 *1 (-614 *4 *3 *2)) (-4 *3 (-13 (-435 *4) (-1033) (-1234))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-103 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-705 *4 *3)) (-4 *4 (-1132))
- (-4 *3 (-1132)))))
-(((*1 *2) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-105)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1186 (-560))) (-5 *1 (-1192 *4)) (-4 *4 (-1080))
- (-5 *3 (-560)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1080)) (-4 *2 (-708 *4 *5 *6))
- (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1274 *4)) (-4 *5 (-385 *4))
- (-4 *6 (-385 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1115 *3)) (-4 *3 (-134)))))
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114))
+ (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114))
+ (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-976 *4)))
+ (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-663 (-1056 (-421 *4))))) (-5 *1 (-1327 *4 *5 *6))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))))
+(((*1 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
(((*1 *2 *3)
- (-12 (-4 *2 (-1274 *4)) (-5 *1 (-831 *4 *2 *3 *5))
- (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *3 (-680 *2))
- (-4 *5 (-680 (-421 *2))))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1202 *7))
- (-4 *5 (-1080)) (-4 *7 (-1080)) (-4 *2 (-1274 *5))
- (-5 *1 (-515 *5 *2 *6 *7)) (-4 *6 (-1274 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
+ (-12 (-5 *3 (-663 (-949))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-319)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
- (-5 *2
- (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
- (-5 *1 (-1155 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1094)) (-5 *3 (-1190)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1274 *2)) (-4 *2 (-1253)) (-5 *1 (-150 *2 *4 *3))
- (-4 *3 (-1274 (-421 *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-948)) (-4 *1 (-766 *3)) (-4 *3 (-175)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-975 *4)) (-4 *4 (-13 (-319) (-149)))
- (-4 *2 (-979 *4 *6 *5)) (-5 *1 (-953 *4 *5 *6 *2))
- (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1080)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1274 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-931 *3))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-501)))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-915 *4)) (-4 *4 (-1132)) (-5 *2 (-114))
- (-5 *1 (-913 *4 *5)) (-4 *5 (-1132))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-915 *5)) (-4 *5 (-1132)) (-5 *2 (-114))
- (-5 *1 (-916 *5 *3)) (-4 *3 (-1248))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *6)) (-5 *4 (-915 *5)) (-4 *5 (-1132))
- (-4 *6 (-1248)) (-5 *2 (-114)) (-5 *1 (-916 *5 *6)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1202 *1)) (-5 *3 (-1208)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-975 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1208)) (-4 *1 (-29 *3)) (-4 *3 (-571))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-571))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1202 *2)) (-5 *4 (-1208)) (-4 *2 (-435 *5))
- (-5 *1 (-32 *5 *2)) (-4 *5 (-571))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1202 *1)) (-5 *3 (-948)) (-4 *1 (-1043))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-1202 *1)) (-5 *3 (-948)) (-5 *4 (-887))
- (-4 *1 (-1043))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *3 (-948)) (-4 *4 (-13 (-870) (-376)))
- (-4 *1 (-1099 *4 *2)) (-4 *2 (-1274 *4)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-948))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))))
+ (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3))
+ (-4 *3 (-13 (-376) (-1235) (-1034))))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1116 *3)) (-4 *3 (-134)))))
+(((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-369 *3)) (-4 *3 (-363)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-711 *5)) (-4 *5 (-1080)) (-5 *1 (-1085 *3 *4 *5))
- (-14 *3 (-793)) (-14 *4 (-793)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-442 *4 *2)) (-4 *2 (-13 (-1234) (-29 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208)) (-4 *5 (-149))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-326 *5))
- (-5 *1 (-603 *5)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1066)) (-5 *1 (-315))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1066))) (-5 *2 (-1066)) (-5 *1 (-315))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-673 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *1) (-5 *1 (-1094)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1186 (-1186 *4))) (-5 *2 (-1186 *4)) (-5 *1 (-1187 *4))
- (-4 *4 (-1248))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7))))
- (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1298 *6)) (-5 *4 (-1298 (-560))) (-5 *5 (-560))
- (-4 *6 (-1132)) (-5 *2 (-1 *6)) (-5 *1 (-1048 *6)))))
+ (-12 (-5 *2 (-663 *5)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5))
+ (-14 *3 (-560)) (-14 *4 (-793)))))
+(((*1 *2 *3) (-12 (-5 *2 (-115)) (-5 *1 (-116 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-114) *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571))
+ (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8))))
+ (-5 *1 (-1009 *5 *6 *7 *8)) (-5 *4 (-663 *8)))))
+(((*1 *2 *2) (-12 (-5 *1 (-601 *2)) (-4 *2 (-559)))))
+(((*1 *1) (-5 *1 (-146))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1191)) (-5 *3 (-848)) (-5 *1 (-847)))))
+(((*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-723))))
+ ((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-723)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-1080)) (-5 *1 (-734 *3 *4))
- (-4 *4 (-1274 *3)))))
+ (-12 (-4 *3 (-1081)) (-5 *1 (-852 *2 *3)) (-4 *2 (-730 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-571))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3622 *4)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
- ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
- ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))))
-(((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))))
+ (-12 (-5 *3 (-1 (-114) *6)) (-4 *6 (-13 (-1133) (-1070 *5)))
+ (-4 *5 (-912 *4)) (-4 *4 (-1133)) (-5 *2 (-1 (-114) *5))
+ (-5 *1 (-961 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-171 *5)) (-4 *5 (-13 (-435 *4) (-1034) (-1235)))
+ (-4 *4 (-571)) (-4 *2 (-13 (-435 (-171 *4)) (-1034) (-1235)))
+ (-5 *1 (-614 *4 *5 *2)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1131 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2 (-1 *5 *5)) (-5 *1 (-828 *4 *5))
+ (-4 *5 (-13 (-29 *4) (-1235) (-990))))))
+(((*1 *1) (-5 *1 (-625))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-951)) (-5 *2 (-713 (-663 *1))) (-5 *3 (-663 *1)))))
(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-1202 (-975 *4))) (-5 *1 (-431 *3 *4))
+ (-12 (-4 *4 (-175)) (-5 *2 (-1203 (-976 *4))) (-5 *1 (-431 *3 *4))
(-4 *3 (-432 *4))))
((*1 *2)
(-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-4 *3 (-376))
- (-5 *2 (-1202 (-975 *3)))))
+ (-5 *2 (-1203 (-976 *3)))))
((*1 *2)
- (-12 (-5 *2 (-1202 (-421 (-975 *3)))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
+ (-12 (-5 *2 (-1203 (-421 (-976 *3)))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1187 *4)) (-5 *3 (-1 *4 (-560))) (-4 *4 (-1081))
+ (-5 *1 (-1193 *4)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-543)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-305 *2)) (-4 *2 (-748)) (-4 *2 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1202 *9)) (-5 *4 (-663 *7)) (-5 *5 (-663 *8))
- (-4 *7 (-871)) (-4 *8 (-1080)) (-4 *9 (-979 *8 *6 *7))
- (-4 *6 (-815)) (-5 *2 (-1202 *8)) (-5 *1 (-333 *6 *7 *8 *9)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-663 (-1267 *5 *4)))
- (-5 *1 (-1145 *4 *5)) (-5 *3 (-1267 *5 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-560))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))))
-(((*1 *2 *2)
- (-12
+ (-12 (-5 *3 (-711 *6)) (-5 *5 (-1 (-419 (-1203 *6)) (-1203 *6)))
+ (-4 *6 (-376))
(-5 *2
(-663
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-793)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-815)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-466)) (-4 *5 (-871))
- (-5 *1 (-464 *3 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-5 *1 (-450)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-319))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-462 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 *7)) (-5 *3 (-1190)) (-4 *7 (-979 *4 *5 *6))
- (-4 *4 (-319)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *1 (-462 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-663 *7)) (-5 *3 (-1190)) (-4 *7 (-979 *4 *5 *6))
- (-4 *4 (-319)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *1 (-462 *4 *5 *6 *7)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-518 *3 *4 *5 *6))) (-4 *3 (-376)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871))
- (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1102 *4 *5 *6 *7))
- (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 *1))
- (-4 *1 (-1102 *4 *5 *6 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2076 *4)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1255))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*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 (-711 (-229))) (-5 *6 (-114)) (-5 *7 (-711 (-560)))
- (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS))))
- (-5 *3 (-560)) (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-775)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-571) (-149)))
- (-5 *2 (-2 (|:| -1432 *3) (|:| -1448 *3))) (-5 *1 (-1270 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-915 *4)) (-4 *4 (-1132)) (-5 *1 (-913 *4 *3))
- (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-560)) (-5 *2 (-663 (-663 (-229)))) (-5 *1 (-1245)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-1132)) (-4 *2 (-927 *4)) (-5 *1 (-714 *4 *2 *5 *3))
- (-4 *5 (-385 *2)) (-4 *3 (-13 (-385 *4) (-10 -7 (-6 -4509)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-291)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559))
- (-5 *2 (-421 (-560)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-419 *3)) (-4 *3 (-559))
- (-4 *3 (-571))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-559)) (-5 *2 (-421 (-560)))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-818 *3)) (-4 *3 (-175)) (-4 *3 (-559))
- (-5 *2 (-421 (-560)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-854 *3)) (-4 *3 (-559))
- (-4 *3 (-1132))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-864 *3)) (-4 *3 (-559))
- (-4 *3 (-1132))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1029 *3)) (-4 *3 (-175)) (-4 *3 (-559))
- (-5 *2 (-421 (-560)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-1039 *3))
- (-4 *3 (-1069 *2)))))
-(((*1 *2 *3 *3 *3 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-1298 *5)) (-5 *3 (-793)) (-5 *4 (-1151)) (-4 *5 (-363))
- (-5 *1 (-542 *5)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229)))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2))))
- (-5 *2 (-1066)) (-5 *1 (-775)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1120 (-864 (-391)))) (-5 *2 (-1120 (-864 (-229))))
- (-5 *1 (-315)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1134)) (-5 *3 (-795)) (-5 *1 (-51)))))
-(((*1 *2 *1) (-12 (-4 *1 (-236 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-239)) (-5 *2 (-793))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *1 (-274 *4))
- (-4 *4 (-1248))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3)) (-4 *3 (-1248))))
- ((*1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-921 *2 *3)) (-4 *3 (-1248)) (-4 *2 (-1248))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 (-793))) (-4 *1 (-929 *4))
- (-4 *4 (-1132))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-929 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *1 (-929 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1132)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-706 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 *3)) (-4 *3 (-979 *5 *6 *7)) (-4 *5 (-466))
- (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
- (-5 *1 (-464 *5 *6 *7 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-887)))))
-(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-781)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-385 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1202 *9)) (-5 *4 (-663 *7)) (-4 *7 (-871))
- (-4 *9 (-979 *8 *6 *7)) (-4 *6 (-815)) (-4 *8 (-319))
- (-5 *2 (-663 (-793))) (-5 *1 (-764 *6 *7 *8 *9)) (-5 *5 (-793)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-860))) (-5 *1 (-142)))))
-(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-954)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 *2)))
- (-5 *2 (-915 *3)) (-5 *1 (-1106 *3 *4 *5))
- (-4 *5 (-13 (-435 *4) (-911 *3) (-633 *2))))))
+ (-2 (|:| |outval| *7) (|:| |outmult| (-560))
+ (|:| |outvect| (-663 (-711 *7))))))
+ (-5 *1 (-546 *6 *7 *4)) (-4 *7 (-376)) (-4 *4 (-13 (-376) (-871))))))
(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
- (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
- (-4 *7 (-1022 *4)) (-4 *2 (-708 *7 *8 *9))
- (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-708 *4 *5 *6))
- (-4 *8 (-385 *7)) (-4 *9 (-385 *7))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080))
- (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-376))))
- ((*1 *2 *2)
- (|partial| -12 (-4 *3 (-376)) (-4 *3 (-175)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2))
- (-4 *2 (-708 *3 *4 *5))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-711 *2)) (-4 *2 (-376)) (-4 *2 (-1080))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1154 *2 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-245 *2 *3)) (-4 *5 (-245 *2 *3)) (-4 *3 (-376))))
- ((*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-1219 *3)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-154 *2 *3 *4)) (-14 *2 (-948)) (-4 *3 (-376))
- (-14 *4 (-1024 *2 *3))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1274 *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 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175))
- (-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 (-740 *2)) (-4 *2 (-376))))
- ((*1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
- ((*1 *1 *1) (|partial| -4 *1 (-744)))
- ((*1 *1 *1) (|partial| -4 *1 (-748)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
- (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-4 *1 (-1099 *3 *2)) (-4 *3 (-13 (-870) (-376)))
- (-4 *2 (-1274 *3))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-114)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4)))
- (-5 *2 (-2 (|:| |num| (-1298 *4)) (|:| |den| *4))))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
- (-4 *4 (-175))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2))
- (-4 *2 (-435 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1123 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571))
- (-5 *1 (-160 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1123 *1)) (-4 *1 (-162))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1208))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-479 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-1319 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-175)))))
-(((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1208))
- (-5 *2
- (-2 (|:| |zeros| (-1186 (-229))) (|:| |ones| (-1186 (-229)))
- (|:| |singularities| (-1186 (-229)))))
- (-5 *1 (-105)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-229)) (-5 *4 (-560))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))
- (-5 *2 (-1066)) (-5 *1 (-770)))))
-(((*1 *1 *2 *3 *3 *4 *5)
- (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *3 (-663 (-898)))
- (-5 *4 (-663 (-948))) (-5 *5 (-663 (-270))) (-5 *1 (-482))))
- ((*1 *1 *2 *3 *3 *4)
- (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *3 (-663 (-898)))
- (-5 *4 (-663 (-948))) (-5 *1 (-482))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *1 (-482))))
- ((*1 *1 *1) (-5 *1 (-482))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571))
- (-5 *2 (-2 (|:| -1398 *4) (|:| -2010 *3) (|:| -4415 *3)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-1096 *3 *4 *5))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-571)) (-4 *3 (-1080))
- (-5 *2 (-2 (|:| -1398 *3) (|:| -2010 *1) (|:| -4415 *1)))
- (-4 *1 (-1274 *3)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-1007 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)) (-4 *5 (-1096 *3 *4 *2)))))
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034)))
+ (-5 *1 (-179 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-944 *3)) (-4 *3 (-319)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 (-560))))
- (-5 *2 (-1298 (-421 (-560)))) (-5 *1 (-1327 *4)))))
-(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-777)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304))
- (-5 *1 (-1103 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304))
- (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
+ (-12 (-5 *3 (-1203 *1)) (-5 *4 (-1209)) (-4 *1 (-27))
+ (-5 *2 (-663 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1203 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-976 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *2 (-663 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *7)) (-4 *7 (-871))
- (-4 *8 (-979 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-815))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1298 (-421 *8)) "failed"))
- (|:| -1868 (-663 (-1298 (-421 *8))))))
- (-5 *1 (-691 *5 *6 *7 *8)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-600)) (-5 *3 (-611)) (-5 *4 (-303)) (-5 *1 (-292)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229)))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1))))
- (-5 *2 (-1066)) (-5 *1 (-775)))))
-(((*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253))
- (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175))))
- ((*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-995 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3 *2)
- (-12
+ (-12 (-5 *4 (-305 (-866 *3))) (-4 *3 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560))))
(-5 *2
- (-663
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *3)
- (|:| |polj| *3))))
- (-4 *5 (-815)) (-4 *3 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-871))
- (-5 *1 (-464 *4 *5 *6 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1080)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1274 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080))
- (-14 *4 (-663 (-1208)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-560)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871)))
- (-14 *4 (-663 (-1208)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1080)) (-4 *3 (-871))
- (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-286))))
+ (-3 (-866 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-866 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-866 *3) "failed")))
+ "failed"))
+ (-5 *1 (-655 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-305 *3)) (-5 *5 (-1191))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-866 *3)) (-5 *1 (-655 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1202 *8)) (-5 *4 (-663 *6)) (-4 *6 (-871))
- (-4 *8 (-979 *7 *5 *6)) (-4 *5 (-815)) (-4 *7 (-1080))
- (-5 *2 (-663 (-793))) (-5 *1 (-333 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-948))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175))
- (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-484 *3 *2)) (-4 *3 (-175)) (-4 *2 (-23))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-571)) (-5 *2 (-560)) (-5 *1 (-642 *3 *4))
- (-4 *4 (-1274 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-730 *3)) (-4 *3 (-1080)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-876 *3)) (-4 *3 (-1080)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-931 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-934 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *6)) (-4 *1 (-979 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 (-793)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-979 *4 *5 *3)) (-4 *4 (-1080)) (-4 *5 (-815))
- (-4 *3 (-871)) (-5 *2 (-793))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1004 *3 *2 *4)) (-4 *3 (-1080)) (-4 *4 (-871))
- (-4 *2 (-814))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-793))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1262 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1291 *3))
- (-5 *2 (-560))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1283 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1260 *3))
- (-5 *2 (-421 (-560)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-854 (-948)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1321 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *2 (-793)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-435 *3) (-1033))) (-5 *1 (-287 *3 *2))
- (-4 *3 (-571)))))
-(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *1 (-818 *2)) (-4 *2 (-175))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1027 *3)) (-4 *3 (-175)) (-5 *1 (-820 *3)))))
-(((*1 *2 *3 *3 *1)
- (-12 (-5 *3 (-520)) (-5 *2 (-713 (-1134))) (-5 *1 (-303)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-174)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1173 *3 *4)) (-14 *3 (-948)) (-4 *4 (-376))
- (-5 *1 (-1024 *3 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *4 (-571))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| -4257 *4))) (-5 *1 (-1000 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *1) (-5 *1 (-625))))
-(((*1 *2) (-12 (-5 *2 (-864 (-560))) (-5 *1 (-548))))
- ((*1 *1) (-12 (-5 *1 (-864 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-495 *4 *5))) (-14 *4 (-663 (-1208)))
- (-4 *5 (-466)) (-5 *2 (-663 (-255 *4 *5))) (-5 *1 (-650 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-459 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1120 (-864 (-229)))) (-5 *1 (-315)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-376) (-149) (-1069 (-560))))
- (-4 *5 (-1274 *4)) (-5 *2 (-663 (-421 *5))) (-5 *1 (-1047 *4 *5))
- (-5 *3 (-421 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1221 (-663 *4))) (-4 *4 (-871))
- (-5 *2 (-663 (-663 *4))) (-5 *1 (-1219 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-974 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-5 *2 (-114)))))
-(((*1 *2) (-12 (-5 *2 (-1179 (-1190))) (-5 *1 (-405)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2) (-12 (-5 *2 (-864 (-560))) (-5 *1 (-548))))
- ((*1 *1) (-12 (-5 *1 (-864 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
- (-12 (-5 *3 (-1190)) (-5 *5 (-711 (-229))) (-5 *6 (-229))
- (-5 *7 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-229))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-229))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-391))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-391)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1132)) (-4 *6 (-1132))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *5 (-1132)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-571)) (-4 *2 (-466)) (-5 *1 (-1000 *2 *3))
- (-4 *3 (-1274 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-956)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-5 *2 (-663 *1)) (-4 *1 (-1165 *3)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-560)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1248))
- (-4 *3 (-385 *4)) (-4 *5 (-385 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1057 (-864 (-560)))) (-5 *1 (-609 *3)) (-4 *3 (-1080)))))
-(((*1 *2) (-12 (-5 *2 (-132)) (-5 *1 (-1218)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1080)) (-5 *1 (-1272 *3 *2)) (-4 *2 (-1274 *3)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |pde| (-663 (-326 (-229))))
- (|:| |constraints|
- (-663
- (-2 (|:| |start| (-229)) (|:| |finish| (-229))
- (|:| |grid| (-793)) (|:| |boundaryType| (-560))
- (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229))))))
- (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190))
- (|:| |tol| (-229))))
- (-5 *2 (-114)) (-5 *1 (-213)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1318 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-1080)) (-4 *4 (-175))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080))
- (-4 *3 (-175)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-972 (-229)) (-229) (-229)))
- (-5 *3 (-1 (-229) (-229) (-229) (-229))) (-5 *1 (-265)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1248)) (-4 *2 (-871))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-385 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-999 *2)) (-4 *2 (-871))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-1080))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 *1)) (-4 *1 (-1165 *3)) (-4 *3 (-1080))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 (-1196 *3 *4))) (-5 *1 (-1196 *3 *4))
- (-14 *3 (-948)) (-4 *4 (-1080))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
- (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *1 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319)))))
-(((*1 *1) (-5 *1 (-611))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1248)) (-5 *2 (-793)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-793)) (-4 *4 (-13 (-571) (-149)))
- (-5 *1 (-1270 *4 *2)) (-4 *2 (-1274 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *2 *3 *3 *2)
- (|partial| -12 (-5 *2 (-793))
- (-4 *3 (-13 (-748) (-381) (-10 -7 (-15 ** (*3 *3 (-560))))))
- (-5 *1 (-253 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4))
+ (-12 (-5 *4 (-305 (-866 (-976 *5)))) (-4 *5 (-466))
(-5 *2
- (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-421 *5))
- (|:| |c2| (-421 *5)) (|:| |deg| (-793))))
- (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1274 (-421 *5))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1235 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948))
- (-5 *2
- (-3 (-1202 *4)
- (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151)))))))
- (-5 *1 (-360 *4)) (-4 *4 (-363)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *2 (-663 (-171 *4))) (-5 *1 (-157 *3 *4))
- (-4 *3 (-1274 (-171 (-560)))) (-4 *4 (-13 (-376) (-870)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-663 (-171 *4)))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4)))))
+ (-3 (-866 (-421 (-976 *5)))
+ (-2 (|:| |leftHandLimit| (-3 (-866 (-421 (-976 *5))) "failed"))
+ (|:| |rightHandLimit| (-3 (-866 (-421 (-976 *5))) "failed")))
+ "failed"))
+ (-5 *1 (-656 *5)) (-5 *3 (-421 (-976 *5)))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-663 (-171 *4)))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-663 (-1208))) (-4 *4 (-1132))
- (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4))))
- (-5 *1 (-1106 *4 *5 *2))
- (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4))))))
- ((*1 *1 *2 *2)
- (-12 (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3))))
- (-5 *1 (-1106 *3 *4 *2))
- (-4 *2 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-1208)) (-5 *2 (-114))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *5)) (-4 *5 (-13 (-1080) (-660 *4)))
- (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-658 *4 *5)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-871)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *3 (-663 (-898)))
- (-5 *1 (-482)))))
-(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-972 (-229)) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-972 (-229)) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
- ((*1 *1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-972 (-229)) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-956))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-972 (-229)) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-956)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-13 (-376) (-870))) (-5 *1 (-184 *2 *3))
- (-4 *3 (-1274 (-171 *2))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-376)) (-4 *3 (-1080))
- (-5 *1 (-1192 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1186 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1080))
- (-5 *3 (-421 (-560))) (-5 *1 (-1192 *4)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-114)) (-5 *5 (-1128 (-793))) (-5 *6 (-793))
+ (-12 (-5 *4 (-305 (-421 (-976 *5)))) (-5 *3 (-421 (-976 *5)))
+ (-4 *5 (-466))
(-5 *2
- (-2 (|:| |contp| (-560))
- (|:| -3980 (-663 (-2 (|:| |irr| *3) (|:| -3443 (-560)))))))
- (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))))
-(((*1 *1 *1) (-5 *1 (-229))) ((*1 *1 *1) (-5 *1 (-391)))
- ((*1 *1) (-5 *1 (-391))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1323 *3 *4)) (-4 *1 (-387 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-175))))
- ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-399 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-841 *2)) (-4 *2 (-871))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-841 *3)) (-4 *1 (-1318 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-774)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-795)) (-5 *1 (-115))))
- ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1190)) (-5 *3 (-795)) (-5 *1 (-115)))))
-(((*1 *1 *1) (-4 *1 (-176)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-378 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-119 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-119 *2)) (-14 *2 (-560))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-895 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-895 *2)) (-14 *2 (-560))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-560)) (-14 *3 *2) (-5 *1 (-896 *3 *4))
- (-4 *4 (-894 *3))))
- ((*1 *1 *1)
- (-12 (-14 *2 (-560)) (-5 *1 (-896 *2 *3)) (-4 *3 (-894 *2))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-560)) (-4 *1 (-1262 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-1291 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1262 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-1291 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *1 (-826 *4 *2)) (-4 *2 (-13 (-29 *4) (-1234) (-989))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-776)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-498 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-270))))
- ((*1 *1)
- (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175))))
- ((*1 *2 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954))))
- ((*1 *1 *2 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-663 (-1 (-229) (-229)))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1 (-229) (-229)))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
+ (-3 (-866 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-866 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-866 *3) "failed")))
+ "failed"))
+ (-5 *1 (-656 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1208)) (-5 *5 (-1120 (-229))) (-5 *2 (-954))
- (-5 *1 (-955 *3)) (-4 *3 (-633 (-549)))))
- ((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *4 (-1208)) (-5 *5 (-1120 (-229))) (-5 *2 (-954))
- (-5 *1 (-955 *3)) (-4 *3 (-633 (-549)))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-956))))
- ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-956))))
- ((*1 *1 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-956)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
- (-4 *4 (-571)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-1298 *4))) (-4 *4 (-1080)) (-5 *2 (-711 *4))
- (-5 *1 (-1061 *4)))))
-(((*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *2 *3 *3)
- (|partial| -12 (-5 *3 (-1208))
- (-4 *4 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-589 *4 *2))
- (-4 *2 (-13 (-1234) (-989) (-1170) (-29 *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-252 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-91 *3)))))
+ (|partial| -12 (-5 *4 (-305 (-421 (-976 *6)))) (-5 *5 (-1191))
+ (-5 *3 (-421 (-976 *6))) (-4 *6 (-466)) (-5 *2 (-866 *3))
+ (-5 *1 (-656 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-51)) (-5 *1 (-1228)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-330)) (-5 *3 (-229)))))
-(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481))))
- ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))))
-(((*1 *2 *2)
(-12
- (-5 *2
- (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229)))
- (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229))))
- (|:| |ub| (-663 (-864 (-229))))))
- (-5 *1 (-278)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1321 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *2 (-841 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-868)) (-5 *1 (-1322 *3 *2)) (-4 *3 (-1080)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-704 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 *3)) (-4 *3 (-1140 *5 *6 *7 *8))
- (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *8 (-1096 *5 *6 *7)) (-5 *2 (-114))
- (-5 *1 (-605 *5 *6 *7 *8 *3)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-783))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-931 *4)) (-4 *4 (-1132)) (-5 *2 (-663 (-793)))
- (-5 *1 (-934 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-419 *3)) (-4 *3 (-571)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5))
- (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1312 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571))
- (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1312 *5 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *2 (-1066))
- (-5 *1 (-771)))))
-(((*1 *2 *3 *4 *5 *6 *7 *6)
- (|partial| -12
- (-5 *5
- (-2 (|:| |contp| *3)
- (|:| -3980 (-663 (-2 (|:| |irr| *10) (|:| -3443 (-560)))))))
- (-5 *6 (-663 *3)) (-5 *7 (-663 *8)) (-4 *8 (-871)) (-4 *3 (-319))
- (-4 *10 (-979 *3 *9 *8)) (-4 *9 (-815))
- (-5 *2
- (-2 (|:| |polfac| (-663 *10)) (|:| |correct| *3)
- (|:| |corrfact| (-663 (-1202 *3)))))
- (-5 *1 (-644 *8 *9 *3 *10)) (-5 *4 (-663 (-1202 *3))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *3 (-815)) (-4 *5 (-871)) (-5 *2 (-114))
- (-5 *1 (-464 *4 *3 *5 *6)) (-4 *6 (-979 *4 *3 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-4 *7 (-979 *4 *6 *5))
- (-5 *2
- (-2 (|:| |sysok| (-114)) (|:| |z0| (-663 *7)) (|:| |n0| (-663 *7))))
- (-5 *1 (-953 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1066)) (-5 *3 (-1208)) (-5 *1 (-195)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4))
- (-4 *4 (-363)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1248)) (-5 *2 (-793)) (-5 *1 (-185 *4 *3))
- (-4 *3 (-696 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-948)) (|has| *1 (-6 -4500)) (-4 *1 (-418))))
- ((*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-948))))
- ((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-721))))
- ((*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-721)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1208))
- (-4 *4 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-572 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-559))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033)))
- (-5 *1 (-179 *3)))))
-(((*1 *1 *1 *1) (-4 *1 (-487))) ((*1 *1 *1 *1) (-4 *1 (-783))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-450)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))
- (-5 *2 (-2 (|:| |bas| (-490 *4 *5 *6 *7)) (|:| -2765 (-663 *7))))
- (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
-(((*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271))))
- ((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481))))
- ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 (-630 *4))) (-4 *4 (-435 *3)) (-4 *3 (-1132))
- (-5 *1 (-587 *3 *4))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-913 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-114) *2)) (-4 *2 (-134)) (-5 *1 (-1115 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-560) *2 *2)) (-4 *2 (-134)) (-5 *1 (-1115 *2)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *5 (-435 *4))
- (-5 *2 (-419 (-1202 (-421 (-560))))) (-5 *1 (-449 *4 *5 *3))
- (-4 *3 (-1274 *5)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
-(((*1 *1) (-5 *1 (-146))) ((*1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-451)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-451)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-713 (-897 (-995 *3) (-995 *3)))) (-5 *1 (-995 *3))
- (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4))
- (-4 *4 (-363)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-376)) (-5 *2 (-711 *4))
- (-5 *1 (-836 *4 *5)) (-4 *5 (-680 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *5)) (-5 *4 (-793)) (-4 *5 (-376))
- (-5 *2 (-711 *5)) (-5 *1 (-836 *5 *6)) (-4 *6 (-680 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-711 (-326 (-229))))
- (-5 *2
- (-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))))
- (-5 *1 (-208)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-711 (-421 (-975 (-560))))) (-5 *2 (-663 (-326 (-560))))
- (-5 *1 (-1059)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-1096 *4 *5 *6)) (-4 *4 (-571))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-1008 *4 *5 *6 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-954)))))
-(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *2 (-1066)) (-5 *1 (-773)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-777)))))
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *2)
+ (|:| |polj| *2)))
+ (-4 *5 (-817)) (-4 *2 (-980 *4 *5 *6)) (-5 *1 (-464 *4 *5 *6 *2))
+ (-4 *4 (-466)) (-4 *6 (-872)))))
(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-629 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-187 (-141)))) (-5 *1 (-142)))))
-(((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-51)) (-5 *1 (-851)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *3 (-571)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-187 (-141)))) (-5 *1 (-142)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-793)) (-5 *3 (-972 *5)) (-4 *5 (-1080))
- (-5 *1 (-1196 *4 *5)) (-14 *4 (-948))))
+ (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-229)))) (-5 *1 (-957)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-793)) (-4 *3 (-1249)) (-4 *1 (-57 *3 *4 *5))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
+ ((*1 *1) (-5 *1 (-174)))
+ ((*1 *1) (-12 (-5 *1 (-216 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1191)) (-4 *1 (-403))))
+ ((*1 *1) (-5 *1 (-407)))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-4 *1 (-673 *3)) (-4 *3 (-1249))))
+ ((*1 *1)
+ (-12 (-4 *3 (-1133)) (-5 *1 (-911 *2 *3 *4)) (-4 *2 (-1133))
+ (-4 *4 (-688 *3))))
+ ((*1 *1) (-12 (-5 *1 (-914 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133))))
+ ((*1 *1 *2)
+ (-12 (-5 *1 (-1174 *3 *2)) (-14 *3 (-793)) (-4 *2 (-1081))))
+ ((*1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081))))
+ ((*1 *1 *1) (-5 *1 (-1209))) ((*1 *1) (-5 *1 (-1209)))
+ ((*1 *1) (-5 *1 (-1229))))
+(((*1 *2 *1) (-12 (-5 *2 (-795)) (-5 *1 (-51)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-973 *5)) (-4 *5 (-1081)) (-5 *2 (-793))
+ (-5 *1 (-1197 *4 *5)) (-14 *4 (-949))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-793))) (-5 *3 (-793)) (-5 *1 (-1196 *4 *5))
- (-14 *4 (-948)) (-4 *5 (-1080))))
+ (-12 (-5 *2 (-663 (-793))) (-5 *3 (-793)) (-5 *1 (-1197 *4 *5))
+ (-14 *4 (-949)) (-4 *5 (-1081))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-793))) (-5 *3 (-972 *5)) (-4 *5 (-1080))
- (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-1196 3 *3))))
- ((*1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1164 (-229))) (-5 *1 (-1302))))
- ((*1 *2 *1) (-12 (-5 *2 (-1164 (-229))) (-5 *1 (-1302)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-319))
- (-5 *1 (-945 *3 *4 *5 *2)) (-4 *2 (-979 *5 *3 *4))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1202 *6)) (-4 *6 (-979 *5 *3 *4)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *5 (-319)) (-5 *1 (-945 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *6 *4 *5))
- (-5 *1 (-945 *4 *5 *6 *2)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-319)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-560)) (-5 *1 (-391)))))
+ (-12 (-5 *2 (-663 (-793))) (-5 *3 (-973 *5)) (-4 *5 (-1081))
+ (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1081) (-739 (-421 (-560)))))
+ (-4 *5 (-872)) (-5 *1 (-1316 *4 *5 *2)) (-4 *2 (-1322 *5 *4)))))
(((*1 *2 *3)
- (-12
+ (-12 (-4 *1 (-824))
(-5 *3
- (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))
- (-5 *2 (-663 (-229))) (-5 *1 (-315)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *3)) (-5 *1 (-1159 *4 *3)) (-4 *4 (-1274 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *7)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5))
- (-5 *1 (-1019 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-663 *7)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5))
- (-5 *1 (-1138 *3 *4 *5 *6 *7)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-4 *4 (-1132))
- (-5 *1 (-587 *4 *2)) (-4 *2 (-435 *4)))))
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
+ (-5 *2 (-1067)))))
+(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-955)))))
+(((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1249))
+ (-5 *2 (-663 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-758 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-453))) (-5 *1 (-890)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 *5)))
- (-4 *5 (-376)) (-4 *5 (-571)) (-5 *2 (-1298 *5))
- (-5 *1 (-658 *5 *4))))
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-326 *5)))
+ (-5 *1 (-1161 *5))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 *5)))
- (-1372 (-4 *5 (-376))) (-4 *5 (-571)) (-5 *2 (-1298 (-421 *5)))
- (-5 *1 (-658 *5 *4)))))
-(((*1 *2 *3 *3 *2 *4)
- (-12 (-5 *3 (-711 *2)) (-5 *4 (-560))
- (-4 *2 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *5 (-1274 *2)) (-5 *1 (-513 *2 *5 *6)) (-4 *6 (-424 *2 *5)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))))
-(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-956)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1164 (-229))) (-5 *3 (-663 (-270))) (-5 *1 (-1302))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1164 (-229))) (-5 *3 (-1190)) (-5 *1 (-1302))))
- ((*1 *1 *1) (-5 *1 (-1302))))
-(((*1 *2 *3)
- (-12 (|has| *6 (-6 -4510)) (-4 *4 (-376)) (-4 *5 (-385 *4))
- (-4 *6 (-385 *4)) (-5 *2 (-663 *6)) (-5 *1 (-535 *4 *5 *6 *3))
- (-4 *3 (-708 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (|has| *9 (-6 -4510)) (-4 *4 (-571)) (-4 *5 (-385 *4))
- (-4 *6 (-385 *4)) (-4 *7 (-1022 *4)) (-4 *8 (-385 *7))
- (-4 *9 (-385 *7)) (-5 *2 (-663 *6))
- (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-708 *4 *5 *6))
- (-4 *10 (-708 *7 *8 *9))))
+ (-12 (-5 *3 (-663 (-421 (-976 *5)))) (-5 *4 (-663 (-1209)))
+ (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-326 *5))))
+ (-5 *1 (-1161 *5)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-133))
+ (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 *4))))))
((*1 *2 *1)
- (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-663 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4))
- (-4 *6 (-385 *4)) (-5 *2 (-663 *6)) (-5 *1 (-710 *4 *5 *6 *3))
- (-4 *3 (-708 *4 *5 *6))))
+ (-12 (-4 *1 (-523 *3 *4)) (-4 *3 (-102)) (-4 *4 (-875))
+ (-5 *2 (-663 (-898 *4 *3)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571))
- (-5 *2 (-663 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
+ (-12 (-5 *2 (-663 (-2 (|:| -3265 *3) (|:| -2724 *4))))
+ (-5 *1 (-757 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-748))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1278 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (-5 *2 (-1187 (-2 (|:| |k| *4) (|:| |c| *3)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1255))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-538)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1279 *3 *4 *5)) (-4 *3 (-376)) (-14 *4 (-1208))
- (-14 *5 *3) (-5 *1 (-331 *3 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1072)) (-5 *3 (-391)))))
-(((*1 *1) (-5 *1 (-482))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
+ (-12 (-5 *2 (-663 (-2 (|:| -1919 *3) (|:| -3529 *4))))
+ (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *1 (-1226 *3 *4))))
+ ((*1 *1) (-12 (-4 *1 (-1226 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-51)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-119 *4)) (-14 *4 *3)
+ (-5 *3 (-560))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-896 *4)) (-14 *4 *3)
+ (-5 *3 (-560))))
+ ((*1 *2 *1 *3)
+ (-12 (-14 *4 *3) (-5 *2 (-421 (-560))) (-5 *1 (-897 *4 *5))
+ (-5 *3 (-560)) (-4 *5 (-895 *4))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-1044)) (-5 *2 (-421 (-560)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1100 *2 *3)) (-4 *2 (-13 (-871) (-376)))
+ (-4 *3 (-1275 *2))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1278 *2 *3)) (-4 *3 (-816))
+ (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3834 (*2 (-1209))))
+ (-4 *2 (-1081)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-1213))) (-5 *1 (-187 *3)) (-4 *3 (-189)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-898))
- (-5 *5 (-948)) (-5 *6 (-663 (-270))) (-5 *2 (-482)) (-5 *1 (-1300))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *2 (-482))
- (-5 *1 (-1300))))
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817))
+ (-4 *7 (-872)) (-5 *2 (-793)) (-5 *1 (-1101 *5 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-663 (-270)))
- (-5 *2 (-482)) (-5 *1 (-1300)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-466)) (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *2 (-663 *3)) (-5 *1 (-1008 *4 *5 *6 *3))
- (-4 *3 (-1096 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887))))
- ((*1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *1 *2) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248)))))
-(((*1 *1) (-5 *1 (-55))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-711 (-421 (-975 (-560)))))
- (-5 *2
- (-663
- (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560))
- (|:| |radvect| (-663 (-711 (-326 (-560))))))))
- (-5 *1 (-1059)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *2)) (-5 *1 (-182 *2)) (-4 *2 (-319))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-663 (-663 *4))) (-5 *2 (-663 *4)) (-4 *4 (-319))
- (-5 *1 (-182 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 *8))
- (-5 *4
- (-663
- (-2 (|:| -1868 (-711 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-711 *7)))))
- (-5 *5 (-793)) (-4 *8 (-1274 *7)) (-4 *7 (-1274 *6)) (-4 *6 (-363))
- (-5 *2
- (-2 (|:| -1868 (-711 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-711 *7))))
- (-5 *1 (-512 *6 *7 *8))))
- ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-663
- (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-793)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *3 (-815)) (-4 *6 (-979 *4 *3 *5)) (-4 *4 (-466)) (-4 *5 (-871))
- (-5 *1 (-464 *4 *3 *5 *6)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD)))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-778)))))
-(((*1 *1 *2) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-887))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *7)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5))
- (-5 *1 (-1019 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-663 *7)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5))
- (-5 *1 (-1138 *3 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-888 *5))) (-14 *5 (-663 (-1208))) (-4 *6 (-466))
- (-5 *2 (-663 (-663 (-255 *5 *6)))) (-5 *1 (-485 *5 *6 *7))
- (-5 *3 (-663 (-255 *5 *6))) (-4 *7 (-466)))))
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817))
+ (-4 *7 (-872)) (-5 *2 (-793)) (-5 *1 (-1177 *5 *6 *7 *8 *9)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-4 *3 (-1133))
+ (-5 *2 (-114)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1236 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-1236 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-663 (-1236 *2))) (-5 *1 (-1236 *2)) (-4 *2 (-1133)))))
(((*1 *2)
- (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304))
- (-5 *1 (-1103 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6))))
+ (-12 (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4)))
+ (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5))))
((*1 *2)
- (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304))
- (-5 *1 (-1139 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4)
- (-255 *4 (-421 (-560)))))
- (-14 *4 (-663 (-1208))) (-14 *5 (-793)) (-5 *2 (-114))
- (-5 *1 (-519 *4 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-711 *4)) (-5 *3 (-948)) (|has| *4 (-6 (-4511 "*")))
- (-4 *4 (-1080)) (-5 *1 (-1060 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 (-711 *4))) (-5 *3 (-948))
- (|has| *4 (-6 (-4511 "*"))) (-4 *4 (-1080)) (-5 *1 (-1060 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-791))
- (-5 *2
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))))
- (-5 *1 (-579))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-791)) (-5 *4 (-1094))
- (-5 *2
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))))
- (-5 *1 (-579))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-809)) (-5 *3 (-1094))
- (-5 *4
- (-2 (|:| |fn| (-326 (-229)))
- (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-5 *2
- (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))
- (|:| |extra| (-1066))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-809)) (-5 *3 (-1094))
- (-5 *4
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-5 *2
- (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))
- (|:| |extra| (-1066))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-822)) (-5 *3 (-1094))
- (-5 *4
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-830))
+ (-12 (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *4 (-1275 *3))
(-5 *2
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190)))))
- (-5 *1 (-827))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-1094))
- (-5 *2
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190)))))
- (-5 *1 (-827))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-861)) (-5 *3 (-1094))
- (-5 *4
- (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))
- (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-861)) (-5 *3 (-1094))
- (-5 *4
- (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229)))
- (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229))))
- (|:| |ub| (-663 (-864 (-229))))))
- (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-863))
- (-5 *2
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190)))))
- (-5 *1 (-862))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-863)) (-5 *4 (-1094))
+ (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-711 *3))))
+ (-5 *1 (-364 *3 *4 *5)) (-4 *5 (-424 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1275 (-560)))
(-5 *2
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190)))))
- (-5 *1 (-862))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-922)) (-5 *3 (-1094))
- (-5 *4
- (-2 (|:| |pde| (-663 (-326 (-229))))
- (|:| |constraints|
- (-663
- (-2 (|:| |start| (-229)) (|:| |finish| (-229))
- (|:| |grid| (-793)) (|:| |boundaryType| (-560))
- (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229))))))
- (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190))
- (|:| |tol| (-229))))
- (-5 *2 (-2 (|:| -4102 (-391)) (|:| |explanations| (-1190))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-925))
+ (-2 (|:| -4222 (-711 (-560))) (|:| |basisDen| (-560))
+ (|:| |basisInv| (-711 (-560)))))
+ (-5 *1 (-790 *3 *4)) (-4 *4 (-424 (-560) *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 *4))
(-5 *2
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190)))))
- (-5 *1 (-924))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-925)) (-5 *4 (-1094))
+ (-2 (|:| -4222 (-711 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-711 *4))))
+ (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-746 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 *4))
(-5 *2
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190)))))
- (-5 *1 (-924)))))
+ (-2 (|:| -4222 (-711 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-711 *4))))
+ (-5 *1 (-1309 *3 *4 *5 *6)) (-4 *6 (-424 *4 *5)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1299 *5)) (-4 *5 (-13 (-1081) (-660 *4)))
+ (-4 *4 (-571)) (-5 *2 (-1299 *4)) (-5 *1 (-658 *4 *5)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-663 *7)) (-5 *3 (-560)) (-4 *7 (-980 *4 *5 *6))
+ (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *1 (-464 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-4 *1 (-176)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-378 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-258)) (-5 *1 (-345)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1176)) (-5 *2 (-1266 (-560))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-948))) (-5 *4 (-931 (-560)))
- (-5 *2 (-711 (-560))) (-5 *1 (-604))))
+ (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
+ (-5 *1 (-727 *3 *4)) (-4 *3 (-1249)) (-4 *4 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-114))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-948))) (-5 *2 (-663 (-711 (-560))))
- (-5 *1 (-604))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-948))) (-5 *4 (-663 (-931 (-560))))
- (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-604)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1274 *3)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-948)) (-4 *1 (-1277 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-814))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-421 (-560))) (-4 *1 (-1281 *3)) (-4 *3 (-1080)))))
-(((*1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))))
+ (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363)) (-5 *2 (-114))
+ (-5 *1 (-369 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-187 (-257))) (-5 *1 (-256)))))
+(((*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-663 (-890))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1077 *4 *5)) (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-14 *5 (-663 (-1208)))
- (-5 *2
- (-663 (-2 (|:| -1528 (-1202 *4)) (|:| -2086 (-663 (-975 *4))))))
- (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2
- (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5))))))
- (-5 *1 (-1326 *5 *6 *7)) (-5 *3 (-663 (-975 *5)))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2
- (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5))))))
- (-5 *1 (-1326 *5 *6 *7)) (-5 *3 (-663 (-975 *5)))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2
- (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5))))))
- (-5 *1 (-1326 *5 *6 *7)) (-5 *3 (-663 (-975 *5)))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
+ (-12 (-5 *3 (-1187 (-1187 *4))) (-5 *2 (-1187 *4)) (-5 *1 (-1193 *4))
+ (-4 *4 (-1081)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
+ (-5 *4 (-711 (-1203 *8))) (-4 *5 (-1081)) (-4 *8 (-1081))
+ (-4 *6 (-1275 *5)) (-5 *2 (-711 *6)) (-5 *1 (-515 *5 *6 *7 *8))
+ (-4 *7 (-1275 *6)))))
+(((*1 *1) (-5 *1 (-611))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-342))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-342)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-251 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *2)
+ (-12
(-5 *2
- (-663 (-2 (|:| -1528 (-1202 *4)) (|:| -2086 (-663 (-975 *4))))))
- (-5 *1 (-1326 *4 *5 *6)) (-5 *3 (-663 (-975 *4)))
- (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1 *1) (-5 *1 (-1094))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-948)) (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))))
- ((*1 *2 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-376))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-383 *2 *3)) (-4 *3 (-1274 *2)) (-4 *2 (-175))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1298 *4)) (-5 *3 (-948)) (-4 *4 (-363))
- (-5 *1 (-542 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
- (-4 *5 (-245 *3 *2)) (-4 *2 (-1080)))))
+ (-663
+ (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-793)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *3 (-817)) (-4 *6 (-980 *4 *3 *5)) (-4 *4 (-466)) (-4 *5 (-872))
+ (-5 *1 (-464 *4 *3 *5 *6)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-949)) (-5 *1 (-721))))
+ ((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *2 (-711 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5))
+ (-4 *5 (-376)) (-5 *1 (-1010 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
- (-5 *2 (-711 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))))
-(((*1 *1 *2 *3 *3 *3 *4)
- (-12 (-4 *4 (-376)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 (-421 *3)))
- (-4 *1 (-349 *4 *3 *5 *2)) (-4 *2 (-355 *4 *3 *5))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-560)) (-4 *2 (-376)) (-4 *4 (-1274 *2))
- (-4 *5 (-1274 (-421 *4))) (-4 *1 (-349 *2 *4 *5 *6))
- (-4 *6 (-355 *2 *4 *5))))
- ((*1 *1 *2 *2)
- (-12 (-4 *2 (-376)) (-4 *3 (-1274 *2)) (-4 *4 (-1274 (-421 *3)))
- (-4 *1 (-349 *2 *3 *4 *5)) (-4 *5 (-355 *2 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4)))
- (-4 *1 (-349 *3 *4 *5 *2)) (-4 *2 (-355 *3 *4 *5))))
+ (-12 (-5 *2 (-1187 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-376)) (-4 *1 (-341 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-1275 *4)) (-4 *4 (-1254))
+ (-4 *1 (-355 *4 *3 *5)) (-4 *5 (-1275 (-421 *3)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1299 *4)) (-5 *3 (-1299 *1)) (-4 *4 (-175))
+ (-4 *1 (-380 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1299 *4)) (-5 *3 (-1299 *1)) (-4 *4 (-175))
+ (-4 *1 (-383 *4 *5)) (-4 *5 (-1275 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-427 *4 (-421 *4) *5 *6)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-4 *3 (-376))
- (-4 *1 (-349 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-663 *10)) (-5 *5 (-114)) (-4 *10 (-1102 *6 *7 *8 *9))
- (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *9 (-1096 *6 *7 *8))
- (-5 *2
- (-663
- (-2 (|:| -1837 (-663 *9)) (|:| -3227 *10) (|:| |ineq| (-663 *9)))))
- (-5 *1 (-1019 *6 *7 *8 *9 *10)) (-5 *3 (-663 *9))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-663 *10)) (-5 *5 (-114)) (-4 *10 (-1102 *6 *7 *8 *9))
- (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *9 (-1096 *6 *7 *8))
- (-5 *2
- (-663
- (-2 (|:| -1837 (-663 *9)) (|:| -3227 *10) (|:| |ineq| (-663 *9)))))
- (-5 *1 (-1138 *6 *7 *8 *9 *10)) (-5 *3 (-663 *9)))))
-(((*1 *2 *1) (-12 (-4 *1 (-984)) (-5 *2 (-663 (-663 (-972 (-229)))))))
- ((*1 *2 *1) (-12 (-4 *1 (-1005)) (-5 *2 (-663 (-663 (-972 (-229))))))))
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-175)) (-4 *1 (-424 *3 *4))
+ (-4 *4 (-1275 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-175)) (-4 *1 (-432 *3)))))
(((*1 *2 *1)
- (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175))
- (-4 *5 (-245 (-2305 *3) (-793)))
- (-14 *6
- (-1 (-114) (-2 (|:| -3998 *2) (|:| -3881 *5))
- (-2 (|:| -3998 *2) (|:| -3881 *5))))
- (-4 *2 (-871)) (-5 *1 (-475 *3 *4 *2 *5 *6 *7))
- (-4 *7 (-979 *4 *5 (-888 *3))))))
-(((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 (-915 *6)))
- (-5 *5 (-1 (-913 *6 *8) *8 (-915 *6) (-913 *6 *8))) (-4 *6 (-1132))
- (-4 *8 (-13 (-1080) (-633 (-915 *6)) (-1069 *7)))
- (-5 *2 (-913 *6 *8)) (-4 *7 (-1080)) (-5 *1 (-970 *6 *7 *8)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-248))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-1304)) (-5 *1 (-248)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-376)) (-4 *3 (-1080))
- (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-876 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-376)) (-4 *5 (-1080))
- (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-877 *5 *3))
- (-4 *3 (-876 *5)))))
-(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
+ (-12 (-5 *2 (-663 (-1214))) (-5 *1 (-187 *3)) (-4 *3 (-189)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *1 (-1245 *3))
+ (-4 *3 (-1006)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-482)) (-5 *3 (-663 (-270))) (-5 *1 (-1302))))
+ ((*1 *1 *1) (-5 *1 (-1302))))
(((*1 *2)
- (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304))
- (-5 *1 (-1019 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6))))
+ (-12 (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-940))
+ (-5 *1 (-471 *3 *4 *2 *5)) (-4 *5 (-980 *2 *3 *4))))
((*1 *2)
- (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304))
- (-5 *1 (-1138 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-793)) (-4 *5 (-571))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-1000 *5 *3)) (-4 *3 (-1274 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-822))
- (-5 *3
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *2 (-1066)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1080)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5))
- (-4 *3 (-1274 *4))
- (-4 *5 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))))))
-(((*1 *1 *1) (-5 *1 (-1094))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-772)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-1132)) (-4 *4 (-1248)) (-5 *2 (-114))
- (-5 *1 (-1186 *4)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-769)))))
-(((*1 *2 *1) (-12 (-5 *2 (-216 4 (-130))) (-5 *1 (-593)))))
-(((*1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1248))))
+ (-12 (-4 *3 (-817)) (-4 *4 (-872)) (-4 *2 (-940))
+ (-5 *1 (-937 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4))))
+ ((*1 *2) (-12 (-4 *2 (-940)) (-5 *1 (-938 *2 *3)) (-4 *3 (-1275 *2)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571))
+ (-5 *2 (-2 (|:| -3265 *4) (|:| -3132 *3) (|:| -4029 *3)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-1097 *3 *4 *5))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-571)) (-4 *3 (-1081))
+ (-5 *2 (-2 (|:| -3265 *3) (|:| -3132 *1) (|:| -4029 *1)))
+ (-4 *1 (-1275 *3)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-774)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 (-2 (|:| |val| (-663 *6)) (|:| -2417 *7))))
+ (-4 *6 (-1097 *3 *4 *5)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1020 *3 *4 *5 *6 *7))))
((*1 *2 *2)
- (-12 (-4 *3 (-1080)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1274 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))))
+ (-12 (-5 *2 (-663 (-2 (|:| |val| (-663 *6)) (|:| -2417 *7))))
+ (-4 *6 (-1097 *3 *4 *5)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1139 *3 *4 *5 *6 *7)))))
+(((*1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1249)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *3 *3)
- (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *3)) (-5 *1 (-1159 *4 *3)) (-4 *4 (-1274 *3)))))
+ (-12 (-5 *3 (-1191)) (-4 *4 (-13 (-319) (-149)))
+ (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817))
+ (-5 *2
+ (-663
+ (-2 (|:| |eqzro| (-663 *7)) (|:| |neqzro| (-663 *7))
+ (|:| |wcond| (-663 (-976 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *4))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *4))))))))))
+ (-5 *1 (-954 *4 *5 *6 *7)) (-4 *7 (-980 *4 *6 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3273 *4)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))))
+ (-12 (-5 *2 (-1 (-229) (-229) (-229) (-229))) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229) (-229))) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-270)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-560)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-419 *2)) (-4 *2 (-571)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-14 *5 (-663 (-1209))) (-4 *2 (-175))
+ (-4 *4 (-245 (-3819 *5) (-793)))
+ (-14 *6
+ (-1 (-114) (-2 (|:| -2081 *3) (|:| -2909 *4))
+ (-2 (|:| -2081 *3) (|:| -2909 *4))))
+ (-5 *1 (-475 *5 *2 *3 *4 *6 *7)) (-4 *3 (-872))
+ (-4 *7 (-980 *2 *4 (-889 *5))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-560)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1249))
+ (-4 *3 (-385 *4)) (-4 *5 (-385 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-1 (-1187 (-976 *4)) (-1187 (-976 *4))))
+ (-5 *1 (-1308 *4)) (-4 *4 (-376)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1203 *3)) (-4 *3 (-1081)) (-4 *1 (-1275 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-1275 *4)) (-5 *1 (-553 *4 *2 *5 *6))
+ (-4 *4 (-319)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-793))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 *4))))
- (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
+ (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571))
+ (-5 *2 (-1203 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303))))
+ ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-939)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-419 (-1202 *7)))
- (-5 *1 (-936 *4 *5 *6 *7)) (-5 *3 (-1202 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-939)) (-4 *5 (-1274 *4)) (-5 *2 (-419 (-1202 *5)))
- (-5 *1 (-937 *4 *5)) (-5 *3 (-1202 *5)))))
+ (-12 (-4 *4 (-38 (-421 (-560))))
+ (-5 *2 (-2 (|:| -2683 (-1187 *4)) (|:| -2699 (-1187 *4))))
+ (-5 *1 (-1194 *4)) (-5 *3 (-1187 *4)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1299 (-1209))) (-5 *3 (-1299 (-467 *4 *5 *6 *7)))
+ (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-175)) (-14 *5 (-949))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-1299 (-711 *4)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-467 *4 *5 *6 *7)))
+ (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-175)) (-14 *5 (-949))
+ (-14 *6 (-663 *2)) (-14 *7 (-1299 (-711 *4)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1299 (-467 *3 *4 *5 *6))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209)))
+ (-14 *6 (-1299 (-711 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1299 (-1209))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-175)) (-14 *4 (-949)) (-14 *5 (-663 (-1209)))
+ (-14 *6 (-1299 (-711 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1209)) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175))
+ (-14 *4 (-949)) (-14 *5 (-663 *2)) (-14 *6 (-1299 (-711 *3)))))
+ ((*1 *1)
+ (-12 (-5 *1 (-467 *2 *3 *4 *5)) (-4 *2 (-175)) (-14 *3 (-949))
+ (-14 *4 (-663 (-1209))) (-14 *5 (-1299 (-711 *2))))))
(((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-983)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
- (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1191)) (-4 *1 (-378 *2 *4)) (-4 *2 (-1133))
+ (-4 *4 (-1133))))
+ ((*1 *1 *2)
+ (-12 (-4 *1 (-378 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1080))
- (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296)))
- (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-948)) (-4 *5 (-1080))
- (-4 *2 (-13 (-418) (-1069 *5) (-376) (-1234) (-296)))
- (-5 *1 (-457 *5 *3 *2)) (-4 *3 (-1274 *5)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1208))
- (-4 *5 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3))) (-5 *1 (-572 *5 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *5))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-319)) (-5 *1 (-182 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1186 (-421 *3))) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
-(((*1 *1 *1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571)))))
+ (-12 (-4 *4 (-1081)) (-5 *2 (-114)) (-5 *1 (-458 *4 *3))
+ (-4 *3 (-1275 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-114)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-376)) (-5 *1 (-924 *2 *4))
+ (-4 *2 (-1275 *4)))))
+(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
+ (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560))
+ (-5 *2 (-1067)) (-5 *1 (-778)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-376)) (-4 *6 (-1274 (-421 *2)))
- (-4 *2 (-1274 *5)) (-5 *1 (-219 *5 *2 *6 *3))
- (-4 *3 (-355 *5 *2 *6)))))
+ (-12 (-5 *4 (-663 (-663 *8))) (-5 *3 (-663 *8))
+ (-4 *8 (-980 *5 *7 *6)) (-4 *5 (-13 (-319) (-149)))
+ (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-114))
+ (-5 *1 (-954 *5 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-229)) (-5 *2 (-114)) (-5 *1 (-314 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1121 (-866 (-229)))) (-5 *3 (-229)) (-5 *2 (-114))
+ (-5 *1 (-315))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-1191)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *4 (-1097 *6 *7 *8)) (-5 *2 (-1305))
+ (-5 *1 (-798 *6 *7 *8 *4 *5)) (-4 *5 (-1103 *6 *7 *8 *4)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-663 (-1203 *4))) (-5 *3 (-1203 *4))
+ (-4 *4 (-940)) (-5 *1 (-685 *4)))))
+(((*1 *2) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4509)) (-4 *1 (-618 *4 *3)) (-4 *4 (-1132))
- (-4 *3 (-1248)) (-4 *3 (-1132)) (-5 *2 (-114)))))
+ (-12 (-4 *1 (-1070 (-560))) (-4 *1 (-310)) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-464 *4 *5 *6 *2)))))
+(((*1 *1) (-5 *1 (-624))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-711 *3))
+ (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
+(((*1 *2 *1 *2)
+ (-12 (-4 *1 (-378 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))))
+(((*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-501)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-174)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-1298 (-711 *4))) (-5 *1 (-90 *4 *5))
- (-5 *3 (-711 *4)) (-4 *5 (-680 *4)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-466)))))
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-597 *2)) (-4 *2 (-13 (-29 *4) (-1234)))
- (-5 *1 (-599 *4 *2))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-597 (-421 (-975 *4))))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-326 *4))
- (-5 *1 (-603 *4)))))
-(((*1 *1) (-5 *1 (-1113))))
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-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 (-195)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-717 *3)) (-4 *3 (-1133))
+ (-5 *2 (-663 (-2 (|:| -3529 *3) (|:| -1485 (-793))))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-1 (-1202 (-975 *4)) (-975 *4)))
- (-5 *1 (-1307 *4)) (-4 *4 (-376)))))
+ (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4))
+ (-4 *4 (-363)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814))
- (-5 *2 (-114))))
+ (|partial| -12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559))
+ (-5 *2 (-421 (-560)))))
((*1 *2 *1)
- (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132))
- (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-609 *3)) (-4 *3 (-1080))))
+ (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-419 *3)) (-4 *3 (-559))
+ (-4 *3 (-571))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-559)) (-5 *2 (-421 (-560)))))
((*1 *2 *1)
- (-12 (-4 *3 (-571)) (-5 *2 (-114)) (-5 *1 (-642 *3 *4))
- (-4 *4 (-1274 *3))))
+ (|partial| -12 (-4 *1 (-820 *3)) (-4 *3 (-175)) (-4 *3 (-559))
+ (-5 *2 (-421 (-560)))))
((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-748))))
+ (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-856 *3)) (-4 *3 (-559))
+ (-4 *3 (-1133))))
((*1 *2 *1)
- (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *2 (-114)))))
-(((*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1132)) (-4 *5 (-1132))
- (-5 *2 (-1 *5)) (-5 *1 (-705 *4 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 (-560))) (-4 *3 (-1080)) (-5 *1 (-99 *3))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-99 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-99 *3)))))
-(((*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175)))))
-(((*1 *2 *1 *3 *3 *3 *2)
- (-12 (-5 *3 (-793)) (-5 *1 (-697 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-495 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-1080))
- (-5 *2 (-255 *4 *5)) (-5 *1 (-973 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-597 *3)) (-4 *3 (-376)))))
+ (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-866 *3)) (-4 *3 (-559))
+ (-4 *3 (-1133))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1030 *3)) (-4 *3 (-175)) (-4 *3 (-559))
+ (-5 *2 (-421 (-560)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-421 (-560))) (-5 *1 (-1040 *3))
+ (-4 *3 (-1070 *2)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-559))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1080)) (-4 *3 (-1274 *4)) (-4 *2 (-1291 *4))
- (-5 *1 (-1293 *4 *3 *5 *2)) (-4 *5 (-680 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-663 (-1208))) (-5 *2 (-1208)) (-5 *1 (-342)))))
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1305))
+ (-5 *1 (-464 *4 *5 *6 *7)))))
+(((*1 *1) (-5 *1 (-1117))))
+(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-391)) (-5 *1 (-1073)))))
+(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1073)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-663 (-2 (|:| |val| (-663 *6)) (|:| -3227 *7))))
- (-4 *6 (-1096 *3 *4 *5)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1019 *3 *4 *5 *6 *7))))
+ (-12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
+ (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
+ (-4 *7 (-1023 *4)) (-4 *2 (-708 *7 *8 *9))
+ (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-708 *4 *5 *6))
+ (-4 *8 (-385 *7)) (-4 *9 (-385 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
+ (-4 *4 (-385 *2)) (-4 *2 (-319))))
((*1 *2 *2)
- (-12 (-5 *2 (-663 (-2 (|:| |val| (-663 *6)) (|:| -3227 *7))))
- (-4 *6 (-1096 *3 *4 *5)) (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1138 *3 *4 *5 *6 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-319) (-149))) (-4 *4 (-13 (-871) (-633 (-1208))))
- (-4 *5 (-815)) (-5 *1 (-953 *3 *4 *5 *2)) (-4 *2 (-979 *3 *5 *4)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-793)) (-4 *5 (-376)) (-5 *2 (-177 *6))
- (-5 *1 (-891 *5 *4 *6)) (-4 *4 (-1291 *5)) (-4 *6 (-1274 *5)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-663 *2)) (-4 *2 (-1132)) (-4 *2 (-1248)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *2)) (-4 *2 (-175))))
- ((*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-431 *3 *2)) (-4 *3 (-432 *2))))
- ((*1 *2) (-12 (-4 *1 (-432 *2)) (-4 *2 (-175)))))
-(((*1 *1 *1) (-12 (-5 *1 (-943 *2)) (-4 *2 (-319)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-421 (-560))) (-4 *4 (-1069 (-560))) (-4 *4 (-571))
- (-5 *1 (-32 *4 *2)) (-4 *2 (-435 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-136)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-229)))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-250)) (-5 *2 (-560))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-421 (-560))) (-4 *4 (-376)) (-4 *4 (-38 *3))
- (-4 *5 (-1291 *4)) (-5 *1 (-289 *4 *5 *2)) (-4 *2 (-1262 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-421 (-560))) (-4 *4 (-376)) (-4 *4 (-38 *3))
- (-4 *5 (-1260 *4)) (-5 *1 (-290 *4 *5 *2 *6)) (-4 *2 (-1283 *4 *5))
- (-4 *6 (-1014 *5))))
- ((*1 *1 *1 *1) (-4 *1 (-296)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-374 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *1) (-5 *1 (-391)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-399 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-435 *3)) (-4 *3 (-1132))
- (-4 *3 (-1143))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-487)) (-5 *2 (-560))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1298 *4)) (-5 *3 (-560)) (-4 *4 (-363))
- (-5 *1 (-542 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-549))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-549))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *4 (-1132))
- (-5 *1 (-704 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-376))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
+ (-12 (-4 *3 (-319)) (-4 *3 (-175)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2))
+ (-4 *2 (-708 *3 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-711 *4)) (-5 *3 (-793)) (-4 *4 (-1080))
- (-5 *1 (-712 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (-4 *3 (-1080)) (-5 *1 (-736 *3 *4))
- (-4 *4 (-670 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-560)) (-4 *4 (-1080))
- (-5 *1 (-736 *4 *5)) (-4 *5 (-670 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-948))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-748)) (-5 *2 (-793))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-856 *3)) (-4 *3 (-1080))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-560)) (-5 *1 (-856 *4)) (-4 *4 (-1080))))
- ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-915 *3)) (-4 *3 (-1132))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-421 (-560)))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-948))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-1154 *3 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *3 *4)) (-4 *4 (-376))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1291 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-560)) (|has| *1 (-6 -4500)) (-4 *1 (-418))
- (-5 *2 (-948)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1212)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-1274 *4)) (-4 *4 (-1253))
- (-4 *1 (-355 *4 *3 *5)) (-4 *5 (-1274 (-421 *3))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-897 *2 *3)) (-4 *2 (-1248)) (-4 *3 (-1248)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-663 (-1202 (-560)))) (-5 *1 (-194)) (-5 *3 (-560)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34))))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-520)) (-5 *1 (-291)))))
-(((*1 *1) (-5 *1 (-1094))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-432 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *3))))
- (-5 *1 (-609 *3)) (-4 *3 (-1080)))))
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1085 *2 *3 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *2 *4)) (-4 *4 (-319)))))
(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *5 (-630 *4)) (-5 *6 (-1202 *4))
- (-4 *4 (-13 (-435 *7) (-27) (-1234)))
- (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
+ (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1305) (-1299 *5) (-1299 *5) (-391)))
+ (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305))
+ (-5 *1 (-810)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *1) (-5 *1 (-146))) ((*1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1073)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-793)) (-4 *5 (-175))))
+ ((*1 *1 *1 *2 *1 *2)
+ (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-793)) (-4 *5 (-175))))
+ ((*1 *2 *2 *3)
+ (-12
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4))))
- (-5 *1 (-575 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1132))))
- ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
- (-12 (-5 *5 (-630 *4)) (-5 *6 (-421 (-1202 *4)))
- (-4 *4 (-13 (-435 *7) (-27) (-1234)))
- (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
+ (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4)
+ (-255 *4 (-421 (-560)))))
+ (-5 *3 (-663 (-889 *4))) (-14 *4 (-663 (-1209))) (-14 *5 (-793))
+ (-5 *1 (-519 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-131)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1191)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-663 (-793)))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *1) (-5 *1 (-146))))
+(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-663 (-1059 *5 *6 *7 *3))) (-5 *1 (-1059 *5 *6 *7 *3))
+ (-4 *3 (-1097 *5 *6 *7))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-663 *6)) (-4 *1 (-1103 *3 *4 *5 *6)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-1103 *3 *4 *5 *2)) (-4 *3 (-466)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5))))
+ ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-663 (-1178 *5 *6 *7 *3))) (-5 *1 (-1178 *5 *6 *7 *3))
+ (-4 *3 (-1097 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4))))
- (-5 *1 (-575 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1132)))))
-(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-97)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1324)))))
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
+ (|:| |success| (-114))))
+ (-5 *1 (-811)) (-5 *5 (-560)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-948))
- (-5 *2 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151))))))
- (-5 *1 (-360 *4)) (-4 *4 (-363)))))
-(((*1 *1) (-5 *1 (-520))))
-(((*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-1202 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-571) (-1069 (-560)))) (-5 *1 (-191 *3 *2))
- (-4 *2 (-13 (-27) (-1234) (-435 (-171 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-571) (-1069 (-560))))
- (-5 *1 (-191 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 (-171 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1238 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1186 *4)) (-5 *3 (-1 *4 (-560))) (-4 *4 (-1080))
- (-5 *1 (-1192 *4)))))
-(((*1 *2) (-12 (-4 *1 (-1075 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *3 (-229))
- (-5 *2 (-1066)) (-5 *1 (-771)))))
-(((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-159))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1305))
+ (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))))
(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-4 *1 (-397 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1132))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-560)) (-5 *2 (-1186 *3)) (-5 *1 (-1192 *3))
- (-4 *3 (-1080))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-841 *4)) (-4 *4 (-871)) (-4 *1 (-1318 *4 *3))
- (-4 *3 (-1080)))))
-(((*1 *1 *1) (-4 *1 (-1091)))
- ((*1 *1 *1 *2 *2)
- (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1157 *4 *3 *5))) (-4 *4 (-38 (-421 (-560))))
- (-4 *4 (-1080)) (-4 *3 (-871)) (-5 *1 (-1157 *4 *3 *5))
- (-4 *5 (-979 *4 (-545 *3) *3))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1241 *4))) (-5 *3 (-1208)) (-5 *1 (-1241 *4))
- (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1080)))))
-(((*1 *1 *1) (-4 *1 (-1091))))
-(((*1 *1 *2) (-12 (-5 *2 (-948)) (-4 *1 (-381))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1298 *4)) (-5 *1 (-542 *4))
- (-4 *4 (-363))))
+ (-12 (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-340 *3 *4))
+ (-4 *3 (-341 *4))))
+ ((*1 *2) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-793)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-793)) (-5 *3 (-1 *4 (-560) (-560))) (-4 *4 (-1081))
+ (-4 *1 (-708 *4 *5 *6)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-888)))) (-5 *1 (-888))))
((*1 *2 *1)
- (-12 (-4 *2 (-871)) (-5 *1 (-735 *2 *3 *4)) (-4 *3 (-1132))
- (-14 *4
- (-1 (-114) (-2 (|:| -3998 *2) (|:| -3881 *3))
- (-2 (|:| -3998 *2) (|:| -3881 *3)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-190)) (-5 *1 (-140))))
- ((*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-190)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1080))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-1080)))))
+ (-12 (-5 *2 (-1174 *3 *4)) (-5 *1 (-1025 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-376))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 *5))) (-4 *5 (-1081))
+ (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *6 (-245 *4 *5))
+ (-4 *7 (-245 *3 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-495 *4 *5))) (-14 *4 (-663 (-1209)))
+ (-4 *5 (-466)) (-5 *2 (-663 (-255 *4 *5))) (-5 *1 (-650 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12
- (-5 *3
- (-1 (-3 (-2 (|:| -3735 *4) (|:| |coeff| *4)) "failed") *4))
- (-4 *4 (-376)) (-5 *1 (-588 *4 *2)) (-4 *2 (-1274 *4)))))
-(((*1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407)))))
-(((*1 *1) (-5 *1 (-342))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-663 *6)) (-4 *6 (-871)) (-4 *4 (-376)) (-4 *5 (-815))
- (-5 *1 (-518 *4 *5 *6 *2)) (-4 *2 (-979 *4 *5 *6))))
+ (-12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816))
+ (-4 *2 (-466))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-355 *2 *3 *4)) (-4 *2 (-1254)) (-4 *3 (-1275 *2))
+ (-4 *4 (-1275 (-421 *3)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-466))))
((*1 *1 *1 *2)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-518 *3 *4 *5 *2)) (-4 *2 (-979 *3 *4 *5)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-319)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-972 (-229)))) (-5 *1 (-1301)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-693))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1133 *3 *4)) (-14 *3 (-948))
- (-14 *4 (-948)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *1 *1 *1) (-5 *1 (-114))) ((*1 *1 *1 *1) (-4 *1 (-125))))
-(((*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-793)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1298 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376))
- (-4 *1 (-746 *5 *6)) (-4 *5 (-175)) (-4 *6 (-1274 *5))
- (-5 *2 (-711 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
+ (-12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)) (-4 *3 (-466))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-980 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-466))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-319)) (-4 *3 (-571)) (-5 *1 (-1196 *3 *2))
+ (-4 *2 (-1275 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-1123)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1081)) (-14 *3 (-663 (-1209)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1081) (-872)))
+ (-14 *3 (-663 (-1209)))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-397 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-1133))))
+ ((*1 *1 *1)
+ (-12 (-14 *2 (-663 (-1209))) (-4 *3 (-175))
+ (-4 *5 (-245 (-3819 *2) (-793)))
+ (-14 *6
+ (-1 (-114) (-2 (|:| -2081 *4) (|:| -2909 *5))
+ (-2 (|:| -2081 *4) (|:| -2909 *5))))
+ (-5 *1 (-475 *2 *3 *4 *5 *6 *7)) (-4 *4 (-872))
+ (-4 *7 (-980 *3 *5 (-889 *2)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-523 *2 *3)) (-4 *2 (-102)) (-4 *3 (-875))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1275 *2))))
+ ((*1 *1 *1) (-12 (-4 *1 (-730 *2)) (-4 *2 (-1081))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-757 *2 *3)) (-4 *3 (-872)) (-4 *2 (-1081))
+ (-4 *3 (-748))))
+ ((*1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1323 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-870)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 (-560)))))
- (-5 *1 (-374 *3)) (-4 *3 (-1132))))
+ (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-663 (-663 *3)))))
((*1 *2 *1)
- (-12 (-4 *1 (-399 *3)) (-4 *3 (-1132))
- (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 (-793)))))))
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-663 (-663 *5)))))
((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| -3388 *3) (|:| -3881 (-560)))))
- (-5 *1 (-419 *3)) (-4 *3 (-571)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-466))
- (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1008 *3 *4 *5 *6)))))
-(((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-1190)) (-5 *1 (-1301))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1301))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1301))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-1190)) (-5 *1 (-1302))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1302))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1302)))))
-(((*1 *1 *1 *1) (-4 *1 (-559))))
+ (-12 (-5 *2 (-663 (-663 *3))) (-5 *1 (-1222 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 *1)) (-4 *1 (-1097 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-5 *4 (-1 (-114) *3 *3)) (-4 *1 (-1244 *5 *6 *7 *3))
+ (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3379 *6) (|:| |sol?| (-114))) (-560)
+ *6))
+ (-4 *6 (-376)) (-4 *7 (-1275 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-421 *7)) (|:| |a0| *6))
+ (-2 (|:| -2301 (-421 *7)) (|:| |coeff| (-421 *7))) "failed"))
+ (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-342)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571))
- (-5 *2 (-1202 *3)))))
-(((*1 *1) (-5 *1 (-1211))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-374 (-115))) (-4 *2 (-1080)) (-5 *1 (-736 *2 *4))
- (-4 *4 (-670 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-374 (-115))) (-5 *1 (-856 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-1186 *7))) (-4 *6 (-871))
- (-4 *7 (-979 *5 (-545 *6) *6)) (-4 *5 (-1080))
- (-5 *2 (-1 (-1186 *7) *7)) (-5 *1 (-1157 *5 *6 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)))) (-4 *3 (-571))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $))
- (-15 -4429 ((-1156 *3 (-630 $)) $))
- (-15 -2539 ($ (-1156 *3 (-630 $))))))))))
+ (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1275 *2)))))
+(((*1 *1) (-5 *1 (-1117))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-323)) (-5 *1 (-853)))))
+(((*1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560))))
+ ((*1 *1 *1) (-5 *1 (-1152))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1274 *3)) (-4 *3 (-1080)) (-5 *2 (-1202 *3)))))
-(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
- (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560))
- (-5 *2 (-1066)) (-5 *1 (-778)))))
-(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-391))))
- ((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-391)))))
-(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-775)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-31))))
- ((*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-135))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-140))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-156))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-164))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-222))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-698))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1050))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-1127)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *5 (-793)) (-4 *6 (-1132)) (-4 *7 (-927 *6))
- (-5 *2 (-711 *7)) (-5 *1 (-714 *6 *7 *3 *4)) (-4 *3 (-385 *7))
- (-4 *4 (-13 (-385 *6) (-10 -7 (-6 -4509)))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1190)) (-5 *2 (-560)) (-5 *1 (-1231 *4))
- (-4 *4 (-1080)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1132)))))
-(((*1 *1) (-5 *1 (-143))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-131)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1202 *5)) (-4 *5 (-376)) (-5 *2 (-663 *6))
- (-5 *1 (-546 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-870))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-711 (-326 (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1218)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-871))
- (-5 *2
- (-2 (|:| |f1| (-663 *4)) (|:| |f2| (-663 (-663 (-663 *4))))
- (|:| |f3| (-663 (-663 *4))) (|:| |f4| (-663 (-663 (-663 *4))))))
- (-5 *1 (-1219 *4)) (-5 *3 (-663 (-663 (-663 *4)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *5)) (-5 *4 (-948)) (-4 *5 (-871))
- (-5 *2 (-58 (-663 (-694 *5)))) (-5 *1 (-694 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-96))))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-109))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-378 *2 *3)) (-4 *3 (-1132)) (-4 *2 (-1132))))
- ((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1190))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-452 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-497))))
- ((*1 *2 *1) (-12 (-4 *1 (-858 *2)) (-4 *2 (-1132))))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-889))))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-994))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1107 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1147))))
- ((*1 *1 *1) (-5 *1 (-1208))))
-(((*1 *2 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-711 *4)) (-5 *3 (-793)) (-4 *4 (-1080))
- (-5 *1 (-712 *4)))))
-(((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1080))
- (-5 *1 (-877 *5 *2)) (-4 *2 (-876 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-310))))
- ((*1 *1 *1) (-4 *1 (-310))) ((*1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 (-663 *5))) (-4 *5 (-1291 *4))
- (-4 *4 (-38 (-421 (-560))))
- (-5 *2 (-1 (-1186 *4) (-663 (-1186 *4)))) (-5 *1 (-1292 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-980 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-4 *3 (-1133))
+ (-5 *2 (-114)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *1 (-828 *4 *2)) (-4 *2 (-13 (-29 *4) (-1235) (-990)))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-888))) ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1) (-5 *1 (-888)))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1187 *3)) (-5 *1 (-1193 *3)) (-4 *3 (-1081)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *3 (-815)) (-4 *5 (-871)) (-5 *2 (-114))
- (-5 *1 (-464 *4 *3 *5 *6)) (-4 *6 (-979 *4 *3 *5)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-568)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571)))))
+(((*1 *2 *1) (-12 (-4 *1 (-985)) (-5 *2 (-663 (-663 (-973 (-229)))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1006)) (-5 *2 (-663 (-663 (-973 (-229))))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-560)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))))
-(((*1 *2) (-12 (-5 *2 (-1179 (-1190))) (-5 *1 (-405)))))
+ (-12 (-5 *3 (-663 (-949))) (-5 *2 (-1211 (-421 (-560))))
+ (-5 *1 (-193)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))
- (-5 *2 (-391)) (-5 *1 (-278))))
+ (-12 (-4 *4 (-940)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-419 (-1203 *7)))
+ (-5 *1 (-937 *4 *5 *6 *7)) (-5 *3 (-1203 *7))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *2 (-391)) (-5 *1 (-315)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1175)) (-5 *2 (-1265 (-560))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1208))) (-5 *2 (-1304)) (-5 *1 (-1211))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-1208))) (-5 *3 (-1208)) (-5 *2 (-1304))
- (-5 *1 (-1211))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *4 (-663 (-1208))) (-5 *3 (-1208)) (-5 *2 (-1304))
- (-5 *1 (-1211)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1132)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *4 *5 *6)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1132)) (-5 *2 (-663 *1))
- (-4 *1 (-435 *3))))
+ (-12 (-4 *4 (-940)) (-4 *5 (-1275 *4)) (-5 *2 (-419 (-1203 *5)))
+ (-5 *1 (-938 *4 *5)) (-5 *3 (-1203 *5)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
+ (-4 *4 (-385 *2)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560))))
+ ((*1 *1 *1 *1) (-5 *1 (-1152))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3))
- (-4 *3 (-1132))))
+ (-12 (-4 *2 (-1081)) (-5 *1 (-50 *2 *3)) (-14 *3 (-663 (-1209)))))
((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-663 *1)) (-4 *1 (-979 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080))
- (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-663 *3))
- (-5 *1 (-980 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $))
- (-15 -4429 (*7 $))))))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
- (|:| |xpnt| (-560))))
- (-4 *4 (-13 (-1274 *3) (-571) (-10 -8 (-15 -2470 ($ $ $)))))
- (-4 *3 (-571)) (-5 *1 (-1278 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1213)))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-882))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-994))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1020))))
- ((*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-1248))))
+ (-12 (-5 *2 (-326 *3)) (-5 *1 (-227 *3 *4))
+ (-4 *3 (-13 (-1081) (-872))) (-14 *4 (-663 (-1209)))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1132) (-34))) (-5 *1 (-1171 *2 *3))
- (-4 *3 (-13 (-1132) (-34))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-5 *2 (-1186 (-229))) (-5 *1 (-195))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-229))) (-5 *4 (-663 (-1208)))
- (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-1186 (-229))) (-5 *1 (-313))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *4 (-663 (-1208)))
- (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-1186 (-229))) (-5 *1 (-313)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-391)) (-5 *1 (-1094)))))
-(((*1 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-4 *5 (-376)) (-5 *2 (-663 (-1241 *5)))
- (-5 *1 (-1307 *5)) (-5 *4 (-1241 *5)))))
-(((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-663 *11))
- (|:| |todo| (-663 (-2 (|:| |val| *3) (|:| -3227 *11))))))
- (-5 *6 (-793))
- (-5 *2 (-663 (-2 (|:| |val| (-663 *10)) (|:| -3227 *11))))
- (-5 *3 (-663 *10)) (-5 *4 (-663 *11)) (-4 *10 (-1096 *7 *8 *9))
- (-4 *11 (-1102 *7 *8 *9 *10)) (-4 *7 (-466)) (-4 *8 (-815))
- (-4 *9 (-871)) (-5 *1 (-1100 *7 *8 *9 *10 *11))))
- ((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-663 *11))
- (|:| |todo| (-663 (-2 (|:| |val| *3) (|:| -3227 *11))))))
- (-5 *6 (-793))
- (-5 *2 (-663 (-2 (|:| |val| (-663 *10)) (|:| -3227 *11))))
- (-5 *3 (-663 *10)) (-5 *4 (-663 *11)) (-4 *10 (-1096 *7 *8 *9))
- (-4 *11 (-1140 *7 *8 *9 *10)) (-4 *7 (-466)) (-4 *8 (-815))
- (-4 *9 (-871)) (-5 *1 (-1176 *7 *8 *9 *10 *11)))))
-(((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1190)) (-5 *1 (-195))))
- ((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1190)) (-5 *1 (-313))))
- ((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1190)) (-5 *1 (-315)))))
-(((*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-781)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-922))
- (-5 *3
- (-2 (|:| |pde| (-663 (-326 (-229))))
- (|:| |constraints|
- (-663
- (-2 (|:| |start| (-229)) (|:| |finish| (-229))
- (|:| |grid| (-793)) (|:| |boundaryType| (-560))
- (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229))))))
- (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190))
- (|:| |tol| (-229))))
- (-5 *2 (-1066)))))
-(((*1 *1) (-5 *1 (-625))))
-(((*1 *2)
- (-12
- (-5 *2 (-2 (|:| -2961 (-663 (-1208))) (|:| -2189 (-663 (-1208)))))
- (-5 *1 (-1251)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
-(((*1 *1 *2 *3 *4)
- (-12
- (-5 *3
- (-663
- (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 *2))
- (|:| |logand| (-1202 *2)))))
- (-5 *4 (-663 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
- (-4 *2 (-376)) (-5 *1 (-597 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193))))
+ (-12 (-4 *1 (-397 *2 *3)) (-4 *3 (-1133)) (-4 *2 (-1081))))
((*1 *2 *1)
- (-12 (-5 *2 (-1298 (-3 (-482) "undefined"))) (-5 *1 (-1301)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-1253)) (-4 *5 (-1274 *3)) (-4 *6 (-1274 (-421 *5)))
- (-5 *2 (-114)) (-5 *1 (-354 *4 *3 *5 *6)) (-4 *4 (-355 *3 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-1007 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)) (-4 *5 (-1096 *3 *4 *2)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *2 *3 *1)
- (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-697 *2)) (-4 *2 (-1080)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1208))
- (-4 *5 (-13 (-571) (-1069 (-560)) (-149)))
- (-5 *2
- (-2 (|:| -3735 (-421 (-975 *5))) (|:| |coeff| (-421 (-975 *5)))))
- (-5 *1 (-584 *5)) (-5 *3 (-421 (-975 *5))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 *5)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5))
- (-14 *3 (-560)) (-14 *4 (-793)))))
-(((*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-651)))))
-(((*1 *1) (-5 *1 (-624))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815))
- (-5 *2 (-114)) (-5 *1 (-1017 *3 *4 *5 *6))
- (-4 *6 (-979 *3 *5 *4))))
+ (-12 (-14 *3 (-663 (-1209))) (-4 *5 (-245 (-3819 *3) (-793)))
+ (-14 *6
+ (-1 (-114) (-2 (|:| -2081 *4) (|:| -2909 *5))
+ (-2 (|:| -2081 *4) (|:| -2909 *5))))
+ (-4 *2 (-175)) (-5 *1 (-475 *3 *2 *4 *5 *6 *7)) (-4 *4 (-872))
+ (-4 *7 (-980 *2 *5 (-889 *3)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-523 *2 *3)) (-4 *3 (-875)) (-4 *2 (-102))))
((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34)))
- (-4 *4 (-13 (-1132) (-34))))))
-(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1066)))))
-(((*1 *1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| -2202 (-663 (-887))) (|:| -2180 (-663 (-887)))
- (|:| |presup| (-663 (-887))) (|:| -2617 (-663 (-887)))
- (|:| |args| (-663 (-887)))))
- (-5 *1 (-1208))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 (-887)))) (-5 *1 (-1208)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-769)))))
-(((*1 *1) (-5 *1 (-625))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-793)) (-5 *6 (-114)) (-4 *7 (-466)) (-4 *8 (-815))
- (-4 *9 (-871)) (-4 *3 (-1096 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1100 *7 *8 *9 *3 *4)) (-4 *4 (-1102 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *3 (-1096 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1100 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1100 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-793)) (-5 *6 (-114)) (-4 *7 (-466)) (-4 *8 (-815))
- (-4 *9 (-871)) (-4 *3 (-1096 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1176 *7 *8 *9 *3 *4)) (-4 *4 (-1140 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *3 (-1096 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1176 *6 *7 *8 *3 *4)) (-4 *4 (-1140 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1176 *5 *6 *7 *3 *4)) (-4 *4 (-1140 *5 *6 *7 *3)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-871)) (-4 *5 (-815))
- (-4 *6 (-571)) (-4 *7 (-979 *6 *5 *3))
- (-5 *1 (-476 *5 *3 *6 *7 *2))
- (-4 *2
- (-13 (-1069 (-421 (-560))) (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $))
- (-15 -4429 (*7 $))))))))
-(((*1 *2)
- (-12 (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4)))
- (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1080)) (-5 *1 (-1272 *3 *2)) (-4 *2 (-1274 *3)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-902 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-904 *2)) (-4 *2 (-1248))))
+ (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1275 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-730 *2)) (-4 *2 (-1081))))
((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-972 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 (-972 *3))) (-4 *3 (-1080)) (-4 *1 (-1165 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080))))
+ (-12 (-4 *2 (-1081)) (-5 *1 (-757 *2 *3)) (-4 *3 (-872))
+ (-4 *3 (-748))))
+ ((*1 *2 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1005 *2 *3 *4)) (-4 *3 (-816)) (-4 *4 (-872))
+ (-4 *2 (-1081))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-972 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-793)) (-4 *5 (-175))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
- (-4 *4 (-175))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
- (-4 *4 (-385 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-1080)) (-4 *1 (-708 *3 *2 *4)) (-4 *2 (-385 *3))
- (-4 *4 (-385 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1173 *2 *3)) (-14 *2 (-793)) (-4 *3 (-1080)))))
+ (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)))))
(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-549) (-663 (-549)))) (-5 *1 (-115))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-549) (-663 (-549)))) (-5 *1 (-115))))
- ((*1 *1) (-5 *1 (-592))))
-(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-146)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *5))))
- (-5 *1 (-1160 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-13 (-319) (-149)))
- (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1160 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-305 (-421 (-975 *5)))) (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *5))))
- (-5 *1 (-1160 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-305 (-421 (-975 *4)))) (-4 *4 (-13 (-319) (-149)))
- (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1160 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-421 (-975 *5)))) (-5 *4 (-663 (-1208)))
- (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5)))))
- (-5 *1 (-1160 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-421 (-975 *4)))) (-4 *4 (-13 (-319) (-149)))
- (-5 *2 (-663 (-663 (-305 (-326 *4))))) (-5 *1 (-1160 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-305 (-421 (-975 *5))))) (-5 *4 (-663 (-1208)))
- (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5)))))
- (-5 *1 (-1160 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-305 (-421 (-975 *4)))))
- (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *4)))))
- (-5 *1 (-1160 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-221)))))
+ (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-663 *5)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-171 (-229))))
+ (-5 *2 (-1067)) (-5 *1 (-776)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-697 *3)) (-4 *3 (-1081))
+ (-4 *3 (-1133)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2)
- (-12 (-5 *2 (-987 (-1151))) (-5 *1 (-357 *3 *4)) (-14 *3 (-948))
- (-14 *4 (-948))))
- ((*1 *2)
- (-12 (-5 *2 (-987 (-1151))) (-5 *1 (-358 *3 *4)) (-4 *3 (-363))
- (-14 *4 (-1202 *3))))
- ((*1 *2)
- (-12 (-5 *2 (-987 (-1151))) (-5 *1 (-359 *3 *4)) (-4 *3 (-363))
- (-14 *4 (-948)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1080)) (-5 *1 (-919 *2 *3)) (-4 *2 (-1274 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))))
-(((*1 *1 *2 *3)
- (-12
- (-5 *3
- (-663
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
- (|:| |xpnt| (-560)))))
- (-4 *2 (-571)) (-5 *1 (-419 *2))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |contp| (-560))
- (|:| -3980 (-663 (-2 (|:| |irr| *4) (|:| -3443 (-560)))))))
- (-4 *4 (-1274 (-560))) (-5 *2 (-419 *4)) (-5 *1 (-456 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815))
- (-4 *7 (-871)) (-5 *2 (-793)) (-5 *1 (-1100 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815))
- (-4 *7 (-871)) (-5 *2 (-793)) (-5 *1 (-1176 *5 *6 *7 *8 *9)))))
-(((*1 *2 *2 *3 *4 *5)
- (-12 (-5 *2 (-663 *9)) (-5 *3 (-1 (-114) *9))
- (-5 *4 (-1 (-114) *9 *9)) (-5 *5 (-1 *9 *9 *9))
- (-4 *9 (-1096 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-815))
- (-4 *8 (-871)) (-5 *1 (-1008 *6 *7 *8 *9)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208))
- (-4 *5 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *2
- (-2 (|:| |func| *3) (|:| |kers| (-663 (-630 *3)))
- (|:| |vals| (-663 *3))))
- (-5 *1 (-288 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5))))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871))
- (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-979 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1080)) (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1)))
- (-4 *1 (-1274 *3)))))
-(((*1 *1 *1) (-5 *1 (-1094))))
+ (-12 (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254))
+ (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-4 *1 (-934 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1279 *3 *4 *5)) (-5 *1 (-331 *3 *4 *5)) (-4 *3 (-376))
- (-14 *4 (-1208)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-419 *3)) (-4 *3 (-571))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-721))))
+ (-12 (-4 *2 (-1126 *3)) (-5 *1 (-1090 *2 *3)) (-4 *3 (-1249))))
((*1 *2 *1)
- (-12 (-4 *2 (-1132)) (-5 *1 (-735 *3 *2 *4)) (-4 *3 (-871))
- (-14 *4
- (-1 (-114) (-2 (|:| -3998 *3) (|:| -3881 *2))
- (-2 (|:| -3998 *3) (|:| -3881 *2)))))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-1208)) (-5 *2 (-114))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-115)) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-114)) (-5 *1 (-630 *4))
- (-4 *4 (-1132))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-115)) (-5 *2 (-114)) (-5 *1 (-630 *4)) (-4 *4 (-1132))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-858 *3)) (-4 *3 (-1132)) (-5 *2 (-114))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-5 *2 (-114)) (-5 *1 (-912 *5 *3 *4))
- (-4 *3 (-911 *5)) (-4 *4 (-633 (-915 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *6)) (-4 *6 (-911 *5)) (-4 *5 (-1132))
- (-5 *2 (-114)) (-5 *1 (-912 *5 *6 *4)) (-4 *4 (-633 (-915 *5))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-38 (-421 (-560))))
- (-4 *2 (-175)))))
-(((*1 *1 *2)
+ (-12 (-5 *2 (-1121 *3)) (-5 *1 (-1124 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1266 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-663 (-1268 *5 *4)))
+ (-5 *1 (-1146 *4 *5)) (-5 *3 (-1268 *5 *4)))))
+(((*1 *2 *3 *3 *2 *4)
+ (-12 (-5 *3 (-711 *2)) (-5 *4 (-560))
+ (-4 *2 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *5 (-1275 *2)) (-5 *1 (-513 *2 *5 *6)) (-4 *6 (-424 *2 *5)))))
+(((*1 *2 *3)
(-12
- (-5 *2
- (-663
- (-2
- (|:| -3818
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (|:| -2660
- (-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| (-1186 (-229)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2132
- (-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 (-574)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-421 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-13 (-376) (-149)))
- (-5 *1 (-413 *3 *4)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *3 (-1096 *6 *7 *8))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1103 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -3227 *9))))
- (-5 *5 (-114)) (-4 *8 (-1096 *6 *7 *4)) (-4 *9 (-1102 *6 *7 *4 *8))
- (-4 *6 (-466)) (-4 *7 (-815)) (-4 *4 (-871))
- (-5 *2 (-663 (-2 (|:| |val| *8) (|:| -3227 *9))))
- (-5 *1 (-1103 *6 *7 *4 *8 *9)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1132)) (-5 *2 (-913 *3 *5)) (-5 *1 (-910 *3 *4 *5))
- (-4 *3 (-1132)) (-4 *5 (-688 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))))
-(((*1 *2 *1) (-12 (-4 *1 (-571)) (-5 *2 (-114)))))
-(((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-948)) (-5 *1 (-808)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
- (-5 *2 (-711 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))))
+ (-5 *3
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
+ (-5 *2 (-391)) (-5 *1 (-208)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560))))
+ ((*1 *1 *1 *1) (-5 *1 (-1152))))
(((*1 *2 *3)
- (-12 (-5 *3 (-630 *5)) (-4 *5 (-435 *4)) (-4 *4 (-1069 (-560)))
- (-4 *4 (-571)) (-5 *2 (-1202 *5)) (-5 *1 (-32 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-630 *1)) (-4 *1 (-1080)) (-4 *1 (-310))
- (-5 *2 (-1202 *1)))))
-(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-114))))
+ (-12 (-4 *4 (-1249)) (-5 *2 (-793)) (-5 *1 (-185 *4 *3))
+ (-4 *3 (-696 *4)))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816))))
((*1 *2 *1)
- (-12 (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815)) (-5 *2 (-114))
- (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-979 *3 *5 *4))))
+ (-12 (-4 *1 (-397 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1133))))
((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34)))
- (-4 *4 (-13 (-1132) (-34))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *5 *6)) (-4 *6 (-633 (-1208)))
- (-4 *4 (-376)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *2 (-1197 (-663 (-975 *4)) (-663 (-305 (-975 *4)))))
- (-5 *1 (-518 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-793)) (-4 *5 (-376)) (-5 *2 (-421 *6))
- (-5 *1 (-891 *5 *4 *6)) (-4 *4 (-1291 *5)) (-4 *6 (-1274 *5))))
- ((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-793)) (-5 *4 (-1288 *5 *6 *7)) (-4 *5 (-376))
- (-14 *6 (-1208)) (-14 *7 *5) (-5 *2 (-421 (-1267 *6 *5)))
- (-5 *1 (-892 *5 *6 *7))))
- ((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-793)) (-5 *4 (-1288 *5 *6 *7)) (-4 *5 (-376))
- (-14 *6 (-1208)) (-14 *7 *5) (-5 *2 (-421 (-1267 *6 *5)))
- (-5 *1 (-892 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -1469 (-711 (-421 (-975 *4))))
- (|:| |vec| (-663 (-421 (-975 *4)))) (|:| -3795 (-793))
- (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))
- (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815))
- (-5 *2
- (-2 (|:| |partsol| (-1298 (-421 (-975 *4))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *4)))))))
- (-5 *1 (-953 *4 *5 *6 *7)) (-4 *7 (-979 *4 *6 *5)))))
+ (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175))
+ (-4 *6 (-245 (-3819 *3) (-793)))
+ (-14 *7
+ (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *6))
+ (-2 (|:| -2081 *5) (|:| -2909 *6))))
+ (-5 *2 (-735 *5 *6 *7)) (-5 *1 (-475 *3 *4 *5 *6 *7 *8))
+ (-4 *5 (-872)) (-4 *8 (-980 *4 *6 (-889 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-748)) (-4 *2 (-872)) (-5 *1 (-757 *3 *2))
+ (-4 *3 (-1081))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1005 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-816))
+ (-4 *4 (-872)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
+ (-12 (-4 *3 (-13 (-319) (-149))) (-4 *4 (-13 (-872) (-633 (-1209))))
+ (-4 *5 (-817)) (-5 *1 (-954 *3 *4 *5 *2)) (-4 *2 (-980 *3 *5 *4)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-663 (-495 *4 *5))) (-5 *3 (-663 (-889 *4)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *1 (-485 *4 *5 *6))
+ (-4 *6 (-466)))))
+(((*1 *2 *1) (-12 (-5 *2 (-611)) (-5 *1 (-292)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1190)) (-5 *2 (-663 (-1213))) (-5 *1 (-1167)))))
+ (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1248)) (-5 *1 (-185 *3 *2)) (-4 *2 (-696 *3)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-845)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *1 *1)
(-12
(-5 *2
- (-2 (|:| -1398 *3) (|:| |gap| (-793)) (|:| -2010 (-803 *3))
- (|:| -4415 (-803 *3))))
- (-5 *1 (-803 *3)) (-4 *3 (-1080))))
- ((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871))
- (-5 *2
- (-2 (|:| -1398 *1) (|:| |gap| (-793)) (|:| -2010 *1)
- (|:| -4415 *1)))
- (-4 *1 (-1096 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2
- (-2 (|:| -1398 *1) (|:| |gap| (-793)) (|:| -2010 *1)
- (|:| -4415 *1)))
- (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-226 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-4 *1 (-263 *3))))
- ((*1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-915 *4)) (-4 *4 (-1132)) (-5 *1 (-913 *4 *3))
- (-4 *3 (-1132)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-663 (-630 *6))) (-5 *4 (-1208)) (-5 *2 (-630 *6))
- (-4 *6 (-435 *5)) (-4 *5 (-1132)) (-5 *1 (-587 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-848)))))
-(((*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 (-711 (-229))) (-5 *5 (-114)) (-5 *6 (-229))
- (-5 *7 (-711 (-560)))
- (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN))))
- (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))
- (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-775)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-108))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-549))) (-5 *1 (-549)))))
-(((*1 *1 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1132)) (-4 *2 (-381)))))
-(((*1 *1 *1) (-12 (-5 *1 (-627 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1) (-5 *1 (-651))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3))
- (-4 *3 (-13 (-376) (-1234) (-1033))))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-129 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2) (-12 (-5 *1 (-129 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-630 *4)) (-4 *4 (-1132)) (-4 *2 (-1132))
- (-5 *1 (-631 *2 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-51)) (-5 *1 (-851)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-571)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-571) (-149))) (-5 *2 (-663 *3))
- (-5 *1 (-1270 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1190)) (-4 *1 (-403)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-319)) (-4 *3 (-175)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3)))
- (-5 *1 (-710 *3 *4 *5 *6)) (-4 *6 (-708 *3 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-722 *3))
- (-4 *3 (-319)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1202 *7)) (-5 *3 (-560)) (-4 *7 (-979 *6 *4 *5))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080))
- (-5 *1 (-333 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3))
- (-4 *3 (-1274 *2)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-694 *3)) (-4 *3 (-871)) (-4 *1 (-387 *3 *4))
- (-4 *4 (-175)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-663 (-1208))) (-14 *5 (-793))
- (-5 *2
- (-663
- (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4)
- (-255 *4 (-421 (-560))))))
- (-5 *1 (-519 *4 *5))
- (-5 *3
- (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4)
- (-255 *4 (-421 (-560))))))))
-(((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-326 (-391))) (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-897 (-1213) (-793)))) (-5 *1 (-345)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-663 (-793)))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-1132)) (-5 *2 (-1304))
- (-5 *1 (-1250 *4))))
+ (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-711 *3))))
+ (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-245 *3 *2)) (-4 *2 (-1249)) (-4 *2 (-1081))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-888))))
+ ((*1 *1 *1) (-5 *1 (-888)))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-1132)) (-5 *2 (-1304))
- (-5 *1 (-1250 *4)))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571))))
- ((*1 *1 *1) (|partial| -4 *1 (-744))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1291 *4)) (-5 *1 (-1292 *4 *2))
- (-4 *4 (-38 (-421 (-560)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-421 (-975 (-560)))))
- (-5 *2 (-663 (-663 (-305 (-975 *4))))) (-5 *1 (-393 *4))
- (-4 *4 (-13 (-870) (-376)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-305 (-421 (-975 (-560))))))
- (-5 *2 (-663 (-663 (-305 (-975 *4))))) (-5 *1 (-393 *4))
- (-4 *4 (-13 (-870) (-376)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 (-560)))) (-5 *2 (-663 (-305 (-975 *4))))
- (-5 *1 (-393 *4)) (-4 *4 (-13 (-870) (-376)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-305 (-421 (-975 (-560)))))
- (-5 *2 (-663 (-305 (-975 *4)))) (-5 *1 (-393 *4))
- (-4 *4 (-13 (-870) (-376)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1208))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-4 *4 (-13 (-29 *6) (-1234) (-989)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -1868 (-663 *4))))
- (-5 *1 (-675 *6 *4 *3)) (-4 *3 (-680 *4))))
- ((*1 *2 *3 *2 *4 *2 *5)
- (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-663 *2))
- (-4 *2 (-13 (-29 *6) (-1234) (-989)))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *1 (-675 *6 *2 *3)) (-4 *3 (-680 *2))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4510))))
- (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4))))
- (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4510))))
- (-4 *7 (-13 (-385 *5) (-10 -7 (-6 -4510))))
- (-5 *2
- (-663
- (-2 (|:| |particular| (-3 *7 "failed")) (|:| -1868 (-663 *7)))))
- (-5 *1 (-689 *5 *6 *7 *3)) (-5 *4 (-663 *7))
- (-4 *3 (-708 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *5)) (-4 *5 (-376))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1298 *5) "failed"))
- (|:| -1868 (-663 (-1298 *5)))))
- (-5 *1 (-690 *5)) (-5 *4 (-1298 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-663 *5))) (-4 *5 (-376))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1298 *5) "failed"))
- (|:| -1868 (-663 (-1298 *5)))))
- (-5 *1 (-690 *5)) (-5 *4 (-1298 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *5)) (-4 *5 (-376))
- (-5 *2
- (-663
- (-2 (|:| |particular| (-3 (-1298 *5) "failed"))
- (|:| -1868 (-663 (-1298 *5))))))
- (-5 *1 (-690 *5)) (-5 *4 (-663 (-1298 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-663 *5))) (-4 *5 (-376))
- (-5 *2
- (-663
- (-2 (|:| |particular| (-3 (-1298 *5) "failed"))
- (|:| -1868 (-663 (-1298 *5))))))
- (-5 *1 (-690 *5)) (-5 *4 (-663 (-1298 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-663 (-1208))) (-4 *5 (-571))
- (-5 *2 (-663 (-663 (-305 (-421 (-975 *5)))))) (-5 *1 (-792 *5))))
+ (-12 (-5 *3 (-973 (-229))) (-5 *2 (-229)) (-5 *1 (-1246))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-1081)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-711 *2)) (-4 *2 (-175)) (-5 *1 (-148 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-571))
- (-5 *2 (-663 (-663 (-305 (-421 (-975 *4)))))) (-5 *1 (-792 *4))))
- ((*1 *2 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-115)) (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *1 (-794 *5 *2)) (-4 *2 (-13 (-29 *5) (-1234) (-989)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-711 *7)) (-5 *5 (-1208))
- (-4 *7 (-13 (-29 *6) (-1234) (-989)))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2
- (-2 (|:| |particular| (-1298 *7)) (|:| -1868 (-663 (-1298 *7)))))
- (-5 *1 (-824 *6 *7)) (-5 *4 (-1298 *7))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-711 *6)) (-5 *4 (-1208))
- (-4 *6 (-13 (-29 *5) (-1234) (-989)))
- (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2 (-663 (-1298 *6))) (-5 *1 (-824 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-663 (-305 *7))) (-5 *4 (-663 (-115)))
- (-5 *5 (-1208)) (-4 *7 (-13 (-29 *6) (-1234) (-989)))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2
- (-2 (|:| |particular| (-1298 *7)) (|:| -1868 (-663 (-1298 *7)))))
- (-5 *1 (-824 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-663 *7)) (-5 *4 (-663 (-115)))
- (-5 *5 (-1208)) (-4 *7 (-13 (-29 *6) (-1234) (-989)))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2
- (-2 (|:| |particular| (-1298 *7)) (|:| -1868 (-663 (-1298 *7)))))
- (-5 *1 (-824 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-305 *7)) (-5 *4 (-115)) (-5 *5 (-1208))
- (-4 *7 (-13 (-29 *6) (-1234) (-989)))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2
- (-3 (-2 (|:| |particular| *7) (|:| -1868 (-663 *7))) *7 "failed"))
- (-5 *1 (-824 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-115)) (-5 *5 (-1208))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2
- (-3 (-2 (|:| |particular| *3) (|:| -1868 (-663 *3))) *3 "failed"))
- (-5 *1 (-824 *6 *3)) (-4 *3 (-13 (-29 *6) (-1234) (-989)))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-305 *2)) (-5 *4 (-115)) (-5 *5 (-663 *2))
- (-4 *2 (-13 (-29 *6) (-1234) (-989))) (-5 *1 (-824 *6 *2))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))))
- ((*1 *2 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-115)) (-5 *4 (-305 *2)) (-5 *5 (-663 *2))
- (-4 *2 (-13 (-29 *6) (-1234) (-989)))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *1 (-824 *6 *2))))
- ((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1066)) (-5 *1 (-827))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-1094)) (-5 *2 (-1066)) (-5 *1 (-827))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1298 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4))
- (-5 *2 (-1066)) (-5 *1 (-827))))
- ((*1 *2 *3 *4 *4 *5 *4)
- (-12 (-5 *3 (-1298 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4))
- (-5 *2 (-1066)) (-5 *1 (-827))))
- ((*1 *2 *3 *4 *4 *5 *6 *4)
- (-12 (-5 *3 (-1298 (-326 *4))) (-5 *5 (-663 (-391)))
- (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1066)) (-5 *1 (-827))))
- ((*1 *2 *3 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1298 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4))
- (-5 *2 (-1066)) (-5 *1 (-827))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
- (-12 (-5 *3 (-1298 (-326 *4))) (-5 *5 (-663 (-391)))
- (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1066)) (-5 *1 (-827))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
- (-12 (-5 *3 (-1298 (-326 *4))) (-5 *5 (-663 (-391)))
- (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1066)) (-5 *1 (-827))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12
- (-5 *5
- (-1
- (-3 (-2 (|:| |particular| *6) (|:| -1868 (-663 *6))) "failed")
- *7 *6))
- (-4 *6 (-376)) (-4 *7 (-680 *6))
- (-5 *2 (-2 (|:| |particular| (-1298 *6)) (|:| -1868 (-711 *6))))
- (-5 *1 (-835 *6 *7)) (-5 *3 (-711 *6)) (-5 *4 (-1298 *6))))
- ((*1 *2 *3) (-12 (-5 *3 (-925)) (-5 *2 (-1066)) (-5 *1 (-924))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-925)) (-5 *4 (-1094)) (-5 *2 (-1066)) (-5 *1 (-924))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
- (-12 (-5 *4 (-793)) (-5 *6 (-663 (-663 (-326 *3)))) (-5 *7 (-1190))
- (-5 *8 (-229)) (-5 *5 (-663 (-326 (-391)))) (-5 *3 (-391))
- (-5 *2 (-1066)) (-5 *1 (-924))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *4 (-793)) (-5 *6 (-663 (-663 (-326 *3)))) (-5 *7 (-1190))
- (-5 *5 (-663 (-326 (-391)))) (-5 *3 (-391)) (-5 *2 (-1066))
- (-5 *1 (-924))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-975 (-421 (-560)))) (-5 *2 (-663 (-391)))
- (-5 *1 (-1054)) (-5 *4 (-391))))
+ (-12 (-4 *4 (-175)) (-4 *2 (-1275 *4)) (-5 *1 (-180 *4 *2 *3))
+ (-4 *3 (-746 *4 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-975 (-560))) (-5 *2 (-663 (-391))) (-5 *1 (-1054))
- (-5 *4 (-391))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4))))
+ (-12 (-5 *3 (-711 (-421 (-976 *5)))) (-5 *4 (-1209))
+ (-5 *2 (-976 *5)) (-5 *1 (-304 *5)) (-4 *5 (-466))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1162 *4))
- (-5 *3 (-326 *4))))
+ (-12 (-5 *3 (-711 (-421 (-976 *4)))) (-5 *2 (-976 *4))
+ (-5 *1 (-304 *4)) (-4 *4 (-466))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-383 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1275 *3))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1162 *4))
- (-5 *3 (-305 (-326 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1162 *5))
- (-5 *3 (-305 (-326 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1162 *5))
- (-5 *3 (-326 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-1208)))
- (-4 *5 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2 (-663 (-663 (-305 (-326 *5))))) (-5 *1 (-1162 *5))
- (-5 *3 (-663 (-305 (-326 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-421 (-975 *5)))) (-5 *4 (-663 (-1208)))
- (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *5))))))
- (-5 *1 (-1217 *5))))
+ (-12 (-5 *3 (-711 (-171 (-421 (-560)))))
+ (-5 *2 (-976 (-171 (-421 (-560))))) (-5 *1 (-786 *4))
+ (-4 *4 (-13 (-376) (-871)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-1208))) (-4 *5 (-571))
- (-5 *2 (-663 (-663 (-305 (-421 (-975 *5)))))) (-5 *1 (-1217 *5))
- (-5 *3 (-663 (-305 (-421 (-975 *5)))))))
+ (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *4 (-1209))
+ (-5 *2 (-976 (-171 (-421 (-560))))) (-5 *1 (-786 *5))
+ (-4 *5 (-13 (-376) (-871)))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-421 (-975 *4)))) (-4 *4 (-571))
- (-5 *2 (-663 (-663 (-305 (-421 (-975 *4)))))) (-5 *1 (-1217 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-975 *4))))))
- (-5 *1 (-1217 *4)) (-5 *3 (-663 (-305 (-421 (-975 *4)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-4 *5 (-571))
- (-5 *2 (-663 (-305 (-421 (-975 *5))))) (-5 *1 (-1217 *5))
- (-5 *3 (-421 (-975 *5)))))
+ (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-976 (-421 (-560))))
+ (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-871)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-4 *5 (-571))
- (-5 *2 (-663 (-305 (-421 (-975 *5))))) (-5 *1 (-1217 *5))
- (-5 *3 (-305 (-421 (-975 *5))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-663 (-305 (-421 (-975 *4)))))
- (-5 *1 (-1217 *4)) (-5 *3 (-421 (-975 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-663 (-305 (-421 (-975 *4)))))
- (-5 *1 (-1217 *4)) (-5 *3 (-305 (-421 (-975 *4)))))))
+ (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *4 (-1209))
+ (-5 *2 (-976 (-421 (-560)))) (-5 *1 (-801 *5))
+ (-4 *5 (-13 (-376) (-871))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1323 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-870)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-899))
+ (-5 *5 (-949)) (-5 *6 (-663 (-270))) (-5 *2 (-1302))
+ (-5 *1 (-1301))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-663 (-270)))
+ (-5 *2 (-1302)) (-5 *1 (-1301)))))
+(((*1 *2 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081))))
+ ((*1 *2 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1133)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1315 (-1209) *3)) (-4 *3 (-1081)) (-5 *1 (-1321 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1315 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *1 (-1324 *3 *4)))))
(((*1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-544 *3)) (-4 *3 (-13 (-748) (-25))))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1133)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-520)) (-5 *1 (-115))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-115)))))
+(((*1 *1) (-5 *1 (-1212))))
+(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))
+ (-5 *2 (-1067)) (-5 *1 (-770)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-255 *5 *6))) (-4 *6 (-466))
+ (-5 *2 (-255 *5 *6)) (-14 *5 (-663 (-1209))) (-5 *1 (-650 *5 *6)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-1060 *3))))
+ (-12 (-4 *3 (-1081)) (-5 *1 (-920 *2 *3)) (-4 *2 (-1275 *3))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 (-711 *3))) (-4 *3 (-1080)) (-5 *1 (-1060 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-1060 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-663 (-711 *3))) (-4 *3 (-1080)) (-5 *1 (-1060 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-758 *3))))
- ((*1 *1 *2) (-12 (-5 *1 (-758 *2)) (-4 *2 (-1132))))
- ((*1 *1) (-12 (-5 *1 (-758 *2)) (-4 *2 (-1132)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
- ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
- ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-482))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1301))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1302)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-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 (-195)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| |k| (-694 *3)) (|:| |c| *4))))
- (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871))
- (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *3))
- (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
-(((*1 *1 *2) (-12 (-5 *2 (-841 *3)) (-4 *3 (-871)) (-5 *1 (-694 *3)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *5 (-630 *4)) (-5 *6 (-1208))
- (-4 *4 (-13 (-435 *7) (-27) (-1234)))
- (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4))))
- (-5 *1 (-580 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
- (-4 *4 (-571)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-887)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 (-793))
- (-14 *4 (-793)) (-4 *5 (-175)))))
-(((*1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-339 *3))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-793)) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-530 *3 *4))
- (-14 *4 (-560)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-432 *4)))))
-(((*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871))))
- ((*1 *1 *1) (-12 (-5 *1 (-841 *2)) (-4 *2 (-871))))
- ((*1 *1 *1) (-12 (-5 *1 (-918 *2)) (-4 *2 (-871))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1243 *2 *3 *4 *5)) (-4 *2 (-571))
- (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-1096 *2 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1287 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
+ (-12 (-5 *2 (-793)) (-4 *1 (-1298 *3)) (-4 *3 (-23)) (-4 *3 (-1249)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080))
- (-5 *2 (-663 (-663 (-972 *3))))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-663 (-663 (-972 *4)))) (-5 *3 (-114)) (-4 *4 (-1080))
- (-4 *1 (-1165 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 (-972 *3)))) (-4 *3 (-1080))
- (-4 *1 (-1165 *3))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-663 (-663 (-663 *4)))) (-5 *3 (-114))
- (-4 *1 (-1165 *4)) (-4 *4 (-1080))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-663 (-663 (-972 *4)))) (-5 *3 (-114))
- (-4 *1 (-1165 *4)) (-4 *4 (-1080))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-663 (-663 (-663 *5)))) (-5 *3 (-663 (-174)))
- (-5 *4 (-174)) (-4 *1 (-1165 *5)) (-4 *5 (-1080))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-663 (-663 (-972 *5)))) (-5 *3 (-663 (-174)))
- (-5 *4 (-174)) (-4 *1 (-1165 *5)) (-4 *5 (-1080)))))
+ (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-4 *1 (-435 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-520)) (-5 *2 (-114)) (-5 *1 (-115)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1203 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571))
+ (-5 *1 (-32 *4 *2)))))
(((*1 *2 *3)
- (-12
+ (-12 (-4 *1 (-923))
(-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *2)
- (|:| |polj| *2)))
- (-4 *5 (-815)) (-4 *2 (-979 *4 *5 *6)) (-5 *1 (-464 *4 *5 *6 *2))
- (-4 *4 (-466)) (-4 *6 (-871)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-376)) (-4 *7 (-1274 *5)) (-4 *4 (-746 *5 *7))
- (-5 *2 (-2 (|:| -1469 (-711 *6)) (|:| |vec| (-1298 *5))))
- (-5 *1 (-833 *5 *6 *7 *4 *3)) (-4 *6 (-680 *5)) (-4 *3 (-680 *4)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-560)) (-4 *3 (-175)) (-4 *5 (-385 *3))
- (-4 *6 (-385 *3)) (-5 *1 (-710 *3 *5 *6 *2))
- (-4 *2 (-708 *3 *5 *6)))))
+ (-2 (|:| |pde| (-663 (-326 (-229))))
+ (|:| |constraints|
+ (-663
+ (-2 (|:| |start| (-229)) (|:| |finish| (-229))
+ (|:| |grid| (-793)) (|:| |boundaryType| (-560))
+ (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229))))))
+ (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191))
+ (|:| |tol| (-229))))
+ (-5 *2 (-1067)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1274 (-48)))))
- ((*1 *2 *3 *1)
- (-12 (-5 *2 (-2 (|:| |less| (-123 *3)) (|:| |greater| (-123 *3))))
- (-5 *1 (-123 *3)) (-4 *3 (-871))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-597 *4)) (-4 *4 (-13 (-29 *3) (-1234)))
- (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-599 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-597 (-421 (-975 *3))))
- (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *1 (-603 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-376))
- (-5 *2 (-2 (|:| -1790 *3) (|:| |special| *3))) (-5 *1 (-749 *5 *3))))
+ (-12 (-4 *4 (-571)) (-4 *2 (-13 (-435 (-171 *4)) (-1034) (-1235)))
+ (-5 *1 (-614 *4 *3 *2)) (-4 *3 (-13 (-435 *4) (-1034) (-1235))))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-916 *4)) (-4 *4 (-1133)) (-5 *2 (-114))
+ (-5 *1 (-914 *4 *5)) (-4 *5 (-1133))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1298 *5)) (-4 *5 (-376)) (-4 *5 (-1080))
- (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1061 *5))
- (-5 *3 (-663 (-711 *5)))))
+ (-12 (-5 *4 (-916 *5)) (-4 *5 (-1133)) (-5 *2 (-114))
+ (-5 *1 (-917 *5 *3)) (-4 *3 (-1249))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1298 (-1298 *5))) (-4 *5 (-376)) (-4 *5 (-1080))
- (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1061 *5))
- (-5 *3 (-663 (-711 *5)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-143)) (-5 *2 (-663 *1)) (-4 *1 (-1175))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-146)) (-5 *2 (-663 *1)) (-4 *1 (-1175)))))
-(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
- (-12 (-5 *3 (-1190)) (-5 *5 (-711 (-229))) (-5 *6 (-229))
- (-5 *7 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-915 *4)) (-5 *3 (-1 (-114) *5)) (-4 *4 (-1132))
- (-4 *5 (-1248)) (-5 *1 (-916 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-915 *4)) (-5 *3 (-663 (-1 (-114) *5))) (-4 *4 (-1132))
- (-4 *5 (-1248)) (-5 *1 (-916 *4 *5))))
+ (-12 (-5 *3 (-663 *6)) (-5 *4 (-916 *5)) (-4 *5 (-1133))
+ (-4 *6 (-1249)) (-5 *2 (-114)) (-5 *1 (-917 *5 *6)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-421 *5)) (-4 *4 (-1254)) (-4 *5 (-1275 *4))
+ (-5 *1 (-150 *4 *5 *2)) (-4 *2 (-1275 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1211 (-421 (-560)))) (-5 *2 (-421 (-560)))
+ (-5 *1 (-193))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-915 *5)) (-5 *3 (-663 (-1208)))
- (-5 *4 (-1 (-114) (-663 *6))) (-4 *5 (-1132)) (-4 *6 (-1248))
- (-5 *1 (-916 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-1 (-114) *5)) (-4 *5 (-1248))
- (-5 *2 (-326 (-560))) (-5 *1 (-966 *5))))
+ (-12 (-5 *2 (-711 (-326 (-229)))) (-5 *3 (-663 (-1209)))
+ (-5 *4 (-1299 (-326 (-229)))) (-5 *1 (-208))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-305 *3))) (-4 *3 (-321 *3)) (-4 *3 (-1133))
+ (-4 *3 (-1249)) (-5 *1 (-305 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-321 *2)) (-4 *2 (-1133)) (-4 *2 (-1249))
+ (-5 *1 (-305 *2))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 *1)) (-4 *1 (-310))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 (-663 *1))) (-4 *1 (-310))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 (-1 *1 (-663 *1))))
+ (-4 *1 (-310))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 (-1 *1 *1))) (-4 *1 (-310))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1 *1 *1)) (-4 *1 (-310))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1 *1 (-663 *1))) (-4 *1 (-310))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-663 (-1 *1 (-663 *1))))
+ (-4 *1 (-310))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-663 (-1 *1 *1))) (-4 *1 (-310))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-305 *3))) (-4 *1 (-321 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-305 *3)) (-4 *1 (-321 *3)) (-4 *3 (-1133))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-663 (-1 (-114) *5))) (-4 *5 (-1248))
- (-5 *2 (-326 (-560))) (-5 *1 (-966 *5))))
+ (-12 (-5 *3 (-1 *2 (-560))) (-5 *4 (-1211 (-421 (-560))))
+ (-5 *1 (-322 *2)) (-4 *2 (-38 (-421 (-560))))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 *1)) (-4 *1 (-387 *4 *5))
+ (-4 *4 (-872)) (-4 *5 (-175))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-872)) (-4 *3 (-175))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-793)) (-5 *4 (-1 *1 *1))
+ (-4 *1 (-435 *5)) (-4 *5 (-1133)) (-4 *5 (-1081))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-793)) (-5 *4 (-1 *1 (-663 *1)))
+ (-4 *1 (-435 *5)) (-4 *5 (-1133)) (-4 *5 (-1081))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-663 (-793)))
+ (-5 *4 (-663 (-1 *1 (-663 *1)))) (-4 *1 (-435 *5)) (-4 *5 (-1133))
+ (-4 *5 (-1081))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-663 (-793)))
+ (-5 *4 (-663 (-1 *1 *1))) (-4 *1 (-435 *5)) (-4 *5 (-1133))
+ (-4 *5 (-1081))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 *1)) (-5 *4 (-1209))
+ (-4 *1 (-435 *5)) (-4 *5 (-1133)) (-4 *5 (-633 (-549)))))
+ ((*1 *1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1209)) (-4 *1 (-435 *4)) (-4 *4 (-1133))
+ (-4 *4 (-633 (-549)))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-435 *2)) (-4 *2 (-1133)) (-4 *2 (-633 (-549)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-1209))) (-4 *1 (-435 *3)) (-4 *3 (-1133))
+ (-4 *3 (-633 (-549)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133))
+ (-4 *3 (-633 (-549)))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *1 (-528 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 *5)) (-4 *1 (-528 *4 *5))
+ (-4 *4 (-1133)) (-4 *5 (-1249))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-856 *3)) (-4 *3 (-376)) (-5 *1 (-740 *3))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
+ ((*1 *2 *2 *3 *2)
+ (-12 (-5 *2 (-421 (-976 *4))) (-5 *3 (-1209)) (-4 *4 (-571))
+ (-5 *1 (-1072 *4))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-1209))) (-5 *4 (-663 (-421 (-976 *5))))
+ (-5 *2 (-421 (-976 *5))) (-4 *5 (-571)) (-5 *1 (-1072 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-114) *5)) (-4 *5 (-1248)) (-4 *4 (-1132))
- (-5 *1 (-967 *4 *2 *5)) (-4 *2 (-435 *4))))
+ (-12 (-5 *3 (-305 (-421 (-976 *4)))) (-5 *2 (-421 (-976 *4)))
+ (-4 *4 (-571)) (-5 *1 (-1072 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 (-1 (-114) *5))) (-4 *5 (-1248)) (-4 *4 (-1132))
- (-5 *1 (-967 *4 *2 *5)) (-4 *2 (-435 *4))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-1 (-114) (-663 *6)))
- (-4 *6 (-13 (-435 *5) (-911 *4) (-633 (-915 *4)))) (-4 *4 (-1132))
- (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4))))
- (-5 *1 (-1106 *4 *5 *6)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-793)) (-5 *2 (-663 (-1208))) (-5 *1 (-213))
- (-5 *3 (-1208))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-229))) (-5 *4 (-793)) (-5 *2 (-663 (-1208)))
- (-5 *1 (-278))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175))
- (-5 *2 (-663 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 *3)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871))
- (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-694 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-699 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-841 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-918 *3)) (-4 *3 (-871))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *2 (-663 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-560))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))))
+ (-12 (-5 *3 (-663 (-305 (-421 (-976 *4))))) (-5 *2 (-421 (-976 *4)))
+ (-4 *4 (-571)) (-5 *1 (-1072 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1278 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1187 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560))
- (-14 *4 *2) (-4 *5 (-175))))
- ((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-948)) (-5 *1 (-167 *3 *4))
- (-4 *3 (-168 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-948))))
- ((*1 *2)
- (-12 (-4 *1 (-383 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3))
- (-5 *2 (-948))))
+ (-12 (-5 *2 (-663 (-2 (|:| |k| (-694 *3)) (|:| |c| *4))))
+ (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872))
+ (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-4 *4 (-1023 *3)) (-5 *1 (-144 *3 *4 *2))
+ (-4 *2 (-385 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
- (-5 *2 (-793)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4510))))
- (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-5 *2 (-793))
- (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *5)) (-5 *4 (-1298 *5)) (-4 *5 (-376))
- (-5 *2 (-793)) (-5 *1 (-690 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-793))))
+ (-12 (-4 *4 (-571)) (-4 *5 (-1023 *4)) (-4 *2 (-385 *4))
+ (-5 *1 (-517 *4 *5 *2 *3)) (-4 *3 (-385 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4))
- (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-710 *4 *5 *6 *3))
- (-4 *3 (-708 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571))
- (-5 *2 (-793)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-618 *3 *2)) (-4 *3 (-1132)) (-4 *3 (-871))
- (-4 *2 (-1248))))
- ((*1 *2 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871))))
- ((*1 *2 *1) (-12 (-5 *1 (-841 *2)) (-4 *2 (-871))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1248)) (-5 *1 (-897 *2 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1) (-12 (-5 *2 (-694 *3)) (-5 *1 (-918 *3)) (-4 *3 (-871))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1287 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))))
-(((*1 *1 *2 *3 *1) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
+ (-12 (-5 *3 (-711 *5)) (-4 *5 (-1023 *4)) (-4 *4 (-571))
+ (-5 *2 (-711 *4)) (-5 *1 (-715 *4 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-4 *4 (-1023 *3)) (-5 *1 (-1270 *3 *4 *2))
+ (-4 *2 (-1275 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-888)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-97)))))
+(((*1 *1 *1) (-4 *1 (-250)))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1275 *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)
+ (-2309 (-12 (-5 *1 (-305 *2)) (-4 *2 (-376)) (-4 *2 (-1249)))
+ (-12 (-5 *1 (-305 *2)) (-4 *2 (-487)) (-4 *2 (-1249)))))
+ ((*1 *1 *1) (-4 *1 (-487)))
+ ((*1 *2 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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 (-820 *2)) (-4 *2 (-175)) (-4 *2 (-376)))))
+(((*1 *2 *1 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-888) (-888) (-888))) (-5 *4 (-560)) (-5 *2 (-888))
+ (-5 *1 (-671 *5 *6 *7)) (-4 *5 (-1133)) (-4 *6 (-23)) (-14 *7 *6)))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-888)) (-5 *1 (-879 *3 *4 *5)) (-4 *3 (-1081))
+ (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-888))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-888))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-888))))
+ ((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-888)) (-5 *1 (-1203 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 (-976 *4))) (-5 *3 (-663 (-1209))) (-4 *4 (-466))
+ (-5 *1 (-948 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1067)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-1081)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1275 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-1186 *4) (-1186 *4))) (-5 *2 (-1186 *4))
- (-5 *1 (-1325 *4)) (-4 *4 (-1248))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-663 (-1186 *5)) (-663 (-1186 *5)))) (-5 *4 (-560))
- (-5 *2 (-663 (-1186 *5))) (-5 *1 (-1325 *5)) (-4 *5 (-1248)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-4 *6 (-911 *5)) (-5 *2 (-910 *5 *6 (-663 *6)))
- (-5 *1 (-912 *5 *6 *4)) (-5 *3 (-663 *6)) (-4 *4 (-633 (-915 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-5 *2 (-663 (-305 *3))) (-5 *1 (-912 *5 *3 *4))
- (-4 *3 (-1069 (-1208))) (-4 *3 (-911 *5)) (-4 *4 (-633 (-915 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-5 *2 (-663 (-305 (-975 *3))))
- (-5 *1 (-912 *5 *3 *4)) (-4 *3 (-1080))
- (-1372 (-4 *3 (-1069 (-1208)))) (-4 *3 (-911 *5))
- (-4 *4 (-633 (-915 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-5 *2 (-913 *5 *3)) (-5 *1 (-912 *5 *3 *4))
- (-1372 (-4 *3 (-1069 (-1208)))) (-1372 (-4 *3 (-1080)))
- (-4 *3 (-911 *5)) (-4 *4 (-633 (-915 *5))))))
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-560)) (-5 *1 (-500 *4))
+ (-4 *4 (-1275 *2)))))
+(((*1 *2 *3 *4 *3 *5 *3)
+ (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560))
+ (-5 *2 (-1067)) (-5 *1 (-776)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3))
- (-4 *3 (-1132)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1151)) (-5 *1 (-864 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1175)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1274 *3)) (-5 *1 (-413 *3 *2))
- (-4 *3 (-13 (-376) (-149))))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-670 *5)) (-4 *5 (-1080))
- (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-876 *5))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-711 *3)) (-4 *1 (-432 *3)) (-4 *3 (-175))))
- ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080))))
- ((*1 *2 *3 *2 *2 *4 *5)
- (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1080))
- (-5 *1 (-877 *2 *3)) (-4 *3 (-876 *2)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-574)))))
-(((*1 *1) (-5 *1 (-303))))
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1245 *3)) (-4 *3 (-1006)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-781)))))
+(((*1 *1) (-5 *1 (-342))))
+(((*1 *2 *3 *3 *3 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-1 (-663 *5) *6))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *6 (-1274 *5)) (-5 *2 (-663 (-421 *6))) (-5 *1 (-834 *5 *6))))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *6 (-1275 *5)) (-5 *2 (-663 (-421 *6))) (-5 *1 (-836 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-677 (-421 *7))) (-5 *4 (-1 (-663 *6) *7))
(-5 *5 (-1 (-419 *7) *7))
- (-4 *6 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *7 (-1274 *6)) (-5 *2 (-663 (-421 *7))) (-5 *1 (-834 *6 *7))))
+ (-4 *6 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *7 (-1275 *6)) (-5 *2 (-663 (-421 *7))) (-5 *1 (-836 *6 *7))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-1 (-663 *5) *6))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *6 (-1274 *5)) (-5 *2 (-663 (-421 *6))) (-5 *1 (-834 *5 *6))))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *6 (-1275 *5)) (-5 *2 (-663 (-421 *6))) (-5 *1 (-836 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-678 *7 (-421 *7))) (-5 *4 (-1 (-663 *6) *7))
(-5 *5 (-1 (-419 *7) *7))
- (-4 *6 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *7 (-1274 *6)) (-5 *2 (-663 (-421 *7))) (-5 *1 (-834 *6 *7))))
+ (-4 *6 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *7 (-1275 *6)) (-5 *2 (-663 (-421 *7))) (-5 *1 (-836 *6 *7))))
((*1 *2 *3)
- (-12 (-5 *3 (-677 (-421 *5))) (-4 *5 (-1274 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-5 *2 (-663 (-421 *5))) (-5 *1 (-834 *4 *5))))
+ (-12 (-5 *3 (-677 (-421 *5))) (-4 *5 (-1275 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2 (-663 (-421 *5))) (-5 *1 (-836 *4 *5))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-1 (-419 *6) *6))
- (-4 *6 (-1274 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-5 *2 (-663 (-421 *6))) (-5 *1 (-834 *5 *6))))
+ (-4 *6 (-1275 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2 (-663 (-421 *6))) (-5 *1 (-836 *5 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-678 *5 (-421 *5))) (-4 *5 (-1274 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-5 *2 (-663 (-421 *5))) (-5 *1 (-834 *4 *5))))
+ (-12 (-5 *3 (-678 *5 (-421 *5))) (-4 *5 (-1275 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2 (-663 (-421 *5))) (-5 *1 (-836 *4 *5))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-1 (-419 *6) *6))
- (-4 *6 (-1274 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-5 *2 (-663 (-421 *6))) (-5 *1 (-834 *5 *6)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-520)) (-5 *2 (-663 (-994))) (-5 *1 (-303)))))
-(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))
- (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))))
-(((*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-870)) (-5 *1 (-316 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-466)))))
-(((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1190)) (-5 *1 (-732)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-793))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-793)))))
-(((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-1 (-114) *8))) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8))))
- (-5 *1 (-1008 *5 *6 *7 *8)) (-5 *4 (-663 *8)))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-175)) (-4 *2 (-1080)) (-5 *1 (-736 *2 *3))
- (-4 *3 (-670 *2))))
- ((*1 *2 *2) (-12 (-5 *1 (-856 *2)) (-4 *2 (-175)) (-4 *2 (-1080)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-825)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1125 *3)) (-5 *1 (-1089 *2 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1120 *3)) (-5 *1 (-1123 *3)) (-4 *3 (-1248))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2) (-12 (-5 *1 (-1265 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-663 (-1202 *5))) (-5 *3 (-1202 *5))
- (-4 *5 (-168 *4)) (-4 *4 (-559)) (-5 *1 (-151 *4 *5))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-663 *3)) (-4 *3 (-1274 *5))
- (-4 *5 (-1274 *4)) (-4 *4 (-363)) (-5 *1 (-371 *4 *5 *3))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-663 (-1202 (-560)))) (-5 *3 (-1202 (-560)))
- (-5 *1 (-586))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-663 (-1202 *1))) (-5 *3 (-1202 *1))
- (-4 *1 (-939)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-448)) (-4 *5 (-1132))
- (-5 *1 (-1137 *5 *4)) (-4 *4 (-435 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1202 *3)) (-4 *3 (-1080)) (-4 *1 (-1274 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-1106 *3 *4 *5))) (-4 *3 (-1132))
- (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3))))
- (-4 *5 (-13 (-435 *4) (-911 *3) (-633 (-915 *3))))
- (-5 *1 (-1108 *3 *4 *5)))))
-(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1175)) (-5 *3 (-560)) (-5 *2 (-114)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1151)) (-5 *2 (-1304)) (-5 *1 (-853)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-793))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-793)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1274 *5))
- (-5 *1 (-749 *5 *2)) (-4 *5 (-376)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
- (-12 (-5 *4 (-711 (-560))) (-5 *5 (-114)) (-5 *7 (-711 (-229)))
- (-5 *3 (-560)) (-5 *6 (-229)) (-5 *2 (-1066)) (-5 *1 (-776)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-376) (-149) (-1069 (-560))))
- (-4 *5 (-1274 *4))
- (-5 *2 (-2 (|:| -3735 (-421 *5)) (|:| |coeff| (-421 *5))))
- (-5 *1 (-582 *4 *5)) (-5 *3 (-421 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *5)) (-4 *5 (-435 *4)) (-4 *4 (-571))
- (-5 *2 (-887)) (-5 *1 (-32 *4 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *4 (-560))) (-5 *5 (-1 (-1186 *4))) (-4 *4 (-376))
- (-4 *4 (-1080)) (-5 *2 (-1186 *4)) (-5 *1 (-1192 *4)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-774)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1190)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *1) (-5 *1 (-846))))
-(((*1 *2 *3 *4 *5)
- (-12 (-4 *6 (-1274 *9)) (-4 *7 (-815)) (-4 *8 (-871)) (-4 *9 (-319))
- (-4 *10 (-979 *9 *7 *8))
- (-5 *2
- (-2 (|:| |deter| (-663 (-1202 *10)))
- (|:| |dterm|
- (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| *10)))))
- (|:| |nfacts| (-663 *6)) (|:| |nlead| (-663 *10))))
- (-5 *1 (-800 *6 *7 *8 *9 *10)) (-5 *3 (-1202 *10)) (-5 *4 (-663 *6))
- (-5 *5 (-663 *10)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-262 *2 *3 *4 *5)) (-4 *2 (-1080)) (-4 *3 (-871))
- (-4 *4 (-277 *3)) (-4 *5 (-815)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1202 (-560))) (-5 *2 (-560)) (-5 *1 (-971)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-270))) (-5 *4 (-1208)) (-5 *2 (-114))
- (-5 *1 (-270)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6))
- (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *1))))
- (-4 *1 (-1102 *4 *5 *6 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-464 *4 *5 *6 *2)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1055 *3))
- (-4 *3 (-13 (-870) (-376) (-1051)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3))
- (-4 *3 (-1274 *2))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1099 *2 *3)) (-4 *2 (-13 (-870) (-376)))
- (-4 *3 (-1274 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-376)) (-4 *5 (-571))
- (-5 *2
- (-2 (|:| |minor| (-663 (-948))) (|:| -1837 *3)
- (|:| |minors| (-663 (-663 (-948)))) (|:| |ops| (-663 *3))))
- (-5 *1 (-90 *5 *3)) (-5 *4 (-948)) (-4 *3 (-680 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033) (-1234)))))
- ((*1 *1 *1) (-4 *1 (-649))))
-(((*1 *1 *1 *1) (-4 *1 (-310))) ((*1 *1 *1) (-4 *1 (-310))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-663 (-174)))))))
-(((*1 *2 *1) (-12 (-5 *1 (-597 *2)) (-4 *2 (-376)))))
-(((*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-1223 *2)) (-4 *2 (-376)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 *4))
- (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033) (-1234)))))
- ((*1 *1 *1) (-4 *1 (-649))))
-(((*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871))))
- ((*1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-559))))
+ (-4 *6 (-1275 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2 (-663 (-421 *6))) (-5 *1 (-836 *5 *6)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-388 *4 *2))
- (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4510)))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-663 *1)) (-4 *1 (-435 *4))
- (-4 *4 (-1132))))
- ((*1 *1 *2 *1 *1 *1 *1)
- (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132))))
- ((*1 *1 *2 *1 *1 *1)
- (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-560))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))))
-(((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-291))) (-5 *1 (-291))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1213))) (-5 *1 (-1213)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1171 *3 *2)) (-4 *3 (-13 (-1132) (-34)))
- (-4 *2 (-13 (-1132) (-34))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5)) (-4 *5 (-1132)) (-5 *2 (-1 *5 *4))
- (-5 *1 (-705 *4 *5)) (-4 *4 (-1132))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-326 (-560))) (-5 *1 (-958))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-1132)) (-5 *1 (-959 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1318 *3 *2)) (-4 *3 (-871)) (-4 *2 (-1080))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1080)) (-5 *1 (-1322 *2 *3)) (-4 *3 (-868)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1154 *3 *4 *2 *5)) (-4 *4 (-1080)) (-4 *5 (-245 *3 *4))
- (-4 *2 (-245 *3 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1202 *3)) (-5 *1 (-943 *3)) (-4 *3 (-319)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1234))) (-5 *2 (-114)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-663 *5) *6))
- (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5))
- (-5 *2 (-663 (-2 (|:| -3721 *5) (|:| -1837 *3))))
- (-5 *1 (-831 *5 *6 *3 *7)) (-4 *3 (-680 *6))
- (-4 *7 (-680 (-421 *6))))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-793)) (-4 *5 (-175))))
- ((*1 *1 *1 *2 *1 *2)
- (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-793)) (-4 *5 (-175))))
- ((*1 *2 *2 *3)
- (-12
- (-5 *2
- (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4)
- (-255 *4 (-421 (-560)))))
- (-5 *3 (-663 (-888 *4))) (-14 *4 (-663 (-1208))) (-14 *5 (-793))
- (-5 *1 (-519 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-326 (-560))) (-5 *1 (-958))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-1132)) (-5 *1 (-959 *3 *2)) (-4 *2 (-435 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-2 (|:| -3388 *4) (|:| -4283 (-560)))))
- (-4 *4 (-1274 (-560))) (-5 *2 (-758 (-793))) (-5 *1 (-456 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-419 *5)) (-4 *5 (-1274 *4)) (-4 *4 (-1080))
- (-5 *2 (-758 (-793))) (-5 *1 (-458 *4 *5)))))
-(((*1 *1) (-5 *1 (-132))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1141)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-597 *3)) (-5 *1 (-442 *5 *3))
- (-4 *3 (-13 (-1234) (-29 *5))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080))
- (-5 *2 (-663 (-663 (-663 (-972 *3))))))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-793)) (-5 *1 (-1133 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
- (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1304) (-1298 *5) (-1298 *5) (-391)))
- (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304))
- (-5 *1 (-810)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *2 (-663 (-229)))
- (-5 *1 (-482)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-267)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-871)) (-5 *2 (-663 (-663 *4))) (-5 *1 (-1219 *4))
- (-5 *3 (-663 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-972 *5)) (-4 *5 (-1080)) (-5 *2 (-793))
- (-5 *1 (-1196 *4 *5)) (-14 *4 (-948))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-793))) (-5 *3 (-793)) (-5 *1 (-1196 *4 *5))
- (-14 *4 (-948)) (-4 *5 (-1080))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-793))) (-5 *3 (-972 *5)) (-4 *5 (-1080))
- (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)))))
-(((*1 *1 *1) (-5 *1 (-1094))))
-(((*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2)
- (-12 (-4 *4 (-376)) (-5 *2 (-948)) (-5 *1 (-340 *3 *4))
- (-4 *3 (-341 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-376)) (-5 *2 (-854 (-948))) (-5 *1 (-340 *3 *4))
- (-4 *3 (-341 *4))))
- ((*1 *2) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-948))))
- ((*1 *2)
- (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-854 (-948))))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-948)) (-5 *1 (-1133 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-114)) (-5 *1 (-110))))
- ((*1 *2 *2) (-12 (-5 *2 (-948)) (|has| *1 (-6 -4500)) (-4 *1 (-418))))
- ((*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-948)))))
-(((*1 *2 *1) (-12 (-5 *2 (-611)) (-5 *1 (-292)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-571)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
- (-5 *1 (-1239 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1298 *5)) (-4 *5 (-814)) (-5 *2 (-114))
- (-5 *1 (-867 *4 *5)) (-14 *4 (-793)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-561))))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-391)) (-5 *1 (-1094)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *2 (-571)) (-5 *1 (-1000 *2 *4))
- (-4 *4 (-1274 *2)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1208)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-724 *3 *5 *6 *7))
- (-4 *3 (-633 (-549))) (-4 *5 (-1248)) (-4 *6 (-1248))
- (-4 *7 (-1248))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-5 *2 (-1 *6 *5)) (-5 *1 (-728 *3 *5 *6))
- (-4 *3 (-633 (-549))) (-4 *5 (-1248)) (-4 *6 (-1248)))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *2 *3 *2 *3)
- (-12 (-5 *2 (-450)) (-5 *3 (-1208)) (-5 *1 (-1211))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-450)) (-5 *3 (-1208)) (-5 *1 (-1211))))
- ((*1 *2 *3 *2 *4 *1)
- (-12 (-5 *2 (-450)) (-5 *3 (-663 (-1208))) (-5 *4 (-1208))
- (-5 *1 (-1211))))
- ((*1 *2 *3 *2 *3 *1)
- (-12 (-5 *2 (-450)) (-5 *3 (-1208)) (-5 *1 (-1211))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-450)) (-5 *3 (-1208)) (-5 *1 (-1212))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-450)) (-5 *3 (-663 (-1208))) (-5 *1 (-1212)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-848)) (-5 *3 (-663 (-1208))) (-5 *1 (-847)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-136)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-376)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-518 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-793)) (-4 *5 (-571))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-1000 *5 *3)) (-4 *3 (-1274 *5)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
- (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG)))) (-5 *3 (-229))
- (-5 *2 (-1066)) (-5 *1 (-771)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
- (-5 *1 (-727 *3 *4)) (-4 *3 (-1248)) (-4 *4 (-1248)))))
-(((*1 *1) (-5 *1 (-622))) ((*1 *1) (-5 *1 (-625))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-4 *3 (-927 *5)) (-5 *2 (-1298 *3))
- (-5 *1 (-714 *5 *3 *6 *4)) (-4 *6 (-385 *3))
- (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4509)))))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-1186 *3))) (-5 *1 (-1186 *3)) (-4 *3 (-1248)))))
-(((*1 *2 *2 *2)
- (-12
- (-5 *2
- (-663
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-793)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-815)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-466)) (-4 *5 (-871))
- (-5 *1 (-464 *3 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-114)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7))))
- (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1007 *4 *5 *6 *3)) (-4 *4 (-1080)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-4 *4 (-571))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
+ (-12 (-5 *3 (-421 (-560)))
+ (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-663 (-663 (-663 *4)))) (-5 *3 (-663 *4)) (-4 *4 (-872))
+ (-5 *1 (-1220 *4)))))
+(((*1 *1) (-5 *1 (-848))))
(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-560)) (-5 *1 (-583 *3)) (-4 *3 (-1069 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1243 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-1223 *2)) (-4 *2 (-376)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302))))
- ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-520)) (-5 *3 (-663 (-994))) (-5 *1 (-109)))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-943 *3)) (-4 *3 (-319)))))
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-1133)) (-5 *2 (-1305))
+ (-5 *1 (-1251 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-1133)) (-5 *2 (-1305))
+ (-5 *1 (-1251 *4)))))
(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-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| (-1186 (-229)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2132
- (-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 (-574)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-342)))))
-(((*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-248)))))
+ (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3))
+ (-4 *3 (-13 (-376) (-1235) (-1034))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-793)) (-5 *5 (-663 *3)) (-4 *3 (-319)) (-4 *6 (-872))
+ (-4 *7 (-817)) (-5 *2 (-114)) (-5 *1 (-644 *6 *7 *3 *8))
+ (-4 *8 (-980 *3 *7 *6)))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1234) (-435 *4)))))
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1235) (-435 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4)))))
+ (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4)))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-421 (-560)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5)))))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-328 *5 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-305 *3)) (-5 *5 (-421 (-560)))
- (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-328 *6 *3))))
((*1 *2 *3 *4 *5 *6)
(-12 (-5 *3 (-1 *8 (-421 (-560)))) (-5 *4 (-305 *8))
- (-5 *5 (-1265 (-421 (-560)))) (-5 *6 (-421 (-560)))
- (-4 *8 (-13 (-27) (-1234) (-435 *7)))
- (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *5 (-1266 (-421 (-560)))) (-5 *6 (-421 (-560)))
+ (-4 *8 (-13 (-27) (-1235) (-435 *7)))
+ (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-473 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-421 (-560))))
- (-5 *7 (-421 (-560))) (-4 *3 (-13 (-27) (-1234) (-435 *8)))
- (-4 *8 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-421 (-560))))
+ (-5 *7 (-421 (-560))) (-4 *3 (-13 (-27) (-1235) (-435 *8)))
+ (-4 *8 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-473 *8 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-421 (-560))) (-4 *4 (-1080)) (-4 *1 (-1283 *4 *3))
- (-4 *3 (-1260 *4)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-251 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-1208)) (-5 *6 (-114))
- (-4 *7 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-4 *3 (-13 (-1234) (-989) (-29 *7)))
- (-5 *2
- (-3 (|:| |f1| (-864 *3)) (|:| |f2| (-663 (-864 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-223 *7 *3)) (-5 *5 (-864 *3)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-663 (-1208))) (-4 *5 (-466))
- (-5 *2
- (-2 (|:| |glbase| (-663 (-255 *4 *5))) (|:| |glval| (-663 (-560)))))
- (-5 *1 (-650 *4 *5)) (-5 *3 (-663 (-255 *4 *5))))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-482)) (-5 *4 (-948)) (-5 *2 (-1304)) (-5 *1 (-1301)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-419 (-1202 (-1202 *4))))
- (-5 *1 (-1247 *4)) (-5 *3 (-1202 (-1202 *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-2 (|:| |deg| (-793)) (|:| -2664 *5))))
- (-4 *5 (-1274 *4)) (-4 *4 (-363)) (-5 *2 (-663 *5))
- (-5 *1 (-220 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-2 (|:| -3388 *5) (|:| -4283 (-560)))))
- (-5 *4 (-560)) (-4 *5 (-1274 *4)) (-5 *2 (-663 *5))
- (-5 *1 (-718 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-887)) (-5 *1 (-1186 *3)) (-4 *3 (-1132))
- (-4 *3 (-1248)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-931 *3)))))
+ (-12 (-5 *2 (-421 (-560))) (-4 *4 (-1081)) (-4 *1 (-1284 *4 *3))
+ (-4 *3 (-1261 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1234) (-435 *4)))))
+ (-12 (-5 *3 (-663 (-2 (|:| -2549 *4) (|:| -4144 (-560)))))
+ (-4 *4 (-1275 (-560))) (-5 *2 (-758 (-793))) (-5 *1 (-456 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-560)) (-4 *5 (-13 (-466) (-1069 *4) (-660 *4)))
- (-5 *2 (-51)) (-5 *1 (-328 *5 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-466) (-1069 *5) (-660 *5))) (-5 *5 (-560))
- (-5 *2 (-51)) (-5 *1 (-328 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1265 (-560)))
- (-4 *7 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-473 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-560)))
- (-4 *3 (-13 (-27) (-1234) (-435 *7)))
- (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-473 *7 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-560)) (-4 *4 (-1080)) (-4 *1 (-1262 *4 *3))
- (-4 *3 (-1291 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1283 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1260 *3)))))
-(((*1 *1 *1) (-5 *1 (-1094))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033)))
- (-5 *1 (-179 *3)))))
+ (-12 (-5 *3 (-419 *5)) (-4 *5 (-1275 *4)) (-4 *4 (-1081))
+ (-5 *2 (-758 (-793))) (-5 *1 (-458 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-130)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1) (-4 *1 (-507)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1202 *1)) (-5 *4 (-1208)) (-4 *1 (-27))
- (-5 *2 (-663 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1202 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-975 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *2 (-663 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-130)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1215 *2)) (-14 *2 (-948))))
- ((*1 *1 *1 *1) (-5 *1 (-1254))) ((*1 *1 *1 *1) (-5 *1 (-1255)))
- ((*1 *1 *1 *1) (-5 *1 (-1256))) ((*1 *1 *1 *1) (-5 *1 (-1257))))
-(((*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-781)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-171 (-229))) (-5 *4 (-560)) (-5 *2 (-1066))
- (-5 *1 (-780)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-421 (-560))))
- (-5 *2 (-2 (|:| -2700 (-1186 *4)) (|:| -2712 (-1186 *4))))
- (-5 *1 (-1193 *4)) (-5 *3 (-1186 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-256)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-51)) (-5 *1 (-851)))))
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-872)) (-5 *1 (-1220 *3)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-385 *2)) (-4 *2 (-1249))
+ (-4 *2 (-872))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3 *3)) (|has| *1 (-6 -4511))
+ (-4 *1 (-385 *3)) (-4 *3 (-1249)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-171 *4)) (-5 *1 (-184 *4 *3))
- (-4 *4 (-13 (-376) (-870))) (-4 *3 (-1274 *2)))))
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7))))
+ (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-560)) (-4 *1 (-673 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-673 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-376))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1234) (-435 *4)))))
+ (-12 (-5 *3 (-630 *5)) (-4 *5 (-435 *4)) (-4 *4 (-1070 (-560)))
+ (-4 *4 (-571)) (-5 *2 (-1203 *5)) (-5 *1 (-32 *4 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-793)) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-51)) (-5 *1 (-328 *5 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-305 *3)) (-5 *5 (-793))
- (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-560))) (-5 *4 (-305 *6))
- (-4 *6 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-473 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-473 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1265 (-793)))
- (-4 *7 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-473 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-793)))
- (-4 *3 (-13 (-27) (-1234) (-435 *7)))
- (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-473 *7 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1262 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1291 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-55))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1099 *4 *3)) (-4 *4 (-13 (-870) (-376)))
- (-4 *3 (-1274 *4)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-363)) (-5 *3 (-560)) (-5 *2 (-1220 (-948) (-793))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151))))))
- (-4 *4 (-363)) (-5 *2 (-711 *4)) (-5 *1 (-360 *4)))))
+ (-12 (-5 *3 (-630 *1)) (-4 *1 (-1081)) (-4 *1 (-310))
+ (-5 *2 (-1203 *1)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1) (-4 *1 (-507)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-167 *3 *2)) (-4 *3 (-168 *2))))
+ (-12
+ (-5 *2
+ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229)))
+ (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229))))
+ (|:| |ub| (-663 (-866 (-229))))))
+ (-5 *1 (-278)))))
+(((*1 *2 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-769)))))
+(((*1 *1) (-5 *1 (-450))))
+(((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-13 (-376) (-871))) (-5 *1 (-184 *2 *3))
+ (-4 *3 (-1275 (-171 *2))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-51))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1299 *4)) (-4 *4 (-432 *3)) (-4 *3 (-319))
+ (-4 *3 (-571)) (-5 *1 (-43 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *2 *4)) (-4 *4 (-1274 *2))
- (-4 *2 (-175))))
- ((*1 *2)
- (-12 (-4 *4 (-1274 *2)) (-4 *2 (-175)) (-5 *1 (-423 *3 *2 *4))
- (-4 *3 (-424 *2 *4))))
- ((*1 *2) (-12 (-4 *1 (-424 *2 *3)) (-4 *3 (-1274 *2)) (-4 *2 (-175))))
+ (-12 (-5 *3 (-949)) (-4 *4 (-376)) (-5 *2 (-1299 *1))
+ (-4 *1 (-341 *4))))
+ ((*1 *2) (-12 (-4 *3 (-376)) (-5 *2 (-1299 *1)) (-4 *1 (-341 *3))))
((*1 *2)
- (-12 (-4 *3 (-1274 *2)) (-5 *2 (-560)) (-5 *1 (-790 *3 *4))
- (-4 *4 (-424 *2 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)) (-4 *3 (-175))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-571)) (-5 *1 (-1000 *2 *3)) (-4 *3 (-1274 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-175)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-663 (-560))) (-5 *3 (-711 (-560))) (-5 *1 (-1141)))))
-(((*1 *1 *1 *1) (-5 *1 (-130)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1215 *2)) (-14 *2 (-948))))
- ((*1 *1 *1 *1) (-5 *1 (-1254))) ((*1 *1 *1 *1) (-5 *1 (-1255)))
- ((*1 *1 *1 *1) (-5 *1 (-1256))) ((*1 *1 *1 *1) (-5 *1 (-1257))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-136))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-854 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-864 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-2 (|:| -3388 (-1202 *6)) (|:| -3881 (-560)))))
- (-4 *6 (-319)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-560))
- (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-979 *6 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-114))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363)) (-5 *2 (-114))
- (-5 *1 (-369 *4))))
+ (-12 (-4 *3 (-175)) (-4 *4 (-1275 *3)) (-5 *2 (-1299 *1))
+ (-4 *1 (-424 *3 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-319)) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4))
+ (-5 *2 (-1299 *6)) (-5 *1 (-427 *3 *4 *5 *6))
+ (-4 *6 (-13 (-424 *4 *5) (-1070 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-319)) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4))
+ (-5 *2 (-1299 *6)) (-5 *1 (-429 *3 *4 *5 *6 *7))
+ (-4 *6 (-424 *4 *5)) (-14 *7 *2)))
+ ((*1 *2) (-12 (-4 *3 (-175)) (-5 *2 (-1299 *1)) (-4 *1 (-432 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 *4)) (-4 *4 (-363)) (-5 *2 (-114))
- (-5 *1 (-542 *4)))))
+ (-12 (-5 *3 (-949)) (-5 *2 (-1299 (-1299 *4))) (-5 *1 (-542 *4))
+ (-4 *4 (-363)))))
+(((*1 *2 *3 *2 *3)
+ (-12 (-5 *2 (-450)) (-5 *3 (-1209)) (-5 *1 (-1212))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-450)) (-5 *3 (-1209)) (-5 *1 (-1212))))
+ ((*1 *2 *3 *2 *4 *1)
+ (-12 (-5 *2 (-450)) (-5 *3 (-663 (-1209))) (-5 *4 (-1209))
+ (-5 *1 (-1212))))
+ ((*1 *2 *3 *2 *3 *1)
+ (-12 (-5 *2 (-450)) (-5 *3 (-1209)) (-5 *1 (-1212))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-450)) (-5 *3 (-1209)) (-5 *1 (-1213))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-450)) (-5 *3 (-663 (-1209))) (-5 *1 (-1213)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *4 (-13 (-1133) (-34))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1008 *4 *5 *6 *7)))))
-(((*1 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-778)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2076 *4)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
+ (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-5 *2 (-663 *3)) (-5 *1 (-954 *4 *5 *6 *3))
+ (-4 *3 (-980 *4 *6 *5)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-376)) (-4 *2 (-1274 *4))
- (-5 *1 (-952 *4 *2)))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1) (-4 *1 (-507)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-114))
- (-5 *2 (-1066)) (-5 *1 (-767)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))))
-(((*1 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1303)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *3))
- (-4 *3 (-1248))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-696 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-4 *1 (-1243 *4 *5 *3 *2)) (-4 *4 (-571))
- (-4 *5 (-815)) (-4 *3 (-871)) (-4 *2 (-1096 *4 *5 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-5 *1 (-1246 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571))))
- ((*1 *1 *1) (|partial| -4 *1 (-744))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-559))))
-(((*1 *1 *1) (-5 *1 (-229)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *1 *1) (-5 *1 (-391))) ((*1 *1) (-5 *1 (-391))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
+ (-12 (-5 *3 (-663 (-2 (|:| -2549 (-1203 *6)) (|:| -2909 (-560)))))
+ (-4 *6 (-319)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114))
+ (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-980 *6 *4 *5))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1166 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-13 (-871) (-376))) (-5 *2 (-114)) (-5 *1 (-1093 *4 *3))
+ (-4 *3 (-1275 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-663 (-663 *4)))) (-5 *2 (-663 (-663 *4)))
- (-5 *1 (-1219 *4)) (-4 *4 (-871)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-1179 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-711 *4)) (-5 *3 (-948)) (-4 *4 (-1080))
- (-5 *1 (-1060 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 (-711 *4))) (-5 *3 (-948)) (-4 *4 (-1080))
- (-5 *1 (-1060 *4)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-948)) (-5 *1 (-1062 *2))
- (-4 *2 (-13 (-1132) (-10 -8 (-15 -2413 ($ $ $))))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-815)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-871))
- (-5 *2 (-114)) (-5 *1 (-464 *4 *5 *6 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *1 *1) (-4 *1 (-507)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-793)) (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954))))
- ((*1 *2 *1) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-956)))))
-(((*1 *2)
- (-12 (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-340 *3 *4))
- (-4 *3 (-341 *4))))
- ((*1 *2) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-793)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-432 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1249))
+ (-4 *5 (-1249)) (-5 *2 (-58 *5)) (-5 *1 (-59 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-246 *6 *7)) (-14 *6 (-793))
+ (-4 *7 (-1249)) (-4 *5 (-1249)) (-5 *2 (-246 *6 *5))
+ (-5 *1 (-247 *6 *7 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1249)) (-4 *5 (-1249))
+ (-4 *2 (-385 *5)) (-5 *1 (-386 *6 *4 *5 *2)) (-4 *4 (-385 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1133)) (-4 *5 (-1133))
+ (-4 *2 (-440 *5)) (-5 *1 (-441 *6 *4 *5 *2)) (-4 *4 (-440 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-663 *6)) (-4 *6 (-1249))
+ (-4 *5 (-1249)) (-5 *2 (-663 *5)) (-5 *1 (-664 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-988 *6)) (-4 *6 (-1249))
+ (-4 *5 (-1249)) (-5 *2 (-988 *5)) (-5 *1 (-989 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1187 *6)) (-4 *6 (-1249))
+ (-4 *3 (-1249)) (-5 *2 (-1187 *3)) (-5 *1 (-1189 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1299 *6)) (-4 *6 (-1249))
+ (-4 *5 (-1249)) (-5 *2 (-1299 *5)) (-5 *1 (-1300 *6 *5)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-663 *1)) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5))
+ (-12 (-5 *2 (-663 *1)) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5))
(-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5))
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5))
(-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-1080)) (-5 *1 (-711 *3))))
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-1081)) (-5 *1 (-711 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 *4)) (-4 *4 (-1080)) (-4 *1 (-1154 *3 *4 *5 *6))
+ (-12 (-5 *2 (-663 *4)) (-4 *4 (-1081)) (-4 *1 (-1155 *3 *4 *5 *6))
(-4 *5 (-245 *3 *4)) (-4 *6 (-245 *3 *4)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-229))) (-5 *1 (-278)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-466) (-149))) (-5 *2 (-419 *3))
- (-5 *1 (-100 *4 *3)) (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-13 (-466) (-149)))
- (-5 *2 (-419 *3)) (-5 *1 (-100 *5 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-509)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1184)))))
-(((*1 *1 *1) (-12 (-5 *1 (-943 *2)) (-4 *2 (-319)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-549))) (-5 *1 (-549)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-1212)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-421 (-560))) (-4 *1 (-569 *3))
- (-4 *3 (-13 (-418) (-1234)))))
- ((*1 *1 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234)))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234))))))
-(((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-711 (-421 *4))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208))
- (-14 *4 *2))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-993 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |polnum| (-803 *3)) (|:| |polden| *3) (|:| -2830 (-793))))
- (-5 *1 (-803 *3)) (-4 *3 (-1080))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2830 (-793))))
- (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-531)))))
-(((*1 *1) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-887))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-611))) (-5 *1 (-611)))))
-(((*1 *2 *2) (-12 (-5 *2 (-402)) (-5 *1 (-451))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-402)) (-5 *1 (-451)))))
+ (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175))
+ (-4 *5 (-245 (-3819 *3) (-793)))
+ (-14 *6
+ (-1 (-114) (-2 (|:| -2081 *2) (|:| -2909 *5))
+ (-2 (|:| -2081 *2) (|:| -2909 *5))))
+ (-4 *2 (-872)) (-5 *1 (-475 *3 *4 *2 *5 *6 *7))
+ (-4 *7 (-980 *4 *5 (-889 *3))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-888))))
+ ((*1 *1 *1) (-5 *1 (-888))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-520)) (-5 *3 (-663 (-995))) (-5 *1 (-303)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-948)) (-4 *6 (-571)) (-5 *2 (-663 (-326 *6)))
- (-5 *1 (-225 *5 *6)) (-5 *3 (-326 *6)) (-4 *5 (-1080))))
- ((*1 *2 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-597 *5)) (-4 *5 (-13 (-29 *4) (-1234)))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-663 *5))
- (-5 *1 (-599 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-597 (-421 (-975 *4))))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-663 (-326 *4))) (-5 *1 (-603 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1126 *3 *2)) (-4 *3 (-870)) (-4 *2 (-1181 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 *1)) (-4 *1 (-1126 *4 *2)) (-4 *4 (-870))
- (-4 *2 (-1181 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1314 (-1208) *3)) (-5 *1 (-1320 *3)) (-4 *3 (-1080))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1314 *3 *4)) (-5 *1 (-1323 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-1080)))))
-(((*1 *1) (-5 *1 (-592))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-143))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-146)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-220 *4 *3))
- (-4 *3 (-1274 *4))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
- (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-793))) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
- (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *2 (-419 *3))
- (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
- (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-1038 *3))
- (-4 *3 (-1274 (-421 (-560))))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-1264 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1208)) (-5 *6 (-663 (-630 *3)))
- (-5 *5 (-630 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *7)))
- (-4 *7 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3)))
- (-5 *1 (-572 *7 *3)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))
- (-5 *2 (-663 (-1208))) (-5 *1 (-278))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1202 *7)) (-4 *7 (-979 *6 *4 *5)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1080)) (-5 *2 (-663 *5))
- (-5 *1 (-333 *4 *5 *6 *7))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-352 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 *2) (-4 *5 (-401))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-435 *3)) (-4 *3 (-1132)) (-5 *2 (-663 (-1208)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-979 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-663 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080))
- (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-663 *5))
- (-5 *1 (-980 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $)))))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1004 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-814))
- (-4 *5 (-871)) (-5 *2 (-663 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-663 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-5 *2 (-663 (-1208)))
- (-5 *1 (-1071 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *1 (-908))
- (-5 *3 (-663 (-560)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *1 (-908))
- (-5 *3 (-663 (-560))))))
-(((*1 *2 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-1132)))))
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-376))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
+ (-5 *1 (-588 *5 *3)))))
(((*1 *2 *3)
(-12 (-4 *4 (-27))
- (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *5 (-1274 *4)) (-5 *2 (-663 (-677 (-421 *5))))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *5 (-1275 *4)) (-5 *2 (-663 (-677 (-421 *5))))
(-5 *1 (-681 *4 *5)) (-5 *3 (-677 (-421 *5))))))
-(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-950)) (-5 *2 (-2 (|:| -1398 (-663 *1)) (|:| -3178 *1)))
- (-5 *3 (-663 *1)))))
-(((*1 *2 *3 *2 *4 *5)
- (-12 (-5 *2 (-663 *3)) (-5 *5 (-948)) (-4 *3 (-1274 *4))
- (-4 *4 (-319)) (-5 *1 (-474 *4 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 *4))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-1298 *5)) (-4 *5 (-319))
- (-4 *5 (-1080)) (-5 *2 (-711 *5)) (-5 *1 (-1061 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-1132)) (-5 *2 (-663 *1))
- (-4 *1 (-397 *3 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-757 *3 *4))) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-748))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-663 (-326 (-229)))) (-5 *3 (-229)) (-5 *2 (-114))
+ (-5 *1 (-213)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1236 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1298 *3)) (-4 *3 (-1249)) (-4 *3 (-1081))
+ (-5 *2 (-711 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-693))))
((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-979 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-263 *3)) (-4 *3 (-1248)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-793))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1080))
- (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296)))
- (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-630 *3)) (-4 *3 (-1132))))
- ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-887)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1202 *9)) (-5 *4 (-663 *7)) (-5 *5 (-663 (-663 *8)))
- (-4 *7 (-871)) (-4 *8 (-319)) (-4 *9 (-979 *8 *6 *7)) (-4 *6 (-815))
- (-5 *2
- (-2 (|:| |upol| (-1202 *8)) (|:| |Lval| (-663 *8))
- (|:| |Lfact|
- (-663 (-2 (|:| -3388 (-1202 *8)) (|:| -3881 (-560)))))
- (|:| |ctpol| *8)))
- (-5 *1 (-764 *6 *7 *8 *9)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-544 *3)) (-4 *3 (-13 (-748) (-25))))))
+ (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1134 *3 *4)) (-14 *3 (-949))
+ (-14 *4 (-949)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-466)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1323 *3 *4)) (-4 *1 (-387 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-175))))
- ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-399 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-841 *2)) (-4 *2 (-871))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-841 *3)) (-4 *1 (-1318 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1270 *3 *2))
- (-4 *2 (-1274 *3)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1202 (-421 (-1202 *2)))) (-5 *4 (-630 *2))
- (-4 *2 (-13 (-435 *5) (-27) (-1234)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *1 (-575 *5 *2 *6)) (-4 *6 (-1132))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1202 *1)) (-4 *1 (-979 *4 *5 *3)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *3 (-871))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1202 *4)) (-4 *4 (-1080)) (-4 *1 (-979 *4 *5 *3))
- (-4 *5 (-815)) (-4 *3 (-871))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-1202 *2))) (-4 *5 (-815)) (-4 *4 (-871))
- (-4 *6 (-1080))
- (-4 *2
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $)))))
- (-5 *1 (-980 *5 *4 *6 *7 *2)) (-4 *7 (-979 *6 *5 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-1202 (-421 (-975 *5))))) (-5 *4 (-1208))
- (-5 *2 (-421 (-975 *5))) (-5 *1 (-1071 *5)) (-4 *5 (-571)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-5 *2 (-114)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-114)) (-5 *1 (-278)))))
-(((*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363))
- (-5 *2 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151))))))
- (-5 *1 (-360 *4)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-229)) (-5 *4 (-560))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))
- (-5 *2 (-1066)) (-5 *1 (-770)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-907 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1274 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-793)) (-5 *4 (-560)) (-5 *1 (-459 *2)) (-4 *2 (-1080)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-51)) (-5 *1 (-915 *4))
- (-4 *4 (-1132)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
- (-12 (-5 *2 (-560))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-793)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-815)) (-4 *4 (-979 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-871))
- (-5 *1 (-464 *5 *6 *7 *4)))))
-(((*1 *1 *2 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-663 (-948))) (-5 *1 (-154 *4 *2 *5)) (-14 *4 (-948))
- (-4 *2 (-376)) (-14 *5 (-1024 *4 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-735 *5 *6 *7)) (-4 *5 (-871))
- (-4 *6 (-245 (-2305 *4) (-793)))
- (-14 *7
- (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *6))
- (-2 (|:| -3998 *5) (|:| -3881 *6))))
- (-14 *4 (-663 (-1208))) (-4 *2 (-175))
- (-5 *1 (-475 *4 *2 *5 *6 *7 *8)) (-4 *8 (-979 *2 *6 (-888 *4)))))
- ((*1 *1 *2 *3)
- (-12 (-4 *1 (-523 *2 *3)) (-4 *2 (-102)) (-4 *3 (-874))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-560)) (-4 *2 (-571)) (-5 *1 (-642 *2 *4))
- (-4 *4 (-1274 *2))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-730 *2)) (-4 *2 (-1080))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-757 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-748))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *5)) (-5 *3 (-663 (-793))) (-4 *1 (-762 *4 *5))
- (-4 *4 (-1080)) (-4 *5 (-871))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *2)) (-4 *4 (-1080))
- (-4 *2 (-871))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-876 *2)) (-4 *2 (-1080))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 (-793))) (-4 *1 (-979 *4 *5 *6))
- (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-979 *4 *5 *2)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *2 (-871))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 *5)) (-4 *1 (-1004 *4 *5 *6))
- (-4 *4 (-1080)) (-4 *5 (-814)) (-4 *6 (-871))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-1004 *4 *3 *2)) (-4 *4 (-1080)) (-4 *3 (-814))
- (-4 *2 (-871)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-934 *4))
- (-4 *4 (-1132))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-630 *5))) (-4 *4 (-1132)) (-5 *2 (-630 *5))
- (-5 *1 (-587 *4 *5)) (-4 *5 (-435 *4)))))
-(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815))
- (-4 *8 (-871)) (-4 *9 (-1096 *6 *7 *8))
- (-5 *2
- (-2 (|:| -1837 (-663 *9)) (|:| -3227 *4) (|:| |ineq| (-663 *9))))
- (-5 *1 (-1019 *6 *7 *8 *9 *4)) (-5 *3 (-663 *9))
- (-4 *4 (-1102 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815))
- (-4 *8 (-871)) (-4 *9 (-1096 *6 *7 *8))
- (-5 *2
- (-2 (|:| -1837 (-663 *9)) (|:| -3227 *4) (|:| |ineq| (-663 *9))))
- (-5 *1 (-1138 *6 *7 *8 *9 *4)) (-5 *3 (-663 *9))
- (-4 *4 (-1102 *6 *7 *8 *9)))))
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
(((*1 *2 *3 *4)
- (-12 (-4 *7 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-571))
- (-4 *8 (-979 *7 *5 *6))
- (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *3) (|:| |radicand| *3)))
- (-5 *1 (-982 *5 *6 *7 *8 *3)) (-5 *4 (-793))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *8)) (-15 -4420 (*8 $)) (-15 -4429 (*8 $))))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1298 (-663 (-560)))) (-5 *1 (-494))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1248)) (-5 *1 (-1186 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
- (-5 *2 (-711 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-711 *4)) (-5 *1 (-431 *3 *4))
- (-4 *3 (-432 *4))))
- ((*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))))
-(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-663 (-1058 *5 *6 *7 *3))) (-5 *1 (-1058 *5 *6 *7 *3))
- (-4 *3 (-1096 *5 *6 *7))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-663 *6)) (-4 *1 (-1102 *3 *4 *5 *6)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *2)) (-4 *3 (-466)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5))))
- ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-663 (-1177 *5 *6 *7 *3))) (-5 *1 (-1177 *5 *6 *7 *3))
- (-4 *3 (-1096 *5 *6 *7)))))
-(((*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-229)) (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 (-421 (-975 (-560))))) (-5 *4 (-663 (-1208)))
- (-5 *2 (-663 (-663 *5))) (-5 *1 (-393 *5))
- (-4 *5 (-13 (-870) (-376)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 (-560)))) (-5 *2 (-663 *4)) (-5 *1 (-393 *4))
- (-4 *4 (-13 (-870) (-376))))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-793))) (-5 *3 (-174)) (-5 *1 (-1196 *4 *5))
- (-14 *4 (-948)) (-4 *5 (-1080)))))
-(((*1 *1 *2)
+ (-12 (-5 *3 (-560)) (-5 *4 (-419 *2)) (-4 *2 (-980 *7 *5 *6))
+ (-5 *1 (-764 *5 *6 *7 *2)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-319)))))
+(((*1 *2 *1)
+ (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175))
+ (-14 *6
+ (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *2))
+ (-2 (|:| -2081 *5) (|:| -2909 *2))))
+ (-4 *2 (-245 (-3819 *3) (-793))) (-5 *1 (-475 *3 *4 *5 *2 *6 *7))
+ (-4 *5 (-872)) (-4 *7 (-980 *4 *2 (-889 *3))))))
+(((*1 *2 *1)
(-12
(-5 *2
- (-2 (|:| |mval| (-711 *3)) (|:| |invmval| (-711 *3))
- (|:| |genIdeal| (-518 *3 *4 *5 *6))))
- (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-711 (-326 (-560)))) (-5 *1 (-1059)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-663 (-972 (-229)))))
- (-5 *2 (-663 (-1120 (-229)))) (-5 *1 (-957)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-342)))))
+ (-1299
+ (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229))
+ (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -2158 (-560))
+ (|:| -3824 (-560)) (|:| |spline| (-560)) (|:| -4483 (-560))
+ (|:| |axesColor| (-899)) (|:| -2092 (-560))
+ (|:| |unitsColor| (-899)) (|:| |showing| (-560)))))
+ (-5 *1 (-1302)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-572 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-793)) (-4 *5 (-376)) (-5 *2 (-177 *6))
+ (-5 *1 (-892 *5 *4 *6)) (-4 *4 (-1292 *5)) (-4 *6 (-1275 *5)))))
+(((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-663 (-1059 *5 *6 *7 *8))) (-5 *1 (-1059 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-663 (-1178 *5 *6 *7 *8))) (-5 *1 (-1178 *5 *6 *7 *8)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-975 (-171 *4))) (-4 *4 (-175))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-975 (-171 *5))) (-5 *4 (-948)) (-4 *5 (-175))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-975 *4)) (-4 *4 (-1080))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-975 *5)) (-5 *4 (-948)) (-4 *5 (-1080))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-421 (-975 (-171 *4)))) (-4 *4 (-571))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-421 (-975 (-171 *5)))) (-5 *4 (-948))
- (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391)))
- (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-871))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-871)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391)))
- (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-571)) (-4 *4 (-871))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-871)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391)))
- (-5 *1 (-807 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-1091)) (-4 *3 (-1234))
- (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
+ (-12 (-5 *2 (-630 *4)) (-5 *1 (-631 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 *10))
- (-5 *1 (-643 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1102 *5 *6 *7 *8))
- (-4 *10 (-1140 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
- (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-1077 *5 *6)))
- (-5 *1 (-647 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
- (-14 *6 (-663 (-1208)))
+ (-12 (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-571))
+ (-4 *3 (-980 *7 *5 *6))
(-5 *2
- (-663 (-1177 *5 (-545 (-888 *6)) (-888 *6) (-802 *5 (-888 *6)))))
- (-5 *1 (-647 *5 *6))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-663 (-1058 *5 *6 *7 *8))) (-5 *1 (-1058 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-663 (-1058 *5 *6 *7 *8))) (-5 *1 (-1058 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
- (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-1077 *5 *6)))
- (-5 *1 (-1077 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-1102 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-663 (-1177 *5 *6 *7 *8))) (-5 *1 (-1177 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-663 (-1177 *5 *6 *7 *8))) (-5 *1 (-1177 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-1243 *4 *5 *6 *7)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-1132))
- (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1)))
- (-4 *1 (-399 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-1190)) (-5 *1 (-97))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-1190)) (-5 *1 (-97)))))
-(((*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)) (-5 *2 (-419 *3))
- (-5 *1 (-764 *4 *5 *6 *3)) (-4 *3 (-979 *6 *4 *5)))))
-(((*1 *1) (-5 *1 (-624))) ((*1 *1) (-5 *1 (-625))))
-(((*1 *1 *1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *3 (-571)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-342)))))
-(((*1 *2 *1) (-12 (-5 *1 (-943 *2)) (-4 *2 (-319)))))
-(((*1 *2)
- (-12 (-5 *2 (-948)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-948)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-663 *4)) (-4 *4 (-376)) (-5 *2 (-1298 *4))
- (-5 *1 (-836 *4 *3)) (-4 *3 (-680 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *2 (-1066)) (-5 *1 (-773)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-711 *1)) (-4 *1 (-363)) (-5 *2 (-1298 *1))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-711 *1)) (-4 *1 (-147)) (-4 *1 (-939))
- (-5 *2 (-1298 *1)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-711 *4)) (-4 *4 (-1080)) (-5 *1 (-1173 *3 *4))
- (-14 *3 (-793)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-975 (-560))) (-5 *2 (-342))
- (-5 *1 (-344)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-245 *3 *2)) (-4 *2 (-1248)) (-4 *2 (-1080))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-887))))
- ((*1 *1 *1) (-5 *1 (-887)))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-972 (-229))) (-5 *2 (-229)) (-5 *1 (-1245))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1184)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1120 *3)) (-4 *3 (-979 *7 *6 *4)) (-4 *6 (-815))
- (-4 *4 (-871)) (-4 *7 (-571))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-560))))
- (-5 *1 (-608 *6 *4 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-815)) (-4 *4 (-871)) (-4 *6 (-571))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-560))))
- (-5 *1 (-608 *5 *4 *6 *3)) (-4 *3 (-979 *6 *5 *4))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-887))) ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1) (-5 *1 (-887)))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1200 *4 *2)) (-4 *2 (-13 (-435 *4) (-162) (-27) (-1234)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1123 *2)) (-4 *2 (-13 (-435 *4) (-162) (-27) (-1234)))
- (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1200 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-571) (-1069 (-560))))
- (-5 *2 (-421 (-975 *5))) (-5 *1 (-1201 *5)) (-5 *3 (-975 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-571) (-1069 (-560))))
- (-5 *2 (-3 (-421 (-975 *5)) (-326 *5))) (-5 *1 (-1201 *5))
- (-5 *3 (-421 (-975 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1123 (-975 *5))) (-5 *3 (-975 *5))
- (-4 *5 (-13 (-571) (-1069 (-560)))) (-5 *2 (-421 *3))
- (-5 *1 (-1201 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1123 (-421 (-975 *5)))) (-5 *3 (-421 (-975 *5)))
- (-4 *5 (-13 (-571) (-1069 (-560)))) (-5 *2 (-3 *3 (-326 *5)))
- (-5 *1 (-1201 *5)))))
+ (-2 (|:| -2909 (-793)) (|:| -3265 *3) (|:| |radicand| (-663 *3))))
+ (-5 *1 (-983 *5 *6 *7 *3 *8)) (-5 *4 (-793))
+ (-4 *8
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *3)) (-15 -3125 (*3 $)) (-15 -3138 (*3 $))))))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *1) (-5 *1 (-622))) ((*1 *1) (-5 *1 (-624)))
- ((*1 *1) (-5 *1 (-625))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-663 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-4 *3 (-1274 *4)) (-5 *1 (-831 *4 *3 *2 *5)) (-4 *2 (-680 *3))
- (-4 *5 (-680 (-421 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-421 *5))
- (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *5 (-1274 *4))
- (-5 *1 (-831 *4 *5 *2 *6)) (-4 *2 (-680 *5)) (-4 *6 (-680 *3)))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-229))) (-5 *1 (-315))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |num| (-915 *3)) (|:| |den| (-915 *3))))
- (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))))
-(((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1072)))))
-(((*1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 *4))))
- (-5 *1 (-913 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132))
- (-4 *7 (-1132)) (-5 *2 (-663 *1)) (-4 *1 (-1135 *3 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *8)) (-4 *8 (-979 *5 *7 *6))
- (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208))))
- (-4 *7 (-815))
- (-5 *2
- (-663
- (-2 (|:| -3795 (-793))
- (|:| |eqns|
- (-663
- (-2 (|:| |det| *8) (|:| |rows| (-663 (-560)))
- (|:| |cols| (-663 (-560))))))
- (|:| |fgb| (-663 *8)))))
- (-5 *1 (-953 *5 *6 *7 *8)) (-5 *4 (-793)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
- (-4 *4 (-385 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-376))
- (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
- (-5 *1 (-588 *5 *3)))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))
- (-5 *2 (-663 (-421 (-560)))) (-5 *1 (-1052 *4))
- (-4 *4 (-1274 (-560))))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1132))
- (-5 *2 (-2 (|:| -1398 (-560)) (|:| |var| (-630 *1))))
- (-4 *1 (-435 *3)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1248))
- (-4 *4 (-385 *2)) (-4 *5 (-385 *2))))
- ((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-300 *3 *2)) (-4 *3 (-1132))
- (-4 *2 (-1248)))))
-(((*1 *1) (-5 *1 (-132))))
-(((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1230)))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-663 (-793))) (-5 *1 (-1001 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))))
(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3))
+ (-4 *3 (-13 (-376) (-1235) (-1034))))))
+(((*1 *1 *2)
(-12
(-5 *2
- (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))
- (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *2
- (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))
- (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560)))
- (-5 *4 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))))
- ((*1 *2 *3 *4)
+ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229))
+ (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229))
+ (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))
+ (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
(-12
(-5 *2
- (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))
- (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560))) (-5 *4 (-421 (-560)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-421 (-560)))
- (-5 *2 (-663 (-2 (|:| -1432 *5) (|:| -1448 *5)))) (-5 *1 (-1052 *3))
- (-4 *3 (-1274 (-560))) (-5 *4 (-2 (|:| -1432 *5) (|:| -1448 *5)))))
- ((*1 *2 *3)
+ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229))
+ (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229))
+ (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))
+ (-5 *3 (-663 (-270))) (-5 *1 (-271))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303))))
+ ((*1 *2 *1 *3 *3 *4 *4 *4)
+ (-12 (-5 *3 (-560)) (-5 *4 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303))))
+ ((*1 *2 *1 *3)
(-12
- (-5 *2
- (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))
- (-5 *1 (-1053 *3)) (-4 *3 (-1274 (-421 (-560))))))
- ((*1 *2 *3 *4)
+ (-5 *3
+ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229))
+ (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229))
+ (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))
+ (-5 *2 (-1305)) (-5 *1 (-1303))))
+ ((*1 *2 *1)
(-12
(-5 *2
- (-663 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560))))))
- (-5 *1 (-1053 *3)) (-4 *3 (-1274 (-421 (-560))))
- (-5 *4 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-421 (-560)))
- (-5 *2 (-663 (-2 (|:| -1432 *4) (|:| -1448 *4)))) (-5 *1 (-1053 *3))
- (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-421 (-560)))
- (-5 *2 (-663 (-2 (|:| -1432 *5) (|:| -1448 *5)))) (-5 *1 (-1053 *3))
- (-4 *3 (-1274 *5)) (-5 *4 (-2 (|:| -1432 *5) (|:| -1448 *5))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887))))
- ((*1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-4 *1 (-1130 *3))))
- ((*1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1043)) (-5 *2 (-887)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-482)) (-5 *3 (-663 (-270))) (-5 *1 (-1301))))
- ((*1 *1 *1) (-5 *1 (-1301))))
-(((*1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-419 *4)) (-4 *4 (-571)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1235 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-1235 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-663 (-1235 *2))) (-5 *1 (-1235 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4510)) (-4 *1 (-503 *3))
- (-4 *3 (-1248)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-114))
- (-5 *2 (-1066)) (-5 *1 (-767)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1274 (-421 (-560)))) (-5 *1 (-942 *3 *2))
- (-4 *2 (-1274 (-421 *3))))))
-(((*1 *2 *3 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-770)))))
-(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-229)) (-5 *4 (-560))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1066))
- (-5 *1 (-770)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *3)) (-5 *1 (-1159 *4 *3)) (-4 *4 (-1274 *3)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
-(((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-369 *3)) (-4 *3 (-363)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151))))))
- (-4 *4 (-363)) (-5 *2 (-793)) (-5 *1 (-360 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-365 *3 *4)) (-14 *3 (-948))
- (-14 *4 (-948))))
- ((*1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-366 *3 *4)) (-4 *3 (-363))
- (-14 *4
- (-3 (-1202 *3)
- (-1298 (-663 (-2 (|:| -3929 *3) (|:| -3998 (-1151)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-367 *3 *4)) (-4 *3 (-363))
- (-14 *4 (-948)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-975 (-560))) (-5 *2 (-342))
- (-5 *1 (-344)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *1) (-12 (-4 *1 (-1005)) (-5 *2 (-1120 (-229))))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-114)) (-5 *1 (-568)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229)))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1))))
- (-5 *2 (-1066)) (-5 *1 (-775)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-549)) (-5 *1 (-550 *4))
- (-4 *4 (-1248)))))
-(((*1 *2)
- (-12 (-4 *3 (-1080)) (-5 *2 (-987 (-734 *3 *4))) (-5 *1 (-734 *3 *4))
- (-4 *4 (-1274 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-697 *3)) (-4 *3 (-1080))
- (-4 *3 (-1132)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1298 *4)) (-4 *4 (-1248)) (-4 *1 (-245 *3 *4)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1235 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2076 *3) (|:| |coef2| (-803 *3))))
- (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1265 (-560))) (-4 *1 (-673 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-673 *3)) (-4 *3 (-1248)))))
-(((*1 *2 *1) (-12 (-4 *1 (-984)) (-5 *2 (-1120 (-229)))))
- ((*1 *2 *1) (-12 (-4 *1 (-1005)) (-5 *2 (-1120 (-229))))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-5 *1 (-601 *2)) (-4 *2 (-559)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
-(((*1 *2 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319))))
- ((*1 *2 *1) (-12 (-5 *1 (-943 *2)) (-4 *2 (-319))))
- ((*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)) (-4 *2 (-319))))
- ((*1 *2 *1) (-12 (-4 *1 (-1091)) (-5 *2 (-560)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -1448 *6) (|:| |sol?| (-114))) (-560)
- *6))
- (-4 *6 (-376)) (-4 *7 (-1274 *6))
- (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6)))
- (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
-(((*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-326 *4))
- (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 (-171 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-975 *5)) (-4 *5 (-1080)) (-5 *2 (-255 *4 *5))
- (-5 *1 (-973 *4 *5)) (-14 *4 (-663 (-1208))))))
+ (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -1795 (-229))
+ (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229))
+ (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))
+ (-5 *1 (-1303))))
+ ((*1 *2 *1 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
- (-5 *4 (-711 (-1202 *8))) (-4 *5 (-1080)) (-4 *8 (-1080))
- (-4 *6 (-1274 *5)) (-5 *2 (-711 *6)) (-5 *1 (-515 *5 *6 *7 *8))
- (-4 *7 (-1274 *6)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-560)) (-5 *1 (-1231 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-549)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-5 *1 (-1221 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-571)) (-4 *3 (-1080))
- (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-876 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-571)) (-4 *5 (-1080))
- (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-877 *5 *3))
- (-4 *3 (-876 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1190)) (-5 *1 (-315)))))
+ (-12 (-5 *3 (-663 (-1299 *5))) (-5 *4 (-560)) (-5 *2 (-1299 *5))
+ (-5 *1 (-1062 *5)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1081)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033)))
- (-5 *1 (-179 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *1) (-12 (-4 *1 (-984)) (-5 *2 (-1120 (-229)))))
- ((*1 *2 *1) (-12 (-4 *1 (-1005)) (-5 *2 (-1120 (-229))))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-167 *3 *4))
- (-4 *3 (-168 *4))))
- ((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1248)) (-5 *2 (-793))
- (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-1132)) (-5 *2 (-793)) (-5 *1 (-434 *3 *4))
- (-4 *3 (-435 *4))))
- ((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-558 *3)) (-4 *3 (-559))))
- ((*1 *2) (-12 (-4 *1 (-785)) (-5 *2 (-793))))
- ((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-817 *3 *4))
- (-4 *3 (-818 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-1021 *3 *4))
- (-4 *3 (-1022 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-1028 *3 *4))
- (-4 *3 (-1029 *4))))
- ((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1042 *3)) (-4 *3 (-1043))))
- ((*1 *2) (-12 (-4 *1 (-1080)) (-5 *2 (-793))))
- ((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1090 *3)) (-4 *3 (-1091)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *3 (-1096 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1100 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1176 *5 *6 *7 *3 *4)) (-4 *4 (-1140 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-663 (-663 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-663 (-3 (|:| |array| (-663 *3)) (|:| |scalar| (-1208)))))
- (-5 *6 (-663 (-1208))) (-5 *3 (-1208)) (-5 *2 (-1134))
- (-5 *1 (-409))))
- ((*1 *2 *3 *4 *5 *6 *3)
- (-12 (-5 *5 (-663 (-663 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-663 (-3 (|:| |array| (-663 *3)) (|:| |scalar| (-1208)))))
- (-5 *6 (-663 (-1208))) (-5 *3 (-1208)) (-5 *2 (-1134))
- (-5 *1 (-409))))
- ((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *4 (-663 (-1208))) (-5 *5 (-1211)) (-5 *3 (-1208))
- (-5 *2 (-1134)) (-5 *1 (-409)))))
-(((*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-326 *4))
- (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 (-171 *4))))))
- ((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175))))
- ((*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1141)) (-5 *3 (-560)))))
-(((*1 *2 *1) (-12 (-5 *2 (-303)) (-5 *1 (-292)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *6 (-948)) (-4 *5 (-319)) (-4 *3 (-1274 *5))
- (-5 *2 (-2 (|:| |plist| (-663 *3)) (|:| |modulo| *5)))
- (-5 *1 (-474 *5 *3)) (-5 *4 (-663 *3)))))
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-149))
+ (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1009 *3 *4 *5 *6)))))
+(((*1 *1 *1) (-4 *1 (-559))))
(((*1 *1) (-5 *1 (-450))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888))))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *4 *2 *2 *5)
+ (|partial| -12 (-5 *2 (-866 *4)) (-5 *3 (-630 *4)) (-5 *5 (-114))
+ (-4 *4 (-13 (-1235) (-29 *6)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-228 *6 *4)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1203 *1)) (-5 *3 (-1209)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-976 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1209)) (-4 *1 (-29 *3)) (-4 *3 (-571))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-571))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1203 *2)) (-5 *4 (-1209)) (-4 *2 (-435 *5))
+ (-5 *1 (-32 *5 *2)) (-4 *5 (-571))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1203 *1)) (-5 *3 (-949)) (-4 *1 (-1044))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-1203 *1)) (-5 *3 (-949)) (-5 *4 (-888))
+ (-4 *1 (-1044))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *3 (-949)) (-4 *4 (-13 (-871) (-376)))
+ (-4 *1 (-1100 *4 *2)) (-4 *2 (-1275 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1185)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *3))
+ (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1 (-1186 (-975 *4)) (-1186 (-975 *4))))
- (-5 *1 (-1307 *4)) (-4 *4 (-376)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-793)) (-5 *4 (-1298 *2)) (-4 *5 (-319))
- (-4 *6 (-1022 *5)) (-4 *2 (-13 (-424 *6 *7) (-1069 *6)))
- (-5 *1 (-427 *5 *6 *7 *2)) (-4 *7 (-1274 *6)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *4 *5 *6)) (-4 *4 (-319))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-462 *4 *5 *6 *2)))))
-(((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-793)) (-5 *1 (-216 *4 *2)) (-14 *4 (-948))
- (-4 *2 (-1132)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))))
-(((*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 (-342)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 *4))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560))))
- ((*1 *1 *1) (-4 *1 (-1033)))
- ((*1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-1043))))
- ((*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-4 *1 (-1043))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1043)) (-5 *2 (-948))))
- ((*1 *1 *1) (-4 *1 (-1043))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-663 *7)) (-5 *3 (-114)) (-4 *7 (-1096 *4 *5 *6))
- (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *1 (-1008 *4 *5 *6 *7)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1066)) (-5 *3 (-1208)) (-5 *1 (-278)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-979 *3 *5 *4)) (-5 *1 (-1017 *3 *4 *5 *2))
- (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-195))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-313))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-315)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1243 *2 *3 *4 *5)) (-4 *2 (-571)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *5 (-1096 *2 *3 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-385 *2))
- (-4 *5 (-385 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-4 *2 (-1132)) (-5 *1 (-216 *4 *2))
- (-14 *4 (-948))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-300 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1248))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *2 *6 *7))
- (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-630 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4)))
- (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-288 *4 *2)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 (-560))))
- (-5 *2 (-114)) (-5 *1 (-1327 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-4 *2 (-927 *5)) (-5 *1 (-714 *5 *2 *3 *4))
- (-4 *3 (-385 *2)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4509)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-48))) (-5 *2 (-419 *3)) (-5 *1 (-39 *3))
- (-4 *3 (-1274 (-48)))))
+ (-12 (-4 *4 (-571)) (-4 *5 (-1023 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-144 *4 *5 *3))
+ (-4 *3 (-385 *5))))
((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1274 (-48)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-48))) (-4 *5 (-871)) (-4 *6 (-815))
- (-5 *2 (-419 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-979 (-48) *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-48))) (-4 *5 (-871)) (-4 *6 (-815))
- (-4 *7 (-979 (-48) *6 *5)) (-5 *2 (-419 (-1202 *7)))
- (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1202 *7))))
+ (-12 (-4 *4 (-571)) (-4 *5 (-1023 *4))
+ (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
+ (-5 *1 (-517 *4 *5 *6 *3)) (-4 *6 (-385 *4)) (-4 *3 (-385 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-169 *4 *3))
- (-4 *3 (-1274 (-171 *4)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-114)) (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4)))))
+ (-12 (-5 *3 (-711 *5)) (-4 *5 (-1023 *4)) (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |num| (-711 *4)) (|:| |den| *4)))
+ (-5 *1 (-715 *4 *5))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4)))))
+ (-12 (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-4 *6 (-1275 *5))
+ (-5 *2 (-2 (|:| -1969 *7) (|:| |rh| (-663 (-421 *6)))))
+ (-5 *1 (-831 *5 *6 *7 *3)) (-5 *4 (-663 (-421 *6)))
+ (-4 *7 (-680 *6)) (-4 *3 (-680 (-421 *6)))))
((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-220 *4 *3))
- (-4 *3 (-1274 *4))))
+ (-12 (-4 *4 (-571)) (-4 *5 (-1023 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1270 *4 *5 *3))
+ (-4 *3 (-1275 *5)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-908 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-323)) (-5 *1 (-308))))
((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
- (-4 *3 (-1274 (-560)))))
+ (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-323)) (-5 *1 (-308))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-323)) (-5 *1 (-308))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-793))) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
- (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *2 (-419 *3))
- (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560)))))
+ (-12 (-5 *4 (-663 (-1191))) (-5 *3 (-1191)) (-5 *2 (-323))
+ (-5 *1 (-308)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1209)) (-5 *4 (-976 (-560))) (-5 *2 (-342))
+ (-5 *1 (-344))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
- (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-419 (-171 (-560)))) (-5 *1 (-460))
- (-5 *3 (-171 (-560)))))
- ((*1 *2 *3)
- (-12
- (-4 *4
- (-13 (-871)
- (-10 -8 (-15 -4417 ((-1208) $))
- (-15 -2129 ((-3 $ "failed") (-1208))))))
- (-4 *5 (-815)) (-4 *7 (-571)) (-5 *2 (-419 *3))
- (-5 *1 (-470 *4 *5 *6 *7 *3)) (-4 *6 (-571))
- (-4 *3 (-979 *7 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-319)) (-5 *2 (-419 (-1202 *4))) (-5 *1 (-472 *4))
- (-5 *3 (-1202 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376))
- (-4 *7 (-13 (-376) (-149) (-746 *5 *6))) (-5 *2 (-419 *3))
- (-5 *1 (-508 *5 *6 *7 *3)) (-4 *3 (-1274 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-419 (-1202 *7)) (-1202 *7)))
- (-4 *7 (-13 (-319) (-149))) (-4 *5 (-871)) (-4 *6 (-815))
- (-5 *2 (-419 *3)) (-5 *1 (-554 *5 *6 *7 *3))
- (-4 *3 (-979 *7 *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-419 (-1202 *7)) (-1202 *7)))
- (-4 *7 (-13 (-319) (-149))) (-4 *5 (-871)) (-4 *6 (-815))
- (-4 *8 (-979 *7 *6 *5)) (-5 *2 (-419 (-1202 *8)))
- (-5 *1 (-554 *5 *6 *7 *8)) (-5 *3 (-1202 *8))))
- ((*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-663 *5) *6))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *6 (-1274 *5)) (-5 *2 (-663 (-677 (-421 *6))))
- (-5 *1 (-681 *5 *6)) (-5 *3 (-677 (-421 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-27))
- (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *5 (-1274 *4)) (-5 *2 (-663 (-677 (-421 *5))))
- (-5 *1 (-681 *4 *5)) (-5 *3 (-677 (-421 *5)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-841 *4)) (-4 *4 (-871)) (-5 *2 (-663 (-694 *4)))
- (-5 *1 (-694 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-560)) (-5 *2 (-663 *3)) (-5 *1 (-718 *3))
- (-4 *3 (-1274 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-363)) (-5 *2 (-419 *3))
- (-5 *1 (-720 *4 *5 *6 *3)) (-4 *3 (-979 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-363))
- (-4 *7 (-979 *6 *5 *4)) (-5 *2 (-419 (-1202 *7)))
- (-5 *1 (-720 *4 *5 *6 *7)) (-5 *3 (-1202 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-815))
- (-4 *5
- (-13 (-871)
- (-10 -8 (-15 -4417 ((-1208) $))
- (-15 -2129 ((-3 $ "failed") (-1208))))))
- (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-752 *4 *5 *6 *3))
- (-4 *3 (-979 (-975 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-815))
- (-4 *5 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *6 (-571))
- (-5 *2 (-419 *3)) (-5 *1 (-754 *4 *5 *6 *3))
- (-4 *3 (-979 (-421 (-975 *6)) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-13 (-319) (-149)))
- (-5 *2 (-419 *3)) (-5 *1 (-755 *4 *5 *6 *3))
- (-4 *3 (-979 (-421 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-13 (-319) (-149)))
- (-5 *2 (-419 *3)) (-5 *1 (-763 *4 *5 *6 *3))
- (-4 *3 (-979 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-13 (-319) (-149)))
- (-4 *7 (-979 *6 *5 *4)) (-5 *2 (-419 (-1202 *7)))
- (-5 *1 (-763 *4 *5 *6 *7)) (-5 *3 (-1202 *7))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-1038 *3))
- (-4 *3 (-1274 (-421 (-560))))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-1073 *3))
- (-4 *3 (-1274 (-421 (-975 (-560)))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1274 (-421 (-560))))
- (-4 *5 (-13 (-376) (-149) (-746 (-421 (-560)) *4)))
- (-5 *2 (-419 *3)) (-5 *1 (-1111 *4 *5 *3)) (-4 *3 (-1274 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1274 (-421 (-975 (-560)))))
- (-4 *5 (-13 (-376) (-149) (-746 (-421 (-975 (-560))) *4)))
- (-5 *2 (-419 *3)) (-5 *1 (-1112 *4 *5 *3)) (-4 *3 (-1274 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-466))
- (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-419 (-1202 (-421 *7))))
- (-5 *1 (-1204 *4 *5 *6 *7)) (-5 *3 (-1202 (-421 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1253))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-419 *3)) (-5 *1 (-1264 *3)) (-4 *3 (-1274 (-560))))))
+ (-12 (-5 *3 (-1209)) (-5 *4 (-1124 (-976 (-560)))) (-5 *2 (-342))
+ (-5 *1 (-344))))
+ ((*1 *1 *2 *2 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-697 *3)) (-4 *3 (-1081))
+ (-4 *3 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4510)) (-4 *1 (-242 *3))
+ (-4 *3 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-294 *3)) (-4 *3 (-1249)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4))
- (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6)))
- (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1069 (-560))))
- (-5 *2 (-2 (|:| -2252 (-793)) (|:| -2313 *8)))
- (-5 *1 (-940 *4 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6))
- (-4 *4 (-1274 (-421 (-560)))) (-4 *5 (-1274 (-421 *4)))
- (-4 *6 (-355 (-421 (-560)) *4 *5))
- (-5 *2 (-2 (|:| -2252 (-793)) (|:| -2313 *6)))
- (-5 *1 (-941 *4 *5 *6)))))
+ (-12 (-5 *3 (-1003)) (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *1)
+ (-12 (-4 *3 (-1133)) (-5 *1 (-911 *2 *3 *4)) (-4 *2 (-1133))
+ (-4 *4 (-688 *3))))
+ ((*1 *1) (-12 (-5 *1 (-914 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-4 *6 (-1275 *9)) (-4 *7 (-817)) (-4 *8 (-872)) (-4 *9 (-319))
+ (-4 *10 (-980 *9 *7 *8))
+ (-5 *2
+ (-2 (|:| |deter| (-663 (-1203 *10)))
+ (|:| |dterm|
+ (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| *10)))))
+ (|:| |nfacts| (-663 *6)) (|:| |nlead| (-663 *10))))
+ (-5 *1 (-800 *6 *7 *8 *9 *10)) (-5 *3 (-1203 *10)) (-5 *4 (-663 *6))
+ (-5 *5 (-663 *10)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-419 (-1202 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1202 *1))
- (-4 *4 (-466)) (-4 *4 (-571)) (-4 *4 (-1132))))
+ (-12 (-5 *3 (-560)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *2 (-1305)) (-5 *1 (-464 *4 *5 *6 *7)) (-4 *7 (-980 *4 *5 *6)))))
+(((*1 *1) (-5 *1 (-450))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-114)) (-5 *5 (-560)) (-4 *6 (-376)) (-4 *6 (-381))
+ (-4 *6 (-1081)) (-5 *2 (-663 (-663 (-711 *6)))) (-5 *1 (-1062 *6))
+ (-5 *3 (-663 (-711 *6)))))
((*1 *2 *3)
- (-12 (-4 *1 (-939)) (-5 *2 (-419 (-1202 *1))) (-5 *3 (-1202 *1)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391)))
- (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207))))
- (-5 *1 (-1207)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-769)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-114))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3))))
+ (-12 (-4 *4 (-376)) (-4 *4 (-381)) (-4 *4 (-1081))
+ (-5 *2 (-663 (-663 (-711 *4)))) (-5 *1 (-1062 *4))
+ (-5 *3 (-663 (-711 *4)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1298 (-721))) (-5 *1 (-315)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-769)))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-5 *2 (-663 (-229))) (-5 *1 (-207)))))
-(((*1 *1 *1) (-5 *1 (-887)))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1135 *2 *3 *4 *5 *6)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132))))
- ((*1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-1190))))
- ((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1190))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1208)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1080)) (-5 *2 (-114)) (-5 *1 (-458 *4 *3))
- (-4 *3 (-1274 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-114)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1314 (-1208) *3)) (-4 *3 (-1080)) (-5 *1 (-1320 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1314 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *1 (-1323 *3 *4)))))
+ (-12 (-5 *4 (-114)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1081))
+ (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1062 *5))
+ (-5 *3 (-663 (-711 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-949)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1081))
+ (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1062 *5))
+ (-5 *3 (-663 (-711 *5))))))
+(((*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4))
+ (-4 *6 (-385 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
+ (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-175)) (-4 *2 (-1081)) (-5 *1 (-736 *2 *3))
+ (-4 *3 (-670 *2))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-175)) (-4 *2 (-1081)) (-5 *1 (-736 *2 *3))
+ (-4 *3 (-670 *2))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-858 *2)) (-4 *2 (-175)) (-4 *2 (-1081))))
+ ((*1 *1 *1) (-12 (-5 *1 (-858 *2)) (-4 *2 (-175)) (-4 *2 (-1081)))))
(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
(-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229)))
- (-5 *5 (-1120 (-229))) (-5 *6 (-560)) (-5 *2 (-1244 (-956)))
+ (-5 *5 (-1121 (-229))) (-5 *6 (-560)) (-5 *2 (-1245 (-957)))
(-5 *1 (-330))))
((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
(-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229)))
- (-5 *5 (-1120 (-229))) (-5 *6 (-560)) (-5 *7 (-1190))
- (-5 *2 (-1244 (-956))) (-5 *1 (-330))))
+ (-5 *5 (-1121 (-229))) (-5 *6 (-560)) (-5 *7 (-1191))
+ (-5 *2 (-1245 (-957))) (-5 *1 (-330))))
((*1 *2 *3 *3 *3 *4 *5 *6 *7)
(-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229)))
- (-5 *5 (-1120 (-229))) (-5 *6 (-229)) (-5 *7 (-560))
- (-5 *2 (-1244 (-956))) (-5 *1 (-330))))
+ (-5 *5 (-1121 (-229))) (-5 *6 (-229)) (-5 *7 (-560))
+ (-5 *2 (-1245 (-957))) (-5 *1 (-330))))
((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
(-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229)))
- (-5 *5 (-1120 (-229))) (-5 *6 (-229)) (-5 *7 (-560)) (-5 *8 (-1190))
- (-5 *2 (-1244 (-956))) (-5 *1 (-330)))))
-(((*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12
- (-4 *4 (-13 (-149) (-27) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *5 (-1274 *4)) (-5 *2 (-1202 (-421 *5))) (-5 *1 (-634 *4 *5))
- (-5 *3 (-421 *5))))
- ((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-149) (-27) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-5 *2 (-1202 (-421 *6))) (-5 *1 (-634 *5 *6)) (-5 *3 (-421 *6)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391)))
- (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207))))
- (-5 *1 (-1207)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-902 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-904 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-907 *2)) (-4 *2 (-1248)))))
+ (-5 *5 (-1121 (-229))) (-5 *6 (-229)) (-5 *7 (-560)) (-5 *8 (-1191))
+ (-5 *2 (-1245 (-957))) (-5 *1 (-330)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1135)) (-5 *1 (-291)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-704 *2)) (-4 *2 (-1132))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-663 *5) (-663 *5))) (-5 *4 (-560))
- (-5 *2 (-663 *5)) (-5 *1 (-704 *5)) (-4 *5 (-1132)))))
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-178)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1298 (-663 (-2 (|:| -3929 *4) (|:| -3998 (-1151))))))
- (-4 *4 (-363)) (-5 *2 (-1304)) (-5 *1 (-542 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4)))
- (-5 *2 (-1298 *6)) (-5 *1 (-346 *3 *4 *5 *6))
- (-4 *6 (-355 *3 *4 *5)))))
+ (-12 (-5 *3 (-305 (-421 (-976 *5)))) (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149)))
+ (-5 *2 (-1198 (-663 (-326 *5)) (-663 (-305 (-326 *5)))))
+ (-5 *1 (-1161 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149)))
+ (-5 *2 (-1198 (-663 (-326 *5)) (-663 (-305 (-326 *5)))))
+ (-5 *1 (-1161 *5)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-571))
- (-5 *2 (-2 (|:| -1469 (-711 *5)) (|:| |vec| (-1298 (-663 (-948))))))
- (-5 *1 (-90 *5 *3)) (-5 *4 (-948)) (-4 *3 (-680 *5)))))
-(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
- ((*1 *1) (-5 *1 (-130)))
- ((*1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
- (-4 *4 (-175))))
- ((*1 *1) (-5 *1 (-561))) ((*1 *1) (-5 *1 (-562)))
- ((*1 *1) (-5 *1 (-563))) ((*1 *1) (-5 *1 (-564)))
- ((*1 *1) (-4 *1 (-748))) ((*1 *1) (-5 *1 (-1208)))
- ((*1 *1) (-12 (-5 *1 (-1214 *2)) (-14 *2 (-948))))
- ((*1 *1) (-12 (-5 *1 (-1215 *2)) (-14 *2 (-948))))
- ((*1 *1) (-5 *1 (-1254))) ((*1 *1) (-5 *1 (-1255)))
- ((*1 *1) (-5 *1 (-1256))) ((*1 *1) (-5 *1 (-1257))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-887)))))
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-1299 *5)) (-5 *3 (-793)) (-5 *4 (-1152)) (-4 *5 (-363))
+ (-5 *1 (-542 *5)))))
+(((*1 *1) (-5 *1 (-625))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-520)) (-5 *2 (-663 (-995))) (-5 *1 (-303)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1208)) (-4 *5 (-633 (-915 (-560))))
- (-4 *5 (-911 (-560)))
- (-4 *5 (-13 (-1069 (-560)) (-466) (-660 (-560))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-581 *5 *3)) (-4 *3 (-649))
- (-4 *3 (-13 (-27) (-1234) (-435 *5)))))
- ((*1 *2 *2 *3 *4 *4)
- (|partial| -12 (-5 *3 (-1208)) (-5 *4 (-864 *2)) (-4 *2 (-1170))
- (-4 *2 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-633 (-915 (-560)))) (-4 *5 (-911 (-560)))
- (-4 *5 (-13 (-1069 (-560)) (-466) (-660 (-560))))
- (-5 *1 (-581 *5 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4))
- (-4 *4 (-363))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4))
- (-4 *4 (-363))))
- ((*1 *1) (-4 *1 (-381)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1298 *4)) (-5 *1 (-542 *4))
- (-4 *4 (-363))))
- ((*1 *1 *1) (-4 *1 (-559))) ((*1 *1) (-4 *1 (-559)))
- ((*1 *1 *1) (-5 *1 (-793)))
- ((*1 *2 *1) (-12 (-5 *2 (-931 *3)) (-5 *1 (-934 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-5 *2 (-931 *4)) (-5 *1 (-934 *4))
- (-4 *4 (-1132))))
- ((*1 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-559)) (-4 *2 (-571)))))
-(((*1 *2 *1) (-12 (-5 *2 (-141)) (-5 *1 (-142))))
- ((*1 *2 *1) (-12 (-5 *1 (-187 *2)) (-4 *2 (-189))))
- ((*1 *2 *1) (-12 (-5 *2 (-257)) (-5 *1 (-256)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391)))
- (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207))))
- (-5 *1 (-1207)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-387 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-175))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1321 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-1080)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-793)) (-5 *3 (-972 *4)) (-4 *1 (-1165 *4))
- (-4 *4 (-1080))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-793)) (-5 *4 (-972 (-229))) (-5 *2 (-1304))
- (-5 *1 (-1302)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-1260 *4)) (-4 *4 (-1080)) (-4 *4 (-571))
- (-5 *2 (-421 (-975 *4)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-1260 *4)) (-4 *4 (-1080)) (-4 *4 (-571))
- (-5 *2 (-421 (-975 *4))))))
-(((*1 *1) (-5 *1 (-611))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-954))
- (-5 *2
- (-2 (|:| |brans| (-663 (-663 (-972 (-229)))))
- (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))))
- (-5 *1 (-155))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-954)) (-5 *4 (-421 (-560)))
- (-5 *2
- (-2 (|:| |brans| (-663 (-663 (-972 (-229)))))
- (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))))
- (-5 *1 (-155))))
- ((*1 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |brans| (-663 (-663 (-972 (-229)))))
- (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))))
- (-5 *1 (-155)) (-5 *3 (-663 (-972 (-229))))))
- ((*1 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |brans| (-663 (-663 (-972 (-229)))))
- (|:| |xValues| (-1120 (-229))) (|:| |yValues| (-1120 (-229)))))
- (-5 *1 (-155)) (-5 *3 (-663 (-663 (-972 (-229)))))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1301))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1301))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1302))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1302)))))
-(((*1 *2 *1 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-319))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3178 *1)))
- (-4 *1 (-319)))))
+ (-12 (|has| *1 (-6 -4510)) (-4 *1 (-153 *2)) (-4 *2 (-1249))
+ (-4 *2 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-949)) (-5 *1 (-1063 *2))
+ (-4 *2 (-13 (-1133) (-10 -8 (-15 -2571 ($ $ $))))))))
+(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817)) (-5 *2 (-114))
+ (-5 *1 (-1018 *3 *4 *5 *6)) (-4 *6 (-980 *3 *5 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *4 (-13 (-1133) (-34))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-630 *1)) (-4 *1 (-435 *4)) (-4 *4 (-1132))
- (-4 *4 (-571)) (-5 *2 (-421 (-1202 *1)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1234)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2 (-1202 (-421 (-1202 *3)))) (-5 *1 (-575 *6 *3 *7))
- (-5 *5 (-1202 *3)) (-4 *7 (-1132))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1295 *5)) (-14 *5 (-1208)) (-4 *6 (-1080))
- (-5 *2 (-1267 *5 (-975 *6))) (-5 *1 (-977 *5 *6)) (-5 *3 (-975 *6))))
+ (-12 (-4 *2 (-730 *3)) (-5 *1 (-852 *2 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319))
+ (-5 *2 (-663 (-793))) (-5 *1 (-800 *3 *4 *5 *6 *7))
+ (-4 *3 (-1275 *6)) (-4 *7 (-980 *6 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-846)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1310)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816))))
((*1 *2 *1)
- (-12 (-4 *1 (-979 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-1202 *3))))
+ (-12 (-5 *2 (-793)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-560)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872)))
+ (-14 *4 (-663 (-1209)))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871)) (-5 *2 (-1202 *1))
- (-4 *1 (-979 *4 *5 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-815)) (-4 *4 (-871)) (-4 *6 (-1080))
- (-4 *7 (-979 *6 *5 *4)) (-5 *2 (-421 (-1202 *3)))
- (-5 *1 (-980 *5 *4 *6 *7 *3))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $)))))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1202 *3))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $)))))
- (-4 *7 (-979 *6 *5 *4)) (-4 *5 (-815)) (-4 *4 (-871))
- (-4 *6 (-1080)) (-5 *1 (-980 *5 *4 *6 *7 *3))))
+ (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1081)) (-4 *3 (-872))
+ (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-286))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-4 *5 (-571))
- (-5 *2 (-421 (-1202 (-421 (-975 *5))))) (-5 *1 (-1071 *5))
- (-5 *3 (-421 (-975 *5))))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-3 (|:| |nullBranch| "null")
- (|:| |assignmentBranch|
- (-2 (|:| |var| (-1208))
- (|:| |arrayIndex| (-663 (-975 (-560))))
- (|:| |rand|
- (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887))))))
- (|:| |arrayAssignmentBranch|
- (-2 (|:| |var| (-1208)) (|:| |rand| (-887))
- (|:| |ints2Floats?| (-114))))
- (|:| |conditionalBranch|
- (-2 (|:| |switch| (-1207)) (|:| |thenClause| (-342))
- (|:| |elseClause| (-342))))
- (|:| |returnBranch|
- (-2 (|:| -3868 (-114))
- (|:| -3929
- (-2 (|:| |ints2Floats?| (-114)) (|:| -2077 (-887))))))
- (|:| |blockBranch| (-663 (-342)))
- (|:| |commentBranch| (-663 (-1190))) (|:| |callBranch| (-1190))
- (|:| |forBranch|
- (-2 (|:| -2132 (-1123 (-975 (-560))))
- (|:| |span| (-975 (-560))) (|:| -3966 (-342))))
- (|:| |labelBranch| (-1151))
- (|:| |loopBranch| (-2 (|:| |switch| (-1207)) (|:| -3966 (-342))))
- (|:| |commonBranch|
- (-2 (|:| -3952 (-1208)) (|:| |contents| (-663 (-1208)))))
- (|:| |printBranch| (-663 (-887)))))
- (-5 *1 (-342)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391)))
- (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207))))
- (-5 *1 (-1207)))))
-(((*1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-851)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-663
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229)))))
- (-5 *1 (-574))))
+ (-12 (-5 *3 (-1203 *8)) (-5 *4 (-663 *6)) (-4 *6 (-872))
+ (-4 *8 (-980 *7 *5 *6)) (-4 *5 (-817)) (-4 *7 (-1081))
+ (-5 *2 (-663 (-793))) (-5 *1 (-333 *5 *6 *7 *8))))
+ ((*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-949))))
((*1 *2 *1)
- (-12 (-4 *1 (-629 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-5 *2 (-663 *3))))
+ (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175))
+ (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-484 *3 *2)) (-4 *3 (-175)) (-4 *2 (-23))))
((*1 *2 *1)
- (-12
- (-5 *2
- (-663
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229)))))
- (-5 *1 (-825)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-663 (-1 *4 (-663 *4)))) (-4 *4 (-1132))
- (-5 *1 (-116 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1132))
- (-5 *1 (-116 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-115)) (-5 *2 (-663 (-1 *4 (-663 *4))))
- (-5 *1 (-116 *4)) (-4 *4 (-1132)))))
-(((*1 *1) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
- (-12
- (-5 *3
- (-2 (|:| |det| *12) (|:| |rows| (-663 (-560)))
- (|:| |cols| (-663 (-560)))))
- (-5 *4 (-711 *12)) (-5 *5 (-663 (-421 (-975 *9))))
- (-5 *6 (-663 (-663 *12))) (-5 *7 (-793)) (-5 *8 (-560))
- (-4 *9 (-13 (-319) (-149))) (-4 *12 (-979 *9 *11 *10))
- (-4 *10 (-13 (-871) (-633 (-1208)))) (-4 *11 (-815))
- (-5 *2
- (-2 (|:| |eqzro| (-663 *12)) (|:| |neqzro| (-663 *12))
- (|:| |wcond| (-663 (-975 *9)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *9))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *9)))))))))
- (-5 *1 (-953 *9 *10 *11 *12)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-32 *3 *4))
- (-4 *4 (-435 *3))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-55)) (-5 *1 (-115))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-793)) (-5 *1 (-115))))
- ((*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-115))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-160 *3 *4))
- (-4 *4 (-435 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-115)) (-5 *1 (-165))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-287 *3 *4))
- (-4 *4 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2) (-12 (-5 *2 (-115)) (-5 *1 (-309 *3)) (-4 *3 (-310))))
- ((*1 *2 *2) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-115)) (-4 *4 (-1132)) (-5 *1 (-434 *3 *4))
- (-4 *3 (-435 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-445 *3 *4))
- (-4 *4 (-435 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-115)) (-5 *1 (-630 *3)) (-4 *3 (-1132))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-648 *3 *4))
- (-4 *4 (-13 (-435 *3) (-1033) (-1234)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1050))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1222 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-319)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
- (-5 *1 (-1155 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
-(((*1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1248)) (-4 *2 (-871))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-385 *3)) (-4 *3 (-1248))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-663 (-931 *3))) (-5 *1 (-931 *3)) (-4 *3 (-1132))))
+ (-12 (-4 *3 (-571)) (-5 *2 (-560)) (-5 *1 (-642 *3 *4))
+ (-4 *4 (-1275 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-730 *3)) (-4 *3 (-1081)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-877 *3)) (-4 *3 (-1081)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-932 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-935 *3)) (-4 *3 (-1133))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871))
- (-4 *6 (-1096 *4 *5 *3))
- (-5 *2 (-2 (|:| |under| *1) (|:| -1654 *1) (|:| |upper| *1)))
- (-4 *1 (-1007 *4 *5 *3 *6)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-670 *3)) (-4 *3 (-1080))
- (-5 *1 (-736 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-856 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302))))
- ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-890 *4 *5 *6 *7))
- (-4 *4 (-1080)) (-14 *5 (-663 (-1208))) (-14 *6 (-663 *3))
- (-14 *7 *3)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-1080)) (-4 *5 (-871)) (-4 *6 (-815))
- (-14 *8 (-663 *5)) (-5 *2 (-1304))
- (-5 *1 (-1311 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-979 *4 *6 *5))
- (-14 *9 (-663 *3)) (-14 *10 *3))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-3 (-114) (-663 *1)))
- (-4 *1 (-1102 *4 *5 *6 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1 (-114) *2)) (-4 *1 (-153 *2))
- (-4 *2 (-1248)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1130 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887))))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-421 *4)) (-4 *4 (-1274 *3))
- (-4 *3 (-13 (-376) (-149) (-1069 (-560)))) (-5 *1 (-582 *3 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1274 (-560))) (-5 *1 (-500 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-630 *1))) (-4 *1 (-310)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-1274 *4)) (-4 *4 (-1080))
- (-5 *2 (-1298 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-319)) (-5 *2 (-793)))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-803 *3)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *1 (-985 *3 *2)) (-4 *2 (-133)) (-4 *3 (-571))
- (-4 *3 (-1080)) (-4 *2 (-814))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-1202 *3)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1002)) (-4 *2 (-133)) (-5 *1 (-1210 *3)) (-4 *3 (-571))
- (-4 *3 (-1080))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-1267 *4 *3)) (-14 *4 (-1208))
- (-4 *3 (-1080)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304))
- (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304))
- (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-694 *3)) (-4 *3 (-871))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-699 *3)) (-4 *3 (-871))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-841 *3)) (-4 *3 (-871)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-663 *8))) (-5 *3 (-663 *8))
- (-4 *8 (-979 *5 *7 *6)) (-4 *5 (-13 (-319) (-149)))
- (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-114))
- (-5 *1 (-953 *5 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-870)) (-4 *4 (-376)) (-5 *2 (-793))
- (-5 *1 (-974 *4 *5)) (-4 *5 (-1274 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-4 *3 (-927 *5)) (-5 *2 (-711 *3))
- (-5 *1 (-714 *5 *3 *6 *4)) (-4 *6 (-385 *3))
- (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4509)))))))
-(((*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-391)))) (-5 *1 (-342))))
- ((*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-5 *1 (-342))))
- ((*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-5 *1 (-342))))
- ((*1 *1 *2) (-12 (-5 *2 (-326 (-716))) (-5 *1 (-342))))
- ((*1 *1 *2) (-12 (-5 *2 (-326 (-723))) (-5 *1 (-342))))
- ((*1 *1 *2) (-12 (-5 *2 (-326 (-721))) (-5 *1 (-342))))
- ((*1 *1) (-5 *1 (-342))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-171 (-229))))
- (-5 *2 (-1066)) (-5 *1 (-776)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376))
- (-5 *2 (-2 (|:| -3735 (-421 *6)) (|:| |coeff| (-421 *6))))
- (-5 *1 (-588 *5 *6)) (-5 *3 (-421 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2))
- (-4 *2 (-435 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1123 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571))
- (-5 *1 (-160 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1123 *1)) (-4 *1 (-162))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1208)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *1 (-482)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1125 *3)) (-4 *3 (-1248)) (-5 *2 (-560)))))
-(((*1 *2 *1 *3 *3)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-618 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1248)) (-5 *2 (-1304)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *6)) (-4 *1 (-979 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-793))))
+ (-12 (-5 *3 (-663 *6)) (-4 *1 (-980 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 (-793)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-980 *4 *5 *3)) (-4 *4 (-1081)) (-4 *5 (-817))
+ (-4 *3 (-872)) (-5 *2 (-793))))
((*1 *2 *1)
- (-12 (-4 *1 (-979 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-793)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-171 (-391))) (-5 *1 (-807 *3)) (-4 *3 (-633 (-391)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-948)) (-5 *2 (-171 (-391))) (-5 *1 (-807 *3))
- (-4 *3 (-633 (-391)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-171 *4)) (-4 *4 (-175)) (-4 *4 (-633 (-391)))
- (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-171 *5)) (-5 *4 (-948)) (-4 *5 (-175))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-975 (-171 *4))) (-4 *4 (-175)) (-4 *4 (-633 (-391)))
- (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-975 (-171 *5))) (-5 *4 (-948)) (-4 *5 (-175))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-975 *4)) (-4 *4 (-1080)) (-4 *4 (-633 (-391)))
- (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-975 *5)) (-5 *4 (-948)) (-4 *5 (-1080))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-4 *4 (-633 (-391)))
- (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-421 (-975 (-171 *4)))) (-4 *4 (-571))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 (-171 *5)))) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-871))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 *5)) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-871))
- (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-571)) (-4 *4 (-871))
- (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-871)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391)))
- (-5 *1 (-807 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-345)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-432 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-560))) (-5 *4 (-560)) (-5 *2 (-51))
- (-5 *1 (-1036)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-466)) (-4 *3 (-871)) (-4 *4 (-815))
- (-5 *1 (-1017 *2 *3 *4 *5)) (-4 *5 (-979 *2 *4 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-466))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1202 *6)) (-4 *6 (-979 *5 *3 *4)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *5 (-939)) (-5 *1 (-471 *3 *4 *5 *6))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-939)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-326 (-391))) (-5 *2 (-326 (-229))) (-5 *1 (-315)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1080)) (-4 *3 (-871))
- (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-663 (-793)))))
+ (-12 (-4 *1 (-1005 *3 *2 *4)) (-4 *3 (-1081)) (-4 *4 (-872))
+ (-4 *2 (-816))))
((*1 *2 *1)
- (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871))
- (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-663 (-793))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-861))
- (-5 *3
- (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229)))
- (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229))))
- (|:| |ub| (-663 (-864 (-229))))))
- (-5 *2 (-1066))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-861))
- (-5 *3
- (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))
- (-5 *2 (-1066)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2))
- (|has| *2 (-6 (-4511 "*"))) (-4 *2 (-1080))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-175))
- (-5 *1 (-710 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5))))
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-793))))
((*1 *2 *1)
- (-12 (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
- (-4 *5 (-245 *3 *2)) (|has| *2 (-6 (-4511 "*"))) (-4 *2 (-1080)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-663
- (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1202 *3))
- (|:| |logand| (-1202 *3)))))
- (-5 *1 (-597 *3)) (-4 *3 (-376)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-376) (-870)))
- (-5 *2 (-663 (-2 (|:| -3980 (-663 *3)) (|:| -2707 *5))))
- (-5 *1 (-184 *5 *3)) (-4 *3 (-1274 (-171 *5)))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-376) (-870)))
- (-5 *2 (-663 (-2 (|:| -3980 (-663 *3)) (|:| -2707 *4))))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-793)) (-5 *3 (-1 *4 (-560) (-560))) (-4 *4 (-1080))
- (-4 *1 (-708 *4 *5 *6)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-887)))) (-5 *1 (-887))))
+ (-12 (-4 *1 (-1263 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1292 *3))
+ (-5 *2 (-560))))
((*1 *2 *1)
- (-12 (-5 *2 (-1173 *3 *4)) (-5 *1 (-1024 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-376))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *5))) (-4 *5 (-1080))
- (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *6 (-245 *4 *5))
- (-4 *7 (-245 *3 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 (-391))) (-5 *3 (-663 (-270))) (-5 *1 (-271))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-482))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-482))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-898)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))))
-(((*1 *1 *1) (-4 *1 (-559))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-114)) (-5 *1 (-851)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |var| (-663 (-1208))) (|:| |pred| (-51))))
- (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-130))))))
-(((*1 *2 *1 *1 *3 *4)
- (-12 (-5 *3 (-1 (-114) *5 *5)) (-5 *4 (-1 (-114) *6 *6))
- (-4 *5 (-13 (-1132) (-34))) (-4 *6 (-13 (-1132) (-34)))
- (-5 *2 (-114)) (-5 *1 (-1171 *5 *6)))))
-(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-114)) (-5 *1 (-915 *4))
- (-4 *4 (-1132)))))
-(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-114))
- (-5 *6 (-229)) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD))))
- (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE))))
- (-5 *2 (-1066)) (-5 *1 (-778)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-229) (-229) (-229) (-229))) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229) (-229))) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-270)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-4 *1 (-933 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080)) (-4 *2 (-376))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-376)) (-5 *1 (-682 *4 *2))
- (-4 *2 (-680 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-887)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))
- (-5 *2 (-1066)) (-5 *1 (-770)))))
-(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4))
- (-4 *4 (-363)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-5 *2 (-1 (-229) (-229))) (-5 *1 (-725 *3))
- (-4 *3 (-633 (-549)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1208)) (-5 *2 (-1 (-229) (-229) (-229)))
- (-5 *1 (-725 *3)) (-4 *3 (-633 (-549))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-560)))) (-4 *5 (-1274 *4))
- (-5 *2 (-2 (|:| |ans| (-421 *5)) (|:| |nosol| (-114))))
- (-5 *1 (-1046 *4 *5)) (-5 *3 (-421 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1141)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1132))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *4 (-1 (-3 (-560) "failed") *5)) (-4 *5 (-1080))
- (-5 *2 (-560)) (-5 *1 (-557 *5 *3)) (-4 *3 (-1274 *5))))
- ((*1 *2 *3 *4 *2 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-560) "failed") *4)) (-4 *4 (-1080))
- (-5 *2 (-560)) (-5 *1 (-557 *4 *3)) (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-560) "failed") *4)) (-4 *4 (-1080))
- (-5 *2 (-560)) (-5 *1 (-557 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1164 (-229))) (-5 *1 (-1232)))))
-(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1066)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1309)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-793))) (-5 *3 (-114)) (-5 *1 (-1196 *4 *5))
- (-14 *4 (-948)) (-4 *5 (-1080)))))
-(((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175))))
- ((*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1186 *4)) (-5 *3 (-560)) (-4 *4 (-1080))
- (-5 *1 (-1192 *4))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-560)) (-5 *1 (-1288 *3 *4 *5)) (-4 *3 (-1080))
- (-14 *4 (-1208)) (-14 *5 *3))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1007 *4 *5 *3 *6)) (-4 *4 (-1080)) (-4 *5 (-815))
- (-4 *3 (-871)) (-4 *6 (-1096 *4 *5 *3)) (-5 *2 (-114)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-571)) (-5 *1 (-1000 *4 *2))
- (-4 *2 (-1274 *4)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-948)) (-4 *1 (-418))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-418))))
+ (-12 (-4 *1 (-1284 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1261 *3))
+ (-5 *2 (-421 (-560)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *2 *6)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))))
-(((*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1130 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-559))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
- (-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
- (|:| |success| (-114))))
- (-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-355 *4 *5 *6)) (-4 *4 (-1253))
- (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5)))
- (-5 *2 (-2 (|:| |num| (-711 *5)) (|:| |den| *5))))))
+ (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-856 (-949)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1322 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *2 (-793)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-1080)) (-5 *1 (-734 *3 *2)) (-4 *2 (-1274 *3)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-601 *2)) (-4 *2 (-559)))))
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-939)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-419 (-1202 *7)))
- (-5 *1 (-936 *4 *5 *6 *7)) (-5 *3 (-1202 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-939)) (-4 *5 (-1274 *4)) (-5 *2 (-419 (-1202 *5)))
- (-5 *1 (-937 *4 *5)) (-5 *3 (-1202 *5)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-779)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-3 (-114) "failed")) (-4 *3 (-466)) (-4 *4 (-871))
- (-4 *5 (-815)) (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-979 *3 *5 *4)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-769)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-948))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-560))) (-4 *3 (-1080)) (-5 *1 (-609 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-560))) (-4 *1 (-1260 *3)) (-4 *3 (-1080))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-560))) (-4 *1 (-1291 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *2 (-663 (-1202 *7))) (-5 *3 (-1202 *7))
- (-4 *7 (-979 *5 *6 *4)) (-4 *5 (-939)) (-4 *6 (-815))
- (-4 *4 (-871)) (-5 *1 (-936 *5 *6 *4 *7)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1202 (-975 *6))) (-4 *6 (-571))
- (-4 *2 (-979 (-421 (-975 *6)) *5 *4)) (-5 *1 (-754 *5 *4 *6 *2))
- (-4 *5 (-815))
- (-4 *4 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-956)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-4 *4 (-1022 *3)) (-5 *1 (-144 *3 *4 *2))
- (-4 *2 (-385 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-1022 *4)) (-4 *2 (-385 *4))
- (-5 *1 (-517 *4 *5 *2 *3)) (-4 *3 (-385 *5))))
+ (|partial| -12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-976 (-391))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-421 (-976 (-391)))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-326 (-391))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-976 (-560))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-421 (-976 (-560)))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-326 (-560))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1209)) (-5 *1 (-352 *3 *4 *5))
+ (-14 *3 (-663 *2)) (-14 *4 (-663 *2)) (-4 *5 (-401))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-326 *5)) (-4 *5 (-401))
+ (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-711 (-421 (-976 (-560))))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-711 (-421 (-976 (-391))))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-711 (-976 (-560)))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-711 (-976 (-391)))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-711 (-326 (-560)))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-711 (-326 (-391)))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-421 (-976 (-560)))) (-4 *1 (-411))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-421 (-976 (-391)))) (-4 *1 (-411))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-976 (-560))) (-4 *1 (-411))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-976 (-391))) (-4 *1 (-411))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-560))) (-4 *1 (-411))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-391))) (-4 *1 (-411))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1299 (-421 (-976 (-560))))) (-4 *1 (-455))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1299 (-421 (-976 (-391))))) (-4 *1 (-455))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1299 (-976 (-560)))) (-4 *1 (-455))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1299 (-976 (-391)))) (-4 *1 (-455))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1299 (-326 (-560)))) (-4 *1 (-455))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1299 (-326 (-391)))) (-4 *1 (-455))))
((*1 *2 *3)
- (-12 (-5 *3 (-711 *5)) (-4 *5 (-1022 *4)) (-4 *4 (-571))
- (-5 *2 (-711 *4)) (-5 *1 (-715 *4 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-4 *4 (-1022 *3)) (-5 *1 (-1269 *3 *4 *2))
- (-4 *2 (-1274 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-451)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-630 *1))) (-4 *1 (-310)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1202 *1)) (-5 *4 (-1208)) (-4 *1 (-27))
- (-5 *2 (-663 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1202 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-975 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *2 (-663 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-229))) (-5 *4 (-663 (-1208)))
- (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-1186 (-229))) (-5 *1 (-313)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 (-1 *6 (-663 *6))))
- (-4 *5 (-38 (-421 (-560)))) (-4 *6 (-1291 *5)) (-5 *2 (-663 *6))
- (-5 *1 (-1292 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -3227 *8)))
- (-4 *7 (-1096 *4 *5 *6)) (-4 *8 (-1102 *4 *5 *6 *7)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *8))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -3227 *8)))
- (-4 *7 (-1096 *4 *5 *6)) (-4 *8 (-1102 *4 *5 *6 *7)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *8)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
- (-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
- (|:| |success| (-114))))
- (-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-538)))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234)))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-391)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
- (-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
- (|:| |success| (-114))))
- (-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-114)) (-5 *6 (-711 (-229)))
- (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-777)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-143))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-146)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-663 (-305 *4))) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871))
- (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-618 *2 *3)) (-4 *3 (-1248)) (-4 *2 (-1132))
- (-4 *2 (-871)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1190)) (-5 *2 (-217 (-516))) (-5 *1 (-859)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-663 (-326 (-229)))) (-5 *3 (-229)) (-5 *2 (-114))
- (-5 *1 (-213)))))
+ (|partial| -12 (-4 *4 (-363)) (-4 *5 (-341 *4)) (-4 *6 (-1275 *5))
+ (-5 *2 (-1203 (-1203 *4))) (-5 *1 (-799 *4 *5 *6 *3 *7))
+ (-4 *3 (-1275 *6)) (-14 *7 (-949))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5))
+ (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *1 (-1008 *3 *4 *5 *6))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-1070 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2)
+ (|partial| -2309
+ (-12 (-5 *2 (-976 *3))
+ (-12 (-2912 (-4 *3 (-38 (-421 (-560)))))
+ (-2912 (-4 *3 (-38 (-560)))) (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817))
+ (-4 *5 (-872)))
+ (-12 (-5 *2 (-976 *3))
+ (-12 (-2912 (-4 *3 (-559))) (-2912 (-4 *3 (-38 (-421 (-560)))))
+ (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817))
+ (-4 *5 (-872)))
+ (-12 (-5 *2 (-976 *3))
+ (-12 (-2912 (-4 *3 (-1023 (-560)))) (-4 *3 (-38 (-421 (-560))))
+ (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817))
+ (-4 *5 (-872)))))
+ ((*1 *1 *2)
+ (|partial| -2309
+ (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5))
+ (-12 (-2912 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560)))
+ (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))
+ (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-976 (-421 (-560)))) (-4 *1 (-1097 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209)))
+ (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571))))
+ ((*1 *1 *1) (|partial| -4 *1 (-744))))
(((*1 *2 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *5 (-1208))
+ (-12 (-5 *5 (-1209))
(-5 *6
(-1
(-3
@@ -6667,1083 +2003,494 @@
"failed")
*4 (-663 *4)))
(-5 *7
- (-1 (-3 (-2 (|:| -3735 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1234) (-27) (-435 *8)))
- (-4 *8 (-13 (-466) (-149) (-1069 *3) (-660 *3))) (-5 *3 (-560))
- (-5 *2 (-2 (|:| |ans| *4) (|:| -1448 *4) (|:| |sol?| (-114))))
- (-5 *1 (-1044 *8 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-886))))
- ((*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-886)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *2 (-391)) (-5 *1 (-208)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-994))) (-5 *1 (-109))))
- ((*1 *2 *1) (-12 (-5 *2 (-45 (-1190) (-795))) (-5 *1 (-115)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1244 *2)) (-4 *2 (-1005)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-437 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1234) (-435 *3)))
- (-14 *4 (-1208)) (-14 *5 *2)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-4 *2 (-13 (-27) (-1234) (-435 *3) (-10 -8 (-15 -2539 ($ *4)))))
- (-4 *4 (-870))
- (-4 *5
- (-13 (-1277 *2 *4) (-376) (-1234)
- (-10 -8 (-15 -2457 ($ $)) (-15 -3071 ($ $)))))
- (-5 *1 (-438 *3 *2 *4 *5 *6 *7)) (-4 *6 (-1014 *5))
- (-14 *7 (-1208)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1230))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1230)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-143))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-146)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1175)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-711 *11)) (-5 *4 (-663 (-421 (-975 *8))))
- (-5 *5 (-793)) (-5 *6 (-1190)) (-4 *8 (-13 (-319) (-149)))
- (-4 *11 (-979 *8 *10 *9)) (-4 *9 (-13 (-871) (-633 (-1208))))
- (-4 *10 (-815))
- (-5 *2
- (-2
- (|:| |rgl|
- (-663
- (-2 (|:| |eqzro| (-663 *11)) (|:| |neqzro| (-663 *11))
- (|:| |wcond| (-663 (-975 *8)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *8))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *8))))))))))
- (|:| |rgsz| (-560))))
- (-5 *1 (-953 *8 *9 *10 *11)) (-5 *7 (-560)))))
-(((*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-723))))
- ((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-723)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1069 (-560))) (-4 *1 (-310)) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-388 *4 *2))
- (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4510)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1274 *6))
- (-4 *6 (-13 (-27) (-435 *5))) (-4 *5 (-13 (-571) (-1069 (-560))))
- (-4 *8 (-1274 (-421 *7))) (-5 *2 (-597 *3))
- (-5 *1 (-567 *5 *6 *7 *8 *3)) (-4 *3 (-355 *6 *7 *8)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-146))))
- ((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-146)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-972 (-229)) (-972 (-229)))) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1 (-972 (-229)) (-972 (-229)))) (-5 *3 (-663 (-270)))
- (-5 *1 (-271))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-495 *5 *6))) (-5 *3 (-495 *5 *6))
- (-14 *5 (-663 (-1208))) (-4 *6 (-466)) (-5 *2 (-1298 *6))
- (-5 *1 (-650 *5 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *1)) (-4 *1 (-1096 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1243 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1190)) (-5 *4 (-171 (-229))) (-5 *5 (-560))
- (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5)
- (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-1202 *3))
- (-4 *3 (-13 (-435 *6) (-27) (-1234)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3)))
- (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1132))))
- ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-421 (-1202 *3)))
- (-4 *3 (-13 (-435 *6) (-27) (-1234)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3)))
- (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1132)))))
-(((*1 *1) (-5 *1 (-450))))
-(((*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-147))))
- ((*1 *1 *1) (-4 *1 (-363)))
- ((*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-147)) (-4 *1 (-939)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-663 (-630 *2))) (-5 *4 (-1208))
- (-4 *2 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-288 *5 *2)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *2 (-391)) (-5 *1 (-208)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-114) *6)) (-4 *6 (-13 (-1132) (-1069 *5)))
- (-4 *5 (-911 *4)) (-4 *4 (-1132)) (-5 *2 (-1 (-114) *5))
- (-5 *1 (-960 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1298 (-1298 (-560)))) (-5 *1 (-480)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-663
- (-2 (|:| -3795 (-793))
- (|:| |eqns|
- (-663
- (-2 (|:| |det| *7) (|:| |rows| (-663 (-560)))
- (|:| |cols| (-663 (-560))))))
- (|:| |fgb| (-663 *7)))))
- (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149)))
- (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-793))
- (-5 *1 (-953 *4 *5 *6 *7)))))
-(((*1 *1) (-5 *1 (-190))))
-(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1257))))))
-(((*1 *1 *1) (-4 *1 (-1175))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080))
- (-14 *4 (-663 (-1208)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871)))
- (-14 *4 (-663 (-1208)))))
- ((*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-349 *3 *4 *5 *2)) (-4 *3 (-376))
- (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4)))
- (-4 *2 (-355 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-175))))
- ((*1 *1) (-12 (-4 *2 (-175)) (-4 *1 (-746 *2 *3)) (-4 *3 (-1274 *2)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-1302))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1208))) (-5 *2 (-1304)) (-5 *1 (-1251))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 (-1208))) (-5 *2 (-1304)) (-5 *1 (-1251)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-376)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-518 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208))
- (-14 *4 *2))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1007 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-1096 *3 *4 *2)) (-4 *2 (-871))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-885)) (-5 *2 (-713 (-1257))) (-5 *3 (-1257)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *2 (-841 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-868)) (-5 *1 (-1322 *3 *2)) (-4 *3 (-1080)))))
-(((*1 *1) (-5 *1 (-190))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033)))
- (-5 *1 (-179 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-288 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 *6)) (-4 *5 (-1253)) (-4 *6 (-1274 *5))
- (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *3) (|:| |radicand| *6)))
- (-5 *1 (-150 *5 *6 *7)) (-5 *4 (-793)) (-4 *7 (-1274 *3)))))
-(((*1 *1) (-5 *1 (-1116))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-5 *2 (-663 *3)) (-5 *1 (-953 *4 *5 *6 *3))
- (-4 *3 (-979 *4 *6 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))))
+ (-1 (-3 (-2 (|:| -2301 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1235) (-27) (-435 *8)))
+ (-4 *8 (-13 (-466) (-149) (-1070 *3) (-660 *3))) (-5 *3 (-560))
+ (-5 *2 (-2 (|:| |ans| *4) (|:| -3379 *4) (|:| |sol?| (-114))))
+ (-5 *1 (-1045 *8 *4)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1249))) (-5 *3 (-1249)) (-5 *1 (-703)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-305 *3))) (-5 *1 (-305 *3)) (-4 *3 (-571))
- (-4 *3 (-1248)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1251)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1151)) (-5 *2 (-114)) (-5 *1 (-844)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))))
-(((*1 *1) (-5 *1 (-190))))
-(((*1 *2 *1)
(-12
- (-5 *2
+ (-5 *3
(-663
- (-2
- (|:| -3818
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (|:| -2660
- (-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| (-1186 (-229)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2132
- (-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 (-574))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1248))
- (-5 *2 (-663 *4)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *4 (-571))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -4257 *4)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2)
- (-12 (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-939))
- (-5 *1 (-471 *3 *4 *2 *5)) (-4 *5 (-979 *2 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-815)) (-4 *4 (-871)) (-4 *2 (-939))
- (-5 *1 (-936 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4))))
- ((*1 *2) (-12 (-4 *2 (-939)) (-5 *1 (-937 *2 *3)) (-4 *3 (-1274 *2)))))
-(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
- (|partial| -12 (-5 *2 (-663 (-1202 *11))) (-5 *3 (-1202 *11))
- (-5 *4 (-663 *10)) (-5 *5 (-663 *8)) (-5 *6 (-663 (-793)))
- (-5 *7 (-1298 (-663 (-1202 *8)))) (-4 *10 (-871))
- (-4 *8 (-319)) (-4 *11 (-979 *8 *9 *10)) (-4 *9 (-815))
- (-5 *1 (-729 *9 *10 *8 *11)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4509)) (-4 *1 (-503 *3)) (-4 *3 (-1248))
- (-4 *3 (-1132)) (-5 *2 (-793))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4509)) (-4 *1 (-503 *4))
- (-4 *4 (-1248)) (-5 *2 (-793)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3))
- (-4 *3 (-13 (-376) (-1234) (-1033))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-975 *5)) (-4 *5 (-1080)) (-5 *2 (-495 *4 *5))
- (-5 *1 (-973 *4 *5)) (-14 *4 (-663 (-1208))))))
-(((*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-391)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5))
- (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1312 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571))
- (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1312 *5 *6 *7 *8)))))
-(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253))
- (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-187 (-257))) (-5 *1 (-256)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1132)) (-5 *2 (-1151)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-630 (-48)))) (-5 *1 (-48))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-48))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1202 (-48))) (-5 *3 (-663 (-630 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1202 (-48))) (-5 *3 (-630 (-48))) (-5 *1 (-48))))
- ((*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-376) (-870))) (-5 *1 (-184 *2 *3))
- (-4 *3 (-1274 (-171 *2)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-948)) (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))))
- ((*1 *2 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-376))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-383 *2 *3)) (-4 *3 (-1274 *2)) (-4 *2 (-175))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1274 *2)) (-4 *2 (-1022 *3)) (-5 *1 (-427 *3 *2 *4 *5))
- (-4 *3 (-319)) (-4 *5 (-13 (-424 *2 *4) (-1069 *2)))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1274 *2)) (-4 *2 (-1022 *3))
- (-5 *1 (-429 *3 *2 *4 *5 *6)) (-4 *3 (-319)) (-4 *5 (-424 *2 *4))
- (-14 *6 (-1298 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-948)) (-4 *5 (-1080))
- (-4 *2 (-13 (-418) (-1069 *5) (-376) (-1234) (-296)))
- (-5 *1 (-457 *5 *3 *2)) (-4 *3 (-1274 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-630 (-509)))) (-5 *1 (-509))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-509))) (-5 *1 (-509))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1202 (-509))) (-5 *3 (-663 (-630 (-509))))
- (-5 *1 (-509))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1202 (-509))) (-5 *3 (-630 (-509))) (-5 *1 (-509))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1298 *4)) (-5 *3 (-948)) (-4 *4 (-363))
- (-5 *1 (-542 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-746 *4 *2)) (-4 *2 (-1274 *4))
- (-5 *1 (-797 *4 *2 *5 *3)) (-4 *3 (-1274 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175))))
- ((*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175))))
- ((*1 *1 *1) (-4 *1 (-1091))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-288 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4)))))
- ((*1 *1 *1) (-5 *1 (-391)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *4 *3)
- (|partial| -12 (-5 *4 (-630 *3))
- (-4 *3 (-13 (-435 *5) (-27) (-1234)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2 (-2 (|:| -3735 *3) (|:| |coeff| *3)))
- (-5 *1 (-580 *5 *3 *6)) (-4 *6 (-1132)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-711 (-560))) (-5 *3 (-663 (-560))) (-5 *1 (-1141)))))
-(((*1 *2 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-1037)))))
-(((*1 *1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-948)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208))
- (-4 *5 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-597 *3)) (-5 *1 (-572 *5 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *5))))))
-(((*1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-1186 *3)) (-4 *3 (-1132))
- (-4 *3 (-1248)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-1274 *2)) (-4 *2 (-1274 *4))
- (-5 *1 (-1016 *4 *2 *3 *5)) (-4 *4 (-363)) (-4 *5 (-746 *2 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-845)))))
-(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1078)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1080)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5))
- (-4 *3 (-1274 *4))
- (-4 *5 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-663 (-1208))) (-4 *5 (-571))
- (-5 *2 (-663 (-663 (-305 (-421 (-975 *5)))))) (-5 *1 (-792 *5))))
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
+ (|:| |xpnt| (-560)))))
+ (-4 *2 (-571)) (-5 *1 (-419 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-571))
- (-5 *2 (-663 (-663 (-305 (-421 (-975 *4)))))) (-5 *1 (-792 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-711 *7))
- (-5 *5
- (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -1868 (-663 *6)))
- *7 *6))
- (-4 *6 (-376)) (-4 *7 (-680 *6))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1298 *6) "failed"))
- (|:| -1868 (-663 (-1298 *6)))))
- (-5 *1 (-835 *6 *7)) (-5 *4 (-1298 *6)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-769)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-376)) (-5 *1 (-923 *2 *3))
- (-4 *2 (-1274 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-774)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -1448 *6) (|:| |sol?| (-114))) (-560)
- *6))
- (-4 *6 (-376)) (-4 *7 (-1274 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-421 *7)) (|:| |a0| *6))
- (-2 (|:| -3735 (-421 *7)) (|:| |coeff| (-421 *7))) "failed"))
- (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-385 *2)) (-4 *2 (-1248))
- (-4 *2 (-871))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3 *3)) (|has| *1 (-6 -4510))
- (-4 *1 (-385 *3)) (-4 *3 (-1248)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |contp| (-560))
+ (|:| -1609 (-663 (-2 (|:| |irr| *4) (|:| -3225 (-560)))))))
+ (-4 *4 (-1275 (-560))) (-5 *2 (-419 *4)) (-5 *1 (-456 *4)))))
+(((*1 *1) (-5 *1 (-146))))
+(((*1 *1) (-5 *1 (-132))))
(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560))))
(-5 *4 (-326 (-171 (-391)))) (-5 *1 (-342))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560))))
(-5 *4 (-326 (-391))) (-5 *1 (-342))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560))))
(-5 *4 (-326 (-560))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-171 (-391)))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-171 (-391)))))
(-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-391)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-391)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-560)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-560)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-171 (-391)))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-171 (-391)))))
(-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-391)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-391)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-560)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-560)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-171 (-391)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-171 (-391)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-391))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-391))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-560))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-560))) (-5 *1 (-342))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560))))
(-5 *4 (-326 (-716))) (-5 *1 (-342))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560))))
(-5 *4 (-326 (-721))) (-5 *1 (-342))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-663 (-975 (-560))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-976 (-560))))
(-5 *4 (-326 (-723))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-716)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-716)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-721)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-721)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-326 (-723)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-326 (-723)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-716)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-716)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-721)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-721)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-326 (-723)))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-326 (-723)))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-716))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-716))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-721))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-721))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-723))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1299 (-723))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-716))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-716))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-721))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-721))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-711 (-723))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-711 (-723))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-716))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-716))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-721))) (-5 *1 (-342))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-721))) (-5 *1 (-342))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-326 (-723))) (-5 *1 (-342))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1190)) (-5 *1 (-342))))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-342)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-713 (-897 (-995 *3) (-995 *3)))) (-5 *1 (-995 *3))
- (-4 *3 (-1132)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871))
- (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1123 (-975 (-560)))) (-5 *3 (-975 (-560)))
- (-5 *1 (-342))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1123 (-975 (-560)))) (-5 *1 (-342)))))
-(((*1 *1) (-5 *1 (-143))) ((*1 *1 *1) (-5 *1 (-146)))
- ((*1 *1 *1) (-4 *1 (-1175))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-774)))))
+ (-12 (-5 *2 (-1209)) (-5 *3 (-326 (-723))) (-5 *1 (-342))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1191)) (-5 *1 (-342))))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-376)) (-4 *3 (-1081))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3505 *1)))
+ (-4 *1 (-877 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1008 *4 *5 *6 *3)) (-4 *4 (-1081)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-109))) (-5 *1 (-178)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *5 (-1069 (-48)))
- (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *5 (-435 *4))
- (-5 *2 (-419 (-1202 (-48)))) (-5 *1 (-449 *4 *5 *3))
- (-4 *3 (-1274 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-711 *6)) (-5 *5 (-1 (-419 (-1202 *6)) (-1202 *6)))
- (-4 *6 (-376))
- (-5 *2
- (-663
- (-2 (|:| |outval| *7) (|:| |outmult| (-560))
- (|:| |outvect| (-663 (-711 *7))))))
- (-5 *1 (-546 *6 *7 *4)) (-4 *7 (-376)) (-4 *4 (-13 (-376) (-870))))))
+ (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-319))
+ (-5 *2 (-421 (-419 (-976 *4)))) (-5 *1 (-1075 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1304))
- (-5 *1 (-464 *4 *5 *6 *7)))))
-(((*1 *2 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-409)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1190)) (-5 *3 (-560)) (-5 *1 (-248)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248)) (-4 *2 (-871))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-294 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-999 *2)) (-4 *2 (-871)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *1)
- (-12
+ (-12 (-5 *3 (-1299 (-326 (-229))))
(-5 *2
- (-663
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
- (|:| |xpnt| (-560)))))
- (-5 *1 (-419 *3)) (-4 *3 (-571))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-793)) (-4 *3 (-363)) (-4 *5 (-1274 *3))
- (-5 *2 (-663 (-1202 *3))) (-5 *1 (-512 *3 *5 *6))
- (-4 *6 (-1274 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-419 (-1202 (-1202 *4))))
- (-5 *1 (-1247 *4)) (-5 *3 (-1202 (-1202 *4))))))
+ (-2 (|:| |additions| (-560)) (|:| |multiplications| (-560))
+ (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560))))
+ (-5 *1 (-315)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-310))))
+ ((*1 *1 *1) (-4 *1 (-310))) ((*1 *1 *1) (-5 *1 (-888))))
(((*1 *2 *1)
- (-12 (-4 *3 (-175)) (-4 *2 (-23)) (-5 *1 (-301 *3 *4 *2 *5 *6 *7))
- (-4 *4 (-1274 *3)) (-14 *5 (-1 *4 *4 *2))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2))
- (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2))))
+ (-12 (-4 *1 (-1322 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *2 (-843 *3))))
((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-733 *3 *2 *4 *5 *6)) (-4 *3 (-175))
- (-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 (-1274 *3)) (-5 *1 (-734 *3 *2)) (-4 *3 (-1080))))
+ (-12 (-4 *2 (-870)) (-5 *1 (-1323 *3 *2)) (-4 *3 (-1081)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1209)) (-4 *5 (-633 (-916 (-560))))
+ (-4 *5 (-912 (-560)))
+ (-4 *5 (-13 (-1070 (-560)) (-466) (-660 (-560))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-581 *5 *3)) (-4 *3 (-649))
+ (-4 *3 (-13 (-27) (-1235) (-435 *5))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-391)) (-5 *1 (-1095)))))
+(((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 (-916 *6)))
+ (-5 *5 (-1 (-914 *6 *8) *8 (-916 *6) (-914 *6 *8))) (-4 *6 (-1133))
+ (-4 *8 (-13 (-1081) (-633 (-916 *6)) (-1070 *7)))
+ (-5 *2 (-914 *6 *8)) (-4 *7 (-1081)) (-5 *1 (-971 *6 *7 *8)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-51)) (-5 *2 (-114)) (-5 *1 (-52 *4)) (-4 *4 (-1249))))
((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-737 *3 *2 *4 *5 *6)) (-4 *3 (-175))
- (-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 (-894 *3)) (-5 *2 (-560)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4 *5 *4 *4 *4)
- (-12 (-4 *6 (-871)) (-5 *3 (-663 *6)) (-5 *5 (-663 *3))
- (-5 *2
- (-2 (|:| |f1| *3) (|:| |f2| (-663 *5)) (|:| |f3| *5)
- (|:| |f4| (-663 *5))))
- (-5 *1 (-1219 *6)) (-5 *4 (-663 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *3))
- (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1096 *4 *5 *6)) (-4 *4 (-571))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-1008 *4 *5 *6 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 (-663 *7) (-663 *7))) (-5 *2 (-663 *7))
- (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-815))
- (-4 *6 (-871)) (-5 *1 (-1008 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872)))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-694 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-699 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-919 *3)) (-4 *3 (-872)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
+ (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *6 (-229))
+ (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-773)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-149))
+ (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1009 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-932 *4)) (-4 *4 (-1133)) (-5 *2 (-663 (-793)))
+ (-5 *1 (-935 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-949)) (-4 *4 (-381)) (-4 *4 (-376)) (-5 *2 (-1203 *1))
+ (-4 *1 (-341 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1203 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-383 *3 *2)) (-4 *3 (-175)) (-4 *3 (-376))
+ (-4 *2 (-1275 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *4)) (-4 *4 (-363)) (-5 *2 (-1203 *4))
+ (-5 *1 (-542 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1187 (-421 *3))) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-376)) (-4 *3 (-1081))
+ (-5 *1 (-1193 *3)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-319))))
- ((*1 *2 *1 *1)
- (|partial| -12 (-4 *3 (-1132))
- (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-399 *3))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2010 (-793)) (|:| -4415 (-793))))
- (-5 *1 (-793))))
+ (-12 (-5 *2 (-2 (|:| -3273 *3) (|:| |coef2| (-803 *3))))
+ (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))))
+(((*1 *1 *1) (-5 *1 (-549))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-421 (-976 (-171 (-560))))))
+ (-5 *2 (-663 (-663 (-305 (-976 (-171 *4)))))) (-5 *1 (-392 *4))
+ (-4 *4 (-13 (-376) (-871)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-305 (-421 (-976 (-171 (-560)))))))
+ (-5 *2 (-663 (-663 (-305 (-976 (-171 *4)))))) (-5 *1 (-392 *4))
+ (-4 *4 (-13 (-376) (-871)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 (-171 (-560)))))
+ (-5 *2 (-663 (-305 (-976 (-171 *4))))) (-5 *1 (-392 *4))
+ (-4 *4 (-13 (-376) (-871)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-305 (-421 (-976 (-171 (-560))))))
+ (-5 *2 (-663 (-305 (-976 (-171 *4))))) (-5 *1 (-392 *4))
+ (-4 *4 (-13 (-376) (-871))))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *6 (-949)) (-4 *5 (-319)) (-4 *3 (-1275 *5))
+ (-5 *2 (-2 (|:| |plist| (-663 *3)) (|:| |modulo| *5)))
+ (-5 *1 (-474 *5 *3)) (-5 *4 (-663 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-342)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-559))))
+(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-663 *2)) (-4 *2 (-1133)) (-4 *2 (-1249)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-1268 *5 *4)) (-5 *1 (-1207 *4 *5 *6))
+ (-4 *4 (-1081)) (-14 *5 (-1209)) (-14 *6 *4)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-1268 *5 *4)) (-5 *1 (-1289 *4 *5 *6))
+ (-4 *4 (-1081)) (-14 *5 (-1209)) (-14 *6 *4))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-115)) (-5 *1 (-116 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-464 *3 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *2)) (-4 *2 (-175))))
+ ((*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-431 *3 *2)) (-4 *3 (-432 *2))))
+ ((*1 *2) (-12 (-4 *1 (-432 *2)) (-4 *2 (-175)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1291 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-255 *3 *4))
- (-14 *3 (-663 (-1208))) (-4 *4 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-560))) (-14 *3 (-663 (-1208)))
- (-5 *1 (-468 *3 *4 *5)) (-4 *4 (-1080))
- (-4 *5 (-245 (-2305 *3) (-793)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-495 *3 *4))
- (-14 *3 (-663 (-1208))) (-4 *4 (-1080)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-560)) (-4 *3 (-175)) (-4 *5 (-385 *3))
- (-4 *6 (-385 *3)) (-5 *1 (-710 *3 *5 *6 *2))
- (-4 *2 (-708 *3 *5 *6)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1146)) (-5 *1 (-1147)))))
-(((*1 *1 *1) (-5 *1 (-1094))))
-(((*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1248)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-898)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-913 *5 *3)) (-5 *4 (-915 *5)) (-4 *5 (-1132))
- (-4 *3 (-168 *6)) (-4 (-975 *6) (-911 *5))
- (-4 *6 (-13 (-911 *5) (-175))) (-5 *1 (-181 *5 *6 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-913 *4 *1)) (-5 *3 (-915 *4)) (-4 *1 (-911 *4))
- (-4 *4 (-1132))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-913 *5 *6)) (-5 *4 (-915 *5)) (-4 *5 (-1132))
- (-4 *6 (-13 (-1132) (-1069 *3))) (-4 *3 (-911 *5))
- (-5 *1 (-960 *5 *3 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-913 *5 *3)) (-4 *5 (-1132))
- (-4 *3 (-13 (-435 *6) (-633 *4) (-911 *5) (-1069 (-630 $))))
- (-5 *4 (-915 *5)) (-4 *6 (-13 (-571) (-911 *5)))
- (-5 *1 (-961 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-913 (-560) *3)) (-5 *4 (-915 (-560))) (-4 *3 (-559))
- (-5 *1 (-962 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-913 *5 *6)) (-5 *3 (-630 *6)) (-4 *5 (-1132))
- (-4 *6 (-13 (-1132) (-1069 (-630 $)) (-633 *4) (-911 *5)))
- (-5 *4 (-915 *5)) (-5 *1 (-963 *5 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-910 *5 *6 *3)) (-5 *4 (-915 *5)) (-4 *5 (-1132))
- (-4 *6 (-911 *5)) (-4 *3 (-688 *6)) (-5 *1 (-964 *5 *6 *3))))
- ((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *5 (-1 (-913 *6 *3) *8 (-915 *6) (-913 *6 *3)))
- (-4 *8 (-871)) (-5 *2 (-913 *6 *3)) (-5 *4 (-915 *6))
- (-4 *6 (-1132)) (-4 *3 (-13 (-979 *9 *7 *8) (-633 *4)))
- (-4 *7 (-815)) (-4 *9 (-13 (-1080) (-911 *6)))
- (-5 *1 (-965 *6 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-913 *5 *3)) (-4 *5 (-1132))
- (-4 *3 (-13 (-979 *8 *6 *7) (-633 *4))) (-5 *4 (-915 *5))
- (-4 *7 (-911 *5)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *8 (-13 (-1080) (-911 *5))) (-5 *1 (-965 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-913 *5 *3)) (-4 *5 (-1132)) (-4 *3 (-1022 *6))
- (-4 *6 (-13 (-571) (-911 *5) (-633 *4))) (-5 *4 (-915 *5))
- (-5 *1 (-968 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-913 *5 (-1208))) (-5 *3 (-1208)) (-5 *4 (-915 *5))
- (-4 *5 (-1132)) (-5 *1 (-969 *5))))
- ((*1 *2 *3 *4 *5 *2 *6)
- (-12 (-5 *4 (-663 (-915 *7))) (-5 *5 (-1 *9 (-663 *9)))
- (-5 *6 (-1 (-913 *7 *9) *9 (-915 *7) (-913 *7 *9))) (-4 *7 (-1132))
- (-4 *9 (-13 (-1080) (-633 (-915 *7)) (-1069 *8)))
- (-5 *2 (-913 *7 *9)) (-5 *3 (-663 *9)) (-4 *8 (-1080))
- (-5 *1 (-970 *7 *8 *9)))))
-(((*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-419 *2)) (-4 *2 (-319)) (-5 *1 (-943 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149))) (-5 *2 (-51)) (-5 *1 (-944 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-419 (-975 *6))) (-5 *5 (-1208)) (-5 *3 (-975 *6))
- (-4 *6 (-13 (-319) (-149))) (-5 *2 (-51)) (-5 *1 (-944 *6)))))
-(((*1 *1) (-5 *1 (-622))))
+ (-12 (-5 *2 (-663 (-976 *4))) (-5 *3 (-663 (-1209))) (-4 *4 (-466))
+ (-5 *1 (-948 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-949))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *5)) (-5 *4 (-948)) (-4 *5 (-871))
- (-5 *2 (-663 (-694 *5))) (-5 *1 (-694 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2076 *3) (|:| |coef1| (-803 *3))))
- (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-5 *1 (-931 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1208))
- (-4 *6 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-4 *4 (-13 (-29 *6) (-1234) (-989)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -1868 (-663 *4))))
- (-5 *1 (-823 *6 *4 *3)) (-4 *3 (-680 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-466)) (-4 *4 (-842))
- (-14 *5 (-1208)) (-5 *2 (-560)) (-5 *1 (-1145 *4 *5)))))
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 *4))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1275 *3)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391))
- (|:| |expense| (-391)) (|:| |accuracy| (-391))
- (|:| |intermediateResults| (-391))))
- (-5 *2 (-1066)) (-5 *1 (-315)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *2 (-2 (|:| |k| (-841 *3)) (|:| |c| *4))))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *3 (-1096 *6 *7 *8))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -3227 *9))))
- (-5 *5 (-114)) (-4 *8 (-1096 *6 *7 *4)) (-4 *9 (-1102 *6 *7 *4 *8))
- (-4 *6 (-466)) (-4 *7 (-815)) (-4 *4 (-871))
- (-5 *2 (-663 (-2 (|:| |val| *8) (|:| -3227 *9))))
- (-5 *1 (-1139 *6 *7 *4 *8 *9)))))
-(((*1 *2 *1) (-12 (-5 *2 (-987 (-793))) (-5 *1 (-345)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1123 (-864 *3))) (-4 *3 (-13 (-1234) (-989) (-29 *5)))
- (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2
- (-3 (|:| |f1| (-864 *3)) (|:| |f2| (-663 (-864 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-223 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1123 (-864 *3))) (-5 *5 (-1190))
- (-4 *3 (-13 (-1234) (-989) (-29 *6)))
- (-4 *6 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2
- (-3 (|:| |f1| (-864 *3)) (|:| |f2| (-663 (-864 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-223 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1123 (-864 (-326 *5))))
- (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2
- (-3 (|:| |f1| (-864 (-326 *5))) (|:| |f2| (-663 (-864 (-326 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-224 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-421 (-975 *6))) (-5 *4 (-1123 (-864 (-326 *6))))
- (-5 *5 (-1190))
- (-4 *6 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2
- (-3 (|:| |f1| (-864 (-326 *6))) (|:| |f2| (-663 (-864 (-326 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-224 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1123 (-864 (-421 (-975 *5))))) (-5 *3 (-421 (-975 *5)))
- (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2
- (-3 (|:| |f1| (-864 (-326 *5))) (|:| |f2| (-663 (-864 (-326 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-224 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1123 (-864 (-421 (-975 *6))))) (-5 *5 (-1190))
- (-5 *3 (-421 (-975 *6)))
- (-4 *6 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
(-5 *2
- (-3 (|:| |f1| (-864 (-326 *6))) (|:| |f2| (-663 (-864 (-326 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-224 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-3 *3 (-663 *3))) (-5 *1 (-444 *5 *3))
- (-4 *3 (-13 (-1234) (-989) (-29 *5)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-488 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3)))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1120 (-864 (-391))))
- (-5 *5 (-391)) (-5 *6 (-1094)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3) (-12 (-5 *3 (-791)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1120 (-864 (-391))))
- (-5 *5 (-391)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1120 (-864 (-391))))
- (-5 *5 (-391)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1120 (-864 (-391))))
- (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1120 (-864 (-391)))))
- (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1120 (-864 (-391)))))
- (-5 *5 (-391)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1120 (-864 (-391)))))
- (-5 *5 (-391)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1120 (-864 (-391)))))
- (-5 *5 (-391)) (-5 *6 (-1094)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-326 (-391))) (-5 *4 (-1123 (-864 (-391))))
- (-5 *5 (-1190)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-326 (-391))) (-5 *4 (-1123 (-864 (-391))))
- (-5 *5 (-1208)) (-5 *2 (-1066)) (-5 *1 (-579))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-560)))) (-4 *5 (-1274 *4))
- (-5 *2 (-597 (-421 *5))) (-5 *1 (-582 *4 *5)) (-5 *3 (-421 *5))))
+ (-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))))
+ (-5 *1 (-208)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-421 (-560)))
+ (-5 *1 (-447 *4 *3)) (-4 *3 (-435 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208)) (-4 *5 (-149))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-3 (-326 *5) (-663 (-326 *5)))) (-5 *1 (-603 *5))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-762 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-871))
- (-4 *3 (-38 (-421 (-560))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1208)) (-5 *1 (-975 *3)) (-4 *3 (-38 (-421 (-560))))
- (-4 *3 (-1080))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-4 *2 (-871))
- (-5 *1 (-1157 *3 *2 *4)) (-4 *4 (-979 *3 (-545 *2) *2))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080))
- (-5 *1 (-1192 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1199 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1205 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3)))
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-435 *5))
+ (-4 *5 (-13 (-571) (-1070 (-560)))) (-5 *2 (-1203 (-421 (-560))))
+ (-5 *1 (-447 *5 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133))
+ (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-103 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-262 *2 *3 *4 *5)) (-4 *2 (-1081)) (-4 *3 (-872))
+ (-4 *4 (-277 *3)) (-4 *5 (-817)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-421 (-560))) (-4 *4 (-1070 (-560))) (-4 *4 (-571))
+ (-5 *1 (-32 *4 *2)) (-4 *2 (-435 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-136)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-229)))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-250)) (-5 *2 (-560))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-421 (-560))) (-4 *4 (-376)) (-4 *4 (-38 *3))
+ (-4 *5 (-1292 *4)) (-5 *1 (-289 *4 *5 *2)) (-4 *2 (-1263 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-421 (-560))) (-4 *4 (-376)) (-4 *4 (-38 *3))
+ (-4 *5 (-1261 *4)) (-5 *1 (-290 *4 *5 *2 *6)) (-4 *2 (-1284 *4 *5))
+ (-4 *6 (-1015 *5))))
+ ((*1 *1 *1 *1) (-4 *1 (-296)))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-374 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *1) (-5 *1 (-391)))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-399 *2)) (-4 *2 (-1133))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1206 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3)))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *1 (-1241 *3)) (-4 *3 (-38 (-421 (-560))))
- (-4 *3 (-1080))))
+ (-12 (-5 *2 (-793)) (-4 *1 (-435 *3)) (-4 *3 (-1133))
+ (-4 *3 (-1144))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-487)) (-5 *2 (-560))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1258 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3)))
+ (-12 (-5 *2 (-793)) (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1299 *4)) (-5 *3 (-560)) (-4 *4 (-363))
+ (-5 *1 (-542 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-549))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-549))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *4 (-1133))
+ (-5 *1 (-704 *4))))
((*1 *1 *1 *2)
- (-2191
- (-12 (-5 *2 (-1208)) (-4 *1 (-1260 *3)) (-4 *3 (-1080))
- (-12 (-4 *3 (-29 (-560))) (-4 *3 (-989)) (-4 *3 (-1234))
- (-4 *3 (-38 (-421 (-560))))))
- (-12 (-5 *2 (-1208)) (-4 *1 (-1260 *3)) (-4 *3 (-1080))
- (-12 (|has| *3 (-15 -3557 ((-663 *2) *3)))
- (|has| *3 (-15 -3071 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1260 *2)) (-4 *2 (-1080)) (-4 *2 (-38 (-421 (-560))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-38 (-421 (-560))))))
+ (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3)) (-4 *3 (-376))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1279 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3)))
+ (-12 (-5 *2 (-793)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-711 *4)) (-5 *3 (-793)) (-4 *4 (-1081))
+ (-5 *1 (-712 *4))))
((*1 *1 *1 *2)
- (-2191
- (-12 (-5 *2 (-1208)) (-4 *1 (-1281 *3)) (-4 *3 (-1080))
- (-12 (-4 *3 (-29 (-560))) (-4 *3 (-989)) (-4 *3 (-1234))
- (-4 *3 (-38 (-421 (-560))))))
- (-12 (-5 *2 (-1208)) (-4 *1 (-1281 *3)) (-4 *3 (-1080))
- (-12 (|has| *3 (-15 -3557 ((-663 *2) *3)))
- (|has| *3 (-15 -3071 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1281 *2)) (-4 *2 (-1080)) (-4 *2 (-38 (-421 (-560))))))
+ (-12 (-5 *2 (-560)) (-4 *3 (-1081)) (-5 *1 (-736 *3 *4))
+ (-4 *4 (-670 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-560)) (-4 *4 (-1081))
+ (-5 *1 (-736 *4 *5)) (-4 *5 (-670 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-949))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-748)) (-5 *2 (-793))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-858 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-560)) (-5 *1 (-858 *4)) (-4 *4 (-1081))))
+ ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-916 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1034)) (-5 *2 (-421 (-560)))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1144)) (-5 *2 (-949))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1288 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)) (-14 *5 *3)))
+ (-12 (-5 *2 (-560)) (-4 *1 (-1155 *3 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *3 *4)) (-4 *4 (-376))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
((*1 *1 *1 *2)
- (-2191
- (-12 (-5 *2 (-1208)) (-4 *1 (-1291 *3)) (-4 *3 (-1080))
- (-12 (-4 *3 (-29 (-560))) (-4 *3 (-989)) (-4 *3 (-1234))
- (-4 *3 (-38 (-421 (-560))))))
- (-12 (-5 *2 (-1208)) (-4 *1 (-1291 *3)) (-4 *3 (-1080))
- (-12 (|has| *3 (-15 -3557 ((-663 *2) *3)))
- (|has| *3 (-15 -3071 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1291 *2)) (-4 *2 (-1080)) (-4 *2 (-38 (-421 (-560)))))))
+ (-12 (-4 *1 (-1292 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1275 (-421 (-560))))
+ (-5 *2 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))))
+ (-5 *1 (-943 *3 *4)) (-4 *4 (-1275 (-421 *3)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1275 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-943 *4 *3))
+ (-4 *3 (-1275 (-421 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3))
+ (-4 *3 (-13 (-376) (-1235) (-1034))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-663 *5) *6))
- (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *6 (-1274 *5))
- (-5 *2 (-663 (-2 (|:| |poly| *6) (|:| -1837 *3))))
- (-5 *1 (-831 *5 *6 *3 *7)) (-4 *3 (-680 *6))
- (-4 *7 (-680 (-421 *6)))))
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817))
+ (-4 *7 (-872)) (-5 *2 (-793)) (-5 *1 (-1101 *5 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-663 *5) *6))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *6 (-1274 *5))
- (-5 *2 (-663 (-2 (|:| |poly| *6) (|:| -1837 (-678 *6 (-421 *6))))))
- (-5 *1 (-834 *5 *6)) (-5 *3 (-678 *6 (-421 *6))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3))
- (-4 *3 (-13 (-376) (-1234) (-1033))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-4 *3 (-1132))
- (-5 *2 (-114)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1248))
- (-4 *5 (-1248)) (-5 *2 (-58 *5)) (-5 *1 (-59 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-246 *6 *7)) (-14 *6 (-793))
- (-4 *7 (-1248)) (-4 *5 (-1248)) (-5 *2 (-246 *6 *5))
- (-5 *1 (-247 *6 *7 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1248)) (-4 *5 (-1248))
- (-4 *2 (-385 *5)) (-5 *1 (-386 *6 *4 *5 *2)) (-4 *4 (-385 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1132)) (-4 *5 (-1132))
- (-4 *2 (-440 *5)) (-5 *1 (-441 *6 *4 *5 *2)) (-4 *4 (-440 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-663 *6)) (-4 *6 (-1248))
- (-4 *5 (-1248)) (-5 *2 (-663 *5)) (-5 *1 (-664 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-987 *6)) (-4 *6 (-1248))
- (-4 *5 (-1248)) (-5 *2 (-987 *5)) (-5 *1 (-988 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1186 *6)) (-4 *6 (-1248))
- (-4 *3 (-1248)) (-5 *2 (-1186 *3)) (-5 *1 (-1188 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1298 *6)) (-4 *6 (-1248))
- (-4 *5 (-1248)) (-5 *2 (-1298 *5)) (-5 *1 (-1299 *6 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-391)) (-5 *1 (-1094)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-374 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-399 *4)) (-4 *4 (-1132)) (-5 *2 (-793))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *2 (-23)) (-5 *1 (-671 *4 *2 *5))
- (-4 *4 (-1132)) (-14 *5 *2))))
-(((*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-109))) (-5 *1 (-178)))))
-(((*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))))
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-817))
+ (-4 *7 (-872)) (-5 *2 (-793)) (-5 *1 (-1177 *5 *6 *7 *8 *9)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *4)) (-4 *4 (-1080)) (-4 *2 (-1274 *4))
- (-5 *1 (-458 *4 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-421 (-1202 (-326 *5)))) (-5 *3 (-1298 (-326 *5)))
- (-5 *4 (-560)) (-4 *5 (-571)) (-5 *1 (-1161 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1069 (-560))) (-4 *1 (-310)) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1248))))
+ (-12 (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
+ (-5 *2 (-793)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-793))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4))
+ (-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-710 *4 *5 *6 *3))
+ (-4 *3 (-708 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571))
+ (-5 *2 (-793)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34))))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-342)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4)) (-4 *6 (-1275 *5))
+ (-4 *7 (-1275 (-421 *6))) (-4 *8 (-355 *5 *6 *7))
+ (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-114))
+ (-5 *1 (-941 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6))
+ (-4 *4 (-1275 (-421 (-560)))) (-4 *5 (-1275 (-421 *4)))
+ (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-114))
+ (-5 *1 (-942 *4 *5 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1211 (-421 (-560)))) (-5 *2 (-421 (-560)))
+ (-5 *1 (-193)))))
+(((*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1249))))
((*1 *1 *2)
- (-12 (-5 *2 (-975 (-391))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
+ (-12 (-5 *2 (-976 (-391))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
((*1 *1 *2)
- (-12 (-5 *2 (-421 (-975 (-391)))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
+ (-12 (-5 *2 (-421 (-976 (-391)))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-391))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
+ (-4 *5 (-1070 (-391))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
((*1 *1 *2)
- (-12 (-5 *2 (-975 (-560))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
+ (-12 (-5 *2 (-976 (-560))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
((*1 *1 *2)
- (-12 (-5 *2 (-421 (-975 (-560)))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
+ (-12 (-5 *2 (-421 (-976 (-560)))) (-5 *1 (-352 *3 *4 *5))
+ (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-560))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
+ (-4 *5 (-1070 (-560))) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
((*1 *1 *2)
- (-12 (-5 *2 (-1208)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 *2))
+ (-12 (-5 *2 (-1209)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 *2))
(-14 *4 (-663 *2)) (-4 *5 (-401))))
((*1 *1 *2)
(-12 (-5 *2 (-326 *5)) (-4 *5 (-401)) (-5 *1 (-352 *3 *4 *5))
- (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208)))))
- ((*1 *1 *2) (-12 (-5 *2 (-711 (-421 (-975 (-560))))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-711 (-421 (-975 (-391))))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-711 (-975 (-560)))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-711 (-975 (-391)))) (-4 *1 (-398))))
+ (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-711 (-421 (-976 (-560))))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-711 (-421 (-976 (-391))))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-711 (-976 (-560)))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-711 (-976 (-391)))) (-4 *1 (-398))))
((*1 *1 *2) (-12 (-5 *2 (-711 (-326 (-560)))) (-4 *1 (-398))))
((*1 *1 *2) (-12 (-5 *2 (-711 (-326 (-391)))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-421 (-975 (-560)))) (-4 *1 (-411))))
- ((*1 *1 *2) (-12 (-5 *2 (-421 (-975 (-391)))) (-4 *1 (-411))))
- ((*1 *1 *2) (-12 (-5 *2 (-975 (-560))) (-4 *1 (-411))))
- ((*1 *1 *2) (-12 (-5 *2 (-975 (-391))) (-4 *1 (-411))))
+ ((*1 *1 *2) (-12 (-5 *2 (-421 (-976 (-560)))) (-4 *1 (-411))))
+ ((*1 *1 *2) (-12 (-5 *2 (-421 (-976 (-391)))) (-4 *1 (-411))))
+ ((*1 *1 *2) (-12 (-5 *2 (-976 (-560))) (-4 *1 (-411))))
+ ((*1 *1 *2) (-12 (-5 *2 (-976 (-391))) (-4 *1 (-411))))
((*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-4 *1 (-411))))
((*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-4 *1 (-411))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 (-421 (-975 (-560))))) (-4 *1 (-455))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 (-421 (-975 (-391))))) (-4 *1 (-455))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 (-975 (-560)))) (-4 *1 (-455))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 (-975 (-391)))) (-4 *1 (-455))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 (-326 (-560)))) (-4 *1 (-455))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 (-326 (-391)))) (-4 *1 (-455))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 (-421 (-976 (-560))))) (-4 *1 (-455))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 (-421 (-976 (-391))))) (-4 *1 (-455))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 (-976 (-560)))) (-4 *1 (-455))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 (-976 (-391)))) (-4 *1 (-455))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 (-326 (-560)))) (-4 *1 (-455))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 (-326 (-391)))) (-4 *1 (-455))))
((*1 *2 *1)
(-12
(-5 *2
(-3
(|:| |nia|
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
(|:| |relerr| (-229))))
(|:| |mdnia|
(-2 (|:| |fn| (-326 (-229)))
- (|:| -2132 (-663 (-1120 (-864 (-229)))))
+ (|:| -3423 (-663 (-1121 (-866 (-229)))))
(|:| |abserr| (-229)) (|:| |relerr| (-229))))))
(-5 *1 (-791))))
((*1 *2 *1)
(-12
(-5 *2
(-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
(|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
(|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *1 (-830))))
+ (-5 *1 (-832))))
((*1 *2 *1)
(-12
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229)))
- (|:| |lb| (-663 (-864 (-229))))
+ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229)))
+ (|:| |lb| (-663 (-866 (-229))))
(|:| |cf| (-663 (-326 (-229))))
- (|:| |ub| (-663 (-864 (-229))))))
+ (|:| |ub| (-663 (-866 (-229))))))
(|:| |lsa|
(-2 (|:| |lfn| (-663 (-326 (-229))))
- (|:| -2814 (-663 (-229)))))))
- (-5 *1 (-863))))
+ (|:| -2689 (-663 (-229)))))))
+ (-5 *1 (-865))))
((*1 *2 *1)
(-12
(-5 *2
@@ -7753,446 +2500,461 @@
(-2 (|:| |start| (-229)) (|:| |finish| (-229))
(|:| |grid| (-793)) (|:| |boundaryType| (-560))
(|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229))))))
- (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190))
+ (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191))
(|:| |tol| (-229))))
- (-5 *1 (-925))))
+ (-5 *1 (-926))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *1 (-1007 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-1069 *2)) (-4 *2 (-1248))))
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *1 (-1008 *3 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1070 *2)) (-4 *2 (-1249))))
((*1 *1 *2)
- (-2191
- (-12 (-5 *2 (-975 *3))
- (-12 (-1372 (-4 *3 (-38 (-421 (-560)))))
- (-1372 (-4 *3 (-38 (-560)))) (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815))
- (-4 *5 (-871)))
- (-12 (-5 *2 (-975 *3))
- (-12 (-1372 (-4 *3 (-559))) (-1372 (-4 *3 (-38 (-421 (-560)))))
- (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815))
- (-4 *5 (-871)))
- (-12 (-5 *2 (-975 *3))
- (-12 (-1372 (-4 *3 (-1022 (-560)))) (-4 *3 (-38 (-421 (-560))))
- (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815))
- (-4 *5 (-871)))))
+ (-2309
+ (-12 (-5 *2 (-976 *3))
+ (-12 (-2912 (-4 *3 (-38 (-421 (-560)))))
+ (-2912 (-4 *3 (-38 (-560)))) (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817))
+ (-4 *5 (-872)))
+ (-12 (-5 *2 (-976 *3))
+ (-12 (-2912 (-4 *3 (-559))) (-2912 (-4 *3 (-38 (-421 (-560)))))
+ (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817))
+ (-4 *5 (-872)))
+ (-12 (-5 *2 (-976 *3))
+ (-12 (-2912 (-4 *3 (-1023 (-560)))) (-4 *3 (-38 (-421 (-560))))
+ (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5)) (-4 *4 (-817))
+ (-4 *5 (-872)))))
((*1 *1 *2)
- (-2191
- (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5))
- (-12 (-1372 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560)))
- (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))
- (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5))
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))))
+ (-2309
+ (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5))
+ (-12 (-2912 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560)))
+ (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))
+ (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))))
((*1 *1 *2)
- (-12 (-5 *2 (-975 (-421 (-560)))) (-4 *1 (-1096 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208))) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871)))))
+ (-12 (-5 *2 (-976 (-421 (-560)))) (-4 *1 (-1097 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209))) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1268 *4 *5)) (-5 *3 (-663 *5)) (-14 *4 (-1209))
+ (-4 *5 (-376)) (-5 *1 (-952 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *5)) (-4 *5 (-376)) (-5 *2 (-1203 *5))
+ (-5 *1 (-952 *4 *5)) (-14 *4 (-1209))))
+ ((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-663 *6)) (-5 *4 (-793)) (-4 *6 (-376))
+ (-5 *2 (-421 (-976 *6))) (-5 *1 (-1082 *5 *6)) (-14 *5 (-1209)))))
+(((*1 *1) (-5 *1 (-229))) ((*1 *1) (-5 *1 (-391))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-114))
- (-5 *2
- (-2 (|:| |contp| (-560))
- (|:| -3980 (-663 (-2 (|:| |irr| *3) (|:| -3443 (-560)))))))
- (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-114))
- (-5 *2
- (-2 (|:| |contp| (-560))
- (|:| -3980 (-663 (-2 (|:| |irr| *3) (|:| -3443 (-560)))))))
- (-5 *1 (-1264 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *2) (-12 (-5 *2 (-1186 (-663 (-948)))) (-5 *1 (-908)))))
+ (-12 (-5 *4 (-793)) (-5 *2 (-114)) (-5 *1 (-601 *3)) (-4 *3 (-559)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-793)) (-5 *1 (-576)))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229)))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-64 LSFUN2))))
+ (-5 *2 (-1067)) (-5 *1 (-775)))))
+(((*1 *2)
+ (-12
+ (-5 *2 (-2 (|:| -3596 (-663 (-1209))) (|:| -3118 (-663 (-1209)))))
+ (-5 *1 (-1252)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-464 *3 *4 *5 *2)) (-4 *2 (-979 *3 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2470 *3)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-943 *3)) (-4 *3 (-319)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571))
- (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1008 *5 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1132)) (-5 *2 (-1190)))))
+ (|partial| -12 (-5 *2 (-421 *4)) (-4 *4 (-1275 *3))
+ (-4 *3 (-13 (-376) (-149) (-1070 (-560)))) (-5 *1 (-582 *3 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1182 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-5 *2 (-560)) (-5 *1 (-207)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-376) (-870))) (-5 *1 (-184 *3 *2))
- (-4 *2 (-1274 (-171 *3))))))
-(((*1 *2 *3 *1 *4)
- (-12 (-5 *3 (-1171 *5 *6)) (-5 *4 (-1 (-114) *6 *6))
- (-4 *5 (-13 (-1132) (-34))) (-4 *6 (-13 (-1132) (-34)))
- (-5 *2 (-114)) (-5 *1 (-1172 *5 *6)))))
+ (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))
+ (-5 *2 (-663 (-421 (-560)))) (-5 *1 (-1053 *4))
+ (-4 *4 (-1275 (-560))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1081)) (-14 *3 (-663 (-1209)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1081) (-872)))
+ (-14 *3 (-663 (-1209))))))
(((*1 *2 *3 *4)
- (-12 (-4 *2 (-1274 *4)) (-5 *1 (-829 *4 *2 *3 *5))
- (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *3 (-680 *2))
- (-4 *5 (-680 (-421 *2)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *2 (-1274 *4)) (-5 *1 (-829 *4 *2 *5 *3))
- (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *5 (-680 *2))
- (-4 *3 (-680 (-421 *2))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-954))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1120 (-229)))
- (-5 *1 (-954))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1208)) (-5 *5 (-1120 (-229))) (-5 *2 (-954))
- (-5 *1 (-955 *3)) (-4 *3 (-633 (-549)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-5 *2 (-954)) (-5 *1 (-955 *3))
- (-4 *3 (-633 (-549))))))
+ (-12 (-4 *5 (-376))
+ (-5 *2 (-663 (-2 (|:| C (-711 *5)) (|:| |g| (-1299 *5)))))
+ (-5 *1 (-1010 *5)) (-5 *3 (-711 *5)) (-5 *4 (-1299 *5)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *1) (-5 *1 (-1305))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (-5 *2 (-793))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133))
+ (-5 *2 (-793))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-748)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1142)))))
+(((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-663 (-803 *3))) (-5 *1 (-803 *3)) (-4 *3 (-571))
+ (-4 *3 (-1081)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-1274 *4)) (-5 *1 (-553 *4 *2 *5 *6))
- (-4 *4 (-319)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-793))))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2810 *4)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081))
+ (-5 *2 (-663 (-663 (-663 (-793))))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-863)) (-5 *4 (-1094)) (-5 *2 (-1066)) (-5 *1 (-862))))
- ((*1 *2 *3) (-12 (-5 *3 (-863)) (-5 *2 (-1066)) (-5 *1 (-862))))
- ((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-663 (-391))) (-5 *5 (-663 (-864 (-391))))
- (-5 *6 (-663 (-326 (-391)))) (-5 *3 (-326 (-391))) (-5 *2 (-1066))
- (-5 *1 (-862))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-391)))
- (-5 *5 (-663 (-864 (-391)))) (-5 *2 (-1066)) (-5 *1 (-862))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-391))) (-5 *2 (-1066))
- (-5 *1 (-862))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-326 (-391)))) (-5 *4 (-663 (-391)))
- (-5 *2 (-1066)) (-5 *1 (-862)))))
+ (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1292 *4)) (-5 *1 (-1293 *4 *2))
+ (-4 *4 (-38 (-421 (-560)))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-326 *3)) (-4 *3 (-571)) (-4 *3 (-1133)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4))
- (-4 *4 (-363)))))
-(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-777))))
- ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-402))
- (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-777)))))
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376))
- (-5 *2
- (-2 (|:| |ir| (-597 (-421 *6))) (|:| |specpart| (-421 *6))
- (|:| |polypart| *6)))
- (-5 *1 (-588 *5 *6)) (-5 *3 (-421 *6)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
-(((*1 *1 *1 *1) (-4 *1 (-559))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
-(((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-417 *3)) (-4 *3 (-418))))
- ((*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-417 *3)) (-4 *3 (-418))))
- ((*1 *2 *2) (-12 (-5 *2 (-948)) (|has| *1 (-6 -4500)) (-4 *1 (-418))))
- ((*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-948))))
- ((*1 *2 *1) (-12 (-4 *1 (-894 *3)) (-5 *2 (-1186 (-560))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1274 *6))
- (-4 *6 (-13 (-27) (-435 *5))) (-4 *5 (-13 (-571) (-1069 (-560))))
- (-4 *8 (-1274 (-421 *7))) (-5 *2 (-597 *3))
- (-5 *1 (-567 *5 *6 *7 *8 *3)) (-4 *3 (-355 *6 *7 *8)))))
-(((*1 *1) (-5 *1 (-146))))
+ (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-663 *4)) (-5 *1 (-801 *4))
+ (-4 *4 (-13 (-376) (-871))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3))
- (-4 *3 (-13 (-376) (-1234) (-1033))))))
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *5 *6)) (-4 *6 (-633 (-1209)))
+ (-4 *4 (-376)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *2 (-1198 (-663 (-976 *4)) (-663 (-305 (-976 *4)))))
+ (-5 *1 (-518 *4 *5 *6 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-568)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 (-663 *2))) (-5 *4 (-663 *5))
+ (-4 *5 (-38 (-421 (-560)))) (-4 *2 (-1292 *5))
+ (-5 *1 (-1293 *5 *2)))))
+(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))
+ (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
+ (-12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
+ (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-769)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-376)) (-5 *1 (-661 *3 *4))
+ (-14 *4 (-663 (-1209))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1081)) (-4 *3 (-1133))
+ (-5 *2 (-2 (|:| |val| *1) (|:| -2909 (-560)))) (-4 *1 (-435 *3))))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| |val| (-916 *3)) (|:| -2909 (-916 *3))))
+ (-5 *1 (-916 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081))
+ (-4 *7 (-980 *6 *4 *5))
+ (-5 *2 (-2 (|:| |val| *3) (|:| -2909 (-560))))
+ (-5 *1 (-981 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $))
+ (-15 -3138 (*7 $))))))))
+(((*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-793))) (-5 *3 (-114)) (-5 *1 (-1197 *4 *5))
+ (-14 *4 (-949)) (-4 *5 (-1081)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-5 *2 (-1299 *3)) (-5 *1 (-734 *3 *4))
+ (-4 *4 (-1275 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-342)))))
+(((*1 *1) (-5 *1 (-450))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1008 *4 *5 *6 *3)) (-4 *4 (-1081)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
+(((*1 *2 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-773)))))
+(((*1 *2 *1) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-888)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-901))))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-901))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-560))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1191))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-520))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-606))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-492))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-139))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-158))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1199))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-645))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1128))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1123))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1105))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1002))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-183))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1068))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-324))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-693))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-156))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1185))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-539))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1311))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1098))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-531))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-703))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-96))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1148))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-135))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-619))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-140))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-1310))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-698))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-222))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169)) (-5 *2 (-538))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1214))))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1214))))
+ ((*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-1214))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1214)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-704 *3)) (-4 *3 (-1133)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-374 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-399 *4)) (-4 *4 (-1133)) (-5 *2 (-793))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *2 (-23)) (-5 *1 (-671 *4 *2 *5))
+ (-4 *4 (-1133)) (-14 *5 *2))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-560)) (-5 *1 (-583 *3)) (-4 *3 (-1070 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-252 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
+ (-4 *4 (-571)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092 (-1055 *4) (-1202 (-1055 *4)))) (-5 *3 (-887))
- (-5 *1 (-1055 *4)) (-4 *4 (-13 (-870) (-376) (-1051))))))
-(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302))))
- ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-663 (-630 *2))) (-5 *4 (-663 (-1208)))
- (-4 *2 (-13 (-435 (-171 *5)) (-1033) (-1234))) (-4 *5 (-571))
- (-5 *1 (-614 *5 *6 *2)) (-4 *6 (-13 (-435 *5) (-1033) (-1234))))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-121 *2)) (-4 *2 (-1248)))))
+ (-12 (-5 *2 (-663 (-1250))) (-5 *3 (-1250)) (-5 *1 (-703)))))
+(((*1 *1 *2) (-12 (-5 *2 (-843 *3)) (-4 *3 (-872)) (-5 *1 (-694 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-376)) (-4 *4 (-571)) (-4 *5 (-1274 *4))
- (-5 *2 (-2 (|:| -3783 (-642 *4 *5)) (|:| -4464 (-421 *5))))
- (-5 *1 (-642 *4 *5)) (-5 *3 (-421 *5))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-1196 *3 *4))) (-5 *1 (-1196 *3 *4))
- (-14 *3 (-948)) (-4 *4 (-1080))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-466)) (-4 *3 (-1080))
- (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
- (-4 *1 (-1274 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *4 (-793))
- (-5 *2 (-711 (-229))) (-5 *1 (-278)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2470 *3)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 (-114) *7 (-663 *7))) (-4 *1 (-1243 *4 *5 *6 *7))
- (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-51))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-421 (-975 (-171 (-560))))))
- (-5 *2 (-663 (-663 (-305 (-975 (-171 *4)))))) (-5 *1 (-392 *4))
- (-4 *4 (-13 (-376) (-870)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-305 (-421 (-975 (-171 (-560)))))))
- (-5 *2 (-663 (-663 (-305 (-975 (-171 *4)))))) (-5 *1 (-392 *4))
- (-4 *4 (-13 (-376) (-870)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 (-171 (-560)))))
- (-5 *2 (-663 (-305 (-975 (-171 *4))))) (-5 *1 (-392 *4))
- (-4 *4 (-13 (-376) (-870)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-305 (-421 (-975 (-171 (-560))))))
- (-5 *2 (-663 (-305 (-975 (-171 *4))))) (-5 *1 (-392 *4))
- (-4 *4 (-13 (-376) (-870))))))
+ (-12 (-4 *1 (-951)) (-5 *2 (-2 (|:| -3265 (-663 *1)) (|:| -3505 *1)))
+ (-5 *3 (-663 *1)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034)))
+ (-5 *1 (-179 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *2)) (-4 *2 (-175))))
+ ((*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-431 *3 *2)) (-4 *3 (-432 *2))))
+ ((*1 *2) (-12 (-4 *1 (-432 *2)) (-4 *2 (-175)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1187 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1081))
+ (-5 *3 (-421 (-560))) (-5 *1 (-1193 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-793)) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5))
+ (-12 (-5 *2 (-793)) (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *5))
(-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
((*1 *1 *2)
- (-12 (-4 *2 (-1080)) (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
+ (-12 (-4 *2 (-1081)) (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
(-4 *5 (-245 *3 *2)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))))
-(((*1 *2 *2) (-12 (-5 *1 (-991 *2)) (-4 *2 (-559)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-1190)) (-5 *4 (-1151)) (-5 *2 (-114)) (-5 *1 (-844)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-229) (-229) (-229)))
+ (-5 *4 (-3 (-1 (-229) (-229) (-229) (-229)) "undefined"))
+ (-5 *5 (-1121 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1165 (-229)))
+ (-5 *1 (-719)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-1275 *3)) (-5 *1 (-166 *3 *4 *2))
+ (-4 *2 (-1275 *4))))
+ ((*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2) (-12 (-5 *2 (-663 (-326 (-229)))) (-5 *1 (-278)))))
+(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-115)))
+ ((*1 *1 *1) (-5 *1 (-174))) ((*1 *1 *1) (-4 *1 (-559)))
+ ((*1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1166 *2)) (-4 *2 (-1081))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-793)) (-5 *4 (-560)) (-5 *1 (-459 *2)) (-4 *2 (-1081)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12
+ (-4 *4 (-13 (-149) (-27) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *5 (-1275 *4)) (-5 *2 (-1203 (-421 *5))) (-5 *1 (-634 *4 *5))
+ (-5 *3 (-421 *5))))
+ ((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-149) (-27) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2 (-1203 (-421 *6))) (-5 *1 (-634 *5 *6)) (-5 *3 (-421 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-916 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1153 *3)) (-4 *3 (-1249)) (-5 *2 (-793)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-378 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-5 *2 (-1190)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-114)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-777)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-376)) (-4 *1 (-341 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-1274 *4)) (-4 *4 (-1253))
- (-4 *1 (-355 *4 *3 *5)) (-4 *5 (-1274 (-421 *3)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1298 *4)) (-5 *3 (-1298 *1)) (-4 *4 (-175))
- (-4 *1 (-380 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1298 *4)) (-5 *3 (-1298 *1)) (-4 *4 (-175))
- (-4 *1 (-383 *4 *5)) (-4 *5 (-1274 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-175)) (-4 *1 (-424 *3 *4))
- (-4 *4 (-1274 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-175)) (-4 *1 (-432 *3)))))
+ (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133))
+ (-5 *2 (-663 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-2 (|:| |k| (-919 *3)) (|:| |c| *4))))
+ (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872))
+ (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-694 *3))) (-5 *1 (-919 *3)) (-4 *3 (-872)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-505)) (-5 *4 (-984)) (-5 *2 (-713 (-547)))
+ (-5 *1 (-547))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-984)) (-4 *3 (-1133)) (-5 *2 (-713 *1))
+ (-4 *1 (-789 *3)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-711 *5)) (-4 *5 (-1081)) (-5 *1 (-1086 *3 *4 *5))
+ (-14 *3 (-793)) (-14 *4 (-793)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1092 (-1055 *3) (-1202 (-1055 *3))))
- (-5 *1 (-1055 *3)) (-4 *3 (-13 (-870) (-376) (-1051))))))
+ (-12 (-5 *3 (-976 *5)) (-4 *5 (-1081)) (-5 *2 (-495 *4 *5))
+ (-5 *1 (-974 *4 *5)) (-14 *4 (-663 (-1209))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-4 *5 (-1274 *4)) (-5 *2 (-663 (-2 (|:| -2188 *5) (|:| -1667 *5))))
- (-5 *1 (-829 *4 *5 *3 *6)) (-4 *3 (-680 *5))
- (-4 *6 (-680 (-421 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-4 *4 (-1274 *5)) (-5 *2 (-663 (-2 (|:| -2188 *4) (|:| -1667 *4))))
- (-5 *1 (-829 *5 *4 *3 *6)) (-4 *3 (-680 *4))
- (-4 *6 (-680 (-421 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-4 *5 (-1274 *4)) (-5 *2 (-663 (-2 (|:| -2188 *5) (|:| -1667 *5))))
- (-5 *1 (-829 *4 *5 *6 *3)) (-4 *6 (-680 *5))
- (-4 *3 (-680 (-421 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-4 *4 (-1274 *5)) (-5 *2 (-663 (-2 (|:| -2188 *4) (|:| -1667 *4))))
- (-5 *1 (-829 *5 *4 *6 *3)) (-4 *6 (-680 *4))
- (-4 *3 (-680 (-421 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1265 *3)) (-4 *3 (-1248)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-975 (-421 (-560)))) (-5 *4 (-1208))
- (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-313)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 (-495 *3 *4))) (-14 *3 (-663 (-1208)))
- (-4 *4 (-466)) (-5 *1 (-650 *3 *4)))))
-(((*1 *2 *3 *1)
(-12
- (-5 *2
- (-2 (|:| |cycle?| (-114)) (|:| -2123 (-793)) (|:| |period| (-793))))
- (-5 *1 (-1186 *4)) (-4 *4 (-1248)) (-5 *3 (-793)))))
+ (-5 *3
+ (-2 (|:| |pde| (-663 (-326 (-229))))
+ (|:| |constraints|
+ (-663
+ (-2 (|:| |start| (-229)) (|:| |finish| (-229))
+ (|:| |grid| (-793)) (|:| |boundaryType| (-560))
+ (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229))))))
+ (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191))
+ (|:| |tol| (-229))))
+ (-5 *2 (-114)) (-5 *1 (-213)))))
+(((*1 *1) (-5 *1 (-574))))
+(((*1 *1) (-5 *1 (-143))))
+(((*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1128 *4)) (-4 *4 (-1132)) (-5 *2 (-1 *4))
- (-5 *1 (-1048 *4))))
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-4 *1 (-1131 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7))))
+ (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-229))) (-5 *1 (-278)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1) (-5 *1 (-622))) ((*1 *1) (-5 *1 (-624)))
+ ((*1 *1) (-5 *1 (-625))))
+(((*1 *1 *1 *1) (-4 *1 (-559))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1249))
+ (-4 *4 (-385 *2)) (-4 *5 (-385 *2))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "right") (|has| *1 (-6 -4511)) (-4 *1 (-121 *3))
+ (-4 *3 (-1249))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "left") (|has| *1 (-6 -4511)) (-4 *1 (-121 *3))
+ (-4 *3 (-1249))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-300 *3 *2)) (-4 *3 (-1133))
+ (-4 *2 (-1249))))
+ ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1209)) (-5 *1 (-651))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 (-1266 (-560))) (|has| *1 (-6 -4511)) (-4 *1 (-673 *2))
+ (-4 *2 (-1249))))
+ ((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-663 (-560))) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "value") (|has| *1 (-6 -4511)) (-4 *1 (-1042 *2))
+ (-4 *2 (-1249))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-4 *1 (-1226 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "last") (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2))
+ (-4 *2 (-1249))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "rest") (|has| *1 (-6 -4511)) (-4 *1 (-1288 *3))
+ (-4 *3 (-1249))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "first") (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2))
+ (-4 *2 (-1249)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1072)) (-5 *3 (-391))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1120 (-560))) (-5 *2 (-1 (-560))) (-5 *1 (-1078)))))
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
(((*1 *1)
(|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))))
-(((*1 *1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-948)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *2 *3 *3)
- (-12 (|has| *2 (-6 (-4511 "*"))) (-4 *5 (-385 *2)) (-4 *6 (-385 *2))
- (-4 *2 (-1080)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1274 *2))
- (-4 *4 (-708 *2 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-391)) (-5 *1 (-1072)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-663 (-421 *6))) (-5 *3 (-421 *6))
- (-4 *6 (-1274 *5)) (-4 *5 (-13 (-376) (-149) (-1069 (-560))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-582 *5 *6)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-31))))
- ((*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-948)))) ((*1 *1) (-4 *1 (-559)))
- ((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-721))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *1 *2)
- (-12 (-4 *3 (-1080)) (-5 *1 (-850 *2 *3)) (-4 *2 (-730 *3)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-229)) (-5 *4 (-560))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1066))
- (-5 *1 (-770)))))
+ (-12 (-5 *1 (-1173 *2 *3)) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34))))))
+(((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888)))
+ (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888)))
+ (|:| |args| (-663 (-888)))))
+ (-5 *1 (-1209)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1176)) (-5 *3 (-146)) (-5 *2 (-114)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-705 *4 *3)) (-4 *4 (-1133))
+ (-4 *3 (-1133)))))
+(((*1 *1 *1 *1) (-5 *1 (-114))) ((*1 *1 *1 *1) (-4 *1 (-125))))
+(((*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-208))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 (-391))) (-5 *2 (-391)) (-5 *1 (-208)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1038)))))
+(((*1 *1 *1) (-4 *1 (-895 *2))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1186 (-1186 *4))) (-5 *2 (-1186 *4)) (-5 *1 (-1192 *4))
- (-4 *4 (-1080)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1291 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 (-1208))) (-4 *4 (-1132))
- (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4))))
- (-5 *1 (-54 *4 *5 *2))
- (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208))
- (-4 *5 (-13 (-1069 (-560)) (-466) (-660 (-560))))
- (-5 *2 (-2 (|:| -4382 *3) (|:| |nconst| *3))) (-5 *1 (-581 *5 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *5))))))
-(((*1 *1) (-5 *1 (-159)))
- ((*1 *2 *1) (-12 (-4 *1 (-1075 *2)) (-4 *2 (-23)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
+ (-12 (-5 *3 (-1121 (-866 (-391)))) (-5 *2 (-1121 (-866 (-229))))
+ (-5 *1 (-315)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-633 (-915 *3))) (-4 *3 (-911 *3)) (-4 *3 (-466))
- (-5 *1 (-1240 *3 *2)) (-4 *2 (-633 (-915 *3))) (-4 *2 (-911 *3))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-1163 *4 *2))
- (-4 *2 (-13 (-618 (-560) *4) (-10 -7 (-6 -4509) (-6 -4510))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-871)) (-4 *3 (-1248)) (-5 *1 (-1163 *3 *2))
- (-4 *2 (-13 (-618 (-560) *3) (-10 -7 (-6 -4509) (-6 -4510)))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080))
- (-5 *2
- (-2 (|:| -3135 (-793)) (|:| |curves| (-793))
- (|:| |polygons| (-793)) (|:| |constructs| (-793)))))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-27) (-435 *4))) (-4 *4 (-13 (-571) (-1069 (-560))))
- (-4 *7 (-1274 (-421 *6))) (-5 *1 (-567 *4 *5 *6 *7 *2))
- (-4 *2 (-355 *5 *6 *7)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-793)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-845)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
+ (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2))
+ (-4 *2 (-1292 *3))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
+ (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1275 *3))
+ (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1292 *5))))
((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
+ (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2))
+ (-4 *2 (-1292 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-897 (-948) (-948)))) (-5 *1 (-1002)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-1080))
- (-5 *2 (-975 *5)) (-5 *1 (-973 *4 *5)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-663 *7)) (-5 *3 (-560)) (-4 *7 (-979 *4 *5 *6))
- (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *1 (-464 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1274 *2)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-520)) (-5 *3 (-663 (-994))) (-5 *1 (-303)))))
-(((*1 *2 *1) (-12 (-5 *2 (-795)) (-5 *1 (-51)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080))
- (-5 *2 (-663 (-663 (-663 (-793))))))))
-(((*1 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1080))))
- ((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-808)))))
-(((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-1169))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-887))) (-5 *2 (-1304)) (-5 *1 (-1169)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-663 *6)) (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5))
- (-4 *3 (-571)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1190)) (-4 *1 (-378 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-13 (-571) (-149)))
+ (-5 *1 (-1186 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-432 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-51)))))
-(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-778)))))
+ (-12 (-4 *4 (-1081))
+ (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296)))
+ (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4))))
+ ((*1 *1 *1) (-4 *1 (-559)))
+ ((*1 *2 *1) (-12 (-5 *2 (-949)) (-5 *1 (-694 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-949)) (-5 *1 (-699 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-843 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-919 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1027 *3)) (-4 *3 (-1249)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1247 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-1034))
+ (-4 *2 (-1081)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1292 *3 *2))
- (-4 *2 (-1291 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-171 (-229))))
- (-5 *2 (-1066)) (-5 *1 (-776)))))
-(((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-663 (-1058 *5 *6 *7 *8))) (-5 *1 (-1058 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-663 (-1177 *5 *6 *7 *8))) (-5 *1 (-1177 *5 *6 *7 *8)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132))
- (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1275 (-560))) (-5 *1 (-500 *3)))))
(((*1 *2 *3 *4 *3 *3)
(-12 (-5 *3 (-305 *6)) (-5 *4 (-115)) (-4 *6 (-435 *5))
(-4 *5 (-13 (-571) (-633 (-549)))) (-5 *2 (-51))
@@ -8235,2272 +2997,840 @@
(-12 (-5 *4 (-115)) (-5 *5 (-305 *3)) (-5 *6 (-663 *3))
(-4 *3 (-435 *7)) (-4 *7 (-13 (-571) (-633 (-549)))) (-5 *2 (-51))
(-5 *1 (-329 *7 *3)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
- (-12 (-5 *4 (-560)) (-5 *5 (-1190)) (-5 *6 (-711 (-229)))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))))
- (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))
- (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))
- (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
- (-5 *2 (-1298 (-711 *4)))))
- ((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-1298 (-711 *4))) (-5 *1 (-431 *3 *4))
- (-4 *3 (-432 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1298 (-711 *3)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-1208))) (-4 *5 (-376))
- (-5 *2 (-1298 (-711 (-421 (-975 *5))))) (-5 *1 (-1117 *5))
- (-5 *4 (-711 (-421 (-975 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-1208))) (-4 *5 (-376))
- (-5 *2 (-1298 (-711 (-975 *5)))) (-5 *1 (-1117 *5))
- (-5 *4 (-711 (-975 *5)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-711 *4))) (-4 *4 (-376))
- (-5 *2 (-1298 (-711 *4))) (-5 *1 (-1117 *4)))))
-(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *2 (-1066)) (-5 *1 (-773)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1298 *4)) (-4 *4 (-13 (-1080) (-660 (-560))))
- (-5 *2 (-1298 (-560))) (-5 *1 (-1327 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-975 *4)) (-4 *4 (-1080)) (-4 *4 (-633 *2))
- (-5 *2 (-391)) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-975 *5)) (-5 *4 (-948)) (-4 *5 (-1080))
- (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571))
- (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-871))
- (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-871)) (-4 *5 (-633 *2)) (-5 *2 (-391))
- (-5 *1 (-807 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-1274 *4)) (-5 *1 (-553 *4 *2 *5 *6))
- (-4 *4 (-319)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-793))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-4 *5 (-341 *4)) (-4 *6 (-1274 *5))
- (-5 *2 (-663 *3)) (-5 *1 (-799 *4 *5 *6 *3 *7)) (-4 *3 (-1274 *6))
- (-14 *7 (-948)))))
-(((*1 *1) (-5 *1 (-592))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-310)) (-4 *2 (-1248))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-630 *1))) (-5 *3 (-663 *1)) (-4 *1 (-310))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-305 *1))) (-4 *1 (-310))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-305 *1)) (-4 *1 (-310)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-119 *4)) (-14 *4 *3)
- (-5 *3 (-560))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560))))
- ((*1 *2 *1 *3)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-895 *4)) (-14 *4 *3)
- (-5 *3 (-560))))
- ((*1 *2 *1 *3)
- (-12 (-14 *4 *3) (-5 *2 (-421 (-560))) (-5 *1 (-896 *4 *5))
- (-5 *3 (-560)) (-4 *5 (-894 *4))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-1043)) (-5 *2 (-421 (-560)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1099 *2 *3)) (-4 *2 (-13 (-870) (-376)))
- (-4 *3 (-1274 *2))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1277 *2 *3)) (-4 *3 (-814))
- (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -2539 (*2 (-1208))))
- (-4 *2 (-1080)))))
-(((*1 *2)
- (-12 (-5 *2 (-1298 (-1133 *3 *4))) (-5 *1 (-1133 *3 *4))
- (-14 *3 (-948)) (-14 *4 (-948)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-571)) (-4 *2 (-1080))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-1000 *3 *2)) (-4 *2 (-1274 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571))))
- ((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *1))))
- (-4 *1 (-1102 *4 *5 *6 *3)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4))))
- (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
- (|partial| -12 (-5 *4 (-663 *11)) (-5 *5 (-663 (-1202 *9)))
- (-5 *6 (-663 *9)) (-5 *7 (-663 *12)) (-5 *8 (-663 (-793)))
- (-4 *11 (-871)) (-4 *9 (-319)) (-4 *12 (-979 *9 *10 *11))
- (-4 *10 (-815)) (-5 *2 (-663 (-1202 *12)))
- (-5 *1 (-729 *10 *11 *9 *12)) (-5 *3 (-1202 *12)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1038))))
+ ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1038)))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-596)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-618 *2 *3)) (-4 *3 (-1248)) (-4 *2 (-1132))
- (-4 *2 (-871)))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-324))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-847)))))
-(((*1 *1 *1 *1) (-4 *1 (-783))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *2 (-391)) (-5 *1 (-208)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-1298 *5))) (-5 *4 (-560)) (-5 *2 (-1298 *5))
- (-5 *1 (-1061 *5)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1080)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-663 *4))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))))
-(((*1 *2)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-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 (-195)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1208)) (-5 *2 (-450)) (-5 *1 (-1212)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-5 *2 (-1298 *3)) (-5 *1 (-734 *3 *4))
- (-4 *4 (-1274 *3)))))
-(((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1190)) (-5 *3 (-846)) (-5 *1 (-845)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-987 (-187 (-141)))) (-5 *1 (-345))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-619)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2470 (-803 *3)) (|:| |coef1| (-803 *3))))
- (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-2 (|:| -2470 *1) (|:| |coef1| *1)))
- (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *2)
- (-12 (-4 *3 (-13 (-571) (-1069 (-560)))) (-5 *2 (-1304))
- (-5 *1 (-447 *3 *4)) (-4 *4 (-435 *3)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-773)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |cd| (-1190)) (|:| -3952 (-1190))))
- (-5 *1 (-845)))))
-(((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *2 (-663 *8)) (-5 *3 (-1 *8 *8 *8))
- (-5 *4 (-1 (-114) *8 *8)) (-4 *1 (-1243 *5 *6 *7 *8)) (-4 *5 (-571))
- (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-663 *1)) (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-229)))) (-5 *1 (-956)))))
+ (-12 (-5 *3 (-421 (-560))) (-5 *4 (-560)) (-5 *2 (-51))
+ (-5 *1 (-1037)))))
+(((*1 *2 *2 *3 *4 *5)
+ (-12 (-5 *2 (-663 *9)) (-5 *3 (-1 (-114) *9))
+ (-5 *4 (-1 (-114) *9 *9)) (-5 *5 (-1 *9 *9 *9))
+ (-4 *9 (-1097 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-817))
+ (-4 *8 (-872)) (-5 *1 (-1009 *6 *7 *8 *9)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-793)) (-4 *5 (-376)) (-5 *2 (-421 *6))
+ (-5 *1 (-892 *5 *4 *6)) (-4 *4 (-1292 *5)) (-4 *6 (-1275 *5))))
+ ((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-793)) (-5 *4 (-1289 *5 *6 *7)) (-4 *5 (-376))
+ (-14 *6 (-1209)) (-14 *7 *5) (-5 *2 (-421 (-1268 *6 *5)))
+ (-5 *1 (-893 *5 *6 *7))))
+ ((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-793)) (-5 *4 (-1289 *5 *6 *7)) (-4 *5 (-376))
+ (-14 *6 (-1209)) (-14 *7 *5) (-5 *2 (-421 (-1268 *6 *5)))
+ (-5 *1 (-893 *5 *6 *7)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-717 *3)) (-4 *3 (-1132))
- (-5 *2 (-663 (-2 (|:| -2660 *3) (|:| -3150 (-793))))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175))
- (-4 *5 (-1274 *4)) (-5 *2 (-711 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3))
- (-5 *2 (-711 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363))
- (-5 *2 (-663 (-2 (|:| |deg| (-793)) (|:| -2664 *3))))
- (-5 *1 (-220 *4 *3)) (-4 *3 (-1274 *4)))))
+ (-12 (-5 *2 (-1299 (-793))) (-5 *1 (-697 *3)) (-4 *3 (-1133)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1248)) (-5 *2 (-663 *1)) (-4 *1 (-1041 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-1196 *3 *4))) (-5 *1 (-1196 *3 *4))
- (-14 *3 (-948)) (-4 *4 (-1080)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-560))
- (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-571) (-1069 (-560)))) (-5 *1 (-191 *3 *2))
- (-4 *2 (-13 (-27) (-1234) (-435 (-171 *3))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3))))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571)))))
-(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481))))
- ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))))
-(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-391))))
- ((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-391)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-1210 (-421 (-560))))
- (-5 *1 (-193)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-933 *3)) (-4 *3 (-1132)) (-5 *2 (-1128 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1128 *3)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-195))))
+ (-12 (-4 *4 (-1133)) (-5 *2 (-914 *3 *4)) (-5 *1 (-911 *3 *4 *5))
+ (-4 *3 (-1133)) (-4 *5 (-688 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-313))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
+ (-12 (-5 *3 (-996 *4)) (-4 *4 (-1133)) (-5 *2 (-1129 *4))
+ (-5 *1 (-997 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5)
(-12 (-5 *3 (-229)) (-5 *4 (-560))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1066))
- (-5 *1 (-770)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-1166)) (-5 *3 (-303)) (-5 *1 (-170)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-335 *2 *4)) (-4 *4 (-133))
- (-4 *2 (-1132))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-374 *2)) (-4 *2 (-1132))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-399 *2)) (-4 *2 (-1132))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *2 (-1132)) (-5 *1 (-671 *2 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4))))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))
+ (-5 *2 (-1067)) (-5 *1 (-768)))))
+(((*1 *1) (-5 *1 (-159))))
+(((*1 *2 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1081))))
+ ((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *1) (-5 *1 (-1301))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4509)) (-4 *1 (-153 *2)) (-4 *2 (-1248))
- (-4 *2 (-1132)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-262 *2 *3 *4 *5)) (-4 *2 (-1080)) (-4 *3 (-871))
- (-4 *4 (-277 *3)) (-4 *5 (-815)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7))))
- (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-5 *2 (-114)))))
-(((*1 *2 *3) (-12 (-5 *3 (-663 (-948))) (-5 *2 (-793)) (-5 *1 (-604)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-319)) (-4 *6 (-385 *5)) (-4 *4 (-385 *5))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4))))
- (-5 *1 (-1155 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-123 *3)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (|has| *1 (-6 -4510)) (-4 *1 (-385 *3))
- (-4 *3 (-1248)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2076 *4)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *6))))
- (-5 *4 (-1057 (-864 (-560)))) (-5 *5 (-1208)) (-5 *7 (-421 (-560)))
- (-4 *6 (-1080)) (-5 *2 (-887)) (-5 *1 (-609 *6)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1208)) (-5 *2 (-1212)) (-5 *1 (-1211)))))
-(((*1 *2 *2 *3 *3 *4)
- (-12 (-5 *4 (-793)) (-4 *3 (-571)) (-5 *1 (-1000 *3 *2))
- (-4 *2 (-1274 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *1)) (-4 *1 (-1096 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1243 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1133))
+ (-5 *2 (-2 (|:| -3265 (-560)) (|:| |var| (-630 *1))))
+ (-4 *1 (-435 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1134 *3 *4)) (-14 *3 (-949))
+ (-14 *4 (-949)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-149))
+ (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1009 *3 *4 *5 *6)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-466))
- (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1008 *3 *4 *5 *6)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-159)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (|has| *1 (-6 -4510)) (-4 *1 (-1287 *3))
- (-4 *3 (-1248)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-421 (-560))) (-5 *1 (-315)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1202 *4)) (-5 *1 (-542 *4))
- (-4 *4 (-363)))))
+ (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-5 *2 (-114)) (-5 *1 (-313)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-549))))
- ((*1 *2 *3) (-12 (-5 *3 (-549)) (-5 *1 (-550 *2)) (-4 *2 (-1248)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-663 (-1298 *4))) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571))
- (-5 *2 (-663 (-1298 *3))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-931 (-560))) (-5 *4 (-560)) (-5 *2 (-711 *4))
- (-5 *1 (-1060 *5)) (-4 *5 (-1080))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1060 *4))
- (-4 *4 (-1080))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-931 (-560)))) (-5 *4 (-560))
- (-5 *2 (-663 (-711 *4))) (-5 *1 (-1060 *5)) (-4 *5 (-1080))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-663 (-560)))) (-5 *2 (-663 (-711 (-560))))
- (-5 *1 (-1060 *4)) (-4 *4 (-1080)))))
+ (-12 (-5 *3 (-711 (-326 (-229)))) (-5 *2 (-391)) (-5 *1 (-208)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-115)) (-5 *4 (-663 *2)) (-5 *1 (-116 *2))
- (-4 *2 (-1132))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 (-663 *4))) (-4 *4 (-1132))
- (-5 *1 (-116 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1132))
- (-5 *1 (-116 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-115)) (-5 *2 (-1 *4 (-663 *4)))
- (-5 *1 (-116 *4)) (-4 *4 (-1132))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-670 *3)) (-4 *3 (-1080))
- (-5 *1 (-736 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-856 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2))
- (-4 *2 (-435 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1208))))
- ((*1 *1 *1) (-4 *1 (-162))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *2
- (-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))))
- (-5 *1 (-208)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1283 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1260 *3))
- (-5 *2 (-421 (-560))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-562))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *1 (-103 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 (-975 *3))) (-4 *3 (-466)) (-5 *1 (-373 *3 *4))
- (-14 *4 (-663 (-1208)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-461 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 *7)) (-5 *3 (-1190)) (-4 *7 (-979 *4 *5 *6))
- (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *1 (-461 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-663 *7)) (-5 *3 (-1190)) (-4 *7 (-979 *4 *5 *6))
- (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *1 (-461 *4 *5 *6 *7))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871))
- (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-663 (-802 *3 (-888 *4)))) (-4 *3 (-466))
- (-14 *4 (-663 (-1208))) (-5 *1 (-647 *3 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-267)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-776)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-663 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-466) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-572 *6 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *1 *1) (-4 *1 (-507)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-4 *2 (-1132)) (-5 *1 (-702 *5 *6 *2)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-571)) (-5 *1 (-1000 *4 *2))
- (-4 *2 (-1274 *4)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871))
- (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-663 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1213)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-133))
- (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 *4))))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-523 *3 *4)) (-4 *3 (-102)) (-4 *4 (-874))
- (-5 *2 (-663 (-897 *4 *3)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| -1398 *3) (|:| -4002 *4))))
- (-5 *1 (-757 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-748))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1277 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814))
- (-5 *2 (-1186 (-2 (|:| |k| *4) (|:| |c| *3)))))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-381)) (-4 *2 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1226 *4 *5))
- (-4 *4 (-1132)) (-4 *5 (-1132)))))
+ (-12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-597 *3)) (-5 *1 (-442 *5 *3))
+ (-4 *3 (-13 (-1235) (-29 *5))))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3))))
- (-5 *2 (-663 (-1208))) (-5 *1 (-1106 *3 *4 *5))
- (-4 *5 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *1 *1) (-4 *1 (-507)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
+ (-12 (-5 *2 (-713 (-898 (-996 *3) (-996 *3)))) (-5 *1 (-996 *3))
+ (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))))
+(((*1 *1) (-5 *1 (-146))))
(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-602 *4))
- (-4 *4 (-363)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1080) (-871)))
- (-14 *3 (-663 (-1208))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1309)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-663 (-663 (-229)))) (-5 *4 (-229))
- (-5 *2 (-663 (-972 *4))) (-5 *1 (-1245)) (-5 *3 (-972 *4)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-376)) (-4 *3 (-1080))
- (-5 *1 (-1192 *3)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1043)) (-5 *2 (-887)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2)
- (-12 (-4 *1 (-363))
- (-5 *2 (-663 (-2 (|:| -3388 (-560)) (|:| -3881 (-560))))))))
-(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
- (-12 (-5 *3 (-1190)) (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560)))
- (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-779)))))
-(((*1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))))
-(((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-343 *3)) (-4 *3 (-871)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1274 *6))
- (-4 *6 (-13 (-376) (-149) (-1069 *4))) (-5 *4 (-560))
- (-5 *2
- (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-114))))
- (|:| -1837
- (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
- (|:| |beta| *3)))))
- (-5 *1 (-1046 *6 *3)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *1) (-5 *1 (-624))) ((*1 *1) (-5 *1 (-625))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871))))
- ((*1 *1) (-4 *1 (-1183))))
-(((*1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248)) (-4 *2 (-1132))))
- ((*1 *1 *1) (-12 (-4 *1 (-717 *2)) (-4 *2 (-1132)))))
+ (-12 (-4 *4 (-1081))
+ (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296)))
+ (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-949)) (-4 *5 (-1081))
+ (-4 *2 (-13 (-418) (-1070 *5) (-376) (-1235) (-296)))
+ (-5 *1 (-457 *5 *3 *2)) (-4 *3 (-1275 *5)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-421 *2)) (-4 *2 (-1274 *5))
- (-5 *1 (-829 *5 *2 *3 *6))
- (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-4 *3 (-680 *2)) (-4 *6 (-680 *4))))
+ (-12 (-5 *3 (-663 (-421 (-976 (-560)))))
+ (-5 *2 (-663 (-663 (-305 (-976 *4))))) (-5 *1 (-393 *4))
+ (-4 *4 (-13 (-871) (-376)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-421 *2))) (-4 *2 (-1274 *5))
- (-5 *1 (-829 *5 *2 *3 *6))
- (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560))))) (-4 *3 (-680 *2))
- (-4 *6 (-680 (-421 *2))))))
-(((*1 *1 *2 *3 *1)
- (-12 (-14 *4 (-663 (-1208))) (-4 *2 (-175))
- (-4 *3 (-245 (-2305 *4) (-793)))
- (-14 *6
- (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *3))
- (-2 (|:| -3998 *5) (|:| -3881 *3))))
- (-5 *1 (-475 *4 *2 *5 *3 *6 *7)) (-4 *5 (-871))
- (-4 *7 (-979 *2 *3 (-888 *4))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-376)) (-5 *1 (-923 *2 *4))
- (-4 *2 (-1274 *4)))))
-(((*1 *1) (-5 *1 (-159)))
- ((*1 *2 *1) (-12 (-4 *1 (-1075 *2)) (-4 *2 (-23)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-885)) (-5 *2 (-713 (-130))) (-5 *3 (-130)))))
-(((*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *1 (-1063 *2))
- (-4 *2 (-13 (-1132) (-10 -8 (-15 * ($ $ $))))))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *3 (-663 (-270)))
- (-5 *1 (-271))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-482))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-482)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-573 *2)) (-4 *2 (-559)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-427 *3 *4 *5 *6)) (-4 *6 (-1069 *4)) (-4 *3 (-319))
- (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4)) (-4 *6 (-424 *4 *5))
- (-14 *7 (-1298 *6)) (-5 *1 (-429 *3 *4 *5 *6 *7))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1298 *6)) (-4 *6 (-424 *4 *5)) (-4 *4 (-1022 *3))
- (-4 *5 (-1274 *4)) (-4 *3 (-319)) (-5 *1 (-429 *3 *4 *5 *6 *7))
- (-14 *7 *2))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $))
- (-15 -4429 ((-1156 *3 (-630 $)) $))
- (-15 -2539 ($ (-1156 *3 (-630 $))))))))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-421 *5)) (-4 *4 (-1253)) (-4 *5 (-1274 *4))
- (-5 *1 (-150 *4 *5 *2)) (-4 *2 (-1274 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1210 (-421 (-560)))) (-5 *2 (-421 (-560)))
- (-5 *1 (-193))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-711 (-326 (-229)))) (-5 *3 (-663 (-1208)))
- (-5 *4 (-1298 (-326 (-229)))) (-5 *1 (-208))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-305 *3))) (-4 *3 (-321 *3)) (-4 *3 (-1132))
- (-4 *3 (-1248)) (-5 *1 (-305 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-321 *2)) (-4 *2 (-1132)) (-4 *2 (-1248))
- (-5 *1 (-305 *2))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 *1)) (-4 *1 (-310))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1 *1 (-663 *1))) (-4 *1 (-310))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 (-1 *1 (-663 *1))))
- (-4 *1 (-310))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 (-1 *1 *1))) (-4 *1 (-310))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1 *1 *1)) (-4 *1 (-310))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1 *1 (-663 *1))) (-4 *1 (-310))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-663 (-1 *1 (-663 *1))))
- (-4 *1 (-310))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-663 (-1 *1 *1))) (-4 *1 (-310))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-305 *3))) (-4 *1 (-321 *3)) (-4 *3 (-1132))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-305 *3)) (-4 *1 (-321 *3)) (-4 *3 (-1132))))
+ (-12 (-5 *3 (-663 (-305 (-421 (-976 (-560))))))
+ (-5 *2 (-663 (-663 (-305 (-976 *4))))) (-5 *1 (-393 *4))
+ (-4 *4 (-13 (-871) (-376)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-560))) (-5 *4 (-1210 (-421 (-560))))
- (-5 *1 (-322 *2)) (-4 *2 (-38 (-421 (-560))))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 *1)) (-4 *1 (-387 *4 *5))
- (-4 *4 (-871)) (-4 *5 (-175))))
- ((*1 *1 *1 *2 *1)
- (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-871)) (-4 *3 (-175))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-793)) (-5 *4 (-1 *1 *1))
- (-4 *1 (-435 *5)) (-4 *5 (-1132)) (-4 *5 (-1080))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1208)) (-5 *3 (-793)) (-5 *4 (-1 *1 (-663 *1)))
- (-4 *1 (-435 *5)) (-4 *5 (-1132)) (-4 *5 (-1080))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-663 (-793)))
- (-5 *4 (-663 (-1 *1 (-663 *1)))) (-4 *1 (-435 *5)) (-4 *5 (-1132))
- (-4 *5 (-1080))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-663 (-793)))
- (-5 *4 (-663 (-1 *1 *1))) (-4 *1 (-435 *5)) (-4 *5 (-1132))
- (-4 *5 (-1080))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-663 (-115))) (-5 *3 (-663 *1)) (-5 *4 (-1208))
- (-4 *1 (-435 *5)) (-4 *5 (-1132)) (-4 *5 (-633 (-549)))))
- ((*1 *1 *1 *2 *1 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-1208)) (-4 *1 (-435 *4)) (-4 *4 (-1132))
- (-4 *4 (-633 (-549)))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-435 *2)) (-4 *2 (-1132)) (-4 *2 (-633 (-549)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-1208))) (-4 *1 (-435 *3)) (-4 *3 (-1132))
- (-4 *3 (-633 (-549)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1208)) (-4 *1 (-435 *3)) (-4 *3 (-1132))
- (-4 *3 (-633 (-549)))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-528 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1248))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 *5)) (-4 *1 (-528 *4 *5))
- (-4 *4 (-1132)) (-4 *5 (-1248))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-376)) (-5 *1 (-740 *3))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
- ((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-421 (-975 *4))) (-5 *3 (-1208)) (-4 *4 (-571))
- (-5 *1 (-1071 *4))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-663 (-1208))) (-5 *4 (-663 (-421 (-975 *5))))
- (-5 *2 (-421 (-975 *5))) (-4 *5 (-571)) (-5 *1 (-1071 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-305 (-421 (-975 *4)))) (-5 *2 (-421 (-975 *4)))
- (-4 *4 (-571)) (-5 *1 (-1071 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 (-305 (-421 (-975 *4))))) (-5 *2 (-421 (-975 *4)))
- (-4 *4 (-571)) (-5 *1 (-1071 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1277 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814))
- (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1186 *3)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-560) (-560))) (-5 *1 (-374 *3)) (-4 *3 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-793) (-793))) (-4 *1 (-399 *3)) (-4 *3 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
- (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-915 *4)) (-4 *4 (-1132)) (-4 *2 (-1132))
- (-5 *1 (-913 *4 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-677 *4)) (-4 *4 (-355 *5 *6 *7))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6)))
+ (-12 (-5 *3 (-421 (-976 (-560)))) (-5 *2 (-663 (-305 (-976 *4))))
+ (-5 *1 (-393 *4)) (-4 *4 (-13 (-871) (-376)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-305 (-421 (-976 (-560)))))
+ (-5 *2 (-663 (-305 (-976 *4)))) (-5 *1 (-393 *4))
+ (-4 *4 (-13 (-871) (-376)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1209))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-4 *4 (-13 (-29 *6) (-1235) (-990)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -4222 (-663 *4))))
+ (-5 *1 (-675 *6 *4 *3)) (-4 *3 (-680 *4))))
+ ((*1 *2 *3 *2 *4 *2 *5)
+ (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-663 *2))
+ (-4 *2 (-13 (-29 *6) (-1235) (-990)))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *1 (-675 *6 *2 *3)) (-4 *3 (-680 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4511))))
+ (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4511))))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4))))
- (-5 *1 (-828 *5 *6 *7 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1218)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-913 *4 *5)) (-5 *3 (-913 *4 *6)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-688 *5)) (-5 *1 (-910 *4 *5 *6)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *1 *1) (-4 *1 (-95))) ((*1 *1 *1 *1) (-5 *1 (-229)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *1 *1 *1) (-5 *1 (-391)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4509)) (-4 *1 (-503 *3)) (-4 *3 (-1248))
- (-4 *3 (-1132)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-931 *4)) (-4 *4 (-1132)) (-5 *2 (-114))
- (-5 *1 (-934 *4))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-948)) (-5 *2 (-114)) (-5 *1 (-1133 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1072)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1322 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-868)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-1022 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-144 *4 *5 *3))
- (-4 *3 (-385 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-1022 *4))
- (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
- (-5 *1 (-517 *4 *5 *6 *3)) (-4 *6 (-385 *4)) (-4 *3 (-385 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-711 *5)) (-4 *5 (-1022 *4)) (-4 *4 (-571))
- (-5 *2 (-2 (|:| |num| (-711 *4)) (|:| |den| *4)))
- (-5 *1 (-715 *4 *5))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4))))
+ (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-4 *6 (-1274 *5))
- (-5 *2 (-2 (|:| -1837 *7) (|:| |rh| (-663 (-421 *6)))))
- (-5 *1 (-829 *5 *6 *7 *3)) (-5 *4 (-663 (-421 *6)))
- (-4 *7 (-680 *6)) (-4 *3 (-680 (-421 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-1022 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1269 *4 *5 *3))
- (-4 *3 (-1274 *5)))))
-(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1037)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
+ (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4511))))
+ (-4 *7 (-13 (-385 *5) (-10 -7 (-6 -4511))))
(-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
- (|:| |success| (-114))))
- (-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4))
- (-5 *2 (-2 (|:| -1398 (-421 *5)) (|:| |poly| *3)))
- (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1274 (-421 *5))))))
-(((*1 *1 *1) (-4 *1 (-1175))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-376)) (-4 *2 (-870)) (-5 *1 (-974 *2 *3))
- (-4 *3 (-1274 *2)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-663 (-711 *4))) (-5 *2 (-711 *4)) (-4 *4 (-1080))
- (-5 *1 (-1061 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2)
- (-12
+ (-663
+ (-2 (|:| |particular| (-3 *7 "failed")) (|:| -4222 (-663 *7)))))
+ (-5 *1 (-689 *5 *6 *7 *3)) (-5 *4 (-663 *7))
+ (-4 *3 (-708 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 *5)) (-4 *5 (-376))
(-5 *2
- (-1298 (-663 (-2 (|:| -3929 (-935 *3)) (|:| -3998 (-1151))))))
- (-5 *1 (-365 *3 *4)) (-14 *3 (-948)) (-14 *4 (-948))))
- ((*1 *2)
- (-12 (-5 *2 (-1298 (-663 (-2 (|:| -3929 *3) (|:| -3998 (-1151))))))
- (-5 *1 (-366 *3 *4)) (-4 *3 (-363)) (-14 *4 (-3 (-1202 *3) *2))))
- ((*1 *2)
- (-12 (-5 *2 (-1298 (-663 (-2 (|:| -3929 *3) (|:| -3998 (-1151))))))
- (-5 *1 (-367 *3 *4)) (-4 *3 (-363)) (-14 *4 (-948)))))
-(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
- (-12 (-5 *3 (-948)) (-5 *4 (-229)) (-5 *5 (-560)) (-5 *6 (-898))
- (-5 *2 (-1304)) (-5 *1 (-1301)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-342)))))
-(((*1 *2 *1) (-12 (-5 *2 (-419 *3)) (-5 *1 (-943 *3)) (-4 *3 (-319)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1208))) (-4 *4 (-13 (-319) (-149)))
- (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815))
- (-5 *2 (-663 (-421 (-975 *4)))) (-5 *1 (-953 *4 *5 *6 *7))
- (-4 *7 (-979 *4 *6 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-5 *1 (-931 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-815))
- (-4 *3 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *5 (-571))
- (-5 *1 (-754 *4 *3 *5 *2)) (-4 *2 (-979 (-421 (-975 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1080)) (-4 *5 (-815))
- (-4 *3
- (-13 (-871)
- (-10 -8 (-15 -4417 ((-1208) $))
- (-15 -2129 ((-3 $ "failed") (-1208))))))
- (-5 *1 (-1015 *4 *5 *3 *2)) (-4 *2 (-979 (-975 *4) *5 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *6))
- (-4 *6
- (-13 (-871)
- (-10 -8 (-15 -4417 ((-1208) $))
- (-15 -2129 ((-3 $ "failed") (-1208))))))
- (-4 *4 (-1080)) (-4 *5 (-815)) (-5 *1 (-1015 *4 *5 *6 *2))
- (-4 *2 (-979 (-975 *4) *5 *6)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1202 *6)) (-5 *3 (-560)) (-4 *6 (-319)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-979 *6 *4 *5)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-793)) (-5 *5 (-663 *3)) (-4 *3 (-319)) (-4 *6 (-871))
- (-4 *7 (-815)) (-5 *2 (-114)) (-5 *1 (-644 *6 *7 *3 *8))
- (-4 *8 (-979 *3 *7 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-948)) (-4 *4 (-381)) (-4 *4 (-376)) (-5 *2 (-1202 *1))
- (-4 *1 (-341 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1202 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-383 *3 *2)) (-4 *3 (-175)) (-4 *3 (-376))
- (-4 *2 (-1274 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1298 *4)) (-4 *4 (-363)) (-5 *2 (-1202 *4))
- (-5 *1 (-542 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-376))
- (-5 *2 (-663 (-2 (|:| C (-711 *5)) (|:| |g| (-1298 *5)))))
- (-5 *1 (-1009 *5)) (-5 *3 (-711 *5)) (-5 *4 (-1298 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-769)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-815)) (-4 *4 (-871)) (-4 *6 (-319)) (-5 *2 (-419 *3))
- (-5 *1 (-764 *5 *4 *6 *3)) (-4 *3 (-979 *6 *5 *4)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -1868 (-663 *1))))
- (-4 *1 (-380 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-467 *3 *4 *5 *6))
- (|:| -1868 (-663 (-467 *3 *4 *5 *6)))))
- (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *1 *1) (-4 *1 (-1237))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *6)) (-4 *6 (-871)) (-4 *4 (-376)) (-4 *5 (-815))
+ (-2 (|:| |particular| (-3 (-1299 *5) "failed"))
+ (|:| -4222 (-663 (-1299 *5)))))
+ (-5 *1 (-690 *5)) (-5 *4 (-1299 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-663 *5))) (-4 *5 (-376))
(-5 *2
- (-2 (|:| |mval| (-711 *4)) (|:| |invmval| (-711 *4))
- (|:| |genIdeal| (-518 *4 *5 *6 *7))))
- (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-979 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-677 (-421 *2))) (-4 *2 (-1274 *4)) (-5 *1 (-832 *4 *2))
- (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-678 *2 (-421 *2))) (-4 *2 (-1274 *4))
- (-5 *1 (-832 *4 *2))
- (-4 *4 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560))))))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *1 *2 *3 *4)
- (-12 (-14 *5 (-663 (-1208))) (-4 *2 (-175))
- (-4 *4 (-245 (-2305 *5) (-793)))
- (-14 *6
- (-1 (-114) (-2 (|:| -3998 *3) (|:| -3881 *4))
- (-2 (|:| -3998 *3) (|:| -3881 *4))))
- (-5 *1 (-475 *5 *2 *3 *4 *6 *7)) (-4 *3 (-871))
- (-4 *7 (-979 *2 *4 (-888 *5))))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1298 *4)) (-5 *3 (-1151)) (-4 *4 (-363))
- (-5 *1 (-542 *4)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
- (-12 (-5 *6 (-663 (-114))) (-5 *7 (-711 (-229)))
- (-5 *8 (-711 (-560))) (-5 *3 (-560)) (-5 *4 (-229)) (-5 *5 (-114))
- (-5 *2 (-1066)) (-5 *1 (-776)))))
-(((*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-1202 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-115)) (-4 *4 (-1080)) (-5 *1 (-736 *4 *2))
- (-4 *2 (-670 *4))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-5 *1 (-856 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1202 *7)) (-4 *7 (-979 *6 *4 *5)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1080)) (-5 *2 (-1202 *6))
- (-5 *1 (-333 *4 *5 *6 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *1 *1) (-4 *1 (-1237))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-114) (-115) (-115))) (-5 *1 (-115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1190)) (-5 *1 (-808)))))
-(((*1 *2 *1) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-887)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-900))))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-900))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-560))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1190))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-520))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-606))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-492))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-139))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-158))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1198))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-645))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1127))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1122))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1104))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1001))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-183))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1067))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-324))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-693))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-156))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1184))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-539))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1310))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1097))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-531))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-703))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-96))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1147))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-135))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-619))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-140))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-1309))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-698))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-222))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168)) (-5 *2 (-538))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1213))))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1213))))
- ((*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-1213))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1213)))))
-(((*1 *1) (-5 *1 (-825))))
-(((*1 *1 *1 *1) (-4 *1 (-145)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559))))
- ((*1 *1 *1 *1) (-5 *1 (-887)))
+ (-2 (|:| |particular| (-3 (-1299 *5) "failed"))
+ (|:| -4222 (-663 (-1299 *5)))))
+ (-5 *1 (-690 *5)) (-5 *4 (-1299 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1078))
- (-5 *3 (-560)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1173 *4 *2)) (-14 *4 (-948))
- (-4 *2 (-13 (-1080) (-10 -7 (-6 (-4511 "*")))))
- (-5 *1 (-932 *4 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-421 *6)) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
+ (-12 (-5 *3 (-711 *5)) (-4 *5 (-376))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4))))
- (-5 *1 (-832 *5 *6))))
+ (-663
+ (-2 (|:| |particular| (-3 (-1299 *5) "failed"))
+ (|:| -4222 (-663 (-1299 *5))))))
+ (-5 *1 (-690 *5)) (-5 *4 (-663 (-1299 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-677 (-421 *6))) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-5 *2 (-2 (|:| -1868 (-663 (-421 *6))) (|:| -1469 (-711 *5))))
- (-5 *1 (-832 *5 *6)) (-5 *4 (-663 (-421 *6)))))
+ (-12 (-5 *3 (-663 (-663 *5))) (-4 *5 (-376))
+ (-5 *2
+ (-663
+ (-2 (|:| |particular| (-3 (-1299 *5) "failed"))
+ (|:| -4222 (-663 (-1299 *5))))))
+ (-5 *1 (-690 *5)) (-5 *4 (-663 (-1299 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-421 *6)) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-663 (-1209))) (-4 *5 (-571))
+ (-5 *2 (-663 (-663 (-305 (-421 (-976 *5)))))) (-5 *1 (-792 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-571))
+ (-5 *2 (-663 (-663 (-305 (-421 (-976 *4)))))) (-5 *1 (-792 *4))))
+ ((*1 *2 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-115)) (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *1 (-794 *5 *2)) (-4 *2 (-13 (-29 *5) (-1235) (-990)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-711 *7)) (-5 *5 (-1209))
+ (-4 *7 (-13 (-29 *6) (-1235) (-990)))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2
+ (-2 (|:| |particular| (-1299 *7)) (|:| -4222 (-663 (-1299 *7)))))
+ (-5 *1 (-826 *6 *7)) (-5 *4 (-1299 *7))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-711 *6)) (-5 *4 (-1209))
+ (-4 *6 (-13 (-29 *5) (-1235) (-990)))
+ (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2 (-663 (-1299 *6))) (-5 *1 (-826 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-663 (-305 *7))) (-5 *4 (-663 (-115)))
+ (-5 *5 (-1209)) (-4 *7 (-13 (-29 *6) (-1235) (-990)))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2
+ (-2 (|:| |particular| (-1299 *7)) (|:| -4222 (-663 (-1299 *7)))))
+ (-5 *1 (-826 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-663 *7)) (-5 *4 (-663 (-115)))
+ (-5 *5 (-1209)) (-4 *7 (-13 (-29 *6) (-1235) (-990)))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2
+ (-2 (|:| |particular| (-1299 *7)) (|:| -4222 (-663 (-1299 *7)))))
+ (-5 *1 (-826 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-305 *7)) (-5 *4 (-115)) (-5 *5 (-1209))
+ (-4 *7 (-13 (-29 *6) (-1235) (-990)))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2
+ (-3 (-2 (|:| |particular| *7) (|:| -4222 (-663 *7))) *7 "failed"))
+ (-5 *1 (-826 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-115)) (-5 *5 (-1209))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1868 (-663 *4))))
- (-5 *1 (-832 *5 *6))))
+ (-3 (-2 (|:| |particular| *3) (|:| -4222 (-663 *3))) *3 "failed"))
+ (-5 *1 (-826 *6 *3)) (-4 *3 (-13 (-29 *6) (-1235) (-990)))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-305 *2)) (-5 *4 (-115)) (-5 *5 (-663 *2))
+ (-4 *2 (-13 (-29 *6) (-1235) (-990))) (-5 *1 (-826 *6 *2))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))))
+ ((*1 *2 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-115)) (-5 *4 (-305 *2)) (-5 *5 (-663 *2))
+ (-4 *2 (-13 (-29 *6) (-1235) (-990)))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *1 (-826 *6 *2))))
+ ((*1 *2 *3) (-12 (-5 *3 (-832)) (-5 *2 (-1067)) (-5 *1 (-829))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-678 *6 (-421 *6))) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-5 *2 (-2 (|:| -1868 (-663 (-421 *6))) (|:| -1469 (-711 *5))))
- (-5 *1 (-832 *5 *6)) (-5 *4 (-663 (-421 *6))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-1235 *3))) (-5 *1 (-1235 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -3735 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-376)) (-4 *7 (-1274 *6))
- (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6)))
- (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
-(((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-286)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *1 *1) (-4 *1 (-1237))))
-(((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-369 *3)) (-4 *3 (-363)))))
-(((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-663
- (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8))
- (|:| |wcond| (-663 (-975 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *5))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *5))))))))))
- (-5 *4 (-1190)) (-4 *5 (-13 (-319) (-149))) (-4 *8 (-979 *5 *7 *6))
- (-4 *6 (-13 (-871) (-633 (-1208)))) (-4 *7 (-815)) (-5 *2 (-560))
- (-5 *1 (-953 *5 *6 *7 *8)))))
-(((*1 *1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-5 *1 (-342)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1069 (-560))) (-4 *3 (-571)) (-5 *1 (-32 *3 *2))
- (-4 *2 (-435 *3))))
- ((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-1202 *4)) (-5 *1 (-167 *3 *4))
- (-4 *3 (-168 *4))))
- ((*1 *1 *1) (-12 (-4 *1 (-1080)) (-4 *1 (-310))))
- ((*1 *2) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1202 *3))))
- ((*1 *2) (-12 (-4 *1 (-746 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1274 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1099 *3 *2)) (-4 *3 (-13 (-870) (-376)))
- (-4 *2 (-1274 *3)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-305 (-854 *3)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-854 *3)) (-5 *1 (-655 *5 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *5)))))
+ (-12 (-5 *3 (-832)) (-5 *4 (-1095)) (-5 *2 (-1067)) (-5 *1 (-829))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1299 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4))
+ (-5 *2 (-1067)) (-5 *1 (-829))))
+ ((*1 *2 *3 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1299 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4))
+ (-5 *2 (-1067)) (-5 *1 (-829))))
+ ((*1 *2 *3 *4 *4 *5 *6 *4)
+ (-12 (-5 *3 (-1299 (-326 *4))) (-5 *5 (-663 (-391)))
+ (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1067)) (-5 *1 (-829))))
+ ((*1 *2 *3 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1299 (-326 (-391)))) (-5 *4 (-391)) (-5 *5 (-663 *4))
+ (-5 *2 (-1067)) (-5 *1 (-829))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
+ (-12 (-5 *3 (-1299 (-326 *4))) (-5 *5 (-663 (-391)))
+ (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1067)) (-5 *1 (-829))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
+ (-12 (-5 *3 (-1299 (-326 *4))) (-5 *5 (-663 (-391)))
+ (-5 *6 (-326 (-391))) (-5 *4 (-391)) (-5 *2 (-1067)) (-5 *1 (-829))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12
+ (-5 *5
+ (-1
+ (-3 (-2 (|:| |particular| *6) (|:| -4222 (-663 *6))) "failed")
+ *7 *6))
+ (-4 *6 (-376)) (-4 *7 (-680 *6))
+ (-5 *2 (-2 (|:| |particular| (-1299 *6)) (|:| -4222 (-711 *6))))
+ (-5 *1 (-837 *6 *7)) (-5 *3 (-711 *6)) (-5 *4 (-1299 *6))))
+ ((*1 *2 *3) (-12 (-5 *3 (-926)) (-5 *2 (-1067)) (-5 *1 (-925))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 (-854 (-975 *5)))) (-4 *5 (-466))
- (-5 *2 (-854 (-421 (-975 *5)))) (-5 *1 (-656 *5))
- (-5 *3 (-421 (-975 *5)))))
+ (-12 (-5 *3 (-926)) (-5 *4 (-1095)) (-5 *2 (-1067)) (-5 *1 (-925))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
+ (-12 (-5 *4 (-793)) (-5 *6 (-663 (-663 (-326 *3)))) (-5 *7 (-1191))
+ (-5 *8 (-229)) (-5 *5 (-663 (-326 (-391)))) (-5 *3 (-391))
+ (-5 *2 (-1067)) (-5 *1 (-925))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *4 (-793)) (-5 *6 (-663 (-663 (-326 *3)))) (-5 *7 (-1191))
+ (-5 *5 (-663 (-326 (-391)))) (-5 *3 (-391)) (-5 *2 (-1067))
+ (-5 *1 (-925))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 (-421 (-975 *5)))) (-5 *3 (-421 (-975 *5)))
- (-4 *5 (-466)) (-5 *2 (-854 *3)) (-5 *1 (-656 *5)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *5) (-27) (-1234)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2 (-597 *3)) (-5 *1 (-580 *5 *3 *6)) (-4 *6 (-1132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *2 (-663 (-171 *4)))
- (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-870))))))
-(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-339 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1248))
- (-14 *4 (-560)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-115)) (-5 *4 (-793))
- (-4 *5 (-13 (-466) (-1069 (-560)))) (-4 *5 (-571))
- (-5 *1 (-41 *5 *2)) (-4 *2 (-435 *5))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *5 (-630 $)) $))
- (-15 -4429 ((-1156 *5 (-630 $)) $))
- (-15 -2539 ($ (-1156 *5 (-630 $))))))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *1 *1) (-4 *1 (-1237))))
-(((*1 *2 *1) (-12 (-5 *2 (-1002)) (-5 *1 (-931 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
- (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5))))
+ (-12 (-5 *3 (-976 (-421 (-560)))) (-5 *2 (-663 (-391)))
+ (-5 *1 (-1055)) (-5 *4 (-391))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-976 (-560))) (-5 *2 (-663 (-391))) (-5 *1 (-1055))
+ (-5 *4 (-391))))
((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
- (-4 *7 (-1022 *4)) (-4 *2 (-708 *7 *8 *9))
- (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-708 *4 *5 *6))
- (-4 *8 (-385 *7)) (-4 *9 (-385 *7))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
- (-4 *4 (-385 *2)) (-4 *2 (-319))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-319)) (-4 *3 (-175)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2))
- (-4 *2 (-708 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1084 *2 *3 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-245 *3 *4)) (-4 *6 (-245 *2 *4)) (-4 *4 (-319)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-115)))
- ((*1 *1 *1) (-5 *1 (-174))) ((*1 *1 *1) (-4 *1 (-559)))
- ((*1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-1080))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-326 (-229))))
- (-5 *2
- (-2 (|:| |additions| (-560)) (|:| |multiplications| (-560))
- (|:| |exponentiations| (-560)) (|:| |functionCalls| (-560))))
- (-5 *1 (-315)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-769)))))
-(((*1 *1)
- (-12 (-4 *1 (-418)) (-1372 (|has| *1 (-6 -4500)))
- (-1372 (|has| *1 (-6 -4492)))))
- ((*1 *2 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1132)) (-4 *2 (-871))))
- ((*1 *1) (-4 *1 (-866))) ((*1 *1 *1 *1) (-4 *1 (-874)))
- ((*1 *2 *1) (-12 (-4 *1 (-999 *2)) (-4 *2 (-871)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-114))
- (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 (-171 *4))))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448))))
+ (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-114))
- (-5 *1 (-1238 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-848)) (-5 *1 (-847)))))
-(((*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1218)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-711 *4))) (-4 *4 (-175))
- (-5 *2 (-1298 (-711 (-975 *4)))) (-5 *1 (-192 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)))) (-4 *3 (-571))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $))
- (-15 -4429 ((-1156 *3 (-630 $)) $))
- (-15 -2539 ($ (-1156 *3 (-630 $))))))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-343 *2)) (-4 *2 (-871))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *1 *1) (-4 *1 (-1237))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-1190)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *4 (-1096 *6 *7 *8)) (-5 *2 (-1304))
- (-5 *1 (-798 *6 *7 *8 *4 *5)) (-4 *5 (-1102 *6 *7 *8 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *1) (-5 *1 (-450))))
-(((*1 *2 *3) (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *2)) (-4 *2 (-175))))
- ((*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-431 *3 *2)) (-4 *3 (-432 *2))))
- ((*1 *2) (-12 (-4 *1 (-432 *2)) (-4 *2 (-175)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-323)) (-5 *1 (-308))))
+ (-12 (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1163 *4))
+ (-5 *3 (-326 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-323)) (-5 *1 (-308))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-323)) (-5 *1 (-308))))
+ (-12 (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1163 *4))
+ (-5 *3 (-305 (-326 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-1190))) (-5 *3 (-1190)) (-5 *2 (-323))
- (-5 *1 (-308)))))
-(((*1 *2 *2) (-12 (-5 *2 (-663 (-326 (-229)))) (-5 *1 (-278)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-808)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *4 (-175)) (-4 *5 (-385 *4))
- (-4 *6 (-385 *4)) (-5 *1 (-710 *4 *5 *6 *2))
- (-4 *2 (-708 *4 *5 *6)))))
-(((*1 *2 *3 *2)
- (|partial| -12 (-5 *3 (-948)) (-5 *1 (-456 *2))
- (-4 *2 (-1274 (-560)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-948)) (-5 *4 (-793)) (-5 *1 (-456 *2))
- (-4 *2 (-1274 (-560)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-948)) (-5 *4 (-663 (-793))) (-5 *1 (-456 *2))
- (-4 *2 (-1274 (-560)))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *3 (-948)) (-5 *4 (-663 (-793))) (-5 *5 (-793))
- (-5 *1 (-456 *2)) (-4 *2 (-1274 (-560)))))
- ((*1 *2 *3 *2 *4 *5 *6)
- (|partial| -12 (-5 *3 (-948)) (-5 *4 (-663 (-793))) (-5 *5 (-793))
- (-5 *6 (-114)) (-5 *1 (-456 *2)) (-4 *2 (-1274 (-560)))))
+ (-12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1163 *5))
+ (-5 *3 (-305 (-326 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-419 *2)) (-4 *2 (-1274 *5))
- (-5 *1 (-458 *5 *2)) (-4 *5 (-1080)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1208)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-560)) (|has| *1 (-6 -4500)) (-4 *1 (-418))
- (-5 *2 (-948)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-343 *2)) (-4 *2 (-871))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *1 *1) (-4 *1 (-1237))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1234))) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-4 *1 (-870)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1099 *4 *3)) (-4 *4 (-13 (-870) (-376)))
- (-4 *3 (-1274 *4)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-1202 (-975 *4))) (-5 *1 (-431 *3 *4))
- (-4 *3 (-432 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-4 *3 (-376))
- (-5 *2 (-1202 (-975 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-1202 (-421 (-975 *3)))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1248))
- (-4 *4 (-385 *2)) (-4 *5 (-385 *2))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "right") (|has| *1 (-6 -4510)) (-4 *1 (-121 *3))
- (-4 *3 (-1248))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "left") (|has| *1 (-6 -4510)) (-4 *1 (-121 *3))
- (-4 *3 (-1248))))
- ((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-300 *3 *2)) (-4 *3 (-1132))
- (-4 *2 (-1248))))
- ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1208)) (-5 *1 (-651))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-1265 (-560))) (|has| *1 (-6 -4510)) (-4 *1 (-673 *2))
- (-4 *2 (-1248))))
- ((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-663 (-560))) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "value") (|has| *1 (-6 -4510)) (-4 *1 (-1041 *2))
- (-4 *2 (-1248))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-1225 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "last") (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2))
- (-4 *2 (-1248))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "rest") (|has| *1 (-6 -4510)) (-4 *1 (-1287 *3))
- (-4 *3 (-1248))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "first") (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2))
- (-4 *2 (-1248)))))
+ (-12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2 (-663 (-305 (-326 *5)))) (-5 *1 (-1163 *5))
+ (-5 *3 (-326 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-1209)))
+ (-4 *5 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *2 (-663 (-663 (-305 (-326 *5))))) (-5 *1 (-1163 *5))
+ (-5 *3 (-663 (-305 (-326 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-421 (-976 *5)))) (-5 *4 (-663 (-1209)))
+ (-4 *5 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *5))))))
+ (-5 *1 (-1218 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-1209))) (-4 *5 (-571))
+ (-5 *2 (-663 (-663 (-305 (-421 (-976 *5)))))) (-5 *1 (-1218 *5))
+ (-5 *3 (-663 (-305 (-421 (-976 *5)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-421 (-976 *4)))) (-4 *4 (-571))
+ (-5 *2 (-663 (-663 (-305 (-421 (-976 *4)))))) (-5 *1 (-1218 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-663 (-663 (-305 (-421 (-976 *4))))))
+ (-5 *1 (-1218 *4)) (-5 *3 (-663 (-305 (-421 (-976 *4)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-4 *5 (-571))
+ (-5 *2 (-663 (-305 (-421 (-976 *5))))) (-5 *1 (-1218 *5))
+ (-5 *3 (-421 (-976 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-4 *5 (-571))
+ (-5 *2 (-663 (-305 (-421 (-976 *5))))) (-5 *1 (-1218 *5))
+ (-5 *3 (-305 (-421 (-976 *5))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-663 (-305 (-421 (-976 *4)))))
+ (-5 *1 (-1218 *4)) (-5 *3 (-421 (-976 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-663 (-305 (-421 (-976 *4)))))
+ (-5 *1 (-1218 *4)) (-5 *3 (-305 (-421 (-976 *4)))))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-887))))
+ ((*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-887)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-451)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))))
(((*1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-4 *1 (-242 *3))))
- ((*1 *1) (-12 (-4 *1 (-242 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
- (-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
- (|:| |success| (-114))))
- (-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1080))))
- ((*1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1080)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1132)) (-5 *1 (-103 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033) (-1234)))))
- ((*1 *1 *1) (-4 *1 (-649))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
+ (-12 (-4 *2 (-13 (-435 *3) (-1034))) (-5 *1 (-287 *3 *2))
+ (-4 *3 (-571)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-376))
- (-5 *1 (-535 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2))
- (|has| *2 (-6 (-4511 "*"))) (-4 *2 (-1080))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-175))
- (-5 *1 (-710 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
- (-4 *5 (-245 *3 *2)) (|has| *2 (-6 (-4511 "*"))) (-4 *2 (-1080)))))
-(((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1190)) (-5 *1 (-732)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-51))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
+ (-12 (-5 *3 (-793)) (-5 *2 (-1 (-1187 (-976 *4)) (-1187 (-976 *4))))
+ (-5 *1 (-1308 *4)) (-4 *4 (-376)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-841 *4)) (-4 *4 (-871)) (-5 *2 (-114))
- (-5 *1 (-694 *4)))))
-(((*1 *1 *1) (-4 *1 (-559))))
-(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1190)))))
-(((*1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-663 *5)) (-5 *4 (-560)) (-4 *5 (-870)) (-4 *5 (-376))
- (-5 *2 (-793)) (-5 *1 (-974 *5 *6)) (-4 *6 (-1274 *5)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-761 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-972 *4))) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1274 *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 (-733 *2 *3 *4 *5 *6)) (-4 *2 (-175))
- (-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 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175))
- (-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 *2 (-319)) (-4 *3 (-1022 *2)) (-4 *4 (-1274 *3))
- (-5 *1 (-427 *2 *3 *4 *5)) (-4 *5 (-13 (-424 *3 *4) (-1069 *3))))))
+ (|partial| -12 (-4 *2 (-1133)) (-5 *1 (-1227 *3 *2)) (-4 *3 (-1133)))))
+(((*1 *1)
+ (-12 (-4 *1 (-418)) (-2912 (|has| *1 (-6 -4501)))
+ (-2912 (|has| *1 (-6 -4493)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1133)) (-4 *2 (-872))))
+ ((*1 *1) (-4 *1 (-868))) ((*1 *1 *1 *1) (-4 *1 (-875)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1000 *2)) (-4 *2 (-872)))))
+(((*1 *1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175))))
+ ((*1 *1 *1 *1) (-4 *1 (-487)))
+ ((*1 *1 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175))))
+ ((*1 *2 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-909))))
+ ((*1 *1 *1) (-5 *1 (-1003)))
+ ((*1 *1 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-38 (-421 (-560))))
+ (-4 *2 (-175)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
+(((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))))
+(((*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-316 *3)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1069 (-560)) (-660 (-560)) (-466)))
- (-5 *2 (-864 *4)) (-5 *1 (-325 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1234) (-435 *3))) (-14 *5 (-1208))
- (-14 *6 *4)))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1069 (-560)) (-660 (-560)) (-466)))
- (-5 *2 (-864 *4)) (-5 *1 (-1285 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1234) (-435 *3))) (-14 *5 (-1208))
- (-14 *6 *4))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-177 *3)) (-4 *3 (-319))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-696 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-762 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-871))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *1 (-1011 *3)) (-4 *3 (-1080))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1102 *4 *5 *6 *7))
- (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6))))
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 *1))
- (-4 *1 (-1102 *4 *5 *6 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-663 (-803 *3))) (-5 *1 (-803 *3)) (-4 *3 (-571))
- (-4 *3 (-1080)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2))
- (-4 *2 (-1291 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1274 *3))
- (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1291 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2))
- (-4 *2 (-1291 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-13 (-571) (-149)))
- (-5 *1 (-1185 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-114))) ((*1 *1 *1 *1) (-4 *1 (-125))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-5 *2 (-663 (-663 (-560))))
- (-5 *1 (-953 *4 *5 *6 *7)) (-5 *3 (-560)) (-4 *7 (-979 *4 *6 *5)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4509)) (-4 *1 (-503 *4))
- (-4 *4 (-1248)) (-5 *2 (-114)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1175)) (-5 *3 (-146)) (-5 *2 (-114)))))
-(((*1 *1)
- (-12 (-4 *3 (-1132)) (-5 *1 (-910 *2 *3 *4)) (-4 *2 (-1132))
- (-4 *4 (-688 *3))))
- ((*1 *1) (-12 (-5 *1 (-913 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-887))) ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-419 *5)) (-4 *5 (-571))
- (-5 *2
- (-2 (|:| -3881 (-793)) (|:| -1398 *5) (|:| |radicand| (-663 *5))))
- (-5 *1 (-332 *5)) (-5 *4 (-793))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1033)) (-5 *2 (-560)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-369 *3)) (-4 *3 (-363)))))
+ (-12 (-4 *1 (-1244 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-663 (-421 *7)))
+ (-4 *7 (-1275 *6)) (-5 *3 (-421 *7)) (-4 *6 (-376))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-588 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-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| (-1186 (-229)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2132
- (-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 (-574)))))
-(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
- (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560))
- (-5 *2 (-1066)) (-5 *1 (-778)))))
+ (|partial| -12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-808)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1197 3 *3)) (-4 *3 (-1081)) (-4 *1 (-1166 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1166 *2)) (-4 *2 (-1081)))))
+(((*1 *1 *1 *1) (-4 *1 (-487))) ((*1 *1 *1 *1) (-4 *1 (-783))))
+(((*1 *1 *1) (-12 (-5 *1 (-944 *2)) (-4 *2 (-319)))))
+(((*1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1304)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-721)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-973 (-229))) (-5 *2 (-1305)) (-5 *1 (-482)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1171 *4 *5)) (-4 *4 (-13 (-1132) (-34)))
- (-4 *5 (-13 (-1132) (-34))) (-5 *2 (-114)) (-5 *1 (-1172 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-560)) (-4 *2 (-435 *3)) (-5 *1 (-32 *3 *2))
- (-4 *3 (-1069 *4)) (-4 *3 (-571)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-972 *4)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1181 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033) (-1234)))))
- ((*1 *1 *1) (-4 *1 (-649))))
-(((*1 *2 *2 *2 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-630 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1208)))
- (-4 *2 (-13 (-435 *5) (-27) (-1234)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *1 (-580 *5 *2 *6)) (-4 *6 (-1132)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1135 *2 *3 *4 *5 *6)) (-4 *2 (-1132)) (-4 *3 (-1132))
- (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1066))
- (-5 *1 (-768)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4)))
- (-5 *2 (-2 (|:| |num| (-1298 *4)) (|:| |den| *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 (-864 *3))) (-4 *3 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560))))
+ (-12 (-5 *3 (-1209))
+ (-5 *2 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *1 (-1212)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *5 (-630 *4)) (-5 *6 (-1209))
+ (-4 *4 (-13 (-435 *7) (-27) (-1235)))
+ (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
(-5 *2
- (-3 (-864 *3)
- (-2 (|:| |leftHandLimit| (-3 (-864 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-864 *3) "failed")))
- "failed"))
- (-5 *1 (-655 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-305 *3)) (-5 *5 (-1190))
- (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-864 *3)) (-5 *1 (-655 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 (-864 (-975 *5)))) (-4 *5 (-466))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4))))
+ (-5 *1 (-580 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1133)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-305 *3))) (-5 *1 (-305 *3)) (-4 *3 (-571))
+ (-4 *3 (-1249)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-51)) (-5 *1 (-916 *4))
+ (-4 *4 (-1133)))))
+(((*1 *2 *3 *2 *4 *5)
+ (-12 (-5 *2 (-663 *3)) (-5 *5 (-949)) (-4 *3 (-1275 *4))
+ (-4 *4 (-319)) (-5 *1 (-474 *4 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-916 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-916 *4)) (-4 *4 (-1133)) (-5 *1 (-917 *4 *3))
+ (-4 *3 (-1249)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-114)) (-5 *5 (-1129 (-793))) (-5 *6 (-793))
(-5 *2
- (-3 (-864 (-421 (-975 *5)))
- (-2 (|:| |leftHandLimit| (-3 (-864 (-421 (-975 *5))) "failed"))
- (|:| |rightHandLimit| (-3 (-864 (-421 (-975 *5))) "failed")))
- "failed"))
- (-5 *1 (-656 *5)) (-5 *3 (-421 (-975 *5)))))
+ (-2 (|:| |contp| (-560))
+ (|:| -1609 (-663 (-2 (|:| |irr| *3) (|:| -3225 (-560)))))))
+ (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-442 *4 *2)) (-4 *2 (-13 (-1235) (-29 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 (-421 (-975 *5)))) (-5 *3 (-421 (-975 *5)))
- (-4 *5 (-466))
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209)) (-4 *5 (-149))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-326 *5))
+ (-5 *1 (-603 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304))))
+ ((*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-419 (-1203 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1203 *1))
+ (-4 *4 (-466)) (-4 *4 (-571)) (-4 *4 (-1133))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-940)) (-5 *2 (-419 (-1203 *1))) (-5 *3 (-1203 *1)))))
+(((*1 *2 *3 *4 *5 *3 *6 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-171 (-229))) (-5 *6 (-1191))
+ (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-793)) (-4 *5 (-363)) (-4 *6 (-1275 *5))
(-5 *2
- (-3 (-864 *3)
- (-2 (|:| |leftHandLimit| (-3 (-864 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-864 *3) "failed")))
- "failed"))
- (-5 *1 (-656 *5))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-305 (-421 (-975 *6)))) (-5 *5 (-1190))
- (-5 *3 (-421 (-975 *6))) (-4 *6 (-466)) (-5 *2 (-864 *3))
- (-5 *1 (-656 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1072)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-376))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *1) (-5 *1 (-229))) ((*1 *1) (-5 *1 (-391))))
-(((*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2470 *3)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
+ (-663
+ (-2 (|:| -4222 (-711 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-711 *6)))))
+ (-5 *1 (-512 *5 *6 *7))
+ (-5 *3
+ (-2 (|:| -4222 (-711 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-711 *6))))
+ (-4 *7 (-1275 *6)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-903 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-905 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-5 *1 (-908 *2)) (-4 *2 (-1249)))))
(((*1 *2 *2 *3)
- (|partial| -12
- (-5 *3 (-663 (-2 (|:| |func| *2) (|:| |pole| (-114)))))
- (-4 *2 (-13 (-435 *4) (-1033))) (-4 *4 (-571))
- (-5 *1 (-287 *4 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1248)) (-5 *2 (-663 *1)) (-4 *1 (-1041 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-680 *3)) (-4 *3 (-1080)) (-4 *3 (-376))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-793)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376))
- (-5 *1 (-682 *5 *2)) (-4 *2 (-680 *5)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-1248)) (-5 *1 (-185 *3 *2))
- (-4 *2 (-696 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-114))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))))
- (-5 *2 (-1066)) (-5 *1 (-771))))
- ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))))
- (-5 *8 (-402)) (-5 *2 (-1066)) (-5 *1 (-771)))))
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))))
(((*1 *2)
(-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
(-4 *3 (-380 *4))))
((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-114) (-115) (-115))) (-5 *1 (-115)))))
-(((*1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560))))
- ((*1 *1 *1) (-5 *1 (-1151))))
-(((*1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 (-171 (-421 (-560)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 (-793) *2)) (-5 *4 (-793)) (-4 *2 (-1133))
+ (-5 *1 (-700 *2))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1 *3 (-793) *3)) (-4 *3 (-1133)) (-5 *1 (-704 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3128 *3)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1319 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-1081)) (-4 *4 (-175))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081))
+ (-4 *3 (-175)))))
+(((*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-391)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *2)
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *4 (-229))
(-5 *2
- (-663
- (-2 (|:| |outval| (-171 *4)) (|:| |outmult| (-560))
- (|:| |outvect| (-663 (-711 (-171 *4)))))))
- (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-870))))))
-(((*1 *2 *3 *4 *4 *5 *3 *6)
- (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3)) (-5 *6 (-1202 *3))
- (-4 *3 (-13 (-435 *7) (-27) (-1234)))
- (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-575 *7 *3 *8)) (-4 *8 (-1132))))
- ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
- (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3))
- (-5 *6 (-421 (-1202 *3))) (-4 *3 (-13 (-435 *7) (-27) (-1234)))
- (-4 *7 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-575 *7 *3 *8)) (-4 *8 (-1132)))))
-(((*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559)))))
-(((*1 *2 *3)
- (-12 (|has| *2 (-6 (-4511 "*"))) (-4 *5 (-385 *2)) (-4 *6 (-385 *2))
- (-4 *2 (-1080)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1274 *2))
- (-4 *4 (-708 *2 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1002)) (-5 *1 (-1324)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-178))) (-5 *1 (-1116)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1132)) (-5 *1 (-993 *3 *2)) (-4 *3 (-1132)))))
+ (-2 (|:| |brans| (-663 (-663 (-973 *4))))
+ (|:| |xValues| (-1121 *4)) (|:| |yValues| (-1121 *4))))
+ (-5 *1 (-155)) (-5 *3 (-663 (-663 (-973 *4)))))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1248))
- (-5 *2 (-114)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560))))
- ((*1 *1 *1 *1) (-5 *1 (-1151))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $))
- (-15 -4429 ((-1156 *3 (-630 $)) $))
- (-15 -2539 ($ (-1156 *3 (-630 $)))))))))
+ (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4510)) (-4 *1 (-503 *4))
+ (-4 *4 (-1249)) (-5 *2 (-114)))))
+(((*1 *1 *1) (-5 *1 (-229)))
+ ((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $))
- (-15 -4429 ((-1156 *3 (-630 $)) $))
- (-15 -2539 ($ (-1156 *3 (-630 $)))))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *2))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *4 (-630 $)) $))
- (-15 -4429 ((-1156 *4 (-630 $)) $))
- (-15 -2539 ($ (-1156 *4 (-630 $)))))))
- (-4 *4 (-571)) (-5 *1 (-41 *4 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 (-630 *2)))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *4 (-630 $)) $))
- (-15 -4429 ((-1156 *4 (-630 $)) $))
- (-15 -2539 ($ (-1156 *4 (-630 $)))))))
- (-4 *4 (-571)) (-5 *1 (-41 *4 *2)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1283 *3 *2)) (-4 *3 (-1080))
- (-4 *2 (-1260 *3)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34))))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-520))) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-900))) (-5 *1 (-497)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-114)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-663 (-1202 *7))) (-5 *3 (-1202 *7))
- (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-939)) (-4 *5 (-815))
- (-4 *6 (-871)) (-5 *1 (-936 *4 *5 *6 *7))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-663 (-1202 *5))) (-5 *3 (-1202 *5))
- (-4 *5 (-1274 *4)) (-4 *4 (-939)) (-5 *1 (-937 *4 *5)))))
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1) (-4 *1 (-1171))) ((*1 *1 *1 *1) (-4 *1 (-1171))))
+(((*1 *1) (-5 *1 (-132))))
+(((*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-793)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-1304))
- (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))))
-(((*1 *1) (-5 *1 (-450))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-844)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-568)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-342))))
- ((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-342)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-514 *2)) (-14 *2 (-560))))
- ((*1 *1 *1 *1) (-5 *1 (-1151))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1132)) (-5 *2 (-913 *3 *4)) (-5 *1 (-910 *3 *4 *5))
- (-4 *3 (-1132)) (-4 *5 (-688 *4))))
+ (-12 (-5 *3 (-1203 (-560))) (-5 *2 (-560)) (-5 *1 (-972)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-899))
+ (-5 *5 (-949)) (-5 *6 (-663 (-270))) (-5 *2 (-482)) (-5 *1 (-1301))))
((*1 *2 *3)
- (-12 (-5 *3 (-995 *4)) (-4 *4 (-1132)) (-5 *2 (-1128 *4))
- (-5 *1 (-996 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-381)) (-5 *2 (-948))))
+ (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *2 (-482))
+ (-5 *1 (-1301))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-663 (-270)))
+ (-5 *2 (-482)) (-5 *1 (-1301)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-663 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)) (-4 *2 (-559))))
+ ((*1 *1 *1) (-4 *1 (-1092))))
+(((*1 *2 *1) (-12 (-4 *1 (-263 *3)) (-4 *3 (-1249)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-793))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 *4)) (-4 *4 (-363)) (-5 *2 (-948))
- (-5 *1 (-542 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-391)))))
-(((*1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1211)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-1298 (-560))) (-5 *3 (-560)) (-5 *1 (-1141))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-1298 (-560))) (-5 *3 (-663 (-560))) (-5 *4 (-560))
- (-5 *1 (-1141)))))
+ (-12 (-4 *4 (-1081))
+ (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296)))
+ (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-630 *3)) (-4 *3 (-1133))))
+ ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-888)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
+ (-5 *2
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
+ (|:| |success| (-114))))
+ (-5 *1 (-811)) (-5 *5 (-560)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-287 *4 *3))
- (-4 *3 (-13 (-435 *4) (-1033))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-4 *3 (-1132))
- (-5 *2 (-114)))))
-(((*1 *1 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *2 (-114)) (-5 *1 (-494)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1116)))))
+ (-12 (-5 *3 (-1191))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-114))
+ (-5 *1 (-228 *4 *5)) (-4 *5 (-13 (-1235) (-29 *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363))
- (-4 *2
- (-13 (-416)
- (-10 -7 (-15 -2539 (*2 *4)) (-15 -2608 ((-948) *2))
- (-15 -1868 ((-1298 *2) (-948))) (-15 -2513 (*2 *2)))))
- (-5 *1 (-370 *2 *4)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-846)) (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1250 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-975 *6))) (-5 *4 (-663 (-1208)))
- (-4 *6 (-13 (-571) (-1069 *5))) (-4 *5 (-571))
- (-5 *2 (-663 (-663 (-305 (-421 (-975 *6)))))) (-5 *1 (-1070 *5 *6)))))
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1133)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-706 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-466))
- (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1008 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 (-663 *7) *7 (-1202 *7))) (-5 *5 (-1 (-419 *7) *7))
- (-4 *7 (-1274 *6)) (-4 *6 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-5 *2 (-663 (-2 (|:| |frac| (-421 *7)) (|:| -1837 *3))))
- (-5 *1 (-831 *6 *7 *3 *8)) (-4 *3 (-680 *7))
- (-4 *8 (-680 (-421 *7)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560)) (-1069 (-421 (-560)))))
- (-5 *2
- (-663 (-2 (|:| |frac| (-421 *6)) (|:| -1837 (-678 *6 (-421 *6))))))
- (-5 *1 (-834 *5 *6)) (-5 *3 (-678 *6 (-421 *6))))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-793)) (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *5))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1297 *3)) (-4 *3 (-23)) (-4 *3 (-1248)))))
-(((*1 *2 *3) (-12 (-5 *3 (-863)) (-5 *2 (-1066)) (-5 *1 (-862))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-326 (-391)))) (-5 *4 (-663 (-391)))
- (-5 *2 (-1066)) (-5 *1 (-862)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-948)) (-4 *5 (-571)) (-5 *2 (-711 *5))
- (-5 *1 (-986 *5 *3)) (-4 *3 (-680 *5)))))
-(((*1 *2)
- (-12 (-4 *3 (-1080)) (-5 *2 (-987 (-734 *3 *4))) (-5 *1 (-734 *3 *4))
- (-4 *4 (-1274 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -1920 *4))))
- (-4 *3 (-1132)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-671 *3 *4 *5)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1190)) (-5 *1 (-1230)))))
-(((*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-105)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3))) (-5 *1 (-572 *5 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *5))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |preimage| (-663 *3)) (|:| |image| (-663 *3))))
- (-5 *1 (-931 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-974 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+ (-12 (-4 *1 (-338 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081))
+ (-4 *2 (-466))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-1275 (-560))) (-5 *2 (-663 (-560)))
+ (-5 *1 (-500 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-466))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)) (-4 *3 (-466)))))
+(((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1209)) (-5 *1 (-697 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
(((*1 *1) (-5 *1 (-623))))
-(((*1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *3 *3 *4 *5 *6)
- (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229)))
- (-5 *5 (-1120 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1164 (-229)))
- (-5 *1 (-719)))))
-(((*1 *2)
- (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304))
- (-5 *1 (-1103 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-1304))
- (-5 *1 (-1139 *3 *4 *5 *6 *7)) (-4 *7 (-1102 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-669 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1141)) (-5 *3 (-560)))))
-(((*1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
- (-14 *6 (-663 (-1208))) (-5 *2 (-663 (-1077 *5 *6)))
- (-5 *1 (-647 *5 *6)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3))
- (-4 *3 (-1132)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1208)) (-5 *1 (-630 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1248)) (-5 *1 (-897 *3 *2)) (-4 *3 (-1248))))
- ((*1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 (-663 (-663 *4)))) (-5 *3 (-663 *4)) (-4 *4 (-871))
- (-5 *1 (-1219 *4)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
+ (-12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-2 (|:| |func| *3) (|:| |kers| (-663 (-630 *3)))
+ (|:| |vals| (-663 *3))))
+ (-5 *1 (-288 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5))))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-5 *2 (-1298 *3)) (-5 *1 (-734 *3 *4))
- (-4 *4 (-1274 *3)))))
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081))
+ (-5 *2 (-663 (-663 (-663 (-973 *3))))))))
+(((*1 *1 *1 *1) (-4 *1 (-684))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-466)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
+ (-12 (-5 *4 (-560)) (-5 *5 (-1191)) (-5 *6 (-711 (-229)))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))))
+ (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))
+ (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-482)) (-5 *4 (-949)) (-5 *2 (-1305)) (-5 *1 (-1302)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-972 (-229))) (-5 *2 (-1304)) (-5 *1 (-482)))))
-(((*1 *1) (-5 *1 (-1304))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1069 (-560)) (-660 (-560)) (-466)))
- (-5 *2
- (-2
- (|:| |%term|
- (-2 (|:| |%coef| (-1279 *4 *5 *6))
- (|:| |%expon| (-331 *4 *5 *6))
- (|:| |%expTerms|
- (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| *4))))))
- (|:| |%type| (-1190))))
- (-5 *1 (-1285 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1234) (-435 *3)))
- (-14 *5 (-1208)) (-14 *6 *4))))
-(((*1 *2 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |partsol| (-1298 (-421 (-975 *4))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *4)))))))
- (-5 *3 (-663 *7)) (-4 *4 (-13 (-319) (-149)))
- (-4 *7 (-979 *4 *6 *5)) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-5 *1 (-953 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-793))
- (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-979 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-948)) (-5 *1 (-1002)))))
+ (-12 (-5 *3 (-793)) (-4 *1 (-1275 *4)) (-4 *4 (-1081))
+ (-5 *2 (-1299 *4)))))
(((*1 *2 *1)
- (-12 (|has| *1 (-6 -4509)) (-4 *1 (-503 *3)) (-4 *3 (-1248))
- (-5 *2 (-663 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-758 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-453))) (-5 *1 (-889)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-948))) (-5 *2 (-1210 (-421 (-560))))
- (-5 *1 (-193)))))
-(((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-721)) (-5 *1 (-315)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-559)) (-5 *1 (-161 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-560)) (-4 *5 (-363)) (-5 *2 (-419 (-1202 (-1202 *5))))
- (-5 *1 (-1247 *5)) (-5 *3 (-1202 (-1202 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-319)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
- (-5 *1 (-1155 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-1 (-114) *8))) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8))))
- (-5 *1 (-1008 *5 *6 *7 *8)) (-5 *4 (-663 *8)))))
-(((*1 *2)
- (-12 (-5 *2 (-711 (-935 *3))) (-5 *1 (-365 *3 *4)) (-14 *3 (-948))
- (-14 *4 (-948))))
- ((*1 *2)
- (-12 (-5 *2 (-711 *3)) (-5 *1 (-366 *3 *4)) (-4 *3 (-363))
- (-14 *4
- (-3 (-1202 *3)
- (-1298 (-663 (-2 (|:| -3929 *3) (|:| -3998 (-1151)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-711 *3)) (-5 *1 (-367 *3 *4)) (-4 *3 (-363))
- (-14 *4 (-948)))))
-(((*1 *2 *1) (-12 (-4 *1 (-870)) (-5 *2 (-560))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-931 *3)) (-4 *3 (-1132))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1099 *4 *3)) (-4 *4 (-13 (-870) (-376)))
- (-4 *3 (-1274 *4)) (-5 *2 (-560))))
+ (-12 (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-119 *3)) (-14 *3 (-560))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *3 (-1187 *2)) (-4 *2 (-319)) (-5 *1 (-177 *2))))
+ ((*1 *1 *2) (-12 (-5 *2 (-421 *3)) (-4 *3 (-319)) (-5 *1 (-177 *3))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-571) (-1069 *2) (-660 *2) (-466)))
- (-5 *2 (-560)) (-5 *1 (-1148 *4 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *4)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-864 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-571) (-1069 *2) (-660 *2) (-466))) (-5 *2 (-560))
- (-5 *1 (-1148 *6 *3))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-1190))
- (-4 *6 (-13 (-571) (-1069 *2) (-660 *2) (-466))) (-5 *2 (-560))
- (-5 *1 (-1148 *6 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *6)))))
+ (-12 (-5 *2 (-177 (-560))) (-5 *1 (-787 *3)) (-4 *3 (-418))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-896 *3)) (-14 *3 (-560))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-560)) (-5 *2 (-177 (-421 (-560))))
+ (-5 *1 (-897 *3 *4)) (-4 *4 (-895 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1275 *4)) (-4 *4 (-1254))
+ (-4 *6 (-1275 (-421 *5)))
+ (-5 *2
+ (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
+ (|:| |gd| *5)))
+ (-4 *1 (-355 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1288 *3)) (-4 *3 (-1249)) (-5 *2 (-793)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-769)))))
+(((*1 *1 *1 *1) (-4 *1 (-684))))
+(((*1 *2 *1) (-12 (-4 *1 (-381)) (-5 *2 (-949))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-466)) (-5 *2 (-560))
- (-5 *1 (-1149 *4))))
+ (-12 (-5 *3 (-1299 *4)) (-4 *4 (-363)) (-5 *2 (-949))
+ (-5 *1 (-542 *4)))))
+(((*1 *1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-663
+ (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 *2))
+ (|:| |logand| (-1203 *2)))))
+ (-5 *4 (-663 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
+ (-4 *2 (-376)) (-5 *1 (-597 *2)))))
+(((*1 *1 *1 *1) (-5 *1 (-114))) ((*1 *1 *1 *1) (-4 *1 (-125))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-5 *3 (-1 (-114) *5 *5)) (-4 *5 (-13 (-1133) (-34)))
+ (-5 *2 (-114)) (-5 *1 (-1172 *4 *5)) (-4 *4 (-13 (-1133) (-34))))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-663 *2)) (-4 *2 (-1133)) (-4 *2 (-1249)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-781)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1203 *1)) (-5 *4 (-1209)) (-4 *1 (-27))
+ (-5 *2 (-663 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1203 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-976 *1)) (-4 *1 (-27)) (-5 *2 (-663 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *2 (-663 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1) (-12 (-4 *3 (-571)) (-5 *2 (-663 *1)) (-4 *1 (-29 *3))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1208)) (-5 *5 (-864 (-421 (-975 *6))))
- (-5 *3 (-421 (-975 *6))) (-4 *6 (-466)) (-5 *2 (-560))
- (-5 *1 (-1149 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-421 (-975 *6))) (-5 *4 (-1208))
- (-5 *5 (-1190)) (-4 *6 (-466)) (-5 *2 (-560)) (-5 *1 (-1149 *6))))
+ (-12 (-5 *3 (-326 (-229))) (-5 *4 (-663 (-1209)))
+ (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-1187 (-229))) (-5 *1 (-313)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 (-114) *9)) (-5 *5 (-1 (-114) *9 *9))
+ (-4 *9 (-1097 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-817))
+ (-4 *8 (-872)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3612 (-663 *9))))
+ (-5 *3 (-663 *9)) (-4 *1 (-1244 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-114) *8 *8)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-2 (|:| |bas| *1) (|:| -3612 (-663 *8))))
+ (-5 *3 (-663 *8)) (-4 *1 (-1244 *5 *6 *7 *8)))))
+(((*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-1184)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-343 *3)) (-4 *3 (-872)))))
+(((*1 *1 *2 *2 *3 *1)
+ (-12 (-5 *2 (-520)) (-5 *3 (-1135)) (-5 *1 (-303)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-27) (-435 *4))) (-4 *4 (-13 (-571) (-1070 (-560))))
+ (-4 *7 (-1275 (-421 *6))) (-5 *1 (-567 *4 *5 *6 *7 *2))
+ (-4 *2 (-355 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-114))
+ (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 (-171 *4))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448))))
((*1 *2 *3)
- (|partial| -12 (-5 *2 (-560)) (-5 *1 (-1231 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-948)) (-5 *2 (-482)) (-5 *1 (-1301)))))
-(((*1 *1) (-5 *1 (-159)))
- ((*1 *2 *1) (-12 (-4 *1 (-1075 *2)) (-4 *2 (-23)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-4 *1 (-153 *3))))
+ (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-114))
+ (-5 *1 (-1239 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4))))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *4 (-175)) (-4 *5 (-385 *4))
+ (-4 *6 (-385 *4)) (-5 *1 (-710 *4 *5 *6 *2))
+ (-4 *2 (-708 *4 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-4 *1 (-153 *3))))
((*1 *1 *2)
(-12
- (-5 *2 (-663 (-2 (|:| -3881 (-793)) (|:| -2188 *4) (|:| |num| *4))))
- (-4 *4 (-1274 *3)) (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *4))))
+ (-5 *2 (-663 (-2 (|:| -2909 (-793)) (|:| -3236 *4) (|:| |num| *4))))
+ (-4 *4 (-1275 *3)) (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *4))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-114)) (-5 *1 (-450))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-5 *3 (-663 (-976 (-560)))) (-5 *4 (-114)) (-5 *1 (-450))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-5 *3 (-663 (-1208))) (-5 *4 (-114)) (-5 *1 (-450))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-5 *3 (-663 (-1209))) (-5 *4 (-114)) (-5 *1 (-450))))
((*1 *2 *1)
- (-12 (-5 *2 (-1186 *3)) (-5 *1 (-615 *3)) (-4 *3 (-1248))))
+ (-12 (-5 *2 (-1187 *3)) (-5 *1 (-615 *3)) (-4 *3 (-1249))))
((*1 *1 *1 *1) (-12 (-4 *1 (-654 *2)) (-4 *2 (-175))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694 *3)) (-4 *3 (-871)) (-5 *1 (-686 *3 *4))
+ (-12 (-5 *2 (-694 *3)) (-4 *3 (-872)) (-5 *1 (-686 *3 *4))
(-4 *4 (-175))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-694 *3)) (-4 *3 (-871)) (-5 *1 (-686 *3 *4))
+ (-12 (-5 *2 (-694 *3)) (-4 *3 (-872)) (-5 *1 (-686 *3 *4))
(-4 *4 (-175))))
((*1 *1 *2 *2)
- (-12 (-5 *2 (-694 *3)) (-4 *3 (-871)) (-5 *1 (-686 *3 *4))
+ (-12 (-5 *2 (-694 *3)) (-4 *3 (-872)) (-5 *1 (-686 *3 *4))
(-4 *4 (-175))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 (-663 *3)))) (-4 *3 (-1132))
+ (-12 (-5 *2 (-663 (-663 (-663 *3)))) (-4 *3 (-1133))
(-5 *1 (-697 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-735 *2 *3 *4)) (-4 *2 (-871)) (-4 *3 (-1132))
+ (-12 (-5 *1 (-735 *2 *3 *4)) (-4 *2 (-872)) (-4 *3 (-1133))
(-14 *4
- (-1 (-114) (-2 (|:| -3998 *2) (|:| -3881 *3))
- (-2 (|:| -3998 *2) (|:| -3881 *3))))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1146)) (-5 *1 (-860))))
+ (-1 (-114) (-2 (|:| -2081 *2) (|:| -2909 *3))
+ (-2 (|:| -2081 *2) (|:| -2909 *3))))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1147)) (-5 *1 (-862))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-897 *2 *3)) (-4 *2 (-1248)) (-4 *3 (-1248))))
+ (-12 (-5 *1 (-898 *2 *3)) (-4 *2 (-1249)) (-4 *3 (-1249))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 *4))))
- (-4 *4 (-1132)) (-5 *1 (-913 *3 *4)) (-4 *3 (-1132))))
+ (-12 (-5 *2 (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 *4))))
+ (-4 *4 (-1133)) (-5 *1 (-914 *3 *4)) (-4 *3 (-1133))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 *5)) (-4 *5 (-13 (-1132) (-34)))
- (-5 *2 (-663 (-1171 *3 *5))) (-5 *1 (-1171 *3 *5))
- (-4 *3 (-13 (-1132) (-34)))))
+ (-12 (-5 *4 (-663 *5)) (-4 *5 (-13 (-1133) (-34)))
+ (-5 *2 (-663 (-1172 *3 *5))) (-5 *1 (-1172 *3 *5))
+ (-4 *3 (-13 (-1133) (-34)))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-2 (|:| |val| *4) (|:| -3227 *5))))
- (-4 *4 (-13 (-1132) (-34))) (-4 *5 (-13 (-1132) (-34)))
- (-5 *2 (-663 (-1171 *4 *5))) (-5 *1 (-1171 *4 *5))))
+ (-12 (-5 *3 (-663 (-2 (|:| |val| *4) (|:| -2417 *5))))
+ (-4 *4 (-13 (-1133) (-34))) (-4 *5 (-13 (-1133) (-34)))
+ (-5 *2 (-663 (-1172 *4 *5))) (-5 *1 (-1172 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3227 *4)))
- (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34)))
- (-5 *1 (-1171 *3 *4))))
+ (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -2417 *4)))
+ (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34)))
+ (-5 *1 (-1172 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34)))))
+ (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34)))))
+ (-12 (-5 *4 (-114)) (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34)))))
((*1 *1 *2 *3 *2 *4)
- (-12 (-5 *4 (-663 *3)) (-4 *3 (-13 (-1132) (-34)))
- (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1132) (-34)))))
+ (-12 (-5 *4 (-663 *3)) (-4 *3 (-13 (-1133) (-34)))
+ (-5 *1 (-1173 *2 *3)) (-4 *2 (-13 (-1133) (-34)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-1171 *2 *3))) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34))) (-5 *1 (-1172 *2 *3))))
+ (-12 (-5 *4 (-663 (-1172 *2 *3))) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34))) (-5 *1 (-1173 *2 *3))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-1172 *2 *3))) (-5 *1 (-1172 *2 *3))
- (-4 *2 (-13 (-1132) (-34))) (-4 *3 (-13 (-1132) (-34)))))
+ (-12 (-5 *4 (-663 (-1173 *2 *3))) (-5 *1 (-1173 *2 *3))
+ (-4 *2 (-13 (-1133) (-34))) (-4 *3 (-13 (-1133) (-34)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34)))
- (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1172 *3 *4))))
+ (-12 (-5 *2 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1173 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-4 *1 (-933 *3)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-174)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1253)) (-4 *3 (-1274 *4))
- (-4 *5 (-1274 (-421 *3))) (-5 *2 (-114))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
+ (-12 (-5 *1 (-1198 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1133)) (-4 *4 (-1133))
+ (-4 *6 (-1133)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *5 *4 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-975 (-229))) (-5 *2 (-326 (-391))) (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-975 (-560)))) (-5 *1 (-450))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-711 (-229))) (-5 *2 (-1134))
- (-5 *1 (-781))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-711 (-560))) (-5 *2 (-1134))
- (-5 *1 (-781)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
+ (-5 *2 (-391)) (-5 *1 (-208)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1187 *4)) (-5 *3 (-560)) (-4 *4 (-1081))
+ (-5 *1 (-1193 *4))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-560)) (-5 *1 (-1289 *3 *4 *5)) (-4 *3 (-1081))
+ (-14 *4 (-1209)) (-14 *5 *3))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-171 (-229)))) (-5 *2 (-1067))
+ (-5 *1 (-776)))))
+(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *1 (-820 *2)) (-4 *2 (-175))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1028 *3)) (-4 *3 (-175)) (-5 *1 (-822 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814))
- (-5 *2 (-793))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132))
- (-5 *2 (-793))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-748)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-591))))
- ((*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-591)))))
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-949)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-544 *3)) (-4 *3 (-13 (-748) (-25))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
+ (-4 *4 (-571)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-376)) (-14 *6 (-1298 (-711 *3)))
- (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-948)) (-14 *5 (-663 (-1208)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1156 (-560) (-630 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-52 *3)) (-4 *3 (-1248))))
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-376)) (-14 *6 (-1299 (-711 *3)))
+ (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-949)) (-14 *5 (-663 (-1209)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157 (-560) (-630 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-52 *3)) (-4 *3 (-1249))))
((*1 *1 *2)
- (-12 (-5 *2 (-352 (-2548 'X) (-2548) (-721))) (-5 *1 (-61 *3))
- (-14 *3 (-1208))))
+ (-12 (-5 *2 (-352 (-3845 'X) (-3845) (-721))) (-5 *1 (-61 *3))
+ (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548 'JINT 'X 'ELAM) (-2548) (-721))))
- (-5 *1 (-62 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845 'JINT 'X 'ELAM) (-3845) (-721))))
+ (-5 *1 (-62 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548) (-2548 'XC) (-721))))
- (-5 *1 (-64 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845) (-3845 'XC) (-721))))
+ (-5 *1 (-64 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-352 (-2548) (-2548 'XC) (-721))) (-5 *1 (-66 *3))
- (-14 *3 (-1208))))
+ (-12 (-5 *2 (-352 (-3845) (-3845 'XC) (-721))) (-5 *1 (-66 *3))
+ (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548 'X) (-2548 '-3790) (-721))))
- (-5 *1 (-71 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845 'X) (-3845 '-2050) (-721))))
+ (-5 *1 (-71 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548) (-2548 'X) (-721))))
- (-5 *1 (-74 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845) (-3845 'X) (-721))))
+ (-5 *1 (-74 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-352 (-2548) (-2548 'X) (-721))) (-5 *1 (-75 *3))
- (-14 *3 (-1208))))
+ (-12 (-5 *2 (-352 (-3845) (-3845 'X) (-721))) (-5 *1 (-75 *3))
+ (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548 'X 'EPS) (-2548 '-3790) (-721))))
- (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1208)) (-14 *4 (-1208))
- (-14 *5 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845 'X 'EPS) (-3845 '-2050) (-721))))
+ (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1209)) (-14 *4 (-1209))
+ (-14 *5 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548 'EPS) (-2548 'YA 'YB) (-721))))
- (-5 *1 (-77 *3 *4 *5)) (-14 *3 (-1208)) (-14 *4 (-1208))
- (-14 *5 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845 'EPS) (-3845 'YA 'YB) (-721))))
+ (-5 *1 (-77 *3 *4 *5)) (-14 *3 (-1209)) (-14 *4 (-1209))
+ (-14 *5 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-352 (-2548) (-2548 'X) (-721))) (-5 *1 (-78 *3))
- (-14 *3 (-1208))))
+ (-12 (-5 *2 (-352 (-3845) (-3845 'X) (-721))) (-5 *1 (-78 *3))
+ (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548) (-2548 'XC) (-721))))
- (-5 *1 (-79 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845) (-3845 'XC) (-721))))
+ (-5 *1 (-79 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548) (-2548 'X) (-721))))
- (-5 *1 (-80 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845) (-3845 'X) (-721))))
+ (-5 *1 (-80 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548 'X) (-2548 '-3790) (-721))))
- (-5 *1 (-82 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845 'X) (-3845 '-2050) (-721))))
+ (-5 *1 (-82 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548 'X '-3790) (-2548) (-721))))
- (-5 *1 (-83 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845 'X '-2050) (-3845) (-721))))
+ (-5 *1 (-83 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-711 (-352 (-2548 'X '-3790) (-2548) (-721))))
- (-5 *1 (-84 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-711 (-352 (-3845 'X '-2050) (-3845) (-721))))
+ (-5 *1 (-84 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-711 (-352 (-2548 'X) (-2548) (-721)))) (-5 *1 (-85 *3))
- (-14 *3 (-1208))))
+ (-12 (-5 *2 (-711 (-352 (-3845 'X) (-3845) (-721)))) (-5 *1 (-85 *3))
+ (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-352 (-2548 'X) (-2548) (-721))))
- (-5 *1 (-86 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-1299 (-352 (-3845 'X) (-3845) (-721))))
+ (-5 *1 (-86 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-711 (-352 (-2548 'XL 'XR 'ELAM) (-2548) (-721))))
- (-5 *1 (-88 *3)) (-14 *3 (-1208))))
+ (-12 (-5 *2 (-711 (-352 (-3845 'XL 'XR 'ELAM) (-3845) (-721))))
+ (-5 *1 (-88 *3)) (-14 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-352 (-2548 'X) (-2548 '-3790) (-721))) (-5 *1 (-89 *3))
- (-14 *3 (-1208))))
+ (-12 (-5 *2 (-352 (-3845 'X) (-3845 '-2050) (-721))) (-5 *1 (-89 *3))
+ (-14 *3 (-1209))))
((*1 *1 *2)
(-12 (-5 *2 (-663 (-137 *3 *4 *5))) (-5 *1 (-137 *3 *4 *5))
(-14 *3 (-560)) (-14 *4 (-793)) (-4 *5 (-175))))
@@ -10508,33 +3838,33 @@
(-12 (-5 *2 (-663 *5)) (-4 *5 (-175)) (-5 *1 (-137 *3 *4 *5))
(-14 *3 (-560)) (-14 *4 (-793))))
((*1 *1 *2)
- (-12 (-5 *2 (-1173 *4 *5)) (-14 *4 (-793)) (-4 *5 (-175))
+ (-12 (-5 *2 (-1174 *4 *5)) (-14 *4 (-793)) (-4 *5 (-175))
(-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560))))
((*1 *1 *2)
(-12 (-5 *2 (-246 *4 *5)) (-14 *4 (-793)) (-4 *5 (-175))
(-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-711 *4))) (-4 *4 (-175))
- (-5 *2 (-1298 (-711 (-421 (-975 *4))))) (-5 *1 (-192 *4))))
+ (-12 (-5 *3 (-1299 (-711 *4))) (-4 *4 (-175))
+ (-5 *2 (-1299 (-711 (-421 (-976 *4))))) (-5 *1 (-192 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1123 (-326 *4)))
- (-4 *4 (-13 (-871) (-571) (-633 (-391)))) (-5 *2 (-1123 (-391)))
+ (-12 (-5 *3 (-1124 (-326 *4)))
+ (-4 *4 (-13 (-872) (-571) (-633 (-391)))) (-5 *2 (-1124 (-391)))
(-5 *1 (-268 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-277 *2)) (-4 *2 (-871))))
+ ((*1 *1 *2) (-12 (-4 *1 (-277 *2)) (-4 *2 (-872))))
((*1 *1 *2) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-286))))
((*1 *2 *1)
- (-12 (-4 *2 (-1274 *3)) (-5 *1 (-301 *3 *2 *4 *5 *6 *7))
+ (-12 (-4 *2 (-1275 *3)) (-5 *1 (-301 *3 *2 *4 *5 *6 *7))
(-4 *3 (-175)) (-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 (-1279 *4 *5 *6)) (-4 *4 (-13 (-27) (-1234) (-435 *3)))
- (-14 *5 (-1208)) (-14 *6 *4)
- (-4 *3 (-13 (-1069 (-560)) (-660 (-560)) (-466)))
+ (-12 (-5 *2 (-1280 *4 *5 *6)) (-4 *4 (-13 (-27) (-1235) (-435 *3)))
+ (-14 *5 (-1209)) (-14 *6 *4)
+ (-4 *3 (-13 (-1070 (-560)) (-660 (-560)) (-466)))
(-5 *1 (-325 *3 *4 *5 *6))))
((*1 *2 *1)
(-12 (-5 *2 (-326 *5)) (-5 *1 (-352 *3 *4 *5))
- (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
+ (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
((*1 *2 *3)
(-12 (-4 *4 (-363)) (-4 *2 (-341 *4)) (-5 *1 (-361 *3 *4 *2))
(-4 *3 (-341 *4))))
@@ -10542,175 +3872,175 @@
(-12 (-4 *4 (-363)) (-4 *2 (-341 *4)) (-5 *1 (-361 *2 *4 *3))
(-4 *3 (-341 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175))
- (-5 *2 (-1323 *3 *4))))
+ (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175))
+ (-5 *2 (-1324 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175))
- (-5 *2 (-1314 *3 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-871)) (-4 *3 (-175))))
+ (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175))
+ (-5 *2 (-1315 *3 *4))))
+ ((*1 *1 *2) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-872)) (-4 *3 (-175))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))
(-4 *1 (-396))))
((*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-396))))
((*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-396))))
((*1 *1 *2) (-12 (-5 *2 (-711 (-721))) (-4 *1 (-396))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))
(-4 *1 (-398))))
((*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-398))))
((*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-398))))
- ((*1 *2 *3) (-12 (-5 *2 (-407)) (-5 *1 (-408 *3)) (-4 *3 (-1132))))
+ ((*1 *2 *3) (-12 (-5 *2 (-407)) (-5 *1 (-408 *3)) (-4 *3 (-1133))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))
(-4 *1 (-411))))
((*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-411))))
((*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-411))))
((*1 *1 *2)
(-12 (-5 *2 (-305 (-326 (-171 (-391))))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-305 (-326 (-391)))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-305 (-326 (-560)))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-171 (-391)))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-391))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-560))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-305 (-326 (-716)))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-305 (-326 (-721)))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-305 (-326 (-723)))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-716))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-721))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-326 (-723))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))
- (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208))
- (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))
+ (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209))
+ (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
(-12 (-5 *2 (-663 (-342))) (-5 *1 (-412 *3 *4 *5 *6))
- (-14 *3 (-1208)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-14 *3 (-1209)) (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
- (-12 (-5 *2 (-342)) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1208))
- (-14 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1212))))
+ (-12 (-5 *2 (-342)) (-5 *1 (-412 *3 *4 *5 *6)) (-14 *3 (-1209))
+ (-14 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1213))))
((*1 *1 *2)
- (-12 (-5 *2 (-421 (-975 (-421 *3)))) (-4 *3 (-571)) (-4 *3 (-1132))
+ (-12 (-5 *2 (-421 (-976 (-421 *3)))) (-4 *3 (-571)) (-4 *3 (-1133))
(-4 *1 (-435 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-975 (-421 *3))) (-4 *3 (-571)) (-4 *3 (-1132))
+ (-12 (-5 *2 (-976 (-421 *3))) (-4 *3 (-571)) (-4 *3 (-1133))
(-4 *1 (-435 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-421 *3)) (-4 *3 (-571)) (-4 *3 (-1132))
+ (-12 (-5 *2 (-421 *3)) (-4 *3 (-571)) (-4 *3 (-1133))
(-4 *1 (-435 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1156 *3 (-630 *1))) (-4 *3 (-1080)) (-4 *3 (-1132))
+ (-12 (-5 *2 (-1157 *3 (-630 *1))) (-4 *3 (-1081)) (-4 *3 (-1133))
(-4 *1 (-435 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-343 *4)) (-4 *4 (-13 (-871) (-21)))
+ (-12 (-5 *2 (-343 *4)) (-4 *4 (-13 (-872) (-21)))
(-5 *1 (-443 *3 *4)) (-4 *3 (-13 (-175) (-38 (-421 (-560)))))))
((*1 *1 *2)
(-12 (-5 *1 (-443 *2 *3)) (-4 *2 (-13 (-175) (-38 (-421 (-560)))))
- (-4 *3 (-13 (-871) (-21)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-448))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-448))))
- ((*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-448))))
- ((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-448))))
+ (-4 *3 (-13 (-872) (-21)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-448))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-448))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-448))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-448))))
((*1 *1 *2) (-12 (-5 *2 (-448)) (-5 *1 (-450))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))
(-4 *1 (-454))))
((*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-454))))
((*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-454))))
- ((*1 *1 *2) (-12 (-5 *2 (-1298 (-721))) (-4 *1 (-454))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 (-721))) (-4 *1 (-454))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1212)) (|:| -3347 (-663 (-342)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1213)) (|:| -2154 (-663 (-342)))))
(-4 *1 (-455))))
((*1 *1 *2) (-12 (-5 *2 (-342)) (-4 *1 (-455))))
((*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-4 *1 (-455))))
((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-421 (-975 *3)))) (-4 *3 (-175))
- (-14 *6 (-1298 (-711 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-14 *4 (-948)) (-14 *5 (-663 (-1208)))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *1 (-482))))
- ((*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-482))))
+ (-12 (-5 *2 (-1299 (-421 (-976 *3)))) (-4 *3 (-175))
+ (-14 *6 (-1299 (-711 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-14 *4 (-949)) (-14 *5 (-663 (-1209)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *1 (-482))))
+ ((*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-482))))
((*1 *1 *2)
- (-12 (-5 *2 (-1279 *3 *4 *5)) (-4 *3 (-1080)) (-14 *4 (-1208))
+ (-12 (-5 *2 (-1280 *3 *4 *5)) (-4 *3 (-1081)) (-14 *4 (-1209))
(-14 *5 *3) (-5 *1 (-488 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-488 *3 *4 *5))
- (-4 *3 (-1080)) (-14 *5 *3)))
- ((*1 *1 *2) (-12 (-5 *2 (-1156 (-560) (-630 (-509)))) (-5 *1 (-509))))
- ((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-516))))
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-488 *3 *4 *5))
+ (-4 *3 (-1081)) (-14 *5 *3)))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157 (-560) (-630 (-509)))) (-5 *1 (-509))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-516))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-376))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-538))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-619))))
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-376))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-538))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-619))))
((*1 *1 *2)
(-12 (-4 *3 (-175)) (-5 *1 (-620 *3 *2)) (-4 *2 (-766 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1080))))
+ ((*1 *2 *1) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1081))))
((*1 *2 *1)
- (-12 (-5 *2 (-1319 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871))
- (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948))))
+ (-12 (-5 *2 (-1320 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872))
+ (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949))))
((*1 *2 *1)
- (-12 (-5 *2 (-1314 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871))
- (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948))))
+ (-12 (-5 *2 (-1315 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872))
+ (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949))))
((*1 *1 *2)
(-12 (-4 *3 (-175)) (-5 *1 (-652 *3 *2)) (-4 *2 (-766 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-699 *3)) (-5 *1 (-694 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-841 *3)) (-5 *1 (-694 *3)) (-4 *3 (-871))))
+ ((*1 *2 *1) (-12 (-5 *2 (-699 *3)) (-5 *1 (-694 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-843 *3)) (-5 *1 (-694 *3)) (-4 *3 (-872))))
((*1 *2 *1)
- (-12 (-5 *2 (-987 (-987 (-987 *3)))) (-5 *1 (-697 *3))
- (-4 *3 (-1132))))
+ (-12 (-5 *2 (-988 (-988 (-988 *3)))) (-5 *1 (-697 *3))
+ (-4 *3 (-1133))))
((*1 *1 *2)
- (-12 (-5 *2 (-987 (-987 (-987 *3)))) (-4 *3 (-1132))
+ (-12 (-5 *2 (-988 (-988 (-988 *3)))) (-4 *3 (-1133))
(-5 *1 (-697 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-841 *3)) (-5 *1 (-699 *3)) (-4 *3 (-871))))
- ((*1 *1 *2) (-12 (-5 *2 (-1146)) (-5 *1 (-703))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-704 *3)) (-4 *3 (-1132))))
+ ((*1 *2 *1) (-12 (-5 *2 (-843 *3)) (-5 *1 (-699 *3)) (-4 *3 (-872))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1147)) (-5 *1 (-703))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-704 *3)) (-4 *3 (-1133))))
((*1 *1 *2)
- (-12 (-4 *3 (-1080)) (-4 *1 (-708 *3 *4 *2)) (-4 *4 (-385 *3))
+ (-12 (-4 *3 (-1081)) (-4 *1 (-708 *3 *4 *2)) (-4 *4 (-385 *3))
(-4 *2 (-385 *3))))
((*1 *2 *1) (-12 (-5 *2 (-171 (-391))) (-5 *1 (-716))))
((*1 *1 *2) (-12 (-5 *2 (-171 (-723))) (-5 *1 (-716))))
@@ -10721,7 +4051,7 @@
((*1 *2 *1) (-12 (-5 *2 (-391)) (-5 *1 (-721))))
((*1 *2 *3)
(-12 (-5 *3 (-326 (-560))) (-5 *2 (-326 (-723))) (-5 *1 (-723))))
- ((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1190)) (-5 *1 (-732))))
+ ((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1191)) (-5 *1 (-732))))
((*1 *2 *1)
(-12 (-4 *2 (-175)) (-5 *1 (-733 *2 *3 *4 *5 *6)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
@@ -10731,80 +4061,80 @@
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 (-2 (|:| -1398 *3) (|:| -4002 *4))))
- (-4 *3 (-1080)) (-4 *4 (-748)) (-5 *1 (-757 *3 *4))))
+ (-12 (-5 *2 (-663 (-2 (|:| -3265 *3) (|:| -2724 *4))))
+ (-4 *3 (-1081)) (-4 *4 (-748)) (-5 *1 (-757 *3 *4))))
((*1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-785))))
((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |nia|
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
(|:| |relerr| (-229))))
(|:| |mdnia|
(-2 (|:| |fn| (-326 (-229)))
- (|:| -2132 (-663 (-1120 (-864 (-229)))))
+ (|:| -3423 (-663 (-1121 (-866 (-229)))))
(|:| |abserr| (-229)) (|:| |relerr| (-229))))))
(-5 *1 (-791))))
((*1 *1 *2)
(-12
(-5 *2
(-2 (|:| |fn| (-326 (-229)))
- (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229))
+ (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229))
(|:| |relerr| (-229))))
(-5 *1 (-791))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
(|:| |relerr| (-229))))
(-5 *1 (-791))))
- ((*1 *2 *3) (-12 (-5 *2 (-795)) (-5 *1 (-796 *3)) (-4 *3 (-1248))))
+ ((*1 *2 *3) (-12 (-5 *2 (-795)) (-5 *1 (-796 *3)) (-4 *3 (-1249))))
((*1 *1 *2)
(-12
(-5 *2
(-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
(|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
(|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *1 (-830))))
- ((*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-848))))
+ (-5 *1 (-832))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-850))))
((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229)))
- (|:| |lb| (-663 (-864 (-229))))
+ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229)))
+ (|:| |lb| (-663 (-866 (-229))))
(|:| |cf| (-663 (-326 (-229))))
- (|:| |ub| (-663 (-864 (-229))))))
+ (|:| |ub| (-663 (-866 (-229))))))
(|:| |lsa|
(-2 (|:| |lfn| (-663 (-326 (-229))))
- (|:| -2814 (-663 (-229)))))))
- (-5 *1 (-863))))
+ (|:| -2689 (-663 (-229)))))))
+ (-5 *1 (-865))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2814 (-663 (-229)))))
- (-5 *1 (-863))))
+ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))
+ (-5 *1 (-865))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229)))
- (|:| |lb| (-663 (-864 (-229)))) (|:| |cf| (-663 (-326 (-229))))
- (|:| |ub| (-663 (-864 (-229))))))
- (-5 *1 (-863))))
- ((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-882))))
- ((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-975 (-48))) (-5 *2 (-326 (-560))) (-5 *1 (-899))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-421 (-975 (-48)))) (-5 *2 (-326 (-560)))
- (-5 *1 (-899))))
- ((*1 *1 *2) (-12 (-5 *1 (-918 *2)) (-4 *2 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-841 *3)) (-5 *1 (-918 *3)) (-4 *3 (-871))))
+ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229)))
+ (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229))))
+ (|:| |ub| (-663 (-866 (-229))))))
+ (-5 *1 (-865))))
+ ((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-883))))
+ ((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-976 (-48))) (-5 *2 (-326 (-560))) (-5 *1 (-900))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-421 (-976 (-48)))) (-5 *2 (-326 (-560)))
+ (-5 *1 (-900))))
+ ((*1 *1 *2) (-12 (-5 *1 (-919 *2)) (-4 *2 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-843 *3)) (-5 *1 (-919 *3)) (-4 *3 (-872))))
((*1 *1 *2)
(-12
(-5 *2
@@ -10814,700 +4144,6584 @@
(-2 (|:| |start| (-229)) (|:| |finish| (-229))
(|:| |grid| (-793)) (|:| |boundaryType| (-560))
(|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229))))))
- (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1190))
+ (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191))
(|:| |tol| (-229))))
- (-5 *1 (-925))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-931 *3))))
+ (-5 *1 (-926))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-932 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1132)) (-5 *1 (-931 *3))))
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-5 *1 (-932 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 (-931 *3))) (-4 *3 (-1132)) (-5 *1 (-934 *3))))
+ (-12 (-5 *2 (-663 (-932 *3))) (-4 *3 (-1133)) (-5 *1 (-935 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-663 (-931 *3))) (-5 *1 (-934 *3)) (-4 *3 (-1132))))
+ (-12 (-5 *2 (-663 (-932 *3))) (-5 *1 (-935 *3)) (-4 *3 (-1133))))
((*1 *1 *2)
- (-12 (-5 *2 (-421 (-419 *3))) (-4 *3 (-319)) (-5 *1 (-943 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-421 *3)) (-5 *1 (-943 *3)) (-4 *3 (-319))))
+ (-12 (-5 *2 (-421 (-419 *3))) (-4 *3 (-319)) (-5 *1 (-944 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-421 *3)) (-5 *1 (-944 *3)) (-4 *3 (-319))))
((*1 *2 *3)
- (-12 (-5 *3 (-491)) (-5 *2 (-326 *4)) (-5 *1 (-949 *4))
+ (-12 (-5 *3 (-491)) (-5 *2 (-326 *4)) (-5 *1 (-950 *4))
(-4 *4 (-571))))
- ((*1 *2 *3) (-12 (-5 *2 (-1304)) (-5 *1 (-1064 *3)) (-4 *3 (-1248))))
- ((*1 *2 *3) (-12 (-5 *3 (-323)) (-5 *1 (-1064 *2)) (-4 *2 (-1248))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1305)) (-5 *1 (-1065 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *3) (-12 (-5 *3 (-323)) (-5 *1 (-1065 *2)) (-4 *2 (-1249))))
((*1 *1 *2)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1065 *3 *4 *5 *2 *6)) (-4 *2 (-979 *3 *4 *5))
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1066 *3 *4 *5 *2 *6)) (-4 *2 (-980 *3 *4 *5))
(-14 *6 (-663 *2))))
((*1 *2 *3)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-1071 *3)) (-4 *3 (-571))))
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-1072 *3)) (-4 *3 (-571))))
((*1 *1 *2)
- (-12 (-4 *3 (-1080)) (-4 *4 (-871)) (-5 *1 (-1157 *3 *4 *2))
- (-4 *2 (-979 *3 (-545 *4) *4))))
+ (-12 (-4 *3 (-1081)) (-4 *4 (-872)) (-5 *1 (-1158 *3 *4 *2))
+ (-4 *2 (-980 *3 (-545 *4) *4))))
((*1 *1 *2)
- (-12 (-4 *3 (-1080)) (-4 *2 (-871)) (-5 *1 (-1157 *3 *2 *4))
- (-4 *4 (-979 *3 (-545 *2) *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-887))))
- ((*1 *1 *2) (-12 (-5 *2 (-146)) (-4 *1 (-1175))))
+ (-12 (-4 *3 (-1081)) (-4 *2 (-872)) (-5 *1 (-1158 *3 *2 *4))
+ (-4 *4 (-980 *3 (-545 *2) *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-888))))
+ ((*1 *1 *2) (-12 (-5 *2 (-146)) (-4 *1 (-1176))))
((*1 *2 *3)
- (-12 (-5 *2 (-1186 *3)) (-5 *1 (-1192 *3)) (-4 *3 (-1080))))
+ (-12 (-5 *2 (-1187 *3)) (-5 *1 (-1193 *3)) (-4 *3 (-1081))))
((*1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1199 *3 *4 *5))
- (-4 *3 (-1080)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1200 *3 *4 *5))
+ (-4 *3 (-1081)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1206 *3 *4 *5))
- (-4 *3 (-1080)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1207 *3 *4 *5))
+ (-4 *3 (-1081)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1267 *4 *3)) (-4 *3 (-1080)) (-14 *4 (-1208))
- (-14 *5 *3) (-5 *1 (-1206 *3 *4 *5))))
- ((*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1207))))
- ((*1 *2 *1) (-12 (-5 *2 (-1220 (-1208) (-450))) (-5 *1 (-1212))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1213))))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1213))))
- ((*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-1213))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1213))))
- ((*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-1221 *3)) (-4 *3 (-1132))))
- ((*1 *2 *3) (-12 (-5 *2 (-1228)) (-5 *1 (-1229 *3)) (-4 *3 (-1132))))
+ (-12 (-5 *2 (-1268 *4 *3)) (-4 *3 (-1081)) (-14 *4 (-1209))
+ (-14 *5 *3) (-5 *1 (-1207 *3 *4 *5))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1208))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1221 (-1209) (-450))) (-5 *1 (-1213))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1214))))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1214))))
+ ((*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-1214))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1214))))
+ ((*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-1222 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1229)) (-5 *1 (-1230 *3)) (-4 *3 (-1133))))
((*1 *1 *2)
- (-12 (-5 *2 (-975 *3)) (-4 *3 (-1080)) (-5 *1 (-1241 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1241 *3)) (-4 *3 (-1080))))
+ (-12 (-5 *2 (-976 *3)) (-4 *3 (-1081)) (-5 *1 (-1242 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1242 *3)) (-4 *3 (-1081))))
((*1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1258 *3 *4 *5))
- (-4 *3 (-1080)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1259 *3 *4 *5))
+ (-4 *3 (-1081)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1120 *3)) (-4 *3 (-1248)) (-5 *1 (-1265 *3))))
+ (-12 (-5 *2 (-1121 *3)) (-4 *3 (-1249)) (-5 *1 (-1266 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1295 *4)) (-14 *4 (-1208)) (-5 *1 (-1288 *3 *4 *5))
- (-4 *3 (-1080)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1289 *3 *4 *5))
+ (-4 *3 (-1081)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1267 *4 *3)) (-4 *3 (-1080)) (-14 *4 (-1208))
- (-14 *5 *3) (-5 *1 (-1288 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1295 *3)) (-14 *3 *2)))
- ((*1 *2 *3) (-12 (-5 *3 (-482)) (-5 *2 (-1301)) (-5 *1 (-1300))))
- ((*1 *2 *1) (-12 (-5 *2 (-887)) (-5 *1 (-1301))))
+ (-12 (-5 *2 (-1268 *4 *3)) (-4 *3 (-1081)) (-14 *4 (-1209))
+ (-14 *5 *3) (-5 *1 (-1289 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-1296 *3)) (-14 *3 *2)))
+ ((*1 *2 *3) (-12 (-5 *3 (-482)) (-5 *2 (-1302)) (-5 *1 (-1301))))
+ ((*1 *2 *1) (-12 (-5 *2 (-888)) (-5 *1 (-1302))))
((*1 *1 *2)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080))))
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081))))
((*1 *2 *1)
- (-12 (-5 *2 (-1323 *3 *4)) (-5 *1 (-1319 *3 *4)) (-4 *3 (-871))
+ (-12 (-5 *2 (-1324 *3 *4)) (-5 *1 (-1320 *3 *4)) (-4 *3 (-872))
(-4 *4 (-175))))
((*1 *2 *1)
- (-12 (-5 *2 (-1314 *3 *4)) (-5 *1 (-1319 *3 *4)) (-4 *3 (-871))
+ (-12 (-5 *2 (-1315 *3 *4)) (-5 *1 (-1320 *3 *4)) (-4 *3 (-872))
(-4 *4 (-175))))
((*1 *1 *2)
- (-12 (-5 *2 (-686 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175))
- (-5 *1 (-1319 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-258)) (-5 *1 (-345)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-520)) (-5 *2 (-114)) (-5 *1 (-115)))))
-(((*1 *2 *2) (-12 (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1059)))))
-(((*1 *1) (-5 *1 (-143))))
+ (-12 (-5 *2 (-686 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175))
+ (-5 *1 (-1320 *3 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
+ (-4 *4 (-175))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2))
+ (-4 *2 (-435 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1124 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571))
+ (-5 *1 (-160 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1124 *1)) (-4 *1 (-162))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1209))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-479 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1320 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-175)))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-326 (-229))) (-5 *1 (-315))))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| |num| (-916 *3)) (|:| |den| (-916 *3))))
+ (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-450)))))
+(((*1 *1 *1) (-4 *1 (-684))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-376)) (-4 *3 (-1081))
+ (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-877 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-376)) (-4 *5 (-1081))
+ (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-878 *5 *3))
+ (-4 *3 (-877 *5)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-1224 *2)) (-4 *2 (-376)))))
+(((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-345)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-663 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-572 *6 *3)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1252)))))
(((*1 *2)
- (-12 (-5 *2 (-1304)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
+ (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5)))
+ (-5 *2 (-793)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-793)))))
+(((*1 *2 *1) (|partial| -12 (-4 *1 (-1044)) (-5 *2 (-888)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-543))))
+ ((*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-543)))))
+(((*1 *2 *1) (-12 (|has| *1 (-6 -4510)) (-4 *1 (-34)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-258))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1003))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-560))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1323 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-870)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2))
+ (-4 *2 (-1292 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1275 *3))
+ (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1292 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2))
+ (-4 *2 (-1292 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-13 (-571) (-149)))
+ (-5 *1 (-1186 *3)))))
(((*1 *2 *1) (-12 (-4 *1 (-134)) (-5 *2 (-793))))
((*1 *2 *3 *1 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-385 *3)) (-4 *3 (-1248))
- (-4 *3 (-1132))))
+ (-12 (-5 *2 (-560)) (-4 *1 (-385 *3)) (-4 *3 (-1249))
+ (-4 *3 (-1133))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-385 *3)) (-4 *3 (-1248)) (-4 *3 (-1132))
+ (-12 (-4 *1 (-385 *3)) (-4 *3 (-1249)) (-4 *3 (-1133))
(-5 *2 (-560))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-114) *4)) (-4 *1 (-385 *4)) (-4 *4 (-1248))
+ (-12 (-5 *3 (-1 (-114) *4)) (-4 *1 (-385 *4)) (-4 *4 (-1249))
(-5 *2 (-560))))
- ((*1 *2 *1) (-12 (-5 *2 (-1151)) (-5 *1 (-543))))
- ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-560)) (-5 *3 (-143))))
- ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1175)) (-5 *2 (-560)))))
-(((*1 *1 *2 *3 *1 *3)
- (-12 (-5 *2 (-915 *4)) (-4 *4 (-1132)) (-5 *1 (-913 *4 *3))
- (-4 *3 (-1132)))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-793)) (-4 *3 (-1248)) (-4 *1 (-57 *3 *4 *5))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
- ((*1 *1) (-5 *1 (-174)))
- ((*1 *1) (-12 (-5 *1 (-216 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1132))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1190)) (-4 *1 (-403))))
- ((*1 *1) (-5 *1 (-407)))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-4 *1 (-673 *3)) (-4 *3 (-1248))))
- ((*1 *1)
- (-12 (-4 *3 (-1132)) (-5 *1 (-910 *2 *3 *4)) (-4 *2 (-1132))
- (-4 *4 (-688 *3))))
- ((*1 *1) (-12 (-5 *1 (-913 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132))))
- ((*1 *1 *2)
- (-12 (-5 *1 (-1173 *3 *2)) (-14 *3 (-793)) (-4 *2 (-1080))))
- ((*1 *1) (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080))))
- ((*1 *1 *1) (-5 *1 (-1208))) ((*1 *1) (-5 *1 (-1208)))
- ((*1 *1) (-5 *1 (-1228))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-543))))
+ ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-560)) (-5 *3 (-143))))
+ ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-560)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559))
- (-5 *2 (-421 (-560)))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-5 *2 (-663 *1)) (-4 *1 (-1166 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209))
+ (-14 *4 *2))))
+(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 *4))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
+ (-12 (-5 *2 (-560))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-793)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-817)) (-4 *4 (-980 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-872))
+ (-5 *1 (-464 *5 *6 *7 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *1 (-39 *3)) (-4 *3 (-1275 (-48))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114))))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *2 (-114))))
((*1 *2 *1)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-419 *3)) (-4 *3 (-559))
- (-4 *3 (-571))))
- ((*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-421 (-560)))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-1323 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-870)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-183))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-703))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-1002))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-1105))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-1147)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-114)) (-5 *1 (-853)))))
+(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1191)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-466)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *2 (-663 *3)) (-5 *1 (-1009 *4 *5 *6 *3))
+ (-4 *3 (-1097 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 (-421 (-560))))
+ (-5 *2
+ (-663
+ (-2 (|:| |outval| *4) (|:| |outmult| (-560))
+ (|:| |outvect| (-663 (-711 *4))))))
+ (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-871))))))
+(((*1 *2 *1) (-12 (-4 *1 (-860 *3)) (-4 *3 (-1133)) (-5 *2 (-55)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-793)) (-4 *5 (-1081)) (-5 *2 (-560))
+ (-5 *1 (-457 *5 *3 *6)) (-4 *3 (-1275 *5))
+ (-4 *6 (-13 (-418) (-1070 *5) (-376) (-1235) (-296)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1081)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5))
+ (-4 *3 (-1275 *4))
+ (-4 *5 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *3))
+ (-4 *3 (-1249))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-696 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-4 *1 (-1244 *4 *5 *3 *2)) (-4 *4 (-571))
+ (-4 *5 (-817)) (-4 *3 (-872)) (-4 *2 (-1097 *4 *5 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-5 *1 (-1247 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-571))))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816))
+ (-4 *2 (-571))))
+ ((*1 *1 *1 *1) (|partial| -4 *1 (-571)))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081))
+ (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-571))))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-793)))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-571))))
+ ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1299 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-571))
+ (-5 *1 (-1001 *3 *4))))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1085 *3 *4 *2 *5 *6)) (-4 *2 (-1081))
+ (-4 *5 (-245 *4 *2)) (-4 *6 (-245 *3 *2)) (-4 *2 (-571))))
+ ((*1 *2 *2 *2)
+ (|partial| -12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-846)))))
+(((*1 *2 *2) (-12 (-5 *1 (-992 *2)) (-4 *2 (-559)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1135)) (-5 *3 (-795)) (-5 *1 (-51)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-568)))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-3 *3 (-663 *1)))
+ (-4 *1 (-1103 *4 *5 *6 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-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 (-195)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-843 *3)) (|:| |rm| (-843 *3))))
+ (-5 *1 (-843 *3)) (-4 *3 (-872))))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))))
+(((*1 *1) (-5 *1 (-146)))
+ ((*1 *1 *2) (-12 (-5 *2 (-1165 (-229))) (-5 *1 (-270))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-271)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1299 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376))
+ (-4 *1 (-746 *5 *6)) (-4 *5 (-175)) (-4 *6 (-1275 *5))
+ (-5 *2 (-711 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1203 *2)) (-4 *2 (-980 (-421 (-976 *6)) *5 *4))
+ (-5 *1 (-754 *5 *4 *6 *2)) (-4 *5 (-817))
+ (-4 *4 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $)))))
+ (-4 *6 (-571)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872))
+ (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-980 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1081)) (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1)))
+ (-4 *1 (-1275 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| -1806 (-711 (-421 (-976 *4))))
+ (|:| |vec| (-663 (-421 (-976 *4)))) (|:| -1486 (-793))
+ (|:| |rows| (-663 (-560))) (|:| |cols| (-663 (-560)))))
+ (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817))
+ (-5 *2
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *4))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *4)))))))
+ (-5 *1 (-954 *4 *5 *6 *7)) (-4 *7 (-980 *4 *6 *5)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $))
+ (-15 -3138 ((-1157 *3 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *3 (-630 $)))))))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $))
+ (-15 -3138 ((-1157 *3 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *3 (-630 $)))))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *2))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *4 (-630 $)) $))
+ (-15 -3138 ((-1157 *4 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *4 (-630 $)))))))
+ (-4 *4 (-571)) (-5 *1 (-41 *4 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 (-630 *2)))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *4 (-630 $)) $))
+ (-15 -3138 ((-1157 *4 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *4 (-630 $)))))))
+ (-4 *4 (-571)) (-5 *1 (-41 *4 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
+ (-5 *2 (-1299 (-711 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-1299 (-711 *4))) (-5 *1 (-431 *3 *4))
+ (-4 *3 (-432 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1299 (-711 *3)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-1209))) (-4 *5 (-376))
+ (-5 *2 (-1299 (-711 (-421 (-976 *5))))) (-5 *1 (-1118 *5))
+ (-5 *4 (-711 (-421 (-976 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-1209))) (-4 *5 (-376))
+ (-5 *2 (-1299 (-711 (-976 *5)))) (-5 *1 (-1118 *5))
+ (-5 *4 (-711 (-976 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-711 *4))) (-4 *4 (-376))
+ (-5 *2 (-1299 (-711 *4))) (-5 *1 (-1118 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-5 *2 (-663 (-663 (-560))))
+ (-5 *1 (-954 *4 *5 *6 *7)) (-5 *3 (-560)) (-4 *7 (-980 *4 *6 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-703))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1214))) (-5 *1 (-1147)))))
+(((*1 *2 *3) (-12 (-5 *3 (-663 (-949))) (-5 *2 (-793)) (-5 *1 (-604)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1254)) (-4 *3 (-1275 *4))
+ (-4 *5 (-1275 (-421 *3))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114))))
((*1 *2 *1)
- (-12 (-4 *1 (-818 *3)) (-4 *3 (-175)) (-4 *3 (-559))
- (-5 *2 (-421 (-560)))))
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-957)))))
+(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-136)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1245 *2)) (-4 *2 (-1006)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4))
+ (-5 *2 (-2 (|:| -3265 (-421 *5)) (|:| |poly| *3)))
+ (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1275 (-421 *5))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-949)) (-4 *6 (-571)) (-5 *2 (-663 (-326 *6)))
+ (-5 *1 (-225 *5 *6)) (-5 *3 (-326 *6)) (-4 *5 (-1081))))
+ ((*1 *2 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-597 *5)) (-4 *5 (-13 (-29 *4) (-1235)))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-663 *5))
+ (-5 *1 (-599 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-597 (-421 (-976 *4))))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-663 (-326 *4))) (-5 *1 (-603 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-854 *3)) (-4 *3 (-559))
- (-4 *3 (-1132))))
+ (-12 (-4 *1 (-1127 *3 *2)) (-4 *3 (-871)) (-4 *2 (-1182 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 *1)) (-4 *1 (-1127 *4 *2)) (-4 *4 (-871))
+ (-4 *2 (-1182 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235)))))
((*1 *2 *1)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-864 *3)) (-4 *3 (-559))
- (-4 *3 (-1132))))
+ (-12 (-5 *2 (-1315 (-1209) *3)) (-5 *1 (-1321 *3)) (-4 *3 (-1081))))
((*1 *2 *1)
- (-12 (-4 *1 (-1029 *3)) (-4 *3 (-175)) (-4 *3 (-559))
- (-5 *2 (-421 (-560)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1039 *3)) (-4 *3 (-1069 *2)))))
+ (-12 (-5 *2 (-1315 *3 *4)) (-5 *1 (-1324 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-1081)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 (-630 *5))) (-5 *3 (-1209)) (-4 *5 (-435 *4))
+ (-4 *4 (-1133)) (-5 *1 (-587 *4 *5)))))
+(((*1 *1 *1 *1) (-4 *1 (-319))) ((*1 *1 *1 *1) (-5 *1 (-793)))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1191)) (-5 *1 (-732)))))
+(((*1 *2 *1) (-12 (-4 *1 (-319)) (-5 *2 (-793)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 (-1 *6 (-663 *6))))
+ (-4 *5 (-38 (-421 (-560)))) (-4 *6 (-1292 *5)) (-5 *2 (-663 *6))
+ (-5 *1 (-1293 *5 *6)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-1209)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-915 *4)) (-4 *4 (-1132)) (-5 *2 (-1 (-114) *5))
- (-5 *1 (-916 *4 *5)) (-4 *5 (-1248))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1198)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-544 *3)) (-4 *3 (-13 (-748) (-25))))))
+(((*1 *2 *1) (-12 (-5 *2 (-988 (-793))) (-5 *1 (-345)))))
+(((*1 *1 *1 *1) (-4 *1 (-319))) ((*1 *1 *1 *1) (-5 *1 (-793)))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-571)) (-5 *1 (-1001 *2 *3)) (-4 *3 (-1275 *2)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-973 *5)) (-5 *3 (-793)) (-4 *5 (-1081))
+ (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-773)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-663 (-976 *3))) (-4 *3 (-466))
+ (-5 *1 (-373 *3 *4)) (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-663 (-802 *3 (-889 *4)))) (-4 *3 (-466))
+ (-14 *4 (-663 (-1209))) (-5 *1 (-647 *3 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-711 (-421 (-976 (-560)))))
+ (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1060))
+ (-5 *3 (-326 (-560))))))
+(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-663 *2)) (-4 *2 (-1132)) (-4 *2 (-1248)))))
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-121 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-136))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-856 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-866 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3))
+ (-4 *3 (-1275 *2)))))
+(((*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1249)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))
+ (-5 *2 (-2 (|:| |bas| (-490 *4 *5 *6 *7)) (|:| -3612 (-663 *7))))
+ (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
+(((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-711 (-421 *4))))))
(((*1 *2 *3 *3)
- (-12 (-4 *2 (-571)) (-5 *1 (-1000 *2 *3)) (-4 *3 (-1274 *2)))))
+ (-12 (-5 *3 (-793)) (-5 *2 (-1299 (-663 (-560)))) (-5 *1 (-494))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-769)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *5 (-435 *4))
+ (-12 (-4 *4 (-1081)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5))
+ (-4 *3 (-1275 *4))
+ (-4 *5 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-5 *3 (-520)) (-5 *2 (-713 (-1135))) (-5 *1 (-303)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-793)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *2 (-843 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-870)) (-5 *1 (-1323 *3 *2)) (-4 *3 (-1081)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-935 *4))
+ (-4 *4 (-1133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *6)) (-4 *6 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-1203 *7)) (-5 *1 (-333 *4 *5 *6 *7))
+ (-4 *7 (-980 *6 *4 *5)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-421 (-1203 (-326 *3)))) (-4 *3 (-571))
+ (-5 *1 (-1162 *3)))))
+(((*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| (-1187 (-229)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3423
+ (-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 (-1067)) (-5 *1 (-315)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1070 (-560)) (-660 (-560)) (-466)))
+ (-5 *2
+ (-2
+ (|:| |%term|
+ (-2 (|:| |%coef| (-1280 *4 *5 *6))
+ (|:| |%expon| (-331 *4 *5 *6))
+ (|:| |%expTerms|
+ (-663 (-2 (|:| |k| (-421 (-560))) (|:| |c| *4))))))
+ (|:| |%type| (-1191))))
+ (-5 *1 (-1286 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1235) (-435 *3)))
+ (-14 *5 (-1209)) (-14 *6 *4))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-1187 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *2 (-571)) (-5 *1 (-1001 *2 *4))
+ (-4 *4 (-1275 *2)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-1209)) (-5 *2 (-114))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-779)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1081)) (-5 *2 (-988 (-734 *3 *4))) (-5 *1 (-734 *3 *4))
+ (-4 *4 (-1275 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-421 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-13 (-376) (-149)))
+ (-5 *1 (-413 *3 *4)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -2301 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-376)) (-4 *7 (-1275 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-421 *7)) (|:| |a0| *6))
+ (-2 (|:| -2301 (-421 *7)) (|:| |coeff| (-421 *7))) "failed"))
+ (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-711 *4)) (-5 *3 (-949)) (-4 *4 (-1081))
+ (-5 *1 (-1061 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 (-711 *4))) (-5 *3 (-949)) (-4 *4 (-1081))
+ (-5 *1 (-1061 *4)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-1152)) (-5 *2 (-114)) (-5 *1 (-846)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |var| (-663 (-1209))) (|:| |pred| (-51))))
+ (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376))
(-5 *2
- (-3 (|:| |overq| (-1202 (-421 (-560))))
- (|:| |overan| (-1202 (-48))) (|:| -2665 (-114))))
- (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1274 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
+ (-2 (|:| |ir| (-597 (-421 *6))) (|:| |specpart| (-421 *6))
+ (|:| |polypart| *6)))
+ (-5 *1 (-588 *5 *6)) (-5 *3 (-421 *6)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *5) (-27) (-1235)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2 (-597 *3)) (-5 *1 (-580 *5 *3 *6)) (-4 *6 (-1133)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-931 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2) (-12 (-5 *1 (-931 *2)) (-4 *2 (-1133)))))
+(((*1 *1) (-5 *1 (-592))))
+(((*1 *1 *1) (-4 *1 (-559))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *3 *3 *4 *5 *5 *5 *5 *5 *5 *6 *6 *6 *3 *3 *5
+ *7 *3 *8)
+ (-12 (-5 *5 (-711 (-229))) (-5 *6 (-114)) (-5 *7 (-711 (-560)))
+ (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-65 QPHESS))))
+ (-5 *3 (-560)) (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-775)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-5 *1 (-597 *2)) (-4 *2 (-1070 *3))
+ (-4 *2 (-376))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-597 *2)) (-4 *2 (-376))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-648 *4 *2))
+ (-4 *2 (-13 (-435 *4) (-1034) (-1235)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1124 *2)) (-4 *2 (-13 (-435 *4) (-1034) (-1235)))
+ (-4 *4 (-571)) (-5 *1 (-648 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-990)) (-5 *2 (-1209))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1124 *1)) (-4 *1 (-990)))))
+(((*1 *1 *1 *1) (-5 *1 (-163)))
+ ((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-163)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-171 (-229))) (-5 *5 (-560))
+ (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-1 (-597 *3) *3 (-1209)))
+ (-5 *6
+ (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
+ (-1209)))
+ (-4 *3 (-296)) (-4 *3 (-649)) (-4 *3 (-1070 *4)) (-4 *3 (-435 *7))
+ (-5 *4 (-1209)) (-4 *7 (-633 (-916 (-560)))) (-4 *7 (-466))
+ (-4 *7 (-912 (-560))) (-4 *7 (-1133)) (-5 *2 (-597 *3))
+ (-5 *1 (-587 *7 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))
+ (-5 *2 (-663 (-229))) (-5 *1 (-315)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1081))
+ (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296)))
+ (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-4 *5 (-1254)) (-4 *6 (-1275 *5))
+ (-4 *7 (-1275 (-421 *6))) (-5 *2 (-663 (-976 *5)))
+ (-5 *1 (-354 *4 *5 *6 *7)) (-4 *4 (-355 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-4 *1 (-355 *4 *5 *6)) (-4 *4 (-1254))
+ (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-4 *4 (-376))
+ (-5 *2 (-663 (-976 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-888)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1284 *3 *2)) (-4 *3 (-1081))
+ (-4 *2 (-1261 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -3227 *9))))
- (-5 *4 (-793)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1102 *5 *6 *7 *8))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-1304))
- (-5 *1 (-1100 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -3227 *9))))
- (-5 *4 (-793)) (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1140 *5 *6 *7 *8))
- (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871)) (-5 *2 (-1304))
- (-5 *1 (-1176 *5 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-1209)) (-5 *4 (-976 (-560))) (-5 *2 (-342))
+ (-5 *1 (-344)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-286)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1165 (-229))) (-5 *3 (-663 (-270))) (-5 *1 (-1303))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1165 (-229))) (-5 *3 (-1191)) (-5 *1 (-1303))))
+ ((*1 *1 *1) (-5 *1 (-1303))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-773)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-949))) (-5 *2 (-663 (-711 (-560))))
+ (-5 *1 (-1142)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *3 (-817)) (-4 *5 (-872)) (-5 *2 (-114))
+ (-5 *1 (-464 *4 *3 *5 *6)) (-4 *6 (-980 *4 *3 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1172 *3 *2)) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *2 (-13 (-1133) (-34))))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-174))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1245 *3)) (-4 *3 (-1006)))))
+(((*1 *1) (-5 *1 (-611))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-195))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-313))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-315)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-949)) (-4 *1 (-766 *3)) (-4 *3 (-175)))))
+(((*1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-853)))))
+(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-564))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))))
+ (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-5 *2 (-114)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-618 *2 *3)) (-4 *3 (-1249)) (-4 *2 (-1133))
+ (-4 *2 (-872)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1124 (-866 *3))) (-4 *3 (-13 (-1235) (-990) (-29 *5)))
+ (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-3 (|:| |f1| (-866 *3)) (|:| |f2| (-663 (-866 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-223 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1124 (-866 *3))) (-5 *5 (-1191))
+ (-4 *3 (-13 (-1235) (-990) (-29 *6)))
+ (-4 *6 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-3 (|:| |f1| (-866 *3)) (|:| |f2| (-663 (-866 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-223 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1124 (-866 (-326 *5))))
+ (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-3 (|:| |f1| (-866 (-326 *5))) (|:| |f2| (-663 (-866 (-326 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-224 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-421 (-976 *6))) (-5 *4 (-1124 (-866 (-326 *6))))
+ (-5 *5 (-1191))
+ (-4 *6 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-3 (|:| |f1| (-866 (-326 *6))) (|:| |f2| (-663 (-866 (-326 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-224 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1124 (-866 (-421 (-976 *5))))) (-5 *3 (-421 (-976 *5)))
+ (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-3 (|:| |f1| (-866 (-326 *5))) (|:| |f2| (-663 (-866 (-326 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-224 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1124 (-866 (-421 (-976 *6))))) (-5 *5 (-1191))
+ (-5 *3 (-421 (-976 *6)))
+ (-4 *6 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-3 (|:| |f1| (-866 (-326 *6))) (|:| |f2| (-663 (-866 (-326 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-224 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-3 *3 (-663 *3))) (-5 *1 (-444 *5 *3))
+ (-4 *3 (-13 (-1235) (-990) (-29 *5)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-488 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3)))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1121 (-866 (-391))))
+ (-5 *5 (-391)) (-5 *6 (-1095)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3) (-12 (-5 *3 (-791)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1121 (-866 (-391))))
+ (-5 *5 (-391)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1121 (-866 (-391))))
+ (-5 *5 (-391)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-1121 (-866 (-391))))
+ (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1121 (-866 (-391)))))
+ (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1121 (-866 (-391)))))
+ (-5 *5 (-391)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1121 (-866 (-391)))))
+ (-5 *5 (-391)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-1121 (-866 (-391)))))
+ (-5 *5 (-391)) (-5 *6 (-1095)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-326 (-391))) (-5 *4 (-1124 (-866 (-391))))
+ (-5 *5 (-1191)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-326 (-391))) (-5 *4 (-1124 (-866 (-391))))
+ (-5 *5 (-1209)) (-5 *2 (-1067)) (-5 *1 (-579))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-560)))) (-4 *5 (-1275 *4))
+ (-5 *2 (-597 (-421 *5))) (-5 *1 (-582 *4 *5)) (-5 *3 (-421 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209)) (-4 *5 (-149))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-3 (-326 *5) (-663 (-326 *5)))) (-5 *1 (-603 *5))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-762 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-872))
+ (-4 *3 (-38 (-421 (-560))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1209)) (-5 *1 (-976 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-4 *3 (-1081))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-4 *2 (-872))
+ (-5 *1 (-1158 *3 *2 *4)) (-4 *4 (-980 *3 (-545 *2) *2))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081))
+ (-5 *1 (-1193 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1200 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1206 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1207 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3)))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *1 (-1242 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1259 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-2309
+ (-12 (-5 *2 (-1209)) (-4 *1 (-1261 *3)) (-4 *3 (-1081))
+ (-12 (-4 *3 (-29 (-560))) (-4 *3 (-990)) (-4 *3 (-1235))
+ (-4 *3 (-38 (-421 (-560))))))
+ (-12 (-5 *2 (-1209)) (-4 *1 (-1261 *3)) (-4 *3 (-1081))
+ (-12 (|has| *3 (-15 -2712 ((-663 *2) *3)))
+ (|has| *3 (-15 -3671 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1261 *2)) (-4 *2 (-1081)) (-4 *2 (-38 (-421 (-560))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-38 (-421 (-560))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1280 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-2309
+ (-12 (-5 *2 (-1209)) (-4 *1 (-1282 *3)) (-4 *3 (-1081))
+ (-12 (-4 *3 (-29 (-560))) (-4 *3 (-990)) (-4 *3 (-1235))
+ (-4 *3 (-38 (-421 (-560))))))
+ (-12 (-5 *2 (-1209)) (-4 *1 (-1282 *3)) (-4 *3 (-1081))
+ (-12 (|has| *3 (-15 -2712 ((-663 *2) *3)))
+ (|has| *3 (-15 -3671 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1282 *2)) (-4 *2 (-1081)) (-4 *2 (-38 (-421 (-560))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1296 *4)) (-14 *4 (-1209)) (-5 *1 (-1289 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-2309
+ (-12 (-5 *2 (-1209)) (-4 *1 (-1292 *3)) (-4 *3 (-1081))
+ (-12 (-4 *3 (-29 (-560))) (-4 *3 (-990)) (-4 *3 (-1235))
+ (-4 *3 (-38 (-421 (-560))))))
+ (-12 (-5 *2 (-1209)) (-4 *1 (-1292 *3)) (-4 *3 (-1081))
+ (-12 (|has| *3 (-15 -2712 ((-663 *2) *3)))
+ (|has| *3 (-15 -3671 (*3 *3 *2))) (-4 *3 (-38 (-421 (-560))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1292 *2)) (-4 *2 (-1081)) (-4 *2 (-38 (-421 (-560)))))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1044)) (-5 *2 (-888)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *2) (-12 (-5 *2 (-949)) (|has| *1 (-6 -4501)) (-4 *1 (-418))))
+ ((*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-949))))
+ ((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-721))))
+ ((*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-721)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-2 (|:| -2549 (-1203 *6)) (|:| -2909 (-560)))))
+ (-4 *6 (-319)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-560))
+ (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-980 *6 *4 *5)))))
+(((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -4467 (-115)) (|:| |arg| (-663 (-916 *3)))))
+ (-5 *1 (-916 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-115)) (-5 *2 (-663 (-916 *4)))
+ (-5 *1 (-916 *4)) (-4 *4 (-1133)))))
+(((*1 *2 *2) (-12 (-5 *2 (-663 (-326 (-229)))) (-5 *1 (-278)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *5))))
+ (-5 *1 (-1161 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-13 (-319) (-149)))
+ (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1161 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-305 (-421 (-976 *5)))) (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-305 (-326 *5))))
+ (-5 *1 (-1161 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-305 (-421 (-976 *4)))) (-4 *4 (-13 (-319) (-149)))
+ (-5 *2 (-663 (-305 (-326 *4)))) (-5 *1 (-1161 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-421 (-976 *5)))) (-5 *4 (-663 (-1209)))
+ (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5)))))
+ (-5 *1 (-1161 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-421 (-976 *4)))) (-4 *4 (-13 (-319) (-149)))
+ (-5 *2 (-663 (-663 (-305 (-326 *4))))) (-5 *1 (-1161 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-305 (-421 (-976 *5))))) (-5 *4 (-663 (-1209)))
+ (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *5)))))
+ (-5 *1 (-1161 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-305 (-421 (-976 *4)))))
+ (-4 *4 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-305 (-326 *4)))))
+ (-5 *1 (-1161 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
+ (-5 *2 (-711 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-711 *4)) (-5 *1 (-431 *3 *4))
+ (-4 *3 (-432 *4))))
+ ((*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1297 *3)) (-4 *3 (-1248)) (-4 *3 (-1080))
- (-5 *2 (-711 *3)))))
-(((*1 *2 *2) (-12 (-5 *1 (-601 *2)) (-4 *2 (-559)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-2 (|:| -3818 *3) (|:| -2660 *4))))
- (-4 *3 (-1132)) (-4 *4 (-1132)) (-4 *1 (-1225 *3 *4))))
- ((*1 *1) (-12 (-4 *1 (-1225 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))))
-(((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-972 (-229))) (-5 *4 (-898)) (-5 *5 (-948))
- (-5 *2 (-1304)) (-5 *1 (-482))))
+ (-12
+ (-5 *2
+ (-2 (|:| -3128 (-803 *3)) (|:| |coef1| (-803 *3))
+ (|:| |coef2| (-803 *3))))
+ (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-2 (|:| -3128 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-229)) (-5 *5 (-560)) (-5 *2 (-1245 *3))
+ (-5 *1 (-812 *3)) (-4 *3 (-1006))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *4 (-114))
+ (-5 *1 (-1245 *2)) (-4 *2 (-1006)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
+ (-5 *2 (-663 (-976 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-663 (-976 *4))) (-5 *1 (-431 *3 *4))
+ (-4 *3 (-432 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-663 (-976 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-663 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1299 (-467 *4 *5 *6 *7))) (-5 *2 (-663 (-976 *4)))
+ (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-571)) (-4 *4 (-175))
+ (-14 *5 (-949)) (-14 *6 (-663 (-1209))) (-14 *7 (-1299 (-711 *4))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *5 (-435 *4))
+ (-5 *2
+ (-3 (|:| |overq| (-1203 (-421 (-560))))
+ (|:| |overan| (-1203 (-48))) (|:| -4172 (-114))))
+ (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1275 *5)))))
+(((*1 *2 *1 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1245 *3)) (-4 *3 (-1006)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-520)) (-5 *2 (-713 (-109))) (-5 *1 (-178))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-520)) (-5 *2 (-713 (-109))) (-5 *1 (-1117)))))
+(((*1 *2 *1) (-12 (-4 *1 (-338 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816))))
+ ((*1 *2 *1) (-12 (-4 *1 (-730 *3)) (-4 *3 (-1081)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-877 *3)) (-4 *3 (-1081)) (-5 *2 (-793))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-972 (-229))) (-5 *2 (-1304)) (-5 *1 (-482))))
- ((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-663 (-972 (-229)))) (-5 *4 (-898)) (-5 *5 (-948))
- (-5 *2 (-1304)) (-5 *1 (-482)))))
+ (-12 (-5 *3 (-663 *6)) (-4 *1 (-980 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 (-793)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-980 *4 *5 *3)) (-4 *4 (-1081)) (-4 *5 (-817))
+ (-4 *3 (-872)) (-5 *2 (-793)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-677 *4)) (-4 *4 (-355 *5 *6 *7))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6)))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4))))
+ (-5 *1 (-830 *5 *6 *7 *4)))))
+(((*1 *2 *1 *3 *3 *3 *2)
+ (-12 (-5 *3 (-793)) (-5 *1 (-697 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1142)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-761 *3)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
(((*1 *2 *3)
+ (-12 (-5 *3 (-1078 *4 *5)) (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-14 *5 (-663 (-1209))) (-5 *2 (-663 (-663 (-1056 (-421 *4)))))
+ (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114))
+ (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114))
+ (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-663 (-1056 (-421 *5))))) (-5 *1 (-1327 *5 *6 *7))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-976 *4)))
+ (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-663 (-1056 (-421 *4))))) (-5 *1 (-1327 *4 *5 *6))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
+ (-4 *4 (-385 *2)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-2 (|:| |totdeg| (-793)) (|:| -2955 *4))) (-5 *5 (-793))
+ (-4 *4 (-980 *6 *7 *8)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-5 *2
+ (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-5 *1 (-464 *6 *7 *8 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-114))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4))))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *2)
(-12
- (-5 *3
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *2 (-391)) (-5 *1 (-208)))))
+ (-5 *2
+ (-518 (-421 (-560)) (-246 *4 (-793)) (-889 *3)
+ (-255 *3 (-421 (-560)))))
+ (-14 *3 (-663 (-1209))) (-14 *4 (-793)) (-5 *1 (-519 *3 *4)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305))
+ (-5 *1 (-1104 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305))
+ (-5 *1 (-1140 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-543)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 *3 *4 *5))
- (-5 *2 (-427 *4 (-421 *4) *5 *6))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1298 *6)) (-4 *6 (-13 (-424 *4 *5) (-1069 *4)))
- (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4)) (-4 *3 (-319))
- (-5 *1 (-427 *3 *4 *5 *6))))
+ (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))
+ (-5 *2 (-1203 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-847)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 (-171 (-421 (-560))))) (-5 *2 (-663 (-171 *4)))
+ (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-871))))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *3 (-1097 *6 *7 *8))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1104 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -2417 *9))))
+ (-5 *5 (-114)) (-4 *8 (-1097 *6 *7 *4)) (-4 *9 (-1103 *6 *7 *4 *8))
+ (-4 *6 (-466)) (-4 *7 (-817)) (-4 *4 (-872))
+ (-5 *2 (-663 (-2 (|:| |val| *8) (|:| -2417 *9))))
+ (-5 *1 (-1104 *6 *7 *4 *8 *9)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-305 *2)) (-4 *2 (-748)) (-4 *2 (-1249)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1176)) (-5 *2 (-114)))))
+(((*1 *2 *3) (-12 (-5 *2 (-391)) (-5 *1 (-807 *3)) (-4 *3 (-633 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-949)) (-5 *2 (-391)) (-5 *1 (-807 *3))
+ (-4 *3 (-633 *2))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-976 *4)) (-4 *4 (-1081)) (-4 *4 (-633 *2))
+ (-5 *2 (-391)) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-976 *5)) (-5 *4 (-949)) (-4 *5 (-1081))
+ (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-4 *4 (-633 *2))
+ (-5 *2 (-391)) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-872))
+ (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 *5)) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-872))
+ (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-335 *4 *2)) (-4 *4 (-1133))
+ (-4 *2 (-133)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-663 (-1209))) (-4 *5 (-571))
+ (-5 *2 (-663 (-663 (-305 (-421 (-976 *5)))))) (-5 *1 (-792 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-571))
+ (-5 *2 (-663 (-663 (-305 (-421 (-976 *4)))))) (-5 *1 (-792 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-711 *7))
+ (-5 *5
+ (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -4222 (-663 *6)))
+ *7 *6))
+ (-4 *6 (-376)) (-4 *7 (-680 *6))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1299 *6) "failed"))
+ (|:| -4222 (-663 (-1299 *6)))))
+ (-5 *1 (-837 *6 *7)) (-5 *4 (-1299 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *2 *1) (-12 (-5 *2 (-216 4 (-130))) (-5 *1 (-593)))))
+(((*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-229)) (-5 *1 (-1304))))
+ ((*1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-1304)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1) (-12 (-5 *2 (-713 *3)) (-5 *1 (-996 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-419 *3)) (-5 *1 (-944 *3)) (-4 *3 (-319)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3))))
+ (-5 *2 (-663 (-1107 *3 *4 *5))) (-5 *1 (-1109 *3 *4 *5))
+ (-4 *5 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-342)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-866 (-391))) (-5 *2 (-866 (-229))) (-5 *1 (-315)))))
+(((*1 *1 *1) (-5 *1 (-1095))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *5)) (-4 *5 (-13 (-1081) (-660 *4)))
+ (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-658 *4 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1299 *5)) (-4 *5 (-816)) (-5 *2 (-114))
+ (-5 *1 (-869 *4 *5)) (-14 *4 (-793)))))
+(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-303)))
+ ((*1 *1) (-5 *1 (-888)))
+ ((*1 *1)
+ (-12 (-4 *2 (-466)) (-4 *3 (-872)) (-4 *4 (-817))
+ (-5 *1 (-1018 *2 *3 *4 *5)) (-4 *5 (-980 *2 *4 *3))))
+ ((*1 *1) (-5 *1 (-1117)))
+ ((*1 *1)
+ (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34)))))
+ ((*1 *1) (-5 *1 (-1212))) ((*1 *1) (-5 *1 (-1213))))
+(((*1 *2 *3)
+ (-12 (|has| *6 (-6 -4511)) (-4 *4 (-376)) (-4 *5 (-385 *4))
+ (-4 *6 (-385 *4)) (-5 *2 (-663 *6)) (-5 *1 (-535 *4 *5 *6 *3))
+ (-4 *3 (-708 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (|has| *9 (-6 -4511)) (-4 *4 (-571)) (-4 *5 (-385 *4))
+ (-4 *6 (-385 *4)) (-4 *7 (-1023 *4)) (-4 *8 (-385 *7))
+ (-4 *9 (-385 *7)) (-5 *2 (-663 *6))
+ (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-708 *4 *5 *6))
+ (-4 *10 (-708 *7 *8 *9))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-663 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4))
+ (-4 *6 (-385 *4)) (-5 *2 (-663 *6)) (-5 *1 (-710 *4 *5 *6 *3))
+ (-4 *3 (-708 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571))
+ (-5 *2 (-663 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 *1))
+ (-4 *1 (-1103 *4 *5 *6 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1176)) (-5 *2 (-114)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1126 *3)) (-4 *3 (-1249)) (-5 *2 (-560)))))
+(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-781)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-4 *3 (-928 *5)) (-5 *2 (-1299 *3))
+ (-5 *1 (-714 *5 *3 *6 *4)) (-4 *6 (-385 *3))
+ (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-466))
+ (-5 *2
+ (-663
+ (-2 (|:| |eigval| (-3 (-421 (-976 *4)) (-1198 (-1209) (-976 *4))))
+ (|:| |geneigvec| (-663 (-711 (-421 (-976 *4))))))))
+ (-5 *1 (-304 *4)) (-5 *3 (-711 (-421 (-976 *4)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-130))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-694 *3)) (-4 *3 (-872)) (-4 *1 (-387 *3 *4))
+ (-4 *4 (-175)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-571) (-149)))
+ (-5 *2 (-2 (|:| -3369 *3) (|:| -3379 *3))) (-5 *1 (-1271 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-847)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-1018 (-421 (-560)) (-889 *3) (-246 *4 (-793))
+ (-255 *3 (-421 (-560)))))
+ (-14 *3 (-663 (-1209))) (-14 *4 (-793)) (-5 *1 (-1019 *3 *4)))))
+(((*1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034)))
+ (-5 *1 (-179 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-4 *7 (-980 *4 *6 *5))
+ (-5 *2
+ (-2 (|:| |sysok| (-114)) (|:| |z0| (-663 *7)) (|:| |n0| (-663 *7))))
+ (-5 *1 (-954 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1176)) (-5 *3 (-560)) (-5 *2 (-114)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-1173 *2 *3)) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34))))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-448))
+ (-5 *2
+ (-663
+ (-3 (|:| -2187 (-1209))
+ (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560)))))))))
+ (-5 *1 (-1213)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-30))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-419 *4) *4)) (-4 *4 (-571)) (-5 *2 (-419 *4))
+ (-5 *1 (-433 *4))))
+ ((*1 *1 *1) (-5 *1 (-955)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955))))
+ ((*1 *1 *1) (-5 *1 (-957)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-957))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))
+ (-5 *4 (-421 (-560))) (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))
+ (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))
+ (-5 *4 (-421 (-560))) (-5 *1 (-1054 *3)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))
+ (-5 *1 (-1054 *3)) (-4 *3 (-1275 (-421 (-560))))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3))
+ (-4 *3 (-1275 *2)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-121 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-976 *4)) (-4 *4 (-13 (-319) (-149)))
+ (-4 *2 (-980 *4 *6 *5)) (-5 *1 (-954 *4 *5 *6 *2))
+ (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *3)) (-5 *1 (-1160 *4 *3)) (-4 *4 (-1275 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-156))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-1098)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *2 (-1081)) (-5 *1 (-50 *2 *3)) (-14 *3 (-663 (-1209)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 (-949))) (-4 *2 (-376)) (-5 *1 (-154 *4 *2 *5))
+ (-14 *4 (-949)) (-14 *5 (-1025 *4 *2))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-326 *3)) (-5 *1 (-227 *3 *4))
+ (-4 *3 (-13 (-1081) (-872))) (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-133))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-397 *2 *3)) (-4 *3 (-1133)) (-4 *2 (-1081))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *2 (-571)) (-5 *1 (-642 *2 *4))
+ (-4 *4 (-1275 *2))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-730 *2)) (-4 *2 (-1081))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-1081)) (-5 *1 (-757 *2 *3)) (-4 *3 (-748))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *5)) (-5 *3 (-663 (-793))) (-4 *1 (-762 *4 *5))
+ (-4 *4 (-1081)) (-4 *5 (-872))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *2)) (-4 *4 (-1081))
+ (-4 *2 (-872))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-877 *2)) (-4 *2 (-1081))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 (-793))) (-4 *1 (-980 *4 *5 *6))
+ (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-980 *4 *5 *2)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *2 (-872))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-4 *2 (-980 *4 (-545 *5) *5))
+ (-5 *1 (-1158 *4 *5 *2)) (-4 *4 (-1081)) (-4 *5 (-872))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-976 *4)) (-5 *1 (-1242 *4))
+ (-4 *4 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-1187 (-1003))) (-5 *1 (-1003)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3 *4 *2 *5)) (-4 *4 (-1081)) (-4 *5 (-245 *3 *4))
+ (-4 *2 (-245 *3 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))))
+(((*1 *1 *1) (-4 *1 (-571))))
+(((*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1) (-12 (-4 *1 (-277 *2)) (-4 *2 (-872))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-376))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-518 *3 *4 *5 *6)))))
+ (|partial| -12 (-5 *2 (-1209)) (-5 *1 (-889 *3)) (-14 *3 (-663 *2))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-1021))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1249)) (-5 *2 (-1209)) (-5 *1 (-1090 *3 *4))
+ (-4 *3 (-1126 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-1124 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1278 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (-5 *2 (-1209))))
+ ((*1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1296 *3)) (-14 *3 *2))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-466))
+ (-5 *2 (-495 *4 *5)) (-5 *1 (-650 *4 *5)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *1) (-5 *1 (-146))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-4 *5 (-376)) (-5 *2 (-663 (-1242 *5)))
+ (-5 *1 (-1308 *5)) (-5 *4 (-1242 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-973 *4))) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1128 *3)) (-5 *1 (-931 *3)) (-4 *3 (-381))
- (-4 *3 (-1132)))))
+ (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381)) (-5 *2 (-114))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363)) (-5 *2 (-114))
+ (-5 *1 (-369 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *4)) (-4 *4 (-363)) (-5 *2 (-114))
+ (-5 *1 (-542 *4)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-1061 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 (-711 *3))) (-4 *3 (-1081)) (-5 *1 (-1061 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-1061 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-663 (-711 *3))) (-4 *3 (-1081)) (-5 *1 (-1061 *3)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1219)))))
+(((*1 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1202 *5)) (-4 *5 (-466)) (-5 *2 (-663 *6))
- (-5 *1 (-552 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-870)))))
+ (-12 (-5 *4 (-1 (-663 *5) *6))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5))
+ (-5 *2 (-663 (-2 (|:| |poly| *6) (|:| -1969 *3))))
+ (-5 *1 (-833 *5 *6 *3 *7)) (-4 *3 (-680 *6))
+ (-4 *7 (-680 (-421 *6)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-975 *5)) (-4 *5 (-466)) (-5 *2 (-663 *6))
- (-5 *1 (-552 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-870))))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-543))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-591))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-886)))))
+ (-12 (-5 *4 (-1 (-663 *5) *6))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *6 (-1275 *5))
+ (-5 *2 (-663 (-2 (|:| |poly| *6) (|:| -1969 (-678 *6 (-421 *6))))))
+ (-5 *1 (-836 *5 *6)) (-5 *3 (-678 *6 (-421 *6))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1275 *3)) (-5 *1 (-413 *3 *2))
+ (-4 *3 (-13 (-376) (-149))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-891 *4 *5 *6 *7))
+ (-4 *4 (-1081)) (-14 *5 (-663 (-1209))) (-14 *6 (-663 *3))
+ (-14 *7 *3)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-1081)) (-4 *5 (-872)) (-4 *6 (-817))
+ (-14 *8 (-663 *5)) (-5 *2 (-1305))
+ (-5 *1 (-1312 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-980 *4 *6 *5))
+ (-14 *9 (-663 *3)) (-14 *10 *3))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *1) (-12 (-5 *2 (-850)) (-5 *1 (-849)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-778)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-466)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1203 (-976 *6))) (-4 *6 (-571))
+ (-4 *2 (-980 (-421 (-976 *6)) *5 *4)) (-5 *1 (-754 *5 *4 *6 *2))
+ (-4 *5 (-817))
+ (-4 *4 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-872))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-128 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-560)) (-4 *1 (-294 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-294 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2
+ (|:| -1919
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (|:| -3529
+ (-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| (-1187 (-229)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3423
+ (-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 (-574))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-717 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2
+ (|:| -1919
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
+ (|:| -3529
+ (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391))
+ (|:| |expense| (-391)) (|:| |accuracy| (-391))
+ (|:| |intermediateResults| (-391))))))
+ (-5 *1 (-827))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *2 (-1305)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-341 *3)) (-4 *5 (-1274 *4))
- (-5 *1 (-799 *3 *4 *5 *2 *6)) (-4 *2 (-1274 *5)) (-14 *6 (-948))))
+ (-12 (-4 *3 (-13 (-571) (-1070 (-560)))) (-5 *1 (-191 *3 *2))
+ (-4 *2 (-13 (-27) (-1235) (-435 (-171 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-571) (-1070 (-560))))
+ (-5 *1 (-191 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 (-171 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1239 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))))
+(((*1 *1) (-5 *1 (-848))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-888)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-376)) (-4 *5 (-1275 *4)) (-5 *2 (-1305))
+ (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1275 (-421 *5))) (-14 *7 *6))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-5 *2 (-2 (|:| -1919 *3) (|:| -3529 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175))
+ (-4 *5 (-1275 *4)) (-5 *2 (-711 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-711 *4))
+ (-5 *1 (-423 *3 *4 *5)) (-4 *3 (-424 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3))
+ (-5 *2 (-711 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-171 (-326 *4)))
+ (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 (-171 *4))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-171 *3)) (-5 *1 (-1239 *4 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *4))))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-793)) (-4 *4 (-319)) (-4 *6 (-1275 *4))
+ (-5 *2 (-1299 (-663 *6))) (-5 *1 (-469 *4 *6)) (-5 *5 (-663 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-1209))) (-4 *4 (-13 (-319) (-149)))
+ (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817))
+ (-5 *2 (-663 (-421 (-976 *4)))) (-5 *1 (-954 *4 *5 *6 *7))
+ (-4 *7 (-980 *4 *6 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-221)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-495 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-1081))
+ (-5 *2 (-255 *4 *5)) (-5 *1 (-974 *4 *5)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-769)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1133))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-1081))
+ (-5 *2 (-495 *4 *5)) (-5 *1 (-974 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1128))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-4 *3 (-381))))
- ((*1 *1 *1) (-12 (-4 *1 (-1317 *2)) (-4 *2 (-376)) (-4 *2 (-381)))))
+ (-12 (-5 *2 (-793)) (-4 *1 (-1288 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1291 *4))
- (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-1 (-1186 *4) (-1186 *4)))
- (-5 *1 (-1292 *4 *5)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-171 (-229)) (-171 (-229)))) (-5 *4 (-1120 (-229)))
- (-5 *2 (-1302)) (-5 *1 (-267)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-663 (-711 *6))) (-5 *4 (-114)) (-5 *5 (-560))
- (-5 *2 (-711 *6)) (-5 *1 (-1061 *6)) (-4 *6 (-376)) (-4 *6 (-1080))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 (-711 *4))) (-5 *2 (-711 *4)) (-5 *1 (-1061 *4))
- (-4 *4 (-376)) (-4 *4 (-1080))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-560)) (-5 *2 (-711 *5))
- (-5 *1 (-1061 *5)) (-4 *5 (-376)) (-4 *5 (-1080)))))
+ (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *3)) (-5 *1 (-1160 *4 *3)) (-4 *4 (-1275 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *2)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))))
+(((*1 *1 *1 *1) (-4 *1 (-559))))
+(((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-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| (-1187 (-229)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3423
+ (-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 (-574)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-3 (-421 (-975 *5)) (-1197 (-1208) (-975 *5))))
- (-4 *5 (-466)) (-5 *2 (-663 (-711 (-421 (-975 *5)))))
- (-5 *1 (-304 *5)) (-5 *4 (-711 (-421 (-975 *5)))))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-776)))))
-(((*1 *1 *1 *1) (-5 *1 (-163)))
- ((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-163)))))
-(((*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))))
+ (-12 (-5 *3 (-421 (-976 (-171 (-560))))) (-5 *2 (-663 (-171 *4)))
+ (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-871)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-663 (-421 (-976 (-171 (-560))))))
+ (-5 *4 (-663 (-1209))) (-5 *2 (-663 (-663 (-171 *5))))
+ (-5 *1 (-392 *5)) (-4 *5 (-13 (-376) (-871))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1187 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-195))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1187 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-313))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1187 (-229))) (-5 *2 (-663 (-1191))) (-5 *1 (-315)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1305)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))))
+(((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))))
+(((*1 *2 *1 *1 *3 *4)
+ (-12 (-5 *3 (-1 (-114) *5 *5)) (-5 *4 (-1 (-114) *6 *6))
+ (-4 *5 (-13 (-1133) (-34))) (-4 *6 (-13 (-1133) (-34)))
+ (-5 *2 (-114)) (-5 *1 (-1172 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-793)) (-4 *5 (-1081)) (-4 *2 (-1275 *5))
+ (-5 *1 (-1294 *5 *2 *6 *3)) (-4 *6 (-680 *2)) (-4 *3 (-1292 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2))
+ (-4 *2 (-1275 *4)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-5 *2 (-391)) (-5 *1 (-195)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1299 (-721))) (-5 *1 (-315)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-872)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-1187 *3))) (-5 *1 (-1187 *3)) (-4 *3 (-1249)))))
+(((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4510)) (-4 *1 (-153 *2)) (-4 *2 (-1249))
+ (-4 *2 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *3))
+ (-4 *3 (-1249))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-696 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-114) *4)) (-5 *3 (-560)) (-4 *4 (-1133))
+ (-5 *1 (-758 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-5 *1 (-758 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1173 *3 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-934 *3)) (-4 *3 (-1133)) (-5 *2 (-1129 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1133)) (-5 *2 (-1129 (-663 *4))) (-5 *1 (-935 *4))
+ (-5 *3 (-663 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1133)) (-5 *2 (-1129 (-1129 *4))) (-5 *1 (-935 *4))
+ (-5 *3 (-1129 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-1129 *3)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-339 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1249))
+ (-14 *4 (-560)))))
+(((*1 *2 *2 *3 *3)
+ (|partial| -12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-589 *4 *2))
+ (-4 *2 (-13 (-1235) (-990) (-1171) (-29 *4))))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1067)) (-5 *3 (-1209)) (-5 *1 (-195)))))
+(((*1 *2 *3) (-12 (-5 *2 (-560)) (-5 *1 (-583 *3)) (-4 *3 (-1070 *2))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *2 *5 *6)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -3273 *3) (|:| |coef1| (-803 *3)) (|:| |coef2| (-803 *3))))
+ (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872)))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-349 *3 *4 *5 *2)) (-4 *3 (-376))
+ (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4)))
+ (-4 *2 (-355 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-175))))
+ ((*1 *1) (-12 (-4 *2 (-175)) (-4 *1 (-746 *2 *3)) (-4 *3 (-1275 *2)))))
(((*1 *2 *3)
(-12 (-5 *3 (-663 (-326 (-229)))) (-5 *2 (-114)) (-5 *1 (-278))))
((*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-114)) (-5 *1 (-278))))
((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))))
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-560)) (-5 *2 (-114)) (-5 *1 (-568)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
+ (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-1078 *5 *6)))
+ (-5 *1 (-647 *5 *6)))))
+(((*1 *1 *1) (-5 *1 (-114))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-793)) (-4 *6 (-1133)) (-4 *3 (-928 *6))
+ (-5 *2 (-711 *3)) (-5 *1 (-714 *6 *3 *7 *4)) (-4 *7 (-385 *3))
+ (-4 *4 (-13 (-385 *6) (-10 -7 (-6 -4510)))))))
+(((*1 *2 *3)
+ (-12 (-14 *4 (-663 (-1209))) (-14 *5 (-793))
+ (-5 *2
+ (-663
+ (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4)
+ (-255 *4 (-421 (-560))))))
+ (-5 *1 (-519 *4 *5))
+ (-5 *3
+ (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4)
+ (-255 *4 (-421 (-560))))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *1) (-5 *1 (-1303))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-143))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-146)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-183))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-324))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1002))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1026))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1068))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1105)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-916 *4)) (-4 *4 (-1133)) (-5 *1 (-914 *4 *3))
+ (-4 *3 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2))
+ (-4 *2 (-435 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1209))))
+ ((*1 *1 *1) (-4 *1 (-162))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1203 *1)) (-4 *1 (-1044)))))
+(((*1 *2 *3 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-817)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-872))
+ (-5 *2 (-114)) (-5 *1 (-464 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-376)) (-4 *4 (-571)) (-4 *5 (-1275 *4))
+ (-5 *2 (-2 (|:| -3556 (-642 *4 *5)) (|:| -2444 (-421 *5))))
+ (-5 *1 (-642 *4 *5)) (-5 *3 (-421 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-1197 *3 *4))) (-5 *1 (-1197 *3 *4))
+ (-14 *3 (-949)) (-4 *4 (-1081))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-466)) (-4 *3 (-1081))
+ (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
+ (-4 *1 (-1275 *3)))))
+(((*1 *1) (-5 *1 (-592)))
+ ((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-884))))
+ ((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-884))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-888)) (-5 *2 (-1305)) (-5 *1 (-884))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-1187 *4))
+ (-4 *4 (-1133)) (-4 *4 (-1249)))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235)))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-391)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-376)) (-5 *1 (-1056 *3 *2)) (-4 *2 (-680 *3))))
+ (-12 (-4 *3 (-1081)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1275 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-288 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *5 (-435 *4))
+ (-5 *2 (-419 *3)) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1275 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-114)) (-5 *1 (-278)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *2 *4 *5 *6)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1203 *3)) (-5 *1 (-944 *3)) (-4 *3 (-319)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888))))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-5 *1 (-1293 *3 *2))
+ (-4 *2 (-1292 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-146))) (-5 *1 (-143))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-143)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-560)) (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-319))
+ (-4 *9 (-980 *8 *6 *7))
+ (-5 *2 (-2 (|:| -2955 (-1203 *9)) (|:| |polval| (-1203 *8))))
+ (-5 *1 (-764 *6 *7 *8 *9)) (-5 *3 (-1203 *9)) (-5 *4 (-1203 *8)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-995))) (-5 *1 (-109))))
+ ((*1 *2 *1) (-12 (-5 *2 (-45 (-1191) (-795))) (-5 *1 (-115)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209))
+ (-14 *4 *2))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *7)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5))
+ (-5 *1 (-1020 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-663 *7)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5))
+ (-5 *1 (-1139 *3 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-114)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1067))
+ (-5 *1 (-770)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1009 *4 *5 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1219)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-363))
+ (-5 *2
+ (-2 (|:| |cont| *5)
+ (|:| -1609 (-663 (-2 (|:| |irr| *3) (|:| -3225 (-560)))))))
+ (-5 *1 (-220 *5 *3)) (-4 *3 (-1275 *5)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-571)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-326 *3)) (-4 *3 (-13 (-1081) (-872)))
+ (-5 *1 (-227 *3 *4)) (-14 *4 (-663 (-1209))))))
+(((*1 *1) (-5 *1 (-303))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-663 *11))
+ (|:| |todo| (-663 (-2 (|:| |val| *3) (|:| -2417 *11))))))
+ (-5 *6 (-793))
+ (-5 *2 (-663 (-2 (|:| |val| (-663 *10)) (|:| -2417 *11))))
+ (-5 *3 (-663 *10)) (-5 *4 (-663 *11)) (-4 *10 (-1097 *7 *8 *9))
+ (-4 *11 (-1103 *7 *8 *9 *10)) (-4 *7 (-466)) (-4 *8 (-817))
+ (-4 *9 (-872)) (-5 *1 (-1101 *7 *8 *9 *10 *11))))
+ ((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-663 *11))
+ (|:| |todo| (-663 (-2 (|:| |val| *3) (|:| -2417 *11))))))
+ (-5 *6 (-793))
+ (-5 *2 (-663 (-2 (|:| |val| (-663 *10)) (|:| -2417 *11))))
+ (-5 *3 (-663 *10)) (-5 *4 (-663 *11)) (-4 *10 (-1097 *7 *8 *9))
+ (-4 *11 (-1141 *7 *8 *9 *10)) (-4 *7 (-466)) (-4 *8 (-817))
+ (-4 *9 (-872)) (-5 *1 (-1177 *7 *8 *9 *10 *11)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1275 *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 (-733 *2 *3 *4 *5 *6)) (-4 *2 (-175))
+ (-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 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175))
+ (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
+ (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407)))))
+(((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1094))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1094)))))
+(((*1 *2 *3 *2)
+ (|partial| -12 (-4 *4 (-376))
+ (-4 *5 (-13 (-385 *4) (-10 -7 (-6 -4511))))
+ (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4511))))
+ (-5 *1 (-689 *4 *5 *2 *3)) (-4 *3 (-708 *4 *5 *2))))
+ ((*1 *2 *3 *2)
+ (|partial| -12 (-5 *2 (-1299 *4)) (-5 *3 (-711 *4)) (-4 *4 (-376))
+ (-5 *1 (-690 *4))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *4 (-663 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-376))
+ (-5 *1 (-838 *2 *3)) (-4 *3 (-680 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-758 *3))))
+ ((*1 *1 *2) (-12 (-5 *1 (-758 *2)) (-4 *2 (-1133))))
+ ((*1 *1) (-12 (-5 *1 (-758 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-5 *1 (-932 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3))
+ (-4 *3 (-13 (-376) (-1235) (-1034))))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-376)) (-5 *1 (-924 *2 *3))
+ (-4 *2 (-1275 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-3 (-114) (-663 *1)))
+ (-4 *1 (-1103 *4 *5 *6 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-187 (-141)))) (-5 *1 (-142)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-898 (-949) (-949)))) (-5 *1 (-1003)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-711 *1)) (-4 *1 (-363)) (-5 *2 (-1299 *1))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-711 *1)) (-4 *1 (-147)) (-4 *1 (-940))
+ (-5 *2 (-1299 *1)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1249))
+ (-5 *2 (-663 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-914 *4 *5)) (-5 *3 (-914 *4 *6)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-688 *5)) (-5 *1 (-911 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-571)) (-5 *2 (-114)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034) (-1235)))))
+ ((*1 *1 *1) (-4 *1 (-649))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376))
+ (-4 *7 (-1275 (-421 *6)))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| -2963 *3)))
+ (-5 *1 (-577 *5 *6 *7 *3)) (-4 *3 (-355 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-376)) (-5 *2 (-2 (|:| -1837 *3) (|:| -2994 (-663 *5))))
- (-5 *1 (-1056 *5 *3)) (-5 *4 (-663 *5)) (-4 *3 (-680 *5)))))
-(((*1 *1 *1 *1) (-4 *1 (-145)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376))
+ (-5 *2
+ (-2 (|:| |answer| (-421 *6)) (|:| -2963 (-421 *6))
+ (|:| |specpart| (-421 *6)) (|:| |polypart| *6)))
+ (-5 *1 (-578 *5 *6)) (-5 *3 (-421 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-5 *2 (-114)))))
+(((*1 *1) (-5 *1 (-636))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-229) (-229) (-229)))
+ (-5 *4 (-1 (-229) (-229) (-229) (-229)))
+ (-5 *2 (-1 (-973 (-229)) (-229) (-229))) (-5 *1 (-719)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
+(((*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-159)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-663 (-305 *4))) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872))
+ (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *2 (-114)) (-5 *1 (-278)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-597 *3)) (-4 *3 (-376)))))
+(((*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235)))))
+ ((*1 *1 *1 *1) (-4 *1 (-817))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *1)) (-4 *1 (-1096 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-114))))
- ((*1 *2 *3 *1 *4)
- (-12 (-5 *4 (-1 (-114) *3 *3)) (-4 *1 (-1243 *5 *6 *7 *3))
- (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-114)))))
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
+ (-5 *2 (-711 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))))
+(((*1 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-460)) (-5 *3 (-560)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
+ (-4 *4 (-175)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-1121 (-421 (-560))))) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-270)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-793)) (-4 *6 (-376)) (-5 *4 (-1242 *6))
+ (-5 *2 (-1 (-1187 *4) (-1187 *4))) (-5 *1 (-1308 *6))
+ (-5 *5 (-1187 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-888) (-888))) (-5 *1 (-115))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-888) (-663 (-888)))) (-5 *1 (-115))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1 (-888) (-663 (-888)))) (-5 *1 (-115))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1305)) (-5 *1 (-217 *3))
+ (-4 *3
+ (-13 (-872)
+ (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 (*2 $))
+ (-15 -2854 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-407))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-407))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-516))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-732))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1229))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-1229)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-5 *2 (-560)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-996 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229)))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-66 FUNCT1))))
+ (-5 *2 (-1067)) (-5 *1 (-775)))))
+(((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-114)) (-5 *1 (-916 *4))
+ (-4 *4 (-1133)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1136 *2 *3 *4 *5 *6)) (-4 *2 (-1133)) (-4 *3 (-1133))
+ (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-560)) (-5 *1 (-326 *3)) (-4 *3 (-571)) (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-38 (-421 (-560))))
+ (-5 *2 (-2 (|:| -2243 (-1187 *4)) (|:| -2256 (-1187 *4))))
+ (-5 *1 (-1194 *4)) (-5 *3 (-1187 *4)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 (-663 *2) *2 *2 *2)) (-4 *2 (-1133))
+ (-5 *1 (-103 *2))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1133)) (-5 *1 (-103 *2)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-769)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4509)) (-4 *1 (-242 *3))
- (-4 *3 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-294 *3)) (-4 *3 (-1248)))))
+ (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-229))) (-5 *4 (-1209))
+ (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-195))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-229))) (-5 *4 (-1209))
+ (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-313)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3))
+ (-4 *3 (-1133)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-3 (-2 (|:| -2301 *7) (|:| |coeff| *7)) "failed") *7))
+ (-5 *6 (-663 (-421 *8))) (-4 *7 (-376)) (-4 *8 (-1275 *7))
+ (-5 *3 (-421 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-588 *7 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-91 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1284 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1261 *3)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-174))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *3 (-663 (-899)))
+ (-5 *1 (-482)))))
+(((*1 *2 *2 *2)
+ (-12
+ (-5 *2
+ (-663
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-793)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-817)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-466)) (-4 *5 (-872))
+ (-5 *1 (-464 *3 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-888)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 (-793))
+ (-14 *4 (-793)) (-4 *5 (-175)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-916 *4)) (-4 *4 (-1133)) (-5 *2 (-663 *5))
+ (-5 *1 (-917 *4 *5)) (-4 *5 (-1249)))))
+(((*1 *1) (-4 *1 (-363)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 *5)) (-4 *5 (-435 *4)) (-4 *4 (-13 (-571) (-149)))
+ (-5 *2
+ (-2 (|:| |primelt| *5) (|:| |poly| (-663 (-1203 *5)))
+ (|:| |prim| (-1203 *5))))
+ (-5 *1 (-446 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-571) (-149)))
+ (-5 *2
+ (-2 (|:| |primelt| *3) (|:| |pol1| (-1203 *3))
+ (|:| |pol2| (-1203 *3)) (|:| |prim| (-1203 *3))))
+ (-5 *1 (-446 *4 *3)) (-4 *3 (-27)) (-4 *3 (-435 *4))))
+ ((*1 *2 *3 *4 *3 *4)
+ (-12 (-5 *3 (-976 *5)) (-5 *4 (-1209)) (-4 *5 (-13 (-376) (-149)))
+ (-5 *2
+ (-2 (|:| |coef1| (-560)) (|:| |coef2| (-560))
+ (|:| |prim| (-1203 *5))))
+ (-5 *1 (-991 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-663 (-1209)))
+ (-4 *5 (-13 (-376) (-149)))
+ (-5 *2
+ (-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 *5)))
+ (|:| |prim| (-1203 *5))))
+ (-5 *1 (-991 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-663 (-976 *6))) (-5 *4 (-663 (-1209))) (-5 *5 (-1209))
+ (-4 *6 (-13 (-376) (-149)))
+ (-5 *2
+ (-2 (|:| -3265 (-663 (-560))) (|:| |poly| (-663 (-1203 *6)))
+ (|:| |prim| (-1203 *6))))
+ (-5 *1 (-991 *6)))))
+(((*1 *2) (-12 (-5 *2 (-663 *3)) (-5 *1 (-1116 *3)) (-4 *3 (-134)))))
+(((*1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))))
+(((*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
+ (-12 (-5 *3 (-1191)) (-5 *5 (-711 (-229))) (-5 *6 (-229))
+ (-5 *7 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-326 (-391))) (-5 *1 (-315)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-560)) (-5 *2 (-663 (-663 (-229)))) (-5 *1 (-1246)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-376)) (-5 *1 (-1057 *3 *2)) (-4 *2 (-680 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-376)) (-5 *2 (-2 (|:| -1969 *3) (|:| -4467 (-663 *5))))
+ (-5 *1 (-1057 *5 *3)) (-5 *4 (-663 *5)) (-4 *3 (-680 *5)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))
+ (-5 *2 (-1067)) (-5 *1 (-770)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *4 (-793))
+ (-5 *2 (-711 (-229))) (-5 *1 (-278)))))
(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-335 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-133)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-973 (-229))) (-5 *4 (-899)) (-5 *2 (-1305))
+ (-5 *1 (-482))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1081)) (-4 *1 (-1012 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-973 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-1081)) (-4 *1 (-1166 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1166 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *1 (-1166 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-973 *3)) (-4 *1 (-1166 *3)) (-4 *3 (-1081))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246)) (-5 *3 (-229)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-220 *4 *3))
+ (-4 *3 (-1275 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
+ (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-793))) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
+ (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *2 (-419 *3))
+ (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
+ (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-1039 *3))
+ (-4 *3 (-1275 (-421 (-560))))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-1265 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-115)) (-5 *4 (-793))
+ (-4 *5 (-13 (-466) (-1070 (-560)))) (-4 *5 (-571))
+ (-5 *1 (-41 *5 *2)) (-4 *2 (-435 *5))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *5 (-630 $)) $))
+ (-15 -3138 ((-1157 *5 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *5 (-630 $))))))))))
+(((*1 *1 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1) (-12 (-5 *1 (-694 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3))
+ (-4 *3 (-1275 *2)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-793)) (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-319)) (-4 *3 (-1023 *2)) (-4 *4 (-1275 *3))
+ (-5 *1 (-427 *2 *3 *4 *5)) (-4 *5 (-13 (-424 *3 *4) (-1070 *3))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-319)) (-5 *1 (-182 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-1081))
+ (-5 *2 (-976 *5)) (-5 *1 (-974 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132))
- (-5 *2 (-663 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
+ ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
+ ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-849)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-115))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-115))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1081)) (-4 *3 (-872))
+ (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-793))))
((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| |k| (-918 *3)) (|:| |c| *4))))
- (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871))
- (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948))))
+ (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872))
+ (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-277 *3)) (-4 *3 (-872)) (-5 *2 (-793)))))
+(((*1 *1 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1) (-12 (-5 *1 (-694 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888))))
((*1 *2 *1)
- (-12 (-5 *2 (-663 (-694 *3))) (-5 *1 (-918 *3)) (-4 *3 (-871)))))
-(((*1 *1) (-5 *1 (-132))))
-(((*1 *1) (-5 *1 (-146)))
- ((*1 *1 *2) (-12 (-5 *2 (-1164 (-229))) (-5 *1 (-270))))
+ (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3))
+ (-4 *3 (-1275 *2)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1235))) (-5 *2 (-114)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-335 *2 *4)) (-4 *4 (-133))
+ (-4 *2 (-1133))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-374 *2)) (-4 *2 (-1133))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-4 *1 (-399 *2)) (-4 *2 (-1133))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *2 (-1133)) (-5 *1 (-671 *2 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-248))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-1305)) (-5 *1 (-248)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-55))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-744)) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-4 *1 (-748)) (-5 *2 (-114)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-988 (-1203 *4))) (-5 *1 (-369 *4))
+ (-5 *3 (-1203 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 (-711 *4))) (-4 *4 (-175))
+ (-5 *2 (-1299 (-711 (-976 *4)))) (-5 *1 (-192 *4)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-769)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4511))))
+ (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-5 *2 (-114))
+ (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 *5)) (-5 *4 (-1299 *5)) (-4 *5 (-376))
+ (-5 *2 (-114)) (-5 *1 (-690 *5)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-549)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -2417 *9))))
+ (-5 *4 (-793)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-1305))
+ (-5 *1 (-1101 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -2417 *9))))
+ (-5 *4 (-793)) (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1141 *5 *6 *7 *8))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-1305))
+ (-5 *1 (-1177 *5 *6 *7 *8 *9)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *1 (-909)) (-5 *3 (-560)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-663 *6)) (-4 *6 (-872)) (-4 *4 (-376)) (-4 *5 (-817))
+ (-5 *1 (-518 *4 *5 *6 *2)) (-4 *2 (-980 *4 *5 *6))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-518 *3 *4 *5 *2)) (-4 *2 (-980 *3 *4 *5)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-641 *4 *2)) (-4 *2 (-13 (-1235) (-990) (-29 *4))))))
+(((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-421 *6)) (|:| |c| (-421 *6))
+ (|:| -2343 *6)))
+ (-5 *1 (-1047 *5 *6)) (-5 *3 (-421 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-417 *3)) (-4 *3 (-418))))
+ ((*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-417 *3)) (-4 *3 (-418))))
+ ((*1 *2 *2) (-12 (-5 *2 (-949)) (|has| *1 (-6 -4501)) (-4 *1 (-418))))
+ ((*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-949))))
+ ((*1 *2 *1) (-12 (-4 *1 (-895 *3)) (-5 *2 (-1187 (-560))))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-817))
+ (-4 *3 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *5 (-571))
+ (-5 *1 (-754 *4 *3 *5 *2)) (-4 *2 (-980 (-421 (-976 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1081)) (-4 *5 (-817))
+ (-4 *3
+ (-13 (-872)
+ (-10 -8 (-15 -1830 ((-1209) $))
+ (-15 -3572 ((-3 $ "failed") (-1209))))))
+ (-5 *1 (-1016 *4 *5 *3 *2)) (-4 *2 (-980 (-976 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *6))
+ (-4 *6
+ (-13 (-872)
+ (-10 -8 (-15 -1830 ((-1209) $))
+ (-15 -3572 ((-3 $ "failed") (-1209))))))
+ (-4 *4 (-1081)) (-4 *5 (-817)) (-5 *1 (-1016 *4 *5 *6 *2))
+ (-4 *2 (-980 (-976 *4) *5 *6)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1081)))))
+(((*1 *2)
+ (-12 (-4 *1 (-363))
+ (-5 *2 (-663 (-2 (|:| -2549 (-560)) (|:| -2909 (-560))))))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-251 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1) (-4 *1 (-296)))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-271)))))
+ (-12 (-5 *3 (-419 *4)) (-4 *4 (-571))
+ (-5 *2 (-663 (-2 (|:| -3265 (-793)) (|:| |logand| *4))))
+ (-5 *1 (-332 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-686 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872))
+ (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1081) (-739 (-421 (-560)))))
+ (-4 *5 (-872)) (-5 *1 (-1316 *4 *5 *2)) (-4 *2 (-1322 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1320 *3 *4))
+ (-4 *4 (-739 (-421 (-560)))) (-4 *3 (-872)) (-4 *4 (-175)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-331 *3 *4 *5)) (-4 *3 (-376))
- (-14 *4 (-1208)) (-14 *5 *3))))
+ (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 *4))))
+ (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1133)) (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-973 *3))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-4 *4 (-1133))
+ (-5 *1 (-587 *4 *2)) (-4 *2 (-435 *4)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-171 (-229)) (-171 (-229)))) (-5 *4 (-1121 (-229)))
+ (-5 *5 (-114)) (-5 *2 (-1303)) (-5 *1 (-267)))))
+(((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1081)) (-4 *3 (-1275 *4)) (-4 *2 (-1292 *4))
+ (-5 *1 (-1294 *4 *3 *5 *2)) (-4 *5 (-680 *3)))))
+(((*1 *1 *2 *3 *3 *3 *4)
+ (-12 (-4 *4 (-376)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 (-421 *3)))
+ (-4 *1 (-349 *4 *3 *5 *2)) (-4 *2 (-355 *4 *3 *5))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-560)) (-4 *2 (-376)) (-4 *4 (-1275 *2))
+ (-4 *5 (-1275 (-421 *4))) (-4 *1 (-349 *2 *4 *5 *6))
+ (-4 *6 (-355 *2 *4 *5))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *2 (-376)) (-4 *3 (-1275 *2)) (-4 *4 (-1275 (-421 *3)))
+ (-4 *1 (-349 *2 *3 *4 *5)) (-4 *5 (-355 *2 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4)))
+ (-4 *1 (-349 *3 *4 *5 *2)) (-4 *2 (-355 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-427 *4 (-421 *4) *5 *6)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-4 *3 (-376))
+ (-4 *1 (-349 *3 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1191)) (-5 *1 (-195))))
+ ((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1191)) (-5 *1 (-313))))
+ ((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1191)) (-5 *1 (-315)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
+ (-4 *4 (-571)))))
+(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-114))
+ (-5 *6 (-229)) (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 APROD))))
+ (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-73 MSOLVE))))
+ (-5 *2 (-1067)) (-5 *1 (-778)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 *1)) (-4 *1 (-1097 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1244 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1280 *3 *4 *5)) (-4 *3 (-376)) (-14 *4 (-1209))
+ (-14 *5 *3) (-5 *1 (-331 *3 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1073)) (-5 *3 (-391)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-466)) (-4 *4 (-844))
+ (-14 *5 (-1209)) (-5 *2 (-560)) (-5 *1 (-1146 *4 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-899)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-663 *1)) (-4 *1 (-319)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-711 *4)) (-4 *4 (-1081)) (-5 *1 (-1174 *3 *4))
+ (-14 *3 (-793)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1081))
+ (-4 *2 (-13 (-418) (-1070 *4) (-376) (-1235) (-296)))
+ (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-618 *2 *3)) (-4 *3 (-1249)) (-4 *2 (-1133))
+ (-4 *2 (-872)))))
+(((*1 *2)
+ (-12 (-5 *2 (-988 (-1152))) (-5 *1 (-357 *3 *4)) (-14 *3 (-949))
+ (-14 *4 (-949))))
+ ((*1 *2)
+ (-12 (-5 *2 (-988 (-1152))) (-5 *1 (-358 *3 *4)) (-4 *3 (-363))
+ (-14 *4 (-1203 *3))))
+ ((*1 *2)
+ (-12 (-5 *2 (-988 (-1152))) (-5 *1 (-359 *3 *4)) (-4 *3 (-363))
+ (-14 *4 (-949)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-31))))
+ ((*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-949)))) ((*1 *1) (-4 *1 (-559)))
+ ((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-721))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-5 *2 (-663 (-229))) (-5 *1 (-207)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-5 *2 (-326 (-560))) (-5 *1 (-959))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-1133)) (-5 *1 (-960 *3 *2)) (-4 *2 (-435 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-5 *2 (-549)) (-5 *1 (-550 *4))
+ (-4 *4 (-1249)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *4 (-376)) (-5 *2 (-663 (-1187 *4))) (-5 *1 (-297 *4 *5))
+ (-5 *3 (-1187 *4)) (-4 *5 (-1292 *4)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-817)) (-4 *5 (-1081)) (-4 *6 (-980 *5 *4 *2))
+ (-4 *2 (-872)) (-5 *1 (-981 *4 *2 *5 *6 *3))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *6)) (-15 -3125 (*6 $))
+ (-15 -3138 (*6 $)))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571))
+ (-5 *2 (-1209)) (-5 *1 (-1072 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| -3072 *1) (|:| -4497 *1) (|:| |associate| *1)))
+ (-4 *1 (-571)))))
(((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-663 (-560))) (-5 *3 (-663 (-948))) (-5 *4 (-114))
- (-5 *1 (-1141)))))
-(((*1 *1 *1 *1) (|partial| -4 *1 (-133))))
+ (-12 (-5 *3 (-711 *2)) (-5 *4 (-793))
+ (-4 *2 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *5 (-1275 *2)) (-5 *1 (-513 *2 *5 *6)) (-4 *6 (-424 *2 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-560)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-183))))
- ((*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-703))))
- ((*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-1001))))
- ((*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-1104))))
- ((*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-1146)))))
-(((*1 *1) (-5 *1 (-846))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-1000 *3 *2)) (-4 *2 (-1274 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571))))
+ (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4))
+ (-4 *4 (-363)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081))
+ (-5 *2
+ (-2 (|:| -2158 (-793)) (|:| |curves| (-793))
+ (|:| |polygons| (-793)) (|:| |constructs| (-793)))))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1142)) (-5 *3 (-560)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *4 (-1 (-3 (-560) "failed") *5)) (-4 *5 (-1081))
+ (-5 *2 (-560)) (-5 *1 (-557 *5 *3)) (-4 *3 (-1275 *5))))
+ ((*1 *2 *3 *4 *2 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-560) "failed") *4)) (-4 *4 (-1081))
+ (-5 *2 (-560)) (-5 *1 (-557 *4 *3)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-560) "failed") *4)) (-4 *4 (-1081))
+ (-5 *2 (-560)) (-5 *1 (-557 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-114)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-932 *3))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *4 *5 *6)) (-4 *4 (-376))
+ (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *1 (-461 *4 *5 *6 *2))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-376))
+ (-5 *2
+ (-2 (|:| R (-711 *6)) (|:| A (-711 *6)) (|:| |Ainv| (-711 *6))))
+ (-5 *1 (-1010 *6)) (-5 *3 (-711 *6)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3))
+ (-4 *3 (-13 (-376) (-1235) (-1034))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-391))))
+ ((*1 *1 *1 *1) (-4 *1 (-559)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
+ ((*1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-793)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1133)) (-4 *2 (-928 *4)) (-5 *1 (-714 *4 *2 *5 *3))
+ (-4 *5 (-385 *2)) (-4 *3 (-13 (-385 *4) (-10 -7 (-6 -4510)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-850)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1254)) (-4 *3 (-1275 *4))
+ (-4 *5 (-1275 (-421 *3))) (-5 *2 (-114))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1209)) (-5 *1 (-630 *3)) (-4 *3 (-1133)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-262 *2 *3 *4 *5)) (-4 *2 (-1081)) (-4 *3 (-872))
+ (-4 *4 (-277 *3)) (-4 *5 (-817)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-774)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1003)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)))) (-4 *3 (-571))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $))
+ (-15 -3138 ((-1157 *3 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *3 (-630 $))))))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363))
+ (-5 *2 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152))))))
+ (-5 *1 (-360 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-330)) (-5 *3 (-229)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-793)) (-5 *1 (-1134 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-663 (-1203 *7))) (-5 *3 (-1203 *7))
+ (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-940)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-5 *1 (-937 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-663 (-1203 *5))) (-5 *3 (-1203 *5))
+ (-4 *5 (-1275 *4)) (-4 *4 (-940)) (-5 *1 (-938 *4 *5)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1070 (-560)) (-660 (-560)) (-466)))
+ (-5 *2 (-866 *4)) (-5 *1 (-325 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1235) (-435 *3))) (-14 *5 (-1209))
+ (-14 *6 *4)))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1070 (-560)) (-660 (-560)) (-466)))
+ (-5 *2 (-866 *4)) (-5 *1 (-1286 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1235) (-435 *3))) (-14 *5 (-1209))
+ (-14 *6 *4))))
+(((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-973 (-229)) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-973 (-229)) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-973 (-229)) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-957))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-973 (-229)) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-957)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3128 *3)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
+ ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
+ ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-898 (-1214) (-793)))) (-5 *1 (-345)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))) ((*1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1203 (-560))) (-5 *3 (-560)) (-4 *1 (-895 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-663 *5) *6))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *6 (-1275 *5))
+ (-5 *2 (-663 (-2 (|:| -2292 *5) (|:| -1969 *3))))
+ (-5 *1 (-833 *5 *6 *3 *7)) (-4 *3 (-680 *6))
+ (-4 *7 (-680 (-421 *6))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-957)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-574)))))
+(((*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1299 *4)) (-5 *1 (-542 *4))
+ (-4 *4 (-363)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)) (-4 *3 (-175))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *2 (-571)) (-5 *1 (-1001 *2 *3)) (-4 *3 (-1275 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-571)))))
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-175)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1275 *6))
+ (-4 *6 (-13 (-27) (-435 *5))) (-4 *5 (-13 (-571) (-1070 (-560))))
+ (-4 *8 (-1275 (-421 *7))) (-5 *2 (-597 *3))
+ (-5 *1 (-567 *5 *6 *7 *8 *3)) (-4 *3 (-355 *6 *7 *8)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1209)) (-5 *6 (-663 (-630 *3)))
+ (-5 *5 (-630 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *7)))
+ (-4 *7 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3)))
+ (-5 *1 (-572 *7 *3)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-4 *1 (-789 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-310)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-630 *1))) (-5 *3 (-663 *1)) (-4 *1 (-310))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-305 *1))) (-4 *1 (-310))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-305 *1)) (-4 *1 (-310)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-774)))))
+(((*1 *1 *1 *1) (-4 *1 (-145)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1324 *4 *2)) (-4 *1 (-387 *4 *2)) (-4 *4 (-872))
+ (-4 *2 (-175))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1319 *3 *2)) (-4 *3 (-872)) (-4 *2 (-1081))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-843 *4)) (-4 *1 (-1319 *4 *2)) (-4 *4 (-872))
+ (-4 *2 (-1081))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-1081)) (-5 *1 (-1323 *2 *3)) (-4 *3 (-870)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
(((*1 *2 *3)
- (-12
- (-5 *3
+ (-12 (-5 *3 (-663 (-549))) (-5 *2 (-1209)) (-5 *1 (-549)))))
+(((*1 *1) (-5 *1 (-482))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-949)) (-5 *1 (-808)))))
+(((*1 *1 *1 *1) (-4 *1 (-783))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 *6)) (-4 *5 (-1254)) (-4 *6 (-1275 *5))
+ (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *3) (|:| |radicand| *6)))
+ (-5 *1 (-150 *5 *6 *7)) (-5 *4 (-793)) (-4 *7 (-1275 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-505)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-51))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235)))))
+ ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-888)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-319)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-905 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270)))
+ (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1165 (-229)))
+ (-5 *1 (-264 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-905 *5)) (-5 *4 (-1124 (-391)))
+ (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1165 (-229)))
+ (-5 *1 (-264 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270)))
+ (-5 *2 (-1165 (-229))) (-5 *1 (-264 *3))
+ (-4 *3 (-13 (-633 (-549)) (-1133)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1124 (-391))) (-5 *2 (-1165 (-229))) (-5 *1 (-264 *3))
+ (-4 *3 (-13 (-633 (-549)) (-1133)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-908 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270)))
+ (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1165 (-229)))
+ (-5 *1 (-264 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-908 *5)) (-5 *4 (-1124 (-391)))
+ (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1165 (-229)))
+ (-5 *1 (-264 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-905 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-905 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-908 (-1 (-229) (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-908 (-1 (-229) (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1165 (-229))) (-5 *1 (-265)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-305 (-976 (-560))))
+ (-5 *2
+ (-2 (|:| |varOrder| (-663 (-1209)))
+ (|:| |inhom| (-3 (-663 (-1299 (-793))) "failed"))
+ (|:| |hom| (-663 (-1299 (-793))))))
+ (-5 *1 (-243)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1236 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 *8)) (-4 *8 (-980 *5 *7 *6))
+ (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209))))
+ (-4 *7 (-817))
+ (-5 *2
(-663
- (-2 (|:| -3795 (-793))
+ (-2 (|:| -1486 (-793))
(|:| |eqns|
(-663
- (-2 (|:| |det| *7) (|:| |rows| (-663 (-560)))
+ (-2 (|:| |det| *8) (|:| |rows| (-663 (-560)))
(|:| |cols| (-663 (-560))))))
- (|:| |fgb| (-663 *7)))))
- (-4 *7 (-979 *4 *6 *5)) (-4 *4 (-13 (-319) (-149)))
- (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-793))
- (-5 *1 (-953 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-419 *6)) (-4 *6 (-1274 *5))
- (-4 *5 (-1080)) (-5 *2 (-663 *6)) (-5 *1 (-458 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-466))
+ (|:| |fgb| (-663 *8)))))
+ (-5 *1 (-954 *5 *6 *7 *8)) (-5 *4 (-793)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1203 *6)) (-5 *3 (-560)) (-4 *6 (-319)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-980 *6 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-267)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-663 *10)) (-5 *5 (-114)) (-4 *10 (-1103 *6 *7 *8 *9))
+ (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *9 (-1097 *6 *7 *8))
(-5 *2
(-663
- (-2 (|:| |eigval| (-3 (-421 (-975 *4)) (-1197 (-1208) (-975 *4))))
- (|:| |eigmult| (-793))
- (|:| |eigvec| (-663 (-711 (-421 (-975 *4))))))))
- (-5 *1 (-304 *4)) (-5 *3 (-711 (-421 (-975 *4)))))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-663 *6)) (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5))
- (-4 *3 (-571)))))
-(((*1 *2 *3 *4 *5 *5 *2)
- (|partial| -12 (-5 *2 (-114)) (-5 *3 (-975 *6)) (-5 *4 (-1208))
- (-5 *5 (-864 *7))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-4 *7 (-13 (-1234) (-29 *6))) (-5 *1 (-228 *6 *7))))
- ((*1 *2 *3 *4 *4 *2)
- (|partial| -12 (-5 *2 (-114)) (-5 *3 (-1202 *6)) (-5 *4 (-864 *6))
- (-4 *6 (-13 (-1234) (-29 *5)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-228 *5 *6)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1291 *2)) (-4 *2 (-1080)))))
+ (-2 (|:| -1969 (-663 *9)) (|:| -2417 *10) (|:| |ineq| (-663 *9)))))
+ (-5 *1 (-1020 *6 *7 *8 *9 *10)) (-5 *3 (-663 *9))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-663 *10)) (-5 *5 (-114)) (-4 *10 (-1103 *6 *7 *8 *9))
+ (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *9 (-1097 *6 *7 *8))
+ (-5 *2
+ (-663
+ (-2 (|:| -1969 (-663 *9)) (|:| -2417 *10) (|:| |ineq| (-663 *9)))))
+ (-5 *1 (-1139 *6 *7 *8 *9 *10)) (-5 *3 (-663 *9)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-5 *2 (-114)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 *5)))
+ (-4 *5 (-376)) (-4 *5 (-571)) (-5 *2 (-1299 *5))
+ (-5 *1 (-658 *5 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 *5)))
+ (-2912 (-4 *5 (-376))) (-4 *5 (-571)) (-5 *2 (-1299 (-421 *5)))
+ (-5 *1 (-658 *5 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-663 (-663 *7)))
+ (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817))
+ (-4 *7 (-872)) (-4 *8 (-980 *5 *6 *7)) (-5 *2 (-663 (-663 *8)))
+ (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-663 (-663 *7)))
+ (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817))
+ (-4 *7 (-872)) (-4 *8 (-980 *5 *6 *7)) (-5 *2 (-663 (-663 *8)))
+ (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1249))
+ (-4 *3 (-1133)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-932 *4)) (-4 *4 (-1133)) (-5 *2 (-114))
+ (-5 *1 (-935 *4))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-949)) (-5 *2 (-114)) (-5 *1 (-1134 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1103 *3 *4 *5 *6)) (-4 *3 (-466)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *1) (-5 *1 (-1114))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-139))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1250)) (-5 *1 (-158))))
+ ((*1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-492))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-606))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-645))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1133))
+ (-4 *2 (-13 (-435 *4) (-912 *3) (-633 (-916 *3))))
+ (-5 *1 (-1107 *3 *4 *2))
+ (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1133)) (-5 *1 (-1198 *3 *2)) (-4 *3 (-1133)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-1190)) (-5 *1 (-195))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-4 *1 (-1130 *3))))
- ((*1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))))
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
+ (-5 *2
+ (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391))
+ (|:| |expense| (-391)) (|:| |accuracy| (-391))
+ (|:| |intermediateResults| (-391))))
+ (-5 *1 (-827)))))
+(((*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-781)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1 (-114) *2)) (-4 *1 (-153 *2))
+ (-4 *2 (-1249)))))
+(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1191)) (-5 *3 (-560)) (-5 *1 (-248))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-663 (-1191))) (-5 *3 (-560)) (-5 *4 (-1191))
+ (-5 *1 (-248))))
+ ((*1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1278 *2 *3)) (-4 *3 (-816)) (-4 *2 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -4212 (-560)) (|:| -1609 (-663 *3))))
+ (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-5 *4 (-976 (-560))) (-5 *2 (-342))
+ (-5 *1 (-344)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2)
+ (-12 (-5 *2 (-560))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-793)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-817)) (-4 *4 (-980 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-872))
+ (-5 *1 (-464 *5 *6 *7 *4)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-342)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-139))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-158))))
+ ((*1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-492))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-606))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-645))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1133))
+ (-4 *2 (-13 (-435 *4) (-912 *3) (-633 (-916 *3))))
+ (-5 *1 (-1107 *3 *4 *2))
+ (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1133)) (-5 *1 (-1198 *2 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
+ (-12 (-5 *3 (-1191)) (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560)))
+ (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-779)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1081)) (-5 *2 (-988 (-734 *3 *4))) (-5 *1 (-734 *3 *4))
+ (-4 *4 (-1275 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-1209)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-560)) (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1080))
- (-5 *1 (-333 *4 *5 *2 *6)) (-4 *6 (-979 *2 *4 *5)))))
-(((*1 *1) (-4 *1 (-998))))
+ (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))))
+(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-957)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-131)))))
+(((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-711 (-421 *4))))))
+(((*1 *2) (-12 (-5 *2 (-1165 (-229))) (-5 *1 (-1233)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1102 *4 *5 *6 *7))
- (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))))
+ (-12
+ (-5 *2
+ (-663
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *3)
+ (|:| |polj| *3))))
+ (-4 *5 (-817)) (-4 *3 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-872))
+ (-5 *1 (-464 *4 *5 *6 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302))
+ (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1133)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1124 (-391))) (-5 *2 (-1302)) (-5 *1 (-264 *3))
+ (-4 *3 (-13 (-633 (-549)) (-1133)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-903 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270)))
+ (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1302))
+ (-5 *1 (-264 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-903 *5)) (-5 *4 (-1124 (-391)))
+ (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1302))
+ (-5 *1 (-264 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-905 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270)))
+ (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1303))
+ (-5 *1 (-264 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-905 *5)) (-5 *4 (-1124 (-391)))
+ (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1303))
+ (-5 *1 (-264 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1303))
+ (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1133)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1124 (-391))) (-5 *2 (-1303)) (-5 *1 (-264 *3))
+ (-4 *3 (-13 (-633 (-549)) (-1133)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-908 *6)) (-5 *4 (-1124 (-391))) (-5 *5 (-663 (-270)))
+ (-4 *6 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1303))
+ (-5 *1 (-264 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-908 *5)) (-5 *4 (-1124 (-391)))
+ (-4 *5 (-13 (-633 (-549)) (-1133))) (-5 *2 (-1303))
+ (-5 *1 (-264 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1302)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-903 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-903 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1302)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-905 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-905 (-1 (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-908 (-1 (-229) (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-908 (-1 (-229) (-229) (-229)))) (-5 *4 (-1121 (-391)))
+ (-5 *2 (-1303)) (-5 *1 (-265))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-305 *7)) (-5 *4 (-1209)) (-5 *5 (-663 (-270)))
+ (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-872) (-1070 (-560))))
+ (-5 *2 (-1302)) (-5 *1 (-266 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1302)) (-5 *1 (-269))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-663 (-229))) (-5 *4 (-663 (-270))) (-5 *2 (-1302))
+ (-5 *1 (-269))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-973 (-229)))) (-5 *2 (-1302)) (-5 *1 (-269))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-973 (-229)))) (-5 *4 (-663 (-270)))
+ (-5 *2 (-1302)) (-5 *1 (-269))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1303)) (-5 *1 (-269))))
+ ((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-663 (-229))) (-5 *4 (-663 (-270))) (-5 *2 (-1303))
+ (-5 *1 (-269)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
+ (-12 (-5 *4 (-663 (-114))) (-5 *5 (-711 (-229)))
+ (-5 *6 (-711 (-560))) (-5 *7 (-229)) (-5 *3 (-560)) (-5 *2 (-1067))
+ (-5 *1 (-776)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))
+ (-5 *2 (-1067)) (-5 *1 (-770)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-663 *6) "failed") (-560) *6 *6)) (-4 *6 (-376))
+ (-4 *7 (-1275 *6))
+ (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6)))
+ (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-376))
+ (-5 *2
+ (-2 (|:| A (-711 *5))
+ (|:| |eqs|
+ (-663
+ (-2 (|:| C (-711 *5)) (|:| |g| (-1299 *5)) (|:| -1969 *6)
+ (|:| |rh| *5))))))
+ (-5 *1 (-837 *5 *6)) (-5 *3 (-711 *5)) (-5 *4 (-1299 *5))
+ (-4 *6 (-680 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-376)) (-4 *6 (-680 *5))
+ (-5 *2 (-2 (|:| -1806 (-711 *6)) (|:| |vec| (-1299 *5))))
+ (-5 *1 (-837 *5 *6)) (-5 *3 (-711 *6)) (-5 *4 (-1299 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-600)) (-5 *1 (-292)))))
+(((*1 *1 *2) (-12 (-4 *1 (-688 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-1209)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1081) (-872)))
+ (-14 *4 (-663 (-1209))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-1209))) (-5 *2 (-1305)) (-5 *1 (-1252))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 (-1209))) (-5 *2 (-1305)) (-5 *1 (-1252)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-376) (-871))) (-5 *1 (-184 *3 *2))
+ (-4 *2 (-1275 (-171 *3))))))
+(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
+ (-12 (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560))) (-5 *3 (-560))
+ (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-5 *1 (-450)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-177 *3)) (-4 *3 (-319))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-696 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-762 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-872))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *1 (-1012 *3)) (-4 *3 (-1081))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1103 *4 *5 *6 *7))
+ (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-1102 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-1103 *4 *5 *6 *7))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-663 *1)) (-4 *1 (-1102 *4 *5 *6 *3)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6))))
+ (-12 (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 *1))
- (-4 *1 (-1102 *4 *5 *6 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1080))
- (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296)))
- (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-391)) (-5 *1 (-97)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-4 *5 (-435 *4))
- (-5 *2 (-419 *3)) (-5 *1 (-449 *4 *5 *3)) (-4 *3 (-1274 *5)))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1080)) (-14 *3 (-663 (-1208)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1080) (-871)))
- (-14 *3 (-663 (-1208)))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-397 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-1132))))
- ((*1 *1 *1)
- (-12 (-14 *2 (-663 (-1208))) (-4 *3 (-175))
- (-4 *5 (-245 (-2305 *2) (-793)))
- (-14 *6
- (-1 (-114) (-2 (|:| -3998 *4) (|:| -3881 *5))
- (-2 (|:| -3998 *4) (|:| -3881 *5))))
- (-5 *1 (-475 *2 *3 *4 *5 *6 *7)) (-4 *4 (-871))
- (-4 *7 (-979 *3 *5 (-888 *2)))))
- ((*1 *1 *1) (-12 (-4 *1 (-523 *2 *3)) (-4 *2 (-102)) (-4 *3 (-874))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1274 *2))))
- ((*1 *1 *1) (-12 (-4 *1 (-730 *2)) (-4 *2 (-1080))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-757 *2 *3)) (-4 *3 (-871)) (-4 *2 (-1080))
- (-4 *3 (-748))))
- ((*1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080))))
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 *1))
+ (-4 *1 (-1103 *4 *5 *6 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1322 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-868)))))
-(((*1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))))
-(((*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))))
+ (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))))
+(((*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1133)) (-4 *2 (-571))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 *1)) (-4 *1 (-310))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-630 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-115)) (-5 *3 (-663 *5)) (-5 *4 (-793)) (-4 *5 (-1133))
+ (-5 *1 (-630 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
+(((*1 *2 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-711 *4)) (-5 *3 (-793)) (-4 *4 (-1081))
+ (-5 *1 (-712 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-505)) (-5 *2 (-713 (-593))) (-5 *1 (-593)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))))
+(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-159))))
+ ((*1 *2 *1) (-12 (-5 *2 (-159)) (-5 *1 (-899))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-871)))
+ (-5 *2 (-2 (|:| |start| *3) (|:| -1609 (-419 *3))))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034) (-1235)))))
+ ((*1 *1 *1) (-4 *1 (-649))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *1) (-5 *1 (-303))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 (-114) *7 (-663 *7))) (-4 *1 (-1244 *4 *5 *6 *7))
+ (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-888))))
+ ((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-993)))))
+(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-562))))))
+(((*1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-663
+ (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8))
+ (|:| |wcond| (-663 (-976 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *5))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *5))))))))))
+ (-5 *4 (-1191)) (-4 *5 (-13 (-319) (-149))) (-4 *8 (-980 *5 *7 *6))
+ (-4 *6 (-13 (-872) (-633 (-1209)))) (-4 *7 (-817)) (-5 *2 (-560))
+ (-5 *1 (-954 *5 *6 *7 *8)))))
+(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-97)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481))))
+ ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1081)) (-4 *3 (-872))
+ (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-663 (-793)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872))
+ (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-663 (-793))))))
+(((*1 *2 *3)
+ (-12 (|has| *2 (-6 (-4512 "*"))) (-4 *5 (-385 *2)) (-4 *6 (-385 *2))
+ (-4 *2 (-1081)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1275 *2))
+ (-4 *4 (-708 *2 *5 *6)))))
+(((*1 *1) (-5 *1 (-450))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2))
+ (|has| *2 (-6 (-4512 "*"))) (-4 *2 (-1081))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-175))
+ (-5 *1 (-710 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
+ (-4 *5 (-245 *3 *2)) (|has| *2 (-6 (-4512 "*"))) (-4 *2 (-1081)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-571)) (-5 *2 (-114)))))
+(((*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
+ (-5 *2 (-711 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-376)) (-5 *1 (-659 *3 *4))
+ (-14 *4 (-663 (-1209))))))
+(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-955)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *1 (-809)) (-5 *2 (-1067))
+ (-5 *3
+ (-2 (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))))
+ ((*1 *2 *3 *2)
+ (-12 (-4 *1 (-809)) (-5 *2 (-1067))
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229)))))))
+(((*1 *1 *1) (-4 *1 (-559))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-973 (-229)))) (-5 *1 (-1302)))))
+(((*1 *2) (-12 (-5 *2 (-856 (-560))) (-5 *1 (-548))))
+ ((*1 *1) (-12 (-5 *1 (-856 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-1034))
+ (-4 *2 (-1081)))))
+(((*1 *1) (-5 *1 (-611))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-187 (-141)))) (-5 *1 (-142)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *1 (-909))
+ (-5 *3 (-663 (-560)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *1 (-909))
+ (-5 *3 (-663 (-560))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-5 *1 (-932 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-808)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *1) (-5 *1 (-1302))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-435 *3) (-1034))) (-5 *1 (-287 *3 *2))
+ (-4 *3 (-571))))
+ ((*1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *1) (-5 *1 (-491))) ((*1 *1) (-4 *1 (-1235))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *6 (-571)) (-4 *2 (-980 *3 *5 *4))
+ (-5 *1 (-754 *5 *4 *6 *2)) (-5 *3 (-421 (-976 *6))) (-4 *5 (-817))
+ (-4 *4 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-663 (-549))) (-5 *1 (-549)))))
+(((*1 *1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *3 (-571)))))
+(((*1 *1) (-5 *1 (-624))) ((*1 *1) (-5 *1 (-625))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1191)) (-5 *2 (-217 (-516))) (-5 *1 (-861)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2))
+ (-4 *2 (-708 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-5 *2 (-1 (-1203 (-976 *4)) (-976 *4)))
+ (-5 *1 (-1308 *4)) (-4 *4 (-376)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2))
+ (-4 *2 (-1275 *4))))
+ ((*1 *2 *2 *3 *2 *3)
+ (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1275 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1131 *3)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1219)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-976 *6))) (-5 *4 (-663 (-1209)))
+ (-4 *6 (-13 (-571) (-1070 *5))) (-4 *5 (-571))
+ (-5 *2 (-663 (-663 (-305 (-421 (-976 *6)))))) (-5 *1 (-1071 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *6)) (-5 *4 (-1209)) (-4 *6 (-435 *5))
+ (-4 *5 (-1133)) (-5 *2 (-663 (-630 *6))) (-5 *1 (-587 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-973 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-973 *3))) (-4 *3 (-1081)) (-4 *1 (-1166 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-973 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
+ (|:| |xpnt| (-560))))
+ (-4 *4 (-13 (-1275 *3) (-571) (-10 -8 (-15 -3128 ($ $ $)))))
+ (-4 *3 (-571)) (-5 *1 (-1279 *3 *4)))))
+(((*1 *1) (-4 *1 (-999))))
+(((*1 *1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-949)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1157 (-560) (-630 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1023 *2)) (-4 *4 (-1275 *3)) (-4 *2 (-319))
+ (-5 *1 (-427 *2 *3 *4 *5)) (-4 *5 (-13 (-424 *3 *4) (-1070 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-571)) (-4 *3 (-1133)) (-5 *2 (-1157 *3 (-630 *1)))
+ (-4 *1 (-435 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1157 (-560) (-630 (-509)))) (-5 *1 (-509))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-175)) (-4 *2 (|SubsetCategory| (-748) *4))
+ (-5 *1 (-638 *3 *4 *2)) (-4 *3 (-38 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-175)) (-4 *2 (|SubsetCategory| (-748) *4))
+ (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-739 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))))
+(((*1 *2 *2) (-12 (-5 *1 (-992 *2)) (-4 *2 (-559)))))
+(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-55))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1100 *4 *3)) (-4 *4 (-13 (-871) (-376)))
+ (-4 *3 (-1275 *4)) (-5 *2 (-114)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-844)) (-14 *5 (-1209))
+ (-5 *2 (-560)) (-5 *1 (-1146 *4 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1299 *5)) (-4 *5 (-816)) (-5 *2 (-114))
+ (-5 *1 (-869 *4 *5)) (-14 *4 (-793)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-1191))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY)))) (-5 *2 (-1067))
+ (-5 *1 (-772)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-518 *3 *4 *5 *2)) (-4 *2 (-980 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872))
+ (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-663 (-2 (|:| |totdeg| (-793)) (|:| -2955 *3))))
+ (-5 *4 (-793)) (-4 *3 (-980 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-817))
+ (-4 *7 (-872)) (-5 *1 (-464 *5 *6 *7 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4)))
+ (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-288 *4 *2)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
(((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-466))))
((*1 *1 *1 *1) (-4 *1 (-466)))
((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-5 *1 (-500 *2)) (-4 *2 (-1274 (-560)))))
+ (-12 (-5 *3 (-663 *2)) (-5 *1 (-500 *2)) (-4 *2 (-1275 (-560)))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1274 *3))))
+ (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1275 *3))))
((*1 *1 *1 *1) (-5 *1 (-793)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-815)) (-4 *4 (-871)) (-4 *5 (-319))
- (-5 *1 (-945 *3 *4 *5 *2)) (-4 *2 (-979 *5 *3 *4))))
+ (-12 (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-319))
+ (-5 *1 (-946 *3 *4 *5 *2)) (-4 *2 (-980 *5 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *6 *4 *5))
- (-5 *1 (-945 *4 *5 *6 *2)) (-4 *4 (-815)) (-4 *5 (-871))
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *6 *4 *5))
+ (-5 *1 (-946 *4 *5 *6 *2)) (-4 *4 (-817)) (-4 *5 (-872))
(-4 *6 (-319))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1202 *6)) (-4 *6 (-979 *5 *3 *4)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *5 (-319)) (-5 *1 (-945 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-1203 *6)) (-4 *6 (-980 *5 *3 *4)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *5 (-319)) (-5 *1 (-946 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1202 *7))) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-319)) (-5 *2 (-1202 *7)) (-5 *1 (-945 *4 *5 *6 *7))
- (-4 *7 (-979 *6 *4 *5))))
- ((*1 *1 *1 *1) (-5 *1 (-948)))
+ (-12 (-5 *3 (-663 (-1203 *7))) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-319)) (-5 *2 (-1203 *7)) (-5 *1 (-946 *4 *5 *6 *7))
+ (-4 *7 (-980 *6 *4 *5))))
+ ((*1 *1 *1 *1) (-5 *1 (-949)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-466)) (-4 *3 (-571)) (-5 *1 (-1000 *3 *2))
- (-4 *2 (-1274 *3))))
+ (-12 (-4 *3 (-466)) (-4 *3 (-571)) (-5 *1 (-1001 *3 *2))
+ (-4 *2 (-1275 *3))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-466)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 (-2 (|:| -3388 (-1202 *6)) (|:| -3881 (-560)))))
- (-4 *6 (-319)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114))
- (-5 *1 (-764 *4 *5 *6 *7)) (-4 *7 (-979 *6 *4 *5))))
- ((*1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-931 *4)) (-4 *4 (-1132)) (-5 *2 (-663 (-793)))
- (-5 *1 (-934 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1196 3 *3)) (-4 *3 (-1080)) (-4 *1 (-1165 *3))))
- ((*1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-1080)))))
-(((*1 *2)
- (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5)))
- (-5 *2 (-793)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-793)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871))
- (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-114)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-1235 *3))) (-5 *1 (-1235 *3)) (-4 *3 (-1132)))))
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-466)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-711 *4)) (-5 *3 (-949)) (|has| *4 (-6 (-4512 "*")))
+ (-4 *4 (-1081)) (-5 *1 (-1061 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 (-711 *4))) (-5 *3 (-949))
+ (|has| *4 (-6 (-4512 "*"))) (-4 *4 (-1081)) (-5 *1 (-1061 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-713 (-1167))) (-5 *1 (-1185)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1157 (-560) (-630 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-319)) (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4))
+ (-5 *2 (-1299 *6)) (-5 *1 (-427 *3 *4 *5 *6))
+ (-4 *6 (-13 (-424 *4 *5) (-1070 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-4 *3 (-1133)) (-5 *2 (-1157 *3 (-630 *1)))
+ (-4 *1 (-435 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1157 (-560) (-630 (-509)))) (-5 *1 (-509))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-175)) (-4 *2 (-38 *3)) (-5 *1 (-638 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-748) *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-175)) (-4 *2 (-739 *3)) (-5 *1 (-674 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-748) *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))))
+(((*1 *1) (-5 *1 (-143))))
+(((*1 *2 *3 *1 *4)
+ (-12 (-5 *3 (-1172 *5 *6)) (-5 *4 (-1 (-114) *6 *6))
+ (-4 *5 (-13 (-1133) (-34))) (-4 *6 (-13 (-1133) (-34)))
+ (-5 *2 (-114)) (-5 *1 (-1173 *5 *6)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-979 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1249))) (-5 *1 (-703))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1213))) (-5 *1 (-1146)))))
+ (-12 (-5 *2 (-1203 (-421 (-976 *3)))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-783))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-573 *2)) (-4 *2 (-559)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-711 (-421 (-976 (-560)))))
+ (-5 *2 (-711 (-326 (-560)))) (-5 *1 (-1060)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-770)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-1081)))))
+(((*1 *1) (-5 *1 (-159)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))))
(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721))))
((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))))
+(((*1 *1) (-5 *1 (-146))))
+(((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-1170))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-888))) (-5 *2 (-1305)) (-5 *1 (-1170)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-872)) (-4 *5 (-817))
+ (-4 *6 (-571)) (-4 *7 (-980 *6 *5 *3))
+ (-5 *1 (-476 *5 *3 *6 *7 *2))
+ (-4 *2
+ (-13 (-1070 (-421 (-560))) (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $))
+ (-15 -3138 (*7 $))))))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1081) (-872)))
+ (-14 *3 (-663 (-1209))))))
+(((*1 *1) (-5 *1 (-143))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560)))))
- (-4 *4 (-1274 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-942 *4 *5))
- (-4 *5 (-1274 (-421 *4))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1) (-12 (-4 *1 (-236 *2)) (-4 *2 (-1248))))
+ (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-32 *4 *5))
+ (-4 *5 (-435 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114))
+ (-5 *1 (-160 *4 *5)) (-4 *5 (-435 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114))
+ (-5 *1 (-287 *4 *5)) (-4 *5 (-13 (-435 *4) (-1034)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-5 *2 (-114)) (-5 *1 (-309 *4)) (-4 *4 (-310))))
+ ((*1 *2 *3) (-12 (-4 *1 (-310)) (-5 *3 (-115)) (-5 *2 (-114))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *5 (-1133)) (-5 *2 (-114))
+ (-5 *1 (-434 *4 *5)) (-4 *4 (-435 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114))
+ (-5 *1 (-445 *4 *5)) (-4 *5 (-435 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114))
+ (-5 *1 (-648 *4 *5)) (-4 *5 (-13 (-435 *4) (-1034) (-1235))))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1325)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-571) (-149))) (-5 *2 (-663 *3))
+ (-5 *1 (-1271 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-167 *3 *4))
+ (-4 *3 (-168 *4))))
+ ((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1249)) (-5 *2 (-793))
+ (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1133)) (-5 *2 (-793)) (-5 *1 (-434 *3 *4))
+ (-4 *3 (-435 *4))))
+ ((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-558 *3)) (-4 *3 (-559))))
+ ((*1 *2) (-12 (-4 *1 (-785)) (-5 *2 (-793))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-819 *3 *4))
+ (-4 *3 (-820 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-1022 *3 *4))
+ (-4 *3 (-1023 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-793)) (-5 *1 (-1029 *3 *4))
+ (-4 *3 (-1030 *4))))
+ ((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1043 *3)) (-4 *3 (-1044))))
+ ((*1 *2) (-12 (-4 *1 (-1081)) (-5 *2 (-793))))
+ ((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-1091 *3)) (-4 *3 (-1092)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-779)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-466))))
+ ((*1 *1 *1 *1) (-4 *1 (-466))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949))
+ (-5 *2
+ (-3 (-1203 *4)
+ (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152)))))))
+ (-5 *1 (-360 *4)) (-4 *4 (-363)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-560)) (-5 *2 (-663 (-2 (|:| -2549 *3) (|:| -4144 *4))))
+ (-5 *1 (-718 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-338 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-816)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 (-663 *5))) (-4 *5 (-1292 *4))
+ (-4 *4 (-38 (-421 (-560))))
+ (-5 *2 (-1 (-1187 *4) (-663 (-1187 *4)))) (-5 *1 (-1293 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-236 *2)) (-4 *2 (-1249))))
((*1 *1 *1 *2) (-12 (-4 *1 (-239)) (-5 *2 (-793))))
((*1 *1 *1 *2 *3)
(-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *1 (-274 *4))
- (-4 *4 (-1248))))
+ (-4 *4 (-1249))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253))
- (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-376)) (-4 *2 (-927 *3)) (-5 *1 (-597 *2))
- (-5 *3 (-1208))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-597 *2)) (-4 *2 (-376))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-887))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3)) (-4 *3 (-1249))))
+ ((*1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-921 *2 *3)) (-4 *3 (-1248)) (-4 *2 (-1248))))
+ (-12 (-4 *1 (-922 *2 *3)) (-4 *3 (-1249)) (-4 *2 (-1249))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 (-793))) (-4 *1 (-929 *4))
- (-4 *4 (-1132))))
+ (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 (-793))) (-4 *1 (-930 *4))
+ (-4 *4 (-1133))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-929 *2)) (-4 *2 (-1132))))
+ (-12 (-5 *3 (-793)) (-4 *1 (-930 *2)) (-4 *2 (-1133))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *1 (-929 *3)) (-4 *3 (-1132))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1274 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1298 (-1298 (-560)))) (-5 *3 (-948)) (-5 *1 (-480)))))
+ (-12 (-5 *2 (-663 *3)) (-4 *1 (-930 *3)) (-4 *3 (-1133)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-939)) (-5 *2 (-419 (-1202 *1))) (-5 *3 (-1202 *1)))))
+ (-12 (-5 *3 (-955))
+ (-5 *2
+ (-2 (|:| |brans| (-663 (-663 (-973 (-229)))))
+ (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))))
+ (-5 *1 (-155))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-955)) (-5 *4 (-421 (-560)))
+ (-5 *2
+ (-2 (|:| |brans| (-663 (-663 (-973 (-229)))))
+ (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))))
+ (-5 *1 (-155))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-2 (|:| |brans| (-663 (-663 (-973 (-229)))))
+ (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))))
+ (-5 *1 (-155)) (-5 *3 (-663 (-973 (-229))))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-2 (|:| |brans| (-663 (-663 (-973 (-229)))))
+ (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))))
+ (-5 *1 (-155)) (-5 *3 (-663 (-663 (-973 (-229)))))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270)))))
+(((*1 *1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-663 (-495 *5 *6))) (-5 *4 (-889 *5))
+ (-14 *5 (-663 (-1209))) (-5 *2 (-495 *5 *6)) (-5 *1 (-650 *5 *6))
+ (-4 *6 (-466))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-495 *5 *6))) (-5 *4 (-889 *5))
+ (-14 *5 (-663 (-1209))) (-5 *2 (-495 *5 *6)) (-5 *1 (-650 *5 *6))
+ (-4 *6 (-466)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1203 (-421 (-976 *3)))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-559))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
- (-5 *2 (-711 *4))))
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1292 *4))
+ (-4 *4 (-38 (-421 (-560)))) (-5 *2 (-1 (-1187 *4) (-1187 *4)))
+ (-5 *1 (-1293 *4 *5)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5)))
+ (-5 *2 (-114)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-711 *4)) (-5 *1 (-431 *3 *4))
- (-4 *3 (-432 *4))))
- ((*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080))))
- ((*1 *2 *1 *1)
- (-12 (-4 *2 (-1080)) (-5 *1 (-50 *2 *3)) (-14 *3 (-663 (-1208)))))
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-663 *3))))
+ ((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1249))
+ (-5 *2 (-663 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1003)))))
+(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-955)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-973 (-229)) (-973 (-229)))) (-5 *1 (-270))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-341 *4)) (-4 *4 (-376))
+ (-5 *2 (-711 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1299 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
+ (-5 *2 (-711 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 (-948))) (-4 *2 (-376)) (-5 *1 (-154 *4 *2 *5))
- (-14 *4 (-948)) (-14 *5 (-1024 *4 *2))))
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
+ (-5 *2 (-1299 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175))
+ (-4 *5 (-1275 *4)) (-5 *2 (-711 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175))
+ (-4 *5 (-1275 *4)) (-5 *2 (-1299 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-424 *4 *5)) (-4 *4 (-175))
+ (-4 *5 (-1275 *4)) (-5 *2 (-711 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3))
+ (-5 *2 (-1299 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-432 *4)) (-4 *4 (-175))
+ (-5 *2 (-711 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1299 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1299 *3)) (-5 *1 (-659 *3 *4)) (-4 *3 (-376))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1299 *3)) (-5 *1 (-661 *3 *4)) (-4 *3 (-376))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-711 *5))) (-5 *3 (-711 *5)) (-4 *5 (-376))
+ (-5 *2 (-1299 *5)) (-5 *1 (-1118 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1191)) (-5 *2 (-663 (-713 (-292)))) (-5 *1 (-170)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *4 (-560))) (-5 *5 (-1 (-1187 *4))) (-4 *4 (-376))
+ (-4 *4 (-1081)) (-5 *2 (-1187 *4)) (-5 *1 (-1193 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *1 (-103 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1209))
+ (-4 *6 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-4 *4 (-13 (-29 *6) (-1235) (-990)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -4222 (-663 *4))))
+ (-5 *1 (-825 *6 *4 *3)) (-4 *3 (-680 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-376))
+ (-5 *1 (-535 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *3 (-385 *2)) (-4 *4 (-385 *2))
+ (|has| *2 (-6 (-4512 "*"))) (-4 *2 (-1081))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-385 *2)) (-4 *5 (-385 *2)) (-4 *2 (-175))
+ (-5 *1 (-710 *2 *4 *5 *3)) (-4 *3 (-708 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
+ (-4 *5 (-245 *3 *2)) (|has| *2 (-6 (-4512 "*"))) (-4 *2 (-1081)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-376)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-518 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))
+ (-5 *2 (-421 (-560))) (-5 *1 (-1053 *4)) (-4 *4 (-1275 (-560))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-376)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-518 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-270))))
+ ((*1 *1)
+ (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175))))
+ ((*1 *2 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4)))
+ (-5 *2 (-2 (|:| |num| (-1299 *4)) (|:| |den| *4))))))
+(((*1 *1 *1) (-4 *1 (-145)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
+(((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-1170))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-888))) (-5 *2 (-1305)) (-5 *1 (-1170)))))
+(((*1 *1 *2 *3 *1) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-793)) (-5 *3 (-973 *5)) (-4 *5 (-1081))
+ (-5 *1 (-1197 *4 *5)) (-14 *4 (-949))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-793))) (-5 *3 (-793)) (-5 *1 (-1197 *4 *5))
+ (-14 *4 (-949)) (-4 *5 (-1081))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-793))) (-5 *3 (-973 *5)) (-4 *5 (-1081))
+ (-5 *1 (-1197 *4 *5)) (-14 *4 (-949)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-724 *4 *5 *6 *7))
+ (-4 *4 (-633 (-549))) (-4 *5 (-1249)) (-4 *6 (-1249))
+ (-4 *7 (-1249)))))
+(((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-560)) (-5 *1 (-1187 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |polnum| (-803 *3)) (|:| |polden| *3) (|:| -2693 (-793))))
+ (-5 *1 (-803 *3)) (-4 *3 (-1081))))
((*1 *2 *1 *1)
- (-12 (-5 *2 (-326 *3)) (-5 *1 (-227 *3 *4))
- (-4 *3 (-13 (-1080) (-871))) (-14 *4 (-663 (-1208)))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-133))))
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2693 (-793))))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133))
+ (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-609 *3)) (-4 *3 (-1081))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-571)) (-5 *2 (-114)) (-5 *1 (-642 *3 *4))
+ (-4 *4 (-1275 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-748))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
+ (-5 *2
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
+ (|:| |success| (-114))))
+ (-5 *1 (-811)) (-5 *5 (-560)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-466) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-597 *3)) (-5 *1 (-572 *5 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *5))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |cd| (-1191)) (|:| -2187 (-1191))))
+ (-5 *1 (-847)))))
+(((*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-988 *3)) (-5 *1 (-1196 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-539))))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1185)))))
+(((*1 *2 *3 *4 *5 *5 *2)
+ (|partial| -12 (-5 *2 (-114)) (-5 *3 (-976 *6)) (-5 *4 (-1209))
+ (-5 *5 (-866 *7))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-4 *7 (-13 (-1235) (-29 *6))) (-5 *1 (-228 *6 *7))))
+ ((*1 *2 *3 *4 *4 *2)
+ (|partial| -12 (-5 *2 (-114)) (-5 *3 (-1203 *6)) (-5 *4 (-866 *6))
+ (-4 *6 (-13 (-1235) (-29 *5)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-228 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-560))) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-571)) (-4 *8 (-980 *7 *5 *6))
+ (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *9) (|:| |radicand| *9)))
+ (-5 *1 (-983 *5 *6 *7 *8 *9)) (-5 *4 (-793))
+ (-4 *9
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *8)) (-15 -3125 (*8 $)) (-15 -3138 (*8 $))))))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1251 *3)) (-4 *3 (-872))
+ (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1167)) (-5 *2 (-713 (-292))) (-5 *1 (-170)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-240)) (-4 *3 (-1081)) (-4 *4 (-872)) (-4 *5 (-277 *4))
+ (-4 *6 (-817)) (-5 *2 (-1 *1 (-793))) (-4 *1 (-262 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1081)) (-4 *3 (-872)) (-4 *5 (-277 *3)) (-4 *6 (-817))
+ (-5 *2 (-1 *1 (-793))) (-4 *1 (-262 *4 *3 *5 *6))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-277 *2)) (-4 *2 (-872)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1081)) (-5 *1 (-1273 *3 *2)) (-4 *2 (-1275 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1121 *3)) (-4 *3 (-980 *7 *6 *4)) (-4 *6 (-817))
+ (-4 *4 (-872)) (-4 *7 (-571))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-560))))
+ (-5 *1 (-608 *6 *4 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-817)) (-4 *4 (-872)) (-4 *6 (-571))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-560))))
+ (-5 *1 (-608 *5 *4 *6 *3)) (-4 *3 (-980 *6 *5 *4))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-888))) ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1) (-5 *1 (-888)))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1201 *4 *2)) (-4 *2 (-13 (-435 *4) (-162) (-27) (-1235)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1124 *2)) (-4 *2 (-13 (-435 *4) (-162) (-27) (-1235)))
+ (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1201 *4 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-571) (-1070 (-560))))
+ (-5 *2 (-421 (-976 *5))) (-5 *1 (-1202 *5)) (-5 *3 (-976 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-571) (-1070 (-560))))
+ (-5 *2 (-3 (-421 (-976 *5)) (-326 *5))) (-5 *1 (-1202 *5))
+ (-5 *3 (-421 (-976 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1124 (-976 *5))) (-5 *3 (-976 *5))
+ (-4 *5 (-13 (-571) (-1070 (-560)))) (-5 *2 (-421 *3))
+ (-5 *1 (-1202 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1124 (-421 (-976 *5)))) (-5 *3 (-421 (-976 *5)))
+ (-4 *5 (-13 (-571) (-1070 (-560)))) (-5 *2 (-3 *3 (-326 *5)))
+ (-5 *1 (-1202 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-175)) (-4 *2 (-23)) (-5 *1 (-301 *3 *4 *2 *5 *6 *7))
+ (-4 *4 (-1275 *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 (-733 *3 *2 *4 *5 *6)) (-4 *3 (-175))
+ (-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 (-1275 *3)) (-5 *1 (-734 *3 *2)) (-4 *3 (-1081))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-23)) (-5 *1 (-737 *3 *2 *4 *5 *6)) (-4 *3 (-175))
+ (-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 (-895 *3)) (-5 *2 (-560)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-342)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1214)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-791))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))))
+ (-5 *1 (-579))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-791)) (-5 *4 (-1095))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))))
+ (-5 *1 (-579))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-809)) (-5 *3 (-1095))
+ (-5 *4
+ (-2 (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-663 (-1121 (-866 (-229))))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))
+ (|:| |extra| (-1067))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-809)) (-5 *3 (-1095))
+ (-5 *4
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))
+ (|:| |extra| (-1067))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-824)) (-5 *3 (-1095))
+ (-5 *4
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
+ (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-832))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191)))))
+ (-5 *1 (-829))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-832)) (-5 *4 (-1095))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191)))))
+ (-5 *1 (-829))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-863)) (-5 *3 (-1095))
+ (-5 *4
+ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))
+ (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-863)) (-5 *3 (-1095))
+ (-5 *4
+ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229)))
+ (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229))))
+ (|:| |ub| (-663 (-866 (-229))))))
+ (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-865))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191)))))
+ (-5 *1 (-864))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-865)) (-5 *4 (-1095))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191)))))
+ (-5 *1 (-864))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-923)) (-5 *3 (-1095))
+ (-5 *4
+ (-2 (|:| |pde| (-663 (-326 (-229))))
+ (|:| |constraints|
+ (-663
+ (-2 (|:| |start| (-229)) (|:| |finish| (-229))
+ (|:| |grid| (-793)) (|:| |boundaryType| (-560))
+ (|:| |dStart| (-711 (-229))) (|:| |dFinish| (-711 (-229))))))
+ (|:| |f| (-663 (-663 (-326 (-229))))) (|:| |st| (-1191))
+ (|:| |tol| (-229))))
+ (-5 *2 (-2 (|:| -3039 (-391)) (|:| |explanations| (-1191))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-926))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191)))))
+ (-5 *1 (-925))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-926)) (-5 *4 (-1095))
+ (-5 *2
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191)))))
+ (-5 *1 (-925)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1158 *4 *3 *5))) (-4 *4 (-38 (-421 (-560))))
+ (-4 *4 (-1081)) (-4 *3 (-872)) (-5 *1 (-1158 *4 *3 *5))
+ (-4 *5 (-980 *4 (-545 *3) *3))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1242 *4))) (-5 *3 (-1209)) (-5 *1 (-1242 *4))
+ (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1081)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1305)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817))
+ (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)) (-5 *2 (-663 *3))
+ (-5 *1 (-605 *5 *6 *7 *8 *3)) (-4 *3 (-1141 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149)))
+ (-5 *2
+ (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5))))))
+ (-5 *1 (-1110 *5 *6)) (-5 *3 (-663 (-976 *5)))
+ (-14 *6 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-319) (-149)))
+ (-5 *2
+ (-663 (-2 (|:| -3527 (-1203 *4)) (|:| -3084 (-663 (-976 *4))))))
+ (-5 *1 (-1110 *4 *5)) (-5 *3 (-663 (-976 *4)))
+ (-14 *5 (-663 (-1209)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149)))
+ (-5 *2
+ (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5))))))
+ (-5 *1 (-1110 *5 *6)) (-5 *3 (-663 (-976 *5)))
+ (-14 *6 (-663 (-1209))))))
+(((*1 *2 *3) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-186))) (-5 *1 (-186)))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1249))
+ (-4 *4 (-385 *2)) (-4 *5 (-385 *2))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-385 *2))
+ (-4 *5 (-385 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "right") (-4 *1 (-121 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-121 *3)) (-4 *3 (-1249))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-397 *2 *3)) (-4 *3 (-1132)) (-4 *2 (-1080))))
+ (-12 (-5 *3 (-663 (-560))) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2))
+ (-14 *4 (-560)) (-14 *5 (-793))))
+ ((*1 *2 *1 *3 *3 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-793))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-793))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-793))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-175)) (-5 *1 (-137 *3 *4 *2)) (-14 *3 (-560))
+ (-14 *4 (-793))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *2 (-571)) (-5 *1 (-642 *2 *4))
- (-4 *4 (-1274 *2))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-730 *2)) (-4 *2 (-1080))))
+ (-12 (-5 *3 (-1209)) (-5 *2 (-252 (-1191))) (-5 *1 (-217 *4))
+ (-4 *4
+ (-13 (-872)
+ (-10 -8 (-15 -3034 ((-1191) $ *3)) (-15 -3420 ((-1305) $))
+ (-15 -2854 ((-1305) $)))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1021)) (-5 *1 (-217 *3))
+ (-4 *3
+ (-13 (-872)
+ (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $))
+ (-15 -2854 ((-1305) $)))))))
((*1 *2 *1 *3)
- (-12 (-4 *2 (-1080)) (-5 *1 (-757 *2 *3)) (-4 *3 (-748))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *5)) (-5 *3 (-663 (-793))) (-4 *1 (-762 *4 *5))
- (-4 *4 (-1080)) (-4 *5 (-871))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *2)) (-4 *4 (-1080))
- (-4 *2 (-871))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-793)) (-4 *1 (-876 *2)) (-4 *2 (-1080))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 (-793))) (-4 *1 (-979 *4 *5 *6))
- (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *6 (-871))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-979 *4 *5 *2)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *2 (-871))))
+ (-12 (-5 *3 "count") (-5 *2 (-793)) (-5 *1 (-252 *4)) (-4 *4 (-872))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-252 *3)) (-4 *3 (-872))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "unique") (-5 *1 (-252 *3)) (-4 *3 (-872))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-4 *2 (-979 *4 (-545 *5) *5))
- (-5 *1 (-1157 *4 *5 *2)) (-4 *4 (-1080)) (-4 *5 (-871))))
+ (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1249)) (-4 *2 (-1249))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-4 *1 (-300 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1249))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 *1)) (-4 *1 (-310))))
+ ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
+ ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
+ ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
+ ((*1 *2 *1 *2 *2)
+ (-12 (-4 *1 (-355 *2 *3 *4)) (-4 *2 (-1254)) (-4 *3 (-1275 *2))
+ (-4 *4 (-1275 (-421 *3)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1191)) (-5 *1 (-516))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-793)) (-5 *1 (-697 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-663 (-560))) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-663 (-916 *4))) (-5 *1 (-916 *4))
+ (-4 *4 (-1133))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-975 *4)) (-5 *1 (-1241 *4))
- (-4 *4 (-1080)))))
-(((*1 *1) (-5 *1 (-1302))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080))))
+ (-12 (-5 *3 (-793)) (-5 *2 (-932 *4)) (-5 *1 (-935 *4))
+ (-4 *4 (-1133))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "value") (-4 *1 (-1042 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *2 *6 *7)) (-4 *2 (-1081))
+ (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *2 *6 *7))
+ (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)) (-4 *2 (-1081))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-949)) (-4 *4 (-1133))
+ (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4))))
+ (-5 *1 (-1107 *4 *5 *2))
+ (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4))))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-949)) (-4 *4 (-1133))
+ (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4))))
+ (-5 *1 (-1109 *4 *5 *2))
+ (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4))))))
+ ((*1 *1 *1 *1) (-4 *1 (-1176)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-1209))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-421 *1)) (-4 *1 (-1275 *2)) (-4 *2 (-1081))
+ (-4 *2 (-376))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-421 *1)) (-4 *1 (-1275 *3)) (-4 *3 (-1081))
+ (-4 *3 (-571))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "last") (-4 *1 (-1288 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "rest") (-4 *1 (-1288 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "first") (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-932 *4)) (-4 *4 (-1133)) (-5 *2 (-663 (-793)))
+ (-5 *1 (-935 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1266 (-560))) (-4 *1 (-673 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-673 *3)) (-4 *3 (-1249)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-609 *3)) (-4 *3 (-38 *2))
+ (-4 *3 (-1081)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-310))))
+ ((*1 *1 *1) (-4 *1 (-310)))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888))))
+ ((*1 *1 *1) (-5 *1 (-888))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-1032 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-847)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-262 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-872))
+ (-4 *5 (-817)) (-4 *2 (-277 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-363)) (-5 *3 (-560)) (-5 *2 (-1221 (-949) (-793))))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-1172 *4 *5))) (-5 *3 (-1 (-114) *5 *5))
+ (-4 *4 (-13 (-1133) (-34))) (-4 *5 (-13 (-1133) (-34)))
+ (-5 *1 (-1173 *4 *5))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-1172 *3 *4))) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1173 *3 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1275 *4)) (-5 *1 (-831 *4 *2 *3 *5))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *3 (-680 *2))
+ (-4 *5 (-680 (-421 *2)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1275 *4)) (-5 *1 (-831 *4 *2 *5 *3))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *5 (-680 *2))
+ (-4 *3 (-680 (-421 *2))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *3 (-1097 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1101 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1177 *5 *6 *7 *3 *4)) (-4 *4 (-1141 *5 *6 *7 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-427 *3 *4 *5 *6)) (-4 *6 (-1070 *4)) (-4 *3 (-319))
+ (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4)) (-4 *6 (-424 *4 *5))
+ (-14 *7 (-1299 *6)) (-5 *1 (-429 *3 *4 *5 *6 *7))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1299 *6)) (-4 *6 (-424 *4 *5)) (-4 *4 (-1023 *3))
+ (-4 *5 (-1275 *4)) (-4 *3 (-319)) (-5 *1 (-429 *3 *4 *5 *6 *7))
+ (-14 *7 *2))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-319))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-462 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 *7)) (-5 *3 (-1191)) (-4 *7 (-980 *4 *5 *6))
+ (-4 *4 (-319)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *1 (-462 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-663 *7)) (-5 *3 (-1191)) (-4 *7 (-980 *4 *5 *6))
+ (-4 *4 (-319)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *1 (-462 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-5 *2 (-114))))
((*1 *2 *1)
- (-12 (-4 *2 (-1080)) (-5 *1 (-50 *2 *3)) (-14 *3 (-663 (-1208)))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1067))
+ (-5 *1 (-770)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-421 *6)) (|:| |h| *6)
+ (|:| |c1| (-421 *6)) (|:| |c2| (-421 *6)) (|:| -2343 *6)))
+ (-5 *1 (-1048 *5 *6)) (-5 *3 (-421 *6)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-114)) (-5 *5 (-711 (-171 (-229))))
+ (-5 *2 (-1067)) (-5 *1 (-777)))))
+(((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1081)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1254)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4)))
+ (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1003)) (-5 *1 (-1325)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1187 *4)) (-5 *3 (-560)) (-4 *4 (-1081))
+ (-5 *1 (-1193 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-560)) (-5 *1 (-1289 *3 *4 *5)) (-4 *3 (-1081))
+ (-14 *4 (-1209)) (-14 *5 *3))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4))
+ (-4 *4 (-363)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-980 *4 *6 *5)) (-4 *4 (-466))
+ (-4 *5 (-872)) (-4 *6 (-817)) (-5 *1 (-1018 *4 *5 *6 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-531))))
((*1 *2 *1)
- (-12 (-5 *2 (-326 *3)) (-5 *1 (-227 *3 *4))
- (-4 *3 (-13 (-1080) (-871))) (-14 *4 (-663 (-1208)))))
+ (-12 (-4 *2 (-13 (-1133) (-34))) (-5 *1 (-1172 *3 *2))
+ (-4 *3 (-13 (-1133) (-34)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1311)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-949))
+ (-5 *2 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152))))))
+ (-5 *1 (-360 *4)) (-4 *4 (-363)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-3 (-114) "failed")) (-4 *3 (-466)) (-4 *4 (-872))
+ (-4 *5 (-817)) (-5 *1 (-1018 *3 *4 *5 *6)) (-4 *6 (-980 *3 *5 *4)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-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| (-1187 (-229)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3423
+ (-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 (-574)))))
+(((*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-466)) (-4 *4 (-844))
+ (-14 *5 (-1209)) (-5 *2 (-560)) (-5 *1 (-1146 *4 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-2 (|:| -1992 *4) (|:| -3370 (-560)))))
+ (-4 *4 (-1133)) (-5 *2 (-1 *4)) (-5 *1 (-1049 *4)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1203 (-421 (-560)))) (-5 *1 (-972)) (-5 *3 (-560)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955))))
+ ((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-957))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-342))) (-5 *1 (-342)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-134)) (-5 *3 (-793)) (-5 *2 (-1305)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-793)) (-4 *5 (-571))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-1001 *5 *3)) (-4 *3 (-1275 *5)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571))))
+ ((*1 *1 *1) (|partial| -4 *1 (-744))))
+(((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1191)) (-5 *1 (-732)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-1209)) (-5 *1 (-549))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1209)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549)))))
+ ((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-1209)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549)))))
+ ((*1 *2 *3 *2 *2 *2)
+ (-12 (-5 *2 (-1209)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *4 (-663 (-1209))) (-5 *2 (-1209)) (-5 *1 (-726 *3))
+ (-4 *3 (-633 (-549))))))
+(((*1 *2) (-12 (-4 *3 (-175)) (-5 *2 (-1299 *1)) (-4 *1 (-380 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 (-976 *3))) (-4 *3 (-466)) (-5 *1 (-373 *3 *4))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-461 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 *7)) (-5 *3 (-1191)) (-4 *7 (-980 *4 *5 *6))
+ (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *1 (-461 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-663 *7)) (-5 *3 (-1191)) (-4 *7 (-980 *4 *5 *6))
+ (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *1 (-461 *4 *5 *6 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872))
+ (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-663 (-802 *3 (-889 *4)))) (-4 *3 (-466))
+ (-14 *4 (-663 (-1209))) (-5 *1 (-647 *3 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209))
+ (-14 *4 *2))))
+(((*1 *2 *1 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-319))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3505 *1)))
+ (-4 *1 (-319)))))
+(((*1 *1) (-12 (-4 *1 (-479 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-549))) ((*1 *1) (-4 *1 (-744)))
+ ((*1 *1) (-4 *1 (-748)))
+ ((*1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133))))
+ ((*1 *1) (-12 (-5 *1 (-919 *2)) (-4 *2 (-872)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1191))
+ (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-256)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-388 *4 *2))
+ (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4511)))))))
+(((*1 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1187 *3)) (-4 *3 (-1133))
+ (-4 *3 (-1249)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-4 *2 (-1133)) (-5 *1 (-702 *5 *6 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *7)) (-4 *7 (-872))
+ (-4 *8 (-980 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1299 (-421 *8)) "failed"))
+ (|:| -4222 (-663 (-1299 (-421 *8))))))
+ (-5 *1 (-691 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-171 (-229)) (-171 (-229)))) (-5 *4 (-1121 (-229)))
+ (-5 *2 (-1303)) (-5 *1 (-267)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1081))
+ (-5 *2 (-2 (|:| -1806 (-711 *4)) (|:| |vec| (-1299 *4))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1081))
+ (-5 *2 (-711 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1228)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *1) (-4 *1 (-23)))
+ ((*1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-549)))
+ ((*1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-955))))
+ ((*1 *1 *2 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-663 (-1 (-229) (-229)))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-1 (-229) (-229)))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1209)) (-5 *5 (-1121 (-229))) (-5 *2 (-955))
+ (-5 *1 (-956 *3)) (-4 *3 (-633 (-549)))))
+ ((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *4 (-1209)) (-5 *5 (-1121 (-229))) (-5 *2 (-955))
+ (-5 *1 (-956 *3)) (-4 *3 (-633 (-549)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1121 (-229))) (-5 *1 (-957))))
+ ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-957))))
+ ((*1 *1 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-957)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-419 *3)) (-4 *3 (-571)))))
+(((*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-466)) (-4 *3 (-872)) (-4 *4 (-817))
+ (-5 *1 (-1018 *2 *3 *4 *5)) (-4 *5 (-980 *2 *4 *3)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-663 *6)) (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5))
+ (-4 *3 (-571)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *2 *3) (-12 (-5 *3 (-421 (-560))) (-5 *2 (-229)) (-5 *1 (-315)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-663
+ (-2 (|:| |scalar| (-421 (-560))) (|:| |coeff| (-1203 *3))
+ (|:| |logand| (-1203 *3)))))
+ (-5 *1 (-597 *3)) (-4 *3 (-376)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-5 *4 (-976 (-560))) (-5 *2 (-342))
+ (-5 *1 (-344)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -1767)) (-5 *2 (-114)) (-5 *1 (-636))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -3437)) (-5 *2 (-114)) (-5 *1 (-636))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -3140)) (-5 *2 (-114)) (-5 *1 (-636))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -2361)) (-5 *2 (-114)) (-5 *1 (-713 *4))
+ (-4 *4 (-632 (-888)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-632 (-888))) (-5 *2 (-114))
+ (-5 *1 (-713 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-114)) (-5 *1 (-901))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)) (-5 *1 (-901))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-560))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-606))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-492))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-139))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-158))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1199))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-645))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1128))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1123))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1105))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1002))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-183))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-324))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-693))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1185))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-539))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1311))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1098))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-531))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-703))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1148))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-135))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-619))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-140))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-1310))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-698))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-222))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1169)) (-5 *3 (|[\|\|]| (-538))) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-114)) (-5 *1 (-1214))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)) (-5 *1 (-1214))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-229))) (-5 *2 (-114)) (-5 *1 (-1214))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-560))) (-5 *2 (-114)) (-5 *1 (-1214)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1292 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 (-560))))
+ (-5 *2 (-114)) (-5 *1 (-1328 *4)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-886)) (-5 *3 (-131)) (-5 *2 (-793)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *4)) (-4 *4 (-363)) (-5 *2 (-1203 *4))
+ (-5 *1 (-542 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-482)) (-5 *4 (-949)) (-5 *2 (-1305)) (-5 *1 (-1302)))))
+(((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1191)) (-5 *1 (-732)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *5 *5))
+ (-4 *5 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2
+ (-2 (|:| |solns| (-663 *5))
+ (|:| |maps| (-663 (-2 (|:| |arg| *5) (|:| |res| *5))))))
+ (-5 *1 (-1160 *3 *5)) (-4 *3 (-1275 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *1 *1 *1) (-5 *1 (-114))) ((*1 *1 *1 *1) (-4 *1 (-125)))
+ ((*1 *1 *1 *1) (-5 *1 (-1152))))
+(((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-663 (-663 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-663 (-3 (|:| |array| (-663 *3)) (|:| |scalar| (-1209)))))
+ (-5 *6 (-663 (-1209))) (-5 *3 (-1209)) (-5 *2 (-1135))
+ (-5 *1 (-409))))
+ ((*1 *2 *3 *4 *5 *6 *3)
+ (-12 (-5 *5 (-663 (-663 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-663 (-3 (|:| |array| (-663 *3)) (|:| |scalar| (-1209)))))
+ (-5 *6 (-663 (-1209))) (-5 *3 (-1209)) (-5 *2 (-1135))
+ (-5 *1 (-409))))
+ ((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *4 (-663 (-1209))) (-5 *5 (-1212)) (-5 *3 (-1209))
+ (-5 *2 (-1135)) (-5 *1 (-409)))))
+(((*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1191)) (-5 *1 (-808)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1310)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-949))) (-5 *4 (-932 (-560)))
+ (-5 *2 (-711 (-560))) (-5 *1 (-604))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-949))) (-5 *2 (-663 (-711 (-560))))
+ (-5 *1 (-604))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-949))) (-5 *4 (-663 (-932 (-560))))
+ (-5 *2 (-663 (-711 (-560)))) (-5 *1 (-604)))))
+(((*1 *1 *1) (-4 *1 (-1092))))
+(((*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-549))))
+ ((*1 *2 *3) (-12 (-5 *3 (-549)) (-5 *1 (-550 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *2 *3 *1 *3)
+ (-12 (-5 *2 (-916 *4)) (-4 *4 (-1133)) (-5 *1 (-914 *4 *3))
+ (-4 *3 (-1133)))))
+(((*1 *2)
+ (-12 (-5 *2 (-711 (-936 *3))) (-5 *1 (-365 *3 *4)) (-14 *3 (-949))
+ (-14 *4 (-949))))
+ ((*1 *2)
+ (-12 (-5 *2 (-711 *3)) (-5 *1 (-366 *3 *4)) (-4 *3 (-363))
+ (-14 *4
+ (-3 (-1203 *3)
+ (-1299 (-663 (-2 (|:| -1992 *3) (|:| -2081 (-1152)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-711 *3)) (-5 *1 (-367 *3 *4)) (-4 *3 (-363))
+ (-14 *4 (-949)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-466))
+ (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1009 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *1 (-944 *2)) (-4 *2 (-319)))))
+(((*1 *1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
+ (|partial| -12 (-5 *5 (-1209))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-663 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -2301 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1235) (-27) (-435 *8)))
+ (-4 *8 (-13 (-466) (-149) (-1070 *3) (-660 *3))) (-5 *3 (-560))
+ (-5 *2 (-663 *4)) (-5 *1 (-1046 *8 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1133)) (-5 *2 (-114)) (-5 *1 (-911 *3 *4 *5))
+ (-4 *3 (-1133)) (-4 *5 (-688 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-397 *2 *3)) (-4 *3 (-1132)) (-4 *2 (-1080))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-914 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *3)) (-5 *1 (-1160 *4 *3)) (-4 *4 (-1275 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-376))
+ (-5 *2 (-2 (|:| -1940 (-419 *3)) (|:| |special| (-419 *3))))
+ (-5 *1 (-749 *5 *3)))))
+(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481))))
+ ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-560)) (-4 *4 (-1275 (-421 *3))) (-5 *2 (-949))
+ (-5 *1 (-943 *4 *5)) (-4 *5 (-1275 (-421 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152))))))
+ (-4 *4 (-363)) (-5 *2 (-711 *4)) (-5 *1 (-360 *4)))))
+(((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1073)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1 (-229) (-229))) (-5 *1 (-955))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-229) (-229))) (-5 *3 (-1121 (-229)))
+ (-5 *1 (-955))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1209)) (-5 *5 (-1121 (-229))) (-5 *2 (-955))
+ (-5 *1 (-956 *3)) (-4 *3 (-633 (-549)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-5 *2 (-955)) (-5 *1 (-956 *3))
+ (-4 *3 (-633 (-549))))))
+(((*1 *1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3)
+ (-12 (-4 *2 (-376)) (-4 *2 (-871)) (-5 *1 (-975 *2 *3))
+ (-4 *3 (-1275 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-591))))
+ ((*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-591)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-518 *3 *4 *5 *6))) (-4 *3 (-376)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872))
+ (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1103 *4 *5 *6 *7))
+ (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 *1))
+ (-4 *1 (-1103 *4 *5 *6 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872))
+ (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-793))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1081)) (-4 *3 (-872))
+ (-4 *5 (-277 *3)) (-4 *6 (-817)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-277 *3)) (-4 *3 (-872)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-949))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-346 *4 *5 *6 *7)) (-4 *4 (-13 (-381) (-376)))
+ (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5))) (-4 *7 (-355 *4 *5 *6))
+ (-5 *2 (-793)) (-5 *1 (-406 *4 *5 *6 *7))))
+ ((*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-856 (-949)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-610 *3)) (-4 *3 (-1081))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-610 *3)) (-4 *3 (-1081))))
((*1 *2 *1)
- (-12 (-14 *3 (-663 (-1208))) (-4 *5 (-245 (-2305 *3) (-793)))
- (-14 *6
- (-1 (-114) (-2 (|:| -3998 *4) (|:| -3881 *5))
- (-2 (|:| -3998 *4) (|:| -3881 *5))))
- (-4 *2 (-175)) (-5 *1 (-475 *3 *2 *4 *5 *6 *7)) (-4 *4 (-871))
- (-4 *7 (-979 *2 *5 (-888 *3)))))
- ((*1 *2 *1) (-12 (-4 *1 (-523 *2 *3)) (-4 *3 (-874)) (-4 *2 (-102))))
+ (-12 (-4 *3 (-571)) (-5 *2 (-560)) (-5 *1 (-642 *3 *4))
+ (-4 *4 (-1275 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-762 *4 *3)) (-4 *4 (-1081))
+ (-4 *3 (-872))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-762 *4 *3)) (-4 *4 (-1081)) (-4 *3 (-872))
+ (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-895 *3)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-932 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-935 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4))
+ (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6)))
+ (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1070 (-560))))
+ (-5 *2 (-793)) (-5 *1 (-941 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6))
+ (-4 *4 (-1275 (-421 (-560)))) (-4 *5 (-1275 (-421 *4)))
+ (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-793))
+ (-5 *1 (-942 *4 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-346 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-376))
+ (-4 *7 (-1275 *6)) (-4 *4 (-1275 (-421 *7))) (-4 *8 (-355 *6 *7 *4))
+ (-4 *9 (-13 (-381) (-376))) (-5 *2 (-793))
+ (-5 *1 (-1050 *6 *7 *4 *8 *9))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1275 *3)) (-4 *3 (-1081)) (-4 *3 (-571))
+ (-5 *2 (-793))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1058 (-866 (-560)))) (-5 *1 (-609 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-633 (-916 *3))) (-4 *3 (-912 *3)) (-4 *3 (-466))
+ (-5 *1 (-1241 *3 *2)) (-4 *2 (-633 (-916 *3))) (-4 *2 (-912 *3))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 (-495 *3 *4))) (-14 *3 (-663 (-1209)))
+ (-4 *4 (-466)) (-5 *1 (-650 *3 *4)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1144)) (-4 *3 (-1133)) (-5 *2 (-663 *1))
+ (-4 *1 (-435 *3))))
((*1 *2 *1)
- (-12 (-4 *2 (-571)) (-5 *1 (-642 *2 *3)) (-4 *3 (-1274 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-730 *2)) (-4 *2 (-1080))))
+ (|partial| -12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3))
+ (-4 *3 (-1133))))
((*1 *2 *1)
- (-12 (-4 *2 (-1080)) (-5 *1 (-757 *2 *3)) (-4 *3 (-871))
- (-4 *3 (-748))))
- ((*1 *2 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080))))
+ (|partial| -12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-663 *1)) (-4 *1 (-980 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081))
+ (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-663 *3))
+ (-5 *1 (-981 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $))
+ (-15 -3138 (*7 $))))))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1081)) (-5 *1 (-1273 *3 *2)) (-4 *2 (-1275 *3)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1067))
+ (-5 *1 (-770)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1280 *3 *4 *5)) (-5 *1 (-331 *3 *4 *5)) (-4 *3 (-376))
+ (-14 *4 (-1209)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-419 *3)) (-4 *3 (-571))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-721))))
((*1 *2 *1)
- (-12 (-4 *1 (-1004 *2 *3 *4)) (-4 *3 (-814)) (-4 *4 (-871))
- (-4 *2 (-1080))))
+ (-12 (-4 *2 (-1133)) (-5 *1 (-735 *3 *2 *4)) (-4 *3 (-872))
+ (-14 *4
+ (-1 (-114) (-2 (|:| -2081 *3) (|:| -2909 *2))
+ (-2 (|:| -2081 *3) (|:| -2909 *2)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-178))) (-5 *1 (-1117)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1187 (-1187 *4))) (-5 *2 (-1187 *4)) (-5 *1 (-1193 *4))
+ (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1081)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-51)) (-5 *1 (-853)))))
+(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
+ (-12
+ (-5 *3
+ (-2 (|:| |det| *12) (|:| |rows| (-663 (-560)))
+ (|:| |cols| (-663 (-560)))))
+ (-5 *4 (-711 *12)) (-5 *5 (-663 (-421 (-976 *9))))
+ (-5 *6 (-663 (-663 *12))) (-5 *7 (-793)) (-5 *8 (-560))
+ (-4 *9 (-13 (-319) (-149))) (-4 *12 (-980 *9 *11 *10))
+ (-4 *10 (-13 (-872) (-633 (-1209)))) (-4 *11 (-817))
+ (-5 *2
+ (-2 (|:| |eqzro| (-663 *12)) (|:| |neqzro| (-663 *12))
+ (|:| |wcond| (-663 (-976 *9)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *9))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *9)))))))))
+ (-5 *1 (-954 *9 *10 *11 *12)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-663 (-270))) (-5 *4 (-1209)) (-5 *2 (-51))
+ (-5 *1 (-270))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-663 (-270))) (-5 *4 (-1209))
+ (-5 *1 (-272 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-560)) (|has| *1 (-6 -4511)) (-4 *1 (-1288 *3))
+ (-4 *3 (-1249)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1067))
+ (-5 *1 (-768)))))
+(((*1 *1) (-5 *1 (-520))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-973 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-973 *3))) (-4 *3 (-1081)) (-4 *1 (-1166 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)))))
-(((*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))))
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-973 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-663 *3)) (-4 *3 (-1249)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-898))
- (-5 *5 (-948)) (-5 *6 (-663 (-270))) (-5 *2 (-1301))
- (-5 *1 (-1300))))
+ (-12 (-4 *3 (-571)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $))
+ (-15 -3138 ((-1157 *3 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *3 (-630 $))))))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-560))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-378 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-391))))
+ ((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-391)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1292 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))))
+(((*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 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-697 (-229)))
+ (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-772)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-5 *2 (-114)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-51))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *2 (-663 (-171 *4))) (-5 *1 (-157 *3 *4))
+ (-4 *3 (-1275 (-171 (-560)))) (-4 *4 (-13 (-376) (-871)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-663 (-171 *4)))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-663 (-270)))
- (-5 *2 (-1301)) (-5 *1 (-1300)))))
+ (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-663 (-171 *4)))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-600)) (-5 *3 (-611)) (-5 *4 (-303)) (-5 *1 (-292)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-713 (-898 (-996 *3) (-996 *3)))) (-5 *1 (-996 *3))
+ (-4 *3 (-1133)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-391)) (-5 *1 (-97)))))
(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5))
+ (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1313 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1313 *5 *6 *7 *8)))))
+(((*1 *1 *1) (-5 *1 (-888))) ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1266 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-769)))))
+(((*1 *2 *3)
(-12
+ (-5 *3
+ (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391))
+ (|:| |expense| (-391)) (|:| |accuracy| (-391))
+ (|:| |intermediateResults| (-391))))
+ (-5 *2 (-1067)) (-5 *1 (-315)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-663 (-711 *6))) (-5 *4 (-114)) (-5 *5 (-560))
+ (-5 *2 (-711 *6)) (-5 *1 (-1062 *6)) (-4 *6 (-376)) (-4 *6 (-1081))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 (-711 *4))) (-5 *2 (-711 *4)) (-5 *1 (-1062 *4))
+ (-4 *4 (-376)) (-4 *4 (-1081))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-560)) (-5 *2 (-711 *5))
+ (-5 *1 (-1062 *5)) (-4 *5 (-376)) (-4 *5 (-1081)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-4 *6 (-912 *5)) (-5 *2 (-911 *5 *6 (-663 *6)))
+ (-5 *1 (-913 *5 *6 *4)) (-5 *3 (-663 *6)) (-4 *4 (-633 (-916 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-5 *2 (-663 (-305 *3))) (-5 *1 (-913 *5 *3 *4))
+ (-4 *3 (-1070 (-1209))) (-4 *3 (-912 *5)) (-4 *4 (-633 (-916 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-5 *2 (-663 (-305 (-976 *3))))
+ (-5 *1 (-913 *5 *3 *4)) (-4 *3 (-1081))
+ (-2912 (-4 *3 (-1070 (-1209)))) (-4 *3 (-912 *5))
+ (-4 *4 (-633 (-916 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-5 *2 (-914 *5 *3)) (-5 *1 (-913 *5 *3 *4))
+ (-2912 (-4 *3 (-1070 (-1209)))) (-2912 (-4 *3 (-1081)))
+ (-4 *3 (-912 *5)) (-4 *4 (-633 (-916 *5))))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-793)) (-4 *5 (-571))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-1001 *5 *3)) (-4 *3 (-1275 *5)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209)) (-4 *4 (-571)) (-5 *1 (-160 *4 *2))
+ (-4 *2 (-435 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1124 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571))
+ (-5 *1 (-160 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1124 *1)) (-4 *1 (-162))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-162)) (-5 *2 (-1209)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1008 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-1097 *3 *4 *2)) (-4 *2 (-872))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1142)) (-5 *3 (-560)))))
+(((*1 *1) (-5 *1 (-624))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1133)) (-4 *5 (-1133))
+ (-5 *2 (-1 *5)) (-5 *1 (-705 *4 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-973 *4)) (-4 *4 (-1081)) (-5 *1 (-1197 *3 *4))
+ (-14 *3 (-949)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-559))))
+(((*1 *2 *3 *3 *3 *4 *5 *6)
+ (-12 (-5 *3 (-326 (-560))) (-5 *4 (-1 (-229) (-229)))
+ (-5 *5 (-1121 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1165 (-229)))
+ (-5 *1 (-719)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-267)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-817))
+ (-4 *5 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *6 (-571))
+ (-5 *2 (-2 (|:| -3429 (-976 *6)) (|:| -2413 (-976 *6))))
+ (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-980 (-421 (-976 *6)) *4 *5)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081)) (-4 *2 (-376))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-376)) (-5 *1 (-682 *4 *2))
+ (-4 *2 (-680 *4)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1305)) (-5 *1 (-217 *4))
+ (-4 *4
+ (-13 (-872)
+ (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 (*2 $))
+ (-15 -2854 (*2 $)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1305)) (-5 *1 (-217 *3))
+ (-4 *3
+ (-13 (-872)
+ (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 (*2 $))
+ (-15 -2854 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-516)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-4 *2 (-928 *5)) (-5 *1 (-714 *5 *2 *3 *4))
+ (-4 *3 (-385 *2)) (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1275 *2)) (-4 *2 (-1275 *4))
+ (-5 *1 (-1017 *4 *2 *3 *5)) (-4 *4 (-363)) (-4 *5 (-746 *2 *3)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1081)) (-4 *5 (-1275 *4)) (-5 *2 (-1 *6 (-663 *6)))
+ (-5 *1 (-1294 *4 *5 *3 *6)) (-4 *3 (-680 *5)) (-4 *6 (-1292 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-975 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-229)) (-5 *1 (-315)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-1197 3 *3))))
+ ((*1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1165 (-229))) (-5 *1 (-1303))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1165 (-229))) (-5 *1 (-1303)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1191))
+ (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-1191)) (-5 *1 (-195))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))))
+(((*1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
+ (-4 *4 (-175)))))
+(((*1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-663 (-115))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1275 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-949)) (-4 *1 (-1278 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-816))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-421 (-560))) (-4 *1 (-1282 *3)) (-4 *3 (-1081)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1191)) (-4 *1 (-378 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-419 (-1203 (-1203 *4))))
+ (-5 *1 (-1248 *4)) (-5 *3 (-1203 (-1203 *4))))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-376) (-871)))
+ (-5 *2 (-663 (-2 (|:| -1609 (-663 *3)) (|:| -4177 *5))))
+ (-5 *1 (-184 *5 *3)) (-4 *3 (-1275 (-171 *5)))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-376) (-871)))
+ (-5 *2 (-663 (-2 (|:| -1609 (-663 *3)) (|:| -4177 *4))))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 (-663 *7) *7 (-1203 *7))) (-5 *5 (-1 (-419 *7) *7))
+ (-4 *7 (-1275 *6)) (-4 *6 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-5 *2 (-663 (-2 (|:| |frac| (-421 *7)) (|:| -1969 *3))))
+ (-5 *1 (-833 *6 *7 *3 *8)) (-4 *3 (-680 *7))
+ (-4 *8 (-680 (-421 *7)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
(-5 *2
- (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229))
- (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229))
- (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))
- (-5 *1 (-270))))
- ((*1 *2 *3 *2)
+ (-663 (-2 (|:| |frac| (-421 *6)) (|:| -1969 (-678 *6 (-421 *6))))))
+ (-5 *1 (-836 *5 *6)) (-5 *3 (-678 *6 (-421 *6))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-663 (-711 *4))) (-5 *2 (-711 *4)) (-4 *4 (-1081))
+ (-5 *1 (-1062 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-531)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-793))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-793)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-114))
+ (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4))))
+ (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3))
+ (-4 *3 (-13 (-376) (-1235) (-1034))))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-663 (-663 (-229)))) (-5 *4 (-229))
+ (-5 *2 (-663 (-973 *4))) (-5 *1 (-1246)) (-5 *3 (-973 *4)))))
+(((*1 *1 *2 *2)
(-12
(-5 *2
- (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229))
- (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229))
- (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))
- (-5 *3 (-663 (-270))) (-5 *1 (-271))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302))))
- ((*1 *2 *1 *3 *3 *4 *4 *4)
- (-12 (-5 *3 (-560)) (-5 *4 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302))))
+ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391)))
+ (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208))))
+ (-5 *1 (-1208)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1081))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-1081)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1095)) (-5 *3 (-1191)))))
+(((*1 *2 *1) (-12 (-4 *1 (-814)) (-5 *2 (-560))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-932 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1100 *4 *3)) (-4 *4 (-13 (-871) (-376)))
+ (-4 *3 (-1275 *4)) (-5 *2 (-560))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-571) (-1070 *2) (-660 *2) (-466)))
+ (-5 *2 (-560)) (-5 *1 (-1149 *4 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *4)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-866 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-571) (-1070 *2) (-660 *2) (-466))) (-5 *2 (-560))
+ (-5 *1 (-1149 *6 *3))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-1191))
+ (-4 *6 (-13 (-571) (-1070 *2) (-660 *2) (-466))) (-5 *2 (-560))
+ (-5 *1 (-1149 *6 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *6)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-466)) (-5 *2 (-560))
+ (-5 *1 (-1150 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-866 (-421 (-976 *6))))
+ (-5 *3 (-421 (-976 *6))) (-4 *6 (-466)) (-5 *2 (-560))
+ (-5 *1 (-1150 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-421 (-976 *6))) (-5 *4 (-1209))
+ (-5 *5 (-1191)) (-4 *6 (-466)) (-5 *2 (-560)) (-5 *1 (-1150 *6))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-560)) (-5 *1 (-1232 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-872))
+ (-5 *2
+ (-2 (|:| |f1| (-663 *4)) (|:| |f2| (-663 (-663 (-663 *4))))
+ (|:| |f3| (-663 (-663 *4))) (|:| |f4| (-663 (-663 (-663 *4))))))
+ (-5 *1 (-1220 *4)) (-5 *3 (-663 (-663 (-663 *4)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-561))))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *8 (-1097 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |val| (-663 *8))
+ (|:| |towers| (-663 (-1059 *5 *6 *7 *8)))))
+ (-5 *1 (-1059 *5 *6 *7 *8)) (-5 *3 (-663 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *8 (-1097 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |val| (-663 *8))
+ (|:| |towers| (-663 (-1178 *5 *6 *7 *8)))))
+ (-5 *1 (-1178 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-1209)) (-5 *2 (-114))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-310)) (-5 *3 (-115)) (-5 *2 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1209)) (-5 *2 (-114)) (-5 *1 (-630 *4))
+ (-4 *4 (-1133))))
((*1 *2 *1 *3)
+ (-12 (-5 *3 (-115)) (-5 *2 (-114)) (-5 *1 (-630 *4)) (-4 *4 (-1133))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-860 *3)) (-4 *3 (-1133)) (-5 *2 (-114))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-5 *2 (-114)) (-5 *1 (-913 *5 *3 *4))
+ (-4 *3 (-912 *5)) (-4 *4 (-633 (-916 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *6)) (-4 *6 (-912 *5)) (-4 *5 (-1133))
+ (-5 *2 (-114)) (-5 *1 (-913 *5 *6 *4)) (-4 *4 (-633 (-916 *5))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-248)) (-5 *3 (-1191))))
+ ((*1 *2 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-248))))
+ ((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-899)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-793))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-793)))))
+(((*1 *2)
+ (-12 (-5 *2 (-949)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-949)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-115)) (-5 *4 (-663 *2)) (-5 *1 (-116 *2))
+ (-4 *2 (-1133))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 (-663 *4))) (-4 *4 (-1133))
+ (-5 *1 (-116 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1133))
+ (-5 *1 (-116 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-115)) (-5 *2 (-1 *4 (-663 *4)))
+ (-5 *1 (-116 *4)) (-4 *4 (-1133))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-670 *3)) (-4 *3 (-1081))
+ (-5 *1 (-736 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-858 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3273 *4)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391)))
+ (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208))))
+ (-5 *1 (-1208)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-391))))
+ ((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-391)))))
+(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229))
- (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229))
- (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))
- (-5 *2 (-1304)) (-5 *1 (-1302))))
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191)))))
+ (-5 *2 (-1067)) (-5 *1 (-315))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| -3039 (-391)) (|:| -2187 (-1191))
+ (|:| |explanations| (-663 (-1191))) (|:| |extra| (-1067))))
+ (-5 *2 (-1067)) (-5 *1 (-315)))))
+(((*1 *2) (-12 (-4 *2 (-175)) (-5 *1 (-167 *3 *2)) (-4 *3 (-168 *2))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *2 *4)) (-4 *4 (-1275 *2))
+ (-4 *2 (-175))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1275 *2)) (-4 *2 (-175)) (-5 *1 (-423 *3 *2 *4))
+ (-4 *3 (-424 *2 *4))))
+ ((*1 *2) (-12 (-4 *1 (-424 *2 *3)) (-4 *3 (-1275 *2)) (-4 *2 (-175))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1275 *2)) (-5 *2 (-560)) (-5 *1 (-790 *3 *4))
+ (-4 *4 (-424 *2 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-980 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)) (-4 *3 (-175))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-571)) (-5 *1 (-1001 *2 *3)) (-4 *3 (-1275 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-175)))))
+(((*1 *2 *3 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |cycle?| (-114)) (|:| -1640 (-793)) (|:| |period| (-793))))
+ (-5 *1 (-1187 *4)) (-4 *4 (-1249)) (-5 *3 (-793)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-194)) (-5 *3 (-560))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-175))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-531)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-571)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
+ (-5 *1 (-1240 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4))))
+ (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1133)) (-5 *1 (-994 *3 *2)) (-4 *3 (-1133)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391)))
+ (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208))))
+ (-5 *1 (-1208)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-174))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-319)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
+ (-5 *1 (-1156 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559))
+ (-5 *2 (-421 (-560)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-419 *3)) (-4 *3 (-559))
+ (-4 *3 (-571))))
+ ((*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-421 (-560)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-820 *3)) (-4 *3 (-175)) (-4 *3 (-559))
+ (-5 *2 (-421 (-560)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-856 *3)) (-4 *3 (-559))
+ (-4 *3 (-1133))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-866 *3)) (-4 *3 (-559))
+ (-4 *3 (-1133))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1030 *3)) (-4 *3 (-175)) (-4 *3 (-559))
+ (-5 *2 (-421 (-560)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1040 *3)) (-4 *3 (-1070 *2)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-817)) (-4 *7 (-980 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-872))
+ (-5 *2 (-114)) (-5 *1 (-464 *4 *5 *6 *7)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-1275 *4)) (-5 *1 (-553 *4 *2 *5 *6))
+ (-4 *4 (-319)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-793))))))
+(((*1 *2 *3 *4 *5 *4 *4 *4)
+ (-12 (-4 *6 (-872)) (-5 *3 (-663 *6)) (-5 *5 (-663 *3))
+ (-5 *2
+ (-2 (|:| |f1| *3) (|:| |f2| (-663 *5)) (|:| |f3| *5)
+ (|:| |f4| (-663 *5))))
+ (-5 *1 (-1220 *6)) (-5 *4 (-663 *5)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-903 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-905 *2)) (-4 *2 (-1249))))
((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-973 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-973 *3))) (-4 *3 (-1081)) (-4 *1 (-1166 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-973 *3))) (-4 *1 (-1166 *3)) (-4 *3 (-1081)))))
+(((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *1 *2 *2)
(-12
(-5 *2
- (-2 (|:| |theta| (-229)) (|:| |phi| (-229)) (|:| -2069 (-229))
- (|:| |scaleX| (-229)) (|:| |scaleY| (-229)) (|:| |scaleZ| (-229))
- (|:| |deltaX| (-229)) (|:| |deltaY| (-229))))
- (-5 *1 (-1302))))
- ((*1 *2 *1 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
+ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391)))
+ (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208))))
+ (-5 *1 (-1208)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-663
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229)))))
+ (-5 *1 (-574))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-629 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-5 *2 (-663 *3))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-663
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229)))))
+ (-5 *1 (-827)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-5 *2 (-1 (-229) (-229))) (-5 *1 (-725 *3))
+ (-4 *3 (-633 (-549)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1209)) (-5 *2 (-1 (-229) (-229) (-229)))
+ (-5 *1 (-725 *3)) (-4 *3 (-633 (-549))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-955))
+ (-5 *2
+ (-2 (|:| |brans| (-663 (-663 (-973 (-229)))))
+ (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))))
+ (-5 *1 (-155))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-955)) (-5 *4 (-421 (-560)))
+ (-5 *2
+ (-2 (|:| |brans| (-663 (-663 (-973 (-229)))))
+ (|:| |xValues| (-1121 (-229))) (|:| |yValues| (-1121 (-229)))))
+ (-5 *1 (-155)))))
+(((*1 *2 *2 *2 *3 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-1081)) (-5 *1 (-1273 *4 *2))
+ (-4 *2 (-1275 *4)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-324))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-1298 *3)))))
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1081))
+ (-14 *4 (-663 (-1209)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1) (-4 *1 (-296)))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-686 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-5 *1 (-646 *3 *4 *5))
+ (-14 *5 (-949))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1081) (-739 (-421 (-560)))))
+ (-4 *5 (-872)) (-5 *1 (-1316 *4 *5 *2)) (-4 *2 (-1322 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1320 *3 *4))
+ (-4 *4 (-739 (-421 (-560)))) (-4 *3 (-872)) (-4 *4 (-175)))))
+(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1079)))))
+(((*1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1235) (-435 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-560)) (-4 *5 (-13 (-466) (-1070 *4) (-660 *4)))
+ (-5 *2 (-51)) (-5 *1 (-328 *5 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-466) (-1070 *5) (-660 *5))) (-5 *5 (-560))
+ (-5 *2 (-51)) (-5 *1 (-328 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1266 (-560)))
+ (-4 *7 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-473 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-560)))
+ (-4 *3 (-13 (-27) (-1235) (-435 *7)))
+ (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-473 *7 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-560)) (-4 *4 (-1081)) (-4 *1 (-1263 *4 *3))
+ (-4 *3 (-1292 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1284 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1261 *3)))))
+(((*1 *1) (-5 *1 (-146))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-5 *2 (-663 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *2 (-2 (|:| |k| (-843 *3)) (|:| |c| *4))))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3))
+ (-4 *3 (-1133)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-419 *3)) (-4 *3 (-571)) (-5 *1 (-433 *3)))))
+(((*1 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1003)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 (-975 *4))) (-5 *3 (-663 (-1208))) (-4 *4 (-466))
- (-5 *1 (-947 *4)))))
-(((*1 *1) (-5 *1 (-143))))
-(((*1 *2 *3 *4 *5 *3 *6 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-171 (-229))) (-5 *6 (-1190))
- (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1) (|partial| -12 (-4 *1 (-1043)) (-5 *2 (-887)))))
+ (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-1164 *4 *2))
+ (-4 *2 (-13 (-618 (-560) *4) (-10 -7 (-6 -4510) (-6 -4511))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-872)) (-4 *3 (-1249)) (-5 *1 (-1164 *3 *2))
+ (-4 *2 (-13 (-618 (-560) *3) (-10 -7 (-6 -4510) (-6 -4511)))))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1070 (-560))) (-4 *3 (-571)) (-5 *1 (-32 *3 *2))
+ (-4 *2 (-435 *3))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-1203 *4)) (-5 *1 (-167 *3 *4))
+ (-4 *3 (-168 *4))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1081)) (-4 *1 (-310))))
+ ((*1 *2) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1203 *3))))
+ ((*1 *2) (-12 (-4 *1 (-746 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1275 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1100 *3 *2)) (-4 *3 (-13 (-871) (-376)))
+ (-4 *2 (-1275 *3)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1235) (-435 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-793)) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-51)) (-5 *1 (-328 *5 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-305 *3)) (-5 *5 (-793))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 (-560))) (-5 *4 (-305 *6))
+ (-4 *6 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-473 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-473 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1266 (-793)))
+ (-4 *7 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-473 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-793)))
+ (-4 *3 (-13 (-27) (-1235) (-435 *7)))
+ (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-473 *7 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1263 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1292 *3)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-742)) (-5 *2 (-949))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-744)) (-5 *2 (-793)))))
+(((*1 *2 *1) (-12 (-5 *2 (-303)) (-5 *1 (-292)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-778)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-843 *4)) (-4 *4 (-872)) (-5 *2 (-114))
+ (-5 *1 (-694 *4)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-5 *2 (-1187 (-229))) (-5 *1 (-195))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-326 (-229))) (-5 *4 (-663 (-1209)))
+ (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-1187 (-229))) (-5 *1 (-313))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *4 (-663 (-1209)))
+ (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-1187 (-229))) (-5 *1 (-313)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229)))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-79 LSFUN1))))
+ (-5 *2 (-1067)) (-5 *1 (-775)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1212))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212)))))
+(((*1 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1304)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-319)) (-4 *3 (-175)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3)))
+ (-5 *1 (-710 *3 *4 *5 *6)) (-4 *6 (-708 *3 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-722 *3))
+ (-4 *3 (-319)))))
+(((*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-5 *2 (-2 (|:| -4467 (-115)) (|:| |w| (-229)))) (-5 *1 (-207)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-663 (-1209))) (-5 *2 (-1209)) (-5 *1 (-342)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 (-560))) (-4 *3 (-1081)) (-5 *1 (-99 *3))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-99 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-99 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-847)))))
+(((*1 *2)
+ (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305))
+ (-5 *1 (-1104 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305))
+ (-5 *1 (-1140 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-776)))))
+(((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-793)) (-5 *4 (-949)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-793)) (-5 *4 (-949)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-844)) (-14 *5 (-1209))
+ (-5 *2 (-560)) (-5 *1 (-1146 *4 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-657 *3)) (-14 *3 (-663 (-1209))) (-5 *1 (-218 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-218 *3)) (-14 *3 (-663 (-1209))) (-5 *1 (-657 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-996 *3)) (-4 *3 (-1133)) (-5 *1 (-997 *3)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4))
+ (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6)))
+ (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1070 (-560))))
+ (-5 *2 (-2 (|:| -2918 (-793)) (|:| -2988 *8)))
+ (-5 *1 (-941 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6))
+ (-4 *4 (-1275 (-421 (-560)))) (-4 *5 (-1275 (-421 *4)))
+ (-4 *6 (-355 (-421 (-560)) *4 *5))
+ (-5 *2 (-2 (|:| -2918 (-793)) (|:| -2988 *6)))
+ (-5 *1 (-942 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4))))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4 *4 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
+ (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-85 FCNF))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-86 FCNG)))) (-5 *3 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-771)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814))))
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-976 (-560))) (-5 *2 (-663 *1)) (-4 *1 (-1044))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-976 (-421 (-560)))) (-5 *2 (-663 *1)) (-4 *1 (-1044))))
+ ((*1 *2 *3) (-12 (-5 *3 (-976 *1)) (-4 *1 (-1044)) (-5 *2 (-663 *1))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1203 (-560))) (-5 *2 (-663 *1)) (-4 *1 (-1044))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1203 (-421 (-560)))) (-5 *2 (-663 *1)) (-4 *1 (-1044))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *1)) (-4 *1 (-1044)) (-5 *2 (-663 *1))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-871) (-376))) (-4 *3 (-1275 *4)) (-5 *2 (-663 *1))
+ (-4 *1 (-1100 *4 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1133)) (-4 *5 (-1133))
+ (-5 *2 (-1 *5 *4)) (-5 *1 (-705 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1323 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-870)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
+ (-4 *4 (-571)))))
+(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
+ (-12 (-5 *4 (-560))
+ (-5 *6
+ (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391))))
+ (-5 *7 (-1 (-1305) (-1299 *5) (-1299 *5) (-391)))
+ (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305))
+ (-5 *1 (-810))))
+ ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
+ (-12 (-5 *4 (-560))
+ (-5 *6
+ (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -1682 (-391))))
+ (-5 *7 (-1 (-1305) (-1299 *5) (-1299 *5) (-391)))
+ (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305))
+ (-5 *1 (-810)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-3 (-421 (-976 *5)) (-1198 (-1209) (-976 *5))))
+ (-4 *5 (-466)) (-5 *2 (-663 (-711 (-421 (-976 *5)))))
+ (-5 *1 (-304 *5)) (-5 *4 (-711 (-421 (-976 *5)))))))
+(((*1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1093 (-1056 *4) (-1203 (-1056 *4)))) (-5 *3 (-888))
+ (-5 *1 (-1056 *4)) (-4 *4 (-13 (-871) (-376) (-1052))))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *3 (-817)) (-4 *5 (-872)) (-5 *2 (-114))
+ (-5 *1 (-464 *4 *3 *5 *6)) (-4 *6 (-980 *4 *3 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 *3 *4 *5)) (-5 *2 (-114)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-391)) (-5 *1 (-1095)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-319))
+ (-5 *1 (-946 *3 *4 *5 *2)) (-4 *2 (-980 *5 *3 *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1203 *6)) (-4 *6 (-980 *5 *3 *4)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *5 (-319)) (-5 *1 (-946 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *6 *4 *5))
+ (-5 *1 (-946 *4 *5 *6 *2)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-319)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-38 (-421 (-560))))
+ (-4 *2 (-175)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-611))) (-5 *1 (-611)))))
+(((*1 *1 *2 *3)
+ (-12 (-4 *1 (-397 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1133))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-560)) (-5 *2 (-1187 *3)) (-5 *1 (-1193 *3))
+ (-4 *3 (-1081))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-843 *4)) (-4 *4 (-872)) (-4 *1 (-1319 *4 *3))
+ (-4 *3 (-1081)))))
+(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
+ (-12 (-5 *3 (-560)) (-5 *5 (-114)) (-5 *6 (-711 (-229)))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))
+ (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-775)))))
+(((*1 *1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| -3694 (-663 (-888))) (|:| -3429 (-663 (-888)))
+ (|:| |presup| (-663 (-888))) (|:| -3378 (-663 (-888)))
+ (|:| |args| (-663 (-888)))))
+ (-5 *1 (-1209))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-663 (-888)))) (-5 *1 (-1209)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1008 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)) (-4 *5 (-1097 *3 *4 *2)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-326 (-229))) (-5 *1 (-213)))))
+(((*1 *1 *1 *1) (-4 *1 (-999))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-949)) (-5 *2 (-482)) (-5 *1 (-1302)))))
+(((*1 *1 *1) (-5 *1 (-888)))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *2 *3 *4 *5 *6)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133))))
+ ((*1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-1191))))
+ ((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1191))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1209)))))
+(((*1 *2 *3) (-12 (-5 *3 (-865)) (-5 *2 (-1067)) (-5 *1 (-864))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-326 (-391)))) (-5 *4 (-663 (-391)))
+ (-5 *2 (-1067)) (-5 *1 (-864)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-663 *4)) (-4 *4 (-376)) (-5 *2 (-1299 *4))
+ (-5 *1 (-838 *4 *3)) (-4 *3 (-680 *4)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))
+ (-5 *2 (-663 (-1209))) (-5 *1 (-278))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *7)) (-4 *7 (-980 *6 *4 *5)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1081)) (-5 *2 (-663 *5))
+ (-5 *1 (-333 *4 *5 *6 *7))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-352 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 *2) (-4 *5 (-401))))
((*1 *2 *1)
- (-12 (-4 *1 (-397 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1132))))
+ (-12 (-4 *1 (-435 *3)) (-4 *3 (-1133)) (-5 *2 (-663 (-1209)))))
((*1 *2 *1)
- (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175))
- (-4 *6 (-245 (-2305 *3) (-793)))
+ (-12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-980 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-663 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081))
+ (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-663 *5))
+ (-5 *1 (-981 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $)))))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1005 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (-4 *5 (-872)) (-5 *2 (-663 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-663 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-5 *2 (-663 (-1209)))
+ (-5 *1 (-1072 *4)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-229))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-229))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-391))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-421 (-560))) (-5 *1 (-391)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-560)) (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1081))
+ (-5 *1 (-333 *4 *5 *2 *6)) (-4 *6 (-980 *2 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1256))))))
+(((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-369 *3)) (-4 *3 (-363)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-432 *4)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-2 (|:| |deg| (-793)) (|:| -1621 *5))))
+ (-4 *5 (-1275 *4)) (-4 *4 (-363)) (-5 *2 (-663 *5))
+ (-5 *1 (-220 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-2 (|:| -2549 *5) (|:| -4144 (-560)))))
+ (-5 *4 (-560)) (-4 *5 (-1275 *4)) (-5 *2 (-663 *5))
+ (-5 *1 (-718 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1275 *2)) (-4 *2 (-1254)) (-5 *1 (-150 *2 *4 *3))
+ (-4 *3 (-1275 (-421 *4))))))
+(((*1 *2 *1) (-12 (-4 *1 (-236 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-239)) (-5 *2 (-793))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-793)) (-4 *1 (-274 *4))
+ (-4 *4 (-1249))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254))
+ (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-376)) (-4 *2 (-928 *3)) (-5 *1 (-597 *2))
+ (-5 *3 (-1209))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-597 *2)) (-4 *2 (-376))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-888))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-922 *2 *3)) (-4 *3 (-1249)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *4)) (-5 *3 (-663 (-793))) (-4 *1 (-930 *4))
+ (-4 *4 (-1133))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-930 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *1 (-930 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4))
+ (-4 *4 (-363)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817)) (-5 *2 (-663 *6))
+ (-5 *1 (-1018 *3 *4 *5 *6)) (-4 *6 (-980 *3 *5 *4)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1203 (-421 (-1203 *2)))) (-5 *4 (-630 *2))
+ (-4 *2 (-13 (-435 *5) (-27) (-1235)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *1 (-575 *5 *2 *6)) (-4 *6 (-1133))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1203 *1)) (-4 *1 (-980 *4 *5 *3)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *3 (-872))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1203 *4)) (-4 *4 (-1081)) (-4 *1 (-980 *4 *5 *3))
+ (-4 *5 (-817)) (-4 *3 (-872))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-1203 *2))) (-4 *5 (-817)) (-4 *4 (-872))
+ (-4 *6 (-1081))
+ (-4 *2
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $)))))
+ (-5 *1 (-981 *5 *4 *6 *7 *2)) (-4 *7 (-980 *6 *5 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-1203 (-421 (-976 *5))))) (-5 *4 (-1209))
+ (-5 *2 (-421 (-976 *5))) (-5 *1 (-1072 *5)) (-4 *5 (-571)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-343 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
+ ((*1 *1 *1) (-4 *1 (-1238))))
+(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
+ (|partial| -12 (-5 *4 (-663 *11)) (-5 *5 (-663 (-1203 *9)))
+ (-5 *6 (-663 *9)) (-5 *7 (-663 *12)) (-5 *8 (-663 (-793)))
+ (-4 *11 (-872)) (-4 *9 (-319)) (-4 *12 (-980 *9 *10 *11))
+ (-4 *10 (-817)) (-5 *2 (-663 (-1203 *12)))
+ (-5 *1 (-729 *10 *11 *9 *12)) (-5 *3 (-1203 *12)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 *5)) (-4 *5 (-1275 *3)) (-4 *3 (-319))
+ (-5 *2 (-114)) (-5 *1 (-469 *3 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1254)) (-4 *3 (-1275 *4))
+ (-4 *5 (-1275 (-421 *3))) (-5 *2 (-114))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-663 (-291))) (-5 *1 (-291))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1214))) (-5 *1 (-1214)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-432 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-376)) (-4 *3 (-1081))
+ (-5 *1 (-1193 *3)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-949)) (-4 *1 (-418))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-560)) (-4 *1 (-418))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *2 *6)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *2 (-1133)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-663 (-976 *6))) (-5 *4 (-663 (-1209))) (-4 *6 (-466))
+ (-5 *2 (-663 (-663 *7))) (-5 *1 (-552 *6 *7 *5)) (-4 *7 (-376))
+ (-4 *5 (-13 (-376) (-871))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-1211 (-421 (-560))))
+ (-5 *1 (-193)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872))))
+ ((*1 *1) (-4 *1 (-1184))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-4 *5 (-381))
+ (-5 *2 (-793)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1302))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1302))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1303))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-270))) (-5 *1 (-1303)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-1299 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *3))
+ (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1097 *4 *5 *6)) (-4 *4 (-571))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-1009 *4 *5 *6 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-663 *7) (-663 *7))) (-5 *2 (-663 *7))
+ (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-5 *1 (-1009 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-872)) (-5 *2 (-1222 (-663 *4))) (-5 *1 (-1220 *4))
+ (-5 *3 (-663 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-343 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
+ ((*1 *1 *1) (-4 *1 (-1238))))
+(((*1 *1 *2 *3)
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-663 (-949))) (-5 *1 (-154 *4 *2 *5)) (-14 *4 (-949))
+ (-4 *2 (-376)) (-14 *5 (-1025 *4 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-735 *5 *6 *7)) (-4 *5 (-872))
+ (-4 *6 (-245 (-3819 *4) (-793)))
(-14 *7
- (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *6))
- (-2 (|:| -3998 *5) (|:| -3881 *6))))
- (-5 *2 (-735 *5 *6 *7)) (-5 *1 (-475 *3 *4 *5 *6 *7 *8))
- (-4 *5 (-871)) (-4 *8 (-979 *4 *6 (-888 *3)))))
+ (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *6))
+ (-2 (|:| -2081 *5) (|:| -2909 *6))))
+ (-14 *4 (-663 (-1209))) (-4 *2 (-175))
+ (-5 *1 (-475 *4 *2 *5 *6 *7 *8)) (-4 *8 (-980 *2 *6 (-889 *4)))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *1 (-523 *2 *3)) (-4 *2 (-102)) (-4 *3 (-875))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-560)) (-4 *2 (-571)) (-5 *1 (-642 *2 *4))
+ (-4 *4 (-1275 *2))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-730 *2)) (-4 *2 (-1081))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-757 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-748))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *5)) (-5 *3 (-663 (-793))) (-4 *1 (-762 *4 *5))
+ (-4 *4 (-1081)) (-4 *5 (-872))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *2)) (-4 *4 (-1081))
+ (-4 *2 (-872))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-877 *2)) (-4 *2 (-1081))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 (-793))) (-4 *1 (-980 *4 *5 *6))
+ (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *6 (-872))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-980 *4 *5 *2)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *2 (-872))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 *6)) (-5 *3 (-663 *5)) (-4 *1 (-1005 *4 *5 *6))
+ (-4 *4 (-1081)) (-4 *5 (-816)) (-4 *6 (-872))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *1 (-1005 *4 *3 *2)) (-4 *4 (-1081)) (-4 *3 (-816))
+ (-4 *2 (-872)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1299 (-663 *3))) (-4 *4 (-319))
+ (-5 *2 (-663 *3)) (-5 *1 (-469 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-3 (-421 (-976 *6)) (-1198 (-1209) (-976 *6))))
+ (-5 *5 (-793)) (-4 *6 (-466)) (-5 *2 (-663 (-711 (-421 (-976 *6)))))
+ (-5 *1 (-304 *6)) (-5 *4 (-711 (-421 (-976 *6))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-2 (|:| |eigval| (-3 (-421 (-976 *5)) (-1198 (-1209) (-976 *5))))
+ (|:| |eigmult| (-793)) (|:| |eigvec| (-663 *4))))
+ (-4 *5 (-466)) (-5 *2 (-663 (-711 (-421 (-976 *5)))))
+ (-5 *1 (-304 *5)) (-5 *4 (-711 (-421 (-976 *5)))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1249))
+ (-5 *2 (-114)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-1254)) (-4 *5 (-1275 *4))
+ (-5 *2 (-2 (|:| |radicand| (-421 *5)) (|:| |deg| (-793))))
+ (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1275 (-421 *5))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-391)) (-5 *1 (-1095)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1209)) (-5 *5 (-663 (-421 (-976 *6))))
+ (-5 *3 (-421 (-976 *6)))
+ (-4 *6 (-13 (-571) (-1070 (-560)) (-149)))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-584 *6)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-670 *3)) (-4 *3 (-1081))
+ (-5 *1 (-736 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-858 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 (-1209))) (-4 *4 (-1133))
+ (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4))))
+ (-5 *1 (-54 *4 *5 *2))
+ (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4)))))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-663 (-560))) (-5 *3 (-711 (-560))) (-5 *1 (-1142)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1129 *4)) (-4 *4 (-1133)) (-5 *2 (-1 *4))
+ (-5 *1 (-1049 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1073)) (-5 *3 (-391))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1121 (-560))) (-5 *2 (-1 (-560))) (-5 *1 (-1079)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-560)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-793)) (-4 *5 (-175))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
+ (-4 *4 (-175))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
+ (-4 *4 (-385 *2))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-1081)) (-4 *1 (-708 *3 *2 *4)) (-4 *2 (-385 *3))
+ (-4 *4 (-385 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1174 *2 *3)) (-14 *2 (-793)) (-4 *3 (-1081)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1203 (-421 (-560)))) (-5 *1 (-972)) (-5 *3 (-560)))))
+(((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1081))
+ (-5 *1 (-878 *5 *2)) (-4 *2 (-877 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *5)) (-5 *4 (-949)) (-4 *5 (-872))
+ (-5 *2 (-58 (-663 (-694 *5)))) (-5 *1 (-694 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034) (-1235)))))
+ ((*1 *1 *1) (-4 *1 (-649))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1263 *3 *2)) (-4 *3 (-1081))
+ (-4 *2 (-1292 *3)))))
+(((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1073)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-866 *3)) (-4 *3 (-1133)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-520)) (-5 *3 (-663 (-901))) (-5 *1 (-497)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-775)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-421 *5)) (-4 *5 (-1275 *4)) (-4 *4 (-571))
+ (-4 *4 (-1081)) (-4 *2 (-1292 *4)) (-5 *1 (-1294 *4 *5 *6 *2))
+ (-4 *6 (-680 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *2 (-1067))
+ (-5 *1 (-771)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-560) (-560))) (-5 *1 (-374 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-793) (-793))) (-4 *1 (-399 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
+ (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *3 (-1097 *6 *7 *8))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1140 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-663 (-2 (|:| |val| (-663 *8)) (|:| -2417 *9))))
+ (-5 *5 (-114)) (-4 *8 (-1097 *6 *7 *4)) (-4 *9 (-1103 *6 *7 *4 *8))
+ (-4 *6 (-466)) (-4 *7 (-817)) (-4 *4 (-872))
+ (-5 *2 (-663 (-2 (|:| |val| *8) (|:| -2417 *9))))
+ (-5 *1 (-1140 *6 *7 *4 *8 *9)))))
+(((*1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-560)))) (-4 *5 (-1275 *4))
+ (-5 *2 (-2 (|:| |ans| (-421 *5)) (|:| |nosol| (-114))))
+ (-5 *1 (-1047 *4 *5)) (-5 *3 (-421 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-421 (-560))) (-5 *1 (-315)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-305 (-856 *3)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-856 *3)) (-5 *1 (-655 *5 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-305 (-856 (-976 *5)))) (-4 *5 (-466))
+ (-5 *2 (-856 (-421 (-976 *5)))) (-5 *1 (-656 *5))
+ (-5 *3 (-421 (-976 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-305 (-421 (-976 *5)))) (-5 *3 (-421 (-976 *5)))
+ (-4 *5 (-466)) (-5 *2 (-856 *3)) (-5 *1 (-656 *5)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-560))) (-4 *3 (-1081)) (-5 *1 (-609 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-560))) (-4 *1 (-1261 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-560))) (-4 *1 (-1292 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-863))
+ (-5 *3
+ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229)))
+ (|:| |lb| (-663 (-866 (-229)))) (|:| |cf| (-663 (-326 (-229))))
+ (|:| |ub| (-663 (-866 (-229))))))
+ (-5 *2 (-1067))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-863))
+ (-5 *3
+ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))
+ (-5 *2 (-1067)))))
+(((*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 *3)) (-4 *3 (-1103 *5 *6 *7 *8)) (-4 *5 (-466))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7))
+ (-5 *2 (-114)) (-5 *1 (-1020 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 *3)) (-4 *3 (-1103 *5 *6 *7 *8)) (-4 *5 (-466))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7))
+ (-5 *2 (-114)) (-5 *1 (-1139 *5 *6 *7 *8 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-711 (-421 (-976 *4)))) (-4 *4 (-466))
+ (-5 *2 (-663 (-3 (-421 (-976 *4)) (-1198 (-1209) (-976 *4)))))
+ (-5 *1 (-304 *4)))))
+(((*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-146))))
+ ((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-146)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-419 *3)) (-4 *3 (-559)) (-4 *3 (-571))))
+ ((*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-820 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-856 *3)) (-4 *3 (-559)) (-4 *3 (-1133))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-866 *3)) (-4 *3 (-559)) (-4 *3 (-1133))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1030 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1040 *3)) (-4 *3 (-1070 (-421 (-560)))))))
+(((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1203 *7)) (-5 *3 (-560)) (-4 *7 (-980 *6 *4 *5))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081))
+ (-5 *1 (-333 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-114)) (-5 *1 (-853)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 *4))))
+ (-5 *1 (-914 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133))))
((*1 *2 *1)
- (-12 (-4 *2 (-748)) (-4 *2 (-871)) (-5 *1 (-757 *3 *2))
- (-4 *3 (-1080))))
+ (-12 (-4 *3 (-1133)) (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133))
+ (-4 *7 (-1133)) (-5 *2 (-663 *1)) (-4 *1 (-1136 *3 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-376)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3)))
+ (-5 *1 (-788 *3 *4)) (-4 *3 (-730 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-376)) (-4 *3 (-1081))
+ (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-877 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-376)) (-4 *5 (-1081))
+ (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-878 *5 *3))
+ (-4 *3 (-877 *5)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1191))
+ (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-697 *2)) (-4 *2 (-1081)) (-4 *2 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034) (-1235)))))
+ ((*1 *1 *1) (-4 *1 (-649))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-419 (-1203 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1203 *1))
+ (-4 *4 (-466)) (-4 *4 (-571)) (-4 *4 (-1133))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-940)) (-5 *2 (-419 (-1203 *1))) (-5 *3 (-1203 *1)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1079)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560))
+ (-14 *4 (-793)) (-4 *5 (-175)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-669 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *1 (-482)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-980 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-466))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *1))))
+ (-4 *1 (-1103 *4 *5 *6 *3))))
+ ((*1 *1 *1) (-4 *1 (-1254)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-1279 *3 *2))
+ (-4 *2 (-13 (-1275 *3) (-571) (-10 -8 (-15 -3128 ($ $ $))))))))
+(((*1 *1 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193))))
+ ((*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1) (-4 *1 (-895 *2)))
((*1 *1 *1)
- (-12 (-4 *1 (-1004 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-814))
- (-4 *4 (-871)))))
+ (-12 (-4 *1 (-1005 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-816))
+ (-4 *4 (-872)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888))))
+ ((*1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-4 *1 (-1131 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-663
+ (-2
+ (|:| -1919
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (|:| -3529
+ (-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| (-1187 (-229)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3423
+ (-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 (-574)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-769)))))
+(((*1 *2)
+ (-12 (-5 *2 (-949)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-949)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1078 *4 *5)) (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-14 *5 (-663 (-1209)))
+ (-5 *2
+ (-663 (-2 (|:| -3527 (-1203 *4)) (|:| -3084 (-663 (-976 *4))))))
+ (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2
+ (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5))))))
+ (-5 *1 (-1327 *5 *6 *7)) (-5 *3 (-663 (-976 *5)))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2
+ (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5))))))
+ (-5 *1 (-1327 *5 *6 *7)) (-5 *3 (-663 (-976 *5)))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2
+ (-663 (-2 (|:| -3527 (-1203 *5)) (|:| -3084 (-663 (-976 *5))))))
+ (-5 *1 (-1327 *5 *6 *7)) (-5 *3 (-663 (-976 *5)))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2
+ (-663 (-2 (|:| -3527 (-1203 *4)) (|:| -3084 (-663 (-976 *4))))))
+ (-5 *1 (-1327 *4 *5 *6)) (-5 *3 (-663 (-976 *4)))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1) (-5 *1 (-622))) ((*1 *1) (-5 *1 (-625))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-220 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-949)) (-4 *5 (-571)) (-5 *2 (-711 *5))
+ (-5 *1 (-987 *5 *3)) (-4 *3 (-680 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-886)) (-5 *2 (-713 (-1258))) (-5 *3 (-1258)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-495 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-1080))
- (-5 *2 (-975 *5)) (-5 *1 (-973 *4 *5)))))
+ (-12 (-5 *3 (-1299 (-1299 *4))) (-4 *4 (-1081)) (-5 *2 (-711 *4))
+ (-5 *1 (-1062 *4)))))
+(((*1 *2)
+ (-12
+ (-5 *2
+ (-1299 (-663 (-2 (|:| -1992 (-936 *3)) (|:| -2081 (-1152))))))
+ (-5 *1 (-365 *3 *4)) (-14 *3 (-949)) (-14 *4 (-949))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1299 (-663 (-2 (|:| -1992 *3) (|:| -2081 (-1152))))))
+ (-5 *1 (-366 *3 *4)) (-4 *3 (-363)) (-14 *4 (-3 (-1203 *3) *2))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1299 (-663 (-2 (|:| -1992 *3) (|:| -2081 (-1152))))))
+ (-5 *1 (-367 *3 *4)) (-4 *3 (-363)) (-14 *4 (-949)))))
+(((*1 *2) (-12 (-5 *2 (-132)) (-5 *1 (-1219)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-663 (-663 *4)))) (-5 *2 (-663 (-663 *4)))
+ (-5 *1 (-1220 *4)) (-4 *4 (-872)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303))))
+ ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))))
+(((*1 *2) (-12 (-5 *2 (-1180 (-1191))) (-5 *1 (-405)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-560)) (-5 *1 (-391)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1190)) (-5 *2 (-663 (-1213))) (-5 *1 (-905)))))
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 (-1313 *4 *5 *6 *7)))
+ (-5 *1 (-1313 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-663 *9)) (-5 *4 (-1 (-114) *9 *9))
+ (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1097 *6 *7 *8)) (-4 *6 (-571))
+ (-4 *7 (-817)) (-4 *8 (-872)) (-5 *2 (-663 (-1313 *6 *7 *8 *9)))
+ (-5 *1 (-1313 *6 *7 *8 *9)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-663 *1)) (-5 *3 (-663 *7)) (-4 *1 (-1103 *4 *5 *6 *7))
+ (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-663 *1)) (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-663 *1))
+ (-4 *1 (-1103 *4 *5 *6 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1060)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1299 *4)) (-4 *4 (-1249)) (-4 *1 (-245 *3 *4)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-1009 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-663 *7)) (-5 *3 (-114)) (-4 *7 (-1097 *4 *5 *6))
+ (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *1 (-1009 *4 *5 *6 *7)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-949)) (-5 *1 (-154 *3 *4 *5)) (-14 *3 *2)
+ (-4 *4 (-376)) (-14 *5 (-1025 *3 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-776)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814))
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-816))
(-4 *2 (-376))))
((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-229))))
((*1 *1 *1 *1)
- (-2191 (-12 (-5 *1 (-305 *2)) (-4 *2 (-376)) (-4 *2 (-1248)))
- (-12 (-5 *1 (-305 *2)) (-4 *2 (-487)) (-4 *2 (-1248)))))
+ (-2309 (-12 (-5 *1 (-305 *2)) (-4 *2 (-376)) (-4 *2 (-1249)))
+ (-12 (-5 *1 (-305 *2)) (-4 *2 (-487)) (-4 *2 (-1249)))))
((*1 *1 *1 *1) (-4 *1 (-376)))
((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-391))))
((*1 *1 *2 *2)
- (-12 (-5 *2 (-1156 *3 (-630 *1))) (-4 *3 (-571)) (-4 *3 (-1132))
+ (-12 (-5 *2 (-1157 *3 (-630 *1))) (-4 *3 (-571)) (-4 *3 (-1133))
(-4 *1 (-435 *3))))
((*1 *1 *1 *1) (-4 *1 (-487)))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3))))
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3))))
((*1 *1 *1 *1) (-5 *1 (-549)))
((*1 *1 *2 *3)
(-12 (-4 *4 (-175)) (-5 *1 (-638 *2 *4 *3)) (-4 *2 (-38 *4))
@@ -11523,1684 +10737,3535 @@
(-12 (-4 *4 (-175)) (-5 *1 (-674 *3 *4 *2)) (-4 *3 (-739 *4))
(-4 *2 (|SubsetCategory| (-748) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
(-4 *4 (-385 *2)) (-4 *2 (-376))))
- ((*1 *1 *1 *1) (-5 *1 (-887)))
+ ((*1 *1 *1 *1) (-5 *1 (-888)))
((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-890 *2 *3 *4 *5)) (-4 *2 (-376))
- (-4 *2 (-1080)) (-14 *3 (-663 (-1208))) (-14 *4 (-663 (-793)))
+ (|partial| -12 (-5 *1 (-891 *2 *3 *4 *5)) (-4 *2 (-376))
+ (-4 *2 (-1081)) (-14 *3 (-663 (-1209))) (-14 *4 (-663 (-793)))
(-14 *5 (-793))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1084 *3 *4 *2 *5 *6)) (-4 *2 (-1080))
+ (-12 (-4 *1 (-1085 *3 *4 *2 *5 *6)) (-4 *2 (-1081))
(-4 *5 (-245 *4 *2)) (-4 *6 (-245 *3 *2)) (-4 *2 (-376))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1306 *2)) (-4 *2 (-376))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1307 *2)) (-4 *2 (-376))))
((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-376)) (-4 *2 (-1080)) (-4 *3 (-871))
- (-4 *4 (-815)) (-14 *6 (-663 *3))
- (-5 *1 (-1311 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-979 *2 *4 *3))
+ (|partial| -12 (-4 *2 (-376)) (-4 *2 (-1081)) (-4 *3 (-872))
+ (-4 *4 (-817)) (-14 *6 (-663 *3))
+ (-5 *1 (-1312 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-980 *2 *4 *3))
(-14 *7 (-663 (-793))) (-14 *8 (-793))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1322 *2 *3)) (-4 *2 (-376)) (-4 *2 (-1080))
- (-4 *3 (-868)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-560))
- (-14 *6 (-793)) (-4 *7 (-175)) (-4 *8 (-175))
- (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-138 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *9)) (-4 *9 (-1080)) (-4 *5 (-871)) (-4 *6 (-815))
- (-4 *8 (-1080)) (-4 *2 (-979 *9 *7 *5))
- (-5 *1 (-750 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-815))
- (-4 *4 (-979 *8 *6 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-466))))
- ((*1 *1 *1 *1) (-4 *1 (-466))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
- (-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
- (|:| |success| (-114))))
- (-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-1122)))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1208)) (-4 *4 (-1080)) (-4 *4 (-1132))
- (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -3881 (-560))))
- (-4 *1 (-435 *4))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-115)) (-4 *4 (-1080)) (-4 *4 (-1132))
- (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -3881 (-560))))
- (-4 *1 (-435 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1143)) (-4 *3 (-1132))
- (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -3881 (-560))))
- (-4 *1 (-435 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |val| (-915 *3)) (|:| -3881 (-793))))
- (-5 *1 (-915 *3)) (-4 *3 (-1132))))
+ (-12 (-5 *1 (-1323 *2 *3)) (-4 *2 (-376)) (-4 *2 (-1081))
+ (-4 *3 (-870)))))
+(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
+ (|partial| -12 (-5 *3 (-630 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1209))) (-5 *5 (-1203 *2))
+ (-4 *2 (-13 (-435 *6) (-27) (-1235)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *1 (-575 *6 *2 *7)) (-4 *7 (-1133))))
+ ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
+ (|partial| -12 (-5 *3 (-630 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1209)))
+ (-5 *5 (-421 (-1203 *2))) (-4 *2 (-13 (-435 *6) (-27) (-1235)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *1 (-575 *6 *2 *7)) (-4 *7 (-1133)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-888)) (-5 *1 (-1187 *3)) (-4 *3 (-1133))
+ (-4 *3 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-979 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-2 (|:| |var| *5) (|:| -3881 (-793))))))
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-777))))
+ ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-67 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-402))
+ (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-777)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-319))))
+ ((*1 *2 *1 *1)
+ (|partial| -12 (-4 *3 (-1133))
+ (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-399 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -3132 (-793)) (|:| -4029 (-793))))
+ (-5 *1 (-793))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080))
- (-4 *7 (-979 *6 *4 *5))
- (-5 *2 (-2 (|:| |var| *5) (|:| -3881 (-560))))
- (-5 *1 (-980 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $))
- (-15 -4429 (*7 $))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *1 *1) (-5 *1 (-549))))
+ (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-326 *4))
+ (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 (-171 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))))
+(((*1 *2 *2) (-12 (-5 *2 (-402)) (-5 *1 (-451))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-402)) (-5 *1 (-451)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-291)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-335 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1133)) (-5 *1 (-374 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-399 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1133)) (-5 *1 (-671 *3 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-171 *4)) (-5 *1 (-184 *4 *3))
+ (-4 *4 (-13 (-376) (-871))) (-4 *3 (-1275 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152))))))
+ (-4 *4 (-363)) (-5 *2 (-793)) (-5 *1 (-360 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-365 *3 *4)) (-14 *3 (-949))
+ (-14 *4 (-949))))
+ ((*1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-366 *3 *4)) (-4 *3 (-363))
+ (-14 *4
+ (-3 (-1203 *3)
+ (-1299 (-663 (-2 (|:| -1992 *3) (|:| -2081 (-1152)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-367 *3 *4)) (-4 *3 (-363))
+ (-14 *4 (-949)))))
(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
((*1 *1 *1 *1) (|partial| -5 *1 (-136)))
((*1 *1 *1 *1)
(-12 (-5 *1 (-217 *2))
(-4 *2
- (-13 (-871)
- (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $))
- (-15 -2321 ((-1304) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1248))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1248))))
+ (-13 (-872)
+ (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $))
+ (-15 -2854 ((-1305) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1249))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1249))))
((*1 *1 *1 *1)
(-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
((*1 *1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
((*1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
(-4 *4 (-385 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
(-4 *4 (-385 *2))))
- ((*1 *1 *1) (-5 *1 (-887))) ((*1 *1 *1 *1) (-5 *1 (-887)))
+ ((*1 *1 *1) (-5 *1 (-888))) ((*1 *1 *1 *1) (-5 *1 (-888)))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-21))))
- ((*1 *1 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-21)))))
-(((*1 *2 *1) (-12 (-4 *1 (-338 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080))))
- ((*1 *2 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-793))))
- ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-416)) (-5 *2 (-793)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
-(((*1 *1) (-5 *1 (-143))) ((*1 *1 *1) (-5 *1 (-146)))
- ((*1 *1 *1) (-4 *1 (-1175))))
-(((*1 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-342)))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-21))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-21)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 *5)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560))
- (-14 *4 (-793)) (-4 *5 (-175)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-711 *5))) (-4 *5 (-319)) (-4 *5 (-1080))
- (-5 *2 (-1298 (-1298 *5))) (-5 *1 (-1061 *5)) (-5 *4 (-1298 *5)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3))))
- ((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))))
+ (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))))
+(((*1 *1) (-5 *1 (-159)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-663
+ (-2
+ (|:| -1919
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229))))
+ (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229)))
+ (|:| |g| (-326 (-229))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (|:| -3529
+ (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391))
+ (|:| |expense| (-391)) (|:| |accuracy| (-391))
+ (|:| |intermediateResults| (-391)))))))
+ (-5 *1 (-827)))))
+(((*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-5 *2 (-326 *4))
+ (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 (-171 *4))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *2 (-1097 *4 *5 *6)) (-5 *1 (-798 *4 *5 *6 *2 *3))
+ (-4 *3 (-1103 *4 *5 *6 *2)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815))
- (-4 *7 (-871)) (-5 *2 (-793)) (-5 *1 (-1100 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *8)) (-5 *4 (-663 *9)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466)) (-4 *6 (-815))
- (-4 *7 (-871)) (-5 *2 (-793)) (-5 *1 (-1176 *5 *6 *7 *8 *9)))))
-(((*1 *1) (-5 *1 (-450))))
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-2 (|:| |k| (-1209)) (|:| |c| (-1321 *3)))))
+ (-5 *1 (-1321 *3)) (-4 *3 (-1081))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-2 (|:| |k| *3) (|:| |c| (-1324 *3 *4)))))
+ (-5 *1 (-1324 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-448)) (-4 *5 (-1133))
+ (-5 *1 (-1138 *5 *4)) (-4 *4 (-435 *5)))))
+(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-778)))))
(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-159)))
((*1 *1 *1 *1)
(-12 (-5 *1 (-217 *2))
(-4 *2
- (-13 (-871)
- (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $))
- (-15 -2321 ((-1304) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-25)) (-4 *2 (-1248))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-25)) (-4 *2 (-1248))))
+ (-13 (-872)
+ (-10 -8 (-15 -3034 ((-1191) $ (-1209))) (-15 -3420 ((-1305) $))
+ (-15 -2854 ((-1305) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-25)) (-4 *2 (-1249))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-25)) (-4 *2 (-1249))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-133))))
+ (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-133))))
((*1 *1 *2 *1)
(-12 (-4 *3 (-13 (-376) (-149))) (-5 *1 (-413 *3 *2))
- (-4 *2 (-1274 *3))))
+ (-4 *2 (-1275 *3))))
((*1 *1 *1 *1)
(-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871))
- (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4))))
+ (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872))
+ (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4))))
((*1 *1 *1 *1) (-5 *1 (-549)))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
(-4 *4 (-385 *2))))
- ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132))))
+ ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-25)))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-25)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814))
- (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-4 *1 (-435 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-848)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-663 *7)) (-5 *5 (-663 (-663 *8))) (-4 *7 (-871))
- (-4 *8 (-319)) (-4 *6 (-815)) (-4 *9 (-979 *8 *6 *7))
- (-5 *2
- (-2 (|:| |unitPart| *9)
- (|:| |suPart|
- (-663 (-2 (|:| -3388 (-1202 *9)) (|:| -3881 (-560)))))))
- (-5 *1 (-764 *6 *7 *8 *9)) (-5 *3 (-1202 *9)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-663 *2)) (-4 *2 (-1132)) (-4 *2 (-1248)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-549))) (-5 *2 (-1208)) (-5 *1 (-549)))))
-(((*1 *1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-1091))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)) (-4 *2 (-1091))))
- ((*1 *1 *1) (-4 *1 (-870)))
- ((*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)) (-4 *2 (-1091))))
- ((*1 *1 *1) (-4 *1 (-1091))) ((*1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *6)) (-5 *4 (-1208)) (-4 *6 (-435 *5))
- (-4 *5 (-1132)) (-5 *2 (-663 (-630 *6))) (-5 *1 (-587 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-987 *3)) (-5 *1 (-1195 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *5 *5))
- (-4 *5 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2
- (-2 (|:| |solns| (-663 *5))
- (|:| |maps| (-663 (-2 (|:| |arg| *5) (|:| |res| *5))))))
- (-5 *1 (-1159 *3 *5)) (-4 *3 (-1274 *5)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571)))))
-(((*1 *1 *1) (-4 *1 (-250)))
- ((*1 *1 *1)
- (-12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1274 *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)
- (-2191 (-12 (-5 *1 (-305 *2)) (-4 *2 (-376)) (-4 *2 (-1248)))
- (-12 (-5 *1 (-305 *2)) (-4 *2 (-487)) (-4 *2 (-1248)))))
- ((*1 *1 *1) (-4 *1 (-487)))
- ((*1 *2 *2) (-12 (-5 *2 (-1298 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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 (-818 *2)) (-4 *2 (-175)) (-4 *2 (-376)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-1186 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-432 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-564))))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-793)) (-4 *4 (-319)) (-4 *6 (-1274 *4))
- (-5 *2 (-1298 (-663 *6))) (-5 *1 (-469 *4 *6)) (-5 *5 (-663 *6)))))
-(((*1 *2 *3 *2)
- (|partial| -12 (-4 *4 (-376))
- (-4 *5 (-13 (-385 *4) (-10 -7 (-6 -4510))))
- (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4510))))
- (-5 *1 (-689 *4 *5 *2 *3)) (-4 *3 (-708 *4 *5 *2))))
- ((*1 *2 *3 *2)
- (|partial| -12 (-5 *2 (-1298 *4)) (-5 *3 (-711 *4)) (-4 *4 (-376))
- (-5 *1 (-690 *4))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *4 (-663 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-376))
- (-5 *1 (-836 *2 *3)) (-4 *3 (-680 *2))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *1)) (-4 *1 (-1096 *4 *5 *6)) (-4 *4 (-1080))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-114))))
+ (-12 (-4 *1 (-934 *3)) (-4 *3 (-1133)) (-5 *2 (-1129 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1243 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-815))
- (-4 *6 (-871)) (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-97)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-560)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *2 (-1304)) (-5 *1 (-464 *4 *5 *6 *7)) (-4 *7 (-979 *4 *5 *6)))))
+ (-12 (-5 *2 (-1129 *3)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1187 *2)) (-4 *2 (-319)) (-5 *1 (-177 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-108))))
+ ((*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-221))))
+ ((*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-501))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)) (-4 *2 (-319))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560))))
+ ((*1 *1 *1) (-4 *1 (-1092))))
(((*1 *2 *3)
- (-12 (-4 *3 (-1274 (-421 (-560))))
- (-5 *2 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560))))
- (-5 *1 (-942 *3 *4)) (-4 *4 (-1274 (-421 *3)))))
+ (-12 (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *4 (-1275 *3))
+ (-5 *2
+ (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-711 *3))))
+ (-5 *1 (-364 *3 *4 *5)) (-4 *5 (-424 *3 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-1274 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-942 *4 *3))
- (-4 *3 (-1274 (-421 *4))))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-208))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 (-391))) (-5 *2 (-391)) (-5 *1 (-208)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-338 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080))
- (-4 *2 (-466))))
+ (-12 (-5 *3 (-560)) (-4 *4 (-1275 *3))
+ (-5 *2
+ (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-711 *3))))
+ (-5 *1 (-790 *4 *5)) (-4 *5 (-424 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-1274 (-560))) (-5 *2 (-663 (-560)))
- (-5 *1 (-500 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-466))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)) (-4 *3 (-466)))))
-(((*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-601 *3)) (-4 *3 (-559)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
- (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560))
- (-5 *2 (-1066)) (-5 *1 (-778)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-663 (-663 *7)))
- (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815))
- (-4 *7 (-871)) (-4 *8 (-979 *5 *6 *7)) (-5 *2 (-663 (-663 *8)))
- (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8))))
+ (-12 (-4 *4 (-363)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 *3))
+ (-5 *2
+ (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-711 *3))))
+ (-5 *1 (-1017 *4 *3 *5 *6)) (-4 *6 (-746 *3 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-663 (-663 *7)))
- (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7))))
+ (-12 (-4 *4 (-363)) (-4 *3 (-1275 *4)) (-4 *5 (-1275 *3))
+ (-5 *2
+ (-2 (|:| -4222 (-711 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-711 *3))))
+ (-5 *1 (-1309 *4 *3 *5 *6)) (-4 *6 (-424 *3 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-63 *3)) (-14 *3 (-1209))))
+ ((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-69 *3)) (-14 *3 (-1209))))
+ ((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-72 *3)) (-14 *3 (-1209))))
+ ((*1 *2 *3) (-12 (-5 *3 (-402)) (-5 *2 (-1305)) (-5 *1 (-409))))
+ ((*1 *2 *1) (-12 (-4 *1 (-410)) (-5 *2 (-1305))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815))
- (-4 *7 (-871)) (-4 *8 (-979 *5 *6 *7)) (-5 *2 (-663 (-663 *8)))
- (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-874)) (-5 *2 (-114))))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-323)) (-5 *1 (-851)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34)))
- (-4 *4 (-13 (-1132) (-34))))))
+ (-12 (-5 *3 (-1191)) (-5 *4 (-888)) (-5 *2 (-1305)) (-5 *1 (-1170))))
+ ((*1 *2 *3) (-12 (-5 *3 (-888)) (-5 *2 (-1305)) (-5 *1 (-1170))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-888))) (-5 *2 (-1305)) (-5 *1 (-1170)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1133))
+ (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1)))
+ (-4 *1 (-399 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1191)) (-5 *3 (-663 (-270))) (-5 *1 (-271))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-326 *3)) (-4 *3 (-571)) (-4 *3 (-1132)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1274 *4)) (-4 *4 (-1253))
- (-4 *6 (-1274 (-421 *5)))
- (-5 *2
- (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
- (|:| |gd| *5)))
- (-4 *1 (-355 *4 *5 *6)))))
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560))))
+ ((*1 *1 *1) (-4 *1 (-1034)))
+ ((*1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-1044))))
+ ((*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-4 *1 (-1044))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1044)) (-5 *2 (-949))))
+ ((*1 *1 *1) (-4 *1 (-1044))))
+(((*1 *2 *3 *4 *5 *6 *7 *6)
+ (|partial| -12
+ (-5 *5
+ (-2 (|:| |contp| *3)
+ (|:| -1609 (-663 (-2 (|:| |irr| *10) (|:| -3225 (-560)))))))
+ (-5 *6 (-663 *3)) (-5 *7 (-663 *8)) (-4 *8 (-872)) (-4 *3 (-319))
+ (-4 *10 (-980 *3 *9 *8)) (-4 *9 (-817))
+ (-5 *2
+ (-2 (|:| |polfac| (-663 *10)) (|:| |correct| *3)
+ (|:| |corrfact| (-663 (-1203 *3)))))
+ (-5 *1 (-644 *8 *9 *3 *10)) (-5 *4 (-663 (-1203 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-1070 (-560)) (-466) (-660 (-560))))
+ (-5 *2 (-2 (|:| -3979 *3) (|:| |nconst| *3))) (-5 *1 (-581 *5 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *5))))))
(((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-711 (-421 *4))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-432 *4)))))
+ (-12 (-4 *4 (-175)) (-5 *2 (-1203 (-976 *4))) (-5 *1 (-431 *3 *4))
+ (-4 *3 (-432 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-4 *3 (-376))
+ (-5 *2 (-1203 (-976 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1203 (-421 (-976 *3)))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1022 *2)) (-4 *2 (-571)) (-5 *1 (-144 *2 *4 *3))
- (-4 *3 (-385 *4))))
+ (-12 (-5 *3 (-326 (-229))) (-5 *2 (-421 (-560))) (-5 *1 (-315)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034)))
+ (-5 *1 (-179 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303))))
+ ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1275 (-560))) (-5 *1 (-500 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-464 *3 *4 *5 *2)) (-4 *2 (-980 *3 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-405)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-380 *2)) (-4 *2 (-571)) (-4 *2 (-175)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-1271 *3 *2))
+ (-4 *2 (-1275 *3)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-916 *4)) (-4 *4 (-1133)) (-4 *2 (-1133))
+ (-5 *1 (-914 *4 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-48))) (-5 *2 (-419 *3)) (-5 *1 (-39 *3))
+ (-4 *3 (-1275 (-48)))))
((*1 *2 *3)
- (-12 (-4 *4 (-1022 *2)) (-4 *2 (-571)) (-5 *1 (-517 *2 *4 *5 *3))
- (-4 *5 (-385 *2)) (-4 *3 (-385 *4))))
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1275 (-48)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-48))) (-4 *5 (-872)) (-4 *6 (-817))
+ (-5 *2 (-419 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-980 (-48) *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-48))) (-4 *5 (-872)) (-4 *6 (-817))
+ (-4 *7 (-980 (-48) *6 *5)) (-5 *2 (-419 (-1203 *7)))
+ (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1203 *7))))
((*1 *2 *3)
- (-12 (-5 *3 (-711 *4)) (-4 *4 (-1022 *2)) (-4 *2 (-571))
- (-5 *1 (-715 *2 *4))))
+ (-12 (-4 *4 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-169 *4 *3))
+ (-4 *3 (-1275 (-171 *4)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-114)) (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-419 *3)) (-5 *1 (-220 *4 *3))
+ (-4 *3 (-1275 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
+ (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-793))) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
+ (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-663 (-793))) (-5 *5 (-793)) (-5 *2 (-419 *3))
+ (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-793)) (-5 *2 (-419 *3)) (-5 *1 (-456 *3))
+ (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 (-171 (-560)))) (-5 *1 (-460))
+ (-5 *3 (-171 (-560)))))
((*1 *2 *3)
- (-12 (-4 *4 (-1022 *2)) (-4 *2 (-571)) (-5 *1 (-1269 *2 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-948)) (-4 *1 (-245 *3 *4)) (-4 *4 (-1080))
- (-4 *4 (-1248))))
- ((*1 *1 *2)
- (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175))
- (-4 *5 (-245 (-2305 *3) (-793)))
- (-14 *6
- (-1 (-114) (-2 (|:| -3998 *2) (|:| -3881 *5))
- (-2 (|:| -3998 *2) (|:| -3881 *5))))
- (-5 *1 (-475 *3 *4 *2 *5 *6 *7)) (-4 *2 (-871))
- (-4 *7 (-979 *4 *5 (-888 *3)))))
- ((*1 *2 *2) (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-874)) (-5 *2 (-114))))
- ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *2)
- (-12 (-5 *2 (-1304)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-793)) (-4 *4 (-13 (-571) (-149)))
- (-5 *1 (-1270 *4 *2)) (-4 *2 (-1274 *4)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-560)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-419 *2)) (-4 *2 (-571)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
- ((*1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-551 *4 *2))
- (-4 *2 (-1291 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *4 (-13 (-376) (-381) (-633 *3)))
- (-4 *5 (-1274 *4)) (-4 *6 (-746 *4 *5)) (-5 *1 (-555 *4 *5 *6 *2))
- (-4 *2 (-1291 *6))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *4 (-13 (-376) (-381) (-633 *3)))
- (-5 *1 (-556 *4 *2)) (-4 *2 (-1291 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1186 *4)) (-5 *3 (-560)) (-4 *4 (-13 (-571) (-149)))
- (-5 *1 (-1185 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1202 *3)) (-4 *3 (-381)) (-4 *1 (-341 *3))
- (-4 *3 (-376)))))
-(((*1 *2 *1)
(-12
- (-5 *2
- (-663
- (-663
- (-3 (|:| -3952 (-1208))
- (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560))))))))))
- (-5 *1 (-1212)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-793)) (-5 *1 (-601 *2)) (-4 *2 (-559))))
+ (-4 *4
+ (-13 (-872)
+ (-10 -8 (-15 -1830 ((-1209) $))
+ (-15 -3572 ((-3 $ "failed") (-1209))))))
+ (-4 *5 (-817)) (-4 *7 (-571)) (-5 *2 (-419 *3))
+ (-5 *1 (-470 *4 *5 *6 *7 *3)) (-4 *6 (-571))
+ (-4 *3 (-980 *7 *5 *4))))
((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -2995 *3) (|:| -3881 (-793)))) (-5 *1 (-601 *3))
- (-4 *3 (-559)))))
+ (-12 (-4 *4 (-319)) (-5 *2 (-419 (-1203 *4))) (-5 *1 (-472 *4))
+ (-5 *3 (-1203 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-419 *6) *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376))
+ (-4 *7 (-13 (-376) (-149) (-746 *5 *6))) (-5 *2 (-419 *3))
+ (-5 *1 (-508 *5 *6 *7 *3)) (-4 *3 (-1275 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-419 (-1203 *7)) (-1203 *7)))
+ (-4 *7 (-13 (-319) (-149))) (-4 *5 (-872)) (-4 *6 (-817))
+ (-5 *2 (-419 *3)) (-5 *1 (-554 *5 *6 *7 *3))
+ (-4 *3 (-980 *7 *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-419 (-1203 *7)) (-1203 *7)))
+ (-4 *7 (-13 (-319) (-149))) (-4 *5 (-872)) (-4 *6 (-817))
+ (-4 *8 (-980 *7 *6 *5)) (-5 *2 (-419 (-1203 *8)))
+ (-5 *1 (-554 *5 *6 *7 *8)) (-5 *3 (-1203 *8))))
+ ((*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-663 *5) *6))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *6 (-1275 *5)) (-5 *2 (-663 (-677 (-421 *6))))
+ (-5 *1 (-681 *5 *6)) (-5 *3 (-677 (-421 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-27))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-4 *5 (-1275 *4)) (-5 *2 (-663 (-677 (-421 *5))))
+ (-5 *1 (-681 *4 *5)) (-5 *3 (-677 (-421 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-843 *4)) (-4 *4 (-872)) (-5 *2 (-663 (-694 *4)))
+ (-5 *1 (-694 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-560)) (-5 *2 (-663 *3)) (-5 *1 (-718 *3))
+ (-4 *3 (-1275 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-363)) (-5 *2 (-419 *3))
+ (-5 *1 (-720 *4 *5 *6 *3)) (-4 *3 (-980 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-363))
+ (-4 *7 (-980 *6 *5 *4)) (-5 *2 (-419 (-1203 *7)))
+ (-5 *1 (-720 *4 *5 *6 *7)) (-5 *3 (-1203 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-817))
+ (-4 *5
+ (-13 (-872)
+ (-10 -8 (-15 -1830 ((-1209) $))
+ (-15 -3572 ((-3 $ "failed") (-1209))))))
+ (-4 *6 (-319)) (-5 *2 (-419 *3)) (-5 *1 (-752 *4 *5 *6 *3))
+ (-4 *3 (-980 (-976 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-817))
+ (-4 *5 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *6 (-571))
+ (-5 *2 (-419 *3)) (-5 *1 (-754 *4 *5 *6 *3))
+ (-4 *3 (-980 (-421 (-976 *6)) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-13 (-319) (-149)))
+ (-5 *2 (-419 *3)) (-5 *1 (-755 *4 *5 *6 *3))
+ (-4 *3 (-980 (-421 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-13 (-319) (-149)))
+ (-5 *2 (-419 *3)) (-5 *1 (-763 *4 *5 *6 *3))
+ (-4 *3 (-980 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-13 (-319) (-149)))
+ (-4 *7 (-980 *6 *5 *4)) (-5 *2 (-419 (-1203 *7)))
+ (-5 *1 (-763 *4 *5 *6 *7)) (-5 *3 (-1203 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-1039 *3))
+ (-4 *3 (-1275 (-421 (-560))))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-1074 *3))
+ (-4 *3 (-1275 (-421 (-976 (-560)))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1275 (-421 (-560))))
+ (-4 *5 (-13 (-376) (-149) (-746 (-421 (-560)) *4)))
+ (-5 *2 (-419 *3)) (-5 *1 (-1112 *4 *5 *3)) (-4 *3 (-1275 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1275 (-421 (-976 (-560)))))
+ (-4 *5 (-13 (-376) (-149) (-746 (-421 (-976 (-560))) *4)))
+ (-5 *2 (-419 *3)) (-5 *1 (-1113 *4 *5 *3)) (-4 *3 (-1275 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-466))
+ (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-419 (-1203 (-421 *7))))
+ (-5 *1 (-1205 *4 *5 *6 *7)) (-5 *3 (-1203 (-421 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1254))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-1265 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-663 *5)) (-5 *4 (-560)) (-4 *5 (-871)) (-4 *5 (-376))
+ (-5 *2 (-793)) (-5 *1 (-975 *5 *6)) (-4 *6 (-1275 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-711 *3)) (-4 *3 (-319)) (-5 *1 (-722 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1128 (-1128 *3))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *1) (-5 *1 (-143))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-874)) (-5 *2 (-114))))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *1 *1 *1) (-4 *1 (-684))))
+ (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571))
+ (-5 *2 (-1203 *3)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1132)) (-5 *1 (-1031 *3)))))
+ (|partial| -12 (-5 *2 (-1315 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175))
+ (-5 *1 (-686 *3 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-686 *3 *4)) (-5 *1 (-1320 *3 *4))
+ (-4 *3 (-872)) (-4 *4 (-175)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *5 (-793)) (-4 *6 (-1133)) (-4 *7 (-928 *6))
+ (-5 *2 (-711 *7)) (-5 *1 (-714 *6 *7 *3 *4)) (-4 *3 (-385 *7))
+ (-4 *4 (-13 (-385 *6) (-10 -7 (-6 -4510)))))))
+(((*1 *2 *3) (-12 (-5 *3 (-402)) (-5 *2 (-1305)) (-5 *1 (-405))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-405)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1208)) (-5 *1 (-597 *2)) (-4 *2 (-1069 *3))
- (-4 *2 (-376))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-597 *2)) (-4 *2 (-376))))
+ (-12 (-4 *1 (-940)) (-5 *2 (-419 (-1203 *1))) (-5 *3 (-1203 *1)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-663 (-1203 *7))) (-5 *3 (-1203 *7))
+ (-4 *7 (-980 *5 *6 *4)) (-4 *5 (-940)) (-4 *6 (-817))
+ (-4 *4 (-872)) (-5 *1 (-937 *5 *6 *4 *7)))))
+(((*1 *1 *1 *1) (-4 *1 (-310))) ((*1 *1 *1) (-4 *1 (-310))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-875)) (-5 *2 (-114))))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4)))
+ (-5 *2 (-1299 *6)) (-5 *1 (-346 *3 *4 *5 *6))
+ (-4 *6 (-355 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-326 (-391))) (-5 *2 (-326 (-229))) (-5 *1 (-315)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-888)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-319)) (-5 *1 (-469 *3 *2)) (-4 *2 (-1275 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-571)) (-5 *1 (-648 *4 *2))
- (-4 *2 (-13 (-435 *4) (-1033) (-1234)))))
+ (-12 (-4 *3 (-319)) (-5 *1 (-474 *3 *2)) (-4 *2 (-1275 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1123 *2)) (-4 *2 (-13 (-435 *4) (-1033) (-1234)))
- (-4 *4 (-571)) (-5 *1 (-648 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-989)) (-5 *2 (-1208))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1123 *1)) (-4 *1 (-989)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1130 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-229))) (-5 *4 (-1208))
- (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-195))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-326 (-229))) (-5 *4 (-1208))
- (-5 *5 (-1120 (-864 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-313)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-874)) (-5 *2 (-114))))
- ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-933 *3)) (-4 *3 (-1132)) (-5 *2 (-114))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *1 *1 *1) (-4 *1 (-684))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
+ (-12 (-4 *3 (-319)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-793)))
+ (-5 *1 (-553 *3 *2 *4 *5)) (-4 *2 (-1275 *3)))))
(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (-5 *2
- (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391))
- (|:| |expense| (-391)) (|:| |accuracy| (-391))
- (|:| |intermediateResults| (-391))))
- (-5 *1 (-825)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-520)) (-5 *1 (-115))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-115)))))
+ (-12 (-5 *3 (-793)) (-5 *2 (-1203 *4)) (-5 *1 (-542 *4))
+ (-4 *4 (-363)))))
+(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303))))
+ ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))))
+(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
+ (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346)))) (-5 *3 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-770)))))
+(((*1 *2) (-12 (-5 *2 (-866 (-560))) (-5 *1 (-548))))
+ ((*1 *1) (-12 (-5 *1 (-866 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-914 *5 *3)) (-5 *4 (-916 *5)) (-4 *5 (-1133))
+ (-4 *3 (-168 *6)) (-4 (-976 *6) (-912 *5))
+ (-4 *6 (-13 (-912 *5) (-175))) (-5 *1 (-181 *5 *6 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-914 *4 *1)) (-5 *3 (-916 *4)) (-4 *1 (-912 *4))
+ (-4 *4 (-1133))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-914 *5 *6)) (-5 *4 (-916 *5)) (-4 *5 (-1133))
+ (-4 *6 (-13 (-1133) (-1070 *3))) (-4 *3 (-912 *5))
+ (-5 *1 (-961 *5 *3 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-914 *5 *3)) (-4 *5 (-1133))
+ (-4 *3 (-13 (-435 *6) (-633 *4) (-912 *5) (-1070 (-630 $))))
+ (-5 *4 (-916 *5)) (-4 *6 (-13 (-571) (-912 *5)))
+ (-5 *1 (-962 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-914 (-560) *3)) (-5 *4 (-916 (-560))) (-4 *3 (-559))
+ (-5 *1 (-963 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-914 *5 *6)) (-5 *3 (-630 *6)) (-4 *5 (-1133))
+ (-4 *6 (-13 (-1133) (-1070 (-630 $)) (-633 *4) (-912 *5)))
+ (-5 *4 (-916 *5)) (-5 *1 (-964 *5 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-911 *5 *6 *3)) (-5 *4 (-916 *5)) (-4 *5 (-1133))
+ (-4 *6 (-912 *5)) (-4 *3 (-688 *6)) (-5 *1 (-965 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *5 (-1 (-914 *6 *3) *8 (-916 *6) (-914 *6 *3)))
+ (-4 *8 (-872)) (-5 *2 (-914 *6 *3)) (-5 *4 (-916 *6))
+ (-4 *6 (-1133)) (-4 *3 (-13 (-980 *9 *7 *8) (-633 *4)))
+ (-4 *7 (-817)) (-4 *9 (-13 (-1081) (-912 *6)))
+ (-5 *1 (-966 *6 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-914 *5 *3)) (-4 *5 (-1133))
+ (-4 *3 (-13 (-980 *8 *6 *7) (-633 *4))) (-5 *4 (-916 *5))
+ (-4 *7 (-912 *5)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *8 (-13 (-1081) (-912 *5))) (-5 *1 (-966 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-914 *5 *3)) (-4 *5 (-1133)) (-4 *3 (-1023 *6))
+ (-4 *6 (-13 (-571) (-912 *5) (-633 *4))) (-5 *4 (-916 *5))
+ (-5 *1 (-969 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-914 *5 (-1209))) (-5 *3 (-1209)) (-5 *4 (-916 *5))
+ (-4 *5 (-1133)) (-5 *1 (-970 *5))))
+ ((*1 *2 *3 *4 *5 *2 *6)
+ (-12 (-5 *4 (-663 (-916 *7))) (-5 *5 (-1 *9 (-663 *9)))
+ (-5 *6 (-1 (-914 *7 *9) *9 (-916 *7) (-914 *7 *9))) (-4 *7 (-1133))
+ (-4 *9 (-13 (-1081) (-633 (-916 *7)) (-1070 *8)))
+ (-5 *2 (-914 *7 *9)) (-5 *3 (-663 *9)) (-4 *8 (-1081))
+ (-5 *1 (-971 *7 *8 *9)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-630 *4)) (-5 *1 (-631 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-432 *4)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-875)) (-5 *2 (-114))))
+ ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-171 (-229)))) (-5 *2 (-1066))
- (-5 *1 (-778)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-229) (-229) (-229)))
- (-5 *4 (-3 (-1 (-229) (-229) (-229) (-229)) "undefined"))
- (-5 *5 (-1120 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1164 (-229)))
- (-5 *1 (-719))))
+ (-12 (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254))
+ (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1292 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-677 (-421 *6))) (-5 *4 (-421 *6)) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4))))
+ (-5 *1 (-834 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-677 (-421 *6))) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2 (-2 (|:| -4222 (-663 (-421 *6))) (|:| -1806 (-711 *5))))
+ (-5 *1 (-834 *5 *6)) (-5 *4 (-663 (-421 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-678 *6 (-421 *6))) (-5 *4 (-421 *6)) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4))))
+ (-5 *1 (-834 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-678 *6 (-421 *6))) (-4 *6 (-1275 *5))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))
+ (-5 *2 (-2 (|:| -4222 (-663 (-421 *6))) (|:| -1806 (-711 *5))))
+ (-5 *1 (-834 *5 *6)) (-5 *4 (-663 (-421 *6))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))
+ (-5 *2 (-663 (-2 (|:| -3401 *1) (|:| -4376 (-663 *7)))))
+ (-5 *3 (-663 *7)) (-4 *1 (-1244 *4 *5 *6 *7)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-2 (|:| -1919 (-1209)) (|:| -3529 (-450)))))
+ (-5 *1 (-1213)))))
+(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-669 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-571))
+ (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-1272 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *1)) (-4 *1 (-435 *4)) (-4 *4 (-1133))
+ (-4 *4 (-571)) (-5 *2 (-421 (-1203 *1)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-229)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-719))))
- ((*1 *2 *2 *3 *4 *4 *5)
- (-12 (-5 *2 (-1164 (-229))) (-5 *3 (-1 (-972 (-229)) (-229) (-229)))
- (-5 *4 (-1120 (-229))) (-5 *5 (-663 (-270))) (-5 *1 (-719)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-713 (-897 (-995 *3) (-995 *3)))) (-5 *1 (-995 *3))
- (-4 *3 (-1132)))))
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-435 *6) (-27) (-1235)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2 (-1203 (-421 (-1203 *3)))) (-5 *1 (-575 *6 *3 *7))
+ (-5 *5 (-1203 *3)) (-4 *7 (-1133))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1296 *5)) (-14 *5 (-1209)) (-4 *6 (-1081))
+ (-5 *2 (-1268 *5 (-976 *6))) (-5 *1 (-978 *5 *6)) (-5 *3 (-976 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-980 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-1203 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872)) (-5 *2 (-1203 *1))
+ (-4 *1 (-980 *4 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-817)) (-4 *4 (-872)) (-4 *6 (-1081))
+ (-4 *7 (-980 *6 *5 *4)) (-5 *2 (-421 (-1203 *3)))
+ (-5 *1 (-981 *5 *4 *6 *7 *3))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $)))))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-1203 *3))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $)))))
+ (-4 *7 (-980 *6 *5 *4)) (-4 *5 (-817)) (-4 *4 (-872))
+ (-4 *6 (-1081)) (-5 *1 (-981 *5 *4 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-4 *5 (-571))
+ (-5 *2 (-421 (-1203 (-421 (-976 *5))))) (-5 *1 (-1072 *5))
+ (-5 *3 (-421 (-976 *5))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *1)) (-5 *4 (-1298 *1)) (-4 *1 (-660 *5))
- (-4 *5 (-1080))
- (-5 *2 (-2 (|:| -1469 (-711 *5)) (|:| |vec| (-1298 *5))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-711 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1080))
- (-5 *2 (-711 *4)))))
+ (-12 (-5 *4 (-793)) (-5 *2 (-663 (-1209))) (-5 *1 (-213))
+ (-5 *3 (-1209))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-229))) (-5 *4 (-793)) (-5 *2 (-663 (-1209)))
+ (-5 *1 (-278))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-872)) (-4 *4 (-175))
+ (-5 *2 (-663 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 *3)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-872))
+ (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-949))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-694 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-699 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-843 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-919 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1319 *3 *4)) (-4 *3 (-872)) (-4 *4 (-1081))
+ (-5 *2 (-663 *3)))))
+(((*1 *2) (-12 (-5 *2 (-866 (-560))) (-5 *1 (-548))))
+ ((*1 *1) (-12 (-5 *1 (-866 *2)) (-4 *2 (-1133)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-435 *3) (-1034))) (-5 *1 (-287 *3 *2))
+ (-4 *3 (-571)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *2 (-13 (-435 *4) (-1033) (-1234)))
- (-5 *1 (-614 *4 *2 *3))
- (-4 *3 (-13 (-435 (-171 *4)) (-1033) (-1234))))))
+ (-12
+ (-5 *3
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-326 (-229))) (|:| -2689 (-663 (-229)))
+ (|:| |lb| (-663 (-866 (-229))))
+ (|:| |cf| (-663 (-326 (-229))))
+ (|:| |ub| (-663 (-866 (-229))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-663 (-326 (-229))))
+ (|:| -2689 (-663 (-229)))))))
+ (-5 *2 (-663 (-1191))) (-5 *1 (-278)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-610 *3)) (-4 *3 (-1081))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1005 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (-4 *5 (-872)) (-5 *2 (-114)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-778)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-875)) (-5 *2 (-114))))
+ ((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1142)) (-5 *3 (-560)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-618 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1249)) (-5 *2 (-1305)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1298 *5)) (-4 *5 (-13 (-1080) (-660 *4)))
- (-4 *4 (-571)) (-5 *2 (-1298 *4)) (-5 *1 (-658 *4 *5)))))
-(((*1 *1) (-5 *1 (-846))))
-(((*1 *2)
- (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5)))
- (-5 *2 (-663 (-663 *4))) (-5 *1 (-354 *3 *4 *5 *6))
- (-4 *3 (-355 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-4 *3 (-381)) (-5 *2 (-663 (-663 *3))))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2 *1) (-12 (-4 *1 (-523 *3 *2)) (-4 *3 (-102)) (-4 *2 (-874)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448))))
- ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1057 *3)) (-4 *3 (-1248)))))
+ (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))))
+(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
+ (-12 (-5 *3 (-949)) (-5 *4 (-229)) (-5 *5 (-560)) (-5 *6 (-899))
+ (-5 *2 (-1305)) (-5 *1 (-1302)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-32 *3 *4))
+ (-4 *4 (-435 *3))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-55)) (-5 *1 (-115))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-793)) (-5 *1 (-115))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-115))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-160 *3 *4))
+ (-4 *4 (-435 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-115)) (-5 *1 (-165))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-287 *3 *4))
+ (-4 *4 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-115)) (-5 *1 (-309 *3)) (-4 *3 (-310))))
+ ((*1 *2 *2) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-115)) (-4 *4 (-1133)) (-5 *1 (-434 *3 *4))
+ (-4 *3 (-435 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-445 *3 *4))
+ (-4 *4 (-435 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-115)) (-5 *1 (-630 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-115)) (-4 *3 (-571)) (-5 *1 (-648 *3 *4))
+ (-4 *4 (-13 (-435 *3) (-1034) (-1235)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1051))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1223 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-146)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-642 *4 *5))
+ (-5 *3
+ (-1 (-2 (|:| |ans| *4) (|:| -3379 *4) (|:| |sol?| (-114)))
+ (-560) *4))
+ (-4 *4 (-376)) (-4 *5 (-1275 *4)) (-5 *1 (-588 *4 *5)))))
(((*1 *2)
- (-12 (-14 *4 (-793)) (-4 *5 (-1248)) (-5 *2 (-136))
- (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-376)) (-5 *2 (-136)) (-5 *1 (-340 *3 *4))
- (-4 *3 (-341 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-175))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-560))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
+(((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-973 (-229))) (-5 *4 (-899)) (-5 *5 (-949))
+ (-5 *2 (-1305)) (-5 *1 (-482))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *6)) (-4 *6 (-871)) (-4 *4 (-376)) (-4 *5 (-815))
- (-5 *2 (-560)) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-979 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-1011 *3)) (-4 *3 (-1080)) (-5 *2 (-948))))
- ((*1 *2) (-12 (-4 *1 (-1306 *3)) (-4 *3 (-376)) (-5 *2 (-136)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1008 *4 *5 *6 *7)))))
-(((*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559))))
+ (-12 (-5 *3 (-973 (-229))) (-5 *2 (-1305)) (-5 *1 (-482))))
+ ((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-663 (-973 (-229)))) (-5 *4 (-899)) (-5 *5 (-949))
+ (-5 *2 (-1305)) (-5 *1 (-482)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-875)) (-5 *2 (-114))))
+ ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-934 *3)) (-4 *3 (-1133)) (-5 *2 (-114))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175))))
((*1 *2 *3)
- (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319)) (-5 *2 (-419 *3))
- (-5 *1 (-764 *4 *5 *6 *3)) (-4 *3 (-979 *6 *4 *5))))
+ (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560)))))
+(((*1 *1 *1) (-5 *1 (-1095))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-630 *1))) (-4 *1 (-310)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-376)) (-4 *7 (-1275 *5)) (-4 *4 (-746 *5 *7))
+ (-5 *2 (-2 (|:| -1806 (-711 *6)) (|:| |vec| (-1299 *5))))
+ (-5 *1 (-835 *5 *6 *7 *4 *3)) (-4 *6 (-680 *5)) (-4 *3 (-680 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-976 (-229))) (-5 *2 (-229)) (-5 *1 (-315)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-630 *2))) (-5 *4 (-663 (-1209)))
+ (-4 *2 (-13 (-435 (-171 *5)) (-1034) (-1235))) (-4 *5 (-571))
+ (-5 *1 (-614 *5 *6 *2)) (-4 *6 (-13 (-435 *5) (-1034) (-1235))))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1209)) (-5 *3 (-1191)) (-5 *1 (-1021))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-4 *4 (-1249)) (-5 *1 (-1090 *3 *4))
+ (-4 *3 (-1126 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-1121 *4)) (-4 *4 (-1249))
+ (-5 *1 (-1124 *4)))))
+(((*1 *1 *1) (-5 *1 (-1095))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1299 (-1299 (-560)))) (-5 *1 (-480)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1081)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5))
+ (-4 *3 (-1275 *4))
+ (-4 *5 (-13 (-418) (-1070 *4) (-376) (-1235) (-296))))))
+(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-391))))
+ ((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-391)))))
+(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-342))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-342)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-4 *5 (-376)) (-5 *2 (-1187 (-1187 (-976 *5))))
+ (-5 *1 (-1308 *5)) (-5 *4 (-1187 (-976 *5))))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-630 (-48)))) (-5 *1 (-48))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1203 (-48))) (-5 *3 (-663 (-630 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1203 (-48))) (-5 *3 (-630 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175))))
((*1 *2 *3)
- (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319))
- (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-419 (-1202 *7)))
- (-5 *1 (-764 *4 *5 *6 *7)) (-5 *3 (-1202 *7))))
+ (-12 (-4 *2 (-13 (-376) (-871))) (-5 *1 (-184 *2 *3))
+ (-4 *3 (-1275 (-171 *2)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-949)) (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))))
+ ((*1 *2 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-376))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-383 *2 *3)) (-4 *3 (-1275 *2)) (-4 *2 (-175))))
((*1 *2 *1)
- (-12 (-4 *3 (-466)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-419 *1)) (-4 *1 (-979 *3 *4 *5))))
+ (-12 (-4 *4 (-1275 *2)) (-4 *2 (-1023 *3)) (-5 *1 (-427 *3 *2 *4 *5))
+ (-4 *3 (-319)) (-4 *5 (-13 (-424 *2 *4) (-1070 *2)))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1275 *2)) (-4 *2 (-1023 *3))
+ (-5 *1 (-429 *3 *2 *4 *5 *6)) (-4 *3 (-319)) (-4 *5 (-424 *2 *4))
+ (-14 *6 (-1299 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-949)) (-4 *5 (-1081))
+ (-4 *2 (-13 (-418) (-1070 *5) (-376) (-1235) (-296)))
+ (-5 *1 (-457 *5 *3 *2)) (-4 *3 (-1275 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-630 (-509)))) (-5 *1 (-509))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-509))) (-5 *1 (-509))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1203 (-509))) (-5 *3 (-663 (-630 (-509))))
+ (-5 *1 (-509))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1203 (-509))) (-5 *3 (-630 (-509))) (-5 *1 (-509))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1299 *4)) (-5 *3 (-949)) (-4 *4 (-363))
+ (-5 *1 (-542 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-871)) (-4 *5 (-815)) (-4 *6 (-466)) (-5 *2 (-419 *3))
- (-5 *1 (-1010 *4 *5 *6 *3)) (-4 *3 (-979 *6 *5 *4))))
+ (-12 (-4 *4 (-466)) (-4 *5 (-746 *4 *2)) (-4 *2 (-1275 *4))
+ (-5 *1 (-797 *4 *2 *5 *3)) (-4 *3 (-1275 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175))))
+ ((*1 *1 *1) (-4 *1 (-1092))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-1167)) (-5 *3 (-303)) (-5 *1 (-170)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448))))
+ ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1058 *3)) (-4 *3 (-1249)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-114)) (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-376) (-871))) (-5 *2 (-419 *3))
+ (-5 *1 (-184 *4 *3)) (-4 *3 (-1275 (-171 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-932 *3)))))
+(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-773)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-560)) (-5 *1 (-1232 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-817))
+ (-4 *3 (-13 (-872) (-10 -8 (-15 -1830 ((-1209) $))))) (-4 *5 (-571))
+ (-5 *1 (-754 *4 *3 *5 *2)) (-4 *2 (-980 (-421 (-976 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1081)) (-4 *5 (-817))
+ (-4 *3
+ (-13 (-872)
+ (-10 -8 (-15 -1830 ((-1209) $))
+ (-15 -3572 ((-3 $ "failed") (-1209))))))
+ (-5 *1 (-1016 *4 *5 *3 *2)) (-4 *2 (-980 (-976 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *6))
+ (-4 *6
+ (-13 (-872)
+ (-10 -8 (-15 -1830 ((-1209) $))
+ (-15 -3572 ((-3 $ "failed") (-1209))))))
+ (-4 *4 (-1081)) (-4 *5 (-817)) (-5 *1 (-1016 *4 *5 *6 *2))
+ (-4 *2 (-980 (-976 *4) *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-916 *4)) (-5 *3 (-1 (-114) *5)) (-4 *4 (-1133))
+ (-4 *5 (-1249)) (-5 *1 (-917 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-916 *4)) (-5 *3 (-663 (-1 (-114) *5))) (-4 *4 (-1133))
+ (-4 *5 (-1249)) (-5 *1 (-917 *4 *5))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-916 *5)) (-5 *3 (-663 (-1209)))
+ (-5 *4 (-1 (-114) (-663 *6))) (-4 *5 (-1133)) (-4 *6 (-1249))
+ (-5 *1 (-917 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-5 *4 (-1 (-114) *5)) (-4 *5 (-1249))
+ (-5 *2 (-326 (-560))) (-5 *1 (-967 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-5 *4 (-663 (-1 (-114) *5))) (-4 *5 (-1249))
+ (-5 *2 (-326 (-560))) (-5 *1 (-967 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-114) *5)) (-4 *5 (-1249)) (-4 *4 (-1133))
+ (-5 *1 (-968 *4 *2 *5)) (-4 *2 (-435 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 (-1 (-114) *5))) (-4 *5 (-1249)) (-4 *4 (-1133))
+ (-5 *1 (-968 *4 *2 *5)) (-4 *2 (-435 *4))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *3 (-1 (-114) (-663 *6)))
+ (-4 *6 (-13 (-435 *5) (-912 *4) (-633 (-916 *4)))) (-4 *4 (-1133))
+ (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4))))
+ (-5 *1 (-1107 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-171 (-391))) (-5 *1 (-807 *3)) (-4 *3 (-633 (-391)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-949)) (-5 *2 (-171 (-391))) (-5 *1 (-807 *3))
+ (-4 *3 (-633 (-391)))))
((*1 *2 *3)
- (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-466))
- (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-419 (-1202 (-421 *7))))
- (-5 *1 (-1204 *4 *5 *6 *7)) (-5 *3 (-1202 (-421 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1253))))
+ (-12 (-5 *3 (-171 *4)) (-4 *4 (-175)) (-4 *4 (-633 (-391)))
+ (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-171 *5)) (-5 *4 (-949)) (-4 *5 (-175))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-419 *3)) (-5 *1 (-1278 *4 *3))
- (-4 *3 (-13 (-1274 *4) (-571) (-10 -8 (-15 -2470 ($ $ $)))))))
+ (-12 (-5 *3 (-976 (-171 *4))) (-4 *4 (-175)) (-4 *4 (-633 (-391)))
+ (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-976 (-171 *5))) (-5 *4 (-949)) (-4 *5 (-175))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-1077 *4 *5)) (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-14 *5 (-663 (-1208)))
- (-5 *2
- (-663 (-1177 *4 (-545 (-888 *6)) (-888 *6) (-802 *4 (-888 *6)))))
- (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208))))))
-(((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-1169))))
+ (-12 (-5 *3 (-976 *4)) (-4 *4 (-1081)) (-4 *4 (-633 (-391)))
+ (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-976 *5)) (-5 *4 (-949)) (-4 *5 (-1081))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-887))) (-5 *2 (-1304)) (-5 *1 (-1169)))))
-(((*1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *1 (-826 *4 *2)) (-4 *2 (-13 (-29 *4) (-1234) (-989)))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-887))) ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1) (-5 *1 (-887)))
+ (-12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571)) (-4 *4 (-633 (-391)))
+ (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
((*1 *2 *3)
- (-12 (-5 *2 (-1186 *3)) (-5 *1 (-1192 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1304)) (-5 *1 (-217 *4))
- (-4 *4
- (-13 (-871)
- (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 (*2 $))
- (-15 -2321 (*2 $)))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1304)) (-5 *1 (-217 *3))
- (-4 *3
- (-13 (-871)
- (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 (*2 $))
- (-15 -2321 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-516)))))
-(((*1 *1 *2) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234))))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
- (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *6 (-229))
- (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-773)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
- (-4 *4 (-571)))))
-(((*1 *1 *1) (-4 *1 (-684))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-663 (-421 *7)))
- (-4 *7 (-1274 *6)) (-5 *3 (-421 *7)) (-4 *6 (-376))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-588 *6 *7)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1298 *4)) (-5 *3 (-560)) (-4 *4 (-363))
- (-5 *1 (-542 *4)))))
+ (-12 (-5 *3 (-421 (-976 (-171 *4)))) (-4 *4 (-571))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 (-171 *5)))) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-872))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 *5)) (-5 *4 (-949)) (-4 *5 (-571)) (-4 *5 (-872))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-571)) (-4 *4 (-872))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-872)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391)))
+ (-5 *1 (-807 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1219)))))
+(((*1 *1 *1) (-12 (-5 *1 (-419 *2)) (-4 *2 (-571)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1067)) (-5 *3 (-1209)) (-5 *1 (-278)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1291 *4))
- (-4 *4 (-38 (-421 (-560))))
- (-5 *2 (-1 (-1186 *4) (-1186 *4) (-1186 *4))) (-5 *1 (-1292 *4 *5)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1208))) (-5 *3 (-1208)) (-5 *1 (-549))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1208)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549)))))
- ((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-1208)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549)))))
- ((*1 *2 *3 *2 *2 *2)
- (-12 (-5 *2 (-1208)) (-5 *1 (-726 *3)) (-4 *3 (-633 (-549)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *4 (-663 (-1208))) (-5 *2 (-1208)) (-5 *1 (-726 *3))
- (-4 *3 (-633 (-549))))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-773)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-338 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-814)) (-4 *3 (-175)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1291 *4)) (-5 *1 (-1292 *4 *2))
- (-4 *4 (-38 (-421 (-560)))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-335 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-133))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1132)) (-5 *1 (-374 *3))))
+ (-12 (-5 *3 (-663 (-1209))) (-5 *2 (-1305)) (-5 *1 (-1212))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-1209))) (-5 *3 (-1209)) (-5 *2 (-1305))
+ (-5 *1 (-1212))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *4 (-663 (-1209))) (-5 *3 (-1209)) (-5 *2 (-1305))
+ (-5 *1 (-1212)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-793))
+ (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1067)) (-5 *1 (-315))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-1067))) (-5 *2 (-1067)) (-5 *1 (-315))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-673 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-673 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *1) (-5 *1 (-1095)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1187 (-1187 *4))) (-5 *2 (-1187 *4)) (-5 *1 (-1188 *4))
+ (-4 *4 (-1249))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12
+ (-5 *3
+ (-1 (-3 (-2 (|:| -2301 *4) (|:| |coeff| *4)) "failed") *4))
+ (-4 *4 (-376)) (-5 *1 (-588 *4 *2)) (-4 *2 (-1275 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-5 *2 (-663 *1)) (-4 *1 (-1166 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3128 *3)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *1) (-5 *1 (-450))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-119 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-119 *2)) (-14 *2 (-560))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-896 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-896 *2)) (-14 *2 (-560))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-399 *3)) (-4 *3 (-1132))))
+ (-12 (-5 *2 (-560)) (-14 *3 *2) (-5 *1 (-897 *3 *4))
+ (-4 *4 (-895 *3))))
+ ((*1 *1 *1)
+ (-12 (-14 *2 (-560)) (-5 *1 (-897 *2 *3)) (-4 *3 (-895 *2))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1132)) (-5 *1 (-671 *3 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-4 *5 (-376)) (-5 *2 (-1186 (-1186 (-975 *5))))
- (-5 *1 (-1307 *5)) (-5 *4 (-1186 (-975 *5))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-1208))) (-4 *6 (-376))
- (-5 *2 (-663 (-305 (-975 *6)))) (-5 *1 (-552 *5 *6 *7))
- (-4 *5 (-466)) (-4 *7 (-13 (-376) (-870))))))
-(((*1 *2 *1) (-12 (|has| *1 (-6 -4509)) (-4 *1 (-34)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-258))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-1002))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-560))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-1322 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-868)))))
+ (-12 (-5 *2 (-560)) (-4 *1 (-1263 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-1292 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1263 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-1292 *2)))))
+(((*1 *1) (-5 *1 (-848))))
(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-1000 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-898)) (-5 *1 (-1303)))))
+ (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7))))
+ (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
+(((*1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-23)))))
+(((*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-1191))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-845)) (-5 *3 (-114)) (-5 *2 (-1191))))
+ ((*1 *2 *3 *1) (-12 (-4 *1 (-845)) (-5 *3 (-847)) (-5 *2 (-1305))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-4 *1 (-845)) (-5 *3 (-847)) (-5 *4 (-114)) (-5 *2 (-1305))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-326 *4)) (-4 *4 (-13 (-845) (-1081))) (-5 *2 (-1191))
+ (-5 *1 (-851 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 *5)) (-5 *4 (-114)) (-4 *5 (-13 (-845) (-1081)))
+ (-5 *2 (-1191)) (-5 *1 (-851 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-847)) (-5 *4 (-326 *5)) (-4 *5 (-13 (-845) (-1081)))
+ (-5 *2 (-1305)) (-5 *1 (-851 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-847)) (-5 *4 (-326 *6)) (-5 *5 (-114))
+ (-4 *6 (-13 (-845) (-1081))) (-5 *2 (-1305)) (-5 *1 (-851 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-171 (-229))) (-5 *4 (-560)) (-5 *2 (-1067))
+ (-5 *1 (-780)))))
+(((*1 *2 *1) (-12 (-5 *2 (-847)) (-5 *1 (-846)))))
+(((*1 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-1213)))))
(((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-711 (-421 *4))))))
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-133))
+ (-4 *3 (-816)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1203 *9)) (-5 *4 (-663 *7)) (-5 *5 (-663 *8))
+ (-4 *7 (-872)) (-4 *8 (-1081)) (-4 *9 (-980 *8 *6 *7))
+ (-4 *6 (-817)) (-5 *2 (-1203 *8)) (-5 *1 (-333 *6 *7 *8 *9)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-70 APROD)))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-778)))))
+(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
+ (|partial| -12 (-5 *2 (-663 (-1203 *11))) (-5 *3 (-1203 *11))
+ (-5 *4 (-663 *10)) (-5 *5 (-663 *8)) (-5 *6 (-663 (-793)))
+ (-5 *7 (-1299 (-663 (-1203 *8)))) (-4 *10 (-872))
+ (-4 *8 (-319)) (-4 *11 (-980 *8 *9 *10)) (-4 *9 (-817))
+ (-5 *1 (-729 *9 *10 *8 *11)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1209)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-724 *3 *5 *6 *7))
+ (-4 *3 (-633 (-549))) (-4 *5 (-1249)) (-4 *6 (-1249))
+ (-4 *7 (-1249))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-5 *2 (-1 *6 *5)) (-5 *1 (-728 *3 *5 *6))
+ (-4 *3 (-633 (-549))) (-4 *5 (-1249)) (-4 *6 (-1249)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-972 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 (-972 *3))) (-4 *3 (-1080)) (-4 *1 (-1165 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-972 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-560))) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-571)) (-4 *8 (-979 *7 *5 *6))
- (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *9) (|:| |radicand| *9)))
- (-5 *1 (-982 *5 *6 *7 *8 *9)) (-5 *4 (-793))
- (-4 *9
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *8)) (-15 -4420 (*8 $)) (-15 -4429 (*8 $))))))))
-(((*1 *2 *3) (-12 (-5 *3 (-948)) (-5 *2 (-1190)) (-5 *1 (-808)))))
-(((*1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-663 (-115))))))
-(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
- (-12 (-5 *4 (-560))
- (-5 *6
- (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391))))
- (-5 *7 (-1 (-1304) (-1298 *5) (-1298 *5) (-391)))
- (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304))
- (-5 *1 (-810))))
- ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
- (-12 (-5 *4 (-560))
- (-5 *6
- (-2 (|:| |tryValue| (-391)) (|:| |did| (-391)) (|:| -2168 (-391))))
- (-5 *7 (-1 (-1304) (-1298 *5) (-1298 *5) (-391)))
- (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304))
- (-5 *1 (-810)))))
+ (-12 (-4 *3 (-13 (-376) (-149)))
+ (-5 *2 (-663 (-2 (|:| -2909 (-793)) (|:| -3236 *4) (|:| |num| *4))))
+ (-5 *1 (-413 *3 *4)) (-4 *4 (-1275 *3)))))
+(((*1 *2 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-773)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-520)) (-5 *1 (-291)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *1 (-39 *3)) (-4 *3 (-1274 (-48))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114))))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
+ (-12 (-4 *4 (-319)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
+ (-5 *2
+ (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
+ (-5 *1 (-1156 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))))
+(((*1 *1) (-5 *1 (-848))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-1107 *3 *4 *5))) (-4 *3 (-1133))
+ (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3))))
+ (-4 *5 (-13 (-435 *4) (-912 *3) (-633 (-916 *3))))
+ (-5 *1 (-1109 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-949)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-663 (-663 (-174)))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-1081)) (-5 *2 (-1299 *4))
+ (-5 *1 (-1210 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-949)) (-5 *2 (-1299 *3)) (-5 *1 (-1210 *3))
+ (-4 *3 (-1081)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 (-255 *4 *5))) (-5 *2 (-255 *4 *5))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *1 (-650 *4 *5)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -3265 *3) (|:| |gap| (-793)) (|:| -3132 (-803 *3))
+ (|:| -4029 (-803 *3))))
+ (-5 *1 (-803 *3)) (-4 *3 (-1081))))
+ ((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872))
+ (-5 *2
+ (-2 (|:| -3265 *1) (|:| |gap| (-793)) (|:| -3132 *1)
+ (|:| -4029 *1)))
+ (-4 *1 (-1097 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2
+ (-2 (|:| -3265 *1) (|:| |gap| (-793)) (|:| -3132 *1)
+ (|:| -4029 *1)))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 *4))))
+ (-4 *3 (-1133)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-671 *3 *4 *5)))))
(((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-793))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-948))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-949))))
((*1 *1 *1 *1)
(-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
(-4 *4 (-175))))
((*1 *1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-159))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-948)) (-5 *1 (-159))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-949)) (-5 *1 (-159))))
((*1 *2 *1 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234)))
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235)))
(-5 *1 (-231 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *1 (-305 *2)) (-4 *2 (-1143)) (-4 *2 (-1248))))
+ (-12 (-5 *1 (-305 *2)) (-4 *2 (-1144)) (-4 *2 (-1249))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-305 *2)) (-4 *2 (-1143)) (-4 *2 (-1248))))
+ (-12 (-5 *1 (-305 *2)) (-4 *2 (-1144)) (-4 *2 (-1249))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-133))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-374 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-374 *2)) (-4 *2 (-1132))))
+ (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-133))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-374 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-374 *2)) (-4 *2 (-1133))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-395 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-871))))
+ (-12 (-5 *1 (-395 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-872))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-397 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-1132))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1132))))
+ (-12 (-4 *1 (-397 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-1133))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1133))))
((*1 *1 *2 *1)
- (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175))
- (-4 *6 (-245 (-2305 *3) (-793)))
+ (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175))
+ (-4 *6 (-245 (-3819 *3) (-793)))
(-14 *7
- (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *6))
- (-2 (|:| -3998 *5) (|:| -3881 *6))))
- (-5 *1 (-475 *3 *4 *5 *6 *7 *2)) (-4 *5 (-871))
- (-4 *2 (-979 *4 *6 (-888 *3)))))
+ (-1 (-114) (-2 (|:| -2081 *5) (|:| -2909 *6))
+ (-2 (|:| -2081 *5) (|:| -2909 *6))))
+ (-5 *1 (-475 *3 *4 *5 *6 *7 *2)) (-4 *5 (-872))
+ (-4 *2 (-980 *4 *6 (-889 *3)))))
((*1 *1 *1 *2)
(-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
((*1 *1 *2 *1)
(-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871))
- (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4))))
+ (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872))
+ (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1298 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3))))
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-363)) (-5 *1 (-542 *3))))
((*1 *1 *1 *1) (-5 *1 (-549)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-610 *3)) (-4 *3 (-1080))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1143))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-610 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-668 *2)) (-4 *2 (-1144))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-1 *7 *5))
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-1 *7 *5))
(-5 *1 (-706 *5 *6 *7))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-708 *3 *2 *4)) (-4 *3 (-1080)) (-4 *2 (-385 *3))
+ (-12 (-4 *1 (-708 *3 *2 *4)) (-4 *3 (-1081)) (-4 *2 (-385 *3))
(-4 *4 (-385 *3))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-708 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
+ (-12 (-4 *1 (-708 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
(-4 *2 (-385 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
+ (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
(-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
(-4 *4 (-385 *2))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
(-4 *4 (-385 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
(-4 *4 (-385 *2))))
- ((*1 *1 *1 *1) (-4 *1 (-742))) ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132))))
+ ((*1 *1 *1 *1) (-4 *1 (-742))) ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-916 *2)) (-4 *2 (-1133))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1298 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-571))
- (-5 *1 (-1000 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1082 *2)) (-4 *2 (-1143))))
- ((*1 *1 *1 *1) (-4 *1 (-1143)))
+ (-12 (-5 *2 (-1299 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-571))
+ (-5 *1 (-1001 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1083 *2)) (-4 *2 (-1144))))
+ ((*1 *1 *1 *1) (-4 *1 (-1144)))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1154 *3 *4 *2 *5)) (-4 *4 (-1080)) (-4 *2 (-245 *3 *4))
+ (-12 (-4 *1 (-1155 *3 *4 *2 *5)) (-4 *4 (-1081)) (-4 *2 (-245 *3 *4))
(-4 *5 (-245 *3 *4))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-1154 *3 *4 *5 *2)) (-4 *4 (-1080)) (-4 *5 (-245 *3 *4))
+ (-12 (-4 *1 (-1155 *3 *4 *5 *2)) (-4 *4 (-1081)) (-4 *5 (-245 *3 *4))
(-4 *2 (-245 *3 *4))))
((*1 *1 *2 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-871)) (-5 *1 (-1157 *3 *4 *2))
- (-4 *2 (-979 *3 (-545 *4) *4))))
+ (-12 (-4 *3 (-1081)) (-4 *4 (-872)) (-5 *1 (-1158 *3 *4 *2))
+ (-4 *2 (-980 *3 (-545 *4) *4))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-972 (-229))) (-5 *3 (-229)) (-5 *1 (-1245))))
+ (-12 (-5 *2 (-973 (-229))) (-5 *3 (-229)) (-5 *1 (-1246))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-748))))
+ (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-748))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-748))))
+ (-12 (-4 *1 (-1298 *2)) (-4 *2 (-1249)) (-4 *2 (-748))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-560)) (-4 *1 (-1297 *3)) (-4 *3 (-1248)) (-4 *3 (-21))))
+ (-12 (-5 *2 (-560)) (-4 *1 (-1298 *3)) (-4 *3 (-1249)) (-4 *3 (-21))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080))))
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1318 *3 *2)) (-4 *3 (-871)) (-4 *2 (-1080))))
+ (-12 (-4 *1 (-1319 *3 *2)) (-4 *3 (-872)) (-4 *2 (-1081))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1322 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-868)))))
+ (-12 (-5 *1 (-1323 *2 *3)) (-4 *2 (-1081)) (-4 *3 (-870)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1202 *6)) (-4 *6 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-1202 *7)) (-5 *1 (-333 *4 *5 *6 *7))
- (-4 *7 (-979 *6 *4 *5)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-335 *4 *2)) (-4 *4 (-1132))
- (-4 *2 (-133)))))
+ (-12 (-5 *3 (-1191)) (-5 *2 (-560)) (-5 *1 (-1232 *4))
+ (-4 *4 (-1081)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1172 *4 *5)) (-4 *4 (-13 (-1133) (-34)))
+ (-4 *5 (-13 (-1133) (-34))) (-5 *2 (-114)) (-5 *1 (-1173 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1186 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-195))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1186 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-313))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1186 (-229))) (-5 *2 (-663 (-1190))) (-5 *1 (-315)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-793)) (-4 *6 (-376)) (-5 *4 (-1241 *6))
- (-5 *2 (-1 (-1186 *4) (-1186 *4))) (-5 *1 (-1307 *6))
- (-5 *5 (-1186 *4)))))
+ (-12 (-4 *4 (-363)) (-4 *5 (-341 *4)) (-4 *6 (-1275 *5))
+ (-5 *2 (-663 *3)) (-5 *1 (-799 *4 *5 *6 *3 *7)) (-4 *3 (-1275 *6))
+ (-14 *7 (-949)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1249)) (-5 *2 (-793)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401))))
+ ((*1 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1209)))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-401)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1299 *4)) (-5 *3 (-1152)) (-4 *4 (-363))
+ (-5 *1 (-542 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-949))) (-5 *4 (-663 (-560)))
+ (-5 *2 (-711 (-560))) (-5 *1 (-1142)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-5 *2 (-114)) (-5 *1 (-313)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-1191)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-769)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-630 *1))) (-4 *1 (-310)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-136)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-114) (-115) (-115))) (-5 *1 (-115)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-466)) (-4 *4 (-842))
- (-14 *5 (-1208)) (-5 *2 (-560)) (-5 *1 (-1145 *4 *5)))))
+ (-12 (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3273 *4)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-949)) (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))))
+ ((*1 *2 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-376))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-383 *2 *3)) (-4 *3 (-1275 *2)) (-4 *2 (-175))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1299 *4)) (-5 *3 (-949)) (-4 *4 (-363))
+ (-5 *1 (-542 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
+ (-4 *5 (-245 *3 *2)) (-4 *2 (-1081)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1 (-1186 (-975 *4)) (-1186 (-975 *4))))
- (-5 *1 (-1307 *4)) (-4 *4 (-376)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1202 *2)) (-4 *2 (-435 *4)) (-4 *4 (-571))
- (-5 *1 (-32 *4 *2)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-149))
- (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1008 *3 *4 *5 *6)))))
+ (-12 (-4 *4 (-13 (-376) (-1070 (-421 *2)))) (-5 *2 (-560))
+ (-5 *1 (-117 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 *6)) (-4 *1 (-980 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-793))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-980 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-793)))))
+(((*1 *1 *1) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-872)) (-4 *3 (-175))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-646 *2 *3 *4)) (-4 *2 (-872))
+ (-4 *3 (-13 (-175) (-739 (-421 (-560))))) (-14 *4 (-949))))
+ ((*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817))
+ (-5 *2 (-114)) (-5 *1 (-1018 *3 *4 *5 *6))
+ (-4 *6 (-980 *3 *5 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-114)) (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *4 (-13 (-1133) (-34))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-1236 *3))) (-5 *1 (-1236 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *6))))
+ (-5 *4 (-1058 (-866 (-560)))) (-5 *5 (-1209)) (-5 *7 (-421 (-560)))
+ (-4 *6 (-1081)) (-5 *2 (-888)) (-5 *1 (-609 *6)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-421 (-560)))
- (-5 *1 (-447 *4 *3)) (-4 *3 (-435 *4))))
+ (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-663 (-663 *7)))
+ (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-630 *3)) (-4 *3 (-435 *5))
- (-4 *5 (-13 (-571) (-1069 (-560)))) (-5 *2 (-1202 (-421 (-560))))
- (-5 *1 (-447 *5 *3)))))
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817))
+ (-4 *7 (-872)) (-4 *8 (-980 *5 *6 *7)) (-5 *2 (-663 (-663 *8)))
+ (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1209)) (-5 *3 (-663 *1)) (-4 *1 (-435 *4))
+ (-4 *4 (-1133))))
+ ((*1 *1 *2 *1 *1 *1 *1)
+ (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *1 *1 *1)
+ (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1209)) (-4 *1 (-435 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-560)) (-4 *3 (-175)) (-4 *5 (-385 *3))
+ (-4 *6 (-385 *3)) (-5 *1 (-710 *3 *5 *6 *2))
+ (-4 *2 (-708 *3 *5 *6)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
+ (-5 *2 (-391)) (-5 *1 (-208)))))
+(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN)))) (-5 *3 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-771)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-388 *4 *2))
+ (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4511)))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-51))) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-862))) (-5 *1 (-142)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))))
+(((*1 *2 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-409)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-5 *2 (-326 (-560))) (-5 *1 (-959))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-1133)) (-5 *1 (-960 *3 *2)) (-4 *2 (-435 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-871)) (-4 *4 (-376)) (-5 *2 (-793))
+ (-5 *1 (-975 *4 *5)) (-4 *5 (-1275 *4)))))
+(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-129 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2) (-12 (-5 *1 (-129 *2)) (-4 *2 (-1133)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1203 *1)) (-5 *3 (-1209)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-976 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1209)) (-4 *1 (-29 *3)) (-4 *3 (-571))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-571)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-4 *1 (-242 *3))))
+ ((*1 *1) (-12 (-4 *1 (-242 *2)) (-4 *2 (-1133)))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-451)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175))
+ (-4 *5 (-1275 *4)) (-5 *2 (-711 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3))
+ (-5 *2 (-711 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *1 *1) (-5 *1 (-1095))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
+ (-5 *2
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
+ (|:| |success| (-114))))
+ (-5 *1 (-811)) (-5 *5 (-560)))))
(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-571))))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814))
- (-4 *2 (-571))))
- ((*1 *1 *1 *1) (|partial| -4 *1 (-571)))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080))
- (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-571))))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-793)))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-571))))
- ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1298 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-571))
- (-5 *1 (-1000 *3 *4))))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1084 *3 *4 *2 *5 *6)) (-4 *2 (-1080))
- (-4 *5 (-245 *4 *2)) (-4 *6 (-245 *3 *2)) (-4 *2 (-571))))
- ((*1 *2 *2 *2)
- (|partial| -12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1186 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-915 *3)) (-4 *3 (-1132))))
+ (-12 (-5 *2 (-1266 (-560))) (-4 *1 (-294 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-294 *3)) (-4 *3 (-1249)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4510)) (-4 *1 (-618 *4 *3)) (-4 *4 (-1133))
+ (-4 *3 (-1249)) (-4 *3 (-1133)) (-5 *2 (-114)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-1187 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-288 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3)))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-915 *4)) (-4 *4 (-1132)) (-5 *1 (-916 *4 *3))
- (-4 *3 (-1248)))))
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4)))))
+ ((*1 *1 *1) (-5 *1 (-391)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-385 *3)) (-4 *3 (-1248)) (-4 *3 (-871)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *1 (-385 *4)) (-4 *4 (-1248))
- (-5 *2 (-114)))))
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5))
+ (-5 *2 (-2 (|:| -3401 (-663 *6)) (|:| -4376 (-663 *6)))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-711 (-421 (-975 (-560)))))
- (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1059)))))
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1079)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363)) (-5 *2 (-987 (-1151)))
- (-5 *1 (-360 *4)))))
+ (-12
+ (-5 *3
+ (-663
+ (-2 (|:| -1486 (-793))
+ (|:| |eqns|
+ (-663
+ (-2 (|:| |det| *7) (|:| |rows| (-663 (-560)))
+ (|:| |cols| (-663 (-560))))))
+ (|:| |fgb| (-663 *7)))))
+ (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149)))
+ (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-793))
+ (-5 *1 (-954 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-988 (-187 (-141)))) (-5 *1 (-345))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1250))) (-5 *1 (-619)))))
+(((*1 *1) (-5 *1 (-159)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-23)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-549)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1081)) (-4 *7 (-1081))
+ (-4 *6 (-1275 *5)) (-5 *2 (-1203 (-1203 *7)))
+ (-5 *1 (-515 *5 *6 *4 *7)) (-4 *4 (-1275 *6)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *3 (-560)) (-5 *2 (-114)) (-5 *1 (-494)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814))
- (-5 *2 (-663 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-1132))
- (-5 *2 (-663 *3))))
+ (-12 (-4 *2 (-980 *3 *5 *4)) (-5 *1 (-1018 *3 *4 *5 *2))
+ (-4 *3 (-466)) (-4 *4 (-872)) (-4 *5 (-817)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-520)) (-5 *1 (-115))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-5 *4 (-520)) (-5 *2 (-326 (-560)))
+ (-5 *1 (-959))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-520)) (-4 *4 (-1133)) (-5 *1 (-960 *4 *2))
+ (-4 *2 (-435 *4)))))
+(((*1 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-381)) (-4 *2 (-1133)))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1209)) (-4 *4 (-1081)) (-4 *4 (-1133))
+ (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -2909 (-560))))
+ (-4 *1 (-435 *4))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-115)) (-4 *4 (-1081)) (-4 *4 (-1133))
+ (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -2909 (-560))))
+ (-4 *1 (-435 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-1186 *3)) (-5 *1 (-610 *3)) (-4 *3 (-1080))))
+ (|partial| -12 (-4 *3 (-1144)) (-4 *3 (-1133))
+ (-5 *2 (-2 (|:| |var| (-630 *1)) (|:| -2909 (-560))))
+ (-4 *1 (-435 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-663 *3)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-748))))
- ((*1 *2 *1) (-12 (-4 *1 (-876 *3)) (-4 *3 (-1080)) (-5 *2 (-663 *3))))
+ (|partial| -12 (-5 *2 (-2 (|:| |val| (-916 *3)) (|:| -2909 (-793))))
+ (-5 *1 (-916 *3)) (-4 *3 (-1133))))
((*1 *2 *1)
- (-12 (-4 *1 (-1291 *3)) (-4 *3 (-1080)) (-5 *2 (-1186 *3)))))
+ (|partial| -12 (-4 *1 (-980 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-2 (|:| |var| *5) (|:| -2909 (-793))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081))
+ (-4 *7 (-980 *6 *4 *5))
+ (-5 *2 (-2 (|:| |var| *5) (|:| -2909 (-560))))
+ (-5 *1 (-981 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $))
+ (-15 -3138 (*7 $))))))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-114)) (-5 *6 (-711 (-229)))
+ (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-777)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *1) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-888))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-114)))))
+(((*1 *1) (-5 *1 (-1095))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5)))
+ (-5 *2 (-663 (-663 *4))) (-5 *1 (-354 *3 *4 *5 *6))
+ (-4 *3 (-355 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-4 *3 (-381)) (-5 *2 (-663 (-663 *3))))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-866 (-229)))) (-5 *4 (-229)) (-5 *2 (-663 *4))
+ (-5 *1 (-278)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-815)) (-4 *6 (-871)) (-4 *3 (-571))
- (-4 *7 (-979 *3 *5 *6))
- (-5 *2 (-2 (|:| -3881 (-793)) (|:| -1398 *8) (|:| |radicand| *8)))
- (-5 *1 (-982 *5 *6 *3 *7 *8)) (-5 *4 (-793))
+ (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-1209))) (-4 *6 (-376))
+ (-5 *2 (-663 (-305 (-976 *6)))) (-5 *1 (-552 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *7 (-13 (-376) (-871))))))
+(((*1 *1 *2) (-12 (-5 *1 (-713 *2)) (-4 *2 (-632 (-888))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-114)) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6) (-10 -8 (-15 -3834 ($ *7)))))
+ (-4 *7 (-871))
(-4 *8
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $)) (-15 -4429 (*7 $))))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-948))) (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-669 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-841 *3)) (|:| |rm| (-841 *3))))
- (-5 *1 (-841 *3)) (-4 *3 (-871))))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-136)))))
+ (-13 (-1278 *3 *7) (-376) (-1235)
+ (-10 -8 (-15 -2703 ($ $)) (-15 -3671 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))))
+ (-5 *1 (-438 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1191)) (-4 *9 (-1015 *8))
+ (-14 *10 (-1209)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-1212)) (-5 *3 (-1209)))))
+(((*1 *2 *3 *4 *4 *5)
+ (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3))
+ (-4 *3 (-13 (-435 *6) (-27) (-1235)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-580 *6 *3 *7)) (-4 *7 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-944 *3)) (-4 *3 (-319)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1147)) (-5 *1 (-222))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1147)) (-5 *1 (-453))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1147)) (-5 *1 (-862))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-1214))) (-5 *3 (-1214)) (-5 *1 (-1147))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1147)) (-5 *1 (-1148)))))
+(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1073)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-494)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-459 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-793)) (-4 *4 (-13 (-571) (-149)))
+ (-5 *1 (-1271 *4 *2)) (-4 *2 (-1275 *4)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *4 (-13 (-571) (-149))) (-5 *1 (-551 *4 *2))
+ (-4 *2 (-1292 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *4 (-13 (-376) (-381) (-633 *3)))
+ (-4 *5 (-1275 *4)) (-4 *6 (-746 *4 *5)) (-5 *1 (-555 *4 *5 *6 *2))
+ (-4 *2 (-1292 *6))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *4 (-13 (-376) (-381) (-633 *3)))
+ (-5 *1 (-556 *4 *2)) (-4 *2 (-1292 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1187 *4)) (-5 *3 (-560)) (-4 *4 (-13 (-571) (-149)))
+ (-5 *1 (-1186 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1008 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)) (-4 *5 (-1097 *3 *4 *2)))))
+(((*1 *2 *3) (-12 (-5 *3 (-326 (-229))) (-5 *2 (-229)) (-5 *1 (-315)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-127 *2)) (-4 *2 (-1133)))))
+(((*1 *1) (-5 *1 (-1095))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-850)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-1001 *3 *2)) (-4 *2 (-1275 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-571)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1305)) (-5 *1 (-855)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-889 *5))) (-14 *5 (-663 (-1209))) (-4 *6 (-466))
+ (-5 *2
+ (-2 (|:| |dpolys| (-663 (-255 *5 *6)))
+ (|:| |coords| (-663 (-560)))))
+ (-5 *1 (-485 *5 *6 *7)) (-5 *3 (-663 (-255 *5 *6))) (-4 *7 (-466)))))
+(((*1 *2 *3) (-12 (-5 *3 (-229)) (-5 *2 (-721)) (-5 *1 (-315)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-844)) (-14 *5 (-1209)) (-5 *2 (-663 (-1268 *5 *4)))
+ (-5 *1 (-1146 *4 *5)) (-5 *3 (-1268 *5 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-376)) (-4 *2 (-1275 *4))
+ (-5 *1 (-953 *4 *2)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-419 *4)) (-4 *4 (-571)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081)) (-5 *2 (-114)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-466))
+ (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1009 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-663 *7)) (-5 *3 (-114)) (-4 *7 (-1097 *4 *5 *6))
+ (-4 *4 (-466)) (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-5 *1 (-1009 *4 *5 *6 *7)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391)))
+ (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208))))
+ (-5 *1 (-1208)))))
(((*1 *2 *3 *3)
(-12 (-4 *4 (-571))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2076 *4)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3273 *4)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-520)) (-5 *2 (-713 (-795))) (-5 *1 (-115))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1191)) (-5 *2 (-795)) (-5 *1 (-115))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1135)) (-5 *1 (-995)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-421 (-560))) (-4 *1 (-569 *3))
+ (-4 *3 (-13 (-418) (-1235)))))
+ ((*1 *1 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235)))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1235))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-560)) (-4 *2 (-435 *3)) (-5 *1 (-32 *3 *2))
+ (-4 *3 (-1070 *4)) (-4 *3 (-571)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-248)))))
+(((*1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1191)) (-5 *3 (-848)) (-5 *1 (-847)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1203 *5)) (-4 *5 (-376)) (-5 *2 (-663 *6))
+ (-5 *1 (-546 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-871))))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1191)) (-5 *1 (-1231)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
+ (-12 (-5 *6 (-663 (-114))) (-5 *7 (-711 (-229)))
+ (-5 *8 (-711 (-560))) (-5 *3 (-560)) (-5 *4 (-229)) (-5 *5 (-114))
+ (-5 *2 (-1067)) (-5 *1 (-776)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 *3 *4 *5))
+ (-5 *2 (-427 *4 (-421 *4) *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1299 *6)) (-4 *6 (-13 (-424 *4 *5) (-1070 *4)))
+ (-4 *4 (-1023 *3)) (-4 *5 (-1275 *4)) (-4 *3 (-319))
+ (-5 *1 (-427 *3 *4 *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-376))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-518 *3 *4 *5 *6)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391)))
+ (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208))))
+ (-5 *1 (-1208)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1209)) (-4 *5 (-633 (-916 (-560))))
+ (-4 *5 (-912 (-560)))
+ (-4 *5 (-13 (-1070 (-560)) (-466) (-660 (-560))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-581 *5 *3)) (-4 *3 (-649))
+ (-4 *3 (-13 (-27) (-1235) (-435 *5)))))
+ ((*1 *2 *2 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-1209)) (-5 *4 (-866 *2)) (-4 *2 (-1171))
+ (-4 *2 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-633 (-916 (-560)))) (-4 *5 (-912 (-560)))
+ (-4 *5 (-13 (-1070 (-560)) (-466) (-660 (-560))))
+ (-5 *1 (-581 *5 *2)))))
+(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-1191)) (-5 *1 (-97))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-391)) (-5 *3 (-1191)) (-5 *1 (-97)))))
(((*1 *2)
- (|partial| -12 (-4 *4 (-1253)) (-4 *5 (-1274 (-421 *2)))
- (-4 *2 (-1274 *4)) (-5 *1 (-354 *3 *4 *2 *5))
- (-4 *3 (-355 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-355 *3 *2 *4)) (-4 *3 (-1253))
- (-4 *4 (-1274 (-421 *2))) (-4 *2 (-1274 *3)))))
+ (-12 (-5 *2 (-2 (|:| -3118 (-663 *3)) (|:| -3596 (-663 *3))))
+ (-5 *1 (-1251 *3)) (-4 *3 (-1133)))))
+(((*1 *1) (-5 *1 (-592))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1) (-4 *1 (-507)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *6))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5))))
+ (|partial| -12 (-5 *2 (-1093 (-1056 *3) (-1203 (-1056 *3))))
+ (-5 *1 (-1056 *3)) (-4 *3 (-13 (-871) (-376) (-1052))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-984)))))
+(((*1 *2 *1) (-12 (-5 *1 (-597 *2)) (-4 *2 (-376)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-466))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1203 *6)) (-4 *6 (-980 *5 *3 *4)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *5 (-940)) (-5 *1 (-471 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1203 *1)) (-4 *1 (-940)))))
+(((*1 *1)
+ (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1) (-5 *1 (-622))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1133)) (-5 *1 (-226 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-4 *1 (-263 *3))))
+ ((*1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))))
+(((*1 *1) (-5 *1 (-146))))
+(((*1 *1 *1) (-5 *1 (-1208)))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391)))
+ (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208))))
+ (-5 *1 (-1208)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-872)) (-5 *2 (-663 (-686 *4 *5)))
+ (-5 *1 (-646 *4 *5 *6)) (-4 *5 (-13 (-175) (-739 (-421 (-560)))))
+ (-14 *6 (-949)))))
+(((*1 *2 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-1235))))
+ ((*1 *2 *1) (-12 (-5 *1 (-343 *2)) (-4 *2 (-872))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 *3)) (-5 *1 (-630 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5)) (-4 *5 (-1133)) (-5 *2 (-1 *5 *4))
+ (-5 *1 (-705 *4 *5)) (-4 *4 (-1133))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1209)) (-5 *2 (-326 (-560))) (-5 *1 (-959))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-1133)) (-5 *1 (-960 *3 *2)) (-4 *2 (-435 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-663 (-931 *3))) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7))))
+ (-12 (-4 *1 (-1319 *3 *2)) (-4 *3 (-872)) (-4 *2 (-1081))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1081)) (-5 *1 (-1323 *2 *3)) (-4 *3 (-870)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-319))
+ (-5 *2 (-793)) (-5 *1 (-469 *5 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1) (-4 *1 (-507)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1191)) (-5 *3 (-560)) (-5 *1 (-248)))))
+(((*1 *1 *1 *1) (-5 *1 (-229)))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-114))))
+ (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1073))))
+ ((*1 *1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1227 *4 *5))
+ (-4 *4 (-1133)) (-4 *5 (-1133)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-520)) (-5 *1 (-291))))
((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-114)))))
+ (-12 (-5 *2 (-3 (-560) (-229) (-520) (-1191) (-1214)))
+ (-5 *1 (-1214)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -3128 (-803 *3)) (|:| |coef1| (-803 *3))))
+ (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-2 (|:| -3128 *1) (|:| |coef1| *1)))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-376)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
+ (-5 *1 (-535 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-571)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
+ (-4 *7 (-1023 *4)) (-4 *2 (-708 *7 *8 *9))
+ (-5 *1 (-536 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-708 *4 *5 *6))
+ (-4 *8 (-385 *7)) (-4 *9 (-385 *7))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081))
+ (-4 *3 (-385 *2)) (-4 *4 (-385 *2)) (-4 *2 (-376))))
+ ((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-376)) (-4 *3 (-175)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2))
+ (-4 *2 (-708 *3 *4 *5))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-711 *2)) (-4 *2 (-376)) (-4 *2 (-1081))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1155 *2 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-245 *2 *3)) (-4 *5 (-245 *2 *3)) (-4 *3 (-376))))
+ ((*1 *2 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-1220 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1203 *7)) (-4 *5 (-1081))
+ (-4 *7 (-1081)) (-4 *2 (-1275 *5)) (-5 *1 (-515 *5 *2 *6 *7))
+ (-4 *6 (-1275 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1081)) (-4 *7 (-1081))
+ (-4 *4 (-1275 *5)) (-5 *2 (-1203 *7)) (-5 *1 (-515 *5 *4 *6 *7))
+ (-4 *6 (-1275 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1067)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-772)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1) (-4 *1 (-507)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1209)) (-5 *2 (-1213)) (-5 *1 (-1212)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-419 *2)) (-4 *2 (-319)) (-5 *1 (-944 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149))) (-5 *2 (-51)) (-5 *1 (-945 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-419 (-976 *6))) (-5 *5 (-1209)) (-5 *3 (-976 *6))
+ (-4 *6 (-13 (-319) (-149))) (-5 *2 (-51)) (-5 *1 (-945 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1190)) (-5 *2 (-663 (-713 (-292)))) (-5 *1 (-170)))))
-(((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954))))
- ((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-956))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
+ (-12 (-5 *2 (-419 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1275 (-48)))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *2 (-2 (|:| |less| (-123 *3)) (|:| |greater| (-123 *3))))
+ (-5 *1 (-123 *3)) (-4 *3 (-872))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-597 *4)) (-4 *4 (-13 (-29 *3) (-1235)))
+ (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-599 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-597 (-421 (-976 *3))))
+ (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *1 (-603 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-376))
+ (-5 *2 (-2 (|:| -1940 *3) (|:| |special| *3))) (-5 *1 (-749 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1299 *5)) (-4 *5 (-376)) (-4 *5 (-1081))
+ (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1062 *5))
+ (-5 *3 (-663 (-711 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1299 (-1299 *5))) (-4 *5 (-376)) (-4 *5 (-1081))
+ (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1062 *5))
+ (-5 *3 (-663 (-711 *5)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-143)) (-5 *2 (-663 *1)) (-4 *1 (-1176))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-146)) (-5 *2 (-663 *1)) (-4 *1 (-1176)))))
+(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
+ (|partial| -12 (-5 *2 (-663 (-1203 *13))) (-5 *3 (-1203 *13))
+ (-5 *4 (-663 *12)) (-5 *5 (-663 *10)) (-5 *6 (-663 *13))
+ (-5 *7 (-663 (-663 (-2 (|:| -2035 (-793)) (|:| |pcoef| *13)))))
+ (-5 *8 (-663 (-793))) (-5 *9 (-1299 (-663 (-1203 *10))))
+ (-4 *12 (-872)) (-4 *10 (-319)) (-4 *13 (-980 *10 *11 *12))
+ (-4 *11 (-817)) (-5 *1 (-729 *11 *12 *10 *13)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-815))
- (-4 *5 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *6 (-571))
- (-5 *2 (-2 (|:| -2180 (-975 *6)) (|:| -4404 (-975 *6))))
- (-5 *1 (-754 *4 *5 *6 *3)) (-4 *3 (-979 (-421 (-975 *6)) *4 *5)))))
-(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1078)))))
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1275 *6))
+ (-4 *6 (-13 (-27) (-435 *5))) (-4 *5 (-13 (-571) (-1070 (-560))))
+ (-4 *8 (-1275 (-421 *7))) (-5 *2 (-597 *3))
+ (-5 *1 (-567 *5 *6 *7 *8 *3)) (-4 *3 (-355 *6 *7 *8)))))
+(((*1 *2)
+ (-12 (-4 *4 (-376)) (-5 *2 (-949)) (-5 *1 (-340 *3 *4))
+ (-4 *3 (-341 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-376)) (-5 *2 (-856 (-949))) (-5 *1 (-340 *3 *4))
+ (-4 *3 (-341 *4))))
+ ((*1 *2) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-949))))
+ ((*1 *2)
+ (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-856 (-949))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-421 *5)) (-4 *5 (-1274 *4)) (-4 *4 (-571))
- (-4 *4 (-1080)) (-4 *2 (-1291 *4)) (-5 *1 (-1293 *4 *5 *6 *2))
- (-4 *6 (-680 *5)))))
+ (|partial| -12 (-5 *3 (-630 *4)) (-4 *4 (-1133)) (-4 *2 (-1133))
+ (-5 *1 (-631 *2 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-5 *1 (-1222 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-886)) (-5 *2 (-713 (-130))) (-5 *3 (-130)))))
(((*1 *2 *2)
(-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *2) (-12 (-5 *2 (-663 (-326 (-229)))) (-5 *1 (-278)))))
-(((*1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (-5 *1 (-326 *3)) (-4 *3 (-571)) (-4 *3 (-1132)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-995 *2)) (-4 *2 (-1132)))))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *1 *1) (-4 *1 (-507)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-374 (-115))) (-4 *2 (-1081)) (-5 *1 (-736 *2 *4))
+ (-4 *4 (-670 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-374 (-115))) (-5 *1 (-858 *2)) (-4 *2 (-1081)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-466)) (-5 *2 (-114))
- (-5 *1 (-373 *4 *5)) (-14 *5 (-663 (-1208)))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-1299 (-711 *4))) (-5 *1 (-90 *4 *5))
+ (-5 *3 (-711 *4)) (-4 *5 (-680 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 (-973 *4))) (-4 *1 (-1166 *4)) (-4 *4 (-1081))
+ (-5 *2 (-793)))))
+(((*1 *1) (-5 *1 (-623))))
+(((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-159))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-802 *4 (-888 *5)))) (-4 *4 (-466))
- (-14 *5 (-663 (-1208))) (-5 *2 (-114)) (-5 *1 (-647 *4 *5)))))
-(((*1 *1 *1 *1) (-4 *1 (-319))) ((*1 *1 *1 *1) (-5 *1 (-793)))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-979 *4 *6 *5)) (-4 *4 (-466))
- (-4 *5 (-871)) (-4 *6 (-815)) (-5 *1 (-1017 *4 *5 *6 *3)))))
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-451)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1117)))))
+(((*1 *1 *1 *1) (-4 *1 (-999))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1299 *4)) (-5 *3 (-793)) (-4 *4 (-363))
+ (-5 *1 (-542 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *1 *1) (-4 *1 (-507)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1187 *4)) (-5 *3 (-560)) (-4 *4 (-1081))
+ (-5 *1 (-1193 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-560)) (-5 *1 (-1289 *3 *4 *5)) (-4 *3 (-1081))
+ (-14 *4 (-1209)) (-14 *5 *3))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *3 *4 *4 *3)
+ (|partial| -12 (-5 *4 (-630 *3))
+ (-4 *3 (-13 (-435 *5) (-27) (-1235)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3)))
+ (-5 *1 (-580 *5 *3 *6)) (-4 *6 (-1133)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871))
- (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-793))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1080)) (-4 *3 (-871))
- (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-277 *3)) (-4 *3 (-871)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-948))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-346 *4 *5 *6 *7)) (-4 *4 (-13 (-381) (-376)))
- (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-4 *7 (-355 *4 *5 *6))
- (-5 *2 (-793)) (-5 *1 (-406 *4 *5 *6 *7))))
- ((*1 *2 *1) (-12 (-4 *1 (-416)) (-5 *2 (-854 (-948)))))
- ((*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-610 *3)) (-4 *3 (-1080))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-610 *3)) (-4 *3 (-1080))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-571)) (-5 *2 (-560)) (-5 *1 (-642 *3 *4))
- (-4 *4 (-1274 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-762 *4 *3)) (-4 *4 (-1080))
- (-4 *3 (-871))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-762 *4 *3)) (-4 *4 (-1080)) (-4 *3 (-871))
- (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-894 *3)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-931 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-934 *3)) (-4 *3 (-1132))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4))
- (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6)))
- (-4 *8 (-355 *5 *6 *7)) (-4 *4 (-13 (-571) (-1069 (-560))))
- (-5 *2 (-793)) (-5 *1 (-940 *4 *5 *6 *7 *8))))
+ (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-4 *6 (-355 *3 *4 *5))
+ (-5 *2
+ (-2 (|:| -1861 (-427 *4 (-421 *4) *5 *6)) (|:| |principalPart| *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376))
+ (-5 *2
+ (-2 (|:| |poly| *6) (|:| -1940 (-421 *6))
+ (|:| |special| (-421 *6))))
+ (-5 *1 (-749 *5 *6)) (-5 *3 (-421 *6))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6))
- (-4 *4 (-1274 (-421 (-560)))) (-4 *5 (-1274 (-421 *4)))
- (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-793))
- (-5 *1 (-941 *4 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-346 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-376))
- (-4 *7 (-1274 *6)) (-4 *4 (-1274 (-421 *7))) (-4 *8 (-355 *6 *7 *4))
- (-4 *9 (-13 (-381) (-376))) (-5 *2 (-793))
- (-5 *1 (-1049 *6 *7 *4 *8 *9))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1274 *3)) (-4 *3 (-1080)) (-4 *3 (-571))
- (-5 *2 (-793))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1277 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-814)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *2 *1) (-12 (-4 *1 (-418)) (-5 *2 (-560))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-721)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-520)) (-5 *3 (-663 (-900))) (-5 *1 (-497)))))
+ (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-924 *3 *4))
+ (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *4 *4)
+ (|partial| -12 (-5 *4 (-793)) (-4 *5 (-376))
+ (-5 *2 (-2 (|:| -3369 *3) (|:| -3379 *3))) (-5 *1 (-924 *3 *5))
+ (-4 *3 (-1275 *5))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114))
+ (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1101 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114))
+ (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-466))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1101 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114))
+ (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1177 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114))
+ (-4 *8 (-1097 *5 *6 *7)) (-4 *9 (-1141 *5 *6 *7 *8)) (-4 *5 (-466))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1177 *5 *6 *7 *8 *9)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363))
+ (-5 *2 (-663 (-2 (|:| |deg| (-793)) (|:| -1621 *3))))
+ (-5 *1 (-220 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *1) (-5 *1 (-342))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1009 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -2301 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-376)) (-4 *7 (-1275 *6))
+ (-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6)))
+ (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1227 *4 *5))
+ (-4 *4 (-1133)) (-4 *5 (-1133)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4)))
- (-5 *2 (-1298 *6)) (-5 *1 (-346 *3 *4 *5 *6))
- (-4 *6 (-355 *3 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-130)))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *1 *1) (-4 *1 (-507)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-4 *3 (-928 *5)) (-5 *2 (-711 *3))
+ (-5 *1 (-714 *5 *3 *6 *4)) (-4 *6 (-385 *3))
+ (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1133)) (-4 *6 (-1133))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *5 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034)))
+ (-5 *1 (-179 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
- (-5 *2 (-663 (-975 *4)))))
+ (-12 (-5 *3 (-711 *2)) (-4 *4 (-1275 *2))
+ (-4 *2 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-5 *1 (-513 *2 *4 *5)) (-4 *5 (-424 *2 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1155 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
+ (-4 *5 (-245 *3 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 *7)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5))
+ (-5 *1 (-1020 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-663 *7)) (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *3 (-466))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5))
+ (-5 *1 (-1139 *3 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
+(((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-1191)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-1191)) (-5 *1 (-1303))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1303))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1303)))))
+(((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1249)) (-5 *2 (-793))
+ (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-133))
+ (-5 *2 (-793))))
((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-663 (-975 *4))) (-5 *1 (-431 *3 *4))
- (-4 *3 (-432 *4))))
+ (-12 (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-340 *3 *4))
+ (-4 *3 (-341 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-374 *3)) (-4 *3 (-1133))))
+ ((*1 *2) (-12 (-4 *1 (-381)) (-5 *2 (-793))))
+ ((*1 *2 *1) (-12 (-4 *1 (-399 *3)) (-4 *3 (-1133)) (-5 *2 (-793))))
((*1 *2)
- (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-663 (-975 *3)))))
+ (-12 (-4 *4 (-1133)) (-5 *2 (-793)) (-5 *1 (-439 *3 *4))
+ (-4 *3 (-440 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1133))
+ (-4 *4 (-23)) (-14 *5 *4)))
((*1 *2)
- (-12 (-5 *2 (-663 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-467 *4 *5 *6 *7))) (-5 *2 (-663 (-975 *4)))
- (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-571)) (-4 *4 (-175))
- (-14 *5 (-948)) (-14 *6 (-663 (-1208))) (-14 *7 (-1298 (-711 *4))))))
+ (-12 (-4 *4 (-175)) (-4 *5 (-1275 *4)) (-5 *2 (-793))
+ (-5 *1 (-745 *3 *4 *5)) (-4 *3 (-746 *4 *5))))
+ ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1038))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3))
+ (-4 *3 (-1275 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-376)) (-4 *5 (-1274 *4)) (-5 *2 (-1304))
- (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1274 (-421 *5))) (-14 *7 *6))))
+ (-12 (-5 *3 (-711 *4)) (-4 *4 (-376)) (-5 *2 (-1203 *4))
+ (-5 *1 (-546 *4 *5 *6)) (-4 *5 (-376)) (-4 *6 (-13 (-376) (-871))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-5 *2 (-114)))))
+ (-12 (-5 *2 (-973 *4)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1258))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
- (-4 *4 (-571)))))
-(((*1 *1 *1 *1) (-4 *1 (-319))) ((*1 *1 *1 *1) (-5 *1 (-793)))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-5 *2 (-114)))))
-(((*1 *2 *2) (-12 (-5 *1 (-991 *2)) (-4 *2 (-559)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1134)) (-5 *1 (-291)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1267 *4 *5)) (-5 *3 (-663 *5)) (-14 *4 (-1208))
- (-4 *5 (-376)) (-5 *1 (-951 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *5)) (-4 *5 (-376)) (-5 *2 (-1202 *5))
- (-5 *1 (-951 *4 *5)) (-14 *4 (-1208))))
- ((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-663 *6)) (-5 *4 (-793)) (-4 *6 (-376))
- (-5 *2 (-421 (-975 *6))) (-5 *1 (-1081 *5 *6)) (-14 *5 (-1208)))))
-(((*1 *1) (-5 *1 (-159))))
-(((*1 *2 *1 *1 *3)
- (-12 (-5 *3 (-1 (-114) *5 *5)) (-4 *5 (-13 (-1132) (-34)))
- (-5 *2 (-114)) (-5 *1 (-1171 *4 *5)) (-4 *4 (-13 (-1132) (-34))))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-121 *2)) (-4 *2 (-1248)))))
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-355 *4 *5 *6)) (-4 *4 (-1254))
+ (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5)))
+ (-5 *2 (-2 (|:| |num| (-711 *5)) (|:| |den| *5))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-3 (|:| |fst| (-448)) (|:| -2565 "void")))
- (-5 *2 (-1304)) (-5 *1 (-1211))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208))
- (-5 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *2 (-1304))
- (-5 *1 (-1211))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *3 (-1208))
- (-5 *4 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *2 (-1304))
- (-5 *1 (-1211)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-871)) (-4 *5 (-939)) (-4 *6 (-815))
- (-4 *8 (-979 *5 *6 *7)) (-5 *2 (-419 (-1202 *8)))
- (-5 *1 (-936 *5 *6 *7 *8)) (-5 *4 (-1202 *8))))
+ (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-195))))
((*1 *2 *3)
- (-12 (-4 *4 (-939)) (-4 *5 (-1274 *4)) (-5 *2 (-419 (-1202 *5)))
- (-5 *1 (-937 *4 *5)) (-5 *3 (-1202 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-898))))
+ (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-313))))
((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
+ (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-315)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-560)) (-4 *1 (-1126 *3)) (-4 *3 (-1249)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1253)) (-4 *3 (-1274 *4))
- (-4 *5 (-1274 (-421 *3))) (-5 *2 (-114))))
+ (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-195))))
((*1 *2 *3)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-131)))))
+ (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-313))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1121 (-866 (-229)))) (-5 *2 (-229)) (-5 *1 (-315)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1265 (-560))) (-4 *1 (-294 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-4 *1 (-294 *3)) (-4 *3 (-1248)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1186 *4)) (-5 *3 (-560)) (-4 *4 (-1080))
- (-5 *1 (-1192 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-560)) (-5 *1 (-1288 *3 *4 *5)) (-4 *3 (-1080))
- (-14 *4 (-1208)) (-14 *5 *3))))
+ (-12 (-5 *2 (-1203 *3)) (-4 *3 (-381)) (-4 *1 (-341 *3))
+ (-4 *3 (-376)))))
+(((*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *2 *1) (-12 (-5 *2 (-497)) (-5 *1 (-222))))
+ ((*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *2 (-497)) (-5 *1 (-698))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-651)))))
+(((*1 *1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-270))))
+ ((*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-777)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-711 (-975 *4))) (-5 *1 (-1060 *4))
- (-4 *4 (-1080)))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-432 *4)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-421 (-975 *4))) (-5 *3 (-1208))
- (-4 *4 (-13 (-571) (-1069 (-560)) (-149))) (-5 *1 (-584 *4)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2))
- (-4 *2 (-1291 *3))))
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-319) (-1070 (-560)) (-660 (-560)) (-149)))
+ (-5 *1 (-828 *4 *2)) (-4 *2 (-13 (-29 *4) (-1235) (-990))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-421 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1275 *5))
+ (-5 *1 (-749 *5 *2)) (-4 *5 (-376)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1274 *3))
- (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1291 *5))))
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2))
- (-4 *2 (-1291 *3))))
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-13 (-571) (-149)))
- (-5 *1 (-1185 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-663 (-793))) (-5 *1 (-1303)))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-419 *3)) (-4 *3 (-559)) (-4 *3 (-571))))
- ((*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-818 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-854 *3)) (-4 *3 (-559)) (-4 *3 (-1132))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-864 *3)) (-4 *3 (-559)) (-4 *3 (-1132))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-560))))
((*1 *2 *1)
- (-12 (-4 *1 (-1029 *3)) (-4 *3 (-175)) (-4 *3 (-559)) (-5 *2 (-114))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *1 (-1039 *3)) (-4 *3 (-1069 (-421 (-560)))))))
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1 (-549) (-663 (-549)))) (-5 *1 (-115))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-549) (-663 (-549)))) (-5 *1 (-115))))
+ ((*1 *1) (-5 *1 (-592))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1117))) (-5 *1 (-303)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-387 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-175))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1322 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-1081)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-114)) (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6) (-10 -8 (-15 -3834 ($ *7)))))
+ (-4 *7 (-871))
+ (-4 *8
+ (-13 (-1278 *3 *7) (-376) (-1235)
+ (-10 -8 (-15 -2703 ($ $)) (-15 -3671 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))))
+ (-5 *1 (-438 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1191)) (-4 *9 (-1015 *8))
+ (-14 *10 (-1209)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))
- (-5 *2 (-663 (-2 (|:| -1853 *1) (|:| -1791 (-663 *7)))))
- (-5 *3 (-663 *7)) (-4 *1 (-1243 *4 *5 *6 *7)))))
+ (-12
+ (-5 *3
+ (-663
+ (-2 (|:| -1486 (-793))
+ (|:| |eqns|
+ (-663
+ (-2 (|:| |det| *7) (|:| |rows| (-663 (-560)))
+ (|:| |cols| (-663 (-560))))))
+ (|:| |fgb| (-663 *7)))))
+ (-4 *7 (-980 *4 *6 *5)) (-4 *4 (-13 (-319) (-149)))
+ (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-793))
+ (-5 *1 (-954 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-31))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-135))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-140))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-156))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-164))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-222))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-698))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1051))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1098))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1167))) (-5 *1 (-1128)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-629 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-251 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3) (-12 (-5 *3 (-663 *2)) (-5 *1 (-1224 *2)) (-4 *2 (-376)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-51))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-171 (-229)))) (-5 *2 (-1066))
- (-5 *1 (-776)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-773)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-885)) (-5 *3 (-131)) (-5 *2 (-793)))))
+ (-12 (-5 *2 (-1129 *3)) (-5 *1 (-932 *3)) (-4 *3 (-381))
+ (-4 *3 (-1133)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1305) (-1299 *5) (-1299 *5) (-391)))
+ (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305))
+ (-5 *1 (-810))))
+ ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
+ (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1305) (-1299 *5) (-1299 *5) (-391)))
+ (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305))
+ (-5 *1 (-810)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 (-560))))
+ (-5 *2 (-1299 (-421 (-560)))) (-5 *1 (-1328 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *6 *5))
+ (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-5 *2 (-114)) (-5 *1 (-954 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-13 (-319) (-149)))
+ (-4 *5 (-13 (-872) (-633 (-1209)))) (-4 *6 (-817)) (-5 *2 (-114))
+ (-5 *1 (-954 *4 *5 *6 *7)) (-4 *7 (-980 *4 *6 *5)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-663 *7)) (-5 *5 (-663 (-663 *8))) (-4 *7 (-872))
+ (-4 *8 (-319)) (-4 *6 (-817)) (-4 *9 (-980 *8 *6 *7))
+ (-5 *2
+ (-2 (|:| |unitPart| *9)
+ (|:| |suPart|
+ (-663 (-2 (|:| -2549 (-1203 *9)) (|:| -2909 (-560)))))))
+ (-5 *1 (-764 *6 *7 *8 *9)) (-5 *3 (-1203 *9)))))
(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887))))
- ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34))))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *5 (-1190))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-83 PDEF))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-84 BNDY)))) (-5 *2 (-1066))
- (-5 *1 (-772)))))
+ (|partial| -12 (-4 *4 (-1254)) (-4 *5 (-1275 (-421 *2)))
+ (-4 *2 (-1275 *4)) (-5 *1 (-354 *3 *4 *2 *5))
+ (-4 *3 (-355 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-355 *3 *2 *4)) (-4 *3 (-1254))
+ (-4 *4 (-1275 (-421 *2))) (-4 *2 (-1275 *3)))))
+(((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-711 (-421 *4))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-899)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
+(((*1 *1 *1) (-4 *1 (-95))) ((*1 *1 *1 *1) (-5 *1 (-229)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *1 *1 *1) (-5 *1 (-391)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-96))))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-109))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-378 *2 *3)) (-4 *3 (-1133)) (-4 *2 (-1133))))
+ ((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1191))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-452 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-497))))
+ ((*1 *2 *1) (-12 (-4 *1 (-860 *2)) (-4 *2 (-1133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-890))))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-995))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1209)) (-5 *1 (-1108 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1148))))
+ ((*1 *1 *1) (-5 *1 (-1209))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1249))
+ (-4 *4 (-385 *2)) (-4 *5 (-385 *2))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-300 *3 *2)) (-4 *3 (-1133))
+ (-4 *2 (-1249)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-559)) (-5 *1 (-161 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 (-171 (-421 (-560)))))
+ (-5 *2
+ (-663
+ (-2 (|:| |outval| (-171 *4)) (|:| |outmult| (-560))
+ (|:| |outvect| (-663 (-711 (-171 *4)))))))
+ (-5 *1 (-786 *4)) (-4 *4 (-13 (-376) (-871))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *1 (-58 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-58 *3)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-376)) (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3)))
- (-5 *1 (-788 *3 *4)) (-4 *3 (-730 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-376)) (-4 *3 (-1080))
- (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-876 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-376)) (-4 *5 (-1080))
- (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-877 *5 *3))
- (-4 *3 (-876 *5)))))
+ (-12 (-5 *2 (-663 *3)) (-5 *1 (-992 *3)) (-4 *3 (-559)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-932 *3))) (-4 *3 (-1133)) (-5 *1 (-935 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-850)))))
(((*1 *2 *3 *4)
- (-12 (-4 *6 (-571)) (-4 *2 (-979 *3 *5 *4))
- (-5 *1 (-754 *5 *4 *6 *2)) (-5 *3 (-421 (-975 *6))) (-4 *5 (-815))
- (-4 *4 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))))))
-(((*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))))
+ (-12 (-5 *4 (-114)) (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *2
+ (-3 (|:| |%expansion| (-325 *5 *3 *6 *7))
+ (|:| |%problem| (-2 (|:| |func| (-1191)) (|:| |prob| (-1191))))))
+ (-5 *1 (-437 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1235) (-435 *5)))
+ (-14 *6 (-1209)) (-14 *7 *3))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-1081))
+ (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-1275 *4)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1080))
- (-5 *2 (-2 (|:| -1469 (-711 *4)) (|:| |vec| (-1298 *4))))))
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-1133)) (-4 *4 (-1249)) (-5 *2 (-114))
+ (-5 *1 (-1187 *4)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-376)) (-4 *3 (-1081))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3505 *1)))
+ (-4 *1 (-877 *3)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4511)) (-4 *1 (-503 *3))
+ (-4 *3 (-1249)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-1209)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3))))
+ (-5 *2 (-663 (-1209))) (-5 *1 (-1107 *3 *4 *5))
+ (-4 *5 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
+ (-5 *2
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
+ (|:| |success| (-114))))
+ (-5 *1 (-811)) (-5 *5 (-560)))))
+(((*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1080))
- (-5 *2 (-711 *4)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))))
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-916 *4)) (-4 *4 (-1133)) (-5 *1 (-914 *4 *3))
+ (-4 *3 (-1133)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-154 *2 *3 *4)) (-14 *2 (-949)) (-4 *3 (-376))
+ (-14 *4 (-1025 *2 *3))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *2 (-175)) (-5 *1 (-301 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1275 *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 (-380 *2)) (-4 *2 (-175)) (-4 *2 (-571))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175))
+ (-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 (-740 *2)) (-4 *2 (-376))))
+ ((*1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
+ ((*1 *1 *1) (|partial| -4 *1 (-744)))
+ ((*1 *1 *1) (|partial| -4 *1 (-748)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
+ (-5 *1 (-798 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-4 *1 (-1100 *3 *2)) (-4 *3 (-13 (-871) (-376)))
+ (-4 *2 (-1275 *3))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1173 *3 *4)) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *4 (-13 (-1133) (-34))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-571)) (-4 *3 (-1081))
+ (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-877 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-571)) (-4 *5 (-1081))
+ (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-878 *5 *3))
+ (-4 *3 (-877 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-1253)) (-4 *5 (-1274 *4))
- (-5 *2 (-2 (|:| |radicand| (-421 *5)) (|:| |deg| (-793))))
- (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1274 (-421 *5))))))
+ (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-4 *5 (-1275 *4)) (-5 *2 (-663 (-2 (|:| -3236 *5) (|:| -2489 *5))))
+ (-5 *1 (-831 *4 *5 *3 *6)) (-4 *3 (-680 *5))
+ (-4 *6 (-680 (-421 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-4 *4 (-1275 *5)) (-5 *2 (-663 (-2 (|:| -3236 *4) (|:| -2489 *4))))
+ (-5 *1 (-831 *5 *4 *3 *6)) (-4 *3 (-680 *4))
+ (-4 *6 (-680 (-421 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-4 *5 (-1275 *4)) (-5 *2 (-663 (-2 (|:| -3236 *5) (|:| -2489 *5))))
+ (-5 *1 (-831 *4 *5 *6 *3)) (-4 *6 (-680 *5))
+ (-4 *3 (-680 (-421 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-4 *4 (-1275 *5)) (-5 *2 (-663 (-2 (|:| -3236 *4) (|:| -2489 *4))))
+ (-5 *1 (-831 *5 *4 *6 *3)) (-4 *6 (-680 *4))
+ (-4 *3 (-680 (-421 *4))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1006)) (-5 *2 (-1121 (-229))))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))))
+(((*1 *1) (-5 *1 (-622))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))))
+(((*1 *2 *1) (-12 (-4 *1 (-440 *3)) (-4 *3 (-1133)) (-5 *2 (-793)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-850)) (-5 *3 (-663 (-1209))) (-5 *1 (-849)))))
+(((*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-1203 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-5 *2 (-663 *1)) (-4 *1 (-1165 *3)))))
-(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391)))
- (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207))))
- (-5 *1 (-1207)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1298 *5)) (-4 *5 (-814)) (-5 *2 (-114))
- (-5 *1 (-867 *4 *5)) (-14 *4 (-793)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-482)) (-5 *4 (-948)) (-5 *2 (-1304)) (-5 *1 (-1301)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-933 *3)) (-4 *3 (-1132)) (-5 *2 (-1128 *3))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1132)) (-5 *2 (-1128 (-663 *4))) (-5 *1 (-934 *4))
- (-5 *3 (-663 *4))))
+ (-3 (|:| |nullBranch| "null")
+ (|:| |assignmentBranch|
+ (-2 (|:| |var| (-1209))
+ (|:| |arrayIndex| (-663 (-976 (-560))))
+ (|:| |rand|
+ (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888))))))
+ (|:| |arrayAssignmentBranch|
+ (-2 (|:| |var| (-1209)) (|:| |rand| (-888))
+ (|:| |ints2Floats?| (-114))))
+ (|:| |conditionalBranch|
+ (-2 (|:| |switch| (-1208)) (|:| |thenClause| (-342))
+ (|:| |elseClause| (-342))))
+ (|:| |returnBranch|
+ (-2 (|:| -4150 (-114))
+ (|:| -1992
+ (-2 (|:| |ints2Floats?| (-114)) (|:| -3532 (-888))))))
+ (|:| |blockBranch| (-663 (-342)))
+ (|:| |commentBranch| (-663 (-1191))) (|:| |callBranch| (-1191))
+ (|:| |forBranch|
+ (-2 (|:| -3423 (-1124 (-976 (-560))))
+ (|:| |span| (-976 (-560))) (|:| -2200 (-342))))
+ (|:| |labelBranch| (-1152))
+ (|:| |loopBranch| (-2 (|:| |switch| (-1208)) (|:| -2200 (-342))))
+ (|:| |commonBranch|
+ (-2 (|:| -2187 (-1209)) (|:| |contents| (-663 (-1209)))))
+ (|:| |printBranch| (-663 (-888)))))
+ (-5 *1 (-342)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-949)) (-5 *1 (-1134 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
+(((*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4))
+ (-4 *4 (-363))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4))
+ (-4 *4 (-363))))
+ ((*1 *1) (-4 *1 (-381)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1299 *4)) (-5 *1 (-542 *4))
+ (-4 *4 (-363))))
+ ((*1 *1 *1) (-4 *1 (-559))) ((*1 *1) (-4 *1 (-559)))
+ ((*1 *1 *1) (-5 *1 (-793)))
+ ((*1 *2 *1) (-12 (-5 *2 (-932 *3)) (-5 *1 (-935 *3)) (-4 *3 (-1133))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1132)) (-5 *2 (-1128 (-1128 *4))) (-5 *1 (-934 *4))
- (-5 *3 (-1128 *4))))
+ (-12 (-5 *3 (-560)) (-5 *2 (-932 *4)) (-5 *1 (-935 *4))
+ (-4 *4 (-1133))))
+ ((*1 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-559)) (-4 *2 (-571)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
+ ((*1 *1 *1) (-4 *1 (-1238))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-1187 *7))) (-4 *6 (-872))
+ (-4 *7 (-980 *5 (-545 *6) *6)) (-4 *5 (-1081))
+ (-5 *2 (-1 (-1187 *7) *7)) (-5 *1 (-1158 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-985)) (-5 *2 (-1121 (-229)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1006)) (-5 *2 (-1121 (-229))))))
+(((*1 *2 *1) (-12 (-4 *1 (-523 *3 *2)) (-4 *3 (-102)) (-4 *2 (-875)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-466)))))
+(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
+ (-12 (-5 *3 (-1191)) (-5 *5 (-711 (-229))) (-5 *6 (-229))
+ (-5 *7 (-711 (-560))) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1081)) (-4 *2 (-376))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-376)) (-5 *1 (-682 *4 *2))
+ (-4 *2 (-680 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-571)) (-4 *3 (-1081))
+ (-5 *2 (-2 (|:| -3132 *1) (|:| -4029 *1))) (-4 *1 (-877 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-571)) (-4 *5 (-1081))
+ (-5 *2 (-2 (|:| -3132 *3) (|:| -4029 *3))) (-5 *1 (-878 *5 *3))
+ (-4 *3 (-877 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363))
+ (-4 *2
+ (-13 (-416)
+ (-10 -7 (-15 -3834 (*2 *4)) (-15 -3862 ((-949) *2))
+ (-15 -4222 ((-1299 *2) (-949))) (-15 -1888 (*2 *2)))))
+ (-5 *1 (-370 *2 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
+ (-4 *4 (-571)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-319)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
+ (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
+ (-5 *1 (-1156 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-769)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
+ ((*1 *1 *1) (-4 *1 (-1238))))
+(((*1 *2 *2 *3 *3 *4)
+ (-12 (-5 *4 (-793)) (-4 *3 (-571)) (-5 *1 (-1001 *3 *2))
+ (-4 *2 (-1275 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-985)) (-5 *2 (-1121 (-229)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1006)) (-5 *2 (-1121 (-229))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1244 *2 *3 *4 *5)) (-4 *2 (-571)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *5 (-1097 *2 *3 *4)))))
+(((*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-405)))))
+(((*1 *1) (-5 *1 (-146))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-949)) (-5 *2 (-1203 *3)) (-5 *1 (-1224 *3))
+ (-4 *3 (-376)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-973 (-229)) (-973 (-229)))) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1 (-973 (-229)) (-973 (-229)))) (-5 *3 (-663 (-270)))
+ (-5 *1 (-271))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-495 *5 *6))) (-5 *3 (-495 *5 *6))
+ (-14 *5 (-663 (-1209))) (-4 *6 (-466)) (-5 *2 (-1299 *6))
+ (-5 *1 (-650 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1133)) (-5 *2 (-1191)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1182 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))))
+(((*1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1249)) (-4 *2 (-872))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-385 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-663 (-932 *3))) (-5 *1 (-932 *3)) (-4 *3 (-1133))))
((*1 *2 *1 *3)
- (-12 (-5 *2 (-1128 *3)) (-5 *1 (-934 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-3 (-2 (|:| -3735 *7) (|:| |coeff| *7)) "failed") *7))
- (-5 *6 (-663 (-421 *8))) (-4 *7 (-376)) (-4 *8 (-1274 *7))
- (-5 *3 (-421 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-588 *7 *8)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-663 *1)) (-4 *1 (-319)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-663 (-972 (-229))))) (-5 *1 (-1244 *3))
- (-4 *3 (-1005)))))
-(((*1 *2 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-711 *3))))
- (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
-(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
- (|partial| -12 (-5 *2 (-663 (-1202 *13))) (-5 *3 (-1202 *13))
- (-5 *4 (-663 *12)) (-5 *5 (-663 *10)) (-5 *6 (-663 *13))
- (-5 *7 (-663 (-663 (-2 (|:| -2806 (-793)) (|:| |pcoef| *13)))))
- (-5 *8 (-663 (-793))) (-5 *9 (-1298 (-663 (-1202 *10))))
- (-4 *12 (-871)) (-4 *10 (-319)) (-4 *13 (-979 *10 *11 *12))
- (-4 *11 (-815)) (-5 *1 (-729 *11 *12 *10 *13)))))
+ (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872))
+ (-4 *6 (-1097 *4 *5 *3))
+ (-5 *2 (-2 (|:| |under| *1) (|:| -1770 *1) (|:| |upper| *1)))
+ (-4 *1 (-1008 *4 *5 *3 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
+ ((*1 *1 *1) (-4 *1 (-1238))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-793)) (-5 *2 (-711 (-976 *4))) (-5 *1 (-1061 *4))
+ (-4 *4 (-1081)))))
+(((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 (-793)) (-5 *1 (-216 *4 *2)) (-14 *4 (-949))
+ (-4 *2 (-1133)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-1001 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-889 *5))) (-14 *5 (-663 (-1209))) (-4 *6 (-466))
+ (-5 *2 (-663 (-663 (-255 *5 *6)))) (-5 *1 (-485 *5 *6 *7))
+ (-5 *3 (-663 (-255 *5 *6))) (-4 *7 (-466)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-560)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1248))
+ (-12 (-5 *2 (-560)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1249))
(-4 *5 (-385 *4)) (-4 *3 (-385 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-342)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391)))
- (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207))))
- (-5 *1 (-1207)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249)))))
+(((*1 *2)
+ (-12 (-4 *3 (-13 (-571) (-1070 (-560)))) (-5 *2 (-1305))
+ (-5 *1 (-447 *3 *4)) (-4 *4 (-435 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-326 (-229))) (-5 *2 (-326 (-391))) (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1190)) (-5 *3 (-560)) (-5 *1 (-248))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-663 (-1190))) (-5 *3 (-560)) (-5 *4 (-1190))
- (-5 *1 (-248))))
- ((*1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1277 *2 *3)) (-4 *3 (-814)) (-4 *2 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-229)) (-5 *1 (-845)))))
+ (-12
+ (-5 *3
+ (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4)
+ (-255 *4 (-421 (-560)))))
+ (-14 *4 (-663 (-1209))) (-14 *5 (-793)) (-5 *2 (-114))
+ (-5 *1 (-519 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-286)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1081)) (-5 *1 (-734 *3 *2)) (-4 *2 (-1275 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1292 *3))
+ (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1263 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1261 *3))
+ (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1284 *3 *4)) (-4 *5 (-1015 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1194 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-38 (-421 (-560))))
+ (-5 *1 (-1195 *3))))
+ ((*1 *1 *1) (-4 *1 (-1238))))
+(((*1 *1 *2) (-12 (-5 *2 (-326 (-171 (-391)))) (-5 *1 (-342))))
+ ((*1 *1 *2) (-12 (-5 *2 (-326 (-560))) (-5 *1 (-342))))
+ ((*1 *1 *2) (-12 (-5 *2 (-326 (-391))) (-5 *1 (-342))))
+ ((*1 *1 *2) (-12 (-5 *2 (-326 (-716))) (-5 *1 (-342))))
+ ((*1 *1 *2) (-12 (-5 *2 (-326 (-723))) (-5 *1 (-342))))
+ ((*1 *1 *2) (-12 (-5 *2 (-326 (-721))) (-5 *1 (-342))))
+ ((*1 *1) (-5 *1 (-342))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-385 *2))
+ (-4 *5 (-385 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-4 *2 (-1133)) (-5 *1 (-216 *4 *2))
+ (-14 *4 (-949))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-300 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1249))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *2 *6 *7))
+ (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)) (-4 *2 (-1081)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-378 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))))
+ (-12 (-5 *2 (-713 (-996 *3))) (-5 *1 (-996 *3)) (-4 *3 (-1133)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-174))))))
-(((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1072)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-711 (-421 (-975 (-560)))))
- (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1059))
- (-5 *3 (-326 (-560))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-229)) (-5 *5 (-560)) (-5 *2 (-1244 *3))
- (-5 *1 (-812 *3)) (-4 *3 (-1005))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-663 (-972 (-229))))) (-5 *4 (-114))
- (-5 *1 (-1244 *2)) (-4 *2 (-1005)))))
-(((*1 *1) (-5 *1 (-846))))
-(((*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234)))))
- ((*1 *1 *1 *1) (-4 *1 (-815))))
-(((*1 *1 *1) (-5 *1 (-1207)))
- ((*1 *1 *2)
(-12
(-5 *2
- (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391)))
- (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207))))
- (-5 *1 (-1207)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-376))
+ (-663
+ (-663
+ (-3 (|:| -2187 (-1209))
+ (|:| -4330 (-663 (-3 (|:| S (-1209)) (|:| P (-976 (-560))))))))))
+ (-5 *1 (-1213)))))
+(((*1 *2 *3 *3 *2)
+ (|partial| -12 (-5 *2 (-793))
+ (-4 *3 (-13 (-748) (-381) (-10 -7 (-15 ** (*3 *3 (-560))))))
+ (-5 *1 (-253 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-898 *2 *3)) (-4 *2 (-1249)) (-4 *3 (-1249)))))
+(((*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-793))))
+ ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-416)) (-5 *2 (-793)))))
+(((*1 *2 *1) (-12 (-5 *2 (-345)) (-5 *1 (-257)))))
+(((*1 *1 *1) (-4 *1 (-1176))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *3))))
+ (-5 *1 (-609 *3)) (-4 *3 (-1081)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249)) (-4 *2 (-872))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-294 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1000 *2)) (-4 *2 (-872)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-663 (-663 *6))) (-4 *6 (-980 *3 *5 *4))
+ (-4 *3 (-13 (-319) (-149))) (-4 *4 (-13 (-872) (-633 (-1209))))
+ (-4 *5 (-817)) (-5 *1 (-954 *3 *4 *5 *6)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-38 (-421 (-560))))
+ (-4 *2 (-175)))))
+(((*1 *2 *2)
+ (-12
(-5 *2
- (-2 (|:| A (-711 *5))
- (|:| |eqs|
- (-663
- (-2 (|:| C (-711 *5)) (|:| |g| (-1298 *5)) (|:| -1837 *6)
- (|:| |rh| *5))))))
- (-5 *1 (-835 *5 *6)) (-5 *3 (-711 *5)) (-5 *4 (-1298 *5))
- (-4 *6 (-680 *5))))
+ (-663
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-793)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-817)) (-4 *6 (-980 *3 *4 *5)) (-4 *3 (-466)) (-4 *5 (-872))
+ (-5 *1 (-464 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-114))
+ (-5 *2 (-1067)) (-5 *1 (-767)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-114))
+ (-5 *2 (-1067)) (-5 *1 (-767)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1249)) (-5 *2 (-663 *1)) (-4 *1 (-1042 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-1197 *3 *4))) (-5 *1 (-1197 *3 *4))
+ (-14 *3 (-949)) (-4 *4 (-1081)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-663 (-421 (-976 (-560))))) (-5 *4 (-663 (-1209)))
+ (-5 *2 (-663 (-663 *5))) (-5 *1 (-393 *5))
+ (-4 *5 (-13 (-871) (-376)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-376)) (-4 *6 (-680 *5))
- (-5 *2 (-2 (|:| -1469 (-711 *6)) (|:| |vec| (-1298 *5))))
- (-5 *1 (-835 *5 *6)) (-5 *3 (-711 *6)) (-5 *4 (-1298 *5)))))
+ (-12 (-5 *3 (-421 (-976 (-560)))) (-5 *2 (-663 *4)) (-5 *1 (-393 *4))
+ (-4 *4 (-13 (-871) (-376))))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-421 (-560)))
- (-4 *4 (-13 (-571) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-288 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-376)) (-4 *3 (-1080))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3178 *1)))
- (-4 *1 (-876 *3)))))
+ (-12 (-5 *2 (-663 (-391))) (-5 *3 (-663 (-270))) (-5 *1 (-271))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-482))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-391))) (-5 *1 (-482))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-899)) (-5 *2 (-1305)) (-5 *1 (-1302))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-793)) (-5 *3 (-973 *4)) (-4 *1 (-1166 *4))
+ (-4 *4 (-1081))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-793)) (-5 *4 (-973 (-229))) (-5 *2 (-1305))
+ (-5 *1 (-1303)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *3 (-663 (-560)))
+ (-5 *1 (-909)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-419 (-1203 (-560)))) (-5 *1 (-194)) (-5 *3 (-560)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1121 (-866 (-229)))) (-5 *1 (-315)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-663 (-270))) (-5 *4 (-1208)) (-5 *2 (-51))
- (-5 *1 (-270))))
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 *4))
+ (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1203 *5)) (-4 *5 (-466)) (-5 *2 (-663 *6))
+ (-5 *1 (-552 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-871)))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-663 (-270))) (-5 *4 (-1208))
- (-5 *1 (-272 *2)) (-4 *2 (-1248)))))
+ (-12 (-5 *3 (-976 *5)) (-4 *5 (-466)) (-5 *2 (-663 *6))
+ (-5 *1 (-552 *5 *6 *4)) (-4 *6 (-376)) (-4 *4 (-13 (-376) (-871))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *1 *2) (-12 (-5 *2 (-949)) (-4 *1 (-381))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1299 *4)) (-5 *1 (-542 *4))
+ (-4 *4 (-363))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-872)) (-5 *1 (-735 *2 *3 *4)) (-4 *3 (-1133))
+ (-14 *4
+ (-1 (-114) (-2 (|:| -2081 *2) (|:| -2909 *3))
+ (-2 (|:| -2081 *2) (|:| -2909 *3)))))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *6))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-932 *3))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3) (-12 (-5 *3 (-847)) (-5 *2 (-51)) (-5 *1 (-853)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-769)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-663 *2))) (-5 *4 (-663 *5))
- (-4 *5 (-38 (-421 (-560)))) (-4 *2 (-1291 *5))
- (-5 *1 (-1292 *5 *2)))))
+ (-12 (-5 *4 (-560)) (-4 *5 (-363)) (-5 *2 (-419 (-1203 (-1203 *5))))
+ (-5 *1 (-1248 *5)) (-5 *3 (-1203 (-1203 *5))))))
+(((*1 *2 *3 *4 *4 *5 *3 *6)
+ (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3)) (-5 *6 (-1203 *3))
+ (-4 *3 (-13 (-435 *7) (-27) (-1235)))
+ (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-575 *7 *3 *8)) (-4 *8 (-1133))))
+ ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
+ (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3))
+ (-5 *6 (-421 (-1203 *3))) (-4 *3 (-13 (-435 *7) (-27) (-1235)))
+ (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-575 *7 *3 *8)) (-4 *8 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1187 (-560))) (-5 *1 (-1193 *4)) (-4 *4 (-1081))
+ (-5 *3 (-560)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-1299 *5)) (-4 *5 (-816)) (-5 *2 (-114))
+ (-5 *1 (-869 *4 *5)) (-14 *4 (-793)))))
+(((*1 *2 *3) (-12 (-5 *3 (-171 (-560))) (-5 *2 (-114)) (-5 *1 (-460))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4)
+ (-255 *4 (-421 (-560)))))
+ (-14 *4 (-663 (-1209))) (-14 *5 (-793)) (-5 *2 (-114))
+ (-5 *1 (-519 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-992 *3)) (-4 *3 (-559))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1254)) (-5 *2 (-114)))))
(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-376)) (-5 *1 (-788 *2 *3)) (-4 *2 (-730 *3))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
+ (-12 (-5 *2 (-711 *3))
+ (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-711 *3))
+ (-4 *3 (-13 (-319) (-10 -8 (-15 -1903 ((-419 $) $)))))
+ (-4 *4 (-1275 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-871)) (-5 *2 (-663 (-663 (-663 *4))))
- (-5 *1 (-1219 *4)) (-5 *3 (-663 (-663 *4))))))
-(((*1 *1 *1) (-5 *1 (-1094))))
-(((*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *1 (-908))
- (-5 *3 (-663 (-560))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033)))
- (-5 *1 (-179 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-391))))
- ((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-391)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))))
+ (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)) (-5 *2 (-419 *3))
+ (-5 *1 (-764 *4 *5 *6 *3)) (-4 *3 (-980 *6 *4 *5)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-385 *2))
+ (-4 *4 (-385 *2)))))
+(((*1 *2)
+ (-12 (-14 *4 (-793)) (-4 *5 (-1249)) (-5 *2 (-136))
+ (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-376)) (-5 *2 (-136)) (-5 *1 (-340 *3 *4))
+ (-4 *3 (-341 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-175))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-560))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 *6)) (-4 *6 (-872)) (-4 *4 (-376)) (-4 *5 (-817))
+ (-5 *2 (-560)) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-980 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1012 *3)) (-4 *3 (-1081)) (-5 *2 (-949))))
+ ((*1 *2) (-12 (-4 *1 (-1307 *3)) (-4 *3 (-376)) (-5 *2 (-136)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-419 *6)) (-4 *6 (-1275 *5))
+ (-4 *5 (-1081)) (-5 *2 (-663 *6)) (-5 *1 (-458 *5 *6)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-1209)) (-5 *6 (-114))
+ (-4 *7 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-4 *3 (-13 (-1235) (-990) (-29 *7)))
+ (-5 *2
+ (-3 (|:| |f1| (-866 *3)) (|:| |f2| (-663 (-866 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-223 *7 *3)) (-5 *5 (-866 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-949)) (-5 *1 (-808)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1298 *4)) (-5 *3 (-793)) (-4 *4 (-363))
- (-5 *1 (-542 *4)))))
+ (-12 (-5 *3 (-663 (-663 (-663 *4)))) (-5 *2 (-663 (-663 *4)))
+ (-4 *4 (-872)) (-5 *1 (-1220 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1081))))
+ ((*1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1081)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-663 (-1107 *4 *5 *2))) (-4 *4 (-1133))
+ (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4))))
+ (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4))))
+ (-5 *1 (-54 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-663 (-1107 *5 *6 *2))) (-5 *4 (-949)) (-4 *5 (-1133))
+ (-4 *6 (-13 (-1081) (-912 *5) (-633 (-916 *5))))
+ (-4 *2 (-13 (-435 *6) (-912 *5) (-633 (-916 *5))))
+ (-5 *1 (-54 *5 *6 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-114)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-663 *2)) (-4 *2 (-1133)) (-4 *2 (-1249)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1299 (-1134 *3 *4))) (-5 *1 (-1134 *3 *4))
+ (-14 *3 (-949)) (-14 *4 (-949)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2 *3 *4 *3 *4 *4 *4)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1066))
- (-5 *1 (-778)))))
-(((*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1132)) (-4 *2 (-1080))))
- ((*1 *1 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))))
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1266 *3)) (-4 *3 (-1249)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *5)) (-5 *4 (-949)) (-4 *5 (-872))
+ (-5 *2 (-663 (-694 *5))) (-5 *1 (-694 *5)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-711 (-560))) (-5 *3 (-663 (-560))) (-5 *1 (-1142)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1202 (-421 (-975 *3)))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-134)) (-5 *3 (-793)) (-5 *2 (-1304)))))
-(((*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 (-560)) (-5 *5 (-711 (-229))) (-5 *6 (-697 (-229)))
- (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-772)))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-5 *2 (-2 (|:| -2994 (-115)) (|:| |w| (-229)))) (-5 *1 (-207)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-114)) (-5 *1 (-851)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-326 (-229))) (|:| -2814 (-663 (-229)))
- (|:| |lb| (-663 (-864 (-229))))
- (|:| |cf| (-663 (-326 (-229))))
- (|:| |ub| (-663 (-864 (-229))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-663 (-326 (-229))))
- (|:| -2814 (-663 (-229)))))))
- (-5 *2 (-663 (-1190))) (-5 *1 (-278)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-305 *2)) (-4 *2 (-748)) (-4 *2 (-1248)))))
+ (-12 (-4 *2 (-1133)) (-5 *1 (-994 *2 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-115)) (-4 *4 (-1081)) (-5 *1 (-736 *4 *2))
+ (-4 *2 (-670 *4))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-115)) (-5 *1 (-858 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (-5 *2 (-391)) (-5 *1 (-195)))))
+ (-12 (-5 *3 (-1 (-1187 *4) (-1187 *4))) (-5 *2 (-1187 *4))
+ (-5 *1 (-1326 *4)) (-4 *4 (-1249))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-663 (-1187 *5)) (-663 (-1187 *5)))) (-5 *4 (-560))
+ (-5 *2 (-663 (-1187 *5))) (-5 *1 (-1326 *5)) (-4 *5 (-1249)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-848)) (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *5)) (-4 *4 (-1081))
+ (-4 *5 (-872)) (-5 *2 (-976 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *5)) (-4 *4 (-1081))
+ (-4 *5 (-872)) (-5 *2 (-976 *4))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-1292 *4)) (-4 *4 (-1081))
+ (-5 *2 (-976 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-793)) (-4 *1 (-1292 *4)) (-4 *4 (-1081))
+ (-5 *2 (-976 *4)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-663 (-1209))) (-4 *4 (-1133))
+ (-4 *5 (-13 (-1081) (-912 *4) (-633 (-916 *4))))
+ (-5 *1 (-1107 *4 *5 *2))
+ (-4 *2 (-13 (-435 *5) (-912 *4) (-633 (-916 *4))))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 (-916 *3))))
+ (-5 *1 (-1107 *3 *4 *2))
+ (-4 *2 (-13 (-435 *4) (-912 *3) (-633 (-916 *3)))))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-541)) (-5 *3 (-131)) (-5 *2 (-793)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-326 (-229)))) (-5 *2 (-114)) (-5 *1 (-278)))))
+ (-12 (-5 *3 (-1209)) (-5 *2 (-1 *6 *5)) (-5 *1 (-728 *4 *5 *6))
+ (-4 *4 (-633 (-549))) (-4 *5 (-1249)) (-4 *6 (-1249)))))
+(((*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376)))))
+(((*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1191)) (-5 *1 (-315)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3))
- (-4 *3 (-13 (-376) (-1234) (-1033))))))
-(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
- (-12 (-5 *5 (-711 (-229))) (-5 *6 (-711 (-560))) (-5 *3 (-560))
- (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1244 *3)) (-4 *3 (-1005)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-114)) (-5 *5 (-560)) (-4 *6 (-376)) (-4 *6 (-381))
- (-4 *6 (-1080)) (-5 *2 (-663 (-663 (-711 *6)))) (-5 *1 (-1061 *6))
- (-5 *3 (-663 (-711 *6)))))
+ (-12 (-5 *3 (-597 *2)) (-4 *2 (-13 (-29 *4) (-1235)))
+ (-5 *1 (-599 *4 *2))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560))))))
((*1 *2 *3)
- (-12 (-4 *4 (-376)) (-4 *4 (-381)) (-4 *4 (-1080))
- (-5 *2 (-663 (-663 (-711 *4)))) (-5 *1 (-1061 *4))
- (-5 *3 (-663 (-711 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1080))
- (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1061 *5))
- (-5 *3 (-663 (-711 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-948)) (-4 *5 (-376)) (-4 *5 (-381)) (-4 *5 (-1080))
- (-5 *2 (-663 (-663 (-711 *5)))) (-5 *1 (-1061 *5))
- (-5 *3 (-663 (-711 *5))))))
+ (-12 (-5 *3 (-597 (-421 (-976 *4))))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-326 *4))
+ (-5 *1 (-603 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 (-421 (-560)))) (-5 *2 (-663 *4)) (-5 *1 (-801 *4))
- (-4 *4 (-13 (-376) (-870))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1133 *3 *4)) (-14 *3 (-948))
- (-14 *4 (-948)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1287 *3)) (-4 *3 (-1248)) (-5 *2 (-793)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-663 (-975 *3))) (-4 *3 (-466))
- (-5 *1 (-373 *3 *4)) (-14 *4 (-663 (-1208)))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-663 (-802 *3 (-888 *4)))) (-4 *3 (-466))
- (-14 *4 (-663 (-1208))) (-5 *1 (-647 *3 *4)))))
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1133)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *4 *5 *6)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))))
-(((*1 *2 *2 *2 *2 *3)
- (-12 (-4 *3 (-571)) (-5 *1 (-1000 *3 *2)) (-4 *2 (-1274 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-156))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1166))) (-5 *1 (-1097)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-114) *6 *6)) (-4 *6 (-871)) (-5 *4 (-663 *6))
- (-5 *2 (-2 (|:| |fs| (-114)) (|:| |sd| *4) (|:| |td| (-663 *4))))
- (-5 *1 (-1219 *6)) (-5 *5 (-663 *4)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-711 *3)) (-4 *3 (-1080)) (-5 *1 (-712 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-363)) (-5 *2 (-114))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1202 *4)) (-4 *4 (-363)) (-5 *2 (-114))
- (-5 *1 (-369 *4)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1078)))))
-(((*1 *1 *2) (-12 (-5 *2 (-898)) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-270)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-1120 (-421 (-560))))) (-5 *1 (-270))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-1120 (-391)))) (-5 *1 (-270)))))
-(((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2)
- (-12 (-5 *2 (-560))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-793)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-815)) (-4 *4 (-979 *5 *6 *7)) (-4 *5 (-466)) (-4 *7 (-871))
- (-5 *1 (-464 *5 *6 *7 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-277 *2)) (-4 *2 (-871))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1208)) (-5 *1 (-888 *3)) (-14 *3 (-663 *2))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1020))))
+ (-12 (-5 *2 (-2 (|:| |preimage| (-663 *3)) (|:| |image| (-663 *3))))
+ (-5 *1 (-932 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-630 *6))) (-5 *4 (-1209)) (-5 *2 (-630 *6))
+ (-4 *6 (-435 *5)) (-4 *5 (-1133)) (-5 *1 (-587 *5 *6)))))
+(((*1 *2 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1191)) (-5 *3 (-560)) (-5 *1 (-1095)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *3 (-114)) (-5 *1 (-110))))
+ ((*1 *2 *2) (-12 (-5 *2 (-949)) (|has| *1 (-6 -4501)) (-4 *1 (-418))))
+ ((*1 *2) (-12 (-4 *1 (-418)) (-5 *2 (-949)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *1 (-1064 *2))
+ (-4 *2 (-13 (-1133) (-10 -8 (-15 * ($ $ $))))))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
+ (-12 (-5 *4 (-711 (-560))) (-5 *5 (-114)) (-5 *7 (-711 (-229)))
+ (-5 *3 (-560)) (-5 *6 (-229)) (-5 *2 (-1067)) (-5 *1 (-776)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 *1)) (-4 *1 (-1097 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-114))))
((*1 *2 *1)
- (-12 (-4 *4 (-1248)) (-5 *2 (-1208)) (-5 *1 (-1089 *3 *4))
- (-4 *3 (-1125 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1123 *3)) (-4 *3 (-1248))))
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1244 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-899)) (-5 *1 (-1304)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-75 FUNCTN))))
+ (-5 *2 (-1067)) (-5 *1 (-770)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))
+ (-5 *2 (-1203 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1277 *3 *4)) (-4 *3 (-1080)) (-4 *4 (-814))
- (-5 *2 (-1208))))
- ((*1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1295 *3)) (-14 *3 *2))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-13 (-870) (-376))) (-5 *2 (-114)) (-5 *1 (-1092 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1208)) (-4 *5 (-633 (-915 (-560))))
- (-4 *5 (-911 (-560)))
- (-4 *5 (-13 (-1069 (-560)) (-466) (-660 (-560))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-581 *5 *3)) (-4 *3 (-649))
- (-4 *3 (-13 (-27) (-1234) (-435 *5))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
+ (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))
+ (-5 *2 (-1203 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 *1)) (-4 *1 (-1097 *4 *5 *6)) (-4 *4 (-1081))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1244 *4 *5 *6 *3)) (-4 *4 (-571)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1081))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *4)) (-5 *1 (-1160 *3 *4)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *2 (-663 *3)) (-5 *1 (-1160 *4 *3)) (-4 *4 (-1275 *3)))))
+(((*1 *1) (-5 *1 (-625))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1249)) (-4 *3 (-385 *2))
+ (-4 *4 (-385 *2))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-618 *3 *2)) (-4 *3 (-1133))
+ (-4 *2 (-1249)))))
+(((*1 *2 *2 *2 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-630 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1209)))
+ (-4 *2 (-13 (-435 *5) (-27) (-1235)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *1 (-580 *5 *2 *6)) (-4 *6 (-1133)))))
(((*1 *2 *2)
- (-12
- (-5 *2
- (-518 (-421 (-560)) (-246 *4 (-793)) (-888 *3)
- (-255 *3 (-421 (-560)))))
- (-14 *3 (-663 (-1208))) (-14 *4 (-793)) (-5 *1 (-519 *3 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-38 (-421 (-560))))
- (-4 *2 (-175)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1132)) (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3))))
- (-5 *2 (-663 (-1106 *3 *4 *5))) (-5 *1 (-1108 *3 *4 *5))
- (-4 *5 (-13 (-435 *4) (-911 *3) (-633 (-915 *3)))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-1208)))))
-(((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1066))
- (-5 *1 (-770)))))
-(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-915 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1) (-12 (-4 *1 (-1152 *3)) (-4 *3 (-1248)) (-5 *2 (-793)))))
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)))) (-4 *3 (-571))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $))
+ (-15 -3138 ((-1157 *3 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *3 (-630 $))))))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *4))))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2)
+ (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305))
+ (-5 *1 (-1104 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305))
+ (-5 *1 (-1140 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-602 *4))
+ (-4 *4 (-363)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1080)) (-4 *2 (-708 *4 *5 *6))
- (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1274 *4)) (-4 *5 (-385 *4))
- (-4 *6 (-385 *4)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-229)) (-5 *4 (-560))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1066))
- (-5 *1 (-770)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *3 (-1096 *6 *7 *8))
+ (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3273 *4)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-777)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 *8)) (-4 *8 (-980 *5 *7 *6))
+ (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209))))
+ (-4 *7 (-817))
(-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1100 *6 *7 *8 *3 *4)) (-4 *4 (-1102 *6 *7 *8 *3))))
+ (-663
+ (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8))
+ (|:| |wcond| (-663 (-976 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *5))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *5))))))))))
+ (-5 *1 (-954 *5 *6 *7 *8)) (-5 *4 (-663 *8))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
+ (-12 (-5 *3 (-711 *8)) (-5 *4 (-663 (-1209))) (-4 *8 (-980 *5 *7 *6))
+ (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209))))
+ (-4 *7 (-817))
(-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1100 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3))))
+ (-663
+ (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8))
+ (|:| |wcond| (-663 (-976 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *5))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *5))))))))))
+ (-5 *1 (-954 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-711 *7)) (-4 *7 (-980 *4 *6 *5))
+ (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817))
+ (-5 *2
+ (-663
+ (-2 (|:| |eqzro| (-663 *7)) (|:| |neqzro| (-663 *7))
+ (|:| |wcond| (-663 (-976 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *4))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *4))))))))))
+ (-5 *1 (-954 *4 *5 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-4 *3 (-1096 *6 *7 *8))
+ (-12 (-5 *3 (-711 *9)) (-5 *5 (-949)) (-4 *9 (-980 *6 *8 *7))
+ (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-872) (-633 (-1209))))
+ (-4 *8 (-817))
(-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1176 *6 *7 *8 *3 *4)) (-4 *4 (-1140 *6 *7 *8 *3))))
+ (-663
+ (-2 (|:| |eqzro| (-663 *9)) (|:| |neqzro| (-663 *9))
+ (|:| |wcond| (-663 (-976 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *6))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *6))))))))))
+ (-5 *1 (-954 *6 *7 *8 *9)) (-5 *4 (-663 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 (-1209))) (-5 *5 (-949))
+ (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149)))
+ (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817))
+ (-5 *2
+ (-663
+ (-2 (|:| |eqzro| (-663 *9)) (|:| |neqzro| (-663 *9))
+ (|:| |wcond| (-663 (-976 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *6))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *6))))))))))
+ (-5 *1 (-954 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
+ (-12 (-5 *3 (-711 *8)) (-5 *4 (-949)) (-4 *8 (-980 *5 *7 *6))
+ (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209))))
+ (-4 *7 (-817))
(-5 *2
- (-2 (|:| |done| (-663 *4))
- (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -3227 *4))))))
- (-5 *1 (-1176 *5 *6 *7 *3 *4)) (-4 *4 (-1140 *5 *6 *7 *3)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-543)))))
+ (-663
+ (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8))
+ (|:| |wcond| (-663 (-976 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *5))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *5))))))))))
+ (-5 *1 (-954 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 *9)) (-5 *5 (-1191))
+ (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149)))
+ (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817)) (-5 *2 (-560))
+ (-5 *1 (-954 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 (-1209))) (-5 *5 (-1191))
+ (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149)))
+ (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817)) (-5 *2 (-560))
+ (-5 *1 (-954 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 *8)) (-5 *4 (-1191)) (-4 *8 (-980 *5 *7 *6))
+ (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209))))
+ (-4 *7 (-817)) (-5 *2 (-560)) (-5 *1 (-954 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-711 *10)) (-5 *4 (-663 *10)) (-5 *5 (-949))
+ (-5 *6 (-1191)) (-4 *10 (-980 *7 *9 *8)) (-4 *7 (-13 (-319) (-149)))
+ (-4 *8 (-13 (-872) (-633 (-1209)))) (-4 *9 (-817)) (-5 *2 (-560))
+ (-5 *1 (-954 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-711 *10)) (-5 *4 (-663 (-1209))) (-5 *5 (-949))
+ (-5 *6 (-1191)) (-4 *10 (-980 *7 *9 *8)) (-4 *7 (-13 (-319) (-149)))
+ (-4 *8 (-13 (-872) (-633 (-1209)))) (-4 *9 (-817)) (-5 *2 (-560))
+ (-5 *1 (-954 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-711 *9)) (-5 *4 (-949)) (-5 *5 (-1191))
+ (-4 *9 (-980 *6 *8 *7)) (-4 *6 (-13 (-319) (-149)))
+ (-4 *7 (-13 (-872) (-633 (-1209)))) (-4 *8 (-817)) (-5 *2 (-560))
+ (-5 *1 (-954 *6 *7 *8 *9)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-51)) (-5 *1 (-853)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1067))
+ (-5 *1 (-778)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-171 (-229))))
+ (-5 *2 (-1067)) (-5 *1 (-776)))))
+(((*1 *1) (-4 *1 (-363))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-342)))))
+(((*1 *1 *1 *2 *2)
+ (|partial| -12 (-5 *2 (-949)) (-5 *1 (-1134 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-972 *3))))))
-(((*1 *2 *3) (-12 (-5 *2 (-391)) (-5 *1 (-807 *3)) (-4 *3 (-633 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-948)) (-5 *2 (-391)) (-5 *1 (-807 *3))
- (-4 *3 (-633 *2))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-975 *4)) (-4 *4 (-1080)) (-4 *4 (-633 *2))
- (-5 *2 (-391)) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-975 *5)) (-5 *4 (-948)) (-4 *5 (-1080))
- (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571)) (-4 *4 (-633 *2))
- (-5 *2 (-391)) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-948)) (-4 *5 (-571))
- (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-871))
- (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 *5)) (-5 *4 (-948)) (-4 *5 (-571)) (-4 *5 (-871))
- (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5)))))
+ (-12 (-5 *2 (-713 (-898 (-996 *3) (-996 *3)))) (-5 *1 (-996 *3))
+ (-4 *3 (-1133)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-539)))))
+(((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-369 *3)) (-4 *3 (-363)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1202 *4)) (-5 *1 (-369 *4))
- (-4 *4 (-363)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-531))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1132) (-34))) (-5 *1 (-1171 *3 *2))
- (-4 *3 (-13 (-1132) (-34)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1310)))))
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1009 *4 *5 *6 *3)) (-4 *3 (-1097 *4 *5 *6)))))
+(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
+ (-12 (-5 *4 (-560)) (-5 *5 (-1191)) (-5 *6 (-711 (-229)))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))))
+ (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV))))
+ (-5 *10 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))
+ (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-421 (-976 *4))) (-5 *3 (-1209))
+ (-4 *4 (-13 (-571) (-1070 (-560)) (-149))) (-5 *1 (-584 *4)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (-5 *2 (-560)) (-5 *1 (-207)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-793)) (-5 *1 (-601 *2)) (-4 *2 (-559))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -3318 *3) (|:| -2909 (-793)))) (-5 *1 (-601 *3))
+ (-4 *3 (-559)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4))
+ (-5 *2
+ (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-421 *5))
+ (|:| |c2| (-421 *5)) (|:| |deg| (-793))))
+ (-5 *1 (-150 *4 *5 *3)) (-4 *3 (-1275 (-421 *5))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-663 (-793))) (-5 *3 (-174)) (-5 *1 (-1197 *4 *5))
+ (-14 *4 (-949)) (-4 *5 (-1081)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 *8)) (-5 *4 (-793)) (-4 *8 (-980 *5 *7 *6))
+ (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-872) (-633 (-1209))))
+ (-4 *7 (-817))
+ (-5 *2
+ (-663
+ (-2 (|:| |det| *8) (|:| |rows| (-663 (-560)))
+ (|:| |cols| (-663 (-560))))))
+ (-5 *1 (-954 *5 *6 *7 *8)))))
(((*1 *1 *1) (-5 *1 (-48)))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1248))
- (-4 *2 (-1248)) (-5 *1 (-59 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1249))
+ (-4 *2 (-1249)) (-5 *1 (-59 *5 *2))))
((*1 *2 *3 *1 *2 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1132)) (|has| *1 (-6 -4509))
- (-4 *1 (-153 *2)) (-4 *2 (-1248))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1133)) (|has| *1 (-6 -4510))
+ (-4 *1 (-153 *2)) (-4 *2 (-1249))))
((*1 *2 *3 *1 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *2))
- (-4 *2 (-1248))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *2))
+ (-4 *2 (-1249))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *2))
- (-4 *2 (-1248))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4510)) (-4 *1 (-153 *2))
+ (-4 *2 (-1249))))
((*1 *2 *3)
- (-12 (-4 *4 (-1080))
- (-5 *2 (-2 (|:| -1862 (-1202 *4)) (|:| |deg| (-948))))
- (-5 *1 (-225 *4 *5)) (-5 *3 (-1202 *4)) (-4 *5 (-571))))
+ (-12 (-4 *4 (-1081))
+ (-5 *2 (-2 (|:| -2955 (-1203 *4)) (|:| |deg| (-949))))
+ (-5 *1 (-225 *4 *5)) (-5 *3 (-1203 *4)) (-4 *5 (-571))))
((*1 *2 *3 *4 *2)
(-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-246 *5 *6)) (-14 *5 (-793))
- (-4 *6 (-1248)) (-4 *2 (-1248)) (-5 *1 (-247 *5 *6 *2))))
+ (-4 *6 (-1249)) (-4 *2 (-1249)) (-5 *1 (-247 *5 *6 *2))))
((*1 *1 *2 *3)
(-12 (-4 *4 (-175)) (-5 *1 (-301 *4 *2 *3 *5 *6 *7))
- (-4 *2 (-1274 *4)) (-4 *3 (-23)) (-14 *5 (-1 *2 *2 *3))
+ (-4 *2 (-1275 *4)) (-4 *3 (-23)) (-14 *5 (-1 *2 *2 *3))
(-14 *6 (-1 (-3 *3 "failed") *3 *3))
(-14 *7 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *1) (-12 (-5 *1 (-326 *2)) (-4 *2 (-571)) (-4 *2 (-1132))))
+ ((*1 *1 *1) (-12 (-5 *1 (-326 *2)) (-4 *2 (-571)) (-4 *2 (-1133))))
((*1 *1 *1)
- (-12 (-4 *1 (-349 *2 *3 *4 *5)) (-4 *2 (-376)) (-4 *3 (-1274 *2))
- (-4 *4 (-1274 (-421 *3))) (-4 *5 (-355 *2 *3 *4))))
+ (-12 (-4 *1 (-349 *2 *3 *4 *5)) (-4 *2 (-376)) (-4 *3 (-1275 *2))
+ (-4 *4 (-1275 (-421 *3))) (-4 *5 (-355 *2 *3 *4))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1248)) (-4 *2 (-1248))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1249)) (-4 *2 (-1249))
(-5 *1 (-386 *5 *4 *2 *6)) (-4 *4 (-385 *5)) (-4 *6 (-385 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1132)) (-4 *2 (-1132))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1133)) (-4 *2 (-1133))
(-5 *1 (-441 *5 *4 *2 *6)) (-4 *4 (-440 *5)) (-4 *6 (-440 *2))))
((*1 *1 *1) (-5 *1 (-509)))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-663 *5)) (-4 *5 (-1248))
- (-4 *2 (-1248)) (-5 *1 (-664 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-663 *5)) (-4 *5 (-1249))
+ (-4 *2 (-1249)) (-5 *1 (-664 *5 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1080)) (-4 *2 (-1080))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1081)) (-4 *2 (-1081))
(-4 *6 (-385 *5)) (-4 *7 (-385 *5)) (-4 *8 (-385 *2))
(-4 *9 (-385 *2)) (-5 *1 (-709 *5 *6 *7 *4 *2 *8 *9 *10))
(-4 *4 (-708 *5 *6 *7)) (-4 *10 (-708 *2 *8 *9))))
@@ -13209,253 +14274,957 @@
(-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 (-1080)) (-5 *1 (-734 *3 *2)) (-4 *2 (-1274 *3))))
+ (-12 (-4 *3 (-1081)) (-5 *1 (-734 *3 *2)) (-4 *2 (-1275 *3))))
((*1 *1 *2 *3)
(-12 (-5 *1 (-737 *2 *3 *4 *5 *6)) (-4 *2 (-175)) (-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 (-421 *4)) (-4 *4 (-1274 *3)) (-4 *3 (-376))
+ (|partial| -12 (-5 *2 (-421 *4)) (-4 *4 (-1275 *3)) (-4 *3 (-376))
(-4 *3 (-175)) (-4 *1 (-746 *3 *4))))
((*1 *1 *2)
- (-12 (-4 *3 (-175)) (-4 *1 (-746 *3 *2)) (-4 *2 (-1274 *3))))
+ (-12 (-4 *3 (-175)) (-4 *1 (-746 *3 *2)) (-4 *2 (-1275 *3))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-987 *5)) (-4 *5 (-1248))
- (-4 *2 (-1248)) (-5 *1 (-988 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-988 *5)) (-4 *5 (-1249))
+ (-4 *2 (-1249)) (-5 *1 (-989 *5 *2))))
((*1 *1 *2)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1065 *3 *4 *5 *2 *6)) (-4 *2 (-979 *3 *4 *5))
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1066 *3 *4 *5 *2 *6)) (-4 *2 (-980 *3 *4 *5))
(-14 *6 (-663 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1080)) (-4 *2 (-1080))
+ (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1081)) (-4 *2 (-1081))
(-14 *5 (-793)) (-14 *6 (-793)) (-4 *8 (-245 *6 *7))
(-4 *9 (-245 *5 *7)) (-4 *10 (-245 *6 *2)) (-4 *11 (-245 *5 *2))
- (-5 *1 (-1086 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
- (-4 *4 (-1084 *5 *6 *7 *8 *9)) (-4 *12 (-1084 *5 *6 *2 *10 *11))))
+ (-5 *1 (-1087 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
+ (-4 *4 (-1085 *5 *6 *7 *8 *9)) (-4 *12 (-1085 *5 *6 *2 *10 *11))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1186 *5)) (-4 *5 (-1248))
- (-4 *2 (-1248)) (-5 *1 (-1188 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1187 *5)) (-4 *5 (-1249))
+ (-4 *2 (-1249)) (-5 *1 (-1189 *5 *2))))
((*1 *2 *2 *1 *3 *4)
(-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-114) *2 *2))
- (-4 *1 (-1243 *5 *6 *7 *2)) (-4 *5 (-571)) (-4 *6 (-815))
- (-4 *7 (-871)) (-4 *2 (-1096 *5 *6 *7))))
+ (-4 *1 (-1244 *5 *6 *7 *2)) (-4 *5 (-571)) (-4 *6 (-817))
+ (-4 *7 (-872)) (-4 *2 (-1097 *5 *6 *7))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1298 *5)) (-4 *5 (-1248))
- (-4 *2 (-1248)) (-5 *1 (-1299 *5 *2)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-1125 *3)) (-4 *3 (-1248)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-520)) (-5 *1 (-291))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1299 *5)) (-4 *5 (-1249))
+ (-4 *2 (-1249)) (-5 *1 (-1300 *5 *2)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-1303))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-883))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-995))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1021))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-1249))))
((*1 *2 *1)
- (-12 (-5 *2 (-3 (-560) (-229) (-520) (-1190) (-1213)))
- (-5 *1 (-1213)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-571)) (-4 *3 (-1080))
- (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-876 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-571)) (-4 *5 (-1080))
- (-5 *2 (-2 (|:| -2010 *3) (|:| -4415 *3))) (-5 *1 (-877 *5 *3))
- (-4 *3 (-876 *5)))))
+ (-12 (-4 *2 (-13 (-1133) (-34))) (-5 *1 (-1172 *2 *3))
+ (-4 *3 (-13 (-1133) (-34))))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2076 *4)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-871)) (-5 *1 (-128 *3)))))
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1009 *4 *5 *6 *7)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-601 *2)) (-4 *2 (-559)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *5 (-630 *4)) (-5 *6 (-1203 *4))
+ (-4 *4 (-13 (-435 *7) (-27) (-1235)))
+ (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4))))
+ (-5 *1 (-575 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1133))))
+ ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
+ (-12 (-5 *5 (-630 *4)) (-5 *6 (-421 (-1203 *4)))
+ (-4 *4 (-13 (-435 *7) (-27) (-1235)))
+ (-4 *7 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4))))
+ (-5 *1 (-575 *7 *4 *3)) (-4 *3 (-680 *4)) (-4 *3 (-1133)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-13 (-376) (-1234) (-1033)))
- (-5 *1 (-179 *3)))))
-(((*1 *2 *1) (|partial| -12 (-5 *1 (-377 *2)) (-4 *2 (-1132))))
- ((*1 *2 *1) (|partial| -12 (-5 *2 (-1190)) (-5 *1 (-1230)))))
-(((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175))))
- ((*1 *2 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-1163 *4 *2))
- (-4 *2 (-13 (-618 (-560) *4) (-10 -7 (-6 -4509) (-6 -4510))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-871)) (-4 *3 (-1248)) (-5 *1 (-1163 *3 *2))
- (-4 *2 (-13 (-618 (-560) *3) (-10 -7 (-6 -4509) (-6 -4510)))))))
-(((*1 *1 *1) (-4 *1 (-559))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1249))
+ (-4 *5 (-385 *4)) (-4 *2 (-385 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *6 *7 *2)) (-4 *6 (-1081))
+ (-4 *7 (-245 *5 *6)) (-4 *2 (-245 *4 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-543))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-591))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-887)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-630 *6)) (-4 *6 (-13 (-435 *5) (-27) (-1234)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2 (-1202 (-421 (-1202 *6)))) (-5 *1 (-575 *5 *6 *7))
- (-5 *3 (-1202 *6)) (-4 *7 (-1132))))
+ (-12 (-5 *4 (-630 *6)) (-4 *6 (-13 (-435 *5) (-27) (-1235)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2 (-1203 (-421 (-1203 *6)))) (-5 *1 (-575 *5 *6 *7))
+ (-5 *3 (-1203 *6)) (-4 *7 (-1133))))
((*1 *2 *1)
- (-12 (-4 *2 (-1274 *3)) (-5 *1 (-734 *3 *2)) (-4 *3 (-1080))))
+ (-12 (-4 *2 (-1275 *3)) (-5 *1 (-734 *3 *2)) (-4 *3 (-1081))))
((*1 *2 *1)
- (-12 (-4 *1 (-746 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1274 *3))))
+ (-12 (-4 *1 (-746 *3 *2)) (-4 *3 (-175)) (-4 *2 (-1275 *3))))
((*1 *2 *3 *4 *4 *5 *6 *7 *8)
- (|partial| -12 (-5 *4 (-1202 *11)) (-5 *6 (-663 *10))
- (-5 *7 (-663 (-793))) (-5 *8 (-663 *11)) (-4 *10 (-871))
- (-4 *11 (-319)) (-4 *9 (-815)) (-4 *5 (-979 *11 *9 *10))
- (-5 *2 (-663 (-1202 *5))) (-5 *1 (-764 *9 *10 *11 *5))
- (-5 *3 (-1202 *5))))
+ (|partial| -12 (-5 *4 (-1203 *11)) (-5 *6 (-663 *10))
+ (-5 *7 (-663 (-793))) (-5 *8 (-663 *11)) (-4 *10 (-872))
+ (-4 *11 (-319)) (-4 *9 (-817)) (-4 *5 (-980 *11 *9 *10))
+ (-5 *2 (-663 (-1203 *5))) (-5 *1 (-764 *9 *10 *11 *5))
+ (-5 *3 (-1203 *5))))
((*1 *2 *1)
- (-12 (-4 *2 (-979 *3 *4 *5)) (-5 *1 (-1065 *3 *4 *5 *2 *6))
- (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-14 *6 (-663 *2)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-305 *2)) (-4 *2 (-748)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-229)) (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1 *1 *1) (-4 *1 (-998))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *3 (-663 (-560)))
- (-5 *1 (-908)))))
+ (-12 (-4 *2 (-980 *3 *4 *5)) (-5 *1 (-1066 *3 *4 *5 *2 *6))
+ (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-14 *6 (-663 *2)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-773)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-1261 *4)) (-4 *4 (-1081)) (-4 *4 (-571))
+ (-5 *2 (-421 (-976 *4)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-1261 *4)) (-4 *4 (-1081)) (-4 *4 (-571))
+ (-5 *2 (-421 (-976 *4))))))
(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
(-5 *1 (-774)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-776)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-793)) (-4 *2 (-1133))
+ (-5 *1 (-700 *2)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034)))
+ (-5 *1 (-179 *3)))))
+(((*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-560))
+ (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *3)) (-4 *3 (-1103 *4 *5 *6 *7)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1106))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *3 (-571)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209))
+ (-14 *4 *2))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1203 (-560))) (-5 *1 (-972)) (-5 *3 (-560))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-319)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
+ (-5 *1 (-1156 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
+ (-5 *1 (-597 *3)) (-4 *3 (-376)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-793)) (-4 *5 (-571))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-1001 *5 *3)) (-4 *3 (-1275 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-560))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1191)) (-5 *2 (-663 (-1214))) (-5 *1 (-1168)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175)) (-4 *2 (-1092))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1) (-4 *1 (-814)))
+ ((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)) (-4 *2 (-1092))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)) (-4 *2 (-1092))))
+ ((*1 *1 *1) (-4 *1 (-1092))) ((*1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1191)) (-5 *1 (-315)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-1196 *2 *3)) (-14 *2 (-948)) (-4 *3 (-1080)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-972 (-229)) (-972 (-229)))) (-5 *1 (-270))))
+ (-12 (-4 *1 (-1136 *2 *3 *4 *5 *6)) (-4 *2 (-1133)) (-4 *3 (-1133))
+ (-4 *4 (-1133)) (-4 *5 (-1133)) (-4 *6 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-466))
+ (-5 *2
+ (-663
+ (-2 (|:| |eigval| (-3 (-421 (-976 *4)) (-1198 (-1209) (-976 *4))))
+ (|:| |eigmult| (-793))
+ (|:| |eigvec| (-663 (-711 (-421 (-976 *4))))))))
+ (-5 *1 (-304 *4)) (-5 *3 (-711 (-421 (-976 *4)))))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -3273 *3) (|:| |coef1| (-803 *3))))
+ (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1133)) (-5 *2 (-663 *1))
+ (-4 *1 (-435 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3))
+ (-4 *3 (-1133))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-663 *1)) (-4 *1 (-980 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-341 *4)) (-4 *4 (-376))
- (-5 *2 (-711 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-5 *2 (-1298 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
- (-5 *2 (-711 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
- (-5 *2 (-1298 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175))
- (-4 *5 (-1274 *4)) (-5 *2 (-711 *4))))
+ (|partial| -12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1081))
+ (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-663 *3))
+ (-5 *1 (-981 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $))
+ (-15 -3138 (*7 $))))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1133)) (-5 *1 (-103 *3))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175))
- (-4 *5 (-1274 *4)) (-5 *2 (-1298 *4))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1133)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))
+ (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-996 *2)) (-4 *2 (-1133)))))
+(((*1 *1) (-5 *1 (-624))) ((*1 *1) (-5 *1 (-625))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4)))
+ (-5 *2 (-2 (|:| |num| (-1299 *4)) (|:| |den| *4))))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-571)) (-4 *2 (-1081))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-1001 *3 *2)) (-4 *2 (-1275 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571))))
+ ((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *1))))
+ (-4 *1 (-1103 *4 *5 *6 *3)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-376) (-149) (-1070 (-560))))
+ (-4 *5 (-1275 *4))
+ (-5 *2 (-2 (|:| -2301 (-421 *5)) (|:| |coeff| (-421 *5))))
+ (-5 *1 (-582 *4 *5)) (-5 *3 (-421 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))))
+(((*1 *2 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1305)) (-5 *1 (-1038)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-850)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1073)) (-5 *3 (-391)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1191)) (-4 *1 (-403)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-663 (-1 *4 (-663 *4)))) (-4 *4 (-1133))
+ (-5 *1 (-116 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-115)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1133))
+ (-5 *1 (-116 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-424 *4 *5)) (-4 *4 (-175))
- (-4 *5 (-1274 *4)) (-5 *2 (-711 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3))
- (-5 *2 (-1298 *3))))
+ (|partial| -12 (-5 *3 (-115)) (-5 *2 (-663 (-1 *4 (-663 *4))))
+ (-5 *1 (-116 *4)) (-4 *4 (-1133)))))
+(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-1251 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-171 *5)) (-5 *1 (-614 *4 *5 *3))
+ (-4 *5 (-13 (-435 *4) (-1034) (-1235)))
+ (-4 *3 (-13 (-435 (-171 *4)) (-1034) (-1235))))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1231)))))
+(((*1 *1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-114)) (-5 *1 (-609 *3)) (-4 *3 (-1081)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *1) (-5 *1 (-303))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-5 *1 (-500 *2)) (-4 *2 (-1275 (-560))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *7)) (-4 *7 (-980 *6 *4 *5)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1081)) (-5 *2 (-1203 *6))
+ (-5 *1 (-333 *4 *5 *6 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-571)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
+ (-5 *1 (-1240 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-793)) (-5 *6 (-114)) (-4 *7 (-466)) (-4 *8 (-817))
+ (-4 *9 (-872)) (-4 *3 (-1097 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1101 *7 *8 *9 *3 *4)) (-4 *4 (-1103 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *3 (-1097 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1101 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1101 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-793)) (-5 *6 (-114)) (-4 *7 (-466)) (-4 *8 (-817))
+ (-4 *9 (-872)) (-4 *3 (-1097 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1177 *7 *8 *9 *3 *4)) (-4 *4 (-1141 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *3 (-1097 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1177 *6 *7 *8 *3 *4)) (-4 *4 (-1141 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1177 *5 *6 *7 *3 *4)) (-4 *4 (-1141 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-663
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
+ (|:| |xpnt| (-560)))))
+ (-5 *1 (-419 *3)) (-4 *3 (-571))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-793)) (-4 *3 (-363)) (-4 *5 (-1275 *3))
+ (-5 *2 (-663 (-1203 *3))) (-5 *1 (-512 *3 *5 *6))
+ (-4 *6 (-1275 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1275 *3)) (-4 *3 (-1081)) (-5 *2 (-1203 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1299 *4)) (-5 *3 (-560)) (-4 *4 (-363))
+ (-5 *1 (-542 *4)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-518 (-421 (-560)) (-246 *5 (-793)) (-889 *4)
+ (-255 *4 (-421 (-560)))))
+ (-14 *4 (-663 (-1209))) (-14 *5 (-793)) (-5 *2 (-114))
+ (-5 *1 (-519 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-326 (-229))) (-5 *2 (-326 (-391))) (-5 *1 (-315)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-482))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1302))))
+ ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-1303)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305))
+ (-5 *1 (-1104 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305))
+ (-5 *1 (-1140 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-1180 *3)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-171 (-229))) (-5 *5 (-560))
+ (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-760)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *2) (-12 (-5 *2 (-326 (-229))) (-5 *1 (-278)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 *3)) (-4 *3 (-1141 *5 *6 *7 *8))
+ (-4 *5 (-13 (-319) (-149))) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *8 (-1097 *5 *6 *7)) (-5 *2 (-114))
+ (-5 *1 (-605 *5 *6 *7 *8 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *3 (-663 (-270)))
+ (-5 *1 (-271))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-482))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1121 (-391)))) (-5 *1 (-482)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-466))
+ (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1009 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-630 *3)) (-5 *5 (-1 (-1203 *3) (-1203 *3)))
+ (-4 *3 (-13 (-27) (-435 *6))) (-4 *6 (-571)) (-5 *2 (-597 *3))
+ (-5 *1 (-566 *6 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1275 (-421 (-560)))) (-5 *1 (-943 *3 *2))
+ (-4 *2 (-1275 (-421 *3))))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-856 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-866 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *3) (-12 (-5 *2 (-419 *3)) (-5 *1 (-573 *3)) (-4 *3 (-559))))
((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-432 *4)) (-4 *4 (-175))
- (-5 *2 (-711 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1298 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1298 *3)) (-5 *1 (-659 *3 *4)) (-4 *3 (-376))
- (-14 *4 (-663 (-1208)))))
+ (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319)) (-5 *2 (-419 *3))
+ (-5 *1 (-764 *4 *5 *6 *3)) (-4 *3 (-980 *6 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-319))
+ (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-419 (-1203 *7)))
+ (-5 *1 (-764 *4 *5 *6 *7)) (-5 *3 (-1203 *7))))
((*1 *2 *1)
- (-12 (-5 *2 (-1298 *3)) (-5 *1 (-661 *3 *4)) (-4 *3 (-376))
- (-14 *4 (-663 (-1208)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-711 *5))) (-5 *3 (-711 *5)) (-4 *5 (-376))
- (-5 *2 (-1298 *5)) (-5 *1 (-1117 *5)))))
+ (-12 (-4 *3 (-466)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-419 *1)) (-4 *1 (-980 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-872)) (-4 *5 (-817)) (-4 *6 (-466)) (-5 *2 (-419 *3))
+ (-5 *1 (-1011 *4 *5 *6 *3)) (-4 *3 (-980 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-466))
+ (-4 *7 (-980 *6 *4 *5)) (-5 *2 (-419 (-1203 (-421 *7))))
+ (-5 *1 (-1205 *4 *5 *6 *7)) (-5 *3 (-1203 (-421 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-419 *1)) (-4 *1 (-1254))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-419 *3)) (-5 *1 (-1279 *4 *3))
+ (-4 *3 (-13 (-1275 *4) (-571) (-10 -8 (-15 -3128 ($ $ $)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1078 *4 *5)) (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-14 *5 (-663 (-1209)))
+ (-5 *2
+ (-663 (-1178 *4 (-545 (-889 *6)) (-889 *6) (-802 *4 (-889 *6)))))
+ (-5 *1 (-1327 *4 *5 *6)) (-14 *6 (-663 (-1209))))))
+(((*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1133)) (-4 *2 (-1081))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1249)) (-5 *1 (-898 *3 *2)) (-4 *3 (-1249))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7))))
+ (-5 *1 (-1009 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1249)) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1236 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1129 (-1129 *3))) (-5 *1 (-935 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-975 *4 *3))
+ (-4 *3 (-1275 *4)))))
(((*1 *2 *2)
(-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080)) (-4 *2 (-376))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-376)) (-5 *1 (-682 *4 *2))
- (-4 *2 (-680 *4)))))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *3 *4 *4 *3 *3 *5)
+ (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-1203 *3))
+ (-4 *3 (-13 (-435 *6) (-27) (-1235)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3)))
+ (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1133))))
+ ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-421 (-1203 *3)))
+ (-4 *3 (-13 (-435 *6) (-27) (-1235)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2 (-2 (|:| -2301 *3) (|:| |coeff| *3)))
+ (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-560)) (|has| *1 (-6 -4501)) (-4 *1 (-418))
+ (-5 *2 (-949)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-940)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-980 *4 *5 *6)) (-5 *2 (-419 (-1203 *7)))
+ (-5 *1 (-937 *4 *5 *6 *7)) (-5 *3 (-1203 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-940)) (-4 *5 (-1275 *4)) (-5 *2 (-419 (-1203 *5)))
+ (-5 *1 (-938 *4 *5)) (-5 *3 (-1203 *5)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1275 *5)) (-4 *5 (-376))
+ (-5 *2 (-2 (|:| -2301 (-421 *6)) (|:| |coeff| (-421 *6))))
+ (-5 *1 (-588 *5 *6)) (-5 *3 (-421 *6)))))
+(((*1 *2 *2 *3)
+ (|partial| -12
+ (-5 *3 (-663 (-2 (|:| |func| *2) (|:| |pole| (-114)))))
+ (-4 *2 (-13 (-435 *4) (-1034))) (-4 *4 (-571))
+ (-5 *1 (-287 *4 *2)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-341 *3)) (-4 *5 (-1275 *4))
+ (-5 *1 (-799 *3 *4 *5 *2 *6)) (-4 *2 (-1275 *5)) (-14 *6 (-949))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-4 *3 (-381))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1318 *2)) (-4 *2 (-376)) (-4 *2 (-381)))))
+(((*1 *2 *3 *4 *4 *3 *5)
+ (-12 (-5 *4 (-630 *3)) (-5 *5 (-1203 *3))
+ (-4 *3 (-13 (-435 *6) (-27) (-1235)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2 (-597 *3)) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1133))))
+ ((*1 *2 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *4 (-630 *3)) (-5 *5 (-421 (-1203 *3)))
+ (-4 *3 (-13 (-435 *6) (-27) (-1235)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-149) (-660 (-560))))
+ (-5 *2 (-597 *3)) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1133)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1132)) (-4 *5 (-1132))
- (-5 *2 (-1 *5 *4)) (-5 *1 (-705 *4 *5)))))
+ (-12 (-5 *3 (-949)) (-5 *2 (-1203 *4)) (-5 *1 (-369 *4))
+ (-4 *4 (-363)))))
+(((*1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-136)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1185)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-979 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-466))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *1))))
- (-4 *1 (-1102 *4 *5 *6 *3))))
- ((*1 *1 *1) (-4 *1 (-1253)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-1278 *3 *2))
- (-4 *2 (-13 (-1274 *3) (-571) (-10 -8 (-15 -2470 ($ $ $))))))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-229)) (-5 *1 (-1303))))
- ((*1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-1303)))))
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 *1)) (-4 *1 (-1166 *3)) (-4 *3 (-1081))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-5 *2 (-421 *1)) (-4 *1 (-1275 *3)) (-4 *3 (-1081))
+ (-4 *3 (-571))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)) (-4 *2 (-571)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *7) (|:| -3379 *7) (|:| |sol?| (-114)))
+ (-560) *7))
+ (-5 *6 (-663 (-421 *8))) (-4 *7 (-376)) (-4 *8 (-1275 *7))
+ (-5 *3 (-421 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-588 *7 *8)))))
+(((*1 *1 *1 *1) (-5 *1 (-130)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1216 *2)) (-14 *2 (-949))))
+ ((*1 *1 *1 *1) (-5 *1 (-1255))) ((*1 *1 *1 *1) (-5 *1 (-1256)))
+ ((*1 *1 *1 *1) (-5 *1 (-1257))) ((*1 *1 *1 *1) (-5 *1 (-1258))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-888)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-663 (-949))) (-5 *1 (-1304)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1289 *2 *3 *4)) (-4 *2 (-1081)) (-14 *3 (-1209))
+ (-14 *4 *2))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-1187 *3))) (-5 *2 (-1187 *3)) (-5 *1 (-1193 *3))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1081)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1126 *2)) (-4 *2 (-1249)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-793)) (-4 *5 (-1080)) (-4 *2 (-1274 *5))
- (-5 *1 (-1293 *5 *2 *6 *3)) (-4 *6 (-680 *2)) (-4 *3 (-1291 *5)))))
+ (-12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-319) (-149) (-1070 (-560)) (-660 (-560))))
+ (-5 *2 (-597 *3)) (-5 *1 (-442 *5 *3))
+ (-4 *3 (-13 (-1235) (-29 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1209)) (-4 *5 (-13 (-571) (-1070 (-560)) (-149)))
+ (-5 *2 (-597 (-421 (-976 *5)))) (-5 *1 (-584 *5))
+ (-5 *3 (-421 (-976 *5))))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-128 *3)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1067))
+ (-5 *1 (-768)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-498 *3)))))
+(((*1 *1 *1 *1) (-5 *1 (-130)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1216 *2)) (-14 *2 (-949))))
+ ((*1 *1 *1 *1) (-5 *1 (-1255))) ((*1 *1 *1 *1) (-5 *1 (-1256)))
+ ((*1 *1 *1 *1) (-5 *1 (-1257))) ((*1 *1 *1 *1) (-5 *1 (-1258))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-376) (-149) (-1070 (-560))))
+ (-4 *5 (-1275 *4)) (-5 *2 (-663 (-421 *5))) (-5 *1 (-1048 *4 *5))
+ (-5 *3 (-421 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-255 *3 *4))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-560))) (-14 *3 (-663 (-1209)))
+ (-5 *1 (-468 *3 *4 *5)) (-4 *4 (-1081))
+ (-4 *5 (-245 (-3819 *3) (-793)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-495 *3 *4))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-1081)))))
+(((*1 *1) (-5 *1 (-143))) ((*1 *1 *1) (-5 *1 (-146)))
+ ((*1 *1 *1) (-4 *1 (-1176))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-987 (-1202 *4))) (-5 *1 (-369 *4))
- (-5 *3 (-1202 *4)))))
+ (-12 (-5 *3 (-663 *4)) (-4 *4 (-376)) (-5 *2 (-711 *4))
+ (-5 *1 (-838 *4 *5)) (-4 *5 (-680 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *5)) (-5 *4 (-793)) (-4 *5 (-376))
+ (-5 *2 (-711 *5)) (-5 *1 (-838 *5 *6)) (-4 *6 (-680 *5)))))
+(((*1 *2 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-1133)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *2)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)) (-4 *3 (-175))))
- ((*1 *2 *3 *3)
- (-12 (-4 *2 (-571)) (-5 *1 (-1000 *2 *3)) (-4 *3 (-1274 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-175)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814))
- (-4 *2 (-466))))
+ (-12 (-4 *1 (-385 *3)) (-4 *3 (-1249)) (-4 *3 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *1 (-385 *4)) (-4 *4 (-1249))
+ (-5 *2 (-114)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-663 *6)) (-4 *1 (-1008 *3 *4 *5 *6)) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5))
+ (-4 *3 (-571)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *5)) (-4 *5 (-435 *4)) (-4 *4 (-571))
+ (-5 *2 (-888)) (-5 *1 (-32 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-1 (-114) *8))) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8))))
+ (-5 *1 (-1009 *5 *6 *7 *8)) (-5 *4 (-663 *8)))))
+(((*1 *1 *1) (-5 *1 (-229)))
((*1 *1 *1)
- (-12 (-4 *1 (-355 *2 *3 *4)) (-4 *2 (-1253)) (-4 *3 (-1274 *2))
- (-4 *4 (-1274 (-421 *3)))))
- ((*1 *1 *1) (-12 (-4 *1 (-876 *2)) (-4 *2 (-1080)) (-4 *2 (-466))))
+ (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1209)))
+ (-14 *3 (-663 (-1209))) (-4 *4 (-401))))
+ ((*1 *1 *1) (-5 *1 (-391))) ((*1 *1) (-5 *1 (-391))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-270))) (-5 *4 (-1209)) (-5 *2 (-114))
+ (-5 *1 (-270)))))
+(((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-711 (-421 *4))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-973 (-229)) (-229) (-229)))
+ (-5 *3 (-1 (-229) (-229) (-229) (-229))) (-5 *1 (-265)))))
+(((*1 *1 *1) (-4 *1 (-1092)))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)) (-4 *3 (-466))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-979 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-466))))
+ (-12 (-4 *1 (-1278 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-816)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4510)) (-4 *1 (-242 *3))
+ (-4 *3 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4510)) (-4 *1 (-242 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249)) (-4 *2 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-294 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-629 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-114) *4)) (-5 *3 (-560)) (-4 *4 (-1133))
+ (-5 *1 (-758 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-5 *1 (-758 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1172 *3 *4)) (-4 *3 (-13 (-1133) (-34)))
+ (-4 *4 (-13 (-1133) (-34))) (-5 *1 (-1173 *3 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1214))) (-5 *1 (-1214))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-520)) (-5 *3 (-663 (-1214))) (-5 *1 (-1214)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 *3)) (-4 *3 (-980 *5 *6 *7)) (-4 *5 (-466))
+ (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
+ (-5 *1 (-464 *5 *6 *7 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-419 (-1203 (-1203 *4))))
+ (-5 *1 (-1248 *4)) (-5 *3 (-1203 (-1203 *4))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-994 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-14 *4 (-663 (-1209))) (-4 *5 (-466))
+ (-5 *2
+ (-2 (|:| |glbase| (-663 (-255 *4 *5))) (|:| |glval| (-663 (-560)))))
+ (-5 *1 (-650 *4 *5)) (-5 *3 (-663 (-255 *4 *5))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-319)) (-5 *1 (-182 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-4 *3 (-1275 *4)) (-5 *1 (-833 *4 *3 *2 *5)) (-4 *2 (-680 *3))
+ (-4 *5 (-680 (-421 *3)))))
((*1 *2 *2 *3)
- (-12 (-4 *3 (-319)) (-4 *3 (-571)) (-5 *1 (-1195 *3 *2))
- (-4 *2 (-1274 *3)))))
+ (-12 (-5 *3 (-421 *5))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *5 (-1275 *4))
+ (-5 *1 (-833 *4 *5 *2 *6)) (-4 *2 (-680 *5)) (-4 *6 (-680 *3)))))
+(((*1 *1) (-5 *1 (-132))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-571) (-1070 (-560)))) (-5 *1 (-191 *3 *2))
+ (-4 *2 (-13 (-27) (-1235) (-435 (-171 *3))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3))))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |mval| (-711 *3)) (|:| |invmval| (-711 *3))
+ (|:| |genIdeal| (-518 *3 *4 *5 *6))))
+ (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-711 (-326 (-560)))) (-5 *1 (-1060)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081)) (-4 *2 (-376)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-976 (-421 (-560)))) (-5 *4 (-1209))
+ (-5 *5 (-1121 (-866 (-229)))) (-5 *2 (-663 (-229))) (-5 *1 (-313)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1292 *4))
+ (-4 *4 (-38 (-421 (-560))))
+ (-5 *2 (-1 (-1187 *4) (-1187 *4) (-1187 *4))) (-5 *1 (-1293 *4 *5)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-847)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-560)) (-5 *4 (-419 *2)) (-4 *2 (-979 *7 *5 *6))
- (-5 *1 (-764 *5 *6 *7 *2)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-319)))))
+ (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *4 (-663 (-1209)))
+ (-5 *2 (-711 (-326 (-229)))) (-5 *1 (-208))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1133)) (-4 *6 (-928 *5)) (-5 *2 (-711 *6))
+ (-5 *1 (-714 *5 *6 *3 *4)) (-4 *3 (-385 *6))
+ (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))))))
+(((*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-601 *3)) (-4 *3 (-559)))))
+(((*1 *2 *3)
+ (-12 (-4 *5 (-13 (-633 *2) (-175))) (-5 *2 (-916 *4))
+ (-5 *1 (-173 *4 *5 *3)) (-4 *4 (-1133)) (-4 *3 (-168 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-1121 (-866 (-391)))))
+ (-5 *2 (-663 (-1121 (-866 (-229))))) (-5 *1 (-315))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-888)) (-5 *3 (-560)) (-5 *1 (-407))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-175)) (-4 *1 (-424 *3 *4))
+ (-4 *4 (-1275 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3))
+ (-5 *2 (-1299 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1299 *3)) (-4 *3 (-175)) (-4 *1 (-432 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-1299 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-419 *1)) (-4 *1 (-435 *3)) (-4 *3 (-571))
+ (-4 *3 (-1133))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-5 *1 (-477 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1135)) (-5 *1 (-549))))
+ ((*1 *2 *1) (-12 (-4 *1 (-633 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2) (-12 (-4 *1 (-637 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-175)) (-4 *1 (-746 *3 *2)) (-4 *2 (-1275 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-916 *3))) (-5 *1 (-916 *3)) (-4 *3 (-1133))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-976 *3)) (-4 *3 (-1081)) (-4 *1 (-1097 *3 *4 *5))
+ (-4 *5 (-633 (-1209))) (-4 *4 (-817)) (-4 *5 (-872))))
+ ((*1 *1 *2)
+ (-2309
+ (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5))
+ (-12 (-2912 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560)))
+ (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))
+ (-12 (-5 *2 (-976 (-560))) (-4 *1 (-1097 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209))))
+ (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-976 (-421 (-560)))) (-4 *1 (-1097 *3 *4 *5))
+ (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1209))) (-4 *3 (-1081))
+ (-4 *4 (-817)) (-4 *5 (-872))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -2417 *8)))
+ (-4 *7 (-1097 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1191))
+ (-5 *1 (-1101 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -2417 *8)))
+ (-4 *7 (-1097 *4 *5 *6)) (-4 *8 (-1141 *4 *5 *6 *7)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-1191))
+ (-5 *1 (-1177 *4 *5 *6 *7 *8))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1135)) (-5 *1 (-1214))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-1214))))
+ ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-888)) (-5 *3 (-560)) (-5 *1 (-1229))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-888)) (-5 *3 (-560)) (-5 *1 (-1229))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-802 *4 (-889 *5)))
+ (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *5 (-663 (-1209)))
+ (-5 *2 (-802 *4 (-889 *6))) (-5 *1 (-1327 *4 *5 *6))
+ (-14 *6 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-976 *4)) (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-976 (-1056 (-421 *4)))) (-5 *1 (-1327 *4 *5 *6))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-802 *4 (-889 *6)))
+ (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *6 (-663 (-1209)))
+ (-5 *2 (-976 (-1056 (-421 *4)))) (-5 *1 (-1327 *4 *5 *6))
+ (-14 *5 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *4)) (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-1203 (-1056 (-421 *4)))) (-5 *1 (-1327 *4 *5 *6))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3 (-1178 *4 (-545 (-889 *6)) (-889 *6) (-802 *4 (-889 *6))))
+ (-4 *4 (-13 (-871) (-319) (-149) (-1052))) (-14 *6 (-663 (-1209)))
+ (-5 *2 (-663 (-802 *4 (-889 *6)))) (-5 *1 (-1327 *4 *5 *6))
+ (-14 *5 (-663 (-1209))))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-976 *4))) (-4 *4 (-466)) (-5 *2 (-114))
+ (-5 *1 (-373 *4 *5)) (-14 *5 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-802 *4 (-889 *5)))) (-4 *4 (-466))
+ (-14 *5 (-663 (-1209))) (-5 *2 (-114)) (-5 *1 (-647 *4 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))))
+(((*1 *2 *3) (-12 (-5 *3 (-846)) (-5 *2 (-51)) (-5 *1 (-855)))))
+(((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1305)) (-5 *1 (-391)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1203 *1)) (-4 *1 (-1044)))))
+(((*1 *1 *1) (-5 *1 (-1095))))
+(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-957)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-886)) (-5 *2 (-713 (-564))) (-5 *3 (-564)))))
(((*1 *2 *2)
(-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-773)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887)))))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 (-421 (-560))))
+ (-12 (-5 *4 (-663 (-663 *8))) (-5 *3 (-663 *8))
+ (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571)) (-4 *6 (-817))
+ (-4 *7 (-872)) (-5 *2 (-114)) (-5 *1 (-1009 *5 *6 *7 *8)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-955)))))
+(((*1 *1) (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235))))))
+(((*1 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304))))
+ ((*1 *2 *2) (-12 (-5 *2 (-949)) (-5 *1 (-1304)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-342)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1299 (-3 (-482) "undefined"))) (-5 *1 (-1302)))))
+(((*1 *2 *1) (-12 (-4 *1 (-895 *3)) (-5 *2 (-560)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-159)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-1133)) (-4 *1 (-934 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-793)) (-5 *4 (-1299 *2)) (-4 *5 (-319))
+ (-4 *6 (-1023 *5)) (-4 *2 (-13 (-424 *6 *7) (-1070 *6)))
+ (-5 *1 (-427 *5 *6 *7 *2)) (-4 *7 (-1275 *6)))))
+(((*1 *2 *3 *2)
+ (|partial| -12 (-5 *3 (-949)) (-5 *1 (-456 *2))
+ (-4 *2 (-1275 (-560)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-949)) (-5 *4 (-793)) (-5 *1 (-456 *2))
+ (-4 *2 (-1275 (-560)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-949)) (-5 *4 (-663 (-793))) (-5 *1 (-456 *2))
+ (-4 *2 (-1275 (-560)))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *3 (-949)) (-5 *4 (-663 (-793))) (-5 *5 (-793))
+ (-5 *1 (-456 *2)) (-4 *2 (-1275 (-560)))))
+ ((*1 *2 *3 *2 *4 *5 *6)
+ (|partial| -12 (-5 *3 (-949)) (-5 *4 (-663 (-793))) (-5 *5 (-793))
+ (-5 *6 (-114)) (-5 *1 (-456 *2)) (-4 *2 (-1275 (-560)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-419 *2)) (-4 *2 (-1275 *5))
+ (-5 *1 (-458 *5 *2)) (-4 *5 (-1081)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-229))) (-5 *4 (-793)) (-5 *2 (-711 (-229)))
+ (-5 *1 (-315)))))
+(((*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 (-711 (-229))) (-5 *5 (-114)) (-5 *6 (-229))
+ (-5 *7 (-711 (-560)))
+ (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-80 CONFUN))))
+ (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))
+ (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-775)))))
+(((*1 *1 *2 *3 *3 *4 *4)
+ (-12 (-5 *2 (-976 (-560))) (-5 *3 (-1209))
+ (-5 *4 (-1121 (-421 (-560)))) (-5 *1 (-30)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-421 (-976 *5)))) (-5 *4 (-663 (-1209)))
+ (-4 *5 (-571)) (-5 *2 (-663 (-663 (-976 *5)))) (-5 *1 (-1218 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1249))
+ (-4 *5 (-385 *4)) (-4 *2 (-385 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-560)) (-4 *1 (-1085 *4 *5 *6 *2 *7)) (-4 *6 (-1081))
+ (-4 *7 (-245 *4 *6)) (-4 *2 (-245 *5 *6)))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1275 *6))
+ (-4 *6 (-13 (-376) (-149) (-1070 *4))) (-5 *4 (-560))
(-5 *2
- (-663
- (-2 (|:| |outval| *4) (|:| |outmult| (-560))
- (|:| |outvect| (-663 (-711 *4))))))
- (-5 *1 (-801 *4)) (-4 *4 (-13 (-376) (-870))))))
+ (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-114))))
+ (|:| -1969
+ (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
+ (|:| |beta| *3)))))
+ (-5 *1 (-1047 *6 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-376)) (-4 *3 (-817)) (-4 *4 (-872))
+ (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-980 *2 *3 *4)))))
+(((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
+ (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560))
+ (-5 *2 (-1067)) (-5 *1 (-778)))))
+(((*1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-781)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
+ (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP))))
+ (-5 *4 (-229)) (-5 *2 (-1067)) (-5 *1 (-771)))))
(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1234)))))
+ (-12 (-5 *1 (-231 *2)) (-4 *2 (-13 (-376) (-1235)))))
((*1 *1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
((*1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-948)) (-5 *4 (-391)) (-5 *2 (-1304)) (-5 *1 (-1301)))))
-(((*1 *1 *2) (-12 (-5 *2 (-187 (-257))) (-5 *1 (-256)))))
+ (-12 (-5 *3 (-949)) (-5 *4 (-391)) (-5 *2 (-1305)) (-5 *1 (-1302)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-888)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 (-793))
+ (-14 *4 (-793)) (-4 *5 (-175)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-814))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-816))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-50 *3 *4))
- (-14 *4 (-663 (-1208)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-50 *3 *4))
+ (-14 *4 (-663 (-1209)))))
((*1 *1 *2 *1 *1 *3)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249))
(-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249))
(-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249))
(-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-58 *6)) (-5 *1 (-59 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-58 *6)) (-5 *1 (-59 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-560))
(-14 *6 (-793)) (-4 *7 (-175)) (-4 *8 (-175))
@@ -13464,51 +15233,51 @@
(-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-171 *5)) (-4 *5 (-175))
(-4 *6 (-175)) (-5 *2 (-171 *6)) (-5 *1 (-172 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-326 *3) (-326 *3))) (-4 *3 (-13 (-1080) (-871)))
- (-5 *1 (-227 *3 *4)) (-14 *4 (-663 (-1208)))))
+ (-12 (-5 *2 (-1 (-326 *3) (-326 *3))) (-4 *3 (-13 (-1081) (-872)))
+ (-5 *1 (-227 *3 *4)) (-14 *4 (-663 (-1209)))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-246 *5 *6)) (-14 *5 (-793))
- (-4 *6 (-1248)) (-4 *7 (-1248)) (-5 *2 (-246 *5 *7))
+ (-4 *6 (-1249)) (-4 *7 (-1249)) (-5 *2 (-246 *5 *7))
(-5 *1 (-247 *5 *6 *7))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1248)) (-5 *1 (-305 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1249)) (-5 *1 (-305 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-305 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-305 *6)) (-5 *1 (-306 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-305 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-305 *6)) (-5 *1 (-306 *5 *6))))
((*1 *1 *2 *3)
(-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-630 *1)) (-4 *1 (-310))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1190)) (-5 *5 (-630 *6))
- (-4 *6 (-310)) (-4 *2 (-1248)) (-5 *1 (-311 *6 *2))))
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1191)) (-5 *5 (-630 *6))
+ (-4 *6 (-310)) (-4 *2 (-1249)) (-5 *1 (-311 *6 *2))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-630 *5)) (-4 *5 (-310))
(-4 *2 (-310)) (-5 *1 (-312 *5 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-711 *5)) (-4 *5 (-1080))
- (-4 *6 (-1080)) (-5 *2 (-711 *6)) (-5 *1 (-317 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-711 *5)) (-4 *5 (-1081))
+ (-4 *6 (-1081)) (-5 *2 (-711 *6)) (-5 *1 (-317 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-326 *5)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-5 *2 (-326 *6)) (-5 *1 (-327 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-326 *5)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-5 *2 (-326 *6)) (-5 *1 (-327 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-346 *5 *6 *7 *8)) (-4 *5 (-376))
- (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-4 *8 (-355 *5 *6 *7))
- (-4 *9 (-376)) (-4 *10 (-1274 *9)) (-4 *11 (-1274 (-421 *10)))
+ (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-4 *8 (-355 *5 *6 *7))
+ (-4 *9 (-376)) (-4 *10 (-1275 *9)) (-4 *11 (-1275 (-421 *10)))
(-5 *2 (-346 *9 *10 *11 *12))
(-5 *1 (-347 *5 *6 *7 *8 *9 *10 *11 *12))
(-4 *12 (-355 *9 *10 *11))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-351 *3)) (-4 *3 (-1132))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-351 *3)) (-4 *3 (-1133))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1253)) (-4 *8 (-1253))
- (-4 *6 (-1274 *5)) (-4 *7 (-1274 (-421 *6))) (-4 *9 (-1274 *8))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1254)) (-4 *8 (-1254))
+ (-4 *6 (-1275 *5)) (-4 *7 (-1275 (-421 *6))) (-4 *9 (-1275 *8))
(-4 *2 (-355 *8 *9 *10)) (-5 *1 (-356 *5 *6 *7 *4 *8 *9 *10 *2))
- (-4 *4 (-355 *5 *6 *7)) (-4 *10 (-1274 (-421 *9)))))
+ (-4 *4 (-355 *5 *6 *7)) (-4 *10 (-1275 (-421 *9)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1248)) (-4 *6 (-1248))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1249)) (-4 *6 (-1249))
(-4 *2 (-385 *6)) (-5 *1 (-386 *5 *4 *6 *2)) (-4 *4 (-385 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-397 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-1132))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-397 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-1133))))
((*1 *1 *2 *1)
(-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-571)) (-5 *1 (-419 *3))))
((*1 *2 *3 *4)
@@ -13519,34 +15288,34 @@
(-4 *6 (-571)) (-5 *2 (-421 *6)) (-5 *1 (-422 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-427 *5 *6 *7 *8)) (-4 *5 (-319))
- (-4 *6 (-1022 *5)) (-4 *7 (-1274 *6))
- (-4 *8 (-13 (-424 *6 *7) (-1069 *6))) (-4 *9 (-319))
- (-4 *10 (-1022 *9)) (-4 *11 (-1274 *10))
+ (-4 *6 (-1023 *5)) (-4 *7 (-1275 *6))
+ (-4 *8 (-13 (-424 *6 *7) (-1070 *6))) (-4 *9 (-319))
+ (-4 *10 (-1023 *9)) (-4 *11 (-1275 *10))
(-5 *2 (-427 *9 *10 *11 *12))
(-5 *1 (-428 *5 *6 *7 *8 *9 *10 *11 *12))
- (-4 *12 (-13 (-424 *10 *11) (-1069 *10)))))
+ (-4 *12 (-13 (-424 *10 *11) (-1070 *10)))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175))
(-4 *2 (-432 *6)) (-5 *1 (-430 *4 *5 *2 *6)) (-4 *4 (-432 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1080)) (-4 *6 (-1080))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1081)) (-4 *6 (-1081))
(-4 *2 (-435 *6)) (-5 *1 (-436 *5 *4 *6 *2)) (-4 *4 (-435 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1132)) (-4 *6 (-1132))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1133)) (-4 *6 (-1133))
(-4 *2 (-440 *6)) (-5 *1 (-441 *5 *4 *6 *2)) (-4 *4 (-440 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-503 *3)) (-4 *3 (-1248))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-503 *3)) (-4 *3 (-1249))))
((*1 *1 *2 *1)
(-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-523 *3 *4)) (-4 *3 (-102))
- (-4 *4 (-874))))
+ (-4 *4 (-875))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-597 *5)) (-4 *5 (-376))
(-4 *6 (-376)) (-5 *2 (-597 *6)) (-5 *1 (-598 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
- (-5 *4 (-3 (-2 (|:| -3735 *5) (|:| |coeff| *5)) "failed"))
+ (-5 *4 (-3 (-2 (|:| -2301 *5) (|:| |coeff| *5)) "failed"))
(-4 *5 (-376)) (-4 *6 (-376))
- (-5 *2 (-2 (|:| -3735 *6) (|:| |coeff| *6)))
+ (-5 *2 (-2 (|:| -2301 *6) (|:| |coeff| *6)))
(-5 *1 (-598 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed"))
@@ -13566,4797 +15335,3028 @@
(-663 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
(-5 *1 (-598 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-615 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-615 *6)) (-5 *1 (-612 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-615 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-615 *6)) (-5 *1 (-612 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-615 *6)) (-5 *5 (-615 *7))
- (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-615 *8))
+ (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-615 *8))
(-5 *1 (-613 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1186 *6)) (-5 *5 (-615 *7))
- (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-1186 *8))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1187 *6)) (-5 *5 (-615 *7))
+ (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-1187 *8))
(-5 *1 (-613 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-615 *6)) (-5 *5 (-1186 *7))
- (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-1186 *8))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-615 *6)) (-5 *5 (-1187 *7))
+ (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-1187 *8))
(-5 *1 (-613 *6 *7 *8))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1248)) (-5 *1 (-615 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1249)) (-5 *1 (-615 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-663 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-663 *6)) (-5 *1 (-664 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-663 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-663 *6)) (-5 *1 (-664 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-663 *6)) (-5 *5 (-663 *7))
- (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-663 *8))
+ (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-663 *8))
(-5 *1 (-666 *6 *7 *8))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-673 *3)) (-4 *3 (-1248))))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-673 *3)) (-4 *3 (-1249))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1080)) (-4 *8 (-1080))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1081)) (-4 *8 (-1081))
(-4 *6 (-385 *5)) (-4 *7 (-385 *5)) (-4 *2 (-708 *8 *9 *10))
(-5 *1 (-709 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-708 *5 *6 *7))
(-4 *9 (-385 *8)) (-4 *10 (-385 *8))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1080))
- (-4 *8 (-1080)) (-4 *6 (-385 *5)) (-4 *7 (-385 *5))
+ (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1081))
+ (-4 *8 (-1081)) (-4 *6 (-385 *5)) (-4 *7 (-385 *5))
(-4 *2 (-708 *8 *9 *10)) (-5 *1 (-709 *5 *6 *7 *4 *8 *9 *10 *2))
(-4 *4 (-708 *5 *6 *7)) (-4 *9 (-385 *8)) (-4 *10 (-385 *8))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-571)) (-4 *7 (-571))
- (-4 *6 (-1274 *5)) (-4 *2 (-1274 (-421 *8)))
- (-5 *1 (-731 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1274 (-421 *6)))
- (-4 *8 (-1274 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1080)) (-4 *9 (-1080))
- (-4 *5 (-871)) (-4 *6 (-815)) (-4 *2 (-979 *9 *7 *5))
- (-5 *1 (-750 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-815))
- (-4 *4 (-979 *8 *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-871)) (-4 *6 (-871)) (-4 *7 (-815))
- (-4 *9 (-1080)) (-4 *2 (-979 *9 *8 *6))
- (-5 *1 (-751 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-815))
- (-4 *4 (-979 *9 *7 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-757 *5 *7)) (-4 *5 (-1080))
- (-4 *6 (-1080)) (-4 *7 (-748)) (-5 *2 (-757 *6 *7))
+ (-4 *6 (-1275 *5)) (-4 *2 (-1275 (-421 *8)))
+ (-5 *1 (-731 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1275 (-421 *6)))
+ (-4 *8 (-1275 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1081)) (-4 *9 (-1081))
+ (-4 *5 (-872)) (-4 *6 (-817)) (-4 *2 (-980 *9 *7 *5))
+ (-5 *1 (-750 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-817))
+ (-4 *4 (-980 *8 *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-872)) (-4 *6 (-872)) (-4 *7 (-817))
+ (-4 *9 (-1081)) (-4 *2 (-980 *9 *8 *6))
+ (-5 *1 (-751 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-817))
+ (-4 *4 (-980 *9 *7 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-757 *5 *7)) (-4 *5 (-1081))
+ (-4 *6 (-1081)) (-4 *7 (-748)) (-5 *2 (-757 *6 *7))
(-5 *1 (-756 *5 *6 *7))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-757 *3 *4))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-757 *3 *4))
(-4 *4 (-748))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-803 *5)) (-4 *5 (-1080))
- (-4 *6 (-1080)) (-5 *2 (-803 *6)) (-5 *1 (-804 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-803 *5)) (-4 *5 (-1081))
+ (-4 *6 (-1081)) (-5 *2 (-803 *6)) (-5 *1 (-804 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175))
- (-4 *2 (-818 *6)) (-5 *1 (-821 *4 *5 *2 *6)) (-4 *4 (-818 *5))))
+ (-4 *2 (-820 *6)) (-5 *1 (-823 *4 *5 *2 *6)) (-4 *4 (-820 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-854 *5)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-5 *2 (-854 *6)) (-5 *1 (-855 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-856 *5)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-5 *2 (-856 *6)) (-5 *1 (-857 *5 *6))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-854 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-854 *5))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *1 (-855 *5 *6))))
+ (-12 (-5 *2 (-856 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-856 *5))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *1 (-857 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-864 *5)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-5 *2 (-864 *6)) (-5 *1 (-865 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-866 *5)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-5 *2 (-866 *6)) (-5 *1 (-867 *5 *6))))
((*1 *2 *3 *4 *2 *2)
- (-12 (-5 *2 (-864 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-864 *5))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-5 *1 (-865 *5 *6))))
+ (-12 (-5 *2 (-866 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-866 *5))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-5 *1 (-867 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-902 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-902 *6)) (-5 *1 (-901 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-903 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-903 *6)) (-5 *1 (-902 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-904 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-904 *6)) (-5 *1 (-903 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-905 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-905 *6)) (-5 *1 (-904 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-907 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-907 *6)) (-5 *1 (-906 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-908 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-908 *6)) (-5 *1 (-907 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-913 *5 *6)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-913 *5 *7))
- (-5 *1 (-914 *5 *6 *7))))
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-914 *5 *6)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-914 *5 *7))
+ (-5 *1 (-915 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-915 *5)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-5 *2 (-915 *6)) (-5 *1 (-917 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-916 *5)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-5 *2 (-916 *6)) (-5 *1 (-918 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-975 *5)) (-4 *5 (-1080))
- (-4 *6 (-1080)) (-5 *2 (-975 *6)) (-5 *1 (-976 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-976 *5)) (-4 *5 (-1081))
+ (-4 *6 (-1081)) (-5 *2 (-976 *6)) (-5 *1 (-977 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-871))
- (-4 *8 (-1080)) (-4 *6 (-815))
+ (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-872))
+ (-4 *8 (-1081)) (-4 *6 (-817))
(-4 *2
- (-13 (-1132)
- (-10 -8 (-15 -2413 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793))))))
- (-5 *1 (-981 *6 *7 *8 *5 *2)) (-4 *5 (-979 *8 *6 *7))))
+ (-13 (-1133)
+ (-10 -8 (-15 -2571 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-793))))))
+ (-5 *1 (-982 *6 *7 *8 *5 *2)) (-4 *5 (-980 *8 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-987 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-987 *6)) (-5 *1 (-988 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-988 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-988 *6)) (-5 *1 (-989 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-995 *5)) (-4 *5 (-1132))
- (-4 *6 (-1132)) (-5 *2 (-995 *6)) (-5 *1 (-997 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-996 *5)) (-4 *5 (-1133))
+ (-4 *6 (-1133)) (-5 *2 (-996 *6)) (-5 *1 (-998 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-972 *5)) (-4 *5 (-1080))
- (-4 *6 (-1080)) (-5 *2 (-972 *6)) (-5 *1 (-1012 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-973 *5)) (-4 *5 (-1081))
+ (-4 *6 (-1081)) (-5 *2 (-973 *6)) (-5 *1 (-1013 *5 *6))))
((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 *2 (-975 *4))) (-4 *4 (-1080))
- (-4 *2 (-979 (-975 *4) *5 *6)) (-4 *5 (-815))
+ (-12 (-5 *3 (-1 *2 (-976 *4))) (-4 *4 (-1081))
+ (-4 *2 (-980 (-976 *4) *5 *6)) (-4 *5 (-817))
(-4 *6
- (-13 (-871)
- (-10 -8 (-15 -4417 ((-1208) $))
- (-15 -2129 ((-3 $ "failed") (-1208))))))
- (-5 *1 (-1015 *4 *5 *6 *2))))
+ (-13 (-872)
+ (-10 -8 (-15 -1830 ((-1209) $))
+ (-15 -3572 ((-3 $ "failed") (-1209))))))
+ (-5 *1 (-1016 *4 *5 *6 *2))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-571)) (-4 *6 (-571))
- (-4 *2 (-1022 *6)) (-5 *1 (-1023 *5 *6 *4 *2)) (-4 *4 (-1022 *5))))
+ (-4 *2 (-1023 *6)) (-5 *1 (-1024 *5 *6 *4 *2)) (-4 *4 (-1023 *5))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-175)) (-4 *6 (-175))
- (-4 *2 (-1029 *6)) (-5 *1 (-1030 *4 *5 *2 *6)) (-4 *4 (-1029 *5))))
+ (-4 *2 (-1030 *6)) (-5 *1 (-1031 *4 *5 *2 *6)) (-4 *4 (-1030 *5))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1084 *3 *4 *5 *6 *7))
- (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5))))
+ (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1085 *3 *4 *5 *6 *7))
+ (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1084 *3 *4 *5 *6 *7))
- (-4 *5 (-1080)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5))))
+ (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1085 *3 *4 *5 *6 *7))
+ (-4 *5 (-1081)) (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1080)) (-4 *10 (-1080))
+ (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1081)) (-4 *10 (-1081))
(-14 *5 (-793)) (-14 *6 (-793)) (-4 *8 (-245 *6 *7))
- (-4 *9 (-245 *5 *7)) (-4 *2 (-1084 *5 *6 *10 *11 *12))
- (-5 *1 (-1086 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
- (-4 *4 (-1084 *5 *6 *7 *8 *9)) (-4 *11 (-245 *6 *10))
+ (-4 *9 (-245 *5 *7)) (-4 *2 (-1085 *5 *6 *10 *11 *12))
+ (-5 *1 (-1087 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
+ (-4 *4 (-1085 *5 *6 *7 *8 *9)) (-4 *11 (-245 *6 *10))
(-4 *12 (-245 *5 *10))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1120 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-1120 *6)) (-5 *1 (-1121 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1121 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-1121 *6)) (-5 *1 (-1122 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1120 *5)) (-4 *5 (-870))
- (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-663 *6))
- (-5 *1 (-1121 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1121 *5)) (-4 *5 (-871))
+ (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-663 *6))
+ (-5 *1 (-1122 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1123 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-1123 *6)) (-5 *1 (-1124 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1124 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-1124 *6)) (-5 *1 (-1125 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1126 *4 *2)) (-4 *4 (-870))
- (-4 *2 (-1181 *4))))
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1127 *4 *2)) (-4 *4 (-871))
+ (-4 *2 (-1182 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1186 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-1186 *6)) (-5 *1 (-1188 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1187 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-1187 *6)) (-5 *1 (-1189 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1186 *6)) (-5 *5 (-1186 *7))
- (-4 *6 (-1248)) (-4 *7 (-1248)) (-4 *8 (-1248)) (-5 *2 (-1186 *8))
- (-5 *1 (-1189 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1187 *6)) (-5 *5 (-1187 *7))
+ (-4 *6 (-1249)) (-4 *7 (-1249)) (-4 *8 (-1249)) (-5 *2 (-1187 *8))
+ (-5 *1 (-1190 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1202 *5)) (-4 *5 (-1080))
- (-4 *6 (-1080)) (-5 *2 (-1202 *6)) (-5 *1 (-1203 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1203 *5)) (-4 *5 (-1081))
+ (-4 *6 (-1081)) (-5 *2 (-1203 *6)) (-5 *1 (-1204 *5 *6))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1225 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132))))
+ (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1226 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1258 *5 *7 *9)) (-4 *5 (-1080))
- (-4 *6 (-1080)) (-14 *7 (-1208)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1258 *6 *8 *10)) (-5 *1 (-1259 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1208))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1259 *5 *7 *9)) (-4 *5 (-1081))
+ (-4 *6 (-1081)) (-14 *7 (-1209)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1259 *6 *8 *10)) (-5 *1 (-1260 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1209))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-1265 *6)) (-5 *1 (-1266 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1266 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-1266 *6)) (-5 *1 (-1267 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-870))
- (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1186 *6))
- (-5 *1 (-1266 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1266 *5)) (-4 *5 (-871))
+ (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1187 *6))
+ (-5 *1 (-1267 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1267 *5 *6)) (-14 *5 (-1208))
- (-4 *6 (-1080)) (-4 *8 (-1080)) (-5 *2 (-1267 *7 *8))
- (-5 *1 (-1268 *5 *6 *7 *8)) (-14 *7 (-1208))))
+ (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1268 *5 *6)) (-14 *5 (-1209))
+ (-4 *6 (-1081)) (-4 *8 (-1081)) (-5 *2 (-1268 *7 *8))
+ (-5 *1 (-1269 *5 *6 *7 *8)) (-14 *7 (-1209))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1080)) (-4 *6 (-1080))
- (-4 *2 (-1274 *6)) (-5 *1 (-1275 *5 *4 *6 *2)) (-4 *4 (-1274 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1081)) (-4 *6 (-1081))
+ (-4 *2 (-1275 *6)) (-5 *1 (-1276 *5 *4 *6 *2)) (-4 *4 (-1275 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1279 *5 *7 *9)) (-4 *5 (-1080))
- (-4 *6 (-1080)) (-14 *7 (-1208)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1279 *6 *8 *10)) (-5 *1 (-1280 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1208))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1280 *5 *7 *9)) (-4 *5 (-1081))
+ (-4 *6 (-1081)) (-14 *7 (-1209)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1280 *6 *8 *10)) (-5 *1 (-1281 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1209))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1080)) (-4 *6 (-1080))
- (-4 *2 (-1291 *6)) (-5 *1 (-1289 *5 *6 *4 *2)) (-4 *4 (-1291 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1081)) (-4 *6 (-1081))
+ (-4 *2 (-1292 *6)) (-5 *1 (-1290 *5 *6 *4 *2)) (-4 *4 (-1292 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1298 *5)) (-4 *5 (-1248))
- (-4 *6 (-1248)) (-5 *2 (-1298 *6)) (-5 *1 (-1299 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1299 *5)) (-4 *5 (-1249))
+ (-4 *6 (-1249)) (-5 *2 (-1299 *6)) (-5 *1 (-1300 *5 *6))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1298 *5))
- (-4 *5 (-1248)) (-4 *6 (-1248)) (-5 *2 (-1298 *6))
- (-5 *1 (-1299 *5 *6))))
+ (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1299 *5))
+ (-4 *5 (-1249)) (-4 *6 (-1249)) (-5 *2 (-1299 *6))
+ (-5 *1 (-1300 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1318 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-1080))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1319 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-1081))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1080)) (-5 *1 (-1322 *3 *4))
- (-4 *4 (-868)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1081)) (-5 *1 (-1323 *3 *4))
+ (-4 *4 (-870)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1057 (-864 (-560))))
- (-5 *3 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *4)))) (-4 *4 (-1080))
- (-5 *1 (-609 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-663 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-593)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 (-255 *4 *5))) (-5 *2 (-255 *4 *5))
- (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *1 (-650 *4 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *1 *1 *1) (-4 *1 (-559))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-419 (-1202 *1))) (-5 *1 (-326 *4)) (-5 *3 (-1202 *1))
- (-4 *4 (-466)) (-4 *4 (-571)) (-4 *4 (-1132))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-939)) (-5 *2 (-419 (-1202 *1))) (-5 *3 (-1202 *1)))))
-(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2470 (-803 *3)) (|:| |coef2| (-803 *3))))
- (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-2 (|:| -2470 *1) (|:| |coef2| *1)))
- (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-174)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-466)) (-4 *4 (-1132))
- (-5 *1 (-587 *4 *2)) (-4 *2 (-296)) (-4 *2 (-435 *4)))))
-(((*1 *2)
- (-12 (-4 *1 (-363))
- (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-5 *2 (-2 (|:| -3818 *3) (|:| -2660 *4))))))
-(((*1 *2 *1) (-12 (-4 *1 (-541)) (-5 *2 (-713 (-1254))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-793))
- (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-122 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 (-972 *4))) (-4 *1 (-1165 *4)) (-4 *4 (-1080))
- (-5 *2 (-793)))))
-(((*1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-405)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))
- (-5 *2 (-1202 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))
- (-5 *2 (-1202 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1127))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1287 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1) (-12 (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *1) (-5 *1 (-303))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2))
- (-4 *2 (-1274 *4))))
- ((*1 *2 *2 *3 *2 *3)
- (-12 (-5 *3 (-560)) (-5 *1 (-718 *2)) (-4 *2 (-1274 *3)))))
+ (-12 (-5 *1 (-443 *3 *2)) (-4 *3 (-13 (-175) (-38 (-421 (-560)))))
+ (-4 *2 (-13 (-872) (-21))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-114) (-115) (-115))) (-5 *1 (-115)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-1213)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-793))))
+ ((*1 *1 *1) (-4 *1 (-416))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1166)) (-5 *2 (-713 (-292))) (-5 *1 (-170)))))
-(((*1 *2 *3) (-12 (-5 *3 (-421 (-560))) (-5 *2 (-229)) (-5 *1 (-315)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-972 *4)) (-4 *4 (-1080)) (-5 *1 (-1196 *3 *4))
- (-14 *3 (-948)))))
-(((*1 *2 *3 *4 *4 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 *3)) (-4 *3 (-1102 *5 *6 *7 *8)) (-4 *5 (-466))
- (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7))
- (-5 *2 (-114)) (-5 *1 (-1019 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *3)) (-4 *3 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 *3)) (-4 *3 (-1102 *5 *6 *7 *8)) (-4 *5 (-466))
- (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7))
- (-5 *2 (-114)) (-5 *1 (-1138 *5 *6 *7 *8 *3)))))
+ (-12 (-4 *4 (-872)) (-5 *2 (-663 (-663 (-663 *4))))
+ (-5 *1 (-1220 *4)) (-5 *3 (-663 (-663 *4))))))
(((*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| (-1186 (-229)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2132
- (-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 (-1066)) (-5 *1 (-315)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304))
- (-5 *1 (-1103 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1190)) (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6)) (-5 *2 (-1304))
- (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-976 (-229))) (-5 *2 (-326 (-391))) (-5 *1 (-315)))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-571) (-1069 (-560)))) (-5 *1 (-191 *3 *2))
- (-4 *2 (-13 (-27) (-1234) (-435 (-171 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *4 (-13 (-571) (-1069 (-560))))
- (-5 *1 (-191 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 (-171 *4))))))
+ (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2))
+ (-4 *2 (-1292 *3))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-1238 *4 *2)) (-4 *2 (-13 (-27) (-1234) (-435 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376))
- (-4 *7 (-1274 (-421 *6)))
- (-5 *2 (-2 (|:| |answer| *3) (|:| -3289 *3)))
- (-5 *1 (-577 *5 *6 *7 *3)) (-4 *3 (-355 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376))
- (-5 *2
- (-2 (|:| |answer| (-421 *6)) (|:| -3289 (-421 *6))
- (|:| |specpart| (-421 *6)) (|:| |polypart| *6)))
- (-5 *1 (-578 *5 *6)) (-5 *3 (-421 *6)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-251 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1172 *3 *4)) (-4 *3 (-13 (-1132) (-34)))
- (-4 *4 (-13 (-1132) (-34))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-305 (-975 (-560))))
- (-5 *2
- (-2 (|:| |varOrder| (-663 (-1208)))
- (|:| |inhom| (-3 (-663 (-1298 (-793))) "failed"))
- (|:| |hom| (-663 (-1298 (-793))))))
- (-5 *1 (-243)))))
+ (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1275 *3))
+ (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1292 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2))
+ (-4 *2 (-1292 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-13 (-571) (-149)))
+ (-5 *1 (-1186 *3)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1097 *3 *4 *2)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-114)) (-5 *1 (-846)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))))
-(((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887)))))
-(((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4509)) (-4 *1 (-153 *2)) (-4 *2 (-1248))
- (-4 *2 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4509)) (-4 *1 (-153 *3))
- (-4 *3 (-1248))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-696 *3)) (-4 *3 (-1248))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-114) *4)) (-5 *3 (-560)) (-4 *4 (-1132))
- (-5 *1 (-758 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-5 *1 (-758 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34)))
- (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1172 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-1183)))))
-(((*1 *2 *1) (-12 (-4 *1 (-894 *3)) (-5 *2 (-560)))))
-(((*1 *2)
- (-12 (-5 *2 (-421 (-975 *3))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1190) (-795))) (-5 *1 (-115)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-5 *2 (-114)) (-5 *1 (-1250 *3)) (-4 *3 (-1132))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-1 (-114) *3 *3)) (-4 *3 (-1132)) (-5 *2 (-114))
- (-5 *1 (-1250 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1212)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-319) (-1069 (-560)) (-660 (-560)) (-149)))
- (-5 *2 (-1 *5 *5)) (-5 *1 (-826 *4 *5))
- (-4 *5 (-13 (-29 *4) (-1234) (-989))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-711 *3))
- (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *4 (-1274 *3)) (-5 *1 (-513 *3 *4 *5)) (-4 *5 (-424 *3 *4)))))
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-979 *4 *5 *6)) (-5 *2 (-663 (-663 *7)))
- (-5 *1 (-463 *4 *5 *6 *7)) (-5 *3 (-663 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815))
- (-4 *7 (-871)) (-4 *8 (-979 *5 *6 *7)) (-5 *2 (-663 (-663 *8)))
- (-5 *1 (-463 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
-(((*1 *2)
- (-12 (-5 *2 (-2 (|:| -2189 (-663 *3)) (|:| -2961 (-663 *3))))
- (-5 *1 (-1250 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-898)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-419 (-1202 (-560)))) (-5 *1 (-194)) (-5 *3 (-560)))))
+ (-12 (-5 *3 (-711 (-421 (-976 (-560)))))
+ (-5 *2 (-663 (-711 (-326 (-560))))) (-5 *1 (-1060)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1008 *4 *5 *6 *3)) (-4 *3 (-1096 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1230)))))
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-171 (-229)))) (-5 *2 (-1067))
+ (-5 *1 (-778)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-137 *5 *6 *7)) (-14 *5 (-560))
+ (-14 *6 (-793)) (-4 *7 (-175)) (-4 *8 (-175))
+ (-5 *2 (-137 *5 *6 *8)) (-5 *1 (-138 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *9)) (-4 *9 (-1081)) (-4 *5 (-872)) (-4 *6 (-817))
+ (-4 *8 (-1081)) (-4 *2 (-980 *9 *7 *5))
+ (-5 *1 (-750 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-817))
+ (-4 *4 (-980 *8 *6 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-696 *3)) (-4 *3 (-1249)) (-5 *2 (-114)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1103 *4 *5 *6 *3)) (-4 *4 (-466)) (-4 *5 (-817))
+ (-4 *6 (-872)) (-4 *3 (-1097 *4 *5 *6)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *3 (-1097 *4 *5 *6))
+ (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -2417 *1))))
+ (-4 *1 (-1103 *4 *5 *6 *3)))))
(((*1 *1 *1 *2)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-518 *3 *4 *5 *2)) (-4 *2 (-979 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-376)) (-4 *3 (-815)) (-4 *4 (-871))
- (-5 *1 (-518 *2 *3 *4 *5)) (-4 *5 (-979 *2 *3 *4)))))
-(((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-560)) (-5 *1 (-1186 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-326 (-560))) (-5 *1 (-958))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-1132)) (-5 *1 (-959 *3 *2)) (-4 *2 (-435 *3)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1190))
- (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *1)
- (-12 (-4 *1 (-418)) (-1372 (|has| *1 (-6 -4500)))
- (-1372 (|has| *1 (-6 -4492)))))
- ((*1 *2 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1132)) (-4 *2 (-871))))
- ((*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-871))))
- ((*1 *1) (-4 *1 (-866))) ((*1 *1 *1 *1) (-4 *1 (-874))))
+ (-12 (-5 *2 (-663 *1)) (|has| *1 (-6 -4511)) (-4 *1 (-1042 *3))
+ (-4 *3 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-291)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-1299 *5)) (-4 *5 (-319))
+ (-4 *5 (-1081)) (-5 *2 (-711 *5)) (-5 *1 (-1062 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)) (-4 *2 (-559))))
+ ((*1 *1 *1) (-4 *1 (-1092))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-114)))))
+(((*1 *1) (-4 *1 (-999))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-793)) (-5 *1 (-601 *2)) (-4 *2 (-559)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-663 (-972 *3)))))
+ (-12 (-5 *2 (-663 *5)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560))
+ (-14 *4 (-793)) (-4 *5 (-175)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
+ (-5 *2
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
+ (|:| |success| (-114))))
+ (-5 *1 (-811)) (-5 *5 (-560)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1249)) (-5 *2 (-663 *1)) (-4 *1 (-1042 *3)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1249)) (-4 *2 (-872))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-114) *3 *3)) (-4 *1 (-385 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1000 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1166 *2)) (-4 *2 (-1081))))
((*1 *1 *2)
- (-12 (-5 *2 (-663 (-972 *3))) (-4 *3 (-1080)) (-4 *1 (-1165 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-972 *3))) (-4 *1 (-1165 *3)) (-4 *3 (-1080)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-887)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-571)) (-4 *4 (-385 *3)) (-4 *5 (-385 *3))
- (-5 *1 (-1239 *3 *4 *5 *2)) (-4 *2 (-708 *3 *4 *5)))))
+ (-12 (-5 *2 (-663 *1)) (-4 *1 (-1166 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-1197 *3 *4))) (-5 *1 (-1197 *3 *4))
+ (-14 *3 (-949)) (-4 *4 (-1081))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-1197 *2 *3)) (-14 *2 (-949)) (-4 *3 (-1081)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888))))
+ ((*1 *1 *1) (-5 *1 (-888))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1095)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-466)) (-4 *4 (-871)) (-4 *5 (-815)) (-5 *2 (-663 *6))
- (-5 *1 (-1017 *3 *4 *5 *6)) (-4 *6 (-979 *3 *5 *4)))))
+ (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872))
+ (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-114)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-520))) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-901))) (-5 *1 (-497)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-571))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-663 (-1312 *4 *5 *6 *7)))
- (-5 *1 (-1312 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 *9)) (-5 *4 (-1 (-114) *9 *9))
- (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1096 *6 *7 *8)) (-4 *6 (-571))
- (-4 *7 (-815)) (-4 *8 (-871)) (-5 *2 (-663 (-1312 *6 *7 *8 *9)))
- (-5 *1 (-1312 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-704 *2)) (-4 *2 (-1133))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-663 *5) (-663 *5))) (-5 *4 (-560))
+ (-5 *2 (-663 *5)) (-5 *1 (-704 *5)) (-4 *5 (-1133)))))
+(((*1 *1) (-5 *1 (-450))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175))))
+ ((*1 *2 *3 *3 *2)
+ (-12 (-5 *3 (-793)) (-5 *1 (-881 *2)) (-4 *2 (-175)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *5 (-1253)) (-4 *6 (-1274 *5))
- (-4 *7 (-1274 (-421 *6))) (-5 *2 (-663 (-975 *5)))
- (-5 *1 (-354 *4 *5 *6 *7)) (-4 *4 (-355 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-4 *1 (-355 *4 *5 *6)) (-4 *4 (-1253))
- (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5))) (-4 *4 (-376))
- (-5 *2 (-663 (-975 *4))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *3 (-1096 *4 *5 *6)) (-5 *2 (-663 *1))
- (-4 *1 (-1102 *4 *5 *6 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1218)))))
+ (-12 (-5 *3 (-1222 (-663 *4))) (-4 *4 (-872))
+ (-5 *2 (-663 (-663 *4))) (-5 *1 (-1220 *4)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-560)) (-4 *3 (-175)) (-4 *5 (-385 *3))
+ (-4 *6 (-385 *3)) (-5 *1 (-710 *3 *5 *6 *2))
+ (-4 *2 (-708 *3 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1231)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1153 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1209)) (-5 *2 (-450)) (-5 *1 (-1213)))))
+(((*1 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *2 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-888)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-973 *3)) (-4 *3 (-13 (-376) (-1235) (-1034)))
+ (-5 *1 (-179 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-495 *4 *5))) (-14 *4 (-663 (-1208)))
+ (-12 (-5 *2 (-1187 (-560))) (-5 *1 (-1193 *4)) (-4 *4 (-1081))
+ (-5 *3 (-560)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))))
+(((*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-495 *4 *5))) (-14 *4 (-663 (-1209)))
(-4 *5 (-466))
(-5 *2
(-2 (|:| |gblist| (-663 (-255 *4 *5)))
(|:| |gvlist| (-663 (-560)))))
(-5 *1 (-650 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-957)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-326 (-229))) (-5 *2 (-326 (-421 (-560))))
- (-5 *1 (-315)))))
-(((*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-663 (-114))))))
-(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-114))
- (-5 *2 (-1066)) (-5 *1 (-775)))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-663 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-432 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-114) *8)) (-4 *8 (-1096 *5 *6 *7)) (-4 *5 (-571))
- (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8))))
- (-5 *1 (-1008 *5 *6 *7 *8)) (-5 *4 (-663 *8)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-435 *3) (-1033))) (-5 *1 (-287 *3 *2))
- (-4 *3 (-571)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1202 *1)) (-5 *3 (-1208)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1202 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-975 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1208)) (-4 *1 (-29 *3)) (-4 *3 (-571))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-571)))))
-(((*1 *1 *1 *1) (-5 *1 (-229)))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2 *2)
+ (-12 (-4 *5 (-817)) (-4 *4 (-872)) (-4 *6 (-319)) (-5 *2 (-419 *3))
+ (-5 *1 (-764 *5 *4 *6 *3)) (-4 *3 (-980 *6 *5 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-388 *4 *2))
+ (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4511)))))))
+(((*1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1212)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1284 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1261 *3))
+ (-5 *2 (-421 (-560))))))
+(((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2)
(-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-319)) (-4 *6 (-385 *5)) (-4 *4 (-385 *5))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4222 (-663 *4))))
+ (-5 *1 (-1156 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4)))))
+(((*1 *1 *1) (-5 *1 (-229))) ((*1 *1 *1) (-5 *1 (-391)))
+ ((*1 *1) (-5 *1 (-391))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1187 (-421 *3))) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1209)) (-5 *2 (-1305)) (-5 *1 (-1212))))
+ ((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1212)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-973 *3) (-973 *3))) (-5 *1 (-179 *3))
+ (-4 *3 (-13 (-376) (-1235) (-1034)))))
+ ((*1 *2)
+ (|partial| -12 (-4 *4 (-1254)) (-4 *5 (-1275 (-421 *2)))
+ (-4 *2 (-1275 *4)) (-5 *1 (-354 *3 *4 *2 *5))
+ (-4 *3 (-355 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-355 *3 *2 *4)) (-4 *3 (-1254))
+ (-4 *4 (-1275 (-421 *2))) (-4 *2 (-1275 *3)))))
+(((*1 *1 *1) (-4 *1 (-1176))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1133)) (-4 *4 (-13 (-1081) (-912 *3) (-633 *2)))
+ (-5 *2 (-916 *3)) (-5 *1 (-1107 *3 *4 *5))
+ (-4 *5 (-13 (-435 *4) (-912 *3) (-633 *2))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-663 (-973 (-229)))))
+ (-5 *2 (-663 (-1121 (-229)))) (-5 *1 (-958)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
+ (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1305) (-1299 *5) (-1299 *5) (-391)))
+ (-5 *3 (-1299 (-391))) (-5 *5 (-391)) (-5 *2 (-1305))
+ (-5 *1 (-810)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4510)) (-4 *1 (-503 *4))
+ (-4 *4 (-1249)) (-5 *2 (-114)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-331 *3 *4 *5)) (-4 *3 (-376))
+ (-14 *4 (-1209)) (-14 *5 *3))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-576)) (-5 *3 (-560))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1203 (-421 (-560)))) (-5 *1 (-972)) (-5 *3 (-560)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-1042 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-571)) (-5 *1 (-1001 *4 *2))
+ (-4 *2 (-1275 *4)))))
+(((*1 *1 *1) (-5 *1 (-1095))))
+(((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *2 (-1067))
+ (-5 *1 (-770)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *2)) (-5 *4 (-1 (-114) *2 *2)) (-5 *1 (-1251 *2))
+ (-4 *2 (-1133))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-1133)) (-4 *2 (-872))
+ (-5 *1 (-1251 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2)
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-466) (-149))) (-5 *2 (-419 *3))
+ (-5 *1 (-100 *4 *3)) (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 *3)) (-4 *3 (-1275 *5)) (-4 *5 (-13 (-466) (-149)))
+ (-5 *2 (-419 *3)) (-5 *1 (-100 *5 *3)))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-803 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-986 *3 *2)) (-4 *2 (-133)) (-4 *3 (-571))
+ (-4 *3 (-1081)) (-4 *2 (-816))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1203 *3)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1003)) (-4 *2 (-133)) (-5 *1 (-1211 *3)) (-4 *3 (-571))
+ (-4 *3 (-1081))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-793)) (-5 *1 (-1268 *4 *3)) (-14 *4 (-1209))
+ (-4 *3 (-1081)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-773)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1292 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1209)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -2417 *8)))
+ (-4 *7 (-1097 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *8))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1072))))
- ((*1 *1 *1 *1) (-4 *1 (-1170))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-1208)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-948)) (-5 *1 (-808)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-793)) (-4 *5 (-571))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-1000 *5 *3)) (-4 *3 (-1274 *5)))))
-(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-954)))))
-(((*1 *1 *1) (-4 *1 (-145)))
+ (-12 (-5 *3 (-2 (|:| |val| (-663 *7)) (|:| -2417 *8)))
+ (-4 *7 (-1097 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *8)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-437 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1235) (-435 *3)))
+ (-14 *4 (-1209)) (-14 *5 *2)))
((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-793)) (-4 *5 (-571))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-1000 *5 *3)) (-4 *3 (-1274 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-5 *2 (-114)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-778)))))
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-4 *2 (-13 (-27) (-1235) (-435 *3) (-10 -8 (-15 -3834 ($ *4)))))
+ (-4 *4 (-871))
+ (-4 *5
+ (-13 (-1278 *2 *4) (-376) (-1235)
+ (-10 -8 (-15 -2703 ($ $)) (-15 -3671 ($ $)))))
+ (-5 *1 (-438 *3 *2 *4 *5 *6 *7)) (-4 *6 (-1015 *5))
+ (-14 *7 (-1209)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 *4)) (-4 *4 (-1081)) (-4 *2 (-1275 *4))
+ (-5 *1 (-458 *4 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-421 (-1203 (-326 *5)))) (-5 *3 (-1299 (-326 *5)))
+ (-5 *4 (-560)) (-4 *5 (-571)) (-5 *1 (-1162 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-1097 *3 *4 *5)) (-5 *1 (-643 *3 *4 *5 *6 *7 *2))
+ (-4 *7 (-1103 *3 *4 *5 *6)) (-4 *2 (-1141 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1124 (-976 (-560)))) (-5 *3 (-976 (-560)))
+ (-5 *1 (-342))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1124 (-976 (-560)))) (-5 *1 (-342)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-3 (|:| |fst| (-448)) (|:| -4056 "void")))
+ (-5 *2 (-1305)) (-5 *1 (-1212))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209))
+ (-5 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *2 (-1305))
+ (-5 *1 (-1212))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *3 (-1209))
+ (-5 *4 (-3 (|:| |fst| (-448)) (|:| -4056 "void"))) (-5 *2 (-1305))
+ (-5 *1 (-1212)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *4 *5 *6)) (-4 *4 (-319))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-462 *4 *5 *6 *2)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-843 *3)) (-4 *3 (-872)) (-5 *1 (-694 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-793)) (-5 *1 (-122 *3)) (-4 *3 (-1275 (-560))))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1262 *3 *2)) (-4 *3 (-1080))
- (-4 *2 (-1291 *3)))))
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *6)) (-4 *5 (-1132))
- (-4 *6 (-1248)) (-5 *2 (-1 *6 *5)) (-5 *1 (-665 *5 *6))))
+ (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *6)) (-4 *5 (-1133))
+ (-4 *6 (-1249)) (-5 *2 (-1 *6 *5)) (-5 *1 (-665 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-4 *5 (-1132))
- (-4 *2 (-1248)) (-5 *1 (-665 *5 *2))))
+ (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-4 *5 (-1133))
+ (-4 *2 (-1249)) (-5 *1 (-665 *5 *2))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 *5)) (-4 *6 (-1132))
- (-4 *5 (-1248)) (-5 *2 (-1 *5 *6)) (-5 *1 (-665 *6 *5))))
+ (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 *5)) (-4 *6 (-1133))
+ (-4 *5 (-1249)) (-5 *2 (-1 *5 *6)) (-5 *1 (-665 *6 *5))))
((*1 *2 *3 *4 *5 *2)
- (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-4 *5 (-1132))
- (-4 *2 (-1248)) (-5 *1 (-665 *5 *2))))
+ (-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-4 *5 (-1133))
+ (-4 *2 (-1249)) (-5 *1 (-665 *5 *2))))
((*1 *2 *3 *4 *2)
(-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-663 *5)) (-5 *4 (-663 *6))
- (-4 *5 (-1132)) (-4 *6 (-1248)) (-5 *1 (-665 *5 *6))))
+ (-4 *5 (-1133)) (-4 *6 (-1249)) (-5 *1 (-665 *5 *6))))
((*1 *2 *3 *4 *5 *6)
(-12 (-5 *3 (-663 *5)) (-5 *4 (-663 *2)) (-5 *6 (-1 *2 *5))
- (-4 *5 (-1132)) (-4 *2 (-1248)) (-5 *1 (-665 *5 *2))))
- ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1175)) (-5 *3 (-146)) (-5 *2 (-793)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 (-630 *5))) (-5 *3 (-1208)) (-4 *5 (-435 *4))
- (-4 *4 (-1132)) (-5 *1 (-587 *4 *5)))))
+ (-4 *5 (-1133)) (-4 *2 (-1249)) (-5 *1 (-665 *5 *2))))
+ ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1176)) (-5 *3 (-146)) (-5 *2 (-793)))))
+(((*1 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-270))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-114)) (-5 *3 (-663 (-270))) (-5 *1 (-271))))
+ ((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481))))
+ ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-481)))))
+(((*1 *2 *1) (-12 (-5 *2 (-847)) (-5 *1 (-846)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-1275 *4)) (-4 *4 (-1254))
+ (-4 *1 (-355 *4 *3 *5)) (-4 *5 (-1275 (-421 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
+ (-5 *2 (-1067)) (-5 *1 (-773)))))
+(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-339 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1249))
+ (-14 *4 (-560)))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-1304)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5))
+ (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1313 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-663 *8)) (-5 *3 (-1 (-114) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1097 *5 *6 *7)) (-4 *5 (-571))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-5 *1 (-1313 *5 *6 *7 *8)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1209))) (-5 *1 (-1213)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-495 *4 *5)) (-14 *4 (-663 (-1209))) (-4 *5 (-1081))
+ (-5 *2 (-976 *5)) (-5 *1 (-974 *4 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 *4)) (-5 *1 (-1173 *3 *4))
+ (-4 *3 (-13 (-1133) (-34))) (-4 *4 (-13 (-1133) (-34))))))
+(((*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *2) (-12 (-5 *2 (-996 *3)) (-4 *3 (-1133)) (-5 *1 (-997 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-149)) (-4 *2 (-319)) (-4 *2 (-466)) (-4 *3 (-872))
+ (-4 *4 (-817)) (-5 *1 (-1018 *2 *3 *4 *5)) (-4 *5 (-980 *2 *4 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-326 (-560))) (-5 *1 (-1151))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1299 (-663 (-2 (|:| -1992 *4) (|:| -2081 (-1152))))))
+ (-4 *4 (-363)) (-5 *2 (-1305)) (-5 *1 (-542 *4)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-229) (-229) (-229)))
+ (-5 *4 (-3 (-1 (-229) (-229) (-229) (-229)) "undefined"))
+ (-5 *5 (-1121 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1165 (-229)))
+ (-5 *1 (-719))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-973 (-229)) (-229) (-229))) (-5 *4 (-1121 (-229)))
+ (-5 *5 (-663 (-270))) (-5 *2 (-1165 (-229))) (-5 *1 (-719))))
+ ((*1 *2 *2 *3 *4 *4 *5)
+ (-12 (-5 *2 (-1165 (-229))) (-5 *3 (-1 (-973 (-229)) (-229) (-229)))
+ (-5 *4 (-1121 (-229))) (-5 *5 (-663 (-270))) (-5 *1 (-719)))))
+(((*1 *1) (-5 *1 (-624))) ((*1 *1) (-5 *1 (-625))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-663 (-421 *6))) (-5 *3 (-421 *6))
+ (-4 *6 (-1275 *5)) (-4 *5 (-13 (-376) (-149) (-1070 (-560))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-582 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-174)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1299 *6)) (-5 *4 (-1299 (-560))) (-5 *5 (-560))
+ (-4 *6 (-1133)) (-5 *2 (-1 *6)) (-5 *1 (-1049 *6)))))
(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -3128 (-803 *3)) (|:| |coef2| (-803 *3))))
+ (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1081))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-2 (|:| -3128 *1) (|:| |coef2| *1)))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-630 *5))) (-4 *4 (-1133)) (-5 *2 (-630 *5))
+ (-5 *1 (-587 *4 *5)) (-4 *5 (-435 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-5 *2
+ (-2 (|:| |zeros| (-1187 (-229))) (|:| |ones| (-1187 (-229)))
+ (|:| |singularities| (-1187 (-229)))))
+ (-5 *1 (-105)))))
+(((*1 *2 *3) (-12 (-5 *3 (-663 (-51))) (-5 *2 (-1305)) (-5 *1 (-884)))))
+(((*1 *2 *3) (-12 (-5 *3 (-949)) (-5 *2 (-1191)) (-5 *1 (-808)))))
+(((*1 *1 *1) (-5 *1 (-1095))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-549)))))
+(((*1 *2 *2 *3)
(-12
(-5 *2
- (-2 (|:| -2470 (-803 *3)) (|:| |coef1| (-803 *3))
- (|:| |coef2| (-803 *3))))
- (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-571)) (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-2 (|:| -2470 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-1096 *3 *4 *5)))))
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *4))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *4)))))))
+ (-5 *3 (-663 *7)) (-4 *4 (-13 (-319) (-149)))
+ (-4 *7 (-980 *4 *6 *5)) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-5 *1 (-954 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1203 *4)) (-4 *4 (-363)) (-5 *2 (-988 (-1152)))
+ (-5 *1 (-360 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1187 *3)) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-680 *3)) (-4 *3 (-1081)) (-4 *3 (-376))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-793)) (-5 *4 (-1 *5 *5)) (-4 *5 (-376))
+ (-5 *1 (-682 *5 *2)) (-4 *2 (-680 *5)))))
+(((*1 *2 *1 *2) (-12 (-5 *1 (-1058 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *6 (-229)) (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-1236 *3))) (-5 *1 (-1236 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *1 (-701 *3 *2)) (-4 *3 (-1133)) (-4 *2 (-1133)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-916 *4)) (-4 *4 (-1133)) (-5 *2 (-1 (-114) *5))
+ (-5 *1 (-917 *4 *5)) (-4 *5 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1167)) (-5 *1 (-1199)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
+ (-4 *4 (-571)))))
+(((*1 *1 *2) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-108))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-549))) (-5 *1 (-549)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *2 (-1299 (-326 (-391))))
+ (-5 *1 (-315)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1008 *4 *5 *3 *6)) (-4 *4 (-1081)) (-4 *5 (-817))
+ (-4 *3 (-872)) (-4 *6 (-1097 *4 *5 *3)) (-5 *2 (-114)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949)) (-5 *2 (-1211 (-421 (-560)))) (-5 *1 (-193)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-916 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-980 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-464 *4 *5 *6 *2)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1023 *2)) (-4 *2 (-571)) (-5 *1 (-144 *2 *4 *3))
+ (-4 *3 (-385 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1023 *2)) (-4 *2 (-571)) (-5 *1 (-517 *2 *4 *5 *3))
+ (-4 *5 (-385 *2)) (-4 *3 (-385 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-711 *4)) (-4 *4 (-1023 *2)) (-4 *2 (-571))
+ (-5 *1 (-715 *2 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1023 *2)) (-4 *2 (-571)) (-5 *1 (-1270 *2 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-187 (-257))) (-5 *1 (-256)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-1133)) (-5 *2 (-663 *1))
+ (-4 *1 (-397 *3 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-757 *3 *4))) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-748))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-980 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-171 (-229))) (-5 *5 (-560)) (-5 *6 (-1191))
+ (-5 *3 (-229)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *1 (-701 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133)))))
+(((*1 *2 *1) (|partial| -12 (-5 *1 (-377 *2)) (-4 *2 (-1133))))
+ ((*1 *2 *1) (|partial| -12 (-5 *2 (-1191)) (-5 *1 (-1231)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
+ (-12 (-4 *4 (-1081)) (-4 *2 (-708 *4 *5 *6))
+ (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1275 *4)) (-4 *5 (-385 *4))
+ (-4 *6 (-385 *4)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1104 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-888))) (-5 *1 (-888)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1147)) (-5 *1 (-1148)))))
+(((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1073)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1186 (-663 (-560)))) (-5 *1 (-908)) (-5 *3 (-560)))))
-(((*1 *2 *1) (-12 (-4 *1 (-789 *3)) (-4 *3 (-1132)) (-5 *2 (-114)))))
+ (-12
+ (-5 *2
+ (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))
+ (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560)))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))
+ (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560)))
+ (-5 *4 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))
+ (-5 *1 (-1053 *3)) (-4 *3 (-1275 (-560))) (-5 *4 (-421 (-560)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-421 (-560)))
+ (-5 *2 (-663 (-2 (|:| -3369 *5) (|:| -3379 *5)))) (-5 *1 (-1053 *3))
+ (-4 *3 (-1275 (-560))) (-5 *4 (-2 (|:| -3369 *5) (|:| -3379 *5)))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))
+ (-5 *1 (-1054 *3)) (-4 *3 (-1275 (-421 (-560))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-663 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560))))))
+ (-5 *1 (-1054 *3)) (-4 *3 (-1275 (-421 (-560))))
+ (-5 *4 (-2 (|:| -3369 (-421 (-560))) (|:| -3379 (-421 (-560)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-421 (-560)))
+ (-5 *2 (-663 (-2 (|:| -3369 *4) (|:| -3379 *4)))) (-5 *1 (-1054 *3))
+ (-4 *3 (-1275 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-421 (-560)))
+ (-5 *2 (-663 (-2 (|:| -3369 *5) (|:| -3379 *5)))) (-5 *1 (-1054 *3))
+ (-4 *3 (-1275 *5)) (-5 *4 (-2 (|:| -3369 *5) (|:| -3379 *5))))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-407))))
+ ((*1 *2 *1) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1229)))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -4222 (-663 *1))))
+ (-4 *1 (-380 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-467 *3 *4 *5 *6))
+ (|:| -4222 (-663 (-467 *3 *4 *5 *6)))))
+ (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1275 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-147))))
+ ((*1 *1 *1) (-4 *1 (-363)))
+ ((*1 *2 *1) (-12 (-5 *2 (-713 *1)) (-4 *1 (-147)) (-4 *1 (-940)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-1 (-114) *8))) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-571)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-2 (|:| |goodPols| (-663 *8)) (|:| |badPols| (-663 *8))))
+ (-5 *1 (-1009 *5 *6 *7 *8)) (-5 *4 (-663 *8)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
+ (-12 (-5 *3 (-1191)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-779)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1007 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-5 *2 (-663 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
+ (-12 (-4 *1 (-378 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-5 *2 (-1191)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-326 (-229))) (-5 *2 (-326 (-421 (-560))))
+ (-5 *1 (-315)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1186 (-421 *3))) (-5 *1 (-177 *3)) (-4 *3 (-319)))))
+ (-12 (-5 *2 (-421 (-976 *3))) (-5 *1 (-467 *3 *4 *5 *6))
+ (-4 *3 (-571)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)))) (-4 *3 (-571))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3))
+ (-4 *2
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *3 (-630 $)) $))
+ (-15 -3138 ((-1157 *3 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *3 (-630 $))))))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 *4)) (-5 *1 (-1172 *3 *4))
- (-4 *3 (-13 (-1132) (-34))) (-4 *4 (-13 (-1132) (-34))))))
+ (-12 (-4 *3 (-1081)) (-5 *2 (-1299 *3)) (-5 *1 (-734 *3 *4))
+ (-4 *4 (-1275 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1249)) (-5 *1 (-185 *3 *2)) (-4 *2 (-696 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-663 (-973 (-229))))) (-5 *2 (-663 (-229)))
+ (-5 *1 (-482)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-711 (-326 (-229))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-391)) (|:| |stabilityFactor| (-391))))
+ (-5 *1 (-208)))))
+(((*1 *1)
+ (-12 (-4 *1 (-418)) (-2912 (|has| *1 (-6 -4501)))
+ (-2912 (|has| *1 (-6 -4493)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1133)) (-4 *2 (-872))))
+ ((*1 *2 *1) (-12 (-4 *1 (-854 *2)) (-4 *2 (-872))))
+ ((*1 *1) (-4 *1 (-868))) ((*1 *1 *1 *1) (-4 *1 (-875))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-888))) ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-1254)) (-4 *5 (-1275 *3)) (-4 *6 (-1275 (-421 *5)))
+ (-5 *2 (-114)) (-5 *1 (-354 *4 *3 *5 *6)) (-4 *4 (-355 *3 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-114)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-4 *1 (-107 *3)))))
+(((*1 *1 *1 *1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-571)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1231))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-1231)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-1193 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-711 *5))) (-4 *5 (-319)) (-4 *5 (-1081))
+ (-5 *2 (-1299 (-1299 *5))) (-5 *1 (-1062 *5)) (-5 *4 (-1299 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1275 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-943 *4 *3))
+ (-4 *3 (-1275 (-421 *4))))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1324 *3 *4)) (-4 *1 (-387 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-175))))
+ ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-399 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-843 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-843 *3)) (-4 *1 (-1319 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))))
+(((*1 *1) (-5 *1 (-143))) ((*1 *1 *1) (-5 *1 (-146)))
+ ((*1 *1 *1) (-4 *1 (-1176))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1080)) (-4 *3 (-1132))
- (-5 *2 (-2 (|:| |val| *1) (|:| -3881 (-560)))) (-4 *1 (-435 *3))))
+ (-12 (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 (-560)))))
+ (-5 *1 (-374 *3)) (-4 *3 (-1133))))
((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |val| (-915 *3)) (|:| -3881 (-915 *3))))
- (-5 *1 (-915 *3)) (-4 *3 (-1132))))
+ (-12 (-4 *1 (-399 *3)) (-4 *3 (-1133))
+ (-5 *2 (-663 (-2 (|:| |gen| *3) (|:| -2784 (-793)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-663 (-2 (|:| -2549 *3) (|:| -2909 (-560)))))
+ (-5 *1 (-419 *3)) (-4 *3 (-571)))))
+(((*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-339 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 *3)) (-4 *3 (-1249)) (-5 *1 (-530 *3 *4))
+ (-14 *4 (-560)))))
+(((*1 *2 *2 *2 *2 *3)
+ (-12 (-4 *3 (-571)) (-5 *1 (-1001 *3 *2)) (-4 *2 (-1275 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-131)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1081)) (-4 *2 (-708 *4 *5 *6))
+ (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1275 *4)) (-4 *5 (-385 *4))
+ (-4 *6 (-385 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1070 (-560))) (-4 *1 (-310)) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-932 *3)) (-4 *3 (-1133)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-976 (-171 *4))) (-4 *4 (-175))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-976 (-171 *5))) (-5 *4 (-949)) (-4 *5 (-175))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080))
- (-4 *7 (-979 *6 *4 *5))
- (-5 *2 (-2 (|:| |val| *3) (|:| -3881 (-560))))
- (-5 *1 (-980 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $))
- (-15 -4429 (*7 $))))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033) (-1234)))))
- ((*1 *1 *1) (-4 *1 (-649))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 (-114) *9)) (-5 *5 (-1 (-114) *9 *9))
- (-4 *9 (-1096 *6 *7 *8)) (-4 *6 (-571)) (-4 *7 (-815))
- (-4 *8 (-871)) (-5 *2 (-2 (|:| |bas| *1) (|:| -2765 (-663 *9))))
- (-5 *3 (-663 *9)) (-4 *1 (-1243 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-114) *8 *8)) (-4 *8 (-1096 *5 *6 *7))
- (-4 *5 (-571)) (-4 *6 (-815)) (-4 *7 (-871))
- (-5 *2 (-2 (|:| |bas| *1) (|:| -2765 (-663 *8))))
- (-5 *3 (-663 *8)) (-4 *1 (-1243 *5 *6 *7 *8)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1248))
- (-4 *5 (-385 *4)) (-4 *2 (-385 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *6 *2 *7)) (-4 *6 (-1080))
- (-4 *7 (-245 *4 *6)) (-4 *2 (-245 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 *2)) (-5 *4 (-1 (-114) *2 *2)) (-5 *1 (-1250 *2))
- (-4 *2 (-1132))))
+ (|partial| -12 (-5 *3 (-976 *4)) (-4 *4 (-1081))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-976 *5)) (-5 *4 (-949)) (-4 *5 (-1081))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-421 (-976 (-171 *4)))) (-4 *4 (-571))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-421 (-976 (-171 *5)))) (-5 *4 (-949))
+ (-4 *5 (-571)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391)))
+ (-5 *1 (-807 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-1132)) (-4 *2 (-871))
- (-5 *1 (-1250 *2)))))
+ (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-872))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-872)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391)))
+ (-5 *1 (-807 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-326 (-171 *4))) (-4 *4 (-571)) (-4 *4 (-872))
+ (-4 *4 (-633 (-391))) (-5 *2 (-171 (-391))) (-5 *1 (-807 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-326 (-171 *5))) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-872)) (-4 *5 (-633 (-391))) (-5 *2 (-171 (-391)))
+ (-5 *1 (-807 *5)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-663 (-560))) (-5 *3 (-663 (-949))) (-5 *4 (-114))
+ (-5 *1 (-1142)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1191) (-795))) (-5 *1 (-115)))))
+(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-872)) (-5 *1 (-123 *3)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-949)) (-5 *4 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1302)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
+ (-5 *1 (-1160 *3 *2)) (-4 *3 (-1275 *2)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1274 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-942 *4 *3))
- (-4 *3 (-1274 (-421 *4))))))
-(((*1 *1) (-4 *1 (-998))))
+ (-12 (-5 *3 (-560)) (|has| *1 (-6 -4501)) (-4 *1 (-418))
+ (-5 *2 (-949)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *2 *3 *3)
+ (-12 (|has| *2 (-6 (-4512 "*"))) (-4 *5 (-385 *2)) (-4 *6 (-385 *2))
+ (-4 *2 (-1081)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1275 *2))
+ (-4 *4 (-708 *2 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1234) (-435 *4)))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-1203 *3)) (-5 *1 (-41 *4 *3))
+ (-4 *3
+ (-13 (-376) (-310)
+ (-10 -8 (-15 -3125 ((-1157 *4 (-630 $)) $))
+ (-15 -3138 ((-1157 *4 (-630 $)) $))
+ (-15 -3834 ($ (-1157 *4 (-630 $))))))))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
+ (-5 *2
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
+ (|:| |success| (-114))))
+ (-5 *1 (-811)) (-5 *5 (-560)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2)
+ (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305))
+ (-5 *1 (-1020 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-466)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-1305))
+ (-5 *1 (-1139 *3 *4 *5 *6 *7)) (-4 *7 (-1103 *3 *4 *5 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1) (-12 (-5 *1 (-919 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1244 *2 *3 *4 *5)) (-4 *2 (-571))
+ (-4 *3 (-817)) (-4 *4 (-872)) (-4 *5 (-1097 *2 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1288 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-338 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-816)) (-4 *3 (-175)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-174)) (-5 *1 (-1197 *3 *4)) (-14 *3 (-949))
+ (-4 *4 (-1081)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-560)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1081)))))
+(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817))
+ (-4 *8 (-872)) (-4 *9 (-1097 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -1969 (-663 *9)) (|:| -2417 *4) (|:| |ineq| (-663 *9))))
+ (-5 *1 (-1020 *6 *7 *8 *9 *4)) (-5 *3 (-663 *9))
+ (-4 *4 (-1103 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-114)) (-4 *6 (-466)) (-4 *7 (-817))
+ (-4 *8 (-872)) (-4 *9 (-1097 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -1969 (-663 *9)) (|:| -2417 *4) (|:| |ineq| (-663 *9))))
+ (-5 *1 (-1139 *6 *7 *8 *9 *4)) (-5 *3 (-663 *9))
+ (-4 *4 (-1103 *6 *7 *8 *9)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1067)) (-5 *1 (-780)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-663 (-663 (-663 *5)))) (-5 *3 (-1 (-114) *5 *5))
+ (-5 *4 (-663 *5)) (-4 *5 (-872)) (-5 *1 (-1220 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
+ (-14 *6 (-663 (-1209)))
+ (-5 *2
+ (-663 (-1178 *5 (-545 (-889 *6)) (-889 *6) (-802 *5 (-889 *6)))))
+ (-5 *1 (-647 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *4 *5)) (-4 *5 (-13 (-27) (-1235) (-435 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *4)))))
+ (-12 (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *4 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *4)))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-421 (-560)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
- (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5)))))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *1 (-328 *5 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-305 *3)) (-4 *3 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-328 *5 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-305 *3)) (-5 *5 (-421 (-560)))
- (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-466) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-328 *6 *3))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 (-560))) (-5 *4 (-305 *6))
- (-4 *6 (-13 (-27) (-1234) (-435 *5)))
- (-4 *5 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-4 *6 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-473 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3))
+ (-4 *3 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-473 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1265 (-560)))
- (-4 *7 (-13 (-27) (-1234) (-435 *6)))
- (-4 *6 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-1 *7 (-560))) (-5 *4 (-305 *7)) (-5 *5 (-1266 (-560)))
+ (-4 *7 (-13 (-27) (-1235) (-435 *6)))
+ (-4 *6 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-473 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-560)))
- (-4 *3 (-13 (-27) (-1234) (-435 *7)))
- (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-560)))
+ (-4 *3 (-13 (-27) (-1235) (-435 *7)))
+ (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-473 *7 *3))))
((*1 *2 *3 *4 *5 *6)
(-12 (-5 *3 (-1 *8 (-421 (-560)))) (-5 *4 (-305 *8))
- (-5 *5 (-1265 (-421 (-560)))) (-5 *6 (-421 (-560)))
- (-4 *8 (-13 (-27) (-1234) (-435 *7)))
- (-4 *7 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-5 *5 (-1266 (-421 (-560)))) (-5 *6 (-421 (-560)))
+ (-4 *8 (-13 (-27) (-1235) (-435 *7)))
+ (-4 *7 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-473 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1208)) (-5 *5 (-305 *3)) (-5 *6 (-1265 (-421 (-560))))
- (-5 *7 (-421 (-560))) (-4 *3 (-13 (-27) (-1234) (-435 *8)))
- (-4 *8 (-13 (-571) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1209)) (-5 *5 (-305 *3)) (-5 *6 (-1266 (-421 (-560))))
+ (-5 *7 (-421 (-560))) (-4 *3 (-13 (-27) (-1235) (-435 *8)))
+ (-4 *8 (-13 (-571) (-1070 (-560)) (-660 (-560)))) (-5 *2 (-51))
(-5 *1 (-473 *8 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *3))))
- (-4 *3 (-1080)) (-5 *1 (-609 *3))))
+ (-12 (-5 *2 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *3))))
+ (-4 *3 (-1081)) (-5 *1 (-609 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-610 *3))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-5 *1 (-610 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1186 (-2 (|:| |k| (-560)) (|:| |c| *3))))
- (-4 *3 (-1080)) (-4 *1 (-1260 *3))))
+ (-12 (-5 *2 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *3))))
+ (-4 *3 (-1081)) (-4 *1 (-1261 *3))))
((*1 *1 *2 *3)
(-12 (-5 *2 (-793))
- (-5 *3 (-1186 (-2 (|:| |k| (-421 (-560))) (|:| |c| *4))))
- (-4 *4 (-1080)) (-4 *1 (-1281 *4))))
+ (-5 *3 (-1187 (-2 (|:| |k| (-421 (-560))) (|:| |c| *4))))
+ (-4 *4 (-1081)) (-4 *1 (-1282 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-4 *1 (-1291 *3))))
+ (-12 (-5 *2 (-1187 *3)) (-4 *3 (-1081)) (-4 *1 (-1292 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1186 (-2 (|:| |k| (-793)) (|:| |c| *3))))
- (-4 *3 (-1080)) (-4 *1 (-1291 *3)))))
+ (-12 (-5 *2 (-1187 (-2 (|:| |k| (-793)) (|:| |c| *3))))
+ (-4 *3 (-1081)) (-4 *1 (-1292 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-149) (-1069 (-421 (-560)))))
- (-4 *5 (-1274 *4))
- (-5 *2 (-663 (-2 (|:| |deg| (-793)) (|:| -1837 *5))))
- (-5 *1 (-831 *4 *5 *3 *6)) (-4 *3 (-680 *5))
- (-4 *6 (-680 (-421 *5))))))
-(((*1 *1 *1) (-5 *1 (-114))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1234))) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-4 *1 (-870)) (-5 *2 (-114))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1099 *4 *3)) (-4 *4 (-13 (-870) (-376)))
- (-4 *3 (-1274 *4)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-221))))
- ((*1 *2 *1) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-501))))
- ((*1 *1 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)) (-4 *2 (-319))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560))))
- ((*1 *1 *1) (-4 *1 (-1091))))
-(((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-844)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-711 *4)) (-4 *4 (-376)) (-5 *2 (-1202 *4))
- (-5 *1 (-546 *4 *5 *6)) (-4 *5 (-376)) (-4 *6 (-13 (-376) (-870))))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4)
- (-255 *4 (-421 (-560)))))
- (-14 *4 (-663 (-1208))) (-14 *5 (-793)) (-5 *2 (-114))
- (-5 *1 (-519 *4 *5)))))
+ (|partial| -12 (-5 *3 (-1299 *4)) (-4 *4 (-13 (-1081) (-660 (-560))))
+ (-5 *2 (-1299 (-560))) (-5 *1 (-1328 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *8)) (-4 *8 (-979 *5 *7 *6))
- (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208))))
- (-4 *7 (-815))
- (-5 *2
- (-663
- (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8))
- (|:| |wcond| (-663 (-975 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *5))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *5))))))))))
- (-5 *1 (-953 *5 *6 *7 *8)) (-5 *4 (-663 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *8)) (-5 *4 (-663 (-1208))) (-4 *8 (-979 *5 *7 *6))
- (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208))))
- (-4 *7 (-815))
- (-5 *2
- (-663
- (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8))
- (|:| |wcond| (-663 (-975 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *5))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *5))))))))))
- (-5 *1 (-953 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-711 *7)) (-4 *7 (-979 *4 *6 *5))
- (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815))
- (-5 *2
- (-663
- (-2 (|:| |eqzro| (-663 *7)) (|:| |neqzro| (-663 *7))
- (|:| |wcond| (-663 (-975 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *4))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *4))))))))))
- (-5 *1 (-953 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-711 *9)) (-5 *5 (-948)) (-4 *9 (-979 *6 *8 *7))
- (-4 *6 (-13 (-319) (-149))) (-4 *7 (-13 (-871) (-633 (-1208))))
- (-4 *8 (-815))
- (-5 *2
- (-663
- (-2 (|:| |eqzro| (-663 *9)) (|:| |neqzro| (-663 *9))
- (|:| |wcond| (-663 (-975 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *6))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *6))))))))))
- (-5 *1 (-953 *6 *7 *8 *9)) (-5 *4 (-663 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 (-1208))) (-5 *5 (-948))
- (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149)))
- (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815))
- (-5 *2
- (-663
- (-2 (|:| |eqzro| (-663 *9)) (|:| |neqzro| (-663 *9))
- (|:| |wcond| (-663 (-975 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *6))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *6))))))))))
- (-5 *1 (-953 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *8)) (-5 *4 (-948)) (-4 *8 (-979 *5 *7 *6))
- (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208))))
- (-4 *7 (-815))
- (-5 *2
- (-663
- (-2 (|:| |eqzro| (-663 *8)) (|:| |neqzro| (-663 *8))
- (|:| |wcond| (-663 (-975 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *5))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *5))))))))))
- (-5 *1 (-953 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 *9)) (-5 *5 (-1190))
- (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149)))
- (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815)) (-5 *2 (-560))
- (-5 *1 (-953 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-711 *9)) (-5 *4 (-663 (-1208))) (-5 *5 (-1190))
- (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149)))
- (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815)) (-5 *2 (-560))
- (-5 *1 (-953 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *8)) (-5 *4 (-1190)) (-4 *8 (-979 *5 *7 *6))
- (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208))))
- (-4 *7 (-815)) (-5 *2 (-560)) (-5 *1 (-953 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-711 *10)) (-5 *4 (-663 *10)) (-5 *5 (-948))
- (-5 *6 (-1190)) (-4 *10 (-979 *7 *9 *8)) (-4 *7 (-13 (-319) (-149)))
- (-4 *8 (-13 (-871) (-633 (-1208)))) (-4 *9 (-815)) (-5 *2 (-560))
- (-5 *1 (-953 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-711 *10)) (-5 *4 (-663 (-1208))) (-5 *5 (-948))
- (-5 *6 (-1190)) (-4 *10 (-979 *7 *9 *8)) (-4 *7 (-13 (-319) (-149)))
- (-4 *8 (-13 (-871) (-633 (-1208)))) (-4 *9 (-815)) (-5 *2 (-560))
- (-5 *1 (-953 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-711 *9)) (-5 *4 (-948)) (-5 *5 (-1190))
- (-4 *9 (-979 *6 *8 *7)) (-4 *6 (-13 (-319) (-149)))
- (-4 *7 (-13 (-871) (-633 (-1208)))) (-4 *8 (-815)) (-5 *2 (-560))
- (-5 *1 (-953 *6 *7 *8 *9)))))
-(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1248)))))
-(((*1 *1) (-5 *1 (-592)))
- ((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-883))))
- ((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-883))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1190)) (-5 *4 (-887)) (-5 *2 (-1304)) (-5 *1 (-883))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-1186 *4))
- (-4 *4 (-1132)) (-4 *4 (-1248)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721))))
- ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-114)) (-5 *5 (-711 (-171 (-229))))
- (-5 *2 (-1066)) (-5 *1 (-777)))))
-(((*1 *1) (-5 *1 (-623))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-194)) (-5 *3 (-560))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-175))))
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-872)) (-4 *5 (-940)) (-4 *6 (-817))
+ (-4 *8 (-980 *5 *6 *7)) (-5 *2 (-419 (-1203 *8)))
+ (-5 *1 (-937 *5 *6 *7 *8)) (-5 *4 (-1203 *8))))
((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *1 (-701 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-3 (-421 (-975 *6)) (-1197 (-1208) (-975 *6))))
- (-5 *5 (-793)) (-4 *6 (-466)) (-5 *2 (-663 (-711 (-421 (-975 *6)))))
- (-5 *1 (-304 *6)) (-5 *4 (-711 (-421 (-975 *6))))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-2 (|:| |eigval| (-3 (-421 (-975 *5)) (-1197 (-1208) (-975 *5))))
- (|:| |eigmult| (-793)) (|:| |eigvec| (-663 *4))))
- (-4 *5 (-466)) (-5 *2 (-663 (-711 (-421 (-975 *5)))))
- (-5 *1 (-304 *5)) (-5 *4 (-711 (-421 (-975 *5)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1202 *2)) (-4 *2 (-979 (-421 (-975 *6)) *5 *4))
- (-5 *1 (-754 *5 *4 *6 *2)) (-4 *5 (-815))
- (-4 *4 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $)))))
- (-4 *6 (-571)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-1 (-597 *3) *3 (-1208)))
- (-5 *6
- (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
- (-1208)))
- (-4 *3 (-296)) (-4 *3 (-649)) (-4 *3 (-1069 *4)) (-4 *3 (-435 *7))
- (-5 *4 (-1208)) (-4 *7 (-633 (-915 (-560)))) (-4 *7 (-466))
- (-4 *7 (-911 (-560))) (-4 *7 (-1132)) (-5 *2 (-597 *3))
- (-5 *1 (-587 *7 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-5 *2 (-663 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-171 (-326 *4)))
- (-5 *1 (-191 *4 *3)) (-4 *3 (-13 (-27) (-1234) (-435 (-171 *4))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-171 *3)) (-5 *1 (-1238 *4 *3))
- (-4 *3 (-13 (-27) (-1234) (-435 *4))))))
-(((*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-13 (-418) (-1234)))))
- ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887))))
- ((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-887)))))
+ (-12 (-4 *4 (-940)) (-4 *5 (-1275 *4)) (-5 *2 (-419 (-1203 *5)))
+ (-5 *1 (-938 *4 *5)) (-5 *3 (-1203 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1248))
- (-5 *2 (-663 *3)))))
-(((*1 *1) (-5 *1 (-303))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-171 (-229)) (-171 (-229)))) (-5 *4 (-1120 (-229)))
- (-5 *5 (-114)) (-5 *2 (-1302)) (-5 *1 (-267)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
- ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
- ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-954)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-549)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1304) (-1298 *5) (-1298 *5) (-391)))
- (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304))
- (-5 *1 (-810)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1080)) (-4 *5 (-1274 *4)) (-5 *2 (-1 *6 (-663 *6)))
- (-5 *1 (-1293 *4 *5 *3 *6)) (-4 *3 (-680 *5)) (-4 *6 (-1291 *4)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *5)) (-4 *4 (-1080))
- (-4 *5 (-871)) (-5 *2 (-975 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-762 *4 *5)) (-4 *4 (-1080))
- (-4 *5 (-871)) (-5 *2 (-975 *4))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-1291 *4)) (-4 *4 (-1080))
- (-5 *2 (-975 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-1291 *4)) (-4 *4 (-1080))
- (-5 *2 (-975 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *1 (-701 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))))
-(((*1 *2 *2) (-12 (-5 *2 (-326 (-229))) (-5 *1 (-213)))))
-(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
- (|partial| -12 (-5 *3 (-630 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1208))) (-5 *5 (-1202 *2))
- (-4 *2 (-13 (-435 *6) (-27) (-1234)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *1 (-575 *6 *2 *7)) (-4 *7 (-1132))))
- ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
- (|partial| -12 (-5 *3 (-630 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1208)))
- (-5 *5 (-421 (-1202 *2))) (-4 *2 (-13 (-435 *6) (-27) (-1234)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *1 (-575 *6 *2 *7)) (-4 *7 (-1132)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-114)) (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-376) (-870))) (-5 *2 (-419 *3))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-845)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-560)) (-4 *6 (-815)) (-4 *7 (-871)) (-4 *8 (-319))
- (-4 *9 (-979 *8 *6 *7))
- (-5 *2 (-2 (|:| -1862 (-1202 *9)) (|:| |polval| (-1202 *8))))
- (-5 *1 (-764 *6 *7 *8 *9)) (-5 *3 (-1202 *9)) (-5 *4 (-1202 *8)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-972 (-229))) (-5 *4 (-898)) (-5 *2 (-1304))
- (-5 *1 (-482))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1080)) (-4 *1 (-1011 *3))))
+ (-12 (-4 *1 (-618 *3 *2)) (-4 *3 (-1133)) (-4 *3 (-872))
+ (-4 *2 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-872))))
+ ((*1 *2 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-872))))
((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-972 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *3 (-1080)) (-4 *1 (-1165 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-4 *1 (-1165 *3)) (-4 *3 (-1080))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *1 (-1165 *3)) (-4 *3 (-1080))))
+ (-12 (-4 *2 (-1249)) (-5 *1 (-898 *2 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *1) (-12 (-5 *2 (-694 *3)) (-5 *1 (-919 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1244 *3 *4 *5 *2)) (-4 *3 (-571))
+ (-4 *4 (-817)) (-4 *5 (-872)) (-4 *2 (-1097 *3 *4 *5))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-972 *3)) (-4 *1 (-1165 *3)) (-4 *3 (-1080))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-972 (-229))) (-5 *1 (-1245)) (-5 *3 (-229)))))
+ (-12 (-5 *2 (-793)) (-4 *1 (-1288 *3)) (-4 *3 (-1249))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1288 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319))))
+ ((*1 *2 *1) (-12 (-5 *1 (-944 *2)) (-4 *2 (-319))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1023 *2)) (-4 *2 (-571)) (-4 *2 (-319))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1092)) (-5 *2 (-560)))))
+(((*1 *1) (-5 *1 (-190))))
(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080))
- (-14 *4 (-663 (-1208)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1) (-4 *1 (-296)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-686 *3 *4)) (-4 *3 (-871))
- (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-5 *1 (-646 *3 *4 *5))
- (-14 *5 (-948))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1080) (-739 (-421 (-560)))))
- (-4 *5 (-871)) (-5 *1 (-1315 *4 *5 *2)) (-4 *2 (-1321 *5 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-1319 *3 *4))
- (-4 *4 (-739 (-421 (-560)))) (-4 *3 (-871)) (-4 *4 (-175)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-319)) (-5 *1 (-182 *3)))))
-(((*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1298 *4)) (-5 *1 (-542 *4))
- (-4 *4 (-363)))))
-(((*1 *1) (-5 *1 (-450))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-887))))
- ((*1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-115)) (-5 *1 (-116 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-505)) (-5 *4 (-983)) (-5 *2 (-713 (-547)))
- (-5 *1 (-547))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-983)) (-4 *3 (-1132)) (-5 *2 (-713 *1))
- (-4 *1 (-789 *3)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 (-793) *2)) (-5 *4 (-793)) (-4 *2 (-1132))
- (-5 *1 (-700 *2))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1 *3 (-793) *3)) (-4 *3 (-1132)) (-5 *1 (-704 *3)))))
+ (-12 (-5 *2 (-1299 *3)) (-4 *3 (-1081)) (-5 *1 (-734 *3 *4))
+ (-4 *4 (-1275 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1318 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080))
- (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1322 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-868)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1190)) (-5 *4 (-171 (-229))) (-5 *5 (-560))
- (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-139))))
- ((*1 *2 *1) (-12 (-5 *2 (-1249)) (-5 *1 (-158))))
- ((*1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-492))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-606))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-645))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1132))
- (-4 *2 (-13 (-435 *4) (-911 *3) (-633 (-915 *3))))
- (-5 *1 (-1106 *3 *4 *2))
- (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3))))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1132)) (-5 *1 (-1197 *3 *2)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -1868 (-663 *1))))
- (-4 *1 (-380 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-467 *3 *4 *5 *6))
- (|:| -1868 (-663 (-467 *3 *4 *5 *6)))))
- (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-948))
- (-14 *5 (-663 (-1208))) (-14 *6 (-1298 (-711 *3))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2)
- (-12 (-4 *3 (-1253)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4)))
- (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *4 (-1274 *3))
- (-5 *2
- (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-711 *3))))
- (-5 *1 (-364 *3 *4 *5)) (-4 *5 (-424 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-1274 (-560)))
- (-5 *2
- (-2 (|:| -1868 (-711 (-560))) (|:| |basisDen| (-560))
- (|:| |basisInv| (-711 (-560)))))
- (-5 *1 (-790 *3 *4)) (-4 *4 (-424 (-560) *3))))
- ((*1 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 *4))
- (-5 *2
- (-2 (|:| -1868 (-711 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-711 *4))))
- (-5 *1 (-1016 *3 *4 *5 *6)) (-4 *6 (-746 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-1274 *3)) (-4 *5 (-1274 *4))
+ (-12
(-5 *2
- (-2 (|:| -1868 (-711 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-711 *4))))
- (-5 *1 (-1308 *3 *4 *5 *6)) (-4 *6 (-424 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1298 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253))
- (-4 *4 (-1274 *3)) (-4 *5 (-1274 (-421 *4))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *4)) (-5 *1 (-1159 *3 *4)) (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *3)
- (-12 (-4 *3 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *2 (-663 *3)) (-5 *1 (-1159 *4 *3)) (-4 *4 (-1274 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-376)) (-4 *3 (-1080))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3178 *1)))
- (-4 *1 (-876 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-1 *6 *5)) (-5 *1 (-728 *4 *5 *6))
- (-4 *4 (-633 (-549))) (-4 *5 (-1248)) (-4 *6 (-1248)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-115)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-139))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-158))))
- ((*1 *2 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-492))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-606))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-645))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1132))
- (-4 *2 (-13 (-435 *4) (-911 *3) (-633 (-915 *3))))
- (-5 *1 (-1106 *3 *4 *2))
- (-4 *4 (-13 (-1080) (-911 *3) (-633 (-915 *3))))))
+ (-663
+ (-2
+ (|:| -1919
+ (-2 (|:| |var| (-1209)) (|:| |fn| (-326 (-229)))
+ (|:| -3423 (-1121 (-866 (-229)))) (|:| |abserr| (-229))
+ (|:| |relerr| (-229))))
+ (|:| -3529
+ (-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| (-1187 (-229)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3423
+ (-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 (-574))))
((*1 *2 *1)
- (-12 (-4 *2 (-1132)) (-5 *1 (-1197 *2 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-560)) (-4 *4 (-1274 (-421 *3))) (-5 *2 (-948))
- (-5 *1 (-942 *4 *5)) (-4 *5 (-1274 (-421 *4))))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-793)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-815)) (-4 *7 (-979 *4 *5 *6)) (-4 *4 (-466)) (-4 *6 (-871))
- (-5 *2 (-114)) (-5 *1 (-464 *4 *5 *6 *7)))))
+ (-12 (-4 *1 (-618 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1249))
+ (-5 *2 (-663 *4)))))
+(((*1 *2)
+ (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-432 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5)) (-4 *5 (-381))
- (-5 *2 (-793)))))
+ (-12 (-4 *4 (-1133)) (-5 *2 (-914 *3 *5)) (-5 *1 (-911 *3 *4 *5))
+ (-4 *3 (-1133)) (-4 *5 (-688 *4)))))
(((*1 *2 *3)
- (-12 (-4 *3 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *4 (-1274 *3))
- (-5 *2
- (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-711 *3))))
- (-5 *1 (-364 *3 *4 *5)) (-4 *5 (-424 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-560)) (-4 *4 (-1274 *3))
+ (-12 (-5 *3 (-1191)) (-5 *2 (-663 (-1214))) (-5 *1 (-906)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1203 *9)) (-5 *4 (-663 *7)) (-5 *5 (-663 (-663 *8)))
+ (-4 *7 (-872)) (-4 *8 (-319)) (-4 *9 (-980 *8 *6 *7)) (-4 *6 (-817))
(-5 *2
- (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-711 *3))))
- (-5 *1 (-790 *4 *5)) (-4 *5 (-424 *3 *4))))
+ (-2 (|:| |upol| (-1203 *8)) (|:| |Lval| (-663 *8))
+ (|:| |Lfact|
+ (-663 (-2 (|:| -2549 (-1203 *8)) (|:| -2909 (-560)))))
+ (|:| |ctpol| *8)))
+ (-5 *1 (-764 *6 *7 *8 *9)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-663 (-1299 *4))) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571))
+ (-5 *2 (-663 (-1299 *3))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-443 *3 *2)) (-4 *3 (-13 (-175) (-38 (-421 (-560)))))
+ (-4 *2 (-13 (-872) (-21))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-932 (-560))) (-5 *4 (-560)) (-5 *2 (-711 *4))
+ (-5 *1 (-1061 *5)) (-4 *5 (-1081))))
((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 *3))
- (-5 *2
- (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-711 *3))))
- (-5 *1 (-1016 *4 *3 *5 *6)) (-4 *6 (-746 *3 *5))))
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-711 (-560))) (-5 *1 (-1061 *4))
+ (-4 *4 (-1081))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-932 (-560)))) (-5 *4 (-560))
+ (-5 *2 (-663 (-711 *4))) (-5 *1 (-1061 *5)) (-4 *5 (-1081))))
((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-4 *3 (-1274 *4)) (-4 *5 (-1274 *3))
- (-5 *2
- (-2 (|:| -1868 (-711 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-711 *3))))
- (-5 *1 (-1308 *4 *3 *5 *6)) (-4 *6 (-424 *3 *5)))))
-(((*1 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-576)) (-5 *3 (-560)))))
+ (-12 (-5 *3 (-663 (-663 (-560)))) (-5 *2 (-663 (-711 (-560))))
+ (-5 *1 (-1061 *4)) (-4 *4 (-1081)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-262 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-871))
- (-4 *5 (-815)) (-4 *2 (-277 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-131)))))
+ (-12 (-5 *2 (-713 (-898 (-996 *3) (-996 *3)))) (-5 *1 (-996 *3))
+ (-4 *3 (-1133)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-670 *5)) (-4 *5 (-1081))
+ (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-877 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-711 *3)) (-4 *1 (-432 *3)) (-4 *3 (-175))))
+ ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-877 *2)) (-4 *2 (-1081))))
+ ((*1 *2 *3 *2 *2 *4 *5)
+ (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1081))
+ (-5 *1 (-878 *2 *3)) (-4 *3 (-877 *2)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
+ (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *6 (-229))
+ (-5 *3 (-560)) (-5 *2 (-1067)) (-5 *1 (-774)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1133)))))
+(((*1 *1) (-5 *1 (-190))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-421 (-560))) (-5 *1 (-1056 *3))
+ (-4 *3 (-13 (-871) (-376) (-1052)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *2 (-13 (-871) (-376))) (-5 *1 (-1093 *2 *3))
+ (-4 *3 (-1275 *2))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1100 *2 *3)) (-4 *2 (-13 (-871) (-376)))
+ (-4 *3 (-1275 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1190))
- (-4 *4 (-13 (-466) (-1069 (-560)) (-660 (-560)))) (-5 *2 (-114))
- (-5 *1 (-228 *4 *5)) (-4 *5 (-13 (-1234) (-29 *4))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-549)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7)) (-5 *2 (-114))
- (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| (-114)) (|:| -3227 *4))))
- (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
+ (-12 (-5 *3 (-663 (-560))) (-5 *2 (-935 (-560))) (-5 *1 (-947))))
+ ((*1 *2) (-12 (-5 *2 (-935 (-560))) (-5 *1 (-947)))))
+(((*1 *1) (-5 *1 (-55))))
+(((*1 *2) (-12 (-5 *2 (-1209)) (-5 *1 (-1212)))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721))))
+ ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-721)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1298 (-793))) (-5 *1 (-697 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-539)))))
-(((*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-663 (-975 *4))) (-5 *3 (-663 (-1208))) (-4 *4 (-466))
- (-5 *1 (-947 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *2 (-1096 *4 *5 *6)) (-5 *1 (-798 *4 *5 *6 *2 *3))
- (-4 *3 (-1102 *4 *5 *6 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-32 *4 *5))
- (-4 *5 (-435 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114))
- (-5 *1 (-160 *4 *5)) (-4 *5 (-435 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114))
- (-5 *1 (-287 *4 *5)) (-4 *5 (-13 (-435 *4) (-1033)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-5 *2 (-114)) (-5 *1 (-309 *4)) (-4 *4 (-310))))
- ((*1 *2 *3) (-12 (-4 *1 (-310)) (-5 *3 (-115)) (-5 *2 (-114))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *5 (-1132)) (-5 *2 (-114))
- (-5 *1 (-434 *4 *5)) (-4 *4 (-435 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114))
- (-5 *1 (-445 *4 *5)) (-4 *5 (-435 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-115)) (-4 *4 (-571)) (-5 *2 (-114))
- (-5 *1 (-648 *4 *5)) (-4 *5 (-13 (-435 *4) (-1033) (-1234))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-229))
- (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *2 *2 *3 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-1080)) (-5 *1 (-1272 *4 *2))
- (-4 *2 (-1274 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-270))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-948)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-887) (-887))) (-5 *1 (-115))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-887) (-663 (-887)))) (-5 *1 (-115))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-887) (-663 (-887)))) (-5 *1 (-115))))
+ (-12 (-4 *1 (-338 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-816))
+ (-5 *2 (-663 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-1304)) (-5 *1 (-217 *3))
- (-4 *3
- (-13 (-871)
- (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 (*2 $))
- (-15 -2321 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-407))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-407))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-516))))
- ((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-732))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1228))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-1228)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1077 *4 *5)) (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-14 *5 (-663 (-1208))) (-5 *2 (-663 (-663 (-1055 (-421 *4)))))
- (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114))
- (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114))
- (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-975 *4)))
- (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-663 (-1055 (-421 *4))))) (-5 *1 (-1326 *4 *5 *6))
- (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *1)) (-4 *1 (-383 *4 *5)) (-4 *4 (-175))
- (-4 *5 (-1274 *4)) (-5 *2 (-711 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-711 *4))
- (-5 *1 (-423 *3 *4 *5)) (-4 *3 (-424 *4 *5))))
- ((*1 *2)
- (-12 (-4 *1 (-424 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1274 *3))
- (-5 *2 (-711 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1093))))
- ((*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1093)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-55))))
+ (-12 (-4 *1 (-397 *3 *4)) (-4 *3 (-1081)) (-4 *4 (-1133))
+ (-5 *2 (-663 *3))))
((*1 *2 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-744)) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-4 *1 (-748)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 *5))) (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-326 *5)))
- (-5 *1 (-1160 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-421 (-975 *5)))) (-5 *4 (-663 (-1208)))
- (-4 *5 (-13 (-319) (-149))) (-5 *2 (-663 (-663 (-326 *5))))
- (-5 *1 (-1160 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1298 *4)) (-4 *4 (-432 *3)) (-4 *3 (-319))
- (-4 *3 (-571)) (-5 *1 (-43 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-4 *4 (-376)) (-5 *2 (-1298 *1))
- (-4 *1 (-341 *4))))
- ((*1 *2) (-12 (-4 *3 (-376)) (-5 *2 (-1298 *1)) (-4 *1 (-341 *3))))
- ((*1 *2)
- (-12 (-4 *3 (-175)) (-4 *4 (-1274 *3)) (-5 *2 (-1298 *1))
- (-4 *1 (-424 *3 *4))))
+ (-12 (-5 *2 (-1187 *3)) (-5 *1 (-610 *3)) (-4 *3 (-1081))))
((*1 *2 *1)
- (-12 (-4 *3 (-319)) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4))
- (-5 *2 (-1298 *6)) (-5 *1 (-427 *3 *4 *5 *6))
- (-4 *6 (-13 (-424 *4 *5) (-1069 *4)))))
+ (-12 (-5 *2 (-663 *3)) (-5 *1 (-757 *3 *4)) (-4 *3 (-1081))
+ (-4 *4 (-748))))
+ ((*1 *2 *1) (-12 (-4 *1 (-877 *3)) (-4 *3 (-1081)) (-5 *2 (-663 *3))))
((*1 *2 *1)
- (-12 (-4 *3 (-319)) (-4 *4 (-1022 *3)) (-4 *5 (-1274 *4))
- (-5 *2 (-1298 *6)) (-5 *1 (-429 *3 *4 *5 *6 *7))
- (-4 *6 (-424 *4 *5)) (-14 *7 *2)))
- ((*1 *2) (-12 (-4 *3 (-175)) (-5 *2 (-1298 *1)) (-4 *1 (-432 *3))))
+ (-12 (-4 *1 (-1292 *3)) (-4 *3 (-1081)) (-5 *2 (-1187 *3)))))
+(((*1 *1) (-5 *1 (-827))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448))))
((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1298 (-1298 *4))) (-5 *1 (-542 *4))
- (-4 *4 (-363)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1181 *3)) (-4 *3 (-1248)) (-5 *2 (-114)))))
-(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1037))))
- ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1037)))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-583 *3)) (-4 *3 (-1070 (-560)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1136 *3 *4 *5 *6 *7)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-4 *5 (-1133)) (-4 *6 (-1133)) (-4 *7 (-1133)) (-5 *2 (-114)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1008 *3 *4 *2 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *2 (-872)) (-4 *5 (-1097 *3 *4 *2)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1174 *3 *4)) (-14 *3 (-949)) (-4 *4 (-376))
+ (-5 *1 (-1025 *3 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *1) (-5 *1 (-190))))
+(((*1 *1 *1) (-5 *1 (-1095))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-949)) (-4 *1 (-245 *3 *4)) (-4 *4 (-1081))
+ (-4 *4 (-1249))))
+ ((*1 *1 *2)
+ (-12 (-14 *3 (-663 (-1209))) (-4 *4 (-175))
+ (-4 *5 (-245 (-3819 *3) (-793)))
+ (-14 *6
+ (-1 (-114) (-2 (|:| -2081 *2) (|:| -2909 *5))
+ (-2 (|:| -2081 *2) (|:| -2909 *5))))
+ (-5 *1 (-475 *3 *4 *2 *5 *6 *7)) (-4 *2 (-872))
+ (-4 *7 (-980 *4 *5 (-889 *3)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-973 (-229))) (-5 *1 (-1246)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1058 (-866 (-560))))
+ (-5 *3 (-1187 (-2 (|:| |k| (-560)) (|:| |c| *4)))) (-4 *4 (-1081))
+ (-5 *1 (-609 *4)))))
+(((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-391)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
(((*1 *2 *3 *2)
- (-12 (-4 *1 (-809)) (-5 *2 (-1066))
- (-5 *3
- (-2 (|:| |fn| (-326 (-229)))
- (|:| -2132 (-663 (-1120 (-864 (-229))))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))))
- ((*1 *2 *3 *2)
- (-12 (-4 *1 (-809)) (-5 *2 (-1066))
- (-5 *3
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229)))))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
+ (-12 (-4 *2 (-13 (-376) (-871))) (-5 *1 (-184 *2 *3))
+ (-4 *3 (-1275 (-171 *2)))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-376) (-871))) (-5 *1 (-184 *2 *3))
+ (-4 *3 (-1275 (-171 *2))))))
+(((*1 *1 *2 *2)
+ (-12
(-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
- (|:| |success| (-114))))
- (-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 *4)) (-4 *4 (-363)) (-5 *2 (-1202 *4))
- (-5 *1 (-542 *4)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-1007 *3 *4 *2 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871)) (-4 *5 (-1096 *3 *4 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *1) (-5 *1 (-611))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-30))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-419 *4) *4)) (-4 *4 (-571)) (-5 *2 (-419 *4))
- (-5 *1 (-433 *4))))
- ((*1 *1 *1) (-5 *1 (-954)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-954))))
- ((*1 *1 *1) (-5 *1 (-956)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1120 (-229))) (-5 *1 (-956))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))
- (-5 *4 (-421 (-560))) (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))
- (-5 *1 (-1052 *3)) (-4 *3 (-1274 (-560)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))
- (-5 *4 (-421 (-560))) (-5 *1 (-1053 *3)) (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))
- (-5 *1 (-1053 *3)) (-4 *3 (-1274 (-421 (-560))))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3))
- (-4 *3 (-1274 *2)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
+ (-3 (|:| I (-326 (-560))) (|:| -4346 (-326 (-391)))
+ (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1208))))
+ (-5 *1 (-1208)))))
+(((*1 *1 *1) (-12 (-4 *1 (-440 *2)) (-4 *2 (-1133)) (-4 *2 (-381)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-51))) (-5 *1 (-915 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-174))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-146)))))
-(((*1 *1) (-5 *1 (-450))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1210 (-421 (-560)))) (-5 *2 (-421 (-560)))
- (-5 *1 (-193)))))
-(((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-793)) (-4 *2 (-1132))
- (-5 *1 (-700 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
- (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *6 (-229))
- (-5 *3 (-560)) (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114))
- (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-1077 *5 *6))) (-5 *1 (-1326 *5 *6 *7))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114))
- (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-1077 *5 *6))) (-5 *1 (-1326 *5 *6 *7))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-975 *4)))
- (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-1077 *4 *5))) (-5 *1 (-1326 *4 *5 *6))
- (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))))
+ (-12 (-4 *3 (-376)) (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4)))
+ (-5 *2 (-1299 *6)) (-5 *1 (-346 *3 *4 *5 *6))
+ (-4 *6 (-355 *3 *4 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1249)) (-4 *2 (-1133))))
+ ((*1 *1 *1) (-12 (-4 *1 (-717 *2)) (-4 *2 (-1133)))))
(((*1 *2 *2)
(-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1291 *3))
- (-5 *1 (-289 *3 *4 *2)) (-4 *2 (-1262 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *4 (-1260 *3))
- (-5 *1 (-290 *3 *4 *2 *5)) (-4 *2 (-1283 *3 *4)) (-4 *5 (-1014 *4))))
- ((*1 *1 *1) (-4 *1 (-296)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-419 *4)) (-4 *4 (-571))
- (-5 *2 (-663 (-2 (|:| -1398 (-793)) (|:| |logand| *4))))
- (-5 *1 (-332 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-352 *2 *3 *4)) (-14 *2 (-663 (-1208)))
- (-14 *3 (-663 (-1208))) (-4 *4 (-401))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-686 *3 *4)) (-5 *1 (-646 *3 *4 *5)) (-4 *3 (-871))
- (-4 *4 (-13 (-175) (-739 (-421 (-560))))) (-14 *5 (-948))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1193 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-38 (-421 (-560))))
- (-5 *1 (-1194 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1080) (-739 (-421 (-560)))))
- (-4 *5 (-871)) (-5 *1 (-1315 *4 *5 *2)) (-4 *2 (-1321 *5 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-1319 *3 *4))
- (-4 *4 (-739 (-421 (-560)))) (-4 *3 (-871)) (-4 *4 (-175)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-560))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1190)) (-4 *4 (-13 (-319) (-149)))
- (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815))
- (-5 *2
- (-663
- (-2 (|:| |eqzro| (-663 *7)) (|:| |neqzro| (-663 *7))
- (|:| |wcond| (-663 (-975 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1298 (-421 (-975 *4))))
- (|:| -1868 (-663 (-1298 (-421 (-975 *4))))))))))
- (-5 *1 (-953 *4 *5 *6 *7)) (-4 *7 (-979 *4 *6 *5)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-1190)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-769)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-319))
- (-5 *2 (-793)) (-5 *1 (-469 *5 *3)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1105))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
+ (-4 *2 (-13 (-435 *3) (-1034))))))
+(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303))))
+ ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1303)))))
+(((*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-663 (-114))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-466)) (-5 *1 (-1241 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1235))))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-1080))
- (-5 *2 (-2 (|:| -2010 *1) (|:| -4415 *1))) (-4 *1 (-1274 *4)))))
-(((*1 *1) (-12 (-4 *1 (-341 *2)) (-4 *2 (-381)) (-4 *2 (-376)))))
-(((*1 *1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-114)) (-5 *1 (-609 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-663 (-2 (|:| |totdeg| (-793)) (|:| -1862 *3))))
- (-5 *4 (-793)) (-4 *3 (-979 *5 *6 *7)) (-4 *5 (-466)) (-4 *6 (-815))
- (-4 *7 (-871)) (-5 *1 (-464 *5 *6 *7 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-421 (-560))) (-5 *1 (-609 *3)) (-4 *3 (-38 *2))
- (-4 *3 (-1080)))))
-(((*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-663 (-889))))))
-(((*1 *2 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *8 (-1096 *5 *6 *7))
+ (-12 (-5 *3 (-663 *6)) (-4 *6 (-872)) (-4 *4 (-376)) (-4 *5 (-817))
(-5 *2
- (-2 (|:| |val| (-663 *8))
- (|:| |towers| (-663 (-1058 *5 *6 *7 *8)))))
- (-5 *1 (-1058 *5 *6 *7 *8)) (-5 *3 (-663 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *8 (-1096 *5 *6 *7))
+ (-2 (|:| |mval| (-711 *4)) (|:| |invmval| (-711 *4))
+ (|:| |genIdeal| (-518 *4 *5 *6 *7))))
+ (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-980 *4 *5 *6)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2))
+ (-4 *2 (-1275 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1030 *2)) (-4 *2 (-175)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1254)) (-4 *5 (-1275 *4)) (-4 *6 (-1275 (-421 *5)))
+ (-5 *2 (-793)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254)) (-4 *4 (-1275 *3))
+ (-4 *5 (-1275 (-421 *4))) (-5 *2 (-793)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-419 *5)) (-4 *5 (-571))
(-5 *2
- (-2 (|:| |val| (-663 *8))
- (|:| |towers| (-663 (-1177 *5 *6 *7 *8)))))
- (-5 *1 (-1177 *5 *6 *7 *8)) (-5 *3 (-663 *8)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1298 (-663 *3))) (-4 *4 (-319))
- (-5 *2 (-663 *3)) (-5 *1 (-469 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-326 (-229))) (-5 *2 (-421 (-560))) (-5 *1 (-315)))))
+ (-2 (|:| -2909 (-793)) (|:| -3265 *5) (|:| |radicand| (-663 *5))))
+ (-5 *1 (-332 *5)) (-5 *4 (-793))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1034)) (-5 *2 (-560)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-793)) (-4 *4 (-571)) (-5 *1 (-1001 *4 *2))
+ (-4 *2 (-1275 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-948))) (-5 *2 (-663 (-711 (-560))))
- (-5 *1 (-1141)))))
+ (-12 (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-793))
+ (-5 *1 (-464 *4 *5 *6 *3)) (-4 *3 (-980 *4 *5 *6)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-1249)) (-5 *1 (-185 *3 *2))
+ (-4 *2 (-696 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-888)))))
+(((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *2 (-663 *8)) (-5 *3 (-1 *8 *8 *8))
+ (-5 *4 (-1 (-114) *8 *8)) (-4 *1 (-1244 *5 *6 *7 *8)) (-4 *5 (-571))
+ (-4 *6 (-817)) (-4 *7 (-872)) (-4 *8 (-1097 *5 *6 *7)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-114)))))
+(((*1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4511)) (-4 *1 (-385 *2)) (-4 *2 (-1249))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-663 (-630 *2))) (-5 *4 (-1209))
+ (-4 *2 (-13 (-27) (-1235) (-435 *5)))
+ (-4 *5 (-13 (-571) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-288 *5 *2)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-175)) (-4 *2 (-1081)) (-5 *1 (-736 *2 *3))
+ (-4 *3 (-670 *2))))
+ ((*1 *2 *2) (-12 (-5 *1 (-858 *2)) (-4 *2 (-175)) (-4 *2 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1209)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
+ (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560))
+ (-5 *2 (-1067)) (-5 *1 (-778)))))
+(((*1 *1 *1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081))
+ (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1171))))
+(((*1 *2 *1) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-1203 *3)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1299 (-560))) (-5 *3 (-560)) (-5 *1 (-1142))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-1299 (-560))) (-5 *3 (-663 (-560))) (-5 *4 (-560))
+ (-5 *1 (-1142)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1186 (-1002))) (-5 *1 (-1002)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-326 *3)) (-4 *3 (-13 (-1080) (-871)))
- (-5 *1 (-227 *3 *4)) (-14 *4 (-663 (-1208))))))
+ (-12 (-5 *3 (-711 (-421 (-976 (-560))))) (-5 *2 (-663 (-326 (-560))))
+ (-5 *1 (-1060)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-5 *2 (-114)) (-5 *1 (-1251 *3)) (-4 *3 (-1133))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-1 (-114) *3 *3)) (-4 *3 (-1133)) (-5 *2 (-114))
+ (-5 *1 (-1251 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-376)) (-4 *4 (-817)) (-4 *5 (-872)) (-5 *2 (-114))
+ (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-980 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-663 *6)) (-4 *6 (-872)) (-4 *4 (-376)) (-4 *5 (-817))
+ (-5 *2 (-114)) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-980 *4 *5 *6)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-114)) (-5 *5 (-711 (-229)))
+ (-5 *2 (-1067)) (-5 *1 (-777)))))
+(((*1 *2 *1) (-12 (-5 *2 (-141)) (-5 *1 (-142))))
+ ((*1 *2 *1) (-12 (-5 *1 (-187 *2)) (-4 *2 (-189))))
+ ((*1 *2 *1) (-12 (-5 *2 (-257)) (-5 *1 (-256)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4510))))
- (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4510)))) (-5 *2 (-114))
- (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *5)) (-5 *4 (-1298 *5)) (-4 *5 (-376))
- (-5 *2 (-114)) (-5 *1 (-690 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-267)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2))
- (-4 *2 (-708 *3 *4 *5)))))
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-376)) (-4 *6 (-1275 (-421 *2)))
+ (-4 *2 (-1275 *5)) (-5 *1 (-219 *5 *2 *6 *3))
+ (-4 *3 (-355 *5 *2 *6)))))
(((*1 *2 *1)
- (-12
- (-5 *2
- (-1298
- (-2 (|:| |scaleX| (-229)) (|:| |scaleY| (-229))
- (|:| |deltaX| (-229)) (|:| |deltaY| (-229)) (|:| -3135 (-560))
- (|:| -3146 (-560)) (|:| |spline| (-560)) (|:| -3086 (-560))
- (|:| |axesColor| (-898)) (|:| -3286 (-560))
- (|:| |unitsColor| (-898)) (|:| |showing| (-560)))))
- (-5 *1 (-1301)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *1) (-5 *1 (-574))))
+ (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1235))) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-4 *1 (-814)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1100 *4 *3)) (-4 *4 (-13 (-871) (-376)))
+ (-4 *3 (-1275 *4)) (-5 *2 (-114)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-114) *6 *6)) (-4 *6 (-872)) (-5 *4 (-663 *6))
+ (-5 *2 (-2 (|:| |fs| (-114)) (|:| |sd| *4) (|:| |td| (-663 *4))))
+ (-5 *1 (-1220 *6)) (-5 *5 (-663 *4)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 G)))) (-5 *2 (-1067))
+ (-5 *1 (-770)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-267)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-774)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-774)))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-571)) (-4 *3 (-175))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -4222 (-663 *1))))
+ (-4 *1 (-380 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-467 *3 *4 *5 *6))
+ (|:| -4222 (-663 (-467 *3 *4 *5 *6)))))
+ (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175)) (-14 *4 (-949))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-1299 (-711 *3))))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-793)) (-4 *5 (-363)) (-4 *6 (-1274 *5))
- (-5 *2
- (-663
- (-2 (|:| -1868 (-711 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-711 *6)))))
- (-5 *1 (-512 *5 *6 *7))
- (-5 *3
- (-2 (|:| -1868 (-711 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-711 *6))))
- (-4 *7 (-1274 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-858 *3)) (-4 *3 (-1132)) (-5 *2 (-55)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1248)) (-5 *1 (-388 *4 *2))
- (-4 *2 (-13 (-385 *4) (-10 -7 (-6 -4510)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2))
- (-4 *2 (-1274 *4)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1080)) (-4 *5 (-815)) (-4 *3 (-871))
- (-5 *2 (-2 (|:| -1398 *1) (|:| |gap| (-793)) (|:| -4415 *1)))
- (-4 *1 (-1096 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-2 (|:| -1398 *1) (|:| |gap| (-793)) (|:| -4415 *1)))
- (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1298 (-1208))) (-5 *3 (-1298 (-467 *4 *5 *6 *7)))
- (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-175)) (-14 *5 (-948))
- (-14 *6 (-663 (-1208))) (-14 *7 (-1298 (-711 *4)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1298 (-467 *4 *5 *6 *7)))
- (-5 *1 (-467 *4 *5 *6 *7)) (-4 *4 (-175)) (-14 *5 (-948))
- (-14 *6 (-663 *2)) (-14 *7 (-1298 (-711 *4)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-467 *3 *4 *5 *6))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208)))
- (-14 *6 (-1298 (-711 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1298 (-1208))) (-5 *1 (-467 *3 *4 *5 *6))
- (-4 *3 (-175)) (-14 *4 (-948)) (-14 *5 (-663 (-1208)))
- (-14 *6 (-1298 (-711 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1208)) (-5 *1 (-467 *3 *4 *5 *6)) (-4 *3 (-175))
- (-14 *4 (-948)) (-14 *5 (-663 *2)) (-14 *6 (-1298 (-711 *3)))))
- ((*1 *1)
- (-12 (-5 *1 (-467 *2 *3 *4 *5)) (-4 *2 (-175)) (-14 *3 (-948))
- (-14 *4 (-663 (-1208))) (-14 *5 (-1298 (-711 *2))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-1069 (-421 *2)))) (-5 *2 (-560))
- (-5 *1 (-117 *4 *3)) (-4 *3 (-1274 *4)))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1292 *4)) (-5 *1 (-1293 *4 *2))
+ (-4 *4 (-38 (-421 (-560)))))))
+(((*1 *2) (-12 (-5 *2 (-1180 (-1191))) (-5 *1 (-405)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
+ (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-432 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-948)) (-5 *2 (-1202 *3)) (-5 *1 (-1223 *3))
- (-4 *3 (-376)))))
-(((*1 *1 *1 *2 *2)
- (|partial| -12 (-5 *2 (-948)) (-5 *1 (-1133 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208))
- (-14 *4 *2))))
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-114) *2)) (-4 *2 (-134)) (-5 *1 (-1116 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-560) *2 *2)) (-4 *2 (-134)) (-5 *1 (-1116 *2)))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
(((*1 *2 *1)
- (-12 (-4 *3 (-240)) (-4 *3 (-1080)) (-4 *4 (-871)) (-4 *5 (-277 *4))
- (-4 *6 (-815)) (-5 *2 (-1 *1 (-793))) (-4 *1 (-262 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1080)) (-4 *3 (-871)) (-4 *5 (-277 *3)) (-4 *6 (-815))
- (-5 *2 (-1 *1 (-793))) (-4 *1 (-262 *4 *3 *5 *6))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-793)) (-4 *1 (-277 *2)) (-4 *2 (-871)))))
-(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-887)))))
-(((*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080))))
+ (-12 (-5 *2 (-793)) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560))
+ (-14 *4 *2) (-4 *5 (-175))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-949)) (-5 *1 (-167 *3 *4))
+ (-4 *3 (-168 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-949))))
+ ((*1 *2)
+ (-12 (-4 *1 (-383 *3 *4)) (-4 *3 (-175)) (-4 *4 (-1275 *3))
+ (-5 *2 (-949))))
((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4))
- (-4 *6 (-385 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
- (-5 *1 (-710 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-175)) (-4 *2 (-1080)) (-5 *1 (-736 *2 *3))
- (-4 *3 (-670 *2))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-175)) (-4 *2 (-1080)) (-5 *1 (-736 *2 *3))
- (-4 *3 (-670 *2))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-856 *2)) (-4 *2 (-175)) (-4 *2 (-1080))))
- ((*1 *1 *1) (-12 (-5 *1 (-856 *2)) (-4 *2 (-175)) (-4 *2 (-1080)))))
-(((*1 *2 *3)
(-12 (-4 *4 (-376)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
(-5 *2 (-793)) (-5 *1 (-535 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-376)) (-4 *6 (-13 (-385 *5) (-10 -7 (-6 -4511))))
+ (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4511)))) (-5 *2 (-793))
+ (-5 *1 (-689 *5 *6 *4 *3)) (-4 *3 (-708 *5 *6 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 *5)) (-5 *4 (-1299 *5)) (-4 *5 (-376))
+ (-5 *2 (-793)) (-5 *1 (-690 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
+ (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-385 *3))
(-4 *5 (-385 *3)) (-4 *3 (-571)) (-5 *2 (-793))))
((*1 *2 *3)
(-12 (-4 *4 (-571)) (-4 *4 (-175)) (-4 *5 (-385 *4))
(-4 *6 (-385 *4)) (-5 *2 (-793)) (-5 *1 (-710 *4 *5 *6 *3))
(-4 *3 (-708 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
(-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-4 *5 (-571))
(-5 *2 (-793)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *4 (-229))
- (-5 *2
- (-2 (|:| |brans| (-663 (-663 (-972 *4))))
- (|:| |xValues| (-1120 *4)) (|:| |yValues| (-1120 *4))))
- (-5 *1 (-155)) (-5 *3 (-663 (-663 (-972 *4)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-793)) (-4 *5 (-1080)) (-5 *2 (-560))
- (-5 *1 (-457 *5 *3 *6)) (-4 *3 (-1274 *5))
- (-4 *6 (-13 (-418) (-1069 *5) (-376) (-1234) (-296)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1080)) (-5 *2 (-560)) (-5 *1 (-457 *4 *3 *5))
- (-4 *3 (-1274 *4))
- (-4 *5 (-13 (-418) (-1069 *4) (-376) (-1234) (-296))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1094)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-435 *4)) (-5 *1 (-160 *4 *2))
- (-4 *4 (-571)))))
-(((*1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-1211)))))
-(((*1 *2 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-711 *7)) (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *6 *5))
- (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-5 *1 (-953 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1190)) (-4 *1 (-378 *2 *4)) (-4 *2 (-1132))
- (-4 *4 (-1132))))
- ((*1 *1 *2)
- (-12 (-4 *1 (-378 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-391))) (-5 *1 (-1072)) (-5 *3 (-391)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
(((*1 *2 *3 *1)
- (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-1211)) (-5 *3 (-1208)))))
-(((*1 *2 *1) (-12 (-5 *2 (-497)) (-5 *1 (-222))))
- ((*1 *1 *1) (-12 (-4 *1 (-251 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1) (-12 (-5 *2 (-497)) (-5 *1 (-698))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (|has| *1 (-6 -4509)) (-4 *1 (-242 *3))
- (-4 *3 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4509)) (-4 *1 (-242 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248)) (-4 *2 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-114) *3)) (-4 *1 (-294 *3)) (-4 *3 (-1248))))
+ (-12 (|has| *1 (-6 -4510)) (-4 *1 (-503 *3)) (-4 *3 (-1249))
+ (-4 *3 (-1133)) (-5 *2 (-793))))
((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-629 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-114) *4)) (-5 *3 (-560)) (-4 *4 (-1132))
- (-5 *1 (-758 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-5 *1 (-758 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1171 *3 *4)) (-4 *3 (-13 (-1132) (-34)))
- (-4 *4 (-13 (-1132) (-34))) (-5 *1 (-1172 *3 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-51)) (-5 *1 (-853)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *6 (-1096 *3 *4 *5)) (-5 *1 (-643 *3 *4 *5 *6 *7 *2))
- (-4 *7 (-1102 *3 *4 *5 *6)) (-4 *2 (-1140 *3 *4 *5 *6)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-793)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-844)) (-5 *4 (-51)) (-5 *2 (-1304)) (-5 *1 (-853)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-1274 (-560))) (-5 *1 (-500 *3)))))
-(((*1 *2 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-773)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-520)) (-5 *2 (-713 (-795))) (-5 *1 (-115))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1190)) (-5 *2 (-795)) (-5 *1 (-115))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-1134)) (-5 *1 (-994)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-848)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-541)) (-5 *3 (-131)) (-5 *2 (-793)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-760)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-171 *5)) (-5 *1 (-614 *4 *5 *3))
- (-4 *5 (-13 (-435 *4) (-1033) (-1234)))
- (-4 *3 (-13 (-435 (-171 *4)) (-1033) (-1234))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-842)) (-14 *5 (-1208))
- (-5 *2 (-560)) (-5 *1 (-1145 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-520)) (-5 *2 (-713 (-186))) (-5 *1 (-186)))))
-(((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1072)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-531)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-871)) (-5 *2 (-1221 (-663 *4))) (-5 *1 (-1219 *4))
- (-5 *3 (-663 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-136)))))
-(((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| -2994 (-115)) (|:| |arg| (-663 (-915 *3)))))
- (-5 *1 (-915 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-115)) (-5 *2 (-663 (-915 *4)))
- (-5 *1 (-915 *4)) (-4 *4 (-1132)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-778)))))
-(((*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-159)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-979 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-815)) (-4 *5 (-1080)) (-4 *6 (-979 *5 *4 *2))
- (-4 *2 (-871)) (-5 *1 (-980 *4 *2 *5 *6 *3))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *6)) (-15 -4420 (*6 $))
- (-15 -4429 (*6 $)))))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-571))
- (-5 *2 (-1208)) (-5 *1 (-1071 *4)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-663 (-1202 *4))) (-5 *3 (-1202 *4))
- (-4 *4 (-939)) (-5 *1 (-685 *4)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-663 *6)) (-5 *4 (-663 (-255 *5 *6))) (-4 *6 (-466))
- (-5 *2 (-255 *5 *6)) (-14 *5 (-663 (-1208))) (-5 *1 (-650 *5 *6)))))
-(((*1 *1) (-5 *1 (-342))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-178)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-793)) (-5 *2 (-114)) (-5 *1 (-601 *3)) (-4 *3 (-559)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-596)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-119 *3)) (-14 *3 (-560))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *3 (-1186 *2)) (-4 *2 (-319)) (-5 *1 (-177 *2))))
- ((*1 *1 *2) (-12 (-5 *2 (-421 *3)) (-4 *3 (-319)) (-5 *1 (-177 *3))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-177 (-560))) (-5 *1 (-787 *3)) (-4 *3 (-418))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-177 (-421 (-560)))) (-5 *1 (-895 *3)) (-14 *3 (-560))))
- ((*1 *2 *1)
- (-12 (-14 *3 (-560)) (-5 *2 (-177 (-421 (-560))))
- (-5 *1 (-896 *3 *4)) (-4 *4 (-894 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211))))
- ((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1211)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-520)) (-5 *1 (-115))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-520)) (-5 *2 (-326 (-560)))
- (-5 *1 (-958))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-520)) (-4 *4 (-1132)) (-5 *1 (-959 *4 *2))
- (-4 *2 (-435 *4)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1170))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-559)) (-5 *2 (-114)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1243 *4 *5 *3 *6)) (-4 *4 (-571)) (-4 *5 (-815))
- (-4 *3 (-871)) (-4 *6 (-1096 *4 *5 *3)) (-5 *2 (-114))))
- ((*1 *2 *1) (-12 (-4 *1 (-1317 *3)) (-4 *3 (-376)) (-5 *2 (-114)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-950)) (-5 *2 (-713 (-663 *1))) (-5 *3 (-663 *1)))))
-(((*1 *2 *3) (-12 (-5 *3 (-975 (-229))) (-5 *2 (-229)) (-5 *1 (-315)))))
-(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 (-711 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *1)
- (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-793)) (-5 *1 (-58 *3)) (-4 *3 (-1248))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-5 *1 (-58 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1298 *5)) (-4 *5 (-814)) (-5 *2 (-114))
- (-5 *1 (-867 *4 *5)) (-14 *4 (-793)))))
+ (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4510)) (-4 *1 (-503 *4))
+ (-4 *4 (-1249)) (-5 *2 (-793)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *4 (-663 (-1208)))
- (-5 *2 (-711 (-326 (-229)))) (-5 *1 (-208))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1132)) (-4 *6 (-927 *5)) (-5 *2 (-711 *6))
- (-5 *1 (-714 *5 *6 *3 *4)) (-4 *3 (-385 *6))
- (-4 *4 (-13 (-385 *5) (-10 -7 (-6 -4509)))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3))
- (-4 *3 (-13 (-376) (-1234) (-1033)))))
- ((*1 *2)
- (|partial| -12 (-4 *4 (-1253)) (-4 *5 (-1274 (-421 *2)))
- (-4 *2 (-1274 *4)) (-5 *1 (-354 *3 *4 *2 *5))
- (-4 *3 (-355 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-355 *3 *2 *4)) (-4 *3 (-1253))
- (-4 *4 (-1274 (-421 *2))) (-4 *2 (-1274 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-466) (-1069 (-560)))) (-4 *3 (-571))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-435 *3))
- (-4 *2
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *3 (-630 $)) $))
- (-15 -4429 ((-1156 *3 (-630 $)) $))
- (-15 -2539 ($ (-1156 *3 (-630 $))))))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-663 *1))
- (-4 *1 (-1096 *3 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-136)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 (-975 (-560)))) (-5 *4 (-663 (-1208)))
- (-5 *2 (-663 (-663 (-391)))) (-5 *1 (-1054)) (-5 *5 (-391))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1077 *4 *5)) (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-14 *5 (-663 (-1208))) (-5 *2 (-663 (-663 (-1055 (-421 *4)))))
- (-5 *1 (-1326 *4 *5 *6)) (-14 *6 (-663 (-1208)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114))
- (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114))
- (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-114))
- (-4 *5 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-663 (-1055 (-421 *5))))) (-5 *1 (-1326 *5 *6 *7))
- (-14 *6 (-663 (-1208))) (-14 *7 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-975 *4)))
- (-4 *4 (-13 (-870) (-319) (-149) (-1051)))
- (-5 *2 (-663 (-663 (-1055 (-421 *4))))) (-5 *1 (-1326 *4 *5 *6))
- (-14 *5 (-663 (-1208))) (-14 *6 (-663 (-1208))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-793)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-432 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-1080)) (-5 *2 (-1298 *4))
- (-5 *1 (-1209 *4))))
+ (-12 (-5 *4 (-114))
+ (-5 *2
+ (-2 (|:| |contp| (-560))
+ (|:| -1609 (-663 (-2 (|:| |irr| *3) (|:| -3225 (-560)))))))
+ (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-948)) (-5 *2 (-1298 *3)) (-5 *1 (-1209 *3))
- (-4 *3 (-1080)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1190)) (-5 *3 (-846)) (-5 *1 (-845)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1304) (-1298 *5) (-1298 *5) (-391)))
- (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304))
- (-5 *1 (-810))))
- ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
- (-12 (-5 *4 (-560)) (-5 *6 (-1 (-1304) (-1298 *5) (-1298 *5) (-391)))
- (-5 *3 (-1298 (-391))) (-5 *5 (-391)) (-5 *2 (-1304))
- (-5 *1 (-810)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1248))
- (-4 *5 (-385 *4)) (-4 *2 (-385 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *6 *7 *2)) (-4 *6 (-1080))
- (-4 *7 (-245 *5 *6)) (-4 *2 (-245 *4 *6)))))
-(((*1 *2 *3 *4 *4 *3 *5)
- (-12 (-5 *4 (-630 *3)) (-5 *5 (-1202 *3))
- (-4 *3 (-13 (-435 *6) (-27) (-1234)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2 (-597 *3)) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1132))))
- ((*1 *2 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *4 (-630 *3)) (-5 *5 (-421 (-1202 *3)))
- (-4 *3 (-13 (-435 *6) (-27) (-1234)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2 (-597 *3)) (-5 *1 (-575 *6 *3 *7)) (-4 *7 (-1132)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-338 *3 *4)) (-4 *3 (-1080))
- (-4 *4 (-814)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1186 *4)) (-5 *3 (-560)) (-4 *4 (-1080))
- (-5 *1 (-1192 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-560)) (-5 *1 (-1288 *3 *4 *5)) (-4 *3 (-1080))
- (-14 *4 (-1208)) (-14 *5 *3))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1186 (-1186 *4))) (-5 *2 (-1186 *4)) (-5 *1 (-1192 *4))
- (-4 *4 (-38 (-421 (-560)))) (-4 *4 (-1080)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-673 *3)) (-4 *3 (-1248))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-673 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-663 (-975 *6))) (-5 *4 (-663 (-1208))) (-4 *6 (-466))
- (-5 *2 (-663 (-663 *7))) (-5 *1 (-552 *6 *7 *5)) (-4 *7 (-376))
- (-4 *5 (-13 (-376) (-870))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1186 *2)) (-4 *2 (-319)) (-5 *1 (-177 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-174))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1244 *3)) (-4 *3 (-1005)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-448))
+ (-12 (-5 *4 (-114))
(-5 *2
- (-663
- (-3 (|:| -3952 (-1208))
- (|:| -2430 (-663 (-3 (|:| S (-1208)) (|:| P (-975 (-560)))))))))
- (-5 *1 (-1212)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1202 *1)) (-4 *1 (-1043)))))
+ (-2 (|:| |contp| (-560))
+ (|:| -1609 (-663 (-2 (|:| |irr| *3) (|:| -3225 (-560)))))))
+ (-5 *1 (-1265 *3)) (-4 *3 (-1275 (-560))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-887)) (-5 *1 (-404 *3 *4 *5)) (-14 *3 (-793))
- (-14 *4 (-793)) (-4 *5 (-175)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1141)) (-5 *3 (-560)))))
+ (-12 (-4 *1 (-168 *3)) (-4 *3 (-175)) (-4 *3 (-1092)) (-4 *3 (-1235))
+ (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-509)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 *6)) (-4 *6 (-1097 *3 *4 *5)) (-4 *3 (-466))
+ (-4 *3 (-571)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *1 (-1009 *3 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
+ (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034) (-1235)))))
+ ((*1 *1 *1) (-4 *1 (-649))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7)) (-5 *2 (-663 *4))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-663 (-495 *4 *5))) (-5 *3 (-663 (-888 *4)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *1 (-485 *4 *5 *6))
- (-4 *6 (-466)))))
-(((*1 *2 *3 *4 *2 *2 *5)
- (|partial| -12 (-5 *2 (-864 *4)) (-5 *3 (-630 *4)) (-5 *5 (-114))
- (-4 *4 (-13 (-1234) (-29 *6)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-228 *6 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1267 *5 *4)) (-5 *1 (-1206 *4 *5 *6))
- (-4 *4 (-1080)) (-14 *5 (-1208)) (-14 *6 *4)))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1267 *5 *4)) (-5 *1 (-1288 *4 *5 *6))
- (-4 *4 (-1080)) (-14 *5 (-1208)) (-14 *6 *4))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
-(((*1 *1 *1) (-5 *1 (-229)))
- ((*1 *2 *2) (-12 (-5 *2 (-229)) (-5 *1 (-230))))
- ((*1 *2 *2) (-12 (-5 *2 (-171 (-229))) (-5 *1 (-230))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
- ((*1 *1 *1) (-4 *1 (-1170))) ((*1 *1 *1 *1) (-4 *1 (-1170))))
-(((*1 *1 *2) (-12 (-5 *2 (-1151)) (-5 *1 (-844)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *1 (-583 *3)) (-4 *3 (-1069 (-560)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-630 *1)) (-4 *1 (-310)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-339 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1248)) (-14 *4 *2))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1186 (-560))) (-5 *1 (-1035 *3)) (-14 *3 (-560)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-1132)) (-4 *3 (-133))
- (-4 *3 (-814)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))))
+ (-12 (-5 *3 (-1209)) (-4 *4 (-466)) (-4 *4 (-1133))
+ (-5 *1 (-587 *4 *2)) (-4 *2 (-296)) (-4 *2 (-435 *4)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1249)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *7 (-466)) (-4 *5 (-817)) (-4 *6 (-872)) (-4 *7 (-571))
+ (-4 *8 (-980 *7 *5 *6))
+ (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *3) (|:| |radicand| *3)))
+ (-5 *1 (-983 *5 *6 *7 *8 *3)) (-5 *4 (-793))
+ (-4 *3
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *8)) (-15 -3125 (*8 $)) (-15 -3138 (*8 $))))))))
+(((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-663 (-495 *4 *5))) (-5 *3 (-889 *4))
+ (-14 *4 (-663 (-1209))) (-4 *5 (-466)) (-5 *1 (-650 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1133)) (-5 *2 (-1152)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1226 *4 *5))
- (-4 *4 (-1132)) (-4 *5 (-1132)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-319)) (-4 *5 (-385 *4)) (-4 *6 (-385 *4))
- (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
- (-5 *1 (-1155 *4 *5 *6 *3)) (-4 *3 (-708 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-972 *2)) (-5 *1 (-1013 *2)) (-4 *2 (-1080)))))
+ (-12 (-5 *3 (-1268 *5 *4)) (-4 *4 (-844)) (-14 *5 (-1209))
+ (-5 *2 (-663 *4)) (-5 *1 (-1146 *4 *5)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
- (-5 *1 (-597 *3)) (-4 *3 (-376)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-2 (|:| |ans| *7) (|:| -1448 *7) (|:| |sol?| (-114)))
- (-560) *7))
- (-5 *6 (-663 (-421 *8))) (-4 *7 (-376)) (-4 *8 (-1274 *7))
- (-5 *3 (-421 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-588 *7 *8)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-663 (-495 *5 *6))) (-5 *4 (-888 *5))
- (-14 *5 (-663 (-1208))) (-5 *2 (-495 *5 *6)) (-5 *1 (-650 *5 *6))
- (-4 *6 (-466))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-495 *5 *6))) (-5 *4 (-888 *5))
- (-14 *5 (-663 (-1208))) (-5 *2 (-495 *5 *6)) (-5 *1 (-650 *5 *6))
- (-4 *6 (-466)))))
-(((*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
- (|partial| -12 (-5 *5 (-1208))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-663 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -3735 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1234) (-27) (-435 *8)))
- (-4 *8 (-13 (-466) (-149) (-1069 *3) (-660 *3))) (-5 *3 (-560))
- (-5 *2 (-663 *4)) (-5 *1 (-1045 *8 *4)))))
-(((*1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
- (-4 *4 (-175)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-842)) (-14 *5 (-1208))
- (-5 *2 (-560)) (-5 *1 (-1145 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
- (-12 (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610)))) (-5 *3 (-229))
- (-5 *2 (-1066)) (-5 *1 (-770)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-2 (|:| |totdeg| (-793)) (|:| -1862 *4))) (-5 *5 (-793))
- (-4 *4 (-979 *6 *7 *8)) (-4 *6 (-466)) (-4 *7 (-815)) (-4 *8 (-871))
- (-5 *2
- (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-5 *1 (-464 *6 *7 *8 *4)))))
-(((*1 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-793)) (-5 *1 (-115))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-115))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-262 *4 *3 *5 *6)) (-4 *4 (-1080)) (-4 *3 (-871))
- (-4 *5 (-277 *3)) (-4 *6 (-815)) (-5 *2 (-793))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1080)) (-4 *4 (-871))
- (-4 *5 (-277 *4)) (-4 *6 (-815)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-277 *3)) (-4 *3 (-871)) (-5 *2 (-793)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))) ((*1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1202 (-560))) (-5 *3 (-560)) (-4 *1 (-894 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-5 *2 (-421 (-975 *4))) (-5 *1 (-953 *4 *5 *6 *3))
- (-4 *3 (-979 *4 *6 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-711 *7)) (-4 *7 (-979 *4 *6 *5))
- (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-5 *2 (-711 (-421 (-975 *4))))
- (-5 *1 (-953 *4 *5 *6 *7))))
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-793)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-711 *1)) (-5 *4 (-1299 *1)) (-4 *1 (-660 *5))
+ (-4 *5 (-1081))
+ (-5 *2 (-2 (|:| -1806 (-711 *5)) (|:| |vec| (-1299 *5))))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *6 *5))
- (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-5 *2 (-663 (-421 (-975 *4))))
- (-5 *1 (-953 *4 *5 *6 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-376) (-870))) (-5 *1 (-184 *3 *2))
- (-4 *2 (-1274 (-171 *3))))))
+ (-12 (-5 *3 (-711 *1)) (-4 *1 (-660 *4)) (-4 *4 (-1081))
+ (-5 *2 (-711 *4)))))
+(((*1 *1 *1 *1) (|partial| -4 *1 (-133))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-5 *2 (-421 (-976 *4))) (-5 *1 (-954 *4 *5 *6 *3))
+ (-4 *3 (-980 *4 *6 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-711 *7)) (-4 *7 (-980 *4 *6 *5))
+ (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-5 *2 (-711 (-421 (-976 *4))))
+ (-5 *1 (-954 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *6 *5))
+ (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-5 *2 (-663 (-421 (-976 *4))))
+ (-5 *1 (-954 *4 *5 *6 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| |k| (-1208)) (|:| |c| (-1320 *3)))))
- (-5 *1 (-1320 *3)) (-4 *3 (-1080))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-2 (|:| |k| *3) (|:| |c| (-1323 *3 *4)))))
- (-5 *1 (-1323 *3 *4)) (-4 *3 (-871)) (-4 *4 (-1080)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-4 *5 (-815)) (-4 *6 (-871))
- (-4 *7 (-1096 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-663 *7)) (|:| |badPols| (-663 *7))))
- (-5 *1 (-1008 *4 *5 *6 *7)) (-5 *3 (-663 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
+ (-12 (-4 *1 (-262 *3 *4 *5 *6)) (-4 *3 (-1081)) (-4 *4 (-872))
+ (-4 *5 (-277 *4)) (-4 *6 (-817)) (-5 *2 (-663 *4)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-229)) (-5 *4 (-560))
+ (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -4346))))
+ (-5 *2 (-1067)) (-5 *1 (-770)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-711 *2)) (-4 *4 (-1274 *2))
- (-4 *2 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-5 *1 (-513 *2 *4 *5)) (-4 *5 (-424 *2 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1154 *3 *2 *4 *5)) (-4 *4 (-245 *3 *2))
- (-4 *5 (-245 *3 *2)) (-4 *2 (-1080)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-63 *3)) (-14 *3 (-1208))))
- ((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-69 *3)) (-14 *3 (-1208))))
- ((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-72 *3)) (-14 *3 (-1208))))
- ((*1 *2 *3) (-12 (-5 *3 (-402)) (-5 *2 (-1304)) (-5 *1 (-409))))
- ((*1 *2 *1) (-12 (-4 *1 (-410)) (-5 *2 (-1304))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1190)) (-5 *4 (-887)) (-5 *2 (-1304)) (-5 *1 (-1169))))
- ((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1304)) (-5 *1 (-1169))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-887))) (-5 *2 (-1304)) (-5 *1 (-1169)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-713 (-995 *3))) (-5 *1 (-995 *3)) (-4 *3 (-1132)))))
-(((*1 *1) (-4 *1 (-363))))
+ (-12 (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-4 *5 (-1275 *4))
+ (-5 *2 (-663 (-2 (|:| |deg| (-793)) (|:| -1969 *5))))
+ (-5 *1 (-833 *4 *5 *3 *6)) (-4 *3 (-680 *5))
+ (-4 *6 (-680 (-421 *5))))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-363)) (-4 *2 (-1081)) (-5 *1 (-734 *2 *3))
+ (-4 *3 (-1275 *2)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114))
+ (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-1078 *5 *6))) (-5 *1 (-1327 *5 *6 *7))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-976 *5))) (-5 *4 (-114))
+ (-4 *5 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-1078 *5 *6))) (-5 *1 (-1327 *5 *6 *7))
+ (-14 *6 (-663 (-1209))) (-14 *7 (-663 (-1209)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-976 *4)))
+ (-4 *4 (-13 (-871) (-319) (-149) (-1052)))
+ (-5 *2 (-663 (-1078 *4 *5))) (-5 *1 (-1327 *4 *5 *6))
+ (-14 *5 (-663 (-1209))) (-14 *6 (-663 (-1209))))))
(((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-663 *6) "failed") (-560) *6 *6)) (-4 *6 (-376))
- (-4 *7 (-1274 *6))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3379 *6) (|:| |sol?| (-114))) (-560)
+ *6))
+ (-4 *6 (-376)) (-4 *7 (-1275 *6))
(-5 *2 (-2 (|:| |answer| (-597 (-421 *7))) (|:| |a0| *6)))
(-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305))
+ (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1191)) (-4 *4 (-466)) (-4 *5 (-817)) (-4 *6 (-872))
+ (-4 *7 (-1097 *4 *5 *6)) (-5 *2 (-1305))
+ (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-711 (-421 (-975 (-560)))))
- (-5 *2 (-711 (-326 (-560)))) (-5 *1 (-1059)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *1)) (-4 *1 (-310))))
- ((*1 *1 *1) (-4 *1 (-310)))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887))))
- ((*1 *1 *1) (-5 *1 (-887))))
+ (-12 (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2810 *4)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *1 *1) (-12 (-4 *1 (-385 *2)) (-4 *2 (-1249))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-1081)) (-5 *1 (-458 *3 *2)) (-4 *2 (-1275 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1133)) (-4 *3 (-23))
+ (-14 *4 *3))))
(((*1 *2 *1)
- (-12 (-4 *4 (-1132)) (-5 *2 (-114)) (-5 *1 (-910 *3 *4 *5))
- (-4 *3 (-1132)) (-4 *5 (-688 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-913 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-972 *3) (-972 *3))) (-5 *1 (-179 *3))
- (-4 *3 (-13 (-376) (-1234) (-1033))))))
-(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
- (-12 (-5 *3 (-560)) (-5 *5 (-114)) (-5 *6 (-711 (-229)))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-78 OBJFUN))))
- (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-775)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-543))))
- ((*1 *1 *2) (-12 (-5 *2 (-402)) (-5 *1 (-543)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -3735 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-376)) (-4 *7 (-1274 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-421 *7)) (|:| |a0| *6))
- (-2 (|:| -3735 (-421 *7)) (|:| |coeff| (-421 *7))) "failed"))
- (-5 *1 (-588 *6 *7)) (-5 *3 (-421 *7)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-405)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1208)) (-5 *3 (-1190)) (-5 *1 (-1020))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-4 *4 (-1248)) (-5 *1 (-1089 *3 *4))
- (-4 *3 (-1125 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1208)) (-5 *3 (-1120 *4)) (-4 *4 (-1248))
- (-5 *1 (-1123 *4)))))
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-663 *6)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-466))
+ (-12 (-5 *3 (-711 (-421 (-976 (-560)))))
(-5 *2
(-663
- (-2 (|:| |eigval| (-3 (-421 (-975 *4)) (-1197 (-1208) (-975 *4))))
- (|:| |geneigvec| (-663 (-711 (-421 (-975 *4))))))))
- (-5 *1 (-304 *4)) (-5 *3 (-711 (-421 (-975 *4)))))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| -2076 *3) (|:| |coef1| (-803 *3)) (|:| |coef2| (-803 *3))))
- (-5 *1 (-803 *3)) (-4 *3 (-571)) (-4 *3 (-1080)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1283 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1260 *3)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *1 (-464 *4 *5 *6 *2)))))
-(((*1 *2 *1 *3 *3 *4)
- (-12 (-5 *3 (-1 (-887) (-887) (-887))) (-5 *4 (-560)) (-5 *2 (-887))
- (-5 *1 (-671 *5 *6 *7)) (-4 *5 (-1132)) (-4 *6 (-23)) (-14 *7 *6)))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-887)) (-5 *1 (-878 *3 *4 *5)) (-4 *3 (-1080))
- (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-229)) (-5 *1 (-887))))
- ((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-887))))
- ((*1 *1 *2) (-12 (-5 *2 (-1208)) (-5 *1 (-887))))
- ((*1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-887)) (-5 *1 (-1202 *3)) (-4 *3 (-1080)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-975 (-560))) (-5 *2 (-342))
- (-5 *1 (-344))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1208)) (-5 *4 (-1123 (-975 (-560)))) (-5 *2 (-342))
- (-5 *1 (-344))))
- ((*1 *1 *2 *2 *2)
- (-12 (-5 *2 (-793)) (-5 *1 (-697 *3)) (-4 *3 (-1080))
- (-4 *3 (-1132)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1207)) (-5 *1 (-342)))))
+ (-2 (|:| |radval| (-326 (-560))) (|:| |radmult| (-560))
+ (|:| |radvect| (-663 (-711 (-326 (-560))))))))
+ (-5 *1 (-1060)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-114) *4)) (|has| *1 (-6 -4509)) (-4 *1 (-503 *4))
- (-4 *4 (-1248)) (-5 *2 (-114)))))
-(((*1 *2 *3) (-12 (-5 *3 (-402)) (-5 *2 (-1304)) (-5 *1 (-405))))
- ((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-405)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208))
- (-4 *5 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *2 (-597 *3)) (-5 *1 (-442 *5 *3))
- (-4 *3 (-13 (-1234) (-29 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1208)) (-4 *5 (-13 (-571) (-1069 (-560)) (-149)))
- (-5 *2 (-597 (-421 (-975 *5)))) (-5 *1 (-584 *5))
- (-5 *3 (-421 (-975 *5))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)) (-4 *2 (-559))))
- ((*1 *1 *1) (-4 *1 (-1091))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1298 (-326 (-229)))) (-5 *2 (-1298 (-326 (-391))))
- (-5 *1 (-315)))))
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)) (-4 *2 (-466)))))
+(((*1 *2 *1) (-12 (-4 *1 (-820 *2)) (-4 *2 (-175)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
+(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1191)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1305)) (-5 *1 (-847)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-630 *1)) (-4 *1 (-310)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-899))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5)) (-4 *3 (-1081)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-5 *2 (-114))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-466))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-114))
+ (-5 *1 (-1139 *4 *5 *6 *7 *8)) (-4 *8 (-1103 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1244 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-817))
+ (-4 *5 (-872)) (-4 *6 (-1097 *3 *4 *5)) (-5 *2 (-114)))))
(((*1 *2)
- (-12 (-4 *4 (-1253)) (-4 *5 (-1274 *4)) (-4 *6 (-1274 (-421 *5)))
- (-5 *2 (-793)) (-5 *1 (-354 *3 *4 *5 *6)) (-4 *3 (-355 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-793)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-629 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-5 *2 (-114)))))
+ (-12 (-5 *2 (-1305)) (-5 *1 (-1227 *3 *4)) (-4 *3 (-1133))
+ (-4 *4 (-1133)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
+ (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -2417 *4))))
+ (-5 *1 (-1140 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-229)) (-5 *3 (-793)) (-5 *1 (-230))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-171 (-229))) (-5 *3 (-793)) (-5 *1 (-230))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-445 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1171))))
(((*1 *2 *3)
- (-12 (-5 *3 (-171 *5)) (-4 *5 (-13 (-435 *4) (-1033) (-1234)))
- (-4 *4 (-571)) (-4 *2 (-13 (-435 (-171 *4)) (-1033) (-1234)))
- (-5 *1 (-614 *4 *5 *2)))))
+ (-12 (-5 *3 (-663 (-2 (|:| |den| (-560)) (|:| |gcdnum| (-560)))))
+ (-4 *4 (-1275 (-421 *2))) (-5 *2 (-560)) (-5 *1 (-943 *4 *5))
+ (-4 *5 (-1275 (-421 *4))))))
+(((*1 *1 *1 *1) (-4 *1 (-145)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-571)) (-5 *1 (-160 *3 *2)) (-4 *2 (-435 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559))))
+ ((*1 *1 *1 *1) (-5 *1 (-888)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-560))) (-5 *1 (-1079))
+ (-5 *3 (-560)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))))
-(((*1 *1 *1) (-12 (-4 *1 (-387 *2 *3)) (-4 *2 (-871)) (-4 *3 (-175))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-646 *2 *3 *4)) (-4 *2 (-871))
- (-4 *3 (-13 (-175) (-739 (-421 (-560))))) (-14 *4 (-948))))
- ((*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871))))
- ((*1 *1 *1) (-12 (-5 *1 (-841 *2)) (-4 *2 (-871))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1318 *2 *3)) (-4 *2 (-871)) (-4 *3 (-1080)))))
+ (-12 (-5 *2 (-663 (-1203 (-560)))) (-5 *1 (-194)) (-5 *3 (-560)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-663 *4)) (-4 *4 (-871)) (-5 *2 (-663 (-686 *4 *5)))
- (-5 *1 (-646 *4 *5 *6)) (-4 *5 (-13 (-175) (-739 (-421 (-560)))))
- (-14 *6 (-948)))))
+ (-12 (-4 *2 (-1275 *4)) (-5 *1 (-833 *4 *2 *3 *5))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *3 (-680 *2))
+ (-4 *5 (-680 (-421 *2))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-5 *2
- (-3 (|:| |%expansion| (-325 *5 *3 *6 *7))
- (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))))
- (-5 *1 (-437 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1234) (-435 *5)))
- (-14 *6 (-1208)) (-14 *7 *3))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-708 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-385 *2))
- (-4 *4 (-385 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1190)) (-5 *1 (-315)))))
-(((*1 *1) (-5 *1 (-624))) ((*1 *1) (-5 *1 (-625))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| -1432 (-421 (-560))) (|:| -1448 (-421 (-560)))))
- (-5 *2 (-421 (-560))) (-5 *1 (-1052 *4)) (-4 *4 (-1274 (-560))))))
-(((*1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-1227)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-793)) (-5 *4 (-948)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-793)) (-5 *4 (-948)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 (-2 (|:| -3818 (-1208)) (|:| -2660 (-450)))))
- (-5 *1 (-1212)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-571))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-1008 *3 *4 *5 *6)))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-972 *5)) (-5 *3 (-793)) (-4 *5 (-1080))
- (-5 *1 (-1196 *4 *5)) (-14 *4 (-948)))))
-(((*1 *2 *1 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-1244 *3)) (-4 *3 (-1005)))))
+ (|partial| -12 (-5 *4 (-421 *2)) (-4 *2 (-1275 *5))
+ (-5 *1 (-831 *5 *2 *3 *6))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560)))))
+ (-4 *3 (-680 *2)) (-4 *6 (-680 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-663 (-421 *2))) (-4 *2 (-1275 *5))
+ (-5 *1 (-831 *5 *2 *3 *6))
+ (-4 *5 (-13 (-376) (-149) (-1070 (-421 (-560))))) (-4 *3 (-680 *2))
+ (-4 *6 (-680 (-421 *2))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
+ (|partial| -12 (-5 *2 (-1203 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-466)) (-4 *6 (-815)) (-4 *7 (-871))
- (-4 *3 (-1096 *5 *6 *7))
- (-5 *2 (-663 (-2 (|:| |val| *3) (|:| -3227 *4))))
- (-5 *1 (-1103 *5 *6 *7 *3 *4)) (-4 *4 (-1102 *5 *6 *7 *3)))))
-(((*1 *1) (-4 *1 (-363)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 *5)) (-4 *5 (-435 *4)) (-4 *4 (-13 (-571) (-149)))
- (-5 *2
- (-2 (|:| |primelt| *5) (|:| |poly| (-663 (-1202 *5)))
- (|:| |prim| (-1202 *5))))
- (-5 *1 (-446 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-571) (-149)))
- (-5 *2
- (-2 (|:| |primelt| *3) (|:| |pol1| (-1202 *3))
- (|:| |pol2| (-1202 *3)) (|:| |prim| (-1202 *3))))
- (-5 *1 (-446 *4 *3)) (-4 *3 (-27)) (-4 *3 (-435 *4))))
- ((*1 *2 *3 *4 *3 *4)
- (-12 (-5 *3 (-975 *5)) (-5 *4 (-1208)) (-4 *5 (-13 (-376) (-149)))
- (-5 *2
- (-2 (|:| |coef1| (-560)) (|:| |coef2| (-560))
- (|:| |prim| (-1202 *5))))
- (-5 *1 (-990 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-975 *5))) (-5 *4 (-663 (-1208)))
- (-4 *5 (-13 (-376) (-149)))
- (-5 *2
- (-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 *5)))
- (|:| |prim| (-1202 *5))))
- (-5 *1 (-990 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 (-975 *6))) (-5 *4 (-663 (-1208))) (-5 *5 (-1208))
- (-4 *6 (-13 (-376) (-149)))
+ (-12 (-4 *5 (-376)) (-4 *5 (-571))
(-5 *2
- (-2 (|:| -1398 (-663 (-560))) (|:| |poly| (-663 (-1202 *6)))
- (|:| |prim| (-1202 *6))))
- (-5 *1 (-990 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1080))
- (-4 *2 (-13 (-418) (-1069 *4) (-376) (-1234) (-296)))
- (-5 *1 (-457 *4 *3 *2)) (-4 *3 (-1274 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -1916 (-560)) (|:| -3980 (-663 *3))))
- (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-842)) (-14 *5 (-1208)) (-5 *2 (-663 (-1267 *5 *4)))
- (-5 *1 (-1145 *4 *5)) (-5 *3 (-1267 *5 *4)))))
-(((*1 *2 *1)
- (-12 (-14 *3 (-663 (-1208))) (-4 *4 (-175))
- (-14 *6
- (-1 (-114) (-2 (|:| -3998 *5) (|:| -3881 *2))
- (-2 (|:| -3998 *5) (|:| -3881 *2))))
- (-4 *2 (-245 (-2305 *3) (-793))) (-5 *1 (-475 *3 *4 *5 *2 *6 *7))
- (-4 *5 (-871)) (-4 *7 (-979 *4 *2 (-888 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-421 (-975 *4))) (-4 *4 (-319))
- (-5 *2 (-421 (-419 (-975 *4)))) (-5 *1 (-1074 *4)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-376)) (-5 *1 (-661 *3 *4))
- (-14 *4 (-663 (-1208))))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-560)) (-5 *1 (-419 *2)) (-4 *2 (-571)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-341 *3)) (-4 *3 (-376)) (-4 *3 (-381))
- (-5 *2 (-1202 *3)))))
-(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1207)) (-5 *1 (-342))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1207)) (-5 *1 (-342)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-255 *4 *5)) (-14 *4 (-663 (-1208))) (-4 *5 (-1080))
- (-5 *2 (-495 *4 *5)) (-5 *1 (-973 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-460)) (-5 *3 (-560)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-898)) (-5 *3 (-663 (-270))) (-5 *1 (-271)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *1) (-12 (-5 *2 (-713 (-1166))) (-5 *1 (-1184)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1002)) (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
+ (-2 (|:| |minor| (-663 (-949))) (|:| -1969 *3)
+ (|:| |minors| (-663 (-663 (-949)))) (|:| |ops| (-663 *3))))
+ (-5 *1 (-90 *5 *3)) (-5 *4 (-949)) (-4 *3 (-680 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1044)) (-5 *2 (-888)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3622 *4)))
- (-5 *1 (-1000 *4 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *1 *2 *2 *3 *1)
- (-12 (-5 *2 (-520)) (-5 *3 (-1134)) (-5 *1 (-303)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-339 *3)) (-4 *3 (-1248))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1248))
- (-14 *4 (-560)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-399 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-1 (-391))) (-5 *1 (-1072)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1202 *3)) (-4 *3 (-363)) (-5 *1 (-369 *3)))))
-(((*1 *2 *3) (-12 (-5 *2 (-115)) (-5 *1 (-116 *3)) (-4 *3 (-1132)))))
-(((*1 *1) (-5 *1 (-1116))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1133)) (-4 *6 (-1133))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *4 (-1133)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1081)) (-4 *5 (-817)) (-4 *3 (-872))
+ (-5 *2 (-2 (|:| -3265 *1) (|:| |gap| (-793)) (|:| -4029 *1)))
+ (-4 *1 (-1097 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-2 (|:| -3265 *1) (|:| |gap| (-793)) (|:| -4029 *1)))
+ (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-560)) (-5 *1 (-847)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1080)) (-4 *7 (-1080))
- (-4 *6 (-1274 *5)) (-5 *2 (-1202 (-1202 *7)))
- (-5 *1 (-515 *5 *6 *4 *7)) (-4 *4 (-1274 *6)))))
+ (-12 (-4 *5 (-817)) (-4 *6 (-872)) (-4 *3 (-571))
+ (-4 *7 (-980 *3 *5 *6))
+ (-5 *2 (-2 (|:| -2909 (-793)) (|:| -3265 *8) (|:| |radicand| *8)))
+ (-5 *1 (-983 *5 *6 *3 *7 *8)) (-5 *4 (-793))
+ (-4 *8
+ (-13 (-376)
+ (-10 -8 (-15 -3834 ($ *7)) (-15 -3125 (*7 $)) (-15 -3138 (*7 $))))))))
+(((*1 *1 *1) (-12 (-5 *1 (-627 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1) (-5 *1 (-651))))
+(((*1 *2) (-12 (-5 *2 (-1305)) (-5 *1 (-827)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1209))
+ (-4 *5 (-13 (-571) (-1070 (-560)) (-149)))
+ (-5 *2
+ (-2 (|:| -2301 (-421 (-976 *5))) (|:| |coeff| (-421 (-976 *5)))))
+ (-5 *1 (-584 *5)) (-5 *3 (-421 (-976 *5))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| -1398 *4))) (-5 *1 (-1001 *4 *3))
+ (-4 *3 (-1275 *4)))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *5 (-114))
+ (-5 *2 (-1067)) (-5 *1 (-775)))))
+(((*1 *1 *1) (-12 (-5 *1 (-177 *2)) (-4 *2 (-319)))))
+(((*1 *2) (-12 (-5 *2 (-114)) (-5 *1 (-136)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-195))))
+ (-12 (-5 *3 (-677 (-421 *2))) (-4 *2 (-1275 *4)) (-5 *1 (-834 *4 *2))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560)))))))
((*1 *2 *3)
- (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-313))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1120 (-864 (-229)))) (-5 *2 (-229)) (-5 *1 (-315)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-793)) (-5 *1 (-805 *2)) (-4 *2 (-38 (-421 (-560))))
- (-4 *2 (-175)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-391)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-887)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
- (-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
- (|:| |success| (-114))))
- (-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-466)) (-5 *1 (-1240 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1234))))))
+ (-12 (-5 *3 (-678 *2 (-421 *2))) (-4 *2 (-1275 *4))
+ (-5 *1 (-834 *4 *2))
+ (-4 *4 (-13 (-376) (-149) (-1070 (-560)) (-1070 (-421 (-560))))))))
(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-114)) (-5 *1 (-220 *4 *3))
- (-4 *3 (-1274 *4)))))
-(((*1 *1 *1) (-5 *1 (-1094))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1208)) (-5 *1 (-697 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-769)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5)) (-4 *3 (-149))
- (-4 *3 (-319)) (-4 *3 (-571)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *1 (-1008 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 (-888 *5))) (-14 *5 (-663 (-1208))) (-4 *6 (-466))
- (-5 *2
- (-2 (|:| |dpolys| (-663 (-255 *5 *6)))
- (|:| |coords| (-663 (-560)))))
- (-5 *1 (-485 *5 *6 *7)) (-5 *3 (-663 (-255 *5 *6))) (-4 *7 (-466)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-954)))))
+ (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1081)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-376)) (-5 *1 (-297 *3 *2)) (-4 *2 (-1291 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 *3)) (-4 *3 (-376)) (-5 *1 (-659 *3 *4))
- (-14 *4 (-663 (-1208))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-1096 *4 *5 *6)) (-4 *4 (-466))
- (-4 *5 (-815)) (-4 *6 (-871)) (-5 *2 (-114))
- (-5 *1 (-1138 *4 *5 *6 *7 *8)) (-4 *8 (-1102 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-769)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1297 *2)) (-4 *2 (-1248)) (-4 *2 (-1033))
- (-4 *2 (-1080)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3) (-12 (-5 *3 (-887)) (-5 *2 (-1190)) (-5 *1 (-732)))))
-(((*1 *2 *3) (-12 (-5 *3 (-391)) (-5 *2 (-229)) (-5 *1 (-315)))))
-(((*1 *1 *1 *1) (-4 *1 (-998))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1253)) (-4 *3 (-1274 *4))
- (-4 *5 (-1274 (-421 *3))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *2 *3) (-12 (-5 *2 (-560)) (-5 *1 (-583 *3)) (-4 *3 (-1069 *2))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *2 *5 *6)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-560))) (-5 *1 (-286)))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-1017 (-421 (-560)) (-888 *3) (-246 *4 (-793))
- (-255 *3 (-421 (-560)))))
- (-14 *3 (-663 (-1208))) (-14 *4 (-793)) (-5 *1 (-1018 *3 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-793)) (-4 *6 (-1132)) (-4 *3 (-927 *6))
- (-5 *2 (-711 *3)) (-5 *1 (-714 *6 *3 *7 *4)) (-4 *7 (-385 *3))
- (-4 *4 (-13 (-385 *6) (-10 -7 (-6 -4509)))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-915 *4)) (-4 *4 (-1132)) (-5 *2 (-663 *5))
- (-5 *1 (-916 *4 *5)) (-4 *5 (-1248)))))
-(((*1 *1) (-5 *1 (-636))))
+ (-12 (-5 *3 (-1 (-114) *4 *4)) (-4 *4 (-1249)) (-5 *1 (-1164 *4 *2))
+ (-4 *2 (-13 (-618 (-560) *4) (-10 -7 (-6 -4510) (-6 -4511))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-872)) (-4 *3 (-1249)) (-5 *1 (-1164 *3 *2))
+ (-4 *2 (-13 (-618 (-560) *3) (-10 -7 (-6 -4510) (-6 -4511)))))))
(((*1 *2 *3 *4)
- (-12 (-4 *4 (-376)) (-5 *2 (-663 (-1186 *4))) (-5 *1 (-297 *4 *5))
- (-5 *3 (-1186 *4)) (-4 *5 (-1291 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302))))
- ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))))
-(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-229)) (-5 *4 (-560))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))
- (-5 *2 (-1066)) (-5 *1 (-770)))))
+ (-12 (-4 *5 (-571))
+ (-5 *2 (-2 (|:| -1806 (-711 *5)) (|:| |vec| (-1299 (-663 (-949))))))
+ (-5 *1 (-90 *5 *3)) (-5 *4 (-949)) (-4 *3 (-680 *5)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-663 (-630 *4))) (-4 *4 (-435 *3)) (-4 *3 (-1133))
+ (-5 *1 (-587 *3 *4))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-914 *2 *3)) (-4 *2 (-1133)) (-4 *3 (-1133))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1131 *2)) (-4 *2 (-1133)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-663 (-793))) (-5 *1 (-1000 *4 *3))
- (-4 *3 (-1274 *4)))))
+ (-12 (-5 *2 (-1187 (-663 (-560)))) (-5 *1 (-909))
+ (-5 *3 (-663 (-560))))))
+(((*1 *2 *1) (-12 (-5 *2 (-949)) (-5 *1 (-1003)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-663 *6)) (-4 *6 (-979 *3 *4 *5)) (-4 *3 (-466))
- (-4 *4 (-815)) (-4 *5 (-871)) (-5 *1 (-464 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-183))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-324))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1001))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1025))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1067))))
- ((*1 *2 *1) (-12 (-5 *2 (-1166)) (-5 *1 (-1104)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-229) (-229) (-229)))
- (-5 *4 (-3 (-1 (-229) (-229) (-229) (-229)) "undefined"))
- (-5 *5 (-1120 (-229))) (-5 *6 (-663 (-270))) (-5 *2 (-1164 (-229)))
- (-5 *1 (-719)))))
+ (-12 (-5 *2 (-114)) (-5 *1 (-456 *3)) (-4 *3 (-1275 (-560))))))
+(((*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-21)) (-4 *2 (-1249)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1208))
- (-5 *2 (-3 (|:| |fst| (-448)) (|:| -2565 "void"))) (-5 *1 (-1211)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-630 *3)) (-5 *5 (-1 (-1202 *3) (-1202 *3)))
- (-4 *3 (-13 (-27) (-435 *6))) (-4 *6 (-571)) (-5 *2 (-597 *3))
- (-5 *1 (-566 *6 *3)))))
-(((*1 *1 *1) (-5 *1 (-887))) ((*1 *1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1125 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2) (-12 (-5 *1 (-1265 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229)))
- (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-76 FCN JACOBF JACEPS))))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-77 G JACOBG JACGEP))))
- (-5 *4 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1303)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-419 *3)) (-4 *3 (-571)) (-5 *1 (-433 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-711 (-421 (-975 *4)))) (-4 *4 (-466))
- (-5 *2 (-663 (-3 (-421 (-975 *4)) (-1197 (-1208) (-975 *4)))))
- (-5 *1 (-304 *4)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-421 (-1202 (-326 *3)))) (-4 *3 (-571))
- (-5 *1 (-1161 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1248)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-663 *3))))
- ((*1 *2 *1)
- (-12 (|has| *1 (-6 -4509)) (-4 *1 (-503 *3)) (-4 *3 (-1248))
- (-5 *2 (-663 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1002)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-543)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *2 *4 *5 *6)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *2 (-1132)))))
-(((*1 *2)
- (-12 (-5 *2 (-1304)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *1 (-671 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-23))
- (-14 *4 *3))))
+ (-12 (-4 *1 (-1244 *4 *5 *3 *6)) (-4 *4 (-571)) (-4 *5 (-817))
+ (-4 *3 (-872)) (-4 *6 (-1097 *4 *5 *3)) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1318 *3)) (-4 *3 (-376)) (-5 *2 (-114)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-355 *4 *3 *5)) (-4 *4 (-1253)) (-4 *3 (-1274 *4))
- (-4 *5 (-1274 (-421 *3))) (-5 *2 (-114))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-114)))))
-(((*1 *1 *1) (-12 (-4 *1 (-435 *2)) (-4 *2 (-1132)) (-4 *2 (-571))))
- ((*1 *1 *1) (-12 (-4 *1 (-1022 *2)) (-4 *2 (-571)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 (-663 *3))) (-4 *3 (-871)) (-5 *1 (-1219 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080))
- (-14 *4 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-51)) (-5 *2 (-114)) (-5 *1 (-52 *4)) (-4 *4 (-1248))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871)))
- (-14 *4 (-663 (-1208)))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-694 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-699 *3)) (-4 *3 (-871))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-918 *3)) (-4 *3 (-871)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559)))))
-(((*1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1303))))
- ((*1 *2 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1303)))))
+ (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-853)) (-5 *3 (-1191)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-571) (-149))) (-5 *1 (-551 *3 *2))
- (-4 *2 (-1291 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-4 *4 (-1274 *3))
- (-4 *5 (-746 *3 *4)) (-5 *1 (-555 *3 *4 *5 *2)) (-4 *2 (-1291 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-376) (-381) (-633 (-560)))) (-5 *1 (-556 *3 *2))
- (-4 *2 (-1291 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-13 (-571) (-149)))
- (-5 *1 (-1185 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-956)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
- (-12 (-5 *3 (-1190)) (-5 *4 (-560)) (-5 *5 (-711 (-229)))
- (-5 *2 (-1066)) (-5 *1 (-779)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 *6)) (-4 *6 (-871)) (-4 *4 (-376)) (-4 *5 (-815))
- (-5 *2 (-114)) (-5 *1 (-518 *4 *5 *6 *7)) (-4 *7 (-979 *4 *5 *6)))))
-(((*1 *1) (-5 *1 (-622))) ((*1 *1) (-5 *1 (-624)))
- ((*1 *1) (-5 *1 (-625))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-793)) (-4 *4 (-13 (-1080) (-739 (-421 (-560)))))
- (-4 *5 (-871)) (-5 *1 (-1315 *4 *5 *2)) (-4 *2 (-1321 *5 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-815))
- (-4 *3 (-13 (-871) (-10 -8 (-15 -4417 ((-1208) $))))) (-4 *5 (-571))
- (-5 *1 (-754 *4 *3 *5 *2)) (-4 *2 (-979 (-421 (-975 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1080)) (-4 *5 (-815))
- (-4 *3
- (-13 (-871)
- (-10 -8 (-15 -4417 ((-1208) $))
- (-15 -2129 ((-3 $ "failed") (-1208))))))
- (-5 *1 (-1015 *4 *5 *3 *2)) (-4 *2 (-979 (-975 *4) *5 *3))))
+ (-12 (-4 *3 (-13 (-571) (-1070 (-560)))) (-5 *1 (-191 *3 *2))
+ (-4 *2 (-13 (-27) (-1235) (-435 (-171 *3))))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *6))
- (-4 *6
- (-13 (-871)
- (-10 -8 (-15 -4417 ((-1208) $))
- (-15 -2129 ((-3 $ "failed") (-1208))))))
- (-4 *4 (-1080)) (-4 *5 (-815)) (-5 *1 (-1015 *4 *5 *6 *2))
- (-4 *2 (-979 (-975 *4) *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-448)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1196 *3 *4)) (-14 *3 (-948))
- (-4 *4 (-1080)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-663 (-663 *6))) (-4 *6 (-979 *3 *5 *4))
- (-4 *3 (-13 (-319) (-149))) (-4 *4 (-13 (-871) (-633 (-1208))))
- (-4 *5 (-815)) (-5 *1 (-953 *3 *4 *5 *6)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-127 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
- (-12 (-5 *4 (-560)) (-5 *5 (-1190)) (-5 *6 (-711 (-229)))
- (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-89 G))))
- (-5 *8 (-3 (|:| |fn| (-402)) (|:| |fp| (-82 FCN))))
- (-5 *9 (-3 (|:| |fn| (-402)) (|:| |fp| (-71 PEDERV))))
- (-5 *10 (-3 (|:| |fn| (-402)) (|:| |fp| (-87 OUTPUT))))
- (-5 *3 (-229)) (-5 *2 (-1066)) (-5 *1 (-771)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-663 *1)) (-4 *1 (-1165 *3)) (-4 *3 (-1080))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-5 *2 (-421 *1)) (-4 *1 (-1274 *3)) (-4 *3 (-1080))
- (-4 *3 (-571))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-1274 *2)) (-4 *2 (-1080)) (-4 *2 (-571)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1) (-5 *1 (-624))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-657 *3)) (-14 *3 (-663 (-1208))) (-5 *1 (-218 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-218 *3)) (-14 *3 (-663 (-1208))) (-5 *1 (-657 *3))))
- ((*1 *2 *2) (-12 (-5 *2 (-995 *3)) (-4 *3 (-1132)) (-5 *1 (-996 *3)))))
-(((*1 *2)
- (-12 (-5 *2 (-948)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560)))))
+ (-12 (-5 *3 (-1209)) (-4 *4 (-13 (-571) (-1070 (-560))))
+ (-5 *1 (-191 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 (-171 *4))))))
((*1 *2 *2)
- (-12 (-5 *2 (-948)) (-5 *1 (-456 *3)) (-4 *3 (-1274 (-560))))))
-(((*1 *2 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302))))
- ((*1 *2) (-12 (-5 *2 (-391)) (-5 *1 (-1302)))))
-(((*1 *2 *1) (-12 (-5 *2 (-713 *3)) (-5 *1 (-995 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-421 (-975 (-171 (-560))))) (-5 *2 (-663 (-171 *4)))
- (-5 *1 (-392 *4)) (-4 *4 (-13 (-376) (-870)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-663 (-421 (-975 (-171 (-560))))))
- (-5 *4 (-663 (-1208))) (-5 *2 (-663 (-663 (-171 *5))))
- (-5 *1 (-392 *5)) (-4 *5 (-13 (-376) (-870))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-421 (-560))))
- (-5 *2 (-2 (|:| -2837 (-1186 *4)) (|:| -2848 (-1186 *4))))
- (-5 *1 (-1193 *4)) (-5 *3 (-1186 *4)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-711 *2)) (-5 *4 (-793))
- (-4 *2 (-13 (-319) (-10 -8 (-15 -2326 ((-419 $) $)))))
- (-4 *5 (-1274 *2)) (-5 *1 (-513 *2 *5 *6)) (-4 *6 (-424 *2 *5)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
- (-12 (-5 *4 (-663 (-114))) (-5 *5 (-711 (-229)))
- (-5 *6 (-711 (-560))) (-5 *7 (-229)) (-5 *3 (-560)) (-5 *2 (-1066))
- (-5 *1 (-776)))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-4 *1 (-338 *2 *3)) (-4 *2 (-1080)) (-4 *3 (-814)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-730 *3)) (-5 *1 (-850 *2 *3)) (-4 *3 (-1080)))))
-(((*1 *2)
- (-12 (-4 *3 (-571)) (-5 *2 (-663 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-432 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-168 *2)) (-4 *2 (-175))))
- ((*1 *1 *1 *1) (-4 *1 (-487)))
- ((*1 *1 *1) (-12 (-4 *1 (-818 *2)) (-4 *2 (-175))))
- ((*1 *2 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-908))))
- ((*1 *1 *1) (-5 *1 (-1002)))
- ((*1 *1 *1) (-12 (-4 *1 (-1029 *2)) (-4 *2 (-175)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1132)) (-4 *4 (-1132))
- (-4 *6 (-1132)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *5 *4 *6)))))
-(((*1 *2)
- (-12 (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1253)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-5 *2 (-711 (-421 *4))))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-571)) (-5 *2 (-1202 *3)) (-5 *1 (-41 *4 *3))
- (-4 *3
- (-13 (-376) (-310)
- (-10 -8 (-15 -4420 ((-1156 *4 (-630 $)) $))
- (-15 -4429 ((-1156 *4 (-630 $)) $))
- (-15 -2539 ($ (-1156 *4 (-630 $))))))))))
-(((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-663 (-495 *4 *5))) (-5 *3 (-888 *4))
- (-14 *4 (-663 (-1208))) (-4 *5 (-466)) (-5 *1 (-650 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-4 *3 (-175)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2))
- (-4 *2 (-708 *3 *4 *5)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-560)) (-5 *3 (-948)) (-5 *1 (-721))))
- ((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *2 (-711 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5))
- (-4 *5 (-376)) (-5 *1 (-1009 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3 *4 *4 *5)
- (|partial| -12 (-5 *4 (-630 *3)) (-5 *5 (-663 *3))
- (-4 *3 (-13 (-435 *6) (-27) (-1234)))
- (-4 *6 (-13 (-466) (-1069 (-560)) (-149) (-660 (-560))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-663 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-580 *6 *3 *7)) (-4 *7 (-1132)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1116))) (-5 *1 (-303)))))
-(((*1 *2 *3) (-12 (-5 *3 (-171 (-560))) (-5 *2 (-114)) (-5 *1 (-460))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-518 (-421 (-560)) (-246 *5 (-793)) (-888 *4)
- (-255 *4 (-421 (-560)))))
- (-14 *4 (-663 (-1208))) (-14 *5 (-793)) (-5 *2 (-114))
- (-5 *1 (-519 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-991 *3)) (-4 *3 (-559))))
- ((*1 *2 *1) (-12 (-4 *1 (-1253)) (-5 *2 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-5 *1 (-500 *2)) (-4 *2 (-1274 (-560))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-443 *3 *2)) (-4 *3 (-13 (-175) (-38 (-421 (-560)))))
- (-4 *2 (-13 (-871) (-21))))))
-(((*1 *2) (-12 (-4 *3 (-175)) (-5 *2 (-1298 *1)) (-4 *1 (-380 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1146)) (-5 *1 (-222))))
- ((*1 *2 *1) (-12 (-5 *2 (-1146)) (-5 *1 (-453))))
- ((*1 *2 *1) (-12 (-5 *2 (-1146)) (-5 *1 (-860))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-663 (-1213))) (-5 *3 (-1213)) (-5 *1 (-1146))))
- ((*1 *2 *1) (-12 (-5 *2 (-1146)) (-5 *1 (-1147)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *2) (-12 (-5 *1 (-161 *2)) (-4 *2 (-559))))
- ((*1 *1 *2) (-12 (-5 *2 (-663 (-948))) (-5 *1 (-1002)))))
-(((*1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 *7)) (-4 *7 (-979 *4 *6 *5))
- (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-871) (-633 (-1208))))
- (-4 *6 (-815)) (-5 *2 (-114)) (-5 *1 (-953 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-975 *4))) (-4 *4 (-13 (-319) (-149)))
- (-4 *5 (-13 (-871) (-633 (-1208)))) (-4 *6 (-815)) (-5 *2 (-114))
- (-5 *1 (-953 *4 *5 *6 *7)) (-4 *7 (-979 *4 *6 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-663 (-1106 *4 *5 *2))) (-4 *4 (-1132))
- (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4))))
- (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4))))
- (-5 *1 (-54 *4 *5 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-663 (-1106 *5 *6 *2))) (-5 *4 (-948)) (-4 *5 (-1132))
- (-4 *6 (-13 (-1080) (-911 *5) (-633 (-915 *5))))
- (-4 *2 (-13 (-435 *6) (-911 *5) (-633 (-915 *5))))
- (-5 *1 (-54 *5 *6 *2)))))
-(((*1 *1 *2 *2)
- (-12
+ (-12 (-4 *3 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1239 *3 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1209))
+ (-4 *4 (-13 (-466) (-1070 (-560)) (-660 (-560))))
+ (-5 *1 (-1239 *4 *2)) (-4 *2 (-13 (-27) (-1235) (-435 *4))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *3 (-1097 *6 *7 *8))
(-5 *2
- (-3 (|:| I (-326 (-560))) (|:| -1610 (-326 (-391)))
- (|:| CF (-326 (-171 (-391)))) (|:| |switch| (-1207))))
- (-5 *1 (-1207)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1096 *3 *4 *2)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *2 (-871))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-416)) (-5 *2 (-793))))
- ((*1 *1 *1) (-4 *1 (-416))))
-(((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-844)))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1248))
- (-4 *4 (-385 *2)) (-4 *5 (-385 *2))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-385 *2))
- (-4 *5 (-385 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "right") (-4 *1 (-121 *3)) (-4 *3 (-1248))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-121 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-663 (-560))) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2))
- (-14 *4 (-560)) (-14 *5 (-793))))
- ((*1 *2 *1 *3 *3 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-793))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-793))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *2 (-175)) (-5 *1 (-137 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-793))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-175)) (-5 *1 (-137 *3 *4 *2)) (-14 *3 (-560))
- (-14 *4 (-793))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1208)) (-5 *2 (-252 (-1190))) (-5 *1 (-217 *4))
- (-4 *4
- (-13 (-871)
- (-10 -8 (-15 -1495 ((-1190) $ *3)) (-15 -1876 ((-1304) $))
- (-15 -2321 ((-1304) $)))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1020)) (-5 *1 (-217 *3))
- (-4 *3
- (-13 (-871)
- (-10 -8 (-15 -1495 ((-1190) $ (-1208))) (-15 -1876 ((-1304) $))
- (-15 -2321 ((-1304) $)))))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "count") (-5 *2 (-793)) (-5 *1 (-252 *4)) (-4 *4 (-871))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-252 *3)) (-4 *3 (-871))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "unique") (-5 *1 (-252 *3)) (-4 *3 (-871))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-298 *3 *2)) (-4 *3 (-1248)) (-4 *2 (-1248))))
- ((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-300 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1248))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-115)) (-5 *3 (-663 *1)) (-4 *1 (-310))))
- ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
- ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
- ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-310)) (-5 *2 (-115))))
- ((*1 *2 *1 *2 *2)
- (-12 (-4 *1 (-355 *2 *3 *4)) (-4 *2 (-1253)) (-4 *3 (-1274 *2))
- (-4 *4 (-1274 (-421 *3)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1190)) (-5 *1 (-516))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-793)) (-5 *1 (-697 *2)) (-4 *2 (-1132))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-663 (-560))) (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080))
- (-4 *4 (-385 *3)) (-4 *5 (-385 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-887))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-115)) (-5 *3 (-663 (-915 *4))) (-5 *1 (-915 *4))
- (-4 *4 (-1132))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-5 *2 (-931 *4)) (-5 *1 (-934 *4))
- (-4 *4 (-1132))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "value") (-4 *1 (-1041 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1) (-12 (-5 *1 (-1057 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *2 *6 *7)) (-4 *2 (-1080))
- (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-1084 *4 *5 *2 *6 *7))
- (-4 *6 (-245 *5 *2)) (-4 *7 (-245 *4 *2)) (-4 *2 (-1080))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-948)) (-4 *4 (-1132))
- (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4))))
- (-5 *1 (-1106 *4 *5 *2))
- (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4))))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-948)) (-4 *4 (-1132))
- (-4 *5 (-13 (-1080) (-911 *4) (-633 (-915 *4))))
- (-5 *1 (-1108 *4 *5 *2))
- (-4 *2 (-13 (-435 *5) (-911 *4) (-633 (-915 *4))))))
- ((*1 *1 *1 *1) (-4 *1 (-1175)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-887))) (-5 *1 (-1208))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-421 *1)) (-4 *1 (-1274 *2)) (-4 *2 (-1080))
- (-4 *2 (-376))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-421 *1)) (-4 *1 (-1274 *3)) (-4 *3 (-1080))
- (-4 *3 (-571))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "last") (-4 *1 (-1287 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "rest") (-4 *1 (-1287 *3)) (-4 *3 (-1248))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "first") (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-443 *3 *2)) (-4 *3 (-13 (-175) (-38 (-421 (-560)))))
- (-4 *2 (-13 (-871) (-21))))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-363)) (-4 *2 (-1080)) (-5 *1 (-734 *2 *3))
- (-4 *3 (-1274 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-560)) (-5 *1 (-248))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-1190))) (-5 *2 (-560)) (-5 *1 (-248)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1314 *3 *4)) (-4 *3 (-871)) (-4 *4 (-175))
- (-5 *1 (-686 *3 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-686 *3 *4)) (-5 *1 (-1319 *3 *4))
- (-4 *3 (-871)) (-4 *4 (-175)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-560)) (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1202 *7)) (-4 *5 (-1080))
- (-4 *7 (-1080)) (-4 *2 (-1274 *5)) (-5 *1 (-515 *5 *2 *6 *7))
- (-4 *6 (-1274 *2))))
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1101 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1080)) (-4 *7 (-1080))
- (-4 *4 (-1274 *5)) (-5 *2 (-1202 *7)) (-5 *1 (-515 *5 *4 *6 *7))
- (-4 *6 (-1274 *4)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))))
-(((*1 *2 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1190)) (-5 *3 (-560)) (-5 *1 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-421 *6)) (|:| |h| *6)
- (|:| |c1| (-421 *6)) (|:| |c2| (-421 *6)) (|:| -2790 *6)))
- (-5 *1 (-1047 *5 *6)) (-5 *3 (-421 *6)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1143)) (-4 *3 (-1132)) (-5 *2 (-663 *1))
- (-4 *1 (-435 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-663 (-915 *3))) (-5 *1 (-915 *3))
- (-4 *3 (-1132))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-5 *2 (-663 *1)) (-4 *1 (-979 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-1080))
- (-4 *7 (-979 *6 *4 *5)) (-5 *2 (-663 *3))
- (-5 *1 (-980 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *7)) (-15 -4420 (*7 $))
- (-15 -4429 (*7 $))))))))
-(((*1 *1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-229)) (-5 *4 (-560)) (-5 *2 (-1066)) (-5 *1 (-780)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-777)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-363))
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
(-5 *2
- (-2 (|:| |cont| *5)
- (|:| -3980 (-663 (-2 (|:| |irr| *3) (|:| -3443 (-560)))))))
- (-5 *1 (-220 *5 *3)) (-4 *3 (-1274 *5)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1135 *2 *3 *4 *5 *6)) (-4 *2 (-1132)) (-4 *3 (-1132))
- (-4 *4 (-1132)) (-4 *5 (-1132)) (-4 *6 (-1132)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 *2)) (-4 *2 (-979 *4 *5 *6)) (-4 *4 (-376))
- (-4 *4 (-466)) (-4 *5 (-815)) (-4 *6 (-871))
- (-5 *1 (-461 *4 *5 *6 *2))))
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1101 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-376))
+ (-12 (-5 *5 (-793)) (-4 *6 (-466)) (-4 *7 (-817)) (-4 *8 (-872))
+ (-4 *3 (-1097 *6 *7 *8))
(-5 *2
- (-2 (|:| R (-711 *6)) (|:| A (-711 *6)) (|:| |Ainv| (-711 *6))))
- (-5 *1 (-1009 *6)) (-5 *3 (-711 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2 *3 *4 *3 *5 *3)
- (-12 (-5 *4 (-711 (-229))) (-5 *5 (-711 (-560))) (-5 *3 (-560))
- (-5 *2 (-1066)) (-5 *1 (-776)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-815)) (-4 *5 (-871)) (-4 *6 (-319))
- (-5 *2 (-663 (-793))) (-5 *1 (-800 *3 *4 *5 *6 *7))
- (-4 *3 (-1274 *6)) (-4 *7 (-979 *6 *4 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1080)) (-14 *3 (-663 (-1208)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-227 *2 *3)) (-4 *2 (-13 (-1080) (-871)))
- (-14 *3 (-663 (-1208))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-781)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-229))) (-5 *4 (-793)) (-5 *2 (-711 (-229)))
- (-5 *1 (-315)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-841 *3)) (-4 *3 (-871)) (-5 *1 (-694 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *2 (-13 (-376) (-10 -8 (-15 ** ($ $ (-421 (-560)))))))
- (-5 *1 (-1159 *3 *2)) (-4 *3 (-1274 *2)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1248)))))
-(((*1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1303)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-251 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-294 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4510)) (-4 *1 (-1287 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *1) (-12 (-4 *1 (-843)) (-5 *2 (-1190))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-843)) (-5 *3 (-114)) (-5 *2 (-1190))))
- ((*1 *2 *3 *1) (-12 (-4 *1 (-843)) (-5 *3 (-845)) (-5 *2 (-1304))))
- ((*1 *2 *3 *1 *4)
- (-12 (-4 *1 (-843)) (-5 *3 (-845)) (-5 *4 (-114)) (-5 *2 (-1304))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-326 *4)) (-4 *4 (-13 (-843) (-1080))) (-5 *2 (-1190))
- (-5 *1 (-849 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-326 *5)) (-5 *4 (-114)) (-4 *5 (-13 (-843) (-1080)))
- (-5 *2 (-1190)) (-5 *1 (-849 *5))))
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1177 *6 *7 *8 *3 *4)) (-4 *4 (-1141 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-845)) (-5 *4 (-326 *5)) (-4 *5 (-13 (-843) (-1080)))
- (-5 *2 (-1304)) (-5 *1 (-849 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-845)) (-5 *4 (-326 *6)) (-5 *5 (-114))
- (-4 *6 (-13 (-843) (-1080))) (-5 *2 (-1304)) (-5 *1 (-849 *6)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-114)) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-4 *3 (-13 (-27) (-1234) (-435 *6) (-10 -8 (-15 -2539 ($ *7)))))
- (-4 *7 (-870))
- (-4 *8
- (-13 (-1277 *3 *7) (-376) (-1234)
- (-10 -8 (-15 -2457 ($ $)) (-15 -3071 ($ $)))))
+ (-12 (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-4 *3 (-1097 *5 *6 *7))
(-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))))
- (-5 *1 (-438 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1190)) (-4 *9 (-1014 *8))
- (-14 *10 (-1208)))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
-(((*1 *2 *1) (-12 (-4 *1 (-440 *3)) (-4 *3 (-1132)) (-5 *2 (-793)))))
+ (-2 (|:| |done| (-663 *4))
+ (|:| |todo| (-663 (-2 (|:| |val| (-663 *3)) (|:| -2417 *4))))))
+ (-5 *1 (-1177 *5 *6 *7 *3 *4)) (-4 *4 (-1141 *5 *6 *7 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-629 *3 *4)) (-4 *3 (-1133)) (-4 *4 (-1133))
+ (-5 *2 (-114)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1132)) (-5 *1 (-993 *2 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-407))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-1228)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-793)) (-5 *2 (-114))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-114)) (-5 *1 (-1250 *3)) (-4 *3 (-871))
- (-4 *3 (-1132)))))
+ (-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 (-342)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1274 *5)) (-4 *5 (-376))
- (-5 *2 (-2 (|:| -1790 (-419 *3)) (|:| |special| (-419 *3))))
- (-5 *1 (-749 *5 *3)))))
+ (-12 (-5 *3 (-865)) (-5 *4 (-1095)) (-5 *2 (-1067)) (-5 *1 (-864))))
+ ((*1 *2 *3) (-12 (-5 *3 (-865)) (-5 *2 (-1067)) (-5 *1 (-864))))
+ ((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-663 (-391))) (-5 *5 (-663 (-866 (-391))))
+ (-5 *6 (-663 (-326 (-391)))) (-5 *3 (-326 (-391))) (-5 *2 (-1067))
+ (-5 *1 (-864))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-391)))
+ (-5 *5 (-663 (-866 (-391)))) (-5 *2 (-1067)) (-5 *1 (-864))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-326 (-391))) (-5 *4 (-663 (-391))) (-5 *2 (-1067))
+ (-5 *1 (-864))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-326 (-391)))) (-5 *4 (-663 (-391)))
+ (-5 *2 (-1067)) (-5 *1 (-864)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1135)) (-5 *1 (-1213)))))
+(((*1 *1 *1) (-12 (-4 *1 (-696 *2)) (-4 *2 (-1249)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190)))))
- (-5 *2 (-1066)) (-5 *1 (-315))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -4102 (-391)) (|:| -3952 (-1190))
- (|:| |explanations| (-663 (-1190))) (|:| |extra| (-1066))))
- (-5 *2 (-1066)) (-5 *1 (-315)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 (-560))) (-5 *1 (-137 *3 *4 *5)) (-14 *3 (-560))
- (-14 *4 (-793)) (-4 *5 (-175)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-663 *3)) (-5 *1 (-991 *3)) (-4 *3 (-559)))))
-(((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1248)) (-5 *2 (-793))
- (-5 *1 (-244 *3 *4 *5)) (-4 *3 (-245 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-1132)) (-4 *4 (-133))
- (-5 *2 (-793))))
- ((*1 *2)
- (-12 (-4 *4 (-376)) (-5 *2 (-793)) (-5 *1 (-340 *3 *4))
- (-4 *3 (-341 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-374 *3)) (-4 *3 (-1132))))
- ((*1 *2) (-12 (-4 *1 (-381)) (-5 *2 (-793))))
- ((*1 *2 *1) (-12 (-4 *1 (-399 *3)) (-4 *3 (-1132)) (-5 *2 (-793))))
- ((*1 *2)
- (-12 (-4 *4 (-1132)) (-5 *2 (-793)) (-5 *1 (-439 *3 *4))
- (-4 *3 (-440 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-793)) (-5 *1 (-671 *3 *4 *5)) (-4 *3 (-1132))
- (-4 *4 (-23)) (-14 *5 *4)))
- ((*1 *2)
- (-12 (-4 *4 (-175)) (-4 *5 (-1274 *4)) (-5 *2 (-793))
- (-5 *1 (-745 *3 *4 *5)) (-4 *3 (-746 *4 *5))))
- ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-1037))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3))
- (-4 *3 (-1274 *2)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *1 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1) (-12 (-5 *1 (-694 *2)) (-4 *2 (-871))))
- ((*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871))))
- ((*1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3))
- (-4 *3 (-1274 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-854 *3)) (-4 *3 (-1132))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-864 *3)) (-4 *3 (-1132)))))
-(((*1 *1 *2) (-12 (-5 *2 (-663 *3)) (-4 *3 (-1248)) (-4 *1 (-107 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1208)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1202 *1)) (-4 *1 (-1043)))))
-(((*1 *2 *3) (-12 (-5 *2 (-421 (-560))) (-5 *1 (-576)) (-5 *3 (-560))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-421 (-560)))) (-5 *1 (-971)) (-5 *3 (-560)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-975 (-391))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-421 (-975 (-391)))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-326 (-391))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-391))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-975 (-560))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-421 (-975 (-560)))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-326 (-560))) (-5 *1 (-352 *3 *4 *5))
- (-4 *5 (-1069 (-560))) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208))) (-4 *5 (-401))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1208)) (-5 *1 (-352 *3 *4 *5))
- (-14 *3 (-663 *2)) (-14 *4 (-663 *2)) (-4 *5 (-401))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-326 *5)) (-4 *5 (-401))
- (-5 *1 (-352 *3 *4 *5)) (-14 *3 (-663 (-1208)))
- (-14 *4 (-663 (-1208)))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-711 (-421 (-975 (-560))))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-711 (-421 (-975 (-391))))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-711 (-975 (-560)))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-711 (-975 (-391)))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-711 (-326 (-560)))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-711 (-326 (-391)))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-421 (-975 (-560)))) (-4 *1 (-411))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-421 (-975 (-391)))) (-4 *1 (-411))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-975 (-560))) (-4 *1 (-411))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-975 (-391))) (-4 *1 (-411))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-560))) (-4 *1 (-411))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-326 (-391))) (-4 *1 (-411))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1298 (-421 (-975 (-560))))) (-4 *1 (-455))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1298 (-421 (-975 (-391))))) (-4 *1 (-455))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1298 (-975 (-560)))) (-4 *1 (-455))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1298 (-975 (-391)))) (-4 *1 (-455))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1298 (-326 (-560)))) (-4 *1 (-455))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1298 (-326 (-391)))) (-4 *1 (-455))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-363)) (-4 *5 (-341 *4)) (-4 *6 (-1274 *5))
- (-5 *2 (-1202 (-1202 *4))) (-5 *1 (-799 *4 *5 *6 *3 *7))
- (-4 *3 (-1274 *6)) (-14 *7 (-948))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-663 *6)) (-4 *6 (-1096 *3 *4 *5))
- (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871))
- (-4 *1 (-1007 *3 *4 *5 *6))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-1069 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2)
- (|partial| -2191
- (-12 (-5 *2 (-975 *3))
- (-12 (-1372 (-4 *3 (-38 (-421 (-560)))))
- (-1372 (-4 *3 (-38 (-560)))) (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815))
- (-4 *5 (-871)))
- (-12 (-5 *2 (-975 *3))
- (-12 (-1372 (-4 *3 (-559))) (-1372 (-4 *3 (-38 (-421 (-560)))))
- (-4 *3 (-38 (-560))) (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815))
- (-4 *5 (-871)))
- (-12 (-5 *2 (-975 *3))
- (-12 (-1372 (-4 *3 (-1022 (-560)))) (-4 *3 (-38 (-421 (-560))))
- (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *1 (-1096 *3 *4 *5)) (-4 *4 (-815))
- (-4 *5 (-871)))))
- ((*1 *1 *2)
- (|partial| -2191
- (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5))
- (-12 (-1372 (-4 *3 (-38 (-421 (-560))))) (-4 *3 (-38 (-560)))
- (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))
- (-12 (-5 *2 (-975 (-560))) (-4 *1 (-1096 *3 *4 *5))
- (-12 (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208))))
- (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-975 (-421 (-560)))) (-4 *1 (-1096 *3 *4 *5))
- (-4 *3 (-38 (-421 (-560)))) (-4 *5 (-633 (-1208)))
- (-4 *3 (-1080)) (-4 *4 (-815)) (-4 *5 (-871)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-391))))
- ((*1 *1 *1 *1) (-4 *1 (-559)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
- ((*1 *1 *2) (-12 (-5 *1 (-740 *2)) (-4 *2 (-376))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-793)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-713 (-897 (-995 *3) (-995 *3)))) (-5 *1 (-995 *3))
- (-4 *3 (-1132)))))
-(((*1 *1) (-12 (-4 *1 (-479 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-549))) ((*1 *1) (-4 *1 (-744)))
- ((*1 *1) (-4 *1 (-748)))
- ((*1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132))))
- ((*1 *1) (-12 (-5 *1 (-918 *2)) (-4 *2 (-871)))))
-(((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *2) (-12 (-5 *2 (-326 (-229))) (-5 *1 (-278)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-346 *5 *6 *7 *8)) (-4 *5 (-435 *4)) (-4 *6 (-1274 *5))
- (-4 *7 (-1274 (-421 *6))) (-4 *8 (-355 *5 *6 *7))
- (-4 *4 (-13 (-571) (-1069 (-560)))) (-5 *2 (-114))
- (-5 *1 (-940 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-346 (-421 (-560)) *4 *5 *6))
- (-4 *4 (-1274 (-421 (-560)))) (-4 *5 (-1274 (-421 *4)))
- (-4 *6 (-355 (-421 (-560)) *4 *5)) (-5 *2 (-114))
- (-5 *1 (-941 *4 *5 *6)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5)
- (-12 (-5 *3 (-229)) (-5 *4 (-560))
- (-5 *5 (-3 (|:| |fn| (-402)) (|:| |fp| (-61 -1610))))
- (-5 *2 (-1066)) (-5 *1 (-768)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-229)) (-5 *2 (-114)) (-5 *1 (-314 *4 *5)) (-14 *4 *3)
- (-14 *5 *3)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1120 (-864 (-229)))) (-5 *3 (-229)) (-5 *2 (-114))
- (-5 *1 (-315))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-376)) (-4 *4 (-815)) (-4 *5 (-871)) (-5 *2 (-114))
- (-5 *1 (-518 *3 *4 *5 *6)) (-4 *6 (-979 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-560)) (-5 *1 (-500 *4))
- (-4 *4 (-1274 *2)))))
-(((*1 *1 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1248))))
- ((*1 *1 *1) (-12 (-5 *1 (-694 *2)) (-4 *2 (-871))))
- ((*1 *1 *1) (-12 (-5 *1 (-699 *2)) (-4 *2 (-871))))
- ((*1 *1 *1) (-5 *1 (-887)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-887))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-870) (-376))) (-5 *1 (-1092 *2 *3))
- (-4 *3 (-1274 *2)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-1080))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149))) (-4 *6 (-815))
- (-4 *7 (-871)) (-4 *8 (-1096 *5 *6 *7)) (-5 *2 (-663 *3))
- (-5 *1 (-605 *5 *6 *7 *8 *3)) (-4 *3 (-1140 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149)))
- (-5 *2
- (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5))))))
- (-5 *1 (-1109 *5 *6)) (-5 *3 (-663 (-975 *5)))
- (-14 *6 (-663 (-1208)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-319) (-149)))
- (-5 *2
- (-663 (-2 (|:| -1528 (-1202 *4)) (|:| -2086 (-663 (-975 *4))))))
- (-5 *1 (-1109 *4 *5)) (-5 *3 (-663 (-975 *4)))
- (-14 *5 (-663 (-1208)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-114)) (-4 *5 (-13 (-319) (-149)))
- (-5 *2
- (-663 (-2 (|:| -1528 (-1202 *5)) (|:| -2086 (-663 (-975 *5))))))
- (-5 *1 (-1109 *5 *6)) (-5 *3 (-663 (-975 *5)))
- (-14 *6 (-663 (-1208))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-663 *5)) (-4 *5 (-1274 *3)) (-4 *3 (-319))
- (-5 *2 (-114)) (-5 *1 (-469 *3 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1080))
- (-14 *4 (-663 (-1208)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-227 *3 *4)) (-4 *3 (-13 (-1080) (-871)))
- (-14 *4 (-663 (-1208))))))
-(((*1 *1) (-4 *1 (-23)))
- ((*1 *1) (-12 (-4 *1 (-484 *2 *3)) (-4 *2 (-175)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-549)))
- ((*1 *1) (-12 (-5 *1 (-915 *2)) (-4 *2 (-1132)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-642 *4 *5))
- (-5 *3
- (-1 (-2 (|:| |ans| *4) (|:| -1448 *4) (|:| |sol?| (-114)))
- (-560) *4))
- (-4 *4 (-376)) (-4 *5 (-1274 *4)) (-5 *1 (-588 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-1080)) (-5 *2 (-114)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-560)) (-5 *5 (-711 (-229))) (-5 *4 (-229))
- (-5 *2 (-1066)) (-5 *1 (-774)))))
-(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-303)))
- ((*1 *1) (-5 *1 (-887)))
- ((*1 *1)
- (-12 (-4 *2 (-466)) (-4 *3 (-871)) (-4 *4 (-815))
- (-5 *1 (-1017 *2 *3 *4 *5)) (-4 *5 (-979 *2 *4 *3))))
- ((*1 *1) (-5 *1 (-1116)))
- ((*1 *1)
- (-12 (-5 *1 (-1171 *2 *3)) (-4 *2 (-13 (-1132) (-34)))
- (-4 *3 (-13 (-1132) (-34)))))
- ((*1 *1) (-5 *1 (-1211))) ((*1 *1) (-5 *1 (-1212))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1096 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-815))
- (-4 *5 (-871)) (-5 *2 (-114)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-560)) (-4 *5 (-376))
- (-4 *5 (-1080)) (-5 *2 (-114)) (-5 *1 (-1061 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-663 (-711 *4))) (-4 *4 (-376)) (-4 *4 (-1080))
- (-5 *2 (-114)) (-5 *1 (-1061 *4)))))
-(((*1 *1) (-5 *1 (-611))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-802 *5 (-888 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
- (-14 *6 (-663 (-1208)))
- (-5 *2
- (-663 (-1177 *5 (-545 (-888 *6)) (-888 *6) (-802 *5 (-888 *6)))))
- (-5 *1 (-647 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-403)) (-5 *2 (-1190)))))
+ (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
+ (|:| |fn| (-1299 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
+ (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
+ (|:| |abserr| (-229)) (|:| |relerr| (-229))))
+ (-5 *2 (-391)) (-5 *1 (-208)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-520)) (-5 *3 (-663 (-995))) (-5 *1 (-109)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1135 *3 *4 *5 *6 *7)) (-4 *3 (-1132)) (-4 *4 (-1132))
- (-4 *5 (-1132)) (-4 *6 (-1132)) (-4 *7 (-1132)) (-5 *2 (-114)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -1961)) (-5 *2 (-114)) (-5 *1 (-636))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -1575)) (-5 *2 (-114)) (-5 *1 (-636))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2479)) (-5 *2 (-114)) (-5 *1 (-636))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -3566)) (-5 *2 (-114)) (-5 *1 (-713 *4))
- (-4 *4 (-632 (-887)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-632 (-887))) (-5 *2 (-114))
- (-5 *1 (-713 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1190))) (-5 *2 (-114)) (-5 *1 (-900))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)) (-5 *1 (-900))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-560))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1190))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-606))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-492))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-139))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-158))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1198))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-645))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1127))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1122))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1104))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1001))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-183))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1067))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-324))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-693))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1184))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-539))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1310))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1097))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-531))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-703))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1147))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-135))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-619))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-140))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-1309))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-698))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-222))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1168)) (-5 *3 (|[\|\|]| (-538))) (-5 *2 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1190))) (-5 *2 (-114)) (-5 *1 (-1213))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-520))) (-5 *2 (-114)) (-5 *1 (-1213))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-229))) (-5 *2 (-114)) (-5 *1 (-1213))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-560))) (-5 *2 (-114)) (-5 *1 (-1213)))))
-(((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-539))))
- ((*1 *2 *1) (-12 (-5 *2 (-520)) (-5 *1 (-1184)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175))))
- ((*1 *2 *3 *3 *2)
- (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175)))))
-(((*1 *1 *2 *3 *3 *4 *4)
- (-12 (-5 *2 (-975 (-560))) (-5 *3 (-1208))
- (-5 *4 (-1120 (-421 (-560)))) (-5 *1 (-30)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-421 (-560)))) (-5 *1 (-971)) (-5 *3 (-560)))))
-(((*1 *1 *1) (-12 (-5 *1 (-609 *2)) (-4 *2 (-1080)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-815)) (-4 *6 (-871)) (-4 *7 (-571))
- (-4 *3 (-979 *7 *5 *6))
- (-5 *2
- (-2 (|:| -3881 (-793)) (|:| -1398 *3) (|:| |radicand| (-663 *3))))
- (-5 *1 (-982 *5 *6 *7 *3 *8)) (-5 *4 (-793))
- (-4 *8
- (-13 (-376)
- (-10 -8 (-15 -2539 ($ *3)) (-15 -4420 (*3 $)) (-15 -4429 (*3 $))))))))
-(((*1 *2 *1 *2)
- (-12 (-4 *1 (-378 *3 *2)) (-4 *3 (-1132)) (-4 *2 (-1132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-864 (-229)))) (-5 *4 (-229)) (-5 *2 (-663 *4))
- (-5 *1 (-278)))))
+ (-12 (-5 *2 (-663 (-560))) (-5 *1 (-1036 *3)) (-14 *3 (-560)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *6)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *6 (-1096 *3 *4 *5))
- (-5 *2 (-2 (|:| -1853 (-663 *6)) (|:| -1791 (-663 *6)))))))
+ (-12 (-4 *1 (-1263 *3 *2)) (-4 *3 (-1081)) (-4 *2 (-1292 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-349 *3 *4 *5 *6)) (-4 *3 (-376)) (-4 *4 (-1274 *3))
- (-4 *5 (-1274 (-421 *4))) (-4 *6 (-355 *3 *4 *5))
- (-5 *2
- (-2 (|:| -3555 (-427 *4 (-421 *4) *5 *6)) (|:| |principalPart| *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5)) (-4 *5 (-376))
- (-5 *2
- (-2 (|:| |poly| *6) (|:| -1790 (-421 *6))
- (|:| |special| (-421 *6))))
- (-5 *1 (-749 *5 *6)) (-5 *3 (-421 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-376)) (-5 *2 (-663 *3)) (-5 *1 (-923 *3 *4))
- (-4 *3 (-1274 *4))))
- ((*1 *2 *3 *4 *4)
- (|partial| -12 (-5 *4 (-793)) (-4 *5 (-376))
- (-5 *2 (-2 (|:| -1432 *3) (|:| -1448 *3))) (-5 *1 (-923 *3 *5))
- (-4 *3 (-1274 *5))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114))
- (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466))
- (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1100 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114))
- (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1102 *5 *6 *7 *8)) (-4 *5 (-466))
- (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1100 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114))
- (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466))
- (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1176 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-663 *9)) (-5 *3 (-663 *8)) (-5 *4 (-114))
- (-4 *8 (-1096 *5 *6 *7)) (-4 *9 (-1140 *5 *6 *7 *8)) (-4 *5 (-466))
- (-4 *6 (-815)) (-4 *7 (-871)) (-5 *1 (-1176 *5 *6 *7 *8 *9)))))
-(((*1 *1 *1 *1) (-5 *1 (-114))) ((*1 *1 *1 *1) (-4 *1 (-125)))
- ((*1 *1 *1 *1) (-5 *1 (-1151))))
+ (-12 (-4 *1 (-1166 *3)) (-4 *3 (-1081))
+ (-5 *2 (-663 (-663 (-973 *3))))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-663 (-663 (-973 *4)))) (-5 *3 (-114)) (-4 *4 (-1081))
+ (-4 *1 (-1166 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-663 (-663 (-973 *3)))) (-4 *3 (-1081))
+ (-4 *1 (-1166 *3))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-663 (-663 (-663 *4)))) (-5 *3 (-114))
+ (-4 *1 (-1166 *4)) (-4 *4 (-1081))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-663 (-663 (-973 *4)))) (-5 *3 (-114))
+ (-4 *1 (-1166 *4)) (-4 *4 (-1081))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-663 (-663 (-663 *5)))) (-5 *3 (-663 (-174)))
+ (-5 *4 (-174)) (-4 *1 (-1166 *5)) (-4 *5 (-1081))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-663 (-663 (-973 *5)))) (-5 *3 (-663 (-174)))
+ (-5 *4 (-174)) (-4 *1 (-1166 *5)) (-4 *5 (-1081)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1041 *3)) (-4 *3 (-1248)) (-5 *2 (-560)))))
-(((*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1080)) (-4 *2 (-376)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-494)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1210 (-421 (-560)))) (-5 *1 (-193)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1323 *4 *2)) (-4 *1 (-387 *4 *2)) (-4 *4 (-871))
- (-4 *2 (-175))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1318 *3 *2)) (-4 *3 (-871)) (-4 *2 (-1080))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-841 *4)) (-4 *1 (-1318 *4 *2)) (-4 *4 (-871))
- (-4 *2 (-1080))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-1080)) (-5 *1 (-1322 *2 *3)) (-4 *3 (-868)))))
-(((*1 *2) (-12 (-5 *2 (-1304)) (-5 *1 (-1211))))
- ((*1 *2 *3) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-1208)) (-5 *2 (-1304)) (-5 *1 (-1211)))))
-(((*1 *1) (-5 *1 (-1094))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-114)) (-4 *6 (-13 (-466) (-1069 (-560)) (-660 (-560))))
- (-4 *3 (-13 (-27) (-1234) (-435 *6) (-10 -8 (-15 -2539 ($ *7)))))
- (-4 *7 (-870))
- (-4 *8
- (-13 (-1277 *3 *7) (-376) (-1234)
- (-10 -8 (-15 -2457 ($ $)) (-15 -3071 ($ $)))))
+ (-12 (-4 *3 (-571)) (-4 *3 (-1081)) (-4 *4 (-817)) (-4 *5 (-872))
+ (-5 *2 (-663 *1)) (-4 *1 (-1097 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-711 *11)) (-5 *4 (-663 (-421 (-976 *8))))
+ (-5 *5 (-793)) (-5 *6 (-1191)) (-4 *8 (-13 (-319) (-149)))
+ (-4 *11 (-980 *8 *10 *9)) (-4 *9 (-13 (-872) (-633 (-1209))))
+ (-4 *10 (-817))
(-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1190)) (|:| |prob| (-1190))))))
- (-5 *1 (-438 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1190)) (-4 *9 (-1014 *8))
- (-14 *10 (-1208)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1096 *2 *3 *4)) (-4 *2 (-1080)) (-4 *3 (-815))
- (-4 *4 (-871)) (-4 *2 (-571)))))
-(((*1 *1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1 *1) (-5 *1 (-887))))
+ (-2
+ (|:| |rgl|
+ (-663
+ (-2 (|:| |eqzro| (-663 *11)) (|:| |neqzro| (-663 *11))
+ (|:| |wcond| (-663 (-976 *8)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1299 (-421 (-976 *8))))
+ (|:| -4222 (-663 (-1299 (-421 (-976 *8))))))))))
+ (|:| |rgsz| (-560))))
+ (-5 *1 (-954 *8 *9 *10 *11)) (-5 *7 (-560)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-571)) (-4 *2 (-466)) (-5 *1 (-1001 *2 *3))
+ (-4 *3 (-1275 *2)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-663 *2)) (-4 *2 (-1097 *4 *5 *6)) (-4 *4 (-571))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *1 (-1009 *4 *5 *6 *2)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1203 *9)) (-5 *4 (-663 *7)) (-4 *7 (-872))
+ (-4 *9 (-980 *8 *6 *7)) (-4 *6 (-817)) (-4 *8 (-319))
+ (-5 *2 (-663 (-793))) (-5 *1 (-764 *6 *7 *8 *9)) (-5 *5 (-793)))))
+(((*1 *1) (-5 *1 (-622))) ((*1 *1) (-5 *1 (-624)))
+ ((*1 *1) (-5 *1 (-625))))
(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-345)) (-5 *1 (-257)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-711 *8)) (-5 *4 (-793)) (-4 *8 (-979 *5 *7 *6))
- (-4 *5 (-13 (-319) (-149))) (-4 *6 (-13 (-871) (-633 (-1208))))
- (-4 *7 (-815))
+ (-12 (-4 *1 (-1097 *2 *3 *4)) (-4 *2 (-1081)) (-4 *3 (-817))
+ (-4 *4 (-872)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *5 (-1070 (-48)))
+ (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *5 (-435 *4))
+ (-5 *2 (-419 (-1203 (-48)))) (-5 *1 (-449 *4 *5 *3))
+ (-4 *3 (-1275 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
+(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-1214)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-973 *2)) (-5 *1 (-1014 *2)) (-4 *2 (-1081)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
(-5 *2
- (-663
- (-2 (|:| |det| *8) (|:| |rows| (-663 (-560)))
- (|:| |cols| (-663 (-560))))))
- (-5 *1 (-953 *5 *6 *7 *8)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1304)) (-5 *1 (-845)))))
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
+ (|:| |success| (-114))))
+ (-5 *1 (-811)) (-5 *5 (-560)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-571) (-1070 (-560)))) (-4 *5 (-435 *4))
+ (-5 *2 (-419 (-1203 (-421 (-560))))) (-5 *1 (-449 *4 *5 *3))
+ (-4 *3 (-1275 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-560)) (-5 *2 (-663 (-2 (|:| -3388 *3) (|:| -4283 *4))))
- (-5 *1 (-718 *3)) (-4 *3 (-1274 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1190)) (-5 *1 (-505)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-708 *3 *4 *5)) (-4 *3 (-1080)) (-4 *4 (-385 *3))
- (-4 *5 (-385 *3)) (-5 *2 (-663 (-663 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1084 *3 *4 *5 *6 *7)) (-4 *5 (-1080))
- (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-663 (-663 *5)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-663 (-663 *3))) (-5 *1 (-1221 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-904 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270)))
- (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1164 (-229)))
- (-5 *1 (-264 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-904 *5)) (-5 *4 (-1123 (-391)))
- (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1164 (-229)))
- (-5 *1 (-264 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270)))
- (-5 *2 (-1164 (-229))) (-5 *1 (-264 *3))
- (-4 *3 (-13 (-633 (-549)) (-1132)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1123 (-391))) (-5 *2 (-1164 (-229))) (-5 *1 (-264 *3))
- (-4 *3 (-13 (-633 (-549)) (-1132)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-907 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270)))
- (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1164 (-229)))
- (-5 *1 (-264 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-907 *5)) (-5 *4 (-1123 (-391)))
- (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1164 (-229)))
- (-5 *1 (-264 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-904 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 *10))
+ (-5 *1 (-643 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1103 *5 *6 *7 *8))
+ (-4 *10 (-1141 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-904 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
+ (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
+ (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-1078 *5 *6)))
+ (-5 *1 (-647 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
+ (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
+ (-14 *6 (-663 (-1209)))
+ (-5 *2
+ (-663 (-1178 *5 (-545 (-889 *6)) (-889 *6) (-802 *5 (-889 *6)))))
+ (-5 *1 (-647 *5 *6))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-663 (-1059 *5 *6 *7 *8))) (-5 *1 (-1059 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-663 (-1059 *5 *6 *7 *8))) (-5 *1 (-1059 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-907 (-1 (-229) (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1164 (-229))) (-5 *1 (-265))))
+ (-12 (-5 *3 (-663 (-802 *5 (-889 *6)))) (-5 *4 (-114)) (-4 *5 (-466))
+ (-14 *6 (-663 (-1209))) (-5 *2 (-663 (-1078 *5 *6)))
+ (-5 *1 (-1078 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-1103 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-663 (-1178 *5 *6 *7 *8))) (-5 *1 (-1178 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-907 (-1 (-229) (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1164 (-229))) (-5 *1 (-265)))))
-(((*1 *1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1 *1) (-5 *1 (-887))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-663 *8)) (-5 *4 (-114)) (-4 *8 (-1097 *5 *6 *7))
+ (-4 *5 (-466)) (-4 *6 (-817)) (-4 *7 (-872))
+ (-5 *2 (-663 (-1178 *5 *6 *7 *8))) (-5 *1 (-1178 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 *7)) (-4 *7 (-1097 *4 *5 *6)) (-4 *4 (-571))
+ (-4 *5 (-817)) (-4 *6 (-872)) (-5 *2 (-663 *1))
+ (-4 *1 (-1244 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-872)) (-5 *2 (-663 (-663 *4))) (-5 *1 (-1220 *4))
+ (-5 *3 (-663 *4)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-793)) (-4 *5 (-571))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-1001 *5 *3)) (-4 *3 (-1275 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-663 (-976 (-560)))) (-5 *1 (-450))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-5 *4 (-711 (-229))) (-5 *2 (-1135))
+ (-5 *1 (-781))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1209)) (-5 *4 (-711 (-560))) (-5 *2 (-1135))
+ (-5 *1 (-781)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-663 (-711 *5))) (-5 *4 (-560)) (-4 *5 (-376))
+ (-4 *5 (-1081)) (-5 *2 (-114)) (-5 *1 (-1062 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-711 *4))) (-4 *4 (-376)) (-4 *4 (-1081))
+ (-5 *2 (-114)) (-5 *1 (-1062 *4)))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-795)) (-5 *1 (-115))))
+ ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1191)) (-5 *3 (-795)) (-5 *1 (-115)))))
+(((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
+ (-4 *3 (-380 *4))))
+ ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
+(((*1 *2) (-12 (-5 *2 (-663 (-1191))) (-5 *1 (-1304)))))
+(((*1 *2)
+ (-12 (-4 *1 (-363))
+ (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-391) (-391))) (-5 *4 (-391))
(-5 *2
- (-2 (|:| -3929 *4) (|:| -2707 *4) (|:| |totalpts| (-560))
+ (-2 (|:| -1992 *4) (|:| -4177 *4) (|:| |totalpts| (-560))
(|:| |success| (-114))))
(-5 *1 (-811)) (-5 *5 (-560)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1267 *5 *4)) (-4 *4 (-842)) (-14 *5 (-1208))
- (-5 *2 (-663 *4)) (-5 *1 (-1145 *4 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1304)) (-5 *1 (-1301))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-948)) (-5 *2 (-1304)) (-5 *1 (-1302)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1262 *3 *2)) (-4 *3 (-1080)) (-4 *2 (-1291 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1190)) (-5 *2 (-51)) (-5 *1 (-1227)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-663 (-663 (-663 *4)))) (-5 *2 (-663 (-663 *4)))
- (-4 *4 (-871)) (-5 *1 (-1219 *4)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2) (-12 (-5 *2 (-663 *3)) (-5 *1 (-1115 *3)) (-4 *3 (-134)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3))))
+ ((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-711 *3)) (-4 *3 (-1081)) (-5 *1 (-712 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-571)) (-5 *2 (-114)) (-5 *1 (-287 *4 *3))
+ (-4 *3 (-13 (-435 *4) (-1034))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-976 *5)) (-4 *5 (-1081)) (-5 *2 (-255 *4 *5))
+ (-5 *1 (-974 *4 *5)) (-14 *4 (-663 (-1209))))))
+(((*1 *1 *1) (-12 (-5 *1 (-944 *2)) (-4 *2 (-319)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-1015 *2)) (-4 *2 (-1235)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *1 *1) (-4 *1 (-113))) ((*1 *1 *1) (-5 *1 (-887))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-609 *2)) (-4 *2 (-38 (-421 (-560)))) (-4 *2 (-1080)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1243 *3 *4 *5 *2)) (-4 *3 (-571)) (-4 *4 (-815))
- (-4 *5 (-871)) (-4 *2 (-1096 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-376) (-870)))
- (-5 *2 (-2 (|:| |start| *3) (|:| -3980 (-419 *3))))
- (-5 *1 (-184 *4 *3)) (-4 *3 (-1274 (-171 *4))))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-871))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-128 *2)) (-4 *2 (-871))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-560)) (-4 *1 (-294 *3)) (-4 *3 (-1248))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-560)) (-4 *1 (-294 *2)) (-4 *2 (-1248))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2
- (|:| -3818
- (-2 (|:| |var| (-1208)) (|:| |fn| (-326 (-229)))
- (|:| -2132 (-1120 (-864 (-229)))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (|:| -2660
- (-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| (-1186 (-229)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2132
- (-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 (-574))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-793)) (-4 *1 (-717 *2)) (-4 *2 (-1132))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2
- (|:| -3818
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229)))) (|:| |yinit| (-663 (-229)))
- (|:| |intvals| (-663 (-229))) (|:| |g| (-326 (-229)))
- (|:| |abserr| (-229)) (|:| |relerr| (-229))))
- (|:| -2660
- (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391))
- (|:| |expense| (-391)) (|:| |accuracy| (-391))
- (|:| |intermediateResults| (-391))))))
- (-5 *1 (-825))))
- ((*1 *2 *3 *4)
- (-12 (-5 *2 (-1304)) (-5 *1 (-1226 *3 *4)) (-4 *3 (-1132))
- (-4 *4 (-1132)))))
+ (-12 (-4 *3 (-13 (-376) (-871))) (-5 *1 (-184 *3 *2))
+ (-4 *2 (-1275 (-171 *3))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033) (-1234)))))
- ((*1 *1 *1) (-4 *1 (-649))))
-(((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-421 (-560)))) (-5 *1 (-971)) (-5 *3 (-560)))))
-(((*1 *1 *2)
+ (-12 (-5 *2 (-1299 *1)) (-4 *1 (-355 *3 *4 *5)) (-4 *3 (-1254))
+ (-4 *4 (-1275 *3)) (-4 *5 (-1275 (-421 *4))))))
+(((*1 *2 *3)
(-12
- (-5 *2
- (-663
- (-2
- (|:| -3818
- (-2 (|:| |xinit| (-229)) (|:| |xend| (-229))
- (|:| |fn| (-1298 (-326 (-229))))
- (|:| |yinit| (-663 (-229))) (|:| |intvals| (-663 (-229)))
- (|:| |g| (-326 (-229))) (|:| |abserr| (-229))
- (|:| |relerr| (-229))))
- (|:| -2660
- (-2 (|:| |stiffness| (-391)) (|:| |stability| (-391))
- (|:| |expense| (-391)) (|:| |accuracy| (-391))
- (|:| |intermediateResults| (-391)))))))
- (-5 *1 (-825)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-1 (-229) (-229) (-229)))
- (-5 *4 (-1 (-229) (-229) (-229) (-229)))
- (-5 *2 (-1 (-972 (-229)) (-229) (-229))) (-5 *1 (-719)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-1208))
- (-4 *4 (-13 (-319) (-149) (-1069 (-560)) (-660 (-560))))
- (-5 *1 (-641 *4 *2)) (-4 *2 (-13 (-1234) (-989) (-29 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-663 *3)) (-4 *3 (-1248)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-571)) (-5 *1 (-287 *3 *2))
- (-4 *2 (-13 (-435 *3) (-1033))))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1066))
- (-5 *1 (-779)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-4 *3 (-571))
- (-5 *2 (-1202 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-520)) (-5 *3 (-611)) (-5 *1 (-600)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-793)) (-4 *4 (-363)) (-5 *1 (-220 *4 *2))
- (-4 *2 (-1274 *4)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 (-663 *2) *2 *2 *2)) (-4 *2 (-1132))
- (-5 *1 (-103 *2))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1132)) (-5 *1 (-103 *2)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-793)) (-5 *1 (-880 *2)) (-4 *2 (-175))))
+ (-5 *3
+ (-2 (|:| |lfn| (-663 (-326 (-229)))) (|:| -2689 (-663 (-229)))))
+ (-5 *2 (-391)) (-5 *1 (-278))))
((*1 *2 *3)
- (-12 (-5 *2 (-1202 (-560))) (-5 *1 (-971)) (-5 *3 (-560)))))
+ (-12 (-5 *3 (-1299 (-326 (-229)))) (-5 *2 (-391)) (-5 *1 (-315)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-571)) (-4 *3 (-175)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *1 (-710 *3 *4 *5 *2))
+ (-4 *2 (-708 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-864 (-391))) (-5 *2 (-864 (-229))) (-5 *1 (-315)))))
+ (-12 (-5 *3 (-1299 *1)) (-4 *1 (-380 *4)) (-4 *4 (-175))
+ (-5 *2 (-711 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-175)) (-5 *2 (-711 *4)) (-5 *1 (-431 *3 *4))
+ (-4 *3 (-432 *4))))
+ ((*1 *2) (-12 (-4 *1 (-432 *3)) (-4 *3 (-175)) (-5 *2 (-711 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-569 *3)) (-4 *3 (-13 (-418) (-1235))) (-5 *2 (-114))))
+ ((*1 *2 *1) (-12 (-4 *1 (-816)) (-5 *2 (-114))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1100 *4 *3)) (-4 *4 (-13 (-871) (-376)))
+ (-4 *3 (-1275 *4)) (-5 *2 (-114)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-1186 *3))) (-5 *2 (-1186 *3)) (-5 *1 (-1192 *3))
- (-4 *3 (-38 (-421 (-560)))) (-4 *3 (-1080)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-663 (-1213))) (-5 *1 (-1213))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-520)) (-5 *3 (-663 (-1213))) (-5 *1 (-1213)))))
+ (-12 (-5 *3 (-846)) (-5 *4 (-51)) (-5 *2 (-1305)) (-5 *1 (-855)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-248)) (-5 *3 (-1190))))
- ((*1 *2 *2) (-12 (-5 *2 (-663 (-1190))) (-5 *1 (-248))))
- ((*1 *1 *2) (-12 (-5 *2 (-159)) (-5 *1 (-898)))))
-(((*1 *2 *1) (-12 (-4 *1 (-380 *2)) (-4 *2 (-175)))))
-(((*1 *2)
- (-12 (-4 *4 (-175)) (-5 *2 (-114)) (-5 *1 (-379 *3 *4))
- (-4 *3 (-380 *4))))
- ((*1 *2) (-12 (-4 *1 (-380 *3)) (-4 *3 (-175)) (-5 *2 (-114)))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *1)
- (-12 (-5 *1 (-137 *2 *3 *4)) (-14 *2 (-560)) (-14 *3 (-793))
- (-4 *4 (-175)))))
-(((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1274 *5))
- (-4 *5 (-13 (-376) (-149) (-1069 (-560))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-421 *6)) (|:| |c| (-421 *6))
- (|:| -2790 *6)))
- (-5 *1 (-1046 *5 *6)) (-5 *3 (-421 *6)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-114)) (-5 *1 (-1235 *3)) (-4 *3 (-1132)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-1014 *2)) (-4 *2 (-1234)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1301))
- (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1132)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1123 (-391))) (-5 *2 (-1301)) (-5 *1 (-264 *3))
- (-4 *3 (-13 (-633 (-549)) (-1132)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-902 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270)))
- (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1301))
- (-5 *1 (-264 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-902 *5)) (-5 *4 (-1123 (-391)))
- (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1301))
- (-5 *1 (-264 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-904 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270)))
- (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1302))
- (-5 *1 (-264 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-904 *5)) (-5 *4 (-1123 (-391)))
- (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1302))
- (-5 *1 (-264 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270))) (-5 *2 (-1302))
- (-5 *1 (-264 *3)) (-4 *3 (-13 (-633 (-549)) (-1132)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1123 (-391))) (-5 *2 (-1302)) (-5 *1 (-264 *3))
- (-4 *3 (-13 (-633 (-549)) (-1132)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-907 *6)) (-5 *4 (-1123 (-391))) (-5 *5 (-663 (-270)))
- (-4 *6 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1302))
- (-5 *1 (-264 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-907 *5)) (-5 *4 (-1123 (-391)))
- (-4 *5 (-13 (-633 (-549)) (-1132))) (-5 *2 (-1302))
- (-5 *1 (-264 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-265))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1301)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-902 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1301)) (-5 *1 (-265))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-902 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1301)) (-5 *1 (-265))))
+ (-12 (-4 *4 (-571)) (-4 *2 (-13 (-435 *4) (-1034) (-1235)))
+ (-5 *1 (-614 *4 *2 *3))
+ (-4 *3 (-13 (-435 (-171 *4)) (-1034) (-1235))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-560)) (-5 *1 (-459 *3)) (-4 *3 (-418)) (-4 *3 (-1081)))))
+(((*1 *1 *1 *1) (-4 *1 (-559))))
+(((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
+ ((*1 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-481))))
+ ((*1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-955)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-466)) (-4 *4 (-571))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1398 *4)))
+ (-5 *1 (-1001 *4 *3)) (-4 *3 (-1275 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-663 *2)) (-5 *1 (-182 *2)) (-4 *2 (-319))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-663 (-663 *4))) (-5 *2 (-663 *4)) (-4 *4 (-319))
+ (-5 *1 (-182 *4))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-904 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265))))
+ (-12 (-5 *3 (-663 *8))
+ (-5 *4
+ (-663
+ (-2 (|:| -4222 (-711 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-711 *7)))))
+ (-5 *5 (-793)) (-4 *8 (-1275 *7)) (-4 *7 (-1275 *6)) (-4 *6 (-363))
+ (-5 *2
+ (-2 (|:| -4222 (-711 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-711 *7))))
+ (-5 *1 (-512 *6 *7 *8))))
+ ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-560)) (-5 *1 (-576)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-711 *7)) (-5 *3 (-663 *7)) (-4 *7 (-980 *4 *6 *5))
+ (-4 *4 (-13 (-319) (-149))) (-4 *5 (-13 (-872) (-633 (-1209))))
+ (-4 *6 (-817)) (-5 *1 (-954 *4 *5 *6 *7)))))
+(((*1 *1 *2 *3 *3 *4 *5)
+ (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *3 (-663 (-899)))
+ (-5 *4 (-663 (-949))) (-5 *5 (-663 (-270))) (-5 *1 (-482))))
+ ((*1 *1 *2 *3 *3 *4)
+ (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *3 (-663 (-899)))
+ (-5 *4 (-663 (-949))) (-5 *1 (-482))))
+ ((*1 *1 *2) (-12 (-5 *2 (-663 (-663 (-973 (-229))))) (-5 *1 (-482))))
+ ((*1 *1 *1) (-5 *1 (-482))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-793)) (-4 *1 (-1275 *3)) (-4 *3 (-1081)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1187 (-663 (-949)))) (-5 *1 (-909)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1249)) (-4 *4 (-385 *3))
+ (-4 *5 (-385 *3)) (-5 *2 (-560))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *5 (-1081))
+ (-4 *6 (-245 *4 *5)) (-4 *7 (-245 *3 *5)) (-5 *2 (-560)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-560)) (-5 *1 (-339 *3)) (-4 *3 (-1249))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-560)) (-5 *1 (-530 *3 *4)) (-4 *3 (-1249)) (-14 *4 *2))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-560)) (|has| *1 (-6 -4511)) (-4 *1 (-385 *3))
+ (-4 *3 (-1249)))))
+(((*1 *2 *1) (-12 (-5 *2 (-190)) (-5 *1 (-140))))
+ ((*1 *2 *1) (-12 (-4 *1 (-189)) (-5 *2 (-190)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))))
+ (-5 *2 (-1067)) (-5 *1 (-771))))
+ ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
+ (-12 (-5 *3 (-711 (-229))) (-5 *4 (-560)) (-5 *5 (-229))
+ (-5 *6 (-3 (|:| |fn| (-402)) (|:| |fp| (-62 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-402)) (|:| |fp| (-88 BDYVAL))))
+ (-5 *8 (-402)) (-5 *2 (-1067)) (-5 *1 (-771)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-1305)) (-5 *1 (-1303)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1191)) (-5 *1 (-593)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1324 *3 *4)) (-4 *1 (-387 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-175))))
+ ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-399 *2)) (-4 *2 (-1133))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-843 *2)) (-4 *2 (-872))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-843 *3)) (-4 *1 (-1319 *3 *4)) (-4 *3 (-872))
+ (-4 *4 (-1081))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1319 *2 *3)) (-4 *2 (-872)) (-4 *3 (-1081)))))
+(((*1 *2 *1) (-12 (-5 *2 (-793)) (-5 *1 (-419 *3)) (-4 *3 (-571))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-2 (|:| -2549 *4) (|:| -4144 (-560)))))
+ (-4 *4 (-1275 (-560))) (-5 *2 (-793)) (-5 *1 (-456 *4)))))
+(((*1 *1) (-5 *1 (-143))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1172 *2 *3)) (-4 *2 (-13 (-1133) (-34)))
+ (-4 *3 (-13 (-1133) (-34))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1191)) (-5 *2 (-560)) (-5 *1 (-248))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-663 (-1191))) (-5 *2 (-560)) (-5 *1 (-248)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-143))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1176)) (-5 *2 (-146)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-976 *4)) (-4 *4 (-1081)) (-4 *4 (-633 *2))
+ (-5 *2 (-391)) (-5 *1 (-807 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-904 (-1 (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1302)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265))))
+ (|partial| -12 (-5 *3 (-976 *5)) (-5 *4 (-949)) (-4 *5 (-1081))
+ (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-421 (-976 *4))) (-4 *4 (-571))
+ (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1302)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-229) (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1302)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-972 (-229)) (-229) (-229))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1302)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-907 (-1 (-229) (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *5 (-663 (-270))) (-5 *2 (-1302)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-907 (-1 (-229) (-229) (-229)))) (-5 *4 (-1120 (-391)))
- (-5 *2 (-1302)) (-5 *1 (-265))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-305 *7)) (-5 *4 (-1208)) (-5 *5 (-663 (-270)))
- (-4 *7 (-435 *6)) (-4 *6 (-13 (-571) (-871) (-1069 (-560))))
- (-5 *2 (-1301)) (-5 *1 (-266 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1301)) (-5 *1 (-269))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-663 (-229))) (-5 *4 (-663 (-270))) (-5 *2 (-1301))
- (-5 *1 (-269))))
+ (|partial| -12 (-5 *3 (-421 (-976 *5))) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-663 (-972 (-229)))) (-5 *2 (-1301)) (-5 *1 (-269))))
+ (|partial| -12 (-5 *3 (-326 *4)) (-4 *4 (-571)) (-4 *4 (-872))
+ (-4 *4 (-633 *2)) (-5 *2 (-391)) (-5 *1 (-807 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-663 (-972 (-229)))) (-5 *4 (-663 (-270)))
- (-5 *2 (-1301)) (-5 *1 (-269))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-663 (-229))) (-5 *2 (-1302)) (-5 *1 (-269))))
- ((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-663 (-229))) (-5 *4 (-663 (-270))) (-5 *2 (-1302))
- (-5 *1 (-269)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1207)) (-5 *1 (-342)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1080)) (-4 *4 (-1274 *3)) (-5 *1 (-166 *3 *4 *2))
- (-4 *2 (-1274 *4))))
- ((*1 *1 *1) (-12 (-5 *1 (-305 *2)) (-4 *2 (-1248)))))
-(((*1 *2 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303))))
- ((*1 *2) (-12 (-5 *2 (-948)) (-5 *1 (-1303)))))
+ (|partial| -12 (-5 *3 (-326 *5)) (-5 *4 (-949)) (-4 *5 (-571))
+ (-4 *5 (-872)) (-4 *5 (-633 *2)) (-5 *2 (-391))
+ (-5 *1 (-807 *5)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-694 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-699 *3)) (-4 *3 (-872))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-114)) (-5 *1 (-843 *3)) (-4 *3 (-872)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1203 *7))
+ (-4 *5 (-1081)) (-4 *7 (-1081)) (-4 *2 (-1275 *5))
+ (-5 *1 (-515 *5 *2 *6 *7)) (-4 *6 (-1275 *2)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1186 *3)) (-4 *3 (-1080)) (-5 *1 (-1192 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1288 *2 *3 *4)) (-4 *2 (-1080)) (-14 *3 (-1208))
- (-14 *4 *2))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-663 *1)) (|has| *1 (-6 -4510)) (-4 *1 (-1041 *3))
- (-4 *3 (-1248)))))
-(((*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-1212)))))
-(((*1 *1 *2) (-12 (-4 *1 (-688 *2)) (-4 *2 (-1248))))
- ((*1 *2 *1) (-12 (-5 *2 (-663 (-1208))) (-5 *1 (-1208)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-663 (-560))) (-5 *2 (-934 (-560))) (-5 *1 (-946))))
- ((*1 *2) (-12 (-5 *2 (-934 (-560))) (-5 *1 (-946)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1132)) (-4 *6 (-1132))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *4 (-1132)))))
-((-1333 . 733274) (-1334 . 733137) (-1335 . 733022) (-1336 . 732961)
- (-1337 . 732856) (-1338 . 732683) (-1339 . 732582) (-1340 . 732423)
- (-1341 . 732367) (-1342 . 728304) (-1343 . 728237) (-1344 . 728182)
- (-1345 . 728105) (-1346 . 727830) (-1347 . 727735) (-1348 . 727707)
- (-1349 . 727549) (-1350 . 727494) (-1351 . 727308) (-1352 . 727165)
- (-1353 . 727029) (-1354 . 726946) (-1355 . 726798) (-1356 . 726615)
- (-1357 . 726512) (-1358 . 726442) (-1359 . 726348) (-1360 . 726244)
- (-1361 . 726149) (-1362 . 726078) (-1363 . 725910) (-1364 . 725740)
- (-1365 . 725194) (-1366 . 725060) (-1367 . 724928) (-1368 . 722513)
- (-1369 . 722356) (-1370 . 722228) (-1371 . 722142) (-1372 . 722083)
- (-1373 . 721988) (-1374 . 721917) (-1375 . 721850) (-1376 . 721729)
- (-1377 . 721661) (-1378 . 721580) (-1379 . 721428) (-1380 . 721361)
- (-1381 . 721237) (-1382 . 721015) (-1383 . 720950) (-1384 . 718605)
- (-1385 . 718256) (-1386 . 718203) (-1387 . 718071) (-1388 . 718018)
- (-1389 . 717932) (-1390 . 717626) (-1391 . 717574) (-1392 . 717488)
- (-1393 . 717423) (-1394 . 717310) (-1395 . 716827) (-1396 . 716798)
- (-1397 . 716608) (-1398 . 716250) (-1399 . 716106) (-1400 . 716036)
- (-1401 . 715981) (-1402 . 715910) (-1403 . 715833) (-1404 . 715735)
- (-1405 . 714158) (-1406 . 713973) (-1407 . 713866) (-1408 . 713786)
- (-1409 . 713459) (-1410 . 713403) (-1411 . 713266) (-1412 . 713145)
- (-1413 . 712996) (-1414 . 712893) (-1415 . 709229) (-1416 . 709076)
- (-1417 . 709023) (-1418 . 708800) (-1419 . 708772) (-1420 . 708522)
- (-1421 . 708449) (-1422 . 708333) (-1423 . 707956) (-1424 . 707825)
- (-1425 . 707753) (-1426 . 707535) (-1427 . 707364) (-1428 . 707148)
- (-1429 . 707030) (-1430 . 706166) (-1431 . 706008) (-1432 . 705670)
- (-1433 . 705569) (-1434 . 705225) (-1435 . 705065) (-1436 . 704638)
- (-1437 . 704579) (-1438 . 704545) (-1439 . 704298) (-1440 . 704195)
- (-1441 . 703946) (-1442 . 699402) (-1443 . 699246) (-1444 . 699179)
- (-1445 . 699126) (-1446 . 699052) (-1447 . 698912) (-1448 . 698574)
- (-1449 . 698507) (-1450 . 697571) (-1451 . 697493) (-1452 . 697421)
- (-1453 . 697298) (-1454 . 696962) (-1455 . 696794) (-1456 . 696632)
- (-1457 . 696579) (-1458 . 696454) (-1459 . 696377) (-1460 . 696306)
- (-1461 . 696254) (-1462 . 695771) (-1463 . 694995) (-1464 . 694634)
- (-1465 . 694576) (-1466 . 694517) (-1467 . 694387) (-1468 . 694302)
- (-1469 . 694198) (-1470 . 694145) (-1471 . 694092) (-1472 . 693909)
- (-1473 . 693739) (-1474 . 693610) (-1475 . 693473) (-1476 . 693113)
- (-1477 . 692975) (-1478 . 692776) (-1479 . 692666) (-1480 . 692578)
- (-1481 . 692511) (-1482 . 692455) (-1483 . 691845) (-1484 . 691532)
- (-1485 . 691504) (-1486 . 691451) (-1487 . 691364) (-1488 . 691137)
- (-1489 . 690803) (-1490 . 690732) (-1491 . 690508) (-1492 . 690365)
- (-1493 . 690267) (-1494 . 690148) (-1495 . 686148) (-1496 . 686096)
- (-1497 . 686012) (-1498 . 685928) (-1499 . 685725) (-1500 . 685553)
- (-1501 . 685123) (-1502 . 684732) (-1503 . 684676) (-1504 . 684563)
- (-1505 . 684477) (-1506 . 684190) (-1507 . 684119) (-1508 . 684000)
- (-1509 . 683917) (-1510 . 683528) (-1511 . 683468) (-1512 . 683102)
- (-1513 . 683007) (-1514 . 682812) (-1515 . 682665) (-1516 . 682526)
- (-1517 . 682279) (-1518 . 682245) (-1519 . 682111) (-1520 . 681968)
- (-1521 . 681687) (-1522 . 681592) (-1523 . 681513) (-1524 . 681428)
- (-1525 . 681241) (-1526 . 681053) (-1527 . 680898) (-1528 . 680583)
- (-1529 . 680509) (-1530 . 680408) (-1531 . 680253) (-1532 . 680015)
- (-1533 . 679987) (-1534 . 679934) (-1535 . 679839) (-1536 . 679568)
- (-1537 . 679180) (-1538 . 679118) (-1539 . 678933) (-1540 . 678837)
- (-1541 . 678785) (-1542 . 678126) (-1543 . 677973) (-1544 . 677894)
- (-1545 . 677599) (-1546 . 677470) (-1547 . 677418) (-1548 . 676972)
- (-1549 . 676855) (-1550 . 676797) (-1551 . 676293) (-1552 . 676210)
- (-1553 . 676085) (-1554 . 675833) (-1555 . 675737) (-1556 . 675643)
- (-1557 . 675505) (-1558 . 675453) (-1559 . 675176) (-1560 . 675076)
- (-1561 . 674918) (-1562 . 674840) (-1563 . 674789) (-1564 . 674495)
- (-1565 . 674320) (-1566 . 674144) (-1567 . 674031) (-1568 . 673811)
- (-1569 . 673499) (-1570 . 673358) (-1571 . 673250) (-1572 . 673084)
- (-1573 . 672983) (-1574 . 672853) (-1575 . 672825) (-1576 . 672709)
- (-1577 . 672517) (-1578 . 672335) (-1579 . 672276) (-1580 . 672066)
- (-1581 . 671683) (-1582 . 671649) (-1583 . 671582) (-1584 . 671514)
- (-1585 . 671420) (-1586 . 671326) (-1587 . 671225) (-1588 . 670837)
- (-1589 . 670732) (-1590 . 670650) (-1591 . 670598) (-1592 . 670348)
- (-1593 . 670172) (-1594 . 670065) (-1595 . 669985) (-1596 . 669918)
- (-1597 . 669886) (-1598 . 669789) (-1599 . 669703) (-1600 . 669607)
- (-1601 . 669388) (-1602 . 669319) (-1603 . 669247) (-1604 . 669141)
- (-1605 . 668893) (-1606 . 668717) (-1607 . 668688) (-1608 . 668617)
- (-1609 . 668531) (-1610 . 668453) (-1611 . 668394) (-1612 . 668230)
- (-1613 . 668177) (-1614 . 668098) (-1615 . 668070) (-1616 . 667942)
- (-1617 . 667784) (-1618 . 667723) (-1619 . 667651) (-1620 . 667572)
- (-1621 . 667498) (-1622 . 667368) (-1623 . 667255) (-1624 . 667161)
- (-1625 . 667088) (-1626 . 666983) (-1627 . 666865) (-1628 . 666581)
- (-1629 . 666446) (-1630 . 666324) (-1631 . 666181) (-1632 . 665033)
- (-1633 . 664818) (-1634 . 664723) (-1635 . 664646) (-1636 . 664523)
- (-1637 . 664380) (-1638 . 664278) (-1639 . 664084) (-1640 . 664017)
- (-1641 . 663963) (-1642 . 663807) (-1643 . 663754) (-1644 . 663686)
- (-1645 . 663583) (-1646 . 663264) (-1647 . 663091) (-1648 . 662715)
- (-1649 . 662631) (-1650 . 662457) (-1651 . 662359) (-1652 . 662086)
- (-1653 . 661984) (-1654 . 661883) (-1655 . 661539) (-1656 . 661404)
- (-1657 . 661280) (-1658 . 661175) (-1659 . 661119) (-1660 . 660815)
- (-1661 . 660251) (-1662 . 660107) (-1663 . 659983) (-1664 . 659902)
- (-1665 . 659740) (-1666 . 659498) (-1667 . 659169) (-1668 . 659119)
- (-1669 . 658789) (-1670 . 658686) (-1671 . 658461) (-1672 . 658343)
- (-1673 . 658134) (-1674 . 657964) (-1675 . 657843) (-1676 . 657600)
- (-1677 . 657572) (-1678 . 657489) (-1679 . 656938) (-1680 . 656660)
- (-1681 . 656564) (-1682 . 656349) (-1683 . 656093) (-1684 . 655991)
- (-1685 . 655384) (-1686 . 655241) (-1687 . 654803) (-1688 . 654747)
- (-1689 . 654608) (-1690 . 654318) (-1691 . 654124) (-1692 . 654071)
- (-1693 . 653950) (-1694 . 653855) (-1695 . 653340) (-1696 . 653284)
- (-1697 . 652963) (-1698 . 652477) (-1699 . 652358) (-1700 . 652281)
- (-1701 . 652099) (-1702 . 651983) (-1703 . 651756) (-1704 . 651659)
- (-1705 . 651577) (-1706 . 651414) (-1707 . 651349) (-1708 . 651068)
- (-1709 . 650984) (-1710 . 650931) (-1711 . 650878) (-1712 . 650523)
- (-1713 . 650446) (-1714 . 650174) (-1715 . 649957) (-1716 . 649777)
- (-1717 . 649682) (-1718 . 649599) (-1719 . 649486) (-1720 . 649419)
- (-1721 . 649238) (-1722 . 649116) (-1723 . 649037) (-1724 . 648843)
- (-1725 . 648755) (-1726 . 648599) (-1727 . 648463) (-1728 . 648245)
- (-1729 . 648144) (-1730 . 647666) (-1731 . 647414) (-1732 . 647196)
- (-1733 . 646834) (-1734 . 646760) (-1735 . 646564) (-1736 . 646469)
- (-1737 . 645207) (-1738 . 645158) (-1739 . 645042) (-1740 . 644757)
- (-1741 . 644369) (-1742 . 644070) (-1743 . 643954) (-1744 . 643810)
- (-1745 . 643720) (-1746 . 643618) (-1747 . 643544) (-1748 . 643459)
- (-1749 . 643247) (-1750 . 643192) (-1751 . 642965) (-1752 . 642716)
- (-1753 . 642597) (-1754 . 642502) (-1755 . 641993) (-1756 . 641924)
- (-1757 . 641834) (-1758 . 641779) (-1759 . 641751) (-1760 . 641591)
- (-1761 . 641470) (-1762 . 640992) (-1763 . 640943) (-1764 . 640836)
- (-1765 . 640580) (-1766 . 640528) (-1767 . 640423) (-1768 . 640370)
- (-1769 . 640320) (-1770 . 640246) (-1771 . 640128) (-1772 . 639954)
- (-1773 . 639885) (-1774 . 639815) (-1775 . 639763) (-1776 . 639534)
- (-1777 . 639427) (-1778 . 639344) (-1779 . 639257) (-1780 . 639144)
- (-1781 . 639058) (-1782 . 638869) (-1783 . 638803) (-1784 . 638060)
- (-1785 . 637974) (-1786 . 637878) (-1787 . 637626) (-1788 . 637544)
- (-1789 . 637449) (-1790 . 637371) (-1791 . 637197) (-1792 . 637144)
- (-1793 . 636945) (-1794 . 636890) (-1795 . 636839) (-1796 . 636740)
- (-1797 . 636683) (-1798 . 636351) (-1799 . 636133) (-1800 . 635745)
- (-1801 . 635163) (-1802 . 634579) (-1803 . 634527) (-1804 . 634161)
- (-1805 . 633988) (-1806 . 633881) (-1807 . 633783) (-1808 . 633706)
- (-1809 . 633585) (-1810 . 632589) (-1811 . 632522) (-1812 . 632189)
- (-1813 . 632086) (-1814 . 631967) (-1815 . 631830) (-1816 . 631760)
- (-1817 . 631431) (-1818 . 631403) (-1819 . 631251) (-1820 . 630891)
- (-1821 . 630728) (-1822 . 630676) (-1823 . 630361) (-1824 . 630242)
- (-1825 . 630163) (-1826 . 630069) (-1827 . 629986) (-1828 . 629841)
- (-1829 . 629331) (-1830 . 629275) (-1831 . 629216) (-1832 . 629113)
- (-1833 . 628909) (-1834 . 628820) (-1835 . 628753) (-1836 . 628630)
- (-1837 . 628420) (-1838 . 628302) (-1839 . 628173) (-1840 . 627746)
- (-1841 . 627500) (-1842 . 626273) (-1843 . 625629) (-1844 . 625455)
- (-1845 . 625398) (-1846 . 625297) (-1847 . 625184) (-1848 . 625088)
- (-1849 . 625036) (-1850 . 624939) (-1851 . 624911) (-1852 . 624859)
- (-1853 . 624700) (-1854 . 624621) (-1855 . 624233) (-1856 . 624168)
- (-1857 . 623098) (-1858 . 623070) (-1859 . 622999) (-1860 . 622870)
- (-1861 . 622803) (-1862 . 622705) (-1863 . 622483) (-1864 . 622076)
- (-1865 . 621975) (-1866 . 621903) (-1867 . 621808) (-1868 . 620940)
- (-1869 . 620888) (-1870 . 620577) (-1871 . 620290) (-1872 . 620185)
- (-1873 . 619852) (-1874 . 618969) (-1875 . 618891) (-1876 . 618137)
- (-1877 . 618008) (-1878 . 617900) (-1879 . 617775) (-1880 . 617676)
- (-1881 . 616834) (-1882 . 616673) (-1883 . 616562) (-1884 . 616506)
- (-1885 . 616453) (-1886 . 616372) (-1887 . 615978) (-1888 . 615925)
- (-1889 . 615829) (-1890 . 615666) (-1891 . 615614) (-1892 . 615496)
- (-1893 . 615422) (-1894 . 614542) (-1895 . 614384) (-1896 . 614146)
- (-1897 . 614016) (-1898 . 613457) (-1899 . 613405) (-1900 . 613247)
- (-1901 . 613107) (-1902 . 612963) (-1903 . 612868) (-1904 . 612577)
- (-1905 . 612446) (-1906 . 611447) (-1907 . 611380) (-1908 . 610972)
- (-1909 . 610754) (-1910 . 610195) (-1911 . 610075) (-1912 . 609887)
- (-1913 . 609697) (-1914 . 609505) (-1915 . 609422) (-1916 . 609338)
- (-1917 . 609310) (-1918 . 609151) (-1919 . 609073) (-1920 . 607872)
- (-1921 . 607231) (-1922 . 606981) (-1923 . 606928) (-1924 . 606666)
- (-1925 . 606074) (-1926 . 606015) (-1927 . 605935) (-1928 . 605509)
- (-1929 . 605356) (-1930 . 605261) (-1931 . 605082) (-1932 . 605019)
- (-1933 . 604873) (-1934 . 604727) (-1935 . 604699) (-1936 . 604601)
- (-1937 . 604435) (-1938 . 604125) (-1939 . 604072) (-1940 . 603995)
- (-1941 . 603617) (-1942 . 603413) (-1943 . 602928) (-1944 . 602848)
- (-1945 . 602625) (-1946 . 602597) (-1947 . 602447) (-1948 . 602348)
- (-1949 . 601990) (-1950 . 601934) (-1951 . 597774) (-1952 . 597576)
- (-1953 . 597430) (-1954 . 597359) (-1955 . 597307) (-1956 . 596956)
- (-1957 . 596708) (-1958 . 596677) (-1959 . 596448) (-1960 . 593607)
- (-1961 . 593579) (-1962 . 593464) (-1963 . 593262) (-1964 . 593010)
- (-1965 . 592492) (-1966 . 592440) (-1967 . 592308) (-1968 . 591722)
- (-1969 . 591599) (-1970 . 591516) (-1971 . 591430) (-1972 . 591286)
- (-1973 . 591215) (-1974 . 591131) (-1975 . 591060) (-1976 . 590896)
- (-1977 . 590543) (-1978 . 590417) (-1979 . 589544) (-1980 . 589447)
- (-1981 . 589340) (-1982 . 589178) (-1983 . 588996) (-1984 . 588836)
- (-1985 . 588787) (-1986 . 588626) (-1987 . 588558) (-1988 . 588495)
- (-1989 . 588160) (-1990 . 587858) (-1991 . 587766) (-1992 . 587525)
- (-1993 . 587373) (-1994 . 587314) (-1995 . 587221) (-1996 . 587014)
- (-1997 . 586944) (-1998 . 586877) (-1999 . 586728) (-2000 . 586376)
- (-2001 . 585959) (-2002 . 585817) (-2003 . 585684) (-2004 . 585631)
- (-2005 . 585295) (-2006 . 585017) (-2007 . 584879) (-2008 . 584725)
- (-2009 . 584563) (-2010 . 584313) (-2011 . 584260) (-2012 . 584120)
- (-2013 . 584036) (-2014 . 583957) (-2015 . 583841) (-2016 . 583461)
- (-2017 . 583291) (-2018 . 583107) (-2019 . 583053) (-2020 . 582792)
- (-2021 . 582723) (-2022 . 582547) (-2023 . 582492) (-2024 . 582436)
- (-2025 . 581837) (-2026 . 581785) (-2027 . 581715) (-2028 . 581651)
- (-2029 . 581584) (-2030 . 581488) (-2031 . 581271) (-2032 . 581113)
- (-2033 . 581030) (-2034 . 580579) (-2035 . 580012) (-2036 . 579620)
- (-2037 . 578555) (-2038 . 577817) (-2039 . 577695) (-2040 . 577593)
- (-2041 . 577519) (-2042 . 577442) (-2043 . 577256) (-2044 . 577228)
- (-2045 . 576854) (-2046 . 576652) (-2047 . 576602) (-2048 . 576497)
- (-2049 . 576336) (-2050 . 576169) (-2051 . 576109) (-2052 . 575971)
- (-2053 . 575880) (-2054 . 575749) (-2055 . 575653) (-2056 . 575353)
- (-2057 . 575301) (-2058 . 575249) (-2059 . 575031) (-2060 . 574997)
- (-2061 . 574911) (-2062 . 574772) (-2063 . 574719) (-2064 . 574666)
- (-2065 . 574523) (-2066 . 574375) (-2067 . 560143) (-2068 . 560084)
- (-2069 . 559805) (-2070 . 559588) (-2071 . 559529) (-2072 . 559419)
- (-2073 . 559324) (-2074 . 559162) (-2075 . 558567) (-2076 . 558179)
- (-2077 . 558041) (-2078 . 557936) (-2079 . 557791) (-2080 . 557675)
- (-2081 . 557457) (-2082 . 557010) (-2083 . 556889) (-2084 . 556711)
- (-2085 . 556616) (-2086 . 555216) (-2087 . 555138) (-2088 . 555016)
- (-2089 . 554919) (-2090 . 554885) (-2091 . 554814) (-2092 . 554666)
- (-2093 . 554583) (-2094 . 553741) (-2095 . 553707) (-2096 . 553676)
- (-2097 . 553380) (-2098 . 553271) (-2099 . 553143) (-2100 . 553043)
- (-2101 . 552970) (-2102 . 552875) (-2103 . 552744) (-2104 . 552458)
- (-2105 . 552305) (-2106 . 552219) (-2107 . 552142) (-2108 . 548533)
- (-2109 . 548325) (-2110 . 548231) (-2111 . 547310) (-2112 . 547226)
- (-2113 . 547170) (-2114 . 546052) (-2115 . 545881) (-2116 . 545723)
- (-2117 . 545582) (-2118 . 545478) (-2119 . 545415) (-2120 . 545212)
- (-2121 . 545139) (-2122 . 545033) (-2123 . 544971) (-2124 . 544791)
- (-2125 . 544705) (-2126 . 544394) (-2127 . 544280) (-2128 . 544209)
- (-2129 . 543690) (-2130 . 543437) (-2131 . 543382) (-2132 . 543243)
- (-2133 . 543141) (-2134 . 543056) (-2135 . 542989) (-2136 . 542845)
- (-2137 . 542763) (-2138 . 542565) (-2139 . 542446) (-2140 . 542357)
- (-2141 . 542276) (-2142 . 542018) (-2143 . 541946) (-2144 . 541843)
- (-2145 . 541720) (-2146 . 541043) (-2147 . 540971) (-2148 . 540794)
- (-2149 . 540679) (-2150 . 540596) (-2151 . 540386) (-2152 . 540303)
- (-2153 . 539904) (-2154 . 539833) (-2155 . 539564) (-2156 . 539357)
- (-2157 . 539286) (-2158 . 539099) (-2159 . 538973) (-2160 . 538863)
- (-2161 . 538726) (-2162 . 538629) (-2163 . 538580) (-2164 . 538464)
- (-2165 . 538364) (-2166 . 538267) (-2167 . 538215) (-2168 . 538159)
- (-2169 . 538127) (-2170 . 538009) (-2171 . 537834) (-2172 . 537482)
- (-2173 . 537336) (-2174 . 537113) (-2175 . 536969) (-2176 . 536805)
- (-2177 . 536333) (-2178 . 536266) (-2179 . 536067) (-2180 . 535966)
- (-2181 . 535938) (-2182 . 535705) (-2183 . 535562) (-2184 . 535512)
- (-2185 . 535431) (-2186 . 535354) (-2187 . 535302) (-2188 . 534971)
- (-2189 . 534914) (-2190 . 534831) (-2191 . 534659) (-2192 . 534606)
- (-2193 . 534483) (-2194 . 534062) (-2195 . 533816) (-2196 . 533718)
- (-2197 . 533650) (-2198 . 533183) (-2199 . 532811) (-2200 . 532719)
- (-2201 . 532603) (-2202 . 532569) (-12 . 532397) (-2204 . 532320)
- (-2205 . 532130) (-2206 . 532002) (-2207 . 531765) (-2208 . 531694)
- (-2209 . 531501) (-2210 . 531090) (-2211 . 530844) (-2212 . 530739)
- (-2213 . 530648) (-2214 . 530553) (-2215 . 530483) (-2216 . 530416)
- (-2217 . 530306) (-2218 . 530192) (-2219 . 530113) (-2220 . 529907)
- (-2221 . 529256) (-2222 . 529141) (-2223 . 529055) (-2224 . 528609)
- (-2225 . 528536) (-2226 . 528391) (-2227 . 528289) (-2228 . 528071)
- (-2229 . 527915) (-2230 . 527863) (-2231 . 527611) (-2232 . 527484)
- (-2233 . 527167) (-2234 . 526794) (-2235 . 526711) (-2236 . 526559)
- (-2237 . 526531) (-2238 . 526141) (-2239 . 526078) (-2240 . 526023)
- (-2241 . 525864) (-2242 . 525767) (-2243 . 525668) (-2244 . 525509)
- (-2245 . 525353) (-2246 . 524685) (-2247 . 524633) (-2248 . 524473)
- (-2249 . 524394) (-2250 . 524292) (-2251 . 524089) (-2252 . 521833)
- (-2253 . 521688) (-2254 . 521591) (-2255 . 521329) (-2256 . 521270)
- (-2257 . 521179) (-2258 . 521000) (-2259 . 520969) (-2260 . 520903)
- (-2261 . 520808) (-2262 . 520645) (-2263 . 520583) (-2264 . 520344)
- (-2265 . 520002) (-2266 . 519918) (-2267 . 519671) (-2268 . 519319)
- (-2269 . 519097) (-2270 . 518822) (-2271 . 518671) (-2272 . 518619)
- (-2273 . 518456) (-2274 . 518394) (-2275 . 518311) (-2276 . 517995)
- (-2277 . 517484) (-2278 . 517382) (-2279 . 517267) (-2280 . 517076)
- (-2281 . 516904) (-2282 . 516830) (-2283 . 515968) (-2284 . 515690)
- (-2285 . 515514) (-2286 . 515412) (-2287 . 515287) (-2288 . 515151)
- (-2289 . 514993) (-2290 . 514742) (-2291 . 514645) (-2292 . 514480)
- (* . 510366) (-2294 . 510279) (-2295 . 510201) (-2296 . 509648)
- (-2297 . 509589) (-2298 . 509521) (-2299 . 509183) (-2300 . 508847)
- (-2301 . 508713) (-2302 . 508612) (-2303 . 508508) (-2304 . 508412)
- (-2305 . 507994) (-2306 . 507806) (-2307 . 507666) (-2308 . 507296)
- (-2309 . 507229) (-2310 . 507105) (-2311 . 506990) (-2312 . 506886)
- (-2313 . 506440) (-2314 . 506273) (-2315 . 506176) (-2316 . 505873)
- (-2317 . 505842) (-2318 . 505743) (-2319 . 505587) (-2320 . 505518)
- (-2321 . 505096) (-2322 . 504881) (-2323 . 504545) (-2324 . 504477)
- (-2325 . 504332) (-2326 . 503058) (-2327 . 502894) (-2328 . 502158)
- (-2329 . 501886) (-2330 . 501813) (-2331 . 501660) (-2332 . 501349)
- (-2333 . 501321) (-2334 . 501175) (-2335 . 501019) (-2336 . 500762)
- (-2337 . 500659) (-2338 . 500114) (-2339 . 499991) (-2340 . 499914)
- (-2341 . 499756) (-2342 . 499728) (-2343 . 499650) (-2344 . 499552)
- (-2345 . 499443) (-2346 . 498964) (-2347 . 498876) (-2348 . 498842)
- (-2349 . 498611) (-2350 . 498337) (-2351 . 498277) (-2352 . 498225)
- (-2353 . 497717) (-2354 . 497664) (-2355 . 497582) (-2356 . 497529)
- (-2357 . 497452) (-2358 . 497375) (-2359 . 497341) (-2360 . 497254)
- (-2361 . 497226) (-2362 . 497141) (-2363 . 496951) (-2364 . 496774)
- (-2365 . 496677) (-2366 . 496152) (-2367 . 495899) (-2368 . 495865)
- (-2369 . 495742) (-2370 . 495615) (-2371 . 495521) (-2372 . 495362)
- (-2373 . 494924) (-2374 . 494498) (-2375 . 494400) (-2376 . 494266)
- (-2377 . 494040) (-2378 . 493943) (-2379 . 493855) (-2380 . 493757)
- (-2381 . 493634) (-2382 . 493563) (-2383 . 493476) (-2384 . 492712)
- (-2385 . 492565) (-2386 . 492386) (-2387 . 492329) (-2388 . 492259)
- (-2389 . 491877) (-2390 . 491745) (-2391 . 491471) (-2392 . 491317)
- (-2393 . 491268) (-2394 . 491184) (-2395 . 490657) (-2396 . 490074)
- (-2397 . 489914) (-2398 . 489855) (-2399 . 489767) (-2400 . 489672)
- (-2401 . 489555) (-2402 . 488819) (-2403 . 488706) (-2404 . 488450)
- (-2405 . 488346) (-2406 . 488202) (-2407 . 487716) (-2408 . 487639)
- (-2409 . 487562) (-2410 . 487244) (-2411 . 487192) (-2412 . 487029)
- (-2413 . 485843) (-2414 . 485815) (-2415 . 485391) (-2416 . 485232)
- (-2417 . 485173) (-2418 . 485022) (-2419 . 484934) (-2420 . 484818)
- (-2421 . 484765) (-2422 . 484679) (-2423 . 484627) (-2424 . 484512)
- (-2425 . 484384) (-2426 . 483202) (-2427 . 483171) (-2428 . 483083)
- (-2429 . 482005) (-2430 . 481944) (-2431 . 481873) (-2432 . 481654)
- (-2433 . 481567) (-2434 . 481481) (-2435 . 481080) (-2436 . 478872)
- (-2437 . 478794) (-2438 . 478667) (-2439 . 478022) (-2440 . 477936)
- (-2441 . 477873) (-2442 . 477732) (-2443 . 477704) (-2444 . 477593)
- (-2445 . 477516) (-2446 . 476176) (-2447 . 475896) (-2448 . 475801)
- (-2449 . 475746) (-2450 . 474574) (-2451 . 474504) (-2452 . 474475)
- (-2453 . 472886) (-2454 . 472627) (-2455 . 472543) (-2456 . 472455)
- (-2457 . 471393) (-2458 . 471334) (-2459 . 471155) (-2460 . 471056)
- (-2461 . 470937) (-2462 . 470822) (-2463 . 470737) (-2464 . 470604)
- (-2465 . 470261) (-2466 . 470129) (-2467 . 470056) (-2468 . 469952)
- (-2469 . 469691) (-2470 . 468588) (-2471 . 468487) (-2472 . 468430)
- (-2473 . 468329) (-2474 . 467193) (-2475 . 467051) (-2476 . 466981)
- (-2477 . 466838) (-2478 . 466215) (-2479 . 466187) (-2480 . 466048)
- (-2481 . 465919) (-2482 . 465784) (-2483 . 465727) (-2484 . 465281)
- (-2485 . 465116) (-2486 . 464848) (-2487 . 464711) (-2488 . 464318)
- (-2489 . 464046) (-2490 . 464018) (-2491 . 463758) (-2492 . 463684)
- (-2493 . 463596) (-2494 . 463552) (-2495 . 463444) (-2496 . 463327)
- (-2497 . 463159) (-2498 . 463131) (-2499 . 462747) (-2500 . 462652)
- (-2501 . 462461) (-2502 . 462040) (-2503 . 461871) (-2504 . 461638)
- (-2505 . 461345) (-2506 . 461274) (-2507 . 461190) (-2508 . 461049)
- (-2509 . 460856) (-2510 . 460437) (-2511 . 460309) (-2512 . 460156)
- (-2513 . 459854) (-2514 . 459702) (-2515 . 459407) (-2516 . 459312)
- (-2517 . 458833) (-2518 . 458541) (-2519 . 458214) (-2520 . 458012)
- (-2521 . 457957) (-2522 . 457858) (-2523 . 457611) (-2524 . 457107)
- (-2525 . 457054) (-2526 . 456821) (-2527 . 456738) (-2528 . 456661)
- (-2529 . 456488) (-2530 . 455774) (-2531 . 455004) (-2532 . 454897)
- (-2533 . 454376) (-2534 . 454282) (-2535 . 454254) (-2536 . 454180)
- (-2537 . 454110) (-2538 . 454058) (-2539 . 435483) (-2540 . 435380)
- (-2541 . 435101) (-2542 . 434841) (-2543 . 434758) (-2544 . 434506)
- (-2545 . 434451) (-2546 . 434368) (-2547 . 434282) (-2548 . 431461)
- (-2549 . 431380) (-2550 . 431309) (-2551 . 429966) (-2552 . 429607)
- (-2553 . 429359) (-2554 . 429154) (-2555 . 429014) (-2556 . 428936)
- (-2557 . 428869) (-2558 . 428775) (-2559 . 428545) (-2560 . 428492)
- (-2561 . 428354) (-2562 . 428060) (-2563 . 427597) (-2564 . 427501)
- (-2565 . 427472) (-2566 . 427392) (-2567 . 427290) (-2568 . 427256)
- (-2569 . 427142) (-2570 . 427010) (-2571 . 426952) (-2572 . 426868)
- (-2573 . 426769) (-2574 . 426597) (-2575 . 426504) (-2576 . 426421)
- (-2577 . 426350) (-2578 . 426008) (-2579 . 425831) (-2580 . 425774)
- (-2581 . 425746) (-2582 . 425588) (-2583 . 425488) (-2584 . 425363)
- (-2585 . 425208) (-2586 . 425144) (-2587 . 425001) (-2588 . 424893)
- (-2589 . 424763) (-2590 . 424585) (-2591 . 424378) (-2592 . 423804)
- (-2593 . 423640) (-2594 . 423497) (-2595 . 423301) (-2596 . 423232)
- (-2597 . 423161) (-2598 . 422935) (-2599 . 422879) (-2600 . 422801)
- (-2601 . 422746) (-2602 . 422650) (-2603 . 422540) (-2604 . 422349)
- (-2605 . 422289) (-2606 . 422238) (-2607 . 422170) (-2608 . 422026)
- (-2609 . 421808) (-2610 . 421716) (-2611 . 421605) (-2612 . 421553)
- (-2613 . 421500) (-2614 . 421472) (-2615 . 421333) (-2616 . 421002)
- (-2617 . 420968) (-2618 . 420914) (-2619 . 420799) (-2620 . 420681)
- (-2621 . 420584) (-2622 . 419620) (-2623 . 419528) (-2624 . 419430)
- (-2625 . 419353) (-2626 . 419293) (-2627 . 419239) (-2628 . 419143)
- (-2629 . 418960) (-2630 . 418887) (-2631 . 418097) (-2632 . 417859)
- (-2633 . 417758) (-2634 . 417672) (-2635 . 417598) (-2636 . 417440)
- (-2637 . 416897) (-2638 . 416254) (-2639 . 416159) (-2640 . 415949)
- (-2641 . 415872) (-2642 . 415693) (-2643 . 415562) (-2644 . 415507)
- (-2645 . 415454) (-2646 . 415366) (-2647 . 415225) (-2648 . 415152)
- (-2649 . 413854) (-2650 . 413688) (-2651 . 413505) (-2652 . 413367)
- (-2653 . 413097) (-2654 . 412965) (-2655 . 412893) (-2656 . 412794)
- (-2657 . 412677) (-2658 . 412532) (-2659 . 412376) (-2660 . 411174)
- (-2661 . 411104) (-2662 . 411024) (-2663 . 410793) (-2664 . 410696)
- (-2665 . 410528) (-2666 . 410454) (-2667 . 410330) (-2668 . 410123)
- (-2669 . 410058) (-2670 . 409612) (-2671 . 409508) (-2672 . 409422)
- (-2673 . 409369) (-2674 . 408170) (-2675 . 407743) (-2676 . 407598)
- (-2677 . 406938) (-2678 . 406832) (-2679 . 406754) (-2680 . 406603)
- (-2681 . 406502) (-2682 . 406449) (-2683 . 406418) (-2684 . 406325)
- (-2685 . 406243) (-2686 . 406175) (-2687 . 405651) (-2688 . 405563)
- (-2689 . 405431) (-2690 . 405258) (-2691 . 405087) (-2692 . 404868)
- (-2693 . 404772) (-2694 . 404647) (-2695 . 404554) (-2696 . 403250)
- (-2697 . 402868) (-2698 . 402791) (-2699 . 402543) (-2700 . 401813)
- (-2701 . 401719) (-2702 . 401668) (-2703 . 400917) (-2704 . 400764)
- (-2705 . 400684) (-2706 . 400618) (-2707 . 400309) (-2708 . 400114)
- (-2709 . 400086) (-2710 . 399998) (-2711 . 399799) (-2712 . 399069)
- (-2713 . 398784) (-2714 . 398665) (-2715 . 398614) (-2716 . 398562)
- (-2717 . 398218) (-2718 . 397940) (-2719 . 397836) (-2720 . 397623)
- (-2721 . 397296) (-2722 . 397210) (-2723 . 396391) (-2724 . 396319)
- (-2725 . 395642) (-2726 . 395318) (-2727 . 395154) (-2728 . 395017)
- (-2729 . 394810) (-2730 . 394314) (-2731 . 393830) (-2732 . 393756)
- (-2733 . 393697) (-2734 . 393595) (-2735 . 393147) (-2736 . 393077)
- (-2737 . 392512) (-2738 . 392460) (-2739 . 392200) (-2740 . 392115)
- (-2741 . 391087) (-2742 . 390950) (-2743 . 390645) (-2744 . 390617)
- (-2745 . 388555) (-2746 . 388487) (-2747 . 388420) (-2748 . 388346)
- (-2749 . 387781) (-2750 . 387616) (-2751 . 387444) (-2752 . 387370)
- (-2753 . 387165) (-2754 . 387064) (-2755 . 386771) (-2756 . 386589)
- (-2757 . 386271) (-2758 . 386017) (-2759 . 385452) (-2760 . 385044)
- (-2761 . 384900) (-2762 . 384805) (-2763 . 384704) (-2764 . 384551)
- (-2765 . 384494) (-2766 . 384331) (-2767 . 383956) (-2768 . 383776)
- (-2769 . 383660) (-2770 . 382985) (-2771 . 382825) (-2772 . 382166)
- (-2773 . 382083) (-2774 . 381865) (-2775 . 381792) (-2776 . 381739)
- (-2777 . 381581) (-2778 . 381141) (-2779 . 381088) (-2780 . 380980)
- (-2781 . 380305) (-2782 . 380208) (-2783 . 380176) (-2784 . 380010)
- (-2785 . 379791) (-2786 . 379741) (-2787 . 379639) (-2788 . 378765)
- (-2789 . 378613) (-2790 . 378540) (-2791 . 378224) (-2792 . 377486)
- (-2793 . 377458) (-2794 . 377312) (-2795 . 377261) (-2796 . 376968)
- (-2797 . 376854) (-2798 . 376567) (-2799 . 372617) (-2800 . 372589)
- (-2801 . 372361) (-2802 . 371998) (-2803 . 371933) (-2804 . 371370)
- (-2805 . 371075) (-2806 . 370964) (-2807 . 370863) (-2808 . 370784)
- (-2809 . 370703) (-2810 . 370603) (-2811 . 370310) (-2812 . 369907)
- (-2813 . 369781) (-2814 . 369656) (-2815 . 369603) (-2816 . 369040)
- (-2817 . 368696) (-2818 . 368626) (-2819 . 368571) (-2820 . 368519)
- (-2821 . 368423) (-2822 . 368330) (-2823 . 368176) (-2824 . 368079)
- (-2825 . 367991) (-2826 . 367924) (-2827 . 367361) (-2828 . 367305)
- (-2829 . 367080) (-2830 . 366981) (-2831 . 366839) (-2832 . 366785)
- (-2833 . 366619) (-2834 . 366518) (-2835 . 366390) (-2836 . 366296)
- (-2837 . 365620) (-2838 . 365426) (-2839 . 365313) (-2840 . 365245)
- (-2841 . 365164) (-2842 . 364679) (-2843 . 364626) (-2844 . 364490)
- (-2845 . 364423) (-2846 . 364319) (-2847 . 364176) (-2848 . 363500)
- (-2849 . 363158) (-2850 . 363026) (-2851 . 362974) (-2852 . 362157)
- (-2853 . 362083) (-2854 . 362024) (-2855 . 361929) (-2856 . 361823)
- (-2857 . 361464) (-2858 . 361205) (-2859 . 360603) (-2860 . 360129)
- (-2861 . 359929) (-2862 . 359809) (-2863 . 359727) (-2864 . 359693)
- (-2865 . 359483) (-2866 . 359389) (-2867 . 359315) (-2868 . 359255)
- (-2869 . 359153) (-2870 . 359076) (-2871 . 358912) (-2872 . 358385)
- (-2873 . 358278) (-2874 . 358205) (-2875 . 357995) (-2876 . 357864)
- (-2877 . 357760) (-2878 . 357711) (-2879 . 357638) (-2880 . 357427)
- (-2881 . 357353) (-2882 . 357191) (-2883 . 356976) (-2884 . 356858)
- (-2885 . 356759) (-2886 . 356730) (-2887 . 356634) (-2888 . 356213)
- (-2889 . 356142) (-2890 . 355977) (-2891 . 355905) (-2892 . 355657)
- (-2893 . 355505) (-2894 . 355408) (-2895 . 355292) (-2896 . 355193)
- (-2897 . 354963) (-2898 . 354699) (-2899 . 354561) (-2900 . 354376)
- (-2901 . 354237) (-2902 . 354017) (-2903 . 353902) (-2904 . 353836)
- (-2905 . 353702) (-2906 . 353499) (-2907 . 353405) (-2908 . 353352)
- (-2909 . 353257) (-2910 . 353144) (-2911 . 353029) (-2912 . 352729)
- (-2913 . 352605) (-2914 . 352452) (-2915 . 352424) (-2916 . 352353)
- (-2917 . 352267) (-2918 . 352187) (-2919 . 352085) (-2920 . 352013)
- (-2921 . 351440) (-2922 . 351264) (-2923 . 351185) (-2924 . 351005)
- (-2925 . 350850) (-2926 . 350558) (-2927 . 350524) (-2928 . 350464)
- (-2929 . 350376) (-2930 . 350324) (-2931 . 350178) (-2932 . 350083)
- (-2933 . 349995) (-2934 . 349664) (-2935 . 349446) (-2936 . 349389)
- (-2937 . 349337) (-2938 . 349263) (-2939 . 348809) (-2940 . 348701)
- (-2941 . 348025) (-2942 . 347973) (-2943 . 347694) (-2944 . 347666)
- (-2945 . 347501) (-2946 . 347356) (-2947 . 346516) (-2948 . 346463)
- (-2949 . 346326) (-2950 . 346198) (-2951 . 345497) (-2952 . 345175)
- (-2953 . 345117) (-2954 . 343336) (-2955 . 343217) (-2956 . 342809)
- (-2957 . 342661) (-2958 . 342608) (-2959 . 342502) (-2960 . 342403)
- (-2961 . 342346) (-2962 . 342250) (-2963 . 342119) (-2964 . 342067)
- (-2965 . 341969) (-2966 . 341870) (-2967 . 341705) (-2968 . 341560)
- (-2969 . 341492) (-2970 . 341355) (-2971 . 341257) (-2972 . 341204)
- (-2973 . 341153) (-2974 . 341071) (-2975 . 340992) (-2976 . 340827)
- (-2977 . 340700) (-2978 . 340626) (-2979 . 340063) (-2980 . 339990)
- (-2981 . 339937) (-2982 . 339850) (-2983 . 339611) (-2984 . 339436)
- (-2985 . 339140) (-2986 . 338955) (-2987 . 338884) (-2988 . 338803)
- (-2989 . 338596) (-2990 . 338398) (-2991 . 338316) (-2992 . 338208)
- (-2993 . 338043) (-2994 . 337964) (-2995 . 337718) (-2996 . 337581)
- (-2997 . 337503) (-2998 . 337194) (-2999 . 337106) (-3000 . 337038)
- (-3001 . 336852) (-3002 . 336723) (-3003 . 336644) (-3004 . 336390)
- (-3005 . 336227) (-3006 . 336112) (-3007 . 335967) (-3008 . 335871)
- (-3009 . 335799) (-3010 . 334911) (-3011 . 334770) (-3012 . 334686)
- (-3013 . 334089) (-3014 . 333991) (-3015 . 333848) (-3016 . 333752)
- (-3017 . 333660) (-3018 . 333605) (-3019 . 333541) (-3020 . 333309)
- (-3021 . 332657) (-3022 . 332575) (-3023 . 332396) (-3024 . 332265)
- (-3025 . 332154) (-3026 . 331731) (-3027 . 331648) (-3028 . 331438)
- (-3029 . 331337) (-3030 . 331191) (-3031 . 331095) (-3032 . 330980)
- (-3033 . 330952) (-3034 . 330714) (-3035 . 330399) (-3036 . 330347)
- (-3037 . 330313) (-3038 . 330170) (-3039 . 329948) (-3040 . 329410)
- (-3041 . 329316) (-3042 . 328637) (-3043 . 328492) (-3044 . 328111)
- (-3045 . 327769) (-3046 . 327592) (-3047 . 327490) (-3048 . 327280)
- (-3049 . 327226) (-3050 . 327026) (-3051 . 326953) (-3052 . 326802)
- (-3053 . 326679) (-3054 . 326612) (-3055 . 326233) (-3056 . 320893)
- (-3057 . 320697) (-3058 . 320456) (-3059 . 320355) (-3060 . 320296)
- (-3061 . 320114) (-3062 . 320042) (-3063 . 319770) (-3064 . 319698)
- (-3065 . 318517) (-3066 . 318421) (-3067 . 318352) (-3068 . 318293)
- (-3069 . 318178) (-3070 . 317659) (-3071 . 310716) (-3072 . 310657)
- (-3073 . 310127) (-3074 . 310001) (-3075 . 309781) (-3076 . 309648)
- (-3077 . 309396) (-3078 . 309313) (-3079 . 309182) (-3080 . 309061)
- (-3081 . 309033) (-3082 . 308676) (-3083 . 308623) (-3084 . 308567)
- (-3085 . 306339) (-3086 . 306085) (-3087 . 306015) (-3088 . 305983)
- (-3089 . 305911) (-3090 . 305755) (-3091 . 305381) (-3092 . 305314)
- (-3093 . 305232) (-3094 . 305146) (-3095 . 304724) (-3096 . 303966)
- (-3097 . 303741) (-3098 . 303598) (-3099 . 303531) (-3100 . 302818)
- (-3101 . 302696) (-3102 . 302361) (-3103 . 302294) (-3104 . 302076)
- (-3105 . 301980) (-3106 . 301909) (-3107 . 301849) (-3108 . 301689)
- (-3109 . 301399) (-3110 . 301199) (-3111 . 301080) (-3112 . 300994)
- (-3113 . 300826) (-3114 . 300703) (-3115 . 300576) (-3116 . 300473)
- (-3117 . 300420) (-3118 . 297639) (-3119 . 297431) (-3120 . 297081)
- (-3121 . 296968) (-3122 . 296882) (-3123 . 296784) (-3124 . 296680)
- (-3125 . 296076) (-3126 . 295918) (-3127 . 295833) (-3128 . 295780)
- (-3129 . 295651) (-3130 . 295561) (-3131 . 295375) (-3132 . 295246)
- (-3133 . 295177) (-3134 . 295087) (-3135 . 294994) (-3136 . 294729)
- (-3137 . 294196) (-3138 . 292410) (-3139 . 292356) (-3140 . 292297)
- (-3141 . 292166) (-3142 . 292092) (-3143 . 291997) (-3144 . 291621)
- (-3145 . 291569) (-3146 . 291476) (-3147 . 291347) (-3148 . 291220)
- (-3149 . 291105) (-3150 . 290866) (-3151 . 290521) (-3152 . 290211)
- (-3153 . 290045) (-3154 . 289827) (-3155 . 288285) (-9 . 288257)
- (-3157 . 288187) (-3158 . 288116) (-3159 . 288065) (-3160 . 287964)
- (-3161 . 287883) (-3162 . 287828) (-3163 . 287650) (-3164 . 287621)
- (-3165 . 287410) (-3166 . 287257) (-3167 . 286965) (-3168 . 286865)
- (-8 . 286837) (-3170 . 286664) (-3171 . 286583) (-3172 . 286356)
- (-3173 . 286134) (-3174 . 285961) (-3175 . 285820) (-3176 . 285661)
- (-3177 . 285509) (-3178 . 284898) (-3179 . 284866) (-3180 . 284806)
- (-7 . 284778) (-3182 . 284385) (-3183 . 284300) (-3184 . 284133)
- (-3185 . 283841) (-3186 . 283633) (-3187 . 283481) (-3188 . 283453)
- (-3189 . 282865) (-3190 . 282745) (-3191 . 282218) (-3192 . 281873)
- (-3193 . 281770) (-3194 . 281532) (-3195 . 281395) (-3196 . 281199)
- (-3197 . 281100) (-3198 . 280480) (-3199 . 280424) (-3200 . 280197)
- (-3201 . 280087) (-3202 . 279978) (-3203 . 279470) (-3204 . 279413)
- (-3205 . 279290) (-3206 . 278998) (-3207 . 278895) (-3208 . 278809)
- (-3209 . 278298) (-3210 . 278191) (-3211 . 278114) (-3212 . 277833)
- (-3213 . 277738) (-3214 . 277586) (-3215 . 277476) (-3216 . 277366)
- (-3217 . 277217) (-3218 . 276998) (-3219 . 276753) (-3220 . 276693)
- (-3221 . 276471) (-3222 . 276256) (-3223 . 276178) (-3224 . 275720)
- (-3225 . 275549) (-3226 . 275003) (-3227 . 274941) (-3228 . 274891)
- (-3229 . 274738) (-3230 . 274650) (-3231 . 274206) (-3232 . 274154)
- (-3233 . 274087) (-3234 . 274003) (-3235 . 273792) (-3236 . 273758)
- (-3237 . 273565) (-3238 . 273315) (-3239 . 273207) (-3240 . 273081)
- (-3241 . 272925) (-3242 . 272805) (-3243 . 272509) (-3244 . 272444)
- (-3245 . 272364) (-3246 . 272180) (-3247 . 271961) (-3248 . 271924)
- (-3249 . 271847) (-3250 . 271791) (-3251 . 271529) (-3252 . 271425)
- (-3253 . 271281) (-3254 . 271144) (-3255 . 270926) (-3256 . 270817)
- (-3257 . 270693) (-3258 . 270639) (-3259 . 270586) (-3260 . 270528)
- (-3261 . 270067) (-3262 . 270008) (-3263 . 269897) (-3264 . 269841)
- (-3265 . 269788) (-3266 . 269597) (-3267 . 269363) (-3268 . 269282)
- (-3269 . 269188) (-3270 . 269092) (-3271 . 268990) (-3272 . 268795)
- (-3273 . 268743) (-3274 . 268565) (-3275 . 268513) (-3276 . 268439)
- (-3277 . 268228) (-3278 . 267955) (-3279 . 267854) (-3280 . 267670)
- (-3281 . 267611) (-3282 . 267491) (-3283 . 267423) (-3284 . 267356)
- (-3285 . 267325) (-3286 . 266941) (-3287 . 266355) (-3288 . 266009)
- (-3289 . 265831) (-3290 . 265743) (-3291 . 265346) (-3292 . 264976)
- (-3293 . 264841) (-3294 . 264560) (-3295 . 264477) (-3296 . 264218)
- (-3297 . 264094) (-3298 . 263997) (-3299 . 263902) (-3300 . 263850)
- (-3301 . 261718) (-3302 . 261475) (-3303 . 261351) (-3304 . 261279)
- (-3305 . 261206) (-3306 . 261157) (-3307 . 260845) (-3308 . 260774)
- (-3309 . 260571) (-3310 . 260432) (-3311 . 260055) (-3312 . 259881)
- (-3313 . 259751) (-3314 . 259694) (-3315 . 259470) (-3316 . 259255)
- (-3317 . 258863) (-3318 . 258747) (-3319 . 258249) (-3320 . 258197)
- (-3321 . 258098) (-3322 . 258036) (-3323 . 257953) (-3324 . 257812)
- (-3325 . 257721) (-3326 . 257644) (-3327 . 257544) (-3328 . 257464)
- (-3329 . 257303) (-3330 . 256923) (-3331 . 256765) (-3332 . 256664)
- (-3333 . 256482) (-3334 . 256050) (-3335 . 255920) (-3336 . 254753)
- (-3337 . 254119) (-3338 . 254023) (-3339 . 253957) (-3340 . 253629)
- (-3341 . 253534) (-3342 . 252939) (-3343 . 252798) (-3344 . 252720)
- (-3345 . 252663) (-3346 . 252491) (-3347 . 251310) (-3348 . 251152)
- (-3349 . 249750) (-3350 . 249535) (-3351 . 249482) (-3352 . 249329)
- (-3353 . 249116) (-3354 . 248876) (-3355 . 247960) (-3356 . 247932)
- (-3357 . 247691) (-3358 . 247490) (-3359 . 247298) (-3360 . 247126)
- (-3361 . 246971) (-3362 . 246348) (-3363 . 245762) (-3364 . 245676)
- (-3365 . 245624) (-3366 . 245090) (-3367 . 244920) (-3368 . 244760)
- (-3369 . 244618) (-3370 . 244413) (-3371 . 244325) (-3372 . 244107)
- (-3373 . 243935) (-3374 . 243502) (-3375 . 243347) (-3376 . 242593)
- (-3377 . 242407) (-3378 . 242198) (-3379 . 241877) (-3380 . 241635)
- (-3381 . 241531) (-3382 . 241447) (-3383 . 241053) (-3384 . 240921)
- (-3385 . 240749) (-3386 . 240531) (-3387 . 239990) (-3388 . 234476)
- (-3389 . 234323) (-3390 . 234207) (-3391 . 234173) (-3392 . 234013)
- (-3393 . 233581) (-3394 . 233509) (-3395 . 233290) (-3396 . 233165)
- (-3397 . 232917) (-3398 . 232793) (-3399 . 232721) (-3400 . 232410)
- (-3401 . 232017) (-3402 . 231859) (-3403 . 231679) (-3404 . 231164)
- (-3405 . 231071) (-3406 . 230970) (-3407 . 230826) (-3408 . 230641)
- (-3409 . 230584) (-3410 . 230459) (-3411 . 230431) (-3412 . 230249)
- (-3413 . 230197) (-3414 . 230114) (-3415 . 229672) (-3416 . 229069)
- (-3417 . 228509) (-3418 . 227643) (-3419 . 227524) (-3420 . 227451)
- (-3421 . 227351) (-3422 . 227283) (-3423 . 226997) (-3424 . 226913)
- (-3425 . 226860) (-3426 . 226776) (-3427 . 226547) (-3428 . 226420)
- (-3429 . 226085) (-3430 . 225805) (-3431 . 225577) (-3432 . 225503)
- (-3433 . 225430) (-3434 . 225311) (-3435 . 225155) (-3436 . 225098)
- (-3437 . 224958) (-3438 . 224728) (-3439 . 224597) (-3440 . 224540)
- (-3441 . 224460) (-3442 . 224368) (-3443 . 224260) (-3444 . 224168)
- (-3445 . 223991) (-3446 . 223921) (-3447 . 223860) (-3448 . 223764)
- (-3449 . 223666) (-3450 . 223187) (-3451 . 223117) (-3452 . 222974)
- (-3453 . 222677) (-3454 . 222509) (-3455 . 222409) (-3456 . 222305)
- (-3457 . 222238) (-3458 . 222119) (-3459 . 221892) (-3460 . 221833)
- (-3461 . 221615) (-3462 . 221495) (-3463 . 221443) (-3464 . 221333)
- (-3465 . 221260) (-3466 . 221204) (-3467 . 220989) (-3468 . 220893)
- (-3469 . 219461) (-3470 . 219407) (-3471 . 219379) (-3472 . 219147)
- (-3473 . 219119) (-3474 . 218971) (-3475 . 218791) (-3476 . 218763)
- (-3477 . 218605) (-3478 . 218499) (-3479 . 218085) (-3480 . 217796)
- (-3481 . 217741) (-3482 . 217691) (-3483 . 217642) (-3484 . 217438)
- (-3485 . 217085) (-3486 . 216942) (-3487 . 216863) (-3488 . 216720)
- (-3489 . 215292) (-3490 . 215238) (-3491 . 214922) (-3492 . 214824)
- (-3493 . 214725) (-3494 . 214534) (-3495 . 214506) (-3496 . 214372)
- (-3497 . 214150) (-3498 . 214013) (-3499 . 213858) (-3500 . 213803)
- (-3501 . 213744) (-3502 . 213607) (-3503 . 213554) (-3504 . 213413)
- (-3505 . 213357) (-3506 . 213216) (-3507 . 213058) (-3508 . 212936)
- (-3509 . 210968) (-3510 . 210835) (-3511 . 208979) (-3512 . 208926)
- (-3513 . 208818) (-3514 . 208751) (-3515 . 208515) (-3516 . 208391)
- (-3517 . 208104) (-3518 . 208052) (-3519 . 207978) (-3520 . 207318)
- (-3521 . 207193) (-3522 . 206934) (-3523 . 206619) (-3524 . 206288)
- (-3525 . 205648) (-3526 . 205523) (-3527 . 205355) (-3528 . 203724)
- (-3529 . 203468) (-3530 . 203364) (-3531 . 203273) (-3532 . 203194)
- (-3533 . 203132) (-3534 . 203008) (-3535 . 202842) (-3536 . 202697)
- (-3537 . 202542) (-3538 . 202468) (-3539 . 202440) (-3540 . 202281)
- (-3541 . 201422) (-3542 . 201310) (-3543 . 200819) (-3544 . 200706)
- (-3545 . 200618) (-3546 . 200252) (-3547 . 199824) (-3548 . 199508)
- (-3549 . 199366) (-3550 . 199186) (-3551 . 199062) (-3552 . 198952)
- (-3553 . 198900) (-3554 . 198691) (-3555 . 198635) (-3556 . 198446)
- (-3557 . 197148) (-3558 . 196861) (-3559 . 196063) (-3560 . 195953)
- (-3561 . 195873) (-3562 . 195845) (-3563 . 194878) (-3564 . 194773)
- (-3565 . 194711) (-3566 . 194652) (-3567 . 194599) (-3568 . 194542)
- (-3569 . 194490) (-3570 . 194174) (-3571 . 194094) (-3572 . 193921)
- (-3573 . 193768) (-3574 . 193634) (-3575 . 193401) (-3576 . 193234)
- (-3577 . 193173) (-3578 . 193077) (-3579 . 192997) (-3580 . 192942)
- (-3581 . 192888) (-3582 . 192833) (-3583 . 192781) (-3584 . 192533)
- (-3585 . 192181) (-3586 . 192103) (-3587 . 192034) (-3588 . 191927)
- (-3589 . 191483) (-3590 . 191316) (-3591 . 191157) (-3592 . 191039)
- (-3593 . 190952) (-3594 . 190276) (-3595 . 190035) (-3596 . 189919)
- (-3597 . 189804) (-3598 . 189603) (-3599 . 189526) (-3600 . 189408)
- (-3601 . 189189) (-3602 . 188992) (-3603 . 188955) (-3604 . 188834)
- (-3605 . 188767) (-3606 . 188280) (-3607 . 188165) (-3608 . 188086)
- (-3609 . 187967) (-3610 . 187403) (-3611 . 187319) (-3612 . 187216)
- (-3613 . 187065) (-3614 . 186955) (-3615 . 186819) (-3616 . 186658)
- (-3617 . 186387) (-3618 . 186184) (-3619 . 185994) (-3620 . 185772)
- (-3621 . 185682) (-3622 . 184978) (-3623 . 184414) (-3624 . 184273)
- (-3625 . 184189) (-3626 . 183841) (-3627 . 182075) (-3628 . 181962)
- (-3629 . 181895) (-3630 . 181842) (-3631 . 181687) (-3632 . 181589)
- (-3633 . 181539) (-3634 . 181317) (-3635 . 180915) (-3636 . 180791)
- (-3637 . 180227) (-3638 . 180127) (-3639 . 180078) (-3640 . 180046)
- (-3641 . 178591) (-3642 . 178517) (-3643 . 178424) (-3644 . 178112)
- (-3645 . 177990) (-3646 . 177898) (-3647 . 177700) (-3648 . 177648)
- (-3649 . 177085) (-3650 . 176750) (-3651 . 176667) (-3652 . 175177)
- (-3653 . 175127) (-3654 . 175074) (-3655 . 173778) (-3656 . 173708)
- (-3657 . 173629) (-3658 . 173528) (-3659 . 173457) (-3660 . 173400)
- (-3661 . 172837) (-3662 . 172763) (-3663 . 172482) (-3664 . 172396)
- (-3665 . 172206) (-3666 . 171991) (-3667 . 171853) (-3668 . 171740)
- (-3669 . 171501) (-3670 . 171418) (-3671 . 170855) (-3672 . 170680)
- (-3673 . 170551) (-3674 . 170498) (-3675 . 170368) (-3676 . 170104)
- (-3677 . 169943) (-3678 . 169863) (-3679 . 169722) (-3680 . 169670)
- (-3681 . 169107) (-3682 . 169054) (-3683 . 168974) (-3684 . 168488)
- (-3685 . 168460) (-3686 . 168148) (-3687 . 168044) (-3688 . 167925)
- (-3689 . 167848) (-3690 . 167789) (-3691 . 167636) (-3692 . 167548)
- (-3693 . 166985) (-3694 . 166869) (-3695 . 166736) (-3696 . 166684)
- (-3697 . 166495) (-3698 . 166391) (-3699 . 166060) (-3700 . 165905)
- (-3701 . 165873) (-3702 . 165509) (-3703 . 165405) (-3704 . 165353)
- (-3705 . 165253) (-3706 . 165068) (-3707 . 165015) (-3708 . 164906)
- (-3709 . 164805) (-3710 . 164626) (-3711 . 164536) (-3712 . 164476)
- (-3713 . 164448) (-3714 . 164183) (-3715 . 164029) (-3716 . 163589)
- (-3717 . 163335) (-3718 . 163246) (-3719 . 163167) (-3720 . 163054)
- (-3721 . 162637) (-3722 . 162529) (-3723 . 162376) (-3724 . 162248)
- (-3725 . 162124) (-3726 . 161878) (-3727 . 161462) (-3728 . 161325)
- (-3729 . 161288) (-3730 . 161081) (-3731 . 160949) (-3732 . 160853)
- (-3733 . 160673) (-3734 . 160599) (-3735 . 160544) (-3736 . 160456)
- (-3737 . 160394) (-3738 . 160262) (-3739 . 160023) (-3740 . 159716)
- (-3741 . 159572) (-3742 . 159243) (-3743 . 159145) (-3744 . 159068)
- (-3745 . 158972) (-3746 . 158888) (-3747 . 158770) (-3748 . 158361)
- (-3749 . 158333) (-3750 . 158202) (-3751 . 158098) (-3752 . 157949)
- (-3753 . 157836) (-3754 . 157621) (-3755 . 157438) (-3756 . 157235)
- (-3757 . 157113) (-3758 . 156867) (-3759 . 156795) (-3760 . 156721)
- (-3761 . 156605) (-3762 . 156399) (-3763 . 156321) (-3764 . 156201)
- (-3765 . 155713) (-3766 . 155443) (-3767 . 155393) (-3768 . 155227)
- (-3769 . 154979) (-3770 . 154764) (-3771 . 154518) (-3772 . 154450)
- (-3773 . 154337) (-3774 . 154264) (-3775 . 154014) (-3776 . 153935)
- (-3777 . 152157) (-3778 . 152129) (-3779 . 152079) (-3780 . 151688)
- (-3781 . 151609) (-3782 . 151475) (-3783 . 151380) (-3784 . 151292)
- (-3785 . 151236) (-3786 . 151184) (-3787 . 151112) (-3788 . 151013)
- (-3789 . 150303) (-3790 . 150034) (-3791 . 149982) (-3792 . 149909)
- (-3793 . 149837) (-3794 . 149224) (-3795 . 147974) (-3796 . 147728)
- (-3797 . 146912) (-3798 . 146754) (-3799 . 145602) (-3800 . 145418)
- (-3801 . 144326) (-3802 . 144170) (-3803 . 143958) (-3804 . 143735)
- (-3805 . 142928) (-3806 . 142501) (-3807 . 142406) (-3808 . 142236)
- (-3809 . 142081) (-3810 . 141968) (-3811 . 141869) (-3812 . 141559)
- (-3813 . 141486) (-3814 . 141434) (-3815 . 141288) (-3816 . 141108)
- (-3817 . 140617) (-3818 . 140463) (-3819 . 140359) (-3820 . 140213)
- (-3821 . 140034) (-3822 . 139712) (-3823 . 139627) (-3824 . 130177)
- (-3825 . 130059) (-3826 . 129938) (-3827 . 129745) (-3828 . 129658)
- (-3829 . 129584) (-3830 . 129510) (-3831 . 129225) (-3832 . 129129)
- (-3833 . 129033) (-3834 . 128869) (-3835 . 128572) (-3836 . 128437)
- (-3837 . 128327) (-3838 . 128268) (-3839 . 128154) (-3840 . 128099)
- (-3841 . 128032) (-3842 . 127874) (-3843 . 127763) (-3844 . 127647)
- (-3845 . 127543) (-3846 . 127428) (-3847 . 127343) (-3848 . 127272)
- (-3849 . 127153) (-3850 . 127057) (-3851 . 126653) (-3852 . 126601)
- (-3853 . 126454) (-3854 . 126350) (-3855 . 126153) (-3856 . 125607)
- (-3857 . 125530) (-3858 . 125496) (-3859 . 125444) (-3860 . 125389)
- (-3861 . 125307) (-3862 . 125228) (-3863 . 125133) (-3864 . 124685)
- (-3865 . 124614) (-3866 . 124078) (-3867 . 123851) (-3868 . 123545)
- (-3869 . 123312) (-3870 . 123141) (-3871 . 123073) (-3872 . 122964)
- (-3873 . 122912) (-3874 . 122860) (-3875 . 122738) (-3876 . 122208)
- (-3877 . 122095) (-3878 . 120649) (-3879 . 120543) (-3880 . 119880)
- (-3881 . 119412) (-3882 . 119380) (-3883 . 119128) (-3884 . 118876)
- (-3885 . 118647) (-3886 . 118223) (-3887 . 117852) (-3888 . 117690)
- (-3889 . 117637) (-3890 . 117339) (-3891 . 117243) (-3892 . 117184)
- (-3893 . 115961) (-3894 . 115909) (-3895 . 115728) (-3896 . 115239)
- (-3897 . 114786) (-3898 . 114702) (-3899 . 114574) (-3900 . 114268)
- (-3901 . 112538) (-3902 . 112510) (-3903 . 112409) (-3904 . 112131)
- (-3905 . 112078) (-3906 . 111802) (-3907 . 111774) (-3908 . 111722)
- (-3909 . 111606) (-3910 . 111366) (-3911 . 111098) (-3912 . 110969)
- (-3913 . 110684) (-3914 . 110522) (-3915 . 110276) (-3916 . 110199)
- (-3917 . 110089) (-3918 . 110061) (-3919 . 109632) (-3920 . 109582)
- (-3921 . 109382) (-3922 . 108580) (-3923 . 108455) (-3924 . 108403)
- (-3925 . 108330) (-3926 . 108253) (-3927 . 107739) (-3928 . 107680)
- (-3929 . 107367) (-3930 . 107314) (-3931 . 107079) (-3932 . 106471)
- (-3933 . 106328) (-3934 . 106300) (-3935 . 106272) (-3936 . 106195)
- (-3937 . 105915) (-3938 . 105848) (-3939 . 105630) (-3940 . 105572)
- (-3941 . 105511) (-3942 . 105423) (-3943 . 105370) (-3944 . 105315)
- (-3945 . 105168) (-3946 . 105082) (-3947 . 104994) (-3948 . 104827)
- (-3949 . 104715) (-3950 . 104588) (-3951 . 104482) (-3952 . 103836)
- (-3953 . 103709) (-3954 . 103603) (-3955 . 103366) (-3956 . 103315)
- (-3957 . 103258) (-3958 . 103175) (-3959 . 103026) (-3960 . 102940)
- (-3961 . 102885) (-3962 . 102857) (-3963 . 102798) (-3964 . 102705)
- (-3965 . 102510) (-3966 . 101918) (-3967 . 101787) (-3968 . 101692)
- (-3969 . 101576) (-3970 . 101438) (-3971 . 101360) (-3972 . 101075)
- (-3973 . 100884) (-3974 . 100696) (-3975 . 100667) (-3976 . 100573)
- (-3977 . 100539) (-3978 . 100145) (-3979 . 99981) (-3980 . 99641)
- (-3981 . 99553) (-3982 . 99394) (-3983 . 99322) (-3984 . 99257)
- (-3985 . 99229) (-3986 . 99068) (-3987 . 99001) (-3988 . 98946)
- (-3989 . 98675) (-3990 . 98647) (-3991 . 98584) (-3992 . 98507)
- (-3993 . 98326) (-3994 . 98079) (-3995 . 97981) (-3996 . 97784)
- (-3997 . 97682) (-3998 . 97355) (-3999 . 97323) (-4000 . 97008)
- (-4001 . 96817) (-4002 . 96541) (-4003 . 96446) (-4004 . 96350)
- (-4005 . 96223) (-4006 . 95978) (-4007 . 95926) (-4008 . 95819)
- (-4009 . 95252) (-4010 . 95178) (-4011 . 95150) (-4012 . 94993)
- (-4013 . 94933) (-4014 . 94882) (-4015 . 94242) (-4016 . 94130)
- (-4017 . 94035) (-4018 . 94006) (-4019 . 93944) (-4020 . 93858)
- (-4021 . 93750) (-4022 . 93666) (-4023 . 93580) (-4024 . 93500)
- (-4025 . 93366) (-4026 . 93244) (-4027 . 93150) (** . 90155)
- (-4029 . 90100) (-4030 . 89905) (-4031 . 89828) (-4032 . 89669)
- (-4033 . 89512) (-4034 . 89082) (-4035 . 89001) (-4036 . 88874)
- (-4037 . 88804) (-4038 . 88674) (-4039 . 88589) (-4040 . 88516)
- (-4041 . 88447) (-4042 . 88215) (-4043 . 88097) (-4044 . 88028)
- (-4045 . 87493) (-4046 . 87375) (-4047 . 87346) (-4048 . 87050)
- (-4049 . 86937) (-4050 . 86813) (-4051 . 86677) (-4052 . 86450)
- (-4053 . 86359) (-4054 . 86278) (-4055 . 86115) (-4056 . 85993)
- (-4057 . 85910) (-4058 . 85832) (-4059 . 85597) (-4060 . 85295)
- (-4061 . 85166) (-4062 . 85089) (-4063 . 85036) (-4064 . 84912)
- (-4065 . 84616) (-4066 . 84544) (-4067 . 84401) (-4068 . 84320)
- (-4069 . 84026) (-4070 . 83933) (-4071 . 83708) (-4072 . 83647)
- (-4073 . 83546) (-4074 . 83432) (-4075 . 83295) (-4076 . 83263)
- (-4077 . 83105) (-4078 . 82812) (-4079 . 82630) (-4080 . 82472)
- (-4081 . 82130) (-4082 . 82042) (-4083 . 81947) (-4084 . 81661)
- (-4085 . 81608) (-4086 . 81489) (-4087 . 81344) (-4088 . 81080)
- (-4089 . 80793) (-4090 . 80648) (-4091 . 80014) (-4092 . 79256)
- (-4093 . 79085) (-4094 . 79004) (-4095 . 78578) (-4096 . 78546)
- (-4097 . 78474) (-4098 . 77172) (-4099 . 77120) (-4100 . 76865)
- (-4101 . 76540) (-4102 . 73241) (-4103 . 72984) (-4104 . 72786)
- (-4105 . 72444) (-4106 . 72245) (-4107 . 71893) (-4108 . 71831)
- (-4109 . 71628) (-4110 . 71389) (-4111 . 70803) (-4112 . 70590)
- (-4113 . 70563) (-4114 . 70503) (-4115 . 70415) (-4116 . 70254)
- (-4117 . 69887) (-4118 . 69807) (-4119 . 69729) (-4120 . 69656)
- (-4121 . 69272) (-4122 . 69184) (-4123 . 69086) (-4124 . 69058)
- (-4125 . 68867) (-4126 . 68771) (-4127 . 68683) (-4128 . 67795)
- (-4129 . 67597) (-4130 . 67548) (-4131 . 67493) (-4132 . 67412)
- (-4133 . 67221) (-4134 . 66868) (-4135 . 66752) (-4136 . 66400)
- (-4137 . 66100) (-4138 . 65957) (-4139 . 65902) (-4140 . 65491)
- (-4141 . 65219) (-4142 . 65167) (-4143 . 64800) (-4144 . 64734)
- (-4145 . 64600) (-4146 . 64534) (-4147 . 64468) (-4148 . 64378)
- (-4149 . 64268) (-4150 . 64172) (-4151 . 64038) (-4152 . 63986)
- (-4153 . 63840) (-4154 . 63732) (-4155 . 63579) (-4156 . 63484)
- (-4157 . 63234) (-4158 . 63140) (-4159 . 63037) (-4160 . 62980)
- (-4161 . 62911) (-4162 . 62842) (-4163 . 62786) (-4164 . 62643)
- (-4165 . 62463) (-4166 . 62294) (-4167 . 61932) (-4168 . 61859)
- (-4169 . 61633) (-4170 . 61399) (-4171 . 61347) (-4172 . 61282)
- (-4173 . 61182) (-4174 . 61145) (-4175 . 60964) (-4176 . 60746)
- (-4177 . 60649) (-4178 . 60563) (-4179 . 60469) (-4180 . 60395)
- (-4181 . 60318) (-4182 . 60054) (-4183 . 59913) (-4184 . 59462)
- (-4185 . 59261) (-4186 . 59190) (-4187 . 58814) (-4188 . 58741)
- (-4189 . 58637) (-4190 . 58600) (-4191 . 58390) (-4192 . 58318)
- (-4193 . 58145) (-4194 . 57926) (-4195 . 57827) (-4196 . 57746)
- (-4197 . 57673) (-4198 . 57600) (-4199 . 57402) (-4200 . 57307)
- (-4201 . 57251) (-4202 . 57144) (-4203 . 57045) (-4204 . 56971)
- (-4205 . 55791) (-4206 . 55602) (-4207 . 55529) (-4208 . 55422)
- (-4209 . 55327) (-4210 . 55162) (-4211 . 55110) (-4212 . 54514)
- (-4213 . 54408) (-4214 . 54263) (-4215 . 54150) (-4216 . 53659)
- (-4217 . 53574) (-4218 . 53492) (-4219 . 53258) (-4220 . 53135)
- (-4221 . 53036) (-4222 . 52934) (-4223 . 52860) (-4224 . 52443)
- (-4225 . 52340) (-4226 . 52282) (-4227 . 52153) (-4228 . 52029)
- (-4229 . 51933) (-4230 . 51796) (-4231 . 51421) (-4232 . 51034)
- (-4233 . 50916) (-4234 . 50750) (-4235 . 50608) (-4236 . 50375)
- (-4237 . 50229) (-4238 . 50100) (-4239 . 49970) (-4240 . 49899)
- (-4241 . 49805) (-4242 . 49777) (-4243 . 49722) (-4244 . 49626)
- (-4245 . 49452) (-4246 . 48914) (-4247 . 48787) (-4248 . 48578)
- (-4249 . 48150) (-4250 . 48066) (-4251 . 48038) (-4252 . 47988)
- (-4253 . 47900) (-4254 . 47777) (-4255 . 47700) (-4256 . 47648)
- (-4257 . 47547) (-4258 . 47407) (-4259 . 47091) (-4260 . 46892)
- (-4261 . 46785) (-4262 . 46708) (-4263 . 46656) (-4264 . 46598)
- (-4265 . 46445) (-4266 . 46342) (-4267 . 46230) (-4268 . 46051)
- (-4269 . 45923) (-4270 . 45856) (-4271 . 45741) (-4272 . 45672)
- (-4273 . 45529) (-4274 . 45422) (-4275 . 45394) (-4276 . 45245)
- (-4277 . 45143) (-4278 . 45091) (-4279 . 45008) (-4280 . 44853)
- (-4281 . 44761) (-4282 . 44675) (-4283 . 42560) (-4284 . 42477)
- (-4285 . 42238) (-4286 . 42171) (-4287 . 42112) (-4288 . 42003)
- (-4289 . 41866) (-4290 . 41735) (-4291 . 41661) (-4292 . 41490)
- (-4293 . 41400) (-4294 . 41122) (-4295 . 41036) (-4296 . 40644)
- (-4297 . 40513) (-4298 . 40366) (-4299 . 40237) (-4300 . 40096)
- (-4301 . 39668) (-4302 . 39283) (-4303 . 39117) (-4304 . 39064)
- (-4305 . 38887) (-4306 . 38760) (-4307 . 38176) (-4308 . 38010)
- (-4309 . 37939) (-4310 . 36722) (-4311 . 35755) (-4312 . 35580)
- (-4313 . 35528) (-4314 . 35469) (-4315 . 35383) (-4316 . 35331)
- (-4317 . 35125) (-4318 . 34900) (-4319 . 34805) (-4320 . 34756)
- (-4321 . 34703) (-4322 . 34508) (-4323 . 34365) (-4324 . 33691)
- (-4325 . 33621) (-4326 . 33519) (-4327 . 33348) (-4328 . 33232)
- (-4329 . 33135) (-4330 . 32317) (-4331 . 32264) (-4332 . 32111)
- (-4333 . 32027) (-4334 . 31923) (-4335 . 31765) (-4336 . 31485)
- (-4337 . 31411) (-4338 . 31351) (-4339 . 31220) (-4340 . 30260)
- (-4341 . 29794) (-4342 . 29661) (-4343 . 29568) (-4344 . 29389)
- (-4345 . 29153) (-4346 . 28907) (-4347 . 28772) (-4348 . 28565)
- (-4349 . 28183) (-4350 . 28131) (-4351 . 27985) (-4352 . 27837)
- (-4353 . 27735) (-4354 . 27594) (-4355 . 27391) (-4356 . 27176)
- (-4357 . 26546) (-4358 . 26215) (-4359 . 26097) (-4360 . 25989)
- (-4361 . 25252) (-4362 . 24877) (-4363 . 24818) (-4364 . 24735)
- (-4365 . 24577) (-4366 . 24494) (-4367 . 24316) (-4368 . 24243)
- (-4369 . 24184) (-4370 . 24069) (-4371 . 23987) (-4372 . 23777)
- (-4373 . 23724) (-4374 . 23526) (-4375 . 23357) (-4376 . 23288)
- (-4377 . 23193) (-4378 . 23035) (-4379 . 22935) (-4380 . 22863)
- (-4381 . 22806) (-4382 . 22707) (-4383 . 22628) (-4384 . 22532)
- (-4385 . 22379) (-4386 . 22327) (-4387 . 22275) (-4388 . 22083)
- (-4389 . 21973) (-4390 . 21942) (-4391 . 21862) (-4392 . 21762)
- (-4393 . 21436) (-4394 . 21038) (-4395 . 20791) (-4396 . 20659)
- (-4397 . 20386) (-4398 . 20207) (-4399 . 20113) (-4400 . 20013)
- (-4401 . 19894) (-4402 . 19806) (-4403 . 19778) (-4404 . 19709)
- (-4405 . 19527) (-4406 . 19499) (-4407 . 19421) (-4408 . 19347)
- (-4409 . 19217) (-4410 . 19161) (-4411 . 19077) (-4412 . 18998)
- (-4413 . 18920) (-4414 . 18832) (-4415 . 18623) (-4416 . 18444)
- (-4417 . 14777) (-4418 . 14662) (-4419 . 13577) (-4420 . 12873)
- (-4421 . 12810) (-4422 . 12704) (-4423 . 12603) (-4424 . 12430)
- (-4425 . 12301) (-4426 . 12195) (-4427 . 12125) (-4428 . 11806)
- (-4429 . 11125) (-4430 . 10536) (-4431 . 10398) (-4432 . 10285)
- (-4433 . 10187) (-4434 . 10022) (-4435 . 9934) (-4436 . 9861)
- (-4437 . 9704) (-4438 . 9591) (-4439 . 9502) (-4440 . 9442)
- (-4441 . 9262) (-4442 . 8952) (-4443 . 8765) (-4444 . 8703)
- (-4445 . 8430) (-4446 . 8222) (-4447 . 7969) (-4448 . 7870)
- (-4449 . 7674) (-4450 . 7600) (-4451 . 7488) (-4452 . 7198)
- (-4453 . 7121) (-4454 . 7035) (-4455 . 6928) (-4456 . 6785)
- (-4457 . 6393) (-4458 . 6242) (-4459 . 6053) (-4460 . 5828)
- (-4461 . 5487) (-4462 . 5404) (-4463 . 5066) (-4464 . 4899)
- (-4465 . 4771) (-4466 . 4566) (-4467 . 4307) (-4468 . 4102)
- (-4469 . 3964) (-4470 . 3848) (-4471 . 3771) (-4472 . 3611)
- (-4473 . 3510) (-4474 . 2834) (-4475 . 2800) (-4476 . 2730)
- (-4477 . 2363) (-4478 . 2313) (-4479 . 2136) (-4480 . 1978)
- (-4481 . 1669) (-4482 . 1543) (-4483 . 1466) (-4484 . 1199)
- (-4485 . 1086) (-4486 . 623) (-4487 . 475) (-4488 . 337) (-4489 . 30)) \ No newline at end of file
+ (-12 (-4 *3 (-571)) (-5 *1 (-648 *3 *2))
+ (-4 *2 (-13 (-435 *3) (-1034) (-1235)))))
+ ((*1 *1 *1) (-4 *1 (-649))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-793)) (-4 *4 (-13 (-571) (-149)))
+ (-5 *1 (-1271 *4 *2)) (-4 *2 (-1275 *4)))))
+(((*1 *1) (-5 *1 (-611))))
+(((*1 *1 *1 *1) (-5 *1 (-888))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-560)) (-5 *4 (-711 (-229))) (-5 *2 (-1067))
+ (-5 *1 (-773)))))
+((-1334 . 733307) (-1335 . 733273) (-1336 . 733245) (-1337 . 733118)
+ (-1338 . 732986) (-1339 . 732788) (-1340 . 732573) (-1341 . 731733)
+ (-1342 . 731623) (-1343 . 731480) (-1344 . 731372) (-1345 . 731344)
+ (-1346 . 731139) (-1347 . 730648) (-1348 . 730595) (-1349 . 730522)
+ (-1350 . 729979) (-1351 . 729877) (-1352 . 729773) (-1353 . 729610)
+ (-1354 . 729364) (-1355 . 729297) (-1356 . 729220) (-1357 . 728835)
+ (-1358 . 728636) (-1359 . 728050) (-1360 . 727884) (-1361 . 727738)
+ (-1362 . 727704) (-1363 . 727616) (-1364 . 727460) (-1365 . 727373)
+ (-1366 . 727125) (-1367 . 726866) (-1368 . 726719) (-1369 . 726501)
+ (-1370 . 726370) (-1371 . 726268) (-1372 . 726201) (-1373 . 726146)
+ (-1374 . 726019) (-1375 . 725909) (-1376 . 725750) (-1377 . 725668)
+ (-1378 . 725449) (-1379 . 725358) (-1380 . 725300) (-1381 . 725142)
+ (-1382 . 724997) (-1383 . 724747) (-1384 . 724487) (-1385 . 724305)
+ (-1386 . 724201) (-1387 . 722233) (-1388 . 722053) (-1389 . 721831)
+ (-1390 . 721754) (-1391 . 721701) (-1392 . 721634) (-1393 . 721434)
+ (-1394 . 721336) (-1395 . 721257) (-1396 . 721051) (-1397 . 720905)
+ (-1398 . 720804) (-1399 . 720184) (-1400 . 720050) (-1401 . 719243)
+ (-1402 . 719162) (-1403 . 719081) (-1404 . 719002) (-1405 . 718710)
+ (-1406 . 718654) (-1407 . 718600) (-1408 . 717921) (-1409 . 717406)
+ (-1410 . 717308) (-1411 . 716190) (-1412 . 715623) (-1413 . 715545)
+ (-1414 . 715333) (-1415 . 715263) (-1416 . 715183) (-1417 . 715130)
+ (-1418 . 715033) (-1419 . 714671) (-1420 . 714501) (-1421 . 714205)
+ (-1422 . 714119) (-1423 . 713801) (-1424 . 713752) (-1425 . 713697)
+ (-1426 . 713545) (-1427 . 713396) (-1428 . 713156) (-1429 . 713106)
+ (-1430 . 713021) (-1431 . 712705) (-1432 . 712653) (-1433 . 712320)
+ (-1434 . 712180) (-1435 . 712124) (-1436 . 711885) (-1437 . 711799)
+ (-1438 . 711396) (-1439 . 711227) (-1440 . 711143) (-1441 . 710838)
+ (-1442 . 710659) (-1443 . 710400) (-1444 . 710182) (-1445 . 710088)
+ (-1446 . 709445) (-1447 . 709318) (-1448 . 709253) (-1449 . 709200)
+ (-1450 . 709147) (-1451 . 709061) (-1452 . 709006) (-1453 . 708893)
+ (-1454 . 708680) (-1455 . 708537) (-1456 . 708312) (-1457 . 708164)
+ (-1458 . 707772) (-1459 . 707492) (-1460 . 706848) (-1461 . 706750)
+ (-1462 . 706521) (-1463 . 706435) (-1464 . 706269) (-1465 . 706133)
+ (-1466 . 706059) (-1467 . 705452) (-1468 . 705403) (-1469 . 705359)
+ (-1470 . 705102) (-1471 . 704989) (-1472 . 704865) (-1473 . 704811)
+ (-1474 . 704672) (-1475 . 704341) (-1476 . 704282) (-1477 . 704151)
+ (-1478 . 703971) (-1479 . 703839) (-1480 . 703675) (-1481 . 703517)
+ (-1482 . 703462) (-1483 . 703329) (-1484 . 702950) (-1485 . 702711)
+ (-1486 . 701461) (-1487 . 701427) (-1488 . 701258) (-1489 . 701043)
+ (-1490 . 700948) (-1491 . 700890) (-1492 . 700766) (-1493 . 700358)
+ (-1494 . 700245) (-1495 . 700126) (-1496 . 700074) (-1497 . 700015)
+ (-1498 . 699844) (-1499 . 699646) (-1500 . 699591) (-1501 . 699343)
+ (-1502 . 699180) (-1503 . 699025) (-1504 . 698882) (-1505 . 698587)
+ (-1506 . 698326) (-1507 . 698218) (-1508 . 698027) (-1509 . 697953)
+ (-1510 . 697726) (-1511 . 697596) (-1512 . 697449) (-1513 . 697291)
+ (-1514 . 697238) (-1515 . 697072) (-1516 . 697020) (-1517 . 696812)
+ (-1518 . 696587) (-1519 . 696532) (-1520 . 696329) (-1521 . 696274)
+ (-1522 . 696158) (-1523 . 696063) (-1524 . 695925) (-1525 . 695821)
+ (-1526 . 695590) (-1527 . 695317) (-1528 . 695208) (-1529 . 695105)
+ (-1530 . 694851) (-1531 . 694755) (-1532 . 694659) (-1533 . 694600)
+ (-1534 . 694499) (-1535 . 694404) (-1536 . 694278) (-1537 . 694118)
+ (-1538 . 694047) (-1539 . 693875) (-1540 . 693670) (-1541 . 693590)
+ (-1542 . 693442) (-1543 . 693004) (-1544 . 692972) (-9 . 692944)
+ (-1546 . 692858) (-1547 . 692756) (-1548 . 692627) (-1549 . 692346)
+ (-1550 . 692318) (-1551 . 691807) (-1552 . 691708) (-1553 . 691657)
+ (-1554 . 691630) (-1555 . 691493) (-1556 . 691186) (-8 . 691158)
+ (-1558 . 691099) (-1559 . 690925) (-1560 . 690534) (-1561 . 690431)
+ (-1562 . 689957) (-1563 . 689838) (-1564 . 689752) (-1565 . 689552)
+ (-1566 . 689186) (-1567 . 689108) (-1568 . 688986) (-1569 . 688891)
+ (-1570 . 687349) (-1571 . 687247) (-7 . 687219) (-1573 . 686991)
+ (-1574 . 686378) (-1575 . 686061) (-1576 . 685924) (-1577 . 683083)
+ (-1578 . 682860) (-1579 . 682717) (-1580 . 682629) (-1581 . 682576)
+ (-1582 . 681936) (-1583 . 681848) (-1584 . 681752) (-1585 . 681637)
+ (-1586 . 681210) (-1587 . 681094) (-1588 . 681042) (-1589 . 680700)
+ (-1590 . 680614) (-1591 . 680392) (-1592 . 680145) (-1593 . 679959)
+ (-1594 . 679886) (-1595 . 679792) (-1596 . 679662) (-1597 . 679569)
+ (-1598 . 679496) (-1599 . 679427) (-1600 . 679319) (-1601 . 677463)
+ (-1602 . 677267) (-1603 . 677109) (-1604 . 677057) (-1605 . 676968)
+ (-1606 . 676798) (-1607 . 676731) (-1608 . 676676) (-1609 . 676336)
+ (-1610 . 676250) (-1611 . 675759) (-1612 . 675644) (-1613 . 675493)
+ (-1614 . 675415) (-1615 . 675306) (-1616 . 675250) (-1617 . 675023)
+ (-1618 . 674901) (-1619 . 674827) (-1620 . 674542) (-1621 . 674445)
+ (-1622 . 674167) (-1623 . 674014) (-1624 . 673914) (-1625 . 673832)
+ (-1626 . 673730) (-1627 . 673445) (-1628 . 673266) (-1629 . 673173)
+ (-1630 . 673077) (-1631 . 672948) (-1632 . 672700) (-1633 . 672548)
+ (-1634 . 672488) (-1635 . 672080) (-1636 . 671961) (-1637 . 670529)
+ (-1638 . 670479) (-1639 . 670407) (-1640 . 670345) (-1641 . 670127)
+ (-1642 . 669969) (-1643 . 669896) (-1644 . 669801) (-1645 . 669673)
+ (-1646 . 669593) (-1647 . 669455) (-1648 . 669139) (-1649 . 669080)
+ (-1650 . 668654) (-1651 . 668510) (-1652 . 668439) (-1653 . 668355)
+ (-1654 . 668211) (-1655 . 668109) (-1656 . 667990) (-1657 . 667891)
+ (-1658 . 667718) (-1659 . 667638) (-1660 . 667553) (-1661 . 667379)
+ (-1662 . 667319) (-1663 . 667109) (-1664 . 667035) (-1665 . 666933)
+ (-1666 . 666639) (-1667 . 666586) (-1668 . 666554) (-1669 . 666486)
+ (-1670 . 666412) (-1671 . 666235) (-1672 . 666110) (-1673 . 666040)
+ (-1674 . 665740) (-1675 . 665599) (-1676 . 665547) (-1677 . 665238)
+ (-1678 . 665185) (-1679 . 664640) (-1680 . 664498) (-1681 . 664106)
+ (-1682 . 664050) (-1683 . 663927) (-1684 . 663893) (-1685 . 663766)
+ (-1686 . 663705) (-1687 . 663329) (-1688 . 663278) (-1689 . 663114)
+ (-1690 . 662986) (-1691 . 662898) (-1692 . 662764) (-1693 . 662712)
+ (-1694 . 662486) (-1695 . 661613) (-1696 . 661532) (-1697 . 661377)
+ (-1698 . 661292) (-1699 . 661148) (-1700 . 660775) (-1701 . 660607)
+ (-1702 . 660550) (-1703 . 660361) (-1704 . 660120) (-1705 . 659612)
+ (-1706 . 659154) (-1707 . 659101) (-1708 . 659050) (-1709 . 658968)
+ (-1710 . 658864) (-1711 . 658366) (-1712 . 658118) (-1713 . 657942)
+ (-1714 . 657854) (-1715 . 657652) (-1716 . 657548) (-1717 . 657516)
+ (-1718 . 657412) (-1719 . 657328) (-1720 . 657172) (-1721 . 657084)
+ (-1722 . 656967) (-1723 . 656843) (-1724 . 656658) (-1725 . 656550)
+ (-1726 . 656375) (-1727 . 656280) (-1728 . 656248) (-1729 . 655860)
+ (-1730 . 655741) (-1731 . 655658) (-1732 . 655573) (-1733 . 655362)
+ (-1734 . 655147) (-1735 . 655041) (-1736 . 654946) (-1737 . 654895)
+ (-1738 . 654758) (-1739 . 654614) (-1740 . 654516) (-1741 . 654467)
+ (-1742 . 654260) (-1743 . 654204) (-1744 . 654152) (-1745 . 654052)
+ (-1746 . 653952) (-1747 . 653899) (-1748 . 653822) (-1749 . 653750)
+ (-1750 . 653693) (-1751 . 653639) (-1752 . 653483) (-1753 . 653371)
+ (-1754 . 653318) (-1755 . 653169) (-1756 . 653141) (-1757 . 652936)
+ (-1758 . 652821) (-1759 . 652688) (-1760 . 652631) (-1761 . 652543)
+ (-1762 . 652004) (-1763 . 651927) (-1764 . 651708) (-1765 . 651592)
+ (-1766 . 651519) (-1767 . 651491) (-1768 . 651375) (-1769 . 651308)
+ (-1770 . 651207) (-1771 . 651121) (-1772 . 650979) (-1773 . 650927)
+ (-1774 . 650822) (-1775 . 650493) (-1776 . 650422) (-1777 . 650021)
+ (-1778 . 649898) (-1779 . 649761) (-1780 . 649646) (-1781 . 649550)
+ (-1782 . 649498) (-1783 . 649427) (-1784 . 649224) (-1785 . 648778)
+ (-1786 . 648683) (-1787 . 648600) (-1788 . 648482) (-1789 . 648398)
+ (-1790 . 648276) (-1791 . 648202) (-1792 . 648083) (-1793 . 633851)
+ (-1794 . 633738) (-1795 . 633459) (-1796 . 633165) (-1797 . 633115)
+ (-1798 . 632977) (-1799 . 632853) (-1800 . 632730) (-1801 . 632386)
+ (-1802 . 632134) (-1803 . 631983) (-1804 . 631862) (-1805 . 631458)
+ (-1806 . 631354) (-1807 . 630603) (-1808 . 630418) (-1809 . 630335)
+ (-1810 . 630258) (-1811 . 630203) (-1812 . 630041) (-1813 . 629988)
+ (-1814 . 629887) (-1815 . 629821) (-1816 . 629769) (-1817 . 629580)
+ (-1818 . 629485) (-1819 . 629406) (-1820 . 629354) (-1821 . 629322)
+ (-1822 . 629255) (-1823 . 629203) (-1824 . 629135) (-1825 . 629069)
+ (-1826 . 628999) (-1827 . 628737) (-1828 . 628653) (-1829 . 628558)
+ (-1830 . 624891) (-1831 . 624821) (-1832 . 624522) (-1833 . 624445)
+ (-1834 . 624278) (-1835 . 624133) (-1836 . 624059) (-1837 . 623906)
+ (-1838 . 623853) (-1839 . 623786) (-1840 . 623550) (-1841 . 623286)
+ (-1842 . 623258) (-1843 . 622905) (-1844 . 622827) (-1845 . 622760)
+ (-1846 . 622562) (-1847 . 622482) (-1848 . 622360) (-1849 . 622165)
+ (-1850 . 622022) (-1851 . 621279) (-1852 . 621088) (-1853 . 620961)
+ (-1854 . 620827) (-1855 . 620729) (-1856 . 620532) (-1857 . 620284)
+ (-1858 . 620171) (-1859 . 620006) (-1860 . 619815) (-1861 . 619759)
+ (-1862 . 619509) (-1863 . 619414) (-1864 . 619328) (-1865 . 618954)
+ (-1866 . 618775) (-1867 . 618553) (-1868 . 618480) (-1869 . 618297)
+ (-1870 . 618224) (-1871 . 617880) (-1872 . 617823) (-1873 . 617687)
+ (-1874 . 617514) (-1875 . 617335) (-1876 . 617220) (-1877 . 617153)
+ (-1878 . 617084) (-1879 . 616862) (-1880 . 616376) (-1881 . 616105)
+ (-1882 . 616019) (-1883 . 615931) (-1884 . 615877) (-1885 . 615825)
+ (-1886 . 615731) (-1887 . 615253) (-1888 . 614951) (-1889 . 614772)
+ (-1890 . 614569) (-1891 . 614273) (-1892 . 614200) (-1893 . 614106)
+ (-1894 . 613518) (-1895 . 613423) (-1896 . 613323) (-1897 . 613238)
+ (-1898 . 613096) (-1899 . 612881) (-1900 . 612749) (-1901 . 612676)
+ (-1902 . 612550) (-1903 . 611276) (-1904 . 611181) (-1905 . 611041)
+ (-1906 . 610939) (-1907 . 610835) (-1908 . 610659) (-1909 . 610495)
+ (-1910 . 610438) (-1911 . 610143) (-1912 . 609933) (-1913 . 609874)
+ (-1914 . 609821) (-1915 . 609752) (-1916 . 609632) (-1917 . 609555)
+ (-1918 . 609163) (-1919 . 609009) (-1920 . 608926) (-1921 . 608728)
+ (-1922 . 608631) (-1923 . 608553) (-1924 . 608218) (-1925 . 606488)
+ (-1926 . 606426) (-1927 . 606293) (-1928 . 606128) (-1929 . 606045)
+ (-1930 . 606017) (-1931 . 605889) (-1932 . 605832) (-1933 . 605674)
+ (-1934 . 605585) (-1935 . 605532) (-1936 . 605358) (-1937 . 605289)
+ (-1938 . 604961) (-1939 . 604902) (-1940 . 604824) (-1941 . 604772)
+ (-1942 . 604703) (-1943 . 604578) (-1944 . 604482) (-1945 . 604267)
+ (-1946 . 603813) (-1947 . 603647) (-1948 . 603594) (-1949 . 603535)
+ (-1950 . 603310) (-1951 . 603137) (-1952 . 602529) (-1953 . 602398)
+ (-1954 . 602346) (-1955 . 602078) (-1956 . 601940) (-1957 . 601872)
+ (-1958 . 601386) (-1959 . 601291) (-1960 . 601088) (-1961 . 601009)
+ (-1962 . 600942) (-1963 . 600696) (-1964 . 600535) (-1965 . 600416)
+ (-1966 . 600211) (-1967 . 600038) (-1968 . 599904) (-1969 . 599694)
+ (-1970 . 599342) (-1971 . 599256) (-1972 . 599118) (-1973 . 599039)
+ (-1974 . 598945) (-1975 . 598872) (-1976 . 598772) (-1977 . 598644)
+ (-1978 . 598543) (-1979 . 598436) (-1980 . 598314) (-1981 . 598073)
+ (-1982 . 598021) (-1983 . 597908) (-1984 . 597066) (-1985 . 596914)
+ (-1986 . 596662) (-1987 . 596566) (-1988 . 595926) (-1989 . 595861)
+ (-1990 . 595789) (-1991 . 595625) (-1992 . 595312) (-1993 . 595255)
+ (-1994 . 595103) (-1995 . 591494) (-1996 . 591188) (-1997 . 591064)
+ (-1998 . 590831) (-1999 . 590641) (-2000 . 590462) (-2001 . 590252)
+ (-2002 . 590107) (-2003 . 589719) (-2004 . 589579) (-2005 . 589509)
+ (-2006 . 589456) (-2007 . 589353) (-2008 . 589246) (-2009 . 589193)
+ (-2010 . 589126) (-2011 . 589098) (-2012 . 588959) (-2013 . 588849)
+ (-2014 . 588782) (-2015 . 588715) (-2016 . 584555) (-2017 . 584424)
+ (-2018 . 584293) (-2019 . 584199) (-2020 . 583857) (-2021 . 583638)
+ (-2022 . 583353) (-2023 . 583083) (-2024 . 582875) (-2025 . 582847)
+ (-2026 . 582556) (-2027 . 582398) (-2028 . 582345) (-2029 . 581818)
+ (-2030 . 581616) (-2031 . 581421) (-2032 . 581320) (-2033 . 580793)
+ (-2034 . 580610) (-2035 . 580499) (-2036 . 580310) (-2037 . 580223)
+ (-2038 . 580076) (-2039 . 579951) (-2040 . 579793) (-2041 . 579650)
+ (-2042 . 579354) (-2043 . 579286) (-2044 . 579219) (-2045 . 579079)
+ (-2046 . 579009) (-2047 . 578634) (-2048 . 578208) (-2049 . 578137)
+ (-2050 . 577868) (-2051 . 577815) (-2052 . 577643) (-2053 . 577566)
+ (-2054 . 577476) (-2055 . 577355) (-2056 . 577283) (-2057 . 577206)
+ (-2058 . 577098) (-2059 . 577021) (-2060 . 576950) (-2061 . 576520)
+ (-2062 . 576453) (-2063 . 576282) (-2064 . 576161) (-2065 . 576093)
+ (-2066 . 575758) (-2067 . 575621) (-2068 . 574885) (-2069 . 574782)
+ (-2070 . 574641) (-2071 . 574300) (-2072 . 573911) (-2073 . 573795)
+ (-2074 . 573695) (-2075 . 572905) (-2076 . 572765) (-2077 . 572664)
+ (-2078 . 572511) (-2079 . 572445) (-2080 . 572223) (-2081 . 571896)
+ (-2082 . 571800) (-2083 . 571704) (-2084 . 571409) (-2085 . 571191)
+ (-2086 . 571011) (-2087 . 570944) (-2088 . 570860) (-2089 . 570765)
+ (-2090 . 570668) (-2091 . 570467) (-2092 . 570083) (-2093 . 569796)
+ (-2094 . 569611) (-2095 . 569492) (-2096 . 569373) (-2097 . 569137)
+ (-2098 . 569031) (-2099 . 568846) (-2100 . 568627) (-2101 . 568515)
+ (-2102 . 568483) (-2103 . 568431) (-2104 . 568316) (-2105 . 568236)
+ (-2106 . 568090) (-2107 . 567913) (-2108 . 567830) (-2109 . 567398)
+ (-2110 . 567021) (-2111 . 566344) (-2112 . 566264) (-2113 . 566061)
+ (-2114 . 566009) (-2115 . 565811) (-2116 . 565696) (-2117 . 565639)
+ (-2118 . 565516) (-2119 . 565317) (-2120 . 565213) (-2121 . 565112)
+ (-2122 . 565010) (-2123 . 564873) (-2124 . 564308) (-2125 . 563876)
+ (-2126 . 563804) (-2127 . 563646) (-2128 . 563592) (-2129 . 563247)
+ (-2130 . 563149) (-2131 . 563121) (-2132 . 563071) (-2133 . 562946)
+ (-2134 . 562827) (-2135 . 562720) (-2136 . 562155) (-2137 . 562054)
+ (-2138 . 561872) (-2139 . 561773) (-2140 . 561547) (-2141 . 561461)
+ (-2142 . 561175) (-2143 . 560997) (-2144 . 560813) (-2145 . 560700)
+ (-2146 . 560627) (-2147 . 560508) (-2148 . 560317) (-2149 . 559752)
+ (-2150 . 559129) (-2151 . 559028) (-2152 . 558924) (-2153 . 558697)
+ (-2154 . 557516) (-2155 . 557442) (-2156 . 557362) (-2157 . 557291)
+ (-2158 . 557198) (-2159 . 557170) (-2160 . 557118) (-2161 . 557057)
+ (-2162 . 556169) (-2163 . 555494) (-2164 . 555438) (-2165 . 555152)
+ (-2166 . 554994) (-2167 . 553777) (-2168 . 553673) (-2169 . 553518)
+ (-2170 . 553299) (-2171 . 553105) (-2172 . 553042) (-2173 . 552815)
+ (-2174 . 552671) (-2175 . 551996) (-2176 . 551882) (-2177 . 551759)
+ (-2178 . 551440) (-2179 . 551388) (-2180 . 551305) (-2181 . 551227)
+ (-2182 . 551083) (-2183 . 550995) (-2184 . 550757) (-2185 . 550679)
+ (-2186 . 550447) (-2187 . 549801) (-2188 . 549063) (-2189 . 548984)
+ (-2190 . 548850) (-2191 . 548575) (-2192 . 548257) (-2193 . 547866)
+ (-2194 . 547719) (-2195 . 547357) (-2196 . 547262) (-2197 . 547188)
+ (-2198 . 547105) (-2199 . 547015) (-2200 . 546423) (-2201 . 545860)
+ (-2202 . 545467) (-2203 . 545371) (-2204 . 544888) (-2205 . 544696)
+ (-2206 . 544644) (-2207 . 544538) (-2208 . 544478) (-2209 . 544297)
+ (-2210 . 544238) (-2211 . 544154) (-2212 . 543908) (-2213 . 543793)
+ (-2214 . 543230) (-2215 . 543108) (-2216 . 542943) (-2217 . 542848)
+ (-2218 . 542738) (-2219 . 542636) (-2220 . 542584) (-2221 . 542332)
+ (-2222 . 542203) (-2223 . 542106) (-2224 . 541858) (-2225 . 541781)
+ (-2226 . 541533) (-2227 . 541349) (-2228 . 540786) (-2229 . 540690)
+ (-2230 . 540630) (-2231 . 540531) (-2232 . 540385) (-2233 . 539449)
+ (-2234 . 539055) (-2235 . 538945) (-2236 . 538857) (-2237 . 538805)
+ (-2238 . 538453) (-2239 . 538175) (-2240 . 538075) (-2241 . 537935)
+ (-2242 . 537761) (-2243 . 537085) (-2244 . 536989) (-2245 . 536873)
+ (-2246 . 536613) (-2247 . 536413) (-2248 . 536385) (-2249 . 536246)
+ (-2250 . 534669) (-2251 . 534617) (-2252 . 534352) (-2253 . 534256)
+ (-2254 . 533693) (-2255 . 533475) (-2256 . 532799) (-2257 . 532702)
+ (-2258 . 532549) (-2259 . 532515) (-2260 . 532459) (-2261 . 532390)
+ (-2262 . 532263) (-2263 . 532235) (-2264 . 532130) (-2265 . 532006)
+ (-2266 . 531818) (-2267 . 531142) (-2268 . 531063) (-2269 . 530979)
+ (-2270 . 530868) (-2271 . 530537) (-2272 . 530299) (-2273 . 530222)
+ (-2274 . 529801) (-2275 . 528709) (-2276 . 528352) (-2277 . 528279)
+ (-2278 . 527715) (-2279 . 527578) (-2280 . 527525) (-2281 . 527191)
+ (-2282 . 526224) (-2283 . 525924) (-2284 . 525771) (-2285 . 525658)
+ (-2286 . 525562) (-2287 . 525227) (-2288 . 525156) (-2289 . 525061)
+ (-2290 . 524497) (-2291 . 524379) (-2292 . 523962) (-2293 . 523766)
+ (-2294 . 523593) (-2295 . 523394) (-2296 . 523366) (-2297 . 523169)
+ (-2298 . 523141) (-2299 . 523051) (-2300 . 522792) (-2301 . 522737)
+ (-2302 . 522684) (-2303 . 522543) (-2304 . 521979) (-2305 . 521951)
+ (-2306 . 521835) (-2307 . 521694) (-2308 . 521108) (-2309 . 520936)
+ (-2310 . 520457) (-2311 . 520252) (-2312 . 520188) (-2313 . 520039)
+ (-2314 . 519965) (-2315 . 519864) (-2316 . 519814) (-2317 . 519251)
+ (-2318 . 519134) (-2319 . 518901) (-2320 . 518672) (-2321 . 518521)
+ (-12 . 518349) (-2323 . 518011) (-2324 . 517939) (-2325 . 517819)
+ (-2326 . 517716) (-2327 . 517581) (-2328 . 517514) (-2329 . 517264)
+ (-2330 . 516701) (-2331 . 516629) (-2332 . 516357) (-2333 . 516305)
+ (-2334 . 516276) (-2335 . 516214) (-2336 . 516140) (-2337 . 516011)
+ (-2338 . 515486) (-2339 . 515356) (-2340 . 515287) (-2341 . 515191)
+ (-2342 . 515136) (-2343 . 515063) (-2344 . 514776) (-2345 . 514213)
+ (-2346 . 514161) (-2347 . 513934) (-2348 . 513861) (-2349 . 513765)
+ (-2350 . 513399) (-2351 . 513317) (-2352 . 512834) (-2353 . 512772)
+ (-2354 . 512584) (-2355 . 512477) (-2356 . 511914) (-2357 . 511603)
+ (-2358 . 511551) (-2359 . 511522) (-2360 . 511451) (-2361 . 511392)
+ (-2362 . 511231) (-2363 . 511082) (-2364 . 510004) (-2365 . 509936)
+ (-2366 . 509687) (-2367 . 509563) (-2368 . 509485) (-2369 . 509309)
+ (-2370 . 508746) (-2371 . 508693) (-2372 . 508612) (-2373 . 508488)
+ (-2374 . 508095) (-2375 . 508010) (-2376 . 507825) (-2377 . 507292)
+ (-2378 . 507215) (-2379 . 507079) (-2380 . 506923) (-2381 . 506704)
+ (-2382 . 506672) (-2383 . 506601) (-2384 . 506446) (-2385 . 506226)
+ (-2386 . 506157) (-2387 . 506064) (-2388 . 505962) (-2389 . 505837)
+ (-2390 . 505535) (-2391 . 505419) (-2392 . 505289) (-2393 . 505135)
+ (-2394 . 505075) (-2395 . 505026) (-2396 . 504967) (-2397 . 504888)
+ (-2398 . 504751) (-2399 . 504506) (-2400 . 504214) (-2401 . 504058)
+ (-2402 . 503986) (-2403 . 503570) (-2404 . 503190) (-2405 . 502980)
+ (-2406 . 502895) (-2407 . 502619) (-2408 . 502243) (-2409 . 502000)
+ (-2410 . 501879) (-2411 . 501793) (-2412 . 501367) (-2413 . 501298)
+ (-2414 . 501147) (-2415 . 501073) (-2416 . 501021) (-2417 . 500959)
+ (-2418 . 500830) (-2419 . 500714) (-2420 . 500504) (-2421 . 500392)
+ (-2422 . 500291) (-2423 . 500138) (-2424 . 499885) (-2425 . 499814)
+ (-2426 . 499761) (-2427 . 499675) (-2428 . 499510) (-2429 . 499365)
+ (-2430 . 499294) (-2431 . 499201) (* . 495087) (-2433 . 494944)
+ (-2434 . 494398) (-2435 . 494259) (-2436 . 494063) (-2437 . 493975)
+ (-2438 . 493846) (-2439 . 493640) (-2440 . 493612) (-2441 . 493402)
+ (-2442 . 493340) (-2443 . 493233) (-2444 . 493066) (-2445 . 492754)
+ (-2446 . 492409) (-2447 . 492206) (-2448 . 491999) (-2449 . 491902)
+ (-2450 . 491744) (-2451 . 491683) (-2452 . 491609) (-2453 . 491557)
+ (-2454 . 491459) (-2455 . 490683) (-2456 . 490631) (-2457 . 490416)
+ (-2458 . 490330) (-2459 . 490302) (-2460 . 489706) (-2461 . 489678)
+ (-2462 . 489527) (-2463 . 489450) (-2464 . 489269) (-2465 . 488639)
+ (-2466 . 488472) (-2467 . 488192) (-2468 . 488120) (-2469 . 488065)
+ (-2470 . 487995) (-2471 . 485863) (-2472 . 484711) (-2473 . 484052)
+ (-2474 . 483968) (-2475 . 483834) (-2476 . 483760) (-2477 . 483498)
+ (-2478 . 483226) (-2479 . 483155) (-2480 . 481369) (-2481 . 481288)
+ (-2482 . 481148) (-2483 . 481096) (-2484 . 480983) (-2485 . 480867)
+ (-2486 . 480709) (-2487 . 480624) (-2488 . 480592) (-2489 . 480263)
+ (-2490 . 480053) (-2491 . 479979) (-2492 . 479767) (-2493 . 479540)
+ (-2494 . 479478) (-2495 . 479392) (-2496 . 479360) (-2497 . 479212)
+ (-2498 . 479083) (-2499 . 478852) (-2500 . 478525) (-2501 . 478432)
+ (-2502 . 478214) (-2503 . 478162) (-2504 . 476995) (-2505 . 476837)
+ (-2506 . 476753) (-2507 . 476629) (-2508 . 476525) (-2509 . 476442)
+ (-2510 . 476355) (-2511 . 476245) (-2512 . 476063) (-2513 . 475664)
+ (-2514 . 475572) (-2515 . 475465) (-2516 . 474649) (-2517 . 473247)
+ (-2518 . 473099) (-2519 . 473037) (-2520 . 472935) (-2521 . 472729)
+ (-2522 . 471701) (-2523 . 471619) (-2524 . 471488) (-2525 . 471329)
+ (-2526 . 471234) (-2527 . 471140) (-2528 . 468912) (-2529 . 468805)
+ (-2530 . 468611) (-2531 . 468510) (-2532 . 468416) (-2533 . 468126)
+ (-2534 . 468074) (-2535 . 467991) (-2536 . 467831) (-2537 . 467744)
+ (-2538 . 467682) (-2539 . 467489) (-2540 . 467405) (-2541 . 467270)
+ (-2542 . 467075) (-2543 . 466989) (-2544 . 466765) (-2545 . 466671)
+ (-2546 . 466598) (-2547 . 466447) (-2548 . 466289) (-2549 . 460775)
+ (-2550 . 460661) (-2551 . 460549) (-2552 . 460470) (-2553 . 460420)
+ (-2554 . 460297) (-2555 . 460214) (-2556 . 460113) (-2557 . 460013)
+ (-2558 . 459788) (-2559 . 459705) (-2560 . 459323) (-2561 . 459116)
+ (-2562 . 458665) (-2563 . 458272) (-2564 . 457999) (-2565 . 457877)
+ (-2566 . 457326) (-2567 . 456446) (-2568 . 456095) (-2569 . 456016)
+ (-2570 . 455864) (-2571 . 454678) (-2572 . 454547) (-2573 . 454427)
+ (-2574 . 454171) (-2575 . 454083) (-2576 . 453922) (-2577 . 453480)
+ (-2578 . 452934) (-2579 . 452853) (-2580 . 452606) (-2581 . 451424)
+ (-2582 . 450945) (-2583 . 450874) (-2584 . 450761) (-2585 . 450391)
+ (-2586 . 450338) (-2587 . 450233) (-2588 . 449898) (-2589 . 449476)
+ (-2590 . 448938) (-2591 . 448716) (-2592 . 448623) (-2593 . 448031)
+ (-2594 . 445823) (-2595 . 445682) (-2596 . 445629) (-2597 . 445513)
+ (-2598 . 445202) (-2599 . 445122) (-2600 . 445048) (-2601 . 444425)
+ (-2602 . 444008) (-2603 . 443953) (-2604 . 443834) (-2605 . 443776)
+ (-2606 . 443675) (-2607 . 443608) (-2608 . 443490) (-2609 . 443399)
+ (-2610 . 443349) (-2611 . 442909) (-2612 . 442802) (-2613 . 442721)
+ (-2614 . 442591) (-2615 . 442494) (-2616 . 442441) (-2617 . 442345)
+ (-2618 . 441043) (-2619 . 440888) (-2620 . 440787) (-2621 . 439341)
+ (-2622 . 439126) (-2623 . 438807) (-2624 . 438360) (-2625 . 438287)
+ (-2626 . 438227) (-2627 . 438156) (-2628 . 438033) (-2629 . 437948)
+ (-2630 . 437730) (-2631 . 437598) (-2632 . 437330) (-2633 . 437192)
+ (-2634 . 436781) (-2635 . 436492) (-2636 . 436421) (-2637 . 436257)
+ (-2638 . 436042) (-2639 . 435391) (-2640 . 435288) (-2641 . 435214)
+ (-2642 . 435056) (-2643 . 434318) (-2644 . 434249) (-2645 . 433879)
+ (-2646 . 433826) (-2647 . 433576) (-2648 . 433080) (-2649 . 432937)
+ (-2650 . 432863) (-2651 . 432807) (-2652 . 432616) (-2653 . 432515)
+ (-2654 . 431985) (-2655 . 431890) (-2656 . 431603) (-2657 . 431402)
+ (-2658 . 431313) (-2659 . 431150) (-2660 . 431019) (-2661 . 430940)
+ (-2662 . 430868) (-2663 . 430818) (-2664 . 430721) (-2665 . 430589)
+ (-2666 . 430462) (-2667 . 430335) (-2668 . 430201) (-2669 . 429712)
+ (-2670 . 429657) (-2671 . 429590) (-2672 . 429336) (-2673 . 429246)
+ (-2674 . 429048) (-2675 . 428866) (-2676 . 428540) (-2677 . 428463)
+ (-2678 . 428273) (-2679 . 428175) (-2680 . 427690) (-2681 . 427545)
+ (-2682 . 425914) (-2683 . 425184) (-2684 . 425079) (-2685 . 424321)
+ (-2686 . 424244) (-2687 . 424004) (-2688 . 423846) (-2689 . 423721)
+ (-2690 . 423624) (-2691 . 423430) (-2692 . 423168) (-2693 . 423069)
+ (-2694 . 422974) (-2695 . 422846) (-2696 . 422594) (-2697 . 422476)
+ (-2698 . 422145) (-2699 . 421415) (-2700 . 420556) (-2701 . 420414)
+ (-2702 . 420320) (-2703 . 419258) (-2704 . 419143) (-2705 . 418831)
+ (-2706 . 418733) (-2707 . 418635) (-2708 . 418565) (-2709 . 418505)
+ (-2710 . 418366) (-2711 . 418050) (-2712 . 416752) (-2713 . 416615)
+ (-2714 . 416562) (-2715 . 416384) (-2716 . 416063) (-2717 . 415992)
+ (-2718 . 415958) (-2719 . 415899) (-2720 . 415817) (-2721 . 415688)
+ (-2722 . 415410) (-2723 . 415185) (-2724 . 414909) (-2725 . 414847)
+ (-2726 . 414741) (-2727 . 414330) (-2728 . 414253) (-2729 . 414100)
+ (-2730 . 413953) (-2731 . 413807) (-2732 . 413755) (-2733 . 413562)
+ (-2734 . 413009) (-2735 . 412910) (-2736 . 412603) (-2737 . 412482)
+ (-2738 . 411893) (-2739 . 411807) (-2740 . 411740) (-2741 . 411476)
+ (-2742 . 411354) (-2743 . 411135) (-2744 . 410594) (-2745 . 410356)
+ (-2746 . 410235) (-2747 . 410008) (-2748 . 409814) (-2749 . 409682)
+ (-2750 . 409633) (-2751 . 409496) (-2752 . 409154) (-2753 . 409101)
+ (-2754 . 409040) (-2755 . 408808) (-2756 . 408727) (-2757 . 408458)
+ (-2758 . 408389) (-2759 . 408092) (-2760 . 408039) (-2761 . 407924)
+ (-2762 . 407734) (-2763 . 407563) (-2764 . 407049) (-2765 . 406956)
+ (-2766 . 406849) (-2767 . 406797) (-2768 . 406689) (-2769 . 404923)
+ (-2770 . 404889) (-2771 . 404405) (-2772 . 404310) (-2773 . 404014)
+ (-2774 . 403901) (-2775 . 403823) (-2776 . 403724) (-2777 . 403598)
+ (-2778 . 403521) (-2779 . 403493) (-2780 . 402038) (-2781 . 401982)
+ (-2782 . 401920) (-2783 . 401849) (-2784 . 400648) (-2785 . 400502)
+ (-2786 . 400442) (-2787 . 400334) (-2788 . 399936) (-2789 . 399702)
+ (-2790 . 399499) (-2791 . 398904) (-2792 . 398732) (-2793 . 398608)
+ (-2794 . 398155) (-2795 . 397930) (-2796 . 397785) (-2797 . 397725)
+ (-2798 . 397487) (-2799 . 396773) (-2800 . 396685) (-2801 . 396555)
+ (-2802 . 396474) (-2803 . 396302) (-2804 . 396225) (-2805 . 396007)
+ (-2806 . 395874) (-2807 . 395821) (-2808 . 395598) (-2809 . 395435)
+ (-2810 . 394731) (-2811 . 394395) (-2812 . 394279) (-2813 . 394226)
+ (-2814 . 394054) (-2815 . 393923) (-2816 . 393321) (-2817 . 393166)
+ (-2818 . 392920) (-2819 . 392734) (-2820 . 392071) (-2821 . 391561)
+ (-2822 . 391502) (-2823 . 391265) (-2824 . 389922) (-2825 . 389840)
+ (-2826 . 389806) (-2827 . 389609) (-2828 . 389466) (-2829 . 389294)
+ (-2830 . 389152) (-2831 . 389034) (-2832 . 388640) (-2833 . 388394)
+ (-2834 . 388341) (-2835 . 388233) (-2836 . 387659) (-2837 . 387546)
+ (-2838 . 387200) (-2839 . 387078) (-2840 . 386982) (-2841 . 386883)
+ (-2842 . 386628) (-2843 . 386569) (-2844 . 386474) (-2845 . 386339)
+ (-2846 . 386201) (-2847 . 385929) (-2848 . 385862) (-2849 . 385759)
+ (-2850 . 385606) (-2851 . 385539) (-2852 . 385410) (-2853 . 385257)
+ (-2854 . 384835) (-2855 . 384761) (-2856 . 384583) (-2857 . 384344)
+ (-2858 . 384292) (-2859 . 384196) (-2860 . 384019) (-2861 . 383982)
+ (-2862 . 383880) (-2863 . 383762) (-2864 . 383734) (-2865 . 383651)
+ (-2866 . 383584) (-2867 . 383362) (-2868 . 383050) (-2869 . 382922)
+ (-2870 . 382761) (-2871 . 382051) (-2872 . 381632) (-2873 . 381412)
+ (-2874 . 381286) (-2875 . 381111) (-2876 . 380735) (-2877 . 380600)
+ (-2878 . 380497) (-2879 . 380411) (-2880 . 380325) (-2881 . 380235)
+ (-2882 . 379848) (-2883 . 379766) (-2884 . 379604) (-2885 . 379530)
+ (-2886 . 379323) (-2887 . 379180) (-2888 . 379098) (-2889 . 378945)
+ (-2890 . 378829) (-2891 . 378685) (-2892 . 378599) (-2893 . 378522)
+ (-2894 . 378275) (-2895 . 378029) (-2896 . 377801) (-2897 . 377730)
+ (-2898 . 377394) (-2899 . 377366) (-2900 . 377186) (-2901 . 377061)
+ (-2902 . 376959) (-2903 . 376736) (-2904 . 376677) (-2905 . 376043)
+ (-2906 . 375976) (-2907 . 375840) (-2908 . 375780) (-2909 . 375312)
+ (-2910 . 375147) (-2911 . 375063) (-2912 . 375004) (-2913 . 374976)
+ (-2914 . 374366) (-2915 . 374251) (-2916 . 374066) (-2917 . 373978)
+ (-2918 . 371722) (-2919 . 371641) (-2920 . 371564) (-2921 . 370604)
+ (-2922 . 370501) (-2923 . 370445) (-2924 . 370348) (-2925 . 370283)
+ (-2926 . 369902) (-2927 . 369852) (-2928 . 369711) (-2929 . 369581)
+ (-2930 . 369482) (-2931 . 369314) (-2932 . 369017) (-2933 . 368808)
+ (-2934 . 368293) (-2935 . 368236) (-2936 . 368171) (-2937 . 368116)
+ (-2938 . 367952) (-2939 . 367593) (-2940 . 367486) (-2941 . 367366)
+ (-2942 . 367334) (-2943 . 367009) (-2944 . 366955) (-2945 . 366887)
+ (-2946 . 366284) (-2947 . 366232) (-2948 . 366134) (-2949 . 365981)
+ (-2950 . 365725) (-2951 . 365657) (-2952 . 365565) (-2953 . 365513)
+ (-2954 . 365433) (-2955 . 365335) (-2956 . 365265) (-2957 . 365149)
+ (-2958 . 364934) (-2959 . 364877) (-2960 . 361213) (-2961 . 361115)
+ (-2962 . 361063) (-2963 . 360885) (-2964 . 360811) (-2965 . 360783)
+ (-2966 . 360618) (-2967 . 360494) (-2968 . 360425) (-2969 . 360352)
+ (-2970 . 359172) (-2971 . 359001) (-2972 . 358906) (-2973 . 358852)
+ (-2974 . 358615) (-2975 . 358487) (-2976 . 358209) (-2977 . 358066)
+ (-2978 . 357976) (-2979 . 357839) (-2980 . 357786) (-2981 . 357648)
+ (-2982 . 357595) (-2983 . 357348) (-2984 . 357135) (-2985 . 356962)
+ (-2986 . 356145) (-2987 . 356074) (-2988 . 355628) (-2989 . 355560)
+ (-2990 . 355439) (-2991 . 355257) (-2992 . 355186) (-2993 . 355119)
+ (-2994 . 355060) (-2995 . 354718) (-2996 . 354630) (-2997 . 354493)
+ (-2998 . 354361) (-2999 . 354243) (-3000 . 354110) (-3001 . 354054)
+ (-3002 . 352758) (-3003 . 352602) (-3004 . 352445) (-3005 . 352335)
+ (-3006 . 352264) (-3007 . 352056) (-3008 . 351911) (-3009 . 351817)
+ (-3010 . 351599) (-3011 . 351545) (-3012 . 351417) (-3013 . 351349)
+ (-3014 . 351199) (-3015 . 350886) (-3016 . 350787) (-3017 . 350691)
+ (-3018 . 350523) (-3019 . 350357) (-3020 . 349891) (-3021 . 349528)
+ (-3022 . 348968) (-3023 . 348626) (-3024 . 348316) (-3025 . 348232)
+ (-3026 . 348114) (-3027 . 347884) (-3028 . 347832) (-3029 . 347755)
+ (-3030 . 347585) (-3031 . 347482) (-3032 . 347326) (-3033 . 347222)
+ (-3034 . 343222) (-3035 . 343148) (-3036 . 342284) (-3037 . 342190)
+ (-3038 . 341875) (-3039 . 338576) (-3040 . 338523) (-3041 . 338489)
+ (-3042 . 338430) (-3043 . 337717) (-3044 . 337665) (-3045 . 337577)
+ (-3046 . 336149) (-3047 . 336065) (-3048 . 335699) (-3049 . 335622)
+ (-3050 . 335460) (-3051 . 335122) (-3052 . 334676) (-3053 . 334573)
+ (-3054 . 334430) (-3055 . 334326) (-3056 . 334255) (-3057 . 334161)
+ (-3058 . 333975) (-3059 . 333753) (-3060 . 333218) (-3061 . 333166)
+ (-3062 . 332850) (-3063 . 332688) (-3064 . 332523) (-3065 . 332156)
+ (-3066 . 332062) (-3067 . 331904) (-3068 . 331831) (-3069 . 331686)
+ (-3070 . 331526) (-3071 . 331360) (-3072 . 331171) (-3073 . 331030)
+ (-3074 . 330874) (-3075 . 330786) (-3076 . 330645) (-3077 . 330578)
+ (-3078 . 330054) (-3079 . 329802) (-3080 . 329728) (-3081 . 329633)
+ (-3082 . 329484) (-3083 . 329400) (-3084 . 328000) (-3085 . 327948)
+ (-3086 . 327671) (-3087 . 327585) (-3088 . 327312) (-3089 . 327159)
+ (-3090 . 327122) (-3091 . 326935) (-3092 . 326614) (-3093 . 326512)
+ (-3094 . 325596) (-3095 . 324922) (-3096 . 324755) (-3097 . 324654)
+ (-3098 . 324522) (-3099 . 324356) (-3100 . 324269) (-3101 . 324173)
+ (-3102 . 324053) (-3103 . 323187) (-3104 . 323073) (-3105 . 323013)
+ (-3106 . 322171) (-3107 . 322143) (-3108 . 322042) (-3109 . 321909)
+ (-3110 . 321603) (-3111 . 321458) (-3112 . 321430) (-3113 . 321331)
+ (-3114 . 321250) (-3115 . 321194) (-3116 . 321135) (-3117 . 321035)
+ (-3118 . 320978) (-3119 . 320857) (-3120 . 320792) (-3121 . 320755)
+ (-3122 . 320568) (-3123 . 320391) (-3124 . 320363) (-3125 . 319659)
+ (-3126 . 319598) (-3127 . 319341) (-3128 . 318238) (-3129 . 318142)
+ (-3130 . 317982) (-3131 . 317778) (-3132 . 317528) (-3133 . 317282)
+ (-3134 . 317166) (-3135 . 317048) (-3136 . 316700) (-3137 . 316645)
+ (-3138 . 315964) (-3139 . 315835) (-3140 . 315807) (-3141 . 315572)
+ (-3142 . 315236) (-3143 . 315092) (-3144 . 314896) (-3145 . 314845)
+ (-3146 . 314817) (-3147 . 314740) (-3148 . 314554) (-3149 . 314501)
+ (-3150 . 314383) (-3151 . 314220) (-3152 . 314143) (-3153 . 314090)
+ (-3154 . 313953) (-3155 . 313873) (-3156 . 313680) (-3157 . 313427)
+ (-3158 . 313398) (-3159 . 313310) (-3160 . 313242) (-3161 . 313159)
+ (-3162 . 312970) (-3163 . 312899) (-3164 . 312833) (-3165 . 312805)
+ (-3166 . 312711) (-3167 . 312604) (-3168 . 312537) (-3169 . 312506)
+ (-3170 . 312099) (-3171 . 312027) (-3172 . 311978) (-3173 . 311873)
+ (-3174 . 311702) (-3175 . 311601) (-3176 . 311546) (-3177 . 311299)
+ (-3178 . 310902) (-3179 . 310874) (-3180 . 310691) (-3181 . 310410)
+ (-3182 . 310311) (-3183 . 310195) (-3184 . 310144) (-3185 . 309696)
+ (-3186 . 309637) (-3187 . 309518) (-3188 . 309339) (-3189 . 309311)
+ (-3190 . 309237) (-3191 . 309105) (-3192 . 308948) (-3193 . 308771)
+ (-3194 . 308715) (-3195 . 308637) (-3196 . 308563) (-3197 . 308457)
+ (-3198 . 308399) (-3199 . 308090) (-3200 . 307965) (-3201 . 306766)
+ (-3202 . 306673) (-3203 . 306578) (-3204 . 306401) (-3205 . 306299)
+ (-3206 . 306140) (-3207 . 305924) (-3208 . 305786) (-3209 . 305671)
+ (-3210 . 305619) (-3211 . 305147) (-3212 . 304904) (-3213 . 304738)
+ (-3214 . 304551) (-3215 . 300488) (-3216 . 300249) (-3217 . 300154)
+ (-3218 . 300096) (-3219 . 299962) (-3220 . 299907) (-3221 . 299821)
+ (-3222 . 299769) (-3223 . 299685) (-3224 . 299622) (-3225 . 299514)
+ (-3226 . 299442) (-3227 . 299288) (-3228 . 298729) (-3229 . 298676)
+ (-3230 . 298604) (-3231 . 298351) (-3232 . 298298) (-3233 . 298231)
+ (-3234 . 298133) (-3235 . 298011) (-3236 . 297680) (-3237 . 297580)
+ (-3238 . 297530) (-3239 . 297051) (-3240 . 296492) (-3241 . 296463)
+ (-3242 . 296182) (-3243 . 295866) (-3244 . 295102) (-3245 . 294749)
+ (-3246 . 294590) (-3247 . 294537) (-3248 . 293903) (-3249 . 293851)
+ (-3250 . 293691) (-3251 . 293277) (-3252 . 293200) (-3253 . 292983)
+ (-3254 . 290638) (-3255 . 290583) (-3256 . 290417) (-3257 . 290338)
+ (-3258 . 290285) (-3259 . 290074) (-3260 . 290040) (-3261 . 289972)
+ (-3262 . 289944) (-3263 . 289867) (-3264 . 289771) (-3265 . 289413)
+ (-3266 . 289244) (-3267 . 289131) (-3268 . 288852) (-3269 . 288781)
+ (-3270 . 288623) (-3271 . 288336) (-3272 . 288098) (-3273 . 287710)
+ (-3274 . 287551) (-3275 . 287501) (-3276 . 287383) (-3277 . 287129)
+ (-3278 . 286986) (-3279 . 286929) (-3280 . 286855) (-3281 . 286709)
+ (-3282 . 286578) (-3283 . 286161) (-3284 . 285734) (-3285 . 285403)
+ (-3286 . 285294) (-3287 . 285213) (-3288 . 285068) (-3289 . 284783)
+ (-3290 . 284711) (-3291 . 284607) (-3292 . 284489) (-3293 . 284405)
+ (-3294 . 284153) (-3295 . 284101) (-3296 . 283948) (-3297 . 283699)
+ (-3298 . 283584) (-3299 . 283529) (-3300 . 283425) (-3301 . 283065)
+ (-3302 . 282982) (-3303 . 282869) (-3304 . 282408) (-3305 . 282325)
+ (-3306 . 282201) (-3307 . 282026) (-3308 . 281932) (-3309 . 281744)
+ (-3310 . 281638) (-3311 . 281160) (-3312 . 281030) (-3313 . 280938)
+ (-3314 . 280871) (-3315 . 280800) (-3316 . 280646) (-3317 . 280404)
+ (-3318 . 280158) (-3319 . 279860) (-3320 . 279765) (-3321 . 279622)
+ (-3322 . 279523) (-3323 . 279455) (-3324 . 279376) (-3325 . 279288)
+ (-3326 . 279221) (-3327 . 279085) (-3328 . 279030) (-3329 . 278963)
+ (-3330 . 278772) (-3331 . 278245) (-3332 . 277972) (-3333 . 277873)
+ (-3334 . 277673) (-3335 . 276915) (-3336 . 276788) (-3337 . 276679)
+ (-3338 . 276533) (-3339 . 276505) (-3340 . 276389) (-3341 . 276305)
+ (-3342 . 276162) (-3343 . 274935) (-3344 . 274855) (-3345 . 274772)
+ (-3346 . 274675) (-3347 . 274616) (-3348 . 273957) (-3349 . 273829)
+ (-3350 . 273514) (-3351 . 273239) (-3352 . 273071) (-3353 . 272800)
+ (-3354 . 272714) (-3355 . 272326) (-3356 . 272242) (-3357 . 271738)
+ (-3358 . 271675) (-3359 . 271360) (-3360 . 271234) (-3361 . 271115)
+ (-3362 . 271010) (-3363 . 270723) (-3364 . 270578) (-3365 . 270157)
+ (-3366 . 270078) (-3367 . 269972) (-3368 . 269883) (-3369 . 269545)
+ (-3370 . 269107) (-3371 . 269047) (-3372 . 268901) (-3373 . 268748)
+ (-3374 . 268621) (-3375 . 268543) (-3376 . 268398) (-3377 . 268311)
+ (-3378 . 268277) (-3379 . 267939) (-3380 . 267615) (-3381 . 267545)
+ (-3382 . 266747) (-3383 . 266106) (-3384 . 266005) (-3385 . 265956)
+ (-3386 . 265798) (-3387 . 265687) (-3388 . 265495) (-3389 . 265262)
+ (-3390 . 265178) (-3391 . 265104) (-3392 . 264905) (-3393 . 264750)
+ (-3394 . 264649) (-3395 . 264578) (-3396 . 263430) (-3397 . 263314)
+ (-3398 . 263201) (-3399 . 262962) (-3400 . 262859) (-3401 . 262700)
+ (-3402 . 262619) (-3403 . 262546) (-3404 . 262472) (-3405 . 262377)
+ (-3406 . 262289) (-3407 . 261822) (-3408 . 261723) (-3409 . 261449)
+ (-3410 . 261353) (-3411 . 261249) (-3412 . 261066) (-3413 . 260911)
+ (-3414 . 260820) (-3415 . 260682) (-3416 . 260581) (-3417 . 260404)
+ (-3418 . 260345) (-3419 . 260268) (-3420 . 259514) (-3421 . 259356)
+ (-3422 . 259272) (-3423 . 259133) (-3424 . 259038) (-3425 . 258942)
+ (-3426 . 258861) (-3427 . 258787) (-3428 . 258616) (-3429 . 258515)
+ (-3430 . 258459) (-3431 . 258389) (-3432 . 258306) (-3433 . 258154)
+ (-3434 . 258105) (-3435 . 258053) (-3436 . 257883) (-3437 . 257855)
+ (-3438 . 257696) (-3439 . 257245) (-3440 . 257186) (-3441 . 257054)
+ (-3442 . 257002) (-3443 . 256856) (-3444 . 256758) (-3445 . 256567)
+ (-3446 . 256493) (-3447 . 256427) (-3448 . 256266) (-3449 . 256178)
+ (-3450 . 256080) (-3451 . 255965) (-3452 . 255882) (-3453 . 255786)
+ (-3454 . 255607) (-3455 . 255024) (-3456 . 254919) (-3457 . 254856)
+ (-3458 . 254196) (-3459 . 253394) (-3460 . 253323) (-3461 . 253295)
+ (-3462 . 253176) (-3463 . 253099) (-3464 . 252900) (-3465 . 252849)
+ (-3466 . 252688) (-3467 . 252523) (-3468 . 252389) (-3469 . 252324)
+ (-3470 . 252270) (-3471 . 252214) (-3472 . 252126) (-3473 . 251774)
+ (-3474 . 251601) (-3475 . 251354) (-3476 . 251231) (-3477 . 250981)
+ (-3478 . 250871) (-3479 . 250772) (-3480 . 250681) (-3481 . 250602)
+ (-3482 . 250464) (-3483 . 250390) (-3484 . 250248) (-3485 . 249956)
+ (-3486 . 249741) (-3487 . 249658) (-3488 . 249413) (-3489 . 249055)
+ (-3490 . 248632) (-3491 . 248391) (-3492 . 248324) (-3493 . 248065)
+ (-3494 . 247961) (-3495 . 247649) (-3496 . 247539) (-3497 . 247510)
+ (-3498 . 247331) (-3499 . 247046) (-3500 . 246854) (-3501 . 246823)
+ (-3502 . 246651) (-3503 . 246581) (-3504 . 246288) (-3505 . 245677)
+ (-3506 . 245515) (-3507 . 245305) (-3508 . 245228) (-3509 . 245030)
+ (-3510 . 244866) (-3511 . 244725) (-3512 . 244353) (-3513 . 243754)
+ (-3514 . 243671) (-3515 . 243613) (-3516 . 243553) (-3517 . 243469)
+ (-3518 . 243259) (-3519 . 243156) (-3520 . 243068) (-3521 . 242923)
+ (-3522 . 242739) (-3523 . 242630) (-3524 . 242549) (-3525 . 242455)
+ (-3526 . 242204) (-3527 . 241889) (-3528 . 241816) (-3529 . 240614)
+ (-3530 . 240562) (-3531 . 240528) (-3532 . 240390) (-3533 . 240096)
+ (-3534 . 239722) (-3535 . 239592) (-3536 . 239481) (-3537 . 239377)
+ (-3538 . 239247) (-3539 . 239188) (-3540 . 238970) (-3541 . 238810)
+ (-3542 . 238500) (-3543 . 238167) (-3544 . 238029) (-3545 . 237873)
+ (-3546 . 237820) (-3547 . 237792) (-3548 . 237225) (-3549 . 234810)
+ (-3550 . 234599) (-3551 . 234486) (-3552 . 234379) (-3553 . 234327)
+ (-3554 . 234254) (-3555 . 233874) (-3556 . 233779) (-3557 . 233712)
+ (-3558 . 233193) (-3559 . 233054) (-3560 . 233003) (-3561 . 232975)
+ (-3562 . 232653) (-3563 . 232382) (-3564 . 232305) (-3565 . 232199)
+ (-3566 . 232074) (-3567 . 231910) (-3568 . 231858) (-3569 . 231830)
+ (-3570 . 231802) (-3571 . 231673) (-3572 . 231154) (-3573 . 231101)
+ (-3574 . 231029) (-3575 . 230998) (-3576 . 230927) (-3577 . 230814)
+ (-3578 . 230719) (-3579 . 230640) (-3580 . 229051) (-3581 . 228932)
+ (-3582 . 228632) (-3583 . 228454) (-3584 . 228371) (-3585 . 227301)
+ (-3586 . 227120) (-3587 . 227002) (-3588 . 226928) (-3589 . 226858)
+ (-3590 . 226594) (-3591 . 226494) (-3592 . 226463) (-3593 . 226281)
+ (-3594 . 226228) (-3595 . 226176) (-3596 . 226119) (-3597 . 225961)
+ (-3598 . 225881) (-3599 . 225814) (-3600 . 225718) (-3601 . 225640)
+ (-3602 . 225581) (-3603 . 225339) (-3604 . 225164) (-3605 . 225068)
+ (-3606 . 224952) (-3607 . 224903) (-3608 . 224831) (-3609 . 224736)
+ (-3610 . 224680) (-3611 . 224531) (-3612 . 224474) (-3613 . 223586)
+ (-3614 . 223209) (-3615 . 223093) (-3616 . 223000) (-3617 . 222871)
+ (-3618 . 222839) (-3619 . 222756) (-3620 . 222699) (-3621 . 222646)
+ (-3622 . 222443) (-3623 . 222370) (-3624 . 222296) (-3625 . 222243)
+ (-3626 . 222127) (-3627 . 222066) (-3628 . 221929) (-3629 . 221877)
+ (-3630 . 221273) (-3631 . 221176) (-3632 . 220255) (-3633 . 220199)
+ (-3634 . 220116) (-3635 . 219586) (-3636 . 219449) (-3637 . 219306)
+ (-3638 . 219253) (-3639 . 219159) (-3640 . 219107) (-3641 . 218715)
+ (-3642 . 218535) (-3643 . 218141) (-3644 . 217851) (-3645 . 217817)
+ (-3646 . 217711) (-3647 . 217601) (-3648 . 216718) (-3649 . 216560)
+ (-3650 . 216482) (-3651 . 216426) (-3652 . 216341) (-3653 . 216048)
+ (-3654 . 215585) (-3655 . 215428) (-3656 . 215351) (-3657 . 215118)
+ (-3658 . 214450) (-3659 . 214362) (-3660 . 214129) (-3661 . 213776)
+ (-3662 . 213517) (-3663 . 212294) (-3664 . 212228) (-3665 . 211972)
+ (-3666 . 211769) (-3667 . 211699) (-3668 . 211481) (-3669 . 211401)
+ (-3670 . 211345) (-3671 . 204402) (-3672 . 204307) (-3673 . 204148)
+ (-3674 . 204089) (-3675 . 204032) (-3676 . 203959) (-3677 . 203711)
+ (-3678 . 203683) (-3679 . 203561) (-3680 . 203453) (-3681 . 203312)
+ (-3682 . 203218) (-3683 . 203084) (-3684 . 202886) (-3685 . 202827)
+ (-3686 . 202729) (-3687 . 202633) (-3688 . 202536) (-3689 . 202484)
+ (-3690 . 202132) (-3691 . 201989) (-3692 . 201846) (-3693 . 201468)
+ (-3694 . 201434) (-3695 . 201314) (-3696 . 201230) (-3697 . 200722)
+ (-3698 . 200442) (-3699 . 200356) (-3700 . 200325) (-3701 . 200297)
+ (-3702 . 200184) (-3703 . 199977) (-3704 . 199755) (-3705 . 199635)
+ (-3706 . 199543) (-3707 . 199471) (-3708 . 199270) (-3709 . 198940)
+ (-3710 . 198827) (-3711 . 198771) (-3712 . 198663) (-3713 . 198532)
+ (-3714 . 198428) (-3715 . 198371) (-3716 . 198247) (-3717 . 198095)
+ (-3718 . 197947) (-3719 . 197843) (-3720 . 197625) (-3721 . 197547)
+ (-3722 . 197430) (-3723 . 196967) (-3724 . 195902) (-3725 . 195802)
+ (-3726 . 195637) (-3727 . 195510) (-3728 . 195342) (-3729 . 195247)
+ (-3730 . 195074) (-3731 . 194987) (-3732 . 194904) (-3733 . 194746)
+ (-3734 . 194693) (-3735 . 194561) (-3736 . 194246) (-3737 . 194112)
+ (-3738 . 193878) (-3739 . 193808) (-3740 . 193712) (-3741 . 193522)
+ (-3742 . 193439) (-3743 . 193387) (-3744 . 193244) (-3745 . 193171)
+ (-3746 . 193076) (-3747 . 192818) (-3748 . 192705) (-3749 . 192582)
+ (-3750 . 192499) (-3751 . 192446) (-3752 . 192349) (-3753 . 192290)
+ (-3754 . 192202) (-3755 . 192139) (-3756 . 191968) (-3757 . 191810)
+ (-3758 . 191722) (-3759 . 191627) (-3760 . 191575) (-3761 . 191507)
+ (-3762 . 191394) (-3763 . 191297) (-3764 . 191171) (-3765 . 190204)
+ (-3766 . 190038) (-3767 . 189981) (-3768 . 189929) (-3769 . 189880)
+ (-3770 . 189497) (-3771 . 189423) (-3772 . 189304) (-3773 . 189097)
+ (-3774 . 188396) (-3775 . 187432) (-3776 . 187265) (-3777 . 186817)
+ (-3778 . 186565) (-3779 . 186361) (-3780 . 186273) (-3781 . 186214)
+ (-3782 . 186055) (-3783 . 185887) (-3784 . 185815) (-3785 . 185652)
+ (-3786 . 185499) (-3787 . 185332) (-3788 . 184759) (-3789 . 184599)
+ (-3790 . 184544) (-3791 . 184474) (-3792 . 184419) (-3793 . 184366)
+ (-3794 . 184014) (-3795 . 183152) (-3796 . 183078) (-3797 . 182591)
+ (-3798 . 182259) (-3799 . 182189) (-3800 . 181972) (-3801 . 181811)
+ (-3802 . 181758) (-3803 . 181690) (-3804 . 181430) (-3805 . 181242)
+ (-3806 . 181160) (-3807 . 181083) (-3808 . 180996) (-3809 . 180918)
+ (-3810 . 180662) (-3811 . 180482) (-3812 . 180430) (-3813 . 180257)
+ (-3814 . 180180) (-3815 . 180123) (-3816 . 180027) (-3817 . 179506)
+ (-3818 . 179060) (-3819 . 178642) (-3820 . 178539) (-3821 . 178476)
+ (-3822 . 178133) (-3823 . 178082) (-3824 . 177989) (-3825 . 177647)
+ (-3826 . 177595) (-3827 . 177521) (-3828 . 177346) (-3829 . 177060)
+ (-3830 . 177029) (-3831 . 176977) (-3832 . 176773) (-3833 . 176189)
+ (-3834 . 157614) (-3835 . 157515) (-3836 . 157430) (-3837 . 157301)
+ (-3838 . 157174) (-3839 . 157019) (-3840 . 156905) (-3841 . 156687)
+ (-3842 . 156505) (-3843 . 156213) (-3844 . 156070) (-3845 . 153249)
+ (-3846 . 153096) (-3847 . 152752) (-3848 . 152513) (-3849 . 152434)
+ (-3850 . 152364) (-3851 . 152308) (-3852 . 151790) (-3853 . 151244)
+ (-3854 . 151162) (-3855 . 151089) (-3856 . 151011) (-3857 . 150958)
+ (-3858 . 150881) (-3859 . 150729) (-3860 . 150664) (-3861 . 150418)
+ (-3862 . 150274) (-3863 . 150240) (-3864 . 150139) (-3865 . 150067)
+ (-3866 . 149841) (-3867 . 149332) (-3868 . 149233) (-3869 . 149141)
+ (-3870 . 148819) (-3871 . 148706) (-3872 . 148672) (-3873 . 148571)
+ (-3874 . 148319) (-3875 . 148291) (-3876 . 148220) (-3877 . 148140)
+ (-3878 . 147758) (-3879 . 147523) (-3880 . 147361) (-3881 . 147304)
+ (-3882 . 147208) (-3883 . 147065) (-3884 . 146902) (-3885 . 146683)
+ (-3886 . 146255) (-3887 . 146154) (-3888 . 146011) (-3889 . 145644)
+ (-3890 . 145567) (-3891 . 145495) (-3892 . 145467) (-3893 . 145112)
+ (-3894 . 144988) (-3895 . 144770) (-3896 . 144594) (-3897 . 144465)
+ (-3898 . 144256) (-3899 . 144125) (-3900 . 143935) (-3901 . 143777)
+ (-3902 . 143699) (-3903 . 143481) (-3904 . 143152) (-3905 . 143011)
+ (-3906 . 142793) (-3907 . 142692) (-3908 . 142361) (-3909 . 142297)
+ (-3910 . 142063) (-3911 . 141923) (-3912 . 141751) (-3913 . 141627)
+ (-3914 . 141523) (-3915 . 141422) (-3916 . 141112) (-3917 . 140999)
+ (-3918 . 140919) (-3919 . 140817) (-3920 . 140764) (-3921 . 140647)
+ (-3922 . 140592) (-3923 . 140527) (-3924 . 140395) (-3925 . 140315)
+ (-3926 . 140256) (-3927 . 139953) (-3928 . 139672) (-3929 . 139599)
+ (-3930 . 139490) (-3931 . 139438) (-3932 . 139332) (-3933 . 139051)
+ (-3934 . 138772) (-3935 . 138684) (-3936 . 138559) (-3937 . 138467)
+ (-3938 . 138415) (-3939 . 138063) (-3940 . 137991) (-3941 . 137941)
+ (-3942 . 137838) (-3943 . 137765) (-3944 . 128315) (-3945 . 128013)
+ (-3946 . 127985) (-3947 . 127930) (-3948 . 127827) (-3949 . 127648)
+ (-3950 . 127565) (-3951 . 127412) (-3952 . 127236) (-3953 . 127133)
+ (-3954 . 126985) (-3955 . 126932) (-3956 . 126795) (-3957 . 126767)
+ (-3958 . 126607) (-3959 . 126530) (-3960 . 126312) (-3961 . 126231)
+ (-3962 . 125695) (-3963 . 125466) (-3964 . 125369) (-3965 . 125300)
+ (-3966 . 125203) (-3967 . 125102) (-3968 . 123321) (-3969 . 123238)
+ (-3970 . 122562) (-3971 . 122116) (-3972 . 122014) (-3973 . 121980)
+ (-3974 . 121930) (-3975 . 121798) (-3976 . 121720) (-3977 . 121665)
+ (-3978 . 121600) (-3979 . 121501) (-3980 . 121427) (-3981 . 121160)
+ (-3982 . 121108) (-3983 . 121003) (-3984 . 120924) (-3985 . 120536)
+ (-3986 . 119232) (-3987 . 119198) (-3988 . 119119) (-3989 . 119023)
+ (-3990 . 118954) (-3991 . 118739) (-3992 . 118610) (-3993 . 118533)
+ (-3994 . 118459) (-3995 . 118431) (-3996 . 118403) (-3997 . 117975)
+ (-3998 . 117848) (-3999 . 117730) (-4000 . 117702) (-4001 . 117510)
+ (-4002 . 117126) (-4003 . 116985) (-4004 . 116552) (-4005 . 116479)
+ (-4006 . 116388) (-4007 . 116061) (-4008 . 115995) (-4009 . 115836)
+ (-4010 . 115616) (-4011 . 115384) (-4012 . 115154) (-4013 . 115031)
+ (-4014 . 114836) (-4015 . 114736) (-4016 . 114626) (-4017 . 114553)
+ (-4018 . 114472) (-4019 . 114373) (-4020 . 114300) (-4021 . 114214)
+ (-4022 . 114156) (-4023 . 114037) (-4024 . 113765) (-4025 . 113679)
+ (-4026 . 113607) (-4027 . 111545) (-4028 . 111435) (-4029 . 111226)
+ (-4030 . 111198) (-4031 . 111145) (-4032 . 111043) (-4033 . 110919)
+ (-4034 . 110712) (-4035 . 110126) (-4036 . 110031) (-4037 . 109945)
+ (-4038 . 109840) (-4039 . 109736) (-4040 . 109607) (-4041 . 109521)
+ (-4042 . 109271) (-4043 . 109125) (-4044 . 109073) (-4045 . 108846)
+ (-4046 . 108723) (-4047 . 108586) (-4048 . 108498) (-4049 . 108380)
+ (-4050 . 108282) (-4051 . 108154) (-4052 . 108050) (-4053 . 107998)
+ (-4054 . 107908) (-4055 . 107629) (-4056 . 107600) (-4057 . 107447)
+ (-4058 . 107284) (-4059 . 107101) (-4060 . 106921) (-4061 . 106849)
+ (-4062 . 106708) (-4063 . 106638) (-4064 . 106528) (-4065 . 106357)
+ (-4066 . 106255) (-4067 . 106185) (-4068 . 106112) (-4069 . 106022)
+ (-4070 . 105969) (-4071 . 105579) (-4072 . 100239) (-4073 . 100142)
+ (-4074 . 99715) (-4075 . 99659) (-4076 . 99554) (-4077 . 98972)
+ (-4078 . 98548) (-4079 . 98433) (-4080 . 98159) (** . 95164)
+ (-4082 . 95080) (-4083 . 94962) (-4084 . 94883) (-4085 . 94764)
+ (-4086 . 94486) (-4087 . 94127) (-4088 . 94048) (-4089 . 93868)
+ (-4090 . 93782) (-4091 . 93639) (-4092 . 93531) (-4093 . 93396)
+ (-4094 . 93368) (-4095 . 93273) (-4096 . 93195) (-4097 . 93040)
+ (-4098 . 92929) (-4099 . 92777) (-4100 . 92682) (-4101 . 92487)
+ (-4102 . 92346) (-4103 . 92263) (-4104 . 91875) (-4105 . 91768)
+ (-4106 . 91496) (-4107 . 91419) (-4108 . 91367) (-4109 . 91330)
+ (-4110 . 91274) (-4111 . 91222) (-4112 . 91040) (-4113 . 90388)
+ (-4114 . 90357) (-4115 . 90226) (-4116 . 90127) (-4117 . 90044)
+ (-4118 . 89669) (-4119 . 89565) (-4120 . 89510) (-4121 . 89331)
+ (-4122 . 89175) (-4123 . 89141) (-4124 . 88637) (-4125 . 88373)
+ (-4126 . 88301) (-4127 . 87990) (-4128 . 87817) (-4129 . 87705)
+ (-4130 . 87492) (-4131 . 87374) (-4132 . 87297) (-4133 . 87238)
+ (-4134 . 87048) (-4135 . 86904) (-4136 . 84123) (-4137 . 84095)
+ (-4138 . 84067) (-4139 . 83696) (-4140 . 83185) (-4141 . 83064)
+ (-4142 . 78520) (-4143 . 78425) (-4144 . 76310) (-4145 . 76246)
+ (-4146 . 76192) (-4147 . 76139) (-4148 . 75969) (-4149 . 75890)
+ (-4150 . 75584) (-4151 . 75469) (-4152 . 75371) (-4153 . 75318)
+ (-4154 . 75219) (-4155 . 75140) (-4156 . 75112) (-4157 . 74996)
+ (-4158 . 74908) (-4159 . 74541) (-4160 . 74486) (-4161 . 74102)
+ (-4162 . 74014) (-4163 . 73951) (-4164 . 73865) (-4165 . 73769)
+ (-4166 . 73015) (-4167 . 72431) (-4168 . 71754) (-4169 . 71726)
+ (-4170 . 71572) (-4171 . 71163) (-4172 . 70995) (-4173 . 70837)
+ (-4174 . 70646) (-4175 . 70550) (-4176 . 70246) (-4177 . 69937)
+ (-4178 . 69875) (-4179 . 69001) (-4180 . 68855) (-4181 . 68801)
+ (-4182 . 68064) (-4183 . 67847) (-4184 . 67756) (-4185 . 67728)
+ (-4186 . 67697) (-4187 . 67521) (-4188 . 67366) (-4189 . 66026)
+ (-4190 . 65911) (-4191 . 65830) (-4192 . 65722) (-4193 . 65395)
+ (-4194 . 65297) (-4195 . 64889) (-4196 . 64730) (-4197 . 64549)
+ (-4198 . 64189) (-4199 . 63905) (-4200 . 63743) (-4201 . 63619)
+ (-4202 . 63533) (-4203 . 63372) (-4204 . 63273) (-4205 . 63216)
+ (-4206 . 63130) (-4207 . 63023) (-4208 . 62814) (-4209 . 62656)
+ (-4210 . 62589) (-4211 . 62507) (-4212 . 62423) (-4213 . 62136)
+ (-4214 . 61692) (-4215 . 60511) (-4216 . 60416) (-4217 . 60302)
+ (-4218 . 60041) (-4219 . 59863) (-4220 . 59740) (-4221 . 59254)
+ (-4222 . 58386) (-4223 . 58304) (-4224 . 58202) (-4225 . 58135)
+ (-4226 . 58107) (-4227 . 58000) (-4228 . 57781) (-4229 . 57548)
+ (-4230 . 57462) (-4231 . 57374) (-4232 . 57233) (-4233 . 57077)
+ (-4234 . 56862) (-4235 . 56654) (-4236 . 56571) (-4237 . 56519)
+ (-4238 . 56254) (-4239 . 54764) (-4240 . 54679) (-4241 . 54499)
+ (-4242 . 54384) (-4243 . 54191) (-4244 . 54163) (-4245 . 54049)
+ (-4246 . 53885) (-4247 . 52107) (-4248 . 52010) (-4249 . 51982)
+ (-4250 . 51932) (-4251 . 51860) (-4252 . 51765) (-4253 . 51636)
+ (-4254 . 51535) (-4255 . 51452) (-4256 . 51399) (-4257 . 51346)
+ (-4258 . 51235) (-4259 . 50671) (-4260 . 49935) (-4261 . 49886)
+ (-4262 . 49834) (-4263 . 49390) (-4264 . 49210) (-4265 . 45260)
+ (-4266 . 44885) (-4267 . 44732) (-4268 . 44303) (-4269 . 44201)
+ (-4270 . 44131) (-4271 . 43968) (-4272 . 43761) (-4273 . 43637)
+ (-4274 . 43475) (-4275 . 43315) (-4276 . 43227) (-4277 . 43061)
+ (-4278 . 43032) (-4279 . 42923) (-4280 . 42864) (-4281 . 42771)
+ (-4282 . 42585) (-4283 . 42457) (-4284 . 42177) (-4285 . 42025)
+ (-4286 . 40940) (-4287 . 40624) (-4288 . 40378) (-4289 . 40294)
+ (-4290 . 40242) (-4291 . 40190) (-4292 . 40010) (-4293 . 39976)
+ (-4294 . 39819) (-4295 . 39174) (-4296 . 39077) (-4297 . 38985)
+ (-4298 . 38693) (-4299 . 38502) (-4300 . 38367) (-4301 . 38097)
+ (-4302 . 38023) (-4303 . 37892) (-4304 . 37800) (-4305 . 37652)
+ (-4306 . 37508) (-4307 . 36336) (-4308 . 36244) (-4309 . 36189)
+ (-4310 . 36083) (-4311 . 35787) (-4312 . 35693) (-4313 . 35548)
+ (-4314 . 35435) (-4315 . 35099) (-4316 . 35003) (-4317 . 34908)
+ (-4318 . 34793) (-4319 . 34652) (-4320 . 34566) (-4321 . 34495)
+ (-4322 . 34466) (-4323 . 34387) (-4324 . 34334) (-4325 . 33984)
+ (-4326 . 33563) (-4327 . 33214) (-4328 . 32078) (-4329 . 31983)
+ (-4330 . 31922) (-4331 . 31824) (-4332 . 31229) (-4333 . 31177)
+ (-4334 . 31034) (-4335 . 30448) (-4336 . 30352) (-4337 . 30193)
+ (-4338 . 30054) (-4339 . 29835) (-4340 . 29175) (-4341 . 29147)
+ (-4342 . 29060) (-4343 . 28929) (-4344 . 28877) (-4345 . 28437)
+ (-4346 . 28359) (-4347 . 28303) (-4348 . 28236) (-4349 . 28057)
+ (-4350 . 27238) (-4351 . 27165) (-4352 . 27097) (-4353 . 27068)
+ (-4354 . 26908) (-4355 . 26871) (-4356 . 26053) (-4357 . 25959)
+ (-4358 . 25844) (-4359 . 25353) (-4360 . 25216) (-4361 . 25161)
+ (-4362 . 25102) (-4363 . 25022) (-4364 . 24852) (-4365 . 24824)
+ (-4366 . 24680) (-4367 . 24484) (-4368 . 24432) (-4369 . 24311)
+ (-4370 . 24112) (-4371 . 23768) (-4372 . 23544) (-4373 . 23388)
+ (-4374 . 23288) (-4375 . 23079) (-4376 . 22905) (-4377 . 22828)
+ (-4378 . 21832) (-4379 . 21677) (-4380 . 21576) (-4381 . 21482)
+ (-4382 . 21337) (-4383 . 21259) (-4384 . 21134) (-4385 . 21011)
+ (-4386 . 20718) (-4387 . 20690) (-4388 . 20567) (-4389 . 20514)
+ (-4390 . 20303) (-4391 . 20172) (-4392 . 20119) (-4393 . 19692)
+ (-4394 . 19639) (-4395 . 19209) (-4396 . 19081) (-4397 . 18653)
+ (-4398 . 18343) (-4399 . 18233) (-4400 . 18135) (-4401 . 18055)
+ (-4402 . 17458) (-4403 . 17384) (-4404 . 17302) (-4405 . 17233)
+ (-4406 . 17180) (-4407 . 16985) (-4408 . 16746) (-4409 . 16385)
+ (-4410 . 16313) (-4411 . 16202) (-4412 . 16174) (-4413 . 15945)
+ (-4414 . 15849) (-4415 . 15741) (-4416 . 15682) (-4417 . 15623)
+ (-4418 . 15479) (-4419 . 15408) (-4420 . 15278) (-4421 . 15211)
+ (-4422 . 15159) (-4423 . 15053) (-4424 . 14888) (-4425 . 14742)
+ (-4426 . 13743) (-4427 . 13525) (-4428 . 13429) (-4429 . 13005)
+ (-4430 . 12329) (-4431 . 12277) (-4432 . 12075) (-4433 . 12015)
+ (-4434 . 11890) (-4435 . 11830) (-4436 . 11345) (-4437 . 11287)
+ (-4438 . 10976) (-4439 . 10746) (-4440 . 10694) (-4441 . 10401)
+ (-4442 . 10248) (-4443 . 9884) (-4444 . 9806) (-4445 . 9755)
+ (-4446 . 8985) (-4447 . 8919) (-4448 . 8776) (-4449 . 8553)
+ (-4450 . 8485) (-4451 . 7187) (-4452 . 6785) (-4453 . 6715)
+ (-4454 . 6615) (-4455 . 6325) (-4456 . 6273) (-4457 . 6190)
+ (-4458 . 6134) (-4459 . 6027) (-4460 . 5645) (-4461 . 5560)
+ (-4462 . 5532) (-4463 . 5348) (-4464 . 5271) (-4465 . 5097)
+ (-4466 . 4930) (-4467 . 4851) (-4468 . 4752) (-4469 . 4681)
+ (-4470 . 4653) (-4471 . 4598) (-4472 . 4357) (-4473 . 4286)
+ (-4474 . 4170) (-4475 . 4100) (-4476 . 4031) (-4477 . 3916)
+ (-4478 . 3833) (-4479 . 3651) (-4480 . 3584) (-4481 . 3448)
+ (-4482 . 2186) (-4483 . 1932) (-4484 . 1680) (-4485 . 1387)
+ (-4486 . 899) (-4487 . 789) (-4488 . 652) (-4489 . 118) (-4490 . 30)) \ No newline at end of file